/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes scaleUp {
  0% {
    transform: translate(-49.98%, 0) scale(0);
    /* Initial scale */
    opacity: 0;
    /* Initial opacity */
  }
  100% {
    transform: translate(-49.98%, 0) scale(1);
    /* Final scale */
    opacity: 1;
    /* Final opacity */
  }
}
@keyframes scaleUpItem {
  0% {
    transform: scale(0);
    /* Initial scale */
    opacity: 0;
    /* Initial opacity */
  }
  100% {
    transform: scale(1);
    /* Final scale */
    opacity: 1;
    /* Final opacity */
  }
}
@keyframes fadeIn {
  0% {
    /* Initial scale */
    opacity: 0;
    /* Initial opacity */
  }
  100% {
    /* Final scale */
    opacity: 1;
    /* Final opacity */
  }
}
@keyframes scaleUp {
  0% {
    transform: translate(-49.98%, 0) scale(0);
    /* Initial scale */
    opacity: 0;
    /* Initial opacity */
  }
  100% {
    transform: translate(-49.98%, 0) scale(1);
    /* Final scale */
    opacity: 1;
    /* Final opacity */
  }
}
@keyframes scaleUpItem {
  0% {
    transform: scale(0);
    /* Initial scale */
    opacity: 0;
    /* Initial opacity */
  }
  100% {
    transform: scale(1);
    /* Final scale */
    opacity: 1;
    /* Final opacity */
  }
}
@keyframes fadeIn {
  0% {
    /* Initial scale */
    opacity: 0;
    /* Initial opacity */
  }
  100% {
    /* Final scale */
    opacity: 1;
    /* Final opacity */
  }
}
.circle {
  position: absolute;
  background-size: contain;
  width: 3000px;
  height: 2500px;
  top: -2080px;
  left: 50%;
  background: rgb(37, 215, 215);
  border-radius: 50%;
  background-size: cover;
  transform: translate(-49.98%, 0);
  animation: scaleUp 1s ease forwards;
  opacity: 1;
  z-index: -1;
  box-shadow: 0px 3px 15px rgba(30, 183, 183, 0.2);
}
@media screen and (max-width: 1040px) {
  .circle {
    top: -2100px;
  }
}
@media screen and (max-width: 840px) {
  .circle {
    left: 30%;
    top: -2170px;
  }
}
@media screen and (max-width: 600px) {
  .circle {
    width: 1130px;
    height: 1130px;
    flex-shrink: 0;
    top: -850px;
  }
}
@media screen and (max-width: 480px) {
  .circle {
    top: -910px;
    left: 20%;
  }
}

