body{
  font-family: "Roboto Flex", sans-serif;
  font-weight: 100;
   background-color:#fbf9f5;
   line-height: 5mm; 
   
}

h3 {
  font-weight: bold;
}


.html{
    background-color:rgb(91, 127, 74);
    padding: 20px;
    text-align: center;
    width: 90rem;
    
}

.html a{
    text-decoration: none;
    color: rgb(244, 241, 235);
    margin-right: 40px;
}

html, body {
    height: 100%;    
    margin: 0;  
    display: flex;
    flex-direction: column;       
}
header{
    height: 6rem;
     background-color: rgb(91, 127, 74);
   display: flex;
   flex-direction: row;
   flex: auto;
}

main {
    display: flex;
    flex: auto;  
    flex-direction: column;     
    padding: auto;     
}

footer{
    background-color: rgb(91, 127, 74);
    padding: 5px;
    text-align: center;
    color: rgb(244, 241, 235);
    position: relative;
}

.disclaimer p{
    margin-bottom: 20px;
}
.disclaimer a{
    text-decoration: none;
    color: rgb(244, 241, 235);
}


/* index */

.youtube {
    flex-direction: column;
    width: 100%;  
    max-width: 300px;
    margin: 0;         
    padding-right: 55rem;
}





.week img{
    width: 450px;
    border-radius: 10px;
    
}

.week{
    display: block;
    background-color: rgb(255, 254, 249);
    text-align: center;
    width: 90%;      
    max-width: 500px;         
    margin: auto;        
    padding: 20px;
    position: relative;
    border-radius: 30px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
   /* top: -200px;*/
   /* width: 90%; */
    

}


.menu-container div{
    background-color:rgb(255, 254, 249);
    text-align: center;
   /* width: 90%;   */   
    height: 15em;
    max-width: 500px;         
    margin: 20px auto;        
    padding: 20px;
    border-radius: 30px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
     font-size: 1rem;
}

.hoofd-logo{
    width: 10%;
    min-height: 4rem;
   background-image: url(/images/logo/logowit2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.menu-container{
     top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 90%;
    height: 15em;
    margin: 50px auto;
    padding-top: 0%;
    border-radius: 10px;
}


/*menu*/

.menu-img{
    width: 25rem;
    max-height: 265px;
    padding-top: 15px;
    padding-bottom: 10px; 
    border-radius: 60px; 
    display: flex;
    justify-content: end;
    align-content: end;
    align-items: end;
}

.menu-item{
    background-color: #fffef9;
    border-radius: 25px;
    padding: 2.5rem;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
}

.menu-main{
   max-width: 1100px;
    margin: 4rem auto;
    padding: 1rem;
    display: grid;
    gap: 3rem; 
}


/*blog*/

.blog-img{
     width: 500px;
    padding-top: 30px;
    padding-bottom: 30px; 
    border-radius: 60px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-main{
    max-width: 1100px;
    margin: 3rem auto;
    padding: 1rem;
    display: grid;
    gap: 3rem;
}

.blog.item{
    background-color: #fffef9;
    border-radius: 25px;
    padding: 2.5rem;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
}

.blog-tekst h3{
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.blog-container{
    display: flex;
    justify-content: center;
}

.blog-img{
    width: 100%;
    max-width: 500px;
    border-radius: 70px;
    
}

blog-tekst p{
    margin-bottom: 1rem;
    font-size: 1rem;
}

.blog-tekst p:last-child {
    font-style: oblique;
    font-size: 0.9rem;
    text-align: right;
}


/*/ about/*/
.about{
   display: grid;
grid-template-columns: 1fr 1fr 1fr;
   gap: 30px;
   max-width: 1200px;
   margin: 40px auto;
   padding: 0 20px;
}

.about section{
    background-color: #fffef9;
    padding: 25px 20px;
    border-radius: 20px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
    
}

.about h1{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.about h3{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.about .waarden ul{
    line-height: 1.6;
}

.about p{
    line-height: 1.6;
}

/*/boeking/*/

.reserveren{
    display: flexbox;
    flex-direction: column;
    
   /* border-radius: 30px;*/
    height: 712px;
    
   justify-content: center;
   margin: 70px;
  /* box-shadow: 10px 10px 8px rgba(0,0,0,0.1);*/
   width: 450px;
   align-items: center;
   text-align: center;
   padding-left: 30%;
}
.reservering-form{
    text-align: center;
    align-items: center;
    min-height: 80px;
    max-height: 460px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
     border-radius: 30px;
     background-color:#fffef9;
     padding-top: 25px;
    padding-bottom: 15px;
}

.reserveren h1{
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
}

.form-item{
    margin-top: 10px;
    position: relative;
    padding-top: 20px;
}

.reservering-form input{
    padding: 4px;
    border-radius: 8px color black;    
}

/*/contact/*/

#contact{
     width: 520;
     margin: 60px auto;
     background-color: #fffef9;
     padding: 40px;
     border-radius: 30px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
     text-align: left;
}

#contact h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

#contact section{
    margin-bottom: 25px;
}

#kaart iframe{
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 15px;
    margin: 15px 0;

}

#contactformulier ul{
   list-style: none; 
   padding:0;
}

#contactformulier li{
display: flex;
gap: 10px;
}

#contactformulier input{
    padding: 8px;
    border-radius: 8px color white;
    width:100% ;
}


/*/responsive/*/

