@import url("https://fonts.verwaltungsportal.de/import/?family=Roboto:400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Marck+Script:400");

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

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

a {
	color: #114c98;
}

#contentBox a,
a:is(:hover, :focus) {
	color: #114c98;
	text-decoration: underline;
}

b,
strong {
	font-weight: 700;
}

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
	outline: 3px solid #ff0900 !important;
}

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

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

#banner-texts-description {
  left: 5px;
}

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

#topbar {
	padding: 20px 0;
}

#topbar > .row {
	row-gap: 20px;
}

/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 20px;
	text-decoration: none;
	flex-wrap: wrap;
}

#logo .logoImg img {
	display: block;
}

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

#logo .logoTxt {
	line-height: 1;
	color: #131313;
	font-weight: 700;
	font-size: clamp(1.25rem, 3vw, 2.25rem);
}

#logo .logoTxt :is(b, strong) {
	display: block;
}

/* ------------------------------------------------- stylerBox ------------------------------------------------ */

#stylerBox {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: end;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	#stylerBox {
		margin-top: -20px;
	}
}

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

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

#contrast_style {
	padding: 10px 20px;
	border-radius: 0 0 20px 20px;
	background: #114c98;
}

#contrast_style button {
	color: #000000;
	padding: 0;
	font-size: 0;
	border: unset !important;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	font-weight: 400;
	background: #ffffff;
	border-radius: 100%;
	transition: background 300ms linear;
	position: relative;
	z-index: 1;
}

#contrast_style button + button {
	margin-left: 8px;
}

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

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

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

#style {
	padding: 10px 20px;
	border-radius: 0 0 20px 20px;
	background: #114c98;
}

#style button {
	padding: 0;
	border: none;
	color: #131313;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	font-weight: 400;
	font-size: 1.125rem;
	text-align: center;
	background: #ffffff;
	position: relative;
	line-height: 1;
	border-radius: 100%;
	transition: background 300ms linear;
}

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

#style button:hover,
#style button:focus {
	background: #fff947;
}

/* -------------------------------------------- tabLogos ------------------------------------------ */

.tabLogos {
	margin-top: 30px;
}

/* -------------------------------------------- banner ------------------------------------------ */
#banner-texts-description {
	font-size: 12px !important;
}

#banner-texts-teaser {
  bottom: 40px;
  right: 5px;
  max-width: 500px;
  min-width: 130px;
  padding: 20px;
  font-size: 14px !important;
}

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

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

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

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

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

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

.slider-mask {
	display: block;
	background: linear-gradient(to top, #131313 10%, rgba(19, 19, 19, 0));
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	.sticky-wrapper {
		height: unset !important;
	}

	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: #114c98;
		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: #114c98;
		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) {
	#menuBox {
		position: absolute;
		top: 0;
		width: 100%;
		display: block;
		z-index: 61;
	}

	.is-sticky .horizontally {
		background: #114c98;
	}

	nav.horizontally .navbar-nav {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		background: #114c98;
		padding: 10px 30px;
		border-radius: 0 0 30px 30px;
	}

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

	nav.horizontally .navbar-nav li[class*="toplevel"] > ul {
		display: flex !important;
		flex-wrap: wrap;
		column-gap: 35px;
		pointer-events: none;
		position: absolute;
		opacity: 0;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1000;
		padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 47px);
		visibility: hidden;
		transition: opacity 300ms linear;
	}

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

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

	nav.horizontally li[class*="secondlevel"] {
		margin-bottom: 20px;
		width: 23%;
		border-bottom: 2px solid rgba(41, 35, 0, 0.2);
	}

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	padding: 10px 15px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
	hyphens: auto;
}

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

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

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 12px 5px;
		text-align: center;
		font-size: 1.375rem;
	}

	nav.horizontally li[class*="toplevel"] + li {
		border-left: 1px solid #a9bed9;
	}
}

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

/* secondlevel + thirdlevel dropdown-box */

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

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

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] > ul {
		box-shadow: 0 15px 50px 0 rgba(66, 58, 1, 0.2);
	}

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #222222;
	text-align: left;
	position: relative;
	width: 100%;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}

