@font-face {
    font-family: 'tempoheavy_condensed';
    src: url('fonts/tempo_heavy_condensed-webfont.eot');
    src: url('fonts/tempo_heavy_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tempo_heavy_condensed-webfont.woff') format('woff'),
         url('fonts/tempo_heavy_condensed-webfont.ttf') format('truetype'),
         url('fonts/tempo_heavy_condensed-webfont.svg#tempoheavy_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
  cre8ion base color: 00D7FF
  cre8ion base 2nd color: CEF3F6
*/

body{
  font-family: "sofia-pro",sans-serif;
  color: black;
  font-size: 16px;
  letter-spacing: 0.005em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black !important;
}

html .scroll-to-top{
  padding: 5px 5px 25px;
}

#footer{
  background-color: black;
}

.hidden{
  display: none;  
}

.clearfix{
  clear: both;
}

.main{
  position: relative;
  z-index: 0;
}

.top-menu{
  padding-top: 60px;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.isotope-container{
  min-height: 800px;
}


a{
  color: black;
}


.contact-cols{
  margin-top: 100px;
  margin-bottom: 100px;
}

a:hover{
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.main-wrapper{
    max-width: 1600px;
    clear: both;
    margin: 0 auto;
}

.main-wrapper.home{
  
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h1, h2, h3, h4, h5, h6, h7, h8{
  font-family: 'tempoheavy_condensed';
  text-transform: uppercase;
  letter-spacing: 0.005em;
}


h1{
  font-size: 90px;
}

.magazine h1{
  margin-top: 160px;
  margin-bottom: 20px;
}

h2, section#contact h1{
  font-size: 50px;
  line-height: 1.2em;
}

section#contact h1{
  line-height: 1em;
  text-align: center;
}

h2.home-magazine-title, h1.large-title{
  font-size: 180px;
  line-height: 200px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
    color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ccc;
}

h1.large-title-2{
  font-size: 180px;
  line-height: 200px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
    color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fdd128;
}

#voorstellingen h2, #educatie h2, #educatie-programma h2, #nieuwkomers h2, #hond h2, #magazines h2{
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 0px;
}

h3{
  font-size: 28px;
}

#contact h4, .contact-cols h4{
  font-family: "sofia-pro", sans-serif;
  font-size: 18px;
  text-transform: none;
}

.contact-cols p{
  font-size: 14px;
}

#voorstellingen h3, #educatie h3, #educatie-programma h3, #nieuwkomers h3, #hond h3{
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  text-align: left;
}

.voorstelling-meta{
  height: 156px;
}

.line{
  height: 6px;
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  border-top: 1px solid black;
}

p{
  color: black;
}


.nopad{
  padding-top: 0;
  padding-bottom: 0;
}


section{
  padding-top: 55px;
  padding-bottom: 55px;
}

section#header{
  /* min-height: 770px; */
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

section#reviews{
  padding-top: 55px;
  min-height: 500px;
}

section#description{
  padding-top: 90px;
  padding-bottom: 90px;
}

section#fotosvideos{
  padding-top: 40px;
}

section#makers-meer, section#meer{
  padding-bottom: 0px;
}

section#voorstellingen, section#agenda, section#artikel, section#contact{
  
  padding-top: 220px;
}

section#educatie, section#educatie-programma{
  padding-top: 0px;
}

section#nieuwsbrief{
  padding-top: 100px;
  padding-bottom: 150px;
}

.header-canvas{
  z-index: 9;
  position: relative;
  top:0;
  left: 0;
  margin: 55px; 
  min-height: 460px;
  color: white;
  overflow: hidden;  
}

.header-canvas h1{
  color: white;
  font-size: 90px;
  line-height: 80px;
  margin-bottom: 0px;
  letter-spacing: 0.0005em;
}

.arrow-left{
  width: 82px;
  height: 65px;
  background-image: url("/assets/template/arrow-left.svg");
}

