@font-face { font-family: Jetzt; src: url('JetztFont-Regular.otf'); } 




/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
  }

  .linkblur:hover{
    color: #b0b0b0;
    transition-duration: 500ms;
    transition-timing-function:cubic-bezier(.32,-0.31,.78,1.15);
    filter: blur(1rem);
    opacity: 1;
}
.linkblur:visited{
    color:#1f1f1f;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  overflow: hidden;
  display: block;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
     scroll-behavior: auto;
    }
    
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }




/* Main CSS */

.nav{
    mix-blend-mode: difference;
    
}

.armin{
    color:white;
}
.muha{
    color:white;
}
.muha{
    color:white;
}
.practice{
    color: white;
}
.idgr{
    color: white;
}

/* Sprachen switch */

.en{margin-top: 5.7%;}
.de{margin-top: 5.7%;}
input{margin-top: 5.7%;}

.en{
    
    padding-left: 5px;  
    float:right;
    font-size: 1.2em;
    color: rgb(34, 34, 34);
}

.de{
    padding-left: 5px;  
    float:right;
    font-size: 1.2em;
    color: rgb(34, 34, 34);
}

.check{
    padding-top: 5px;    
    float: right;
    position: relative;
    width: 2px;
    opacity:0;
}

.check:before{
    content: '';
    position: absolute;
    width: 5.3em;
    height: 25px;
    background-color: #c3c2c2;
    border-radius: 25px;
}

.check:checked:before{
    background-color: #afafaf;
}


.check:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 25px;
    transition: 0.25s ease-in-out;
    border: 2px solid rgb(209, 209, 209);
    box-sizing: border-box;
}

.check:checked:after{
    left:25px;
    border: 2px solid #ffffff;
}

.check:checked ~.manual.textenglish{
    display: block;
    
}

.check:checked ~.manual.textdeutsch{
    display: none;
}

.manual{
    hyphens: auto;
    hyphenate-limit-chars: 10 3 4;
    display: block;
}

.manual.textenglish{
    
    display: none;
}







:lang(en) {
    hyphens: auto;
  }

  :lang(de) {
    hyphens: auto;
  }



html{
      
      height: 100%;
      overflow-y: scroll;
      
      -webkit-font-smoothing: antialiased;
     
  }

body{
    hyphens: auto;
    hyphenate-limit-chars: 10 3 4;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    font-family: Jetzt; 
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #f1f1f1;
    overflow:auto;
    cursor: url(../cursor/cursor.png) 15 15, default;
    
}

video {
  max-width: 100%;
  overflow: hidden;
  display: block;
}






/* Overlay Hover bei Bildern */

.card{
    position: relative;
    width: 100%;
}


.card__img {
    display: block;
    width: 100%;
    height: auto;
    
  }

.overlay {
  
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .45s ease;
    background-color:rgba(255, 255, 255, 0.7);
    
  }

  .card:hover .overlay {    
    opacity: 1;
    backdrop-filter: blur(.6em);
    -webkit-backdrop-filter: blur(.6em);
  }

  


  
  .text {
    color: rgb(34, 34, 34);
    font-size: 3.2em;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.2em;
    text-align: center;
  }


  .process{
    text-align: center;
}


/* Navigation */

/* A bei Armin steht ueber */
#A{ padding-left: 1px;
    position: fixed;
    width: 150px;
    height: 1.2em;    
}

#M{
    position: fixed;
    margin-top: 1.2em;
    width: 360px;
    height: 1.2em;
}

#P{
    position: fixed;
    margin-top: 2.4em;
    width: 230px;
    height: 1.2em;
}

#B{ color: white;
}

#R{ color: white;
}

.nav{

    position: fixed;
    width: 5%;
    
}

.multi{
    position: relative;
}

.schutzmaske1{
    position: fixed;
    margin-top: 3.6em;
    width: 200px;
    height: 40px;
}

.schutzmaske2{
    position: fixed;
    margin-top: 2.45em;
    margin-left: 140px;
    width: 200px;
    height: 40px;
}


