@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,600');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");
:root {
  --background: rgb(0,47,108);
  --font-family-hoofd: 'HortaRegular';
  --color-blue: rgb(0,47,108);
  --color-yellow: rgba(251,235,0,255);
}
    


html{
    width: 100%;  
    margin: auto; 
}

body{
    width: 100%;  
    margin: auto; 
}
/* navigation section mobile */
@media{
header {
        margin: auto; 
        background-color: var(--background);
        background-size: cover;
        text-align: center; 
        position: relative;
        z-index: 999; 
        width: 100%; 
        left: 0; 
        top: 0; 
            }   

.nav-toggle{
    display: none; 
}

.nav-toggle-label{
    position: absolute; 
    top: 0; 
    left: 0; 
    margin-left: 1em; 
    height: 100%; 
    display: flex; 
    align-items: center; 
}

.nav-toggle-label span,
.nav-toggle-label span::before, 
.nav-toggle-label span::after {
    display: block; 
    background: black; 
    height: 4px; 
    width: 2em; 
    border-radius: 2px; 
    position: relative;
}

.nav-toggle-label span::before, 
.nav-toggle-label span::after {
    content: '';
    position: absolute; 
}

.nav-toggle-label span::before{
    bottom: 7px; 
}

.nav-toggle-label span::after{
    top:7px; 
}


nav{
    position: absolute; 
    text-align: left; 
    top: 100%; 
    left: 0; 
    background: rgba(0,62,120,255);
    width: 100%; 
    transform: scale(1, 0);
    transform-origin: top; 
    transition: transform 400ms ease-in-out; 
}

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

nav li{
    margin-bottom: 1em; 
    margin-left: 1em; 
}

nav a{
    color: white; 
    text-decoration: none; 
    font-size: 2.1rem; 
    text-transform: uppercase; 
    font-family: 'HortaRegular';
   font-weight: normal;
   font-style: normal;
}

nav li:hover{
    background-color: yellow; 
}
    
nav a:hover{
    color: black; 
    }

.nav-toggle:checked ~ nav {
    transform: scale(1,1);
  
}

.header-socials{
    display: none;
}
}
/* end navigation section mobile */

/* content section mobile */
@media{
.content{ 
    margin:2%;
}

.content h1, h2, p{
    font-family: var(--font-family-hoofd);
    font-size: 2.8em; 
    text-align: center;  
    color: var(--color-blue);
}

.content h2{
    font-size: 1.8em;
    font-family: 'Joan', serif;
    text-align: left; 
    color: black; 
    margin-bottom: 0; 
}

.content p, table, ul, label, input{
    margin-top: 0; 
    font-family: 'Joan', bold;
    font-size: 1.4em;
    text-align: justify; 
    color: black; 
}
    
    .content a{
    word-wrap: break-word;
    }
.content ul{
    font-size: 1.3em;  
    line-height: 0.5;
    
    }
}
/* end content section mobile */

/* sponsoren mobile */
@media{
.sponsoren_landingspagina{
    width: 100%; 
    margin: auto; 
    margin-bottom: 5%; 
}

.sponsoren_landingspagina h1{
    font-family: var(--font-family-hoofd);
    font-size: 2.8em; 
    text-align: center;  
    color: var(--color-blue);
}

.sponsoren_landingspagina_enkel {
    width: 40%; 
    margin-left: 6.5%; 
    margin-top: 3%; 
    float: left; 
    border-style: solid; 
}

.sponsoren_landingspagina_enkel img{
    width: 100%; 
    margin: auto; 
    display: block; 
}
}
/* end sponsoren mobile */

/* footer section mobile */
@media{
    footer{
    width: 100%;
    float: left; 
    margin-top: 3%; 
    background-color: var(--background);
}

footer p{
    color: white; 
    font-size: 1.0em; 
    text-align: left;
    
}

.footer_tekst{
    float: left; 
    width: 70%; 
    margin-left: 2%; 
    color: white; 
    font-size: 1.8em; 
}

.footer_social{
    float: right;
    width: 20%; 
    margin-top: 2%;
    margin-right: 5%;
    
}

.footer_social img{
    float: right; 
    width: 60%; 
    margin: 5%; 
    
    
    
}

 .mapouter {
        width: 100%; 
        float: left;
    }
    
    .mapouter iframe{
        width: 100%; 
        height: 30vh; 
    }
    
 
}
/* end footer section mobile */

/* Lid worden pagina mobile */
@media{
.navigeer_blokje{
    width: 100%; 
    margin-bottom:5%;
}

.navigeer_blokje img{
    width: 70%; 
    height: 70%; 
    margin: auto; 
    display: block; 
    border-style: solid; 
    border-color: black; 
}
}
/* Eind lid worden pagina mobile*/

/* News feed mobile */
@media{
    .facebook_feed_m{
    width: 100%; 
    margin: auto; 
}

.facebook_feed_d{
    display: none; 
}

.facebook_feed iframe{
    margin: auto; 
    width:500; 
}
}
/* Einde news feed mobile */

/* Over mobile */
@media{
    .over table, th, td{
    width: 100%; 
    border: 1px solid; 
     margin-top: 0; 
    font-family: 'Joan', bold;
    font-size: 1em;
    text-align: justify; 
    color: black; 
    border-collapse: collapse;
}

.over td, tr{
    width: auto; 
    }
}
/* Einde Over mobile */

