body {
    background-color: rgb(20, 20, 20);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(197, 197, 197);
    text-align: center;
    font-size: 15px;
}






.banner {
    margin: 0px;
    padding: 0px;
}






/*--------------------RESPONSIVES DESIGN--------------------*/
@media only screen and (max-width: 780px) {

    .desktop-menu {
        display: none;
    }

    video {
        width: 100%;
        height: auto;
    }

    .respond img {
        width: 95%;
        height: auto;
    }


    .respond-mixer {
        width: 85% !important;
        height: 100px !important;
    }


    .center_left {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .bild {
        width: 100%;
        height: auto;
    }

}

@media only screen and (min-width: 781px) {

    .mobile-menu {
        display: none;
    }

    .bild {
        width: 400px;
        height: auto;
    }

    .center_left {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }


}






/*---------------------------MENÜ CLASSIC---------------------------*/
.shadow {
    box-shadow: 5px 5px 10px rgba(6, 6, 6, 0);
}

.ecken {
    border: solid;
    border-width: 0px;
    border-radius: 4px;
}

#sticky {
    /* Safari */
    position: -webkit-sticky;
    position: sticky;
    top: 0;

}

#zindex {
    z-index: 1000;
}

ul.menu-classic {
    border-radius: 0;
    list-style-type: none;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    font-size: 16px;
    background: linear-gradient(to bottom, rgb(20, 20, 20) 60%, rgba(0, 0, 0, 0) 100%);
    padding-top: 3px;
    padding-bottom: 30px;
}

ul.menu-classic li {
    /* float: left; */
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

ul.menu-classic li a {
    display: block;
    color: rgb(80, 80, 80);
    text-align: center;
    padding: 11px 8.5px;
    text-decoration: none;
}

ul.menu-classic li a:hover {
    color: rgb(241, 241, 241);
    border-radius: 3px;
}

.active {
    color: rgb(241, 241, 241) !important;
}






/*----------------NAVIGATION MOBIL OVERLAY----------------*/
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(24, 24, 24);
    background-color: rgba(24, 24, 24, 0.95);
    overflow-y: hidden;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 35px;
    color: rgb(255, 255, 255);
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: rgb(255, 255, 255);
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 35px;
        top: 15px;
        right: 35px;
    }
}






/*--------------------UNSORTIERTE KLASSEN--------------------*/
.imageabout {
    float: left;
    /* Oder 'right' für die andere Seite */
    margin: 10px;
    /* Abstände um das Bild herum */
}

.testcolor {
    background-color: rgba(255, 0, 234, 0.432);
}

.white1 {
    color: rgb(255, 255, 255);
}

.colorfont {
    color: rgb(80, 80, 80);
}

.fontsizeA {
    font-size: 15px;
}

.fontsizeB {
    font-size: 12px;
}

.bild-untertitel {
    position: relative;
    top: -7px;
    z-index: -1;
}

.video-überschrift {
    position: relative;
    top: 10px;
}

.centered-container {
    display: flex;
    justify-content: center;
}

.left-aligned-text {
    text-align: justify;
    max-width: 550px;
    margin: 40px;
}

.left-aligned-textB {
    text-align: justify;
}






/*-------------Einrückung----------*/
.tabbed_word {
    padding-left: .5em;
}






/*---------------lineare Gradienten-----------------*/
.designMenuButton {
    background: linear-gradient(to bottom, rgb(20, 20, 20) 60%, rgba(0, 0, 0, 0) 100%);
    font-size: 30px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 30px;
}

.text-gradient1 {
    background-image: linear-gradient(to right, rgb(125, 158, 201), rgb(150, 101, 146));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.text-gradient2 {
    background-image: linear-gradient(to right, rgb(190, 161, 98), rgb(131, 89, 40));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.text-gradient3 {
    background-image: linear-gradient(to right, rgb(161, 101, 163), rgb(114, 83, 134));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}






/*--------------------KOMBINIERTE SELEKTOREN--------------------*/
div.padding img {
    border: solid 0px;
    border-color: antiquewhite;
    border-radius: 5px;
    padding: 0px;
    margin: 10px 10px 10px 10px
}

div.padding {
    border: solid 0px;
    border-color: antiquewhite;
    margin: 43px 0 43px 0;
}

audio {
    height: 40px;
    width: 260px;
    /* Ändert die Höhe nach Bedarf */
}

div.unten-fixiert {
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0.3;
    padding: 0px;
}