/**
Calculate rem
*/
.c-locations {
  background-color: #622378;
  background-position: right top -50px;
  background-size: calc(100% + 100px);
  background-repeat: no-repeat;
}
.c-locations * {
  color: #ffffff;
}
.c-locations-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-locations-item:first-child {
  margin-bottom: 0;
}
.c-locations-item__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 8px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .c-locations-item__title {
    margin-bottom: 16px;
  }
}
.c-locations-item__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0.875rem;
  line-height: 200%;
  font-weight: 300;
  word-break: break-word;
  font-family: "Roboto", sans-serif;
  color: #020202;
}
.c-locations-item__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 992px) {
  .c-locations-item__image {
    margin-bottom: 28px;
  }
}
.c-locations .placeFrog {
  position: relative;
  margin-top: 50px;
}
.c-locations .placeFrog:before {
  content: "";
  position: absolute;
  top: -70px;
  left: -28px;
  background-image: url("/assets/images/icons/plonschar.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 160px;
  height: 160px;
}
@media (min-width: 992px) {
  .c-locations .placeFrog:before {
    width: 320px;
    height: 320px;
    top: -140px;
  }
}
@media (min-width: 992px) {
  .c-locations .placeFrog {
    margin-top: 0;
  }
}