@font-face {
  font-family: "BiancoSerif-Regular";
  src: url("./fonts/BiancoSerif-Regular.woff2") format("woff2"),
       url("./fonts/BiancoSerif-Regular.woff") format("woff");
}

@font-face {
  font-family: "BiancoSerif-Bold";
  src: url("./fonts/BiancoSerif-Bold.woff2") format("woff2"),
       url("./fonts/BiancoSerif-Bold.woff") format("woff");
}

@font-face {
  font-family: "GT-America-Compressed-Black";
  src: url("./fonts/GT-America-Compressed-Black.woff2") format("woff2"),
       url("./fonts/GT-America-Compressed-Black.woff") format("woff");
}


body{
	position: relative;
	padding-top: 55px;
	font-family: 'BiancoSerif-Regular';
}

body.media-content-body{
	padding-top: 0;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #b18543;
	text-decoration: none;
}

b, strong {
	font-family: 'BiancoSerif-Bold';
	font-weight: normal;
}

h2{
	font-family: 'GT-America-Compressed-Black';
	text-transform: uppercase;
}

#section-crew {
	table {
  		border-spacing: 0 10px;
		font-size: 18px;
	}
	
	td {
		padding: 10px 0;
  		vertical-align: top;
		line-height: 1.4em;
	}
	
	tr:not(:last-child) {
  		border-bottom: 1px solid #d1d1d1; 
	}
	
	td:first-child {
		font-weight: 600;
	}
}

#homepage-title {
	font-family: 'BiancoSerif-Bold';
}

.line{
	width: 100%;
	color: black;
	height: 4px;
	z-index: 99;
	background-color: black;
	pointer-events: none;
}

.a{
	z-index: 999;
  	position: absolute;
  	top: 50px;
  	left: 60px;
}

.b{
	z-index: 999;
  	position: absolute;
  	bottom: 50px;
  	right: 60px;
}

#drawing{
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;

}

.preloader{
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}

.preloader-via{
	width: 65px;
	height: 27px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, calc(-50% - 42px));
	transition: all 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.preloader-berlin{
	width: 120px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, calc(-50% + 42px));
	transition: all 2s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}


