/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url(../fonts/fonts.css);

/* #Site Styles
================================================== */



/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { font-family: interstate, sans-serif; font-size: 13px; color: #000; font-weight: 300; } 
body { background: #4d4d4d; }
input, select, textarea, button { font-family: interstate, sans-serif; font-size: 13px; color: #000; font-weight: 300; }
img { border: 0; display: block; }
ul, li { list-style: none; }
:focus { outline: none; }

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; position: relative; max-width: 960px; }
.centered { padding-right: calc((100% - 960px) / 2); padding-left: calc((100% - 960px) / 2); }
figure svg { width: 100%; }
.more { display: inline-block; color: #fff; padding-right: 40px; background: url(../img/arrow.png) no-repeat right; font-family: 'crete_rounditalic', sans-serif; font-size: 17px; text-decoration: none; }
.more:hover { text-decoration: underline; }
.shadow { -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.5)); filter: drop-shadow(0 0 10px rgba(0,0,0,0.5)); }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow-x: hidden; }

/* ### main container ### */
#mainCntr { width: 100%; }
#mainCntr.beeld .aboutBox, #mainCntr.geluid .aboutBox, #mainCntr.project .aboutBox, #mainCntr.special .aboutBox { background: #4d4d4d; }
#mainCntr.beeld .textBox.statue { background: #312783; padding-bottom: 0px; }
#mainCntr.beeld .textBox.statue h3 { color: #aecc53; }
#mainCntr.beeld .textBox.statue p strong { color: #aecc53; }
#mainCntr.beeld .textBox.statue figure { padding-right: 0; width: 50%; }
#mainCntr.beeld .textBox.statue .text { padding-left: 20px; width: 50%; }
#mainCntr.geluid .textBox.sound {  }
#mainCntr.geluid .textBox.sound:before { /* background: rgba(149,193,31,0.9); */ background-color: #95c11f; }
#mainCntr.geluid .textBox.sound .corner2 { border-bottom-color: #c9c8c9;  }
#mainCntr.geluid .textBox.sound h3 { color: #fff; }
#mainCntr.geluid .textBox p strong { color: #fff; }
#mainCntr.geluid .textBox .animation { width: 100%; float: none; }
#mainCntr.geluid .textBox .animation figure { width: 100%; }
#mainCntr.licht .textBox.light { background: #4d4d4d; padding-bottom: 0; }
#mainCntr.licht .textBox.light figure { width: 50%; }
#mainCntr.licht .textBox.light .text { padding-left: 20px; padding-right: 0; width: 50%; }
#mainCntr.project .projectBox:before { background: rgba(49,39,131,0.8); }
#mainCntr.project .qouteBox { padding-top: 180px; background: url(../img/photo3.png) no-repeat center; background-size: cover; padding-bottom: 50px; }
#mainCntr.special .textBox.effect { background: url(../img/photo4.jpg) no-repeat; background-size: cover; background-attachment: fixed; position: relative; padding-bottom: 60px; }
#mainCntr.special .textBox.effect .corner2 { width: 0; height: 0; border-bottom: 60px solid #4d4d4d; border-left: 120px solid transparent; position: absolute; bottom: 0; right: 0; }
#mainCntr.special .textBox.effect:before { content: ''; width: 100%; height: 100%; z-index: 0; background: rgba(77,77,77,0.8); position: absolute; top: 0; left: 0; }
#mainCntr.special .textBox.effect .detail { position: relative; z-index: 1; }
#mainCntr.special .textBox.effect h3 { color: #fff; }
#mainCntr.special .textBox.effect p strong { color: #fff; }

