html, body {
	scroll-behavior: smooth;
}
      /* Home page */

      /* Algemeen */

body h2 a {
    letter-spacing: 5px;
    text-transform: uppercase;
}

body {
    font-weight: 300;
    line-height: 1.63;
}

nav {
    max-width: 100vw;
}
a {
	color: #326076;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

.order-1, .order-2 {
    order: 0;
}


      /**/

      /* Buttons */
.downloadbtn,
.booktodaybtn,
.blog-article p a{
    border: 1px solid #326076;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    color: #326076;
    font-size: 11px;
    font-family: heebo,sans-serif;
    font-weight: 700;
    line-height: 2.36;
    letter-spacing: 3px;
    transition: 1s;
}

      /**/

      /* Menu */
/*
nav {
    height: 45px;
}

nav.scrolled {
    height: 45px;
}
*/
nav {
    border-bottom: 1px solid #e8e8e8;
}

.moduletable_menu.book_now_menu{
    padding-left: 35px;
    margin-left: auto;
    width: 261px;
}

.moduletable_menu.book_now_menu .item-110 {
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #326076;
    padding-right: 93px;
    text-transform: uppercase;
}

.show {
    padding-left: 0rem;
    margin-left: 0%;
    background-color: white;
    margin-top: 0%;
    transition: margin .3s ease-out !important;
    opacity: 1;
    visibility: visible;
}
.scrolled #navbar.show {
	background: transparent !important;
}

.border-left .navbarnavdropdown {
    margin-left: 0%;
}
/*
.show.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    transition: margin .3s ease-out;
}
*/
.dropdown.scrolled {
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0%;
    padding-right: 0%;
}

.item-106.scrolled {
    background-color: rgba(255, 255, 255, 0);
}

.item-107.scrolled {
    background-color: rgba(255, 255, 255, 0);
}


.item-105.show {
    background-color: rgba(255, 255, 255, 0);
    margin-top: initial;
    padding-bottom: 0px !important;
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    -ms-transition: all 0ms;
    -o-transition: all 0ms;
    transition: all 0ms;
}

.dropdown-navbar-smaller {
    background-color: rgba(255, 255, 255, 0) !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 37px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 1px;
    margin-top: 5px;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
    margin-right: 1%;
    margin-bottom: 3px;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.icon-bar {
    width: 30px;
    transition: all 0.5s;
}

.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.middle-bar {
    opacity: 0;
}

.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.collapsed .top-bar {
    transform: rotate(0);
}
.collapsed .middle-bar {
    opacity: 1;
}
.collapsed .bottom-bar {
    transform: rotate(0);
}

.no-transition {
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    -ms-transition: all 0ms;
    -o-transition: all 0ms;
    transition: all 0ms;
}

.dropdown-border {
    border-top: 1px solid darkgrey;
}

#navbarnavdropdown:last-child {
    margin-right: 50px;
}

.moduletable_menu ul li {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 15px;
    margin-right: 15px;
    color: #326076;
}
.moduletable_menu a {
	text-decoration: none;
}

.item-105 {
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    -ms-transition: all 0ms;
    -o-transition: all 0ms;
    transition: all 0ms;
}

.nav-header-top {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2em;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    display: block;
}

.nav-header-bot {
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2em;
    letter-spacing: 4.3px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.navbar-brand{
    width: 40vw;
    margin-right: 0em;
    margin: 20px;
    margin-left: 85px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    padding-top: 0px;
    margin-top: 0px;
    border: none;
    padding-bottom: 0px;
}

#dropdown-menu:hover{
    display: block;
}

li {
    display: block;
    transition-duration: 0.5s;
}

li:hover {
    cursor: pointer;
}

ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
}

ul li ul li {
    clear: both;
    width: 100%;
}

span:hover {
    cursor: pointer;
}

#dropdowntoggler {
    cursor: pointer;
}

/**/
/* Logo */

