@import url("https://fonts.verwaltungsportal.de/import/?family=Germania+One:400");
@import url("https://fonts.verwaltungsportal.de/import/?family=Lato:400,400i,700,700i");

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

body {
	font-family: "Lato", sans-serif;
	color: #1d2a1d;
	background: #f8f8f8;
	font-size: clamp(1rem, 2vw, 1.125rem);
	/* 1rem = 16px */
	line-height: 1.4;
	font-weight: 400;
}

a {
	color: #6a0000;
}

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

.linkUnderline a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: text-decoration 300ms;
}

.linkUnderline a:is(:hover, :focus) {
	text-decoration-color: transparent;
}

b,
strong {
	font-weight: 700;
}

/* ----------------------------------------- optionsbar ----------------------------------------- */

#optionsbar {
	background: #2a4e18;
	color: #fff;
	font-size: 0.875rem;
}

#optionsbar > .row > div > div > * {
	padding: 3px 0;
}

#optionsbar > .row > div > div > * + * {
	border-left: 2px solid rgba(0, 0, 0, 0.15);
	padding-left: 30px;
	margin-left: 30px;
}

#optionsbar h2 {
	font-family: inherit;
	font-weight: 700;
	font-size: 0.875rem;
	color: inherit;
	margin: 0 20px 0 0;
	width: auto;
}

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

#style {
	padding-right: 0;
}

#style button {
	padding: 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	background: transparent;
	position: relative;
	line-height: 1;
	font-size: 1rem;
}

#style button + button {
	margin-left: 10px;
}

#style button:is(:hover, :focus) {
	text-decoration: underline;
}

/* Suche -------------------------------------------------------- */
#search {
	height: 2.0625rem;
	display: inline-block;
	position: relative;
}
#search_input {
	color: #ffffff;
	font-size: 0.875rem;
	font-style: italic;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 2.0625rem;
	padding-right: 43px;
	height: 2.0625rem;
	width: 100%;
}
#search_submit {
	width: 2.0625rem;
	background: transparent url("../img/suche-icon.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 2.0625rem;
	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_submit:hover {
	background-color: #1d2a1d;
}
#search_input::-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
#search_input::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
#search_input::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}
#search_input:-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

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

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

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

.logo .cleaner {
	display: none;
}

#logoGrafik {
	background: #fff;
	position: absolute;
	top: 0;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	padding: 15px;
	padding-bottom: 30px;
	z-index: 20;
	transition: top 300ms;
}

@media (min-width: 992px) {
	#logoGrafik {
		top: -40px;
		left: -20px;
	}
}

.is-sticky #logoGrafik {
	top: 0;
}

.logoText {
	color: #264616;
	font-size: 1.25rem;
	align-content: center;
	line-height: 1.1;
	font-family: "Germania One", serif;
	font-weight: 400;
	margin-left: 160px;
}

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

@media (max-width: 991px) {
	.logoText {
		padding: 10px 0;
		margin-left: 200px;
	}
}

@media (max-width: 575px) {
	.logoText {
		hyphens: auto;
		margin-left: -20px;
	}
	#logoGrafik {
		position: relative;
	}
}

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

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

nav.horizontally {
	background: rgba(248, 248, 248, 0.94);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
/* burgermenu for tablet */

@media (max-width: 991px) {
	#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: #264616;
		color: #fff;
		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: #fff;
		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: 7px;
	}

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

/* menu desktop */

@media (min-width: 992px) {
	#sticky-wrapper {
		position: absolute;
		width: 100%;
	}
	.is-sticky {
		z-index: 104;
	}

	nav.horizontally > .row > div {
		transition: background 0.2s 0s ease;
	}

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

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

	nav.horizontally .navbar-nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: block !important;
		pointer-events: none;
		opacity: 0;
		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:is(.open, :hover) > ul,
	nav.horizontally .navbar-nav li.open:focus-within > 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.open > ul {
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden;
	}

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #264616;
	font-weight: 400;
	text-align: left;
	padding: 12px 15px;
	position: relative;
	font-size: 1.0625rem;
	line-height: 1.2;
	text-decoration: none;
	font-family: "Germania One", serif;
}

