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

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

@media (min-width: 992px) {
	html {
		padding: 60px 0;
	}
}

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

a {
	color: #a334a2;
}

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

#content a,
b,
strong {
	font-weight: 700;
}

/* content width + border radius */

footer,
#content {
	background-color: #ffffff;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

header {
	background-color: #61156d;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

header,
body:not(.index) footer {
	border-radius: 40px 40px 0 0;
}

@media (max-width: 991px) {
	header {
		border-radius: unset;
	}
}

footer,
#content {
	border-radius: 0 0 40px 40px;
}

#over {
	overflow: hidden;
	position: relative;
}

/* #region ------------------------------- dekoflächen weiß ------------------------------------- */

#topbar,
footer {
	z-index: 1;
	position: relative;
}

:is(#topbar, footer)::after {
	content: "";
	background: #ffffff;
	opacity: 0.4;
	position: absolute;
	pointer-events: none;
	z-index: -1;
}

@media (min-width: 992px) {
	#topbar::after {
		right: 0;
		width: 50vw;
		left: 50%;
		bottom: -35px;
		height: 30vw;
	}
}

footer::after {
	top: 0;
	bottom: -60px;
	left: -50vw;
	right: calc(33.33% + 20px);
}

body:not(.index) footer::after {
	top: 50%;
}

#content {
	box-shadow: -50vw 0px 0 rgba(255, 255, 255, 0.4);
}

/* #endregion ---------------------------- dekoflächen weiß ------------------------------------- */

/* -------------------------------------------- logoBox ----------------------------------------- */

#logo {
	position: relative;
	display: block;
}

#logo img {
	display: block;
	max-height: 140px;
}

@media (max-width: 991px) {
	#logo {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#logo img {
		max-width: 380px;
		width: 100%;
	}
}

/* ----------------------------------------------- @3tp topbar ----------------------------------------------- */

#tp3 {
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #0c5c82;
}

@media (max-width: 991px) {
	#tp3>.row>*+* {
		margin-top: 10px;
	}
}

@media (max-width: 575px) {
	#tp3>.row>*>*+* {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	#tp3 {
		padding-top: 0;
		padding-bottom: 0;
	}
}

#tp3 span {
	color: #ffffff;
	font-size: 0.875rem;
	padding-right: 10px;
}

/* ------------------------------------------------ name ---------------------------------------------- */

#name {
	color: #ffffff;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}

#name a {
	color: #ffffff;
}

@media (max-width: 767px) {
	#name {
		font-size: 0.75rem;
	}
}

/* ------------------------------------------------ contrast_style ---------------------------------------------- */

#contrast_style button {
	color: #000000;
	padding: 0;
	font-size: 0;
	border: unset !important;
	display: inline-block;
	text-align: center;
	width: 29px;
	height: 29px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.9);
	transition: background 300ms linear;
	position: relative;
	z-index: 1;
}

#contrast_style button:hover,
#contrast_style button:focus {
	background: #b9cf68;
}

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

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

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

#style button {
	padding: 0;
	border: none;
	color: #58453a;
	display: inline-block;
	min-width: 29px;
	min-height: 29px;
	font-weight: 600;
	font-size: 0.875rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	line-height: 1;
	transition: color 300ms linear, background 300ms linear;
}

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

#style button:hover,
#style button:focus {
	color: #0c5c82;
	background: #b9cf68;
}

/* ----------------------------------------------- search ----------------------------------------------- */

form[id^="search"] {
	min-height: 35px;
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 575px) {
	form[id^="search"] {
		display: inline-block;
	}
}

@media (min-width: 576px) {
	form[id^="search"] {
		margin-left: 30px;
	}
}

form [id^="search_input"] {
	font-size: 0.875rem;
	color: #58453a;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	padding-left: 14px;
	padding-right: 54px;
	min-height: 35px;
	width: 100%;
	display: block;
}

form [id^="search_submit"] {
	width: 40px;
	background: url('../../../mbs/img/3tp/lupe-icon.png') center no-repeat;
	/*Replace url with ("../img/YOUR-IMAGE.png")*/
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 6px;
	bottom: 6px;
	right: 0;
	font-size: 0;
	border-left: 1px solid #ccdc65;
	transition: background 200ms linear, top 200ms linear, bottom 200ms linear;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
	top: 0;
	bottom: 0;
	background-color: #b9cf68;
}

[id^="search_input"]::-ms-input-placeholder {
	color: #444444 !important;
}

[id^="search_input"]::-webkit-input-placeholder {
	color: #444444 !important;
}

[id^="search_input"]::-moz-placeholder {
	opacity: 1;
}

[id^="search_input"]:-moz-placeholder {
	opacity: 1;
}


/* für :focus-visible -> setzt die Umrandung -3px weiter hinein */
form[id^="search"],
form [id^="search_input"],
form [id^="search_submit"] {
	outline-offset: -3px;
}

