.zimmerliste {
  margin-top: 15px;
}
.zimmerliste .zimmerKachelWrapper {
  margin-bottom: 20px;
}
.zimmerliste .zimmerKachelWrapper .zimmerKachel {
  background-color: #E2FCFF;
  border: 1px solid #1F848F;
  padding: 10px;
  height: 100%;
}
.zimmerliste .zimmerKachelWrapper .zimmerKachel .zimmerName {
  margin-top: 0;
  font-size: 24px;
  color: #1f848f;
  margin-bottom: 15px;
}
.zimmerliste .zimmerKachelWrapper .zimmerKachel .zimmerBild {
  float: right;
  width: 100%;
  cursor: pointer;
}
.zimmerliste .zimmerKachelWrapper .zimmerKachel ul.wrapperBilder {
  padding: 0 5px;
  width: calc(50% - 10px);
  list-style: none;
  float: right;
}
@media screen and (max-width: 800px) {
  .zimmerliste .zimmerKachelWrapper .zimmerKachel ul.wrapperBilder {
    width: 100%;
  }
}
.zimmerliste .zimmerKachelWrapper .zimmerKachel ul.wrapperBilder li {
  padding: 0 5px;
  width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .zimmerliste .zimmerKachelWrapper .zimmerKachel ul.wrapperBilder li {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .zimmerliste .zimmerKachelWrapper .zimmerKachel ul.wrapperBilder li {
    width: 33%;
  }
}
.zimmerliste .zimmerKachelWrapper .zimmerKachel ul.wrapperBilder li.gross {
  width: 100%;
  margin-bottom: 5px;
}

.zimmerSkizzeGross img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .textKurz {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .showMore {
    display: none;
  }
}

.slick-prev {
  left: 25px !important;
  z-index: 1;
}

.slick-next {
  right: 25px !important;
}

/*# sourceMappingURL=zimmer.css.map */
