/* 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);
  letter-spacing: .1;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: var(--color-ueberschriften);
	hyphens: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  color: var(--color-ueberschriften);
	hyphens: auto;
}
.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;
}
.call2action {
	background: var(--call2action-background);
	padding: 1.2em 1em;
	text-align: center;
	box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.20);
	font-weight: bold;
	display: inline-block;
}
.call2action p {
	margin: 0;
}
.call2action a {
	color: var(--call2action-color-link-main);
}
.call2action a:hover {
	color: var(--call2action-color-link-hover);
}
iframe {
	color-scheme: light !important;
}
/* -------------------- SayYours Style ANFANG -------------------- */
iframe#sayyoursiframe {
	width: 1px;
	min-width: 100%;
}
#sayyoursbutton {
	cursor: pointer;
	width: 100%;
}
/* --------------------- SayYours Style ENDE --------------------- */

/* -------------------- Hintergrundbilder BEGINN -------------------- */
.bg-content {
  background: var(--background-content, #EEEEEE);
  background-size: cover;
}
.bg-review {
  background:var(--background-review-slider, #DDD);
	background-color: var(--bg-fallback-farbe);
  background-size: cover;
  background-position: center;
}
.bg-kontaktformular {
  background: var(--background-kontaktformular);
  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;
}
.bg-glas {
	background: var(--glas-background);
	box-shadow: 0 4px 30px rgba(0,0,0,0.10);
	backdrop-filter: blur(6px);
	border: 1px solid var(--glas-border);
}
/* -------------------- 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: 230px;
		width: 230px;
	}
	
	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: 300px;
		width: 300px;
	}
	
	nav .navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
	}
}
/* Logo Navbar Handling*/
/* Desktop: initial unsichtbar */
@media (min-width: 992px) {
	#logo {
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease;
	}
	#logo.logo-visible {
		opacity: 1;
		visibility: visible;
	}
}
/* Mobile: immer sichtbar */
@media (max-width: 991px) {
	#logo {
		opacity: 1;
		visibility: visible;
	}
}
@media (prefers-reduced-motion: reduce) {
	#logo {
		transition: none;
	}
}
/* -------------------- 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: 1.1rem;
	font-weight: normal;
	padding: 1.3rem;
	color: var(--color-navigation);
}

#mainNav .nav-link svg {
	color:#FEC802;
}
#mainNav .nav-link:hover svg {
	color:#0156A4;
}

@media (min-width: 991.98px) and (max-width: 1469.98px) {
    #mainNav .nav-link {
       transition: none;
		text-transform: uppercase;
		font-size: 0.6rem;
		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 {
	background-color: var(--bg-nav-link);
	transform: scale(1);
	border-radius: 3px;
	color: var(--color-nav-link-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 rgba(255,255,255,0.20), inset -1px -1px rgba(255,255,255,0.10), 1px 3px 24px -1px rgba(0,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(--bg-dropdown-navigation) !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: 992px) {
	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 -------------------- */

/* -------------------- Theme Switch ANFANG -------------------- */
.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.80);
	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.80);
	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 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);
	background-color: var(--bg-fallback-farbe);
}
/* 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;
}
.wrapinner p {
	color: var(--color-top-info-text);
}
/* -------------------- 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(--bg-svg);
		padding: 0.4em;
		border: 3px solid #FEC802;
		border-radius: 2em;
		width: 1em;
		color: var(--color-svg);
	}
}
/* -------------------- 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);
	background-color: var(--bg-fallback-farbe);
	border-radius: 0.5em;
	margin-top: 2vh;
	position: relative;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.40);
}
@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;
}

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

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

.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-footer-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-links-main);
  padding: 0 0.5rem;
  text-decoration: none;
}

ul.footer-list-1 a:hover {
  color: var(--color-footer-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-main);
  text-decoration: none;
}

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

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

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

.footer-end a:hover {
  color: var(--color-footer-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 -------------------- */

/* -------------------- 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: linear-gradient(90deg, rgba(59,89,152,1.00) 0%, rgba(59,89,152,1.00) 100%);
	background-color: #000;
	border: var(--border-social-media);
}
.effect a.insta {
	background: linear-gradient(35deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
	background-color: #000;
	border: var(--border-social-media);
}
.effect a.tik {
	background-color: #000;
	border: var(--border-social-media);
}
.effect a.twitter {
	background-color: #000;
	border: var(--border-social-media);
}
.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%;
	height: 4px;
	bottom: 13px;
	border-top: none;
	margin-top: 0;
	background: linear-gradient(to right, rgba(255,255,255,1.00) 30%, rgba(255,255,255,0.00) 30%, rgba(255,255,255, 0.00) 70%, rgba(255,255,255,1.00) 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);
}
.card-img {
	background-color: var(--bg-slideshow);
}
.card {
	background-color: var(--bg-slideshow);
}
.carousel-inner {
	background-color: var(--bg-slideshow);
}
/* -------------------- Slidershow Multiple Items BEGINN -------------------- */