.arrow-right{
  width: 82px;
  height: 65px;
  background-image: url("/assets/template/arrow-right.svg");
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home-content p{
  color: white;
}

.modal-body{
  padding: 0px;
}

.modal-body .close{
  position: absolute;
  top:20px;
  right: 20px;
    color: white;
    opacity: 1 !important;
  text-shadow: 0px 0px 4px black
}

h3.modal-credits{
  position: absolute;
  bottom: 0px;
  left: 20px;
  color: white;
  text-shadow: 0px 0px 4px black
}

.header-canvas h2{
  color: white;
  font-family: "sofia-pro",sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.005em;
  text-transform: inherit;
}

.header-canvas .voorstelling-title{
  position: absolute;
  top:40%;
  left: 60px;
}

.header-canvas .subtitle{
  font-family: 'tempoheavy_condensed';
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  padding: 6px 8px 4px 6px;
 
  position: absolute;
  top: 250px;
  right: -8px;
  transform: rotate(90deg);
  width: 250px;

  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.header-canvas .slider-overlay-nav{
  position: absolute;
  width: 180px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
  z-index: 99999;
}

a.header-title-link{
  font-family: "sofia-pro",sans-serif;
  font-weight: bold;
  color: white;
  display: inline-block;
  border-bottom: 2px solid white;
}

.logo{
  margin: -8px 0 0 -8px;
  position: relative;
  display: inline-block;
  padding: 18px 8px 8px 8px;
  font-family: 'tempoheavy_condensed';
  font-size: 50px;
}

.logo h1{
  font-size: 50px;
  line-height: 0.5em;
}

.nieuwkomers-logo{
  margin-top: 5px;
  font-family: 'tempoheavy_condensed';
  font-size: 30px;
  text-transform: uppercase;
}

.logo-solo .logo{
  font-size: 50px;
}


.slider-overlay-nav .prev, .slider-overlay-nav .next{
  display: block;
  float: right;
  cursor: pointer;
}

.slider-overlay-nav .prev{
  margin-right: 40px;
}

.header-canvas .subnav{

  position: absolute;
  bottom:0;
  margin: 0 auto 30px auto;
  text-align: center;
  width: 100%; 
}

.header-canvas .subnav a{
    color: white;
    margin: 0 10px;
    font-size: 16px;
}

.header-menu{
 font-size: 40px; 
 margin-right: 10px;
 position: absolute;
 top:0; 
 right: 18px;
}

.header-gradient{
  
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 450px;
  z-index: 9;
  margin-bottom: 40px;
    
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(44%, rgba(0,0,0,0.44)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#header-slider{
  position: absolute;
  top:0;
}

#header-slider .owl-stage{
  min-height: 700px;
}

#header-slider-mobile{
  position: absolute;
  top:0;
}

#header-second-slider{
  width: 420px;
  height: 285px;
  
  position: relative;
  z-index: 1100;
  margin-top: -230px;
  float: right;
  margin-right: 0;
  overflow: hidden;
}

#header-second-slider h2{
  color: white;
  position: absolute;
  top:50px;
  left: 50px;
}

.slider-overlay-nav-second{
  width: 420px;
  height: 285px;
  background-color: rgba(0,0,0,0.6);position: relative;
  z-index: 1100;
  margin-top: -230px;
  float: right;
  margin-right: -420px;
}

.slider-overlay-nav-second .next, .slider-overlay-nav-second .prev{
  cursor: pointer;
}

.slider-overlay-nav-second .next{
  position: absolute;
  top:150px;
  right: 80px;
}

.slider-overlay-nav-second .prev{
  position: absolute;
  top:150px;
  right: 200px;
}

#header .socials{
  position: absolute;
  right: 30px;
  top:140px;;
  z-index: 9;
  text-align: center;

}

#header .socials a, .socials-mobile a{
  display: inline-block;
  font-size: 26px;
  margin-bottom: 16px;
}

.slider-item{
  width: 100%;
  min-height: 700px;
}


.nieuwsbrief-img-1{
  margin-right: 25px;
  position: relative;
}

.nieuwsbrief-kader{
  position: absolute;
  top:0;
  padding: 50px;
  width: 100%;
  height: 100%;
}

.nieuwsbrief-kader-wit{
  width: 100%;
  height: 100%;
  border: 10px white solid;
}

