/*
Theme Name: Morris - GewoonOntwikkelen
Author: Matthijs Buijnink
Version: 1.0
Text Domain: morris
*/

/*
Inhoudsopgave
1. Variables
2. Base
3. Layout
4. Header
  4.1 Burger menu
  4.2 Header message
5. Footer
6. Home
  6.1 Home services
7. WP block - media text
8. Contact
9. responsive
  9.1 404
  9.2 Navigation, footer and WP blocks
*/

/* Variables */
:root{
  --mainColor: #a8c3a5;
  --secondColor: #457B9D;
  --white: #F7F2EC;
  --text: #333333;

  --header: white;
  --headerFont: var(--secondColor);

  --content-max-width: 1600px;
  --radius-sm: 5px;
  --transition-fast: all ease .2s;
  --font-body: 'Lato', sans-serif;
  --font-heading: "Quicksand", sans-serif;
}
/* Base */
.wp-block-columns {
  margin:0;
}

.rowWithBackground {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin: 50px 0 !important;
  display: flex;
  width: 100% !important;
}

.rowWithBackground .wp-block-column  {
  position: relative;
  width: var(--content-max-width) !important;
  margin: 0 auto;
  gap: 50px;
}
.rowWithBackground .wp-block-columns {
  padding: 0;
}

.rowWithBackground .wp-block-column {
  flex: 1;
}

html, body {
  margin: 0 !important;
  font-family: var(--font-body);
  background: var(--white);
}

body.home{
  overflow-x: hidden;

}

.has-medium-font-size,
.has-x-large-font-size,
h1, h2, h3, h4, h5 {
  margin: 0 0 10px 0;
  color: var(--secondColor);
  font-family: var(--font-heading);
  font-weight: normal;
}

h1{
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-medium-font-size{
  margin: 20px 0 0 0;
}
.has-medium-font-size strong{
  margin: 0;
}

.title,
.quote {
  font-family: var(--font-heading);
}

p {
  margin: 0 0 10px 0;
  line-height: 28px;
  color: var(--text);
}

table,
p,
ul li {
  font-size: 16px;}

.price-table table tr td:last-child {
  width: 100px;
}

p a {
  color: var(--mainColor);
  transition: var(--transition-fast);
}
p a:hover{
  color: var(--secondColor);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  border-radius: var(--radius-sm);
}

.half {
  width: 49.5%;
}

.twoThird {
  width: calc(100% / 3 * 2)
}

.oneThird {
  width: calc(100% / 3)
}

.clr {
  clear: both;
}

.formWrap .form-submit #submit,
.wp-block-button .wp-block-button__link,
.button,
.contactpageButton,
.banner-img #appointmentButtonWrapper a,
.contact form input.wpcf7-submit,
#footer .callBack .wpcf7-submit,
.wp-element-button {
  background: var(--secondColor);
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-fast);
  border: solid 1px rgba(255, 255, 255, 0);
  box-sizing: border-box;
}

textarea:focus, input:focus{
  outline: none;
}
.formWrap .form-submit #submit:hover,
.wp-block-button .wp-block-button__link:hover,
.button:hover,
.contactpageButton:hover,
.banner-img #appointmentButtonWrapper a:hover,
.contact form input.wpcf7-submit:hover,
#footer .callBack .wpcf7-submit:hover,
.wp-element-button:hover {
  background: #fff;
  border-color: var(--secondColor);
  color: var(--secondColor);
}

.formWrap .form-submit #submit,
.wp-block-button .wp-block-button__link,
.button {
  float: left;
  margin-top: 20px;
}

.formWrap .form-submit #submit {
  max-width: 250px;
  width: 100%;
  margin:0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  color: black;
  background-color: white;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th{
  border: none;
}
.is-style-stripes table{
  border-collapse: collapse;
  width: 100%;
  max-width: 850px;
}

.is-style-stripes table tr td{
  padding: 5px 10px;
    text-align: left;
}

.colfull {
  position: relative;
  width: var(--content-max-width);
}
.auto {
  margin: 0 auto;
  gap: 50px;
}
/* Layout */
#content-wrap {
  margin: 110px auto 40px auto;
}

#content-wrap.defaultPage:not(.noBanner){
  margin: 0 auto 40px auto;

}
.home
#content-wrap {
  margin: 40px auto;
}

#content-wrap hr{
  border: 1px solid var(--mainColor);
}

.back {
  margin-top: 20px;
  float: left;
  color: var(--mainColor);
  border-bottom: 1px solid;
  text-decoration: none;
  padding-bottom: 3px;
  transition: border-color ease .3s;
}

.back i {
  margin-right: 10px;
}

.back:hover {
  border-color: rgba(0, 0, 0, 0);
}
/* Header */
header {
  width: 100%;
  background: var(--header);
  position: fixed;
  top: 0px;
  z-index: 999;
  border-bottom: solid 1px var(--headerFont);
}
header .nav{
  transition: all 0.5s;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  transition: all 0.3s;
  border-radius: var(--radius-sm);
  cursor: pointer;
  height: calc(100% + 20px);
  background: var(--header);
  padding: 5px;
}

header.sticky .logo-wrap{
  overflow: hidden;
}
header.sticky .site-logo{
  padding: 0;
}

header .logo-wrap {
  height: 100%;
}

ul#menu-menu-1 {
  margin: 0 -20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

ul#menu-menu-1 li {
  padding: 30px;
  list-style: none;
}

ul#menu-menu-1 li a{
  position: relative;
}

ul#menu-menu-1 li a:after {
  content:"";
  height: 1px;
  background-color: var(--headerFont);
  width: 100%;
  position: absolute;
  left:0;
  transition: var(--transition-fast);
  opacity: 0;
  bottom: 50%;
}
ul#menu-menu-1 li.current_page_parent a:after,
ul#menu-menu-1 li.current_page_item a:after,
ul#menu-menu-1 li a:hover:after, header li.current_page_item a:after {
  opacity: 1;
  bottom: -5px;
}

