/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

:root :where(.is-layout-flow)>:last-child {
  margin-block-end: 0;
  margin: 0;
}

#leistungen,
#uber-uns,
#kontakt {
  scroll-margin-top: 115px;
}

.section-1 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 36px;
}

.section-1-video-container {
  width: 96.6%;
  max-width: 1842px;
  position: relative;
}

#responsiveVideo {
  width: 100%;
  height: auto;
  max-height: 978px;
  border-radius: 44px;
  object-fit: cover;
  object-position: center;
}

.video-text-container {
  position: absolute;
  z-index: 1;
  left: 48px;
  bottom: 47px;
  background-color: #ffffffc5;
  width: 419px;
  border-radius: 44px;
  padding: 25px;
  cursor: pointer;
}

.video-text-container img {
  width: 47px;
  height: 47px;
  object-fit: contain;
  position: absolute;
  top: 6px;
  right: 20px;
}

.video-text-1 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 12px;
}

.video-text-2 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

.video-text-2 a {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  color: #000;
}

.section-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
  margin: 0;
}

.section-2-container {
  width: 85%;
  max-width: 1842px;
  padding: 49px 0 62px 0;
}

.section-2-container h2 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 23px;
}

.section-2-card-container {
  display: flex;
  gap: 0 18px;
}

.section-2-card {
  width: calc(100% / 3);
  background-color: #fff;
  padding: 56px 46px 33px 46px;
  min-height: 604px;
  display: flex;
  flex-direction: column;
  border-radius: 44px;
}

.section-2-card-title {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
  color: #C52D23;
  margin-bottom: 20px;
}

.section-2-card-text {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 28px;
}

.section-2-card-text-bullet-point {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 19px;
  letter-spacing: 0;
}

.section-2-card-text-bullet-point:last-of-type {
  margin-bottom: 0;
}

.section-2-card-text-bullet-point::before {
  content: "";
  flex: 0 0 auto;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #000;
  margin-top: .6em;
}

.section-2-card-link {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  padding: 10px 32px;
  padding-bottom: 8px;
  background-color: #C52D23;
  border-radius: 28px;
  margin-top: auto;
  max-width: fit-content;
}

.section-2-text-container {
  display: flex;
  flex-direction: column;
  padding: 64px 0 30px 0;
}

.section-2-text-container h3 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 14px;
}

.section-2-text-container p {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  max-width: 945px;
}

.section-2-image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px clamp(8px, 4vw, 78px);
}

.section-2-image-container img {
  object-fit: contain;
  max-width: 195px;
  height: auto;
}

.service-center-logos-title {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  margin: 26px 0 29px 0;
}

.section-2-service-image-container {
  display: flex;
  gap: 0 clamp(12px, 6vw, 72px);
  align-items: flex-end;
}

.section-2-service-image-container img {
  object-fit: contain;
}

.section-6 {
  width: 100%;
  display: flex;
  padding-top: 20px;
  margin: 0;
}

.map-container {
  width: 100%;
  height: 414px;
  display: flex;
}

.map-container .wpconsent-iframe-placeholder-google-maps {
  width: 100%;
  height: 100%;
}

.section-6 iframe {
  width: 100%;
  height: inherit;
}

.section-4 {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
  padding: 56px 0 44px 0;
  margin: 0;
}

.section-4-container {
  width: 85%;
  max-width: 1842px;
}

.section-4-container h3 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 30px;
}

.section-4-card-container {
  display: flex;
  gap: 0 18px;
}

.section-4-card {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  border-radius: 44px;
}

.section-4-card-image-container {
  max-width: 528px;
}

.section-4-card-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 44px;
}

.section-4-card-text {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-top: 28px;
}

.section-4-card .section-4-card-text:last-child {
  text-indent: 8px;
  margin-top: 0;
}

.section-2-image-container-small-devices {
  display: none;
}

.section-2-service-image-container-mobile {
  display: none;
}

.section-2-image-container,
.authorized-dealer {
  padding-bottom: 34px;
  border-bottom: 4px solid #fff;
}

.authorized-dealer {
  display: flex;
  align-items: flex-end;
  gap: 0 8px;
}

.section-3-text-1 br {
  display: none;
}

.contact-form-title-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 36px 0 28px 0;
  margin: 0;
}

.contact-form-title-container {
  width: 85%;
  max-width: 1842px;
}

.contact-form-title-container h3 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
}

