html {
	scroll-behavior: smooth;
	scroll-padding-top: 180px;
}

body {
	line-height: 1.8;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

a {
	color: #6D727A;
	text-decoration: none;
}

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

main#content a {
	text-decoration: underline;
}

main#content a:hover {
	text-decoration: none;
}

.footer a:hover {
	color: #ccc;
	text-decoration: none;
}

.footer a {
	color: #fff;
}

footer .logos-footer {}

footer .logos-footer img {
	width: 200px;
	height: auto;
}

.container-fluid {
	padding: 0;
}

.container {
	clear: both;
}

.handschrift {
	clear: both;
	font-family: 'Kalam';
	font-weight: 400;
	text-align: left;
}

/*************************** ÜBERSCHRIFTEN *************************
************************************************************************/
h1,
.h1,
h2,
.h2 {
	font-size: 30px;
	padding: 5px 0;
	text-align: left;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	color: #3b352d;
	font-family: 'Kalam', cursive;
}

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

/***************************** TOP-BEREICH ***************************
************************************************************************/
.top-wrapper {
	height: auto;
	background-color: #fff;
}

.navigation-wrapper {
	height: 75px;
	z-index: 99;
	border-bottom: 8px solid #3b352d;
	background-color: #5c5346;
	background-image: url(/typo3conf/ext/pension_elisa/Resources/Public/Images/Template/AdobeStock_64480547_nav.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s ease-in-out;
}

#seitenheader.fixed nav {
	top: 0;
	width: 100%;
	z-index: 9;
	position: fixed;
}

.top-wrapper div.container {
	padding: 0;
}

.scroll {
	position: fixed;
	top: 0;
	width: 100%;
	clear: both;
}

.scroll-2,
.scroll-3 {
	margin-top: 70px;
	clear: both;
}

.kontakt-top {
	padding: 15px 0;
	display: flex;
	justify-content: right;
	align-items: center;
}

.kontakt-top .row {
	width: 100%;
}

.email {
	text-align: right;
}

.telefon {
	text-align: right;
}

.kontakt-top .facebook {
	display: flex;
	justify-content: center;
}

#seitenheader .top-wrapper .illustration img {
	width: 200px;
	height: auto;
	transition: all 0.5s ease-in-out;
}

#seitenheader.fixed .logo img {
	width: 95px;
	height: auto;
	position: fixed;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	top: 10px;
	z-index: 99;
}

.logo {
	position: relative;
}

.logo img {
	width: 230px;
	height: auto;
	position: absolute;
}

/*************************** KOPFBILD/SLIDER *************************
************************************************************************/
.kopfslider,
.kopfbild {
	padding: 0;
	position: relative;
	clear: both;
	border-bottom: 8px solid #3b352d;
}

.kopfslider,
.kopfbild {
	max-height: 800px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}

.kopfbild>img {
	padding-bottom: 0;
}

.kopfslider img,
.kopfbild img {
	width: 100%;
	height: auto;
}

.carousel-inner {
	max-height: 800px;
}

.carousel-indicators {
	display: none;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.carousel-control-next i,
.carousel-control-prev i {
	font-size: 48px;
}

#carousel-slider .carousel-control-left,
#carousel-slider .carousel-control-right {
	background: url(../Images/Template/trans-40-schwarz.png);
	bottom: 50px;
	width: 50px;
	height: 50px;
	line-height: 1;
	position: absolute;
	z-index: 99;
}

#carousel-slider .carousel-control-left {
	left: 100px;
}

#carousel-slider .carousel-control-right {
	right: 100px;
}

#carousel-slider .carousel-control-left i,
#carousel-slider .carousel-control-right i {
	color: #fff;
	font-size: 48px;
}

/*----- Patch für Firefox v.58 --------*/
.carousel-item {
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.layout-contentseite main#content {
	padding-top: 30px;
}

/****************************** CONTENT ******************************
************************************************************************/
body {}

main {}

a button.btn.bewertungslink {
	color: #fff;
}

button.btn.bewertungslink {
	background: #3b352d;
	border-color: #3b352d;
}

