html {
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/bg_seite.jpg);
}

body {
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/lilien3-trans-15.png);
	background-color: unset;
	color: #371703;
	font-family: 'Cormorant Infant', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

/*-----------------------------------------------------*\
  #BOOTSTRAP
\*-----------------------------------------------------*/
.container {}

.modal-dialog {
	margin: 150px auto;
}

/*-----------------------------------------------------*\
  #LINKS
\*-----------------------------------------------------*/
a {
	color: #371703;
	font-weight: 600;
	text-decoration: underline;
}

a:hover {
	color: #93651E;
	text-decoration: none;
}

/*-----------------------------------------------------*\
  #ÜBERSCHRIFTEN
\*-----------------------------------------------------*/
.h1,
h1,
.h2,
h2,
h5,
.h5 {
	font-family: 'Cursiv';
	font-size: 28px;
}

.h5:after,
h5:after {
	content: "";
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/Verzierung_Ueberschrift-2.svg);
	width: 259px;
	height: 8px;
	display: block;
	margin: 15px auto 20px auto;
}

.h3,
h3 {
	font-size: 24px;
}

.h4,
h4 {}

.error {
	color: red;
	font-weight: bold;
	font-size: 20px;
}

/*-----------------------------------------------------*\
  #KOPFBEREICH
\*-----------------------------------------------------*/
header.seitenheader {
	background: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/trans-50-braun.png);
}

.logo {
	overflow-x: hidden;
}

.logo img {
	width: auto;
	height: 215px;
	left: 50%;
	position: relative;
	margin-left: -1290px;
}

.slick-kopfslider {
	max-width: 1600px;
	margin: 0 auto;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.slick-dots {
	bottom: 40px;
}

.slick-dots li button::before {
	font-size: 20px;
	color: #fff;
}

.slick-dots li.slick-active button::before {
	opacity: .75;
	color: #fff;
}

.slick-next {
	right: 25px;
}

.slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 48px;
	content: "\f054";
}

.slick-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 48px;
	content: "\f053";
}

.slick-prev {
	left: 25px;
	z-index: 1;
}

.slick-prev,
.slick-next {
	width: 40px;
	height: 48px;
}

nav.hauptnavigation {
	background: #93651E;
	padding: 15px 0;
	z-index: 1;
	color: #fff;
	position: relative;
}

nav.hauptnavigation:before {
	content: "";
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/Trenner-hell.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 679px;
	height: 21px;
	display: block;
	margin: -25px auto 0 auto;
	position: absolute;
	width: 100%;
}

nav.hauptnavigation:after {
	content: "";
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/Trenner-hell.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 679px;
	height: 21px;
	display: block;
	margin: 5px auto 0 auto;
	position: absolute;
	width: 100%;
}

.instagram {
	position: absolute;
	right: 100px;
	top: 17px;
	line-height: 1;
}

.instagram img {
	width: 23px;
	height: auto;
}

#sprachmenu {
	position: absolute;
	right: 25px;
	top: 10px;
}

#sprachmenu img {
	width: 20px;
	height: auto;
}

#sprachmenu a {
	display: inline-block;
}

#sprachmenu span img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

#infobox button.close {
	padding: 8px 20px;
}

#infobox button.close span {
	font-size: 2.5rem;
}

/*-----------------------------------------------------*\
  #CONTENT
\*-----------------------------------------------------*/
main {}

/*-----------------------------------------------------*\
  #FOOTER
\*-----------------------------------------------------*/
footer {
	background: #93651E;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}

footer:before {
	content: "";
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/Trenner-hell.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 679px;
	height: 21px;
	display: block;
	margin: -40px auto 0 auto;
	position: absolute;
	width: 100%;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #371703;
}

footer #c12 {
	text-align: right;
}

footer .rechtliches {
	text-align: center;
}

footer .rechtliches:before {
	content: "";
	width: 250px;
	height: 1px;
	background: #fff;
	display: block;
	margin: 10px auto 10px;
}


footer .frame-weiss {
	background: none;
	padding: 0px;
	text-align: right;
}

/*-----------------------------------------------------*\
  #TYPO3
\*-----------------------------------------------------*/
p {
	margin-bottom: 15px;
}

strong {
	font-weight: 600;
}