nav.horizontally a[class*="toplevel"]::after {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	top: -16px;
	background: url(../img/aktiv-logo.png);
	width: 47px;
	height: 30px;
	transition: all 150ms linear;
	opacity: 0;
}

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

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

	nav.horizontally a[class*="toplevel"]::after {
		position: relative;
		display: inline-block;
		margin-left: 15px;
      top: 3px;
	}
}

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

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

/* 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: #6a0000;
}

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;
}

/* secondlevel + thirdlevel dropdown-box */

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

@media (max-width: 991px) {
	nav.horizontally [class*="toplevel"] ul {
		box-shadow: inset -1px 0px 5px 0 rgba(0, 0, 0, 0.2);
		margin: 10px;
	}

	nav.horizontally [class*="toplevel"] > ul {
		background-color: rgba(255, 255, 255, 0.95);
	}

	nav.horizontally [class*="secondlevel"] > ul {
		background-color: rgba(255, 255, 255, 0.15);
	}
}

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] > ul {
		padding: 25px 0;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 10px;
	}

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

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

	nav.horizontally [class*="secondlevel"] > ul {
		padding: 25px 0;
		margin-top: -25px;
		margin-left: 20px;
	}

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

/* secondlevel + thirdlevel */

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

@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;
	}
}

/* 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: #6a0000;
	background: url(../img/aktiv-logo.png) left 10px center no-repeat;
}

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

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

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

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(450px, 78vw, 865px);
	}

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

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

	#headerpic .nivo-controlNav {
		bottom: 30px;
	}
}

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

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

.slider-mask {
	display: block;
	background: url(../img/Form-banner.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom -2px center;
}

/* #region --------------------------------- scroll bottom -------------------------------------- */

@media (min-width: 768px) {
	#bannerOverlay {
		position: absolute;
		right: 0;
		bottom: 60px;
		left: 0;
		z-index: 53;
		pointer-events: none;
	}
}
#scrollBottom a {
	position: relative;
	font-size: 0;
	display: block;
	width: 3.125rem;
	height: 3.125rem;
	margin: clamp(50px, 7vw, 70px) auto 10px auto;
	text-align: center;
	background-color: rgba(106, 0, 0, 0.5);
	border: 2px solid #deeaf3;
	pointer-events: auto;
	animation: bounceAni 2s infinite 2s;
	transition: all 0.2s ease-in;
}

#scrollBottom a:is(:hover, :focus) {
	background-color: #6a0000;
	animation-play-state: paused;
}

#scrollBottom a::after {
	position: absolute;
	content: url(../img/Pfeil-nach-unter.png);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes bounceAni {
	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

/* #endregion ------------------------------ scroll bottom -------------------------------------- */

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

#content {
	padding: 60px 0;
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #264616;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Germania One", serif;
}

h1,
.h1,
.legacy_h1 {
	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;
}

/* ----------------------------------------------- @1nw news -------------------------------------------- */

#nw1 {
	padding-top: 50px;
	padding-bottom: 70px;
}

@media (min-width: 1200px) {
   #nw1 {
	background-image: url(../img/decor-Schrotflint.png);
	background-repeat: no-repeat;
	background-position: bottom -30px left;
}
}

#nw1 .tabHeadline {
	font-size: 2.75rem;
	margin: 0;
}

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

#nw1 .tab_link,
#nw1 .tab_link > div {
	height: 100%;
	min-height: 100%;
}

#nw1 .tab_link_entries {
	display: grid;
	gap: 40px 30px;
}

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

@media (min-width: 768px) {
	#nw1 .tab_link_entries {
		grid-template-columns: repeat(3, 1fr);
	}
}

