/* -------------------- Allgemeine Daten -------------------- */

body {
  font-size: 18px;
  font-family: var(--font-fliesstext); /*Für Fließtext immer die Futura PT nehmen*/
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
  background-color: var(--bg-body);
}
.titel {
  font-family: var(--font-titel);
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: var(--color-titel);
}
.subtitel {
  font-family: var(--font-subtitel);
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: var(--color-subtitel);
}
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);
}
img {
  filter: var(--img-filter);
}
img[src$=".svg"], img[src$=".icon.svg"] {
  filter: none;
}
#impressum a {
  color: var(--color-akzent);
  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;
}
#impressum a:hover {
  color: var(--color-links-hover);
}
.map {
  filter: var(--map);
}
.box-shadow {
  box-shadow: 0px 15px 10px -12px #000;
  position: relative;
  z-index: 9;
}
.img-portfolio {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.img-ausstattung {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.entry-content {
  scroll-margin-top: 250px;
  scroll-behavior: smooth;
}
.content-wrapper {
  border: 2px solid var(--hellblau);
  border-radius: 15px;
  padding: 1.5rem;
  min-height: 300px;
  align-content: center;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
}
/* -------------------- 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: 175px 0px;
  }
  .margin-nav {
    margin-top: -150px;
  }
}

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

.parallax {
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -------------------- Colors -------------------- */

.blau {
  color: var(--blau);
}
.hellblau {
  color: var(--hellblau);
}
.grey {
  color: var(--grey);
}
.white {
  color: var(--white);
}
.dark {
  color: var(--dark);
}
.bg-blau {
  background-color: var(--blau);
}
.bg-hellblau {
  background-color: var(--hellblau);
}
.bg-white {
  background-color: var(--bgwhite) !important;
}
.bg-dark {
  background-color: var(--dark);
}
.bg-gradient {
  background-image: var(--bg-verlauf-hellblau) !important;
}
.bg-split {
  background: linear-gradient(to right, var(--white) 0%, var(--white) 30%, var(--blau) 30%, var(--blau) 100%);
}

/* -------------------- Background-Images -------------------- */

.bg-headline {
  background-image: var(--bg-verlauf-von-rechts-nach-links), var(--bg-headline);
  background-size: cover;
  background-position: center;
  background-color: var(--bg-blend-mode);
  background-blend-mode: color-burn;
}
.bg-content {
  background-image: var(--bg-verlauf-von-rechts-nach-links), var(--bg-content);
  background-size: cover;
  background-position: center;
  background-color: var(--bg-blend-mode);
  background-blend-mode: color-burn;
}
.bg-footer {
  background-image: var(--bg-verlauf-links-rechts), var(--bg-footer);
  background-size: cover;
  background-position: center;
  background-color: var(--bg-blend-mode);
  background-blend-mode: color-burn;
}

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

.scroll-top {
  display: none !important;
  color: #fff;
  font-weight: bold;
  background-color: rgba(43, 43, 43, 0.60);
  right: 50px;
  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;
  }
}

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

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

/* -------------------- Buttons -------------------- */

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

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

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

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

[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;
  *height: 400px;
  position: relative;
  z-index: 0;
}

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

.effect:nth-child(2) {
  margin-top: 50px;
}
.effect a:last-child {
  margin-right: 0px;
}
.effect a {
  text-decoration: none !important;
  color: var(--white);
  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(--white);
}
.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%;
    }
  }
}

/* -------------------- Login Button -------------------- */

.button-login {
  outline: 0;
  border: 3px solid var(--pink);
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-login:after {
  content: "";
  background-image: var(--bg-verlauf-hellblau);
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 10px;
  left: 10px;
  transition: 0.2s;
}
.button-login:hover:after {
  top: 0px;
  left: 0px;
}

/* -------------------- Animation up and down -------------------- */

.AnimationUpDown {
  animation: UpDown 2s infinite;
  transition: 2s infinite;
}
@keyframes UpDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* -------------------- Vorteile Card -------------------- */

.card {
  margin-top: 2rem;
  border: none;
}
.card-body {
  text-align: center;
  background-color: var(--bg-card);
  color: var(--color-card);
}
.card-title {
  text-align: center;
  font-weight: 600;
}
.card-text {
  text-align: center;
}
.card-icon {
  width: 100px !important;
  height: 100px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-icon-card);
  border-radius: 50%;
  transition: .5s;
  padding: 1.2rem;
  color: var(--color-icon-card); 
}
.card:hover .card-icon {
  color: var(--color-icon-card-hover);
  background-image: var(--bg-icon-card-hover);
}

