@media (max-width: 1023px) {
  .news__overlay {
    display: none;
  }
}

.single__content * {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.page__content * {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.newsletter-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999998;
}

.newsletter-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 99999999;
  width: 90vw;
  max-width: 600px;
  /* height: 80vh; */
  /* max-height: 400px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.newsletter-popup__content {
  position: relative;
}

#newsletter-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.newsletter-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-self: center;
  align-items: center;
}

.newsletter-heading {
  font-size: 18px;
  color: #000;
  font-family: 'Avenir Next';
  text-transform: uppercase;
}

.newsletter-description {
  font-size: 14px;
  font-family: 'Avenir Next';
  line-height: 1.5;
  color: #000;
}

.newsletter-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-input {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-family: Avenir Next, sans-serif;
  border: 1px solid #000;
  border-radius: 0.03rem;
  outline: none;
  transition: 0.2s ease-in-out;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  width: 100%;
}

.newsletter-button {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: Avenir Next, sans-serif;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 1024px) {
  .newsletter-heading {
    font-size: 24px;
  }

  .newsletter-popup {
    padding: 40px;
  }

  .single__content * {
    font-size: 1.5rem;
  }
}

.newsletter-success {
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  position: fixed;
  background: #000;
  font-size: 14px;
  font-family: 'Avenir Next';
  z-index: 999999999;
}

.mdc-checkbox__background,
.cookiescript_fsd_header,
.cookiescript_fsd_footer {
  border-radius: 0 !important;
}

#cookiescript_accept,
#cookiescript_reject,
#cookiescript_save {
  border-radius: 0 !important;
  font-family: 'Avenir Next', sans-serif !important;
}

#cookiescript_injected {
  border-radius: 0 !important;
  font-family: 'Avenir Next', sans-serif !important;
}

#cookiescript_description span {
  font-family: 'Avenir Next', sans-serif !important;
  font-size: 10px !important;
}

#cookiescript_readmore {
  font-family: 'Avenir Next', sans-serif !important;
  font-size: 10px !important;
}

#cookiescript_fsd_wrapper {
  font-family: 'Avenir Next', sans-serif !important;
}

.timeline__read-more--active {
  bottom: -3rem !important;
}

.timeline__description em {
  font-family: Avenir Next, sans-serif !important;
  font-size: 1.4rem !important;
  margin-bottom: 1rem !important;
}

.single__content iframe {
  width: 100% !important;
  max-width: 560px !important;
}

.checkout__message {
  border: 1px solid green;
  border-radius: 0 !important;
  text-align: left !important;
}

.nav__link {
  font-weight: 400 !important;
}

.nav__languages {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.nav__language {
  font-size: 13px;
}

.nav__language.nav__language--bold {
  font-weight: 500;
  font-family: 'Avenir Next Bold', sans-serif;
}

@media (min-width: 1024px) {
  .nav__languages {
    font-size: 14px;
  }
}

.contact__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.contact__column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.contact__email {
  font-family: 'Avenir Next', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-align: center;
}

.contact__name {
  font-family: 'Avenir Next', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-align: center;
}

.contact__position {
  font-family: 'Avenir Next', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-align: center;
}

.contact__position--margin-bottom {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .contact__column {
    width: calc(33% - 10px);
  }

  .contact__email,
  .contact__name,
  .contact__position {
    font-size: 15px;
  }
}

.checkout__message {
  font-size: 12px !important;
}

@media (min-width: 1024px) {
  .checkout__message {
    font-size: 14px !important;
  }
}

.contact__title {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Avenir Next Bold';
}

.soon__label {
  font-family: 'Avenir Next', sans-serif;
  font-size: 14px;

  a {
    font-family: 'Avenir Next', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: undeline;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    text-align: center;
  }

  input {
    margin-right: 10px;
  }
}

.soon__label--left {
  text-align: left;
}

.nav__dropdown.is-open .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
}