ul#menu-menu-1 li a {
  color: var(--headerFont);
  text-decoration: none;
  font-size: 18px;
}

ul#menu-menu-1 .children {
  display: none;
  position: absolute;
  padding-top: 40px;
}

ul#menu-menu-1 .children li {
  background: #fff;
  padding: 10px 30px 10px 45px;
  display: block;
}

ul#menu-menu-1 .page_item_has_children:hover .children {
  display: block;
}

ul#menu-menu-1 .menu-item-has-children{
  position: relative;
}

ul#menu-menu-1 .menu-item-has-children .sub-menu {
  position: absolute;
  border-top:none;
  padding: 10px 0 0 0;
  transition: var(--transition-fast);
  min-width: 190px;
  height: auto;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  border-radius: 0 0 5px 5px;
}

ul#menu-menu-1 .menu-item-has-children:hover .sub-menu{
  max-height: none;
  opacity: 1;
}

ul#menu-menu-1 .menu-item-has-children .sub-menu li{
 padding:0;
 position: relative;

}

ul#menu-menu-1 .menu-item-has-children .sub-menu a{
  color: #ffff;
  background: var(--headerFont);
  padding:10px 20px;
  cursor: pointer;
  width: calc(100% - 40px);
  display: inline-block;
  transition: var(--transition-fast);
}

ul#menu-menu-1 .menu-item-has-children .sub-menu a:hover{
  color: var(--headerFont);
  background: #ffff;
}
/* Burger menu */
#hamburger-wrap {
  display: none;
  position: absolute;
  right: 20px;
  padding: 10px;
  z-index: 999;
}

#hamburger {
  float: left;
  width: 35px;
  height: 25px;
}

#hamburger-wrap .line {
  width: 30px;
  height: 1px;
  background: var(--mainColor);
  position: absolute;
  transition: all ease 0.5s
}

#hamburger-wrap #top-line {
  top: 10px;
}

#hamburger-wrap #middle-line {
  top: 20px;
}

#hamburger-wrap #bottom-line {
  top: 30px;
}

#hamburger-wrap #top-line.clicked {
  top: 20px;
  transform: rotate(45deg)
}

#hamburger-wrap #middle-line.clicked {
  top: 20px;
  opacity: 0
}

#hamburger-wrap #bottom-line.clicked {
  top: 20px;
  transform: rotate(-45deg)
}

/* Header message */
header .message {
  background-color: white;
  text-align: center;
  overflow: hidden;
  height: 0;
  border-top: solid 2px var(--mainColor);
  transition: var(--transition-fast);
  z-index: 999;
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
}

header .message.open {
  padding: 10px 0;
  height: auto;
}

header .message .closeMessage {
  cursor: pointer;
  position: absolute;
  right: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
  top:0;
}

header .message .closeMessage .closeLine {
  width: 20px;
  height: 1px;
  background-color: var(--mainColor);
  display: block;
  position: relative;
  transition: var(--transition-fast);
}

header .message .closeMessage .closeLine.line1{
  transform: rotate(45deg);
  top:8px;
}
header .message .closeMessage .closeLine.line2{
  transform: rotate(-45deg);
  top:7px;
}

header .message .closeMessage:hover .closeLine {
    transform: rotate(0);

}
/* Footer */
#footer {
  width: 100%;
  background: var(--mainColor);
  z-index: 1;
  position: relative;
  color: #fff;
}
#footer .footerContact{
  float: left;
    width: calc(100% - 40px);
    padding:20px;
    background: var(--secondColor);
    text-align: center;
}
#footer .footerContact a{
  text-decoration: underline;
  transition: var(--transition-fast);
}
#footer .footerContact a:hover{
  color: var(--mainColor);
}
#footer .callBack {
  width: 100%;
  padding: 15px 20px 10px;
  background-color: #c8cfa8;
}

#footer .callBack .callBackText {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  color: #fff;
}

#footer .callBack .callBackText p {
  width: 100%;
  max-width: 800px;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
#footer .callBack .callBackText strong {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: normal;
}

#footer .callBack .formWrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

#footer .callBack .wpcf7-response-output {
  display: none;
}

#footer .callBack form p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
}

#footer .callBack form p span {
  margin-right: 0;
}

#footer .callBack input:not(.wpcf7-submit) {
  padding: 10px;
  border-radius: var(--radius-sm);
  border: solid 1px #fff;
  outline: none;
  width: min(260px, 100%);
  box-sizing: border-box;
}

#footer .callBack .wpcf7-submit {
  margin-top: 0;
}

#footer .callBack form input.wpcf7-not-valid {
  border: 1px solid red !important;
}

#footer .callBack form .wpcf7-not-valid-tip {
  display: none;
}

#footer .footerLogosWrapper {
  background: white;
}

#footer .footerLogos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 10px 20px;
}

#footer #footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  align-items: start;
}

#footer ul .sub-menu {
  display: none;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer ul {
  list-style: none;
  padding: 0;
  color: inherit;
  width: auto;
  min-width: 0;
  line-height: 30px;
  margin: 0;
  overflow-wrap: anywhere;
}

#footer ul li strong {
  width: 30px;
}

#footer #footer-columns > ul:first-child {
  justify-self: start;
}

#footer #footer-columns > ul:first-child li {
  text-align: left;
}

#footer #footer-columns > ul:last-child {
  justify-self: start;
}

#footer .site-logo {
  margin: 0;
  max-width: 111px;
  height: auto;
  cursor: pointer;
}

#footer .footerBottomWrapper {
  background-color: rgba(0, 0, 0, .1);
}

#footer .footerBottom {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 14px;
  gap: 5px;
}

#footer .footerBottom a:hover {
  text-decoration: underline;
}

#footer .socials a {
  font-size: 20px;
  margin-right: 10px;
  transition: var(--transition-fast);
}

#footer .socials a:hover {
  color: var(--secondColor);
}

