/* -------------------- Allgemein -------------------- */

body {
  font-size: 18px;
  font-family: var(--font-fliesstext, "futura-pt", sans-serif); /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
  background-color: var(--bg-body);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-ueberschriften);
  font-weight: 500;
  font-style: normal;
}
.titel {
  font-family: var(--font-ueberschriften);
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  text-transform: uppercase;
  color: var(--color-titel);
}
.subtitel {
  font-family: var(--font-fliesstext, "futura-pt", sans-serif);
  font-weight: 400;
  font-style: normal;
  color: var(--color-subtitel);
}
.questions {
  background-image: linear-gradient(to bottom, #0068b2, #003D68);
  background-size: cover;
  background-position: center;
  font-family: var(--font-fliesstext, "futura-pt", sans-serif);
  font-weight: 400;
  font-style: normal;
  color: var(--color-white);
  text-align: center;
}
a {
  color: var(--color-link);
  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(--red);
}
#anfrage a {
  color: var(--color-white);
  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;
}
#anfrage a:hover {
  color: var(--grey);
}
.red {
  color: var(--red);
}
.blue {
  color: var(--blue);
}
.grey {
  color: var(--grey);
}
.bg-red {
  background-color: var(--red) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-grey {
  background-color: var(--grey-light);
}
ul.list {
  list-style: disc;
  margin: 0rem;
  padding: -1rem;
}
ul.list li {
  padding: 0.35rem 0rem;
}
.box1 {
  height: 200px;
  border-radius: 15px;
  background-image: var(--bg-box1);
  background-position: center;
  background-size: cover;
}
.box2 {
  height: 100%;
  border-radius: 15px;
  background-image: var(--bg-box2);
  background-position: center;
  background-size: cover;
}
.box-text {
  border: 2px solid var(--red);
  margin: auto;
  padding: 1rem;
  border-radius: 15px;
}
.icon-logo {
  display: flex;
  width: 200px;
  height: 200px;
  margin: auto;
}
.red-box {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  margin: auto;
  text-align: center;
  align-content: center;
  background-color: #e7000e;
  padding: 2rem;
}
.list-daten {
  display: inline-block;
  text-align: left;
  padding-left: 0rem !important;
}
.img-portfolio {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.filter-none {
  filter: none !important;
}
img {
  filter: var(--img-filter);
}
img[src$=".svg"], img[src$="icon.svg"] {
  filter: none;
}

/* -------------------- Margin -------------------- */

.margin-top {
  margin-top: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}
.margin-y {
  margin: 50px 0px;
}
.margin-nav {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .margin-top {
    margin-top: 100px;
  }
  .margin-bottom {
    margin-bottom: 100px;
  }
  .margin-y {
    margin: 100px 0px;
  }
  .margin-nav {
    margin-top: -100px;
  }
}

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

.bg-vermietung {
  background-image: var(--bg-verlauf), var(--bg-vermietung);
  background-size: cover;
  background-position: left;
}
.bg-kontakt-balken {
  background-image: var(--bg-kontakt-balken);
  background-size: cover;
  background-position: center;
}
.bg-content {
  background-image: var(--bg-verlauf), var(--bg-content);
  background-size: cover;
  background-position: left;
}
.bg-content2 {
  background-image: var(--bg-verlauf-von-rechts-nach-links), var(--bg-verlauf-von-unten), var(--bg-content);
  background-size: cover;
  background-position: center;
}
.bg-content3 {
  background-image: var(--bg-verlauf-von-rechts-nach-links), var(--bg-verlauf-von-unten), var(--bg-verlauf-von-oben), var(--bg-content);
  background-size: cover;
  background-position: left;
}
.bg-review {
  background-image: var(--bg-verlauf), var(--bg-review);
  background-size: cover;
  background-position: center;
}
.bg-footer {
  background-image: var(--bg-footer);
  background-size: cover;
  background-position: bottom;
}
.bg-kompressoren {
  height: 150px;
  background: var(--bg-top-quicklinks);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bg-kompressoren {
    height: 350px;
    background-size: cover;
  }
}
.bg-service {
  height: 600px;
  background: var(--bg-service);
  background-size: cover;
  background-position: center;
}
.bg-split {
  background: linear-gradient(to right, var(--bg-body) 0%, var(--bg-body) 50%, var(--grey-light) 50%, var(--grey-light) 100%);
}
.bg-mieten {
  height: 500px;
  background-image: url('../images/background/005--mieten.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bg-mieten {
    background-size: contain;
  }
}

/* -------------------- Scroll Top -------------------- */

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

/* -------------------- Kontaktbox -------------------- */

#kontaktbox {
background: var(--farbverlauf-kontaktbox);
border-radius: 1em;
margin-top: -7vh;
position: relative;
box-shadow: 0px 0px 15px 5px #0000006e;
padding: 1rem;
}
@media (max-width:900px) {
#kontaktbox {
background: var(--farbverlauf-kontaktbox);
border-radius: 1em;
margin-top: 1em;
position: relative;
box-shadow: 0px 0px 15px 5px #0000006e;
padding: 1rem;
}}
#kontaktbox h4 {
color: var(--color-kontaktbox-h4);
}
#kontaktbox a {
color: var(--color-navigation);
font-weight: 700;
}
#kontaktbox a:hover {
color: #fff;
}
#kontaktbox button {
background-color: var(--background-navi);
border: none;
border-radius: 2em;
text-transform: uppercase;
color: var(--color-navigation);
width: 100%;
padding: 0.5em 0em;
transition: 0.2s;
}
#kontaktbox button:hover {
transform: scale(1.1);
transition: 0.2s;
color: var(--color-akzent);
width: 80%;
}
.kontaktbox-btns .icon,
.kontaktbox-btns .icon:before,
.kontaktbox-btns .icon svg {
transition: all 0.35s;
transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.kontaktbox-btns .icon:before {
top: 90%;
left: -110%;
}
.kontaktbox-btns .icon svg {
transform: scale(0.8);
}
.kontaktbox-btns .icon:before {
background: linear-gradient(-45deg, #242F73 0%, #2e58a6 25%, #242F73 50%, #2e58a6 75%, #242F73 100%); 
}
.kontaktbox-btns .icon svg {
color: linear-gradient(-45deg, #2e58a6 0%, #242F73 25%, #2e58a6 50%, #242F73 75%, #2e58a6 100%); 
}
.kontaktbox-btns:focus .icon:before ,
.kontaktbox-btns:hover .icon:before {
top: -10%;
left: -10%;
}
.kontaktbox-btns:focus .icon svg,
.kontaktbox-btns:hover .icon svg {
color: var(--color-navigation);
transform: scale(1);
}
.kontaktbox-btns .icon {
display: inline-flex;
background-color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
position: relative;
overflow: hidden;
border-radius: 28%;
box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
opacity: 0.99;
align-content: center;
align-items: center;
text-align: center;
}
.kontaktbox-btns .icon:before {
content: '';
width: 120%;
height: 120%;
position: absolute;
transform: rotate(10deg);
}
.kontaktbox-btns .icon svg {
font-size: 2em;
color: var(--color-links-hover);
align-content: center;
text-align: center;
margin: auto;
}

/* -------------------- Social Media -------------------- */

.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: var(--color-navigation);
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: var(--color-facebook);
}
.effect a.insta {
background: var(--color-insta);
}
.effect a.tik {
background-color: var(--color-tiktok);
border: solid 2px var(--color-footer-text);
}
.effect a.twitter {
background-color: var(--color-tiktok);
border: solid 2px var(--color-footer-text);
}
.effect a.whatsapp {
background-color: var(--color-whatsapp);
}
.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: var(--color-navigation);
}
.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%;
}
}}

