html,
body {
  margin:0;
  padding:0;
  font-family: 'Work Sans', sans-serif;
   background: url('/images/grotewielrenner2.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
}

main {
  background-color: transparent;
}
header{
  background-color:#fff;
}
.footerdiv1{
  margin-bottom:0;
}
/* header start */
.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}
.menuoverlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  background-color: rgba(0,0,0,.5);
}
.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

header .logobig{
  width: 100%;
  max-width: 100px;
 
}

.activelink {
  color: #006ab2 !important;
}

.headerNavWidth{
  width: 96%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-direction: column;

  align-items: center;
  padding-top:16px;
}

.header-nav {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: center;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -ms-align-items: flex-start;
}
.nav a, .topheader-nav a{
  position: relative;
  top: 41%;
  display: inline-block;
  color: #68564d;
  padding-top: 1.4em;
    text-transform: uppercase;
  padding-right: 0em;
  padding: 25px;
  cursor:pointer;
}
.nav .interventie {
  display: flex;
  flex-direction: column;
  margin-left: 0.8em;
}

.nav .interventie .btn {
  width: 100% !important;
  display: inline-flex;
  margin-left: 0 !important;
}

.nav .interventie .btn:last-of-type {
  margin-top: 5px;
}

.nav .btn.webshop {
  margin-left: 1em;
}

.res-nav {
  width: 100%;
  max-width: 700px;
  height: 100%;
  position: fixed;
  right: -700px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .6s;
  background-color: #fff;
  background-image: url(/images/navbg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 60%;
}
.res-nav nav {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 50px;
  height: 100%;
  position: relative;
}
.nav_top {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 30px;
}
.nav_top > .logo_nav {
  width: 120px;
}
.closebtn {
  width: 40px;
  height: 40px;

  cursor: pointer;
}
.navitem {
  width: 100%;
  padding: 20px 50px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(0deg);
}
.navitem a {
  text-align: left;
  display: inline-block;
  color: rgba(0, 0, 0, 0.74);
  font-size: 30px;
  font-weight: 600;
  position: relative;
  font-family: 'Muli', sans-serif;
}

.navitem a,
.navitem a:after,
.navitem a:before {
  transition: all .5s;
}

.navitem a:hover {
  color: #006ab2;
}

.navitem a:after {
  position: absolute;
  bottom: -5px;
  left: 2px;
  right: 2px;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #006ab2;
  height: 2px;
}
.navitem a:hover:after {
  width: 100%;
}

.navitem i {
  font-size: 25px; 
  transition: all .3s;
}

.navitem .rotate {
  transform: rotate(90deg);
}

.navitem ul {
  display: none;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
  border-left: 2px solid #eeeeee;
}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;

}

.navitem ul a {
  font-size: 1.2em;
  color: #949494;
  padding: 7px 0;
  padding-left: 0;
}
.activelink {
  color: #006ab2 !important;
}

.navi_footer>div {
  background-color: #006ab2;
   color: #fff;
 }
 
 .navi_footer img {
   width: 100%;
   position: absolute;
   bottom: 0;
 }
 .navi_footer img.logo {
   position: absolute;
   top: 30px;
   width: 200px;
   right: 30px;
 }
 
 .navi_footer>div {
   position: absolute;
   bottom: 0px;
   font-size: 1em;
   text-align: center;
   left: 50%;
   transform: translateX(-50%);
   width: 100%;
   padding: 6px;
   letter-spacing: 1px;
 }
 
 .navi_footer>div {
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   -ms-align-items: center;
 }
 
 .navi_footer>div p {
   width: 100%;
   text-align: center;
   padding: 5px;
   margin-bottom: 7px;
   color: #fff;
   font-weight: 500;
   font-size: 17px;
   font-style: italic;
   z-index: 100;
 }
 
 .navi_footer span {
   margin: 0 10px;
 }
 
 .navi_footer a {
   color: #fff;
   font-size: .9em;
 }
 
 .disclaimer a:last-of-type, .navi_footer a:last-of-type{
   display: flex;
   flex-direction: row;
 }
 
 .disclaimer a:last-of-type i.show, .navi_footer a:last-of-type i.show{
   display: inline-block;
 }
 
 .disclaimer a:last-of-type i.hidden, .navi_footer a:last-of-type i.hidden{
   display: none;
   color: #8bcf97;
 }

 .disclaimer a:last-of-type:hover i.show, .navi_footer a:last-of-type:hover i.show {
  display: none !important;
}
.disclaimer a:last-of-type:hover i.hidden, .navi_footer a:last-of-type:hover i.hidden {
display: inline-block !important;
}
.footerElements {
  width: 40%;
  max-width: 1500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px;
    padding-left: 10px;
  background-color: #006ab2;
  z-index: 5;
  padding-left: 5%;

}

.footer_div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 50px;
  line-height: 150%;
  font-size: 1.1em;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  margin-left:20px;
}
.footer_div a, .footer_div p {
  color: #fff;
  padding-bottom: 4px;
}
.iconFooter{
  color: #fff;
  padding-top: 5px;
  font-size: 16px;
  padding-bottom: 10px;
}
#rechterblokFooter{
  display:flex;
  flex-direction:column;
  margin-left: 47px;
}
.balkHeader{
  height:70px;
  background-color: #006ab2;
  display: flex;
 align-items: center;
 padding:15px;

}
.ShopNuDiv{
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items:center;
}
.ShopNuDiv p {
  padding-right:15px;
  color:#fff;
  font-weight:400;
}

.buttonShop{
  color:#fff;
  font-weight:600;
}

.buttonShop > div {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius:15px;
}

.buttonShop > div:hover {
  padding: 10px 20px;
  border: 1px solid #fff;
  background-color:#fff;
  color:#006ab2;
}

.homepageHead {
  position:relative;
}
.divAroundEvents{
  height: 200px;
  position: absolute;
  bottom: -72px;
  width: 100%;
}

.menubtn {
  width: 30px;

  display: none;
  cursor: pointer;
}

/* header einde */

/*========== Page Header ==========*/

.page_header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3%;
  margin-bottom:3%;
}

.page_header img{
  width: 89px;
  padding-bottom: 27px;
}

.page_header h1 {
  color: #0065B3;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  max-width: 79%;
  margin-bottom: 12px;
}

.page_header h2 {
  color: #0065B3;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 1.1em;
}

.page_header > div {
    font-size: 20px;
    font-weight: 400;
    color: #353535;
    text-align: center;
    line-height: 170%;
}

.page_header > div a {
    color: #0065B3;
    font-weight: 700;
    text-decoration: none;
}

.page_header > a {
  font-size: 17px;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  background-color: #000035;
}
.content-box {
  margin: 0 auto;
  display: block;
  max-width: 85%;
  line-height: 2em;
  overflow: auto;
  padding: 10px;
  padding-bottom: 0px;
  box-sizing: border-box;
  padding-top:0;
}

