/* CSS Document */
body {
  font-size: 19px;
  font-family: var(--font-fliesstext, "futura-pt", sans-serif);
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
  font-display: optional;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  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: underline;
  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(--bg-call2action);
	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;
}
#topinfo-small a {
	color: #fff;
	text-decoration: none;
}
#topinfo-small a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Custom Border Radius */
.cbr {
	border-radius: 0.48em;
}
.btn-custom {
	display: inline-block;
	background: var(--koenig-blau);
	color: #fff;
	padding: 0.48em 1em;
	border-radius: 0.2em;
	text-transform: uppercase
}
.btn-custom:hover {
	background: var(--koenig-orange-main);
	color: #fff;
}
.btn-cta-mobil {
	display: inline-block;
	background: var(--koenig-blau);
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 0.8em 0em;
	border-radius: 0.2em;
}
.btn-cta-mobil:hover {
	background: var(--koenig-orange-main);
	color: #fff;
}
.teaser-text {
	color: var(--color-text);
	font-size: 1.2em;
}
.koenig-orange {
	color: var(--koenig-orange-main);
}
.liste-gruende {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--koenig-blau);
	list-style: none;
	padding: 0;
	margin: 0;
}
.liste-gruende li {
	padding-bottom: 0.3em;
	transition: all ease 0.2s;
}
.liste-gruende li:hover {
	transform: scale(1.1);
	transition: all ease 0.2s;
}
.liste-gruende svg {
	color: var(--koenig-orange-main);
}
.c2a-position {
	height: 30em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#call2action-box p {
	font-weight: bold;
}
.spacer {
	height: 4em;
	background-color: var(--background-content);
}
iframe#sayyoursiframe {
	width: 1px;
	min-width: 100%;
}
/* -------------------- Hintergrundbilder BEGINN -------------------- */
.bg-topinfo-small {
	background-color: var(--bg-topinfo-small);
}
.bg-call2action {
	background-image: url("../images/background/bg-callt2action-666107116.webp");
	background-size: cover;
	background-position: center;
}
.bg-content {
  background: var(--background-content, #EEEEEE);
  background-size: cover;
}
.bg-review {
  background:var(--background-review-slider, #DDD);
  background-size: cover;
  background-position: center;
}
.bg-kontaktformular {
  background:var(--background-kontaktformular, #fff);
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-footer {
  background: var(--background-footer, #193A8F);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.bg-glas {
	background: var(--glas-background);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6px);
	border: 1px solid var(--glas-border);
}
/* -------------------- Hintergrundbilder ENDE -------------------- */

/* -------------------- Navbar-Brand ANFANG -------------------- */
@media (max-width: 1200px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	nav .navbar-brand {
		opacity: 1 !important;
	}
	nav .navbar-brand img {
		position: relative;
		max-width: 200px;
		width: 200px;
	}
}
@media (min-width: 1200px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	nav .navbar-brand img {
		position: absolute;
		max-width: 260px;
		width: 400px;
		background-color: var(--bg-logo);
		padding: 2em 1em 1em 1em;
		border-radius: 0em 0em 0.48em 0.48em;
		top: 0em;
		box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.4);
		left: 4.88em;
	}
	nav .navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
	}
}
@media (min-width: 1400px) {
	.navbar {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	nav .navbar-brand img {
		position: absolute;
		max-width: 360px;
		width: 400px;
		background-color: var(--bg-logo);
		padding: 2em 1.48em 1em 1em;
		border-radius: 0em 0em 0.48em 0.48em;
		top: 0em;
		box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.4);
		left: 4.88em;
	}
	nav .navbar-brand {
		opacity: 1;
		padding: 0px;
		z-index: 9;
	}
}
/* -------------------- Navbar-Brand ENDE -------------------- */

/* -------------------- Navigation Anfang -------------------- */
.label-leer {
	display: none !important;
}
.label-text {
	display: inline !important;
}
@media (min-width: 992px) and (max-width: 1050px) {
	.label-leer {
		display: inline !important;
	}
	.label-text {
		display: none !important;
	}
}
@media (min-width: 1051px) {
	.label-leer {
		display: none !important;
	}
	.label-text {
		display: inline !important;
	}
}
#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.3rem;
	font-weight: normal;
	padding: 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: 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(--color-akzent);
	transform: scale(1);
	border-radius: 3px;
	color: var(--color-navigation-hover);
}
.sticky-top {
	position: static;
}
@media (min-width: 992px) {
	.sticky-top {
		position: sticky;
		top: 0;
		width: 100%;
	}
}
/*Effekt*/
.from-center:before {
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	border: 1px solid var(--color-akzent);
	border-left: 0;
	border-right: 0;
}
.from-center:after {
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: var(--color-akzent);
}
.from-center:hover:before {
	left: 0;
	width: 100%;
}
.from-center:hover:after {
	top: 0;
	height: 100%;
}
/* -------------------- Navbar Toggler BEGINN -------------------- */
.navbar-toggler {
	border: 1px solid transparent !important;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
	width: 30px;
	height: 30px;
	position: relative;
	background-image: none !important;
	border: 1px solid transparent !important;
}
.line {
	position: absolute;
	left: 0px;
	height: 3px;
	width: 100%;
	background-color: var(--color-navigation);
	border-radius: 8px;
	transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.45s;
}
.top {
	top: 18%;
}
.middle {
	top: 48%;
}
.bottom {
	top: 78%;
}
.navbar-toggler-icon.close .top {
	transform: rotate(45deg);
	top: 48%;
}
.navbar-toggler-icon.close .middle, .navbar-toggler-icon.close .bottom {
	transform: rotate(-45deg);
	top: 48%;
}
/* -------------------- Navbar Toggler ENDE -------------------- */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Einfacher Fade In / Out Effekt */
/*
.content-top-info {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-top-info.ti-hidden {
  opacity: 0;
  visibility: hidden;
}
.content-top-info.ti-visible {
  opacity: 1;
  visibility: visible;
}
*/
/* Effekt Top-Info slide nach oben weg, kommt von oben runter */
.content-top-info {
  transition: all 0.4s ease;
	overflow: hidden
}
.content-top-info.ti-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	height: 100%;
}
.content-top-info.ti-hidden {
  transform: translateY(-100%);
  opacity: 0;
	pointer-events: none;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	padding: 0 !important;
}
.top-info {
	background: var(--background-top-info, #565756);
}
/* Ende Effekte */
.tinfo {
	display: flex;
	place-content: center space-around;
	align-items: flex-start;
	flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.tinfo {
		display: flex;
		flex-direction: row;
		place-content: center space-evenly;
		align-items: center;
		font-size: smaller;
	}
}
@media (min-width: 1200px) {
	.tinfo {
		display: flex;
		flex-direction: row;
		place-content: center space-evenly;
		align-items: center;
	}
}
/* -------------------- Topinfo Main Anfang -------------------- */
.wrappertinfo a {
	color: var(--links-top-info);
}
.wrappertinfo a:hover {
	color: var(--links-top-info-hover);
	text-decoration: underline;
}
.wrappertinfo address {
	display: flex;
	align-items: center;
}
/* -------------------- Topinfo Mobil Anfang -------------------- */
.wrappertinfo {
	display: inline-flex;
	margin: 0.5em 0em 0.5em 0em;
}
.wrapinner {
	display: inline-flex;
	font-size: 0.8em;
	text-align: start;
}
.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;
	border-radius: 0.5em;
}
.scroll-top:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--color-akzent);
}
@media (min-width: 992px) {
	.scroll-top {
		display: block !important;
	}
}
/* -------------------- Scroll Top ENDE -------------------- */

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

