@charset "utf-8";

body {
	font-family: Montserrat, sans-serif;
	background:#fff;
	color:#000;
	margin:0;
}
body:not([class*="modal-open"]) {
	overflow-y: scroll !important;
}

button, input, optgroup, select, textarea {
	font-family: Montserrat, sans-serif;
}
a {
	color:#000;
}
nav.navbar {
	margin-top:0;
	margin-bottom:10px;
	background:#fff;
	padding:15px 10px 12px;
	z-index: 4;
}
body > .container {
	background:#eef8ed;
}
body > .container + .container {
	padding:15px 0;
}
/*
body > .container:not([class*="full_width"]) > .row {
	margin:0;
	padding:0 15px;
}
*/
.container {
	padding: 0;
	border-left: 30px solid #fff;
	border-right: 30px solid #fff;
}

#breadcrumb {
	display: none;
}
/*
body > .full_width, full_width .jumbotron.bg-image:before QS14 {
*/
body > footer.full_width,
.full_width .jumbotron.bg-image {
	position:relative;
	background: rgba(0,144,149,0.5);
	background: -moz-linear-gradient(45deg, rgba(0,144,149,0.5) 0%, rgba(80,175,71,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,144,149,0.5)), color-stop(100%, rgba(80,175,71,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,144,149,0.5) 0%, rgba(80,175,71,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,144,149,0.5) 0%, rgba(80,175,71,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,144,149,0.5) 0%, rgba(80,175,71,1) 100%);
	background: linear-gradient(45deg, rgba(0,144,149,0.5) 0%, rgba(80,175,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009095', endColorstr='#50af47', GradientType=1 );
	border:none !important;
	border-radius: 0;
	text-align: center;
	background-size:cover;
	background-position:center;
}
/*
.full_width .jumbotron.bg-image:before {
	position:absolute;
	width:100%; height:100%;
	top:0; left:0;
	content:"";
}
*/
body > .full_width > .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
body > .full_width > .bg .container {
	display:table;
	height:100%;
	background:#eef8ed;
}
body > .container > .tx-dce-pi1 > .row.full_width,
body > .container > .row.full_width {
	margin-left:-30px;
	margin-right:-30px;
}
.row.full_width > .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.col-sm-10.offset-sm-1 > .content > .row {
	margin-left: 0;
	margin-right: 0;
}
.row.x-borders {
	margin:0;
	padding:0 15px;
}
.content {
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	height:calc(100% - 30px);
}

.content.marginless {
	margin-top: 0;
	margin-bottom: 0;
}
.content:before,
.content:after {
	display:block;
	content:"";
	height:1px;
	clear:both;
}
.content:empty {
	display:none;
}

.d-center {
	display:table;
	margin-left: auto;
	margin-right:auto;
}

/* BLUEIMP GALLERY */
.blueimp-gallery {
	background:rgba(255,255,255,0.8);
}
.blueimp-gallery > .next, .blueimp-gallery > .prev {
	color:#fff !important;
	width:50px; height:50px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity:1;
	display:block;
	border:none;
	background:none;
	border-radius:0;
}
.blueimp-gallery > .next img, .blueimp-gallery > .prev img {
	height:100%;
}
.blueimp-gallery > .slides > .slide > .slide-content {
	cursor:move;
	max-width: 95%;
	max-height: 95%;
}
.blueimp-gallery > .indicator {
	display:block;
}
.blueimp-gallery > .indicator > li {
	margin:.25rem .3rem;
	width:15px; height:15px;
	border:2px solid #fff;
	opacity:0.75;
	border-radius:50%;
	background-image:none !important;
	background-color: #000;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.blueimp-gallery > .indicator > .active, .blueimp-gallery > .indicator > li:hover {
	border-color: #3890dd;
	background: #3890dd;
}
.blueimp-gallery-right .next,
.blueimp-gallery-left .prev {
	opacity: .25;
	cursor: not-allowed;
}


/* DIVIDERS */
[class*="hr-line"] .content {
	background-image: url(../img/red_hr.png);
	background-repeat: repeat-x;
	height: 12px;
	content: "";
	display:block;
	min-width:195px;
}

[class*="hr-line"] .w-25 {
	width: 287px !important;
}

.hr-line-green, .hr-line-red {
	background-image: url(../img/green_hr.png);
	background-repeat: repeat-x;
	height: 12px;
	content: "";
	clear:both;
}
.hr-line-red {
	background-image: url(../img/red_hr.png);
}
.hr-line-small .content {
	max-width: 297px;
	margin-left: auto;
	margin-right: auto;
}
.vr-line {
	width: 1px;
	height:100%;
	margin:0 auto;
}

/* LINKS */
.underline_link {
	font-family:'Fira_Mono';
	text-decoration: underline;
	text-align:center;
	padding:0 15px;
}

.underline_link + .collapse.show {
	clear: both;
	padding-top: 1rem;
}

.icon_link img {
	width:36px;
}
#go_back {
	margin-left:1.5em;
	display:table;
}
#go_back img {
	height: 36px;
}

/* HEADERS */
.header {
	padding:0 15px;
	margin-bottom:.85rem;
	text-align:center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.header.align-left {
	text-align: left;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.header.align-right {
	text-align: right;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.header.marginless {
	margin-bottom: 0;
}
[class*="header_bg"] {
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #eef8ed;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: .75rem 1.75rem .85rem;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
}
[class*="header_bg"] {
	padding: 2.5rem 0;
}
[class*="header_bg"].display-3 {
	padding: 2.5rem 0.75rem;
}
.header small {
	font-family: Montserrat;
	display: block;
	font-size: 32%;
	margin-bottom: 1.5rem;
	font-weight:500;
}
[class*="header_bg"] small {
	font-family: 'FrontageCondensed-Regular';
	display: block;
	font-size: 35%;
	margin-left: 30%;
}
.header_bg_1 {
	background-image: url('../img/header_bg_1.png');
}
.header_bg_2 {
	background-image: url('../img/header_bg_2.png');
}
.header_bg_3 {
	background-image: url('../img/location_hover.svg');
}
#go_back + h1 {
	margin-bottom:1.5rem;
}
#go_back + h1 > img {
	width: 220px;
	margin-top: -2.5rem;
	margin-bottom: -2.5rem;
	max-height:150px;
}

/* FONTS - SIZE */
.f-fira-b {
	font-family: 'Fira_Mono';
}
.f-fira-r {
	font-family: 'Fira_Mono_Regular';
}
.f-lobster {
	font-family:'Lobster';
}
.f-frontage-3D {
	font-family:'FrontageCondensed-3D';
}
.f-frontage {
	font-family:'FrontageCondensed-Bold';
}
.f-libre {
	font-family:'Libre_Baskerville';
}
.f-kefa {
	font-family:'Kefa';
}

.f-caveat {
	font-family: 'Caveat', cursive;
}

.display-1[class*="f-frontage"], .display-2 {
	font-size:5rem;
}
.display-3 {
	font-size:4rem;
}
.display-4 {
	font-size:3rem;
}

/* COLORS - BACKGROUNDS */
.bg-teal {
	background-color: #008f95;
}
.bg-teal-70 {
	background-color: #4cb0b4;
}
.bg-teal-50 {
	background-color: #80c7ca;
}
.bg-teal-30 {
	background-color: #b3dddf;
}
.bg-teal-10 {
	background-color: #e6f4f4;
}
[class*="bg-teal"] * {
	color:#fff;
}
.bg-white {
	background-color: #fff;
}
.bg-green {
	background-color: #50af47;
}
.bg-blue {
	background-color: #284d6e;
}
.bg-red {
	background-color: #c20831;
}
.bg-cover {
	background-size: cover;
	background-position:center;
	height:100%; width:100%;
	min-height:280px;
}
[class*="bg-overlay"].bg-cover img {
	position: relative;
	max-width: 100%;
	height: auto;
	width: 240px;
}
[class*="bg-overlay"] {
	position:relative;
}
[class*="bg-overlay"]:before {
	position:absolute;
	width:100%; height:100%;
	top:0; left:0;
	content:"";
}
.bg-overlay-teal:before {
	background-color:#008f95;
	opacity:0.3;
}

.c-white {
	color: #fff !important;
}
.c-black, .c-black * {
	color: #000 !important;
}
.c-black-60 {
	color: #666 !important;
}
.c-black-80 {
	color: #333 !important;
}
.c-blue {
	color:#284d6e !important;
}
.c-red {
	color: #c20831 !important;
}
.c-teal, .c-teal-all * {
	color: #008f95 !important;
}
.c-teal-30 {
	color: #b3dddf !important;
}
.c-teal-50 {
	color: #80c7ca !important;
}
.c-teal-70 {
	color: #4cb0b4 !important;
}
.c-green {
	color: #50af47 !important;
}

.bc-teal {
	border-color: #008f95 !important;
}


.f-normal {
	font-weight: normal;
}
/* BUTTONS */
.btn.btn-3d {
	background-color: #058b8c;
	color: #fff;
	border: 4px solid #cce2e4;
	-webkit-box-shadow: 0 6px 0 0 #306371;
	box-shadow: 0 6px 0 0 #306371;
	font-family: 'FrontageCondensed-Bold';
	font-size: 1.75em;
	padding: .75rem 2rem;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	margin: 0 auto;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 1;
}
.btn.btn-3d.rounded-circle {
	background-color:#000;
	border-radius: 50%;
	padding:15px 5px 20px;
	font-size:.9rem;
	width: 112px; height: 112px;
	white-space: normal;
	line-height: 1.25;
}
.btn.facebook-bg {
	background-image: url('../img/facebook_white.svg');
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 18px;

}
.btn.btn-3d:hover, .btn.btn-3d:focus {
	color: #058b8c;
	background-color: #fff !important;
}
.btn.btn-3d.facebook-bg:hover, .btn.btn-3d.facebook-bg:focus {
	background-image: url('../img/facebook.svg');
}
.btn.btn-3d.rounded-circle.align-items-center {
	padding:15px 15px 10px;
	background-image: none;
	font-size:1rem;
}
.btn.btn-3d:active {
	-webkit-box-shadow: 0 0px 0 0 #306371;
	box-shadow: 0 0px 0 0 #306371;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* MODAL */
.modal-content {
	border-radius: 0;
	border: 1em solid #80c7ca;
}
.modal-header {
	display:block;
	padding: 2em 1.5em 0;
	border-bottom: none;
}
button.close {
	opacity:1 !important;
}
button.close img {
	width: 25px;
}

.modal-dialog {
	max-width: 1050px;
}
.modal-body {
	padding:.25rem 3.45em 1rem;
}
.modal-body > small {
	margin-left:-7px;
}
.modal-body .hr-line-green {
	margin: 1.75em 0;
}
.modal-title {
	font-weight:bold;
	line-height:1.25;
	margin-bottom:1.75rem;
}
.modal-sub-title {
	line-height:1.2;
	margin:2.25rem 0;
	text-align:center;
}
.modal-img {
	margin:0 -4.45em 1.75rem;
	position: relative;
}
.modal-img:before,
.modal-img:after {
	position: absolute;
	top:0;
	width: 1em;
	height:100%;
	content:"";
	background-color:#4cb0b4;
	opacity:0.5;
}
.modal-img:after {
	right:0;
}
.modal-img img {
	width:100%;
	height: auto;
}
.modal-body:not([id="story_section"]) p {
	color: #666;
	margin-bottom:1.25rem;
}
.modal-img-list {
	margin: 2rem -2.75em;
	border: 1px solid #eee;
	padding: .5rem 0 0 .5rem;
	border-radius: 3px;
}
.modal-img-list a {
	display:block;
	padding:0 .5rem .5rem 0 !important;
}
.modal-img-list img {
	width:100%; height:100%;
}
.modal-body #map_canvas {
	margin: 0 -2em;
	background:#eee;
	height:320px;
}
.modal:not(#klas-submit) .modal-content .btn-3d {
	font-family:Montserrat, sans-serif;
	font-weight: 500;
	text-transform: initial;
	margin:2em auto;
	font-size:1.1em;
}
.next-popup-item {
	display: block;
	margin-left: -2em;
	margin-bottom:1.75rem;
}
.next-popup-item:after {
	display:block;
	clear: both;
	content:"";
	height:1px;
}
.next-popup-item img {
	width: 20%;
	float: left;
	margin-right: 1em;
}
.next-popup-item h5 {
	margin: 0;
}
.next-popup-item + .next-popup-item {
	margin-bottom:3.5rem;
}
.share_wrap {
	margin:3rem -2.75em;
}
.share_wrap p {
	color: #000;
	text-align:center;
	margin-bottom:.5rem;
}

/* DROPDOWN */
.dropdown-menu {
	background-color: #008f95;
	border-radius:0;
	border:none;
}
.dropdown-item {
	color:#fff;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	background-color: #50af47;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	background-color: #284d6e;
}

.dropdown:not([class*="nav-item"]) > .dropdown-toggle {
	border: none;
	border-radius: 0;
	font-weight: 500;
	padding: .75rem 2.5rem .75rem 1rem;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer;
	min-width:220px;
}
.dropdown:not([class*="nav-item"]) > .dropdown-toggle:after {
	background-image: url(../img/next_white.svg);
	border: none;
	width: 10px;
	position: absolute;
	right: 5px;
	top: 50%;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0;
	transform: rotate(90deg) translateX(-50%);
	-webkit-transform: rotate(90deg) translateX(-50%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
.dropdown:not([class*="nav-item"]) .dropdown-menu {
	width:100%;
	margin:0;
	padding-top:0;
}
.dropdown:not([class*="nav-item"]) .dropdown-menu .dropdown-item {
	padding:3px 1rem;
}

/* TOP BAR */
.navbar-brand {
	display:block;
	margin-left:1rem;
	padding:0;
}
.navbar-brand img {
	width:240px;
	max-height: 65px;
}
#menu_switch {
	margin-right:55px;
	width:45px;
	height:45px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
#menu_switch.collapsed {
	background-image: url('../img/menu.svg');
}
#menu_switch,
#menu_switch:hover {
	background-image: url('../img/menu_hover_alt.svg');
}
#location_switch_wrap, #lang_switch_wrap {
	width:100px;
	position:relative;
}

