
/* CSS Document */

body {
  font-size: 18px;
  font-family: var(--font-fliesstext, "futura-pt", sans-serif); /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: var(--color-ueberschriften);
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: var(--color-ueberschriften);
}

.subline {
  color: var(--color-subline);
}

a {
  color: var(--color-links);
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a:hover {
  color: var(--color-links-hover);
}

.nowrap {
  white-space: nowrap;
}
/*
img {
  filter: var(--img-filter);
}

img[src$=".svg"], img[src$=".icon.svg"] {
  filter: none;
}
*/
/* -------------------- Hintergrundbilder BEGINN -------------------- */
.bg-content-front {
  background-image: url("../images/teaser/content_front_image.svg");
  background-size: cover;
}
.bg-content {
  background: var(--background-content, #fff);
  background-size: cover;
}
.bg-content-black {
  background: var(--background-content-black, #000);
  background-size: cover;
}
.bg-review {
  background:var(--background-review-slider, #DDD);
  background-size: cover;
  background-position: center;
}
.bg-kontaktformular {
  background:var(--background-kontaktformular, #fff);
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-footer {
  background: var(--background-footer, #193A8F);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
    padding-bottom: 150px;
}
@media(max-width: 900px){
.bg-footer {
  background: var(--background-footer, #193A8F);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
    padding-bottom: 10px;
    }}
.bg-ueber-uns {
  background: url("../images/background/001--142949391.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 500px;
}
.bg-ueber-uns p {
display: none;
    }
    .bg-ueber-uns a {
display: none;
    }
@media(max-width:900px){
.bg-ueber-uns {
  background: url("../images/background/001--142949391.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 90vh;
  margin-bottom: 2em;
    }
    .overlay {
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Schwarzes Overlay mit 50% Deckkraft */
    z-index: 1;
}
.bg-ueber-uns h1 {
padding: 2em 1em 0em 1em;
    text-align: start;
    font-size: clamp(36px, 2vw, 3em);
    z-index: 2;
    position: relative;
    }

.bg-ueber-uns p {
    display: block;
    position: absolute;
    bottom: 100px;
    padding: 2em 55% 0em 1em;
    text-align: start;
    font-weight: 300;
    font-size: 1.3rem;
    color: #fff;
    z-index: 2;
    }
    .bg-ueber-uns a {
        display: block;
    position: absolute;
    bottom: 30px;
    left: 2em;
    margin: 0;
    text-align: start;
    font-size: 1.5rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    z-index: 2;
    }}

/* -------------------- Hintergrundbilder ENDE -------------------- */

/* -------------------- Navbar-Brand ANFANG -------------------- */
@media (max-width: 1200px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	nav .navbar-brand {
		opacity: 1 !important;
	}
	
	nav .navbar-brand img {
		max-width: 300px;
		width: 300px;
	}
}
/*
@media (min-width: 1500px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	nav .navbar-brand img {
		position: absolute;
		max-width: 230px;
		width: 230px;
	}
	
	nav .navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
	}
}*/

@media (min-width: 1200px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	nav .navbar-brand img {
		position: absolute;
		max-width: 400px;
		width: 400px;
        top: -65%;
	}
	
	nav .navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
	}
}
/* -------------------- Navbar-Brand ENDE -------------------- */

/* -------------------- Navigation Anfang -------------------- */
#mainNav.navbar {
background: var(--background-navi);
background-repeat: no-repeat;
background-size: cover;
box-shadow: 0px 15px 10px -15px #000;
z-index: 99;
}
#mainNav.navbar-shrink {
padding: 0;
}
#mainNav .nav-link {
font-family: var(--font-navigation);
transition: none;
text-transform: uppercase;
font-size: 1rem;
font-weight: normal;
padding: 1.3rem 1.3rem 0rem 1.3rem;
color: var(--color-navigation);
}
@media (max-width: 1470px){
#mainNav .nav-link {
transition: none;
text-transform: uppercase;
font-size: 1rem;
font-weight: normal;
padding: 1rem;
color: var(--color-navigation);
}}
#mainNav .nav-link:hover,
#mainNav .nav-link:focus,
#mainNav .nav-link:hover .svg,
#mainNav .nav-link:focus .svg,
#mainNav .nav-item.active .nav-link {
background-color: var(--color-akzent);
transform: scale(1);
border-radius: 3px;
color: var(--color-navigation-hover);
}
.sticky-top {
position: static;
}
@media (min-width: 992px) {
.sticky-top {
position: sticky;
top: 0;
width: 100%;
}
}

/*Effekt*/
.from-center:before {
top: 0;
left: 50%;
height: 100%;
width: 0;
border: 1px solid var(--color-akzent);
border-left: 0;
border-right: 0;
}
.from-center:after {
bottom: 0;
left: 0;
height: 0;
width: 100%;
background: var(--color-akzent);
}
.from-center:hover:before {
left: 0;
width: 100%;
}
.from-center:hover:after {
top: 0;
height: 100%;
}

/* -------------------- Navbar Toggler BEGINN -------------------- */
.navbar-toggler {
  border: 1px solid transparent !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  position: relative;
  background-image: none !important;
  border: 1px solid transparent !important;
}

.line {
	position: absolute;
	left: 0px;
	height: 3px;
	width: 100%;
	background-color: var(--color-navigation);
	border-radius: 8px;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.45s;
}

.top {
	top: 18%;
}

.middle {
	top: 48%;
}

.bottom {
	top: 78%;
}

.navbar-toggler-icon.close .top {
	transform: rotate(45deg);
top: 48%;
}

.navbar-toggler-icon.close .middle, .navbar-toggler-icon.close .bottom {
	transform: rotate(-45deg);
	top: 48%;
}
/* -------------------- Navbar Toggler ENDE -------------------- */

/* -------------------- Dropdown Animation Fade BEGINN -------------------- */
@media (min-width: 992px) {
.dropdown-menu-end {
position: absolute;
margin-top: 0rem;
left: auto;
right: 0;
}
.dropdown-menu-start {
position: absolute;
margin-top: 0rem;
left: auto;
right: 0;
} 
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
    transform: translate(0, 50px);
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
    transform: translate(0, 50px);
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
/* -------------------- Dropdown Animation Fade ENDE -------------------- */

/* -------------------- Dropdown BEGINN -------------------- */
.dropdown-menu {
	border: none;
	border-radius: 0px;
	background-image: none;
	box-shadow: inset 1px 1px rgb(255 255 255 / 20%), inset -1px -1px rgb(255 255 255 / 10%), 1px 3px 24px -1px rgb(0 0 0 / 15%);
	background-color: var(--dropdown-menu);
	min-width: 16rem;
	padding: 0;
}

.dropdown-menu a {
	color: var(--color-dropdown-navigation);
	font-size: 1.2rem;
	position: relative;
	padding: 1rem 2rem;
	font-weight: normal;
	text-align: left;
}

.dropdown-menu > li:not(:last-child) {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
}

.dropdown-menu a:hover, .dropdown-menu a:focus  {
	color: var(--color-navigation-hover);
	background-color: var(--color-akzent) !important;
}

/*Dropdown Hover muss im Media min 992px stehen, damit sich die Navigation auf mobil durch klicken wieder schließen lässt!*/
@media (min-width: 200px) {
	li.dropdown:hover .dropdown-menu, li.dropdown:focus .dropdown-menu {
		opacity: 1;
	}
	
	li.dropdown:hover .dropdown-menu:not(.megasubmenu), li.dropdown:focus .dropdown-menu:not(.megasubmenu) {
		display: block;
		-webkit-animation: fadeIn 0.5s;
		animation: fadeIn 0.5s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
}

#mainNav.fixed-top {
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
/* -------------------- Dropdown ENDE -------------------- */

/* -------------------- Megamenu BEGINN -------------------- */
.megasubmenu > a {
color: var(--color-05);
font-size: 1.2rem;
position: relative;
padding: 1rem 2rem;
font-weight: normal;
}
@media all and (min-width: 992px) {
.dropdown-menu .dropdown-toggle::after {
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid;
}
/*Wird benötigt wenn das dropdown-menu Fenster rechtsbündig ist*/
.dropdown-menu.dropdown-menu-end .dropdown-toggle::after {
position: absolute;
left: 15px;
top: 22px;
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent;
border-left: 0;
}
.megasubmenu {
left: 100%;
top: 0;
min-height: 100%;
min-width: 13rem;
}
.megasubmenu-end {
right: 100%;
left: auto;
text-align: right !important;
}
.dropdown-menu > li:hover .megasubmenu {
display: block;
-webkit-animation: fadeIn 0.5s;
animation: fadeIn 0.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.megasubmenu a:not(:last-child) {
border-bottom: 1px dotted rgba(255, 255, 255, 0.50);
}
}	
/* -------------------- Megamenu ENDE -------------------- */

/* -------------------- Control Center Barrierefreiheit ANFANG -------------------- */

.button-control-center {
  position: fixed;
  bottom: 1.2em;
  left: 1.2em;
  cursor: pointer;
  z-index: 1998;
}
@media (max-width: 991px) {
	.button-control-center {
		bottom: 0.8em;
		left: 0.8em;
	}
}
.button-control-center svg {
	border: 3px solid #fff;
	border-radius: 2em;
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	color: var(--color-akzent);
	outline: 3px solid #000;
	margin: 3px;
}
.access-panel {
	position: fixed;
	bottom: 5.6em;
	left: 1.2em;
	width: 350px;
	background: var(--bg-access-panel);
	border-radius: 0.2em;
	box-shadow: var(--access-panel-bs);
	z-index: 9980;
}
.access-panel-headline {
	background: #3b3b3b;
	border-radius: 0.2em 0.2em 0em 0em;
}
.panel-button {
	background: var(--bg-panel-button);
	border-radius: 0.2em;
	/*cursor: pointer;*/
	padding: 0.5em 0em;
	width: 100%;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.panel-button:hover {
	background: #c7c7c7;
}
.access-panel-close-button {
	background: #fff;
	color: #0c1520;
	border-radius: 0.2em;
	padding: 0.2em 0.5em;
}
.access-panel-close-button:hover {
	background: #E4E4E4;
	color: #0c1520;
}
.access-panel-auswahl {
	background-color: var(--bg-body);
}
.access-panel-auswahl span {
	font-size: 0.8em;
	color: var(--color-text);
}
.access-panel-auswahl svg {
	width: 1.4em;
	height: 1.4em;
	color: var(--color-text);
}
.icon-active {
  display: none;
}

/* Start Style Bedienhilfen */
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9990;
  backdrop-filter: none;
}
body.font-large {
	font-size: 1.3em !important;
}
body.line-spacing {
	line-height: 1.8 !important;
}
body.underline-links a {
	text-decoration: underline !important;
}
/* Standard-Cursor für alle Elemente */
body.cursor-big * {
  cursor: var(--cursor-color) 10 0, auto;
}
body.cursor-big *[style*="position:fixed"],
body.cursor-big *[style*="position: fixed"],
body.cursor-big .fixed {
  cursor: var(--cursor-color) 10 0, auto;
}
/* Cursor für klickbare Elemente */
body.cursor-big a,
body.cursor-big a *,

body.cursor-big button,
body.cursor-big button *,

body.cursor-big [role="button"],
body.cursor-big [role="button"] *,

body.cursor-big label,
body.cursor-big label * {
  cursor: var(--cursor-pointer) 20 0, pointer;
}
body.no-images img {
	opacity: 0 !important;
}
@media (max-width: 991px) {
	body.no-images img {
		display: none;
	}
}
#readline {
  position: fixed;
  top: 0;
  height: 2px;
  width: 100vw;
  background: var(--color-readline);
  z-index: 999999;
  pointer-events: none;
  transition: top 0.1s linear;
  display: none;
}
body.readline #readline {
	display: block;
}

/*.checkbox {
opacity: 0;
position: absolute;
}
#colorMode.switch {
background: #212529;
width: 70px;
height: 40px;
border: solid 2px var(--color-navigation, #000);
border-radius: 50px;
position: relative;
padding: 9px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
#language_switch.switch {
background: var(--background-navi, #fff);
width: 75px;
height: 40px;
border: solid 2px var(--color-navigation, #000);
border-radius: 50px;
position: relative;
padding: 7px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}
.fa-moon {color: #f1c40f;}
.fa-sun {color: #f39c12;}

.switch .ball {
background: rgba(255,255,255,0.8);
width: 30px;
height: 30px;
position: absolute;
left: 2px;
top: 3px;
border-radius: 50%;
transition: transform 0.2s linear;
}
#language_switch.switch .ball {
background: rgba(255,255,255,0.8);
width: 33px;
height: 33px;
position: absolute;
left: 2px;
top: 1px;
border-radius: 50%;
transition: transform 0.2s linear;
}
.checkbox:checked + .switch .ball {
transform: translateX(30px);
}
.checkbox:checked + #language_switch.switch .ball {
transform: translateX(33px);
}*/
/* -------------------- Theme Switch ENDE -------------------- */

/* -------------------- Navigation ENDE -------------------- */

/* -------------------- Topinfo ANFANG -------------------- */
.top-info {
background: var(--background-top-info, #565756);
}
.tinfo {
display: flex;
align-items: flex-end;
flex-direction: column;
}

/* -------------------- Topinfo Mobil Anfang -------------------- */
.wrappertinfo {
display: inline-flex;
margin: 0.5em 0em 0.5em 0em;
}

.wrapinner {
display: inline-flex;
font-size: 0.8em;
text-align: end;
}

.wrapout {
display: inline-flex;
flex-direction: column;
justify-content: center;
margin-left: 0.5em;
}

.tinfoicon {
display: inline-flex;
align-items: center;
}

.icon {
font-size: 1.2em;
background-color: var(--color-akzent);
padding: 0.4em;
border: 2px solid #fff;
border-radius: 2em;
width: 1em;
color: #fff;
}

.kontakt{
    padding: 0.2rem 2rem 0rem 0rem;
    margin: 0;
}
.kontakt-cta{
    font-size: 1rem;
    font-weight: 400;
    text-align: end;
    color: #fff;
    text-transform: uppercase;
}
.kontakt-nr{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: end;
    color: #fff;
}
.kontakt-icon{
    color: #fff;
    margin-top: 14px;
}
/* -------------------- Topinfo Mobil ENDE -------------------- */

/* -------------------- Topinfo ENDE -------------------- */

/* -------------------- Scroll Top BEGINN -------------------- */
.scroll-top {
display: none !important;
color: #fff;
font-weight: bold;
background-color: rgba(43, 43, 43, 0.60);
right: 140px;
bottom: 4.5%;
position: fixed;
transition: all .35s;
box-shadow: 1px 0px 2px #333;
font-size: 0.7rem;
z-index: 9;
}
.scroll-top:hover {
color: #fff;
text-decoration: none;
background-color: var(--color-akzent); 
}
@media (min-width: 992px) {
.scroll-top {
display: block !important;
}
}
/* -------------------- Scroll Top ENDE -------------------- */

/* -------------------- Keyfacts ANFANG -------------------- */
#keyfacts {
  background: var(--background-content, #fff);
  border-radius: 2em;
  margin-top: 2vh;
  position: absolute;
  z-index: 2;
  right: 0;
}
@media (min-width: 992px) {
#keyfacts {
  margin-top: -130px;
}}
.keyfactbox {
  background: var(--background-content, #fff);
  border-radius: 5px;
}

.keyfactbox p {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}

.keyfactbox span {
  font-size: 3.5em;
  font-weight: 700;
  color: var(--color-akzent);
}
.keyfactbox .plus {
  font-size: 3.5em;
  font-weight: 700;
  color: var(--color-akzent);
    }

@media(max-width:1200px){
#keyfacts {
  background: var(--background-content, #fff);
  margin-top: 0vh;
  border-radius: 2em;
  position: relative;
  padding: 0em 0em 2em 0em;
}
.keyfactbox p {
 font-weight: 300;
 font-size: 24px;
 text-transform: uppercase;
}

.keyfactbox span {
  font-size: 2em;
  color: var(--color-akzent);
    }
.keyfactbox .plus {
  font-size: 2em;
  font-weight: 700;
  color: var(--color-akzent);
    }}

@media(max-width:900px){
 #keyfacts {
  background: var(--background-content, #fff);
  margin-top: 0vh;
  border-radius: 2em;
  position: relative;
}
.keyfactbox p {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

.keyfactbox span {
  font-size: 1.5em;
  color: var(--color-akzent);
    }
.keyfactbox .plus {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--color-akzent);
    }}

/* -------------------- Keyfacts ENDE -------------------- */

/* -------------------- Footer BEGINN -------------------- */
.footer-title {
  text-align: center;
  color: var(--color-footer-text);
  padding: 2.5rem 0 0;
}

.copyright {
  color: var(--color-footer-text);
  font-style: italic;
  text-align: center;
  margin: auto;
  display: block;
}

.logo-footer {
  width: 80%;
  margin: auto;
  display: block;
      padding: 2.5rem 0 0;

}
@media(max-width: 900px){
.logo-footer {
  width: 80%;
  margin: auto;
  display: block;
  padding: 6.5rem 0 0;
    }}

@media (min-width: 992px) {
  .logo-footer {
    width: 70%;
  }
}

.footer-icon {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0.6rem;
  color: var(--footer-icon-color);
}

.footer-list-1 a:hover .footer-icon {
  border: 3px solid var(--color--links-hover);
  color: var(--color-links-hover);
}

ul.footer-list-1 {
  color: var(--color-footer-text);
  list-style-type: none;
  padding: 1rem 0 0;
  text-align: center;
}

ul.footer-list-1 li {
  display: inline-block;
  text-align: center;
}

ul.footer-list-1 a {
  color: var(--color-footer-link);
  padding: 0 0.5rem;
  text-decoration: none;
}

ul.footer-list-1 a:hover {
  color: var(--color-links-hover);
}

ul.footer-list-2 {
  color: var(--color-footer-text);
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.footer-list-2 li {
  display: flex;
  justify-content: center;
  padding-bottom: 7px;
  align-items: center;
}

.footer-list-2 a {
  color: var(--color-footer-links);
  text-decoration: none;
}

.footer-list-2 a:hover {
  color: var(--color-links-hover);
}

.footer-end {
  text-align: center;
}

.footer-end a {
  color: var(--color-footer-links);
  text-decoration: none;
}

.footer-end a:hover {
  color: var(--color-links-hover);
}

.footer-position {
  position: fixed;
  bottom: 0;
}

@media (min-width: 992px) {
  .footer-title {
    text-align: left;
  }
  .logo-footer {
    margin: 0;
  }
  .copyright {
    text-align: left;
    margin: 0;
  }
  ul.footer-list-1 {
    text-align: left;
  }
  ul.footer-list-2 {
    text-align: left;
  }
  .footer-list-2 li {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 7px;
    align-items: center;
  }
}
/* -------------------- Footer ENDE -------------------- */

/* -------------------- Slidershow Multiple Items BEGINN -------------------- */
.carousel-inner .carousel-item .card .card-img a {
width: 100%;
height: 250px;
object-fit: cover;
}
@media (max-width: 767px) {
.carousel-inner .carousel-item > div {
display: none;
}
.carousel-inner .carousel-item > div:first-child {
display: block;
}
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
.carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
transform: translateX(25%);
}
.carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
transform: translateX(-25%);
}
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
transform: translateX(0);
}
/* -------------------- Slidershow Multiple Items BEGINN -------------------- */

/* -------------------- Öffnungszeiten Tabelle BEGINN -------------------- */
.table {
  border-color: #9b9b9b;
}

.table .table {
  background-color: transparent;
  color: #fff;
}

.table-success, .table-success > th, .table-success > td {
  background-color: var(--color-akzent)!important ;
  color: #fff!important;
  font-weight: 400;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 1rem;
  padding: .4rem .4rem;
  color: var(--color-text);
  background-color: transparent;
}
/* -------------------- Öffnungszeiten Tabelle ENDE -------------------- */

/* -------------------- Datenschutz Button BEGINN -------------------- */
.btn-success {
color: var(--color-text);
background-color: var(--color-hauptfarbe);
border-color: var(--color-text);
}
.btn-success:hover, .btn-success:focus {
color: var(--color-text);
background-color: var(--color-akzent);
border-color: var(--color-text);
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
color: var(--color-text);
background-color: #999;
border-color: #ddd;
}
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50);
}
.btn-success.disabled, .btn-success:disabled {
color: var(--color-text);
background-color: #999;
border-color: #ddd;
}
/* -------------------- Datenschutz Button ENDE -------------------- */

/* -------------------- Custom CSS ANFANG -------------------- */

.mapsiframe {
  border: 4px solid #fff;
  width:100%;
  filter: var(--mapsiframe-filter);
}

.flex-control-nav {
  bottom: -30px;
}

.title-review {
  color: var(--title-review);
}

#main-flexslider {
  background-color: var(--background-content, #fff);
}

.tooltip-highlighter {
	border-bottom: 1px dotted #b1b1b1;
	cursor: help;
}

.vertical-centered{
    display: flex;
    align-items: center;
    align-content: center;
}
#zu_uns {
    color: #fff;
    text-align: center;
}

#zu_uns h2, #zu_uns h3 {
    color: #fff;
    text-align: center;
}

#zu_uns h3 {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    margin-top: 0; /* sicherstellen, dass Überschriften oben bündig sind */
}

