/*
************************************************************
Styles:     flix//theme
Project:    flix-Base - Main CSS
Autor:      Yannik Boost
Copyright:  (c) 2015 interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/
@media only screen and (max-width: 1024px) {

    .text-readmore-main .left-column{
        float: left;
        width: 100%;
        max-width: 275px;
    }
    .text-readmore-main .right-column{
        display: inline-block;
        float: right;
        width: calc(100% - 330px);
    }


    /*****************************************************************
    *********** Document
    ******************************************************************/

    /*****************************************************************
    *********** Allgemeine Selectoren
    ******************************************************************/

    /*****************************************************************
    *********** Header
    ******************************************************************/

    /*****************************************************************
    *********** Footer
    ******************************************************************/

    /*****************************************************************
    *********** Content
    ******************************************************************/

    /*****************************************************************
    *********** Seitenelemente
    ******************************************************************/
    .header-text h2{
        display: none;
    }

}

@media only screen and (max-width: 1200px) {
    #nav1-wraper{
        display: none;
    }
    #main-canvas{
        padding: 0px !important;
    }
    .menu-button{
        display: inline-block;
        position: absolute;
        top: 37px;
        right: 30px;
    }
    .nav-service2-canvas{
        margin-right: 20px !important;
    }
    #footer-canvas{
        padding-left: 15px !important;
        padding-right: 15px !important;

    }
}

@media only screen and (max-width: 850px) {
    .text-slider-main .text-column{
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .text-slider-main .image-column img{
        width: 100% !important;
    }
}

