/* Einstellung fuer Menuesteuerung, wenn Javascript deaktiviert wurde */

#main {
	margin-top: 70px;
}
.cbp-af-header {
	height: 80px;
	box-shadow:0 1px 5px rgba(0,0,0,.1);
}

.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 1px;
}

.cbp-af-header h1 {
	font-size: 3em;
}

.cbp-af-header #logo {
	background-image: url('../images/logonone.png');
}

.cbp-af-header #logo img {
	margin-top: 2px;
}
@media only screen and (max-width: 867px) {
	#main {
		margin-top: 80px;
	}
	.cbp-af-header {
		height: 90px;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 35px;
	}

	.cbp-af-header h1 {
		font-size: 2em;
	}

	.cbp-af-header nav a {
		font-size: 1em;
	}	
	.cbp-af-header #logo {
		background-image: url('../images/logosmall.png');
	}	
}
@media only screen and (max-width: 589px) {
	.cbp-af-header nav ul li a, .cbp-af-header nav ul li span, .cbp-af-header nav ul li i {
		font-size:1.2em;
	}
	.cbp-af-header nav a {
		font-size:.8em;
	}	
}
}
@media screen and (min-width: 478em) {
	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 10px;
	}
}