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


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

.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%;
  transition: background-color 500ms ease;
}



.leistung-hauptseite-text h4 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  width: 80%;
  transition: color 500ms ease;
}

.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;
  transition: color 500ms ease;
}

/* ---- Leistungen-Hauptseite: Dark-Blend (Footer n\u00e4hert sich) ---- */
.leistungen-body {
  background-color: rgba(255,255,255,1.00);
  transition: background-color 500ms ease;
}
.leistungen-body.is-footer-approaching--black {
  background-color: rgba(0,0,0,1.00);
}

.leistung-hauptseite-text .main-button {
  transition: background-color 500ms ease, color 500ms ease;
}

.leistung-hauptseite-text.is-footer-approaching--black {
  background-color: rgba(0,0,0,1.00);
}
.leistung-hauptseite-text.is-footer-approaching--black h4,
.leistung-hauptseite-text.is-footer-approaching--black p {
  color: rgba(255,255,255,1.00);
}
.leistung-hauptseite-text.is-footer-approaching--black .main-button {
  background-color: rgba(255,255,255,0.95) !important;
  color: rgba(0,0,0,0.95) !important;
}


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




/* Fotter 2024 */
footer {
  width: 100%;
  padding: 150px 5% 0 5% !important;
  height: auto;
}

.footer-yellow {
  background-color: rgba(227,249,82,1.00);
}

footer h5 {
  font-family: headline;
  font-size: 40px;
  line-height: 44px;
  color: rgba(0,0,0,1.00);
  width: 80%;
  margin: 0;
}

footer 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;
  padding-bottom: 100px;
}

footer nav {
  width: 100%;
  padding-top: 125px;
  padding-bottom: 20px;
  overflow: hidden;
  font-family: "proxima-nova";
  font-size: 14px;
  color: rgba(0,0,0,0.95);
  display: flex;
  column-gap: 20px;
  font-weight: 400;
  
}

footer nav a {
  color: rgba(0,0,0,0.95);
  text-decoration: none;
}

footer nav a:nth-child(1) {
  font-weight: 600;
}

footer nav span {
  font-family: headline;
  font-size: 13px;
  margin-left: auto;
  font-weight: 400;
}









/* 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)
}  
  
  
.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%;
}



}
