/******************************* FOOTER ******************************
************************************************************************/
footer {
	color: #fff;
	margin-top: 20px;
}

footer .container.footer .container .frame-standard {
	margin-top: 0;
}

.footer-wrapper {
	background-color: #3b352d;
	background-image: url(/typo3conf/ext/pension_elisa/Resources/Public/Images/Template/AdobeStock_64480547_footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 0 30px 0;
	color: #fff;
	border-top: 8px solid #3b352d;
	clear: both;
	z-index: 99;
}

.container.footer {
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer header h3 {
	font-size: 20px;
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}

#c6,
#c6 h3 {
	text-align: right;
}

.footer-logo-wrap .footer-logo-item img {
	width: auto;
	height: 60px;
}

footer .frame-type-image .ce-gallery[data-ce-images="3"] .ce-outer {
	float: none;
	width: 100%;
}

footer .frame-type-image .ce-gallery[data-ce-images="3"] .ce-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	float: none;
	width: 100%;
}

footer .frame-type-image .ce-gallery[data-ce-images="3"] .ce-row {
	display: contents;
}

footer .frame-type-image .ce-gallery[data-ce-images="3"] .ce-column,
footer .frame-type-image .ce-gallery[data-ce-images="3"] figure.image {
	float: none;
	margin: 0;
}

footer .frame-type-image .ce-gallery[data-ce-images="3"] img.image-embed-item {
	display: block;
	width: auto;
	height: clamp(48px, 16vw, 70px);
	max-width: none;
	margin: 0;
	object-fit: contain;
}

/**************************** BOOTSTRAP-ICONS *************************
************************************************************************/
.kontakt-top i.bi {
	background-color: #3b352d;
	border-radius: 100%;
	box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
	color: #fff;
	cursor: default;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	margin: 0 11px 0 0;
	padding: 0;
	text-align: center;
	width: 2em;
}

#seitenheader {
	position: relative;
}

#seitenheader button i.bi {
	background-color: #3b352d;
	border-radius: 100%;
	box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
	color: #fff;
	cursor: default;
	display: inline-block;
	height: 75px;
	line-height: 1;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
	width: 75px;
	position: absolute;
	bottom: 100px;
}

#seitenheader button i.bi::before {
	margin-top: 15px;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: .8;
}

/********************************** TYPO3 *****************************
************************************************************************/
.lightbox>img {
	height: auto;
	width: 100%;
}

.ce-gallery {
	margin-top: 0 !important;
}

.ce-gallery img {
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 8px;
}

.ce-gallery-bootstrap img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.ce-intext.ce-right .ce-gallery {
	margin-left: 10px;
}

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

figcaption {
	display: block !important;
	font-size: 12px;
	height: 30px;
	margin-top: 0;
	text-align: center;
	width: 100%;
}

a.mail img {
	margin-top: -6px;
}

hr {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(148, 0, 49, 0.75), rgba(0, 0, 0, 0));
	border: 0 none;
	height: 2px;
	width: 100%;
}

.bildspalte {
	margin-bottom: 30px;
}

.bildspalte p {
	margin-bottom: 25px;
}

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

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

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

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

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

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

p {
	margin-bottom: 15px;
}

.privacy-msg.privacy-calendar-msg {
	width: auto !important;
}

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

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

.privacy-msg.privacy-calendar-msg p,
.privacy-msg.privacy-map-msg p,
.privacy-msg.privacy-video-msg p {
	padding: 15px;
	background: #eee;
	text-align: center;
	width: auto;
}

.modal-dialog-scrollable {
	height: 90vh;
}

.modal-dialog {
	max-width: 1140px;
}

button.btn.btn-primary {
	background: #3b352d;
	border-color: #3b352d;
}

button.btn.btn-primary:hover {
	background: #333;
	border-color: #333;
}

.frame-beige-box {
	background: #FFF1DD;
	padding: 15px 15px 0px 15px;
}

.sl-overlay {
	background: #000;
}

.ce-intext.ce-left .ce-gallery {
	margin-right: 20px;
}