.content-box>p {
  width: 90%;
  text-align: center;
  margin: 0 auto 20px auto;
  display: block;
}

.content-box h2 {
  font-size: 1.4em;
}

.content-box strong {
  color: #4c4c4c;
}
.content-box .line {
  margin: auto;
  margin-bottom: 20px;
}

.hoofdlogoSaxo{
  position: absolute;
  left: 16px;
  top: -27px;
}

.navigatie {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 33px 10px;
  z-index: 2;
  position: relative;
  height:100px;
}
.navigatie nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigatie nav a {
  padding: 5px 0;
  margin: 0px 20px;
  font-weight: 700;
  color: #252525;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  
}

.navigatie nav a:hover {
  border-bottom: 2px solid #006ab2;
}

.navigatie nav .active {
  border-bottom: 2px solid #006ab2;
}
/*======= Einde Page Header =======*/

/* SPONSOR PAGINA START*/
.main-title {
  width: 100%;
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  position: relative;
  color: #0066b3;
  padding-bottom:8px;
}

/* Sponsors pagina */

.sponsors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sponsors:first-of-type {
  margin-bottom: 100px;
}

.groot-sponsor {
  width: 31.33% !important;
  margin: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
}

.sponsor {
  width: 14.66%;
  margin: 1%;
  border: 4px solid #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
}

.sponsor_worden {
  background-color: #c4161c;
  position: relative;
}

.sponsor_worden a {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  color: white;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 130%;
}

.sponsor a {
  position: relative;
}

.sponsor a:not(.sponsor_worden a):before {
  content: '';
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  top: 0px;
  left: 0px;
  background: linear-gradient(to right, #0066b3 0%, #0066b3 100%), linear-gradient(to top, #0066b3 50%, transparent 50%), linear-gradient(to top, #0066b3 50%, transparent 50%), linear-gradient(to right, #0066b3 0%, #0066b3 100%), linear-gradient(to left, #0066b3 0%, #0066b3 100%);
  background-size: 0% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.8s ease-in-out, background-position 0.8s ease-in-out, background-size 0.8s ease-in-out;
  transform: scaleX(0) rotate(180deg * 0);
  transition-delay: 0.8s*2, 0.8s, 0s;
}

.sponsor:not(.sponsor_worden):hover {
  border: none;
}

.sponsor:not(.sponsor_worden):hover a:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg * 0);
  transition-delay: 0s, 0.8, 0.8s*2;
}

.sponsor img {
  width: 100%;
}

.sponsor_ak {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.sponsor_ak_small {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.sponsor_ak_small a {
  width: 46%;
  margin: 2%;
}

.sponsor_ak_small a img {
  width: 100%;
  transition: all .3s;
}

.sponsor_ak_small a img:hover {
  transform: scale(1.1);
}

.main_ak img,
.sponsor_ak img {
  width: 100%;
}

.main_ak h2,
.sponsor_ak h2 {
  font-size: 1.5em;
  color: #c4161c;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  padding: 10px 10px;
}

.sponsor_ak h2 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
}

.main_ak p,
.sponsor_ak p {
  font-size: 1.3em;
  padding: 0 10px;
}


/* Einde sponsors pagina */

/* SPONSOR PAGINA EINDE */

/* TICKERTAPE START*/
#ttcontainer {
  background-image: url(/images/bike.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  filter: grayscale(1);
}

.tickerbottom {
  position: absolute;
  left: -80px;
  background-color: transparent !important;
}

.tickerbottom div:first-child {
  height: 100%;
  width: 200px;
  margin-right: 20px;
  background-color: rgba(32, 6, 6, .5)!important;
}

.tickerbottom div:last-child {
  height: 100%;
  width: 50px;
  margin-right: 20px;
  background-color: rgba(32, 6, 6, .5)!important;
}

.tickerbottomright {
  position: absolute;
  right: -140px;
  background-color: rgba(32, 6, 6, .5)!important;
}
.tickertape {
  margin-top: 55px;
  width: 100%;
  background-color: #fff;
  overflow: auto;
}

.tickertape>h1 {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.5em
}

.tickertape>h1>img {
    height: 30px;
    margin: 0 20px;
    position: relative;
    top: 4px;
}

.ticker-pics {
  width: 56%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.ticker-pics ul {
  width:100%;
}
.colorGreenFooter{
  transform: skewX(-20deg) translateX(55%);
  position: absolute;
  background-color: #006ab2 ;
  right: 0;
  top: 0;
  bottom: -1px;
  width: 130px;
  

}
.ticker-pic {
  width: 22%;
  padding: 11px;
  float: left;

}
.divAroundFooterLogo{
  display:flex;
  flex-direction: row;
  overflow:hidden;
}

#infoFlammerouge{
  width:44%;
  max-width: 1500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px;
    padding-left: 10px;
  background-color: #006ab2;
  z-index: 5;
  padding-left: 7%;
}

.ticker-pic div {
    width: 100%;
    height: 100%;
    background-color: #bfbfbf;
}

.ticker-pic:hover div {
    background-color: rgba(0, 0, 0, 0);
}

.ticker-pic div img {
    width: 100%;
    opacity: 1;
    transition: all .3s;
}

.ticker-pic:hover div img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}
.left-bottom,
.left-line-bottom,
.right-bottom,
.right-line-bottom {
    background-color: rgba(0, 0, 0, .75);
    float: left;
}
.left-bottom>h2,
.left-bottom>p {
    font-size: 2.2em;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
}

