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

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

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

a {
	color: #175f78;
}

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

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

.rowGap {
	row-gap: 30px;
}

.marTop {
	margin-top: clamp(40px, 5vw, 80px);
}

.marBottom {
	margin-bottom: clamp(40px, 5vw, 80px);
}

#overflow {
	overflow: hidden;
}


#flow .buttonStyle a {
	display: block;
	text-align: center;
}
/* ------------------------------------------------- buttonStyle ------------------------------------------------ */

.buttonStyle a:not([href^="mailto"], [href^="tel"]) {
	text-decoration: none;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	border-radius: 8px;
	padding: 8px 15px;
	transition:
		background 300ms,
		color 300ms;
	margin-top: 30px;
	margin-right: 20px;
}

.buttonStyleNoMargin a:not([href^="mailto"], [href^="tel"]) {
	margin-top: 0;
	margin-right: 0;
}

.buttonStyle a:not([href^="mailto"], [href^="tel"]) {
	background: #f2bbfe;
	color: #010101;
}

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

.buttonStyle.buttonStyleDark a:not([href^="mailto"], [href^="tel"]) {
	background: #010101;
	color: #f2bbfe;
}

.buttonStyle.buttonStyleDark a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus) {
	color: #fff;
}

#mitgliedschaft .buttonStyle a:not([href^="mailto"], [href^="tel"]) {
	background: #fffcb9;
	;
	font-size: .875rem;
	font-weight: 400;
}

#mitgliedschaft .tab2.buttonStyle a:not([href^="mailto"], [href^="tel"]),
#mitgliedschaft .tab3.buttonStyle a:not([href^="mailto"], [href^="tel"]),
#mitgliedschaft .tab4.buttonStyle a:not([href^="mailto"], [href^="tel"]) {
	display: block;
	text-align: center;
	width: 100%;
}

#mitgliedschaft .buttonStyle a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus) {
	background-color: #175f78;
	color: #fff;
}

#mitgliedschaft .col-lg-3 {
	flex: 0 0 22%;
	max-width: 22%;
}

#mitgliedschaft .tabContentButton {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 100%;
}

#mitgliedschaft .buttonStyle a {
	display: block !important;
  	margin-right: 10px !important;
  	margin-left: 10px !important;
	width: unset !important;
}
/* ------------------------------------------------- logo ------------------------------------------------ */

.logo {
	display: inline-block;
}

.logo img {
	display: block;
}

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

#language a {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	text-align: center;
	align-content: center;
	color: #010101;
	border-radius: 8px;
}

#language a.activeLang,
#language a:is(:hover, :focus) {
	background: #baedfe;
}

#socials img {
	vertical-align: middle;
}

#socials .contrast_light_font img {
	background-color: #fff !important;
}

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

nav.horizontally {
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

/* 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: #fffcb9;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

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

	.contrast_dark_font #burgerButton::before,
	.contrast_dark_font #burgerButton::after,
	.contrast_dark_font #burgerButtonInner {
		background-color: #000 !important;
	}

	.contrast_light_font #burgerButton::before,
	.contrast_light_font #burgerButton::after,
	.contrast_light_font #burgerButtonInner {
		background-color: #fff !important;
	}

	#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: #fff;
		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);
		flex-direction: column;
	}

	.navbar-collapse :is(#language, #socials, .buttonStyle) {
		text-align: center;
		margin-bottom: 15px;
	}

	.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);
		padding: 15px;
	}

	.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 #myNavbar {
		gap: 10px 30px;
		flex-wrap: wrap;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-grow: 1;
		gap: 2px;
	}

	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 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 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: #010101;
	font-weight: 400;
	text-align: left;
	padding: 10px 15px 15px 15px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 8px;
}

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

	nav.horizontally a[class*="toplevel"] {
		margin-bottom: 5px;
	}
}

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

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

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 15px;
}

@media (max-width: 991px) {
	nav.horizontally [class*="toplevel"] ul {
		margin: 10px;
		padding: 5px;
		border-radius: 10px;
	}
}

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

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

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

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

	nav.horizontally [class*="secondlevel"]>ul::before {
		content: "";
		position: absolute;
		display: block;
		width: 30px;
		top: 0;
		bottom: 0;
		left: -30px;
	}
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #010101;
	font-weight: 400;
	text-align: left;
	padding: 8px 25px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 8px;
	margin-bottom: 5px;
}

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

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

/* #endregion ------------------------------- navigation ---------------------------------------- */
/* ----------------------------------------------- @2b banner ----------------------------------------------- */

#slider {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

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

	body.index #slider {
		max-height: 710px;
	}

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

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

	#headerpic .theme-nivo .nivo-controlNav,
	#headerpic .theme-default .nivo-controlNav {
		bottom: unset !important;
		top: 10px !important;
	}
}

#headerpic {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

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

.slider-mask {
	display: none;
}

