:root {
  --steel-blue: #1a6da8;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: #f75b58;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #f75b58;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: visible;
}

.section.full-screen {
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.section.full-screen.background-image-side {
  z-index: 5;
  max-height: 1000px;
  background-color: rgba(9, 106, 208, .2);
  background-image: url('../images/hero_header_v1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.legal-footer {
  color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.map {
  z-index: 5;
  background-image: url('../images/Locator_Kontakte-04.png');
  background-position: 50%;
  background-size: cover;
}

.section.leistungen {
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 0;
}

.section.leistungen-detail {
  z-index: 5;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
}

.section.portfolio {
  z-index: 5;
  background-color: #f8f8f8;
  padding-top: 0;
  padding-bottom: 80px;
}

.section.about {
  z-index: 5;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
}

.section.costumers {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.section.footer {
  background-color: #f8f8f8;
}

.section.teaser {
  z-index: 5;
  background-color: #f8f8f8;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.sticky-section {
  z-index: 5;
}

.section.blog {
  padding-top: 107px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0;
  padding-bottom: 0;
}

.row.sticky-teaser {
  height: 3000px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 13px;
  display: block;
  position: relative;
  top: 140px;
}

.wrapper {
  z-index: 50;
  width: 100%;
  max-width: 1230px;
  transform-origin: 50%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar {
  z-index: 10;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 0;
}

.wrapper.navbar.projekte {
  margin-top: 20px;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.navbar-2.project {
  opacity: .8;
  background-color: #fff;
  border-bottom: 1px #ccc;
  border-bottom-left-radius: 0;
  position: fixed;
}

.wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.wrapper.section_header {
  padding-bottom: 0;
}

.wrapper.section_header.leistungen {
  background-color: rgba(0, 0, 0, 0);
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  width: 100%;
  flex: 0 auto;
  align-items: flex-start;
  top: 0;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  z-index: 100;
  justify-content: flex-start;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
}

.col.lg-1 {
  width: 50%;
  flex: 0 auto;
  justify-content: center;
}

.col.lg-4 {
  width: 33.33%;
  flex-flow: row;
  flex: 0 auto;
}

.col.lg-4.xs-1 {
  width: 30%;
  opacity: 1;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
}

.col.lg-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
  padding-right: 0;
}

.col.lg-6.square {
  align-self: flex-end;
  align-items: flex-end;
}

.col.lg-3 {
  width: 25%;
  flex: none;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-4 {
  width: 66.66%;
}

.col.lg-1 {
  width: 8.33%;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  flex-wrap: wrap;
  flex: 0 auto;
}

.col.lg-4.xs-1 {
  width: 31%;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-content: stretch;
  margin: 0 10px 20px;
}

.col.lg-12 {
  width: 100%;
  padding-bottom: 10px;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
}

.col.lg-12 {
  width: 100%;
}

.col.lg-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
  padding-right: 0;
}

.col.lg-6.square {
  align-items: flex-end;
}

.margin-bottom {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.3em;
}

.nav-menu-container {
  background-color: #fff;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  z-index: 9;
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  position: fixed;
}

.navbar.projects {
  z-index: 10;
  background-color: #fff;
  margin-top: 70px;
  padding-top: 36px;
  padding-bottom: 36px;
  position: fixed;
}

.nav-link {
  color: #f75b58;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  text-decoration: underline;
}

.nav-link.none {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.none:hover {
  text-decoration: none;
}

.navbar-links-container {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 130px;
}

.logo {
  flex: 1;
  margin-left: 20px;
  position: absolute;
}

.logo.w--current {
  flex: 1;
}

.logo.rel {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo.rel.w--current {
  flex: 0 auto;
  display: flex;
}

.nav-link-3 {
  color: #f75b58;
}

.short-paragraph {
  width: 75%;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.heading {
  color: #f75b58;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.2em;
}

.bold-text {
  color: #f75b58;
  font-size: 1em;
  line-height: 1em;
}

.heading-2 {
  font-size: 3em;
  font-weight: 300;
}

.heading-2.teaser {
  text-transform: uppercase;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-style: normal;
  line-height: 1.2em;
}

.page-wrapper {
  padding-top: 70px;
}

.paragraph-small {
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

.el-p-text {
  max-width: 600px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

.el-p {
  padding: 0 2rem 2rem;
  overflow: hidden;
}

.el-hl {
  color: #f75b58;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
}

.el-item-wrapper {
  margin-top: 0;
  margin-bottom: 220px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.el-content-wrapper {
  width: 70%;
  padding: 1rem;
  position: relative;
  left: auto;
}

.el-menu-wrapper {
  width: 30%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.faq-menu-item {
  color: #3fa9f9;
  text-transform: uppercase;
  flex: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: .6rem 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  box-shadow: none;
  color: #3fa9f9;
  border-radius: 999px;
  margin: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
  transition: color .3s, font-size .3s;
}

.el-container {
  z-index: 10;
  width: 100%;
  max-width: 1230px;
  flex-direction: row;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.faq-menu {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1000px;
  display: flex;
  overflow: hidden;
}

.el-content-row {
  width: 100%;
  margin-bottom: 30rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 140px;
}

.el-headline {
  cursor: pointer;
  justify-content: space-between;
  padding: 0 2rem 1.5rem;
  display: flex;
}

.faq-menu-item-label {
  max-width: 64ch;
  color: #1a6da8;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: .9rem;
  font-style: normal;
  line-height: 1rem;
  text-decoration: none;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  background-color: #fff;
  border: 1px rgba(9, 106, 208, .2);
  padding: 60px;
  box-shadow: 10px 0 80px rgba(31, 44, 61, .1);
}

.section-2 {
  z-index: 5;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  display: flex;
}

.paragraph-small-2 {
  color: rgba(9, 106, 208, .6);
  font-size: 15px;
  font-weight: 300;
  display: none;
}

.negative-margin {
  margin-left: -18px;
}

.footer-heading {
  margin-bottom: 20px;
  text-decoration: none;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.footer-link {
  opacity: .5;
  color: #333;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 300;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.social-media-icon {
  padding: 8px 15px;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.div-block-8 {
  height: auto;
  min-height: 50px;
  opacity: .8;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-image {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.lightbox-image:hover {
  transform: scale(1.01);
}

.text-block {
  color: #ccc;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
}

.text-block.text {
  color: #f75b58;
  padding-left: 10px;
  font-size: 20px;
}

.text-block.pfeil {
  font-size: 20px;
}

.text-block.pfeil:hover {
  color: #f75b58;
  background-color: rgba(0, 0, 0, 0);
}

.heading-3 {
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

.partner-logo {
  width: 100px;
}

.margin-bottom-2 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-4 {
  font-weight: 300;
}

.heading-4.leistungen {
  color: #1a6da8;
  text-align: left;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 400;
  position: relative;
}

.heading-4.leistungen-sticky {
  color: #1a6da8;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 400;
  position: relative;
}

.white {
  color: #fff;
  font-weight: 300;
}

.page-back {
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.page-back:hover {
  color: #f75b58;
}

.paragraph {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.3em;
}

.teaser-text {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

.margin-top {
  margin-top: 20px;
}

.margin-top.margin-bottom {
  margin-top: 40px;
}

.feature-icon-horizontal {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 10px;
  margin-right: 10px;
}

.page-title {
  color: #1a6da8;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.el-list {
  margin-top: 0;
  padding-left: 20px;
  font-size: 1.2em;
  line-height: 1em;
}

.list-item {
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 1em;
  line-height: 1.2em;
}

.paragraph-2 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5em;
  display: none;
}

.el-content-block {
  height: 1500px;
  justify-content: space-between;
  display: block;
}

.el-leistungen {
  max-height: 250px;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.background-image {
  z-index: 1;
  width: 100%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
  padding-top: 400px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.background-image.el {
  z-index: 0;
  width: auto;
  height: auto;
  background-image: none;
  justify-content: space-around;
  padding-top: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-overlays {
  display: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-overlays.el._00 {
  z-index: 0;
  width: 100%;
  height: NaN% ;
  background-color: #fff;
  background-image: url('../images/plx_dots-003.svg');
  background-position: 50%;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.backround-gradient {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .25;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#3fa9f5, #fff 3%);
  background-clip: border-box;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.backround-gradient.bottom {
  z-index: 10;
  opacity: .15;
  background-image: linear-gradient(360deg, #c5c5c5, #fff 3%);
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.backround-gradient.top {
  z-index: 10;
  background-image: linear-gradient(#c5c5c5, #fff 3%);
}

.bg-overlay-s01-001 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/plx_dots-001.svg');
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image {
  flex: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-8 {
  opacity: .57;
  display: none;
}

.bg-overlay-s01-002 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  color: #fff;
}

.heading-9 {
  position: absolute;
}

.heading-9.portfolio {
  color: #fff;
  font-size: 2.5em;
  font-weight: 300;
  position: static;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: 0%;
}

.work-info-wrapper {
  z-index: 1;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 220px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-info-wrapper:hover {
  opacity: 1;
  background-image: linear-gradient(rgba(26, 109, 168, .8), rgba(26, 109, 168, .8));
  padding-top: 220px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-teasser {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 24px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.div-block-17 {
  width: 10px;
  height: 3px;
  background-color: #1a6da8;
  margin-top: 0;
  padding-top: 0;
}

.div-block-17.right {
  width: 10px;
  display: none;
}

.lottie-animation-9 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: static;
}

.sticky-teaser-text {
  width: 40%;
  align-self: flex-start;
  position: relative;
  top: 60px;
}

.teaser-block {
  justify-content: flex-start;
  margin-bottom: 300px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sticky-teaser-lottie {
  width: 50%;
  align-self: flex-start;
  padding-left: 100px;
  position: relative;
  top: 60px;
}

.div-block-19 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.el-leistungen-text {
  padding-left: 0;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-11.info {
  margin-bottom: 10px;
  font-size: 1.8em;
}

.heading-11.customers {
  padding-left: 15px;
  font-size: 1.8em;
}

.datenschutzerklaerung {
  margin-top: 60px;
  padding-top: 0;
}

.ck-modal__exit-btn {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.ck-modal__exit-btn:hover {
  background-color: #515750;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, .3);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #003f6b;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, .1);
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #1a6da8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_label {
  color: #1a6da8;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 9999;
  width: 450px;
  color: #fff;
  background-color: #1a6da8;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  width: 40px;
  color: #1a6da8;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  z-index: 9999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner2_text {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.fs-cc-prefs2_title {
  color: #1a6da8;
  text-align: left;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #1a6da8;
  border: 1px solid #0540f2;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #1a6da8;
  background-color: #fff;
  border-color: #1a6da8;
  margin-bottom: 12px;
}

.fs-cc-prefs2_button.fs-cc-button-allow {
  border-style: none;
}

.fs-cc-banner2_container {
  width: 100%;
  max-width: 990px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  height: 100%;
  color: #000;
  background-color: #fff;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #1a6da8;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #1a6da8;
  background-size: auto;
  border-color: #1a6da8;
}

.fs-cc-prefs2_form {
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  color: #fff;
  background-color: #333;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #003f6b;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 9999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  min-width: 120px;
  color: #1a6da8;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff;
  background-color: #003f6b;
  display: none;
}

.fs-cc-banner2_button.edit {
  color: #fff;
  background-color: #003f6b;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.wrapper-2 {
  z-index: 50;
  width: 100%;
  max-width: 1230px;
  transform-origin: 50%;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.margin-bottom-3 {
  width: 100%;
  margin-bottom: 40px;
}

.list {
  margin-top: 40px;
  padding-left: 20px;
}

.list-item-2 {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.icon-2 {
  color: #fff;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 24px;
  display: flex;
}

.row-3 {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-3.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row-3.flex-horizontal.no-bottom-margin {
  margin-bottom: 0;
}

.paragraph-3 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5em;
}

.page-title-2 {
  color: #f75b58;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.1em;
}

.section-3 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-3.grey-bg {
  z-index: 5;
  background-color: #f8f8f8;
}

.div-block-20 {
  width: 20px;
  height: 5px;
  background-color: #f75b58;
  display: none;
}

.link-paragraph {
  color: #1a6da8;
  text-decoration: none;
}

.link-paragraph:hover {
  text-decoration: underline;
}

.lottie-animation-10 {
  width: 80%;
}

.impressum {
  margin-top: 60px;
}

.zwischenteaser {
  color: #f75b58;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.1em;
}

.zwischenteaser-text {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.lottie-animation-11, .lottie-animation-12, .lottie-animation-13 {
  width: 80%;
}

.text-span-2 {
  font-weight: 400;
}

.container {
  height: 100%;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 80px;
}

.mail-link {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.mail-link:hover {
  color: #f75b58;
}

.paragraph-7 {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

.teaser-text-2 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.3em;
}

.maintenance_text {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container-2 {
  max-width: 500px;
  padding-top: 100px;
}

.email-link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.email-link:hover {
  color: #f75b58;
}

.email-link:focus, .email-link:visited {
  color: #333;
}

.margin-bottom-4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.3em;
}

.maintenance_txt {
  max-width: 125px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.paragraph-small-3 {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.heading-13 {
  color: #f75b58;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 70px;
}

.section-4 {
  height: 100vh;
  background-image: url('../images/hero_header_v1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.maintenance_logo {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.maintenance_heading {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.full-screen.background-image-side, .section.leistungen {
    z-index: 2;
  }

  .section.about {
    padding-top: 0;
  }

  .section.teaser {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.flex-horizontal.no-bottom-margin {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .row.sticky-teaser {
    top: 100px;
  }

  .row.contact {
    justify-content: flex-end;
  }

  .wrapper {
    max-width: 950px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-1 {
    display: flex;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-3 {
    width: 33.33%;
    flex-wrap: nowrap;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
    width: 50%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.xs-1 {
    width: 47%;
  }

  .margin-bottom {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .nav-menu-container {
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    display: flex;
    position: absolute;
    top: 60px;
  }

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .logo-navbar.white {
    width: 90px;
  }

  .menu-button-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .white-burger {
    color: #f75b58;
  }

  .nav-link-3 {
    width: 100%;
    color: #f75b58;
    text-align: left;
    background-color: #fff;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading {
    font-size: 4em;
    line-height: 1.2em;
  }

  .bold-text {
    font-size: 1em;
    line-height: 1em;
  }

  .heading-2.teaser {
    margin-bottom: 20px;
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .el-p-text {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .el-p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .el-hl {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }

  .el-item-wrapper {
    z-index: 8888;
    position: -webkit-sticky;
    position: sticky;
    top: 9rem;
  }

  .el-content-wrapper {
    width: 100%;
  }

  .el-menu-wrapper {
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;
    margin-bottom: 0;
    top: 60px;
  }

  .faq-menu-item {
    padding: 0 .5rem;
  }

  .faq-menu-item.w--current {
    margin: 0;
    padding: 0 .5rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
  }

  .el-container {
    flex-direction: column;
  }

  .faq-menu {
    z-index: 9999999;
    max-width: none;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    position: relative;
    overflow: hidden;
  }

  .el-content-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .el-headline {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-item-label {
    font-size: .8em;
    line-height: 1em;
  }

  .contact-form-container.card {
    max-width: 300px;
    padding: 40px;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-3 {
    margin-top: 0;
  }

  .partner-logo-container {
    width: 50%;
    justify-content: center;
    display: flex;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .margin-bottom-2 {
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: 400;
  }

  .paragraph {
    font-size: 1em;
    font-weight: 300;
  }

  .no-margins {
    font-size: 1em;
    line-height: 1em;
  }

  .teaser-text {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.3em;
  }

  .margin-top.margin-bottom {
    margin-top: 0;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .page-title {
    line-height: 1.3em;
  }

  .list-item {
    font-size: .8em;
    line-height: 1.3em;
  }

  .el-leistungen {
    padding-left: 1.5rem;
  }

  .work-info-wrapper, .work-info-wrapper:hover {
    padding-top: 200px;
  }

  .div-block-17 {
    margin-top: 0;
  }

  .sticky-teaser-text {
    top: 20px;
  }

  .teaser-block {
    top: 80px;
  }

  .sticky-teaser-lottie {
    padding-left: 10px;
  }

  .wrapper-2 {
    max-width: 950px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-bottom-3 {
    margin-bottom: 40px;
  }

  .list-item-2 {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .row-3 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row-3.flex-horizontal.no-bottom-margin {
    flex-wrap: wrap;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zwischenteaser {
    font-size: 2em;
  }

  .zwischenteaser-text {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .container-2 {
    padding-top: 100px;
  }

  .margin-bottom-4 {
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .section.full-screen {
    min-height: 600px;
  }

  .section.about {
    padding-top: 0;
  }

  .section.teaser {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .row {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.sticky-teaser {
    padding-top: 0;
  }

  .wrapper {
    max-width: 750px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper.space-around {
    justify-content: space-around;
  }

  .col.lg-6, .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.align-vertically {
    margin-bottom: 40px;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.contact {
    justify-content: flex-end;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 46%;
  }

  .col.lg-6 {
    width: 100%;
    width: 100%;
  }

  .nav-menu-container {
    background-color: #fff;
  }

  .logo-navbar.white {
    width: 80px;
  }

  .menu-button-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .white-burger {
    color: #f75b58;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-3 {
    color: #f75b58;
    background-color: #fff;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: left;
    font-size: 3.3em;
    line-height: 1.3em;
  }

  .bold-text {
    font-size: 1em;
    line-height: 1.2em;
  }

  .heading-2.teaser {
    font-size: 2em;
  }

  .el-p-text {
    font-size: .9rem;
    line-height: 1.4em;
  }

  .el-p {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .el-hl {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .el-item-wrapper {
    position: -webkit-sticky;
    position: sticky;
  }

  .el-menu-wrapper {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
  }

  .faq-menu-item, .faq-menu-item.w--current {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .8rem;
  }

  .faq-menu {
    justify-content: center;
  }

  .el-content-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .el-headline {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-item-label {
    font-size: .8rem;
  }

  .contact-form-container.card {
    max-width: 280px;
    padding: 40px;
  }

  .flex-horizontal {
    flex: 0 auto;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-bottom-2 {
    align-self: auto;
    font-size: 1em;
  }

  .heading-4.leistungen, .heading-4.leistungen-sticky {
    margin-left: 0;
    font-size: 1em;
    font-weight: 400;
  }

  .paragraph {
    flex: 0 auto;
    font-weight: 300;
    line-height: 1.5em;
    display: block;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .no-margins {
    font-size: .9em;
    line-height: 1em;
  }

  .teaser-text {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.4em;
  }

  .feature-icon-horizontal {
    margin-bottom: 15px;
  }

  .page-title {
    font-size: 1em;
  }

  .list-item {
    font-size: .8em;
    line-height: 1.2em;
  }

  .paragraph-2 {
    font-size: 1.4em;
  }

  .el-leistungen {
    padding-left: 0;
  }

  .work-info-wrapper, .work-info-wrapper:hover {
    padding-top: 80px;
  }

  .div-block-17 {
    align-self: flex-start;
    margin-top: 0;
  }

  .sticky-teaser-text {
    width: 50%;
    margin-top: 40px;
    margin-right: 30px;
    padding-top: 0;
    padding-right: 0;
    position: static;
  }

  .teaser-block {
    justify-content: flex-start;
    padding: 0 10px 0 15px;
    top: 80px;
  }

  .sticky-teaser-lottie {
    padding-left: 0;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
    top: -1rem;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .wrapper-2 {
    max-width: 750px;
  }

  .list-item-2 {
    font-size: 1em;
  }

  .row-3 {
    flex-wrap: wrap;
  }

  .row-3.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .section-3.grey-bg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .zwischenteaser {
    font-size: 1.8em;
  }

  .zwischenteaser-text {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .container-2 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section.leistungen {
    padding-bottom: 20px;
  }

  .section.about, .section.teaser {
    padding-top: 10px;
  }

  .row {
    font-size: 1em;
    line-height: .5em;
  }

  .row.flex-horizontal {
    flex-direction: row;
    padding-bottom: 0;
  }

  .row.flex-horizontal.no-bottom-margin {
    padding-bottom: 0;
  }

  .row.sticky-teaser {
    padding-left: 0;
    display: block;
    position: relative;
  }

  .wrapper {
    max-width: 500px;
    padding-bottom: 0;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wrapper.section_header {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col.lg-5, .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
    padding-right: 15px;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 100%;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 93%;
  }

  .col.lg-6 {
    width: 100%;
    width: 100%;
    align-items: flex-start;
  }

  .margin-bottom {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.5em;
  }

  .nav-menu-container {
    background-color: #fff;
    overflow: auto;
  }

  .logo-navbar.white {
    width: 80px;
  }

  .menu-button-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .white-burger {
    color: #f75b58;
  }

  .nav-link-3 {
    color: #f75b58;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-3.none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-3.none:hover, .nav-link-3.blog {
    text-decoration: none;
  }

  .nav-link-3.blog:hover {
    text-decoration: underline;
  }

  .short-paragraph {
    width: 100%;
    text-align: left;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
  }

  .heading {
    font-size: 3em;
    line-height: 1.2em;
  }

  .bold-text {
    font-size: .8em;
  }

  .heading-2 {
    font-size: 2em;
  }

  .heading-2.teaser {
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.2em;
  }

  .el-p-text {
    font-size: 1em;
    line-height: 1.4em;
  }

  .el-p {
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .el-hl {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .el-item-wrapper {
    margin-bottom: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
  }

  .el-content-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .el-menu-wrapper {
    box-shadow: none;
    opacity: 1;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 4rem;
  }

  .faq-menu-item {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .6rem;
    line-height: 1.3rem;
  }

  .faq-menu-item.w--current {
    border-radius: 0;
    margin: 0;
    padding: 0 .25rem;
    font-size: .6rem;
    line-height: 1.3rem;
    text-decoration: none;
  }

  .el-container {
    margin-top: 0;
    padding-bottom: 0;
  }

  .faq-menu {
    margin-bottom: 0;
  }

  .el-content-row {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40rem;
  }

  .el-headline {
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-menu-item-label {
    max-width: 64ch;
    font-size: 10px;
    line-height: 13px;
  }

  .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .footer-heading {
    font-size: 1em;
    line-height: 1.4em;
  }

  .footer-link {
    font-size: .9em;
  }

  .social-media-icon {
    padding: 0 15px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 1.7em;
    line-height: 1.3em;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-bottom-2 {
    align-self: auto;
    margin-bottom: 40px;
    font-size: 1em;
  }

  .heading-4.leistungen {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: 400;
  }

  .heading-4.leistungen-sticky {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
  }

  .paragraph {
    line-height: 1.4em;
  }

  .no-margins {
    font-size: .9em;
    line-height: 1.3em;
  }

  .teaser-text {
    font-size: 1em;
    line-height: 1.4em;
  }

  .margin-top.margin-bottom {
    margin-bottom: 20px;
  }

  .feature-icon-horizontal {
    margin-bottom: 10px;
  }

  .icon-side {
    width: 8px;
    margin-right: 10px;
  }

  .page-title {
    font-size: 1em;
    line-height: 1.2em;
  }

  .el-list {
    margin-top: 20px;
  }

  .list-item {
    padding-bottom: 10px;
    font-size: .8em;
    line-height: 1.3em;
  }

  .paragraph-2 {
    font-size: 1.3em;
    font-weight: 400;
    display: none;
  }

  .el-content-block {
    height: 1200px;
  }

  .el-leistungen {
    padding-left: 0;
  }

  .background-image {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    top: -10%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .background-overlays.el._00 {
    background-position: 50%;
    background-size: auto;
  }

  .backround-gradient.bottom, .backround-gradient.top {
    opacity: .25;
  }

  .bg-overlay-s01-001 {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-overlay-s01-002 {
    height: auto;
    display: none;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .work-info-wrapper, .work-info-wrapper:hover {
    padding-top: 100px;
  }

  .div-block-17 {
    margin-top: 0;
  }

  .div-block-17.right {
    display: none;
  }

  .lottie-animation-9 {
    width: 90%;
    height: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-teaser-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    position: static;
  }

  .teaser-block {
    margin-bottom: 200px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }

  .sticky-teaser-lottie {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: static;
  }

  .heading-11.info {
    padding-top: 10px;
    font-size: 1.5em;
  }

  .heading-11.customers {
    padding-left: 15px;
    font-size: 1.5em;
  }

  .datenschutzerklaerung {
    font-size: .8em;
    line-height: 1.3em;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
    display: none;
  }

  .wrapper-2 {
    max-width: 500px;
  }

  .margin-bottom-3 {
    font-size: 1.2em;
  }

  .list-item-2 {
    font-size: .8em;
  }

  .icon-2 {
    justify-content: center;
  }

  .row-3 {
    font-size: 1em;
    line-height: .5em;
  }

  .row-3.flex-horizontal {
    flex-direction: row;
  }

  .paragraph-3 {
    font-size: 1.3em;
    font-weight: 400;
  }

  .page-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-6-copy {
    font-size: .8em;
    line-height: 1.3em;
  }

  .impressum {
    padding-right: 0;
    font-size: .8em;
    line-height: 1.3em;
  }

  .zwischenteaser {
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .zwischenteaser-text {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .teaser-text-2.intro {
    font-size: 1.2em;
  }

  .container-2 {
    max-width: 250px;
    padding-top: 60px;
  }

  .margin-bottom-4 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .maintenance_txt {
    max-width: 80px;
  }

  .heading-12 {
    font-size: 12px;
  }

  .paragraph-small-3 {
    font-size: 12px;
    line-height: 1.2em;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 50px;
  }
}


