.newsletter {
  margin: 20px 0;
  position: relative;
}

.newsletter::before {
  content: '';
  position: absolute;
  bottom: -350px;
  left: 0;
  background-image: url(https://www.phocus-direct.de/hubfs/pdc-2025/newsletter-vector.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 417px;
  height: 765px;
}

.newsletter .container {
  background-image: url(https://www.phocus-direct.de/hubfs/pdc-2025/newsletter-mobile.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 0 0 15px 15px;
  background-size: 100%;
  background-color: #fff;
}

.newsletter .content {
  padding: 32px 0 100vw 0;
}

.newsleter__content .descr {
  padding: 24px 0 32px 0;
  max-width: 415px;
}

.newsleter__content form input[type=email] {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #03045E;
  width: 100%;
  margin-bottom: 16px;
}

.newsleter__content form input[type=email]::placeholder {
  color: #666666;
}

.newsleter__content form input[type=submit] {
  cursor: pointer;
  width: 100%;
}

.newsleter__content form p {
  font-size: 12px;
  line-height: 18px;
  max-width: 500px;
  margin-top: 16px;
}

.newsleter__content form p a {
  color: background: #00B4D8;
}

.newsletter__ty {
  display: none;
}

@media (min-width: 425px) {
  .newsletter .content {
    padding: 32px 0 89vw 0;
  }
}

@media (min-width: 480px) {
  .newsletter .content {
    padding: 32px 0 93vw 0;
  }
}

@media (min-width: 640px) {
  .newsletter .content {
    padding: 32px 0 85vw 0;
  }

  .newsleter__content form input[type=email] {
    padding: 10px 12px;
    width: 330px;
    margin-right: 8px;
    margin-bottom: 0;
  }

  .newsleter__content form input[type=email]::placeholder {
    color: #03045e;
  }

  .newsleter__content form input[type=submit] {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .newsletter .container {
    background-image: url(https://www.phocus-direct.de/hubfs/pdc-2025/newsletter.png);
    background-position: right center;
    background-size: auto;
  }

  .newsletter .content {
    padding: 112px 0 74px 0;
  }

  .newsleter__content {
    max-width: 570px;
    position: relative;
  }

  .newsleter__content h3.red {
    top: 10px;
    left: -10px;
  }

  .newsleter__content h3.red:after {
    left: -55px;
  }

  .newsletter h2.gradientTitle {
    padding-left: 48px;
  }
}

@media (min-width: 1200px) {  
  .newsletter .container {
    background-size: auto 95%;
  }
  .newsleter__content {
    max-width: 600px;
  }
}