@import url("../genericons/genericons.css");



  
  @media screen and (min-width: 320px) and (max-width: 1000px){
  
    
 /* Navigation */
      #navigation {
      display: none;
    }
    
    #navi-mobil {
      display: block;
    }

       .toppi {
     
      background: rgb(21,237,237);

    }

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


label.off-canvas-menu-label {
  width: 40px;
  height: 40px;
  position: relative;
  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(22,181,181); 
  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: rgb(100,100,100);
  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: 1rem;
 max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  z-index: 2;
}

.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: 15px 20px;
  color: rgb(100,100,100);
  text-decoration: none;
  border-top: 1px solid white;
}
    
   .off-canvas-menu li a:hover,
     .off-canvas-menu li a:focus,
     .off-canvas-menu li.sub:hover,
   /* .off-canvas-menu li.sub input,*/
    .off-canvas-menu li.sub a:hover,
     .off-canvas-menu li.active a {
    
       text-decoration: none;
    }
    


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

.off-canvas-menu > ul > li:last-child {
  border-bottom: 1px solid white;
}

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

.off-canvas-menu ul > li.sub > a:after {
  /*position: relative;*/
  float: right;
  content: '+';
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(100,100,100);
 /* vertical-align: middle;*/
  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: 1px solid white;
  max-height: 1500px;
}

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

.off-canvas-menu .submenu li {
  background: rgb(22,181,181);
 
}

.off-canvas-menu .submenu li a {
  padding: 15px 20px 15px 40px;
  color: white;
  background: rgb(22,181,181);
}
    
    .off-canvas-menu .submenu li.active a,
    .off-canvas-menu .submenu a:hover {
      background: rgb(22,181,181);
    }


        #footer-links {
      width: 100%;
      height: auto;
      display: block;
    }

  
    #footer-rechts {
      width: 100%;
      height: auto;
      float: left;
      margin-top: 20px;
      display: block;
    }

  #footer-rechts li.nav-item.item-107 {
    padding-left: 0px;
  }

@media screen and (min-width: 320px) and (max-width: 768px){
 
 
  #content {
    display: block;
  }
  #inhalt,
  #seite {
    width: 100%;
  }

  #inhalt {
    padding: 30px 20px 40px 30px;
  }
 
  #seite .seite_mitte {
    overflow: hidden;
  }
  
  #seite .seite_mitte img {
    max-width: 10%;
    height: auto;
    
  }
  

    #inhalt .video_lux,
    #inhalt .team,
    #inhalt .jobs,
    #inhalt .text {
      width: 100%;
      height: auto;
    }
    
    #inhalt .team,
    #inhalt .jobs {
      margin-bottom: 10px;
    }
    
    #inhalt h1 {
      font-size: 1.3rem;
    }
 
    #banner_ganz {
      box-shadow: none;
    }
    
    


  @media screen and (min-width: 320px) and (max-width: 660px){

    #inhalt .team-neu {
      width: 100%;
    }
  }

  }
  }
