/*! HTML5 Boilerplate v6.1.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;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-style: normal;
    background-color: rgba(229,220,220,1.00);
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.klain {
    font-size: 70%;
}
.bold {
	font-weight: bold;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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
   ========================================================================== */
.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 80vh;
    background-color: #DFDFDF;
    border: 1px solid #000;
}
.head {
    position: relative;
    background-color: #222;
    min-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.logo {
    width: 220px;
    height: 85px;
    
}
.logo img {
    width: 100%;
    height: auto;
}
.menu {
    margin-right: 15px;
    
}

.archiefmenu {
    margin-right: 60px;
    
}

.menu2 {display: none;}



.hamburger {
    display: none;
    cursor: pointer;
	margin-right:20px;
    margin-top: 10px;
    height: 60px;
	
}

.bar1, .bar2, .bar3 {
    width: 60px;
    height: 6px;
    background-color: #E5E6F3;
    margin: 10px 0;
    transition: 0.4s;
}

.show {
    min-height: 150px;
    background: #FFCC00;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.show1 {
    width: 48%;
    padding-left: 5%;
}
.show1 img {
    width: 85%;
    height: auto;
}
.show2 {
    width: 48%;
}
.show2 h1 {
    width: 80%;
    margin: 50px auto;
    font-size: 1.3em;
    line-height: 2.1em;
    font-weight: normal;
}
.show2 .klun {
    font-size: 120%;
    
}
#tussen {
    background-color: #222;
}
.tussen {
    background-color: #222;
}

