/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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;
  background-color: #efefef;
}
body {
font-family: ariel,"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans",  "sans-serif"
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wrapper {
width: 100%;
max-width: 802px;
margin-left: 2px;
display: flex;
flex-direction: column;
} 
.container {
width: 100%;
display: flex;
flex-direction: column;
}
.head {
position: relative;
width: 100%;
height: 120px;
display: flex;
flex-direction: row;
justify-content: space-between;
border-bottom: 1px solid #CCC;
}
.logo {
width: 60%;
min-width: 300px;
margin-top: -20px;
}
.logo img {
width: 100%;


}
.bar1, .bar2, .bar3 {
    width: 60px;
    height: 6px;
    background-color:rgba(114,114,114,1.00);
    margin: 6px 0;
    transition: 0.4s;
}
.hamburger {
    position: absolute; 
    cursor: pointer;
	bottom: 5px;
	z-index: 99;
	right: 10px;
	
}
.menu {
display: none;
}
.container img {
width: 100%;
height: auto;
margin-top: 20px;
}

.beeld {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.beeld img {
width: 100%;
height: auto;
}
.footer {
position: relative;
margin-top: 40px; height: 200px;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 10px 20px;
background-color: rgba(111,110,110,1.00);
color: white;
}
.footer .linkje{
color: white;
text-decoration: none;
}
.linkje:hover {
color: red;
}
.top {
position: absolute;
width: 60px;
height: 60px;
bottom: 10px;
right: 10px;
}


.blokje {
display: block;
padding: 7px 20px 8px;
text-align: center;
background-color: #222;
color: white;
width: 100%;
margin-left: auto;
margin-right: auto;
}
h1 {
font-size:  clamp(1.125rem, 0.875rem + 1.25vw, 1.5rem);
}
p {
font-size:  clamp(0.688rem, 0.563rem + 0.63vw, 0.875rem);
margin-top: -2px
}

.beeldbak {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.biobak{
width: 95%;
margin-left: auto;
margin-right: auto;
}

.biobak table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
font-size: 90%;
}
.biobak table td {
vertical-align: top; 
padding-bottom: 10px;
}

.biobak table .cellinks {
	width: 17%;
	
}
.biobak table .celrechts {
 }
 .biobak table .linklinks {
	width: 60%;
	
	
}
.biobak ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	width: 95%;
}
.biobak ul li a {
	font-weight: 700;
	display: block;
	margin-bottom: -10px;
	font-size: 14px;
}
.biobak ul li {
	font-size: 12px;
}
.biobak .bioportret {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.nieuwsbak {
width: 90%;
margin-left: auto;
margin-right: auto;

}
ul, ol { list-style: none;}

.nieuwsbak ul li {
height: auto;
}
.nieuwsbak ul .topdatum {
	font-size: 12px;
	margin-bottom: 15px;
}
.nieuwsbak ul .kopbericht {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.nieuwsbak ul .locatie {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 35px;
}
.nieuwsbak ul .bericht {
	font-size: 12px;
	margin-bottom: 15px;
}
.nieuwsbak hr {
margin-bottom: 20px;
}
	


.lazy {
min-height: 300px;
}
.filmbak {
width: 100%;
max-width: 720px;
margin-left: auto;
margin-right: auto;
}

.infilm {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.infilm iframe, .infilm object, .infilm embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}





   
/* ==========================================================================
 responsive
   ========================================================================== */
@media only screen and (max-width: 800px) {


}
@media only screen and (max-width: 768px) {
.head {
height: 4%;
min-height: 90px;
}
.nieuwsbak {
width: 98%;
}
.nieuwsbak ul li {
	width: 100%;
	height: auto;
}
ul {
margin-left: -30px;
}
	
}
@media only screen and (max-width: 640px) {
.beeldbak {
width: 85%;
}

}
@media only screen and (max-width: 600px) {
.beeldbak {
width: 88%;
}

}
@media only screen and (max-width: 568px) {
.footer {
flex-direction: column;
height: auto;
}
.rechts {
margin-top: 20px;
}

}
@media only screen and (max-width: 480px) {
.beeld {
width: 90%;
}
.beeldbak {
width: 95%;
}
.top {
position: absolute;
width: 60px;
height: 60px;
top: 10px;
right: 10px;
}

}

@media only screen and (max-width: 320px) {
.beeld {
width: 98%;
}	
	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

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

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

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

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * 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: "";
  display: table;
}

.clearfix::after {
  clear: both;
}






@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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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 {
    white-space: pre-wrap !important;
  }

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

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

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

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

