@font-face
{
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');
html, body {
    font-family: 'Roboto Slab', serif;
    font-size:16px;
    line-height:19px;
	margin:0;
	color: #0b697f;
}

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

* {
	outline: 0;
}

em {
	font-size: 11px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

h1, h2, h3 {
	font-size:22px;
	letter-spacing:1px;
	margin-bottom:20px;
	text-transform:uppercase;
	line-height: 1.2;
	hyphens: auto;
	-ms-hyphens: auto;
}

h3 {
	font-size:15px;
}

.mobile {
	display: none;
}

a:link {
	text-decoration: none;
	color: #0b697f;
	font-weight: 300;
}
a:active {
	color: #0b697f;
	text-decoration: none;
}
a:visited {
	color: #0b697f;
	text-decoration: none;
}
a:hover {
	color: #0b697f;
	text-decoration: none;
	font-weight:bold !important;
}

.headcontent {
	width: 100%;
	display: flex;
	justify-content: center;
}

.header_image, .header_image_small {
	height:800px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.header_image {
	margin-bottom: 215px;
}

.header_image_small {
	height:600px;
	margin-bottom: 90px;
}

.header_image:before, .header_image_small:before {
	content:'';
	width:50%;
	min-width:700px;
	height:800px;
	background-color: rgba(11,105,127,0.54);
	mix-blend-mode: multiply;
	position: absolute;
	z-index: 1;
}
.header_image_small:before {
	height:600px;
}
.header_content{
	position: relative;
	z-index: 2;
	color:#ffffff;
	width: calc(100% - 180px);
	margin:0 auto;
	max-width:1200px;
	margin-top:250px;
}
.header_content h1 {
	font-size:82px;
	text-transform: uppercase;
	max-width: 600px;
	hyphens: auto;
	-moz-hyphens: auto;
	line-height: 82px;
}
.header_content p {
	max-width: 600px;
	font-size:16px;
	font-weight: 300;
	line-height: 1.2;
}
.header_image img {
	height:100%;
	width:100%;
	object-fit: cover;
}


.main{
	margin:auto;
	background-color: transparent;
	/*padding-left: 12px;
	padding-right: 12px;*/
	display:block;
	float:none;
    overflow:hidden;
    width: 100%;
	/*background: url('../../../image/pagelayout/background.png') top center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	overflow: auto;
	z-index: 9;
	min-height: 100%;
	height: auto !important;
}


.mainWrapper {
	height: 100%;
	width: 100%;
	margin: auto;
	display: block;
	float: none;
	overflow: hidden;
	/*-webkit-box-shadow: 3px 3px 10px #A67E7B;
	-moz-box-shadow: 3px 3px 10px #A67E7B;
	box-shadow: 3px 3px 10px #A67E7B;*/
	z-index: 10;
}

.head {
	display: flex;
	justify-content: center;
}

.headcontent {
	background-color:#fff;
	border-radius: 20px;
	position: absolute;
	width: calc(100% - 180px);
	max-width: 1200px;
	z-index:3;
	transition: all, 0.5s;
	margin:55px auto;
	display: block;
}

.logo {
	display:flex;
	vertical-align: middle;
	margin-right:20px;
	height: 100%;
}

.logo img {
	object-fit: contain;
	width:50px;
	height:auto;
}

.menu{
	display: flex;
	width: calc(100% - 40px);
	max-width: 1200px;
    font-size: 16px;
    text-align:left;
	text-transform: uppercase;
    vertical-align:middle;
    text-align: center;
	height:75px;
	align-content: center;
	margin:0 auto;
}
.nav_fixed {
	max-width: 100%;
	width:100%;
	position:fixed;
	margin-top:0px;
	border-radius: 0px;
	top:0;
	-webkit-box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
}
.nav_wrap {
	display: block;
	width:calc(100% - 500px);
	max-width:450px;
}
.login_wrap {
	width:230px;
	position: absolute;
	height:100%;
	display: block;
	align-items: center;
	right:55px;
	top:5px;
	font-size:12px;
	text-align: center;
}
.login_wrap:after {
	content: '';
	background-image: url('../../../image/pagelayout/login.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right:-25px;
	top:25px;
	margin-top:-4px;
}
.login {
	margin-top:24px;
	font-size: 16px;
	text-align: right;
	margin-right:5px;
}
.login a {
	display: block;
	height: 24px;
}
.login_text {
	margin-top:10px;
}
.logout {
	margin-top: 8px;
}
.logo_img {
	width: 45px !important;
}
.logo_img img {
	width:100%;
	padding-top: 20px;
}

ul.navi {
	/* padding-top: 3px; */
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.navi ul {
	vertical-align: bottom;
	list-style-type: none;
	margin:0;
}
.menu ul li {
	/*position: relative;
	top: 3px;*/
	list-style-type: none;
	padding-bottom: 3px;
	float: left;
	border-top: none;
	text-align: center;
	color: #808080;
	line-height: 75px;
}
.menu ul li.first {
	border-left: none;
}
.menu ul.authenticated li {
	width: 33.23%;
}
.menu ul li.selected a {
	font-weight: bold;
}

.menu ul li a {
	font-weight:300;
	text-decoration: none;
	color: #0b697f;
}

@media (max-width: 1200px) {
	.headcontent {
		max-width: 100%;
		width:100%;
		position:fixed;
		margin-top:0px;
		border-radius: 0px;
		top:0;
		-webkit-box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
		-moz-box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
		box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
		right:0px;
	}
	.nav_wrap {
		display: block;
		width: calc(100% - 200px);
	}
	.menu {
		width:calc(100% - 40px);
	}
}
.nav_fixed {
	max-width: 100%;
	width:100%;
	position:fixed;
	margin-top:0px;
	border-radius: 0px;
	top:0;
	-webkit-box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 2px 10px 5px 0px rgba(0,0,0,0.12);
}

/******************** Hamburger ******************/
.hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
	padding: 0;
	position: fixed;
	z-index: 999;
	right: 25px;
	top: 15px;
	border: none;
}
.line {
	fill: none;
	stroke: #0b697f;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
	stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

 /***********************************************/

.spacer-content {
}
.title {
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 35px;
}
.recommended-text {
    padding-bottom: 5px;
}



.footer{
	clear: both;
	margin-top: 20px;
}

.content{
	margin:auto;
	letter-spacing:0;
	width: 100%;
	z-index:-3;
	color:#0b697f;
}
.content:before{
	content:'';
	<!-- background-image:url('../../../image/pagelayout/deko_links.svg'); -->
	position: fixed;
	top:250px;
	z-index: -4;
	margin-left:-60px;
	height:724px;
	width:600px;
	background-size: contain;
	background-repeat: no-repeat;

}

.content_wrap_flex, .content_wrap_block {
	display: flex;
	width:calc(100% - 40px);
	max-width:1200px;
	flex-direction: row-reverse;
	margin:0 auto 60px auto;
	position: relative;
	z-index: 1;
}

.content_wrap_flex p, .content_wrap_block p, .content_wrap_block h3, .content_wrap_block h2, .content_wrap_block ul, form p{
	font-family: 'Roboto Slab', serif;
	max-width: 800px;
	font-weight: 300;
}
.content_wrap_block ul {
	list-style: none;
}
.content_wrap_block ul li{
	margin-bottom: 15px;
}
.content_wrap_flex p, .content_wrap_block p {
	margin:5px 0 25px 0;
	max-width: 800px;

}
.content_wrap_block h3, .content_wrap_block h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
.content_wrap_block h2{
	margin-top: 55px;
}
.content_wrap_block h3 {
	margin-bottom:10px;
	font-size: 32px;
}
.content_wrap_block {
	display: block;
}
.large{
	max-width:1200px;
}


.content_block {
	max-width:1200px;
	margin:0 auto;
}

.text_center {
	text-align: center !important;
	margin:20px auto !important;
	max-width: 600px !important;
}
.text_right {
	display: inline-block;
	position: relative;
	margin-left: 40px;
}

.content_wrap .flexitem {
	flex-grow:1;
}

.content_image {
	border-radius: 30px;
	width:530px;
}
.content_text {
	max-width:620px;
}
.content_text p {
	max-width: 500px;
	margin-left:75px;
}

.content_image figure {
	overflow: hidden;
	margin: 0;
}

.content_image img {
	height:100%;
	width:100%;
	object-fit: contain;
	border-radius: 30px;
}

.img_full_width {
	max-width:1200px;
	height:350px;
	margin:127px auto 105px auto;
}
.img_full_width img {
	height:100%;
	width:100%;
	object-fit: cover;
	border-radius: 30px;
}

h2 {
	font-size:32px;
	letter-spacing:1px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
}

p.text {
	font-size:16px;
	font-weight: 300;
	max-width: 600px;
	line-height: 1.4;
	margin:0px auto 20px auto;
}
.zugangscode {
	margin-top:90px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
.button {
	background-color: #0b697f;
	color:#ffffff;
	padding:10px 40px;
	border-radius: 60px;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	border:none;
}
.button a {
	color:#fff;
}
.submit {
	width:130px;
	height:35px;
	padding: 0 20px;
	display: block;
}

select {
	color: #0b697f;
	display: inline-block;
	text-align: start;
	background-color: rgb(255, 255, 255);
	cursor: default;
	margin: 0em;
	height:50px;
	min-width: 120px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #0b697f;
	border-image: initial;
}
.country_select {
	float:left;
	margin-right: 40px;
}

@media (max-width: 767px){
	.hamburger {
		display: flex;
	}
	.nav_wrap {
		position:absolute;
		right:-767px;
		background-color:#fff;
		transition: all, 0.5s ease-in-out;
		max-width: 100%;
		padding-top: 75px;
		width:100%;
		height:100vh;
	}
	.header_image:before, .header_image_small:before {
		min-width: 100%;
	}
	.header_content, .header_image:before, .header_image_small:before, .anfrage{
		/*display:none;*/
	}
	.header_content {
		width:calc(100% - 30px);
	}
	.header_content h1 {
		font-size: 60px;
		line-height: 1.2;
	}
	.mobile {
		font-size: 32px;
		display: none;
		margin: 0 20px;
	}
	button.mobile {
		font-size: 16px;
	}
	.show {
		right:0px;
	}
	.menu {
		display:block;
	}
    .login_wrap {
        position:relative;
        right:unset;
        left:unset;
        top:unset;
        width:100%;
        height:auto;
        text-align: center;
    }
    
	ul.navi {
		display:block;
		width:100%;
        position:relative;
        height: 50vh;
	}
	ul.navi li {
		clear:both;
		width:100%;
		line-height: 40px;
	}
	.login {
		position: relative;
		margin-top:30px;
		right:unset;
		height: unset;
		margin: 0 auto;
        text-align: center;
	}
	.header_image_small, .header_image {
		margin-bottom:55px;
	}
	.content_wrap_block, .content_wrap_flex {
		margin-top: 32px;
	}
	.content_wrap_flex {
		display:block;
	}
	.content_wrap_flex p, .content_wrap_block p, .content_wrap_block h3, .content_wrap_block h2, .content_wrap_block ul, form p{
		text-align: left;
	}
	.content_text p {
		margin-left:0px;
	}
	.hotel_switch .wrapper {
		width: calc(100% - 40px);
	}
	.country_select {
		float:none;
	}
	.country_select strong {
		display: block;
		width:calc(100% - 40px);
		margin:0 auto;
		margin-bottom: 10px;
	}
	.country_select select {
		margin-bottom: 25px;
	}
	.submit {
		margin-top: 40px;
	}
	.size_3 select {
		width:260px !important;
	}
}

@media (max-width: 450px) {
	.header_content h1 {
		font-size: 40px;
	}
}

/******************  Register ****************/
.register-form {
	max-width: 800px;
	margin:0 auto;
}
.register-form {
	text-align: left;
	width:100%;
}

.register-form table {
	width:100%;
}

.register-form td.one_half {
	width: calc(50% - 20px);
	display: block;
	margin-right: 20px;
}
.register-form td.full {

}
.register-form tr.two_columns {
	display:flex;
}
.register-form .full_width {
	width: 100%;
	height:50px;
	border: 1px solid #0b697f;
	border-radius: 10px;
	color: #0b697f;
	font-size: 20px;
	text-align: center;
}
input, select, textarea {
	color: #0b697f;
}
textarea:focus, input:focus {
	color: #0b697f;
}
.register-form td.full {
	padding-right:20px;
}
.register-form textarea.full_width {
	height: 240px;
}

.register-form label {
	display: block;
	width:100%;
	padding:10px;
	margin-top: 20px;
}

.select_custom select {
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
	background-image:url('../../../image/pagelayout/drop_down.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	padding:0 10px;
}

.size_1 select {width:50px;}
.size_2 select {width:100px;}
.size_3 select {width:200px;}

@media (max-width: 767px) {
	.register-form td.one_half {
		width: 100%;
		display: block;
	}
	.register-form tr.two_columns {
		display:block;
	}
}

/******************** header ********************/

.head{
    z-index: 100;
	width:100%;
}

.headcontent{
	/*position:relative;
	top: -250px;*/
}
.headmenu{
	float:right;
	margin-right: 10px;
}
.headmenu ul {
	list-style-type: none;
	margin: 0;
    margin-top: 10px;
	/*position: relative;
	left: 150px;*/
}
.headmenu ul li {
	margin: 0px;
	/*position: relative;
	top: 3px;*/
	display: inline;

	border-top: none;
	text-align: center;
}
.headmenu ul li a {
	font-size:12px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
    /*position: relative;
    top: 115px;*/
}
.headmenu ul li a:hover {
	text-decoration:underline;
}

.ui-error{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;

	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;

	background:#FFEDAD;
	border:1px solid #E3A345;
	color:#CD5C0A;
}

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

.login-button{
  font-size: 25px;
  /*position: relative;*/
  text-decoration: none!important;
  font-weight: bold;
  top: 120px;
  float: right;
  right: 10px;
  margin-right: 30px;
}

.register-button{
  font-size: 25px;
  /*position: relative;*/
  text-decoration: none!important;
  font-weight: bold;
  top: 65px;
  float: right;
  right: 10px;
}
ul.survey li{
    list-style-type: none;
    margin-bottom: 5px;
}
ul.survey > li{
    margin-bottom: 25px;
}

.no-p p {
    margin: 0;
}

.nojustify {
    text-align: left;
}

/***************** Hotels*****************/
#hotelsuche {
	width:calc(100% - 40px);
	max-width:1200px;
	margin-top:40px;
}
.hotel_wrap {
	display:flex;
	flex-wrap: wrap;
	max-width:1200px;
	justify-content: flex-start;
	margin: 30px auto 60px auto;
}
.hotel {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 330px;
	height: 390px;
	border-radius: 30px;
	margin: 8px;
}

.hotel_card_content {
	height:390px;
	width:330px;
	display: table-cell;
	vertical-align: bottom;
}
.hotel .hotel_card_content h3 a, .hotel .hotel_card_content a  {
	display: block;
	width: 100%;
	text-align: center;
	color:#ffffff;
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin-bottom:20px;
	line-height: 1.2;
	text-decoration: none;
}

.hotel .hotel_card_content a {
	font-size: 16px;
	text-decoration: underline;
}

/* taeb-switch styles */

.hotel_switch {
	margin: 0 0 60px 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 100%;
	height: 100%;
}
.taeb-switch {
	position: relative;
}

.taeb-switch:after {
	content: "";
	position: absolute;
	width: 51%;
	margin-left: -1px;
	top: 0;
	transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
	border-radius: 27.5px;
	border:1px solid #fff;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
	background-color: #ffffff;
	height: 100%;
	z-index: 0;
	-webkit-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 2px 5px 5px 0px rgba(0,0,0,0.12);
}

.taeb-switch.left:after {
	left: 0;
}

.taeb-switch.right:after {
	left: 50%;
}

.taeb-switch .taeb {
	display: inline-block;
	width: 50%;
	padding: 12px 0;
	z-index: 1;
	position: relative;
	cursor: pointer;
	transition: color 200ms;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

.taeb-switch .taeb.active {
	color: #0b697f;
}

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

h1.tab {
	font-size: 38px;
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 40px;
}

main {
	width: 100%;
}

.wrapper {
	border-radius: 37px;
	background-color: #0b697f;
	padding: 0px;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

#special-hotel {
	display: none;
}

#classic-hotel {
	display: block;
}

/******************* Hotel Single View ******************/

.hotel_header_image {
	max-width: 1200px;
	width:100%;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 30px;
	display: flex;
	vertical-align: middle;
	margin-bottom:40px;
}
.hotel_header_image h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 700;
	display: block;
	margin: auto 90px;
	line-height: 1.2;
	width:50%;
}

.hotel_single_content_wrap {
	display: flex;
	flex-direction: inherit;
}

.hotel_single_images img {
	width:100%;
	min-width:240px;
	height:266px;
	border-radius: 30px;
	margin-bottom: 20px;
	object-fit: cover;
}
.hotel_single_text {
	margin-left:100px;
}
.hotel_single_back {
	margin-left: 30px;
	margin-bottom:20px;
	margin-top: -20px;
}

.hotel_single_back a {
	text-decoration: none;
	font-weight: 700;
}

@media (max-width: 767px) {
	.hotel_wrap {
		max-width:330px;
		margin:0 auto;
	}
	.hotel_single_text {
		margin-left:0px;
	}
	.hotel_header_image h2 {
		margin: 90px 20px;
	}
}

/* Slider*/

@media (max-width: 767px) {
	.hotel_single_content_wrap {
		display:block;
	}
	ul.slick-dots {
		display: flex;
		margin-top: -50px;
	}

	.slick-slider {
		width: 310px;
	}

	.hotel_single_images img {
		width: 310px;
	}
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 20px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.slick-dots li button::before {
		font-family: 'slick';
		font-size: 6px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '?';
		text-align: center;
		opacity: .25;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
	/***************** Footer ****************/
.footer_wrap {
	background-color: #faf8f8;
	text-transform: uppercase;
	font-size: 16px;
}
.footer {
	display: flex;
	max-width:1200px;
	margin:0 auto;
	justify-content: space-between;
}

.footer ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.footer ul li{
	padding: 24px 37px 24px 0px;
}

.footer ul.footer_navi_right li{
	padding: 24px 0px 24px 37px;
}
@media (max-width: 1240px) {
	.footer {
		width:calc(100% - 40px);
	}
}

@media (max-width: 767px) {
	.footer, .footer ul {
		display:block;
	}
	.footer ul li, .footer ul.footer_navi_right li{
		padding: 24px 0px 24px 0px;
		text-align: center;
	}
}

.ui-autocomplete {
	z-index: 999;
}


