#menuepoint_title{
    float: left;
}
/*  ALTE PX-VERSION, DIE JETZT IM JQUERY EXISTIERT:
    #more{
    padding-top: 20px;    
    position: absolute;
    width: 62px;
}
#more a{
    text-decoration: none;
    color: #9a9999;
    font-size: 15px;
}
#schaukasten{
    margin-top: 35px;
    font-family: din;
    color: #9a9999;
    font-size: 21px;
    width: 40%;
}*/
#farbwahl{
    color: #e9e9e9;
}

#more{
    padding-top: 2.9vh;    
    position: absolute;
    width: 10vh;
    opacity: 0;
    transition: 0.2s;
}
#more a{
    text-decoration: none;
    color: #9a9999;
    font-size: 2.3vh;
}
#schaukasten{
    margin-top: 9vh;
    font-family: din;
    color: #9a9999;
/*    font-size: 2.3vh;*/
    width: 80%;
/*    font-weight: bold;*/
}
#schaukasten p{
    margin: 0;
    margin-top: 0.2vh;
    padding: 0;
}
#schaukasten a{
    color: #9a9999;  
}
#schaukasten a:hover{
    color: #ababab;  
}
#content_more{
    margin-top: 7.2vh !important;
    overflow: auto;
}
#content_more{
    margin-left: 2.5vh;
    width: 97%;
}
#more a:hover{
    color: #848484;
}

.mini_pic{
    cursor: default;
}
.mini_pic:hover{
    box-shadow: 0px 0px 0px white;
}

.instagramm_button{
    margin-top: 5vh;
    display: block;
    width: 4vh;
    height: 4vh;
    background-image: url('../img/buttons/instagram_grey.png');
}
@media screen and (max-width: 550px){
    #more{
        font-size: 11px;
        width: 50px;
    }
    #more a{
        font-size: 11px;
    }
}
@media screen and (orientation: portrait){ 
    #more {
        padding-top: 3.5vw;
    }
     #more_portrait {
        display: block;
    }
    #schaukasten{
    width: 90%;  
}
}