header {
  position: relative;
  margin: 0 auto;
  max-width: 2000px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Responsive navigation menu */
}
@media screen and (max-width: 600px) {
  header {
    min-height: 280px;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  header {
    min-height: 230px;
  }
}
header nav {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 60px;
  justify-content: space-between;
}
header nav .logo {
  width: 17%;
  height: 17%;
  position: relative;
  top: -30px;
  left: 20px;
  opacity: 0;
  animation: scaleUpItem 1s ease forwards;
}
header nav .logo img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  header nav .logo {
    width: 150px;
    top: -25px;
  }
}
@media screen and (max-width: 900px) {
  header nav .logo {
    width: 150px;
    top: -25px;
  }
}
@media screen and (max-width: 840px) {
  header nav .logo {
    width: 16%;
    min-width: 84px;
    top: -10px;
  }
}
header nav ul {
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
header nav ul li a {
  display: block;
  color: rgb(78, 28, 112);
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  header nav ul li a {
    padding: 14px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  header nav ul li a {
    padding: 14px 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 330px) {
  header nav ul li a .no-mobile {
    display: none;
  }
}
header nav ul li a:hover {
  color: rgb(78, 28, 112);
  text-decoration: underline;
}
header nav ul li a.active {
  color: rgb(78, 28, 112);
}
@media screen and (max-width: 600px) {
  header nav ul li {
    display: block;
  }
  header nav ul li a {
    text-align: left;
  }
}
header .headings {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 840px) {
  header .headings {
    margin: 0;
    align-items: flex-start;
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  header .headings {
    padding: 20px;
  }
}
header .headings h1 {
  font-family: "Open Sans";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  text-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 840px) {
  header .headings h1 {
    font-size: 42px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  header .headings h1 {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  header .headings h1 {
    font-size: 22px;
  }
}
header .headings h2 {
  color: rgb(78, 28, 112);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 840px) {
  header .headings h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  header .headings h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  header .headings h2 {
    font-size: 16px;
  }
}

.scroll-downs {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}
@media screen and (max-width: 1040px) {
  .scroll-downs {
    display: none;
  }
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid rgb(37, 215, 215);
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: rgb(37, 215, 215);
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
      "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
      "Source Han Sans CN", sans-serif;
}

body {
  margin: 0;
  font-family: Open Sans, var(--default-font-family);
  background-color: rgba(37, 215, 215, 0.1);
  background: linear-gradient(90deg, rgba(37, 215, 215, 0.2) 0%, rgba(163, 250, 250, 0.1) 54%, rgba(37, 215, 215, 0.2) 100%);
  font-size: 18px;
  color: #2a2a2a;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  max-width: 100vw;
  overflow: hidden;
}

p,
a,
ul,
li,
h1,
h2,
h3 {
  margin: 0;
  line-height: 1.5;
}

ul {
  list-style-position: outside;
  padding-left: 20px;
}
ul li {
  line-height: 2;
}
@media screen and (max-width: 840px) {
  ul li {
    line-height: 1.6;
  }
}

h2 {
  color: rgb(78, 28, 112);
  font-size: 44px;
  margin-bottom: 10px;
}
@media screen and (max-width: 840px) {
  h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

h3 {
  color: rgb(78, 28, 112);
  font-size: 24px;
  margin: 20px 0 10px 0;
}
@media screen and (max-width: 840px) {
  h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.visible {
  opacity: 1 !important;
}

.hide {
  opacity: 0 !important;
  transition: opacity 1s ease;
}

.mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .mobile {
    display: block;
  }
}

.mobile-hidden {
  display: block;
}
@media screen and (max-width: 700px) {
  .mobile-hidden {
    display: none;
  }
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px 0 40px;
}
@media screen and (max-width: 600px) {
  main {
    padding: 0 20px 20px 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding: 0 20px;
  }
}

section {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  section {
    margin-bottom: 40px;
  }
}

section.intro {
  display: flex;
  align-items: center;
  opacity: 0;
  animation: fadeIn 2s ease forwards;
  animation-delay: 1.5s;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  section.intro {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
section.intro .centre {
  display: flex;
  flex-direction: column;
  width: 50%;
  font-size: 22px;
  padding-right: 40px;
  padding-top: 40px;
}
section.intro .centre b {
  color: rgb(78, 28, 112);
}
@media screen and (max-width: 1040px) {
  section.intro .centre {
    font-size: 20px;
    padding-top: 50px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 840px) {
  section.intro .centre {
    font-size: 16px;
    padding-top: 0;
    padding-right: 20px;
    width: 550%;
  }
}
@media screen and (max-width: 600px) {
  section.intro .centre {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  section.intro .centre {
    width: 100%;
  }
}
section.intro .header-img {
  transition: opacity 1s ease;
  width: 100%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.08);
  width: 47%;
}
@media screen and (max-width: 840px) {
  section.intro .header-img {
    padding: 0;
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  section.intro .header-img {
    display: none !important;
  }
}

section.expertises {
  width: 100%;
}
@media screen and (min-width: 700px) {
  section.expertises {
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
}
section.expertises .row {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 700px) {
  section.expertises .row {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px;
    grid-template-areas: "." "." ".";
  }
}
section.expertises .row .box {
  font-style: italic;
  background-color: #FFFFFF;
  padding: 0 20px 20px 20px;
  border-radius: 5px;
  border-radius: 0 0 50px 0;
  flex: 1 0 auto;
  justify-content: space-between;
}
section.expertises .row .box:nth-of-type(3) {
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  section.expertises .row .box {
    width: 100%;
  }
}
section.expertises .row .box:before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url(../assets/images/check.svg);
  background-size: 46px 46px;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -10px;
  left: 80%;
}
@media screen and (max-width: 840px) {
  section.expertises .row .box:before {
    left: 90%;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}
section.expertises .content {
  padding: 20px;
  transition: max-height 0.2s ease-out;
  background-color: #FFFFFF;
  border-radius: 0 0 50px 0;
  position: relative;
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 480px) {
  section.expertises .content {
    -moz-column-count: 1;
         column-count: 1;
  }
}
section.expertises .content:after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../assets/images/check.svg);
  background-size: 36px 36px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: -20px;
}
section.expertises .content ul {
  font-style: italic;
}

@media screen and (min-width: 700px) {
  section.ingenieurenkaart {
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
}
section.ingenieurenkaart span {
  color: rgb(37, 215, 215);
}
section.ingenieurenkaart .box {
  padding: 30px;
  background-color: #FFFFFF;
  width: 100%;
  position: relative;
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 840px) {
  section.ingenieurenkaart .box {
    padding: 20px;
  }
}
section.ingenieurenkaart .box p:first-of-type {
  padding-right: 150px;
}
@media screen and (max-width: 840px) {
  section.ingenieurenkaart .box p:first-of-type {
    padding-right: 120px;
  }
}
@media screen and (max-width: 600px) {
  section.ingenieurenkaart .box p:first-of-type {
    padding-right: 20px;
  }
}
section.ingenieurenkaart .box .ingenieurenkaart {
  position: absolute;
  width: 120px;
  right: -40px;
  top: -40px;
}
@media screen and (max-width: 1200px) {
  section.ingenieurenkaart .box .ingenieurenkaart {
    right: 20px;
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  section.ingenieurenkaart .box .ingenieurenkaart {
    width: 50px;
    top: -40px;
    right: 10px;
  }
}
@media screen and (max-width: 400px) {
  section.ingenieurenkaart .box .ingenieurenkaart {
    width: 40px;
    top: 20px;
    right: -14px;
  }
}
section.ingenieurenkaart .row {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  section.ingenieurenkaart .row {
    flex-direction: column;
    gap: 0;
  }
}
section.ingenieurenkaart .row .kenmerk {
  display: flex;
  align-items: center;
  width: 45%;
  font-style: italic;
  height: 50px;
}
@media screen and (max-width: 500px) {
  section.ingenieurenkaart .row .kenmerk {
    width: 100%;
  }
}
section.ingenieurenkaart .row .kenmerk:before {
  content: "";
  display: inline-block;
  min-width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-image: url(../assets/images/check-bullet.svg);
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  section.ingenieurenkaart .row .kenmerk:before {
    min-width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

section.over-erik-knol {
  border: 2px solid rgb(37, 215, 215);
  width: 100%;
  padding: 30px;
  border-radius: 0 0 50px 0;
  background-image: url(../assets/images/erik-knol2.png);
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media screen and (min-width: 700px) {
  section.over-erik-knol {
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
}
@media screen and (max-width: 840px) {
  section.over-erik-knol {
    padding: 20px;
    background-size: 200px;
  }
}
@media screen and (max-width: 700px) {
  section.over-erik-knol {
    background: none;
  }
}
section.over-erik-knol h2 {
  color: rgb(37, 215, 215);
}
section.over-erik-knol p {
  padding-right: 300px;
}
@media screen and (max-width: 1200px) {
  section.over-erik-knol p {
    padding-right: 300px;
  }
}
@media screen and (max-width: 900px) {
  section.over-erik-knol p {
    padding-right: 250px;
  }
}
@media screen and (max-width: 700px) {
  section.over-erik-knol p {
    padding: 0;
  }
}
section.over-erik-knol img {
  width: 100px;
}
section.over-erik-knol .box {
  display: flex;
}
@media screen and (max-width: 700px) {
  section.over-erik-knol .box {
    flex-direction: column;
    align-items: center;
  }
}
section.over-erik-knol .box img {
  max-width: 160px;
  width: 50%;
  height: 50%;
  margin-bottom: 20px;
}
section.over-erik-knol .mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  section.over-erik-knol .mobile {
    display: block;
    -webkit-clip-path: circle(50%);
            clip-path: circle(50%);
    border-radius: 50%;
    border: 2px solid rgb(37, 215, 215);
  }
}

footer {
  background-color: rgb(78, 28, 112);
  width: 100%;
  min-height: 200px;
  padding: 20px 0 25px 0;
}
footer .container {
  max-width: 1200px;
}
footer h2,
footer p {
  color: #FFF;
}
footer p {
  line-height: 2;
}
footer a {
  color: #FFF !important;
}
footer .row {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  footer .row {
    flex-direction: column;
    align-items: left;
  }
}
footer .row .box {
  width: 50%;
}
@media screen and (max-width: 500px) {
  footer .row .box {
    width: 100%;
  }
}
footer .row .gegevens {
  width: 100%;
  padding: 40px;
}
footer .row .gegevens .social {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
footer #map {
  background-color: rgb(78, 28, 112);
  aspect-ratio: 1/1;
  display: block;
  height: 451px;
  padding: 40px;
}
@media screen and (max-width: 800px) {
  footer #map {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  footer #map {
    display: none;
  }
}

/* Stijl voor de popup */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(37, 215, 215, 0.9);
  font-weight: normal;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 500px) {
  .cookie-banner {
    font-size: 13px;
  }
}

.close {
  height: 42px;
  width: 42px;
  background: none;
  color: rgb(78, 28, 112);
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .close {
    height: 32px;
    width: 32px;
    line-height: 0;
    margin-left: 10px;
  }
}