.nieuwsbrief-img-2{
  width: 55%;
  max-width: 400px;
  position: absolute;
  bottom: -50px;
  right: -30px;
      border: 10px white solid;
}

.nieuwsbrief-rechts{
  margin-top: 40%;
}

#nieuwsbrief input{
  padding: 20px 0px;
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid black;
}

#nieuwsbrief input:focus, .nieuwsbrief-submit:focus{
  
  border: 0px;
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
  border-bottom: 2px solid black;
}

.nieuwsbrief-submit{
  border:0px;
  background-color: transparent; 
  
}

#nieuwsbrief label{
  display: none;
}

.nieuwsbrief-submit{
  margin-top: -64px;
  display: block;
  width: 31px;
  height: 24px;
  background-image: url('/assets/template/nieuwsbrief-btn.svg');
}


section.description{
  background-color: #F6F6F6;
}

.owl-carousel.nav-bottom .owl-stage-outer{
  margin-bottom: 50px;
}

.review{
  
  float:left;
  position: relative;
  
  min-height: 300px;
  height: 100%;
  min-width: 360px;
  width: auto;
  padding: 35px 40px;

  margin-bottom: 40px;
  
  font-size: 14px;
  line-height: 22px;
  
  width: 100%;
  
}

.review-orkater-reactie{
  margin-top: 30px;
  margin-right: -20px;
  padding: 20px;
  float: right;
  background-color: black;
  color: white;
}

.review-orkater-reactie p{
  margin-bottom: 5px;
  color: white;
}

.review-tekst{
  margin-bottom: 140px;
}

.review-meta{
  position: absolute;
  bottom: 40px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 40px;
}

.review-name{
  font-weight: bold;
  text-transform: uppercase;
  
}

.voorstelling-intro{
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}

.productie-agenda h2{
  margin-bottom: 55px;
}

.agenda-item{
  position: relative;
}

.agenda-datum{
  position: relative;
  text-align: right;
  width: 80px;
  display: block;
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  padding-bottom: 26px;
}

.agenda-datum-thin{
  border-right: solid 1px black;
}

.agenda-datum-thick{
  top: 0;
  border-right: solid 4px black;
  position: absolute;
  right: -4px;
  height: 70px;
}

.agenda-datum .dag, .agenda-datum .maand{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: block;
  padding-right: 5px;
}

.agenda-datum .datumnummer{
  font-family: "sofia-pro",sans-serif;
  font-weight: 300;
  font-size: 50px;
  display: block;
      margin-top: 8px;
    margin-bottom: 15px;
}

.datumjaar{
    font-family: "sofia-pro",sans-serif;
  font-weight: 300;
  font-size: 50px;
  margin: 40px 0;
}

.agenda-afbeelding, .agenda-titel, .agenda-tijdloc{
  display: block;
  float: left;
}

.agenda-tijdloc{
  margin-right: 20px;
}

.agenda-meta{
  padding-top: 14px;
}

.agenda-titel{
  min-width: 240px;
}

.agenda-titel h3{
  font-size: 28px;
  margin-bottom: 0px;
}

.agenda-subtitle{
  /* max-width: 280px; */
  display: inline-block;
}

.agenda-tijd, .agenda-locatie{
  text-align: right;
  display: block;
  line-height: 1.5em;
}

.agenda-tijd{
  font-size: 18px;
}

.agenda-locatie{
  font-size: 12px;
  letter-spacing: 0.1em;
  opacity: 0.7;
  text-transform: uppercase;  
}

section#agenda .tijdloc{
  margin-right: 20px;
}

.agenda-link{
  float:right;
  transition: margin 700ms;
}

.agenda-item, .agenda-item h3, .agenda-item .agenda-datum-thick{
  transition: 700ms;
}



.agenda-item:hover .agenda-datum-thick{
  border-right: solid 4px #a2b9bd;
}

.agenda-item:hover .agenda-link{
  margin-left: 10px;
  margin-right: -10px;
}

.agenda-item-spacer{
  padding-bottom: 20px;
  border-bottom: 1px #D8D8D8 solid;
}

