body {
      background-image: url('ele/tl_toe.gif'),url('ele/tl_hg.jpg');
      background-position: center, left center;
      background-size: auto, cover;
      background-attachment: fixed;
      background-blend-mode: darken;
      padding: 0px 5px 0px 5px;
    }

    img {
        padding-left: 5px
      }


    h1 {color: #f00;
        font-size: 8vw;
      }
    h2 {color: #000000;
        font-size: 7vw;
        font-weight: bold;
        margin: -0.15em 0em -0.15em 0em;
      }
    h3 {color: #fff; font-size: 5.8vw;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    h4 {color: #fff; font-size: 4.8vw;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    h5 {color: #fff; font-size: 3.8vw;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    p1 {color: #fff;
        font-size: 5vw;
      }
    p2 {color: #fff;
        font-size: 4vw;
      }
    p3 {color: #000000;
        font-size: 3.8vw;
      }
    p4 {color: #fff;
        font-size: 3.6vw;
      }
    p5 {color: #fff;
        font-size: 3.3vw;
      }
    hr {width: 95%;
        height: 2em;
        margin: 0 auto;
        color: #9991;
        background: #9994;
      }

    #zeit {
      <?php
        echo "letzte Ãnderung: ".date ('d.m.Y H:i',getlastmod())
      ?>
    }

    #fuchs {
      height: 38vw;
      /* margin: -0.8em 3em 2em 3em; */
      background-size: contain;
      background-image: url("ele/um_ban.gif");
      background-repeat: no-repeat;
      background-position: center;
      }

      #us img {width: 90%;
      max-width: 436px;
      display: block;
      margin: auto;
      }

    /* #hs li {
      background-position: center;
      vertical-align: middle;
    } */

    #hs {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 710px;
      max-width: 92%;
      margin: 0em auto 0em auto;
    }

    #mit {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 900px;
      max-width: 83%;
      margin: -2em auto 0.5em auto;
    }

    #posten {
      padding-right: 0.5em;
      position: relative;
      top: 0.5em;
      height: 1.7em
    }

    #posten:nth-child(1n):hover,
    #posten:nth-child(1n):focus {
    	transform: scale(1.5) rotate(5deg) scaleY(0.6);
    }

    #foto {
      padding-right: 0.5em;
      position: relative;
      top: 0em;
      height: 1em
    }

    #foto:nth-child(1n):hover,
    #foto:nth-child(1n):focus {
    	transform: scale(1.5) rotate(5deg) scaleY(0.6);
    }

  .liste  {
      /* list-style-type: square;
      display:block; */
      /* padding:0; */
      /* list-style-position: inside; */
      text-indent:-6rem;
      /* padding-left:2rem; */
    }

    /* Kopffarbe */
    #nav {
      margin: 0;
      background: #0009;
      padding: 0;
      overflow: hidden;
    }

    /* Kopf verstecker bei zukleinem Ausschnitt */
    #leiste {
      display: table;
      position: fixed;
      z-index: 1;
      top: 0%;
      right: 0%;
      height: 100vh;
      width: 100%;
      margin-right: -200vw;
      padding: 0;
      background: transparent;
      transition: 3s ease-out;
    }

    /* Hintergrundfarbe der Klappe */
    #leiste ul {
      display: table-cell;
      background: #fffd;
      vertical-align: middle;
      margin: 0;
      padding: 0rem;
      overflow: hidden;
    }

    /* Button in der Klappe*/
    #leiste li {
      list-style-type : none;
      display: block;
      margin: 0.5rem 2rem;
      padding: 0;
      background: #2229;
    }

    /* Schrift in der Klappe */
    #leiste  a {
      display: inline-block;
      text-align: left;
      text-decoration : none;
      font-size: 6vw;
      font-weight: bold;
      letter-spacing: 2px;
      padding: 0.7rem 1.5rem ;
      margin: 0rem;
      color: #fffb;
      text-shadow: none;
      text-transform: uppercase;
      width: 100%;
    }

    /* Schriftfarbe in der Klappe beim drüber gehen */
    #leiste a:hover {
      color: #000;
    }

    /* Buttonfarbe in der Klappe beim drüber gehen */
    #leiste li:hover {
      background: #fff;
    }
    /*Buttonfarbe in der Klappe der acktiven Seite */
    #leiste #kopf  {
      background: #f00;
    }

    /* Angaben für den Button zum öffnen der Klappe */
    #nav label.button-auf  {
      display: block;
      position: fixed;
      top: 1rem;
      left: 2rem;
      z-index: 2;
      text-align: center;
      margin: 0;
      padding: 0rem;
      cursor: pointer;
      background-image: url(ele/tl_o.gif);
      background-size: contain;
      /* font-size: 2rem; */
      width: 2.4rem;
      height: 3rem;
      line-height: 3rem;
    }


    /* Angaben für den Button zum schließen der Klappe */
    #nav label.button-zu  {
      display: inline-block;
      position: fixed;
      top: 1rem;
      right: 2rem;
      margin-right: -200vw;
      z-index: 2;
      cursor: pointer;
      background-image: url(ele/tl_z.gif);
      background-size: contain;
      vertical-align: middle;
      width: 3rem;
      height: 3rem;
      line-height: 3rem;
      transition: margin 4s;
      }

    /* zusätzliche Angaben für den Button zum öffnen der Klappe */
    #nav label.button-auf:hover {
      background: #fff;
      background-image: url(ele/tl_o.gif);
      background-size: contain;
    }

    /* Kästchen versteckt */
    input[type=checkbox]{
      display: none;
    }

    /* Button "zu"*/
    input#auf-leiste:checked ~  label.button-zu  {
      margin-right: 0;
    }

    /*Zeit bis zur Öffnung der Klappe*/
    input#auf-leiste:checked ~ #leiste  {
      margin-right: 0;
      transition: 1s ease-out;
    }

    /*============>> Displaygrößen <<===============*/

    /*unter 420  __________________________________*/
    @media (max-width: 579px){

      .mobile {
        display: block !important;
      }

      .no-mobile {
        display: none !important;
      }

/*
    h1 {color: #f00;
        font-size: 4.5rem;
      }
    h2 {color: #fff;
        font-size: 3.5rem;
        font-weight: bold;
        margin: -0.15em 0em -0.15em 0em;
      }
    h3 {color: #fff; font-size: 3rem;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    p1 {color: #fff;
        font-size: 2.1rem;
      }
    p2 {color: #fff;
        font-size: 1.7rem;
      }
    p3 {color: #fff;
        font-size: 1.3rem;
      } */

      /* #fuchs {
        margin: -3.8em 3em 0.3em 3em;
        } */
    }

    /*ab 480 580  __________________________________*/
    @media (min-width: 580px) {

      .mobile {
        display: block !important;
      }

      .no-mobile {
        display: none !important;
      }

      #leiste li {
        width: 60vw;
        margin: 0 auto;
        margin-bottom: 0.5rem;
      }
