/* Mobil nézet: 500px és 850px szélesség alatt egymás alatt legyenek */
@media (max-width: 500px) {
    .container {
        padding: 20px 20px 20px 20px;
    }
    .logo {
        width: 120px;
    }

    .ghangnewslettercontainer {
    padding-left: 0px;
    text-align: right;
    }

    .ghangkeverorobi {
    bottom: 0;
    }

    .ghangkeverorobiB, .ghangkeverorobicontatsuccess {
    bottom: 0;
    position: absolute;
    width: 150px;
    margin: 5px 5px 5px 5px;
    left: 50%;
    transform: translateX(-50%);
    }

    .ghangkeverorobiC {
    bottom: 0;
    margin-bottom: 75px;
    }


    .ghangnewslettermarginbottom {
    padding-bottom: 160px;
    }

    .ghangcontactsuccessmessage {
    padding-left: 0px;
    }


    .ghangnewslettercheckbox {
    text-align: right;
    }

    .ghangcontactinfoA {
        flex: 0 0 100%;
    }

    .ghangcontactinfoB {
       padding: 15px;
    }

    .ghangcontactinfoBsuccess {
        padding-bottom: 160px;
        position: relative;
    }

    .pkg-sep, .pkg-sep2 {
        display: block;
        height: 0;
    }

    .pkg-sep::before, .pkg-sep2::before {
        content: "";
    }

    .ghangcalculation {
        flex-direction: column;
    }

    .ghangcalculationcell, .ghangcalculationcellA, .ghangcalculationcellB {
        width: 100%;
        flex: 0 0 auto;
    }

    .ghangcalculation {
      margin-bottom: 30px;
    }

    .ghangcalculationcell_grid {
        width: 100%;
        font-size: 0.9em;
    }

    .ghangcontactnote {
        text-align: center;
        font-size: 0.5em;
    }

    .ghanggdprcheckbox {
        margin: 60px 0px 20px 0px;
    }
    
    .ghangszolgaltatasvideo {
    width: 100%;
    }

    .ghang404 h1 {
    margin-top: 450px;
    text-align: center;
    }

    .ghang404 {
    margin-bottom: 250px;
    }

    .ghanghirlevelbanner {
    width: 100%;
    margin: 30px auto;
    display: block;
}


}

@media (max-width: 850px) {
    .ghangmenu {
        flex-direction: column;
    }

    .ghangmenuitem {
        flex: none; /* ne legyen automatikus szélesség */
        width: 100%;
    }

    .ghangcontent {
        flex-direction: column;
        align-items: stretch;
    }

    .ghangmenuitem:last-child {
        justify-content: center;
        padding: 12px 0;       /* ugyanaz a magasság, mint a többi menüpont */
        gap: 25px;
    }

    .ghangmenuitem:last-child a {
        padding: 0;            /* linkekre ne adjon extra paddinget */
    }

    .ghangprofilepic {
        float: none;
        display: block;
        margin: 0 auto 16px auto; /* középre igazítva, alul kis térközzel */
        width: 200px;             /* kisebb méret mobilon */
    }

    .ghanglogo {
    width: 120px;
    margin: 0 0 0 0;
    }

    .ghangkeverorobi {
        width: 100px;
        margin: 5px 5px 5px 5px;
    }


    .ghangpackage .ghangpackagedetails:first-of-type {
    min-height: 10px; /* cél: a minimum eszközlista rész egyvonalban kezdődjön, de ne a mobil nézetben */
    }

    .ghangseparatortext {
    font-size: 1.75em;
    }

    .ghangesemenyeklist {
        width: 100%;
    }


}
