/* CSS Document */

body {
  font-size: 19px;
  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);
  background-color: var(--bg-body);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.titel {
  color: var(--color-ueberschriften);
}
.subline {
  font-family: var(--font-untertitel);
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color-subline);
}
.fs-normal {
  font-family: var(--font-fliesstext, "futura-pt", sans-serif);
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
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;
}
.titel {
  letter-spacing: 3px;
}
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;
}
.filter-none {
  filter: none !important;
}
.call2action {
	color: var(--color-white);
  background-image: var(--verlauf-blau);
  background-size: 95% 90%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.call2action-flexslider {
	color: var(--color-white);
  background-image: var(--verlauf-rot);
  box-shadow: 7px 0 0 0 #999999, 0 7px 0 0 #999999;
  display: block;
  border-radius: 25px;
  top: 0px;
  position: relative;
}
@media (min-width: 992px) {
  .call2action-flexslider {
    top: -50px;
  }
}
.call2action-footer {
	color: var(--color-white);
  background-image: var(--verlauf-rot);
  box-shadow: 7px 0 0 0 #999999, 0 7px 0 0 #999999;
  display: block;
  border-radius: 25px;
  bottom: -50px;
  position: relative;
}
.radius {
  border-radius: 15px;
}
.outline-right {
  border-radius: 15px;
  display: block;          
  box-shadow:
    3px 0 0 0 #b2b3b3, /* rechte Kante */
    0 3px 0 0 #b2b3b3; /* untere Kante */
}
.outline-left {
  border-radius: 15px;
  display: block;          
  box-shadow:
    calc(3px * -1) 0 0 0 #b2b3b3, /* linke Kante */
    0 calc(3px * -1) 0 0 #b2b3b3; /* untere Kante */
}
.flexslider.opacity .slides img {
  opacity: 1 !important;
}
.container-innung {
  display: grid;
  text-align: center;
}
.container-innung img {
  margin: auto;
}
@media (min-width: 1200px) {
  .container-innung {
    text-align: start;
  }
  .container-innung img {
    margin: 0;
  }
}

/* -------------------- Hero Section BEGINN -------------------- */

.hero-section {
  background: url(../images/slider/hero/001--1452287958.jpg);
  background-size: cover;
  background-position: center;
}
.bg-hero {
  background-color: var(--color-akzent2);
}
.preview {
  background-color: var(--color-grey);
}
.wrapper-hero {
  color: var(--color-white);
  display: grid;
  position: relative;
  min-height: 0;
  overflow: visible; 
}
.wrapper-hero h1 {
  color: var(--color-white);
  font-size: clamp(2.5rem, 5vw + 1rem, 6rem);
}
.wrapper-hero h2, h3 {
  color: var(--color-white);
}
.hero {
  position: relative;
  top: 0vh;
  left: 0vw;
}
.wrapper-objectfit {
  position: relative;
  min-height: 250px;
  height: 100%;
  display: grid;
}
.img-objectfit {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1200px) {
  .wrapper-hero {
    color: var(--color-white);
    display: grid;
    position: relative;
    min-height: 60vh;
    overflow: visible; 
  }
  .hero {
    position: absolute;
    top: calc(10vh + 2vw);
    left: -15vw;
    right: 0;
    width: auto;
  }
}
@media (min-width: 1900px) {
  .hero {
    position: absolute;
    top: calc(15vh + 2vw);
    left: -15vw;
    right: 0;
    width: auto;
  }
}
.card {
  background-color: var(--bg-body);
  border-radius: 0;
  border: none;
}
.modal-content {
  background-color: var(--bg-body);
}
.modal-title {
  font-family: var(--font-untertitel);
  color: var(--color-text);
}
.btn-close {
  background: var(--close);
}
.stroke-center {
  width: 280px;
  display: flex;
  margin: auto;
}

/* -------------------- Hintergrundbilder BEGINN -------------------- */

.bg-kontaktformular {
  background-image: var(--bg-kontaktformular);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.bg-footer {
  background: var(--background-footer, #110b79);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-top-left-radius: 25px 25px;
  border-top-right-radius: 25px 25px;
}

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

/* -------------------- Navbar-Brand ANFANG -------------------- */
@media (max-width: 1500px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	nav .navbar-brand {
		opacity: 1 !important;
	}
	
	nav .navbar-brand img {
		max-width: 200px;
		width: 200px;
	}
}

@media (min-width: 1500px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	nav .navbar-brand img {
		position: relative;
		max-width: 200px;
		width: 200px;
	}
	
	nav .navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
	}
}

@media (min-width: 1700px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	nav .navbar-brand img {
		position: relative;
		max-width: 250px;
		width: 250px;
	}
	
	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 .nav-link {
    transition: color 0.5s ease-in-out; /* Smooth transition for text color */
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 1.3rem;
    color: var(--color-navigation);
    position: relative; /* Position relative for the pseudo-element */
    overflow: hidden; /* Hide the overflow */
}

#mainNav .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  transition: top 0.3s ease-in-out;
  z-index: -1;
  background-color: var(--color-akzent3);
}

#mainNav .nav-link:hover::before,
#mainNav .nav-link:focus::before,
#mainNav .nav-item.active .nav-link::before {
  top: 0;
}

@media (max-width: 1470px) {
  #mainNav .nav-link {
    transition: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: normal;
    padding: 1.3rem;
    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 {
  transform: scale(1);
  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 -------------------- */

/* -------------------- Topinfo ANFANG -------------------- */

/* Top-Info Effekte für Java Script */

/* Einfacher Fade In / Out Effekt */
/*
.content-top-info {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-top-info.ti-hidden {
  opacity: 0;
  visibility: hidden;
}
.content-top-info.ti-visible {
  opacity: 1;
  visibility: visible;
}
*/
/* Effekt Top-Info slide nach oben weg, kommt von oben runter */
.content-top-info {
  transition: all 0.4s ease;
  overflow: hidden;
}
.content-top-info.ti-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	height: 100%;
}
.content-top-info.ti-hidden {
  transform: translateY(-100%);
  opacity: 0;
	pointer-events: none;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	padding: 0 !important;
}
.top-info {
	background: var(--background-top-info, #565756);
}
/* Ende Effekte */
.tinfo {
	display: flex;
	place-content: center space-around;
	align-items: flex-start;
	flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.tinfo {
		display: flex;
		flex-direction: row;
		place-content: center space-evenly;
		align-items: center;
		font-size: smaller;
	}
}
@media (min-width: 1200px) {
	.tinfo {
		display: flex;
		flex-direction: row;
		place-content: center space-evenly;
		align-items: center;
	}
}
/* -------------------- Topinfo Main Anfang -------------------- */
.wrappertinfo a {
  color: var(--links-top-info);
}

.wrappertinfo a:hover {
  color: var(--links-top-info-hover);
  text-decoration: underline;
}
.wrappertinfo address {
	display: flex;
	align-items: center;
}
/* -------------------- Topinfo Mobil Anfang -------------------- */
.wrappertinfo {
display: inline-flex;
margin: 0.5em 0em 0.5em 0em;
}

.wrapinner {
display: inline-flex;
font-size: 0.8em;
text-align: start;
color: #fff;
}

.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;
width: 1em;
color: #fff;
}
/* -------------------- Topinfo Mobil ENDE -------------------- */

/* -------------------- Topinfo Desktop AnFANG -------------------- */
@media (min-width: 992px) {
.wrappertinfo {
display: inline-flex;
margin: 0em;
}

.wrapinner {
display: inline-flex;
font-size: 1em;
color: #fff;
}

.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.8em;
width: 1em;
color: #fff;
}
}
/* -------------------- Topinfo Desktop 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;
	border-radius: 0.5em;
}

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

/* -------------------- Kontaktbox ANFANG -------------------- */
.bg-main-kontaktbox {
	background: var(--bg-main-kontaktbox);
}
#kontaktbox {
  background: var(--bg-kontaktbox);
	border-radius: 0.5em;
	margin-top: 2vh;
	position: relative;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
}
@media (min-width: 992px) {
	#kontaktbox {
		margin-top: -7vh;
	}
}
#kontaktbox span {
	font-size: 1.0em;
}
#kontaktbox a {
	color: #fff;
}
#kontaktbox a:hover {
	color: #fff;
}
#kontaktbox ul {
	list-style: none;
	padding: 0;
}
#kontaktbox ul li {
	padding: 0.2em 0em;
}
#kontaktbox ul svg {
	font-size: 1em;
	margin-right: 0.5em;
}
#kontaktbox button {
	background-color: #be101e;
	border: none;
	border-radius: 0.5em;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	padding: 0.5em 0em;
	transition: 0.2s;
	margin: 0.9em;
}
#kontaktbox button:hover {
	transition: 0.2s;
	background-color: #83140B;
	color: #fff;
	width: 100%;
}
@media (min-width: 992px) {
	#kontaktbox span {
		font-size: 1.0em;
	}
}
.serviceberaterin {
	max-width: 220px;
	margin-top: -120px;
}
@media (min-width: 992px) {
	.serviceberaterin {
		max-width: 160px;
		margin-top: 0px;
	}
}
/* -------------------- Kontaktbox ENDE -------------------- */

