/* CSS Document */
body {
  background-color: var(--bg-body);
  color: var(--color-text);
  font-size: 18px;
  font-family: futura-pt, sans-serif; /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: allumi-std-extended, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: normal;
}
@media (min-width: 992px) {
  .scroll-top {
    display: block !important;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: allumi-std-extended, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: normal;
}
.text-normal {
  font-family: allumi-std-extended, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
}
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: ar(--color-link-hover);
}
.entry-content {
  scroll-margin-top: 180px;
}
img {
  filter: var(--img-filter);
}
img[src$=".svg"], img[src$=".icon.svg"] {
  filter: none;
}
.mapsiframe {
  border: 4px solid #fff;
  width: 100%;
  filter: var(--mapsiframe-filter);
}
.flag {
  width: 23px;
  height: auto;
}
.dreieck-theme {
	filter: var(--dreieck-filter) !important;
}
/* -------------------- Farben BEGINN -------------------- */

.color-01 {
  color: var(--color-akzent); /*lila*/
}
.color-02 {
  color: #8c8c8c; /*grau*/
}
.color-03 {
  color: var(--color-text); /*schwarz*/
}
.color-04 {
  color: #333; /*antrazhit*/
}
.color-05 {
  color: #fff; /*weiß*/
}

.bg-color-01 {
  background-color: #771754; /*lila*/
}
.bg-color-02 {
  background-color: #8c8c8c; /*grau*/
}
.bg-color-03 {
  background-color: #000; /*schwarz*/
}
.bg-color-04 {
  background-color: #333; /*antrazhit*/
}
.bg-color-05 {
  background-color: var(--bg-body); /*weiß*/
}

/* -------------------- Farben ENDE -------------------- */



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

.bg-top-info {
  background-image: url("../images/background/001--220911898.jpg");
  background-size: cover;
  background-position: left;
}
.bg-content-back {
  background-image: var(--bg-content);
  background-size: cover;
  background-position: bottom right;
}
.bg-review {
  background-image: url("../images/background/001--220911898.jpg");
}
.bg-footer {
  background-image: var(--bg-footer);
  background-size: cover;
  background-position: center;
}
.bg-footer-contact {
  background-image: url("../images/background/004--334130372.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.bg-footer-end {
  background-image: url("../images/background/001--220911898.jpg");
  background-size: cover;
  background-position: left;
}

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


/* -------------------- Theme Switch ANFANG -------------------- */

.checkbox {
  opacity: 0;
  position: absolute;
}
#colorMode.switch {
  background: #212529;
  width: 70px;
  height: 40px;
  border: solid 2px var(--color-text, #000);
  border-radius: 50px;
  position: relative;
  padding: 9px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#language_switch.switch {
  background: var(--bg-body);
  width: 140px;
  height: 40px;
  border: solid 2px var(--color-text, #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);
}
.list-group {
  border: solid 2px var(--color-text, #000);
  border-radius: 50px;
}
.list-group-item {
  background-color: transparent;
  border: none;
}

/* -------------------- Theme Switch ENDE -------------------- */

/* -------------------- Border BEGINN -------------------- */

.border-6 {
	border-width: 6px !important;
}
.border-7 {
	border-width: 7px !important;
}
.border-8 {
	border-width: 8px !important;
}
.border-9 {
	border-width: 9px !important;
}
.border-10 {
	border-width: 10px !important;
}
.border-top {
	border-top: 5px solid #000 !important;
}

/* -------------------- Border ENDE -------------------- */



/* -------------------- Parallax BEGINN -------------------- */

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: hard-light;
}

/* -------------------- Parallax ENDE -------------------- */



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

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

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



/* -------------------- Top Info BEGINN -------------------- */

.top-info a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.top-info a:hover {
  color: #8c8c8c;
}
.ie {
  z-index: 999;
  top: 0;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #b09e80;
}

/* -------------------- Top Info ENDE -------------------- */



/* -------------------- hr style BEGINN -------------------- */

.hr-style {
  background-image: url(../images/border.svg);
  background-size: contain;
  width: 100%;
  height: 10px !important;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  opacity: 1;
}

/* -------------------- hr style ENDE -------------------- */



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

.table {
  border-color: #989898;
}
.table .table {
  background-color: transparent;
  color: var(--color-text);
}
.table-success, .table-success > th, .table-success > td {
  background-color: var(--color-akzent);
  color: var(--bg-body);
  font-weight: 400;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 1rem;
}

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



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

.btn-success {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-success:hover {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #8c8c8c;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  box-shadow: 0 0 0 .25rem rgba(176,158,128,0.50) !important;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #8c8c8c;
  background-image: none;
  border-color: #8c8c8c
}
.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: #fff;
  background-color: #8c8c8c;
  background-image: none;
  border-color: #8c8c8c;
}

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



/* -------------------- Scale BEGINN -------------------- */
.scale {
  animation: scale 3s infinite;
  transform: scale(1.0);
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.0);
  }
}
/* -------------------- Scale 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: #771754;
	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: #771754;
	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;
}
/* 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,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 -------------------- */