/*! 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
   ========================================================================== */

html, body{
	min-height: 100%;
	color: #FFF;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 0.95em;
	background: #222;
}

#container{
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	
}

#inhoud{
	max-width: 1100px;
	min-width: 350px;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #282828;
	height: 100%;
}

@media only screen and (max-width: 1099px) {
	
#inhoud{
	width: 992px;
	
}
}

@media only screen and (max-width: 992px) {
	
#inhoud{
	width: 768px;
	
}
}


@media only screen and (max-width: 768px) {
	
#inhoud{
	width: 576px;
	
}
}


@media only screen and (max-width: 576px) {
	
#inhoud{
	width: auto;
	
}
}

article, aside, footer {
	
	
	overflow: hidden;
	font-size: 1.35em;
}

footer{
	background: #222;
}


article{
	width: 880px;
	display: inline;
	float: left;
	padding: 10px 10px 10px 25px;
}

aside{
	width: 150px;
	display: inline;
	float: right;
	padding: 10px 25px 10px 10px;
}

aside img{
		display: block;
		width: 100%;
		margin-bottom: 5px;
}


@media only screen and (max-width: 1099px) {
	
article{
	width: 797px;
}

aside{
	width: 125px;
}
}

@media only screen and (max-width: 992px) {
	
article{
	width: 598px;
}

aside{
	width: 100px;
}
}


@media only screen and (max-width: 768px) {
	
article{
	width: auto;
	display: block;
	float: inherit;
	padding: 10px 25px 10px 25px;
}

aside{
	width: auto;
	display: block;
	float: inherit;
	padding: 10px 25px 10px 25px;
	text-align: center;
}
	
aside img{
	display: inline;
	margin: 0.24%;
	width: 32%;
}	
	
}




a{
	color: #EEE;
	text-decoration: underline;
	font-weight: 700;
}

a:hover{
	color: #FFF;
	text-decoration: none;
}



ul{
	list-style-type: square;
}


#hoofding{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #000;
	color: #DDD;
}

#homehoofding{
	width: 100%;
	height: 600px; 
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}












header{
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	background-image: url("../img/achtergrond_header.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}



p{
	margin: 0px 0px 20px 0px;
}


#boven
{
	height: 150px;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
}

#boven img{
	float: right;
	display: block;
	max-height: 95%;
	border: 0;
	margin-right: 25px;
}




h1{
	color: yellow;
	font-weight: 75;
	font-size: 1.45em;
}

h2{
	
	color: #FFF;
	font-weight: 75;
	font-size: 1.30em;
}




h3{
	color: #FFF;
	font-weight: 100;
	font-size: 1.20em;
}

h4{

	font-weight: 100;
	font-size: 1.10em;
}

.top{
	display: inline;
	float: right;
	border: 0;
}


@media only screen and (max-width: 600px) {
	
h1{
	font-size: 1.25em;
	font-weight: 200;
}

h2{
	font-size: 1.20em;
	font-weight: 200;
}

h3{
	font-size: 1.17em;
	font-weight: 200;
}

h4{
	font-size: 1.15em;
	font-weight: 200;
}

}


/* FOOTER */ 


footer{
	background: #222;
	display: block;
	clear: both;
	margin: 25px 10px;
	padding: 25px;
	border: yellow solid 1px;
}

.footerl{
	text-align: left;
	width: 49%;
	float: left;
	display: inline;
}

.footerl img{
	height: 150px;
}

.footerr{
	text-align: right;
	width: 49%;
	float: right;
	display: inline;
}


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

.footerl{
	text-align: center;
	width: 100%;
	float: inherit;
	display: block;
}	

.footerl img{
	height: 100px;
	margin-bottom: 15px;
}	

.footerr{
	text-align: center;
	width: 100%;
	float: inherit;
	display: block;
}	
	
}








.inhoudbovenstedeel{
	overflow: hidden;
}


.bovenfoto
{
	display: inline;
	float: right;
	margin-left: 25px;
	mex-width: 400px;
	max-height: 350px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
.bovenfoto
{
	display: block;
	float: none;
	margin: 0 auto;
	max-width: 75%;
	margin-bottom: 15px;
	max-height: 300px;
}
}


@media only screen and (max-width: 768px) {
.bovenfoto
{
	max-width: 85%;
}
}

.onderstefoto
	{
		clear: both;
		display: block;
		min-width: 100%;
		text-align: center;
	}
	
