*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #e1f9e49f;
    font-family: Arial, sans-serif;
    width: 100%;
    min-height: 100vh;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

nav{
    background-color: #ffffff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: 110px;
}
.logo{
    height: 50px;
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}
nav ul{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav li{
    height: 50px;
}
nav a{
    height: 100%;
    text-decoration: none;
    color: #333;
    padding: 0px 30px;
    display: flex;
    align-items: center;
}
nav a:hover{
    background-color: #8cfa905b;
}
nav li:first-child{
    margin-right: auto;
}
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: #ffffff39;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow:-10 0 10px rgba(58, 57, 57, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width: 100%;
    list-style: none;
    padding: 10px 20px;
}
.sidebar a{
    width: 100%;
    
}
.menu-button{
    display: none;
}
 @media (max-width:800px) {
    .hideOnMobile{
        display: none;
    } 
    .menu-button{
        display: block;
        
    }  
}
 @media(max-width:400px){
    .sidebar{
        width: 100%;
    }
 }
 /* -------main text styles------- */
 .content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;  
    text-align: center;
    text-decoration: none;
    margin: 0 20px;
 }
 .image-container{
    width:100%; 
    height: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.image-container-img{
    width: 60%;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;


}
 

/* -------photo gallery styles------- */
div.gallery-header{
    width: 100%;
    max-height: 100px;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
}
div.gallery-container{
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 20px;
    align-items: flex-start;
    
}

div.gallery {
  border: 5px solid #2fa953;
  border-radius: 5px;
  min-height: 350px;
}

div.gallery:hover {
  border: 5px solid #7e7e80;
}

div.gallery img {
  width: 90%;
  height: auto;
    margin: 5%;
}
div.gallery img:hover {
  opacity: 0.7;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 20px 6px;
  float: left;
  width: 24.99999%;

}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* -------contact------- */
div.e-mail{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
div.e-mail h1{
    font-size: 24px;      
    margin-bottom: 20px;
}
div.e-mail img{
    width: 50px;
    padding-top: 10px;
    
}
div.telefoon{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
} 
div.telefoon img{
    width: 50px;
    padding-top: 10px;
} 
div.whatsapp{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
} 
div.whatsapp img{
    width: 200px;
    padding-top: 10px;
}
/* -------produkten------- */

div.under{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  div.under img{
    width: 200px;
    padding-top: 10px;
  }