#lang_switch_wrap {
	display: none;
}

#location_switch, #lang_switch {
	text-align: center;
	background-image: url('../img/location_white.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#lang_switch_wrap .dropdown-menu {
	min-width: 100%;
}
#lang_switch {
	font-family:'FrontageCondensed-Bold';
}
#lang_switch:after {
	display: none;
}
#lang_switch li + li {
	border-left: 2px solid;
}
#lang_switch a {
	line-height: 18px;
	background-color: transparent !important;
}
/* #lang_switch:hover,
#lang_switch:focus,
#location_switch:hover,
#location_switch:focus {
	background-image: url('../img/location_hover.svg');
	color:#008f95;
} */
/* TOP NAV */
.navbar-light .navbar-nav .nav-link {
	color:#000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:#50af47;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
	color:#c20831;
}
#main_nav {
	position: absolute;
	top: 100%; left: 0px;
	background-color: #fff;
	padding: 0px 15px 10px;
}

/* JAMBOTRON - VIDEO BG */
.jumbotron.video-bg {
	background: rgba(0,143,149,.7);
	border-radius:0;
	text-align:center;
/*
	max-width: 30rem;
*/
	display: table;
	margin:4rem auto;
	color:#fff;
	position:relative;
	z-index:1;
}
.jumbotron.video-bg p {
	max-width: 15rem;
	display:table;
	margin:0 auto;
	font-size:1.1em;
}
.jumbotron.video-bg a.btn-3d {
	margin: 2rem 0;
}
#video-bg, #video-bg:before {
	z-index: 0;
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
}
#video-bg:before {
	content: "";
	z-index: 1;
	background-color: rgba(80,175,71,.05);
	margin-left: 30px;
	width: calc(100% - 60px);
}
#video-bg > div {
	opacity:0.85;
}
.jumbotron.bg-image {
	padding:6rem 2rem 7rem;
	z-index:1;
}
.jumbotron.bg-image a {
	position:absolute;
	bottom:-2rem;
	left:50%;
	margin-left:-56px;
}
.bg-image-box {
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
	opacity:0.3;
	z-index:-1;
}

/* header + text + link */
.header_text_link > div {
	padding:25px;
	text-align:center;
}
.header_text_list_img h3,
.header_text_link h3, .header_text_link h2 {
	margin-bottom:25px;
}
.header_text_link h3.f-frontage-3D {
	font-size:2.25rem;
}
.header_text_link p {
	margin: auto;
	margin-bottom:25px;
	max-width:360px;
	margin-left: auto;
	margin-right: auto;
}
.header_text_link p b {
	font-weight: 500;
}
.img_header_link a,
.header_text_link a {
	font-size:1.1em;
}
.header_text_link .btn-3d {
	margin-bottom:6px;
}

li a.active {
	text-decoration: underline;
}

/* header + text + list + img */
.header_text_list_img h3 + p {
	margin-bottom:25px;
}
.header_text_list_img ul {
	margin:0;
	padding:0;
	list-style: none;
}
.header_text_list_img ul + p {
	margin:25px 0 0;
}
.check_list li, .ce-bodytext ul li {
	padding-left: 1.25rem;
	position: relative;
	list-style: none;
}
.justify-content-center .ce-bodytext ul {
	padding-left: 0;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.justify-content-center .ce-bodytext ul li {
	padding-left: 1.5rem;
	text-align: left;
}
.check_list li + li, .ce-bodytext ul li + li {
	margin-top: .5rem;
}
.check_list li:before, .ce-bodytext ul li:before {
    content: "\f121";
    font-family: "Ionicons";
    position: absolute;
    left: 0; top: 0;
    color: #058b8c;
}
.header_text_list_img  .img_list {
	margin-top:25px;
	text-align:center;
	padding:0;
}
.img_list a {
    width: 100%;
}
.img_list a + a,
.img_list > img + img {
    margin-left: 5px;
}
.img_list a img,
.img_list > img {
	display:block;
	width:100%;
	height: auto;
}



/* image + header + link */
.img_header_link {
	position: relative;
	height:100%;
}
.new_sticker,
.price_sticker {
	position: absolute;
	top: 0;
	right: 15%;
	color: #fff;
	z-index: 1;
	font-weight: 500;
	text-align: center;
	padding: .25rem .5rem;
}
.new_sticker:before,
.price_sticker:before {
	z-index: -1;
	top:0; left:0;
	opacity:0.9;
	content:"";
	position: absolute;
	width:100%; height:100%;
	background-color: #c20831;
}
.new_sticker span,
.price_sticker span {
	margin: 0;
	display:block;
	letter-spacing: 2px;
}
.new_sticker {
	font-family: 'Fira_Mono_Medium';
	text-transform: uppercase;
	font-size:0.85em;
	letter-spacing: -1px;
	padding: .5rem;
	font-weight: bold;
}
.img_header_link > div {
	width: 100%;
	padding:20px 20px 25px;
}
.modal-body > small,
.img_header_link small {
	display:block;
	line-height:1.25;
	text-transform: uppercase;
	padding-left:7px;
}
.modal-body > small small,
.img_header_link small small {
	font-weight:500;
	text-transform: initial;
	padding:0;
	display:block;
}
.img_header_link h5 {
	line-height:1.5;
	padding:25px 15px 0;
	margin:0;
	font-weight:bold;
}
.img_header_link small + h5,
.img_header_link small + .img-box {
	padding-top:20px;
}
.img_header_link p {
	padding: 20px 15px 0;
	font-size: .85em;
	line-height: 1.25;
	margin:0;
}
.img-box {
	position:relative;
}
.pin-it {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #c20831;
	font-family: 'Lobster';
	color: #fff;
	font-size: 1.1em;
	padding: .35rem .75rem;
	line-height: 1;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	text-decoration:none !important;
}
.pin-it:hover,
.pin-it:focus {
	background-color: #fff;
	color:#c20831;
}
.img-box img {
	width:100%;
	height: auto;
}
.img_header_link .hr-line-green {
	margin:25px 30px;
}
.img_header_link .img_list {
	margin:25px -1% 0;
}
.tip {
	position: absolute;
	font-family: 'Fira_Mono';
	color: #fff;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 15px 10px !important;
	font-size: 1.2em;
}
.tip:after {
	position:absolute;
	top:0; right:0;
	width: 0; height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #50af47 transparent transparent;
	content:"";
	z-index:-1;
}
.img_header_link.align-items-stretch .img-box {
	height:100%;
	background-position:center;
	background-size:cover;
	min-height:240px;
}
.img_header_link.align-items-stretch > div {
	width:100%;
}
.img_header_link.align-items-stretch .pin-it {
	left:auto; right:10px;
}
.img-box > div:not([class*="youtube_video_box"]) {
	color: #fff;
	text-align: center;
	font-family: 'FrontageCondensed-Bold';
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.25;
}
.img-box .youtube_video_box {
	padding-bottom: 56.25%;
	position: relative;
}
.img-box .youtube_video_box iframe {
	position: absolute;
	width: 100%; height: 100%;
}
.img_header_link.align-items-stretch a.underline_link {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 65%;
	text-align: right;
	line-height:28px;
}
.img_header_link.align-items-stretch a.underline_link:before {
	position:absolute;
	bottom:0; left: 100%;
	width: 0; height: 0;
	border-style: solid;
	border-width: 14px 0 0 14px;
	border-color: transparent transparent transparent #80c7ca;
	content:"";
}
.img_header_link.align-items-stretch a.underline_link:after {
	position:absolute;
	top:0; left: 100%;
	width: 0; height: 0;
	border-style: solid;
	border-width: 14px 14px 0 0;
	border-color: #80c7ca transparent transparent transparent;
	content:"";
}

/* 6 links with IMG */
.link-6pac {
	height:100%;
}
.link-6pac > div {
	border-left: .25rem solid transparent;
}
.link-6pac > div:nth-child(-n+3) {
	border-bottom: .25rem solid transparent;
}
.link-6pac a {
	height:100%;
	padding:.5rem 0;
	position:relative;
	overflow: hidden;
	background:#fff;
	min-height: 160px;
}
.link-6pac a:before {
	content:"";
	display:block;
	background-color: rgba(0,0,0,0.6);
	width:100%; height:100%;
	position:absolute;
	top:0; left:0;
	z-index:1;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.link-6pac a > img {
	max-width: 100%;
	min-height: 128px;
	padding: 1.25rem 1.5rem;
	max-height: 140px;
	margin: 0 auto;
	position:relative;
	z-index:2;
	width: 85%;
}
.link-6pac a span {
	position: absolute;
	display:block;
	width:100%; height:100%;
	top:0; left:0;
	content:"";
	background-size:cover;
	background-position:center;
	z-index:0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity:0.75;
}
.link-6pac a:hover span,
.link-6pac a:focus span {
	transform: scale(1.5) rotate(-10deg);
	opacity:1;
}
.link-6pac a:hover:before,
.link-6pac a:focus:before {
	background-color:rgba(0,0,0,0.35);
}

.content.marginless .link-6pac,
.content.marginless .link-6pac a {
	position: relative;
}

/* slider with thumbs */
.slider_wraper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 480px;
	width: 100%;
}
.gallery-top.auto-height {
	height: auto;
	padding-bottom: 39.025%;
}
.gallery-top.img-height {
	height: auto !important;
}
.gallery-top.auto-height .swiper-wrapper {
	position: absolute;
}
.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0 0;
}
.gallery-thumbs .swiper-slide {
	width: 96px;
	height: 96px;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
	background: none !important;
}
.swiper-button-prev {
	left:30px;
}
.swiper-button-next {
	right:30px;
}
.swiper-slide div {
	line-height: 1.5;
}
[data-gallery] {
	text-decoration: none !important;
}
.gallery-top.img-height .swiper-slide {
	display: block;
	max-width: 100%;
}
.gallery-top.img-height .swiper-slide img {
	width: 100%; height: auto;
	object-fit: cover;
	max-width: 100%;
}
.gallery-top.img-height .swiper-slide > div {
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}