.agenda-go-to {
  margin-top: 40px;
  width: 100%;
  align-content: center;
  text-align: center;
}

.agenda-go-to a{

  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid black;
}

.agenda-go-to a:hover{
  text-decoration: none;
}

.agenda-status{
  display: block;
  padding: 0 5px 5px 5px;
  color: white;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}

.agenda-status-block{
  min-width: 100px;
  padding-top: 5px;
  margin-right: 10px;
}



.voorstelling-maker{
  margin-bottom: 40px;
}

.voorstelling-maker h3{
  text-transform: capitalize;
  font-family: "sofia-pro",sans-serif;
  letter-spacing: 0.005em;
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
  margin-top: 20px;
}

span.maker-rol{
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}

.voorstelling-foto{
  margin-right: 20px;
}

.owl-carousel{
  margin-bottom: 40px;
}

.owl-carousel .owl-stage {
    display: flex;
}



.owl-carousel .owl-item{
  overflow: hidden;
  
    display: flex;
}

#foto-slider.owl-carousel .owl-item {
  overflow: visible;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
}

section#fotosvideos h2{
  margin-bottom: 40px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-right: 20px;
}

#video-slider .video-item{
  width: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before{
  content: '';
  
}

.owl-carousel .owl-nav button[class*="owl-"], .owl-carousel .owl-nav button[class*="owl-"]:hover{
  background-color: transparent;
  border-color: transparent;
}

.voorstelling #header-slider .owl-nav{
  display: none;
}

#magazine-slider-large {
  position: relative;
}

#magazine-slider-large .owl-prev, #magazine-slider-large .owl-next{
  width: 110px;
  height: 110px;
  background-color: white;
  margin-right:0px;
  margin-left: 0px;
}

#magazine-slider-large .owl-nav{
  position: absolute;
  right:0;
  bottom:0;
  top: auto;
}

#magazine-slider-large h2{
  margin-top: 20px;
}

#review-slider.owl-carousel.nav-bottom .owl-nav{
  position: relative;
  text-align: left;
}

#publieks-review-slider.owl-carousel.nav-bottom .owl-nav{
  position: relative;
  text-align: left;
}
#publieks-review-slider.owl-carousel.nav-bottom .owl-nav button.owl-prev{
  margin-right: 65px;
}

#foto-slider .owl-nav, #maker-foto-slider .owl-nav, #video-slider .owl-nav{
    width: 150px;
    margin-top: -70px;
    position: absolute;
    top: 0;
    right: 0px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  width: 85px !important;
  height: 65px !important;
}

#video-slider{
  margin-top: 150px;
}
.own-carousel.owl-carousel .owl-stage
{
display: flex;
flex-direction: row;
}

.own-carousel.owl-carousel .owl-stage::after
{
display: none;
}

.own-carousel.owl-carousel .owl-item
{
float: none;
}

.isotope-item{
  overflow: hidden;
  margin-bottom: 30px;
  position: absolute !important;
}

.isotope-img-container{
  overflow: hidden;
  background-color: black;
  border: 1px #efefef solid;
}

.isotope-img-container .masonry-title, .isotope-img-container .masonry-meta{
  text-shadow: 0 0 5px black;
}

.isotope-img-container:hover img{
  transition: transform 0.5s ease;
}

.isotope-img-container:hover img{
  opacity: 0.7;
}

.makers .isotope-img-container{
  margin-bottom: 0px;
}

.img-container{
  overflow: hidden;
}

.isotope-item {
  height: auto;
}

.isotope-item img, .img-container img{
  transition: transform 1s ease;
}

.isotope-item:hover img, article:hover img{
  transform: scale(1.05);
}


.size21, .size11{
  max-height: 360px;
}

.size22{
  max-height: 750px;
}


.masonry-title{
  position: absolute;
  top:50px;
  left:40px;
  color: white;
  width: 70%;
  text-align: left;
}

.maker-title{
  position: absolute;
  bottom:20px;
  left:40px;
  color: white;
  width: 70%;
  text-align: left;
}

