/*
Theme Name: FGR Basic Theme
Theme URI: http://fgrepublik.com/
Description: Das FGR Basic-Theme wurde eigens für FGR Kunden entwickelt. Es bedarf keinerlei zusätzliche Lizenz, jedoch darf die Gestaltung die durch die FGR vorgegeben wurde nicht verändert werden - es erlischt umgehend das Nutzungsrecht. Inhaltliche Änderungen dürfen selbstverständlich getätigt werden. Im Zweifelsfall steht die <a href="http://fgrepublik.com/">Freie Gestalterische Republik</a> jederzeit bereit, um Fragen zu beantworten.
Author: der Freien Gestalterischen Republik
Author URI: http://fgrepublik.com/
Version: 1.3.4
License: Keine Nutzung ohne vorherige Absprache erlaubt.
License URI: license.txt
Tags: FGR, basic, Widgetfähig, Menü, Responsive
*/

/* #####################################################

1.1 Viewport
1.2 Variablen
1.3 Hauptdeklarationen
1.4 Typografie & Globale Elemente
1.5 Globale Klassen

2.1 Header
2.2 Hauptnavigation - Wrap & Burgericon
2.3 Menü

3.1 Custom Elemente
3.2 Flexible Content

4.1 Footer

5 Label

##################################################### */

/* 1.1 Viewport
##################################################### */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* 1.2 Variablen
##################################################### */

body {
    /*colors*/
    --primaryColor: #e62275;
    --secondaryColor:#0069b7;
    --lightColor: #fff;
    --darkColor: #484848;
    --lightGray: #838383;

    /*Font-Sizes*/
    --primaryHead: 3.75rem;
    --logoHead: 2.5rem;
    --secondaryHead: 2.5rem;
    --tertiaryHead: 1.325rem;
    --sublineBig: 2.5rem;
    --sublineSmall: 1.875rem;
    --btnFS: 1.25rem;
    --paragraphs: 1.25rem;
    --smallFS: 0.875rem;
    --smallerFS: 0.625rem;
    --headermenuFS: 1.325rem;
    --footermenuFS: 1.875rem;
    --submenuFS: 1.125rem;
}

/*
body.colorswitch {
    --primaryColor: #69174F;
    --secondaryColor: #FC0810;
}
*/

@media screen and (max-width: 991px) {
    body {
        /*Font-Sizes*/
        --headermenuFS: 1.25rem;
        --primaryHead: 2.5rem;
        --secondaryHead: 1.875rem;
        --tertiaryHead: 1.25rem;
    }
}

@media screen and (max-height: 555px) {
    body {
        /*Font-Sizes*/
        --headermenuFS: 1.125rem;
    }
}

@media screen and (max-height: 445px) {
    body {
        /*Font-Sizes*/
        --headermenuFS: 1rem;
    }
}

/* 1.3 Hauptdeklarationen
##################################################### */
* {
    backface-visibility: hidden;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
}

body {
    line-height: 175%;
    color: var(--darkColor);
    background-color: #f1f1f1;
    overflow-x: hidden;
    overflow-y: scroll;
}

body.noscroll {
    overflow: hidden;
}

#overallwrap {
    width: 100%;
    overflow: hidden;
}

#overallwrap.push {
    overflow: hidden;
}

#contentwrap {
    flex: 0 0 calc(100% - 435px);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 400px;
    transform: translateX(0);
    transition: transform 0.5s;
}

#contentwrap:before {
    content: "";
    width: 10px;
    height: calc(100% + 10px);
    display: block;
    z-index: 1111;
    background-color: #f1f1f1;
    left: -2px;
    position: absolute;
    top: 0;
}

#contentwrap.push {
    transform: translateX(340px);
}

@media screen and (max-width:1399px) {
    #contentwrap {
        flex: 0 0 calc(100% - 140px);
        margin-left: 140px;
    }

    #contentwrap.push {
        transform: translateX(280px);
    }
}

@media screen and (max-width:767px) {
    #contentwrap {
        flex: 0 0 calc(100% - 0px);
        margin-left: 0px;
        margin-top: 140px;
    }

    #contentwrap.push {
        transform: translateX(355px);
    }
}

/* 1.4 Typografie & Globale Elemente
##################################################### */

html,
body,
h1,
h2,
h3,
p,
ul {
    margin: 0px;
    padding: 0px;
}

.page-startseite h1 {
    font: normal normal var(--primaryHead) 'sansserifbold', sans-serif;
    color: var(--secondaryColor);
    margin-bottom: 15px;
    line-height: 1;
}

@media screen and (max-width:767px) {
    .page-startseite h1 {
        margin-bottom: 40px;
    }
}

h1,
.single-label h2,
.page:not(.home) h2,
.error404 h2,
.glossary-letter {
    font: normal normal var(--logoHead) 'sansserifbold', sans-serif;
    color: var(--secondaryColor);
    margin-bottom: 15px;
    line-height: 1;
}

h2,
.single-label h1,
.page:not(.home) h1,
.error404 h1 {
    font-family: 'sansserifbold';
    font-style: normal;
    font-weight: normal;
    font-size: var(--secondaryHead);
    color: var(--secondaryColor);
    margin-top: 30px;
    line-height: 1.1;
}

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

    h2,
    .single-label h1,
    .page:not(.home) h1,
    .error404 h1 {
        margin-top: 0px;
    }
}

h3,
h4 {
    font-family: 'sansserifbold';
    font-style: normal;
    font-weight: normal;
    color: var(--secondaryColor);
    font-size: var(--tertiaryHead);

}

.Logo-Sub h2,
.Logo-Sub h1{
    font-size: var(--tertiaryHead) !important;
}

p,
#glossary .description,
.glossary-item .name,
#glossary-nav a {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    color: var(--darkColor);
}

.box ul {
    margin-left: 17.5px;
}

.box ul li {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    color: var(--darkColor);
}

p strong, .glossary-item .name {
    font: normal 600 'Fira Sans Extra Condensed', sans-serif;
}

