@import url("https://fonts.verwaltungsportal.de/import/?family=Jost:400,400i,500,500i,700,700i");

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

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

a {
	color: #00806f;
}

a:is(:hover, :focus) {
	color: #00806f;
	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;
}

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

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

#topbar {
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
	background: linear-gradient(to right, #00806f, #00806f) bottom 12px left / 100% 5px no-repeat, #ffffff;
}

@media (max-width: 991px) {
	#topbar {
		min-height: 95px;
	}
}

@media (min-width: 992px) {
	#topbar>.row>div:last-child {
		padding-top: 34px;
		padding-bottom: 40px;
	}
}

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

.logo {
	flex-wrap: wrap;
	gap: 10px 15px;
	text-decoration: none !important;
	display: grid;
	padding: 40px 25px 25px 40px;
	background: #ffffff;
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	position: absolute;
	left: 0;
	top: -60px;
	z-index: 50;
}

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

.logo .cleaner {
	display: none;
}

.logoText {
	color: #181818;
	font-size: 1rem;
	align-content: center;
	line-height: 1.1;
}

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

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

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

.innerfooter {
	font-size: 1rem;
}

.innerfooter ul {
	padding: 0;
}

@media (max-width: 991px) {
	.innerfooter ul {
		padding: 25px 15px;
		margin-bottom: 25px;
		border-bottom: 1px solid rgba(110, 110, 110, 0.3);
	}
}

.innerfooter a {
	color: #181818;
	text-decoration: none;
}

.innerfooter a:is(:hover, :focus) {
	color: #00806f;
}

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

	.innerfooter li+li::before {
		content: "\00B7";
		margin: 0 clamp(15px, 2vw, 25px);
		color: #181818;
	}
}

/* ------------------------------------- sprachLinks ----------------------------------------- */

#sprachLinks .template-page,
#sprachLinks .template-page img {
	vertical-align: middle;
	font-size: 1rem;
}

#sprachLinks a {
	color: #181818;
}

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

#search {
	height: 40px;
	background: #ffffff;
	display: inline-block;
	position: relative;
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.20);
}
#search_input {
	color: #181818;
	font-size: 14px;
	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: 40px;
	background: #ffffff 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;
	transition: background-color 300ms linear;
}
#search_submit:hover{
	background-color: #ddddde;
}
#search_input::-ms-input-placeholder {
	color: #181818 !important;
}
#search_input::-webkit-input-placeholder {
	color: #181818 !important;
}
#search_input::-moz-placeholder {
	opacity: 1;
}
#search_input:-moz-placeholder {
	opacity: 1;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
	#headerpic .nivo-controlNav {
		bottom: 40px;
	}

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

@media (min-width: 992px) {
	.index #headerpic .nivo-controlNav {
		bottom: 170px;
	}
}

@media (min-width: 1200px) {
	#headerpic .nivo-controlNav {
		bottom: 60px;
	}
}

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

.slider-mask {
	display: block;
	background: url("../img/banner-overlay.png") center bottom / 100% auto no-repeat, linear-gradient(to top, rgba(24, 24, 24, 1), rgba(255, 255, 255, 0) 40%);
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	#nav-position>nav {
		padding: 0;
		box-shadow: none;
	}

	#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: #00806f;
		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: 0;
	}

	.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: 15px;
		right: 15px;
		z-index: 101;
	}

	.dropdown-toggle-button-wrapper {
		top: 6px;
	}

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

/* menu desktop */

@media (min-width: 992px) {
	nav.navbar {
		padding: 30px 20px !important;
		position: relative;
	}

	#nav-position {
		position: relative;
		z-index: 99;
	}

	#nav-position::before {
		content: "";
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background: #181818;
		pointer-events: none;
		z-index: -1;
		opacity: 0;
		transition: opacity 300ms linear;
	}

	#nav-position:is(:hover, :focus-within)::before {
		opacity: 0.2;
	}

	nav.navbar .navbar-nav>li {
		display: block !important;
		width: 100%;
		float: none;
		position: relative;
	}

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

	nav.navbar .navbar-nav>li:is(.open, :hover)>ul,
	nav.navbar .navbar-nav>li.open:focus-within>ul {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible;
		top: 100%;
	}

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

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

	nav.navbar [class*="secondlevel"]>ul {
		display: block !important;
	}
}

/* toplevel */

nav.navbar .navbar-nav a[class*="toplevel"] {
	color: #181818;
	font-weight: 500;
	text-align: left;
	padding: 10px 35px 10px 15px;
	position: relative;
	font-size: 1.125rem;
	background: #f8f8f8;
	line-height: 1.2;
	text-decoration: none;
}

nav.navbar .navbar-nav li[class*="toplevel"]+li {
	margin-top: 2px;
}

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