/* -------------------- Footer 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-links-hover);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footerbox01 {
  background: #fff;
}

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

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

/* -------------------- Control Center Barrierefreiheit ANFANG -------------------- */
.button-control-center {
  position: fixed;
  bottom: 1.2em;
  left: 1.2em;
  cursor: pointer;
  z-index: 1040;
}
@media (max-width: 991px) {
	.button-control-center {
		bottom: 0.8em;
		left: 0.8em;
	}
}
.button-control-center svg {
	border: 3px solid #fff;
	border-radius: 2em;
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	color: var(--color-akzent);
	outline: 3px solid #000;
	margin: 3px;
}
.access-panel {
	position: fixed;
	bottom: 5.6em;
	left: 1.2em;
	width: 350px;
	background: var(--bg-access-panel);
	border-radius: 0.2em;
	box-shadow: var(--access-panel-bs);
	z-index: 9980;
}
.access-panel-headline {
	background: var(--koenig-blau);
	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;
}
.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 !important;
}
/* 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;
}
@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;
}
/* Ende Style Bedienhilfen */
/* --------------------- Control Center Barrierefreiheit ENDE --------------------- */

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





/* ------------ Neue Teaser Boxen ab hier ------------ */
.teaser-wrapper {
	position: relative;
	overflow: hidden;
}
.teaser-inner {
  position: relative;
	transition: background-color 0.3s ease;
	background-color: var(--teaser-inner-fallback);
	border-radius: 0.2em;
}
.teaser-info {
  position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 2.48em;
	transition: background-color 0.3s ease;
}
.teaser-heading {
	background-color: var(--koenig-blau);
	color: #fff;
	width: fit-content;
	padding: 0.4em 1em;
	margin: 0;
	border-radius: 0.2em;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.teaser-manager {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.00);
	transition: background-color 0.3s ease;
}
.teaser-zusatzinfo {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.teaser-inner:hover .teaser-heading {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.teaser-inner:hover .teaser-manager {
  background-color: var(--koenig-orange-main-rgb-090);
  transition: background-color 0.3s ease;
	border-radius: 0.2em;
}
.teaser-inner:hover .teaser-zusatzinfo {
  opacity: 1;
}
.btn-teaser {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	padding: 0.48em 1em;
	border-radius: 0.2em;
	text-transform: uppercase;
	border: 2px solid #fff;
}
.btn-teaser:hover {
	background: #fff;
	color: var(--koenig-orange-main);
	border: 2px solid #fff;
}
.btn-footer {
	display: inline-block;
	background-color: #f28202;
	color: #fff;
	padding: 0.48em 1em;
	border-radius: 0.2em;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.btn-footer:hover {
	background-color: #123f92;
	color: #fff;
}
.kontakticons svg {
	width: 1em;
	height: 1em;
}
.icon-kontakt {
	display: inline-block;
	background-color: #123f92;
	color: #fff;
	font-size: 2em;
	padding: 0.2em 0.5em;
	border-radius: 0.2em;
	/*margin: 0em 0.24em;*/
	transform: none;
	transition: 0.5s ease transform;
}
.icon-kontakt:hover {
	background-color: #f28202;
	color: #fff;
	transform: scale(1.3);
	transition: 0.5s ease transform;
}
.icon-whatsapp {
	background-color: #25D366;
}
/* ------------ Stellenangebote Style ANFANG ------------ */
.jobsuche-liste {
	list-style: none;
	padding: 0;
}
.jobsuche-liste li {
	padding-bottom: 6px;
}
.jobsuche-liste li svg {
	color: var(--koenig-blau);
}
.job-teaserbild-top {
	top: 9em;
	z-index: 1;
}
#bewerbungsformular {
	scroll-margin-top: 250px;
}
@media (max-width: 1199px) {
  #bewerbungsformular {
    scroll-margin-top: 180px;
  }
}
@media (max-width: 991px) {
  #bewerbungsformular {
    scroll-margin-top: -10px;
  }
}
/* ------------- Stellenangebote Style ENDE ------------- */
/* -------------------- Custom CSS 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);
	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;
}
/* -------------------- Cookie Modal Styling ENDE -------------------- */

