.header_container {
	height: 100vh;
}

#mobile_header_video {
	display: none;
}

#start_banner_1 {
	background-image: url(/src/start/banner.png);
	position: relative;
}

#start_banner_1 > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 55%;
}

#boutique_hotel > .img_box {
	background-image: url(/src/start/boutique.png);
	height: 100%;
	padding-bottom: 54%;
}

#banner_1 {
	background-image: url(/src/start/parallax.jpg);
	height: 60vh;
}

#banner_2 {
	background-image: url(/src/start/restaurant.png);
	height: 60vh;
}

#banner_1,
#banner_2 {
	background-attachment: fixed;
}

/* Kacheln */
.tile {
	width: 48%;
	padding-top: 250px;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	overflow: visible;
	float: left;
	margin-bottom: 50px;
}

.tile.left {
	margin-right: 2%;
}

.tile.right {
	margin-left: 2%;
}

.tile_box {
	position: relative;
	text-align: justify;
	width: 63%;
	background: #ffffff;
	margin-left: 10%;
	padding: 5% 8.5%;
	font-weight: 200;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2);
}

.tile_button {
	background-color: #424242;
	width: 144px;
	height: 45px;
	border: none;
	border-radius: 0px;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateY(50%) translateX(50%);
	font-size: 16px;
}

#tile_1 {
	background-image: url(/src/start/experience.png);
}

#tile_2 {
	background-image: url(/src/start/hotel.png);
}

#tile_3 {
	background-image: url(/src/start/garden.png);
}

#tile_4 {
	background-image: url(/src/start/tradition.png);
}

#banner_2 {
	margin-bottom: 0px;
	position: relative;
}

#banner_2 > .absolute_text_block {
	background: none;
	color: #fff;
	text-align: center;
	left: 50%;
	top: 45%;
	transform: translateX(-50%) translateY(-50%);
}

#banner_2 > .absolute_text_block > a {
	border-color: #fff;
}

#banner_2 > .absolute_text_block > h2 {
	font-size: 45px;
}

#banner_2 > .absolute_text_block > h4 {
	font-weight: 200;
}

/* Slider */
#room_list {
	overflow: visible;
	margin-bottom: 0;
	margin-top: 0;
}

#rooms_header {
	margin-top: 120px;
	margin-bottom: 0;
}

.slick-track,
.slick-list {
	overflow: visible !important;
}

.room {
	height: 589px;
	width: calc(987px / 2 - 20px) !important;
	margin-right: 20px;
	cursor: pointer;
}

.room > .room_pic {
	height: 560px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.room > .room_des {
	margin-top: 10px;
	padding-top: 0;
}

.smart > .room_pic {
	background-image: url(/src/start/smart_room.jpg);
}

.medium > .room_pic {
	background-image: url(/src/start/medium_room.jpg);
}

.best > .room_pic {
	background-image: url(/src/start/best_room.jpg);
}

.villa > .room_pic {
	background-image: url(/src/start/villa.jpg);
}

.slick_arrow {
	position: absolute;
	top: -40px;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #fff;
	border: none;
	height: 20px;
	width: 20px;
	z-index: 10;
}

.slick-next {
	background-image: url(/src/icns/next.png);
}

.slick-prev {
	background-image: url(/src/icns/prev.png);
	right: 30px;
}

/* Booking Form */
#booking_form {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	min-height: 100px;
	height: max-content;
	width: 950px;
	background: #fff;
	padding: 0 150px;
	padding-bottom: 20px;
}

.form_section_vert {
	width: calc((100% - 120px) / 4);
	float: left;
	margin-right: 40px;
	margin-top: 20px;
}

.form_section_vert:last-of-type {
	margin-right: 0;
}

.form_section_vert > .form_header,
.form_section_vert > .form_input {
	width: 100%;
}

.form_input > select,
.form_input > input,
.form_input > button {
	width: calc(100% - 20px);
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0;
	font-family: inherit;
	height: 35px;
	padding: 0px;
	font-size: 12px;
	padding-left: 20px;
}

.form_header {
	height: 30px;
}

#request,
#request_2,
#close_success {
	background: #424242;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
	padding-left: 0;
	border: none;
	margin-bottom: 20px;
}

#request {
	margin-top: -10px;
}

#request_2 {
	margin-bottom: 0;
	height: 35px;
	font-size: 16px;
}

/* Booking Popup */
#booking_popup {
	display: none;
	/* display: inline-block; */
	position: fixed;
	top: 50px;
	left: 0%;
	min-height: 100px;
	width: 100%;
	background: #fff;
	/* padding: 40px 100px; */
	padding-bottom: 20px;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	z-index: 13;
}

#booking_popup > .boxed_container {
	padding: 10px;
}

#booking_popup > .boxed_container > .left_form {
	width: 62%;
	height: 100%;
	float: left;
}

#booking_popup > .boxed_container > .right_form {
	width: 31%;
	height: 100%;
	float: right;
	padding-left: 4%;
}