.frame-graue-box {
	background: #FFF1DD;
	padding: 15px 15px 0px 15px;
}

/******************************** MASK *******************************
************************************************************************/
.mask-bildergalerie div.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 div.bildspalte img {
	width: 100%;
	height: auto;
}

/*************************** TYPO3-FORM ****************************
************************************************************************/
#kontaktformular-40 legend {
	background: #eee;
	font-size: 20px;
	padding: 0 10px;
}

#kontaktformular-40 .form-group label {
	font-weight: 600;
}

form#kontaktformular-40 .form-group {
	margin-bottom: 20px;
}

#kontaktformular-40 .submit button.btn {
	background: #3b352d;
	border-color: #3b352d;
	color: #fff;
}

#kontaktformular-40 .submit button.btn:hover {
	background: #333;
	border-color: #333;
}

#kontaktformular-40 .input.checkbox .form-check {
	padding-left: 0;
}

#kontaktformular-40 input#kontaktformular-40-checkbox-1 {
	margin-right: 5px;
}

#kontaktformular-40 textarea#kontaktformular-40-textarea-1 {
	min-height: 150px;
}

form#kontaktformular-40 #c39 {
	margin-top: 15px;
}

.anfrage-button {}

.anfrage-button a button {
	background: #3b352d;
	border-radius: 5px;
	border: none;
	color: #fff;
	padding: 10px 25px;
}

.anfrage-button a:hover button {
	background: #333;
}

/*------------------------------------*\
  #OPENSTREETMAP
\*------------------------------------*/
iframe.openstreetmap {
	width: 100%;
}

.map {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.map .privacy-msg.privacy-map-msg {
	background-image: url(/typo3conf/ext/pension_elisa/Resources/Public/Images/Template/Mapdummy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
}

.map .privacy-msg.privacy-map-msg::after {
	content: "© OpenStreetMap contributors";
	position: absolute;
	left: 15px;
	bottom: 0;
}

.map .privacy-msg.privacy-map-msg p {
	background: rgb(0, 0, 0, 0.8);
	width: 1110px;
	position: absolute;
	left: 50%;
	margin-top: 50px;
	margin-left: -555px;
	color: #fff;
	text-align: center;
}

.google-map iframe.privacy-map {
	width: 100%;
}

.map iframe {
	width: 100%;
	margin-bottom: -6px;
}

.privacy-msg a.btn {
	background: #3b352d;
	border-color: #3b352d;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.privacy-script-msg p {
	background: rgb(0, 0, 0, 0.8);
	position: relative;
	margin-top: 50px;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.privacy-msg.privacy-video-msg {
	/* Hinweis: Video-Dummy.jpg ist in dieser Extension nicht vorhanden.
	   Datei unter Resources/Public/Images/Template/ ablegen und die folgende
	   Zeile einkommentieren. */
	/* background-image: url(../Images/Template/Video-Dummy.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
}

.privacy-msg.privacy-video-msg p {
	background: rgb(0, 0, 0, 0.8);
	width: 900px;
	position: relative;
	left: 50%;
	margin-top: 50px;
	margin-left: -450px;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

/*------------------------------------*\
  #TABELLEN
\*------------------------------------*/
table.contenttable {
	width: 100%;
	margin-bottom: 30px;
}

table.contenttable tr:last-child {
	border-bottom: none;
}

table.contenttable tr td {
	padding: 5px;
}

/*------------------------------------*\
  #BACK-TO-TOP
\*------------------------------------*/
.back-to-top {
	background: #3b352d;
	border-radius: 5px;
	border: 1px solid #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	line-height: 1;
	padding: 10px;
	z-index: 100;
}

.back-to-top i {
	color: #fff;
	font-size: 36px;
}

/*-------------------- MEDIA-QUERIES ----------------------
---------------------------------------------------------------*/
@media (min-width: 1599px) {
	.carousel-caption {
		bottom: auto;
		top: 20px;
	}
}

@media (max-width: 1399px) {
	header#seitenheader .top-wrapper .illustration img {
		width: 120px;
		height: auto;
	}

	header#seitenheader .top-wrapper .logo span {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	header#seitenheader .top-wrapper .logo span {
		font-size: 32px;
	}

	.navigation-wrapper {
		display: none;
	}

	.kontakt-top {
		justify-content: normal;
		padding: 20px 0;
	}

	.logo img {
		width: 200px;
		height: auto;
		position: absolute;
		z-index: 99;
		top: 100px;
		margin-left: -100px;
	}

	.mask-linkbox-wrap {
		min-height: 250px;
	}

	.modal-dialog {
		max-width: 960px;
	}

	.carousel-control-next i,
	.carousel-control-prev i {
		font-size: 30px;
	}

	#seitenheader button i.bi {
		height: 50px;
		width: 50px;
		bottom: 50px;
	}


	#seitenheader button i.bi::before {
		margin-top: 10px;
	}

	.top-wrapper .logo {
		justify-content: center !important;
	}

	.illustration {
		padding: 0 15px;
		position: relative;
		top: 0;
	}

	header#seitenheader .top-wrapper .illustration img {
		width: 110px;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.email {
		text-align: center;
		justify-content: center;
		display: flex;
	}

	footer .frame-type-image .ce-gallery[data-ce-images="3"] img.image-embed-item {
		height: 50px;
	}
}

