*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #f2f2f2;
    font-family: 'DecimaRoundA', sans-serif;
}
a{
    text-decoration: none;
    color: black;
}
#wrapper{
    position: relative;
    min-height: 100%;
    width: 1350px;
    margin: 0 auto;
}
#headerbackground{
    background-color: #f2f2f2;
    width: 100%;
    height: 150px;
    position: fixed;
    z-index: 2;
}
header{
    top: 0;
    background-color: #f2f2f2;
    max-width: 1350px;
    width: 100%;
    height: 150px;
    position: fixed;
    z-index: 2;
}
#logo{
    position: absolute;
    margin: 30px 20px;
}
#logo img{
    width:80px;
    height:90px;
}
#name-descrip{
    display: inline-block;
    padding: 20px 0 30px 140px;
    letter-spacing: 2px;
    font-family: 'DecimaRoundA-Bold',sans-serif;

}
#name{
    font-size: 2.8em;
    
}
#descrip{
    font-size: 1.8em;
}

nav{
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px 40px 0 10px;
}
nav li{
    display: inline-block;
    padding-right: 20px;
    font-size: 1.7em; 
    font-family: 'DecimaRoundA-Bold', sans-serif;
    font-weight: bold;
}
nav a{
    display: table-cell;
    padding: 5px 15px;
    position: relative;
    letter-spacing: 1.5px;
    color: #666666;
} 
nav li a:hover{
    color: black;
}
nav li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1.5px;
  right:0%;
  position: absolute;
  background: black;
  transition: width 0.7s ease 0s, right 0.7s ease 0s;
  width: 0;
}
nav li a:hover:after { 
  width: 100%; 
  left: 0; 
}

.auto{
    padding-top: 150px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: left;
}


#bilderabstand{
    padding-top: 10px;
}


article{
    padding-bottom: 300px;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: 1.5px;
    line-height: 1.5em; 
}
.text{
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
}

.heading{
    display:inline-flex;
    left: 50%;
    right: 50%;
    align-items:baseline;
    text-align: center;
    justify-content: center;
}
.heading img{
    margin-left:10px;
    margin-right: 10px;
}

h1{
    color: #666666;
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: 50px;
    padding-top: 150px;

}
h2{
    color: #666666;
    margin-top: 50px;
    margin-bottom: 30px;
}



#dna{
    margin-top: 75px;
}


#portfolio{
    padding-top: 150px;
    width: 100%;
}
#allvideo{
    width: 100%;
}
.video{
    width: 25%;
    position: relative;
    z-index: 1;
    float: left;
}
.video img{
    width: 100%;
    height: auto;
}
.balken{
    height: 50px;
    width: 100%;
    position:absolute;
    font-size: 0.8em;
    line-height: 1em;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -20%);
    background-color: #f2f2f2;
    color: #666666;
    opacity: 0.0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
.video:hover .balken{
    animation: slideup;
    animation-duration: 40s;
}
@keyframes slideup{
    3%{opacity: 0.85;}
    50%{opacity: 0.9;}
    90{opacity: 0.8;}
    100%{opacity: 0.5;}
    
}

#empty{
    width: 100%;
    opacity:0;
}
#vita{
    float: none;
    padding-top: 150px;
    position: relative;
    display: block;
}
#secondslide, #thirdslide{
    padding-left: 200px;
}
.slide, #allslide{
    display: none;
}
.pfeil{
    margin: -20px 47.5% 0;
    padding-top: 5px;
    color: #666666;
    cursor: pointer;
}
.changepfeil{
    -webkit-transform: rotate(180deg);
    transition: 0.5s;
}
#firstslide h3{
    text-align: center !important;
}
#firstslide p{
    text-align: center !important;
}
h3{
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    margin-top: 30px;
}
#vita p{
    text-align: left;
}






#motivation{
    padding-top: 150px;
}
#musicpic{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 30px;

}
#motivation-text{
    text-align: center;
}
#musiclove{
    text-align: center;
    margin-bottom: 30px;
}




#clips{
    margin-top: 30px;
    line-height: 1em;
    letter-spacing: 0;
    width: 100%;
}
#clips figure{
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: left;
}
#clips audio{
    width: 100%;
}
.fighead{
    font-size: 0.8em;
}
.figtext{
    font-size: 0.5em;
}







#contact{
    padding-top: 150px;

}
#contactinfo{
    margin-top: 60px;
    text-align: left;
}

footer{
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    line-height: 1.5em; 
}
.imdat{
    text-decoration: underline;
    padding: 0 10px;
}




@media only screen and (max-width:84em){
    #wrapper{
        width: 100%;
    }
    nav li{
    padding-right: 10px;
    font-size: 1.4em; 
    }
    
    #clips figure{
        width: 40%;
    }
    
    #secondslide, #thirdslide{
    padding-left: 100px;
}

    
}
@media only screen and (max-width:68em){
    .container {
        display: inline-block;
        cursor: pointer;
        padding-top: 5px;
        padding-left: 20px;   
    }
    .bar1, .bar2, .bar3 {
          width: 27px;
          height: 2px;
          background-color: black ;
          margin: 7px 0;
          transition: 0.7s;
    }
    .change .bar1 {
          -webkit-transform: rotate(-45deg) translate(-8px, 4px);
          transform: rotate(-405deg) translate(-9px, 4px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
          -webkit-transform: rotate(45deg) translate(-8px, -4px);
          transform: rotate(405deg) translate(-9px, -4px);
    }
    
    
    
    
    
    
    #wrapper{
        width: 100%;
    }
    article{
        width: 100%; 
        padding-left: 0;
        padding-right: 0;
    }
    header{
        width: 100%;
    }
    nav{
        margin: 0;
        position: relative;
        background-color: white;
        width: 100%;
        height: 100vh;
        display: none;
        background-color: #f2f2f2;
    }
    nav ul li{
        display: list-item;
        list-style-type: none;
    }
    nav a{
        display: list-item;
        z-index: 2;
        text-decoration: none;
        text-align: center;
        transform: translate(0, 200%);
        padding-bottom: 50px;
        transition: 0.5s;
    }
    nav li a:hover:after { 
        width: 0; 
        left: 0; 
    }
    #toggleIcon{
        position:fixed ;
        right: 40px;
        top: 40px;
        z-index: 1;
    } 
    
    #secondslide, #thirdslide{
        padding-left: 0;
}
}

@media only screen 
    and (max-width:935px){
        .heading img{
            display: none;
        }
        .text{
            width: 96%;
            padding-left: 2%;
            padding-right: 2%;
        }
        header{
            height: 70px;
        }
        #headerbackground{
            height: 70px;
        }
        #logo{
            margin: 10px 10px;
        }
        #logo img{
            width: 30px;
            height: auto;
        }
        #name-descrip{
            padding-left: 55px;
            padding-top: 12px;
            line-height: 1.4em
        }
        #name{
            font-size: 1.8em;
        }
        #descrip{
            font-size: 1.1em;
        }
        #toggleIcon{
            right: 20px;
            top: 15px;
            z-index: 1;
        } 
        .auto{
            padding-top: 70px;
        }
        nav{
            margin-top: -30px;
        }

        
        .video{
            width: 33.3%;
        }
        
        

}

@media only screen
    and (max-width:650px){
        .video{
            width: 50%;
        }
}

@media only screen
    and (max-width:550px){
        #clips figure{
            width: 100%;
            border-bottom: 0.1px solid #666666;
        }
}

@media only screen
    and (max-width:450px){
        .video{
            width: 100%;
        }
        .balken{
            opacity: 0.9;
        }
}
















