﻿
* {
    font-family: arial;
}

.blue {
    color:#1342c3;
}

.blueButton {
    color: #1342c3;
    cursor:pointer;
}

.blueButton:hover {
    color: #2e4072;
}


.href {
    cursor:pointer;
}

hr {
    height: 1px;
    background-color: #dadada;
    border: none;
}
.languagepicker1 {
    background-color: #000;
    margin: 0 20px 0 0;
    position: absolute;
    color: white;
    width:57px;
    text-align:center;
    cursor: pointer;
    padding: 10px 20px;
    top: -18px;
}

#languagepicker {
    padding: 10px 0px;
    width: 50px;
    margin-top: 13px;
    display:none;
}

#languagepicker span {
    background-color: #000;
    margin: 0 50px 10px 0;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
}

.languagepicker a {
    color: white;
    text-decoration: none;
}

#languagepicker span {
    cursor: pointer;
    padding: 10px 20px;
    margin-top:10px;
    line-height: 40px;
    border-top: 1px solid #EEE;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .languagepicker li:hover {
        background-color: #1f1f1f;
    }

.roundborders {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

:root {
    --color-primary: #283069;
    --color-secondary: #fccb8d;
    --color-tertiary: #ffedd7;
    --color-background: #ffffff;
    --color-overlay: rgba(0,0,0,.4);
    --color-overlay-text: #FEFEFE;
    --color-primary-dark: #212857;
    --color-secondary-dark: #fbc074;
    --color-tertiary-dark: #ffe2be;
    --color-background-dark: #f2f2f2;
    --color-primary-light: #2f387b;
    --color-secondary-light: #fdd6a6;
    --color-tertiary-light: #fff8f1;
    --color-background-light: #ffffff;
    --color-primary-contrast: #2f387b;
    --color-secondary-contrast: #fbc074;
    --color-tertiary-contrast: #ffe2be;
    --color-background-contrast: #ffffff;
    --color-on-primary: #FFFFFF;
    --color-on-primary-dark: #FFFFFF;
    --color-on-primary-light: #FFFFFF;
    --color-on-primary-contrast: #FFFFFF;
    --color-on-secondary: #000000;
    --color-on-secondary-dark: #000000;
    --color-on-secondary-light: #000000;
    --color-on-secondary-contrast: #000000;
    --color-on-tertiary: #000000;
    --color-on-tertiary-dark: #000000;
    --color-on-tertiary-light: #000000;
    --color-on-tertiary-contrast: #000000;
    --color-on-background: #000000;
    --color-on-background-dark: #000000;
    --color-on-background-light: #000000;
    --color-on-background-contrast: #000000;
    --color-title-on-primary: #ffffff;
    --color-title-on-primary-dark: #ffffff;
    --color-title-on-primary-light: #ffffff;
    --color-title-on-primary-contrast: #ffffff;
    --color-title-on-secondary: #212121;
    --color-title-on-secondary-dark: #212121;
    --color-title-on-secondary-light: #212121;
    --color-title-on-secondary-contrast: #212121;
    --color-title-on-tertiary: #212121;
    --color-title-on-tertiary-dark: #212121;
    --color-title-on-tertiary-light: #212121;
    --color-title-on-tertiary-contrast: #212121;
    --color-title-on-background: #212121;
    --color-title-on-background-dark: #212121;
    --color-title-on-background-light: #212121;
    --color-title-on-background-contrast: #212121;
    --color-text-on-primary: #fefefe;
    --color-text-on-primary-dark: #fefefe;
    --color-text-on-primary-light: #fefefe;
    --color-text-on-primary-contrast: #fefefe;
    --color-text-on-secondary: #979797;
    --color-text-on-secondary-dark: #979797;
    --color-text-on-secondary-light: #979797;
    --color-text-on-secondary-contrast: #979797;
    --color-text-on-tertiary: #979797;
    --color-text-on-tertiary-dark: #979797;
    --color-text-on-tertiary-light: #979797;
    --color-text-on-tertiary-contrast: #979797;
    --color-text-on-background: #979797;
    --color-text-on-background-dark: #979797;
    --color-text-on-background-light: #979797;
    --color-text-on-background-contrast: #979797;
    --color-border-on-background: #b3b3b3
}

@charset "UTF-8";

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
}

