/**
 * Spezielle Styles für njuuz
 */

/* Header-Links */
#header-navigation .login_link:before {
    content: "\f4fc";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 900;
    margin-right: 10px;
}

main.startseite .header-part .widget-header-rechts-box {
    background-color: rgb(132, 29, 8);
}


@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;
    }
}

/* Njuuzletter-Anmeldung */
.tnp-field label,
.tnp-subscription input[type="text"], 
.tnp-subscription input[type="email"], 
.tnp-subscription input[type="submit"], 
.tnp-subscription select, 
.tnp-subscription textarea, 
.tnp-profile input[type="text"], 
.tnp-profile input[type="email"], 
.tnp-profile input[type="submit"], 
.tnp-profile select, 
.tnp-profile textarea {
	font-size: 14px !important;
}

@media (prefers-color-scheme: dark) {
    #header-logo img {
        content: url('../images/njuuz/njuuz_logo_header_darkmode.png');
    }
}


