/* =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.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;
}

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



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




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





.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;
  margin-top: 2rem;
  z-index: 1;
}


.div2 img {
  width: 108px!important;}


.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: 1rem;
  position: relative;
  z-index: 1;

}

.bodyheadline03 {
  font-family: 'neuehaasbold';
  font-size: calc(0.5rem + 0.3vw);
  line-height: calc(.45rem + 0.3vw);
  font-size: -webkit-calc(0.5rem + 0.3vw);
  line-height: -webkit-calc(.45rem + 0.3vw);

}

.div4 {
    grid-area: 3/ 3 / 5 / 4;  
    display: -webkit-box;  
    display: grid;   
    -webkit-box-align: center;   
            align-items: center;
    justify-items: center;
       height: 100%;
    z-index: -2;
  }

  
  .soloimgvisible{
    display: none;
  }
 

  .div5 {
    grid-area: 3 / 1 / 4 / 3;
    display: -webkit-box;
    display: flex;   
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-self: flex-start;  
    justify-self: flex-start;  
    margin-left: 1rem;    
    z-index: 1; 
   
  }



  .div5 p{
    margin-top: 3rem;
}


  .div6{
      grid-area: 1 / 1 / 5 / 4;      
      width: 100%;
      height: auto;
      z-index: -9;
  }






.nav {
    width: 100vw;
    grid-area: 1 / 3/ 2 / 4;
    position: absolute;
    display: none; /*none*/
    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;
  }
  
  .menuepunkt01 {
    grid-area: menuepunkt01;
    margin-top: 1rem;
    margin-right: 1vw;
  }
  
  .menuepunkt02 {
    grid-area: menuepunkt02;
    margin-top: 1rem;
    margin-right: 1vw;
  }
  
  .menuepunkt03 {
    grid-area: menuepunkt03;
    margin-top: 1rem;
    margin-right: 1vw;
  }
  
  .menuepunkt04 {
    grid-area: menuepunkt04;
    margin-top: 1rem;
    margin-right: 1vw;
  }
  
  .menuepunkt01,
  .menuepunkt02,
  .menuepunkt03,
  .menuepunkt04 {
    font-family: 'neuehaasbold';
    font-size: calc(0.4rem + 0.6vw);
    line-height: calc(65% + 0.25vw);
    font-size: -webkit-calc(0.4rem + 0.6vw);
    line-height: -webkit-calc(65% + 0.25vw);
  }
  
  .nav p {
    position: relative !important;
    margin: 0px;
  }
  
  .nav a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
    display: block;
  }
  
  .nav a:hover {
    /*color: rgb(227, 22, 169);*/
    -webkit-transform: scale(1.1);
            transform: scale(1.1);        
  
  }
  
  


    /* 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;
    }
  