@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;600;700&family=Sorts+Mill+Goudy&display=swap');


a {
    color: #7ac043;
    text-decoration: none;
	background: transparent;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #333941;
}

.text a {
    color: #7ac043;
    text-decoration: underline;
    background: transparent;
    font-weight: 700;
}

a:hover, a:focus {
    color: #333941;
    text-decoration: underline;
}

.nbbutton a, .nbbutton a:hover,.nbbutton  a:visited,.nbbutton  a:active{
    color: #333941;
    text-decoration: none;
    font-weight: 700;
}

html, body {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-style: normal;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 1.0em;
    color: #fff;
    line-height: 1.8em;
    background: #02021f;
}
.maten [type="checkbox"]:checked,
.maten [type="checkbox"]:not(:checked),
.maten [type="radio"]:checked,
.maten [type="radio"]:not(:checked){
    position: relative;
    left: 20px;
    top: -20px;
    width: 1px;
    height: 1px;
    color: #000;
    background: #fff;
    opacity: 0;
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 60px;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 0px;
    margin: 0 auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
}
.checkbox-tools:not(:checked) + label{
    border: none;
    background-color: #f0ad4e;
    color: #000;
}
.checkbox-tools:checked + label{
    background-color: #fff;
    border: none;
    color: #000;
}
.checkbox-tools:not(:checked) + label:hover{
    background-color: #fff;
    border: none;
    color: #000;
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}


.image {
    margin:auto;
}

.box{
    margin-bottom: 30px;
}


h1,h2,h5{
   font-family: 'Sorts Mill Goudy', serif;
   margin: 10px 0px;
}

h1{
    color: #e4e417;
    font-size: 50px;
    margin: auto;
    margin-bottom: 25px;
}

h2{
    color: #fff;
	font-size:	38px;
}

h3{
    color: #e4e417;
	font-size:	24px;
}

h6{

	font-size:50px;
	color:#fff;
	font-weight: 700;
	line-height: 40px;
}

.imagebox{
    padding: 15px;
    border: solid 1px #e4e417;
    margin-bottom: 20px;
}

#mainheader {
    position: relative;
    z-index: 21;
    width: 100%;
}


.breakout{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
        margin-top: 40px;
    margin-bottom: 40px;
    background-size: cover;
}

.home{
    position: relative;
    text-align: left;
    width: 100%;
}

.slogan_box_wrapper{
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: -200px;
    display: inline-block;
    width: 100%;
}

.slogan_box{
    background: #98b5b0;
    padding: 60px 100px;
    text-align: center;
}

.content_standard{
    padding: 40px 0px;
}

.block:hover{
    transform: scale(1.03);
    transition: ease-in 0.3s;
}

/*** Tekstblokken ****/

.box{
    margin: 40px 0px;
    padding: 40px 200px;
}
.box_lbeige{
    background: #EEE0D1;
}

.box_lblauw{
    background: #CADBD7;
}

.box_turquoise{
    background: #9AB6B1;
}

.box_lgrijs{
    background: #D0D4DA;
}

.box_witroze{
    background: #949290;
}

/*** Tekstblokken ****/

/**** Training ****/
.ttitlewrapper{
    position: relative;
    padding: 200px 100px 300px;
    width: 100%;
    display: table;
    min-height: 300px;
    background: #f3f1f0;
}

.ttitle{
    position: absolute;
    right:-50%;
    text-align: center;
    -webkit-animation: slide 1s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 1s forwards;
    animation-delay: 1s;
}

@-webkit-keyframes slide {
    100% { right: 25%; }
}

@keyframes slide {
    100% { right: 25%; }
}

.tsubtitle{
    padding: 100px;
    text-align: center;
}

.tintro{
padding: 60px;
background: #cbdcda;
}

.ttext{
  padding: 60px;
    margin-top: 130px;
}

.tinfo{
    background: #eee0d1;
}

.tdata{
    padding: 40px;
    background: #fff;
}

.tdatum{
    padding: 40px;
    margin: 0px;
    background: #98b5b0;
    text-align: center;
    margin-bottom: 40px;
}

.tdatum h3{

}

.tbutton{
    background: #af4b43;
    width: 100%;
    padding: 15px;
    margin: 15px 0px;
}

