body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
/*********************************************
 *         main
 ********************************************/

 .mod_mobilenav {
    display: none;
}
 
.mod_mobilenav .nav-open {
    color: #333;
    padding: 10px;
    display: block;
}

.mod_mobilenav .nav-open .word {
	display: none;
}

.mod_mobilenav .nav-open .icon {
	position: relative;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	background: #000000;
}

.mod_mobilenav .nav-open .icon .hamburger {
	width: 25px;
	height: 3px;
	background: white;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	transition: transform 200ms;
}

.mod_mobilenav .nav-open .icon .hamburger.hamburger-1 {
  transform: translate3d(0, -8px, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-2 {
  transform: translate3d(0, 0, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-3 {
  transform: translate3d(0, 8px, 0);
}

.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-1 {
	transform: translate3d(0, 0, 0) rotate(45deg);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-2 {
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-3 {
	transform: translate3d(0, 0, 0) rotate(-45deg);
}
 
.nav-mobile  {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 999;
    transition: 250ms;
    background: #fff;
	transform: translateX(-100%);
	display: none;
}

.nav-mobile.active {
	box-shadow: 0 20px 70px rgb(0 0 0 / 20%)
}

.nav-mobile , .nav-mobile ul {
    width: 100%;
    max-width: 253px;
    overflow: hidden;
}
.nav-mobile ul > li {
    font-size: 16px;
}
.nav-mobile ul > li a, .nav-mobile ul > li strong {
    padding-right: 50px !important;
}

.nav-mobile * {
    box-sizing: border-box;
}

.nav-mobile button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: rgba(0,0,0,0);
	border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.nav-mobile .arrow {
	display: inline-block !important;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	width: 10px; height: 10px;
	padding: 0 !important;
	transform: rotate(-45deg);
}

.nav-mobile .arrow.arrow-left {
	transform: rotate(-225deg) translateX(-1px);
}

.nav-mobile span .arrow.arrow-left {
	margin-right: 10px;
}

.nav-mobile ul > li ul {
    left: 100%;
}
.nav-mobile ul {
    margin: 0;
	padding: 0;
	list-style: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 100ms;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-mobile ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.nav-mobile ul li span.forward, .nav-mobile ul li a, .nav-mobile ul li.back span, .nav-mobile ul li.close-menu span, .nav-mobile li.trail > span.trail, .nav-mobile li.active > span, .nav-mobile li.title > span {
    position: relative;
    padding: 1rem 1.25rem;
    display: block;
    cursor: pointer;
	text-decoration: none;
}

.nav-mobile ul li span.forward, .nav-mobile li.trail > a, .nav-mobile li.active > span, .nav-mobile li.trail > span.trail {
    background: rgba(0,0,0,0.025);
}

.nav-mobile.active {
    transform: translateX(0);
	animation: mobilenavSlideIn 250ms linear;
	display: block;
}

.nav-mobile ul.active{
    left: 0;
}

.nav-mobile .no-scroll {
    overflow: hidden;
}

.nav-mobile .close-menu {

}

.nav-mobile li.title, .nav-mobile li.fa-homee span {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.nav-mobile strong {
    font-weight: normal;
}
.nav-mobile li.fa-homee span strong {
    font-weight: bold;
}

/*********************************************
 *         nav-mobile-header
 ********************************************/
.nav-mobile-header {
    display: none;
    position: fixed;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/*********************************************
 *         media
 ********************************************/
@media screen and (max-width: 800px) {
    .mod_mobilenav {
        display: block;
    }

    header .mod_navigation,
	header .mod_customnav,
	header .mod_rocksolid_mega_menu {
        display: none;
    }
}

@keyframes mobilenavSlideIn {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
:root{--color-black: #000;--color-grey: #BABABA;--color-lightgray: #F8F8F8;--color-white: #FFF;--color-primary: #A00A00;--color-blue: #083652;--color-link: var(--color-white);--color-text: #555555;--color-btn: var(--color-orange);--content-width: 1240px}
*,*:before,*:after{box-sizing:border-box}body{font-family:"Open Sans", sans-serif;font-size:16px;color:#555555}h1,h2,h3,h4,h5,h6{font-family:"Playfair Display", sans-serif;margin:0}h1{font-size:3rem;padding-top:0;font-style:italic}h2{font-size:2.25rem;font-weight:600;font-style:italic}h3{color:var(--color-accent);font-size:1.75rem;font-weight:600;margin-bottom:10px;margin-top:20px;font-style:italic}h5{color:var(--color-green-dark);font-size:1rem;font-weight:bold;margin-bottom:10px;margin-top:20px}h1,h2,h3,h4,h5,h6{margin-bottom:25px;line-height:1.3;color:#3b3c42;word-wrap:break-word}p{margin:0;margin-bottom:15px;font-size:1.125rem;line-height:1.8}p+p{margin-top:1em}ul li{font-size:1.125rem;line-height:1.8}h2 a{color:#3B3C42}a{color:var(--color-primary);text-decoration:none}img{vertical-align:middle}@media screen and (max-width:800px){h1{font-size:1.625rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p,ul li{font-size:0.875rem;font-weight:500}}
@font-face{font-display:swap;font-family:"Playfair Display";font-style:normal;font-weight:400;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:italic;font-weight:400;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:normal;font-weight:500;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:italic;font-weight:500;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-500italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:normal;font-weight:600;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:italic;font-weight:600;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-600italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:normal;font-weight:700;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-700.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:italic;font-weight:700;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-700italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:normal;font-weight:800;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-800.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:italic;font-weight:800;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-800italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:normal;font-weight:900;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-900.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Playfair Display";font-style:italic;font-weight:900;src:url("/files/aid/design/fonts/playfair-display/playfair-display-v40-latin-900italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:normal;font-weight:300;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:italic;font-weight:300;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-300italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:normal;font-weight:400;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:italic;font-weight:400;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:normal;font-weight:500;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:italic;font-weight:500;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-500italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:normal;font-weight:600;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:italic;font-weight:600;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-600italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:normal;font-weight:700;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-700.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:italic;font-weight:700;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-700italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:normal;font-weight:800;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-800.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Open Sans";font-style:italic;font-weight:800;src:url("/files/aid/design/fonts/open-sans/open-sans-v44-latin-800italic.woff2") format("woff2")}
.mod_article .inside,.mod_nodes .inside{width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.mod_article.ignore-inside .inside,.mod_nodes.ignore-inside .inside{max-width:100%;padding-left:0;padding-right:0}.mod_article.content-sm .inside,.mod_nodes.content-sm .inside{max-width:var(--content-width-sm)}.color-accent{color:#a00}.mb-s{margin-bottom:40px !important}.mt-s{margin-top:40px !important}#EBSM_overlay{display:none}#ebSmallSearch form{display:flex;flex-direction:column;flex-wrap:wrap}#ebSmallSearch form>div:not(:last-of-type){margin-bottom:3rem}#ebSmallSearch form>div.ebsmRooms{display:flex;flex-wrap:wrap;gap:10px}#ebSmallSearch form>div.ebsmRooms .EBSM_oneRoom{flex:0 0 calc(50% - 5px);background-color:#FFF;padding:1rem}#ebSmallSearch form .control-group{display:flex;flex-wrap:wrap;gap:1rem}#ebSmallSearch form .control-group label[for="EBSM_arrivalDate"],#ebSmallSearch form .control-group label[for="EBSM_departureDate"]{flex:0 0 calc(50% - 0.5rem)}#ebSmallSearch form .control-group label[for="EBSM_arrivalDate"]+.controls,#ebSmallSearch form .control-group label[for="EBSM_departureDate"]+.controls{flex:0 0 calc(50% - 0.5rem)}#ebSmallSearch form .control-group label[for="EBSM_arrivalDate"]{order:1}#ebSmallSearch form .control-group label[for="EBSM_departureDate"]{order:2}#ebSmallSearch form .control-group label[for="EBSM_arrivalDate"]+.controls{order:3}#ebSmallSearch form .control-group label[for="EBSM_departureDate"]+.controls{order:4}#ebSmallSearch form .control-group .numRooms{order:5;flex:0 0 100%;display:flex;flex-direction:column;gap:0.5rem}#ebSmallSearch form .control-group .controls input,#ebSmallSearch form .control-group .numRooms select{width:100%;box-sizing:border-box}#ebSmallSearch form .control-group .span6,#ebSmallSearch form .control-group .pull-right{width:100%;float:none}#ebSmallSearch form .control-group.EBSM_oneRoom{display:flex;flex-wrap:wrap;gap:1rem}#ebSmallSearch form .control-group.EBSM_oneRoom .row-fluid{margin:0}#ebSmallSearch form .control-group.EBSM_oneRoom .row-fluid:first-child{flex:0 0 100%}#ebSmallSearch form .control-group.EBSM_oneRoom .row-fluid:not(:first-child):not(.childrenDOBwrapper){flex:0 0 calc(50% - 0.5rem);display:flex;flex-direction:column;gap:0.5rem}#ebSmallSearch form .control-group.EBSM_oneRoom .childrenDOBwrapper{flex:0 0 100%;display:flex;flex-direction:column;gap:0.5rem}#ebSmallSearch form .control-group.EBSM_oneRoom .span6,#ebSmallSearch form .control-group.EBSM_oneRoom .span12,#ebSmallSearch form .control-group.EBSM_oneRoom .pull-right{width:100%;float:none}#ebSmallSearch form .control-group.EBSM_oneRoom select,#ebSmallSearch form .control-group.EBSM_oneRoom input{width:100%;box-sizing:border-box}#ebSmallSearch form label{display:block;margin-bottom:3px}#ebSmallSearch form input,#ebSmallSearch form textarea,#ebSmallSearch form select{background-color:white;padding:15px;font-size:0.9rem;border:1px solid rgba(0, 0, 0, 0.2);transition:all 0.15s linear 0s;width:100%}#ebSmallSearch form button{border:none;position:relative;display:inline-block;padding:17px 20px;width:auto;min-width:140px;font-weight:bold;font-size:0.8rem;color:#fff;cursor:pointer;text-align:center;background:#a00;transition:all 0.2s ease-out 0s;-webkit-appearance:none}#ebSmallSearch form button:hover{background-color:#770000}#ebSmallSearch form input.datepicker{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJHdWlkZXNfX3gyNl9fRm9ybXMiPjwvZz48Zz48Zz48Zz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMTEuMTYsMjEuMTA3YzAsMCwwLjU2MSwwLjU1OSwxLjI4OCwwLjU1OWMwLjU2OSwwLDAuODk0LTAuMjc4LDAuODk0LTAuNjIxYzAtMC40OS0wLjQ5LTAuNjkyLTEuMTY2LTAuNjkyaC0wLjQzOGwtMC4zMjQtMC43NDRsMC44MjQtMC45ODljMC4yOTgtMC4zNTksMC41NDMtMC41ODksMC41NDMtMC41ODl2LTAuMDE3YzAsMC0wLjIwMiwwLjA0My0wLjU5NiwwLjA0M2gtMS40OTh2LTEuMzEzaDMuOTUxdjAuOTU2bC0xLjI3LDEuNDYzYzAuOTMsMC4yMDIsMS41MTUsMC45MzgsMS41MTUsMS44MTNjMCwxLjA2OC0wLjc1MywyLjEzNy0yLjMyMiwyLjEzN2MtMS40MDEsMC0yLjEzNy0wLjgyNC0yLjEzNy0wLjgyNEwxMS4xNiwyMS4xMDd6Ii8+PHBhdGggZmlsbD0iIzc1NzU3NSIgZD0iTTE1Ljc5NCwyMS42OTNoMS4zMzJ2LTIuNjFjMC0wLjIzNywwLjAwOS0wLjQ4MSwwLjAwOS0wLjQ4MWgtMC4wMTdjMCwwLTAuMDc5LDAuMTc0LTAuMjQ2LDAuMzMybC0wLjM3NywwLjM0M2wtMC44ODQtMC45NDdsMS42OS0xLjU4NmgxLjMyM3Y0Ljk1aDEuMzR2MS4zMTNoLTQuMTcxVjIxLjY5M0wxNS43OTQsMjEuNjkzeiIvPjwvZz48cGF0aCBmaWxsPSIjNzU3NTc1IiBkPSJNMjQuNDc0LDkuMzMyaC0yLjMyMVY3LjcwN2MwLTEuNTM3LTEuMjQ5LTIuNzg2LTIuNzg2LTIuNzg2Yy0xLjUzNiwwLTIuNzg1LDEuMjQ5LTIuNzg1LDIuNzg2djEuNjI1aC0yLjgzM1Y3LjcwN2MwLTEuNTM3LTEuMjUtMi43ODYtMi43ODYtMi43ODZjLTEuNTM3LDAtMi43ODYsMS4yNDktMi43ODYsMi43ODZ2MS42MjVINS44NTVjLTAuNDYyLDAtMC44MzYsMC4zNzUtMC44MzYsMC44MzZ2MTUuNzM5YzAsMC40NjMsMC4zNzQsMC44MzcsMC44MzYsMC44MzdoMTguNjE5YzAuNDYxLDAsMC44MzYtMC4zNzQsMC44MzYtMC44MzdWMTAuMTY4QzI1LjMxLDkuNzA3LDI0LjkzNSw5LjMzMiwyNC40NzQsOS4zMzJ6IE0xOC4yNTIsNy43MDdjMC0wLjYxNSwwLjQ5OS0xLjExNSwxLjExNC0xLjExNXMxLjExNCwwLjUsMS4xMTQsMS4xMTV2My43ODVjMCwwLjYxNS0wLjQ5OSwxLjExNC0xLjExNCwxLjExNHMtMS4xMTQtMC40OTktMS4xMTQtMS4xMTRWNy43MDd6IE05Ljg0OCw3LjcwN2MwLTAuNjE1LDAuNDk5LTEuMTE1LDEuMTE1LTEuMTE1YzAuNjE1LDAsMS4xMTQsMC41LDEuMTE0LDEuMTE1djMuNzg1YzAsMC42MTUtMC40OTksMS4xMTQtMS4xMTQsMS4xMTRjLTAuNjE2LDAtMS4xMTUtMC40OTktMS4xMTUtMS4xMTRWNy43MDd6IE0yMy42MzksMjUuMDcySDYuNjlWMTUuMDQzaDE2Ljk0OFYyNS4wNzJ6Ii8+PC9nPjwvZz48L3N2Zz4=);background-size:32px;background-repeat:no-repeat;background-position:right center;padding-right:40px}#ebSmallSearch form p.errorMsg{margin-bottom:15px}@media screen and (max-width:800px){#ebSmallSearch form>div.ebsmRooms .EBSM_oneRoom{flex:0 0 100%}}
footer{background:#252525;color:#a8a8a8}footer .footer .inside{padding-top:65px;padding-bottom:65px}footer .footer a{color:#a8a8a8;text-decoration:none;transition:all 0.3s ease}footer .footer a:hover{color:#FFF}footer .copyright{background:#0f0f0f;color:#6f6f6f}footer .copyright .node_wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:0.875rem}footer .copyright .node_wrapper .mod_customnav ul{list-style:none;display:flex;flex-direction:row;padding:20px 0px;margin:0}footer .copyright .node_wrapper .mod_customnav ul li{font-size:0.875rem}footer .copyright .node_wrapper .mod_customnav ul li a{color:#6f6f6f;text-decoration:none;transition:all 0.3s ease}footer .copyright .node_wrapper .mod_customnav ul li a:hover{color:#FFF;text-decoration:underline}footer .copyright .node_wrapper .mod_customnav ul li:first-of-type{margin-right:1rem}@media screen and (max-width:800px){footer .copyright .node_wrapper{flex-direction:column;align-items:flex-start;padding-top:10px;padding-bottom:10px}footer .copyright .node_wrapper .mod_customnav ul{padding-top:5px;padding-bottom:0}}
header{z-index:999}header.fixed{position:fixed;top:0;left:0;right:0;background:rgba(255, 255, 255, 0.9);border-top:unset;backdrop-filter:blur(5px);border-bottom:4px solid var(--color-primary);animation:headerSlideIn 250ms, headerBorderColor 5s infinite}header.fixed .topbar{display:none}header.fixed .navigation .inside .mod_navigation{height:60px !important}header.fixed .content-image img{height:40px !important;width:auto !important}header .topbar{background:#2A3139;color:#FFF}header .topbar ul{display:flex;align-items:center;list-style:none;padding:0;margin:0}header .topbar ul li{font-size:0.875rem}header .navigation .inside{display:flex;align-items:center;justify-content:space-between}header .navigation .inside .content-image img{width:200px;height:auto}header .navigation .inside .mod_navigation{height:100px;display:flex;align-items:center;position:relative;z-index:1000;overflow:visible}header .navigation .inside .mod_navigation>ul{list-style:none;display:flex;padding:0;margin:0;height:100%;display:flex;align-items:center}header .navigation .inside .mod_navigation>ul>li{margin-left:1rem;margin-right:1rem;height:100%;display:flex;align-items:center;position:relative}header .navigation .inside .mod_navigation>ul>li:first-of-type{margin-left:0}header .navigation .inside .mod_navigation>ul>li:last-of-type{margin-right:0}header .navigation .inside .mod_navigation>ul>li>a{color:#696969;transition:opacity 0.3s ease;text-decoration:none;height:100%;display:flex;align-items:center}header .navigation .inside .mod_navigation>ul>li>a:hover{opacity:0.8}header .navigation .inside .mod_navigation>ul>li:hover>ul.level_2,header .navigation .inside .mod_navigation>ul>li:focus-within>ul.level_2{display:block}header .navigation .inside .mod_navigation>ul>li.active{color:var(--color-primary)}header .navigation .inside .mod_navigation>ul>li.active strong{font-weight:normal}header .navigation .inside .mod_navigation>ul>li.submenu:has(ul.level_2 .active)>a,header .navigation .inside .mod_navigation>ul>li.submenu:has(ul.level_2 .active)>strong{color:var(--color-primary)}header .navigation .inside .mod_navigation>ul>li>ul.level_2{width:auto;display:none;white-space:nowrap;border-radius:0;padding:0;position:absolute;top:100%;left:0;z-index:9999;margin-left:0;background:#fff;border-top:2px solid #a00;box-shadow:1px 8px 15px rgba(0, 0, 0, 0.1);line-height:32px !important;list-style:none}header .navigation .inside .mod_navigation>ul>li>ul.level_2 li a{display:inline-block;height:100%;width:100%;transition:all 0.3s ease;border:0;padding:0 1.5rem !important;line-height:32px !important;color:#393939;font-size:0.75rem;letter-spacing:0;border-bottom:1px solid #f2f2f2;text-decoration:none}header .navigation .inside .mod_navigation>ul>li>ul.level_2 li a:hover{background:#a00;color:#FFF}header .navigation .inside .mod_navigation>ul>li>ul.level_2 li.active{font-size:0.75rem;padding:0 1.5rem !important;background:#a00;color:#FFF}@keyframes headerBorderColor{0%,100%{border-color:var(--color-primary)}25%{border-color:#E3C2C2}50%{border-color:#D08585}75%{border-color:#B84747}}@keyframes headerSlideIn{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@media screen and (max-width:800px){.mod_mobilenav{display:block !important}header .mod_navigation,header .mod_customnav,header .mod_rocksolid_mega_menu{display:none !important}}
.mod_rocksolid_slider img{width:100% !important;max-height:800px !important;object-fit:cover !important}
.ce_headline_extended{position:relative;overflow:visible}.ce_headline_extended.align-center{text-align:center !important}.ce_headline_extended h1,.ce_headline_extended h2,.ce_headline_extended h3,.ce_headline_extended h4,.ce_headline_extended h5,.ce_headline_extended h6{font-weight:bold;font-style:italic}.ce_headline_extended h3{font-weight:bold}.ce_headline_extended h3.background-text{position:absolute;top:7px;left:0;right:0;z-index:10;opacity:0.03;font-size:8rem;line-height:0;font-weight:bold}@media screen and (max-width:800px){.ce_headline_extended h3.background-text{display:none}}
.mod_article:not(.p-t-0){padding-top:100px}.mod_article:not(.p-b-0){padding-bottom:100px}.mod_article.bg-lightgray{background-color:var(--color-lightgray)}@media screen and (max-width:800px){.mod_article:not(.p-t-0){padding-top:50px}.mod_article:not(.p-b-0){padding-bottom:50px}}
.content-gallery ul{display:flex;flex-direction:row;flex-wrap:wrap}.content-gallery ul li{position:relative;overflow:hidden}.content-gallery ul li:after{content:"";position:absolute;inset:0;background:rgba(30, 136, 210, 0.8);opacity:0;transition:opacity 0.3s ease;pointer-events:none;z-index:1}.content-gallery ul li:hover:after{opacity:1}.content-gallery ul li:hover img{transform:scale(1.05)}.content-gallery ul li:hover figure:before{opacity:1;transform:translate(-50%, -50%) rotate(0deg) scaleX(1)}.content-gallery ul li:hover figure:after{opacity:1;transform:translate(-50%, -50%) rotate(90deg) scaleX(1)}.content-gallery ul li figure{position:relative;margin:0}.content-gallery ul li figure:before,.content-gallery ul li figure:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:2px;background:#fff;opacity:0;z-index:2;pointer-events:none;transform:translate(-50%, -50%) rotate(0deg) scaleX(0);transform-origin:center;transition:opacity 0.25s ease, transform 0.35s ease}.content-gallery img{display:block;transition:transform 0.4s ease, filter 0.4s ease}.content-gallery.content-gallery--cols-4 ul{gap:10px}.content-gallery.content-gallery--cols-4 ul li{flex:0 0 calc(25% - 8px)}@media screen and (max-width:800px){.content-gallery.content-gallery--cols-4 ul li{flex:0 0 calc(50% - 5px)}}
.content-image.full-width figure img{width:100%;height:400px;max-height:400px;object-fit:cover}
.content-text.no-list-style ul{padding:0}.content-text.no-list-style ul li{list-style:none}.content-text.txt-center{text-align:center}.content-text.txt-center p{text-align:center}.content-text.mt-negative{margin-top:-25px}.content-text.mw850{max-width:850px;margin-left:auto;margin-right:auto}.content-text.icon-list{padding:0.25rem 0}.content-text.icon-list table tbody{display:flex;align-items:center}.content-text.icon-list table tbody tr{font-size:0.875rem}.content-text.icon-list table tbody tr:first-of-type{margin-right:1rem}.content-text.icon-list table tbody td a{text-decoration:none;color:#FFF}
.ce_linkbox{position:relative;overflow:hidden}.ce_linkbox img{height:510px;object-fit:cover;transition:transform 0.4s ease}.ce_linkbox .ce_linkbox_custom__content{transform:translateY(-50%);position:absolute;top:50%;left:0;width:100%;text-align:center;color:white;padding-left:30px;padding-right:30px}.ce_linkbox .ce_linkbox_custom__content h1,.ce_linkbox .ce_linkbox_custom__content h2,.ce_linkbox .ce_linkbox_custom__content h3,.ce_linkbox .ce_linkbox_custom__content h4,.ce_linkbox .ce_linkbox_custom__content h5,.ce_linkbox .ce_linkbox_custom__content h6{border-top:2px solid white;border-bottom:2px solid white;display:inline-block;padding:4px 0;color:white;margin-bottom:1em;font-family:"Open Sans", Sans-Serif}.ce_linkbox_custom___overlay{position:absolute;inset:0;background:rgba(0, 0, 0, 0.55);opacity:0;transition:opacity 0.3s ease;z-index:1}.ce_linkbox_custom__plus{position:absolute;top:50%;left:50%;z-index:2;width:64px;height:64px;background:#7a0000;opacity:0;transform:translate(-50%, -50%) scale(0.85);transform-origin:center;transition:opacity 0.25s ease, transform 0.35s ease;pointer-events:none}.ce_linkbox_custom__plus::before,.ce_linkbox_custom__plus::after{content:"";position:absolute;top:50%;left:50%;width:28px;height:2px;background:#fff;transform:translate(-50%, -50%) rotate(0deg);transform-origin:center;transition:transform 0.35s ease}.ce_linkbox_custom__plus::after{transform:translate(-50%, -50%) rotate(0deg)}.ce_linkbox:hover img{transform:scale(1.05);filter:brightness(0.45)}.ce_linkbox:hover .ce_linkbox_custom__overlay{opacity:1}.ce_linkbox:hover .ce_linkbox_custom__plus{opacity:1;transform:translate(-50%, -50%) scale(1)}.ce_linkbox:hover .ce_linkbox_custom__plus::after{transform:translate(-50%, -50%) rotate(90deg)}.ce_linkbox:hover .ce_linkbox_custom__content{opacity:0.75;filter:brightness(0.7)}.col3-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.col3-grid .ce_linkbox{flex:0 0 calc(33% - 10px)}@media screen and (max-width:800px){.col3-grid{flex-direction:column;flex-wrap:no-wrap}.ce_linkbox .ce_linkbox_custom__content p{font-size:1.125rem}}
.ce_divider{display:flex;margin:20px 0}.ce_divider.align-left{justify-content:flex-start}.ce_divider.align-center{justify-content:center}.ce_divider.align-right{justify-content:flex-end}.ce_divider__inner{display:block;width:180px;height:40px;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI5Ni4xMzJweCIgaGVpZ2h0PSIzMy42NzhweCIgdmlld0JveD0iMCAwIDk2LjEzMiAzMy42NzgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDk2LjEzMiAzMy42NzgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9IjUuOTMyIiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNi44MzkgLTYuOTc0NikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU3NTc1NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iMjEuMzU2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAyMS4zNTY2IC0xNy44ODEzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTc1NzU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48cmVjdCB4PSI1Mi45NjEiIHk9IjUuOTMyIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDMwLjYxMzYgLTQwLjIyOTUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM1NzU3NTYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB3aWR0aD0iMjEuODE0IiBoZWlnaHQ9IjIxLjgxNCIvPjxyZWN0IHg9IjM3LjUzNyIgeT0iNS45MzIiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMjYuMDk1OSAtMjkuMzIyNykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzU3NTc1NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHdpZHRoPSIyMS44MTQiIGhlaWdodD0iMjEuODE0Ii8+PHJlY3QgeD0iNjguMzg2IiB5PSI1LjkzMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAzNS4xMzE0IC01MS4xMzY1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTc1NzU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjIxLjgxNCIgaGVpZ2h0PSIyMS44MTQiLz48L3N2Zz4=");background-repeat:no-repeat;background-position:center;background-size:contain}.ce_divider.divider-small .ce_divider__inner{width:120px;height:24px}.ce_divider.divider-medium .ce_divider__inner{width:180px;height:40px}.ce_divider.divider-large .ce_divider__inner{width:260px;height:60px}
.ce_accordion{margin-bottom:1px;border:1px solid gainsboro}.ce_accordion .toggler{padding:10px 20px;margin-bottom:0;line-height:30px;font-weight:bold;cursor:pointer;font-family:"Playfair Display", Sans-Serif;font-size:1rem;font-style:italic;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}.ce_accordion .toggler::before{content:"";width:20px;height:20px;display:inline-block;margin-left:15px;background-image:url("/files/aid/design/img/icons/icon-angle-down.svg");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform 0.3s ease, opacity 0.3s ease}.ce_accordion .toggler.ui-state-active{border-bottom:1px dotted gainsboro}.ce_accordion .toggler.ui-state-active::before{background-image:url("/files/aid/design/img/icons/icon-angle-up.svg")}.ce_accordion .toggler h2{font-family:"Playfair Display", Sans-Serif;line-height:30px;font-weight:bold;font-size:1rem;margin-bottom:0}.ce_accordion .accordion{padding:20px;border:0;background:none}.ce_accordion:has(.mod_rocksolid_slider) .content-text{margin-top:50px}@media screen and (max-width:800px){.ce_accordion:has(.mod_rocksolid_slider) .content-text{margin-top:20px}}
.mod_mobilenav .nav-open .icon{background:var(--color-primary)}.mod_mobilenav .nav-mobile{background:var(--color-primary)}.mod_mobilenav .nav-mobile .arrow{border-right:4px solid rgba(255, 255, 255, 0.6);border-bottom:4px solid rgba(255, 255, 255, 0.6)}.mod_mobilenav .nav-mobile ul{background:var(--color-primary)}.mod_mobilenav .nav-mobile ul li a{color:white;text-decoration:none}.mod_mobilenav .nav-mobile ul li.active strong{color:rgba(255, 255, 255, 0.6)}.mod_mobilenav .nav-mobile ul li.title span,.mod_mobilenav .nav-mobile ul li.back span,.mod_mobilenav .nav-mobile ul li.close-menu span{color:rgba(255, 255, 255, 0.6)}
.content-toplink{position:absolute;top:0;left:50%;transform:translateX(-50%)}.content-toplink a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:0;background:rgba(255, 255, 255, 0.1);text-decoration:none}.content-toplink a:before,.content-toplink a:after{content:"";position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain;transition:opacity 0.3s ease}.content-toplink a:before{background-image:url("/files/aid/design/img/icons/icon-angles-up.svg");opacity:1}.content-toplink a:after{background-image:url("/files/aid/design/img/icons/icon-angles-up-white.svg");opacity:0}.content-toplink a:hover:before{opacity:0}.content-toplink a:hover:after{opacity:1}