/* -------------------- Footer -------------------- */
footer {
  color: var(--color-footer-text);
}
.icon-footer {
  font-size: 2.7em;
  padding: 0.2em 0em;
  width: 1.2em;
}
.address-icon {
  color: var(--color-akzent);
  border: 2px solid var(--color-akzent);
  border-radius: 50%;
  padding: 0.8rem;
  height: 2rem;
  width: 2rem;
}

/* ---- Copyright ---- */

.copyright {
  color: var(--color-footer);
  font-style: italic;
  text-align: center;
  margin: auto;
  display: block;
}
ul.copyright-list {
  color: var(--color-footer);
  list-style-type: none;
  padding: 2rem 0 0;
  text-align: center;
}
ul.copyright-list li {
  display: inline-block;
  text-align: center;
}
ul.copyright-list a {
  color: var(--color-footer-link);
  padding: 0 0.5rem;
  text-decoration: none;
}
ul.copyright-list a:hover {
  color: var(--color-footer-links-hover);
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
    margin: 0;
  }
}

/* ---- Quicklinks ---- */

.quicklinks-titel {
  color: var(--quicklinks-titel);
  letter-spacing: 3px;
  text-align: center;
}
.quicklinks-subline {
  font-family: var(--font-untertitel);
  color: var(--color-white);
  text-align: center;
}
.quicklinks-subline a {
  color: var(--color-white);
}
.quicklinks-subline a:hover {
  color: var(--color-footer-links-hover);
}
.quicklinks-icon {
  justify-content: center;
}
ul.quicklinks-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.quicklinks-list a {
  color: var(--color-footer-links);
  font-weight: 400;
  text-decoration: none;
}
.quicklinks-list a:hover {
  color: var(--color-footer-links-hover);
}
@media (min-width: 1200px) {
  .quicklinks-titel {
    text-align: left;
  }
  ul.quicklinks-list {
    text-align: left;
  }
  .quicklinks-subline {
    text-align: left;
  }
  .quicklinks-icon {
  justify-content: flex-start;
  }
}

