h1{
    font-size: 4rem;
    text-align: center;
    margin-bottom: 2rem;
}

h2{
    font-size: 2rem;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 2rem;
    font-weight: bold;
    text-align: center;
}
.gerecht-titel{
    text-align: center;
    margin-bottom: 3rem;
}
ul.navigatie {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: rgb(113, 187, 113);
  padding: 1rem;
    border-radius: 1rem;

}
iframe{
    display: block;
    margin: 0 auto;
   
}
.navigatie a{
    text-decoration: none;
    color: black;
    padding: 1rem;
  

}
.navigatie a:hover{
background-color: lightgreen;
color: blueviolet;

}

main{
    margin-left: 2rem;
    margin-right: 2rem;
    background-color: rgb(217, 228, 199);
    border-radius: 1rem;
    text-align: start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    
}
.brand{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background-color: lightgreen;
    margin-bottom: 2rem;
    padding:2rem;

}
.brand h1{
    margin: 0;
}
.logo{
    width:4rem;
    height:auto;
    flex: 0;
}
.blogpost{
     padding: 2rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 1rem;
    box-sizing: border-box;
}
.blogpost img{
   max-width:70%;
   width: 100%;
    margin-bottom: 2rem;
}

*{
    box-sizing: border-box;
}
.blogs{
     display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 2rem;
    padding: 1rem;
}
.about{
  display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 2rem;
    padding: 1rem;
}
.gerecht{
    flex: 0 1 30%;
    box-sizing: border-box;
    padding: 2rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 1rem;

   
}
.gerechten{
     display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 2rem;
    padding: 1rem;
  
}
.highlight-gerecht {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  align-items: flex-start;
}


.gerecht-tekst {
  flex: 1;
  margin-top: 2rem;
  margin-right: 2rem;
}

img{
    border-radius: 1rem;

 
}

p{
    margin-bottom: 1rem;
    margin-top: 0.25rem;
    font-size: 1.5rem;
}

h3{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    
}

footer{
    background-color:rgb(143, 191, 98);
    margin-top: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    
}

.promoties{
    font-size: 2rem;
}

.promoties li::after{
    content: " - ";
}
.promoties :last-of-type::after {
    content: none;
}

ul.promoties{
display: flex;
}
.bestel-knop{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, background-color 0.2s ease;
    position: relative;
    overflow: hidden;
    padding-right: 2rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgb(57, 213, 57);
    border: none;
    border-radius: 1rem;
   font-size: 1rem;
   font-weight: bold;
}
.bestel-knop:hover{
    transform: scale(1.05);
    background-color: rgb(128, 224, 128);
}
.bestel-knop::after{
    content: "✓";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: right 0.3s ease, opacity 0.3s;
}
.bestel-knop:hover::after{
    right: 10px;
    opacity: 1;
}
.gerecht img{
     width: 70%;
    margin-bottom: 3rem;
    margin-top: 1rem;
}
.gerecht img.pumkin-foto{
    width: 85%;
}
.google-maps{
    width: 50%;
    height: auto;
}
.gerecht-soep img.soep{
width: 78%;
}


section{
    margin-bottom: 2rem;
}
.team-member{
    margin-bottom: 1rem;
    text-align: start;
     padding: 2rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 2rem;

}
.overons p{
    margin-top: 2rem;
}
.team-member img{
      width: 70%;
    margin-top: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.overons img{
    width: 70%;
}
.overons{
    text-align: center;
     padding: 1rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 2rem;
}
.contact{
    text-align: center;
}
.contact-form {
    margin: 0 auto;
    margin-bottom: 1rem;
}

strong{
    font-weight: bold;
}
label{
    display: block;
    margin-bottom: 1rem;
}
button{
    display: block;
    margin-top: 1rem;
}
form{
  display: block;
    
}
form button{
    width: fit-content;
}
button{
    padding: 0.5rem 1rem;
    display: block;
    align-self: center;
}
.reserveren-form{
 text-align: center;
 background-color: rgb(219, 239, 219);
 border-radius: 2rem;
 padding-bottom: 1rem;
 padding-top: 1rem;
 max-width: 50rem;
 margin: 0 auto;

}
.adres-gegevens{
     padding: 2rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 1rem;
    max-width: 45rem;
    margin: 0 auto;
}
.reserveren-form form{
margin: 0 auto;
display: flex;
flex-direction: column;
}

.reserveren-form label{
    display: block;
    align-self: center;
    margin-bottom: 1rem;
}
.reserveren-form input,
.reserveren-form textarea{
    display: block;
    align-self: center;
}
.reserveren-form button{
    display: block;
    align-self: center;
}
.contact-form form button{
     margin: 0 auto;
}
@media (max-width: 600px){
   ul.navigatie{
        flex-direction: column;
        align-items: center;
        margin-left: 7rem;
        margin-right: 7rem;
        gap: 1rem;
    }
    .adres-gegevens{
     padding: 2rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 1rem;
    margin-left: 0.5rem;
    margin-right: 1rem;
    
}
.adres-gegevens h3{

    font-size: 1.5rem;

}
.adres-gegevens img{

width: 100%;
}
.adres-gegevens h2{

        margin-top: 1rem;

}
iframe{
    width: 100%;
    max-width: 80%;
}
h2{
    font-size: 1.5rem;
}
h3{
    font-size: 1.5rem;
}
p{
    font-size: 1.2rem;
}
.adres-gegevens p{

    font-size: 1rem;

}
    .reserveren-form{
 text-align: center;
 background-color: rgb(219, 239, 219);
 border-radius: 2rem;
 padding-bottom: 1rem;
 padding-top: 1rem;
  max-width: 20rem;
 margin: 0 auto;

}
    .gerechten{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 1rem;
}
.blogs{
     display: grid;
    grid-template-columns: repeat(1,1fr);
}
.about{
     display: grid;
    grid-template-columns: repeat(1,1fr);
    
}
    .navigatie a:hover{
        padding: 0rem;
        background-color: green;
    }
    .navigatie a{
        padding: 0;
    }

   .promoties{
         flex-direction: column;
        align-items: center;
        font-size: 1rem;
        
    }
    
    ul.promoties{
        text-align: left;
        align-items: flex-start;
    }
      .promoties li::before, .promoties li::after {
        content: none;
        
    }
    .highlight-gerecht{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .gerecht-tekst{
        margin-top: 0;
        margin-bottom: 0;
        
    }
    .gerecht-foto img{
        width: 95%;
        height: auto;
    }
    .gerecht img{
        width: 95%;
        height: auto;
    }
    .blog{
        width: 95%;
        height: auto;
        margin-right: 0.75rem
    }
    
    .team-member img{
        width: 95%;
        height: auto;
        margin-right: 1rem;
    }
    .google-maps{
        width: 90%;
        height: auto;
        margin-right: 1rem;
    }  
    p{
        padding-right: 1rem;
    }
    footer{
        margin-top: 1rem;
        margin-bottom: 2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    footer p{
        font-size: 0.85rem;
        text-align: center;
    }
.gerecht{
    flex: 0 1 30%;
    box-sizing: border-box;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 1rem;
   
}
.blogpost{
     padding: 0.75rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 1rem;
}
.overons{
    width: 83%;
    box-sizing: border-box;
    text-align: center;
   padding: 0.75rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 1rem;
}
.overons img{
    max-width: 70%;
    border: none;
}

.team-member{
    width: 83%;
    box-sizing: border-box;
    text-align: center;
   padding: 0.75rem;
    margin-bottom: 2rem;
    background-color: rgb(219, 239, 219);
    border-radius: 1rem;
}

}