.masonry-gradient{
  position: relative;
  margin-top: -400px;
  width: 100%;
  height: 400px;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(44%, rgba(0,0,0,0.44)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 44%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  opacity: 0.5;
}

.masonry-title h3, .maker-title h3{
  font-family: "sofia-pro", sans-serif;
  font-size: 20px;
  color: white;
  text-transform: none;
  margin-bottom: 10px;
}

.article-spacer .masonry-title, .article-spacer .masonry-title h3{
  color: black;
}

.masonry-meta{
  position: absolute;
  bottom: 40px;
  width: 70%;
  left: 40px;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.masonry-body{
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.masonry-body p{
  line-height: 14px;
}

.masonry-body a{
  text-decoration: underline;
}

.masonry-meta.maker-aan-het-woord{
  text-transform: none;
}

.magazine-icon{
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 20px;
}

.isotope-item article{
  overflow: hidden;
  background-color: #CEF3F6;
}

.isotope-item .article-spacer{
  color: black;

}

.magazine-container, .maker-container{
  padding-bottom: 150px;
}

.article-img{
  color: white;
}

.isotope-paginate-spacer{
  height: 100px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px #D8D8D8 solid;
}

.meer-items:hover{
  background-color: #efefef;
}

.meer-items article{
  border: 1px solid #efefef;
}

.meer-items article.meer-voorstelling{
  border: 1px solid black;
  color: white;
}

.meer-items article.meer-voorstelling a{
  color: white;
}

.isotope-item .review-stars{
  position: absolute;
  top:20px;
  right: 40px;
}

.masonry-item .review-stars i{
  margin-left: 5px;
}

.filters ul{
  list-style-type: none;
   margin: 0;
   margin-bottom: 20px;
   padding: 0;
   display: flex;
   justify-content: center;
}

.filters ul li{
  padding-left: 5px;
  padding-right: 5px;
}

.filters a:focus{
  font-weight: bold;
  text-decoration: underline;
  color: black;
}

.magazine-filters a:focus{
  font-weight: bold;
  text-decoration: underline;
  color: black;
}

.magazine-filters ul li{
  padding-left: 5px;
  padding-right: 5px;
}

.magazine-filters ul{
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  justify-content: start;
}

.magazine-filters{
  display: flex;
  justify-content: space-between;
}


footer{
  background-color: black;
  color: white;
}

.footer-canvas {
  position: relative;
  margin-top: 10px;
  width: 100%;
  border: solid 10px white;
  min-height: 320px;
  margin-bottom: 10px;
}

.footer-canvas .logo{
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  font-size: 42px;
  padding: 16px 10px 8px 10px;
  border: solid 10px white;
}

.footer-canvas .copyright{
  color: white;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.footer-canvas .socials{
  background-color: white;
  color: black;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px 20px;
}

.footer-canvas .socials a{
  color: black !important;
  margin-left: 10px;
}

.footer-canvas .created{
  color: white;
  position: absolute;
  left: -200px;
  font-size: 12px;
  bottom: 2px;
}

.footer-canvas .created a{
  color: white !important;
  margin-left: 0px !important;
}


.footer-col{
  padding: 50px 0px;
}

.footer-col a{
  color: white !important;
}

.footer-col a:hover{
  text-decoration: underline !important;
}

.footer-col ul{
  list-style: none;
}

.footer-col ul li{
  margin-bottom: 1em;
}

.first-footer-col{
  font-size: 20px;
}

.footer-empty-spacer{
  height: 60px;
  width: 100%;
}

.overlay-menu{
  top: 0;
  left: 0;
  z-index: 9999;
  
  width: 100%;
  height: 100%;
  
  position:fixed;
  overflow-y:scroll;
  overflow-x:hidden;
    
  display: none;
}



.overlay-menu .logo-solo{
  position: absolute;
  bottom: 0px;
  left: -2px
}

.overlay-menu .menu-search{
  padding: 20px 40px;
  margin-right: -10px;
}

.overlay-menu .lang{
  width: 125px;
  height: 96px;
  text-align: center;
  padding-top: 24px;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.overlay-menu .form-control{
  background: transparent;
  border: 0px;
}

#magazineSearch{
  border: none;
  /* font-size: 16px!important; */
}

#magazineSearch:active, #magazineSearch:focus-visible{
  outline: none;
}

.magazine-filters .menu-search{
  display: flex!important;
  align-items: center!important;
}

.magazine-filters .active {
  font-weight: bold;
  text-decoration: underline;
  color: black;
}

.magazine-filters .menu-search a i{
  font-size: 25px;
}

.magazine-filters .menu-search a{
  margin-left: 14px;
  margin-bottom: -2px;
}

@media screen and (max-width: 768px) {
  .magazine-filters{
    flex-direction: column;
  }

  .magazine-import-container{
    justify-content: center;
    max-width: 1;
  }

  .magazine-filters .menu-search{
    margin-bottom: 20px;
  }

  .magazine-filters ul{
    flex-direction: column;
  }
}

.magazine-filters{
  margin-bottom: 15px;
}

.magazine-filters ul{
  padding-top: 11px;
}

.magazine-import-container{
  border-bottom: solid black 2px;
  padding-left: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-right: 0px;
  margin-left: auto;
}

.overlay-menu input{
  padding-left: 0px;
}

.overlay-menu .input-group-append button{
  padding-right: 0px;
}

.overlay-menu .menu-body{
  margin-left: -10px;
  margin-top: -8px;
  padding-top: 50px;
}

.menu-col{
  padding: 50px;
}

.menu-col a:hover{
  text-decoration: underline !important;
}

.menu-col ul{
  list-style: none;
}

.menu-col ul li{
  margin-bottom: 1em;
}

.first-menu-col, .second-menu-col{
  font-family: 'tempoheavy_condensed';
  text-transform: uppercase;
  font-size:30px;
}


.overlay-menu .socials{
  padding: 30px;
  margin-top: -8px;
  margin-left: -10px;
}

.overlay-menu .socials a{
  margin-left: 14px;
}

.overlay-menu.menu-blue .socials{
  border: solid 10px black;
}

.overlay-menu.menu-blue .input-group{
  border-bottom: 2px solid black;
}

.overlay-menu.menu-blue .lang{
  background-color: #CEF3F6;
  border: solid 10px black;
}

.overlay-menu.menu-blue .menu-body{
  border: solid 10px black;
}

.overlay-menu.menu-blue .form-control:focus{
  border: 0px;
  box-shadow: none;
}

.overlay-menu.menu-blue .logo{
  color: black;
  border: solid 8px black;
}

.overlay-menu.menu-blue .btn{
  color: black;
}

.overlay-menu.menu-blue .menu-col a{
  color: black !important;
}

.overlay-menu.menu-blue .menu-search{
  border: solid 8px black;
}

.overlay-menu.menu-blue{
  color: black;
  background-color: #CEF3F6;
}

.overlay-menu.menu-blue a{
  color: black;
}


.overlay-menu.menu-black{
  background-color: black;
  color: white;
}

.overlay-menu.menu-black .btn{
  color: white;
}

.overlay-menu .menu-col a{
  line-height: 1.2em;
}


.overlay-menu.menu-black .menu-col a{
  color: white !important;
}

.overlay-menu.menu-black .socials{
  border: solid 8px white;
}

.overlay-menu.menu-black .input-group{
  border-bottom: 2px solid white;
}

.overlay-menu.menu-black .lang{
  background-color: black;
  border: solid 8px white;
  color: white;
}

.overlay-menu.menu-black .lang a{
  color: white;
}

.overlay-menu.menu-black .menu-body{
  border: solid 8px white;
}


.overlay-menu.menu-black .logo{
  color: white;
  border: solid 8px white;
}

.overlay-menu.menu-black .menu-col a{
  color: white !important;
}

.overlay-menu.menu-black .menu-search{
  border: solid 8px white;
}

.overlay-menu.menu-black .socials a{
  color: white;
}

.overlay-menu.menu-black{
  color: white;
  background-color: black;
}

.menu-button-close{
  position: relative;
  text-align: right;
  color: white;
  font-size: 40px;
}

.overlay-menu.menu-black a:hover{
  color: white;
}


#agenda .filteroption:hover{
  cursor: pointer;
}

ul.nav_categories{
  display: none;
  position: absolute;
  margin-top: 10px;
  padding: 20px;
  flex: none;
  height: auto;
  z-index: 2;
  width: 300px;
  margin-left: -120px;
}

ul#filtersjaar.nav_categories{
  display: inline;
}

ul#stad, ul#locatie{
  width: 340px;
}

