/* =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 768px*/



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

  /*
    .logo {
    font-family: 'galdergly';
    font-size: calc(1.5rem + 6.5vw);
    line-height: calc(80% + 0.4vw);
   font-size: -webkit-calc(1.5rem + 6.5vw);
    line-height: -webkit-calc(80% + 0.4vw);
    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: 15rem 75vh auto;
    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-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: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: left;
    align-self: flex-end;
    margin-left: 1rem;
    margin-bottom: 0px;
    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: 490px;
}

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






.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;
    width: 100%;
    
}

video::-webkit-media-controls {
    display: none !important;
}

.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(1.5rem + 4.5vw);
line-height: calc(80% + 0.4vw);
font-size: -webkit-calc(1.5rem + 4.5vw);
line-height: -webkit-calc(80% + 0.4vw);
padding:.5rem;
margin-bottom: 0;

}

.menu-wrap .menu > div > div > ul > li > a {
font-family: 'galdergly';
color: inherit;
text-decoration: none;
transition: color 0.4s ease;
line-height: 0; 
}

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