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

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;
}

/*body*/

.box{
  margin-top: 70px;

}
.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;
}


.mainbody{
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
}


  
.element{
  width: 80%;
  display: flex;
  margin: auto;
  margin-bottom: 20px;
  /*border: 2px solid rgb(140,112,64);*/
  flex-direction: column;
  text-align: justify;
}


.element p{
  font-size: 26px;
}

.line {
  width: 420px;
  height: 2px;
  background-color: rgb(140,112,64);
  margin-top: 30px;
  border-radius: 3px;
  margin: auto;
}

.linemob {
  width: 200px;
  height: 2px;
  background-color: rgb(140,112,64);
  margin-top: 30px;
  border-radius: 3px;
  margin: auto;
  display: none;
}

.box{
  background-color: rgb(248,242,235)
  ;
}

/*table*/
.mainbox{
  width: 60%;
}
.mainbox table{
  margin: auto;
  width: 100%;
  background-color: rgb(140,112,64);
  font-size: 20px;
}
.tablebox{
  background-color: white;
  padding-bottom: 40px;
}

.probeer{
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  justify-content: center;
  flex-wrap: wrap;
}

table{
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*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;
}

/*mobiel*/
@media(max-width:780px){
  .element{
    width: 95%;
    align-items: center;
  }
  .element p{
    width: 96%;
  }
  .mainbox{
    width: 95%;
  }

}
@media(max-width:889px){
  .footer-col:last-child{
    width: fit-content;
  }
  .element p{
    font-size: 15px;

  }h1{
    font-size: 15px;
  }
  .tablebox td{
    font-size: 15px;
  }
}
@media(max-width:430px){
  .footer-col:last-child{
    width: 80%;
  }
}

@media(max-width:419px){
  .line{
    display: none;
  }
  .linemob{
    display: block;
  }

}

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

  }
  .menu-button{
    display: block;
  }

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

  @media(max-width:550px){
    .footer-col {
      width: 40%;}
  }