/* people slider */
.person-slider .row > div {
	box-sizing: border-box;
}
.person-slider .fa-quote-left {
	vertical-align: super;
}
.person-slider .fa-quote-right {
	vertical-align: bottom;
	display: none;
}
.person-slider .col-lg-8:before {
	display: block;
	content: "";
	position: absolute;
	right: 100%; top:50%;
	margin-top: -30px;
	width: 0; height: 0;
	border-style: solid;
	border-width: 30px 30px 30px 0;
	border-color: transparent #80c7ca transparent transparent;
}
.person-slider img {
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}

/* Contact form */

#contact {
	background:#83bec4;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

form .loader-wrap, .slider_wraper .loader-wrap {
	text-align: center;
	display: none;
}

.slider_wraper .loader-wrap {
	margin-top: 150px;
}

#contact .mail_success, .mail_success.custom-form-message {
	font-weight: bold;
	color: #fff;
	font-size: 27px;
	text-align: center;
	display: none;
}

.mail_success.custom-form-message {
	color: #058b8c;
}

form .mail_send_error, form .mail_validation_error {
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	max-width: 700px;
	text-align: center;
	margin: auto;
	margin-bottom: 15px;
	display: none;
}

#contact div.row {
	padding-bottom:2rem;
}
#contact button[type=submit] {
	cursor: pointer;
}

#contact textarea {
	min-height:135px;
}
#contact textarea,
#contact input,
.search-input,
.suggest-input {
	border-radius: 0;
	background: #eef8ed;
	border: 4px solid #fff;
	font-size: 1rem;
	padding: .75rem 1.2rem;
	font-weight: 500;
}
#contact .form-group {
	margin: 0;
	padding-top: 25px;
}
#contact [placeholder]::-webkit-input-placeholder {
	color:#2d2d2d !important;
	opacity:1 !important;
}
#contact [placeholder]::-moz-placeholder {
	color:#2d2d2d !important;
	opacity:1 !important;
}

#contact .content {
	width: 100%;
}

#contact .bootstrap-select {
	width:100%;
}

#contact_form h3 {
	text-align: center;
}

/* MAP */
#map_canvas {
	height:360px;
}
#global_map_wrap:before {
    opacity: 0.1;
}
#global_map_wrap {
	overflow: hidden;
}
#global_map {
	max-width:1170px;
	width: 100%; height:450px;
	margin:0 auto;
}
#global_map > div {
	background: none !important;
}

/* flip list - accordion list */
.backface {
	display:block;
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
}
.frontface * {
	text-align:center;
	color:#000;
}
.frontface img {
	display:none;
}
.frontface p {
	line-height: 1.25;
	font-size: 0.9rem;
	margin: 16px 0 auto;
	color: #333;
	min-height: 90px;
}

/* FOOTER */
body > footer.full_width > .bg {
	height:35%;
}
body > footer.full_width .col-12 {
	padding:0 30px;
}
body > footer.full_width .col-12 .col-12 {
	padding:0;
}
footer .content {
	background:none;
	text-align:center;
}
footer .col-sm-3 a, footer .col-sm-2 a {
	font-family: Fira_Mono;
	text-decoration: underline;
	color:#000;
	margin-bottom:15px;
	display:inline-block;
}

footer .col-sm-offset-1 {
	margin-left: 8.333333333333332%;
}
footer a img {
	height:40px;
	margin:15px 0 30px;
}
footer p {
	margin-top:15px;
	margin-bottom:0;
}
footer small a:after {
	content:" | ";
}

footer .land a {
	font-size: 12px;
	font-weight: normal;
	font-family: Montserrat, sans-serif;
	text-decoration: none;
}

.form-group-info {
	margin: .25rem 0 0;
	font-weight: 400;
	padding-left: 2.5rem;
	position: relative;
	font-size: .9rem;
	line-height: 1.25;
	display: none;
}
.form-group-info i {
	position: absolute;
	font-size: 2rem;
	top:0; left:0;
	line-height: 36px;
}

#progress {
    background-color: #fff;
    text-align: center;
    /*padding: 5px 10px;*/
    font-size: 90%;
    width: 0%;
    box-sizing: border-box;
}

.upload-error {
	padding-top: 6px;
	padding-bottom: 6px;
	color: red;
	display: none;
}
#upload_data_btn {
	border: none;
	border-radius: 0;
	font-weight: 500;
	padding: 0 1rem;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer;
	position: relative;
	width: 100%;
	line-height: 44px;
}
#upload_data_btn:hover, #upload_data_btn.ui-state-hover {
	background-color: #fff;
	color: #008f95 !important;
}
#upload_data_btn input {
	position: absolute;
	top:0; left: 0;
	width: 100%; height: 100%;
	z-index: 1;
	border: none;
	opacity:0;
	cursor: pointer;
}
#upload_data_btn i {
	width: 3.5rem;
	height: 44px;
	line-height: 44px;
	font-size: 2rem;
	vertical-align: top;
	margin-left: -55px;
	width: 55px;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#files_list li i, #upload_data_btn:hover i, #upload_data_btn.ui-state-hover i {
	color: #008f95 !important;
}
#files_list li i {
	position: absolute;
	left: .5rem;
	top: 0;
	line-height: 40px;
	font-size: 1.25rem;
}
#files_list li {
	padding: .5rem;
	position: relative;
	padding-left: 2.5rem;
	word-break: break-all;
}
#files_list li + li {
	border-top: 2px solid #008f95;
}

#clock {
	display: table;
	color: #fff;
	background-color: #50af47;
	font-weight: normal;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	top: 100%;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: .25rem 1.5rem;
	line-height: 1.25;
	text-align: center;
}
#clock span {
	margin-left: 1rem;
	width: 135px;
	display: inline-block;
}

/* Wojtek */

#book_wrap {
	width: 70px;
	float: right;
	margin-right: 0;
	font-family: Fira_Mono;
}

#book_wrap a {
	font-size: 1.5em;
	text-decoration: underline;
	line-height: 1;
}

.nav-link.dropdown-toggle {
	margin-top: 25px;
}

.languages img {
	margin-right: 5px;
	max-width: 25px;
}

.languages ul {
	list-style: none;
	padding-left: 7px;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.ce-bodytext a {
	text-decoration: underline;
	color: #284d6e;
}

.ce-textpic.ce-center {
	margin: auto;
}
.ce-center .ce-gallery,
.ce-center .ce-gallery * {
	width: auto;
	float: none;
	right: 0;
	margin: 0 auto;
}

.ce-textpic img {
	max-width: 100%;
	height: auto;
}

.ce-textpic.ce-intext .ce-gallery {
	width: 50%;
}

#go_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.content .ce-above .ce-gallery {
	margin-bottom: 20px;
}

.content .ce-left.ce-above .ce-gallery {
	margin-bottom: 0px;
}

.news-single {
	padding-top: 30px;
}

.news-single h2 {
	margin-bottom: 15px;
}


#reservation .btn-3d, #individual_travel .btn-3d {
	/* padding-top: 8px;
	padding-bottom: 8px;
	margin: initial; */
}

#individual_travel #rooms_row .single_room:first-child .remove_room {
    display: none !important;
}
/*
#reservation #from_date_box {
	position: absolute;
	left: 20%;
}
*/
#reservation .mail_success {
	display: none;
}
#reservation .input-group-wrap {
	background: #eef8ed;
}
#from_date_input, #to_date_input {
	max-width: 135px;
	position: relative;
    z-index: 1;
    background: transparent !important;
}
html[lang="en"] #to_date_input {
	max-width: 150px;
}
#from_date_input {
	text-align: right;
	border-right-width: 2px !important;
}
#to_date_input {
	border-left-width: 2px !important;
}
#to_date_input + .input-group-icon,
#from_date_input + .input-group-icon {
	height: 100%;
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 52px;
}
#from_date_input + .input-group-icon {
	background-image: url('../img/arrival_icon.png');
	right: auto; left: 0;
}
#to_date_input + .input-group-icon {
	background-image: url('../img/departure_icon.png');
}
.form-group.focus .input-group-wrap input {
	border-color: #83bec4 !important;
}
#inline_datepicker #calendar_legend_wrap {
	display: none;
}
#from_date_box, #to_date_box {
	width: 100% !important;
/*
	display: block !important;
*/
}
#inline_datepicker div[style=""] ~ #calendar_legend_wrap {
	display: block;
}
#reservation .bootstrap-select > .dropdown-toggle {
	padding: 8px 40px;
}
#individual_travel .bootstrap-select.show > .dropdown-toggle,
#reservation .bootstrap-select.show > .dropdown-toggle {
	border-color: #83bec4;
}
#individual_travel .bootstrap-select.btn-group .dropdown-toggle .filter-option,
#reservation .bootstrap-select.btn-group .dropdown-toggle[data-id="reservation_type"] .filter-option {
	text-align: center;
}
#reservation .bootstrap-select > .dropdown-toggle[data-id="reservation_type"]:after {
	position: absolute;
	top: -4px; right: -4px;
	content: "";
	background-image: url('../img/room_icon.png');
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 52px; height: 52px;
	display: block;
	border: none;
}
#reservation .bootstrap-select > .dropdown-toggle[data-id="reservation_type"]:before {
	content: "";
	background-image: url('../img/people_icon.png');
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 52px; height: 52px;
	right: auto; left: -4px;
}
#individual_travel .bootstrap-select.btn-group .dropdown-menu.open,
#reservation .bootstrap-select.btn-group .dropdown-menu.open {
	margin: 0;
	padding: 0;
}
#individual_travel .bootstrap-select.btn-group .dropdown-menu li + li,
#reservation .bootstrap-select.btn-group .dropdown-menu li + li {
	border-top: 4px solid #fff;
}
#individual_travel .bootstrap-select .dropdown-menu > li > a:not([class="hidden"]),
#reservation .bootstrap-select .dropdown-menu > li > a:not([class="hidden"]) {
	padding: 7px 20px;
	display: block;
	text-align: center;
}
#individual_travel .bootstrap-select.btn-group .dropdown-menu li a span.text:before,
#reservation .bootstrap-select.btn-group .dropdown-menu li a span.text:before {
	display: none !important;
}
#individual_travel .bootstrap-select.btn-group .dropdown-menu li.selected,
#reservation .bootstrap-select.btn-group .dropdown-menu li.selected {
	background: #058b8c;
}
#individual_travel .bootstrap-select.btn-group .dropdown-menu li a span.text,
#reservation .bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: block;
	padding-left: 0;
}
#individual_travel .bootstrap-select.btn-group .dropdown-menu li.selected a,
#reservation .bootstrap-select.btn-group .dropdown-menu li.selected a {
	text-decoration: none !important;
}
#individual_travel .bootstrap-select.btn-group .dropdown-menu li.selected a span.text,
#reservation .bootstrap-select.btn-group .dropdown-menu li.selected a span.text {
	color: #fff;
}

/*
#reservation .ui-datepicker td.ui-datepicker-unselectable.green {
*/
.ui-datepicker td.ui-datepicker-unselectable.green {
	position: relative;
}
/*
#reservation .ui-datepicker td.ui-datepicker-unselectable.green:after {
*/
.ui-datepicker td.ui-datepicker-unselectable.green:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 1px;
	background: #000;
	display: none;
}
/*
#reservation .ui-datepicker td.error {
*/
.ui-datepicker td.error {
	opacity: .35 !important;
}
/*
#reservation .ui-datepicker td.error span, #reservation .ui-datepicker td.error a {
*/
.ui-datepicker td.error span, .ui-datepicker td.error a {
	color: #333 !important;
}
/*
#reservation .ui-datepicker td.range a {
*/
.ui-datepicker td.range {
	opacity: 1 !important;
}
.ui-datepicker td.range a, .ui-datepicker td.range span {
	background: #83bec4 !important;
}
/*
#reservation .ui-datepicker td.range_form_to a {
*/
.ui-datepicker td.range_form_to a, .ui-datepicker td.range_form_to span {
	background: transparent !important;
	-webkit-box-shadow: 0 0 0 4px #83bec4 inset, 0 0 0 20px #058b8c inset;
	box-shadow: 0 0 0 4px #83bec4 inset, 0 0 0 20px #058b8c inset;
}

