/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
.navbar {
  background-color: #2f9cc6 !important;
  box-shadow: black 1px 5px 17px;
}
.navbar-nav {
  display: flex;
  align-items: center;
}
.navbar-brand-img {
  width: auto;
  height: 6rem;
}

.nav-link {
  color: white;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #a30606;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 5px;
}
.nav-link:hover {
  border: 1px solid #a30606;
  color: #a30606;
}

.navbar-nav .nav-link.active {
  color: #a30606;
}

.c-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
  border-top: 1px solid #d9ad5b;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .c-footer {
    justify-content: center;
  }
}
.c-footer__logos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-footer__logos--single {
  margin-bottom: 10px;
}
.c-footer__logos--kortrijk {
  height: auto;
  width: 60%;
}
.c-footer__logos--sinksen {
  height: auto;
  width: 30%;
}
.c-footer__socials {
  display: flex;
}
.c-footer__info {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}
.c-footer__title {
  color: #d9ad5b;
}
.c-footer__address {
  margin-left: 1rem;
}
.c-footer__input {
  border: 2px solid white;
  background-color: transparent;
  border-radius: 5px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  width: 15.5rem;
}
.c-footer__signup {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .c-footer__signup {
    align-items: center;
  }
}
.c-footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .c-footer__content {
    align-items: center;
  }
}
.c-footer__containerlocation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-footer__copyright {
  color: white;
}

.u-body {
  background-color: #802323;
}

.u-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.u-margin--category {
  margin-bottom: 5rem !important;
}

.u-title {
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
}

.u-colomn {
  display: flex;
  flex-direction: column;
}

.u-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.u-top {
  margin: 13rem;
}

.u-contact {
  display: flex;
  flex-direction: row;
  margin: 5rem;
  margin-top: 2rem;
}
@media (max-width: 769px) {
  .u-contact {
    flex-direction: column-reverse;
  }
}

.u-hidden {
  display: none;
}

.u-autowidth {
  width: -moz-fit-content;
  width: fit-content;
}

.u-autoheight {
  height: -moz-fit-content;
  height: fit-content;
}

.c-typography {
  font-family: "Display Fair", "sans-serif";
  font-size: 1rem;
  cursor: default;
}
.c-typography__H1 {
  font-size: 2rem;
  font-weight: 500;
}
.c-typography__H2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.c-typography__bold {
  font-size: 1rem;
  font-weight: 700;
}
.c-typography__link {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
.c-typography__caption {
  font-size: 1rem;
  font-weight: 400;
}

.c-socialicons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 1rem;
  background-image: url(../img/footer/icons/lotusflower.png);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.c-socialicons__background {
  margin-top: 1rem;
  margin-left: 1rem;
}
.c-socialicons__icon {
  color: #d9ad5b;
  margin-bottom: 14px;
  margin-left: 5px;
}
.c-socialicons__icon:hover {
  color: #2f9cc6;
}

.c-zoekbalk {
  display: flex;
  align-items: center;
  margin-top: 16px;
  height: 6.5911rem;
  padding: 1rem;
  margin-right: 10px;
  border-radius: 5px;
}
.c-zoekbalk--location {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  background-color: #2a8cb1;
}
.c-zoekbalk__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #d9ad5b solid 1px;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.c-zoekbalk__label--locations {
  border-bottom: #a30606 solid 1px;
}
.c-zoekbalk__img {
  margin-left: 2rem;
}
.c-zoekbalk__tekst {
  margin-right: 2rem;
}
.c-zoekbalk__input {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  padding-left: 1rem;
  padding-bottom: 10px;
  padding-top: 10px;
}
.c-zoekbalk__img {
  margin-left: 1rem;
}

/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
.navbar {
  background-color: #2f9cc6 !important;
  box-shadow: black 1px 5px 17px;
}
.navbar-nav {
  display: flex;
  align-items: center;
}
.navbar-brand-img {
  width: auto;
  height: 6rem;
}

.nav-link {
  color: white;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #a30606;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 5px;
}
.nav-link:hover {
  border: 1px solid #a30606;
  color: #a30606;
}

.navbar-nav .nav-link.active {
  color: #a30606;
}

