@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');


html {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	color: #222 !important;
	line-height: 1.8 !important;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, strong {
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
}

.uk-link, a, em {
	color: #b3c22f !important;
}

@media (min-width: 1200px) {
	.uk-card-body {
		padding: 70px 70px !important;
	}

	.small-card {
		padding: 20px 70px !important;
	}

	.uk-card-header {
		padding: 20px 70px !important;
	}
}
h3 p {
	margin-bottom: 0 !important;
}

td:first-child {
	width: 350px;
}

.uk-list .uk-active a {
	font-weight: 700 !important;
}

.bar-logo {
	padding: 20px 0;
}

.file-list {
	list-style-type: none;
	padding: 20px 0;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}
.align_left {
	float: left;
	margin-right: 30px;
}

.align_left:after {
	content: '';
	clear: both;
}

#RangeSlider_zeit > div { width:%!important; }

#map {
	height: 500px;
	margin-bottom: 1.5em;
}

.uk-card-default {
	color: #222 !important;
}

.uk-card {
	background: #fff;
}

.uk-accordion>li {
	border-bottom: 1px solid #e2e2e2;
}

.uk-accordion-content p {
	margin: 25px 0 !important;
}

.white {
	background: #fff !important;
}

.bg {
	background: #f4f6e3 url(images/bg_top_01.png) !important;
	background-repeat: no-repeat !important;
	background-position: -92px -20px !important;
}

.green {
	background: #b3c22f !important;
}

.grey {
	background: #f9f9f9;
}

.grey * {
	color: #b3c22f !important;
}

.green * {
	color: #fff !important;
}

.logo {
	width: 196px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/logo_392_100-w.png);
	background-repeat: no-repeat;
	background-size: 196px 50px;
	display: block;
}

.uk-active .logo {
	width: 60px;
}

.uk-navbar-nav>li>a {
	color: #fff !important;
}

.uk-navbar-container {
	background: #b3c22f !important;
}
/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser.
 *
 */
.WireFatalError {
	background: #a30000;
	color: #fff;
	padding: 1em;
	position: relative;
	z-index: 9999;
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

.bypass-to-main:focus {
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}