#footer ul li a {
  transition: color ease .2s;
}

#footer ul li a:hover {
  color: var(--secondColor);
}

#footer .openingstijden {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 5px;
  align-content: baseline;
  line-height: 25px;
}

#footer .openingstijden li {
  display: contents;
}

#footer .openingstijden li strong {
  font-weight: bold;
  text-align: left;
  width: auto;
}

#footer .openingstijden li span {
  text-align: left;
}

#footer .openingstijden.sitemap-fallback {
  display: block;
}

#footer .openingstijden.sitemap-fallback li {
  display: block;
}

/* Home */
#banner {
  height: 100vh;
  position: relative;
}

#banner.home {
  width: 100%;
}

.banner-img {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.banner-media-img,
.childpage-thumb-image,
.aanbod-child-image-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
  position: absolute;
  inset: 0;
}

.banner-img #appointmentButtonWrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.contactpageButton,
.banner-img #appointmentButtonWrapper a{
  padding: 20px 30px;
  font-size: 20px;
  box-shadow: 0 0 20px 11px #00000061;
}

#scroll {
  position: absolute;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  background: var(--mainColor);
  width: 44%;
  margin: 0 28%;
  color: var(--mainColor);
  border-radius: 15px 15px 0 0;
  padding: 7px 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#scroll:hover {
  text-decoration: underline;
}
.bannerContentWrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:0;
}

.bannerContentWrapper .quote {
  font-size: 24px;
  width: 100%;
  max-width: 600px;
  font-weight: bold;
  color: white;
}

.bannerContentWrapper .buttonWrapper{
  display: flex;
  gap:20px;

}
.bannerContentWrapper .buttonWrapper .button{
  background-color: var(--secondColor);
  text-decoration: none;
  transition: var(--transition-fast);
}

.bannerContentWrapper .buttonWrapper .button:hover{
  color: var(--secondColor);
  background-color: white;
  border-color: var(--secondColor);
}

.bannerContentWrapper .buttonWrapper .secondButton{
  background-color: var(--mainColor);
}

.bannerContentWrapper .buttonWrapper .secondButton:hover{
  color: var(--mainColor);
  background-color: white;
  border-color: var(--mainColor);
}
.home .services {
  position: absolute;
  bottom:-1px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;

}
/* Home services */
.home .services .service {
  flex-grow: 1;
  background-color:white;
  color: var(--mainColor);
  position: relative;
  width: 25%;
}
.home .services .service .serviceWrap {
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  background-color: white;
  border: solid 1px var(--mainColor);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: calc(100% + 1px);
  transition: var(--transition-fast);
}

.home .services .service:first-child .serviceWrap {
  border-left: none;
  left:-0.8px
}
.home .services .service:last-child .serviceWrap {
  border-right: none;
}

.home .services .service .service-title {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  height: 60px;
  transition: var(--transition-fast);
  background-color: white;
  padding:0 20px;
  position: relative;
  font-size: 16px;
  margin: 0;
}

.home .services .service .service-title .plus {
  position: absolute;
  top:3px;
  right: 50%;
  margin-right: -5px;
  color: white;
  transition: var(--transition-fast);
}
.home .services .service.open .service-title .plus {
  color: var(--mainColor);
  transform: rotate(180deg);
  top:auto;
  bottom: 0;
}
.home .services .service.open .service-title:hover .plus {
  bottom:-4px;
}

.home .services .service:not(.open) .serviceWrap .service-title:hover {
  color: white;
  background-color: var(--mainColor);
}

.home .services .service .service-content {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  padding: 0 20px;
  color:#333333;
  line-height: 28px;
}
.home .services .service .service-content .service-beschrijving {
  margin-bottom: 20px;
}
.home .services .service .service-content .readMoreWrap,
.aanbod .readMoreWrap {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: var(--mainColor);
}
.home .services .service .service-content .readMoreWrap {
  font-size: 14px;
}
.aanbod .readMoreWrap {
  margin-top: 20px;
}

.home .services .service .service-content .readMoreWrap:before,
.aanbod .readMoreWrap:before {
  content:"";
  width: 100%;
  background-color: var(--mainColor);
  height: 1px;
  top:0;
  display: block;
  position: absolute;
  transition: var(--transition-fast);
}
.home .services .service .service-content .readMoreWrap span,
.aanbod .readMoreWrap span {
  top:0;
  transition: var(--transition-fast);
  position: relative;
}

.home .services .service .service-content .readMoreWrap:hover span,
.aanbod .readMoreWrap:hover span {
  top:-12px;
  color: var(--secondColor);
}
.home .services .service .service-content .readMoreWrap:hover:before,
.aanbod .readMoreWrap:hover:before {
  top:70%;
  background: var(--secondColor);
}
.hamburger-toggle {
  display: none;
}

.submenu-toggle {
  display: none;
}

/* WP block - media text */
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 0 !important;
}

#content-wrap .wp-block-media-text {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  gap: 20px;
}
.wp-block-media-text .wp-block-media-text__content {
  width: 50vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 600px;
  padding: 0;
}

.wp-block-media-text__content .has-x-large-font-size {
  line-height: normal;
}

.wp-block-media-text .wp-block-media-text__media {
  width: clamp(260px, 100%, 350px);
  aspect-ratio: 729 / 1000;
  height: auto;
  position: relative;
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}

.wp-block-media-text .wp-block-media-text__media:before {
  content: "";
  background: url("images/homeframe.svg");
  position: absolute;
  inset: -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--mainColor);
}

.wp-block-media-text .wp-block-media-text__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: -10px;
}

.wp-block-media-text .wp-block-media-text__content ul li {
  padding-left: 30px;
  position: relative;
}

.wp-block-media-text .wp-block-media-text__content ul li::before {
  content: "\2713";
  font-weight: 700;
  position: absolute;
  left: 0;
  color: var(--mainColor);
}

