/*
************************************************************
Styles:     flix//theme
Project:    flix-Base - Main CSS
Autor:      Yannick Boost
Copyright:  (c) 2015 interaktiv manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/
@media only screen and (max-width: 760px) {
    /*****************************************************************
    *********** Document
    ******************************************************************/
    /*****************************************************************
    *********** Allgemeine Selectoren
    ******************************************************************/
    /*****************************************************************
    *********** Header
    ******************************************************************/
    .logo-img {
        height: auto;
        width: 75%;
    }

    /*****************************************************************
    *********** Footer
    ******************************************************************/
    .logo-footer {
        width: 80%;
        margin: auto;
        padding-bottom: 50px;
    }

    /*****************************************************************
    *********** Content
    ******************************************************************/
    #site_headline {
        padding-bottom: 30px !important;
        margin-top: 0px;
    }

    /*****************************************************************
    *********** Seitenelemente
    ******************************************************************/
}