.navbar{
    color: rgb(34, 34, 34);
    position: fixed;
    z-index: 1;
    height: 10%;
    width: 240px;
    margin-left: 5%;
    margin-top: 4%;
    
}



.totop:hover{
    opacity: .6;
}

/* Links */

a:link { 
    color: #1f1f1f; 
    text-decoration: none; 
    cursor: url(../cursor/pointer.png) 15 15, pointer;}

a:active { 
    
        cursor: url(../cursor/pointer_a.png) 15 15, pointer;}

        
a:hover{}


a:visited {
  color:rgb(34, 34, 34);
}


p:active {
    cursor: url(../cursor/text.png) 25 25, text;
}





/* About Text */

.abouttext{
    z-index: 20;
    position: relative;
    padding-top: 6%;
    padding-left: 0.5%;
    padding-right: 3%;
/*  margin-top: 4%;
    margin-left: 24%;
    padding-right: 10%;
    padding-bottom: 10%; */
    text-indent: 0px;
    line-height: 1.2em;
    letter-spacing: 0.2px;
    color: rgb(34, 34, 34);
    

  
    
}




/* Navigations Unschaerfe bei Navigation */



/* Projects */

/* Hover bei Armin */
#A .about { display: inline; opacity: 0;}
/* #A:hover .armin { display: none; opacity: 1; transition-duration: 500ms; transition-timing-function: ease-in-out;} */
#A:hover .about { display: inline; opacity: 1; transition-duration: 500ms; transition-timing-function: ease-in-out;}


/* Hover bei Muhamedagic */
#M .multi { display: inline; opacity: 0;}
/* #M:hover .muha { display: none; opacity: 1; transition-duration: 500ms; transition-timing-function: ease-in-out;} */
#M:hover .multi {display: inline; opacity: 1; transition-duration: 500ms; transition-timing-function: ease-in-out;}


/* Hover bei Practice */
#P .idgr { display: inline; opacity: 0;}
#P:hover .practice { display: none; opacity: 1; transition-duration: 500ms; transition-timing-function: ease-in-out;}
#P:hover .idgr {display: inline; opacity: 1; transition-duration: 500ms; transition-timing-function: ease-in-out;}







/* Grid fuer Projekte */

.container{
    
    max-width: 100%;
    max-height: 100%;
   
}


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }




.card__img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


.card__content {
/*  background: white; */
    align-self:  end;
    margin: .75rem;
    padding: .75rem;
    padding-left: .8rem;
    color: whitesmoke;
    font-size: 1em;
    font-weight: lighter;
    text-shadow: rgba(133, 133, 133, 0.5) 0px 0 15px;
}

/*  Beschreibungen bei den Projekten */

.stacked {
    display: grid;
    
}

.stacked > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    
}






.slider{
    
    overflow:hidden;
    width:100%;
    height:100vh;
}

.slider figure div{
    
    float:left;
    width:20%;
}

.slider figure img{
    z-index: 99;
    width:100%;
    height:100vh;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    float:left;
}

.slider figure{

    position:absolute;
    width:500%;
    margin:0;
    padding:0;
    animation:animate 20s infinite;
}



@keyframes animate{
    
    0%{left:0%;}
    10%{left:0%;}
    12%{left:-100%;}
    22%{left:-100%;}
    24%{left:-200%;}
    34%{left:-200%;}
    36%{left:-300%;}
    46%{left:-300%;}
    48%{left:-400%;}
    58%{left:-400%;}
    60%{left:-300%;}
    70%{left:-300%;}
    72%{left:-200%;}
    82%{left:-200%;}
    84%{left:-100%;}
    94%{left:-100%;}
    96%{left:0%;}
    100%{left:0%;}
    
}


/* Schoene Text Auswahl */


