/* Standorte Detail */
.locations-detail-teaser-title{
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
}
.locations-detail-teaser-name,
.locations-detail-teaser-name.h1-like{
  padding-bottom: 5px;
}
.locations-detail-teaser-subtitle,
.locations-detail-teaser-subtitle.h2-like{
  padding-bottom: 0;
}
.locations-detail-info-contact-wrapper{
  display: flex;
  flex-direction: column;
  gap: 60px 20px;
  max-width: 1600px;
  margin: 0 auto;
}
.locations-detail-info-wrapper{
  display: flex;
  flex-direction: column;
  gap: 40px 20px;
}
.locations-detail-info-pic,
.locations-detail-info-pic img{
  border-radius: 45px;
  background-color: rgb(var(--main-highlight-color));
}
.locations-detail-info-pic{
  height: 250px;
  width: 100%;
}
.locations-detail-info-pic img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.locations-detail-contact-container{
  background-color: rgb(var(--main-light-color));
  color: rgb(var(--main-dark-color));
  text-align: center;
  max-width: 420px;
  padding: 40px 25px 30px;
  border-radius: 40px;
  line-height: 1;
  font-size: 2rem;
}
.locations-detail-contact-logo{
  max-width: 300px;
  margin: 0 auto 20px;
}
.locations-detail-contact-logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-detail-contact-heading{
  font-weight: 700;
}
.locations-detail-contact-address{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 10px auto 20px;
}
.locations-detail-contact-address span{
  position: relative;
  width: fit-content;
}
.locations-detail-contact-address span:nth-child(2){
  margin: 0 5px;
}
.locations-detail-contact-address span:first-child:before{
  content: '';
  background: url('/images/icons/ort.svg') no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: -20px;
}
.locations-detail-contact-pic{
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
}
.locations-detail-contact-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.locations-detail-contact-name{
  font-weight: 700;
  color: rgb(var(--main-dark-color));
  letter-spacing: 0.04em;
}
.locations-detail-contact-position{
  margin-top: 10px;
}
a.locations-detail-contact-phone{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--main-dark-color)) !important;
  text-decoration: none;
  margin-top: 25px;
}
.locations-detail-contact-fax{
  color: rgb(var(--main-dark-color));
  margin-top: 15px;
}
a.locations-detail-contact-phone:before{
  content: '';
  display: inline-block;
  background: url('/images/icons/phone.svg') no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}
a.locations-detail-contact-email{
  display: block;
  color: rgb(var(--sub-highlight-color)) !important;
  text-decoration: none;
  margin-top: 15px;
}

