@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
	box-sizing:border-box;
}
html{
	font-size:62.5%;
}
body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size:1.6rem;
	font-weight:300;
	color:#373636;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 2rem;
}
p{
	font-size:1.6rem;
	line-height:2.4rem;
	margin:0 0 25px 0;
	font-weight:300;
}
p:last-child{
	margin:0;
}
p a {
    text-decoration: underline;
}
h1 {
    font-size: 4rem;
    line-height: 5.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}
h2{
	font-size:3.6rem;
	line-height:4.9rem;
	font-weight:800;
	color:#373636;
	margin:0 0 15px 0;
}
h3{
	font-size:2.6rem;
	line-height:3.6rem;
	font-weight:bold;
	color:#373636;
}
.sw{
	max-width:1200px;
	margin:0 auto;
	padding:0 15px;
}
.sw.md{
    max-width:1000px;
 }
img{
	display:block;
	max-width:100%;
    height: auto!important;
}
a{
	color:#373636;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#373636;
}
.text a{
	text-decoration:underline;
}
a .button, .button a, .btn {
    background-color: #ee7203;
    padding: 10px 30px;
    font-size: 1.7rem;
    line-height: 2.1rem;
    border: 0;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: 0.2s ease-in-out;
}
a .button:hover,.button a:hover,.btn:hover{
	background-color:#000;
    color:#fff;
}
.intro,.intro p{
	font-size:2.2rem;
	line-height:3.4rem;
	font-weight:500;
}
.intro a + a {
    margin-left: 20px;
}
section {
    display: block;
    padding: 80px 0;
}
/*Navigation*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    z-index: 10;
    transition: 0.2s ease-in-out;
}
#navigation {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#navigation > li {
    list-style: none;
    display: block;
}
#navigation > li > ul {
    display: none;
}
#navigation a {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.5px;
    line-height: 7rem;
    font-weight: 500;
    display: block;
    transition: 0.2s ease-in-out;
    padding: 0 15px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
body.scrolled #header{
    background-color:#fff;
    box-shadow: 0 5px 10px rgba(1, 14, 41, 0.05);
}
body.scrolled #header #navigation a{
    color:#000;
    text-shadow:unset;
}
#hamburger {
    display: none;
}





/*Header*/
.header_outer{
    position: relative;
}
.header_images {
    position: relative;
    font-size: 0;
    line-height: 0;
}

.header_overlay_inner_spread {
    width: 100%;
}
/*
.header_images:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 48%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
*/
.header_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    height: 500px;
    background-attachment: fixed;
}
.header_home.header_outer .header_image {
    height: 600px;
    max-height:100vh;
}
.header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.header_overlay_inner {
    height: 100%;
    width: 100%;
    padding-top: 50px;
    display: flex;
    align-items: center;
}
.header_overlay_content{
	color:#fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.header_overlay_content p{
    color: #fff;
    margin: 0 0 15px 0;
}
.header_overlay_content p:last-child{
	margin:0;
}

/*Footer*/
#footer {
    padding: 80px 0 80px 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    box-shadow: 0 -3px 10px rgb(0 0 0 / 0.1);
}
.footer_item h4 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-align: center;
    padding-left: 25px;
    background-image: url(../_images/kleinpijl.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 17px auto;
    display: inline-block;
}
.footer_item .text, .footer_item .text p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 300;
}
#bottom_footer{
	display:none;
}

/*Bootstrap layout texts*/
.umbraco_grid_item > div{
    margin: 0 0 80px 0;
}
.umbraco_grid_item > div:last-child{
	margin:0;
}
section.texts{
	padding:120px 0 80px 0;
}
.regular_content .column {
    display: flex;
    align-items: center;
}
.regular_content .col-lg-3.column {
    align-items: baseline;
}
.col-lg-3.column h3{
	border-bottom: 2px solid #373636;
    display: inline-block;
}