a {
    text-decoration: none;
}

#contentwrap section {
    padding-top: 40px;
    padding-bottom: 50px;
}

@media screen and (max-width:767px) {
    #contentwrap section {
        padding-top: 20px;
        padding-bottom: 25px;
    }
}

/* 1.5 Globale Custom Klassen
##################################################### */

.p-0 {
    padding: 0px !important;
}

.p-h-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-v-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-r {
    position: relative !important;
}

.p-a {
    position: absolute !important;
}

.BGlightColor {
    background-color: var(--lightColor);
}

.textSecondary {
    color: var(--secondaryColor) !important;
}

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

.text-center {
    text-align: center;
}

.btn {
    color: var(--lightColor);
    position: relative;
    padding: 20px 30px;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}

.btn:hover {
    text-decoration: underline;
}

.btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.btn .svg {
    fill: var(--primaryColor);
}

.box {
    padding: 30px 30px 35px 30px;
    background-color: var(--lightColor);
}

.box p {
    color: var(--darkColor);
}

.alignleft{
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
    margin-top: -15px;
}

@media screen and (max-width:767px) {
    .box {
        padding: 20px 20px 25px 20px;
    }


.alignleft{
    margin-right: 20px;
    width: 115px !important;
    height: auto !important;
    margin-top: 0;
    margin-bottom: 45px;
}
}

@media screen and (max-width:1399px) {
    .lg-off {
        display: none !important;
    }
}

@media screen and (max-width:991px) {
    .md-off {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
    .sm-off {
        display: none !important;
    }
}

@media screen and (max-width:576px) {
    .xs-off {
        display: none !important;
    }
}

/* 2.1 Header
##################################################### */

header {
    min-height: 100vh;
    background-color: var(--secondaryColor);
    display: flex;
    transition: 0.5s all;
    position: relative;
    /*overflow: hidden;*/
    width: 740px;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-340px);
    -webkit-transform: translateX(-340px) translateZ(0);
    transition: transform 0.5s;
}

header.push {
    transform: translateX(0px);
    -webkit-transform: translateX(0px) translateZ(0);

}

.header-right {
    flex: 0 0 400px;
    min-height: 100vh;
    padding: 30px 60px 35px 80px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.header-right .cat-snippet {
    margin: 20px 0 0px 0;
}

.header-right .cat-snippet p{
    font-size: 18px;
    font-size: 1.125rem;
}

.header-right .cat-snippet a {
    display: flex;
    flex-wrap: wrap;
    margin: 7.5px 0;
    align-items: center;
    font-size: 24px;
    font-size: 1.5rem;
}

.header-right .cat-snippet a svg {
    width: 31px;
    height: auto;
    margin-right: 1px;
}

.header-right .cat-snippet a:first-of-type svg {
    width: 30px;
    height: auto;
    margin-right: 2.5px;
    margin-top: -5px;
}

.header-right .campaign-snippet {
    margin-top: auto;
    display: none;
}

#logo {
    margin-top: 35px;
}

#logo svg{
    width: 195px !important;
    height: auto !important;
}

#logo svg path,
#logo svg rect,
#logo svg polygon,
#logo svg polyline{
    fill: var(--lightColor) !important;
}

@media screen and (max-height:576px) {
    .header-right .cat-snippet {
        display: none;
    }
}

@media screen and (max-height:435px) {
    .campaign-snippet {
        display: none;
    }
}

.header-right .cat-snippet a:hover {
    text-decoration: underline;
}

.header-right .cat-snippet a span {
    display: inline-block;
    margin-left: 7.5px;
}

.header-right .cat-snippet .svg {
    fill: var(--lightColor) !important;
}

.header-left {
    flex: 0 0 340px;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
}

.header-left .campaign-snippet {
    display: none;
}

.header-left .campaign-snippet svg {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:1399px) {
    .header-left .campaign-snippet {
        display: none;
        margin: 0 0 30px 25px;
    }
}

@media screen and (max-height:760px) {
    .header-left .campaign-snippet {
        display: none;
    }
}

header p,
header a {
    color: var(--lightColor);
}

header a {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    display: block;
}

header .svg {
    fill: #f1f1f1 !important;
}

header .bgheader {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    position: absolute;
    right: -1px;
    border-right: 2px solid #f1f1f1;
    top: -5px;
    width: 80px;
    height: calc(100% + 10px);
}

@media screen and (max-width:1399px) {
    header {
        width: 420px;
        transform: translateX(-280px);
    }

    .header-right {
        flex: 0 0 180px;
        padding: 0px;
    }

    .header-left {
        flex: 0 0 240px;
    }
}

@media screen and (max-width:767px) {
    header {
        width: 355px;
        transform: translateX(-355px);
    }

    .header-right {
        flex: 0 0 60px;
        padding: 0px;
    }

    header .bgheader {
        right: -1px;
    }

    .header-left {
        flex: 0 0 295px;
    }

    header .bgheader {
        width: 60px;
        height: calc(100% + 10px);
    }
}

/*Logo*/

#mobilelogo {
    display: none;
    position: fixed;
    top: 70px;
    left: 20px;
    z-index: 1000;
    transition: 0.5s all;
}

#mobilelogo .svg {
    fill: var(--lightColor);
}

@media screen and (max-width:1399px) {
    #mobilelogo {
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    #mobilelogo {
        top: 62.5px;
        left: 15px;
    }
}


    #overallwrap.push #mobilelogo {
        opacity: 0;
    }


/* 2.2 Hauptnavigation - Wrap & Burgericon
##################################################### */

#navbtn {
    position: fixed;
    top: 20px;
    left: 0;
    font-size: 1rem !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    height: 30px;
    margin: 0 15px;
    align-items: center;
    z-index: 1000;
}

#menuwrap {
    position: absolute;
    display: flex;
    align-items: flex-start;
    width: 365px;
    background-color: var(--secondaryColor);
    left: 0px;
    top: 0px;
    flex: 0 0 340px;
}