/* ----------------------------------------------- @3tp topbar ----------------------------------------------- */

#optionsBar {
	padding: 7px 0;
}

.options span {
	color: #ffffff;
	font-size: 0.875rem;
	padding-right: 10px;
}


iframe.skiptranslate {
	display: none !important;

}


@media (max-width: 991px) {
	#contrast_style {
		margin-right: auto;
	}

}


@media (max-width: 450px) {
	#google_translate_element {
		display: none;
	}
}

@media (min-width: 1919px) {
	iframe.skiptranslate {
		display: block !important;

	}
}

/* ------------------------------------------------ contrast_style ---------------------------------------------- */

#contrast_style button {
	color: #000000;
	padding: 0;
	font-size: 0;
	border: unset !important;
	display: inline-block;
	text-align: center;
	width: 29px;
	height: 29px;
	font-weight: 400;
	background: rgba(255, 255, 255, 1);
	transition: background 300ms linear;
	position: relative;
	z-index: 1;
}

#contrast_style button:hover,
#contrast_style button:focus {
	background: #b9cf68;
}

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

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

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

#style button {
	padding: 0;
	border: 2px solid #fff;
	color: #58453a;
	display: inline-block;
	min-width: 29px;
	min-height: 29px;
	font-weight: 600;
	font-size: 0.875rem;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	position: relative;
	line-height: 1;
	transition: color 300ms linear, background 300ms linear;
	;
}

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

#style button:hover,
#style button:focus {
	color: #fff;
	background: #731f80;
}

/* ----------------------------------------------- Sprache ----------------------------------------------- */

#google_translate_element {
	margin-left: 30px;
	background: #fff;
	border-radius: 3px !important;
	padding: 6px 10px;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	nav.horizontally {
		position: static !important;
	}

	#burgerButton {
		font-size: 0;
		border: none !important;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 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: #731f80;
		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: #731f80;
		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) {
	nav.horizontally {
		padding: 5px 0;
		background: #61156d;
	}


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

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

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

	nav.horizontally li[class*="toplevel"]+li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
}

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

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

	nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
		content: "";
		position: absolute;
		display: block;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 13px;
		width: 7px;
		height: 7px;
		display: inline-block;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		transform: rotate(-45deg);
		transition: border 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;
	background-color: rgba(0, 0, 0, 0.2);
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	background-color: #ffffff;
	border: 1px solid rgba(46, 93, 157, 0.4);
}

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

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] ul {
		padding: 30px;
		box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
	}

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

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

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

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #222222;
	font-weight: 300;
	text-align: center;
	padding: 9px 25px;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
}

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

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

/* 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) {
	background: #f19454;
}

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

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

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

@media (min-width: 992px) {
	#slider {
		max-height: clamp(400px, 57vw, 710px);
	}

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

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

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

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

@media (min-width: 992px) {
	#headerpic {
		margin-top: -35px;
	}

	#headerpic>.row {
		padding-top: clamp(60px, 12vw, 115px);
	}
}

@media (min-width: 1200px) {
	#headerpic {
		background: #e7f3ff;
	}
}

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



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

/* banner Deko */



@media (min-width: 768px) {
	#headerpic::before {
		content: "";
		z-index: 12;
		position: absolute;
		pointer-events: none;
		background: url("../img/dekor-header.png") bottom left no-repeat;
		width: 203px;
		height: 254px;
		left: -93px;
		bottom: -30px;
		background-size: contain;
	}

	#headerpic>.row::before {
		content: "";
		position: absolute;
		pointer-events: none;
		top: 0;
		bottom: 0;
		left: -150px;
		width: 402px;
		background: center / cover no-repeat;
		box-shadow: inset 0 0 0 100vw rgba(93, 177, 255, 0.8);
	}
}

@media (min-width: 1200px) {
	#headerpic #slider {
		position: relative;
	}

	#headerpic>.row> :first-child::after {
		content: '';
		position: absolute;
		background: url(../img/markise.png);
		width: 25.8854vw;
		height: 8.5938vw;
		max-width: 497px;
		max-height: 165px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		top: -80px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 20;
	}

	#headerpic>.row> :first-child::before {
		right: -86px;
		bottom: -58px;
		background-size: auto;
	}
}

#headerpic>.row::after {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	height: 335px;
	background: #ffffff;
	border-radius: 0 0 200px 200px;
}

@media (min-width: 768px) {
	#headerpic>.row::after {
		right: unset;
		left: 160px;
		width: 433px;
	}
}

@media (min-width: 992px) {
	#headerpic>.row::after {
		left: 250px;
	}
}

/* banner Tab */

#headerpic .tabHeader {
	padding-top: clamp(40px, 6vw, 70px);
	padding-bottom: clamp(50px, 7vw, 80px);
	z-index: 12;
}

