.sprechzeiten {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-shadow: rgba(31, 38, 135, 0.37) 2px 2px 2px;


}

.sprechzeiten a {
    transition: all 0.7s;

}

.sprechzeiten a:hover,
.sprechzeiten a:active,
.sprechzeiten a:focus{
    transform: scale(1.2);
    
}

.sprechzeiten h1 {
    color: white;
    margin: 10px;

}

.sprechzeiten h3 {
    margin: 10px;
    padding: 6px;
    font-family: 'Nunito';
    color: white;
}

.sprechzeiten h4 {
    margin: 12px;
    padding: 6px;
    font-family: 'Nunito';
    color: white;

}

.sprechzeiten-image {
    width: 50%;
    height:auto;
    margin-right: 20%;
    
    border-radius: 10px;
    background: url(/assets/img/room.jpg) center no-repeat;
    background-size: cover;
}
.card-sprechzeiten {
    height: 60%;
    margin-left: 80%;
    padding: 1.3rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.dast {
    margin: 1rem;
}


.dast h4 {
    padding: 6px;
    margin: 0;
    line-height: 1;
}
.card-sprechzeiten-title {}

.card-sprechzeiten-text {}

@media screen and (max-width: 600px) {
    .card-sprechzeiten {
        margin-left: 20%;
    }

    .sprechzeiten-image {
        width: 80%;
        margin-right: 0%;
    }
}