/**
 * Spezielle Styles für njuuz
 */

/* Header-Links */
#header-navigation .newsletter_link:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    marign-top: 1px;
    font-weight: 900;
    margin-right: 10px;
}

#header-navigation .login_link:before {
    content: "\f4fc";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 900;
    margin-right: 10px;
}


@media (max-width: 1024px) {

    .widget-header-rechts .custom-html-widget {
        padding-left: 170px;
    }
}

@media (max-width: 768px) {

    .singlepage .singlepage-content .info-box {
        padding-bottom: 15px;
    }

    .singlepage .singlepage-content .tag-box {
        display: inline-block;
        width: 100%;
        text-align: left;
    }

    .singlepage .singlepage-content .tag-box .tag {
        font-size: 12px;
        font-weight: 300;
        padding: 3px 5px;
    }
}
