* {
    box-sizing: border-box;
    border-spacing: 0px;
    position: relative;
}

a {
	color: #87b5fd;
}

body {
	margin:0;
	padding:0;
	font-size: 15px;
    font-family: "aaux-next";
}

p { line-height: 27px; }

.center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 20px;
}

#header {
	background: rgb(211,15,19);
    border-bottom: 2px solid rgb(31,31,31);
    height: 125px;
    width: 100%;
    font-family: Verdana;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    transition: height .5s;
}

#footer .center a img {
	max-width: 100%;
}

#footer table {
	width: 100% !important;
}


	.anon img {	
    display: inline-block;
    vertical-align: middle;
 }
	/*#header .topBar {
		width: calc(100% - 40px);
		position: absolute;
		height: 20px;
		background: rgb(157,157,157);
		left:20px;
		top:0;
	}*/

	.scrollHeader #header {
		height:75px;
		transition: height .5s;
		xxbox-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
		overflow: hidden;
	}

	#header .logo img {
		height: 85px;
		transition: height .5s;
	}

		.scrollHeader #header .logo img {
			height: 75px;
			transition: height .5s;
		}

		:not(#two-headers) .menu {
			float: right;
		}

		#header .menu ul{
			display: table-row;
	    	margin: 0;
	    	padding: 0;
	    	height: 100%;

		}

			#header .menu .social {
				margin: 2px;
			}

				#header .menu .social img {
					height: 21px;
				}

			.menu ul li {
	    		display: table-cell;
	    		vertical-align: middle;
	    		list-style-type: none;
	    		padding-top: 48px;
	    		transition: padding .5s;
	    	}

	    		.scrollHeader .menu ul li {
					padding-top: 25px;
					transition: padding .5s;
					margin: 0px 5px;
				}

					#header .menu ul li a {
						border-radius: 0px;
    					padding: 5px 0px;
    					text-transform: uppercase;
    					letter-spacing: 3px;
    					font-weight bold;
    					border-bottom: 2px solid transparent;
    					margin: 0px 15px;
    					max-width: 130px;
					}

					#header .menu ul li a:after {
					    content: "";
					    position: absolute;
					    top: 0;
					    left: 50%;
					    border-bottom: 2px solid white;
					    height: 100%;
					    width: 0px;
					    transition: .5s;
					}

					#header .menu ul li a:hover:after, #header .menu ul li a.active:after {
						width: 100%;
						left: 0px;
						transition: .5s;
					}

		#header .menu.submenu {
			position: absolute;
    		right: 0px;
    		bottom: -38px;
		}

			#header .menu.submenu li {
				padding-top: 0px;
			}

				#header .menu.submenu li a {
					text-transform: lowercase;
					font-size:13px;

				}

#main {
	margin-top: 125px;
	padding: 20px 0px;
}

	#main #loginField {
		width: 100%;
		max-width: 800px;
		margin: 0px auto;
	}

	#main #left {
		width: calc(100% - 400px);
		display:inline-block;
		vertical-align: top;
	}

	#main #right {
		width: 390px;
		display:inline-block;
		vertical-align: top;
		text-align: center;
		    padding-left: 20px;
	}

#topBanner {
	xxwidth: 1000px;
    xxmargin: 0px auto;
    width: 100%;
}

	#topBanner img {
		width: 100% !important;
		height: auto !important;
	}

.block {
    padding: 20px;
    background: rgb(241,241,241);
    margin: 20px 0px;
        min-height: 340px;
}

.anon { 
	background: rgb(76, 76, 76);	
	padding: 0px 15px;
	text-align: left;
	margin: -20px -20px 20px -20px;
	font-family: "din-2014";
    text-transform: uppercase;
    font-size: 14px;
}

	

	.anon {
		margin: -20px -20px 0px -20px;
	}

	.anon h2 {
	    margin: 0px;
    	margin-left: 25px;
    	line-height: 40px;
    	display:inline-block;
    	color:white;	
		font-family: "din-2014";
    	text-transform: uppercase;
    	font-size: 14px;
    }

	.anon div {
		color: white;
		line-height: 40px;
	}

.prevImg {
	    float: left;
    margin-right: 10px;
}

.banner_container {
	text-align: center;
	margin: 15px 0px;
	background: rgb(241,241,241);
    padding: 20px 20px;
}

	.banner_container:nth-child(1){
		margin-top: 0px;
	}

	.banner_container#inloggen {
		text-align:left;
	}

.bannerLine {
	margin: 10px 0px;
}

.bannerLine img {
    width: 100% !important;
    height: auto !important;
}

.banner_container .bannerLine img {
    width: auto !important;
    max-width: 100%;
}

.auteurLine {
    background: #000;
    color: #fff;
    margin-top: 5px;
}

.auteurLine:hover {
    cursor: pointer;
    background: #eee;
    color: #000;
}

.autLeft, .autTitle {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
}

