#menue{
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    margin-top: 20px;
    background-color: grey;
    height: 65px;
    display: inline-block;
    width: 100%;
}

#menuetext{
    padding-top: 15px;

}
    
#logo img{
    margin-left: 0px;
    width: 50px;
    border-radius: 8px;
    background-color: white;
    float: left;
    
    
}


body{
    width: 100%;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


#inhalt1{
margin-left: auto;
color: white;
margin-right: auto;
text-align: center;

margin-top: 15px;

}

#inhalt2{
    margin-left: auto;
    color: red;
    margin-right: auto;
    text-align: center;
    display: flex;
    margin-top: 15px;
    flex-direction: row;
    }

#footer{
    margin-left: auto;
margin-right: auto;
text-align: center;
background-color: black;
color: white;
margin-top: 15px;

}

#tag2{

margin-top: 15px;
position: static;
float: right;

}

.ganz{

background-color: black;
display: flex;
flex-direction: row;


}