/* -------------------- Social Media Start -------------------- */
.effect:nth-child(2) {
margin-top: 50px;
}
.effect .buttons {
margin-top: 15px;
display: flex;
justify-content: center;
}
.effect a:last-child {
margin-right: 0px;
}
.effect a {
text-decoration: none !important;
color: #fff;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin-right: 20px;
font-size: 25px;
overflow: hidden;
position: relative;
}
.effect a i {
position: relative;
z-index: 3;
}
.effect a.fb {
background-color: #3b5998;
}
.effect a.insta {
background: linear-gradient(35deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}
.effect a.tik {
background-color: #000;
border: solid 2px var(--color-footer-text);
}
.effect a.twitter {
background-color: #000;
border: solid 2px var(--color-footer-text);
}
.effect a.whatsapp {
background-color: #25D366;
}
.effect.social-media a {
transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}
.effect.social-media a i {
transition: transform 0.2s linear 0s;
}
.effect.social-media a:hover {
transform: rotate(-90deg);
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-left-radius: 50%;
color: #fff !important;
}
.effect.social-media a:hover svg {
transform: rotate(90deg) !important;
}
.effect .title-social-media {
display: flex;
justify-content: center;
text-transform: uppercase;
color:var(--color-footer-text);
}
.effect .title-social-media-kontakt {
display: flex;
justify-content: center;
text-transform: uppercase;
color: var(--color-footer-text);
}
.line-social {
position: relative;
width:  100%; /* Breite der Linie */
height: 4px; /* Höhe der Linie */
bottom: 13px;
border-top: none;
margin-top: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255,255, 0) 70%, rgba(255, 255, 255, 1) 70%);
}
@media (min-width: 992px) {
.effect:before {
width: 80%;
}
}

