/*
 Theme Name:   Astra Child
 Theme URI:    https://www.nk-vergleich.ch/astra-child/
 Description:  Astra Child Theme
 Author:       Ihr Name
 Author URI:   https://www.nk-vergleich.ch
 Template:     astra
 Version:      1.0.0
*/



#kubatur-display,
#liegenschafthoehe-display,
#gesamteLiegenschaft-display,
#stockwerkM2-display {
    font-weight: bold;
}

#zwischenanzeige {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 1000;
    display: none;
}

