
:root { 
    --vh: 1vh; 
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.status {
    display: none;
}



.bold {
    font-weight: 900 !important;
}

.display-dark {
    background: #333;
    color: #eee;
}
.display-midle {
    background: #ccc;
    color: #333;
}
.display-light {
    background: #eee;
    color: #333;
}

h1 {
    font-size: 13vw !important;
    font-weight: 900 !important;
}

h2 {
    font-size: 5vw !important;
    font-weight: 600 !important;
}


.qr-buchen {
    padding: 20px;
    background: #fff;
}
.qr-buchen img {
    width: 100%;
    height: auto;
}