nav.horizontally a[class*="secondlevel"] {
	padding: 0 20px 0 0;
	margin-bottom: 10px;
	font-size: 1.125rem;
}

nav.horizontally a[class*="thirdlevel"] {
	padding: 5px 0;
	font-size: 1rem;
}

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

	nav.horizontally a[class*="thirdlevel"] {
		padding: 8px 30px;
	}
}

/* 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: transparent;
	color: #114c98;
}

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

/* ------------------------------------------------ headerpic-overlay ----------------------------------------------- */

#headerpic-overlay {
	padding: 30px 0;
	font-size: clamp(1.5625rem, 3vw, 2.1875rem);
}

@media (min-width: 992px) {
	#headerpic-overlay {
		padding: 0;
		position: absolute;
		bottom: 105px;
		left: 0;
		right: 0;
		z-index: 20;
		line-height: 1.2;
	}

	#headerpic-overlay .tab-headline {
		background-color: rgba(0, 0, 0, 0.01);
	}
}

#headerpic-overlay .tab-headline {
	font-family: "Marck Script", cursive;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	margin: 0;
	font-size: clamp(1.875rem, 4vw, 2.75rem);
}

@media (max-width: 991px) {
	#headerpic-overlay .tab-headline {
		color: #114c98;
	}
}

/* search */

#search {
	background: #ffffff;
	margin: clamp(10px, 3vw, 20px) 0 0 0;
	width: 100%;
	outline: 2px solid #114c98;
}

@media (min-width: 992px) {
	#search {
		outline-color: #ffffff;
		outline-offset: 9px;
	}
}

#search label {
	color: #131313;
	font-weight: 700;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	align-content: center;
	align-items: center;
	display: flex;
	padding: 10px 25px 10px 20px;
	position: relative;
}

@media (min-width: 992px) {
	#search label {
		padding: 10px 45px 10px 40px;
	}
}

#search label::after {
	content: "|";
	position: absolute;
	pointer-events: none;
	top: 0;
	bottom: 0;
	right: 0;
	align-content: center;
	align-items: center;
	display: flex;
}

#search_input {
	color: #696969;
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-style: normal !important;
	background: transparent;
	border: 0;
	width: 100%;
	padding: 15px clamp(15px, 3vw, 40px);
}

#search_submit {
	border: none;
	background: url("../img/icon-search.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	margin: 0;
	font-size: 0;
	min-width: clamp(60px, 10vw, 100px);
	flex-shrink: 0;
}

#search_submit:is(:hover, :focus) {
	background-color: #fff947;
}

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

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

#content {
	text-align: left;
	padding-top: clamp(30px, 4vw, 65px);
	padding-bottom: clamp(40px, 6vw, 80px);
	background: #ffffff center bottom / auto 680px no-repeat;
}

.index #aboveContent {
	display: none;
}

#content .onlineTermin a {
	background-color: #114c98;
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
	position: relative;
	padding: 13px 50px 12px 20px;
	display: inline-block;
	line-height: 1.2;
	outline: 1px solid transparent;
	outline-offset: 0;
	transition: all 200ms linear;
	margin-bottom: 30px;
   font-weight: 700;
   outline: 2px solid #114c98;
   outline-offset: 6px;
}

#content .onlineTermin a::after {
	content: "\2192";
	right: 20px;
	top: 50%;
   transform: translateY(-50%);
	transition: all 200ms linear;
	position: absolute;
	line-height: 1;
}

#content .onlineTermin a:is(:hover, :focus) {
	background-color: #fff947;
	color: #131313;
}
/* ----------------------------------------------- @1nw news -------------------------------------------- */

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

#nw1 .tabHeadline {
	hyphens: auto;
	font-size: 1.625rem;
}

#nw1 .buttonStyle a {
	text-decoration: none;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	color: #114c98;
	margin-top: 0px;
}

#nw1 .buttonStyle a:hover,
#nw1 .buttonStyle a:focus {
	text-decoration: underline;
}

