@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?rj11au");
  src: url("../fonts/icomoon.eot?rj11au#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rj11au") format("truetype"), url("../fonts/icomoon.woff?rj11au") format("woff"), url("../fonts/icomoon.svg?rj11au#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-music:before {
  content: "\e901";
  color: #eb6325;
}

.icon-food:before {
  content: "\e902";
  color: #eb6325;
}

.icon-drink:before {
  content: "\e903";
  color: #eb6325;
}

.icon-pet:before {
  content: "\e904";
  color: #eb6325;
}

.icon-check:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e906";
}

.icon-quote:before {
  content: "\e977";
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .grid {
    gap: 36px;
  }
}
.grid.break-left {
  margin-left: 0;
  max-width: calc(50vw + 1620px / 2);
  padding-left: 0;
}
@media (min-width: 1656px) {
  .grid.break-left {
    padding-left: calc((100vw - 1620px) / 2);
  }
}
.grid.break-right {
  margin-right: 0;
  max-width: calc(50vw + 1620px / 2);
  padding-right: 0;
}
@media (min-width: 1656px) {
  .grid.break-right {
    padding-right: calc((100vw - 1620px) / 2);
  }
}

.col {
  grid-column: span 12;
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

@media (min-width: 480px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
  .grid.break-left .sm-auto {
    grid-column-start: 1;
  }
  .grid.break-right .sm-auto {
    grid-column-end: 13;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
  .grid.break-left .md-auto {
    grid-column-start: 1;
  }
  .grid.break-right .md-auto {
    grid-column-end: 13;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
  .grid.break-left .lg-auto {
    grid-column-start: 1;
  }
  .grid.break-right .lg-auto {
    grid-column-end: 13;
  }
}
@media (min-width: 1480px) {
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-12 {
    grid-column: span 12;
  }
  .grid.break-left .xl-auto {
    grid-column-start: 1;
  }
  .grid.break-right .xl-auto {
    grid-column-end: 13;
  }
}
/* =====================
   POPPINS
===================== */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* =====================
   OSWALD
===================== */
@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("/..fonts/oswald-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald-600.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Initialzustand: Unsichtbar und leicht verschoben */
[data-fade] {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
  /* Optimiert die Performance */
}

/* Richtungen definieren */
[data-fade=up] {
  transform: translateY(40px);
}

[data-fade=down] {
  transform: translateY(-40px);
}

[data-fade=left] {
  transform: translateX(-40px);
}

[data-fade=right] {
  transform: translateX(40px);
}

/* Der "Trigger-Zustand", den das JS aktiviert */
[data-fade].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

[data-speed] {
  will-change: transform;
  transition: transform 0.1s linear;
  /* Macht die Bewegung geschmeidiger */
}

@media (max-width: 991px) {
  .padding-lg {
    padding-block: 110px;
  }
}
@media (min-width: 992px) {
  .padding-lg {
    padding-block: 230px;
  }
}

@media (max-width: 991px) {
  .padding-lg-bottom {
    padding-block-end: 110px;
  }
}
@media (min-width: 992px) {
  .padding-lg-bottom {
    padding-block-end: 230px;
  }
}

@media (max-width: 991px) {
  .padding-lg-top {
    padding-block-start: 110px;
  }
}
@media (min-width: 992px) {
  .padding-lg-top {
    padding-block-start: 230px;
  }
}

.align-stretch {
  align-items: stretch;
}

@media (max-width: 479px) {
  .col.last {
    order: 2;
  }
}

.container {
  margin: 0 auto;
  padding: 16px;
}

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

.highlight {
  color: #EB6325;
}

.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}

.btn {
  font-size: clamp(20px, 19.5076923077px + 0.1538461538vw, 22px);
  line-height: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding: 20px 36px;
  background: transparent;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 70px;
  background-color: #EB6325;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100px;
  transition: 0.3s ease-in-out;
}
.btn.white:before {
  background-color: transparent;
  border: solid 1px #FFFFFF;
  backdrop-filter: blur(15px);
}
.btn:hover, .btn:focus {
  color: #FFFFFF;
}
.btn:hover:before, .btn:focus:before {
  width: 100%;
}

.box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 991px) {
  .box-wrapper {
    margin-bottom: 3rem;
  }
}

.box {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 18.5846153846px + 1.6923076923vw, 46px);
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: rgba(31, 31, 31, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 40px;
  border: solid 1px #505050;
}
@media (min-width: 480px) {
  .box {
    padding: 2rem 3.5rem;
  }
}
@media (min-width: 1480px) {
  .box {
    padding: 104px 108px;
  }
}
.box.intro {
  border-top-right-radius: 0;
}
@media (min-width: 992px) {
  .box.intro {
    position: sticky;
    top: 20%;
  }
}
@media (max-width: 991px) {
  .box.intro {
    margin-bottom: 3rem;
  }
}
.box.first {
  border-top-left-radius: 0;
}

.logo-bg {
  position: relative;
}
.logo-bg.right {
  position: relative;
}
.logo-bg.right:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  max-height: 1205px;
  max-width: 1248px;
  background-image: linear-gradient(to top, rgb(31, 31, 31) 0%, rgba(31, 31, 31, 0) 50%), linear-gradient(to bottom, rgb(31, 31, 31) 0%, rgba(31, 31, 31, 0) 50%), linear-gradient(to right, rgb(31, 31, 31) 0%, rgba(31, 31, 31, 0) 50%), url(/images/design/logo-bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom, center, center, center;
  background-size: contain, cover, cover, cover;
}
.logo-bg.right-center:before {
  background-position: right top, center, center, center !important;
}
.logo-bg.left {
  position: relative;
}
.logo-bg.left:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  max-height: 1205px;
  max-width: 1248px;
  background-image: linear-gradient(to top, rgb(31, 31, 31) 0%, rgba(31, 31, 31, 0) 50%), linear-gradient(to bottom, rgb(31, 31, 31) 0%, rgba(31, 31, 31, 0) 50%), linear-gradient(to left, rgb(31, 31, 31) 0%, rgba(31, 31, 31, 0) 50%), url(/images/design/logo-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom, center, center, center;
  background-size: contain, cover, cover, cover;
}

@keyframes smooth-jelly {
  0% {
    transform: scale(1, 1);
  }
  35% {
    transform: scale(1.05, 0.95);
  }
  60% {
    transform: scale(0.98, 1.02);
  }
  100% {
    transform: scale(1.06, 1.06);
  }
}
@keyframes modernFloat {
  0% {
    transform: translateY(0px) scale(1) rotate(0deg);
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
  }
  25% {
    transform: translateY(-10px) scale(1.02) rotate(-1deg);
    filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.2));
  }
  50% {
    transform: translateY(-18px) scale(1.04) rotate(1deg);
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.22));
  }
  75% {
    transform: translateY(-8px) scale(1.02) rotate(-0.5deg);
    filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.2));
  }
  100% {
    transform: translateY(0px) scale(1) rotate(0deg);
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
  }
}
.branding {
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
.branding:hover, .branding:focus {
  animation: smooth-jelly 0.7s ease-in-out forwards;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

#header {
  position: relative;
  width: 100%;
  padding: clamp(18px, 16.2769230769px + 0.5384615385vw, 25px);
}
body:not(.index) #header {
  height: 0 !important;
  padding-top: clamp(120px, 75.6923076923px + 13.8461538462vw, 300px);
}
@media (max-width: 1479px) {
  #header {
    height: auto;
  }
}
@media (min-width: 1480px) {
  #header {
    height: 100vh !important;
  }
}
@media (max-width: 991px) {
  #header .branding-mobile {
    display: block;
    position: absolute;
    left: 48px;
    top: 50px;
  }
  body:not(.index) #header .branding-mobile {
    left: 18px;
    top: 38px;
  }
}
@media (min-width: 992px) {
  #header .branding-mobile {
    display: none;
  }
}
#header .header-bg {
  height: 100%;
  display: flex;
  align-items: end;
  padding-block-start: clamp(260px, 220.6153846154px + 12.3076923077vw, 420px);
  padding-block-end: clamp(40px, 30.1538461538px + 3.0769230769vw, 80px);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 40px;
  background-image: url(/images/design/small-header-bg.jpg);
}
@media (min-width: 480px) {
  #header .header-bg {
    background-image: url(/images/design/medium-header-bg.jpg);
  }
}
@media (min-width: 768px) {
  #header .header-bg {
    background-image: url(/images/design/large-header-bg.jpg);
  }
}
@media (min-width: 992px) {
  #header .header-bg {
    background-image: url(/images/design/header-bg.jpg);
  }
}
#header .header-claim blockquote {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: end;
}
#header .header-claim blockquote p.big {
  font-size: 80px;
  line-height: 90%;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: -4px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  #header .header-claim blockquote p.big strong {
    display: block;
  }
}
#header .header-claim blockquote p.big span {
  position: relative;
  display: block;
  z-index: 3;
  mix-blend-mode: difference !important;
  color: #A9A9A9;
}
@media (min-width: 480px) {
  #header .header-claim blockquote p.big {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  #header .header-claim blockquote p.big {
    font-size: 220px;
    letter-spacing: -10px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 100px;
    justify-content: center;
    align-items: end;
  }
}
@media (min-width: 1480px) {
  #header .header-claim blockquote p.big {
    font-size: 300px;
  }
}
#header .header-claim blockquote p.small {
  font-size: clamp(18px, 17.5076923077px + 0.1538461538vw, 20px);
  display: flex;
  gap: 0 16px;
  justify-content: end;
  align-items: center;
  color: #EB6325;
}
#header .header-claim blockquote p.small .linie {
  position: relative;
  width: clamp(20px, 0.3076923077px + 6.1538461538vw, 100px);
  height: 1px;
  background-color: #EB6325;
}
#header .header-claim blockquote p.small .dots {
  height: 10px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 12px;
}
#header .header-claim blockquote p.small .dots:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #EB6325;
  border-radius: 100%;
  display: block;
}
#header .header-claim blockquote p.small .dots:after {
  display: block;
  height: 10px;
  content: "";
  width: 10px;
  background-color: #EB6325;
  border-radius: 100%;
}
@media (min-width: 992px) {
  #header .header-claim blockquote .small {
    gap: 0 28px !important;
  }
}

