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

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

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

a {
	color: #0069b4;
}

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

.linkUnderline a:not(.has-image, .shareButtonLink) {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: text-decoration 300ms;
}

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

b,
strong {
	font-weight: 700;
}

.gap {
	gap: 30px 0;
}

.fancyHR hr {
	opacity: 1;
	background: transparent;
	border: none;
	border-top: 2px dashed #fff;
	margin: 0;
}

.hrDark hr {
	border-color: #252525;
}

.fancyHeadline {
	margin: 0;
}

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

/* ----------------------------------------------- @1tp topbar ----------------------------------------------- */

.contact {
	color: #ffffff;
	background-color: #0069b4;
	font-size: 0.875rem;
	font-weight: 400;
}

@media (max-width: 991px) {
	.contact {
		padding: 10px;
	}

	.contact>*+* {
		margin-top: 7px;
	}

	form[id^="search"] {
		padding-top: 7px;
		margin-top: 7px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}

@media (min-width: 992px) {
	.contact div[class*="contact"] {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.contactMail+.contactPhone {
		margin-left: 30px;
	}
}

.contact a {
	color: #ffffff;
}

.contactMail,
.contactPhone {
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
}

.contactMail {
	background-image: url("../img/icon-mail-white.png");
}

.contactPhone {
	background-image: url("../img/icon-phone-white.png");
}

@media (min-width: 992px) {
	.contact :is(div, address)[class*="contact"]+form[id^="search"] {
		padding-left: 40px;
		margin-left: 40px;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
}

.social {
	line-height: 1;
}

.social p {
	display: inline-block;
}

.social img {
	display: block;
}

.social p+p,
.social img+img {
	margin-left: 10px;
}

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

form[id^="search"] label {
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	form[id^="search"] label {
		margin-right: 20px;
	}
}

form[id^="search"] {
	height: 36px;
	background: transparent;
	display: inline-block;
	position: relative;
}

form [id^="search_input"] {
	color: #ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 36px;
	padding-left: 5px;
	padding-right: 30px;
	height: 36px;
	width: 100%;
	min-width: 170px;
}

@media (min-width: 1200px) {
	form [id^="search_input"] {
		max-width: 170px;
	}
}

form [id^="search_submit"] {
	width: 30px;
	height: 36px;
	border: none;
	background: url("../img/icon-search.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
	background-color: #0069b4;
}

[id^="search_input"]::-ms-input-placeholder {
	color: #ffffff !important;
	font-style: italic;
	opacity: 1;
}

[id^="search_input"]::-webkit-input-placeholder {
	color: #ffffff !important;
	font-style: italic;
	opacity: 1;
}

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

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

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

@media (min-width: 992px) {
	nav #logo {
		position: absolute;
		background: #fff;
		box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
		padding: 15px;
	}
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	nav.horizontally {
		background: #fff;
		padding: 15px 0;
	}

	#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: #0069b4;
		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: #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: 5px;
	}

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		right: 0;
		top: 0;
		max-width: 1930px;
		width: 100%;
		z-index: 101;
		background: #fff;
		box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
		transition: 150ms linear background, 150ms linear box-shadow;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		position: relative;
		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;
		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:is(.open:focus-within, :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-within)>ul {
		z-index: 1003;
	}
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #252525;
	text-align: center;
	padding: 10px 35px;
	font-size: 1.125rem;
	font-weight: 400;
	position: relative;
	line-height: 1.2;
	text-decoration: none;
}

nav.horizontally a[class*="toplevel"]::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f39200;
	height: 4px;
	opacity: 0;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="toplevel"] {
		margin-bottom: 2px;
	}
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 35px 10px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}

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

	nav.horizontally a[class*="toplevel"] {
		font-size: 1.125rem;
	}
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::before,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"].open>a::before,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::before,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::before {
	opacity: 1;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	background-color: #fff;
}

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

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] ul {
		padding-top: 24px;
		padding-bottom: 18px;
	}

	nav.horizontally [class*="toplevel"]>ul {
		left: 0;
		margin-top: 26px;
	}

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

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

	nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
		background: #fff;
	}

	nav.horizontally [class*="toplevel"]>ul::before {
		left: 45px;
		top: -10px;
		width: 20px;
		height: 20px;
		transform: rotate(45deg);
	}

	nav.horizontally [class*="secondlevel"]>ul::before {
		left: -10px;
		top: 10px;
		width: 20px;
		height: 20px;
		transform: rotate(45deg);
	}

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	background-color: transparent;
	color: #252525;
	font-weight: 400;
	text-align: left;
	padding: 10px 35px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (min-width: 992px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		padding: 7px 20px;
	}
}

@media (min-width: 1200px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		font-size: 1.125rem;
	}
}

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

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

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

