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

em {
  font-family: headline-italic !important;
}


/* LEISTUNGEN UNTERSEITEN 
  Beispiel: Design, Programmierung, Marketing -----------
*/

/*Breadcrumbs Leistungen White*/
.leistung-unterseite-breadcrumbs {
  font-family: "proxima-nova";
  padding-top: 60px;
  width: 100%;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,1.00);
  padding-right: 5%;
  padding-left: 5%;
  z-index: 5;
  display: flex;
  top: 0;
}

.leistung-unterseite-breadcrumbs img {
  height: 10px;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 3px;
  opacity: 0.8;
}

.leistung-unterseite-breadcrumbs a {
  color: rgba(0,0,0,1.00);
  text-decoration-line: none;
  cursor: pointer;
  opacity: 0.3;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 3px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.leistung-unterseite-breadcrumbs a:hover {
  opacity: 0.9;
}

.leistung-unterseite-breadcrumbs-active {
  opacity: 1 !important;
  text-decoration: underline !important;
  text-decoration-style: solid !important; 
  text-decoration-color: rgba(0,0,0,1.00) !important;
  text-decoration-thickness: 2px !important;
  text-decoration-skip: none !important;
  text-underline-position: under !important;
  text-underline-offset: -1px !important;
}

/*Breadcrumbs Leistungen Dark*/
.leistung-unterseite-breadcrumbs-dark {
  padding-top: 60px;
  width: 100%;
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,1.00);
  padding-right: 5%;
  padding-left: 5%;
  z-index: 1;
  display: flex;
}

.leistung-unterseite-breadcrumbs-dark img {
  height: 10px;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 1px;
  opacity: 0.8;
}

.leistung-unterseite-breadcrumbs-dark a {
  font-size: 16px;
  color: rgba(255,255,255,1.00);
  text-decoration: none;
  cursor: pointer;
  opacity: 0.3;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 3px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.leistung-unterseite-breadcrumbs-dark a:hover {
  opacity: 0.9;
}

.leistung-unterseite-breadcrumbs-dark-active {
  opacity: 1 !important;
  text-decoration: underline !important;
  text-decoration-style: solid !important; 
  text-decoration-color: rgba(255,255,255,1.00) !important;
  text-decoration-thickness: 2px !important;
  text-decoration-skip: none !important;
  text-underline-position: under !important;
}


/* Stage */


.leistungen-unterseite-stage-intro {
  position: absolute;
  top: 105px;
  left: 5%;
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.3);
  width: 28%;
  margin: 0;
  text-align: left;
  z-index: 1;
}


.leistungen-unterseite-stage-scroll-icon {
  left: 5%;
  z-index: 1;
}

.leistungen-unterseite-stage-picture-container {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  z-index: 0;
  top: 0;
} 

.leistungen-unterseite-stage-picture-container--design-agentur,
.leistungen-unterseite-stage-picture-container--webagentur,
.leistungen-unterseite-stage-picture-container--werbeagentur {
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.leistungen-unterseite-stage-picture-container--design-agentur {
  background-image: url("../images/leistungen/stage-leistung-design-poster.jpg");
  background-image: image-set(
    url("../images/leistungen/stage-leistung-design-poster.avif") type("image/avif"),
    url("../images/leistungen/stage-leistung-design-poster.jpg") type("image/jpeg")
  );
}

.leistungen-unterseite-stage-picture-container--webagentur {
  background-image: url("../images/leistungen/stage-leistungen-programmierung-poster.jpg");
  background-image: image-set(
    url("../images/leistungen/stage-leistungen-programmierung-poster.avif") type("image/avif"),
    url("../images/leistungen/stage-leistungen-programmierung-poster.jpg") type("image/jpeg")
  );
}

.leistungen-unterseite-stage-picture-container--werbeagentur {
  background-image: url("../images/leistungen/stage-leistungen-marketing-poster.jpg");
  background-image: image-set(
    url("../images/leistungen/stage-leistungen-marketing-poster.avif") type("image/avif"),
    url("../images/leistungen/stage-leistungen-marketing-poster.jpg") type("image/jpeg")
  );
}

.leistungen-unterseite-stage-picture-container video {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  object-fit: cover;
}

.leistungen-unterseite-stage-picture-container--design-agentur video,
.leistungen-unterseite-stage-picture-container--webagentur video,
.leistungen-unterseite-stage-picture-container--werbeagentur video {
  display: block;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: opacity 450ms ease-out;
}

.leistungen-unterseite-stage-picture-container--design-agentur.is-video-ready video,
.leistungen-unterseite-stage-picture-container--webagentur.is-video-ready video,
.leistungen-unterseite-stage-picture-container--werbeagentur.is-video-ready video {
  opacity: 1;
}

.leistungen-unterseite-stage-picture-container--design-agentur .leistungen-unterseite-stage-overlay-blur,
.leistungen-unterseite-stage-picture-container--design-agentur .leistungen-unterseite-stage-overlay-gradient-100,
.leistungen-unterseite-stage-picture-container--design-agentur .leistungen-unterseite-stage-overlay-gradient-50,
.leistungen-unterseite-stage-picture-container--webagentur .leistungen-unterseite-stage-overlay-blur,
.leistungen-unterseite-stage-picture-container--webagentur .leistungen-unterseite-stage-overlay-gradient-100,
.leistungen-unterseite-stage-picture-container--webagentur .leistungen-unterseite-stage-overlay-gradient-50,
.leistungen-unterseite-stage-picture-container--werbeagentur .leistungen-unterseite-stage-overlay-blur,
.leistungen-unterseite-stage-picture-container--werbeagentur .leistungen-unterseite-stage-overlay-gradient-100,
.leistungen-unterseite-stage-picture-container--werbeagentur .leistungen-unterseite-stage-overlay-gradient-50 {
  pointer-events: none;
  z-index: 2;
}

.leistungen-unterseite-stage-picture {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.leistungen-unterseite-stage-content-container {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  animation-name: height-leistungen-stage;
  animation-delay: 1s;
  animation-duration: 3000ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes height-leistungen-stage {
  from {
    height: calc(var(--vh, 1vh) * 100);
  }

  to {
    height: calc(var(--vh, 1vh) * 70);
  }
}

.leistungen-unterseite-stage-content {
  width: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  animation-name: opacity;
  animation-delay: 400ms;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  padding-top: 30px;
}


.leistungen-unterseite-stage-content h1 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
}

.leistungen-unterseite-stage-content h1 span {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: rgba(227,249,82,1.0);
  text-decoration-thickness: 4px;
}

.leistungen-unterseite-stage-overlay-blur {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
  opacity: 0;
  animation-name: opacity;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.leistungen-unterseite-stage-overlay-gradient-100 {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  z-index: 1;
}

.leistungen-unterseite-stage-overlay-gradient-50 {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  z-index: 1;
}

.leistungen-unterseite-cards {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 5% 120px 5%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.leistungen-unterseite-cards a {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 70);
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 600ms ease-in;
  -moz-transition: all 600ms ease-in;
  -ms-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
  cursor: pointer;
  background-color: rgba(255,255,255,0.15);
}

.leistungen-unterseite-cards a:hover {
  background-color: rgba(255,255,255,0.5);
}

.leistungen-unterseite-cards-picture {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leistungen-unterseite-cards-sternchen {
  width: 15px;
  position: relative;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.95;
  display: inline;
}

.leistungen-unterseite-cards a h3 {
  color: rgba(255,255,255,0.95);
  font-size: 20px;
  font-family: "proxima-nova";
  font-weight: 600;
  position: relative;
  margin-left: 10px;
  display: inline;
}

.leistungen-unterseite-cards-hashtag-container {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  justify-content: flex-start;
  width: 70%;
  position: relative;
  padding-top: 50px;
}

.leistungen-unterseite-cards-hashtag {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: 600;
  background-color: rgb(227, 249, 82);
  border-radius: 50px;
  padding: 10px 14px;
}

.leistungen-unterseite-cards a p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 17px;
  font-family: "proxima-nova";
  font-weight: 500;
  width: 30%;
  padding-top: 20px;
}
  
.leistungen-unterseite-cards-button {
  position: absolute;
  bottom: 20px;
}
  
.leistungen-unterseite-intro {
  width: 100%;
  height: auto;
  padding: 0 5% 150px 5%;
  background-color: rgba(0,0,0,1.00);
}

.leistungen-unterseite-intro-intro {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  width: 35%;
  padding-top: 80px;
  padding-bottom: 140px;
  margin: 0;
}

.leistungen-unterseite-intro h2 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
  width: 80%;
  margin: 0;
}

.leistungen-unterseite-intro p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
  width: 80%;
  padding-top: 35px;
  text-align: left;
}

.leistungen-unterseite-vorteile-headline {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  text-decoration: underline 2px rgba(255, 255, 255, 0.95);
  text-underline-position: under;
  padding-bottom: 40px;
  padding-left: 5%;
}
  
.leistungen-unterseite-vorteile {
  background-color: rgba(0,0,0,1.00) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}

.leistungen-unterseite-team-intro {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  width: 35%;
  padding-top: 80px;
  padding-bottom: 140px;
  margin: 0;
}

  
  
/* LEISTUNGEN UNTERSEITEN SUB 
  Beispiel: Webdesign, Grafikdesign ---------------------
*/


/* Stage */


.leistungen-unterseite-sub-stage {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leistungen-unterseite-sub-stage h2 {
  position: absolute;
  left: 5%;
  top: 0;
  transform: translateY(105px); 
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
  margin: 0;
  text-align: left;
  z-index: 1;
  max-width: 400px;
}



.leistungen-unterseite-sub-stage-scroll-icon {
  left: 5%;
  z-index: 5;
}


.leistungen-unterseite-sub-stage-content {
  width: 50%;
  text-align: center;
}

.leistungen-unterseite-sub-stage-content img {
  height: 125px;
  margin-bottom: 20px;
  width: auto;
}

#hero-frist {
  font-size: 16px;
  color: rgba(0,0,0,0.75);
  font-weight: 600;
  text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
  padding-bottom: 15px;
}



.leistungen-unterseite-sub-stage-content h1 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  position: relative;
  z-index: 5;
}

.leistungen-unterseite-sub-stage-content h1 span {
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(227,249,82,1.0);
  text-decoration-thickness: 4px;
}

.leistungen-unterseite-sub-stage-content-hashtags {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  flex-wrap: wrap;
  row-gap: 5px;
  justify-content: center;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.leistungen-unterseite-sub-stage-content-hashtags p {
  color: rgba(0,0,0,0.90);
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: 600;
  background-color: rgba(227,249,82,1.0);
  border-radius: 50px;
  padding: 10px 14px;
}

.leistungen-unterseite-sub-stage-content-hashtags li {
  color: rgba(0,0,0,0.90);
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: 600;
  background-color: rgba(227,249,82,1.0);
  border-radius: 50px;
  padding: 10px 14px;
}

.leistungen-unterseite-sub-stage-content-hashtags a {
  color: rgba(0,0,0,0.90);
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: 600;
  background-color: rgba(227,249,82,1.0);
  border-radius: 50px;
  padding: 10px 14px;
}

/* Stage Background */

.leistungen-unterseite-sub-stage-background {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  z-index: 0;
  top: 0;
	left: 0;
  background-color: rgba(255,255,255,1.00);
}

.webdesign-body .leistungen-unterseite-sub-stage-background--webdesign {
  overflow: hidden;
  background-image: url("../images/leistungen/webdesign/video-stage-poster.jpg");
  background-image: image-set(
    url("../images/leistungen/webdesign/video-stage-poster.avif") type("image/avif"),
    url("../images/leistungen/webdesign/video-stage-poster.jpg") type("image/jpeg")
  );
  background-position: center;
  background-size: cover;
}

.branding-body .leistungen-unterseite-sub-stage-background--branding,
.online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing,
.seo-body .leistungen-unterseite-sub-stage-background--seo,
.barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei {
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.branding-body .leistungen-unterseite-sub-stage-background--branding {
  background-image: url("../images/leistungen/branding/stage-branding-poster.jpg");
  background-image: image-set(
    url("../images/leistungen/branding/stage-branding-poster.avif") type("image/avif"),
    url("../images/leistungen/branding/stage-branding-poster.jpg") type("image/jpeg")
  );
}

.online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing {
  background-image: url("../images/leistungen/online-marketing/stage-online-marketing-poster.jpg");
  background-image: image-set(
    url("../images/leistungen/online-marketing/stage-online-marketing-poster.avif") type("image/avif"),
    url("../images/leistungen/online-marketing/stage-online-marketing-poster.jpg") type("image/jpeg")
  );
}

.seo-body .leistungen-unterseite-sub-stage-background--seo {
  background-image: url("../images/leistungen/seo/seo-stage-poster.jpg");
  background-image: image-set(
    url("../images/leistungen/seo/seo-stage-poster.avif") type("image/avif"),
    url("../images/leistungen/seo/seo-stage-poster.jpg") type("image/jpeg")
  );
}

.barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei {
  background-image: url("../images/leistungen/barrierefreiheitsstaerkungsgesetz/stage-bfsg-poster.jpg");
  background-image: image-set(
    url("../images/leistungen/barrierefreiheitsstaerkungsgesetz/stage-bfsg-poster.avif") type("image/avif"),
    url("../images/leistungen/barrierefreiheitsstaerkungsgesetz/stage-bfsg-poster.jpg") type("image/jpeg")
  );
}

.leistungen-unterseite-sub-stage-background video {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  object-fit: cover;
}

.webdesign-body .leistungen-unterseite-sub-stage-background--webdesign video {
  display: block;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: opacity 450ms ease-out;
}

.branding-body .leistungen-unterseite-sub-stage-background--branding video,
.online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing video,
.seo-body .leistungen-unterseite-sub-stage-background--seo video,
.barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei video {
  display: block;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: opacity 450ms ease-out;
}

.webdesign-body .leistungen-unterseite-sub-stage-background--webdesign.is-video-ready video {
  opacity: 1;
}

.branding-body .leistungen-unterseite-sub-stage-background--branding.is-video-ready video,
.online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing.is-video-ready video,
.seo-body .leistungen-unterseite-sub-stage-background--seo.is-video-ready video,
.barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei.is-video-ready video {
  opacity: 1;
}

.webdesign-body .leistungen-unterseite-sub-stage-background--webdesign .leistungen-unterseite-sub-stage-overlay-blur,
.webdesign-body .leistungen-unterseite-sub-stage-background--webdesign .leistungen-unterseite-sub-stage-overlay-gradient-100,
.webdesign-body .leistungen-unterseite-sub-stage-background--webdesign .leistungen-unterseite-sub-stage-overlay-gradient-50 {
  pointer-events: none;
  z-index: 2;
}

.branding-body .leistungen-unterseite-sub-stage-background--branding .leistungen-unterseite-sub-stage-overlay-blur,
.branding-body .leistungen-unterseite-sub-stage-background--branding .leistungen-unterseite-sub-stage-overlay-gradient-100,
.branding-body .leistungen-unterseite-sub-stage-background--branding .leistungen-unterseite-sub-stage-overlay-gradient-50,
.online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing .leistungen-unterseite-sub-stage-overlay-blur,
.online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing .leistungen-unterseite-sub-stage-overlay-gradient-100,
.online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing .leistungen-unterseite-sub-stage-overlay-gradient-50,
.seo-body .leistungen-unterseite-sub-stage-background--seo .leistungen-unterseite-sub-stage-overlay-blur,
.seo-body .leistungen-unterseite-sub-stage-background--seo .leistungen-unterseite-sub-stage-overlay-gradient-100,
.seo-body .leistungen-unterseite-sub-stage-background--seo .leistungen-unterseite-sub-stage-overlay-gradient-50,
.barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei .leistungen-unterseite-sub-stage-overlay-blur,
.barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei .leistungen-unterseite-sub-stage-overlay-gradient-100,
.barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei .leistungen-unterseite-sub-stage-overlay-gradient-50 {
  pointer-events: none;
  z-index: 2;
}

.webdesign-body .leistungen-unterseite-sub-stage-content {
  position: relative;
  z-index: 3;
}

.webdesign-body .leistungen-unterseite-sub-stage h2 {
  z-index: 3;
}

@media (max-width: 766px) {
  .leistungen-unterseite-stage-picture-container--design-agentur {
    background-image: url("../images/leistungen/stage-leistung-design-mobil-poster.jpg");
    background-image: image-set(
      url("../images/leistungen/stage-leistung-design-mobil-poster.avif") type("image/avif"),
      url("../images/leistungen/stage-leistung-design-mobil-poster.jpg") type("image/jpeg")
    );
  }

  .leistungen-unterseite-stage-picture-container--webagentur {
    background-image: url("../images/leistungen/stage-leistungen-programmierung-mobil-poster.jpg");
    background-image: image-set(
      url("../images/leistungen/stage-leistungen-programmierung-mobil-poster.avif") type("image/avif"),
      url("../images/leistungen/stage-leistungen-programmierung-mobil-poster.jpg") type("image/jpeg")
    );
  }

  .leistungen-unterseite-stage-picture-container--werbeagentur {
    background-image: url("../images/leistungen/stage-leistungen-marketing-mobil-poster.jpg");
    background-image: image-set(
      url("../images/leistungen/stage-leistungen-marketing-mobil-poster.avif") type("image/avif"),
      url("../images/leistungen/stage-leistungen-marketing-mobil-poster.jpg") type("image/jpeg")
    );
  }

  .webdesign-body .leistungen-unterseite-sub-stage-background--webdesign {
    background-image: url("../images/leistungen/webdesign/video-stage-small-poster.jpg");
    background-image: image-set(
      url("../images/leistungen/webdesign/video-stage-small-poster.avif") type("image/avif"),
      url("../images/leistungen/webdesign/video-stage-small-poster.jpg") type("image/jpeg")
    );
  }

  .branding-body .leistungen-unterseite-sub-stage-background--branding {
    background-image: url("../images/leistungen/branding/stage-branding-mobil-poster.jpg");
    background-image: image-set(
      url("../images/leistungen/branding/stage-branding-mobil-poster.avif") type("image/avif"),
      url("../images/leistungen/branding/stage-branding-mobil-poster.jpg") type("image/jpeg")
    );
  }

  .online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing {
    background-image: url("../images/leistungen/online-marketing/stage-online-marketing-mobil-poster.jpg");
    background-image: image-set(
      url("../images/leistungen/online-marketing/stage-online-marketing-mobil-poster.avif") type("image/avif"),
      url("../images/leistungen/online-marketing/stage-online-marketing-mobil-poster.jpg") type("image/jpeg")
    );
  }

  .seo-body .leistungen-unterseite-sub-stage-background--seo {
    background-image: url("../images/leistungen/seo/seo-stage-mobil-poster.jpg");
    background-image: image-set(
      url("../images/leistungen/seo/seo-stage-mobil-poster.avif") type("image/avif"),
      url("../images/leistungen/seo/seo-stage-mobil-poster.jpg") type("image/jpeg")
    );
  }

  .barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei {
    background-image: url("../images/leistungen/barrierefreiheitsstaerkungsgesetz/stage-bfsg-mobil-poster.jpg");
    background-image: image-set(
      url("../images/leistungen/barrierefreiheitsstaerkungsgesetz/stage-bfsg-mobil-poster.avif") type("image/avif"),
      url("../images/leistungen/barrierefreiheitsstaerkungsgesetz/stage-bfsg-mobil-poster.jpg") type("image/jpeg")
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  .leistungen-unterseite-stage-picture-container--design-agentur video,
  .leistungen-unterseite-stage-picture-container--webagentur video,
  .leistungen-unterseite-stage-picture-container--werbeagentur video,
  .webdesign-body .leistungen-unterseite-sub-stage-background--webdesign video {
    transition: none;
  }

  .branding-body .leistungen-unterseite-sub-stage-background--branding video,
  .online-marketing-body .leistungen-unterseite-sub-stage-background--online-marketing video,
  .seo-body .leistungen-unterseite-sub-stage-background--seo video,
  .barrierefreie-body .leistungen-unterseite-sub-stage-background--barrierefrei video {
    transition: none;
  }
}

.leistungen-unterseite-sub-stage-picture {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  object-fit: cover;
}

.leistungen-unterseite-sub-stage-overlay-blur {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 0;
  opacity: 0;
  animation-name: opacity;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.leistungen-unterseite-sub-stage-overlay-gradient-100 {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  z-index: 0;
}

.leistungen-unterseite-sub-stage-overlay-gradient-100-dark {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  z-index: 0;
}

.leistungen-unterseite-sub-stage-overlay-gradient-50 {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  z-index: 0;
}

.leistungen-unterseite-sub-stage-overlay-gradient-50-dark {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  z-index: 0;
}



/* Intro */

.leistungen-unterseite-sub-intro {
  width: 100%;
  height: auto;
  padding: 150px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255,255,255,1.00);
}

.leistungen-unterseite-sub-intro a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.leistungen-unterseite-sub-intro .google-rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  row-gap: 4px;
  margin: 0 0 64px 0;
  color: rgba(0,0,0,0.95);
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.leistungen-unterseite-sub-intro .google-rating__stars {
  display: inline-flex;
  order: 2;
  align-items: center;
  gap: 3px;
}

.leistungen-unterseite-sub-intro .google-rating__stars img {
  display: block;
  width: auto;
  height: 12px;
}

.leistungen-unterseite-sub-intro .google-rating__score {
  order: 1;
}

.leistungen-unterseite-sub-intro .google-rating__score strong {
  font: inherit;
}

.leistungen-unterseite-sub-intro .google-rating__source {
  order: 3;
}

.leistungen-unterseite-sub-intro .google-rating__count {
  order: 4;
  flex-basis: 100%;
  color: rgba(0,0,0,0.48);
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.leistungen-unterseite-sub-intro h3 {
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(0,0,0,0.95);
  margin: 0;
  width: 50%;
}

.leistungen-unterseite-sub-intro h2 {
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(0,0,0,0.95);
  margin: 0;
  width: 50%;
}

.leistungen-unterseite-sub-intro p {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.7);
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  width: 50%;
}

.leistungen-unterseite-sub-intro-link-text {
  margin-top: 0px !important;
  background: no-repeat;
  border: none;
	font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.7);
	cursor: pointer;
	text-decoration: underline;
}

.leistungen-unterseite-sub-intro button {
  width: fit-content;
  margin-top: 40px;
}

.leistungen-unterseite-sub-intro-logos {
  width: 100%;
  margin-top: clamp(180px, 18vw, 320px);
  padding: 0 5.5%;
  background-color: transparent;
}

.leistungen-unterseite-sub-intro-logos-mobile {
  display: none;
  background-color: transparent;
}



/* Quickcheck */


.leistung-unterseite-sub-quickcheck-container {
	width: 100%;
  height: auto;
  background-color: rgba(255,255,255,1.0);
	padding: 20px 5% 100px 5%;
}


.quickcheck-wrapper {
  display: flex;
  background: rgb(247, 247, 247);
  border-radius: 10px;
  align-items: stretch;
	position: relative;
}

.quickcheck-box {
	position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border-radius: 10px;
  min-height: 520px;
}

.quickcheck-intro-box {
      
}
 
.quickcheck-quiz-box {
	background-color: rgba(227,249,82,1.00);;
}

.quickcheck-intro-box h3 {
	font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  color: rgba(0,0,0,0.95);
  padding-bottom: 20px;
	width: 50%;
}

.quickcheck-intro-box p {
	color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  width: 50%;
}

.quickcheck-intro-box .quickcheck-button {
	display: inline-block;
	width: fit-content;
	position: absolute;
	bottom: 25px;
	left: 2rem;
}


/* Quiz-Stile */
.quickcheck-quiz-box h3 {
	font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  color: rgba(0,0,0,0.95);
  padding-bottom: 20px;
  width: 50%;
}

.quickcheck-progress {
	color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
}

.quickcheck-step {
	display: none;
}

.quickcheck-step.active {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 200px;
}

.quickcheck-options {
	margin: 1rem 0;
}

.quickcheck-step p {
	position: absolute;
	bottom: 25px;
	color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  width: 45%;
}

.quickcheck-close {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: rgba(0,2,0,0.30);
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  z-index: 9;
	cursor: pointer;
	border: none;
}

.quickcheck-open-container {
	background-color: rgba(255,255,255,1.00);
	display: flex;
	justify-content: center;
}

.quickcheck-open {
  display: none;
}

.quickcheck-options button {
  color: rgba(0,0,0,0.95);
  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.95) !important;
  text-decoration: none;
  cursor: pointer;
}
    

/* Ergebnis */
.quickcheck-result {
	text-align: left;
	margin-top: 2rem;
}

.quickcheck-result-text {
	font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0,0,0,0.95);
	padding-bottom: 30px;
}

.quickcheck-result a,
.quickcheck-result button {
  color: rgb(0,0,0,0.90);
  font-size: 10px;
  font-family: "proxima-nova";
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 17px 20px;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  border-color: rgb(0,0,0,0.90);
  border-style: solid;
  border-width: 1px;
}



/* Vorteile */

.leistungen-unterseite-sub-vorteile {
  background-color: rgba(255,255,255,1.00);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}

.leistungen-unterseite-sub-vorteile-intro {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.65);
  width: 33%;
  padding: 100px 0 100px 5%;
}