*, :after, :before {
    box-sizing: inherit
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-12, .col-auto, .col-lg-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

@media (min-width:768px) {
    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-flex {
        display: flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

@media (min-width:768px) {
    .justify-content-md-end {
        justify-content: flex-end !important
    }
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-phone:before {
    content: "\f095"
}

.fa-times:before {
    content: "\f00d"
}

.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

* {
    font-family: Dosis,sans-serif
}

li, p, span, ul {
    font-size: 16px;
    font-weight: 300
}

.button, .button span {
    font-family: Vollkorn,serif;
    font-weight: 900;
    font-size: 18px
}

h1, h1 span {
    font-family: Vollkorn,serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2em
}

h2, h2 span {
    font-family: Vollkorn,serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2em
}

@media (min-width:576px) {
    h1, h1 span {
        font-size: 34px
    }

    h2, h2 span {
        font-size: 22px
    }
}

@media (min-width:768px) {
    h1, h1 span {
        font-size: 38px
    }

    h2, h2 span {
        font-size: 24px
    }
}

@media (min-width:1200px) {
    h1, h1 span {
        font-size: 45px
    }

    h2, h2 span {
        font-size: 26px
    }
}

* {
    outline: 0 !important;
    margin: 0;
    padding: 0
}

ul:not(#inhoud ul) {
    list-style: none;
    padding-left: 0
}

#inhoud ul {
    padding-left: 30px;
    list-style-type: decimal;
}

#inhoud ul li {
    padding-left: 20px;
    padding-bottom:5px;
}

a {
    text-decoration: none
}

.no-padding {
    padding: 0
}

.hide {
    display:none;
}

.button {
    display: inline-block;
    padding: .8em 1em .6em;
    white-space: nowrap
}

.button--outline {
    border-width: 2px;
    padding: .7em 1em;
    border-style: solid;
    line-height: 1em
}

    .button--outline i {
        line-height: 1em;
        font-size: 1em
    }

.header__telephone .button {
    transform: scaleX(-1)
}

.dropdown {
    position: relative
}

    .dropdown > span {
        font-size: 18px;
        line-height: 1.3em
    }

.dropdown__current {
    display: block;
    padding: .8em 1em .6em
}

    .dropdown__current span {
        font-family: Vollkorn,serif;
        font-weight: 900;
        font-size: 18px
    }

    .dropdown__current i {
        margin-left: .5em;
        font-size: 16px
    }

.dropdown__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.dropdown__link {
    display: block;
    width: 100%;
    padding: .8em 1em .6em;
    font-family: Vollkorn,serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: lowercase
}

.image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center"
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.title {
    display: inline
}

    .title, .title span {
        position: relative;
        line-height: 1em
    }

        .title span {
            z-index: 81;
            word-break: break-word
        }

        .title:before {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: .15em;
            height: .5em;
            width: calc(100% + .4em);
            z-index: 80
        }

.subtitle {
    display: inline-block
}

    .subtitle, .subtitle span {
        position: relative;
        line-height: 1em
    }

        .subtitle span {
            z-index: 81
        }

        .subtitle:before {
            content: "";
            position: absolute;
            left: -.2em;
            bottom: calc(50% - .15em);
            height: .3em;
            width: calc(100% + .4em);
            z-index: 80
        }

.title-container {
    margin-bottom: 2em
}

.subtitle-container {
    margin-bottom: 1em
}

.article {
    width: 100%;
    flex-basis: 100%;
    padding: calc(3.4em + 30px) 0
}

@media (max-width:991.98px) {
    .article {
        padding: calc(3.4em + 30px) 0 calc(3.4em + 60px)
    }
}

.article__header {
    text-align: center
}

.modal {
    display: none;
    z-index: 900;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    max-width: 800px;
    border-radius: 5px;
    padding: 15px
}

@media (min-width:992px) {
    .modal {
        padding: 30px 45px
    }
}

@media (min-width:1200px) {
    .modal {
        padding: 45px 60px
    }
}

.modal__header {
    text-align: left
}

.modal__content {
    margin: 1em 0;
    max-height: 60vh;
    width: 100%;
    overflow-y: auto
}

.modal__background {
    display: none;
    z-index: 890;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6)
}

.modal__close {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    font-size: .8em;
    line-height: 1em;
    padding: .8em
}

.navigation__item {
    display: inline-block;
    margin-top: .2em;
    margin-bottom: .2em
}

    .navigation__item:not(:last-of-type) {
        margin-right: 2em
    }

.navigation__link {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 18px
}

    .navigation__link:hover {
        color: #ddd;
    }


.slider {
    width: 100%;
    overflow: hidden
}

.slider-container {
    position: relative;
    min-height: 100vw
}

@media (min-width:576px) {
    .slider-container {
        min-height: 60vw
    }
}

@media (min-width:992px) {
    .slider-container {
        min-height: 50vw
    }
}

.slider__items {
    position: relative;
    width: 100%;
    height: 100%
}

.slider--media {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%
}

    .slider--media .slider__paging {
        position: absolute;
        z-index: 400
    }

    .slider--media .slider__paging {
        top: 50%;
        left: 15px;
        right: auto;
        transform: translateY(-50%)
    }

@media (min-width:992px) {
    .slider--media .slider__paging {
        left: 30px
    }
}

.slider--media-alt .slider__paging {
    left: auto;
    right: 15px
}

@media (min-width:992px) {
    .slider--media-alt .slider__paging {
        right: 30px
    }
}

.slider--media .slider__item {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important
}

.slider--article {
    padding: 0 15px
}

@media (min-width:992px) {
    .slider--article {
        max-width: 480px
    }
}

@media (min-width:1200px) {
    .slider--article {
        max-width: 570px
    }
}

.content {
    padding-top: 82px;
    min-height: calc(100vh - 105px)
}

@media (min-width:768px) {
    .content {
        padding-top: 108px
    }
}

.header {
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 20px 0;
    z-index: 800
}

.header__branding {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px
}

.header__navigation {
    margin-right: 8em;
    margin-bottom: .2em
}

.header__image {
    margin: 0;
    font-size: 18px;
    height: 4em
}

.header__language {
    padding-left: 15px;
    border-left-width: 2px;
    border-left-style: solid
}

.header__telephone {
    margin-right: 1em
}

@media (min-width:992px) {
    .header__booker {
        margin-left: 2em
    }
}

.header__mobile {
    z-index: 790;
    position: absolute;
    top: calc(82px + 50vw);
    left: 50%;
    transform: translate(-50%,-50%)
}

.header__mobile-branding {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 225px;
    height: 225px;
    padding: 15px
}

.header__mobile .header__image {
    margin: 0;
    width: 100%;
    height: auto
}

b,
strong {
    font-weight: bold;
}

svg {
    width: auto;
    height: 80px;
}

.header, .button--exit, .header__language, .footer {
    border-color: #eeeeee;
}

.button--outline, .footer__gdpr-item {
    border-color: #283069;
}

.button--scroll, .button--scroll span {
    border-color: #979797;
}

.slider__title {
    background-color: #ffffff;
    color: #212121;
}

.slider__paging-arrow {
    border-color: #979797;
    color: #979797;
    background-color: #ffffff;
}

.button--alt.button--scroll, .button--alt.button--scroll span {
    border-color: #979797;
}

.header, .content, .modal, .modal__close, .footer, .slider--article .article, .header__mobile .header__mobile-branding, .reviewform {
    background-color: #ffffff;
}

.navigation__link--active:after, .slider--article .slider__paging .slick-active .slider__paging-item i {
    background-color: #212121;
}

.button--primary {
    background-color: #283069;
}

.title:before, .subtitle:before {
    background-color: #fccb8d;
}

.dropdown, .dropdown__list {
    background-color: #212121;
}

.dropdown__current, .dropdown__link {
    color: #fefefe;
}

.slider--article .slider__paging-item i {
    background-color: #eeeeee;
}

.section--service {
    background-color: #ffedd7;
}

.section--branding {
    background-color: #ffedd7;
}

.section--video {
    background-color: #ffedd7;
}

    .section--service .title, .section--video .title {
        color: #212121
    }

.eyecatcher__title {
    color: #212121
}

.eyecatcher__body {
    color: #979797
}

.brand__title {
    color: #212121;
}

.brand__text {
    color: #979797;
}

.button--outline, .modal__close, .link, .link:hover, .link:focus, .link:active, .header__title, .article__content a, .article__content li:before {
    color: #283069;
}

.title, .subtitle {
    color: #212121;
}

.title--alt, .subtitle--alt {
    color: #212121;
}

.navigation__link, .navigation__link:active, .navigation__link:focus, .button--exit, .beds {
    color: #212121;
}

.article__content, .button--scroll, .button--scroll span {
    color: #979797
}

.button--alt.button--scroll, .button--alt.button--scroll span {
    color: #979797;
}

.button--primary {
    color: #FFFFFF;
}

.icon--small {
    fill: #212121;
}

.contact__footer a:hover .icon--small {
    fill: #283069;
}

.popup__title {
    color: #283069;
}

.popup__button, .popup__button:hover, .popup__button:focus {
    background-color: #283069;
    color: #FFFFFF;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.popup__subtitle {
    font-size: 1.5rem !important;
    margin: 0rem !important;
}

.icon--primary svg {
    color: #283069;
}

.form__input, .form__textarea, .form__check {
    border-color: #979797;
}

.form__input, .form__textarea, .form__gdpr, .form__label {
    color: #979797;
}

.reviewform {
    background: #ffffff;
}

.form__score {
    color: #283069;
}

.form__score-caption {
    color: #979797;
}

.review__stars {
    color: #283069;
}

.review {
    background-color: #ffffff;
}

.form__message--error i {
    color: #D8000C;
}

.form__message--error .form__message-content {
    border-color: #D8000C;
    background-color: #D8000C;
    color: #FFFFFF;
}

.form__message--sending i, .form__message--sent i {
    color: #283069;
}

.form__message--sending .form__message-content, .form__message--sent .form__message-content {
    border-color: #283069;
    background-color: #283069;
    color: #FFFFFF;
}

    .form__message--sending .form__message-content:before {
        border-right-color: #283069;
    }

    .form__message--sent .form__message-content:before {
        border-right-color: #283069;
    }

.form__message--error .form__message-content:before {
    border-right-color: #D8000C;
}

.st0 {
    fill: #212121 !important;
}

.header__booker,
.cubilis-ratebox--bottom {
    display: none !important;
}

strong a, strong a:hover {
    color: black;
}


/* latin-ext */
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v19/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml1RMEfq4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v19/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml2xME.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Dosis';
    font-style: normal;
}

.title:before, .subtitle:before {
    background-color: #fdec4c;
}

h1, h1 span {
    font-family: Dosis,serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2em;
}

.button, .button span {
    font-family: Dosis,serif;
    font-weight: 500;
    font-size: 18px;
}

.header__mobile .header__image {
    padding-top: 30px;
}
