/* NAVBAR */
@media (max-width: 991.98px) {
    /* BASE */
    #navbarSupportedContent {
        position: absolute;
        top: 65px;
        right: 0;
        background-color: var(--cw-accent);
        z-index: 15;
    }

    .navbar-nav {
        padding: 1em;
        padding-bottom: 0;
    }

    .language-menu {
        padding: 1em;
        padding-top: .5em;
        width: 100%;
        text-align: center;
    }

    /* END OF BASE */
}


@media (max-width: 575.98px) {

    .title, .static-content h2 span, .service-content-col h2, .szolg-col h1, .contact-cont h1, .csapatunk-cont h1, .gallery-title{
        font-family: "Medium Font", serif;
        font-size: 34px;
        color: var(--cw-text);
        margin-bottom: 19px;
    }

    .heading h1 {
        font-size: 40px;
    }

    .szolg-col h1 {
        font-size: 32px;
    }

    .szolg-col p {
        font-size: 15px;
        line-height: 27px;
    }

    .service-pic {
        padding: 14px;
        border-radius: 5px;
        min-width: 368px;
    }

    .csapatunk-col {
        margin-right: 0px;
    }

    .service-content .row {
        flex-direction: column;
    }

    .sub-hero-fluid {
        height: 300px;
        margin-bottom: 50px;
    }

    /* BASE */
    .static-content ul {
        columns: 1;
    }
    /* END OF BASE */

    .title {
        font-size: 20px;
    }

    .orange-badge {
        padding: 7px 0px;
        font-size: 14px;
    }

    .badge-wrap {
        max-width: 40%;
    }

    .blue-btn, .blue-btn:hover {
        font-size: 14px;
    }

    /*Navbar*/

    .navbar-toggler {
        background-color: var(--cw-secondary);
    }

    #navbarcontent {
        color: var(--cw-text);
        position: absolute;
        top: 39px;
        right: 12px;
        background-color: var(--cw-background);
        z-index: 150000;
        box-shadow: 0 0 15px -3px rgba(0,0,0,.35);
        border-radius: 5px;
    }

    .nav-menu {
        padding: 0.5rem;
        display: flex;
        flex-direction: column;
    }

    .nav-item {
        padding-bottom: 5px;
        margin: 0px;
    }

    .nav-link, .nav-link:hover {
        color: var(--cw-text);
    }

    #navbarcontent .nav-item:last-of-type .nav-link, .nav-item:last-of-type .nav-link:hover, .nav-link.hero, .nav-link.hero:hover {
        margin: 0px 10px 10px 10px;
        padding: 0px 10px;
        text-align: center;
    }
    /*Hero*/

    .hero-fluid {
        height: 883px;
    }

    .hero-row {
        margin-bottom: 136px;
        margin-top: 122px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 50px;
    }

    .hero-mini {
        font-size: 13px;
    }

    .hero-phone a, .hero-phone a:hover {
        font-size: 20px;
    }

    .hero-btn, .hero-btn:hover {
        font-size: 15px;
    }

    .hero-phone img {
        width: 40px;
        height: 40px;
    }
    
    /*Rólunk*/

    .rolunk-container {
        margin-bottom: 70px;
    }

    .rolunk-btn {
        max-width: 52%;
    }

    .rolunk-content-wrap {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .pro-pic {
        height: 190px;
    }

    /*Szolgáltatásaink*/

    .szolg-fluid {
        padding-bottom: 67px;
    }

    .splide-wrap, .szolg-card {
        height: 100%;
    }

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

    /*Referenciak*/

    .first-row, .second-row {
        row-gap: 10px;
    }

    .ref-pic-row .ref-pic {
        padding-bottom: 10px;
        border-radius: 0px!important;
    }

    /*Velemeny*/

    .velemeny-cont {
        padding-top: 80px;
    }

    .velemeny-card-row {
        row-gap: 20px;
        padding-bottom: 110px;
    }

    /*Kapcsolat*/

    .kapcsolat-container {
        border-radius: 0px;
    }

    .form {
        border-radius: 10px;
    }

    .onpic-content {
        left: 99px;
        bottom: 34px;
    }

    .onpic-text {
        font-size: 19px;
    }

    .kapcsolat-pic {
        border-radius: 0px;
    }

    .form-phone img {
        width: 24px;
        height: 24px;
    }

    .kapcsolat-pic-wrap {
        height: 550px;
        border-radius: 0px!important;
    }

    /*Footer*/

    .footer-desc {
        margin-bottom: 0px;
    }

    .phone-icon {
        width: 42px;
        height: 39px;
    }

    .footer-kapcsolat-text {
        font-size: 23px;
    }

    .footer-menu {
        padding-left: 0px;
    }

    .footer-menu-col {
        padding-left: 0px;
        padding-right: 0px;
        column-gap: 15px;
    }

    .footer-kapcsolat-text {
        font-size: 19px;
    }

    .service-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-part {
        margin: 0px;
    }

    .gallery-images .gallery-pic-col img {
        border-radius: 20px;
    }

    .service-content-col .title {
        font-size: 34px;
    }

    .service-pic {
        height: auto;
        padding: 0px;
    }

    .valassz-cont {
        margin-bottom: 70px;
    }

    .velemeny-cont {
        padding-top: 20px;
    }

    .valassz-btn {
        max-width: 100%;
    }

    .galeria-btn {
        max-width: 62%;
    }


}

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) {
    
    .title {
        font-size: 30px;
    }

    .orange-badge {
        padding: 7px 0px;
        font-size: 14px;
    }

    .badge-wrap {
        max-width: 30%;
    }

    .blue-btn, .blue-btn:hover {
        font-size: 14px;
    }

    .service-content .row {
        flex-direction: column;
    }

    .sub-hero-fluid {
        height: 320px;
        margin-bottom: 50px;
    }

    /*Navbar*/

    .navbar-toggler {
        background-color: var(--cw-secondary);
    }

    #navbarcontent {
        color: var(--cw-text);
        position: absolute;
        top: 39px;
        right: 12px;
        background-color: var(--cw-background);
        z-index: 150000;
        box-shadow: 0 0 15px -3px rgba(0,0,0,.35);
        border-radius: 5px;
    }

    .nav-menu {
        padding: 0.5rem;
        display: flex;
        flex-direction: column;
    }

    .nav-item {
        padding-bottom: 5px;
        margin: 0px;
    }

    .nav-link, .nav-link:hover {
        color: var(--cw-text);
    }

    #navbarcontent .nav-item:last-of-type .nav-link, .nav-item:last-of-type .nav-link:hover {
        margin: 0px 10px 10px 10px;
        padding: 0px 10px;
        text-align: center;
    }

    /*Hero*/

    .hero-fluid {
        height: 883px;
    }

    .hero-title {
        font-size: 40px;
        line-height: 57px;
    }

    .hero-row {
        margin-bottom: 127px;
        margin-top: 122px;
    }

    .hero-phone a, .hero-phone a:hover {
        font-size: 16px;
    }

    .hero-phone img {
        width: 40px;
        height: 40px;
    }

    .hero-icons hr {
        width: 72px;
    }

    .hero-icons img {
        width: 25px;
        height: 25px;
    }

    .ajanlat-btn, .ajanlat-btn:hover {
        font-size: 15px;
    }

    /*Rólunk*/

    .rolunk-container {
        margin-bottom: 70px;
    }

    .rolunk-btn {
        max-width: 37%;
    }

    .rolunk-content-wrap {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .pro-pic {
        height: 150px;
    }

    /*Szolgáltatásaink*/

    .szolg-fluid {
        padding-bottom: 67px;
    }

    .splide-wrap, .szolg-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    /*Referenciak*/

    .ref-pic-row .ref-pic {
        padding-bottom: 10px;
        border-radius: 0px!important;
    }

    /*Velemeny*/

    .velemeny-card-row {
        row-gap: 20px;
    }

    /*Kapcsolat*/

    .form-col {
        padding: 0px;
    }

    .form {
        border-radius: 10px;
    }

    .onpic-content {
        left: 158px;
    }

    .kapcsolat-pic-wrap {
        height: 600px;
        border-radius: 0px!important;
    }


    /*Footer*/

    .phone-icon {
        width: 50px;
        height: 50px;
    }

    .footer-kapcsolat-text {
        font-size: 23px;
    }

    .footer-menu {
        padding-left: 0px;
    }

    .form-phone img {
        width: 26px;
        height: 26px;
    }

    .service-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .text-part {
        margin: 0px;
    }

    .gallery-images .gallery-pic-col img {
        border-radius: 20px;
    }

    .valassz-cont {
        margin-bottom: 70px;
    }

    .velemeny-cont {
        padding-top: 20px;
    }

    .galeria-btn, .valassz-btn {
        max-width: 90%;
    }

}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    
    .title {
        font-size: 36px;
    }

    .orange-badge {
        padding: 7px 0px;
        font-size: 14px;
    }

    .badge-wrap {
        max-width: 30%;
    }

    .blue-btn, .blue-btn:hover {
        font-size: 14px;
    }

    .service-content .row {
        flex-direction: column;
    }

    .sub-hero-fluid {
        height: 320px;
        margin-bottom: 50px;
    }

    /*Navbar*/

    .navbar-toggler {
        background-color: var(--cw-secondary);
    }

    #navbarcontent {
        color: var(--cw-text);
        position: absolute;
        top: 39px;
        right: 12px;
        background-color: var(--cw-background);
        z-index: 150000;
        box-shadow: 0 0 15px -3px rgba(0,0,0,.35);
        border-radius: 5px;
    }

    .nav-menu {
        padding: 0.5rem;
        display: flex;
        flex-direction: column;
    }

    .nav-item {
        padding-bottom: 5px;
        margin: 0px;
    }

    .nav-link, .nav-link:hover {
        color: var(--cw-text);
    }

    #navbarcontent .nav-item:last-of-type .nav-link, .nav-item:last-of-type .nav-link:hover, .nav-link.hero, .nav-link.hero:hover {
        margin: 0px 10px 10px 10px;
        padding: 0px 10px;
        text-align: center;
    }

    /*Hero*/

    .hero-title {
        font-size: 50px;
    }

    .hero-phone a, .hero-phone a:hover {
        font-size: 20px;
    }

    /*Rólunk*/

    .rolunk-container {
        margin-bottom: 110px;
    }

    .rolunk-btn {
        max-width: 37%;
    }

    .rolunk-content-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*Szolgáltatásaink*/

    .szolg-fluid {
        padding-bottom: 110px;
    }

    .splide-wrap, .szolg-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /*Referenciák*/

    .ref-pic-row .ref-pic {
        padding-bottom: 10px;
        border-radius: 0px!important;
    }

    /*Velemeny*/

    .velemeny-cont {
        padding-top: 80px;
    }

    .velemeny-card-row {
        row-gap: 20px;
    }

    /*Kapcsolat*/

    .form-col {
        padding: 0px;
    }

    .onpic-content {
        left: 250px;
    }

    .kapcsolat-pic-wrap {
        height: 550px;
        border-radius: 0px!important;
    }


    /*Footer*/

    .footer-kapcsolat-text {
        font-size: 26px;
    }

    .footer-menu {
        padding-left: 0px;
    }

    .service-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /*Aloldalak*/

    .text-part {
        margin: 0px;
    }

    .gallery-images .gallery-pic-col img {
        border-radius: 20px;
    }

    .galeria-btn, .valassz-btn {
        max-width: 88%;
    }
}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .title {
        font-size: 36px;
    }

    .orange-badge {
        padding: 7px 0px;
        font-size: 15px;
    }

    .badge-wrap {
        max-width: 30%;
    }

    .blue-btn, .blue-btn:hover {
        font-size: 14px;
    }

    .valassz-pic {
        height: 691px;
    }


    /*Navbar*/

    .nav-menu-element a {
        font-size: 12px;
    }

    .ajanlat-btn, .ajanlat-btn:hover {
        height: 48px;
        font-size: 13px;
        padding: 9px;
        justify-content: center;
    }

    

    /*Hero*/

    .hero-container {
        height: 100%;
    }

    .hero-title {
        font-size: 50px;
    }

    /*Rólunk*/

    .rolunk-btn {
        max-width: 37%;
    }

    .pro-pic {
        height: 141px;
    }

    /*Szolgáltatásaink*/

    .splide-wrap, .szolg-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    /*Kapcsolat*/

    .form-col {
        padding: 0px;
    }

    .onpic-content {
        left: 92px;
    }

    
    .galeria-btn, .valassz-btn {
        max-width: 88%;
    }

}

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