/* ### header container ### */
#headerCntr { position: fixed; width: 100%; background: rgba(0,0,0,0.5); z-index: 100; top: 0; left: 0; }
#headerCntr .top { background: #333333; text-align: right; padding-top: 5px; padding-bottom: 5px; }
#headerCntr .top p { display: inline-block; font-size: 11px; color: #b2b2b2; }
#headerCntr .top p a { color: #b2b2b2; text-decoration: none; }
#headerCntr .top p a:hover { color: #fff; }
#headerCntr .bottom { padding-top: 10px; padding-bottom: 10px; overflow: hidden; }
#headerCntr .logo { float: left; }
#headerCntr .logo img { max-width: 100%; }
#headerCntr .mobileMenu { display: none; cursor: pointer; z-index: 15; float: left; width: 40px; height: 40px; position: relative; transition: 0.2s; overflow: hidden; }
#headerCntr .mobileMenu span { display: block; height: 4px; text-indent: -9999px; background: #fff; position: absolute; top: 50%; right: 20%; left: 20%; transition: 0.2s; }
#headerCntr .mobileMenu span:before,
#headerCntr .mobileMenu span:after { display: block; width: 100%; height: 4px; content: ''; background-color: #fff; transition-duration: 0.2s,0.2s; position: absolute; left: 0; }
#headerCntr .mobileMenu span:before { top: -7px; }
#headerCntr .mobileMenu span:after { bottom: -7px; }
.mm-opened #headerCntr .mobileMenu span { background: none; }
.mm-opened #headerCntr .mobileMenu.is-active span:before,
.mm-opened #headerCntr .mobileMenu.is-active span:after { transition-delay: 0s, 0.2s; }
.mm-opened #headerCntr .mobileMenu span:before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mm-opened #headerCntr .mobileMenu span:after { bottom: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

	/* ### menu box ### */
	.menuBox:not(.mm-menu) { float: right; padding-top: 12px; }
	.menuBox:not(.mm-menu) ul { overflow: hidden; width: auto; }
	.menuBox:not(.mm-menu) ul li { margin-left: 15px; float: left; font-size: 12px; font-weight: normal; }
	.menuBox:not(.mm-menu) ul li a { color: #fff; text-decoration: none; }
/*	.menuBox:not(.mm-menu) ul li a:hover, .menuBox:not(.mm-menu) ul li.current-menu-item a { color: #95c11e; } */ 

/* ### content container ### */
#contentCntr { width: 100%; }

	/* ### title box ### */
	.titleBox { position: relative; height: 430px; background-attachment: fixed; background-size: cover; background-position: center; box-shadow: 0px 0px 25px rgba(0,0,0,0.4); }
	.titleBox:before { content: ''; height: 345px; width: 100%; position: absolute; bottom: 0; left: 0; background: url(../img/pattern.png) no-repeat -300px top; background-size: auto 100%; }
	.titleBox h1 { font-size: 46px; color: #302683; font-weight: bold; position: absolute; top: 190px; left: 60%; -webkit-transform: translateX(-50%); transform: translateX(-50%); text-shadow: 0 0 5px rgba(255,255,255,1); }
	.titleBox nav { position: absolute; bottom: -35px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 735px; text-align: center; height: 65px }
	.titleBox nav svg { position: absolute; top: 0; left: 0; z-index: 0; }
	.titleBox nav ul { list-style: none; display: inline-block; position: relative; z-index: 1; }
	.titleBox nav li { display: inline-block; color: #fff; vertical-align: middle; }
	.titleBox nav li:after { content: ''; margin: 0 40px; display: inline-block; height: 36px; border-left: 1px solid #fff; vertical-align: middle; }
	.titleBox nav li:last-child:after { display: none; }
	.titleBox nav li a { display: inline-block; width: 55px; height: 65px;  text-indent: -9999px; vertical-align: middle; }

	.titleBox nav li:nth-child(1) a { background: url(../img/icon1.png) no-repeat center; }
	.titleBox nav li:nth-child(1) a:hover, .titleBox nav li.nav1.is-active a { background: url(../img/icon1-active.png) no-repeat center; }

	.titleBox nav li:nth-child(2) a { background: url(../img/icon2.png) no-repeat center; }
	.titleBox nav li:nth-child(2) a:hover, .titleBox nav li.nav2.is-active a { background: url(../img/icon2-active.png) no-repeat center; }

	.titleBox nav li:nth-child(3) a { background: url(../img/icon3.png) no-repeat center; }
	.titleBox nav li:nth-child(3) a:hover, .titleBox nav li.nav3.is-active a { background: url(../img/icon3-active.png) no-repeat center; }

	.titleBox nav li:nth-child(4) a { background: url(../img/icon4.png) no-repeat center; }
	.titleBox nav li:nth-child(4) a:hover, .titleBox nav li.nav4.is-active a { background: url(../img/icon4-active.png) no-repeat center; }

	.titleBox nav li:nth-child(5) a { background: url(../img/icon5.png) no-repeat center; }
	.titleBox nav li:nth-child(5) a:hover, .titleBox nav li.nav5.is-active a { background: url(../img/icon5-active.png) no-repeat center; }

	/* ### about box ### */
	.aboutBox { background: #95c11f; padding-top: 70px; padding-bottom: 70px; text-align: center; }
	.aboutBox h1 { color: #fff; font-size: 22px; margin-bottom: 15px; }
	.aboutBox p { font-family: 'crete_rounditalic', sans-serif; color: #fff; font-size: 17px; line-height: 25px; }

	/* ### qoute box ### */
	.qouteBox {  background-size: cover; background-attachment: fixed; padding-top: 55px;  padding-bottom: 20px; position: relative; overflow: hidden; }
	.qouteBox:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 0; }
	.qouteBox .slider { position: relative; z-index: 1; }
	.qouteBox ul { margin-bottom: 20px; }
	.qouteBox li { overflow: hidden; width: 100%; }
	.qouteBox figure { width: 40%; float: left; }
	.qouteBox .text { float: left; width: 60%; padding-left: 20px; }
	.qouteBox blockquote { color: #d9d9d9; font-size: 16px; line-height: 23px; font-style: normal; }
	.qouteBox cite { font-family: 'crete_rounditalic', sans-serif; display: block; font-size: 12px; padding-top: 20px; }
	.qouteBox .slick-dots { text-align: center; padding-top: 20px; }
	.qouteBox .slick-dots li { display: inline-block; width: auto; }
	.qouteBox .slick-dots button {  width: 15px; height: 15px; background: #000; border: 3px solid #d9d9d9; margin: 0 5px; border-radius: 50%; cursor: pointer; text-indent: -9999px; }
	.qouteBox .slick-dots button:hover, .qouteBox .slick-dots li.slick-active button { background: #d9d9d9; }
	.qouteBox > svg { position: absolute; top: -5px; right: -20px; width: calc(100% + 20px); }

	/* ### text box ### */
	.textBox { background: #312783; padding-top: 60px; padding-bottom: 40px; overflow: hidden; position: relative; }
	.textBox h2, .textBox h3 { font-size: 22px; margin-bottom: 10px; color: #95c11e; }
	.textBox p { margin-bottom: 15px; font-size: 13px; line-height: 18px; color: #fff; }
	.textBox p strong { display: block; color: #95c11e; font-size: 15px; }
	.textBox .tagline { font-family: 'crete_rounditalic', sans-serif; font-size: 17px; line-height: 25px; margin-bottom: 25px; }
	.textBox .text { float: left; width: 55%; padding-right: 60px; }
	.textBox figure { float: left; width: 45%; position: relative; margin-bottom: 30px; }
	.textBox figure svg, .textBox figure img { margin-bottom: 30px; width: 100%; }
/*	.textBox.sound { background: url(../img/bg2.jpg) no-repeat center bottom; background-attachment: fixed; padding-bottom: 20px; }*/
	.textBox.sound:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 0; }
	.textBox .corner1 { width: 0; height: 0; border-top: 60px solid #312783; border-right: 120px solid transparent; position: absolute; top: 0; left: 0; }
	.textBox .corner2 { width: 0; height: 0; border-bottom: 60px solid #92bd1e; border-left: 120px solid transparent; position: absolute; bottom: 0; right: 0; }
	.textBox .detail { position: relative; z-index: 1; }
	.textBox .holder { overflow: hidden; margin: 0 -10px; }
	.textBox .column { padding: 0 10px; width: 50%; float: left; }
	.textBox .animation { float: right; }
	.textBox figure { margin-bottom: 15px; }
	.textBox .animation .more { float: right; }
	.textBox.statue { background: #92bd1e; padding-bottom: 100px; } 
	.textBox.statue figure { padding-right: 30px; float: left; }
	.textBox.statue p strong { color: #333; }
	.textBox.statue .text { padding-right: 0; padding-left: 40px; float: right; }
	.textBox.statue h3 { color: #333; }
	.textBox.video { background: url(https://wlproductions.nl/wp-content/uploads/2019/02/office2.jpg) no-repeat center; background-attachment: fixed; background-size: cover; }
	.textBox.video:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 0; }
	.textBox.video .text { padding-right: 20px; width: 50%; }
	.textBox .player { width: 50%; text-align: right; float: left; }
	.textBox .player figure { width: 100%; }
	.textBox .player figure img { width: 100%; }
	.textBox.video .corner2 { position: absolute; right: 0; bottom: 0; border-bottom: 60px solid #312783; }
	.textBox.effect { background: #312783; padding-bottom: 10px; }
	.textBox.effect h3 { color: #fff; }
	.textBox.effect p strong { color: #fff; }
	.textBox.effect .text { padding-right: 20px; width: 50%; }
	.textBox.effect figure { width: 50%; }

	/* ### project box ### */
	.projectBox { /* background: url(../img/bg4.jpg) no-repeat center bottom; */ background-size: cover; background-attachment: fixed; padding-top: 35px;  padding-bottom: 40px; position: relative; }
	.projectBox:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 0; }
	.projectBox h4 { font-size: 22px; margin-bottom: 10px; color: #d9d9d9; }
	.projectBox .tagline { color: #d9d9d9; font-family: 'crete_rounditalic', sans-serif; font-size: 17px; line-height: 25px; margin-bottom: 25px; }
	.projectBox .detail { position: relative; z-index: 1; }
	.projectBox .buttons { overflow: hidden; margin-bottom: 40px; }
	.projectBox .buttons button { float: left; margin-right: 30px; display: block; padding: 8px 20px; background: none; cursor: pointer; color: #d9d9d9; border: none; font-weight: normal; font-size: 15px; }
	.projectBox .buttons button:hover, .projectBox .buttons button.is-active { background: #95c11f; color: #333; }
	.projectBox .grid { overflow: hidden; margin-right: -20px; }
	.projectBox li { float: left; width: 33.33%; padding: 0 20px 40px 0; }
	.projectBox li figure { width: 100%; }
	.projectBox li figure img { width: 100%; margin-bottom: 20px; background: #000; }
	.projectBox li a { text-decoration: none; }
.projectBox li a small { display: block; position: relative; }
.projectBox li a:hover small:before { width: 100%; height: 100%; content: ''; background: rgba(108,145,10,0.8); position: absolute; top: 0; left: 0; }
	.projectBox figcaption { color: #95c11e; font-weight: bold; font-size: 15px; line-height: 18px; }
	.projectBox figcaption span { display: block; color: #fff; font-weight: normal; font-size: 13px; }
	.projectBox .button { text-align: center; }
	.projectBox .button a { display: inline-block; background: #312783; width: 230px; height: 46px; line-height: 46px; font-size: 15px; font-weight: bold; color: #fff; margin: 0 auto; text-align: center; padding: 0 10px; text-decoration: none; }
	.projectBox .button a:hover { background: #fff; color: #312783; }
	.projectBox .corner1 { width: 0; height: 0; border-top: 60px solid #312783; border-right: 120px solid transparent; position: absolute; top: 0; left: 0; }
	.projectBox .corner2 { width: 0; height: 0; border-bottom: 60px solid #4d4d4d; border-left: 120px solid transparent; position: absolute; bottom: 0; right: 0; }

	/* ### contact box ### */
	.contactBox { background: #4d4d4d; padding-top: 45px; padding-bottom: 50px; overflow: hidden; }
	.contactBox .left { width: 55%; float: left; }
	.contactBox .right { width: 45%; float: left; background: #95c11f; padding: 12px; box-shadow: 0px 0px 15px rgba(0,0,0,0.2); }
	.contactBox h4 { font-size: 22px; margin-bottom: 20px; color: #95c11f; }
	.contactBox address { font-size: 13px; line-height: 18px; font-style: normal; color: #d9d9d9; }
	.contactBox address a { color: #d9d9d9; text-decoration: none; }
	.contactBox address a:hover { text-decoration: underline; }
	.contactBox address strong { color: #95c11f; display: block; font-size: 15px; }
	.contactBox .title { color: #000; margin-bottom: 20px; font-weight: bold; }
	.contactBox fieldset { border: none; }
	.contactBox label { font-size: 13px; display: block; margin-bottom: 5px; }
	.contactBox input, .contactBox textarea { width: 100%; background: #fff; border: none; line-height: 30px; height: 30px; padding: 0 10px; margin-bottom: 10px; }
	.contactBox textarea { padding: 10px; height: 70px; line-height: normal; }
	.contactBox .button { display: inline-block; background: #312783; color: #fff; font-size: 9px; cursor: pointer; padding: 0px; width: 100px; font-weight: bold; border: none; }
	.contactBox .button:hover { background: #fff; color: #312783; }

	/* ### photo box ### */
	.photoBox  { background: url(../img/bg1.jpg) no-repeat center; background-size: cover; background-attachment: fixed; position: relative;  padding-top: 130px; padding-bottom: 100px; }
	.photoBox:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(149,193,31,0.7); z-index: 0; }
	.photoBox h2 { color: #fff; font-size: 60px; position: relative; z-index: 1; text-align: center; text-shadow: 0 0 15px rgba(0,0,0,0.3); }
	.photoBox svg { position: absolute; top: -5px; right: -20px; z-index: 2; width: calc(100% + 20px); }

	/* ### map box ### */
	.mapBox { width: 100%; height: 420px; position: relative; }
	.mapBox .map { width: 100%; height: 100%; }

	/* ### quote box ### */
	.commentBox { padding-top: 180px; padding-bottom: 80px; background: url(../img/bg5.jpg) no-repeat center; background-size: cover; background-attachment: fixed; position: relative; overflow: hidden; }
	.commentBox:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.5); z-index: 0; }
	.commentBox blockquote { width: 380px; min-height: 360px; position: relative; margin: 0 auto; padding: 70px 35px; text-align: center; z-index: 3; }
	.commentBox blockquote svg { height: 100%; position: absolute; top: 0; left: 0; z-index: 0; }
	.commentBox > svg { position: absolute; top: -5px; right: -20px; width: calc(100% + 20px); z-index: 1; }
	.commentBox p {  font-size: 59px; color: #fff; text-shadow: 0px 0px 20px rgba(0,0,0,0.5); position: relative; z-index: 1; font-weight: bold; }

	/* ### light box ### */
	.lightBox { padding-top: 145px; padding-bottom: 40px; background: url(../img/bg6.jpg) no-repeat center; background-size: cover; background-attachment: fixed; position: relative; overflow: hidden; }
	.lightBox:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(14,7,69,0.9); z-index: 0; }
	.lightBox svg { position: absolute; top: -5px; right: -20px; width: calc(100% + 20px); z-index: 1; }
	.lightBox .content { background: #95c11f; width: 50%; padding: 20px 15px; text-align: center; position: relative; z-index: 1; }
	.lightBox h4 { color: #fff; font-size: 22px; margin-bottom: 10px; }
	.lightBox p { font-size: 17px; color: #fff; line-height: 25px; margin-bottom: 20px; font-family: 'crete_rounditalic', sans-serif; }
	.lightBox p:last-of-type { margin-bottom: 0; }

	/* ### video box ### */
	.videoBox { width: 100%; height: 300px; position: relative; background: url(../img/bg1.jpg) no-repeat center; background-size: cover; background-attachment: fixed; }
	.videoBox:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 0; }
	.videoBox .icon { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background: url(../img/video-button.png) no-repeat; z-index: 2; width: 93px; height: 93px; }

	/* ### carousel box ### */
	.carouselBox { background: #95c11f; }
	.carouselBox .slick-track { overflow: hidden; padding-top: 30px; padding-bottom: 30px; }
	.carouselBox .slide { float: left; width: 50%; padding: 0 15px; }

/* ### footer container ### */
#footerCntr { overflow: hidden; width: 100%; background: #312783; }
#footerCntr .top { min-height: 155px; position: relative; padding-top: 30px; padding-bottom: 30px; }
#footerCntr .top:before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 510px; background: url(../img/pattern-left.png) no-repeat right center; z-index: 0; }
#footerCntr .top:after { content: ''; position: absolute; right: 0; top: 0; height: 100%; width: 639px; background: url(../img/pattern-right.png) no-repeat left center; z-index: 0; }
#footerCntr .logo { margin-bottom: 15px; z-index: 1; position: relative; }
#footerCntr .logo img { display: inline-block; }
#footerCntr .column { float: left; width: 25%; }
#footerCntr address { font-size: 12px; line-height: 16px; color: #fff; font-style: normal; }
#footerCntr address a { color: #fff; text-decoration: none; }
#footerCntr .social { margin-top: 10px; }
#footerCntr .social li { float: left; margin-right: 8px; }
#footerCntr .social li a { display: block; width: 26px; height: 26px; text-indent: -9999px; }
#footerCntr .social li.facebook a { background: url(../img/icon-facebook.png) no-repeat; }
#footerCntr .social li.linkedin a { background: url(../img/icon-linkedin.png) no-repeat; }
#footerCntr .social li.twitter a { background: url(../img/icon-twitter.png) no-repeat; }
#footerCntr nav li { font-size: 12px; margin-bottom: 2px; }
#footerCntr nav li a { color: #fff; text-decoration: none; }
#footerCntr .bottom { background: #333; padding-top: 10px; padding-bottom: 10px; color: #fff; font-size: 9px; }

#backToTop { position: fixed; bottom: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%; background: url(../img/arrow-top.png) no-repeat center; z-index: 100; text-indent: -9999px; display: none; }
.cta { position: fixed; top: 45%; right: -90px; z-index: 100; background: #95c11f; border-radius: 5px 5px 0 0; box-shadow: 0 0 15px rgba(0,0,0,0.5); color: #fff; text-decoration: none; font-size: 17px; font-weight: bold; padding: 15px 20px; -webkit-transform: matrix(0.012,-1.000,1.000,0.012,0,0); transform: matrix(0.012,-1.000,1.000,0.012,0,0); display: none; }

/* #Media Queries
================================================== */
@media only screen and (max-width: 1600px) {
	#footerCntr .top:before { left: -170px; }
	#footerCntr .top:after { right: -170px; }
}

@media only screen and (max-width: 960px) {
	.centered, .center { padding-left: 20px; padding-right: 20px; }
	.titleBox h1 { left: 0; text-align: center; -webkit-transform: none; transform: none; width: 100%; }
	.textBox .text { padding-right: 20px; }
	.textBox.statue .text { padding-left: 10px; }
	.textBox.statue figure { padding-right: 10px; }
	.projectBox .buttons button { margin-right: 0; }
}

@media only screen and (max-width: 767px) {
	.cta { visibility: hidden; }
	.menuBox:not(.mm-menu) { display: none; }
	#headerCntr .mobileMenu { display: block; float: right; }
	.titleBox:before { width: 230px; height: 115px; background: url(../img/pattern-small.png) no-repeat; top: 85px; left: -10px; }
	.titleBox nav { bottom: -45px; }
	.titleBox { background-position: left center; height: 380px; background-size: auto; }
	.titleBox h1 { text-align: left; font-size: 35px; padding-left: 20px; }
	.titleBox nav { width: 100%; left: 0; -webkit-transform: none; transform: none; }
	.titleBox nav li:after { margin: 0 20px; }
	.titleBox nav li a { width: 40px; height: 40px; background-size: 25px!important; }
	.titleBox nav svg { left: 20px; width: calc(100% - 40px); }
	.titleBox nav li:after { height: 26px; }
	.qouteBox { text-align: center; }
	.qouteBox figure { width: 100%; text-align: center; margin-bottom: 20px; }
	.qouteBox figure svg { width: 300px; margin: 0 auto; }
	.qouteBox { padding-top: 30px; }
	.qouteBox .text { width: 100%; }
	.textBox .text { width: 100%; margin-bottom: 20px; }
	.textBox figure { width: 100%; }
	.textBox .corner1 { display: none; }
	.textBox .corner2 { display: none; }
	.textBox .column { width: 100%; }
	.textBox .animation { width: 100%; text-align: center; }
	.textBox .animation img { width: auto; max-width: 100%; display: inline-block; }
	.textBox .animation .more { float: left; }
	.textBox.video .text { width: 100%; }
	.textBox .player { width: 100%; }
	.textBox .player .more { float: left; }
	.textBox.effect .text { width: 100%; padding-right: 0; }
	.textBox.effect figure { width: 100%; }
	.projectBox .corner1 { display: none; }
	.projectBox .corner2 { display: none; }
	.projectBox .buttons button { padding: 5px 10px; }
	.projectBox li { width: 50%; }
	.contactBox .left { width: 100%; padding-bottom: 20px; }
	.contactBox .right { width: 100%; }
	#footerCntr .column { width: 33.33%; }
	#footerCntr .top:before { display: none; }
	#footerCntr .top:after { display: none; }
	#footerCntr .column:nth-of-type(4) { margin-top: -70px; }
	.textBox.statue .text { padding-left: 0; }
	.textBox.statue { padding-bottom: 10px; }
	#mainCntr.beeld .textBox.statue figure { width: 100%; }
	#mainCntr.beeld .textBox.statue .text { width: 100%; padding-left: 0; }
	.photoBox h2 { font-size: 40px; }
	.mapBox { height: 300px; }
	.commentBox { padding-top: 100px; }
	#mainCntr.licht .textBox.light figure { width: 100%; }
	#mainCntr.licht .textBox.light .text { width: 100%; padding-left: 0; }
	.lightBox .content { width: 100%; }
	.lightBox { padding-top: 85px; }
	#mainCntr.project .qouteBox { padding-top: 80px; }
	.commentBox > svg { display: none; }
	.qouteBox > svg { display: none; }
	.lightBox svg { display: none; }
}

@media only screen and (max-width: 479px) {
	.titleBox nav li:after { margin: 0 5px; height: 20px; }
	.titleBox nav svg { top: 7px; width: 100%; left: 0; }
	.projectBox li { width: 100%; }
	#backToTop { right: 10px; bottom: 10px; }
	.titleBox h1 { font-size: 28px; }
	#headerCntr .mobileMenu { margin-right: -10px; }
	#footerCntr .top { overflow: hidden; }
	#footerCntr .column { width: 50%; margin-top: auto!important; margin-bottom: 20px; }
	.commentBox p { font-size: 40px; }
	.commentBox blockquote svg { width: 100%; height: auto; }
	.commentBox blockquote { width: 100%; min-height: 250px; }
	.lightBox { padding-top: 50px; }
	.titleBox nav svg { top: 3px; }
	.titleBox nav li a { width: 35px; height: 35px; background-size: 20px!important; }
}
