/* GENERAL */
* {
    box-sizing: border-box;
    cursor: none;
}
body, main, span, img, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, header, footer, div, h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    padding: 0;
}

body {
    background-color: #101010;
}

img {
    display: block;
    width: 100%; 
}
h1, h2, h3, h4, h5, h6, p, a {
    font-family: "TWKLausanne", Arial, Helvetica, sans-serif;
    font-weight: 250;
    font-feature-settings: "kern" 1; 
    font-kerning: normal;
    color: #ffffff;
    text-decoration: none;
}
h2 {
    font-family: "Mattone", Arial, Helvetica, sans-serif;
    font-size: 45pt;
    margin-bottom: 80px;
    -webkit-text-stroke: 0.5px #ffffff;
    color: transparent;
}
h3 {
    font-family: "Meyrin", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    letter-spacing: 1px;
}
h4 {
    color: #808080;
}
p, a {
    font-family: "Mattone", Arial, Helvetica, sans-serif;
    font-size: 12px;
    word-spacing: 1px;
    line-height: 15px;
    color: #808080;
}
.fontMattone{
    font-family: "Mattone", Arial, Helvetica, sans-serif;
}
.button {
    padding: 5px 0;
}
.button a {
    padding: 5px 15px;
    border: #ff0000 solid 0.5px;
    font-family: "Meyrin", Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.button a:hover {
    background-color: #ff0000;
}

::-webkit-scrollbar {
    width: 17px;
}

::-webkit-scrollbar-track {
    background-color: #101010;
    border-left: solid #ffffff 0.5px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
}

#mauszeiger {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 50000;
    opacity: 0;
    -webkit-transform: scale(1) translate(-15px, -15px);
    transform: scale(1) translate(-15px, -15px);
    mix-blend-mode: difference;
    border-radius: 100%;
    background: #ff0000;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    filter: blur(6px);
}
#mauszeiger.buttonAktiv {
    -webkit-transform: scale(1.5) translate(-10px, -10px);
    transform: scale(1.5) translate(-9px, -9px);
    filter:blur(2px);
}

.mobile {
    display: none;
}

/* Header */

#balken_oben {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #101010;
    z-index: 1000;
    overflow: hidden;
    border-bottom: solid #ffffff 0.5px;
}

#soundIndicator {
    position: absolute;
    top: 8px;
    left: calc(0% - 15px);
    height: 30px;
    width: 30px;
    background-color: #ff0000;
    z-index: 5000;
    border-radius: 100%;
    filter: blur(8px);
    opacity: 0;
    transition: 1s ease;
}

#playSound {
    position: fixed;
    top: 70px;
    left: 40px;
    display: block;
    width: 220px;
    border: solid 0.5px #ff0000;
    text-align: center;
    overflow: hidden;
    transition: 0.6s ease;
    z-index: 1000;
    background-color: #101010;
}

#playSound.soundPlaying > div {
    transform: translateX(-50%);
}

#playSound > div {
    transition: 0.6s ease;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    transform: translateX(-0%);
    width: 440px;
}

#playSound p {
    white-space: nowrap;
    font-family: "Meyrin";
    font-size: 16pt;
    letter-spacing: 1px;
    padding: 10px 40px;
    display: inline-block;
    width: 220px;
}

#playSound:hover {
    background-color: #ff0000;
}

#balken_unten {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #101010;
    z-index: 1000;
    overflow: hidden;
    border-top: solid #ffffff 0.5px;
}

#verlauf1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 12%;
    z-index: 400;
    pointer-events: none;
    background: rgb(16,16,16);
    background: -moz-linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0.4879377776501226) 38%, rgba(16,16,16,1) 76%);
    background: -webkit-linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0.4879377776501226) 38%, rgba(16,16,16,1) 76%);
    background: linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0.4879377776501226) 38%, rgba(16,16,16,1) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#101010",GradientType=1);
}

.text_balken {
    display: block;
}
.text_balken:not(:last-child) {
    border-bottom: solid #ffffff 0.5px;
}
.text_balken::before, .text_balken::after { 
    content: "";
    position: absolute;
    top: 0;
    width: 110px;
    height: 100%;
    background-color: #101010;
    z-index: 2000;
}

.text_balken::after{
    right: 0;
    background: rgb(16,16,16);
    background: -moz-linear-gradient(90deg, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 90%);
    background: linear-gradient(90deg, rgba(16,16,16,0) 0%, rgba(16,16,16,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#101010",GradientType=1);
}

.text_balken::before{
    left: 0;
    background: rgb(16,16,16);
    background: -moz-linear-gradient(90deg, rgba(16,16,16,1) 10%, rgba(16,16,16,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(16,16,16,1) 10%, rgba(16,16,16,0) 100%);
    background: linear-gradient(90deg, rgba(16,16,16,1) 10%, rgba(16,16,16,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#101010",GradientType=1);
}

.text_balken > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: fit-content;
    animation-name: balken_oben;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    padding: 2px 0 5px;
}

#balken_oben h3, #balken_unten h3 {
    padding-right: 12px;
    white-space: nowrap;
}

@keyframes balken_oben {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: auto;
    background-color:#101010;
    padding: 48px 0 23px;
    text-orientation: upright;
    writing-mode: vertical-lr;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-right: solid 0.5px #ffffff;
    z-index: 500;
}

#menu a {
    text-transform: uppercase;
    font-family: "Meyrin";
    font-size: 12pt;
    letter-spacing: 1px;
    padding: 11px 0;
    border-bottom: solid 0.5px #ffffff;
    transition: 0.6s ease;
}

#menu a:hover, .active {
    background-color: #ffffff;
    color: #101010;
    -webkit-text-stroke: #101010 0.5px;
}

#menu a:nth-child(4) {
    word-spacing: -8px;
}


