@import url("https://fonts.verwaltungsportal.de/import/?family=Jost:400,400i,600,600i,700,700i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Kanit:400,400i");

body {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: #404040;
    background: #f6f6f6;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

@media (min-width: 992px) {
    body {
        font-size: 1.125rem;
    }
}

a {
    color: #b3505e;
}

#content a {
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #b3505e;
    text-decoration: underline;
}

b, strong {
    font-weight: 700;
}

a:focus {
    outline: 3px solid #a10000 !important;
}

button:focus {
    outline: 3px solid #a10000 !important;
}

form:focus {
    outline: 3px solid #a10000 !important;
}

#newsletter_input:focus,
#newsletter_submit:focus,
#search_input1:focus,
#search_submit1:focus {
    outline: 3px solid #a10000 !important;
}
/* ----------------------------------------------- topbar ----------------------------------------------- */

#topbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff url('../img/topbar-hintergrund.jpg') center / cover no-repeat;
    border-bottom: 8px solid #559e9f;
}

@media (min-width: 992px) {
    #topbar {
        padding-top: 6px;
        padding-bottom: 18px;
        transition: all 300ms linear;
        border-bottom: 0px solid #559e9f;
    }
}

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

@media (max-width: 991px) {
    .is-sticky #topbar {
        position: relative !important;
    }

    #logo img {
        max-width: 210px;
        width: 100%;
    }
}

/* ------------------------------------------------ styler ---------------------------------------------- */
#contrast_style {
        display: inline-block;
        height: 36px;
        padding-left: 60px;
        background: url('../img/icon-kontrast.png') center left no-repeat;
    }

#contrast_style button {
    font-family: "Kanit", sans-serif;
        font-size: 18px;
        padding: 0px 0;
        border: none;
        color: #2c5e52;
        display: inline-block;
        width: 36px;
        height: 36px;
        font-weight: 400;
        text-align: center;
        background: #ffffff;
        position: relative;
        line-height: 1;
        -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#contrast_style *+* {
    margin-left: 10px;
}
#contrast_style button:hover,
#contrast_style button:focus {
        color: #ffffff;
        background: #b3505e;
}

@media (min-width: 992px) {
    #style {
        display: inline-block;
        height: 36px;
        padding-left: 50px;
        background: url('../img/schriftgroesse-icon.png') center left no-repeat;
        margin-left: 30px;
    }

    #style button {
        font-family: "Kanit", sans-serif;
        font-size: 18px;
        padding: 0 0 2px 0;
        border: none;
        color: #2c5e52;
        display: inline-block;
        width: 36px;
        height: 36px;
        font-weight: 400;
        text-align: center;
        background: #ffffff;
        position: relative;
        line-height: 1;
        -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    #style button+button {
        margin-left: 10px;
    }

    #style button:hover,
    #style button:focus {
        color: #ffffff;
        background: #b3505e;
    }

    #style+* {
        margin-left: 40px;
    }
}

/* ----------------------------------------------- search ----------------------------------------------- */

form[id^="search"] {
    height: 2.25rem;
    background: #ffffff;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    form[id^="search"] {
        max-width: 270px;
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}

form [id^="search_input"] {
    color: #666666;
    font-size: 15px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 2.25rem;
    padding-left: 14px;
    padding-right: 60px;
    height: 2.25rem;
    width: 100%;
}

form [id^="search_submit"] {
    width: 40px;
    background: url('../img/lupe-icon.png') center top 7px no-repeat;
    border: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    height: 100%;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
    background-color: #559e9f;
    background-position: center top -25px;
}

[id^="search_input"]::-ms-input-placeholder {
    color: #666666 !important;
}

[id^="search_input"]::-webkit-input-placeholder {
    color: #666666 !important;
}

[id^="search_input"]::-moz-placeholder {
    opacity: 1;
}

