
.cookieBannerRahmen{
    position: fixed;
    width: 100%;
    bottom: 50px;
    z-index: 99999;
    text-align: center;
    display: none;
    pointer-events: none;
}
.cookieBannerInhalt{
    display: inline-block;

    width: 80%;
    max-width: 480px;
    padding: 25px 25px 25px 25px;

    border-radius: 10px;
    color: #fff;
    background: #888888; /*background: #e9edef;*/
    box-shadow: 0 5px 5px 3px rgba(0,0,0,.1);

    pointer-events: all;
}
.weiss{
    color: #fff;
}

.cookiebutton {

    display: inline-block;

    padding: 15px 30px;

    margin: 5px;
}

/* fonts bis 2024-03-26 */
/*
body{

    font-family: 'Frutiger Next W04 Regular', Arial, Verdana, Helvetica, sans-serif;
}
h1, h2, h3, h4{
    font-family: 'Frutiger Next W04 Regular', Arial, Verdana, Helvetica, sans-serif;
    font-weight: 600;
}
.headline-hauptpunkt{
    font-family: 'Frutiger Next W04 Bold', Arial, Verdana, Helvetica, sans-serif;
    font-weight: 400;
}
*/
/* neue fonteinbindung */
body{

    font-family: 'FrutigerNextRegular' , Arial, Verdana, Helvetica, sans-serif;
}
h1, h2, h3, h4{
    font-family: 'FrutigerNextRegular' , Arial, Verdana, Helvetica, sans-serif;
    font-weight: 600;
}
.headline-hauptpunkt{
    font-family: 'FrutigerNextBold' , Arial, Verdana, Helvetica, sans-serif;
    font-weight: 400;
}

/* ///////////////////// font size /////////////////////////////////////// */
body{
    font-size: 18px;
}
.home-headline{
    font-size: 28px;
}
h1 {
    font-size: 28px;
    padding: 20px 0 20px 0;
}
h2 {
    font-size: 28px;
    padding: 12px 0 8px 25px;
}

h3 {
    font-size: 24px;
    padding: 9px 0 3px 0px;
}
.h3-hilfe{
    padding: 9px 0 15px 0px;
}

h4 {
    font-size: 20px;
    padding: 12px 0 5px 0px;
}
.neu-td-menuekopf{
    min-width: 220px;
    height: 100px;

    color: #fff;
    font-size: 34px;
    font-weight: bold;
}
.dia-show-text{
    font-size: 16px;
}
.button {
    font-size: 21px;
    padding: 15px 30px;
    border-radius: 10px;
}

@media screen and (max-width: 400px) {
    body{
        font-size: 16.5px;
    }
    .home-headline{
        font-size: 19px;
    }
    h1 {
        font-size: 20px;
        padding: 20px 0 20px 0;
    }

    h2 {
        font-size: 19px;
        padding: 12px 0 8px 25px;
    }

    h3 {
        font-size: 18px;
        padding: 9px 0 3px 0px;
    }
    .h3-hilfe{
        padding: 9px 0 15px 0px;
    }

    h4 {
        font-size: 18px;
        padding: 12px 0 5px 0px;
    }
    .neu-td-menuekopf{
        min-width: 220px;
        height: 100px;

        color: #fff;
        font-size: 23px;
        font-weight: bold;
    }
    .dia-show-text{
        font-size: 11px;
    }
    .button {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 7px;
    }
    .cookiebutton {



        padding: 10px 15px;

        margin: 5px;
    }
}





/* ///////////////////// startfenster /////////////////////////////////////// */

.home-links{
    width: 28%;
    float: left;
    margin-left: -20rem;
}

.home-rechts{
    width: 28%;
    float: right;
    margin-right: -20rem;
}

@media screen and (max-width: 860px) {
    .home-links{
        width: 48%;
        margin-left: -20rem;
    }

    .home-rechts{
        width: 48%;
        margin-right: -20rem;
    }
}



.home-mittig{
    text-align: center;
}

.home-bildtext{
    margin: 28rem 5rem 0 5rem;
}
.home-headline{

    font-weight: bold;
}
.home-blau{
    color: #0061b2;
}
.home-rot{
    color: #e3151c;
}


/* menue zeile */


.icon-zurueck-position,
.icon-vor-position{
    width: 40px;
    cursor: pointer;
}


.menue-icon-bereich{
    position: absolute;
    width: 100%;

    height: calc(45px + 45rem);
  /*  background: rgba(250,0,0,0.3);*/
    z-index: 99999;
   /* position: relative;*/
    text-align: center;


}

