* {
    box-sizing: border-box;
}

body {
    margin: 0%;
    padding: 0;
}

html {
    min-height: 100vh;
}
/********************************************************************HEADER****************************************************/
header {
    background-color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 0;
    z-index: 1;
}

.hover-underline {
    font-size: 2rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin: 15px 10px;
    padding: 5px 0;
  }
  
  .hover-underline::after,
  .hover-underline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ffffff, #a0a0a0);
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-out;
  }
  
  .hover-underline::before {
    top: -5px;
    transform-origin: left;
  }
  
  .hover-underline:hover::after,
  .hover-underline:hover::before {
    transform: scaleX(1);
  }

  #ay {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
  
/* Header Logo Fotos */

.headertext {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 0;
    font-size: 28px;
    color: white;
    letter-spacing: 20px;
}

.headerbar {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 10px;
}

.headerbar li {
    height: 30px;
}

.headerbar li:first-child {
    margin-right: auto;
}

.headerbar a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    color: white;
}

.socials {
    width: 38px;
    height: 38px;
    transition: transform .5s;
}

.socials:hover {
    transform: rotate(12deg);
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: -8px 0 8px rgba(10, 10, 10, 0.2);
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 5%;
    /*animation-name: Slide-right;
    animation-duration: 1s;*/
}

#smallicons {
    width: 40px;
    height: 40px;
    margin-right: 13%;
}

@keyframes Slide-right {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

@keyframes Slide-right-OUT {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

.sidebar li {
    width: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
}

.sidebar a {
    width: 100%;
    color: rgb(238, 238, 238);
    text-decoration: none;
}

.sidebar a:hover {
    background-color: #f0f0f0;
}

.sidebar li:first-child {
    padding-top: 20%;
}

.Menu {
    display: none;
}

#menulist:visited, #menulist:active, #menulist:focus, #menulist:hover {
    background-color: #0e0e0e;

}
/*********************************************STITLE*************************************/

.Sbodybox {
    width: 100%;
}

.STitleboxcontainer {
    background-color: black;
}

.STitlebox {
    display: flex;
    align-items: center;
      opacity: 1;
                                            background-repeat: no-repeat;
                                            background-size: cover;
                                            background-position: top;
                                            margin-top: 0%;
                                            box-sizing: border-box;
                                            padding: 1%;
                                            margin: auto;
                                            background-color: black;
}
h1 {
    text-align: center;
    font-size: 7vw;
    padding-top: 90px;
    padding-bottom: 90px;
    color: white;

    letter-spacing: 20px;
    text-transform: uppercase;
    margin: 0 10px 0 24px;
    text-align: center;
}
#desktopTitle {
    display: flex;
}
#mobileTitle {
    display: none;
}
#arrow {
    width: 30px;
    height: 30px;
}
/**************************************************************************************/
/**************************SABOUTSTORY**************************************************/

.Backgroundimage {

    background-position: top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    height: fit-content;
}

.SAboutstorybox {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    justify-content: center;
    align-items: top;
    gap: 10%;
    margin-top: 0;
    padding-bottom: 100px;
}

.SAboutstorycontainer {
    gap: 0;
    width: fit-content;
}

#title1,
#title2 {
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding-top: 92px;
    text-align: center;
}

#text1 {
    margin: auto;
    height: fit-content;
    width: 700px;
    border-radius: 2px;
    padding: 10px 50px;
    background-color: rgb(255 255 255 / 40%);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 18px 40px -10px; 
  
   
}

.STitle1 {
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 80px;
    text-shadow: 5px 5px 2px #ffffff;
    margin-top: 0;
}

.transition-fade {
    opacity: 1;
    transition: 500ms;
    transform: translateX(0);
}

html.is-animating .transition-fade {
    opacity: 0;
}

html.is-animating .transition-fade {
    opacity: 0;
}

/***********************************CINEMATOGRAPHY***********************************/

.Cinematography {
    display: flex;
    flex-direction: row;
    background-color: rgba(219, 219, 219, 0.3);
    padding: 5% 1%;
    padding-bottom: 4%;
    margin-top: 3%;
    margin-bottom: 0%;
}

.slideshow-container1 {
    width: 3000px;
    justify-content: center;
    flex-direction: column;
    padding: 2% 1%;
    margin: auto;
}

