@import url("https://fonts.verwaltungsportal.de/import/?family=Source+Sans+3:400,600,700,400i,600i,700i");

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #ddf0eb;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #17730d #ffffff;
	scrollbar-width: thin;
}

body {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 400;
	color: #0d0d0d;
	background: #ffffff;
	font-size: clamp(1rem, 2vw, 1.125rem);
	/* 1rem = 16px */
	line-height: 1.5;
}

a {
	color: #17730d;
}

#content a {
	text-decoration: underline;
}

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

b,
strong {
	font-weight: 600;
}

@media (min-width: 992px) {
	.row {
		max-width: 1600px;
		width: 100%;
	}
}

a:focus {
	outline: 3px solid #2a4a9a !important;
}

button:focus {
	outline: 3px solid #2a4a9a !important;
}

form:focus {
	outline: 3px solid #2a4a9a !important;
}

#newsletter_input:focus,
#newsletter_submit:focus,
#search_input1:focus,
#search_submit1:focus {
	outline: 3px solid #2a4a9a !important;
}

/* ------------------------------------------ topbar -------------------------------------------- */

#topbar {
	padding: clamp(15px, 2vw, 24px) 0;
}

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

/* ------------------------------------------------ kontrast ---------------------------------------------- */
#contrast_style h2 {
	font-size: inherit;
	font-weight: 600;
	color: inherit;
	width: unset;
	margin: 0 5px 0 0;
}

#contrast_style {
	padding-right: 30px;
}

#contrast_style button {
	color: #000000;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.6);
	display: inline-block;
	width: 36px;
	height: 36px;
	font-weight: 400;
	text-align: center;
	background: #ffffff;
	position: relative;
	z-index: 1;
	font-size: 0;
}

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

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

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

#contrast_style button:nth-of-type(1)::after {
	background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 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, 1) 50%);
}

#contrast_style button:nth-of-type(3)::after {
	background: linear-gradient(to right, #fffc01, #fffc01 50%, #fffc01 50%);
}

/* ------------------------------------------ styler -------------------------------------------- */

@media (min-width: 992px) {
	#style h2 {
		font-size: inherit;
		font-weight: 600;
		color: inherit;
		width: unset;
		margin: 0 5px 0 0;
	}

	#style button {
		border: none;
		color: #17730d;
		display: inline-block;
		font-weight: 700;
		text-align: center;
		background: #ffffff;
		line-height: 1;
		font-size: 1rem;
		min-width: 36px;
		min-height: 36px;
		padding: 0 0 2px 0;
		margin-left: 10px;
		box-shadow:
			1px 1px 0 0 rgba(0, 0, 0, 0.2),
			0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	#style button:is(:hover, :focus) {
		color: #ffffff;
		background: #17730d;
	}

	#style + * {
		margin-left: 40px;
	}
}

/* ----------------------------------------------- search ----------------------------------------------- */
#suche h2 {
	font-size: inherit;
	font-weight: 600;
	color: inherit;
	margin: 0 5px 0 0;
}

#search {
	background: #ffffff;
	display: inline-flex;
	width: 100%;
	box-shadow:
		1px 1px 0 0 rgba(0, 0, 0, 0.2),
		0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
	#search {
		max-width: 270px;
	}
}

#search_input {
	color: #666666;
	font-size: 1rem;
	font-style: normal;
	background: transparent;
	padding: 6px 14px;
	border: 0;
	width: 100%;
}

#search_submit {
	min-width: 48px;
	flex-shrink: 0;
	background: url("../img/lupe-icon.png") center top 5px no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

#search_input::placeholder {
	color: #666666 !important;
	opacity: 1 !important;
	font-style: italic !important;
}

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

/* burgermenu for tablet */

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

	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		background-color: #17730d;
		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 {
		margin: 20px 0;
	}

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #17730d;
		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: 6px;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 4px;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		background-color: #17730d;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
      flex-wrap: wrap;
	}

	nav.horizontally .navbar-nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: block !important;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 300ms linear;
	}

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

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

	nav.horizontally .navbar-nav li.open > ul {
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden;
	}

	nav.horizontally .navbar-nav li:is(: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) > ul {
		z-index: 1003;
	}
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	padding: 12px 15px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	nav.horizontally li[class*="toplevel"] {
		border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	}

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

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

	nav.horizontally a[class*="toplevel"] {
		padding: 20px 0 19px 0;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
}