/* -------------------- Öffnungszeiten Widget BEGINN -------------------- */

.opening-widget {
	background: #fff;
	border: 1px solid rgba(23,59,122,0.10);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 14px 35px rgba(16,43,92,0.10);
}

/* Obere Zeile mit aktuellem Status */
.opening-current {
	display: flex;
	/*align-items: center;*/
	gap: 1rem;
	padding: 1.2rem 1.4rem;
	background-color: var(--bg-opening-current);
}

/* Status-Kreis */
.opening-status-icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	font-size: 1.1rem;
}
.opening-status-icon svg {
	color: #fff !important;
}

/* Grün bei geöffnet */
.opening-widget.is-open .opening-status-icon {
	background-color: #1f9d55;
}

/* Rot bei geschlossen */
.opening-widget.is-closed .opening-status-icon {
	background-color: #d62828;
}

/* Textbereich */
.opening-current-content {
	flex: 1;
	min-width: 0;
}

.opening-status-text {
	color: var(--color-subline);
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.opening-current-time {
	color: var(--color-text);
	font-size: 1.05rem;
	line-height: 1.4;
}

/* Pfeil-Button */
.opening-toggle {
	width: 30px;
	height: 30px;
	min-width: 30px;
	border: none;
	border-radius: 50%;
	background: var(--bg-opening-toggle);
	color: #173b7a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.opening-toggle:hover,
.opening-toggle:focus {
	background: #173b7a;
	color: #fff;
}

/* Pfeil drehen, wenn geöffnet */
.opening-toggle[aria-expanded="true"] .opening-chevron {
	transform: rotate(180deg);
	
}

.opening-chevron {
	transition: transform 0.2s ease;
	color: #FFF !important;
}

/* Dropdown-Bereich */
.opening-days {
	padding: 0.5rem 1.4rem 1.2rem;
	background: #f7f9fc;
	border-top: 1px solid rgba(23,59,122,0.10);
}

/* Einzelne Tageszeile */
.opening-day-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 0;
	
}

.opening-day-row:last-child {
	border-bottom: none;
}

.opening-day-name {
	color: var(--color-text);
	font-weight: 700;
}

.opening-day-hours {
	color: var(--color-subline);
	text-align: right;
}

/* Heute hervorheben */
.opening-day-row.is-today {
	margin-left: -0.6rem;
	margin-right: -0.6rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	background: rgba(254, 200, 2, 0.2);
	border-radius: 0.5rem;
}

.opening-today-label {
	display: inline-block;
	margin-left: 0.4rem;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	background: var(--color-akzent);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Darkmode */
[data-theme="dark"] .opening-widget {
	background: #182238;
	border-color: rgba(255,255,255,0.12);
	box-shadow: none;
}

[data-theme="dark"] .opening-days {
	background: #111827;
	border-top-color: rgba(255,255,255,0.12);
}

[data-theme="dark"] .opening-day-row {
	border-bottom-color: rgba(255,255,255,0.10);
}

/* Mobil */
@media (max-width: 575.98px) {
	.opening-current {
		padding: 1rem;
		gap: 0.8rem;
	}

	.opening-status-icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.opening-current-time {
		font-size: 0.98rem;
	}

	.opening-days {
		padding: 0.5rem 1rem 1rem;
	}

	.opening-day-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.2rem;
	}

	.opening-day-hours {
		text-align: left;
	}
}

/* -------------------- Öffnungszeiten Widget ENDE -------------------- */

/* -------------------- Datenschutz Button BEGINN -------------------- */
.btn-success {
	color: var(--color-text);
	background-color: var(--color-hauptfarbe);
	border-color: var(--color-text);
	margin-bottom: 1em;
}
.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 -------------------- */

/* -------------------- 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.00) 0%, rgba(233,236,235,0.00) 40%, rgba(233,236,235,0.00) 80%, rgba(155,155,155,1.00) 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: 350px;
	background: var(--bg-access-panel);
	border-radius: 0.2em;
	box-shadow: var(--access-panel-bs);
	z-index: 9980;
}
@media (max-width: 575.98px) {
  .access-panel {
    width: min(350px, calc(100vw - 1.6rem));
		left: 0.8rem;
  }
}
.access-panel-headline {
	background: var(--access-panel-headline-color);
	border-radius: 0.2em 0.2em 0em 0em;
}
.panel-button {
	background: var(--bg-panel-button);
	border-radius: 0.2em;
	/*cursor: pointer;*/
	padding: 1em 0em;
	width: 100%;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 575.98px) {
.panel-button {
	padding: 0.8em 0em;
}
}
.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;
	justify-content: center;
}
@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,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);
	padding: 1em;
	border: 1px solid #cfcfcf;
	border-radius: 0.2em;
}
.btn-custom-reject {
	background-color: var(--color-btn-custom-reject-normal);
	color: #3b3b3b;
}
.btn-custom-reject:hover, .btn-custom-reject:focus {
	background-color: var(--color-btn-custom-reject-hover);
}
.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;
}
/* -------------------- Cookie Modal Styling ENDE -------------------- */

