body.home .headerbild {
  height: 480px;
}
body.home .headerbild .slider {
  background-attachment: scroll;
}

.top-objekte-beispiel {
  display: inline-block;
  width: 30%;
  height: auto;
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 800px) {
  .top-objekte-beispiel {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
  }
}
.topobjekte {
  position: relative;
  margin-bottom: 90px;
  margin-top: 90px;
}
.topobjekte .topobjektplatzierung {
  overflow: hidden;
  float: left;
  padding: 0 15px;
}
.topobjekte .topobjektplatzierung.col-1 {
  width: 100%;
}
.topobjekte .topobjektplatzierung.col-2 {
  width: 50%;
}
.topobjekte .topobjektplatzierung.col-3 {
  width: 33.3%;
}
.topobjekte .topobjektplatzierung.col-3 .id h2 {
  font-size: 14px;
}
.topobjekte .topobjektslider {
  height: 260px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .topobjekte .topobjektslider {
    height: auto;
  }
}
.topobjekte .topobjektslider .item {
  float: left;
}
.topobjekte .topobjektslider .item .topobjekt-badge {
  position: absolute;
  lefT: 20px;
  top: 20px;
  background-color: #b49980;
  font-size: 20px;
  padding: 3px 10px;
  z-index: 2;
  color: #FFF;
}
.topobjekte .topobjektslider .item .topkachel {
  position: relative;
  height: 260px;
}
@media screen and (max-width: 991px) {
  .topobjekte .topobjektslider .item .topkachel {
    height: auto;
  }
}
.topobjekte .topobjektslider .item .topkachel .bild {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .topobjekte .topobjektslider .item .topkachel .bild {
    position: relative;
    width: 100%;
    height: 350px;
  }
}
.topobjekte .topobjektslider .item .topkachel .text {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 260px;
  overflow: hidden;
  background-color: #FFF;
  border-bottom: 1px solid #656565;
}
@media screen and (max-width: 991px) {
  .topobjekte .topobjektslider .item .topkachel .text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.topobjekte .topobjektslider .item .topkachel .text .id {
  margin: 20px;
}
.topobjekte .topobjektslider .item .topkachel .text .daten {
  margin: 0px 20px 0px 20px;
}
.topobjekte .topobjektslider .item .topkachel .text .daten table td {
  padding-right: 15px;
  font-size: 14px;
  white-space: nowrap;
}
.topobjekte .topobjektslider .item .topkachel .btn-ansehen {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .topobjekte .topobjektslider .item .topkachel .btn-ansehen {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.topobjekte .topobjektslider .item .topkachel .btn-ansehen a {
  padding: 10px 30px;
}
.topobjekte .topobjektslider .slick-dots {
  position: absolute;
  z-index: 1000;
  bottom: 25px;
  left: 20px;
  height: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topobjekte .topobjektslider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.topobjekte .topobjektslider .slick-dots li button {
  color: transparent;
  font-size: 1px;
  cursor: pointer;
  background-color: white;
  border: 1px solid #008024;
  widtH: 15px;
  height: 15px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.topobjekte .topobjektslider .slick-dots li.slick-active button {
  background-color: #008024;
}

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