/* =viewport */

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

p {
    margin: 0;
    padding: 0;
}


body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow-x: hidden;

}



/* XXXXXXXXXXmin-width:80emXXXXXXXXXXXXXXXXX 
alles über 1024px*/
.logo {
    font-family: 'galdergly';
    font-size: 7.38vw;
    line-height: 85%;
    min-height:0vw;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
  
/*
.logo {
    font-family: 'galdergly';
    font-size: calc(1.2rem + 5.5vw);
    line-height: calc(80% + 0.4vw);
    font-size: -webkit-calc(1.2rem + 5.5vw);
    line-height: -webkit-calc(80% + 0.4vw);
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}*/

.bodytext {
    font-family: 'neuehaas55';
    /*
  font-size: calc(0.25rem + 0.5vw);
  line-height: calc(40% + 0.4vw);*/
    font-size: 0.8rem;
    line-height: 0.8rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.bodytext02 {
    font-family: 'neuehaas55';
    /*
    font-size: calc(0.25rem + 0.5vw);
    line-height: calc(40% + 0.4vw);*/
    font-size: 0.7rem;
    line-height: 0.7rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.bodyheadline {
    font-family: 'neuehaasbold';
    /*font-size: calc(0.25rem + 0.5vw);
  line-height: calc(40% + 0.4vw);*/
    font-size: 0.7rem;
    line-height: 0.7rem;
}



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




.div1 {
    grid-area: 1 / 1 / 2 / 4;
    display: -webkit-box;
    display: fixed;
    transition: .5s;

}


.headliner02 {
    grid-area: 1 / 1 / 3 / 3;
    display: none;
    align-self: flex-end;
    margin: 0;
    margin-left: 1rem;
}




.div2 {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: left;
    align-self: flex-start;
    margin-left: 1rem;
    margin-top: 3.5rem;
    z-index: 1;
}


.div2 img {
    width: 45%;
}

.div2 p {
    margin-top: 0.5rem;
}




.div3 {
    grid-area: 2 / 2 / 3 / 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: left;
    align-self: center;
    margin-left: 1rem;
    margin-bottom: 0px;
    margin: 3.5rem;
    position: relative;
    z-index: 1;
}


.div3 img {
    width: 18px;
}


.div3 p {
    text-transform: uppercase;
    font-size: 0.7rem;
    line-height: 0.7rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.abstanddiv3 {
    margin-top: 2rem;
}





.div4 {
    grid-area: 2 / 2 / 3 / 3;
    display: -webkit-box;
    display: grid;
    overflow: hidden;
    z-index: -1;
    align-items: end;
    justify-items: end;
 height: 90%;
}

.div4 img {
    height: 80%;
    transform: rotate(-3deg);
}


.div6 {

    grid-area: 1 / 1 / 5 / 4;
    background-repeat: no-repeat;
    top: 0;
   
    z-index: -10;
 
}






.div7 {
    grid-area: 1 / 1 / 4 / 4;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;  
    width: 100vw;
    z-index: -100;
    overflow: hidden;
  }
  
  .div7 video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
    width: 100vw;
  }




.nav {
    width: 100vw;
    grid-area: 1 / 3 / 2 / 4;
    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;
    justify-content: end;
  }


.platzhalter {
    display: none;
}


/* hier fängt das "hamburger_menue an!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

.overlaymenue {
    grid-area: 1 / 1 / 4 / 4;
    display: grid;
    width: 100vw;
    height: 100vh;

}

.menu-wrap .menu > div {
    background: var(--overlay-color);    
    width: 100vw;
    height: 100vh;
    display: flex;
    flex: none;
    align-items: flex-start;
    justify-content: flex-end;    
    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;
  }