.left-bottom {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.left-bottom>p {
  font-size: 2em;
  padding-right: 0px;
  font-weight: 400;
}

.left-bottom,
.right-bottom {
  margin-left: -44px;
  width: 280px;
  margin-right: 30px;
  height: 100%;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -o-transform: skew(-40deg);
}

#tickertapeholder{
  padding: 30px;
  text-align: center;
  width: 100%;
  font-size: 2.3em;
  text-transform: uppercase;
  font-family: "Gill Sans", "Gill Sans MT", "Lato", sans-serif;
  font-weight: 700;
  color: white;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* TICKERTAPE EINDE*/

/* FOOTER START*/

.tussenfooter {
  width: 100%;
  height: 300px;
  background-color: #000;
  display: flex;
  display: none;
  justify-content: center;
}
.tussen_left {
  width: 57%;
  margin-left: -125px;
  height: 100%;
  background-color: #E30613;
  transform: skewX(-35deg);
}

.tussen_right {
  width: 50%;
  height: 100%;
}
.made-by {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: black;
  color: white;
  font-size: .95em;
}

.made-by a {
  padding: 0px 10px;
  border-left: 1px solid white;
  color:#fff;
}

.made-by a:first-child {
  border: none;
}
.tickerbottom {
  position: absolute;
  left: -80px;
  background-color: transparent !important;
}

.tickerbottom div:first-child {
  height: 100%;
  width: 200px;
  margin-right: 20px;
  background-color: rgba(32, 6, 6, .5)!important;
}

.tickerbottom div:last-child {
  height: 100%;
  width: 50px;
  margin-right: 20px;
  background-color: rgba(32, 6, 6, .5)!important;
}

.tickerbottomright {
  position: absolute;
  right: -140px;
  background-color: rgba(32, 6, 6, .5)!important;
}
.withlove i {
  animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat {
  0% {
      transform: scale(.75);
  }

  20% {
      transform: scale(1);
  }

  40% {
      transform: scale(.75);
  }

  60% {
      transform: scale(1);
  }

  80% {
      transform: scale(.75);
  }

  100% {
      transform: scale(.75);
  }
}
/* FOOTER EINDE */
.tickerbottomright {
  position: absolute;
  right: -140px;
  background-color: rgba(32, 6, 6, .5)!important;
}

/*========== Home Slider ==========*/

.slider {

  position: relative;
  z-index: 1;
}

#titelslider h2{
  text-shadow: 4px 4px 5px darkslategray;
}

.slider article {
  position: relative;
}

.slider article div {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1500px;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.slider article div h2 {
  font-size: 50px;
  font-weight: 700;
  max-width: 900px;
  color: #fff;
  text-shadow: 4px 4px 5px #000;
  font-family: "Work Sans", serif;
  line-height: 140%;
}

.slider article div a {
  color: #000;
  background-color: #cce1ef;
  border-radius: 200px;
  padding: 16px 20px;
  font-size: 20px;
  font-family: "Work Sans", serif;
  display: inline-block;
  margin-top: 30px;
  transition: all 0.3s;
  width:fit-content;
}

.slider article div a:hover {
  background-color: #006ab2;
  color:#fff;
}

.slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.slider .slick-dots li button {
  display: none;
}

.slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 200px;
  margin: 0 2px;
  border: 2px solid #C7EAFC;
}

.slider .slick-dots li.slick-active {
  background-color: #C7EAFC;
}

.slider img {
  width: 100%;
  position: relative;
  z-index: 0;
}

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

.home_ovelay .slider .slick-arrow {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  transition: all 0.3s;
}

.home_ovelay .slider .slick-arrow:hover {
  background-color: white;
  color: #252525;
}

.home_ovelay .slider .slick-prev {
  right: 120px;
}

.home_ovelay article {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_ovelay article > div {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home_ovelay article .over {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home_ovelay article > div .content {
  position: absolute;
  left: 80px;
  bottom: 80px;
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
}

.home_ovelay article > div .content h2 {
  font-size: 90px;
  line-height: 120%;
  text-align: left;
  color: #fff;
}

.home_ovelay article .home_overlay_btn {
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
  margin-top: 50px;
  cursor: pointer;
}
/*======= Einde Home Slider =======*/

/* KALENDER */

.wedstrijden {
  width: 100%;

  padding: 40px 0px;
  padding-top: 0;
}

.innerwedstrijden {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.showresdevider {
  display: none;
}

.innerwedstrijden article {
  background-color: white;
  width: 100%;
  margin-bottom: 20px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.scorebord {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.wedstrijd_team {
  width: 35%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.wedstrijd_team img {
  max-width: 130px;
  max-height: 100px;
  height: 100%;
}

.wedstrijd_team h2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.scorebord_devider {
  font-size: 1.3em;
  font-weight: 700;
  min-width: 15%;
  padding: 10px;
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #777777;
  -ms-align-items: center;
  align-items: center;
}

.scorebord_devider h2 {
  margin: 10px 0;
}

.scorebord_devider span {
  font-size: 2em;
  padding: 0 10px;
  color: #3b3b3b;
}

.scorebord_devider a {
  font-size: .8em;
  text-align: center;
  color: #777777;
  padding: 2px;
  background-color: #d9d9d9;
  font-weight: 400;
  width: 100%;
}

.scorebord_devider a i {
  margin-left: 5px;
  transition: all .3s;
}

.scorebord_devider a:hover i {
  margin-left: 10px;
}

.rev h2 {
  order: 1;
}

.rev img {
  order: 2;
}



.kalenderteamfilter {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.kalenderteamfilter div {
  padding: 5px 15px;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.3em;
  background-color: transparent;
  border: 2px solid #006ab2;
  color: #006ab2;
  cursor: pointer;
  transition: all .3s;
}

.kalenderteamfilter div:hover {
  background-color: #006ab2 !important;
  color: white !important;
}

.active-teamfilter {
  background-color: #006ab2 !important;
  color: white !important;
}

.kalender_item_date {
  padding: 15px;
  width: 157px;
  text-align: center;
  font-size: 1.1em;
  background-color: #006ab2;
  color: white;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
 
  margin-right:3%;

}

.kalender_item_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.kalender_tekst {
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.3em;
  color: #6b6b6b;
  display: none;
}

.kalender_tekst a {
  font-weight: 700;
  color: #006ab2;
}
.kalender_moreinfo {
  min-height: 100%;
  padding: 10px 40px;
  background-color: #006ab2;
  color: white;
  font-weight: 700;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  border-radius: 250px;
  transition: all .3s;
  cursor: pointer;

}

.kalender_moreinfo i {
  font-size: 1.5em;
  transition: all .3s;
  margin-left: 10px;
}

.kalender_moreinfo:hover {
  -webkit-box-shadow: 0px 0px 22px 0px #006ab2;
  -moz-box-shadow: 0px 0px 22px 0px #006ab2;
  box-shadow: 0px 0px 22px 0px #006ab2;
}
.wedstrijden_filter {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
}

.wedstrijden_filter div {
  padding: 5px 20px;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #b0b0b0;
  cursor: pointer;
  transition: all .3s;
}

.wedstrijden_filter div:nth-child(2) {
  border-left: 1px solid #b0b0b0;
}

.wedstrijden_filter div:last-child {
  text-align: left;
  border-left: 1px solid #b0b0b0;
  padding-right: 0;
}

.wedstrijden_filter div:hover,
.activefilterwedstrijd {
  color: #282923 !important;
}
.events {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.events article {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  border-radius: 250px;
  align-items: center;
  padding:0 15px;
}

.events article h2 {
  font-weight: 700;
  font-size: 1.4em;
}
.bigdate {
  height: 100%;
  display: none;
}

.bigdate div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}
.titelandinfo {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  padding-top: 15px;
  width:86%;
}
/* EINDE PROGRAMMA */

/* START PROGRAMMA DETAIL PAGE*/
.item_header {
  width: 100%;
  position: relative;
}

.item_header img {
  width: 100%;
}

.item_header_content a {
  color: white;
  font-weight: 700;
  border-radius: 200px;
  padding: 7px 20px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  background-color: #006ab2;
}
.item_header div h1 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}

.item_header_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
}

.item_header_content {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.item_controls {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.item_social {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.item_social a {
  color: #000;
  padding: 0 15px;
  cursor: pointer;
  font-size: 1.2em;
}
.project_content {
  margin: 0 auto;
  font-size: 1.05em;
  max-width: 1400px;
  width: 100%;
  line-height: 180%;
  color: #5b5b5b;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.project_content aside {
  margin-left: 30px;
  max-width: 300px;
  width: 100%;
  padding: 35px;
  background-color: white;
  border: 1px solid #e6e6e6;
  top: 30px;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: sticky;
}

.project_content aside h2 {
  font-size: 1em;
  color: #000;
  font-weight: 700;
}
.project_content>a {
  font-weight: 700;
  color: #353535;
}

.project_content ul {
  padding-left: 20px;
  list-style-type: disc;
}
.project_beschrijving {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 15px;
}
.project_beschrijving > h2:first-child{
  margin-bottom:4px;
}
.project_beschrijving>h2 {
  font-weight: 700;
  font-size: 1.4em;
  color: #006ab2;
  margin-bottom: 20px;
  margin-top: 15px;
}
.aside_gegevens {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  font-size: 1.1em;
  width: 100%;
}

.aside_gegevens>div {
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}

.project_boeken {
  border-radius: 200px;
  text-align: center;
  background-color: #006ab2;
  color: white;
  font-weight: 700;
  color: white;
  padding: 6px 35px;
  margin-top: 20px;
  font-weight: 700;
}

.afbeeldingenDetail
{
	display:flex;
	flex-direction: row;
	width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 15px;
}


.afbeeldingenDetail>*
{
  width: 31.1%;
  margin-right: 3.3%;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.afbeeldingenDetail> img:last-child{
  margin-right:0;
}

.youtubeDetail
{
	display:flex;
	flex-direction: row;
	width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 15px;
}


.youtubeDetail>*
{
  width: 30%;
  margin-right: 3.3%;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.youtubeDetail> img:last-child{
  margin-right:0;
}
.legendeItems{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:15px;
}
.legendeItems img {
  padding-right:15px;
}

/* PRAKTISCHE INFO START*/
/* FAC PAGE START */
.titleFaq{
  padding-right: 4%;
  line-height: 130%;
  font-size:1.3rem;
}

#buttonNieuwsBriefFaq{
  width:100%;
   text-align:center;
   display:flex;
   justify-content: center;
}

.faq_page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faqPadding {
  padding: 30px;
}


#faqDiv1{
  width:50%;
  margin:0 auto;
}
#faqDiv2{
  width: 35%;
  
  display:flex;
  flex-direction: column;
}
#faqDiv3{
  height: 427px;
  background-color: #ee3c32;
  margin-bottom:5%;
}
#faqDiv3 p {
  text-align: center;
  line-height: 130%;
  font-size: 2rem;
  color: #fff;
}
#tekstOnderFaq3{
  font-size: 19px;
}

.faq_page aside {
  width: 400px;
  margin-left: 50px;
}

.faqButtons a {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 15px 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 1em;
  transition: all 0.6s;
}


.faqButtons a:hover {
  background-color: #ee3c32;
  color: black;
}

.faq_page {
  padding: 50px 0;
  padding-bottom: 0;
  display:flex;
  flex-direction: row;
  padding-top:0;
}

.divAroundSponsorTitel{
  display:flex;
  justify-content: center;
  flex-direction: column;
}
.divAroundSponsorTitel p {
  text-align: center;
}
#faqTitle {
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 3%;
  margin-bottom: 3%;
}

.faq_page h1 {
  font-size: 30px;
  font-weight: 700;
  color: #ee3c32;
}


#faq .faqItem {
  margin-bottom: 18px;
}
.paddingTextFaq{
  padding: 0px 2.9% 0px 2.9%;
}
#faq .faqItem h2 {
  color: #252525;
  padding:9px;
  text-align: left;
  font-size: 18px;
  transition: all .3s;
  border-radius: 4px;
  border: 1px solid #006ab2;
}

#faq .faqItem h2.active {

  color: #fff;
  background: linear-gradient(
    109deg,
    #006ab2 0%,
    #006ab2 70%,
    transparent 70%,
    transparent 100%
  );
  margin-bottom:1%;
  line-height: 130%;
  border: 1px solid #006ab2;
}
#faq .faqItem h2.active i {
  color:#000;
}

#faq .faqItem>div > h2{
  padding-left: 20px;
  font-size: 18px;
  margin-bottom:2%;
  line-height: 130%;
}

