        body {
            font-family: "Poppins", sans-serif;
            margin: 0;
            padding: 0;
            background-color: rgb(31, 31, 31);
            overflow-x: hidden;
        }

        @font-face {
            font-family: "Poppins";
            src: url("./Schriftart/Poppins/Poppins-Regular.ttf") format("truetype");
            font-weight: normal;
            font-style: normal;
        }


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.Startseite {
    height: 100vh;
    width: 100%;
    display: flex;
    min-height: 100vh;
    }


    .Hauptbild {
        height: 100vh;
        width: 100%;
        object-fit: cover;
        filter: brightness(1.0);
        }

        
        .logo {
            position: fixed;
            left: 12px;
            top: 12px;
            height: 75px;
            width: 75px;
            z-index: 999;
            }

        
        .container {
            position: fixed;
            right: 32px;
            top: 30px;
            font-size: 5px;
            z-index: 999;
        }

            .menu-link {
                color: white;
                text-decoration: none;
                margin-left: 30px;
                font-size: 25px;
            }

                .menu-link:hover {
                    text-decoration: underline;
                }

        html {
            scroll-behavior: smooth;
        }


        .Name {
            position: fixed;
            left: 105px;
            top: -10px;
            color: white;
            font-size: 40px;
            width: 900px;
            text-shadow: 5px 5px 5px rgba(0,0,0, 0,8);
            }

            .Vorname {
                color: rgb(255, 255, 255);
            }


        .Stimme {
            position: absolute;
            top: 275px;
            font-size: 25px;
            left: 50px;
            color: rgb(255, 255, 255);
            }


        .Beruf {
            position: absolute;
            top: 175px;
            font-size: 75px;
            left: 100px;
            color: rgb(228, 13, 41);
        }

            .für {
                color: white;
            }

        .Demotitel {
            font-size: 14px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 15px;
            background-color: #3f3f3f;   
            width: 415px;
            border-radius: 5px;
            margin-top: 10px;
            cursor: pointer;
        }

        .time {
            color: white;
            align-self: center;
            position: absolute;
            padding-bottom: 22px;
            right: 10px;
            font-size: 15px;
            font-weight: 200;
            transition: background-color 0.2s ease; 
            cursor: pointer; 
        }


        .Demotitel:hover {
            background-color: #5a5a5a; 
        }
        

        .Kategorie {
            color:rgb(146, 187, 214);
            font-weight: 900;
            font-size: 16px;
        }

        .player-container {
            position: absolute;
            background: #1d1d1d;
            flex-direction: column;
            left: 100px;
            top: 360px;
            width: 460px;
            height: 400px;
            border-radius: 10px;
            display: flex;
            }

        .custom-player {
            position: absolute;
            align-items: center;
            color: white;
            left: 15px;
            flex-direction: column;    
        } 

        .Playleiste {
            background-color: #161616;
            margin-top: 335px;
            height: 70px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            flex-direction: row;
            display: flex;
            align-items: center;
            justify-content: center;
            
        }

        .Download {
            width: 18px;
            height: 18px;
            margin-left: 10px;
            margin-right: 8px;
        }

        .volume {
            width: 80px;
            accent-color: white;
        }

        .volume-icon {
            width: 18px;
            height: 18px;
            margin-left: 10px;
        }

        .progress {
            flex: 1;
            accent-color: #ffffff;
            width: 200px;
        }

        .play {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

        .pause {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }


        .play-pause {
            background: none;
            border: none;
            cursor: pointer;
        }

        .play-pause img {
            width: 15px;
            height: 15px;
        }

        .play-pause .pause {
            display: none;
}

        .play-pause.playing .play {
            display: none;
        }

        .play-pause.playing .pause {
            display: inline;
}
    

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.Referenzen {
    height: 100vh;
    width: 100%;
    display: flex;
    min-height: 100vh;
    }


    .Mikrofon {
        height: 100vh;
        width: 100%;
        object-fit: cover;
        filter: brightness(0.3);
        position: absolute;
        }


    .Vita {
        color: white;
        font-size: 30px;
        display: flex;
        padding: 20px 150px; 
        position: absolute;
    }


        .VitaV {
            color: white;
            margin-top: 50px;
            font-size: 50px;
            display: flex;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }


        .ReferenzenV {
            color: white;
            font-size: 30px;
            display: flex;
            position: absolute;
            padding: 5px 1150px;
        }


        .Vitatabelle {
            color: white;
            font-size: 16px;
            }

            .Datum {
                color: crimson;
                font-weight: bolder;
            }

            .Kategor {
                padding-top: 15px;
                font-weight: bolder;
                font-size: 20px;
                color:rgb(146, 187, 214);
            }

    .Vtitel {
        padding-left: 20px;
    }

    .Portfolio {
        position: absolute;
        display: table;
        padding: 150px 1150px;
    }
    
        .KidKoller {
            height: 175px;
            width: 175px;
        }

        .Terry {
            height: 175px;
            width: 175px;
        }

        .Dennis {
            height: 175px;
            width: 175px;
        }

        .Warfare {
            height: 175px;
            width: 175px;
        }

        .Geist {
            height: 175px;
            width: 175px;
        }

        .Buch {
            height: 175px;
            width: 175px;
        }

        .Love {
            height: 175px;
            width: 175px;
        }

        .James{
            height: 175px;
            width: 175px;
        }

        .Nicoletta {
            height: 175px;
            width: 175px;
        }

        .Asozial {
            height: 175px;
            width: 175px;
        }

        .Bereit {
            height: 175px;
            width: 175px;
        }
        
        .Void {
            height: 175px;
            width: 175px;  
        }

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
        

.Übermich {
    height: 100vh;
    width: 100%;
    display: flex;
    min-height: 100vh;
}

    .Homestudio {
        height: 100vh;
        width: 100%;
        object-fit: cover;
        filter: brightness(0.5);
        position: absolute;
    }


    .Überm {
        color: rgb(206, 206, 206);
        font-size: 30px;
        display: flex;
        padding: 5px 830px;
        position: flex;
    }


    .Studio {
        background-color:#28291ff3;
        height: 350px;
        width: 400px;
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 500px;
        left: 750px;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 10px;
    }


        .BilderStudio {
            object-fit: cover;
        }

        .Studiospecs {
            margin-top: -10px;
            color: white;
            font-size: 16px;
            width: 500px;
        }

    .Specktitel {
            font-weight: bolder;
            font-size: 25px;
            color:rgb(190, 213, 228);
    }

    .Verbindung {
        background-color:#28291ff3;
        height: 350px;
        width: 400px;
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 500px;
        left: 1300px;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 10px;
    }

        .Verbindungtext {
            color: white;
            font-size: 16px;
            width: 500px;
            margin-top: -10px;
        }

    .Übermichbox {
        background-color: #28291ff3;
        height: 600px;
        width: 400px;
        position: absolute;
        display: flex;
        border-radius: 10px;
        margin-top: 250px;
        left: 200px;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
    }

        .Textübermich {
            margin-top: 40px;
            color: white;
            font-size: 16px;
        }

        .Bildübermich {
            position: absolute;
            top: -20%;
            align-self: center;
            height: 225px;
            width: 225px;
            border-radius: 50%;

        }




/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.Kontaktsection {
    height: 90vh;
    background-color:rgb(0, 0, 0);
    width: 100%;
    display: flex;
}

    .Kontakth3 {
        margin-top: 100px;
        color: white;
        font-size: 50px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);

    }

        .Kontaktaufnahme {
            color: rgb(197, 197, 197);
            text-align: center;
            position: absolute;
            font-size: 20px;
            transform: translateX(-50%);
            left: 50%;
            margin-top: 200px;
        }

            .Kontaktdaten{
                color: rgb(163, 163, 163);
                font-size: 25px;
                text-decoration: none;
                }

                    a:hover {
                        text-decoration: underline;
                    }

                    a {
                        color: rgb(255, 255, 255); 
                        font-size: 30px;     
                        text-decoration: none; 
                        font-weight: bold;    
                    }

        .Startext {
            color: rgb(230, 81, 111);
            font-weight: bolder;
            font-size: 30px;
        }

        .Synchronstar {
            position: absolute;
            block-size: 15%;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 550px;
        }

        footer {
            height: 10vh;
            color: rgb(179, 179, 179);
            bottom: 0;
            position: relative;
            display: flex;
            text-align: center;
        }

        .Imptext {
            transform: translateX(-50%);
            left: 50%;
            font-size: 15px;
            margin-top: -10px;
            flex-direction: column;
        }

        .Imptext a {
            color: rgb(179, 179, 179);
            font-weight: initial;
            font-size: initial;
            position: initial;
            left: initial;
            transform: initial;
            padding: initial;
        }

        .SocialMedia {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            margin-top: -70px;
            block-size: 60%;
        }

        .Insta {
            block-size: 100%;
        }

                .X {
            block-size: 100%;
            padding-left: 10px;
        }

                .YT {
            block-size: 100%;
            padding-left: 10px;
        }

                .TT {
            block-size: 100%;
            padding-left: 10px;
        }

                .Twitch {
            block-size: 100%;
            padding-left: 10px;
        }





    .button {
        background-color: none;
        padding: 8px 30px;
        color: rgb(255, 255, 255);
        border-radius: 2px;
        box-shadow: 5px 2px 15px rgba(0,0,0, 0,8);
        border-color: white;
        border-style: solid;
    }

    .Downloadb {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        border: none;
        cursor: pointer;
    }

    
    @media (max-width: 650px) {
        .menu-link {
            display: none;
        }
    
        .KidKoller {
            height: 125px;
            width: 125px;
        }

        .Terry {
            height: 125px;
            width: 125px;
        }

        .Dennis {
            height: 125px;
            width: 125px;
        }

        .Warfare {
            height: 125px;
            width: 125px;
        }

        .Geist {
            height: 125px;
            width: 125px;
        }

        .Buch {
            height: 125px;
            width: 125px;
        }

        .Love {
            height: 125px;
            width: 125px;
        }

        .James{
            height: 125px;
            width: 125px;
        }

        .Nicoletta {
            height: 125px;
            width: 125px;
        }

        .Asozial {
            height: 125px;
            width: 125px;
        }

        .Bereit {
            height: 125px;
            width: 125px;
        }
        
        .Void {
            height: 125px;
            width: 125px;
        }
    }

    @media (max-width: 750px) {
        
        .menu-link {
            flex-direction: row;
            align-items: center;
            font-size: 20px;
        }

        .Stimme {
            width: unset;
        }

        .logo {
            display: none;
        }

        .Name {
            display: none;
        }

        .Beruf {
            transform: scale(0.9);
            left: 25px;
        }

        .player-container {
            transform: scale(0.9);
            left: 25px;
        }

        .Verbindung {
            display: none;
        }

        .Studio {
            display: none;
        }

}

    @media (max-width: 850px) {
        .logo {
            display: none;
        }

        .Vita {
            display: none;
        }

        .Portfolio {
            left: -700px;
        }

        .Übermichbox {
            left: 25px;
            transform: scale(0.9);
        }

        .Verbindung {
            margin-left: -365px;
            transform: scale(0.9);
            top: 1863px;
        }

        .Studio {
            left: 385px;
            transform: scale(0.9);
            margin-top: 487px;
        }
        
        .Synchronstar {
            top: 2800px;
        }

        .SocialMedia {
            block-size: 35%;
            margin-top: -55px;      
        }

    }


    @media (max-width: 1400px) {
        
        .Name {
            display: none;
        }

        .Vita {
            transform: scale(0.9);
            padding: 10px 75px; 
        }

        .Portfolio {
            transform: scale(0.9);
            padding: 150px 750px;
        }

        .Verbindung {
            left: 750px;
            margin-top: 250px;
            height: 251px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .Studio {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }
        
        .Startext {
            font-size: 20px;
        }

        .Synchronstar {
            block-size: 10%;
            margin-top: 560px;
        }
    }

.Impressummain {
    position: absolute;
    top: 200px;
    left: 50px;
    right: 50px;
    color: rgb(221, 221, 221);
}

.Impress {
    width: 100%;
    align-items: center;
}

strong {
    color: white;
}

.Impress h1 {
    color: white;
    font-size: 50px;
    position: absolute;
    left: 50px;
    top: 100px;

}