@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
  	scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  	width: 100%;
  	border: 2px solid black !important;
  	color:black;
  	margin: 0;
  	padding: 0;
  	table-layout: fixed;
  	text-align:center;
}

* {
    box-sizing: border-box;
    text-align:center !important;
}
.rij:after {
    content: "";
    clear: both;
    display: table;
}

[class*="kol-"] {
    float: left;
    width: 100%;
}

/*ALGEMEEN VAN TOEPASSING (Default is portret)*/
.table-bordered {
  border-collapse: collapse;
  border: 1px darkgray solid !important;
}

.table-bordered td {
  border-right: 1px solid black;
}

.table-bordered tr:first-child td {
  border-top: none;
}

.table-bordered tr:last-child td {
  border-bottom: none;
}

.table-bordered tr td:first-child {
  border-left: none;
}

.table-bordered tr td:last-child {
  border-right: none;
}

body::-webkit-scrollbar {
  	display: none;
}

#toprij{
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	background-color:white;
}

#logocontainer{
  	height:7vh;
  	bottom:0;
  	position: relative;
  	margin: 2vh 0 0.5vh 1vw;
}

#logo{
  	/*background-image: url(img/logo_moo.svg);*/
  	background-size:contain;
  	background-repeat: no-repeat;
  	height:8vh;
  	position: absolute;
  	bottom: 0;
  	right:1vw;
  	width:90%;
	/* Kleur aanpassen met filter: https://isotropic.co/tool/hex-color-to-css-filter/ */
}

#klokcontainer{
  	margin: 1vh;
  	height:7.5vh;
  	position:relative;
}

h4 {
	color:white;
	background-color:black;
	font-weight:bold;
	line-height:2.5vh;
	width:60%;
	height:7vh;
	float:left;
	font-size: 3.2vw !important;
	font-family: "Libre Franklin", sans-serif;
	font-optical-sizing: auto;
	bottom:0;
	left:0;
	padding-top:1vh;
	position:absolute;
	text-align: center;
}

h2 {
  	color:black;
  	border: black 3px solid;
  	text-align:center;
  	width:40%;
  	height:7vh;
  	float:left;
  	font-size:4vw;
  	font-family: "Libre Franklin", sans-serif;
  	font-optical-sizing: auto;
  	padding:2.2vh;
  	bottom:0;
  	right:0;
  	position:absolute;
}

.datum{
  	font-size:3vw;
}

#iframerij {
	width: 100%;
}

th{
  	padding:15px !important;
  	font-size:1.5vw;
  	background-color:black !important;
  	color:black;
}
.th_apart{
  	visibility: visible;
  	background-color:black !important;
  	border-right:1px white solid;
  	color: white;
  	padding:15px !important;
  	font-family: "Libre Franklin", sans-serif;
  	font-size:1.5vw;
  	font-weight: bold;
 }

#iframecontainer{
  	position: relative;
  	overflow: hidden;
  	width: 100%;
}

.responsiveiframe{
  	position: absolute;
}

#myframe{
  	height: 100vh;
  	width: 100vw;
  	display:block;
  	bottom: 0;
  	right: 0;
  	top: 0;
  	left: 0;
}

/*in iframe */
.vak,.type,.title{
	display:none;
}

.pauzerij{
	background-color:lightgrey;
}

.lu{
	float:left;
	background-color:black;
	color:white;
	border-radius:5px;
	padding:5px 7px 5px 7px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left:10px;
}

.highlight {
	background-color: #F6E1AD;
}

.highlight .lu {
	color: #F6E1AD;
}

.pauzerij.highlight .lu {
	color: black;
}

.pauze{
	color:black;
	border:solid 1px black;
	background-color:transparent;
	font-weight: normal;
}

.uur{
	float:right;
	margin-right:20px;
	padding:5px 0 5px 0;
}

td{
	color:black;
	vertical-align: middle;
	font-family: "Libre Franklin", sans-serif;
	font-size:1.2vw;
	border-right:1px black solid;
	border-top:1px darkgrey solid !important;
	padding:15px !important;
}

.kol-5 {width: 41.66%;}
.kol-7 {width: 58.33%;}
.kol-12 {width: 100%;}

#toprij{
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	background-color:white;
}

#logocontainer{
	height:7vh;
	bottom:0;
	position: relative;
	margin: 2vh 0 0.5vh 1vw;
}

#logo{
	/*background-image: url(img/logo_moo.svg);*/
	background-size:contain;
	background-repeat: no-repeat;
	height:8vh;
	position: absolute;
	background-position: left;
	bottom: 0;
	right:2vw;
	width:90%;
	/* Kleur aanpassen met filter: https://isotropic.co/tool/hex-color-to-css-filter/ */
}

#klokcontainer{
	margin: 1vh;
	height:7.5vh;
	position:relative;
}

h4 {
	color:white;
	background-color:black;
	font-weight:bold;
	line-height:2.5vh;
	width:60%;
	height:7vh;
	float:left;
	font-size: 3.2vw !important;
	font-family: "Libre Franklin", sans-serif;
	font-optical-sizing: auto;
	bottom:0;
	left:0;
	padding-top:1vh;
	position:absolute;
	text-align: center;
}

h2 {
	color:black;
	border: black 3px solid;
	text-align:center;
	width:40%;
	height:7vh;
	float:left;
	font-size:4vw;
	font-family: "Libre Franklin", sans-serif;
	font-optical-sizing: auto;
	padding:2vh;
	bottom:0;
	right:0;
	position:absolute;
}

.datum{
	font-size:3vw;
}

th{
	padding:15px !important;
	font-size:1.5vw;
	background-color:black !important;
	color:black;
}
.th_apart{
	visibility: visible;
	background-color:black !important;
	border-right:1px white solid;
	color: white;
	padding:15px !important;
	font-family: "Libre Franklin", sans-serif;
	font-size:1.5vw;
	font-weight: bold;
}

#boodschap{
	color:black;
	vertical-align: middle;
	font-family: "Libre Franklin", sans-serif;
	font-weight:bold;
	font-size:5vw;
	line-height:4vh;
	text-align:center;
	z-index:-500;
	width:100%;
	margin-top:45vh;
	position:fixed;
	top:0;
}

/*LANDSCHAP SPECIFIEK*/
@media (orientation: landscape) {
	.kol-5 {width: 63.5%;}
	.kol-7 {width: 35%;float:right;margin-right:1.5vh;margin-bottom:1.5vh;}
	.kol-12 {width: 100%;}

	#logocontainer{
		height:14vh;
		width:100%;
		margin: 3vh 0 0.5vh 1vw;
	}

	#logo{
		height:12vh;
		background-position: right;
	}

	#klokcontainer{
		height:16vh;
		margin:0.5vh;
	}

	h4 {
		width:60%;
		padding-top:2vh;
		height:14vh;
		font-size: 2vw !important;
		line-height:5vh;
	}

	h2 {
		padding-top:4.3vh;
		height:14vh;
		font-size:2.5vw;
		text-align:center;
		width:40%;
		vertical-align: middle;
	}

	.datum{
		font-size:1.5vw;
	}
	
	#boodschap{
		font-size:3vw;
		line-height:8vh;
		margin-top:48vh;
	}
}

/*MOBILE SPECIFIEK*/
@media only screen and (max-width: 600px) {
	.kol-5 {display:none;}
	.kol-7 {display:none;}

	#boodschap{
		font-size:3vw;
		line-height:4.5vh;
		margin-top:30vh;
	}
	
	td{
		font-size:2vw !important;
	}	
	
	.th_apart{
		font-size:2.5vw;
	}
}