.c-place-teaser {
  position: relative;
  width: 100%;
}
.c-place-teaser:after {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c-place-teaser__title {
  font-size: 1rem;
  line-height: 1.333;
  font-family: "Typold W05", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  padding: 30px 30px 0 30px;
}
@media (min-width: 37.5em) {
  .c-place-teaser__title {
    font-size: 1rem;
  }
}
.c-place-teaser__title:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-place-teaser__address {
  font-size: 0.7777777778rem;
  line-height: 1.7142857143;
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  padding: 30px;
}
@media (min-width: 37.5em) {
  .c-place-teaser__address {
    font-size: 0.7777777778rem;
  }
}
.c-place-teaser__address:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-place-teaser__title-link {
  color: #417925;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.c-place-teaser__title-link:hover, .c-place-teaser__title-link:focus {
  color: #046A38;
}
.c-place-teaser__title-link:focus {
  background-color: #E0EFF4;
}
.c-place-teaser__thumbnail {
  -webkit-box-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  width: 100%;
}

.c-place-teaser__service-icon {
  max-width: 90px;
  width: 40%;
}

.c-place-teaser__image {
  width: 100%;
}
.c-place-teaser__image img {
  width: 100%;
}
.c-place-teaser__image + .c-place-teaser__service-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.c-teaser__info {
  font-size: 0.7777777778rem;
  margin-top: 0.6666666667rem;
  padding: 0 0 0.1666666667rem 30px;
  position: relative;
}
@media (min-width: 37.5em) {
  .c-teaser__info {
    font-size: 0.7777777778rem;
  }
}
.c-teaser__info:before {
  content: "";
  background-position: 50% 50%;
  background-size: 22px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 24px;
}
.c-teaser__info a {
  color: #01426A;
}

.c-teaser__info--email:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M-540-1140h1740v2364H-540z'/%3E%3Cpath fill='%23008099' d='M8 18h13a1 1 0 0 0 1-1V7.25l-8 6-8-6V8H4V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zM20.333 6H7.667L14 10.75zM0 10h6v2H0zm2 4h4v2H2z'/%3E%3C/g%3E%3C/svg%3E");
}

.c-teaser__info--phone:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23008099' fill-rule='evenodd' d='M8 0h8a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4m.4 2C7.075 2 6 3.12 6 4.5v15C6 20.88 7.075 22 8.4 22h7.2c1.325 0 2.4-1.12 2.4-2.5v-15C18 3.12 16.925 2 15.6 2zM10 3h4v1h-4zM6 18h12v1H6z'/%3E%3C/svg%3E");
}

.c-teaser__info--address p {
  font-size: 0.7777777778rem;
}
@media (min-width: 37.5em) {
  .c-teaser__info--address p {
    font-size: 0.7777777778rem;
  }
}
.c-teaser__info--address:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='%23008099' d='M17 10a5 5 0 1 1-10 0 5 5 0 0 1 10 0m-8 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0m3.746 12.666a1 1 0 0 1-1.492 0l-5.618-6.302a9 9 0 1 1 12.749-.02zM12 20.498l4.91-5.507.04-.041a7 7 0 0 0-9.9-9.9c-2.733 2.734-2.733 7.166.04 9.941z'/%3E%3C/svg%3E");
}

.c-teaser__info--address {
  margin: 25px;
}

.c-teaser__info--email {
  margin: 25px;
}

.c-teaser__info--phone {
  margin: 25px;
}

@media (min-width: 48em) {
  .c-teaser__image {
    margin-bottom: 1.3333333333rem;
  }
}
@media (min-width: 87.5em) {
  .c-teaser__image {
    margin-bottom: 1.6666666667rem;
  }
}