@media (max-width: 820px) {
    
body{
  font-family: "Roboto Flex", sans-serif;
  font-weight: 100;
   background-color:#fbf9f5;
   line-height: 5mm; 
   
}

h3 {
  font-weight: bold;
}

.html a{
    text-decoration: none;
    color: rgb(244, 241, 235);
    margin-right: 40px;
}

html, body {
    height: 100%;    
    margin: 0;  
    display: flex;
    flex-direction: column;       
}
header{
    height: 0.5rem;
     background-color: rgb(91, 127, 74);
   display: flex;
   flex-direction: row;
   flex: auto;
    background-color:rgb(91, 127, 74);
    padding: 0.5rem;
    text-align: center;
    width: 100rem;
}

main {
    display: flex;
    flex: auto;  
    flex-direction: column;     
    padding: auto;     
}

footer{
    background-color: rgb(91, 127, 74);
    padding: 5px;
    text-align: center;
    color: rgb(244, 241, 235);
    position: relative;
}

.disclaimer p{
    margin-bottom: 20px;
}
.disclaimer a{
    text-decoration: none;
    color: rgb(244, 241, 235);
}


/* index */

.youtube{
    display: block;
    text-align: left;
    width: 300px;
    margin:auto;
}



.week img{
    width: 450px;
    border-radius: 10px;
    
}

.week{
    display: block;
    background-color: rgb(255, 254, 249);
    text-align: center;
    width: 90%;      
    max-width: 500px;         
    margin: auto;        
    padding: 20px;
    position: relative;
    border-radius: 30px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
   /* top: -200px;*/
   /* width: 90%; */
    

}


.menu-container div{
    background-color:rgb(255, 254, 249);
    text-align: center;
   /* width: 90%;   */   
    height: 15em;
    max-width: 500px;         
    margin: 20px auto;        
    padding: 20px;
    border-radius: 30px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
     font-size: 1rem;
}

.hoofd-logo{
    width: 10%;
    min-height: 4rem;
   background-image: url(/images/logo/logowit2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.menu-container{
     top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 90%;
    height: 15em;
    margin: 50px auto;
    padding-top: 0%;
    border-radius: 10px;
}


/*menu*/

.menu-img{
    width: 25rem;
    max-height: 265px;
    padding-top: 15px;
    padding-bottom: 10px; 
    border-radius: 60px; 
    display: flex;
    justify-content: end;
    align-content: end;
    align-items: end;
}

.menu-item{
    background-color: #fffef9;
    border-radius: 25px;
    padding: 2.5rem;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
}

.menu-main{
   max-width: 1100px;
    margin: 4rem auto;
    padding: 1rem;
    display: grid;
    gap: 3rem; 
}


/*blog*/

.blog-img{
     width: 500px;
    padding-top: 30px;
    padding-bottom: 30px; 
    border-radius: 60px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-main{
    max-width: 1100px;
    margin: 3rem auto;
    padding: 1rem;
    display: grid;
    gap: 3rem;
}

.blog.item{
    background-color: #fffef9;
    border-radius: 25px;
    padding: 2.5rem;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
}

.blog-tekst h3{
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.blog-container{
    display: flex;
    justify-content: center;
}

.blog-img{
    width: 100%;
    max-width: 500px;
    border-radius: 70px;
    
}

blog-tekst p{
    margin-bottom: 1rem;
    font-size: 1rem;
}

.blog-tekst p:last-child {
    font-style: oblique;
    font-size: 0.9rem;
    text-align: right;
}


/*/ about/*/
.about{
   display: grid;
grid-template-columns: 1fr 1fr 1fr;
   gap: 30px;
   max-width: 1200px;
   margin: 40px auto;
   padding: 0 20px;
}

.about section{
    background-color: #fffef9;
    padding: 25px 20px;
    border-radius: 20px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
    
}

.about h1{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.about h3{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.about .waarden ul{
    line-height: 1.6;
}

.about p{
    line-height: 1.6;
}

/*/boeking/*/

.reserveren{
    display: flexbox;
    flex-direction: column;
    
   /* border-radius: 30px;*/
    height: 712px;
    
   justify-content: center;
   margin: 70px;
  /* box-shadow: 10px 10px 8px rgba(0,0,0,0.1);*/
   width: 450px;
   align-items: center;
   text-align: center;
   padding-left: 30%;
}
.reservering-form{
    text-align: center;
    align-items: center;
    min-height: 80px;
    max-height: 460px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
     border-radius: 30px;
     background-color:#fffef9;
     padding-top: 25px;
    padding-bottom: 15px;
}

.reserveren h1{
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
}

.form-item{
    margin-top: 10px;
    position: relative;
    padding-top: 20px;
}

.reservering-form input{
    padding: 4px;
    border-radius: 8px color black;    
}

/*/contact/*/

#contact{
     width: 520;
     margin: 60px auto;
     background-color: #fffef9;
     padding: 40px;
     border-radius: 30px;
     box-shadow: 10px 10px 8px rgba(0,0,0,0.1);
     text-align: left;
}

#contact h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

#contact section{
    margin-bottom: 25px;
}

#kaart iframe{
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 15px;
    margin: 15px 0;

}

#contactformulier ul{
   list-style: none; 
   padding:0;
}

#contactformulier li{
display: flex;
gap: 10px;
}

#contactformulier input{
    padding: 8px;
    border-radius: 8px color white;
    width:100% ;
}
}