@import url(jquery-ui.min.css);
@import url(slick.css);
@import url(slick-theme.css);
button,
html,
input,
select,
textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	background: #fff;
	overflow-x: hidden
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc
}

img {
	vertical-align: middle;
	height: auto!important
}

fieldset {
	border: 0
}

textarea {
	resize: vertical
}

input[type=submit] {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-rendering: optimizelegibility
}

a,
a:link,
a:visited {
	color: #041726;
	text-decoration: none
}

a:hover {
	color: #000
}

p {
	font-size: 14px;
	line-height: 24px;
	color: #041726;
	font-weight: lighter
}

button,
input:focus,
textarea {
	outline: 0
}

h1.h1page {
	height: 0;
	font-size: 0;
	overflow: hidden;
	color: transparent
}

.flex_container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.flex_wrap_container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch
}

.flex_column_container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.flex_20 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 20%;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-width: 20%
}

.flex_30 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-width: 30%
}

.flex_33 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 33.333333333%;
	-ms-flex: 0 1 33.333333333%;
	flex: 0 1 33.333333333%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-width: 33.333333333%
}

.flex_40 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-width: 40%
}

.flex_50 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-width: 50%
}

.flex_60 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-width: 60%
}

.flex_70 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 70%;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-width: 70%
}

.flex_flexible {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.flex_16 {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 calc(16% - 30px);
	-ms-flex: 0 1 calc(16% - 30px);
	flex: 0 1 calc(16% - 30px);
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-width: 16%;
	margin-right: 30px
}

.flex_column_container .flex_40 {
	max-width: unset;
	-webkit-flex: 0 1 calc(40% - 12px);
	-ms-flex: 0 1 calc(40% - 12px);
	flex: 0 1 calc(40% - 12px);
	margin-bottom: 12px
}

.flex_column_container .flex_50 {
	max-width: none;
	-webkit-flex: 0 1 calc(50% - 12px);
	-ms-flex: 0 1 calc(50% - 12px);
	flex: 0 1 calc(50% - 12px);
	margin-bottom: 12px
}

.flex_column_container .flex_60 {
	max-width: unset;
	-webkit-flex: 0 1 calc(60% - 12px);
	-ms-flex: 0 1 calc(60% - 12px);
	flex: 0 1 calc(60% - 12px);
	margin-bottom: 12px
}

h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase
}

h2,.h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 700
}

h3 {
	color: #041726;
	font-size: 17px;
	font-weight: 700
}

h4 {
	font-weight: lighter;
	font-size: 18px;
	color: #041726
}

.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
h5 {
	font-size: 25px;
	font-weight: 700;
	color: #fff
}

.flex_50 .rte h2,
.flex_50 .rte h3,
.flex_50 .rte h4,
.flex_50 .rte h5,
.flex_50 .rte h6 {
	width: 80%;
}

h6,
p.h6 {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 27px
}

.flex_50 h5.gmail-p2 {
	width: calc(100% - 60px)
}

@media screen and (max-width:400px) {
	.flex_50 h5.gmail-p2 {
		width: 100%
	}
}

img.mobile_image {
	display: none
}

#main_wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}

#header_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	z-index: 102;
	background: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.header_inner_wrapper {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%
}

a.logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 212px;
	height: 71px;
	background-image: url(../images/logo.png);
	background-size: cover;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.menu_toggl {
	background: 0 0;
	border: none;
	margin-top: 34px;
	float: left;
	margin-left: 40px
}

.menu_toggl .bar_wrapper {
	float: left;
	margin-top: 3px;
	margin-right: 13px
}

.menu_toggl .menu_text {
	float: left
}

.menu_toggl .bar_wrapper span {
	display: block;
	width: 18px;
	height: 2px;
	background: #000;
	margin-bottom: 4px
}

.menu_toggl .bar_wrapper span,
.menu_toggl:hover .menu_text span {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu_toggl.active span.one {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: 0;
	margin-top: 2px
}

.menu_toggl.active span.two {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -2px
}

.language_wrapper {
	float: right;
	background: 0 0;
	border: none;
	margin-top: 26px;
	position: relative;
	margin-right: 50px;
	padding: 0
}

.language_wrapper:hover {
	cursor: pointer
}

.language_wrapper div.active {
	padding: 15px 11px;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
	font-size: 12px
}

.language_wrapper div.active:after {
	display: inline-block;
	content: '';
	background-image: url(../images/lang-arrow.svg);
	background-size: 10px auto;
	background-repeat: no-repeat;
	height: 7px;
	width: 10px;
	margin-left: 22px
}

.language_wrapper div i,
.language_wrapper div i img {
	width: 16px
}

.language_wrapper div i {
	margin-right: 10px;
	display: inline-block
}

.language_wrapper div i img {
	margin-top: -3px
}

.lang_sub {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	border: 1px solid #e5e5e5;
	padding: 19px 0 2px 11px;
	transform: translateY(100%);
	background: rgba(255, 255, 255, .95);
	border-top: none
}

.lang_sub a {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
	text-transform: uppercase
}

.menu_wrapper {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: -100%;
	left: 0;
	background-image: url(../images/background-image.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	-webkit-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: .3;
	z-index: -1
}

.menu_wrapper.active {
	top: 0;
	opacity: 1;
	z-index: 101
}

.menu_wrapper .nav_left {
	height: 100%;
	width: 42%;
	background: rgba(96, 163, 191, .6);
	padding-top: 180px;
	padding-left: 100px
}

.menu_wrapper .main_menu {
	margin-bottom: 100px;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}

.menu_wrapper .nav_left li,
a.single_link {
	display: block;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
	width: auto;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.menu_wrapper .nav_left li li {
	margin-bottom: 0
}

.menu_wrapper .nav_left li:hover,
a.single_link:hover {
	cursor: pointer;
	color: #041726
}

.menu_wrapper .nav_left li.active {
	color: #041726
}

.menu_wrapper .nav_left .subnav {
	position: absolute;
	width: 58%;
	top: 0;
	right: 0;
	bottom: 0;
	padding-top: 180px;
	padding-left: 100px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out
}

.menu_wrapper .nav_left li.active .subnav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.menu_wrapper .nav_left .subnav a.main_link {
	display: block;
	color: #041726;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px
}

.menu_wrapper .nav_left .subnav a {
	font-size: 20px;
	color: #041726;
	font-weight: 300;
	margin-bottom: 32px
}

.menu_wrapper .nav_left a:hover {
	color: #fff
}

.menu_wrapper .nav_left .quick_links {
	width: 80%
}

.menu_wrapper .nav_left .quick_links a {
	display: inline-block;
	font-size: 13px;
	color: #041726;
	margin-bottom: 12px
}

.menu_wrapper .nav_left .quick_links a:after {
	content: '';
	display: inline-block;
	height: 8px;
	width: 1px;
	background: #041726;
	margin: 0 11px 0 20px
}

.menu_wrapper .nav_left .quick_links a:last-child:after {
	display: none
}

#booking_panel_wrapper {
	background: #60a3bf;
	position: fixed;
	display: flex;
	top: 120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 100;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#booking_panel_wrapper>div {
	display: flex;
	margin: 0 auto
}

#booking_panel_wrapper>div>span {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 40px 0 0
}

.booking_panel {
	display: flex
}

.calendar {
	border: none;
	background-color: #b5d4e1;
	height: 30px;
	margin: 8px 0;
	max-width: 200px;
	font-size: 13px;
	color: #041726;
	padding-left: 13px;
	background-image: url(../images/calendar.svg);
	background-position: 95% 6px;
	background-repeat: no-repeat;
	background-size: 18px;
	margin-right: 20px
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
	margin: 8px 0;
	margin-right: 20px
}

.select {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	width: 140%;
	max-width: 160px;
	height: 30px;
	margin: 8px 0;
	margin-right: 20px
}

.select-styled {
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background-color: #b5d4e1;
	height: 30px;
	font-size: 13px;
	color: #041726;
	background-position: 95% 6px;
	background-repeat: no-repeat;
	background-size: 18px;
	padding: 7px 13px;
	width: 120px
}

.select-styled:hover {
	background-color: #b5d4e1
}

.select-styled.active,
.select-styled:active {
	background-color: #b5d4e1
}

.select-styled.active:after,
.select-styled:active:after {
	top: 9px;
	border-color: transparent transparent #fff transparent
}

.select-options {
	display: none;
	position: absolute;
	top: 38px;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #b5d4e1
}

.select-options li {
	margin: 0;
	padding: 12px 0;
	padding: 7px 0;
	text-indent: 13px;
	border-top: 1px solid #041726;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	color: #041726;
	font-size: 13px
}

.select-options li:hover {
	color: #fff;
	background: #041726
}

.select-options li[rel=hide] {
	display: none
}

.checkbox_wrapper [type=checkbox]:checked,
.checkbox_wrapper [type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px
}

.checkbox_wrapper [type=checkbox]:checked+label,
.checkbox_wrapper [type=checkbox]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	font-size: 13px;
	display: inline-block;
	color: #fff
}

