@import url('https://fonts.verwaltungsportal.de/import/?family=Source+Sans+3:400,600,700,400i,600i,700i');

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

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

a {
	color: #21728c;
}

#content a {
	text-decoration: underline;
}

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


a:focus {
	outline: 3px solid #8c2121 !important;
}

button:focus {
	outline: 3px solid #8c2121 !important;
}

form:focus {
	outline: 3px solid #8c2121 !important;
}

#newsletter_input:focus,
#newsletter_submit:focus,
#search_input:focus,
#search_submit:focus {
	outline: 3px solid #8c2121 !important;
}

b,
strong {
	font-weight: 600;
}

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

#topbar {
	padding: clamp(15px, 2vw, 24px) 0;
}

@media (min-width: 992px) {
	#topbar {
		background: url("../img/topbar-hintergrund.png") center / cover no-repeat;
	}
}

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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


#wortmarke {
	font-size: 1.0625rem;
	color: #404040;
	margin-left: 15px;
}

#wortmarke :is(b, strong) {
	font-size: clamp(1.25rem, 3vw, 2.375rem);
	color: #21728c;
	font-weight: 700;
	line-height: 1;
}

a#wortmarke:is(:hover, :focus) {
	text-decoration: none;
}

/* ------------------------------------------ styler -------------------------------------------- */
/* style + contrast */

#contrast_style {
	column-gap: 10px;
	margin-right: 30px;
	top: 6px;
	position: relative;
}

#contrast_style h2 {
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	color: inherit;
	margin: 0 5px 0 0;
}

#contrast_style button {
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: #ffffff;
	font-weight: 700;
	flex-shrink: 0;
	transition: border 300ms linear;
	position: relative;
	line-height: 1;
	margin-left: 10px;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#contrast_style button:is(:hover, :focus) {
	background-color: #f2b72d;
}

#contrast_style button::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 2px solid #8d8d8d;
}

#contrast_style button:is(:hover, :focus) {
	border-color: #990100;
}

/* contrast */

#contrast_style button::after {
	background: linear-gradient(45deg, #333333, #333333 50%, #ffffff 50%);
}

#contrast_style button:nth-of-type(2)::after {
	transform: scale(-1);
}

#contrast_style button:nth-of-type(3)::after {
	background: #ea5b0c;
	border: none;
}


@media (min-width: 992px) {
	#style h2 {
		font-size: inherit;
		font-weight: 600;
		color: inherit;
		width: unset;
		margin: 0 5px 0 0;
		display: block;
	}

	#style button {
		border: none;
		color: #404040;
		display: inline-block;
		font-weight: 700;
		text-align: center;
		background: #ffffff;
		line-height: 1;
		font-size: 1rem;
		min-width: 36px;
		min-height: 36px;
		padding: 0 0 2px 0;
		margin-left: 10px;
		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

	#style button:is(:hover, :focus) {
		color: #404040;
		background: #f2b72d;
	}

	#style+* {
		margin-left: 40px;
	}
}

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

#search {
	background: #ffffff;
	display: inline-flex;
	width: 100%;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
	height: 2.25rem;
}

@media (min-width: 992px) {
	#search {
		max-width: 270px;
	}
}

#search_input {
	color: #404040;
	font-size: 1rem;
	font-style: normal;
	background: transparent;
	padding: 6px 14px;
	border: 0;
	width: 100%;
	height: 2.25rem;
}

#search_submit {
	min-width: 48px;
	flex-shrink: 0;
	background: url('../img/lupe-icon.png') center top 5px no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

#search_submit:is(:hover, :focus) {
	background-color: #21728c;
	background-position: center top -31px;
}

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