@media screen and (max-width:1399px) {
    #menuwrap {
        width: 280px;
    }
}

@media screen and (max-width:767px) {
    #navbtn:before {
        position: fixed;
        z-index: -1;
        content: "";
        top: 97px;
        left: -130px;
        width: 100px;
        height: 0;
        border-width: 45px 62px 0;
        border-style: solid;
        border-color: var(--secondaryColor) transparent transparent;
        pointer-events: none;
        opacity: 1;
        transition: opacity 0s 0.2s;
    }

    #navbtn:after {
        position: fixed;
        z-index: -1;
        content: "";
        top: 0px;
        left: -130px;
        width: 180px;
        height: 0;
        border-width: 0 22px 97px;
        background: none;
        border-style: solid;
        border-color: transparent transparent var(--secondaryColor);
        pointer-events: none;
        opacity: 1;
        transition: opacity 0s 0.2s;
    }
}

@media screen and (max-width:767px) and (max-height:500px) {

    #overallwrap.push #navbtn:before,
    #overallwrap.push #navbtn:after {
        opacity: 0;
        transition: opacity 0.125s 0.125s;
    }
}

/* 2.3 Menü
##################################################### */

header .menu-hauptnavigation-container {
    margin-top: 100px;
    transition: 0.5s all;
    width: calc(100% - 100px);
}

header.push .menu-hauptnavigation-container {
    width: calc(100% - 60px);
}

@media screen and (max-width:1399px) {
    header .menu-hauptnavigation-container {
        margin-top: 132.5px;
    }

    header.push .menu-hauptnavigation-container {
        width: calc(100% + 30px);
    }
}

header .menu-hauptnavigation-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-hauptnavigation-container li {
    background-color: #f1f1f1;
    list-style-type: none;
    position: relative;
    margin: 15px 0;
    height: 66px;
    transition: width 0.35s;
}


