﻿body { font-size: 14px; line-height: 1.8; margin: 0; color: #000;background-color:#ffb903;  }

.datum { }

.page-loader { position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 9998;background-color:#ffb903; }

.wrapper {display:flex;flex-flow:column;height:100vh;}
.bovenbalk {background-color:#0c7a9f;color:#fff;border-bottom:solid 1px #fff;}
.paging a {display:inline-block;padding:3px 9px;border:solid 1px #fff;text-align:center;margin:2px 6px 2px 0;color:#fff;text-decoration:none;}
.paging a.actief {background-color:#fff;color:#0c7a9f;}

.inhoud {background-color:#ffb903;flex-grow:1; }
.content {height:100%;width:95%;}
.vervangingen {width:95%;height:100%;}
.boodschap {text-align:center;font-size:46px;color:#fff;line-height:1.6;background-color:#0c7a9f;padding:6px 0 15px 0;margin-top:12px;}
.tekst {padding:20px;}
.tekst, .tekst p, .tekst ul {font-size:36px;}
.video {flex-grow:1;position:relative;}
.youtube { position: absolute; left: 0; top: 0; width: 100vw; height: calc(100vw / 1.777); }
.carousel, .carousel .carousel-item {height: calc(100vh - 36px);}

h1, h3, h2, h4, h5, h6 { line-height: 1.8; }
h1 { font-weight: 700; font-size: 64px; color: #0c7a9f; }
h2 { font-weight: 700; font-size: 54px; color: #0c7a9f; }
h3 { font-weight: 700; font-size: 44px; color: #0c7a9f; }
h4 { font-weight: 400; font-size: 64px; color: #0c7a9f; }
h5 { font-weight: 400; font-size: 54px; color: #0c7a9f; }
h6 { font-weight: 400; font-size: 44px; color: #0c7a9f; }

@media(max-width:1199px) {
}

@media(min-width:992px) and (max-width:1199px) {
}

@media (max-width:991px) {
}

@media(min-width:768px) {
}

@media(max-width:767px) {
}

