
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url("https://fonts.googleapis.com/css?family=Alex Brush") ;
@import url("https://fonts.googleapis.com/css?family=Atma");
@import url('https://fonts.googleapis.com/css?family=Chelsea Market');


:root {
    font-size: 16px;
}

body {
    /*background: linear-gradient(90deg, rgba(34,36,0,1) 12%, rgba(209,211,221,1) 100%, rgba(0,212,255,1) 100%); */
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,98,9,1) 13%, rgba(0,212,255,1) 100%);  ;
}
.kaft {
    display: grid;
    grid-template-areas: 
    'hoofding'
    'nav'
    'lich'
    'voet';
    /*grid-template-rows: 10vw 8vw 1fr 6vw ;*/
    grid-template-rows: minmax(45px ,5vw) minmax(40px ,7vw) 1fr minmax(30px ,4vw);
    grid-template-columns: 1fr;
    gap: 3px;
    margin: auto;
    width:70%; 
       
}
.hoofding {
    grid-area: hoofding;   
    background-image: url(zee.jpg); 
    background-size: cover;
    background-position: center;          
   
}
.hoofding  h3 {
    text-align: center;
    margin-top: .3rem;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing:.85rem;
    text-transform: uppercase;
    color:beige;
    text-shadow: 0px 0px 3px red;
    word-spacing: 2rem;
   
    
}
.nav {
    grid-area: nav;
    /*background-color:  #660033;*/
    /* display: flex;
    flex-direction: row;
    justify-content: center;
     */
}
/*navigatie menu*/
ul#navigatie {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:black;
    
  }
  
  li {
    float: left;
    
  }
  
  li a, .neerklapknop {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    /*padding: 1rem 1rem;*/
    text-decoration: none;
    width: 11vw;
    height: 2vh;
    font-size: 1.5rem;
   /* background-color: black;*/
    
  }
  
  li a:hover, .neerklap:hover .neerklapknop {
    background-color: red;
  }
  
  li.neerklap {
    display: inline-block;
   
  }
  
  .neerklap-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .neerklap-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .neerklap-content a:hover {background-color: #f1f1f1;}
  
  .neerklap:hover .neerklap-content {
    display: block;
  }
/*einde navigatie menu*/
    

a.link2:link,a.link2:visited {
    text-decoration: none;
    background-color:#FFFFFF;
    border: 1px solid #000000 ;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 6vw;
    font-family: 'Atma';
    font-size:1.5rem;
    float:left;
    
    
}

a.link2:hover,a.link2:active {
    background-color: rgb(0, 145, 255);
    color:white;
}
.lich {
    grid-area: lich;
   
   
}

iframe {
    width: 95%;
    height: 50vh;
    margin-left: 2vw;
    margin-top: 1vh;
}
.voet {
    grid-area: voet;
    background-color: black;
}
.voet p {
    text-align: center;
}
p#datum {
    color: aliceblue;
    font-family: Alex Brush;
    font-size: 1.3rem;
    margin-top: 0.9rem;
    letter-spacing:.20rem;
    font-weight: 600;
}
.titel {
    text-align: center;
    font-family: "Chelsea Market";
    font-size: 1.5rem;
    color:antiquewhite;
    margin-top: -1vh;
      
}

.tekst {
    /*font-family: Lucida Sans Unicode; */
     font-size: 1.3rem;
     color:  antiquewhite;
     font-family: 'Atma';
}
#rebeltoon {
    margin-top: -3vh;
    width: 95%;
    margin-left: 3vw;

}
/*Privaat 31/07/2025*/

.buttonClass2 {
    font-size:.9rem;
    font-family:Arial;
    width:8.5rem;
    height:2rem;
    border-width:1px;
    color:#666666;
    border-color:#dcdcdc;
    font-weight:bold;
    border-top-left-radius:.1rem;
    border-top-right-radius:.1rem;
    border-bottom-left-radius:.1rem;
    border-bottom-right-radius:.1rem;
    box-shadow:inset 0px 1px 0px 0px gray(255);
    text-shadow:inset 0px 1px 0px #ffffff;
    background:linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%)
  }
  
  .buttonClass2:hover {
    background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%)
  }
   /*voor privacy 31/07/2025*/
.zichtbaar {
    display: block;
    color: #4fc54d;
    font-size: .8rem;
}
.onzichtbaar {
    display: none;
}

#divpar {
    padding:0.5rem 0.5rem ;
}
/*Einde Privaat 31/07/2025*/

@media only screen and (max-width: 600px) {
    /* CSS-regels voor smartphone-weergave */ 
    :root {
        font-size: 11px;
    }
    .kaft {
        width:99%;
    }
    a.link2:link,a.link2:visited {       
        padding: 2px 10px;         
                
        font-size:1.1rem;
        height: 25px;
    }
    iframe {
        height: 60vh;
        
        
    }
    .voet {
        height: 50px;
    }
    p#datum {        
        font-size: .9rem;
        margin-top: 0.9rem;
        letter-spacing:.15rem;
        font-weight: 600;
    }
    .hoofding h3 {
        font-size: 1.5rem;
    }
    .titel {
        font-size: 1rem;
        margin-top: 4vh;
    }
    li a, .neerklapknop {
        padding: 1.5rem 1.5rem;
        /*padding: 14px 16px;*/
        width: 10vw;
        height: 2vh;
        font-size: 1.3rem;
    }
    #rebeltoon {
        margin-top: 5vh;        
    }
    .tekst {
        font-size: 1.35rem;
    }
}
    @media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* CSS-regels voor tablet-weergave */
    :root {
        font-size: 12.5px;
    }
    .kaft {
        width:85%;
    }
    a.link2:link,a.link2:visited {       
        padding: 2px 10px;         
            
        font-size:1.5rem;
    }
    .titel {
        font-size: 1.1rem;
        margin-top: .5vh;
    }
    #rebeltoon {
        margin-top: 0vh;        
    }
    p#datum {        
        font-size: 1rem;
        margin-top: 0.9rem;
        letter-spacing:.15rem;
        font-weight: 600;
    }

    }
    
    @media only screen and (min-width: 1025px) and (max-width: 1440px) {
    /* CSS-regels voor laptop-weergave */
    :root {
        font-size: 14px;
    }
    .kaft {
        width:90%;
    }
    #rebeltoon {
        margin-top: -2vh;        
    }
    }
    
    @media only screen and (min-width: 1441px) {
    /* CSS-regels voor desktop-weergave */
    }
    