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

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

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

a {
	color: #661651;
}

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

#content a {
	text-decoration: underline;
}

b,
strong {
	font-weight: 700;
}

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

/* #region -------------------------------------- topbar ---------------------------------------- */

#topbar {
	font-size: 0.875rem;
	background: #fdf6e9;
}

#topbar > .row > * {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	#topbar > .row > * {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

/* topbar contact */

#topbar-contact {
	gap: 20px;
}

#topbar-contact,
#topbar-contact::before {
	background: #375ec8;
}

#topbar-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -365px;
}

@media (max-width: 767px) {
	#topbar-contact {
		border-bottom: 2px solid #ffffff;
		flex-wrap: wrap;
	}

	#topbar-contact::before {
		right: -365px;
	}
}

#topbar-contact > *,
#topbar-contact + * {
	position: relative;
	z-index: 1;
}

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

#phone-tab,
#mail-tab {
	padding-top: 30px;
	display: block;
	min-height: 20px;
	min-width: 42px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 24px;
}

@media (min-width: 576px) {
	#phone-tab,
	#mail-tab {
		padding-top: 0;
		padding-left: 30px;
		background-position: center left;
	}
}

#phone-tab {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M38.75 40.9q-5.6 0-11.25-2.875T17.3 30.6q-4.55-4.55-7.4-10.175Q7.05 14.8 7.05 9.2q0-.95.625-1.575T9.25 7h5.7q.8 0 1.35.5t.75 1.35l1.2 5.35q.1.75-.05 1.35-.15.6-.6 1l-4.7 4.6q2.85 4.8 6.375 8.275Q22.8 32.9 27.35 35.4l4.5-4.7q.5-.55 1.125-.775.625-.225 1.325-.075l4.85 1.1q.8.15 1.3.75t.5 1.45v5.5q0 .95-.625 1.6-.625.65-1.575.65Zm-27-21.8 4.1-4q.1-.1.125-.225.025-.125.025-.225L14.9 9.6q-.05-.2-.15-.275-.1-.075-.25-.075H9.6q-.15 0-.225.075Q9.3 9.4 9.3 9.55q-.05 1.95.6 4.325t1.85 5.225ZM29.5 36.45q2.05 1 4.475 1.55t4.425.65q.15 0 .225-.075.075-.075.075-.225v-4.9q0-.15-.075-.25t-.225-.15l-4.55-.9q-.1-.05-.2 0l-.2.1ZM11.75 19.1ZM29.5 36.45Z' fill='%23fff'/%3E%3C/svg%3E");
}

#mail-tab {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M7.9 39q-1.2 0-2.05-.85Q5 37.3 5 36.1V11.9q0-1.2.85-2.05Q6.7 9 7.9 9h32.2q1.2 0 2.05.85.85.85.85 2.05v24.2q0 1.2-.85 2.05-.85.85-2.05.85ZM24 24.3 7.25 13.25V36.1q0 .3.175.475t.475.175h32.2q.3 0 .475-.175t.175-.475V13.25Zm0-2.4 16.3-10.65H7.75ZM7.25 13.25v-2V36.1q0 .3.175.475t.475.175h-.65V36.1Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* #endregion ----------------------------------- topbar ---------------------------------------- */

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	#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: #375ec8;
		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: 7px;
	}

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		position: sticky;
		top: 0;
		scroll-padding-top: auto;
		z-index: 102;
		background-color: #ffffff;
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	}

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

	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, :hover) > ul,
	nav.horizontally .navbar-nav li.open:focus-within > 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.open > ul {
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden;
	}

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #383838;
	font-weight: 500;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	padding: 10px 15px 15px 15px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}

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

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

	nav.horizontally a[class*="toplevel"] {
		text-align: center;
		padding: 40px 0 39px 0;
	}
}