ul#stad.nav_categories li{
  width: 150px;
  float: left;
}

ul li{
  cursor: pointer;
}

ul.nav_categories li{
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 2px 10px;  
}


ul.nav_categories:after{
  content:'';
  clear:both;
}

.artikel-container h1{
  font-size: 70px;
  line-height: 1.2em;
}

.artikel-container h2{
  margin: 60px 0 30px 0;
}

a.bron{
  font-weight: bold;
}

a.leesmeer, .leesmeer{
  font-weight: bold;
  text-decoration: underline;
}

section#vragen{
  background-color: #CEF3F6;
}

.uitleg-intro{
  font-size: 24px;
}

.cta1-button{
  position: absolute;
  bottom: 0;
  right: 0;
}

.cta1-tekst{
  max-width: 300px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
}

.cta1-line{
  display: block;
  width: 150px;
  height: 5px;
  margin: 20px 0;
  background-color: white;
}

.cta1-tekst h2, .cta1-tekst h3{
  color: white;
  line-height: 1.1em;
  margin: 0;
}


.orkater-form input, .orkater-form textarea{
      border: 0px;
    border-bottom: 1px solid;
    border-radius: 0;
}

.orkater-form input:focus, .orkater-form button:focus, .orkater-form textearea:focus{
  outline: none;
  border-top: 0;
}