::-moz-selection { /* Code for Firefox */
    color: #b2cbc4; 
    background: #e0fdf5;
  }
  
  ::selection {
    color: #b2cbc4;
    background: #e0fdf5;
  }
  


  /* Slider */
        
        
        /* width */
        ::-webkit-scrollbar {
          overflow-x: auto;
          flex-wrap: nowrap;
          padding-right: 8px;
          width: 4px;
          height: 4px;
        }
        
        /* Track */
        ::-webkit-scrollbar-track {
          background: #b3b3b3; 
        }
         
        /* Handle */
        ::-webkit-scrollbar-thumb {
          background: #424242; 
        }
        
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
          
            background: #ffffff; 
        }
  
      
       
















































@media screen and (max-width: 799px) {
    

    .nav{
        mix-blend-mode: normal;
        
    }

    .en{margin-top: 3.8%;}
    .de{margin-top: 3.8%;}
    input{margin-top: 3.8%;}


    /* Slider */
        
        
        /* width */
        ::-webkit-scrollbar {
            overflow-x: auto;
            flex-wrap: nowrap;
              padding-right: 8px;
              width: 6px;
              height: 6px;
          }
          
          /* Track */
          ::-webkit-scrollbar-track {
            background: #b3b3b3; 
          }
           
          /* Handle */
          ::-webkit-scrollbar-thumb {
            background: #424242; 
          }
          
          /* Handle on hover */
          ::-webkit-scrollbar-thumb:hover {
            
              background: #ffffff; 
          }
    
     

    
    
    
    
    /* Ausgeblendete Desktop Elemente */

   .armin{
    display: none;
    position: fixed;
    padding: 4%;
    font-size: 1.3em;
    background-color: #f1f1f1;
    padding-right: 100%;
}

.muha{
    display: none;
    position: fixed;
    padding: 4%;
    font-size:1.3em;
    right: 0px;
    padding-right: 4%;
}



.design{
    display: none;
    position: fixed;
    font-size:1.3em;
    top: 2em;
    padding-left: 4%;
    padding-bottom: 4%;
    left:0px;
    background-color: #f1f1f1;
    padding-right: 100%;
    }

.practice{
        display: none;
        position: fixed;
        font-size:1.3em;
        top: 2em;
        padding-right: 4%;
        right:0px;
        background-color: #f1f1f1;
        z-index: 3;
        }

/* Pfeil nach oben */
.totop{
    color: rgb(34, 34, 34);
    display: block;
    padding: 1.2em;
    text-align: center;
    font-size: 8vw;
    line-height: .8em;
}

.exlinks{
    font-size: 8vw;
    line-height: 1.1em;
    text-align: center;
}

/* Navigation */

/* A bei Armin steht ueber */



body{
    scroll-behavior: smooth;
}

p{ font-size: 1.6em;
    line-height: 1.3em;
}

.logomobile{

    z-index: 90;
    position: fixed;
    left:-1px;
    top: -1px;
    width:100vw;
    height: 10vw;

    background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(60px);
    
}

.logomobiletext{
    width:100%;
    z-index: 100;
    position: fixed;
    height: 9vw;
    left:0;
    top: 0;
    font-size: 5vw;

    padding-left: 4%;
    padding-top: 2%;
    padding-bottom: 0px;
    width:100vw;


}

.back{
    z-index: 40;
    text-align: center;
    position: fixed;
    display: inline;
    color: rgb(34, 34, 34);
    background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(60px);
    font-size: 8vw;
    padding: 3%;
    left: 0px;
    bottom: 0px;
    width:100%;
   }




.about{
    position: fixed;
    background-color: #f1f1f1;
    font-size: 10vw;
    padding: 4%;
    padding-right: 100%;
    left: 0px;
    bottom: 0px;
    
}

.idgr{
    
position: fixed;
font-size: 10vw;
background-color: #f1f1f1;
padding: 4%;
right: 0px;
bottom: 0px;
        
}

#B{ color: white;
}

#R{ color: white;
}

.nav{

    position: relative;
    width: 5%;
    
}


.multi{
    display: none;
}


.navbar{
    display: inline;
    color: rgb(34, 34, 34);
    z-index: 1;
    position: relative;
}