/* -------------------- Content-Border Animation BEGINN -------------------- */

.seperator-wrapper {
  width: 100%;
}
.seperator-wrapper .seperator {
  width: 100%;
  height: 10px;
  animation: rotate 3s infinite linear;
  -webkit-animation: rotate 3s infinite linear;
}

@media (max-width: 992px) {
.seperator-wrapper .seperator {
  width: 100%;
  height: 5px;
  animation: rotate 15s infinite linear;
  -webkit-animation: rotate 15s infinite linear;
}
}

.seperator-wrapper .seperator-tiny {
  width: 100%;
  height: 5px;
  animation: rotate 15s infinite linear;
  -webkit-animation: rotate 15s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}
@keyframes rotate {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}
.gradient {
  background: #83d0f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #005e93 0%, #83d0f5 25%, #005e93 50%, #83d0f5 75%, #005e93 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #005e93), color-stop(25%, #83d0f5), color-stop(50%, #005e93), color-stop(75%, #83d0f5), color-stop(100%, #005e93));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #005e93 0%, #83d0f5 25%, #005e93 50%, #83d0f5 75%, #005e93 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #005e93 0%, #83d0f5 25%, #005e93 50%, #83d0f5 75%, #005e93 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #005e93 0%, #83d0f5 25%, #005e93 50%, #83d0f5 75%, #005e93 100%);
  /* IE10+ */
  background: linear-gradient(to right, #005e93 0%, #83d0f5 25%, #005e93 50%, #83d0f5 75%, #005e93 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e93', endColorstr='#005e93',GradientType=1 );
  /* IE6-9 */
}

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-accordion);
  text-align: left;
  background-image: var(--background) !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
  color:var(--color-accordion-collapsed);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
  color: var(--color-accordion-body);
  background-color: var(--bg-accordion-body);
}
.accordion-item {
  border: 1px solid var(--border-accordion);
}

/* -------------------- table BEGINN -------------------- */

.table>:not(caption)>*>* {
    background-color: transparent !important;
}

/* -------------------- List Progress ANFANG ----------------------- */

ol.list {
  list-style: none;
  counter-reset: list;
  padding: 0rem;
}
ol.list li {
--stop: calc(100% / var(--length) * var(--i));
--l: 62%;
--l2: 88%;
--h: calc((var(--i) - 1) * (180 / var(--length)));
--c1: #005e93;
--c2: #83d0f5;
  position: relative;
  counter-increment: list;
  max-width: 100%;
  margin: 2rem auto;
  padding: 2rem 1rem 1rem;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  overflow: hidden;
}
ol.list li::before {
  content: '';
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
}
ol.list h4 {
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem;
}
ol.list h4::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
  content: counter(list);
  padding: 1rem;
  border-radius: 50%;
  background-color: var(--c1);
  color: white;
}
@media (min-width: 40em) {
  ol.list li {
    margin: 3rem auto;
    padding: 3rem 2rem 2rem;
  }
  ol.list h4 {
    font-size: 2.25rem;
    margin: 0 0 2rem;
  }
  ol.list h4::before {
    margin-right: 1.5rem;
  }
}

/* -------------------- Gallery Grid -------------------- */

.container-gallery-grid {
  width: 100%;
  height: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vmin;
}
.container-gallery-grid img {
  transition: flex 0.5s, filter 0.5s;
  height: 100%;
  filter: grayscale(0) brightness(0.75);
  object-fit: cover;
  overflow: hidden;
  flex: 1;
}
.container-gallery-grid img:hover {
  filter: grayscale(0) brightness(1);
  flex: 2;
}

/* -------------------- 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,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;
  color: #333;
}
.btn-custom-reject:hover, .btn-custom-reject:focus {
	background-color: #ADADAD;
  color: #333;
}
.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 -------------------- */