.veranstaltungen {
    position: relative;
    padding: 0;
    background-color: #ffffffe3;
}

.veranstaltungen-card ul{
    list-style: none;
    margin-left: 20px;
}
.veranstaltungen-card ul li::before {
    position: absolute;
    left: 3rem;
    content:url(../images/icon/logo-getreide-3x4.png)
}
.veranstaltungen-card li{
    margin-bottom: 15px;
}
.veranstaltungen-inhalt{
    padding: 1.5rem;
    gap: 30px;
    flex-wrap: wrap;
}
@media (max-width:450px) {
    .veranstaltungen-inhalt {
        padding: 0.5rem;
    }
    .veranstaltungen-card ul li::before {
        left: 2rem;
    }
}
.veranstaltungen-cards{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    transition: 0.3s;
    gap: 2.5em;
    width: 100%;
}
.veranstaltungen-card{
    border:thin solid #46403c;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    transition: all 0.3s;
}
/* .veranstaltungen-card:hover{
    box-shadow: 5px 10px 10px rgb(132, 132, 132);
    background-color: #f2f1f0;
    border:thin solid #e1e1e1;
    box-shadow: 5px 10px 10px silver;
    
} */
.fuehrungen{
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
    gap: 2.5em;
}

.fuehrung {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    align-items: flex-start;
    width: 14rem;
}
.fuehrung img{
    width: 100%;
    margin-bottom: 20px;
}
h2, h3, h4{
    margin-bottom: 15px;
}
.font-600{
    font-weight: 600;
}
a.tel {
    color:  #46403c;
    text-decoration: none;
}