@import url("https://fonts.verwaltungsportal.de/import/?family=Poppins:300,400,500,600,700,300i,400i,500i,600i,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Playfair+Display:300,400,500,600,700,300i,400i,500i,600i,700i");

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #fcfcf4;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
	scrollbar-color: #79af37 #ffffff;
	scrollbar-width: thin;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #262626;
	background: #ffffff;
	font-size: clamp(1rem, 2vw, 1.125rem);
	line-height: 1.5;
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

a {
	color: #467b04;
}

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

#content a {
	text-decoration: underline;
}
#content a:is(:hover, :focus) {
	text-decoration: none;
}
main a,
b,
strong {
	font-weight: 500;
}

:is(main, footer) a {
	text-decoration: underline;
}

#overflow {
	overflow: clip;
}

hr {
	height: 2px;
	opacity: 0.2;
	background: #737373;
}

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
	outline: 3px solid #0066ff !important;
}

/* ------------------------------------------- optionbar ------------------------------------------- */
#topbar {
	padding: 24px 0 14px 0;
}
#topbar .tabSocial img {
	vertical-align: center;
}
#optionbar h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #444444;
	margin-bottom: 0;
}

#optionbar button {
	color: #444444;
	font-weight: 500;
	padding: 2px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	font-family: "Poppins", sans-serif;
	display: inline-block;
	min-width: 20px;
	min-height: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	text-align: center;
	background: transparent;
	position: relative;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	margin-left: 10px;
}

#style {
	margin-left: 30px;
}

#style button {
	font-size: 17px;
}

#contrast_style button::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: -6px;
	top: -6px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity 150ms linear;
}

#contrast_style * + * {
	margin-left: 10px;
}

#contrast_style button::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	left: 3px;
	bottom: 3px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 50%;
}

#contrast_style button:nth-of-type(1)::after {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0.6) 50%);
}

#contrast_style button:nth-of-type(3)::after {
	background: #ea5b0c;
	border: none;
	filter: unset;
}

#optionbar button:is(:hover, :focus) {
	color: #467b04;
}

/* ------------------------------------------- suche ------------------------------------------- */

form[id^="search"] {
	display: inline-flex;
	width: 100%;
	background-color: #f7f5db;
	border: solid 1px #999999;
	margin-right: 20px;
}

@media (min-width: 576px) {
	form[id^="search"] {
		max-width: 247px;
		max-height: 40px;
	}
}

form [id^="search_input"] {
	color: #444444;
	font-size: 0.875rem;
	font-style: normal;
	background-color: #f7f5db;
	padding: 3px 15px;
	border: 0;
	width: 100%;
}

form [id^="search_submit"] {
	min-width: 40px;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	background: #f7f5db url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23467b04"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg>') center no-repeat;
}

form [id^="search_submit"]:is(:hover, :focus) {
	background: #467b04 url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23ffffff"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg>') center no-repeat;
}

form [id^="search_input"]::placeholder {
	color: #444444 !important;
	opacity: 1 !important;
	font-style: normal !important;
}

@media (max-width: 991px) {
	#topbar {
		padding: 13px 0;
	}
	form[id^="search"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	form [id^="search_input"] {
		padding: 3px 15px 3px 11px;
	}
}

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

@media (max-width: 991px) {
	#logo img {
		max-width: 100px;
		width: 100%;
	}

	#logo .row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 992px) {
	#logo {
		transition: all 300ms linear;
		top: -48px;
		position: absolute;
	}

	.is-sticky #logo {
		margin-bottom: -100px;
		padding-top: 14px;
		padding-bottom: 20px;
		top: -7px;
	}

	#logo img {
		max-height: 191px;
		transition: all 300ms linear;
	}

	.is-sticky #logo img {
		max-height: 70px;
	}
}

/* #endregion ----------------------------------- logo ------------------------------------------ */

