/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
@import url("https://use.typekit.net/jxb7ubh.css");
@font-face {
  font-family: "Diogenes";
  src: url("../fonts/Diogenes.woff2") format("woff2"), url("../fonts/Diogenes.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.carousel {
  border: 0.5rem solid transparent;
  -o-border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
     border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
}
.carousel .carousel-indicators button {
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1;
  opacity: 0.8;
  background-image: url("../img/sinksen-2025-small-decoration-01.svg");
  background-size: contain;
}
.carousel .carousel-indicators button.active {
  background-image: url("../img/sinksen-2025-small-decoration-02.svg");
  opacity: 1;
}
.carousel .carousel-caption {
  background-color: rgba(17, 8, 3, 0.8);
  padding: 0.2rem 0.5rem;
  color: #f5f6ea;
  width: -moz-fit-content;
  width: fit-content;
}
.carousel .carousel-caption--bottom {
  bottom: calc(10% + 1rem);
}
.carousel .carousel-caption--top {
  top: 10%;
  bottom: unset;
}
.carousel .carousel-caption--left {
  left: 10%;
}
.carousel .carousel-caption--right {
  right: 10%;
  left: unset;
}
.carousel .carousel-caption--center-horizontal {
  left: 50%;
  transform: translate(-50%);
}
.carousel .carousel-control-prev {
  justify-content: start;
}
.carousel .carousel-control-next {
  justify-content: end;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  opacity: 0.7;
}
.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
  opacity: 1;
}
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  box-sizing: content-box;
  padding: 0.5rem;
  background-color: #f5f6ea;
  color: #110803;
  font-size: 1.25rem;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: none;
}

.modal-dialog {
  max-width: 37.5rem;
}
.modal-content {
  background-color: #110803;
  border-radius: 0;
  padding: 2rem;
  box-shadow: 0px 4px 5px rgba(245, 246, 234, 0.2);
}
.modal-header, .modal-body, .modal-footer {
  border: 0;
  padding: 0;
}
.modal-header {
  align-items: start;
}
.modal-footer {
  justify-content: space-between;
}

