/*
************************************************************
Styles:     flix//theme
************************************************************
*/


/* NOTE - This Style transforms only specific components from 320px.css  */
/* starting body tag increases the level without important */


@media only screen and (min-width: 0px) and (max-width: 500px) {


    .header-text {
        display: none;
    }

    /*#######################################################*/
    .text-main .text-container {
        display: block;
        overflow: hidden;
        height: auto;
        margin: 0 auto;
    }

    /*#######################################################*/
    .image-banner-parallax {
        height: 200px;
    }

    /*#######################################################*/
    .text-cable-main .lil-cable {
        background-size: auto 100%;
        height: 80px;
        width: 90px;
    }

    .text-cable-main .text-container {
        width: 70%;
    }

    .form-row, .plz-input .textbox, .form-row input[type='text'], .form-row input[type='password'], .form-row input[type='email'], .defaultform textarea, .form-row textarea {
        width: 90% !important;
    }

    .ort-input .textbox {
        width: 90% !important;
        margin-left: 0;
        margin-top: 20px;
    }

    .plz-input, .ort-input, .plz-ort-input-wrapper {
        float: none;
    }

}