#slider {
	height: clamp(300px, 60vw, 600px);
	overflow: hidden;
	position: relative;
}

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

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

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

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

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

#headerpic .nivo-main-image {
	min-height: 100% !important;
}

.slider-mask {
	display: none;
}

/* dots */

#headerpic .nivo-controlNav li {
	width: auto;
}

#headerpic .nivo-controlNav button {
	background: #ffffff !important;
	border-radius: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #0069b4;
	color: #000;
	padding: 0;
	margin: 0 6px;
	transition: border-color 300ms linear, background 300ms linear;
}

#headerpic .nivo-controlNav button:is(:hover, :focus),
#headerpic .nivo-controlNav .slick-active button {
	background: #0069b4 !important;
	border-color: #0069b4 !important;
	color: #fff !important;
}

/* banner arrows */

#headerpic .nivo-directionNav a {
	background: #ffffff;
	width: 60px;
	height: 48px;
	transition: width 300ms linear, opacity 300ms linear, background 300ms linear;
}

#headerpic:is(:hover, :focus) .nivo-directionNav a {
	width: 70px;
}

#headerpic .nivo-directionNav a::before,
#headerpic .nivo-directionNav a::after {
	content: "";
	display: block;
	position: absolute;
}

#headerpic .nivo-directionNav a::before {
	height: 2px;
	width: 16px;
	top: 50%;
	margin-top: -1px;
	background: #0069b4;
	transition: background 300ms linear;
	right: 26px;
}

#headerpic .nivo-directionNav a::after {
	height: 8px;
	width: 8px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
	transition: border-color 300ms linear;
	right: 32px;
	border-left: 2px solid #0069b4;
	border-bottom: 2px solid #0069b4;
}

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

#headerpic a.nivo-nextNav {
	right: 0;
	transform: scaleX(-1);
}

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

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

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

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

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

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

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

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.6875rem, 4vw, 2.25rem);
}

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

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

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

/* #region -------------------------------------- news ---------------------------------------- */

#news {
	padding: 60px 0;
	background: #0069b4 url(../img/hintergrundlinie-abstraktes-verlaufsdesign.png);
	background-repeat: no-repeat;
	background-position: top -60px center;
	background-size: cover;
}

#news .tabHeadline,
#news .tabContent {
	color: #ffffff;
}

#news .tab_link_entries {
	display: grid;
	gap: 30px;
	counter-reset: section;
}

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

@media (min-width: 576px) and (max-width: 767px) {
	#news .tab_link_entry:nth-child(4) {
		grid-column: 1/3;
	}
}

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

#news .tab_link_entry {
	font-size: 1rem;
	position: relative;
	background: #ffffff;
	padding: 200px 30px 30px 30px;
	box-shadow: 0 0 20px 10px rgba(37, 37, 37, 0.1);
	border: none !important;
	z-index: 1;
}

#news .tab_link_title a {
	line-height: 1.2;
	font-weight: 700;
	font-size: 1.25rem;
	display: block;
	margin-bottom: 20px;
	color: inherit;
}

#news .tab_link_entry .tab_link_title a::before,
#news .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 180px;
	overflow: hidden;
}

#news .tab_link_entry .tab_link_title a::before {
	content: "";
	background: center / cover no-repeat;
}

#news .tab_preview_picture img {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news .tab_date {
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 1;
	display: inline-block;
	padding: 8px 15px;
	min-width: 150px;
	background: #f39200;
	text-align: center;
}

#news .vorschau {
	opacity: 1 !important;
}

#news .tab_link_entries :is(.tab_spacer, .tab_link_mehr) {
	display: none;
}

@media (max-width: 767px) {
	#news .greenButton a {
		margin-top: 15px;
	}
}

/* #endregion ----------------------------------- events ---------------------------------------- */

/* ----------------------------------------------- @4nw news -------------------------------------------- */

#nw4 {
	font-size: 1rem;
	padding: 60px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#nw4>.row {
	row-gap: clamp(30px, 3.5vw, 70px);
}

#nw4 .tab_link_entries {
	position: relative;
	display: grid;
	gap: 30px;
}

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

#nw4 .tab_link_entry {
	position: relative;
	font-size: 1rem;
	padding: 20px;
	hyphens: auto;
	background: #ffffff;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
	border-bottom: none !important;
}

#nw4 .tab_link_title a {
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	color: #252525;
	margin-bottom: clamp(20px, 3vw, 30px);
}

#nw4 .tab_link_mandat a {
	color: inherit;
}

#nw4 .tab_link_entry::after,
#nw4 .tab_preview_picture {
	position: absolute;
	display: block;
	overflow: hidden;
}

#nw4 .tab_link_entry::after {
	content: "";
	background: center / cover no-repeat, #ffffff;
}

