/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Desktop
2. Tablet
3. Medium devices
4. Small devices
*/

/* ----- 1. Desktop ≥1024px and ≤1190 ----- */
@media (min-width:1200px) and (max-width:1600px) {	
    .img-with-content-cover .vc_col-sm-8 { width: 56.666667%; }

    .img-with-content-cover .vc_col-sm-4 { width: 43.333333%; }
}
@media (min-width:1024px) and (max-width:1199px) {	
    .img-with-content-cover .vc_col-sm-8 { width: 50%; }

    .img-with-content-cover .vc_col-sm-4 { width: 50%; }

    .img-with-content-cover .vc_column-inner{
        /* Box-model */
        padding: 60px !important;

        /* Visual */
        border: 0 !important;
    }
    .img-arrow-right:before{
        /* Visual */
        border-right-width: 30px;
        border-top-width: 40px;
        border-bottom-width: 40px;
    }
    .img-arrow-left:before{
        /* Visual */
        border-left-width: 30px;
        border-top-width: 40px;
        border-bottom-width: 40px;
    }

    body #site-header{ position: absolute; }

    .kontor-footer-right.vc_column_container {padding-left: 30px ;}

}
@media (max-width: 960px){
    /* Mobile Menu */
    body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu{right: 2px;}

    .wpex-bars>span, 
    .wpex-bars>span::before, 
    .wpex-bars>span::after{ background: #fff; }

    body #sidr-main { background-color: #006560; }

    body #sidr-main li, 
    body #sidr-main ul{ border-color: rgba(255, 255, 255, 0.2); }

    body .sidr-class-dropdown-menu li a{ color: #fff; }

    body .sidr a{ color: #fff; }

    body .sidr-class-mobile-menu-searchform input, 
    body .sidr-class-mobile-menu-searchform input:focus{
        /* Visual */
        border-color: #fff;
        color: #fff;
    }

    body .sidr-class-mobile-menu-searchform input[placeholder]{ color: #fff; }

    body .sidr-class-mobile-menu-searchform button{ color: #fff; }

    body #site-header{ position: absolute; }

    .sidr-class-current-menu-item a {
        /* Visual */
        background: #fff;
        color: #006560 !important;
    }

    .sidr-class-mobile-menu-searchform { display: none; }

}
/* ----- 2. Tablet ≥768px and ≤1023 ----- */
@media (min-width:768px) and (max-width:1023px) {
    body h1,
    body h1.vcex-heading {font-size: 50px;}

    body h2,
    body h2.vcex-heading {font-size: 26px;}

    body h3,
    body h3.vcex-heading {font-size: 22px;}

    body h4,
    body h4.vcex-heading {font-size: 20px;}

    body h5,
    body h5.vcex-heading {font-size: 18px;}

    body h6,
    body h6.vcex-heading {font-size: 16px;}

    body p {font-size: 18px;}

    body .vc_btn3.vc_btn3-size-md {
        /* Box-model */
        padding: 14px 30px;

        /* Typography */
        font-size: 16px;
    }

    .only_content p { font-size: 18px; }
    .img-with-content-cover .vc_col-sm-8 { width: 50%; }
    .img-with-content-cover .vc_col-sm-4 { width: 50%; }

    .img-with-content-cover .vc_column-inner{
        /* Box-model */
        padding: 60px !important;

        /* Typography */
        border: 0 !important;
    }
    .img-arrow-right:before{
        /* Typography */
        border-right-width: 30px;
        border-top-width: 40px;
        border-bottom-width: 40px;
    }
    .img-arrow-left:before{
        /* Typography */
        border-left-width: 30px;
        border-top-width: 40px;
        border-bottom-width: 40px;
    }
    body .testimonial-cover {
        /* Box-model */
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .hero-banner-text > .wpb_column.vc_column_container {
        /* Positioning */
        right: 50px;
        bottom: 10px;
    }

    body .img-slider { padding-top: 0px !important; }

    .kontor-footer-left,
    .kontor-footer-right { width: 100%; }
    .kontor-footer-section .article-building .wireframe { margin: 0 auto; }

    .just-content-only > .vc_col-sm-8 {
        width: 60%;
    }
    .just-content-only > .vc_col-sm-4 {
        width: 40%;
    }

    .custom-img-in { padding: 0 20px; }

}

/* ----- 3. Medium devices ≤767px ----- */
@media (max-width:767px) {
    body h1,
    body h1.vcex-heading {
        /* Visual */
        font-size: 50px;
        line-height: 50px;
    }

    body h2,
    body h2.vcex-heading { font-size: 26px; }

    /*body h3,
    body h3.vcex-heading { font-size: 22px; }*/

    body h4,
    body h4.vcex-heading { font-size: 20px; }

    body h5,
    body h5.vcex-heading { font-size: 18px; }

    body h6,
    body h6.vcex-heading { font-size: 16px; }

    body p { font-size: 18px; }

    .img-with-content-cover .vc_col-sm-8 { width: 100%; }
    .img-with-content-cover .vc_col-sm-4 { width: 100%; }

    .bg_img_only {
        /* Box-model */
        min-height: 250px;

        /* Visual */
        order: -1;
    }
    .img-with-content-cover .vc_column-inner{
        /* Box-model */
        padding: 45px 20px !important;

        /* Typography */
        border: 0 !important;
    }

    .vc_btn3-container{ margin-bottom: 0; }
    body #site-logo img { max-width: 170px; }

    .hero-banner-text > .wpb_column.vc_column_container{
        /*Positioning*/
        bottom: 40px;
        right: 20px;
        left: auto;

        /* Box-model */
        width: 100vw;
        max-width: 360px;
    }
    body .only_content {
        /* Box-model */
        padding-top: 80px !important; 
        padding-bottom: 80px !important; 
    }
    .vc_column_container>.vc_column-inner{
        /* Box-model */
        padding-left: 20px;
        padding-right: 20px;
    }
    .img-arrow-right:before {
        /* Positioning */
        right: 0;

        /* Typography */
        border-right-width: 22px;
        border-top-width: 32px;
        border-bottom-width: 32px;
    }
    .img-arrow-left:before{
        /* Positioning */
        left: 0;

        /* Typography */
        border-left-width: 22px;
        border-top-width: 32px;
        border-bottom-width: 32px;
    }

    .img-with-content-cover { /*text-align: right;*/ }
    .img-with-content-cover .img-arrow-right + div{ text-align: left; }

    /* contact us page */
    .page-template-contact .contact-map-wrapper .wpb_map_wraper { min-height: 580px; }
    body .kontakt_content_dark h1.vcex-heading{ line-height: 50px; }

    .contact-us-wrapper .contact-single-img-wrapper {
        /* Box-model */
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    body .logo-wrapper .wpb_wrapper h2 {
        /* Box-model */
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    body .vc_row.kontor-third-section {
        /* Box-model */
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 50px !important;
        padding-bottom: 0px !important;
        border: 0 !important;
    }
    .vc_row.video-banner-wrapper {
        /* Box-model */
        /*transform: translateY(-50%);
        z-index: 10;*/
    }

    body .kontor-footer-top-content h4.vcex-heading { font-size: 18px; }
    body .img-slider .wpex-slider-slides .wpex-slider-slide,
    body .img-slider .sp-slides-container .sp-mask.sp-grab{ width: 100% !important; }

    body .img-slider {
        /* Box-model */
        padding-top: 0px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 20px !important;
    }

    body .img-slider > .wpb_column,
    body .img-slider > .wpb_column > .vc_column-inner{ padding: 0px !important; }
    body .sp-buttons{ display: block; }

    .vc_row.kontor-footer-section {
        /* Box-model */
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }

    .kontor-footer-section .vc_row-o-equal-height{ flex-direction: column-reverse; }
    .kontor-footer-right { text-align: right; }

    .vc_row.kontor-fifth-section {
        /* Box-model */
        padding-top: 60px !important;
        padding-bottom: 60px !important;       
    }
    .vc_row.kontor-middle-single-img-wrapper {
        /* Box-model */
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }

    body .one_only_image { padding-top: 50px !important; }
    .custom-p-80 { height: 30px !important; }
    .vcex-spacing.custom-p-30 { height: 0 !important; }
    .just-content-only .vcex-spacing{ height: 0 !important; }
    .just-content-only .vc_column-inner{ margin-bottom: 20px; }

    .full-width-img-section img {
        /* Box-model */
        min-height: 210px;
        object-fit: cover;
    }    
    .footer-logo-with-content img {
        /* Box-model */
        max-width: 40%;
        margin: 0 10px;
    }
    .video-banner .overlay-icon {
        /* Positioning */
        right: 0 !important;
        left: 0;

        /* Visual */
        transform: translateY(-50%);
        margin: auto !important;
    }
    .kontor-footer-left,
    .kontor-footer-right {width: 100%;}
    .kontor-footer-left {overflow: scroll;}

    body .vcex-testimonials-fullslider.has-arrows .sp-arrows{display: block;}

    body .vcex-testimonials-fullslider .sp-buttons {display: none;}

    .full-width-img img { min-height: 200px; }

    .custom-logo-cover-kontakt .custom-img-outer{flex-wrap: wrap;}

    .custom-img-in{width: 50%;    text-align: center;    padding: 0 20px;}

    body .vcex-testimonials-fullslider-avatar img{    min-height: auto;}

    body #site-header.header-one.wpex-full-width {
        /* Box-model */
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .content-with-small-inner h2 + .vcex-spacing { height: 10px !important; }
    .kontor-footer-right .building-height { height: 10px !important; }
    .only_content .f-size-12 p{ margin-bottom: 5px !important; }
    .home-spacing { height: 25px !important; }
    .vc_row.vc_row-o-full-height.hero-banner-text {
        /* Box-model */
        min-height: inherit !important;
        height: auto !important;
    }
    .video-banner-wrapper .vcex-image-inner img {
        /* Box-model */
        height: 290px;
        object-fit: cover;
    }
    .ilightbox-holder.supportTouch {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
    }
    .ilightbox-holder.supportTouch > .ilightbox-container{
        width: 100% !important;
    }

    .hero-banner-text .vc_column-inner{
        margin-bottom: 0;
    }





}

/* ----- 4. Small devices ≤640px ----- */
@media (max-width:480px) {
    .img-arrow-right:before {
        /* Positioning */
        right: 0;

        /* Visual */
        border-right-width: 18px;
        border-top-width: 24px;
        border-bottom-width: 24px;
    }
    .img-arrow-left:before {
        /* Positioning */
        left: 0;

        /* Visual */
        border-left-width: 18px;
        border-top-width: 24px;
        border-bottom-width: 24px;
    }

    body .one_only_image { padding-top: 30px !important; }

    .hero-banner-text .vc_column-inner .wpb_wrapper{padding-right: 40px;}

    .hero-banner-text .wpb_wrapper:after{ bottom: 15px;right: 10px;height: 20px;}

    .vc_single_image-wrapper img { min-height: 260px; }

    .hero-banner-text > .wpb_column.vc_column_container {
        /* Positioning */
        right: 20px;
        left: 20px;

        /* Box-model */
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .footer-logo-with-content img + img {top: -5px;}
}


@media (max-width:340px) {
    /* contact us page */
    .page-template-contact .contact-map-wrapper .wpb_map_wraper { min-height: 380px; }

    .hero-banner-text > .wpb_column.vc_column_container{ max-width: 100%; right: 0;left: 0;width: 100%;}
}