/*.immolink {
	height: 225px;
	width:
}
*/

.mr_objekt {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  height: 270px;
  /* needed so the rows are aligned below each other */

}

.mr_objekt:hover .mr_objekt_bild, .mr_objekt:hover .mr_objekt_textblock {
  box-shadow: 0px 20px 83px -51px rgba(0,0,0,0.75);
}

.mr_objekt_bild {
  margin: 0px;
  float: left;
  position: relative;
  width: 320px;
  height: 230px;
  box-shadow: 0;
  transition: all .2s ease-in-out;
}
.mr_objekt_bild img {
  width: 320px;
  height: 230px;
}
.mr_objekt_textblock {
  position: relative;
  float: left;
  z-index: 1;
  padding: 20px 10px 0 25px;
  width: 100%;
  max-width: 650px;
  min-height: 230px;
  background-color: whitesmoke;
  box-shadow: 0;
  transition: all .2s ease-in-out;
}
.mr_objekt_text {
  display: inline;
  font-size: 18px;
  height: 120px;
  color: #808080;
}
/* Zahlen */
.mr_objekt_zahlen {
  margin-top: 10px;
  height: auto;
}
.mr_objekt_zahlen p {
  letter-spacing: 0.015em;
  font-size: 22px;
  color: #009385;
  font-weight: bold;
}
.mr_objekt_zahlen span {
  font-size: 14px;
  font-weight: normal;
}
.mr_objekt_zahlen sup {
  font-size: smaller;
}
.mr_objekt_zahlen div {
  float: left;
  border-right: 2px solid #e4e3d9;
  padding: 10px 20px 10px 20px;
  margin-bottom: 5px;
}
.mr_objekt_zahlen div:last-child {
  border-right: none;
}
.mr_hidden {
  display: none !important;
}
h1.mr_jahr {
  float: left;
  width: 100%;
}
.mr_objekt_label {
  position: relative;
  margin-top: -20px;
  margin-right: -5px;
  float: right;
  z-index: 2;
  padding: 5px 20px;
  background-color: #3282be;
  color: #FFF;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.mr_objekt_label::after {
  position: absolute;
  content: '';
  line-height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #666;
  top: -5px;
  right: 0;
}
#mr_objekt_label_ausarbeitung {
  background-color: rgb(255, 210, 44);
  color: black;
}
#mr_objekt_label_kaufabsicht {
  background-color: #009385;
}
#mr_objekt_label_unterzeichnet {
  background-color: rgb(255, 210, 44);
  color: black;
}
#mr_objekt_label_verkauf_abgeschlossen {
  background-color: red;
}
#mr_objekt_label_miete_abgeschlossen {
  background-color: orange;
}
#mr_objekt_label_verfuegbar {
  background-color: rgb(150, 191, 7);
}

.mr_nolink, .mr_nolink h2 {
  pointer-events: none;
}


.mr_info_holder {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.mr_info_holder .et-pb-icon {
  color: #009385;
  font-size: 40px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.mr_info_holder .et-pb-icon:hover {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transform: scale(1.2);
}


/* iPad */
@media (max-width: 1024px){
  .mr_objekt_bild {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin-top: 60px;
  }
  .mr_objekt_bild img {
    width: 100%;
    height: auto;
    margin-bottom: -20px;
  }
}

/* Smartphone */
@media (max-width: 767px) {
  .mr_objekt_zahlen div {
    border-right: none;
  }
}


@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
