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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

a {
  text-decoration: underline;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #edf2f4;
  width: auto;
  max-width: 1500px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #d90429;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2b2d42;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #d90429;
}

.button-primary:active {
  background-color: #43464d;
}

.logo {
  color: #d90429;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.header {
  justify-content: space-between;
  align-items: center;
}

.cell {
  background-color: #2b2d42;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: inset 20px 17px 18px #0003;
}

.container-2 {
  max-width: 1500px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.container-3 {
  max-width: none;
  min-height: 250px;
  padding-left: 50px;
  padding-right: 50px;
}

.heading {
  color: #edf2f4;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.div-block-blau {
  background-color: #2b2d42;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 750px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  box-shadow: inset 20px 17px 18px #0003;
}

.paragraph {
  color: #edf2f4;
  text-align: left;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.icon {
  align-self: center;
  width: 75px;
}

.image {
  filter: invert();
}

.cell-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.cell-3, .cell-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.div-block-grau {
  background-color: #edf2f4;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 120px;
  display: flex;
}

.heading-dunkel {
  color: #2b2d42;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph-dunkel {
  color: #2b2d42;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.quick-stack-2 {
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.accordion-wrapper {
  margin-top: 40px;
}

.accordion {
  border: 1px solid #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 750px;
  max-width: 750px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.accordion-header {
  color: #edf2f4;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.accordion-panel {
  color: #2b2d42;
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  display: none;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.body {
  background-color: #181925;
}

.container-2-rot {
  text-align: center;
  background-color: #d90429;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/jürgen_bereswill.jpeg');
  background-position: 50%;
  background-size: cover;
  min-width: 8%;
}

.cell-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.service-kachel {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 250px;
  display: flex;
}

.image-2 {
  filter: invert();
  max-width: 18px;
}

.div-block-5 {
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.div-block-grau-2 {
  background-color: #edf2f4;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 100px 120px;
  display: flex;
}

.features-metrics {
  text-align: center;
  border-bottom-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Lato, sans-serif;
  display: none;
}

.container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
}

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

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 900;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.footer-light {
  background-color: #2b2d42;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #edf2f4;
  font-family: Lato, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-5 {
  background-color: #2b2d42;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 20px;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.footer-wrapper-three {
  color: #edf2f4;
  justify-content: space-between;
  align-items: center;
  font-family: Lato, sans-serif;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #edf2f4;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #d90429;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #edf2f4;
  margin-left: 24px;
  font-family: Lato, sans-serif;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.button {
  background-color: #d90429;
  border: 1px solid #d90429;
  align-self: flex-start;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.button:hover {
  background-color: #2b2d42;
  border: 1px solid #d90429;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Lato, sans-serif;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.paragraph-leistung {
  color: #edf2f4;
  text-align: center;
  margin-top: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-span {
  color: #d90429;
}

.testimonial-column-light {
  background-color: #d90429;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  color: #f5f7fa;
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.paragraph-2 {
  color: #fff;
}

.container-6 {
  background-color: #2b2d42;
  max-width: 1500px;
  height: 100%;
}

.container-7 {
  color: #fff;
  background-color: #d90429;
  max-width: 1500px;
  padding: 60px 100px;
}

.logos-title-large {
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

.container-8 {
  background-color: #edf2f4;
  width: 100%;
  max-width: 1500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

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

.kunden-div {
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  display: flex;
}

.image-4 {
  height: 55px;
  margin-left: 0;
  margin-right: 30px;
}

.container-2-grau {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.container-9 {
  justify-content: space-between;
  align-items: stretch;
  height: 500px;
  display: flex;
}

.block_rot {
  background-color: #d90429;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.block_blau {
  background-color: #2b2d42;
  align-self: stretch;
  height: 500px;
}

.container-2-rot-copy {
  text-align: center;
  background-color: #d90429;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.heading-2-dunkel {
  color: #2b2d42;
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-6 {
  background-color: #d90429;
  justify-content: center;
  align-items: center;
}

.ablauf_front {
  backface-visibility: hidden;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #d90429;
  border: 1px solid #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 450px;
  min-height: 200px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  display: flex;
  box-shadow: 10px 10px 5px #0003;
}

.ablauf_back {
  backface-visibility: hidden;
  color: #fff;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #d90429;
  border: 1px solid #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 450px;
  max-width: 450px;
  height: 350px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 10px 10px 5px #0003;
}

.list {
  list-style-type: decimal;
}

.list-item {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 16px;
}

.ablauf_ueber {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-5 {
  filter: invert();
  max-width: 25px;
  margin-top: 15px;
  transform: rotate(90deg);
}

.ablauf-text {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.bold-text {
  font-size: 16px;
  font-weight: 700;
}

.block_blau-2 {
  background-color: #2b2d42;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.ablauf_front-blau {
  backface-visibility: hidden;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #2b2d42;
  border: 1px solid #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 450px;
  min-height: 200px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  display: flex;
  box-shadow: 10px 10px 5px #0003;
}

.cell-7 {
  background-color: #2b2d42;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: -225px;
  display: block;
}

.image-6 {
  max-width: 200px;
}

.image-7 {
  max-width: 200px;
  position: absolute;
  inset: 13% 0% 0% 88%;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2b2d42;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.column {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-bottom: 100px;
}

.bild-transporter {
  background-image: url('../images/truck2.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 8%;
}

.div-block-grau2 {
  background-color: #edf2f4;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 750px;
  padding-top: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.maschine {
  background-image: url('../images/maschine_01.jpeg');
  background-position: 50%;
  background-size: cover;
  min-width: 8%;
}

.bereswill {
  background-image: url('../images/juergen.jpeg');
  background-position: 50%;
  background-size: cover;
  min-width: 8%;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.body-2 {
  background-color: #2b2d42;
}

.div-block-10 {
  background-color: #fff;
  padding: 60px;
  font-family: Lato, sans-serif;
}

.div-block-11 {
  z-index: 999;
  background-color: #0000009e;
  position: absolute;
  inset: 0%;
}

.kontakt-wrapper {
  z-index: 999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0 0% 0%;
}

.div-block-12 {
  background-color: #d90429;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 500px;
  min-height: 500px;
  display: flex;
}

.image-9 {
  filter: invert();
  max-width: 10%;
  transform: rotate(45deg);
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.bild_2 {
  background-image: url('../images/pic02.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 500px;
  min-height: 500px;
}

.container-2-rot-kontakt {
  text-align: center;
  background-color: #d90429;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.bild-personal-2 {
  background-image: url('../images/pic02.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 8%;
}

.form-block {
  color: #2b2d42;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  display: flex;
}

.text-span-2 {
  color: #d90429;
}

.text-span-3 {
  color: #d90429;
  font-weight: 700;
}

.bold-text-2, .bold-text-3 {
  font-weight: 900;
}

.submit-button {
  background-color: #d90429;
  margin-top: 20px;
}

.cru-ncf-map-settings {
  display: none;
}

.cru-ncf-dynamic-map {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 64rem;
  margin: 2rem auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cru-ncf-map {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.instructions-delete {
  background-color: #f0f0f0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.cru-ncf-map-item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cru-ncf-map-items {
  flex: 1;
  overflow: scroll;
}

.ncf-link {
  color: #3330ff;
}

.cru-ncf-map-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 1.25rem;
  transition: opacity .2s;
}

.ncf-map-loading-state {
  color: #777;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ncf-map-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 75vh;
  margin-bottom: 2rem;
  display: grid;
  overflow: hidden;
}

.spinner-illustration {
  color: #d3d3d3;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.ncf-map-inner-wrapper {
  z-index: 1;
  flex: 3 1px;
  width: 100%;
  height: 100%;
  position: relative;
}

.ncf-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.ncf-filter-reset {
  color: #111;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem .75rem;
  display: flex;
}

.ncf-label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.ncf-zoomin-button {
  z-index: 401;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #57595e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  right: 0;
}

.ncf-zoomout-button {
  z-index: 401;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Minus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #57595e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  right: 0;
}

.cru-ncf-zoom-controls-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.ncf-list-item-style-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ncf-guide-main-headline {
  font-size: 32px;
}

.ncf-guide-headline {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 125%;
}

.ncf-style-heading-wrapper {
  margin-bottom: 1rem;
}

.ncf-filter-chip {
  cursor: pointer;
  border: 1px solid #57595e;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: all .2s;
  display: flex;
}

.cru-ncf-map-styleguide {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f0f0f0;
  border-radius: 16px;
  flex-flow: column;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
}

.ncf-address-search-bar {
  cursor: auto;
  border: 1px solid #000;
  border-left-color: #57595e;
  border-radius: 12px 0 0 12px;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
}

.cru-ncf-empty-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.ncf-tooltip-popup-wrapper {
  width: 100%;
}

.ncf-tooltip-pop-up-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cru-ncf-pin-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cru-ncf-pin {
  background-image: url('../images/Map-Pin-New.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .2s;
  position: relative;
}

.ncf-tooltip-popup-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ncf-seperator {
  opacity: 0;
  width: 0;
  max-width: 0;
  height: 0;
  max-height: 0;
}

.cru-ncf-pop-up {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 24px 1px #0000001a;
}

.ncf-pop-up-close {
  cursor: pointer;
  background-color: #fffc;
  background-image: url('../images/Dismiss.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.ncf-title {
  font-size: 1.25rem;
  line-height: 125%;
}

.cru-ncf-tooltip {
  background-color: #fff;
  border-radius: .5rem;
  padding: .25rem .5rem;
  box-shadow: 1px 1px 10px 2px #0000001a;
}

.item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.cru-ncf-list-item-embed {
  background-color: #ff6c6c;
  border-radius: 4px;
  margin-bottom: .5rem;
}

.karte {
  flex-flow: column;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.code-embed {
  margin-top: 40px;
}

.laender-div {
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-laender {
  color: #edf2f4;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.laender-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #2b2d42;
}

.error-message {
  color: #fff;
  background-color: #d90429;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .heading {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-blau {
    min-height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-grau {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-dunkel {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/jürgen_bereswill.jpeg');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .service-kachel {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-grau-2 {
    padding: 40px;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-divider-two {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-5 {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-block-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .clients-title {
    margin-bottom: 32px;
  }

  .logo-container {
    display: flex;
  }

  .image-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .block_rot {
    min-height: 250px;
  }

  .ablauf_front {
    width: auto;
    min-height: 150px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .ablauf-text {
    display: none;
  }

  .block_blau-2 {
    min-height: 250px;
  }

  .ablauf_front-blau {
    width: auto;
    min-height: 150px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bild-transporter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/truck2.jpg');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .div-block-grau2 {
    overflow-wrap: normal;
    min-height: 500px;
    padding: 40px;
  }

  .maschine {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/maschine_01.jpeg');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .bereswill {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/juergen.jpeg');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bild-personal-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/pic02.jpg');
    background-position: 0%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .cru-ncf-map-item-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .cru-ncf-map-items {
    padding-right: 0;
  }

  .heading-laender {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .laender-container {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    line-height: 40px;
  }

  .div-block-blau {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion {
    min-width: auto;
  }

  .div-block-4 {
    min-width: auto;
    min-height: 50vh;
  }

  .service-kachel {
    padding: 20px 0;
  }

  .features-metrics {
    padding: 0;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .kunden-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    height: 45px;
  }

  .ablauf-text {
    display: none;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .bild-transporter {
    min-width: auto;
    min-height: 50vh;
  }

  .div-block-grau2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .maschine, .bereswill, .bild-personal-2 {
    min-width: auto;
    min-height: 50vh;
  }

  .cru-ncf-map-items {
    height: 50vh;
    overflow: scroll;
  }

  .ncf-map-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 90vh;
    display: flex;
  }

  .ncf-map-inner-wrapper {
    height: 50vh;
    max-height: 480px;
  }

  .karte {
    padding-left: 0;
    padding-right: 0;
  }

  .laender-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-laender {
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block-blau {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3, .div-block-grau, .service-kachel {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .paragraph-leistung {
    text-align: center;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .block_rot {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-dunkel {
    line-height: 24px;
  }

  .ablauf_front {
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .ablauf_ueber {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .ablauf-text {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .block_blau-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablauf_front-blau {
    width: auto;
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-grau2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cru-ncf-map-item-list {
    height: auto;
  }

  .ncf-filter-reset {
    padding: 6px 12px;
  }

  .cru-ncf-zoom-controls-wrapper {
    top: 1rem;
    right: 1rem;
  }

  .cru-ncf-map-styleguide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .karte {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_85b9042c-2b23-c947-b415-71c5650badb7-ae03237f {
  place-self: stretch stretch;
}

#w-node-_7ba83b69-a4ac-0f0d-c842-33b8601eb4e6-ae03237f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-b401c49d-85a5-7c8d-7513-be6278ede713-ae03237f, #w-node-_16c661a4-7daf-1390-671d-b60cfdecc8d0-ae03237f, #w-node-_1337ac08-e9bb-8f63-e978-6a5249b5caba-ae03237f, #w-node-_8c454faa-0079-6c71-27ae-0182a8c0db13-ae03237f {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_7ba83b69-a4ac-0f0d-c842-33b8601eb4e6-ae03237f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8c60f90-aa14-abc8-c067-cf0ec5e2c701-ae03237f, #w-node-b401c49d-85a5-7c8d-7513-be6278ede714-ae03237f, #w-node-_16c661a4-7daf-1390-671d-b60cfdecc8d1-ae03237f, #w-node-_8c454faa-0079-6c71-27ae-0182a8c0db14-ae03237f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f799832-613f-ccf5-d60f-c01f0bf6e4ae-ae03237f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