/*Project overzicht*/
.project_item {
    display: block;
    margin: 0 0 30px 0;
    box-shadow: 0 2px 5px rgb(0,0,0,0.1);
    border-radius: 0;
    overflow: hidden;
    transition: 0.15s ease-in-out;
}
.project_item:hover {
    box-shadow: 0 2px 5px rgb(0,0,0,0.2);
}
.project_item_image {
    height:370px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.project_item_image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    background-repeat: no-repeat;
    background-position: center;
    opacity:0;
    transition: 0.15s ease-in-out;
}
.project_item_content {
    padding:15px;
}
.project_item_content .tags{
	font-size:1.4rem;
	line-height:2.1rem;
	text-transform:uppercase;
	display:flex;
	justify-content:space-between;
}
.project_item_content .tag.category{
	color:#404A5E;
	font-weight:normal;
}
.project_item_content .tag.location{
	color:#373636;
	font-weight:bold;
}

.project_item:hover .project_item_image:after{
	opacity:0;
}




/*Product*/

.product_item{
    display: block;
    margin: 0 0 30px 0;
    box-shadow: 0 5px 10px rgb(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
    transition:0.15s ease-in-out;
}
.product_item:hover {
    box-shadow: 0 5px 10px rgb(0,0,0,0.2);
}
.product_item_image{
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.product_item_image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    background-repeat: no-repeat;
    background-position: center;
    opacity:0;
    transition: 0.15s ease-in-out;
}
.product_item_content {
    padding:15px;
}
.product_item_image{
    position:relative;
}
.product_item_image .tag_item_price {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 0.41);
}

.product_item:hover .product_item_image:after{
    opacity:0;
}
.item_detail_price {
    font-size: 3rem;
    line-height: 4rem;
    margin: 0 0 30px 0;
    font-weight: bold;
}




.dienst-outer {
    padding:10px 15px;
}
section#diensten-section {
    padding: 50px 0 0 0;
}
section#diensten-section .sw{
	padding:0;
}
section#diensten-section h2 {
    margin: 0 0 30px 0;
    text-align: center;
    padding-left:55px;
    background-image: url(../_images/kleinpijl.svg);
    background-repeat: no-repeat;
    background-position:15px center;
    background-size: 24px auto;
    display: inline-block;
}
section#diensten-section + section h2 {
    margin: 0 0 30px 0;
    text-align: center;
    padding-left: 55px;
    background-image: url(../_images/kleinpijl.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 24px auto;
    display: inline-block;
}
.dienst {
    height: 370px;
    background-color: #5c5c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px rgb(0,0,0,0.7);
}
.dienst:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    background-color: #000000;
    opacity: 0.3;
	transition: 0.2s ease-in-out;
}
.dienst:hover:before{
	background-color:#ee7203;
	opacity:0.7;
}
.dienst-inner {
    width: 100%;
}
.dienst-title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 3rem;
    position: relative;
    z-index: 3;
    letter-spacing: 0.8px;
}




.projecten-slider-item{
	padding:10px 15px;
}
.slick-slider *:focus{
	outline:none;
}

#projecten-section .sw{ 
	padding:0;
}




/*Over ons*/
.gallerij_item {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 30px 0;
}
section.gallerij {
    padding: 0 0 70px 0;
}
section.section.boven_de_gallerij {
    padding:100px 0 85px 0;
}
section.section.boven_de_gallerij.leeg {
    padding: 0 0 85px 0;
}
section.section.onder_de_gallerij {
    padding: 0 0 100px 0;
}






/*Contact teaser*/
.contact_blok{
    background: #373636;
    color: #fff;
    padding: 30px 0;
    display:none;
}
.contact_blok .sw{
	max-width:930px;
}
.contact_blok .items_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_blok .button a {
    background: #000;
    text-align: center;
}
.tekst_item {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: bold;
    color: #fff;
}
.contact_blok + section{
    background:#fcfcfc;
}