#footer {
	background: rgb(31,31,31);
    color: white;
    text-align: center
}

#magContainer #magLeft, #magContainer #magRight { display:inline-block;vertical-align: top;width:50%; }

.pR {
	position:relative;
}
.iOverlay {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 25;
}
.firstBg {
	position: absolute;
	bottom: 20px;
	left: 18px;
	z-index: 21;
}
.secBg {
	position: absolute;
	bottom: 20px;
	left: 98px;
	z-index: 22;
}
.readBtn {
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border-bottom: 2px solid rgb(211,15,19);
	background: #efefef;
}

#alleEdities {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
	.edFloat {
	    display: inline-block;
	    padding: 20px;
	    background: #efefef;
	    margin: 10px;
	    width: 250px;
	    text-align: center;
	}

		.edFloat img {
			width: 100%;
    		height: auto;
		}

		.taC {
		    text-transform: uppercase;
		    font-weight: bold;
		    font-family: "din-2014";
		    letter-spacing: -1px;
		}
#blistLeft {
	display:inline-block;
	vertical-align: top;
	width: 300px;
}
#blistRight {
	display:inline-block;
	vertical-align: top;
	width: calc(100% - 330px);
    margin-left: 25px;
}
.blistMenu {
	margin-bottom: 20px;
	background: #efefef;
	text-align:left;
	max-height: 3000px;
	transition: height .3s;
}

	.blistMenu.collapsed {
		max-height: 46px;
    	overflow: hidden;
    	transition: height .3s;
	}

.featureHeader {
	background: #3d3d3d;
    padding: 7px 10px;
    color: #fff;
}
.featureBtn {
	xxheight: 20px;
	padding: 6px 12px;
}

	.featureBtn.active { 
		background:#ccc;
	 }
.featureBtn:hover {
	cursor:pointer;
	background: #ccc;
}

.featureActive {
	height: 20px;
	padding: 13px 10px 6px 10px;
	cursor:pointer;
	background: #fff;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}
.subClassFeatBtn {
	padding: 6px 0px 6px 30px;
	color: rgb(211,15,19);
	background: #fff;
}
.subClassFeatBtn:hover {
	cursor: pointer;
	background: url(/images/icons/arrow-right.png) no-repeat center right #fff;
}

.subClassFeatBtn.active {
	background: rgb(211,15,19);
	color: white;
}

#left .blistFloat {
	width: calc(50% - 6px);
	margin: 0px 0px 3px 3px;
}

.blistFloat {
	display: inline-block;
    width: 310px;
    background: #efefef;
    margin: 10px;
    padding: 20px;
    vertical-align: top;
    cursor:pointer;
}
.blistFloat:hover {
	opacity: 0.8;
}

.flSpacer {
	float: left;
	width: 10px;
}

.brancheLine {
    margin-top: 25px;
    font-style: italic;
    min-height: 40px;
}
.bArrowRight {
	position: absolute;
	right: 0px;
    bottom: 39px;
}

.premHeader img{
	width: 100%;
}

.centers {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 50px 0;
}

		.centers .comp {
			display: inline-block;
    		text-align: center;
    		padding: 10px;
		}

.cHeader {
		font-size: 44px;
	}

	#contactFrm { 
		width: 100%;
    	max-width: 500px;
	}

.artDiv a {
    text-decoration: none;
    color: black;
}
	
	.artDiv:hover {
		cursor: pointer; 
	}

.vImg {
	padding-bottom: 10px;
}

.btn {
	line-height: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 20px;
    margin: 10px 5px;
    border: 0;
    vertical-align: top;
    position: relative;
    color: rgb(211,15,19);
    text-decoration: none;
    xxtext-transform: uppercase;
    font-weight: bold;
    font-family: "din-2014";
}

	.btn-solid {
		background-color: rgb(211,15,19);
		color: white;
	}

	.btn-solid:after {
	    content: "";
	    position: absolute;
	    bottom: 0px;
	    height: 4px;
	    width: 100%;
	    left: 0px;
	    background-color: rgba(0,0,0,0.2);
	    transition: .25s;
	}

		.btn-solid.btn-white {
			background: white;
			color: #333;
		}

.block-red {
	background: rgb(211,15,19); 
	padding: 20px 50px; 
	text-align: center;
	color: white;
	margin: 25px auto;
	width: 100%;
}

.block-white {
	background: white;
	padding: 20px 50px; 
	text-align: center;
	color: black;
	margin: 25px auto;
	width: 100%;
}