#nights {
	border: 4px solid #fff;
	border-left-width: 2px;
	border-right-width: 2px;
	text-align: center;
	display: none;
	transition: border-color ease-in-out .15s,background ease-in-out .15s;
}
#nights > div {
	padding: 0 5px;
}
.form-group.focus #nights > div {
	background: #83bec4;
}
.form-group.focus #nights {
	border-color: #83bec4 !important;
}
#nights span {
	display: block;
	font-family: 'FrontageCondensed-Bold';
	font-size: 1.55em;
	line-height: 1;
}
#nights small {
	font-size: 70%;
}

#individual_travel {
	padding-top: 2rem;
	padding-bottom: 0;
}
.form_counter {
	font-family:'FrontageCondensed-Bold';
	color: #058b8c;
	display: inline-block;
	font-size: 1.75rem;
	vertical-align: text-bottom;
}
#individual_travel hr {
	border-color: #83bec4;
	border-width: 4px;
	margin-top: 0;
}
#add_room, .remove_room {
	text-decoration: underline;
	letter-spacing: 1px;
	font-weight: 300;
}
#individual_travel .small {
	font-size: .9rem;
}
#rooms_row .single_room {
	margin-bottom: 1.5rem;
}
#rooms_row .single_room h5 i {
	display: inline-block;
	width: 28px;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #83bec4;
	margin-left: .75rem;
	position: absolute;
	top: 20px;
}
#rooms_row .single_room h5 {
	border-top: 4px solid #83bec4;
	text-align: center;
	padding-top: 1.5rem;
	margin-bottom: .25rem;
	position: relative;
}

#individual_travel #add_room {
	font-weight: bold;
}
#individual_travel .bootstrap-select {
	width: 100%;
	margin-top: 1rem;
}
#individual_travel .bootstrap-select > .dropdown-toggle:before {
	display: none;
}
#individual_travel .bootstrap-select > .dropdown-toggle {
	padding: 8px 20px;
}
#individual_travel .bootstrap-select > .dropdown-toggle:not([class*="bs-placeholder"]) {
	background-color: #058b8c;
	border-color: #cce2e4;
}
#individual_travel .bootstrap-select > .dropdown-toggle:not([class*="bs-placeholder"]) .filter-option {
	color: #fff;
}
#individual_travel .clear_select {
	background-image: url('../img/close.svg');
	width: 26px; height: 26px;
	display: block;
	position: absolute;
	border: 3px solid #fff;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	top: -11px; right: -11px;
	z-index: 9;
	background-color: #eef8ed;
	display: none;
}
.people_select_box > div:first-child .bootstrap-select .clear_select {
	display: none !important;
}
.people_select_box > div:first-child .bootstrap-select {
	cursor: not-allowed;
}
.people_select_box > div:first-child .bootstrap-select .btn {
	pointer-events: none;
}

#reservation.new_wbe .dropdown-menu.mockup {
	min-width: 130%;
	margin-left: -30%;
}
#individual_travel, #school_trip {
/*
	display: none;
*/
	width: 100% !important;
}
#group_count_error {
	display: none;
	margin-bottom: -1rem;
}
#school_trip .btn-3d {
	font-family: Montserrat,sans-serif;
	letter-spacing: 0;
	text-transform: inherit;
	font-weight: 500;
	font-size: 1.5rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
#small_group h4 {
	line-height: 30px;
	margin-top: 2rem;
	margin-bottom: .625rem;
}
#school_trip h4 {
	line-height: 30px;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}
#school_trip .checkbox .input-helper:after {
	color: #000;
}
#school_trip .checkbox .input-helper:before {
	background-color: #83bec4;
}
#reservation_box input:focus,
#reservation_box textarea:focus,
.custom-form input:focus,
.custom-form textarea:focus {
	border-color: #83bec4
}
#reservation_box .form-group, .custom-form .form-group {
	position: relative;
}
.form-group.float input {
	z-index: 1;
	position: relative;
	background-color: transparent !important;
	line-height: 32px;
	padding-top: 12px;
}
.form-group.float label {
	font-size: 1rem;
	padding: 0 1.2rem;
	font-weight: 500;
	position: absolute;
	top: 4px; left: 4px;
	line-height: 44px;
	z-index: 0;
	color: #333;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform .2s ease-in;
	transition: transform .2s ease-in;
}
.form-group.float input:valid + label,
.form-group.float input:focus + label {
	-webkit-transform: scale(0.7) translate(8px,-8px);
	transform: scale(0.7) translate(8px,-8px);
	font-weight: 400;
}
#school_trip .form-text {
	position: absolute;
	top: 0; right: 50px;
	margin: 0;
	display : block;
	font-size: 1rem;
	line-height: 52px;
	font-weight: 500;
}
#school_trip .form-control:valid + .form-text {
	display :block;
}
#school_trip [data-toggle="dropdown"]:after {
	display: none;
}
#school_trip [data-toggle="dropdown"]:before {
	position: absolute;
	line-height: 52px;
	width: 40px;
	font-size: 30px;
	content: "\f123";
	font-family: "Ionicons";
	top: 0; right: 0;
	text-align: left;
}
#school_trip .dropdown-menu {
	background: #eef8ed;
	padding: 0;
	margin-top: -4px;
	width: auto;
	min-width: 100%;
}
#school_trip [data-toggle="dropdown"] {
	width: 100%;
	border-radius: 0;
	background: #eef8ed;
	border: 4px solid #fff;
	font-size: 1rem;
	padding: 0 1.2rem;
	font-weight: 500;
	line-height: 44px;
	text-align: left;
}
#food_check_box .btn-3d {
	font-family: 'FrontageCondensed-Bold';
	margin-top: .75rem;
}
.people_select_dropdown, #food_check_box {
	border: 4px solid #fff;
	padding: 1.5rem 1rem 1.25rem;
}
#food_check {
	width: 100%;
}
#food_check th {
	text-align: center;
}
#food_check td,
#food_check th {
	padding: 5px;
}
[scope="row"] {
	text-align: right;
}
#food_check td {
	vertical-align: middle;
}
#food_check .checkbox {
	display: table;
	margin: 0 auto;
}
#food_check .checkbox label {
	padding: 0;
	width: 34px; height: 34px;
	margin: 0;
}
#food_check .checkbox input[disabled] + .input-helper:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    content: "\f209";
}
#school_trip [type="submit"] {
	margin-top: 2rem;
}
html[lang*="de"] #school_trip [type="submit"] {
	font-size: 1.2rem;
}
form {
	position: relative;
}
form .loader-wrap {
	position: absolute;
	left: 50%; top: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
form.sending .loader-wrap {
	display: block;
	z-index: 2;
}
form.sending:after {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	content: "";
	display: block;
	opacity: .65;
	background-color:#eef8ed;
	z-index: 1;
}

#school_trip .people_select_dropdown {
	min-width: 1px;
	left: auto;
	right: 0;
	margin-top: 0;
	border-top: 0;
	max-height: 204px;
	overflow-y: auto;
	min-width: 100px;
}
.people_select_dropdown ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
.people_select_dropdown ul a {
	padding: 0 25px !important;
	font-weight: bold;
	line-height: 40px;
	color: #292b2c;
}
.people_select_dropdown ul a.active,
.people_select_dropdown ul a:hover {
	background-color: #058b8c;
	color: #fff;
}
.dropdown input {
	background-color: transparent !important;
}
.dropdown .form-text {
	z-index: -1;
}

#reservation_box {
	margin: 0;
	position: absolute;
	z-index: 3;
	width: 100%;
}
#reservation_box_slider .full_width {
	margin-left: -30px;
	margin-right: -30px;
}
#reservation_box_slider {
	position: relative;
	width: 100%;
	min-width: 100%;
}
#reservation_box_slider div:not([class*="f-frontage"]):not([class*="swiper-button"]):not([class*="full_width"]) {
	width: 100%;
	min-width: 100%;
}
#reservation_box_slider .full_width {
	min-width: 100%;
}
#reservation_box_slider .swiper-slide {
	pointer-events: none;
}
#reservation_box_slider .swiper-slide:before {
	content: "";
	background-color: rgba(80,175,71,.2);
	margin-left: 30px;
	width: calc(100% - 60px);
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	z-index: 0;
}
/*
#reservation_box_slider:before {
	width: 100%;
	margin-left: 0;
	background-color: transparent;
}
*/
#reservation_box_slider .swiper-container {
	height: 480px;
	width: 100%;
}
#reservation_box_slider .swiper-slide > div {
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
	position: relative;
}
.position-relative {
	position: relative !important;
}

#small_group {
	background: #eef8ed;
	margin-top: -65px;
}
.order-last {
	order: 99;
}
.bootstrap-select.btn-group .dropdown-menu li.hidden {
	display: none;
}

#tabs-box .nav a {
	color: #83bec4;
	transition: all .2s ease-in;
	border-bottom: 4px solid transparent;
	text-decoration: none;
}
#tabs-box .nav a.active,
#tabs-box .nav a:hover,
#tabs-box .nav a:focus {
	color: #058b8c;
	opacity: 1;
}
#tabs-box .nav a.active {
	border-color: #058b8c;
}
#tabs-box .tab-content {
	margin-top: -4px;
}
#tabs-box .underline_link {
	outline: none;
}
#tabs-box .check_list {
	position: relative;
	z-index: 1;
	background: #fff;
}

#book_now {
	position: fixed;
	top:0; left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: none;
	padding: 0;
	z-index: 3;
	border-left: 0;
	border-right: 0;
}
#book_now a {
	position: absolute;
	right: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
}
#book_now.active a {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.comment-box {
	max-width: 320px;
	min-width: 240px;
	padding: 1rem .75rem;
	border-radius: 2rem;
	text-align: center;
	font-style: italic;
	line-height: 1.5;
	font-size: .9rem;
	color: #fff;
	display: table;
	position: relative;
	margin: 0 auto;
}
.comment-box:before {
	display: block;
	content: "";
	position: absolute;
	width: 0; height: 0;
	top: 100%; left: 60%;
	border-style: solid;
	border-width: 35px 12px 0 12px;
	transform: skewX(33deg);
}
.comment-box.left:before {
	transform: skewX(-33deg);
	left: auto; right: 60%;
}
.comment-box.bg-white {
	color: #000;
}
.comment-box.bg-teal-30 {
	color: #306371;
}
.comment-box.bg-teal-50 {
	color: #333;
}
.comment-box.bg-red {
	background-color: #c20831;
}
.comment-box.bg-white:before {
	border-color: #fff transparent transparent transparent;
}
.comment-box.bg-teal:before {
	border-color: #008f95 transparent transparent transparent;
}
.comment-box.bg-teal-50:before {
	border-color: #80c7ca transparent transparent transparent;
}
.comment-box.bg-teal-70:before {
	border-color: #4cb0b4 transparent transparent transparent;
}
.comment-box.bg-teal-30:before {
	border-color: #b3dddf transparent transparent transparent;
}
.comment-box.bg-green:before {
	border-color: #50af47 transparent transparent transparent;
}
.comment-box.bg-red:before {
	border-color: #c20831 transparent transparent transparent;
}

.comment-hat {
	display: table;
	position: relative;
	padding: 3rem;
	margin: 4rem auto 0;
}
.comment-hat.left .comment-box {
	bottom: 80%;
	left: 25%;
}
.comment-hat .comment-box {
	position: absolute;
	width: 100%;
	bottom: 75%;
	left: -25%;
}


#memory-card-modal .modal-dialog {
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	align-items: center;
	display: flex;
	max-width: 800px;
}
#memory-card-modal .modal-content {
	border: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
#memory-card-modal .close {
	position: absolute;
	text-shadow: none;
	color: #fff;
	top: 15px; right: 15px;
	z-index: 1;
}
#memory-card-modal .modal-body {
	color: #fff;
	padding: 15vh 3.5em 1.5rem;
	background-color: rgba(0,0,0,0.33);
}


