/*
 * Last modified / Copyright (c) 10.04.17 19:44
 */

h3 {
	color: black;
	margin: 0px;
	padding-left:10px;
}

#headerlogo {
	background-color: #46893D;
	width:100%;
	padding: 0.5em 0em;
	display: inline-block;
}

#headerlogo img {
	float: left;
	height:2em;
	margin-left:0.5em;
}

#headerlogo span {
	font-family: Exo,sans-serif;
	font-weight: 700;
	font-style:italic;
	font-size:1.5em;
	height:2em;
	margin-left: 0.1em;
	color:white;
}

#lastchanges {
	padding:3px 0px;
	width:100%;
	bottom:0;
	left:0;
	position:fixed;
	background-color: #E0E5E0;
	color: #666;
	font-size:0.7em;
	text-align:right;
}

#lastchanges a {
	color: #666;
	font-size:1em;
}


.startbar {
	padding:3px 0px;
	width:100%;
	background-color: #E0E5E0;
	color: black;
	margin-bottom:4px;
	font-size:0.8em;
}

.startbar a {
	color: black;
}

.startbuttons {
	float:left;
	margin:5px;
	border: 1px solid #E0E5E0;
	padding:5px 7px 3px 7px;
	width:80px;
	min-height:105px;
	color: black;
	text-align:center;
	border-radius: 10px;
	font-size:0.8em;
	background-color: white;
}


.contentitemerror {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 10px;
	font-size: 1.2em;
	line-height:16px;
	font-weight: normal;
	background-color:#000;
	color:white;
	text-align: center;
}

#cookielayer div {
	padding: 10% 5%;
	color: #fff;
}

#cookielayer div a {
	color: #fff;
}

#cookielayer button {
	height:2.5em;
	border-radius: 5px;
	font-weight: bold;
	color: #578746;
	width: 100%;
}


#cookielayer {
	text-align:left;
	background: #578746;
	position:fixed;
	bottom:0px;
	z-index:10000;
	width:100%;
	font-size:1em;
	line-height:1.5em;
	box-shadow: 0 -2px 10px 0 rgba(0,0,0,0.2);
}