main #about-me .about-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main #about-me .about-content .headline,
main #about-me .about-content .subhead {
  display: none;
}
@media (min-width: 992px) {
  main #about-me .about-content {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 26px;
  }
  main #about-me .about-content .mobile-headline {
    display: none;
  }
  main #about-me .about-content .headline,
  main #about-me .about-content .subhead {
    display: unset;
    margin: 0 !important;
    text-align: left !important;
  }
  main #about-me .about-content .headline {
    grid-area: 1/1/2/7;
    color: #A9A9A9 !important;
  }
  main #about-me .about-content .subhead {
    grid-area: 2/1/3/4;
  }
  main #about-me .about-content .effect-img {
    grid-area: 2/4/6/10;
  }
}
main #about-me .effect-img {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  main #about-me .effect-img {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  main #about-me .effect-img {
    margin-top: 10px;
  }
}
main #about-me .effect-img img {
  border-radius: 40px;
  border-top-left-radius: 0;
  width: 100%;
  height: auto;
  max-width: 324px;
}
@media (min-width: 480px) {
  main #about-me .effect-img img {
    max-width: 444px;
  }
}
@media (min-width: 1480px) {
  main #about-me .effect-img img {
    max-width: 774px;
  }
}
main #about-me .effect-img:after {
  content: "";
  background: url(/images/design/highlight-aboutme.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 17%;
  position: absolute;
  bottom: 17%;
  left: 56%;
  transform: translateX(-44%);
  max-width: 220px;
  display: block;
}
@media (min-width: 480px) {
  main #about-me .effect-img:after {
    max-width: 204px;
    left: 54%;
    transform: translateX(-46%);
  }
}
@media (min-width: 1480px) {
  main #about-me .effect-img:after {
    max-width: 340px;
    left: 54%;
    transform: translateX(-46%);
    bottom: 15%;
    transform: translate(calc(-50% + var(--x, 0px)), calc(-6% + var(--y, 0px)));
    /* Die Verzögerung macht es "smooth" */
    transition: transform 0.5s ease-out;
  }
}
main #about-me .skill {
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  color: #FFFFFF;
  border-bottom: solid 1px #505050;
}
main #about-me .skill:last-of-type {
  border-bottom: 0;
}
main #about-me .skill span {
  font-size: clamp(20px, 17.5384615385px + 0.7692307692vw, 30px);
  line-height: 1.25em;
  font-family: "Oswald", sans-serif;
  width: 100%;
  max-width: 200px;
  word-wrap: break-word;
}
main #about-me .stars {
  display: flex;
  gap: 6px;
}
main #about-me .stars i {
  width: clamp(18px, 16.5230769231px + 0.4615384615vw, 24px);
  height: clamp(18px, 16.5230769231px + 0.4615384615vw, 24px);
  background-color: #505050;
  /* dunkler Start */
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  transition: background-color 0.4s ease;
}
main #about-me .stars i.active {
  background-color: #EB6325;
  /* Orange */
}
main #lebenslauf {
  background-image: linear-gradient(to top, rgb(31, 31, 31) 0%, rgba(31, 31, 31, 0) 50%), linear-gradient(to bottom, rgb(31, 31, 31) 0%, rgba(31, 31, 31, 0) 50%), url(/images/design/lebenslauf-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main #lebenslauf h2 {
  margin-bottom: clamp(40px, 25.2307692308px + 4.6153846154vw, 100px);
}
@media (min-width: 992px) {
  main #lebenslauf h2 {
    text-align: center;
  }
}
main #lebenslauf .timeline-container {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  z-index: 3;
}
main #lebenslauf .timeline-container .timeline-line {
  position: absolute;
  left: 50%;
  top: 60px;
  bottom: 80px;
  width: 4px;
  background: #505050;
  transform: translateX(-50%);
  z-index: -1;
}
main #lebenslauf .timeline-container .timeline-line .line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #EB6325;
  transition: height 0.3s ease-out;
}
main #lebenslauf .timeline-container .timeline-item {
  position: relative;
  width: 50%;
  padding-block: 50px;
  box-sizing: border-box;
  transition: opacity 0.5s ease;
}
main #lebenslauf .timeline-container .timeline-item .dot {
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  background: #505050;
  border-radius: 100%;
  outline: solid 1px #EB6325;
  outline-offset: 5px;
  z-index: 2;
  transition: background 0.4s ease;
}
main #lebenslauf .timeline-container .timeline-item .content {
  padding: 40px;
  border: 2px solid #505050;
  border-radius: 40px;
  background-color: rgba(31, 31, 31, 0.8);
  backdrop-filter: blur(10px);
  transition: border-color 0.5s ease, opacity 0.5s ease;
  opacity: 0.3;
}
@media (min-width: 1480px) {
  main #lebenslauf .timeline-container .timeline-item .content {
    padding: 60px 100px;
  }
}
main #lebenslauf .timeline-container .timeline-item .content span {
  display: block;
  margin-bottom: 24px !important;
}
main #lebenslauf .timeline-container .timeline-item .content p {
  font-size: clamp(18px, 16.0307692308px + 0.6153846154vw, 26px);
  line-height: 1.1em;
  margin: 0;
}
main #lebenslauf .timeline-container .timeline-item.active .content {
  opacity: 1;
  border-color: #EB6325;
}
main #lebenslauf .timeline-container .timeline-item.active .dot {
  background: #EB6325;
  outline-offset: 10px;
  box-shadow: 0 0 10px #EB6325;
}
main #lebenslauf .timeline-container .timeline-item.left {
  left: 0;
  text-align: right;
  padding-right: clamp(60px, 37.3538461538px + 7.0769230769vw, 152px);
}
main #lebenslauf .timeline-container .timeline-item.left .content {
  border-top-right-radius: 0;
}
main #lebenslauf .timeline-container .timeline-item.left .dot {
  right: -45px;
}
main #lebenslauf .timeline-container .timeline-item.right {
  left: 50%;
  padding-left: clamp(60px, 37.3538461538px + 7.0769230769vw, 152px);
  text-align: left;
}
main #lebenslauf .timeline-container .timeline-item.right .content {
  border-top-left-radius: 0;
}
main #lebenslauf .timeline-container .timeline-item.right .dot {
  left: -45px;
}
@media (max-width: 991px) {
  main #lebenslauf .timeline-container .timeline-line {
    left: 25px;
    transform: none;
  }
  main #lebenslauf .timeline-container .timeline-item {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding-left: 80px !important;
    padding-right: 0 !important;
    padding-top: 25px !important;
  }
  main #lebenslauf .timeline-container .timeline-item .content {
    border-radius: 40px !important;
    border-top-left-radius: 0 !important;
    padding: 26px;
  }
  main #lebenslauf .timeline-container .timeline-item .dot {
    left: 2px !important;
    right: auto !important;
    width: 50px;
    height: 50px;
  }
}
main #referenzen h2 {
  line-height: 90%;
  margin-bottom: 1.8rem;
}
main #referenzen p {
  color: #A9A9A9;
}
@media (min-width: 992px) {
  main #referenzen p {
    padding-left: 1rem;
  }
}
main #referenzen .projekt-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: clamp(30px, 22.6153846154px + 2.3076923077vw, 60px);
}
@media (max-width: 767px) {
  main #referenzen .projekt-wrapper {
    padding: 0 2rem;
    gap: 1rem 0;
  }
}
@media (min-width: 768px) {
  main #referenzen .projekt-wrapper {
    padding: 18px;
    overflow: hidden;
    border-radius: 40px;
  }
}
main #referenzen .projekt-wrapper .projekt {
  flex-basis: 100%;
  padding-block: clamp(50px, -27.5384615385px + 24.2307692308vw, 365px);
  padding-left: 34px;
  padding-right: 34px;
  color: #FFFFFF !important;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: clamp(30px, 12.7692307692px + 5.3846153846vw, 100px);
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
main #referenzen .projekt-wrapper .projekt span {
  display: inline-block !important;
  position: relative;
  z-index: 3;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
