.room-title {
    pointer-events: none;
}

.animated-layout .room-info-wrapper {
    height: 100% !important;
    left: 0px;
    width: 100%;
    right: 0px;
    top: 0px !important;
    bottom: 0px !important;
    padding-top: 145px;
}

.animated-layout .room-single-title {
    display: block !important;
}


.gallery-item-holder .image-thumbnail img, .gallery-item-holder .image-thumbnail {
    min-height: 300px !important;
}


.gallery-item-holder .overlay-text span::before, .gallery-item-holder .overlay-text span::after {
    content: "";
    display: inline-block;
    width: 50%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid #E9e9e9;
}

.gallery-item-holder .overlay-text span::after {
    margin: 0 -55% 0 .5em;
}

/* > Root */

.gallery-item-holder.has-overlay .overlay-text {
    max-width: 100% !important;
}

.gallery-item-holder .overlay-text span {
    font-family: 'ITV' !important;
    font-weight: 400;
    font-size: 18px;
    color: #bfab89;
}

.gallery-item-holder .overlay-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
}

@media (min-width: 680px) {

    .gallery-item-holder .image-thumbnail {
        min-height: 225px;
        background-size: cover !important;
        object-fit: cover !important;
    }



}

@media (min-width: 580px) {

    .gallery-item-holder .image-thumbnail {
        height: 145px;
        background-size: cover !important;
        object-fit: cover !important;
    }


}

:root {
    --trans-fast: 0.25s;
    --dark-grey: #565656;
    --br-normal: 5px;
    --br-small: 2.5px;
}

.single-room-carousel {
    display: none;
}

.boxed-body-style {
    margin: 0px !important;
    max-width: 100%;
}

.room-info {}

.room-single-title {
    display: none !important;
}

.rt_heading_wrapper.style-3>.style-3 {
    line-height: 34pt;
    font-size: 18pt;
}

.room-info-wrapper .button_ {
    display: none
}

.fotos-overview {
    width: 100%;
    padding: 0px !important;
    margin: 0 auto;

}

.photo_gallery .caption:hover {
    opacity: 1;
}

.photo_gallery .caption p {
    padding-top: 20px;
}



.photo_gallery .caption {
    transition: 0.2s;
    display: inline-block;
    padding: 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: auto;
    width: auto;
    color: #fff;
    background: none;
    z-index: 9;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;

}

.fotos-overview .col {
    padding: 0px;
    width: auto;

}

.fotos-overview .row {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.fotos-overview .col .col-sm-4 {
    padding: 0px !important;
}

.fotos-overview .col .col-xs-6 {
    padding: 0px !important;
}

.white {
    color: #fff;
}

.meer-info {
    margin-top: 50px;
}


/* > Navigation */

.nixe-dark-header #navigation>li>a, .nixe-dark-header .nixe-language-menu>li a, .nixe-dark-header .nixe-search-button, .nixe-dark-header .mobile-menu-button:before {
    font-size: 20px;
}

.quote-max-width {
    max-width: 800px;
}

.quote-max-width a {
    color: #bbac8c !important;
}

#menu-item-3124 {
    height: 40px;
    border: 2px solid var(--dark-grey);
}

.top-header .line.stuck {
    display: block !important;
}

.header-elements .line {
    position: absolute;
    height: 1px;
    top: 50%;
    width: 0;
}

@media (min-width: 980px) {

    .room-list .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

#navigation.menu a {
    font-family: 'ITV';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px !important;
}

.sitename {
    font-family: 'ITV';
    font-weight: 500;
    font-size: 28px !important;
    color: var(--dark-grey);
    transition: var(--trans-fast);
}

.sitename:hover {
    opacity: 0.8;
}

/* > Content */



/* >> Contact form */


.split-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.privacy-check {
    display: block;
    width: 20px !important;
}

@media (max-width: 980px) {

    .contact-form-row .content_row_wrapper .vc_column_container>.vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}



.ci-info-item .icoon-holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: flex-start;
    justify-content: center;
}

.ci-info-item .icoon {
    height: 75px;
    width: 75px;
    transform: rotate(-45deg);
    background: #998D6F;
}

@media (max-width: 480px) {

    .ci-info-item .icoon {
        height: 50px;
        width: 50px;
        transform: rotate(-45deg);
        background: #998D6F;
    }

}

.ci-info-item {
    margin-bottom: 20px;
    display: grid;
    grid-column-gap: 50px;
    padding: 20px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 480px) {

    .ci-info-item {
        margin-bottom: 20px;
        display: grid;
        grid-column-gap: 50px;
        padding: 20px;
        grid-template-columns: 50px 1fr;
    }

}

