@font-face {
  font-family: Chloe;
  src: url(/fonts/Chloe-Regular.otf);
}
@font-face {
  font-family: Garet;
  src: url(/fonts/Garet-Book.otf);
}
@font-face {
  font-family: Crayon;
  src: url(/fonts/DK-Crayon-Crumble.ttf);
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ede8e3;
  color: #39373c;
}
h1 {
  font-family: Chloe;
  font-size: clamp(4rem, 10vw, 5rem);
  text-align: center;
  margin-bottom: 1px;
  /* line-height: 0.2rem; */
}
h4 {
  color: #ede8e3;
  text-align: center;
  font-family: garet;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}
p {
  font-family: garet;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
}
/* navigation */
.mobile-nav-toggle {
  display: none;
}
.primary-header {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  align-items: center;
  background-color: #ede8e3;
  padding: 30px 0px;
  width: 100%;
  height: 1.875rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  /* animation: nav-load 600ms ease-in 400ms; */
}
.primary-navigation {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 100vw;
  height: 100%;
  padding: 0;
  margin: 0;
  justify-content: center;
  color: #39373c;
  gap: 40px;
}
.primary-navigation a {
  text-decoration: none;
  color: #39373c;
  font-family: Chloe;
  font-size: 23px;
  margin: 0px 12px 0px 12px;
}
.logo {
  background-color: #ede8e3;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  line-height: 160px;
  margin-top: -35px;
  text-align: center;
}
.dropdown-menu {
  display: none;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  position: absolute;
  top: 5;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  list-style: none;
  z-index: 1000;
  background-color: rgb(237, 232, 227);
  line-height: 60px;
}
.dropdown-menu a {
  text-decoration: none;
  color: #39373c;
  font-family: Chloe;
  font-size: 23px;
}
.dropdown-menu.open {
  display: flex;
}
.dropdown-icons {
  padding-top: 70px;
}
.dropdown-icons img {
  height: 50px;
}
/* navigation */
/* footer */
footer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.footer-container {
  display: flex;
  flex-direction: column;
  border-top: 30px solid #dbb383;
  /* border-bottom: 40px solid #0d4026; */
}
.footer-container h2 {
  color: #dbb383;
}
.footer-lightgreen {
  display: flex;
  flex-direction: row;
  height: 260px;
  background-color: rgb(54, 89, 62);
  padding: 30px 0px;
}
.footer-img {
  height: 140px;
}
.footer-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -35px;
  z-index: 1;
}
.socials {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}
.socials img {
  width: 2.4rem;
}
.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  list-style: none;
  text-decoration: none;
  font-family: garet;
  color: #ede8e3;
  line-height: 2.7rem;
  text-align: center;
  line-height: 1.9;
}
.menu a {
  list-style: none;
  text-decoration: none;
  color: #ede8e3;
}
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin: 50px 0px;
  border-right: 2px solid #0d4026;
  border-left: 2px solid #0d4026;
  line-height: 1.9;
}
.contact h2 {
  color: #dbb383;
  margin: -10px;
  font-size: 30px;
}
.contact p {
  font-family: garet;
  color: #ede8e3;
  line-height: 0.2;
}
.contact img {
  width: 1.6rem;
}
.copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  font-family: garet;
  background-color: #0d4026;
  color: #dbb383;
  padding-left: 0.5rem;
  padding-right: 9px;
  overflow: hidden;
}
.copyright :nth-child(1) {
  display: flex;
  flex-direction: row;
}
.copyright :nth-last-child(1) {
  padding-right: 12px;
}
.copyright a {
  text-decoration: none;
  color: #dbb383;
  font-family: garet;
  font-family: 0.7rem;
  padding-right: 9px;
}
.copyright div a {
  font-size: 11px;
  padding-right: 4px;
}
.copyright p {
  color: #ede8e3;
  font-size: 0.7rem;
}
.copyright button {
  background-color: #0d4026;
  cursor: pointer;
  font-family: garet;
  font-size: 0.7rem;
  color: #dbb383;
  border-style: none;
}
#route {
  background-color: #dbb383;
  height: 2rem;
  width: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ede8e3;
  font-family: garet;
  border-radius: 30px;
  margin-top: 1.4rem;
  padding: 4px;
}
.visitekaartje {
  position: fixed;
  padding: 0;
  margin: 0;
  background: none;
  border-style: none;
  max-width: 25%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-size: cover;
  max-height: auto;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  top: auto;
  left: 400px;
  animation: visite ease-in 1.7s;
}
.visitekaartje::backdrop {
  background: rgb(0 0 0 /0.4);
}
.visitekaartje div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  position: absolute;
  bottom: 5%;
  padding: 10px 0px 10px 80px;
  color: #ffd3db;
  line-height: 0.2;
}
.visitekaartje div p {
  font-size: 14px;
  color: #ffd3db;
}
.closeV {
  max-width: 8%;
  background: none;
  border-style: none;
  position: absolute;
  top: 2px;
  left: 2px;
}
.visitekaartje img {
  max-width: 100%;
  max-height: auto;
  object-fit: cover;
}
/* footer */
@media (max-width: 37.5rem) {
  /* navigation responsive*/
  .primary-header {
    height: 0.6rem;
  }
  .primary-navigation li:nth-child(2) {
    position: absolute;
  }
  .primary-navigation li:nth-child(1) {
    display: none;
  }
  .primary-navigation li:nth-child(3) {
    display: none;
  }
  .mobile-nav-toggle {
    display: block;
    position: absolute;
    z-index: 9999;
    background: url("/images/icons/nav/menu.svg");
    background-size: cover;
    width: 3rem;
    top: 1.2rem;
    border: 0;
    right: 2rem;
    aspect-ratio: 1;
  }
  .mobile-nav-toggle.xmark {
    display: block;
    position: absolute;
    z-index: 9999;
    background: url("/images/icons/nav/kruisje.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.3rem;
  }
  /* navigation responsive */
  /* footer responsive*/
  .footer-lightgreen {
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 70px 0px;
  }
  .menu,
  .contact,
  .socials {
    height: 100%;
    width: 60%;
    align-items: center;
    justify-content: center;
    border-right: none;
    border-left: none;
  }
  .contact p {
    line-height: 0;
  }
  .contact {
    border-top: 2px solid #0d4026;
    border-bottom: 2px solid #0d4026;
    padding: 3rem 5rem;
  }
  .container :nth-child(1) {
    display: none;
  }
  .logo {
    width: 120px;
    height: 120px;
  }
  .visitekaartje {
    max-width: 100%;
    left: 0px;
  }
  .bel {
    right: 9rem;
  }
  /* footer responsive*/
}
@media (max-width: 56rem) {
  .visitekaartje {
    max-width: 100%;
    right: 0px;
  }
}
@keyframes visite {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(1px);
    opacity: 1;
  }
}
