@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src:
            local('Noto Sans'),
            local('NotoSans'),
                /* from https://fonts.gstatic.com/s/notosans/v8/o-0IIpQlx3QUlC5A4PNr5TRA.woff2 */
            url('fonts/Noto_Sans.woff2') format('woff2'),
                /* from https://fonts.gstatic.com/s/notosans/v8/o-0IIpQlx3QUlC5A4PNr5TRG.woff */
            url('fonts/Noto_Sans.woff') format('woff'),
                /* from https://fonts.gstatic.com/s/notosans/v8/o-0IIpQlx3QUlC5A4PNr5TRE.eot */
            url('fonts/Noto_Sans.eot?#iefix') format('embedded-opentype'),
                /* from https://fonts.gstatic.com/l/font?kit=o-0IIpQlx3QUlC5A4PNr5TRH&skey=2b960fe17823056f&v=v8#NotoSans */
            url('fonts/Noto_Sans.svg#NotoSans') format('svg'),
                /* from https://fonts.gstatic.com/s/notosans/v8/o-0IIpQlx3QUlC5A4PNr5TRF.ttf */
            url('fonts/Noto_Sans.ttf') format('truetype');
}



body {
    font-family: 'Noto Sans', Arial, sans-serif;
}

h1 {
    margin-bottom: 1.5rem;
}

.navbar .navbar-nav {
    flex-direction: row;
    font-size: 0.85rem;
    width: 100%;
}

.navbar .navbar-nav li:nth-of-type(2){
    margin-right: 1rem;
}


.wrapper-tags {
    background: #1f2166;
    color: white;
}

.wrapper-tags .badge {
    margin-bottom: 10px;
    margin-top: 10px;
}

.wrapper-tags .badge:hover {
    background: transparent;
    color: white;
    text-decoration: underline;
}

.wrapper-tags .badge-light {
    background-color: transparent;
    color: white;
}

.wrapper-tags ul li {
    display: inline;
    padding-right: 20px;
}

footer {
    background: #e8e8e8;
}

footer a,
footer a:hover,
footer ul {
    color: #222;
}

footer ul {
    color: #222;
    font-size: 1rem;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.bold {
    font-weight: 600;
}

/* font specific styling */
.wrapper-tags a {
    font-weight: normal;
    font-size: 0.9rem;
}

@media (max-width: 359px) {
    .list-sonderbau .btn {
        width: 100%;
    }
}

/* sticky footer */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper-header-and-content {
    flex: 1;
}

div.separator {
    height: 3px;
    background: #f49b00;
    width: 80%;
}
img.logo {
    max-width: 500px;
}

#wrapper-header-and-content,
footer {
    flex-grow: 1;
}

.container-content {
    flex-grow: 10;
}