.checkbox_wrapper [type=checkbox]:checked+label:before,
.checkbox_wrapper [type=checkbox]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	background: 0 0;
	border-radius: 3px
}

.checkbox_wrapper [type=checkbox]:checked+label:after,
.checkbox_wrapper [type=checkbox]:not(:checked)+label:after {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 1px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 2px
}

.checkbox_wrapper [type=checkbox]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.checkbox_wrapper [type=checkbox]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.checkbox_wrapper [type=checkbox]:disabled:checked+label:before,
.checkbox_wrapper [type=checkbox]:disabled:not(:checked)+label:before {
	border-color: #ccc;
	background-color: #eee
}

.checkbox_wrapper [type=checkbox]:disabled:checked+label:after {
	background: #aaa
}

.checkbox_wrapper {
	float: left;
	margin-top: 13px;
	color: #fff;
	width: 26%
}

.anfrage_formular .error [type=checkbox]:checked+label,
.anfrage_formular .error [type=checkbox]:checked+label a,
.anfrage_formular .error [type=checkbox]:not(:checked)+label,
.anfrage_formular .error [type=checkbox]:not(:checked)+label a {
	color: rgba(210, 22, 22, .5)
}

.submit {
	height: 30px;
	background: #041726;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	border-radius: 4px;
	margin: 8px 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4)
}

.submit:hover {
	background: #092942
}

#teaser_wrapper {
	width: 100%;
	position: relative;
	margin-top: 166px
}

#teaser_wrapper.teaser_short {
	margin-top: 0
}

#teaser_wrapper img {
	width: 100%
}

.teaser_home_mobile {
	display: none
}

@media screen and (max-width:600px) {
	.teaser_home_desktop {
		display: none
	}
	.teaser_home_mobile {
		display: block
	}
}

.banner_wrapper {
	position: absolute;
	left: 0;
	top: 30%
}

.teaser_short .banner_wrapper {
	top: inherit;
	top: 60%
}

.banner {
	margin-bottom: 9px;
	display: table;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out
}

.banner.dark_blue {
	color: #fff;
	background: rgba(4, 23, 38, .86);
	padding: 10px 70px;
	font-size: 45px;
	margin-left: -80px;
	opacity: 0
}

.banner.white {
	color: #041726;
	background: rgba(255, 255, 255, .86);
	padding: 15px 50px;
	font-size: 25px;
	margin-left: 50px;
	opacity: 0
}

.banner.bright_blue {
	color: #fff;
	background: rgba(96, 163, 191, .86);
	padding: 10px 75px;
	font-size: 25px;
	margin-left: -20px;
	opacity: 0
}

.teaser_short .bright_blue {
	letter-spacing: 1px;
	padding: 15px 50px;
	font-size: 45px;
	text-transform: uppercase
}

.teaser_short .white {
	padding: 10px 50px;
	font-size: 25px;
	text-transform: uppercase
}

.rating_banner_wrapper {
	position: absolute;
	right: 0;
	bottom: -115px
}

.animate-to-view.banner.dark_blue {
	margin-left: 0;
	opacity: 1
}

.animate-to-view.banner.white {
	margin-left: 140px;
	opacity: 1
}

.animate-to-view.banner.bright_blue {
	margin-left: 36px;
	opacity: 1
}

.teaser_short .animate-to-view.banner.bright_blue,
.teaser_short .animate-to-view.banner.white {
	margin-left: 0
}

.rooms_teaser.teaser_short {
	margin-top: 166px
}

.map_teaser {
	height: 500px;
	width: 100%;
	margin-top: 166px
}

#content_wrapper {
	position: relative
}

.chessboard.one_img .flex_50.flex_column_container,
.chessboard.one_img .textsection {
	margin-left: 0;
	background-size: cover
}

.chessboard.one_img .flex_50 img {
	display: block
}

#content_wrapper:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../images/background-image.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat-y;
	background-color: rgba(255, 255, 255, .4)
}

.intro_section .flex_70 {
	padding: 70px 40px 120px;
	background: rgba(96, 163, 191, .6)
}

.intro_section .paragraph {
	margin-top: 60px
}

.intro_section .paragraph p {
	width: 50%;
	float: left;
	padding-right: 10%;
	color: #041726
}

.intro_section article.img_text {
	border: 2px solid #fff;
	display: flex;
	align-items: flex-start;
	max-width: 860px
}

.intro_section article.img_text img {
	width: 60%
}

.intro_section article.img_text section.text {
	padding: 20px
}

.intro_section article.img_text section.text h3 {
	color: #fff
}

.intro_section article.img_text section.text a.link {
	padding: 8px 26px;
	text-transform: uppercase;
	color: #fff;
	background-color: #4aa5c2;
	display: inline-block;
	margin-top: 20px;
	font-weight: 500
}

@media screen and (max-width:750px) {
	.intro_section article.img_text {
		display: block
	}
	.intro_section article.img_text img {
		width: 100%
	}
}

.intro_section .flex_30 {
	padding: 35px 4%
}

.intro_section .flex_30>a {
	margin-bottom: 32px
}

.comming_soon_banner {
	background: #fff;
	display: table
}

.comming_soon_banner>div {
	padding: 25px 29px 0
}

.comming_soon_banner img {
	width: 100%
}

.comming_soon_banner p {
	color: #041726
}

.comming_soon_banner span {
	background: #041726;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 9px 20px;
	display: block;
	float: right;
	margin-top: 15px;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	font-weight: 700
}

.comming_soon_banner:hover span {
	background: #092942
}

.promobanner_mobil {
	display: none
}

a.club_banner {
	background-image: url(../images/club_banner.jpg);
	background-size: cover;
	display: table;
	width: 100%;
	padding: 30px 35px 50px 20px;
	position: relative
}

a.club_banner:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(164, 182, 196, .89);
	z-index: 1
}

a.rating_button {
	padding: 15px 30px;
	text-align: center;
	border: none;
	color: #fff;
	background: #041726;
	text-transform: uppercase;
	display: block;
	font-weight: 700
}