main #referenzen .projekt-wrapper .projekt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.8);
  transition: 0.3s ease-in-out;
  backdrop-filter: blur(10px);
}
main #referenzen .projekt-wrapper .projekt.bau {
  background-image: url(/images/teaser/small-bauzeichner.jpg);
}
@media (min-width: 480px) {
  main #referenzen .projekt-wrapper .projekt.bau {
    background-image: url(/images/teaser/medium-bauzeichner.jpg);
  }
}
@media (min-width: 768px) {
  main #referenzen .projekt-wrapper .projekt.bau {
    background-image: url(/images/teaser/large-bauzeichner.jpg);
  }
}
@media (min-width: 992px) {
  main #referenzen .projekt-wrapper .projekt.bau {
    background-image: url(/images/teaser/bauzeichner.jpg);
  }
}
main #referenzen .projekt-wrapper .projekt.heizung {
  background-image: url(/images/teaser/small-heizung-bg.jpg);
}
@media (min-width: 480px) {
  main #referenzen .projekt-wrapper .projekt.heizung {
    background-image: url(/images/teaser/medium-heizung-bg.jpg);
  }
}
@media (min-width: 768px) {
  main #referenzen .projekt-wrapper .projekt.heizung {
    background-image: url(/images/teaser/large-heizung-bg.jpg);
  }
}
@media (min-width: 992px) {
  main #referenzen .projekt-wrapper .projekt.heizung {
    background-image: url(/images/teaser/heizung-bg.jpg);
  }
}
main #referenzen .projekt-wrapper .projekt.restaurant {
  background-image: url(/images/teaser/small-restaurant.jpg);
}
@media (min-width: 480px) {
  main #referenzen .projekt-wrapper .projekt.restaurant {
    background-image: url(/images/teaser/medium-restaurant.jpg);
  }
}
@media (min-width: 768px) {
  main #referenzen .projekt-wrapper .projekt.restaurant {
    background-image: url(/images/teaser/large-restaurant.jpg);
  }
}
@media (min-width: 992px) {
  main #referenzen .projekt-wrapper .projekt.restaurant {
    background-image: url(/images/teaser/restaurant.jpg);
  }
}
main #referenzen .projekt-wrapper .projekt.kfz {
  background-image: url(/images/teaser/small-gutachter.jpg);
}
@media (min-width: 480px) {
  main #referenzen .projekt-wrapper .projekt.kfz {
    background-image: url(/images/teaser/medium-gutachter.jpg);
  }
}
@media (min-width: 768px) {
  main #referenzen .projekt-wrapper .projekt.kfz {
    background-image: url(/images/teaser/large-gutachter.jpg);
  }
}
@media (min-width: 992px) {
  main #referenzen .projekt-wrapper .projekt.kfz {
    background-image: url(/images/teaser/gutachter.jpg);
  }
}
main #referenzen .projekt-wrapper .projekt:hover:before, main #referenzen .projekt-wrapper .projekt:focus:before {
  backdrop-filter: blur(0px);
  background-color: rgba(31, 31, 31, 0.8);
}
main #referenzen .projekt-wrapper .projekt:hover span, main #referenzen .projekt-wrapper .projekt:focus span {
  transform-origin: center;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  main #referenzen .projekt-wrapper .projekt {
    hyphens: auto;
    letter-spacing: 0;
    line-height: 0.88em;
  }
}
@media (min-width: 768px) {
  main #referenzen .projekt-wrapper .projekt.half {
    flex-basis: 50%;
  }
}
main #funfacts .img-text-slide-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(50px, 30.3076923077px + 6.1538461538vw, 130px);
  text-align: center;
}
main #funfacts .img-text-slide-sec img {
  max-width: clamp(360px, 291.0769230769px + 21.5384615385vw, 640px);
}
@media (min-width: 992px) {
  main #funfacts .img-text-slide-sec img {
    animation: modernFloat 4.5s ease-in-out infinite;
    transform-origin: center center;
    filter: drop-shadow(0 18px 30px rgba(80, 80, 80, 0.18));
    will-change: transform, filter;
  }
}
@media screen and (min-width: 1340px) {
  main #funfacts .img-text-slide-sec {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}
main #kontakt .bg-kontakt {
  padding: 4.5rem 3rem;
  border-radius: 40px;
  background-position: center left;
  background-size: cover;
  background-image: url(/images/design/small-kontakt.jpg);
}
@media (min-width: 480px) {
  main #kontakt .bg-kontakt {
    background-image: url(/images/design/medium-kontakt.jpg);
  }
}
@media (min-width: 768px) {
  main #kontakt .bg-kontakt {
    background-image: url(/images/design/large-kontakt.jpg);
  }
}
@media (min-width: 992px) {
  main #kontakt .bg-kontakt {
    background-image: url(/images/design/kontakt.jpg);
  }
}
@media (max-width: 767px) {
  main #kontakt .bg-kontakt {
    position: relative;
    overflow: hidden;
    background-position: center center;
  }
  main #kontakt .bg-kontakt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(31, 31, 31, 0.7);
  }
  main #kontakt .bg-kontakt .content-footer {
    position: relative;
    z-index: 3;
  }
}
main #kontakt .bg-kontakt .content-footer {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 33.7846153846px + 0.6923076923vw, 45px);
}
main #kontakt .bg-kontakt .content-footer .claim {
  font-size: clamp(60px, 50.1538461538px + 3.0769230769vw, 100px);
  line-height: 0.9em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  max-width: 420px;
}
main #kontakt .bg-kontakt .content-footer .claim span {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.4em;
  line-height: 1em;
  display: block;
  margin-top: clamp(26px, 24.0307692308px + 0.6153846154vw, 34px);
}
@media (min-width: 768px) {
  main #kontakt .bg-kontakt {
    padding: 5rem;
  }
}
@media (min-width: 992px) {
  main #kontakt .bg-kontakt {
    padding: 255px 135px;
  }
}