.preloader-line{
	width: 8px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 1;
	animation: none;
	transform-origin: center;
	transform: translate(-50%, -50%);
	margin-top: -14px;
	margin-left: -4px;
	transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.preloader-line.rotating{
	animation: spin 1s linear infinite;
}


.secondary{
	font-size: 18px;
	font-family: BiancoSerif-Bold;
}

.section-title{
	text-align: center;
	font-size: 50px;
	margin: 50px 0 30px;
}

.section-title.white{
	color: #fff;
}


.header-row{
	height:55px;
	background-color: #fff;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
}

.logo{
	position: fixed;
	top: 0;
	left: 0px;
    padding: 0px 20px 8px 20px;
    z-index: 100;
    background-color: #fff;
}

.logo img{
	margin-top: 14px;
	width: 65px;
}



.footer-row img{
	width: 120px;
}

.hamburger{
	position: fixed;
	z-index: 1002;
	right: 0px;
	top: 2px;
	top: -5px;
	outline: none !important;
}

.hamburger span.txt {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	display: block;
	margin-top: -6px;
	text-align: center;
}

.menu-overlay{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1001;
	font-family: 'GT-America-Compressed-Black';
}

.menu-content{
    z-index: 2;
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}


.menu-social-icons{
    text-align: center;
    font-size: 33px;
    margin-top: 50px;
}

.menu-social-icons a{
    margin: 0 10px;
}

.menu-social-icons a:hover{
    color: #fff;
}

.menu-background{
	background-color: #b44cbd;
	// background-color: #dd9933;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.menu-overlay ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.menu-overlay li{
	text-align: center;
	margin: 0;
    padding: 0;
    opacity: 0;
	font-size: 3em;
	line-height: 1.2;
}

.menu-overlay li a:hover{
	color: #fff;
}

.section{
	padding: 0 0px 60px 0;
}

.slider .flickity-prev-next-button{
    background-color: transparent;
    -webkit-filter: drop-shadow( 0px 0px 5px #000);
    filter: drop-shadow( 0px 0px 5px #000);
    background-repeat: no-repeat;
}

.slider .flickity-prev-next-button.next{
    background-image: url(../images/arrow-right-white.svg);
}

.slider .flickity-prev-next-button.previous{
    background-image: url(../images/arrow-left-white.svg);
}

.slider.arrows-top .flickity-prev-next-button.next,
.slider.arrows-top .flickity-prev-next-button.previous{
    top: -60px;
}

.slider.black-arrows .flickity-prev-next-button.next{
    background-image: url(../images/arrow-right.svg);
    background-position: top left;
}

.slider.black-arrows .flickity-prev-next-button.previous{
    background-image: url(../images/arrow-left.svg);
    background-position: top right;
}


.slider.little-arrows .flickity-prev-next-button{
    background-size: 30px 30px;
}


.slider.no-arrow-shadow .flickity-prev-next-button{
    background-color: transparent;
    -webkit-filter: none;
    filter: none;
}

.intro{
	text-align: center;
	padding: 100px;
	height: 600px;
	background-size: cover;
	background-position: center center;
	font-family: 'GT-America-Compressed-Black';
	text-transform: uppercase;
	position: relative;
}

.home .intro {
	background-position: top center;
}

.intro-row .col{
    padding: 0
}

.home-slider-item{
	text-align: center;
    padding: 100px;
    width: 100%;
	height: 600px;
	background-size: cover;
	position: relative;
}

.home-slider-item a{
	color: #fff;
}

.home-slider-item a.button-black{
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 6px 20px 4px;
	font-size: 20px;
}
.home-slider-item a.button-black:hover{
	color: #fff;
	background: #dd9933;
}

.home-slider-item h5, .intro h5, .intro-row h5{
	font-family: 'GT-America-Compressed-Black';
	text-transform: uppercase;
	font-size: 33px;
	/*color: #00a596;*/
	color: white;
	position: absolute;
	bottom: 90px;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
	text-align: center;
	letter-spacing: 0.02em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.95);
}


.home-slider-item h2, .intro h2, .intro-row h2{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	line-height: 100px;
	font-size: 100px;
	color: #fff;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.95);
	text-align: center;
	transform: translate(-50%, -50%);
}



.menu-col{
	text-align: right;
}

.menu-col a{
	margin-top: 12px;
	margin-right: 20px;
	display: inline-block;
}

/* blocks */

.blocks{
    display: table;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.blocks > a{
    display: table-cell;
    padding: 5px;
}

.block-media{
	font-family: GT-America-Compressed-Black;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	font-size: 30px;
	line-height: 25px;
	padding: 15px;
	display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 300px;
	min-height: 350px;
}

.block-media b{
	color: #dd9933;
}

.block-media .image{
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
	background-size: cover;
}

.block-post{
	padding: 0;
	width: 320px;
	height: 300px;
	margin: 5px;
	overflow: hidden;
	position: relative;
}

.posts-no-slider{
    text-align: center;
}
.posts-no-slider .block-post{
    display: inline-block;
}

.block-post.large{
	width: 450px;
	height: 450px;
}

.block-post .info{
	position: absolute;
    top: 100%;
    width: 100%;
	background-color: #fff;
	color: 000;
    left: 0;
    text-align: left;
	padding: 0px 15px 20px 20px;
	color: #000;
    font-size: 12px;
    transition: all 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.block-post.large .info{
    font-size: 14px;
}

.block-post:hover .info{
	transform: translateY(-100%);
}

.block-post .info-title {
	font-family: GT-America-Compressed-Black;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.6rem;
	color: #000;
	position: absolute;
	padding-top: 8px;
	bottom: 100%;
	left: 0;
	right: 0;
	padding: 5px;
	background: #fff;
	line-height: 1.1;
}

.block-post .info a {
    color: #dd9933;
    text-decoration: underline;
}

.block-post .info .info-title a {
	text-decoration: none;
	color: black;
}

.block-post .image{
    height: 300px;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
}

.block-post.white-bg .image{
    right: 1px;
    left: 1px;
}

.block-post.large .image{
	height: 500px;
}

.slider-blocks{
	margin-right: -20px;
}


/* agenda */

.table.agenda{
	width: 960px;
}

.agenda-block-link{
	background-color: rgba(255, 255, 255, 0.6);
	display: inline-block;
	border: 1px solid #000;
	padding: 5px 20px 3px;
}

.table.agenda td:last-child{
	width: 100px;
	/*text-align: right;*/
	text-align: center;
}

.table.agenda th{
	font-size: 20px;
	font-family: 'GT-America-Compressed-Black';
	text-transform: uppercase;
	border-top: 0;
}

.table.agenda td{
	vertical-align: middle;
}

.button-black{
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 6px 20px 4px;
	font-size: 25px;
}

.button-black:hover{
	color: #fff;
	background: #dd9933;
}

.newsletter-section input{
	background-color: #fff;
	border: 0;
	width: 40%;
	padding: 6px 10px;
	outline: none;
	font-family: 'BiancoSerif-Bold';	
}

.newsletter-section button{
	display: inline-block;
	background: #dd9933;
	color: #000;
	border: 0;
	padding: 4px 20px 2px;
	font-size: 25px;
	width: 40%;
	font-family: 'BiancoSerif-Bold';
}
.newsletter-section button:hover{
	background: #000;
	color: #fff;
}


.inner-menu-row .col{
	padding: 0;
	text-align: center;
}

.inner-menu-row{
	background: #000;
	padding: 10px;
}

.inner-menu-row a{
	color: #e900e4;
}

.inner-menu-row ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.inner-menu-row li{
	display: inline-block;
}

.inner-menu-row li a{
	text-transform: uppercase;
	font-family: 'GT-America-Compressed-Black';
	padding: 0 10px;
	font-size: 23px;
}

.inner-menu-row li a:hover{
	color: #fff!important;
}


.content-row h6{
	font-size: 20px;
	line-height: 25px;
	margin: 0px 0 40px ;
	font-family: 'BiancoSerif-Bold';
}

.content-row{
	font-size: 20px;
	line-height: 25px;
	padding: 50px;
}

.content{
    max-width: 960px;
    width: 90%;
	margin: 0 auto;
}

.content > p:last-of-type{
    margin-bottom: 0;
}

.content-block{
	margin-top: 50px;
}

.photos-row .content{
	max-width: 100% !important;
	width: 100%;
}

.photos-row{
	padding: 0px 0 60px;
}

.photo-gallery{
	margin-bottom: 50px;
	text-align: center;
    font-size: 0;
    height: 250px;
    overflow: hidden;
}

.photo-gallery-item{
	background-size: cover;
	background-position: center center;
	width: 400px;
	height: 250px;
	display: inline-block;
}

.media-quote{
	text-align: center;
	font-size: 14px;
    max-width: 600px;
	padding-bottom: 30px;
	margin: 0 auto 40px auto;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.media-quote:last-of-type{
    margin-bottom: -5px;
    padding-bottom: 0;
}

.media-quote:last-of-type{
    border-bottom: 0;
}

.media-quote-author{
	font-size: 18px;
	font-family: 'BiancoSerif-Bold';	
}

.media-content{
	color: #fff;
	text-align: center;
}

.media-content-body{
	margin-top: 30px;
}

.media-content-text{
	max-width: 650px;
	margin: 30px auto;
	text-align: left;
	line-height: 18px;
}

.media-content h2{
	margin: 0;
	line-height: 44px;
}

.media-content a{
	color: #fff;
	text-decoration: underline;
}

.horizontal-links a{
    margin: 0 10px;
}


.contact-details-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 90%;
    margin: 50px auto 60px auto;
}

.contact-details-container div{
    flex-basis: calc(50% - 60px);   
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 20px;
    margin: 30px 30px 0 30px;
}


.contact-details-container div:nth-last-child(-n+2) {
    border-bottom: 0;
}

.contact-details-container h4{
    font-weight: bold;
    margin-top: 0;
}

.contact-details-container a{
    margin-right: 10px;
    color: #b18543;
}

.social-icons{
    text-align: center;
    font-size: 33px;
}

.social-icons a{
    margin: 0 10px;
}

.footer-row{
    height: 55px;
}

.footer-logo{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    padding: 0 30px 0;
    background-color: #fff;
}

.footer-row{
	font-size: 35px;
	text-align: right;
}


.logos-list{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.logo-box{
	width: 170px;
	height: 140px;
	line-height: 140px;
}

.logo-box img{
    object-fit: contain;
    width: 60%;
    filter: grayscale(100%);
    mix-blend-mode: multiply;
}

.logo-box a{
	opacity: 0.7;
	transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.logo-box a:hover{
	opacity: 1;
}

.mc4wp-alert{
	margin-top: 30px;
	font-size: ;
}


.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause{
    color: #fff !important;
    border: 0;
    background: none;
    opacity: 1 !important;
}

.blueimp-gallery-controls > .close img{
	width: 30px;
	height: 30px;
}

.onderzoek-blocks{
	display: flex;
	flex-wrap: wrap;
}

.onderzoek-blocks a{
	display: block;
	background: #000;
	width: calc(33.333% - 20px);
	margin: 10px;
}

@media only screen and (max-width: 760px){
	.onderzoek-blocks a{
    	width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 550px){
    .onderzoek-blocks a{
    	width: calc(100% - 20px);
	}
}


img {
	max-width: 100%;
	height: auto;
}


.is-flex-container.columns-3 {
	margin: 3em 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.is-flex-container li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-menu .menu {
	max-width: 70vw;
	margin: 0 auto;
}

.home-menu .menu li a {
	font-size: 1.6em;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
	position: absolute;
	height: 100%;
	width: 100%;
}


.cols {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.cols-1 {
	justify-items: center;
}

@media (min-width: 600px) {
	.cols-2, .cols-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.cols-2 .block-post, .cols-3 .block-post {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
}

@media (min-width: 800px) {
	.cols-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}
