/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/

/* Roboto Slab */
@font-face {
	font-display: swap;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-slab-300.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-slab-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-slab-500.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/roboto-slab-600.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-slab-700.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/roboto-slab-800.woff2') format('woff2');
}

/*
 * Default vars
 */
:root {
	--base-color: #39474e;
	--pri-color: #39474e;
	--sec-color: #5b8386;
	--thd-color: #b29e40;
	
	--pri-font: 'Roboto Slab';
	--sec-font: 'Arial';
}

html,
body {
	/*
	height: 100% !important;
	*/
	margin: 0;
	padding: 0;
	font-family: var(--pri-font);
	font-display: swap;
	font-style: normal;
	font-weight: 300;
	font-size: 1.125rem;
	color: var(--base-color);
}
body {
	background-color: transparent !important;
}
html {
	/*
	overflow: hidden;
	*/
	background-image: url('../images/bg-image.jpg');
	background-repeat: no-repeat;
	background-position: center 100%;
	background-size: 100%;
}

/*
 * Headlines
 */
 
.sppb-section.heading > .sppb-row-container > .sppb-section-title > .sppb-title-heading {
	margin-bottom: 5px !important;
}
.sppb-section.heading > .sppb-row-container > .sppb-section-title > .sppb-title-subheading {
	font-size: 2rem !important;
}

/*
 * Text styles
 */
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.font-light {
	font-weight: 300;
}


/*
 * Other styles
 */
@media(min-width: 768px){
	.content-sm {
		max-width: 768px;
		margin: 0 auto;
	}
}

/*
 * Layout
 */
 
@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}
@media (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	display: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Header */
@media (max-width: 991px) {
	#sp-header {
	  height: 80px;
	  padding-top: 12px;
	  padding-bottom: 12px;
	}
}
#sp-header {
	padding-top: 30px;
	box-shadow: none;
}
body.homepage #sp-header {
	margin-bottom: -140px;
	height: 140px;
	background-color: transparent !important;
}
body:not(.homepage) #sp-header {
	height: 250px;
}

/* Logo & navbar */
#sp-header .container .container-inner .row #sp-logo {}
#sp-header .container .container-inner .row #sp-menu {}
#sp-header {
}
#sp-logo{
	max-width: 360px;
}
#sp-logo .logo {
	height: auto;
}
#sp-logo .logo > a img {
	max-width: 100%;
	height: auto;
}
#sp-menu > .d-flex {
	align-items: end !important;
	justify-content: center !important;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
	line-height: normal !important;
}

ul.quick-navbar {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.quick-navbar > li {
	margin-right: 10px;
	margin-left: 10px;
}
ul.quick-navbar > li > a > img {
	max-width: 36px;
	height: auto;
}
.tooltip .tooltip-arrow {
	/*
	border-color: var(--sec-color) !important;
	*/
}
.tooltip .tooltip-inner {
	font-size: 0.75rem !important;
	/*
	background-color: var(--sec-color);
	*/
}

/* Navbar */
#sp-menu nav.sp-megamenu-wrapper ul.sp-megamenu-parent {
	
}
#sp-menu nav.sp-megamenu-wrapper ul.sp-megamenu-parent > li > a {
	font-size: 1rem;
}

/* Footer */
@media(max-width: 991px){
	.footer-navbar {
		text-align: center;
	}
}
@media(min-width: 992px){
	.footer-navbar {
		text-align: right;
	}
}
#sp-footer .container-inner {
	border-top: 0;
}

.home-link {
	display: none !important;
}

/*
 * Other styles
 */