.form-control:focus{
  box-shadow: none;
  border-color: inherit;
}

.orkater-form button, button.btn-nieuwkomers-aanmelding{
  background-color: black;
  color: white;
  border: 0px;
  padding: 2px 15px 5px 15px;
}

.slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.header-canvas .voorstelling-title h2{
  left: auto;
  font-family: 'tempoheavy_condensed';
  text-transform: uppercase;
  letter-spacing: 0.005em;
  line-height: 1em;
  font-size: 75px;
  margin-bottom: 10px;
}

#nieuwkomer_aanmeldingen{
  margin-top: 30px;
}

.files a{
  font-size: 1.5em;
  line-height: 1.5em;
}

.header-submenu ul {
  list-style: none;
  padding-inline-start: 0;
}

.header-submenu ul li a{
  color: #666;
  line-height: 2em;
}

.header-submenu ul li.active{
  font-weight: bold;
}

.header-submenu ul li a:hover{
  text-decoration: underline !important;
  color: black;
  
}

.productie-agenda .paginering{
  margin-top: 400px;
  position: relative;
}

.paginering{
  position: absolute;
  bottom: -170px;  
}

#magazine-overzicht-paginering, #makers-overzicht-paginering{
  bottom: -10px!important;
}

.paginering a{
  background-color: black;
  padding: 2px 10px 5px 10px; 
  margin: 5px 5px;
  color: white;
  border: 1px solid black;
  display: inline-block;
}

.paginering a:hover{
  background-color: #efefef;
  color: black;
}

.paginering a.active{
  background-color: white;
  color: black;
}

