@import url("https://fonts.verwaltungsportal.de/import/?family=Hanken+Grotesk:400,400i,600,600i%7CExo:400,400i,700,700i");

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #f9f5eb;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #7d6536 #ffffff;
}

body {
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 400;
	color: #404040;
	background: #f9f5eb;
	font-size: clamp(1rem, 2vw, 1.125rem);
	/* 1rem = 16px */
	line-height: 1.5;
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

a {
	color: #7d6536;
}

a:is(:hover, :focus) {
	color: #7d6536;
	text-decoration: underline;
}

b,
strong {
	font-weight: 600;
}

:is(#topbar, main, #quote, #footer) a {
	font-weight: 600;
	text-decoration: underline;
}

#overflow {
	overflow: clip;
}

hr {
	opacity: 1;
	border-color: #c8aa6a;
	margin: clamp(20px, 4vw, 40px) 0 clamp(20px, 4vw, 36px) 0;
}

/* LOGO MIT TEXT -------------------------------------------------------- */

.logo {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
	text-decoration: none !important;
}

.logo .template-page {
	width: auto;
}

.logo .cleaner {
	display: none;
}

.logoText {
	color: #fff;
	font-size: 0.875rem;
	align-content: center;
	line-height: 1.1;
	font-family: "Exo", sans-serif;
}

.logoText :is(b, strong) {
	display: block;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 700;
}

.logoText br {
	display: none;
}

@media (max-width: 575px) {
	.logoText {
		hyphens: auto;
	}
}

.logo img {
	display: block;
	max-width: 30vw;
}

/* LOGO MIT TEXT -------------------------------------------------------- */

/* #region -------------------------------------- topbar ---------------------------------------- */

#topbar {
	padding-top: 25px;
	font-size: 0.875rem;
}

@media (min-width: 992px) {
	#topbar {
		padding: 0;
	}
}

#topbar,
#topbar :is(h1, h2, h3, h4, h5, h6, a) {
	color: #ffffff;
}

#topbar :is(#phone-tab, #mail-tab) :is(b, strong, a) {
	font-size: 1rem;
	color: #c8aa6a;
}

/* contact col */

#phone-tab,
#mail-tab {
	padding-top: 42px;
	display: block;
	min-height: 42px;
	min-width: 42px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 34px;
}

@media (min-width: 576px) {

	#phone-tab,
	#mail-tab {
		padding-top: 0;
		padding-left: 48px;
		background-position: center left;
	}
}

#phone-tab {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M38.75 40.9q-5.6 0-11.25-2.875T17.3 30.6q-4.55-4.55-7.4-10.175Q7.05 14.8 7.05 9.2q0-.95.625-1.575T9.25 7h5.7q.8 0 1.35.5t.75 1.35l1.2 5.35q.1.75-.05 1.35-.15.6-.6 1l-4.7 4.6q2.85 4.8 6.375 8.275Q22.8 32.9 27.35 35.4l4.5-4.7q.5-.55 1.125-.775.625-.225 1.325-.075l4.85 1.1q.8.15 1.3.75t.5 1.45v5.5q0 .95-.625 1.6-.625.65-1.575.65Zm-27-21.8 4.1-4q.1-.1.125-.225.025-.125.025-.225L14.9 9.6q-.05-.2-.15-.275-.1-.075-.25-.075H9.6q-.15 0-.225.075Q9.3 9.4 9.3 9.55q-.05 1.95.6 4.325t1.85 5.225ZM29.5 36.45q2.05 1 4.475 1.55t4.425.65q.15 0 .225-.075.075-.075.075-.225v-4.9q0-.15-.075-.25t-.225-.15l-4.55-.9q-.1-.05-.2 0l-.2.1ZM11.75 19.1ZM29.5 36.45Z' fill='%23c8aa6a'/%3E%3C/svg%3E");
}

#mail-tab {
	margin-left: clamp(20px, 4vw, 60px);
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M7.9 39q-1.2 0-2.05-.85Q5 37.3 5 36.1V11.9q0-1.2.85-2.05Q6.7 9 7.9 9h32.2q1.2 0 2.05.85.85.85.85 2.05v24.2q0 1.2-.85 2.05-.85.85-2.05.85ZM24 24.3 7.25 13.25V36.1q0 .3.175.475t.475.175h32.2q.3 0 .475-.175t.175-.475V13.25Zm0-2.4 16.3-10.65H7.75ZM7.25 13.25v-2V36.1q0 .3.175.475t.475.175h-.65V36.1Z' fill='%23c8aa6a'/%3E%3C/svg%3E");
}

/* #endregion ----------------------------------- topbar ---------------------------------------- */