.tbutton a{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.tlink, tlink:hover{
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin: 40px auto;
    display: table;
    background: #af4b43;
    padding: 15px;
    color: #fff;
}

.tref{
    padding: 40px;
}

.trefitem{
    padding: 40px;
    margin: 0px;
    background: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.refname{
  color: #af4b43;
    font-weight: 700;
}

/**** Training ****/

.invidtxt{
    background: #eee0d1;
    margin-top: 120px;
    padding: 40px;
}

.inline-photo {
  opacity: 0;
  transform: translateY(4em) rotateZ(-0deg);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;

  will-change: transform, opacity;
}

.bs-slider {
    overflow: hidden;
    position: relative;
    background: #000;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: rotateZ(-0deg);
}

    .box-vac{
        padding: 15px 15px 0px 15px;
        margin-bottom: 0px;
        background: #ffffff61;
        border-radius: 15px;
    }

    .infobar{
        background-color: #000;
        height: 10px;
        padding: 8px;
        color: #000;
        text-align: center;
    }

    .infobar-adres{
        padding: 0px 40px 0px 0px ;
    }
.infobar-telephone{
    padding: 0px 40px;
}
.infobar-email{
    padding: 0px 0px 0px 40px;
}

.topbar{
    padding: 10px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 10px #ffffff73;
    margin-bottom: 60px;
}

#menu{
	margin-top: 18px;
}


#header_slider, #header_slider_home{
	position: relative;
}

#header_slider_home{
    margin-bottom: 40px;
}

#header_slider{

}

.overlay{
    position: absolute;
    z-index: 12;
    bottom: 0px;   
}

.follow{
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}

.reactie {
    background: #000;
    padding: 15px;
    border-radius: 25px;
}

.gbleft{
    float:left;
}

.gbright{
    float:right;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #000;
    background-color: #af4b43;
    border-color: #af4b43;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.breadcrumb {
    padding: 0px; 
    margin: 0px; 
    list-style: none;
    background-color: transparent;
}

.breadcrumb a{
     font-size:	20px;
     color: #fff;   
}

.slogan1{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    text-shadow: 0px 0px 10px #000;
}

.slogan2{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    text-shadow: 0px 0px 10px #000;
}

.slogan button{
    border: none;
    border-radius: 50px;
    padding: 5px 50px;
    margin-top: 20px;
    background: #4b0b00;
}

.slogan button a{
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.clear{
	clear: both;	
}

.devider{
	padding:20px 0px;
}

.cycle-slide{
	width:100%;
	position: relative;	
}

    
.footer{
    padding: 40px 0px;

    position: relative;

}

.footer a, .footer a:hover, .footer a:active{

}

.footer .active{

}


.footerimg{
    position: absolute;
    bottom: 0;
}

.navbar-inverse {
    background-color: transparent;
    border-color: #fff;
}

.navbar-inverse .navbar-toggle {
     border-color: #fff;}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-collapse .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-collapse {
    text-align: left;
    float:left;
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #000;
    color: #7bc143;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
	border:none;
}

.dropdown-menu > li > a {
	font-size: 20px;
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
}

#menu > li > a{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

#menu > li > a:hover, #menu > li > a:active{
    color: #7bc143 !important;
    text-decoration: underline;
}

.active{
    color: #7bc143 !important;
}

.nbinput{
FONT-WEIGHT: 100;
    border-radius: 10px;
    border: none;
    background: #4b0b00;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 15px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    padding: 15px;
    width: 30px;
    height: 30px;
}

.nbbutton{
    font-family: 'Noto Sans KR', sans-serif;
    text-transform: uppercase;
    text-autospace: none;
    border: none;
    border-radius: 10px;
    padding: 10px 50px;
    margin: 20px 0px;
    background: #7bc143;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.buttoninfobar{
    font-family: 'Noto Sans KR', sans-serif;
    text-transform: uppercase;
    position: absolute;
    z-index: 10000;
    /* height: 37px; */
    top: 0;
    background-color: #7bc143;
    color: #fff;
    right: 0;
    border: none;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000000;
    background-color: rgb(238 224 209);
    background-image: none;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 3px 2px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-horizontal .control-label {
     text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.footerlinks{
 text-align: right;   
}

.buttonaanmelden{
          border: 2px solid #7ac043;
          padding: 10px 30px;
          font-size: 30px;
          font-weight: 700;
          background: #000;
          display: inline-block;
          margin: 15px 0px;
          color: #7ac043;
          border-radius: 10px;
          float:inherit;
          width:100%;
      }


@media (max-width: 1199px) {

    #header_slider_home{

        position: relative;
        height: auto;
        overflow: hidden;
    }

    #header_slider{

        position: relative;
        height: auto;
        overflow: hidden;
    }
    #header_slider .slogan{
        top: 250px;
    }

    .slogan1{
           font-size: 40px;
    }

    .slogan2{
        font-size: 20px;
    }
    .navbar-nav > li > a {
    padding: 0px 15px 10px 0px;
	font-size: 16px;
}

    greybox {
        background: #300305;
        padding: 0px;
        color: #fff;
    }
    
