@import url(https://lib.hmcms.nl/css/hm.cookie.consent.css);
@import url("modern-normalize.css");
@import url("form.css");
@import url("layout.css?v=2");
@import url("styles.css");
@import url("navigation.css");
@import url("navigation-large.css");
@import url("navigation-small.css");

@import url("hmcms--popup.css");
@import url("masks.css");

@import url("articles.css");
@import url("article--banner.css");
@import url("article--text-media.css");
@import url("article--text.css");

@import url("elements/footer.css");

@import url("widget--searcher.css");
@import url("widget-calentim.css");

:root {
    --bg: #fffbf0;
    --primary: #175e63;
    --turquoise: #009ca6;
    --secundary: #ed8b00;
    --button: #ed8b00;
    --button-hover: #c57402;
    --text-color: #27333f;
}


a {
    color: inherit;
}


.ha-searcher__guests {
  padding: 0 !important;
}

.booking-widget-searcher .ha-searcher .ha-searcher__guests--selectors {
  margin-top: 11px;
  padding: 20px;
  border: 1px solid #D8D0C8;
  border-radius: 3px;
  z-index: 2;
  font-size: 1rem;
}

.ha-searcher__guests--selectors span.ha-searcher__guests--label {
    line-height: 1.2;
}

.ha-searcher__guests--selectors span.ha-searcher__guests--label::first-letter {
  text-transform: uppercase;
}


.booking-widget-searcher .ha-searcher .hm-form-spinner__input {
  font-size: 1em;
  width: 35px;
}


.ha-searcher__guests--desc {
  display: block;
}

.ha-searcher__guests--desc {
    font-size: 12px;
    color: var(--text-color);
}


.booking-widget-searcher .ha-searcher .hm-form-spinner__cmd {
  padding: 0;
}

button.hm-form-spinner__cmd::before,
button.hm-form-spinner__cmd::after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
}

button.hm-form-spinner__cmd.hm-form-spinner__cmd--incr::after {
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
}


body .booking-widget-searcher .ha-searcher .hm-form-spinner__cmd {
  color: transparent;
  transition: background .3s eae;
  background: var(--primary);
  box-shadow: 0 3px 6px rgb(70 60 50 / 30%);
  border: 1px solid var(--primary);
  width: 30px;
  border-radius: 50px;
  height: 30px;
  transform: translateY(2px);
}

  body .hm-form-spinner__cmd:not(:disabled):hover,
  .booking-widget-searcher .ha-searcher .hm-form-spinner__cmd:not(:disabled):hover {
    color: transparent;
    background: var(--text-color);
    border: 1px solid var(--text-color);
    cursor: pointer;
  }

  body .hm-form-spinner__cmd[disabled] {
    pointer-events: none;
    color: transparent;
    opacity: .3;
  }

  .booking-widget-searcher .ha-searcher .ha-searcher__guests--selectors>div.ha-searcher__guests--search {
    color: var(--text-color);
  }

.booking-widget-searcher .hm-form-spinner {
    display: flex;
}

.ha-searcher__guests--desc {
    font-size: 14px;
    color: var(--text-color);
    opacity: .5;
}

