.termine_kurse{
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.frei{
    color: green;
}

.voll{
    color: red;
}


.link_kontakt{
    cursor: pointer;
    background: rgba(0, 0, 0, 0.836);
    color: white;
    font-size: 1.25rem;
    padding: 14px 25px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.link_kontakt:hover{
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: rgba(0, 0, 0, 0.836);
}


@media (max-width: 700px) {
    .termine_kurse{
        font-size: 1rem;
    }
}

@media (max-width: 300px) {
    .termine_kurse{
        font-size: 0.9rem;
    }
}

@media (max-width: 240px) {
    .termine_kurse{
        font-size: 0.2rem;
    }
}