/*Bottom Footer*/
#bottom_footer{
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 5px 0;
}
#bottom_footer p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 0;
}
#bottom_footer a{
    color:#fff;
    text-decoration:underline;
    display:inline-block;
    margin:0 5px;
}


/*Gallerij pop*/
.gallery_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display:none;
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery_slider {
    padding: 0 40px;
    height: 100%;
}
.gallery_overlay.active{
    display:block;
}
.gallery_overlay_inner {
    width: 1200px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: calc(100% - 6px);
    max-height: calc(100% - 40px);
    overflow: hidden;
}
.gallery_slider > .overlay_item {
    display: none;
    width: 100%;
    height: 100%;
}
.gallery_slider > .overlay_item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_slider > .overlay_item > img {
    max-height: calc(100vh - 40px);
}
.gal_arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ee7203;
    background-image: url(../_images/gal_arrow.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    cursor: pointer;
}
.gal_arrow.prev {
    left: 0;
    transform:rotateZ(0deg);
}
.gal_arrow.next {
    right: 0;
    transform: rotateZ(180deg);
}
.gallery_overlay .close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../_images/close.svg);
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
}
.gallerij_item{
    position:relative;
    cursor:pointer;
}
.gallerij_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity:0;
    transition:0.2s;
}
.gallerij_item:hover:before{
    opacity: 1;
}

/*Contact*/
section.contact{
    background: #FCFCFC;
}
.contact h3{
    border-bottom: 2px solid #373636;
    display: inline-block;
    margin:0 0 40px 0;
}
.contact textarea {
    min-height: 236px;
}
p#my-form-status:empty {
    display: none;
}
input[type="text"], input[type="tel"],textarea {
    border-radius: 3px;
    border: 1px solid #E5E6E9;
    padding: 12px 20px;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
    color: #373636;
    width: 100%;
    display: block;
}
select {
    word-wrap: normal;
    border-radius: 3px;
    border: 1px solid #E5E6E9;
    padding: 12px 20px;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
    color: #373636;
    width: 100%;
    display: block;
}
.input_wrapper {
    margin: 0 0 20px 0;
}
.iframe_holder iframe {
    display: block;
    max-width: 100%;
    height: 280px;
}
.tekst_onder_kaart {
    margin: 30px 0 0 0;
}
a.back_button {
    position: relative;
    padding-left: 30px;
}
a.back_button:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 24px;
    background-image: url(../_images/back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    transition: 0.2s ease-in-out;
}
a.back_button:hover:before {
    left: -4px;
}
.outer{
    position: relative;
}
.back_to_last_page {
    padding: 10px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}


/*Bestellen knop*/
.order_section{
 padding-bottom:80px;
}
.webshopItem  .section boven_de_gallerij{
 padding-bottom:40px;
}


/*Social media footer*/
.socials_footer ul{
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
}
.socials_footer ul li{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
    margin-right:15px;
}
.socials_footer ul li a[href*="facebook.com"]{
    display:block;
    font-size:0;
    line-height:0;
    width:30px;
    height:30px;
    background-image:url(../_images/fb.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}
.socials_footer ul li a[href*="instagram.com"]{
    display:block;
    font-size:0;
    line-height:0;
    width:30px;
    height:30px;
    background-image:url(../_images/insta.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}




/*Activiteiten overzicht*/
.activiteiten_overzicht .umbraco_grid_item > div {
    margin: 0;
    padding: 120px 0;
}
.activiteiten_overzicht .col-lg-6.column {
    align-items: center;
    display: flex;
}
.activiteiten_overzicht .umbraco_grid_item > div:nth-child(even) {
    background: #FCFCFC;
}
.content_half {
    padding-left: 10%;
}
.content_half a + a span.button {
    margin-top: 10px;
}
.col-lg-6:first-child .content_half {
    padding-right: 10%;
    padding-left: 0;
}

input#product_field {
    background-color: #f3f3f3;
    pointer-events: none;
}

.instawrap {
    padding-bottom: 100px;
}
.instawrap h2 {
    text-align: center;
    margin: 0 0 25px 0;
}
#instafeed .instaItem {
    position: relative;
    padding: 0 10px;
}
#instafeed .instaItem > div {
    background-size: cover;
    border-radius: 10px;
    height: 300px;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
}
#instafeed .instaItem a {
    color: #FFF;
}
#instafeed .instaItem a img {
    display: block;
}
#instafeed .instaItem .instaHover {
    display: none;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
}
#instafeed .instaItem:hover .instaHover {
    display: block;
}
#instafeed .instaItem .instaHover .account {
    font-size: 1.8rem;
    line-height: 30rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}