/* Z-Achse scroll */

#zachse {
    height: 700vh;
    pointer-events: none;
}

#zachse .titelzachse h2 {
    text-align: center;
    -webkit-text-stroke: 0;
    color: #bfbfbf;
}

#zachse_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#viewport {
    -webkit-perspective:300px;
    -moz-perspective:300px;
    -webkit-perspective-origin:50% 50%;
    -moz-perspective-origin:50% 50%;
    -moz-transform-style: preserve-3d;
    width:100%;
    height:100%;
    overflow: hidden;
}

.frame{
    position:absolute;
    width:100%;
    height:100%;
    -moz-transform-style: preserve-3d;
    opacity: 0;
    -webkit-transform: translateZ(-2000px);
    -moz-transform: translateZ(-2000px);
}

.first {
    opacity: 1;
    -webkit-transform: translateZ(-0px);
    -moz-transform: translateZ(-0px);
}

.rachika {
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 20px);
    height: 45%;
    padding-top: 45px;
}

.nayar {
    position: absolute;
    left: 20px;
    top: 45%;
    width: calc(100% - 20px);
    height: 55%;
}

.beschreibungstext {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.beschreibungstext p {
    max-width: 470px;
    color: #bfbfbf;
    /* font-size: 16px; */
}

.titelzachse {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titelzachse h2 {
    width: 40%;
    font-size: 24px;
}

.rachika1{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 55%;
}

/* Normal Content */
main {
    overflow: hidden;
}

section {
    padding: 5vh 5vw;
    position: relative;
}

main section h2 {
    position: relative;
}

#experience {
    padding-top: 200vh;
    padding-bottom: 150vh;
}

#experience p {
    font-size: 66pt;
    line-height: 80pt;
    color: #101010;
}

#experience>div {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 25vh;
    width: 100%;
    height: 50vh;
    z-index: -100;
    background: #ffffff;
    background: -webkit-linear-gradient(
    0deg,
    hsl(0deg 0% 6%) 0%,
    hsl(344deg 0% 37%) 13%,
    hsl(344deg 0% 74%) 25%,
    hsl(300deg 100% 100%) 37%,
    hsl(300deg 100% 100%) 50%,
    hsl(300deg 100% 100%) 63%,
    hsl(344deg 0% 74%) 75%,
    hsl(344deg 0% 37%) 87%,
    hsl(0deg 0% 6%) 100%
    );
    background: -moz-linear-gradient(
    0deg,
    hsl(0deg 0% 6%) 0%,
    hsl(344deg 0% 37%) 13%,
    hsl(344deg 0% 74%) 25%,
    hsl(300deg 100% 100%) 37%,
    hsl(300deg 100% 100%) 50%,
    hsl(300deg 100% 100%) 63%,
    hsl(344deg 0% 74%) 75%,
    hsl(344deg 0% 37%) 87%,
    hsl(0deg 0% 6%) 100%
    );
    background: linear-gradient(
    0deg,
    hsl(0deg 0% 6%) 0%,
    hsl(344deg 0% 37%) 13%,
    hsl(344deg 0% 74%) 25%,
    hsl(300deg 100% 100%) 37%,
    hsl(300deg 100% 100%) 50%,
    hsl(300deg 100% 100%) 63%,
    hsl(344deg 0% 74%) 75%,
    hsl(344deg 0% 37%) 87%,
    hsl(0deg 0% 6%) 100%
    );
}

#about {
    margin: 45vh 0;
}

#about img {
    position: absolute;
    top: 80px;
    left: 50px;
    width: 53vw;
    z-index: -500;
    transform: translateY(-20%);
}

#about .redDot {
    position: absolute;
    top: -80px;
    left: 70%;
    height: 100px;
    width: 100px;
    background: rgb(255,0,0);
    background: -moz-radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(16,16,16,0) 95%);
    background: -webkit-radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(16,16,16,0) 95%);
    background: radial-gradient(circle, rgba(255,0,0,1) 0%, rgba(16,16,16,0) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#101010",GradientType=1);
    border-radius: 50%;
    filter: blur(15px);
}

#about .redDot2 {
    bottom: 0%;
    left: 60%;
    height: 50px;
    width: 50px;
    filter: blur(15px);
}

#about .redDot3 {
    bottom: 0%;
    left: 60%;
    height: 50px;
    width: 50px;
    filter: blur(15px);
}

.zweiSpalten {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5%;
    position: relative;
}

