@charset "utf-8";

#kurzexpose {
    padding: 16px;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    width: 200px;
    border: 1px solid #767676;
}

#kurzexpose .bilder .bild {
    width: calc(50% - 16px);
    height: calc(50% - 16px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#kurzexpose .ort {
    font-weight: bold;
    font-size: 120%;
}

#kurzexpose .kaufpreis {
    font-weight: bold;
}