/* ------------------------------------------- navigation ------------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {

	.dropdown-toggle-button-wrapper,
	.dropdown-toggle-button-wrapper2 {
		z-index: 1005;
	}

	#menu {
		position: relative !important;
	}

	#burgerButton {
		font-size: 0;
		border: none !important;
		position: relative;
		z-index: 1002;
		display: block;
		width: 46px;
		height: 40px;
		border-radius: 2px;
		cursor: pointer;
		background-color: #ffffff;
		padding: 3px;
	}

	#burgerButton:before,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #21728c;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 2px;
		-webkit-transition: transform 200ms linear, opacity 200ms linear;
		-moz-transition: transform 200ms linear, opacity 200ms linear;
		-ms-transition: transform 200ms linear, opacity 200ms linear;
		-o-transition: transform 200ms linear, opacity 200ms linear;
		transition: transform 200ms linear, opacity 200ms linear;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner {
		-webkit-transform: rotate(-45deg) translate(-6px, 6px);
		transform: rotate(-45deg) translate(-6px, 6px);
	}

	#burgerButton[aria-expanded="true"]:before {
		opacity: 0;
	}

	#burgerButton[aria-expanded="true"]:after {
		-webkit-transform: rotate(45deg) translate(-4px, -6px);
		transform: rotate(45deg) translate(-4px, -6px);
	}

	#burgerButtonInner {
		top: 10px;
	}

	#burgerButton:before {
		top: 18px;
	}

	#burgerButton:after {
		top: 26px;
	}

	#burgerButton:before,
	#burgerButton:after {
		content: "";
		display: block;
	}

	.navbar-nav {
		margin: 20px 0;
	}

	.navbar-collapse {
		top: 0;
		background: #fff;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		-webkit-transition: left 300ms linear, opacity 300ms linear;
		-moz-transition: left 300ms linear, opacity 300ms linear;
		-ms-transition: left 300ms linear, opacity 300ms linear;
		-o-transition: left 300ms linear, opacity 300ms linear;
		transition: left 300ms linear, opacity 300ms linear;
	}

	.navbar-collapse.collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-header {
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		background-color: #ffffff;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	.navbar-collapse.in:after {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		display: block;
		width: 90px;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@media (min-width: 575px) and (max-width: 991px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	.is-sticky #menu {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	}

	#menu {
		background: #21728c;
		position: relative;
		padding-top: 35px;
	}

	nav.horizontally .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		flex-wrap: wrap;
		margin-bottom: -28px;
		gap: 20px;
	}

	nav.horizontally li[class*="toplevel"] {
		flex-grow: 1;
	}

	nav.horizontally li[class*="toplevel"]>ul {
		position: absolute !important;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1000;
		margin: 0;
		padding: 10px 0;
		padding-top: 20px;
		padding-bottom: 20px;
		max-height: 60vh;
		overflow: visible;
		display: block !important;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity 300ms linear;
		-moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		-o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
	}

	nav.horizontally li[class*="toplevel"]>ul::after {
		content: "";
		display: block;
		position: absolute;
		width: 100vw;
		z-index: -1;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		top: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	}

	nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
	nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		max-width: 992px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
		height: auto;
	}

	nav.horizontally li[class*="secondlevel"] {
		float: none;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		display: table !important;
	}

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

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


	#mCSB_1_scrollbar_vertical {
		left: 50%;
		margin-left: calc(962px/2);
	}

	nav.horizontally .dropdown-menu {
		display: block !important;
	}
}

@media (min-width: 1200px) {

	nav.horizontally li[class*="toplevel"]>ul:not(.mCustomScrollbar),
	nav.horizontally li[class*="toplevel"]>ul .mCSB_container {
		max-width: 1200px;
		padding-top: 20px;
		padding-bottom: 45px;
	}

	#mCSB_1_scrollbar_vertical {
		margin-left: calc(1170px/2);
	}
}

nav.horizontally li[class$="_end"],
nav.horizontally li[class$="_start"] {
	display: none;
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default li[class*="toplevel"]>a {
	color: #404040;
	font-weight: 700;
	text-align: left;
	padding: 10px 15px 15px 15px;
	position: relative;
	font-size: 1.125rem;
	word-break: break-all;
	hyphens: auto;
	line-height: 1.2;
	text-decoration: none;
	background-color: #ffffff;
	z-index: 1004;
}

@media (max-width: 1199px) {
	.navbar-default li[class*="toplevel"]>a {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

@media (max-width: 991px) {
	.navbar-default li[class*="toplevel"] {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

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

@media (min-width: 992px) {
	.navbar-default li[class*="toplevel"]>a {
		padding: 20px 10px;
		border: 3px solid #62bcda;
		border-radius: 15px;
		text-align: center;
	}
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-default li[class*="toplevel"]:hover>a,
.navbar-default li[class*="toplevel"]>a:hover,
.navbar-default li[class*="toplevel"]>a:focus,
.navbar-default li[class*="toplevel"].open>a,
.navbar-default li[class*="toplevel"].open>a:hover,
.navbar-default li[class*="toplevel"].open>a:focus,
.navbar-default li[class*="toplevel"][class$="_over"]>a,
.navbar-default li[class*="toplevel"][class$="_over"]>a:hover,
.navbar-default li[class*="toplevel"][class$="_over"]>a:focus {
	background: #e6f7fc;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

@media (max-width: 991px) {

	.navbar-default li[class*="toplevel"]>.dropdown-menu,
	.navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
		padding: 10px;
		background: rgba(255, 255, 255, 1);
	}
}

@media (min-width: 992px) {
	.navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
		display: block;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default li[class*="secondlevel"]>a,
.navbar-default li[class*="thirdlevel"]>a {
	color: #404040;
	text-align: left;
	padding: 8px 35px 8px 15px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	background: rgba(255, 255, 255, 1);
}

.navbar-default li[class*="secondlevel"]>a {
	font-weight: 700;
	text-transform: uppercase;
}

.navbar-default li[class*="thirdlevel"]>a {
	font-weight: 400;
}

@media (min-width: 992px) {
	.navbar-default li[class*="secondlevel"]>a {
		padding: 20px 0 2px 0;
	}

	.navbar-default li[class*="thirdlevel"]>a {
		padding: 5px 0;
	}
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav li[class*="secondlevel"]:hover>a,
.navbar-nav li[class*="secondlevel"]>a:hover,
.navbar-nav li[class*="secondlevel"]>a:focus,
.navbar-nav li[class*="secondlevel"].open>a,
.navbar-nav li[class*="secondlevel"].open>a:hover,
.navbar-nav li[class*="secondlevel"].open>a:focus,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:focus,
.navbar-nav li[class*="thirdlevel"]>a:hover,
.navbar-nav li[class*="thirdlevel"]>a:focus,
.navbar-nav li[class*="thirdlevel"].open>a,
.navbar-nav li[class*="thirdlevel"].open>a:hover,
.navbar-nav li[class*="thirdlevel"].open>a:focus,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:focus {
	color: #21728c;
}

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

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

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

/* #region -------------------------------------- tab ------------------------------------------- */