.club_banner h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2
}

.club_banner p {
	color: #fff;
	width: 90%;
	position: relative;
	z-index: 2
}

.club_banner span {
	background: #60a3bf;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 9px 20px;
	display: block;
	margin-top: 21px;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	display: table;
	font-weight: 700;
	position: relative;
	z-index: 2
}

.rating_slider_wrapper {
	width: 100%;
	border-top: 33px solid #041726
}

.rating_slider_wrapper img {
	width: 100%
}

.rating_slider .slick-next,
.rating_slider .slick-prev {
	top: -26px;
	transform: none;
	width: auto
}

.rating_slider .slick-next {
	right: 15px
}

.rating_slider .slick-prev {
	left: 15px
}

.rating_slider .slick-next:before {
	content: attr(data-label);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	display: inline-block;
	opacity: 1
}

.rating_slider .slick-next:after {
	content: '';
	display: inline-block;
	background-image: url(../images/arrow-next.svg);
	background-size: 95%;
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: -2px;
	width: 6px;
	margin-left: 5px
}

.rating_slider .slick-prev:before {
	content: '';
	display: inline-block;
	background-image: url(../images/arrow-prev.svg);
	background-size: 95%;
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: -2px;
	width: 6px;
	margin-right: 5px
}

.rating_slider .slick-prev:after {
	content: attr(data-label);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.rate_slider_box {
	background: #fff;
	text-align: center;
	padding-bottom: 30px
}

.rate_slider_box span.quote {
	font-size: 60px
}

.rate_slider_box p {
	width: 80%;
	margin: -30px auto 0
}

.rate_slider_box img {
	width: auto;
	display: block;
	margin: 40px auto 0
}

.room_slider_wrapper {
	width: calc(100% + 10px);
	margin-left: -5px;
	display: block
}

.room_slider_wrapper img {
	width: calc(100% - 10px);
	margin: 20px auto;
	display: table
}

.room_slider_item {
	width: 100%
}

.room_slider_wrapper .slick-next,
.room_slider_wrapper .slick-prev {
	z-index: 1;
	height: 42px;
	width: 42px;
	background-size: cover;
	background-position: center;
	background-color: #60a3bf
}

.room_slider_wrapper .slick-next {
	right: 0;
	background-image: url(../images/room-next.svg)
}

.room_slider_wrapper .slick-prev {
	left: 0;
	background-image: url(../images/room-prev.svg)
}

.room_slider_wrapper .slick-next:before,
.room_slider_wrapper .slick-prev:before {
	display: none
}

.location_wrapper .textsection {
	padding: 70px 10% 20px 95px;
	background: rgba(96, 163, 191, .6)
}

.location_wrapper .paragraph {
	margin-top: 50px
}

.location_wrapper .flex_50.map {
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: zoom-in;
}
.location_wrapper .flex_50.map img {
	display: none;
}

.location_wrapper .textsection a.button {
	display: inline-block
}

.location_wrapper .textsection a.button:last-of-type {
	margin-left: 20px
}

a.button {
	font-size: 13px;
	background: #041726;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 50px;
	display: table;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 700;
	position: relative
}

a.button:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	bottom: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

a.button:hover:after {
	width: calc(100% - 40px)
}

.gnmoprint {
	opacity: 1!important
}

.gnmoprint img {
	border: solid #00f 2px!important
}

.hotel-marker {
	border: 4px solid #0f0!important
}

.explore {
	padding: 50px 90px 70px
}

.explore img {
	width: 100%
}

.explore>div>div {
	background: #60a3bf;
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
	margin-right: 18px
}

.explore>div>div:first-child,
.explore>div>div:last-child {
	-webkit-flex: 0 1 calc(30% - 18px);
	-ms-flex: 0 1 calc(30% - 18px);
	flex: 0 1 calc(30% - 18px)
}

.explore>div>div:nth-child(2n) {
	-webkit-flex: 0 1 calc(40% - 18px);
	-ms-flex: 0 1 calc(40% - 18px);
	flex: 0 1 calc(40% - 18px)
}

.explore .text {
	padding-left: 20px;
	padding-top: 20px
}

.explore .text span {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	margin-bottom: 21px
}

.explore .text p {
	font-size: 13px;
	color: #fff;
	width: 90%
}

.explore .text a {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0
}

.explore h4 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px
}

.chessboard .textsection {
	padding: 70px 10% 20px 95px;
	background: rgba(96, 163, 191, .6)
}

.chessboard .flex_column_container>.flex_50 {
	background-size: cover
}

.chessboard>.flex_50 img {
	width: 100%;
	display: none
}

.chessboard>.flex_50,
.chessboard_slider .flex_50 {
	-webkit-flex: 0 1 calc(50% 32px);
	-ms-flex: 0 1 calc(50% 32px);
	flex: 0 1 calc(50% 32px);
	margin-left: 32px
}

.chessboard .paragraph {
	margin-top: 50px
}

.chessboard .textsection {
	padding-bottom: 80px
}

.chessboard_slider .slick-next,
.chessboard_slider .slick-prev {
	z-index: 1;
	height: 42px;
	width: 42px;
	background-size: cover;
	background-position: center;
	background-color: #60a3bf
}

.chessboard_slider .slick-next {
	right: 0;
	background-image: url(../images/room-next.svg)
}

.chessboard_slider .slick-prev {
	left: 0;
	background-image: url(../images/room-prev.svg)
}

.chessboard_slider .slick-next:before,
.chessboard_slider .slick-prev:before {
	display: none
}

.kulturtipps_wrapper {
	padding: 50px 90px 70px
}

.kulturtipps_wrapper .flex_50 {
	margin-bottom: 70px;
	padding-right: 25px
}

.kulturtipps_wrapper .headline {
	display: block;
	width: 100%;
	color: #041726;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 18px
}

.kulturtipps_wrapper img {
	width: 40%;
	max-width: 174px;
	float: left
}

.kulturtipps_wrapper .kultur_info {
	float: left;
	width: 60%;
	padding-left: 25px
}

.kulturtipps_wrapper .kultur_info p {
	font-size: 14px;
	margin-bottom: 15px
}

.kulturtipps_wrapper .kultur_info a {
	font-weight: 700;
	display: block;
	font-size: 14px;
	margin-top: 25px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	position: relative
}

.kulturtipps_wrapper .kultur_info a:hover {
	cursor: pointer;
	color: rgba(255, 255, 255, .5)
}

.kulturtipps_wrapper .umgebung p {
	margin-bottom: 20px
}

.kulturtipps_wrapper .umgebung span {
	font-weight: 700;
	display: block;
	font-size: 14px
}

.kultur_info span {
	font-weight: 700;
	font-size: 14px
}

.no_teaser,
.presse_form_wrapper {
	padding: 70px 120px 80px 100px
}

.no_teaser.space_top {
	padding-top: 140px
}

.presse_form_wrapper {
	background: rgba(96, 163, 191, .6)
}

.headline_banner {
	position: absolute;
	top: 50px;
	left: 0;
	background: #041726;
	color: #fff;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 60px
}

span.press_form_headline {
	display: block;
	color: #041726;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px
}

.presse_form_wrapper p {
	font-weight: lighter;
	margin-bottom: 35px;
	width: 80%;
	max-width: 480px
}

.formular_presse_anfrage,
.formular_presse_login {
	width: 100%
}

.label {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #041726;
	margin-bottom: 7px
}

.textfield {
	width: 90%;
	background: #b5d4e1;
	border: none;
	max-width: 470px;
	height: 35px;
	margin-bottom: 25px;
	padding-left: 10px
}