#navigation a.nav-link[href*='/sitemap/'] {
    display: none;
}


ul.slick-dots{
    text-align:center;
    margin:15px 0 0 0;
    padding:0;
}
ul.slick-dots li {
    display: inline-block;
    width: 35px;
    height: 15px;
    background-color: #000;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
ul.slick-dots li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
}
ul.slick-dots li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
}
ul.slick-dots li.slick-active {
    background-color: #ee7203;
}
ul.slick-dots li.slick-active:before{

}
ul.slick-dots li button{
    display:none;
}


@media only screen and (min-width: 1700px)
{

    #logo img#alternative {
        width: 200px;
    }

}
@media only screen and (max-width: 1800px)
{
    #footer {
        padding: 70px 0 70px 0;
        background-position: -200px center;
    }
}
@media only screen and (max-width: 1200px)
{
    h1{
        font-size: 4.4rem;
        line-height: 5.4rem;
         margin: 0 0 15px 0;
    }
    h2 {
        font-size: 3.6rem;
        line-height: 4.6rem;
        margin: 0 0 15px 0;
    }
    h3 {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
    section {
        padding: 80px 0;
    }
    .intro, .intro p {
        font-size: 2rem;
        line-height: 3rem;
    }
    a .button, .button a {
        padding: 7px 25px;
        font-size: 1.6rem;
        line-height: 2rem;
    }
    #footer {
        padding:50px 0 50px 0;
        background-position: -250px center;
    }
    .dienst-outer {
        width: calc(100% / 2);
    }
}
@media only screen and (max-width: 991px)
{
    section {
        padding: 50px 0;
    }
    #footer {
        padding: 50px 0 50px 0;
        background-image:unset;
        background:#fff;
        border-top: 5px solid #373636;
    }
    #header > nav {
        position: fixed;
        top: 0;
        right:-320px;
        width: 300px;
        height: 100%;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.9);
        transition:0.25s ease-in-out;
    }
    body.menuOpen #header > nav{
        right:0;
    }
    #logo {
        max-width: 240px;
    }
    #navigation {
        padding: 70px 20px 20px 20px;
        display: block;
    }
    #hamburger {
        display:block;
        width: 30px;
        height: 22px;
        position:relative;
        cursor:pointer;
        z-index: 10;
    }
    #hamburger > span{
        display:block;
        background-color:#fff;
        height:3px;
        position:absolute;
        left:0;
        top:0;
        width:100%;
        border-radius:3px;
        transition:0.3s ease-in-out;
    }
    #hamburger > span:nth-child(2){
        top:calc(50% - 1.5px);
    }
    #hamburger > span:nth-child(3){
        top:calc(100% - 3px);
    }
    body.scrolled #hamburger > span{
        background-color:#000;
    }
    body.scrolled.menuOpen #hamburger > span {
        background-color: #fff;
    }
    body.menuOpen #hamburger > span:nth-child(1){
        top:calc(50% - 1.5px);
        transform:rotateZ(45deg);
    }
    body.menuOpen #hamburger > span:nth-child(3){
        top:calc(50% - 1.5px);
        transform:rotateZ(-45deg);
    }
    body.menuOpen #hamburger > span:nth-child(2){
        width:0;
        opacity:0;
    }
    body.scrolled #header #navigation a {
        color: #fff;
    }
    .contact_blok .items_holder {
        display: block;
        text-align: center;
    }
    .tekst_item{
        margin:0 0 15px 0;
    }
    section.section.boven_de_gallerij {
        padding: 80px 0 50px 0;
    }
    section.section.boven_de_gallerij.leeg{
	    padding:0 0 50px 0;
	}
    section.gallerij {
        padding: 0 0 30px 0;
    }
    section.section.onder_de_gallerij {
        padding: 0 0 80px 0;
    }
    .umbraco_grid_item > div {
        margin: 0 0 40px 0;
    }
    .gallerij_item {
        height: 250px;
    }
}
@media only screen and (max-width:768px)
{

    #footer {
        padding: 30px 0 30px 0;
    }
    .footer_item {
        margin: 0 0 20px 0;
    }
    img.footer_logo {
        margin: 0 20px 0 0;
        display: inline-block;
    }
    h1 {
        font-size: 3rem;
        line-height: 4rem;
        margin: 0 0 15px 0;
    }
    section.section.boven_de_gallerij {
        padding: 40px 0 40px 0;
    }
    .contact_blok {
        padding:15px 0 10px 0;
    }
    .tekst_item {
        font-size: 2rem;
        line-height: 3rem;
    }
    .content_half {
        margin-top:15px;
        padding-left:0;
    }
    .col-lg-6:first-child .content_half {
        margin-top:0;
        margin-bottom:15px;
        padding-right: 0;
        padding-left: 0;
    }
    .dienst {
        height: 280px;
    }
    .project_item_image{
    	height:280px;
    }
}