@media (min-width: 992px) {
	#headerpic::before {
		content: '';
    	display: block;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
		width: 100%;
    	height: 100%;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.7) 100%);
		pointer-events: none;
		z-index: 2;
	}
}



#body-video-background {
    width: 100%;
    z-index: 1;
    position: relative;
    margin-top: -5%;
    max-width:100%;
    object-fit: cover;
}

#video_wrapper {
    width: 100%;
    height: auto;
    max-height: 710px !important;
    overflow: hidden;                  
    position: relative;
}
/* ----------------------------------------------- bannerOverlay ----------------------------------------------- */

@media (max-width: 991px) {
	#bannerOverlay {
		padding: 30px 0;
		border-bottom: 4px solid #fffcb9;
	}
}

@media (min-width: 992px) {
	#bannerOverlay {
		position: absolute;
		pointer-events: none;
		right: 0;
		left: 0;
		bottom: 20px;
		z-index: 12;
	}
}

#bannerOverlay>.row>* {
	pointer-events: auto;
}

#slogan {
	color: #010101;
	font-weight: 400;
	line-height: 1.2;
}

#slogan p {
	font-size: clamp(1rem, 3vw, 1.125rem);
	display: block;
	width: fit-content;
}

#slogan p:first-of-type {
	font-size: clamp(1.5rem, 8vw, 1.875rem);
	color: #010101;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	#slogan,
	#slogan p:first-of-type {
	color: #fff;
}
	#slogan p {
		padding-right: 130px;
	}
}



@media (max-width: 575px) {
	#sloganLinks a {
		display: block;
		width: fit-content;
	}
}

/* ----------------------------------------------- scrollBottom ----------------------------------------------- */

#scrollBottom a {
	position: relative;
	text-align: center;
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	margin: 50px auto 10px auto;
	background: #f2bbfe;
	border-radius: 5px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
	-webkit-animation: bounceAni 2s infinite 2s;
	animation: bounceAni 2s infinite 2s;
	transition:
		background 200ms ease-in,
		animation-play-state 200ms ease-in;
}

@media (min-width: 1200px) {
	#scrollBottom a {
		margin-top: 65px;
	}
}

#scrollBottom a:hover,
#scrollBottom a:focus {
	background: #baedfe;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

#scrollBottom a::after {
	content: "";
	position: absolute;
	display: inline-block;
	pointer-events: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 13px;
	height: 13px;
	background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="18px" viewBox="0 -960 960 960" width="18px" fill="%23010101"><path d="M440-800v487L216-537l-56 57 320 320 320-320-56-57-224 224v-487h-80Z"/></svg>') center no-repeat;
}

@keyframes bounceAni {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

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

#content {
	text-align: left;
	padding-bottom: 30px;
	padding-top: 30px;
}

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

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

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

.hUppercase :is(h1, h2, h3, h4, h5, h6) {
	text-transform: uppercase;
}

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

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

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

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

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

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

/* ----------------------------------------------- Tabs ----------------------------------------------- */

.tabStyle .tab {
	font-size: 1rem;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 20px;
	background: #fff;
	position: relative;
	height: 100%;
}

.tabStyle .tab .banner {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-top: -30px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 30px;
	height: 240px;
}

.tabStyle .tab .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

:is(#flow, #trainer) {
	isolation: isolate;
}

:is(#flow, #trainer) .tabDeko::after {
	content: "";
	position: absolute;
	background: url(../img/deko-zebramuster.jpg);
	width: 200px;
	height: 200px;
	z-index: -1;
}

#flow .tabDeko::after {
	bottom: -40px;
	right: -40px;
}

#trainer {
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
	padding: 50px 0;
}

#trainer a {
	text-decoration: none;
}

#trainer .tabDeko::after {
	top: -20px;
	left: -20px;
}

#trainer .tabLast a {
	float: right;
}

@media (min-width: 992px) {
	#trainer .col-lg-2 {
    	flex: 0 0 20%;
    	max-width: 20%;
	}
}

#flow .tabStart .tabHeadline {
	margin: 0;
}

#flow .tabStart {
	font-size: clamp(1.5rem, 4vw, 1.875rem);
	color: #175f78;
}

.tabStyle .tab .tabHeadline {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: none;
}

/* ----------------------------------------------- Tabs ----------------------------------------------- */
/* ----------------------------------------------- Mitgliedschaften ----------------------------------------------- */
#mitgliedschaft {
	padding: 100px 0 30px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

#mitgliedschaft .tabHeadlineBereich {
	color: #010101;
	font-size: clamp(1.75rem, 5vw, 2.5rem);
	font-weight: 600;
}

#mitgliedschaft .tab {
	padding: 40px 20px 65px 20px;
	font-size: 1rem;
	height: 100%;
	border-radius: 10px;
	box-shadow: unset;
	background-color: #baedfe;
}

#mitgliedschaft .tab .tabHeadline {
	color: #010101;
}


#trainer .tabContent :is(h1,h2,h3,h4,h5,h6) {
text-transform: uppercase;	
color:#010101;
font-size: 1.375rem;
font-family: "Manrope", sans-serif;
margin-bottom: 20px;
font-weight: 600;
}