.textarea {
	width: 90%;
	background: #b5d4e1;
	border: none;
	max-width: 470px;
	padding-left: 10px;
	padding-top: 15px;
	margin-bottom: 35px
}

.submit_press {
	width: 90%;
	background: #041726;
	border: none;
	max-width: 470px;
	height: 60px;
	color: #fff;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}

.submit_press:hover {
	background: #092942
}

.textarea.error,
.textfield.error {
	background: rgba(210, 22, 22, .5)
}

.presse_banner {
	padding: 180px 120px 40px 100px
}

.presse_banner h5 {
	color: #041726;
	margin-bottom: 20px
}

.presse_banner p {
	font-weight: lighter;
	margin-bottom: 35px;
	width: 80%;
	max-width: 350px
}

.presse_banner a.button {
	margin-top: 25px
}

.checkbox {
	margin-bottom: 40px
}

label.checkbox.error {
	color: rgba(210, 22, 22, .5)
}

.textpage_wrapper.blue {
	background: rgba(96, 163, 191, .6)
}

.textpage_wrapper p {
	font-weight: lighter;
	margin-bottom: 55px;
	width: 80%
}

.textpage_wrapper .flex_50>img {
	width: 80%
}

.textpage_wrapper p strong {
	font-size: 20px
}

.textpage_wrapper ul {
	margin-top: -20px
}

.textpage_wrapper li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 13px
}

.textpage_wrapper li:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 25px;
	background: #041726;
	margin-right: 18px
}

.accordion_main_wrapper {
	padding: 50px 120px 80px 100px
}

.accordion_item h5 {
	color: #041726;
	margin-bottom: 27px
}

.accordion_item h5:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 17px;
	background-size: cover;
	background-image: url(../images/accordion.svg);
	margin-right: 12px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.archive .accordion_item h5:before {
	display: none
}

.archive .accordion_item {
	display: block!important
}

.open_accordion h5:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.accordion_hidden {
	margin-left: 22px
}

a.Download_link {
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

a.Download_link span {
	font-weight: lighter
}

a.Download_link:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 16px;
	background-size: cover;
	background-image: url(../images/download.svg);
	margin-right: 12px
}

.accordion_hidden {
	display: none
}

a.Download_link:hover {
	opacity: .5;
	cursor: pointer
}

.presse_buttons_wrapper button {
	border: none;
	height: 48px;
	margin-left: 5px;
	color: #041726;
	font-size: 13px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase
}

.presse_buttons_wrapper button:first-child {
	margin-left: 0
}

.presse_buttons_wrapper button.active {
	background: #041726;
	color: #fff
}

.presse_buttons_wrapper button:hover {
	background: rgba(255, 255, 255, .7)
}

.presse_buttons_wrapper button.active:hover {
	background: #041726;
	color: #fff
}

.presse_buttons_wrapper.umgebung {
	margin-top: 25px
}

.click_content_wrapper {
	padding: 50px 120px 80px 100px
}

.click_content_wrapper h2 {
	margin-bottom: 50px
}

.click_content_wrapper p {
	width: 80%;
	max-width: 455px;
	margin-bottom: 50px
}

.downloads_box {
	margin-bottom: 60px
}

.downloads_box h5 {
	color: #041726;
	margin-bottom: 37px
}

.galerie_container {
	margin-bottom: 90px
}

.galerie_container span {
	font-size: 20px;
	margin-bottom: 23px;
	display: block;
	text-transform: uppercase;
	font-weight: 700
}

.gallerie_wrapper img {
	width: 100%
}

.gallery_item {
	margin-bottom: 35px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	width: calc(100% - 35px);
	margin-right: 35px
}

.gallery_item.no_slider {
	width: 100%;
	margin-right: 0
}

.gallery_item p {
	margin-bottom: 0
}

a.gallery_item:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02)
}

.gallerie_slider_wrapper .slick-dots li {
	background: rgba(255, 255, 255, .4);
	margin: 0 8px;
	height: 40px;
	width: 40px;
	display: inline-block;
	position: relative;
	color: #041726
}

.gallerie_slider_wrapper .slick-dots li a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px
}

.gallerie_slider_wrapper .slick-dots li.slick-active {
	background: #041726
}

.gallerie_slider_wrapper .slick-dots li.slick-active a {
	color: #fff
}

.gallerie_slider_wrapper .slick-next,
.gallerie_slider_wrapper .slick-prev {
	top: inherit;
	bottom: -28px;
	height: 28px;
	width: 15px;
	background-repeat: no-repeat;
	background-size: cover
}

.gallerie_slider_wrapper .slick-prev {
	left: 40%;
	background-image: url(../images/pager-prev.svg)
}

.gallerie_slider_wrapper .slick-next {
	right: 40%;
	background-image: url(../images/pager-next.svg)
}

.gallerie_slider_wrapper .slick-next::before,
.gallerie_slider_wrapper .slick-prev::before {
	content: '';
	display: none
}

.pager_wrapper {
	display: table;
	width: auto;
	margin: 0 auto
}

.pager_wrapper a {
	background: rgba(255, 255, 255, .4);
	margin: 0 8px;
	height: 40px;
	width: 40px;
	display: inline-block;
	position: relative;
	color: #041726
}

.pager_wrapper a span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px
}

.pager_wrapper a.active {
	background: #041726;
	color: #fff
}

.pager_wrapper a.pager_next,
.pager_wrapper a.pager_prev {
	background: 0 0;
	height: 23px;
	width: 13px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 8px
}

.pager_wrapper a.pager_prev {
	background-image: url(../images/pager-prev.svg)
}

.pager_wrapper a.pager_next {
	background-image: url(../images/pager-next.svg)
}

.pager_wrapper a.pager_next.disabled,
.pager_wrapper a.pager_prev.disabled {
	opacity: .4;
	pointer-events: none;
	cursor: default
}

.slider_text {
	text-align: center;
	padding: 50px 30px
}

.slider_text span.counter {
	display: block;
	color: #60a3bf;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 14px
}

.slider_text span.headline_adv {
	display: table;
	color: #041726;
	font-size: 20px;
	width: 95%;
	max-width: 500px;
	margin: 0 auto 45px
}

.slider_text p {
	width: 98%;
	max-width: 400px;
	margin: 0 auto;
	display: table;
	font-size: 14px
}

.slider_text .slick-next,
.slider_text .slick-prev {
	z-index: 1;
	height: 42px;
	width: 42px;
	background-size: cover;
	background-position: center;
	background-color: #60a3bf
}

.slider_text .slick-next {
	right: 0;
	background-image: url(../images/room-next.svg)
}

.slider_text .slick-prev {
	left: 0;
	background-image: url(../images/room-prev.svg)
}

.slider_text .slick-next:before,
.slider_text .slick-prev:before {
	display: none
}

.slider_text .slick-disabled {
	opacity: .4
}

.text_content {
	padding: 100px 150px 0 95px
}

.text_content h2 {
	margin-bottom: 70px
}

.textboxes_wrapper {
	padding: 50px 95px 55px
}

.textboxes_wrapper .content {
	width: 90%;
	max-width: 360px;
	margin-bottom: 70px
}

.textboxes_wrapper h5 {
	color: #041726;
	margin-bottom: 20px
}

.textboxes_wrapper .content a.button {
	margin-top: 25px
}

.two_img__textbox {
	padding: 12px 0 0 0
}

.two_img__textbox .flex_column_container>div {
	background-size: cover
}

