.banner-sidebar .widget {
  max-width: 100%;
  width: 100%;
  padding: 0 var(--side-padding);
}
@media (max-width: 1199.98px) {
  .banner-sidebar .widget {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner-sidebar .widget {
    width: 69%;
  }
}
@media (max-width: 767.98px) {
  .banner-sidebar .widget {
    width: 100%;
    padding: 0;
  }
  .banner-sidebar .widget h2 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .banner-sidebar {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.home-banner {
  height: 430px;
  position: relative;
  overflow: hidden;
}
.home-banner .overlay {
  position: absolute;
  z-index: 2;
  height: 430px;
  width: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.home-banner .overlay img {
  height: 100%;
  width: auto;
  position: absolute;
}
.home-banner .underlay {
  position: absolute;
  height: 430px;
  width: 54%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}
.home-banner .underlay img {
  object-fit: cover;
}
.home-banner .wp-block-buttons {
  position: absolute;
  z-index: 5;
  bottom: 20px;
}
.home-banner .wp-block-buttons.left {
  left: 20px;
  right: 0 !important;
}
.home-banner .wp-block-buttons.right {
  right: 20px;
  left: 0 !important;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .home-banner {
    height: auto;
  }
  .home-banner .overlay, .home-banner .underlay {
    position: relative;
    width: 100%;
    background-size: cover;
  }
}

.home-banner1 .underlay {
  background-image: url(https://carrierenacht.sites.uu.nl/wp-content/uploads/sites/1228/2025/11/Carrierenacht-GW-2025-66.jpg);
  right: 0;
}
.home-banner1 .underlay .wp-block-buttons {
  right: 20px;
}
.home-banner1 .overlay {
  background-image: url(/wp-content/themes/carrierenacht-uu-drift/assets/images/home2.png);
  background-position-x: right;
}
.home-banner1 .overlay .wp-block-buttons {
  left: 20px;
}
@media (max-width: 1199.98px) {
  .home-banner1 .overlay {
    background-position-x: center;
  }
}

.home-banner2 .underlay {
  background-image: url(https://carrierenacht.sites.uu.nl/wp-content/uploads/sites/1228/2025/11/Carrierenacht-GW-2025-14-e1770894180155.jpg);
  left: 0;
}
.home-banner2 .underlay .wp-block-buttons {
  left: 20px;
}
.home-banner2 .overlay {
  background-image: url(/wp-content/themes/carrierenacht-uu-drift/assets/images/home1.png);
  right: 0;
  background-position-x: left;
}
.home-banner2 .overlay .wp-block-buttons {
  right: 20px;
}
@media (max-width: 1199.98px) {
  .home-banner2 .overlay {
    background-position-x: center;
  }
}

@media (max-width: 767.98px) {
  #content .page-header {
    margin-top: 20px;
  }
}

.wp-block-query ul a {
  pointer-events: none;
}

.theme-dark, .theme-dark ::before, .theme-dark ::after {
  --top-menu-text-colour: black;
}

:root {
  --top-menu-text-colour: black;
  --heading-font: 'Open Sans Variable', sans-serif;
  --main-font: "Merriweather", serif;
  --menu-font: 'Open Sans Variable', sans-serif;
}

#content {
  width: 100%;
}

.theme-dark .main-content h2 {
  color: white;
}

.wp-block-button {
  font-family: var(--menu-font);
}/*# sourceMappingURL=child.css.map */