.toast {
  background-color: #438f46;
  box-shadow: 0px 4px 5px rgba(245, 246, 234, 0.2);
  position: fixed;
  border-radius: 0;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: flex-start;
  z-index: 8;
}
.toast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("../img/limestone.webp");
  background-size: cover;
}
.toast--poppy {
  background-color: #d44949;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
body {
  background-color: #110803;
  color: #f5f6ea;
  font-family: "sofia-pro", "sans-serif";
  font-size: 1rem;
  line-height: 125%;
}

h1,
h2,
h3,
h4 {
  font-family: "Diogenes", "sans-serif";
  line-height: 125%;
  text-transform: uppercase;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 4px;
}

h2 {
  font-size: 2rem;
  letter-spacing: 3px;
}

h3 {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

h4 {
  font-size: 1.25rem;
  letter-spacing: 1px;
}

small {
  font-size: 0.75rem;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-nav {
  margin: 1rem 0;
  transition: all 0.3s ease-out;
  z-index: 10;
}
.c-nav__logo {
  width: 100%;
  height: 100%;
}
.c-nav__items {
  position: relative;
  border-style: solid;
  border-color: #f5f6ea;
  border-width: 1px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-nav__item {
  padding: 0.75rem;
  text-align: center;
  color: #f5f6ea;
  text-decoration: none;
  font-weight: bold;
  z-index: 11;
  transition: all 0.2s ease-out;
}
@media (min-width: 992px) {
  .c-nav__item[data-indicated=true] {
    color: #110803;
  }
}
.c-nav__item--active {
  color: #f48230;
}
.c-nav__item--active[data-indicated=true] {
  color: #f48230;
}
.c-nav__indicator {
  position: absolute;
  background-color: transparent;
  display: none;
  height: 100%;
  transition: all 0.2s ease-out;
}
@media (min-width: 992px) {
  .c-nav__indicator {
    display: block;
    background-color: #f5f6ea;
  }
}
.c-nav__indicator--hidden {
  background-color: transparent;
}
.c-nav__buttons {
  display: flex;
  align-items: end;
  justify-content: end;
}
.c-nav__fav {
  flex: 0 0 auto;
}
.c-nav--tabbed {
  margin: 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-height: 100vh;
  padding-bottom: 20vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
  z-index: 12;
  pointer-events: none;
}
.c-nav--tabbed .c-nav__items-container {
  background-color: #110803;
  box-shadow: 0px 5px 0.5rem rgba(245, 246, 234, 0.35);
  pointer-events: auto;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .c-nav--tabbed .c-nav__items-container {
    width: 100%;
  }
}
.c-nav--tabbed .c-nav__items {
  gap: 1rem;
  margin: 1rem;
}
@media (max-width: 991px) {
  .c-nav--tabbed .c-nav__items {
    flex-direction: column;
    justify-content: end;
    align-items: start;
    min-height: calc(80vh - 3.75rem);
    border-width: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .c-nav--tabbed .c-nav__item {
    width: 100%;
    text-align: start;
    font-family: "Diogenes", "sans-serif";
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    border-style: solid;
    border-color: #f5f6ea;
    border-width: 1px 0;
    line-height: normal;
  }
  .c-nav--tabbed .c-nav__item:hover {
    color: #f5f6ea;
    background-color: rgba(245, 246, 234, 0.1);
  }
  .c-nav--tabbed .c-nav__item--active {
    color: #f48230;
  }
  .c-nav--tabbed .c-nav__item--active[data-indicated=true] {
    color: #f48230;
  }
}
.c-nav--tabbed .c-nav__tab {
  background-color: #110803;
  box-shadow: 0px 5px 0.5rem rgba(245, 246, 234, 0.35);
  width: 100%;
  min-height: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .c-nav--tabbed .c-nav__tab {
    width: 8rem;
  }
}
.c-nav--tabbed-closed {
  max-height: unset;
  overflow-y: visible;
  padding-bottom: 20vh;
  transform: translateY(calc(-100% + 3.75rem + 20vh)) translateX(-50%);
}
.c-nav--tabbed-closed .c-nav__items-container {
  box-shadow: 0px 0px 0px transparent;
}
.c-nav--tabbed-closed .c-nav__tab {
  width: 8rem;
}
@media (min-width: 992px) {
  .c-nav--tabbed-hidden-desktop {
    transform: translateY(-110%) translateX(-50%);
  }
  .c-nav--tabbed-hidden-desktop .c-nav__items-container,
  .c-nav--tabbed-hidden-desktop .c-nav__tab {
    box-shadow: none;
  }
}

.c-header {
  position: relative;
  background-image: url("../img/header.webp");
  background-size: cover;
  background-position: center center;
  overflow-y: visible;
  overflow-x: clip;
  -webkit-hyphens: manual;
          hyphens: manual;
}
.c-header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35rem;
  width: 100%;
  max-width: 100%;
}
.c-header__content {
  width: 100%;
  max-width: 45.625rem;
  padding: 3rem;
  text-align: center;
  background-color: rgba(17, 8, 3, 0.2);
  -webkit-mask: linear-gradient(to top, #fff, transparent) top/calc(100% - 3.125rem) 1.5625rem no-repeat, linear-gradient(to bottom, #fff, transparent) bottom/calc(100% - 3.125rem) 1.5625rem no-repeat, linear-gradient(to left, #fff, transparent) left/1.5625rem calc(100% - 3.125rem) no-repeat, linear-gradient(to right, #fff, transparent) right/1.5625rem calc(100% - 3.125rem) no-repeat, radial-gradient(circle, #fff, transparent) top right/3.125rem 3.125rem no-repeat, radial-gradient(circle, #fff, transparent) top left/3.125rem 3.125rem no-repeat, radial-gradient(circle, #fff, transparent) bottom right/3.125rem 3.125rem no-repeat, radial-gradient(circle, #fff, transparent) bottom left/3.125rem 3.125rem no-repeat, linear-gradient(to top, #fff, #fff) center/calc(100% - 3.125rem + 2px) calc(100% - 3.125rem + 2px) no-repeat;
          mask: linear-gradient(to top, #fff, transparent) top/calc(100% - 3.125rem) 1.5625rem no-repeat, linear-gradient(to bottom, #fff, transparent) bottom/calc(100% - 3.125rem) 1.5625rem no-repeat, linear-gradient(to left, #fff, transparent) left/1.5625rem calc(100% - 3.125rem) no-repeat, linear-gradient(to right, #fff, transparent) right/1.5625rem calc(100% - 3.125rem) no-repeat, radial-gradient(circle, #fff, transparent) top right/3.125rem 3.125rem no-repeat, radial-gradient(circle, #fff, transparent) top left/3.125rem 3.125rem no-repeat, radial-gradient(circle, #fff, transparent) bottom right/3.125rem 3.125rem no-repeat, radial-gradient(circle, #fff, transparent) bottom left/3.125rem 3.125rem no-repeat, linear-gradient(to top, #fff, #fff) center/calc(100% - 3.125rem + 2px) calc(100% - 3.125rem + 2px) no-repeat;
}
.c-header__dates {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .c-header__dates {
    justify-content: space-between;
  }
}
.c-header__pillar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 2rem);
  width: auto;
  max-width: 58.375rem;
  max-height: 148.0625rem;
  filter: drop-shadow(-0.625rem 5px 0.5rem rgba(17, 8, 3, 0.5));
}
.c-header__pillar--left {
  left: -2.1875rem;
  transform: translate(-50%, -50%) scaleX(-1);
}
@media (min-width: 992px) {
  .c-header__pillar--left {
    left: 0;
  }
}
.c-header__pillar--right {
  right: -2.1875rem;
  transform: translate(50%, -50%);
}
@media (min-width: 992px) {
  .c-header__pillar--right {
    right: 0;
  }
}

.c-main {
  display: flex;
  margin: 8rem 0;
  flex-direction: column;
  gap: 10rem;
}
.c-main--top-small {
  margin-top: 6rem;
}

.c-event-highlights__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.c-icon-content {
  display: flex;
  gap: 1rem;
}
.c-icon-content__icon {
  height: 2.5rem;
  width: 2.5rem;
}
.c-icon-content__icon--mobile {
  float: left;
  margin: 0 0.5rem 0.5rem 0;
}

.c-share-like-content {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-share-like-content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.c-share-like-content__buttons {
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
@media (min-width: 768px) {
  .c-share-like-content__buttons {
    gap: 1.5rem;
    flex-direction: column;
    justify-content: start;
    width: auto;
  }
}
.c-share-like-content__share-buttons {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-share-like-content__share-buttons {
    flex-direction: column;
    gap: unset;
  }
}

.c-filter {
  background-color: rgba(244, 130, 48, 0.2);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-filter__markers {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .c-filter__markers {
    justify-content: space-between;
  }
}
.c-filter__timeslot {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-filter__timeslot-inputs {
  display: flex;
  gap: 2rem;
}

.c-event-info__image {
  border: 0.9375rem solid transparent;
  -o-border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
     border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
  width: 100%;
  height: 100%;
  max-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-event-info__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.c-event-info__title {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.c-event-info__date-location {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
@media (max-width: 991px) {
  .c-event-info__date-location {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-event-info__date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid #f5f6ea;
  border-width: 1px 0;
  padding: 0.5rem;
}
@media (max-width: 991px) {
  .c-event-info__date {
    border-bottom: 0;
    flex-direction: row;
    justify-content: space-around;
  }
}
.c-event-info__location {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  text-align: end;
  border: solid #f5f6ea;
  border-width: 1px 0;
  padding: 0.5rem;
}
@media (max-width: 991px) {
  .c-event-info__location {
    border-top: 0;
    text-align: center;
    align-items: center;
    justify-content: space-around;
  }
}

.c-event-map {
  height: 60vh;
}

.c-stadsplan {
  height: 40rem;
}

.c-news-article__img {
  width: 100%;
  height: 100%;
  max-height: 34.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.9375rem solid transparent;
  -o-border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
     border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
}
.c-news-article__title {
  position: relative;
  padding: 0.5rem;
  background-color: #110803;
  z-index: 1;
  margin: -2.2rem auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 96%;
  text-align: center;
}
@media (min-width: 992px) {
  .c-news-article__title {
    margin-left: 9.5%;
    margin-right: 9.5%;
    max-width: 81%;
  }
}

.c-contact__card {
  position: relative;
  padding: 2rem;
  background-color: #f5f6ea;
  color: #110803;
  margin-bottom: 2rem;
}
.c-contact__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("../img/limestone.webp");
  background-size: cover;
}
.c-contact__card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-contact__card-adres, .c-contact__card-buttons {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.c-contact__card-buttons {
  align-items: end;
}
.c-contact__form {
  margin-top: 2rem;
}

.c-contact-map {
  height: 16rem;
}

.c-ticket-form__submit {
  width: 100%;
}
@media (min-width: 992px) {
  .c-ticket-form__submit {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-legend {
  display: flex;
  justify-content: end;
  gap: 1rem;
}

.c-practical-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-sponsor {
  display: inline-block;
  height: 100%;
  position: relative;
  background-color: #f5f6ea;
  color: #110803;
  z-index: 1;
  text-decoration: none;
  padding: 0.625rem;
}
@media (min-width: 992px) {
  .c-sponsor {
    padding: 1.25rem;
  }
}
.c-sponsor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("../img/limestone.webp");
  background-size: cover;
  z-index: -1;
}
.c-sponsor:hover .c-sponsor__image {
  transform: scale(1.1);
}
.c-sponsor__title {
  padding-bottom: 1.25rem;
}
.c-sponsor__image {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}

.c-map {
  width: 100%;
  height: 100%;
}
.c-map__marker {
  width: -moz-fit-content;
  width: fit-content;
}
.c-map__marker-pin {
  font-size: 2.7rem;
  transform: translateY(-50%);
}
.c-map__marker-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: -15%;
  left: 50%;
  font-size: 1rem;
}
.c-map__popup {
  color: #110803;
}

.c-login {
  position: relative;
  padding: 2rem;
  background-color: #110803;
  box-shadow: 0px 5px 0.5rem rgba(245, 246, 234, 0.35);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 1;
}
.c-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: -1;
  background-image: url("../img/limestone.webp");
  background-size: cover;
}
.c-login__error {
  color: #d44949;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem;
  border: 0;
  overflow: hidden;
  background-color: #f5f6ea;
  color: #110803;
  font-weight: bold;
  box-shadow: 0px 4px 5px rgba(245, 246, 234, 0.2);
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-family: "sofia-pro", "sans-serif";
  cursor: pointer;
}
.c-btn[disabled] {
  background-color: #93948c;
  color: #110803;
  box-shadow: none;
}
.c-btn:hover:not([disabled]) {
  color: #110803;
}
.c-btn:hover:not([disabled])::before {
  left: 0;
}
.c-btn__icon {
  font-size: 1.25rem;
  padding: 2.5px 0;
}
.c-btn__text, .c-btn__icon {
  z-index: 1;
}
.c-btn::before {
  content: "";
  position: absolute;
  background-color: #f48230;
  width: 100%;
  height: 100%;
  left: -100%;
  transition: all 0.3s ease-out;
}
.c-btn__checkbox {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.c-btn:has(.c-btn__checkbox:not(:checked)), .c-btn--secondary {
  color: #f5f6ea;
  background-color: transparent;
  box-shadow: 0px 4px 5px rgba(245, 246, 234, 0.2), inset 0px 0px 0px 1px #f5f6ea;
}
.c-btn:has(.c-btn__checkbox:not(:checked)):hover:not([disabled]), .c-btn--secondary:hover:not([disabled]) {
  color: #110803;
}
.c-btn:has(.c-btn__checkbox:not(:checked))::before, .c-btn--secondary::before {
  background-color: #f5f6ea;
}
.c-btn:has(.c-btn__checkbox:not(:checked))[disabled], .c-btn--secondary[disabled] {
  color: #93948c;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #93948c;
}
.c-btn--ghost {
  color: #f5f6ea;
  background-color: transparent;
  box-shadow: none;
}
.c-btn--ghost:hover:not([disabled]) {
  color: #f5f6ea;
  background-color: rgba(245, 246, 234, 0.1);
}
.c-btn--ghost:hover:not([disabled])::before {
  left: -100%;
}
.c-btn--ghost[disabled] {
  color: #93948c;
  background-color: transparent;
}
.c-btn--safety-orange {
  background-color: #f48230;
}
.c-btn--safety-orange::before {
  background-color: #f5f6ea;
}
.c-btn--safety-orange.c-btn--secondary {
  color: #f48230;
  background-color: transparent;
  box-shadow: 0px 4px 5px rgba(245, 246, 234, 0.2), inset 0px 0px 0px 1px #f48230;
}
.c-btn--safety-orange.c-btn--secondary::before {
  background-color: #f48230;
}
.c-btn--safety-orange.c-btn--secondary[disabled] {
  color: #93948c;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #93948c;
}
.c-btn--safety-orange.c-btn--ghost {
  color: #f48230;
  background-color: transparent;
  box-shadow: none;
}
.c-btn--safety-orange.c-btn--ghost:hover:not([disabled]) {
  color: #f48230;
  background-color: rgba(244, 130, 48, 0.1);
}
.c-btn--safety-orange.c-btn--ghost[disabled] {
  color: #93948c;
  background-color: transparent;
}
.c-btn--smoky-black {
  background-color: #110803;
  color: #f5f6ea;
  box-shadow: 0px 4px 5px rgba(17, 8, 3, 0.2);
}
.c-btn--smoky-black::before {
  background-color: #f48230;
}
.c-btn--smoky-black.c-btn--secondary {
  color: #110803;
  background-color: transparent;
  box-shadow: 0px 4px 5px rgba(17, 8, 3, 0.2), inset 0px 0px 0px 1px #110803;
}
.c-btn--smoky-black.c-btn--secondary:hover:not([disabled]) {
  color: #f5f6ea;
}
.c-btn--smoky-black.c-btn--secondary::before {
  background-color: #110803;
}
.c-btn--smoky-black.c-btn--secondary[disabled] {
  color: #93948c;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #93948c;
}
.c-btn--smoky-black.c-btn--ghost {
  color: #110803;
  background-color: transparent;
  box-shadow: none;
}
.c-btn--smoky-black.c-btn--ghost:hover:not([disabled]) {
  color: #110803;
  background-color: rgba(17, 8, 3, 0.1);
}
.c-btn--smoky-black.c-btn--ghost[disabled] {
  color: #93948c;
  background-color: transparent;
}
.c-btn--poppy {
  background-color: #d44949;
}
.c-btn--poppy::before {
  background-color: #bf4242;
}
.c-btn--poppy.c-btn--secondary {
  color: #d44949;
  background-color: transparent;
  box-shadow: 0px 4px 5px rgba(17, 8, 3, 0.2), inset 0px 0px 0px 1px #d44949;
}
.c-btn--poppy.c-btn--secondary::before {
  background-color: #d44949;
}
.c-btn--poppy.c-btn--secondary[disabled] {
  color: #93948c;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #93948c;
}
.c-btn--poppy.c-btn--ghost {
  color: #d44949;
  background-color: transparent;
  box-shadow: none;
}
.c-btn--poppy.c-btn--ghost:hover:not([disabled]) {
  color: #d44949;
  background-color: rgba(212, 73, 73, 0.1);
}
.c-btn--poppy.c-btn--ghost[disabled] {
  color: #93948c;
  background-color: transparent;
}
.c-btn--dropdown, .c-btn--dropdown-active {
  width: 100%;
}
.c-btn--dropdown .c-btn__text, .c-btn--dropdown-active .c-btn__text {
  text-align: left;
  flex-grow: 1;
}
.c-btn--dropdown .c-btn__icon:last-child, .c-btn--dropdown-active .c-btn__icon:last-child {
  transition: all 0.3s ease-out;
}
.c-btn--dropdown-active .c-btn__icon:last-child {
  transform: rotate(180deg);
}
.c-btn--stretch {
  height: 100%;
  width: 100%;
}
.c-btn:has(.c-btn__checkbox:not(:checked))::before {
  background-color: rgba(245, 246, 234, 0.5);
}

.c-form-input__label {
  font-weight: bold;
}
.c-form-input__container {
  padding: 0.625rem;
  border-bottom: 1px solid #f5f6ea;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-form-input__container--submittable {
  padding: 0.5px 0 0.5px 0.625rem;
}
.c-form-input__icon {
  font-size: 1.25rem;
  color: #f5f6ea;
  padding: 2.5px 0;
}
.c-form-input__field {
  background-color: transparent;
  border: 0;
  flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  color: #f5f6ea;
  height: 1.625rem;
}
.c-form-input__field:focus-visible {
  outline: 0;
}
.c-form-input__field::-moz-placeholder {
  color: rgba(245, 246, 234, 0.7);
}
.c-form-input__field::placeholder {
  color: rgba(245, 246, 234, 0.7);
}
.c-form-input__submit {
  flex-shrink: 0;
}
.c-form-input__option {
  color: #110803;
}
.c-form-input__error {
  color: #d44949;
}
.c-form-input--smoky-black .c-form-input__container {
  border-color: #110803;
}
.c-form-input--smoky-black .c-form-input__icon {
  color: #110803;
}
.c-form-input--smoky-black .c-form-input__field {
  color: #110803;
}
.c-form-input--safety-orange .c-form-input__container {
  border-color: #110803;
}
.c-form-input--safety-orange .c-form-input__icon {
  color: #110803;
}
.c-form-input--safety-orange .c-form-input__field {
  color: #110803;
}
.c-form-input--invalid .c-form-input__container {
  border-color: #d44949;
}
.c-form-input--invalid .c-form-input__icon {
  color: #d44949;
}
.c-form-input--invalid .c-form-input__field {
  color: #d44949;
}

.c-search {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  .c-search {
    width: 100%;
  }
}
.c-search__input-container {
  flex: 1 1 100%;
  min-width: 0;
  transition: -webkit-clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
}
@media (min-width: 992px) {
  .c-search__input-container {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.c-search__button {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-search__button {
    display: none;
  }
}
.c-search__suggestions {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: 21.875rem;
  top: calc(100% + 1.5rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f5f6ea;
  color: #110803;
  visibility: visible;
  transition-property: top, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  z-index: 6;
  box-shadow: 0px 4px 5px rgba(17, 8, 3, 0.2);
}
@media (max-width: 991px) {
  .c-search__suggestions {
    display: none;
  }
}
.c-search__suggestions--hiding {
  transition-property: top, opacity, visibility;
  display: flex;
  top: calc(100% + 0.5rem);
  opacity: 0;
  visibility: hidden;
}
.c-search__suggestions--hidden {
  transition-property: none;
  display: none;
}
.c-search__suggestions::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 1rem;
  width: 2rem;
  top: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f6ea;
}
.c-search__show-all {
  width: 100%;
  text-decoration: none;
}
.c-search--active .c-search__input-container {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}

.c-search-suggestion {
  padding-right: 0.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  height: 5rem;
  width: 100%;
  background-color: #f5f6ea;
  position: relative;
  color: #110803;
  text-decoration: none;
  z-index: 1;
}
.c-search-suggestion:hover .c-search-suggestion__image {
  transform: scale(1.1);
}
.c-search-suggestion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("../img/limestone.webp");
  background-size: cover;
  z-index: -1;
}
.c-search-suggestion__image-container {
  overflow: hidden;
  flex: 0 0 auto;
  height: 5rem;
  width: 5rem;
}
.c-search-suggestion__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  transition: all 0.2s ease-out;
}
.c-search-suggestion__text {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
}
.c-search-suggestion__title {
  overflow: hidden;
  max-height: 3.125rem;
}
@supports (-webkit-line-clamp: 2) {
  .c-search-suggestion__title {
    max-height: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.c-greek-image {
  box-sizing: border-box;
  border: 0.9375rem solid transparent;
  -o-border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
     border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-newsletter {
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  color: #110803;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8%;
  background-color: rgba(244, 130, 48, 0.9);
}
.c-newsletter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  aspect-ratio: 3/2;
  background-image: url("../img/sinksen-2024-sfeer-1.webp");
  height: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
}
.c-newsletter__input {
  width: 80%;
}

.c-event-card {
  display: inline-block;
  text-decoration: none;
  height: 100%;
  position: relative;
  background-color: #f5f6ea;
  color: #110803;
  z-index: 1;
}
@media (min-width: 992px) {
  .c-event-card {
    padding: 1.25rem;
  }
}
@media (min-width: 992px) {
  .c-event-card:hover .c-event-card__greek-key-container {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.c-event-card:hover .c-event-card__highlight, .c-event-card:hover .c-event-card__date, .c-event-card:hover .c-event-card__likes {
  opacity: 0.6;
}
.c-event-card:hover .c-event-card__highlight:hover, .c-event-card:hover .c-event-card__date:hover, .c-event-card:hover .c-event-card__likes:hover {
  opacity: 1;
}
.c-event-card:hover .c-event-card__thumbnail {
  transform: scale(1.1);
}
.c-event-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("../img/limestone.webp");
  background-size: cover;
  z-index: -1;
}
.c-event-card__thumbnail-container {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.c-event-card__thumbnail {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.c-event-card__highlight, .c-event-card__date, .c-event-card__likes {
  position: absolute;
  padding: 4px 0.375rem;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.c-event-card__highlight {
  background-color: #f48230;
  top: 4%;
  left: 4%;
}
.c-event-card__date {
  background-color: #110803;
  color: #f5f6ea;
  bottom: 4%;
  right: 4%;
}
.c-event-card__likes {
  background-color: #f5f6ea;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  bottom: 4%;
  left: 4%;
}
@media (max-width: 991px) {
  .c-event-card__body {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
.c-event-card__body-top {
  display: flex;
  gap: 0.5rem;
}
.c-event-card__title {
  flex-grow: 1;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  max-height: 4.6875rem;
}
@supports (-webkit-line-clamp: 3) {
  .c-event-card__title {
    max-height: unset;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.c-event-card__info {
  display: flex;
  gap: 1rem;
  font-weight: bold;
}
.c-event-card__time {
  flex-shrink: 0;
}
.c-event-card__street {
  color: #f48230;
  flex-grow: 1;
  overflow: hidden;
  max-height: 3rem;
}
@supports (-webkit-line-clamp: 2) {
  .c-event-card__street {
    max-height: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.c-event-card__greek-key-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 4px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: all 0.3s ease-out;
}
.c-event-card__greek-key {
  background-image: url("../img/greek-key.svg");
  background-repeat: repeat-y;
  width: 0.75rem;
}

.c-pagination {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.c-horizontal-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.c-horizontal-scroll__container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .c-horizontal-scroll__button--mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .c-horizontal-scroll__button--desktop {
    display: none;
  }
}
.c-horizontal-scroll__items {
  flex: 1 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-horizontal-scroll__items::-webkit-scrollbar {
  display: none;
}
.c-horizontal-scroll__item {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .c-horizontal-scroll__item {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 1200px) {
  .c-horizontal-scroll__item {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
.c-horizontal-scroll__lower {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.c-horizontal-scroll__bar {
  position: relative;
  border-radius: 5px;
  height: 0.625rem;
  width: 100%;
  max-width: 16rem;
  background-color: #f5f6ea;
}
.c-horizontal-scroll__bar-inner {
  position: absolute;
  border-radius: 5px;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  background-color: #f48230;
}

.c-social-button {
  color: #f5f6ea;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-social-button__link {
  box-sizing: border-box;
  width: 2.1875rem;
  height: 2.1875rem;
  text-align: center;
  font-size: 1.25rem;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.c-social-button__text {
  margin-left: 0.5rem;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s ease-out;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-social-button__text {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.c-social-button:hover .c-social-button__link {
  border-color: #f5f6ea;
}
.c-social-button:hover .c-social-button__text {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.c-badge {
  display: inline-block;
  text-align: center;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  color: #110803;
  font-weight: normal;
}
.c-badge--large {
  background-color: #d44949;
}
.c-badge--medium {
  background-color: #f48230;
}
.c-badge--small {
  background-color: #438f46;
}
.c-badge__letter {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-overview-card {
  position: relative;
  padding: 1rem 2rem;
  font-weight: bold;
  background-color: rgba(17, 8, 3, 0.9);
  box-shadow: 0px 5px 0.5rem rgba(245, 246, 234, 0.35);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-overview-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/limestone.webp");
  background-size: cover;
  z-index: -1;
}
.c-overview-card__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.c-practical-card {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  background-color: #f5f6ea;
  color: #110803;
  padding: 2rem 2rem 2.75rem 2rem;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-practical-card {
    flex-direction: column;
    text-align: center;
  }
}
.c-practical-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("../img/limestone.webp");
  background-size: cover;
  z-index: -1;
}
.c-practical-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background-image: url("../img/greek-key-smoky-black-rotated.svg");
  background-size: contain;
  background-repeat: repeat-x;
}
.c-practical-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.c-practical-card__icon {
  font-size: 3.5rem;
  min-width: 4.375rem;
  text-align: center;
}
.c-practical-card__icon--hidden {
  height: 0;
  opacity: 0;
}
.c-practical-card__button {
  width: 100%;
}
@media (min-width: 768px) {
  .c-practical-card__button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-practical-card--highlight {
  background-color: #f48230;
}

.c-checkbox {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.c-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.c-checkbox__input:focus ~ .c-checkbox__checkmark {
  outline: 3px solid rgba(244, 130, 48, 0.3);
}
.c-checkbox__input:checked ~ .c-checkbox__checkmark {
  background-color: #f48230;
}
.c-checkbox__input:checked ~ .c-checkbox__checkmark::after {
  opacity: 1;
}
.c-checkbox__checkmark {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  width: 1.5625rem;
  background-color: #f5f6ea;
  border: 1px solid #110803;
  transition: all 0.3s ease-out;
}
.c-checkbox__checkmark::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0.5625rem;
  top: 5px;
  width: 0.4375rem;
  height: 0.75rem;
  border: solid #110803;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.c-checkbox--boxed {
  width: 100%;
  padding: 0.5rem;
  background-color: #f5f6ea;
  color: #110803;
}

.c-dropdown-checkbox {
  width: 100%;
  position: relative;
}
.c-dropdown-checkbox__list {
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border: 1px solid #93948c;
  width: 100%;
  max-height: 16rem;
  overflow-y: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.3s ease-out;
  z-index: 3;
}
.c-dropdown-checkbox__item {
  border: solid #93948c;
  border-width: 1px 0;
}
.c-dropdown-checkbox--active .c-dropdown-checkbox__list {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 4;
}

.c-news-card {
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-news-card:hover .c-news-card__body {
  padding-bottom: 1rem;
}
.c-news-card:hover .c-news-card__img {
  transform: scale(1.2);
}
.c-news-card:hover .c-news-card__description {
  max-height: 6.25rem;
}
.c-news-card:hover .c-news-card__greek-key {
  opacity: 1;
}
.c-news-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.c-news-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 1.5rem;
  color: #110803;
  background-color: #f5f6ea;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.c-news-card__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("../img/limestone.webp");
  background-size: cover;
  z-index: -1;
}
.c-news-card__description {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.c-news-card__greek-key {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0.75rem solid transparent;
  opacity: 0;
  -o-border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
     border-image: url("../img/greek-key-border.svg") 25%/1/0 round;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.c-table {
  width: 100%;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.c-table__inner {
  width: 100%;
}
.c-table__header {
  position: relative;
}
.c-table__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-image: url("../img/greek-key-ivory-rotated.svg");
  background-size: contain;
  background-repeat: repeat-x;
}
.c-table__row, .c-table__header {
  box-sizing: border-box;
  height: 4.7rem;
}
.c-table__row:nth-child(even), .c-table__header {
  background-color: rgba(245, 246, 234, 0.1);
}
.c-table__row:hover {
  background-color: rgba(245, 246, 234, 0.2);
}
.c-table__cell {
  padding: 0.5rem;
  text-wrap: nowrap;
}
.c-table__cell:last-child .c-table__flex {
  justify-content: end;
}
.c-table__flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.c-dual-range-slider {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.c-dual-range-slider__container {
  width: 100%;
  height: 1.25rem;
  position: relative;
}
.c-dual-range-slider__value {
  text-align: center;
  min-width: 1.625rem;
}
.c-dual-range-slider__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 0.5rem;
  width: 100%;
  position: absolute;
  top: 35%;
  background-color: transparent;
  border-radius: 0.5rem;
  pointer-events: none;
}
.c-dual-range-slider__slider--filled {
  background-color: #f5f6ea;
}
.c-dual-range-slider__slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove default styling */
  appearance: none;
  pointer-events: all;
  height: 1.25rem;
  width: 1.25rem;
  aspect-ratio: 1;
  background-color: #f5f6ea;
  border: 1px solid #93948c;
  border-radius: 50%;
  cursor: grab;
}
.c-dual-range-slider__slider::-webkit-slider-thumb:active {
  cursor: grabbing;
}
.c-dual-range-slider__slider::-moz-range-thumb {
  pointer-events: all;
  height: 1.25rem;
  width: 1.25rem;
  aspect-ratio: 1;
  background-color: #f5f6ea;
  border: 1px solid #93948c;
  border-radius: 50%;
  cursor: grab;
}
.c-dual-range-slider__slider::-moz-range-thumb:active {
  cursor: grabbing;
}
.c-dual-range-slider__slider:focus {
  outline: none;
}
.c-dual-range-slider__slider:focus::-webkit-slider-thumb {
  outline: 3px solid rgba(244, 130, 48, 0.3);
}
.c-dual-range-slider__slider:focus::-moz-range-thumb {
  outline: 3px solid rgba(244, 130, 48, 0.3);
}

.c-footer {
  position: relative;
  background-color: rgba(17, 8, 3, 0.9);
  padding-top: 3.5625rem;
}
.c-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/limestone.webp");
  background-size: cover;
  z-index: -1;
}
.c-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5625rem;
  width: 100%;
  background-image: url("../img/greek-key-ivory-rotated.svg");
  background-size: contain;
  background-repeat: repeat-x;
}
.c-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .c-footer__nav {
    align-items: start;
  }
}
.c-footer__nav-item {
  width: 100%;
}
@media (min-width: 768px) {
  .c-footer__nav-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-footer__socials {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .c-footer__socials {
    flex-direction: column;
    justify-content: start;
    gap: 1rem;
  }
}
.c-footer__kortrijk-logo-copy {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .c-footer__kortrijk-logo-copy {
    justify-content: end;
  }
}
@media (min-width: 992px) {
  .c-footer__kortrijk-logo-copy {
    align-items: end;
  }
}
.c-footer__kortrijk-logo {
  max-width: 80%;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .c-footer__kortrijk-logo {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .c-footer__kortrijk-logo {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .c-footer__kortrijk-logo {
    max-width: 75%;
  }
}
@media (min-width: 1400px) {
  .c-footer__kortrijk-logo {
    max-width: 50%;
  }
}
.c-footer__disclaimer {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0 auto;
  border-top: 5px solid transparent;
  padding: calc(0.5rem + 5px) 1.5rem 0.5rem 1.5rem;
  text-align: center;
}
.c-footer__disclaimer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-image: url("../img/greek-key-rotated.svg");
  background-size: contain;
  background-repeat: repeat-x;
}
.c-footer__howest-logo {
  display: inline-block;
  width: 6rem;
}

.c-page-not-found {
  width: 100%;
  fill: #f48230;
  margin-bottom: 1rem;
}

/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/
.u-highlight-text {
  color: #f48230;
}

.u-hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

@media (min-width: 992px) {
  .u-sticky-desktop {
    position: sticky;
    top: 4rem;
    z-index: 2;
  }
}

.u-ivory-text {
  color: #f5f6ea;
}

.u-smoky-black-text {
  color: #110803;
}

.u-safety-orange-text {
  color: #f48230;
}

.u-poppy-text {
  color: #d44949;
}

.u-forest-green-text {
  color: #438f46;
}