.slideshow-container2 {
    position: relative;
    width: auto;
    height: auto;
    align-items: center;
    margin: auto;
    padding-top: 3%;
}

#ytvideo {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}

.ytbox {
    display: flex;
    aspect-ratio: 16/9;
    width: 90%;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.slideshow-text {
    padding: 3%;
    padding-top: 0%;
    width: 100%;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(124, 124, 124);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(179, 179, 179, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.CTitle {
    font-size: 4vw;
    margin-top: 2%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(0, 0, 0);
    text-shadow: 5px 5px 2px #e0e0e0;
}

.dot {
    cursor: pointer;
    height: 19px;
    width: 19px;
    margin: 0 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin-top: 2%;
}

.thedots {
    display: flex;
    justify-content: center;
}

.active,
.dot:hover {
    background-color: #5c5c5c;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.95
    }
    to {
        opacity: 1
    }
}
/***********************************PRODUCTION***************************************/

.Lyricism,
.Production {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: none;
}
.Lyricism {
    margin-top: 3%;
}
.Production {
    margin-top: 1%;
}

.Lyricismbox,
.Productionbox {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 980px;
    gap: 1%;
    padding: 100px;
    padding-top: 40px;
}

.Lyricismblue,
.Productionblue {
    flex-direction: column;
    width: auto;
    margin: auto;
     margin-bottom: 0;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    padding: 0% 2%;
}

.Lyricismblue1,
.Lyricismblue2,
.Productionblue1,
.Productionblue2 {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;}

.Lyricismblue2,
.Productionblue2 {
    margin-top: 12%;
}

.Lyricismred,
.Productionred {
    max-width: 1050px;
    height: 800px;
    background-color: red;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    border: solid 4px #ffffff;
    padding: 10px 50px;
    background-color: rgb(255 255 255 / 40%);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.8) 0px 1px 2px;
        overflow: scroll;
}

#Youtubevideo {
    aspect-ratio: 16/9;
}

.hovereffectimg {
    transition: 0.5s ease;
}

.hovereffectimg:hover {
    transform: scale(1.01);
    box-shadow: 0 25px 80px rgba(0, 0, 0, .3);
}

button {
    display: none;
    margin: auto;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    border-radius: 6px;
    color: #3D3D3D;
    background: rgb(255, 255, 255, 0.8);
    border: none;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button:focus {
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
}

#dots,
#dots2 {
    display: none;
    color: rgb(255, 255, 255, 0%);
}

#more,
#more2 {
    display: block;
}
/******************************FOOTER***************************/
footer {
                                            background-color: black;
                                            height: 100px;
                                            display: flex;
                                            align-items: center;
                                            justify-content: center;
                                            flex-direction:column;
                                            padding: 0%;
                                        }
                                        
                                        .footertext, .footertext2 {
                                            color: whitesmoke;
                                            text-decoration: none;
                                            font-size: 15px;
                                            letter-spacing: 5px;
                                        }
                                        
                                        .footer2{
                                            margin-top: -1.5%;
                            display:flex;
                            align-items:center;
                            color: whitesmoke;
                            letter-spacing:2px;
                                        }
                                        
                                        #a1 {
                                            color: #dbdbdb;
                                            text-decoration: none;
                                            
                                        }
                                        #a1:visited {
                                            color:#dbdbdb;
                                        }
                                        #a1:hover{
                                            color:#dbdbdb;
                                        }
/******************************TEXTARTEN************************/

.LTitle1,
.PTitle1 {
    color: rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 700%;
    text-shadow: 5px 5px 2px #cacaca;
    margin: 0;
    padding: 2%;
    letter-spacing: 10px;
}

.STexttype1,
.LText1,
.PText1 {
    font-size: 24px;
    color: rgb(0, 0, 0);
}

/***********************************MEDIA-QUERY**************************************/

@media only screen and (max-width: 1585px) {
    .SAboutstorybox {
        gap: 1%;
    }
    .STitle1 {
        width: 680px;
    }
    .STitle1 {
        font-size: 100px;
    }
    #more {
        display: block;
    }
    #more2 {
        display: block;
    }
    button {
        display: none;
    }
    #dots,
    #dots2 {
        display: none;
    }
}

