@charset "UTF-8";
/*
Theme Name: Dreamer Schoonmaat
Theme URI: https://dreamers.digital
Author: Dreamers Digital
Author URI: https://dreamers.digital
Description:
Tested up to: 6.7.1
Requires PHP: 8.1
Version: 1.1.24
License:
License URI: https://dreamers.digital
Text Domain: dreamer
Tags: 
*/
/*--------------------------------------------------------------
# MIXINS
--------------------------------------------------------------*/
:root {
  --border-radius: 20px;
  --transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/
.form-offer .wp-block-group {
  padding: 0;
}

/*--------------------------------------------------------------
# PATTERNS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Slider | Flickity
--------------------------------------------------------------*/
#hero .main-carousel {
  /* position dots up a bit */
  /* dots are lines */
}
#hero .main-carousel .flickity-viewport {
  height: 400px;
  width: 100%;
  min-width: 100%;
  max-height: 750px;
}
@media (min-width: 768px) {
  #hero .main-carousel .flickity-viewport {
    height: 750px;
  }
}
#hero .main-carousel .carousel-cell {
  height: 400px;
  width: auto;
}
@media (min-width: 768px) {
  #hero .main-carousel .carousel-cell {
    height: 750px;
  }
}
#hero .main-carousel .flickity-page-dots {
  bottom: -1rem;
  width: 100%;
  min-width: 100%;
}
#hero .main-carousel .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Reviews | Case Studies Slider | Flickity
--------------------------------------------------------------*/
#reviews-case-studies.main-carousel {
  padding: 0;
  /* position dots up a bit */
  /* dots are lines */
}
#reviews-case-studies.main-carousel .flickity-viewport {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  #reviews-case-studies.main-carousel .flickity-viewport {
    height: 650px;
  }
}
#reviews-case-studies.main-carousel .carousel-cell {
  width: auto;
  width: 100%;
}
#reviews-case-studies.main-carousel .flickity-page-dots {
  bottom: -1rem;
  width: 100%;
  min-width: 100%;
  z-index: 1;
}
#reviews-case-studies.main-carousel .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

/*--------------------------------------------------------------
#  Restaurants | Catering Section
--------------------------------------------------------------*/
.double-image-text ul {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.double-image-text nav a {
  display: inline-flex;
  align-items: center;
  gap: 5px; /* Adjust spacing */
  display: flex !important;
}
.double-image-text nav a::after {
  content: "";
  display: inline-block;
  width: 15px; /* Adjust size */
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*--------------------------------------------------------------
# Reviews | Case Studies Section
--------------------------------------------------------------*/
#reviews,
#case-studies {
  height: 100vh;
  max-height: 850px;
  min-height: 600px;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
@media (min-width: 768px) {
  #reviews,
  #case-studies {
    padding-right: var(--wp--preset--spacing--80);
    padding-left: var(--wp--preset--spacing--80);
  }
}
#reviews a,
#case-studies a {
  display: inline-flex;
  align-items: center;
  gap: 5px; /* Adjust spacing */
  display: flex !important;
}
#reviews a:hover,
#case-studies a:hover {
  color: var(--wp--preset--color--accent-1) !important;
}
#reviews a::after:not(h3 a),
#case-studies a::after:not(h3 a) {
  content: "";
  display: inline-block;
  width: 15px; /* Adjust size */
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#reviews .inside,
#case-studies .inside {
  height: 100%;
  justify-content: space-between;
}
#reviews .inside h2, #reviews .inside h3,
#case-studies .inside h2,
#case-studies .inside h3 {
  font-weight: 900;
}
#reviews .inside h2,
#case-studies .inside h2 {
  font-size: 128px;
}
#reviews .inside h3,
#case-studies .inside h3 {
  display: inline-flex;
  align-items: center;
}
#reviews .inside .content,
#case-studies .inside .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
#reviews .inside .titles,
#case-studies .inside .titles {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

#case-studies a::after:not(h3 a) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg>');
}

#reviews a::after:not(h3 a) {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg>');
}