.leistungen-unterseite-sub-vorteile-intro span {
	color: rgba(0,0,0,0.95);
}

.webdesign-benefits-slider {
  margin-top: 0;
}

.webdesign-benefits-slider .swiper-wrapper {
  align-items: stretch;
  width: 100%;
}

.webdesign-benefits-slider .swiper-slide.swiper-slide {
  height: auto;
  width: calc(85vw / 3);
  transform: none;
}

.leistungen-unterseite-sub-vorteile-slide {
  margin-left: -27%;
  width: 88%;
  background-color: rgba(26,26,26,1.0);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  min-height: 440px;
  overflow: hidden;
	display: flex;
  flex-direction: column;
  justify-content: end;
}

.webdesign-benefits-slider .leistungen-unterseite-sub-vorteile-slide,
.webdesign-benefits-slider .leistungen-unterseite-sub-vorteile-agency-slide {
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.webdesign-benefits-prev,
.webdesign-benefits-next,
.webdesign-references-prev,
.webdesign-references-next {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  line-height: 0;
}

.leistungen-unterseite-sub-vorteile-slide-video {
  width: 100%;
  height: 100%;
  border-radius: 10;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
	display: none;
}

.leistungen-unterseite-sub-vorteile-slide-video-overlay-gradient-50 {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(26,26,26,0) 0%,rgba(26,26,26,1) 100%);
  z-index: 1;
  left: 0;
	display: none;
}

.leistungen-unterseite-sub-vorteile-slide-number {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 600;
  z-index: 2;
  position: absolute;
  background-color: rgba(247,247,247,0.1);
  padding: 15px;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  top: 20px;
}

.leistungen-unterseite-sub-vorteile-slide h3 {
  color: rgba(255,255,255,0.95);
  font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
	padding-bottom: 10px;
}

.leistungen-unterseite-sub-vorteile-slide p {
	width: 75%;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-right: 20px;
}

.webdesign-benefits-prev {
  margin-right: 10px;
}

.webdesign-benefits-prev img {
  transform: rotate(180deg);
}

.webdesign-benefits-prev:focus-visible,
.webdesign-benefits-next:focus-visible {
  outline: 3px solid rgba(0,0,0,0.95);
  outline-offset: 4px;
}

.swiper-nav--agency .webdesign-benefits-prev:focus-visible,
.swiper-nav--agency .webdesign-benefits-next:focus-visible {
  outline-color: rgba(227,249,82,0.95);
}

.webdesign-body.is-footer-approaching--yellow .swiper-nav--agency .webdesign-benefits-prev:focus-visible,
.webdesign-body.is-footer-approaching--yellow .swiper-nav--agency .webdesign-benefits-next:focus-visible {
  outline-color: rgba(0,0,0,0.95);
}

.webdesign-benefits-nav .swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}

@media only screen and (max-width: 766px) {
  .webdesign-benefits-slider .swiper-slide.swiper-slide {
    width: 77.0833vw;
    opacity: 0.6;
    transition: opacity 300ms ease;
  }

  .webdesign-benefits-slider .swiper-slide-active.swiper-slide {
    opacity: 1;
  }
}


/* Unterleistungen */

.leistungen-unterseite-sub-unterleistungen {
  width: 100%;
  background-color: rgba(255,255,255,1.00);
  padding: 100px 5% 100px 5%;
}

.leistungen-unterseite-sub-unterleistungen h2 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  width: 80%;
}

.leistungen-unterseite-sub-unterleistungen h4 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  width: 80%;
}

.leistungen-unterseite-sub-unterleistungen-info {
  width: min(270px, 80%);
  margin: 58px 0 0;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: rgba(0,0,0,0.55);
}


/* Unterleistungen-Panel */

.leistungen-unterseite-sub-unterleistungen-panels {
  gap: 26px;
  margin-top: 100px;
}

.panels {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.panel-button {
  font-family: "proxima-nova";
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-decoration-style: solid;
  text-decoration-color: rgba(0,0,0,1.00);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 6px;
  margin-right: 20px;
  opacity: 0.4;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.panel-button:hover {
  opacity: 0.8;
}

.panel-button.active {
  opacity: 1;
  text-decoration-line: underline;
}

.panel-content {
  display: none;
  border: none;
}

.panel-content.active {
  display: block;
}


.leistungen-unterseite-sub-unterleistungen-panels-content {
  width: 80%;
  padding-top: 15px;
  text-align: left;
}

.leistungen-unterseite-sub-unterleistungen-panels-content p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

/* Webdesign Detail Slider */

.webdesign-deepdive {
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,1.00) 0, rgba(255,255,255,1.00) calc(100% - 160px), rgba(247,247,247,1.00) 100%);
  padding: 100px 0 90px;
  overflow: hidden;
}

.webdesign-deepdive-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.webdesign-deepdive-slider > .swiper-wrapper {
  width: 100%;
  margin-bottom: 0;
  align-items: stretch;
}

.webdesign-deepdive-slider .swiper-slide.webdesign-deepdive-slide {
  width: 90vw;
  min-height: 430px;
  height: calc(var(--vh, 1vh) * 70);
  transform: none;
  opacity: 1;
  transition: opacity 300ms ease;
}

.webdesign-deepdive-slider .swiper-slide-active,
.webdesign-deepdive-slider .swiper-slide-duplicate-active {
  opacity: 1;
}

.webdesign-deepdive-slide {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(230,230,230,1.00);
}

.webdesign-deepdive-slide__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/*
.webdesign-deepdive-slide__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.84) 0%, rgba(255,255,255,0.55) 31%, rgba(255,255,255,0.10) 72%),
    linear-gradient(0deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 34%);
}
*/

.webdesign-deepdive-slide__content {
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 50%;
  width: min(420px, calc(100% - 48px));
  transform: translateY(-50%);
}

.webdesign-deepdive-slide__content h3 {
  margin: 0;
  font-family: headline, serif;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 0.98;
  color: rgba(0,0,0,0.95);
}

.webdesign-deepdive-slide__content p {
  width: min(280px, 100%);
  margin: 24px 0 0;
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(0,0,0,0.55);
}

.webdesign-deepdive-slide__open {
  position: absolute;
  z-index: 3;
  left: 25px;
  bottom: 25px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.86);
  color: rgba(255,255,255,0.98);
  font-family: "proxima-nova";
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}

.webdesign-deepdive-slide__open:hover {
  background-color: rgba(0,0,0,1.00);
  transform: scale(1.04);
}

.webdesign-deepdive-slide__open:focus-visible,
.webdesign-deepdive-nav__button:focus-visible,
.webdesign-audience .panel-button:focus-visible,
.webdesign-deepdive-dialog__close:focus-visible,
.webdesign-deepdive-dialog__backdrop:focus-visible {
  outline: 3px solid rgba(227,249,82,1.00);
  outline-offset: 3px;
}

.webdesign-deepdive-nav {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 24px 5% 0;
  background-color: transparent;
}

.webdesign-deepdive-nav__button {
  width: 50px;
  min-width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.webdesign-deepdive-nav__button img {
  width: 40px;
  height: auto;
  display: block;
}

.webdesign-deepdive-nav__button--prev img {
  transform: rotate(180deg);
}

.webdesign-deepdive-nav__button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.webdesign-deepdive-dialog {
  position: fixed;
  inset: 0;
  z-index: 9999999998;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0,0,0,0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 260ms ease, visibility 260ms ease;
}

.webdesign-deepdive-dialog.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

html:not(.js) .webdesign-deepdive-dialog {
  display: block;
  position: static;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  background: rgba(255,255,255,1.00);
  padding: 0 5% 60px;
}

html:not(.js) .webdesign-deepdive-dialog__backdrop,
html:not(.js) .webdesign-deepdive-dialog__close {
  display: none;
}

html:not(.js) .webdesign-deepdive-dialog__panel {
  position: static;
  width: 100%;
  max-height: none;
  overflow: visible;
  transform: none;
  opacity: 1;
  box-shadow: none;
}

.webdesign-deepdive-dialog__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.webdesign-deepdive-dialog__panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 97%;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255,255,255,1.00);
  color: rgba(0,0,0,0.95);
  border-radius: 8px 8px 0 0;
  padding: 50px 2.5% 90px;
  transform: translate(-50%, 70px);
  opacity: 0;
  transition: transform 320ms ease, opacity 320ms ease;
  box-shadow: 0 -24px 80px rgba(0,0,0,0.16);
}

.webdesign-deepdive-dialog.is-open .webdesign-deepdive-dialog__panel {
  transform: translate(-50%, 0);
  opacity: 1;
}

.webdesign-deepdive-dialog__close {
  position: absolute;
  top: 50px;
  right: 2.5%;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  color: #3e4146;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(0,0,0,0.40);
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.webdesign-deepdive-dialog__close:hover {
  cursor: pointer;
  color: #f66867;
}

.webdesign-deepdive-dialog__category {
  margin: 0 0 100px;
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.88);
}

.webdesign-deepdive-dialog__header {
  max-width: 720px;
}

.webdesign-deepdive-dialog__header h2 {
  margin: 0;
  font-family: headline, serif;
  font-size: clamp(40px, 5vw, 78px);
  line-height: 1.02;
  color: rgba(0,0,0,0.95);
}

.webdesign-deepdive-dialog__header p {
  width: 75%;
  margin: 44px 0 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: rgba(0,0,0,0.55);
}

.webdesign-deepdive-dialog__cta {
  margin-top: 90px;
}

.webdesign-deepdive-dialog__copy {
  width: min(860px, 100%);
  margin-top: 130px;
}

.webdesign-deepdive-dialog__copy h3 {
  margin: 0 0 28px;
  font-family: "proxima-nova";
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: rgba(0,0,0,0.95);
}

.webdesign-deepdive-dialog__copy h3:not(:first-child) {
  margin-top: 58px;
}

.webdesign-deepdive-dialog__copy p {
  width: min(760px, 100%);
  margin: 0 0 24px;
  font-family: "proxima-nova";
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0,0,0,0.86);
}

body.webdesign-deepdive-scroll-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 766px) {
  .webdesign-deepdive {
    padding: 70px 0 70px;
  }

  .webdesign-deepdive-slider .swiper-slide.webdesign-deepdive-slide {
    width: 90vw;
    min-height: 460px;
    height: calc(var(--vh, 1vh) * 70);
  }

  .webdesign-deepdive-slide__scrim {
    background:
      linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.62) 52%, rgba(255,255,255,0.18) 100%),
      linear-gradient(0deg, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0) 42%);
  }

  .webdesign-deepdive-slide__content {
    left: 24px;
    width: calc(100% - 48px);
  }

  .webdesign-deepdive-slide__content p {
    width: min(260px, 100%);
    font-size: 14px;
    line-height: 21px;
  }

  .webdesign-deepdive-slide__open {
    left: 24px;
    bottom: 24px;
  }

  .webdesign-deepdive-nav {
    padding-top: 18px;
  }

  .webdesign-deepdive-dialog__panel {
    width: 97%;
    max-height: calc(100vh - 70px);
    padding: 18px 5% 70px;
  }

  .webdesign-deepdive-dialog__close {
    top: 10px;
    right: 10px;
  }

  .webdesign-deepdive-dialog__category {
    margin: 12px 0 70px;
  }

  .webdesign-deepdive-dialog__header p {
    margin-top: 32px;
  }

  .webdesign-deepdive-dialog__cta {
    margin-top: 54px;
  }

  .webdesign-deepdive-dialog__copy {
    margin-top: 90px;
  }

  .webdesign-deepdive-dialog__copy p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webdesign-deepdive-slider > .swiper-wrapper {
    transition-duration: 0ms !important;
  }

  .webdesign-deepdive-slider .swiper-slide.swiper-slide,
  .webdesign-deepdive-slide__open,
  .webdesign-deepdive-dialog,
  .webdesign-deepdive-dialog__panel {
    transition: none;
    transition-duration: 0ms;
  }
}


/* Webdesign Zielgruppen */

.webdesign-audience {
  width: 100%;
  background-color: rgba(247,247,247,1.00);
  padding: 170px 5% 150px;
}

.webdesign-audience__inner {
  width: 100%;
}

.webdesign-audience__header h2 {
  margin: 0;
  width: min(650px, 80%);
  font-family: headline, serif;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,0.95);
}

.webdesign-audience__header p {
  width: min(270px, 80%);
  margin: 58px 0 0;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: rgba(0,0,0,0.55);
}

.webdesign-audience__tabs {
  gap: 26px;
  margin-top: 100px;
  overflow: visible;
}

.webdesign-audience .panel-button {
  margin: 0;
  opacity: 1;
  color: rgba(0,0,0,0.62);
  text-decoration-color: currentColor;
}

.webdesign-audience .panel-button:hover,
.webdesign-audience .panel-button.active {
  color: rgba(0,0,0,0.95);
  opacity: 1;
}

.webdesign-audience .panel-button:focus-visible,
.webdesign-audience__button:focus-visible {
  outline: 3px solid rgba(0,0,0,0.95);
  outline-offset: 4px;
}

.webdesign-audience__panels {
  margin-top: 30px;
}

.webdesign-audience__panel {
  width: min(760px, 72%);
}

.webdesign-audience__panel[hidden] {
  display: none;
}

.webdesign-audience__panel p {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0,0,0,0.9);
}

.webdesign-audience__panel + .webdesign-audience__panel {
  margin-top: 28px;
}

.webdesign-audience__button {
  margin-top: 70px;
}

html:not(.js) .webdesign-audience__tabs {
  display: none;
}

@media only screen and (max-width: 766px) {
  .webdesign-audience {
    padding: 95px 5% 105px;
  }

  .webdesign-audience__header h2 {
    width: 92%;
    font-size: 30px;
    line-height: 36px;
    hyphens: auto;
  }

  .webdesign-audience__header p {
    width: 82%;
    margin-top: 42px;
  }

  .webdesign-audience__tabs {
    gap: 0;
    margin-top: 74px;
  }

  .webdesign-audience .panel-button {
    margin-bottom: 12px;
    text-align: left;
  }

  .webdesign-audience__panels {
    margin-top: 22px;
  }

  .webdesign-audience__panel {
    width: 92%;
  }

  .webdesign-audience__panel p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0,0,0,0.72);
  }

  .webdesign-audience__button {
    margin-top: 54px;
  }
}

/* Webdesign Prozess */

.webdesign-process {
  --webdesign-process-stack-gap: 64px;
  --webdesign-process-list-top: clamp(135px, calc(18vh - 50px), 170px);
  --webdesign-process-view-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
  background-color: rgba(247,247,247,1.00);
  color: rgba(0,0,0,0.95);
  padding: 150px 5% 170px;
  overflow: hidden;
}

@supports (height: 100svh) {
  .webdesign-process {
    --webdesign-process-view-height: 100svh;
  }
}

.webdesign-process__pin {
  width: 100%;
  position: relative;
}

.webdesign-process__header {
  width: min(330px, 100%);
  margin: 0 0 118px;
}

.webdesign-process__header h2 {
  display: inline;
  margin: 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0,0,0,0.94);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgba(0,0,0,0.94);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.webdesign-process__header p {
  width: min(340px, 100%);
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.65);
}

.webdesign-process__stage {
  width: 100%;
  position: relative;
}

.webdesign-process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webdesign-process__history {
  display: none;
}

.webdesign-process__step {
  margin: 0;
}

.webdesign-process__step + .webdesign-process__step {
  margin-top: 86px;
}