@media (prefers-reduced-motion) {
.effect.social-media a {
transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
}
.effect.social-media a i {
transition: transform 0.2s linear 0s;
}
.effect.social-media a:hover {
transform: none;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-left-radius: 50%;
color: #fff;
}
.effect.social-media a:hover svg {
transform: none !important;
}
@media (min-width: 992px) {
.effect:before {
width: 80%;
}
}}
/* -------------------- Social Media 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-akzent3)!important ;
  color: #fff !important;
  font-weight: 400;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 1rem;
  padding: .4rem .4rem;
  color: #fff !important;
  background-color: transparent;
}

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

/* -------------------- Datenschutz Button BEGINN -------------------- */
.btn-primary {
color: var(--color-white);
background-color: var(--color-akzent);
border-color: var(--color-akzent2);
}
.btn-primary:hover, .btn-primary:focus {
color: var(--color-white);
background-color: var(--color-akzent3);
border-color: var(--color-akzent4);
}
.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-white);
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 -------------------- */

/* -------------------- Bildstapel ANFANG -------------------- */

.bild02 {
  float: right;
  margin-top: -6em;
  position: relative;
}

.bild03 {
  margin-top: -6em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bild01 {
    position: relative;
    left: 15%;
  }
  .bild02 {
    float: right;
    margin-top: 7em;
    position: relative;
    right: 12%;
  }
  .bild03 {
    margin-top: 3em;
    position: relative;
    left: 4.5em;
  }
}

/* -------------------- Bildstapel Ende -------------------- */

/* -------------------- Footer Special ANFANG -------------------- */

