/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
body {
  font-family: "Fredoka", sans-serif;
  background-color: #fbe1b5;
  overflow-x: hidden;
}

header {
  background-color: #fbe1b5;
}
header p {
  font-size: 2rem;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
/* Programma js */
.svg-mask-img {
  width: 100%;
  aspect-ratio: 368/251;
  background-size: cover;
  background-position: center;
  mask-image: url("../img/artieste_svg.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../img/artieste_svg.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
.card {
  border: none;
}

.card-body {
  display: flex;
  flex-direction: column;
}
.card-body .c-artiesten__info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.card-body .c-artiesten__info p {
  margin: 0;
}

.custom-select-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ff875e" viewBox="0 0 16 16"><path d="M1.5 5.5l6 6 6-6" stroke="%23ff875e" stroke-width="2" fill="none" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
  transition: background-image 0.3s ease;
}
.custom-select-icon:hover {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23f26c3e" viewBox="0 0 16 16"><path d="M1.5 5.5l6 6 6-6" stroke="%23f26c3e" stroke-width="2" fill="none" /></svg>');
}
.custom-select-icon:focus {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23f26c3e" viewBox="0 0 16 16"><path d="M1.5 5.5l6 6 6-6" stroke="%23f26c3e" stroke-width="2" fill="none" /></svg>');
}

.custom-select-drop {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23BD6243" viewBox="0 0 16 16"><path d="M1.5 5.5l6 6 6-6" stroke="%23BD6243" stroke-width="2" fill="none" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
  transition: background-image 0.3s ease;
}

#paginatie {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
/* Navbar */
.c-navbar {
  background-color: #fbe1b5 !important;
  padding: 0.5rem 1rem;
}
.c-navbar__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}
.c-navbar .nav-link {
  color: #bd6243 !important;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-navbar .nav-link.active {
  color: #f26c3e !important;
}
.c-navbar .nav-link:hover {
  color: #ff875e !important;
}

.navbar .navbar-brand.center-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navbar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* header */
.c-header__title {
  font-family: "Fredoka", sans-serif;
  color: #bd6243;
  font-size: 2.2rem;
  margin-top: 4rem;
}
.c-header__button {
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/button1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #fceed5;
  width: 6rem;
  height: 6rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-header__button a {
  color: #fceed5;
  text-decoration: none;
}
.c-header__button:hover {
  background-image: url(../img/button_hover1.webp);
}
.c-header__button:active {
  background-image: url(../img/button_active1.webp);
}
.c-header__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 6rem;
}
@media (min-width: 992px) {
  .c-header__buttons {
    justify-content: flex-start;
  }
}
.c-header_golfafbeelding {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .c-header_golfafbeelding {
    position: relative;
    bottom: 0;
    transform: none;
    left: 0;
    z-index: 0;
    display: block;
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
}

/* categorie */
.c-categorie {
  background-color: #ff875e;
  margin-top: 6rem;
  position: relative;
  z-index: 2;
  padding: 4rem 2rem;
}
@media (max-width: 991.98px) {
  .c-categorie {
    margin-top: 2rem;
    padding: 2rem 1rem;
  }
}
.c-categorie__tekst {
  color: #fceed5;
  margin-left: 10rem;
  max-width: 600px;
}
@media (max-width: 1024px) {
  .c-categorie__tekst {
    margin-left: 2rem;
    max-width: 100%;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .c-categorie__tekst {
    margin-left: 1rem !important;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-categorie__tekst {
    margin-left: 2rem !important;
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .c-categorie__tekst {
    margin-left: 10rem !important;
  }
}
.c-categorie__titel {
  color: #fceed5;
  margin-left: 8rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .c-categorie__titel {
    margin-left: 2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .c-categorie__titel {
    margin-left: 1rem !important;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-categorie__titel {
    margin-left: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .c-categorie__titel {
    margin-left: 8rem !important;
    font-size: 2rem;
  }
}
.c-categorie__imagerocker {
  background-color: #ff875e;
  bottom: 2%;
  position: absolute;
  right: 2rem;
  z-index: 2;
  text-align: right;
}
@media (max-width: 1224px) {
  .c-categorie__imagerocker {
    padding-top: 12rem;
    display: flex;
    justify-content: center;
    position: relative;
    order: 2;
  }
}
@media (max-width: 767px) {
  .c-categorie__imagerocker {
    margin-top: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-categorie__imagerocker {
    margin-top: 3rem;
    text-align: right;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-categorie__imagemain {
    max-width: 100%;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-categorie__imagemain {
    max-width: 500px;
    margin-top: -6rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-categorie__imagemain {
    max-width: 600px;
    margin-top: -15rem;
    margin-right: 2rem;
  }
}
.c-categorie__buttons {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 6;
}
@media (max-width: 1024px) {
  .c-categorie__buttons {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    order: 1;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .c-categorie__buttons {
    padding: 1rem;
    gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-categorie__buttons {
    padding: 2rem;
    gap: 1.5rem;
  }
}
.c-categorie__buttons a {
  text-decoration: none;
  position: absolute;
  left: 2rem;
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 2.5rem;
  color: #bd6243;
  transition: background-image 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .c-categorie__buttons a {
    position: static;
    flex: 1 1 140px;
    max-width: 180px;
    height: 140px;
    padding: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-categorie__buttons a {
    flex: 1 1 100%;
    max-width: 100%;
    height: 120px;
    padding: 1.5rem 1rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-categorie__buttons a {
    flex: 1 1 45%;
    max-width: 45%;
    height: 140px;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .c-categorie__buttons a {
    flex: 1 1 150px;
    max-width: 180px;
    height: 160px;
    font-size: 1rem;
  }
}
.c-categorie__buttons a span {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  text-align: center;
}
.c-categorie__buttons a:hover, .c-categorie__buttons a:focus {
  color: #bd6243;
  outline: none;
}
.c-categorie__buttons a:active {
  color: #bd6243;
}
.c-categorie__buttons a.c-categorie__btn--muziek {
  top: 5%;
  left: 35%;
  background-image: url(../img/Muziek_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--muziek:hover {
  background-image: url(../img/Muziek_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--muziek:active {
  background-image: url(../img/Muziek_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--tentoon {
  top: 7%;
  left: 19%;
  background-image: url(../img/tentoonstelling_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--tentoon:hover {
  background-image: url(../img/tentoonstelling_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--tentoon:active {
  background-image: url(../img/tentoonstelling_button3.webp);
}
.c-categorie__buttons a.c-categorie__btn--straat {
  top: 58%;
  left: 37%;
  background-image: url(../img/straatanimatie_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--straat:hover {
  background-image: url(../img/straatanimatie_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--straat:active {
  background-image: url(../img/straatanimatie_button3.webp);
}
.c-categorie__buttons a.c-categorie__btn--familie {
  top: 78%;
  left: 29%;
  background-image: url(../img/familie_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--familie:hover {
  background-image: url(../img/familie_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--familie:active {
  background-image: url(../img/familie_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--dans {
  top: 67%;
  left: 5%;
  background-image: url(../img/dans_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--dans:hover {
  background-image: url(../img/dans_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--dans:active {
  background-image: url(../img/dans_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--party {
  top: 40%;
  left: 24%;
  background-image: url(../img/party_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--party:hover {
  background-image: url(../img/party_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--party:active {
  background-image: url(../img/party_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--sport {
  top: 45%;
  left: 10%;
  background-image: url(../img/sport_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--sport:hover {
  background-image: url(../img/sport_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--sport:active {
  background-image: url(../img/sport_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--food {
  top: 17%;
  left: 10%;
  background-image: url(../img/food_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--food:hover {
  background-image: url(../img/food_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--food:active {
  background-image: url(../img/food_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--rommelmarkt {
  top: 29%;
  left: 35%;
  background-image: url(../img/rommelmarkt_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--rommelmarkt:hover {
  background-image: url(../img/rommelmarkt_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--rommelmarkt:active {
  background-image: url(../img/rommelmarkt_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--denksport {
  top: 92%;
  left: 13%;
  background-image: url(../img/denksport_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--denksport:hover {
  background-image: url(../img/denksport_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--denksport:active {
  background-image: url(../img/denksport_button2.webp);
}
.c-categorie__buttons a.c-categorie__btn--ander {
  top: 69%;
  left: 17%;
  background-image: url(../img/andere_button.webp);
}
.c-categorie__buttons a.c-categorie__btn--ander:hover {
  background-image: url(../img/andere_button1.webp);
}
.c-categorie__buttons a.c-categorie__btn--ander:active {
  background-image: url(../img/andere_button2.webp);
}

/* artiesten */
/* artiesten card */
.c-djs {
  background-color: #8dc7aa;
  position: relative;
  padding-bottom: 2rem;
  z-index: 1;
}
.c-djs__titel {
  margin-bottom: 2rem;
}
.c-djs__titel p {
  color: #fceed5;
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
}
.c-djs_golf {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 1;
  background-color: #ff875e;
}
.c-djs__icon svg {
  max-width: 4rem;
  height: auto;
}
.c-djs__iconwrapper {
  display: flex;
  justify-content: flex-start;
  padding-left: 17%;
}
.c-djs__artiestencard {
  position: relative;
  background-color: #8dc7aa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  width: 100%;
}
.c-djs__artiestenbutton {
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/blob_artiesten.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 1rem;
  color: #8dc7aa;
}
.c-djs__artiestenbutton .bi-heart-fill {
  transition: all 0.2s ease;
}
.c-djs__artiestenbutton:hover .bi-heart-fill {
  color: #ff875e;
}
.c-djs__artiestenbutton.liked .bi-heart-fill {
  color: #f26c3e;
}
.c-djs__artiestenbutton:active .bi-heart-fill {
  transform: scale(1.2);
}
.c-djs__artiesteninfo {
  color: #fceed5;
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
.c-djs__artiestentekst {
  margin-left: 0.8rem;
  padding-top: 1rem;
}

.c-uitgelichteActiviteiten__titel {
  font-size: 2rem;
  color: #fceed5;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

/* sfeerfotos*/
.c-sfeerfotos {
  background-color: #7559a2;
  position: relative;
  display: inline-block;
}
.c-sfeerfotos__titel {
  color: #fceed5;
  font-size: 2rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.c-sfeerfotos__golf {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 1;
  background-color: #8dc7aa;
  display: block;
}
.c-sfeerfotos__iconwrapper {
  z-index: 2;
  position: absolute;
  top: 2%;
  left: 73%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}
@media (max-width: 439px) {
  .c-sfeerfotos__iconwrapper {
    top: -2%;
  }
}
.c-sfeerfotos__iconwrapper__bol svg {
  width: 100%;
  height: auto;
}

.c-svgnieuwsbrief {
  width: 100% !important;
  height: auto !important;
  max-width: 28rem;
  display: block;
  position: absolute;
  top: 0rem;
  left: 3rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .c-svgnieuwsbrief {
    max-width: 22rem;
    left: 2rem;
    top: 0;
  }
}
@media (max-width: 768px) {
  .c-svgnieuwsbrief {
    max-width: 16rem;
    left: 1rem;
    top: 0;
  }
}
@media (max-width: 480px) {
  .c-svgnieuwsbrief {
    max-width: 12rem;
    left: 0;
    top: 0;
    margin: 0 auto;
    display: block;
  }
}
.c-svgnieuwsbrief__titel {
  position: absolute;
  color: #bd6243;
  font-size: 3rem;
  top: 2rem;
  left: 7rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .c-svgnieuwsbrief__titel {
    font-size: 3rem;
    top: 1.5rem;
    left: 5rem;
  }
}
@media (max-width: 768px) {
  .c-svgnieuwsbrief__titel {
    font-size: 2rem;
    top: 1rem;
    left: 3rem;
  }
}
@media (max-width: 480px) {
  .c-svgnieuwsbrief__titel {
    font-size: 1.5rem;
    top: -2%;
    left: 1%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.c-svgnieuwsbrief__tekst {
  position: absolute;
  color: #bd6243;
  font-size: 0.9rem;
  top: 7rem;
  left: 7rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .c-svgnieuwsbrief__tekst {
    font-size: 0.8rem;
    top: 5rem;
    left: 5rem;
  }
}
@media (max-width: 768px) {
  .c-svgnieuwsbrief__tekst {
    font-size: 0.7rem;
    top: 4rem;
    left: 3rem;
  }
}
@media (max-width: 480px) {
  .c-svgnieuwsbrief__tekst {
    font-size: 0.5rem;
    top: 6%;
    left: 1%;
    margin-left: 1rem;
    margin-top: 0.5rem;
    max-width: 90%;
  }
}
.c-svgnieuwsbrief__zoekbalk {
  position: absolute;
  top: 12rem;
  left: 7rem;
  z-index: 3;
  width: 18rem;
}
.c-svgnieuwsbrief__zoekbalk input {
  width: 100%;
  padding-right: 2rem;
  color: #bd6243 !important;
}
.c-svgnieuwsbrief__zoekbalk i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #ff875e !important;
  font-size: 1.4rem;
}
.c-svgnieuwsbrief__zoekbalk ::-moz-placeholder {
  color: #bd6243;
}
.c-svgnieuwsbrief__zoekbalk ::placeholder {
  color: #bd6243;
}
@media (max-width: 1024px) {
  .c-svgnieuwsbrief__zoekbalk {
    top: 9rem;
    left: 5rem;
    width: 14rem;
  }
  .c-svgnieuwsbrief__zoekbalk input {
    padding-right: 1.5rem;
  }
  .c-svgnieuwsbrief__zoekbalk i {
    font-size: 1.2rem;
    right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .c-svgnieuwsbrief__zoekbalk {
    top: 6.5rem;
    left: 3rem;
    width: 10rem;
  }
  .c-svgnieuwsbrief__zoekbalk input {
    padding-right: 1rem;
  }
  .c-svgnieuwsbrief__zoekbalk i {
    font-size: 1rem;
    right: 0.5rem;
  }
  .c-svgnieuwsbrief__zoekbalk ::-moz-placeholder {
    font-size: 0.7rem;
  }
  .c-svgnieuwsbrief__zoekbalk ::placeholder {
    font-size: 0.7rem;
  }
}
@media (max-width: 480px) {
  .c-svgnieuwsbrief__zoekbalk {
    top: 9%;
    left: 0;
    margin: 1rem;
    width: 9.5rem;
    padding: 0.15rem 0.15rem;
  }
  .c-svgnieuwsbrief__zoekbalk i {
    font-size: 0.9rem;
  }
  .c-svgnieuwsbrief__zoekbalk ::-moz-placeholder {
    font-size: 0.5rem;
  }
  .c-svgnieuwsbrief__zoekbalk ::placeholder {
    font-size: 0.5rem;
  }
}

/* caroussel */
/* pagination */
.c-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}
.c-carousel__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.c-carousel__image {
  max-width: 600px;
  width: 100%;
  border-radius: 8px;
  display: block;
}
.c-carousel__arrow {
  cursor: pointer;
  fill: none;
}
.c-carousel__pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}

.c-button_pagination {
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  padding: 1rem 1.5rem;
  cursor: pointer;
  background-image: url(../img/pagination.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 1.2rem;
  min-width: 40px;
}
.c-button_pagination.active {
  background-image: url(../img/pagination_active.webp);
}

/* rommelmarkt */
.c-rommelmarkt {
  position: relative;
  background-color: #8dc7aa;
}
.c-rommelmarkt__titel {
  color: #fceed5;
  font-size: 2rem;
  text-align: left;
  margin-top: 2rem;
}
.c-rommelmarkt__beschrijving {
  color: #fceed5;
  text-align: left;
  font-size: 1.4rem;
}
.c-rommelmarkt__inschrijven {
  color: #fceed5;
  font-size: 1.8rem;
}
.c-rommelmarktbutton {
  margin-bottom: 20rem;
}
.c-rommelmarkt__afbeelding {
  position: absolute;
  top: 10rem;
  z-index: 2;
  width: 29.3rem;
  height: 42.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-rommelmarkt__golf {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 1;
  background-color: #7559a2;
  display: block;
}
.c-rommelmarkt__iconwrapper {
  z-index: 2;
  position: absolute;
  top: 30%;
  left: 76%;
  transform: translate(-50%, -50%);
  width: 4.375rem;
  height: 4.375rem;
}
.c-rommelmarkt__iconwrapper__bol svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .c-rommelmarkt__iconwrapper {
    top: 22%;
  }
}
@media (max-width: 996px) {
  .c-rommelmarkt__iconwrapper {
    top: 18%;
  }
}
@media (max-width: 768px) {
  .c-rommelmarkt__iconwrapper {
    top: 14%;
    left: 20%;
  }
}
@media (max-width: 420px) {
  .c-rommelmarkt__iconwrapper {
    top: 11%;
    left: 20%;
  }
}
.c-rommelmarkt__button {
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/button3.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 1rem;
  color: #8dc7aa;
}
.c-rommelmarkt__button:hover {
  background-image: url(../img/button_hover3.webp);
}
.c-rommelmarkt__button:active {
  background-image: url(../img/button_active3.webp);
}
.c-rommelmarkt__inschrijven-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}
@media (max-width: 1000px) {
  .c-rommelmarkt__afbeelding {
    position: relative;
    top: auto;
    margin-top: 2rem;
    width: 29.3rem;
    height: 42.4rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 491px) {
  .c-rommelmarkt__afbeelding {
    position: relative;
    top: auto;
    margin-top: 2rem;
    width: 266.06px;
    height: 384.98px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* kaart */
.c-kaart {
  background-color: #ff875e;
  position: relative;
  display: inline-block;
}
.c-kaart__afbeelding {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 1;
  background-color: #8dc7aa;
  display: block;
}
.c-kaart__iconwrapper {
  z-index: 2;
  position: absolute;
  bottom: -5%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}
@media (max-width: 1032px) {
  .c-kaart__iconwrapper {
    bottom: -2rem;
    left: 15%;
  }
}
@media (max-width: 914px) {
  .c-kaart__iconwrapper {
    bottom: 3rem;
    left: 20%;
  }
}
@media (max-width: 564px) {
  .c-kaart__iconwrapper {
    bottom: 6rem;
    left: 15%;
  }
}
.c-kaart__bol svg {
  width: 100%;
  height: auto;
  left: 10rem;
}
.c-kaart__map img {
  margin-top: 6rem;
  width: 100%;
  height: auto;
}
.c-kaart__titel {
  margin-bottom: 2rem;
}
.c-kaart__titel p {
  color: #fceed5;
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 917px) {
  .c-kaart__titel {
    padding-top: 4rem;
  }
}

#c-kaart {
  border-radius: 5rem;
}

.kaart {
  background-color: #ff875e;
  padding: 2rem;
}

.c-footer {
  position: relative;
}
.c-footer__golf {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 1;
  background-color: #ff875e;
}
.c-footer__golfje {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 1;
  background-color: #8dc7aa;
}
.c-footer__golfke {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  z-index: 1;
  background-color: #7559a2;
}
.c-footer__iconwrapper {
  z-index: 2;
  position: absolute;
  top: 34%;
  left: 19%;
  transform: translate(-50%, -50%);
  height: auto;
}
@media (max-width: 1118px) {
  .c-footer__iconwrapper {
    top: 30%;
  }
}
@media (max-width: 889px) {
  .c-footer__iconwrapper {
    top: 20%;
  }
}
@media (max-width: 771px) {
  .c-footer__iconwrapper {
    top: 1%;
  }
}
.c-footer__bol svg {
  width: 100%;
  height: auto;
}
.c-footer__logo {
  z-index: 2;
  position: absolute;
  top: 35%;
  left: 44%;
  transform: translate(-50%, -50%);
  height: auto;
}
@media (max-width: 768px) {
  .c-footer__logo {
    top: 20%;
  }
}
.c-footer__logoimg {
  width: 100%;
  max-width: 270px;
  height: auto;
}
@media (max-width: 992px) {
  .c-footer__logoimg {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .c-footer__logoimg {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .c-footer__logoimg {
    max-width: 120px;
  }
}
.c-footer__socialbuttons {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (max-width: 871px) {
  .c-footer__socialbuttons {
    right: -2.5%;
  }
}
@media (max-width: 766px) {
  .c-footer__socialbuttons {
    top: 20%;
    right: -2%;
  }
}
@media (max-width: 400px) {
  .c-footer__socialbuttons {
    top: 19%;
    right: -8%;
  }
}
.c-footer__teksten {
  position: relative;
  z-index: 2;
  color: #bd6243;
  font-size: 1.4rem;
  margin-top: -5%;
}
.c-footer__teksten a:hover {
  color: #ff875e;
}
@media (max-width: 780px) {
  .c-footer__teksten {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.c-footer__ondertekst {
  color: #bd6243;
  margin-top: 1rem;
}
.c-footer__tekst1 {
  margin-top: 6rem;
  text-align: left;
  gap: 2rem;
}
.c-footer__tekst1 a {
  margin-top: 1rem;
}
@media (max-width: 780px) {
  .c-footer__tekst1 {
    margin-top: 8rem;
  }
}
.c-footer__tekst2 {
  margin-top: 6rem;
}
.c-footer__tekst2 a {
  margin-top: 1rem;
}
@media (max-width: 780px) {
  .c-footer__tekst2 {
    margin-top: 8rem;
  }
}
.c-footer__tekst3 {
  margin-top: 6rem;
}
.c-footer__tekst3 a {
  margin-top: 1rem;
}
@media (max-width: 780px) {
  .c-footer__tekst3 {
    margin-top: 4rem;
  }
}

/* forms */
.c-form {
  font-family: "Fredoka", sans-serif;
}
.c-form__select {
  border-radius: 2rem;
  border-width: 0.4rem;
  background-color: #fbe1b5;
  border-color: #bd6243;
  width: 20rem;
}
.c-form__select:focus {
  background-color: #fceed5;
  border-color: #ff875e;
}
.c-form__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
  gap: 2rem;
}
.c-form__row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: nowrap;
}

.c-nieuwsblok {
  position: absolute;
  top: 3rem;
  right: 9rem;
  z-index: 2;
  max-width: 24rem;
}
@media (max-width: 1024px) {
  .c-nieuwsblok {
    max-width: 22rem;
  }
}
@media (max-width: 768px) {
  .c-nieuwsblok {
    max-width: 16rem;
  }
}
@media (max-width: 480px) {
  .c-nieuwsblok {
    max-width: 12rem;
  }
}
.c-nieuwsblok__titel {
  position: absolute;
  color: #bd6243;
  font-size: 3.5rem;
  top: 3.8rem;
  right: 19.5rem;
  z-index: 2;
}
.c-nieuwsblok__tekst {
  position: absolute;
  color: #bd6243;
  font-size: 1rem;
  top: 9.5rem;
  right: 13.5rem;
  z-index: 2;
}
.c-nieuwsblok__icon {
  position: absolute;
  color: #bd6243 !important;
  font-size: 2.5rem;
  top: 5rem;
  right: 16rem;
  z-index: 2;
}
.c-nieuwsblok__icon i {
  color: #bd6243;
}
.c-nieuwsblok__icon i:hover {
  color: #ff875e;
}
@media (max-width: 1024px) {
  .c-nieuwsblok__titel {
    font-size: 3rem;
    right: 18rem;
  }
  .c-nieuwsblok__tekst {
    font-size: 0.9rem;
    right: 12rem;
  }
  .c-nieuwsblok__icon {
    font-size: 2.2rem;
    right: 15rem;
  }
  .c-nieuwsblok__svg-container {
    max-width: 250px;
  }
  .c-nieuwsblok svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .c-nieuwsblok__titel {
    font-size: 2.5rem;
    right: 15rem;
  }
  .c-nieuwsblok__tekst {
    font-size: 0.6rem;
    right: 12.5rem;
    top: 8rem;
  }
  .c-nieuwsblok__icon {
    font-size: 2rem;
    right: 12rem;
    top: 4.5rem;
  }
  .c-nieuwsblok__svg-container {
    max-width: 200px;
  }
  .c-nieuwsblok svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .c-nieuwsblok__titel {
    font-size: 1.5rem;
    right: 14.5rem;
  }
  .c-nieuwsblok__tekst {
    font-size: 0.4rem;
    right: 12.5rem;
    top: 6.5rem;
  }
  .c-nieuwsblok__icon {
    font-size: 1rem;
    right: 13rem;
  }
  .c-nieuwsblok__svg-container {
    max-width: 150px;
  }
  .c-nieuwsblok svg {
    width: 100%;
    height: auto;
  }
}

.c-placeholder.c-placeholder--map.js-placeholder {
  color: #fceed5;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* social media button */
.c-socialbutton {
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/socialmediabutton.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 1rem;
  color: #fbe1b5;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.c-socialbutton:hover {
  color: #fceed5;
}
.c-socialbutton:focus {
  color: #bd6243;
}
.c-socialbutton:active {
  color: #bd6243;
}

/* pagination */
.c-button_pagination {
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/pagination_button.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 1rem;
  color: #fbe1b5;
}
.c-button_pagination.active {
  background-image: url(../img/pagination_button_hover.webp);
  color: #8dc7aa;
}

/* Zoekbalk */
.c-zoekbalk {
  position: relative;
}
.c-zoekbalk i {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #ff875e;
  font-size: 1.2rem;
}
.c-zoekbalk__input {
  font-family: "Fredoka", sans-serif;
  border-radius: 2rem;
  border-width: 0.4rem;
  background-color: #fbe1b5;
  border-color: #ff875e;
  width: 12rem;
  padding-right: 3rem;
  color: #bd6243 !important;
}
.c-zoekbalk__input::-moz-placeholder {
  color: #bd6243;
}
.c-zoekbalk__input::placeholder {
  color: #bd6243;
}
.c-zoekbalk__input:focus {
  background-color: #fceed5;
  border-color: #ff875e;
}

/* programma pagina */
.c-activiteiten {
  background-color: #8dc7aa;
}
.c-activiteiten__titel {
  margin-top: 4rem;
  font-size: 2rem;
  color: #fceed5;
}
.c-activiteiten__button {
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/bol_programma1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #bd6243;
  width: 6rem;
  height: 6rem;
}
.c-activiteiten__button:hover {
  background-image: url(../img/bol_programma.webp);
  color: #bd6243;
}
.c-activiteiten__button.active {
  background-image: url(../img/button1.webp);
  color: #fceed5;
}
.c-activiteiten__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .c-activiteiten__buttons {
    justify-content: flex-start;
  }
}

.c-activiteitenform {
  font-family: "Fredoka", sans-serif;
  color: #bd6243;
}
.c-activiteitenform__tijd {
  font-weight: 600 !important;
}
.c-activiteitenform__select {
  border-radius: 2rem;
  border-width: 0.4rem;
  background-color: #fbe1b5;
  border-color: #ff875e;
  width: 20rem;
  color: #bd6243;
}
.c-activiteitenform__select:focus {
  background-color: #fceed5;
  border-color: #ff875e;
}
.c-activiteitenform__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
}
.c-activiteitenform__row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.c-activiteitencards {
  padding-top: 4rem;
  background-color: #8dc7aa;
  padding-bottom: 4rem;
}

.c-wolk {
  background-color: #8dc7aa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}
.c-wolk__container {
  background-color: #fbe1b5;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid #fbe1b5;
  padding: 2rem;
  max-width: 90%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .c-wolk__container {
    padding: 1rem;
  }
}
.c-wolk__titel {
  font-size: 1.5rem;
  color: #bd6243;
  margin-bottom: 1rem;
}
@media (max-width: 708px) {
  .c-wolk__titel {
    font-size: 1rem;
  }
}
.c-wolk__tekst {
  font-size: 1rem;
  color: #bd6243;
  line-height: 1.5;
}
@media (max-width: 708px) {
  .c-wolk__tekst {
    font-size: 0.85rem;
  }
}
@media (max-width: 500px) {
  .c-wolk__tekst {
    font-size: 0.5rem;
  }
}

.c-wolken {
  background-color: #8dc7aa;
}
.c-wolken__titel {
  display: flex;
  padding-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #fceed5;
  justify-content: center;
}

/* stadsplan pagina */
.c-stadsplan {
  font-family: "Fredoka", sans-serif;
  position: relative;
  background-color: #ff875e;
}
.c-stadsplan h1 {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  font-size: 2rem;
  color: #fceed5;
  margin-bottom: 0;
}
@media (max-width: 643px) {
  .c-stadsplan p {
    font-size: 1rem;
  }
}
.c-stadsplan__wijzer {
  z-index: 2;
  position: absolute;
  top: 15%;
  left: 85%;
  transform: translate(-50%, -50%);
  height: 30rem;
}
@media (max-width: 1245px) {
  .c-stadsplan__wijzer {
    height: 20rem;
  }
}
@media (max-width: 845px) {
  .c-stadsplan__wijzer {
    height: 15rem;
  }
}
@media (max-width: 563px) {
  .c-stadsplan__wijzer {
    height: 10rem;
  }
}
@media (max-width: 464px) {
  .c-stadsplan__wijzer {
    height: 7rem;
    top: 5%;
  }
}
.c-stadsplan__select {
  border-radius: 2rem;
  color: #bd6243;
  border-width: 0.2rem;
  background-color: #fbe1b5;
  border-color: #bd6243;
  width: 14rem;
  margin-left: 0rem;
}
.c-stadsplan__select:focus {
  background-color: #fceed5;
  border-color: #ff875e;
}
.c-stadsplan__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
  gap: 2rem;
}
.c-stadsplan__row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-left: -20rem;
  flex-wrap: nowrap;
}

/*contact pagina */
.c-contact {
  background-color: #7559a2;
}
.c-contact__titel {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  color: #fbe1b5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.c-contact__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.c-contact__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.c-contact__tekst {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
  text-align: center;
  font-size: 1.2rem;
  color: #fceed5;
  margin: 0;
  padding: 1rem;
  border-radius: 0.5rem;
}
@media (max-width: 912px) {
  .c-contact__tekst {
    width: 80%;
  }
}
@media (max-width: 629px) {
  .c-contact__tekst {
    font-size: 1rem;
  }
}
@media (max-width: 540px) {
  .c-contact__tekst {
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .c-contact__tekst {
    font-size: 0.7rem;
    top: 45%;
  }
}
@media (max-width: 363px) {
  .c-contact__tekst {
    font-size: 0.6rem;
    top: 40%;
  }
}
@media (max-width: 320px) {
  .c-contact__tekst {
    font-size: 0.45rem;
  }
}
.c-contact__socialbuttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  gap: 1rem;
}
.c-contact__socialbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  background-image: url(../img/contact_bol.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 1rem;
  color: #fbe1b5;
  cursor: pointer;
}
.c-contact__socialbutton:hover {
  color: #fceed5;
}
.c-contact__socialbutton:active {
  color: #7559a2;
}
.c-contact__socialbutton:focus {
  color: #7559a2;
}

/*Over Sinksen pagina */
.c-over {
  background-color: #ff875e;
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
.c-over__container {
  background-color: #fbe1b5;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid #fbe1b5;
  padding: 2rem;
  max-width: 80%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 500px) {
  .c-over__container {
    padding: 1rem;
  }
}
.c-over__titel {
  font-size: 1.8rem;
  color: #bd6243;
  margin-bottom: 1rem;
}
.c-over__tekst {
  font-size: 1rem;
  color: #bd6243;
  line-height: 1.5;
}

.c-arrow {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.c-arrow svg {
  display: block;
  background: none;
}

.c-main_detail {
  background-color: #ff875e;
}

.c-detail {
  background-color: #ff875e;
  margin-bottom: 2rem;
}
.c-detail p {
  font-family: "Fredoka", sans-serif;
}
.c-detail__artiestencard {
  background-color: #fbe1b5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  border-radius: 3rem;
}
.c-detail__artiestenbutton {
  font-family: "Fredoka", sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/detail_button.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 1rem;
  color: #fbe1b5;
}
.c-detail__artiestenbutton:hover .bi-heart-fill {
  color: #fceed5;
}
.c-detail__artiestenbutton.liked .bi-heart-fill {
  color: #bd6243;
}
.c-detail__artiestenbutton:active .bi-heart-fill {
  transform: scale(1.2);
}
.c-detail__artiesteninfo {
  color: #bd6243;
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
.c-detail__artiestentekst {
  margin-left: 0.8rem;
  padding-top: 1rem;
}

.c-titel__geralteerd {
  color: #fbe1b5;
}

.c-inschrijving__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  text-align: center;
  background-color: #fbe1b5;
  padding: 20px;
  border-radius: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 500px;
  color: #bd6243;
}
.popup-content label {
  display: block;
  margin-bottom: 5px;
}
.popup-content input[type=text],
.popup-content input[type=email],
.popup-content input[type=number] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ff875e;
  border-radius: 0.5rem;
  box-sizing: border-box;
  background-color: #fbe1b5;
  color: #bd6243;
}
.popup-content button {
  background-color: #ff875e;
  color: #fceed5;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
.popup-content button:hover {
  background-color: #f26c3e;
}

#content {
  background-color: #8dc7aa;
  padding-bottom: 1rem;
}

.noUi-connect {
  background-color: #ff875e !important;
}

.tijd-slider {
  width: 55rem;
}
@media (max-width: 990px) {
  .tijd-slider {
    width: 32rem;
  }
}
@media (max-width: 762px) {
  .tijd-slider {
    width: 25rem;
  }
}
@media (max-width: 400px) {
  .tijd-slider {
    width: 15rem;
  }
}

.regio-naam {
  color: #fceed5;
  text-align: center;
  margin-top: 20px;
}

.c-activiteit__detail {
  padding-top: 2rem;
}
.c-activiteit__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background-color: #fbe1b5;
  border-radius: 4rem;
  margin-bottom: 5rem;
}
.c-activiteit__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .c-activiteit__content {
    padding: 10px;
  }
}
.c-activiteit__masked-img {
  width: 100%;
  height: auto;
  border-radius: 4rem;
}
.c-activiteit__titel {
  font-size: 2.5rem;
}
.c-activiteit__text {
  padding: 0.625rem;
  color: #bd6243;
}
.c-activiteit__icon-row {
  display: flex;
  align-items: center;
}
.c-activiteit__icon-row i {
  margin-right: 1rem;
}
.c-activiteit__categ {
  margin-top: 10px;
}

.c-inschrijven__kaart {
  border-radius: 0.5rem;
  padding: 1rem;
  width: 19rem;
  background: #fbe1b5;
}
.c-inschrijven__kaart p {
  color: #bd6243;
}
.c-inschrijven__afbeelding {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
.c-inschrijven__link {
  display: inline-block;
  margin-top: 1rem;
  color: #8dc7aa;
  text-decoration: none;
  font-weight: 500;
}
.c-inschrijven__link:hover {
  text-decoration: underline;
}

.c-inschrijvenAdmin {
  background-color: #8dc7aa;
}
.c-inschrijvenAdmin__titel {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  color: #fceed5;
  font-size: 2rem;
}
.c-inschrijvenAdmin ul {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.c-inschrijvenAdmin li {
  color: #fceed5;
}
.c-inschrijvenAdmin hr {
  color: #fceed5;
}

.confirmation-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.c-boeking {
  background-color: #8dc7aa !important;
  padding: 4rem 0 2rem 0;
}
.c-boeking label {
  color: #fceed5 !important;
}
@media (max-width: 768px) {
  .c-boeking {
    padding: 2rem 0;
  }
}
.c-boeking__button {
  background-color: #ff875e !important;
  color: #fceed5 !important;
  border: none !important;
  align-self: center;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .c-boeking__button {
    width: 100%;
  }
}

.c-bevestiging {
  display: flex;
  justify-content: center;
  padding: 4rem 1rem;
  background-color: #8dc7aa;
}

.c-confirmationcard__title {
  color: #fceed5;
}
.c-confirmationcard__subtitle {
  color: #fceed5;
}

.c-ticket {
  max-width: 900px;
  width: 100%;
  border: 2px #bd6243;
  border-radius: 16px;
  background-color: #fbe1b5;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.c-ticket p {
  color: #bd6243;
}
.c-ticket__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .c-ticket__content {
    text-align: center;
  }
}
.c-ticket__content > div {
  padding: 2rem;
}
.c-ticket__left {
  border-right: 1px solid #bd6243;
  border-bottom: 1px solid #bd6243;
}
@media (max-width: 767.98px) {
  .c-ticket__left {
    border-right: none;
  }
}
.c-ticket__right {
  border-bottom: 1px solid #bd6243;
}
.c-ticket__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #bd6243;
  margin-bottom: 1rem;
}
.c-ticket__total {
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 1.1rem;
  text-align: center;
  color: #ff875e;
}
.c-ticket__footer {
  border-top: #bd6243;
  padding: 1rem;
  text-align: center;
  font-size: 0.95rem;
  color: #bd6243;
  background-color: #fceed5;
}

.c-pincode {
  font-family: "Fredoka", sans-serif;
  background-color: #8dc7aa;
  min-height: 100vh;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  color: #bd6243;
}
.c-pincode .hidden {
  display: none;
}
.c-pincode__form {
  max-width: 400px;
  margin: 100px auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fbe1b5;
}
.c-pincode__form ::-moz-placeholder {
  color: #bd6243;
}
.c-pincode__form ::placeholder {
  color: #bd6243;
}
.c-pincode__form button {
  border: none;
  border-radius: 0.2rem;
  background-color: #8dc7aa;
  color: #fceed5;
}
.c-pincode__form button:hover {
  background-color: #ff875e;
}
.c-pincode__form input {
  border-radius: 2rem;
  border: #bd6243;
  background-color: #fceed5;
}
.c-pincode__form-label {
  font-size: 1.1rem;
  color: #fceed5;
  display: block;
}
.c-pincode__form-input {
  padding: 12px;
  width: 100%;
  font-size: 1rem;
  border-radius: 10px;
  transition: border 0.3s;
}
.c-pincode__form-button {
  margin-top: 20px;
  padding: 12px 25px;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
.c-pincode__content {
  max-width: 600px;
  margin: 40px auto;
}
.c-pincode__inschrijving {
  max-width: 600px;
  padding: 30px;
  border-radius: 15px;
  background-color: #fbe1b5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.c-pincode__inschrijving button {
  background-color: #fbe1b5;
  color: #bd6243;
}
.c-pincode__inschrijving button:hover {
  background-color: #ff875e;
  color: #fceed5;
}
.c-pincode__inschrijving label {
  color: #fceed5;
}
.c-pincode__inschrijving input {
  background-color: #fbe1b5;
  border: none;
  color: #bd6243;
}
.c-pincode__inschrijving input:focus {
  background-color: #fceed5;
}
.c-pincode__inschrijving-title {
  margin-bottom: 20px;
  color: #fceed5;
}
.c-pincode__label {
  margin-bottom: 0.625rem;
}

#pincode-input {
  color: #bd6243;
}

.c-pincode__card {
  display: flex;
  flex-direction: column;
  background-color: #fbe1b5;
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 20px;
  color: #bd6243;
}
.c-pincode__card-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-pincode__card-content {
  flex: 1;
}
.c-pincode__card-content p {
  margin: 5px 0;
  font-weight: 600;
}
.c-pincode__card-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.c-pincode__card-buttons button {
  width: 100%;
  background-color: #bd6243;
  color: #fceed5;
  border: none;
  border-radius: 8px;
  padding: 8px 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.c-pincode__card-buttons button:hover {
  background-color: #ff875e;
}

/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/