.c-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
  border-top: 1px solid #d9ad5b;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .c-footer {
    justify-content: center;
  }
}
.c-footer__logos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-footer__logos--single {
  margin-bottom: 10px;
}
.c-footer__logos--kortrijk {
  height: auto;
  width: 60%;
}
.c-footer__logos--sinksen {
  height: auto;
  width: 30%;
}
.c-footer__socials {
  display: flex;
}
.c-footer__info {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}
.c-footer__title {
  color: #d9ad5b;
}
.c-footer__address {
  margin-left: 1rem;
}
.c-footer__input {
  border: 2px solid white;
  background-color: transparent;
  border-radius: 5px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  width: 15.5rem;
}
.c-footer__signup {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .c-footer__signup {
    align-items: center;
  }
}
.c-footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .c-footer__content {
    align-items: center;
  }
}
.c-footer__containerlocation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-footer__copyright {
  color: white;
}

.u-body {
  background-color: #802323;
}

.u-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.u-margin--category {
  margin-bottom: 5rem !important;
}

.u-title {
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
}

.u-colomn {
  display: flex;
  flex-direction: column;
}

.u-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.u-top {
  margin: 13rem;
}

.u-contact {
  display: flex;
  flex-direction: row;
  margin: 5rem;
  margin-top: 2rem;
}
@media (max-width: 769px) {
  .u-contact {
    flex-direction: column-reverse;
  }
}

.u-hidden {
  display: none;
}

.u-autowidth {
  width: -moz-fit-content;
  width: fit-content;
}

.u-autoheight {
  height: -moz-fit-content;
  height: fit-content;
}

.c-typography {
  font-family: "Display Fair", "sans-serif";
  font-size: 1rem;
  cursor: default;
}
.c-typography__H1 {
  font-size: 2rem;
  font-weight: 500;
}
.c-typography__H2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.c-typography__bold {
  font-size: 1rem;
  font-weight: 700;
}
.c-typography__link {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
.c-typography__caption {
  font-size: 1rem;
  font-weight: 400;
}

.c-socialicons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 1rem;
  background-image: url(../img/footer/icons/lotusflower.png);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.c-socialicons__background {
  margin-top: 1rem;
  margin-left: 1rem;
}
.c-socialicons__icon {
  color: #d9ad5b;
  margin-bottom: 14px;
  margin-left: 5px;
}
.c-socialicons__icon:hover {
  color: #2f9cc6;
}

.c-zoekbalk {
  display: flex;
  align-items: center;
  margin-top: 16px;
  height: 6.5911rem;
  padding: 1rem;
  margin-right: 10px;
  border-radius: 5px;
}
.c-zoekbalk--location {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  background-color: #2a8cb1;
}
.c-zoekbalk__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #d9ad5b solid 1px;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.c-zoekbalk__label--locations {
  border-bottom: #a30606 solid 1px;
}
.c-zoekbalk__img {
  margin-left: 2rem;
}
.c-zoekbalk__tekst {
  margin-right: 2rem;
}
.c-zoekbalk__input {
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  padding-left: 1rem;
  padding-bottom: 10px;
  padding-top: 10px;
}
.c-zoekbalk__img {
  margin-left: 1rem;
}

