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

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

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

a {
	color: #4d7830;
}

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

b,
strong {
	font-weight: 700;
}

.row {
	max-width: 1600px;
	width: 100%;
}

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

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

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

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

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

#topbar {
	padding: 15px 0 18px 0;
	line-height: 1.2;
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	#topbar {
		padding: 40px 0;
		background: url("../img/topbar-hintergrund.jpg") center / cover no-repeat;
	}
}

#tickerWrapper {
	background: rgba(1, 117, 167, 0.1);
	padding: 8px 15px;
	max-width: 470px;
}

.newsticker-position {
	margin-bottom: 0px;
}

.newsticker a {
	color: #444444;
}

.newsticker-position h2 {
	color: #444444;
}

/* contact col */

#mail-tab a,
#phone-tab a {
	border-radius: 40px;
	padding: 9px 18px 7px 18px;
	display: block;
	min-height: 42px;
	min-width: 42px;
}

/* mail */

#mail-tab,
#phone-tab {
	margin-left: 10px;
}

@media (min-width: 992px) {
	#mail-tab {
		margin-left: 30px;
	}
}

#mail-tab a,
#phone-tab a {
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #4d7830;
}

#mail-tab a {
	background: #4d7830 url("../img/icon-mail.png") center / 24px auto no-repeat;
	font-size: 0;
	width: 42px;
}

#phone-tab a {
	background: #4d7830 url("../img/icon-telefon.png") center / 24px auto no-repeat;
	font-size: 0;
	width: 42px;
}

#mail-tab a,
#phone-tab a {
	position: relative;
	z-index: 1;
}

:is(#mail-tab a, #phone-tab a)::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	opacity: 0;
	border-radius: 40px;
	transform: scale(0.8);
	transition:
		300ms opacity linear,
		300ms transform linear;
}

#mail-tab a::after,
#phone-tab a::after {
	border: 2px solid #127897;
}

:is(#mail-tab a, #phone-tab a):is(:hover, :focus)::after {
	opacity: 1;
	transform: scale(1);
}

:is(#mail-tab a, #phone-tab a):is(:hover, :focus) {
	background-color: #127897;
}

#search {
	height: 40px;
	background: #4d7830;
	display: inline-block;
	position: relative;
}

@media (min-width: 575px) {
	#search {
		margin-left: 30px;
	}
}

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

#search_submit {
	width: 33px;
	background: url("../img/icon-suche.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 40px;
	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;
}

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

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

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

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

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

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	#menu {
		position: static !important;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	}

	#burgerButton {
		font-size: 0;
		border: none !important;
		position: relative;
		z-index: 1002;
		display: block;
		width: 46px;
		height: 40px;
		border-radius: 2px;
		cursor: pointer;
		background-color: #ffffff;
		padding: 3px;
	}

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

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

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

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

	#burgerButtonInner {
		top: 10px;
	}

	#burgerButton:before {
		top: 18px;
	}

	#burgerButton:after {
		top: 26px;
	}

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

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

	.navbar-collapse {
		top: 0;
		background: #127897;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		-webkit-transition:
			left 300ms linear,
			opacity 300ms linear;
		-moz-transition:
			left 300ms linear,
			opacity 300ms linear;
		-ms-transition:
			left 300ms linear,
			opacity 300ms linear;
		-o-transition:
			left 300ms linear,
			opacity 300ms linear;
		transition:
			left 300ms linear,
			opacity 300ms linear;
	}

	.navbar-collapse.collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-header {
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		background-color: #ffffff;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	.navbar-collapse.in:after {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		display: block;
		width: 90px;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@media (min-width: 575px) and (max-width: 991px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	#menu {
		background-color: #127897;
		-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	}

	#menu > .row {
		max-width: 1600px;
		width: 100%;
	}

	nav.horizontally .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		flex-wrap: wrap;
	}

	nav.horizontally .navbar-nav > li {
		flex-grow: 1;
	}

	nav.horizontally .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}

	nav.horizontally .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		position: absolute;
		left: 90%;
		top: auto;
	}

	nav.horizontally .navbar-nav > li,
	nav.horizontally .navbar-nav > li > .dropdown-menu > li {
		position: relative;
	}

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

	.navbar-default .open > .dropdown-menu,
	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	/* .navbar-default .navbar-nav li[class*="toplevel"]:focus-within>ul,
    .navbar-default .navbar-nav li[class*="secondlevel"]:focus-within>ul {
        pointer-events: auto !important;
        opacity: 1 !important;
    } */

	.navbar-default .nav .open > .dropdown-menu {
		pointer-events: none !important;
		opacity: 0 !important;
	}

	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"]:hover > u {
		z-index: 1003;
	}
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 400;
	text-align: left;
	padding: 15px 35px 15px 15px;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid rgba(68, 68, 68, 0.2);
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		padding: 24px 5px 26px 5px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		display: block;
	}
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-nav > li:hover > a,
.navbar-nav > li > a:hover {
	color: #fff;
	background: #4d7830;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.85);
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		padding: 10px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		left: 50%;
		transform: translate(-50%, 0);
	}

	.navbar-default .navbar-nav > li:hover > .dropdown-menu::after {
		top: 0;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		margin-top: -45px;
		margin-left: 40px;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
	color: #444444;
	font-weight: 400;
	text-align: left;
	padding: 8px 25px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
		padding: 13px 25px;
		text-align: center;
	}

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

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

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