#faq .faqItem>div p {
line-height: 130%;
font-size: 1.2em;
color: #000;
width: 100%;
}
#praktischeInfo{
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
#praktischeInfo h2{
  color: #0065B3;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  max-width: 79%;
  margin-top: 18px;
}
/* FAC PAGE EINDE*/

/* PRAKTISCHE INFO EINDE*/


/* EINDE PROGRAMMA DETAIL PAGE*/

/* CONTACT START*/
#contactfix .span_1_of_3_b
{
  width: 405px;
  float: right;
}

#contactfix .span_1_of_3_b:last-child
{
  width: auto;
  float: none;
  display: block;
  margin-right: 765px;
}

#contactfix .span_1_of_3_b:first-child
{
  margin-left: 25px;
  width: 300px;
}
.contact_split {
  margin-top: 60px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_split h2 {
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  line-height: 130%;
  padding-bottom:17px;
}
.contact_split div {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color:#006ab2;

}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #fff;
}

.contact_split div p a {
  color: #fff;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

.contact_split img {
  width: 88px;
  padding-bottom: 8px;
  padding-top: 22px;
}
.contact_info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 21px 30px;
  width: 100%;
  z-index: 1;
  position: relative;
  align-items: center;
}

.contact_info p {
  font-size: 20px;

  color: #252525;
}

.contact_info div h2{
  width:100%;
  padding:7px;
}
#openingsuren-btn {
  width: 100%;
  text-align: left;
}

#openingsuren-btn button {
  background-color: transparent;
  border: none;
  margin-top: 15px;
  padding: 0;
  color: #006ab2;
  border-bottom: 1px solid #006ab2;
  font-size: 20px;
  font-weight: 200;
  font-family: Poppins, sans-serif;
  cursor: pointer;
}

#openingsuren {
  margin-top: 15px;
  position: relative;
}

#openingsuren table,
th,
td {
  border-collapse: collapse;
}

#openingsuren {
  border: 2px solid #efefef;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  position: relative;
}

#openingsuren p {
  font-weight: 400;
  font-style: italic;
  margin-top: 17px;
  color:#000;
}

#openingsuren .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #006ab2;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
}

#openingsuren th,
td {
  padding: 10px;
  font-weight: 400;
  font-size: 18px;

  
}

.contact_pagina {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px 0px 10px;
}



