/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
@import 'https://unpkg.com/open-props';
@import 'https://unpkg.com/open-props/normalize.min.css';
@font-face {
  font-family: "Ramsey Test";
  src: url("../fonts/Ramsey-Regular.woff2") format("woff2"), url("../fonts/Ramsey-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #2b2b2b;
}

h1 {
  color: white;
  font-family: "Ramsey Test";
  font-size: 40px !important;
  margin-top: 3rem !important;
}

h3 {
  color: white;
  font-family: "Ramsey Test";
  font-size: 30px;
  margin-bottom: -10px;
  margin-top: 10px;
}

h2 {
  color: white;
  font-family: roboto;
  font-size: 20px;
}

p {
  color: white;
  font-family: roboto;
}

/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-logo {
  height: 50px;
}

.navbar {
  background-color: white;
}

.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
  margin-top: 3rem;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
  color: black;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

.nav-link {
  font-family: roboto;
  color: black !important;
}
.nav-link:hover {
  font-weight: bold;
  text-decoration: underline;
}

.active {
  font-weight: bold;
  text-decoration: underline;
  color: black;
}

.MadeBy {
  color: black !important;
  margin-top: 2rem;
  font-size: 10px;
}

.smaller-iframe {
  padding: 0;
  position: relative;
  width: 100%; /* Adjust the width as needed */
  padding-bottom: 53.6%; /* Adjust the aspect ratio for a smaller size */
}

.smaller-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-bottomvid {
  margin-top: 10px;
}

.c-knopje {
  background-color: white;
  border: none;
  font-family: "Ramsey Test";
  color: black;
}
.c-knopje:hover {
  background-color: #0b5ed7;
}
.c-knopje__intro {
  width: 300px;
  height: 50px;
  border-radius: 15px;
  font-size: 20px;
  margin-top: 1rem;
}

.title {
  height: 35px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .col-lg-4 {
    flex-basis: 100%; /* Reset to full width */
    max-width: 100%;
  }
  .smaller-iframe {
    flex-basis: 50%; /* Make them take up 50% of the width */
    max-width: 50%; /* Ensure they occupy half the width */
    height: 400px;
  }
  /* Set a fixed height for the iframes */
  iframe {
    height: 100%; /* You can adjust the height as needed */
  }
}
@media (max-width: 576px) {
  .smaller-iframe {
    width: 95%;
    margin-top: 10px;
  }
}
.media-scroller {
  --_spacer: var(--size-3);
  display: grid;
  gap: var(--_spacer);
  grid-auto-flow: column;
  grid-auto-columns: 21%;
  padding: 0 var(--_spacer) var(--_spacer);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.media-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px !important; /* Adjust the margin as needed */
}

.media-scroller--with-groups {
  grid-auto-columns: 80%;
}

.media-group {
  display: grid;
  gap: var(--_spacer);
  grid-auto-flow: column;
}

.media-element {
  display: grid;
  grid-template-rows: min-content;
  gap: var(--_spacer);
  padding: var(--_spacer);
  background: var(--surface-2);
  border-radius: var(--radius-2);
  background-color: transparent;
}
.media-element:last-child {
  margin-right: 0; /* Remove margin from the last element */
}

.media-element iframe {
  width: 100%;
  height: 130px;
}

.media-element > img {
  inline-size: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-links {
  color: white;
}
.c-links:hover {
  color: white;
  font-weight: bold;
}

.gallery {
  display: flex;
}
.gallery-images {
  margin-right: 1rem;
  margin-top: 1rem;
}
.gallery-images:hover {
  transition: 0.5s;
  transform: scale(1.1);
}

.c-foto__container {
  position: relative;
  min-height: 100vh;
  background: #ddd;
}

.c-fotos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding: 10px;
}
.c-fotos__foto {
  height: 250px;
  width: 350px;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.c-fotos__foto--img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s linear;
}
.c-fotos__foto--img:hover {
  transform: scale(1.1);
}

.popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.popup-image span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
}

.popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 5px;
  height: 900px;
  width: 1500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .popup-image img {
    width: 95%;
    height: 95%;
  }
}
.c-bedankt {
  text-align: center;
  margin-top: 15rem;
}

.c-backbutton {
  max-width: 200px;
  align-items: center;
  margin-bottom: 15rem;
}

.c-form {
  max-width: 80%;
}

.c-intro__links {
  margin-top: auto;
  margin-bottom: auto;
}
.c-intro__title {
  font-size: 25px !important;
  margin-bottom: -2rem;
  margin-top: 3rem !important;
  font-family: "Ramsey Test";
}
.c-intro__text {
  font-size: 60px !important;
}
.c-intro__img {
  margin-top: 4rem;
}

.c-nieuwstevid {
  margin-top: 3rem;
}
.c-nieuwstevid__title {
  margin-top: 0 !important;
  font-size: 40px !important;
  font-family: "Ramsey Test";
}
.c-nieuwstevid__text {
  font-family: "Ramsey Test";
  text-align: left;
}
.c-nieuwstevid__rechts {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2rem;
  margin-right: -2rem;
}

@media (max-width: 992px) {
  .c-intro__links {
    text-align: center;
  }
  .c-intro__rechts {
    text-align: center;
  }
  .c-nieuwstevid__rechts {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .c-nieuwstevid__text {
    text-align: right;
  }
}
/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/