/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(111,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(112,53): run-time error CSS1063: Expected calculation unit, found 'var('
(112,53): run-time error CSS1064: Expected calculation product, found 'var('
(112,53): run-time error CSS1019: Unexpected token, found 'var('
(112,53): run-time error CSS1042: Expected function, found 'var('
(112,58): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(112,100): run-time error CSS1063: Expected calculation unit, found 'var('
(112,100): run-time error CSS1064: Expected calculation product, found 'var('
(112,100): run-time error CSS1019: Unexpected token, found 'var('
(112,100): run-time error CSS1042: Expected function, found 'var('
(112,105): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(112,116): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(125,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(126,53): run-time error CSS1063: Expected calculation unit, found 'var('
(126,53): run-time error CSS1064: Expected calculation product, found 'var('
(126,53): run-time error CSS1019: Unexpected token, found 'var('
(126,53): run-time error CSS1042: Expected function, found 'var('
(126,58): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(126,100): run-time error CSS1063: Expected calculation unit, found 'var('
(126,100): run-time error CSS1064: Expected calculation product, found 'var('
(126,100): run-time error CSS1019: Unexpected token, found 'var('
(126,100): run-time error CSS1042: Expected function, found 'var('
(126,105): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(126,116): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(410,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(411,33): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(411,51): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(411,110): run-time error CSS1063: Expected calculation unit, found 'var('
(411,110): run-time error CSS1064: Expected calculation product, found 'var('
(411,110): run-time error CSS1019: Unexpected token, found 'var('
(411,110): run-time error CSS1042: Expected function, found 'var('
(411,115): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(411,128): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(631,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(632,33): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(632,51): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(632,110): run-time error CSS1063: Expected calculation unit, found 'var('
(632,110): run-time error CSS1064: Expected calculation product, found 'var('
(632,110): run-time error CSS1019: Unexpected token, found 'var('
(632,110): run-time error CSS1042: Expected function, found 'var('
(632,115): run-time error CSS1039: Token not allowed after unary operator: '-notchSize'
(632,128): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*----- General Formating -----*/
body, html {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.maxWidth {
    max-width:1400px;
    margin: 20px auto;
    padding: 0 15px;
}

h1 {
    color: rgb(204, 213, 0);
    font-family: "piepie";
    margin: 0 0 0.3em;
    line-height: 100%;
    font-size: 3em;
    text-transform:uppercase;
}

.startbalkeninnertext h1 {
    font-size: 5.4em;
    /*3.4em*/
    color: white;
    margin-bottom:0px;
}
#startdatum{
    color:black;
}

h2 {
    font-family: "factoria";
    line-height: 100%;
    font-size: 2.2em;
}

h3 {
    font-family: "factoria";
    color: rgb(96, 105, 18);
}

.right {
    float: right;
    background-color: white;
}
.rightDesktop {
    float: right;
}
.leftDesktop {
    float: left;
}
.video {
    width: 64vw;
    height: 36vw;
}
.height600Desktop {
    height:600px;
}
h4 {
    font-weight: bold;
}

.left {
    float: left;
}

a:active, a:focus {
    outline: none;
}

.noneTextdecoration {
    text-decoration:none;
}

main {
    line-height: 130%;
}

.active {
    position: relative;
    text-align: left;
}

    .active a {
        color: rgb(204, 213, 0);
        font-weight: bold;
    }

.untermenu {
    /*display: none;*/
    position: absolute;
    padding-top: 0;
    height: auto;
    padding-top: 0.5em;
    width:490px;
}

.active::after {
    width: 100%;
    height: 8px;
    content: "";
    background-color: rgba(204,214,00,1);
    position: absolute;
    left: 0;
    top: 59px;
    max-width: 100px;
    --notchSize: 8px;
    clip-path: polygon( 0% 0%, 100% 0%, calc(100% - var(--notchSize)) 100%, 0 100%, 0% calc(100% - var(--notchSize)) );
    z-index:2;
}

.untermenu .active::after {
    width: 100%;
    height: 8px;
    content: "";
    background-color: rgba(204,214,00,1);
    position: absolute;
    left: 0;
    top: 30px;
    max-width: 100px;
    --notchSize: 8px;
    clip-path: polygon( 0% 0%, 100% 0%, calc(100% - var(--notchSize)) 100%, 0 100%, 0% calc(100% - var(--notchSize)) );
    z-index:2;
}

.activeOber .untermenu {
    display: block;
}

.active:hover .untermenu {
    display: block;
}
/*------------------------------*/
.untermenu li a {
    text-transform: none;
}
.untermenu li {
    float:left;
}


ul li ul.dropdown {
    background: rgba(204,214,00,1);
    display: none;
    z-index: 999;
    left: 0;
    padding: 1em 1.8em 1em 1.8em;
    margin: 10% 0% 0% -55%;
    clip-path: polygon( 0% 50%, /* top left */
    25% 0%, /* top left */
    0% 0%, /* top right */
    100% 0%, /* top right */
    100% 70%, /* bottom right */
    85% 100%, /* bottom right */
    0% 100%, /* bottom left */
    0 100% /* bottom left */
    );
}

ul li:hover ul.dropdown {
    display: block; /* Display the dropdown */
}

ul li ul.dropdown li {
    display: block;
}

/*----- Logo -----*/
.brand {
    float: left;
    margin-left: 50px;
    max-width: 60%;
    height: 100%;
    padding-right: 6%;
}

.fontbold {
font-weight:bold;
text-transform:uppercase;
}

.fontboldkontakt {
    font-weight:bold;
}

#headerLogo {
    height: 91px;
    margin-top: 16px;
    position:absolute;
    z-index:105;
}

.headerLogoRight {
    position: absolute;
    right: 50px;
    top: 13px;
}
    .headerLogoRight img {
    height: 57px;
    }
/*----------------*/
/*----- Menu -----*/

nav {
    margin: 0 auto;
    width: 100%;
    height: 90px;
    /*text-align: right;*/
    text-align:left;
    position: sticky;
    top: 0;
    background: rgb(255,255,255);
    z-index: 104;
}

    nav ul {
        margin: 0;
        padding: 2em 0 0 0;
        height: auto;
    }

        nav ul li {
            list-style: none;
            margin: 0;
            display: inline;
        }

            nav ul li a {
                color: #000;
                position: relative;
                padding: 0 0 0 0;
                display: inline-block;
                text-decoration: none;
                text-transform: uppercase;
            }

        nav ul.menu li a:hover {
            color: rgb(204,213,0);
        }



.infomenu {
     float: right; 
}


/*.eventmenudrop:hover .dropnode {
    display: none !important;
    background-color:blue;
}*/


.nodeshow{
    display: block !important;
}


footer {
    background: rgb(176, 176, 176);
    height: 7em;
    padding-top: 1em;
}

    footer p {
        text-align: center;
        color: rgb(80, 80, 80);
    }

.abschnitt {
    display: flex;
    position: relative;
    overflow:hidden;
}
.abschnitt2 {
    display: flex;
    position: relative;
    overflow:hidden;
    width: 177%;
}


.videoDiv {
    width: 100%;
}

.spalteMit65Prozent {
    width: 65%;
    min-width: 500px;
    background: #fff;
    position: relative;
}

.spalteMit80Prozent {
    width: 80%;
    min-width: 500px;
    background: #fff;
    position: relative;
}

.spalteMit75Prozent {
    min-width: 75%;
    background: #fff;
    position: relative;
}

.padding8 {
    padding-left: 8%;
}

.flexDisp {
    display: flex;
}

.grauerHG {
    background: #f0f0f0;
}

.programm {
  margin-top: 40px;
  margin-bottom:100px;
}
.programm div {
    margin-top: 30px;
}
#startseitentext {
    padding-bottom:130px;
}
.credit {
    position: absolute;
    right: 1%;
    bottom: 0%;
    z-index: 1;
    font-size: 13px;
}
.startbildinner {
    position: relative;
    overflow: hidden;
    display: block;
    height:100%;
    /*top: 50%;
    transform: translateY(-50%);*/
    /*   für Parallax Scrolling
        background-attachment: fixed;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/Images/Tulips_g.png");
    height:100%;*/
}
.podiumText {
    /*transform: translateY(-50%);
    top: 50%;*/
    position: relative;
}
.starthintergrund {
    background-size: cover;
    height: 700px;
    background-position: center center;
}

.normalhintergrund {
    background-size: cover;
    min-height: 600px;
    height: 100%;
    object-fit: cover;
    background-position: center center;
}
.normalhintergrund2 {
    background-size: cover;
    height: 100%;
    background-position: center center;
}
.weisseEcke {
    position: relative;
    overflow: hidden;
    display: block;
}
.weisseEcke2 {
    position: relative;
    overflow: hidden;
    display: block;
}
.weisseEckeKlein {
    position: relative;
    overflow: hidden;
    display: block;
}
.grueneEckeKlein {
    position: relative;
    overflow: hidden;
    display: block;
}
.graueEckeKlein {
    position: relative;
    overflow: hidden;
    display: block;
}
.graueEcke {
    position: relative;
    overflow: hidden;
    display: block;
}

.cutEcke {
    --notchSize: 2.25em;
    clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, 100% 0%, 100% 100%, 0 100%, 0% calc(100% - var(--notchSize)) );
}

.displayTable {
    display: table;
}

.startbildinner img {
    width: 100%;
    display: block;
    max-width: 1240px;
    float: right;
}
.startbildinner .left {
    float:left;
}

.slideshowinner {
    overflow: hidden;
    height:100%;
}

    .slideshowinner img {
        width: 100%;
        display: block;
        max-width: 1000px;
        margin: 0 auto;
    }

.slideshowBemerkung {
    position: absolute;
    bottom: 5px;
    z-index: 5;
    left: 80px;
    height: 100px;
    margin-right: 60px;
}

    .slideshowBemerkung p {
        margin: 0;
    }

    .slideshowBemerkung h2 {
    font-size:1.3em;
    text-transform:uppercase;
    }

.spalteMit35Prozent {
    width: 35%;
}

.spalteMit100Prozent {
    width: 100%;
}

.innerPadding {
    padding: 3em 0em 3em 2em;
    max-width: 500px;
}

.innerPaddingW3 {
    padding: 3em 2em 3em 2em;
    max-width: 500px;
}

.innerPaddingTop {
    padding: 3em 0 3em 0;
}
.innerPaddingTopDesktop{
    padding: 3em 0 3em 0;
}
.starttext div {
    padding: 2em 2em 2em 2em;
}

.startbalken {
    position: absolute;
    background-color: rgba(204, 213, 0,0.8);
    width: 100%;
    bottom: 0;
    left: 0;
}
.gruenerBalken {
    background-color: rgba(204, 213, 0,0.8);
    width: 100%;
    height:90px;
    margin-top:-20px;
    position: relative;
}
.startbalkentext {
    margin-left: 8%;
}

.startbalkeninnertext {
    color: #fff;
    padding: 0.5em 0;
}

.slideshowbalken {
    background-color: rgba(204, 213, 0,0.85);
    width: 101%;
    height: 120px;
    bottom: 0;
}
.fixgruen {
    background-color: rgba(204, 213, 0,1);

}

.slideshowbalkenLang {
    background-color: rgba(204, 213, 0,0.85);
    width: 100%;
    height: 120px;
    bottom: 0;
}

.w3-left {
    position: relative;
    left: 30px;
    top: 40px;
    font-size: 50px;
    color: white;
}

.w3-right {
    position: relative;
    right: 30px;
    top: 40px;
    font-size: 50px;
    color: white;
}

.w3-badge {
    background: none;
    border: 2px solid #fff !important;
    height: 16px !important;
    width: 16px !important;
    position: relative;
    top: 96px;
    margin: 0 10px;
}

.w3-content {
    max-width: none;
    height:100%;
}

.mySlides, .mySlides2, .mySlides3, .mySlides4 {
    height: 100%;
    position: relative;
}
#Jahreszahl {
    color: rgb(204, 213, 0);
    /*font-size: 90px;*/
    font-size: 8.4em;
    font-family: "factoria";
    position: relative;
    height: 0;
    margin: 0;
    /*top: -26px;*/
    top: -36px;
    line-height: 0;
}