.bg-footer-spezial {
  background: url("../images/background/bg-footer-163875557.jpg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: #e9eceb;
  background-position-x: 50vw;
  background-position-y: center;
}

@media (max-width: 991px) {
  .bg-footer-spezial {
    background: #e9eceb;
  }
}

.bg-footer-verlauf {
  background: linear-gradient(180deg, rgba(233,236,235,1) 0%, rgba(233,236,235,0) 40%, rgba(233,236,235,0) 80%, rgba(155,155,155,1) 100%);
}

.footerbox01 {
  background: #fff;
}

.footerbox02 {
  background: #9f9f9f;
  color: #fff;
}

.footerbox03 {
  background: #565756;
  color: #fff;
}
/* -------------------- Footer Special Ende -------------------- */

/* --------------------- Custom Spacer Padding u. Magrin ANFANG --------------------- */
/* Custom Padding spacing utilities */
.cp-4 { padding-top: 4em !important; padding-bottom: 4em !important; padding-left: 4em !important; padding-right: 4em !important; }
.cpt-4 { padding-top: 4em !important; }
.cpb-4 { padding-bottom: 4em !important; }
.cps-4 { padding-left: 4em !important; }
.cpe-4 { padding-right: 4em !important; }
.cpx-4 { padding-left: 4em !important; padding-right: 4em !important; }
.cpy-4 { padding-top: 4em !important; padding-bottom: 4em !important; }
.cp-5 { padding-top: 5em !important; padding-bottom: 5em !important; padding-left: 5em !important; padding-right: 5em !important; }
.cpt-5 { padding-top: 5em !important; }
.cpb-5 { padding-bottom: 5em !important; }
.cps-5 { padding-left: 5em !important; }
.cpe-5 { padding-right: 5em !important; }
.cpx-5 { padding-left: 5em !important; padding-right: 5em !important; }
.cpy-5 { padding-top: 5em !important; padding-bottom: 5em !important; }
.cp-6 { padding-top: 6em !important; padding-bottom: 6em !important; padding-left: 6em !important; padding-right: 6em !important; }
.cpt-6 { padding-top: 6em !important; }
.cpb-6 { padding-bottom: 6em !important; }
.cps-6 { padding-left: 6em !important; }
.cpe-6 { padding-right: 6em !important; }
.cpx-6 { padding-left: 6em !important; padding-right: 6em !important; }
.cpy-6 { padding-top: 6em !important; padding-bottom: 6em !important; }
.cp-7 { padding-top: 7em !important; padding-bottom: 7em !important; padding-left: 7em !important; padding-right: 7em !important; }
.cpt-7 { padding-top: 7em !important; }
.cpb-7 { padding-bottom: 7em !important; }
.cps-7 { padding-left: 7em !important; }
.cpe-7 { padding-right: 7em !important; }
.cpx-7 { padding-left: 7em !important; padding-right: 7em !important; }
.cpy-7 { padding-top: 7em !important; padding-bottom: 7em !important; }
.cp-8 { padding-top: 8em !important; padding-bottom: 8em !important; padding-left: 8em !important; padding-right: 8em !important; }
.cpt-8 { padding-top: 8em !important; }
.cpb-8 { padding-bottom: 8em !important; }
.cps-8 { padding-left: 8em !important; }
.cpe-8 { padding-right: 8em !important; }
.cpx-8 { padding-left: 8em !important; padding-right: 8em !important; }
.cpy-8 { padding-top: 8em !important; padding-bottom: 8em !important; }
.cp-9 { padding-top: 9em !important; padding-bottom: 9em !important; padding-left: 9em !important; padding-right: 9em !important; }
.cpt-9 { padding-top: 9em !important; }
.cpb-9 { padding-bottom: 9em !important; }
.cps-9 { padding-left: 9em !important; }
.cpe-9 { padding-right: 9em !important; }
.cpx-9 { padding-left: 9em !important; padding-right: 9em !important; }
.cpy-9 { padding-top: 9em !important; padding-bottom: 9em !important; }

/* Custom Margin spacing utilities */
.cm-4 { margin-top: 4em !important; margin-bottom: 4em !important; margin-left: 4em !important; margin-right: 4em !important; }
.cmt-4 { margin-top: 4em !important; }
.cmb-4 { margin-bottom: 4em !important; }
.cms-4 { margin-left: 4em !important; }
.cme-4 { margin-right: 4em !important; }
.cmx-4 { margin-left: 4em !important; margin-right: 4em !important; }
.cmy-4 { margin-top: 4em !important; margin-bottom: 4em !important; }
.cm-5 { margin-top: 5em !important; margin-bottom: 5em !important; margin-left: 5em !important; margin-right: 5em !important; }
.cmt-5 { margin-top: 5em !important; }
.cmb-5 { margin-bottom: 5em !important; }
.cms-5 { margin-left: 5em !important; }
.cme-5 { margin-right: 5em !important; }
.cmx-5 { margin-left: 5em !important; margin-right: 5em !important; }
.cmy-5 { margin-top: 5em !important; margin-bottom: 5em !important; }
.cm-6 { margin-top: 6em !important; margin-bottom: 6em !important; margin-left: 6em !important; margin-right: 6em !important; }
.cmt-6 { margin-top: 6em !important; }
.cmb-6 { margin-bottom: 6em !important; }
.cms-6 { margin-left: 6em !important; }
.cme-6 { margin-right: 6em !important; }
.cmx-6 { margin-left: 6em !important; margin-right: 6em !important; }
.cmy-6 { margin-top: 6em !important; margin-bottom: 6em !important; }
.cm-7 { margin-top: 7em !important; margin-bottom: 7em !important; margin-left: 7em !important; margin-right: 7em !important; }
.cmt-7 { margin-top: 7em !important; }
.cmb-7 { margin-bottom: 7em !important; }
.cms-7 { margin-left: 7em !important; }
.cme-7 { margin-right: 7em !important; }
.cmx-7 { margin-left: 7em !important; margin-right: 7em !important; }
.cmy-7 { margin-top: 7em !important; margin-bottom: 7em !important; }
.cm-8 { margin-top: 8em !important; margin-bottom: 8em !important; margin-left: 8em !important; margin-right: 8em !important; }
.cmt-8 { margin-top: 8em !important; }
.cmb-8 { margin-bottom: 8em !important; }
.cms-8 { margin-left: 8em !important; }
.cme-8 { margin-right: 8em !important; }
.cmx-8 { margin-left: 8em !important; margin-right: 8em !important; }
.cmy-8 { margin-top: 8em !important; margin-bottom: 8em !important; }
.cm-9 { margin-top: 9em !important; margin-bottom: 9em !important; margin-left: 9em !important; margin-right: 9em !important; }
.cmt-9 { margin-top: 9em !important; }
.cmb-9 { margin-bottom: 9em !important; }
.cms-9 { margin-left: 9em !important; }
.cme-9 { margin-right: 9em !important; }
.cmx-9 { margin-left: 9em !important; margin-right: 9em !important; }
.cmy-9 { margin-top: 9em !important; margin-bottom: 9em !important; }
/* ---------------------- Custom Spacer Padding u. Magrin ENDE ---------------------- */


/* -------------------- Control Center Barrierefreiheit ANFANG -------------------- */
.button-control-center {
  position: fixed;
  bottom: 1.2em;
  left: 1.2em;
  cursor: pointer;
  z-index: 1050;
}
@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: 325px;
	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.8em 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 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 !important;
}
body.no-images img {
	opacity: 0 !important;
}
body.no-images * {
	background-image: none !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;
}
/* Tooltip für Icon */
.accessicon-tooltip {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	background-color: var(--access-icon-tooltip-color);
	color: var(--access-icon-tooltip-text);
	text-align: center;
	border-radius: 5px;
	padding: 0.6em 1.2em;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 2000;
	margin-left: 1em;
	font-size: 0.88em;
	width: 180px;
}
.accessicon-tooltip::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	border-width: 8px;
	border-style: solid;
	border-color: transparent var(--access-icon-tooltip-color) transparent transparent;
	transform: translateY(-50%);
}
.button-control-center:hover .accessicon-tooltip {
	visibility: visible;
	opacity: 1;
}
/* Ende Style Bedienhilfen */
/* --------------------- Control Center Barrierefreiheit 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);
}
.tooltip-highlighter {
	border-bottom: 1px dotted #b1b1b1;
	cursor: help;
}
.carousel-caption {
	color: var(--color-top-info-text);
	bottom: 3.5rem;
}
#indicator-bars {
	height: 8px;
}
/* -------------------- Stroke -------------------- */