/* #region ------------------------------------ navigation -------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	nav.horizontally {
		position: static !important;
	}
	#burgerButton {
		font-size: 0;
		border: none !important;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background-color: #ffffff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButton:before, #burgerButton:after, #burgerButtonInner {
		background-color: #7d6536;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		transition: transform 200ms linear, opacity 200ms linear;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner {
		transform: rotate(-45deg) translate(-6px, 6px);
	}

	#burgerButton[aria-expanded="true"]:before {
		opacity: 0;
	}

	#burgerButton[aria-expanded="true"]:after {
		transform: rotate(45deg) translate(-4px, -6px);
	}

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButton:before {
		top: 24px;
	}

	#burgerButton:after {
		top: 32px;
	}

	#burgerButton:before, #burgerButton:after {
		content: "";
		display: block;
	}

	.navbar-nav {
		padding: 20px 10px;
	}

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #7d6536;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		overflow-y: auto;
		transition:
			left 300ms linear,
			opacity 300ms linear,
			box-shadow 600ms linear;
		box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
	}

	.navbar-collapse:is([aria-expanded="true"], .in) {
		left: 0;
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
	}

	.navbar-header {
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
	}

	.dropdown-toggle-button-wrapper {
		top: 8px;
		right: 0;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 6px;
		right: 0;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		transition: background 300ms linear;
	}

	.is-sticky nav.horizontally {
		left: auto !important;
		background: #7d6536;
	}

	nav.horizontally .navbar-nav {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding: 20px 0;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.is-sticky nav.horizontally .navbar-nav {
		border-top-color: transparent;
	}

	nav.horizontally li[class*="toplevel"] {
		flex-grow: 1;
	}

	nav.horizontally [class*="toplevel"]>ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}

	nav.horizontally [class*="secondlevel"]>ul {
		position: absolute;
		left: 100%;
		top: 0;
	}

	nav.horizontally .navbar-nav li {
		position: relative;
	}

	nav.horizontally .navbar-nav li :is([class*="toplevel"] > ul, [class*="secondlevel"] > ul) {
		display: block !important;
		pointer-events: none;
		opacity: 0;
		transition: opacity 300ms linear;
	}

	nav.horizontally .navbar-nav li:is(.open:focus-within, :hover)>ul,
	nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible;
	}

	nav.horizontally .navbar-nav li:is(:hover, :focus-within)>ul {
		z-index: 1003;
	}
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	padding: 14px 5px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	transition: border 300ms linear;
}

@media (max-width: 991px) {
	nav.horizontally li[class*="toplevel"]+li {
		margin-top: 2px;
	}

	nav.horizontally a[class*="toplevel"].dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 6px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
		font-size: 0.875rem;
	}

	nav.horizontally li[class*="toplevel"]+li {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
}

nav.horizontally a[class*="toplevel"]::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	height: 5px;
	width: 0;
	background: #ffffff;
	transform: translateX(-50%);
	transition: width 300ms linear;
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"]::after {
		top: -23px;
		background: #c8aa6a;
		bottom: auto;
	}

	.is-sticky nav.horizontally a[class*="toplevel"]::after {
		background: #ffffff;
	}
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::after,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"].open>a::after,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::after {
	width: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	padding: 10px;
	background: #ffffff;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
	nav.horizontally [class*="secondlevel"]>ul {
		margin: 10px;
	}
}

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] ul {
		padding: 18px 30px;
	}

	nav.horizontally [class*="toplevel"]>ul {
		margin-top: 20px;
	}

	nav.horizontally [class*="secondlevel"]>ul {
		margin-top: -18px;
		margin-left: 50px;
	}

	nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
		content: "";
		position: absolute;
		display: block;
	}

	nav.horizontally [class*="toplevel"]>ul::before {
		height: 22px;
		left: 0;
		right: 0;
		top: -22px;
	}

	nav.horizontally [class*="secondlevel"]>ul::before {
		width: 52px;
		top: 0;
		bottom: 0;
		left: -52px;
	}
}

/* secondlevel + thirdlevel */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):not(:nth-child(1)) {
	border-bottom: 1px solid #c8aa6a;
	transition: border-color 300ms linear;
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #404040;
	text-align: left;
	font-size: 1rem;
	font-weight: 400;
	padding: 11px 0;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
		padding-right: 35px;
	}
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
	color: #134435;
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"],
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]:is(:hover, :focus) {
	border-color: #134435;
}

/* #endregion -------------------------------- navigation --------------------------------------- */

/* #region ------------------------------------- resp-gaps -------------------------------------- */

#topbar .row {
	row-gap: 25px;
}

:is(#headerpic, #footer)>.row {
	row-gap: 40px;
}

#footer >.row {
row-gap: 85px;
}

/* #endregion ---------------------------------- resp-gaps -------------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */


@media (min-width: 992px) {
#headerpic {
	background: #172830;
	position: relative;
	min-height: 500px;
}
}
@media (max-width: 991px) {
#headerpic {
	background: #172830;
	position: relative;
	min-height: 400px;
}
}
#headerpic>*:not(.slider-wrapper):not(.sticky-wrapper):not(nav.horizontally) {
	position: relative;
	z-index: 10;
}

/* header text */

@media (min-width: 992px) {

#header-text {
	font-weight: 600;
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	padding: clamp(60px, 12vw, 175px) 0 clamp(80px, 20vw, 275px) 0;
}
}

.theme-default .nivo-controlNav a,
#header-text,
#header-text :is(h1, h2, h3, h4, h5, h6) {
	color: #ffffff;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#header-text :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
}

#header-text :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
	font-size: clamp(1.5rem, 4vw, 1.875rem);
	font-weight: 600;
	font-style: normal;
	display: block;
}

@media (max-width: 991px) {
	#header-textMobile {
		margin:30px 0 20px 0;
		border-bottom: solid 2px #7d6536;
		padding-bottom: 30px;
	}
#header-textMobile :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	color:#7d6536;
}

#header-textMobile :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
	font-size: clamp(1.5rem, 4vw, 1.875rem);
	font-weight: 600;
	font-style: normal;
	display: block;
}
#header-textMobile a {
	margin-top:10px;
}
}

/* banner */

#slider {
	position: relative;
	height: 100%;
}

@media (min-width: 768px) {
	body.index #headerpic .nivo-controlNav {
		bottom: clamp(50px, 8vw, 110px);
		color: #fff;
	}
}

@media (min-width: 992px) {
	#headerpic a.nivo-prevNav {
		left: 65px;
	}

	#headerpic a.nivo-nextNav {
		right: 65px;
	}
}

@media (max-width: 1199px) {
	#headerpic a:is(.nivo-prevNav, .nivo-nextNav) {
		top: auto;
		bottom: 8px;
		z-index: 51;
	}
}

.slider-wrapper {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-mask {
	display: block;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 220px, rgba(255, 255, 255, 0));
}

.contrast_dark_font .slider-mask {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 220px, rgba(255, 255, 255, .5));
}

#headerpic .nivo-main-image {
	min-height: 100% !important;
}

#scrollBottomBtn {
	position: absolute;
	background: #134435 url(../img/pfeil.png);
	background-repeat: no-repeat;
	background-position: top 18px center;
	position: absolute !important;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
	width: 40px;
	height: 115px;
	z-index: 20;
	bottom: -40px;
	transition: background-position 300ms;
	display: none;
}

.index #scrollBottomBtn {
	display: block;
}

#scrollBottomBtn:is(:hover, :focus) {
	background-position: top 30px center;
}

@media (max-width: 991px) {
#slider {
	max-height: 600px;
	overflow: hidden;
	position: relative;

}
}
/* #endregion ----------------------------------- header ---------------------------------------- */
.newsticker-position {
	margin-top:70px;
}
@media (max-width: 991px) {
.newsticker-position {
	margin-top:30px;
}
}
/* ---------------------------------------------- content --------------------------------------- */

#content {
	text-align: left;
	padding: clamp(40px, 4vw, 60px) 0 clamp(40px, 8vw, 90px) 0;
}

.index #content {
	padding: 0;
}

/* #region --------------------------------------- buttons -------------------------------------- */

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
	display: inline-block;
	line-height: 1.2;
	color: #262626 !important;
	font-size: 1rem;
	font-weight: 600;
	background: #c8aa6a;
	padding: 12px 58px 11px 20px;
	position: relative;
	text-decoration: none !important;
	text-shadow: none !important;
}

.contrast_light_font .button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
	background: #fff !important;
}

#header-text.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
	margin-top: clamp(20px, 2vw, 25px);
	margin-right: 20px;
}

#service .tab.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
	margin-top: 10px;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"])::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	top: 1px;
	right: 16px;
	width: 26px;
	transition: 300ms background linear;
	background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m28.15 35.25-1.65-1.6 8.6-8.6H8.6V22.8h26.5l-8.65-8.65 1.65-1.55 11.35 11.3Z' fill='%23262626'/%3E%3C/svg%3E") center left / 26px auto repeat-x;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):is(:hover, :focus)::after {
	background-position-x: left 26px;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):is(:hover, :focus) {
	background: #ffffff;
}

/* #endregion ------------------------------------ buttons -------------------------------------- */