#tabs {
	padding-top: 30px;
}

#tabs .tab,
#content .tabMenu {
	background: #ffffff url('../img/tab-hintergrund.jpg') center / cover no-repeat;
	border-radius: 20px;
	padding: 40px 20px 40px 20px;
	box-shadow: 0 60px 20px -50px rgba(0, 0, 0, 0.1);
	border: 2px solid #62bcda;
}

#tabs .tab {
	height: 100%;
	min-height: 100%;
}

#tabs .tab .tabHeadline,
#content .tabMenu .tabHeadline {
	font-size: 1.5625rem;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 20px;
}

#tabs .tab_link a {
	color: inherit;
}

#tabs .tab_link_title a {
	color: #404040;
	font-weight: 600;
	text-decoration: none;
}

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

#tabs .tab_link_mehr {
	font-size: 0;
	margin-top: 30px;
}

#tabs .tab_spacer {
	height: 15px;
}

#content .tabMenu a:not([href^="mailto:"]) {
	text-decoration: none;
}

/* #endregion ----------------------------------- tab ------------------------------------------- */

/* ------------------------------------------- button style ------------------------------------- */

#tabs .tab_link_mehr a,
#gallery a {
	font-size: 1.125rem;
	color: #404040;
	background: #f2b72d;
	border-radius: 30px;
	border: 1px solid #f2b72d;
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
}

#tabs .tab_link_mehr a {
	position: absolute;
	left: 50%;
	bottom: 40px;
	white-space: nowrap;
	transform: translateX(-50%);
}

#tabs .tab_link_mehr a::after,
#gallery a::after {
	content: " \203A \203A";
}

#tabs .tab_link_mehr a:is(:hover, :focus),
#gallery a:is(:hover, :focus) {
	background: #fff;
	border: 1px solid #21728c;
}

