.body-wrapper {
  box-sizing: border-box;
}

.footer-extended {
  background-color: var(--fe-background-color);
  background-image: var(--fe-background-image);
  color: var(--fe-color);
  position: relative;
  box-sizing: border-box;
}
.footer-extended__top-content {
  display: none;
}
.footer-extended__top-content .input__submit__message__icon {
  color: white;
}
.footer-extended__top-content .input__submit {
  margin-bottom: 0;
}
.footer-extended__dropdown {
  max-height: initial;
  z-index: 100;
  bottom: calc(100% + 10px);
  top: auto;
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: var(--dropdown-border-radius);
}
.footer-extended__dropdown:before {
  top: auto;
  bottom: -6px;
  transform: rotate(180deg);
}
.footer-extended__subscribe {
  max-width: 614px;
  margin: 0 auto;
  padding: 25px 15px 5px;
}
.footer-extended__subscribe__initials {
  display: none;
}
.footer-extended__subscribe__initials.is-active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.footer-extended__subscribe__email {
  display: none;
}
.footer-extended__subscribe__email.is-active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.footer-extended__subscribe__done {
  display: none;
  height: 87px;
  padding-top: 20px;
  box-sizing: border-box;
}
.footer-extended__subscribe__done p {
  color: white;
  font-size: 13px;
}
.footer-extended__subscribe__done.is-active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.footer-extended #extended-footer-newsletter-first-name,
.footer-extended #extended-footer-newsletter-second-name {
  width: 50%;
  border-radius: 0;
}
.footer-extended #extended-footer-newsletter-first-name {
  border-radius: 0;
  border-top-left-radius: var(--input-border-radius-rounded);
  border-bottom-left-radius: var(--input-border-radius-rounded);
}
.footer-extended #extended-footer-newsletter-second-name {
  border-radius: 0;
  border-top-right-radius: var(--input-border-radius-rounded);
  border-bottom-right-radius: var(--input-border-radius-rounded);
}
.footer-extended__content {
  padding: 0 var(--grid-side-padding-s);
  background-color: var(--fe-content-background-color);
  background-image: var(--fe-content-background-image);
}
.footer-extended__content .footer-extended__container {
  padding: var(--fe-content-padding);
}
@media (max-width: 575px) {
  .footer-extended__content .footer-extended__container {
    padding: 20px 0;
  }
}
.footer-extended__content .footer-extended__headline {
  border-bottom: var(--fe-headline-border-bottom);
  border-top: var(--fe-headline-border-top);
}
.footer-extended__bottom-content {
  border-top: var(--fe-bottom-content-border-top);
  background-color: var(--fe-copyright-background-color);
  padding: 0 var(--grid-side-padding-s);
}
.footer-extended__container {
  max-width: var(--fe-max-width);
  margin: 0 auto;
  width: 100%;
}
.footer-extended__headline {
  color: var(--fe-headline-color);
  font-weight: 500;
  font-family: var(--fe-headline-font-family);
  font-size: var(--fe-headline-font-size);
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .footer-extended__headline {
    text-align: center;
  }
}
.footer-extended__list {
  padding: 0;
  list-style: none;
}
.footer-extended__list-item {
  color: color-mix(in srgb, var(--fe-color) calc((1 - var(--fe-subitem-transparency)) * 100%), transparent);
  font-size: var(--fe-size);
}
@media (max-width: 575px) {
  .footer-extended__list-item {
    text-align: center;
  }
}
.footer-extended__list-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.footer-extended__list-item a:hover {
  color: var(--fe-color);
}
.footer-extended__plain-text {
  color: color-mix(in srgb, var(--fe-color) calc((1 - var(--fe-subitem-transparency)) * 100%), transparent);
  font-size: var(--fe-size);
}
@media (max-width: 575px) {
  .footer-extended__plain-text {
    text-align: center;
  }
}
.footer-extended__newsletter-title {
  line-height: 45px;
}
.footer-extended__newsletter-input {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  max-width: inherit;
  padding: 0 50px;
}
.footer-extended__newsletter-input.input__text input[type=text] {
  width: 100%;
  border-radius: 25px;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .footer-extended__newsletter-input {
    padding: 0;
    margin-bottom: 30px;
  }
}
.footer-extended__copyright {
  color: var(--fe-color);
  font-size: var(--fe-size);
  display: inline-block;
  font-family: var(--fe-font-family);
}
@media (max-width: 768px) {
  .footer-extended__copyright {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    line-height: normal;
    display: block;
  }
}
.footer-extended__left {
  width: 40%;
  float: left;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 768px) {
  .footer-extended__left {
    width: 100%;
    height: auto;
    padding: 25px 0;
  }
}
.footer-extended__right {
  width: 60%;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer-extended__right {
    width: 100%;
    height: auto;
    line-height: normal;
  }
}
.footer-extended__social {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .footer-extended__social {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    padding-top: 0;
  }
}
.footer-extended__social a {
  color: var(--fe-icon-color);
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  line-height: 36px;
}
.footer-extended__social a:hover {
  color: var(--fe-icon-color-hover);
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .footer-extended__social a {
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
  }
}
.footer-extended__elevator {
  display: inline-block;
  padding-left: 30px;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .footer-extended__elevator {
    display: none;
  }
}
.footer-extended__elevator button {
  color: var(--fe-icon-color);
  display: inline-block;
  line-height: 36px;
}
.footer-extended__elevator button:hover {
  color: var(--fe-icon-color-hover);
}
.footer-extended__elevator__text {
  color: var(--fe-color);
  font-size: var(--fe-size);
  display: inline-block;
  font-family: var(--fe-font-family);
}
.footer-extended__admin__name {
  font-size: 13px;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey-color-darkest);
  height: 35px;
  display: inline-block;
  line-height: 35px;
}
.footer-extended__admin__icon {
  height: 35px;
  line-height: 35px !important;
  display: inline-block;
}
.footer-extended__admin__save {
  margin-right: 0;
}
.footer-extended__admin__unlinked {
  display: none;
}
.footer-extended__admin__unlinked.is-visible {
  display: block;
}
.footer-extended__admin__linked {
  display: none;
}
.footer-extended__admin__linked__name {
  font-size: 13px;
  color: var(--grey-color);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  max-width: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.footer-extended__admin__linked.is-visible {
  display: block;
}
.footer-extended__admin__linked button {
  display: inline-block;
}
.footer-extended__languages {
  display: inline-flex;
  position: relative;
  margin-right: 18px;
}
.footer-extended__languages:after {
  display: block;
  content: "";
  border-right: var(--fe-bottom-content-border-top);
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}
.footer-extended__languages .dropdown__selected {
  color: var(--fe-color) !important;
}
.footer-extended__languages .dropdown__selected__arrow {
  color: var(--fe-color) !important;
}
.footer-extended__languages .dropdown__selected:hover {
  color: var(--fe-color) !important;
}
.footer-extended__languages .dropdown__list {
  min-width: 70px;
}
.footer-extended__lang-btn {
  position: relative;
  background: none;
  color: var(--fe-color);
  border: 0;
}
.footer-extended .admin-component-edit {
  bottom: -25px;
  margin-bottom: 20px;
}
.footer-extended--small .footer-extended__elevator:before {
  position: absolute;
  height: 60px;
  top: calc(50% - 30px);
  left: 0;
  content: "";
  border-left: var(--fe-divider-width) solid rgba(35, 35, 35, 0.2);
}
.footer-extended--small .footer-extended__content {
  display: none;
}
.footer-extended--with-newsletter .footer-extended__top-content {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 575px) {
  .footer-extended--with-newsletter .footer-extended__subscribe {
    padding: 0 15px;
  }
}
.footer-extended--with-newsletter .footer-extended__content {
  display: block;
}

.footer-extended__input-group {
  background: white;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.footer-extended__input-group .no-borders {
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.footer-extended__input-group .input__submit__submit-button {
  position: relative;
  top: 0px;
  height: 35px;
}

.static {
  position: static !important;
}