/* #region ---------------------------------- navigation ---------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #burgerButton {
        font-size: 0;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 2px;
        padding: 6px 8px;
        cursor: pointer;
        background: #ffffff;
        border: none !important;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    #burgerButton::before,
    #burgerButton::after,
    #burgerButtonInner {
        background-color: #2a7b7c;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    #burgerButton[aria-expanded="true"]::before {
        opacity: 0;
    }

    #burgerButton[aria-expanded="true"]:after {
        transform: rotate(45deg) translate(-4px, -6px);
    }

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButton::before {
        top: 24px;
        content: "";
    }

    #burgerButton::after {
        top: 32px;
        content: "";
    }

    .navbar-nav {
        margin: 20px 0;
    }

    .navbar-collapse {
        width: calc(100% - 90px);
        max-width: 300px;
        top: 0;
        background: #2a7b7c;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
        box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
    }

    .navbar-collapse:is([aria-expanded="true"], .in) {
        left: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
    }

    .dropdown-toggle-button-wrapper {
        top: 6px;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 4px;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    nav.horizontally {
        background-color: #2a7b7c;
        border-bottom: 30px solid #559e9f;
    }

    .is-sticky nav.horizontally {
        border-bottom: 8px solid #559e9f;
    }

    nav.horizontally .navbar-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    nav.horizontally .navbar-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

    nav.horizontally .navbar-nav [class*="secondlevel"]>ul {
        left: 100%;
        top: 0;
    }

    nav.horizontally .navbar-nav li {
        position: relative;
    }

    nav.horizontally .navbar-nav li.open>ul {
        pointer-events: none !important;
        opacity: 0 !important;
        visibility: hidden;
    }

    nav.horizontally .navbar-nav li:is(:hover)>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }

    nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
        z-index: 1003;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 12px 15px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    }

    nav.horizontally a[class*="toplevel"].dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-left: 15px;
    }

    nav.horizontally a[class*="toplevel"] {
        padding: 20px 20px 19px 20px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }
}


/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open>a,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"]>a,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus) {
    color: #ffffff;
    background: #175455;
}



/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    nav.horizontally [class*="toplevel"]>ul {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    nav.horizontally [class*="toplevel"] ul {
        padding: 18px 40px;
        min-width: 310px;
    }

    nav.horizontally [class*="toplevel"]>ul {
        margin-top: 10px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"])>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    nav.horizontally [class*="toplevel"]>ul::before {
        height: 10px;
        left: 0;
        right: 0;
        top: -10px;
    }

    nav.horizontally [class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 50px;
    }

    nav.horizontally [class*="secondlevel"]>ul::before {
        width: 90px;
        top: 0;
        bottom: 0;
        left: -50px;
    }
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
    color: #3d3d3d;
    font-weight: 400;
    text-align: left;
    padding: 10px 15px;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 991px) {
    nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
        text-align: left;
    }

    nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
        padding-right: 35px;
    }
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])+li:not(:nth-child(2)) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
    content: "\203A \203A";
    display: inline-block;
    position: relative;
    bottom: 2px;
    position: absolute;
    left: -5px;
    top: 8px;
    opacity: 0;
    transition: opacity 300ms linear;
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
    color: #b3505e;
}

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus)::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a::before,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus)::before {
    opacity: 1;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* ----------------------------------------------- banner ----------------------------------------------- */

#slider {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #slider {
        max-height: 400px;
    }

    body.index #slider {
        max-height: 630px;
    }

    #headerpic a.nivo-prevNav {
        left: 65px;
    }

    #headerpic a.nivo-nextNav {
        right: 65px;
    }

    .index #headerpic .nivo-controlNav {
        bottom: 115px;
    }
}

#headerpic {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 8px solid #79e3d6;
}

.slider-wrapper, #slider {
    height: 100%;
}

.slider-mask {
    display: none;
}

/* ------------------------------------------------ tab ----------------------------------------------- */

#tabs {
    padding-top: 30px;
}

@media (min-width: 992px) {
    #tabs {
        padding-top: 0;
        position: relative;
        z-index: 60;
        margin-top: -100px;
    }
}

@media (max-width: 991px) {
    #tabs>.row>*+* {
        margin-top: 30px;
    }
}

#tabs .tab {
    background: #ffffff url('../img/tab-hintergrund.jpg') center / cover no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    padding: 40px 20px 120px 20px;
    height: 100%;
    min-height: 100%;
    hyphens: auto;
}

#tabs .tab.tab2 {
    font-size: 1.5625rem;
    background: #2a7b7c url('../img/schmuckelement-kreis.png') right bottom no-repeat;
    border-bottom: 5px solid #79e3d6;
    padding-bottom: 40px;
    hyphens: Auto;
    -ms-hyphens: Auto;
    -webkit-hyphens: None;
    word-wrap: Break-Word; 
}

@media (min-width: 992px) {
    #tabs .tab.tab2 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

#tabs .tab::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 50px;
    right: 50px;
    bottom: 0;
    height: 15px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

#tabs .tab .tabHeadline {
    font-size: 2.1875rem;
    margin-bottom: 0;
    padding-bottom: 20px;
}

#tabs .tab.tab2,
#tabs .tab.tab2 h1,
#tabs .tab.tab2 h2,
#tabs .tab.tab2 h3,
#tabs .tab.tab2 h4,
#tabs .tab.tab2 h5,
#tabs .tab.tab2 h6 {
    color: #ffffff;
    font-family: "Kanit", sans-serif;
}

#tabs .tab.tab2 a {
    color: #ffffff;
    text-decoration: underline;
}

#tabs .tab.tab2 b,
#tabs .tab.tab2 strong {
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width: 992px) {

    #tabs .tab.tab2 b,
    #tabs .tab.tab2 strong {
        font-size: 3.75rem;
    }
}

#tabs .tab_link_title a,
#tabs .tab_link_mandat a {
    color: #404040;
    font-family: "Kanit", sans-serif;
}

#tabs .tab_link_title a {
    font-weight: 400;
}

#tabs .tab_link_mehr {
    color: transparent;
    font-size: 0;
}