/* 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: #375ec8;
	background-color: transparent;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	padding: 10px;
	background: #ffffff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #383838;
	text-align: left;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	padding: 8px 20px 8px 40px;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
	position: relative;
}

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

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

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
	content: "";
	display: block;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	left: 25px;
	top: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #375ec8;
	transition: opacity 300ms linear;
}

@media (max-width: 991px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::after {
		left: 0;
	}
}

/* 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) {
	color: #375ec8;
}

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

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

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

#logo {
	display: inline-block;
}

.index #logo {
	margin-bottom: clamp(10px, 4vw, 30px);
}

#logo img {
	display: block;
}

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

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

#slider {
	height: 300px;
	position: relative;
}

#slider > * {
	height: 100% !important;
}

@media (min-width: 992px) {
	#slider {
		height: 100%;
	}

	#headerpic .slider-wrapper {
		height: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50%;
	}
   #headerpic .slick-list>.slick-track>.slick-slide>div>div {
      height: 100% !important;
   }
}

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

.slider-mask {
	display: none;
}

@media (min-width: 768px) {
	.slider-mask {
		display: block;
	}
}

#bannerOverlay {
	background: #fdf6e9;
	color: #383838;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: clamp(1.125rem, 3vw, 1.625rem);
	padding-top: clamp(30px, 8vw, 70px);
	padding-bottom: clamp(30px, 12vw, 105px);
}

@media (min-width: 768px) {
	#bannerOverlay > .row > * {
		z-index: 10;
	}

	#headerpic a:is(.nivo-prevNav, .nivo-nextNav) {
		right: 100px;
		left: auto;
		top: 45%;
	}

	#headerpic a.nivo-nextNav {
		margin-top: 50px;
	}

	#headerpic .nivo-controlNav {
		text-align: right;
		padding-right: 100px;
		font-size: 0;
		bottom: 20px;
	}
}

#bannerOverlay .tabHeadline {
	margin: 0;
	color: #383838;
	font-weight: 500;
	font-size: clamp(1.75rem, 3vw, 2.1875rem);
}

@media (min-width: 1200px) {
	#bannerOverlay {
		background:
			url("../img/t-wasserzeichen.png") bottom left 225px no-repeat,
			#fdf6e9;
	}
}

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

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

.buttonStyle a {
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	padding: 10px 35px;
	border: 1px solid #375ec8;
	background: #375ec8;
	border-radius: 15px;
   hyphens: auto;
}

.buttonStyle a:is(:hover, :focus) {
	color: #375ec8;
	background: #ffffff;
}

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

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

/* ------------------------------------------------ @5tab ----------------------------------------------- */

#tab5 {
	padding: 30px 0;
	min-height: 340px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	#tab5 {
		margin-top: 115px;
		padding: 0 0 95px 0;
	}

	#tab5 > .row > * {
		margin-top: -105px;
	}
}

#tab5 .tab {
	color: #383838;
	font-size: 1.125rem;
	padding: 30px 30px 40px 30px;
	border-top: 5px solid #375ec8;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
	#tab5 .tab {
		padding: 40px 45px 60px 45px;
	}
}

#tab5 .tab .tabHeadline {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

#tab5 .tab a {
	margin-top: 15px;
}

/* ------------------------------------------------ tabInside ----------------------------------------------- */

#tabInside {
	padding-top: clamp(30px, 5vw, 80px);
	padding-bottom: clamp(30px, 3vw, 55px);
}

#tabInside .tabHeadline {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

/* ------------------------------------------------ @6tab ----------------------------------------------- */

#tab6 > .row + .row {
	margin-top: 30px;
}

@media (max-width: 991px) {
	#tab6 > .row:nth-child(2) > *:nth-child(1),
	#tab6 > .row:nth-child(1) > *:nth-child(2) {
		margin-top: 30px;
	}

	#tab6 > .row:nth-child(2) > *:first-child {
		order: 2;
	}

	#tab6 > .row:nth-child(2) > *:last-child {
		order: 1;
	}
}