/* -------------------- Custom CSS ANFANG -------------------- */
.mapsiframe {
  border: 0px solid #fff;
  width: 100%;
  filter: var(--mapsiframe-filter);
}
.flex-control-nav {
  bottom: -30px;
}
.title-review {
  color: var(--title-review);
  font-weight: bold;
}
.tooltip-highlighter {
	border-bottom: 1px dotted #b1b1b1;
	cursor: help;
}
.carousel-caption {
	color: var(--color-text);
	bottom: 3.5rem;
}
#indicator-bars {
	height: 8px;
}
/* -------------------- Custom CSS Ende -------------------- */

/* Debug Mode aktivieren 
* {
  outline: 1px solid red !important;
}*/

.container-overlay {
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	background-color: var(--bg-container-overlay);
}

@media (min-width: 991.98px) {
    .container-overlay {
	position: relative;
	top: -200px;
	margin-bottom: -200px;
	background-color: var(--bg-container-overlay);
}
}


/*--------- Button ------- */
.btn-custom {
  background: #FEC802;
  color: #0156A4;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 700;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #FEC802;
  overflow: hidden;
  position: relative;
  height: 3em;
  padding-right: 3.3em;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-custom .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #FEC802;
  right: 0.3em;
  transition: all 0.3s;
  border: none;
  font-size: 1.2em;
}

.btn-custom:hover .icon {
  width: calc(100% - 0.6em);
}

.btn-custom  .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #FEC802;
}

.btn-custom:hover .icon svg {
  transform: translateX(0.1em);
}

.btn-custom:active .icon {
  transform: scale(0.95);
}

#start .btn-custom {
	width: 100%;
}
@media (min-width:991.98px) {
	#start .btn-custom {
	width: 50%;
	padding: 0.5em;
}
}
.logo-wz {
	position: relative;
	overflow: hidden;
}
.logo-wz::after {
	position: absolute;
	content: '';
	background: url(../images/background/logo-wz.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	width: 400px;
	right: 0;
	bottom: -20px;
	z-index: -1;
	opacity: var(--opacity-logo-wz);
}

.logo-wz .kontaktbox-icon {
	color:var(--color-svg-logo-wz);
}

/*Sayyours Call2Action*/
/* =========================================================
   Bewertungen CTA
   Bootstrap 5.3 kompatibel
   Farben passend zu Giese Fenster + Türen
   ========================================================= */

.rating-cta {
    
    --rating-blue-dark: #004b8c;
    --rating-yellow: #ffcc00;
    --rating-yellow-dark: #f2bd00;
    
    
    --rating-light: #ffffff;
    --rating-soft: #f4f8fb;
    --rating-border: #dfe7ef;

    font-family: inherit;

	background:var(--bg-rating-cta);
        ;
}

/* Große helle CTA-Fläche */
.rating-cta__wrapper {
    padding: clamp(2rem, 4vw, 4.5rem);
    border-radius: 2rem;
    /*box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.12);*/
}

/* Dekorative Kreise im Hintergrund */
.rating-cta__bg-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.7;
}

.rating-cta__bg-circle--one {
    width: 16rem;
    height: 16rem;
    right: -7rem;
    top: -7rem;
    border: 2rem solid rgba(0, 92, 169, 0.06);
}

.rating-cta__bg-circle--two {
    width: 10rem;
    height: 10rem;
    left: -4rem;
    bottom: 2rem;
    border: 1.4rem solid rgba(255, 204, 0, 0.12);
}

/* Kleine Kategoriezeile */
.rating-cta__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.2rem;
    color: var(--rating-blue);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rating-cta__kicker i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 3px solid var(--rating-yellow);
    border-radius: 0.7rem;
    color: var(--rating-yellow);
    font-size: 1.35rem;
}

/* Gelbe Linie unter dem Kicker */
.rating-cta__kicker span::after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 0.2rem;
    margin-top: 0.75rem;
    background: var(--rating-yellow);
}