.defaultPage #titleBannerWrapper {
  height: calc(100% - 108px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 108px;
}
#defaultPageBanner {
  height: 60vh;
  position: relative;
  max-height: 400px;
}
#defaultPageBanner:after {
    content: "";
    background: url(images/homeframe-rotated-top-filled.svg);
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
#content-wrap h2 {
  font-size: 1.17em;
}

#content-wrap.page:not(.contact) ul {
  padding:0 0 0 20px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}

#content-wrap.page ul li::marker {
  color: var(--secondColor);
}

.wp-block-latest-comments {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
  margin-top: 20px;
  padding-left: 0;
  margin-left: auto !important;
}
.wp-block-latest-comments__comment-link,
.wp-block-latest-comments__comment-meta {
  color: #ffff !important;
  line-height: 18px;
}

.wp-block-latest-comments__comment-author {
  color: var(--mainColor);
}

.wp-block-latest-comments li {
  list-style: none;
  padding:10px 20px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
  flex: 1;
  margin-bottom: 20px;
}

.wp-block-latest-comments a{
  color: var(--mainColor);
  text-decoration: none;
  font-size: 18px;
}

.wp-block-latest-comments time {
  color: var(--secondColor);
  margin-bottom: 5px;
  font-style: italic;
}

.wp-block-latest-comments p{
  color: #000;
  line-height: 24px;
}

.aanbod-content-wrapper{
  height: auto;
  width: 100%;
  display: inline-block;
}
.aanbod #block1 {
    float: left;
    padding-right: 20px;
    width: calc(70% - 20px);
}
.aanbod aside {
  float: right;
  width: 30%;
  max-width: 300px;
  position: sticky;
  top:90px;
}

.aanbod .childpageContent{
    background: white;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.aanbod .childpageContent .childpage-thumb {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 200px;
  margin-bottom:10px;
  position:relative;
  background-size: cover;
  background-position: center;
}

.aanbod .childpageContent-thumb-title{
  margin:0;
  left:0;
  bottom:0;
  position:absolute;
  width:calc(100% - 20px);
  background:rgba(255, 255, 255, .9);
  padding:10px !important;
}

.aanbod .childpageContent h2{
      border-bottom: solid 1px var(--secondColor);
    padding: 0 0 10px 0;
}
.aanbod .childpageContent ul {
  margin:0;
}
.aanbod .child-pages {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-direction: column;
}

.aanbod .child-pages .child-page {
  display: flex;
  align-items: stretch;
}
.aanbod .child-pages .child-page .child-content {
  background-color: white;
  border-radius: 20px;
   padding: 20px 20px 0 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.aanbod .child-pages .child-page .child-content.is-current {
  padding: 20px;
}

.aanbod .child-pages .child-page .child-content h2 {
    color: var(--secondColor);
    font-size: 16px !important;
  }
.aanbod .child-pages .child-page.active .child-content {
    box-shadow: 0 0 0 2px var(--secondColor);
  }
  .aanbod .child-pages .child-page.active .child-content h2 a {
    color: var(--secondColor);
  }
.readMoreWrap {
  margin-top: auto;
}

.aanbod .buttonWrap{
  width: 100%;
    display: flex;
    justify-content: end;
}
.aanbod .buttonWrap .button:not(:hover){
  background:var(--secondColor)
}
.aanbod .buttonWrap .button:hover{
  color:var(--secondColor);
  border-color:var(--secondColor)
}
.aanbod .child-pages .aanbod-child-image {
  width: 35%;
  background-size: cover;
  background-position: center;
  border-radius: 20px 0 0 20px;
}
.aanbod .child-pages .child-page a {
  color: var(--mainColor);
  text-decoration: none;
  line-height: 28px;
}

.aanbod .child-pages .child-page ul {
  list-style: none;
  padding:0 !important;
}

.aanbod .child-pages .child-page ul li{
  position:relative;
}
.aanbod .child-pages .child-page ul li:after {
 content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  transition: var(--transition-fast);
  border-bottom: 1px solid var(--secondColor);
  padding: 0 10px;
}
.aanbod .child-pages .child-page ul {
  margin-bottom: 0 !important;
}
.aanbod .child-pages .child-page ul a{
    padding: 5px 0;
    color: var(--secondColor);
    transition: var(--transition-fast);
    display: inline-block;
    width: 100%;
}
.aanbod .child-pages .child-page ul li:hover:after,
.aanbod .child-pages .child-page ul li.active:after{
  border-color: var(--mainColor);

}
.aanbod .child-pages .child-page ul li:hover:after{
  bottom:5px;
}
.aanbod .child-pages .child-page ul li:hover a,
.aanbod .child-pages .child-page ul li.active a{
  color:var(--mainColor)
}

#content-wrap table {
  background-color: white;
  border: none;
}

#content-wrap table tr:first-child {
      background: var(--mainColor);
    color: white;
}
/* Contact */
.contact .contentWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}

.contact .left {
  width: 60%;
  min-width: 600px;
}
.contact .right {
  width: 40%;
}

.contact ul {
  padding-left: 0;
  margin: 0;
}

.contact ul li {
  list-style: none;
}
#content-wrap.contact .infoWrapper{
  position: sticky;
  top:90px;
}
#content-wrap.contact ul li.socials {
    font-size: 22px;
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

#content-wrap.contact ul.contact-address li.socials {
  margin: 0;
}

.contact ul li a {
  color: var(--mainColor);
  transition: var(--transition-fast);
  text-decoration: none;
}

.contact ul li a:hover {
  color: var(--secondColor)
}
.contact .openingstijdenTitle{
  color: var(--mainColor);
  display: inline-block;
  margin-top: 10px;
}

.contact .openingstijden {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 5px;
  align-content: baseline;
  line-height: 25px;
}

.contact .openingstijden li {
  display: contents;
}

.about {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 45px;
  border-radius: var(--radius-sm);
  position: relative;
  overflow: hidden;
  display: table;
  min-height: 360px;
  background-color: #fff;
}

.about .half {
  width: 50%;
}

