/* Newsletter-Footer */

.newsletter-wrapper .sr-only, .content-wrapper .sr-only {
  width: auto;
  height: auto;
  clip: auto;
  margin-top: 0;
  margin-left: 10px !important;
  position: relative;
}

.newsletter-background {
  width: 100%;
  background-image: url(../../home/background-newsletter.png);
  padding: 40px 0 80px;
  background-size: cover;
  background-position: center center;
}

.newsletter-box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  background-color: #fff;
  color: #6a6a6a;
  padding: clamp(20px, 3vw, 40px);
  width: 70%;
  margin: 0 auto;
}

.newsletter-text {
  width: 60%;
}

.newsletter-form {
  width: 40%;
  display: flex;
  align-items: center;
}

.newsletter-text {
  text-align: left;
  font-size: clamp(16px, 2vw, 20px);
}

.newsletter-text h2 {
  color: rgba(0,102,204,1);
  font-weight: normal;
  font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
  text-align: left;
  font-size: clamp(35px, 4vw, 40px);
  margin-top: 0;
  margin-bottom: 6px;
}

#newsletter {
  width: 100%;
  background-color: #ededed;
  color: #333;
  font-size: 17px;
  padding: 15px;
  height: 50px;
  border: none;
}

#newsletter::placeholder {
  color: #a4a4a4;
}

.block.newsletter {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.newsletter .content {
  width: 100%;
}

.block.newsletter .form.subscribe {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block.newsletter .field .control:before {
  content: '';
}

.action.subscribe.primary.sr-only{
  width: 100% !important;
  margin-left: 0 !important;
  background-color: rgba(0,102,204,1);
  border-color: rgba(0,102,204,1);
  font-size: 25px;
  padding: 10px;
}

.block.newsletter .actions {
  width: 100%;
}

.newsletter-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 800px) {
  .newsletter-box {
    flex-direction: column;
    gap: 10px;
  }

  .newsletter-text, .newsletter-form {
    width: 100%;
  }
}

/* Footer */

.footer-middle {
    background-color: #ededed !important;
    color: #333333 !important;
  }

  .footer_inner {
    padding: 60px 100px 40px;
    position: relative;
  }

  .footer_inner:before {
    content: '';
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    height: 52px;
    top: -51px;
    background-image: url(../../footer/footer-seperator.svg);
  }

  .footer_inner h3 {
    font-size: clamp(35px, 3vw, 40px);
    line-height: clamp(38px, 3.6vw, 43px);
    font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
    font-weight: normal !important;
  }

  .footer_inner a {
    color: #333333 !important;
  }

  .footer_contact {
    min-width: 372px;
  }

  .footer_contact_entry {
    display: flex;
    font-size: clamp(16px, 2vw, 20px);
    line-height: clamp(38px, 4vw, 40px);
    flex-direction: row;
    align-items: center;
  }

  .footer_list_item {
    margin-bottom: 5px !important;
  }

  .footer_list_item a {
    font-size: clamp(16px, 2vw, 18px);
  }

  .footer_list-container h4 {
    font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
    font-weight: normal !important;
    font-size: clamp(18px, 2vw, 22px);
  }

  .footer_slogan {
    font-family: 'GT-Walsheim-bold', 'Open Sans', sans-serif;
    font-size: clamp(45px, 5vw, 50px);
    line-height: clamp(45px, 5vw, 50px);
  }

  .footer_legal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 25px !important;
  }

  .footer_legal a {

  }

  .footer_legal li {
    position: relative;
    margin: 0 40px 0 0;
    text-wrap: nowrap;
  }

  .footer_legal li:before {
    content: '|';
    position: absolute;
    top: 0;
    right: -20px;
  }

  .footer_legal li:first-child {
    margin-bottom: 10px;
  }

  .footer_legal li:last-child:before {
    content: '';
  }

  .footer_lists {
    display: flex;
    flex-direction: row;
    gap: 50px;
    min-width: 710px;
    width: 60%;
  }

  .footer_first-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
  }

  .footer_second-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 50px;
  }

  .footer_socials {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 25px !important;
  }

  .footer_social_entry {
    width: 24px;
  }

  .footer_list-container {
    width: 30%;
  }

  .footer_list-container + .footer_list-container {
    width: 70%;
  }

  .icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    background-size: 100%;
  }

  .icon.clock {
    background-image: url(../../footer/clock.svg);
  }

  .icon.phone {
    background-image: url(../../footer/phone.svg);
  }

  .icon.mail {
    background-image: url(../../footer/mail.svg);
  }

  @media (max-width: 1080px) {
    .footer_inner {
      width: 100%;
      padding: 60px 25px 40px;
    }

    .footer_first-row {
      flex-direction: column;
      gap: 10px;
    }

    .footer_slogan-container {
      width: 100%;
    }

    .footer_legal {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      margin-top: 25px !important;
      gap: 4px;
    }

    .footer_list-container {
      width: 50%;
    }

    .footer_list-container + .footer_list-container {
      width: 50%;
    }

    .footer_lists {
      display: flex;
      flex-direction: row;
      gap: 50px;
      min-width: unset;
      width: 100%;
    }

    .footer_legal li:before {
      content: '';
    }

    .footer_second-row {
      margin-top: 30px;
    }
  }

  @media (max-width: 590px) {
    .footer_second-row {
      flex-direction: column;
      gap: 30px;
      margin-top: 30px;
      align-items: flex-start;
    }
  }

  @media (max-width: 550px) {
    .footer_lists {
      gap: 30px;
    }
  }

  .footer_logo-area {
    min-width: 105px;
  }