/* Navigation */
.custom-navi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #f0f0f0;
    padding: 10px 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.custom-navi a {
    text-decoration: none;
    color: inherit;
    padding: 0 10px;
    position: relative;
}

.custom-navi a:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -10px;
    color: #000;
}

/* Artikelvorschau */
.post-preview {
    padding-bottom: 70px;
    margin-bottom: 1em;
}

.post-preview h2 {
    font-size: 100%;
}

.navbar {
    display: none;
}

.intro-header {
    margin-top: 60px;
    margin-bottom: 40px;
}

.intro-header .page-heading h1 {
    font-size: 45px;
}