/* NEW WBE */
/*
#reservation_box.new_wbe {
	position: relative;
}
*/
/* .new_wbe .btn.btn-3d {
	box-shadow: none;
} */
#reservation.new_wbe .bootstrap-select {
	flex-grow: 1;
}
#reservation.new_wbe .bootstrap-select > .dropdown-toggle {
	padding: 8px 48px;
}
#reservation.new_wbe > .form-group > .bootstrap-select > .dropdown-toggle:before {
	background-image: url('../img/room_icon.png')
}
#reservation.new_wbe > .form-group > .bootstrap-select > .dropdown-toggle .filter-option {
	text-align: left !important;
}
.bootstrap-select.btn-group .dropdown-menu li small {
	display: block;
	line-height: 1;
	font-weight: 500;
	padding-top: .15rem;
}
#reservation .bootstrap-select.btn-group .dropdown-menu li.selected a span.text small {
	color: #fff !important;
}
.new_wbe .people-dropdown {
	min-width: 280px;
}
#reservation.new_wbe .dropdown-menu {
	background: #eef8ed;
	padding: 0;
	margin-top: -4px;
	width: auto;
	min-width: 100%;
}
.new_wbe .people-dropdown > .dropdown-toggle {
	border-radius: 0;
	background: #eef8ed;
	border: 4px solid #fff;
	font-size: 1rem;
	padding: 0px 48px;
	font-weight: 500;
	line-height: 44px;
	text-align: left;
	width: 100%;
}
#reservation.new_wbe .bootstrap-select > .dropdown-toggle:after,
.new_wbe .people-dropdown > .dropdown-toggle:before {
	position: absolute;
	line-height: 52px;
	width: 40px;
	font-size: 30px;
	content: "\f123";
	font-family: "Ionicons";
	top: 0;
	right: 0;
	text-align: left;
	background: none;
}
#reservation.new_wbe .bootstrap-select > .dropdown-toggle:after {
	right: -4px; top: -4px;
}
.new_wbe .people-dropdown > .dropdown-toggle:after {
	content: "";
	background-image: url('../img/people_icon.png');
	background-size: auto 60%;
	background-repeat: no-repeat;
	background-position: center;
	width: 52px; height: 52px;
	top: 0; right: auto; left: 0;
	transform: none;
}
#people_select_box {
	border: 4px solid #fff;
	padding: 1.25rem 1rem;
}
#people_select_box .form-control {
	min-width: 100px;
	max-width: 105px;
	padding: 0 .5rem;
	text-align: center;
	font-size: 1.15rem;
}
#people_select_box .custom-select {
    border-radius: 0;
    background: #eef8ed url('../img/down.svg') no-repeat right .5rem center;
    border: 4px solid #fff;
    font-weight: 500;
    line-height: 44px;
    min-height: 52px;
    background-size: 20px auto;
	padding: 0 35px 0 20px;
}
#people_select_box [name="rooms"][disabled] {
	display: none !important;
}
#people_select_box [placeholder]::-webkit-input-placeholder {
	font-size: .8rem !important;
	font-weight: normal !important;
}
#people_select_box [placeholder]::-moz-placeholder {
	font-size: .8rem !important;
	font-weight: normal !important;
}
#people_select_box > .form-group > span {
	flex-grow: 1;
}
#from_date_text, #to_date_text {
	display: none;
	background: #83bec4;
	text-align: center;
	padding: 5px 5px 0;
	border: 4px solid #fff;
	margin-bottom: -4px;
	border-bottom: none;
}
#reservation.new_wbe .ui-widget.ui-widget-content {
	padding-top: 0;
}


#assd_cancel {
	width: 100%; height: 650px; border: 0;
}


.link-6pac {
	margin: 0 -2px;
}
.link-6pac > div {
	border: none !important;
	padding: 2px !important;
}
.link-6pac a {
	padding: 0;
	min-height: 1px;
}
.link-6pac a:before {
	padding-top: 75%;
	position: relative;
	height: auto;
}
.link-6pac a > img {
	position: absolute;
	max-height: 100%; max-width: 100%;
	min-height: 1px;
	width: auto; height: auto;
	padding: 1rem 1.5rem;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#promoCode-modal .close, .wbe-modal .close {
	position: absolute;
	right: -20px; top: -20px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	color: #fff;
	text-shadow: none;
}
#promoCode {
	font-weight: 900;
}
#promoCode-modal .modal-content {
	min-width: 300px;
}

.card-new {
	box-shadow: 0 .15rem .35rem .1rem rgba(0,0,0,.25) !important;
	background-color: #fffff3;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.card-new ul {
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 0.75rem;
}
.card-new ul li {
	display: inline;
	font-size: 1.75rem;
	font-weight: bold;
}
.card-new ul li + li:before {
	content: '';
	margin: 0 .5rem;
	width: 4px; height: 4px;
	border-radius: 2px;
	vertical-align: middle;
	background-color: #008f95;
	display: inline-block;
}

.card-new a:hover {
	color: inherit;
}

.ce-gallery {
	width: 100%;
}
.flex-grow-0 {
	flex-grow: 0;
}

.dropdown-menu-right .checkbox.d-flex label {
	white-space: nowrap;
}
.wbe-info-modal {
	cursor: pointer;
	display: table;
	font-size: 1.5rem;
	margin-top: 3px;
	margin-left: 10px;
	text-decoration: none !important;
}
.wbe-info-modal:hover {
	color: #058b8c;
}

#teaser-fs {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 0;
}
#teaser-fs .jumbotron {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	opacity: .75;
	z-index: 0;
	margin-bottom: 0;
}
#teaser-fs .container {
	position: relative;
	z-index: 1;
	border: none;
}
#teaser-fs > a {
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0.7);
	transform: translateX(-50%) scale(0.7);
	background-image: url('../img/down-white.svg');
	background-size: 66% auto;
	background-repeat: no-repeat;
	background-position: center;
}
#teaser-fs > a:hover, #teaser-fs > a:focus {
	background-image: url('../img/down-green.svg');
}

body.hide-header.show-menu .top-header {
	display: block !important;
	position: absolute;
	background-color: transparent;
	width: 100%;
	left: 0;
	right: 0;
}

body.hide-header.show-menu .top-header nav.navbar {
	background-color: transparent;
}

/* Job Forms */
#tabs-box.jobform {
	transition: all 2s;
}

#tabs-box.jobform .tab-content {
	clear: both;
}
#tabs-box.jobform .nav {
	width: 100%;
}

.custom-form .bootstrap-select .dropdown-menu > li > a:hover {
	background: #83bec4 !important;
}
bootstrap-select.btn-group .dropdown-menu li:not([class*="selected"]) a span.text:before {
	background: #eef8ed;
}
.custom-form .bootstrap-select .dropdown-menu > li > a {
	display: block;
}
.custom-form .checkbox label {
	position: relative;
	padding-left: 34px;
}
.custom-form .checkbox label,
.custom-form .checkbox input {
	min-height: 34px;
}
.custom-form .checkbox span {
	position: absolute;
	width: 34px; height: 34px;
	line-height: 34px;
	top: 0; left: 0;
	text-align: center;
}
.custom-form .checkbox input:checked ~ span {
	color: #fff;
	background: #058b8c;
}

.custom-form .form-group a {
	text-decoration: underline;
}

.custom-form.hidden {
	display: none;
}

.custom-form h4, .custom-form p.text {
	text-align: center;
}
#go_top ~ .ui-datepicker.ui-datepicker-multi-2 {
	z-index: 4 !important;
}

.ui-datepicker td.range_form_to_klas,
.ui-state-disabled.green.klas_no_go {
	opacity: 1;
}
.ui-datepicker td.range_form_to_klas:after,
.ui-state-disabled.green.klas_no_go:after {
	display: none !important;
}
.ui-state-disabled.green.klas_no_go span {
	background-color: #eef8ed;
	color: #666;
	font-weight: 300;
}
.ui-datepicker td.range_form_to_klas span,
.ui-datepicker td.green.klas_start a,
.ui-datepicker td.green.klas_end a {
	background-color: #83bec4;
	color: #333;
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
	/*outline: 1px solid #fff;*/
}
.ui-datepicker td.range_klass.klas_no_go + td.range_form_to_klas.klas_start a,
.ui-datepicker td.green.klas_end a {
	border-radius: 0;
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
.ui-datepicker td.range_form_to_klas span,
.ui-datepicker td.range_klass a,
.ui-datepicker td.range_klass span,
.ui-datepicker td.green.klas_start.range_form_to_klas a,
.ui-datepicker td.green.klas_end.range_form_to_klas a,
.ui-datepicker td.green.klas_start a:hover,
.ui-datepicker td.green.klas_end a:hover {
	color: #fff !important;
	background: #058b8c !important;
}
.ui-datepicker-calendar tbody tr {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

a.link {
	text-decoration: underline;
}

#contact.simple {
	display: none;
}

.download-gallery .gallery {
	margin: 0 -2px;
}
.download-gallery .gallery > div {
	padding: 2px;
}
.download-gallery .gallery a.open_img {
	background-color: #000;
	overflow: hidden;
	display: block;
}
.download-gallery .gallery a.open_img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 1;
}
.download-gallery .gallery a.download_img {
	top: 0; right: .25rem;
	padding: .25rem;
	position: absolute;
	line-height: 55px;
	width: 55px;
	text-align: center;
	color: #fff;
	font-size: 45px;
	text-shadow: 0 2px 0px rgba(0,0,0,0.5);
}
.download-gallery .gallery >div:hover a.open_img img {
	-webkit-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
	opacity: .75;
}


.col-lg-5.col-12 + .col-lg-7.col-12 > .slider_wraper {
	height: 100%;
}
.col-lg-5.col-12 + .col-lg-7.col-12 > .slider_wraper > .gallery-top {
	position: relative;
	height: 100% !important;
}
.col-lg-5.col-12 + .col-lg-7.col-12 > .slider_wraper > .gallery-thumbs {
	display: none;
}
.col-lg-5.col-12 + .col-lg-7.col-12 > .slider_wraper > .gallery-top .swiper-slide img {
	object-position: center;
	height: 100% !important;
}

.row.equal-col-height > div > div {
	height: 100%;
}

#schulz_news {
	background-color: #fff;
	height: 24px;
	overflow: hidden;
	flex-wrap: wrap;
}
.schulz_news_ticker {
	flex-grow: 1;
	text-align: center;
}
.schulz_news_ticker ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.schulz_news_ticker li {
	line-height: 24px;
	padding: 0 .5rem;
}
.schulz_news_ticker a {
	margin-left: 0.5rem;
}


.people-dropdown .comment-box {
	position: absolute;
	top: 130%;
	z-index: 1;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	display: none;
}
.people-dropdown .comment-box:before {
	top: auto; bottom: 100%;
	border-width: 0 12px 35px 12px;
	border-color: transparent transparent #008f95 transparent;
}
body.datepicker-active .people-dropdown .comment-box {
	display: none !important;
}
#people_select_box input:invalid + .comment-box {
	display: block;
}
#people_select_box .comment-box:before {
	right: 25%;
}
.people-dropdown .comment-box.top {
	top: auto;
	bottom: 130%;
}
.people-dropdown .comment-box.top:before {
	top: 100%;
	bottom: auto;
	border-width: 35px 12px 0 12px;
	border-color: #008f95 transparent transparent transparent;
}


/* VIDEO ELEMENT */
.yt-video-box {
	padding-bottom: 60px;
}
.yt-video-box .yt-video {
		cursor: pointer;
		outline: none;
		background: #000;
}
.yt-video-box .yt-video:before {
	padding-top: 56.25%;
	background-image: url('../img/next_white.svg');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: 25px;
	z-index: 1;
}
.yt-video-box .yt-video:after {
	content: "";
	position: absolute;
	left: 50%; top: 50%;
	width: 100px; height: 100px;
	margin: -50px;
	border-radius: 50%;
	background-color: #008f95;
	z-index: 0;
}
.yt-video-box .yt-video img {
	position: absolute;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	z-index: 0;
	-webkit-transition: -webkit-transform 7s ease-out, opacity .5s ease-out;
	transition: transform 7s ease-out, opacity .5s ease-out;
	opacity: 1;
}
.yt-video-box .yt-video:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .7;
}
.yt-video-box .yt-video.active img {
	opacity: 0;
}
.yt-video-box .yt-video.active:before,
.yt-video-box .yt-video.active:after {
	z-index: -1;
}

