#links em,
#links,
#rechts {
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.33;
}

.max366 {
	width:100%;
	max-width: 366px;
	height: auto;	
}

hr {
	margin-top: -1px;
}

#rechts .gr11 {
	font-size: 11px;
}

.normaltext {
	font-style: normal !important;
}

@media only screen and (max-width: 770px) { 
	nav#menu {
		background-color: #485234;
	}
	#wrapper nav#menu a:hover#menu-icon {
	    background-color: #485234;
	    border-radius: 4px 4px 0 0;
	}
	#rechts {
		width: 96%;
		padding: 2%;
	}
	#links p {
		padding-left: 2%;
	}
	img#wpstats {
		height: auto;
		width: auto;
		display: none;
	}
}

@media only screen and (min-width: 771px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { 
	
}