.showbak {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 0 20px;
    
}
.thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24%;
    padding: 10px 0 0;
    background-color: #F4F4F4;
    border-bottom: 8px solid #FFCC00;
    border-radius: 15px;
    margin: 10px 0;
    min-height: 400px;
}
.thumbnail img {
    width: 100%;
    height: auto;
}
.inhoudthumb h2 {
width: 90%;
margin-left: auto;
margin-right: auto;
font-size: 0.8em;
font-weight: normal;
}
.title {
    display: block;
    color: #52BAD5;
    font-size: 1.2em;
    padding-bottom: 10px;
    font-weight: bold;
}
.but {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-size: 0.8em;
    padding: 0.3em 0.7em;
    border: 1px solid #CCC;
    background-color: #E4F3DC;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.but:hover {
    background-color:#E1EFD9;
    color: blue;
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FFCC00;
	color: #FFFFFF;
	cursor: pointer;
}
.button a:link {
    color: #FFF;
    text-decoration: none;
}
.about {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.about:hover {
	background-color: #FFCC00;
	color: #FFFFFF;
	cursor: pointer;
}
.tussenknop {
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.tussenknop:hover {
	background-color: #FFCC00;
	color: #FFFFFF;
	cursor: pointer;
}



.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #222;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
    position: relative;
}
.pijl{
    position: absolute;
    right: 20px;
   bottom:20px;
}
.pijl:hover {
    cursor: pointer;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}

/* ==========================================================================
contact
   ========================================================================== */
.kaort1 {
	width: 32%;
}
.inkoart {
	width: 90%;
	margin: 40px auto;
}
.contact {
	display: block;
	text-align: center;
	width: 90%;
	max-width: 225px;
	font-size: 1.5em;
	color: white;
	border: 2px solid white;
	padding: 0.7em
	
}

.imgklein {
	height: 50px;
	width: 50px;
	margin-right: 30px;
	margin-bottom: 15px;
}

/* ==========================================================================
 archief
   ========================================================================== */
.beeldbak {
	min-height: 75vh;
}
.beeldbak ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	width: 90%;
	margin-top: 50px;
	margin-left: auto;
    margin-right: auto;
	
	
}
.beeldbak ul li {
	margin: 15px 20px;
	
}
.beeldbak ul li img {
	width: 100%;
	height: auto
}
.archiefbak {
    display: flex;
    flex-direction: row;
    padding: 60px;
    justify-content: space-between;
}
.arch1, .arch2 {
    width: 48%;
    
}
.arch2 a:link {
    color: blue;
    text-decoration: none;
}
.arch2 a:hover {
    color: red;
}
.infobak {
width: 90%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.info1 {
width: 48%;
}





/* ==========================================================================
 about
   ========================================================================== */

.aboutbak {
   display: flex;
   flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    font-size: 90%;
    line-height: 1.6em;
    
}
.aboutlinks {
    display: flex;
    flex-direction: column;
    width: 49%;
    padding: 10px;
    
}
.aboutlinks img {
   width: 100%;
    height: auto;
}
.aboutrechts {
    width: 49%;
    padding: 10px;
    
}
.aboutrechts h1 {
    margin: 0;
    font-size: 1.2em;
}
.aboutrechts h2 {
    margin: 0;
    font-size: 1.2em;
}
.aboutrechts p {
    margin-top: 10px;
    font-size: 1.em;
}


.aboutlinks h2 {
    margin: 0;
    font-size: 1.2em;
}

.italic {
    font-style: italic;
}
.aboutlinks h1 {
    font-weight: normal;
    font-size: 1em;
}

.ombak {
    background-color: #ffCC00;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tekstombak {
    width:50%;
}
.tekstombak p {
    padding-right: 15%;
    padding-left: 20px;
    line-height: 1.9em;
    margin-top: 40px;
    margin-bottom: 30px;
}
.naambak {
    width: 220px;
    height: 60px;
    padding: 6px 15px 10px 15px;
    text-align: center;
    font-variant: small-caps;
    margin: 40px 5%;;
    font-size: 1.5em;
    border: 2px solid white;
    color: white;
   
}
.postbak {
	width: 50%;
	margin: 20px 0 30px 0;
}

.vertrekknop {
display: block;
font-size: 1.4em;
color: #222;
text-decoration: none;
border: 1px solid #CCC;
width: 50%;
min-width: 250px;
padding: 7px 10px 9px;
text-align: center;
margin-left: auto;
margin-right: auto;
background-color: #D1D1D1;
margin-top: 150px;

}
.vertrekknop:hover {
color: red;
}

/* ==========================================================================
  cv
   ========================================================================== */
.cvtafel {
	width: 80%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
    margin-right: auto;
	border-spacing: 0;
    border-collapse: collapse;
}
.linker {
	width: 20%;
}
.midden {
	width: 10%;
	
}
.rechter {
	width: 58%;
	
}
.cvtafel tr {
	padding-bottom: 50px;
}
.cvtafel td {
vertical-align: top;
padding-bottom: 30px;	
	 
}

/*flyers*/
.inhoud {
width: 50%;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
display: flex;
flex-direction: column;
}
.inhoud img {
width:100%;
height: auto;
margin: 10px 0 10px 0;

}



/* ==========================================================================
  responsive
   ========================================================================== */
@media only screen and (max-width: 1024px) {
    .menu {
        display: none;
    }
    .hamburger {display: block;}
    
    .show2 h1 {
    width: 80%;
    margin: 30px auto;
    font-size: 1.2em;
    line-height: 2em;
}
    .show1 img {
    width: 95%;
    height: auto;
}
    .thumbnail {
        width: 32%;
    }
    .aboutbak {
   display: flex;
   flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;    
    
}
    .aboutlinks, .aboutrechts {
        width: 95%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
	.cvtafel {
	width: 95%;
	}
    
    .wg {
        display: none;
    }
    
    .vertrekknop  {
    margin-top: 10px;
    }
    .inhoud {
    width: 65%;
    }
   
}
@media only screen and (max-width: 800px) {
.show {
    min-height: 150px;
    background: #FFCC00;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
    .show1 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;;
    }
    
    .show2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;    
}
.show2 h1 {
    width: 100%;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.8em;
}
	.cvtafel {
	width: 95%;
	font-size: 90%;	
	}
	.kaort1 {
	width: 99%;
}
.inkoart {
	width: 90%;
	margin: 20px auto;
}
.infobak {
width: 80%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.info1 {
width: 100%;
}
  .inhoud {
    width: 75%;
    }


}
@media only screen and (max-width: 768px) {
 .thumbnail {
        width: 48%;
    }
    
    .ombak {
    flex-direction: column;
	padding-bottom: 30px;	
    }
    .tekstombak {
    width:100%;
    margin-top: -40px;    
}
.tekstombak p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.9em;
    margin-top: 40px;
    margin-bottom: -20px;
    
}
.naambak {
    width: 220px;
    height: 60px;
    padding: 6px 15px 10px 15px;
    text-align: center;
    font-variant: small-caps;
    margin: 40px auto;;
    font-size: 1.5em;
    border: 2px solid white;
    color: white;
   
}
	.postbak {
	width: 100%;
	margin: 20px 0 30px 0;
}
	.inpostbak {
    width: 220px;
    padding: 6px 15px 10px 15px;
    margin: 10px auto;
    font-size: 1.2em;
    color: #222;
	}
	.inpostbak p {
		margin-left: 20px;
		width:220px;	
	}
	
}
@media only screen and (max-width: 640px) {
    .aboutbak {
        width: 99%;
    }
    .tekstombak p {
    width: 85%;
        
    }
    
    .show2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;    
}
    .show2 h1 {
    width: 100%;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: center;
}
    .klun {
        line-height: 2.4em;
    }
      .inhoud {
    width: 75%;
    }

}
@media only screen and (max-width: 600px) {
 .thumbnail {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .but {
        display: none;
    }
    .pijl{
    position: absolute;
    right: 0px;
    top: 180px;
}
  .inhoud {
    width: 80%;
    }
	

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


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

    .show2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;    
}
    
    .show2 h1 {
    width: 100%;
    margin:20px 0 0;
    font-size: 0.9em;
    line-height: 1.4em;
}
	.cvtafel td {
	padding-bottom: 10px;}
	.inpostbak {
    width: 220px;
    padding: 6px 15px 10px 15px;
    margin: 10px auto;
    font-size: 1em;
    color: #222;
	}
	.inpostbak p{
		margin: 0;
	}

}

@media only screen and (max-width: 320px) {
.cvtafel {
	width: 98%;
	font-size: 70%;	
	}	
	.linker {
		width: 10%;
	}
	.rechter {
		width:  60%;
	}
      .inhoud {
    width: 90%;
    }
	
}















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

/*
 * Hide visually and from screen readers
 */

.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
 */

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

/*
 * 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;
    white-space: inherit;
}

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

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

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        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;
    }

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

    thead {
        display: table-header-group;
    }

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

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

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

