.opening-hours-wrap {
    background-color: #e8e7e6;
    box-sizing: border-box;
    padding: 2rem 2.5rem;
    width: 100%;
}

.opening-hours-box .opening-hours-wrap {
    background-color: transparent;
    padding: 0;
}

.opening-hours-wrap .opening-hours-area {
    margin: 0;
    padding: 0;
}

.opening-hours-wrap .opening-hours-area + .opening-hours-area {
    margin-top: 3.5rem;
}

.opening-hours-wrap .opening-hours-area dl.opening-hours {
    display: grid !important;
    grid-template-columns: max-content 1fr !important;
    column-gap: 2rem !important;
    row-gap: 1.25rem !important;
    flex-direction: unset !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
}

.opening-hours-wrap .opening-hours-area > .opening-hours__area {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0;
    font-family: 'open_sansbold', sans-serif;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #444;
}

.opening-hours-wrap .opening-hours-area > .opening-hours__schautag {
    margin: 1rem 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
    color: rgba(68, 68, 68, .65);
}

.opening-hours-wrap dl.opening-hours dt {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    font-family: 'open_sansbold', sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

.opening-hours-wrap dl.opening-hours dd {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.opening-hours-wrap dl.opening-hours dt > p,
.opening-hours-wrap dl.opening-hours dd > p {
    margin: 0;
    padding: 0;
    display: inline;
}

.opening-hours-wrap > dl.opening-hours {
    display: grid !important;
    grid-template-columns: max-content 1fr !important;
    column-gap: 2rem !important;
    row-gap: 1.25rem !important;
    flex-direction: unset !important;
    width: 100% !important;
    margin: 0 0 3.5rem !important;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
}

.opening-hours-wrap > dl.opening-hours:last-child {
    margin-bottom: 0 !important;
}

.opening-hours-wrap > dl.opening-hours .opening-hours__area {
    grid-column: 1 / -1;
    display: block;
    margin: 0 0 1.5rem;
    padding: 0;
    font-family: 'open_sansbold', sans-serif;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #444;
}

.opening-hours-wrap > dl.opening-hours .opening-hours__schautag {
    grid-column: 1 / -1;
    margin: .5rem 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
    color: rgba(68, 68, 68, .65);
}

dl.opening-hours:not(.opening-hours-wrap .opening-hours) {
    background-color: #e8e7e6;
    box-sizing: border-box;
    padding: 2rem 2.5rem;
    display: grid !important;
    grid-template-columns: max-content 1fr !important;
    column-gap: 2rem !important;
    row-gap: 1.25rem !important;
    flex-direction: unset !important;
    width: 100% !important;
    margin: 0 0 3.5rem !important;
    font-size: 20px;
    line-height: 1.5;
}

.opening-hours-box dl.opening-hours:not(.opening-hours-wrap .opening-hours) {
    background-color: transparent;
    padding: 0;
}

dl.opening-hours:not(.opening-hours-wrap .opening-hours):last-child {
    margin-bottom: 0 !important;
}

dl.opening-hours:not(.opening-hours-wrap .opening-hours) .opening-hours__area {
    grid-column: 1 / -1;
    display: block;
    margin: 0 0 1.5rem;
    padding: 0;
    font-family: 'open_sansbold', sans-serif;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #444;
}

dl.opening-hours:not(.opening-hours-wrap .opening-hours) .opening-hours__schautag {
    grid-column: 1 / -1;
    margin: .5rem 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
    color: rgba(68, 68, 68, .65);
}

dl.opening-hours:not(.opening-hours-wrap .opening-hours) dt {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    font-family: 'open_sansbold', sans-serif;
    font-weight: 700;
    white-space: nowrap;
}

dl.opening-hours:not(.opening-hours-wrap .opening-hours) dd {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

dl.opening-hours:not(.opening-hours-wrap .opening-hours) dt > p,
dl.opening-hours:not(.opening-hours-wrap .opening-hours) dd > p {
    margin: 0;
    padding: 0;
    display: inline;
}

@media (max-width: 768px) {
    .opening-hours-wrap .opening-hours-area > .opening-hours__area,
    .opening-hours-wrap > dl.opening-hours .opening-hours__area,
    dl.opening-hours:not(.opening-hours-wrap .opening-hours) .opening-hours__area {
        font-size: 20px !important;
    }
}

.opening-hours-box .opening-hours-wrap .opening-hours-area > p.opening-hours__area,
.opening-hours-box .opening-hours-wrap > dl.opening-hours p.opening-hours__area,
.opening-hours-box dl.opening-hours:not(.opening-hours-wrap .opening-hours) p.opening-hours__area {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    width: auto !important;
}
