@charset "UTF-8";

@font-face {
  font-family: "Encode Sans";
  src: url("../fonts/EncodeSans-Black.woff2") format("woff2"), url("../fonts/EncodeSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans";
  src: url("../fonts/EncodeSans-Bold.woff2") format("woff2"), url("../fonts/EncodeSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans";
  src: url("../fonts/EncodeSans-Light.woff2") format("woff2"), url("../fonts/EncodeSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Encode Sans";
  src: url("../fonts/EncodeSans-Regular.woff2") format("woff2"), url("../fonts/EncodeSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* --------------------------------------Noscript-------------------------------------- */
noscript {
  width: 100%;
  height: auto;
  padding: 15px;
  color: var(--color-white);
  background-color: #bd1220;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  text-align: center;
}
noscript span {
  font-size: 2em;
}
noscript p {
  font-weight: bold;
}
noscript p a:link,
noscript p a:visited,
noscript p a:active,
noscript p a:focus,
noscript p a:hover {
  color: var(--color-white);
  text-decoration: underline;
  text-transform: none;
}
/* --------------------------------------Allgemein-------------------------------------- */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 85%;
  }
}

body {
  overflow-x: hidden;
  font-size: 100%;
  font-family: "Encode Sans";
  background-color: #000;
  display: flex;
  flex-direction: column;
}

body.no-scroll {
  overflow: hidden;
}

:root {
  --mainColor: #2c2c2c;
  --secondaryColor: #9b9b9b;
  --color-orange: #f29105;
  --color-lightorange: #fda72d;
  --color-white: #fff;
}

main {
  flex: 1;
}
* {
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.pagebg {
  background: url("");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.animation {
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
hr {
  background-color: var(--mainColor);
  height: 1px;
  border: none;
  margin: 20px 0 20px 0;
}

.anchor {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -50px;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.posF {
  position: fixed;
}

.disBl {
  display: block;
}

.disIb {
  display: inline-block;
}

.disIn {
  display: inline;
}

/* --------------------------------------Text-------------------------------------- */
p,
address {
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 160%;
  color: #fff;
  text-align: justify;
  hyphens: auto;
}

address {
  font-style: normal;
}

address a {
  color: #fff;
}

.hdlxl {
  color: var(--color-orange);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 145%;
  margin: 0 0 20px 0;
}
.hdll {
  color: var(--color-orange);
  font-size: 2.2rem;
  line-height: 145%;
  font-weight: 500;
}
.hdl3 {
  font-size: 2em;
  line-height: 145%;
  font-weight: bold;
}
.hdlm {
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: 145%;
  font-weight: 500;
}
.hdls {
  font-size: 1.2em;
  line-height: 145%;
  font-weight: normal;
}
.hdlxs {
  font-size: 1.4em;
  line-height: 145%;
  font-weight: bold;
}

.legal h2,
.legal h3,
.legal p,
.legal ul {
  color: #fff !important;
  hyphens: auto;
}

p a:link,
p a:visited,
p a:active {
  text-decoration: none;
  color: var(--color-orange);
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}
p a:focus,
p a:hover {
  color: var(--color-lightorange);
}
p sub,
p sup {
  margin: 0;
  line-height: 10%;
  font-size: 0.8;
}
ul {
  margin-left: 0.6em;
  padding-left: 0.6em;
}
ul li {
  list-style-type: square;
  list-style-position: outside;
  font-size: 1.2em;
  line-height: 160%;
  margin: 0;
  padding: 0;
}

.posCall {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Schatten-Vorlagen*/
.sdhBs {
  box-shadow: 0 10px 10px #000;
}
.shdBw {
  box-shadow: 0 10px 10px -10px #000;
}
/*Milchglas-Hintergrund*/
.milchglas {
  backdrop-filter: blur(10px);
}
/*Keine optische Verlinkung der Telefonnummer in IOS*/
a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}

/* --------------------------------------Grid-------------------------------------- */

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .grid2 {
    display: block;
  }

  .grid2 div {
    margin-bottom: 20px;
  }

  .grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .grid4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .grid3,
  .grid4 {
    display: block;
  }

  .grid3 div,
  .grid4 div {
    margin-bottom: 20px;
  }
}

/* --------------------------------------Hauptmenü-------------------------------------- */

.nav {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  height: 60px;
  position: fixed;
  background-color: transparent;
  backdrop-filter: blur(15px);
}

@media only screen and (max-width: 820px) {
  .nav {
    top: -100vh;
    height: 100vh;
    width: 100%;
    padding: 20px;
    z-index: 1000;
    display: flex;
    transition: 0.3s ease;
  }

  .nav-active {
    top: 0;
  }

  .nav ul li .headerPhone {
    display: none !important;
  }
}

.topLogo {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 101;
  left: 10px;
  top: 6px;
  padding: 5px;
  display: block;
}

.mobileLogo {
  width: 35px;
  position: fixed;
  top: 16px;
  left: 20px;
  z-index: 2000;
  display: none;
}
@media only screen and (max-width: 820px) {
  .mobileLogo {
    display: inherit;
  }
  .topLogo {
    display: none;
  }
}

.nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 15px auto 0 auto;
}

.nav ul li {
  color: var(--color-white);
  font-weight: bold;
  list-style: none;
  margin: 0 10px;
}

@media only screen and (max-width: 950px) {
  .nav ul {
    max-width: 750px;
    margin-top: 15px;
    float: right;
  }
}

@media only screen and (max-width: 820px) {
  .nav ul {
    list-style: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    gap: 3rem;
    font-size: 1.6rem;
  }
}

.nav ul li a:is(:link, :visited, :active) {
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1; /* ← Hintergrund liegt jetzt wirklich hinter dem Text */
}

.nav ul li a:hover::before {
  transform: scaleX(1);
}

.mobileHeader {
  width: 100%;
  background-color: #000;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

@media only screen and (max-width: 820px) {
  .mobileHeader {
    display: inherit;
  }
}

.pageHeaderShrink {
  height: 70px;
}

.headerPhone {
  color: var(--color-orange) !important;
  margin-left: 30px;
  padding-left: 30px;
  background-image: url("../images/icons/icon_phone.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  z-index: 2000;
}

.headerPhone::before {
  display: none !important;
}

.headerPhoneMobile {
  display: none;
}

@media only screen and (max-width: 820px) {
  .headerPhone {
    display: none;
  }

  .headerPhoneMobile {
    position: fixed;
    z-index: 5500;
    font-weight: bold;
    font-weight: 1.2rem;
    margin-top: 20px;
    display: block;
    right: 70px;
  }
}

.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 45px;
  z-index: 2000;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 820px) {
  .hamburger {
    display: block;
  }
}
.hamburger div {
  position: relative;
  width: 35px;
  height: 4px;
  margin-top: 7px;
  transition: all 0.3s ease-in-out;
}
.hamburger-inner {
  background-color: var(--color-orange);
}
.hamburger-inner.is-active.top-bun {
  transform: rotate(-45deg);
  margin-top: 18px;
  background-color: var(--color-orange);
}
.hamburger-inner.is-active.bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
  background-color: var(--color-orange);
}
.hamburger-inner.is-active.meat {
  transform: rotate(45deg);
  margin-top: -4px;
  background-color: var(--color-orange);
}

@media only screen and (max-width: 550px) {
  .hamburger {
    right: 15px;
    width: 25px;
    top: 13px;
  }

  .hamburger div {
    width: 25px;
    height: 2px;
  }

  .hamburger-inner.is-active.top-bun {
    margin-top: 14px;
  }

  .hamburger-inner.is-active.meat {
    margin-top: -2px;
  }
}
/* --------------------------------------Abstände-------------------------------------- */
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 10px;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr5 {
  margin-top: 5px !important;
}
.mr10 {
  margin-top: 10px !important;
}
.mr15 {
  margin-top: 15px !important;
}
.mr20 {
  margin-top: 20px !important;
}
.mr25 {
  margin-top: 25px !important;
}
.mr30 {
  margin-top: 30px !important;
}
.mr35 {
  margin-top: 35px !important;
}
.mr40 {
  margin-top: 40px !important;
}
.mr45 {
  margin-top: 45px !important;
}
.mr50 {
  margin-top: 50px !important;
}
.mr55 {
  margin-top: 55px !important;
}
.mr60 {
  margin-top: 60px !important;
}
.mr65 {
  margin-top: 65px !important;
}
.mr70 {
  margin-top: 70px !important;
}
.mr75 {
  margin-top: 75px !important;
}
.mr80 {
  margin-top: 80px !important;
}
.mr85 {
  margin-top: 85px !important;
}
.mr90 {
  margin-top: 90px !important;
}
.mr95 {
  margin-top: 95px !important;
}
.mr100 {
  margin-top: 100px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml5 {
  margin-top: 5px !important;
}
.ml10 {
  margin-top: 10px !important;
}
.ml15 {
  margin-top: 15px !important;
}
.ml20 {
  margin-top: 20px !important;
}
.ml25 {
  margin-top: 25px !important;
}
.ml30 {
  margin-top: 30px !important;
}
.ml35 {
  margin-top: 35px !important;
}
.ml40 {
  margin-top: 40px !important;
}
.ml45 {
  margin-top: 45px !important;
}
.ml50 {
  margin-top: 50px !important;
}
.ml55 {
  margin-top: 55px !important;
}
.ml60 {
  margin-top: 60px !important;
}
.ml65 {
  margin-top: 65px !important;
}
.ml70 {
  margin-top: 70px !important;
}
.ml75 {
  margin-top: 75px !important;
}
.ml80 {
  margin-top: 80px !important;
}
.ml85 {
  margin-top: 85px !important;
}
.ml90 {
  margin-top: 90px !important;
}
.ml95 {
  margin-top: 95px !important;
}
.ml100 {
  margin-top: 100px !important;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 7px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pr70 {
  padding-right: 7px;
}
.pr75 {
  padding-right: 75px;
}
.pr80 {
  padding-right: 80px;
}
.pr85 {
  padding-right: 85px;
}
.pr90 {
  padding-right: 90px;
}
.pr95 {
  padding-right: 95px;
}
.pr100 {
  padding-right: 100px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 7px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 7px;
}
.pl75 {
  padding-left: 75px;
}
.pl80 {
  padding-left: 80px;
}
.pl85 {
  padding-left: 85px;
}
.pl90 {
  padding-left: 90px;
}
.pl95 {
  padding-left: 95px;
}
.pl100 {
  padding-left: 100px;
}
.w100 {
  width: 100%;
  display: block;
}
.w50 {
  width: 50%;
  display: inline-block;
}
.vdistxxl {
  padding-top: 200px;
}
.vdistxl {
  padding-top: 100px;
}
.vdistl {
  padding-top: 80px;
}
.vdistm {
  padding-top: 50px;
}
.vdists {
  padding-top: 30px;
}
.vdistxs {
  padding-top: 20px;
}
/* --------------------------------------Positionierung-------------------------------------- */
.posa {
  position: absolute;
}
.posf {
  position: fixed;
}
.posr {
  position: relative;
}
.poss {
  position: sticky;
}
.posi {
  position: inherit;
}
.posc {
  margin: 0 auto;
  display: block;
}
/* --------------------------------------Prozentuale Distanz-------------------------------------- */
.t10p {
  top: 10%;
}
.t20p {
  top: 20%;
}
.t30p {
  top: 30%;
}
.t40p {
  top: 40%;
}
.t50p {
  top: 50%;
}
.t60p {
  top: 60%;
}
.t70p {
  top: 70%;
}
.t810p {
  top: 80%;
}
.t90p {
  top: 90%;
}
.t00p {
  top: 100%;
}
.b10p {
  bottom: 10%;
}
.b20p {
  bottom: 20%;
}
.b30p {
  bottom: 30%;
}
.b40p {
  bottom: 40%;
}
.b50p {
  bottom: 50%;
}
.b60p {
  bottom: 60%;
}
.b70p {
  bottom: 70%;
}
.b80p {
  bottom: 80%;
}
.b90p {
  bottom: 90%;
}
.b100p {
  bottom: 100%;
}
.l10p {
  left: 10%;
}
.l20p {
  left: 20%;
}
.l30p {
  left: 30%;
}
.l40p {
  left: 40%;
}
.l50p {
  left: 50%;
}
.l60p {
  left: 60%;
}
.l70p {
  left: 70%;
}
.l80p {
  left: 80%;
}
.l90p {
  left: 90%;
}
.l100p {
  left: 100%;
}
.r10p {
  right: 10%;
}
.r20p {
  right: 20%;
}
.r30p {
  right: 30%;
}
.r40p {
  right: 40%;
}
.r50p {
  right: 50%;
}
.r60p {
  right: 60%;
}
.r70p {
  right: 70%;
}
.r80p {
  right: 80%;
}
.r90p {
  right: 90%;
}
.r100p {
  right: 100%;
}
.tr10 {
  transform: translate(-10%, -10%);
}
.tr20 {
  transform: translate(-20%, -20%);
}
.tr30 {
  transform: translate(-30%, -30%);
}
.tr40 {
  transform: translate(-40%, -40%);
}
.tr50 {
  transform: translate(-50%, -50%);
}
.tr60 {
  transform: translate(-60%, -60%);
}
.tr70 {
  transform: translate(-70%, -70%);
}
.tr80 {
  transform: translate(-80%, -80%);
}
.tr90 {
  transform: translate(-90%, -90%);
}
.tr10 {
  transform: translate(-100%, -100%);
}
.w100p {
  width: 100%;
}
.h100p {
  height: 100%;
}
/* --------------------------------------Abschnittbreite-------------------------------------- */
.wFull {
  width: 100%;
}
.wHalf {
  width: 49.7%;
}
.w800 {
  width: 100%;
  max-width: 800px;
}
.w900 {
  width: 100%;
  max-width: 900px;
}
.w1000 {
  width: 100%;
  max-width: 1000px;
}
.w1100 {
  width: 100%;
  max-width: 1100px;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
}
.w1300 {
  width: 100%;
  max-width: 1300px;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
}
.w1500 {
  width: 100%;
  max-width: 1500px;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
}
.w700 {
  width: 100%;
  max-width: 1700px;
}
.w1800 {
  width: 100%;
  max-width: 1800px;
}
/* --------------------------------------Breiten-------------------------------------- */
.w100p {
  width: 100%;
  display: block;
}
/* --------------------------------------Schaltflächen-------------------------------------- */
.btn {
  padding: 18px;
  background-color: var(--color-orange);
  color: #000;
  text-align: center;
  display: inline-block;
  width: auto;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 6px;
  cursor: pointer;
  line-height: normal;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn:hover {
  background-color: var(--color-lightorange);
}
.ibtn {
  padding: 18px 18px 18px 55px;
  background-color: var(--color-orange);
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 6px;
  border-radius: 6px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  text-align: center;
  display: inline-block;
  width: auto;
  cursor: pointer;
  line-height: normal;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
}
.ibtn:hover {
  background-color: var(--color-lightorange);
}

.ibtn-audio {
  background-image: url("../images/icons/icon_sound.svg");
}
.ibtn-send {
  background-image: url("../images/icons/icon_send.svg");
}
/* --------------------------------------Footer-------------------------------------- */

footer {
  flex-shrink: 0;
  background-color: var(--color-orange);
  margin-top: 60px;
}

.footerBorder {
  width: 100%;
  height: 100px;
  background-image: url("../images/footerborder.svg");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-x;
}

.footerContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 60px;
}

.footerContent p {
  font-size: 1rem;
  line-height: 160%;
  color: #000;
  margin: 0;
}
.footerContent table {
  font-size: 1rem;
  border-collapse: collapse;
  color: #000;
}

.footerContent table tr td {
  line-height: 160%;
  padding: 0;
}

.footerContent table tr td:first-child {
  padding-right: 14px;
}

.footerContent table a:is(:link, :visited, :active, :focus, :hover) {
  color: #000;
  text-decoration: none;
  color: #000;
  line-height: 160%;
}

.footerNav a:link,
.footerNav a:visited,
.footerNav a:active {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  line-height: 160%;
}

.footerContent a:focus,
.footerContent a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 820px) {
  .footerContainer {
    display: block;
  }

  .footerContent {
    max-width: 300px;
    margin: 30px auto;
    padding: 0 10px;
  }

  .footerNav a:link,
  .footerNav a:visited,
  .footerNav a:active {
    line-height: 200%;
  }

  .footerContent table {
    text-align: left;
  }
}

.footerContainer img {
  width: 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.socialBar {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto 20px auto;
}

.socialBar img {
  width: 40px;
  height: auto;
  margin: 10px;
  transition: scale 0.3s ease;
}

.socialBar img:hover {
  transform: scale(0.95);
}

.footerBottom {
  display: block;
  text-align: center;
  margin: 40px 0 20px 0;
}

.footerBottom a:link,
.footerBottom a:visited,
.footerBottom a:active {
  text-decoration: underline;
  color: #000;
  margin: 10px;
}

.footerBottom a:focus,
.footerBottom a:hover {
}

@media only screen and (max-width: 820px) {
  .footerBottom {
    text-align: center;
    max-width: 300px;
    margin: 30px auto;
  }

  .footerBottom a:link,
  .footerBottom a:visited,
  .footerBottom a:active {
    text-decoration: underline;
    color: #000;
    margin: 0 20px 0 0;
  }
}

/* --------------------------------------Ausrichtung und Position-------------------------------------- */
.fltl {
  float: left;
}
.fltr {
  float: right;
}
.clr {
  clear: both;
}
.dblock {
  display: block;
}
.diblock {
  display: inline-block;
}
.ctxt {
  text-align: center;
}
.ccontent {
  display: block;
  margin: 0 auto;
}
.cbxcontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
.cbx p {
  margin: 20px;
}
.cbx2:nth-child(1) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.cbx2:nth-child(2) {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
.cbx3:nth-child(1) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.3%;
}
.cbx3:nth-child(2) {
  width: 33.3%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.3%;
}
.cbx3:nth-child(3) {
  width: 33.3%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.3%;
}
.cbx4:nth-child(1) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.cbx4:nth-child(2) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.cbx4:nth-child(3) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
.cbx4:nth-child(4) {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}
@media only screen and (max-width: 1024px) {
  .cbxcontainer {
    flex-wrap: wrap;
  }
  .cbx3:nth-child(1) {
    flex-basis: 50%;
  }
  .cbx3:nth-child(2) {
    flex-basis: 50%;
  }
  .cbx3:nth-child(3) {
    flex-basis: 50%;
  }
  .cbx4:nth-child(1) {
    flex-basis: 50%;
  }
  .cbx4:nth-child(2) {
    flex-basis: 50%;
  }
  .cbx4:nth-child(3) {
    flex-basis: 50%;
  }
  .cbx4:nth-child(4) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .cbx2:nth-child(1) {
    flex-basis: 100%;
  }
  .cbx2:nth-child(2) {
    flex-basis: 100%;
  }
  .cbx4:nth-child(1) {
    flex-basis: 50%;
  }
  .cbx4:nth-child(2) {
    flex-basis: 50%;
  }
  .cbx4:nth-child(3) {
    flex-basis: 50%;
  }
  .cbx4:nth-child(4) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 675px) {
  .cbx3:nth-child(1) {
    flex-basis: 100%;
  }
  .cbx3:nth-child(2) {
    flex-basis: 100%;
  }
  .cbx3:nth-child(3) {
    flex-basis: 100%;
  }
  .cbx4:nth-child(1) {
    flex-basis: 100%;
  }
  .cbx4:nth-child(2) {
    flex-basis: 100%;
  }
  .cbx4:nth-child(3) {
    flex-basis: 100%;
  }
  .cbx4:nth-child(4) {
    flex-basis: 100%;
  }
}
.vtop {
  vertical-align: top;
}
.vbtm {
  vertical-align: bottom;
}
.vmdl {
  vertical-align: middle;
}
/* --------------------------------------Bilder-------------------------------------- */
.imgf {
  width: 100%;
  height: auto;
  display: block;
}
.img100 {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.img150 {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.img200 {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.img250 {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.img300 {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.img350 {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.img400 {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.img450 {
  width: 100%;
  max-width: 450px;
  height: auto;
}
.img500 {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.img550 {
  width: 100%;
  max-width: 550px;
  height: auto;
}
.img600 {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.img650 {
  width: 100%;
  max-width: 650px;
  height: auto;
}
.img700 {
  width: 100%;
  max-width: 700px;
  height: auto;
}
.img750 {
  width: 100%;
  max-width: 750px;
  height: auto;
}
.img800 {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.img820 {
  width: 100%;
  max-width: 820px;
  height: auto;
}
.img900 {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.img950 {
  width: 100%;
  max-width: 950px;
  height: auto;
}
.img1000 {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

/* --------------------------------------Tabellen-------------------------------------- */

/*Responsive Swipe Tabelle */
.tableswipe {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  display: none;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .tableswipe {
    display: block;
  }
}
.prev {
  width: 20px;
  position: absolute;
  left: 10px;
  z-index: 20;
}
.next {
  width: 20px;
  position: absolute;
  right: 10px;
  z-index: 20;
}

/* --------------------------------------Overlay-------------------------------------- */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.82);
  transition: all 0.3s ease;
}
/* -------------------------------------- Formulare-------------------------------------- */
.form {
  width: 100%;
  max-width: 900px;
}
.formgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 10px;
  width: 100%;
}
@media only screen and (max-width: 550px) {
  .formgrid {
    display: block;
  }
}

fieldset {
  border: none;
  padding: 0;
}

legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
  height: 4em; /* Einheitliche Höhe */
  line-height: 1.2em;
  padding: 0.5em;
  font-size: 1rem;
  border-radius: 5px;
  border: 2px solid var(--color-orange);
  background-color: #000;
  color: var(--color-white);
  box-sizing: border-box;
}

input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 20px 16px;
  border: 2px solid var(--color-orange);
  font-family: "Encode Sans";
  font-size: 1em;
  border-radius: 6px;
  vertical-align: top;
  transition: all 0.3s ease;
  background: none;
}

/* Standard-Styling für das geschlossene Select */
select {
  background-color: #000; /* z. B. Schwarz */
  color: #fff; /* weißer Text */
  border: 2px solid var(--color-orange);
  width: 100%;
}

/* Optionen im geöffneten Zustand */
select option {
  background-color: #000; /* dunkler Hintergrund */
  color: #fff; /* weißer Text */
}

/* Wenn Option beim Hovern vom Browser hell hervorgehoben wird */
select option:hover,
select option:checked {
  background-color: var(--color-orange); /* orangener Hover-Hintergrund */
  color: #000; /* schwarzer Text – gut lesbar */
}

select {
  width: 100%;
  background-image: url("../images/icons/icon_arrow_down_orange.svg");
  background-size: 14px auto;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

textarea {
  width: 100%;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}

.confirmGrid {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.confirmCheck {
  padding: 12px;
  width: 20px;
  height: 20px;
  background-color: var(--color-white);
  transition: none;
  margin: 10px 0 40px 0;
  cursor: pointer;
}

.confirmGrid {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}

.confirmCheck {
  padding: 12px;
  width: 20px;
  height: 20px;
  background-color: var(--color-white);
  transition: none;
  margin: 10px 0 40px 0;
}

.confirmCheck:checked {
  background-image: url("../images/icons/icon_tick.svg");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

label {
  width: 100%;
  display: block;
  padding: 0 0 0 5px;
  color: var(--color-orange);
  font-weight: 500;
  margin-bottom: 5px;
}

label[for="confirmCheck"] {
  font-size: 1em;
  margin-top: 12px;
  color: var(--color-white);
}

label a {
  color: var(--color-white);
}

.special {
  display: none;
}

/* --------------------------------------Formular Validierung-------------------------------------- */

.confirmGrid {
  display: flex;
  flex-direction: column; /* Gesamtgruppe untereinander */
  gap: 4px; /* Abstand zwischen Labelzeile und Fehlermeldung */
}

.checkboxRow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3; /* verringert Zeilenhöhe */
  padding: 0; /* entfernt evtl. Polster */
}

.checkboxRow input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0; /* entfernt Standardabstand */
  flex-shrink: 0; /* Checkbox behält ihre Größe */
}

.checkboxRow label {
  line-height: 1.3;
  margin: 0;
}

/* Fehlermeldung bündig unter der Checkbox + Text */
.confirmGrid .error-message {
  font-size: 0.9rem;
  color: #ff0000;
  margin-left: 0; /* Keine Verschiebung */
}

/* --- Grundstil für Fehlermeldungen --- */
.error-message {
  font-size: 0.9rem;
  color: #ff4d4d; /* Rot für Fehlermeldungen */
  margin-top: 6px;
  margin-bottom: 14px;
}

/* --- Fehlerhafte Felder deutlicher hervorheben --- */
input[aria-invalid="true"]:not([type="checkbox"]),
textarea[aria-invalid="true"],
select[aria-invalid="true"] {
  border: 2px solid #ff0000;
  background-color: #1a1a1a;
  outline: none;
}

/* Rahmen der Checkbox bei Fehlerzustand */
input[type="checkbox"][aria-invalid="true"] {
  border: 2px solid #ff0000; /* roter Rahmen */
  background-color: var(--color-white); /* behält dein weißes Design */
}

/* Icon bei aktivierter Checkbox bleibt erhalten */
input[type="checkbox"][aria-invalid="true"]:checked {
  background-image: url("../images/icons/icon_tick.svg");
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* --- Checkbox-Fehlermeldung Abstand --- */
.confirmGrid .error-message {
  margin-top: 2px;
  display: block;
}

/* --- Labels mit Sternchen-Abstand --- */
label span[aria-hidden="true"] {
  margin-left: 4px;
  color: #ffae42; /* leichtes Orange wie dein Theme */
}

/* --- Fokuszustand für Felder, die nicht fehlerhaft sind --- */
input:focus,
textarea:focus,
select:focus {
  border: 2px solid #f29105; /* dein Orange */
  box-shadow: 0 0 4px rgba(242, 145, 5, 0.5);
  outline: none;
}

/* --------------------------------------Rezensionen-------------------------------------- */

.rezension {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

@media only screen and (max-width: 820px) {
  .rezension {
    max-width: 500px;
  }
}

.rezensionContainer {
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.rezensionWrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.rezensionSlide {
  text-align: center;
  padding: 20px;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  min-height: 300px;
  color: var(--color-white);
  padding: 20px;
}
.rezensionSlide img {
  width: 100%;
  max-width: 120px;
  display: block;
  margin: 0 auto 20px auto;
}
.rezensionSlide p {
  font-size: 1.4em;
  color: #4c4a39;
  padding: 0 40px 20px 40px;
  border-bottom: 1px solid #4c4a39;
}
.rezensionSlide span {
  text-align: center;
  font-size: 1.2em;
  padding-top: 20px;
  display: block;
  color: #4c4a39;
}

.rezensionNav {
  border: none;
  width: 35px;
  height: 100%;
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  filter: saturate(0%);
}

.rezensionNav:hover {
  opacity: 1;
}

#prevBtn {
  background-image: url("../images/icons/icon_prev.svg");
  left: 5px;
  filter: brightness(0%);
}

#nextBtn {
  background-image: url("../images/icons/icon_next.svg");
  right: 5px;
  filter: brightness(0%);
}

.ppxSlider-container {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

/* --------------------------------------Slider-------------------------------------- */

/* --- SLIDE VERSION --- */
.ppxSlider-wrapper {
  display: flex;
  width: calc(100vw * 6);
  height: 100%;
  transition: transform 1s ease-in-out;
  background-color: var(--color-white);
}

.ppxSlider-slide {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  position: relative;
}

/* --- FADE VERSION --- */
.ppxSliderFade .ppxSlider-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.ppxSliderFade .ppxSlider-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.ppxSliderFade .ppxSlider-slide.active {
  opacity: 1;
}

/* --- PAGINATION --- */
.ppxSlider-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.ppxSlider-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.ppxSlider-dot.active {
  background: white;
}

/* --- NAVIGATION BUTTONS --- */
.ppxSlider-nav {
  position: absolute;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s ease;
}

.ppxSlider-nav:hover {
  opacity: 0.6;
}

.ppxSlider-prev {
  background-image: url("../images/icons/icon_prev.svg");
  left: 5px;
}

.ppxSlider-next {
  background-image: url("../images/icons/icon_next.svg");
  right: 5px;
}

.sliderCaption {
  width: 100%;
  max-width: 800px;
  text-align: center;
  z-index: 10;
  padding: 40px;
  color: var(--color-white);
  font-size: 2em;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, 0);
}

/* --------------------------------------Galerie-------------------------------------- */

.galerie {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .galerie {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.galerieBild {
  width: 100%;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=0, Color=#000000)"; /*IE 8*/
  -moz-box-shadow: 0 1px 17px -8px rgba(0, 0, 0, 0.7); /*FF 3.5+*/
  -webkit-box-shadow: 0 1px 17px -8px rgba(0, 0, 0, 0.7); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 1px 17px -8px rgba(0, 0, 0, 0.7); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000); /*IE 5.5-7*/
  transition: transform 0.3s ease-in-out, opacity 2s ease-in-out;
}

.galerieBild:hover {
  transform: scale(1.05);
}

.galerieBildAktiv {
  position: fixed;
  width: 100%;
  max-width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
  cursor: pointer;
}

.galerieContainer {
  position: relative;
}

.galerieNav {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #000;
  color: var(--color-white);
  cursor: pointer;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  clip-path: circle();
  transform: translateY(200%);
  transition: all 0.3s ease-in-out;
}

#galPrev {
  background-image: url("../images/icons/icon_prev.svg");
}

#galNext {
  background-image: url("../images/icons/icon_next.svg");
}
.galerieBildGross {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 800px;
  z-index: 200;
}

/* --------------------------------------Overlay-------------------------------------- */

.overlay {
  width: 100%;
  height: 100vh;
  background-color: #000000b6;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  transition: all 0.3s ease;
}

.overlayClose {
  background-color: #000;
  background-image: url("../images/icons/icon_close.svg");
}

.overlayCloseActive {
  transform: translateY(0);
}

.overlayBox {
  width: 100%;
  max-width: 900px;
  height: 600px;
  max-height: 80vh;
  background-color: #000;
  color: var(--color-white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  overflow-y: auto;
  display: none;
  text-align: center;
  border: 1px solid #1b1b1b;
}

.overlayNav {
  position: fixed;
  width: 100%;
  max-width: 500px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);

  height: 100px;
  z-index: 1000;
  text-align: center;
  margin: 0 auto;
}

.overlayNavActive {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%) translateY(-30px);
}

/* --------------------------------------Videos-------------------------------------- */
.videoContainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #000;
  background-color: var(--color-white);
}

.videoContent {
  width: 100%;
  display: block;
  cursor: pointer;
}

.videoControls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  padding: 4px 10px;
}

.videoControls .videoBtn {
  background-image: url("../images/icons/icon_play.svg");
  background-repeat: no-repeat;
  background-color: #000;
  width: 30px;
  height: 30px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.videoBtn:hover {
  opacity: 0.7;
}

.videoPlayerPaused {
  background-image: url("../images/icons/icon_pause.svg");
  background-repeat: no-repeat;
  background-color: #000;
  width: 30px;
  height: 30px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.videoFullscreenBtn {
  background-image: url("../images/icons/icon_fullscreen.svg");
  background-repeat: no-repeat;
  background-color: #000;
  width: 24px;
  height: 24px;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  transition: opacity 0.3s ease;
  margin-left: 10px;
}
.videoFullscreenBtn:hover {
  opacity: 0.7;
}

.videoTime {
  color: var(--color-white);
  font-size: 1em;
  font-weight: 100;
}

/* Grundstil für den Slider */
.videoSeekbar {
  -webkit-appearance: none; /* Entfernt das Standardstyling in WebKit-Browsern */
  -moz-appearance: none; /* Entfernt das Standardstyling in Firefox */
  appearance: none;
  width: 100%;
  height: 6px; /* Höhe der Spur */
  background: #000 !important; /* Farbe der Spur */
  outline: none;
  margin: 0 10px;
}

/* Gestalten des Schiebereglers */
.videoSeekbar::-webkit-slider-thumb {
  -webkit-appearance: none; /* Entfernt Standardlook */
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--color-white); /* Farbe des Schiebereglers */
  border-radius: 50%; /* Rund */
  cursor: pointer;
  margin-top: -5px;
}

.videoSeekbar::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--color-white);
  border: none; /* Entfernt Ränder */
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
}

.videoSeekbar::-ms-thumb {
  width: 16px;
  height: 16px;
  background: var(--color-white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
}

/* Optionale Anpassungen für die aktive Spur */
.videoSeekbar::-webkit-slider-runnable-track {
  background-color: var(--color-white);
  height: 4px !important;
}

.videoSeekbar::-moz-range-track {
  background-color: var(--color-white);
  height: 4px !important;
}

.videoSeekbar::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
  height: 4px !important;
}

/* --------------------------------------Fade-In Animation-------------------------------------- */

.anim {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.anim.animate {
  opacity: 1;
  transform: translateY(0);
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.goTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-image: url("../images/icons/icon_arrow_up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  z-index: 100;
}

.startBtn {
  width: 30px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 50;
}

.subSection {
  margin: 5% auto 40px auto;
}

.subSection table {
  font-size: 1.2em;
  margin: 20px 0 20px 0;
}

.subSection table td:first-child {
  padding-right: 10px;
}

.subSection table a {
  color: #000;
}

.intro {
  position: relative;
}

.introTitle {
  width: 100%;
  color: #fff;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, 0);
}

.introTitle h1 {
  text-transform: uppercase;
  font-size: clamp(2.5rem, 3.2vw, 3rem);
  text-align: center;
  margin: 0;
  line-height: 100%;
  text-shadow: 0px 0px 38px #000;
}

.introTitle p {
  display: block;
  text-align: center;
  font-size: clamp(1.5rem, 1.6vw, 3rem);
  text-align: center;
  margin: 0;
  text-shadow: 0px 0px 38px #000;
}

.introBorder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../images/introborder.svg");
  background-size: auto;
  background-repeat: repeat-x;
  background-position: bottom center;
  z-index: 10;
}

.introImgDesktop {
  width: 100%;
  height: calc(100vh + 100px);
  object-fit: cover;
}

.introImgMobile {
  display: none;
  object-fit: cover;
}

@media only screen and (max-width: 640px) {
  .introImgDesktop {
    display: none;
  }
  .introImgMobile {
    display: inherit;
    width: 100%;
    height: 100dvh;
  }

  .introTitle {
    top: 15%;
  }

  .introTitle h1 {
    font-size: clamp(2rem, 3.2vw, 3rem);
    padding: 0 10px;
  }
}

.intro-content {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 800px;
  text-align: center;
  color: var(--color-white);
}

.intro-content h1 {
  font-size: 3rem;
  font-weight: bold;
}

.intro-content h1 span {
  display: block;
  font-size: 2rem;
  font-weight: 300;
}

#audioList {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #audioList {
    grid-template-columns: 1fr;
  }
}

.track {
  cursor: pointer;
  background-color: var(--color-orange);
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.track::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/icon_play_button.svg");
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.track:hover {
  background-color: var(--color-lightorange);
}

.track-title {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0 0;
  font-size: 1.2rem;
  line-height: 145%;
  gap: 15px;
  width: calc(100% - 60px);
}
.duration {
  color: var(--color-white);
  font-size: 0.8rem;
}

.track-genre {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 145%;
  width: calc(100% - 60px);
}
#playerOverlay {
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
  background: #000;
  color: var(--color-white);
  padding: 1rem;
  border-radius: 10px;
  transition: bottom 0.4s ease-in-out;
  z-index: 1000;
  border: 2px solid var(--color-orange);
}

@media only screen and (max-width: 500px) {
  #playerOverlay {
    max-width: 95%;
  }
}

#progressBar {
  height: 3px;
  background: var(--color-white);
  width: 0;
  transition: width 0.1s;
  border-radius: 12px;
}

.progressBarLine {
  height: 3px;
  background: #2c2c2c;
  width: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.player-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.hidden {
  display: none;
}

/* --------------------------------------Leistungen-------------------------------------- */

.services {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .services {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.service {
  border-radius: 6px;
  width: 100%;
}

.service h2 {
  color: var(--color-orange);
  margin: 0 0 20px 0;
  font-weight: 500;
}

.service p {
  margin-bottom: 0;
}

/* --------------------------------------Intro-------------------------------------- */

.introFlex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 40px;
}

.introFlex img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 6px;
}

@media only screen and (max-width: 900px) {
  .introFlex {
    display: flex;
    flex-direction: column;
  }

  .introFlex > :nth-child(1) {
    order: 2;
  }
  .introFlex > :nth-child(2) {
    order: 1;
  }
  .introFlex > :nth-child(4) {
    order: 3;
  }
  .introFlex > :nth-child(3) {
    order: 3;
  }
}

/* --------------------------------------Stimme-------------------------------------- */

.voiceFlex {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  .voiceFlex {
    display: grid;
    grid-template-columns: auto;
    gap: 0;
    align-items: center;
  }
}

.voiceFlex img {
  width: 100%;
  border-radius: 10px;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

/* --------------------------------------Hörproben-------------------------------------- */

.hpFlex {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.hpFlex img {
  max-width: 200px;
  margin: 10px 0;
}

.sepPug01 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}

@media only screen and (max-width: 900px) {
  .hpFlex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
  }

  .hpFlex img {
    max-width: 200px;
    margin: 0 auto;
  }
}

section {
  scroll-margin-top: 70px;
}

.sep {
  width: 100%;
  max-width: 300px;
  margin: 80px auto 0 auto;
  display: block;
}

/* --------------------------------------Audioplayer-------------------------------------- */

#playPauseBtn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
}

#playPauseBtn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/icon_play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#playPauseBtn.playing::before {
  background-image: url("../images/icons/icon_pause.svg");
}

.scroll-container {
  overflow: hidden;
  width: 250px; /* oder dynamisch, je nach Layout */
  white-space: nowrap;
  position: relative;
}

.scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-text 20s linear infinite;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

#playGreeting {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 16%;
  left: 50%;
  transform: translate(-50%, 0);
  border: none;
  background-image: url("../images/icons/icon_play_button.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

#playGreeting:hover {
  transform: translate(-50%, 0) scale(0.9);
}

@media only screen and (orientation: landscape) {
  #playGreeting {
    bottom: 20%;
  }
}

/* --------------------------------------Sections-------------------------------------- */

.sectionOrange {
  background-color: var(--color-orange);
}
.sectionGray {
  background-color: var(--mainColor);
}

.sectionOrange h2,
.sectionOrange p,
.sectionOrange a:is(:link, :visited, :active) {
  color: #000;
}

.borderTop {
  width: 100%;
  height: 100px;
  background-image: url("../images/border-orange-top.svg");
  background-size: auto;
  background-position: center bottom;
  background-repeat: repeat-x;
  margin-top: 60px;
}
.borderBottom {
  width: 100%;
  height: 100px;
  background-image: url("../images/border-orange-bottom.svg");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-x;
  position: relative;
  margin-bottom: 60px;
}

.borderGrayTop {
  width: 100%;
  height: 100px;
  background-image: url("../images/border-gray-top.svg");
  background-size: auto;
  background-position: center bottom;
  background-repeat: repeat-x;
  margin-top: 60px;
}

.borderGrayBottom {
  width: 100%;
  height: 100px;
  background-image: url("../images/border-gray-bottom.svg");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-x;
  position: relative;
  margin-bottom: 60px;
}

.sectionContent {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* --------------------------------------Barrierefreiheit-------------------------------------- */

.skip-link {
  position: absolute;
  top: -100vh;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 1rem 1.5rem;
  font-weight: bold;
  z-index: 11050;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 10px;
  left: 10px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