.zweiSpalten > p:first-of-type {
    width: 47.5%;
}

.zweiSpalten > p:last-of-type {
    max-width: 591px;
}

#neuesAlbum {
    height: 800vh;
}

#neuesAlbum h2 {
    pointer-events: none;
    opacity: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    font-size: 60pt;
    transform-origin: 50% 50%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

#discography, #live, #socialMedia {
    padding-bottom: 30vh;
}

#discography>div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 80px 20px;
}

#discography h2 {
    margin-bottom: 0;
    width: 100%;
}

#discography>div .button {
    margin-top: 30px;
}
#discography>div .button:last-child {
    margin-top: 10px;
}

#discography>div>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

#discography>div>div img {
    width: 80%;
    margin: 50px 0;
}

#discography>div p.date {
    margin-top: -23px;
}

#discography>div>.heavenComeCrashing {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
#discography>div>.heavenComeCrashing > div:last-of-type {
    margin-top: -60px;
}

#discography>div>.ourHandsAgainstTheDusk {
    grid-column: 3 / 5;
    grid-row: 2 / 4;
}
#discography>div>.ourHandsAgainstTheDusk img {
    margin-top: 0;
}
#discography>div>.ourHandsAgainstTheDusk>div:first-of-type>p:last-of-type {
    margin-top: 30px;
}
#discography>div>.ourHandsAgainstTheDusk>div:first-of-type {
    margin-top: -120px;
}
#discography>div>.ourHandsAgainstTheDusk>div:last-of-type {
    margin-top: -192px;
}

#discography>div>.fragments {
    grid-column: 2 / 4;
    grid-row: 3 / 5;
}
#discography>div>.fragments>div {
    margin-top: -90px;
}

#discography>div>div>h3 {
    width: 100%;
}

#discography>div>div>div {
    width: calc(50% - 10px);
}

#live > div, #socialMedia > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    gap: 20px;
}

#live > div > .liveZeile {
    grid-column: 1 / 4;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 15px 0;
}

#live > div > .liveZeile p {
    width: 50%;
}

#live > div > .liveZeile p span {
    font-size: 0.7rem;
    opacity: 0.6;
}

#live > div > .kalender {
    width: 100%;
    grid-column: 4 / 5;
    grid-row: 1 / span 5;
    position: relative;
}

#live > div > .kalender #kalenderMonat {
    opacity: 0;
    font-size: 24px;
    margin-bottom: 15px;
}

#live > div > .kalender > #kalenderRot {
    position: absolute;
    background-color: #ff0000;
    width: 30px;
    height: 30px;
    filter: blur(5px);
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
}

#live > div > .kalender > div:last-of-type {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
}

#live > div > .kalender > div p {
    display: block;
    width: 14.2857%;
    text-align: left;
}

#socialMedia > div {
    grid-template-rows: 1fr 1fr;
    gap: 80px 20px;
}

#socialMedia > div > a {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

#socialMedia > div > a::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    filter: blur(20px);
    background-color: #ff0000;
    border-radius: 50%;
    z-index: -5;
}

#socialMedia img {
    width: 50px;
}

#socialMedia img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
}

/* Footer */
footer p {
    text-align: center;
    margin-bottom: 10px;
    opacity: 0.5;
}
footer .pfeile {
    display: block;
    width: 100%;
    position: relative;
}
footer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}


/* Responsive */
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32pt;
    }
    #experience p {
        font-size: 26pt;
        line-height: 32pt;
    }
    section, #about {
        padding-left: 10vw;
        padding-right: 3vw;
    }
    .zweiSpalten {
        flex-direction:column;
    }
    .zweiSpalten > h2{
        width: 100%;
    }
    .zweiSpalten > p {
        max-width: 591px;
    }
    #about img {
        top: 140%;
        width: 106vw;
        left: -4vw;
    }

    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    #discography>div{
        display: block;
    }
    #discography>div>div {
        margin-bottom: 200px;
        display: block;
    }
    #discography>div>div>div {
        width: 100%;
    }
    #discography>div>div>div>p:nth-child(3) {
        margin-bottom: 60px;
    }
    #discography>div p.date, #discography>div>.heavenComeCrashing > div:last-of-type, #discography>div>.ourHandsAgainstTheDusk>div:first-of-type, #discography>div>.ourHandsAgainstTheDusk>div:last-of-type, #discography>div>.fragments>div {
        margin-top: 0px;
    }
    #discography>div>div img {
        margin-top: 50px !important;
        width: 80%;
    }
    .button {
        padding: 10px;
    }
    .button a {
        padding: 10px 22px;
    }

    #live .kalender {
        display: none;
    }
    #live > div {
        grid-template-columns: 1fr 1fr 1fr;
    }
    #live > div > div p:last-of-type{
        width: auto;
    }

    #socialMedia > div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #socialMedia > div > a {
        width: 20%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    #socialMedia > div > a > img {
        width: 50%
    }
    #socialMedia > div > p:first-of-type {
        width: 100%
    }
    #socialMedia > div > p:not(:first-of-type) {
        width: calc(50% - 10px);
    }
}