.bildBox {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    width:250px;
    position:relative;
}
.height400 {
    height:400px;
}
    .bildBox h3 {
        text-align: center;
        background-color: rgba(204, 213, 0,1);
        margin: 0;
        padding: 0.65em;
        font-size:1.3em;
    }
    .bildBox p {
    font-weight:bold;
    }
    .bildBox a {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    }

#jetztAnmelden {
    background-color:#E3000F;
    bottom: 0;
    position: absolute;
    color: white;
    right: 0;
    padding: 0 3em 0 6em;
    clip-path: polygon( 0% 5.5em, 5.5em 0%, 100% 0%, 100% 100%, 0 100%, 0% calc(100% - 5.5em) );
    /*--notchSize: 5.5em;
    clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, 100% 0%, 100% 100%, 0 100%, 0% calc(100% - var(--notchSize)) );*/
}

#jetztAnmelden2 {
    background-color:#1f1e1e;
    bottom: 0;
    position: absolute;
    color: white;
    right: 0;
    padding: 0 3em 0 6em;
    clip-path: polygon( 0% 5.5em, 5.5em 0%, 100% 0%, 100% 100%, 0 100%, 0% calc(100% - 5.5em) );
    /*--notchSize: 5.5em;
    clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, 100% 0%, 100% 100%, 0 100%, 0% calc(100% - var(--notchSize)) );*/
}