@media (min-width: 992px) {
	nav.navbar .navbar-nav a[class*="toplevel"] {
		padding: 9px 15px;
	}

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

	nav.navbar .navbar-nav a[class*="toplevel"].dropdown-toggle::before {
		content: "\00BB";
		position: absolute;
		right: 15px;
		top: 21px;
		line-height: 0;
		font-family: "Khand", sans-serif;
	}
}

/* toplevel-over */

nav.navbar .navbar-nav li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.navbar .navbar-nav li[class*="toplevel"]>a:is(:hover, :focus),
nav.navbar .navbar-nav li[class*="toplevel"].open>a,
nav.navbar .navbar-nav li[class*="toplevel"].open>a:is(:hover, :focus),
nav.navbar .navbar-nav li[class*="toplevel"][class*="_over"]>a,
nav.navbar .navbar-nav li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
	color: #ffffff;
	background: #00806f;
}

/* secondlevel + thirdlevel dropdown-box */

nav.navbar [class*="toplevel"]>ul {
	padding: 10px;
	background: #ffffff;
	border-radius: 2px;
}

@media (min-width: 992px) {
	nav.navbar [class*="toplevel"]>ul {
		margin-top: -20px;
		padding: 20px 20px;
		min-width: 360px;
		max-width: 500px;
		margin-left: 50px;
		box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
	}

	nav.navbar li[class*="secondlevel"] {
		margin-bottom: 2px;
	}

	nav.navbar [class*="toplevel"]>ul::before,
	nav.navbar [class*="toplevel"]>ul::after {
		content: "";
		position: absolute;
		display: block;
	}

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

	nav.navbar [class*="toplevel"]>ul::after {
		top: 12px;
		left: -24px;
		width: 24px;
		height: 38px;
		background: #ffffff;
		clip-path: polygon(100% 100%, 100% 0, 0 50%);
	}
}

nav.navbar [class*="secondlevel"]>ul {
	margin: 0px;
	padding: 4px 0;
}

/* secondlevel + thirdlevel */

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

nav.navbar a[class*="secondlevel"] {
	padding: 8px 35px 8px 10px;
	background: #f3f3f3;
	font-weight: 500;
}

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

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

nav.navbar a[class*="thirdlevel"]::before {
	content: "\00BB";
	display: block;
	position: absolute;
	top: 15px;
	line-height: 0;
	left: 25px;
}

/* secondlevel + thirdlevel over */

nav.navbar li[class*="secondlevel"]:is(:hover, :focus-within)>a,
nav.navbar li[class*="secondlevel"]>a:is(:hover, :focus),
nav.navbar li[class*="secondlevel"].open>a,
nav.navbar li[class*="secondlevel"].open>a:is(:hover, :focus),
nav.navbar li[class*="secondlevel"][class*="_over"]>a,
nav.navbar li[class*="secondlevel"][class*="_over"]>a:is(:hover, :focus) {
	background: #00806f;
	color: #ffffff;
}

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

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

/* ----------------------------------------------- Tabs -------------------------------------------- */

#bg-left,
main {
	flex-direction: column;
	display: flex;
	gap: 30px 0;
}

main {
	gap: 90px 0;
}

.gap30 {
	gap: 30px 0;
}

.tab.tabShadow {
	border-radius: 6px;
	padding: 25px 30px;
	background: #ffffff;
	position: relative;
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
}

.tab .tabHeadline {
	font-size: 1.5rem;
	color: #181818;
}

.tabKalender {
	font-size: 1rem;
}

.tabKalender a {
	color: #181818;
}

.tabKalender .tab_link_title a {
	font-weight: 600;
}

.tabKalender .tab_link_mehr {
	font-size: 0;
}

.tabKalender .tab_link_mehr a {
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
	padding: 5px 28px;
	border-radius: 6px;
	border: 1px solid #ffffff;
	background: #1a8d7e;
	transition: background 300ms linear, color 300ms linear;
}

.tabKalender .tab_link_mehr a:is(:hover, :focus) {
	color: #ffffff;
	background: #0d5d52;
}

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

main {
	padding-bottom: 60px;
}

@media (min-width: 992px) {
	body.index main {
		margin-top: -150px;
		position: relative;
		z-index: 20;
	}
}

main>.row {
	row-gap: 30px;
}

#content {
	text-align: left;
	padding-top: clamp(35px, 4vw, 50px);
	padding-bottom: 30px;
}

hr,
.hrstyle {
	opacity: 0.5;
	border: none;
	background: #181818;
	height: 1px;
}

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

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

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

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

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

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

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

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

/* ---------------------------------------------- tabs ------------------------------------------ */

#tabs {
	padding-bottom: clamp(35px, 4vw, 50px);
}

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