.stroke-end {
  width: 280px;
  float: inline-end;
}
.stroke-start {
  width: 280px;
  float: none;
}
.stroke-center {
  width: 280px;
  display: flex;
  margin: auto;
}

/* -------------------- Vorteile -------------------- */
.wrapper-vorteile {
  display: inline-flex;
}
.wrapper-vorteile-icon {
  width: 20%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.vorteile-icon {
  color: var(--color-akzent);
  border: 2px solid var(--color-akzent);
  border-radius: 50%;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
}
.wrapinner-vorteile {
  padding: 1.5rem;
}

/*--------------------------------------------------------------
# twentytwenty - before/after Effect
--------------------------------------------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-before-label:before {
  content: attr(data-content);
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-after-label:before {
  content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.wrapper-logo {
  margin-top: -100px;
  z-index: 9;
  position: relative;
}
.bg-logo {
  border-radius: 5px;
  background: var(--bg-body);
}

/* -------------------- Cookie Modal Styling ANFANG -------------------- */
.cookieModalBrandIcon {
	width: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 3em;
	padding: 0.6em;
	display: flex;
}
@media (max-width: 767px) {
	#cookieModal .modal-body {
		font-size: 0.72em;
	}
}
#cookieModal .modal-content {
	background-color: var(--bg-modal-content);
	color: var(--modal-content-text-color);
	border-radius: 0.5em;
}
#cookieModal .modal-title {
	color: var(--color-white);
}
#cookieModal .modal-header {
	background-color: var(--modal-header-bg);
	color: var(--modal-header-text-color);
}
#cookieModal .modal-footer {
	background-color: var(--modal-footer-bg);
}
#cookieModal a {
	color: var(--color-akzent);
	text-decoration: underline;
}
#cookieModal a:hover {
	opacity: 0.9;
}
/* Blur zum Modal Backdrop hinzufügen */
body:has(#cookieModal.show) .modal-backdrop {
	opacity: 1 !important;
	background-color: rgba(0,0,0,.35) !important;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
#a11yOpenBtnInModal {
	height: fit-content;
	width: fit-content;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 1.5em;
	color: #fff;
}
.consent-placeholder {
	background-color: var(--placeholder-background);
  color: var(--color-text);
	padding: 1em;
	border: 1px solid #cfcfcf;
	border-radius: 0.2em;
}
.btn-custom-reject {
	background-color: #cdcdcd;
}
.btn-custom-reject:hover, .btn-custom-reject:focus {
	background-color: #ADADAD;
}
.btn-custom-accept {
	background-color: var(--color-btn-custom-accept-normal);
	color: #fff;
}
.btn-custom-accept:hover, .btn-custom-accept:focus {
	background-color: var(--color-btn-custom-accept-hover);
	color: #fff;
}
.consent-icons {
	/*background-color: var(--bg-consent-icons);*/
	border-radius: 0.2em;
	/*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.24);*/
}
.consent-icons svg {
	font-size: 1.6em;
}
.consent-icons p {
	font-size: 0.75em;
	margin: 0;
}
.icontrenner {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ccc;
}