nav.horizontally a[class*="toplevel"]::before {
	content: "";
	width: 0;
	height: 4px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #ffffff;
	opacity: 0;
	transform: translateX(-50%);
	transition:
		opacity 300ms linear,
		width 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: #ffffff;
}

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

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	background: rgba(227, 237, 219, 0.95);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

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

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

	nav.horizontally [class*="toplevel"] > ul {
		margin-top: 10px;
		left: 50%;
		transform: translate(-50%, 0);
	}

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

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

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #0d0d0d;
	font-weight: 400;
	text-align: center;
	padding: 10px 15px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		text-align: left;
	}

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

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]) + li:not(:nth-child(2)) {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
	content: "\203A \203A";
	display: inline-block;
	position: relative;
	bottom: 2px;
	position: absolute;
	left: 0;
	top: 8px;
	opacity: 0;
	transition: opacity 300ms linear;
}

/* 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: #17730d;
}

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

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

/* -------------------------------------------- banner ------------------------------------------ */

#slider {
	max-height: clamp(300px, 42vw, 400px);
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(400px, 62vw, 800px);
	}

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

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

#headerpic {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.slider-wrapper,
#slider {
	height: 100%;
}

.slider-mask {
	display: block;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

/* #region -------------------------------------- tab ------------------------------------------- */

#tabs {
	padding-top: 30px;
}

@media (min-width: 992px) {
	#tabs {
		position: absolute;
		z-index: 60;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		top: 0;
		bottom: 0;
		width: 100%;
	}
}

#tabs > .row {
	row-gap: 30px;
}

#tabs .tab {
	background: #e6e6e6;
	border-radius: 20px;
	padding: 40px 20px 105px 20px;
	height: 100%;
	min-height: 100%;
	box-shadow: 0 60px 20px -50px rgba(0, 0, 0, 0.1);
}

#tabs .tab.tab2 {
	font-size: 1.5625rem;
	background: #17730d url("../img/wasserzeichen-tab-gemeinde-klingenberg.png") center no-repeat;
	padding-bottom: 40px;
}

@media (min-width: 992px) {
	#tabs .tab.tab2 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#tabs .tab .tabHeadline {
	font-size: 1.5625rem;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 20px;
	color: #050505;
}

.tab4 a {
	font-size: 1.5625rem;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 20px;
	color: #050505;
}

#tabs .tab.tab2 .tabHeadline {
	font-size: 2.1875rem;
	padding-bottom: 0;
	text-transform: none;
}

#tabs .tab.tab2,
#tabs .tab.tab2 :is(h1, h2, h3, h4, h5, h6, .tabHeadline) {
	color: #ffffff;
}

#tabs .tab.tab2 a {
	color: #ffffff;
	text-decoration: underline;
}

#tabs .tab.tab2 :is(b, strong) {
	font-weight: 700;
	font-size: clamp(2.1875rem, 4vw, 3.125rem);
	text-transform: uppercase;
	line-height: 1;
	hyphens: auto;
}

#tabs .tab_link a {
	color: inherit;
}

#tabs .tab_link_title a {
	font-weight: 600;
}

#tabs .tab_link_mehr {
	font-size: 0;
}

#tabs .tab_spacer {
	height: 15px;
}

/* #endregion ----------------------------------- tab ------------------------------------------- */

/* ------------------------------------------- button style ------------------------------------- */

#tabs .tab_link_mehr a,
#gallery a {
	font-size: 1.125rem;
	color: #0d0d0d;
	background: #ffffff;
	border-radius: 30px;
	border: 1px solid #17730d;
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
}

#tabs .tab_link_mehr a {
	position: absolute;
	left: 50%;
	bottom: 40px;
	white-space: nowrap;
	transform: translateX(-50%);
}

#tabs .tab_link_mehr a::after,
#gallery a::after {
	content: " \203A \203A";
}

#tabs .tab_link_mehr a:is(:hover, :focus),
#gallery a:is(:hover, :focus) {
	color: #ffffff;
	background: #17730d;
}

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

.index main {
	background: #f6f6f6;
}

body:not(.index) #content::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(250, 250, 250, 1) 70%, rgba(250, 250, 250, 0.8) 100%) center bottom / 100% auto no-repeat;
	z-index: -1;
}

body:not(.index) #content {
	position: relative;
	z-index: 1;
}

#content {
	text-align: left;
	padding-top: clamp(40px, 4vw, 60px);
	padding-bottom: clamp(40px, 7vw, 80px);
}

@media (min-width: 992px) {
	#content {
		background: #fafafa center bottom / 100% auto no-repeat;
	}
}

/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #0d0d0d;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Source Sans 3", sans-serif;
}

h1,
.h1,
.legacy_h1,
:is(#facts .factsHeadline, #gallery) :is(h1, h2) {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: clamp(1.5rem, 2.5vw, 1.75rem);
}

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

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