.sppb-section.symbole:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 150px;
	aspect-ratio: 1 / .55;
	transform: translate(-50%, -60%);
	background-image: url('../images/hotel-kleiner-storch-symbol.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.sppb-section.symbole-inner:before {
	content: '';
	display: block;
	width: 150px;
	aspect-ratio: 1 / .55;
	margin: 0 auto 30px auto;
	background-image: url('../images/hotel-kleiner-storch-symbol-light.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.sppb-btn-custom {
	min-width: 320px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*
 * Header section
 */
.header-section {}
.header-section-row {
	position: relative;
	z-index: 98;
}
.main-carousel .sppb-carousel-extended-list {
	-webkit-box-shadow: 7px 7px 6px 0px rgba(0,0,0,0.65); 
	box-shadow: 7px 7px 6px 0px rgba(0,0,0,0.65);
}
.main-carousel .sppb-carousel-extended-item img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media(max-width: 767px){
	.main-carousel .sppb-carousel-extended-outer-stage {
		height: auto !important;
	}
	.main-carousel .sppb-carousel-extended-item img {
		max-width: 100% !important;
		height: auto !important;
	}
}

.main-carousel .sppb-carousel-extended-dots ul li {
	border-color: #fff;
	background-color: rgba(255,255,255,1);
}
.main-carousel .sppb-carousel-extended-dots ul li.active {
	border-color: #fff;
	background-color: rgba(255,255,255,.2) !important;
}
.main-carousel .sppb-carousel-extended-dots ul li span {
	background-color: transparent;
}

.booking {
	background-color: var(--sec-color);
	color: #fff;
}
.booking .sppb-addon-content {
	position: relative;
	padding: 30px 90px 30px 30px;
	z-index: 99;
}
@media (max-width: 767px){
	.booking {
		margin-top: 50px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
}
@media(min-width: 768px){
	.booking {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 102;
		transform: translate(60px, -30px);
	}
	.booking .sppb-addon-content {
		max-width: 320px;
	}
}
.booking .sppb-addon-content:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	background-image: url('../images/booking-arrow.png');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}
.booking a,
.booking a:visited {
	color: #fff;
	font-weight: 600;
}

/*
 * Main section
 */
.main-textblock {}
.main-textblock .sppb-addon-title {
	font-size: 1.25rem;
}

/*
 * Impression section
 */
.impression-section {}
.impression-grid {}
@media(max-width: 991px){
	.impression-grid > .sppb-column-addons > div:not(:first-child) {
		margin-top: 30px;
	}
}
@media(min-width: 992px){
	
	.impression-grid > .sppb-column-addons {
		display: grid; 		
		gap: 30px 30px; 
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
	}
	.impression-grid:not(.half-grid) > .sppb-column-addons {
		grid-template-rows: 1fr 1fr 1fr 1fr; 
		grid-template-areas: 
			"image-1 image-1 image-2 image-2 image-2"
			"image-3 image-3 image-3 image-4 image-4"
			"image-5 image-5 image-6 image-6 image-6"
			"image-7 image-7 image-7 image-8 image-8"; 
	}
	.impression-grid.half-grid > .sppb-column-addons {
		grid-template-rows: 1fr 1fr; 
		grid-template-areas: 
			"image-1 image-1 image-2 image-2 image-2"
			"image-3 image-3 image-3 image-4 image-4"; 
	}
	
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper:nth-child(1) { grid-area: image-1; }
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper:nth-child(2) { grid-area: image-2; }
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper:nth-child(3) { grid-area: image-3; }
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper:nth-child(4) { grid-area: image-4; }
	.impression-grid:not(.half-grid) > .sppb-column-addons > .sppb-addon-wrapper:nth-child(5) { grid-area: image-5; }
	.impression-grid:not(.half-grid) > .sppb-column-addons > .sppb-addon-wrapper:nth-child(6) { grid-area: image-6; }
	.impression-grid:not(.half-grid) > .sppb-column-addons > .sppb-addon-wrapper:nth-child(7) { grid-area: image-7; }
	.impression-grid:not(.half-grid) > .sppb-column-addons > .sppb-addon-wrapper:nth-child(8) { grid-area: image-8; }
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper > div {
		height: 100%;
	}
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper:nth-child(1) .sppb-addon-image,
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper:nth-child(4) .sppb-addon-image,
	.impression-grid:not(.half-grid) > .sppb-column-addons > .sppb-addon-wrapper:nth-child(5) .sppb-addon-image,
	.impression-grid:not(.half-grid) > .sppb-column-addons > .sppb-addon-wrapper:nth-child(8) .sppb-addon-image {
		height: 100%;
	}
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper:nth-child(1) .sppb-addon-image > img,
	.impression-grid > .sppb-column-addons > .sppb-addon-wrapper:nth-child(4) .sppb-addon-image > img,
	.impression-grid:not(.half-grid) > .sppb-column-addons > .sppb-addon-wrapper:nth-child(5) .sppb-addon-image > img,
	.impression-grid:not(.half-grid) > .sppb-column-addons > .sppb-addon-wrapper:nth-child(8) .sppb-addon-image > img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		object-fit: cover;
		z-index: 100;
	}
}

.impression {
	position: relative;
	height: 100%;
	z-index: 98;
}
.impression .sppb-addon-image {
	position: relative;
	margin-bottom: 0;
	z-index: 99;
}
.impression .sppb-addon-body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	color: #fff;
	font-size: 1rem;
	background-color: rgba(61,69,71,0.85);
	z-index: 101;
	opacity: 0;
	transition: opacity ease-in-out .25s;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.impression.active .sppb-addon-body,
.impression:hover .sppb-addon-body,
.impression:focus .sppb-addon-body {
	opacity: 1;
}
.impression .sppb-addon-body .sppb-image-content-title {
	font-weight: 400 !important;
	font-size: 1.25rem;
}

/*
 * Service section
 */

.service-section {}

.service {}
.service .sppb-addon-image img {
	max-width: 85px;
	height: auto;
}
.service .sppb-addon-body .sppb-image-content-title {
	font-size: 1.25rem;
}
.service .sppb-addon-body .sppb-image-content-text {
	font-size: 1rem;
}

/*
 * News section
 */
.news .sppb-addon-body .sppb-image-content-title {
	font-size: 1.25rem;
}
.news .sppb-addon-body .sppb-image-content-text {
	/*
	font-size: 1rem;
	*/
}

/*
 * About us section
 */
.about-us-section {}
.about-us-image {}
.about-us > .sppb-addon-title {
	font-size: 1.125rem;
}

/*
 * Footer section
 */
@media(min-width: 576px){
	.footer-branding .sppb-addon-content .sppb-addon-single-image-container img {
		max-width: 360px;
		height: auto;
	}
}
.secondary-navbar .sppb-addon-content ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.secondary-navbar .sppb-addon-content ul.menu li.default {
	display: none;
}


/*
 * Pricelist styles
 */
 
.price-table {}
.price-table table thead tr th {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.125rem;
}
.price-table table thead tr th .sppb-addon-content {
	color: var(--base-color);
}
.price-table table thead tr th .sppb-addon-content p:last-child,
.price-table table tbody tr td .sppb-addon-content p:last-child {
	margin-bottom: 0;
}
.price-table table tbody tr,
.price-table table tbody tr:nth-child(2n) {
	background-color: transparent;
}
.price-table table tbody tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	color: var(--base-color);
	font-size: 1.125rem;
}
.price-table table tbody tr td:nth-child(2) {
	text-align: right;
}