/* Login mobile */
.content-login {
    width: 20%; 
    margin-left: 20%;  
    text-align: center; 
}

.login-bad{
    width: 100%; 
    margin-top: 5%; 
    float: left; 
    font-family: var(--font-family-hoofd);
    font-size: 2.8em; 
    text-align: center;  
    color: var(--color-blue);
}

/* agenda mobile */


.aanvraag-agenda{
    width: 70%; 
    margin-left: 15%; 
}

.form-aanvraag-agenda input, textarea, button{
    width: 100%; 
    float: left;
    margin-left: 0; 
    margin-top: 4%; 
}

.form-aanvraag-agenda input[type="button"]{
    text-align: center; 
}

.form-agenda-logout, input{
    width: 40%; 
    margin-top: 5%; 
    margin-left: 30%; 
    float: left; 
    
}

/* inschrijfformulier mobile */
.inschrijfknoppen input{
    width: 45%; 
    float: left; 
    margin-left: 2%;
    
}

.inschrijving-jeugd input{
    width: 100%; 
    float: left; 
    margin-left: 0; 
}
 
.form-aanvraag-agenda-regel{
    width: 100%; 
    margin-top: 0;  
    float: left; 
}
.inschrijving-jeugd input[type=radio]{
    width: 3%; 
    margin-left: 0; 
    margin-top: 5px; 
    float: left; 
}

.inschrijving-jeugd label{
    width: 20%; 
    margin-top: 0; 
    float: left; 
   
}

.inschrijving-jeugd p{
    float: left; 
    margin-top: 40px; 
    margin-bottom:0; 
}

/* All Desktop */
/* All Desktop */
/* All Desktop */
/* All Desktop */
/* All Desktop */
/* All Desktop */


/* navigation section Desktop */
@media screen and (min-width:800px){
    .nav-toggle-label {
    display: none;
  }
header {
    background: none;  
    background-image: url("../img/banner-desktop.jpg");
    background-size: cover;
    text-align: center; 
    position: relative;
    z-index: 999; 
    width: 100%;
    min-height: 380px; 
    left: 0; 
    top: 0; 
}
    
    img.logo{
        float: left;  
        width: 20%; 
        height: 20%; 
        object-fit: contain;
        
    }
   
   nav {
    width: 60%; 
    float: left; 
    margin-top: 5%;
    position: relative;
    text-align: left;
    transition: none;
    transform: scale(1,1);
    background: none;
    top: initial;
    left: initial;    
    display: inline-block;
    justify-content: flex-end;
    align-items: center;
  }
  
  nav ul {
    
      
  }
    
    nav li{
        display: inline;
       
    }
  
  
  
    nav a{
        font-size: 2.1em; 
        margin-left: 1em; 
    }
  
    .header-socials{
        display:block;
        max-width: 15%; 
        float: right; 
        margin-top: 4.5%; 
    }
    .header-socials-facebook{
        width: 40%;
        float: left; 
    }
    
    
    
    .header-socials-instagram{
        width: 40%;
        float: left; 
        
    }
  
}
/* end navigation section Desktop */

@media screen and (min-width:800px){
    .content{
        float: left; 
        width: 95%; 
    }
    
    .content img{
        max-width: 30%; 
        max-height: 30%;
    }
}

/* sponsoren Desktop */
@media screen and (min-width:800px){
    .sponsoren_landingspagina_enkel{
        width: 20%; 
        margin-left:10%; 
    }
}
/* end sponsoren Desktop */

/* Footer Desktop */
@media screen and (min-width:800px){
    
    .footer_social img{
        width: 20%; 
        height: 20%; 
    }
}
/* end Footer Desktop */

/* Lid worden pagina Desktop */
@media screen and (min-width:800px){
    .navigeer_blokje{
        width: 25%; 
        float: left; 
        margin-left: 6%; 
    }
    
    .navigeer_blokje img{
        width: 80%;
        height: 80%; 
    }
}
/* Einde Lid worden pagina Desktop */

/* nieuws pagina Desktop */
@media screen and (min-width:800px){
    .facebook_feed_m{
        display: none; 
    }
    .facebook_feed_d{
        display: block;
    }
}
/* Einde nieuws pagina Desktop */

/* over pagina Desktop */
@media screen and (min-width:800px){
    .over table{
        width:40%; 
    }
}
/* einde over pagina Desktop */

/* Login mobile */
@media screen and (min-width:800px){
    .content-login{
        margin-left: 40%; 
    }
}

@media screen and (min-width:800px){
    .inschrijfknoppen{
        margin-left: 30%;
        width: 40%; 
        float: left; 
       
    }
    .inschrijfknoppen input{
    width: 45%; 
    margin-left: 2%; 
    float: left; 
    
    
    
}
    .inschrijving-jeugd{
        width:100%; 
        float: left; 
    }
   
    .form-inschrijfformulier-jeugd{
        width:40%; 
        float: left; 
        margin-left: 30%; 
    }
}
    form .mailadres{
        display: none;
    }


/* 3daagse pagina Desktop */
 .content_3daagse img{
     width: 100%; 
     height: 100%; 
}

@media screen and (min-width:800px){
    .content_3daagse img{
        width: 50%; 
        height: 50%; 
        margin-left: auto; 
        margin-right: auto; 
        display: block; 
        
    }