#details {
	float: left;
	width: 66.66%;
	padding: 16px;
}

#oeffnungszeiten, #kontakt, #wochenkarte, #vegetarischvegan, #segway {
	float: left;
	width: 33.33%;
	padding: 16px;
}

#oeffnungszeiten ul {
	list-style: none;
	padding-left: 0px;
}

#oeffnungszeiten li {
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	#details {
		width: 100%;
	}
	#oeffnungszeiten, #kontakt, #wochenkarte, #vegetarischvegan, #segway {
		width: 50%;
	}
}

@media screen and (max-width: 399px) {
	#oeffnungszeiten, #kontakt, #wochenkarte, #vegetarischvegan, #segway {
		width: 100%;
	}
	nav li a {
		margin-bottom: 8px;
	}
}