/* Stilisierung des Logos */
.logo {
	text-align: center;
    margin: 20px 0;
}
    
/* Stilisierung des Inhaltsbereichs */
.content {
	max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

footer {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background-color: #c41e3a;
    color: #ffffff;
}

.bar {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

footer a:link, footer a:visited {
    text-decoration:none;
    color: #ffffff;
}

footer a:hover {
    text-decoration:none;
    color: #ffdbdb;
}

.homesector {
    float: left;
    margin-left: 0.5em;
}

.mainsector {
    float: right;
    margin-right: 0.5em;
}