/* #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: 6px;
		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: #467b04;
		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;
		content: "";
	}

	#burgerButton::after {
		top: 32px;
		content: "";
	}

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

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #ffffff;
		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: 30px;
		right: 15px;
		z-index: 101;
		transition: top 300ms linear;
	}

	.is-sticky .navbar-header {
		top: 15px;
	}

	.dropdown-toggle-button-wrapper {
		top: 9px;
		right: 5px;
	}

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

/* menu desktop */

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

	.is-sticky nav.horizontally {
		background: #ffffff;
		box-shadow: 0 20px 40px 0 rgba(82, 71, 47, 0.2);
	}

	nav.horizontally .navbar-nav {
		margin: 10px 0 54px 0;
		position: relative;
		display: flex;
		justify-content: space-between;
		transition: margin 300ms linear;
		flex-wrap: wrap;
	}

	.is-sticky nav.horizontally .navbar-nav {
		margin: 20px 0;
	}

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

	nav.horizontally [class*="secondlevel"] > ul {
		pointer-events: auto !important;
		visibility: visible;
	}

	nav.horizontally .navbar-nav li[class*="toplevel"] > ul {
		position: absolute;
		top: calc(100% + 15px);
		left: 0;
		z-index: 1000;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 300ms linear, border 200ms linear;
		display: block !important;
	}

	nav.horizontally .navbar-nav li:is(.open:focus-within, :hover) > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible;
		top: calc(1rem + 30px + 10px);
	}

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #262626;
	font-weight: 300;
	text-align: left;
	padding: 14px 15px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}

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

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

	nav.horizontally a[class*="toplevel"] {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

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

	nav.horizontally a[class*="toplevel"] {
		padding: 12px clamp(10px, 1.3vw, 14px);
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
}

nav.horizontally a[class*="toplevel"]::after,
nav.horizontally a[class*="toplevel"].dropdown-toggle::before {
	content: "";
	display: block;
	position: absolute;
}

nav.horizontally a[class*="toplevel"]::after {
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: linear-gradient(180deg, rgba(255, 245, 190, 1) 0%, rgba(201, 162, 39, 1) 86%);
	transition: opacity 300ms linear;
	opacity: 0;
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"].dropdown-toggle::before {
		z-index: 1004;
		pointer-events: none;
		opacity: 0;
		bottom: -15px;
		left: calc(50% - 17px);
		width: 34px;
		height: 20px;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
		background: #fff;
		transition: opacity 300ms linear;
	}
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within) > a,
nav.horizontally li[class*="toplevel"] > a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open > a,
nav.horizontally li[class*="toplevel"].open > a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"] > a,
nav.horizontally li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus) {
	color: #262626;
	background: linear-gradient(180deg, rgba(255, 245, 190, 1) 0%, rgba(201, 162, 39, 1) 86%);
}

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 {
	opacity: 1;
}

@media (min-width: 992px) {
	nav.horizontally li[class*="toplevel"]:hover > a.dropdown-toggle::before,
	nav.horizontally li[class*="toplevel"].open > a.dropdown-toggle::before,
	nav.horizontally li[class*="toplevel"].open > a.dropdown-toggle:is(:hover, :focus)::before {
		opacity: 1;
	}
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] > ul {
	background: #ffffff;
	padding: 10px 0;
	border-bottom: 4px solid #aecf7f;
}

nav.horizontally [class*="secondlevel"] > ul {
	padding-left: 30px;
}

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

	nav.horizontally [class*="secondlevel"] > ul {
		padding-left: 60px;
	}

	nav.horizontally [class*="toplevel"] > ul {
		column-count: 3;
		column-gap: 30px;
		padding: 40px 30px;
		left: 0;
		right: 0;
		box-shadow: 0 20px 40px 0 rgba(82, 71, 47, 0.2);
	}

	nav.horizontally li[class*="toplevel"]:is(:hover, .open) > ul {
		border-bottom-width: 20px;
	}

	nav.horizontally [class*="toplevel"] > ul::before {
		content: "";
		position: absolute;
		display: block;
		height: 17px;
		left: 0;
		right: 0;
		top: -17px;
	}

	nav.horizontally li[class*="secondlevel"] {
		display: table;
		width: 100%;
		margin-bottom: 15px;
	}

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