.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 500;
  color: #006ab2;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  -ms-align-items: flex-end;
  font-size: 2em;
}

.contact_gegevens h1 i {
  font-size: 22px;
  margin-right: 15px;
}

.contact_gegevens .line {
  display: none;
}

.contact_gegevens h2 {
  font-size: 20px;
  line-height: 130%;
  color: #353535;
  padding-bottom:2px;
}

.contact_info h2{
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  padding-top:14px;
  padding-bottom:9px;
}

#openingsuren h2{
  color:#006ab2;
}



.contact_subject {
  color: #353535;
  font-size: 18px;
  font-weight: 200;
  margin-left: 10px;
  margin-bottom: 30px;
  padding: 7px 20px;
  border: 1px solid #A68A54;
}

.contact_subject span {
  font-weight: 600;
}

.contact_formulier {
  width: 55%;
}

.contact_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_label {
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email],
#NaamInput input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #F4F4F4;
  background-color: transparent;
  padding: 8px 0px;
  padding-bottom: 3px;
  color: #006ab2;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 10px;
  letter-spacing: 2px;
  font-family: 'Be Vietnam', sans-serif;
}

.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder,
.contact_form textarea::placeholder {
  color: #a3a3a3;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
#NaamInput input:focus {
  border-bottom: 2px solid #006ab2;
  font-weight: 400;
}

.contact_form input[type=text]:focus::placeholder,
.contact_form input[type=email]:focus::placeholder,
#NaamInput input:focus::placeholder,
.contact_form textarea:focus::placeholder {
  color: #006ab2;
}

.contact_form textarea {
  background-color: transparent;
  border: none;
  width: 100%;
  border-bottom: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 0px;
  color: #006ab2;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 18px;
  height: 100px;
  padding-left: 10px;
  font-family: 'Be Vietnam', sans-serif;
}

.contact_form textarea:focus {
  border-bottom: 2px solid #006ab2;
  font-weight: 400;
}

.contact_form select {
  width: 100%;
  color: #353535;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #f6f6f6;
  background-color: #F4F4F4;
  height: 50px;
  font-size: .9em;
  font-weight: 700;
  background-image: url(/images/select2.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.contact_form input[type=submit] {
  padding: 5px 30px;
  background: transparent;
  border: 1px solid #006ab2;
  font-weight: 200;
  color: #006ab2;
  font-size: 1.2em;
  font-weight: 200;
  transition: all .8s ease;
  width:fit-content;
}

.contact_form input[type=submit]:hover {
  background-color: #006ab2;
  color: #fff;
}

.contact_formulier #NaamInput {
  width: 48%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

#dasmap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -45px;

}

.PL_privacy {
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.privcnt {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 1em !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  color: #a3a3a3 !important;
}

.privcnt div {
  display: flex;
  flex-wrap: wrap;
}

.privcnt .mob {
  display: none;
}

.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.privcnt a {
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: black;
  font-weight: 700;
  color: #353535;
  position: relative;
  z-index: 10;
}

.checkmarker {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}

.privcnt:hover input~.checkmarker {
  background-color: #ccc;
}

.privcnt input:checked~.checkmarker {
  background-color: #353535;
}

.checkmarker:after {
  content: "";
  position: absolute;
  display: none;
}

.privcnt input:checked~.checkmarker:after {
  display: block;
}

.privcnt .checkmarker:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#openingsuren-btn {
  width: 100%;
  text-align: left;
}

#openingsuren-btn button {
  background-color: transparent;
  border: none;
  margin-top: 15px;
  padding: 0;
  color: #006ab2;
  border-bottom: 1px solid #006ab2;
  font-size: 20px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  cursor: pointer;
}

#openingsuren {
  margin-top: 15px;
  position: relative;
}

#openingsuren table,
th,
td {
  border-collapse: collapse;
}

#openingsuren {
  border: 2px solid #efefef;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  position: relative;
}


.tableContact a {
  color:#fff;
}
.tableContact i {
  color:#fff;
}
#openingsuren .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #006ab2;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
}

#openingsuren th,
td {
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 2px;
}
#divAroundSubmitContact{
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tableContact tr {
  color:#fff;
}

/* CONTACT EINDE */
/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
  width: 100%;
}

.blokken article:last-of-type {
  padding-bottom: 0;
}

.blokken article>img {
  width: 48%;
  order: 1;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #0065B3;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.5em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 400;
  max-width: 850px;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.blokken_content>a {
  padding: 10px 0;
  display: inline-block;
  margin-top: 5px;
  color: #0065B3;
  font-weight: 700;
  font-size: 1.2em;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(odd) img {
  order: 3;
}
/* Tekst Blokken */

.tekst_blokken {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1550px;
  margin: 30px auto;
}

.tekst_blokken article {
  width: 45%;
  margin: 25px 0;
}

.tekst_blokken article h2 {
  width: 100%;
  text-align: left;
  font-size: 1.8em;
  color: #565656;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.tekst_blokken article div {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.4em;
  margin-bottom: 20px;
}

.tekst_blokken strong,
.tekst_blokken b {
  font-weight: bold;
}


/* Einde Tekst Blokken */

/* Einde Blokken */

/* GDPR */

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 50px;
}

#content-container h2 {
  color: #353535;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #006ab2;
  color: #fff;
  font-size: 1.3em;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.2em
}

#content-container ul {
  margin-left: 3em;
  font-size: 1.2em;
}

#content-container table {
  width: 98%;
  margin: 0 auto;
}

#content-container a {
  color: #006ab2;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #E5E5E5;
}

#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

/* GDPR EINDE*/

/* UPTOP START*/
.uptop {
  position: fixed;
  z-index: 10;
  color: #fff !important;
  border: 1px solid #fff;
  right: -100px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7fc;
  transition: all 0s;
  overflow: hidden;
  border-radius: 40px;
}

.uptop div {
  width: 101%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #006ab2;
  transition: all 0s;
}

.uptop i {
  z-index: 2;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

/* UPTOP EINDE*/
/* Curtaindrop */



.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.678);
  opacity: 0.8;
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.curtaindrop .button {
  display: inline-block;
  padding: 10px 30px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.8s ease;
  margin-top: 30px;
}

.curtaindrop .button:hover {
  background-color: #fff;
  color: #003361;
}

.curtaindrop p {
  font-size: 1.4em;
  line-height: 1.6em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.curtaindrop .line {
  background-color: white;
  width: 50px;
  height: 2px;
  margin: 20px auto;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #b0d49b;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #b0d49b;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  z-index: 100000000;
}

.curtain-click {
  background-color: #006ab2;
  color: #fff;
  /* background: linear-gradient(90deg, #006ab2, #006ab2, #006ab2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shine 5s linear infinite; */

  text-transform:capitalize;

  padding: 6px 10px;
  border-radius: 38px;
  margin-left: 20px;
}
.curtain-click {
  cursor: pointer;
}

/* INSCHRIJVEN START */

.activechoice>div {
  color: white;
  background-color: #006ab2 !important;
}

.activechoice>div div i {
  display: block!important;
  color: #000!important;
}
.titel_header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 56px 10px;
  text-align: center;
  padding-top:25px;
}
.titel_header h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #006ab2;
  margin-bottom: 17px;
}

