
/* XXXXXXXXXXXXmax-width:64em and min-height:1100pxXXXXXXXXXXXXXXX */




@media screen and (min-height:1100px) 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;
  }
  


  
    .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 auto auto ;
      grid-template-rows: 18rem 25vh 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;
      }



    .div3 {
        grid-area: 2 / 2 / 3 / 3;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: end;
        justify-content: flex-start;
        -webkit-box-align: left;
        align-items: left;
        align-self: flex-end;
        margin-left: 1rem;
        margin-bottom: 0px;
        
        position: relative;
        z-index: 1;
      }
      
    .teilno02{
        margin-left: 1.5rem;
    }

.div4 {
  grid-area: 3 / 1 / 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-start;
  margin-top: 10.5rem;
  margin-left: 1rem;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  width: 60%;
}



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

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



.div6{
  display:none;
}


/* videoeinbindung*/

.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-end!important;
  -webkit-box-align: start!important;
          align-items: flex-start!important;
  justify-items: flex-start!important;
  align-content: flex-start!important;
  -webkit-box-pack: end!important;
          justify-content: flex-end!important;
}

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



    /* 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(5.1rem + 3vw);
      line-height: calc(75% + 0.4vw);
      font-size: -webkit-calc(5.1rem + 3vw);
      line-height: -webkit-calc(75% + 0.4vw);
      padding:.5rem;
      margin: 0;
    }
    

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