/*
 * Booking section
 */
.booking-section {}


/*
 * Offer page styles
 */


.offer-item {
	position: relative;
	z-index: 98;
}
.offer-item .sppb-addon-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	z-index: 101;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity ease-in-out .25s;

	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
.offer-item .sppb-addon-title > span {
	display: block;
}
.offer-item:focus .sppb-addon-title,
.offer-item:hover .sppb-addon-title {
	opacity: 1;
}
.offer-headline .sppb-addon-title {
	font-size: 1.5rem;
	color: var(--sec-color);
}


.second-carousel div,
.second-carousel div img {
	border-radius: 0 !important;
}
@media(max-width: 575px){
	.second-carousel .sppb-carousel-extended-outer-stage {
		height: auto !important;
		
	}
	.second-carousel .sppb-carousel-extended-outer-stage .sppb-carousel-extended-item img {
		max-width: 100% !important;
		height: auto;
	}
}

.buffets-section > .sppb-container-inner > .sppb-row > .sppb-row-column .sppb-column-addons > div,
.buffets-section > .sppb-container-inner > .sppb-row > .sppb-row-column .sppb-column-addons > div > div {
	height: 100%;
}
@media(max-width: 991px){
	.buffets-section > .sppb-container-inner > .sppb-row > .sppb-row-column:not(:first-child) {
		margin-top: 30px;
	}
}
.buffets .sppb-addon-title {
	font-size: 1.5rem;
}

