@charset "UTF-8";
/* CSS Document */

:root {
  --home-theme-transition: 320ms;
  --home-theme-bg: rgba(0, 0, 0, 1);
  --home-theme-primary: rgba(255, 255, 255, 0.95);
  --home-theme-secondary: rgba(255, 255, 255, 0.4);
  --home-theme-quote: rgba(255, 255, 255, 0.95);
  --home-theme-star-filter: none;
  --home-text-bg: rgba(0, 0, 0, 1);
  --home-text-heading-color: rgba(255, 255, 255, 1);
  --home-text-body-color: rgba(255, 255, 255, 0.85);
}

body.home-theme-light {
  --home-theme-bg: rgba(255, 255, 255, 1);
  --home-theme-primary: rgba(0, 0, 0, 0.95);
  --home-theme-secondary: rgba(0, 0, 0, 0.55);
  --home-theme-quote: rgba(0, 0, 0, 0.95);
  --home-theme-star-filter: brightness(0);
  --home-text-bg: rgba(255, 255, 255, 1);
  --home-text-heading-color: rgba(0, 0, 0, 1);
  --home-text-body-color: rgba(0, 0, 0, 1);
}


/* Cinema */

.home-cinema {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 0;
  /*scroll-snap-align: start;*/
}


.cinema-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 1);
  font-size: 62px;
  line-height: 75px;
  width: 100%;
}

.cinema-content h1 {
  margin: 0;
  padding: 0;
    padding-left: 0px;
  font-size: 66px;
  line-height: 70px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  width: 60%;
}

.cinema-content h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 31px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  width: 50%;
  padding-top: 35px;
  color: rgba(255,255,255,0.60);
}

.cinema-content h2 mark {
  background-color: transparent;
  color: rgba(255,255,255,1.00);
}

.cinema-content p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 31px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  width: 50%;
  padding-top: 35px;
  color: rgba(255,255,255,0.60);
}

.cinema-content p mark {
  background-color: transparent;
  color: rgba(255,255,255,1.00);
}


/* Stage Dark */

.cinema-content-dark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.9);
  font-size: 62px;
  line-height: 75px;
  width: 100%;
}

.cinema-content-dark h1 {
  margin: 0;
  padding: 0;
    padding-left: 0px;
  font-size: 66px;
  line-height: 70px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  width: 60%;
}

.cinema-content-dark p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 31px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  width: 50%;
  padding-top: 35px;
  color: rgba(0,0,0,0.80);
}

.cinema-content-dark p mark {
  background-color: transparent;
  color: rgba(255,255,255,1.00);
	font-weight: 700;
}




.cinema-content-buttons-container {
  margin-top: 40px;
  margin-left: 5%;
  display: flex;
	flex-direction: row;
  column-gap: 5px;
}

.scroll-icon-home {
  left: 5%;
}

.cinema-content-button {
  color: rgba(255,255,255,1.00);
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: rgba(255,255,255,0.20) !important;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  text-decoration: none;
  cursor: pointer;
	line-height: initial;
}

.cinema-content-button-dark {
	color: rgba(255,255,255,0.95) !important;
  font-size: 10px !important;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: rgba(0,0,0,0.85) !important;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
	line-height: initial;
}







.container-stage-slide-1 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
  background-color: rgba(0,0,0,1.00);
}

.container-stage-slide-2 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
  background-color: rgba(0,0,0,0.80);
}


.container-stage-slide-3 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
  background-color: rgba(0,0,0,1.00);
}

.container-stage-slide-4 {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
  background-color: rgba(0,0,0,1.00);
}

.sliderContainer {
  position: absolute;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}

.slider {
  /*width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;*/
}



.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}



.progressBarContainer {
  position: absolute;
  bottom: 40px;
  width: 300px;
  right: 5%;
  display: flex;
  justify-content: end;
}

.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 0.95);
  width: 0%;
  height: 2px;
}

