/* HOME HINWEISE */

.seitenkopf {
    text-align: center;
    margin-top: 30px;
}

.seitenkopf p {
    font-size: 22px;
    font-family: "Comic Sans MS", Arial, sans-serif;
}

.inhalt {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
}

.home-hinweise-titel
.home-hinweise-box
.titel {
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Comic Sans MS", Arial, sans-serif;
}

.home-hinweise-termine {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
}

.home-hinweise-termine p {
    font-size: 24px;
    margin: 0;
    line-height: 0;
    padding: 4px 20px;
    background: var(--bg) repate;
    border-radius: 10px;
    text-align: left;
}



.datum {
    font-weight: bold;
    margin-right: 20px;
    color: #004d00;
}