﻿@charset "UTF-8";
@media screen,
print {
    html {
        font-size: 100%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%
    }

    @font-face {
        font-family: Signika;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        unicode-range: U+000-5FF;
        src: local('Signika'), url('../fonts/signika-v8-latin-regular.woff2') format('woff2')
    }

    @font-face {
        font-family: "Droid Sans";
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        unicode-range: U+000-5FF;
        src: local('Droid Sans'), url("../fonts/DroidSans.woff2") format("woff2")
    }

    @font-face {
        font-family: "Droid Serif";
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        src: local('Droid Serif'), url("../fonts/DroidSerif.woff2") format("woff2")
    }

    button,
    html,
    input,
    select,
    textarea {
        font-family: Signika, sans-serif;
        font-weight: 300;
        color: #222
    }

    body {
        margin: 0;
        font-size: 1.125em;
        line-height: 1.4;
        background-color: #f2f3f3
    }

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden
    }

    .clearfix {
        display: block
    }

    h2 {
        font-size: 1.11em
    }

    h1,
    h2.h1 {
        font-family: 'Droid Serif', serif;
        font-weight: 400;
        font-size: 1.11em;
        color: #5e6d81;
        text-transform: uppercase;
        letter-spacing: 2px
    }

    a {
        text-decoration: none;
        color: #323a45;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

    a.mail {
        color: #323a45;
        border-bottom: 1px solid #b5e0dd
    }

    a.mail:hover {
        color: #5e6d81
    }

    .marquee-banner {
        position: relative;
        max-width: 99%;
        overflow: hidden;
        background: #d41212;
        color: #fff;
        padding: 8px 20px;
        text-align: center
    }

    .marquee-title {
        font-weight: 700;
        background: #d41212;
        z-index: 4;
        box-sizing: border-box
    }

    .marquee-banner>span {
        display: block;
        margin: 0 auto;
        max-width: 70%;
        margin-top: 8px;
        line-height: 1.7rem
    }

    .nav-main .navlist-item-level1>a.two-lines {
        padding: 33px 15px 24px
    }

    .nav-main .navlist-item-level1>a.two-lines span {
        display: inline-block;
        vertical-align: middle
    }

    .content a {
        border-bottom: 1px solid #b5e0dd
    }

    img {
        max-width: 100%;
        height: auto
    }

    .align-center {
        text-align: center
    }

    .caption {
        font-size: .778em
    }

    .team figcaption {
        margin-top: 5px
    }

    .team .maincontent {
        padding-top: 25px
    }

    .frame {
        border: 1px solid #5e6d81
    }

    .boxlink {
        font-family: 'Droid Serif', serif;
        font-size: .83em;
        text-transform: uppercase;
        border-width: 1px;
        border-style: solid;
        border-color: #323a45;
        color: #fff;
        padding: 15px 20px 12px;
        display: inline-block;
        margin-top: 15px;
        -webkit-transition: border-color .2s ease-in-out;
        -moz-transition: border-color .2s ease-in-out;
        -o-transition: border-color .2s ease-in-out;
        transition: border-color .2s ease-in-out
    }

    .boxlink:hover {
        border-color: #fff;
        -webkit-transition: border-color .2s ease-in-out;
        -moz-transition: border-color .2s ease-in-out;
        -o-transition: border-color .2s ease-in-out;
        transition: border-color .2s ease-in-out
    }

    .boxlink-light {
        border-color: #fff;
        border-bottom: 1px solid #fff !important
    }

    .boxlink-light:hover {
        border-color: #323a45;
        color: #323a45;
        border-bottom: 1px solid #323a45 !important
    }

    .boxlink-dark {
        color: #323a45;
        border-bottom: 1px solid #323a45 !important
    }

    .boxlink-dark:hover {
        border-color: #fff;
        border-bottom: 1px solid #fff !important
    }

    .title {
        color: #fff;
        font-family: 'Droid Sans', sans-serif;
        font-size: 2.778em;
        font-weight: 700;
        text-transform: uppercase;
        text-shadow: 2px 1px 3px #898989;
        letter-spacing: 2px
    }

    .column {
        overflow: auto;
        width: 1170px;
        margin: 25px auto 40px
    }

    .column p {
        margin-top: 0
    }

    .column .col {
        float: left;
        padding-bottom: 2px
    }

    .column-2cols-2-1 .col1 {
        width: 800px;
        padding-right: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .column-2cols-2-1 .col2 {
        width: 370px
    }

    .column-3cols .col {
        width: 32%;
        margin-right: 2%
    }

    .column-3cols .col-3 {
        margin-right: 0
    }

    .column-4cols .col {
        width: 23.5%;
        margin-right: 2%
    }

    .column-4cols .col-4 {
        margin-right: 0
    }

    .column-3cols,
    .column-4cols {
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 30px;
        margin-bottom: 50px
    }

    .sanierungen .column-2cols-2-1 {
        padding-bottom: 30px;
        margin-bottom: 50px;
        border-bottom: 1px solid #b5e0dd
    }

    .team .column-2cols-2-1 .col {
        width: 48%;
        padding-bottom: 20px;
        border-bottom: 1px solid #b5e0dd
    }

    .team .column-2cols-2-1 .col1 {
        margin-right: 4%;
        padding-right: 0
    }

    .column-2cols-1-1 .col {
        width: 50%;
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .column-2cols-1-1 .col1 {
        padding-right: 20px
    }

    .links .column-2cols-1-1 {
        border-bottom: 1px dotted #ddd
    }

    .header {
        text-align: center;
        padding-bottom: 140px;
        position: relative
    }

    .header>.social-top {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
        height: 37px
    }

    .logo {
        padding: 30px 0;
        background-color: #fff;
        position: relative;
        font-family: 'Droid Serif', serif;
        font-weight: 400;
        font-size: 1.11em;
        color: #5e6d81;
        text-transform: uppercase;
        letter-spacing: 2px
    }

    .logo span {
        margin: .67em 0 4px;
        display: block;
        text-transform: none
    }

    .logo h1 {
        text-transform: none;
        margin-bottom: 0
    }

    .logo h1 a,
    .logo h2.h1 a {
        color: #5e6d81
    }

    .logo img {
        max-width: 20em
    }

    .slogan {
        font-size: .778em
    }

    .facebook a {
        display: block;
        position: absolute;
        right: 20px;
        top: 58px;
        width: 30px;
        height: 30px;
        background: url(../images/layout/facebook.svg) no-repeat;
        -webkit-transition: background-image .3s ease-in-out;
        -moz-transition: background-image .3s ease-in-out;
        -o-transition: background-image .3s ease-in-out;
        transition: background-image .3s ease-in-out
    }

    .facebook a:hover {
        background: url(../images/icon_facebook-over.png) no-repeat
    }

    #___plusone_0 {
        position: absolute;
        right: 55px;
        top: 63px
    }

    .nav-main .nav-header {
        display: none
    }

    .nav-main .navlist-level1 {
        margin: 0;
        padding: 0
    }

    .nav-main .navlist-item-level1 {
        display: inline-block;
        zoom: 1;
        position: relative;
        -webkit-transition: background-color .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }

    .nav-main .navlist-item-level1:hover {
        background-color: #fff
    }

    .nav-main .navlist-item-level1>a {
        font-family: 'Droid Serif', serif;
        font-weight: 400;
        font-size: .833em;
        text-transform: uppercase;
        color: #5e6d81;
        letter-spacing: 2px;
        display: block;
        padding: 42px 15px 37px
    }

    .nav-main .navlist-item-level1>a.act,
    .nav-main .navlist-item-level1>a.cur {
        background-color: #fff
    }

    .nav-main .navlist-level2 {
        display: none;
        position: absolute;
        top: 85px;
        background-color: #fff;
        width: 250px;
        z-index: 10;
        padding: 15px 15px 3px;
        margin: 0;
        transition: all .2s ease-in-out
    }

    .nav-main .navlist-item-level1.last .navlist-level2 {
        right: 0
    }

    .nav-main .navlist-item-level2 {
        margin-bottom: 12px
    }

    .nav-main .navlist-item-level2 a {
        display: block;
        text-align: left;
        color: #323a45;
        border: 1px solid #323a45;
        padding: 3px 7px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .nav-main .navlist-item-level2 a.cur,
    .nav-main .navlist-item-level2 a:hover {
        background-color: #f2f3f3;
        border: 1px solid #f2f3f3
    }

    .nav-sub {
        background-color: #323a45
    }

    .nav-sub .navlist {
        margin: 0;
        padding: 0
    }

    .nav-sub .navlist-item {
        display: inline-block;
        zoom: 1;
        margin: 0 10px
    }

    .nav-sub .navlist-item a {
        color: #fff;
        padding: 6px 5px;
        display: block
    }

    .nav-sub .navlist-item a:hover {
        color: #5e6d81
    }

    .nav-sub .navlist-item a.cur {
        font-weight: 700
    }

    .nav-sub .navlist-item a.cur:hover {
        color: #fff
    }

    .headerimg {
        position: relative
    }

    .headerimg img {
        max-width: 100%;
        display: block margin-left: auto;
    }

    .headerimg .filter {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/slider_filter.png) repeat
    }

    .flexslider-wrapper {
        position: relative;
        width: 100%
    }

    .flexslider {
        position: relative;
        overflow: auto;
        z-index: 1
    }

    .flexslider .slides {
        padding: 0;
        margin: 0;
        overflow: hidden;
        max-height: 560px
    }

    .flexslider .title {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: url(../images/slider_filter.png) repeat;
        padding: 300px 40px 0 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .flexslider .title span {
        border-bottom: 2px solid #fff
    }

    .flexslider img {
        display: block;
        max-width: 100%;
        height: auto
    }

    .flex-control-paging {
        position: absolute;
        width: 100%;
        bottom: 25px;
        z-index: 15;
        padding: 0;
        margin: 0
    }

    .flex-control-paging li {
        display: inline-block;
        margin: 0 4px
    }

    .flex-control-paging a {
        background: url(../images/icon_sliderdot-inactive.png) no-repeat;
        font-size: 0;
        width: 8px;
        height: 8px;
        display: block;
        cursor: pointer
    }

    .flex-control-paging a.flex-active {
        background: url(../images/icon_sliderdot-active.png) no-repeat
    }

    .flex-direction-nav {
        display: none
    }

    .introbox {
        background-color: #5e6d81;
        color: #fff;
        padding: 50px 80px
    }

    .introbox h1,
    .introbox h2.h1 {
        margin-top: 0;
        color: #fff
    }

    .introbox a {
        color: #b5e0dd
    }

    .introbox a:hover {
        color: #323a45
    }

    .introbox .boxlink {
        border-color: #323a45
    }

    .introbox .boxlink:hover {
        border-color: #fff;
        color: #fff
    }

    .content {
        width: 1170px;
        margin: 40px auto
    }

    .fb {
        display: inline-block;
        margin-top: 15px;
        border: 1px solid #323a45;
        padding: 0
    }

    .fb img {
        display: block
    }

    .impressions {
        position: relative;
        height: 383px;
        overflow: hidden;
        text-align: center
    }

    .impressions img {
        max-width: 100%
    }

    .impressiontext {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(50, 58, 69, .8);
        color: #fff;
        padding: 75px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-transition: background-color .5s ease-in-out;
        -moz-transition: background-color .5s ease-in-out;
        -o-transition: background-color .5s ease-in-out;
        transition: background-color .5s ease-in-out
    }

    .impressiontext:hover {
        background-color: rgba(255, 255, 255, .8);
        color: #323a45
    }

    .impressiontext:hover .title {
        color: #5e6d81;
        text-shadow: 2px 1px 3px #898989
    }

    .impressiontext:hover .boxlink-light {
        border-color: #323a45;
        color: #323a45
    }

    .impressiontext .title {
        text-shadow: 2px 1px 3px #000
    }

    .small-pics {
        overflow: auto;
        margin-bottom: 30px
    }

    .sm-pic {
        width: 50%;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-right: 20px;
        margin-bottom: 15px
    }

    .footer {
        text-align: center
    }

    .address {
        padding: 40px 30px
    }

    .nav-meta {
        background-color: #323a45;
        color: #fff;
        padding: 25px 30px
    }

    .nav-meta .navlist {
        margin: 0;
        padding: 0
    }

    .nav-meta .navlist-item {
        display: inline-block;
        zoom: 1
    }

    .nav-meta .navlist-item:before {
        content: '·'
    }

    .nav-meta .navlist-item:first-child:before {
        content: ''
    }

    .nav-meta a {
        color: #fff;
        padding: 5px 15px;
        display: inline-block
    }

    .nav-meta a.cur,
    .nav-meta a:hover {
        color: #5e6d81
    }

    input[name*=schpaem] {
        display: none
    }

    .external-news p {
        text-align: justify
    }

    .external-news em {
        font-size: small
    }

    .gtag-iframe {
        display: none;
        visibility: hidden
    }

    .no-margin {
        margin-top: 0;
        margin-bottom: 0
    }

    .ProvenExpert_widget_container {
        text-decoration: none;
        z-index: 9999;
        position: fixed;
        float: left;
        line-height: 0;
        right: 0;
        top: 10px
    }

    .ProvenExpert_widget_container img {
        border: 0
    }
}

@media only screen and (max-width: 1538px) {

    .flexslider,
    .flexslider .slides {
        overflow: hidden
    }

    .flexslider img {
        max-width: none;
        width: 1538px;
        height: 650px
    }

    .impressions img {
        max-width: none;
        width: 1538px;
        height: 383px
    }
}

.intro-header {
    line-height: 150%
}

.intro-link {
    font-size: 1.11rem
}

h2.news-header {
    color: grey
}

nav.nav-main {
    background-color: #f2f3f3
}

@media screen and (max-width: 1400px) {
    .entry-content p {
        margin-left: 50px !important;
        margin-right: 50px !important
    }
}

@media screen and (max-width: 1230px) {
    .content {
        width: 100%
    }

    iframe {
        width: 100%
    }

    body>.maincontent>.content {
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box
    }

    .column {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }

    .column-2cols-2-1 .col1 {
        width: 66%
    }

    .column-2cols-2-1 .col2 {
        width: 34%
    }
}

@media screen and (max-width: 1100px) {
    .nav-main .nav-header {
        display: block;
        padding: 10px 20px;
        cursor: pointer
    }

    .nav-main .nav-header .close {
        display: none
    }

    .nav-main .navlist-level1 {
        display: none
    }

    .nav-main .navlist-item-level1 {
        display: block;
        border-top: 1px solid #fff
    }

    .nav-main .navlist-item-level1>a,
    .nav-main .navlist-item-level1>a.two-lines {
        padding: 10px 15px
    }

    .nav-main .navlist-item-level1:hover,
    .nav-main .navlist-item-level1>a.act,
    .nav-main .navlist-item-level1>a.cur {
        background: 0 0
    }

    .nav-main .navlist-item-level1>a.act,
    .nav-main .navlist-item-level1>a.cur {
        font-weight: 700
    }

    .nav-main .navlist-level2 {
        display: block;
        position: static;
        width: 100%;
        background: 0 0;
        padding: 0 0 10px
    }

    .nav-main .navlist-item-level2 {
        margin-bottom: 0
    }

    .nav-main .navlist-item-level2>a {
        text-align: center;
        color: #5e6d81;
        padding: 5px 20px;
        font-size: 15px;
        border: 0
    }

    .nav-main .navlist-item-level2>a:hover {
        border: 0;
        background: 0 0
    }

    .nav-main .navlist-item-level2>a.act,
    .nav-main .navlist-item-level2>a.cur {
        font-weight: 700
    }

    .flexslider .title {
        padding-top: 200px
    }

    .flexslider .slides {
        max-height: 560px
    }

    .introbox .content-left p {
        margin-left: 50px !important;
        margin-right: 50px !important
    }

    .introbox .content-left h2,
    .introbox .content-left h4 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 900px) {
    .column-2cols-2-1 .col1 {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px
    }

    .column-2cols-2-1 .col2 {
        float: none;
        width: 100%
    }

    .team .column-2cols-2-1 .col {
        width: 100%;
        margin-right: 0
    }

    .column-3cols .col {
        width: 49%
    }

    .column-4cols .col {
        width: 49%
    }

    .column-4cols .col-2 {
        margin-right: 0
    }
}

@media screen and (max-width: 700px) {
    .logo {
        padding: 40px 20px 30px
    }

    .facebook a {
        top: 10px
    }

    .flexslider img {
        max-width: 100%;
        width: auto;
        height: auto
    }

    .flexslider .title {
        font-size: 1.5em;
        padding-top: 50px
    }

    .impressiontext {
        padding: 75px 30px
    }

    .impressiontext .title {
        font-size: 1.8em
    }

    .column-2cols-1-1 .col {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px
    }

    .nav-meta a {
        padding: 10px;
        display: inline-block
    }

    .introbox .content-left p {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .entry-content p,
    .entry-header h2 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center
    }
}

@media screen and (max-width: 600px) {
    .column-3cols .col {
        width: 100%;
        margin-right: 0
    }

    .column-4cols .col {
        width: 100%;
        margin-right: 0
    }
}

.calculator-link {
    display: none
}

@media screen and (max-width: 705px) {
    #calculator-div {
        position: relative !important
    }
}

@media screen and (max-width: 550px) {
    .marquee-title {
        display: none
    }

    .marquee-banner>span {
        max-width: 90%
    }

    .calculator-link {
        display: inline-block
    }

    .flexslider {
        height: 223px
    }

    .flexslider img {
        max-width: none;
        width: 528px;
        height: 223px
    }

    .flexslider .title {
        font-size: 1.2em
    }

    .introbox {
        padding: 50px 30px
    }

    iframe {
        height: 400px
    }

    .content a {
        word-break: break-word
    }
}

#pe_rating.pe_g .pe_u {
    font-size: 1em !important
}