/* secondlevel + thirdlevel */

nav.horizontally a[class*="secondlevel"] {
	font-weight: 500;
	padding: 13px 15px 13px 45px;
}

@media (min-width: 992px) {
	nav.horizontally a[class*="secondlevel"] {
		padding-left: 60px;
	}
}

nav.horizontally a[class*="thirdlevel"] {
	font-weight: 300;
	padding: 6px 15px 6px 15px;
}

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

nav.horizontally a:is([class*="secondlevel"]) {
	font-weight: 500;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
		padding-right: 35px;
	}
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after,
nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before,
nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

nav.horizontally a:is([class*="thirdlevel"])::after {
	width: 7px;
	height: 7px;
	background: #467b04;
	left: 0;
	top: 12px;
	opacity: 0;
	transition: opacity 300ms;
}
nav.horizontally a:is([class*="secondlevel"])::after {
	width: 7px;
	height: 7px;
	background: #467b04;
	left: 40px;
	top: 19px;
	opacity: 0;
	transition: opacity 300ms;
}
@media (max-width: 991px) {
	nav.horizontally a:is([class*="thirdlevel"])::after {
		left: 0px;
	}
	nav.horizontally a:is([class*="secondlevel"])::after {
		left: 20px;
	}
}

/* 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: #467b04;
}

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

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

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

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

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

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

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

header {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1921px' height='741px'%3E%3Cpath fill-rule='evenodd' opacity='0.2' fill='rgb(255, 255, 153)' d='M0.001,0.000 L1920.999,0.000 L1920.999,420.1000 C1601.038,420.1000 1281.077,740.1000 961.116,740.1000 C640.744,740.1000 320.373,420.1000 0.001,420.1000 C0.001,140.1000 0.001,280.000 0.001,0.000 Z'/%3E%3Cpath fill-rule='evenodd' opacity='0.4' fill='rgb(236, 230, 196)' d='M1920.000,679.008 C1849.689,714.086 1770.385,733.823 1686.469,733.823 C1397.177,733.823 1162.660,499.306 1162.660,210.014 C1162.660,135.327 1178.292,64.292 1206.461,-0.000 L1920.000,-0.000 L1920.000,679.008 Z'/%3E%3C/svg%3E") center top / 100% auto no-repeat;
}

@media (min-width: 1200px) {
	body:not(.index) header {
		background-position-y: -270px;
	}
}

#headerpic {
	padding-top: 38px;
}

/* header text */

#header-text {
	padding-top: clamp(30px, 8vw, 45px);
	padding-bottom: clamp(30px, 8vw, 65px);
	hyphens: auto;
}
@media (max-width: 767px) {
	#header-text {
		text-align: center;
	}
}

#header-text :is(b, strong) {
	font-size: clamp(1.125rem, 6vw, 1.5rem);
}

body:not(.index) #header-text p {
	display: none;
}

/* contact */

#contact-tab {
	position: relative;
	z-index: 30;
	background: #ffffff;
	box-shadow: 0 20px 40px 0 rgba(82, 71, 47, 0.2);
	padding: 20px 20px 20px 20px;
}

@media (min-width: 576px) {
	#contact-tab {
		position: absolute;
		bottom: 65px;
		right: 0;
	}
}

@media (min-width: 992px) {
	#contact-tab {
		right: -15px;
	}
}

#contact-tab :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.625rem;
}

#phone-tab,
#mail-tab {
	position: relative;
	padding: 9px 0 9px 60px;
	min-height: 45px;
}