.two_img__textbox.intro_section .flex_30 {
	padding: 0 25px
}

.two_img__textbox .flex_column_container .flex_60 {
	-webkit-flex: 0 1 60%;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	margin-bottom: 0
}

.list_wrapper {
	padding-top: 80px
}

.list_wrapper h5 {
	color: #041726;
	margin-bottom: 35px
}

.list_wrapper li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 13px;
	position: relative;
	margin-left: 40px
}

.list_wrapper li:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 25px;
	background: #041726;
	position: absolute;
	left: -40px;
	top: 10px
}

.image_full__text .image {
	background-size: cover
}

.chessboard.image_full__text>.flex_50,
.chessboard_slider .flex_50 {
	margin: 0
}

.chessboard.image_full__text>.flex_50.image,
.chessboard_slider .flex_50.image {
	margin: 0 25px
}

.mixed_img_text_wrapper {
	padding: 50px 120px 80px 100px;
	background: rgba(96, 163, 191, .6)
}

.mixed_img_text_wrapper h2 {
	margin-bottom: 70px
}

.mixed_img_text_wrapper img {
	width: 100%;
	margin-bottom: 35px
}

.mixed_img_text_wrapper p {
	margin-bottom: 35px
}

.mixed_img_text_wrapper .flex_50:first-child {
	padding-right: 60px
}

.mixed_img_text_wrapper .flex_50:last-child {
	padding-left: 60px
}

.alphabetical_accordion_wrapper {
	padding: 80px 200px 80px 80px;
	background: rgba(96, 163, 191, .6)
}

.alphabetical_accordion_wrapper h2 {
	margin-bottom: 45px
}

.alphabetical_accordion_wrapper .accordion_item h5 {
	font-size: 14px;
	margin-bottom: 20px
}

.alphabetical_accordion_wrapper .accordion_item h5:before {
	width: 5px;
	height: 10px
}

.alphabetical_accordion_wrapper .accordion_hidden {
	width: 75%;
	margin-left: 0;
	margin-bottom: 20px
}

.alphabetical_accordion_wrapper .accordion_hidden p {
	font-weight: lighter
}

a.link_underlined {
	font-size: 14px;
	border-bottom: 1px solid #041726;
	padding-bottom: 2px
}

.alphabetical_accordion_wrapper .letter {
	color: #fff;
	font-size: 35px;
	display: block;
	font-weight: bolder;
	margin-bottom: 20px;
	text-transform: uppercase
}

.letter_wrapper {
	margin-bottom: 45px
}

.timeline_wrapper {
	padding: 100px
}

.timeline_wrapper h2 {
	color: #041726;
	margin-bottom: 45px
}

.timeline_box {
	margin-bottom: 70px;
	width: 80%
}

.timeline_box .headline {
	color: #fff;
	font-size: 35px;
	display: block;
	margin-bottom: 20px;
	font-weight: bolder;
	text-transform: uppercase
}

.timeline_box p {
	font-weight: lighter
}

.history_gallery {
	padding: 100px;
	background: rgba(96, 163, 191, .6)
}

.history_gallery h2 {
	margin-bottom: 70px
}

.history_gallery .flex_50 {
	padding-right: 120px
}

.history_gallery img {
	width: 100%;
	margin-bottom: 35px
}

.history_gallery p {
	margin-bottom: 35px
}

.history_images span.history_headline {
	color: #b5d3e1;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700
}

.history_images {
	margin-top: -57px
}

.restaurant {
	padding: 90px;
	background: rgba(96, 163, 191, .6);
	position: relative
}

.restaurant h2 {
	margin-bottom: 70px
}

.anreise_wrapper {
	padding: 80px 95px;
	background: rgba(96, 163, 191, .6)
}

.anreise_wrapper h2 {
	margin-bottom: 60px
}

.anreise_accordion_item header {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase
}

.anreise_accordion_item header:before {
	content: '';
	display: inline-block;
	background-image: url(../images/accordion.svg);
	background-size: cover;
	width: 11px;
	height: 20px;
	margin-right: 20px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.anreise_accordion_item header.open_accordion:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.anreise_accordion_hidden {
	padding-top: 45px
}

.anreise_accordion_hidden .flex_40 {
	padding-right: 13%
}

.anreise_accordion_hidden span.headline {
	font-weight: 700;
	display: block;
	font-size: 14px
}

.anreise_accordion_hidden p a {
	font-weight: bolder
}

table {
	border-collapse: collapse;
	font-size: 15px;
	width: 100%;
	margin-bottom: 55px
}

.table th {
	text-align: left
}

table.table tr {
	padding: 15px 0
}

table.table thead tr {
	background: rgba(255, 255, 255, .4)
}

table.table thead th {
	font-weight: 400;
	vertical-align: top
}

table.table td {
	font-weight: lighter;
	vertical-align: top
}

table.table td,
table.table th {
	padding-top: 10px;
	padding-bottom: 10px
}

table.table tr .start {
	padding-left: 18px
}

table.table tr .end {
	padding-right: 18px
}

table.table td p {
	width: 80%
}

.anreise_accordion_item header:after {
	content: '';
	display: inline-block;
	background-size: cover;
	margin-left: 22px
}

.anreise_accordion_item header.car:after {
	width: 44px;
	height: 23px;
	background-image: url(../images/icon-car.svg)
}

.anreise_accordion_item header.plain:after {
	width: 30px;
	height: 30px;
	background-image: url(../images/icon-plain.svg)
}

.anreise_accordion_item header.train:after {
	width: 30px;
	height: 30px;
	background-image: url(../images/icon-train.svg)
}

.better-taxi {
	width: 145px;
	margin-top: 15px
}

.rooms_icon_wrapper {
	margin-top: 80px
}

.rooms_icon {
	width: 48px;
	height: 48px;
	background-color: #fff;
	margin-right: 14px;
	display: inline-block;
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	position: relative
}

.rooms_icon.smoke {
	background-image: url(../images/icon-smoke.svg)
}

.rooms_icon.wlan {
	background-image: url(../images/icon-wlan.svg)
}

.tooltip {
	position: absolute;
	left: 0;
	top: -30px;
	background: #041726;
	-webkit-transform: translateY(-95%);
	-ms-transform: translateY(-95%);
	transform: translateY(-95%);
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	padding: 15px 11px;
	min-width: 120px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	opacity: 0
}

.tooltip:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 22px 0;
	border-color: transparent #041726 transparent transparent;
	position: absolute;
	bottom: 0;
	left: 11px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.rooms_icon:hover .tooltip {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.rundgang_button {
	background-color: #fff;
	height: 215px;
	width: 215px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 7%;
	bottom: 0;
	background-image: url(../images/rundgang.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 5;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.rundgang_button:hover {
	-webkit-transform: translateY(50%) scale(1.05) rotate(7deg);
	-ms-transform: translateY(50%) scale(1.05) rotate(7deg);
	transform: translateY(50%) scale(1.05) rotate(7deg)
}

.rundgang_button>div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
}

.rundgang_button span {
	display: block
}

.rundgang_button span.big {
	color: #041726;
	font-size: 33px;
	font-weight: 700
}

.rundgang_button span.small {
	text-transform: uppercase;
	font-size: 15px
}

.three_images_row {
	margin: 0 -6px
}

.three_images_row img {
	display: none
}

.three_images_row img.ghost {
	display: block
}

.three_images_row .flex_33 {
	background-size: cover;
	margin: 12px 6px
}

.room_overview_wrapper img {
	width: 100%
}

.room_overview_wrapper .flex_20 {
	-webkit-flex: 0 1 calc(20% - 20px);
	-ms-flex: 0 1 calc(20% - 20px);
	flex: 0 1 calc(20% - 20px);
	margin: 10px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	border: 4px solid transparent;
	position: relative
}

.room_overview_wrapper .flex_wrap_container {
	margin: 0 -10px
}

.room_overview_wrapper .accordion_hidden {
	margin-left: 0;
	margin-bottom: 60px
}

.room_overview_wrapper .flex_20:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	border: 4px solid #fff
}

.room_overview_wrapper .flex_20 .info_box {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .85);
	padding: 10px 25px;
	opacity: 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	transition-delay: .3s
}

.room_overview_wrapper .flex_20:hover .info_box {
	opacity: 1
}

.room_overview_wrapper .flex_20 .info_box span.number {
	display: block;
	font-size: 15px;
	font-weight: lighter
}

.room_overview_wrapper .flex_20 .info_box span.name {
	display: block;
	font-weight: bolder;
	text-transform: uppercase
}

.meetings_formular_wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(4, 23, 38, .9);
	width: 320px
}

