/* Standardmäßig alle Inhalte ausblenden */
.desktop-only, .mobile-only {
    display: none !important;
}

/* Desktop-Ansicht (ab 992px) */
@media (min-width: 992px) {
    .desktop-only {
        display: flex !important; /* oder block, je nach Layout */
    }
}

/* Mobile-Ansicht (bis zu 991px) */
@media (max-width: 991px) {
    .mobile-only {
        display: flex !important; /* oder block, je nach Layout */
        margin: auto !important;
    }
}

@media (min-width: 992px) {

    body {
        font-family: var(--font4);
    }

    h1 {
        color: var(--main) !important;
        font-family: var(--font4);
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 1px solid var(--main);
    }

    h3 {
        font-size: 20px !important;
        font-weight: 600 !important;
        font-family: var(--font4);
        color: var(--bl) !important;
    }

    #myVideo {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        z-index:-100;
    }


    /* STARTSEITE START */

    .twitter-tweet.twitter-tweet-rendered {
        max-height: 592px;
        overflow: scroll;
        border-radius: 10px;
        border: 1px solid #cfd9de;
    }

    /* STARTSEITE ENDE */

    /* Navi START */
    .navbar-brand img {
        height: 261px;
        margin-left: 190px;
    }

    .navi.container-fluid {
        margin-top: -31px;
        align-items: center;
    }

    .navbar {
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 27px;
        font-weight: 400;
        font-size: 18px;
    }

    .navbar a {
        color: var(--main);
        font-family: var(--font4);
        text-transform: uppercase;
        font-weight: 500;
        font-size: 24px;
    }

    .navbar a:hover {
        color: var(--hover);
    }

    .navbar-collapse {
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav {
        justify-content: space-evenly;
        width: 100%;
    }


    /* Navi ENDE */

    /* Content START */

    .content-box.container {
        background: white;
        padding: 25px;
        border-radius: 30px;
        height: fit-content;
        overflow: scroll;
        scrollbar-width: none;
        margin-top: -40px;
    }

    .twitter-feed {
        margin-top: -34px;
    }

    .home-content {
        max-width: 75%;
        max-height: fit-content;
        overflow-y: scroll;
        scrollbar-width: none;
        background: var(--bll);
        padding: 20px 20px 30px 20px;
        border-radius: 20px;
        margin: 14px;
        margin-top: 20px !important;
    }

    /* Content ENDE */

    /* SOCIAL START */

    .btn.youtube:before,.btn.twitter:before, .btn.bluesky:before, .btn.carrd:before {
        content: "» ";
    }

    .btn.youtube {
        width: 100%;
        background: red;
        color: white;
        margin-top: 20px;
    }

    .btn.youtube:hover {
        background: darkred;
        color: white;
    }

    .btn.twitter {
        width: 100%;
        background: #363636;
        color: white;
        margin-top: 20px;
    }

    .btn.twitter:hover {
        background: black;
        color: white;
    }

    .btn.bluesky {
        width: 100%;
        background: cornflowerblue;
        color: white;
        margin-top: 20px;
    }

    .btn.bluesky:hover {
        background: #3159a4;
        color: white;
    }

    .btn.carrd {
        width: 100%;
        background: hotpink;
        color: white;
        margin-top: 20px;
    }

    .btn.carrd:hover {
        background: #a22363;
        color: white;
    }


    /* SOCIAL ENDE */


    /* SNEAK PEAK START */

    .col.sneak_text {
        max-width: 75%;
        max-height: fit-content;
        overflow-y: scroll;
        scrollbar-width: none;
        background: var(--bll);
        padding: 0 20px 30px 20px;
        border-radius: 30px;
        margin: 14px;
    }

    .sneak_text h2 {
        font-size: 26px;
        font-weight: 900;
        font-family: var(--font4);
        color: var(--bl);
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
        text-transform: uppercase;
    }

    .sneak_text p::before {
        content: "» "
    }


    .sneak_text p {
        font-size: 18px;
        font-family: var(--font3);
        margin-left: 20px;
    }

    .btn.gamelist::before, .btn.gamelist_small::before {
        content: "» "
    }

    .btn.gamelist {
        background: var(--bu);
        font-size: 17px;
        font-family: var(--font3);
        color: white;
        border-radius: 10px;
        display: block;
        width: 100%;
    }

    .btn.gamelist:hover {
        background: var(--bd);
        color: white;
    }

    .btn.gamelist_small {
        background: var(--bl);
        font-size: 17px;
        font-family: var(--font3);
        color: white;
        border-radius: 10px;
        display: block;
        width: 100%;
    }

    .btn.gamelist_small:hover {
        background: var(--bu);
        color: white;
    }

    .question_gif {
        height: 300px;
        width: 300px;
        border-radius: 30px;
        border: 5px solid var(--bl);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .YAY {
        font-family: var(--font3);
        font-weight: 600;
        color: green;
        display: inline-block;
    }

    .NAY {
        font-family: var(--font3);
        font-weight: 600;
        color: red;
        display: inline-block;
    }

    .nextsneak {
        margin-top: 30px;
        background: var(--bll);
        border-radius: 10px;
        padding: 10px;
    }

    .nextsneak h3 {
        font-family: var(--font4);
        color: var(--bu);
    }

    .nextsneak .counter {
        font-family: var(--font4);
        color: var(--bd);
        text-align: center;
    }

    /* SNEAK PEAK ENDE */

    /* STREAMPLAN START */

    .col.streamplan_box {
        display: flex;
        justify-content: center;
    }

    .streamplan {
        width: 84%;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        max-width: 1044px;
    }

    /* STREAMPLAN ENDE */

    /* FOOTER */
    .copyright {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 14px;
        color: white;
        font-family: var(--font3);
        text-align: center;
    }

    /* FOOTER ENDE */


    /* SIMS 4 */

    #accordionExample {
	--bs-accordion-bg: transparent;
	--bs-accordion-border-width: 0;
}
    .accordion-button:not(.collapsed) {
        color: #FFFFFF !important;
        background-color: #7e58cb !important;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    }
    .accordion-body {
        padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
        border: 1px solid #7e58cb;
        margin-top: -11px;
    }

    .videooffline {
        height: 250px;
        width: 400px;
    }


}