/* -------------------- Slidershow Multiple Items -------------------- */

.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);
}

/* -------------------- Öffnungszeiten Tabelle -------------------- */

.table {
border-color: var(--border-open);
}
.table .table {
background-color: transparent;
color: var(--color-open-text);
}
.table-success, .table-success > th, .table-success > td {
background-color: var(--bg-open-text) !important;
color: var(--bg-color-open-text) !important;
font-weight: 400;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 1rem;
padding: .5rem .5rem;
color: var(--color-open-text);
background-color: transparent;    
}
.table > :not(caption) > * > * {
padding: 0.25rem 1rem;
padding: .5rem .5rem;
color: var(--color-open-text);
background-color: transparent;    
hyphens: auto;
}

/* -------------------- btn -------------------- */

.btn.btn-outline-primary {
  border-color: var(--border-button) !important;
  color: var(--color-button) !important;
  background-color: var(--bg-button) !important;
}
.btn:hover.btn-outline-primary {
  border-color: var(--border-button-hover) !important;
  color: var(--color-button-hover) !important;
  background-color: var(--bg-button-hover) !important;
}

/* -------------------- hr -------------------- */

hr.hr-white {
  width: 50%;
  margin: 1rem auto;
  background-color: var(--color-hr-white);
  border: 0;
  color: transparent;
  border-top: 1px solid;
  opacity: .5;
}
hr.hr-style {
  margin: 0.25rem auto 1rem auto;
  background-color: var(--color-hr);
  border: 0;
  color: transparent;
  border-top: 10px solid;
  opacity: 1;
}

/* -------------------- Datenschutz Button -------------------- */

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

/* -------------------- Inviewport img  -------------------- */