@media only screen and (max-width: 1420px) {
    .SAboutstorybox {
        gap: 10%;
    }
    .STitle {
        width: auto;
    }
    .STitle1 {
        font-size: 6vw;
    }

    h1 {
        font-size: 8vw;
    }
    .LTitle1,
    .PTitle1 {
        font-size: 11vw;
        padding-bottom: 0;
    }
    
    .Lyricismred, .Productionred, .Lyricismblue, .Productionblue {
        height: 557px;
    }
  .lyricismbox {
      height: 600px;
  }
    #text1 {
        width: fit-content;
        margin-left: 10%;
        margin-right: 10%;
    }
    .STexttype1,
    .LText1,
    .PText1 {
        font-size: 24px;
    }
    .Production {
        margin-top: 10%;
    }
    
    #Youtubevideo {
        width: 100%;
        height: 100%;
    }
    .LPVideo {
        width: 448px;
        height: 252px;
    }
    #more {
        display: block;
    }
    #more2 {
        display: block;
    }
    button {
        display: none;
    }
    #dots,
    #dots2 {
        display: none;
    }
    .Sbodybox {
    margin-bottom: 8%;
}
}

@media only screen and (max-width: 1210px) {
    .Cinematography {
        flex-direction: column-reverse;
        padding-top: 6%;
        padding-bottom: 8%;
    }
    .slideshow-container1 {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        padding: 2% 1%;
        margin: auto;
    }
    .CTitle {
        text-align: center;
        font-size: 10vw;
        padding-bottom: 0%;
    }
    #CText {
        padding: 0% 5%;
        text-align: center;
    }
    .Productionbox {
        flex-direction: column;
        height: auto;
        padding: 0;
        flex-wrap: wrap-reverse;
    }
    .Lyricismbox {
        flex-direction: column-reverse;
        height: auto;
        padding: 0;
        flex-wrap: wrap-reverse;
    }

    .Lyricismred,
    .Productionred {
        overflow: none;
        width: fit-content;
        min-width: none;
        max-width: none;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 8%;
        margin-top: 6%;
    }

    h1 {
        padding-top: 6%;
        padding-bottom: 2%;
    }

    #title1{
        padding-top: 6%;
    }
    
    .LPVideo {
        height: 441px;
        width: 784px;
    }.lyricismbox {
        height: 100%;
    }.Lyricismblue, .Productionblue {
        margin-left: 4%;
        margin-right: 4%;
        height: 100%;
                
        
    }
    
    .Lyricismblue1, .Lyricismblue2, .Productionblue1, .Productionblue2 {
        height: 441px;
        width: 782px;
        margin: auto;
    }
    
    .Lyricismblue1 {
        margin-bottom: 5%;
    }
}