#tabs hr {
	margin: 0 0 clamp(1px, 2vw, 20px) 0;
}

#tabs a {
	text-decoration: underline;
}

#tabs .tab {
	height: 100%;
	min-height: 100%;
	background: #ffffff;
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
}

#tabs .tab1 {
	padding: clamp(20px, 2vw, 40px) clamp(20px, 2vw, 30px);
}

#tabs .tab1 :is(h1, h2, h3, h4, h5, h6) {
	color: #00806f;
	margin-bottom: clamp(15px, 2vw, 25px);
	font-size: 1.5625rem;
}

#tabs .tab2 :is(h1, h2, h3, h4, h5, h6) {
	color: #00806f;
	padding: clamp(20px, 2vw, 30px);
	font-size: 1.5625rem;
	margin: 0;
}

#tabs :is(iframe, .iframe-wrapper-manual-enabling) {
	min-width: 100% !important;
	width: 100%;
	display: block;
}

/* ---------------------------------------- veranstaltungen ------------------------------------- */

@media (max-width: 991px) {
	.eventclndr-tab {
		margin-bottom: 30px;
	}
}

/* Tab full Link -------------------------------------------------------- */

.tabsFull {
	gap: 30px 0;
}

.tabsFull .tab {
	position: relative;
	isolation: isolate;
	height: 100%;
}

.tabsFull .tab a {
	position: relative;
	z-index: 3;
}

.tabsFull .tab p,
.tabsFull .tab :is(h1, h2, h3, h4, h5, h6) {
	position: relative;
	z-index: 3;
	pointer-events: none;
}

.tabsFull .tab p:last-of-type:has(a:last-of-type) {
	font-size: 0;
}

.tabsFull .tab p:last-of-type a:last-of-type {
	color: inherit;
	font-size: 0;
	text-decoration: none;
	z-index: 2;
	position: absolute;
	inset: 0;
}

.tabsFull .tab .template-page>.row,
.tabsFull .tab .template-page>.row>div,
.tabsFull .tab p:has(a) {
	position: static;
}

.tabsFull .tab a {
	pointer-events: all;
}

.tabsFull .tab p:last-of-type a:last-of-type::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

/* Tab full Link -------------------------------------------------------- */

/* ---------------------------------------------- quickLinks ------------------------------------------ */

#quickLinks .tab {
	border-radius: 6px;
	color: #fff;
	padding: 85px 30px;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	background: #00806f;
	transition: background 300ms, color 300ms;
	align-content: center;
}

#quickLinks .tab::after {
	content: "";
	position: absolute;
	pointer-events: none;
	inset: 0;
	background: url(../img/quickLinks/calendar-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: filter 300ms;
}

#quickLinks>div:nth-of-type(3n + 2) .tab::after {
	background-image: url(../img/quickLinks/cv-icon.png);
}

#quickLinks>div:nth-of-type(3n + 3) .tab::after {
	background-image: url(../img/quickLinks/schedule-icon.png);
}

#quickLinks .tab:is(:hover, :focus) {
	background: #f8f8f8;
	color: #181818;
}

#quickLinks .tab:is(:hover, :focus)::after {
	filter: invert(1);
}

#quickLinks a {
	color: #fff;
	transition: background 300ms, color 300ms;
}

#quickLinks .tab:is(:hover, :focus) a {
	color: #181818;
}

/* ---------------------------------------------- infoTabs ------------------------------------------ */

#infoTabs .tabHeadline::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #f8f8f8;
	background-image: url(../img/infoTabs/telephone-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#infoTabs .tab {
	height: 100%;
}

#infoTabs>.row>div:nth-of-type(3n + 2) .tabHeadline::before {
	background-image: url(../img/infoTabs/email_icon.png);
}

#infoTabs>.row>div:nth-of-type(3n + 3) .tabHeadline::before {
	background-image: url(../img/infoTabs/send-icon.png);
}

/* ---------------------------------------------- quickIntro ------------------------------------------ */

#quickIntro .tab {
	border-bottom: 4px solid #00806f;
	background-image: url(../img/job_icon.png);
	background-repeat: no-repeat;
	background-position: bottom 5px right 30px;
	transition-property: color, background-color, border-color;
	transition-duration: 300ms;
}

#quickIntro .tab p:not(:last-of-type) a {
	position: relative;
	display: block;
	color: #181818;
	text-decoration: none;
	padding-right: 35px;
	transition: color 300ms;
	margin-bottom: 5px;
}

#quickIntro .tab p:not(:last-of-type) a+br {
	display: none;
}

#quickIntro .tab p:not(:last-of-type) a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url(../img/quick-arrow.png);
	width: 19px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	transition: right 300ms, filter 300ms;
}