[data-inviewport] img {
  width: 100%;
  height: auto;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 1;
}
[data-inviewport="zoomout"] {
  transition: all 10s ease;
  transform: scale(0.8);
}
[data-inviewport="zoomout"].is-inViewport {
  transform: scale(1);
}
.container-inviewport {
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* -------------------- Video-Container ----------------------- */

/*video {
  width: 100% !important;
  height: auto !important;
}*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------- Mietanlagen Card ----------------------- */

.wrapper-card .card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px;
  background: #cccccc;
  border-radius: 20px;
  overflow: hidden;
}
.wrapper-card .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #0068b2;
  clip-path: circle(150px at 85% 20%);
  transition: 0.5s ease-in-out;
}
.wrapper-card .card:hover:before {
  clip-path: circle(300px at 85% -20%);
}
.wrapper-card .card:after {
  content: "BBH";
  position: absolute;
  top: 30%;
  left: -20%;
  font-size: 12em;
  font-family: var(--font-ueberschriften);
  font-weight: 400;
  font-style: normal;
  color: #C2C2C2;
}
.wrapper-card .card .img-product {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 100%;
  height: 100%;
  transition: .5s;
}
.wrapper-card .card:hover .img-product {
  top: 0%;
  transform: translateY(-25%);
}
.wrapper-card .card .img-product img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.wrapper-card .card .content-product {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  transition: 1s;
  z-index: 90;
}
.wrapper-card .card:hover .content-product {
  height: 210px;
}
.wrapper-card .card .content-product h2 {
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: underline;
  text-decoration-color: #e7000e;
  text-underline-offset: 8px;
}
.wrapper-card .card .content-product .info {
  padding: 8px 20px;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}
.wrapper-card .card:hover .content-product .info {
  opacity: 1;
  visibility: visible;
  transition-delay: .5s;
}
.wrapper-card .card .content-product .info .table>:not(caption)>*>* {
  background-color: transparent !important;
}
.wrapper-card .card:hover .content-product .info .table>:not(caption)>*>* {
  background-color: transparent !important;
}
@media (min-width: 768px) { 
  .wrapper-card .card .img-product img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .wrapper-card .card:before {
    clip-path: circle(150px at 80% 20%);
  }
  .wrapper-card .card:hover:before {
    clip-path: circle(300px at 80% -20%);
  }
  .wrapper-card .card .img-product img {
    width: 80%;
  }
}

/* -------------------- Accordion -------------------- */

.accordion-item {
  border: none !important;
}
.accordion-button {
  color: #fff !important;
  font-size: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  text-align: left !important; 
  margin: 1.5rem 0rem;
}
.accordion-body {
  background-color: var(--grey-light) !important;
  color: var(--color-text) !important;
}

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

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

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

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

body.cursor-big label,
body.cursor-big label * {
  cursor: var(--cursor-pointer) 20 0, pointer !important;
}
body.no-images img {
	opacity: 0 !important;
}
body.no-images * {
	background-image: none !important;
}
@media (max-width: 991px) {
	body.no-images img {
		display: none;
	}
}
#readline {
  position: fixed;
  top: 0;
  height: 2px;
  width: 100vw;
  background: var(--color-readline);
  z-index: 999999;
  pointer-events: none;
  transition: top 0.1s linear;
  display: none;
}
body.readline #readline {
	display: block;
}
/* Tooltip für Icon */
.accessicon-tooltip {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	background-color: var(--access-icon-tooltip-color);
	color: var(--access-icon-tooltip-text);
	text-align: center;
	border-radius: 5px;
	padding: 0.6em 1.2em;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 2000;
	margin-left: 1em;
	font-size: 0.88em;
	width: 180px;
}
.accessicon-tooltip::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	border-width: 8px;
	border-style: solid;
	border-color: transparent var(--access-icon-tooltip-color) transparent transparent;
	transform: translateY(-50%);
}
.button-control-center:hover .accessicon-tooltip {
	visibility: visible;
	opacity: 1;
}
/* Ende Style Bedienhilfen */
/* --------------------- Control Center Barrierefreiheit ENDE --------------------- */

/* -------------------- Cookie Modal Styling ANFANG -------------------- */
.cookieModalBrandIcon {
	width: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 3em;
	padding: 0.6em;
	display: flex;
}
@media (max-width: 767px) {
	#cookieModal .modal-body {
		font-size: 0.72em;
	}
}
#cookieModal .modal-content {
	background-color: var(--bg-modal-content);
	color: var(--modal-content-text-color);
	border-radius: 0.5em;
}
#cookieModal .modal-header {
	background-color: var(--modal-header-bg);
	color: var(--modal-header-text-color);
}
#cookieModal .modal-footer {
	background-color: var(--modal-footer-bg);
}
#cookieModal a {
	color: var(--color-akzent);
	text-decoration: underline;
}
#cookieModal a:hover {
	opacity: 0.9;
}
/* Blur zum Modal Backdrop hinzufügen */
body:has(#cookieModal.show) .modal-backdrop {
	opacity: 1 !important;
	background-color: rgba(0,0,0,.35) !important;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
#a11yOpenBtnInModal {
	height: fit-content;
	width: fit-content;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 1.5em;
	color: #fff;
}
.consent-placeholder {
	background-color: var(--placeholder-background);
	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 -------------------- */

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

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