.meetings_formular_wrapper h4 {
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	margin-bottom: 25px;
	padding: 40px 37px 0
}

.meetings_input_wrapper {
	padding: 0 37px 0
}

.meetings_formular input {
	display: block;
	width: 100%;
	background: #cdd1d3;
	border: none;
	padding: 5px 13px;
	margin-bottom: 18px;
	height: 35px;
	background-image: url(../images/calendar.svg);
	background-position: 95% 8px;
	background-repeat: no-repeat;
	background-size: 18px;
	font-size: 13px;
	color: #041726
}

.meetings_formular p {
	color: #fff;
	padding: 0 37px 40px
}

.meetings_formular input.meetings_submit {
	background-image: none;
	margin-bottom: 0;
	background: #60a3bf;
	height: 55px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.meetings_formular input.meetings_submit:hover {
	color: #041726
}

.blog_overview {
	padding: 30px 25px
}

.blog_overview_item {
	-webkit-flex: 0 1 calc(33.333333333% - 16px);
	-ms-flex: 0 1 calc(33.333333333% - 16px);
	flex: 0 1 calc(33.333333333% - 16px);
	margin-right: 16px;
	margin-bottom: 16px;
	position: relative;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.blog_overview_item:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	cursor: pointer
}

.blog_overview_item img {
	width: 100%
}

.blog_overview_item .info {
	padding: 28px 20px 70px;
	position: relative
}

.blog_overview_item.blue {
	background: #041726
}

.blog_overview_item.white {
	background: rgba(255, 255, 255, .4)
}

.blog_overview_item .info h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 26px;
	line-height: 27px
}

.blog_overview_item.blue .info h4,
.blog_overview_item.blue .info p {
	color: #fff;
	width: 80%
}

.blog_overview_item.white .info h4,
.blog_overview_item.white .info p {
	color: #041726;
	width: 80%
}

span.blog_button {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #60a3bf;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 27px;
	font-size: 13px;
	font-weight: 700
}

.blog_overview .pager_wrapper {
	margin-top: 30px
}

a.back_to_button {
	position: absolute;
	right: 0;
	top: 10px;
	background-color: #041726;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 31px 10px 60px;
	background-image: url(../images/arrow-prev.svg);
	background-position: 34px 13px;
	background-repeat: no-repeat;
	background-size: 7px 12px
}

.reservation_item {
	background: rgba(255, 255, 255, .4);
	margin-right: 14px;
	padding: 32px 20px 60px;
	position: relative
}

.reservation_item.flex_30 {
	-webkit-flex: 0 1 calc(30% - 14px);
	-ms-flex: 0 1 calc(30% - 14px);
	flex: 0 1 calc(30% - 14px)
}

.reservation_item.flex_40 {
	-webkit-flex: 0 1 calc(40% - 14px);
	-ms-flex: 0 1 calc(40% - 14px);
	flex: 0 1 calc(40% - 14px)
}

.reservation_item h5 {
	color: #041726;
	margin-bottom: 32px
}

.reservation_item p {
	font-weight: 400;
	margin-bottom: 25px
}

.zahlung img {
	display: inline-block;
	width: 38px
}

.reservation_item a.button {
	position: absolute;
	right: 0;
	bottom: 0
}

.reservation_info {
	margin-top: 90px
}

.reservation_info h5 {
	color: #041726
}

.reservation_info a {
	color: #fff;
	margin-top: 30px;
	font-weight: 700
}

.anfrage_formular>.flex_50 {
	padding-right: 20px
}

.anfrage_formular .row {
	width: 100%;
	display: block;
	max-width: 470px
}

.anfrage_formular .row .float_50 {
	width: calc(50% - 13px);
	float: left
}

.anfrage_formular .row .float_50.first {
	margin-right: 26px
}

.anfrage_formular .textfield {
	width: 100%;
	max-width: 470px
}

.anfrage_formular .select {
	width: 100%;
	background: #b5d4e1;
	height: 35px;
	margin-bottom: 25px;
	padding-left: 10px;
	position: relative;
	max-width: 470px;
	float: none
}

.anfrage_formular .select-styled {
	background-image: none;
	padding: 4px 13px;
	margin-top: 0;
	padding-top: 9px
}

.anfrage_formular .select:after {
	background-image: url(../images/select-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	width: 16px;
	height: 9px;
	display: block;
	position: absolute;
	right: 10px;
	top: 13px
}

.anfrage_formular input {
	width: 100%;
	height: 35px;
	margin: 0 0 25px 0;
	max-width: 470px
}

.calendar.error {
	background: rgba(210, 22, 22, .5)
}

.anfrage_formular textarea {
	width: 100%;
	max-width: 470px
}

span.hinweis {
	display: block;
	font-weight: lighter;
	color: #041726;
	font-size: 14px;
	margin-bottom: 20px
}

.anfrage_formular [type=checkbox] {
	width: auto;
	height: auto
}

.anfrage_checkbox label {
	font-size: 13px;
	text-transform: uppercase;
	color: #041726;
	margin-bottom: 7px
}

.anfrage_formular .submit_press {
	height: 55px;
	margin-top: 65px
}

.footer_wrapper {
	padding: 50px 90px 70px;
	background: #0a1f2e
}

.footer_wrapper p {
	color: #fff
}

.footer_wrapper a {
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.footer_wrapper a:after{
	content: '\A';
    white-space: pre; 
}

.footer_wrapper a:hover {
	color: #60a3bf
}

.footer_wrapper a[href="https://www.google.com/maps/place/Arte+Luise+Kunsthotel/@52.5217266,13.3774509,17z/data=!3m1!4b1!4m8!3m7!1s0x0:0xdf6e368fdc7b87c!5m2!4m1!1i2!8m2!3d52.5217266!4d13.3796396"] {
	padding-left: 30px;
	background-image: url(/layout/images/location_icon.svg);
	background-repeat: no-repeat;
	background-position: 0 50%
}

a.social_link {
	display: inline-block;
	height: 32px;
	width: 32px;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

a.social_link:last-child {
	margin-right: 0
}

a.social_link.facebook {
	background-image: url(../images/facebook.svg)
}

a.social_link.google {
	background-image: url(../images/google.svg)
}

a.social_link.pinterest {
	background-image: url(../images/pinterest.svg)
}

a.social_link.instagram {
	background-image: url(../images/instagram.svg)
}

a.social_link:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer
}

.footer_bottom {
	padding: 17px 100px;
	background: #fff
}

.footer_bottom_inner_wrapper {
	float: right
}

.footer_bottom_inner_wrapper a {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	float: left;
	margin-left: 40px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease
}

.footer_bottom_inner_wrapper a:hover {
	color: #60a3bf
}

#header_wrapper.scrolled_header a.logo {
	width: 175px;
	height: 58px
}

#header_wrapper.scrolled_header {
	height: 100px
}