/*--------------------------------------------------------------
# Featured Section with Slider
--------------------------------------------------------------*/
#slider-feature .main-carousel {
  padding: 0;
  /* position dots up a bit */
  /* dots are lines */
}
#slider-feature .main-carousel .flickity-viewport {
  width: 100%;
  min-width: 100%;
}
#slider-feature .main-carousel .carousel-cell {
  width: auto;
  width: 100%;
}
#slider-feature .main-carousel .carousel-cell .wp-block-columns {
  padding: var(--wp--preset--spacing--60);
  padding-bottom: var(--wp--preset--spacing--30);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #slider-feature .main-carousel .carousel-cell .wp-block-columns {
    padding: var(--wp--preset--spacing--60);
    padding-bottom: var(--wp--preset--spacing--30);
  }
}
#slider-feature .main-carousel .carousel-cell .wp-block-columns .text {
  padding: 0;
}
#slider-feature .main-carousel .flickity-page-dots {
  bottom: -1rem;
  width: 100%;
  min-width: 100%;
  z-index: 1;
}
#slider-feature .main-carousel .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}

#slider-feature #slider {
  margin-top: 0;
}
#slider-feature #slider .carousel-cell {
  margin-bottom: 0;
}
#slider-feature #slider-navigation {
  display: flex;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 4px;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  #slider-feature #slider-navigation {
    justify-content: center;
  }
}
#slider-feature #slider-navigation .wp-block-button__link.wp-element-button {
  border-radius: 0;
}
#slider-feature #slider-navigation a {
  border: none;
  padding: 2px;
}
@media (min-width: 768px) {
  #slider-feature #slider-navigation a {
    padding: 8px;
  }
}
#slider-feature #slider-navigation a.active {
  color: var(--wp--preset--color--base);
  border-bottom: solid 1px var(--wp--preset--color--accent-2);
  border-radius: 0;
}
#slider-feature #slider-navigation a img {
  width: 30px !important;
}
@media (min-width: 768px) {
  #slider-feature #slider-navigation a img {
    width: 40px !important;
  }
}

/*--------------------------------------------------------------
# Newsletter Section
--------------------------------------------------------------*/
#newsletter .inside {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40);
}
@media (min-width: 768px) {
  #newsletter .inside {
    padding: var(--wp--preset--spacing--80);
  }
}

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
#recent-posts ul li {
  margin-bottom: 0;
}
#recent-posts ul li .wp-block-latest-posts__post-title {
  font-size: var(--wp--preset--font-size--body-big);
}
#recent-posts ul li .wp-block-latest-posts__post-excerpt {
  margin: 0;
  margin-top: var(--wp--preset--spacing--30);
}
#recent-posts ul li .wp-block-latest-posts__featured-image {
  margin-bottom: var(--wp--preset--spacing--30);
}

/*--------------------------------------------------------------
# TEMPLATE PARTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SVG Arrow
--------------------------------------------------------------*/
.arrow img {
  width: 80px;
  padding: 0 16px;
}

/*--------------------------------------------------------------
# Heading Icon
--------------------------------------------------------------*/
.heading-icon img {
  vertical-align: middle;
  height: var(--wp--preset--font-size--xx-large);
  width: auto !important;
}

.paragraph-icon img {
  vertical-align: middle;
  height: var(--wp--preset--font-size--body-small);
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
  margin: 0;
}
footer h2 {
  line-height: 1.2;
}
footer nav a {
  font-size: var(--wp--preset--font-size--small);
}
footer nav a:hover {
  color: var(--wp--preset--color--accent-1) !important;
}
footer #inside-footer {
  flex-wrap: wrap !important;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media (min-width: 768px) {
  footer #inside-footer {
    flex-wrap: nowrap !important;
  }
}
footer #inside-footer .wp-block-column {
  flex-basis: 48% !important;
}
@media (min-width: 768px) {
  footer #inside-footer .wp-block-column {
    flex-basis: 100% !important;
  }
}

.wp-block-navigation__container {
  row-gap: 0px;
}

nav a:not(header a) {
  padding: 8px 0;
}

