.resultlist_objects .result .obox .objekt .b4 .prev_img .icon_virtuell {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#expose_sharing .print,
#expose_sharing .print_label {
  display: none;
}

ul.ausstattung_22 {
  padding-left: 0;
}
ul.ausstattung_22 li {
  list-style: none;
}
ul.ausstattung_22 li .icon-checkmark4 {
  margin-right: 15px;
}

.besonderheiten_22 {
  margin-top: 40px;
}
.besonderheiten_22 h3 {
  margin-bottom: 15px;
}
.besonderheiten_22 ul {
  padding-left: 0;
}
.besonderheiten_22 ul li {
  list-style: none;
}
.besonderheiten_22 ul li .icon-checkmark4 {
  margin-right: 15px;
}

a.btn_360 {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-image: linear-gradient(0deg, #00984d, #00a0e3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none !important;
}

#info_wrap {
  width: 100%;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#info_wrap .box_1,
#info_wrap .box_2 {
  width: 100%;
  min-width: 100%;
  -webkit-box-shadow: 0px 7px 14px 0px rgba(211, 211, 211, 0.6);
  -moz-box-shadow: 0px 7px 14px 0px rgba(211, 211, 211, 0.6);
  box-shadow: 0px 7px 14px 0px rgba(211, 211, 211, 0.6);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px;
  height: 200px;
}
@media (min-width: 768px) {
  #info_wrap .box_1,
#info_wrap .box_2 {
    width: 25%;
    min-width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#info_wrap .box_1 h3,
#info_wrap .box_2 h3 {
  display: block;
  height: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 1;
}
#info_wrap .box_1 a#dl,
#info_wrap .box_2 a#dl {
  width: 100%;
  display: block;
  text-decoration: none !important;
}
#info_wrap .box_1 a#dl .icon-file-pdf,
#info_wrap .box_2 a#dl .icon-file-pdf {
  font-size: 55px;
  font-weight: 300;
  color: #00984d !important;
  display: block;
  margin: 0 auto;
  width: 50px;
  text-decoration: none !important;
}
#info_wrap .box_1 p.info,
#info_wrap .box_2 p.info {
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  #info_wrap .box_2 {
    width: 72%;
    min-width: 72%;
  }
}
