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

body{
  background-color:rgb(227,209,191);
  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: 50px;
  background-color: rgb(227,209,191);
}

/*titel*/
.titel{
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;

}

.mobilefoto{
  margin-bottom: 20px;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}


.container img{
  display: none;
  max-width: 100%;
  width: 350px;
  
}

.box{
  text-align: center;
  display: block;
  margin: auto;
}
.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: rgb(227,209,191);
}


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

.patient1 img{
  padding-bottom: 10px;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding-top: 80px;
  padding-left: 50px;
  overflow: hidden;
  max-width: 490px;

  }


.patient1-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: justify;
  text-decoration:solid;
  width: 55%;
  color: black;


}

.patient1 h1{
  text-shadow: 1px 1px 2px rgb(31,77,87);

}

.patient1-content p {
  padding-top: 40px;
  padding-bottom: 0px;
  width: 90%;
  font-size: 20px;
  font-size: 25px;

}

.patient1-content s{
  color:  rgb(140,112,64);
}

.list{
  line-height: 30px;
  text-align: left;
}

/*drop down*/
.patient1-content button{
 margin-top: 50px;
 border: none;
 background-color: rgb(227,209,191);
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 color: rgb(140,112,64);
 padding-bottom: 0px;
  width: 90%;
  text-align: left;
  padding-bottom: 20px;
  font-size: 20px;
}
.main{
  width: 50%;
  line-height: 49px;
  margin-bottom: 40px;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 1px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: rgb(227,209,191);
  border: 1px solid rgb(140,112,64);
}


.hide{
  display: none;
}

.main table{
  margin: auto;
  width: 80%;
  background-color: rgb(140,112,64);
  font-size: 20px;
}

.tablebox{
  background-color: white;
  padding-bottom: 40px;
}

.maintext{
  background-color: white;
  
}

.maintext p{
  margin-left: 10px;
  
}

.subtext{
  margin-left: 20px;
}

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

.filling{
  width: 360px;
  margin-left: 45px;
}


/*Final text box*/
.finalbox{
  display: flex;
  background-color: white;
  width: 100%;
}

.finaltext{
  padding-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  justify-content: center;
  height: auto;
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: justify;
  text-decoration:solid;
  flex-wrap: wrap;
  display: block;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}




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

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

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

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



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

.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: 1371px){
  .container img{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .patientfoto img{
    display: none;
  }
  
}



@media(max-width:1371px){
  .flexbox{
    flex-direction: column-reverse;
    margin-bottom: 0PX;
    padding-top: 0px;
  }
  .patient1-content{
    width: 95%;
  }

  .patient1-content button{
    padding-left: 0px;
    text-align: center;
  }

  .patient1-content p {
    width: 96%;
  }
  
  .main{
    padding-left: 0px;
    margin-left: 0px;
    margin: auto;
    width: 77%;
    margin-bottom: 40px;
  }

  .list p{
    text-align: center;
    line-height: 40px;
  }

  .mainbox{
    margin-left: 0px;
  }

  .patient1 img{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .patient2 .theimage{
    padding-left: 0px;
  }

  .patient2 img{
    padding-bottom: 0px;
  }

  .patient2-content .list{
    padding-left: 0px;
  }

  .patient2-content {
    width: 80%;
  }
  .patient2-content p{
    padding-left: 0px;
    padding-right: opx;
  }
  .finaltext{
    width: 85%;
  }
}


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

  }
  .menu-button{
    display: block;
  }

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

  @media(max-width: 666px){
    .main{
      width: 90%;
    }

  }
 


  @media(max-width:889px){
    .footer-col:last-child{
      width: fit-content;
    } 
    .patient1-content button{
    font-size: 16px;
  }
  }
  @media(max-width:430px){
    .footer-col:last-child{
      width: 80%;
    }

    .patient1-content p {
      font-size: 15px;
    }

    button{
      align-items: left;
    }

    .main{
      font-size: 15px;
    }
    .tablebox td{
      font-size: 15px;
      width: 100%;
    }
  }
  


  @media(max-width: 480px){
    .mobilefoto{
      padding-top: 0px;
    }
  }

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