.downloadButton h3 {
    background-color: #e3000f;
    bottom: 0;
    color: white;
    right: 0;
    --notchSize: 2.25em;
    clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, 100% 0%, 100% 100%, 0 100%, 0% calc(100% - var(--notchSize)) );
    padding: 0.65em;
    font-size: 1.3em;
}

.schmalerStreifen {
    height: 15px;
}

.textImBild {
    position: absolute;
    right: 3%;
    vertical-align: baseline;
    color: white;
    width: 50%;
    bottom: 2%;
}
.textImBildPauser {
    position: absolute;
    right: 5%;
    vertical-align: baseline;
    bottom: 5%;
    color: white;
}
.textImBildLinks {
    position: absolute;
    left: 4%;
    vertical-align: baseline;
    color: white;
    margin: 0px 0px;
    width: 50%;
    bottom: 2%;
}

.textImBildLinksKarl{
    position: absolute;
    left: 10%;
    vertical-align: baseline;
    top: 55%;
    color: white;
    margin: 0px 0px;
}

.textImBildbreite{
    width:39%;
}

.textImBildKlein {
    text-align: right;
    margin-top: 0;
    margin-right: 44%;
}

.posZitat {
    position:relative;
}
.zitatAnfang {
    width:26px;
    position:absolute;
    top:0;
    left:-32px;
}
.zitatAnfangKurt {
    width:26px;
    position:absolute;
    top:0;
    left:-38px;
}
.zitatAnfangRoman {
    width:26px;
    position:absolute;
    top:0;
    left:-38px;
}
.zitatEnde {
    width:26px;
    position:absolute;
    bottom:39px;
    right:0%;
}

