body
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 99%;
	font-family: sans-serif;
	line-height: 1.8rem;
	color: rgb(85,85,85);
}

a 
{
	color: #1D63A5
}

#wrapper
{
	width: 70rem;
	margin: 0 auto;
	position: relative;
}

#header
{
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
}

#banner
{
	height: 8rem;
	background: url("../bilder/scent-sticks.jpeg");
}

#banner > h1
{
	color: white;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	margin: 1rem 0 0 -2rem;
	padding: .8rem 1rem .8rem 3rem;
	font-weight: normal;
}

#navigation
{
	background: #1D63A5;
	height: 2.5rem;
}

#navigation ul
{
	color: white;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	list-style-type: none;
	width: 100%;
	display: flex;
}

#navigation li
{
	line-height: 2.5rem;
	flex: 1 1 0;
	border-right: 1px solid white;
}

#navigation li:last-child
{
	border-right: none;
}

#navigation a
{
	text-decoration: none;
	color: white;
	display: block;
	text-align: center;
}

#navigation a:hover
{
	background: linear-gradient(#1D63A5, rgba(255,255,255,0.5));
	z-index: 2;
}

#inhalt
{
	position: relative;
	padding: 0 1rem;
}

#inhalt h2
{
	padding-top: 1.5rem;
}

#footer
{
	background: #f2f2f2;
	position: sticky;
	display: flex;
	flex-flow: column;
	text-align: center;
	width: 70rem;
	bottom: 0;
	font-size: .8rem;
	line-height: 1rem;
	padding: 1rem 0 .5rem 0;
	margin: 0 auto;
	margin-top: 3rem;
}

#footer p 
{
	margin: 0;
}

#list1, #list2
{
	display: flex;
	flex-flow: column wrap;
}

#list1 li, #list2 li
{
	width: 33%;
}

#list1
{
	max-height: 6rem;
}

#list2
{
	max-height: 20rem;
}

.clear
{
	clear: both;
}

.image-right
{
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	margin-bottom: 1rem;
	height: 50%
}

.height-100
{
	height: 100%;
}

.active 
{
	background: linear-gradient(#1D63A5 50%, rgba(255,255,255,0.5) )
}