@media (min-width: 1200px) {
	#tab6 > .row {
		max-width: 1920px;
		width: 100%;
	}

	.row1,
	.row2 {
		position: relative;
	}

	.row1::before {
		content: "";
		position: absolute;
		pointer-events: none;
		bottom: -30px;
		right: 0;
		width: 490px;
		height: 290px;
		background: #fdf6e9;
	}

	.row2::before {
		content: "";
		position: absolute;
		pointer-events: none;
		top: -30px;
		left: 0;
		width: 490px;
		height: 245px;
		background: #fdf6e9;
	}
}

#tab6 .tab {
	color: #383838;
	position: relative;
	z-index: 55;
	padding: 30px 30px;
	font-size: 1.125rem;
	background: #ffffff;
}

@media (max-width: 991px) {
   #tab6 .tab{
      padding-inline: 0;
      
   }
}

#tab6 .tabHeadline {
	color: #010101;
	font-size: clamp(1.75rem, 3vw, 2rem);
	margin-bottom: 20px;
}

#tab6 .bildImg-left,
#tab6 .bildImg-right {
	min-height: 225px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	#tab6 .tab {
		padding: 50px;
	}

	#tab6 .tabRight {
		margin-left: -200px !important;
	}

	#tab6 .tabLeft {
		margin-right: -200px !important;
	}

	#tab6 .bildImg-left,
	#tab6 .bildImg-right {
		min-height: 480px;
	}
}

/* ------------------------------------------------ @5tab ----------------------------------------------- */

#tab5-2 {
	padding: 30px 0;
	background: #fdf6e9;
}

@media (min-width: 992px) {
	#tab5-2 {
		margin-top: 155px;
		padding: 0 0 55px 0;
	}

	#tab5-2 > .row > * {
		margin-top: -100px;
	}
}

#tab5-2 .tab {
	color: #383838;
	font-size: 1.125rem;
	padding: 30px 30px 40px 30px;
	border-top: 5px solid #375ec8;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
	#tab5-2 .tab {
		padding: 40px 50px 40px 50px;
	}
}

#tab5-2 .tab .tabHeadline {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

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

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

@media (max-width: 767px) {
   :is(h1, h2, h3, h4, h5, h6){
      hyphens: auto;
   }
}

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

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

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

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

h5,
.h5,
.legacy_h5 {
	font-size: clamp(1.375rem, 3.5vw, 1.875rem);
}

h6,
.h6,
.legacy_h6 {
	font-size: clamp(1.25rem, 3vw, 1.5625rem);
}

/* ----------------------------------------------- @7f footer ----------------------------------------------- */

/* ------------------------------------------ maps_contact ---------------------------------------- */

#maps_contact {
	color: #ffffff;
	font-size: 1rem;
	padding-top: 36px;
	position: relative;
	background: #375ec8;
}

@media (min-width: 992px) {
	#maps_contact > .row {
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 992px) {
	#maps_contact::before {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		height: 36px;
		width: 100%;
		background: rgb(255, 255, 255);
		/* Old browsers */
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 20%, #375ec8 20%, rgba(12, 92, 130, 0) 20%, rgba(12, 92, 130, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 20%, #375ec8 20%, rgba(12, 92, 130, 0) 20%, rgba(12, 92, 130, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 20%, #375ec8 20%, rgba(12, 92, 130, 0) 20%, rgba(12, 92, 130, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
}

@media (min-width: 1200px) {
	#maps_contact::before {
		background: rgb(255, 255, 255);
		/* Old browsers */
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 1) 28%, #375ec8 28%, rgba(12, 92, 130, 0) 28%, rgba(12, 92, 130, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 1) 28%, #375ec8 28%, rgba(12, 92, 130, 0) 28%, rgba(12, 92, 130, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 1) 28%, #375ec8 28%, rgba(12, 92, 130, 0) 28%, rgba(12, 92, 130, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
}

#maps_contact .noPadding {
	padding: 0px;
}

#maps_contact .tabHeadline {
	color: #fdf6e9;
	font-size: 1.625rem;
	margin-bottom: 25px;
}

#maps_contact .tab {
	font-size: 0.875rem;
}

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

