/*
************************************************************
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: 480px) {

    .teaser-info{
        width: 100%;
    }

    /*****************************************************************
    *********** Document
    ******************************************************************/

    /*****************************************************************
    *********** Allgemeine Selectoren
    ******************************************************************/

    /*****************************************************************
    *********** Header
    ******************************************************************/

    /*****************************************************************
    *********** Footer
    ******************************************************************/
    #footer-canvas .column {
        width: 100%;
        padding-bottom: 25px;
    }
    /*****************************************************************
    *********** Content
    ******************************************************************/

    /*****************************************************************
    *********** Seitenelemente
    ******************************************************************/


    .text-image-main .left-column .text, .text-image-main .right-column .text{
        box-sizing: border-box;
        padding: 15px 0px;
        max-width: 100%;
        position: relative;
        transform: translateY(0%);
        top: 0px;
    }

    .text-image-main .left-column{
        width: 100%;
        float: none;
        height: auto;
        overflow: hidden;
    }

    .text-image-main .right-column {
        width: 100%;
        overflow: hidden;
        float: none;
        height: auto;
    }

    .text-image-main .left-column .text{
        padding: 25px 40px !important;
        text-align: left;
    }

    .text-image-main .left-column .text{
        padding: 25px 15px !important;
        text-align: left;
    }
    .scroll-to-top-div{
        width: 100% !important;
        bottom: 0px !important;
        left: 0px;
        background-color: #D7AE86;
    }

    #scroll-to-top{
        display: block;
        margin: auto;
        width: 75px !important;
    }

    .info-teaser-main .info {
        width: 100%;
        margin: 10px 0;
    }
    .info-teaser-main{
        width: 90%;
        margin: 0 5%;
    }


    .plz-input{
        width: 40% !important;
    }
    .plz-input .textbox {
        width: 100% !important;
        box-sizing: border-box;
    }

    .ort-input{
        width: 60% !important;
    }
    .ort-input .textbox {
        width: 100% !important;
        box-sizing: border-box;
    }

    .plz-ort-input-wrapper{
        width: 100%;
    }
    .contactform .textbox {
        width: 90% !important;
        margin: 10px 0;
    }

    .contactform #nachricht {
        width: 93%;
        margin-top: 10px;
    }
    .contactform .button-submit {
        width: 100%;
        margin-left: 10px !important;
    }
    .image-text-three-columns-main .col {
        /*      width: 90% !important;
              margin: 20px 5%;*/
    }

    .text-main{
        /*width: 90%;*/
        /*margin: 0 5% !important;*/
    }

    .radiobuttons-wraper {
        display: inline-block;
        overflow: hidden;
    }

    .radiobutton-wraper {
        display: inline-block;
        overflow: hidden;
        width: 70px;
    }
    .radiobutton-wraper .anrede-label{
        width: 45px;
    }


    .bezahlart-vorkasse .form-row label{
        float: none;
        display: block;
        font-weight: 700;
    }

    .bezahlart-vorkasse .form-row .checkbox-text{
        display: block;
        margin-top: 10px;
        margin-left: 0px;
    }
}


@media only screen and (max-width: 500px) {

    .form-row input[type="text"], .form-row input[type="password"], .form-row input[type="email"]{
        width: 90% !important;
    }



}

@media only screen and (max-width: 620px) {
    .contact-person-main .image-column, .contact-person-main .text-column{
        width: 100%;
        margin: 15px 0px;
    }  

    .text-readmore-main .left-column{
        float: left;
        width: 100%;
        max-width: 100%;
        /*margin-left: 10%;*/
    }
    .text-readmore-main .right-column{
        display: inline-block;
        float: left;
        box-sizing: boder-box;
        padding: 10px;
        margin: 0px;
        width: 100%;
    }


}