.contact-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-section-container {
  width: 85%;
  max-width: 1842px;
  display: flex;
  justify-content: center;
}

.contact-section-columns-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0 clamp(8px, 4vw, 83px);
}

.contact-section-column-1-image {
  width: 100%;
  max-width: 198px;
  margin-bottom: 24px;
}

.contact-section-column-1-text p {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.contact-section-column-1-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.contact-section-column-3 {
  display: flex;
  justify-content: space-between;
  gap: 0 clamp(8px, 4vw, 53px);
}

.contact-texts {
  width: 100%;
  max-width: 50%;
}

.contact-text {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  max-width: max-content;
}

.contact-text-bold {
  font-weight: 700;
}

.contact-text-1,
.contact-text-4 {
  margin-bottom: 17px;
}

.contact-texts-2 {
  margin: 0;
}

.contact-text-2,
.contact-text-5 {
  margin-bottom: 52px;
}

.contact-text-5 {
  visibility: hidden;
}

.contact-qr-container {
  display: flex;
  align-items: flex-end;
  gap: 0 clamp(4px, 2vw, 14px);
}

.contact-qr-code-container {
  width: 100px;
  height: 100px;
}

.contact-qr-code-container img {
  width: 100px;
  height: 100px;
}

.contact-text-3,
.contact-text-6 {
  max-width: 136px;
}

.contact-qr-container-mobile {
  display: none;
}

.section-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}

.section-3-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-3-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
}

.section-3-text-container {
  display: flex;
  flex-direction: column;
  max-width: 674px;
}

.section-3-text-title {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
}

.section-3-text-1 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 20px;
}

.section-3-card-text-bullet-point {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 19px;
  letter-spacing: 0;
}

.section-3-card-text-bullet-point:last-of-type {
  margin-bottom: 0;
}

.section-3-card-text-bullet-point::before {
  content: "";
  flex: 0 0 auto;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #000;
  margin-top: .6em;
}

.section-3-link {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  padding: 8px 12px;
  padding-bottom: 6px;
  background-color: #C52D23;
  border-radius: 14px;
  margin-top: 18px;
  max-width: fit-content;
}

.carousel {
  width: 100%;
  max-width: 50%;
  height: 806px;
  position: relative;
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #C52D23;
  background: #fff;
  cursor: pointer;
  padding: 0;
}

.carousel-dot.active {
  background: #C52D23;
  border: 1px solid #fff;
}

.impressum {
  width: 100%;
  display: flex;
  justify-content: center;
}

.impressum-container {
  width: 85%;
  max-width: 1842px;
  display: flex;
  flex-direction: column;
}

.impressum-container * {
  font-family: 'Comfortaa', sans-serif;
}

.impressum-title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

.impressum-subtitle {
  font-size: 25px;
  line-height: 28px;
}

.impressum-paragraph-title {
  font-size: 25px;
  line-height: 28px;
  margin: 18px 0;
}

.impressum-paragraph,
.impressum-list-item {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.impressum-container a {
  color: #2ea3f2;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.impressum-list {
  margin: 16px;
}

.impressum-paragraph strong {
  font-weight: 700;
}

.impressum-heading {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 18px;
}

.impressum-separator {
  margin: 20px 0;
}

.authorized-dealer {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.authorized-dealer {
  display: flex;
  align-items: center;
  gap: 0 clamp(12px, 6vw, 72px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  letter-spacing: .3px;
}

body.menu-open {
  overflow: hidden;
}

#map-container {
  display: flex;
  flex-direction: column;
}

#map-container p {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  padding: 0 20px;
}

#load-map-button {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  padding: 10px 32px;
  padding-bottom: 8px;
  background-color: #C52D23;
  border-radius: 26px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

#trp_ald_x_button {
  z-index: 0 !important;
}

nav {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 27px 0;
  background-color: #FFF;
  top: 0;
  z-index: 100;
  position: relative;
  margin: 0;
}

.nav-fixed {
  position: fixed;
  left: 0;
  top: 0;
}

#wp--skip-link--target {
  margin: 0;
}

