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

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


body {
    font-size: 1.1em;
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	color: #000;
    background: #FFF;
    height: 100%;
    
    margin: 0;
    padding: 0;
	min-width: 300px;
	
}

h1, h2, h3, h4{
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	color: red;

}

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



#jquery-script-menu {
position: absolute;
height: 120px;
width: 100%;
min-width: 300px;	
top: 0;
left: 0;
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
background-color: rgba(0, 0, 0, 0.5);		
}

.jquery-script-center {
width: 100%;
margin: 0 auto;
}


.hamburger{
  width: 25px;
  height: 4px;
  background-color: black;
  margin: 5px 0;
}


.logoheader{
	display: inline;
	float: left;
	height: 100px;
	margin: 10px;
}	

@media only screen and (max-width: 1350px) {
	.logoheader{
	display: inline;
	float: left;
	height: 85px;
}	
	
}


@media only screen and (max-width: 700px) {
	.logoheader{
	display: inline;
	float: left;
	height: 65px;
}	
	
}


@media only screen and (max-width: 600px) {
	.logoheader{
	display: inline;
	float: left;
	height: 55px;
}	
	
}






.row2Wrap {
    display: flex;
}

.content {
    padding: 50px;
    margin-bottom: 100px;
}

html {
    height: 100%;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}


.content {
    padding: 10px 15vw;
}



.profielfoto{
	display: inline;
	float: right;
	width: 33%;
	margin: 0 0 25px 15px;
}

@media only screen and (max-width: 900px) {
.profielfoto{
	display: block;
	float: inherit;
	width: 75%;
	margin: 15px auto;
}

	
}



.ADVLIJN{
	display: block;
	height: 12vh;
	background: #EEE;
	padding: 5px;
}

@media only screen and (max-width: 1000px) {
	.ADVLIJN{
	height: auto;
		overflow: hidden;
}

	
}

.ADVLIJNanderepagina{
	display: block;
	height: 12vh;
	background: #EEE;
	padding: 5px;
}

@media only screen and (max-width: 1000px) {
	.ADVLIJNanderepagina{
	height: auto;
		overflow: hidden;
}

	
}

/*

.ADVLIJNanderepagina{
	display: block;
	height: auto;
	background: #EEE;
	padding: 5px;
	overflow: hidden;
}
*/



.ADV{
	width: 14.2%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
}


.LIJNkamponder{
	display: block;
	overflow: hidden;
	background: #EEE;
	padding: 5px;
	
}

.KAMP{
	width: 16%;
	margin: 0 0.3%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
}

@media only screen and (max-width: 800px) {
	.KAMP{
	width: 23%;
	margin: 2px 1%;
}
}

@media only screen and (max-width: 500px) {
	.KAMP{
	width: 31%;
}
}


.ADVDET{
	display: block !important;
	max-height: 96%;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 2%;
	margin-bottom: 2%;
}




.LOGO_ORG{
	position: absolute;
	float: left;
	margin-top: -120px;
	z-index: 99999;
	
}

.LOGO_ORG_beeld{
	display: inline;
	height: 75px;
	margin: 12px;
}

@media only screen and (max-width: 700px) {
	.LOGO_ORG{
	margin-top: -60px;
}

.LOGO_ORG_beeld{
	height: 50px;
	margin: 5px;
}

	
}

.LOGO_ORG_klein{
	position: absolute;
	float: left;
	margin-top: -100px;
	z-index: 99999;
	width: 100%;
}

.datuminhoofdinggroot{
	float: right; 
	display: inline;
	text-align: right;
	padding: 0 25px 0 0;
	font-size: 1.5em;
	color: #FFF;
	font-weight: 900;
	text-shadow: 1px 1px 3px #000;
}

.datuminhoofdingklein{
	float: inherit;
	display: none;
	width: 100%;
	font-size: 1.0em;
	font-weight: 300;
	margin: 0 auto;
	text-align: center;
	margin-top: 12px;
	padding: 0;
}	

.LOGO_ORG_beeld_klein{
	display: inline;
	height: 80px;
	margin: 15px;
}

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

.datuminhoofdinggroot{
	
	display: none;
	
}	
	
.datuminhoofdingklein{
	
	display: block;
	
}		
	
.LOGO_ORG_beeld_klein{
	display: block;
	height: 50px;
	margin: 0 auto;
}

	
}