:is(#phone-tab, #mail-tab)::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 22px);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #79af37 center / 32px auto no-repeat;
}

#phone-tab {
	font-weight: 500;
	font-size: clamp(1.125rem, 6vw, 1.375rem);
}

#phone-tab::before {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M38.55 22.75q-.5-5.75-4.525-9.775T24.3 8.55V7q3.15.15 5.95 1.45 2.8 1.3 4.9 3.425 2.1 2.125 3.4 4.925 1.3 2.8 1.5 5.95Zm-8.25 0q-.45-2.3-2.075-3.95-1.625-1.65-3.925-2.05V15.2q2.95.4 5 2.5t2.55 5.05Zm7.45 17q-5.05 0-10.325-2.725-5.275-2.725-9.575-7-4.3-4.275-7.025-9.525Q8.1 15.25 8.1 10.15q0-.9.6-1.525Q9.3 8 10.25 8h4.4q.85 0 1.475.525.625.525.775 1.375l1.05 4.45q.15.8-.025 1.425T17.25 16.8l-4.4 4.15q2.95 4.95 6.475 8.425Q22.85 32.85 27.6 35.45L31.9 31q.5-.55 1.075-.775.575-.225 1.275-.075L38 31q.9.15 1.4.8.5.65.5 1.55v4.25q0 .95-.6 1.55-.6.6-1.55.6ZM12.05 19.6l4.2-3.9q.15-.15.2-.425.05-.275 0-.525l-1-4.6q-.05-.3-.275-.45-.225-.15-.525-.15h-4.5q-.25 0-.4.15-.15.15-.15.4-.05 1.95.6 4.35.65 2.4 1.85 5.15Zm17 16.55q2.05 1.05 4.525 1.575 2.475.525 4.275.525.25 0 .4-.15.15-.15.15-.35v-4.5q0-.3-.15-.5t-.5-.25l-3.9-.8q-.25-.05-.425 0t-.325.2Zm-17-16.55Zm17 16.55Z' fill='%23000000'/%3E%3C/svg%3E");
}

#mail-tab::before {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 42q-3.8 0-7.075-1.4-3.275-1.4-5.7-3.825Q8.8 34.35 7.4 31.075 6 27.8 6 24q0-3.8 1.4-7.075 1.4-3.275 3.825-5.7Q13.65 8.8 16.925 7.4 20.2 6 24 6q3.8 0 7.075 1.4 3.275 1.4 5.7 3.825 2.425 2.425 3.825 5.7Q42 20.2 42 24v1.85q0 2.5-1.7 4.175-1.7 1.675-4.2 1.675-2 0-3.4-1.025t-2-2.825q-1.1 1.75-2.65 2.8Q26.5 31.7 24 31.7q-3.2 0-5.45-2.25T16.3 24q0-3.25 2.25-5.475Q20.8 16.3 24 16.3t5.45 2.225Q31.7 20.75 31.7 24v1.85q0 1.75 1.275 3.025T36.1 30.15q1.8 0 3.075-1.275Q40.45 27.6 40.45 25.85V24q0-6.8-4.825-11.625T24 7.55q-6.8 0-11.625 4.825T7.55 24q0 6.8 4.825 11.625T24 40.45h10.3V42Zm0-11.85q2.55 0 4.35-1.8 1.8-1.8 1.8-4.35 0-2.6-1.8-4.375T24 17.85q-2.55 0-4.35 1.775-1.8 1.775-1.8 4.375 0 2.55 1.8 4.35 1.8 1.8 4.35 1.8Z' fill='%23000000'/%3E%3C/svg%3E");
}

#mail-tab a {
	text-decoration: underline;
	color: #467b04;
	font-weight: 500;
}

#phone-tab + #mail-tab {
	margin-top: 6px;
}

/* #endregion ----------------------------------- header ---------------------------------------- */

/* #region -------------------------------------- banner ---------------------------------------- */