/* Floating Background */

.floatingbg-container {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  animation-delay: 200ms;
}

.floatingbg-image-basic {
  height: 230px;
  animation-name: floatingbg-image;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  opacity: 0.95;
  border-radius: 5px;
  /*-webkit-box-shadow: 15px 15px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 15px 15px 25px 0 rgba(0,0,0,0.3);*/
}

.floatingbg-image-1 {
  animation-duration: 25s;
  animation-delay: 0s;
  animation-fill-mode: backwards;
  right: -10%;
}

.floatingbg-image-2 {
  animation-duration: 15s;
  animation-delay: -2s;
  animation-fill-mode: backwards;
  right: 10%;
}

.floatingbg-image-3 {
  animation-duration: 20s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
  right: 18%;
}

.floatingbg-image-4 {
  animation-duration: 30s;
  animation-delay: 5s;
  animation-fill-mode: backwards;
  right: 15%;
}

.floatingbg-image-5 {
  animation-duration: 12s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
  right: 30%;
}

.floatingbg-image-6 {
  animation-duration: 20s;
  animation-delay: 5s;
  animation-fill-mode: backwards;
  right: 42%;
}

.floatingbg-image-7 {
  animation-duration: 35s;
  animation-delay: 0s;
  animation-fill-mode: backwards;
  right: 46%;
}

.floatingbg-image-8 {
  animation-duration: 15s;
  animation-delay: 15s;
  animation-fill-mode: backwards;
  right: 34%;
}




@-webkit-keyframes floatingbg-image {
  0% {
    top: 100vh;    
  }
  80% {
    top: -230px;    
  }
  100% {
    top: -230px;
  }
}



/* Slider Video Background */

.home-slider-videobackground {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  animation-delay: 200ms;
	position: relative;
}

.home-slider-videobackground video {
	width: 100%;
	height: 100%;
	object-fit: cover;
  opacity: 0.8;
}





/* Intro */


.home-intro {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  background-color: rgba(0,0,0,1.00);
  /*scroll-snap-align: start;*/
}


