*{
  
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

body{
  background-color: rgb(255, 255, 255);
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  min-height: 100vh;
}

.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.829);
  backdrop-filter: blur(10px);
  box-shadow: 2px 2px 5px rgb(247, 210, 156);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

nav{
  background-color: white;
  box-shadow: 2px 2px 5px rgb(140,112,64);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

nav ul{
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li{
  height: 50px;
}

nav a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}

nav a:hover{
  scale: 1.05;
  color: rgb(31,77,87);
  transition: all 0.3s ease;
}
nav li:first-child :hover{
  background-color: white;
  scale: 1.0;
}


nav li:last-child :hover{
  color: white;
  scale: 1.05;
  transition: all 0.3s;
}

nav li:first-child{
  margin-right: auto;
}

nav button{
  text-decoration: none;
  background-color: rgb(31,77,87);
  padding: 10px 30px;
  border-radius: 4px;
  color: white;
  border: none;
  font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}


.sidebar button{
  background-color: #d89f90;
  border: none;
  color: white;
  margin-top: 40px;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  
}

.sidebar li{
  width: 100%;
}

.sidebar a{
  width: 100%;
}

.menu-button{
  display: none;
}

.bar{
  height: 45px;
  background-color: white;
}


.box{
  margin-top: 40px;

}
.box2{
  text-align: center;
  display: block;
  text-align: center;
  background-color: white;

}
.box button{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 5vmin;
  color: rgb(140,112,64);
  border-color: rgb(140,112,64);
  text-decoration: none;
  border: 2px solid rgb(140,112,64);
  border-radius: 5px;
  padding: 10px 20px;
  background-color: white;
}

.linkstitel{
  font-size: 30px;
  color: rgb(140,112,64);
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.element h2{

  padding-bottom: 30px;
  color: rgb(140,112,64);
  letter-spacing: 3px

}

/*main body*/
.contact a{
  font-size: 30px;
  padding-bottom: 30px;
  color: rgb(140,112,64);
  letter-spacing: 3px;
}
.contactmob a{
  display: none;
  font-size: 30px;
  padding-bottom: 30px;
  color: rgb(140,112,64);
  letter-spacing: 3px;
  text-align: center;
}
.element{
  width: 40%;
  display: flex;
  margin: auto;

  flex-direction: column;
  text-align: justify;
  margin-top: 0px;
  
  
}
.element p{
  font-size: 26px;
  line-height: 33px;
  
}

.box1 p{
  margin-top: 10px;
}

.boxbox {
  width: 100%;
  margin-top: 30px;
  display: flex;
  gap: 30px;
  padding-top: 40px;
  
}
.boxbox2{
  color:  rgb(31,77,87);
  margin-top: 40px;
}

/*contactform*/

.hero{
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left;
  width: 40%;
}

form{
  width: 90%;
  max-width: 600px;

  margin-bottom: 60px;

  
}

.input-group{
  margin-bottom: 37px;
  position: relative;
  
}
.input-group input, textarea{
  width: 100%;
  padding: 10px;
  outline: 0;
  border: 1px solid rgb(140,112,64);
  color:  rgb(140,112,64);
  background: transparent;
  font-size: 20px;
  
}



.input-group label{
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  color: rgb(140,112,64);
  cursor: text;
  font-size: 20px;
  transition: 0.2s;
  
}
.checkbox-container{
  display: flex;
  display: 80%;
  justify-content: center;
  padding-bottom: 20px;
  
}
.div{
  color: white;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

button{
  padding: 10px 20px ;
  font-size: 20px;
  outline: none;
  color: rgb(140,112,64);
  border: 1px solid rgb(140,112,64);
  margin: auto;
  cursor: pointer;
  background-color: white;
}

.input-group input:focus~label, .input-group input:valid~label, .input-group textarea:focus~label, .input-group textarea:valid~label{
  top:-35px;
  font-size: 14px;
}

.checkbox-container {
  margin: 40px;
}

.checkbox-contianer label{
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  word-spacing: 4px;
}


/*footer*/
.container5{
  background-color: rgb(31,77,87);
  
}
.footer{
  box-sizing: border-box;
  padding: 70px 0;
  background-color: rgb(31,77,87);
  width: 100%;
  
}

.containerfooter{
  max-width: 1170px;
  margin: auto;
}

.row-footer{
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  width: 30%;
  padding: 0 15px;
  font-weight: 500;
}

.footer-col h4{
  font-size: 18px;
  color: rgb(248,242,235);
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
}

.footer-col h4::before{
  content: '';
  position:absolute;
  bottom: -10px;
  background-color: rgb(140,112,64);
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul {
  list-style: none;
  text-decoration: none;
}

.footer-col ul li:not(:last-child){
  margin-bottom: 10px;

}

.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #ffffff;
  display: bo;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover{
  color: #ffffff;
  padding-left: 10px;
}

.footerBottom{
  height: 100%;
  text-align: center;
  color: #ffffff;
  background-color:rgba(46, 44, 49, 0.932);
}
.map{
  display: flex;
  overflow: hidden;
}

.credit{
  text-align: center;
  color: #ffffff;
}

.Locatie{
  color: #ffffff;
  line-height: 1.5;
}

.footer-col p{
  color: #ffffff;
  line-height: 1.5;
}


@media(max-width: 950px){
  .boxbox{
   flex-direction: column;
   align-items: center;
  }

  .hero{
    width: 90%;
    justify-content: center;
    align-items: center;
  }

  
}

@media(max-width: 432px){
  .contactmob a{
    display: block;
  }
  .contact{
    display: none;
  }
}

@media(max-width: 821px){
  .top{
    flex-direction: column;
  }
 
  
  .contactmob a{
  font-size: 25px;
  
}
  button{
    font-size: 15px;
  }

  
}

@media(max-width: 1093px){
  .hideOnMobile{
    display: none;

  }
  .menu-button{
    display: block;
  }
  .boxbox{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .form{
    width: 80%
  }
  .element{
    width: 90%;
  
  }
  .boxbox{
    flex-direction: column;
    align-items: center;
   }
 
   .hero{
     width: 90%;
     justify-content: center;
     align-items: center;
   }

  .element p{

    font-size: 22px;
    
  }

}
  nav a:hover{
    background-color: none;
    scale: 1.0;
  }

  @media(max-width:889px){
    .footer-col:last-child{
      width: fit-content;
    }
  }
  @media(max-width:430px){
    .footer-col:last-child{
      width: 80%;
    }
  }
  @media(max-width:550px){
    .footer-col {
      width: 40%;}
  }