@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

html {
	position: relative;
	height: 100%;
}
body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	padding-bottom: 80px;
}

.uk-container {
	padding: 0 15px;
}

h1,
h2,
h3 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

h1 {
	color: #f29526;
}
h2 {
	font-size: 20px;
	color: #ffffff;
}

#toolbar {
	background: #22333B;
	padding: 10px 0;
}

span.badge-sprache {
	width: 30px;
	height: 25px;
	border-radius: 15px;
	display: inline-block;
	background: #5C686D;
	text-align: center;
	padding-top: 5px;
	margin-right: 15px;
}
span.badge-sprache a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}
span.badge-sprache.badge-active {
	background: #f29526;
}

#header {
	background: #58656b;
	background: -moz-linear-gradient(left,  #58656b 0%, #22333b 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#58656b), color-stop(100%,#22333b));
	background: -webkit-linear-gradient(left,  #58656b 0%,#22333b 100%);
	background: -o-linear-gradient(left,  #58656b 0%,#22333b 100%);
	background: -ms-linear-gradient(left,  #58656b 0%,#22333b 100%);
	background: linear-gradient(to right,  #58656b 0%,#22333b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58656b', endColorstr='#22333b',GradientType=1 );
	text-align: center;
	padding: 10px 0;
}
#header img {
	max-height: 60px;
}

#main {
	color: #ffffff;
}

select {
	color: #58656b !important;
}
.uk-form-select {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.uk-form-label {
	color: white;
	text-transform: uppercase;
}
.uk-button:disabled {
	background-color: rgba(250, 250, 250, 0.5);
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #d0d1d2;
	background: -moz-linear-gradient(top,  #d0d1d2 0%, #fafafa 33%, #fafafa 66%, #d0d1d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d1d2), color-stop(33%,#fafafa), color-stop(66%,#fafafa), color-stop(100%,#d0d1d2));
	background: -webkit-linear-gradient(top,  #d0d1d2 0%,#fafafa 33%,#fafafa 66%,#d0d1d2 100%);
	background: -o-linear-gradient(top,  #d0d1d2 0%,#fafafa 33%,#fafafa 66%,#d0d1d2 100%);
	background: -ms-linear-gradient(top,  #d0d1d2 0%,#fafafa 33%,#fafafa 66%,#d0d1d2 100%);
	background: linear-gradient(to bottom,  #d0d1d2 0%,#fafafa 33%,#fafafa 66%,#d0d1d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d1d2', endColorstr='#d0d1d2',GradientType=0 );
}
#footer a {
	color: #5C686D;
	margin-top: 12px;
	display: inline-block;
}
#footer img {
	max-height: 30px;
}