#nav > .container-fluid {
	height: 100%;
}
.navbar-brand {
	max-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-brand .logo.image {
	max-height: 100%;
}
.navbar-brand img {
	object-fit: contain;
	height: 80px;
}

/**/

/*Slider*/

.slick-prev {
    left: 25px;
    z-index: 9;
}
.slick-next {
    right: 25px;
}

.slider-style {
    margin-top: 45px;
}

.module-intro-slider .slick-list{
    max-height: 567px;
}

      /**/

      /*introductie*/
.moduletable_intro{
    padding-top: 35px;
}
.moduletable_intro p{
    letter-spacing: 0.2px;
}
.introductie{
    max-width: 100%;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.introductie-btn-download{
    margin-top: 40px;
    margin-bottom: 20px;
}


.introductie:first-child {
    max-width: 100%;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    padding-right: 15px;
    padding-left: 15px;
}

.introductie:nth-child(2) {
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    padding-left: 15px;
    padding-right: 15px;
}

.downloadbtn {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: 3px;
    text-align: center;
    color: #326076;
    border: 1px solid #326076;
    padding: 10px 23px;
    transition: 1s;
}

.downloadbtn:hover {
    color: #688999;
}

      /**/

      /*Our suites*/
.our-suites-articles{
    border-width: 3px;
}


.intro-second-tekst {
    max-width: 100%;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    margin-top: 30px;
    margin-bottom: 40px;
}

      /**/

      /*blog - HOME*/
.blogtekst{
    position: relative;
    display: block;
    padding: 45px 0px;
}

.blogtekst h1,
.item-page h1 {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
    display: block;
    font-family: Heebo,sans-serif;
    font-weight: 300;
    padding: 0px 0px 16px 0px;
}
.blogtekst .intro-second-tekst {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
}
.blogtekst .intro-second-tekst {
    max-width: 100%;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    margin-top: 30px;
    margin-bottom: 54px; 
}

.blogtekst .cat-children .blog-article-outlining-tekst-left .page-header,
.blogtekst .cat-children .blog-article-outlining-tekst-right .page-header{
    padding: 27px 0px 17px 0px;
}
.blogtekst .cat-children .blog-image .item-image img{
    height: 492px;
    object-fit: cover;  
}
/* BLOG TEXT RIGHT */
.blogtekst .cat-children .blog-article-outlining-tekst-right{
    position: relative;
    display: block;
}

.blog-article p a {
    border: 1px solid #326076;
    padding: 10px 40px;
    margin-top: 5%;
    display: inline-block;
    text-transform: uppercase;
    color: #326076;
    font-size: 11px;
    font-family: heebo,sans-serif;
    font-weight: 700;
    line-height: 2.36;
    letter-spacing: 3px;
}

      /* Brightness-zoom Container */

.blog-image img {
    transition: transform 1s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

      /* The Transformation */

.blog-image img:hover {
    filter: brightness(80%);
    transform: scale(1.05);
}

.item-image {
    overflow: hidden;
}



.blog-article {
    padding-left: 0px;
    padding-right: 0px;
}


.blog-article-outlining-tekst .offset-2 {
     margin-left: 0%;
}

.blog-article-outlining-image {
     width: 103%;
    padding-left: 0px;
    padding-right: 0px;
}
.blog-article-outlining-image-order-1 {
    padding-left: 0px;
    padding-right: 0px;
}
.blog-article-outlining-tekst-left p, .blog-article-outlining-tekst-left div {
    width: 100%;
    /*margin-top: 5%;*/
    padding-left: 0px;
    padding-right: 0px;
}
.blog-article a  {
    font-family: 'Playfair Display',serif;
    text-transform: uppercase;
    font-size: 16px;
}
.blog-article .page-header  a:hover {
    font-family: 'Playfair Display',serif;
    text-transform: uppercase;
    font-size: 28px;
    color: #326076;
}

/*blog - NORMAL*/

.blogtext-list-view{
    position: relative;
    display: block;
}

.blogtext-list-view .mh-category-title{
    font-family: 'Playfair Display',serif;
    font-size: 52px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #326076;
}
.blogtext-list-view .mh-category-text{
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #326076;
    margin-top: 40px;
}

/* Item details */
.page-header {
	margin-top: 2rem;
}

      /*experience more*/

.experience-more h3 {
	position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
    display: block;
    font-family: Heebo,sans-serif;
    font-weight: 300;
    padding: 0px 0px 16px 0px;
    margin-top: 2rem;
}
.moduletable_experience .experience-more img {
    transition: transform 1s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
}


.moduletable_experience  .experience-more-items {
    padding-left: 0px;
    padding-right: 15px;
}

.moduletable_experience  .experience-more img:hover {
    filter: brightness(80%);
    transform: scale(1.05);
}


.moduletable_experience  .experience-more:first-child {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
}

.moduletable_experience  .experience-more:nth-child(2) {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    width: 100%;
    height: 100%;
    margin-left: -15px;
}

.moduletable_experience  .experience-more-a {
    font-family: 'Playfair Display',serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    margin-top: 20px;
    text-transform: uppercase;
}

.moduletable_experience .experience-more h3 {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 55px 0px 4px 0px;
    margin: 0px;
}

.moduletable_experience .experience-more-img img{
    height: 286px;
    object-fit: cover;
}
.moduletable_experience .experience-more-img {
    overflow: hidden;
    object-fit: contain;
}


      /**/

      /*experience more bottom*/

.moduletable_experience_bottom{
    position: relative;
    display: block;
    padding: 0px 0px 60px 0px;
}
.moduletable_experience_bottom .home_article_images{
    position: relative;
    display: block;
    height: 400px;
}
.experience-more-bottom-title {
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: 5px;
    text-align: center;
    color: #fff;
    z-index: 1000;
    text-transform: uppercase;
}
.experience-more-img-bottom {
    overflow: hidden;
    object-fit: contain;
}
      /**/

      /*footer*/

.footer {
    line-height: 1.25;
}

footer p{
    margin: 0px;
}
footer h3 {
    font-size: 14px;
    padding-top: 5px;
}

.footer .moduletable_nieuwsbrief{
    text-align: left;
}

.footer .moduletable_nieuwsbrief .formControls button {
    font-size: 14px;
}
.footer .moduletable_nieuwsbrief .footer-reservations, 
.footer, 
footer a, 
footer {
    font-size: 14px;
}

.footer .moduletable_nieuwsbrief .formControls button:hover, 
.footer .moduletable_nieuwsbrief .formControls button:active, 
.footer .moduletable_nieuwsbrief .formControls button:focus 
.footer .moduletable_nieuwsbrief .formControls button:active {
    color: #8fb9cd;
    background-color: #1f4b61 !important;
    border-color: rgb(143, 185, 205) !important;
    width: 200px;
    box-shadow: 0 0 0 0 !important;
}

.footer .moduletable_nieuwsbrief .formControls button{
    color: #8fb9cd;
    background-color: #326076;
    border-color: rgb(143, 185, 205);
    width: 200px;
    box-shadow: 0 0 0 0;
}

.footer .moduletable_nieuwsbrief .formControls input {
    width: 200px;
    border: 0;
    outline: 0;
    background: 0 0;
    border: 1px solid #8fb9cd;
    color: #fff;
    height: 30px;
    display: flex;
    justify-content: center;
}
.footer .moduletable_nieuwsbrief .form-control:focus {
    background-color: #326076;
    color: white;
    box-shadow: 0 0 0 0;
    border-color: rgb(143, 185, 205);
}
.footer .moduletable_nieuwsbrief .control-label {
    font-size: 12px;
    color: #8fb9cd;
}
.footer .social-icons{
    
}
.footer .social-icons ul{
    padding: 0px;
    margin:0px;
    list-style: none;
}
.footer .social-icons ul li{
    padding: 6px 0px;
}
.footer .social-icons ul li img{
    margin: 0px 7px 0px 0px; 
}

.footer_socialise_link{
    text-decoration: underline;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    color: #688999;
    text-decoration: none;

}

.footer-privacy-copyright {
    padding: 24px 0px;
    max-width: 100vw;
    color: #8fb9cd;
}

.footer-privacy-copyright .terms-privacy{
    font-size: 12px;
    display: inline-block;
    width: 50%;
}

.footer-privacy-copyright .copyright {
    font-size: 12px;
}

.form .form-group {
    margin-bottom: 0rem;
}

.form .rsform-block-submit{
    margin-top: -10px;
}



.mobile_menu {
    width: 100%;
    position: relative;
    float: left;
    margin-right: 55px;
    /*margin-top: 61px;*/
}

.footer img {
    max-width: 50vw;
}


.rsform-block-submit {
    width: 100%;
    max-width: 100%;
}

.moduletable_prices, .moduletable_address {
	margin-bottom: 1rem;
}

      /* */

      /*Waterfall page*/

/*.waterfall-page {*/
    /*text-align: center;*/
    /*margin-left: 21.8%;*/
    /*margin-right: 21.8%;*/
    /*font-size: 24px;*/
    /*font-weight: 300;*/
    /*font-style: normal;*/
    /*font-stretch: normal;*/
    /*line-height: 1.54;*/
    /*letter-spacing: normal;*/
    /*text-align: center;*/
    /*color: #326076;*/
/*}*/




/* Slick */
.slick-slide img {
	object-fit: contain;
	width: 100%;
}
.articleslider {
	margin-right: -15px;
	margin-left: -15px;
}

.article-text {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
	color: #444444;
	margin-top: 15px;
}

.articleslider .slick-list {
	max-height: 500px;
}


.btn-primary {
	color: #ffffff;
	background-color: #0073ac;
	border-color: #0073ac;
}
.btn-primary:hover {
    color: #fff;
	background-color: #016597;
	border-color: #0073ac;
}

.align-center {
	align-items: center;
}

.title_category_article {
	font-family: 'Playfair Display',serif;
	text-transform: uppercase;
	color: #326076;
}

.title_category a {
	text-decoration: none;
}
.title_category a:hover {
	text-decoration: underline;
}
h2 {
	font-family: 'Playfair Display',serif;
	text-transform: uppercase;
	color: #326076;
}
h2 a {
	font-family: 'Playfair Display',serif;
	text-transform: uppercase;
	color: #326076;
}
h3 {
	font-family: 'Playfair Display',serif;
	text-transform: uppercase;
	color: #326076;
}
h3 a {
	font-family: 'Playfair Display',serif;
	text-transform: uppercase;
	color: #326076;
}

.blog-content-block {
	padding-left: 0;
	padding-right: 0;
}
.blog-article-outlining-tekst-right > div {
	padding: 0;
}
.category-desc {
	margin: 0 !important;
}


/* Slick navigation */
.slick-arrow {
	height: 40px;
	width: 40px;
}
.slick-arrow::before {
	font-size: 40px;
}

/*
.scrolled .logo.image {
	background: rgba(255,255,255,0.9);
}
.scrolled .logo.image img {
	opacity: 0.9;
}
*/
.logo.image {
	transition: all .3s ease-out;
}
.scrolled .logo.image {
	margin-top: -25px;
}
.btn-primary{
	background-color: #32be2a !important;
	border-color: #15870f !important;
}