/*! HTML5 Boilerplate v9.0.0-RC1 | 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;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans",Arial, "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
   ========================================================================== */
body {
background-color: #D2D2D2;
}

h1 {font-size:  clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
margin: 0;
}

p {
font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
#wrapper{
width: 100%;
max-width: 1200px;
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;
height: auto;
padding: 0 15px;
background-color: #FFF;
}
#container {
width: 100%;
display: flex;
flex-direction: column;
position: relative; 
}
.header {
height: 260px;
display: flex;
flex-direction: column;
justify-content: flex-end

}
.logo {
width: 60%;
margin-left: 20px;

}
.thuisknop {
position: absolute;
top: 15px;
left: 15px;
width: 100px;
}
.thuisknop img {
width: 100%;
height: auto;
}
.homeknop {
position: absolute;
top: 15px;
left: 15px;
width: 100px;
}
.homeknop img {
width: 100%;
height: auto;
}
.homeknop:hover {
cursor: pointer;
}

.hamburger {
    position: absolute; 
	display:none;
    cursor: pointer;
top: 5px;
	z-index: 99;
	right: 10px;
	
}

.bar1, .bar2, .bar3 {
    width:65px;
    height: 1px;
    background-color: #222;
    margin: 15px 0;
    transition: 0.4s;
}

.menu {
margin-top: 20px;
}
.menu ul {
float: right;
}
.menu2 {
display: none;
margin-top: 15px;
}

.homebak {
width: 95%;
height:auto;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
}
.homebak img {
width: 100%;
height: auto;
}
footer {
width: 90%;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 30px;
}
.insta:hover {cursor: pointer;
}
.rechts{
padding-top: 5px;
font-size: 14px;
}
.link {
display: block;
font-size: 14px;
width: 130px;
padding: 12px 16px 12px 16px;
border: 1px solid #CCC;
text-align: center;
background-color:#E9E9E9;
text-decoration: none;
color: green;
border-radius: 15px;
}
.link:hover {
color: blue;
background-color: #F7E8E9;
}

footer2 {
line-height:2.2;
margin-left: 20px;
font-size: 18px;
}


footer2 a {
text-decoration: none;
color: #222;

}
/*------------------------------------about*/
.aboutbak {
width: 96%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.linksabout {
width: 48%;
}
.linksabout img {
width: 100%;
height: auto;
}
.rechtsabout {
width: 49%;
margin-top: -5px;
}
/*
---------------------------------------recent*/
.recentbak {
width: 45%;
margin-left: auto;
margin-right: auto;
padding: 10px;
border: 1px solid #CCC;
}
.kop {
margin-bottom: 10px;
}

.beeld img {
width: 100%;
height: auto;
}
.onder {
font-size: 12px;
margin-top: 5px;

}
.kominbak {
width: 100%;
text-align: center;
/*font-variant: small-caps;*/
/*border: 1px solid #CCC;*/
padding: 10px 12px;
/*background-color: #F0F4FF;*/
margin-bottom: 20px;
border-bottom: 1px dashed #CCC;
font-size: 18px;
color: green;
letter-spacing: 1px

}
/*----------------------------key afbeeldingen*/

.beeldbak {
width: 95%;
margin-top: 70px;
margin-left: 50.1%;
transform: translate(-50%);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content:flex-start;
position: relative;
}
.inbeeldbak {
 width: 23%; margin:1%;
}
.inbeeldbak img {
width: 100%;
height: auto;
}
.kleinbeeldbak {
width: 90%;
margin-left: auto;
margin-right: auto;
display: none;
position: relative;
margin-top: 70px;
}
.kleinbeeldbak img {
width: 100%;
height: auto;
}
.onderschrift {
font-size: 14px;
margin-bottom: 30px;
border-bottom: 1px solid #CCC;
padding-bottom: 20px;
}
.klikbak {
position: absolute;
top: -70px;
left:15px;
width: 200px;
/*border: 1px solid #CCC;*/
text-align: center;
padding: 10px 5px;
/*background-color:#F0F4FF;*/
}
.naambak {
position: absolute;
top: -70px;
right: -30px;
width: 150px;
/*border: 1px solid #CCC;*/
text-align: center;
padding: 0 0 0 10px;
/*background-color: #F0F4FF;*/

}

.lazy {
min-height: 200px;
background-color: #FFF5F5;
}
.top {
width: 60px;
height: 60px;
margin-left: auto;
margin-right: auto;
}
.top:hover {
cursor: pointer;
}
.top img {
width: 100%;
height: auto;
}
   
/* ==========================================================================
respponsive
========================================================================== */
   
@media only screen and (max-width: 1200px) {


 }
@media only screen and (max-width: 1024px) {
.recentbak {
width: 55%;
}




}
@media only screen and (max-width: 800px) {
.menu {
display: none;
}
.hamburger {
display: block;
}
.header {
height: 230px
}
.logo {
width: 90%;
}
.homeknop {
width: 70px;
height: 70px;
}
.thuisknop {
width: 70px;
height: 70px;
}
.thuisbak {
width: 65%;
}
.klikbak {
left: 10px;
}

}
@media only screen and (max-width: 768px) {
.aboutbak {
flex-direction: column;
}
.linksabout {
width: 100%;
}
.rechtsabout {
width: 100%;
margin-top: 10px;
} 
	
}
@media only screen and (max-width: 640px) {
.homeknop {
width: 70px;
height: 70px;
}
.thuisknop {
width: 70px;
height: 70px;
}
.beeldbak {
display: none;
}
.kleinbeeldbak {
display: block;
}
.recentbak {
width: 85%;
}


}
@media only screen and (max-width: 600px) {
.header {
height: 210px;
}


}
@media only screen and (max-width: 568px) {
footer {
flex-direction: column;
padding-top: 15px;
}
.links, .midden, .tweede, .vierde {
margin-bottom: 10px;
}
.header {
height: 200px;
}


}
@media only screen and (max-width: 480px) {
.homeknop {
left: 0;
}
.thuisknop {
left: 0;
}
.header {
height: 190px;
}
.logo {
margin-left: 0;
width:97%;
}
.homeknop {
width: 50px;
height: 50px;
}
.thuisknop {
width: 50px;
height: 50px;
}
.recentbak {
width: 97%;
}

}

@media only screen and (max-width: 320px) {
.header {
height: 150px;
}	
	
}

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

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



@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;
  }
}