/* #region ------------------------------------ facts ------------------------------------------- */

#facts {
	padding: clamp(40px, 7vw, 80px) 0;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#facts > * {
	position: relative;
	z-index: 2;
}

#facts :is(#insertWidget, iframe) {
	max-width: 350px;
	margin: 0 auto;
	display: block;
}

#facts :is(h1, h2, h3, h4, h5, h6, .factsHeadline),
#facts :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
	color: #0d0d0d;
}

#facts :is(.factsHeadline, #factsBox .tab2) a {
	color: #0d0d0d;
	text-decoration: underline;
}

#factsBox {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin-top: clamp(20px, 3vw, 50px);
	box-shadow: 0 80px 30px -50px rgba(0, 0, 0, 0.15);
}

#factsBox > .row {
	margin: 0;
}

#factsBox > .row > * {
	padding: clamp(40px, 7vw, 80px) clamp(30px, 5vw, 70px);
}

#factsBox .tab1 {
	font-size: 1.25rem;
}

#factsBox .tab1 > .row {
	row-gap: 25px;
}

#factsBox .tab1 :is(b, strong) {
	color: #0d0d0d;
	font-size: clamp(2.25rem, 4vw, 2.8125rem);
	font-weight: 700;
	line-height: 0.8;
	display: block;
}

#factsBox .tab2 {
	background: #17730d;
	color: #ffffff;
}

#factsBox .tab2 .tabHeadline {
	color: #ffffff;
	font-size: 1.5625rem;
	text-transform: uppercase;
}

#factsBox :is(sub, sup) {
	font-size: 70%;
}

#factsBox img {
	min-height: 80px;
}

/* #endregion --------------------------------- facts ------------------------------------------- */

#bg-right .tab {
	background: #e6e6e6;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}

#bg-right .tabHeadline {
	font-size: 1.5625rem;
	font-weight: 600;
}

#newsletterBG {
	background:
		url("../img/wasserzeichen-gemeinde-klingenberg.png") center right no-repeat,
		#fff;
	padding: 60px 0;
}

#newsletterBG .tabHeadline {
	font-size: 1.25rem;
}

#newsletterBG .tabHeadline :is(h1, h2, h3, h4, h5, h6) {
	font-size: 2.5rem;
}

#newsletterBG .tabContent {
	background: #e6e6e6;
	padding: 40px;
	border-radius: 20px;
}

#newsletterBG label {
	font-size: 0.875rem;
	margin-bottom: 4px;
	font-weight: 400 !important;
}

#newsletterBG label :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.5625rem !important;
}

#newsletterInputs {
	height: 60px;
	background: #17730d;
	display: block;
	position: relative;
	border-radius: 30px;
	max-width: 420px;
}

#newsletter_input {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 73px;
	height: 60px;
	width: 100%;
}

#newsletter_submit {
	width: 73px;
	background: url("../img/icon-mail.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 60px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

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

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

#newsletter_input::-moz-placeholder {
	opacity: 1;
}

#newsletter_input:-moz-placeholder {
	opacity: 1;
}

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

footer {
	margin-top: -20px;
	font-size: 1rem;
	background-color: #17730d;
	color: #fff;
}

#footer {
	position: relative;
	padding: 40px 0 clamp(40px, 4vw, 60px) 0;
}

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

#footerlogo {
	position: absolute;
	z-index: 2;
	top: -160px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	#footerlogo {
		top: -150px;
	}

	#footerlogo img {
		max-width: 100px;
	}
}

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

#footer .footerHeadline {
	font-size: 1.0625rem;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #fff;
}

#footer .footerHeadline::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto 15px auto;
	background-position: center;
	background-repeat: no-repeat;
}

#footer .tab1 .footerHeadline::before {
	background-image: url("../img/icon-fragen.png");
}

#footer .tab2 .footerHeadline::before {
	background-image: url("../img/icon-location.png");
}

#footer .tab3 .footerHeadline::before {
	background-image: url("../img/icon-email.png");
}

#innerfooter {
	background-color: #17730d;
	padding: 26px 0;
	border-top: 2px solid #fff;
}

#innerfooter ul {
	padding: 0;
}

@media (min-width: 576px) {
	#innerfooter li {
		display: inline-block;
	}

	#innerfooter li + li {
		margin-left: clamp(20px, 3vw, 40px);
	}
}

#innerfooter a {
	color: #ffffff;
}

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

/* ------------------------------------------ vernetzt ------------------------------------------ */

#vernetzt {
	gap: 18px;
	text-align: right;
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}