.copyrights {
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
}
.copyrights p {
  display: block;
}
@media (min-width: 768px) {
  .copyrights p {
    display: flex;
    align-items: flex-end;
  }
}
.copyrights p a {
  line-height: var(--wp--preset--font-size--small);
  display: flex;
}
.copyrights p a img {
  height: 16px;
  width: auto !important;
  margin-left: 3px;
  margin-bottom: 2px;
}
.copyrights nav a {
  border-bottom: 1px solid var(--wp--preset--color--contrast);
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Transparent buttons
--------------------------------------------------------------*/
.is-style-outline.transparent a {
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 5px; /* Adjust spacing */
  display: flex !important;
}
.is-style-outline.transparent a:hover {
  background: none;
  color: var(--wp--preset--color--accent-1);
}

/*--------------------------------------------------------------
# Gallery Lightbox
--------------------------------------------------------------*/
/* Modal overlay */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0); /* Dim background at full opacity */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.image-modal.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Lightbox content wrapper */
.image-modal .lightbox-content {
  position: relative;
}

/* Modal image */
.image-modal img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Close button */
.image-modal .lightbox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

/* Arrow controls */
.image-modal .lightbox-prev,
.image-modal .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(0, 0, 0);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
}

.image-modal .lightbox-prev {
  left: -50px;
}

.image-modal .lightbox-next {
  right: -50px;
}

/*--------------------------------------------------------------
# Hero Cover | Tiles
--------------------------------------------------------------*/
.home #hero-cover {
  background-image: url("https://schoonmaat.nl/wp-content/uploads/2025/08/tapijt-reinigen-2.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home #hero-cover * {
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .home #hero-cover * {
    text-align: inherit;
    justify-content: left;
  }
}
@media (min-width: 768px) {
  .home #hero-cover .wp-block-cover__inner-container > .wp-block-group {
    padding-left: var(--wp--preset--spacing--30);
    padding-right: var(--wp--preset--spacing--30);
  }
}
.home #hero-cover .tiles {
  gap: 12px;
}
.home #hero-cover .tiles .tile {
  background-color: var(--wp--preset--color--base);
  width: 114px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--wp--preset--color--contrast);
  border-radius: var(--border-radius);
  opacity: 0.75;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .home #hero-cover .tiles .tile {
    width: 120px;
    height: 120px;
  }
}
.home #hero-cover .tiles .tile:hover {
  opacity: 1;
}
.home #hero-cover .tiles .tile a:hover {
  color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--base);
}
.home #hero-cover .tiles .tile * {
  margin: 0;
}

/*--------------------------------------------------------------
# Equal height columns
--------------------------------------------------------------*/
.equal-height.wp-block-columns .wp-block-column {
  align-self: stretch !important;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
#gallery > .wp-block-columns {
  margin: var(--wp--preset--spacing--50) 0;
}
#gallery > .wp-block-columns:first-of-type {
  margin-top: 0;
}
#gallery > .wp-block-columns:last-of-type {
  margin-bottom: 0;
}

#before-after .wp-block-column > * {
  margin: 0;
}

.orange-section {
  border-top: 0;
  border-bottom: 0;
}

/*--------------------------------------------------------------
# PLUGINS
--------------------------------------------------------------*/
form.sib_signup_form .sib_signup_box_inside_1 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 8px;
}
form.sib_signup_form .sib_signup_box_inside_1 p.sib-email-area {
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  flex: 1;
  max-width: 280px;
}
form.sib_signup_form .sib_signup_box_inside_1 input[type=email] {
  background: transparent none;
  border-color: currentColor;
  border-width: 1px;
  border-style: solid;
  color: currentColor;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  border-radius: var(--border-radius);
  font-size: var(--wp--preset--font-size-body-small);
  line-height: 1.5;
}