#nw1 .tab_link_entry {
	font-size: 1rem;
	position: relative;
	width: 100%;
	border-radius: 2px;
	padding: 210px 30px 70px 30px;
	background: #ffffff;
	box-shadow: 0px 10px 20px 0px rgba(29, 42, 29, 0.1);
}

#nw1 .vorschau {
	opacity: 1;
}

#nw1 .tab_preview_picture {
	background: #ffffff;
}

#nw1 .tab_link_entry::before,
#nw1 .tab_link_entry::after,
#nw1 .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 180px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

#nw1 .tab_link_entry::before {
	content: "";
	background: center / cover no-repeat, #666666;
}

#nw1 .tab_link_entry::after {
	content: "";
	background: linear-gradient(0deg, rgba(106, 0, 0, 1) 0%, rgba(211, 226, 211, 0.7021009087228641) 100%);
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition: opacity 300ms;
}
#nw1 .tab_link_entry:is(:hover, :focus)::after {
	opacity: 1;
}

#nw1 .tab_preview_picture img {
	position: absolute;
	margin: 0 !important;
	left: 50%;
	top: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	max-width: 350px;
	width: auto;
	height: auto;
	-ms-interpolation-mode: bicubic;
	transform: translateX(-50%) translateY(-50%);
}

#nw1 .tab_date {
	display: inline-block;
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 15px;
	font-weight: 700;
	color: #ffffff;
	font-size: 0.875rem;
	padding: 6px 20px;
	background: #264616;
	border-radius: 3px;
	transition: background 300ms;
}

#nw1 .tab_link_entry:is(:hover, :focus) .tab_date {
	background: #6a0000;
}

#nw1 .tab_link_title a {
	display: block;
	font-weight: 400;
	font-size: 1.5rem;
	color: #264616;
	line-height: 1.2;
	margin-bottom: 8px;
	font-family: "Germania One", serif;
}

#nw1 .tab_link_entries + div,
#nw1 .tab_link_entries .tab_spacer,
#nw1 .tab_link_entry > div:nth-last-child(2) {
	display: none;
}

/* ------------------------------------------- @1nw buttonStyle ------------------------------------------- */

#nw1 .tab_link_title a::after {
	content: "weiterlesen";
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.buttonStyle a,
#nw1 .tab_link_title a::after {
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	padding: 7px 12px;
	border-radius: 3px;
	background: #264616;
	transition: background 300ms linear, color 300ms linear;
	font-family: "Lato", sans-serif;
}

@media (min-width: 768px) {
	.buttonStyle a + a {
		margin-left: 12px;
	}
}

.buttonStyle a:hover,
.buttonStyle a:focus,
#nw1 .tab_link_title a:is(:hover, :focus)::after {
	color: #ffffff;
	background: #6a0000;
}

/* #region ---------------------------------- news + events ------------------------------------- */

#events {
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	padding: 45px 0;
	position: relative;
	z-index: 56;
}

@media (min-width: 1200px) {
	#events {
		background-image: url(../img/dekor-Jaegerhut.png);
		background-position: bottom 30px right;
	}
}

#events .tabHeadline {
	margin: 0 0 20px;
	width: auto;
	position: relative;
	z-index: 2;
}

#events .tab_link_entries {
	display: grid;
	gap: 20px 30px;
	filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
}

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

@media (min-width: 992px) {
	#events .tab_link_entries {
		grid-template-columns: repeat(3, 1fr);
	}
}

#events .tab_link_entry {
	background-color: #264616;
	color: #ffffff;
	padding: clamp(25px, 2vw, 30px) clamp(20px, 2vw, 25px);
	border: none !important;
	transition: background 300ms;
	border-radius: 2px;
}

#events .tab_link_entry:is(:hover, :focus) {
	background: #6a0000;
}

#events .tab_link_entry a {
	color: #ffffff;
}

#events .tab_link_title a {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 6px;
	display: inline-block;
}

