/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1920px) {
    .post_sec .text_wrap .text_wrap_cont, .posts .text_wrap .text_wrap_cont {
        margin: 0;
    }

    section.cards_sec .img_wrap {
        width: 100%;
    }

    section.cards_sec .img_wrap img {
        width: 100%;
    }
}

@media only screen and (max-width: 1800px) {
    .post_sec .text_wrap .text_wrap_cont, .posts .text_wrap .text_wrap_cont {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1799px) {
    .container {
        padding: 0 35px;
    }

    .brands_sec .owl-next {
        right: -35px;
    }

    .brands_sec .owl-prev {
        left: -35px;
    }

    section.cards_sec .img_wrap img {
        height: 740px;
    }

    .first_screen img {
        height: 920px;
    }

    .angebot_sec .big_title {
        height: 160px;
    }

    .posts .big_title {
        font-size: 140px;
    }
}

@media only screen and (max-width: 1580px) {
    .post_sec .big_title {
        left: 663px;
    }

    .angebot_sec .big_title {
        font-size: 145px;
    }

    .card {
        height: 580px;
    }

    section.cards_sec .img_wrap img {
        height: 580px;
        width: 100%;
    }

    .card_title {
        font-size: 33px;
    }

    .posts .text_wrap .big_title {
        font-size: 125px;
    }

    .container2 {
        padding: 0 35px;
    }

}

@media only screen and (max-width: 1500px) {
    .logo {
        width: 230px;
    }

    .top_mnu ul li {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .breadcrumbs .img_wrap img {
        height: 500px;
    }

    .big_title {
        font-size: 140px;
    }

    .angebot_sec .big_title {
        font-size: 130px;
    }

    .card_title {
        font-size: 30px;
    }

    .card p {
        left: 30px;
    }

    .posts .text_wrap .big_title {
        font-size: 115px;
    }
}

@media only screen and (max-width: 1300px) {
    .logo {
        width: 200px;
    }

    .posts .text_wrap .big_title {
        font-size: 105px;
    }

    .top_mnu ul li {
        padding: 0;
        margin: 0 15px;
    }

    .top_mnu {
        margin-left: 45px;
    }

    .post_sec .big_title {
        left: 565px;
    }

    .angebot_sec .big_title {
        font-size: 120px;
    }

    .brands_sec .big_title {
        left: 364px;
    }

    .contact_form .big_title {
        left: 156px;
    }

    .post_title {
        font-size: 40px;
    }

    .card_title {
        font-size: 27px;
    }
}

@media only screen and (max-width: 1200px) {
    a {
        color: white;
    }

    .home h1 {
        color: white;
    }

    .logo {
        width: 150px;
    }

    .top_mnu {
        margin-left: 15px;
    }

    .top_mnu ul li {
        margin: 0 5px;
    }

    .phone_ic {
        margin-right: 10px;
    }

    .first_screen .text_wrap p {
        font-size: 16px;
        color: white;
    }

    .breadcrumbs .img_wrap img {
        height: 400px;
    }

    .galerie_sec {
        margin-bottom: 100px;
    }

    .galerie_sec .btn {
        margin-top: 60px;
    }

    .posts .text_wrap .big_title {
        font-size: 85px;
        top: -30px;
    }

    .post_title, .posts h3 {
        font-size: 40px;
    }

    .posts h4 {
        margin-top: 0;
    }

    .text_wrap .btn {
        margin: 40px 0 0;
    }

    .posts {
        padding-top: 100px;
    }

    .breadcrumb_title {
        font-size: 35px;
    }

    .breadcrumbs_wrap ul {
        padding-bottom: 15px;
    }

    .top_line {
        padding: 30px 0;
    }

    .posts .text_wrap .text_wrap_cont {
        width: 430px;
    }

    .top_mnu ul li {
        margin: 0 10px;
    }

    .posts:nth-child(2n) .block .img_wrap {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;

    }

    .posts .block .img_wrap {

        margin-bottom: 60px;
    }

    .posts .text_wrap .text_wrap_cont {
        width: 375px;
    }

    .first_screen {
        height: auto;
    }

    .first_screen img {
        height: 620px;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .post_sec .big_title {
        font-size: 120px;
        left: 485px;
    }

    .angebot_sec .big_title {
        font-size: 100px;
    }

    .card {
        padding: 90px 30px;
        height: 410px;
    }

    .card_title {
        font-size: 23px;
    }

    .post_sec .text_wrap .text_wrap_cont {
        width: 470px;
    }

    section.cards_sec .img_wrap img {
        height: 410px;
    }

    .card p {
        width: 85%;
    }

    section.experten_sec .text_wrap {
        width: 68%;
    }

    .experten_sec .item {
        width: 50%;
    }

    .facebook_slider {
        left: 29%;
    }

    .facebook_slider .owl-next {
        right: -127px;
    }

    .facebook_slider .owl-prev {
        left: -127px;
    }

    .post_title {
        font-size: 36px;
    }

    .brands_sec .big_title, .experten_sec .big_title, .contact_form .big_title {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    footer .block {
        padding: 0;
    }

    .copyright {
        padding: 0;
    }

    .contact_form {
        width: 950px;
        margin: 0 auto;
    }

    .card p {
        bottom: 50px;
    }

    .angebot_sec .text_wrap_cont {
        margin-left: 90px;
    }

    .galerie_sec {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 992px) {
    header .logo a svg path {
    fill: #fff !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {

    @media only screen and (min-width: 768px) {
        .top_mnu ul li {
            padding-bottom: 3px !important;
        }

        .top_mnu ul {
            padding-top: 0 !important;
        }

        .top_mnu_wrap .flex {
            padding-top: 15px !important;
        }

        .menu {
            font-size: 18px !important;
        }

        .top_mnu_wrap .logo {
            width: 90px !important;
        }

        .toggle_mnu {
            margin-top: -42px !important;
        }

        .top_mnu_wrap .top_phone {
            padding-top: 0 !important;
            padding-bottom: 25px !important;
        }

        .top_mnu ul {
            padding-bottom: 0 !important;
        }

        .top_mnu {
            padding-bottom: 5px !important;
        }

        .top_phone div a {
            font-size: 14px !important;
        }
    }
    .fixedHeader {
        overflow: hidden;
        height: 100%;
    }

    .galerie_sec {
        margin-top: 60px;
    }

    .breadcrumbs .img_wrap img {
        height: auto;
    }

    footer {
        padding: 80px 0 0;
    }

    .posts .text_wrap .text_wrap_cont {
        width: 600px;
    }

    .posts_titles_wrap {
        margin-bottom: 100px;
    }

    .posts .img_wrap, .posts .text_wrap {
        width: 100%;
    }

    .top_phone {
        display: none;
    }

    .posts .posts_titles_wrap .big_title {
        font-size: 99px;
        top: 0;
    }

    .top_mnu_wrap .top_phone {
        display: block;
    }

    .toggle_mnu {
        height: 36px;
        border: none;
        position: relative;
        display: block;
        background-color: transparent;
        outline: none;
        cursor: pointer;
        z-index: 9999999;
        text-align: center;
    }

    .toggle_mnu span {
        display: block;
    }


    .sw-topper {
        position: relative;
        top: 0;
        width: 24px;
        height: 2px;
        background: #000000;
        border: none;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: -webkit-transform 0.5s, top 0.2s;
        transition: transform 0.5s, top 0.2s;
        display: block;
    }


    .sw-bottom {
        position: relative;
        width: 24px;
        height: 2px;
        top: 6.6px;
        background: #000000;
        border: none;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: -webkit-transform 0.5s, top 0.2s;
        transition: transform 0.5s, top 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }

    .sw-footer {
        position: relative;
        width: 24px;
        height: 2px;
        top: 13.5px;
        background: #000000;
        border: none;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .sandwich.active .sw-topper {
        top: 9px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sandwich.active .sw-bottom {
        top: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sandwich.active .sw-footer {
        opacity: 0;
        top: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .top_mnu_wrap {
        display: none;
        position: absolute;
        right: 0;
        width: 52%;
        top: 0;
        background-color: #fff;
        z-index: 9999999;
        margin: 0;

    }

    .top_mnu {
        margin-left: 0;
        padding: 23px 0;
    }

    .top_mnu_wrap .flex {
        padding-top: 30px;
        justify-content: flex-start;
        padding: 30px 0 0 35px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .top_mnu_wrap .logo {
        margin-left: 0;
    }

    .top_mnu_wrap .top_phone {
        display: block;
        padding-top: 228px;
        padding-bottom: 105px;
        text-align: center;
    }

    .top_mnu ul {
        padding: 30px 0;
    }

    .top_mnu ul li {
        display: block;
        text-align: center;
        padding-bottom: 27px;
    }

    .first_screen .img_wrap {
        display: none;
    }

    .img_wrap_ipad {
        display: block;
    }

    .first_screen::before {
        display: none;
    }

    .post_sec .text_wrap .text_wrap_cont {
        width: 295px;
    }

    .angebot_sec .big_title {
        font-size: 72px;
    }

    .angebot_sec .text_wrap {
        padding-left: 35px;
    }

    .angebot_sec .text_wrap_cont {
        width: 410px;
    }

    .card, section.cards_sec .img_wrap img {
        height: 616px;
    }

    .card {
        width: 50%;
        padding: 90px 60px;
    }

    .card_title {
        font-size: 31px;
    }

    .experten_sec .item {
        width: 100%;
    }

    .experten_sec .block {
        width: 490px;
        padding-top: 61px;
    }

    .contact_sec .container {
        padding: 0;
    }

    .contact_form {
        width: 768px;
    }

    .facebook_sec::before, .facebook_sec::after {
        display: none;
    }

    .facebook_sec .container {
        padding: 0;
    }

    .facebook_sec .exp_titles {

        background-color: #3f3f3f;
        padding: 50px 0 50px 70px;
    }

    .facebook_slider {
        margin: 66px auto;
        position: static !important;
    }

    .facebook_slider .owl-next {
        right: 35px;
    }

    .facebook_slider .owl-prev {
        left: 35px;
    }

    .first_screen img {
        height: auto;
    }

    .top_line {
        padding: 25px 0;
    }

    .logo {
        width: 124px;
        margin-left: 35px;
    }

    .toggle_mnu {
        margin-right: 27px;
    }

    .post_sec {
        padding: 20px 0;
    }

    .post_title {
        font-size: 31px;
    }

    .post_sec .big_title {
        font-size: 64px;
        left: 389px;
        top: 66px;
    }

    section.angebot_sec {
        padding-top: 132px;
    }

    .angebot_sec .big_title {
        top: 114px;
        left: 80px;
    }

    section.cards_sec {
        padding-top: 67px;
    }

    .card p {
        bottom: 56px;
        width: 256px;
        left: 60px;
    }

    .banner_img {
        padding-top: 67px;
    }

    section.brands_sec {
        padding-top: 152px;
        padding-bottom: 0;
    }

    .facebook_sec {
        margin-top: 67px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .facebook_sec .exp_titles {
        padding: 60px 0 60px 70px;
    }

    .contact_form {
        border: 35px solid #3f3f3f;
        padding: 125px 0 93px;
    }

    footer .block .item:first-child {
        width: 100%;
        text-align: center;
    }

    footer .block {
        padding: 0 40px;
    }

    footer .block .item:nth-child(2), footer .block .item:nth-child(3), footer .block .item:nth-child(4) {
        margin-top: 104px;
    }

    footer .block .item:nth-child(2) {
        width: 39%;
    }

    footer .block .item:nth-child(3) {
        width: 26%;
    }

    footer .block .item:nth-child(4) {
        width: 25%;
    }

    .impres_link {
        margin-top: 76px;
    }

    footer .block .item:last-child {
        margin-top: -30px;
    }

    .scroll_top {
        left: 50%;
        bottom: 94px;
        transform: translateX(-50%);
    }

    .copyright {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 86px 35px;
    }

    .copy {
        margin-bottom: 0;
    }

    .facebook_slider .owl-prev, .facebook_slider .owl-next {
        top: 67%;
    }

    .brand_slide {
        width: 104px;
        height: 55px;
    }

    .owl-center .brand_slide {
        width: 245px;
        height: 128px;
    }

    .brands_slider .owl-stage {
        -ms-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    #form {
        width: 700px;
    }

    section.contact_sec.mtn {
        padding-top: 100px;
    }

    .first_screen .wp-video {
        display: none;
    }

    .top_mnu ul li a {
        color: #000;
    }

    .top_phone div a {
        color: #000;
    }

    .posts:nth-child(2n+1) .block .img_wrap {
        order: 1;
    }

    .posts:nth-child(2n) .block .img_wrap {
        order: 2;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .first_screen {
        height: 100vh;
    }

    .first_screen .img_wrap_phone img {
        height: 100vh;
    }

    .first__ipad {
        height: 100vh;
    }

    .second__flex {
        flex-direction: column-reverse;
    }

    .first__ipad img {
        height: 100%;
        object-fit: cover;
    }

    .inner__ipad {
        width: 100%;
    }

    .inner__ipad img {
        width: 100%;
        height: 100%;
        max-height: 300px;
        object-fit: cover;
    }

    .first_screen::before {
        display: none;
        height: 25px;
        bottom: -25px;
    }

    h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .first_screen .text_wrap {
        width: 100%;
        padding: 0 37px;
    }

    .logo {
        margin-left: 0;
    }

    .toggle_mnu {
        margin-right: 0;
    }

    .post_sec .big_title {
        left: 0;
        top: 34px;
    }

    .post_sec .text_wrap {
        padding: 67px 37px;
    }

    .post_sec .img_wrap, .post_sec .text_wrap {
        width: 100%;
    }

    .post_sec .text_wrap .text_wrap_cont {
        width: auto;
    }

    .post_sec p {
        margin-top: 19px;
    }

    .angebot_sec .text_wrap_cont {
        width: 100%;
        margin-left: 0;
    }

    .angebot_sec .text_wrap {
        padding-left: 0;
    }

    section.angebot_sec {
        padding-top: 76px;
    }

    .angebot_sec .big_title {
        top: 17px;
        left: 31px;
        width: 89%;
        overflow: hidden;
        text-transform: capitalize;
    }

    section.cards_sec {
        padding-top: 44px;
    }

    .card {
        height: 460px;
        width: 100%;
        padding: 75px 35px;
    }

    section.cards_sec .img_wrap img {
        height: 460px;
    }

    .card_title {
        font-size: 25px;
    }

    .card_icon {
        margin-bottom: 15px;
    }

    .card p {
        left: 35px;
    }

    .experten_sec .block {
        width: 100%;
    }

    .brands_sec .big_title, .experten_sec .big_title {
        top: 14px;
        font-size: 58px;
    }

    .banner_img {
        padding-top: 85px;
    }

    section.experten_sec {
        padding-top: 35px;
    }

    .experten_sec .icon_wrap {
        margin: 0 auto 20px;
    }

    section.experten_sec .text_wrap {
        width: 100%;
        text-align: center;
    }

    .experten_sec .item {
        margin-bottom: 23px;
    }

    section.brands_sec {
        padding-top: 120px;
    }

    .brands_sec .big_title {
        top: 102px;
    }

    .owl-item.center .brand_slide {
        width: auto;
        height: auto;
    }

    .brand_slide {
        width: 125px !important;
        height: 68px !important;
    }

    .facebook_sec {
        padding-top: 29px;
        margin-top: 0;
    }

    .facebook_sec {
        padding-top: 88px;
    }

    .facebook_sec .exp_titles {
        padding: 21px 0 21px 37px;
        position: relative;
    }

    .facebook_sec .post_title {
        font-size: 18px;
    }

    .facebook_slider {
        width: 100% !important;
        border: 30px solid #c1c1c1;
    }

    .facebook_slider .slide {
        width: auto;
    }

    .facebook_slider {
        margin: 0 auto;
    }

    section.contact_sec {
        padding-top: 0;
    }

    .contact_form {
        width: 100%;
        padding: 59px 0 0;
        border: 18px solid #3f3f3f;
    }

    .contact_form .big_title {
        top: 44px;
        font-size: 49px;
    }

    .contact_form .block {
        width: 100%;
        padding: 65px 40px;
    }

    .btn {
        width: 205px;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .block .item, footer .block .item:nth-child(2), footer .block .item:nth-child(3), footer .block .item:nth-child(4) {
        width: 100%;
        text-align: center;
        margin-top: 58px;
    }

    .brands_slider {
        margin-top: 51px;
    }

    .brands_sec .owl-prev {
        left: -9px;
    }

    .brands_sec .owl-next {
        right: -9px;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
    }

    .face_prev {
        right: 72px;
        background-color: #c1c1c1;
        left: auto;
    }

    .face_next {
        right: 37px;
        background-color: #c1c1c1;
    }

    .face_nav {
        display: block;
    }

    .img_wrap_phone img {
        width: 100%;
    }

    .img_wrap_phone {
        width: 100%;
    }

    .facebook_slider .owl-prev, .facebook_slider .owl-next {
        display: none;
    }

    .top_mnu_wrap {
        width: 100%;
        height: 100vh;
    }

    .top_mnu {
        padding: 30px 0;
    }

    .top_mnu_wrap .top_phone {
        padding: 25px 0 26px;
    }

    .posts .text_wrap .text_wrap_cont {
        width: 100%;
        padding: 0 35px;
    }

    .posts .block .img_wrap {
        margin-bottom: 40px;
    }

    .posts {
        padding-top: 60px;
    }

    .posts .text_wrap .big_title {
        font-size: 50px;
    }

    .breadcrumbs .img_wrap img {
        height: 200px;
    }

    .breadcrumb_title {
        font-size: 25px;
    }

    .breadcrumbs_wrap ul {
        padding-bottom: 5px;
    }

    .breadcrumbs_wrap {
        top: 65%;
    }

    .posts .posts_titles_wrap .big_title {
        font-size: 50px;
    }

    .posts_titles_wrap {
        margin-bottom: 40px;
    }

    .galerie_sec .item, .galerie_sec .block .item:nth-child(8) {
        width: 100%;
        margin-bottom: 30px;
    }

    .galerie_sec .btn {
        margin-top: 30px;
    }

    .galerie_sec {
        margin-bottom: 60px;
    }

    #form {
        width: 100%;
        padding: 50px 0 0 0;
    }

    #form .big_title {
        font-size: 57px;
        top: 40px;
    }

    footer .block .item, footer .block .item:nth-child(2), footer .block .item:nth-child(3), footer .block .item:nth-child(4) {
        margin-top: 25px;
    }

    .foot_cont {
        height: auto;
    }

    .impres_link {
        margin-top: 25px;
    }

    .copyright {
        padding: 50px 0 0;
    }

    section.contact_sec.mtn {
        margin-top: 60px;
    }

    .top_mnu_wrap .logo {
        width: 30%;
    }

    .menu {
        margin-left: 25px;
    }

    .top_line {
        padding-top: 20px;
    }

    footer .block .item:last-child {
        margin-top: 30px;
    }

    .scroll_top {
        bottom: -40px;
    }

    footer {
        padding-bottom: 80px;
    }

    .copy, .create {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .logo2 {
        width: 100%;
    }

    .gallery__inner {
        max-height: 5310px;
    }

    .gallery__full {
        max-height: 100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    section.contact_sec {
        overflow: hidden;
    }

    .contact_form {
        width: 100%;
    }

    section {
        overflow: hidden;
    }
}
