:root {
  --header_color: #657d64;
  --hamburger_visibility: 1;
  --section_thema: #e6ffcc;
  --section_thema_schrift: #657d64;
  --startseite_schrift: #718f73;



}


a { 
  text-decoration: none; 
  cursor: none;
}




/*

a:link { text-decoration:none;color: black;}
a:visited {color: #a6a6a6;; text-decoration:none; }
a:focus { color:#eeeeee; font-weight:bold;}
a:hover { color:#6e6e6e; text-decoration:none;}
a:active { color:white; font-weight:bold; }

*/

html, body {
  margin:0;
  padding:0;
  display: inline-block;
  width: 100vw;
  transform: none;
  height: 100vh;
  overflow: hidden;
  cursor: none;

}


* {
  box-sizing: border-box;
  margin: 0;
  padding:0;
}

img {border-style: none;}

.mobile-elemente {
  display: initial;
}

.desktop-elemente {
  visibility: hidden;
}











.werkserien_bilder {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%; 
}





.intro_bild {
  position: absolute;
  top: 0;
  left:0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
  background: url("_NEU/BILDER/intro_04.jpg") no-repeat;
  background-size:cover;
  background-position: center;
}



#menue_main {
  position:fixed;      
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content:  flex-end;
  justify-items: flex-end;

  font: normal Helvetica, sans-serif;   
  font-family: Helvetica, sans-serif;
  color:white;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10vw;
  overflow: hidden;
  z-index: 100;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  cursor: none;
}


  section {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .section_text_oben {
    width: 80%;
    text-align: right;
    color: black;
    font-size: xx-large;
  } 

  .section_text_unten {
    width: 80%;
    text-align: left;
    color: black;
    font-size: large;
  } 
  
  
  #hintergrundfarbe {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: white;
    z-index: 2;
    transition: all 1s ease-in-out;
    visibility: visible;
  }
  

  
  #overlay_schrift {
    font-size: 25vw;
    /* font-size: calc(26px+ (48 - 26) * (100vw - 400px) / (2600 - 400)); */
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    text-align: center;
    position: fixed; 
    left: 50%; 
    bottom: 300px;
    transform:translate(-50%,+50%);
    z-index: 20;
    transition: color 0.5s ease-in-out;
    visibility: hidden;
  }


  #overlay_schrift_mobil {
    font-size: 25vw;
    /* font-size: calc(26px+ (48 - 26) * (100vw - 400px) / (2600 - 400)); */
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    text-align: center;
    position: fixed; 
    left: 50%; 
    bottom: 300px;
    transform:translate(-50%,+50%);
    z-index: 21;
    transition: color 0.5s ease-in-out;
  }




  div.table {
    display: table;
    border-collapse: collapse;
    width: 100vw;
    height: 100vh;
  
  }
  
  div.tr {
    display: table-row;
  }
  
  div.td {
    display: table-cell;
    border: none;
    position: relative;
  }

  .section_textblock_oben {
    position: absolute; 
    bottom: 0px; 
    right: 0px; 
    font-size: calc(46px + 6 * ((100vw - 320px) / 680));
    color: black; 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bolder;
  }

  .section_textblock_unten {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    font-size: calc(46px + 6 * ((100vw - 320px) / 680));
    color: black; 
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: bolder;
  }





  #changer {
    display: none;
  }



  
  .swiper-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    
  }
.swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;

    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;

  }
  