#events .tab_link_date {
	font-style: italic;
}

#events .tab_spacer {
	display: none;
}

/* button */

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

#events .tab_link_mehr a {
	display: none;
}

#events .buttonStyle {
	margin-top: 40px;
}

/* #endregion ------------------------------- news + events ------------------------------------- */

/* --------------------------------------------- parallax --------------------------------------- */

.parallax {
	height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}

.parallax.para1::after,
.parallax.para2::after {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	inset: 0;
	pointer-events: none;
   height: 100%;
}

.parallax.para1::after {
	background-image: url(../img/Form-parallax1.png);
	background-position: top -2px center !important;
}

.parallax.para2::after {
	background-image: url(../img/form-parallax2.png);
	background-position: bottom -2px center !important;
}

/* #region --------------------------------- maps_contact @3f ----------------------------------- */

#maps_contact {
	position: relative;
	background: #264616;
	min-height: 250px;
}

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

#maps_contact a {
	text-decoration: underline;
}

#maps_contact .tab {
	padding-top: clamp(25px, 4vw, 60px);
	padding-bottom: clamp(25px, 4vw, 50px);
}

@media (min-width: 992px) {
	#maps_contact .tab {
		padding-left: 30px;
	}
}

#maps_contact .colMaps :is(iframe, .iframe-wrapper-manual-enabling) {
	min-width: 100% !important;
	width: unset;
	display: block;
	max-height: 100%;
	min-height: 100%;
	margin: 0 -15px;
}

@media (min-width: 768px) {
	#maps_contact > .row,
	#maps_contact > .row > div,
	#maps_contact .colMaps :is(.row, .row > div) {
		position: static;
	}

	#maps_contact .colMaps :is(iframe, .iframe-wrapper-manual-enabling) {
		min-width: 50% !important;
		position: absolute;
		top: 0;
		right: 50%;
		bottom: 0;
		left: 0;
		margin: 0;
	}
}

/* #endregion ------------------------------ maps_contact @3f ----------------------------------- */

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

footer > .row {
	padding: 30px 0;
}

body:not(.index) footer {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 56;
}

@media (max-width: 991px) {
	footer > .row > * + * {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
}

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

#vernetzt {
	gap: 18px;
	text-align: left;
	font-size: 0.9375rem;
	color: #1d2a1d;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
}

#vernetzt b {
	color: #264616;
}

#vernetzt span span {
	display: block;
}

/* ------------------------------------------ scrollTop ----------------------------------------- */

#scrollTopBtn {
	position: relative;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	display: inline-block;
	font-size: 1.125rem;
	color: #ffffff;
	font-weight: 400;
	background: #264616;
	border-radius: 2px;
}

#scrollTopBtn:is(:hover, :focus) {
	background: #6a0000;
}

#scrollTopBtn::after {
	content: url(../img/icon-up.png);
	position: relative;
	bottom: 1px;
	display: inline-block;
	margin-left: 15px;
}

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

#innerfooter {
	padding: 18px 0;
	background: #f8f8f8;
}

#innerfooter ul {
	padding: 0 !important;
}

#innerfooter a {
	color: #1d2a1d;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	font-size: 1rem;
	position: relative;
	padding: 4px 0;
}

@media (min-width: 576px) {
	#innerfooter a::before {
		content: "";
		width: 100%;
		height: 16px;
		display: block;
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translate(-50%, -100%);
		background: url(../img/aktiv-logo.png);
		width: 47px;
		height: 30px;
		transition: all 150ms linear;
		opacity: 0;
	}
}

#innerfooter a:is(:hover, :focus) {
	color: #6a0000;
	text-decoration: underline;
}

#innerfooter a:is(:hover, :focus)::before {
	opacity: 1;
}

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

	#innerfooter li + li::before {
		content: "";
		width: 20px;
		height: 100%;
		color: #1d2a1d;
		display: inline-block;
	}
}