body:not(.index) footer {
  margin-top: 180px;
}
footer .bottom {
  padding-block: 50px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: initial;
}
html::-webkit-scrollbar {
  width: 16px;
}
html::-webkit-scrollbar-track {
  background-color: rgb(25.9, 25.9, 25.9);
}
html::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #EB6325;
}
html ::-moz-selection {
  background: #EB6325;
  color: #1b1b1b;
}
html ::selection {
  background: #EB6325;
  color: #1b1b1b;
}
html ::-moz-selection {
  background: #EB6325;
  color: #1b1b1b;
}

body {
  font-family: "Poppins", sans-serif;
  background: #1F1F1F;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #EB6325;
  transition: ease 0.3s;
}
body a:hover, body a:focus {
  color: #A9A9A9;
}
body p {
  margin-bottom: clamp(22px, 19.5384615385px + 0.7692307692vw, 32px);
}
body strong {
  font-weight: 700;
}

#page, body {
  overflow-x: clip;
}

/* Wichtig für die Fade-Animationen (falls noch nicht drin) */
[data-fade] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-fade=up] {
  transform: translateY(30px);
}

[data-fade].is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

h1,
.h1,
h2,
h3,
main #lebenslauf .timeline-container .timeline-item .content span,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -10px;
}
@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  h3,
  main #lebenslauf .timeline-container .timeline-item .content span,
  h4,
  h5,
  h6 {
    hyphens: auto;
  }
}

