/*
************************************************************
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%;
}

#menu-alt {
    flex-wrap: wrap;
    width: min-content;
    justify-content: center !important;
}

#menu-alt div {
    margin-top: 25px !important;
}
/*****************************************************************
*********** Footer
******************************************************************/
.logo-footer {
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
}
/*****************************************************************
*********** Content
******************************************************************/
#site_headline {
    padding-bottom: 30px !important;
    margin-top: 0px;
}
/*****************************************************************
*********** Seitenelemente
******************************************************************/
}