@media (max-width: 991px) {
	html {
		scroll-behavior: unset;
		scroll-padding-top: unset;
	}

	.top-wrapper {
		height: auto;
	}

	.top-wrapper div.container {
		width: 100%;
	}

	.navigation-wrapper {
		display: none;
	}

	.container {
		min-width: 100%;
	}

	section#content section.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.row {
		margin: 0;
	}

	.mask-bildergalerie .row,
	.frame-type-gridelements_pi1 .row,
	.mask-bild-box-wrap .row,
	.frame-type-b13-2-spalten-66-33 .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	footer .frame-type-gridelements_pi1 .row {
		margin: 0;
	}

	footer .col-md-6:nth-child(3) {
		display: none;
	}

	.content {
		padding: 0;
	}

	.footer .ce-column div.ce-media img {
		width: 140px;
	}

	.email,
	.telefon {
		text-align: center;
	}

	.icon.major {
		margin: 20px 15px 20px 0;
	}

	.scroll {
		position: relative;
		top: 0;
		width: 100%;
		clear: both;
	}

	.scroll-2,
	.scroll-3 {
		margin-top: 0;
		clear: both;
	}

	.gridelement-4-spalten div.col-md-3.col-sm-6.col-xs-12,
	.gridelement-2-spalten-50-50 div.col-sm-6.col-xs-12 {
		margin-bottom: 30px;
	}

	.calender-scrollbar {
		width: 100%;
		padding: 0px;
		margin-bottom: 0px;
		overflow-y: hidden;
		border: 1px solid #DDD;
		overflow-x: auto;
		min-height: 0.01%;
	}

	.modal-dialog {
		margin-top: 90px;
	}

	footer .frame-type-image .ce-gallery[data-ce-images="3"] img.image-embed-item {
		height: 40px;
	}
}