/* 

************* REFERENTIES

*/ 
.slideranderepagina{
	/* Images default to Center Center. Maybe try 'center top'? */
	background-position: center center;
    display: block;
    width: 100%;
    height: 35vh;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
	background-image: url("../../img/bjorn-houwen-poorten.JPG");
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
	
	z-index: 10;

}

.fotoreferentiepagina{
	display: block;
	margin: 10px 0;
	width: 100%;
}

.referentiefoto

{
	display: inline;
	width: 48%;
	margin: 1%;
	float: left;
	aspect-ratio: 1/1;
	object-fit: cover;
}

	









.regucss{
	background-image: url("../../img/HOOFD-R-R-2022.jpg");
}

@media only screen and (max-width: 1000px) {
	slideranderepagina{
	height: 37vh;
}
	
}

@media only screen and (max-width: 850px) {
	slideranderepagina{
	height: 35vh;
}
	
}

@media only screen and (max-width: 750px) {
	slideranderepagina{
	height: 30vh;
}
	
}



 
article, footer, aside{
	display: block;
	overflow: hidden;
	margin-top: 25px;
	padding: 35px 20px;
	max-width: 1000px;
	margin: 0 auto;
}


.werkfoto
{
	display: inline;
	width: 23%;
	margin: 1%;
	float: left;
	aspect-ratio: 1/1;
	object-fit: cover;
}



@media only screen and (max-width: 600px) {
.werkfoto
{
	display: inline;
	width: 48%;
	margin: 1%;
	float: left;
	aspect-ratio: 1/1;
	object-fit: cover;
}

	
}










.referentie{
	display: inline-block;
	float: left;
	width: 31%;
	padding: 2%;
	margin: 1%;
	background: #EEE;
	overflow: hidden;
	height: 320px;
}

.fotoreferentie{
	width: 100%;
	object-fit: cover;
	height: 200px;
	margin: 0 0 5px 0;
}

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


	.referentie{
	width: 48%;
	height: 280px;	
}

.fotoreferentie{
	
	height: 175px;
	
}	
	
}

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

	.referentie{
	width: 98%;
		height: auto;	
}
.fotoreferentie{
	
	height: 225px;
	
}		
}

.reflink, .reflink:hover{
	display: inherit;
	
}









article, ul, li, a{
	color: #000;
}


.nieuws
{
	color: #FFF;
}