.nav-container {
  width: 85%;
  max-width: 1842px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container img {
  width: 134px;
  height: 47px;
  object-fit: contain;
}

.link-container {
  display: flex;
  align-items: center;
}

.gray-link-container {
  display: flex;
  gap: 0 36px;
  background-color: #F7F7F7;
  border-radius: 26px;
  padding: 10px 32px;
  padding-bottom: 8px;
}

a {
  text-decoration: none;
}

.gray-link {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000;
}

.gray-link:hover {
  color: #C52D23;
}

.red-link {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  padding: 10px 32px;
  padding-bottom: 8px;
  background-color: #C52D23;
  border-radius: 26px;
  margin-left: 20px;
}

.mobile-menu-icon,
.red-link-mobile {
  display: none;
}

.mobile-popup-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 76px;
  bottom: 0;
  z-index: 100;
  height: auto;
  background-color: #fff;
  width: 100%;
  max-width: 60%;
  padding: 20px 13px 20px 22px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

.mobile-popup-menu.open {
  transform: translateX(0);
}

.pop-close-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 90px;
}

.popup-link {
  width: 100%;
  margin-bottom: 33px;
}

.popup-link .gray-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.popup-text-1 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 17px;
}

.popup-text-2 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 24px;
  visibility: hidden;
}

.popup-link-icons {
  display: flex;
  gap: 0 20px;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 54px 0 20px 0;
}

.footer-container {
  width: 85%;
  max-width: 1842px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 6px;
}

.footer-container .red-link {
  margin-left: 0;
}

.footer-text-container {
  display: flex;
  justify-content: space-between;
  gap: 0 clamp(8px, 2vw, 31px);
}

.footer-text-container p {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
}

.footer-text-container p:last-of-type {
  visibility: hidden;
}

