/* ---------- BIGSCREEN (ab 1300px) ---------- */
@media screen and (min-width: 1300px) {
    #rec1167351616 {
        display: flex !important;
        max-width: 1250px !important;
        width: 100% !important;
        margin: 0 auto !important;
        flex-wrap: nowrap !important;
    }
    #rec1167362911,
    #rec1071508211 {
        display: none !important;
    }
}

/* ---------- MIDDLESCREEN (zwischen 1050px und 1299px) ---------- */
@media screen and (min-width: 1050px) and (max-width: 1299px) {
    #rec1167362911 {
        display: flex !important;
    }
    #rec1167351616,
    #rec1071508211 {
        display: none !important;
    }
}

/* ---------- LOWSCREEN (unter 1050px) ---------- */
@media screen and (max-width: 1049px) {
    #rec1071508211 {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    #rec1071508211 .t-menu_list {
        display: none !important;
    }

    #rec1071508211 .t-menuburger {
        display: block !important;
    }

    #rec1167351616,
    #rec1167362911 {
        display: none !important;
    }
}
