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

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

.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%;
  max-height: 100%;
  min-height: 52px;
}

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

nav img{
  height: 100%;
}

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: 52px;
  background-color:  rgb(248,242,235);
}


/*titel*/
.titel{
  margin-top: 40px;
}

.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(248,242,235);
}

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

.patient1 img{
  padding-bottom: 20px;
  margin-top: 20px;
  max-width: 370px;
  margin-bottom: 25px;
  width: 100%;
  padding-bottom: 20px;
  }


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

}

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

.patientfoto {
  margin-bottom: 40px;
}

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

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

/*2*/
.flexbox{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.patient2 {
  padding-top: 30px;
  background-color:rgb(227,209,191);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  justify-content: center;
  height: auto;
}

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

.patient2 img{
  padding-bottom: 20px;
  margin-top: 90px;
  max-width: 500px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
  
}

.patient2-content {
  color: black;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: justify;
  text-decoration:solid;
  width: 60%;
  flex-wrap: wrap;
  display: block;
  margin: auto;
}


.patient2 h1{
  text-shadow: 1px 1px 2px rgb(31,77,87);
  text-align: justify;
}

.patient2-content p {
  color:   rgb(0, 0, 0);
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 0px;
  width: 96%;
  font-size: 25px;
}

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

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


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




/*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;
  font-size: 13px;
}

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

}

.footer-col ul li a{
  font-size: 13px;
  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;
}



/*Mobile*/
@media(max-width:1422px){
  .flexbox{
    flex-direction: column-reverse;
    margin-bottom: 0PX;
    padding-top: 0px;
  }

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

  .footer-col {
    width: 40%;}
    
  .patient2-content p{
    font-size: 15px;
  }

  .finaltext p{
    font-size: 15px;
  }

  .patient1-content{
    width: 95%;
      }

  .patient1-content p {
    width: 96%;
  }
  .footer-col h4{
    color: white;
  }

  .list p{
    text-align: left;
    line-height: 40px;
    width: 100%;
  }

  .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: 95%;
  }
  .patient2-content p{
    padding-left: 6px;
    padding-right: 0px;
  }
  .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:889px){
    .footer-col:last-child{
      width: fit-content;
    }
  }
  @media(max-width:430px){
    .footer-col:last-child{
      width: 80%;
    }
  }
  