h1,
.h1,
h2 {
  font-size: clamp(80px, 25.8461538462px + 16.9230769231vw, 300px);
  line-height: 80%;
  letter-spacing: -10px;
  color: #EB6325 !important;
}
@media (max-width: 991px) {
  h1,
  .h1,
  h2 {
    hyphens: auto;
    letter-spacing: -6px;
    line-height: 0.88em;
  }
}
h1 span,
.h1 span,
h2 span {
  color: #A9A9A9;
}

h3, main #lebenslauf .timeline-container .timeline-item .content span {
  font-size: clamp(26px, 20.0923076923px + 1.8461538462vw, 50px);
  line-height: 1.25em;
  color: #FFFFFF !important;
  letter-spacing: 0px;
}

body:not(.index) h1,
body:not(.index) .h1 {
  font-size: clamp(40px, 25.2307692308px + 4.6153846154vw, 100px);
  line-height: 1.2em;
  margin-bottom: clamp(30px, 22.6153846154px + 2.3076923077vw, 60px);
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  body:not(.index) h1,
  body:not(.index) .h1 {
    letter-spacing: -6px;
  }
}
body:not(.index) h2 {
  font-size: clamp(26px, 17.6307692308px + 2.6153846154vw, 60px);
  line-height: 1.2em;
  letter-spacing: 0px;
  margin-bottom: clamp(10px, 5.0769230769px + 1.5384615385vw, 30px);
}
body:not(.index) h2,
body:not(.index) h3,
body:not(.index) main #lebenslauf .timeline-container .timeline-item .content span,
main #lebenslauf .timeline-container .timeline-item .content body:not(.index) span {
  color: #FFFFFF !important;
}
body:not(.index) h3, body:not(.index) main #lebenslauf .timeline-container .timeline-item .content span, main #lebenslauf .timeline-container .timeline-item .content body:not(.index) span {
  font-size: clamp(22px, 17.5692307692px + 1.3846153846vw, 40px);
  line-height: 1.2em;
  letter-spacing: 0px;
  margin-bottom: clamp(10px, 5.0769230769px + 1.5384615385vw, 30px);
}