.footer-copyright {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.footer-copyright a {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #000;
}

.footer-copyright p {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #AAA;
}

.wpcf7-form.init {
  width: 100%;
  max-width: 739px;
}

.contact-input-container p {
  display: flex;
  gap: 0 clamp(8px, 1vw, 16px);
  justify-content: space-between;
  margin-bottom: 15px;
}

.contact-input-container input {
  width: 100%;
  padding: 16px 19px;
  background-color: #F7F7F7;
  border: none;
  outline: none;
  border-radius: 34px;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.contact-form-container textarea {
  width: 100%;
  background-color: #F7F7F7;
  border: none;
  outline: none;
  border-radius: 34px;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 24px 18px;
  resize: none;
  height: 194px;
  overflow-y: auto;
}

.wpcf7-submit {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  padding: 10px 32px;
  padding-bottom: 8px;
  background-color: #C52D23;
  border-radius: 14px;
  margin-top: 30px;
  outline: none;
  border: none;
  cursor: pointer;
}

.wpcf7-submit:disabled {
  background-color: #5c5c5c !important;
}

.contact-form-legal-text {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.contact-form-legal-text a {
  text-decoration: underline;
  margin-left: 2px;
}

.section-3-carousel {
  width: 100%;
  max-width: 50%;
  height: 981px;
}

.section-3-carousel img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
}

.grecaptcha-badge {
  display: none;
}

@media (min-width:2000px) {
  .section-1-video-container {
    max-width: 1920px;
  }

  .section-4-card-image-container {
    max-width: none;
    height: auto;
  }

  .section-3-text {
    align-items: flex-start;
    padding-left: 154px;
  }

}

@media (max-width:1590px) {
  .section-1-video-container {
    width: 98%;
  }

  .section-2-container,
  .section-4-container {
    width: 93%;
  }

  .section-2-container {
    padding: 40px 0;
  }

  .section-2-text-container {
    padding: 40px 0;
  }

  .service-center-logos-title {
    margin: 30px 0;
  }

  .section-2-card-link {
    padding: 8px 10px;
    padding-bottom: 6px;
  }

  .section-3-text {
    padding: 10px 20px;
  }

  .section-4 {
    padding: 40px 0;
  }

  #leistungen,
  #uber-uns,
  #kontakt {
    scroll-margin-top: 92px;
  }

  .contact-section-container {
    width: 93%;
  }

  .contact-form-title-section {
    width: 93%;
    padding: 40px 0;
  }

  .contact-form-title-container {
    width: 93%;
  }

  .impressum-container {
    width: 93%;
  }

  nav {
    padding: 18px 0;
  }

  .nav-container {
    width: 93%;
  }

  .red-link {
    padding: 11px 21px;
    padding-bottom: 9px;
  }

  .gray-link-container {
    padding: 11px 21px;
    padding-bottom: 9px;
  }

  .footer-container {
    width: 93%;
  }

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

}

@media (max-width:1366px) {
  .section-4-card-image-container {
    height: auto;
    max-height: 548px;
  }

  .section-2-image-container {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
    column-gap: 8px;
    row-gap: 24px;
  }

  .section-2-service-image-container {
    gap: 0 2vw;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section-2-card {
    padding: 20px;
  }

  .section-2-container h2,
  .section-2-card-title,
  .section-4-container h3 {
    font-size: 32px;
    line-height: 30px;
  }

  .section-2-card-text,
  .section-2-card-text-bullet-point,
  .section-2-text-container p,
  .section-3-text-1,
  .section-3-card-text-bullet-point,
  .section-4-card-text {
    line-height: 24px;
  }

  .section-2-card-title,
  .section-2-card-text {
    margin-bottom: 16px;
  }

  .section-4-card-text {
    margin-top: 22px;
  }

  .contact-form-title-container h3 {
    font-size: 32px;
    line-height: 30px;
  }

  .contact-qr-code-container,
  .contact-qr-code-container img {
    width: 80px;
    height: 80px;
  }

  .contact-section-columns-container {
    gap: 0 clamp(8px, 1.2vw, 83px);
  }

  .contact-section-column-3 {
    gap: 0 8px;
  }

  .carousel {
    height: inherit;
  }

  .section-3-text-title {
    font-size: 32px;
    line-height: 30px;
  }

  .authorized-dealer {
    gap: 0 2vw;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-red-button-container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .wpcf7-form.init {
    max-width: 500px;
  }

}

@media (max-width:1202px) {
  .contact-section-columns-container {
    width: 100%;
    padding: 0 24px;
    flex-wrap: wrap !important;
    gap: 18px 0;
  }

  .contact-section-column-1 {
    width: 100%;
  }

  .contact-section-column-1-image {
    max-width: 174px;
  }

  .contact-section-column-2,
  .contact-section-column-3 {
    width: 100%;
    max-width: calc(50% - 8px);
  }

  .wpcf7-form.init {
    max-width: unset;
  }

}

@media (max-width:1090px) {
  .section-1-video-container {
    width: 100%;
    padding: 18px 24px;
  }

  .section-2-container {
    width: 100%;
    padding: 27px 24px;
    padding-bottom: 32px;
  }

  .section-4 {
    padding: 0;
  }

  .section-4-container {
    width: 100%;
    padding: 18px 24px;
  }

  .section-2-card-container {
    flex-direction: column;
    gap: 20px 0;
  }

  .section-2-container h2 {
    text-align: center;
  }

  .section-2-card {
    width: 100%;
    min-height: unset;
    padding: 24px 28px;
  }

  .section-2-card-link {
    margin-top: 26px;
  }

  .section-2-service-image-container {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: space-between;
    column-gap: 8px;
    row-gap: 24px;
  }

  .contact-section-column-2,
  .contact-section-column-3 {
    max-width: 100%;
  }

  .contact-input-container p span {
    width: 100%;
  }

  .contact-input-container p br {
    display: none;
  }

  .section-4-card-container {
    flex-direction: column;
    gap: 48px 0;
  }

  .section-4-card {
    width: 100%;
  }

  .section-4-card-image-container {
    max-width: 100%;
    height: auto;
    max-height: unset;
  }

  .section-4-card-image-container img {
    height: auto;
    max-height: 580px;
    display: block;
  }

  .section-4-card-3 img {
    object-position: center;
  }

  .contact-section-container,
  .contact-form-title-section {
    width: 100%;
  }

  .contact-section-columns-container {
    flex-direction: column;
  }

  .contact-section-column-2,
  .contact-section-column-3 {
    max-width: 100%;
  }

  .contact-texts {
    width: max-content;
  }

  .contact-qr-container-mobile .contact-qr-code-container {
    width: fit-content;
    height: fit-content;
  }

  .contact-qr-container-mobile .contact-text {
    color: #000;
    text-decoration: underline;
  }

  .section-3-container {
    flex-direction: column;
  }

  .carousel {
    max-width: 100%;
    height: 80vh;
    max-height: 614px;
    min-height: 540px;
  }

  .section-3-text {
    max-width: unset;
    padding: 27px 24px;
    align-items: flex-start;
  }

  .section-3-text-container {
    max-width: unset;
  }

  .impressum-container {
    width: 100%;
    padding: 0 24px;
  }

  .nav-container {
    width: 100%;
    padding: 0 24px;
  }

  .red-link,
  .gray-link-container {
    padding: 6px 12px;
    padding-bottom: 4px;
  }

  .footer-container {
    width: 100%;
    padding: 0 24px;
  }

  .footer-text-container {
    display: none;
  }

  .contact-coluimns-container>.qr-container-parent {
    justify-content: space-between;
    width: 100%;
  }

}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: auto;
    flex-grow: 0;
  }

  .contact-section .wp-block-columns>.wp-block-column {
    flex-basis: auto;
    flex-grow: 0;
  }

}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0 !important;
  }

}

