/*
************************************************************
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) {


    .contactform .textbox{

        max-width: 460px !important;
    }
    .contactform .form-info, .contactform .title{
        margin-left: 0px;
    }
    .contactform .anrede{
        height: 100px;
    }
    .contactform .radiobutton-wraper {
        display: block;
    }

    /*****************************************************************
    *********** Document
    ******************************************************************/

    /*****************************************************************
    *********** Allgemeine Selectoren
    ******************************************************************/

    /*****************************************************************
    *********** Header
    ******************************************************************/

    /*****************************************************************
    *********** Footer
    ******************************************************************/
    #footer-canvas .column {
        width: 100%;
        /*padding-bottom: 25px;*/
    }
    /*****************************************************************
    *********** Content
    ******************************************************************/

    /*****************************************************************
    *********** Seitenelemente
    ******************************************************************/

    .nav1-mobile li{
        padding: 0px;
    }


    .text-image-main .left-column .text, .text-image-main .right-column .text{
        box-sizing: border-box;
        /*padding: 15px;*/
        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;
    }


    .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;
    }

    .contactform .textbox {
        width: 100% !important;
        margin: 10px 0;
    }

    .contactform #nachricht {
        width: 100%;
        margin-top: 10px;
    }
    .contactform .button-submit {
        width: 100%;
        margin-left: 10px !important;
    }
    .image-text-three-columns-main .col {
        width: 90% !important;
        margin: 20px 5%;
    }


    .gallery-image{
        width: 100%;
        max-width: 450px;
        max-height: 450px;
    }

    .copyright.footer-bar, .nav-footer{
        display: block;
        text-align: center;
        width: 100%;
    }
}