h6{
	font-size:50px;
	color:#fff;
}
    .slogan{
        top: 70px;
    }

    .quote_wrapper {
        padding: 50px 30px 50px 39px;
        font-size: 15px;
        line-height: 20px;
    }

    #menu {
        margin-top: 10px;
    }
}


/* Small Devices, Tablets */
 @media (max-width: 768px) and (max-width: 992px){

     #header_slider_home{

         position: relative;
         height: auto;
         overflow: hidden;
         margin: 0px;
     }
     .navbar-collapse {
         text-align: left;
         float:left;
     }
     #mainheader {
         position: relative;
         z-index: 21;
         width: 100%;
     }

     .slogan_box_wrapper{
         position: relative;
         z-index: 1;
         margin: auto;
         bottom: 0px;
         display: inline-block;
         width: 100%;
     }

     .slogan_box{
         background: #98b5b0;
         padding: 40px 40px;
         text-align: center;
     }

     .slogan_box h1{
         font-size: 38px;
     }
     .slogan_box h2{
         font-size: 30px;
     }


     .navbar-nav > li > a {
    padding: 20px 15px 20px 15px;
	font-size: 22px;

}

     .breakout{
         background-size: 100%;
     }

/** Trainigen **/

     .ttitlewrapper {
         padding: 100px 100px 230px 100px;
     }

     @-webkit-keyframes slide {
         100% { right: 10%; }
     }

     @keyframes slide {
         100% { right: 10%; }
     }

     .ttitle{
         width:80%;
     }

     .tsubtitle{
         padding: 40px;
     }

     .ttext{
         margin-top: 0px;
         padding: 40px;
     }

     .tdata, .tref{
         padding: 30px;
     }

     .tdatum, trefitem{
         padding: 20px;
     }
     /** Trainingen **/

.footer {
    padding: 40px 0px;
    color: #333941;

    position: relative;
 }


.footerlinks{
 text-align: center;
    margin-bottom: 40px;
    
}

     .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
         padding: 15px 20px 15px 20px;
     }
.dropdown-menu > li > a {
	font-size: 18px;
    display: block;
    padding: 15px 20px 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;

    white-space: nowrap;

}


.topbar {
    padding: 10px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 10px #ffffff73;
    margin-bottom: 60px;
}

  
     .quote_wrapper {
         padding: 50px 30px 50px 39px;
         font-size: 15px;
         line-height: 20px;
     }

}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    #header_slider_home {
        position: relative;
        height: 600px;
        overflow: hidden;
    }

    .ttitlewrapper{
        padding: 100px;
    }

    @-webkit-keyframes slide {
        100% { right: 20%; }
    }

    @keyframes slide {
        100% { right: 20%; }
    }

    #header_slider{

        position: relative;
        height: 500px;
        overflow: hidden;
    }
    .slogan{
        top: 300px;
        background: #4b0b00c7;
        padding: 50px;
        border-radius: 50px;
    }

    .slogan_box_wrapper{
        position: absolute;
        z-index: 1;
        margin: auto;
        bottom: -200px;
        display: inline-block;
        width: 100%;
    }

    .slogan_box{
        background: #98b5b0;
        padding: 40px 40px;
        text-align: center;
    }


    .navbar-nav > li > a {
    padding: 10px 15px 10px 10px;
	font-size: 20px;
}

h6{
	font-size:50px;
	color:#fff;
}

    .quote_wrapper {
        padding: 50px 30px 0px 39px;
        line-height: 20px;
    }

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {

    #header_slider_home{
        position: relative;
        height: 800px;
        overflow: hidden;
        margin-bottom: 120px;
    }

    #header_slider{

        position: relative;
        height: 600px;
        overflow: hidden;
        margin-top: 0px;
    }

    .slogan_box_wrapper{
        position: absolute;
        z-index: 1;
        margin: auto;
        bottom: -50px;
        display: inline-block;
        width: 100%;
    }

    .slogan_box{
        background: #98b5b0;
        padding: 60px 100px;
        text-align: center;
    }


    .ttitlewrapper{
        padding: 200px 100px 300px 100px;
    }

    @-webkit-keyframes slide {
        100% { right: 25%; }
    }

    @keyframes slide {
        100% { right: 25%; }
    }

    .slogan{
        top: 300px;
        background: #4b0b00c7;
        padding: 50px;
        border-radius: 50px;
    }

    .video_overlay{
        background: #ffffffb5;
        position: absolute;
        width: 100%;
        height: 750px;
        z-index: 0;

    }

.navbar-nav > li > a {
    padding: 10px 10px 10px 10px;
	font-size: 20px;
}
h6{
	font-size:50px;
	color:#fff;
}

    .quote_wrapper{
        padding: 50px 100px 0px 100px;
        line-height: 1.7;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

}