.webdesign-process-step {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.webdesign-process-step__header {
  width: min(420px, 100%);
  transition: opacity 240ms ease;
}

.webdesign-process-step__number {
  margin: 0 0 32px;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(0,0,0,0.95);
}

.webdesign-process-step h3 {
  margin: 0;
  font-family: headline, serif;
  font-size: 46px;
  line-height: 50px;
  color: rgba(0,0,0,0.98);
}

.webdesign-process-step__header > p:not(.webdesign-process-step__number) {
  width: min(310px, 100%);
  margin: 28px 0 0;
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(0,0,0,0.58);
}

.webdesign-process-step__body {
  width: min(880px, 100%);
  margin-top: 90px;
  visibility: visible;
  transition: opacity 240ms ease;
}

.webdesign-process-step__milestones {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  max-width: none;
  row-gap: 14px;
}

.webdesign-process-step__milestones li {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 0 34px 0 0;
  font-family: "proxima-nova";
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(0,0,0,0.95);
}

.webdesign-process-step__milestones li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 15px;
  margin-left: 34px;
  background-image: url("../images/vanachibald-pfeil-slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.webdesign-process-step__milestones li[aria-current="step"] {
  color: rgba(0,0,0,1.00);
}

.webdesign-process-step__body > p {
  width: min(760px, 100%);
  margin: 38px 0 0;
  font-family: "proxima-nova";
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
  color: rgba(0,0,0,0.58);
}

.webdesign-process__cta {
  margin: 70px 0 0;
}

.webdesign-process__button {
  pointer-events: auto;
}

.webdesign-process__button.main-button {
  color: rgba(0,0,0,0.95) !important;
  background-color: rgba(227,249,82,1.00) !important;
}

.webdesign-process__button:focus-visible {
  outline: 3px solid rgba(0,0,0,0.95);
  outline-offset: 4px;
}

.webdesign-process.is-enhanced {
  padding: 0;
  overflow: visible;
}

.webdesign-process.is-enhanced .webdesign-process__pin {
  position: sticky;
  top: 0;
  height: var(--webdesign-process-view-height);
  min-height: 680px;
  overflow: hidden;
  box-sizing: border-box;
  padding: clamp(76px, 9vh, 108px) 5% 0;
}

.webdesign-process.is-enhanced .webdesign-process__header {
  position: relative;
  z-index: 30;
  margin: 0;
}

.webdesign-process.is-enhanced .webdesign-process__header p {
  opacity: var(--webdesign-process-intro-opacity, 1);
  will-change: opacity;
}

.webdesign-process.is-enhanced .webdesign-process__stage {
  position: absolute;
  inset: 0 5%;
  z-index: 20;
}

.webdesign-process.is-enhanced .webdesign-process__steps {
  position: absolute;
  top: var(--webdesign-process-list-top);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.webdesign-process.is-enhanced .webdesign-process__step {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: calc(10 + var(--webdesign-process-index, 0));
  margin: 0;
  pointer-events: none;
  transform: translate3d(0, var(--webdesign-process-y, 0px), 0);
  will-change: transform;
}

.webdesign-process.is-enhanced .webdesign-process__step.is-active {
  pointer-events: auto;
}

.webdesign-process.is-enhanced .webdesign-process__step:nth-child(1) {
  --webdesign-process-index: 0;
}

.webdesign-process.is-enhanced .webdesign-process__step:nth-child(2) {
  --webdesign-process-index: 1;
}

.webdesign-process.is-enhanced .webdesign-process__step:nth-child(3) {
  --webdesign-process-index: 2;
}

.webdesign-process.is-enhanced .webdesign-process__step:nth-child(4) {
  --webdesign-process-index: 3;
}

.webdesign-process.is-enhanced .webdesign-process-step {
  min-height: calc(var(--webdesign-process-view-height) - var(--webdesign-process-list-top));
  padding: 0;
  background-color: rgb(247, 247, 247);
}

.webdesign-process.is-enhanced .webdesign-process-step__header,
.webdesign-process.is-enhanced .webdesign-process-step__body {
  transition: none;
}

.webdesign-process.is-enhanced .webdesign-process-step__header {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  grid-template-areas:
    "number ."
    "title title"
    "copy copy";
  column-gap: 26px;
  align-items: start;
}

.webdesign-process.is-enhanced .webdesign-process-step__number {
  grid-area: number;
  width: 12px;
  min-width: 12px;
  margin-bottom: 34px;
  opacity: var(--webdesign-process-number-opacity, 1);
  will-change: opacity;
}

.webdesign-process.is-enhanced .webdesign-process-step h3 {
  grid-area: title;
}

.webdesign-process.is-enhanced .webdesign-process-step__header > p:not(.webdesign-process-step__number) {
  grid-area: copy;
}

.webdesign-process.is-enhanced .webdesign-process-step h3,
.webdesign-process.is-enhanced .webdesign-process-step__header > p:not(.webdesign-process-step__number),
.webdesign-process.is-enhanced .webdesign-process-step__body {
  opacity: var(--webdesign-process-content-opacity, 1);
  will-change: opacity;
}

.webdesign-process.is-enhanced .webdesign-process-step__body {
  margin-top: 12vh;
}

.webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step {
  min-height: 0;
}

.webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__header {
  width: min(520px, 100%);
  min-height: var(--webdesign-process-stack-gap);
  grid-template-areas: "number title";
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__number {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.24;
}

.webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step h3 {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(0,0,0,0.95);
  opacity: 0.24;
  margin-top: -2px;
}

.webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__header > p:not(.webdesign-process-step__number),
.webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__body {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -8px, 0);
}

.webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__header > p:not(.webdesign-process-step__number) {
  grid-area: auto;
}

.webdesign-process.is-enhanced .webdesign-process__cta {
  position: absolute;
  left: 0;
  bottom: clamp(42px, 7vh, 76px);
  z-index: 90;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .webdesign-process,
  .webdesign-process.is-enhanced {
    height: auto !important;
    padding: 150px 5% 120px;
    overflow: hidden;
  }

  .webdesign-process.is-enhanced .webdesign-process__pin {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .webdesign-process.is-enhanced .webdesign-process__stage,
  .webdesign-process.is-enhanced .webdesign-process__steps,
  .webdesign-process.is-enhanced .webdesign-process__step,
  .webdesign-process.is-enhanced .webdesign-process__cta {
    position: static;
    inset: auto;
    pointer-events: auto;
    transform: none !important;
  }

  .webdesign-process.is-enhanced .webdesign-process__step + .webdesign-process__step {
    margin-top: 86px;
  }

  .webdesign-process.is-enhanced .webdesign-process-step,
  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step {
    min-height: 0;
  }

  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__header {
    display: block;
    width: min(420px, 100%);
    min-height: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__number {
    opacity: 1;
  }

  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step h3 {
    font-family: headline, serif;
    font-size: 46px;
    line-height: 50px;
    font-weight: 400;
  }

  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__header > p:not(.webdesign-process-step__number),
  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__body {
    display: block;
    position: static;
    opacity: 1 !important;
    pointer-events: auto;
    transform: none;
  }

  .webdesign-process.is-enhanced .webdesign-process-step h3,
  .webdesign-process.is-enhanced .webdesign-process-step__header > p:not(.webdesign-process-step__number),
  .webdesign-process.is-enhanced .webdesign-process-step__body {
    opacity: 1 !important;
  }

  .webdesign-process__cta,
  .webdesign-process.is-enhanced .webdesign-process__cta {
    margin-top: 58px;
  }
}

@media only screen and (max-width: 1100px) {
  .webdesign-process {
    --webdesign-process-stack-gap: 60px;
    --webdesign-process-list-top: clamp(128px, calc(18vh - 50px), 160px);
  }

  .webdesign-process-step h3 {
    font-size: 40px;
    line-height: 44px;
  }

  .webdesign-process-step__milestones li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 767px) and (max-height: 820px) {
  .webdesign-process {
    --webdesign-process-stack-gap: 56px;
    --webdesign-process-list-top: clamp(105px, calc(20vh - 50px), 135px);
  }

  .webdesign-process-step__number {
    margin-bottom: 20px;
  }

  .webdesign-process-step h3 {
    font-size: 40px;
    line-height: 44px;
  }

  .webdesign-process-step__header > p:not(.webdesign-process-step__number) {
    margin-top: 20px;
    line-height: 20px;
  }

  .webdesign-process-step__body > p {
    width: min(690px, 100%);
    margin-top: 26px;
    font-size: 15px;
    line-height: 24px;
  }

  .webdesign-process.is-enhanced .webdesign-process__pin {
    min-height: 590px;
    padding-top: clamp(58px, 8vh, 78px);
  }

  .webdesign-process.is-enhanced .webdesign-process-step__body {
    margin-top: clamp(90px, 18vh, 150px);
  }

  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 766px) {
  .webdesign-process {
    --webdesign-process-stack-gap: 58px;
    --webdesign-process-list-top: clamp(100px, 15vh, 126px);
    padding: 92px 5% 95px;
  }

  .webdesign-process.is-enhanced .webdesign-process__pin {
    min-height: 0;
    padding-top: clamp(64px, calc(7vh + 20px), 82px);
  }

  .webdesign-process.is-enhanced .webdesign-process-step {
    box-sizing: border-box;
    padding-bottom: 96px;
  }

  .webdesign-process.is-enhanced .webdesign-process-step__header {
    grid-template-columns: 14px minmax(0, 1fr);
    column-gap: 18px;
  }

  .webdesign-process.is-enhanced .webdesign-process-step__number {
    display: block;
    box-sizing: border-box;
    width: 14px;
    min-width: 14px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    align-self: start;
    transform: none;
  }

  .webdesign-process.is-enhanced .webdesign-process-step__body {
    margin-top: clamp(52px, 9vh, 78px);
  }

  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__header {
    width: min(330px, 92%);
    min-height: var(--webdesign-process-stack-gap);
    grid-template-columns: 14px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
  }

  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__number {
    display: block;
    box-sizing: border-box;
    width: 14px;
    min-width: 14px;
    height: 18px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    align-self: start;
    transform: none;
  }

  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step h3 {
    align-self: start;
    font-size: 17px;
    line-height: 21px;
    margin-top: -2px;
    transform: none;
  }

  .webdesign-process.is-enhanced .webdesign-process__cta {
    bottom: max(18px, env(safe-area-inset-bottom));
  }

  .webdesign-process__header {
    width: 92%;
    margin-bottom: 82px;
  }

  .webdesign-process__header h2 {
    font-size: 14px;
    line-height: 20px;
    text-underline-offset: 6px;
  }

  .webdesign-process__header p {
    width: min(265px, 92%);
    margin-top: 24px;
    font-size: 13px;
    line-height: 19px;
  }

  .webdesign-process-step__number {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .webdesign-process-step h3 {
    font-size: 31px;
    line-height: 36px;
  }

  .webdesign-process-step__header {
    width: 92%;
  }

  .webdesign-process-step__header > p:not(.webdesign-process-step__number) {
    width: min(300px, 100%);
    margin-top: 18px;
    font-size: 13px;
    line-height: 19px;
  }

  .webdesign-process-step__body {
    width: 100%;
    margin-top: auto;
  }

  .webdesign-process-step__milestones {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
    scrollbar-color: rgba(0,0,0,0.42) transparent;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .webdesign-process-step__milestones::-webkit-scrollbar {
    height: 4px;
  }

  .webdesign-process-step__milestones::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.08);
  }

  .webdesign-process-step__milestones::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.42);
  }

  .webdesign-process-step__milestones li {
    margin: 0 20px 0 0;
    font-size: 15px;
    line-height: 20px;
  }

  .webdesign-process-step__milestones li:not(:last-child)::after {
    content: "";
    width: 38px;
    height: 11px;
    margin-left: 20px;
    background-image: url("../images/vanachibald-pfeil-slider.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .webdesign-process-step__body > p {
    width: 92%;
    margin-top: 28px;
    font-size: 14px;
    line-height: 23px;
    color: rgba(0,0,0,0.66);
  }

  .webdesign-process__cta {
    margin-top: 54px;
  }
}

@media only screen and (max-width: 390px) {
  .webdesign-process {
    --webdesign-process-stack-gap: 58px;
    --webdesign-process-list-top: clamp(92px, 15vh, 112px);
  }

  .webdesign-process__header {
    margin-bottom: 72px;
  }

  .webdesign-process__header p {
    width: min(245px, 100%);
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .webdesign-process-step h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .webdesign-process-step__number {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 16px;
  }

  .webdesign-process.is-enhanced .webdesign-process-step__header,
  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__header {
    grid-template-columns: 13px minmax(0, 1fr);
  }

  .webdesign-process.is-enhanced .webdesign-process-step__number,
  .webdesign-process.is-enhanced .webdesign-process__step.is-past .webdesign-process-step__number {
    width: 13px;
    min-width: 13px;
    height: 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .webdesign-process-step__header > p:not(.webdesign-process-step__number) {
    width: min(270px, 100%);
    margin-top: 14px;
    font-size: 12px;
    line-height: 18px;
  }

  .webdesign-process-step__body {
    margin-top: auto;
  }

  .webdesign-process.is-enhanced .webdesign-process-step__body {
    margin-top: clamp(42px, 8vh, 62px);
  }

  .webdesign-process-step__body > p {
    margin-top: 22px;
    font-size: 13px;
    line-height: 21px;
  }
}


/* Webdesign Barrierefreiheit */

.webdesign-accessibility {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: rgba(247,247,247,1.00);
  color: rgba(0,0,0,0.95);
  padding: 115px 5% 100px;
}

.webdesign-accessibility__inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  column-gap: 15px;
}

.webdesign-accessibility__media,
.webdesign-accessibility__content {
  width: calc(50% - 7.5px);
  min-height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  height: 50vh;
}

.webdesign-accessibility__media {
  margin: 0;
  background-color: rgba(255,255,255,0.65);
}

.webdesign-accessibility__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webdesign-accessibility__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(255,255,255,0.92);
  padding: 20px;
}

.webdesign-accessibility__eyebrow {
  display: inline;
  margin: 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0,0,0,0.94);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgba(0,0,0,0.94);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.webdesign-accessibility__content h2 {
  width: 70%;
  margin: 28px 0 0;
  font-family: "proxima-nova";
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: rgba(0,0,0,0.92);
}

.webdesign-accessibility__content > p:not(.webdesign-accessibility__eyebrow) {
  width: min(330px, 100%);
  margin: 24px 0 0;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(0,0,0,0.52);
}

.webdesign-accessibility__button {
  margin-top: auto;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.2 !important;
}

.webdesign-accessibility__button:focus-visible {
  outline: 3px solid rgba(0,0,0,0.95);
  outline-offset: 4px;
}

@media only screen and (max-width: 1100px) {
  .webdesign-accessibility {
    padding-top: 96px;
    padding-bottom: 110px;
  }

  .webdesign-accessibility__media,
  .webdesign-accessibility__content {
    min-height: 360px;
  }

  .webdesign-accessibility__content h2 {
    font-size: 20px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 766px) {
  .webdesign-accessibility {
    padding: 86px 5% 90px;
  }

  .webdesign-accessibility__inner {
    flex-direction: column;
    row-gap: 10px;
  }

  .webdesign-accessibility__media,
  .webdesign-accessibility__content {
    width: 100%;
  }

  .webdesign-accessibility__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .webdesign-accessibility__content {
    min-height: 350px;
    padding: 20px;
  }

  .webdesign-accessibility__eyebrow {
    font-size: 14px;
    line-height: 20px;
    text-underline-offset: 6px;
  }

  .webdesign-accessibility__content h2 {
    width: 100%;
    margin-top: 24px;
    font-size: 20px;
    line-height: 26px;
  }

  .webdesign-accessibility__content > p:not(.webdesign-accessibility__eyebrow) {
    width: 100%;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 390px) {
  .webdesign-accessibility__content {
    min-height: 370px;
  }

  .webdesign-accessibility__content h2 {
    font-size: 19px;
    line-height: 25px;
  }
}



/* Textblock */

.leistungen-unterseite-sub-text {
  width: 100%;
  background-color: rgba(255,255,255,1.00);
  padding: 100px 5% 100px 5%;
}

.leistungen-unterseite-sub-text h2 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  width: 80%;
}

.leistungen-unterseite-sub-text h4 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  width: 80%;
}

.leistungen-unterseite-sub-text-info {
  color: rgba(0,0,0,0.5);
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-top: 55px;
  padding-bottom: 25px;
  width: 25% !important;
  line-height: 26px;
}

.leistungen-unterseite-sub-text h3 {
  font-family: "proxima-nova";
  font-size: 16px;
  overflow: hidden;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(0,0,0,1.00);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 7px;
  margin-right: 20px;
  opacity: 1;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.leistungen-unterseite-sub-text h5 {
  font-family: "proxima-nova";
  font-size: 16px;
  overflow: hidden;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(0,0,0,1.00);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 7px;
  margin-right: 20px;
  opacity: 1;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.leistungen-unterseite-sub-text p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
	width: 65%;
}


/* Shortcuts Dark */

.leistungen-unterseite-sub-bfsg-shortcuts-dark-container {
  width: 100%;
  background-color: rgba(0,0,0,1.00);
  padding: 0px 5% 100px 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6px;
}


.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper {
  width: calc(50% - 3px);
  height: 375px;
  background-color: rgba(26,26,26,1.00);
  border-radius: 10px;
  padding: 25px;
  position: relative;
}

.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper-content h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  padding-bottom: 20px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper-content p {
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  width: 45%;
}

.leistungen-unterseite-sub-bfsg-shortcuts--darkwhitepaper-content-button {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-dark-video {
  width: calc(50% - 3px);
  height: 375px;
  border-radius: 10px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-dark-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.leistungen-unterseite-sub-bfsg-shortcuts-dark-video img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper-content-button {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

/* Textblock Dark */

.leistungen-unterseite-sub-text-dark {
  width: 100%;
  background-color: rgba(0,0,0,1.00);
  padding: 100px 5% 100px 5%;
}

.leistungen-unterseite-sub-text-dark h2 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
  width: 80%;
}

.leistungen-unterseite-sub-text-dark-info {
  color: rgba(255,255,255,0.4);
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-top: 55px;
  padding-bottom: 25px;
  width: 25%;
  line-height: 26px;
}

.leistungen-unterseite-sub-text-dark h3 {
  font-family: "proxima-nova";
  font-size: 16px;
  overflow: hidden;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(255,255,255,0.70);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  color: rgba(255,255,255,0.95);
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 7px;
  margin-right: 20px;
  opacity: 1;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.leistungen-unterseite-sub-text-dark p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  width: 65%;
}


	


/* Kundenstimmen */

.leistungen-unterseite-sub-kundenstimmen {
  width: 100%;
  /*background-color: rgba(255,255,255,1.00);*/
  padding: 100px 5% 200px 5%;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);

}

.leistungen-unterseite-sub-kundenstimmen-intro {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.5);
  width: 28%;
}

.leistungen-unterseite-sub-kundenstimmen-intro span {
	color: rgba(0,0,0,0.95);
}

.leistungen-unterseite-sub-kundenstimmen-content {
  display: flex;
  column-gap: 15px;
  padding-top: 100px;
}

.leistungen-unterseite-sub-kundenstimmen-content a {
  width: calc(50% - 7.5px);
  height: 380px;
  background-color: rgba(227,249,82,1.00);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.leistungen-unterseite-sub-kundenstimmen-content-stars {
  width: auto;
}

.leistungen-unterseite-sub-kundenstimmen-content-stars img {
  height: 10px;
  margin-right: 5px;
  width: auto;
}

.leistungen-unterseite-sub-kundenstimmen-content a p {
  color: rgba(0,0,0,0.95);
  font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  position: absolute;
  bottom: 50px;
  padding-right: 20px;
  z-index: 2;
}

.leistungen-unterseite-sub-kundenstimmen-content-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 130px;
  height: auto;
}


.leistungen-unterseite-sub-kundenstimmen-content-name {
  color: rgba(0,0,0,0.95);
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 600;
  display: inline-block;
  z-index: 2;
  position: absolute;
  bottom: 20px;
}

.leistungen-unterseite-sub-kundenstimmen-content-name span {
  color: rgba(0,0,0,0.5) !important;
  display: inline-block;
  margin-left: 10px;
}

/* Kundenstimmen Dark  */

.leistungen-unterseite-sub-kundenstimmen-dark {
  width: 100%;
  /*background-color: rgba(255,255,255,1.00);*/
  padding: 150px 5% 0px 5%;
  background: rgba(0,0,0,1.00);

}

.leistungen-unterseite-sub-kundenstimmen-dark-intro {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  width: 28%;
}




/* Steps */


.leistungen-unterseite-sub-steps {
  width: 100%;
  height: 100vh;
  position: relative;
  scroll-snap-align: start;
}

.leistungen-unterseite-sub-steps-video {
  position: fixed;
  z-index: -1;
  height: calc(100vh - 50px);
  width: 100%;
  top: 50px;
}

.leistungen-unterseite-sub-steps-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.leistungen-unterseite-sub-steps-video-overlay-gradient-100 {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  z-index: 2;
}

.leistungen-unterseite-sub-steps-video-overlay-gradient-50 {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  z-index: 1;
}

.leistungen-unterseite-sub-video-backdrop {
  position: relative;
  isolation: isolate;
}

.leistungen-unterseite-sub-video-backdrop > .leistungen-unterseite-sub-steps-video {
  position: sticky;
  top: 50px;
  z-index: 0;
  pointer-events: none;
  margin-bottom: calc(50px - 100vh);
}

.leistungen-unterseite-sub-video-backdrop > :not(.leistungen-unterseite-sub-steps-video) {
  position: relative;
  z-index: 1;
}

/* Webdesign Preise */

.webdesign-pricing {
  width: 100%;
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.08) 24%,
    rgba(255,255,255,0.72) 72%,
    rgba(255,255,255,1.00) 100%
  );
  color: rgba(0,0,0,0.95);
  padding: 150px 5% 170px;
  overflow: hidden;
}

.webdesign-pricing__pin,
.webdesign-pricing__content {
  width: 100%;
}

.webdesign-pricing__content {
  position: relative;
}

.webdesign-pricing__header {
  width: min(560px, 100%);
}

.webdesign-pricing__header h2 {
  display: inline;
  margin: 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0,0,0,0.94);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgba(0,0,0,0.94);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.webdesign-pricing__headline {
  width: min(420px, 84%);
  margin: 40px 0 0;
  font-family: headline, serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
  color: rgba(0,0,0,0.98);
}

.webdesign-pricing__intro {
  width: min(270px, 84%);
  margin: 40px 0 0;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(0,0,0,0.55);
}

.webdesign-pricing__list {
  list-style: none;
  margin: 112px 0 0;
  padding: 0;
}

.webdesign-pricing__item {
  margin: 0;
}

.webdesign-pricing__item + .webdesign-pricing__item {
  margin-top: 70px;
}

.webdesign-pricing-card {
  width: 100%;
}

.webdesign-pricing-card__header {
  display: grid;
  grid-template-columns: 120px 155px minmax(0, 1fr);
  align-items: baseline;
  column-gap: 0;
}

.webdesign-pricing-card__tag,
.webdesign-pricing-card__price {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0,0,0,0.92);
}

.webdesign-pricing-card h3 {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  color: rgba(0,0,0,0.95);
}

.webdesign-pricing-card__body {
  width: min(820px, 70vw);
  margin-top: 36px;
}

.webdesign-pricing-card__body > p {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 17px;
  line-height: 29px;
  font-weight: 600;
  color: rgba(0,0,0,0.58);
}

.webdesign-pricing-card__note {
  width: min(290px, 100%);
  margin-top: 38px !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: rgba(0,0,0,0.55) !important;
}

.webdesign-pricing__legal {
  width: min(420px, 100%);
  margin: 72px 0 0;
  font-family: "proxima-nova";
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  color: rgba(0,0,0,0.48);
  text-align: right;
}

.webdesign-pricing__button {
  margin-top: 42px;
}

.webdesign-pricing__button:focus-visible {
  outline: 3px solid rgba(0,0,0,0.95);
  outline-offset: 4px;
}

.webdesign-pricing.is-enhanced {
  padding: 0;
  overflow: visible;
}

.webdesign-pricing.is-enhanced .webdesign-pricing__pin {
  position: sticky;
  top: 0;
  height: calc(var(--vh, 1vh) * 100);
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
}

.webdesign-pricing.is-enhanced .webdesign-pricing__content {
  height: 100%;
  padding: 100px 5% 0;
  box-sizing: border-box;
}

.webdesign-pricing.is-enhanced .webdesign-pricing__intro {
  opacity: var(--webdesign-pricing-intro-opacity, 1);
  will-change: opacity;
}

.webdesign-pricing.is-enhanced .webdesign-pricing__list {
  --webdesign-pricing-stack-gap: 64px;
  position: absolute;
  top: clamp(300px, 34vh, 360px);
  left: 5%;
  right: 5%;
  margin: 0;
  padding: 0;
}

.webdesign-pricing.is-enhanced .webdesign-pricing__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  transform: translate3d(0, var(--webdesign-pricing-y, 0px), 0);
  will-change: transform;
}

.webdesign-pricing.is-enhanced .webdesign-pricing-card__body {
  opacity: var(--webdesign-pricing-body-opacity, 1);
  will-change: opacity;
}

.webdesign-pricing.is-enhanced .webdesign-pricing__legal {
  position: absolute;
  right: 5%;
  bottom: clamp(34px, 5vh, 62px);
  width: min(360px, 36vw);
  margin: 0;
}

.webdesign-pricing.is-enhanced .webdesign-pricing__button {
  position: absolute;
  left: 5%;
  bottom: clamp(34px, 6vh, 70px);
  margin: 0;
}

@media only screen and (max-width: 1100px) {
  .webdesign-pricing-card__header {
    grid-template-columns: 108px 145px minmax(0, 1fr);
  }

  .webdesign-pricing-card__tag,
  .webdesign-pricing-card__price {
    font-size: 14px;
    line-height: 20px;
  }

  .webdesign-pricing-card h3 {
    font-size: 19px;
    line-height: 25px;
  }

  .webdesign-pricing-card__body {
    width: min(720px, 78vw);
  }
}