.swiper-pagination {
    position: absolute;
    left: 49%;
  }

  #number_bilder_div {
    visibility: hidden;
  }
    

  .bild_gross {
    max-height: 100%; 
    max-width: 100%;
  }


  .bild_klein {
    max-height: 60vh; 
    max-width: 60vw; 
    position: absolute; 
    right: 50%; 
    top:50%; 
    transform: translate(50%,-50%);
  }

  .section_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(13px + (20 - 13)/2200 * (100vw - 400px));  
    text-align: right;
  }



  .swiper-slide_div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }


  
  .element_nur_desktop {
    display: none;
  }

  


  .first_arrow_div {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0.1;
    transition: all 1s;
    z-index: 5;
    
    display: none;
  }



  h1 {
    font-family: basier_circlemedium;
    font-size: 12vw; 
    text-align: center;
  }


  .h1_desktop {
    position: absolute; 
    left:50%; 
    top:28%; 
    color: var(--startseite_schrift); 
    transform: translate(-50%,-50%); 
    text-align: left;
  }

  .h1_desktop_span {
    font-size: calc(20px + (40 - 20)/2200 * (100vw - 400px)); 
    text-align: center;
  }



  .h1_mobil {
    position: absolute; 
    left:50%; 
    top:45%; 
    color: var(--startseite_schrift); 
    transform: translate(-50%,-50%); 
    text-align: left;
  }
  
  .h1_mobil_span {
    font-size: calc(20px + (40 - 20)/2200 * (100vw - 400px)); 
    text-align: center;
  }


  #navigation {
    position: fixed;
    left: 0;
    top: -101vh;
    height: 100vh;
    width: 100vw;
    z-index: 90;
    background-color: var(--section_thema);
    transition: all .4s ease-in-out;
    cursor: none;
  }
  
  #navigation_serie {
    position: absolute; 
    right: 55%;
    bottom: 35%;
    width: 40%;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    justify-items: flex-end;
    align-items: flex-end;
    padding-right: 15px;
  }
  
  #navigation_infos_buttons {
    position: absolute; 
    left: 45%;
    top: 70%;
    width: 60%;
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    padding-left: 15px;
    padding-bottom: 22vh;
  }


.navigation_serie_schrift {
  font-family: basier_circlemedium;
  color: var(--section_thema_schrift);
  font-size: calc(20px + (46 - 20) / 2200 * (100vw - 400px) );
}

.navigation_serie_schrift:hover {
  color:#f0583a;
}

.navigation_infos_schrift{
  font-family: nowaybold; 
  font-size: calc(20px + (36 - 20) / 2200 * (100vw - 400px) );
  color: var(--section_thema_schrift);
  opacity: 0.8;
}

.navigation_infos_schrift:hover {
  color:black;
}


.navigation_name{
  font-family: nowaybold; 
  font-size: calc(35px + 6 * ((100vw - 320px) / 680)); 
  color: var(--section_thema_schrift);
  opacity: 0.8;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.navigation_name:hover{
  color:white;
}


.navigation_infos {
  position: fixed;
  top:0;
  right: 100%;
  width: 45vw;
  height: 100vh;
  z-index: 95;
  margin:0; 
  display: flex; 
  align-content: flex-end; 
  align-items: flex-end; 
  background-color: var(--section_thema);
  transition: all .4s ease-in-out;
}


#navigation_infos_impr_text{
  position:absolute; 
  top: 50%; 
  right: 10%;
  transform: translate(0,-50%); 
}

.impr_text {

  font-family: basier_circlemedium; 
  font-size: calc(9px + (15 - 9) / 2200 * (100vw - 400px) );
  color: var(--section_thema_schrift); 
  z-index: 40; 
  transition: all 0.8s ease-in-out; 
  opacity: 0;
}

#bild_00 {
  visibility: visible; 
  background: url('bilder/back-v3_kl.jpg') no-repeat; 
  background-size:cover; 
  background-position: center; 
  z-index: 60; 
  background-color: white;
}


.bild_00_img{
  position: absolute; 
  top: 0; 
  left: 0;  
  object-fit: cover; 
  object-position: 50% 50%; 
  width: 100%; 
  height: 100vh;
}

.bild_00_startseite_mobil {
  background: url('bilder/back-v1.jpg') no-repeat; 
  background-size:cover; 
  background-position: center; 
  z-index: 71; 
  background-color: black;
}



/* --------------------------------------- Menü Drehelement/Hamburger ------------------------------------------------------------------------  */ 


.menue_mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  transition: all .5s ease-in-out;
  visibility: visible;
  }

.menue_mobile_hamburger {
  width: 6vw;
  height: 3px;
  background: var(--header_color);
  border-radius: 4vw;
  transition: all .1s ease-in-out;
  }

.menue_mobile_hamburger::before,
.menue_mobile_hamburger::after {
  content: '';
  position: absolute;
  width: 6vw;
  height: 3px;
  background: var(--header_color);
  border-radius: 4vw;
  transition: all .5s ease-in-out;
  
  }
.menue_mobile_hamburger::before {
    transform: translateY(-7px);

  }
.menue_mobile_hamburger::after {
  transform: translateY(+7px);
  }


  /* ------------ Bewegung -------------------------*/

  .menue_mobile.open .menue_mobile_hamburger {
    background: transparent;
    box-shadow: none;
  }
  .menue_mobile.open .menue_mobile_hamburger::before {
    transform: rotate(45deg);
    background: var(--header_color);    
  }
  .menue_mobile.open .menue_mobile_hamburger::after {
    transform: rotate(-45deg);
    background: var(--header_color); 
  }











