#Openingtimes {
    background-color: #ffff;
    margin: 10px 0px;
    border-radius: 20px;
    align-items: center;
}

/* #e1f1ff */

.picture_opening {
    max-width: 12em;
    max-height: 12em;
    border: 0px;
}
.img-thumbnail {
	border: 0;
}
.col-sm-4 {
    border-right: 1px solid #d0deeb;
    padding-top: 30px;
}

.col-sm-4:last-child {
    border-right: none;
}

.display-6 {
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: 900;
}

#Sprech {
    align-items: center;
    border-top: 0px;
}

@media (max-width: 576px) {
    .col-sm-4 {
        border-right: none;
    }

    .col-sm-4:last-child {
        border-right: none;
        border-bottom: none;
    }
}

.Opening-Text {
    border-top: 1px solid #d0deeb;
}

#Überschrift-Box {
    background-color: #ffff;
    margin-top: 5px;
    border-radius: 10px;
    padding: 3px 0;
    letter-spacing: 0.8px;
    margin-bottom: 0px;
}