@media (min-width: 768px) {
	#nw1 .buttonStyle {
		padding-right: 30px;
	}
}

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

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

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

#nw1 .tab_link_entry {
	color: #131313;
	font-size: 0.875rem;
	position: relative;
	width: 100%;
	padding: 185px 30px 30px 30px;
	background: #ffffff;
	border: 2px solid #114c98 !important;
}

#nw1 .vorschau {
	opacity: 1;
}

#nw1 .tab_preview_picture {
	background: #ffffff;
}

#nw1 .tab_link_entry::before,
#nw1 .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 140px;
	overflow: hidden;
}

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

#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: 100%;
	height: 100%;
   object-position: center;
   object-fit: contain;
	-ms-interpolation-mode: bicubic;
	transform: translateX(-50%) translateY(-50%);
	border: 1px solid #114c98 !important;
}

#nw1 .tab_date {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: -1px;
	top: 125px;
	font-weight: 400;
	color: #131313;
	font-size: 0.75rem;
	padding: 6px 20px;
	background: #fff947;
	border-radius: 0 6px 6px 0;
}

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

#nw1 .tab_link_entries + div,
#nw1 .tab_link_entries .tab_spacer {
	display: none;
}

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

#nw1 .tab_link_mehr a {
	display: inline-block;
	margin-top: 25px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #114c98;
}

.tabBox1 {
	font-size: 1rem;
	background: #ffffff;
	border: 1px solid #114c98;
	overflow: hidden;
	margin-top: 30px;
}

.tabBox1 .tabContent {
	padding: 15px 30px;
}

.tabBox1 .tabContent img {
	margin: -54px -30px 0px -30px;
	display: block;
	width: calc(100% + 60px) !important;
	min-width: calc(100% + 60px) !important;
}

.tabBox1 .tabHeadline {
	color: #ffffff;
	margin: 0;
	font-size: 1.25rem;
	padding: 18px 30px;
	background-color: #114c98 !important;
}

/* ------------------------------------------------ tabsRight ----------------------------------------------- */

@media (max-width: 991px) {
	#tabsRight {
		margin: 40px auto 0 auto;
	}
}

@media (min-width: 992px) {
	#tabsRight {
		padding-left: 75px;
	}
}

#tabsRight > * + * {
	margin-top: 30px;
}

#tabsRight .tabBox {
	font-size: 1rem;
	background: #ffffff;
	border: 1px solid #114c98;
	overflow: hidden;
}

#tabsRight .tabBox .tabContent {
	padding: 15px 30px;
}

#tabsRight .tabBox .tabHeadline {
	color: #ffffff;
	margin: 0;
	font-size: 1.25rem;
	padding: 18px 30px;
   padding-right: 23px;
	background-color: #114c98 !important;
   hyphens: none;
}

@media (min-width: 992px) {
   #tabsRight{
      hyphens: auto;
      
   }
}

#tabsRight :is(.tabBox1, .tabBox6) .tab img {
	margin: -15px -30px -20px -30px;
	display: block;
	width: calc(100% + 60px) !important;
   line-height: 0;
	min-width: calc(100% + 60px) !important;
}

#tabsRight .tabBox .tab_link_entry {
	border: none !important;
	display: flex !important;
	flex-wrap: wrap;
	position: relative;
	flex-direction: column;
	justify-content: center;
	min-height: 80px;
	z-index: 12;
	padding: 0 10px;
}

#tabsRight .tabBox .tab_link_entry + .tab_link_entry {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dadada !important;
}

#tabsRight .tabBox .tab_link_title a {
	color: #131313;
	font-weight: 700;
}

#tabsRight .tabBox .tab_link_mandat a {
	color: #131313;
}

#tabsRight .tabBox .tab_preview_picture,
#tabsRight .tabBox .vorschau,
#tabsRight .tabBox .tab_link .tab_link_mehr {
	display: none;
}

#tabsRight .tabBox .tab_link_entry .tab_spacer {
	height: 0;
}

#tabsRight .tabBox .tab_link_mehr {
	text-align: right;
	margin-top: 15px;
	font-size: clamp(1rem, 1vw, 1.125rem);
}