#zu_uns .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
}
@media(max-width:900px){
#zu_uns .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
    }}

#zu_uns .row img {
    width: 100%; /* oder spezifische Breite und Höhe */
    max-width: 200px;
    height: 200px; /* Einheitliche Höhe */
    object-fit: contain; /* Sorgt für das richtige Seitenverhältnis */
    margin-bottom: 10px; /* Abstand zum Titel */
}
/*
#zu_uns h3 {
    align-self: flex-start; 
}*/

/* -------------------- Historie ANFANG -------------------- */

.step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.step-list__item {
  position: relative;
}
.step-list__item:before {
  content: attr(data-year); /* Zeigt die Jahreszahl an */
  font-weight: 300;
  color: #E7020E;
}
.step-list__item h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.step-list__item .icon {
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
}
.step-list__item .icon {
    font-size: 5rem;
text-align: center;
}
.step-list__item .body {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.step-list__item .content {
  display: flex;
  flex-direction: row;
  padding-bottom: 18px;
}
.step-list__item:first-child .icon {
  background: #27282A;
}
.step-list__item:nth-child(2) .icon {
  background: #27282A;
}
.step-list__item:nth-child(3) .icon {
  background: #27282A;
}
.step-list__item:nth-child(4) .icon {
  background: #27282A;
}
.step-list__item:nth-child(5) .icon {
  background: #27282A;
}
.step-list__item:nth-child(odd) .content {
  justify-content: flex-start;
}
.step-list__item:nth-child(even) .content {
  justify-content: flex-end;
}
.step-list__item:first-child > .step-list__item__inner:before {
  content: none;
}
.step-list__item:last-child > .step-list__item__inner:after {
  content: none;
}
.step-list__item + li {
  margin-top: 84px;
}
.step-list__item + li > div {
  margin-top: -1px;
}
@media screen and (max-width: 900px) {
.step-list__item + li {
  margin-top: 0px;
}
  .step-list__item {
    display:block;
  }
  .step-list__item:before {
    content: attr(data-year); /* Zeigt die Jahreszahl an */
    position: relative;
    font-size: 1.5rem;
    line-height: 42px;
    font-weight: 300;
    color: #E7020E;
    margin-right: 12px;
      margin-left: 20px;
  }
  .step-list__item .icon {
    order: 0;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    position: absolute;
    left: -9px;
    top: 42px;
  }
  .step-list__item .body {
    order: 1;
    margin-top: 8px;
    margin-left: 12px;
  }
  .step-list__item .content {
    align-items: flex-start;
  }
  .step-list__item .content:before {
    content: "";
    position: absolute;
    border-left: #d8d8d8;
    height: 100%;
    left: 9px;
    bottom: 0;
    display: block;
    width: 1px;
    background: #d8d8d8;
    top: 84px;
  }
  .step-list__item:last-child .content:before {
    content: none;
  }
}
@media screen and (min-width: 901px) {
  .step-list__item:before {
    content: attr(data-year); /* Zeigt die Jahreszahl an */;
    position: absolute;
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    padding-top: 1rem;
    color: #E7020E;
  }
  .step-list__item .icon {
    width: 174px;
    height: 174px;
    
  }
  .step-list__item .body {
    flex: 0 1 33.3333%;
    margin-top: 84px;
  }
  .step-list__item .content {
    align-items: flex-end;
  }
  .step-list__item > .step-list__item__inner {
    position: relative;
  }
  .step-list__item > .step-list__item__inner:before, .step-list__item > .step-list__item__inner:after {
    border-width: 0px;
    border-style: solid;
    border-color: #d8d8d8;
    display: block;
    content: "";
    position: absolute;
    height: 42px;
    width: calc( 33.3333% - 42px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner {
    text-align: right;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before, .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-left-width: 1px;
    left: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-left-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-left-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(odd):before {
    left: 0;
    margin-left: 33.3333%;
    transform: translateX(-100%);
  }
  .step-list__item:nth-child(odd) .icon {
    margin-left: 72px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before, .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-right-width: 1px;
    right: calc( 33.3333% - 21px );
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-right-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-right-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(even):before {
    right: 0;
    margin-right: 33.3333%;
    transform: translateX(100%);
  }
  .step-list__item:nth-child(even) .icon {
    margin-right: 72px;
  }
  .step-list__item:nth-child(even) .body {
    order: 1;
  }
}
/* -------------------- Leistung Carousel Cards ANFANG -------------------- */
.carousel-playback-controls button {
margin-top: 60px;
    background: var(--background-content-black, #fff);
}
        /* Stile für die Navigationspfeile */
       #leistung-cards .carousel-controls {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 50px;
            position: relative;
        } 
       #leistung-cards .carousel-inner {
  overflow: hidden;
}   
#leistung-cards .carousel-item {
       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.6s ease-in-out;
}
#leistung-cards .carousel-item.active {
    position: relative;
    z-index: 1;
}
#leistung-cards .carousel-item {
    visibility: hidden;
}

#leistung-cards .carousel-item.active {
    visibility: visible;
}
#leistung-cards .card {
border: none;
    background: transparent;
        }  