/*
    h1 {color: #f00;
        font-size: 4rem;
      }
    h2 {color: #fff;
        font-size: 3.2rem;
        font-weight: bold;
        margin: -0.15em 0em -0.15em 0em;
      }
    h3 {color: #fff; font-size: 2.8rem;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    p1 {color: #fff;
        font-size: 1.8rem;
      }
    p2 {color: #fff;
        font-size: 1.4rem;
      }
    p3 {color: #fff;
        font-size: 1rem;
      } */

    #posten {
      padding-right: 1em;
      position: relative;
      top: 0.5em;
      height: 1.5em
    }
  }

    /*ab 768  __________________________________*/

    /* @media (min-width: 720px) {

      .mobile {
        display: block !important;
      }

      .no-mobile {
        display: none !important;
      }

      #leiste  {
         width: 50vw;
      }
      #leiste li {
        width: 45vw;
      }
    } */

    /*ab 960  __________________________________*/
    @media (min-width: 1080px) {

      .mobile {
        display: block !important;
      }

      .no-mobile {
        display: none !important;
      }


    h1 {color: #f00;
        font-size: 3.2vw;
      }
    h2 {color: #000000;
        font-size: 2.8vw;
        font-weight: bold;
        margin: -0.15em 0em -0.15em 0em;
      }
    h3 {color: #fff; font-size: 2.3vw;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    h4 {color: #fff; font-size: 1.8vw;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    h5 {color: #fff; font-size: 1.3vw;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    p1 {color: #fff;
        font-size: 2vw;
      }
    p2 {color: #fff;
        font-size: 1.6vw;
      }
    p3 {color: #000000;
        font-size: 1.1vw;
      }
    p4 {color: #fff;
        font-size: 0.8vw;
      }
    p5 {color: #fff;
        font-size: 0.6vw;
      }

    #fuchs {
      height: 20vw;
      /* margin: -0.8em 3em 2em 3em; */
      background-size: contain;
      background-image: url("ele/um_ban.gif");
      background-repeat: no-repeat;
      background-position: center;
      }

      /* Balken über der Leiste */
      #nav {
        border-top: 0.5rem solid #000;
      }
      /* Button verstecken */
      #nav label.button-auf ,
      #nav label.button-zu {
        display: none;
      }
      /* menu sichtbar */
      #leiste {
        position: relative;
        background: transparent;
        height: 0%;
        width: 100%;
        margin-top: 0rem;
        margin-left :0;
        padding: 0rem;
        box-shadow: none;
        text-align: left;
      }
      #leiste ul  {
        display: inline-block;
        background: transparent;
        xbackground: linear-gradient(45deg , red 90% , transparent 90%);
        text-align: left;
        margin :0rem;
        padding: 0.3rem 7rem 0.3rem 2rem;
      }
      /* Button im Kopf */
      #leiste li  {
        display: inline-block;
        width: auto;
        background: #fff9;
        margin: 0;
        padding: 0;
        transform: skewX(-50deg);
        box-shadow: none;
      }
      /* Schrift im Kopf */
      #leiste  a {
        font-size: 1.3rem;
        /* display: inline-block; */
        text-decoration: none;
        width: 100%;
        padding: 0.5rem 1.3rem;
        margin: 0rem;
        letter-spacing: 1px;
        color: #000;
        font-weight: bold;
        border-radius: 0.4rem;
        transform: skewX(50deg);
      }
    }

    /*ab 1400  __________________________________*/
    @media (min-width: 1400px) {

      .mobile {
        display: none !important;
      }

      .no-mobile {
        display: block !important;
      }


    h1 {color: #f00;
        font-size: 2.8em;
      }
    h2 {color: #000000;
        font-size: 2.5emw;
        font-weight: bold;
        margin: -0.15em 0em -0.15em 0em;
      }
    h3 {color: #fff; font-size: 2.1em;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    h4 {color: #fff; font-size: 1.5em;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    h5 {color: #fff; font-size: 1.0em;
        font-weight: bold;
        margin: 0em 0em -0.15em 0em;
      }
    p1 {color: #fff;
        font-size: 1.8em;
      }
    p2 {color: #fff;
        font-size: 1.4em;
      }
    p3 {color: #000000;
        font-size: 0.8em;
      }
    p4 {color: #fff;
        font-size: 0.6em;
      }
    p5 {color: #fff;
        font-size: 0.4em;
      }

    }