@media (max-width: 767px) {
	.kontakt-top i {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.ce-intext.ce-left .ce-gallery {
		margin-right: 0;
		margin-top: 0;
		width: 100%;
	}

	.ce-gallery img {
		margin-bottom: 10px;
	}

	.ce-intext.ce-right .ce-gallery {
		margin-left: 0;
	}

	.ce-media {
		margin: 0;
	}

	.ce-row {
		margin-bottom: 0;
	}

	.top-wrapper {
		height: 270px;
	}

	.container.footer {
		font-size: 15px;
		padding: 15px;
	}

	.ce-right .ce-gallery {
		float: none;
		width: 100%;
	}

	.ce-column {
		width: 100%;
	}

	.email {
		text-align: center;
	}

	.powermail_input.form-control,
	.powermail_country.form-control,
	.powermail_date.form-control,
	.powermail_select.form-control,
	.powermail_textarea,
	.powermail_submit.btn.btn-primary {
		float: left;
		width: 100%;
	}

	.top-wrapper {
		background-image: none;
		height: auto;
	}

	.telefon {
		text-align: center;
	}

	.fa {
		margin: 30px 11px 0 0;
	}

	/* .row.mask-bildergalerie {
        margin: 0;
    } */

	#c6,
	#c6 h3 {
		text-align: left;
	}

	.footer-wrapper .gridelement-3-spalten-33-33-33-linke-spalte,
	.footer-wrapper .gridelement-3-spalten-33-33-33-mittlere-spalte,
	.footer-wrapper .gridelement-3-spalten-33-33-33-rechte-spalte {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
	}

	.mask-linkbox-wrap {
		min-height: auto;
		margin-bottom: 0;
		padding-bottom: 20px;
	}

	.calendarize .calendarize-item .calendarize-icon {
		padding: 10px 0;
	}

	.calendarize .calendarize-item i {
		padding: 15px 0;
	}

	footer .logos-footer {
		margin-top: 20px;
	}

	footer .frame-type-image .ce-gallery[data-ce-images="3"] img.image-embed-item {
		height: 40px;
	}

	footer .instagram {
		justify-content: start;
	}
}

@media (max-width: 767px) {
	.logo img {
		width: 150px;
		margin-left: -75px;
	}
}

@media (max-width: 480px) {
	.ce-textpic {
		margin: 0;
	}

	.container.content {
		margin: 0;
		padding: 0;
	}

	.icon.major {
		margin: 10px 15px 20px 0;
	}

	.footer-logos .logo-3 {
		margin-top: 0;
	}

	.footer-logos img {
		width: 100%;
		height: auto;
	}
}




.theMultiRowCalendar {
	display: grid !important;
	/* !important nur wegen des inline style="display:flex" */
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	align-items: start;
}

@media (min-width: 768px) {
	.theMultiRowCalendar {
		grid-template-columns: repeat(4, 1fr);
	}

	.logo img {
		width: 250px;
	}
}

@media (min-width: 992px) {
	.theMultiRowCalendar {
		grid-template-columns: repeat(6, 1fr);
		gap: .75rem;
	}
}

/* Jahresauswahl über die volle Breite, nicht als Kalenderzelle */
.theMultiRowCalendar>.yearSelector,
.theMultiRowCalendar>.calendarYear {
	grid-column: 1 / -1;
}

/* Äußere Wrapper-Tabelle je Monat */
.theMultiRowCalendar>table.monthMultiRow {
	width: 100%;
	min-width: 0;
	margin: 0;
	border-collapse: collapse;
}

.theMultiRowCalendar>table.monthMultiRow>tbody>tr>td.monthMultiRow {
	padding: 0;
	vertical-align: top;
}

/* Innere Tabelle mit den Tagen */
.theMultiRowCalendar table.tableMultiRow {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: .75rem;
	line-height: 1.25;
}

.theMultiRowCalendar table.tableMultiRow td {
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}

.theMultiRowCalendar td.monthNameMultiRow {
	padding: .35rem 0;
	font-weight: 600;
	white-space: nowrap;
}

.theMultiRowCalendar td.dayNames {
	padding-bottom: .2rem;
	font-size: .7rem;
	font-weight: 600;
	opacity: .7;
}

.theMultiRowCalendar table.tableMultiRow td>div {
	display: block;
	width: 100%;
	padding: 2px 0;
	border-radius: 2px;
}

.tx-myflat .tableMultiRow td.bookingStart {
	background-color: #fff;
	background-image: url(/typo3conf/ext/myflat/Resources/Public/Icons/bookingStartRed.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.tx-myflat .tableMultiRow td.bookingStartAndEnd {
	background-color: #fff;
	background-image: url(/typo3conf/ext/myflat/Resources/Public/Icons/bookingEndRed.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.tx-myflat .tableMultiRow td.bookedDay,
.tx-myflat .tableMultiRow td.bookedWeekend {
	color: #fff;
}

.tx-myflat .tableMultiRow td.bookedDay.bookingStart,
.tx-myflat .tableMultiRow td.bookedWeekend.bookingStart {
	color: #000;
}