@media (max-width:772px) {
  .section-1 {
    padding: 0;
  }

  .section-1-video-container {
    padding-top: 0;
    padding-bottom: 18px;
  }

  #responsiveVideo {
    height: 80vh;
    min-height: 750px;
    max-height: 780px;
  }

  .video-text-container {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }

  .section-2-image-container img {
    max-width: 100px;
    max-height: 26px;
  }

  .section-2-image-container img:nth-last-child(2) {
    max-height: 48px;
  }

  .section-2-image-container img:last-child {
    max-height: 60px;
    max-width: 120px;
  }

  .authorized-dealer img {
    max-width: 170px;
    height: auto;
    max-height: 30px;
  }

  .section-2-service-image-container img {
    max-width: 133px;
    height: auto;
    max-height: 30px;
  }

  .section-2-service-image-container img:last-child {
    max-width: 114px;
  }

  #leistungen,
  #uber-uns,
  #kontakt {
    scroll-margin-top: 76px;
  }

  .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    width: 100%;
  }

  .ZF {
    max-height: 32px;
  }

  .ZF {
    max-height: 32px !important;
  }

  .Tq {
    max-height: 36px !important;
  }

  nav {
    padding: 15px 0;
  }

  .logo-container img {
    width: 110px;
    height: auto;
    object-fit: contain;
  }

  .mobile-menu-icon {
    display: block;
    cursor: pointer;
  }

  .mobile-menu-icon svg {
    width: 32px;
    height: 25px;
  }

  nav .link-container {
    display: none;
  }

  .red-link-mobile {
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    position: fixed;
    top: 196px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 100;
    transform: translate(42.4%, -50%) rotate(-90deg);
    transform-origin: center;
    padding: 5px 12px;
    padding-bottom: 3px;
    border-radius: 8px;
  }

}

@media (max-width:768px) {
  .contact-section-column-1 {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }

  .contact-section-column-1-image {
    max-width: 140px;
    margin: 0;
  }

  .contact-qr-container-mobile {
    display: flex;
    align-items: flex-start;
  }

  .contact-qr-container-desktop {
    display: none;
  }

  .contact-input-container p {
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px 0;
  }

}

