#navi_rechts img {
    max-width: 100%;
}

#hals #kategorie {
	padding: 35% 0px 20px 0px;
	background-position: top;
	height: auto;
	
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

#hals #kategorie::after {
	 content: "";
    display: block;
    background-color: rgb(255, 255, 255);
    height: 235px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

#hals #kategorie .tanz,
#hals #kategorie .personal,
#hals #kategorie .fitness {
	height: auto;
}
#hals .anmeldung {
	background-color: #E3001B;
	height: auto;
	padding-bottom: 5px;
}
#hals #kategorie h1{
	font-size: 250%;
}

#kopf{
	height: 150px;
}

#kopf .logo
{
	width: 100%;
	margin: 20px 0 0 0;
}

#navi_horizontal {
    height: 34px;
    margin: 0 5%;
    padding: 30px 0 0;
    width: 90%;
}