#nw4 .tab_preview_picture {
	background: #ffffff;
}

#nw4 .tab_preview_picture img {
	position: absolute;
	z-index: 2;
	margin: 0 !important;
	left: 50%;
	top: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	max-width: 350px;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
	#nw4 .tab_link_entry {
		margin-top: 190px;
	}

	#nw4 .tab_link_entry::after,
	#nw4 .tab_preview_picture {
		top: -190px;
		width: 100%;
		height: 170px;
		left: 0;
		right: 0;
	}
}

@media (min-width: 768px) {
	#nw4 .tab_link_entry {
		margin-left: 210px;
		min-height: 105px;
	}

	#nw4 .tab_link_entry::after,
	#nw4 .tab_preview_picture {
		top: 0;
		left: -210px;
		width: 190px;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	#nw4 .tab_link_entry>* {
		width: 100%;
	}

	#nw4 .tab_link_entry {
		position: relative;
		margin-left: 270px;
		flex-wrap: wrap;
		padding: 30px 20px 30px 20px;
	}

	#nw4 .tab_link_entry::after,
	#nw4 .tab_preview_picture {
		left: -270px;
		top: 0;
		width: 270px;
		height: 100%;
	}

	#nw4 .vorschau {
		opacity: 1;
		font-weight: 400;
	}
}

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

/* ---------------------------------- counterBox ------------------------------------- */

#counterBox {
	padding: 30px 0;
	background: #e8f3fb;
}

/* ---------------------------------- entdecken ------------------------------------- */

#entdecken {
	padding: 60px 0;
	background: #d8ebf8;
}

#entdecken .tab {
	color: #fff;
	background: #0069b4;
	padding: 30px;
	padding-top: 120px;
	height: 100%;
	position: relative;
}

#entdecken .tab::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 0;
	background-color: #f39200;
	width: 90px;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-position: center;
}

#entdecken .tab.tab1::before {
	background-image: url(../img/icon-unsere-leistungen.png);
}

#entdecken .tab.tab2::before {
	background-image: url(../img/template-icon.png);
}

#entdecken .tab.tab3::before {
	background-image: url(../img/wa-icon.png);
}

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

#entdecken .tab .tabHeadline,
#entdecken .tab a {
	color: #fff;
}

#entdecken li {
	font-weight: 500;
}

#entdecken li::before {
	background: #fff;
}

#entdecken li a {
	text-decoration: none;
	background: none;
	padding: 0 !important;
	margin: 0;
	color: #fff !important;
	display: inline;
}

#entdecken li a::after {
	display: none;
}

#entdecken li a:is(:hover, :focus) {
	text-decoration: underline;
}

/* #region ---------------------------------- newsletterBox ------------------------------------- */

#newsletterInputs {
	min-height: 50px;
	background: #ffffff;
	display: flex;
	position: relative;
	margin-top: clamp(30px, 2vw, 40px);
}

#newsletter_input {
	color: #252525;
	font-size: 1rem;
	font-style: normal;
	background: transparent;
	padding: 8px 20px;
	border: 0;
	width: 100%;
}

#newsletter_submit {
	width: 70px;
	flex-shrink: 0;
	background: url("../img/newsletter-icon.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	border: none;
	font-size: 0;
	transition: all 300ms linear;
}

#newsletter_submit:is(:hover, :focus) {
	transform: translate(-10px, 0);
}

#newsletter_input::placeholder {
	color: #252525 !important;
	opacity: 1 !important;
	font-style: normal !important;
}

/* ----------------------- ButtonStyle----------------------- */

.buttonStyle a:not([href^="mailto"], [href^="tel"]) {
	background: #fff;
	display: inline-block;
	color: #252525 !important;
	font-size: 0.875rem;
	padding: 10px 20px;
	margin-block: 10px;
	transition: background 300ms linear, border-color 300ms linear;
}

.buttonStyle a:not([href^="mailto"], [href^="tel"])::after {
	content: url(../img/icon-arrow-dark.png);
	margin-left: 10px;
}

.buttonStyle a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus) {
	background: #f39200;
	text-decoration: none;
}

.buttonStyle a:not([href^="mailto"], [href^="tel"])+a:not([href^="mailto"], [href^="tel"]) {
	margin-left: 15px;
}

.buttonStyle.buttonLight a:not([href^="mailto"], [href^="tel"]) {
	background: #fff;
	border: 1px solid #252525;
}

.buttonStyle.buttonLight a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus) {
	background: #f39200;
	border-color: #f39200;
}

/* #endregion ------------------------------- newsletterBox ------------------------------------- */

/* ------------------------------------------------ @26tab ----------------------------------------------- */