#slider {
	height: 100vw;
	max-height: 300px;
	position: relative;
}

body.index #slider {
	max-height: 688px;
}

@media (min-width: 992px) {
	#slider {
		max-height: 400px;
	}

	#headerpic a.nivo-prevNav {
		left: 30px;
	}

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

#slider {
	animation: initBoxShadow 1s forwards;
}

@keyframes initBoxShadow {
	0% {
		box-shadow: 0 0 rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: -30px -30px rgba(121, 175, 55, 0.6);
	}
}

.slider-wrapper {
	position: relative;
	z-index: 1;
	height: auto !important;
}

@media (min-width: 576px) {
	.slider-wrapper {
		margin: 0 30px 30px 30px;
	}
}

@media (min-width: 992px) {
	.slider-wrapper {
		margin-left: 70px;
	}
}

.slider-wrapper::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 30px;
	left: 30px;
	right: 0;
	bottom: 0;
	border: 2px solid #aecf7f;
	animation: initBorderRight 1s forwards;
}

@keyframes initBorderRight {
	0% {
		right: 0;
		bottom: 0;
	}

	100% {
		right: -30px;
		bottom: -30px;
	}
}

#slider,
.slider-wrapper::after {
	border-radius: 300px 300px 0 0;
}

.slider-mask {
	display: none;
}

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

/* #endregion ------------------------------------ banner --------------------------------------- */

/* ---------------------------------------------- content --------------------------------------- */

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

/* #region --------------------------------------- news ----------------------------------------- */

#news {
	position: relative;
	z-index: 1;
	padding-bottom: clamp(70px, 10vw, 90px);
}

@media (max-width: 767px) {
	.news-content {
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	.news-content {
		padding-bottom: clamp(40px, 10vw, 90px);
	}
}

#news .tab_link_entries {
	display: grid;
	column-gap: 30px;
	margin-bottom: clamp(20px, 2vw, 32px);
}

@media (min-width: 576px) {
	#news .tab_link_entries {
		grid-template-columns: 1fr 1fr;
	}
}

#news .tab_link_entry {
	position: relative;
	z-index: 1;
	font-weight: 500;
	padding: clamp(20px, 2vw, 28px) 0;
}

#news .tab_link_entry::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: -35px;
	bottom: 0;
	left: -35px;
	background: #ffffff;
	box-shadow: 0 20px 40px 0 rgba(82, 71, 47, 0.2);
	transition: opacity 300ms linear;
	opacity: 0;
}

#news .tab_link_entry:is(:hover, :focus-within) {
	z-index: 2;
}

#news .tab_link_entry:is(:hover, :focus-within)::after {
	opacity: 1;
}

#news .tab_link_title a {
	display: inline-block;
	padding-bottom: 10px;
	line-height: 1.4;
	font-size: 1.25rem;
	color: #262626;
	font-weight: 500;
}

#news .tab_link_title a:not(:hover):not(:focus) {
	text-decoration: none;
}

/* #endregion ------------------------------------ news ----------------------------------------- */

/* #region -------------------------------- service + news banner ------------------------------- */

:is(#service, #news) .banner {
	position: relative;
	z-index: 1;
	min-height: 400px;
	max-height: 800px;
	height: 100%;
}

@media (max-width: 767px) {
	:is(#service, #news) .banner {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#service .banner {
		margin-right: 40px;
	}

	#news .banner {
		margin-left: 40px;
	}
}

:is(#service, #news) .banner::after,
:is(#service, #news) .banner::before {
	content: "";
	display: block;
	position: absolute;
}

:is(#service, #news) .banner::after {
	z-index: -1;
	top: 50%;
	border: 2px solid #aecf7f;
	bottom: -30px;
}

#service .banner::after {
	left: 30px;
	right: -30px;
}

#news .banner::after {
	right: -30px;
	left: 30px;
}