.locations-detail-location-container{
  display: flex;
  flex-direction: column-reverse;
  gap: 50px 15px;
  padding: 100px 0 0;
}
.locations-detail-location-slider{
  background-color: rgb(var(--main-highlight-color));
  height: 250px;
  border-radius: 45px;
}
.locations-detail-location-slider.swiper-initialized{
  background-color: transparent;
}
.locations-detail-location-slider img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 45px;
}
.locations-detail-location-slider .pause-play-button{
  bottom: 20px;
  left: 20px;
}
.locations-detail-location-slider .swiper-pagination-bullet{
  background: rgb(var(--main-light-color));
}
.locations-detail-location-info-title{
  font-size: 4rem;
  color: rgb(var(--main-dark-color));
  padding: 0 0 20px;
  font-weight: 700;
  line-height: 1.2;
}
body.dark .locations-detail-location-info-title{
  color: rgb(var(--main-light-color));
}
.locations-detail-location-info-description{
  margin-bottom: 15px;
}
.locations-detail-location-info-description p:last-of-type{
  padding: 0;
  margin: 0;
}
.locations-detail-location-info-address-heading{
  font-size: 2.6rem;
  font-weight: 400;
  padding: 0 0 10px;
}
.locations-detail-location-info-address-title{
  font-weight: 700;
}
.locations-detail-location-info-address-title,
.locations-detail-location-info-address-street,
.locations-detail-location-info-address-area{
  font-size: 1.8rem;
  color: rgb(var(--main-dark-color));
}
a.locations-detail-location-info-address-button{
  margin-top: 20px;
}
.locations-detail-map-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0 100px;
}
.locations-detail-map{
  border-radius: 45px;
  border: 1px solid #333;
  overflow: hidden;
}
.locations-detail-map .wwiframe-privacy-wrapper{
  border: none;
}
.locations-detail-map-title{
  font-size: 4rem;
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 1;
}
.locations-detail-map-subtitle{
  font-size: 3rem;
  color: rgb(var(--main-dark-color));
  line-height: 1;
  padding: 0 0 20px;
}
.locations-detail-map-description p:last-of-type{
  padding: 0;
  margin: 0;
}
.locations-detail-map .wwiframe-wrapper{
  margin: 0 !important;
}
.locations-detail-map .wwiframe-privacy-wrapper{
  padding: 20px;
}
.locations-detail-map a.wwiframe-privacy-button{
  margin-top: 10px;
}
.col-module_Locations_detail .jobs-overview-result-cnt{
  padding: 0 0 30px;
}
.col-module_Locations_detail .jobs-overview-wrapper{
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .locations-detail-map .wwiframe{
    aspect-ratio: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .locations-detail-info-pic{
    height: 350px;
    max-width: 650px;
  }
  .locations-detail-location-slider{
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .locations-detail-teaser-name{
    font-size: 6rem;
  }
  .locations-detail-info-contact-wrapper{
    flex-direction: row;
    justify-content: space-between;
  }
  .locations-detail-info-wrapper{
    width: 45%;
  }
  .locations-detail-contact-container{
    width: 48%;
    height: fit-content;
  }
  .locations-detail-location-container{
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100%;
    max-width: 1680px;
    flex-direction: row;
    justify-content: space-between;
  }
  .locations-detail-location-slider.swiper{
    height: 500px;
    width: 48%;
    margin: 0;
    border-radius: 0 45px 45px 0;
  }
  .locations-detail-location-slider img{
    border-radius: 0 45px 45px 0;
  }
  .locations-detail-location-info-wrapper{
    width: 48%;
  }
  .locations-detail-location-info-title{
    font-size: 5rem;
    padding: 0 0 40px;
  }
  .locations-detail-location-info-description{
    margin-bottom: 35px;
  }
  .locations-detail-location-info-address-heading{
    font-size: 4rem;
  }
  .locations-detail-location-info-address-title,
  .locations-detail-location-info-address-street,
  .locations-detail-location-info-address-area{
    font-size: 2.2rem;
  }
  a.locations-detail-location-info-address-button{
    margin-top: 40px;
  }
  .locations-detail-map-container{
    margin-left: auto;
    margin-right: calc(-50vw + 50%);
    width: 100%;
    max-width: 1680px;
    flex-direction: row;
    justify-content: space-between;
  }
  .locations-detail-map-content{
    width: 48%;
  }
  .locations-detail-map{
    width: 48%;
    border-radius: 45px 0 0 45px;
    overflow: hidden;
  }
  .locations-detail-map .wwmodule-map,
  .locations-detail-map .wwiframe{
    height: 100% !important;
  }
  .locations-detail-map .wwiframe{
    aspect-ratio: auto !important;
  }
}
@media screen and (min-width: 1440px) {
  .locations-detail-info-wrapper{
    width: 70%;
  }
  .locations-detail-teaser-title{
    font-size: 2.2rem;
  }
  .locations-detail-contact-address{
    margin: 10px auto 40px;
  }
  .locations-detail-contact-logo{
    margin: 0 auto 40px;
  }
  .locations-detail-contact-pic{
    margin: 0 auto 30px;
  }
  .locations-detail-location-container{
    padding: 200px 0 100px;
  }
  .locations-detail-location-slider.swiper{
    width: 54.76%;
    height: 720px;
    border-radius: 0 120px 120px 0;
  }
  .locations-detail-location-slider img{
    border-radius: 0 120px 120px 0;
  }
  .locations-detail-location-info-wrapper{
    width: 40.47%;
  }
  .locations-detail-map-container{
    padding: 100px 0 200px;
  }
  .locations-detail-map-title{
    font-size: 7rem;
    padding: 10px 0 20px;
  }
  .locations-detail-map-subtitle{
    font-size: 4rem;
  }
  .locations-detail-map-content{
    width: 40.47%;
  }
  .locations-detail-map{
    height: 575px;
    width: 54.76%;
  }
}