.frame-space-before-extra-small {
	margin-top: 15px;
}

.frame-space-before-small {
	margin-top: 30px;
}

.frame-space-before-medium {
	margin-top: 45px;
}

.frame-space-before-large {
	margin-top: 60px;
}

.frame-space-before-extra-large {
	margin-top: 75px;
}

.frame-space-after-extra-small {
	margin-bottom: 15px;
}

.frame-space-after-small {
	margin-bottom: 30px;
}

.frame-space-after-medium {
	margin-bottom: 45px;
}

.frame-space-after-large {
	margin-bottom: 60px;
}

.frame-space-after-extra-large {
	margin-bottom: 75px;
}

.frame-text-2-column .ce-bodytext {
	column-count: 2;
	column-gap: 30px;
	text-align: justify;
}

.ce-gallery .image img {
	width: 100%;
	height: auto;
}

figcaption {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#cboxTitle {
	position: absolute;
	bottom: -3px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #555;
}

.frame-weiss {
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/clean-gray-paper-beige.png);
	padding: 25px 25px 10px 25px;
}

#c3 {
	/*    min-height: 371703px;*/
}

/*-----------------------------------------------------*\
  #COLORBOX
\*-----------------------------------------------------*/
#cboxCurrent,
#cboxSlideshow {
	bottom: 1px;
	color: #949494;
	font-size: 14px;
}

/*-----------------------------------------------------*\
  #MASK
\*-----------------------------------------------------*/
/*---------- BILDERGALERIE -----------*/
.frame-type-mask_bildergalerie h2 {
	text-align: center;
}

.mask-bildergalerie {
	clear: both;
	margin-bottom: 20px;
}

.mask-bildergalerie .mask-bildergalerie-wrapper {
	margin-bottom: 15px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.mask-bildergalerie .bildspalte {
	margin-bottom: 15px;
}

.mask-bildergalerie .bildspalte img {
	width: 100%;
	height: auto;
}

.bildspalte .zoom {
	overflow: hidden;
	position: relative;
}

.bildspalte .zoom img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
}

.bildspalte .zoom:hover img {
	width: 100%;
	height: auto;
	transform: scale(1.1);
}

.bildspalte figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: url(/typo3conf/ext/bim_template/Resources/Public/Images/Template/trans-60-schwarz.png);
}

.bildspalte:hover figcaption {
	opacity: 1;
}

.bildspalte figcaption div {
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	padding: 0 10px;
	position: absolute;
	width: 100%;
	bottom: 20px;
}

/*---------- SPEZIALÜBERSCHRIFT -----------*/
.mask-spezialueberschrift-wrap .mask-spezialueberschrift-h1 h1 {
	color: #371703;
	font-family: 'Annie Use Your Telescope';
	font-size: 48px;
	margin-top: 45px;
	text-align: center;
}

.mask-spezialueberschrift-wrap .mask-spezialueberschrift-h1 h1:before {
	content: "";
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/ueberschrift-gross.png);
	position: absolute;
	width: 107px;
	height: 35px;
	margin-left: -53px;
	left: 50%;
	margin-top: -45px;
}

.mask-spezialueberschrift-wrap .mask-spezialueberschrift-sterne {
	margin-bottom: 15px;
}

.mask-spezialueberschrift-wrap .mask-spezialueberschrift-sterne img {
	width: 100px;
	height: auto;
}

.mask-spezialueberschrift-wrap .mask-spezialueberschrift-h3 h3 {
	text-align: center;
}

/*---------- BOX-LINK -----------*/
.mask-button-icon-wrap {
	background-image: url(/typo3conf/ext/boos_internetmedien_template/Resources/Public/Images/Template/clean-gray-paper-beige.png);
	display: block;
	padding: 20px 15px;
	margin-bottom: 30px;
}

a.mask-button-icon-wrap {
	text-decoration: none;
}

.mask-button-icon .mask-button-beschreibung {
	font-family: 'Cursiv';
	font-size: 28px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}

.mask-button-icon i {
	font-size: 30px;
	padding-left: 30px;
}


/*-----------------------------------------------------*\
  #MAPS
\*-----------------------------------------------------*/
.map iframe {
	width: 100%;
}