.about .left.half {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.about .left {
  padding: 30px;
}

.about .contactImage-wrapper {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
}

.contact .contactInfo span:not(:last-child){
  margin-bottom: 10px;
}

 .contactContent {
  width: 100%;
  max-width: 500px;
 }

.contact form select,
.contact form textarea,
.contact form input:not([type='checkbox']) {
  height: 30px;
  width: calc(100% - 20px);
  padding: 2px 10px;
  border: solid 1px var(--secondColor);
  transition: var(--transition-fast);
  font-family: var(--font-body);
  border-radius: var(--radius-sm);
  font-size: 16px;
}

.contact .wpcf7-list-item {
  margin:0;
  font-weight: bold;
}
.contact .wpcf7-list-item label{
  cursor: pointer;

}
 .contact form select {
  height: 35px;
  width: 100%;
  padding: 0 10px 0 5px;
  color: #2b2b2b;
 }

 .contact form select.is-placeholder {
  color: #96a29b;
 }

 .contact form select option {
  color: #2b2b2b;
 }

 .contact form select option[value=""] {
  color: #96a29b;
 }

.contact form textarea {
  height: auto;
  max-width: calc(100% - 20px);
  padding: 8px 10px;

}
.contact form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.contact form input.wpcf7-submit {
  height: 44px;
  width: 100%;
  max-width: 250px;
  margin-top: 0;
  float: none;
}

.contact form .wpcf7-form-control-wrap:has(.wpcf7-not-valid) input {
    border-color: red;
}

.contact .wpcf7-not-valid-tip,
.contact form .wpcf7-form-control-wrap:has(textarea)::after {
    display: none;
}

.contact form textarea:focus-within,
.contact form .wpcf7-form-control-wrap input:focus-within {
  background-color: #f2f2f2;
  border-color: var(--secondColor) !important;
}

#content-wrap.contact ul {
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}

#content-wrap.contact ul.openingstijden.no-openingstijden {
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

#content-wrap.contact ul.openingstijden.no-openingstijden  .socials{
  margin:0;
}
#content-wrap.contact ul li {
  margin:0 0 5px 0;
}