.ha-searcher__guests--selectors > div {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.ha-searcher__guests--selectors > div:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.ha-searcher__guests--search {
    border-top: 0px !important;
}


.contact-route svg {
    height:1em;
    display: inline-block;
}

.contact-route {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 4em;
}

.contact-route__column {
    flex: 1 22em;
}

.contact-route__map {
    flex: 1 100%;
}

.contact-route__map iframe {
    width: 100%;
    height: 500px;
}

.wf-group {
    width: 100%;
    min-width: 100%;
}

form.wf-contact-form {
    display: flex;
    grid-gap: 15px;
    grid-template-columns: 1fr;
    align-items: flex-start;
    flex-flow: column;
}

.wf-checkbox::before,
.wf-group textarea,
.wf-group input {
    background: #fff;
    padding: .5em 1em;
    border: 0;
    min-height: 3em;
    font-weight: 100%;
    width: 100%;
    border: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    outline: 0 !important;
    resize: none;
}

.wf-group textarea {
    height: 7em;
}
.wf-checkbox::before {
    content:'';
    width: 24px;
    height: 24px;
    display:inline-block;
    padding:0;
    min-height: auto;
    position: absolute;
    left: 0;
}

.wf-checkbox {
    padding-left: 34px;
    position: relative;
}


.wf-contact-form input[type="checkbox"] {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    opacity: 0;
    cursor: pointer;
}

.wf-checkbox:has(input:checked)::after {
    border: 2px solid var(--primary);
    content: '';
    width: 8px;
    height: 14px;
    display: block;
    border-left: 0;
    border-top: 0;
    rotate: 45deg;
    position: absolute;
    left: 9px;
    top: 3px;
}

label.wf-label {
    position: relative;
    z-index: 1000;
    pointer-events: none;
}

label.wf-label a {
    position: relative;
    z-index: 1001;
    pointer-events: initial;
}


.content-container.sitemap {
    column-count: 3;
    padding-top: 30px;
}

.sitemap-sections {
    break-inside: avoid;
    margin-bottom: 40px;
}

.sitemap__section h2 {
    margin-top: 0px;
}

@media screen and (max-width:600px){
    .content-container.sitemap {
        column-count: 1;
    }
}

.sitemap__section {
    break-inside: avoid;
    display: none;
}

.sitemap__section:has(li) {
    display: block;
}

.sitemap__section ul {
    list-style: none;
    padding-left: 0;
}

.contact-form__contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-form__contact-info li {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 18px;
}

.contact-form__contact-info-icon svg {
    height: 1.5em;
    fill: var(--primary) !important;
}

.hmcms-faq__title,
.contact-route__column h2 {
    font-size: clamp(1.5em, 5vw, 2.15em);
    line-height: 1;
    color: var(--primary);
    margin-top:0;
    margin-bottom:.3em;
}

.contact-route__column h3 {
    font-size: clamp(1.5em, 5vw, 2.15em);
    line-height: 1;
    color: var(--primary);
    margin-top:0;
    margin-bottom:.3em;
}

.contact-route__column h4 {
    font-size: clamp(1.15em, 4vw, 1.5em);
    line-height: 1;
    color: var(--primary);
    margin-top:0;
    margin-bottom:.3em;
}

.hmcms-faq__title {
    font-size: 2.5em !important;
    margin-bottom:.3em !important;
}

h1.page-title {
    margin: 0;
    font-size: clamp(3em, 4vw, 4em);
    color: var(--primary);
    text-align: center;
    line-height: 1.2;
}

article.layout-article.article--page-title {
    margin-top:0;
}

body .recranet-element .rn-sticky-top {
    top: 80px;
}



.search-result-item {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(70,60,60,.1);
    padding: 20px;
}

.searche-results-container {
    display: grid;
    grid-gap: 5px;
}

.search-result-item__section {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--brown);
    margin-bottom: 8px;
}

.search-result-item__title a {
    text-decoration: none;
    font-weight: 700;
}

.search-result-item__title a:hover {
    color: var(--red);
}
.search-result-item__shortdesc {;
    font-size: 14px;
}
.search-result-item__shortdesc *:first-child {
    margin-top: 0;
}

.search-result-item__shortdesc *:last-child {
    margin-bottom: 0;
}

.search-result-item {
    display: flex;
    grid-gap: 30px;
}

.search-result-item__media img {
    width: 180px;
    height: 120px;
    object-fit: contain;
}

    .search-result__title {
        font-size: 22px;
        font-weight: 500;
    }


    .searcher-results__buttons {
        margin-top: 30px;
    }

span.text-big img {
    height: 1.22em;
    width: 1.2em;
    margin-right: 10px;
    transform: translateY(8px);
}

