/**
 * Created you own styles
 */

 .primary { color: #003E51; }

@media (max-width: 415px) {
  /*Mobile S - 320px*/
  .d-ms-none {
    display: none !important;
  }
}

@media (min-width: 416px) and (max-width: 768px) {
  .d-ms-md-none {
    display: none !important;
  }
  .project.justify-content-end {
    justify-content: start !important;
    font-size: smaller !important;
  }
}

/*  #wohnungsfinder .no__haus {
    visibility: hidden;
  }
 #wohnungsfinder .no__haus::before {
    content: "Haus";
    visibility: visible;
  } */

#wohnungsfinder .tx-wohnungsfinder .image img {
    transition: transform .5s ease;
}

#wohnungsfinder .tx-wohnungsfinder .image img:hover {
    transform: scale(1.125) !important;
}