.contact .wpcf7 form .wpcf7-response-output {
  padding: 10px;
  border-radius: var(--radius-sm);
  max-width: 500px;
  width: calc(100% - 22px);
  border-width: 1px;
  margin: 20px 0 0 0;
}
.gastenboekTop {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.writeReview {
  margin-bottom: 20px;
  float: left;
  color: #000;
  width: 100%;
  transition: all ease .3s;
}

.writeReview:hover {
color: var(--mainColor);
}

.gastenboek .reviewTop {
  border-bottom: solid 1px var(--secondColor);
  display: flex;
  justify-content: space-between;
  padding-bottom:3px;
  margin-bottom: 5px;
}

.gastenboek time {
  color: var(--secondColor);
  font-style: italic;
  font-size: .8125em;
  line-height: 22px;
}
.gastenboek .comments {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.gastenboek .comments .comment {
  display: flex;
  flex-direction: column;
}

.gastenboek .comment-replies {
	border-left: 2px solid #eee;
}

.gastenboek .comment.reply {
	background: #f9f9f9;
}

.gastenboek:before {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-size: cover;
  opacity: .08;
  z-index: 0
}

.gastenboek .gastenboek-wrap {
  width: 100%;
}

.gastenboek .gastenboek-wrap .noRatings {
  height: 100%;
}

.gastenboek .gastenboek-wrap .rating-wrap {
  color: #000;
  background: #fff;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  float: left;
  transition: all ease .3s;
  width: calc(100% - 40px);
}

.gastenboek .gastenboek-wrap .rating-wrap h3 {
  transition: all ease .3s;
}

.gastenboek .gastenboek-wrap .rating-wrap a {
  text-decoration: none;
}

.gastenboek .gastenboek-wrap .rating-wrap:hover {
  background: var(--mainColor);
  color: #fff;
}

.gastenboek .gastenboek-wrap .rating-wrap:hover h3 {
  color: #fff;
}

.gastenboek .gastenboek-wrap .next a, .gastenboek .gastenboek-wrap .prev a {
  background: var(--mainColor);
  padding: 10px 15px;
  float: left;
  border-radius: 10px;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  border: solid 2px rgba(255, 255, 255, 0);
}

.gastenboek .gastenboek-wrap .next a:hover, .gastenboek .gastenboek-wrap .prev a:hover {
  background: #fff;
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.gastenboek .gastenboek-wrap .next {
  float: right
}

.gastenboek .gastenboek-wrap .prev {
  float: left
}

.gastenboek hr {
  margin: 30px 0 15px 0;
}

.gastenboek .text {
  margin: 0 0 20px 0;
  max-width: 650px;
  width: 100%;
}

.gastenboek .formWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: default;
  overflow: hidden;
  height: 0;
  transition: opacity ease .5s;
  opacity: 0;

      background: white;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;

}

.showAddReview .gastenboek .formWrap {
  margin:20px auto;
    padding: 20px;
}

.showAddReview .formWrap {
  opacity: 1;
  height: auto;
}

.gastenboek .formWrap .comment-respond {
  width: 100%;
}

.gastenboek .closeErvaringForm {
  font-size: 22px;
  font-weight:bold;
  top: 20px;
  right: 20px;
  transition: all ease .1s;
  color: var(--mainColor);
  position: absolute;
  cursor: pointer;
}

.gastenboek .closeErvaringForm:hover {
  color: var(--secondColor);
}

.gastenboek .right {
  margin-left: 20px;
}

.gastenboek .comment-notes{
  margin-bottom: 0;
}

.gastenboek .formWrap p {
  float: left;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.gastenboek .formWrap p:last-child {
  margin:0;
}
.gastenboek .comment-reply-title,
.gastenboek .formWrap .comment-notes {
  padding: 0 20px;
}

.gastenboek .formWrap input,
.gastenboek .formWrap select {
  margin: 8px 0 18px 0;
  max-width: 600px;
}

.gastenboek #rating {
    width: 100%;
}

.gastenboek .formWrap input, .gastenboek .formWrap select, .gastenboek .formWrap label {
  width: calc(100% - 10px);
  float: left;
  transition: all ease .4s;
  color: var(--secondColor);
  overflow: hidden;
}

.gastenboek .formWrap.show input, .gastenboek .formWrap.show select, .gastenboek .formWrap.show label {
  opacity: 100;
}

.gastenboek .formWrap textarea, .gastenboek .formWrap input, .gastenboek .formWrap select {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 14px;
  width: calc(100% - 20px);
    font-family: var(--font-body);
  padding-left: 10px;
  padding: 5px 10px;
  color: #000;
  font-weight: normal;
  border: none;
  border-radius: var(--radius-sm);
  margin-top:0;
  border: solid 1px var(--mainColor);
}

.gastenboek .formWrap select:focus,
.gastenboek .formWrap select:focus-visible,
.gastenboek .formWrap select:active {
  outline: none;
  box-shadow: none;
  border-color: var(--mainColor);
}

.gastenboek #email-notes,
.gastenboek .formWrap h3,
.gastenboek .required-field-message{
  display: none;
}

.gastenboek .formWrap textarea {
  height: 120px;
  float: left;
  min-height: 140px;
  padding-top: 5px;
  max-width: 100%;
}

.gastenboek .formWrap .comment-form-url {
  display: none;
}

.gastenboek-single {
  min-height: calc(100vh - 90px);
  padding-top: 100px;
}

.gastenboek .comments .comment {
  background: #ffff;
  border-radius: 20px;
  min-height: 100px;
  padding: 10px 20px;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}

.gastenboek .comments .comment.reply {
  padding:0 0 0 10px;
}

.gastenboek .comments .comment h3 {
  margin: 0;
}

.gastenboek .comments .comment .comment-rating {
  margin: auto 0 0;
  color: var(--mainColor);
  align-self: flex-end;
  text-align: right;
}

.gastenboek .pagination {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.gastenboek .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}

.gastenboek .pagination .page-numbers li {
  display: flex;
  align-items: center;
  margin: 0;
}

.gastenboek .pagination .current, .gastenboek .pagination a {
  color: var(--mainColor);
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease .3s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.gastenboek .pagination .current, .gastenboek .pagination a:hover {
  border-color: var(--mainColor);
}

.gastenboek .stars {
  float: right;
}

.gastenboek .stars .star {
  color: #EFEDE3;
  text-shadow: 0 0 2px #000000c2;
  margin-left: 2px;
}

.gastenboek .stars .star-green {
  color: var(--mainColor);
  text-shadow: none;
}


.averageRatingWrap {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  border-radius: var(--radius-sm);
  padding: 20px calc((100% - 800px) /2);
  padding-top: 0;
}

.addRating {margin:0; position: absolute; right: 0; top: 0; font-size: 14px;}
.showAddReview .addRating::after {
  content: "Formulier sluiten";
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  align-items: center;
  font-size: 14px;
  color: var(--secondColor);
  border-radius: 10px;
}

.showAddReview .addRating:hover::after {
  background-color: #fff;
}

.readMoreReviews {
  display: flex !important;
  justify-content: center;
}
.readMoreReviews .wp-element-button {
  font-size: 14px;
  width: auto !important;
  margin-top:0;
  transition: all ease .3s;
}

.error404
#content-wrap {
  min-height: calc(100vh - 150px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 110px auto 40px auto;
  flex-direction: column;
}

.error404 .error404-card {
  width: calc(100% - 120px);
  max-width: 760px;
  background: #fff;
  border: solid 1px rgba(168, 195, 165, 0.35);
  border-radius: 20px;
  padding: 45px;
  box-shadow: none;
  text-align: center;
}

.error404 .error404-code {
  display: inline-block;
  color: var(--mainColor);
  font-family: var(--font-heading);
  font-size: clamp(54px, 12vw, 110px);
  line-height: 0.9;
  margin-bottom: 12px;
}

.error404 .error404-card h1 {
  margin-bottom: 15px;
}

.error404 .error404-card p {
  margin: 0 auto;
  max-width: 560px;
}

.error404 .error404-actions {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.error404 .error404-actions .button {
  float: none;
  min-width: 220px;
  margin:0;
  text-align: center;
  color: #fff;
}

.error404 .error404-actions .secondaryAction {
  background: var(--secondColor);
}

.error404 .error404-actions .button:hover {
  background: #fff;
  color: var(--mainColor);
  border-color: var(--mainColor);
}

.error404 .error404-actions .secondaryAction:hover {
  background: #fff;
  color: var(--secondColor);
  border-color: var(--secondColor);
}

.error404 .backWrap {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  float: left;
}

.error404 a.backToHome {
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
}

/* responsive */

/* 404 */
@media screen and (max-width:720px) {
  .error404 .error404-card {
    width: calc(100% - 40px);
    padding: 30px 20px;
    border-radius: 14px;
  }

  .error404 .error404-actions {
    flex-direction: column;
    gap: 20px;
  }

  .error404 .error404-actions .button {
    width: 100%;
    box-sizing: border-box;
  }
}


/* Navigation, footer and WP blocks */
@media screen and (max-width:1000px) {
  .site-logo {
    height: calc(100% + 15px);
}
.hamburger-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1002;
  }

  .hamburger-toggle .hamburger-bar {
    width: 20px;
    height: 2px;
    background: var(--headerFont);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 998;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100vh;
    background: #fff;
    z-index: 1001;
    padding: 90px 20px 30px;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  body.menu-open .main-navigation {
    transform: translateX(0);
  }
ul#menu-menu-1 li a {
  color: var(--mainColor);
}
  .main-navigation ul#menu-menu-1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    position: static;
    overflow: visible;
    text-align: left;
  }

  .main-navigation ul#menu-menu-1 li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .main-navigation ul#menu-menu-1 li a {
    display: block;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
    text-align: left;
  }

  .main-navigation ul#menu-menu-1 li a:after {
    display: none;
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children .sub-menu,
  .main-navigation ul#menu-menu-1 .menu-item-has-children:hover .sub-menu {
    position: static;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    min-width: 0;
    border-radius: 0;
    pointer-events: none;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 5px;
    padding-right: 0;
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children > a {
    display: inline-block;
    flex: 0 0 auto;
    order: 1;
    width: auto;
    padding-right: 0;
  }

  .main-navigation .submenu-toggle {
    display: inline-flex;
    position: static;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin-left: 0;
    align-items: center;
    justify-content: center;
    order: 2;
  }

  .main-navigation .submenu-toggle span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--mainColor);
    border-bottom: 2px solid var(--mainColor);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    position: relative;
    top: -3px;
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children.submenu-open .sub-menu {
    max-height: 600px;
    opacity: 1;
    pointer-events: auto;
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children.submenu-open .submenu-toggle span {
    transform: rotate(-135deg);
    top: 3px;
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children .sub-menu {
    width: 100%;
    order: 3;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: none;
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children .sub-menu a {
    width: 100%;
    padding: 8px 0;
    background: transparent;
    color: var(--mainColor);
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children.submenu-open .sub-menu {
    margin-left: 14px;
    padding: 4px 0 6px 12px;
    border-left: 1px solid rgba(0, 0, 0, 0.16);
    display: inline-block
  }

  .main-navigation ul#menu-menu-1 .menu-item-has-children .sub-menu a:hover {
    background: transparent;
    color: var(--secondColor);
  }

  body.menu-open .hamburger-toggle .hamburger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.menu-open .hamburger-toggle .hamburger-bar:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .hamburger-toggle .hamburger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media screen and (max-width: 1000px) {
  .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
    line-height: 38px;
  }
}

@media screen and (max-width: 840px) {
  .wp-block-media-text {
    display: grid;
  }
.wp-block-media-text .wp-block-media-text__content {
    width: 100%;
    padding: 0;
    max-width: none;
  }
}

@media screen and (max-width:700px) {
  #footer #footer-columns > ul:nth-child(2) {
    display: none;
  }

  #footer #footer-columns {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  #footer #footer-columns > ul {
    max-width: 420px;
    margin: 0 auto;
  }

  #footer .openingstijden,
  #footer .openingstijden li strong,
  #footer .openingstijden li span {
    text-align: center;
  }

  #footer .footerBottom {
    justify-content: center;
  }

  #footer .callBack form p {
    flex-direction: column;
  }

  #footer .callBack input {
    width: 100%;
    max-width: 320px;
  }
}

