#menue{
    color: pink;
    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;
}


#inhalt{

margin-left: auto;
color: black;
margin-right: auto;
text-align: center;
background-color: black;
margin-top: 15px;
flex-direction: row;
display: flex;

}

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

}

#back{

    margin-top: 15px;
    position: static;
    float: left;
    }

#tag3{

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

#con1{

background-color: blueviolet;

}

#con2{

    background-color: aqua;

}

#con3{

background-color: yellow;

}

#anfang{

    text-align: center;
    margin-right: auto;
    background-color: blue;
}

#ende{

    display: flex;
flex-direction: column;
background-color: green;
text-align: center;

}


