:root {
  --steel-blue: #3b99d9;
  --navy-blue: #1b3f73;
  --steel-blue-2: #2e80b6;
  --light-sea-green: #25ccbf;
  --white: #fff;
  --goldenrod: #e2a62b;
  --bremen-blau: #002c4c;
  --white-smoke: #ecf0f1;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: white;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #fff;
  transition: all .3s ease-in-out;
  display: none;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #002c4c;
}

.hamburger-button, .navigation-menu {
  display: block;
}

.brand-text {
  color: #fff;
  letter-spacing: 4px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.w--current {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  padding-bottom: 0;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: var(--steel-blue);
  border-style: none;
  margin-top: 20px;
}

.hero-section {
  background-image: url('../images/1Moin-3L---Foto-1_1920x1280.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/1Moin-3L---Foto-1_1920x1280.jpg'), url('../images/bremen-moin-wallanlage-wfb-carina-tank-8339--2-.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  border-bottom: 4px solid #69b9ff;
  width: 100%;
  height: 100%;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  width: 80%;
  color: var(--navy-blue);
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-top: 0;
  margin-bottom: 0;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: var(--steel-blue-2);
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  position: static;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  background-image: url('../images/l.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
}

.white-text {
  color: #fff;
  letter-spacing: 5px;
  text-transform: none;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.spc {
  color: var(--light-sea-green);
}

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

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

.div-block {
  display: block;
}

.container {
  margin-top: 350px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.columns {
  margin-bottom: 40px;
}

.heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.footer-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 600px;
  margin-top: 60px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.div-block-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.button-buchen {
  background-color: var(--steel-blue-2);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.button-buchen:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.button-buchen.all-caps {
  text-transform: uppercase;
}

.image {
  margin-bottom: 10px;
}

.footer-impressum {
  background-color: #020c4c;
  padding-top: 0;
  position: static;
}

.footer-impressum.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.div-block-3 {
  text-align: center;
}

.paragraph {
  pointer-events: auto;
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.div_start_willkommen {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.heading-intro {
  color: #002c4c;
  -webkit-text-stroke-color: #002c4c;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1.41;
}

.div-pic-center {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div_zusatz_bild {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.img_center {
  border-radius: 10px;
  margin-bottom: 0;
}

.text-block {
  color: #fff;
  text-align: justify;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.heading_zusatz {
  margin-top: 0;
  margin-bottom: 16px;
}

.heading_zusatz.centered {
  color: #002c4c;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 300;
}

.heading_zusatz.centered.white {
  color: #fff;
}

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

.section-zusatz {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px 60px;
  position: relative;
}

.section-zusatz.accent {
  background-color: #002c4c;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.text-block-2 {
  color: #002c4c;
  margin-top: 20px;
}

.div_awos {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.button-imp {
  border-radius: 8px;
  max-width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.41;
}

.button-dsgvo {
  border-radius: 8px;
  max-width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-3 {
  border-radius: 8px;
  margin-top: 20px;
}

.button-3.w--current {
  border-radius: 4px;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  text-decoration: none;
  position: fixed;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  order: 0;
  align-items: center;
  display: flex;
  position: static;
}

.brand-text-contact {
  color: #fff;
  letter-spacing: 4px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.navbar {
  background-color: var(--steel-blue-2);
}

.container-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--white);
  font-size: 24px;
}

.image-3 {
  border-radius: 4px;
  display: inline-block;
}

.heading-3 {
  color: #020c4c;
}

.paragraph-2 {
  color: #002c4c;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.41;
  text-decoration: none;
}

.paragraph_datens {
  color: #002c4c;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.41;
  text-decoration: none;
}

.link-2 {
  color: var(--goldenrod);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.41;
  text-decoration: none;
  display: none;
}

.div_footer_imp {
  text-align: center;
  margin-top: 40px;
}

.footer-container-imp {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #020c4c;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

.text-block-5 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.txt-bildnachweis {
  opacity: .25;
  color: var(--white);
  background-color: #fcfcfc29;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 5px;
  font-size: 8px;
  font-weight: 300;
  line-height: 14px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-bildnachweis {
  color: #fff;
  -webkit-text-stroke-color: var(--bremen-blau);
}

.hero-section_start {
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section_start.centered {
  text-align: center;
  background-image: url('../images/1Moin-3L---Foto-1_1920x1280.jpg'), url('../images/bremen-moin-wallanlage-wfb-carina-tank-8339--2-.jpg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  border-bottom: 4px solid #69b9ff;
  width: 100%;
  height: 100%;
  padding-top: 195px;
  padding-bottom: 195px;
}

.div-pic-wide {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-pic-centered {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.img-centrd {
  border-radius: 10px;
  margin-bottom: 0;
}

.image-5 {
  height: 100%;
}

.link-3, .link-4 {
  font-size: 18px;
}

.link-5 {
  font-size: 0;
}

.container-5 {
  background-color: var(--steel-blue);
  opacity: .8;
  border-radius: 8px;
  display: none;
}

.section-services {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.section-services.accent {
  padding-bottom: 0;
}

.section-customer {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section-customer.accent {
  padding-bottom: 0;
}

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

.text-block-centered {
  width: 80%;
  color: var(--steel-blue-2);
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.14;
}

.div-sec-divider {
  height: 32px;
}

.hero-subtitle-text {
  background-color: var(--navy-blue);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 8px;
  margin: 0;
  padding: 9px;
}

.video-placeholder {
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0%;
}

.hero-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--white);
  border-radius: .5rem;
  padding: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #17141100 20%, #000000ba);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay.light {
  opacity: .46;
  background-image: radial-gradient(circle, #17141100 73%, #000000ba);
}

.hero_bottom {
  color: #efe5d7;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 3rem;
}

.heading-style-h1 {
  color: var(--navy-blue);
  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.15;
}

.padding-global {
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-6.is-radius {
  border-radius: .5rem;
}

.hero_content-top {
  flex-flow: column;
  display: flex;
}

.section_hero {
  color: #efe5d7;
  min-height: 120svh;
  display: flex;
  position: relative;
}

.container-large {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.hero_content {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 0;
  display: flex;
}

.hero-component {
  z-index: 3;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 2;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.text-size-regular {
  font-size: 1rem;
}

.hero-subtitle {
  max-width: 64ch;
}

.hero-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: -1rem;
}

.feature-image {
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  display: flex;
}

.feature-image.rechts {
  justify-content: flex-end;
  width: 80%;
  display: flex;
}

.div-content-wrap {
  object-fit: fill;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-7 {
  border-radius: 8px;
  flex: none;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 400px;
}

.black-text-content {
  color: var(--steel-blue-2);
  text-align: left;
  margin-bottom: 0;
  font-size: 28px;
}

.black-text-content.rechts {
  text-align: right;
}

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

.heading-3_phonetics.rechts {
  text-align: right;
}

.feature-wrap {
  border: 1px solid var(--steel-blue-2);
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  margin: 20px auto 10vh;
  padding: 10px;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.paragraph-3 {
  color: var(--steel-blue-2);
  text-align: left;
  text-shadow: 1px 1px 10px #fff;
}

.paragraph-3.rechts {
  text-align: right;
}

.heading-5 {
  background-color: var(--navy-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.div-footer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div-address-wrapper {
  min-width: 300px;
}

.div-block-8 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-9, .hero-logo {
  z-index: 10;
  position: relative;
}

.div-wa-code-wrapper {
  z-index: 20;
  position: fixed;
  inset: auto 20px 20px auto;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

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

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .footer {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .text-block {
    font-size: 14px;
  }

  .text-block-4 {
    text-transform: none;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    position: static;
  }

  .div-block-5 {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .div-block-6 {
    margin-right: 60px;
  }

  .container-4 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-section_start.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .div-pic-wide {
    height: 500px;
  }

  .text-block-centered {
    font-size: 14px;
  }

  .hero-subtitle-text {
    font-size: 12px;
  }

  .heading-style-h1 {
    font-size: 50px;
  }

  .div-content-wrap {
    width: 90%;
    height: auto;
  }

  .black-text-content {
    font-size: 20px;
    line-height: 1.14;
  }

  .feature-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 95%;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .paragraph-3 {
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph-3.rechts {
    padding-left: 10px;
    padding-right: 0;
  }

  .italic-text {
    font-size: 12px;
    line-height: 1.14;
  }

  .div-wa-code-wrapper {
    bottom: 25px;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading.centered {
    font-size: 20px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .footer-container {
    width: 90%;
  }

  .paragraph {
    font-size: 12px;
    line-height: 1.41;
  }

  .div-pic-center {
    width: 85%;
  }

  .text-block {
    font-size: 12px;
  }

  .link-2 {
    font-size: 10px;
    font-weight: 300;
  }

  .footer-container-imp {
    width: 300px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .hero-section_start.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .div-pic-wide {
    height: 300px;
  }

  .text-block-centered {
    font-size: 12px;
  }

  .heading-style-h1 {
    font-size: 24px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero_content {
    width: 200px;
  }

  .hero-icon {
    margin-bottom: 0;
  }

  .div-content-wrap {
    width: 96%;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .div-footer-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .brand-link.w--current {
    margin-left: 0;
  }

  .section {
    padding-top: 40px;
  }

  .hero-section {
    display: none;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading.centered {
    font-size: 16px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-title-group {
    margin-top: 20px;
  }

  .grid-image {
    width: 35%;
  }

  .div-block-2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    text-align: center;
    width: 90%;
  }

  .div_start_willkommen, .div-pic-center, .div_zusatz_bild {
    width: 85%;
  }

  .heading_zusatz.centered {
    font-size: 20px;
  }

  .div_zusatz {
    margin-top: 20px;
  }

  .section-zusatz {
    padding-top: 20px;
  }

  .bold-text {
    vertical-align: baseline;
    font-weight: 400;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 1.41;
  }

  .paragraph_datens {
    font-size: 18px;
  }

  .div_footer_imp {
    text-align: center;
    width: 90%;
  }

  .container-4 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-section_start {
    display: none;
  }

  .hero-section_start.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-services, .section-customer {
    padding-top: 40px;
  }

  .div-maps-wrapper {
    display: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-7 {
    width: 100%;
  }

  .feature-content {
    width: auto;
  }

  .black-text-content {
    font-size: 20px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }
}