.home-intro-content {
  width: 45%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.home-intro-content h1 {
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(255,255,255,0.95);
  margin: 0;
	padding-bottom: 40px;
}



.home-intro-logos {
  position: absolute;
  bottom: 0;
  margin-bottom: 55px;
}

.home-kundenlogos-mobil-container {
  display: none;
}


/* Leistungen */



/* --- Layout & Stack --- */
.leistungen-home-stack {
  position: relative;
  --card-count: attr(data-cards number, 3);
  min-height: calc(var(--card-count) * 100vh);
}

.leistungen-home-card {
  position: sticky;
  top: 15vh;
  transform-origin: center;
  will-change: transform, opacity;
}

.leistungen-home-card:not(:first-child) {
  opacity: 1; /* Karten kommen mit voller Deckkraft */
}

.leistungen-home-inner {
  height: 70vh;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(23,23,23,1.00);
	margin-bottom: 10vh;
}

/* --- Content --- */
.leistungen-home-content {
        width: 50%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        transition: filter 0.3s; /* Blur-Übergang für Inhalt */
        filter: blur(0); /* Start ohne Unschärfe */
        will-change: filter;
}

.leistungen-home-content h3 {
	width: 60%;
	font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
	padding-left: 25px;
	padding-bottom: 25px;
}

.leistungen-home-content p {
	width: 50%;
	color: rgba(255,255,255,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
	padding-left: 25px;
}

.leistungen-home-content button {
	position: absolute;
  bottom: 25px;
	left: 25px;
}

.leistungen-home-content a {
	position: absolute;
  bottom: 25px;
	left: 25px;
}





.leistungen-home-btn:hover { transform: translateY(-1px); }

/* --- Media --- */
.leistungen-home-media {
  width: 50%;
	border-radius: 15px;
  overflow: hidden; /* Ränder bleiben scharf */
	padding: 6px;
}
.leistungen-home-media video {
  width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        transition: filter 0.3s; /* Blur-Übergang für Video */
        filter: blur(0);
        will-change: filter;
}

/* --- Mobile: Stack untereinander --- */
@media (max-width: 900px) {
  .leistungen-home-inner {
    grid-template-columns: 1fr;
  }
  .leistungen-home-media { order: -1; height: 42vh; }
  .leistungen-home-inner { height: auto; }
}

/* --- Reduced motion: statisch --- */
@media (prefers-reduced-motion: reduce) {
  .leistungen-home-card { transform: none !important; opacity: 1 !important; }
}


.home-leistungen-container {
	width: 100%;
  height: auto;
  background-color: rgba(0,0,0,1.00);
  padding: 100px 5% 100px 5%;
}

.home-leistungen-card {
	width: 100%;
	height: 70vh;
	min-height: 670px;
	display: flex;
	background-color: rgba(255,255,255,1.00);
	border-radius: 15px;
	position: relative;
}

.home-leistungen-card-content {
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-leistungen-card-content h3 {
	width: 60%;
	font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,0.95);
	padding-left: 25px;
	padding-bottom: 25px;
}

.home-leistungen-card-content p {
	width: 50%;
	color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
	padding-left: 25px;
}

.home-leistungen-card-media {
	width: 50%;
	height: auto;
	display: flex;
	border-radius: 15px;
}

.home-leistungen-card-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.home-leistungen-card button {
	position: absolute;
  bottom: 25px;
	left: 25px;
}


/* Testimonials */

.home-testimonials-container {
  width: 100%;
  height: auto;
  background-color: var(--home-theme-bg);
  padding: 100px 0 100px 0;
  transition: background-color var(--home-theme-transition) ease;
}

.home-testimonials-headline {
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-bottom: 75px;
  width: 25%;
  line-height: 26px;
	padding-left: 5%;
}

.home-testimonials-headline h2 {
        color: var(--home-theme-primary);
        display: inline;        /* statt block */
  margin: 0;
  transition: color var(--home-theme-transition) ease;
}

.home-testimonials-headline p {
        color: var(--home-theme-secondary);
        display: inline;        /* statt block */
  margin: 0;
  transition: color var(--home-theme-transition) ease;
}


.home-testimonials,
.home-testimonials * {
  box-sizing: border-box;
}

.home-testimonials__scroller {
  position: relative;
  width: 100%;
}

.home-testimonials__stage {
  --home-testimonials-image-width: clamp(220px, 32vh, 360px);
  position: sticky;
  top: 0;
  height: 100vh;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(28px, 5vw, 44px);
  color: var(--home-theme-primary);
  overflow: hidden;
  transition: color var(--home-theme-transition) ease;
}

.home-testimonials__gallery {
  display: grid;
  grid-template-columns: var(--home-testimonials-image-width) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 36px);
  align-items: start;
	margin-top: 100px;
	margin-left: 5%;
}

.home-testimonials__active {
  background: rgba(255,255,255,1.00);
  color: rgba(0,0,0,0.95);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, var(--home-testimonials-image-width));
  transition: background-color var(--home-theme-transition) ease,
    color var(--home-theme-transition) ease;
}

.home-testimonials__stage.is-light-theme .home-testimonials__active {
  background: rgba(0, 0, 0, 0.95);
  color: rgba(255, 255, 255, 0.95);
}

.home-testimonials__stage.is-light-theme .home-testimonials__active .home-testimonials__name,
.home-testimonials__stage.is-light-theme .home-testimonials__active .home-testimonials__title {
  color: rgba(255, 255, 255, 0.95);
}

.home-testimonials__active-imgwrap {
  position: relative;
  width: 100%;
  padding-bottom: 133.333%;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
}

.home-testimonials__active-imgwrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 320ms ease;
}

.home-testimonials__active-imgwrap img.is-current {
  opacity: 1;
}

