/*
  Theme Name: Mijnkerk Child
  Template:   mijnkerk
  Version:    1.0
*/

:root {
}

/* ============================================================
   ALGEMEEN
============================================================ */

/* --- Font --- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
section.verwijzingen h4 {
  font-family:
    calibri,
    Calibri,
    Open Sans,
    Arial;
  font-weight: 400;
  text-transform: uppercase;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--hoofdkleur-1);
}

body h1 {
  font-size: 48px !important;
}

body h2,
body h3 {
  font-size: var(--h3);
}

.section-inner-wrap > h2 {
  font-size: var(--h3);
}

section.verwijzingen .verwijzing-titel,
section.verwijzingen h4 {
  font-size: var(--h6) !important;
  color: var(--hoofdkleur-1) !important;
}

/* --- Buttons --- */

.button:not(.button-disabled) {
  box-shadow: none;
}

.button:not(.button-disabled):hover {
  border: 2px solid;
  box-shadow: none;
}

.button:hover {
  transform: translate(0);
}

/* ============================================================
   HEADER
============================================================ */

/* ============================================================
   MENU
============================================================ */

/* ============================================================
   HOME
============================================================ */

/* --- Hero --- */

.home .hero {
  min-height: calc(100vh - 440px);
}

.home .hero .hero-tekst {
  font-size: var(--xl-text);
}

/* --- Hero media grid --- */

.home .hero .media {
  display: grid !important;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: var(--s-space);
}

@media (min-width: 768px) {
  .home .hero .media {
    min-height: 100%;
    height: calc(100vh - 590px) !important;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .home .hero .media {
    width: calc(100%) !important;
  }
}

@media (min-width: 1605px) {
  .home .hero .media {
    width: calc(50vw - 20px) !important;
    max-width: calc(50vw - 20px);
    margin-right: calc(-50vw + 805px);
  }
}

@media (max-width: 767px) {
  .home .hero .media {
    height: 350px !important;
    width: calc(100%) !important;
    max-width: calc(100%) !important;
  }
}

.home .hero .media img {
  min-height: auto !important;
  height: 100% !important;
  border-radius: var(--borderradius);
}

.home .hero .media img:nth-child(1) {
  grid-area: 1 / 1 / 3 / 4;
}
.home .hero .media img:nth-child(2) {
  grid-area: 1 / 4 / 3 / 6;
}
.home .hero .media img:nth-child(3) {
  grid-area: 3 / 1 / 4 / 2;
}
.home .hero .media img:nth-child(4) {
  grid-area: 4 / 1 / 5 / 2;
}
.home .hero .media img:nth-child(5) {
  grid-area: 3 / 2 / 5 / 3;
}
.home .hero .media img:nth-child(6) {
  grid-area: 3 / 3 / 5 / 6;
}

/* --- Secties --- */

#herohome .div-block.media {
  align-items: flex-end;
}

#catering .div-block {
  justify-content: center;
}

#evenementen div.div-block.text-block {
  border-top: 0px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-color: #d2ebf7;
  border-style: solid;
}

#waarom div.tekst-container {
  padding: 0;
}

#waarom a.box-shadow {
  background: none;
}

#waarom h4 {
  padding-top: 20px;
}

/* ============================================================
   PAGE
============================================================ */

section.tekst-afbeelding .auto:not(.slider) img {
  width: 80%;
  align-items: flex-end;
}

section.tekst-afbeelding:not(.hero) .tekst-inner {
  background-color: transparent;
}

#overons .div-block {
  justify-content: center;
}

/* --- Catering opties --- */

#catering-opties .dashicons {
  font-size: 30px;
  padding-right: 40px;
  height: auto;
}

.optie {
  display: flex;
  align-items: center;
}

/* --- Contact --- */

.form {
  background-color: var(--achtergrondkleur-2);
  padding: 20px;
  border-radius: 12px;
}

#contact h3 {
  margin-bottom: 24px;
}

#contact .dashicons {
  background: var(--achtergrondkleur-2);
  padding: 20px;
  color: var(--hoofdkleur-1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.contact-list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-list__info {
  margin-left: 30px;
}

/* ============================================================
   SINGLE
============================================================ */

/* ============================================================
   PAGINABLOKKEN
============================================================ */

/* --- Hero --- */

/* --- Tekst en afbeeldingen --- */

/* --- Carousel --- */

/* --- Overzicht --- */

/* --- Page breaker --- */

/* --- Verwijzingen --- */

section.verwijzingen.boven .section-inner-wrap img {
  width: 20%;
  height: 20%;
  object-fit: contain;
}

section.verwijzingen a.box-shadow {
  padding: 30px 10px 10px 10px;
}

section.verwijzingen a div.verwijzing-tekst {
  color: #023047;
}

section.verwijzingen h2 {
  margin-bottom: 40px;
}

#verwijzingen_catering .section-inner-wrap img {
  padding-left: 10px;
}

/* --- FAQ --- */

.faqs {
  align-items: center;
}

#faq {
  display: flex;
  justify-content: center;
}

#faq h2 {
  text-align: center;
}

/* ============================================================
   FOOTER
============================================================ */

/* ============================================================
   CONTENT
============================================================ */

@media (max-width: 768px) {
  /* Verwijder de lege ruimte onder carousel kaarten */
  section.carousel .carousel-cell {
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  section.carousel .carousel-cell {
    margin-top: 10px;
    margin-bottom: 0;
  }

  section.carousel .carousel-cell img {
    height: 220px !important;
    object-fit: cover;
    display: block;
  }

  section.carousel .carousel-cell a {
    height: 100%;
  }

  section.carousel .carousel-cell a {
    height: 100%;
  }

  section.carousel .carousel-cell img {
    height: 200px !important;
    object-fit: cover;
    display: block;
  }

  section.tekst-afbeelding .auto:not(.slider) img {
    width: 100%;
  }

  footer .footer-row-top {
    grid-template-columns: repeat(3, 1fr);
  }
  .verwijzing-columns-tijdlijn {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }

section.verwijzingen h2 {
    text-align: left;
  }

  .verwijzing-columns-tijdlijn a:nth-child(odd)::after {
    display: none;
  }

  .verwijzing-columns-tijdlijn a:nth-child(odd)::before {
    display: none;
  }
}

@media (max-width: 480px) {

  footer .footer-row-top {
    display: flex;
    flex-direction: column;
  }

}
