/* NAVBAR */
@media (max-width: 991.98px) {
    .szolg-desc {
        font-size: 16px;
    }

    .header-container li a {
        color:#2b2b2b !important;
    }
}


@media (max-width: 575.98px) {
    /* BASE */
    .static-content ul {
        columns: 1;
    }
    /* END OF BASE */
    .general-padding {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    /*Header*/

    #navbarcontent {
        color: black;
        position: absolute;
        top: 51px;
        right: -4px;
        background-color: #DEFC2B;
        z-index: 150000;
        box-shadow: 0 0 15px -3px rgba(0,0,0,.35);
        border-radius: 5px;
    }

    #navbarcontent ul {
        flex-direction: column;
        padding: 27px;
        row-gap: 12px;
    }

    .nav-btn {
        background-color: #DEFC2B;
        height: 50px;
        padding-right: 20px;
        padding-left: 20px;
        align-items: center;
        justify-content: center;
    }

    /*Hero*/

    .hero-container {
        padding-top: 100px;
        height: auto;
    }

    .hero-container .row:last-of-type {
        top: 48px;
    }

    .hero-buttons button:last-of-type {
        display: none;
    }

    .hero-buttons button:first-of-type, .promo-container button {
        /*width: 185px;*/
        height: 53px;
        font-size: 16px;
    }

    /*Szolg*/

    .szolg-fluid {
        margin-top: 100px;
    }
    .szolg-fluid .row:nth-of-type(2) {
        display: flex;
        row-gap: 35px;
    }

    /*Bemutatkozas*/

    .bemutatkozas-container .row {
        flex-direction: column-reverse;
        row-gap: 35px;
    }

    .bemutatkozas-container .regular-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*Egyutt*/

    .egyutt-container .row:nth-of-type(2) {
        flex-direction: column;
        align-items: center;
        row-gap: 35px;
    }


    /*Elegedettseg*/

    .elegedettseg-container .row {
        flex-direction: column-reverse;
        row-gap: 35px;
    }

    /*Kapcsolat*/

    .kapcsolat-container .row {
        flex-direction: column;
        row-gap: 35px;
    }

    .contact-container .row:last-of-type {
        flex-direction: column;
        align-items: center;
        row-gap: 35px;
    }

    /*Footer*/

    .footer-container {
        padding-top: 26px;
        padding-bottom: 24px;
    }

    .footer-container .row {
        flex-direction: column;
    }

    .footer-fluid img {
        height: 76px;
        width: 81px;
    }

    .copy-container .row {
        flex-direction: column;
        row-gap: 15px;
        align-items: center;
    }

    .footer-container ul {
        flex-direction: column;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .copy-container .col-10 {
        display: flex;
        justify-content: center;
    }

    /*titles*/ 

    .title {
        font-size: 28px;
    }

    .smaller-title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 16px;
    }

    .desc {
        font-size: 15px;
    }

    .promo-text {
        font-size: 23px;
    }

    .kapcsolat-title {
        font-size: 40px;
        text-align: center;
    }

    .regular-desc {
        font-size: 15px;
    }

    .small-text {
        font-size: 15px;
    }
    .steps img {
        margin-bottom: 0px;
    }

    .kivitel-card img {
        width: 100%;
    }

    .kivitel-textbox.ml-3 {
        margin-left: 0px !important;
    }


    /*Rolunk*/

    .kivitel-container {
        height: auto;
    }

    .kivitel-container .subtitle {
        /*margin-top: 30px;*/
    }

    .kivitel-container .row:last-of-type {
        flex-direction: column;
        align-items: center;
        row-gap: 35px;
    }

    .egyutt-container .card-imageholder,
    .egyutt-container .card-imageholder img {
        width: 100%;
    }

    .kivitel-card {
        top: 0px;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .kivitel-card img:first-of-type {
        margin-bottom: 10px;
    }

    /*.kivitel-textbox ul {*/
    /*    display: none;*/
    /*}*/

    .kapcsolat-fluid img {
        display: none;
    }
    /*titles*/

    .kivitel-title {
        font-size: 25px;
    }

    .elegedettseg-container img {
        width: 100%;
        height: auto;
    }

    .hero-fluid {
        height: 700px;
    }

    .card-imageholder {
        margin-bottom: 30px;
    }

    .szolg-container .card {
        height: 260px;
    }

}

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) {
    .general-padding {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    /*Header*/

    #navbarcontent {
        color: black;
        position: absolute;
        top: 51px;
        right: -4px;
        background-color: #DEFC2B;
        z-index: 150000;
        box-shadow: 0 0 15px -3px rgba(0,0,0,.35);
        border-radius: 5px;
    }

    #navbarcontent ul {
        flex-direction: column;
        padding: 27px;
        row-gap: 12px;
    }

    .nav-btn {
        background-color: #DEFC2B;
        height: 50px;
        padding-right: 20px;
        padding-left: 20px;
        align-items: center;
        justify-content: center;
    }

    /*Hero*/

    .hero-container {
        padding-top: 0px;
        height: auto;
    }

    .hero-container .row:first-of-type {
        padding-top: 100px;
    }

    .hero-container .row:last-of-type {
        top: 48px;
    }

    /*Szolg*/

    .szolg-fluid {
        margin-top: 100px;
    }
    .szolg-fluid .row:nth-of-type(2) {
        display: flex;
        row-gap: 35px;
    }

    /*Bemutatkozas*/

    .bemutatkozas-container .row {
        flex-direction: column-reverse;
        row-gap: 35px;
    }

    .bemutatkozas-container .regular-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*Egyutt*/

    .egyutt-container .row:nth-of-type(2) {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }
    /*Elegedettseg*/

    .elegedettseg-container .row {
        flex-direction: column-reverse;
        row-gap: 15px;
    }

    /*Kapcsolat*/

    .kapcsolat-container .row {
        flex-direction: column;
        row-gap: 35px;
    }

    .contact-container .row:last-of-type {
        flex-direction: column;
        align-items: center;
        row-gap: 35px;
    }

    /*Footer*/

    .footer-container {
        padding-top: 26px;
        padding-bottom: 24px;
    }

    .footer-container .row {
        flex-direction: column;
    }

    .footer-fluid img {
        height: 76px;
        width: 81px;
    }

    .copy-container .row {
        flex-direction: column;
        row-gap: 15px;
        align-items: center;
    }

    .hero-fluid {
        height: 800px;
    }

    .desc {
        font-size: 16px;
    }
    
    .header-container button:nth-of-type(2), .hero-buttons button:first-of-type, .promo-container button {
        /*width: 185px;*/
        height: 50px;
        font-size: 16px;
    }
    .header-container button:nth-of-type(3), .hero-buttons button:last-of-type {
        height: 50px;
        width: 50px;
        font-size: 16px;
    }
    /*titles*/ 

    .title {
        font-size: 40px;
    }

    .smaller-title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 17px;
    }

    .promo-text {
        font-size: 30px;
    }

    .kapcsolat-title {
        font-size: 40px;
        text-align: center;
    }
    .egyutt-container .card-imageholder,
    .egyutt-container .card-imageholder img {
        width: 100%;
    }

    /*Rolunk*/

    .kivitel-container {
        height: auto;
    }

    .kivitel-container .subtitle {
        /*margin-top: 30px;*/
    }

    .kivitel-container .row:last-of-type {
        flex-direction: column;
        align-items: center;
        row-gap: 35px;
    }

    .kivitel-card {
        top: 0px;

    }

    .kivitel-textbox {
        justify-content: center;
    }

    /*.kivitel-textbox ul {*/
    /*    display: none;*/
    /*}*/

    .elegedettseg-container img {
        width: 100%;
        height: auto;
    }

    .card-imageholder {
        margin-bottom: 30px;
    }

    .szolg-container .card {
        height: 304px;
    }

    .kapcsolat-fluid img {
        display: none;
    }


}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .general-padding {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    /*Header*/

    #navbarcontent {
        color: black;
        position: absolute;
        top: 51px;
        right: -4px;
        background-color: #DEFC2B;
        z-index: 150000;
        box-shadow: 0 0 15px -3px rgba(0,0,0,.35);
        border-radius: 5px;
    }

    #navbarcontent ul {
        flex-direction: column;
        padding: 27px;
        row-gap: 12px;
    }

    .nav-btn {
        background-color: #DEFC2B;
        height: 50px;
        padding-right: 20px;
        padding-left: 20px;
        align-items: center;
        justify-content: center;
    }

    /*Hero*/

    .hero-container {
        padding-top: 80px;
        height: 98%;
    }

    .hero-container .row:last-of-type {
        top: 48px;
    }

    /*Szolg*/

    .szolg-fluid {
        margin-top: 100px;
    }
    .szolg-fluid .row:nth-of-type(2) {
        display: flex;
        row-gap: 35px;
    }

    .card-imageholder {
        margin-bottom: 30px;
    }

    .szolg-container .card {
        height: 304px;
    }

    .regular-desc {
        font-size: 17px;
    }

    .bemutatkozas-container button {
        height: 52px;
    }

    .egyutt-container .card-imageholder,
    .egyutt-container .card-imageholder img {
        width: 100%;
    }

    /*Bemutatkozas*/

    .bemutatkozas-container .row {
        flex-direction: column-reverse;
        row-gap: 35px;
    }

    .bemutatkozas-container .regular-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*Egyutt*/

    .egyutt-container .row:nth-of-type(2) {
        /*flex-direction: column;*/
        /*align-items: center;*/
        row-gap: 30px;
    }


    /*Elegedettseg*/

    .elegedettseg-container .row {
        flex-direction: column-reverse;
        row-gap: 35px;
    }

    /*Kapcsolat*/

    .kapcsolat-container .row {
        flex-direction: column;
        row-gap: 35px;
    }

    .contact-container .row:last-of-type {
        flex-direction: column;
        align-items: center;
        row-gap: 35px;
    }


    /*titles*/ 

    .title {
        font-size: 50px;
    }

    .smaller-title {
        font-size: 38px;
    }

    .subtitle {
        font-size: 19px;
    }

    .promo-text {
        font-size: 35px;
    }

    /*Rolunk*/

    .kivitel-container {
        height: auto;
    }

    .kivitel-container .subtitle {
        /*margin-top: 30px;*/
    }

    .kivitel-card {
        top: 0px;
    }

    .desc {
        font-size: 18px;
    }

    .elegedettseg-container img {
        width: 100%;
        height: auto;
    }
    .kapcsolat-fluid img {
        display: none;
    }

    .hero-fluid {
        height: 800px;
    }

}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*Header*/

    #navbarcontent {
        color: black;
        position: absolute;
        top: 51px;
        right: -4px;
        background-color: #DEFC2B;
        z-index: 150000;
        box-shadow: 0 0 15px -3px rgba(0,0,0,.35);
        border-radius: 5px;
    }

    #navbarcontent ul {
        flex-direction: column;
        padding: 27px;
        row-gap: 12px;
    }

    .nav-btn {
        background-color: #DEFC2B;
        height: 50px;
        padding-right: 20px;
        padding-left: 20px;
        align-items: center;
        justify-content: center;
    }

    /*Hero*/

    .hero-container .row:last-of-type {
        top: 132px;
    }

    /*Rolunk*/

    .kivitel-container {
        height: auto;
    }

    .kivitel-container .subtitle {
        /*margin-top: 30px;*/
    }

    .smaller-title {
        font-size: 42px;
    }

    .regular-desc {
        font-size: 17px;
    }

    .kapcsolat-title {
        font-size: 36px;
        line-height: 1.2;
    }


    .kivitel-card {
        top: 0px;

    }

    .header-container li a {
        color:#2b2b2b !important;
    }

    .card-title {
        font-size: 18px;    
    }

    .small-text {
        font-size: 15px;
    }

}

/* XL */
@media (min-width: 1200px) {

}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /*Header*/

    .header-fluid img {
        width: 114px;
        height: 95px;
    }

    /*Hero*/

    .hero-container .row:nth-of-type(2) img {
        height: 255px;
    }


}

@media (min-width: 1400px) {

}