:is(#service, #news) .banner::before {
	z-index: 1;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	transition: all 300ms linear;
}

:is(#service, #news) .banner:hover::before {
	opacity: 0;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
}

#news .banner,
#news .banner img,
#news .banner::after,
#news .banner::before {
	border-bottom-right-radius: 205px;
}

:is(#service, #news) .banner img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* #endregion ----------------------------- service + news banner ------------------------------- */
/* ----------------------------------------------- @19ev events -------------------------------------------- */

#ev19 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 60px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1921px' height='380px'%3E%3Cpath fill-rule='evenodd' opacity='1' fill='rgb(255, 255, 235)' d='M0.001,380.0000 L1920.999,380.0000 L1920.999,249.1000 C1601.038,249.1000 1281.077,-0.000 961.116,-0.000 C640.744,-0.000 320.373,249.1000 0.001,249.1000 C0.001,529.1000 0.001,99.1000 0.001,380.0000 Z'/%3E%3C/svg%3E") center bottom / 100% auto no-repeat;
}

@media (max-width: 767px) {
	#ev19 {
		padding-top: 40px;
		padding-bottom: 130px;
	}
}

#eventsBox {
	padding: 80px 70px 60px 100px;
	background-color: #ffffff;
	margin-top: -5px;
	border-bottom: 22px solid #aecf7f;
	box-shadow: 0px 20px 40px 0px rgba(82, 71, 47, 0.2);
	-webkit-box-shadow: 0px 20px 40px 0px rgba(82, 71, 47, 0.2);
	-moz-box-shadow: 0px 20px 40px 0px rgba(82, 71, 47, 0.2);
}

@media (max-width: 991px) {
	#eventsBox {
		padding: 30px 30px 35px 30px;
		margin-top: -2px;
	}
}

#eventsKalender #clr-events-hide,
#eventsKalender .tab_link_mehr {
	display: none;
	height: 0;
}

#eventsKalender .eventclndr-tab {
	margin-bottom: 0;
	margin-top: 16px;
}

@media (max-width: 767px) {
	#eventsKalender .eventclndr-tab {
		margin-top: 0;
		margin-bottom: 15px;
	}
}

#eventsList {
	position: relative;
	color: #262626;
	font-weight: 300;
	font-size: clamp(1rem, 2vw, 1.125rem);
}

#eventsList .tab_spacer {
	height: 0;
	display: none;
}

#eventsList .tab_link_entries {
	display: grid;
	gap: clamp(20px, 2vw, 30px);
}

#eventsList .tab_link_title a {
	color: #262626;
	font-weight: 500;
	text-decoration: none;
}

#eventsList .tab_link_title a:is(:hover, :focus) {
	text-decoration: underline;
}

#eventsList .tab_link_mandat a {
	color: #262626;
	text-decoration: none;
}
#eventsList .tab_link_mandat a:is(:hover, :focus) {
	text-decoration: underline;
}

#eventsList .tab_link_mehr {
	font-size: 0;
	position: relative;
	text-align: left !important;
	margin-top: 15px;
}

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

.button-design a:not(.has-image),
#news .tab_link_mehr a,
#eventsList .tab_link_mehr a {
	display: inline-block;
	line-height: 1.2;
	color: #262626;
	font-size: 1rem;
	font-weight: 700;
	background: linear-gradient(180deg, rgba(255, 245, 190, 1) 0%, rgba(201, 162, 39, 1) 86%);
	padding: 15px clamp(24px, 3vw, 50px);
	position: relative;
	z-index: 1;
	text-decoration: none;
	overflow: hidden;
}

.button-design a:not(.has-image):is(:hover, :focus),
#news .tab_link_mehr a:is(:hover, :focus),
#eventsList .tab_link_mehr a:is(:hover, :focus) {
	background: linear-gradient(180deg, rgba(255, 245, 190, 1) 0%, rgba(201, 162, 39, 1) 86%);
}