/*--------------------------------------------------------------
# 1. General Contact Form 7 Styles
--------------------------------------------------------------*/
.wpcf7 {
  max-width: 100%;
}
.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*--------------------------------------------------------------
  # 2. Form Section Layout
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # 3. Service Selection Tiles
  --------------------------------------------------------------*/
  /* Wrapper for the tiles */
  /* Individual tile container */
  /* Hide the actual checkbox input */
  /* Style the label as the visible tile */
  /* Icon pseudo-element */
  /* Price pseudo-element */
  /* Individual Tile Icons & Prices */
  /* Tile Hover & Selected States */
  /*--------------------------------------------------------------
  # 4. Conditional Group Styles
  --------------------------------------------------------------*/
  /* Style TOP-LEVEL conditional groups as cards */
  /* NESTED conditional groups should be transparent and seamless */
  /* Consistent layout for elements inside ANY conditional group */
  /* General label styling inside groups */
  /* Align upgrade checkboxes with their text */
}
.wpcf7 form p {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 8px;
  margin: var(--wp--preset--spacing--30) 0;
  box-sizing: border-box;
}
.wpcf7 form p:nth-of-type(-n+6) {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .wpcf7 form p:nth-of-type(-n+6) {
    flex-basis: calc(50% - 16px);
  }
}
.wpcf7 form .acceptance {
  width: 100%;
}
.wpcf7 form .acceptance span {
  margin: 0;
}
.wpcf7 form .acceptance input {
  width: auto;
}
.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
  background-color: var(--wp--preset--color--base);
  border: none;
  border-bottom: solid 1px var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--body-small);
  width: 100%;
  height: 48px;
}
.wpcf7 form input:focus,
.wpcf7 form select:focus,
.wpcf7 form textarea:focus {
  border-bottom: 1px solid var(--wp--preset--color--accent-1);
  outline: none;
  transition: border-color 0.3s ease;
}
.wpcf7 form textarea {
  height: auto;
}
.wpcf7 form input[type=checkbox] {
  height: auto;
  width: auto;
}
.wpcf7 form input[type=submit] {
  border: solid 1px var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
  transition: all 0.3s ease;
}
.wpcf7 form input[type=submit]:hover {
  background-color: var(--wp--preset--color--accent-1);
  border-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--base);
}
.wpcf7 form input:not([type=submit]),
.wpcf7 form select,
.wpcf7 form textarea {
  border-radius: 0;
  max-width: 100%;
}
.wpcf7 form .wpcf7-response-output {
  display: block;
  width: 100%;
  margin: 8px 0 0 0;
  padding: 8px 20px;
}
.wpcf7 form .form-section {
  flex-basis: 100%;
  margin: var(--wp--preset--spacing--30) 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  box-sizing: border-box;
}
.wpcf7 form .form-section.details {
  margin-bottom: 0;
}
.wpcf7 form .form-section-title {
  flex-basis: 100%;
  margin: 0 0 10px 0;
  font-size: 1.2em;
  color: var(--wp--preset--color--contrast);
}
.wpcf7 form .customer-details p {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .wpcf7 form .customer-details p {
    flex-basis: calc(50% - 10px);
  }
}
.wpcf7 form .form-section:not(.customer-details) > * {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.wpcf7 form .form-section .diensten-tiles-wrapper,
.wpcf7 form .form-section .acceptance {
  flex-basis: 100%;
}
.wpcf7 form .diensten-tiles-wrapper .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Reduced space between tiles */
  justify-content: center;
}
.wpcf7 form .diensten-tiles-wrapper .wpcf7-list-item {
  flex: 0 0 120px;
  max-width: 120px;
  margin: 0 !important;
}
.wpcf7 form .diensten-tiles-wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.wpcf7 form .diensten-tiles-wrapper .wpcf7-list-item-label {
  display: block;
  cursor: pointer;
  text-align: center;
  border: 2px solid var(--wp--preset--color--accent-3);
  border-radius: 8px;
  transition: all 0.3s ease;
  width: 120px;
  height: 120px;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  position: relative;
  padding-top: 65px; /* Position text below icon */
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.2;
}
.wpcf7 form .diensten-tiles-wrapper .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 43px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 form .diensten-tiles-wrapper .wpcf7-list-item-label::after {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.85em;
  color: var(--wp--preset--color--accent-2);
}
.wpcf7 form .diensten-tiles-wrapper input[value=Bank] + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/uploads/2025/04/slice1.webp");
}
.wpcf7 form .diensten-tiles-wrapper input[value=Bank] + .wpcf7-list-item-label::after {
  content: "v.a. €95";
}
.wpcf7 form .diensten-tiles-wrapper input[value=Fauteuil] + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/uploads/2025/05/fauteui-icon.webp");
}
.wpcf7 form .diensten-tiles-wrapper input[value=Fauteuil] + .wpcf7-list-item-label::after {
  content: "v.a. €65";
}
.wpcf7 form .diensten-tiles-wrapper input[value=Stoel] + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/uploads/2025/04/slice2.webp");
}
.wpcf7 form .diensten-tiles-wrapper input[value=Stoel] + .wpcf7-list-item-label::after {
  content: "v.a. €20";
}
.wpcf7 form .diensten-tiles-wrapper input[value=Tapijt] + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/uploads/2025/04/slice3.webp");
}
.wpcf7 form .diensten-tiles-wrapper input[value=Tapijt] + .wpcf7-list-item-label::after {
  content: "v.a. €10";
}
.wpcf7 form .diensten-tiles-wrapper input[value=Matras] + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/uploads/2025/04/slice4.webp");
}
.wpcf7 form .diensten-tiles-wrapper input[value=Matras] + .wpcf7-list-item-label::after {
  content: "v.a. €60";
}
.wpcf7 form .diensten-tiles-wrapper input[value=Badkamer] + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/uploads/2025/04/slice5.webp");
}
.wpcf7 form .diensten-tiles-wrapper input[value=Badkamer] + .wpcf7-list-item-label::after {
  content: "v.a. €80";
}
.wpcf7 form .diensten-tiles-wrapper input[value=Terrastegels] + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/uploads/2025/04/slice7.webp");
}
.wpcf7 form .diensten-tiles-wrapper input[value=Terrastegels] + .wpcf7-list-item-label::after {
  content: "v.a. €20";
}
.wpcf7 form .diensten-tiles-wrapper input[value=Auto] + .wpcf7-list-item-label::before {
  background-image: url("/wp-content/uploads/2025/04/slice6.webp");
}
.wpcf7 form .diensten-tiles-wrapper input[value=Auto] + .wpcf7-list-item-label::after {
  content: "v.a. €80";
}
.wpcf7 form .diensten-tiles-wrapper .wpcf7-list-item-label:hover {
  border-color: var(--wp--preset--color--accent-1);
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.wpcf7 form .diensten-tiles-wrapper input[type=checkbox]:checked + .wpcf7-list-item-label {
  border-color: var(--wp--preset--color--accent-1);
  background-color: #f0f8ff;
  box-shadow: 0 0 0 3px var(--wp--preset--color--accent-1);
}
.wpcf7 form .diensten-tiles-wrapper .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
}
.wpcf7 form .diensten-tiles-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
  max-width: 600px;
}
.wpcf7 form > div[data-id] {
  flex-basis: 100%;
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--accent-3);
  border-radius: 8px;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--20);
  margin: var(--wp--preset--spacing--30) 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .wpcf7 form > div[data-id] {
    padding: var(--wp--preset--spacing--30);
  }
}
.wpcf7 form div[data-id] > div[data-id] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px dashed var(--wp--preset--color--accent-3);
}
.wpcf7 form div[data-id] > * {
  flex-basis: 100%;
  margin: 0;
}
.wpcf7 form div[data-id] label {
  font-weight: 600;
  color: var(--wp--preset--color--contrast);
  display: block;
}
.wpcf7 form div[data-id^=bank-reinigen-] .wpcf7-list-item label,
.wpcf7 form div[data-id^=fauteuil-reinigen-] .wpcf7-list-item label,
.wpcf7 form div[data-id^=stoel-reinigen-] .wpcf7-list-item label,
.wpcf7 form div[data-id^=auto-reinigen-] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# 5. Miscellaneous Plugin Styles
--------------------------------------------------------------*/
/* SendInBlue Success Message */
form#sib_signup_form_1 p.sib_alert-message-success {
  border: 2px solid green !important;
  background: none !important;
  color: var(--wp--preset--color--contrast) !important;
  width: 100%;
  margin: 8px 0 0 0;
}