/* --------------------------------------- Varianten : mobil(Standard) , Tablet , Desktop ---------------------------------------------------- */





@media only screen and (orientation: landscape) {
    #bild_00 {
      visibility: visible; 
      background: url('bilder/back-v1_kl.jpg') no-repeat; 
      background-size:cover; 
      background-position: center; 
      z-index: 60; 
    }


    #werkserien {
      position: fixed;
      top: 30px; 
    }

    #menue_main {
      height: 80px;
      justify-content: flex-start;
      padding-left: 4vw;
    }
  
  
    .menue_mobile {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80px;
      height: 80px;
      transition: all .5s ease-in-out;
      visibility: visible;
    }
    
    .menue_mobile_hamburger {
      width: 40px;
      height: 3px;
      background: var(--header_color);
      border-radius: 4vw;
      transition: all .5s ease-in-out;
    }
  
  
    .menue_mobile_hamburger::before,
    .menue_mobile_hamburger::after {
      content: '';
      position: absolute;
      width: 40px;
      height: 3px;
      background: var(--header_color);
      border-radius: 4vw;
      transition: all .5s ease-in-out;
    }
  
    .menue_mobile_hamburger::before {
        transform: translateY(-7px);
    
    }
  
    .menue_mobile_hamburger::after {
      transform: translateY(+7px);
    }



    #menue_main {
      background-color: transparent;
    }

    #landscape {
      visibility: visible;
    }

    #overlay_schrift {
      font-size: 6vw;
      visibility: visible;
    }

    #overlay_schrift_mobil {
      visibility: hidden;
    }


    :root {
      --hamburger_visibility: 0;
    }

    
    .werkserien_bilder{
      height: 100vh;
    }


    img.werkserien_bilder_einzelbild {
      max-height: 100%;width:auto; max-width: 100%;
    }

    
    .inhalt {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      height: 100vh;
      
      overflow: hidden;
      
      }
  


  h1 {
    font-size: calc(80px + (140 - 80)/2200 * (100vw - 400px));  
    text-align: center;
  }



  #changer {
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100vw; 
    height: 100vh; 
    z-index: 70; 
    display: grid; 
    grid-template-columns: auto auto; 
  }

 


  #changer_last {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 71;
    display: none;
    /*  cursor: url('cursorl.svg'),auto; */
  }



  section {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;


    overflow: hidden;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    scroll-snap-align: start;
    visibility: hidden;
  }






  .swiper-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
  }
  .swiper-slide {
      z-index: 30;
      display: initial;
      height: 100%;
      width: 100%;
      flex-shrink: unset;
      position: absolute;

    }
    
  .swiper-pagination {
      position: absolute;
      left: 49%;
    }



  #number_bilder_div {
    position: absolute; 
    bottom: 20px; 
    right: 50px; 
    width: clamp(150px,12vw,220px);
    height: calc(15px + (24 - 18) * (100vw - 400px) / (2200));
    visibility: visible;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;


    
  }
    
  .bild_gross {
    max-height: 76vh; 
    max-width: 100vw;
  }


  .bild_klein {
    max-height: 60vh; 
    max-width: 60vw; 
    position: absolute; 
    right: 50%; 
    top:50%; 
    transform: translate(50%,-50%);
  }

  .swiper-slide_div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;


    overflow: hidden;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    scroll-snap-align: start;
    visibility: hidden;

  }


  .section_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(13px + (20 - 13)/2200 * (100vw - 400px));  
    text-align: right;
  }



  .element_nur_desktop {
    display: initial;
  }


  .element_nur_mobil {
    display: none;
  }


  .first_arrow_div {
    
    display: inherit;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.2;
    transition: all 1s;
    z-index: 70;
    /* cursor: url('cursorr.svg'),auto; */
    
    
    visibility: hidden;
  
  }

  .first_arrow_div:hover {
    opacity: 0.9;
  }



  #menue_main {
    justify-content: flex-start;
  }


  .impr_text {
    font-size: calc(10px + (17 - 10) / 2200 * (100vw - 400px) );
  }


  .mobile-elemente {
    display: none;
  }
  
  .desktop-elemente {
    visibility: visible;
  }
  

  .section_desktop_komponiert {
    display: inline;
  }


  .section_desktop_komponiert_bild  {
    height: 90vh; 
    max-height: none; 
    max-width: none;
  }

  

  .cursor {
    position: absolute;
    pointer-events: none;
    z-index: 120;
    color: white;
    mix-blend-mode: multiply;
    transition: all 0.2s ease-out;
    transition-property: clip-path, -webkit-clip-path, height, width, background-color, border, color;
    

}


