:root,
body {
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;}
@font-face {
    font-family: Libre Baskerville;
    src: url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');}
@font-face {
    font-family: Alike;
    src: url('https://.googleapis.com/css2?family=Alike&display=swap');}
#alike {
    font-family: 'Alike';}
#baskerville {
    font-family: "Baskerville", "Baskerville Old Face", "Times New Roman", serif;}
#titel {
    font-family: 'Libre Baskerville';}
.centered a {
    text-decoration: none;
    padding: 40px 30px;
    color: black;}
#active {
    color: #8D0C00;}
#navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 90px;
    background-color: #f7d9e0d5;
    padding: 4px;
    overflow: hidden;
    z-index: 100;
    top: -100px;
    transition: top .6s;}
#logo {
    width: 90px;}
.center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translate(-50%);}
.left {
    display: flex;
    flex-direction: row;
    justify-content: left;}
.right {
    display: flex;
    flex-direction: row;
    justify-content: right;}
.centered {
    text-align: center;}
p {
    margin: 0;}
f {
    font-family: 'Alike';}
.footer-list {
    margin: 0 auto;
    margin-bottom: 30px;}
.footer-list:last-of-type {
    margin-bottom: 0;}
.footer-list a {
    text-decoration: none;
    color: black;
    font-size: 24px;
    font-weight: bold;}
.map-text{
    font-size: 24px; 
    flex: 1; 
    padding: 16px;
    text-align: center;}
.map-text p,
.map-text div {
    margin-bottom: 20px;}
.buttonweb {
    margin: auto 0;
    margin-right: 32px;
    font-size: 16px;
    background-color: #70655A;
    text-decoration: none;
    padding: 16px 32px;
    color: white;
    border: none;
    border-radius: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;}
.mobile{
    display: flex; 
    flex-direction: column; 
    flex: 1;}
.footercontainer{
    padding: 0 16px;}
.middle{
    text-align: center;}
.mapcontainer{
    display: flex; 
    flex-direction: column; 
    padding-top: 3px;}
.contactIcon{
    justify-content: center;}
.about{
    padding: 20px 230px;
    text-align: center;

}
.button{
    margin: auto 0;
    /* margin-right: 32px; */
    font-size: 16px;
    background-color: #70655A;
    text-decoration: none;
    padding: 24px 24px;
    color: white;
    border: none;
    border-radius: 16px;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;}

#navul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#navul a:not(#active) {
  color: #0C0B0B;
}

#navul li {
  padding: 5px;
  margin-left: 10px;
}

#navul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.mobile-menu {
    list-style: none;
    text-decoration: none;
  display: none;
  position: fixed;
  top: 97px;
  left: 0;
  margin-top: 0;
  height: calc(100vh - 50px);
  width: 100%;
  padding-left: 0px;
}

.mobile-menu li a:not(#active, .button){
    color: #0C0B0B;
}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #f7d9e0;
  font-size: 32px;
  font-weight: bold;
}

.mobile-menu li {
  margin-bottom: 10px;
  padding: 2vh 0px;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 45px;
  height: 5px;
  background-color: #70655A;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 28px;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 6px);
  transform: rotate(-45deg) translate(-8px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

header a {
  text-decoration: none;
}

header {
    display: flex;
    background-color: #f7d9e0d5;
    width: 100%;
    height: 90px;
    justify-content: space-between;
}
.voorbehandelingcontainer{
    display: flex; 
    flex-direction: column; 
    gap: 32px; 
    width: 100%;
}
.nabehandelingcontainer{
    display: flex; 
    flex-direction: column-reverse; 
    gap: 32px; 
    width: 100%;
}
.voorimage{
    flex: 2; 
    width: 100%;
}
.naimage{
    flex: 2; 
    width: 100%;
}

.algemenevoorwaardenSection{padding: 64px;}
.avcontactinfo{font-weight: bold;}
.avparagraph{font-size: 24px;}

@media only screen and (max-width: 600px) {
  header nav {
    display: none;
  }

  #hamburger-icon{
    display: block;
    padding-right: 16px;
  }
  .buttonweb{
    display: none;
  }
  #navbar{
    background-color: #f7d9e0;
  }
  .about{
    padding: 16px;
  }
  #active {
    color: #8D0C00;}
    .footercontroller{
        font-size: 20px; flex: 1;
    }
    .algemenevoorwaardenSection{padding: 32px;}
    .avparagraph{font-size: 16px;}
}

@media (min-width: 600px) {
    .mobile {
        flex-direction: row;
    }
    .footercontainer{
        padding: 0 64px;
    }
    .middle{
        text-align: left;
    }
    .mapcontainer{
        gap: 64px;
        padding: 32px; 
        flex-direction: row; 
    }
    .map-text{
        font-size: 24px; 
        flex: 1; 
        padding: 64px;
        text-align: left;
    }
    .contactIcon{
        justify-content: unset;
    }
    #active {
    color: #8D0C00;}
    .footercontroller{
        font-size: 24px; 
        flex: 1;
    }
    .voorbehandelingcontainer{
        display: flex; 
        flex-direction: row; 
        gap: 32px; 
        width: 100%;
    }
    .nabehandelingcontainer{
        display: flex; 
        flex-direction: row; 
        gap: 32px; 
        width: 100%;
}
    .voorimage{
    flex: 2; 
    width: 66%;
    }
    .naimage{
    flex: 2; 
    width: 66%;
}
}