.sib_msg_disp {
  width: 100%;
}

/* TrustIndex Reviews Widget */
.ti-widget.ti-goog .ti-widget-container {
  text-align: left !important;
}

.wpcf7-spinner {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
* {
  box-sizing: content-box;
}

html {
  scroll-behavior: smooth;
}

.entry-content {
  overflow-x: clip !important;
}
@media (min-width: 768px) {
  .entry-content {
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
  }
}

.wp-block-columns {
  flex-wrap: wrap !important;
}
@media (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

main {
  background-color: var(--wp--preset--color--accent-1);
}

main,
section {
  margin-block-start: 0 !important;
}

section {
  border-radius: 32px;
  border: 12px solid var(--wp--preset--color--accent-1);
  background-color: var(--wp--preset--color--base);
  padding-top: var(--wp--preset--spacing--60);
  padding-bottom: var(--wp--preset--spacing--60);
}
@media (min-width: 768px) {
  section {
    border-radius: 64px;
    border: 24px solid var(--wp--preset--color--accent-1);
    padding-top: var(--wp--preset--spacing--80);
    padding-bottom: var(--wp--preset--spacing--80);
  }
}
section:not(:first-of-type) {
  border-top: none;
}

a {
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media (min-width: 1024px) {
  a {
    white-space: nowrap;
  }
}

a:not(header a, footer a, nav a, .wp-block-button a, .double-image-text a, #reviews-case-studies a, .tiles a, .cmplz-cookiebanner a) {
  border-bottom: 1px solid var(--wp--preset--color--accent-1);
}

/* Default state for the figure image */
/* Default state for the figure image */
.linked-container figure a img {
  transition: all 0.3s ease;
  width: 100%;
}

/* When the common container is hovered, trigger the effect on the figure image */
.linked-container:hover figure a img {
  filter: brightness(1.1);
}
.linked-container:hover p a {
  color: var(--wp--preset--color--accent-1);
}

main img {
  border-radius: var(--border-radius);
  image-rendering: crisp-edges;
}

/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
.has-small-font-size,
.has-body-small-font-size,
.has-body-big-font-size {
  line-height: 1.5;
}

.has-large-font-size,
.has-x-large-font-size,
.has-2x-large-font-size,
.has-3x-large-font-size {
  line-height: 1.2;
}

.eyebrow-heading {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--body-small);
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
header {
  position: fixed;
  z-index: 10;
  top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
header .wp-block-site-title,
header .wp-block-site-logo {
  z-index: 100001;
}
header nav {
  display: flex;
  flex-direction: row-reverse;
}
header nav.island-nav {
  background-color: var(--wp--preset--color--accent-1);
  border-radius: var(--border-radius);
  padding: 12px 32px;
  display: none;
}
@media (min-width: 768px) {
  header nav.island-nav {
    display: flex;
  }
}
header .menu-island {
  padding: 8px 32px;
  justify-content: center !important;
  transition: border-radius 0.3s ease;
  background-color: var(--wp--preset--color--base);
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  header .menu-island {
    padding: 8px 8px 8px 32px;
  }
}
header .menu-island .wp-block-buttons {
  z-index: 9999999;
}

/*--------------------------------------------------------------
## MENU TOGGLE BUTTON
--------------------------------------------------------------*/
.wp-block-navigation__responsive-container-open {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  width: 33px;
  height: 33px;
  cursor: pointer;
  display: block !important;
  z-index: 999999;
}
.wp-block-navigation__responsive-container-open .menu-bars {
  display: flex;
  flex-direction: column;
}
.wp-block-navigation__responsive-container-open .menu-bars .bar1,
.wp-block-navigation__responsive-container-open .menu-bars .bar2,
.wp-block-navigation__responsive-container-open .menu-bars .bar3 {
  background-color: var(--wp--preset--color--contrast);
  position: relative;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.wp-block-navigation__responsive-container-open .menu-bars .bar1 {
  width: 16px;
  height: 2px;
  margin-bottom: 2px;
}
.wp-block-navigation__responsive-container-open .menu-bars .bar2 {
  width: 28px;
  height: 2px;
  margin: 2px 0;
}
.wp-block-navigation__responsive-container-open .menu-bars .bar3 {
  width: 16px;
  height: 2px;
  left: 16px;
  margin-top: 2px;
}

.wp-block-navigation__responsive-container-close {
  display: none !important;
}

.is-open .menu-bars .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
  width: 30px;
}
.is-open .menu-bars .bar2 {
  opacity: 0;
}
.is-open .menu-bars .bar3 {
  transform: rotate(-45deg) translate(-7px, -15px);
  width: 30px;
}

/*--------------------------------------------------------------
## OFF-CANVAS MENU
--------------------------------------------------------------*/
#modal-1 {
  display: none;
}
#modal-1.has-modal-open {
  display: block;
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}
#modal-1.has-modal-open > div,
#modal-1.has-modal-open > div > div {
  height: 100%;
}
#modal-1.has-modal-open #modal-1-content {
  height: 100%;
}
#modal-1.has-modal-open #modal-1-content > ul {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  gap: 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  #modal-1.has-modal-open #modal-1-content > ul {
    flex-direction: row;
  }
}
#modal-1.has-modal-open #modal-1-content ul::-webkit-scrollbar {
  display: none;
}
#modal-1.has-modal-open #modal-1-content li {
  margin: 0;
  align-items: center;
  text-align: left;
}
@media (min-width: 768px) {
  #modal-1.has-modal-open #modal-1-content li {
    flex: 1;
  }
}
#modal-1.has-modal-open #modal-1-content li.wp-block-navigation-submenu {
  margin-top: 8px;
  margin-bottom: 8px;
}
#modal-1.has-modal-open #modal-1-content li ul {
  padding: 0;
}
#modal-1.has-modal-open #modal-1-content li ul li a {
  font-size: medium;
}
#modal-1.has-modal-open #modal-1-content a {
  transition: var(--transition);
  padding: 8px 16px;
}
#modal-1.has-modal-open #modal-1-content a:hover {
  color: var(--wp--preset--color--accent-1);
}

