/* Termine Single Seite -> Meta-Bar */
.termin-lokal-details {
    display: flex;
    width: max-content;
    gap: 1em;
    margin: 2em 0 1em;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #006d84;
    color: white;
    font-size: 1.25em;
    font-weight: bold;
}

/* Hide Post Navigation on Termine-Seite */
body.single-kjg_termine nav.post-navigation {
    display: none !important;
}