/* Große Headline */
.rating-cta__headline {
    margin-bottom: 1rem;
    color: var(--rating-heading);
    font-size: clamp(2.1rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

/* Große Sterne links */
.rating-cta__stars {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1rem 0 1.5rem;
    color: var(--rating-yellow);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    text-shadow: 0 0.25rem 0.7rem rgba(255, 204, 0, 0.28);
}

/* Erklärungstext */
.rating-cta__text {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--rating-text);
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    line-height: 1.75;
}

/* Vorteilskarten links */
.rating-cta__benefit {
    height: 100%;
    padding: 1.15rem 0.75rem;
    text-align: center;
    border-right: 1px solid var(--rating-border);
}

.rating-cta__benefits .col-md-4:last-child .rating-cta__benefit {
    border-right: 0;
}

.rating-cta__benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 0.9rem;
    border: 2px solid rgba(0, 92, 169, 0.15);
    border-radius: 50%;
    color: var(--rating-blue);
    background: #ffffff;
    font-size: 1.35rem;
}

.rating-cta__benefit p {
    max-width: 12rem;
    margin: 0 auto;
    color: var(--rating-text);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
}

/* Rechte große Bewertungsbox */
.rating-cta__card {
    position: relative;
    padding: clamp(1.75rem, 3vw, 3rem);
    padding-top: clamp(3.5rem, 5vw, 4.5rem);
    border: 1px solid rgba(0, 92, 169, 0.08);
    border-radius: 1.5rem;
    background: var(--bg-rating-cta__card);
    text-align: center;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.14);
}

/* Rundes Icon oben auf der Karte */
.rating-cta__badge {
    position: absolute;
    top: -3.2rem;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem;
    border: 0.35rem solid #e8f1f8;
    border-radius: 50%;
    color: var(--rating-blue);
    background: #ffffff;
    font-size: 2.35rem;
    transform: translateX(-50%);
    box-shadow: 0 0.8rem 1.8rem rgba(0, 92, 169, 0.15);
}

.rating-cta__badge span {
    position: absolute;
    top: 0.25rem;
    right: 0.55rem;
    color: var(--rating-yellow);
    font-size: 1.75rem;
}

/* Sterne in der rechten Karte */
.rating-cta__card-stars {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 1.25rem;
    color: var(--rating-yellow);
    font-size: clamp(1.7rem, 2.6vw, 2.6rem);
    text-shadow: 0 0.25rem 0.7rem rgba(255, 204, 0, 0.25);
}