@media only screen and (max-width:600px)
{
    #logo {
        max-width: 200px;
    }
    .intro, .intro p {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }
    a .button, .button a {
        padding: 7px 16px;
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0 0 10px 0;
    }
    section {
        padding: 30px 0;
    }
    section#diensten-section {
	    background: #fff;
	    padding: 20px 0 0 0;
	}
	section#diensten-section h2 {
	    color: #373636;
	    margin: 0 0 5px 0;
	}
	.diensten-wrapper{
		border:0;
	}
	ul.slick-dots {
	    width: 100%;
	}
	.dienst{
		border:0;
		box-shadow: 0 2px 5px rgb(0,0,0,0.4);
	}
	.dienst-outer {
	    padding: 15px;
	}
    h2 {
        font-size: 2.6rem;
        line-height: 3.6rem;
        margin: 0 0 15px 0;
    }
    h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .project_item_content h3 {
	    font-size: 2rem;
	    line-height: 3rem;
	    margin: 5px 0 0 0;
	    text-align:left;
	}
    section.we_design .col-lg-5.column img{
        margin:0 0 20px 0;
    }
    section.about_us .col-lg-6.column img{
        margin:20px 0 0 0;   
    }
    .footer_item .text, .footer_item .text p {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    img.footer_logo {
        margin: 0 10px 0 10px;
        display: inline-block;
        max-width: 130px;
    }
    .gallery_overlay .close {
        width: 25px;
        height: 25px;
    }
    .gal_arrow {
        width:25px;
        height:25px;
    }
    .contact h3 {
        margin: 20px 0 20px 0;
    }
    .dienst-outer {
        width: 100%;
    }
    .header_home.header_outer .header_image {
        height: 350px;
        max-height: 100vh;
        background-attachment: unset;
    }
    .header_image {
	    height: 350px;
	    background-attachment: unset;
	}
	section#diensten-section + section h2{
		margin:0 0 15px 0;
	}
    #navigation a {
        line-height: 4rem;
    }
    .footer_item h4 {
        font-size: 2.6rem;
        line-height: 3.6rem;
        text-transform:none;
    }   
}