.home-testimonials__meta {
  padding: 10px 0 5px 5px;
  transition: opacity 280ms ease, transform 280ms ease;
	font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
}

.home-testimonials__meta.is-swapping {
  opacity: 0;
  transform: translateY(16px);
}

.home-testimonials__name {
  color: rgba(0,0,0,0.95);
}

.home-testimonials__title {
  color: rgba(0,0,0,0.5);
}

.home-testimonials__stars {
  display: inline-flex;
  gap: 12px;
	margin-right: 25px;
}

.home-testimonials__stars img {
        width: 12px;
  filter: var(--home-theme-star-filter);
  transition: filter var(--home-theme-transition) ease;
}

.home-testimonials__rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  transition: opacity 280ms ease, transform 280ms ease;
}

.home-testimonials__rating.is-swapping {
  opacity: 0;
  transform: translateY(16px);
}

.home-testimonials__logo {
  height: 32px;
  width: auto;
  max-width: 140px;
}

.home-testimonials__rail-viewport {
  overflow: visible;
}

.home-testimonials__rail {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-testimonials__rail > li {
  flex: 0 0 auto;
}

.home-testimonials__thumb {
  width: min(100%, var(--home-testimonials-image-width));
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  padding: 10px;
  position: relative;
}

.home-testimonials__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.32;
  transition: opacity 280ms ease, filter 280ms ease;
  border-radius: 10px;
}

.home-testimonials__thumb.is-active img {
  opacity: 0.6;
  filter: grayscale(6%) brightness(0.98);
}

.home-testimonials__thumb.is-past {
  visibility: hidden;
}