#trainer .tabContent .btgrid .content {
	overflow: hidden;
	position: relative;
}
#trainer .tabContent .btgrid .content a::after {
  content: "";
  position: absolute;
  inset: -1000vw;
    position: absolute;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
}

#trainer .tabContent .btgrid .content a{
	color:#175f78;
	font-size: 1.25rem;
	display: inline-block;
	font-weight: 700;
	text-decoration: none !important;

}
/* ----------------------------------------------- rhythmus ----------------------------------------------- */

#rhythmus {
	padding-block: clamp(50px, 7vw, 100px);
	background-position: center;
	background-size: cover;
}

#rhythmus .tabEnd a {
	color: #010101;
}

#rhythmus .tabEnd :is(b, strong) {
	font-size: 1.25rem;
}

#rhythmus :is(h1, h2, h3, h4, h5, h6) {
	color: #010101;
	position: relative;
	margin: 0;
}

#rhythmus :is(h1, h2, h3, h4, h5, h6)::after {
	content: "–";
	display: block;
}

#rhythmus .tab {
	font-size: clamp(1.5rem, 4vw, 1.875rem);
	color: #010101;
}

/* ----------------------------------------------- rhythmus ----------------------------------------------- */

/* ----------------------------------------------- halfTabs ----------------------------------------------- */

@media (min-width: 992px) {
	#halfTabs>.row {
		row-gap: 80px;
	}
}

#halfTabs {
	isolation: isolate;
}

#halfTabs .tab {
	padding: 30px 36px;
}

#halfTabs .tabHeadline {
	margin: 0;
}

#halfTabs .tabHeadline.tabHeadlineBereich {
	font-weight: 600;
}

#halfTabs .tab::after {
	content: "";
	position: absolute;
	background: url(../img/deko-zebramuster.jpg);
	width: 200px;
	height: 200px;
	z-index: -1;
}

#halfTabs .tab.tabDeko1::after {
	left: -120px;
	top: -81px;
}

#halfTabs .tab .tabHeadline {
	margin-bottom: 15px;
	font-size: clamp(1.25rem, 3vw, 1.5625rem);
	font-weight: 600;
}

@media (max-width: 991px) {
	#halfTabs .tab.tabDeko1::after {
		display: none;
	}
}

#halfTabs .tab.tabDeko2::after {
	right: -120px;
	top: -80px;
}

#halfTabs .tab.tabDeko3::after {
	left: -120px;
	bottom: -120px;
}

#halfTabs :is(b, strong) {
	color: #175f78;
	font-size: clamp(1.25rem, 3vw, 1.5625rem);
}

/* ----------------------------------------------- halfTabs ----------------------------------------------- */

/* ----------------------------------------------- @1f footer ----------------------------------------------- */

#f1 {
	color: #010101;
	font-size: 1rem;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	border-top: solid 2px rgba(43, 43, 43, 0.15);
	border-bottom: solid 47px #f2bbfe;
}

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



#f1 .footerTab {
	font-size: 1rem;
}

#f1 .tabHeadline {
	font-size: 1.375rem;
	font-weight: 700;
	color: #010101;
	text-transform: uppercase;
	font-weight: 600;
	font-size: clamp(1.25rem, 3vw, 1.625rem);
}

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

#innerfooter a {
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	color: #010101;
	padding: 6px 10px 6px 25px;
}


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

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

#vernetzt {
	gap: 12px;
	text-align: right;
	font-size: .875rem;
	color: #444444;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

/* --------------------------------------------- logoFooter -------------------------------------------- */

.logoFooter {
	display: inline-block;
}

.logoFooter img {
	display: block;
}



#newsletter label {
	font-size: 0;
	margin-bottom: 4px;
}

#newsletterInputs {
	height: 33px;
	background: #fff;
	display: inline-block;
	position: relative;
	border: solid 1px rgb(206, 206, 206);
	margin-top: 20px;
}

#newsletter_input {
	color: #333333;
	font-size: 16px;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 33px;
	padding-left: 10px;
	padding-right: 43px;
	height: 33px;
	width: 100%;


}

#newsletter_submit {
	width: 33px;
	background: #fff url('../img/icon-newsletter.png') center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 33px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

#newsletter_submit:hover {
	background-color: #f2bbfe;
}

#newsletter_input::-ms-input-placeholder {
	color: #333333 !important;
}

#newsletter_input::-webkit-input-placeholder {
	color: #333333 !important;
}

#newsletter_input::-moz-placeholder {
	opacity: 1;
}

#newsletter_input:-moz-placeholder {
	opacity: 1;
}



#googleMaps .row {
    max-width: none;
}

#googleMaps .template-page .row,
#googleMaps .template-page .row [class^="col"] {
    margin: 0;
    padding: 0;
}

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

.noPadding {
	padding-left: 0;
	padding-right: 0;
}