/* ==========================================================================
DENMARK - TOP
========================================================================== */

body#top {
    margin: 0px;
}

.intrakoop-header-wrapper {
    padding: 30px 20px;
	background: #f8f8f8;
	position: relative;
}

.intrakoop-header-img {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 18px;
}
.intrakoop-header-img img {
    height: 40px;
    max-width: 175px;
}
.intrakoop-header-menu-items {
    width: auto;
    text-align: right;
}
.intrakoop-header-menu-item {
    display: inline-block;
    margin: 0px 0px 0px 20px;
}
.intrakoop-header-menu-item a {
    color: #303030;
    text-decoration: none;
    font-size: 18px;
}

.wrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 50px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.floow2_footer_wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

.floow2_footer_wrapper .floow2_footer {
    width: 33.33333%;
    float: left;
    vertical-align: top;
    padding: 0px 20px 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footer {
    background: #ebebeb;
    width: 100%;
    padding: 100px 0px;
    display: inline-block;
}

.floow2_footer_wrapper img {
    width: 250px;
}

.floow2_footer.part2 a {
    color: black;
    text-decoration: none;
}

/* ==========================================================================
END
========================================================================== */


/* ==========================================================================
DENMARK - TOP - 1023px
========================================================================== */

@media screen and (max-width: 1023px) {
	.wrapper {
		width: 100%;
		padding: 50px 20px;
	}
	.floow2_footer_wrapper .floow2_footer {
		width: 100%;
		padding: 0px 20px 0px 20px;
		margin-bottom: 50px;
	}
}


/* ==========================================================================
END
========================================================================== */