/* 
@media (max-width: 480px){

.contact-form-row .contact-informatie-row.content_row{
background: #fff!important;
}

.contact-form-row .contact-informatie-row .after_h1.white{
	color: var(--dark-gray)!important;
}	
	
.contact-info, .contact-info h5, .contact-info a{
	color: var(--dark-gray)!important;
	text-decoration: none;
} */



}




.contact-info {
    margin-top: 50px;
}

.contact-info h5 {
    font-family: 'ITV';
    font-weight: 500;
}

.contact-info, .contact-info h5, .contact-info a {
    color: #fff;
    text-decoration: none;
}

.contact-form {
    margin-top: 50px !important;
}

@media (min-width: 980px) {

    .contact-form {
        margin-top: 50px !important;
        max-width: 85%;
        margin: 0 auto;
    }

}

.contact-form strong {
    font-weight: 500;
}

.contact-form label {
    width: 100%;
    text-align: left;
    font-family: 'ITV';
    font-weight: 300 !important;
    display: inline-block;
}

.contact-row .privacy-check {}

.contact-form .contact-row {
    padding-bottom: 10px;
}

.contact-form input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-form input, .contact-form textarea {
    font-family: 'ITV';
    border: 0px;
    font-size: 17px;
    background: #9991;
    border: 1px solid #9995;
    padding: 10px;
    display: inline-block;
    width: 100%;
    outline: none;
}

.page-highlight-container .vc_column-inner {
    padding: 20px 40px 20px 40px !important;
    max-width: 100%;
}

#het-complex .quote-row .vc_column-inner {
    padding: 25px 10px 10px 10px !important;
}

#het-complex .quote-row {
    color: var(--dark-gray);
}

.itv-medium {
    font-family: 'ITV' !important;
    font-weight: 500 !important;
}

.after_h1.white {
    color: #fff;
}

.itv-medium .after_h1 {
    color: #fff;
}

.page-content p {
    line-height: 1.75;
}

.page-content h1 {
    font-family: 'ITV';
    font-weight: 500;
}


.news-events .entry-title a {
    pointer-events: none;
}

@media (min-width: 980px) {

    .page-content .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .news-events .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

.quote-row #asdasd {
    padding-top: 20px !important;
}

.news-events .rt_heading {
    font-weight: 500 !important;
    font-family: 'ITV' !important;
}

.news-events .entry-content p {
    line-height: 1.75;
}

.news-events .entry-title {
    font-size: 16px !important;
    font-family: "ITV";
    font-weight: 500;
}


.room-list .room-title {
    font-family: 'ITV';
    font-weight: 500;
}

.quote-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

#highlights h3 {
    color: var(--dark-grey);
    font-family: 'ITV';
    font-weight: 400;
    font-size: 16px;
}


.boxed-body-style #container {
    margin-top: 20px;
    margin-bottom: 100px;
    box-shadow: 0px 0px 10px #5551;
    border-radius: var(--br-small);
}

/* >> HERO */

.slide_sub_heading {
    font-size: 20px !important;
    margin-top: 10px;
}

.slide_heading {
    font-size: 28px !important;
    font-family: 'ITV' !important;
    font-weight: 500 !important;
}

.slide-content-wrapper .slide-content .slide-text {
    line-height: 1.75;
}

.cta-slider #asdasd {
    margin-top: 0px !important;
}

@media (min-width: 980px) {

    .cta-slider #asdasd {
        margin-top: -105px !important;
    }

}


.button_.hero {
    font-family: 'ITV';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    bottom: 0px;
    padding: 0px;
    height: 65px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

/* > Footer */

.footer_widget h5, .footer_widget h6 {
    font-size: 16px !important;
    font-family: 'ITV';
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* < END > */

















body {
    font-family: 'Open sans';
}

.customizer-notification {
    display: none;
}


@media screen and (min-width: 1025px) {
    .nixe-fullwidth-header-width .header-elements {
        max-width: 100% !important;
    }
}

.header-elements {}

.header-elements {
    width: 100%;
    display: table;
    margin: auto;
    position: relative;
}



@font-face {
    font-family: "ITV";
    src: url("/wp-content/themes/nixe/fonts/itv_reem/itv_reem_webbold.woff") format('woff');
    font-weight: 700;
}

@font-face {
    font-family: "ITV";
    src: url("/wp-content/themes/nixe/fonts/itv_reem/itv_reem_webregular.woff") format('woff');
    font-weight: 400;
}


@font-face {
    font-family: "ITV";
    src: url("/wp-content/themes/nixe/fonts/itv_reem/itv_reem_webmedium.woff") format('woff');
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital@1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');

.make_white {
    color: white;
}

#container img:not(.trp-flag-image) {
    max-height: 450px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#menu-item-3124 {
    border: 2px solid black;
    margin: -2px;
    margin-left: 4px;
    transition: 0.2s ease;
}

#menu-item-3124:hover {
    background-color: #BAAD85;
    border: 2px solid #BAAD85;
}

#menu-item-3124:hover a {
    color: white !important;
}