.wp-block-navigation__responsive-dialog {
  z-index: 9;
}

.wp-block-navigation__responsive-container.is-menu-open a {
  font-size: var(--wp--preset--font-size--body-big);
}

/*--------------------------------------------------------------
## SUBMENU STYLING
--------------------------------------------------------------*/
.island-nav a:hover {
  color: var(--wp--preset--color--accent-1) !important;
}
.island-nav .wp-block-navigation__submenu-container.restaurants-menu, .island-nav .wp-block-navigation__submenu-container.catering-menu {
  position: absolute;
  top: 50px;
  width: 494px !important;
  padding: 8px 8px 16px 8px;
  background-color: var(--wp--preset--color--base);
  border: none;
  border-bottom-left-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.island-nav .wp-block-navigation__submenu-container.restaurants-menu li, .island-nav .wp-block-navigation__submenu-container.catering-menu li {
  transition: var(--transition);
}
.island-nav .wp-block-navigation__submenu-container.restaurants-menu li:hover, .island-nav .wp-block-navigation__submenu-container.catering-menu li:hover {
  background-color: var(--wp--preset--color--accent-1);
  border-radius: var(--border-radius);
}
.island-nav .wp-block-navigation__submenu-container.catering-menu {
  left: -393px !important;
}
.island-nav .wp-block-navigation__submenu-container.restaurants-menu {
  left: -265px !important;
}

.menu-island.active .wp-block-navigation__submenu-container.restaurants-menu,
.menu-island.active .wp-block-navigation__submenu-container.catering-menu {
  background-color: var(--wp--preset--color--accent-1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.menu-island.active .wp-block-navigation__submenu-container.restaurants-menu li:hover,
.menu-island.active .wp-block-navigation__submenu-container.catering-menu li:hover {
  background-color: var(--wp--preset--color--base);
  border-radius: var(--border-radius) !important;
}

/*--------------------------------------------------------------
## SUBMENU STYLING
--------------------------------------------------------------*/
.no-top-border {
  margin-top: -12px !important;
}
@media (min-width: 768px) {
  .no-top-border {
    margin-top: -24px !important;
  }
}

.custom-font {
  font-family: Rosarivo, sans-serif;
  font-weight: 400;
}

.no-mobile {
  display: none !important;
}
@media (min-width: 768px) {
  .no-mobile {
    display: inherit !important;
  }
}/*# sourceMappingURL=style.css.map */