/* Score */
.rating-cta__score {
    margin-bottom: 0.15rem;
    color: var(--rating-blue);
    font-size: clamp(2.4rem, 4vw, 4.25rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.rating-cta__score-subline {
    margin-bottom: 1.6rem;
    color: var(--rating-text);
    font-size: 1rem;
}

/* Trennlinie */
.rating-cta__divider {
    margin: 1.5rem 0;
    border-color: var(--rating-border);
    opacity: 1;
}

/* Text in Bewertungsbox */
.rating-cta__card-title {
    margin-bottom: 0.4rem;
    color: var(--rating-blue);
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 800;
}

.rating-cta__card-text {
    margin-bottom: 0;
    color: var(--rating-text);
    font-size: 1rem;
}

/* Primärer Button */
.rating-cta__btn-primary {
    padding: 1rem 1.25rem;
    border: 2px solid var(--rating-blue);
    border-radius: 0.45rem;
    color: var(--color-rating-cta__btn-primary);
    background: var(--rating-blue);
    font-weight: 800;
    box-shadow: 0 0.75rem 1.25rem rgba(0, 92, 169, 0.2);
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.rating-cta__btn-primary:hover,
.rating-cta__btn-primary:focus-visible {
    color: #ffffff;
    background: var(--rating-blue-dark);
    border-color: var(--rating-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 1rem 1.6rem rgba(0, 92, 169, 0.28);
}

/* Sekundärer Button */
.rating-cta__btn-secondary {
    padding: 1rem 1.25rem;
    border: 2px solid var(--rating-blue);
    border-radius: 0.45rem;
    color: var(--rating-blue);
    background: #ffffff;
    font-weight: 800;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.rating-cta__btn-secondary:hover,
.rating-cta__btn-secondary:focus-visible {
    color: #ffffff;
    background: var(--rating-blue);
    border-color: var(--rating-blue);
    transform: translateY(-2px);
}

/* Tastaturfokus gut sichtbar */
.rating-cta a:focus-visible {
    outline: 0.2rem solid rgba(255, 204, 0, 0.8);
    outline-offset: 0.25rem;
}

/* Untere Infozeile */
.rating-cta__footer {
    margin-top: clamp(2rem, 4vw, 3.5rem);
    padding-top: 1.75rem;
    border-top: 1px solid var(--rating-border);
}

.rating-cta__footer-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rating-cta__footer-item--right {
    justify-content: flex-end;
}

.rating-cta__footer-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    color: var(--rating-blue);
    background: rgba(0, 92, 169, 0.08);
    font-size: 1.4rem;
}

.rating-cta__footer-item strong {
    display: block;
    color: var(--rating-blue);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.25;
}

.rating-cta__footer-item span {
    display: block;
    color: var(--rating-text);
    font-size: 0.95rem;
    line-height: 1.4;
}

/* =========================================================
   Responsive Anpassungen
   ========================================================= */

@media (max-width: 991.98px) {
    .rating-cta__wrapper {
        padding-top: 3rem;
    }

    .rating-cta__card {
        margin-top: 2.5rem;
    }

    .rating-cta__footer-item,
    .rating-cta__footer-item--right {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .rating-cta__benefit {
        border-right: 0;
        border-bottom: 1px solid var(--rating-border);
    }

    .rating-cta__benefits .col-md-4:last-child .rating-cta__benefit {
        border-bottom: 0;
    }

    .rating-cta__benefit p {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .rating-cta {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .rating-cta__wrapper {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .rating-cta__headline {
        font-size: 2.15rem;
    }

    .rating-cta__stars {
        font-size: 2rem;
    }

    .rating-cta__card {
        padding: 1.4rem;
        padding-top: 3.5rem;
        border-radius: 1.15rem;
    }

    .rating-cta__badge {
        width: 5.4rem;
        height: 5.4rem;
        top: -2.7rem;
        font-size: 2rem;
    }

    .rating-cta__score {
        font-size: 2.6rem;
    }

    .rating-cta__footer-item {
        align-items: flex-start;
    }
}

#kontaktformular svg {
	color: var(--color-svg-kontaktformular);
}

/*Job Störer*/
/* =========================================
   Job-Störer / Popup
   passend für Bootstrap 5.3
   ========================================= */

.job-stoerer {
    --job-blue-1: #0057a8;
    --job-blue-2: #0d79d0;
    --job-yellow: #f2b91c;
    --job-yellow-dark: #e0a800;
    --job-white: #ffffff;
    --job-text-light: rgba(255, 255, 255, 0.92);
    --job-shadow: 0 18px 45px rgba(0, 43, 92, 0.22);

    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    width: min(390px, calc(100vw - 32px));
    background: linear-gradient(135deg, var(--job-blue-1) 0%, var(--job-blue-2) 100%);
    color: var(--job-white);
    border-radius: 24px;
    box-shadow: var(--job-shadow);
    overflow: hidden;
    padding: 28px 24px 24px;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        visibility 0.35s ease;
    isolation: isolate;
}

.job-stoerer.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.job-stoerer__inner {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.job-stoerer__icon {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: var(--job-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.job-stoerer__icon svg {
    width: 46px;
    height: 46px;
}

.job-stoerer__content {
    flex: 1 1 auto;
    min-width: 0;
}

.job-stoerer__kicker {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.8);
}

.job-stoerer__title {
    margin: 0 0 14px;
    font-size: 2rem;
    line-height: 1.08;
    font-weight: 700;
    color: var(--job-white);
    position: relative;
}

.job-stoerer__title::after {
    content: "";
    display: block;
    width: 115px;
    height: 4px;
    margin-top: 10px;
    border-radius: 999px;
    background: var(--job-yellow);
}

.job-stoerer__text {
    margin: 0 0 22px;
    font-size: 1.06rem;
    line-height: 1.55;
    color: var(--job-text-light);
    max-width: 260px;
}

.job-stoerer__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f7c81f 0%, #efb800 100%);
    color: #0057a8;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.job-stoerer__button:hover,
.job-stoerer__button:focus {
    color: #0057a8;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
    background: linear-gradient(180deg, #ffd33d 0%, #f0bc07 100%);
    text-decoration: none;
}

.job-stoerer__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    font-size: 1.25rem;
    line-height: 1;
}

.job-stoerer__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #5c6a79;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.job-stoerer__close:hover,
.job-stoerer__close:focus {
    transform: scale(1.05);
    background: #ffffff;
    color: #003f7d;
}

.job-stoerer__star {
    position: absolute;
    z-index: 1;
    color: var(--job-yellow);
    font-size: 1rem;
    opacity: 0.95;
    pointer-events: none;
}

.job-stoerer__star--1 {
    right: 26px;
    top: 140px;
}

.job-stoerer__star--2 {
    right: 60px;
    bottom: 112px;
    font-size: 0.8rem;
}

.job-stoerer__people {
    position: absolute;
    left: 24px;
    bottom: 88px;
    width: 120px;
    height: 42px;
    z-index: 1;
    opacity: 0.08;
    pointer-events: none;
}

.job-stoerer__people::before,
.job-stoerer__people::after {
    content: "";
    position: absolute;
    inset: 0;
}

.job-stoerer__people::before {
    background:
        radial-gradient(circle at 15px 12px, #ffffff 0 9px, transparent 10px),
        radial-gradient(circle at 45px 12px, #ffffff 0 9px, transparent 10px),
        radial-gradient(circle at 75px 12px, #ffffff 0 9px, transparent 10px),
        radial-gradient(circle at 105px 12px, #ffffff 0 9px, transparent 10px);
}

.job-stoerer__people::after {
    background:
        radial-gradient(ellipse at 15px 36px, #ffffff 0 16px, transparent 17px),
        radial-gradient(ellipse at 45px 36px, #ffffff 0 16px, transparent 17px),
        radial-gradient(ellipse at 75px 36px, #ffffff 0 16px, transparent 17px),
        radial-gradient(ellipse at 105px 36px, #ffffff 0 16px, transparent 17px);
}

/* Fokus sichtbar */
.job-stoerer a:focus-visible,
.job-stoerer button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: 3px;
}

/* Mobile */
@media (max-width: 575.98px) {
    .job-stoerer {
        right: 16px;
        bottom: 16px;
        width: calc(100vw - 24px);
        padding: 22px 18px 18px;
        border-radius: 20px;
    }

    .job-stoerer__inner {
        gap: 14px;
    }

    .job-stoerer__icon {
        flex: 0 0 68px;
        width: 68px;
        height: 68px;
    }

    .job-stoerer__icon svg {
        width: 38px;
        height: 38px;
    }

    .job-stoerer__title {
        font-size: 1.55rem;
    }

    .job-stoerer__text {
        font-size: 1rem;
        max-width: none;
    }

    .job-stoerer__button {
        min-height: 54px;
        font-size: 1rem;
        padding: 12px 16px;
    }

    .job-stoerer__people {
        display: none;
    }
}

/* Optional: bei reduzierten Animationen */
@media (prefers-reduced-motion: reduce) {
    .job-stoerer {
        transition: none;
    }

    .job-stoerer__button,
    .job-stoerer__close {
        transition: none;
    }
}





/* =========================================
   Einfache Fenster-Listen
   mit schönem Listicon
   ========================================= */



.fenster-listen__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    color: #0057a8;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fenster-listen__kicker::before,
.fenster-listen__kicker::after {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: #f2b91c;
}

.fenster-listen__title {
    margin-bottom: 1rem;
    color: #0057a8;
    font-weight: 700;
}

.fenster-listen__intro {
    max-width: 760px;
    margin: 0 auto;
    color: #506579;
    font-size: 1.08rem;
    line-height: 1.7;
}

/* Einzelne Listengruppe */
.fenster-liste {
    height: 100%;
    padding: 1.5rem;
    background-color: transparent;
    background: var(--bg-fenster-liste);
    border-left: 6px solid #f2b91c;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(0, 60, 120, 0.08);
}

.fenster-liste__title {
    margin: 0 0 1.2rem;
    color: #f2b91c;
    font-size: 1.25rem;
    font-weight: 700;
}

/* Liste zurücksetzen */
.fenster-liste__items {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fenster-liste__items li {
    position: relative;
    padding-left: 2.35rem;
    font-weight: 600;
    line-height: 1.45;
}

/* Schönes Listicon */
.fenster-liste__items li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -0.1rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    background: #0057a8;
    color: #f2b91c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(0, 87, 168, 0.18);
}

/* Mobile Optimierung */
@media (max-width: 767.98px) {
    .fenster-listen__intro {
        font-size: 1rem;
    }

    .fenster-liste {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .fenster-liste__title {
        font-size: 1.15rem;
    }

    .fenster-liste__items li {
        padding-left: 2.15rem;
        font-size: 0.96rem;
    }
}



/* =========================================
   CTA: Kreadoor Türenkonfigurator
   ========================================= */

.door-config-cta {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1.25rem;
    align-items: center;
    max-width: 760px;
    margin: 2rem 0;
    padding: 1rem;
    background:
        radial-gradient(circle at top right, rgba(242, 185, 28, 0.2), transparent 34%),
        linear-gradient(135deg, #0057a8 0%, #0073c7 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(0, 60, 120, 0.18);
    overflow: hidden;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.door-config-cta:hover,
.door-config-cta:focus {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(0, 60, 120, 0.24);
    text-decoration: none;
}

.door-config-cta__image {
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.door-config-cta__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Inhalt */
.door-config-cta__content {
    min-width: 0;
    padding-right: 0.5rem;
}

.door-config-cta__kicker {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #f2b91c;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.door-config-cta h3 {
    margin: 0 0 0.45rem;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
}

.door-config-cta p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.55;
}

.door-config-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 1rem;
    background: #f2b91c;
    color: #0057a8;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1;
}

.door-config-cta__button i {
    transition: transform 0.25s ease;
}

.door-config-cta:hover .door-config-cta__button i,
.door-config-cta:focus .door-config-cta__button i {
    transform: translateX(4px);
}

/* Fokus sichtbar */
.door-config-cta:focus-visible {
    outline: 3px solid rgba(242, 185, 28, 0.8);
    outline-offset: 4px;
}

/* Mobile */
@media (max-width: 575.98px) {
    .door-config-cta {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
        border-radius: 20px;
    }

    .door-config-cta__image {
        aspect-ratio: 16 / 9;
    }

    .door-config-cta__content {
        padding-right: 0;
    }

    .door-config-cta h3 {
        font-size: 1.2rem;
    }

    .door-config-cta p {
        font-size: 0.96rem;
    }

    .door-config-cta__button {
        width: 100%;
        justify-content: center;
    }
}


/* =========================================
   Referenz-Galerie
   Für Einbindung in ca. col-lg-7
   ========================================= */

.reference-gallery {
    width: 100%;
}

/* Intro oben links */
.reference-gallery__intro {
    margin-bottom: 1.75rem;
}

.reference-gallery__intro h2 {
    position: relative;
    margin: 0 0 1rem;
    padding-bottom: 0.85rem;
    color: #0057a8;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 700;
    line-height: 1.15;
}

.reference-gallery__intro h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 4px;
    border-radius: 999px;
    background: #f2b91c;
}

.reference-gallery__intro p {
    margin: 0;
    color: #4f5f70;
    font-size: 18px;
    line-height: 1.7;
}

/* Galerie-Grid */
.reference-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 155px;
    grid-auto-flow: dense;
    gap: 16px;
}

/* Einzelnes Bild */
.reference-gallery__item {
    position: relative;
    display: block;
    min-height: 0;
    border-radius: 0px;
    overflow: hidden;
    background: #f4f8fc;
    box-shadow: 0 12px 28px rgba(0, 60, 120, 0.1);
    text-decoration: none;
    isolation: isolate;
}

/* Größeres Bild im Grid */
.reference-gallery__item--large {
    grid-column: span 2;
    grid-row: span 2;
}

/* Breiteres Bild */
.reference-gallery__item--wide {
    grid-column: span 2;
}

/* Bild selbst */
.reference-gallery__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

/* dezenter Hover-Verlauf */
.reference-gallery__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(0, 45, 90, 0.28) 100%
        );
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

/* Lupe unten rechts */
.reference-gallery__zoom {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #0057a8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    transform: translateY(4px);
    opacity: 0.95;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.reference-gallery__zoom::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(242, 185, 28, 0.45);
}

/* Hover */
.reference-gallery__item:hover img,
.reference-gallery__item:focus img {
    transform: scale(1.06);
    filter: saturate(1.05);
}

.reference-gallery__item:hover::after,
.reference-gallery__item:focus::after {
    opacity: 1;
}

.reference-gallery__item:hover .reference-gallery__zoom,
.reference-gallery__item:focus .reference-gallery__zoom {
    transform: translateY(0) scale(1.06);
    background: #f2b91c;
    color: #0057a8;
}

/* Fokus für Tastaturbedienung */
.reference-gallery__item:focus-visible {
    outline: 3px solid rgba(0, 87, 168, 0.35);
    outline-offset: 4px;
}

/* Falls keine Bilder vorhanden sind */
.reference-gallery__empty {
    padding: 1rem 1.25rem;
    background: #f4f8fc;
    border-left: 5px solid #f2b91c;
    border-radius: 14px;
    color: #4f5f70;
}

/* Tablet */
@media (max-width: 991.98px) {
    .reference-gallery__grid {
        grid-auto-rows: 135px;
        gap: 12px;
    }
}

/* Smartphone */
@media (max-width: 575.98px) {
    .reference-gallery__intro {
        margin-bottom: 1.35rem;
    }

    .reference-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 125px;
        gap: 10px;
    }

    .reference-gallery__item--large {
        grid-column: span 2;
        grid-row: span 2;
    }

    .reference-gallery__item--wide {
        grid-column: span 2;
    }

    .reference-gallery__zoom {
        width: 36px;
        height: 36px;
        right: 9px;
        bottom: 9px;
        font-size: 0.9rem;
    }
}

/* Sehr kleine Displays */
@media (max-width: 380px) {
    .reference-gallery__grid {
        grid-auto-rows: 110px;
    }
}

/* =========================================
   Stellenangebot - linker Inhaltsbereich
   ========================================= */



/* Hauptüberschrift */
.job-content h1 {
    margin: 0 0 1rem;
    color: #0057a8;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 700;
}

/* Einleitender gelber Claim */
.job-content p:first-of-type strong {
    color: #f2b91c;
    font-weight: 800;
    letter-spacing: 0.01em;
}


/* Starker Einleitungssatz */
.job-content p strong {
    font-weight: 700;
}

/* Trennlinie nach dem Einstieg */
.job-content hr {
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 87, 168, 0.16);
    opacity: 1;
}

/* Abschnittsüberschriften mit Icon */
.job-content__section-title {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 2.1rem 0 1rem;
    color: #0057a8;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

/* Rundes gelbes Icon */
.job-content__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f2b91c;
    color: #0057a8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    box-shadow: 0 8px 18px rgba(242, 185, 28, 0.28);
}

/* Listen */
.job-content ul {
    display: grid;
    gap: 0.65rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.job-content ul li {
    position: relative;
    padding-left: 2rem;
    line-height: 1.55;
}

/* Kleine Check-Icons in den Listen */
.job-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: #0057a8;
    color: #f2b91c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 5px 12px rgba(0, 87, 168, 0.18);
}

/* Absatz nach Listen */
.job-content ul + p {
    margin-top: 1rem;
}

/* Letzter Warum-Giese-Abschnitt etwas abtrennen */
.job-content__section-title:last-of-type {
    padding-top: 1.35rem;
    border-top: 1px solid rgba(0, 87, 168, 0.14);
}

/* Mobile Optimierung */
@media (max-width: 767.98px) {
    .job-content h1 {
        font-size: 2rem;
    }

    .job-content__section-title {
        gap: 0.75rem;
        margin-top: 1.75rem;
        font-size: 1.08rem;
    }

    .job-content__icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        font-size: 1.05rem;
    }

    .job-content p,
    .job-content ul li {
        font-size: 0.96rem;
    }
}

/* =========================================
   Stellenangebot CTA
   Giese Fenster + Türen
   ========================================= */

.job-cta {
    position: relative;
    padding: 2rem;
    margin-bottom: 2em;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 36%),
        linear-gradient(135deg, #f2b91c 0%, #ffc928 100%);
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(0, 60, 120, 0.16);
    overflow: hidden;
    text-align: center;
}

/* dezente Hintergrunddeko */
.job-cta::before {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -42px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(0, 87, 168, 0.12);
    pointer-events: none;
}

.job-cta__badge {
    position: relative;
    z-index: 1;
    width: 68px;
    height: 68px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #ffffff;
    color: #0057a8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    box-shadow: 0 10px 24px rgba(0, 60, 120, 0.16);
}

.job-cta__title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #0057a8;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
}

.job-cta__subtitle {
    position: relative;
    z-index: 1;
    margin: 0.25rem 0 1.5rem;
    color: #0057a8;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* Kontaktbereich */
.job-cta__contact {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.job-cta__contact-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    background: #ffffff;
    border-radius: 16px;
    color: #1f2f3f;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 60, 120, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.job-cta__contact-item:hover,
.job-cta__contact-item:focus {
    color: #1f2f3f;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 60, 120, 0.14);
    text-decoration: none;
}

.job-cta__contact-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0057a8;
    color: #f2b91c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}


/* Button */
.job-cta__button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    width: 100%;
    min-height: 58px;
    padding: 0.9rem 1.25rem;
    background: #0057a8;
    color: #ffffff;
    border-radius: 16px;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(0, 60, 120, 0.22);
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.job-cta__button span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    color: #0057a8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.job-cta__button:hover,
.job-cta__button:focus {
    color: #ffffff;
    background: #004986;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 60, 120, 0.28);
    text-decoration: none;
}

.job-cta__button:hover span,
.job-cta__button:focus span {
    transform: translateX(4px);
}

/* Tastatur-Fokus */
.job-cta a:focus-visible {
    outline: 3px solid rgba(0, 87, 168, 0.35);
    outline-offset: 4px;
}

/* Mobile */
@media (max-width: 575.98px) {
    .job-cta {
        padding: 1.5rem;
        border-radius: 22px;
    }

    .job-cta__badge {
        width: 58px;
        height: 58px;
        font-size: 1.35rem;
    }

    .job-cta__subtitle {
        font-size: 1.05rem;
    }

    .job-cta__contact-item {
        padding: 0.8rem;
    }

    .job-cta__contact-icon {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .job-cta__contact-item small {
        font-size: 0.95rem;
    }

    .job-cta__button {
        min-height: 54px;
        font-size: 0.98rem;
    }
}

.ratio-portrait {
    --bs-aspect-ratio: 177.777777%;
    max-width: 380px;
    overflow: hidden;
    background: #000;
}

.ratio-portrait video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#start.kontakt svg {
    color: #FEC802;
}