.yt-video-box h4 {
	font-size: 22px;
}

/* SHOP */
#schulz-shop .bg-white {
	position: relative;
}
#schulz-shop .bg-white > span {
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	padding: 5px 20px;
	font-size: 1.25rem;
}


#direct_booking_info i {
	font-size: 1.5rem;
	vertical-align: sub;
}
#direct_booking_info a {
	text-decoration: underline;
	font-weight: 700;
}
#direct_booking_info .dropdown-menu:before {
	display: block;
	content: "";
	position: absolute;
	width: 0; height: 0;
	top: 100%;left: 50%;
	border-style: solid;
	top: auto;
	bottom: 100%;
	margin-left: -20px;
	border-width: 0 20px 24px 20px;
	border-color: transparent transparent #008f95 transparent;
}
#direct_booking_info .dropdown-menu {
	width: auto;
	max-width: 500px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	margin-top: 25px;
	box-shadow: 0 .15rem .35rem .1rem rgba(0,0,0,.25) !important;
}
#direct_booking_info ul {
	list-style: none;
	margin: 0;
	color: #fff;
	padding: 2.25rem 1.5rem;
}
#direct_booking_info li {
	position: relative;
	padding-left: 2.5rem;
}
#direct_booking_info li + li {
	margin-top: 0.75rem;
}
#direct_booking_info li i {
	position: absolute;
	left: 0; top: -1px;
	font-size: 1.75rem;
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
	background-color: rgba(0,0,0,0);
}
#gallery-hover {
	overflow: hidden;
	background: #fff;
	position: relative;
}
#gallery-hover .row > div {
	background: #fff;
	transition: transform .75s ease-out;
}
#gallery-tour small {
	font-family: Montserrat,sans-serif;
	font-weight: 300;
	letter-spacing: 5px;
	font-size: 2rem;
	border-bottom: 3px solid #000;
	position: relative;
}
#gallery-tour small:after {
	position: absolute;
	top: 100%; left: 50%;
	margin-left: -30px;
	content: "";
	display: block;
	width: 0; height: 0;
	border-style: solid;
	border-width: 28px 30px 0 30px;
	border-color: #000000 transparent transparent transparent;
}
.gallery-hover > * {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.gallery-hover img {
	object-fit: cover;
	object-position: center;
	transition: transform .3s ease-in, opacity .3s ease-in;
	transform: scale(1.1);
}
/* #gallery-hover .row > div.fadeout {
	transform: scale(0.9);
}
#gallery-hover .row > div.fadeout img {
	opacity: .75;
} */
.gallery-hover:hover img {
	transform: scale(1);
}
.gallery-hover .bg-white {
	opacity: 0;
	transition: opacity .35s ease-out;
}
.gallery-hover:hover .bg-white {
	opacity: 1;
}
.gallery-hover a {
	text-decoration: none !important;
	text-align: center;
	font-size: 3rem;
	padding: 1rem;
	line-height: 1;
	color: #333;
	font-family: 'FrontageCondensed-Bold';
}
.gallery-hover a span {
	transform: translateY(2rem);
	transition: transform .75s ease-out;
	font-size: 1.3rem;
	font-family: 'Montserrat';
	font-weight: bold;
	display: block;
	text-decoration: underline;
	margin-top: 1rem;
}
.gallery-hover a span + span {
	font-family: 'Lobster';
	text-transform: lowercase;
	font-weight: normal;
	text-decoration: none !important;
	font-size: 2rem;
}
.gallery-hover:hover a span {
	transform: translateY(0%);
}
#img-bg-big {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	transition: opacity .5s ease-in;
	opacity: 0;
	overflow: hidden;
	/* will-change: opacity; */
}
#img-bg-big img {
	width: 100%; height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 2s ease-out;
	transform: scale(1);
	/* will-change: transform; */
}
#img-bg-big.bg-active {
	opacity: 1;
}
#img-bg-big.bg-active img {
	transform: scale(1.1);
}

.modern-gallery {
	z-index: 99999 !important;
}
.modern-gallery * {
	box-sizing: border-box !important;
}
.modern-gallery .modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
}
.modern-gallery .modal-content {
	border: none;
}
.modern-gallery .close {
	position: absolute;
	right: 15px; top: 15px;
	width: 80px; height: 80px;
	font-size: 140px;
	transform: rotate(45deg);
	cursor: pointer;
	z-index: 2;
	text-shadow: none;
	outline: none;
}
.modern-gallery .swiper-slide {
	min-height: 100vh;
	width: auto;
}
.modern-gallery .swiper-wrapper > div:last-child {
	padding-right: 250px;
	min-width: 80vw;
	padding-left: 1rem;
}
.modern-gallery .start-slide {
	background-size: auto 90%;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	min-width: 93vw;
	max-width: 100vw;
	padding: 0 1rem;
}
.modern-gallery .start-slide[style*="Bildgalerie-14.svg"] {
	background-size: auto 80%;
}
.modern-gallery .start-slide h2.f-lobster {
	font-size: 3.5rem;
}
.modern-gallery .start-slide h2.f-lobster.h1 {
	font-size: 2.5rem;
}
.modern-gallery .start-slide h1 {
	font-weight: 700;
}
#gallery-modal-hotel.modern-gallery .start-slide {
	background-size: auto 69%;
	background-position: left 15%;
}
#gallery-modal-location.modern-gallery .start-slide {
    background-size: auto 72%;
	background-position: center bottom 22%;
}
.modern-gallery:not([id="gallery-modal-story"]) p {
	max-width: 480px;
	line-height: 2;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	font-family:'Libre_Baskerville';
}
.modern-gallery .start-slide img {
	max-width: 300px;
	margin-bottom: 9rem;
}
.gallery-next:not([class*="blog-slider-btn"]) {
	position: absolute;
	top: 0; right: 0;
	color: #000 !important;
	width: 100vh;
	transform-origin: top right;
	transform: rotate(-90deg) translateY(-100%);
	text-align: center;
	font-weight: 700;
	font-size: 5rem;
	line-height: 1;
	padding-bottom: 2rem;
	border-bottom: 7rem solid #b3dddf;
	outline: none;
}
.gallery-next:not([class*="blog-slider-btn"]):after {
	content: "";
	position: absolute;
	top: 95%; left: 0;
	width: 100%; height: 75vh;
	background-color: #b3dddf;
}
.mw-160 {
	max-width: 160px !important;
}
.mw-240 {
	max-width: 240px !important;
}
.mw-320 {
	max-width: 320px !important;
}
.mw-540 {
	max-width: 540px !important;
}
img.position-absolute.bottom-left {
	bottom: 0; left: -7rem;
	max-width: 350px;
}
.position-absolute {
	position: absolute;
}
.position-relative {
	position: relative;
}
.object-fit {
	width: 100%; height: 100%;
	object-fit: cover;
}
.slide-60vh {
	padding: 20vh 0;
	height: 100vh;
	display: block;
}
.slide-80vh {
	padding: 10vh 0;
	height: 100vh;
}
.slide-100vh {
	height: 100vh;
}
.slide-80vh > img, .slide-60vh > img {
	height: 100%;
	width: auto;
}
.slide-160px {
	padding-left: 160px;
	padding-right: 160px;
}
.modern-gallery p[style*="background-image"] {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.slide-120px {
	padding-left: 120px;
	padding-right: 120px;
}
.slide-120px p {
	max-width: 450px;
}
.modern-gallery .f-caveat {
	letter-spacing: -1px;
	font-weight: 700;
}
.modern-gallery .f-frontage-3D + .h6,
.modern-gallery .f-frontage-3D + .h5 {
	letter-spacing: 3px;
	font-weight: 400;
}
.modern-gallery .btn-3d.f-lobster {
	font-family: 'Lobster';
	font-size: 2rem;
}

.room-view {
	position: relative;
	/* overflow: hidden; */
}
.room-view > svg {
	transform: scale(1);
	transition: transform 1s ease-out;
}
.room-view:hover > svg {
	transform: scale(1.05);
}
.room-wall, .room-item, #room-floor, #room-back {
	transition: transform .5s ease-out, opacity .5s ease-out;
}
#room-view .room-view:not([class*="visible"]) svg g.room-item,
#room-view .room-view:hover svg g.room-item,
#room-view svg g.room-wall.active {
	opacity: 0;
	transform: translateY(-8.5%); /* 25 */
}
/* #room-view > svg g.room-item {
	transition: filter .5s ease-out;
	filter: brightness(100%)
} */
#room-view svg g.room-item.active {
	opacity: 1 !important;
	transform: translateY(0) !important;
	transition-delay: .5s;
}
#room-floor, #room-back {
	transform: translate(0px,0px);
	opacity: 1;
}
#room-back.active {
	transform: translate(90px,-50px);
	opacity: 0;
}
#room-floor.active {
	transform: translate(-100px,60px);
	opacity: 0;
}
.room-icon-box {
	width: 64px; height: 64px;
	position: absolute;
	display: block;
	opacity: 0;
	transition: opacity .5s ease-out .5s;
}
.room-icon-box.active {
	opacity: 1;
}
.room-icon-box.opacity {
	opacity: .75;
	transition-delay: 0s;
}
.room-icon-box.opacity .room-icon > circle {
	fill: transparent;
}
.room-icon-box > span {
	position: absolute;
	left: 32px; top: 50%;
	margin-top: -12px;
	line-height: 24px;
	padding-left: 40px;
	pointer-events: none;
	transform-origin: left center;
	opacity: 0;
	transform: rotate(-90deg);
	transition: transform .5s ease-out, opacity .5s ease-out;
	color: #000;
}
.room-icon-box:hover > span {
	transform: rotate(0deg);
	transition-delay: .5s;
	opacity: 1;
}
.room-icon {
	width: 64px; height: 64px;
	position: relative;
}
.room-icon > circle {
	fill:#fff;
	stroke:#706f6f;
	stroke-width:1.5;
	transition: fill .5s ease-out;
}
.room-icon:hover > circle {
	fill: #86bfc4;
}
.room-icon .room-icon--inner {
	transform: scale(1);
	transition: transform 1s ease-in-out;
	transform-origin: center;
}
.room-icon .room-icon--inner > g > path {
	fill:#86bfc4
}
.room-icon:hover .room-icon--inner > circle {
	transform: translate(4px,-4px);
	fill: #fff;
}
.room-icon .room-icon--inner > circle {
	fill:#008f95;
	transition: transform 1s ease-in-out, fill 1s ease-in-out;
}
.room-icon .room-icon--inner > path {
	fill:#008f95
}
.room-icon:hover .room-icon--inner {
	transform: scale(0) rotate(405deg);
}
.room-icon-box .icon-img-box {
	position: absolute;
	top: -10px; left: -10px;
	width: 84px; height: 84px;
	border-radius: 50%;
	transition: transform 1s ease-in-out;
	transform: scale(0) rotate(-45deg);
	overflow: hidden;
	z-index: 1;
}
.room-icon-box .icon-img-box + span {
	padding-left: 50px;
}
.icon-img-box img {
	display: block;
	width: 100%; height: 100%;
	object-fit: cover;
}
.icon-img-box:after {
	position: absolute;
	content: "";
	display: block;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 1;
	box-shadow: 0 0 0 10px #008f95 inset;
	border-radius: 50%;
	opacity: .5;
}
.room-icon-box:hover > .icon-img-box {
	transform: scale(1) rotate(360deg);
}