.navbar-default .navbar-nav > li > .dropdown-menu > li.dropdownpr > a::after {
	content: "\00BB";
	margin-left: 5px;
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav > li > .dropdown-menu > li:hover > a,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:focus {
	background: #4d7830;
	color: #fff;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
	background: #4d7830;
	color: #fff;
}

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

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

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

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

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

	.theme-nivo .nivo-controlNav {
		top: 5px !important;
		bottom: auto !important;
	}
}

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

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

.slider-mask {
	display: none;
}

@media (min-width: 992px) {
	.slider-mask {
		display: block;
		background: url("../img/slider-mask.png") bottom center no-repeat;
	}
}

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

main {
	text-align: left;
	padding-top: clamp(30px, 4vw, 60px);
	padding-bottom: clamp(30px, 4vw, 60px);
}

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

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

h1,
.h1,
.legacy_h1 {
	font-size: clamp(2rem, 4vw, 3.125rem);
}

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

h3,
.h3,
.legacy_h3 {
	font-size: 1.75rem;
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited),
.legacy_h4 {
	font-size: 1.625rem;
}

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

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

/* ----------------------------------------------- contact -------------------------------------------- */

#contact .tab {
	padding: 45px 20px 20px 20px;
	margin-right: auto;
	margin-top: 32px;
	position: relative;
	background: #ffffff url("../img/tab-hintergrund.jpg") center / cover no-repeat;
	font-size: 0.9375rem;
	color: #444444;
	border-top: 4px solid #4b752f;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	max-width: 270px;
}

@media (max-width: 991px) {
	#contact .tab {
		margin-left: auto;
	}
}

#contact .tab::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
	background:
		url("../img/icon-zeit.png") center no-repeat,
		#ffffff;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

#contact .tabSpecial {
	margin-bottom: 20px;
}

#contact .tabSpecial .tabHeadline {
	font-size: 1.4375rem;
	font-weight: 700;
	color: #127897;
	margin-bottom: 0;
}

#contact .tab a {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 0.9375rem;
	color: #127897;
	font-weight: 700;
	border-radius: 2px;
	padding: 3px 11px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

#contact .tab a:hover,
#contact .tab a:focus {
	color: #ffffff;
	background: #127897;
}

/* ----------------------------------------------- @10ev events -------------------------------------------- */

#ev10 .tab {
	margin-right: auto;
	margin-top: 42px;
	position: relative;
	background: #ffffff url("../img/tab-hintergrund.jpg") center / cover no-repeat;
	font-size: 0.9375rem;
	color: #444444;
	border-top: 4px solid #4b752f;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	max-width: 270px;
}

