.stoererlink {
  display: block;
}

.stoerer {
  position: absolute;
  top: 130px;
  width: 240px;
  height: 240px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  mask-image: url(../assets/images/stoerer.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(../assets/images/stoerer.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
@media screen and (max-width: 768px) {
  .stoerer {
    top: 307px;
  }
}
.stoerer.pflegeheim {
  background-color: #8dc73f;
}
.stoerer.drehscheibe {
  background-color: #fdb813;
}
.stoerer.gastronomie {
  background-color: #f58221;
}
.stoerer.weiterbildung {
  background-color: #c40a4a;
}
.stoerer.jobs {
  background-color: #c40a4a;
}
.stoerer.freiwilligenarbeit {
  background-color: #009a93;
}
.stoerer.spitex {
  background-color: #027dc5;
}
.stoerer.psychosoziale {
  background-color: #0e4194;
}
.stoerer.news {
  background-color: #5c2583;
}
.stoerer.agenda {
  background-color: #92278f;
}
.stoerer .content {
  transform: rotate(-7deg);
  color: #ffffff;
}
.stoerer .content p {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.stoerer .content p.title {
  font-weight: bold;
  font-size: 22px;
}/*# sourceMappingURL=rsce_stoerer.css.map */