@import url("common.css");


header
{
	position: fixed;
	top: -10em;
}

header > h1,
header > h3
{
	font-size: 10%;
}


main
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	margin: auto;
	padding: 4ex 3ex;
	font: 2.9vw museo-slab;
	text-align: center;
	letter-spacing: .1ex;
	line-height: 3.5ex;
	background-color: rgba(255,255,255,.4);
	border-radius: 1ex;
	color: white;
	text-shadow: .1ex .1ex .1ex rgba(40, 40, 40, .7);
}

#content ul
{
	padding: 0;
}

#content li
{
	list-style-type: none;
}

#content li img
{
	width: 20%;
	margin-top: 1ex;
}

footer
{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,.1);
	border-radius: 2.2vh;
	color: white;
	text-shadow: .1ex .1ex .1ex rgba(40, 40, 40, .7);
	box-sizing: content-box;
	padding: 1.3vh 1.3vh 0ex;
	font: 1.3vh Calibri,sans-serif;
	letter-spacing: .1ex;
	line-height: 3.5ex;
}


a
{
	color: #445;
	text-decoration: none;
}

a:hover
{
	position: relative;
	left: -1px;
	top: -1px;
}


#verweise
{
	margin: 1em;
}

#verweise article
{
	padding: 2em;
	background-color: rgba(119,140,159,.6);
	border-radius: 1ex;
}

#verweise article ul
{
	margin: 0;
	padding: 0;
}

#verweise article ul > li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#verweise article ul > li.hidden
{
	display: none;
}

#verweise nav
{
	padding: 1ex;
	text-align: right;
}

#verweise nav > div
{
	display: inline;
	border: 1px solid gray;
	border-radius: 0 0 1ex 1ex;
	padding: 1ex;
	margin-right: .5ex;
	background-color: rgba(55,55,55,.4);
	text-shadow: none;
}

#verweise nav > div > a
{
	color: black;
}

#verweise nav > div > a.selected
{
	color: white;		/* "#92A145" : "#B7AD2F" */
}