@media (max-width: 991px) {
	#ev10 .tab {
		margin-left: auto;
	}
}

#ev10 .tab::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
	background:
		url("../img/icon-veranstaltungen.png") center no-repeat,
		#ffffff;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

#ev10 .tabSpecial {
	padding: 45px 20px 20px 20px;
}

#ev10 .tabSpecial .tabHeadline {
	text-align: center;
	font-size: 1.4375rem;
	font-weight: 700;
	color: #127897;
	margin: 0;
}

#ev10 #clr-events-hide {
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

#ev10 .tab .eventclndr-tab {
	margin-bottom: 0;
}

#ev10 .tab .tab_link_title a {
	color: #444444;
	font-weight: 700;
}

#ev10 .tab .tab_link_mandat a {
	color: #444444;
	font-weight: 700;
}

#ev10 .tab #clr-events-hide > p:nth-child(1) {
	display: none !important;
}

#ev10 .tab .tab_spacer {
	height: 15px;
}

#ev10 .tab .tab_link_mehr {
	color: transparent;
	font-size: 0;
	padding-bottom: 20px;
	padding-right: 20px;
}

/* ----------------------------------------------- @10nw news -------------------------------------------- */

#nw10 .tab {
	margin-right: auto;
	margin-top: 42px;
	font-size: 0.9375rem;
	color: #444444;
	position: relative;
	padding: 45px 20px 20px 20px;
	background: #ffffff url("../img/tab-hintergrund.jpg") center / cover no-repeat;
	border-top: 4px solid #4c772f;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	max-width: 270px;
}

@media (max-width: 991px) {
	#nw10 .tab {
		margin-left: auto;
	}
}

#nw10 .tab::before {
	content: "";
	position: absolute;
	display: block;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background:
		url("../img/icon-aktuelles.png") center no-repeat,
		#ffffff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

#nw10 .tabSpecial {
	margin-bottom: 20px;
}

#nw10 .tabSpecial .tabHeadline {
	font-size: 1.4375rem;
	font-weight: 700;
	color: #127897;
	margin-bottom: 0;
}

#nw10 .tab .tab_link_entries {
	display: grid;
	gap: 20px;
}

#nw10 .tab .tab_link_title a {
	color: #444444;
	font-weight: 700;
}

#nw10 .tab .tab_link_mandat a {
	color: #444444;
}

#nw10 .tab .tab_date {
	font-style: italic;
}

#nw10 .tab .tab_link_mehr {
	margin-top: 20px;
}

#nw10 .tab .tab_preview_picture,
#nw10 .tab .tab_link_entry > div:nth-last-child(2),
#nw10 .tab .tab_spacer {
	display: none;
}

/* --------------------------------------------- Buttons -------------------------------------------- */

#nw10 .tab .tab_link_mehr a,
#ev10 .tab .tab_link_mehr a {
	text-decoration: none;
	display: inline-block;
	font-size: 0.9375rem;
	color: #127897;
	font-weight: 700;
	border-radius: 2px;
	padding: 3px 11px;
	text-transform: uppercase;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

#nw10 .tab .tab_link_mehr a:hover,
#nw10 .tab .tab_link_mehr a:focus,
#ev10 .tab .tab_link_mehr a:hover,
#ev10 .tab .tab_link_mehr a:focus {
	color: #ffffff;
	background: #127897;
}

/* ----------------------------------------------- @11f footer ----------------------------------------------- */

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

.newsletterTab {
	padding: 20px;
	margin-bottom: 40px;
	background: #ffffff;
	border-top: 4px solid #4a732e;
	color: #444444;
}

@media (min-width: 992px) {
	.newsletterTab {
		padding: 25px 40px 15px 40px;
		margin-top: -190px;
		margin-bottom: 0px;
	}
}

.newsletterTab .tabHeadline {
	color: #444444 !important;
	font-size: 1.625rem !important;
	font-weight: 700;
	margin-bottom: 5px !important;
}

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

