  @media screen and (min-width: 320px) and (max-width: 1100px){
 
 #navi-ganz {
      display: none;
    }
    
    #banner-innen,
    #banner {
      overflow: hidden;
    } 
    
    #banner-innen {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
    }
    
    #banner {
      padding-bottom: 0;
    /*  position: relative;*/
    }
    
    #navi-mobil {
      display: block;
      width: 100%;
      height: auto;
    }
    
    #logo {
      float: none;
      width: 180px;
      height: auto;
      margin-left: 20px;
    }
    
    
   /* .header-slider {
      margin-top: 0;
    }*/
    
    .header-right {
      padding-left: 20px;
      padding-right: 20px;
    }
    
    .header-right .text {
  width: auto;
  height: auto;
  overflow: hidden;
}
    
    .header-right h1 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.header-right p {
  font-size: 1rem;
  margin-bottom: 15px;
   line-height: 1.2;
  
}
    
    .beitrag {
      font-size: 1rem;
      line-height: 1.5;
    }
    
    .beitrag h1 {
      font-size: 1.5rem;
    }
    
.beitrag ul {
  list-style-image: url(../images/bullet-klein.jpg);  

}
    
    
    

    /* mobiles menu 2 */

    .toppi {
     
      background: white;

    }

input#off-canvas-menu {
  display: none;
}


label.off-canvas-menu-label {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  /*margin-right: auto;
  margin-left: auto;*/
overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 3000;
  text-align: center;
  
}


/* hamburger icon */

.line { 
  position: absolute;
   top: 8px;
   height: 4px; 
   width: 40px; 
   background: rgb(176,28,46); 
  border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 8px; }
.line:nth-child(2) { top: 18px; }
.line:nth-child(3) { top: 28px; }

#off-canvas-menu:checked ~ label.off-canvas-menu-label .line:nth-child(1){
   transform: translateY(10px) rotate(-45deg);
}

#off-canvas-menu:checked ~ label.off-canvas-menu-label .line:nth-child(2){
   opacity:0;
}

#off-canvas-menu:checked ~ label.off-canvas-menu-label .line:nth-child(3){
   transform: translateY(-10px) rotate(45deg);
}
/* ende hamburger icon */



label.off-canvas-menu-label i {
 line-height: 40px;
  font-size: 24px;
  color: white;
  transition: 0.3s;
}


input#off-canvas-menu[type=checkbox]:checked ~ label.off-canvas-menu-label i {
  transform: rotate(90deg);
}

input#off-canvas-menu[type=checkbox]:checked ~ nav.off-canvas-menu {
 max-height: 1500px;
}



nav li,
label.off-canvas-menu-label {
  transition: 0.2s;
}



.off-canvas-menu {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
 max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  z-index: 2;
  padding-top: 20px;
}

.off-canvas-menu input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
	display: block;
  cursor: pointer;
 
}
    
 

.off-canvas-menu ul {
  margin: 0;
  padding: 0;
}



.off-canvas-menu a {
  display: block;
  padding: 20px 30px 20px 30px;
  color: black;
  text-decoration: none;
  border-top: 2px solid rgb(0,177,235);
}
   
   .off-canvas-menu li:hover, 
   .off-canvas-menu li a:hover,
     .off-canvas-menu li a:focus,
     .off-canvas-menu li.sub:hover,
  .off-canvas-menu li.sub1:hover,
    .off-canvas-menu li.sub a:hover,
  .off-canvas-menu li.sub1 a:hover,
     .off-canvas-menu li.active a {
      background: rgb(0,177,235);
       text-decoration: none;
      
    }
    
   

.off-canvas-menu li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  color: black;
  transition: 0.5s;
 
}

.off-canvas-menu > ul > li:last-child {
  border-bottom: 2px solid rgb(0,177,235);
}

.off-canvas-menu ul li:first-child {
  border-top: none;
}

.off-canvas-menu ul > li.sub > a:after {

  float: right;
  content: '+';
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
 
  transition: 0.5s;
  line-height: 1;
}

.off-canvas-menu .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  border-top: none;
}

.off-canvas-menu input[type=checkbox]:checked ~ .submenu {
  border-bottom: 5px solid rgb(0,176,235);
  max-height: 1500px;
}

.off-canvas-menu input[type=checkbox]:checked ~ a:after {
  transform: rotate(45deg);
}

.off-canvas-menu .submenu li {
  background: white;
 
}

.off-canvas-menu .submenu li a {
  padding: 20px 30px 20px 50px;
  color: black;
  background: white;
}
    
   

  
    .off-canvas-menu .submenu li.active a,
    .off-canvas-menu .submenu li a:hover {
      background: rgb(176,28,46);
      color: white;
    }
    
    
    
@media screen and (min-width: 320px) and (max-width: 768px){
      
      .header-right h1 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.header-right p {
  font-size: 0.875rem;
  margin-bottom: 15px;
   line-height: 1.2;
  
}
  
  .startseite-ganz {
  display: block;
}

.startseite {
  width: 96%;
  
  margin-top: 30px;
 margin-right: auto;
  margin-left: auto;
}
  
.leiste {
 
  display: block;

}

.leiste4 {
  width: 100%;
  height: auto;
  padding: 10px 0 10px 0;
}
  
  .footer-feld {
  width: 100%;
    padding-bottom: 40px;

}
  
@media screen and (min-width: 320px) and (max-width: 660px){  
  
  .header-slider {
    display: block;
  }
  
  .header-left,
.header-right {
  width: 100%;
  height: auto;
}
  
  .header-left {
    border-right: 0;
  }
  
  
    .header-right h1 {
  font-size: 1.5rem;
}

.header-right p {
  font-size: 1rem; 
} 

  .header-right {
    padding: 30px;
  }


  }
      
    }   

}