.onderstefoto img
	{
		display: inline;
		margin: 0 auto;
		margin: 6px;
		height: 300px;
	}	

.pdflink{
	display: block;
	padding: 15px 15px 10px 90px;
	background-image:  url("../img/PDF.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 90px 40px;
	min-height: 40px;
	text-align: left;
	border: solid #555 1px;
	border-radius: 3px;
	margin-bottom: 5px;
	text-decoration: none;
}

a .pdflink{
	
	text-decoration: none;
}







.lid{
	display: block;
	padding: 10px 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px #CCC solid;
	overflow: hidden;
}

.lidfoto
{
	overflow: hidden;
	display: inline;
	float: left;
	width: 35%;
}

.lidtekst
{
	overflow: hidden;
	display: inline;
	float: right;
	width: 60%;
}

.fotolid{
	display: block;
	width: 85%;
	margin-top: 20px;
}


@media only screen and (max-width: 768px) {
.lidfoto
{
	
	width: 25%;
}

.lidtekst
{
	
	width: 70%;
}

.fotolid{
	
	width: 95%;
}
}










.NOVER{
	width: 408px;
	height: 420px;
	padding: 10px;
	border: solid #CCC 1px;
	margin: 5px;
	display: inline;
	float: left;
	border-radius: 2px;
}

.TNOVER{
	color: yellow;
}

.FTNOVER{
	display: block;
	margin-bottom: 5px;
	width: 408px;
	height: 250px;
	object-fit: cover;
}

@media only screen and (max-width: 1099px) {
	
.NOVER{
	width: 366px;
	height: 410px;
}

.FTNOVER{
	width: 366px;
	height: 210px;
}	
	
}

@media only screen and (max-width: 992px) {
	
.NOVER{
	width: 277px;
	padding: 5px;
	height: 350px;
}

.FTNOVER{
	width: 276px;
	height: 150px;
}	
	
}


@media only screen and (max-width: 768px) {
	
.NOVER{
	width: auto;
	height: auto;
	padding: 10px;
	border: solid #BBB 1px;
	margin-bottom: 5px;
	display: block;
	float: inherit;
}



.FTNOVER{
	display: block;
	margin-bottom: 5px;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
	
}

.NOVER:hover
{
	background: #111;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}


.NOVER a
{
	
	font-weight: normal;
	text-decoration: none;
}

.nonderlijnen
{
	
	font-weight: normal;
	text-decoration: none;
}






















.kalendermaand
{
	margin: 50px 0 30px 0;
	padding: 10px;
	border-bottom: solid yellow 1px;
	font-variant-caps: titling-caps;
}

.datum{
	display: inline;
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
}

.kalenderinhoud{
	display: inline;
	float: left;
	width: 695px;
}

.kalendercat{
	display: inline;
	float: left;
	width: 75px;
}


@media only screen and (max-width: 1099px) {
	
.kalenderinhoud{
	width: 612px;
}
}

@media only screen and (max-width: 992px) {
	
.kalenderinhoud{
	width: 413px;
}
}


@media only screen and (max-width: 768px) {
	
.datum{
	display: inline;
	float: left;
	width: auto;
	text-align: left;
}
	
	.datum p{
		padding: 0;
		margin: 0;
	}	

.kalendercat{
	display: block;
	float: inherit;
	
	width: 100%;
	margin-bottom: 15px;
}
	
.kalenderinhoud{
	display: block;
	float: inherit;
	width: auto;
	margin: 0;
	text-align: left;
}
	
.kalenderinhoud p{
	padding: 0;
		margin: 0;
}	
	
}












.menu{
	
	
	padding-bottom: 5px;
	border-bottom: #444 solid 1px;
	overflow: hidden;
}






.topnav {
  overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
  
}




@media only screen and (max-width: 1099px) {
	
.topnav {
  width: 992px;
	
  
}
}

@media only screen and (max-width: 992px) {
	
.topnav{
	width: 768px;
	
}
}


@media only screen and (max-width: 768px) {
	
.topnav{
	width: 576px;
	
}
}


@media only screen and (max-width: 576px) {
	
.topnav{
	width: auto;
	
}
}




.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  font-size: 17px;
}


.topnav .icon {
 
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 30px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

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

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: yellow;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

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

@media screen and (max-width: 800px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/* ==========================================================================
   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;
    }
}
