/*  MAINS  */
* {
    font-family: 'IBM Plex Sans', sans-serif;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    /* margin-block: auto; */
}



html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    scroll-behavior: smooth;
    overflow: hidden;
    user-select: none;
}

:root {
    font-size: 16px;
}

p {
    font-size: 1.2rem;
    font-weight: 400;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 1.6rem;
    font-weight: 700;
}

h3 {
    font-size: 1.3rem;
    font-weight: 500;
}

/* wrapper */


#mobilewrapper {
    display: none;
}

#wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    transition: background-color 1s;
    overflow: hidden;
    scroll-behavior: smooth;
}




/* main */

.main,
.main2 {
    width: 600px;
    height: 450px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0 0 10px 0px rgb(0 0 0 / 27%);
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 27%);
    background-color: black;
    transition: transform 1000ms ease-in-out, opacity 500ms ease-out;
}




.main {
    display: block;
    opacity: 0;
}

.main2 {
    display: none;
}

.lastupdate {
    position: fixed;
    top: 0%;
    right: 1%;
}

.lastupdate p {
    font-size: 0.7rem;
    color: rgb(109, 109, 109);
}

.oben {
    margin-top: 30px;
}


.oben img {
    margin: auto;
    width: auto;
    height: 100px;
}

.oben img.default {
    display: none;
}



.oben img.active {
    display: block;
}



.linksrechtsbox {
    width: 100%;
    display: flex;
    height: 280px;
}


.links {
    width: 300px;
    height: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
}


.links img {
    width: 100%;
    height: auto;
}


.adresse {
    align-self: flex-start;
    padding-top: 35px;
    filter: grayscale(1) brightness(10);
    transition: all 0.5s;
}

.adresse:hover {
    filter: grayscale(0) brightness(1);
}




.was {
    align-self: flex-end;
}


.was img {
    height: 40px;
    width: auto;
    filter: grayscale(1) brightness(5);
    cursor: grab;
    transition: filter 0.5s;
    padding-bottom: 3px;
}


.musikerlink:hover img,
.arbeitlink:hover img,
.grafikerlink:hover img {
    filter: grayscale(0) brightness(1);
}



.rechts {
    width: 300px;
    float: right;
    display: flex;
    margin-right: 40px;
    justify-content: flex-end;
    align-items: end;
}

.wenden {
    height: auto;
    width: 100px;

}

.wenden img {
    width: 100%;
    height: auto;
    cursor: grab;
    filter: grayscale(1) brightness(10);
    transition: all 0.5s;
}

.wenden img:hover {
    filter: grayscale(0) brightness(1);
}


.baustelle {
    width: 500px;
    height: 120px;
    display: flex;
    justify-content: center;
    padding-top: 2%;
    margin: auto;

}

.baustelle img {
    width: auto;
    height: 120px;
}

