.card {
    background-color: #FFF1CF !important;
    border: 0;
    margin-bottom: 60px;
}
.card {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card .text-muted {
    color: #c1a677 !important;
    font-size: .8rem;
    text-decoration: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.card .card-title {
    color: black;
    font-size: 1.5rem;
    font-family: 'Anton',sans-serif;
    text-decoration: none;
    display: block;
    height: 60px;
}
.card .card-title a{
    color: black;
}
.card .card-title a::hover{
    color: #c1a677;
}

.card img {
    width: 100% !important;
    height: auto !important;
}.view-id-kundenstimmen .carousel-indicators li {
    background-color: #fff;
}