div.sbw_abisz{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
div.sbw_abisz a{
	border: 1px solid var(--wrot);
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2px;	
}
div.sbw_abisz a:hover{
	background: var(--zrot);
	color: white;
}

div#sbw_navigation{
	position: relative;
	width: 100%;
	display: flex;
	border-bottom: 1px solid var(--wrot);
	margin-bottom: 20px;
} 
div#sbw_navigation a{
	display: block; 
	width: 150px;
	padding: 2px;
	border: 1px solid var(--wrot);
	border-bottom: none;
	box-sizing: border-box;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;	
}
div#sbw_navigation a:hover{
	background: var(--zrot);
	color: white;
	margin-top: 0px;
	padding-top: 12px;
}

div#sbw_navigation a.sbw_active{
	background: var(--wrot);
	color: white;
	margin-top: 0px;
	padding-top: 12px;
}


div.sp-oe-oeffnungszeit-typ{
	color: #A70000;
	font-weight: bold;
}
div.sp-oe-oeffnungszeit-zeiten{
	padding-left: 20px;
}


div.sbw_jumpmenu{
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	background: #EEE;
}
div.sbw_jumpmenu ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
div.sbw_contactinfo{
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	background: #EEE;
}