@media (min-width: 1200px) and (max-width: 1399.98px) {
    
    .title {
        font-size: 36px;
    }

    .orange-badge {
        padding: 7px 15px;
        font-size: 18px;
    }

    .badge-wrap {
        max-width: 30%;
    }

    /*Navbar*/

    .ajanlat-btn, .ajanlat-btn:hover {
        height: 48px;
        font-size: 15px;
    }

    /*Hero*/

    .hero-container {
        height: 100%;
    }

    .hero-title {
        font-size: 55px;
    }

    /*Rólunk*/

    .rolunk-btn {
        max-width: 27%;
    }

    .valassz-pic {
        height: 571px;
    }

    /*Kapcsolat*/

    .form-col {
        padding: 0px;
    }

    .onpic-content {
        left: 118px;
    }

    /*Velemenyek*/

    .velemeny-card-text {
        text-align: center;
    }

    .velemeny-cont {
        padding-top: 80px;
    }

    .valassz-cont {
        margin-bottom: 70px;
    }

    .velemeny-card-row {
        padding-bottom: 110px;
    }

    .galeria-btn, .valassz-btn {
        max-width: 88%;
    }

}

@media (min-width: 1400px) {
    
    .hero-container {
        height: 100%;
    }

    .container {
        max-width: 1320px;
    }

    .menet-badge {
        max-width: 30%;
    }

    .form-col {
        padding: 0px;
    }
}