@media screen and (min-width: 800px) {
  #magazine-overzicht-paginering{
    bottom: -10px!important;
  }

  .kenburns {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .paginering
  {
    bottom: -110px;
  }
}
@-webkit-keyframes kenburns{
    0% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  25% {
    transform: scale3d(1.2, 1.2, 1.2) translate3d(-10px, -10px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-20px, -10px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes kenburns {
  0% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  25% {
    transform: scale3d(1.2, 1.2, 1.2) translate3d(-10px, -10px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-20px, -10px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
  

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

 
/* Small devices (landscape phones, 576px and up) */

@media (max-width: 575px) {  
  .artikel-container h1{
    font-size: 30px;
  }
  
  h2, section#contact h1{
    font-size: 30px;
  }
  
  
  .logo-solo .logo{
    font-size: 40px;
  }
  .overlay-menu .logo-solo{
    margin-left: -4px;
  }
  .top-menu{
    padding-top: 16px;
  }
  
  section#voorstellingen, section#agenda, section#artikel, section#contact{
    padding-top: 120px;
  }
  
  .dropdown-toggle{
    font-size: 12px;
  }
  
 .header-canvas{
   border: 0px;
   margin:20px 10px;
 }
 
 .voorstelling-meta{
   height: auto;
 }
 
 .isotope-item{
   margin-bottom: 30px;
 }
 
 .nieuwkomers-logo{
   font-size: 23px;
 }
 
 .size21, .size11{
   height: 360px;
 }
 
 .size22{
   height: 750px;
 }
 
 .header-canvas .voorstelling-title{
  left:auto;
  }
 
 .header-canvas .voorstelling-title h2{
   left: auto;
   font-family: 'tempoheavy_condensed';
   text-transform: uppercase;
    letter-spacing: 0.005em;
    font-size: 40px;
  }
  
  .productie-agenda h2, #magazine-slider-large h2{
    font-size: 35px;
  }
 
 section#header{
       min-height: auto;
 }
 
 .voorstelling-title h1{
    font-size: 50px;
    line-height: 50px;
 }
 
 .filteroption{
  font-size: 12px;  
  margin: 0 5px;
 }
 
 #foto-slider .owl-nav,  #maker-foto-slider .owl-nav, #video-slider .owl-nav{
   margin-top: 260px;
 }
 
 .artikel-foto-slider #foto-slider .owl-nav{
   margin-top: -70px;
 }

 .indepers-container h2{
   font-size: 30px;
 }
 
 .footer-col{
   padding: 10px 0px;
 }
 
 .first-footer-col{
   padding-top: 40px;
 }
 
 .last-footer-col{
   padding-bottom: 80px;
 }
 
 .footer-canvas .created{
   font-size: 10px;
  left: -162px;
 }
 
 .footer-canvas .copyright{
   bottom: 50px;
 }
 
 .menu-col{
  padding: 0; 
 }
 
 .footer-canvas .logo{
   margin-top: -10px;
   margin-left: -10px;
 }
 
}

.modal .card-body { 
  height: 360px; overflow-y: scroll; width: 100%; 
  padding: 0px;
}


.agenda-datum{
  width: 40px;
}

.agenda-datum-thick, .agenda-datum-thin{
  border-right: 0px;
}

.agenda-titel{
  margin-left: 10px;
}

.agenda-datum .datumnummer{
  font-size: 40px;
}

.cta1-tekst h2{
  font-size: 2em;
}

.cta1-tekst h3{
  font-size: 1em;
  
}

.medewerker-meta{
  left:0px;
  bottom:60px;
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) {  
 h2.home-magazine-title{
   font-size: 70px;
   line-height: 100px;
 }
 h1.large-title{
    font-size: 50px;
    line-height: 100px;
  }

  h1.large-title-2{
    font-size: 50px;
    line-height: 100px;
    margin-bottom: 0px;
  }
  
 .agenda-subtitle{
  max-width: 280px;
  display: inline-block;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) { 
  .header-canvas{
   min-height: auto;
 }
 
   .slider-item{
    width: 100%;
    min-height: auto;
  }

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {  
    
}
 

.makers-limit-form{
  margin-bottom: 20px;
}

.artikel-container table{
  border-style: hidden;
}

.artikel-container table td, .artikel-container table tr{
  padding: 0px;
}

.pagination-container {
  margin-top: 30px;
  clear: both;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: absolute;
  bottom: -45px;
}

.pagination-container a, .pagination-container strong {
  display: inline-block;
  margin: 5px;
  padding: 5px 15px;
  text-decoration: none;
  background-color: black;
  color: white;
  border: 1px solid black;
  border-radius: 0px;
  transition: all 0.3s ease; /* Smooth hover effect */
}

.pagination-container a:hover {
  background-color: #efefef;
  color: black;
  border-color: #efefef;
}

.pagination-container strong {
  background-color: white;
  color: black;
  border-color: black;
  font-weight: bold;
}