@media screen and (max-width: 720px) {
  .wp-block-media-text__media {
    margin: 0 auto;
  }

  .wp-block-media-text.has-media-on-the-right {
    display: flex;
    flex-direction: column;
  }
.wp-block-media-text .wp-block-media-text__content {
    width: auto;
    max-width: none;
  }

  .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }

  .wp-block-media-text .wp-block-media-text__media img {
    height: 100%;
  }

  .wp-block-media-text p {
    padding-right: 0;
  }
}

@media screen and (max-width: 470px) {
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
  }

  .is-stacked-on-mobile .wp-block-media-text__content {
    box-shadow: none;
    border-radius: 0;
  }
}

@media screen and (min-width:1000px) {
  header .menu-item-home{
    display: none;
  }

}
@media screen and (max-width:1660px) {
  .colfull {
    width: 1200px;
  }
  .addRating{margin:0 !important;}

  #content-wrap .youtube {
    max-width: 500px;
  }
  .banner-img #appointmentButtonWrapper a {
    padding: 15px 25px;
    font-size: 18px;
  }
}

@media screen and (max-width:1280px) {
  .colfull {
    width: auto;
    padding: 0 60px;
  }

  .wp-block-latest-comments.wp-block-latest-comments__list {
    padding-left: 60px !important;
  }

  .rowWithBackground
.wp-block-columns {
    padding: 0 60px;
    width: 100%;
  }

  ul#menu-menu-1 li {
    padding: 20px;
  }

}

@media screen and (max-width:1000px) {
  .rowWithBackground {
    margin-top: 0;
  }

  header .nav{
    height: 50px;
  }

  ul#menu-menu-1, ul#menu-menu-1 li {
    display: none;
  }

  ul#menu-menu-1 {
    width: calc(100% + 17px);
    background: #fff;
    margin-right: -20px;
    z-index: 998;
    text-align: center;
    overflow-y: scroll;
    position: fixed;
    left:0;
    top:0;
  }
  ul#menu-menu-1 .menu-item-has-children:hover .sub-menu {
    max-height: 0;
    opacity: 0;
  }
  ul#menu-menu-1 .menu-item-has-children.openResmenu .sub-menu {
    position: relative;
    max-height: none;
    opacity: 1;
  }

  ul#menu-menu-1 li {
    padding: 20px;
    width: 300px;
    margin: 0 auto;
  }
  ul#menu-menu-1 li.menu-item-has-children i {
    position: absolute;
    top: 21px;
    right: 100px;
    transition: var(--transition-fast);
  }

  ul#menu-menu-1 li.menu-item-has-children.openResmenu i {
    top: 23px;
   transform: rotate(180deg);
  }

  #hamburger-wrap {
    display: block;
    top: 38px;
    right: 45px;
    transition: top ease .2s;
  }
  header.sticky #hamburger-wrap {
    top: 5px;
  }