.titel_header p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height:23px;
}
.halfwidth {
  width: 49%;
}
.twothrirdswidth {
  width: 65.66%;
}
.geboortedatumStyling{
  width: 100%;
		padding: 10px 15px;
		font-family: 'Poppins', sans-serif;
		border: none;
		background-color: #ededed;
		margin-bottom: 20px;
    color: #353535;
}
.run_select {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.run_select label>div {
  position: relative;
  z-index: 1;
  padding: 15px;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  transition: all .3s;
  cursor: pointer;
  font-size: 0.9em;
}

.run_select label>div:hover {
  background-color: #006ab2;
  color: white;
}

.run_select label>div div {
  width: 30px;
  height: 30px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  margin-bottom: 10px;
  background-color: white;
}

.run_select label>div span {
  font-size: 1.3em;
  padding-top: 5px;
  width: 100%;
  text-align: center;
}

.run_select label input {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.run_select label {
  width: 50%;
  position: relative;
  font-weight: 700;
  color: #606060;
  padding:10px;
}
.run_select label div i {
  display: none; 
}
.subform {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.step_titel {
  font-weight: 700;
  font-size: 1.5em;
  width: 100%;
  color: #006ab2;
  margin-bottom: 25px;
}
.gegevens_bevestig {
  width: 100%;
  margin-top: 20px;
}

.gegevens_bevestig h3 {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  color: #626262;
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.1em;
}


.gegevens_bevestig h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #383838;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 2px solid #f6f6f6;
  align-items: center;
}

.gegevens_bevestig h3 div {
  min-width: 200px;
  font-weight: 700;
}
.betalen_split {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.betalen_split button {
  padding: 12px 35px;
  border-radius: 200px;
  background-color: #006ab2;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  border: none;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.betalen_split button i {
  margin-right: 10px;
  font-size: 1.3em;
}
.bevestigen_step {
  max-width: 900px;

  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px;
  display: none;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}
.thirdwidth {
  width: 32.33%;
}
.inschrijven_step .form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 43px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.inschrijven_step .form input[type=text], .inschrijven_step input[type=number] , .inschrijven_step .form input[type=email], .inschrijven_step .form select {
  width: 100%;
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif;
  border: none;
  background-color: #ededed;
  margin-bottom: 20px;
}

.inschrijven_step .form button {
  background-color: #006ab2;
  color: white;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  padding: 10px 35px;
  border-radius: 200px;
  border: none;
}
.inschrijven_step .form button:disabled {
  opacity: .6;
  filter: grayscale(100%);
}

.inschrijven_step .form select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.step_titel {
  font-weight: 700;
  font-size: 1.5em;
  width: 100%;
  color: #006ab2;
  margin-bottom: 25px;
}

.groepsinschrijving {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.deelnemers {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.deelnemers .persoon:first-child .prevdeelnemer {
  visibility: hidden;
}
.deelnemers {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.deelnemers .persoon:first-child .prevdeelnemer {
  visibility: hidden;
}

.persoon {
 width: 100%;
 display: flex;
 justify-content: space-between;
 -ms-align-items: flex-start;
 align-items: flex-start;
 flex-wrap: wrap;
 margin-bottom: 30px;
}

.persoon h2 {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.individueelinschrijving label, .inschrijven_step label {
  line-height: 32px;
}
.individueelinschrijving {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.bestelling_geplaatst2 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}

.bestelling_geplaatst2>div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}

.bestelling_geplaatst2 > div > i {
  font-size: 2.5em;
  color: #006ab2;
  margin-bottom: 20px;
}

.bestelling_geplaatst2 h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 700;
  color: #006ab2;
}

.bestelling_geplaatst2 h2 {
  font-size: 1.1em;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.bestelling_geplaatst2 div {
  color: #000;
  text-align: center;
  line-height: 150%;
}
.individueelinschrijving label, .inschrijven_step label {
  line-height: 32px;
}
.bestelling_geplaatst2_button {
  margin-top: 20px;
  display: inline-block;
  color: #000;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
/* INSCHRIJVEN EINDE */

/* SFEEERBEELDEN START*/
.sfeerbeelden {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display:flex;
}

.sfeerbeelden article {
  width: 25%;
  padding: 10px;
  transition: all 1s;
}

.sfeerbeelden article img {
  width: 100%;
  transition: all 1s;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0);
}

.sfeerbeelden article:hover {
  transform: scale(1.05);
}

.sfeerbeelden article:hover img {
  cursor: zoom-in;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}
/* SFEERBEELDEN EINDE*/

/* PROGRAMMA PAGE START*/

.programma{
  max-width: 1600px;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.tijdProgramma{
  font-weight:800;
  color:#0065B3;
}
.programma tr {
  line-height: 25px;
}
/* PROGRAMMA PAGE EINDE */


@keyframes shine {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 500%;
  }
}

.divAroundCurtainClick{
  width:100%;
  display:flex;
  justify-content: end;
  align-items:center;
  padding-top:8px;
}

.divAroundCurtainClick span {
  padding: 0px 3px;
}

/* Einde Curtaindrop */


@media screen and (max-width:1650px) {
  .footer_split>div:first-child article, .colorRed,.colorRedFooter {
    display: none;
  }

  .footerElements {
    justify-content: flex-start;
  }

  .footerdiv1{
    margin-bottom: 30px;
  }
  
}


@media screen and (max-width: 1500px) {

  /* .ticker-pic:nth-of-type(3) {
      display: none;
  } */
  .footerElements {
    flex-direction: column;
    padding-left: 0;
  }
  .ticker-pic {
    width: 50%;
  }
  .colorGreenFooter{
    display:none;
  }
  #rechterblokFooter{
    margin-left:0;
  }
}
@media screen and (max-width: 1400px) {

  .colorGreenFooter {
    display: none;
  }
  #rechterblokFooter{
    margin-left:0;
  }
}
@media screen and (max-width: 1350px) {
  .ticker-pic:nth-of-type(7) {
      display: none;
  }
  .ticker-pic {
      width: 25%;
  }
  .ticker-pics {
      width: 100%;
      max-width: 1280px;
  }
  .filter_weds {
      padding: 0 10px;
  }
  .item_header {
    margin-top: 0;
}
.item_controls {
  transform: none;
}
}

@media all and (max-width:1300px){
  #faqDiv1{
    width:70%;
    margin:0 auto;
  }
}

@media all and (max-width:1200px){
  .topheader-nav{
    display:none;
  }



  .content-box {
    max-width: 95%;
}
.contact_pagina {
  padding-top: 55px;
}


.contact_split div {
justify-content: center;
-ms-align-items: center;
align-items: center;
}


.contact_gegevens .line {
  display: block;
  background-color: #006ab2;
  width: 30px;
  height: 2px;
  margin: 20px auto;
}
.contact_gegevens {
  margin-bottom: 20px;
  padding: 30px 10px;
}
.contact_gegevens h1 {
  justify-content: center;
  margin-bottom: 0;
}
.contact_gegevens,
.contact_formulier {
  width: 100%;
  padding: 0 10px;
}
.contact_formulier {
  margin-top: 30px;
}
.contact_gegevens h1,
.contact_gegevens h2 {
  text-align: center;
  line-height: 120%;
}
.contact_gegevens h1 {
  flex-direction: column;
  align-items: center;
  -ms-align-items: center;
}
.contact_gegevens>div {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#dasmap {
  margin-top: 15px;
  height: 400px;
}
.contact_gegevens>div a {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.contact_img {
  padding: 0 !important;
}

.ticker-pic {
  width: 50%;
}

}

@media all and (max-width:1150px) {
  .page_header .c {
    width: 80%;
}
.page_header>h2 {
    font-size: 15px;
}
.ticker-pic:nth-of-type(6) {
  display: none;
}

.tickerbottom,
.tickerbottomright {
    display: none;
}
.tickerbottom,
.tickerbottomright {
    display: none;
}
.tickerbottom,
.tickerbottomright {
    display: none;
}
#contactfix .span_1_of_3_b:first-child
{
  float: none;
  width: 100%;
}

#contactfix .span_1_of_3_b:first-child:after
{
  display: block;
  clear: both;
  content: '';
}

textarea
{
  height: 160px;
}

#contactfix .span_1_of_3_b:last-child
{
  margin-right: 450px;
}

.contactblock
{
  width: 30%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.contactblock:first-child
{
  width: 25%;
}

.contactblock:last-child
{
  width: 45%;
}
}
@media all and (max-width:1100px){
  .project_content {
    flex-wrap: wrap;
}
.project_boeken {

  order: 1;
  margin-top: 0;
}
.blokken_titel h2 {
  font-size: 1.7em;
}

.blokken_tekst {
  font-size: 1.2em;
}

.blokken_content {
  padding: 10px;
}

.tekst_blokken article div {
  font-size: 1em;
}

.tekst_blokken article h2 {
  font-size: 1.5em;
}
.project_content aside {
  width: 100%;
  margin-left: 0;
  max-width: 100%;
  padding: 30px 15px;
  border: none;
  order: 1;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0;
  position: relative;
  top: 0;
  margin-bottom: 30px;
}
.project_beschrijving {
  width: 100%;
  order: 2;
  font-size: .9em;
}
.aside_gegevens {
  flex-direction: row;
  width: 100%;
  order: 3;
}
.aside_gegevens>div {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}
}
@media all and(max-width:1050px){
  .curtaindrop h2 {
    font-size: 2.5em;
}
}
@media all and (max-width:1000px){
  .nav .btn
  {
    padding: 1em 2em 2em 2em;
    background-color: #fff;
    margin-left: 0;
    color: #68564d;
  }
  .page_header .c,
  .blokken_img,
  .blokken_content {
      width: 100%;
  }
  .sponsor {
    width: 31.33%;
}
.groot-sponsor {
    width: 48% !important;
}

.ticker-pic:nth-of-type(5) {
  display: none;
}
#tickertape p span {
  font-size: 1.4em !important;
}
.left-bottom>h2,
.left-bottom>p {
    padding-right: 0 !important;
}
.left-bottom>h1 {
  font-size: 3.5em;
}
.left-bottom>p {
  font-size: 1.8em;
}
.left-bottom>h1 {
  padding-right: 50px;
}
.left-bottom>p {
  padding-right: 54px;
}
.afbeeldingenDetail>*
{
  width: 48%;
  margin-right: 4%;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.afbeeldingenDetail> img:last-child{
  margin-right:4%;
}
.afbeeldingenDetail>*:nth-child(2n)
{
	margin-right: 0;
}




.youtubeDetail>*
{
  width: 48%;
  margin-right: 4%;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.youtubeDetail> img:last-child{
  margin-right:4%;
}
.youtubeDetail>*:nth-child(2n)
{
	margin-right: 0;
}
#faq .faqItem h2.active {
  border: 1px solid #006ab2;
  background: linear-gradient(
    109deg,
    #006ab2 0%,
    #006ab2 85%,
    transparent 85%,
    transparent 100%
  )

}
.navigatie nav {
  display: none;
}

.navigatie {
  align-items: center;
}
.menubtn {
  display: block;
  margin-right: 8px;
}
}
@media all and(max-width:950px){
  .kalender_item_date {
    position: relative;
    width: 100%;
    left: initial;
    top: initial;
}
.kalender_item_content {
  width: 100%;
}
.events article {
  padding-left: 0;
  padding: 15px;
  flex-wrap: wrap;
}
.faq_page {
  flex-direction: column;
}

.footer_split>div:first-child, .footerElements {
  width: 50%;
}
}
@media all and (max-width:920px){
  .contact_split img {
    top: -30px;
}
}
@media all and (max-width:900px){
  .groot-sponsor {
    width: 48% !important;
}
.innerwedstrijden {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.innerwedstrijden article {
  width: 98%;
  margin: 1%;
}
#faqDiv1{
  width:80%;
  margin:0 auto;
}
.sfeerbeelden article {
  width: 33.33%;
}

}
@media all and (max-width:1200px){
  .content-box {
    max-width: 100%;
}
.item_header_content a {
  display: none;
}
.item_header_content {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.item_header div h1 {
  font-size: 2em;
}
.blokken article>img {
  width: 100%;
}
.blokken_content {
  width: 100%;
  padding: 0;
}

.blokken article {
  padding-bottom: 30px;
}

.blokken article:nth-child(odd) img {
  order: 1;
}


header .logobig {
  max-width: 100px;
}
}
@media all and (max-width:800px){
  .page_header.home {
    padding-top: 60px;
}
.tickertape>h1 {
  font-size: 2em;
}
.events article h2 {
  font-size: 1.1em;
}
.ticker-pics {
  padding-bottom: 10px;
}
.kalender_moreinfo {
  background-color: transparent;
  color: #006ab2;
  padding: 0;
  padding-left: 10px;
  border-left: 1px solid #006ab2;
  border-radius: 0;
  box-shadow: none;
  white-space: nowrap;
}
.kalender_moreinfo:hover {
  box-shadow: none;
}
.tekst_blokken article {
  width: 100%;
  margin: 20px 0;
}

.tekst_blokken article h2 {
  line-height: 150%;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.tekst_blokken article div {
  text-align: center;
}
.curtaindrop p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.curtaindrop h2 {
  font-weight: 600;
  font-size: 1.8em;
}
.curtain-close {
  font-size: 30px;
}
.curtaindrop .button {
  font-size: 17px;
  padding: 12px 30px;
}

.nav {
  display: none!important;
}
.headerNavWidth{
  flex-direction: row!important;
  justify-content: space-between!important;
  padding: 10px 0;
}
.ticker-pic {
  width: 50%;
}
.divAroundFooterLogo{
  display: flex;
  flex-direction: column;
}
#infoFlammerouge{
  width: 100%;
  max-width: unset;
  padding-left: 0;
  margin:unset;
  justify-content: space-around;
}
.footerdiv1 {
  margin-bottom: 0;
}
.footer_div{
  margin:0;
}
.iconFooter{
  margin-right:14px;
}
}
@media all and(max-width:780px){
  .sponsor {
    width: 48%;
}
.groot-sponsor {
    width: 100% !important;
}
.tickertape>h1 {
  font-size: 1.5em;
}

}
@media all and(max-width:750px){
  .page_header h1 {
    font-size: 2em;
}
.iconFooter{
  display:none!important;
}
#rechterblokFooter{
  margin-left:0;
}
.page_header .c {
    font-size: 18px;
    width: 90%;
}
.aside_gegevens {
  font-size: .9em;
  flex-direction: column;
  margin-bottom: 20px;
}
.item_controls {
  font-size: .8em;
}

.footerElements {
  width: 100%;
  padding: 20px 10px;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.home_ovelay .slider .slick-arrow {
  right: 20px;
  bottom: 20px;
}

.home_ovelay .slider .slick-prev {
  right: initial;
  left: 20px;
}
#contactfix .span_1_of_3_b:nth-child(2)
{
  display: none;
}

#contactfix .span_1_of_3_b:last-child
{
  width: 100%;
}

#contactfix .span_1_of_3_b:first-child
{
  margin-left: 0;
}
.footer_div {
  width: 100%;
  margin: 20px 0;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
}
@media all and(max-width:720px){
  .contactblock
  {
    width: 50% !important;
  }

  .contactblock:last-child
  {
    width: 100% !important;
  }
}
@media all and (max-width:700px){
  .navitem {
    padding-left: 3em;
  }

}
@media all and (max-width:650px){

  .navitem a {
    font-size: 25px;
  }
  .navi_footer img.logo {
    width: 180px;
  }
  .contact_gegevens h1 {
    font-size: 1.9em;
}

.curtaindrop>div>div:last-child {
  width: 95%;
}
.curtaindrop h2 {
  font-size: 1.5em;
}
.curtaindrop .c {
  font-weight: 200;
}
.curtaindrop .button {
  font-size: 15px;
  padding: 10px 25px;
}
.aside_gegevens{
  flex-direction: column;
}
.sfeerbeelden article {
  width: 50%;
}
}

@media all and (max-width:600px){
  .navi_footer p {
    font-size: 16px;
    padding-bottom: 0;
  }
  .titelandinfo {
    flex-wrap: wrap;
    padding: 0;
    margin-top: 20px;
}
  .innerwedstrijden article {
    width: 94%;
    margin: 3%;
    margin-bottom: 20px;
}
  .page_header h1 {
    font-size: 1.5em;
}
.page_header .c {
    font-size: 18px;
    width: 95%;
}
.page_header {
  padding-bottom: 20px;
}
.page_header h1 {
  font-size: 1.3em;
}
.page_header .c {
  font-size: 16px;
}
.main-title {
  font-size: 1.2em;
  margin-top: 20px;
}
.left-bottom>h1,
.left-bottom>p,
.right-bottom>a>img {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    padding: 0;
}
.left-bottom>h1 {
  padding: 20px;
  width: 100%;
}
.left-bottom,
.right-bottom {
  background-color: transparent;
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
}
.left-bottom>h1 {
  text-align: center;
  padding: 20px;
}
.left-bottom>p {
  text-align: center;
  padding: 10px;
}

.kalender_item_date {
  background-color: transparent;
  border: 2px solid #006ab2;
  padding: 10px;
  color: #006ab2;
}

#divAroundSubmitContact {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;

}


.contact_gegevens h1 {
  font-size: 1.7em;
}

}
@media all and (max-width:550px){
  .sponsor_worden a {
    font-size: 18px;
}
.contactblock
{
  width: 100% !important;
}
.contact_form input[type=submit] {
  font-size: 1em;
  padding: 4px 25px;
}
.contact_formulier #NaamInput {
  width: 100%;
}
}
@media all and (max-width:500px){
  .made-by {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.ShopNuDiv p{
  display:none;
}

#faq .faqItem h2.active {


  background: linear-gradient(
    109deg,
    #006ab2 0%,
    #006ab2 90%,
    transparent 90%,
    transparent 100%
  );
}
.made-by a {
    border: none;
}
.titelslider h2{
  font-size: 32px!important;
}
.afbeeldingenDetail>*
{
  width: 100%;
  margin-right: 0%;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.afbeeldingenDetail> img:last-child{
  margin-right:0%;
}
.afbeeldingenDetail>*:nth-child(2n)
{
	margin-right: 0;
}



.youtubeDetail>*
{
  width: 100%;
  margin-right: 0%;
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.youtubeDetail> img:last-child{
  margin-right:0%;
}
.youtubeDetail>*:nth-child(2n)
{
	margin-right: 0;
}
#faqDiv1{
  width:90%;
  margin:0 auto;
}
}
@media all and (max-width:450px){
  .navi_footer a {
    font-size: .8em;
    font-weight: 500;
    line-height: 160%;
  }
  .navi_footer a:last-of-type {
    align-items: center;
    -ms-align-items: center;
  }
  .navi_footer>div {
    flex-direction: column;
  }
  .navi_footer span {
    display: none;
  }
  .main-title {
    font-size: 1.2em;
}
.tickertape>h1 {
  font-size: 1.2em;
}
.contact_gegevens h1 {
  font-size: 1.5em;
}
.contact_gegevens h2 {
font-size: 18px;
}

#tickertapeholder {
height: 330px;
align-items: center;
display: flex;
padding: 19px;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form textarea,
#NaamInput input {
font-size: 16px;
margin-bottom: 20px;
}
.navigatie {
  padding: 10px 5px;
}

}
@media all and (max-width:400px){
  .iconFooter{
    display:none!important;
  }
  #infoFlammerouge > div{
  width:100%;
  margin-left:4%;
  
  }
  #infoFlammerouge > div:first-child{
    width:100%;
    margin-left:4%;
    padding-bottom:20px;
    padding: 41px 10px;
    
    }
}
@media only screen and (max-width: 320px) {
  .contactblock > img
  {
    display: none;
  }

  .contactblock
  {
    padding-left: 0;
  }

  #header
  {
    background-position: 140px 5px;
  }
}