.cursor_rechts {
  width: 50px;
  height: 50px;
  background-color: var(--section_thema_schrift);
  -webkit-clip-path: polygon(0 0, 0% 100%, 60% 50%); 
  clip-path: polygon(0 0, 0% 100%, 60% 50%);
  
  transform: translate(-25%, -50%);

}

.cursor_links {
  width: 40px;
  height: 40px;
  background-color: var(--section_thema_schrift);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 40% 50%); 
  clip-path: polygon(100% 0, 100% 100%, 40% 50%);
  transform: translate(-75%, -50%);


}

.cursor_normal {
  width: 30px;
  height: 30px;
  background-color: var(--section_thema_schrift);
  -webkit-clip-path: polygon(4% 10%, 11% 3%, 90% 26%, 86% 40%, 23% 21%, 46% 82%, 31% 88%); 
  clip-path: polygon(4% 10%, 11% 3%, 90% 26%, 86% 40%, 23% 21%, 46% 82%, 31% 88%);
  transform: translate(0%, 0%);
  mix-blend-mode: normal;
}

.cursor_hover {
  width: 50px;
  height: 50px;
  background-color: var(--section_thema_schrift);
  -webkit-clip-path: circle(50% at 50% 50%); 
  clip-path: circle(50% at 50% 50%);
  transition: width 0s, height 0.3s, clip-path 0.6s, -webkit-clip-path 0.6s, translate 0.0s;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}

/*
.cursor_zurueck {
  width: 50px;
  height: 50px;
  background-color: white;
  -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%); 
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  transition: width 0s, height 0.3s, clip-path 0.6s, -webkit-clip-path 0.6s, translate 0.0s;
  transform: translate(-50%, -50%);
}
*/

.cursor_zurueck {
  width: 60px;
  height: 60px;
  background-color: rgb(54, 54, 54);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 40% 50%); 
  clip-path: polygon(100% 0, 100% 100%, 40% 50%);
  transition: width 0s, height 0.3s, clip-path 0.6s, -webkit-clip-path 0.6s, translate 0.0s;
  transform: translate(-75%, -50%);
}




.number_bilder_div_forward {
  width: 30px; 
  display: flex; 
  justify-content: flex-end;
}

.number_bilder_div_forward_pfeil {
  width: calc(12px + (24 - 18) * (100vw - 400px) / (2200)); 
  height: calc(12px + (24 - 18) * (100vw - 400px) / (2200)); 
  background-color: var(--section_thema_schrift);
  -webkit-clip-path: polygon(100% 60%, 25% 100%, 25% 75%, 73% 50%, 25% 25%, 25% 0%, 100% 40%); 
  clip-path: polygon(100% 60%, 25% 100%, 25% 75%, 73% 50%, 25% 25%, 25% 0%, 100% 40%);
}


.number_bilder_div_back {
  width: 30px; 
  display: flex; 
  justify-content: flex-end;
}

.number_bilder_div_back_pfeil {
  width: calc(12px + (24 - 18) * (100vw - 400px) / (2200)); 
  height: calc(12px + (24 - 18) * (100vw - 400px) / (2200)); 
  background-color: var(--section_thema_schrift);
  -webkit-clip-path: polygon(0 60%, 75% 100%, 75% 75%, 27% 50%, 75% 25%, 75% 0, 0 40%); 
  clip-path: polygon(0 60%, 75% 100%, 75% 75%, 27% 50%, 75% 25%, 75% 0, 0 40%);

}

.number_bilder_div_schrift {
  font-family: nowaybold; 
  font-size: calc(12px + (24 - 18) * (100vw - 400px) / (2200)); 
  font-weight:400; 
  color: var(--section_thema_schrift);
}


#history_back {
  position: absolute;
  height: 100%;
  width: 10vw;
  left: 0;
  top: 0;
  z-index: 72;
}

#history_back_glow {
  position: absolute;
  height: calc(5*(10vw - (var(--glow_intensity))));
  width: 1px;
  left: -1px;
  bottom: 15%;
  box-shadow:
  0 0 calc((var(--glow_intensity)) + 150px) calc(8vw - (var(--glow_intensity))) rgba(80, 102, 74, 0.726);
}






}