body {
    -ms-overflow-style: scrollbar
}

@media (max-width: 991px) {
    .ProvenExpert_widget_container {
        display: none
    }
}

/* Grundstruktur */
.menu-toggle {
    font-size: 1.2rem;
    background: none;
    border: none;
    cursor: pointer;
}

.hidden {
    display: none;
}

/* Nur auf kleinen Viewports anzeigen */
@media (max-width: 768px) {
    .navlist {
        flex-direction: column;
        background: #f5f5f5;
        padding: 1rem;
        position: absolute;
        top: 3.5rem;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .navlist-item {
        margin-bottom: 1rem;
    }

    .navlist-level2 {
        padding-left: 1rem;
        font-size: 0.95rem;
    }
}

/* ===================== MOBILE NAVIGATION ERGÄNZUNGEN ===================== */
/* Buttons für Menü öffnen/schließen */
.nav-header .open,
.nav-header .close {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 10px;
    color: #5e6d81;
}

/* Navigation mobil ausblenden und per JS aktivieren */
@media screen and (max-width: 1100px) {
    .nav-main .navlist-level1 {
        display: none;
        background: #f2f3f3;
        padding: 1rem;
        margin: 0;
    }

    .nav-main.opened .navlist-level1 {
        display: block;
    }

    .nav-main .navlist-item-level1 {
        display: block;
        border-top: 1px solid #fff;
    }

    .nav-main .navlist-item-level1 a {
        display: block;
        padding: 10px 15px;
        color: #5e6d81;
    }

    .nav-main .navlist-level2 {
        display: block;
        position: static;
        padding-left: 15px;
        background: none;
    }

    .nav-main .nav-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-main .nav-header .close {
        display: none;
    }

    .nav-main.opened .nav-header .open {
        display: none;
    }

    .nav-main.opened .nav-header .close {
        display: inline-block;
    }
}

/* Hinweis:
   Das zugehörige JavaScript steuert das Ein-/Ausklappen über die Klasse 'opened'.
   Siehe dazu das ergänzende JS-Snippet. */

/* ===================== EXTRA MOBILE ANPASSUNGEN ===================== */
@media screen and (max-width: 480px) {
    .nav-main .navlist-level1 {
        padding: 1rem 0.5rem;
    }

    .nav-main .navlist-item-level1 a {
        text-align: center;
        font-size: 1rem;
        padding: 12px 10px;
        word-break: break-word;
    }

    .nav-main .navlist-level2 {
        padding-left: 0;
    }

    .nav-main .navlist-item-level2>a {
        font-size: 0.9rem;
        padding: 6px 10px;
        text-align: center;
        word-break: break-word;
    }

    .nav-main .nav-header {
        padding: 10px 15px;
    }

    .nav-main .navlist-level1,
    .nav-main .navlist-level2 {
        width: 100%;
    }
}

/* ===================== MOBILNAVIGATION FINAL - BEHOBT ÜBERLAGERUNG ===================== */
@media screen and (max-width: 1100px) {
    .nav-main {
        width: 100%;
        position: relative;
    }

    .nav-main .nav-header {
        display: flex;
        justify-content: center;
        padding: 12px 15px;
        background: #f2f3f3;
        border-bottom: 1px solid #e0e0e0;
    }

    .nav-main .navlist-level1 {
        display: none;
        flex-direction: column;
        background: #f2f3f3;
        padding: 0;
        margin: 0;
        width: 100%;
        position: static;
    }

    .nav-main.opened .navlist-level1 {
        display: flex;
    }

    .nav-main .navlist-item-level1 {
        display: block;
        border-top: 1px solid #e0e0e0;
    }

    .nav-main .navlist-item-level1>a {
        display: block;
        padding: 14px 20px;
        text-align: center;
        font-size: 1.05rem;
        color: #5e6d81;
        word-break: break-word;
    }

    .nav-main .navlist-level2 {
        display: block;
        padding: 5px 0 10px;
        background: none;
        text-align: center;
    }

    .nav-main .navlist-item-level2>a {
        font-size: 0.95rem;
        display: block;
        padding: 6px 10px;
        color: #5e6d81;
    }

    .nav-main .nav-header .close {
        display: none;
    }

    .nav-main.opened .nav-header .open {
        display: none;
    }

    .nav-main.opened .nav-header .close {
        display: inline-block;
    }
}

.nav-meta-responsive .nav-meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-meta-responsive .nav-meta-item {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.nav-meta-responsive .nav-meta-item:before {
    content: "·";
    margin-right: 10px;
    color: #fff;
}

.nav-meta-responsive .nav-meta-item:first-child:before {
    content: "";
    margin: 0;
}

.nav-meta-responsive .nav-meta-item a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-weight: normal;
}

@media screen and (max-width: 600px) {
    .nav-meta-responsive .nav-meta-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-meta-responsive .nav-meta-item {
        display: block;
        margin: 8px 0;
    }

    .nav-meta-responsive .nav-meta-item:before {
        content: "";
        margin: 0;
    }
}