.seminare-grid {
    display: flex;
    gap: 5%;
    overflow: hidden;
    flex-wrap: wrap;
}

.seminar-kachel {
    background: #235a7c;
    width: 30%;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    margin: 2rem 0;
}

.datum-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 7px 10px 10px;
    background: #fcf55e;
    border-radius: 0px 0px 15px;
    color: #235a7c;
    font-family: 'Frutiger LT Pro';
    font-weight: 800;
    font-size: 61px;
    width: 100%;
    max-width: 120px;
}

.datum-wrapper .tag {
    font-size: 1em;
    line-height: 1;
}

.datum-wrapper .monat-jahr {
    font-size: .33em;
    line-height: 1;
    flex-wrap: nowrap;
    text-transform: uppercase;
    white-space: nowrap;
}

.seminar-titel-wrapper {
    margin-bottom: 1.5em;
}

.seminare-grid h3.seminar-titel, .post-content .seminare-grid h3.seminar-titel, .seminar-ort {
    margin: 0;
    color: #ffffff;
    font-family: 'Neulis Cursive';
    font-weight: bold;
    line-height: 1.5em !important;
    margin-bottom: 24px;
    margin-bottom: 5px;
}

.seminar-ort {
 color: #2CADE2;
 text-transform: uppercase;
 font-size: 1.4em;
 margin-bottom: 0;
}

.seminar-referenten,
.seminar-zeit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-family: 'Frutiger LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.5em;
}
.seminar-referenten {
    margin-bottom: 1em;
}

.seminar-zeit {
    margin-bottom: 1.5em;
}

.seminar-link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: #fcf55e;
    font-weight: bold;
    font-family: 'Frutiger LT Pro';
    font-weight: 800;
    font-size: 1.3em;
    text-decoration: none;
    border-radius: 0;
    transition: border 0.2s ease;
    border-bottom: 3px solid #235a7c;
}

.seminar-link:hover, .seminar-link:focus {
    border-bottom: 3px solid #fcf55e;
    color: #fcf55e;
}

.no-seminare {
    text-align: center;
    padding: 2rem;
    color: #ffffff;
    font-style: italic;
}

/* Responsive Anpassungen */
@media (max-width: 1200px) {
    .datum-wrapper {
        font-size: 44px;
        max-width: 100px;
    }
    .seminar-kachel {
     min-width: 300px;
     width: 49%;
     max-width: 47.5%;
    }
    
}
@media (max-width: 768px) {
    .seminar-referenten, .seminar-zeit {
        font-size: 18px;
    }
    .seminar-kachel {
     min-width: auto;
     width: 100%;
     max-width: 100%;
     flex: none;
    }
}