#headerpic .tabHeader :is(h1, h2) {
	font-size: clamp(2rem, 3vw, 2.375rem);
	line-height: 1.5;
}

#headerpic .tabHeader a {
	margin-top: 10px;
}

@media (min-width: 576px) {
	#headerpic .tabHeader a+a {
		margin-left: clamp(10px, 2vw, 30px);
	}
}

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

/* ----------------------------------------- buttonStyle ---------------------------------------- */

.buttonStyle a:not([href^="mailto:"]):not(.has-image):not([rel]) {
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 700;
	color: #a334a2;
	background: #ffffff;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 20px 10px 20px 10px;
	border: 2px solid #a334a2;
	padding: 13px 50px 8px 25px;
	position: relative;
	transition: all 300ms linear;
}

.buttonStyle a:not([href^="mailto:"]):not(.has-image):not([rel]):is(:hover, :focus) {
	background: #a334a2;
	color: #ffffff;
}

.buttonStyle a:not([href^="mailto:"]):not(.has-image):not([rel])::after {
	content: "";
	position: absolute;
	display: inline-block;
	right: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	background: #a334a2;
	opacity: 0.5;
	border-radius: 100%;
	transition: all 300ms linear;
}

.buttonStyle a:not([href^="mailto:"]):not(.has-image):not([rel]):is(:hover, :focus)::after {
	background: #ffffff;
}

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

#content {
	text-align: left;
	padding-top: 30px;
	padding-bottom: clamp(40px, 6vw, 70px);
	position: relative;
}

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

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

.darkHeading :is(h1, h2) :is(i, em) {
	color: #222222;
	font-style: normal;
}

h1,
.h1,
.legacy_h1 {
	font-size: clamp(36px, 3vw, 46px);
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(28px, 3vw, 42px);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(26px, 3vw, 38px);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: clamp(28px, 3vw, 34px);
}

h5,
.h5,
.legacy_h5 {
	font-size: clamp(22px, 2vw, 30px);
}

h6,
.h6,
.legacy_h6 {
	font-size: clamp(21.2px, 2vw, 26px);
}

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

footer {
	padding-top: clamp(40px, 7vw, 80px);
	font-weight: 400;
}

@media (min-width: 992px) {
	footer {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#footerBox {
	background-color: #731f80;
	color: #ffffff;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	font-size: 1.125rem;
	padding: 20px 0;
	margin-bottom: 30px;
}

#footerBox .tab {
	padding-top: clamp(40px, 4vw, 60px);
	padding-bottom: clamp(30px, 4vw, 60px);
}

@media (min-width: 992px) {
	#footerBox::before {
		content: "";
		position: absolute;
		pointer-events: none;
		right: 0;
		bottom: 0;
		top: 0;
		height: 100%;
		width: 36%;
		background: #80238f;
	}
}

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

#footerBox>.row> :last-child {
	column-gap: 15px;
}

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

#footerBox .tab .tabHeadline {
	font-size: 1.75rem;
	margin-bottom: 25px;
}

footer :is(.iframe-wrapper-manual-enabling, iframe) {
	border-radius: 10px;
	overflow: hidden;
	width: 100% !important;
	min-width: 100% !important;
	min-height: 265px !important;
}

#footerBox>.row>div:has(#scrollTopBtn) {
	row-gap: 35px;
}

/* scrollTopBtn */

#scrollTopBtn {
	position: relative;
	text-decoration: none;
	padding: 4px 15px 3px 15px;
	display: inline-block;
	border-radius: 2px;
	font-size: 0.9375rem;
	color: #ffffff;
	font-weight: 500;
	border: 1px solid #ffffff;
	margin-bottom: 35px;
}

#scrollTopBtn:is(:hover, :focus) {
	background-color: #731f80;
}

@media (max-width: 1199px) {
	#scrollTopBtn:is(:hover, :focus) {
		background-color: rgba(0, 0, 0, 0.2);
	}
}

#scrollTopBtn::after {
	content: "\00BB";
	position: relative;
	bottom: 1px;
	display: inline-block;
	margin-left: 4px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (min-width: 576px) {
	#scrollTopBtn::after {
		margin-left: 15px;
	}
}

/* vernetzt */

#vernetzt {
	font-size: 0.9375rem;
	color: #ffffff;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
}

#vernetzt span {
	display: block;
}

/* footerMenu */

#footerMenu {
	padding: 30px 0;
}

#innerfooter ul {
	padding: 0;
}

@media (max-width: 767px) {
	#innerfooter li {
		padding: 5px;
	}
}

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

	#innerfooter li::after {
		content: " |";
		color: #fff;
		padding-right: 5px;
	}
}

#innerfooter a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
}

@media (min-width: 992px) {
	#innerfooter a {
		font-size: 1.125rem;
	}
}

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

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

.iframetab {
	background-color: #731f80;
}

.firstLastCol {
	width: 100%;
}