.button-design a:not(.has-image)::after,
#news .tab_link_mehr a::after,
#eventsList .tab_link_mehr a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(196, 225, 127, 1) 0%, rgba(121, 175, 55, 1) 86%);
	transition: width 300ms linear;
}

.button-design a:not(.has-image):is(:hover, :focus)::after,
#news .tab_link_mehr a:is(:hover, :focus)::after,
#eventsList .tab_link_mehr a:is(:hover, :focus)::after {
	width: 100%;
}

#header-text.button-design a:not(.has-image) {
	margin-top: clamp(1px, 2vw, 26px);
}

#news .tab_link_mehr {
	font-size: 0;
	text-align: left !important;
}

#news .tab_link_mehr a {
	font-size: 1rem;
}

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

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

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

#header-text :is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: clamp(20px, 4vw, 40px);
}

:is(#header-text, .tab-headline, .offer-headline) :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(2.25rem, 6vw, 3.75rem);
}

.tab-headline :is(h1, h2, h3, h4, h5, h6) {
	color: #467b04;
	margin: 0;
}

.tab-headline :is(h1, h2)::after {
	content: "";
	display: block;
	margin: 18px auto clamp(20px, 8vw, 80px) auto;
	height: 2px;
	width: 150px;
	background: #467b04;
}

h1,
.h1,
.legacy_h1,
:is(.service-content, .news-content, #offer-tab) :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(2.125rem, 6vw, 2.5rem);
}

h1,
.h1,
.legacy_h1 {
	margin-bottom: clamp(15px, 4vw, 38px);
}

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

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

h4,
.h4,
.legacy_h4 {
	font-size: clamp(1.5625rem, 4.5vw, 1.75rem);
}

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

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

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

/* --------------------------------------------- newsletterTab -------------------------------------------- */

.newsletterTab {
	padding: 20px;
}

@media (min-width: 992px) {
	.newsletterTab {
		padding: 0px 15px 0px 20px;
	}
}

.newsletterTab .tabHeadline {
	color: #467b04;
	font-size: 1.375rem !important;
	font-weight: 700;
	margin-bottom: 15px !important;
}

#newsletter label {
	font-size: 1rem;
	display: block;
	font-weight: 300;
	margin-bottom: 45px;
}

#newsletterInputs {
	height: 36px;
	display: flex;
	position: relative;
	border-radius: 2px;
	max-width: 340px;
	border: 1px solid #999999;
}
@media (max-width: 991px) {
	#newsletterInputs {
		left: 0;
		right: 0;
		margin: auto;
	}
	.newsletterTab {
		border-top: solid 2px rgba(115, 115, 115, 0.2);
		padding-top: 30px;
		margin-top: 30px;
	}
}

#newsletter_input {
	color: #000000;
	font-size: 0.875rem;
	font-style: normal !important;
	background: #ffffeb;
	padding: 0;
	border: 0;
	line-height: 36px;
	padding-left: 15px;
	padding-right: 43px;
	height: 32px;
	width: 100%;
	font-weight: 300;
}

#newsletter_submit {
	width: 36px;
	background:
		url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="22px" viewBox="0 -960 960 960" width="22px" fill="%23467b04"><path d="M145.09-145.87q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-509.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h669.82q32.74 0 56.26 23.53 23.53 23.52 23.53 56.26v509.82q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H145.09ZM480-443.91l-334.91-223v441.82h669.82v-441.82L480-443.91Zm0-73 330.91-218H150.09l329.91 218Zm-334.91-150v-68 509.82-441.82Z"/></svg>') center no-repeat,
		transparent;
	padding: 0;
	cursor: pointer;
	line-height: 36px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	transition: background-color 300ms linear;
}

#newsletter_submit:hover,
#newsletter_submit:focus {
	background-color: #fff;
}

#newsletter_input::-ms-input-placeholder {
	color: #000000 !important;
}

