/* startseite_eigenes_layout_mobile_bis_600px.css */
@media only screen and (max-width: 600px){

.main-navigation-mobile-search input {
    color:inherit;
}

.mod_changelanguage {
    width:100%;
    text-align:center;
    float:right;
    margin-top:20px;
}
    
.mod_changelanguage ul {
    list-style-type: none;
    margin-top: -5px;
    padding: 0; }

.mod_changelanguage li {
    background-color:#EDEBEB66;
    box-sizing: inherit;
    display:inline;
    border:1px solid #C9C7C766;
    margin-right: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

.mod_changelanguage a {
    color:grey;
    font-weight: bold;
    
}

.mod_changelanguage a:hover {
    color:#33b1ec;
    text-decoration: none;
}

.footer-top-link {
    position: fixed;
    left: 50%;
    top: 90%;
    width:50px;
    margin-left:-25px
}
}