.reservation-text > .sppb-addon-content {
	font-size: 2rem;
	line-height: 1.35;
}

/* Event section */
.events-section .sppb-section-title:before {
	content: '';
	display: block;
	width: 200px;
	aspect-ratio: 1 / .54;
	margin: 0 auto 30px auto;
	background-image: url('../images/hotel-kleiner-storch-symbol.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
@media(min-width: 768px){
	.event-content {
		display: grid; 		
		gap: 30px; 
		grid-template-columns: 1fr 1fr; 
	}
}
.event-content figure {
	margin-bottom: 0;
}
.event-content .sppb-addon-body {
	/*
	display: flex;
	flex-direction: column;
	justify-content: center;
	*/
}
@media(max-width: 767px){
	.event-content {
		margin-top: 30px;
	}
	.event-content .sppb-addon-body {
		margin-top: 30px;
	}
}
.event-content .sppb-addon-body .sppb-image-content-title {
	font-size: 1.75rem !important;
	font-weight: 400;
}
.event-content .sppb-addon-body .sppb-image-content-text > h3 {
	font-size: 1.25rem;
	margin-bottom: 30px;
}

.crane-dates {
	position: relative;
	z-index: 98;
}
.crane-dates .sppb-addon-body {
	padding: 40px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
}
@media(max-width: 767px){
	.crane-dates .sppb-addon-image {
		position: absolute;
		width: 100%;
		height: 100%;
		height: 100%;
		margin: 0;
	}
	.crane-dates .sppb-addon-image img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		object-fit: cover;
		z-index: 100;
	}
	.crane-dates .sppb-addon-body {
		position: relative;
		height: 100%;
		z-index: 101;
	}
}
@media(min-width: 768px){
	.crane-dates .sppb-addon-body {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
.crane-dates .sppb-addon-body .sppb-image-content-title  {
	margin-bottom: 20px;
	font-size: 1.5rem;
}


/*
 * Request form
 */
#requestForm * {
	font-weight: 300;
}
#requestForm .formControls {
	position: relative;
}
#requestForm .formControls .form-control {
	border-radius: 0;
	border-color: #ccd8db;
	background-color: #ccd8db;
	
}
#requestForm .form-row > .col, 
#requestForm .form-row > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

#requestForm .rsform-type-submitbutton {
	margin-top: 50px;
	text-align: center;
}
#requestForm .rsform-type-submitbutton .formControls .btn-primary {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.25rem;
	text-transform: uppercase;
}

#requestForm .formControls .rsform-calendar-button,
#requestForm .rsform-type-submitbutton .formControls .btn-primary {
	background-color: var(--sec-color);
	border-color: var(--sec-color);
	border-radius: 0;
	font-weight: 300;
}
#requestForm .rsform-type-submitbutton .formControls .btn-primary:hover,
#requestForm .rsform-type-submitbutton .formControls .btn-primary:active,
#requestForm .rsform-type-submitbutton .formControls .btn-primary:focus {
	background-color: #608f91;
}
@media(min-width: 360px){
	#requestForm .rsform-type-submitbutton .formControls .btn-primary {
		min-width: 320px;
	}
}
.formError {
	position: absolute;
	padding: 5px 10px;
	font-size: 0.9rem !important;
	border: 1px solid #eee;
	background-color: #fff;
}
.form-group:not(.rsform-block-datenschutz) .formError {
	left: 50%;
	transform: translateX(-50%);
}
.formError:after, .formError:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.formError:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.formError:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eeeeee;
	border-width: 6px;
	margin-left: -6px;
}