/*Typography*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {box-sizing: border-box;}

@keyframes lazy-kf{
  from {opacity:0;}
  to {opacity:1;}
}
img[loading=lazy] {
  animation: lazy-kf 5s;
}

/*-------------Splashscreen------------*/
#splashscreen {
  height: 100vh;
  background-color: black;
  background-image: url("splash.gif");
  background-repeat: repeat;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
#splashscreen {
 background-repeat:no-repeat;
 background-size: 45vh;
 background-position: 40vw;
 background-position: 0vh;
}
}



/*Website Banner-Logo*/
.logo {
    width: 25vw;
}

@media only screen and (max-width: 600px) {
  .logom {
    width: 55vw;
    padding: 30px 1px;
  }
}

@media only screen and (min-width: 600px) {
  .logom {
    width: 35vw;
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .logo {
    width: 35vw;
    display: none;
  }
}

.topnav .icon {
  display: none;
}


/*--------------------*/
.pfeil {
  position: absolute;
  right:20;
  bottom:20;
}

/*---------------------Content-Containers--------------------------------------------*/

.header {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 15vh;
    width: 100%; 
    height: 100px; 
    position: fixed;
    top:0;
    left:0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.418);
    z-index: 1;
    background: rgb(46, 46, 46)
}







/*---------------------Topnav-------------------------*/

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #26292B;
}

.topnav a:hover {
  color: rgb(66, 66, 66);
}

.topnav a.active {
  color: rgb(238, 238, 238);
}

.topnav a,.mobile i {
  margin-left: auto;
  color: #c4c4c4;
  text-align: center;
  padding: 0px 12px !important;
  text-decoration: none;
  font-size: 100%;
  
}

.hamburger,.hamburgerClose{
  float: right;
}

section#hamburgerOverlay {
  display: none;
  height: 100vh;
  width: 100vw;
  background: rgb(66, 66, 66);
  position: absolute;
  text-align: center;
  text-shadow: 5px 5px 12px #00000080;
} 
.hamburgerMenu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hamburgerMenu a {
  font-size: 200%;
  text-decoration: none;
  color: #e9e7e7;
  font-family: 'Spartan';
  
}

.mobile {
  height: 5vh;
  margin-top: 2vh;
}

.topnav {
  height: 5vh;
  margin-top: 4vh;
}
.topnav {
  margin-left: auto;
}

.mobile i {
  padding-top: 15% !important;
  font-size: 4vh;
}  

.mobile {
display: block;
}
.mobile img {
width: 50%;
}
.desktop img {
padding: 10px;
width: 25%;
}

.desktop {
display: none;
}

@media screen and (min-width: 1000px) {
.mobile {
  display: none;
}
.desktop {
  display: flex;
}

}

/*---------------------Content-Containers--------------------------------------------*/

.header {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 15vh;
    width: 100%; 
    height: 100px; 
    position: fixed;
    top:0;
    left:0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.418);
    z-index: 1;
    background: rgb(46, 46, 46)
}

@media only screen and (max-width: 600px) {
.profil2mobile {
 background-position: -65vh;
}
}


/*--------*/
section,
footer {
  font-family: 'Courier New', Courier, monospace;
  color: white;
  height: 1vh;
  width: 100%;
}

/*---------------------Topnav-------------------------*/

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #26292B;
}

.topnav a:hover {
  color: rgb(66, 66, 66);
}

.topnav a.active {
  color: rgb(238, 238, 238);
}

.topnav a,.mobile i {
  margin-left: auto;
  color: #c4c4c4;
  text-align: center;
  padding: 0px 12px !important;
  text-decoration: none;
  font-size: 100%;
  
}

.hamburger,.hamburgerClose{
  float: right;
}

section#hamburgerOverlay {
  display: none;
  height: 100vh;
  width: 100vw;
  background: rgb(66, 66, 66);
  position: absolute;
  text-align: center;
  text-shadow: 5px 5px 12px #00000080;
} 
.hamburgerMenu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hamburgerMenu a {
  font-size: 200%;
  text-decoration: none;
  color: #e9e7e7;
  font-family: 'Spartan';
  
}

.mobile {
  height: 5vh;
  margin-top: 2vh;
}

.topnav {
  height: 5vh;
  margin-top: 4vh;
}
.topnav {
  margin-left: auto;
}

.mobile i {
  padding-top: 15% !important;
  font-size: 4vh;
}  

.mobile {
display: block;
}
.mobile img {
width: 50%;
}
.desktop img {
padding: 10px;
width: 25%;
}

.desktop {
display: none;
}

@media screen and (min-width: 1000px) {
.mobile {
  display: none;
}
.desktop {
  display: flex;
}

}



/*------------------------Footer---------------------------*/
.social-icons li {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}

.social-icons a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  word-break: break-all;
}


/*-------------------Profilpage-Desktop-----------------*/

#header_YouTube {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  top: 5%;
  font-family: 'Caveat', cursive;
  font-size: 40px;
  text-shadow:  1px 1px 12px #00000080;;
}