.form_row {
	clear: both;
	width: 100%;
	float: left;
}

.form_half {
	float: left;
	width: 50%;
}

.left_form > .form_row.first > .form_header {
	margin-top: 0;
}

.left_form * > .form_header {
	margin-top: 35px;
}

.form_input > input.error {
	border-color: red;
}

/* Overview */
.overview_block {
	border-bottom: 1px solid #000;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.overview_header {
	width: 35%;
	float: left;
}

.overview_desc {
	width: 65%;
	float: right;
}

.overview_desc.font_heavy {
	text-align: right;
}

.overview_room_pic_wrapper {
	padding-bottom: 70%;
	background: no-repeat black center;
	background-image: url(/src/pic/smart_room_01.png);
	background-size: cover;
	margin-bottom: 30px;
}

#overview_room_type {
	margin-top: 0;
}

#overview_payment {
	border-bottom: none;
	margin-bottom: 0;
}

/* Raum Liste */
.room_listing {
	z-index: 12;
	display: none;
	width: 100vw !important;
	height: 100vh !important;
	max-width: unset !important;
	padding: 0px 120px;
	padding-bottom: 20px;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	/*! bottom: 0; */
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	overflow-y: scroll !important;
}

.room_listing > .room_row > .room_media > .slick-slider {
	overflow: hidden;
}

.room_row {
	width: 90%;
	max-width: 987px;
	margin: auto;
	overflow: hidden;
	min-height: 50px;
	margin-top: 110px;
	transition: box-shadow 0.2s;
}

.room_listing > .room_row:last-of-type {
	margin-bottom: 150px;
}

.room_row.selected {
	box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
	width: 100%;
}

.room_row:not(.available) * > .select_room {
	display: none;
}

.room_media,
.room_infos {
	height: 100%;
	float: left;
}

.room_media {
	width: 510px;
}

.room_media_slider_wrapper {
	height: 390px;
	width: 510px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.room_media_slide {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.room_infos {
	/* Original 350px */
	width: 290px;
	padding-left: 90px;
}

.room_header {
	margin-top: 80px;
}

.room_price {
	font-size: 16px;
	margin-top: 20px;
}

.room_price > .room_days_outer {
	font-size: 12px;
	padding-left: 5px;
}

.select_room {
	cursor: pointer;
	background-color: #424242;
	width: 134px;
	height: 25px;
	border: none;
	border-radius: 0px;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
}

.room_not_available {
	margin-top: 30px;
	font-size: 16px;
}

.room_row.available * > .room_not_available {
	display: none;
}

/* Rooom Media */
/* Carousel B */
.room_media_slider_wrapper.slick-slider {
}
.room_media_slider_wrapper.slick-slider .slick-list {
	height: 100% !important;
}
.room_media_slider_wrapper.slick-slider .slick-slide {
	height: 390px !important;
}

.room_media_slider_wrapper.slick-slider .slick-slide > div {
	height: 100% !important;
}

#smart-1,
#smart_slider {
	background-image: url(/src/pic/smart_room_01.png);
}

#smart-2 {
	background-image: url(/src/pic/smart_room_02.png);
}

#smart-3 {
	background-image: url(/src/pic/smart_room_03.png);
}

#smart-4 {
	background-image: url(/src/pic/smart_room_04.png);
}

#smart-5 {
	background-image: url(/src/pic/smart_room_05.png);
}

#smart-6 {
	background-image: url(/src/pic/smart_room_06.png);
}

#medium-1,
#medium_slider {
	background-image: url(/src/pic/medium_room_01.png);
}

#medium-2 {
	background-image: url(/src/pic/medium_room_02.png);
}

#medium-3 {
	background-image: url(/src/pic/medium_room_03.png);
}

#medium-4 {
	background-image: url(/src/pic/medium_room_04.png);
}

#medium-5 {
	background-image: url(/src/pic/medium_room_05.png);
}

#best-1,
#best_slider {
	background-image: url(/src/pic/best_room_01.png);
}

#best-2 {
	background-image: url(/src/pic/best_room_02.png);
}

#best-3 {
	background-image: url(/src/pic/best_room_03.png);
}

#best-4 {
	background-image: url(/src/pic/best_room_04.png);
}

#villa-1,
#villa_slider {
	background-image: url(/src/pic/villa_01.png);
}

#villa-2 {
	background-image: url(/src/pic/villa_02.png);
}

#villa-3 {
	background-image: url(/src/pic/villa_03.png);
}

/* Datum erneut auswählen Button */
#reselect_date {
	position: fixed;
	top: 11vh;
	left: calc(49% - (950px / 2));
	transform: translateX(-100%);
	background-color: transparent;
	width: auto;
	height: 35px;
	background-image: url(/src/icns/pfeil_black_neu.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	padding-left: 30px;
	z-index: 12;
}

.footer_wrapper {
	margin-top: 60px !important;
}