.hidden { display: none; }
.inline { display:inline-block !important; margin: 0px 0px;}
.margin-bottom { margin-bottom: 15px !important; }
.flt-right { float:right; }
.wide { width:100%; }
.no-margin { margin:0px; }
.border { border: 1px solid #eee !important; }
.margin-v { margin: 5px 0px; }
.pointer { cursor:pointer; }

.white { color: white; }

.input, textarea {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.events {
	display: flex;
	flex-direction: column;
	column-gap: 10px;
}

.events>a {
	border-bottom: 1px solid #ddd;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px;
	color: initial;
	text-decoration: none;
}

.events>a:hover {
	background: #e5e5e5;
}


select {
	    padding: 7px 20px 6px 20px !important;
}

.staticInputTxt {
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}



/* ACCOUNT */

.editOption {
    margin: 5px 0px;
}

.add {
    display: inline-block;
    width: 100px;
    padding: 5px;
    margin-left: 5px;
    border: 2px solid rgb(211,15,19);
    cursor: pointer;
    background: url(/images/icons/driehoek.png) no-repeat right center rgb(255, 239, 239);
}

.descr {
    display: inline-block;
    width: calc(100% - 105px);
    padding: 5px;
    border: 2px solid rgb(211,15,19);
    cursor: pointer;
    background: url(/images/icons/driehoek.png) no-repeat right center rgb(255, 239, 239);
}

	.add:hover, .descr:hover {
	    background: rgb(211,15,19);
	    color: white;
	}

.explAcc {
    padding-left: 15px;
}

.mnAcc {
	padding-right: 15px;
}

#profileHeader {
	width: 100%;
}

.uBpL {
	display: inline-block;
    vertical-align: top;
    width: 601px;
}

.uBpR {
    display: inline-block;
    width: calc(100% - 601px);
    vertical-align: top;
    padding: 10px;
}

.itemRowBtn {
    background: #eee;
    padding: 10px;
    margin: 5px 0px;
    cursor: pointer;
}

.itemRowBtn .l {
	font-weight: bold;
}
	
	.itemRowBtn .t {
    	display: inline-block;
	}

	.itemRowBtn .m {
	    display: inline-block;
	    padding-left: 5px;
	}	
	
	.itemRowBtn .r {
    	float: right;
	}

.pill {
	color: white;
	padding: 7.5px 15px;
	border-radius: 25px;
	width: max-content;
	display: inline-block;
	vertical-align: middle;
    line-height: 1;
}

.double {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.double img {
	height: 75px;
	border-radius: 50%;
}

.headerimage {
	aspect-ratio: 2;
	object-fit: cover;
    width: 100%;
    max-height: 400px;
}

.events-grid>div {
	display: grid;
	grid-template-columns: 150px 1fr;
	text-decoration: none;
	column-gap: 15px;
}

.events-grid .buttons {
	grid-column: auto / span 2;
}

.events-grid h3 {
	margin: 0px;
	margin-bottom: 5px;
}

.events-grid .headerimage {
	aspect-ratio: 1.25;
}

.events-grid>div>div:first-child {
	background: white;
}

.zo_banner {
    background: #000005;
    padding: 15px 0px;
}

.zo_banner a {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.zo_banner + .block {
	margin-top: 0px;
	min-height: auto;
}
/* ------- */

@media screen and (max-width: 1400px){
	#main #right { width: 325px; }
	#main #left { width: calc(100% - 330px); }
}

@media screen and (max-width: 1250px){
	#header #hamburger {
		display: block;
		position: absolute;
    	top: 0;
   		right: 0px;
    	font-size: 30px;
	}

	#header .menu {
		width: 300px;
		right:-300px;
		position: fixed;
		top: 75px;
		background:white;
		transition: right .5s;
		height: 100%;
		z-index: 99;
	}

		#header .menu.opened {
			right: 0px;
			transition: right .5s;
		}

		#header .menu:not(.submenu) li {
			display: block;
			padding-top: 0px;
		}

			#header .menu:not(.submenu) li a {
				color: black;
				line-height: 75px;
				max-width:none;
			}
	
}

@media screen and (max-width: 1000px){

	#header { height: 75px; }

	#main #right, #blistRight { width: 100%; padding:0; margin-left:0px; }
	#main #left, #blistLeft { width: 100%; }
	#magContainer #magLeft, #magContainer #magRight { width: 100%; }

	.vImg {
	    width: calc(100% / 2);
	    display: inline-block;
	    vertical-align: top;
	}

	#header .logo img, .scrollHeader #header .logo img {
		height: 80px;
	}

	#left img {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
	}

	.uBpR {
		width: 100%;
	}

	#header .menu.submenu {
		right: -300px;
		position: fixed;
	}

	#header .menu.submenu li a {
		color: black;
	}

	#header .menu.submenu.opened {
		left:0px;
		height: 20px;
	}


}	


@media screen and (max-width: 700px){
	.prevImg {
	    float: none;
	    width: 100%;
	    margin: 10px 0;
	    /* max-width: 350px; */
	    display: block;
	    text-align: center;
	}

	.edFloat { 
		width: calc(50% - 20px);
		margin: 10px;
	 }

	 .center {
	 	padding: 0px 1vw;
	 }

	 #left .blistFloat {
		width: calc(100% - 6px);
		margin: 0px 0px 3px 3px;
	}
}