body.datenschutzerklaerung * {
  color: #A9A9A9;
}

hr,
.hr {
  height: 1px;
  background-color: #868686;
  width: 100%;
  display: block;
  margin-block: clamp(40px, 30.1538461538px + 3.0769230769vw, 80px);
}

ul.styled-list,
ol.styled-list {
  list-style: none;
  margin-top: 14px;
}
ul.styled-list li,
ol.styled-list li {
  padding-left: 26px;
  margin-bottom: 7px;
}
ul.styled-list li:before,
ol.styled-list li:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 12px;
  color: #EB6325;
  text-indent: -26px;
  display: inline-flex;
}
ul.styled-list ul,
ol.styled-list ul {
  margin-left: 1rem;
  margin-bottom: 0;
}

dl dt,
dl dd {
  color: #FFFFFF !important;
  border-radius: 10px;
  padding: 0.8rem 1rem;
}
dl dt {
  background-color: #161616;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}
dl dd {
  background-color: #505050;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 26px;
}

.text-bold {
  font-weight: 700;
}

.text-semibold {
  font-weight: 600;
}

.nav ul li a {
  text-transform: uppercase;
  position: relative;
  color: #ececee;
  transition: all 250ms linear;
}
.nav ul li a:hover, .nav ul li a:focus {
  text-decoration: none;
  color: #ffeba7;
}
.nav ul li a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: 0.5em;
  width: 0;
  left: 50%;
  background-color: #EB6325;
  opacity: 0.8;
  transition: width 250ms linear;
}
.nav ul li a:hover:after, .nav ul li a:focus:after {
  width: 105%;
}
.nav ul li a.active:after {
  width: 105%;
}
.nav ul li a.active:hover:after, .nav ul li a.active:focus:after {
  width: 0%;
}

