*{box-sizing: border-box;}

html{
	height: 100%;
	max-height: 100%;
}
body{
	font-size: 16px !important;
	position: relative;
	min-height: 100%;
	width: 100%;
	display: grid;
	grid-template-columns: 5vw 1fr 5vw;
	grid-template-rows: auto 1fr auto;
	grid-template-areas:	'header header header'	 
							'. main .'
							'footer footer footer';
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	background-color: #f4f5ff;
	margin: 0;
	padding: 0;
	position: relative;
	color: rgb(50,50,50);
}


@media print{
	body{
		display: block;
	}
	header, menu, footer{
		display: none;
		visibility: hidden;
	}

}

#tinymce{
	display: block !important;
}

#tinymce img{
	max-width: unset;
}

header{
	grid-area: header;
	padding: 0.5vw 1vw;
	min-height: 50px;
	background-color: #2a2e36;
	background: linear-gradient(119deg, rgba(42,46,54,1) 0%, rgba(42,46,54,1) 70%, rgba(50,56,66,1) 70%, rgba(70,77,91,1) 80%, rgba(42,46,54,1) 80%, rgba(60,66,78,1) 90%, rgba(42,46,54,1) 90%, rgba(70,77,92,1) 100%);
	box-shadow: 0 0 16px rgba(0,0,0,0.3);
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;
	grid-template-areas: "logo menu";
	align-items: center;
	grid-gap: 2vw;
}
header .logo{
	grid-area: logo;
}
header img{
	border-radius: 8px;
	width: 20vw;
	max-width: 500px;
}
header h1{
	visibility: hidden;
	display: none;
}
header h2{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #565015;
}

header menu{
	grid-area: menu;
	text-align: left;
	margin: 0;
	padding: 1vw 0 0 0;
	font-size: 14px;
	list-style: none;
	display: flex;
	gap: 16px;
}
menu li{
}
menu a{
	display: block;
	padding: 0.5vw 1vw;
	background-color: #ffffff27;
	box-shadow: 0 2px 4px #77777736;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
}
menu a:hover{
	text-decoration: underline;
}
main{
	grid-area: main;
	padding: 1vw 0 0 0;
}
footer{
	grid-area: footer;
	display: grid;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #777;
	font-size: 0.9em;
	text-decoration: none;
	vertical-align: middle;
	font-family: sans-serif;
	pointer-events: none;
}

p{line-height: inherit;margin: 10px 0 10px 0;min-height: 16px;}
a{font-weight: bold; color: rgb(50,50,255);}
a img{border: 0;}
img{
	vertical-align: middle;
	border: 0;
	image-rendering: auto;
	max-width: 98vw;
	-ms-interpolation-mode: bicubic;
}
th{text-align: left;}
table{width: 100%; border-collapse: collapse; background-color: rgba(255,255,255,0.5);}
table img{vertical-align: middle;}
ul{margin: 0px 0;}
h1, h2, h3, h4, h5, h6{
	color: #000;
	font-weight: bolder;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5{margin: 16px 0 20px 0;padding-top: 4px;}
h5, h6{margin: 0px 0 4px 0;}
h1{font-size: 1.7em;}
h2{font-size: 1.5em;}
h3{font-size: 1.3em;}
h4{font-size: 1.1em;}
h5{font-size: 0.9em; margin-top: 5px;}
h6{font-size: 0.8em;}

thead {display:table-header-group;}
tfoot {display:table-footer-group;}
col:nth-child(even) {background: rgba(0, 0, 0, 0.06);}
col:nth-child(odd) {background: transparent;}
tr:nth-child(even){background: rgba(0, 0, 0, 0.06);}
tr:nth-child(odd){background: transparent;}

.inline{display: inline-block;}
.inlineHeader{font-family: "Raleway"; font-weight: bold;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.rightImg{float: right;margin-left: 8px;}
.clear{clear: both;}
.legend p{padding: 0 0 0 45px !important;margin: 0;}
.legend img{float: left;}
.info{font-size: 0.9em;}
.indent{margin-left: 5%;}
.tabel, .tabel td, .tabel th{box-sizing: border-box;}
.tabel tr:nth-child(even){background: #eeeeff;}
.tabel tr:nth-child(odd){background: transparent;}
.tabel th{padding-right: 8px;}
.invisible{opacity: 0 !important;};

.fullWidth{
	min-width: 100%;
	max-width: 100%;
}

.kasse{
	display: block;
	padding: 5px;
	margin: 0;
	background: #fff;
}

.currentNav{
	color: rgb(255,200,0) !important;
}


#innerFooter{
	padding: 4px;
	height: 32px;
}

#innerFooter a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	font-family: sans-serif;
}

#innerFooter img{
	height: 50px;
}




hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0));
	margin: 10px 0px;
	filter: 	 progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#ffffff')";
}




#cookieInfo{
	color: #fff;
	visibility: hidden;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #777;
	border: 1px solid #333;
	box-shadow: 0px -5px 8px rgba(0,0,0,0.3);
	padding: 10px;
	z-index: 99999;
}

#acceptCookies{
	display: block;
	padding: 8px;
	float: right;
	background: rgb(100,200,0);
	color: #000;
	text-decoration: none;
}

@keyframes fadein{
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadein /* Safari and Chrome */{
	from {opacity: 0;}
	to {opacity: 1;}
}

.fade{
	animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s; /* Safari and Chrome */
}

.copyright{
	font-size: 0.8em;
	color: #555;
}

#upperFocus #carouselContainer{
	display: table-cell;
}
#carouselContainer{
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 100px;
}

#carousel{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 350px;
	height: 46vw;
	max-height: 350px;
}

#carousel > *{
	visibility: hidden;
	display: none;
	position: absolute;
	text-align: center;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(40,40,40);
	transition: opacity 2s ease;
}

#carousel > *:first-child{
	visibility: visible;
	display: block;
	opacity: 1;
}

.carouselCoverImage{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.carouselContainImage{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.blurredBackground{
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50% 50%;
	-webkit-filter: blur(32px);
	-moz-filter: blur(32px);
	-o-filter: blur(32px);
	-ms-filter: blur(32px);
	filter: blur(32px);
	background-size: cover;
}




.time img{
	margin-left: 16px;
	margin-right: 4px;
	opacity: 0.6;
	vertical-align: -5%;
}


.gallery{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: min-content;
	grid-gap: 8px;
	grid-auto-flow: row;

}
.gallery a{
	display: inline-block;
	max-width: 90px;
	line-height: 0;
}
.gallery img{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.hidden{
	display: none;
	visibility: hidden;
	height: 0px;
	transition: all 0.5s ease;
}

.opslag{
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
	padding: 8px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}
.opslag > h2{
	margin-top: 0;
	margin-bottom: 4px;
}
.opslag > span{
	text-align: right;
	float: right;
	color: #777;
	font-size: 0.8em;
}
.opslag > div{
}

.postAttachments{
	text-align: left;
}
.postAttachments a{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}

.attachmentImage{
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px #aaa;
	vertical-align: top;
	text-align: center;
}

.attachmentFile{
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px #aaa;
	vertical-align: top;
	padding: 4px;
	font-size: 0.8em;
}
.attachmentFile img{
	display: block;
	margin: auto;
}
