.h220 {
    max-height: 13.75rem;
}
.collapse:not(.show) {
    display: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.detail_row {
    margin-top: 1.25rem;
}

.detailbox {
    overflow-x: hidden;
    overflow-y: auto;
    width: 105%;
    font-size: var(--font_size_medium);
    font-weight: var(--font_weight-normal);
}

.preisbereich {
    width: 4.38rem;
    height: 1.88rem;
    font-size: var(--font_size_medium);
    text-align: right;
    padding-right: 5px;
}

.spinner {
    padding-top: 15%;
    text-align: center;
    font-size: 60px;
    color:var(--color_text_white);
    width: 100%;
}


.point{
    cursor:pointer;
}



@media only screen and (max-width: 768px) {
    .listenbutton{
        display: none;
    }

    .kachelbutton{
        display: none;
    }

    .detail_mobil{
        margin-top: 0.94rem;
    }

    .detail_row{
        margin-top: 0;
    }

.
    {
        overflow-x: hidden;
        overflow-y: auto;
        height: auto !important;
        font-size: 0.9rem;
    }

    .preisbereich {

    }




}