@media (max-width: 991px) {
  [type=checkbox]:checked,
  [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label {
    position: fixed;
    top: 60px;
    right: 53px;
    display: block;
    padding: 24px;
    margin: 0;
    cursor: pointer;
    z-index: 100;
  }
  .menu-icon:checked + label:before,
  .menu-icon:not(:checked) + label:before,
  .menu-icon:checked + label:after,
  .menu-icon:not(:checked) + label:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    z-index: 20;
    background-color: #ececee;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    right: 0;
  }
  .menu-icon:not(:checked) + label:before {
    top: 5px;
    border-top: 2px solid #ececee;
    border-bottom: 2px solid #ececee;
    height: 16px;
    background: transparent;
  }
  .menu-icon:not(:checked) + label:after {
    top: 12px;
    width: 22px;
    right: 0;
  }
  .menu-icon:checked + label:before {
    top: 14px;
    transform: rotate(45deg);
    height: 2px;
  }
  .menu-icon:checked + label:after {
    top: 14px;
    transform: rotate(-45deg);
    width: 30px;
  }
  .nav {
    position: fixed;
    top: 35px;
    right: 30px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
    background: #161616;
    backdrop-filter: blur(20px);
    animation: border-transform 7s linear infinite;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .nav .navi-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease;
  }
  .nav .navi-wrapper .branding {
    display: none;
  }
  .nav ul.navigation {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    list-style: none;
    text-align: center;
    padding: 0;
  }
  .nav ul.navigation li {
    display: block;
    margin: 15px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 250ms linear;
  }
  .nav ul.navigation li a {
    font-family: "Oswald", sans-serif;
    font-size: 6.5vh;
    padding-block: 1rem;
    text-transform: uppercase;
    color: #ececee;
    text-decoration: none;
    font-weight: 800;
    display: block;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .burger:has(.menu-icon:checked) ~ .nav,
  .menu-icon:checked ~ .nav {
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 200vw;
    height: 200vh;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .burger:has(.menu-icon:checked) ~ .nav .navi-wrapper,
  .menu-icon:checked ~ .nav .navi-wrapper {
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms ease 1200ms;
  }
  .burger:has(.menu-icon:checked) ~ .nav ul li,
  .menu-icon:checked ~ .nav ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .burger:has(.menu-icon:checked) ~ .nav ul li:nth-child(1),
  .menu-icon:checked ~ .nav ul li:nth-child(1) {
    transition-delay: 1480ms;
  }
  .burger:has(.menu-icon:checked) ~ .nav ul li:nth-child(2),
  .menu-icon:checked ~ .nav ul li:nth-child(2) {
    transition-delay: 1560ms;
  }
  .burger:has(.menu-icon:checked) ~ .nav ul li:nth-child(3),
  .menu-icon:checked ~ .nav ul li:nth-child(3) {
    transition-delay: 1640ms;
  }
  .burger:has(.menu-icon:checked) ~ .nav ul li:nth-child(4),
  .menu-icon:checked ~ .nav ul li:nth-child(4) {
    transition-delay: 1720ms;
  }
  .burger:has(.menu-icon:checked) ~ .nav ul li:nth-child(5),
  .menu-icon:checked ~ .nav ul li:nth-child(5) {
    transition-delay: 1800ms;
  }
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
  [type=checkbox] {
    display: none;
  }
  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: .3s ease-in-out;
    animation: none;
    overflow: visible;
  }
  .nav .navi-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 50px;
    border-radius: 40px;
    transition: all 0.5s ease;
    opacity: 1;
    visibility: visible;
  }
  .nav .navi-wrapper .grid,
  .nav .navi-wrapper .col-lg-12 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav .branding {
    width: 150px;
    height: auto;
    transition: width 0.3s ease;
  }
  .nav ul.navigation {
    display: flex;
    list-style: none;
    gap: 58px;
    margin: 0;
    padding: 0;
  }
  .nav ul.navigation li {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav ul.navigation li a {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }
  body.scroll .nav {
  	top: 18px;
  }
  body.scroll .nav .navi-wrapper {
    background-color: rgba(31, 31, 31, 0.95);
    backdrop-filter: blur(10px);
    border: solid 1px #EB6325;
    padding: 20px 40px;
  }
  body.scroll .nav .branding {
    width: 120px;
  }
}
.navi-add {
  display: flex;
  flex-direction: column;
}
.navi-add li {
  list-style: none;
}
.navi-add li a {
  display: block;
  font-size: 18px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .navi-add {
    border-radius: 40px;
    border: solid 1px #868686;
    overflow: hidden;
  }
  .navi-add li {
    border-bottom: solid 1px #868686;
  }
  .navi-add li:last-of-type {
    border-bottom: 0;
  }
  .navi-add li a {
    width: 100%;
    padding: 32px 16px;
    background-color: #1F1F1F;
    text-align: center;
  }
  .navi-add li a:hover, .navi-add li a:focus {
    background-color: #505050;
    color: #FFFFFF;
  }
  .navi-add li a.active {
    background-color: #EB6325;
    color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .navi-add {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 22.6153846154px + 2.3076923077vw, 60px);
  }
  .navi-add li a {
    position: relative;
    text-decoration: none;
  }
  .navi-add li a:after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 0.5em;
    width: 0;
    left: 50%;
    background-color: #EB6325;
    opacity: 0.8;
    transition: width 250ms linear;
  }
  .navi-add li a:hover:after, .navi-add li a:focus:after {
    width: 105%;
  }
  .navi-add li a.active:after {
    width: 105%;
  }
  .navi-add li a.active:hover:after, .navi-add li a.active:focus:after {
    width: 0%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.hr-slider {
  width: 100%;
  display: grid;
  place-items: center;
}

.hr-slider__stage {
  width: min(760px, 92vw);
  display: grid;
  gap: 18px;
  justify-items: center;
}

.hr-slider__viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
}

.hr-slider__track {
  display: flex;
  will-change: transform;
  transition: transform 420ms ease;
}

.slide {
  flex: 0 0 100%;
  display: grid;
  place-items: center;
  padding: 22px 12px;
}
/* Card wie im Screenshot: dunkles Glas, dünner Rand, große Rundung */
.card {
  width: min(640px, 92%);
  border-radius: 40px;
  border-top-left-radius: 0;
  background: rgba(31, 31, 31, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  padding: 34px 30px;
  color: #fff;
  display: grid;
  gap: 2px 14px;
  align-content: center;
  min-height: 190px;
  cursor: grab;
}
.card:active {
  cursor: grabbing;
}
@media (min-width: 992px) {
  .card {
    padding: 60px 50px;
  }
}

.card__icon {
  font-size: 58px;
  line-height: 1;
  color: #EB6325;
  margin-bottom: 26px;
}
.card__icon:before {
  font-family: "icomoon";
  color: #EB6325;
  display: block;
}
.card__icon.food:before {
  content: "\e902";
  font-size: clamp(32px, 23.1384615385px + 2.7692307692vw, 68px);
}
.card__icon.drink:before {
  content: "\e903";
  font-size: clamp(46px, 35.6615384615px + 3.2307692308vw, 88px);
}
.card__icon.music:before {
  content: "\e901";
  font-size: clamp(52px, 42.1538461538px + 3.0769230769vw, 92px);
}
.card__icon.pet:before {
  content: "\e904";
  font-size: clamp(46px, 35.6615384615px + 3.2307692308vw, 88px);
}

.card__title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: clamp(22px, 19.0461538462px + 0.9230769231vw, 34px);
}

.card__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 15.0461538462px + 0.9230769231vw, 30px);
  opacity: 0.92;
}

/* Pagination: exakt 4 Punkte max, mit aktivem orange */
.hr-slider__pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(170, 170, 170, 0.42);
  transition: transform 300ms ease, background 180ms ease, opacity 180ms ease;
}

.dot.is-active {
  background: #ff6a2a;
}/*# sourceMappingURL=main.css.map */