.current_page_item#menu-item-3124 {
    background-color: #BAAD85;
    border: 2px solid #BAAD85;
}

.current_page_item#menu-item-3124 a {
    color: white !important;
}

.serif {
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
    font-weight: 200;
    font-size: 1.7em;
    line-height: 0.6em;
    color: black;
}

h4.serif {
    font-style: italic;
    font-family: 'Libre Baskerville', serif !important;
    font-weight: 200;
}

@media (max-width:900px) {
    .serif {
        line-height: 1.4em;
    }
}

.after_h1 {
    color: #BAAD85;
    font-style: italic;
    font-family: 'Libre Baskerville', serif;
    font-weight: 200;
}

.center_icon {
    transform: rotate(-45deg);
    height: 100px;
    width: 100px;
}

.center_icon span {
    transform: rotate(45deg) !important;
    transform-origin: top right;
    padding-top: 40%;
    padding-right: 40%;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    height: 100%;
    padding-top: 0;
}

.wpb_video_wrapper {
    width: 100%;
}

.mejs-container {
    min-width: 100% !important;
    margin-top: 48px;
}

.wp-video {
    width: 100% !important;
}

.check {
    color: white;
}

.default-style .bullet-list.style-1>ul>li::before {
    color: white;
    background: #9F8E74;
}

.contact_meer_info p {
    margin: 0;
    width: 100%;
}

.contact_meer_info {
    display: grid;
    max-width: 300px;
    min-height: 300px;
    max-height: 800px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "."
        "."
        "."
        "."
        ".";
    justify-items: start;
}

.contact_meer_info label {
    max-width: 300px;
    margin: 12px;
    text-align: left;
}

.contact_meer_info_label.full_width_label {
    max-width: 100%;
}

.contact_meer_info_label.full_width_label {
    width: 100%;
}

.contact_meer_info_label.double {
    display: flex;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-left: 12px;
}

.google_map_holder>div {
    min-height: 50vh !important;
}

.footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wp-block-social-links>li {
    background-color: #38414A !important;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}

.wp-block-columns ul {
    list-style: none;
    padding: 0;
}

.more-link {
    display: none;
}

.Darker_line {
    background-color: #999999 !important;
}


.wpb_video_widget {
    margin-bottom: 180px;
}


@media (max-width: 600px) {
    .google_map_holder {
        margin: 0px -40px;
    }
}

.icoon {
    background-color: #9b8c6a !important;
}

.action-button {
    display: none;
}

.grid4fotos>div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.col-fotos {
    width: 100%;
}

@media (max-width: 800px) {
    .grid4fotos>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .grid4fotos>div {
        display: grid;
        grid-template-columns: 1fr;
    }
}



.animated-layout .room-noinfo-wrapper {
    position: absolute;
    left: 10%;
    width: 80%;
    padding: 40px 20px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    cursor: initial;
}

.animated-layout .room-noinfo {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.animated-layout .room-noinfo .room-bg-ovelay {
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity 0.45s ease 0s;
    -o-transition: opacity 0.45s ease 0s;
    transition: opacity 0.45s ease 0s;
}

#navigation li:nth-last-child(2):not(.trp-language-switcher-container) {
    margin-left: 10px;
    transform: translatey(-3px);
    height: 40px;
    border: 2px solid var(--dark-grey);
    transition: 0.2s;
}



#navigation li:nth-last-child(2):not(.trp-language-switcher-container).current_page_item {
    background: #a7946d;
    border: 2px solid #a7946d !important;
    color: #fff !important;
    border: 0px;
}

#navigation li:nth-last-child(2):not(.trp-language-switcher-container).current_page_item a {
    color: #fff;
}

.contact-info {
    padding-top: 40px;
}

#navigation li:nth-last-child(2):not(.trp-language-switcher-container):hover {
    background: #a7946d;
    border: 2px solid #a7946d !important;
    border: 0px;
}

#container .rt-gallery .col {
    margin-bottom: 0px;
}

.room-single-title {
    color: #888888;
}

#navigation li:nth-last-child(2):not(.trp-language-switcher-container):hover a {
    color: #fff;
}

.sub_page_header {
    display: none;
}

@media screen and (min-width: 1025px) {
    .header-elements {
        max-width: 100% !important;
    }
}

#loader-wrapper {
    display: none !important;
}

/* Language switcher */
li.trp-language-switcher-container.menu-item span {
	display: inline-block!important;
}

@media screen and (min-width: 1025px) {
	#navigation ul {
		width: 80px;
		left: calc(50% - 40px);
	}
}