#booking_panel_wrapper.scrolled_header {
	top: 100px;
	-webkit-box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width:1180px) {
	.room_overview_wrapper .flex_20 {
		-webkit-flex: 0 1 calc(33.33333333% - 20px);
		-ms-flex: 0 1 calc(33.33333333% - 20px);
		flex: 0 1 calc(33.33333333% - 20px);
		max-width: 33.33333333%
	}
	.reservation_item.flex_30,
	.reservation_item.flex_40 {
		-webkit-flex: 0 1 calc(33.33333333% - 10px);
		-ms-flex: 0 1 calc(33.33333333% - 10px);
		flex: 0 1 calc(33.33333333% - 10px);
		margin-right: 10px;
		max-width: 33.3333333%
	}
}

@media screen and (max-width:1125px) {
	#booking_panel_wrapper>div>span {
		width: 100%;
		text-align: center;
		display: block
	}
}

@media screen and (max-width:1080px) {
	.menu_wrapper .nav_left {
		width: 60%;
		padding-left: 50px
	}
	.menu_wrapper .nav_left .subnav {
		width: 40%;
		padding-left: 40px;
		display: none
	}
	.menu_wrapper .nav_left .active .subnav {
		display: block
	}
	.menu_wrapper .nav_left li,
	a.single_link {
		font-size: 25px;
		margin-bottom: 20px
	}
	.menu_wrapper .nav_left .subnav a {
		font-size: 15px;
		margin-bottom: 15px
	}
	.menu_wrapper .nav_left .subnav a.main_link {
		font-size: 24px;
		margin-bottom: 0
	}
	.menu_wrapper .main_menu {
		margin-bottom: 50px
	}
	.menu_wrapper .nav_left .quick_links a {
		font-size: 11px
	}
	.menu_wrapper .nav_left .quick_links a:after {
		margin: 0 3px 0 8px
	}
	.flex_16.gallery_item {
		-webkit-flex: 0 1 calc(25% - 15px);
		-ms-flex: 0 1 calc(25% - 15px);
		flex: 0 1 calc(25% - 15px);
		max-width: 25%;
		margin-right: 15px
	}
	.anreise_accordion_hidden .flex_container {
		display: block
	}
	.anreise_accordion_hidden .flex_container .flex_40,
	.anreise_accordion_hidden .flex_container .flex_60 {
		display: block;
		width: 100%;
		max-width: unset;
		margin-bottom: 30px
	}
}

@media screen and (max-width:990px) {
	.location_wrapper .textsection {
		padding: 30px 2% 20px 30px
	}
	.location_wrapper {
		display: block
	}
	.location_wrapper .flex_50 {
		display: block;
		width: 100%;
		max-width: unset
	}
	.location_wrapper .flex_50.map {
		height: 300px
	}
	.footer_wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.footer_wrapper .flex_30 {
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%
	}
	.reservation_wrapper {
		display: block
	}
	.reservation_item.flex_30,
	.reservation_item.flex_40 {
		display: block;
		width: 100%;
		max-width: unset;
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media screen and (max-width:1000px) {
	.rundgang_button {
		height: 70px;
		width: 100%;
		border-radius: 0;
		position: static;
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 40px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-top: 1px solid rgba(96, 163, 191, .86)
	}
	.rundgang_button>div {
		position: static;
		top: 50%;
		left: 50%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 100%
	}
	.rundgang_button:hover {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none
	}
}

@media screen and (max-width:890px) {
	#booking_panel_wrapper {
		position: static;
		margin-top: 85px;
		transform: none
	}
	.booking_panel {
		display: block
	}
	#booking_panel_wrapper>div {
		display: block;
		width: 100%
	}
	.calendar,
	.checkbox_wrapper,
	.select,
	.submit {
		width: 80%;
		max-width: inherit;
		margin-right: 0;
		float: none;
		display: block;
		margin: 0 auto 10px;
		height: 35px
	}
	.checkbox_wrapper {
		margin-bottom: 0
	}
	.select-styled {
		margin: 0 auto 10px;
		height: 35px;
		max-width: inherit;
		width: 100%
	}
	a.logo {
		width: 140px!important;
		height: 48px!important
	}
	#teaser_wrapper {
		margin-top: 2px
	}
	#header_wrapper {
		height: 85px!important
	}
	.intro_section .paragraph p {
		width: 100%;
		float: none;
		padding-right: 0
	}
	.intro_section.flex_container {
		display: block
	}
	.intro_section .flex_30 a {
		width: 100%
	}
	.intro_section .flex_30,
	.intro_section .flex_70 {
		display: block;
		width: 100%;
		max-width: unset;
		padding: 20px
	}
	.intro_section .flex_30 {
		display: none
	}
	/* .location_wrapper .flex_50.textsection {
		display: none
	} */
	.chessboard,
	.chessboard_slider .flex_container {
		display: block;
		width: 100%
	}
	.chessboard.one_img {
		padding: 20px 0;
	}
	.chessboard>.flex_50,
	.chessboard_slider .flex_50 {
		display: block;
		width: 100%;
		max-width: unset;
		margin-left: 0;
		background-size: cover
	}
	.chessboard_slider .flex_50.image {
		margin: 0
	}
	.explore>div {
		display: block
	}
	.explore>div>div {
		display: block;
		width: 100%;
		max-width: unset;
		margin-bottom: 20px
	}
	.chessboard .paragraph,
	.intro_section .paragraph {
		margin-top: 30px
	}
	.accordion_main_wrapper.room_overview_wrapper,
	.alphabetical_accordion_wrapper,
	.anreise_wrapper,
	.chessboard .textsection,
	.history_gallery,
	.kulturtipps_wrapper,
	.mixed_img_text_wrapper,
	.restaurant,
	.text_content,
	.textboxes_wrapper,
	.timeline_wrapper {
		padding: 20px
	}
	.history_gallery {
		padding-bottom: 60px
	}
	.no_teaser,
	.presse_banner,
	.presse_form_wrapper {
		padding: 70px 30px 30px 30px
	}
	.click_content_wrapper {
		padding: 30px
	}
	.headline_banner {
		top: 25px;
		font-size: 20px;
		padding: 7px 34px
	}
	.flex_16.gallery_item {
		-webkit-flex: 0 1 calc(50% - 15px);
		-ms-flex: 0 1 calc(50% - 15px);
		flex: 0 1 calc(50% - 15px);
		max-width: 50%;
		margin-right: 15px
	}
	.pager_wrapper a {
		margin: 0 5px;
		height: 20px;
		width: 20px
	}
	.pager_wrapper a.pager_next,
	.pager_wrapper a.pager_prev {
		height: 13px;
		width: 7px;
		margin-bottom: 4px
	}
	.image_full__text img.mobile_image,
	.two_img__textbox img.mobile_image {
		width: 100%;
		display: block
	}
	.image_full__text .image,
	.two_img__textbox .flex_column_container>div {
		background: 0 0
	}
	.chessboard.image_full__text>.flex_50.image {
		margin: 0
	}
	.mixed_img_text_wrapper .flex_50:first-child {
		padding-right: 20px
	}
	.mixed_img_text_wrapper .flex_50:last-child {
		padding-left: 20px
	}
	.history_gallery .flex_50 {
		padding-right: 50px
	}
	.table_container {
		width: 100%;
		overflow-x: scroll;
		margin-bottom: 20px
	}
	table {
		border-collapse: collapse;
		font-size: 15px;
		width: 585px;
		margin-bottom: 0
	}
	.room_overview_wrapper .flex_20 {
		-webkit-flex: 0 1 calc(50% - 20px);
		-ms-flex: 0 1 calc(50% - 20px);
		flex: 0 1 calc(50% - 20px);
		max-width: 50%
	}
	.meetings_formular_wrapper {
		position: static;
		width: 100%
	}
	.banner_wrapper {
		position: static
	}
	.animate-to-view.banner.bright_blue,
	.animate-to-view.banner.dark_blue,
	.animate-to-view.banner.white,
	.banner.bright_blue,
	.banner.dark_blue,
	.banner.white {
		width: 100%;
		margin: 0;
		text-align: center;
		font-size: 20px
	}
	.blog_overview_item {
		-webkit-flex: 0 1 calc(50% - 16px);
		-ms-flex: 0 1 calc(50% - 16px);
		flex: 0 1 calc(50% - 16px);
		max-width: 50%
	}
	a.back_to_button {
		position: static;
		margin-bottom: 15px;
		display: inline-block;
		padding: 5px 15px 5px 35px;
		background-size: 6px 12px;
		background-position: 15px 7px
	}
	.chessboard .flex_column_container>.flex_50 {
		background: 0 0
	}
	.chessboard>.flex_50 img {
		display: block
	}
	.promobanner_mobil {
		display: block
	}
}