#newsletterInputs {
	height: 36px;
	display: flex;
	position: relative;
	border-radius: 2px;
	margin-left: auto;
	max-width: 340px;
	border: 1px solid rgba(34, 34, 34, 0.5);
}

#newsletter_input {
	color: #444444;
	font-size: 16px;
	font-style: normal !important;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 36px;
	padding-left: 15px;
	padding-right: 43px;
	height: 32px;
	width: 100%;
}

#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="%23444444"><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_input::-ms-input-placeholder {
	color: #444444 !important;
}

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

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

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

/* --------------------------------------------- order -------------------------------------------- */

@media (max-width: 991px) {
	.order1 {
		order: 1;
	}

	.order2 {
		order: 3;
	}

	.order3 {
		order: 2;
	}
}

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

#footer {
	color: #ffffff;
	font-size: 1rem;
	margin-top: 90px;
	padding-top: 100px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #127897;
}

@media (max-width: 991px) {
	#footer {
		margin-top: 0px;
		padding-top: 50px;
	}
}

#footer :is(h1, h2, h3, h4, h5, h6, .footerHeadline) {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 15px;
}

#footer a {
	color: #ffffff;
}

#footer .footerTab a {
	color: #ffffff;
}

#footer .footerTab a:is(:hover, :focus) {
	color: #fff;
}

#footer .footerTab a[href^="mailto:"] {
	font-style: italic;
	color: #fff;
}

#footer .footerTab ul {
	padding: 0 !important;
}

#footer .footerTab ul li {
	list-style-type: none !important;
}

#footer .footerTab ul li {
	position: relative;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 5px 0 5px 12px;
	transition: background-color 300ms linear;
}

#footer .footerTab ul li::before {
	content: "\2010";
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 3px;
	bottom: 0;
	margin: auto;
	transition: color 300ms linear;
}

#footer .footerTab ul li:hover,
#footer .footerTab ul li:focus {
	color: #fff;
	background-color: #4c772f;
}

@media (max-width: 575px) {
	#footer > .row:nth-child(2) > * + * {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}

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

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

	#footer .footerTab {
		padding-top: 10px;
	}

	#footer .footerTab2 {
		padding-left: 20px;
	}
}

/* --------------------------------------------- iframeMapsTab -------------------------------------------- */

#footer iframe,
#footer .iframe-wrapper-manual-enabling {
	min-width: 100% !important;
	width: 100% !important;
	display: block;
	min-height: 150px !important;
	max-height: 150px !important;
}

#footer .iframeMapsTab {
	max-height: 246px;
	overflow: hidden;
}

@media (min-width: 576px) and (max-width: 991px) {
	#footer .iframeMapsTab {
		margin-top: 30px;
	}
}

/* --------------------------------------------- footer2 -------------------------------------------- */

#footer2 {
	padding: 16px 0;
	color: #ffffff;
	background: #4d7830;
}

/* --------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter {
	font-size: 1rem;
}

@media (max-width: 991px) {
	#innerfooter {
		margin-bottom: 15px;
	}
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #ffffff;
	padding: 24px 0px;
	text-decoration: none;
}

#innerfooter a:hover,
#innerfooter a:focus {
	color: #fff;
	text-decoration: underline;
}

#innerfooter li + li::before {
	content: "•";
	margin: 0 15px;
}

@media (min-width: 1200px) {
	#innerfooter li + li::before {
		margin: 0 25px;
	}
}

@media (max-width: 767px) {
	#innerfooter li {
		display: block;
		text-align: center;
		padding: 5px;
		margin: 0;
	}

	#innerfooter li + li::before {
		display: none;
	}

	#innerfooter a {
		padding: 8px 0px;
	}
}

#innerfooter nav li > a {
	display: inline-block;
}

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

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

#vernetzt span span {
	display: block;
}

#vernetzt strong {
	color: #fff;
	font-weight: 700;
}
