
.swiper-wrapper {
  height: auto !important;
}

/***** hero slide show - version 2 *****/

#heroSlideshow .underlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#heroSlideshow .underlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***** contacts *****/

.contacts {
  position: relative;
}

.contacts__form-link a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  margin: 0 0 1.25rem;
  padding: 0.5rem 1.25rem;
  color: white;
  text-decoration: none;
  background: #d70010;
  z-index: 5;
  transition: background 350ms ease;
}

.contacts__form-link a:hover {
  background: #6b0007;
}

.contacts__form-link a .icon {
  margin-right: 0.375rem;
}

.contacts__form-link a .icon:before {
  line-height: 1.375rem;
  vertical-align: middle;
}

.contacts__form-link a:after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  display: block;
  height: 1.25rem;
  background: -webkit-linear-gradient(top, white, transparent);
}

.contacts__form-link .text {
  margin: 0 0 1.25rem;
  padding: 0.5rem 1.25rem;
  color: white;
  line-height: 29px;
  border: none;
}

.contacts__form-link + .contacts__list .contacts__item:first-child {
  padding-top: 4rem;
}

.contacts__form-link + .contacts__list .contacts__item:first-child .contacts__item-image {
  padding-top: 1.25rem;
  border-top: 2px solid #ece9e9;
}

.contacts__list {
  border-top: 1px solid transparent;
}

.contacts__list .contacts__item + .contacts__item {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 2px solid #ece9e9;
}

.contacts__item-headline {
  color: #d70010;
}
.contacts__item-name {
  margin: 1rem 0;
  font-weight: bold;
}
.contacts__item-position {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .contacts__form-link {
    position: fixed;
    bottom: 50px;
  }

  .contacts__form-link a:before {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: 0;
    right: 0;
    display: block;
    height: 1.25rem;
    background: -webkit-linear-gradient(bottom, white, transparent);
  }

  .contacts__form-link a:after {
    background: white;
  }

  .contacts__form-link.in-position {
    position: static;
  }

  .contacts__form-link.in-position a:before,
  .contacts__form-link.in-position a:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .contacts__form-link.is-sticky a {
    position: fixed;
    left: auto;
    right: auto;
  }
}

.contact-list__item {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  padding: 1.5rem 0;
}

.contact-list__item:not(:first-of-type) {
  border-top: 4px solid #f4f2f2;
}

.contact-list__item-image,
.contact-list__item-content {
  flex: 1;
}

.contact-list__item-image img {
  margin: 0;
}

.contact-list__item-name {
  color: #d70010;
}

.contact-list__item-position,
.contact-list__item-address,
.contact-list__item-phone {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .contact-list__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-list__item-image {
    width: 100%;
    max-width: 200px;
  }
}

.hint-msg {
  margin-top: -1.25rem;
  font-size: 0.875rem;
  color: #767676;
}

/***** language selection *****/

.mod_changelanguage {
  position: absolute;
  right: 320px;
}

.mod_changelanguage ul {
  margin: 0;
  padding: 0;
}

.mod_changelanguage li {
  margin: 0 4px;
  padding: 0 !important;
}

.mod_changelanguage li a {
  margin: 0;
  color: #a3a3a3 !important;
}

.mod_changelanguage li a:hover {
  color: black !important;
}

.mod_changelanguage li a.active {
  font-weight: bold;
  color: black !important;
  text-shadow: none !important;
}

@media only screen and (max-width: 1199px) {
  .mod_changelanguage {
    position: static;
    right: auto;
  }

  .mod_changelanguage label {
    display: none;
  }

  .mod_changelanguage ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .mod_changelanguage li {
    margin: 0 16px;
  }

  .mod_changelanguage li a {
    display: inline-block !important;
    padding: 0;
  }
}

/***** user centrics ******/

.user-centrics-salesforce__content {
  display: none;

  &.show {
    display: block;
  }
}
