/* Add here all your css styles (customizations) */

.time_table {
}

.time_table ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.time_table li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #B7B7B7
}

.time_table .weekday {
    float: left;
}

.time_table .time {
    float: right;
}


.name-block, .name-block:hover, .name-block:focus, .name-block:active {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    padding: 4px 0 0;
    float: left;
}

.features-item--big {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(/img/behandlungszimmer_2.jpg);
    background-attachment: scroll;
    background-size: cover;
    transition: all .5s;
}

.features-item--big:hover {
    background-size: cover;
}

.cbp-item img {
    width: 600px;
    height: 400px;
    object-fit: cover;
}