#quickIntro .tab p:not(:last-of-type) a:is(:hover, :focus)::after {
	right: 10px;
}

#quickIntro .tab:is(:hover, :focus) p:not(:last-of-type) a::after {
	filter: invert(1) brightness(100);
}

#quickIntro .tab:is(:hover, :focus) p:not(:last-of-type) a {
	color: #fff;
}

#quickIntro :is(b strong) {
	font-size: 1.125rem;
}

#quickIntro .tab:is(:hover, :focus) {
	background-color: #00806f;
	border-color: #181818;
	color: #fff;
}

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

footer {
	position: relative;
	color: #ffffff;
	position: relative;
	background: linear-gradient(to right, #ffffff, #ffffff) top 12px left / 100% 5px no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), #00806f 390px), #00806f;
	padding: clamp(45px, 4vw, 60px) 0 30px 0;
	margin-bottom: 375px;
}

footer::before,
footer::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}

footer::before {
	background: url("../img/footer-overlay.png") center top / 100% auto no-repeat;
	height: 120px;
	bottom: -120px;
	z-index: 1;
}

footer::after {
	bottom: -375px;
	height: 375px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

footer .tab .tabHeadline {
	color: #ffffff;
	font-size: 1.5625rem;
	margin-bottom: 20px;
}

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

@media (max-width: 991px) {
	footer>.row>div+div {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 25px;
		margin-top: 25px;
	}
}

@media (min-width: 992px) {
	footer>.row>div:last-of-type {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
}

@media (min-width: 1200px) {
	footer>.row>div:first-child {
		padding-right: 40px;
	}

	footer>.row>div:last-child {
		padding-left: 40px;
	}
}

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

#footerRight {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
	align-content: space-between;
}

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

#vernetzt {
	gap: 15px;
	font-size: 0.9375rem;
	color: #fff;
	justify-content: center;
	line-height: 1.3;
	text-decoration: none;
}

@media (min-width: 992px) {
	#vernetzt {
		max-width: unset;
	}
}

#vernetzt span span {
	display: block;
}

#scrollTopBtn {
	background: #fff url(../img/scroll-top-arrow.png);
	background-repeat: no-repeat;
	background-position: center right 20px;
	display: inline-block;
	border-radius: 6px;
	padding: 10px 50px 10px 20px;
	color: #181818;
	font-weight: 700;
	font-size: 0.9375rem;
	transition: background-position 300ms;
}

#scrollTopBtn:is(:hover, :focus) {
	text-decoration: none;
	background-position: center right 10px;
}

/* ----------------------------------------------- @1ev events -------------------------------------------- */

#ev1 {
	padding: 0px 0;
}

#eventsBG {
	background-color: #00806f;
	border-radius: 3px;
	overflow: hidden;
	border-bottom: 4px solid #181818;
	border-radius: 6px;
}

#ev1 .tab {
	color: #ffffff;
	font-size: 1.125rem;
	padding: 30px;
	background: url('../img/icon-veranstaltungen.png') top 20px right 20px no-repeat, #00806f;
}

#ev1 .tabHeadline {
	color: #ffffff;
	font-size: clamp(1.25rem, 10vw, 1.75rem);
	font-weight: 600;
	margin: 0 0 clamp(15px, 2vw, 25px) 0;
}

@media (min-width: 1200px) {
	#ev1 .tabHeadline {
		hyphens: manual;
	}
}

#ev1 .tab_link_entries {
	display: grid;
}

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

#ev1 .tab_link_entry {
	font-size: 1rem;
	position: relative;
	color: #ffffff;
	font-size: 1rem;
	width: 100%;
	padding: 30px;
	border: none !important;
}

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

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

#ev1 .tab_link_title a {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 8px;
	color: #ffffff;
}

@media (max-width: 767px) {
	#ev1 .tab_link_entry:nth-child(3n+1) {
		background: rgba(0, 0, 0, 0.1);
	}

	#ev1 .tab_link_entry:nth-child(3n+2) {
		background: rgba(255, 255, 255, 0.1);
	}
}

@media (min-width: 768px) {
	#ev1 .tab_link_entry:is(:nth-child(6n+1), :nth-child(6n+5)) {
		background: rgba(0, 0, 0, 0.1);
	}

	#ev1 .tab_link_entry:is(:nth-child(6n+3), :nth-child(6n+4)) {
		background: rgba(255, 255, 255, 0.1);
	}
}

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

/* ------------------------------------------- @1ev buttonStyle ------------------------------------------- */

#ev1 .buttonStyle a {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #ffffff;
	padding: 5px 12px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	background: #0d8777;
	transition: background 300ms linear, color 300ms linear;
}

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

#ev1 .buttonStyle a:hover,
#ev1 .buttonStyle a:focus {
	color: #ffffff;
	background: #007364;
}