/* Single Job Standorte Info Styles */
.sj-standorte-title {
  margin: 0 0 50px 0;
}

.sj-standorte-container {
  display: flex;
}

.sj-standorte-left {
  position: relative;
  width: 600px;
}

.sj-standorte-left .sj-standorte-image {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0 20px;
  height: 450px;
  object-fit: cover;
}

.sj-standorte-right-wrapper {
  width: calc(100% - 600px);
  display: flex;
  align-items: center;
}
.sj-standorte-right-wrapper .sj-standorte-right {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  padding: 0 0 0 50px;
  line-height: normal;
}

.sj-standorte-address-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
}

.sj-standorte-address {
  margin-bottom: 20px;
}

@media (max-width: 880px) {
  .sj-standorte-container {
    flex-direction: column;
    gap: 15px;
  }
  .sj-standorte-left {
    width: 100%;
  }
  .sj-standorte-left .sj-standorte-image {
    height: 210px;
  }
  .sj-standorte-right-wrapper {
    width: 100%;
  }
  .sj-standorte-right-wrapper .sj-standorte-right {
    font-size: 18px;
    padding: 0;
  }
  .sj-standorte-address-title {
    margin-top: 15px;
    font-size: 18px;
  }
}