/* RWD */
@media only screen and (min-width: 992px) {

	/* #gallery-hover .row > div {
		margin-right: 25%;
	}
	#gallery-hover .row > div:nth-child(4n),
	#gallery-hover .row > div:nth-child(4n - 1){
		margin-left: 25%;
		margin-right: 0;
	} */

	#gallery-hover .row > div:nth-child(3n - 1),
	#gallery-hover .row > div:nth-child(3n) {
		margin-left: 33.333333%;
	}
	#gallery-hover .row > div:nth-child(3n) {
		margin-right: 33.333333%;
	}

	/*.jumbotron.video-bg {
		margin: 8.25rem auto;
	}*/
	.bg-cover {
		position: absolute;
	}
	.link-6pac {
		position: absolute;
/*
		width: 100%;
		height: 100%;
*/
	}
	.link-6pac a {
		position: absolute;
		width: 100%;
	}
	.link-6pac a:before {
		padding-top: 50%;
	}
	.container {
		width: 992px;
	}

	.accordion_list > div > .content {
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.accordion_list a.h5 {
		display:none;
	}
	.accordion_list > div > .content {
		display:block;
	}
	.accordion_list > div > .content > div {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transition: all .75s ease-in-out;
		transition: all .75s ease-in-out;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		height: 100%;
	}
	.accordion_list > div > .content:hover > div {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		background-color: #008f95;

	}
	.accordion_list > div > .content:hover > div.bg-teal-10 {
		background-color: #80c7ca;
	}
	.frontface {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.frontface h6 {
		min-height:36px;
	}
	.backface {
		position: absolute;
		top:0; left: 0;
		width:100%; height:100%;
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		overflow:hidden;

		height: 100%;
	}
	.backface p {
		position: absolute;
		top:50%; left: 0%;
		text-align:center;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: 'FrontageCondensed-Bold';
		font-size: 1.75em;
		color:#fff;
		width: 100%;
		margin: 0;
		background: rgba(0,0,0,0.5);
	}
	.backface img {
		position:relative;
		top:0; left:50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 100%;
		width: auto;
	}
	.backface:before {
		background: #000;
		opacity:1;
		position:absolute;
		top:0; left:0;
		width:100%; height:100%;
		content:"";
		z-index:1;
		transition: all 0.75s ease-in-out;
	}
	.accordion_list > div > .content:hover .backface:before {
		opacity:0;
	}
	.frontface img {
		display:block;
		height: 100px;
		width: auto;
	}
}
@media only screen and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.accordion_list > div > .content:hover > div {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	.backface {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		opacity: 0;
		transition: opacity .75s ease-in-out;
	}
	.accordion_list > div > .content:hover .backface {
		opacity: 1;
	}
	.backface:before {
		display: none;
	}
	.ce-left .ce-gallery, .ce-column {
		float: none;
	}
	#c12507 .swiper-wrapper {
		height: 0;
		padding-bottom: 66.6%;
	}
}
@media only screen and (min-width: 1200px) {

	.container {
		width: 1199px;
	}
}
@media only screen and (min-width: 1230px) {

	.container {
		width: 1230px;
	}
}
@media only screen and (max-width: 1199px) {
	#schulz-shop .btn-3d {
		font-size: 1.5rem;
	}
	.modern-gallery .start-slide img {
		margin-bottom: 7rem;
	}
}
@media only screen and (max-width: 991px) {

	.gallery-hover a {
		font-size: 3rem;
	}
	.gallery-hover a span {
		font-size: 1.2rem;
		margin-top: .75rem;
	}
	.gallery-hover a span + span {
		font-size: 1.5rem;
	}

	#clock {
		padding: .25rem 1rem;
		white-space: nowrap;
	}
	#clock span {
		display: table;
		margin: 0 auto;
		width: auto;
	}

	.card-new {
		margin-top: 30px;
	}

	.accordion_list {
		margin-top:1.5rem;
	}
	.backface img {
		max-width:100%;
		height:auto;
	}
	.accordion_list > div > .content {
		margin:0;
		height:auto;
		background-color: #e6f4f4;
	}
	.accordion_list > div > .content.collapsing {
		height:0;
		display:block;
	}
	.accordion_list > div + div {
		margin-top:7px;
	}
	.frontface h6 {
		display:none !important;
	}
	.frontface p {
		text-align:left;
		min-height: 1px;
	}
	.backface p {
		font-family: 'FrontageCondensed-Bold';
		color: #333;
		margin: 0;
		font-size: 1rem;
		position: absolute;
		bottom: .75rem;
	}
	.accordion_list .content .frontface {
		padding-bottom: 1.75rem !important;
	}
	.accordion_list h5 {
		text-align:left !important;
	}
	.accordion_list a.h5 {
		display:block;
		background-image: url('../img/close.svg');
		background-repeat: no-repeat;
		background-position: 97.5% 8px;
		background-size: 24px;
		background-color:#e6f4f4;
	}
	.accordion_list a.collapsed {
		background-image: url('../img/down.svg');
		background-position: 98% 10px;
		background-size: 30px;
		background-color:#b3dddf;
	}
	.accordion_list a.collapsed.bg-teal-10 {
		background-color: #e6f4f4;
	}
	.header_text_list_img > div > .accordion_list {
		margin-left: -30px;
		margin-right: -30px;
	}

	.bg-image-box {
		background-position: center !important;
	}

	.header_text_link .btn.btn-3d {
		font-size:1.5em;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.col-sm-10.offset-sm-1 .header_text_list_img.px-4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#contact_form .col-lg-4.offset-lg-2.pl-lg-0 .content > div:first-child {
		padding-top: 10px;
	}
	#contact_form .col-lg-4.offset-lg-2.pl-lg-0 .content {
		margin-top: 0;
	}
	.swiper-button-prev {
		left: 15px;
	}
	.swiper-button-next {
		right: 15px;
	}
	.auto-height .display-4 {
		font-size: 2.75rem;
	}
	.auto-height .swiper-slide div {
		line-height: 1.3;
	}
	.person-slider {
		background: #80c7ca;
	}
	.person-slider .col-lg-4 {
		background: #eef8ed;
	}
	.person-slider .col-lg-8:before {
		right: 50%;
		top: auto;
		bottom: 100%;
		margin-top: 0;
		margin-right: -30px;
		border-width: 0 30px 30px 30px;
		border-color: transparent transparent #80c7ca transparent;
	}
	.order-md-first {
		order: -1;
	}

	/* .container > .row, .col-lg-6 > div:not(.px-3), .col-lg-4 > div, .col-lg-8 > div {
		padding-left: 0.3rem !important;
		padding-right: 0.3rem !important;
	} */

	#schulz-shop .btn-3d {
		box-shadow: none !important;
		font-size: 1.25rem;
		border-width: 3px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {

	.container {
		width: 768px;
	}
	#tabs-box .nav a {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 991px) and (min-width: 576px) {

	#gallery-hover .row > div:nth-child(3n - 1),
	#gallery-hover .row > div:nth-child(3n) {
		margin-left: 33.333333%;
	}
	#gallery-hover .row > div:nth-child(3n) {
		margin-right: 33.333333%;
	}
}
@media only screen and (max-width: 767px) {

	.modern-gallery .swiper-wrapper {
		flex-wrap: wrap;
	}
	.modern-gallery .swiper-slide,
	.slide-80vh > img, .slide-60vh > img {
		width: 100%; min-height: 1px;
		height: auto;
	}
	.slide-80vh > img, .slide-60vh > img {
		height: 100%;
	}
	.modern-gallery .start-slide {
		min-height: 100vh;
		min-width: 1px;
	}
	.modern-gallery .swiper-wrapper > div:last-child {
		flex-direction: column;
		padding: 0;
	}
	.slide-160px, .slide-120px {
		padding-left: 15px;
		padding-right: 15px;
	}
	.modern-gallery .swiper-slide:empty {
		display: none;
	}
	.slide-100vh, .slide-60vh {
		padding: 10vh 0;
	}
	.slide-60vh img + p {
		position: absolute;
		width: 100%;
	}
	/* .modern-gallery p[style*="Bildgalerie-09.svg"] {
		line-height: 1.8;
		font-size: .9rem;
	} */
	.gallery-next:not([class*="blog-slider-btn"]) {
		border-bottom-width: 5.25rem;
		position: static;
		transform: none;
		width: 100%;
		font-size: 2.5rem;
		padding: 50px 1rem 1rem;
	}
	.gallery-next:after {
		display: none;
	}
	.modern-gallery .close {
		position: fixed;
	}

	#schulz_news {
		height: auto;
		padding: 0 !important;
	}
	#schulz_news > * {
		width: 100%;
	}
	#schulz_news li a {
		display: table;
		margin: 0 auto;
		padding: 2px 5px 5px;
	}
	#schulz_news img {
		height: 24px;
		margin: 7px 0;
		object-fit: contain;
	}

	#schulz-shop .bg-white > span {
		font-size: 1.15rem;
		line-height: 1;
		padding: 5px 15px;
		top: -10px; right: -10px;
	}

	.order-sm-first {
		order: -1;
	}

	#go_back {
		visibility: hidden;
	}
	body {
		padding-top: 85px;
	}
	body.layout-2 {
		padding-top: 0;
	}
	body > div:first-child {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 4;
	}
	nav.navbar {
		margin: 0;
		padding: 10px;
	}
	#main_nav {
		max-height: 86vh;
		overflow: auto;
		margin: 0 -27px -10px 0;
	}
	.nav-link.dropdown-toggle {
		margin-top: 15px;
	}


	.col-sm-10.offset-sm-1 .content .row.px-3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#menu_switch {
		margin:0;
	}
	.navbar-brand {
		margin:0 .5rem;
	}
	.navbar-brand img {
		width:200px;
		margin-right: -55px;
	}

	body > footer.full_width > .bg {
		height:60%;
	}

	.header_text_link > div {
		padding: 25px 15px;
	}

	.link-6pac > div {
		border-left: none;
		border-top: .25rem solid transparent;
	}
	.link-6pac > div:nth-child(-n+3) {
		border-bottom: none;
	}
	.link-6pac > div:nth-child(even) {
		border-left: .25rem solid transparent;
	}
	#reservation > .d-flex {
		display: block !important;
	}
	#reservation > .d-flex .bootstrap-select,
	#reservation > .d-flex > .btn {
		width: 100%;
		margin-top: .75rem;
		display: table;
		margin-left: auto !important;
		margin-right: auto;
	}
	#reservation > .d-flex > .btn {
		width: auto;
	}
	#nights,
	#reservation > .d-flex .input-group-wrap {
		width: 100%;
		margin-top: .75rem;
	}
	#nights {
		height: 52px;
	}
	#reservation > .d-flex .input-group-wrap input {
		max-width: 999px;
		text-align: center;
	}
	#reservation_box_slider .swiper-slide > div {
		font-size: 2.75rem;
	}
	.auto-height .display-4 {
		font-size: 2.5rem;
	}
	#reservation > .form-group > div {
		max-width: 240px;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	#reservation > .form-group > #nights {
		display: none;
	}
	#reservation > .form-group > #nights[style] {
		display: table;
	}
	#tabs-box .nav {
		display: table;
		margin: 0 auto;
		position: relative;
	}
	#reservation_box_slider .swiper-slide > div {
		display: none;
	}
	#inline_datepicker {
		width: 100%;
	}
	#inline_datepicker .ui-datepicker {
		width: 100% !important;
	}
	#reservation.new_wbe > .form-group > div {
		max-width: 320px;
	}
	#reservation.new_wbe .bootstrap-select > .dropdown-toggle {
		max-width: 320px;
	}
	#reservation > .form-group > div.people-dropdown {
		margin-top: .75rem;
	}

	.modern-gallery p[style*="Bildgalerie-09.svg"] {
		background: none !important;
	}
}
@media only screen and (max-width: 767px) and (min-width: 576px) {

	.container {
		width: 576px;
	}
}
@media only screen and (max-width: 575px) {

	.modern-gallery h2.mw-540 {
		font-size: 1.75rem;
	}

	#gallery-tour {
		font-size: 4rem;
	}
	#gallery-tour small {
		font-size: 1.5rem;
	}
	#gallery-hover {
		margin: 0 -15px;
	}
	#gallery-hover .row > div:nth-child(odd) {
		margin-right: 50%;
	}
	#gallery-hover .row > div:nth-child(even) {
		margin-left: 50%;
	}
	.gallery-hover a {
		font-size: 2.5rem;
	}
	.gallery-hover a span {
		font-size: 1.1rem;
		margin-top: .75rem;
	}
	.gallery-hover a span + span {
		font-size: 1.3rem;
	}
	.modern-gallery .close {
		font-size: 100px;
		top: 0; right: 0;
	}
	.modern-gallery .start-slide img {
		margin-bottom: 6rem;
	}
	.modern-gallery .start-slide h2.f-lobster {
		font-size: 2rem !important;
	}

	.link-6pac {
		margin: 0 -15px;
	}
	.link-6pac a:before {
		padding-top: 30%;
	}
	.container {
		border-left: 15px solid #fff;
		border-right: 15px solid #fff;
	}
	body > .full_width > .bg .container {
		width:100%;
	}
	body > .container:not([class*="full_width"]) > .row {
		padding:0;
		margin-left:0;
		margin-right:0;
	}
	#reservation_box_slider .full_width,
	body > .container > .tx-dce-pi1 > .row.full_width,
	body > .container > .row.full_width {
		margin-left:-15px;
		margin-right:-15px;
	}

	body > footer.full_width > .bg {
		height:66%;
	}

	#video-bg:before {
		margin-left: 15px;
		width: calc(100% - 30px);
	}

	.swiper-button-prev {
		left:15px;
	}
	.swiper-button-next {
		right:15px;
	}

	#global_map {
		height:360px;
	}

	.px-4[class*="col"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	#reservation_box {
		padding-left: 0;
		padding-right: 0;
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
	}
	#reservation_box_slider .swiper-slide:before {
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	#reservation_box_slider .swiper-slide > div {
		font-size: 2.5rem;
	}
	.auto-height .display-4 {
		font-size: 2.25rem;
	}
	.swiper-button-prev {
		left: 5px;
	}
	.swiper-button-next {
		right: 5px;
	}
	.swiper-button-next, .swiper-button-prev {
		width: auto;
		height: 36px;
		margin-top: -18px;
	}
	.swiper-button-next img, .swiper-button-prev img {
		height: 100%;
		width: auto;
	}
	.gallery-thumbs .swiper-slide {
		width: 48px; height: 48px;
	}
	#reservation.new_wbe > .form-group > div {
		max-width: 270px;
	}
	#reservation.new_wbe .bootstrap-select > .dropdown-toggle {
		max-width: 270px;
	}
	.new_wbe .people-dropdown {
		min-width: 240px;
		width: 100%;
	}
	.new_wbe .people-dropdown > .dropdown-toggle {
		padding-left: 10px;
	}
	.new_wbe .people-dropdown > .dropdown-toggle:after {
		display: none;
	}

	.yt-video-box .yt-video:before {
		background-size: 15px;
	}
	.yt-video-box .yt-video:after {
		width: 64px; height: 64px;
		margin: -32px;
	}
	#direct_booking_info .dropdown-menu {
		width: 100%;
	}
}
@media only screen and (min-width: 480px) {
	#reservation.new_wbe {
		padding: 0 15px;
	}

}
@media only screen and (max-width: 479px) {

	.gallery-hover a {
		font-size: 2rem;
	}

	#assd_cancel {
		height: 1000px;
	}
	#reservation {
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	#reservation_box.new_wbe {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#reservation_box_slider .swiper-button-next {
		right: 30%;
		bottom: 1rem;
		top: auto;
	}
	#reservation_box_slider .swiper-button-prev {
		bottom: 1rem;
		top: auto;
		left: 30%;
	}

	#inline_datepicker {
		max-width: 240px;
		position: absolute;
		left: 0;
		top: .75rem;
		z-index: 1;
		margin-top: 64px;
	}
	.new_wbe #inline_datepicker {
		max-width: 280px;
	}
	#reservation_box.new_wbe .calendar-header {
		display: none !important;
	}
	#reservation.new_wbe .ui-widget.ui-widget-content {
		padding-top: 4px;
	}
	#to_date_box {
		margin-top: 64px;
	}

	.display-2 {
		font-size: 4rem;
	}
	.display-3 {
		font-size: 3rem;
	}
	.display-4 {
		font-size: 2.25rem;
	}
	.auto-height .display-4 {
		font-size: 2rem;
	}
	.col-sm-10.offset-sm-1 .header {
		padding-left:0 !important;
		padding-right:0 !important;
		font-size: 2rem;
	}
	.lead {
		font-size:1.1rem;
	}
	.jumbotron.bg-image {
		padding: 5rem 1rem 6rem;
	}

	body, .dropdown-menu {
		font-size:.9rem;
	}
	.btn.btn-3d {
		font-size:1.5em;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.col-sm-10.offset-sm-1  .btn.btn-3d {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#go_back + h1 {
		margin-bottom:0;
	}
	#go_back + h1 > img {
		width:160px;
		margin-top: -2rem;
		margin-bottom: -1.5rem;
	}

	#social_wrap {
		width: 55px;
	}

	#book_wrap {
		width:55px;
	}
	#book_wrap a {
		font-size:1.5rem;
	}
	#menu_switch {
		width:35px; height:35px;
	}
	.navbar-brand {
		margin:0 .5rem;
	}
	.navbar-brand img {
		width:150px;
		margin-right: -25px;
	}
	#location_switch_wrap {
		width: 72px;
		font-size: 0.85em;
	}
	location_switch {
		line-height: 45px;
	}

	.header_text_link h3.f-frontage-3D {
		font-size:2.25em;
	}

	.modal-body {
		padding:.25rem 1.45em 1rem;
	}
	.modal-img {
		margin: 0 -2.45em 1.75rem;
	}
	.modal-img-list {
		margin:2rem -.75em;
	}
	.modal-body #map_canvas {
		margin: 0 -.75em;
		height:300px;
	}
	.next-popup-item {
		margin-left:-.75em;
	}
	.modal:not(#klas-submit) .modal-content .btn-3d {
		font-size:1.2em;
		width: 100%;
		max-width:300px;
		padding: .75rem;
	}

	footer .col-sm-3 a {
		margin-bottom:10px;
	}
	footer .col-10 {
		padding:0;
	}
	footer a img {
		height:35px;
		margin:5px 0 15px;
	}
	footer p {
		margin-top:15px;
		margin-bottom:0;
	}
	.auto-height .swiper-slide div {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.btn.btn-3d {
		white-space: normal;
		line-height: 1.5;
		padding-top: .5rem;
		padding-bottom: .25rem;
	}
	.container-fluid {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 405px) {
	.header_text_list_img h3, .header_text_link h3, .header_text_link h2, h2 {
		font-size:1.5rem
	}
	.ce-textpic > * {
		float: none !important;
		margin-right: 0 !important;
	}
	.ce-textpic.ce-intext .ce-gallery {
		width: 100%;
		margin-left: 0;
	}
	.ce-textpic .ce-column {
		margin: 0 auto;
		display: table;
		float: none;
	}
	.px-4 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.list-unstyled.d-flex {
		display: block !important;
	}
	.header_text_link .btn.btn-3d {
		margin: -1rem 0 0 !important;
	}
	#reservation_box_slider .swiper-slide > div {
		font-size: 2.25rem;
	}
	.auto-height .display-4 {
		font-size: 1.75rem;
	}
}
@media only screen and (max-width: 359px) {

	.header_text_link h3.f-frontage-3D {
		font-size:2em;
	}
	.header_text_list_img h3, .header_text_link h3, .header_text_link h2, h2 {
		font-size:1.3rem
	}
	.display-4 {
		padding: 0 !important;
		font-size: 2rem;
	}
	.swiper-slide .display-4 {
		padding: 0 3rem !important;
	}
	.jumbotron.video-bg a.btn-3d {
		white-space: normal;
	}
	.link-6pac a > img {
		padding: .5rem;
	}
	.col-sm-10.offset-sm-1 .btn.btn-3d {
		padding-left: .5rem !important;
		padding-right: .5rem !important;
		font-size: 1.25rem;
	}
	#reservation_box_slider .swiper-slide > div {
		font-size: 2rem;
		padding: 1.5rem !important;
	}
	.auto-height .display-4 {
		font-size: 1.65rem;
	}
}

