@charset "utf-8";
/* CSS Document */
html {height: 100%; scroll-behavior: smooth;}
body {margin:0px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#666; font-size:16px; line-height:26px;height: 100%;}

@font-face {
    font-family: 'cheriaregular';
    src: url('../fonts/cheria_font_by_situjuh_7ntypes-webfont.woff2') format('woff2'),
         url('../fonts/cheria_font_by_situjuh_7ntypes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.black {background-color: #000000 !important; }
.black-text {color: #000000 !important; }
.white {background-color: #FFFFFF !important; }
.white-text {color: #FFFFFF !important; }
.geel {color:#fecc00;}
.bggeel {background-color:#fecc00;}
.bglgeel {background-color:#fff5d8;}
.grijs {color:#575656;}
.bggrijs {background-color:#575656;}
.bglgrijs {background-color:#f6f6f6;}


.small {line-height:20px;}

.lijn {border-top:3px solid #fecc00;max-width:600px; width:100%;margin:0 auto -30px auto;}

.headertitel {font-size:60px; color:#fecc00;}
.headertitel {font-size:60px; color:#fecc00;}
.headersubtitel {margin-left:30px; font-size:30px; text-transform:uppercase;letter-spacing:2px; color:#fecc00;}

.meisje {position:absolute; right:0px;margin-top:-180px;overflow: hidden;width:120px;}
.jongetje {position:absolute; margin-top:-50px;width:120px;z-index:1;}

.citaat {font-size:30px;color:#fecc00;}

h1, h2 {font-family: 'cheriaregular';color:#000; }
h1 { font-size: 3.0rem; margin:0 auto;}
h2 { font-size: 1.5rem;  }
h3 { font-size: 1.1rem;  }
@media (max-width:992px) {h3 { font-size: 1.0rem;  }
}

@media (max-width:767px) {
	h1 { font-size: 2rem;}
	h2 { font-size: 1.3rem;  }
	h5 { font-size: 18px;  }
	.headertitel {font-size:30px;}
	.headersubtitel {font-size:18px;}
	.meisje {width:80px;}
	.jongetje {margin-top:-80px;width:80px;}
	.citaat {font-size:18px;}
}

@media (max-width:500px) {.card-img-top {width:50%;float:left;}}

a {opacity:1;color:#000; text-decoration:none;}
a:hover {opacity:0.8;color:#575656;}

a.cirkel {background-color:#fecc00;color:#000;width: 140px;height:140px;position:absolute;border-radius:50%;top:80px;right:30px;transform:rotate(3deg);padding-top:15px;}
a.cirkel:hover {text-decoration:none;background-color:#ccc;opacity:1;}

.btn.focus, .btn:focus {opacity:0.8;outline: 0;box-shadow: 0 0 0 0.2rem rgba(255,204,0,.25);}

.btn-primary {color: #000;background-color: #fecc00;border-color: #fecc00; text-transform: uppercase;}
.btn-primary:hover {color: #000;background-color: #fff5d8;border-color: #fecc00;}
.btn-primary.focus, .btn-primary:focus {box-shadow: 0 0 0 0.2rem rgba(255,204,0,.5);}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;background-color: #fecc00;border-color: #fecc00;}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(255,204,0,.5);}

.btn-info {color: #000;background-color: #fff;border-color: #fecc00;text-transform: uppercase;}
.btn-info:hover {color: #000;background-color: #fff5d8;border-color: #fecc00;}
.btn-info.focus, .btn-info:focus {box-shadow: 0 0 0 0.2rem rgba(255,204,0,.5);}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #000;background-color: #fff;border-color: #fecc00;}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(255,204,0,.5);}

.btn-success {color: #fecc00;background-color: transparent;border-color: #fecc00;text-transform: uppercase;}
.btn-success:hover {color: #fecc00;background-color: transparent;border-color: #fecc00;}
.btn-success.focus, .btn-success:focus {box-shadow: 0 0 0 0.2rem rgba(255,204,0,.5);}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fecc00;background-color:transparent ;border-color: #fecc00;}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(255,204,0,.5);}

.btn-outline-success {
    color: #fecc00;
    background-color: transparent;
    background-image: none;
    border-color: #fecc00;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #fecc00;
    border-color: #fecc00;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #fecc00;
    border-color: #fecc00;
}
a.leesmeer {color:#fecc00; text-transform: uppercase; font-style: italic;}
a.leesmeer:hover {color:#666;}

.w200 {width: 200px;} 
.w300 {width: 300px;} 
.w400 {width: 400px;} 
.w600 {width: 60%;}

.grow {display:inline-block;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.grow:hover {transform: scale(1.1);}

.object-fit_cover {object-fit: cover;}
.fotos80 {height: 200px;margin: 10px;background-color: #ddd;}

.carousel-control-prev {
   margin-left:-100px;
}
.carousel-control-next {
   margin-right:-100px;
}
.carousel-control-next, .carousel-control-prev {
    color: #000;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fecc00;
}
@media (max-width:992px) { 
	.btn {font-size:12px;}
	.w600 {width: auto;}
}


@media (max-width:767px) {
.w200 {width: auto;} 
.w300 {width: auto;} 
.w400 {width: auto;}
}

.navbar-brand img {width:200px;}
.navbar {padding-top:0px;margin-top:-5px;border-bottom:1px solid #ccc;}
.bg-light {background-color: #fff!important;}

.top {display:block; width:100%; height:auto; padding:80px 0 40px 0;}
.titel {display:none; width:90%; margin:-70px 5% 0 5%; color:#fff; font-size:25px; position:absolute;}
@media (min-width:601px) 	{.titel {display:block; width:70%;font-size:38px;margin:-90px 15% 0 15%;}}
@media (min-width:993px)	{.titel {font-size:45px;margin:-110px 15% 0 15%;}}
@media (min-width:1230px)	{.titel {font-size:54px;margin:-120px 15% 0 15%;}}
@media (max-width:1230px) 	{
	.navbar-brand img {width:150px;}
	.top {padding:70px 0 40px 0;}
}


nav ul li:hover {color:#000; } 
nav ul li.active {border-bottom: 5px solid #fecc00; color:#000; }
nav ul li {border-bottom: 5px solid #fff;}
nav ul li a {font-size:13.5px; letter-spacing:1.3px; display:block; padding:0 10px; text-transform:uppercase; text-decoration:none; color:#9d9c9c;}
nav ul li a:hover {color:#000;}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {color: #000;text-decoration: none;background-color: #fecc00;}
.dropdown-menu {padding: 0 0;margin: 0px 0 0;color: #000;border: 0px solid rgba(0,0,0,.15);}

.aantal {text-align:center;font-weight:bold;width:17px;height:17px;font-size:9px;line-height:9px;padding-top:4px;padding-left:1px;color:#000;border-radius:50%;float:right;margin-right: -22px;margin-top: -10px;}

a.aanbod:hover { text-decoration: none;}

@media (max-width:1230px)	{nav ul li a {font-size:13px;padding:0 10px; }}

@media (max-width:992px) {
nav ul li:hover, nav ul li.active {border-bottom: 0px solid #fecc00;color:#000; }
nav ul li:hover a, nav ul li.active a {color:#000; }
nav ul li {border-bottom: 0px solid #fff;}

}

@media (min-width:992px) {	.navbar-nav li:hover>.dropdown-menu {display: block;}}

.navbar-toggler {border: 2px solid #fecc00; border-radius:0px; padding:5px 2px;background-color:#fff;margin-top:-37px;height:34px}


.breadcrumb {background-color: #f6f6f6;font-size:12px;text-transform: uppercase; border-radius: 0rem;}


.intro { font-size:18px; line-height:30px; margin-bottom: 40px;}
.intro h1 {color:#008a8a; font-weight:300;}

footer {display:block;background-color:#fecc00; padding:40px 0; color:#000; font-size:16px;}
.onder {display:block; width:100%; padding:20px 0; text-align:center; background-color:#575656; color:#fff;font-size:16px;height:80px}

.backgroundafb { background-size:cover; background-position:center center; width:100%;min-height:500px;height:auto;}
.backgroundafb2 { background-size:cover; background-position:center center; width:100%;min-height:200px;height:auto;}
.backgroundafb3 { background-size:cover; background-position:center center; width:100%;min-height:200px;height:auto;}

.blok {display:block; width:100%;}
.blokimg {position: relative;height:200px;margin:-25px -25px 15px -25px}
a.blok:hover {background-color:#008a8a;}

a.btn-leeg {background-color: #e6deef;color: #008a8a;text-align: left;border:0px;}

.card {background-clip: border-box;border: 0px solid rgba(0,0,0,.125);border-radius: 0rem;}
.card-body {padding: 1.25rem;}

@media (max-width:767px) {
	.card-body {padding: 1rem;font-size:13px;line-height:16px;}
	.backgroundafb { min-height:200px;}
	.backgroundafb3 { min-height:200px;}
	.backgroundafb2 { width:100px; min-height:100px;float:left;margin-right:15px;}
	.blokimg {height:auto;display:none;}
}

.gradient {bottom: 0;color: #fff;height:auto;z-index:2;position:relative;padding:20px;
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.overlay {z-index:100;position: absolute;bottom: 0;left: 0;right: 0;background-color: #008a8a; overflow: hidden;width: 100%;height: 0;transition: .5s ease;}
@media (max-width:767px) {.overlay { height: 200px;}}

.workshop {  position:relative; color: #fff;font-size: 25px;background-size:cover;width:100%; height:200px;margin:15px 0px;}
.workshop:hover .overlay {  height: 100%;}
.text  { color: #fff;  position: absolute;  overflow: hidden;  top: 0;  left: 0;   padding:20px; }
.text h1 { font-size: 25px; margin-top:0px;color: #fff;}
.text p { font-size: 16px;  }

.carousel-indicators {bottom: auto;top: 0px;}
.testimonialafb {background-size:cover; background-position:center center;height:100px;width: 100px;border-radius: 50%;margin:20px auto;opacity:1;}
.testimonialafb:hover {opacity:0.8;}

.carousel-item {}
.carousel-caption {top: 50px;color:#000;}
.carousel-indicators li {width: 10px;height: 10px;background-color: #008a8a;}
.carousel-indicators .active {background-color: #6c3e9f;}

@media (max-width:767px){
.carousel-item {height:350px;}
.testimonialafb {height:100px;width: 100px;}
.carousel-caption p {font-size:13px;line-height:18px;}
}


.parallax { 
  height: 400px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width:767px){.parallax { height: 300px;} }

.animated { 
-webkit-animation-duration: 3s; 
animation-duration: 3s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both; 
-webkit-animation-timing-function: ease; 
animation-timing-function: ease;
animation-delay: 2s;

}
.animated1 { 
-webkit-animation-duration: 3s; 
animation-duration: 3s; 
-webkit-animation-fill-mode: both; 
animation-fill-mode: both; 
-webkit-animation-timing-function: ease-in-out; 
animation-timing-function: ease-in-out;
} 
.animated2 {
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown { 0% {opacity: 0;-webkit-transform: translateY(-20px);} 100% {opacity: 1;-webkit-transform: translateY(0);} } 
@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } } 
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp { 0% {opacity: 0;-webkit-transform: translateY(0);} 100% {opacity: 1;-webkit-transform: translateY(-20px);} } 
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(0); } 100% { opacity: 1; transform: translateY(-20px); } } 
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-150px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } 
@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-150px); } 100% { opacity: 1; transform: translateX(0); }} 
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }


@-webkit-keyframes goRight { 0% { -webkit-transform: translateX(150px); } 100% { -webkit-transform: translateX(0); } } 
@keyframes goRight { 0% { transform: translateX(150px); } 100% { transform: translateX(0); }} 
.goRight { -webkit-animation-name: goRight; animation-name: goRight; }

@-webkit-keyframes goLeft { 0% { opacity: 0; -webkit-transform: translateX(-150px); } 50% { opacity: 1;-webkit-transform: translateX(20px); }100% { -webkit-transform: translateX(0); } } 
@keyframes goLeft { 0% { opacity: 0;transform: translateX(-150px); } 50% { opacity: 1;transform: translateX(20px); }100% { transform: translateX(0); }} 
.goLeft { -webkit-animation-name: goLeft; animation-name: goLeft; }

@-webkit-keyframes fadeIn { 0% {opacity: 0;}100% {opacity: 0.9;} } 
@keyframes fadeIn { 0% {opacity: 0;}100% {opacity: 0.9;}  } 

@-webkit-keyframes fadeInRight { 
	0% { opacity: 0; -webkit-transform: translateX(100px); } 
	100% { opacity: 1; -webkit-transform: translateX(0px); } } 
@keyframes fadeInRight { 
	0% { opacity: 0; transform: translateX(100px); } 
	100% { opacity: 1; transform: translateX(0px); } } 
@-moz-keyframes fadeInRight { 
	0% { opacity: 0; transform: translateX(100px); } 
	100% { opacity: 1; transform: translateX(0px); } } 

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-moz-keyframes slide {0% {-moz-transform: translateX(-100px);}100% {-moz-transform: translateX(0);}}
@-webkit-keyframes slide {0% {-webkit-transform: translateX(-100px);}100% {-webkit-transform: translateX(0);}}
@keyframes slide {0% {transform: translateX(-100px);}100% {transform: translateX(0);}}

@-webkit-keyframes pulse {0% { -webkit-transform: scale(1); }50% { -webkit-transform: scale(1.5); }100% { -webkit-transform: scale(1); }} 
@keyframes pulse {0% { transform: scale(1); }50% { transform: scale(1.5); }100% { transform: scale(1); }} 
.pulse {-webkit-animation-name: pulse;animation-name: pulse;}