.tab26 {
	margin: auto;
	width: 100%;
	max-width: 1400px;
	margin-top: 30px;
}

.tab26 .tab {
	font-size: 1rem;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.tab26 .tab :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.25rem;
	font-weight: 700;
	color: #252525;
}

.tab26 img {
	left: -20px;
	top: -20px;
	display: block;
	max-width: unset;
	position: relative;
	width: calc(100% + 40px);
	margin-bottom: -40px;
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

.tab26 .slick-slide {
	padding: 15px;
}

.tab26 .slick-dots button,
.tab26 .slick-button {
	background: transparent;
	border: none;
	padding: 5px;
}

.tab26 .slick-button {
	font-size: 0px;
	position: relative;
	top: 4px;
}

.tab26 .slick-prev {
	margin-left: 14px;
}

@media (max-width: 767px) {
	.tab26 .slick-next {
		margin-left: 14px;
	}
}

.tab26 .slick-button::before {
	display: block;
	line-height: 9px;
	height: 20px;
	font-size: 40px;
	color: #000000;
}

.tab26 .slick-button::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.05);
	transition: width 200ms linear, height 200ms linear;
	z-index: -1;
}

.tab26 .slick-button:focus::after,
.tab26 .slick-button:hover::after {
	width: 28px;
	height: 28px;
}

@media (max-width: 767px) {

	.tab26 .slick-button::after,
	.tab26 .slick-button::after {
		width: 28px;
		height: 28px;
	}
}

.tab26 .slick-dots {
	padding: 0 15px;
	list-style: none;
}

.tab26 .slick-dots>li {
	display: inline-block;
	position: relative;
	top: 50%;
	font-size: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #252525;
	transform: translateY(-50%);
}

.tab26 .slick-dots,
.tab26 .slick-button {
	display: inline-block !important;
}

@media (max-width: 767px) {
	.tab26 .slick-dots {
		display: none !important;
	}
}

.tab26 .slick-dots>li.slick-active {
	background: #0069b4;
	transition: background 200ms linear;
}

.tab26 .slick-dots>li+li {
	margin-left: 10px;
}

.tab26 .slick-prev::before {
	content: "\2039";
}

.tab26 .slick-next::before {
	content: "\203A";
}

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

.tab26 .slick-animate-control {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: -5px;
	left: 10px;
	border: 1px solid #ffffff;
	background-color: #000;
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

.tab26 .slick-animate-control.slick-pause {
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

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

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

:is(#footerwrapper, #lastFooter) {
	background: #0069b4;
	color: #ffffff;
}

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

/* footerwrapper */

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

#footerwrapper li a {
	text-decoration: none;
}

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

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

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

#footerwrapper ul {
	margin-top: 0 !important;
}

/* lastFooter */

#lastFooter {
	border-top: 2px dashed #fff;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	font-size: 0.875rem;
	padding: 40px 10px;
	border-bottom: 3px solid transparent;
	transition: border-bottom-color 300ms linear;
}

@media (max-width: 991px) {
	#innerfooter a {
		padding: 10px;
	}
}

#innerfooter a:is(:hover, :focus) {
	background-color: #0069b4;
	border-bottom-color: #f39200;
}

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

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

/* 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 ---------------------------------------- */

#partner {
	padding-bottom: 30px;
}

/* mini blog */

#blog-mini .tab_link_entry {
	position: relative;
	padding-left: 85px;
	min-height: 70px;
	border: none !important;
}

@media (min-width: 576px) and (max-width: 991px) {
	#blog-mini .tab_link_entry {
		padding-left: 0;
		padding-top: 85px;
	}
}

#blog-mini .tab_link_entry+.tab_link_entry {
	margin-top: 60px;
	position: relative;
}

#blog-mini .tab_link_entry+.tab_link_entry::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}

#blog-mini .tab_link_entry .tab_preview_picture,
#blog-mini .tab_link_entry .tab_link_title a::before {
	width: 70px;
	height: 70px;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	position: absolute;
}

#blog-mini .tab_link_entry .tab_preview_picture img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	margin: 0;
}

#blog-mini .tab_link_entry .tab_link_title a::before {
	content: "";
	background: transparent center / 100% no-repeat;
}

#blog-mini .tab_link_title a {
	display: block;
	font-weight: 700;
	line-height: 1.2;
	font-size: 1rem;
	margin-top: 4px;
}

#blog-mini :is(.tab_link_mehr, .tab_spacer, .vorschau) {
	display: none;
}

#blog-mini .tabContent a {
	font-weight: 500;
	font-size: 1.125rem;
}

#blog-mini .tabContent {
	margin-top: 30px;
}

#blog-mini .tabContent a::after {
	content: url(../img/icon-arrow-white.png);
	margin-left: 10px;
}