
/* 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);
    background: var(--background-content);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 700;
  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;
}

.modal-content {
  background-color: var(--background-content);
}
.btn-close {
  background: var(--close);
}

/* -------------------- Hintergrundbilder BEGINN -------------------- */
.bg-content-front {
  background-image: url("../images/teaser/content_front_image.svg");
  background-size: cover;
}

.bg-social {
  position: relative; /* Ermöglicht das Positionieren des Overlays */
  background: var(--background-social-links);
  background-size: cover;
  background-position: center;
  padding: 4em;
}
.bg-start{
  background: var(--background-content, #fff);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.bg-social > * {
  position: relative;
  z-index: 2; /* Inhalte über dem Overlay anzeigen */
}
.bg-content {
  background: var(--background-content, #fff);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-review {
  background:#734B34;
  background-size: cover;
  background-position: center;
}
.bg-kontaktformular {
  background:var(--background-kontaktformular, #fff);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-footer {
  background: var(--background-footer, #fff);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.bg-farbe{
	background-color: #734B34;
	margin: 2rem 0rem 4rem 0rem;
}
.bg-split {
  background-image: var(--bg-split);
}
.bg-split2 {
  background-image: var(--bg-split2);
}

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

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

	}
}

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

	}
}

@media (min-width: 1710px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	nav .navbar-brand img {
		position: relative;
		max-width: 290px;
		width: 290px;
		top: 3px;
	}
	
	nav .navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
        text-align: center;

	}
}
/* -------------------- 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 {
font-family: var(--font-navigation);
transition: none;
text-transform: uppercase;
font-size: 1rem;
font-weight: normal;
padding: 10px 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: 10px 1.3rem;
color: var(--color-navigation);
}}
@media (max-width: 996px){
#mainNav .nav-link {
transition: none;
text-transform: uppercase;
font-size: 1rem;
font-weight: normal;
padding: 0.7rem;
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%;
}
}
.border-left{
	border-left: solid 1px #000;
}
@media (max-width: 996px){
.border-left{
	border-left: none;
}}
/*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-mega-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: 50vw;
	padding: 0;
}
.dropdown-menu a {
	color: var(--color-dropdown-navigation);
	font-size: 1rem;
	position: relative;
	padding: 1rem 2rem;
	font-weight: normal;
	text-align: center;
}
@media(max-width:1500px){
.dropdown-menu a {
	color: var(--color-dropdown-navigation);
	font-size: 1rem;
	position: relative;
	padding: 1rem 2rem;
	font-weight: normal;
	text-align: center;
    }}
@media(max-width:996px){
.dropdown-menu a {
	color: var(--color-dropdown-navigation);
	font-size: 1rem;
	position: relative;
	padding: 0.5rem 1rem;
	font-weight: normal;
	text-align: center;
    }}
.dropdown-mega-menu h6 {
	color: var(--color-dropdown-navigation);
	font-size: 1.3rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;

}

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


/* -------------------- Multilevel BEGINN -------------------- */

.megasubmenu > a {
  color: #fff;
  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);
  }
}	

/* -------------------- Multilevel ENDE -------------------- */



/* -------------------- Megamenu BEGINN -------------------- */

.mega-content h6 {
  color: #efa930;
}
.mega-content p {
  color: #fff;
}
.mega-content .list-group .list-group-item {
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  padding: 0.25rem 0.5rem;
  font-weight: normal;
  text-align: left;
  background-color: transparent;
}
.mega-content .card {
  background-color: transparent;
}

/* -------------------- Megamenu ENDE -------------------- */

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

/* -------------------- Topinfo ANFANG -------------------- */
.top-info {
background: var(--background-top-info, #565756);
}
.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;
}
/* -------------------- 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;
}

.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;
}
/* -------------------- Topinfo Mobil ENDE -------------------- */

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

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

.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;
background-color: var(--color-akzent);
padding: 0.4em;
border: 3px solid #fff;
border-radius: 2em;
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;
}
.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 -------------------- */
#kontaktbox {
  background-image: linear-gradient(160deg, #b4b4b4 0%, #565656 100%);
  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 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;
}

@media(min-width:1700px){
.logo-footer {
  width: 40%;
  margin: auto;
  display: block;
  padding: 0.5rem 0 0;
    }}


@media(min-width:996px){
.logo-footer {
  width: 40%;
  margin: auto;
  display: block;
  padding: 0.5rem 0 0;
}}

.footer-icon {
  width: 18px !important;
  height: 18px !important;
  border: 3px solid var(--color-akzent);
  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;
}

/* -------------------- Footer ENDE -------------------- */

/* -------------------- 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: 130px;
height: 130px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin-right: 20px;
font-size: 5em;
overflow: hidden;
position: relative;
}
@media(max-width:996px){
.effect a {
text-decoration: none !important;
color: #fff;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin-right: 20px;
font-size: 3em;
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;
}
.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 -------------------- */

#recipeCarousel .carousel-inner .carousel-item .card {
	border: none;
    background: var(--background-content);
}

.carousel-inner .carousel-item .card .card-img{
	border: none;
}

.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;
  text-align: left;
}

.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 > :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: #fff;
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 -------------------- */

/* -------------------- 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;
}

/* -------------------- Custom CSS Ende -------------------- */


/* -------------------- Devider ANFANG -------------------- */