.zitatEndeWeidlinger {
    width: 26px;
    position: absolute;
    bottom: 39px;
    right: 20px;
}
.zitatEndePauser{
    width:26px;
    position:absolute;
    bottom:39px;
    right:44px;
}
.zitatEndeGraf {
    width: 26px;
    position: absolute;
    bottom: 40px;
    right: 20%;
}
.zitatUnterstrich {
    height:26px;
    background-image: url(/Images/zitat_unterstrich_gruen.svg);
    background-repeat: no-repeat;
    background-size:contain;
    width:calc(100% + 40px);
}
.formular {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.PiepieGrün {
    font-family: "piepie";
    color: rgb(204,213,0);
    margin-bottom: 0;
    text-transform:uppercase;
}

.PiepieGrau {
    font-family: "piepie";
    color: rgb(80, 80, 80);
    margin-bottom: 0;
    text-transform:uppercase;
}

.factoriaGrau {
    font-family: "factoria";
    color: rgb(80, 80, 80);
}

.logoUnten {
    width: 95px;
    height:77px;
    margin-top: 10px;
}
  .weisseEckeKlein:after {
        background: rgb(255,255,255);
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: 0%;
        left: -90px;
        height: 50px;
        width: 150px;

        /*   für Parallax Scrolling
        top: -250px;
        left: -250px;     
        height: 500px;
        width: 500px;    */
    }

    .grueneEckeKlein:after {
        /*background: #d3da30;
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: 0%;
        left: -85px;
        height: 50px;
        width: 150px;*/
    }

    .graueEckeKlein:after {
        background: #f0f0f0;
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: 0%;
        left: -90px;
        height: 50px;
        width: 150px;
    }

/*----------------*/
/*----- Media Queries -----*/
@media screen and (min-width: 801px) {
    .weisseEcke:after {
        background: rgb(255,255,255);
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: -200px;
        left: -200px;
        height: 400px;
        width: 400px;
        /*   für Parallax Scrolling
        top: -250px;
        left: -250px;     
        height: 500px;
        width: 500px;    */
    }  

       .weisseEcke2:after {
        background: rgb(255,255,255);
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: -200px;
        left: -237px;
        height: 400px;
        width: 400px;
        /*   für Parallax Scrolling
        top: -250px;
        left: -250px;     
        height: 500px;
        width: 500px;    */
    }  

    .graueEcke:after {
        background: #f0f0f0;
        transform: rotate(-45deg);
        content: "";
        position: absolute;
        top: -200px;
        left: -200px;
        height: 400px;
        width: 400px;
        /*   für Parallax Scrolling
        top: -250px;
        left: -250px;     
        height: 500px;
        width: 500px;    */
    }

    .displayNone {
        display: none;
    }

    .startbildinner {
        /*   für Parallax Scrolling
        min-height: 650px;*/
    }

    nav ul.menu {
        max-height: 20px;
        margin-right: 170px;
        margin-left: 250px;
    }

    nav a#nav-m,
    nav a.close {
        display: none;
    }

    nav ul li {
        margin: 0 30px 0 0;
        display:inline-flex;
    }
    .img-responsive{
        display:block;
    }
    .img-responsive-mobile{
        display: none !important;
    }
}
@media (min-width: 801px) and (max-width: 1450px) {
    .PiepieGrün, .PiepieGrau {
        font-size: 3vw;
    }
}


    @media (min-width: 801px) and (max-width: 1200px) {


        .textImBild {
            width: 80%;
        }

        .innerPadding {
            padding: 3em 0em 3em 0em;
        }


        .textImBildLinks {
            top: 56%;
            width: 80%;
        }

        #whiteText {
            color: white !important;
        }

        .ytp-cued-thumbnail-overlay-image {
            -webkit-background-size: contain;
        }

        .weisseEcke:after {
           display:none;
        }
    }


    @media screen and (max-width: 800px), print {


        .img-responsive {
            display: none !important;
        }

        .img-responsive-mobile {
            display: block;
        }

        .video {
            width: 375px;
            height: 211px;
            margin-left: 50%;
            transform: translateX(-50%);
        }

        .startbalkeninnertext h1 {
            font-size: 8.8vw;
        }

        .schmalerStreifen {
            display: none;
        }

        h1 {
            font-size: 2em;
        }

        h2 {
            font-size: 1.6em;
        }

        .abschnitt {
            display: flex;
            flex-direction: column;
        }

        .abschnitt2 {
            display: block;
        }

        .spalteMit65Prozent {
            min-width: 100%;
        }

        .spalteMit80Prozent {
            min-width: 100%;
        }

        .spalteMit90Prozent {
            min-width: 100%;
        }

        .startbildinner {
            top: 0%;
            transform: translateY(0%);
        }

            .startbildinner img {
                float: none;
            }

            .startbildinner .left {
                float: none;
            }

        .starthintergrund {
            height: 300px;
        }

        .normalhintergrund {
            width: 100%;
            height: auto;
            min-height: 300px;
            background-position: center;
        }

        .normalhintergrund2 {
            height: 255px;
            min-height: auto;
        }

        .spalteMit35Prozent {
            min-width: 100%;
            order: 2;
        }

        .innerPadding {
            padding: 1em !important;
            max-width: initial;
        }


        .startbalken {
            position: relative;
        }

        .gruenerBalken {
            margin-top: 0;
        }

        .height400 {
            height: auto;
        }

        .bildBox {
            margin-left: 50%;
            transform: translateX(-50%);
        }

            .bildBox a {
                position: relative;
            }


        #Jahreszahl {
            font-size: 60px;
            top: -17px;
        }

        #startdatum {
            margin-bottom: 3em;
        }

        .w3-content {
            max-width: none;
            top: 0;
            transform: none;
        }

        .active a {
            color: #555;
            font-weight: normal;
        }
        /*Formatierung Mobiles Menue*/
        nav ul {
            top: 6em;
            position: absolute;
            background-color: white;
            width: 100%;
            left: -100%;
            list-style-type: none;
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
            height:100vh;
        }

            nav ul li:nth-child(2n) {
                background-color: rgb(241,241,241);
            }

        .untermenu li:nth-child(2n-1) {
            background-color: rgb(241,241,241);
        }

        .untermenu li:nth-child(2n) {
            background-color: rgb(255,255,255);
        }

        nav ul li {
            display: block;
            text-align: left;
            text-indent: 0.5em;
            border-bottom: 1px solid #fff;
        }

            nav ul li a {
                color: #555;
                padding: 1em 10px;
                display: block;
                user-select: none;
            }

        nav ul.menu li a:hover {
            border-bottom: 0;
        }
        ul li:hover ul.dropdown, ul li:active ul.dropdown {
            display: block;
            position: inherit;
            height:auto;
        }


        ul li ul.dropdown {
            background: rgba(204,214,00,1) !important;
            display: none;
            z-index: 999;
            left: 0;
            margin:0;
            padding:0;
            clip-path:inherit;
        }

        .infomenu {
            /* float: right; */
            float:none;
            display: block;
        }

        #headerLogo {
            height: 80%;
            margin-top: 1em;
            margin-left: 1em;
            left: 0;
        }

        .headerLogoRight {
            display: none;
        }

        .brand {
            margin-left: 0;
            padding: 0;
        }

        .startbalkentext {
            margin-left: 5%;
        }

        .h1Klein {
            font-size: 2em !important;
        }

        .innerPaddingTopDesktop {
            padding-top: 0;
        }
        /*Hamburger-Icon*/
        nav a#nav-m img,
        nav a.close img {
            width: 40px;
            height: auto;
        }

        nav > .close,
        nav a#nav-m:target {
            display: none;
        }

        nav a:target ~ ul,
        nav a:target ~ .close {
            display: inline-block;
        }

        nav a:target ~ .close {
            position: absolute;
            margin-left: -60px;
            margin-top: 25px;
        }

        #nav-m {
            position: absolute;
            right: 25px;
            margin-top: 25px;
        }

        nav a:target ~ ul {
            left: 0;
        }

        nav {
            position: relative;
            text-align:right;
        }


        .untermenu {
            display: block;
            position: relative;
            padding-top: 0;
            padding-left: 0;
            left: 0;
            top: 0;
            height: auto;
            text-indent: 0.5em;
            width: auto;
        }

            .untermenu li {
                text-indent: 1.5em;
                float: none;
            }

        .active {
            position: initial;
            width: auto;
            background-color: rgb(204, 213, 0) !important;
        }

            .active::after {
                display: none;
            }

        .slideshowBemerkung {
            /*bottom: -110px;*/
            bottom: -50%;
            transform: translateY(-15%);

            height: 110px;
            left: 40px;
            width: calc(100% - 80px);
        }

            .slideshowBemerkung h2 {
                font-size: 1.3em;
            }

        .slideshowbalken {
            height: 185px;
            position: relative;
        }

        .slideshowbalkenLang {
            height: 185px;
            position: absolute;
            background: none;
        }

        .w3-badge2 {
            top: 100px;
            border: 2px solid rgb(204,213,0) !important;
        }

        .w3-badge {
            top: 160px;
        }

        .w3-left2 {
            color: rgb(204,213,0);
            left: 0;
        }

        .w3-left {
            left: 2px;
            top: 50%;
            transform: translateY(-50%);
        }

        .w3-right2 {
            color: rgb(204,213,0);
            right: 0;
        }

        .w3-right {
            right: 2px;
            top: 50%;
            transform: translateY(-50%);
        }

        .w3-white2 {
            background-color: rgb(204,213,0) !important;
        }

        .innerPaddingW3 {
            padding: 0.5em 2em;
            max-width: initial;
        }

        .videoDiv iframe {
            height: 300px;
        }

        .textImBild {
            position: relative;
            padding: 22px 25px;
            background-color: rgb(204,213,0);
            transform: none;
            right: 0;
            width: 100%;
        }

        .textImBildPauser {
            position: relative;
            padding: 22px 25px;
            background-color: rgb(204,213,0);
            transform: none;
            right: 0;
            width: 100%;
        }

        .textImBildLinks {
            position: relative;
            padding: 22px 25px;
            background-color: rgb(204,213,0);
            transform: none;
            right: 0;
            left: 0;
            width: 100%;
        }


        .zitatUnterstrich {
            background-image: url(/Images/zitat_unterstrich_weiss.svg);
        }

        .rightDesktop {
            float: none;
        }

        .height600Desktop {
            height: auto;
        }

        .podiumText {
            transform: none;
            top: initial;
            position: initial;
        }

        .posZitat {
            width: 95%;
            margin: 0 auto;
        }

        .textImBildKlein {
            margin-right: -1%;
        }

        .zitatAnfangRoman {
            width: 26px;
            position: absolute;
            top: -14%;
            left: -52px;
        }

        .zitatAnfangKurt {
            width: 26px;
            position: absolute;
            top: -14%;
            left: -52px;
        }

        .zitatEndePauser {
            width: 26px;
            position: absolute;
            right: -28px;
        }

        .zitatEndeGraf {
            width: 26px;
            position: absolute;
            right: -28px;
        }

        .textImBildKurt {
            position: relative;
            padding: 22px 20px;
            background-color: rgb(204,213,0);
            transform: none;
            right: 0;
        }

        .credit {
            bottom: -7%;
        }
    }

    /*--------------------------------------*/