@media screen and (max-width:750px) {
	.downloads {
		display: block
	}
	.donwloads_wrapper.flex_50 {
		display: block;
		width: 1005;
		max-width: unset
	}
}

@media screen and (max-width:700px) {
	.footer_wrapper {
		display: block;
		width: 100%;
		padding: 30px 20px 0
	}
	.footer_wrapper .flex_30 {
		display: block;
		width: 100%;
		text-align: center;
		max-width: unset;
		margin-bottom: 30px
	}
	.footer_wrapper h6 {
		margin-bottom: 15px
	}
	.restaurant h2 {
		margin-bottom: 30px
	}
	h2 {
		font-size: 35px
	}
	.kulturtipps_wrapper {
		display: block
	}
	.kulturtipps_wrapper .flex_50 {
		display: block;
		width: 100%;
		max-width: unset;
		margin-bottom: 40px
	}
	.no_teaser,
	.presse_banner,
	.presse_form_wrapper {
		padding: 30px;
		padding-top: 100px
	}
	.presse_form_wrapper .flex_container,
	.textpage_wrapper .flex_container {
		display: block
	}
	.presse_form_wrapper .flex_container .flex_50,
	.textpage_wrapper .flex_container .flex_50 {
		display: block;
		width: 100%;
		max-width: unset;
		margin-bottom: 30px
	}
	.anfrage_formular>.flex_50 {
		padding-right: 0
	}
}

@media screen and (max-width:600px) {
	.language_wrapper {
		margin-right: 8px
	}
	.language_wrapper div.active {
		padding: 7px 4px;
		font-size: 10px
	}
	.language_wrapper div.active:after {
		margin-left: 3px
	}
	.language_wrapper div i {
		margin-right: 3px
	}
	.language_wrapper span {
		display: none
	}
	a.logo {
		width: 100px!important;
		height: 36px!important
	}
	#header_wrapper {
		height: 75px!important
	}
	#booking_panel_wrapper {
		margin-top: 75px
	}
	.explore {
		padding: 30px 20px
	}
	.menu_toggl {
		margin-left: 32px
	}
	.menu_toggl .menu_text {
		display: none
	}
	.textpage_wrapper p {
		width: 100%
	}
	.text_content h2 {
		margin-bottom: 30px
	}
}

@media screen and (max-width:570px) {
	.menu_wrapper .nav_left {
		width: 100%;
		padding-left: 30px;
		padding-top: 100px
	}
	.menu_wrapper .nav_left .subnav {
		position: static;
		transform: none;
		padding: 0 0 0 15px
	}
	.menu_wrapper .nav_left .subnav span {
		display: none
	}
	.menu_wrapper {
		top: 0;
		left: -110%;
		overflow-y: scroll;
		height: 100%;
		background: #60a3bf
	}
	.menu_wrapper.active {
		top: 0;
		left: 0;
		opacity: 1
	}
	.kulturtipps_wrapper .kultur_info {
		float: none;
		width: 100%;
		padding-left: 0
	}
	.kulturtipps_wrapper img {
		float: none;
		margin-bottom: 10px
	}
	.kulturtipps_wrapper .flex_50 {
		margin-bottom: 20px
	}
	.textboxes_wrapper {
		display: block
	}
	.textboxes_wrapper .flex_50 {
		display: block;
		width: 100%;
		max-width: unset
	}
	.textboxes_wrapper .content {
		width: 100%
	}
	.mixed_img_text_wrapper .flex_container {
		display: block
	}
	.mixed_img_text_wrapper .flex_50 {
		display: block;
		max-width: unset;
		width: 100%
	}
	.mixed_img_text_wrapper .flex_50:first-child {
		padding-right: 0
	}
	.mixed_img_text_wrapper .flex_50:last-child {
		padding-left: 0
	}
	.history_gallery .flex_container,
	.timeline_wrapper .flex_container {
		display: block
	}
	.history_gallery .flex_container .flex_50,
	.timeline_wrapper .flex_container .flex_50 {
		display: block;
		width: 100%;
		max-width: unset
	}
	.timeline_box {
		width: 98%
	}
	.history_gallery {
		padding-bottom: 20px
	}
	.history_images {
		margin-top: 0
	}
	.history_images span.history_headline {
		color: #fff;
		font-size: 30px;
		display: block;
		margin-top: 10px
	}
	.three_images_row {
		margin: 0;
		display: block
	}
	.three_images_row img {
		display: block;
		width: 100%
	}
	.three_images_row img.ghost {
		display: none
	}
	.three_images_row .flex_33 {
		display: block;
		width: 100%;
		max-width: unset;
		background: 0 0;
		margin: 12px 0
	}
	.blog_overview .flex_wrap_container {
		display: block
	}
	.blog_overview_item {
		display: block;
		width: 100%;
		max-width: unset
	}
}

@media screen and (max-width:500px) {
	.alphabetical_accordion_wrapper .flex_container {
		display: block
	}
	.alphabetical_accordion_wrapper .flex_50 {
		display: block;
		max-width: unset;
		width: 100%
	}
	.alphabetical_accordion_wrapper .accordion_hidden {
		width: 95%
	}
	.slider_text .slick-next,
	.slider_text .slick-prev {
		width: 30px;
		height: 30px
	}
	.room_overview_wrapper .flex_wrap_container {
		display: block
	}
	.room_overview_wrapper .flex_20 {
		display: block;
		width: 100%;
		max-width: unset;
		margin: 0 0 10px 0
	}
	.room_overview_wrapper .flex_20:hover {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}
	.room_overview_wrapper .flex_20 .info_box {
		opacity: 1
	}
	.footer_bottom {
		padding: 17px 20px
	}
	.footer_bottom_inner_wrapper {
		float: none
	}
	.footer_bottom_inner_wrapper a {
		display: table;
		float: none;
		margin: 5px auto
	}
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

@media print {
	* {
		background: 0 0!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	@page {
		margin: .5cm
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}