.welcome {
    text-align: center;
    padding: 0 2vw;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 6vh;
    transition: opacity 0.8s cubic-bezier(0.4,0,0.2,1);
}
.welcome h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.tagesgerichte-hr {
    margin: 1.2rem auto 0.4rem auto;
    border: none;
    border-top: 1.5px solid #e0c9a6;
    width: 180px;
}
.tagesgerichte-label {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.7rem;
    letter-spacing: 0.5px;
}
.tagesgerichte-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    box-sizing: border-box;
    padding-bottom: 0.5rem;
    margin-left: -2vw;
    margin-right: -2vw;
    padding-left: 2vw;
    padding-right: 2vw;
}
.tagesgericht-item {
    min-width: 50px;
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem 1.2rem;
    text-align: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    border: none;
    font-weight: 600;
}
.tagesgericht-item strong {
    display: block;
    margin-bottom: 0.2rem;
}
#open-status {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.open {
    color: #2ecc40;
}
.closed {
    color: #e74c3c;
}