/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.card {
  display: flex;
  align-items: center;
  height: 90%;
  margin-left: 2rem;
  margin-right: 2rem;
  border: 10px solid transparent;
  border-image-source: url(../img/card/openscroll.svg);
  border-image-slice: 113 27 102 27;
  border-image-width: 50px 20px 50px 20px;
  border-image-outset: 0px 24px 0px 24px;
  border-image-repeat: stretch space;
  background-color: transparent;
  background-image: url(../img/card/background_card.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.card-content {
  margin: 0;
}
.card-info {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.card-img-top {
  width: 90%;
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #a30606;
  border-radius: 5px;
}
.card-title {
  text-align: center;
}
.card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}

.badge {
  cursor: help;
  content: "!";
}
@media (max-width: 768px) {
  .badge {
    content: "Sinksen tip!";
  }
}
.badge:hover::after {
  content: "Sinksen tip!";
  background-color: #ddd;
  color: black;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: -130%;
  left: 50%;
  font-size: 0.8rem;
  z-index: 10;
  white-space: nowrap;
  text-align: center;
}

.translate-middle {
  transform: translate(-200%, 10%) !important;
}

.badge .btn {
  min-width: -moz-max-content;
  min-width: max-content;
}

.bg-info {
  background-color: #a30606 !important;
}

.carousel {
  display: flex;
  justify-content: center;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -20%;
  left: 0;
}
.carousel-item-start {
  width: 100%;
  overflow: hidden;
}
.carousel-img {
  width: auto;
  height: 20rem;
}
.carousel-inner {
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  border: 3px solid #d9ad5b;
}
.carousel-caption {
  position: absolute;
  left: 5px;
  bottom: -15px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.carousel-control-next {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  right: 10%;
}
.carousel-control-next-icon {
  background-image: url(../img/carousel/icon/arrow.svg);
  transform: rotateZ(180deg);
  background-color: #d9ad5b;
  border-radius: 5px;
}
.carousel-control-prev {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 10%;
}
.carousel-control-prev-icon {
  background-image: url(../img/carousel/icon/arrow.svg);
  background-color: #d9ad5b;
  border-radius: 5px;
}

.carousel-indicators [data-bs-target] {
  background-color: #d9ad5b;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-cta {
  display: flex;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
  color: #a30606;
  background-color: transparent;
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 5px;
  border-bottom: solid #a30606;
  border-top: solid transparent;
  cursor: pointer;
}
.c-cta:hover {
  border-top: solid #a30606;
}
.c-cta--secondary {
  color: #2f9cc6;
  border-bottom: solid #2f9cc6;
}
.c-cta--secondary:hover {
  border-top: solid #2f9cc6;
}

.c-form {
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-decoration: none;
  background-color: #2f9cc6;
  padding: 0.625rem 1.875rem 0.625rem 1.875rem;
  margin-top: 5px;
  border-bottom: solid #2f9cc6;
  border-radius: 5px;
  cursor: pointer;
}
.c-form:hover {
  color: #2f9cc6;
  background-color: transparent;
}

.c-hero {
  background-image: url(../img/hero/hero.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 1rem;
  margin-bottom: 5rem;
}
@media (max-width: 769px) {
  .c-hero {
    background-image: none;
  }
}
.c-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-hero__title {
  color: white;
}
.c-hero__description {
  text-align: center;
  color: white;
  width: 40%;
}
@media (max-width: 426px) {
  .c-hero__description {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-hero__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
}
.c-hero__btn {
  margin-bottom: 2rem;
  margin-top: 5rem;
}

.c-rommelmarkt {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/rommelmarkt/Jarne-Dierickx-006.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.c-rommelmarkt__title {
  color: white;
  margin-top: 3rem;
}
.c-rommelmarkt__description {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5rem;
  color: white;
}
.c-rommelmarkt__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5rem;
}
.c-rommelmarkt__button {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.c-carousel {
  width: auto;
  height: 100%;
}
.c-carousel__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.c-carousel__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.c-carousel__txt {
  color: white;
}

/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.form-group {
  color: white;
}

.choices__list {
  color: black;
}

.mapboxgl-ctrl-top-right {
  pointer-events: all !important;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
input {
  color: white;
}

input::-moz-placeholder {
  color: white;
}

input::placeholder {
  color: white;
}

a {
  text-decoration: none;
  color: black;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-active {
  background-color: white !important;
}

.c-map {
  width: 100%;
  height: 30rem;
  border: 2px solid #2f9cc6;
  border-radius: 5px;
}
.c-map__marker {
  cursor: pointer;
  width: 2rem;
  height: 3rem;
  background-image: url(../img/markers/location.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-map__marker--organizationwc {
  background-image: url(../img/markers/icons/wc.png);
}
.c-map__marker--organizationrecyclage {
  background-image: url(../img/markers/icons/recyclage.png);
}
.c-map__marker--organizationinfopunt {
  background-image: url(../img/markers/icons/infopunt.png);
}
.c-map__marker--organizationfiets {
  background-image: url(../img/markers/icons/bycicle.png);
}

.c-filters {
  color: black;
  display: flex;
  margin-top: 1rem;
  justify-content: flex-start;
  overflow-x: auto;
  height: 5rem;
}
.c-filters :hover {
  background-color: white;
}
.c-filters__label {
  display: flex;
  align-items: center;
  margin: 1rem;
  background-color: #d9ad5b;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.c-filters__input {
  display: none;
}
.c-filters__img {
  width: auto;
  height: 100%;
  margin-right: 10px;
}
@media (max-width: 426px) {
  .c-filters__img {
    margin-right: 0;
  }
}
@media (max-width: 426px) {
  .c-filters__description {
    display: none;
  }
}

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