/* RESET */

#shopheader 
{
	clear:both;
	display:inline; /*Fix IE floating margin bug*/
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;	
	font-family: 'Lato', sans-serif;
	font-size: 14px;  
	/*float:left; Peer: Wegen Fehler im IE und FF herausgenommen */   
	width:710px;
	margin:0 0 0 30px;
	/*background:url("../bilder/shopheader/bg.gif") repeat-x bottom;*/
	line-height:normal;
  }
.error_val {
    color:red;
}
.dg-header td, .dg-item td{
    border: none;
}
.dg-header {
border-bottom: 1px solid black;
}
.BestellungRightInput {
    width:380px !important;
    height: 35px;
}
#shopheader ul {
  margin:0;
  padding:10px 10px 40px 10px;
  list-style:none;
  }
#shopheader li {
  float:left;
  /*background:url("../bilder/shopheader/right.gif") no-repeat right top;*/
  margin:0;
  padding: 4px 11px;
  width: 25%;
  min-width: 190px;
  text-align: center;
  }
.shopheaderZusatz li span {

    background-color: #eee;
    padding: 10px 5px;

}
#shopheader a {
  float:left;
  display:block;
  /*background:url("../bilder/shopheader/left.gif") no-repeat left top;*/
  padding: 10px 0 ;
  text-decoration:none;
  color:#467aa7;
  font-weight:bold;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#shopheader a {float:none;}