.layout-1 .ce-bodytext ul {
	padding-left: 0;
}

#betterplace_donation_iframe iframe {
	margin-left: 1%;
}

#event_form .checkbox label {
	line-height: 1.2;
	padding-top: 0;
}

#event_form div.row {
	padding-bottom: 1em;
}

#betterplace_donation_iframe {
	display: none;
}

#social_wrap {
	display: none;
}

body.layout-3 #book_wrap, body.layout-3 #lang_switch_wrap {
	display: none;
}

body.layout-3 #book_now {
	display: none !important;
}

body.layout-3 #social_wrap {
	display: block;
}

#social_wrap img {
	height: auto;
	max-width: 100%;
}

.underline_link[data-toggle="collapse"][aria-expanded="true"]:not([class*="more-less"]) {
	display: none;
}

#tabs-box.hidden {
	display: none !important;
}

[id^="faq_tab_"] .more-less {
	padding-bottom: .5rem;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
[id^="faq_tab_"] [id^="collapse_"] p {
	margin-bottom: 0;
	padding-bottom: .75rem;
}

.faqs .tab-content:after {
	display: block;
	content: "";
	background: #fff;
	width: 100%; height: 42px;
	position: relative;
	margin-top: -42px;
	z-index: 1;
}
.faqs .hr-line {
	padding-bottom: 0 !important;
	margin-bottom: -.5rem !important;
}
.faqs .header {
	margin-bottom: 2rem !important;
	hyphens: auto;
}
.faqs .underline_link[data-toggle="collapse"] {
	font-size: 1.15rem;
	transition: all .2s ease-in-out;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Montserrat,sans-serif;
	font-weight: 500;
}
.faqs .underline_link[data-toggle="collapse"]:hover,
.faqs .underline_link[aria-expanded="true"] {
	color: #c20831 !important;
	letter-spacing: 2px;
}

.faq-questions-block img {
	width: 100%;
	height: auto;
}

[id^="faq_tab_"] [id^="collapse_"] p a {
	font-weight: 500;
	text-decoration: underline;
}
[id^="faq_tab_"] [id^="collapse_"] p a:hover {
	color: #284d6e !important;
}
[id^="faq_tab_"] [id^="collapse_"] p:last-child {
	padding-bottom: 1.75rem;
}

.search-noMatch a {
	color: #058b8c;
	text-decoration: underline;
}


.search-box {
	margin: 2rem 1rem 0;
}
.search-input, .suggest-input {
	background-color: #e6f4f4 !important;
}
.search-input:focus, .suggest-input:focus {
	border-color: #b3dddf;
}
.search-box .h4 {
	color: #c20831 !important;
	text-align: center;
	padding: 2rem 1rem;
}
.search-noMatch {
	display: none;
}
.suggest_question {
	margin-top: -1.75rem;
}

#preloader {
	display: none !important;
}
.form-info {
	display: none;
}

#assd-frame {
	width: 100%;
	min-height: 400px;
	border: 0;
	overflow: hidden;
}


body.hide-header .top-header {
	display: none !important;
}

body.hide-header {
	padding-top: 0 !important;
}


span.important-link {
	bottom: 0;
	right: 35px;
	position: absolute;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	z-index: 999999;
	pointer-events: all;
}

#lang_switch_wrap_float {
	display: block;
	position: fixed;
	z-index: 9999;
	background-color: transparent;
	position: fixed;
	top:0; left: 50%;
	padding: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#lang_switch_wrap_float > div {
	position: absolute;
	display: block;
	right: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	background-color: #fff;
	border: 5px solid #058b8c;
	padding: 2px 25px;
}

#lang_switch_wrap_float.active > div {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#faq-results {
	display: none;
	background-color: #eef8ed;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}

#contact.extended #contact_form {
	display: none;
}

#contact.extended h2 {
	text-align: center;
}


#contact.extended #contact-trigger div a {
	text-decoration: underline;
}

#faq-results h5 {
	font-size: 15px;
	text-align: center;
}

#contact_form .overlay {
	position: absolute;
    z-index: 999;
    background-color: rgba(155,155,155,0.3);
    width: 100%;
    height: 105%;
	margin-top: -20px;
	display: none;
}

#contact.extended #contact_form.v2 .overlay, #contact.extended #contact_form.v2 {
	display: block;
}