.landing {
    width: 100%;
    min-height: calc(100vh - 100px);
    height: auto;
    margin-top: 100px;
    overflow-y: auto;
}

.landing .background {
    background-color: white;
    color: black;

    width: 93%;
    min-height: 100vh;

    margin: 25px auto 0px auto;

    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.landing .background .title {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.landing .background .title .titletext {
    font-size: 60px;
    padding: 50px;
}

.landing .background .title .line {
    width: 100%;
    height: 5px;
    background-color: #E0858B99;
}

.landing .background .oeffnungszeiten {
    padding: 0px 25px;
}

.landing .background .oeffnungszeiten .title {
    font-size: 20px;
}

.landing .background .oeffnungszeiten .zeiten {
    /* width: 100%; */
    max-width: 870px;
    margin: 0px auto;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-top: 50px;
    padding: 39px 44px;
}

.landing .background .oeffnungszeiten .zeiten .row {
    margin: 0px auto;
}

.landing .background .oeffnungszeiten .zeiten .row .line {
    width: 100%;
    background-color: black;
    height: 2px;
    margin: 15px 0px;
}

.landing .background .oeffnungszeiten .zeiten .row .day {
    display: flex;
    justify-content: start;
    align-items: center;
}

.landing .background .oeffnungszeiten .zeiten .row .day .title {
    width: calc(100% - 125px);
    font-size: 14px;
    font-size: 14px;
}

.landing .background .oeffnungszeiten .zeiten .row .day .zeit {
    width: 125px;
    text-align: right;
    font-size: 14px;
}
    

.landing .background .oeffnungszeiten .zeiten .row .day.closed .title {
    padding-left: 15px;
}

.landing .background .oeffnungszeiten .zeiten .row .day.closed .zeit {
    padding-right: 15px;
}

.landing .background .persoenlicher-kontakt {
    padding: 50px 100px;
}

.landing .background .persoenlicher-kontakt .title {
    font-size: 20px;
    margin-bottom: 25px;
}

.landing .background .persoenlicher-kontakt .icon-text {
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.landing .background .persoenlicher-kontakt .icon-text .icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing .background .persoenlicher-kontakt .icon-text .content {
    padding-left: 15px;
}