#leistung-cards .card-body {
  margin: -2em 1em 0em 1em;
  background: var(--background-content, #fff);
  color: var(--color-text);
  text-align: center;
  min-height: 300px;
}   

#leistung-cards .carousel-control-prev, #leistung-cards .carousel-control-next {
            background-color: rgba(0, 0, 0, 0.7); /* Hintergrundfarbe */
            border-radius: 50%;
            width: 50px; /* Größe der Buttons */
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }  
 #leistung-cards .carousel-control-prev {
            left: 35%;
            top: 50%;
        }  
#leistung-cards .carousel-control-next {
            right: 35%;
            top: 50%;
        }
        #leistung-cards .custom-icon {
            font-size: 20px; /* Symbolgröße */
            color: white; /* Symbolfarbe */
        }
        /* Stile für den Zähler */
        #leistung-cards .carousel-counter {
            text-align: center;
            margin-top: 10px;
            font-weight: bold;
            color: #A5A5A5;
        }
       @media(max-width:1200px){
           .carousel-playback-controls button {
margin-top: 0px;
    background: var(--background-content-black, #fff);
}
       #leistung-cards .carousel-controls {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 0%;
            position: absolute;
            margin-bottom: 100px;
            width: 95%;
            }
        #leistung-cards .carousel-control-prev {
            left: 2.5%;
            top: 50%;
        }  
      #leistung-cards .carousel-control-next {
            right:2.5%;
            top: 50%;
        }}