@media (max-width:550px) {
  .video-text-container img {
    display: none;
  }

  .video-text-container {
    padding: 13px 12px;
    border-radius: 24px;
    width: 80%;
  }

  .video-text-1 {
    font-size: 14px;
    line-height: 20px;
  }

  .video-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .section-2-container h2 {
    font-size: 19px;
    line-height: 25px;
    text-align: left;
  }

  .section-2-card {
    border-radius: 24px;
  }

  .section-2-card-title {
    font-size: 16px;
    line-height: 17px;
  }

  .section-2-card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .section-2-card-text-bullet-point::before {
    margin-top: .3em;
  }

  .section-2-card-text-bullet-point {
    font-size: 14px;
    line-height: 20px;
  }

  .section-2-card-link {
    font-size: 13px;
    line-height: 14px;
    padding: 10px 14px;
    padding-bottom: 8px;
    margin-top: 22px;
  }

  .section-2-text-container h3 {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 7px;
  }

  .section-2-text-container p {
    font-size: 14px;
    line-height: 20px;
  }

  .section-2-image-container img {
    max-width: 82px;
    max-height: 20px;
  }

  .service-center-logos-title {
    margin-top: 34px;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 17px;
  }

  .section-2-image-container img:last-child {
    max-height: 28px;
  }

  .section-2-service-image-container {
    justify-content: space-between;
  }

  .section-2-service-image-container img {
    width: auto;
    max-width: 128px;
    height: auto;
    max-height: 14px;
  }

  .section-2-service-image-container img:first-child {
    max-height: 20px;
  }

  .section-2-service-image-container img:last-child {
    max-height: 14px;
  }

  .section-4-card-image-container img {
    border-radius: 24px;
  }

  .section-4-container h3 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .section-4-card-image-container img {
    height: auto;
    max-height: 336px;
    display: block;
  }

  .section-4-card-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 17px;
  }

  .section-6 {
    padding-top: 21px;
  }

  #leistungen,
  #uber-uns,
  #kontakt {
    scroll-margin-top: 65px;
  }

  .section-2-image-container {
    display: none;
  }

  .section-2-image-container-small-devices {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
    align-items: center;
    row-gap: 12px;
    column-gap: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .section-2-image-container-small-devices img {
    display: block;
    max-width: 82px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .section-image-row-2,
  .authorized-dealer {
    border-bottom: 4px solid #fff;
    padding-bottom: 20px;
  }

  .authorized-dealer img {
    max-width: 136px;
    height: auto;
    object-fit: contain;
  }

  .section-2-service-image-container {
    display: none;
  }

  .section-2-service-image-container-mobile {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: space-between;
    align-items: center;
    column-gap: 8px;
    row-gap: 14px;
  }

  .section-2-service-image-container-mobile img {
    height: auto;
    max-height: 28px;
    object-fit: contain;
  }

  .ZF {
    max-height: 26px !important;
  }

  .contact-form-title-container h3 {
    font-size: 19px;
    line-height: 25px;
  }

  .contact-section {
    margin-top: 0;
  }

  .contact-form-title-section {
    padding: 44px 0 14px 0;
  }

  .contact-section-column-1-image {
    max-width: 67px;
  }

  .contact-section-column-3 {
    padding: 12px 0;
  }

  .contact-text {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-text-1,
  .contact-text-4 {
    margin-bottom: 7px;
  }

  .contact-text-2,
  .contact-text-5 {
    margin-bottom: 20px;
  }

  .carousel {
    max-height: 402px;
    min-height: 390px;
  }

  .section-3-text-title {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 14px;
  }

  .section-3-text-1 {
    font-size: 14px;
    line-height: 20px;
  }

  .section-3-text-1 br {
    display: inline-block;
  }

  .section-3-card-text-bullet-point {
    font-size: 14px;
    line-height: 20px;
  }

  .section-3-card-text-bullet-point::before {
    margin-top: .3em;
  }

  .section-3-link {
    font-size: 13px;
    line-height: 14px;
    padding: 10px 14px;
    padding-bottom: 8px;
    margin-top: 17px;
  }

  .impressum-title {
    font-size: 24px;
    line-height: 25px;
    word-wrap: break-word;
  }

  .impressum-subtitle,
  .impressum-heading {
    font-size: 19px;
    line-height: 25px;
  }

  .section-image-row-2 {
    flex-wrap: wrap;
  }

  .section-image-row-1 {
    margin-bottom: 16px;
  }

  .logo-container img {
    width: 80px;
    height: auto;
  }

  .mobile-menu-icon svg {
    width: 21px;
    height: 12px;
  }

  .red-link-mobile {
    top: 186px;
  }

  .mobile-popup-menu {
    top: 64px;
  }

  footer {
    padding: 20px 0;
  }

  footer .gray-link-container {
    gap: 0 16px;
  }

  footer .gray-link {
    font-size: 10px;
    line-height: 11px;
  }

  .footer-red-button-container {
    margin-top: 17px;
  }

  .footer-container .red-link {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 14px;
    padding-bottom: 8px;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
    gap: 9px 0;
  }

  .footer-copyright a,
  .footer-copyright p {
    width: max-content;
  }

  .footer-copyright p {
    max-width: 290px;
    text-align: center;
  }

  .contact-input-container input,
  .contact-form-container textarea {
    font-size: 12px;
    line-height: 25px;
    padding: 10px 17px;
  }

  .contact-form-container textarea {
    height: 167px;
  }

  .wpcf7-submit {
    font-size: 13px;
    line-height: 14px;
    padding: 10px 14px;
    padding-bottom: 8px;
    margin-top: 17px;
  }

  .contact-coluimns-container {
    gap: 60px 0;
  }

  .contact-form-legal-text {
    line-height: 14px;
  }

}

@media (max-width:396px) {
  .section-2-service-image-container-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 8px;
  }

  .section-2-image-container-small-devices img {
    max-width: 65px;
  }

  .authorized-dealer {
    gap: 0 1vw;
  }

  .section-image-row-2 {
    display: flex;
    justify-content: space-between;
    gap: 16px 8px;
  }

}