/* -------------------- Liste Landingpages ANFANG -------------------- */
.bg-landingpages {
	background: var(--bg-landingpages);
	background-size: cover;
	background-position: center;
}
#lp-liste p {
	margin: 0;
	padding: 1em 0em;
}
#lp-liste a {
	color: #fff;
}
#lp-liste a:hover {
	text-decoration: underline;
}
.bglport {
	background-color: var(--koenig-blau-rgb-090);
}
.bglport:hover {
	background-color: var(--koenig-orange-main);
}
/* --------------------- Liste Landingpages ENDE --------------------- */

/* ------------------ Online Angebot START -------------------- */
.btn-outline-primary {
	color: #0f218b;
}
.btn-outline-primary:hover {
	background-color: #0f218b;
	color: #fea621;
}
.box-white {
	background-color: white;
	box-shadow: rgba(0,0,0,0.117647) 0px 1px 6px, rgba(0,0,0,0.117647) 0px 1px 4px;
	margin: 0px 0px 10px;
	border-radius: 2px;
}
.panel-heading {
	background-color: var(--koenig-blau);
	padding: 20px;
	color: #fff;
}
.step-circle {
	background-color: #fea621;
	border-radius: 50%;
	width: 60px;
	height: 40px;
	padding: .5rem 1rem;
	font-weight: bold;
}
.panel-heading h3 {
	margin: 0px !important;
	padding: .2rem !important;
	font-family: "Open Sans Semibold", sans-serif;
	font-size: 1.5rem;
	background: rgba(255,255,255, 0.25);
	color: #fff;
}
.h2oa {
	font-size: 18px;
	color: #404040;
	text-align: center;
}
.step-button-bg{
background-color: #fea621!important;
color: #fff!important;
font-size: 14px!important;
padding: 15px!important;
border: 0px!important;
width: 100% !important;
font-weight: bold!important;
line-height: 2!important;
height: 59px!important;
cursor: pointer!important;
text-align: center!important;
}
.step2checkbox[type="checkbox"] {
margin: 5px;
margin-right: 8px;
/* display:none; */ 
}
/* .step2checkbox[type="checkbox"] + label::before {
width: 22px;
height: 18px;
background-image: url("../images/unchecked.png");
display: block;
content: "";
float: left;
margin-right: 5px;
}
.step2checkbox[type="checkbox"]:checked+label::before {
background-image: url("../images/checked.png");
} */
.text-white{
color: #fff!important;
}
.value-button {
display: inline-block;
border: 1px solid #ddd;
margin: 0px;
width: 40px;
line-height: 1;
height: 40px;
margin-top: -3px;
text-align: center;
vertical-align: middle;
padding: 11px 0;
background: #eee;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.value-button:hover {
cursor: pointer;
}
#about {
padding: 20px;
background-color: #f5f5f5;
box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
}
form .decrease {
margin-right: -4px;
border-radius: 8px 0 0 8px;
}
.form-control {
background: rgba(0,0,0,0.1)!important;
padding: .7rem;
}
form .increase {
margin-left: 0px;
border-radius: 0 8px 8px 0;
}
form .input-wrap {
margin: 0px;
padding: 0px;
}
input.number {
text-align: center;
border: none;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 0px;
width: 40px;
height: 40px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.text-right{
text-align: right!important;
}
.spanclassrommcreate{
font-size: 1.1rem;
}
.descroombox{
font-size: 12px!important;
font-weight: normal!important;
margin: 0px!important;
padding: 0px!important;
}
.roombox {
background-color: #fff;
box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px, rgb(0 0 0 / 12%) 0px 1px 4px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(239, 239, 239,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(239, 239, 239,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(239, 239, 239) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e2e2e2',GradientType=0 );
padding: 20px;
font-size: 20px;
font-weight: bold;
text-align: center;
text-decoration: none;
cursor: pointer!important;
width: 100%;
}
.roombox:hover {
background-color: #fea621!important;
background: none;
box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px, rgb(0 0 0 / 12%) 0px 1px 4px;
filter: none;
padding: 20px;
font-size: 20px;
color: #fff;
font-weight: bold;
text-align: center;
text-decoration: none;
cursor: pointer!important;
width: 100%;
}
/* ------------------ Online Angebot END -------------------- */

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