#tabsRight .tabBox:not(.tabBox2, .tabBox3) a,
#tabsRight .tabBox .tab_link_mehr a {
	font-weight: 700;
	text-decoration: underline;
}

#tabsRight .tabBox3 .tabContent>div> .tab_link_mehr {
	display: none;
}

#tickerWrapper {
   margin-bottom: 40px;
}

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

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

h1,
.h1,
.legacy_h1 {
	font-size: clamp(1.875rem, 3vw, 2.375rem);
}

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

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

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

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

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

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

footer {
	background: #114c98;
	color: #ffffff;
}

@media (max-width: 767px) {
	:is(#footerwrapper, #lastFooter) > .row > .col-xs-12 + * {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding-top: 25px;
	}
}

@media (min-width: 576px) {
	:is(#footerwrapper, #lastFooter) > .row > .col-xs-12 + *:nth-child(2) {
		border-top: unset;
		padding-top: unset;
	}
}

footer .greenButton :is(a + a, .tiny_p + .tiny_p) {
	margin-top: clamp(15px, 2vw, 30px);
}

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

/* footerwrapper */

#footerwrapper {
	padding: clamp(30px, 4vw, 50px) 0;
	font-size: 1rem;
	line-height: 1.7;
	hyphens: auto;
}

#footerwrapper :is(.tabHeadline, .tab a) {
	color: inherit;
}

#footerwrapper .tabHeadline {
	font-size: 1.25rem;
	margin-bottom: clamp(15px, 3vw, 50px);
}

#footerwrapper .tab a {
	text-decoration: underline;
}

#footerwrapper .tabListe a {
	text-decoration: none;
}

#footerwrapper .tabListe a:is(:hover, :focus) {
	text-decoration: underline;
}

#footerwrapper .greenButton a {
	background-color: #fff947;
	color: #131313;
	text-decoration: none;
	font-size: 0.875rem;
	position: relative;
	padding: 13px 50px 12px 20px;
	width: 100%;
	display: block;
	line-height: 1.2;
	outline: 1px solid transparent;
	outline-offset: 0;
	transition: all 200ms linear;
}

#footerwrapper .greenButton a::after {
	content: "\2192";
	right: 20px;
	top: calc(50% - 7px);
	transition: all 200ms linear;
	position: absolute;
	line-height: 1;
	transform: rotate(-90deg);
}

#footerwrapper .greenButton a:is(:hover, :focus) {
	outline-color: #fff947;
	outline-offset: 5px;
}

/* scrollTopBtn */

#scrollTopBtn {
	margin-bottom: clamp(15px, 2vw, 30px);
}

#scrollTopBtn::after {
	content: "\2191";
	right: 20px;
}

#scrollTopBtn:is(:hover, :focus)::after {
	top: calc(50% - 13px);
}

/* lastFooter */

#lastFooter {
	border-top: 2px solid #fefefe;
	padding: 11px 0 25px 0;
}

@media (min-width: 768px) {
	#lastFooter {
		padding-bottom: 11px;
	}
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	font-size: 1rem;
}

#innerfooter a:is(:hover, :focus) {
	color: #fff947;
}

#innerfooter li + li {
	margin-left: clamp(30px, 4vw, 60px);
}

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

	#innerfooter :is(li, a) {
		display: block;
	}

	#innerfooter li + li {
		margin-left: 0;
	}
}

/* vernetzt */

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

#vernetzt span span {
	display: block;
}

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

/*  ----------------------------------- kontraste ------------------------------------- */

.contrast_dark_font .is-sticky .horizontally,
.contrast_dark_font #headerpic-overlay .tab-headline {
	background-color: #ffffff !important;
}

.contrast_dark_font #tabsRight .tabBox .tabHeadline {
	color: #ffffff !important;
}

.contrast_dark_font #tabsRight .tabBox.tabBox5 .tabHeadline,
.contrast_light_font #tabsRight .tabBox.tabBox5 .tabHeadline {
	background-color: #000000 !important;
}
