/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   ALGEMEEN
   ========================================================================== */


html, body{
	width: 100%;
	min-width: 300px;
	background-color: #FFF;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}

body{
	padding: 0;
}

.midden{
	max-width: 1250px;
	height: 100%;
	min-height: 100%;
	padding: 75px 10px 0 10px;
	margin: 0 auto;
}

p{
	text-align: justify;
	line-height: 1.8em;
	font-size: 0.85em;
}

p a{
	text-decoration: underline;
	font-weight: normal;
	color: #ea5b0c;
}

a p{
	text-decoration: underline;
	color: #222;
}

p a:hover{
	color: #111;
	text-decoration: underline;
}


@media only screen and (max-width: 900px) {

p{
	line-height: 1.65em;
	font-size: 0.90em;
}
	

}

@media only screen and (max-width: 500px) {

p{
	line-height: 1.65em;
	font-size: 0.95em;
	text-align: left;
}
	

}







.fb-like{
	z-index: 0;
	margin-top: -5px;
	margin-bottom: 15px;
}

.fbklein{
	display: none;
}

.fbgroot{
	display: block;
	margin-top: 12px;
}	

@media only screen and (max-width: 500px) {
	.fbklein{
	display: block;
}
	
.fbgroot{
	display: none;
}	
	
}


.fblive{
	height: 25px;
	padding-top: 5px;
}




h1, h2, h3, h4{
	font-family: 'Source Sans Pro', sans-serif;
}









/* ************
ADVERTENTIE TRADE
***************/

.trade250{
	display: none;
}

.trade320{
	display: none;
}

.trade468{
	display: none;
}

.trade728{
	display: block;
	width:  728px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
	padding: 5px 0;
	
}


@media only screen and (max-width: 1100px) {
	.trade468{
	display: block;
	width:  468px;
	margin: 0 auto;
	height: 60px;
	overflow: hidden;
	padding: 5px 0;
	
}
	
.trade728{
	display: none;
}	
	
}

@media only screen and (max-width: 1000px) {
	.trade468{
	display: none;
}

.trade728{
	display: block;
	width:  728px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
	padding: 5px 0;
	
}
}

@media only screen and (max-width: 950px) {
	.trade468{
	display: block;
	width:  468px;
	margin: 0 auto;
	height: 60px;
	overflow: hidden;
	padding: 5px 0;
	
}
	
.trade728{
	display: none;
}	
	
}

@media only screen and (max-width: 502px) {
	.trade320{
	display: block;
	width:  320px;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
	padding: 5px 0;
	
}
	
.trade468{
	display: none;
}	
	
}

@media only screen and (max-width: 450px) {
	.trade250{
	display: block;
	width:  250px;
	margin: 0 auto;
	height: 250px;
	overflow: hidden;
	padding: 5px 0;
	
}
	
.trade320{
	display: none;
}	
	
}









/* ==========================================================================
   INHOUD
   ========================================================================== */

.kleinadver{
	display: none;
}


.advertentie{
	min-height: 200px;
	margin-top: 15px;
	width: 12%;
	display: inline-block;
	float: left;
	padding-right: 2%;
	overflow:  hidden;
	text-align:  center;
}


.advertentie img{
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 10px;
	
}














.linkframe{
	width: 100%;
  	height: calc(100% - 65px);
	border: 0;

}


.linkknop{
	display: inline-block;
	width: 27%;
	background: #222;
	text-align: center;
	border-radius: 5px;
	margin: 4px 1% 4px 0;
	padding: 5px 2%;
}







	.linkknop{
		display: inline-block;
	border-radius: 5px;
	width: 44%;
	padding: 9px 2%;
	font-size: 0.9em;
}

.linkknop p{
	color: #FFF;
	padding: 0;
	text-align: center;
	font-size: 0.75em;
	text-transform: uppercase;
}	
	


@media only screen and (max-width: 600px) {
	.linkknop{
	display: block;	
		width: auto;
	padding: 6px 2%;
		font-size: 1em;
		margin: 3px 0;
}

	
	
}

.soort2{
	background: #666;
}

.soort3{
	background: #444;
}

.soort4{
	background: #222;
}


@media only screen and (max-width: 600px) {

	.linkknop p{
	color: #FFF;
	text-align: left;
}
	.soort2{
	background: #888 url(../img/TIMING.png) no-repeat left center;
	background-size: contain;
	padding: 4px 4px 4px 66px;
}

.soort3{
	background: #555 url(../img/DEELNEMERS.png) no-repeat left center;
	background-size: contain;
	padding: 4px 4px 4px 66px;
}

.soort4{
	background: #222 url(../img/RESULTS.png) no-repeat left center;
	background-size: contain;
	padding: 4px 4px 4px 66px;
}
	
	
}


.grijs{
	background: #EEE;
}


.liveinfo{
	display: block;
	max-width: 550px;
	margin: 0 auto;
}


.live{
	clear: both;
	width: 100%;
	display: block;
	overflow: hidden;

}



.livenieuws{
	padding: 6px 0;
	margin: 0;
	display: block;
	width: 99.9%;
	overflow: hidden;
}

p.nolink{
	text-decoration: none;
}

a.nolink{
	text-decoration: none;
}

.livenieuws p{
	padding: 0;
	margin: 0;
}

.livenieuwsgroot{
	padding: 6px 0;
	margin: 0;
	display: block;
	width: 99.9%;
	overflow: hidden;
}

.livenieuwsgroot p{
	padding: 15px 0;
	margin: 0;
}







.livedatum{
	text-align: left;
	padding: 7px 15px;
	color: #FFF;
	background: #fd7d00;
	border-radius: 2px;
	display: block;
	font-size: 0.9em;

}

.livepointer{
	width: 0.1%;
	margin-top: -75px;
	padding-top: 75px;
}


/* LIVE2 */


.live2{
	clear: both;
	display: block;
	border: solid #CCC 1px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 5px;
	overflow: hidden;

}


.terugnieuwsoverzicht
{
	display: block;
	margin: 0;
	padding: 1%;
	background-color: #AAA;
	color: #EEE;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
}


.terugnieuwsoverzicht:hover
{
	background-color: #999;
	text-decoration: none;
	
}

.liveaankondiging
{
	display: block;
	
	padding: 5px;
	margin: 5px 0;
    overflow: hidden;
	background: #fd7d00;
	color: #FFF;
    text-align: center;
	border-radius: 4px;
	
}



.liveaankondiging p
{
	color: #111;
    font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: center;font-weight: bold;
}

@media only screen and (max-width: 650px) {
	.liveaankondiging p
{
	
    font-size: 1.5em;
}

}


.fbhtml
{
	display: block;
	padding: 5px 0;
}


.fotolive{
	width: 33%;
	max-width: 175px;
	display: inline;
	float: left;
	margin: 5px 10px 0 0; 
}

.fotolivegroot
{
	width: 95%;
	display: block;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
}











article{
	height: 100%;
	min-height: 200px;
	width: 70%;
	display: inline-block;
	float: left;
}

.advertentiemidden{
	display: block;
	overflow: hidden;
	margin: 5px 0 5px 0;
	height: auto;
	max-height: 250px;
	min-height: 0px;
}

.advertentiemidden img{
	max-width: 90%;
	margin: 0 auto;
	display: block;
	
}

aside{
	height: 100%;
	margin-top: 15px;
	min-height: 100%;
	width: 15%;
	display: inline-block;
	float: right;
}

.advertentieintext{
	width: 31%;
	margin: 1%;
	height: auto;
	float: left;
	display: inline-block;
	padding: 8px 0px;
	overflow: hidden;
	
}

.bredeadver{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: block;
	float: left;
}

.trade{
	width: 468px;
	display: block;
	float: none;
	margin: 0 auto;
}




@media only screen and (max-width: 500px) {
	.trade{
	
	display: none;
	
}
}




/*

@media only screen and (max-width: 570px) {

.advertentieintext{
	height: 150px;
	
}
}

@media only screen and (max-width: 475px) {

.advertentieintext{
	height: 150px;
	
}
}

@media only screen and (max-width: 425px) {

.advertentieintext{
	height: 150px;
	
}
}
*/

.advertentieintext img{
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 4px;
	
}



.advertentieintext{
	display: none;
}

.advertentielinksrechts{
		display: block;
	width: 90%;
	min-height: 200px;
	margin: 0 auto;
	}

@media only screen and (max-width: 1100px) {


.advertentie{
	width: 15%;
}

article{
	width: 61%;
}
	


aside{
	width: 20%;
}

}


@media only screen and (max-width: 999px) {


.advertentie{
	width: 18%;
}
	
article{
	width: 80%;
}
	

aside{
	width: 0%;
	display: none;
}
	
	

}



@media only screen and (max-width: 600px) {


.advertentie{
	display: none;
	width: 0%;
}

.advertentieintext{
	display: inline;
}

	.kleinadver{
		display: block
	}
	
article{
	width: 100%;
}


	

}






.nieuwsoverzicht{
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #DDD;
	display: block;
	float: left;
	overflow: hidden;
	min-height: 150px;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	
}

a:hover .nieuwsoverzicht{
	background: #EEE;
	
}

.hoofdpunt{
	background: #CCC;
}

@media only screen and (max-width: 600px) {


.nieuwsoverzicht{
	padding: 5px 2px 5px 2px;
}
}





.fotonieuwsoverzicht{
	background: #FFF;
	width: 24%;
	min-height: 150px;
	margin-right: 3%;
	float: left;
	display: inline-block;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.tekstnieuwsoverzicht{
	width: 73%;
	float: left;
	display: inline-block;
	overflow: hidden;
}

.tekstnieuwsoverzicht p{
	font-size: 0.75em;
	padding: 0;
	margin: 0;
	text-align:  left;
	text-decoration: none;
	color: #222;
}

p.datum{
	color: #555;
	font-size: 0.5em;
	text-align:  right;
	padding: 0;
	margin-bottom: 2px;
	text-decoration: none;
	width: 100%;
	float: left;
}


@media only screen and (max-width: 999px) {


.fotonieuwsoverzicht{
	width: 30%;
	
}
.tekstnieuwsoverzicht{
	width: 67%;
	}

}



.tekstnieuwsoverzicht h2{
	font-size: 1.25em;
	line-height: 1.10em;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #ea5b0c;
	font-weight: bold;
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
}

@media only screen and (max-width: 1100px) {
.tekstnieuwsoverzicht h2{
	margin: 4px 0 3px 0;
	font-size: 1.1em;
}
}


@media only screen and (max-width: 1000px) {
.tekstnieuwsoverzicht h2{
	margin: 2px 0 1px 0;
}
}

@media only screen and (max-width: 900px) {
.tekstnieuwsoverzicht h2{
	margin: 0 0 2px 0;
}
}

@media only screen and (max-width: 800px) {
.tekstnieuwsoverzicht h2{
	font-weight: 500;
}
}








@media only screen and (max-width: 600px) {


.fotonieuwsoverzicht{	
	width: 25%;
	height: 70px;
	min-height: 60px;
	margin: 3px 3% 3px 0;
	float: left;
	display: inline;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.tekstnieuwsoverzicht{
	display: inline;
}

.tekstnieuwsoverzicht h2{
	
	margin-top: 3px;
	font-size: 0.95em;
	color: #222;
}

	.nieuwsoverzicht {
    min-height: 50px;
		min-width: 100%;
}
	
}
.weinigtekst{
	display: none;
}

.geentekst{
	display: none;
}

.veeltekst{
	display: inline;
}




@media only screen and (max-width: 1200px) {
	.weinigtekst{
	display: inline;
}
	
	.veeltekst{
	display: none;
}

	.geentekst{
	display: none;
}
}

@media only screen and (max-width: 600px) {
	.weinigtekst{
	display: none;
}
	
	.veeltekst{
	display: none;
}

	.geentekst{
	display: block;
		width: 72%;
}
}










ul li a {
	color: #222;
}



.nieuwsbericht{
	
}


.datumnieuwsoverzicht{
	margin: 0 0 5px 0;
	padding: 0;
	text-align: right;
	float: left;
	display: block;
	overflow: hidden;
	font-size: 0.6em;
	
}

.nieuwsbericht h1{
	clear: both;
	text-align: left;
	
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px;
	font-size: 1.85em;
}

.nieuwsbericht h2{
	clear: both;
	text-align: left;
	
	color: #ea5b0c;/* For browsers that do not support gradients */
	
	font-size: 1.60em;
	font-weight: normal;
	margin-bottom: 2px;
	padding: 3px 0 3px 0px;
}

.nieuwsbericht h3{
	clear: both;
	text-align: left;
	padding: 0;
	color: #ea5b0c;/* For browsers that do not support gradients */
	font-size: 1.30em;
	font-weight: bold;
	margin-bottom: 2px;
}

.nieuwsbericht h4{
	clear: both;
	text-align: left;
	padding: 0;
	color: #ea5b0c;/* For browsers that do not support gradients */
	font-size: 1.10em;
	font-weight: bold;
	margin-bottom: 2px;
}




@media only screen and (max-width: 1000px) {


.nieuwsbericht h1{
	font-size: 1.75em;
}
.nieuwsbericht h2{
	font-size: 1.35em;
}	


}

@media only screen and (max-width: 850px) {


.nieuwsbericht h1{
	
	font-size: 1.70em;
}
.nieuwsbericht h2{
	font-size: 1.30em;
}

}


@media only screen and (max-width: 650px) {

	
	


	.nieuwsbericht h2{
	font-size: 1.35em;
}


}


@media only screen and (max-width: 500px) {


.nieuwsbericht h1{
	font-size: 1.25em;
}
.nieuwsbericht h2{
	font-size: 1.15em;
}

}



.fotonieuwsbericht {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 30px;
	max-height: 400px;
	max-width: 90%;
	display: block;
	border: solid #FFF 1px;
	border-radius: 3px;
	box-shadow: 2px 2px 5px 5px #999999;
}





@media only screen and (max-width: 500px) {


.fotonieuwsbericht {
	margin-bottom: 25px;
	max-width: 100%;
	border: 0;
	box-shadow: 0;
	max-height: 323px;
}



}



.fotonieuwsklein{
	display: block;
	padding: 8px 5px;
	margin: 5px 0;
	overflow: hidden;
	text-align: center;
}

.fotonieuwskleindetail{
	max-height: 66px;
	margin: 0 auto;
	display: inline-block;
	border: 2px solid #FFF;
}



.ondernieuws{ 
    color: #222;
    padding: 7px 10px 7px 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 2px;
    cursor: pointer;
	border: solid 1px #333;
	border-radius: 2px;
}



.ondernieuws span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.ondernieuws span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.ondernieuws:hover span {
  padding-right: 25px;
}

.ondernieuws:hover span:after {
  opacity: 1;
  right: 0;
}




.inlineondernieuws{
	width: 100%;
	margin: 10px 0;
	height: auto;
	overflow: hidden;
	display: block;
}

@media only screen and (max-width: 600px) {
	.inlineondernieuws{
		display: none;
	}
}




.inlineinnieuws{
	width: 100%;
	margin: 10px 0;
	height: auto;
	overflow: hidden;
	display: block;
}







.infoondernieuws h4{
	background: #666;
	color: #FFF;
	padding: 5px 10px;
	margin: 5px 0 2px 0;
	font-size: 1.15em;
	box-shadow: 2px 2px 3px #888888;
	clear: both;
}

.infoondernieuws h2{
	background: #666;
	color: #FFF;
	padding: 5px 10px;
	margin: 5px 0 2px 0;
	font-size: 1.15em;
	box-shadow: 2px 2px 3px #888888;
	clear: both;
}


.grijs{
	color: #555;
}









/* KALENDER */

.kalenderevent:first-child{
	margin-top: 15px;
}

.kalenderevent{
	clear: both;
	width: 100%;
	display: block;
}

.kalenderdatum{
	width: 17%;
	display: inline;
	float: left;
	overflow: hidden;
}


.kalendernaam{
	width: 80%;
	display: inline;
	float: right;
	overflow: hidden;
}

.kalenderevent p{
	padding: 0 0 0 25px;
	margin: 0;
}




@media only screen and (max-width: 850px) {


.kalenderdatum{
	width: 27%;
}


.kalendernaam{
	width: 70%;
}
}

@media only screen and (max-width: 550px) {


.kalenderdatum{
	width: 35%;
}


.kalendernaam{
	width: 60%;
}
}















.fotooverzicht h1{
	clear: both;
	text-align: left;
	padding: 7px;
	background : #d5550f;
	color: #FFF;
	font-size: 1.5em;
	margin-bottom: 2px;
}

@media only screen and (max-width: 1250px) {


.fotooverzicht  h1{
	font-size: 1.45em;
}
}

@media only screen and (max-width: 1150px) {


.fotooverzicht h1{
	font-size: 1.4em;
}


}

@media only screen and (max-width: 1000px) {


.fotooverzicht h1{
	font-size: 1.3em;
}


}

@media only screen and (max-width: 850px) {


.fotooverzicht h1{
	font-size: 1.2em;
}


}


@media only screen and (max-width: 650px) {


.fotooverzicht h1{
	font-size: 1.15em;
}


}


@media only screen and (max-width: 500px) {


.fotooverzicht h1{
	font-size: 1.10em;
}


}



.fotodetail{
	width: 24%;
	margin: 0.50%;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}


.fotodetail img{
	display: block;
	height: 135px;
	margin: 0 auto;
	box-shadow: 2px 2px 3px #888888;
}

@media only screen and (max-width: 1450px) {


.fotodetail img{
	height: 130px;
}


}

@media only screen and (max-width: 1375px) {


.fotodetail img{
	height: 125px;
}


}

@media only screen and (max-width: 1300px) {
.fotodetail{
	width: 31.50%;
	margin: 0.50%;
}

.fotodetail img{
	height: 150px;
}
}

@media only screen and (max-width: 1200px) {


.fotodetail img{
	height: 145px;
}


}

@media only screen and (max-width: 1100px) {


.fotodetail img{
	height: 135px;
}


}

@media only screen and (max-width: 999px) {


.fotodetail img{
	height: 130px;
}


}

@media only screen and (max-width: 850px) {


.fotodetail img{
	height: 115px;
}


}


@media only screen and (max-width: 750px) {
.fotodetail{
	width: 48%;
	margin: 0.50%;
}

.fotodetail img{
	height: 150px;
}
}



@media only screen and (max-width: 475px) {


.fotodetail img{
	height: 115px;
}


}

















aside h2{
	background: #666;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
	margin: 5px 0 2px 0;
	font-size: 1.15em;
}

aside img{
	display: block;
	width: 92%;
	border: solid #555 1px;
	margin: 0 auto;
	margin-bottom: 0px;
	box-shadow: 2px 2px 3px #888888;
}

aside .fotoinzij{
	background: #222;
	color: #FFF;
	width: 89%;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 0.7em;
	text-transform: uppercase;
	box-shadow: 2px 2px 3px #888888;
}



/* ==========================================================================
   BOVENSTE DEEL / HEADER / NAV
   ========================================================================== */


header{
	margin: 0 auto;
	max-width: 1350px;
	padding: 0 25px 15px 25px;;
	overflow:  hidden;
}




header img{
	float: left;
	display: block;
	width: 250px;
	margin: 25px 0;
}

@media only screen and (max-width: 550px) {
header img{
	display: block;
	width: 250px;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top: 25px;
}
}









	



	











/* ******************** NAV ******************** */ 



/*

.navigatie{
	width: 100%;
	background:#777777; 
	font-family: 'Source Sans Pro', sans-serif;
	clear: both;
	display: block;
	overflow: hidden;
	}

nav{
	overflow: hidden;
}


.groot {
	float: left;
	display: inline;
	margin: 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
	height: auto;
	padding: 4px 0 4px 0;
}

.groot a{
	padding: 4px 20px;
	color: #DDD;	
	margin: 0px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	float:  left;
	border-right: solid 1px #CCC;
	-webkit-transition: background 0.2s; 
    transition: background 0.2s;
	

}

.groot a:first-child{
	margin-left: 25px;
	border-left: solid 1px #CCC;
	}



a:hover.over{
	color: #FFF;
	background: #ea5b0c;
}


.groot a:hover{
	color: #FFF;
}

.klein{
	display: none;
}


@media only screen and (max-width: 900px) {

.groot {
	display: none;
}

.klein { 
	
    
	display: none;
	float: left;

	
	height: auto;
	padding: 7px 0 7px 0;
}

nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	width: 100%;
    }

nav li {
    float: left;
}

nav li a {
	background: #ea5b0c;
	min-width: 178px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 4px;
	text-decoration: none;
	margin: 0 auto;
	margin-left: 25px;
	}

nav .dropbtn {
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 9px 15px;
	border-right: #333 solid 1px;
	text-decoration: none;
	min-width: 110px;
}



nav li a:hover, .dropdown:hover .dropbtn {
    color: #222;
	background: #FFF;
}

nav li.dropdown {
    display: inline-block;
	text-align:left;
	box-shadow: none;
	border: none;
	z-index: 99;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.6);
    min-width: 160px;
	border: 0 1px 1px 1px;
	border-color: #666;
    box-shadow: 0px 8px 16px 0px rgba(1,1,1,0.2);
	z-index: 99;
}


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	border: #DDD solid 1px;
    text-align: left;
background-color: rgba(255,255,255,0.6);
z-index: 99;
}

.dropdown-content a:hover {
	background-color: rgba(0,0,0,0.5);
	color: #FFF;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    min-width: 250px;
	z-index: 99;
}

nav .dropbtn {
    color: #333;
    text-align: left;
    padding: 0;
	border: 0;
	text-decoration: none;
}

nav li a {
    color: #FFF;
    text-align: center;
    padding: 0;
	border: none;
	text-decoration: none;
}


.dropdown-content a.submenu {
    background: #AAA;
}

.menu{
	height: 15px;
	margin-bottom: 2px;
	margin-right: 15px;
}

	

	
	
	
	


}
*/

@media only screen and (max-width: 900px) {
	header{
		display: none;
	}
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
	z-index: 3000;
	
}

.sidenav a {
    padding: 12px 5px 12px 20px;
    text-decoration: none;
    font-size: 1em;
    color: #FFF;
    display: block;
	border-bottom: solid 1px #CCC;
    transition: 0.8s;
}

.sidenav a:first-child {
	border-bottom: none;
}

.sidenav a:hover {
	color: #fd7d00;
}



.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2.50em;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}	

@media screen and (min-width: 900px)

{
	.sidenav{
		display: none;
	}
}

.knop{
	right: 0;
	top: 0;
	width: 96%;
	height: auto;
	overflow: hidden;
	text-align: right;
	padding: 5px 2% 5px 2%;
	box-shadow: 5px 0 5px 5px #999;
	position: fixed;
	background: #fd7d00;
	cursor:pointer;
	z-index: 2000;
	color: #FFF;
	display: block;
}

.letterknop{
	display: inline-block;
	padding: 10px 5% 5px 0;
	font-size: 1.33em;
}





.logoklein{
	display: inline;
	float: left;
	height: 50px;
}



nav {
	float: right;
	display: inline;
	margin: 30px 0 0 0;
	text-align: left;
	overflow: hidden;
	height: auto;
	padding: 0;
	font-size: 1em;
}

nav a{
	padding: 2px 15px;
	color: #FFF;	
	margin: 0px;
	font-size: 0.95em;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	float:  left;
	border-right: solid 1px #CCC;
	-webkit-transition: background 0.6s; /* Safari */
    transition: background 0.6s;
	

}

nav a:first-child{
	margin-left: 25px;
	border-left: solid 1px #CCC;
	}



a:hover.over{
	color: #222;
}


nav a:hover{
	color: #222;
}



.minndenstukheader{
	max-width: 1250px;
	display: block;
	margin: 0 auto;
}


.klein{
	display: none;
}
.groot{
	
	display: block;	
}


@media screen and (max-width: 750px){
.groot{
	display: none;
}
.klein{
	
	display: block;	
}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
