/*!
 * Copyright (C) 2014 Stefan Tatschner <stefan.tatschner@mailbox.org>
 * Copyright (C) 2014 Philipp Göttlich <philipp.goettlich@gmail.com>
 *
 * Theme Name:   WSV Grafenau
 * Author:       Stefan Tatschner, Philipp Göttlich
 *
 */


.navbar-nav {
    --bs-nav-link-padding-y: 0.2rem;
}

/* Overwrite Bootstrap container widths */

h1,
h2,
h3,
h4,
h5,
h6 {
    a {
        color: black;
    }

    a:hover {
        color: black;
    }
}

#site-header {
    .navbar .navbar-brand img {
        filter: invert(0.15);
    }
    
    .navbar {
        a:hover, a.active {
            text-decoration: underline;
        }
    }
}

#sidebar {
    ul {
        padding-left: 0;
    }

    li {
        list-style-type: none;
    }

    .widget {
        margin-bottom: 2rem;

        .widgettitle {
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }
    }
}

#content {
    .card-body .card-title small a {
        color: var(--bs-secondary);
    }
    
    .post-headline {
        margin-bottom: 2rem;
    }

    .post-content {
        text-align: justify;
        hyphens: auto;
    }
}

#site-footer {
    ul {
        padding-left: 0;
        li {
            display: inline;

            &::after {
                content: " \b7 ";
            }

            &:last-child::after {
                content: "";
            }

            a,
            a:visited {
                color: inherit;
            }

            a:hover {
                text-decoration: underline;
            }

            &.current-menu-item a {
                font-weight: bold;
            }
        }
    }
}

.with-after-pipe::after {
    content: " | ";
}