.map .privacy-msg.privacy-map-msg,
.yt-video .privacy-msg.privacy-map-msg {
	position: relative;
	background: #eee;
	height: auto !important;
	width: 100% !important;
}

.map .privacy-msg.privacy-map-msg p,
.yt-video .privacy-msg.privacy-map-msg p {
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	position: absolute;
}

.privacy-msg.privacy-calendar-msg p,
.privacy-msg.privacy-kalender-msg p,
.privacy-msg.privacy-map-msg p,
.privacy-msg.privacy-video-msg p {
	padding: 15px;
	text-align: center;
}

.map .privacy-msg.privacy-map-msg p a.btn,
.yt-video .privacy-msg.privacy-map-msg p a.btn {
	color: #fff;
}

.privacy-msg.privacy-calendar-msg p a.btn,
.privacy-msg.privacy-map-msg p a.btn,
.privacy-msg.privacy-video-msg p a.btn,
.privacy-msg.privacy-kalender-msg p a.btn {
	background: #371703;
	border-color: #371703;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.map .privacy-msg.privacy-map-msg iframe.privacy-map,
.yt-video .privacy-msg.privacy-map-msg iframe.privacy-map {
	width: 100%;
}

.privacy-msg.privacy-kalender-msg {
	position: relative;
}

.privacy-msg.privacy-kalender-msg p {
	position: absolute;
}

/*-----------------------------------------------------*\
  #FORMULAR
\*-----------------------------------------------------*/
#reservierungsanfrage-26 h2,
#reservierungsanfrageen-26 h2 {
	text-align: center;
}

div.form-group:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px;
}

#reservierungsanfrage-26 .form-inline,
#reservierungsanfrageen-26 .form-inline {
	margin-bottom: 30px;
}

#reservierungsanfrage-26 textarea#reservierungsanfrage-26,
#reservierungsanfrageen-26 textarea#reservierungsanfrageen-26-textarea-1 {
	min-height: 200px;
}

#reservierungsanfrage-26 .btn,
#reservierungsanfrageen-26 .btn {
	background: #93651E;
	border-color: #93651E;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 300px;
}

#reservierungsanfrage-26 #c25 .form-check,
#reservierungsanfrageen-26 #c25 .form-check {
	padding: 0;
}

#reservierungsanfrage-26 .form-inline .form-group,
#reservierungsanfrageen-26 .form-inline {
	display: inline-block;
}

#reservierungsanfrage-26 .form-inline .form-group label.control-label,
#reservierungsanfrageen-26 .form-inline .form-group label.control-label {
	justify-content: flex-start;
	margin-bottom: .5rem;
}

/*------------------------------------*\
  #TABELLEN
\*------------------------------------*/


/*------------------------------------*\
  #BACK-TO-TOP-BUTTON
\*------------------------------------*/
#back-to-top {
	display: inline-block;
	background-color: #371703;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#back-to-top:after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #371703;
}

#back-to-top:active {
	background-color: #371703;
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1199px) {
	.instagram {
		right: 85px;
	}

	.mask-button-icon i {
		padding-left: 0;
	}

	.mask-button-icon .mask-button-beschreibung {
		font-size: 26px;
	}

	#c3 {
		min-height: 390px;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 100%;
	}

	nav.mean-nav .container.navigation {
		padding-left: 0;
	}

	.instagram {
		right: unset;
		left: 115px;
	}

	#sprachmenu {
		right: unset;
		top: 12px;
		left: 25px;
	}

	#sprachmenu img {
		margin-right: 20px;
	}

	.logo {
		padding-top: 58px;
		overflow-x: auto;
	}

	.logo img {
		width: 100%;
		height: auto;
		left: auto;
		position: relative;
		margin-left: 0;
	}

	nav {
		padding: 0;
	}

	nav:before,
	nav:after {
		content: unset;
		background-image: none;
	}

	.mask-button-icon-wrap {
		padding: 20px 10px;
	}

	.mask-button-icon .mask-button-beschreibung {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	#c3 {
		min-height: auto;
	}

	.mask-button-icon-wrap {
		margin-bottom: 30px;
	}

	.mask-button-icon i {
		padding-left: 45px;
	}

	#c11,
	#c12 {
		text-align: center !important;
	}

	#infobox.modal {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 575px) {}