/***************************************************************************
* Freisteller
****************************************************************************/
.custom_wohnkabinen_freisteller {
    position: relative;
}
.custom_wohnkabinen_freisteller:after {
    content: ''; position: absolute;
    top: 60%; left: 0; right: 0; bottom: 0;
    height: auto; width: auto;
    background-color: var(--typo-color-grey);
}
.custom_wohnkabinen_freisteller > * {
    position: relative;
    z-index: 10;
}