.home-testimonials__quote {
  align-self: end;
  max-width: 80%;
  height: 37vh;
  padding-bottom: 30px;
  overflow: hidden;
	margin-left: 5%;
	
	display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-testimonials__quote blockquote {
  margin: 0;
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: var(--home-theme-quote);
  transition: opacity 280ms ease, transform 280ms ease, color var(--home-theme-transition) ease;
}

.home-testimonials__quote blockquote.is-swapping {
  opacity: 0;
  transform: translateY(16px);
}

.home-theme-toggle-sentinel {
  width: 100%;
  height: 1px;
  pointer-events: none;
}

@media (max-width: 960px) {
  .home-testimonials__stage {
    width: 100%;
    padding: 24px;
    --home-testimonials-image-width: 100%;
  }

  .home-testimonials__gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-testimonials__rail-viewport {
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .home-testimonials__rail {
    gap: 15px;
  }

  .home-testimonials__thumb {
    width: min(100%, var(--home-testimonials-image-width));
  }

  .home-testimonials__rating {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 20px;
  }

  .home-testimonials__logo {
    height: 28px;
  }
}


@media (max-width: 768px) {
  .home-testimonials-container {
    padding: 120px 0 80px 0;
  }

  .home-testimonials-headline {
    width: auto;
    padding: 0 24px 40px;
  }

  .home-testimonials__scroller {
    padding: 0 5%;
  }

  .home-testimonials__stage {
    height: 85vh;
    padding: 8px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.98);
    color: rgba(0, 0, 0, 0.95);
    display: flex;
    flex-direction: column;
    gap: 0px;
                top: 65px;
    transition: background-color var(--home-theme-transition) ease,
      color var(--home-theme-transition) ease;
  }

  .home-testimonials__stage.is-light-theme {
    background: rgba(12, 12, 12, 0.96);
    color: rgba(255, 255, 255, 0.95);
  }

  .home-testimonials__stage.is-light-theme .home-testimonials__meta .home-testimonials__name,
  .home-testimonials__stage.is-light-theme .home-testimonials__meta .home-testimonials__title {
    color: rgba(255, 255, 255, 0.95);
  }

  .home-testimonials__gallery {
    /*display: contents;*/
    margin: 0;
  }

  .home-testimonials__active {
    display: contents;
    padding: 0;
    background: transparent;
    color: inherit;
  }

  .home-testimonials__active-imgwrap {
    grid-row: unset;
    padding-bottom: 0;
    aspect-ratio: auto;
    height: 37vh;
    border-radius: 16px;
  }
	
	.home-testimonials__active-imgwrap img {
		object-position: center -15px;
	}

  .home-testimonials__meta {
    order: 2;
    padding: 5px 0 20px 7px;
    margin-top: auto;
		font-size: 18px;
    line-height: 21px;
		padding-left: 7px;
  }

  .home-testimonials__meta .home-testimonials__name {
    color: inherit;
  }

  .home-testimonials__meta .home-testimonials__title {
    color: rgba(0, 0, 0, 0.55);
  }

  .home-testimonials__stage.is-light-theme .home-testimonials__meta .home-testimonials__title {
    color: rgba(255, 255, 255, 0.95);
  }

  .home-testimonials__rail-viewport {
    display: none;
  }

  .home-testimonials__quote {
    display: contents;
    margin: 0;
    padding: 0;
    height: auto;
  }

  .home-testimonials__quote blockquote {
    order: 1;
                color: rgba(0,0,0,0.5);
                font-size: 13px;
                line-height: 19px;
                font-family: "proxima-nova";
                font-weight: 600;
    margin: 0;
    flex: 1;
                padding-left: 7px;
    padding-right: 25px;
  }

  .home-testimonials__stage.is-light-theme .home-testimonials__quote blockquote {
    color: rgba(255, 255, 255, 0.95);
  }

  .home-testimonials__rating {
    order: 3;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
		padding-bottom: 5px;
  }

  .home-testimonials__stars {
    justify-content: flex-start;
                padding-left: 7px;
    gap: 8px;
                margin-right: 15px;
  }

  .home-testimonials__stars img {
    width: 11px;
    height: auto;
    content: url("../images/icon-stern-bewertung-dark.svg");
    filter: none;
  }

  .home-testimonials__stage.is-light-theme .home-testimonials__stars img {
    content: url("../images/icon-stern-bewertung-white.svg");
  }

  .home-testimonials__logo {
    height: 20px;
    max-width: 120px;
    object-fit: contain;
    filter: brightness(0);
  }

  .home-testimonials__stage.is-light-theme .home-testimonials__logo {
    filter: brightness(0) invert(1);
  }
}



@media (prefers-reduced-motion: reduce) {
  .home-testimonials__rail,
  .home-testimonials__active-imgwrap img,
  .home-testimonials__meta,
  .home-testimonials__quote blockquote,
  .home-testimonials__thumb,
  .home-testimonials__thumb img {
    transition-duration: 0.01ms !important;
    animation: none !important;
  }

  .home-testimonials__rating {
    transition-duration: 0.01ms !important;
  }
}

















/* Text */

.home-text {
  width: 100%;
  height: auto;
  background-color: var(--home-text-bg);
  padding: 50px 5% 100px 5%;
  transition: background-color var(--home-theme-transition) ease;
}

.home-text h4 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: var(--home-text-heading-color);
  width: 80%;
  transition: color var(--home-theme-transition) ease;
}


.home-text p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: var(--home-text-body-color);
  width: 80%;
  padding-top: 35px;
  text-align: left;
  transition: color var(--home-theme-transition) ease;
}

.home-text-buttons-container {
  margin-top: 20px;
  font-size: 0px;
  padding-top: 100px;
}



/* Referenzen Slider */
.home-swiper-container {
  background-color: rgba(255,255,255,1.00);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
  transition: background-color 250ms ease;
}

.home-swiper-container.is-footer-highlight {
  background-color: rgba(227,249,82,1.00);
}











/* MOBILE ---------------------------------------- */

