    html::before {
        content: ' ';
        display: block;
        background-image: url('grafik/bglogo_3.svg');
        background-position: center;
        background-size: 80% 80%;

        height: 100vh;
        width: 100vw;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        background-repeat: no-repeat;
        z-index: -10; // This is pretty important.
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        padding: 0;

    }




    /* Fotos tauschen bei Smartphone */
    #img1 {
        display: block;
    }

    #img2 {
        display: none
    }

    @media all and (max-width: 700px) {
        #img1 {
            display: none;
        }

        #img2 {
            display: block;
        }
    }

    /* Schriften */
    p {
        font-family: 'Mulish', sans-serif;
        line-height: 1.3;
        font-weight: 400;
        font-size: 18px;
        color: #505050;
    }

    h1 {
        font-family: 'Mulish', sans-serif;
        font-weight: 500;
        font-size: 24px;
        text-align: center;
        line-height: 1.5;
        padding-top: 10px;
        color: #505050;
        line-height: 1.0;
        text-shadow: 2px 2px 2px #f2f2f2;
        letter-spacing: -0.02em;
    }

    @media screen and (max-width: 768px) {
        .h1 {
            font-size: 30px;
        }
    }

    h2 {
        font-family: 'Mulish', sans-serif;
        font-weight: 300;
        font-size: 52px;
        text-align: left;
        padding-left: 0px;
    }

    @media screen and (max-width: 768px) {
        h2 {
            font-size: 34px;
            font-weight: 400;
            text-align: left;
            padding-left: 0px;
        }
    }

    h3 {
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        font-size: 30px;
        text-align: left;
    }

    @media screen and (max-width: 768px) {
        h3 {
            font-size: 26px;
            font-weight: 500;
        }
    }

    h4 {
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        color: #505050;
        line-height: 1.0;
        padding-top: 2px;
    }

    @media screen and (max-width: 768px) {
        h4 {
            font-size: 15px;
            font-weight: 500;
            padding-top: 10px;
        }
    }

    h5 {
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
        color: #505050;
        line-height: 1.0;
        padding-top: 2px;
    }


    /* header mit text */
    .container-head {
        background-image: url(grafik/grafik-header.jpg);
        background-size: 100% 100%;
    }

    @media screen and (max-width: 800px) {
        .container-head {
            background-size: 100% 100%;
        }
    }

    .container-head-text {
        font-family: 'Mulish', sans-serif;
        font-size: 44px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
        text-shadow: 2px 2px 4px #505050;
        margin-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: right;
    }

    @media screen and (max-width: 800px) {
        .container-head-text {
            font-size: 30px;
            font-weight: 400;
            padding-top: 25px;
            padding-bottom: 25px;
            text-align: left;
            padding-left: 20px;
        }
    }

    .container-news {
        font-family: 'Mulish', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #505050;
        text-align: left;
        background-color: none;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    @media screen and (max-width: 800px) {
        .container-news {
            font-size: 14px;
            margin-bottom: 35px;
            text-align: left;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 20px;
            margin-left: 10px;
        }
    }


    .titel {
        font-family: 'Mulish', sans-serif;
        font-weight: 300;
        color: #505050;
        font-size: 44px;
        text-align: center;
        line-height: 1.1;
        text-shadow: 1px 1px 2px silver;
        padding-left: 80px;
        padding-right: 280px;
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 2px;
    }

    @media screen and (max-width: 768px) {
        .titel {
            font-size: 30px;
            text-align: center;
            padding-left: 20px;
            padding-right: 45px;
            margin-top: 10px;
        }
    }

    .infotext {
        font-family: 'Mulish', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #505050;
        margin-top: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        background-color: #FFF;

        border-radius: 3px;
        filter: drop-shadow(1px 1px 2px lightgrey)
    }

    /* Container Breite / Textblocks / Distanz */

    .container-head {
        padding-right: 40px;
    }

    @media screen and (max-width: 768px) {
        .container-head {
            text-align: center;
            padding-left: 2px;
            padding-right: 40px;
        }
    }

    .dist20 {
        height: 20px;
        margin-top: 40px;
    }

    .dist10 {
        height: 20px;
        margin-top: 10px;
    }

    .dist50 {
        height: 50px;
    }


    .disthead {
        height: 35%;
    }

    @media screen and (max-width: 800px) {
        .disthead {
            height: 10%;
        }
    }

    .container-fluid {
        padding-left: 1px;
        padding-right: 1px;
    }

    @media screen and (max-width: 800px) {
        .container-fluid {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    .container-textbox {
        font-family: 'Mulish', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
        color: #505050;
        text-align: left;
        background-color: none;
        padding-left: 80px;
        padding-right: 240px;
        padding-top: 1px;
        padding-bottom: 20px;
    }

    @media screen and (max-width: 800px) {
        .container-textbox {
            font-family: 'Mulish', sans-serif;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            padding-left: 20px;
            padding-right: 45px;
        }
    }


    /* flag für überschrift */
    .flagmax {
        background-image: url(grafik/grafik-flagmax.png);
        background-size: 100% auto;
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 2px #505050;
        width: 100%;
        height: 60px;
        padding-left: 80px;
        padding-top: auto;
        padding-bottom: 6px;
        margin-right: 220px;
        margin-bottom: 30px;
        font-size: 40px;
        filter: drop-shadow(3px 3px 4px grey)
    }

    @media screen and (max-width: 800px) {
        .flagmax {
            height: 46px;
            padding-top: 4px;
            padding-left: 24px;
            padding-right: 5px;
            font-size: 26px;
            margin-right: 0px;
        }
    }


    .textzumbild {
        font-family: 'Mulish', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #505050;
        line-height: 1.8;
    }

    .textunterbild {
        font-family: 'Mulish', sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: #505050;
        line-height: 1.3;
        padding-top: 20px;
    }


    .titelmitlogo {
        font-family: 'Mulish', sans-serif;
        font-size: 34px;
        font-weight: 400;
        height: auto;
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        .titelmitlogo {
            font-size: 20px;
            font-weight: 600;
        }
    }

    .titellogo {
        height: 44px;
        padding-bottom: 11px;
        padding-right: 10px;
    }



    .centered {
        position: absolute;
        top: 50%;
        left: 37%;
        transform: translate(-50%, -50%);
        font-family: 'Mulish', sans-serif;
        font-size: 44px;
        font-weight: 400;
        color: white;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .container-impressum {
        font-family: 'Mulish', sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    .impressum {
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #505050;
    }

    .container-center {
        text-align: center;
        padding-bottom: 20px;
    }

    .item {
        margin-bottom: 10px;
    }

    /* Container für Grafik*/

    .zoom {
        transition: transform .15s;
        /* Animation */
        width: 100px;
        height: 100px;
        padding-top: 0px;
    }

    .zoom:hover {
        transform: scale(0.85);
        /* (verkleinern*/
        padding-top: 4px;
    }

    @media screen and (max-width: 768px) {
        .zoom {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
    }

    .container-logo-s {
        width: 160px;
        margin-left: 44%;
        margin-right: auto;
        filter: drop-shadow(-3px 3px 4px grey)
    }

    @media screen and (max-width: 768px) {
        .container-logo-s {
            width: 200px;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 30px;
            padding-top: 30px;
        }
    }

    .container-logo-s2 {
        width: 160px;
        margin-left: 0;
        margin-right: auto;
        filter: drop-shadow(-3px 3px 4px grey)
    }

    @media screen and (max-width: 768px) {
        .container-logo-s2 {
            width: 200px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .pdf {
        text-align: left;
        margin-top: 20px;
    }

    @media screen and (max-width: 768px) {
        .pdf {
            text-align: center;
        }
    }

    .fotobox {
        width: 50%;
        height: auto;
        box-shadow: 3px 3px 6px silver;
    }

    @media screen and (max-width: 768px) {
        .fotobox {
            width: 100%;
        }
    }


    .image-fluid {
        width: 100%;
    }

    /* Make the image fully responsive */
    .carousel-inner img {
        width: 100%;
        height: 100%;
    }

    /* Container für Fotos */

    .passfoto {
        width: 100px;
        border: 4px solid #fff;
        border-radius: 3px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
        margin-bottom: 10px;
        margin-top: 10px;

    }

    @media screen and (max-width: 768px) {
        .passfoto {
            margin-top: 50px;
            margin-left: 12px;
        }
    }

    /* Container Fotos Portrait Vorstand */
    .portraitfoto {
        font-family: 'Mulish', sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
    }

    .portraitfototext {
        font-family: 'Mulish', sans-serif;
        font-size: 17px;
        font-weight: 400;
        text-align: left;
        padding-top: 10px;
        padding-left: 10px;
    }

    .img-fluid-foto {
        width: 100%;
        border: 5px solid #fff;
        border-radius: 3px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    }

    /* portrait vorstand ende*/

    /* table*/
    .table {
        font-family: 'Mulish', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #505050;
    }

    /* table Ende */

    /* accordion*/

    .accordion {
        background-color: #FFF;
        color: #444;
        cursor: pointer;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;

        font-family: 'Mulish', sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: 1.3;
        color: #505050;
        transition: 0.4s;
    }

    .active,
    .accordion:hover {
        background-color: #F5F5F5;
        outline-color: white;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        padding-right: 20px;
    }

    .active:after {
        content: "\2212";
    }

    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .container-titel {
        font-family: 'Mulish', sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.4;
        color: #3462ac;
        text-align: center;
        background-color: white;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 20px;
    }

    @media screen and (max-width: 600px) {
        .container-titel {
            font-family: 'Mulish', sans-serif;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.2;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 0px;
            padding-bottom: 40px;
            margin-top: 20px;
        }
    }

    /* accordion Ende */

    /* navigation accordion */

    .container-acc {
        width: 200px;
        font-family: 'Mulish', sans-serif;
        font-size: 17px;
        line-height: 1.3;
        color: #505050;
        background: #f2f2f2;
        height: 100%;
        margin-top: 3px;
    }

    .card {
        font-family: 'Mulish', sans-serif;
        font-size: 17px;
        padding-left: 2px;
        padding-right: auto;
        padding-top: 1px;
        padding-bottom: 1px;
        text-align-left;
        background: #f2f2f2;
        border: 0px;
        border-radius: 0px;
    }

    .card-header {
        padding-left: 1px;
        padding-bottom: 2px;
        padding-top: 2px;
        text-align-left;
        border: 0px;
        border-radius: 0px;
        background: #f2f2f2;
    }

    .card-link {
        color: #505050;
        text-align-left;
    }

    .card-body {
        font-family: 'Mulish', sans-serif;
        font-size: 17px;
        padding-top: 1px;
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: auto;
        color: #505050;
        background: #f2f2f2;
    }

    /* navigation accordion ende*/

    /* navigation links */

    a:link {
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        font-size: 17px;
        color: #505050;
        text-decoration: none;
        text-align: left;
    }

    a:visited {
        color: #505050;
        text-decoration: none;
    }

    a:hover {
        color: black;
        text-decoration: none;
        font-weight: 400;
        background-color: yellow;
    }

    a:active {
        color: #505050;
        text-decoration: none;
    }

    /* navigation links ende */


    /* ==========================================================================
   			MENU CONFIGURATION
          ========================================================================== */
    .menu {
        position: fixed;
        right: -200px;
        width: 260px;
        height: 100%;
        top: 0;
        z-index: 10;
        text-align: left;
    }

    .menu.menu-open {
        right: 0px;
    }

    /* Hintergrundfarbe Drawer !! */
    .menu-wrap {
        position: absolute;
        top: 0;
        left: 60px;
        background: #f2f2f2;
        width: 200px;
        height: 100%;
    }

    .menu-close {
        cursor: pointer;
        display: block;
        position: absolute;
        font-size: 14px;
        color: #f2f2f2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 20px;
        right: 5px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    .menu-close:hover {
        color: #ffffff;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    /* Push the body after clicking the menu button */
    .body-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }

    .body-push-toright {
        left: 200px;
    }

    .body-push-toleft {
        left: -200px;
    }

    .menu,
    .body-push {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    /* navigation rechts - Hintergrundfarbe Tastenfläche 0.05 Transparenz !!*/
    #menuToggle {
        position: absolute;
        top: 1px;
        left: 20px;
        z-index: 11;
        display: block;
        text-align: center;
        font-size: 22px;
        color: #111;
        width: 40px;
        height: 100%;
        line-height: 40px;
        padding-top: 10px;
        cursor: pointer;

        background: rgba(0, 0, 0, 0.1);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    #menuToggle:hover {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.15);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

    /* TZ-DESiGN 21-03-21 */