@media (min-width: 380px) and (max-width: 991px) {

    .info_box {
        background: #DC3545FF;
        color: #fff;
        padding:10px;
        border-radius: 5px;

        a {
            color: #fff;
            font-weight: bold;
        }
    }

.navbar.navbar-expand-lg.navbar-light.bg-light.shadow {
    display: none;
}

    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);
        font-size: 28px;
    }

    h3 {
        font-size: 18px !important;
        font-weight: 600 !important;
        font-family: var(--font4);
        color: var(--bl) !important;
    }

    #myVideo {
        display: none;
    }

    /* STARTSEITE START */

    .twitter-tweet.twitter-tweet-rendered {
        max-height: 400px;
        overflow: scroll;
        border-radius: 10px;
        border: 1px solid #cfd9de;
    }

    /* STARTSEITE ENDE */

    /* Navi START */
    .navbar-brand img {
        height: 200px;
        margin-left: 50px;
    }

    .navi.container-fluid {
        margin-top: -20px;
        align-items: center;
    }

    .navbar {
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-radius: 20px;
        font-weight: 400;
        font-size: 16px;
    }

    .navbar a {
        color: var(--main);
        font-family: var(--font4);
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
    }

    .navbar-collapse {
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav {
        justify-content: space-around;
        width: 100%;
    }

    /* Navi ENDE */

    /* Content START */

    .content-box.container {
        background: white;
        padding: 20px;
        border-radius: 25px;
        height: fit-content;
        margin-top: -30px;
        width: 92%;
        margin-bottom: 40px;
    }

    .home-content {
        max-width: 85%;
        max-height: fit-content;
        background: var(--bll);
        padding: 15px 15px 25px 15px;
        border-radius: 18px;
        margin: 10px;
        margin-top: 15px !important;
    }

    /* Content ENDE */

    /* SOCIAL START */

    .btn.youtube:before, .btn.twitter:before, .btn.bluesky:before, .btn.carrd:before {
        content: "» ";
    }

    .btn.youtube, .btn.twitter, .btn.bluesky, .btn.carrd {
        width: 100%;
        margin-top: 15px;
        padding: 10px 0;
        font-size: 14px;
    }

    .btn.youtube {
        background: red;
        color: white;
    }

    .btn.twitter {
        background: #363636;
        color: white;
    }

    .btn.bluesky {
        background: cornflowerblue;
        color: white;
    }

    .btn.carrd {
        background: hotpink;
        color: white;
    }

    /* SOCIAL ENDE */

    /* SNEAK PEAK START */

    .col.sneak_text {
        max-width: 85%;
        max-height: 500px;
        overflow-y: scroll;
        scrollbar-width: none;
        background: var(--bll);
        padding: 10px 15px 25px 15px;
        border-radius: 25px;
        margin: 10px;
    }

    .sneak_text h2 {
        font-size: 24px;
        font-weight: 900;
        font-family: var(--font4);
        color: var(--bl);
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .sneak_text p {
        font-size: 16px;
        font-family: var(--font3);
        margin-left: 15px;
    }

    .btn.gamelist, .btn.gamelist_small {
        background: var(--bu);
        font-size: 16px;
        font-family: var(--font3);
        color: white;
        border-radius: 10px;
        display: block;
        width: 100%;
    }

    .btn.gamelist:hover, .btn.gamelist_small:hover {
        background: var(--bd);
        color: white;
    }

    .question_gif {
        height: 250px;
        width: 250px;
        border-radius: 25px;
        border: 4px solid var(--bl);
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .nextsneak {
        margin-top: 20px;
        background: var(--bll);
        border-radius: 8px;
        padding: 8px;
    }

    .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: 90%;
        border-radius: 18px;
        display: flex;
        justify-content: center;
        max-width: 900px;
    }

    /* STREAMPLAN ENDE */


    /* FOOTER */
        .copyright {
            margin-bottom: 10px;
            margin-top: -30px;
            font-size: 14px;
            color: white;
            font-family: var(--font3);
            text-align: center;
        }

    /* FOOTER ENDE */
}