@media only screen and (max-width: 766px) {
  #container-cinema {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    /*background-color: rgba(0,0,0,1.00);*/
    position: fixed;
    z-index: -1;
    font-family: headline;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cinema-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    line-height: 48px;
  }
  
  .cinema-content h1 {
    font-size: 30px;
    line-height: 36px;
    width: 85%;
  }
	
	.cinema-content-dark h1 {
  font-size: 30px;
    line-height: 36px;
    width: 85%;
}
  
  .cinema-content h2 {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-top: 20px;
    opacity: 0.7;
    padding-bottom: 15px;
  }
	
	.cinema-content-dark p {
  font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 15px;
}
	
	.cinema-content p {
  font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 15px;
}	
  .cinema-content-buttons-container {
  flex-wrap: wrap;
  row-gap: 10px;
}
	
  .cinema-content-button {
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 15px 15px;
  }
  
  .cinema-content-button-trans {
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 15px 15px;
    white-space: nowrap;
    
  }
  
  .home-notification {
    display: none;
  }
  
  .progressBarContainer {
    bottom: 20px;
  }

  
.floatingbg-image-basic {
  height: 80px;
}  
  
@-webkit-keyframes floatingbg-image {
  0% {
    top: 100vh;    
  }
  80% {
    top: -80px;    
  }
  100% {
    top: -80px
  }
}  
	
	
.floatingbg-video-basic {
  height: 90px;
}	
	
@-webkit-keyframes floatingbg-video {
  0% {
    top: 100vh;    
  }
  80% {
    top: -90px;    
  }
  100% {
    top: -90px
  }
}	
  
.home-intro {
  height: auto;
}
  
.home-intro-content {
  width: 80%;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 30px;
} 
  

.home-intro-content h1 {
  font-size: 22px;
  line-height: 28px;
}
  
.home-intro-content p {
  font-size: 14px;
    line-height: 20px
}
  
  
.home-section-headline-intro {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
}
  
.section .fixed h4 {
  font-size: 30px;
  line-height: 36px;
  width: 90vw;
}
  
.home-section-tabs-stage-1 {
  display: none;
}
  
.home-section-tabs-stage-1 a {
  height: 90px;
}
  
.home-section-tabs-stage-1 a img {
  left: 10px;
  top: 10px;
  width: 12px;
  opacity: 0.5;
}
  
.home-section-tabs-stage-1 a h3 {
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 600;
  line-height: 15px;
  margin-left: 10px;
  top: auto;
  bottom: 10px;
  color: rgba(0,0,0,0.4);
} 
  
.home-section-tabs-stage-1-content-hashtags {
  display: none;
}
  
.home-section-stage-2-hashtags{
  width: 95%;
}
  

.home-section-stage-2-button {
  bottom: 20px;
}
  
.home-section-stage-2 video {
  height: 165px;
}
  
.home-section-stage-2 p {
  width: 80%;
  font-size: 22px;
  line-height: 28px;
}  
  
.home-section-stage-2-hashtags-yellow {
  font-size: 14px;
  padding: 6px 10px;
}


.home-section-stage-2-hashtags-white {
  font-size: 14px;
  padding: 6px 10px;
}

 
  
.home-leistungen-scroll-icon {
  bottom: 20px;
  height: 38px;
}  
  
.home-text {
  padding: 20px 5% 10px 5%;
}


.home-text h4 {
  font-size: 22px;
  line-height: 26px;
}

.home-text p {
  font-size: 14px;
  line-height: 24px;
  width: 90%;
  font-weight: 500;
  color: var(--home-text-body-color);
}
  
.home-text-buttons-container {
  margin-top: 0;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  row-gap: 10px;
	padding-bottom: 80px;
}
  
  
  
.leistungen-home-card {
  top: 10vh;
} 
  
  
.leistungen-home-inner {
  flex-direction: column;
}  
  
.leistungen-home-media {
  width: 100%;
}  
	
.leistungen-home-content {
  width: 100%;
}	
	