/* ------------------------------------------- tabIconsLine ------------------------------------------ */

#tabIconsLine {
	padding-top: clamp(40px, 4vw, 80px);
	padding-bottom: 40px;
}

#tabIconsLine ul {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin: 0;
}

#tabIconsLine li {
	color: #404040;
	font-weight: 700;
	text-transform: uppercase;
	font-size: clamp(1rem, 2vw, 1.25rem);
	flex-grow: 1;
	text-align: center;
	padding: 5px;
}

#tabIconsLine li a {
	color: #404040;
}

#tabIconsLine li a:is(:hover, :focus) {
	color: #21728c;
}

#tabIconsLine li::before {
	display: none !important;
}

#tabIconsLine li img {
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
}

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

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

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

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

h1,
.h1,
.legacy_h1,
:is(#gallery) :is(h1, h2) {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
}

:is(#gallery) :is(h1, h2) {
	margin-bottom: 0;
}

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

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

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

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

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

/* ------------------------------------------- tabWappen ------------------------------------------ */

#tabWappen {
	padding-top: clamp(40px, 4vw, 70px);
	border-top: 2px solid #62bcda;
}

#tabWappen ul {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin: 0;
}

#tabWappen li {
	color: #21728c;
	font-weight: 700;
	font-size: clamp(1.125rem, 2vw, 1.5625rem);
	flex-grow: 1;
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	padding: 30px 30px;
	box-shadow: 0 60px 20px -50px rgba(0, 0, 0, 0.1);
	border: 2px solid #62bcda;
}

#tabWappen li::before {
	display: none !important;
}

#tabWappen li img {
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
}

/* ------------------------------------------- gallery ------------------------------------------ */

#gallery {
	padding: clamp(40px, 7vw, 80px) 0 clamp(70px, 7vw, 100px) 0;
	background: url('../img/gallery-hintergrund.png') center bottom no-repeat;
}

#gallery img {
	display: block;
	width: 100%;
}

#gallery .btgrid>.row:has(img) {
	margin: 0;
}

#gallery .btgrid>.row:has(img)>div {
	padding: 0 1px;
}

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

footer {
	margin-top: -20px;
	font-size: 1rem;
}

footer::before {
	content: "";
	display: block;
	height: 100px;
	background: #62bcda;
	margin: 0 15px;
	pointer-events: none;
	position: relative;
	z-index: 1;
}

#footer {
	position: relative;
	padding: 40px 0 clamp(40px, 4vw, 60px) 0;
}

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

#footer::before,
#footer::after {
	content: "";
	display: block;
	width: 117px;
	height: 100px;
	position: absolute;
	top: -80px;
	pointer-events: none;
	background: #59b3d1 linear-gradient(9deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.4) 51%) bottom -14px right / 102px 50px no-repeat;
}

#footer::before {
	left: 0;
}

#footer::after {
	right: 0;
	transform: scaleX(-1);
}

@media (min-width: 992px) {
	footer::before {
		margin: 0 158px;
	}

	#footer::before,
	#footer::after {
		width: 260px;
	}
}

#footerlogo {
	position: absolute;
	z-index: 2;
	top: -160px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	#footerlogo {
		top: -150px;
	}

	#footerlogo img {
		max-width: 100px;
	}
}

#footer a {
	text-decoration: underline;
}

#footer .footerHeadline {
	font-size: 1.0625rem;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#footer .footerHeadline::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #f2b72d;
	margin: 0 auto 15px auto;
	background-position: center;
	background-repeat: no-repeat;
}

#footer .tab1 .footerHeadline::before {
	background-image: url('../img/icon-fragen.png');
}

#footer .tab2 .footerHeadline::before {
	background-image: url('../img/icon-location.png');
}

#footer .tab3 .footerHeadline::before {
	background-image: url('../img/icon-mail.png');
}

#innerfooter {
	background-color: #21728c;
	padding: 26px 0;
}

#innerfooter ul {
	padding: 0;
}

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

	#innerfooter li+li {
		margin-left: clamp(20px, 3vw, 40px);
	}
}

#innerfooter a {
	color: #ffffff;
}

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

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

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

#vernetzt span span {
	display: block;
}