.HOME {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
  background-color: #ffffff;
}

.HOME .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.HOME .hero {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px 80px;
  background-color: var(--brand-secondary-75);
}

.HOME .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 8px 20px;
  flex: 1;
  min-width: 300px;
  max-width: 540px;
}

.HOME .group-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.HOME .group {
  width: 184px;
  height: 184px;
  max-width: 100%;
}

.HOME .subtitle {
  color: var(--brand-primary-dark-25);
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.HOME .title {
  font-family: "Open Sans", Helvetica;
  font-weight: 700;
  font-size: 2.5rem;
  color: var(--brand-black);
  line-height: 1.2;
}

.HOME .text-wrapper {
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--brand-primary-dark-50);
  font-size: 1rem;
  line-height: 1.5;
}

.HOME .button,
.HOME .button-blue-drop {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background-color: var(--brand-primary-dark-15);
  border-radius: 100px;
  box-shadow: var(--button-dropper-orange);
  transition: transform 0.3s ease;
}

.HOME .button:hover,
.HOME .button-blue-drop:hover {
  transform: translateY(-2px);
}

.HOME .frame-2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.HOME .mail {
  width: 24px;
  height: 24px;
}

.HOME .text-wrapper-2 {
  font-family: "Sora", Helvetica;
  font-weight: 600;
  color: var(--white);
  font-size: 1.125rem;
}

.HOME .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 300px;
  max-width: 540px;
}

.HOME .img {
  width: 100%;
  max-width: 526px;
  height: auto;
}

.HOME .listitems {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  width: 100%;
  padding: 40px 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 237, 191, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.HOME .item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  background-color: var(--brand-secondary);
  border-radius: 12px;
}

.HOME .clock {
  width: 37.81px;
  height: 37.81px;
  background-image: url(https://c.animaapp.com/a8jElY22/img/medico-line-medical-symbol.svg);
  background-size: 100% 100%;
}

.HOME .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.HOME .text-wrapper-3 {
  font-family: "Poppins", Helvetica;
  font-weight: 600;
  color: var(--brand-secondary-dark-50);
  font-size: 1.125rem;
  text-align: center;
}

.HOME .p,
.HOME .text-wrapper-4 {
  font-family: "Sora", Helvetica;
  font-weight: 400;
  color: var(--brand-secondary-dark-50);
  font-size: 0.75rem;
  line-height: 1.4;
  opacity: 0.8;
}

.HOME .check-circle {
  width: 38px;
  height: 38px;
}

.HOME .leistung-section,
.HOME .about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 80px 20px;
  width: 100%;
}

.HOME .about {
  background-color: var(--brand-primary-85);
}

.HOME .sarah-wrapper,
.HOME .frame-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 300px;
  max-width: 540px;
}

.HOME .sarah,
.HOME .sarah-2 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.HOME .frame-4,
.HOME .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 0 20px;
  flex: 1;
  min-width: 300px;
  max-width: 540px;
}

.HOME .subtitle-2 {
  color: var(--brand-primary-dark-50);
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
}

.HOME .title-2 {
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  font-size: var(--h2-font-size);
  color: var(--brand-black);
  line-height: 1.2;
}

.HOME .div-2 {
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--brand-primary-dark-50);
  font-size: 1rem;
  line-height: 1.5;
}

.HOME .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 20px;
  width: 100%;
  background-color: var(--brand-primary-dark-25);
}

.HOME .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.HOME .text-address-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.HOME .frame-7,
.HOME .frame-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 200px;
  max-width: 300px;
}

.HOME .text-wrapper-6,
.HOME .text-wrapper-7 {
  font-family: "Open Sans", Helvetica;
  font-weight: 600;
  color: var(--brand-white);
  font-size: 1.25rem;
}

.HOME .sonnenweg,
.HOME .text-wrapper-8,
.HOME .text-wrapper-9,
.HOME .text-wrapper-10 {
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--brand-white);
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.8;
}

.HOME .footer a {
  color: var(--brand-white);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.HOME .footer a:hover {
  opacity: 0.7;
}

.HOME .instagram-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.HOME .instagram {
  width: 32px;
  height: 32px;
}

.HOME .logo-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.HOME .logo-osteopathie {
  width: 100%;
  max-width: 240px;
  height: auto;
}

.HOME .VOD-logo-netto {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.HOME .frame-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 80px 20px;
  width: 100%;
  background-color: var(--brand-primary-dark-50);
}

.HOME .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 20px;
  flex: 1;
  min-width: 300px;
  max-width: 800px;
}

.HOME .angaben-gem-TMG {
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--brand-white);
  font-size: 0.75rem;
  line-height: 1.5;
}

.HOME .angaben-gem-TMG a {
  color: var(--brand-white);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.HOME .angaben-gem-TMG a:hover {
  opacity: 0.7;
}

.HOME .line {
  width: 100%;
  height: 1px;
  background-color: var(--brand-white);
  opacity: 0.2;
}

.HOME .designed-by {
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: var(--brand-white);
  font-size: 0.75rem;
  text-align: center;
  opacity: 0.8;
}

.HOME .designed-by a {
  color: var(--brand-white);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.HOME .designed-by a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .HOME .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .HOME .text-address-contact {
    justify-content: center;
  }

  .HOME .logo-container {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .HOME .hero,
  .HOME .leistung-section,
  .HOME .about,
  .HOME .footer,
  .HOME .frame-wrapper {
    padding: 40px 20px;
  }

  .HOME .title {
    font-size: 2rem;
  }

  .HOME .subtitle,
  .HOME .subtitle-2 {
    font-size: 1.125rem;
  }

  .HOME .title-2 {
    font-size: 1.75rem;
  }

  .HOME .text-wrapper,
  .HOME .div-2 {
    font-size: 0.875rem;
  }

  .HOME .button,
  .HOME .button-blue-drop {
    padding: 12px 20px;
  }

  .HOME .text-wrapper-2 {
    font-size: 1rem;
  }

  .HOME .listitems {
    gap: 20px;
  }

  .HOME .item {
    flex-direction: column;
    text-align: center;
  }

  .HOME .text-wrapper-3 {
    font-size: 1rem;
  }

  .HOME .p,
  .HOME .text-wrapper-4 {
    font-size: 0.75rem;
  }

  .HOME .logo-container {
    flex-direction: column;
  }

  .HOME .logo-osteopathie,
  .HOME .VOD-logo-netto {
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .HOME .hero,
  .HOME .leistung-section,
  .HOME .about,
  .HOME .footer,
  .HOME .frame-wrapper {
    padding: 30px 15px;
  }

  .HOME .title {
    font-size: 1.75rem;
  }

  .HOME .subtitle,
  .HOME .subtitle-2 {
    font-size: 1rem;
  }

  .HOME .title-2 {
    font-size: 1.5rem;
  }

  .HOME .text-wrapper,
  .HOME .div-2 {
    font-size: 0.8125rem;
  }

  .HOME .button,
  .HOME .button-blue-drop {
    padding: 10px 16px;
  }

  .HOME .text-wrapper-2 {
    font-size: 0.875rem;
  }

  .HOME .text-wrapper-6,
  .HOME .text-wrapper-7 {
    font-size: 1.125rem;
  }

  .HOME .sonnenweg,
  .HOME .text-wrapper-8,
  .HOME .text-wrapper-9,
  .HOME .text-wrapper-10 {
    font-size: 0.875rem;
  }

  .HOME .angaben-gem-TMG {
    font-size: 0.6875rem;
  }

  .HOME .logo-osteopathie {
    max-width: 160px;
  }

  .HOME .VOD-logo-netto {
    max-width: 80px;
  }
}