/* End IE5-Mac hack */
#shopheader a:hover {
  /*color:#467aa7;*/
  }

#shopheader span {
  float:left;
  display:block;
  /*background:url("../bilder/shopheader/left.gif") no-repeat left top;*/
  text-decoration:none;
  color:rgb(80, 80, 80);
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#shopheader span {float:none;}
/* End IE5-Mac hack */
#shopheader span:hover {
  /*font-weight:bold;*/ 
  /*color:#467aa7;*/
  }  

#shopheader #current {
  /*background-image:url("../bilder/shopheader/right_on.gif");*/
  }
#shopheader #current a {
  /*background-image:url("../bilder/shopheader/left_on.gif");*/
  color:#467aa7;
  }
#shopheader #current span {
  /*background-image:url("../bilder/shopheader/left_on.gif");*/
  color:#467aa7;
  }

hr { 
    width: 100%; 
    height: 1px; 
    margin: 0 auto;
    background-color: black;
   
}

.shopheaderBackground {
    background-color:rgba(204, 213, 0,1) !important;
}

.teilnehmerButton {
    width: 37px;
    height: 37px;
    background-position: center;
    background-repeat: no-repeat;
}

.BestellungPLZ {
    width:108px;
    height: 35px;
}
.BestellungDropdown {
    height: 35px;

}

input[type="submit"], input[type="button"] {
    text-align: center;
    background-color: rgba(204, 213, 0,1);
    margin: 5px;
    padding: 0.5em;
    font-size: 1.0em;
    color: rgb(96, 105, 18);
    font-family: "factoria";
    border: 0px;
}
    

.zeb-datagrid table {
    width:100%;
}

@media screen and (max-width: 800px) {
    .BestellungRightInput {
        width: 270px !important;
    }
    #shopheader li {
  text-align: left;
  }
}