.projectstitle{
    z-index: 5;
    font-size: 4vw;
    font-weight:normal;
}

.contact{
    font-size: 4vw;
    margin-bottom: 1vw;
}

.mail{


    margin-left: 11vw;
    width: 55%;
    
}

.phone{

  
    margin-left: 10vw;
     width: 55%;
     
 }



.portrait{

    display: none;
}


    .jump{
        display: block;
       margin-top: -30vw;
       margin-left: 20vw;
      
       height: 100vw;
       background-blend-mode: multiply;
       background-color:#f1f1f1;
    }


   .grueezi{
       display: block;
       margin-top: 5vw;
       margin-left: -2vw;
       width: 100%;
       height: 100%;
       background-blend-mode: multiply;
       background-color:#f1f1f1;
   } 
    
   .projetcstitle{
    display: block;
    margin-top: 200vw;
   }
    






   h1{ 
    font-weight:normal;
    font-size: 12vw;
    text-align: center;
    padding-bottom: 5vw;
    padding-top: 1vw;
    
}


h2{ font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
}


h3{ font-size: 1em;

}
   
   
    
    
    .abouttext{
        padding-left: 2.5vw;
        padding-right: 1vw;
    }

    
  

    .navbar{
        font-size: 1.5em;
    }

    .adresse{

        font-size: .6em;
        line-height: 1.4em;
        position: fixed;
        padding-left: 5%;
        padding-top: 32.5%;
        
    }






}




















@media screen and (min-width: 800px) and (max-width: 2000px) {
  

    .logomobiletext2{
        display:none;
    }



    .totop{
        color: rgb(34, 34, 34);
        display: block;
        padding: 1.2em;
        text-align: center;
        font-size: 3em;
        line-height: .8em;
    }

    .exlinks{
    padding-left:20%; font-size: 1.5em; line-height: 1.35em; text-align: center;
}

    .back{
        display: none;
    }

    .logomobiletext{
        display: none;
    }
    
    h1{
        font-weight:normal;
        font-size: 4em;
        margin-top: 4%;
        padding-bottom: 4%;
        

    }

    h2{ font-size: 2.1561em;
    }
    
    h3{ font-size: 1em;

    }

    p{ font-size: 2.2em;
        line-height: 1.3em;
    }
 
    .navbar{
        font-size: 2.8em;
    }

 
    .adresse{
        z-index: -4;
        color: rgb(34, 34, 34);
        font-size: 1em;
        line-height: 1.5em;
        position: fixed;
        padding-left: 5%;
        padding-top: 20.5%;
        
    }



}
















@media screen and (min-width: 2001px) {
  
    #A{ padding-left: 1px;
        position: fixed;
        width: 250px;
        height: 1.2em;    
    }
    
    #M{
        position: fixed;
        margin-top: 1.2em;
        width: 400px;
        height: 1.2em;
    }

    .logomobiletext2{
        display:none;
    }



    .totop{
        color: rgb(34, 34, 34);
        display: block;
        padding: 1.2em;
        text-align: center;
        font-size: 3em;
        line-height: .8em;
    }

    .exlinks{
    padding-left:20%; font-size: 1.3em; line-height: 1.3em; text-align: center;
}

    .back{
        display: none;
    }

    .logomobiletext{
        display: none;
    }
    
    h1{
        font-weight:normal;
        font-size: 5em;
        margin-top: 4%;
        padding-bottom: 4%;
        

    }

    h2{ font-size: 2.1561em;
    }
    
    h3{ font-size: 1em;

    }

    p{ font-size: 3em;
        line-height: 1.3em;
    }
 
    .navbar{
        font-size: 3.5em;
    }

    p.manual{
        font-size: 3em;
    }
 
    .adresse{
        z-index: -4;
        color: rgb(34, 34, 34);
        font-size: 1em;
        line-height: 1.5em;
        position: fixed;
        padding-left: 5%;
        padding-top: 20.5%;
        
    }



}

