@media screen and (max-width: 910px){
    #header .inside #nav{
        transform: initial;
        right: initial;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 255, 0, 0.2);
        background: linear-gradient(to bottom right, rgba(50, 58, 94, 0.9), rgba(20, 115, 175, 0.9));
        color: rgba(255, 255, 255, 1);
        left: 100%;
        transition: all 0.2s ease;
    }
    .open_nav #header .inside #nav{
        left: 0;
    }
    .navicon{
        display: block;
        position: relative;
        z-index: 1000;
    }
    .open_nav .navicon span{
        background: rgba(255, 255, 255, 1);
    }
    #header .inside{
        padding: 20px;
    }
    #nav ul{
        display: block;
        margin: 4em auto 0;
        width: 200px;
    }
    #nav ul li{
        margin: 20px 0;
    }
    #nav ul a{
        color: rgba(255, 255, 255, 1) !important;
        font-size: 20px !important;
    }
    .hero-video h2{
        font-size: 1.3em;
    }
    
    #wrapper article > *, #header .inside, .hero-video.wp-block-nk-awb .nk-awb-wrap-content, #footer .inside{
        padding: 0 20px;
    }
    #header .inside{
        padding: 10px 20px;
    }
    .intro, .about{
        width: 100%;
    }
    #footer .inside{
        margin: 0;
    }
    #footer .inside .footer-content{
        flex: 0 50%;
    }
    .footer-content{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 781px ){
    .wp-block-columns.testimonial h2{
        font-size: 1.5;
    }
    .wp-block-columns.testimonial > .wp-block-column:nth-child(1){
        order: 2;
    }
    .wp-block-columns.testimonial > .wp-block-column:nth-child(2){
        order: 1;
        margin-bottom: -70px;
    }
     .hero-product .content{
        flex: 1 0 100%;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 599px ){
    #footer .inside .footer-content{
        flex: 0 100%;
    }
    #unternehmen .nk-awb .nk-awb-wrap-content{
        width: 100%;
    }
    .mood{
        font-size: 1em;
    }
    .hero-product .hero-image{
        padding: 2em;
        padding: 15svw;
    }
   
    .wp-block-navigation__responsive-container{
        display: block !important;
        position: relative;
    }
    .wp-block-columns.testimonial > .wp-block-column:nth-child(2){
        margin-bottom: -50px;
    }
    .product-slider .item .dl-manual{
        width: 40px;
        height: 40px;
    }
    /* === parallax company mobile fix === */
    .nk-awb-wrap-content{
        padding: 60px 20px;
        box-sizing: border-box;
    }
    .company .nk-awb-wrap-content{
        background: linear-gradient(to top, rgba(50, 58, 94, 1) 20%, rgba(175, 200, 225, 1) 180%);
        padding: 0 20px 40px;
    }
    .wp-image-485.jarallax-img{
        object-fit: contain !important;
        position: relative !important;
        transform: initial !important;
        height: auto !important;
        display: block !important;
    }
    .company .nk-awb-rendered{
        position: relative !important;
        min-height: 200px;
    }
    #unternehmen .nk-awb .nk-awb-inner{
        position: relative !important;
    }
    #unternehmen .jarallax-container{
        position: relative !important;
    }
    #unternehmen .nk-awb::before{
        display: none;
    }
    #unternehmen .nk-awb{
        padding: 0;
    }

    article#downloads ul li{
        flex: 0 100%;
    }
    .page-template-page_subsite .nk-awb-fullheight{
        min-height: auto !important;
        padding: 0 !important;
    }

    .page-template-page_subsite .nk-awb-fullheight .nk-awb-inner{
        position: initial;
    }
    .page-template-page_subsite .nk-awb .nk-awb-wrap{
        position: relative;
    }
    .page-template-page_subsite .nk-awb-wrap-content{
        padding: 0;
    }



    /* === Presse === */
    .single-press{
        margin: 0;
        display: block;
    }
    .single-press .visu{
        margin: 0;
    }
    .single-press .visu img{
        display: block;
        border-radius: 12px 12px 0 0px;
    }
    .single-press .content{
        padding: 20px;
        border-radius: 0 0 12px 12px;
    }

    /* === Störer === */
    .stoerer.bvt-top10{
    bottom: 30px;
    left: 20px;
    width: 110px !important;
    height: auto;
    max-width: auto !important;
}
}