/*--------------------------------------------------------------
# Kontakt Section
--------------------------------------------------------------*/
.contact .info-wrap {
  padding: 0.5rem;
  text-align: center;
}
.contact .info-item {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertikal zentrieren */
  align-items: center;     /* horizontal zentrieren */
  width: 100%; 
  min-height: 300px;
  color: var(--color-white);
  background-image: var(--background-top-info);
  align-content: center;
  padding: 1rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.contact .info-item h3 {
  font-size: 20px;
  color: var(--color-white);
  text-transform: uppercase;
  padding-top: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact .info-item strong {
  color: var(--color-white);
  text-transform: uppercase;
  padding-top: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact .info-item a {
  color: var(--accent-color-card);
  font-size: 20px;
}
.contact .info-item p {
  font-size: 20px;
}
.contact .info-item a:hover {
  color: var(--color-links-hover);
}
.contact .info-item .eyecatch svg {
  color: var(--color-white);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  margin: auto;
  padding: 0.8rem;
}
.contact .wrapper-objectfit {
  position: relative;
  height: 100%;
  display: grid;
}
.contact .img-objectfit {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-inviewport {
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 25px;
}
[data-inviewport] img {
  width: 100%;
  height: auto;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 1;
}
[data-inviewport="zoomout"] {
  transition: all 10s ease;
  transform: scale(1.3);
}
[data-inviewport="zoomout"].is-inViewport {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.button-contact {
  align-items: center;
  background-image: linear-gradient(144deg,#34a6dc, #4d4d4d 75%,#6f7070);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: ease;
}

.button-contact:active,
.button-contact:hover {
  background-image: linear-gradient(144deg,#34a6dc, #34a6dc 75%,#34a6dc);
}

/* -------------------- Flexslider Logo -------------------- */

.flexslider-titel {
  font-family: var(--font-ueberschriften);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
}
.flexslider-subtitel {
  font-family: var(--font-untertitel);
  color: var(--color-subline);
  font-size: 2.5rem;
}
.img-slider {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: none !important;
  justify-content: flex-start;
  z-index: 8;
}
.text-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none !important;
  flex-flow: wrap;
  text-align: start;
  justify-content: start;
  align-items: start;
  align-content: center;
  z-index: 8;
  left: 0;
}
@media (min-width: 1420px) {
  .text-slider {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .img-slider {
    display: inline-flex !important;
  }
  .text-slider {
    display: inline-grid !important;
  }
}
.img-slider img {
  max-width: 75%;
}
.service {
  background-color: var(--bg-body);
  color: var(--color-ueberschriften);
  border-radius: 15px;
  height: auto;
  min-height: 300px;
  text-align: center;
  align-content: center;
}
.service-icon {
  color: var(--color-subline);
  font-size: 3.5rem;
}


/* -------------------- List Vorteile BEGINN -------------------- */

.ollist {
  list-style: none;
  counter-reset: cardCount;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
.ollist li {
  counter-increment: cardCount;
  display: flex;
  color: var(--color-text);
  --arrowClipSize: 1.5rem;
  margin-top: 1rem;
}
.ollist li::before {
  content: counter(cardCount, decimal-leading-zero);
  background-image: linear-gradient(45deg, #ffcc01 0%, #ffcc01 100%); 
  color: var(--bg-body);
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * 1rem));
  margin-right: calc(-1 * 1rem);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
}
.ollist li .content {
  background-color: var(--bg-body);
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + 1rem);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(0 0, calc(100% - var(--arrowClipSize)) 0, 100% 50%, calc(100% - var(--arrowClipSize)) 100%, calc(100% - var(--arrowClipSize)) calc(100% + 1rem), 0 calc(100% + 1rem));
  position: relative;
  min-width: 0rem;
}
@media (min-width: 992px) {
.ollist li .content {
  background-color: var(--bg-body);
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + 1rem);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(0 0, calc(100% - var(--arrowClipSize)) 0, 100% 50%, calc(100% - var(--arrowClipSize)) 100%, calc(100% - var(--arrowClipSize)) calc(100% + 1rem), 0 calc(100% + 1rem));
  position: relative;
}
}
.ollist li .content::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #808080;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}
.ollist li .content::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}
.ollist li .content .text {
  grid-area: text;
}
.bg-preview1 {
  background: var(--bg-preview1-mobile);
}
.bg-preview2 {
  background: var(--bg-preview2-mobile);
}
@media (min-width: 1200px) {
  .bg-preview1 {
    background: var(--bg-preview1);
  }
  .bg-preview2 {
    background: var(--bg-preview2);
  }
}

/* -------------------- Review-Cards -------------------- */

.leistung-card {
  position: relative;
  height: 30rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.leistung-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  z-index: 0;
}
.leistung-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.leistung-card__image {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}
.leistung-card__text-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0rem;
  padding: 1rem;
  color: #fff;
  transition: background-color 1.5s ease;
}
.leistung-card__title {
  transition: color 1s ease;
  margin-bottom: .5rem;
}
.leistung-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}
@media (min-width: 900px) {
  .leistung-card:hover .leistung-card__details-wrapper {
    max-height: 21rem;
    opacity: 1;
  }
  .leistung-card:hover .leistung-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .leistung-card:hover .leistung-card__title {
    color: var(--color-links);
  }
  .leistung-card:hover .leistung-card__image {
    transform: scale(1.2);
    z-index: -1;
  }
}
.leistung-card__excerpt {
  font-weight: 300;
}
.leistung-card__read-more {
  background: rgba(0, 0, 0, 0.6);
  font-weight:500;
  color:#fff;
  border: 3px solid rgba(0, 0, 0, 0.6);
  outline: 2px solid #8bbd0d;
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  width: 8rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.leistung-card__read-more:hover {
  background: rgba(0, 0, 0, 0.6);
  font-weight:500;
  color: #fff;
  width: 8rem;
  border: 3px solid rgba(0, 0, 0, 0.6);
  outline: 2px solid #008930;
}
.leistung-card__read-more svg {
  animation: pulse 3s infinite;
  transition: 3s infinite;
  color: #fff;
}
.leistung-card__read-more:hover svg {
  animation: none;
  color: #fff;
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}