.menu-hauptnavigation-container li:first-of-type {
    width: calc(100% - 20px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:first-of-type:hover {
    width: calc(100% - 0px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(2) {
    width: calc(100% - 40px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(2):hover {
    width: calc(100% - 20px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(3) {
    width: calc(100% - 60px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(3):hover {
    width: calc(100% - 40px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(4) {
    width: calc(100% - 20px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(4):hover {
    width: calc(100% - 0px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(5) {
    width: calc(100% - 100px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(5):hover {
    width: calc(100% - 80px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(6) {
    width: calc(100% - 20px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li:nth-of-type(6):hover {
    width: calc(100% - 0px);
    transition: width 0.35s;
}

.menu-hauptnavigation-container li svg {
    position: absolute;
    right: -24.75px;
    top: 0;
}

header .menu-hauptnavigation-container a {
    color: var(--secondaryColor);
    padding: 18.5px 25px;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: var(--headermenuFS);
    display: block;
}

header .menu-hauptnavigation-container .current_page_item a{
    color:var(--darkColor);
}

@media screen and (max-height:576px) {

    .menu-hauptnavigation-container li {
        margin: 10px 0;
        height: 54px
    }

    .menu-hauptnavigation-container li svg{
        height: 54px;
        width: auto;
        right: -20px;
    }

    .menu-hauptnavigation-container li  a{
        padding: 12.5px 25px
    }
}

@media screen and (max-height:480px) {
    header .menu-hauptnavigation-container {
        margin-top: 65px;
    }

    .menu-hauptnavigation-container li {
        margin: 5px 0 !important;
        height: 45px
    }

    .menu-hauptnavigation-container li svg{
        height: 45px;
        width: auto;
        right: -17px;
    }

    .menu-hauptnavigation-container li  a{
        padding: 8.5px 25px
    }
}


@media screen and (max-width:1399px) {
    .menu-hauptnavigation-container li {
        margin: 10px 0;
    }
}

/* 3.1 Custom Elemente
##################################################### */

.page-glossar h2 {
    padding-top: 70px;
}

.page-glossar hr {
    margin: 20px 0 20px 0;
}

.page-methode table  {
    color: var(--secondaryColor);
    margin: 20px 0 0 0;
    font-family: 'Fira Sans Extra Condensed';
}

.page-methode th {
    font-size: larger;
    text-align: left;
}

.page-methode th, .page-methode td  {
    border: 1px solid var(--secondaryColor);
    vertical-align: top;
    padding: 5px 15px 5px 15px;
}

.img-wrap {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}

.home .intro-startseite .img-wrap{
    padding-bottom: 50%;
}

@media screen and (max-width:767px){
    .home .intro-startseite .img-wrap{
        display: none;
    }
}

.img-wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.img-wrap:before,
.img-wrap:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 7.5px;
    width: 50%;
    top: 40%;
    max-width: 100%;
    transform: rotate(-8deg);
}

.img-wrap:after {
    transform: rotate(8deg);
    right: 7.5px;
    left: auto;
}

/*Colorswitcher*/

.color-switcher {
    position: fixed;
    display: flex;
    padding: 20px 20px 12.5px 30px;
    right: -60px;
    top: calc(50% - 60px);
    transform-origin: 50% 50%;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    color: var(--primaryColor);
    transform: translateX(0px) rotate(-90deg);
    transition: 0.5s all;
    align-items: center;
}

.color-switcher.push {
    transform: translateX(340px) rotate(-90deg);
}

.color-switcher a {
    margin: 0 10px;
    cursor: pointer;
    background-color: gray;
    background-image: linear-gradient(90deg, #FC0767, #FC0767 50%, #69174F 51%);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
}

.color-switcher svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.colorswitch .color-switcher a {
    background-image: linear-gradient(90deg, #4DFFEC, #4DFFEC 50%, #05186B 51%);
}

@media screen and (max-width:767px) {
    .color-switcher {
        display: none;
    }
}

.color-switcher{
    display: none !important;
}
/*Searchbox*/

#searchResults {
    position: absolute;
}

.custom-search-form-wrapper {
    position: relative;
    margin-bottom: 30px;
    flex: 0 0 257.5px;
    width: 257.5px !important;
}

.custom-search-form-wrapper svg {
    height: 80px !important;
    width: 256.5px !important;
}

body .ui-front input {
    font-size: 20px !important;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    padding: 5px 0 1px 0;
    font-weight: 400;
    border: 0px solid transparent !important;
    width: 100%;
    position: relative;
    z-index: 11;
    line-height: 1 !important;
    outline: 0;
}

.btn-submit {
    position: absolute;
    top: 7px;
    right: 6px;
    z-index: 9999999;
}

.btn-submit svg {
    height: 63.5px !important;
    width: 65.5px !important;
}

.btn-submit .svg-bg {
    fill: #f1f1f1 !important;
}

.btn-submit .svg {
    fill: var(--secondaryColor) !important;
}

#contentwrap .btn-submit .svg-bg {
    fill: var(--secondaryColor) !important;
}

#contentwrap .btn-submit .svg {
    fill: var(--primaryColor) !important;
}

.custom-search-form.btn .svg {
    fill: var(--lightColor) !important;
    z-index: -1;
}

body .ui-widget {
    height: 150px;
    position: absolute;
    left: 2px !important;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 59px !important;
    padding-top: 20px;
    width: 254px !important;
    border: 0px solid transparent !important;
    background: var(--lightColor);
    scrollbar-width: none;
}

body .ui-widget:before {
    width: 254px !important;
    height: 20px;
    margin-top: -20px;
    background-color: var(--lightColor);
    position: fixed;
    content: "";
    display: inline-block;
}

body .ui-widget li:first-of-type:before {
    width: 258px !important;
    height: 20px;
    margin-top: 125.5px;
    background-image: url(../_img/search-bottom.svg);
    background-size: 258px 20px;
    margin-left: -30.5px;
    background-repeat: no-repeat;
    position: fixed;
    content: "";
    display: inline-block;
}

body .ui-widget li {
    background-color: transparent !important;
    border: 0px solid transparent !important;
    font-size: 16px !important;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    padding: 3px 28.5px !important;
    color: var(--secondaryColor) !important;
}

body .ui-widget li:hover {
    background-color: transparent !important;
    color: var(--secondaryColor) !important;
    cursor: pointer;
    border: 0px solid transparent !important;
    text-decoration: underline;
}

.custom-search-form-wrapper ::-webkit-scrollbar {
    display: none;
}

.ui-content {
    -webkit-overflow-scrolling: touch;
}

.ui-widget:after {
    width: calc(100% + 5px);
    height: 30px;
    display: inline-block;
    background-color: transparent;
    background-image: url(../_img/search-bottom.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

::placeholder {
    color: var(--secondaryColor) !important;
    font-size: 20px !important;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    opacity: 1 !important;
}

#contentwrap .custom-search-form-wrapper {
    display: none;
}

@media screen and (max-width:1399px) {
    #contentwrap .custom-search-form-wrapper {
        display: block;
        z-index: 11;
    }
}

/* 3.2 Flexible Content
##################################################### */

.intro-startseite {
    align-items: center;
}

.icon-box {
    margin: 15px 0;
    padding: 30px 30px 30px 30px;
}

.page-startseite .icon-box {
    
}

.page-startseite a.label{
    width: 100%;
    padding-top: 50%;
    position: relative;
    display: block;
}
.page-startseite a.label img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width:767px) {
    .icon-box {
        margin: 25px 0 20px 0;
        height: auto;
    }
}

/*Textsection*/

.textsection h2 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.textsection .text {
    padding: 0 10px;
}

@media screen and (max-width:767px) {
    .textsection .text {
        padding: 0 0px;
        margin-top: 25px;
    }
}

/*Read More Section*/

.read-more-front h2{
    margin-top: 0px;
}

.rm-img-wrap {
    padding-bottom: 75% !important;
    margin-top: 45px;
}

.rm-img-wrap:after,
.rm-img-wrap:before {
    display: none;
}

.rm-img-wrap svg {
    position: absolute;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    top: -1px;
    left: -1px;
    object-fit: cover;
    z-index: 11;
}

.rm-img-wrap .svg {
    fill: #f1f1f1 !important;
}

.text-wrap {
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 0 15px 0 45px;
    position: relative;
    z-index: 12;
}

@media screen and (max-width:767px) {
    .text-wrap {
        margin-bottom: 15px;
    }
}

/*Impressum & Co*/

.text-legal h4 {
    color: var(--secondaryColor);
    margin: 30px 0 10px 0;
}

.text-legal h4:first-of-type {
    margin-top: 0;
}

.text-legal a {
    color: var(--secondaryColor);
    text-decoration: underline;
}

.text-col h4{
    margin-top: 30px !important;
}

.text-col{
    margin-bottom: 90px;
    padding-right: 15px;
}

@media screen and (max-width:767px){
    .text-col{
        margin-bottom: 60px;
        padding-right: 7.5px;
    }     
}
/* 4.1 Footer
##################################################### */

footer {
    margin-top: auto;
    color: var(--secondaryColor);
    padding-top: 40px !important;
}

.footer-box {
    background-color: var(--lightColor);
    padding: 15px;
    display:none;
}

.footer-box p {
    color: var(--darkColor) !important;
    font-weight: 400 !important;
    line-height: 140% !important;
}

.footer-box .row {
    margin: 15px 0px 0px 0px;
    padding: 0px !important;
}

.footer-box .row .col-12 {
    padding-bottom: 20px !important;
}


.footer-box .row [class*="col-"] {
    padding: 0px 30px 0 30px;
}

@media screen and (max-width:767px) {
    footer {
        padding-top: 45px !important;
    }

    .footer-box {
        padding: 20px 20px 25px 20px;
    }
}

footer p {
    color: var(--secondaryColor);
    font-weight: 600;
}

.colorswitch footer p {
    color: var(--primaryColor);
}

#legal {
    text-align: center;
    margin: 30px 0;
}

@media screen and (max-width:767px) {
    footer {
        padding-top: 45px !important;
    }

    .footer-box {
        padding: 20px 20px 25px 20px;
    }

    #legal {
        margin: 20px 0 12.5px 0;
    }
}

#legal a {
    color: var(--secondaryColor);
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
}

#legal a:hover {
    text-decoration: underline;
}


/* 5. Label
##################################################### */

.label-typen .box-intro h3 {
    color: var(--darkColor) !important;
}

.label-typen .box svg {
    margin-top: 30px;
    margin-bottom: 15px;
}

.label-typen .label-types span p {
    display: inline;
}

.label-typen a {
    color: var(--secondaryColor) !important;
}

.label-typen a:hover {
    text-decoration: underline;
}

.colorswitch .label-typen .label-types .textSecondary,
.colorswitch .label-typen a {
    color: var(--primaryColor) !important;
}

.label-typen .svg {
    fill: var(--primaryColor) !important;
}

/*Wertschpefung*/

.wertschoepfungskette .box-intro h3 {
    color: var(--darkColor) !important;
    margin-bottom: 10px;
}

.wertschoepfungskette .box p:last-of-type {
    margin-top: 5px;
}

.wertschoepfungskette .box-intro {
    margin-bottom: 15px;
}

.wertschoepfungskette small a {
    color: var(--secondaryColor) !important;
}

.wertschoepfungskette small a:hover {
    text-decoration: underline;
}

.colorswitch .wertschoepfungskette small a {
    color: var(--primaryColor) !important;
}

.wertschoepfungskette .box-intro img {
    margin: 15px 0 30px 0;
}

.wertschoepfungskette .kettenelement img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.wertschoepfungskette .kettenelement{
    height: 100%;
}

.wertschoepfungskette .box-intro small {
    line-height: 1.75;
    display: inline-block;
}

@media screen and (max-width:991px) {
    .wertschoepfungskette .kettenelement {
        margin-bottom: 15px;
        height: auto !important;
    }
}

@media screen and (max-width:767px) {
    .wertschoepfungskette .kettenelement img {
        margin-bottom: 2.5px;
    }

    .wertschoepfungskette .box-intro img {
        margin: 15px 0 20px 0;
    }
}

#legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0 0px 0;
}

.legend-icon {
    flex: 0 0 55px;
    height: 40px;
}

.legend-icon svg{
    width: 40px;
    height: 40px;
}

.legend-icon .svg {
    fill: var(--secondaryColor) !important;
}

.legend-desc {
    flex: 0 0 calc(100% - 55px);
    background-color: var(--lightColor);
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    display: flex;
    padding: 10px;
    position: relative;
    opacity: 0;
    transition: opacity 0.35s;
    color: var(--darkColor);
    display: flex;
    flex-wrap: wrap;
}

.legend-desc:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid var(--lightColor);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: -16px;
    top: calc(50% - 8px);
}

.legend-icon:hover~.legend-desc {
    opacity: 1;
}

.skala {
    flex: 0 0 100%;
    padding: 2px 0 0 2.5px;
}

.skala-desc {
    flex: 0 0 calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}


.skala-desc div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 15px 5px 0;
}

@media screen and (max-width:1399px) {
    .legend-desc {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .skala {
        padding: 2px 0 0 2.5px;
    }

    .skala {
        flex: 0 0 100%;
    }

    .skala-desc {
        flex: 0 0 calc(100% - 0px);
    }

    .legend-icon {
   
        height: 30px;
    }

    .legend-icon svg{
        width: 30px;
        height: 30px;
    }

}


@media screen and (max-width:1023px) {
    .skala-desc div {
        margin: 0px 10px 0px 0;
        flex: 0 0 calc(100% - 45px);
    }

    .skala {
        padding: 0px 0;
    }
}

@media screen and (max-width:767px) {
    .skala-desc {
        flex: 0 0 100%;
    }

    .skala {
        display: none;
    }

    .legend-desc {
        font-size: 10px;
        font-size: 0.625rem;
    }

    .skala-desc div {
        line-height: 2;
    }

    #legend {
        margin: 7.5px 0 0px 0;
    }
}

/*Archive*/

.label-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
}

.label-name:hover {
    text-decoration: underline;
}

.label-filter-meta {
    justify-content: space-between;
    margin: 10px 0px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    color: var(--darkColor);
}

@media screen and (min-width:1599px){
    .label-filter-meta {
        font-size: 16px;
        font-size: 1rem;
    }
}

.before {
    position: relative;
    z-index: 12;
}

.label-filter-row {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;
}

.behind {
    position: relative;
    z-index: -1;
    width: 100%;
}

.label-filter-row::before {
    width: 100%;
    height: 200px;
    top: -200px;
    z-index: 1;
    content: "";
    position: absolute;
    background-color: #f1f1f1;
}

@media screen and (max-width:1110px) {
    .label-filter-meta {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .label-name {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (max-width:767px) {
    .label-filter-row {
        top: 110px;
    }
}

@media screen and (max-width:460px) {
    .label-filter-meta {
        font-size: 10px;
        font-size: 0.625rem;
    }
}

.label-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.label-filter li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0px;
    text-align: center;
    min-width: 100px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    color: var(--darkColor);
    transition: opacity 0.35s;
}

.label-filter li:hover {
    opacity: 1 !important;
}

.label-filter li:last-of-type {
    min-width: 135px;
}

@media screen and (min-width:1599px){
    .label-filter li {
        min-width: 125px;
        font-size: 16px;
        font-size: 1rem;
    }
    
    .label-filter li:last-of-type {
        min-width: 150px;
    }
}

@media screen and (min-width:1024px) and (max-width:1110px) {
    .label-filter li {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .label-filter li {
        min-width: 97px;
        padding-right: 10px;
    }

    .label-filter li:last-of-type {
        min-width: 110px;
    }
}

@media screen and (max-width:1023px) {
    .label-filter {
        flex: 0 0 100%;
        border-top: 1px solid var(--lightColor);
    }

    .label-filter li {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .label-filter-meta {
        margin-bottom: 0px;
    }

    .label-filter li {
        padding: 15px 0;
        min-width: auto;
        flex: 0 0 calc(25% - 3px);
        border-right: 1px solid var(--lightColor);
    }

    .label-filter li:last-of-type {
        border-right: 0px solid var(--lightColor);
        min-width: auto;
    }
}

.label-filter li:hover {
    cursor: pointer;
}

.label-filter li.desc,
.label-filter li.asc {
    opacity: 1 !important;
}

.label-filter li:before {
    content: "▼";
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 3.5px;
    opacity: 0.5;
    margin-bottom: -2px;
}

.label-filter li.desc:before {
    content: "▼";
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 3.5px;
    opacity: 1 !important;
    margin-bottom: -2px;
}

@media screen and (max-width:1399px) {
    .label-filter li:before {
        font-size: 8px;
        font-size: 0.5rem;
    }
}

@media screen and (max-width:460px) {
    .label-filter li {
        font-size: 10px;
        font-size: 0.625rem;
    }

    .label-filter li:before,
    .label-filter li:after {
        font-size: 6px;
        font-size: 0.375rem;
    }
}

.label-filter li.asc:before {
    content: "▲";
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 3.5px;
    opacity: 1 !important;
    margin-bottom: -2px;
}

.label-filter li:after {
    display: inline-flex;
    padding: 0 0 0.5px 3.5px;
}

@media screen and (max-width:767px) {
    .label-filter li {
        pointer-events: none;
    }

    .label-filter li:before {
        display: none;
    }

    .label-filter li:after {
        padding: 0;
    }
}

.label-filter-soziales:after {
    content: "Soziales";
}

.label-filter-oekologie:after {
    content: "Ökologie";
}

.label-filter-glaubwuerdigkeit:after {
    content: "Glaubwürdigkeit";
}

.label-filter-gesamtbewertung:after {
    content: "Gesamtbewertung";
}

.label-item {
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.label-item .box {
    padding: 15px 0 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px;
}

.label {
    line-height: 1;
}

.left-switcher-wrap {
    display: flex;
}

.cat-title-wrap {
    overflow: hidden;
    display: inline-block;
    margin: 0 2.5px 0 5px;
}

.left-switcher-wrap .cat-title {
    display: inline-block;
    margin: 0 3.5px;
    opacity: 0.5;
    transition: 0.35s all;
    cursor: pointer;
}

.left-switcher-wrap .cat-title:hover {
    opacity: 1;
}

.cat-title-deactivated {
    opacity: 1;
    pointer-events: none;
    transform: translateX(-100px);
}

.cat-title.active {
    opacity: 1;
    width: auto;
    pointer-events: all;
}

.initial-letter {
    display: none;
    color: var(--secondaryColor);
    font-family:  'sansserifregular';
    font-style: normal;
    font-weight:normal;
    font-size: var(--secondaryHead);
    break-after: avoid;
    margin: 7.5px 0;
}

@media screen and (max-width:1023px) {
    .cat-title-wrap {
        margin: 0 2.5px 5px 0px;
    }
}

@media screen and (max-width:767px) {
    .label-filter-gesamtbewertung:after {
        content: "Gesamt";
    }
}

/*Viewbox*/

.viewbox-switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.viewbox-btn {
    opacity: 0.5;
    margin-left: 10px;
    transition: opacity 0.35s;
    cursor: pointer;
}

.viewbox-btn .svg {
    fill: var(--secondaryColor) !important;
}

.viewbox-btn:hover {
    opacity: 1;
}

.viewbox-switcher-small {
    display: inline-block;
    margin-left: 5px;
}

.viewbox-title {
    margin: 0 3.5px;
}

.viewbox-switcher-small .viewbox-title:after {
    opacity: 0.5;
    transition: opacity 0.35s;
    cursor: pointer;
}

.viewbox-switcher-small .viewbox-title:hover:after {
    opacity: 1;
}

@media screen and (max-width:767px) {
    .viewbox-btn svg {
        transform: scale(0.9);
    }
}

/*Viewbox Ampel*/

.viewbox-ampel .initial-letter {
    display: none !important;
}

.viewbox-ampel .label-name {
    color: var(--darkColor);
}

.viewbox-ampel .label-item img {
    display: none;
}

.viewbox-ampel h2:after,
.viewbox-title-ampel:after {
    content: "Ampel";
}

.viewbox-ampel .viewbox-title.viewbox-title-ampel:after,
.viewbox-ampel .viewbox-ampel-btn {
    opacity: 1 !important;
}

.archive-label .db-score {
    padding: 0px 0 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive-label .db-score li {
    text-align: center;
    display: flex;
    align-items: center;
    list-style-type: none;
    min-width: 100px;
    height: 30px;
    padding: 0px;
    text-align: center;
    background-color: var(--lightColor);
}

.archive-label .db-score li:last-of-type {
    min-width: 135px;
}

.archive-label .db-score li:before {
    margin: 0 auto;
}

.viewbox-ampel a.label{
    max-width: calc(100% - 455px);
}

@media screen and (min-width:1599px){
    .archive-label .db-score li {
        min-width: 125px;
    }
    
    .archive-label .db-score li:last-of-type {
        min-width: 150px;
    } 

    .viewbox-ampel a.label{
        max-width: calc(100% - 550px);
    }
}

@media screen and (max-width:1110px) and (min-width:1024px) {
    .archive-label .db-score li {
        min-width: 97px;
    }

    .archive-label .db-score li:last-of-type {
        min-width: 110px;
    }
}

@media screen and (max-width:1023px) {
    .viewbox-ampel a.label{
        max-width: 100%;
    }

    .viewbox-ampel .label-item .box {
        flex-wrap: wrap;
        padding: 0;
    }

    .viewbox-ampel .label-item .box .label {
        flex: 0 0 100%;
        padding: 21.5px 20px;
    }

    .archive-label .db-score {
        margin-left: 0px;
        flex: 0 0 100%;
        border-top: 1px solid var(--primaryColor);
    }

    .archive-label .db-score li {
        padding: 30px 0;
        min-width: auto;
        flex: 0 0 calc(25% - 3px);
        border-right: 1px solid var(--primaryColor);
    }

    .archive-label .db-score li:last-of-type {
        border-right: 0px solid var(--primaryColor);
        min-width: auto;
    }
}

/*Viewbox Logo*/

.viewbox-logo .initial-letter {
    display: none !important;
}

.viewbox-logo #legend {
    opacity: 0;
    pointer-events: none;
}

.viewbox-logo h2:after,
.viewbox-title-logo:after {
    content: "Logo";
}

.viewbox-logo .label .label-name {
    display: none;
}

.viewbox-logo .label-filter {
    display: none;
}

.viewbox-logo .box {
    background-color: transparent;
    color: var(--lightColor);
    padding: 0;
}

.viewbox-logo .db-score {
    display: none;
}

.viewbox-logo #label_list {
    padding: 5px;
    margin: 0 7.5px;
    flex: 0 0 calc(100% - 15px);
}

.viewbox-logo .label-item {
    margin: 7.5px;
    width: calc(16.667% - 15px);
    float: left;
}

.viewbox-logo .label-item .box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: var(--lightColor);
}

.viewbox-logo .label-item .box img {
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    object-fit: contain;
}

@media screen and (max-width:1023px) {
    .viewbox-logo .label-item {
        width: calc(25% - 15px);
    }
}

@media screen and (max-width:767px) {
    .viewbox-logo .label-item {
        width: calc(50% - 15px);
    }
}

.viewbox-logo .label-item img {
    width: 100%;
    height: auto;
}

.viewbox-logo .viewbox-title.viewbox-title-logo:after,
.viewbox-logo .viewbox-logo-btn {
    opacity: 1 !important;
}

/*Viewbox ABC*/

.viewbox-abc .initial-letter {
    display: inline-block;
    margin: 20px 0 10px 0;
}

.viewbox-abc .label-name {
    color: var(--lightColor);
}

.viewbox-abc h2:after {
    content: "Alphabetisch";
}

.viewbox-title-abc:after {
    content: "Alphabet";
}

.viewbox-abc #legend {
    opacity: 0;
    pointer-events: none;
}

.viewbox-abc .label .label-logo {
    display: none;
}

.viewbox-abc .label-filter {
    display: none;
}

.viewbox-abc .box {
    background-color: transparent;
    color: var(--lightColor);
    padding: 0;
}

.viewbox-abc .label-name {
    color: var(--darkColor);
}

.viewbox-abc #label_list {
    columns: 3;
    column-gap: 30px;
    column-fill: balance;
}

.viewbox-abc .label-item-row {
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

.viewbox-abc .label {
    margin: 7.5px 0;
}

@media screen and (max-width:767px) {
    .viewbox-abc #label_list {
        columns: 1;
    }
}

.viewbox-abc .db-score {
    display: none;
}

.viewbox-abc .viewbox-title.viewbox-title-abc:after,
.viewbox-abc .viewbox-abc-btn {
    opacity: 1 !important;
}

/*Single*/

#label-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-label .listheadline {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 600;
    margin: 10px 0 5px 0;
}

.single-label .parentlistheadline {
    display: none;
}

@media screen and (max-width:767px) {
    #label-header {
        margin-top: 30px;
    }

    #label-header h1 {
        flex: 0 0 100%;
    }
}

.label-desc {
    margin: 15px 0;
}

.single-label .box.cat{
    height: 100%;
}

.cat-head-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cat-head-wrap h3 {
    margin-bottom: 0px !important;
    margin-left: 10px;
}

@media screen and (max-width:991px) and (min-width:768px) {
    .single-label [class*="col-"]:last-of-type{
        margin-top: 15px;
    } 
}

@media screen and (max-width:767px) {
    .box.cat {
        margin-bottom: 15px;
    }

    .single-label .box.cat{
        height: auto;
    }

    .single-label h1 {
        margin-bottom: 0px;
    }

    .single-label .btn {
        margin-top: 0px;
    }

    .single-label .btn.back {
        margin-top: 0px;
        position: absolute;
        top: -140px;
        right: 20px;
    }
}

.single-label .db-score {
    padding: 0px 0 0 0px;
    margin: 15px -7.5px 0 -7.5px;
    display: flex;
    flex-wrap: wrap;
}

.single-label h3 {
    color: var(--darkColor);
    margin-bottom: 15px;
}

.label-meta {
    margin: 5px 0;
}

.single-label .label-logo,
.single-label .label-guide-label-icon {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-height: 200px;
}

.single-label .label-meta:first-of-type {
    margin-top: 45px;
}

.single-label .db-score li {
    display: flex;
    align-items: center;
    list-style-type: none;
    flex: 0 0 calc(22.2222% - 15px);
    height: 80px;
    margin: 0px 7.5px 0 7.5px;
    padding: 0px;
    text-align: center;
    background-color: var(--lightColor);
}

.single-label .db-score li:last-of-type {
    flex: 0 0 calc(33.3333% - 15px);
}

.single-label .db-score li:after {
    display: inline-flex;
    padding: 0 0 0 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    color: #393939 !important;
}

@media screen and (max-width:1110px) {
    .single-label .db-score li:after {
        font-size: 16px;
        font-size: 1rem;
        padding-left: 7.5px;
    }
}

@media screen and (max-width:1023px) {
    .single-label .db-score li {
        flex: 0 0 calc(50% - 15px);
        margin-bottom: 15px;
        height: 60px;
    }

    .single-label .db-score li:last-of-type {
        flex: 0 0 calc(50% - 15px);

    }

    .label-desc {
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width:767px) {
    .single-label .label-meta:first-of-type {
        margin-top: 15px;
    }

    .label-rating {
        margin-top: 25px;
    }
}

@media screen and (max-width:576px) {
    .single-label .db-score li:after {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.db-score li:before {
    content: "";
    display: inline-flex;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-left: 15px;
}

.single-label .score-1-name:after {
    content: "Soziales";
}

.single-label .score-2-name:after {
    content: "Ökologie";
}

.single-label .score-3-name:after {
    content: "Glaubwürdigkeit";
}

.single-label .score-4-name:after,
.single-label .overall-name:after {
    content: "Gesamtbewertung";
}

.grau:before,
span.grau {
    background-color: var(--lightGray);
}

.gelb:before,
span.gelb {
    background-color: #FDC600
}

.orange:before,
span.orange {
    background-image: linear-gradient(90deg, #FDC600, #FDC600 50%, #E93F67 51%);
}

.gelbgruen:before,
.gelbgrün:before,
span.gelbgruen {
    background-image: linear-gradient(90deg, #52AE32, #52AE32 50%, #FDC600 51%);
}

.gruen::before,
span.gruen {
    background-color: #52AE32;
}

.rot:before,
span.rot {
    background-color: #E93F67;
}

span.gruen,
span.gelbgruen,
span.gelb,
span.orange,
span.grau,
span.rot {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px 0 0px;
}

@media screen and (max-width:1023px) {
    span.gruen,
    span.gelbgruen,
    span.gelb,
    span.orange,
    span.grau,
    span.rot {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:767px) {
    .db-score li:before {
        height: 20px;
        width: 20px;
    }
}

@media screen and (max-width:767px) {
    span.gruen,
    span.gelbgruen,
    span.gelb,
    span.orange,
    span.grau,
    span.rot {
        width: 15px;
        height: 15px;
    }
}

/*Label-Meta*/

.single-label .label-meta p {
    display: flex;
    align-items: center;
    min-height: 28px;
}

.single-label .cat-soziales li a,
.single-label .cat-oekologie li a,
.single-label .cat-glaubwuerdigkeit li a,
.single-label .label-desc p a {
    color: var(--darkColor);
    border-bottom: 1px dotted var(--darkColor);
}

.single-label .cat-soziales li a:hover,
.single-label .cat-oekologie li a:hover,
.single-label .cat-glaubwuerdigkeit li a:hover,
.single-label .label-desc p a:hover {
    border-bottom: 1px solid var(--darkColor);
    cursor: pointer;
}

.single-label .label-meta p a {
    color: var(--darkColor);
    border-bottom: 0;
}

.single-label .label-meta p a:hover {
    text-decoration: underline;
    border-bottom: 0;
}

.single-label .label-meta p span {
    line-height: 1;
    padding-right: 5px;
}

.single-label .label-meta .label-type {
    height: 30px;
    width: 100px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-flex;
}

.single-label .label-meta .label-type.label-type-ui {
    background-image: url(../_img/UI-Single.svg);
}

.colorswitch .single-label .label-meta .label-type.label-type-ui {
    background-image: url(../_img/UI-Single-colorswitch.svg);
}

.single-label .label-meta .label-type.label-type-em {
    background-image: url(../_img/EM-Single.svg);
}

.colorswitch .single-label .label-meta .label-type.label-type-em {
    background-image: url(../_img/EM-Single-colorswitch.svg);
}

.single-label .label-meta .label-type.label-type-gz {
    background-image: url(../_img/GZ-Single.svg);
}

.colorswitch .single-label .label-meta .label-type.label-type-gz {
    background-image: url(../_img/GZ-Single-colorswitch.svg);
}

.single-label .label-meta .label-type.label-type-msi {
    background-image: url(../_img/MSI-Single.svg);
}

.colorswitch .single-label .label-meta .label-type.label-type-msi {
    background-image: url(../_img/MSI-Single-colorswitch.svg);
}

.single-label .label-meta .value-chain:after {
    content: "";
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    display: inline-flex;
}

.single-label .label-meta .value-chain.value-chain-rg:after {
    background-image: url('../_img/rohstoffgewinnung.svg');
}

.single-label .label-meta .value-chain.value-chain-kn:after {
    background-image: url('../_img/konsum.svg');
}

.single-label .label-meta .value-chain.value-chain-pv:after {
    background-image: url('../_img/produktion-verarbeitung.svg');
}

.single-label .label-meta .value-chain.value-chain-lh:after {
    background-image: url('../_img/logistik-handel.svg');
}

.single-label .label-meta span.name {
    display: none;
}


/*Glossar*/

.glossary-item .name{
    text-transform: uppercase;
    font-weight: bolder;
}

.glossary-item-row{
    margin: 70px 0 0px 0;
}

.glossary-letter{
   display: inline-block;
}

#glossary-nav{
    margin-top: 45px;
}

#glossary-nav a{
font-family: 'Fira Sans Extra Condensed';
font-style: normal;
font-weight: 400;
color: var(--darkColor);
font-size: var(--tertiaryHead);
}

#glossary hr{
    margin: 12.5px 0 15px 0;
    display: block;
}

#glossary{
    margin-bottom: 70px;
}

#glossary, #glossary-nav{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/**/

.hamburger__inner::before, .hamburger__inner::after,
.hamburger__hidden::before, .hamburger__hidden::after,
.hamburger__hidden,
.hamburger__inner{
    background-color: var(--lightColor) !important;
}

@font-face {
    font-family: 'sansseriflightregular';
    src: url('../_fonts/sansserif-light-webfont.woff2') format('woff2'), url('_fonts/sansserif-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansserifregular';
    src: url('../_fonts/sansserif-regular-webfont.woff2') format('woff2'), url('_fonts/sansserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansserifbold';
    src: url('../_fonts/sansserif-bold-webfont.woff2') format('woff2'), url('_fonts/sansserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}