/* LINKSRECHTSBOX2*/
.linksrechtsbox2 {
    height: 240px;
    width: 100%;
    justify-content: space-around;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.social {
    width: fit-content;
    height: auto;
    display: grid;
    grid-template-columns: 30px repeat(5, 17%);
}

.social1 {
    grid-column: 3;
}

.social2 {
    grid-column: 4;
}

.social3 {
    grid-column: 2;
}

.social4 {
    grid-column: 5;
}

.social5 {
    grid-column: 6;
}

.social1,
.social2,
.social3,
.social4,
.social5 {
    grid-row: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social1 img,
.social2 img,
.social3 img,
.social4 img,
.social5 img {
    width: 70%;
    height: auto;
    filter: grayscale(1) brightness(3);
    transition: all 0.2s;
    margin: auto;
}

.social1:hover img,
.social2:hover img,
.social3:hover img,
.social4:hover img,
.social5:hover img {
    scale: 115%;
    filter: grayscale(0) brightness(1);
}


.zuruck {
    height: fit-content;
    width: fit-content;
    filter: grayscale(1) brightness(5);
    transition: all 0.5s;
}

.zuruck:hover {
    filter: grayscale(0) brightness(1);
}


.zuruck img {
    float: right;
    width: 120px;
    height: auto;
    cursor: grab;
    margin-right: 20px;
    margin-bottom: 5px;
}



.artlink {
    height: fit-content;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 120px 120px 60px 1fr;
    grid-template-rows: 40px;
    column-gap: 10px;
    justify-items: center;
    margin-top: 15px;
}

.artlink img {
    width: auto;
    height: 30px;
    transition: all 0.3s;
    filter: grayscale(1) brightness(5);
}


.link1:hover img,
.link2:hover img,
.link3:hover img {
    filter: grayscale(0);
}

.link1:hover img {
    height: 35px;
}

.link3:hover img {
    rotate: 7deg;
}

.link2:hover img {
    rotate: -5deg;
}

.link1 {
    grid-column: 3;
    grid-row: 1;
}

.link2 {
    grid-column: 2;
    grid-row: 1;
}

.link3 {
    grid-column: 4;
    grid-row: 1;
}

.link1,
.link2,
.link3 {
    cursor: grab;
    width: fit-content;
}

/* GALERIE */


.galerie {
    width: 100%;
    height: 100%;
    display: grid;
    background-color: rgb(255, 255, 255);
    overflow: auto;
    top: -210%;
    position: fixed;
    margin: auto;
    transition: top 1.5s ease-out, background-color 1s ease-out;
    grid-template-columns: 50px 1fr 50px;
    grid-template-rows: 50px 1fr 50px;
}

.bildergalerie {
    width: 750px;
    height: auto;
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
    justify-self: center;
}

.bildergalerie img {
    width: 750px;
    height: auto;
    padding: 10px;
    border-radius: 20px;
}

.galback,
.galback2 {
    width: fit-content;
    height: fit-content;
    cursor: grab;
    justify-self: center;
    align-self: center;
    position: absolute;
    bottom: 100px;
    right: 100px;
}


.galback img,
.galback2 img {
    width: auto;
    height: 70px;
    filter: grayscale(1) brightness(5);
    transition: all 0.5s;
}

.galback img:hover,
.galback2 img:hover {
    filter: grayscale(0) brightness(1);
}

/* MUSIQ */



.musique {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    grid-template-rows: 1fr 10fr 1fr;
    background-color: rgb(158, 158, 158);
    overflow: auto;
    top: 0px;
    left: -250%;
    position: absolute;
    margin: auto;
    transition: left 1.5s ease-out, background-color 2s ease-out;
}

.musikblock {
    display: flex;
    width: 90%;
    height: 90%;
    margin: auto;
    grid-row: 2;
    grid-column: 2;
    justify-content: space-between;
    flex-wrap: wrap;
}



.soundcloud1 {
    margin-bottom: 5%;
}


.musikblocklinks {
    width: 35%;
    height: 100%;
}

.musikblockmitte {
    width: 20%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
}



.musiobenm {
    grid-row: 1;
    width: 100%;
    height: auto;
    align-self: center;
}


.musiuntenm {
    grid-row: 2;
    width: 100%;
    height: auto;
    align-self: center;
}

.musiobenm img,
.musiuntenm img {
    width: 100%;
    height: auto;
}


.musikblockrechts {
    width: 35%;
    height: 100%;
    display: grid;
    grid-template-rows: 55% 5% 40%;
}


.musiobenr {
    height: 60%;
    width: 100%;
    grid-row: 1;
    align-self: center;
}

.musilinks {
    height: 100%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
}

.musing {
    grid-row: 1;
}

.musisc {
    grid-row: 3;
}

.musibc {
    grid-row: 2;
}


.musing,
.musisc,
.musibc {
    width: 75%;
    height: auto;

}



.musing img,
.musisc img,
.musibc img {
    width: 100%;
    height: auto;
    filter: grayscale(0) brightness(1);
    transition: all 0.3s;
    margin: auto;
}

.musing img:hover,
.musisc img:hover,
.musibc img:hover {
    filter: grayscale(1) brightness(5);
}

.musiuntenr {
    height: 100%;
    width: 100%;
    grid-row: 3;
}

.games {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 30% 20% 30% 20%;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    column-gap: 1%;
}

.steamtitle {
    width: 80%;
    height: auto;
    grid-row: 1;
    grid-column: 1/4;
}


.steam {
    width: 100%;
    height: auto;
    grid-row: 2;
    grid-column: 2;
}


.steamspot {
    width: 100%;
    height: auto;
    grid-row: 2;
    grid-column: 3;
}


.itchtitle {
    width: 80%;
    height: auto;
    grid-row: 3;
    grid-column: 1/4;
}

.itch {
    width: 100%;
    height: auto;
    grid-row: 4;
    grid-column: 2;
}


.itchyt {
    width: 100%;
    height: auto;
    grid-row: 4;
    grid-column: 3;
}


.steam img,
.steamspot img,
.itch img,
.itchyt img {
    width: 90%;
    height: auto;
    filter: grayscale(0) brightness(1);
    transition: all 0.3s;
}


.itch img:hover,
.itchyt img:hover,
.steam img:hover,
.steamspot img:hover {
    filter: grayscale(1) brightness(5);
}



.musiqueback {
    width: fit-content;
    height: fit-content;
    cursor: grab;
    display: block;
    grid-column: 3;
    grid-row: 3;
    align-self: flex-end;
    justify-self: end;
    margin-bottom: 50px;
    margin-right: 50px;

}


.musiqueback img {
    width: auto;
    height: 70px;
    filter: grayscale(1) brightness(5);
    transition: all 0.5s;
}


.musiqueback img:hover {
    filter: grayscale(0) brightness(1);
}






/* LEBENSLAUF */



.liferun {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 800px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    background-color: rgb(158, 158, 158);
    overflow: auto;
    top: 0px;
    right: -250%;
    position: absolute;
    margin: auto;
    transition: right 1.5s ease-out, background-color 2s ease-out;
}

.liferunback {
    width: fit-content;
    height: fit-content;
    cursor: grab;
    position: absolute;
    bottom: 100px;
    right: 100px ;
    display: block;
}


.liferunback img {
    width: auto;
    height: 70px;
    filter: grayscale(1) brightness(5);
    transition: all 0.5s;
}



.liferunback img:hover {
    filter: grayscale(0) brightness(1);
}

.baustelle2{
    justify-self: center;
    width: 300px;
    height: 100px;
    align-self: center;
    grid-column: 2;
    grid-row: 2;
}

.baustelle2 img{
width: 100%;
height: auto;
}


/* animationen */


.flip-animation {
    animation: flip 0.5s forwards ease-in-out;
}

@keyframes flip {
    0% {
        transform: scale(100%);
    }


    100% {
        -webkit-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0);
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0);
        filter: blur(2px)brightness(0.5);
        transform: rotate3d(0, 1, 0, 90deg) scale(70%) skewY(-15deg) translateY(-120px);
    }
}

.flip-animation2 {
    animation: flip2 0.5s forwards ease-in-out;
}

@keyframes flip2 {
    0% {
        -webkit-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0);
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0);
        transform: rotate3d(0, -1, 0, -90deg) scale(70%) skewY(15deg)translateY(-120px);
        filter: blur(2px)brightness(1.5);
    }

    100% {
        transform: scale(100%);
    }
}


.moveleft {
    transform: translateX(-400%);
}

.moveleft2 {
    right: 0%;
    background-color: rgb(0, 0, 0)
}

.moveright {
    transform: translateX(400%);
}


.moveright2 {
    left: 0px;
    background-color: rgb(0, 0, 0)
}


.movetop2 {
    top: 0%;
    background-color: rgb(0, 0, 0)
}

.movetop {
    transform: translateY(400%);
}



/* RESPONSIVE */

@media screen and (max-width:2000px) and (orientation: landscape) {


    .bildergalerie {
        width: 600px;
        height: auto;
    }
    
    .bildergalerie img {
        width: 600px;
    }

}



