/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
@import url("https://use.typekit.net/blf2mpi.css");
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(152, 194, 29, 0.2);
}
@media (min-width: 992px) {
  .navbar-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar-nav .nav-link {
  text-wrap: nowrap;
  margin: 0.3rem 0;
  color: #003e52;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link::after {
    display: block;
    content: "";
    border-bottom: 2px solid #003e52;
    -o-border-image: linear-gradient(#003e52, #003e52) 1;
       border-image: linear-gradient(#003e52, #003e52) 1;
    transform-origin: center bottom;
    transform: scaleX(0);
    transition: transform 0.3s ease-out, border-image 0.1s ease-in-out;
    transition: transform 0.3s ease-out, border-image 0.1s ease-in-out, -o-border-image 0.1s ease-in-out;
  }
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
  color: #003e52;
  background-color: rgba(152, 194, 29, 0.1);
}
@media (min-width: 992px) {
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
    background-color: transparent;
  }
  .navbar-nav .nav-link:hover::after, .navbar-nav .nav-link:focus::after, .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
  }
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
  background-color: rgba(137, 175, 26, 0.2);
}
@media (min-width: 992px) {
  .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active {
    background-color: transparent;
  }
  .navbar-nav .nav-link:focus::after, .navbar-nav .nav-link.active::after {
    -o-border-image: linear-gradient(90deg, #e40429 25%, #003e52 25%, #003e52 50%, #98c21d 50%, #98c21d 75%, #fde75d 75%) 1;
       border-image: linear-gradient(90deg, #e40429 25%, #003e52 25%, #003e52 50%, #98c21d 50%, #98c21d 75%, #fde75d 75%) 1;
  }
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
}
.carousel-control-next::before, .carousel-control-prev::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 3.5rem;
  height: 3.5rem;
  filter: invert(1) grayscale(100);
}
.carousel-control-next::before {
  transform: rotate(180deg);
}

.badge {
  box-sizing: border-box;
  padding: 0.3rem;
  width: 1.75rem;
  font-size: 1rem;
  aspect-ratio: 1;
  text-shadow: 1px 1px 0 rgba(104, 104, 104, 0.1), -1px 1px 0 rgba(104, 104, 104, 0.1), -1px -1px 0 rgba(104, 104, 104, 0.1), 1px -1px 0 rgba(104, 104, 104, 0.1);
}
.badge.bg-warning {
  background-color: #fde75d !important;
}
.badge.bg-success {
  background-color: #98c21d !important;
}

.modal-content {
  padding: 1rem 1.5rem;
}
.modal-header {
  border: none;
}
.modal-footer {
  justify-content: flex-start;
  gap: 1rem;
  border: none;
}

.form-floating > .form-control {
  border-radius: 1rem;
  border-color: #003e52;
}
.form-floating > .form-control:focus {
  border-color: #98c21d;
  box-shadow: 0 0 0 0.25rem rgba(152, 194, 29, 0.2);
}
.form-floating > textarea.form-control {
  height: 6.25rem;
}

.toast {
  position: fixed;
  bottom: 3vh;
  right: 2vw;
  z-index: 9999;
  background-color: rgba(245, 245, 245, 0.9);
  border: 2px solid rgba(228, 4, 41, 0.3);
  color: #686868;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
body {
  background-color: #ffffff;
  color: #686868;
  font-family: "azo-sans-web", sans-serif;
  font-size: 1rem;
}

h1,
h2,
h3 {
  font-family: "komet", sans-serif;
  font-weight: bold;
  color: #003e52;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

small {
  font-size: 0.75rem;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-nav__logo {
  max-width: 10.9375rem;
  max-height: 3.75rem;
}

.c-header {
  position: relative;
}
@media (min-width: 992px) {
  .c-header {
    overflow: hidden;
  }
}
.c-header__carousel-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 150rem;
  min-height: 37.5rem;
  height: 85vh;
  max-height: 58rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header__carousel-image--image3 {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.c-header__text-container {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  color: white;
}
@media (min-width: 992px) {
  .c-header__text-container {
    bottom: -7rem;
  }
}
.c-header__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  padding: 3rem 1.5rem;
  background-color: rgba(0, 62, 82, 0.7);
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .c-header__text {
    aspect-ratio: 1/1;
    padding: 1.5rem;
    border-radius: 50%;
  }
}
.c-header__title {
  text-align: center;
  color: #ffffff;
}
.c-header__text-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-article {
  margin: 6rem 0;
}
@media (min-width: 992px) {
  .c-article {
    margin: 12rem 0;
  }
}
.c-article--less-margin {
  margin: 6rem 0;
}
.c-article__image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.c-suggestions {
  margin: 6rem 0;
}
@media (min-width: 992px) {
  .c-suggestions {
    margin: 12rem 0;
  }
}
.c-suggestions__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 5px 5px 0.8125rem rgba(0, 0, 0, 0.25);
}
.c-suggestions__image {
  width: 100%;
  height: auto;
  border-radius: 1rem 1rem 0 0;
}
.c-suggestions__cardtext {
  padding: 1rem 2rem 0.5rem;
  color: #98c21d;
  font-weight: bold;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.c-suggestions__badge {
  font-size: 1.5rem;
  width: 2.3125rem;
  padding: 0.4rem 0.3rem 0.2rem;
}
.c-suggestions__badge-container {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(-125%);
}

.c-promo {
  position: relative;
}
.c-promo__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.c-promo__btn-container {
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .c-promo__btn-container {
    margin-top: 0;
    position: absolute;
    bottom: 7%;
    left: 5%;
  }
}

.c-newsshort {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .c-newsshort {
    margin-top: 12rem;
  }
}
.c-newsshort__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 5px 5px 0.8125rem rgba(0, 0, 0, 0.25);
}
.c-newsshort__image {
  width: 100%;
  height: auto;
  border-radius: 1rem 1rem 0 0;
}
.c-newsshort__cardtext {
  padding: 1rem 2rem;
}
.c-newsshort__body {
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-newsbanner {
  margin-top: 3rem;
  margin-bottom: 6rem;
  background-image: url("../images/brievenbussen.webp");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 13.125rem;
}
.c-newsbanner__title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.c-headerimage {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 65%;
     object-position: 50% 65%;
  border-radius: 1rem;
}

.c-menu {
  margin: 6rem 0;
}
.c-menu__categories {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-menu__badge-legend {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.c-menu__segment {
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 4px solid #98c21d;
  padding-right: 0;
}
@media (min-width: 992px) {
  .c-menu__segment {
    padding-bottom: 0;
    border-bottom: none;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .c-menu__segment {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .c-menu__segment--border-right {
    border-right: 4px solid #98c21d;
  }
}
.c-menu__list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
}
@media (max-width: 575.9px) {
  .c-menu__list {
    gap: 1rem;
  }
}
.c-menu__listitem {
  width: 100%;
  min-height: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-menu__mainitem {
  flex-grow: 1;
  display: flex;
  align-items: baseline;
}
.c-menu__connector {
  margin: 0 5px;
  border-bottom: 2px dotted #98c21d;
  height: 100%;
  flex-grow: 1;
}
.c-menu__badge-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 1.875rem;
}
@media (min-width: 576px) {
  .c-menu__badge-container {
    width: 3.75rem;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .c-groupmenu {
    margin: 12rem 0;
  }
}
.c-groupmenu__card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 5px 5px 0.8125rem rgba(0, 0, 0, 0.25);
}
.c-groupmenu__image {
  width: 100%;
  height: auto;
  border-radius: 1rem 1rem 0 0;
}
.c-groupmenu__cardtext {
  padding: 2rem;
  height: 100%;
  min-height: 16.625rem;
  display: flex;
  flex-direction: column;
}
.c-groupmenu__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  gap: 1rem;
}
@media (min-width: 992px) {
  .c-groupmenu__body {
    flex-direction: row;
    align-items: stretch;
  }
}
.c-groupmenu__meals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}
@media (min-width: 993px) {
  .c-groupmenu__meals {
    max-width: 50%;
  }
}
.c-groupmenu__meal {
  margin: 0;
  border-top: 2px solid #98c21d;
  padding: 0.5rem 0;
  width: 100%;
}
.c-groupmenu__meal:first-child {
  padding-top: 0;
  border-top: none;
}
.c-groupmenu__details {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .c-groupmenu__details {
    width: 50%;
  }
}
.c-groupmenu__icon {
  font-size: 2.5rem;
  color: #003e52;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.c-groupmenu__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #003e52;
  font-weight: bold;
  text-align: center;
}
.c-groupmenu__pricelarge {
  font-size: 1.5rem;
}

.c-teammembers {
  margin: 6rem 0;
}
.c-teammembers__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-teammembers__image {
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  aspect-ratio: 1;
  width: 100%;
  max-width: 18.75rem;
  height: auto;
}

.c-contact {
  margin: 6rem 0;
}
.c-contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-contact__info {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
}
.c-contact__infoitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  color: #003e52;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.c-contact__infoitem:hover {
  color: #89af1a;
}
.c-contact__infoitem:active {
  color: #7a9b17;
}
.c-contact__infoicon {
  aspect-ratio: 1;
  width: 2.5rem;
  text-align: center;
  font-size: 2.5rem;
}
.c-contact__museum {
  background-color: #f5f5f5;
  box-shadow: 5px 5px 0.8125rem rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
}
.c-contact__museum-logo {
  display: block;
  margin-bottom: 1.5rem;
  max-width: 6.25rem;
}
.c-contact__map {
  width: 100%;
  height: 25rem;
  border-radius: 1rem;
  box-shadow: 5px 5px 0.8125rem rgba(0, 0, 0, 0.25);
}

.c-cta {
  margin-top: 6rem;
  height: 28rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.c-cta--home-background {
  background-image: url("../images/gezellige_klanten.webp");
  background-position: 50% 40%;
}
.c-cta--menu-background {
  background-image: url("../images/koerskaffee_gebouw.webp");
}
.c-cta--group-background {
  background-image: url("../images/eet_zaal.webp");
  background-position: 50% 70%;
}
.c-cta--team-background {
  background-image: url("../images/prei.webp");
}
.c-cta--contact-background {
  background-image: url("../images/sfeer2.webp");
  background-position: 50% 68%;
}
.c-cta--top {
  justify-content: start;
}
.c-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 62, 82, 0.7);
  padding: 1rem;
  border-radius: 1rem;
}
.c-cta__text {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "komet", sans-serif;
  text-align: center;
  margin: 0;
  color: white;
}
.c-cta__text--smaller {
  font-size: 2rem;
}
.c-cta__buttons {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.c-footer {
  background-color: #003e52;
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
  color: #ffffff;
}
.c-footer__kaffee-logo {
  width: 100%;
  height: auto;
  max-height: 100px;
}
.c-footer__museum-container {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-footer__museum-container {
    margin-top: 0;
    text-align: start;
  }
}
.c-footer__museum-logo {
  width: 100%;
  max-width: 7rem;
  display: inline-block;
  margin-top: 0.5rem;
  height: auto;
}
@media (min-width: 768px) {
  .c-footer__museum-logo {
    width: calc((100% - 6rem) * 0.4 + 1.5rem);
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .c-footer__museum-logo {
    width: calc((100% - 3rem) * 0.3333333333 + 0rem);
  }
}
.c-footer__socials {
  font-size: 2.5rem;
  text-decoration: none;
  color: white;
}
.c-footer__row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.c-footer__title {
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .c-footer__title {
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
}
.c-footer__list {
  list-style-type: none;
  padding: 0;
}
.c-footer__listitem {
  margin: 0.75rem 0;
}
@media (min-width: 992px) {
  .c-footer__listitem {
    margin: 0;
  }
}
.c-footer__disclaimer {
  margin-top: 3rem;
  border-top: 1px solid #ffffff;
  padding: 0.75rem;
  text-align: center;
}
.c-footer__howest-logo {
  display: inline-block;
  width: 5rem;
}

.c-btn {
  display: inline-block;
  margin: 0;
  border: 0;
  border-radius: 1rem;
  padding: 0.7rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #98c21d;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  transition-property: margin, padding, background-color, width, font-size;
}
.c-btn:hover {
  padding: 0.7rem calc(0.7rem + 1.97px);
  margin: 0 -1.97px;
  background-color: #89af1a;
}
.c-btn:active {
  transition-duration: 0.1s;
  padding: 0.7rem;
  margin: 0.985px 3.94px;
  font-size: 0.9rem;
  background-color: #7a9b17;
}
@media (max-width: 991.9px) {
  .c-btn--stretch-mobile {
    width: 100%;
  }
  .c-btn--stretch-mobile:hover {
    width: calc(100% + 3.94px);
  }
  .c-btn--stretch-mobile:active {
    width: calc(100% - 7.88px);
  }
}
.c-btn--secondary {
  color: #98c21d;
  background-color: transparent;
  border: 1px solid #98c21d;
}
.c-btn--secondary:hover {
  background-color: rgba(137, 175, 26, 0.2);
}
.c-btn--secondary:active {
  background-color: rgba(122, 155, 23, 0.3);
}

.c-link {
  color: #98c21d;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.c-link:hover {
  color: #89af1a;
  text-decoration: underline;
}
.c-link:active {
  color: #7a9b17;
  text-decoration: underline;
}

.c-devider {
  border-bottom: 0.375rem solid;
  -o-border-image: linear-gradient(90deg, #e40429 25%, #003e52 25%, #003e52 50%, #98c21d 50%, #98c21d 75%, #fde75d 75%) 1;
     border-image: linear-gradient(90deg, #e40429 25%, #003e52 25%, #003e52 50%, #98c21d 50%, #98c21d 75%, #fde75d 75%) 1;
}

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