#maps_contact a {
	color: #ffffff;
}

#maps_contact .tabLeft a {
	color: #ffffff;
	text-decoration: underline;
}

#maps_contact .tabRight a {
	color: #ffffff;
}

#maps_contact .tabRight a:hover {
	color: #fdf6e9;
	text-decoration: underline;
}

#maps_contact .tab a[href^="mailto:"] {
	text-decoration: underline;
	color: #fdf6e9;
}

@media (max-width: 991px) {
	#maps_contact .iframeMapsTab .row,
	#maps_contact .iframeMapsTab .col-xs-12 {
		margin: 0px;
		padding: 0px;
	}
}

@media (min-width: 768px) {
	#maps_contact .footerTabs .tabRight::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 1px;
		background: rgba(255, 255, 255, 0.4);
	}
}

@media (min-width: 992px) {
	#maps_contact .footerTabs .tabLeft {
		padding-right: 25px;
	}

	#maps_contact .footerTabs .tabRight {
		padding-left: 25px;
	}
}

#maps_contact .footerTabs {
	padding: 20px 15px;
}

@media (min-width: 992px) {
	#maps_contact .footerTabs {
		padding: 15px 0 10px 0;
		margin-left: 20px !important;
	}
}

@media (min-width: 1200px) {
	#maps_contact .footerTabs {
		margin-left: 65px !important;
	}
}

@media (min-width: 1440px) {
	#maps_contact .footerTabs {
		max-width: 820px;
	}
}

#maps_contact hr {
	height: 1px;
	opacity: 0.5;
	margin-top: clamp(20px, 4vw, 50px);
	margin-bottom: 12px;
	border: unset !important;
	background: #ffffff;
}

/* ------------------------------------------ iframeMapsTab ----------------------------------------- */

#maps_contact .iframeMapsTab {
	height: 100%;
}

#maps_contact .iframeMapsTab iframe,
#maps_contact .iframeMapsTab .iframe-wrapper-manual-enabling {
	min-width: 100% !important;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
}

@media (min-width: 992px) {
	#maps_contact .colMaps {
		padding-left: 0;
		max-width: 1060px;
	}

	#maps_contact .colContact {
		max-width: 506px;
	}
}

@media (max-width: 991px) {
	#maps_contact .colMaps {
		padding: 0px;
	}

	#maps_contact .colContact {
		max-width: 576px;
		margin: auto;
	}

	#maps_contact iframe,
	#maps_contact .iframe-wrapper-manual-enabling {
		display: block;
		width: 100% !important;
	}
}

/* ------------------------------------------ footerLast ---------------------------------------- */

#footerLast {
	font-size: 1rem;
	color: #ffffff;
	padding-bottom: 18px;
	background: #375ec8;
}

#footerLast hr {
	height: 1px;
	opacity: 0.5;
	margin-top: 30px;
	margin-bottom: 25px;
	border: unset !important;
	background: #ffffff;
}

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

#innerfooter {
	margin-top: auto;
	padding: 0;
	position: relative;
	color: #ffffff;
}

@media (max-width: 991px) {
	#counter {
		width: fit-content;
		margin: auto;
	}

	#counter,
	#innerfooter {
		margin-bottom: 30px;
	}
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	font-size: 0.875rem;
	display: inline-block;
}

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

#innerfooter a:hover,
#innerfooter a:focus {
	color: #fdf6e9;
	text-decoration: underline;
}

#innerfooter li + li::before {
	content: "•";
	margin: 0 14px;
}

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

	#innerfooter li + li::before {
		display: none;
	}
}

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

#vernetzt {
	gap: 12px;
	text-align: right;
	font-size: 1rem;
	color: #ffffff !important;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

/* --------------------------------------------- footerSlogan -------------------------------------------- */

#footerSlogan {
	color: #010101;
	padding: 45px 0;
}

#footerSlogan .tabHeadline {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	color: #010101;
}

@media (min-width: 992px) {
	#footerSlogan .tabHeadline {
		margin-bottom: 0;
	}
}