@media only screen and (max-width: 766px) {
  .webdesign-pricing {
    padding: 95px 5% 105px;
    overflow: hidden;
  }

  .webdesign-pricing.is-enhanced {
    padding: 0;
    overflow: visible;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__pin {
    position: sticky;
    top: 0;
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    min-height: 0;
    overflow: hidden;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__content {
    height: 100%;
    padding: clamp(64px, calc(7vh + 18px), 82px) 5% 0;
    box-sizing: border-box;
  }

  .webdesign-pricing__header {
    width: 92%;
  }

  .webdesign-pricing__header h2 {
    font-size: 14px;
    line-height: 20px;
    text-underline-offset: 6px;
  }

  .webdesign-pricing__headline {
    width: 92%;
    margin-top: 56px;
    font-size: 30px;
    line-height: 36px;
    hyphens: auto;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__headline {
    margin-top: clamp(34px, 5vh, 44px);
    font-size: 28px;
    line-height: 32px;
  }

  .webdesign-pricing__intro {
    width: 82%;
    margin-top: 42px;
    font-size: 13px;
    line-height: 20px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__intro {
    width: min(260px, 78%);
    margin-top: clamp(18px, 3vh, 26px);
    font-size: 12px;
    line-height: 18px;
  }

  .webdesign-pricing__list {
    position: static;
    margin-top: 82px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__list {
    --webdesign-pricing-stack-gap: clamp(48px, 6.8vh, 58px);
    position: absolute;
    top: clamp(228px, 32vh, 286px);
    left: 5%;
    right: 5%;
    margin: 0;
    padding: 0;
  }

  .webdesign-pricing__item {
    position: static;
    transform: none;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    transform: translate3d(0, var(--webdesign-pricing-y, 0px), 0);
    will-change: transform;
  }

  .webdesign-pricing__item + .webdesign-pricing__item {
    margin-top: 58px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__item + .webdesign-pricing__item {
    margin-top: 0;
  }

  .webdesign-pricing-card__header {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 16px;
    column-gap: 18px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing-card__header {
    grid-template-columns: 64px 92px minmax(0, 1fr);
    align-items: start;
    column-gap: 10px;
    row-gap: 0;
  }

  .webdesign-pricing-card__price {
    justify-self: end;
    text-align: right;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing-card__tag,
  .webdesign-pricing.is-enhanced .webdesign-pricing-card__price {
    font-size: 11px;
    line-height: 15px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing-card__price {
    justify-self: start;
    text-align: left;
  }

  .webdesign-pricing-card h3 {
    grid-column: 1 / -1;
    font-size: 22px;
    line-height: 28px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing-card h3 {
    grid-column: auto;
    font-size: 14px;
    line-height: 17px;
  }

  .webdesign-pricing-card__body {
    width: 100%;
    margin-top: 24px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing-card__body {
    width: min(100%, 390px);
    margin-top: clamp(14px, 2.4vh, 20px);
    opacity: var(--webdesign-pricing-body-opacity, 1);
  }

  .webdesign-pricing-card__body > p {
    font-size: 14px;
    line-height: 23px;
    color: rgba(0,0,0,0.66);
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing-card__body > p {
    font-size: 13px;
    line-height: 20px;
  }

  .webdesign-pricing-card__note {
    width: 82%;
    margin-top: 24px !important;
    font-size: 12px !important;
    line-height: 19px !important;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing-card__note {
    display: none;
  }

  .webdesign-pricing__legal {
    position: static;
    width: 92%;
    margin-top: 64px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__legal {
    position: absolute;
    left: 5%;
    right: auto;
    bottom: clamp(74px, 10vh, 98px);
    width: min(335px, 90%);
    margin: 0;
    font-size: 9px;
    line-height: 13px;
  }

  .webdesign-pricing__button {
    position: static;
    margin-top: 36px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__button {
    position: absolute;
    left: 5%;
    bottom: max(18px, env(safe-area-inset-bottom));
    margin: 0;
  }
}

@media only screen and (max-width: 766px) and (min-height: 780px) {
  .webdesign-pricing.is-enhanced .webdesign-pricing-card__note {
    display: block;
    width: min(250px, 78%);
    margin-top: 14px !important;
    font-size: 11px !important;
    line-height: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webdesign-pricing.is-enhanced {
    height: auto !important;
    padding: 150px 5% 170px;
    overflow: hidden;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__pin {
    position: static;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__content {
    height: auto;
    padding: 0;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__list {
    position: static;
    margin-top: 112px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__item {
    position: static;
    transform: none !important;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__item + .webdesign-pricing__item {
    margin-top: 70px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing-card__body {
    opacity: 1 !important;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__intro {
    opacity: 1 !important;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__legal {
    position: static;
    width: min(420px, 100%);
    margin-top: 72px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__button {
    position: static;
    margin-top: 42px;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 766px) {
  .webdesign-pricing.is-enhanced {
    padding: 95px 5% 105px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__list {
    margin-top: 82px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__item + .webdesign-pricing__item {
    margin-top: 58px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__legal {
    width: 92%;
    margin-top: 64px;
  }

  .webdesign-pricing.is-enhanced .webdesign-pricing__button {
    margin-top: 36px;
  }
}

/* Webdesign Cases */

.webdesign-cases {
  width: 100%;
  background-color: rgba(255,255,255,1.00);
  color: rgba(0,0,0,0.95);
  padding: 150px 0 120px;
  overflow: hidden;
}

.webdesign-cases__header {
  width: 100%;
  padding: 0 5%;
}

.webdesign-cases__header h2 {
  display: inline;
  margin: 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0,0,0,0.94);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: rgba(0,0,0,0.94);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.webdesign-cases__headline {
  width: min(620px, 82%);
  margin: 68px 0 0;
  font-family: headline, serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: rgba(0,0,0,0.95);
}

.webdesign-cases__intro {
  width: min(270px, 80%);
  margin: 58px 0 0;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: rgba(0,0,0,0.55);
}

.webdesign-cases-slider {
  position: relative;
  width: 100%;
  margin-top: 130px;
  overflow: hidden;
}

.webdesign-cases-slider > .swiper-wrapper {
  width: 100%;
  margin-bottom: 0;
  align-items: stretch;
}

.webdesign-cases-slider .swiper-slide.webdesign-case-card {
  width: 90vw;
  min-height: 660px;
  height: calc(var(--vh, 1vh) * 74);
  max-height: 840px;
  transform: none;
  opacity: 1;
}

.webdesign-case-card {
  --webdesign-case-pad: 25px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(242,242,242,1.00);
  isolation: isolate;
}

.webdesign-case-card__copy {
  position: relative;
  min-width: 0;
  padding: var(--webdesign-case-pad);
  background-color: rgba(247,247,247,1.00);
}

.webdesign-case-progress {
  display: none;
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
  padding-right: 70px;
}

.webdesign-case-card.is-enhanced .webdesign-case-progress {
  display: block;
}

.webdesign-case-progress::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 46px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(247,247,247,0) 0%, rgba(247,247,247,0.92) 55%, rgba(247,247,247,1.00) 100%);
}

.webdesign-case-progress ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  max-width: none;
  transform: translate3d(var(--webdesign-case-progress-offset, 0px), 0, 0);
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.webdesign-case-progress__item {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.webdesign-case-progress__item.is-before {
  pointer-events: none;
}

.webdesign-case-progress__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  margin: 0 34px;
  opacity: 0.48;
  background-image: url("../images/vanachibald-pfeil-slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -6px;
}

.webdesign-case-progress .panel-button {
  flex: 0 0 auto;
  margin: 0;
  padding-bottom: 7px;
  position: relative;
  white-space: nowrap;
  color: rgba(0,0,0,0.72);
  text-decoration-line: none;
  text-decoration-color: currentColor;
  opacity: 0.6;
}

.webdesign-case-progress .panel-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.webdesign-case-progress .panel-button:hover,
.webdesign-case-progress__item.is-active .panel-button {
  color: rgba(0,0,0,0.95);
  opacity: 1;
}

.webdesign-case-progress .panel-button.active {
  text-decoration-line: none;
}

.webdesign-case-progress__item.is-active .panel-button::after {
  opacity: 1;
  transform: scaleX(1);
}

.webdesign-case-card.is-step-animating .webdesign-case-progress__item.is-active .panel-button::after {
  animation: webdesign-case-progress-underline-lock 300ms ease-in-out both;
}

.webdesign-case-card__steps {
  margin-top: 80px;
}

.webdesign-case-card.is-enhanced .webdesign-case-card__steps {
  display: flex;
  align-items: center;
  min-height: 100%;
  margin-top: 0;
  padding-bottom: 80px;
}

.webdesign-case-step {
  width: min(540px, 100%);
}

.webdesign-case-card.is-step-animating .webdesign-case-step.is-active {
  animation: webdesign-case-step-copy-enter 260ms ease-in-out both;
}

.webdesign-case-step[hidden] {
  display: none;
}

.webdesign-case-step + .webdesign-case-step {
  margin-top: 56px;
}

.webdesign-case-step h3 {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: rgba(0,0,0,0.95);
  max-width: 75%;
}

.webdesign-case-step p {
  max-width: 85%;
  margin: 38px 0 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: rgba(0,0,0,0.52);
}

@keyframes webdesign-case-progress-underline-lock {
  0% {
    opacity: 0;
    transform: scaleX(0.08);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes webdesign-case-step-copy-enter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.webdesign-case-card__actions {
  display: none;
}

.webdesign-case-card.is-enhanced .webdesign-case-card__actions {
  position: absolute;
  left: var(--webdesign-case-pad);
  right: var(--webdesign-case-pad);
  bottom: var(--webdesign-case-pad);
  z-index: 4;
  display: flex;
  align-items: center;
}

.webdesign-case-card__back {
  flex: 0 0 auto;
  width: 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.webdesign-case-card__back[hidden] {
  display: none;
}

.webdesign-case-card__back span,
.webdesign-case-card__next-arrow {
  display: block;
  width: 48px;
  height: 14px;
  background-image: url("../images/vanachibald-pfeil-slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.webdesign-case-card__back span {
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(0,0,0,0.95);
  border-right: 2px solid rgba(0,0,0,0.95);
  background-image: none;
  transform: rotate(225deg);
}

.webdesign-case-card__next.main-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 22px 0 26px;
  border: 0;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px transparent;
  transition: background-color 420ms ease-in-out, color 320ms ease-in-out, box-shadow 420ms ease-in-out;
}

.webdesign-case-card__next.is-final-step {
  justify-content: center;
  background-color: rgba(227,249,82,1.00) !important;
  color: rgba(0,0,0,0.95) !important;
}

.webdesign-case-card__next.is-final-step .webdesign-case-card__next-label {
  padding-right: 0;
}

.webdesign-case-card__next.is-final-step .webdesign-case-card__next-arrow {
  display: none;
}

.webdesign-case-card__next-arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(83,83,83,1);
  background-image: none;
  transform: translateY(-50%);
  flex: 0 0 auto;
}

.webdesign-case-card__next-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(255,255,255,0.96);
  border-right: 2px solid rgba(255,255,255,0.96);
  transform: translate(-62%, -50%) rotate(45deg);
}

.webdesign-case-card__next-label {
  position: relative;
  z-index: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
  transition: opacity 320ms ease-in-out;
}

.webdesign-case-card__next:not(.is-final-step):focus-visible .webdesign-case-card__next-label {
  opacity: 0.4;
}

.webdesign-case-card__next:not(.is-final-step):focus-visible .webdesign-case-card__next-arrow {
  right: auto;
  animation: webdesign-case-next-arrow-guide 1650ms cubic-bezier(0.45, 0, 0.25, 1) infinite;
}

@media (hover: hover) {
  .webdesign-case-card__next:not(.is-final-step):hover .webdesign-case-card__next-label {
    opacity: 0.4;
  }

  .webdesign-case-card__next:not(.is-final-step):hover .webdesign-case-card__next-arrow {
    right: auto;
    animation: webdesign-case-next-arrow-guide 1650ms cubic-bezier(0.45, 0, 0.25, 1) infinite;
  }
}

@keyframes webdesign-case-next-arrow-guide {
  0%,
  10% {
    left: 8px;
  }

  72%,
  99% {
    left: calc(100% - 48px);
  }

  100% {
    left: 8px;
  }
}

.webdesign-case-card__visual {
  position: relative;
  min-width: 0;
  min-height: 100%;
  border-radius: 8px;
  background-color: rgba(238,238,238,1.00);
  overflow: hidden;
}

.webdesign-case-card__media {
  position: relative;
  width: 100%;
  height: 100%;
}

.webdesign-case-media {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(238,238,238,1.00);
}

.webdesign-case-media + .webdesign-case-media {
  margin-top: 24px;
}

.webdesign-case-card.is-enhanced .webdesign-case-card__media,
.webdesign-case-card.is-enhanced .webdesign-case-media {
  position: absolute;
  inset: 0;
}

.webdesign-case-card.is-enhanced .webdesign-case-media {
  margin: 0;
  z-index: 0;
  opacity: 0;
  transform: translate3d(6%, 0, 0) scale(0.992);
  pointer-events: none;
  transition:
    opacity 300ms ease-in-out,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.webdesign-case-card.is-enhanced .webdesign-case-media.is-active {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}

.webdesign-case-card.is-enhanced .webdesign-case-media.is-leaving {
  z-index: 1;
  opacity: 0;
  transform: translate3d(-4%, 0, 0) scale(0.996);
  pointer-events: none;
}

.webdesign-case-card.is-enhanced .webdesign-case-media.is-leaving.is-media-reverse {
  transform: translate3d(4%, 0, 0) scale(0.996);
}

.webdesign-case-card.is-enhanced .webdesign-case-media.is-media-entering {
  animation: webdesign-case-media-enter 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.webdesign-case-card.is-enhanced .webdesign-case-media.is-media-entering.is-media-reverse {
  animation-name: webdesign-case-media-enter-reverse;
}

.webdesign-case-media[hidden] {
  display: none;
}

.webdesign-case-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.webdesign-case-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webdesign-case-media img[src$=".svg"] {
  padding: 8%;
  object-fit: contain;
  background-color: rgba(238,238,238,1.00);
}

.webdesign-case-media--video {
  position: relative;
}

.webdesign-case-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background-color: rgba(238,238,238,1.00);
}

.webdesign-case-video__toggle {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 6;
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 50%;
  background-color: rgba(0,0,0,0.48);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: rgba(255,255,255,0.98);
  cursor: pointer;
  transition: background-color 220ms ease, transform 220ms ease;
}

.webdesign-case-card.is-enhanced .webdesign-case-video__toggle {
  display: flex;
}

.webdesign-case-video__toggle::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
  opacity: 1;
  transition: opacity 160ms ease;
}

.webdesign-case-video__toggle::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 13px;
  border-left: 3px solid currentColor;
  border-right: 3px solid currentColor;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 160ms ease;
}

.webdesign-case-video__toggle.is-playing::before {
  opacity: 0;
}

.webdesign-case-video__toggle.is-playing::after {
  opacity: 1;
}

@media (hover: hover) {
  .webdesign-case-video__toggle:hover {
    background-color: rgba(0,0,0,0.68);
    transform: scale(1.04);
  }
}

.webdesign-case-media--anchored-ipad {
  position: relative;
}

.webdesign-case-media--anchored-ipad img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(70%, 629px);
  height: auto;
  object-fit: contain;
}

.webdesign-case-media--bottom-full img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.webdesign-case-media--ranking-chart {
  position: relative;
  background-color: rgba(238,238,238,1.00);
}

.webdesign-case-ranking-chart {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  font-family: "proxima-nova", sans-serif;
}

.webdesign-case-ranking-chart__grid line {
  stroke: rgba(0,0,0,0.10);
  stroke-width: 2;
  stroke-dasharray: 7 12;
}

.webdesign-case-ranking-chart__summary {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}

.webdesign-case-ranking-chart__eyebrow,
.webdesign-case-ranking-chart__description {
  color: rgba(0,0,0,0.48);
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.webdesign-case-ranking-chart__value {
  margin: 5px 0 3px;
  color: rgba(0,0,0,0.95);
  font-family: headline, serif;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.9;
  font-weight: 400;
}

.webdesign-case-ranking-chart__description {
  color: rgba(0,0,0,0.68);
}

.webdesign-case-ranking-chart__source {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  color: rgba(0,0,0,0.48);
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  pointer-events: none;
}

.webdesign-case-ranking-chart__axis-labels,
.webdesign-case-ranking-chart__milestone text {
  fill: rgba(0,0,0,0.48);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.webdesign-case-ranking-chart__milestone line {
  stroke: rgba(0,0,0,0.18);
  stroke-width: 2;
  stroke-dasharray: 7 10;
}

.webdesign-case-ranking-chart__milestone rect {
  fill: rgba(255,255,255,0.82);
  stroke: rgba(0,0,0,0.10);
  stroke-width: 2;
}

.webdesign-case-ranking-chart__milestone text {
  fill: rgba(0,0,0,0.72);
}

.webdesign-case-ranking-chart__line {
  fill: none;
  stroke: rgba(0,0,0,0.90);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}

.webdesign-case-ranking-chart__point {
  fill: rgba(0,0,0,0.92);
  stroke: rgba(255,255,255,0.96);
  stroke-width: 7;
  transform-box: fill-box;
  transform-origin: center;
}

.webdesign-case-ranking-chart__point--final {
  fill: rgba(227,249,82,1.00);
  stroke: rgba(0,0,0,0.92);
  stroke-width: 8;
}

.webdesign-case-ranking-chart__pulse {
  fill: none;
  stroke: rgba(227,249,82,0.92);
  stroke-width: 8;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.webdesign-case-card.is-enhanced .webdesign-case-media--ranking-chart.is-media-entering .webdesign-case-ranking-chart__reveal {
  animation: webdesign-case-ranking-area-reveal 1380ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transform-box: fill-box;
  transform-origin: left center;
}

.webdesign-case-card.is-enhanced .webdesign-case-media--ranking-chart.is-media-entering .webdesign-case-ranking-chart__line {
  animation: webdesign-case-ranking-line-draw 1380ms 120ms cubic-bezier(0.65, 0, 0.35, 1) both;
}

.webdesign-case-card.is-enhanced .webdesign-case-media--ranking-chart.is-media-entering .webdesign-case-ranking-chart__point {
  animation: webdesign-case-ranking-point-enter 360ms var(--ranking-point-delay, 160ms) cubic-bezier(0.22, 1, 0.36, 1) both;
}

.webdesign-case-card.is-enhanced .webdesign-case-media--ranking-chart.is-media-entering .webdesign-case-ranking-chart__pulse {
  animation: webdesign-case-ranking-point-pulse 720ms 1450ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes webdesign-case-ranking-area-reveal {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes webdesign-case-ranking-line-draw {
  0% {
    stroke-dashoffset: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes webdesign-case-ranking-point-enter {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes webdesign-case-ranking-point-pulse {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  38% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}

@keyframes webdesign-case-media-enter {
  0% {
    opacity: 0;
    transform: translate3d(12%, 0, 0) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes webdesign-case-media-enter-reverse {
  0% {
    opacity: 0;
    transform: translate3d(-12%, 0, 0) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.webdesign-case-media--html {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8%;
}

.webdesign-case-device {
  position: relative;
  width: min(58%, 440px);
  min-width: 270px;
  aspect-ratio: 0.72;
  padding: 18px 12px;
  border-radius: 34px;
  background-color: rgba(8,8,8,1.00);
  box-shadow: 0 34px 90px rgba(0,0,0,0.26);
  transform: translateY(8%);
}

.webdesign-case-device::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 66px;
  height: 7px;
  border-radius: 99px;
  background-color: rgba(0,0,0,0.82);
  transform: translateX(-50%);
  z-index: 2;
}

.webdesign-case-device__screen {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(255,255,255,1.00);
}

.webdesign-case-device__screen img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: top center;
}

.webdesign-case-result-card {
  width: min(520px, 82%);
  min-height: 260px;
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(255,255,255,0.92);
  box-shadow: 0 28px 80px rgba(0,0,0,0.10);
}

.webdesign-case-result-card p {
  margin: 0 0 44px;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0,0,0,0.42);
}

.webdesign-case-result-card strong {
  display: block;
  font-family: headline, serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: rgba(0,0,0,0.95);
}

.webdesign-case-project-link {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: var(--webdesign-case-pad);
  z-index: 5;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 25px;
  border-radius: 50px;
  background-color: rgba(0,0,0,0.38);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  color: rgba(255,255,255,0.96);
  text-decoration: none;
  font-family: "proxima-nova";
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-sizing: border-box;
}

.webdesign-case-project-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webdesign-case-progress .panel-button:focus-visible,
.webdesign-case-card__back:focus-visible,
.webdesign-case-card__next:focus-visible,
.webdesign-case-video__toggle:focus-visible,
.webdesign-case-project-link:focus-visible,
.webdesign-cases-nav__button:focus-visible {
  outline: 3px solid rgba(0,0,0,0.95);
  outline-offset: 4px;
}

.webdesign-cases-nav {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 24px 5% 0;
  background-color: rgba(255,255,255,1.00);
}

.webdesign-cases:has(.webdesign-cases-slider .swiper-wrapper > .webdesign-case-card:only-child) .webdesign-cases-nav {
  display: none;
}

.webdesign-cases-nav__button {
  width: 50px;
  min-width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.webdesign-cases-nav__button img {
  width: 40px;
  height: auto;
  display: block;
}

.webdesign-cases-nav__button--prev img {
  transform: rotate(180deg);
}

.webdesign-cases-nav__button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

@media only screen and (max-width: 1100px) {
  .webdesign-cases-slider .swiper-slide.webdesign-case-card {
    min-height: 620px;
    height: calc(var(--vh, 1vh) * 72);
  }

  .webdesign-case-step h3 {
    font-size: 22px;
    line-height: 29px;
  }

  .webdesign-case-step p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 24px;
  }

  .webdesign-case-progress__item:not(:last-child)::after {
    width: 42px;
    margin: 0 24px;
  }

  .webdesign-case-device {
    width: min(68%, 430px);
  }
}

@media only screen and (max-width: 766px) {
  .webdesign-cases {
    padding: 95px 0 105px;
  }

  .webdesign-cases__header h2 {
    font-size: 14px;
    line-height: 20px;
    text-underline-offset: 6px;
  }

  .webdesign-cases__headline {
    width: 92%;
    margin-top: 56px;
    font-size: 30px;
    line-height: 36px;
    hyphens: auto;
  }

  .webdesign-cases__intro {
    width: 82%;
    margin-top: 42px;
    font-size: 14px;
    line-height: 24px;
  }

  .webdesign-cases-slider {
    --webdesign-case-viewport-padding: 20px;
    height: calc((var(--vh, 1vh) * 100) - var(--header-height, 60px));
    margin-top: 82px;
    padding: var(--webdesign-case-viewport-padding) 0;
  }

  .webdesign-cases-slider .swiper-slide.webdesign-case-card {
    width: 92vw;
    height: 100%;
    min-height: 0;
    max-height: none;
  }

  .webdesign-case-card {
    --webdesign-case-pad: 18px;
    --webdesign-case-stage-height: clamp(180px, calc(var(--vh, 1vh) * 30), 245px);
    grid-template-columns: 1fr;
    grid-template-rows: var(--webdesign-case-stage-height) minmax(0, 1fr);
    border-radius: 10px;
  }

  .webdesign-case-card__copy {
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 18px 22px calc(74px + env(safe-area-inset-bottom));
  }

  .webdesign-case-step + .webdesign-case-step {
  margin-top: 0px;
}

  .webdesign-case-progress {
    flex: 0 0 auto;
    min-height: 32px;
    padding-right: 34px;
  }

  .webdesign-case-progress::after {
    width: 56px;
    height: 32px;
  }

  .webdesign-case-progress ol {
    max-width: 100%;
    overflow: visible;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .webdesign-case-progress ol::-webkit-scrollbar {
    display: none;
  }

  .webdesign-case-progress .panel-button {
    min-height: 24px;
    font-size: 11px;
    line-height: 20px;
    padding-bottom: 0px;
  }

  .webdesign-case-progress__item:not(:last-child)::after {
    width: 28px;
    height: 8px;
    margin: 3px 22px 0 22px;
  }

  .webdesign-case-card.is-enhanced .webdesign-case-card__steps {
    flex: 1 1 auto;
    min-height: 0;
    padding: 14px 0 5px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .webdesign-case-step {
    width: 100%;
  }

  .webdesign-case-step h3 {
    font-size: 19px;
    line-height: 25px;
    max-width: 100%;
  }

  .webdesign-case-step p {
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
    font-size: 13px;
    line-height: 21px;
    color: rgba(0,0,0,0.62);
  }

  .webdesign-case-card.is-enhanced .webdesign-case-card__actions {
    bottom: calc(18px + env(safe-area-inset-bottom));
    justify-content: flex-start;
    gap: 10px;
  }

  .webdesign-case-card__back {
    width: 30px;
    height: 46px;
  }

  .webdesign-case-card__back span {
    width: 9px;
    height: 9px;
  }

  .webdesign-case-card__next-arrow {
    width: 34px;
    height: 34px;
  }

  .webdesign-case-card__next-arrow::before {
  width: 6px;
  height: 6px;
}

  .webdesign-case-card__next.main-button {
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    padding: 0 13px 0 22px;
    gap: 18px;
  }

  .webdesign-case-card__visual {
    order: -1;
    min-height: 0;
    height: auto;
    border-radius: 10px;
  }

  .webdesign-case-media--html {
    padding: 10%;
  }

  .webdesign-case-device {
    width: min(78%, 340px);
    min-width: 230px;
    border-radius: 28px;
    padding: 15px 10px;
  }

  .webdesign-case-device__screen {
    border-radius: 17px;
  }

  .webdesign-case-ranking-chart__eyebrow,
  .webdesign-case-ranking-chart__description {
    font-size: 9px;
    line-height: 13px;
  }

  .webdesign-case-ranking-chart__source {
    font-size: 7px;
    line-height: 10px;
  }

  .webdesign-case-ranking-chart__axis-labels,
  .webdesign-case-ranking-chart__milestone text {
    font-size: 33px;
  }

  .webdesign-case-result-card {
    width: 88%;
    min-height: 230px;
    padding: 24px;
  }

  .webdesign-case-result-card strong {
    font-size: 28px;
    line-height: 33px;
  }

  .webdesign-case-project-link {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 10px;
    gap: 14px;
    font-size: 9px;
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .webdesign-cases-nav {
    padding-top: 18px;
  }

  @supports (height: 100svh) {
    .webdesign-cases-slider {
      height: calc(100svh - var(--header-height, 60px));
    }

    .webdesign-case-card {
      --webdesign-case-stage-height: clamp(180px, 30svh, 245px);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .webdesign-case-progress ol {
    transition: none;
  }

  .webdesign-case-card.is-step-animating .webdesign-case-progress__item.is-active .panel-button::after,
  .webdesign-case-card.is-step-animating .webdesign-case-step.is-active,
  .webdesign-case-card.is-enhanced .webdesign-case-media.is-media-entering,
  .webdesign-case-card.is-enhanced .webdesign-case-media--ranking-chart.is-media-entering .webdesign-case-ranking-chart__reveal,
  .webdesign-case-card.is-enhanced .webdesign-case-media--ranking-chart.is-media-entering .webdesign-case-ranking-chart__line,
  .webdesign-case-card.is-enhanced .webdesign-case-media--ranking-chart.is-media-entering .webdesign-case-ranking-chart__point,
  .webdesign-case-card.is-enhanced .webdesign-case-media--ranking-chart.is-media-entering .webdesign-case-ranking-chart__pulse {
    animation: none;
  }

  .webdesign-case-card.is-enhanced .webdesign-case-media {
    transition: none;
  }

  .webdesign-case-card__next:not(.is-final-step):hover .webdesign-case-card__next-arrow,
  .webdesign-case-card__next:not(.is-final-step):focus-visible .webdesign-case-card__next-arrow {
    left: auto;
    right: 6px;
    animation: none;
  }
}

.webdesign-performance {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(255,255,255,1.00);
  padding: 150px 5% 120px;
}

.webdesign-performance__inner {
  width: 100%;
}

.webdesign-performance__header h2 {
  width: min(720px, 82%);
  margin: 0;
  font-family: headline, serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: rgba(0,0,0,0.95);
}

.webdesign-performance__header p {
  width: min(760px, 72%);
  margin: 58px 0 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0,0,0,0.82);
}

.webdesign-performance__note {
  width: min(240px, 42%);
  margin-top: 112px;
}

.webdesign-performance__star {
  display: block;
  width: 48px;
  margin-bottom: 90px;
  opacity: 0.95;
}

.webdesign-performance__star img {
  display: block;
  width: 100%;
  height: auto;
}

.webdesign-performance__note p {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: rgba(0,0,0,0.48);
}

.webdesign-performance__tabs {
  gap: 26px;
  margin-top: 92px;
  overflow: visible;
}

.webdesign-performance .panel-button {
  margin: 0 0 10px;
  opacity: 1;
  color: rgba(0,0,0,0.32);
  text-decoration-color: currentColor;
}

.webdesign-performance .panel-button:hover,
.webdesign-performance .panel-button.active {
  color: rgba(0,0,0,0.95);
  opacity: 1;
}

.webdesign-performance .panel-button:focus-visible,
.webdesign-performance__panel:focus-visible,
.webdesign-performance__button:focus-visible {
  outline: 3px solid rgba(0,0,0,0.95);
  outline-offset: 4px;
}

.webdesign-performance__panels {
  margin-top: 26px;
}

.webdesign-performance__panel {
  width: min(760px, 72%);
}

.webdesign-performance__panel[hidden] {
  display: none;
}

.webdesign-performance__panel p {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0,0,0,0.9);
}

.webdesign-performance__button {
  margin-top: 78px;
}

.webdesign-body .webdesign-performance,
.webdesign-body .webdesign-performance__header h2,
.webdesign-body .webdesign-performance__header p,
.webdesign-body .webdesign-performance__star,
.webdesign-body .webdesign-performance__note p,
.webdesign-body .webdesign-performance__panel p,
.webdesign-body .webdesign-performance__button {
  transition: background-color 500ms ease, color 500ms ease, border-color 500ms ease, filter 500ms ease;
}

.webdesign-body.is-page-theme-black {
  background-color: rgba(0,0,0,1);
}

.webdesign-body.is-page-theme-black .webdesign-performance {
  background-color: rgba(0,0,0,1);
}

.webdesign-body.is-page-theme-black .webdesign-performance__header h2,
.webdesign-body.is-page-theme-black .webdesign-performance__panel p {
  color: rgba(255,255,255,0.95);
}

.webdesign-body.is-page-theme-black .webdesign-performance__header p {
  color: rgba(255,255,255,0.78);
}

.webdesign-body.is-page-theme-black .webdesign-performance__note p {
  color: rgba(255,255,255,0.58);
}

.webdesign-body.is-page-theme-black .webdesign-performance__star {
  filter: brightness(0) invert(1);
}

.webdesign-body.is-page-theme-black .webdesign-performance .panel-button {
  color: rgba(255,255,255,0.42);
  text-decoration-color: currentColor;
}

.webdesign-body.is-page-theme-black .webdesign-performance .panel-button:hover,
.webdesign-body.is-page-theme-black .webdesign-performance .panel-button.active {
  color: rgba(255,255,255,0.95);
}

.webdesign-body.is-page-theme-black .webdesign-performance .panel-button:focus-visible,
.webdesign-body.is-page-theme-black .webdesign-performance__panel:focus-visible,
.webdesign-body.is-page-theme-black .webdesign-performance__button:focus-visible {
  outline-color: rgba(255,255,255,0.95);
}

.webdesign-body.is-page-theme-black .webdesign-performance__button {
  color: rgba(255,255,255,0.95) !important;
  border-color: rgba(255,255,255,0.9) !important;
  background-color: transparent !important;
}

@media only screen and (max-width: 766px) {
  .webdesign-performance {
    min-height: auto;
    padding: 95px 5% 105px;
  }

  .webdesign-performance__header h2 {
    width: 92%;
    font-size: 30px;
    line-height: 36px;
    hyphens: auto;
  }

  .webdesign-performance__header p {
    width: 92%;
    margin-top: 42px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0,0,0,0.72);
  }

  .webdesign-performance__note {
    width: 82%;
    margin-top: 78px;
  }

  .webdesign-performance__star {
    width: 42px;
    margin-bottom: 58px;
  }

  .webdesign-performance__tabs {
    gap: 0;
    margin-top: 74px;
  }

  .webdesign-performance .panel-button {
    margin-right: 20px;
    margin-bottom: 14px;
    text-align: left;
  }

  .webdesign-performance__panels {
    margin-top: 18px;
  }

  .webdesign-performance__panel {
    width: 92%;
  }

  .webdesign-performance__panel p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(0,0,0,0.72);
  }

  .webdesign-performance__button {
    margin-top: 54px;
  }
}

.webdesign-location {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(255,255,255,1);
  color: rgba(0,0,0,0.95);
  padding: 150px 5% 130px;
  transition: background-color 500ms ease, color 500ms ease;
}

.webdesign-location__inner {
  width: 100%;
}

.webdesign-location__header h2 {
  display: inline-block;
  margin: 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.95);
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  transition: color 500ms ease;
}

.webdesign-location__headline {
  width: min(740px, 78%);
  margin: 38px 0 0;
  font-family: headline, serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: rgba(0,0,0,0.95);
  transition: color 500ms ease;
}

.webdesign-location__badges {
  margin: 46px 0 0;
}

.webdesign-location__copy {
  width: min(310px, 42%);
  margin: 136px 0 0;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: rgba(0,0,0,0.66);
  transition: color 500ms ease;
}

.webdesign-body.is-page-theme-black .webdesign-location {
  background-color: rgba(0,0,0,1);
  color: rgba(255,255,255,0.95);
}

.webdesign-body.is-page-theme-black .webdesign-location__header h2,
.webdesign-body.is-page-theme-black .webdesign-location__headline {
  color: rgba(255,255,255,0.95);
}

.webdesign-body.is-page-theme-black .webdesign-location__copy {
  color: rgba(255,255,255,0.72);
}

.webdesign-location .site-footer__badge--tel {
  background-color: rgba(0,0,0,1);
  color: rgba(255,255,255,1);
  border-color: rgba(0,0,0,1);
  transition: opacity 0.2s ease, background-color 500ms ease, color 500ms ease, border-color 500ms ease;
}

.webdesign-body.is-page-theme-black .webdesign-location .site-footer__badge--tel {
  background-color: rgba(227,249,82,1);
  color: rgba(0,0,0,1);
  border-color: rgba(227,249,82,1);
}

.webdesign-location .site-footer__badge--map {
  color: rgba(255,255,255,1);
  border-color: rgba(0,0,0,0.16);
  transition: opacity 0.2s ease, background-color 500ms ease, color 500ms ease, border-color 500ms ease;
}

.webdesign-location .site-footer__badge--map::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.30);
  border-radius: inherit;
  pointer-events: none;
  transition: background-color 500ms ease;
}

.webdesign-body.is-page-theme-black .webdesign-location .site-footer__badge--map {
  color: rgba(0,0,0,1);
  border-color: transparent;
}

.webdesign-body.is-page-theme-black .webdesign-location .site-footer__badge--map::before {
  background: rgba(227,249,82,0.25);
}

.webdesign-location .site-footer__badge--hours {
  background-color: transparent;
  color: rgb(30, 215, 121);
  border-color: rgb(30, 215, 121);
  transition: opacity 0.2s ease, background-color 500ms ease, color 500ms ease, border-color 500ms ease;
}

.webdesign-location .site-footer__hours-wrap.is-closed .site-footer__badge--hours,
.webdesign-location .site-footer__hours-wrap.is-closed .site-footer__hours-dropdown,
.webdesign-location .site-footer__hours-wrap.is-closed .site-footer__hours-day,
.webdesign-location .site-footer__hours-wrap.is-closed .site-footer__hours-time {
  color: rgba(0,0,0,1);
  border-color: rgba(0,0,0,1);
}

.webdesign-location .site-footer__hours-wrap.is-closed .site-footer__hours-cta {
  background-color: rgba(0,0,0,1);
  color: rgba(255,255,255,1);
  border-color: rgba(0,0,0,1);
}

.webdesign-body.is-page-theme-black .webdesign-location .site-footer__hours-wrap.is-closed .site-footer__badge--hours,
.webdesign-body.is-page-theme-black .webdesign-location .site-footer__hours-wrap.is-closed .site-footer__hours-dropdown,
.webdesign-body.is-page-theme-black .webdesign-location .site-footer__hours-wrap.is-closed .site-footer__hours-day,
.webdesign-body.is-page-theme-black .webdesign-location .site-footer__hours-wrap.is-closed .site-footer__hours-time {
  color: rgba(227,249,82,1);
  border-color: rgba(227,249,82,1);
}

.webdesign-body.is-page-theme-black .webdesign-location .site-footer__hours-wrap.is-closed .site-footer__hours-cta {
  background-color: rgba(227,249,82,1);
  color: rgba(0,0,0,1);
  border-color: rgba(227,249,82,1);
}

.webdesign-location__cta {
  color: rgba(0,0,0,0.95) !important;
  border-color: rgba(0,0,0,0.9) !important;
  transition: color 500ms ease, border-color 500ms ease, background-color 500ms ease;
}

.webdesign-body.is-page-theme-black .webdesign-location__cta {
  color: rgba(255,255,255,0.95) !important;
  border-color: rgba(255,255,255,0.9) !important;
  background-color: transparent !important;
}

.webdesign-location__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 84px;
}

.webdesign-location-card {
  position: relative;
  min-height: clamp(440px, 43vw, 620px);
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(18,18,18,1);
  isolation: isolate;
}

.webdesign-location-card__media,
.webdesign-location-card video.webdesign-location-card__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.webdesign-location-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
.webdesign-location-card__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.54) 0%, rgba(0,0,0,0.2) 48%, rgba(0,0,0,0.42) 100%);
}
 */ 

.webdesign-location-card__content {
  position: absolute;
  padding: 20px;
  z-index: 2;
  color: rgba(255,255,255,0.95);
  transition: opacity 240ms ease, visibility 240ms ease;
}

.webdesign-location-card__kicker {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: currentColor;
}

.webdesign-location-card__content h3 {
  width: 80%;
  margin: 10px 0 0;
  font-family: "proxima-nova";
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: currentColor;
}

.webdesign-location-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background-color: rgba(255,255,255,0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: rgba(0,0,0,0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms ease, visibility 240ms ease;
}

.webdesign-location-card__overlay p:last-child {
  position: absolute;
  bottom: 20px;
  width: 70%;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  color: rgba(0,0,0,0.9);
}

.webdesign-location-card__toggle {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 50%;
  background-color: rgba(255,255,255,0.85);
  color: rgba(0,0,0,0.95);
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(0,0,0,0.16);
  appearance: none;
  -webkit-appearance: none;
}

.webdesign-location-card__toggle::before,
.webdesign-location-card__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.webdesign-location-card__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.webdesign-location-card.is-open .webdesign-location-card__content {
  opacity: 0;
  visibility: hidden;
}

.webdesign-location-card.is-open .webdesign-location-card__overlay {
  opacity: 1;
  visibility: visible;
}

.webdesign-location-card.is-open .webdesign-location-card__toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.webdesign-location-card.is-open .webdesign-location-card__toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.webdesign-location .site-footer__badge:focus-visible,
.webdesign-location-card__toggle:focus-visible,
.webdesign-location__cta:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

.webdesign-location__cta {
  margin-top: 72px;
}

@media only screen and (max-width: 900px) {
  .webdesign-location__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .webdesign-location-card {
    min-height: min(118vw, 540px);
  }
}

@media only screen and (max-width: 766px) {
  .webdesign-location {
    min-height: auto;
    padding: 96px 5% 105px;
  }

  .webdesign-location__header h2 {
    font-size: 14px;
    line-height: 18px;
  }

  .webdesign-location__headline {
    width: 94%;
    margin-top: 34px;
    font-size: 32px;
    line-height: 38px;
    hyphens: auto;
  }

  .webdesign-location__badges {
    margin-top: 36px;
  }

  .webdesign-location__copy {
    width: 92%;
    margin-top: 78px;
    font-size: 13px;
    line-height: 20px;
  }

  .webdesign-location__cards {
    margin-top: 58px;
  }

  .webdesign-location-card__content h3 {
    font-size: 22px;
    line-height: 29px;
  }

  .webdesign-location-card__overlay {
    padding: 30px 24px 86px;
  }

  .webdesign-location-card__overlay p:last-child {
    margin-top: 28px;
    font-size: 14px;
    line-height: 24px;
  }

  .webdesign-location-card__toggle {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }

  .webdesign-location__cta {
    margin-top: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .webdesign-location-card__content,
  .webdesign-location-card__overlay,
  .webdesign-location-card__toggle::before,
  .webdesign-location-card__toggle::after,
  .webdesign-body .webdesign-performance,
  .webdesign-body .webdesign-performance__header h2,
  .webdesign-body .webdesign-performance__header p,
  .webdesign-body .webdesign-performance__star,
  .webdesign-body .webdesign-performance__note p,
  .webdesign-body .webdesign-performance__panel p,
  .webdesign-body .webdesign-performance__button {
    transition: none;
  }
}

.leistungen-unterseite-sub-steps--sticky-video {
  height: 500vh;
  isolation: isolate;
}

.leistungen-unterseite-sub-steps--sticky-video .sections-container {
  position: absolute;
  inset: 0;
  height: 500vh;
  z-index: 1;
}

.leistungen-unterseite-sub-video-backdrop + .leistungen-unterseite-sub-floating {
  margin-top: 0;
}


/* Sections */

.sections-container {
  /*margin-top: 50px;*/
}

.section {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  clip-path: inset(0);
  /*scroll-snap-align: start;*/
}

.section .fixed {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
}
.section .white {
  color: #fff;
}

.section:nth-child(1) {
  color: #000;
  margin-top: 0;
  z-index: 1;
}
.section:nth-child(1) .fixed {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section:nth-child(2) {
  color: #fff;
  margin-top: 100vh;
  z-index: 2;
  /*
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);*/
}
.section:nth-child(2) .fixed {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

}

.section:nth-child(3) {
  color: #fff;
  margin-top: 200vh;
  z-index: 3;
}
.section:nth-child(3) .fixed {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.section:nth-child(4) {
  color: #fff;
  margin-top: 300vh;
  z-index: 4;
}
.section:nth-child(4) .fixed {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.section:nth-child(5) {
  color: #fff;
  margin-top: 400vh;
  z-index: 5;
}
.section:nth-child(5) .fixed {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.leistungen-unterseite-sub-steps-headline-intro {
  position: fixed;
  top: 80px;
  left: 5%;
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.5);
  width: 28%;
  margin: 0;
  text-align: left;
}

.leistungen-unterseite-sub-steps-headline-intro span {
	color: rgba(0,0,0,0.95);
}


.leistungen-unterseite-sub-steps-stage-1-headline {
  color: rgba(0,0,0,0.95);
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  width: 65vw;
  margin-left: auto;
  margin-right: auto;
}

.leistungen-unterseite-sub-steps-stage-1-info {
  color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-top: 40px;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}


.leistungen-unterseite-sub-section-stage-2 {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255,255,255,0.1);
}



.leistungen-unterseite-sub-section-stage-2-headline {
  width: 40%;
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  flex-wrap: wrap;
  row-gap: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  text-align: center;
	font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(0,0,0,0.95);
	z-index: 2;
}

.leistungen-unterseite-sub-section-stage-2-headline span {
	text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(227,249,82,1.0);
  text-decoration-thickness: 4px;
}


.leistungen-unterseite-sub-section-stage-2-headline p {
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(0,0,0,0.95);
}

.leistungen-unterseite-sub-section-stage-2-headline p span {
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(227,249,82,1.0);
  text-decoration-thickness: 4px;
}

.leistungen-unterseite-sub-section-stage-2-button {
  position: fixed;
  left: 5%;
  bottom: 40px;
}

.leistungen-unterseite-sub-section-stage-2-content {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 30%;
  flex-direction: column;
  align-items: center;
}

.leistungen-unterseite-sub-section-stage-2-content-tag {
  color: rgba(0,0,0,0.90);
  font-size: 16px;
  font-family: "proxima-nova";
  font-weight: 600;
  background-color: rgba(227,249,82,1.0);
  border-radius: 50px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leistungen-unterseite-sub-section-stage-2-content p {
  color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-top: 230px;
}

.leistungen-unterseite-sub-section-stage-2-content p a {
  text-decoration: underline;
  color: rgba(0,0,0,1.0);
}

/* Floating */
.leistungen-unterseite-sub-floating {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(0,0,0,1.00);
  margin-top: 400vh;
  overflow: hidden;
}

.leistungen-unterseite-sub-floating-intro {
  position: absolute;
  top: 80px;
  left: 5%;
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  width: 28%;
  margin: 0;
  text-align: left;
}

.leistungen-unterseite-sub-floating-content {
  width: 40%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  text-align: center;
  z-index: 3;
}

.leistungen-unterseite-sub-floating-content p {
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(255,255,255,0.95);
  text-decoration: none;
}



.leistungen-floating-animatedtext {
  display: grid;
}

.leistungen-floating-animatedtext-sizer,
.leistungen-floating-animatedtext-static,
.leistungen-floating-animatedtext-dynamic {
  grid-area: 1 / 1;
}

.leistungen-floating-animatedtext-sizer {
  visibility: hidden;
  pointer-events: none;
}

.leistungen-floating-animatedtext-static,
.leistungen-floating-animatedtext-dynamic {
  align-self: center;
}

.leistungen-floating-animatedtext-dynamic {
  display: none;
}

.leistungen-floating-animatedtext--is-enhanced .leistungen-floating-animatedtext-static {
  visibility: hidden;
}

.leistungen-floating-animatedtext--is-enhanced .leistungen-floating-animatedtext-dynamic {
  display: inline;
}

.leistungen-floating-animatedtext--is-enhanced:not(.leistungen-floating-animatedtext--is-static) .leistungen-floating-animatedtext-dynamic::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.88em;
  margin-left: 0.08em;
  transform: translateY(0.08em);
  background-color: currentColor;
  animation: leistungenFloatingAnimatedTextCaret 1s steps(1, end) infinite;
}

.leistungen-floating-animatedtext-accessible,
.leistungen-floating-animatedtext-source {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@keyframes leistungenFloatingAnimatedTextCaret {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .leistungen-floating-animatedtext-dynamic::after {
    animation: none;
  }
}

.leistungen-unterseite-sub-floating-button {
  position: absolute;
  left: 5%;
  bottom: 40px;
  z-index: 3;
}


.leistungen-unterseite-sub-floating-overlay-gradient-50 {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  z-index: 1;
}



/* Floating Background */

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

.floatingbg-image-basic {
  height: 230px;
  width: auto;
  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;
  }
}



/* weitere leistungen */

.leistungen-unterseite-sub-weitere-leistungen {
  width: 100%;
  background-color: rgba(0,0,0,1.00);
  padding: 50px 5% 150px 5%;
}




.leistungen-unterseite-sub-weitere-leistungen-intro {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  width: 35%;
  padding-top: 80px;
  padding-bottom: 140px;
  margin: 0;
}

.leistungen-unterseite-sub-weitere-leistungen-headline {
  font-family: "proxima-nova";
  font-size: 16px;
  color: rgba(255,255,255,0.95);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(255,255,255,0.95);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  padding-bottom: 40px;
}


.leistungen-unterseite-sub-weitere-leistungen-tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}

.leistungen-unterseite-sub-weitere-leistungen-tabs a {
  position: relative;
  width: calc(33.33333% - 3.333333px);
  height: 235px;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 600ms ease-in;
  -moz-transition: all 600ms ease-in;
  -ms-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
  cursor: pointer;
  background-color: rgba(255,255,255,0.15);

}

.leistungen-unterseite-sub-weitere-leistungen-tabs a img {
  width: 15px;
  position: absolute;
  left: 20px;
  top: 20px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.95;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.leistungen-unterseite-sub-weitere-leistungen-tabs h3 {
  color: rgba(255,255,255,0.95);
  font-size: 20px;
  font-family: "proxima-nova";
  font-weight: 600;
  position: absolute;
  margin-left: 30px;
  margin-top: -3px;
}

.leistungen-unterseite-sub-weitere-leistungen-tabs a p {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  line-height: 17px;
  font-family: "proxima-nova";
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  width: 80%;
}


.leistungen-unterseite-sub-weitere-leistungen-tabs a:hover {
  background-color: rgba(255,255,255,0.5);
}

.leistungen-unterseite-sub-weitere-leistungen-buttons {
  margin-top: 20px;
  font-size: 0px;
  padding-top: 100px;
}

.leistungen-unterseite-sub-weitere-leistungen-tabs span {
  position: relative;
  width: calc(33.33333% - 3.333333px);
  height: 235px;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 600ms ease-in;
  -moz-transition: all 600ms ease-in;
  -ms-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
  cursor: pointer;
  background-color: rgba(255,255,255,0.15);

}

.leistungen-unterseite-sub-weitere-leistungen-tabs span img {
  width: 15px;
  position: absolute;
  left: 20px;
  top: 20px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.95;
}

.leistungen-unterseite-sub-weitere-leistungen-tabs span p {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  line-height: 17px;
  font-family: "proxima-nova";
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  width: 80%;
}



/* Referenzen */

.leistungen-unterseite-sub-referenzen {
  width: 100%;
  background-color: rgba(0,0,0,1.00);
  padding: 0px 0 100px 0;
}

.webdesign-body .leistungen-unterseite-sub-referenzen {
  padding-bottom: 0;
}


.leistungen-unterseite-sub-referenzen-intro {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  width: 35%;
  padding-left: 5%;
  padding-bottom: 100px;
  margin: 0;
}

.leistungen-unterseite-sub-referenzen-swiper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}

.webdesign-references-slider .swiper-wrapper {
  width: 100%;
}

.webdesign-references-slider .swiper-slide.swiper-slide {
  height: auto;
  width: calc(90vw / 2.8);
  transform: none;
}

.webdesign-references-slider .swiper-slide > a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.webdesign-references-slider .swiper-slide > a:link,
.webdesign-references-slider .swiper-slide > a:visited {
  color: rgba(255,255,255,0.8) !important;
}

.webdesign-references-slider .swiper-slide > a:focus-visible {
  outline: 3px solid rgba(227,249,82,1.00);
  outline-offset: 6px;
}

.webdesign-references-slider .product {
  width: 100%;
  margin-left: 0;
}

.webdesign-references-prev {
  margin-right: 10px;
}

.webdesign-references-prev img {
  transform: rotate(180deg);
}

.webdesign-references-prev:focus-visible,
.webdesign-references-next:focus-visible {
  outline: 3px solid rgba(255,255,255,0.95);
  outline-offset: 4px;
}

.swiper-slide:link {
  color: rgba(255,255,255,0.8) !important;
}

.product__description {
  color: rgba(255,255,255,0.80) !important;
}

@media (prefers-reduced-motion: reduce) {
  .webdesign-benefits-slider .swiper-wrapper,
  .webdesign-references-slider .swiper-wrapper {
    transition-duration: 0ms !important;
  }

  .webdesign-benefits-slider .swiper-slide.swiper-slide {
    transition-duration: 0ms;
  }
}

/* Webdesign Journal */

.webdesign-journal.relatedblogpost-container {
  background-color: rgba(0,0,0,1.00);
  padding: 50px 5% 190px 5%;
}

.webdesign-journal h2 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
  margin: 0;
  width: min(380px, 100%);
}

.webdesign-journal__description {
  width: min(360px, 100%);
  margin: 30px 0 0;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(255,255,255,0.78);
}

.webdesign-journal .relatedblogpost-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(70px, 11vw, 170px);
  row-gap: 62px;
  padding-top: 82px;
}

.webdesign-journal .relatedblogpost-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  column-gap: 34px;
  row-gap: 12px;
  align-items: start;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: rgba(255,255,255,0.95);
  transition: color 220ms ease;
}

.webdesign-journal .relatedblogpost-item picture {
  grid-row: 1 / span 2;
  width: 132px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}

.webdesign-journal .relatedblogpost-item img {
  border-radius: 8px;
}

.webdesign-journal .relatedblogpost-date {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255,255,255,0.72);
  opacity: 1;
}

.webdesign-journal .relatedblogpost-item h3 {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "proxima-nova";
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  color: rgba(255,255,255,0.95);
  transition: color 220ms ease;
}

.webdesign-journal .relatedblogpost-item:hover h3,
.webdesign-journal .relatedblogpost-item:focus-visible h3 {
  color: rgba(227,249,82,1.00);
}

.webdesign-journal .relatedblogpost-item:focus-visible,
.webdesign-journal .relatedblogpost-button:focus-visible {
  outline: 3px solid rgba(227,249,82,1.00);
  outline-offset: 6px;
}

.webdesign-journal .relatedblogpost-button {
  margin-top: 88px;
}

.webdesign-journal .relatedblogpost-button:hover,
.webdesign-journal .relatedblogpost-button:focus-visible {
  color: rgba(0,0,0,0.95);
  border-color: rgba(227,249,82,1.00);
  background-color: rgba(227,249,82,1.00);
}

@media only screen and (max-width: 1100px) {
  .webdesign-journal.relatedblogpost-container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .webdesign-journal .relatedblogpost-items {
    column-gap: 48px;
  }

  .webdesign-journal .relatedblogpost-item {
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 26px;
  }

  .webdesign-journal .relatedblogpost-item picture {
    width: 112px;
  }

  .webdesign-journal .relatedblogpost-item h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 820px) {
  .webdesign-journal .relatedblogpost-items {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media only screen and (max-width: 766px) {
  .webdesign-journal.relatedblogpost-container {
    padding: 50px 5% 146px 5%;
  }

  .webdesign-journal h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .webdesign-journal__description {
    width: 88%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .webdesign-journal .relatedblogpost-items {
    row-gap: 34px;
    padding-top: 58px;
  }

  .webdesign-journal .relatedblogpost-item {
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 22px;
  }

  .webdesign-journal .relatedblogpost-item picture {
    width: 96px;
  }

  .webdesign-journal .relatedblogpost-date {
    padding-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .webdesign-journal .relatedblogpost-item h3 {
    font-size: 17px;
    line-height: 22px;
    padding: 0;
  }

  .webdesign-journal .relatedblogpost-button {
    margin-top: 48px;
  }
}

/* Agency */

.leistungen-unterseite-sub-agency {
  background-color: rgba(0,0,0,1.00);
  padding: 0 5% 150px 5%;
}

.leistungen-unterseite-sub-agency h2 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
  width: 80%;
  margin: 0;
}

.leistungen-unterseite-sub-agency h4 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
  width: 80%;
  margin: 0;
}

.leistungen-unterseite-sub-agency p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
  width: 80%;
  padding-top: 35px;
  text-align: left;
}


.leistungen-unterseite-sub-agency-buttons {
  font-size: 0px;
  padding-top: 80px;
}


/* Ansprechpartner - Team */

.leistungen-unterseite-sub-team {
  width: 100%;
  height: auto;
  background-color: rgba(0,0,0,1.00);
  padding: 0 5% 150px 5%;
}

.leistungen-unterseite-sub-team-headline {
	font-family: "proxima-nova";
  font-size: 16px;
  color: rgba(255,255,255,0.95);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(255,255,255,0.95);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  padding-bottom: 40px;
}

.leistungen-unterseite-sub-team-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.leistungen-unterseite-sub-team-content {
  position: relative;
  width: 42.5%;
  left: 52.5%;
}

.leistungen-unterseite-sub-team-content h3 {
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(255,255,255,0.95);
  width: 95%;
  padding-bottom: 20px;
}

.leistungen-unterseite-sub-team-content h3 span {
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(227,249,82,1.0);
  text-decoration-thickness: 4px;  
}

.leistungen-unterseite-sub-team-content h4 {
  font-family: headline;
  font-size: 28px;
  line-height: 32px;
  color: rgba(255,255,255,0.95);
  width: 95%;
  padding-bottom: 20px;
}

.leistungen-unterseite-sub-team-content h4 span {
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(227,249,82,1.0);
  text-decoration-thickness: 4px;  
}

.leistungen-unterseite-sub-team-content p {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  line-height: 17px;
  font-family: "proxima-nova";
  font-weight: 500;
  width: 60%;
  padding-bottom: 45px;
}

.leistungen-unterseite-sub-team-content-headline {
  font-family: "proxima-nova";
  font-size: 16px;
  color: rgba(255,255,255,0.95);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(255,255,255,0.95);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  padding-bottom: 15px;
}

.leistungen-unterseite-sub-team-content-buttons {
  display: flex;
  flex-direction: column;
}



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

.leistungen-unterseite-sub-team-content-buttons-termin {
  font-size: 0px;
  padding-top: 80px;
  position: absolute;
  bottom: 0px;
}


.leistungen-unterseite-sub-team-picture {
  width: 47.5%;
  display: flex;
  align-content: center;
  align-items: center;
  right: 42.5%;
  position: relative;
}


.leistungen-unterseite-sub-team-picture img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Kundenlogos */

.leistungen-unterseite-sub-logos {
  background-color: rgba(0,0,0,1.00) !important;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 70px;
}

.webdesign-reference-logos {
  padding-top: 80px;
  padding-bottom: 170px;
}

.webdesign-reference-logos + .webdesign-reference-logos-mobile {
  padding-top: 80px;
  padding-bottom: 170px;
}




  
/* FAQ */

.leistungen-unterseite-sub-faq-container {
  padding: 100px 5% 35px 5%;
  width: 100%;
  background-color: rgba(0,0,0,1.00);
}
/*
.leistungen-unterseite-sub-faq-container h2 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
  width: 80%;
}

*/

.leistungen-unterseite-sub-faq-container-headline {
  width: 35%;
  padding-bottom: 100px;
  margin: 0;
	padding-top: 55px;
}

.leistungen-unterseite-sub-faq-container-headline h2 {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  display: inline;
}

.leistungen-unterseite-sub-faq-container-headline p {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  display: inline;
}

.leistungen-unterseite-sub-faq-accordion {
  display: block !important;
}

.leistungen-unterseite-sub-faq-accordion-headline {
  color: rgba(255,255,255,0.95) !important;
  border-bottom-color: rgba(255,255,255,0.5) !important;
}

.leistungen-unterseite-sub-faq-accordion-headline::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255,255,255,0.5) !important;
  border-bottom: 2px solid rgba(255,255,255,0.5) !important;
  position: absolute;
  left: 0px;
  content: " ";
  top: 25px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.leistungen-unterseite-sub-faq-accordion-content {
  color: rgba(255,255,255,0.7) !important;
  font-family: "proxima-nova";
}

.leistungen-unterseite-sub-faq-accordion-content-headline {
  margin: 0;
  color: rgba(255,255,255,0.95);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.leistungen-unterseite-sub-faq-accordion button,
.leistungen-unterseite-sub-faq-accordion h3.leistungen-unterseite-sub-faq-accordion-headline {
  background: none;
  border: none;
  width: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  border-bottom-style: solid;
  border-bottom-color: rgba(0,0,0,1.00);
  border-bottom-width: 0px;
  padding-bottom: 4px;
  padding-top: 15px;
  padding-left: 20px;
  text-align: left;
	font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  margin: 0;
}

.leistungen-unterseite-sub-faq-accordion button:hover,
.leistungen-unterseite-sub-faq-accordion h3.leistungen-unterseite-sub-faq-accordion-headline:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #fff;
}

.leistungen-unterseite-sub-faq-accordion button::after {
  /* Stile für das Pseudo-Element bleiben gleich */
}



/* Vorteile Agency */

.leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(0,0,0,1.00);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
  padding-top: 100px;
}

.leistungen-unterseite-sub-vorteile-agency h2 {
  font-family: "proxima-nova";
  font-size: 16px;
  color: rgba(227,249,82,0.95);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(227,249,82,0.95);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  padding-bottom: 60px;
  padding-left: 5%;
}

.leistungen-unterseite-sub-vorteile-agency h4 {
  font-family: "proxima-nova";
  font-size: 16px;
  color: rgba(227,249,82,0.95);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(227,249,82,0.95);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  padding-bottom: 60px;
  padding-left: 5%;
}

.leistungen-unterseite-sub-vorteile-agency-slide {
  margin-left: -27%;
  width: 88%;
  background-color: rgba(227,249,82,1);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  min-height: 400px;
  overflow: hidden;
}


.leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(0,0,0,0.7);
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  z-index: 2;
  position: relative;
}

.leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(0,0,0,0.8);
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 500;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(0,0,0,0.95);
  font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  z-index: 2;
}



/* BFSG Kacheln */

.leistungen-unterseite-sub-bfsk-kacheln-container {
  width: 100%;
  background-color: rgba(255,255,255,1.00);
  padding: 100px 5% 100px 5%;
}

.leistungen-unterseite-sub-bfsk-kacheln-subtitel {
  font-size: 16px;
  line-height: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.5);
  width: 28%;
  margin-bottom: 100px;
}

.leistungen-unterseite-sub-bfsk-kacheln-container h2 {
  font-size: 16px;
  color: rgba(0,0,0,0.95);
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-decoration: underline;
  text-decoration-style: solid; 
  text-decoration-color: rgba(0,0,0,0.95);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  padding-bottom: 40px;
	font-family: "proxima-nova";
}


.leistungen-unterseite-sub-bfsk-kacheln {
  width: 100%;
}

.leistungen-unterseite-sub-bfsk-kacheln-big {
  width: 100%;
  height: auto;
  background-color: rgba(92,222,62,0.15);
  border-radius: 10px;
  padding: 25px;
  background-image: url("../images/icon-check-green.svg");
  background-size: auto 25px;
  background-position: 25px 25px;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.leistungen-unterseite-sub-bfsk-kacheln-big h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-left: 55px;
}

.leistungen-unterseite-sub-bfsk-kacheln-big p {
  color: rgba(0,0,0,0.6);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  width: 60%;
  padding-top: 60px;
  padding-bottom: 60px;
}


.leistungen-unterseite-sub-bfsk-kacheln-small {
  width: calc(33.33333% - 3.333333px);
  height: 245px;
  border-radius: 10px;
  padding: 25px;
  display: inline-block;
  background-color: rgba(247,247,247,1.0);
  position: relative;
}


.leistungen-unterseite-sub-bfsk-kacheln-small img {
  width: 15px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.85;
  position: absolute;
  left: 25px;
  top: 29px;
}

.leistungen-unterseite-sub-bfsk-kacheln-small h3 {
  font-size: 22px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-left: 30px;
}

.leistungen-unterseite-sub-bfsk-kacheln-small p {
  color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  width: 80%;
  position: absolute;
  bottom: 25px;
  left: 25px;
}



.leistungen-unterseite-sub-bfsg-shortcuts-container {
  width: 100%;
  background-color: rgba(255,255,255,1.00);
  padding: 100px 5% 100px 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-countdown {
  width: calc(50% - 3px);
  height: 375px;
  background-color: rgba(26,26,26,1.0);
  border-radius: 10px;
  padding: 25px;
  position: relative;
}

#countdown {
  display: flex;
  gap: 40px;
}

.time-box {

}

.time-box span {
  font-family: headline;
  font-size: 52px;
  display: block;
  color: rgba(92,222,62,1);
}

.label {
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 600;
}

.leistungen-unterseite-sub-bfsg-shortcuts-countdown-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-countdown-content h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  padding-bottom: 20px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-countdown-content p {
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  width: 50%;
}

.leistungen-unterseite-sub-bfsg-shortcuts-countdown-content-button {
  position: absolute;
  bottom: 25px;
  right: 25px;
}


.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper {
  width: calc(50% - 3px);
  height: 375px;
  background-color: rgba(227,249,82,1.00);
  border-radius: 10px;
  padding: 25px;
  position: relative;
}

.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper-content h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  color: rgba(0,0,0,0.95);
  padding-bottom: 20px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper-content p {
  color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  width: 45%;
}

.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper-content-button {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-video {
  width: calc(50% - 3px);
  height: 375px;
  border-radius: 10px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.leistungen-unterseite-sub-bfsg-shortcuts-text {
  width: calc(50% - 3px);
  height: 375px;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}

.leistungen-unterseite-sub-bfsg-shortcuts-text-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-text-content h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: "proxima-nova";
  font-weight: 600;
  color: rgba(0,0,0,0.95);
  padding-bottom: 20px;
}

.leistungen-unterseite-sub-bfsg-shortcuts-text-content p {
  color: rgba(0,0,0,0.5);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  width: 50%;
}

.leistungen-unterseite-sub-bfsg-risiken-container {
  background-color: rgba(0,0,0,1.00);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 100px 5% 100px 5%;
  margin-top: -20px;
  width: 100%;
}

.leistungen-unterseite-sub-bfsg-risiken-container h2 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255,255,255,0.95);
}

.leistungen-unterseite-sub-bfsg-risiken-content-container {
  width: 100%;
  display: flex;
  column-gap: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
  justify-content: space-between;
}

.leistungen-unterseite-sub-bfsg-risiken-content {

}

.leistungen-unterseite-sub-bfsg-risiken-content-wrapper {
  display: flex;
  align-items: center;
}

.leistungen-unterseite-sub-bfsg-risiken-content img {
  height: 25px;
  margin-right: 10px;
}

.leistungen-unterseite-sub-bfsg-risiken-content h3 {
  font-size: 16px;
  color: rgba(255,255,255,255.95);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
	font-family: "proxima-nova";
}

.leistungen-unterseite-sub-bfsg-risiken-content h3 span {
  color: rgba(92,222,62,1);
}

.leistungen-unterseite-sub-bfsg-risiken-content p {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  line-height: 19px;
  font-family: "proxima-nova";
  font-weight: 600;
  padding-top: 10px;
}







/* Overlay Whitepaper Main */

.overlay-kontakt-whitepaper-pop-up {
  position: fixed;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999999999;
  background-color: rgba(0,0,0,0.20);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
	top: 0;
}

.overlay-kontakt-whitepaper-pop-up .content {
  width: 97%;
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 150px);
  background-color: rgba(227,249,82,0.80);
  margin-left: auto;
  margin-right: auto;
  top: 150px;
  -webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-bottom: 50px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.overlay-kontakt-whitepaper-pop-up-container {
  display: flex;
  max-width: none;
}

.overlay-kontakt-whitepaper-pop-up-colum {
  width: 50%;
}


.overlay-kontakt-whitepaper-pop-up-headline {
	font-size: 40px;
  line-height: 44px;
  padding-left: 5%;
	padding-top: 50px;
	padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
	color: rgba(0,0,0,0.95);
}

.overlay-kontakt-whitepaper-pop-up-text {
	width: 80%;
  padding-bottom: 30px;
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
	color: rgba(0,0,0,0.90);
	padding-left: 5%;
}

.overlay-kontakt-whitepaper-pop-up-form {
	padding-left: 5%;
}

.overlay-kontakt-whitepaper-pop-up-field {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom-color: rgba(0,0,0,0.30);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: rgba(0,0,0,0.00);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  color: rgba(0,0,0,1.00);
  font-size: 18px;
  letter-spacing: 0.01em;
  font-family: "proxima-nova";
  font-weight: 600;
  height: 40px;
}

.overlay-kontakt-whitepaper-pop-up-field-info {
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,0.50);
	padding-top: 5px;
	padding-bottom: 5px;
  display: inline-block;
}

.overlay-kontakt-whitepaper-pop-up-success {
	padding-left: 5%;
}

.overlay-kontakt-whitepaper-pop-up-success h3 {
	font-size: 40px;
  line-height: 44px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  color: rgba(0,0,0,0.95);
}

.overlay-kontakt-whitepaper-pop-up-success p {
	font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0,0,0,0.90);
}

.overlay-kontakt-whitepaper-pop-up-field-datenschutz {
  font-family: "proxima-nova";
  font-size: 12px;
  font-weight: 500;
  color: rgba(0,0,0,0.50);
  padding-bottom: 5px;
  padding-top: 50px;
  width: 60%;
  line-height: 16px;
}

.overlay-kontakt-whitepaper-pop-up-field-datenschutz a {
  color: rgba(0,0,0,0.50);
	text-decoration: underline;
}



.overlay-kontakt-whitepaper-pop-up-send {
  color: rgba(0,0,0,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: 5px 18px;
  background-color: rgba(0,0,0,0.20) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  cursor: pointer;
  height: 40px;
}



.overlay-kontakt-whitepaper-pop-up-shortcuts {
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 130px;
}

.overlay-kontakt-whitepaper-pop-up-shortcuts a {
  position: relative;
  width: 54.6%;
  height: 125px;
  border-radius: 10px;
  padding: 5px;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  display: inline-block;
  text-decoration: none;
  background-color: rgba(0,0,0,0.10);
  border-width: 0.5px;
  border-color: rgba(0,0,0,0.1);
  border-style: solid;
  background-image: url("../images/icon-star-mainfont-white-trans.svg");
  background-size: 15px;
  background-position: calc(100% - 10px) 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 600ms ease-in;
  -moz-transition: all 600ms ease-in;
  -ms-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
  cursor: pointer;
  margin-bottom: 15px;
}

.overlay-kontakt-whitepaper-pop-up-shortcuts a:hover {
  background-color: rgba(0,0,0,0.30);;
}


.overlay-kontakt-whitepaper-pop-up-shortcuts a h2 {
  color: rgba(0,0,0,0.5);
  font-size: 13px;
  font-family: "proxima-nova";
  font-weight: 500;
  padding-left: 15px;
  padding-top: 15px;
}

.overlay-kontakt-whitepaper-pop-up-shortcuts a h3 {
  color: rgba(0,0,0,0.95);
  font-size: 22px;
  font-family: "proxima-nova";
  font-weight: 500;
  position: absolute;
  margin-left: 15px;
  bottom: 15px;
  padding-right: 20px;
}



.overlay-kontakt-whitepaper-pop-up-container .close {
  position: absolute;
  top: 50px;
  right: 2.5%;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  color: #3e4146;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(0,0,0,0.30);
  height: 35px;
  width: 35px;
  border-radius: 100%;
	background-image: url("../images/icon-close-black.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	border: none;
}

.overlay-kontakt-whitepaper-pop-up .content .close:hover {
  cursor: pointer;
  color: #f66867;
}

.overlay-kontakt-whitepaper-pop-up.open {
  visibility: visible;
  opacity: 1;
}


.mergeRow {
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: rgba(0,0,0,0.60);
  padding-top: 5px;
  padding-bottom: 5px;
}

.label-mailchimp-subheadline {
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 500;
  color: rgba(0,0,0,0.90);
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
}

.mc_fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 15px 0 !important;
}

.content__gdprLegal a {
	color: inherit;
	text-decoration: underline;
}

.content__gdpr a {
	color: inherit;
	text-decoration: underline;
}

/* Entfernt Pfeile in Chrome, Edge, Safari */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Entfernt Pfeile in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.refferal_badge {
  display: none !important;
}

#mc-embedded-subscribe {
  color: rgba(255,255,255,0.95) !important;
  margin-top: 20px;
}




@media only screen and (max-width: 766px) {

  .overlay-kontakt-whitepaper-pop-up .content {
    top: 100px;
    padding-bottom: 15px;
  }  
  
  .overlay-kontakt-whitepaper-pop-up-container {
    flex-direction: column;
  }
  
  .overlay-kontakt-whitepaper-pop-up-headline {
    font-size: 37px;
    line-height: 40px;
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 80%;
  }
  
  .overlay-kontakt-whitepaper-pop-up-text {
    width: 90%;
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
  }
  
  .overlay-kontakt-whitepaper-pop-up-form {
    padding-left: 0;
  }

  .overlay-kontakt-whitepaper-pop-up-container .close {
    top: 10px;
    right: 10px;
  }
  
  .overlay-kontakt-whitepaper-pop-up-colum {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  
  .overlay-kontakt-whitepaper-pop-up-shortcuts-whatsapp {
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 60px;
    padding-right: 0;
  }
  
  .overlay-kontakt-whitepaper-pop-up-shortcuts-whatsapp a {
    width: 49%;
    height: 105px;
    background-color: rgba(30,215,121,0.05);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    left: 0;
  }
  
  .overlay-kontakt-whitepaper-pop-up-shortcuts-whatsapp a img {
    width: 25px;
    left: 10px;
    top: 10px;
    position: relative;
  }
  
  .overlay-kontakt-whitepaper-pop-up-shortcuts-whatsapp a h3 {
    font-size: 18px;
    margin-left: 10px;
    bottom: 10px;
    padding-right: 10px;
    line-height: 20px;
  }
  
  .overlay-kontakt-whitepaper-pop-up-shortcuts {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
    flex-wrap: wrap;
  }
  
  .overlay-kontakt-whitepaper-pop-up-shortcuts a {
    width: 49%;
    margin-bottom: 15px;
    height: 105px;
    background-size: 10px;
  }
  
  .overlay-kontakt-whitepaper-pop-up-shortcuts a h2 {
    padding-left: 5px;
    padding-top: 5px;
    font-size: 10px;
  }
  
  .overlay-kontakt-whitepaper-pop-up-shortcuts a h3 {
    font-size: 18px;
    margin-left: 5px;
    padding-right: 5px;
    line-height: 20px;
    bottom: 10px; 
  }
  
}













.leistungen-hauptseite-stage {
  width: 100%;
  height: 300px;
  background-color: rgba(255,255,255,1.00);
  position: relative;
}

.leistungen-hauptseite-stage h1 {
  font-size: 16px;
  line-height: 26px;
  padding-left: 5%;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  width: 35%;
  padding-top: 80px;
  margin: 0;
  padding-bottom: 120px;
}

.leistungen-hauptseite-stage h2 {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: rgba(0,0,0,1.00);
  text-decoration-thickness: 2px;
  text-decoration-skip: none;
  text-underline-position: under;
  color: rgba(0,0,0,1.00);
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
  padding-bottom: 3px;
  border: none;
  background-color: transparent;
  padding-left: 5%;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 600ms ease-in;
  -moz-transition: all 600ms ease-in;
  -ms-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
  margin-bottom: 0px;
  display: inline-block;
  overflow: visible;
  z-index: 3;
}

.leistungen-hauptseite-intro {
  width: 100%;
  position: relative;
}

.leistungen-hauptseite-intro  p {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 5%;
  color: rgba(0,0,0,0.95);
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  width: 60%;
  z-index: 3;
}


.leistungen-hauptseite-intro a {
  position: absolute;
  left: 5%;
  bottom: 65px;
  z-index: 3;
}

.leistungen-hauptseite-intro video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.leistungen-hauptseite-intro-overlay-gradient-100 {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  z-index: 2;
}

.leistungen-hauptseite-intro-overlay-gradient-50 {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  z-index: 1;
}


.leistung-hauptseite-text {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,1.00);
  padding: 100px 5% 130px 5%;
}



.leistung-hauptseite-text h4 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  width: 80%;
}

.leistung-hauptseite-text p {
  font-family: "proxima-nova";
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  width: 80%;
  padding-top: 35px;
  text-align: left;
}


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





.slider-nav-white-background {
  background-color: rgba(255, 255, 255, 1) !important;
}






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




@media only screen and (max-width: 766px) {
  
  
  .leistungen-hauptseite-stage h1 {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
  }

  .leistungen-hauptseite-intro {
    min-height: 100vh;
  }  

  .leistungen-hauptseite-intro p {
    font-size: 30px;
    line-height: 36px;
    width: 85%;
    top: 0;
    transform: none;
    padding-top: 85px;
  }

  .leistungen-hauptseite-intro video {
    position: absolute;
  }  

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

  .leistung-hauptseite-text p {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    font-weight: 500;
    color: rgba(0,0,0,0.7)
  }
  
  /* Leistungen Unterseite Sub */
  
  .leistung-unterseite-breadcrumbs a {
    font-size: 10px;
  }
  
  .leistung-unterseite-breadcrumbs {
    padding-top: 75px;
  }
  
  .leistung-unterseite-breadcrumbs img {
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px;
  }  
  
  .leistung-unterseite-breadcrumbs-active {
    text-decoration: none !important;
  }
  
  
  .leistung-unterseite-breadcrumbs-dark {
    padding-top: 75px;
  }

  .leistung-unterseite-breadcrumbs-dark img {
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px;
  }

  .leistung-unterseite-breadcrumbs-dark a {
    font-size: 10px;
  }


  .leistung-unterseite-breadcrumbs-dark-active {
    text-decoration: none !important;
  }

  @keyframes height-leistungen-stage {
  from {
    height: 100vh;
  }
  to {
    height: 90vh;
  }
}

  .leistungen-unterseite-stage-intro {
    font-size: 14px;
    line-height: 22px;
    width: 70%;
    opacity: 0.6;
  }
  
  .leistungen-unterseite-stage-content {
    width: 90%;
    padding-top: 100px;
  }
  
  .leistungen-unterseite-stage-content h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    width: 100%;
  }
  
  .leistungen-unterseite-cards a {
    height: 90vh;
  }
  
  .leistungen-unterseite-cards-hashtag-container {
    width: 100%;
  }
  

  
  .leistungen-unterseite-cards a p {
    width: 65%;
  }
  
  .leistungen-unterseite-intro-intro {
    font-size: 14px;
    line-height: 22px;
    width: 70%;
    opacity: 0.6;
    padding-top: 20px;
    padding-bottom: 100px;
  }
  
  .leistungen-unterseite-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
  
  .leistungen-unterseite-intro p {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
  }
  
  .leistungen-unterseite-team-intro {
    font-size: 14px;
    line-height: 22px;
    width: 70%;
    opacity: 0.6;
    padding-top: 0px;
    padding-bottom: 100px;
  }
  
  
  
  
  .leistungen-unterseite-sub-stage-content {
    width: 90%;
    padding-top: 100px;
  }
  
  .leistungen-unterseite-sub-stage h2 {
    font-size: 14px;
    line-height: 22px;
    width: 70%;
    opacity: 0.6;
  }
  
  .leistungen-unterseite-sub-stage-content img {
    height: 80px;
  }
  
  .leistungen-unterseite-sub-stage-content h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
		hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  
  .leistungen-unterseite-sub-stage-content-hashtags {
    width: 80%;
    padding-top: 20px;
  }
  
  .leistungen-unterseite-sub-stage-content-hashtags a {
    font-size: 14px;
    padding: 6px 10px;
  }
  
  .leistungen-unterseite-sub-stage-content-hashtags p {
    font-size: 14px;
    padding: 6px 10px;
  }
	
  .leistungen-unterseite-sub-stage-content-hashtags li {
    font-size: 14px;
    padding: 6px 10px;
  }	
  
  
  .leistungen-unterseite-sub-stage-scroll-icon {
    bottom: 20px;
  }
  
  
.leistungen-unterseite-sub-intro h3 {
  font-size: 22px;
  line-height: 28px;
  width: 80%;
}
	
.leistungen-unterseite-sub-intro h2 {
  font-size: 22px;
  line-height: 28px;
  width: 80%;
}	

.leistungen-unterseite-sub-intro p {
  width: 90%;
}

.leistungen-unterseite-sub-intro .google-rating {
  column-gap: 7px;
  margin-bottom: 36px;
  font-size: 13px;
}

.leistungen-unterseite-sub-intro .google-rating__stars {
  gap: 2px;
}

.leistungen-unterseite-sub-intro .google-rating__stars img {
  height: 10px;
}

.leistungen-unterseite-sub-intro .google-rating__count {
  font-size: 12px;
  line-height: 17px;
}
  
  .leistungen-unterseite-sub-vorteile-intro {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-top: 0;
  }

  
  .leistungen-unterseite-sub-vorteile-slide {
    width: 95%;
    min-height: 375px;
    margin-left: 0;
  }
  
  
  .leistungen-unterseite-sub-unterleistungen {
    padding-top: 0; 
  }
  
  .leistungen-unterseite-sub-unterleistungen h4 {
    font-size: 30px;
    line-height: 36px;
    hyphens: auto;
  }
	
  .leistungen-unterseite-sub-unterleistungen h2 {
    font-size: 30px;
    line-height: 36px;
    hyphens: auto;
  }	

  .panels {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .leistungen-unterseite-sub-unterleistungen-panels-content p {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    font-weight: 500;
    color: rgba(0,0,0,0.7);
  }
  
  .leistungen-unterseite-sub-unterleistungen-panels-content {
    width: 90%;
  }
  
  .leistungen-unterseite-sub-kundenstimmen {
    padding-top: 0;
  }
  
  .leistungen-unterseite-sub-kundenstimmen-intro {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
  }
  
  .leistungen-unterseite-sub-kundenstimmen-content {
    row-gap: 15px;
    padding-top: 80px;
    flex-wrap: wrap;
  }
  
  .leistungen-unterseite-sub-kundenstimmen-content a {
    width: 100%;
  }
  
  .leistungen-unterseite-sub-kundenstimmen-content a p {
    font-size: 18px;
    line-height: 24px;
  }
  
  .leistungen-unterseite-sub-kundenstimmen-content-logo {
    height: 20px;
    width: auto;
  }
  
  .leistungen-unterseite-sub-steps-headline-intro {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
  }
  
  .leistungen-unterseite-sub-steps-stage-1-headline {
    font-size: 22px;
    line-height: 28px;
    width: 80vw;
  }
  
  .leistungen-unterseite-sub-steps-stage-1-info {
    width: 70vw;
  }

  
  .leistungen-unterseite-sub-section-stage-2-headline {
    width: 80%;
  }
  
  .leistungen-unterseite-sub-section-stage-2-content {
    width: 65%;
  }
  
  .leistungen-unterseite-sub-section-stage-2-content p {
    padding-top: 170px;
  }
  
  .leistungen-unterseite-sub-section-stage-2-headline p {
    font-size: 22px;
    line-height: 28px;
  }
  
  .leistungen-unterseite-sub-floating-intro {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-top: 0;
    top: 20px;
  }
  
  .floatingbg-image-basic {
    height: 80px;
    width: auto;
  }

  @-webkit-keyframes floatingbg-image {
    0% {
      top: 100vh;    
    }
    80% {
      top: -80px;    
    }
    100% {
      top: -80px
    }
  } 
  
  .leistungen-unterseite-sub-floating-content {
    width: 70%;
  }
  
  .leistungen-unterseite-sub-floating-content p {
    font-size: 22px;
    line-height: 28px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen {
    padding-bottom: 40px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen-intro {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen-tabs a {
    position: relative;
    width: calc(50% - 2.5px);
    padding: 15px;
    height: 275px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen-tabs h3 {
    font-size: 18px;
    line-height: 21px;
    margin-left: 22px;
    margin-top: -5px;
    hyphens: auto;
    padding-right: 10px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen-tabs a img {
    left: 15px;
    top: 15px;
    width: 12px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen-tabs a p {
    width: 90%; 
    padding-right: 15px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen-tabs span {
    position: relative;
    width: calc(50% - 2.5px);
    padding: 15px;
    height: 275px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen-tabs span img {
    left: 15px;
    top: 15px;
    width: 12px;
  }
  
  .leistungen-unterseite-sub-weitere-leistungen-tabs span p {
    width: 90%; 
    padding-right: 15px;
  }
  
  .leistungen-unterseite-sub-referenzen-intro {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .webdesign-references-slider .swiper-slide.swiper-slide {
    width: 85vw;
  }
  
  .leistungen-unterseite-sub-agency {
      padding: 0 5% 80px 5%;
    }
  
  .leistungen-unterseite-sub-agency h4 {
    font-size: 30px;
    line-height: 36px;
  }
	
	  .leistungen-unterseite-sub-agency h2 {
    font-size: 30px;
    line-height: 36px;
  }
  
  .leistungen-unterseite-sub-agency p {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
  }
  
  .leistungen-unterseite-sub-agency-buttons {
    display: none;
  }
  
  .leistungen-unterseite-sub-team-container {
    flex-wrap: wrap;
  }
  
  .leistungen-unterseite-sub-team {
    padding-bottom: 40px;
  }
  
  .leistungen-unterseite-sub-team-content {
    width: 100%;
    left: 0;
    order: 2;
    padding-top: 20px;
  }
	
	  .leistungen-unterseite-sub-team-content h3 {
    font-size: 22px;
    line-height: 28px;
    width: 80%;
  }
  
  
  .leistungen-unterseite-sub-team-content h4 {
    font-size: 22px;
    line-height: 28px;
    width: 80%;
  }
  
  .leistungen-unterseite-sub-team-picture {
    width: 100%;
    right: 0;
    order: 1;
  }
  
  .leistungen-unterseite-sub-team-content p {
    width: 80%;
  }
  
  .leistungen-unterseite-sub-team-content-buttons-termin {
    position: relative;
    padding-top: 40px;
  }
	
	  .leistungen-unterseite-sub-vorteile-agency hh2 {
    line-height: 26px;
  }
  
  .leistungen-unterseite-sub-vorteile-agency h4 {
    line-height: 26px;
  }

  .leistungen-unterseite-sub-vorteile-agency-slide {
    width: 95%;
    min-height: 375px;
    margin-left: 0;
  }
  
  .leistungen-unterseite-sub-vorteile-agency-slide p {
    font-size: 18px;
    line-height: 24px;
  }
  
  .leistungen-unterseite-sub-faq-container {
    padding: 0px 5% 35px 5%;
  }
  
  .leistungen-unterseite-sub-faq-container-intro {
    font-size: 14px;
    line-height: 22px;
    width: 80%;
    padding-bottom: 50px !important;
  }
  
  .accordion li p {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
  }
  
  
  
  
  
  
  
  
.home-kundenlogos-mobil-container {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 80px;
}
  
.leistungen-footer-container h5 {
  font-size: 30px;
  line-height: 36px;  
}
  
.leistungen-footer-container p {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
}

  
 #hero-frist {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
	padding-bottom: 10px; 
} 
  
.leistungen-unterseite-sub-intro h2 {
  font-size: 22px;
  line-height: 28px;
  width: 80%;
}	  
  
.leistungen-unterseite-sub-bfsk-kacheln-subtitel {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
}  
  
.leistungen-unterseite-sub-bfsk-kacheln-container {
  padding: 50px 5% 100px 5%;
}  
  
.leistungen-unterseite-sub-bfsk-kacheln-container h2 {
  line-height: 30px;
	hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}	
	
	
.leistungen-unterseite-sub-bfsk-kacheln-big h3 {
  font-size: 18px;
  line-height: 21px;
	padding-left: 45px;
}	
	
.leistungen-unterseite-sub-bfsk-kacheln-big {
  background-size: auto 20px;	
	margin-bottom: 15px;
}
	
.leistungen-unterseite-sub-bfsk-kacheln-small {
  width: 100%;
  margin-bottom: 15px;
}	
	
.leistungen-unterseite-sub-bfsk-kacheln-small h3 {
  font-size: 18px;
  padding-left: 25px;
}	
	
.leistungen-unterseite-sub-bfsk-kacheln-small img {
  width: 11px;
}
	
.leistungen-unterseite-sub-bfsk-kacheln-big p {
  width: 90%;
}	

.leistungen-unterseite-sub-unterleistungen h2 {
	font-size: 30px;
  line-height: 36px;
}	
	
	
.leistungen-unterseite-sub-unterleistungen-info {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
	padding-bottom: 50px !important;
}	
	
.panel-button {
  margin-bottom: 20px;	
}
	
.leistungen-unterseite-sub-bfsg-shortcuts-container {
  flex-direction: column;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-countdown {
  width: 100%;
  height: 435px;
}
	
.time-box span {
  font-size: 30px;
}	
	
#countdown {
  gap: 20px;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-countdown-content h2 {
  font-size: 18px;
  line-height: 21px;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-countdown-content p {
  width: 80%;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-countdown-content-button {
  left: 25px;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-countdown-content {
  position: absolute;
  bottom: 90px;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper {
  width: 100%;
	height: auto;
}
	
.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper-content {
  position: relative;
  bottom: 0;
  left: 0;
}	

.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper-content h2 {
  font-size: 18px;
  line-height: 21px;
	padding-bottom: 50px;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper-content p {
  width: 80%;
}
	
.leistungen-unterseite-sub-bfsg-shortcuts-whitepaper-content-button {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 20px;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-video {
  width: 100%;
  height: 345px;
}
	
.leistungen-unterseite-sub-bfsg-shortcuts-text {
  width: 100%;
  height: auto;
  padding: 0;
	padding-left: 25px;
}	

.leistungen-unterseite-sub-bfsg-shortcuts-text-content {
  position: relative;
  bottom: 0;
  left: 0;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-text-content h2 {
  padding-top: 30px;
  width: 60%;
	font-size: 18px;
  line-height: 21px;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-text-content p {
  width: 75%;
}	
	
.leistungen-unterseite-sub-text {
  padding: 0px 5% 100px 5%;
}	
	
.leistungen-unterseite-sub-text h2 {
  font-size: 30px;
  line-height: 36px;
	width: 85%;
}	

	
.leistungen-unterseite-sub-text p {
  font-size: 14px;
  line-height: 22px;
  width: 80% !important;
  padding-bottom: 50px !important;
}	
	
.leistungen-unterseite-sub-text h3 {
  line-height: 30px;
}
	
.leistungen-unterseite-sub-bfsg-risiken-container {
  padding: 100px 5% 20px 5%;
}
	
.leistungen-unterseite-sub-bfsg-risiken-content-container {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 40px;
}	
	
.leistungen-unterseite-sub-bfsg-risiken-container h2 {
  font-size: 30px;
  line-height: 36px;
}
	
.leistungen-unterseite-sub-bfsg-risiken-container h2 {
  font-size: 30px;
  line-height: 36px;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-dark-container {
  flex-direction: column;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-dark-video {
  width: 100%;
	height: 345px;
	margin-bottom: 15px;
}
	
.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper {
  width: 100%;
	height: auto;
}
	
.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper-content {
  position: relative;
  bottom: 0;
  left: 0;
}
	
.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper-content h2 {
  font-size: 18px;
  line-height: 21px;
}
	
.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper-content p {
  width: 80%;
}	
	
.leistungen-unterseite-sub-bfsg-shortcuts-dark-whitepaper-content-button {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 80px;
}
	
.leistungen-unterseite-sub-text-dark {
  padding: 0 5% 100px 5%;
}	
	
.leistungen-unterseite-sub-text-dark h2 {
  font-size: 30px;
  line-height: 36px;
}	
	
.leistungen-unterseite-sub-text-dark-info {
  font-size: 14px;
  line-height: 22px;
  width: 80%;
  padding-bottom: 50px !important;
}	

.leistungen-unterseite-sub-faq-container-headline {
  width: 50%;
}
	
.leistungen-unterseite-sub-faq-container h2 {
	font-size: 14px;
  line-height: 22px;
}	

.leistungen-unterseite-sub-faq-container p {
	font-size: 14px;
  line-height: 22px;
}	
	
.leistungen-unterseite-sub-faq-accordion button,
.leistungen-unterseite-sub-faq-accordion h3.leistungen-unterseite-sub-faq-accordion-headline {
  font-size: 18px;
  line-height: 21px;
}
	
.leistungen-unterseite-sub-faq-accordion-headline::after {
  top: 21px;
}
	
.leistungen-unterseite-sub-faq-accordion button,
.leistungen-unterseite-sub-faq-accordion h3.leistungen-unterseite-sub-faq-accordion-headline  {
  padding-top: 14px;
  padding-left: 24px;
}	

	
.leistungen-unterseite-sub-faq-accordion-content-headline {
  font-size: 15px;
}	
	
.leistungen-unterseite-sub-kundenstimmen-dark-intro {
	font-size: 14px;
  line-height: 22px;
  width: 80%;
  padding-bottom: 50px !important;
}	
	
.leistungen-unterseite-sub-text-dark h3 {
	line-height: 30px;
}	
	
.leistungen-unterseite-sub-text-dark p {
  font-size: 14px;
  line-height: 22px;
  width: 80% !important;
}	
	
	
	
.leistungen-unterseite-sub-intro {
  padding: 120px 0;
}	

.leistungen-unterseite-sub-intro-logos {
  display: none;
}

.leistungen-unterseite-sub-intro-logos-mobile {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 20px;
  background-color: transparent !important;
}
	
.quickcheck-wrapper {
	flex-direction: column;
 }
	
.quickcheck-box {
	min-height: auto;
	padding: 20px;
}
	
.quickcheck-box h3 {
	width: 80%;
	padding-bottom: 115px;
}
	
.quickcheck-intro-box p {
  width: 80%;
}	
	
.quickcheck-button {
		
}
	
.quickcheck-step p,
.quickcheck-intro-box {
	width: 100%;
	position: static;
	margin-bottom: 15px;
}
	
.quickcheck-step p {
	padding-top: 10px;
}	
	
.quickcheck-close {
  display: none;
}	
	
.quickcheck-result a, .quickcheck-result button {
  display: inline-block;
  margin-bottom: 10px;
}	
	
.leistungen-unterseite-sub-vorteile-slide h3 {
	font-size: 18px;
  line-height: 21px;
}




}


/* ---- barrierefreie-webseiten: Yellow-Blend (Footer nähert sich) ---- */

.barrierefreie-body {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.barrierefreie-body.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

/* Vorteile-Slider-Section bg (weiß → gelb) */
.leistungen-unterseite-sub-vorteile {
  transition: background-color 500ms ease;
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile {
  background-color: rgba(227,249,82,1.00);
}

/* Vorteile slide boxes: dunkelgrau → schwarz, Texte → gelb */
.leistungen-unterseite-sub-vorteile-slide {
  transition: background-color 500ms ease;
}
.leistungen-unterseite-sub-vorteile-slide-number {
  transition: color 500ms ease;
}
.leistungen-unterseite-sub-vorteile-slide h3 {
  transition: color 500ms ease;
}
.leistungen-unterseite-sub-vorteile-slide p {
  transition: color 500ms ease;
}

.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide {
  background-color: rgba(0,0,0,1.00);
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide-number {
  color: rgba(227,249,82,0.85);
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide h3 {
  color: rgba(227,249,82,0.95);
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide p {
  color: rgba(227,249,82,0.75);
}

/* Kundenlogos-Sektion bg (schwarz → gelb) */
.leistungen-unterseite-sub-logos {
  transition: background-color 500ms ease;
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-logos {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Mobile Marquee-Container bg (schwarz → gelb) */
.kundenlogos-mobil-container {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.barrierefreie-body.is-footer-approaching--yellow .kundenlogos-mobil-container {
  background-color: rgba(227,249,82,1.00);
}

/* Team-Sektion (direkt über Kundenlogos): schwarz → gelb */
.leistungen-unterseite-sub-team {
  transition: background-color 500ms ease;
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team {
  background-color: rgba(227,249,82,1.00);
}

/* Agency Vorteile-Sektion bg (schwarz → gelb) */
.leistungen-unterseite-sub-vorteile-agency {
  transition: background-color 500ms ease;
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(227,249,82,1.00);
}

/* Beide swiper-navs: weiße Basis-Bg (swiper-home-v2.css) auf schwarz setzen + Transition */
.barrierefreie-body .swiper-nav--vorteile,
.barrierefreie-body .swiper-nav--agency {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.barrierefreie-body.is-footer-approaching--yellow .swiper-nav--vorteile,
.barrierefreie-body.is-footer-approaching--yellow .swiper-nav--agency {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Agency Überschriften: gelb → schwarz */
.leistungen-unterseite-sub-vorteile-agency h2,
.leistungen-unterseite-sub-vorteile-agency h4 {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h2,
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h4 {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}

/* Agency slides: gelber Bg + schwarze Schrift → schwarzer Bg + gelbe Schrift */
.leistungen-unterseite-sub-vorteile-agency-slide {
  transition: background-color 500ms ease;
}
.leistungen-unterseite-sub-vorteile-agency-slide-number {
  transition: color 500ms ease;
}
.leistungen-unterseite-sub-vorteile-agency-slide h3 {
  transition: color 500ms ease;
}
.leistungen-unterseite-sub-vorteile-agency-slide p {
  transition: color 500ms ease;
}

.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide {
  background-color: rgba(0,0,0,1.00);
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(227,249,82,0.75);
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(227,249,82,0.95);
}
.barrierefreie-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(227,249,82,0.95);
}


/* ============================================================
   webdesign-body: Footer-Blend gelb (site-footer--yellow)
   ============================================================ */

/* Seiten-Hintergrund: schwarz → gelb */
.webdesign-body {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

/* Vorteile-Sektion Hintergrund → gelb */
.webdesign-body .leistungen-unterseite-sub-vorteile {
  transition: background-color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile {
  background-color: rgba(227,249,82,1.00);
}

/* Vorteile-Slides: schwarzer Hintergrund + gelbe Schrift */
.webdesign-body .leistungen-unterseite-sub-vorteile-slide {
  transition: background-color 500ms ease;
}
.webdesign-body .leistungen-unterseite-sub-vorteile-slide-number,
.webdesign-body .leistungen-unterseite-sub-vorteile-slide h3,
.webdesign-body .leistungen-unterseite-sub-vorteile-slide p {
  transition: color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide {
  background-color: rgba(0,0,0,1.00);
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide-number {
  color: rgba(227,249,82,0.85);
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide h3 {
  color: rgba(227,249,82,0.95);
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide p {
  color: rgba(227,249,82,0.75);
}

/* Swiper-Navs: weiße Basis-Bg (swiper-home-v2.css) → schwarz → gelb */
.webdesign-body .swiper-nav--vorteile,
.webdesign-body .swiper-nav--agency {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .swiper-nav--vorteile,
.webdesign-body.is-footer-approaching--yellow .swiper-nav--agency {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Agency-Sektion Hintergrund → gelb */
.webdesign-body .leistungen-unterseite-sub-vorteile-agency {
  transition: background-color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(227,249,82,1.00);
}

/* Agency Überschrift + Unterstrich: gelb → schwarz */
.webdesign-body .leistungen-unterseite-sub-vorteile-agency h2,
.webdesign-body .leistungen-unterseite-sub-vorteile-agency h4 {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h2,
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h4 {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}

/* Agency-Slides: schwarzer Hintergrund + gelbe Schrift */
.webdesign-body .leistungen-unterseite-sub-vorteile-agency-slide {
  transition: background-color 500ms ease;
}
.webdesign-body .leistungen-unterseite-sub-vorteile-agency-slide-number,
.webdesign-body .leistungen-unterseite-sub-vorteile-agency-slide h3,
.webdesign-body .leistungen-unterseite-sub-vorteile-agency-slide p {
  transition: color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide {
  background-color: rgba(0,0,0,1.00);
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(227,249,82,0.75);
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(227,249,82,0.95);
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(227,249,82,0.95);
}

/* FAQ-Sektion: schwarzer Hintergrund → gelb */
.webdesign-body .leistungen-unterseite-sub-faq-container {
  transition: background-color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container {
  background-color: rgba(227,249,82,1.00);
}

/* FAQ Headline-Texte: weiß → schwarz */
.webdesign-body .leistungen-unterseite-sub-faq-container-headline h2,
.webdesign-body .leistungen-unterseite-sub-faq-container-headline p {
  transition: color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline h2 {
  color: rgba(0,0,0,0.9) !important;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline p {
  color: rgba(0,0,0,0.5) !important;
}

/* FAQ Accordion Buttons: weiß → schwarz */
.webdesign-body .leistungen-unterseite-sub-faq-accordion-headline {
  transition: color 500ms ease, border-bottom-color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline {
  color: rgba(0,0,0,0.95) !important;
  border-bottom-color: rgba(0,0,0,0.3) !important;
}

/* FAQ Accordion Icons (::after Chevron): weiß → schwarz */
.webdesign-body .leistungen-unterseite-sub-faq-accordion-headline::after {
  transition: border-right-color 500ms ease, border-bottom-color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline::after {
  border-right-color: rgba(0,0,0,0.5) !important;
  border-bottom-color: rgba(0,0,0,0.5) !important;
}

/* FAQ Accordion Content: weiß → schwarz */
.webdesign-body .leistungen-unterseite-sub-faq-accordion-content {
  transition: color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content {
  color: rgba(0,0,0,0.7) !important;
}
.webdesign-body .leistungen-unterseite-sub-faq-accordion-content-headline {
  transition: color 500ms ease;
}
.webdesign-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content-headline {
  color: rgba(0,0,0,0.95);
}


/* ============================================================
   branding-body: Footer-Blend gelb (site-footer--yellow)
   ============================================================ */

/* Seiten-Hintergrund: schwarz → gelb */
.branding-body {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

/* Vorteile-Sektion Hintergrund → gelb */
.branding-body .leistungen-unterseite-sub-vorteile {
  transition: background-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile {
  background-color: rgba(227,249,82,1.00);
}

/* Vorteile-Slides: schwarzer Hintergrund + gelbe Schrift */
.branding-body .leistungen-unterseite-sub-vorteile-slide {
  transition: background-color 500ms ease;
}
.branding-body .leistungen-unterseite-sub-vorteile-slide-number,
.branding-body .leistungen-unterseite-sub-vorteile-slide h3,
.branding-body .leistungen-unterseite-sub-vorteile-slide p {
  transition: color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide {
  background-color: rgba(0,0,0,1.00);
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide-number {
  color: rgba(227,249,82,0.85);
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide h3 {
  color: rgba(227,249,82,0.95);
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide p {
  color: rgba(227,249,82,0.75);
}

/* Swiper-Navs: weiße Basis-Bg → schwarz → gelb */
.branding-body .swiper-nav--vorteile,
.branding-body .swiper-nav--agency {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .swiper-nav--vorteile,
.branding-body.is-footer-approaching--yellow .swiper-nav--agency {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Team-Sektion: schwarz → gelb */
.branding-body .leistungen-unterseite-sub-team {
  transition: background-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team {
  background-color: rgba(227,249,82,1.00);
}

/* Team Überschrift (Ansprechpartner) + Unterstrich: weiß → schwarz */
.branding-body .leistungen-unterseite-sub-team-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}

/* Team Content Texte: weiß → schwarz */
.branding-body .leistungen-unterseite-sub-team-content h4,
.branding-body .leistungen-unterseite-sub-team-content h3 {
  transition: color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4,
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 {
  color: rgba(0,0,0,0.95);
}

/* Team Content h4 span (gelber Unterstrich → schwarz) */
.branding-body .leistungen-unterseite-sub-team-content h4 span,
.branding-body .leistungen-unterseite-sub-team-content h3 span {
  transition: text-decoration-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4 span,
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 span {
  text-decoration-color: rgba(0,0,0,0.95);
}

/* Team Content p: weiß → schwarz */
.branding-body .leistungen-unterseite-sub-team-content p {
  transition: color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content p {
  color: rgba(0,0,0,0.55);
}

/* Team Name + Unterstrich: weiß → schwarz */
.branding-body .leistungen-unterseite-sub-team-content-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}

/* Team Buttons: weiß → schwarz */
.branding-body .leistungen-unterseite-sub-team-content-button {
  transition: color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-button {
  color: rgba(0,0,0,0.7);
}

/* Kundenlogos-Sektion bg: schwarz → gelb (Logos via JS getauscht) */
.branding-body .leistungen-unterseite-sub-logos {
  transition: background-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-logos {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Mobile Marquee-Container bg: schwarz → gelb */
.branding-body .kundenlogos-mobil-container {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .kundenlogos-mobil-container {
  background-color: rgba(227,249,82,1.00);
}

/* Agency-Sektion Hintergrund → gelb */
.branding-body .leistungen-unterseite-sub-vorteile-agency {
  transition: background-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(227,249,82,1.00);
}

/* Agency Überschrift + Unterstrich: gelb → schwarz */
.branding-body .leistungen-unterseite-sub-vorteile-agency h2,
.branding-body .leistungen-unterseite-sub-vorteile-agency h4 {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h2,
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h4 {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}

/* Agency-Slides: schwarzer Hintergrund + gelbe Schrift */
.branding-body .leistungen-unterseite-sub-vorteile-agency-slide {
  transition: background-color 500ms ease;
}
.branding-body .leistungen-unterseite-sub-vorteile-agency-slide-number,
.branding-body .leistungen-unterseite-sub-vorteile-agency-slide h3,
.branding-body .leistungen-unterseite-sub-vorteile-agency-slide p {
  transition: color 500ms ease;
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide {
  background-color: rgba(0,0,0,1.00);
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(227,249,82,0.75);
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(227,249,82,0.95);
}
.branding-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(227,249,82,0.95);
}


/* ============================================================
   online-marketing-body: Footer-Blend gelb (site-footer--yellow)
   ============================================================ */

.online-marketing-body {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

/* Vorteile-Sektion */
.online-marketing-body .leistungen-unterseite-sub-vorteile {
  transition: background-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile {
  background-color: rgba(227,249,82,1.00);
}
.online-marketing-body .leistungen-unterseite-sub-vorteile-slide {
  transition: background-color 500ms ease;
}
.online-marketing-body .leistungen-unterseite-sub-vorteile-slide-number,
.online-marketing-body .leistungen-unterseite-sub-vorteile-slide h3,
.online-marketing-body .leistungen-unterseite-sub-vorteile-slide p {
  transition: color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide {
  background-color: rgba(0,0,0,1.00);
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide-number {
  color: rgba(227,249,82,0.85);
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide h3 {
  color: rgba(227,249,82,0.95);
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide p {
  color: rgba(227,249,82,0.75);
}

/* Swiper-Navs: weiße Basis-Bg → schwarz → gelb */
.online-marketing-body .swiper-nav--vorteile,
.online-marketing-body .swiper-nav--agency {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .swiper-nav--vorteile,
.online-marketing-body.is-footer-approaching--yellow .swiper-nav--agency {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Team-Sektion */
.online-marketing-body .leistungen-unterseite-sub-team {
  transition: background-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team {
  background-color: rgba(227,249,82,1.00);
}
.online-marketing-body .leistungen-unterseite-sub-team-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.online-marketing-body .leistungen-unterseite-sub-team-content h4,
.online-marketing-body .leistungen-unterseite-sub-team-content h3 {
  transition: color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4,
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 {
  color: rgba(0,0,0,0.95);
}
.online-marketing-body .leistungen-unterseite-sub-team-content h4 span,
.online-marketing-body .leistungen-unterseite-sub-team-content h3 span {
  transition: text-decoration-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4 span,
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 span {
  text-decoration-color: rgba(0,0,0,0.95);
}
.online-marketing-body .leistungen-unterseite-sub-team-content p {
  transition: color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content p {
  color: rgba(0,0,0,0.55);
}
.online-marketing-body .leistungen-unterseite-sub-team-content-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.online-marketing-body .leistungen-unterseite-sub-team-content-button {
  transition: color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-button {
  color: rgba(0,0,0,0.7);
}

/* Kundenlogos */
.online-marketing-body .leistungen-unterseite-sub-logos {
  transition: background-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-logos {
  background-color: rgba(227,249,82,1.00) !important;
}
.online-marketing-body .kundenlogos-mobil-container {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .kundenlogos-mobil-container {
  background-color: rgba(227,249,82,1.00);
}

/* Agency-Sektion */
.online-marketing-body .leistungen-unterseite-sub-vorteile-agency {
  transition: background-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(227,249,82,1.00);
}
.online-marketing-body .leistungen-unterseite-sub-vorteile-agency h2,
.online-marketing-body .leistungen-unterseite-sub-vorteile-agency h4 {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h2,
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h4 {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.online-marketing-body .leistungen-unterseite-sub-vorteile-agency-slide {
  transition: background-color 500ms ease;
}
.online-marketing-body .leistungen-unterseite-sub-vorteile-agency-slide-number,
.online-marketing-body .leistungen-unterseite-sub-vorteile-agency-slide h3,
.online-marketing-body .leistungen-unterseite-sub-vorteile-agency-slide p {
  transition: color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide {
  background-color: rgba(0,0,0,1.00);
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(227,249,82,0.75);
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(227,249,82,0.95);
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(227,249,82,0.95);
}

/* FAQ-Sektion */
.online-marketing-body .leistungen-unterseite-sub-faq-container {
  transition: background-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container {
  background-color: rgba(227,249,82,1.00);
}
.online-marketing-body .leistungen-unterseite-sub-faq-container-headline h2,
.online-marketing-body .leistungen-unterseite-sub-faq-container-headline p {
  transition: color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline h2 {
  color: rgba(0,0,0,0.9) !important;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline p {
  color: rgba(0,0,0,0.5) !important;
}
.online-marketing-body .leistungen-unterseite-sub-faq-accordion-headline {
  transition: color 500ms ease, border-bottom-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline {
  color: rgba(0,0,0,0.95) !important;
  border-bottom-color: rgba(0,0,0,0.3) !important;
}
.online-marketing-body .leistungen-unterseite-sub-faq-accordion-headline::after {
  transition: border-right-color 500ms ease, border-bottom-color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline::after {
  border-right-color: rgba(0,0,0,0.5) !important;
  border-bottom-color: rgba(0,0,0,0.5) !important;
}
.online-marketing-body .leistungen-unterseite-sub-faq-accordion-content {
  transition: color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content {
  color: rgba(0,0,0,0.7) !important;
}
.online-marketing-body .leistungen-unterseite-sub-faq-accordion-content-headline {
  transition: color 500ms ease;
}
.online-marketing-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content-headline {
  color: rgba(0,0,0,0.95);
}


/* ============================================================
   seo-body: Footer-Blend gelb (site-footer--yellow)
   ============================================================ */

.seo-body {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

/* Vorteile-Sektion */
.seo-body .leistungen-unterseite-sub-vorteile {
  transition: background-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile {
  background-color: rgba(227,249,82,1.00);
}
.seo-body .leistungen-unterseite-sub-vorteile-slide {
  transition: background-color 500ms ease;
}
.seo-body .leistungen-unterseite-sub-vorteile-slide-number,
.seo-body .leistungen-unterseite-sub-vorteile-slide h3,
.seo-body .leistungen-unterseite-sub-vorteile-slide p {
  transition: color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide {
  background-color: rgba(0,0,0,1.00);
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide-number {
  color: rgba(227,249,82,0.85);
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide h3 {
  color: rgba(227,249,82,0.95);
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-slide p {
  color: rgba(227,249,82,0.75);
}

/* Swiper-Navs: weiße Basis-Bg → schwarz → gelb */
.seo-body .swiper-nav--vorteile,
.seo-body .swiper-nav--agency {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .swiper-nav--vorteile,
.seo-body.is-footer-approaching--yellow .swiper-nav--agency {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Team-Sektion */
.seo-body .leistungen-unterseite-sub-team {
  transition: background-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team {
  background-color: rgba(227,249,82,1.00);
}
.seo-body .leistungen-unterseite-sub-team-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.seo-body .leistungen-unterseite-sub-team-content h4,
.seo-body .leistungen-unterseite-sub-team-content h3 {
  transition: color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4,
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 {
  color: rgba(0,0,0,0.95);
}
.seo-body .leistungen-unterseite-sub-team-content h4 span,
.seo-body .leistungen-unterseite-sub-team-content h3 span {
  transition: text-decoration-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4 span,
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 span {
  text-decoration-color: rgba(0,0,0,0.95);
}
.seo-body .leistungen-unterseite-sub-team-content p {
  transition: color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content p {
  color: rgba(0,0,0,0.55);
}
.seo-body .leistungen-unterseite-sub-team-content-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.seo-body .leistungen-unterseite-sub-team-content-button {
  transition: color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-button {
  color: rgba(0,0,0,0.7);
}

/* Kundenlogos */
.seo-body .leistungen-unterseite-sub-logos {
  transition: background-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-logos {
  background-color: rgba(227,249,82,1.00) !important;
}
.seo-body .kundenlogos-mobil-container {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .kundenlogos-mobil-container {
  background-color: rgba(227,249,82,1.00);
}

/* Agency-Sektion */
.seo-body .leistungen-unterseite-sub-vorteile-agency {
  transition: background-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(227,249,82,1.00);
}
.seo-body .leistungen-unterseite-sub-vorteile-agency h2,
.seo-body .leistungen-unterseite-sub-vorteile-agency h4 {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h2,
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h4 {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.seo-body .leistungen-unterseite-sub-vorteile-agency-slide {
  transition: background-color 500ms ease;
}
.seo-body .leistungen-unterseite-sub-vorteile-agency-slide-number,
.seo-body .leistungen-unterseite-sub-vorteile-agency-slide h3,
.seo-body .leistungen-unterseite-sub-vorteile-agency-slide p {
  transition: color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide {
  background-color: rgba(0,0,0,1.00);
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(227,249,82,0.75);
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(227,249,82,0.95);
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(227,249,82,0.95);
}

/* FAQ-Sektion */
.seo-body .leistungen-unterseite-sub-faq-container {
  transition: background-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container {
  background-color: rgba(227,249,82,1.00);
}
.seo-body .leistungen-unterseite-sub-faq-container-headline h2,
.seo-body .leistungen-unterseite-sub-faq-container-headline p {
  transition: color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline h2 {
  color: rgba(0,0,0,0.9) !important;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline p {
  color: rgba(0,0,0,0.5) !important;
}
.seo-body .leistungen-unterseite-sub-faq-accordion-headline {
  transition: color 500ms ease, border-bottom-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline {
  color: rgba(0,0,0,0.95) !important;
  border-bottom-color: rgba(0,0,0,0.3) !important;
}
.seo-body .leistungen-unterseite-sub-faq-accordion-headline::after {
  transition: border-right-color 500ms ease, border-bottom-color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline::after {
  border-right-color: rgba(0,0,0,0.5) !important;
  border-bottom-color: rgba(0,0,0,0.5) !important;
}
.seo-body .leistungen-unterseite-sub-faq-accordion-content {
  transition: color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content {
  color: rgba(0,0,0,0.7) !important;
}
.seo-body .leistungen-unterseite-sub-faq-accordion-content-headline {
  transition: color 500ms ease;
}
.seo-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content-headline {
  color: rgba(0,0,0,0.95);
}


/* ============================================================
   design-agentur-body: Footer-Blend gelb (site-footer--yellow)
   ============================================================ */

.design-agentur-body {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

/* Swiper-Nav Agency: weiße Basis-Bg → schwarz → gelb */
.design-agentur-body .swiper-nav--agency {
  background-color: rgba(0,0,0,1.00) !important;
  transition: background-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .swiper-nav--agency {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Team-Sektion */
.design-agentur-body .leistungen-unterseite-sub-team {
  transition: background-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team {
  background-color: rgba(227,249,82,1.00);
}
.design-agentur-body .leistungen-unterseite-sub-team-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.design-agentur-body .leistungen-unterseite-sub-team-content h4,
.design-agentur-body .leistungen-unterseite-sub-team-content h3 {
  transition: color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4,
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 {
  color: rgba(0,0,0,0.95);
}
.design-agentur-body .leistungen-unterseite-sub-team-content h4 span,
.design-agentur-body .leistungen-unterseite-sub-team-content h3 span {
  transition: text-decoration-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4 span,
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 span {
  text-decoration-color: rgba(0,0,0,0.95);
}
.design-agentur-body .leistungen-unterseite-sub-team-content p {
  transition: color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content p {
  color: rgba(0,0,0,0.55);
}
.design-agentur-body .leistungen-unterseite-sub-team-content-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.design-agentur-body .leistungen-unterseite-sub-team-content-button {
  transition: color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-button {
  color: rgba(0,0,0,0.7);
}

/* Kundenlogos */
.design-agentur-body .leistungen-unterseite-sub-logos {
  transition: background-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-logos {
  background-color: rgba(227,249,82,1.00) !important;
}
.design-agentur-body .kundenlogos-mobil-container {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .kundenlogos-mobil-container {
  background-color: rgba(227,249,82,1.00);
}

/* Agency-Sektion */
.design-agentur-body .leistungen-unterseite-sub-vorteile-agency {
  transition: background-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(227,249,82,1.00);
}
.design-agentur-body .leistungen-unterseite-sub-vorteile-agency h2,
.design-agentur-body .leistungen-unterseite-sub-vorteile-agency h4 {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h2,
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h4 {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.design-agentur-body .leistungen-unterseite-sub-vorteile-agency-slide {
  transition: background-color 500ms ease;
}
.design-agentur-body .leistungen-unterseite-sub-vorteile-agency-slide-number,
.design-agentur-body .leistungen-unterseite-sub-vorteile-agency-slide h3,
.design-agentur-body .leistungen-unterseite-sub-vorteile-agency-slide p {
  transition: color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide {
  background-color: rgba(0,0,0,1.00);
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(227,249,82,0.75);
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(227,249,82,0.95);
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(227,249,82,0.95);
}

/* FAQ-Sektion */
.design-agentur-body .leistungen-unterseite-sub-faq-container {
  transition: background-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container {
  background-color: rgba(227,249,82,1.00);
}
.design-agentur-body .leistungen-unterseite-sub-faq-container-headline h2,
.design-agentur-body .leistungen-unterseite-sub-faq-container-headline p {
  transition: color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline h2 {
  color: rgba(0,0,0,0.9) !important;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline p {
  color: rgba(0,0,0,0.5) !important;
}
.design-agentur-body .leistungen-unterseite-sub-faq-accordion-headline {
  transition: color 500ms ease, border-bottom-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline {
  color: rgba(0,0,0,0.95) !important;
  border-bottom-color: rgba(0,0,0,0.3) !important;
}
.design-agentur-body .leistungen-unterseite-sub-faq-accordion-headline::after {
  transition: border-right-color 500ms ease, border-bottom-color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline::after {
  border-right-color: rgba(0,0,0,0.5) !important;
  border-bottom-color: rgba(0,0,0,0.5) !important;
}
.design-agentur-body .leistungen-unterseite-sub-faq-accordion-content {
  transition: color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content {
  color: rgba(0,0,0,0.7) !important;
}
.design-agentur-body .leistungen-unterseite-sub-faq-accordion-content-headline {
  transition: color 500ms ease;
}
.design-agentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content-headline {
  color: rgba(0,0,0,0.95);
}


/* ============================================================
   webagentur-body: Footer-Blend gelb (site-footer--yellow)
   ============================================================ */

.webagentur-body {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

/* Swiper-Nav Agency: weiße Basis-Bg → schwarz → gelb */
.webagentur-body .swiper-nav--agency {
  background-color: rgba(0,0,0,1.00) !important;
  transition: background-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .swiper-nav--agency {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Team-Sektion */
.webagentur-body .leistungen-unterseite-sub-team {
  transition: background-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team {
  background-color: rgba(227,249,82,1.00);
}
.webagentur-body .leistungen-unterseite-sub-team-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.webagentur-body .leistungen-unterseite-sub-team-content h4,
.webagentur-body .leistungen-unterseite-sub-team-content h3 {
  transition: color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4,
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 {
  color: rgba(0,0,0,0.95);
}
.webagentur-body .leistungen-unterseite-sub-team-content h4 span,
.webagentur-body .leistungen-unterseite-sub-team-content h3 span {
  transition: text-decoration-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4 span,
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 span {
  text-decoration-color: rgba(0,0,0,0.95);
}
.webagentur-body .leistungen-unterseite-sub-team-content p {
  transition: color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content p {
  color: rgba(0,0,0,0.55);
}
.webagentur-body .leistungen-unterseite-sub-team-content-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.webagentur-body .leistungen-unterseite-sub-team-content-button {
  transition: color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-button {
  color: rgba(0,0,0,0.7);
}

/* Kundenlogos */
.webagentur-body .leistungen-unterseite-sub-logos {
  transition: background-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-logos {
  background-color: rgba(227,249,82,1.00) !important;
}
.webagentur-body .kundenlogos-mobil-container {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .kundenlogos-mobil-container {
  background-color: rgba(227,249,82,1.00);
}

/* Agency-Sektion */
.webagentur-body .leistungen-unterseite-sub-vorteile-agency {
  transition: background-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(227,249,82,1.00);
}
.webagentur-body .leistungen-unterseite-sub-vorteile-agency h2,
.webagentur-body .leistungen-unterseite-sub-vorteile-agency h4 {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h2,
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h4 {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.webagentur-body .leistungen-unterseite-sub-vorteile-agency-slide {
  transition: background-color 500ms ease;
}
.webagentur-body .leistungen-unterseite-sub-vorteile-agency-slide-number,
.webagentur-body .leistungen-unterseite-sub-vorteile-agency-slide h3,
.webagentur-body .leistungen-unterseite-sub-vorteile-agency-slide p {
  transition: color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide {
  background-color: rgba(0,0,0,1.00);
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(227,249,82,0.75);
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(227,249,82,0.95);
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(227,249,82,0.95);
}

/* FAQ-Sektion */
.webagentur-body .leistungen-unterseite-sub-faq-container {
  transition: background-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container {
  background-color: rgba(227,249,82,1.00);
}
.webagentur-body .leistungen-unterseite-sub-faq-container-headline h2,
.webagentur-body .leistungen-unterseite-sub-faq-container-headline p {
  transition: color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline h2 {
  color: rgba(0,0,0,0.9) !important;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline p {
  color: rgba(0,0,0,0.5) !important;
}
.webagentur-body .leistungen-unterseite-sub-faq-accordion-headline {
  transition: color 500ms ease, border-bottom-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline {
  color: rgba(0,0,0,0.95) !important;
  border-bottom-color: rgba(0,0,0,0.3) !important;
}
.webagentur-body .leistungen-unterseite-sub-faq-accordion-headline::after {
  transition: border-right-color 500ms ease, border-bottom-color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline::after {
  border-right-color: rgba(0,0,0,0.5) !important;
  border-bottom-color: rgba(0,0,0,0.5) !important;
}
.webagentur-body .leistungen-unterseite-sub-faq-accordion-content {
  transition: color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content {
  color: rgba(0,0,0,0.7) !important;
}
.webagentur-body .leistungen-unterseite-sub-faq-accordion-content-headline {
  transition: color 500ms ease;
}
.webagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content-headline {
  color: rgba(0,0,0,0.95);
}


/* ============================================================
   werbeagentur-body: Footer-Blend gelb (site-footer--yellow)
   ============================================================ */

.werbeagentur-body {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow {
  background-color: rgba(227,249,82,1.00);
}

/* Swiper-Nav Agency: weiße Basis-Bg → schwarz → gelb */
.werbeagentur-body .swiper-nav--agency {
  background-color: rgba(0,0,0,1.00) !important;
  transition: background-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .swiper-nav--agency {
  background-color: rgba(227,249,82,1.00) !important;
}

/* Team-Sektion */
.werbeagentur-body .leistungen-unterseite-sub-team {
  transition: background-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team {
  background-color: rgba(227,249,82,1.00);
}
.werbeagentur-body .leistungen-unterseite-sub-team-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.werbeagentur-body .leistungen-unterseite-sub-team-content h4,
.werbeagentur-body .leistungen-unterseite-sub-team-content h3 {
  transition: color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4,
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 {
  color: rgba(0,0,0,0.95);
}
.werbeagentur-body .leistungen-unterseite-sub-team-content h4 span,
.werbeagentur-body .leistungen-unterseite-sub-team-content h3 span {
  transition: text-decoration-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h4 span,
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content h3 span {
  text-decoration-color: rgba(0,0,0,0.95);
}
.werbeagentur-body .leistungen-unterseite-sub-team-content p {
  transition: color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content p {
  color: rgba(0,0,0,0.55);
}
.werbeagentur-body .leistungen-unterseite-sub-team-content-headline {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-headline {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.werbeagentur-body .leistungen-unterseite-sub-team-content-button {
  transition: color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-team-content-button {
  color: rgba(0,0,0,0.7);
}

/* Kundenlogos */
.werbeagentur-body .leistungen-unterseite-sub-logos {
  transition: background-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-logos {
  background-color: rgba(227,249,82,1.00) !important;
}
.werbeagentur-body .kundenlogos-mobil-container {
  background-color: rgba(0,0,0,1.00);
  transition: background-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .kundenlogos-mobil-container {
  background-color: rgba(227,249,82,1.00);
}

/* Agency-Sektion */
.werbeagentur-body .leistungen-unterseite-sub-vorteile-agency {
  transition: background-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency {
  background-color: rgba(227,249,82,1.00);
}
.werbeagentur-body .leistungen-unterseite-sub-vorteile-agency h2,
.werbeagentur-body .leistungen-unterseite-sub-vorteile-agency h4 {
  transition: color 500ms ease, text-decoration-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h2,
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency h4 {
  color: rgba(0,0,0,0.95);
  text-decoration-color: rgba(0,0,0,0.95);
}
.werbeagentur-body .leistungen-unterseite-sub-vorteile-agency-slide {
  transition: background-color 500ms ease;
}
.werbeagentur-body .leistungen-unterseite-sub-vorteile-agency-slide-number,
.werbeagentur-body .leistungen-unterseite-sub-vorteile-agency-slide h3,
.werbeagentur-body .leistungen-unterseite-sub-vorteile-agency-slide p {
  transition: color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide {
  background-color: rgba(0,0,0,1.00);
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide-number {
  color: rgba(227,249,82,0.75);
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide h3 {
  color: rgba(227,249,82,0.95);
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-vorteile-agency-slide p {
  color: rgba(227,249,82,0.95);
}

/* FAQ-Sektion */
.werbeagentur-body .leistungen-unterseite-sub-faq-container {
  transition: background-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container {
  background-color: rgba(227,249,82,1.00);
}
.werbeagentur-body .leistungen-unterseite-sub-faq-container-headline h2,
.werbeagentur-body .leistungen-unterseite-sub-faq-container-headline p {
  transition: color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline h2 {
  color: rgba(0,0,0,0.9) !important;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-container-headline p {
  color: rgba(0,0,0,0.5) !important;
}
.werbeagentur-body .leistungen-unterseite-sub-faq-accordion-headline {
  transition: color 500ms ease, border-bottom-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline {
  color: rgba(0,0,0,0.95) !important;
  border-bottom-color: rgba(0,0,0,0.3) !important;
}
.werbeagentur-body .leistungen-unterseite-sub-faq-accordion-headline::after {
  transition: border-right-color 500ms ease, border-bottom-color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-headline::after {
  border-right-color: rgba(0,0,0,0.5) !important;
  border-bottom-color: rgba(0,0,0,0.5) !important;
}
.werbeagentur-body .leistungen-unterseite-sub-faq-accordion-content {
  transition: color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content {
  color: rgba(0,0,0,0.7) !important;
}
.werbeagentur-body .leistungen-unterseite-sub-faq-accordion-content-headline {
  transition: color 500ms ease;
}
.werbeagentur-body.is-footer-approaching--yellow .leistungen-unterseite-sub-faq-accordion-content-headline {
  color: rgba(0,0,0,0.95);
}