.latestVideoEmbed {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  top: 5%;
  border-radius: 5px;
  box-shadow:  1px 1px 12px #00000080;;
}

#header_Twitch {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  top: 10%;
  font-family: 'Caveat', cursive;
  font-size: 40px;
  text-shadow:  1px 1px 12px #00000080;;
}

#twitch-embed {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  top: 10%;
  border-radius: 5px;
  /* box-shadow:  1px 1px 12px #00000080;; */
}

#header_DC {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  top: 15%;
  font-family: 'Caveat', cursive;
  font-size: 40px;
  text-shadow:  1px 1px 12px #00000080;;
}

#dc {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  top: 15%;
  box-shadow:  1px 1px 12px #00000080;;
}


.profilleft {
    position:absolute;
    left: 10;
    top: 20vh;
    width: 20vw;
    height: 80vh;
    background-color: #c4c4c4;
    background-size: cover;
    border-radius: 15px;
    box-shadow:  1px 1px 12px #00000080;;
  }
  
  .profilicon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    max-width:40%;
    height:auto;
    border-radius: 50%;
    top: 5%;
  }
  
  .artistname {
    font-family: 'Spartan';
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    max-width:40%;
    top: 8%;
  }
  
  .artisttxt {
  font-family: 'Shadows Into Light Two';
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  max-height: 30%;
  max-width:90%;
  top: 10%;
  }
  
  
  .artistsocial a {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    top: 660px;
  }

  .artistsocial li {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align:bottom;
    position: sticky;
  }

 #socialicons {
  position: sticky;
  top: 25vh;
 }
  
  .content {
    background-color: rgb(80, 80, 80);
    border-radius: 10px;
    position: absolute;
    max-width: 75%;
    height: 225%;
    top: 20%;
    left: 22%;
  }
  
  
  
  
   /* SECTION 2 */
  .profil2 {
    height: 250vh; 
    background-image: url(bg.gif);
    background-repeat: repeat;
    background-size: cover;
  }


  /*---------Responsive for Mobile (Profilpage)-----------*/


  @media screen and (min-width: 900px) {
    #mobilepage {
      display: none!important;
    }
    .desktopage {
      display:contents;
    } 
    }

  @media screen and (max-width: 900px) {
    .mobilepage {
      display: contents;
    }
    .desktopage {
      display:none;
      } 
      }

  @media screen and (max-width: 1490px) {
    .artisttxt {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 1057px) {
    .artisttxt {
      font-size: 15px;
    }
  }

  
  /*-------------------Profilpage-Mobile-----------------*/

#header_YouTube2 {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  top: 600px;
  font-family: 'Caveat', cursive;
  font-size: 40px;
  text-shadow:  1px 1px 12px #00000080;;
}

.latestVideoEmbed2 {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  top: 600px;
  box-shadow: 1px 1px 12px #00000080;
}

#header_Twitch2 {

  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  font-family: 'Caveat', cursive;
  font-size: 40px;
  text-shadow:  1px 1px 12px #00000080;;
}

#twitch-embed-mobile {
  position:relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  top: 0px;
  /* box-shadow: 1px 1px 12px #00000080; */
}


.profilmobile {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    top: 25vh;
    width: 90vw;
    height: 20vh;
    background-color: #c4c4c4;
    background-size: cover;
    border-radius: 15px;
    box-shadow:  1px 1px 12px #00000080;;
  }

.profiliconmobileContainer{
display: flex;
  justify-content: center;
}
  
  .profiliconmobile {
    top: -50%;
    position: absolute;
    width:20vh;
    height:auto;
    border-radius: 50%;
    box-shadow:  1px 1px 12px #00000080;
  }
  
  .artistnamemobile {
    font-family: 'Spartan';
    text-align: center;
    position: relative;
    top: 50%;
  }
  
  .artisttxtmobile {
    font-family: 'Shadows Into Light Two';
    color: #dadada;
    text-align: center;
    position: relative;
    top: 25vh;
  }
  
  .artistsocialmobile {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 6%;
    top: 35%;
  }
  
  
  .contentmobile {
    background-color: rgb(80, 80, 80);
    border-radius: 10px;
    position: absolute;
    max-width: 75%;
    height: 130%;
    top: 20%;
    left: 20%;
  }
  
  #header_DC_mobile {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    top: 0%;
    font-family: 'Caveat', cursive;
    font-size: 40px;
    text-shadow:  1px 1px 12px #00000080;;
  }

  #dc_mobile {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    top: 5%;
    box-shadow:  1px 1px 12px #00000080;;
  }
  

  
  
  
   /* SECTION 2 */
  .profil2mobile {
    height: 120vh; 
    /*background-image: url(bg.gif);*/
    background-repeat: repeat;
    background-size: cover;
  }

   /* SECTION 3 */
  .profil3mobile {
    height: 50vh;
  }

  .profil4mobile {
    height: 80vh;
  }