:root {
  --text-color-1: #666;
}

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

.navbar-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.container-impressum {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: left;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  height: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1440px;
  height: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.hero {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.container.rest {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container.service {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
}

.container.optional {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container.preise, .container.contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.container.footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.tel-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  white-space: nowrap;
  background-color: #ffd600;
  padding: 14px 30px;
  text-decoration: none;
  display: flex;
}

.nav-link-desk {
  color: black;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  width: auto;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 10px;
  text-decoration: none;
  display: flex;
}

.nav-link-desk:hover {
  color: #337ccf;
  text-decoration: none;
}



.nav-link {
  color: var(--text-color-1);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  width: auto;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 10px;
  text-decoration: none;
  display: flex;
}


.nav-link:hover {
  color: #337ccf;
  text-decoration: underline;
}

.tel-button-number {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.mob-nav-btn-wrapper {
  display: none;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.mob-menu-wrapper-mob {
  display: none;
}

.links-wrapper-mob-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.hero-wrapper {
  background-image: linear-gradient(#ffd600, #ffd600 50%, #337ccf 50%, #337ccf);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-overlay {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/img-bg-hero.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 10px;
}

.hero-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  height: 100%;
  display: flex;
}

.eyebrow-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.eyebrow {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.eyebrow.optional {
  color: #fff;
}

.heading {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 63px;
  line-height: 77px;
}

.heading.rest {
  z-index: 10;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 50px;
  position: static;
}

.heading.rest.optional {
  color: #fff;
}

.heading.rest.komplettseevice {
  text-align: left;
}

.h1-cleantime {
  color: #337ccf;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline;
}

.highlighted {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: relative;
}

.h1-m-beltransport-underline {
  z-index: auto;
  height: 2px;
  position: absolute;
}

.heading-text {
  color: #666;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.below-cta-wrapper {
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
}

.pfeil-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px;
  display: flex;
}

.pfeil-text-text {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.cta-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.btn-primary {
  background-color: #337ccf;
  padding: 14px 30px;
  text-decoration: none;
  display: flex;
}

.btn-primary-text {
  color: #fff;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.icon-btn-primary {
  margin-left: 10px;
}

.btn-secondary {
  background-color: #fff;
  border: 1px solid #000;
  padding: 14px 30px;
  text-decoration: none;
  display: flex;
}

.btn-secondary-text {
  color: #000;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.icon-btn-secondary {
  filter: invert();
  margin-left: 10px;
}

.hero-overlay-2 {
  z-index: 2;
  background-image: linear-gradient(#337ccf, #337ccf 50%, #ffd600 50%, #ffd600);
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-2 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-img-div {
  background-image: url('../images/Two-men-moving-a-sofa-into-a-living-room.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 570px;
  height: 95%;
  margin-bottom: 48px;
  margin-left: 119px;
  position: absolute;
}

.trust-wrapper {
  background-image: linear-gradient(#fff, #fff 70%, #ffd600 70%, #ffd600);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.trust-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.working-spacer {
  height: 1000px;
}

.trust-content-wrapper {
  background-color: #fff;
  width: 100%;
  height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 0 #0000, 0 -.3px .4px #0000002e, .2px -2.4px 5.8px #00000035;
}

.trust-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #337ccf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.trust-card._1 {
  border-right: 1px #337ccf;
}

.trust-card._2 {
  border-left: 1px solid #337ccf;
  border-right: 1px solid #337ccf;
}

.trust-card._4 {
  border-right-style: none;
}

.trust-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}

.heading-trust-card {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-trust-card {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.service-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 650px;
  margin-top: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlighted2 {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  position: relative;
}

.service-content-1 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
}

.service-content-2 {
  width: 50%;
  height: 100%;
}

.service-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.services-cards-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.service-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 #0000, -.5px 0 1.7px #0000004f;
}

.service-card-number-wrapper {
  display: flex;
}

.service-card-number {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.service-card-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.trennstrich {
  background-color: #000;
  flex: 1;
  height: 1px;
  margin-top: 10px;
  padding-top: 0;
}

.service-card-text-wrapper {
  color: #337ccf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  display: flex;
}

.heading-service-card {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.paragraph {
  color: #666;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.service-img-div {
  background-image: url('../images/img-services.png');
  background-position: 50%;
  background-size: auto;
  width: 550px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.optional-wrapper {
  background-color: #ffd600;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.optional-wrapper-overlay {
  background-color: #337ccf;
  width: 98%;
  height: 100%;
  position: absolute;
}

.optional-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.code-embed {
  color: silver;
  display: block;
}

.optional-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: auto;
  display: flex;
}

.optional-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  height: auto;
  padding: 20px;
  display: flex;
}

.optional-card-icon-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 70px;
  display: flex;
}

.optional-card-text-wrapper {
  width: 70%;
}

.optional-card-text {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.optional-card-icon {
  flex: 0 auto;
}

.komplettservice-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 750px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kompettservice-content-2 {
  width: 50%;
  height: 100%;
}

.komplettservice-content-1 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
}

.komplettservice-img-div {
  background-image: url('../images/image-komplettservice.png'), url('../images/img-services.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 500px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.komplettservice-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.komplettservice-heading-wrapper.preise {
  justify-content: flex-start;
  align-items: center;
}

.komplettservices-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.komplettservice-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 0 #0000, -.5px 0 1.7px #0000004f;
}

.komplettservice-card-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.komplettservice-card-icon-wapper {
  display: flex;
}

.komplettervice-card-text-wrapper {
  color: #337ccf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.komplettservice-card-text {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.preise-wrapper {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.preise-cards-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  display: flex;
}

.preise-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fafcff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 25%;
  padding: 40px 24px;
  display: flex;
}

.preise-icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.preise-steuer-text {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.preise-lkw-text {
  margin-top: -15px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.preise-preise-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.preise-preise-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.preise-line-icon-wrapper {
  background-color: #ffd600;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.preise-preis-text {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.preise-weitere-text {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.contact-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.contact-block-wrapper {
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.form-line {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.contact-form-text-field {
  color: #666666b0;
  background-color: #f5f5f5;
  border: .5px solid #ffd600;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.contact-form-text-field.nachricht {
  width: 100%;
  height: 200px;
}

.ms-drawer-top {
  color: #121331;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #ebebeb;
}

.input {
  border: 1px #dadada;
  margin-bottom: 0;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  border-color: #4769ff;
}

.input.contact-form-text-field {
  border-style: solid;
  border-color: #ffd600;
  width: 100%;
}

.phone-input-wrapper {
  width: 100%;
}

.contact-form-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-button {
  background-color: #337ccf;
  font-family: Poppins, sans-serif;
}

.testimonials-heading-wrapper {
  background-color: #ffd600;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-wrapper-overlay {
  background-color: #337ccf;
  width: 98%;
  height: 100%;
  position: absolute;
}

.testimonials-content-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.google-reviews-emded {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.maps-wrapper {
  width: 100%;
  overflow: hidden;
}

.maps-embed {
  height: 500px;
}

.footer-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-logos-wrapper {
  width: 100%;
  height: 100%;
}

.copyright-wrapper {
  background-color: #ffd600;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.copyright-text {
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.form-line-half {
  width: 50%;
  height: 100%;
}

.body {
  overflow: visible;
}

.page-wrapper {
  width: 100vw;
  overflow: hidden;
}

.nav-link-copy {
  color: var(--text-color-1);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 10px;
  text-decoration: none;
  display: flex;
}

.nav-link-copy:hover {
  color: #337ccf;
  text-decoration: underline;
}

.nav-link-copy.footer {
  justify-content: center;
  align-items: center;
}

.embed-impressum {
  width: 100%;
  display: block;
}

.impressum-wrapper, .datenschutz-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.datenschutz-embed {
  flex-flow: column;
  width: 100%;
  display: block;
}

.copyright-line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.copyright-link {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.checkbox-wrapper-datenschutz {
  justify-content: center;
  align-items: center;
  display: flex;
}

.datenschutz-text {
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 1920px) {
  .container.contact {
    height: 120%;
  }

  .links-wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }

  .hero-wrapper {
    overflow: visible;
  }

  .hero-img-div {
    z-index: 5;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 800px;
    height: 110%;
  }

  .service-img-div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 800px;
  }

  .komplettservice-img-div {
    background-image: url('../images/image-komplettservice.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 750px;
  }

  .maps-embed {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .container.hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: visible;
  }

  .container.service {
    flex-flow: row;
  }

  .logo-wrapper {
    flex: 0 auto;
    display: block;
  }

  .links-wrapper, .tel-button {
    display: none;
  }

  .nav-link.mob {
    color: #000;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .nav-link.mob.w--current {
    color: #000;
  }

  .nav-link.footer {
    justify-content: center;
    align-items: flex-start;
  }

  .mob-nav-btn-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-parent {
    z-index: 100;
    margin-top: 6px;
    padding-bottom: 12px;
    position: relative;
  }

  .menu-bar {
    margin-top: 0;
  }

  .mob-menu-wrapper-mob {
    z-index: 5;
    background-color: #ffd600;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .links-wrapper-mob-menu {
    flex-flow: column;
    height: 50%;
    display: flex;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-left: 5px;
    position: static;
    overflow: hidden;
  }

  .hero-image-overlay {
    width: 98%;
    margin-left: 0;
    display: flex;
    position: absolute;
    left: auto;
    right: 0;
  }

  .hero-1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
  }

  .heading {
    text-align: center;
  }

  .heading.rest {
    text-align: center;
    line-height: 55px;
  }

  .heading-text {
    text-align: center;
  }

  .below-cta-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .cta-button-wrapper {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
  }

  .hero-overlay-2 {
    width: 10%;
    display: none;
  }

  .hero-2 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    position: relative;
  }

  .hero-img-div {
    background-position: 50% 10%;
    width: 100%;
    height: 100%;
    margin-left: 0;
    position: static;
  }

  .trust-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .trust-card {
    border-right-style: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .trust-card._1 {
    border-bottom: 1px solid #337ccf;
    width: 100%;
  }

  .trust-card._2 {
    border-bottom: 1px solid #337ccf;
    border-right-style: none;
    width: 100%;
  }

  .trust-card._4 {
    border-left: 1px solid #337ccf;
  }

  .service-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: relative;
  }

  .service-content-1 {
    flex-flow: row;
    width: 100%;
    height: 100%;
    position: static;
    inset: 0% 0% auto;
  }

  .service-content-2 {
    flex: 1;
  }

  .service-heading-wrapper {
    width: 100%;
  }

  .service-card {
    flex: 1;
  }

  .service-img-div {
    width: 350px;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .optional-wrapper {
    margin-top: 48px;
  }

  .optional-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .optional-card {
    width: 100%;
  }

  .optional-card-text {
    line-height: 22px;
  }

  .komplettservice-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: relative;
  }

  .kompettservice-content-2 {
    flex: 1;
  }

  .komplettservice-content-1 {
    flex-flow: row;
    width: 100%;
    height: 100%;
    position: static;
    inset: 0% 0% auto;
  }

  .komplettservice-img-div {
    background-image: url('../images/image-komplettservice.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 350px;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .komplettservice-heading-wrapper {
    width: 100%;
  }

  .komplettservice-card {
    flex: 1;
  }

  .preise-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .preise-card {
    width: 100%;
  }

  .code-embed-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link-copy.mob {
    color: #000;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .nav-link-copy.mob.w--current {
    color: #000;
  }

  .nav-link-copy.footer {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .container.service {
    flex-flow: column;
    position: static;
  }

  .heading {
    font-size: 55px;
  }

  .heading.rest {
    text-align: center;
  }

  .service-wrapper {
    height: 100%;
    position: relative;
  }

  .service-content-1 {
    height: 450px;
  }

  .service-content-2 {
    z-index: 10000;
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .service-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .service-img-div {
    background-position: 50%;
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0%;
    right: 0;
  }

  .optional-wrapper {
    margin-top: 0;
  }

  .optional-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .optional-card-text {
    text-align: left;
  }

  .kompettservice-content-2 {
    width: 100%;
  }

  .komplettservice-content-1 {
    height: 500px;
  }

  .komplettservice-img-div {
    background-position: 50%;
    background-size: 100%;
    width: 100%;
    height: 500px;
    position: static;
  }

  .komplettservice-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .service-spacer {
    height: 1000px;
    display: none;
    position: relative;
  }

  .preise-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .preise-card {
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
  }

  .preise-icon-wrapper {
    justify-content: center;
    align-items: center;
  }

  .preise-preise-line {
    width: 100%;
  }

  .testimonials-heading-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .container.optional {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.contact {
    overflow: hidden;
  }

  .container.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .navbar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo {
    margin-right: auto;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.mob {
    color: #000;
    height: auto;
  }

  .nav-link.footer {
    justify-content: center;
    align-items: center;
  }

  .mob-menu-wrapper-mob {
    display: none;
  }

  .links-wrapper-mob-menu {
    color: #fff;
  }

  .hero-wrapper {
    padding-top: 20px;
    padding-left: 5px;
    display: flex;
  }

  .hero-image-overlay {
    width: 97%;
    margin-left: 5px;
    left: auto;
    right: 0;
  }

  .eyebrow-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .eyebrow {
    font-size: 14px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .heading.rest {
    font-size: 22px;
    line-height: 30px;
  }

  .heading.rest.optional {
    text-align: center;
  }

  .h1-m-beltransport-underline {
    top: 0;
  }

  .heading-text {
    text-align: center;
  }

  .below-cta-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pfeil-text-wrapper {
    margin-right: 0;
  }

  .pfeil-text-text {
    text-align: left;
  }

  .cta-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .btn-secondary {
    display: none;
  }

  .hero-img-div {
    z-index: 500000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 22px;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .trust-content-wrapper {
    grid-template-columns: 1fr;
  }

  .trust-card._2, .trust-card._4 {
    border-left-style: none;
  }

  .trust-card._3 {
    border-bottom: 1px solid #337ccf;
  }

  .highlighted2 {
    top: 0;
  }

  .service-content-1 {
    height: 240px;
  }

  .heading-service-card {
    font-size: 18px;
  }

  .paragraph {
    text-align: left;
  }

  .service-img-div {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
  }

  .optional-wrapper {
    margin-top: 0;
  }

  .optional-card-text {
    font-size: 18px;
  }

  .komplettservice-content-1 {
    height: 270px;
  }

  .komplettservice-img-div {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
  }

  .komplettservice-card-text {
    font-size: 15px;
  }

  .preise-weitere-text {
    text-align: center;
  }

  .contact-wrapper {
    display: flex;
  }

  .contact-block-wrapper {
    flex-flow: column;
    align-items: stretch;
    overflow: hidden;
  }

  .form-line {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .contact-form-text-field {
    width: 100%;
    display: flex;
  }

  .phone-input-wrapper {
    width: 100%;
  }

  .testimonials-heading-wrapper {
    margin-top: 20px;
  }

  .testimonials-content-wrapper {
    display: flex;
  }

  .maps-wrapper {
    display: block;
  }

  .maps-embed {
    height: 300px;
  }

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

  .form-line-half {
    width: 100%;
    height: 40px;
  }

  .date-picker {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
  }

  .date {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-link-copy {
    text-align: center;
  }

  .nav-link-copy.mob {
    color: #000;
    height: auto;
  }

  .nav-link-copy.footer {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e2a49a0-a416-be43-b387-5e352edc97bc-e288f9a6 {
    place-self: center;
  }
}



.tel-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel-popup-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  text-align: center;
  max-width: 320px;
}

.popup-tel-link {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
}

.popup-tel-link:hover {
  text-decoration: underline;
}

.popup-close-btn {
  margin-top: 15px;
  padding: 6px 12px;
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.hidden {
  display: none;
}