@media(min-width:996px){
.shapedividers{
overflow:hidden;
position:relative;
}
.shapedividers::before{ 
content:'';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 216% 199px;
background-position: 74% 100%; 
transform: rotateY(180deg); 
background-image: var(--color-shape-devider); 
    }}

@media (min-width:2100px){
.shapedividers::before{
background-size: 216% calc(2vw + 199px);
}
}
 
/* -------------------- Devider ENDE -------------------- */
.bild-uber-uns {
	margin-top: -20%;
	position: absolute;
	width: 34%;
    left: 5%
}
.line-vertical {
background-image: var(--background-linie);
}
@media(max-width: 1024px){
.line-vertical {
background-image: none;
    }}
.custom-list {
  list-style: none; /* Entfernt Standard-Aufzählungspunkte */
  padding: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 50px; /* Platz für das Icon vor dem Text */
  margin-bottom: 20px; /* Abstand zwischen den Listenpunkten */
}

.custom-list svg {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 0.6rem;
  font-size: 2rem; /* Passe die Icon-Größe an */
  /*height: 100%;  Streckt das Icon */
  display: flex;
  align-items: center; /* Zentriert das Icon vertikal */
  justify-content: center;
  color: #fff; /* Farbe des Icons */
}

.titel-wrapper {
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.headline {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  z-index: 1;
  letter-spacing: -0.01em;
  color: var(--color-text);
  font-size: 72px;
  font-weight: 700;
  text-transform: none;
}
.subline-social {
  position: relative;
  z-index: 1;
  text-transform: none;
  color: var(--color-akzent);
  text-align: center;
  font-size: 99px;
  margin-bottom: -10px;
  font-weight: 700;
text-shadow: 2px 2px 2px #000000;
}

@media(max-width:996px){
.titel-wrapper {
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.headline {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  z-index: 1;
  letter-spacing: -0.01em;
  color: var(--color-text);
  font-size: 3rem;
  font-weight: 700;
  text-transform: none;
}
.subline-social {
  position: relative;
  z-index: 1;
  text-transform: none;
  color: var(--color-akzent);
  text-align: center;
  font-size: 5rem;
  margin-bottom: -10px;
  font-weight: 700;
text-shadow: 2px 2px 2px #000000;
    }}
/* -------------------- Störer Ausbildung Anfang -------------------- */
  #ausbildung .bg-action {
    background-image: url("../images/background/006--418285694.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply !important;
    background-color: rgba(0, 0, 0, 0.6); /*schwarz blur 75%*/
    backdrop-filter: blur(10px);
  }

.bild-ausbildung {
    width: 90%;    
    margin-top: -50px;
}
.bg-ausbildung-links{
    background: var(--background-ausbildung);
    margin-top: 50px;
}
.bg-ausbildung-rechts{
    background: #734B34;
    border-radius: 0px 50px 0px 0px;
    padding: 5rem;
    margin-top: 50px;
}
.bg-marken {
    background-image: var(--background-marken);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5rem 0rem;
}
.text-marken {
    padding: 4rem;
    background-color: var(--background-text-marken);
    display: flex;
    align-content: center;
    flex-direction: column;
    margin: 5%;
}
.marken-logo{
    padding: 3rem;
    width: 300px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: var(--background-content);
}

.cta-ausbildung{
    background-color: var(--color-akzent);
    border-radius: 0px 0px 50px 0px;
    padding: 1.5em 2em;
    text-align: end;
    margin: 0 0 1em 0;
    color: var(--color-text);
}
  #ausbildung p {
    font-size: 1.4em;
      color: #fff;
  }
  #ausbildung h2 {
    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;
    font-size: 2.5rem;
      color: #fff;
  }
  #ausbildung h3 {
    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;
    font-size: 2rem;
      color: #fff
  }
  @media (max-width:999px) {
    #ausbildung .paddingaction {
      padding: 1em;
      text-align: center
    }
    #ausbildung p {
      font-size: 1em;
    }
    #ausbildung h3 {
      font-size: 1em;
    }
    .paddingaction h1 {
      font-size: 2em;
      color: #fff;
      position: relative;
      top: 0em;
    }
  }
  @media (min-width:1600px) {
    #ausbildung .paddingaction {
      padding: 6em;
    }
  }
  @media (max-width:1600px) {
    #ausbildung .paddingaction {
      padding: 1em;
    }
    #ausbildung p {
      font-size: 1.2rem;
    }
    #ausbildung h3 {
      font-size: 1.5rem;
      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;
    }
  }
  #ausbildung .schattenbild {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  }

/* -------------------- Inviewport Image -------------------- */

[data-inviewport] img {
  width: 100%;
  height: 600px;
  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);
}
.container-inviewport {
  padding: 0;
  overflow: hidden;
  height: auto;
  position: relative;
}

/* -------------------- callToAction -------------------- */

.wrapper-callToAction {
  display: flex;
}
.wrapper-callToAction-icon {
  margin: auto;
}
.callToAction-icon {
  color: #fff;
  padding: 1rem;
  height: 8rem;
  width: 8rem;
}
.wrapinner-callToAction {
  padding: 1.5rem;
}
.wrapinner-callToAction a {
  color: #fff;
}
.wrapinner-callToAction a:hover {
  color: #AB7C43;
}


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

/* -------------------- 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-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;
}