:root {
  /* color type A */
  --red_color: rgb(247, 110, 143);

  --orange_color: #f9b867;
}
/* UTILITIES */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Source Sans 3", sans-serif;
}

/* font-family: 'Fredoka', sans-serif;
font-family: 'Source Sans 3', sans-serif; */
h1,
h2 {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.sitetitle h1 {
  font-size: 4rem;
  color: var(--red_color);
  margin-bottom: 0;
}
.sitetitle h3 {
  margin: 0;
}
.sitetitle span {
  font-size: 2rem;
  color: var(--orange_color);
  position: relative;
}
.sitetitle span::after {
  display: none;
  content: "";
  position: absolute;
  left: -60px;
  bottom: -100px;
  background: url(img/karlpijl2.svg) no-repeat;
  width: 300px;
  height: 100px;
  background-size: contain;
}
h2 {
  font-size: 2.6em;
  color: var(--red_color);
  margin-bottom: 1rem;
}
h3 {
  margin: 0;
  margin-top: 0.5em;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
img,
video {
  width: 100%;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
}

/* NAVBAR STYLING STARTS */
.navbar {
  padding: 16px;
  background-color: var(--red_color);

  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}

.nav-links a {
  color: #fff;
  font-weight: 700;
}

/* NAVBAR MENU */
.menu {
  display: flex;
  justify-content: space-evenly;
  gap: 1em;
  font-size: 18px;
}

.menu li a:hover {
  background-color: var(--orange_color);
  border-radius: 5px;
}

.menu li a {
  padding: 5px 14px;
}

/* DROPDOWN MENU */
.services {
  position: relative;
}

.dropdown {
  background-color: rgba(var(--red_color), 0.8);

  padding: 1em 0;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}

.dropdown li + li {
  margin-top: 10px;
}

.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}

.dropdown li:hover {
  background-color: var(--orange_color);
}

.services:hover .dropdown {
  display: block;
}

/* RESPONSIVE NAVBAR MENU STARTS */

/* CHECKBOX HACK */

input[type="checkbox"] {
  display: none;
}

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 32px;
  user-select: none;
  line-height: 1;
}

section {
  padding: 64px 0 0 0;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px;
}

.duitsejuf .container {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;

  min-height: 750px;
}

.tekstblok {
  max-width: 560px;
  margin: auto;
  flex: 1 1 auto;
}
section.duitsejuf {
  /* padding-top:100px; */
  padding-bottom: 0;
  padding-top: 0;
}
.duitsejuf_list {
  padding-top: 32px;
}
.duitsejuf li {
  list-style: disc;
  font-size: 1.2em;
  font-style: italic;
}
.duitsejuf_column1 {
  flex: 1 1 360px;
  padding-bottom: 100px;
}
.duitsejuf_column2 {
  flex: 1 1 360px;
  align-self: flex-end;
}
.franzis h2 {
  color: white;
}
.franzis p {
  font-size: 1.2em;
}
.franzis {
  min-height: 800px;
  margin-top: -110px;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
.franzis .container {
  margin: 0 auto;
  padding-top: 0;
}
.franzis > img {
  display: block;
}
.franzis_columns {
  display: flex;
  flex-wrap: wrap;
}
.franzis_bcolor {
  background-color: var(--red_color);
}
.franzis .tekstblok {
  max-width: 680px;
}
.franzis_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding-bottom: 32px;
}
.franzis_gallery a {
  flex: 0 1 140px;
  max-width: 200px;
  border-radius: 16px;
  overflow: hidden;
}
.franzis_gallery a:hover {
  cursor: zoom-in;
}
.franzis_gallery a img {
  display: block;
}
.pretzel {
  flex: 0 0 180px;
}
.lessen {
  padding-top: 150px;
}
.lessen .container {
  display: flex;
  flex-wrap: wrap;

  padding-top: 0;
  align-content: end;
  align-items: flex-end;

  margin-top: -80px;
}
.lessen .container_dvdv {
  align-items: flex-start;
  margin-top: 100px;
}

.lessen figure {
  flex: 0 1 320px;
}
.karlhatfragen {
  max-width: 300px;
  max-width: 300px;
  margin-left: auto;
  /* width: 100px; */
  display: block;
  margin-top: -169px;
  position: relative;
  z-index: 1;
}
.recensies {
  position: relative;
  /* height: 0;
  padding-bottom: 50%; */
  min-height: 500px;
  font-style: italic;
}
.recensies::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(img/bgblob.svg) center no-repeat;
  background-size: cover;
  top: 6%;
  left: 0;
  width: 100%;
  height: 87%;
}
.recensies h2 {
  text-align: center;
}
.recentie_afzender {
  font-weight: 700;
}
.recencies_columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.recentie {
  flex: 1 1 340px;
}
.recentie > p::before {
  content: "";
  background: url(img/quotes.svg) no-repeat;
  display: inline-block;
  height: 40px;
  width: 40px;
  /* margin-left: -50px; */
  margin-bottom: -4px;
  padding-right: 16px;
  background-size: contain;
}
.hond {
  max-width: 350px;
  height: 0;
  padding-bottom: 320px;
  margin-top: -33px;
}
.pers .container {
  padding-top: 0;
}
.pers h2 {
  text-align: center;
}
.persitems {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.persitem__item {
  flex: 0 1 300px;
  border-bottom: 2px dashed;
}
.persitem__item:hover img {
  opacity: 0.7;
}
/* .persitem__item:hover {
  background-color: var(--red_color);
} */
.contact h2 {
  text-align: center;
}

.contactkolommen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* align-items: flex-end; */
  flex-direction: row-reverse;
}
.contactformulier {
  /* margin: 0 auto;
  margin-top: 64px; */
  flex: 0 1 500px;
}
.contactkolommen figure {
  flex: 0 1 300px;
}
.contactgegevens {
  flex: 1 1 200px;
  margin-left: 24px;
}
.formbutton {
  background-color: var(--red_color) !important;
  border-radius: 0.5em !important;
}
.logo_oldambt img {
  height: 80px;
  width: auto;
  background-color: white;

  padding: 16px;
  border-radius: 8px;
}
/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
  .navbar {
    width: auto;
    background-color: var(--red_color);
  }
  .menu {
    display: none;
    position: absolute;
    background-color: var(--red_color);
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  }

  .menu li:hover {
    display: inline-block;
    background-color: var(--orange_color);
  }

  .menu li + li {
    margin-top: 12px;
  }

  input[type="checkbox"]:checked ~ .menu {
    display: block;
  }
  input[type="checkbox"]:checked ~ .hamburger {
    font-size: 0;
  }
  input[type="checkbox"]:checked ~ .hamburger::before {
    content: "X sluit menu";
    font-size: 1rem;
    width: 100vw;
    display: block;
    text-align: right;
  }
  .hamburger {
    display: block;
  }

  .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }

  .dropdown li:hover {
    background-color: #4c9e9e;
  }
}

@media (min-width: 768px) {
  .sitetitle span::after {
    display: block;
  }
  section.duitsejuf {
    padding-top: 64px;
  }
  .franzis {
    margin-top: -13vw;
  }
  .franzis_columns {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .medaille {
    margin-top: 100px;
  }
}
@media (min-width: 1100px) {
  .franzis {
    margin-top: -210px;
  }
}

.headerorange {
  color: var(--orange_color);
}
.modal-content h2 {
  margin: 0.2em 0;
}
/* The Modal (background) */
.modal {
  /* display: none;  */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  max-width: 900px;
  border-radius: 40px;
}
.modal-content p {
  font-size: 1.2em;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