.witblokmet
{
	padding: 100px 15px;
	display: block;
	width: 100%;
	overflow: hidden;
	background-image: url("../img/LOGO_GRIJS_M.svg");
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.witblokmetklein
{
	padding: 50px 15px 10px 15px;
	display: block;
	width: 100%;
	overflow: hidden;
}

.zwartblok
{
	padding: 100px 15px;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	color: #FFF;
}

.zwartblokklein
{
	padding: 15px;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #000;
	color: #FFF;
}
.witblok
{
	padding: 100px 15px;
	display: block;
	width: 100%;
	overflow: hidden;
}

.googlemaps
{
	display: inline;
	float: right;
	width: 50%;
	height: 500px;
	border: none;
}

.inhoudcontact
{
	display: inline;
	float: left;
	width: 45%;
	border: none;
}

@media only screen and (max-width: 800px) {
.googlemaps
{
	display: block;
	float: inherit;
	width: 100%;
}

.inhoudcontact
{
	display: block;
	float: inherit;
	width: 100%;
}
}


.nieuws h1{
	font-size: 3em;
}

@media only screen and (max-width: 1100px) {
	.nieuws h1{
	font-size: 2.50em;
}
}

@media only screen and (max-width: 1000px) {
	.nieuws h1{
	font-size: 2.25em;
}
}

@media only screen and (max-width: 850px) {
	.nieuws h1{
	font-size: 1.85em;
}
}



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

nav{
	height: auto;
	display: inline;
	float: right;
	font-size: 1.15em;
	font-family: "Inter", sans-serif;
 

}

.groot
{
	font-size: 1.1em;
	margin-right: 20px;
}

.klein{
	display: none;
}

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

nav li {
    float: left;
}



nav li a, .dropbtn {
    display: inline-block;
    color: #FFF;
	background-color: #e30613;
    text-align: center;
    padding: 10px 20px;
	border-radius: 1px;
	margin-right: 4px;
	text-decoration: none;
}


nav li:first-child {
	margin-left: 20px;
}

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

nav li.dropdown {
    display: inline-block;
	box-shadow: none;
	border: none;
	z-index: 99;
	border-radius: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    
    min-width: 250px;
	border: 1px 1px 1px 1px;
	border-color: #666;
    border-radius: 0;
	
	
}


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

.dropdown-content p {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	border: #DDD solid 1px;
    text-align: left;
	background-color: rgba(255,255,255,0.9);
	z-index: 99;
	border-radius: 0;
	margin: 0;
}

.dropdown-content a:hover {background-color: rgba(160,160,160,0.9)}

.dropdown:hover .dropdown-content {
    display: block;
}
   
/* ==========================================================================
   NAV 900
   ========================================================================== */
@media only screen and (max-width: 1200px) {

nav{
	float: right;
	margin-left: 0px;
}

.groot{
	display: none;
}

.klein{
	display: inline;
	margin-right: 15px;
}

.dropdown-content {
    min-width: 250px;
	margin-right: 15px;
	right: 0;
}

nav li a, .dropbtn {
    color: #111;
	background: #FFF;
	border: 1px solid #333;
	padding: 10px 25px;
	border-radius: 5px;
    text-align: center;
	text-decoration: none;
}

@media only screen and (max-width: 367px) {
nav li a, .dropbtn {
	padding: 7px 2px;
}	
	}

.dropdown-content p.submenu {
    background-color: rgba(200,200,200,0.9);
}

.dropdown-content p.submenu:hover {
    background-color: rgba(160,160,160,0,9);
}

}   


.vlagtaal{
	display: block;
	margin: 0;
	height: 25px;
}


.results{
	background: red;
	background-color: red;
	
}

.dropdown-content a .results{
	background: red;
	background-color: red;
	
}


/* ==========================================================================
   INSCHRIJVEN
   ========================================================================== */


.input_field_error{
	background-color: red;
	color: #FFF;
}

.inschrijfveld{
	width: 100%;
	padding: 7px;
	display: block;
	margin: 5px 0 10px 0;
	font-family: Verdana, Arial;
	font-size: 1em;
}

.veld{
	width: 95%;
	padding: 7px;
	display: block;
	margin: 5px 0 10px 5%;
	font-family: Verdana, Arial;
	font-size: 1em;
	height: 240px;
}


.inschrijflinks{
	display: inline;
	float: left;
	width: 49%;
}

.inschrijfrechts{
	display: inline;
	float: right;
	width: 49%;
}

@media only screen and (max-width: 825px) {
.inschrijflinks  {
		display: block;
		width: 100%;
	}
.inschrijfrechts  {
		display: block;
		width: 100%;
	}	
	}

/* ==========================================================================
   PARTNERS
   ========================================================================== */

.partners{
	display: block;
	padding: 10px;
	background: #FFF;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 4px;
}

.hoofdpartner{
	display: inline;
	float: left;
	width: 28%;
	margin: 2px 2.5%;
}

.partner{
	display: inline;
	float: left;
	width: 19%;
	margin: 0.5%;
}

.stpartner{
	display: inline;
	float: left;
	width: 16%;
	margin: 0.33%;
}


@media only screen and (max-width: 650px) {
	.hoofdpartner{
	width: 45%;

}

.partner{
	
	width: 32.2%;
	margin: 0.5%;
}
	
.stpartner{
	
	width: 24%;
	margin: 0.5%;
}	
}

@media only screen and (max-width: 550px) {
	.hoofdpartner{
	width: 74%;
		margin: 0 13%;

}

.partner{
	
	width: 48%;
	margin: 0.5%;
}

.stpartner{
	
	width: 32.2%;
	margin: 0.5%;
}	
}



/* ==========================================================================
   E RALLY
   ========================================================================== */


.logoerally{
	display: block;
	width: 75%;
	max-width: 400px;
	text-align: center;
	margin: 0 auto;
	margin-top: -40px;
}

.blauw
{
	color: #74d1f3;
}





.daviddesign{
	text-align: right;
	font-size: 0.7em;
}


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

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

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	.nietprinten {
      visibility: hidden;
	height: 0px;
   }
	
	h1{
		font-size: 12px;
		font-weight: 400;
		page-break-before: avoid;
	}
	
	body, h2, h3, td
	
	{ font-size: 10px;}
	
	td {background-color: #CCCCCC;}
	
}