#tabs .tab_spacer {
    height: 15px;
}

/* ---------------------------------------------- button style -------------------------------------------- */

#tabs .tab_link_mehr a {
    font-size: 1.125rem;
    color: #ffffff;
    border-radius: 23px;
    display: inline-block;
    padding: 8px 25px;
    text-decoration: none;
    font-weight: 600;
    background-color: #b3505e;
}

#tabs .tab_link_mehr a {
    position: absolute;
    left: 50%;
    bottom: 40px;
    white-space: nowrap;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#tabs .tab_link_mehr a:hover,
#tabs .tab_link_mehr a:focus {
    color: #ffffff;
    background: #338081;
}

/* ------------------------------------------------ content ----------------------------------------------- */

#content {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    #content {
        padding-top: 65px;
        padding-bottom: 85px;
    }
}

/* ----------------------------------------------- 5tab ----------------------------------------------- */

#tab5 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 340px;
    padding: 30px 0;
}

@media (min-width: 992px) {
    #tab5 {
        padding: 0px 0;
        min-height: 480px;
        margin-top: 50px;
    }

    #tab5 .tab {
        margin-top: -50px;
    }
}

#tab5 .tab {
    background-color: #2a7b7c;
    border-bottom: 5px solid #79e3d6;
    padding: 50px 45px 45px 35px;
    color: #ffffff;
    font-size: 1.125rem;
    border-radius: 20px;
}

#tab5 .tabHeadline {
    font-size: 2.1875rem;
    color: #ffffff;
    margin-bottom: 15px;
}

#tab5 a {
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 23px;
    color: #2a7b7c;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 7px 30px;
    display: inline-block;
}

#tab5 a:hover,
#tab5 a:focus {
    background-color: #f6f6f6;
}

#tab5 a+a {
    margin-left: 10px;
}

/* ------------------------------------------ h1 - h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, H6, H5, H4, H3, H2, H1 {
    color: #2a7b7c;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Kanit", sans-serif;
}

h1, .h1, .legacy_h1 {
    font-size: 1.7rem;
}

@media (min-width: 768px) {
    h1, .h1, .legacy_h1 {
        font-size: 2.8125rem;
    }
}

h2, .h2, .legacy_h2 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h2, .h2, .legacy_h2 {
        font-size: 2.5rem;
    }
}

h3, .h3, .legacy_h3 {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    h3, .h3, .legacy_h3 {
        font-size: 2.1875rem;
    }
}

h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    h4, .h4, .h4link a:link, .h4link a:hover, .h4link a:focus, .h4link a:visited, .legacy_h4 {
        font-size: 1.875rem;
    }
}

h5, .h5, .legacy_h5 {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    h5, .h5, .legacy_h5 {
        font-size: 1.5625rem;
    }
}

h6, .h6, .legacy_h6 {
    font-size: 1.3rem;
}

#newslinks, #newsmandate {
    border: 1px solid #2a7b7c;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

footer,
#footer {
    position: relative;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1rem;
    background-color: #ebebeb;
}

@media (max-width: 767px) {
    #footer>.row>*+* {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #footer {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

#footer a {
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 23px;
    color: #2a7b7c;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 7px 30px;
    display: inline-block;
}

#footer a:hover,
#footer a:focus {
    background-color: #f6f6f6;
}

#footer .footerHeadline {
    font-size: 2.1875rem;
    color: #2c5e52;
}

#footer .footerHeadline::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #b3505e;
    margin: 0 auto 15px auto;
    background-position: center;
    background-repeat: no-repeat;
}

#footer .tab1 .footerHeadline::before {
    background-image: url('../img/icon-location.png');
}

#footer .tab2 .footerHeadline::before {
    background-image: url('../img/icon-herz.png');
}

#footer .tab3 .footerHeadline::before {
    background-image: url('../img/icon-checkmark.png');
}

/* --------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter {
    background-color: #2a7b7c;
    padding-top: 11px;
    padding-bottom: 14px;
    font-size: 1rem;
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

@media (min-width: 500px) {
    #innerfooter li {
        display: inline-block;
    }

    #innerfooter li+li {
        margin-left: 15px;
    }
}

#innerfooter a {
    color: #ffffff;
}

.footer_list a {
    border-radius: 13px;
    padding: 2px 18px;
}

.footer_list a:hover,
.footer_list a:focus {
    background-color: #378d8e;
    text-decoration: none;
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
    text-align: right;
    font-size: 0.9375rem;
    color: #ffffff;
    line-height: 1.3;
    margin: 20px auto 0 auto;
    text-decoration: none;
}

@media (min-width: 768px) {
    #vernetzt {
        margin: 0;
    }
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    margin-left: 10px;
}



.contrast_light #burgerButton,
.contrast_light #burgerButtonInner {
    background: #000 !important;
}

.contrast_dark #burgerButton {
    background: #fff !important;
}

.contrast_dark #burgerButtonInner2::before {
    color: #000;
}