
/* XXXXXXXXXXXXmax-width:64emXXXXXXXXXXXXXXX */


@media screen and (max-width:64em){



  .logo {
    font-family: 'galdergly';
    font-size: 7.38vw;
    line-height: 85%;
    min-height:0vw;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
  



  body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden!important;
    overflow-y: visible!important;   
     }
  
  
    .headliner02 {          
      grid-area: 1 / 1 / 3 / 3;
      display:none;
      align-self: flex-end;
      margin:0;
      margin-left: 1rem;
  }
      
    .nav {
      width: 100vw;
      grid-area: 1 / 5/ 2 / 7;
      position: absolute;
      display: none; /*grid*/
      grid-template-columns: 12vw 12vw 12vw 12vw;
      grid-template-rows: 8vh;
      grid-template-areas: 'menuepunkt01 menuepunkt02 menuepunkt03 menuepunkt04';
      margin: 0;
      z-index: 999;
      text-align: right;
      -webkit-box-pack: end;
              justify-content: end;
    }


    .parent {
      display: grid;
      grid-template-columns: 15rem 12rem auto ;
      grid-template-rows: 35vh auto auto 1rem;
      grid-column-gap: 2.5rem;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    .div1 {
      grid-area: 1 / 1 / 2 / 3;
      z-index: 1;
      position: fixed;  
    }
  


    .div2 {
      grid-area: 2 / 1 / 3 / 2;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: end;
      justify-content: flex-end;
      -webkit-box-align: left;
      align-items: left;
      align-self: flex-end;
      margin-left: 1rem;
      z-index: 1;
    }
    
    
    .div2 img {
      width: 50%;
    }
    
    .div2 p {
      margin-top: 0.5rem;
    }
    
    
    
    
    .div3 {
      grid-area: 2 / 2 / 3 / 3;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: end;
      justify-content: flex-end;
      -webkit-box-align: left;
      align-items: left;
      align-self: flex-end;
      margin-left: 1rem;
      margin-bottom: 0px;
      position: relative;
      z-index: 1;
    }
    
    
    
    
    .div3 p{
        text-transform:uppercase;
        font-size: 0.7rem;
        line-height: 0.7rem;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto;    
    }
    
    .abstanddiv3{
        margin-top: .5em;
    }
    
    

.div4 {
  grid-area: 3 / 1 / 4 / 3;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: left;
  align-items: left;
  align-self: flex-start;
  margin-top: 1.5rem;
  margin-left: 1rem;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  width: 85%;
}



    .div5 {
      grid-area: 2 / 3 / 4 / 4;
      display: -webkit-box;
      display: flex;      
      z-index: 1;
      justify-self: flex-start;   
      align-self: flex-start; 
      height: 100%;
      overflow:visible;
    }
    

    .div5 img {
      height: 80%; 
      margin-top: -30px;   
    }
    



.div6{
  grid-area: 1 / 1 / 4 / 4;
  display:grid;
  width: 100vw;
  height: auto;
  z-index: -1;
}





/* video-einbindung*/

.div7 {
  grid-area: 1 /  1 / 3 / 4;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  bottom: 0;  
  height: 100vh;
  z-index: -100;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  align-self: flex-start!important;
  justify-self: flex-start!important;
  -webkit-box-align: end!important;
          align-items: flex-end!important;
  justify-items: flex-end!important;
  align-content: flex-end!important;
  -webkit-box-pack: end!important;
          justify-content: flex-end!important;
}

.div7 video {
  width: 100%;
  height: auto;   
}



.videobg{
  grid-area: 1 / 1 / 4 / 7;
  z-index: -10;
  background-image: url("picture\jpeg\Print ad Huawei GX8 - Kopie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  top:0;
  right:0;
  bottom:0;
  left:0;   
  position: relative;
 
  }
  
  .videobg_video{  
  position: relative;
  top: 40%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  
  }
  




    /* hier fängt das "hamburger_menue an!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
    
      .overlaymenue {
      grid-area: 1 / 1 / 4 / 4;
      display: grid;/*none*/     
      width: 100vw;
      overflow:hidden;      
    }

    .menu-wrap .menu > div {
      background: var(--overlay-color);    
      width: 100vw;
      height: 100vh;
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 0;
              flex: none;
      -webkit-box-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
              justify-content: flex-end;    
      -webkit-transition: all 0.4s ease;    
      transition: all 0.4s ease;
    }

    .menu-wrap .menu > div > div > ul > li {
      list-style: none;
      color: #fff;
      font-size: calc(2.1rem + 3vw);
      line-height: calc(75% + 0.4vw);
      font-size: -webkit-calc(2.1rem + 3vw);
      line-height: -webkit-calc(75% + 0.4vw);
      padding:.5rem;
      margin: 0;
    }

    .menu-wrap .menu > div > div > ul > li {    
      margin: 0;
      padding: 0;
    }
  }