.enklawa-hero__logo {
  max-width: 100%;
  position: relative;
  z-index: 40; }

.enklawa-hero__button {
  width: auto !important;
  min-width: 247px !important;
  padding: 20px 48px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.enklawa-hero__image-left,
.enklawa-hero__image-right {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
}

.enklawa-hero__image-right {
  right: -10vw;
  top: -2rem;
  opacity: 0;
  max-width: 200px;
}

@media (min-width: 768px) {
  .enklawa-hero__image-right {
    right: -1.5rem;
    top: -7rem;
    max-width: 288px;
  }
}

.enklawa-hero__image-left {
  bottom: -0.5rem;
  left: -3.5rem;
  opacity: 0;
  max-width: 150px;
}

@media (min-width: 768px) {
  .enklawa-hero__image-left {
    bottom: 0;
    left: 0;
    max-width: 250px;
  }
}

.enklawa-hero {
  max-width: 100vw;
  overflow-x: clip;
}

@keyframes enklawa-hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes enklawa-hero-fade-in-from-bottom {
  from {
    opacity: 0;
    transform: translateY(20px);   }
  to {
    opacity: 0.8;     transform: translateY(0);
  }
}

@keyframes enklawa-hero-fade-in-from-right {
  from {
    opacity: 0;
    transform: translateX(20px);   }
  to {
    opacity: 0.8;     transform: translateX(0);
  }
}

.enklawa-hero__image-main,
.enklawa-hero__logo-wrapper {
  animation: enklawa-hero-fade-in 0.8s ease-out forwards;
  opacity: 0;
}

.enklawa-hero__image-right {
  animation: enklawa-hero-fade-in-from-bottom 0.8s ease-out 0.6s forwards;
  opacity: 0;
}

.enklawa-hero__image-left {
  animation: enklawa-hero-fade-in-from-right 0.8s ease-out 1.2s forwards;
  opacity: 0;
}

@media (max-width: 767px) {
  .enklawa-hero h1 {
    text-align: center !important;
    font-family: 'LECH SANS', sans-serif !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;     text-transform: uppercase !important;
  }

  .enklawa-hero p {
    text-align: center !important;
    font-family: Roboto, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;     letter-spacing: 0.14px !important;
  }
}

@media (max-width: 767px) {
    .enklawa-hero h1 {
    text-align: center !important;
    leading-trim: both !important;
    text-edge: cap !important;
    font-family: 'LECH SANS', sans-serif !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;     text-transform: uppercase !important;
  }

    .enklawa-hero header p {
    text-align: center !important;
    font-family: Roboto, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;     letter-spacing: 0.14px !important;
  }
}

@media (max-width: 767px) {
    .enklawa-hero h1 {
    text-align: center !important;
    leading-trim: both !important;
    text-edge: cap !important;
    font-family: 'LECH SANS', sans-serif !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;     text-transform: uppercase !important;
  }
}
