                   *{
                         max-width:100%;
                   }

                   html,body{
                        background-position:center right;
                           background-image:url(../image/hintergrund_mobile.jpg);
                        height:100vH;
                        overflow:hidden;
                   }

                      section {
                         width:100%;
                         height:100vH;
                         background-size:cover;
                         background-position:center center;
                         margin-top:-2px;
                         margin-bottom:200px;
                         overflow:auto;
                        }
                   section > article{
                         width:95%;
                         height:auto;
                         min-height:130vH;
                         position:relative;
                         display:block;
                         border-spacing:50px;
                         top:150px;
                }
                section > article > article{
                         display:block;
                         width:100%;
                         vertical-align:top;
                }
                section > article > article > figure,section > article > article > aside{
                         display:block;
                         padding:10px;
                         margin:20px auto;
                         width:93%;
                         background-color:rgba(255,255,255,0.7);
                         border-radius:15px;
                         box-shadow:4px 4px 8px #000;
                         color:#000;
                         font-weight:bold;
                }
                  #s1{

                       overflow:auto;

                      }


                     footer{
                         height:20px;
                         line-height:20px;

                         }
                    footer a{
                         font-size:15px;

                         }
                    .entypo-up{
                         position:fixed;
                         bottom:30px;
                         right:10px;
                         z-index:1000;
                         font-size:1rem;
                         display:none;
                         padding:2px;
                         border-radius:2px;
                         width:30px;
                         height:30px;
                         line-height:30px;
                         text-align:center;
                         }
                    body > .entypo-menu{
                         float:right;
                         top:10px;
                         right:10px;
                         z-index:1000;
                         font-size:1rem;
                         padding:2px;
                         border-radius:2px;
                         width:30px;
                         height:30px;
                         line-height:30px;
                         text-align:center;
                        }

                  menu{
                         position:fixed;
                         top:0px;
                         right:auto;
                         left:0px;
                         width:100%;
                         height:0;
                         background-color:rgba(0,0,0,0.7);
                         z-index:1001;
                         overflow:hidden;
                         opacity:0;
                         transition:all 1s;
                }
                menu.aktiv{
                         width:100%;
                         height:100vH;
                         opacity:1;
                }
                  menu ul{
                         margin-top:50px;
                         margin-top:120px;
                        }

                  menu ul li{
                         line-height:3rem;
                         padding-left:20px;
                         border-bottom:1px solid #fff;

                        }
                         menu ul li a{
                         font-size:1.6rem;
                         display:block;

                        }
                          menu a:hover{
                        background-color:rgba(0,149,0,0.7);
                        transform:none;
                        box-shadow:0px 0px 5px rgba(0,149,0,0.7);

                      }
                   .close{
                         float:right;
                         margin-top:120px;
                         margin-right:30px;
                         font-size:1.5rem;
                         }

                  #logo img{
                         width:95%;
                          margin-top:30px;
                         margin-left:2px;
                       }
                    #logo{
                          position:fixed;
                         top:0px;
                         left:10%;
                         box-shadow: 8px 8px 10px #003F00 ;
                         background-color:rgba(0,149,0,0.7);
                         z-index:2000;
                         width:100px;
                         height:120px;
                        }
                       #logow{
                         position:fixed;
                         top:0px;
                         left:10%;
                         background-color:rgba(255,255,255,0.6);
                         z-index:1999;
                         width:100px;
                         height:120px;
                    }
                #social{
                     position:fixed;
                     right:-140px;
                     top:auto;
                     bottom:100px;
                     height:50px;
                     width:160px;
                     margin-top:140px;
                     border-top-left-radius:15px;
                     border-bottom-left-radius:15px;
                     background-color:rgba(0,149,0,0.7);
                     z-index:2000;
                     padding:10px;
                     line-height:13px;
                     transition:all 1s;
                     display:none;
                 }

                 #social:hover{
                         right:0px;
                 }
                 #social a{
                         padding-left:20px;
                 }
                 #social a:before{
                       font-size:1rem;
                       position:relative;
                       left:-15px;
                 }

                 #nav1{
                         display:none;
                 }
                 #nav2{
                         display:inline-block;
                 }

                  #hk{
                        width:200px;
                        margin-left:auto;

                  }

                  #kontakt{
                        margin-left:0px;
                        width:93%;
                  }



                   #imgs4{
                         width:auto;
                         height:auto;
                         margin-right:15px;
                  }
                   #cookiehinweis {
                         position:fixed;
                         bottom:50px;
                         width:95%;
                         height:auto;
                         padding:15px 15px;
                         background-color:rgba(0,0,0,0.7);
                         text-align:center;
                         color:#fff;
                         transition:all 1s;
                               }

                    #cookiehinweis.inaktiv{
                         bottom:-100px;
                         opacity:0;

                     }
                  #cookiehinweis > button {
                          padding:3px 3px;
                          background-color:rgba(255,255,255,0.7);
                          border:1px solid #7F7F7F;
                          border-radius:5px;
                          box-shadow:4px 4px 8px #2F2F2F;
                  }