/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/*---------------------------------------/*
 # GENERIC
/*---------------------------------------*/
.navbar {
  --bs-navbar-toggler-border-color: 0;
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0;
}

.navbar-nav {
  display: flex;
  justify-content: space-around;
}

.navbar-nav .nav-link.active {
  border-top: 2px solid #25408f;
  border-bottom: 2px solid #25408f;
  color: #e7373c;
}

.nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  color: black;
  margin: 0.5rem;
}
.nav-link:hover {
  border-top: 2px solid #25408f;
  border-bottom: 2px solid #25408f;
  color: #e7373c;
}

.bi-list {
  font-size: 3rem;
}

.carousel {
  margin-bottom: 5rem;
}

.bi-facebook:hover,
.bi-instagram:hover {
  color: #e7373c;
}

.card {
  border: none;
}

.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-danger {
  background-color: #e7373c;
}

.btn-primary:hover {
  background-color: #25408f;
}

.modal-header,
.modal-footer {
  border: none;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-video {
  margin-bottom: 5rem;
  margin-top: 5rem;
  height: 50rem;
  width: 100%;
}

.c-imgtekst {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: row;
}
@media (max-width: 768px) {
  .c-imgtekst {
    display: flex;
    flex-direction: column;
  }
}
.c-imgtekst__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .c-imgtekst__body {
    margin-left: 2rem;
  }
}
.c-imgtekst__title {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: #e7373c;
  border-bottom: 2px solid #25408f;
}
.c-imgtekst__text {
  display: flex;
}

.c-promo {
  margin-bottom: 5rem;
}
.c-promo__svg {
  position: relative;
  display: inline-block;
}
.c-promo__promo {
  position: absolute;
  top: 10rem;
  left: 10rem;
}
.c-promo__badge {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: absolute;
  margin-top: 24px;
  margin-left: -207px;
  padding: 1rem;
}
@media (max-width: 992px) {
  .c-promo__badge {
    margin-top: 16px;
    margin-left: -170px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .c-promo__badge {
    margin-top: 11px;
    margin-left: -162px;
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media (max-width: 576px) {
  .c-promo__badge {
    margin-top: 12px;
    margin-left: -108px;
    font-size: 10px;
    padding: 0.5rem;
  }
}

.c-merkenpage {
  color: #e7373c;
  text-align: center;
  border-bottom: 2px solid #25408f;
  margin-top: 5rem;
}

.c-merkenimage {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 992px) {
  .c-merkenimage {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-merkenimage__title {
  color: #e7373c;
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid #25408f;
}
.c-merkenimage__img {
  margin: 1rem;
}

.c-card {
  border: none;
}
.c-card__title {
  color: #e7373c;
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid #25408f;
}

.c-card {
  display: flex;
  flex-direction: column;
}

.c-contact {
  display: flex;
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .c-contact {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.c-contact__aanmeldentitle {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  color: #e7373c;
  text-align: end;
}
@media (max-width: 992px) {
  .c-contact__aanmeldentitle {
    text-align: center;
    font-size: 2rem;
  }
}
.c-contact__urentitle {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  color: #e7373c;
}
@media (max-width: 992px) {
  .c-contact__urentitle {
    text-align: center;
    font-size: 2rem;
  }
}
.c-contact__uren {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: black;
}
.c-contact__contactinfo {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-align: end;
}
@media (max-width: 992px) {
  .c-contact__contactinfo {
    text-align: center;
  }
}
.c-contact__openinguren {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #e7373c;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .c-contact__openinguren {
    text-align: center;
    margin: 0;
  }
}

.c-socials {
  margin-top: 5rem;
  text-align: center;
}
.c-socials__welke {
  margin-bottom: 1rem;
}
.c-socials__icons {
  font-size: 200%;
}
.c-socials__icons--links {
  color: black;
}

.c-googlemaps {
  width: 100%;
  height: 20rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-about__title {
  color: #e7373c;
  text-align: center;
  border-bottom: 2px solid #25408f;
  margin-bottom: 1rem;
}
.c-about__text {
  font-family: "Open Sans", sans-serif;
}
.c-about__text--title {
  font-size: 1.5rem;
}
.c-about__text--brand {
  font-size: 1rem;
  color: #25408f;
}

.c-inschrijven {
  color: rgb(250, 250, 250);
  text-align: center;
  background: url(../img/tonyoptiek.jpg) no-repeat center center;
  background-size: cover;
  padding: 10rem 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.c-inschrijven__body {
  margin-top: 5rem;
}
.c-inschrijven__tekst {
  margin-top: 2rem;
}

.c-footer {
  display: flex;
  flex-direction: column;
}
.c-footer__upperpart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 1rem;
  margin: 1rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 992px) {
  .c-footer__upperpart {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.c-footer__lowerpart {
  display: flex;
}
@media (max-width: 992px) {
  .c-footer__lowerpart {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.c-footer__form {
  width: 50%;
}
@media (max-width: 992px) {
  .c-footer__form {
    width: 100%;
  }
}
.c-footer__aanmelden {
  margin-left: 2rem;
}
.c-footer__list {
  display: flex;
  text-align: center;
  padding: 0;
}
@media (max-width: 768px) {
  .c-footer__list {
    display: flex;
    flex-direction: column;
  }
}
.c-footer__socials {
  display: flex;
  text-align: center;
  padding: 0;
}
.c-footer__item {
  padding: 0.5rem;
  font-size: 200%;
  color: black;
  margin: 0;
}
.c-footer__sociallinks {
  color: black;
}
.c-footer__sociallinks :hover {
  color: #e7373c;
}
.c-footer__navfooter {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin: 1rem;
  color: black;
  text-decoration: none;
}
.c-footer__urentitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  align-items: center;
  text-align: end;
}
@media (max-width: 992px) {
  .c-footer__urentitle {
    text-align: center;
  }
}
.c-footer__uren {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-align: end;
}
@media (max-width: 992px) {
  .c-footer__uren {
    text-align: center;
  }
}
.c-footer__aanmeldentitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
.c-footer--socials {
  font-size: 200%;
  padding-left: 0;
}
.c-footer__item {
  list-style-type: none;
  text-decoration: none;
}
.c-footer__socials {
  display: flex;
  flex-direction: row;
}
.c-footer__richting {
  text-decoration: none;
  color: #e7373c;
}
.c-footer__school {
  text-decoration: none;
  color: #25408f;
}
.c-footer__link {
  text-decoration: none;
}
.c-footer__credentials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .c-footer__credentials {
    flex-direction: column;
  }
}
.c-footer__credentials--img {
  width: 9%;
  height: 5rem;
}
@media (max-width: 768px) {
  .c-footer__credentials--img {
    height: 10rem;
    width: 14rem;
  }
}

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