/* #region ---------------------------------- h1 - h6, newslink --------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #7d6536;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Exo", sans-serif;
	margin-bottom: 15px;
}

h1,
.h1,
.legacy_h1,
#quote :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.875rem, 6vw, 2.5rem);
}

h1,
.h1,
.legacy_h1 {
	margin-bottom: clamp(1.25rem, 4vw, 2.375rem);
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.75rem, 5.5vw, 1.875rem);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.625rem, 5vw, 1.75rem);
}

h4,
.h4,
.legacy_h4 {
	font-size: 1.625rem;
}

h5,
.h5,
.legacy_h5 {
	font-size: 1.5rem;
}

h6,
.h6,
.legacy_h6 {
	font-size: 1.375rem;
}

/* #endregion ---------------------------------- h1 - h6, newslink ------------------------------ */

/* #region --------------------------------------- footer --------------------------------------- */

#quote {
	background-color: #404040;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: clamp(60px, 10vw, 93px) 0;
	font-size: clamp(1.5rem, 2vw, 2.25rem);
	font-weight: 700;
	color: #c8aa6a;
	font-family: "Exo", sans-serif;
}

.contrast_dark_font #quote {
	background: #fff !important;
}

.contrast_dark_font #footer {
	background: #fff !important;
}

#quote,
#quote :is(h1, h2, h3, h4, h5, h6, a) {
	color: #c8aa6a;
}

footer {
	font-size: 1rem;
}

#footer {
	padding: clamp(40px, 8vw, 80px) 0;
	background: #134435 url(../img/silhouette-footer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

@media (min-width: 992px) {
	#footer>.row>*+*:not(:last-child) {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}

	#footer>.row>*:nth-child(1) {
		padding-right: 60px;
	}

	#footer>.row>*:nth-child(2) {
		padding-left: 60px;
	}
}

#footer {
	color: #fff;
}

#footer a,
#footer a:is(:hover, :focus) {
	color: #c8aa6a;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
	color: #c8aa6a;
	margin-bottom: 20px;
}

#map-tab {
	z-index: 1;
}

@media (min-width: 768px) {
	#map-tab .template-page {
		position: absolute;
		top: clamp(-160px, -15vw, -40px);
		right: 0;
		bottom: calc(clamp(-80px, -8vw, -40px) - 92px);
		left: 0;
		display: block;
		height: calc(100% + clamp(40px, 15vw, 160px) + calc(clamp(40px, 8vw, 80px) + 92px)) !important;
		max-height: unset;
	}
}

@media (min-width: 992px) {
	#map-tab .template-page {
		right: calc((clamp(992px, 100vw, 1199px) - 992px) / -2);
		width: calc(100% + (clamp(992px, 100vw, 1199px) - 992px) / 2) !important;
	}

	#map-tab:has(.template-page)::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		left: -20px;
		top: calc(clamp(-160px, -15vw, -40px) - 20px);
		width: 100px;
		height: 100px;
		background: #c8aa6a;
	}
}

@media (min-width: 1200px) {
	#map-tab .template-page {
		right: calc((clamp(1200px, 100vw, 1930px) - 1190px) / -2);
		width: calc(100% + (clamp(1200px, 100vw, 1930px) - 1190px) / 2) !important;
	}
}

#map-tab .template-page :is(.row, .row > *) {
	position: static !important;
}


@media (max-width: 767px) {
	#map-tab:has(.template-page)::after {
content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: calc(clamp(-170px, -15vw, -50px) - -81px);
  width: calc(100% + 40px);
  height: 100px;
  background: #c8aa6a;
	}
}
@media (max-width: 575px) {
	#map-tab:has(.template-page)::after {
	top: calc(clamp(-170px, -15vw, -50px) - -28px);
		
	}
}

#innerfooter {
	font-size: 0.9375rem;
	padding: 35px 0;
}

#innerfooter ul {
	padding: 0;
}

@media (min-width: 576px) {
	#innerfooter li+li::before {
		content: "•";
		margin: 0 clamp(15px, 2vw, 22px);
	}

	#innerfooter li {
		display: inline-block;
	}
}

#innerfooter li a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 575px) {
	#innerfooter li a {
		padding: 4px;
		display: inline-block;
	}
}

#innerfooter li a:is(:hover, :focus) {
	color: #7d6536;
}

/* #endregion ------------------------------------ footer --------------------------------------- */

/* #region -------------------------------------- vernetzt -------------------------------------- */

#footer #vernetzt {

	font-size: 0.875rem;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.3;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
}

#footer #vernetzt span {
	display: block;
}

#footer #vernetzt img {

	margin-bottom: 8px;
}

#footer #vernetzt strong {
	color: #c8aa6a;
}

/* #endregion -------------------------------- vernetzt ----------------------------------------- */

.iconLinks {
	margin-top: 30px;
		color: #c8aa6a;
}


.iconLinks audio{
max-width: 100%;
}