@media only screen and (max-width: 880px) {
    .STitleboxcontainer {
        background-color: white;
        border-bottom: 1px solid black;
    }
    .STitlebox {
        background-size: 120%;
        padding-top: 0%;
        background-image: none !important;
        background-color: white !important;
    }
    .Backgroundimage {
        background-size: 120% auto;
    }
    .SAboutstorycontainer {
        gap: 0;
        margin-bottom: 14%;
    }
    .SAboutstorybox {
        padding-bottom: 0;
    }
    .STitleboxcontainer {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wholecontainer {
        flex-direction: column-reverse;
    }
    .slideshow-container1 {
        width: 100%;
    }
    #ytvideo {
        aspect-ratio: 16/9;
        width: 90%;
    }
    
    .LPVideo {
        aspect-ratio: 16/9;
        width: 100%;
        height: 100%;
 
    }
    
    #title1 {
        padding-top: 40px;
    }
    #title2 {
        padding-top: 0px;
    }
    .STitle1 {
        font-size: 8vw;
    }
    .STexttype1,
    .LText1,
    .PText1 {
        font-size: 25px;
        text-align: left;
    }
    .CTitle {
        font-size: 9vw;
    }
    #text1,
    .Productionred,
    .Lyricismred {
        margin-left: 7%;
        margin-right: 7%;
    }
    .Lyricismbox {
       
    }
    
    .Lyricismblue, .Productionblue {
       width: 90%;
       height: 90%;
       padding: 2%;
       margin: auto;
       
    }
    
    .Lyricismblue1, .Lyricismblue2, .Productionblue1, .Productionblue2 {
    width: auto;
    height: auto;
    }
    #more {
        display: block;
    }
    #more2 {
        display: block;
    }
    button {
        display: none;
    }
    #dots,
    #dots2 {
        display: none;
    }
    #desktopTitle {
        display: none;
    }
    #mobileTitle {
        display: flex;
        align-items: center;
    }
    

    h1 {
        text-align: left;
        font-size: 35px;
        padding: 20px 0;
    color: black;
        text-shadow: none;
        letter-spacing: 3px;
        margin-left: 10px;
        
    }
    
     
}
@media only screen and (max-width: 850px) {
    .headerbar {
        padding: 10px;
    }
    .headertext {
        padding: 20px;
        padding-left: 25px;
        font-size: 25px;
        letter-spacing: 16px;
    }
    .headerbar a {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 725px) {
    .headertext {
        letter-spacing: 14px;
    }
    .headerbar a {
        padding: 0 14px;
    }
}

@media only screen and (max-width: 630px) {
    img {
        width: 100%;
        height: 100%;
    }
   
    .SAboutstorycontainer {
        width: 100%;
    }
    .STitle1 {
        font-size: 48px;
        text-align: center;
        width: 100%;
    }
    .STexttype1,
    .PText1,
    .LText1 {
        font-size: 17px;
    }
    #text1,
    .Productionred,
    .Lyricismred {
        margin-left: 5%;
        margin-right: 5%;
    }

    
    #dots,
    #dots2 {
        display: none;
    }
       h1 {
        font-size: 26px;
        padding: 15px 0;
        letter-spacing: 0px;
        
    }
}

@media only screen and (max-width: 500px) {
    .HIDE {
        display: none;
    }
    .Menu {
        display: flex;
    }
   
   .hovereffectimg:hover {
                                                z-index: 1;
                                                transform: scale(1.02);
                                                box-shadow: 0 25px 80px rgba(0, 0, 0, .3);
                                            }
                                            .headerbar {
                                                margin-left: 4%;
                                            }
                                            .headertext {
                                                font-size: 15px;
                                                letter-spacing: 16px;
                                                padding-left: 4%;
                                                padding-right: 0%;
                                                display: flex;
                                            }
                                            .socials {
                                                align-items: center;
                                                justify-content: center;
                                                margin-bottom: 0%;
                                                margin-left: 20px;
                                            }
                                            #ay:after {
                                                background: white;
                                            }
                                            .ExtrasBOXTOP,
                                            .ExtrasBOXBOTTOM {
                                                height: 100px;
                                            }
                                            .spotifycontainer {
                                                margin: 16% auto;
                                                margin-bottom: 8%;
                                                width: 80%;
                                            }
                                            .SP {
                                                height: 450px;
                                            }
                                            h1 {

        font-size: 20px;

    
        
    }
    
    #text1 {
        background-image: none !important;
  background-size: 100%;
  
    }

    .footertext {
        font-size: 12px;
    }
    
}

@media only screen and (max-width: 440px) {
  
    .SAboutstorybox {
        margin-top: 0%;
    }

    .flex-container {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .s2 {
        padding-top: 10%;
    }

    .thedots {
        display: none;
    }
    .text {
        display: none;
    }
    .slideshow-container2 {
        padding-top: 6%;
    }
    .STitle1 {
        font-size: 43px;
    }
    #text1,
    .Lyricismred,
    .Productionred {
        padding: 3% 6%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .STexttype1,
    .LText1,
    .PText1 {
        font-size: 19px;
    }
    #more {
        display: none;
    }
    #more2 {
        display: none;
    }
    button {
        display: none;
    }
}

@media only screen and (max-width: 440px) {
    .STitle1 {
        font-size: 38px;
    }

    .PTitle1 {
        font-size: 35px;
    }

    .LTitle1, .PTitle1 {
        text-shadow: 2px 2px 2px #cacaca;
    }
}

@media only screen and (max-width: 350px) {
    .STitle1 {
        font-size: 35px;
    }
    #more {
        display: none;
    }
    #more2 {
        display: none;
    }
    button {
        display: none;
    }
    header {
        position: relative;
    }
}
/*******************EXTRA? DAS WIRD EH NIE PASSIEREN.**********************/