#banner {
    margin: 0;
  }
  #menu-main {
    width: 100%;
    right: 0;
    position: absolute;
    padding-top: 100px;
    height: 3000px;
    background: #fff;
    display: none;
    text-align: center;
  }
  #menu-main li {
    width: 100%;
    padding: 0;
    padding: 14px 0;
    display: none;
  }
  #menu-main li a {
    font-size: 20px;
  }
  .about .left.half {
    width: 50%;
  }
  #content-wrap.page #block1>p:nth-child(1) {
    padding-top: 0;
  }
  #content-wrap.voorzieningen #block1>p:nth-child(1) {
    border-bottom: solid var(--mainColor) 3px;
    width: calc(100% - 60px);
    padding: 30px;
  }

  .home .services .service.open {
    position: initial;
  }
  .home .services .service.open .serviceWrap {
    width: 100vw;
    left:0;
    z-index: 99;
  }
  .home .services .service .service-content{
    width: 100vw;
  }

  .contact .left {
    width: 40%;
    min-width: 500px;
  }
  .contact .right {
    width: 40%;
  }
  #origin-input, #destination-input {
    width: 230px;
  }
}

@media screen and (max-width:840px) {
  #content-wrap.page h1{
    font-size: 32px !important;
  }
  .rowWithBackground .wp-block-columns,
  .colfull {
    padding: 0 20px;
  }

  .wp-block-latest-comments.wp-block-latest-comments__list {
    padding-left: 20px !important;
  }

  #hamburger-wrap {
    right: 5px;
  }

  .wp-block-gallery.columns-3 {
    justify-content: space-between;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px)/2) !important;
    margin: 0 0 20px 0 !important;
    display: block;
    flex-grow: initial;
  }
  li.blocks-gallery-item {
    width: calc((100% - 16px)/2);
  }
  .about {
    background: none;
  }
  .about-left {
    background: #fff
  }
  .about .left.half {
    display: block;
    width: calc(100% - 60px);
  }
  .about .contactImage-wrapper {
    position: relative;
    width: 100%;
    height: 305px;
    border-radius: var(--radius-sm);
  }
  .about .left {
    background: #ffff;
    border-radius: var(--radius-sm);
    margin-bottom: 20px;
  }
  .twoThird {
    width: 100%;
  }

  .contact .right,
  .contact .left {
    width: 100%;
    min-width: 0;
  }

  .contact #content-wrap.page ul {
    padding: 0;
  }
.contact .contentWrapper {
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }
  #content-wrap.contact .infoWrapper {
    position: static;
    top: auto;
  }

  .gastenboek .comments {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:920px) {
}

@media screen and (max-width:700px) {
  .aanbod .aanbod-content-wrapper {
    display: block;
  }

  .aanbod #block1 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .aanbod aside {
    float: none;
    width: 100%;
    max-width: none;
    position: static;
    top: auto;
    margin-top: 20px;
  }

  .aanbod .child-pages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
}

@media screen and (max-width:720px) {
  .rowWithBackground {
    margin: 20px 0 !important;
  }
  .wp-block-latest-comments {
    gap: 0;
  }
#content-wrap {
    margin: 70px 0 20px 0;
  }
  .wp-block-latest-comments {
    flex-direction: column;
    align-items: center;
  }

  .wp-block-latest-comments li {
    max-width: 500px;
    width: calc(100% - 40px);
  }

  #banner.home {
    height: 70vh !important;
  }
  .home .services .service .service-title{
    display: none;
  }
}

@media screen and (max-width:640px) {
  .gastenboek .comments {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:630px) {
  header .site-logo{
    height: calc(100% + 14px);
  }
  .banner-img #appointmentButtonWrapper a {
    padding: 10px;
    font-size: 16px;
  }
  .quickInfo .icon-wrap {
    position: initial;
  }
  .quickInfo .icon-wrap .popUp {
    width: 260px;
    margin-left: -130px;
    left: 50%;
  }
  #origin-input, #destination-input {
    width: calc(100% - 22px);
    margin: 10px auto;
    padding: 0 10px;
    display: block;
  }
  #destination-input {
    margin-bottom: 0;
  }
  .controls .option {
    margin-bottom: 10px;
  }
  .tarieven {
    padding: 0;
  }
  .tarieven figure {
    margin: 0;
  }
#content-wrap table{
    overflow: hidden;
    background: none;
  }
  table,
  table tbody,
  table tr,
  table td {
    display: block;
    width: 100%;
  }
  table tr:nth-child(1) {
    display: none;
  }

  table tr {
    margin-bottom: 16px;
    padding: 10px;
    width: calc(100% - 20px);
    border: 1px solid #e5e5e5;
    color: white;
    border-radius: var(--radius-sm);
  }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
  background-color: var(--secondColor) !important;
  color: white !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even){
  background-color: var(--mainColor);
}
  .wp-block-table table tr td {
    padding:0;
    text-align: left;
  }

  table tr:not(:first-child) td:first-child {
    font-weight: 700;
    padding-bottom: 6px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid white;
  }
  .wp-block-table.is-style-stripes table tr:nth-child(odd) td:first-child{
    border-color: var(--secondColor);
  }
  table tr td:nth-child(2)::before {
    content: "Kosten:\A";
    white-space: pre-line;
    font-weight: 700;
  }

  table tr td:nth-child(3)::before {
    content: "Duur: \A";
    white-space: pre-line;

    font-weight: 700;
  }
  table tr td:nth-child(2),
  table tr td:nth-child(3){
    margin-top: 5px;
  }

  #content-wrap.page h1{
    width: auto;
  }

}

@media screen and (max-width:470px) {
  .huurders {
    flex-direction: column;
  }
  .huurders p {
    width: 100%;
  }

  .gastenboek .comments {
    grid-template-columns: repeat(1, 1fr);
  }

}

@media screen and (max-width:400px) {
  .quickInfo .icon-wrap .icon {
    width: 60px;
    height: 60px;
  }
.gastenboekTop {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .addRating {
    width: 150px;
  }

  .gastenboek .comments {
    margin-top: 20px;
  }
}

@media screen and (max-width:350px) {
  #menu-main li {
    text-align: center;
  }
  .stars {
    width: 100%;
    float: left;
    margin-top: 5px;
  }
}