.leistungen-home-content h3 {
	width: 100%;
  font-size: 30px;
  line-height: 36px;
	padding-top: 15px;
	padding-left: 15px;
  padding-bottom: 15px;
}	
	
.leistungen-home-content p {
  width: 100%;
  padding-left: 15px;
	padding-bottom: 15px;
}	
	
.leistungen-home-content button {
  position: relative;
  bottom: 0;
  left: 0;
	margin-left: 10px;
  margin-bottom: 15px;
  width: fit-content;
	text-align: start;
  margin-right: 10px;
  font-size: 9px !important;
  letter-spacing: 0.1em !important;
}	
  
.leistungen-home-content a {
  position: relative;
  bottom: 0;
  left: 0;
	margin-left: 10px;
  margin-bottom: 15px;
  width: fit-content;
	text-align: start;
  margin-right: 10px;
  font-size: 9px !important;
  letter-spacing: 0.1em !important;
}	
    
 
  
  
  
.home-leistungen-tabs-content-button {
  position: relative;
  padding-bottom: 10px;
  bottom: auto;
  padding-top: 20px;
}  
	
.home-digitaler-assistent-container {
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: 1;
    bottom: 32vh;
    right: 16%;
}	

  .intro-col1 {
    color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 600;
    position: absolute;
    bottom: 20px;
  }

  .scroll-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 1.2em;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 2em;
    border: solid 1px;
    transition: 0.4s;
    position: absolute;
    bottom: 20px;
    right: 5%;
  }

  .container-content {
    width: 100%;
    margin-top: calc(var(--vh, 1vh) * 100);
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    position: absolute;
  }

  .intro-container {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intro-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .textarea-headline {
    font-family: headline;
    font-size: 28px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    padding-top: 25px;
  }

  .textarea-subtitel {
    font-family: "proxima-nova";
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    padding-top: 35px;
    text-align: left;
  }

  .textarea-button {
    color: rgba(251, 251, 251, 1);
    font-size: 12px;
    font-family: "proxima-nova";
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-top: 40px;
    margin-bottom: 100px;
  }
  
.home-kundenlogos-mobil-container {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 80px;
}  
  
.home-leistungen-subtitel {
  width: 90%;
}
  
.home-leistungen-container {
  padding-top: 80px; 
}

  
.home-leistungen-headline {
  font-size: 32px;
  line-height: 38px;
  width: 90%;
}
  
.tab_content {
  padding: 55px 0px 0px 0px;
}
  
.home-leistungen-tabs-content-container {
  flex-direction: column;
  padding-bottom: 40px;
  }
  
.home-leistungen-tabs-content {
  width: 100%;
  padding-left: 0;
  order: 1;  
}
  
.home-leistungen-tabs-content-picture {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  margin-right: 0;
  background-color: rgba(0,0,0,1.00);
  order: 2;
  margin-top: 40px;
}  
  
.home-leistungen-tabs-content-shortcuts-container {
  width: 100%;
  padding-bottom: 25px;
}
  
.home-leistungen-tabs-content-shortcuts-container a {
  margin-bottom: 15px;  
}

.home-leistungen-tabs-content-shortcuts {
  margin-bottom: 15px;
}  
  
 
  

  
.accordion-content-headline {
  font-size: 16px;  
}
  
.home-footer-gelb-faq-container {
  opacity: 0.8;
  padding: 10px 5% 10px 5%;
}  
  
.accordion li p {
  width: 90%;
  padding-top: 35px;
  padding-bottom: 35px;
}  

.accordion a {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 19px;  
}
  
.home-footer-end-headline {
  font-size: 32px;
  line-height: 38px;
}
  
.footer-home-content-right {
  width: 100%;
  display: inline-block;
  font-family: headline;
  font-size: 13px;
  text-align: left;
  color: rgba(227,249,82,0.50);
  margin-top: 7px;
}  
  
  
  
  
  
}