.kreis-grafik{
 /*   position: absolute;*/
    width: 60rem;
    max-width: 40px;
    cursor: pointer;
    z-index: 1111;
    border-radius: 50%;

    filter: brightness(1.25);

    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.kreis-grafik:hover{
    filter: brightness(1);

}

.logo-grafik{
    width: 200rem;
    max-width: 175px;
}




.minus-position{
    left: 20px;
}

.menue-icon-bereich-swb{
    position: absolute;
    z-index: 12000;
    left: 0;
    top: 0;
    width: 80%;
    height: 120px;
    background: #fff;
}


.logo-position{

    width: 175px;

    position: absolute;
    z-index: 1111;
}



.logo-position{
    top: calc(32rem);
}

.minus-position,
.plus-position,
.menue-position,
.sound-position {
    top: calc(32rem);
}

.minus-position{
    left: 20px;
}
.plus-position{
    left:88px;
}
.logo-position{
    right:calc(150rem);
}
.sound-position{
    right: 88px;
}
.menue-position{
    right: 20px;
}


@media screen and (max-width: 760px) {





    .logo-position{
        width: 240rem;
        max-width: 175px;
    }


    .logo-position{
        top: calc(26rem);
    }

    .minus-position,
    .plus-position,
    .menue-position,
    .sound-position {
        top: calc(26rem);
    }

    .minus-position{
        left: 20rem;
    }
    .plus-position{
        left:88rem;
    }
    .logo-position{
        right:150rem;
    }
    .sound-position{
        right: 88rem;
    }
    .menue-position{
        right: 20rem;
    }

}



/* headlines */



a {
    color: #76b92c;
    text-decoration: underline;
    cursor: pointer;
}

a:hover{
    text-decoration: none;
    color: #76b92c;
}

.headline-ist-link:hover{
    text-decoration: underline;
}
.headline-ist-link{
    cursor: pointer;
}



.neu-schatten{
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.neu-menue-bereich-mobil{
    position: absolute;
    z-index: 999;
}

.neu-bereich{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: calc(100% - 60px);
    position: relative;
}

.neu-text-oben{
    vertical-align: top;
}

.neu-bg-gruen{
    background: #538e57;
}

.neu-abstand-links{
    padding-left: 26px;
}
.neu-abstand-rechts{
    padding-right: 26px;
}
.neu-abstand-oben{
    padding-top: 32px;
}

.neu-volle-breite{
    width: 100%;
}

.neu-schliessen-position{
    display: inherit;
    position: absolute;
    top:0;
    right: 0;
    width: 40px;
    cursor: pointer;
}

.neu-menuekopf{
    background-image: url("../img/back-menue.png"); /* The image used */

    background-color: #64a569; /* Used if the image is unavailable */
    height: 100px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    /* background-size: cover; */ /* Resize the background image to cover the entire container*/



    padding-left: 20px;
    padding-right: 20px;

    vertical-align: middle;

}





.neu-menu-punkt{
    background: #4c7e50;
    background-image: url("../img/menue-pfeil.png"); /* The image used */
    background-position: right; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */

    /* */
    color: #fff;

    line-height: 60px;

    padding-left: 20px;
    padding-right: 20px;

    margin-top: 1px;
    white-space: nowrap;
    cursor: pointer;
}

.neu-menue-punkt-auswahl,
.neu-menu-punkt:hover{
    background: #315033;
    background-image: url("../img/menue-pfeil.png"); /* The image used */
    background-position: right; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}

.overflowHidden{
    overflow: hidden;
}
/*----------------*/
.neu-slider-bereich{
    width: 100%;
    background: #fff;

    white-space: nowrap;


    position: relative;

    height: 333px;
}

.neu-slider-container{
    position: absolute;

}


.neu-content-abstand-oben{
    height: 0;
}
.anzeige-gross {
    display: inherit;
}
.anzeige-klein {
    display: none;
}
@media screen and (max-width: 920px) {
    .anzeige-gross {
        display: none;
    }
    .anzeige-klein {
        display: inherit;
    }

    .neu-content-abstand-oben{
        height: 85px;
    }
}




.slider-bild-rahmen{
    display: inline-block;
    width: 70%;
    padding: 10px 0 20px 26px;

    position: relative;


}



.slider-bild{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0rem 4rem 8rem 0rem rgba(0, 0, 0, 0.33);

}

.slider-bild-abdunkelung{
    position: absolute;
    right: 0;
    bottom: 26px;

    width: calc(100% - 26px);
    border-radius: 10px;
}

.slider-bild-text{
    position: absolute;
    right: 25px;
    bottom: 34px;
    width: calc(100% - 66px);
    border-radius: 10px;
    color: #fff;
    z-index: 99;
    font-size: 14px;
    white-space: normal;
}


















.linie-unter-header{
    line-height: 0;
    height: 2px;
    background: rgb(135,135,135);
    margin: 5px 0 15px 0;
}

ul{
    padding: 20px 0 10px 0;
    /*
    list-style-type: disc;
    margin-left: 16px;

     */
}

li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(71,154,46);
}

/* ///////////////////// farben /////////////////////////////////////// */


h1,h2,h3 {
    color: #404040;
}


.button {
    /*
    color: #000;
    background: #fff;
    border: calc(2rem + 2rem) solid #999;
    */

    display: inline-block;
    background: #c7e55c;
    color: #244f79;

    font-weight: 600;
    text-align: center;


    border: 0;

    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color 350ms ease-out,color 350ms ease-out;
    -o-transition: background-color 350ms ease-out,color 350ms ease-out;
    transition: background-color 350ms ease-out,color 350ms ease-out;



}


.button:hover {

    color: #244f79;
    background: #b0d13b;
    text-decoration: none;

}

/* //////////////////// button /////////////////////////////////////////////////// */

.button{
    pointer-events: all;
}

.button-bereich {
    margin: 16rem 0 0 0;
    text-align: center;
}

.button-animation {
    /*
    animation-name: button-animation-frames;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    
     */
}


@keyframes button-animation-frames {
    0%   {transform: scale(1,1);}
    100%  {transform: scale(0.9,0.9);}
}

.meldung-position{
    position: relative;

    /*
    margin: auto;
    margin-top: calc(60rem + 60rem);
    width: 90%;
    max-width: 500px;
*/
    margin: calc(60rem + 60rem) 100rem 24rem 100rem;

    text-align: center;
}


.tabelle-komplett{
    width: 100%;
    /* border: solid 1px #000;*/
}.tabelle-inhalt{
    width: 100%;
    /* border: solid 1px #000;*/
}

.tabelle-oben{
    vertical-align: top;
    /*border: solid 3px #0f0;*/
}
.rand-links{
    border-left: solid 2px rgb(135,135,135);
}

.untermenue{
    display: inherit;
    position: inherit;
    background: inherit;
}
.untermenue-sichtbarkeit{
    display: inherit;
}

.icon-untermenue-schliessen-position{
    display: none;
}

/*

.klick-nenue-punkte {
    margin: 6px 25px 0 25px;
    cursor: pointer;
    white-space: nowrap;
}
.klick-nenue-punkte:hover{
    text-decoration: underline;
}

*/



.icon-menue-position{
    display: none;
}

.icon-tabelle{
    width: 90%;
    max-width:1000px;
    /* background: #0f0;*/
    display: inline-block;

    margin-top: 10rem;
}

.td-abstand{
    min-width: 10rem;
}
.logo-grafik{

}


.startseiten-position,
.seiten-position,
.meldung2-position {

    display: inline-block;
    position: relative;

   /* margin-top: calc(60px + 60rem);*/

    width: 90%;
    max-width: 1000px;

    text-align: left;


    margin-top: calc(80px + 25rem)
/*
    margin: calc(60rem + 60rem) 130rem 24rem 130rem;
*/

}



.spiel-meldung2-text{
    margin-bottom: 20px;
}

@media screen and (max-width: 920px) {


/*
    .klick-nenue-punkte {
        margin: 6px 50px 0 25px;
    }
*/
    .icon-menue-position{
        display: inherit;

        width: 40px;

        cursor: pointer;

        border-radius: 50%;
    }

    .untermenue{
        display: none;
        position: absolute;
        background: #fff;
       /* border-right: 2px solid rgb(135,135,135) ;
        border-bottom: 2px solid rgb(135,135,135) ;*/

        box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.33);

        top:74px;
        z-index: 300;
        min-height: 42px;
    }
    .untermenue-sichtbarkeit{
        display: inherit;
    }

    .icon-untermenue-schliessen-position{
        display: inherit;
        position: absolute;
        top:0px;
        right: 0px;
        width: 40px;
        cursor: pointer;
    }

    .neu-bereich{

        width: calc(100% - 20px);
       
    }
    .neu-schliessen-position {

        top: -14px;

    }

}



.table-dia{
    width: 100%;
    margin: 15px 0 16px 0;
}

.zelle-bild{
    width: 100%;
}

.zelle-icon{
    vertical-align: middle;
    width: 80px;
}

.table-dia td{

 /*   border: solid 3px #0ff;*/
}



.tabelle-mittig{
    vertical-align: middle;

}







.dia-show-rahmen{
position: relative;

}
.dia-show-hg{

width: 100%;

}
.dia-show-bild {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    border: solid 2px rgb(135,135,135);

}

.video-rahmen{
    width: 100%;
    height: 200rem;
    border-radius: 10px;
    overflow: hidden;
}

.video-iframe{
border: none;
}


.abstand-oben{
display: inline-block;
padding-top: 50rem;
text-align: left;
}

.inhalt-links{
float: left;
width: 50%;
}

.inhalt-rechts{
display: inline-block;
float: right;
width: 50%;
line-height: normal;
}

.inhalt-vollbreit{
line-height: normal;
}

.inhalt-textabstand{
padding: 0 20rem 20rem 20rem;
}




@media screen and (max-width: 920px) {


}



.normalseiten-textabstand{
    padding: 20rem;
}