#newsletter_input::-webkit-input-placeholder {
	color: #000000 !important;
}

#newsletter_input::-moz-placeholder {
	color: #000000 !important;
	opacity: 1;
}

#newsletter_input:-moz-placeholder {
	color: #000000 !important;
	opacity: 1;
}

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

footer {
	background: #ffffeb;
	padding-top: 20px;
	position: relative;
}

@media (min-width: 1200px) {
	body.index #footer > .row::before {
		content: "";
		position: absolute;
		background: url(../img/wappen-footer-Hollingstedt.png) no-repeat;
		width: 302px;
		height: 290px;
		bottom: 90px;
		z-index: 0;
		pointer-events: none;
		right: -290px;
		display: block;
	}
}

footer :is(h1, h2, h3, h4, h5, h6, a) {
	color: #467b04;
}

#footer {
	font-size: 1rem;
	position: relative;
}

#footer hr {
	margin: clamp(10px, 6vw, 80px) 0 30px 0;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.375rem;
	font-weight: 700;
	margin-bottom: clamp(15px, 2vw, 25px);
}

#footer :is(h1, h2, h3, h4, h5, h6) :is(b, strong) {
	font-weight: 700;
}

#footer a:not([href*="mailto"]) {
	text-decoration: none;
}

#footer a:not([href*="mailto"]):is(:hover, :focus) {
	text-decoration: underline;
}
#footer a:is([href*="mailto"]) {
	font-weight: 500;
}
#footer-2 {
	font-size: 0.875rem;
	padding-bottom: 30px;
}

#footer ul {
	padding: 0;
	line-height: 1.9;
	margin: -4px 0 0 0;
}
#footer ul li a {
	color: #262626;
	font-weight: 500;
}

#footer ul li a:is(:hover, :focus) {
	color: #467b04;
	text-decoration: underline;
}
@media (max-width: 767px) {
	#innerfooter {
		border-top: solid 2px rgba(115, 115, 115, 0.2);
		padding-top: 30px;
		margin-top: 30px;
	}
}
#scroll-top-btn {
	padding: 5px 30px 5px 0;
	color: #262626;
	background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M22.85 39.25V13.1l-12.5 12.5-1.6-1.6L24 8.75 39.25 24l-1.6 1.6-12.5-12.5v26.15Z' fill='%23383120'/%3E%3C/svg%3E") center right -3px / 26px auto no-repeat;
}

#scroll-top-btn:not(:hover):not(:focus) {
	text-decoration: none;
}

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

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

#vernetzt {
	gap: 15px;
	text-align: left;
	color: inherit;
	line-height: 1.5;
	text-decoration: none;
}

#vernetzt span {
	display: block;
}

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

/* -------------------------------- Kontrast ----------------------------------------- */

/* ----------------------- dunkel ------------------------------ */
.contrast_dark form [id^="search_submit"] {
	background: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23467b04"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg>') center no-repeat;
}
.contrast_dark #contact-tab,
.contrast_dark #eventsBox {
	border: solid 1px #fff !important;
}

.contrast_dark #ev19 {
	background: none !important;
}
.contrast_dark #footer > .row::before {
	display: none !important;
}
.contrast_light_font #newsletter_input,
.contrast_light_font #newsletterInputs,
.contrast_light_font #newsletter_submit {
	background-color: #fff !important;
}

.contrast_dark #scroll-top-btn {
	background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M22.85 39.25V13.1l-12.5 12.5-1.6-1.6L24 8.75 39.25 24l-1.6 1.6-12.5-12.5v26.15Z' fill='%23fff'/%3E%3C/svg%3E") center right -3px / 26px auto no-repeat;
}
.contrast_dark #burgerButton::before,
.contrast_dark #burgerButton::after,
.contrast_dark #burgerButtonInner {
	background-color: #fff !important;
}
.contrast_dark .dropdown-toggle-button {
	background-color: #000;
}
