html {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #2f5f00;
}
body {
	margin: 0;
}
a:active,
a:hover {
	outline: none;
}
.uk-link,
a {
	color: #0071d7;
	text-decoration: underline;
	cursor: pointer;
}
.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
	color: #000;
	text-decoration: underline;
}
abbr[title] {
	text-decoration: underline dotted;
	-webkit-text-decoration-style: dotted;
}
b,
strong {
	font-weight: bolder;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
	font-family: Consolas, monaco, monospace;
	font-size: 0.875rem;
	color: #f0506e;
	white-space: nowrap;
	padding: 2px 6px;
	background: #f8f8f8;
}
em {
	color: #f0506e;
}
ins {
	text-decoration: none;
}
ins,
mark {
	background: #ffd;
	color: #2f5f00;
}
q {
	font-style: italic;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
canvas,
img,
video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
@supports (display: block) {
	svg {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}
}
svg:not(:root) {
	overflow: hidden;
}
img:not([src]) {
	min-width: 1px;
	visibility: hidden;
}
iframe {
	border: 0;
}
address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
	margin: 0 0 20px;
}
* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
	margin-top: 20px;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #333;
}
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + .uk-heading-2xlarge,
* + .uk-heading-large,
* + .uk-heading-medium,
* + .uk-heading-small,
* + .uk-heading-xlarge,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
	margin-top: 40px;
}
.uk-h1,
h1 {
	font-size: 36px;
	line-height: 1.1;
}
.uk-h2,
h2 {
	font-size: 27px;
	line-height: 1.2;
}
.uk-h3,
h3 {
	font-size: 24px;
	line-height: 1.2;
}
.uk-h4,
h4 {
	font-size: 18px;
	line-height: 1.2;
}
.uk-h5,
h5 {
	font-size: 14px;
	line-height: 1.2;
}
.uk-h6,
h6 {
	font-size: 12px;
	line-height: 1.3;
}
@media (min-width: 960px) {
	.uk-h1,
	h1 {
		font-size: 36px;
	}
	.uk-h2,
	h2 {
		font-size: 27px;
	}
}
ol,
ul {
	padding-left: 30px;
}
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
	margin: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
.uk-hr,
hr {
	overflow: visible;
	text-align: inherit;
	margin: 0 0 20px;
	border: 0;
	border-top: 1px solid #000;
}
* + .uk-hr,
* + hr {
	margin-top: 20px;
}
address {
	font-style: normal;
}
blockquote {
	margin: 0 0 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	font-style: italic;
	color: #333;
}
* + blockquote {
	margin-top: 20px;
}
blockquote p:last-of-type {
	margin-bottom: 0;
}
blockquote footer {
	margin-top: 10px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #2f5f00;
}
blockquote footer:before {
	content: '— ';
}
pre {
	font: 0.875rem/1.5 Consolas, monaco, monospace;
	color: #2f5f00;
	-moz-tab-size: 4;
	tab-size: 4;
	overflow: auto;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 3px;
	background: #fff;
}
pre code {
	font-family: Consolas, monaco, monospace;
}
::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
details,
main {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
.uk-breakpoint-s:before {
	content: '640px';
}
.uk-breakpoint-m:before {
	content: '960px';
}
.uk-breakpoint-l:before {
	content: '1140px';
}
.uk-breakpoint-xl:before {
	content: '1440px';
}
:root {
	--uk-breakpoint-s: 640px;
	--uk-breakpoint-m: 960px;
	--uk-breakpoint-l: 1140px;
	--uk-breakpoint-xl: 1440px;
}
.uk-link-muted a,
a.uk-link-muted {
	color: #999;
}
.uk-link-muted a:hover,
.uk-link-toggle:focus .uk-link-muted,
.uk-link-toggle:hover .uk-link-muted,
a.uk-link-muted:hover {
	color: #2f5f00;
}
.uk-link-text a,
a.uk-link-text {
	color: inherit;
}
.uk-link-text a:hover,
.uk-link-toggle:focus .uk-link-text,
.uk-link-toggle:hover .uk-link-text,
a.uk-link-text:hover {
	color: #999;
}
.uk-link-heading a,
a.uk-link-heading {
	color: inherit;
}
.uk-link-heading a:hover,
.uk-link-toggle:focus .uk-link-heading,
.uk-link-toggle:hover .uk-link-heading,
a.uk-link-heading:hover {
	color: #1e87f0;
	text-decoration: none;
}
.uk-link-reset a,
.uk-link-toggle,
a.uk-link-reset {
	color: inherit !important;
	text-decoration: none !important;
}
.uk-link-toggle:focus {
	outline: none;
}
.uk-heading-small {
	font-size: 2.6rem;
	line-height: 1.2;
}
.uk-heading-medium {
	font-size: 2.8875rem;
	line-height: 1.1;
}
.uk-heading-large {
	font-size: 3.4rem;
	line-height: 1.1;
}
.uk-heading-xlarge {
	font-size: 4rem;
	line-height: 1;
}
.uk-heading-2xlarge {
	font-size: 6rem;
	line-height: 1;
}
@media (min-width: 960px) {
	.uk-heading-small {
		font-size: 3.25rem;
	}
	.uk-heading-medium {
		font-size: 3.5rem;
	}
	.uk-heading-large {
		font-size: 4rem;
	}
	.uk-heading-xlarge {
		font-size: 6rem;
	}
	.uk-heading-2xlarge {
		font-size: 8rem;
	}
}
@media (min-width: 1140px) {
	.uk-heading-medium {
		font-size: 4rem;
	}
	.uk-heading-large {
		font-size: 6rem;
	}
	.uk-heading-xlarge {
		font-size: 8rem;
	}
	.uk-heading-2xlarge {
		font-size: 11rem;
	}
}
.uk-heading-divider {
	padding-bottom: calc(5px + 0.1em);
	border-bottom: calc(0.2px + 0.05em) solid #000;
}
.uk-heading-bullet {
	position: relative;
}
.uk-heading-bullet:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	height: calc(4px + 0.7em);
	margin-right: calc(5px + 0.2em);
	border-left: calc(5px + 0.1em) solid #000;
}
.uk-heading-line {
	overflow: hidden;
}
.uk-heading-line > * {
	display: inline-block;
	position: relative;
}
.uk-heading-line > :after,
.uk-heading-line > :before {
	content: '';
	position: absolute;
	top: calc(50% - (0.2px + 0.05em) / 2);
	width: 2000px;
	border-bottom: calc(0.2px + 0.05em) solid #000;
}
.uk-heading-line > :before {
	right: 100%;
	margin-right: calc(5px + 0.3em);
}
.uk-heading-line > :after {
	left: 100%;
	margin-left: calc(5px + 0.3em);
}
.uk-list {
	padding: 0;
	list-style: none;
}
.uk-list > li:after,
.uk-list > li:before {
	content: '';
	display: table;
}
.uk-list > li:after {
	clear: both;
}
.uk-list > li > :last-child {
	margin-bottom: 0;
}
.uk-list ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}
.uk-list > li:nth-child(n + 2),
.uk-list > li > ul {
	margin-top: 10px;
}
.uk-list-divider > li:nth-child(n + 2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
}
.uk-list-striped > li {
	padding: 10px;
}
.uk-list-striped > li:nth-of-type(odd) {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #f8f8f8;
}
.uk-list-striped > li:nth-child(n + 2) {
	margin-top: 0;
}
.uk-list-bullet > li {
	position: relative;
	padding-left: calc(1.5em + 10px);
}
.uk-list-bullet > li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%230071d7' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
.uk-list-circle > *,
.uk-list-decimal > *,
.uk-list-disc > *,
.uk-list-hyphen > *,
.uk-list-square > * {
	padding-left: 15px;
}
.uk-list-decimal {
	counter-reset: decimal;
}
.uk-list-decimal > * {
	counter-increment: decimal;
}
.uk-list-disc > :before {
	list-style-type: disc;
}
.uk-list-circle > :before {
	list-style-type: circle;
}
.uk-list-square > :before {
	list-style-type: square;
}
.uk-list-decimal > :before {
	content: counter(decimal, decimal) ' . ' !important;
}
.uk-list-hyphen > :before {
	content: '–\00A0\00A0';
}
.uk-list-large > li:nth-child(n + 2),
.uk-list-large > li > ul {
	margin-top: 20px;
}
.uk-list-large.uk-list-divider > li:nth-child(n + 2) {
	margin-top: 20px;
	padding-top: 20px;
}
.uk-list-large.uk-list-striped > li {
	padding: 20px 10px;
}
.uk-list-large.uk-list-striped > li:nth-of-type(odd) {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.uk-list-large.uk-list-striped > li:nth-child(n + 2) {
	margin-top: 0;
}
.uk-description-list > dt {
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
}
.uk-description-list > dt:nth-child(n + 2) {
	margin-top: 20px;
}
.uk-description-list-divider > dt:nth-child(n + 2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #000;
}
.uk-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}
* + .uk-table {
	margin-top: 20px;
}
.uk-table th {
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	font-weight: 700 !important;
	color: #000;
}
.uk-table td > :last-child {
	margin-bottom: 0;
}
.uk-table tfoot {
	font-size: 0.875rem;
}
.uk-table caption {
	font-size: 0.875rem;
	text-align: left;
	color: #999;
}
.uk-table-middle,
.uk-table-middle td {
	vertical-align: middle !important;
}
.uk-table-divider > :first-child > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > tr:not(:first-child) {
	border-top: 1px solid #000;
}
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(0, 113, 215, 0.1);
}
.uk-table-striped > tr:nth-of-type(2n),
.uk-table-striped tbody tr:nth-of-type(2n) {
	background: rgba(0, 113, 215, 0.03);
}
.uk-table td {
	padding: 16px 12px;
	vertical-align: top;
}
.uk-table th:last-child,
.uk-table tr td:last-child {
	border-right: none;
}
.uk-table th {
	padding: 0 12px 16px;
	vertical-align: top;
}
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover,
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
	background: #ffd;
}
.uk-table-small td,
.uk-table-small th {
	padding: 10px 12px;
}
.uk-table-large td,
.uk-table-large th {
	padding: 22px 12px;
}
.uk-table-justify td:first-child,
.uk-table-justify th:first-child {
	padding-left: 0;
}
.uk-table-justify td:last-child,
.uk-table-justify th:last-child {
	padding-right: 0;
}
.uk-table-shrink {
	width: 1px;
}
.uk-table-expand {
	min-width: 150px;
}
.uk-table-link {
	padding: 0 !important;
}
.uk-table-link > a {
	display: block;
	padding: 16px 12px;
}
.uk-table-small .uk-table-link > a {
	padding: 10px 12px;
}
@media (max-width: 959px) {
	.uk-table-responsive,
	.uk-table-responsive tbody,
	.uk-table-responsive td,
	.uk-table-responsive th,
	.uk-table-responsive tr {
		display: block;
	}
	.uk-table-responsive thead {
		display: none;
	}
	.uk-table-responsive td,
	.uk-table-responsive th {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		overflow: visible !important;
		white-space: normal !important;
	}
	.uk-table-responsive .uk-table-link:not(:first-child) > a,
	.uk-table-responsive td:not(:first-child):not(.uk-table-link),
	.uk-table-responsive th:not(:first-child):not(.uk-table-link) {
		padding-top: 5px !important;
	}
	.uk-table-responsive .uk-table-link:not(:last-child) > a,
	.uk-table-responsive td:not(:last-child):not(.uk-table-link),
	.uk-table-responsive th:not(:last-child):not(.uk-table-link) {
		padding-bottom: 5px !important;
	}
	.uk-table-justify.uk-table-responsive td,
	.uk-table-justify.uk-table-responsive th {
		padding-left: 0;
		padding-right: 0;
	}
}
.uk-table tbody tr {
	transition: background-color 0.1s linear;
}
.uk-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0;
}
button.uk-icon:not(:disabled) {
	cursor: pointer;
}
.uk-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
	fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
	stroke: currentcolor;
}
.uk-icon > * {
	transform: translate(0);
}
.uk-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.uk-icon-link {
	color: #999;
}
.uk-icon-link:focus,
.uk-icon-link:hover {
	color: #2f5f00;
	outline: none;
}
.uk-active > .uk-icon-link,
.uk-icon-link:active {
	color: #224600;
}
.uk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}
.uk-icon-button:focus,
.uk-icon-button:hover {
	background-color: #ebebeb;
	color: #2f5f00;
}
.uk-active > .uk-icon-button,
.uk-icon-button:active {
	background-color: #dfdfdf;
	color: #2f5f00;
}
.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
}
.uk-input {
	overflow: visible;
}
.uk-select {
	text-transform: none;
}
.uk-select optgroup {
	font: inherit;
	font-weight: 700;
}
.uk-textarea {
	overflow: auto;
}
.uk-input[type='search']::-webkit-search-cancel-button,
.uk-input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
.uk-input[type='number']::-webkit-inner-spin-button,
.uk-input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
	opacity: 1;
}
.uk-checkbox:not(:disabled),
.uk-radio:not(:disabled) {
	cursor: pointer;
}
.uk-fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.uk-input,
.uk-textarea {
	-webkit-appearance: none;
}
.uk-input,
.uk-select,
.uk-textarea {
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
	background: #fff;
	color: #2f5f00;
	border: 1px solid #000;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
	height: 45px;
	vertical-align: middle;
	display: inline-block;
}
.uk-input:not(input),
.uk-select:not(select) {
	line-height: 38px;
}
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
	outline: none;
	background-color: #fff;
	color: #2f5f00;
	border-color: #1e87f0;
}
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
	background-color: #f8f8f8;
	color: #999;
	border-color: #000;
}
.uk-input::-ms-input-placeholder {
	color: #999 !important;
}
.uk-input::placeholder {
	color: #999;
}
.uk-textarea::-ms-input-placeholder {
	color: #999 !important;
}
.uk-textarea::placeholder {
	color: #999;
}
.uk-form-small {
	font-size: 0.875rem;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
	line-height: 28px;
}
.uk-form-large {
	font-size: 1.25rem;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 55px;
	padding-left: 12px;
	padding-right: 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
	line-height: 53px;
}
.uk-form-danger,
.uk-form-danger:focus {
	color: #f0506e;
	border-color: #f0506e;
}
.uk-form-success,
.uk-form-success:focus {
	color: #32d296;
	border-color: #32d296;
}
.uk-form-blank {
	background: none;
	border-color: transparent;
}
.uk-form-blank:focus {
	border-color: #000;
	border-style: dashed;
}
input.uk-form-width-xsmall {
	width: 50px;
}
select.uk-form-width-xsmall {
	width: 75px;
}
.uk-form-width-small {
	width: 130px;
}
.uk-form-width-medium {
	width: 200px;
}
.uk-form-width-large {
	width: 500px;
}
.uk-select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%232F5F00' d='M12 1L9 6h6zM12 13L9 8h6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size])::-ms-expand {
	display: none;
}
.uk-select:not([multiple]):not([size]) option {
	color: #444;
}
.uk-select:not([multiple]):not([size]):disabled {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M12 1L9 6h6zM12 13L9 8h6z'/%3E%3C/svg%3E");
}
.uk-input[list] {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.uk-input[list]:focus,
.uk-input[list]:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%232F5F00' d='M12 12L8 6h8z'/%3E%3C/svg%3E");
}
.uk-input[list]::-webkit-calendar-picker-indicator {
	display: none;
}
.uk-checkbox,
.uk-radio {
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-top: -4px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #000;
	transition: 0.2s ease-in-out;
	transition-property: background-color, border;
}
.uk-radio {
	border-radius: 50%;
}
.uk-checkbox:focus,
.uk-radio:focus {
	outline: none;
	border-color: #1e87f0;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
	background-color: #1e87f0;
	border-color: transparent;
}
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
	background-color: #0e6ecd;
}
.uk-radio:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23fff' cx='8' cy='8' r='2'/%3E%3C/svg%3E");
}
.uk-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M12 1L5 7.5 2 5l-1 .5L5 10l8-8.5z'/%3E%3C/svg%3E");
}
.uk-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M3 8h10v1H3z'/%3E%3C/svg%3E");
}
.uk-checkbox:disabled,
.uk-radio:disabled {
	background-color: #f8f8f8;
	border-color: #000;
}
.uk-radio:disabled:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23999' cx='8' cy='8' r='2'/%3E%3C/svg%3E");
}
.uk-checkbox:disabled:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M12 1L5 7.5 2 5l-1 .5L5 10l8-8.5z'/%3E%3C/svg%3E");
}
.uk-checkbox:disabled:indeterminate {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M3 8h10v1H3z'/%3E%3C/svg%3E");
}
.uk-legend {
	width: 100%;
	color: inherit;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.4;
}
.uk-form-custom {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
}
.uk-form-custom input[type='file'],
.uk-form-custom select {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-appearance: none;
	opacity: 0;
	cursor: pointer;
}
.uk-form-custom input[type='file'] {
	font-size: 500px;
	overflow: hidden;
}
.uk-form-label {
	color: #333;
	font-size: 0.875rem;
}
.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
}
@media (max-width: 959px) {
	.uk-form-horizontal .uk-form-label {
		display: block;
		margin-bottom: 5px;
	}
}
@media (min-width: 960px) {
	.uk-form-horizontal .uk-form-label {
		width: 200px;
		margin-top: 7px;
		float: left;
	}
	.uk-form-horizontal .uk-form-controls {
		margin-left: 215px;
	}
	.uk-form-horizontal .uk-form-controls-text {
		padding-top: 7px;
	}
}
.uk-form-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999;
}
.uk-form-icon:hover {
	color: #2f5f00;
}
.uk-form-icon:not(a):not(button):not(input) {
	pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
	padding-left: 40px !important;
}
.uk-form-icon-flip {
	right: 0;
	left: auto;
}
.uk-form-icon-flip ~ .uk-input {
	padding-right: 40px !important;
}
.uk-button {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 9px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 15px;
	vertical-align: middle;
	font-size: 0.875rem;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
}
.uk-button:not(:disabled) {
	cursor: pointer;
}
.uk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.uk-button:hover {
	text-decoration: none;
}
.uk-button:focus {
	outline: none;
}
.uk-button-default {
	background-color: transparent;
	color: #333;
	border: 1px solid #000;
}
.uk-button-default.uk-active,
.uk-button-default:active,
.uk-button-default:focus,
.uk-button-default:hover {
	background-color: transparent;
	color: #333;
	border-color: #000;
}
.uk-button-primary {
	background-color: #1e87f0;
	color: #fff;
	border: 1px solid transparent;
}
.uk-button-primary:focus,
.uk-button-primary:hover {
	background-color: #0f7ae5;
	color: #fff;
}
.uk-button-primary.uk-active,
.uk-button-primary:active {
	background-color: #0e6ecd;
	color: #fff;
}
.uk-button-secondary {
	background-color: #222;
	color: #fff;
	border: 1px solid transparent;
}
.uk-button-secondary:focus,
.uk-button-secondary:hover {
	background-color: #151515;
	color: #fff;
}
.uk-button-secondary.uk-active,
.uk-button-secondary:active {
	background-color: #090909;
	color: #fff;
}
.uk-button-danger {
	background-color: #f0506e;
	color: #fff;
	border: 1px solid transparent;
}
.uk-button-danger:focus,
.uk-button-danger:hover {
	background-color: #ee395b;
	color: #fff;
}
.uk-button-danger.uk-active,
.uk-button-danger:active {
	background-color: #ec2147;
	color: #fff;
}
.uk-button-danger:disabled,
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled {
	background-color: transparent;
	color: #999;
	border-color: #000;
}
.uk-button-small {
	padding: 0 15px;
	line-height: 28px;
	font-size: 0.875rem;
}
.uk-button-large {
	padding: 0 20px;
	line-height: 53px;
	font-size: 0.875rem;
}
.uk-button-text {
	padding: 0;
	line-height: 1.5;
	background: none;
	color: #333;
	position: relative;
}
.uk-button-text:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: 1px solid #333;
	transition: right 0.3s ease-out;
}
.uk-button-text:focus,
.uk-button-text:hover {
	color: #333;
}
.uk-button-text:focus:before,
.uk-button-text:hover:before {
	right: 0;
}
.uk-button-text:disabled {
	color: #999;
}
.uk-button-text:disabled:before {
	display: none;
}
.uk-button-link {
	padding: 0;
	line-height: 1.5;
	background: none;
	color: #0071d7;
}
.uk-button-link:focus,
.uk-button-link:hover {
	color: #000;
	text-decoration: underline;
}
.uk-button-link:disabled {
	color: #999;
	text-decoration: none;
}
.uk-button-group {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
}
.uk-button-group > .uk-button:nth-child(n + 2),
.uk-button-group > div:nth-child(n + 2) .uk-button {
	margin-left: -1px;
}
.uk-button-group .uk-button.uk-active,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:hover {
	position: relative;
	z-index: 1;
}
.uk-section {
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 960px) {
	.uk-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.uk-section:after,
.uk-section:before {
	content: '';
	display: table;
}
.uk-section:after {
	clear: both;
}
.uk-section > :last-child {
	margin-bottom: 0;
}
.uk-section-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}
.uk-section-small {
	padding-top: 40px;
	padding-bottom: 40px;
}
.uk-section-large {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (min-width: 960px) {
	.uk-section-large {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
.uk-section-xlarge {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (min-width: 960px) {
	.uk-section-xlarge {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}
.uk-section-default {
	background: #fff;
}
.uk-section-muted {
	background: #f8f8f8;
}
.uk-section-primary {
	background: #1e87f0;
}
.uk-section-secondary {
	background: #222;
}
.uk-container {
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 640px) {
	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 960px) {
	.uk-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.uk-container:after,
.uk-container:before {
	content: '';
	display: table;
}
.uk-container:after {
	clear: both;
}
.uk-container > :last-child {
	margin-bottom: 0;
}
.uk-container .uk-container {
	padding-left: 0;
	padding-right: 0;
}
.uk-container-xsmall {
	max-width: 750px;
}
.uk-container-small {
	max-width: 900px;
}
.uk-container-large {
	max-width: 1400px;
}
.uk-container-xlarge {
	max-width: 1600px;
}
.uk-container-expand {
	max-width: none;
}
.uk-container-expand-left {
	margin-left: 0;
}
.uk-container-expand-right {
	margin-right: 0;
}
@media (min-width: 640px) {
	.uk-container-expand-left.uk-container-xsmall,
	.uk-container-expand-right.uk-container-xsmall {
		max-width: calc(50% + 345px);
	}
	.uk-container-expand-left.uk-container-small,
	.uk-container-expand-right.uk-container-small {
		max-width: calc(50% + 420px);
	}
}
@media (min-width: 960px) {
	.uk-container-expand-left,
	.uk-container-expand-right {
		max-width: calc(50% + 580px);
	}
	.uk-container-expand-left.uk-container-xsmall,
	.uk-container-expand-right.uk-container-xsmall {
		max-width: calc(50% + 355px);
	}
	.uk-container-expand-left.uk-container-small,
	.uk-container-expand-right.uk-container-small {
		max-width: calc(50% + 430px);
	}
	.uk-container-expand-left.uk-container-large,
	.uk-container-expand-right.uk-container-large {
		max-width: calc(50% + 680px);
	}
	.uk-container-expand-left.uk-container-xlarge,
	.uk-container-expand-right.uk-container-xlarge {
		max-width: calc(50% + 780px);
	}
}
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
	width: calc(100% + 15px);
}
.uk-container-item-padding-remove-left {
	margin-left: -15px;
}
.uk-container-item-padding-remove-right {
	margin-right: -15px;
}
@media (min-width: 640px) {
	.uk-container-item-padding-remove-left,
	.uk-container-item-padding-remove-right {
		width: calc(100% + 30px);
	}
	.uk-container-item-padding-remove-left {
		margin-left: -30px;
	}
	.uk-container-item-padding-remove-right {
		margin-right: -30px;
	}
}
@media (min-width: 960px) {
	.uk-container-item-padding-remove-left,
	.uk-container-item-padding-remove-right {
		width: calc(100% + 20px);
	}
	.uk-container-item-padding-remove-left {
		margin-left: -20px;
	}
	.uk-container-item-padding-remove-right {
		margin-right: -20px;
	}
}
.uk-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.uk-grid > * {
	margin: 0;
}
.uk-grid > * > :last-child {
	margin-bottom: 0;
}
.uk-grid {
	margin-left: -30px;
}
.uk-grid > * {
	padding-left: 30px;
}
* + .uk-grid-margin,
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin {
	margin-top: 30px;
}
@media (min-width: 1140px) {
	.uk-grid {
		margin-left: -20px;
	}
	.uk-grid > * {
		padding-left: 20px;
	}
	* + .uk-grid-margin,
	.uk-grid + .uk-grid,
	.uk-grid > .uk-grid-margin {
		margin-top: 20px;
	}
}
.uk-grid-column-small,
.uk-grid-small {
	margin-left: -15px;
}
.uk-grid-column-small > *,
.uk-grid-small > * {
	padding-left: 15px;
}
* + .uk-grid-margin-small,
.uk-grid + .uk-grid-row-small,
.uk-grid + .uk-grid-small,
.uk-grid-row-small > .uk-grid-margin,
.uk-grid-small > .uk-grid-margin {
	margin-top: 15px;
}
.uk-grid-column-medium,
.uk-grid-medium {
	margin-left: -30px;
}
.uk-grid-column-medium > *,
.uk-grid-medium > * {
	padding-left: 30px;
}
* + .uk-grid-margin-medium,
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin {
	margin-top: 30px;
}
.uk-grid-column-large,
.uk-grid-large {
	margin-left: -20px;
}
.uk-grid-column-large > *,
.uk-grid-large > * {
	padding-left: 20px;
}
* + .uk-grid-margin-large,
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin {
	margin-top: 20px;
}
@media (min-width: 1140px) {
	.uk-grid-column-large,
	.uk-grid-large {
		margin-left: -70px;
	}
	.uk-grid-column-large > *,
	.uk-grid-large > * {
		padding-left: 70px;
	}
	* + .uk-grid-margin-large,
	.uk-grid + .uk-grid-large,
	.uk-grid + .uk-grid-row-large,
	.uk-grid-large > .uk-grid-margin,
	.uk-grid-row-large > .uk-grid-margin {
		margin-top: 70px;
	}
}
.uk-grid-collapse,
.uk-grid-column-collapse {
	margin-left: 0;
}
.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
	padding-left: 0;
}
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
	margin-top: 0;
}
.uk-grid-divider > * {
	position: relative;
}
.uk-grid-divider > :not(.uk-first-column):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #000;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #000;
}
.uk-grid-divider {
	margin-left: -60px;
}
.uk-grid-divider > * {
	padding-left: 60px;
}
.uk-grid-divider > :not(.uk-first-column):before {
	left: 30px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin:before {
	top: -30px;
	left: 60px;
}
@media (min-width: 1140px) {
	.uk-grid-divider {
		margin-left: -40px;
	}
	.uk-grid-divider > * {
		padding-left: 40px;
	}
	.uk-grid-divider > :not(.uk-first-column):before {
		left: 20px;
	}
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
		margin-top: 40px;
	}
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin:before {
		top: -20px;
		left: 40px;
	}
}
.uk-grid-divider.uk-grid-column-small,
.uk-grid-divider.uk-grid-small {
	margin-left: -30px;
}
.uk-grid-divider.uk-grid-column-small > *,
.uk-grid-divider.uk-grid-small > * {
	padding-left: 30px;
}
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column):before,
.uk-grid-divider.uk-grid-small > :not(.uk-first-column):before {
	left: 15px;
}
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
	margin-top: 30px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin:before {
	top: -15px;
	left: 30px;
}
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin:before {
	top: -15px;
}
.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin:before {
	left: 30px;
}
.uk-grid-divider.uk-grid-column-medium,
.uk-grid-divider.uk-grid-medium {
	margin-left: -60px;
}
.uk-grid-divider.uk-grid-column-medium > *,
.uk-grid-divider.uk-grid-medium > * {
	padding-left: 60px;
}
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column):before,
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column):before {
	left: 30px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin:before {
	top: -30px;
	left: 60px;
}
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin:before {
	top: -30px;
}
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin:before {
	left: 60px;
}
.uk-grid-divider.uk-grid-column-large,
.uk-grid-divider.uk-grid-large {
	margin-left: -40px;
}
.uk-grid-divider.uk-grid-column-large > *,
.uk-grid-divider.uk-grid-large > * {
	padding-left: 40px;
}
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column):before,
.uk-grid-divider.uk-grid-large > :not(.uk-first-column):before {
	left: 20px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
	margin-top: 40px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin:before {
	top: -20px;
	left: 40px;
}
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin:before {
	top: -20px;
}
.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin:before {
	left: 40px;
}
@media (min-width: 1140px) {
	.uk-grid-divider.uk-grid-column-large,
	.uk-grid-divider.uk-grid-large {
		margin-left: -140px;
	}
	.uk-grid-divider.uk-grid-column-large > *,
	.uk-grid-divider.uk-grid-large > * {
		padding-left: 140px;
	}
	.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column):before,
	.uk-grid-divider.uk-grid-large > :not(.uk-first-column):before {
		left: 70px;
	}
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
	.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
		margin-top: 140px;
	}
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin:before {
		top: -70px;
		left: 140px;
	}
	.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin:before {
		top: -70px;
	}
	.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin:before {
		left: 140px;
	}
}
.uk-grid-item-match,
.uk-grid-match > * {
	display: flex;
	flex-wrap: wrap;
}
.uk-grid-item-match > :not([class*='uk-width']),
.uk-grid-match > * > :not([class*='uk-width']) {
	box-sizing: border-box;
	width: 100%;
	flex: auto;
}
.uk-tile {
	position: relative;
	box-sizing: border-box;
	padding: 40px 15px;
}
@media (min-width: 640px) {
	.uk-tile {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 960px) {
	.uk-tile {
		padding: 70px 20px;
	}
}
.uk-tile:after,
.uk-tile:before {
	content: '';
	display: table;
}
.uk-tile:after {
	clear: both;
}
.uk-tile > :last-child {
	margin-bottom: 0;
}
.uk-tile-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}
.uk-tile-small {
	padding-top: 40px;
	padding-bottom: 40px;
}
.uk-tile-large {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (min-width: 960px) {
	.uk-tile-large {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
.uk-tile-xlarge {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (min-width: 960px) {
	.uk-tile-xlarge {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}
.uk-tile-default {
	background: #fff;
}
.uk-tile-muted {
	background: #f8f8f8;
}
.uk-tile-primary {
	background: #1e87f0;
}
.uk-tile-secondary {
	background: #222;
}
.uk-card {
	position: relative;
	box-sizing: border-box;
	transition: box-shadow 0.1s ease-in-out;
}
.uk-card-body {
	padding: 30px;
}
.uk-card-footer,
.uk-card-header {
	padding: 15px 30px;
}
@media (min-width: 1140px) {
	.uk-card-body {
		padding: 20px;
	}
	.uk-card-footer,
	.uk-card-header {
		padding: 10px 20px;
	}
}
.uk-card-body:after,
.uk-card-body:before,
.uk-card-footer:after,
.uk-card-footer:before,
.uk-card-header:after,
.uk-card-header:before {
	content: '';
	display: table;
}
.uk-card-body:after,
.uk-card-footer:after,
.uk-card-header:after {
	clear: both;
}
.uk-card-body > :last-child,
.uk-card-footer > :last-child,
.uk-card-header > :last-child {
	margin-bottom: 0;
}
.uk-card-title {
	font-size: 1.5rem;
	line-height: 1.4;
}
.uk-card-badge {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}
.uk-card-badge:first-child + * {
	margin-top: 0;
}
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
	background: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-default {
	background: #fff;
	color: #2f5f00;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-default .uk-card-title {
	color: #333;
}
.uk-card-default.uk-card-hover:hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-default .uk-card-header {
	border-bottom: 1px solid #000;
}
.uk-card-default .uk-card-footer {
	border-top: 1px solid #000;
}
.uk-card-primary {
	background: #1e87f0;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-primary .uk-card-title {
	color: #fff;
}
.uk-card-primary.uk-card-hover:hover {
	background-color: #1e87f0;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-secondary {
	background: #222;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-secondary .uk-card-title {
	color: #fff;
}
.uk-card-secondary.uk-card-hover:hover {
	background-color: #222;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
	padding: 20px;
}
.uk-card-small .uk-card-footer,
.uk-card-small .uk-card-header {
	padding: 13px 20px;
}
@media (min-width: 1140px) {
	.uk-card-large.uk-card-body,
	.uk-card-large .uk-card-body {
		padding: 70px;
	}
	.uk-card-large .uk-card-footer,
	.uk-card-large .uk-card-header {
		padding: 35px 70px;
	}
}
.uk-card-body > .uk-nav-default {
	margin-left: -30px;
	margin-right: -30px;
}
.uk-card-body > .uk-nav-default:only-child {
	margin-top: -15px;
	margin-bottom: -15px;
}
.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-body .uk-nav-default > li > a {
	padding-left: 30px;
	padding-right: 30px;
}
.uk-card-body .uk-nav-default .uk-nav-sub {
	padding-left: 45px;
}
@media (min-width: 1140px) {
	.uk-card-body > .uk-nav-default {
		margin-left: -20px;
		margin-right: -20px;
	}
	.uk-card-body > .uk-nav-default:only-child {
		margin-top: -5px;
		margin-bottom: -5px;
	}
	.uk-card-body .uk-nav-default .uk-nav-divider,
	.uk-card-body .uk-nav-default .uk-nav-header,
	.uk-card-body .uk-nav-default > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.uk-card-body .uk-nav-default .uk-nav-sub {
		padding-left: 35px;
	}
}
.uk-card-small > .uk-nav-default {
	margin-left: -20px;
	margin-right: -20px;
}
.uk-card-small > .uk-nav-default:only-child {
	margin-top: -5px;
	margin-bottom: -5px;
}
.uk-card-small .uk-nav-default .uk-nav-divider,
.uk-card-small .uk-nav-default .uk-nav-header,
.uk-card-small .uk-nav-default > li > a {
	padding-left: 20px;
	padding-right: 20px;
}
.uk-card-small .uk-nav-default .uk-nav-sub {
	padding-left: 35px;
}
@media (min-width: 1140px) {
	.uk-card-large > .uk-nav-default,
	.uk-card-large > .uk-nav-default:only-child {
		margin: 0;
	}
	.uk-card-large .uk-nav-default .uk-nav-divider,
	.uk-card-large .uk-nav-default .uk-nav-header,
	.uk-card-large .uk-nav-default > li > a {
		padding-left: 0;
		padding-right: 0;
	}
	.uk-card-large .uk-nav-default .uk-nav-sub {
		padding-left: 15px;
	}
}
.uk-close {
	color: #999;
	transition: 0.1s ease-in-out;
	transition-property: color, opacity;
}
.uk-close:focus,
.uk-close:hover {
	color: #2f5f00;
	outline: none;
}
.uk-spinner > * {
	animation: uk-spinner-rotate 1.4s linear infinite;
}
@keyframes uk-spinner-rotate {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(270deg);
	}
}
.uk-spinner > * > * {
	stroke-dasharray: 88px;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: uk-spinner-dash 1.4s ease-in-out infinite;
	stroke-width: 1;
	stroke-linecap: round;
}
@keyframes uk-spinner-dash {
	0% {
		stroke-dashoffset: 88px;
	}
	50% {
		stroke-dashoffset: 22px;
		transform: rotate(135deg);
	}
	to {
		stroke-dashoffset: 88px;
		transform: rotate(450deg);
	}
}
.uk-totop {
	padding: 5px;
	color: #999;
	transition: color 0.1s ease-in-out;
}
.uk-totop:focus,
.uk-totop:hover {
	color: #2f5f00;
	outline: none;
}
.uk-totop:active {
	color: #333;
}
.uk-marker {
	padding: 5px;
	background: #222;
	color: #fff;
	border-radius: 500px;
}
.uk-marker:focus,
.uk-marker:hover {
	color: #fff;
	outline: none;
}
.uk-alert {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 29px 15px 15px;
	background: #f8f8f8;
	color: #2f5f00;
}
* + .uk-alert {
	margin-top: 20px;
}
.uk-alert > :last-child {
	margin-bottom: 0;
}
.uk-alert-close {
	position: absolute;
	top: 20px;
	right: 15px;
	color: inherit;
	opacity: 0.4;
}
.uk-alert-close:first-child + * {
	margin-top: 0;
}
.uk-alert-close:focus,
.uk-alert-close:hover {
	color: inherit;
	opacity: 0.8;
}
.uk-alert-primary {
	background: #d8eafc;
	color: #1e87f0;
}
.uk-alert-success {
	background: #edfbf6;
	color: #32d296;
}
.uk-alert-warning {
	background: #fef5ee;
	color: #faa05a;
}
.uk-alert-danger {
	background: #fef4f6;
	color: #f0506e;
}
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
	color: inherit;
}
.uk-alert a:not([class]),
.uk-alert a:not([class]):hover {
	color: inherit;
	text-decoration: underline;
}
.uk-label {
	display: inline-block;
	padding: 0 10px;
	background: #1e87f0;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 2px;
	text-transform: uppercase;
}
.uk-label-success {
	background-color: #32d296;
	color: #fff;
}
.uk-label-warning {
	background-color: #faa05a;
	color: #fff;
}
.uk-label-danger {
	background-color: #f0506e;
	color: #fff;
}
.uk-overlay {
	padding: 30px;
}
.uk-overlay > :last-child {
	margin-bottom: 0;
}
.uk-overlay-default {
	background: hsla(0, 0%, 100%, 0.8);
}
.uk-overlay-primary {
	background: rgba(34, 34, 34, 0.8);
}
.uk-article:after,
.uk-article:before {
	content: '';
	display: table;
}
.uk-article:after {
	clear: both;
}
.uk-article > :last-child {
	margin-bottom: 0;
}
.uk-article + .uk-article {
	margin-top: 70px;
}
.uk-article-title {
	font-size: 2.23125rem;
	line-height: 1.2;
}
@media (min-width: 960px) {
	.uk-article-title {
		font-size: 2.625rem;
	}
}
.uk-article-meta {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #999;
}
.uk-article-meta a {
	color: #999;
}
.uk-article-meta a:hover {
	color: #2f5f00;
	text-decoration: none;
}
.uk-search {
	display: inline-block;
	position: relative;
	max-width: 100%;
	margin: 0;
}
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.uk-search-input::-moz-placeholder {
	opacity: 1;
}
.uk-search-input {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
	overflow: visible;
	-webkit-appearance: none;
	vertical-align: middle;
	width: 100%;
	border: none;
	color: #2f5f00;
}
.uk-search-input:focus {
	outline: none;
}
.uk-search-input:-ms-input-placeholder {
	color: #999 !important;
}
.uk-search-input::placeholder {
	color: #999;
}
.uk-search-icon:focus {
	outline: none;
}
.uk-search .uk-search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999;
}
.uk-search .uk-search-icon:hover {
	color: #999;
}
.uk-search .uk-search-icon:not(a):not(button):not(input) {
	pointer-events: none;
}
.uk-search .uk-search-icon-flip {
	right: 0;
	left: auto;
}
.uk-search-default {
	width: 180px;
}
.uk-search-default .uk-search-input {
	height: 40px;
	padding-left: 6px;
	padding-right: 6px;
	background: transparent;
	border: 1px solid #000;
}
.uk-search-default .uk-search-input:focus {
	background-color: transparent;
}
.uk-search-default .uk-search-icon {
	width: 40px;
}
.uk-search-default
	.uk-search-icon:not(.uk-search-icon-flip)
	~ .uk-search-input {
	padding-left: 40px;
}
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 40px;
}
.uk-search-navbar {
	width: 400px;
}
.uk-search-navbar .uk-search-input {
	height: 40px;
	background: transparent;
	font-size: 1.5rem;
}
.uk-search-navbar .uk-search-icon {
	width: 40px;
}
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 40px;
}
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 40px;
}
.uk-search-large {
	width: 500px;
}
.uk-search-large .uk-search-input {
	height: 80px;
	background: transparent;
	font-size: 2.625rem;
}
.uk-search-large .uk-search-icon {
	width: 80px;
}
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
	padding-left: 80px;
}
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
	padding-right: 80px;
}
.uk-search-toggle {
	color: #999;
}
.uk-search-toggle:focus,
.uk-search-toggle:hover {
	color: #2f5f00;
}
.uk-nav,
.uk-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.uk-nav li > a {
	display: block;
	text-decoration: none;
}
.uk-nav li > a:focus {
	outline: none;
}
.uk-nav > li > a {
	padding: 5px 0;
}
ul.uk-nav-sub {
	padding: 5px 0 5px 15px;
}
.uk-nav-sub ul {
	padding-left: 15px;
}
.uk-nav-sub a {
	padding: 2px 0;
}
.uk-nav-parent-icon > .uk-parent > a:after {
	content: '';
	width: 1.5em;
	height: 1.5em;
	float: right;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%232F5F00' stroke-width='1.1' d='M10 1L4 7l6 6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%232F5F00' stroke-width='1.1' d='M1 4l6 6 6-6'/%3E%3C/svg%3E");
}
.uk-nav-header {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 0.875rem;
}
.uk-nav-header:not(:first-child) {
	margin-top: 20px;
}
.uk-nav-divider {
	margin: 5px 0;
}
.uk-nav-default {
	font-size: 0.875rem;
}
.uk-nav-default > li > a {
	color: #999;
}
.uk-nav-default > li > a:focus,
.uk-nav-default > li > a:hover {
	color: #2f5f00;
}
.uk-nav-default .uk-nav-header,
.uk-nav-default > li.uk-active > a {
	color: #333;
}
.uk-nav-default .uk-nav-divider {
	border-top: 1px solid #000;
}
.uk-nav-default .uk-nav-sub a {
	color: #999;
}
.uk-nav-default .uk-nav-sub a:focus,
.uk-nav-default .uk-nav-sub a:hover {
	color: #2f5f00;
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #333;
}
.uk-nav-primary > li > a {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #999;
}
.uk-nav-primary > li > a:focus,
.uk-nav-primary > li > a:hover {
	color: #2f5f00;
}
.uk-nav-primary .uk-nav-header,
.uk-nav-primary > li.uk-active > a {
	color: #333;
}
.uk-nav-primary .uk-nav-divider {
	border-top: 1px solid #000;
}
.uk-nav-primary .uk-nav-sub a {
	color: #999;
}
.uk-nav-primary .uk-nav-sub a:focus,
.uk-nav-primary .uk-nav-sub a:hover {
	color: #2f5f00;
}
.uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #333;
}
.uk-nav-center {
	text-align: center;
}
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
	padding-left: 0;
}
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a:after {
	position: absolute;
}
.uk-navbar {
	display: flex;
	position: relative;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #f8f8f8;
}
.uk-navbar-container > :after,
.uk-navbar-container > :before {
	display: none !important;
}
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > *,
.uk-navbar-left,
.uk-navbar-right {
	display: flex;
	align-items: center;
}
.uk-navbar-right {
	margin-left: auto;
}
.uk-navbar-center:only-child {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.uk-navbar-center:not(:only-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	box-sizing: border-box;
	z-index: 990;
}
.uk-navbar-center-left,
.uk-navbar-center-right {
	position: absolute;
	top: 0;
}
.uk-navbar-center-left {
	right: 100%;
}
.uk-navbar-center-right {
	left: 100%;
}
[class*='uk-navbar-center-'] {
	width: max-content;
	box-sizing: border-box;
}
.uk-navbar-nav {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.uk-navbar-center:only-child,
.uk-navbar-left,
.uk-navbar-right {
	flex-wrap: wrap;
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	min-height: 80px;
	padding: 0 15px;
	font-size: 14pt;
	font-family: Open Sans, sans-serif;
	text-decoration: none;
}
.uk-navbar-nav > li > a {
	text-transform: uppercase;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a.uk-open,
.uk-navbar-nav > li > a:focus {
	color: #2f5f00;
	outline: none;
}
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li > a:active {
	color: #333;
}
.uk-navbar-item {
	color: #2f5f00;
}
.uk-navbar-toggle {
	color: #333;
}
.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover {
	color: #2f5f00;
}
.uk-navbar-subtitle {
	font-size: 0.875rem;
}
.uk-navbar-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 200px;
	padding: 25px;
	background: #fff;
	color: #2f5f00;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-navbar-dropdown.uk-open {
	display: block;
}
[class*='uk-navbar-dropdown-top'] {
	margin-top: -15px;
}
[class*='uk-navbar-dropdown-bottom'] {
	margin-top: 15px;
}
[class*='uk-navbar-dropdown-left'] {
	margin-left: -15px;
}
[class*='uk-navbar-dropdown-right'] {
	margin-left: 15px;
}
.uk-navbar-dropdown-grid {
	margin-left: -50px;
}
.uk-navbar-dropdown-grid > * {
	padding-left: 50px;
}
.uk-navbar-dropdown-grid > .uk-grid-margin {
	margin-top: 50px;
}
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
	width: 100% !important;
}
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
	width: 400px;
}
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
	width: 600px;
}
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
	width: 800px;
}
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
	width: 1000px;
}
.uk-navbar-dropdown-dropbar {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.uk-navbar-dropdown-nav {
	font-size: 0.875rem;
}
.uk-navbar-dropdown-nav > li > a {
	color: #333;
}
.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover {
	color: #2f5f00;
}
.uk-navbar-dropdown-nav .uk-nav-header,
.uk-navbar-dropdown-nav > li.uk-active > a {
	color: #333;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #000;
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
	color: #999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:focus,
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
	color: #2f5f00;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #333;
}
.uk-navbar-dropbar {
	background: #fff;
}
.uk-navbar-dropbar-slide {
	position: absolute;
	z-index: 980;
	left: 0;
	right: 0;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}
.uk-navbar-container > .uk-container .uk-navbar-left {
	margin-left: -15px;
	margin-right: -15px;
}
.uk-navbar-container > .uk-container .uk-navbar-right {
	margin-right: -15px;
}
.uk-navbar-dropdown-grid > * {
	position: relative;
}
.uk-navbar-dropdown-grid > :not(.uk-first-column):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	border-left: 1px solid #000;
}
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin:before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50px;
	right: 0;
	border-top: 1px solid #000;
}
.uk-subnav {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}
.uk-subnav > * {
	flex: none;
	padding-left: 20px;
	position: relative;
}
.uk-subnav > * > :first-child {
	color: #999;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.uk-subnav > * > a:focus,
.uk-subnav > * > a:hover {
	color: #2f5f00;
	text-decoration: none;
	outline: none;
}
.uk-subnav > .uk-active > a {
	color: #333;
}
.uk-subnav-divider > * {
	display: flex;
	align-items: center;
}
.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column):before {
	content: '';
	height: 1.5em;
	margin-left: 0;
	margin-right: 20px;
	border-left: 1px solid #000;
}
.uk-subnav-pill > * > :first-child {
	padding: 5px 10px;
	background: transparent;
	color: #999;
}
.uk-subnav-pill > * > a:active,
.uk-subnav-pill > * > a:focus,
.uk-subnav-pill > * > a:hover {
	background-color: #f8f8f8;
	color: #2f5f00;
}
.uk-subnav-pill > .uk-active > a {
	background-color: #1e87f0;
	color: #fff;
}
.uk-subnav > .uk-disabled > a {
	color: #999;
}
.uk-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}
.uk-breadcrumb > * {
	flex: none;
}
.uk-breadcrumb > * > * {
	font-size: 0.875rem;
	color: #999;
}
.uk-breadcrumb > * > :focus,
.uk-breadcrumb > * > :hover {
	color: #2f5f00;
	text-decoration: none;
}
.uk-breadcrumb > :last-child > * {
	color: #2f5f00;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column):before {
	margin: 0 20px;
	color: #999;
}
.uk-pagination {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}
.uk-pagination > * {
	flex: none;
	padding-left: 20px;
	position: relative;
}
.uk-pagination > * > * {
	display: block;
	color: #999;
	transition: color 0.1s ease-in-out;
}
.uk-pagination > * > :focus,
.uk-pagination > * > :hover {
	color: #2f5f00;
	text-decoration: none;
}
.uk-pagination > .uk-active > * {
	color: #2f5f00;
}
.uk-pagination > .uk-disabled > * {
	color: #999;
}
.uk-tab {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
	position: relative;
}
.uk-tab:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 1px solid #000;
}
.uk-tab > * {
	flex: none;
	padding-left: 20px;
	position: relative;
}
.uk-tab > * > a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	color: #999;
	border-bottom: 1px solid transparent;
	font-size: 0.875rem;
	text-transform: none;
	transition: color 0.1s ease-in-out;
}
.uk-tab > * > a:focus,
.uk-tab > * > a:hover {
	color: #2f5f00;
	text-decoration: none;
}
.uk-tab > .uk-active > a {
	color: #333;
	border-color: #1e87f0;
}
.uk-tab > .uk-disabled > a {
	color: #999;
}
.uk-tab-bottom:before {
	top: 0;
	bottom: auto;
}
.uk-tab-bottom > * > a {
	border-top: 1px solid transparent;
	border-bottom: none;
}
.uk-tab-left,
.uk-tab-right {
	flex-direction: column;
	margin-left: 0;
}
.uk-tab-left > *,
.uk-tab-right > * {
	padding-left: 0;
}
.uk-tab-left:before {
	left: auto;
	right: 0;
}
.uk-tab-left:before,
.uk-tab-right:before {
	top: 0;
	bottom: 0;
	border-left: 1px solid #000;
	border-bottom: none;
}
.uk-tab-right:before {
	left: 0;
	right: auto;
}
.uk-tab-left > * > a {
	text-align: left;
	border-right: 1px solid transparent;
	border-bottom: none;
}
.uk-tab-right > * > a {
	text-align: left;
	border-left: 1px solid transparent;
	border-bottom: none;
}
.uk-tab .uk-dropdown {
	margin-left: 30px;
}
.uk-slidenav {
	padding: 5px 10px;
	color: rgba(47, 95, 0, 0.5);
	transition: color 0.1s ease-in-out;
}
.uk-slidenav:focus,
.uk-slidenav:hover {
	color: rgba(47, 95, 0, 0.9);
	outline: none;
}
.uk-slidenav:active {
	color: rgba(47, 95, 0, 0.5);
}
.uk-slidenav-large {
	padding: 10px;
}
.uk-dotnav,
.uk-slidenav-container {
	display: flex;
}
.uk-dotnav {
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin: 0 0 0 -12px;
}
.uk-dotnav > * {
	flex: none;
	padding-left: 12px;
}
.uk-dotnav > * > * {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid rgba(47, 95, 0, 0.4);
	transition: 0.2s ease-in-out;
	transition-property: background-color, border-color;
}
.uk-dotnav > * > :focus,
.uk-dotnav > * > :hover {
	background-color: rgba(47, 95, 0, 0.6);
	outline: none;
	border-color: transparent;
}
.uk-dotnav > * > :active {
	background-color: rgba(47, 95, 0, 0.2);
	border-color: transparent;
}
.uk-dotnav > .uk-active > * {
	background-color: rgba(47, 95, 0, 0.6);
	border-color: transparent;
}
.uk-dotnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -12px;
}
.uk-dotnav-vertical > * {
	padding-left: 0;
	padding-top: 12px;
}
.uk-thumbnav {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin: 0 0 0 -15px;
}
.uk-thumbnav > * {
	padding-left: 15px;
}
.uk-thumbnav > * > * {
	display: inline-block;
	position: relative;
}
.uk-thumbnav > * > :after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: hsla(0, 0%, 100%, 0.4);
	transition: background-color 0.1s ease-in-out;
}
.uk-thumbnav > * > :focus,
.uk-thumbnav > * > :hover {
	outline: none;
}
.uk-thumbnav > * > :focus:after,
.uk-thumbnav > * > :hover:after,
.uk-thumbnav > .uk-active > :after {
	background-color: transparent;
}
.uk-thumbnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -15px;
}
.uk-thumbnav-vertical > * {
	padding-left: 0;
	padding-top: 15px;
}
.uk-accordion {
	padding: 0;
	list-style: none;
}
.uk-accordion > :nth-child(n + 2) {
	margin-top: 20px;
}
.uk-accordion-title {
	display: block;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
}
.uk-accordion-title:before {
	content: '';
	width: 1.4em;
	height: 1.4em;
	margin-left: 10px;
	float: right;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.03' d='M16 7l-6 6-6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.uk-open > .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.03' d='M4 13l6-6 6 6'/%3E%3C/svg%3E");
}
.uk-accordion-title:focus,
.uk-accordion-title:hover {
	color: #2f5f00;
	text-decoration: none;
	outline: none;
}
.uk-accordion-content {
	margin-top: 20px;
}
.uk-accordion-content:after,
.uk-accordion-content:before {
	content: '';
	display: table;
}
.uk-accordion-content:after {
	clear: both;
}
.uk-accordion-content > :last-child {
	margin-bottom: 0;
}
.uk-drop {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	width: 300px;
}
.uk-drop.uk-open {
	display: block;
}
[class*='uk-drop-top'] {
	margin-top: -20px;
}
[class*='uk-drop-bottom'] {
	margin-top: 20px;
}
[class*='uk-drop-left'] {
	margin-left: -20px;
}
[class*='uk-drop-right'] {
	margin-left: 20px;
}
.uk-drop-stack .uk-drop-grid > * {
	width: 100% !important;
}
.uk-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	min-width: 200px;
	padding: 25px;
	background: #fff;
	color: #2f5f00;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-dropdown.uk-open {
	display: block;
}
.uk-dropdown-nav {
	white-space: nowrap;
	font-size: 0.875rem;
}
.uk-dropdown-nav > li > a {
	color: #999;
}
.uk-dropdown-nav > li.uk-active > a,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li > a:hover {
	color: #2f5f00;
}
.uk-dropdown-nav .uk-nav-header {
	color: #333;
}
.uk-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #000;
}
.uk-dropdown-nav .uk-nav-sub a {
	color: #999;
}
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #2f5f00;
}
[class*='uk-dropdown-top'] {
	margin-top: -10px;
}
[class*='uk-dropdown-bottom'] {
	margin-top: 10px;
}
[class*='uk-dropdown-left'] {
	margin-left: -10px;
}
[class*='uk-dropdown-right'] {
	margin-left: 10px;
}
.uk-dropdown-stack .uk-dropdown-grid > * {
	width: 100% !important;
}
.uk-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15px;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
	.uk-modal {
		padding: 50px 30px;
	}
}
@media (min-width: 960px) {
	.uk-modal {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.uk-modal.uk-open {
	opacity: 1;
}
.uk-modal-page {
	overflow: hidden;
}
.uk-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	max-width: calc(100% - 0.01px) !important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: 0.3s linear;
	transition-property: opacity, transform;
}
.uk-open > .uk-modal-dialog {
	opacity: 1;
	transform: translateY(0);
}
.uk-modal-container .uk-modal-dialog {
	width: 1200px;
}
.uk-modal-full {
	padding: 0;
	background: none;
}
.uk-modal-full .uk-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
}
.uk-modal-body {
	padding: 30px;
}
.uk-modal-header {
	padding: 15px 30px;
	background: #fff;
	border-bottom: 1px solid #000;
}
.uk-modal-footer {
	padding: 15px 30px;
	background: #fff;
	border-top: 1px solid #000;
}
.uk-modal-body:after,
.uk-modal-body:before,
.uk-modal-footer:after,
.uk-modal-footer:before,
.uk-modal-header:after,
.uk-modal-header:before {
	content: '';
	display: table;
}
.uk-modal-body:after,
.uk-modal-footer:after,
.uk-modal-header:after {
	clear: both;
}
.uk-modal-body > :last-child,
.uk-modal-footer > :last-child,
.uk-modal-header > :last-child {
	margin-bottom: 0;
}
.uk-modal-title {
	font-size: 2rem;
	line-height: 1.3;
}
[class*='uk-modal-close-'] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px;
}
[class*='uk-modal-close-']:first-child + * {
	margin-top: 0;
}
.uk-modal-close-outside {
	top: 0;
	right: -5px;
	transform: translateY(-100%);
	color: #fff;
}
.uk-modal-close-outside:hover {
	color: #fff;
}
@media (min-width: 960px) {
	.uk-modal-close-outside {
		right: 0;
		transform: translate(100%, -100%);
	}
}
.uk-modal-close-full {
	top: 0;
	right: 0;
	padding: 20px;
	background: #fff;
}
.uk-lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: #000;
	opacity: 0;
	transition: opacity 0.15s linear;
}
.uk-lightbox.uk-open {
	display: block;
	opacity: 1;
}
.uk-lightbox-page {
	overflow: hidden;
}
.uk-lightbox-items > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	color: hsla(0, 0%, 100%, 0.7);
	will-change: transform, opacity;
}
.uk-lightbox-items > * > * {
	max-width: 100vw;
	max-height: 100vh;
}
.uk-lightbox-items > :focus {
	outline: none;
}
.uk-lightbox-items > * > :not(iframe) {
	width: auto;
	height: auto;
}
.uk-lightbox-items > .uk-active {
	display: flex;
}
.uk-lightbox-toolbar {
	background: rgba(0, 0, 0, 0.3);
}
.uk-lightbox-toolbar > * {
	color: hsla(0, 0%, 100%, 0.7);
}
.uk-lightbox-toolbar-icon {
	padding: 5px;
	color: hsla(0, 0%, 100%, 0.7);
}
.uk-lightbox-toolbar-icon:hover {
	color: #fff;
}
.uk-lightbox-button {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	color: hsla(0, 0%, 100%, 0.7);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.uk-lightbox-button:hover {
	color: #fff;
}
.uk-lightbox-iframe {
	width: 80%;
	height: 80%;
}
.uk-slideshow {
	-webkit-tap-highlight-color: transparent;
}
.uk-slideshow-items {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-touch-callout: none;
}
.uk-slideshow-items > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	will-change: transform, opacity;
	touch-action: pan-y;
}
.uk-slideshow-items > :focus {
	outline: none;
}
.uk-slideshow-items > :not(.uk-active) {
	display: none;
}
.uk-slider {
	-webkit-tap-highlight-color: transparent;
}
.uk-slider-container {
	overflow: hidden;
}
.uk-slider-items {
	will-change: transform;
	position: relative;
}
.uk-slider-items:not(.uk-grid) {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
	flex-wrap: nowrap;
}
.uk-slider-items > * {
	flex: none;
	position: relative;
	touch-action: pan-y;
}
.uk-slider-items > :focus {
	outline: none;
}
.uk-sticky-fixed {
	z-index: 980;
	box-sizing: border-box;
	margin: 0 !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.uk-sticky.uk-animation-reverse,
.uk-sticky[class*='uk-animation-'] {
	animation-duration: 0.2s;
}
.uk-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.uk-offcanvas-flip .uk-offcanvas {
	right: 0;
	left: auto;
}
.uk-offcanvas-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -270px;
	box-sizing: border-box;
	width: 270px;
	padding: 20px;
	background: #222;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
@media (min-width: 960px) {
	.uk-offcanvas-bar {
		left: -350px;
		width: 350px;
		padding: 20px;
	}
}
.uk-offcanvas-flip .uk-offcanvas-bar {
	left: auto;
	right: -270px;
}
@media (min-width: 960px) {
	.uk-offcanvas-flip .uk-offcanvas-bar {
		right: -350px;
	}
}
.uk-open > .uk-offcanvas-bar {
	left: 0;
}
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
	left: auto;
	right: 0;
}
.uk-offcanvas-bar-animation {
	transition: left 0.3s ease-out;
}
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
	transition-property: right;
}
.uk-offcanvas-reveal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	transition: width 0.3s ease-out;
}
.uk-offcanvas-reveal .uk-offcanvas-bar {
	left: 0;
}
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
	left: auto;
	right: 0;
}
.uk-open > .uk-offcanvas-reveal {
	width: 270px;
}
@media (min-width: 960px) {
	.uk-open > .uk-offcanvas-reveal {
		width: 350px;
	}
}
.uk-offcanvas-flip .uk-offcanvas-reveal {
	right: 0;
	left: auto;
}
.uk-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 20px;
	padding: 5px;
}
.uk-offcanvas-overlay {
	width: 100vw;
	touch-action: none;
}
.uk-offcanvas-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity 0.15s linear;
}
.uk-offcanvas-overlay.uk-open:before {
	opacity: 1;
}
.uk-offcanvas-container,
.uk-offcanvas-page {
	overflow-x: hidden;
}
.uk-offcanvas-container {
	position: relative;
	left: 0;
	transition: left 0.3s ease-out;
	box-sizing: border-box;
	width: 100%;
}
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
	left: 270px;
}
.uk-offcanvas-flip.uk-offcanvas-container-animation {
	left: -270px;
}
@media (min-width: 960px) {
	:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
		left: 350px;
	}
	.uk-offcanvas-flip.uk-offcanvas-container-animation {
		left: -350px;
	}
}
.uk-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
}
.uk-switcher > :not(.uk-active) {
	display: none;
}
.uk-switcher > * > :last-child {
	margin-bottom: 0;
}
.uk-iconnav {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin: 0 0 0 -10px;
}
.uk-iconnav > * {
	padding-left: 10px;
}
.uk-iconnav > * > a {
	display: block;
	color: #999;
}
.uk-iconnav > * > a:focus,
.uk-iconnav > * > a:hover {
	color: #2f5f00;
	outline: none;
}
.uk-iconnav > .uk-active > a {
	color: #2f5f00;
}
.uk-iconnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -10px;
}
.uk-iconnav-vertical > * {
	padding-left: 0;
	padding-top: 10px;
}
.uk-notification {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 350px;
}
.uk-notification-bottom-right,
.uk-notification-top-right {
	left: auto;
	right: 10px;
}
.uk-notification-bottom-center,
.uk-notification-top-center {
	left: 50%;
	margin-left: -175px;
}
.uk-notification-bottom-center,
.uk-notification-bottom-left,
.uk-notification-bottom-right {
	top: auto;
	bottom: 10px;
}
@media (max-width: 639px) {
	.uk-notification {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0;
	}
}
.uk-notification-message {
	position: relative;
	padding: 15px;
	background: #f8f8f8;
	color: #2f5f00;
	font-size: 1.25rem;
	line-height: 1.4;
	cursor: pointer;
}
* + .uk-notification-message {
	margin-top: 10px;
}
.uk-notification-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 15px;
}
.uk-notification-message:hover .uk-notification-close {
	display: block;
}
.uk-notification-message-primary {
	color: #1e87f0;
}
.uk-notification-message-success {
	color: #32d296;
}
.uk-notification-message-warning {
	color: #faa05a;
}
.uk-notification-message-danger {
	color: #f0506e;
}
.uk-tooltip {
	display: none;
	position: absolute;
	z-index: 1030;
	box-sizing: border-box;
	max-width: 200px;
	padding: 3px 6px;
	background: #fff;
	border-radius: 2px;
	color: #2f5f00;
	font-size: 12px;
	box-shadow: 0 2px 16px 0 rgba(67, 67, 67, 0.5);
}
.uk-tooltip.uk-active {
	display: block;
}
[class*='uk-tooltip-top'] {
	margin-top: -10px;
}
[class*='uk-tooltip-bottom'] {
	margin-top: 10px;
}
[class*='uk-tooltip-left'] {
	margin-left: -10px;
}
[class*='uk-tooltip-right'] {
	margin-left: 10px;
}
.uk-placeholder {
	margin-bottom: 20px;
	padding: 30px;
	background: transparent;
	border: 1px dashed #000;
}
* + .uk-placeholder {
	margin-top: 20px;
}
.uk-placeholder > :last-child {
	margin-bottom: 0;
}
.uk-sortable {
	position: relative;
}
.uk-sortable svg {
	pointer-events: none;
}
.uk-sortable > :last-child {
	margin-bottom: 0;
}
.uk-sortable-drag {
	position: absolute !important;
	z-index: 1050 !important;
	pointer-events: none;
}
.uk-sortable-placeholder {
	opacity: 0;
	pointer-events: none;
}
.uk-sortable-empty {
	min-height: 50px;
}
.uk-sortable-handle:hover {
	cursor: move;
}
[class*='uk-animation-'] {
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}
.uk-animation-fade {
	animation-name: uk-fade;
	animation-duration: 0.8s;
	animation-timing-function: linear;
}
.uk-animation-scale-up {
	animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
	animation-name: uk-fade-scale-18;
}
.uk-animation-slide-top {
	animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
	animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
	animation-name: uk-fade-left;
}
.uk-animation-slide-right {
	animation-name: uk-fade-right;
}
.uk-animation-slide-top-small {
	animation-name: uk-fade-top-small;
}
.uk-animation-slide-bottom-small {
	animation-name: uk-fade-bottom-small;
}
.uk-animation-slide-left-small {
	animation-name: uk-fade-left-small;
}
.uk-animation-slide-right-small {
	animation-name: uk-fade-right-small;
}
.uk-animation-slide-top-medium {
	animation-name: uk-fade-top-medium;
}
.uk-animation-slide-bottom-medium {
	animation-name: uk-fade-bottom-medium;
}
.uk-animation-slide-left-medium {
	animation-name: uk-fade-left-medium;
}
.uk-animation-slide-right-medium {
	animation-name: uk-fade-right-medium;
}
.uk-animation-kenburns {
	animation-name: uk-scale-kenburns;
	animation-duration: 15s;
}
.uk-animation-shake {
	animation-name: uk-shake;
}
.uk-animation-stroke {
	animation-name: uk-stroke;
	stroke-dasharray: var(--uk-animation-stroke);
	animation-duration: 2s;
}
.uk-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in;
}
.uk-animation-fast {
	animation-duration: 0.1s;
}
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
	animation-name: none;
}
.uk-animation-toggle {
	-webkit-tap-highlight-color: transparent;
}
.uk-animation-toggle:focus {
	outline: none;
}
@keyframes uk-fade {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes uk-fade-top {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes uk-fade-bottom {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes uk-fade-left {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes uk-fade-right {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes uk-fade-top-small {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes uk-fade-bottom-small {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes uk-fade-left-small {
	0% {
		opacity: 0;
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes uk-fade-right-small {
	0% {
		opacity: 0;
		transform: translateX(10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes uk-fade-top-medium {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes uk-fade-bottom-medium {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes uk-fade-left-medium {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes uk-fade-right-medium {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes uk-fade-scale-02 {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes uk-fade-scale-18 {
	0% {
		opacity: 0;
		transform: scale(1.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes uk-scale-kenburns {
	0% {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}
@keyframes uk-shake {
	0%,
	to {
		transform: translateX(0);
	}
	10% {
		transform: translateX(-9px);
	}
	20% {
		transform: translateX(8px);
	}
	30% {
		transform: translateX(-7px);
	}
	40% {
		transform: translateX(6px);
	}
	50% {
		transform: translateX(-5px);
	}
	60% {
		transform: translateX(4px);
	}
	70% {
		transform: translateX(-3px);
	}
	80% {
		transform: translateX(2px);
	}
	90% {
		transform: translateX(-1px);
	}
}
@keyframes uk-stroke {
	0% {
		stroke-dashoffset: var(--uk-animation-stroke);
	}
	to {
		stroke-dashoffset: 0;
	}
}
[class*='uk-child-width'] > * {
	box-sizing: border-box;
	width: 100%;
}
.uk-child-width-1-2 > * {
	width: 50%;
}
.uk-child-width-1-3 > * {
	width: 33.32223%;
}
.uk-child-width-1-4 > * {
	width: 25%;
}
.uk-child-width-1-5 > * {
	width: 20%;
}
.uk-child-width-1-6 > * {
	width: 16.66389%;
}
.uk-child-width-auto > * {
	width: auto;
}
.uk-child-width-expand > :not([class*='uk-width']) {
	flex: 1;
	min-width: 1px;
}
@media (min-width: 640px) {
	.uk-child-width-1-1\@s > * {
		width: 100%;
	}
	.uk-child-width-1-2\@s > * {
		width: 50%;
	}
	.uk-child-width-1-3\@s > * {
		width: 33.32223%;
	}
	.uk-child-width-1-4\@s > * {
		width: 25%;
	}
	.uk-child-width-1-5\@s > * {
		width: 20%;
	}
	.uk-child-width-1-6\@s > * {
		width: 16.66389%;
	}
	.uk-child-width-auto\@s > * {
		width: auto;
	}
	.uk-child-width-expand\@s > :not([class*='uk-width']) {
		flex: 1;
		min-width: 1px;
	}
}
@media (min-width: 960px) {
	.uk-child-width-1-1\@m > * {
		width: 100%;
	}
	.uk-child-width-1-2\@m > * {
		width: 50%;
	}
	.uk-child-width-1-3\@m > * {
		width: 33.32223%;
	}
	.uk-child-width-1-4\@m > * {
		width: 25%;
	}
	.uk-child-width-1-5\@m > * {
		width: 20%;
	}
	.uk-child-width-1-6\@m > * {
		width: 16.66389%;
	}
	.uk-child-width-auto\@m > * {
		width: auto;
	}
	.uk-child-width-expand\@m > :not([class*='uk-width']) {
		flex: 1;
		min-width: 1px;
	}
}
@media (min-width: 1140px) {
	.uk-child-width-1-1\@l > * {
		width: 100%;
	}
	.uk-child-width-1-2\@l > * {
		width: 50%;
	}
	.uk-child-width-1-3\@l > * {
		width: 33.32223%;
	}
	.uk-child-width-1-4\@l > * {
		width: 25%;
	}
	.uk-child-width-1-5\@l > * {
		width: 20%;
	}
	.uk-child-width-1-6\@l > * {
		width: 16.66389%;
	}
	.uk-child-width-auto\@l > * {
		width: auto;
	}
	.uk-child-width-expand\@l > :not([class*='uk-width']) {
		flex: 1;
		min-width: 1px;
	}
}
@media (min-width: 1440px) {
	.uk-child-width-1-1\@xl > * {
		width: 100%;
	}
	.uk-child-width-1-2\@xl > * {
		width: 50%;
	}
	.uk-child-width-1-3\@xl > * {
		width: 33.32223%;
	}
	.uk-child-width-1-4\@xl > * {
		width: 25%;
	}
	.uk-child-width-1-5\@xl > * {
		width: 20%;
	}
	.uk-child-width-1-6\@xl > * {
		width: 16.66389%;
	}
	.uk-child-width-auto\@xl > * {
		width: auto;
	}
	.uk-child-width-expand\@xl > :not([class*='uk-width']) {
		flex: 1;
		min-width: 1px;
	}
}
[class*='uk-width'] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}
.uk-width-1-2 {
	width: 50%;
}
.uk-width-1-3 {
	width: 33.32223%;
}
.uk-width-2-3 {
	width: 66.64445%;
}
.uk-width-1-4 {
	width: 25%;
}
.uk-width-3-4 {
	width: 75%;
}
.uk-width-1-5 {
	width: 20%;
}
.uk-width-2-5 {
	width: 40%;
}
.uk-width-3-5 {
	width: 60%;
}
.uk-width-4-5 {
	width: 80%;
}
.uk-width-1-6 {
	width: 16.66389%;
}
.uk-width-5-6 {
	width: 83.31945%;
}
.uk-width-small {
	width: 150px;
}
.uk-width-medium {
	width: 300px;
}
.uk-width-large {
	width: 450px;
}
.uk-width-xlarge {
	width: 600px;
}
.uk-width-xxlarge {
	width: 750px;
}
.uk-width-auto {
	width: auto;
}
.uk-width-expand {
	flex: 1;
	min-width: 1px;
}
@media (min-width: 640px) {
	.uk-width-1-1\@s {
		width: 100%;
	}
	.uk-width-1-2\@s {
		width: 50%;
	}
	.uk-width-1-3\@s {
		width: 33.32223%;
	}
	.uk-width-2-3\@s {
		width: 66.64445%;
	}
	.uk-width-1-4\@s {
		width: 25%;
	}
	.uk-width-3-4\@s {
		width: 75%;
	}
	.uk-width-1-5\@s {
		width: 20%;
	}
	.uk-width-2-5\@s {
		width: 40%;
	}
	.uk-width-3-5\@s {
		width: 60%;
	}
	.uk-width-4-5\@s {
		width: 80%;
	}
	.uk-width-1-6\@s {
		width: 16.66389%;
	}
	.uk-width-5-6\@s {
		width: 83.31945%;
	}
	.uk-width-small\@s {
		width: 150px;
	}
	.uk-width-medium\@s {
		width: 300px;
	}
	.uk-width-large\@s {
		width: 450px;
	}
	.uk-width-xlarge\@s {
		width: 600px;
	}
	.uk-width-xxlarge\@s {
		width: 750px;
	}
	.uk-width-auto\@s {
		width: auto;
	}
	.uk-width-expand\@s {
		flex: 1;
		min-width: 1px;
	}
}
@media (min-width: 960px) {
	.uk-width-1-1\@m {
		width: 100%;
	}
	.uk-width-1-2\@m {
		width: 50%;
	}
	.uk-width-1-3\@m {
		width: 33.32223%;
	}
	.uk-width-2-3\@m {
		width: 66.64445%;
	}
	.uk-width-1-4\@m {
		width: 25%;
	}
	.uk-width-3-4\@m {
		width: 75%;
	}
	.uk-width-1-5\@m {
		width: 20%;
	}
	.uk-width-2-5\@m {
		width: 40%;
	}
	.uk-width-3-5\@m {
		width: 60%;
	}
	.uk-width-4-5\@m {
		width: 80%;
	}
	.uk-width-1-6\@m {
		width: 16.66389%;
	}
	.uk-width-5-6\@m {
		width: 83.31945%;
	}
	.uk-width-small\@m {
		width: 150px;
	}
	.uk-width-medium\@m {
		width: 300px;
	}
	.uk-width-large\@m {
		width: 450px;
	}
	.uk-width-xlarge\@m {
		width: 600px;
	}
	.uk-width-xxlarge\@m {
		width: 750px;
	}
	.uk-width-auto\@m {
		width: auto;
	}
	.uk-width-expand\@m {
		flex: 1;
		min-width: 1px;
	}
}
@media (min-width: 1140px) {
	.uk-width-1-1\@l {
		width: 100%;
	}
	.uk-width-1-2\@l {
		width: 50%;
	}
	.uk-width-1-3\@l {
		width: 33.32223%;
	}
	.uk-width-2-3\@l {
		width: 66.64445%;
	}
	.uk-width-1-4\@l {
		width: 25%;
	}
	.uk-width-3-4\@l {
		width: 75%;
	}
	.uk-width-1-5\@l {
		width: 20%;
	}
	.uk-width-2-5\@l {
		width: 40%;
	}
	.uk-width-3-5\@l {
		width: 60%;
	}
	.uk-width-4-5\@l {
		width: 80%;
	}
	.uk-width-1-6\@l {
		width: 16.66389%;
	}
	.uk-width-5-6\@l {
		width: 83.31945%;
	}
	.uk-width-small\@l {
		width: 150px;
	}
	.uk-width-medium\@l {
		width: 300px;
	}
	.uk-width-large\@l {
		width: 450px;
	}
	.uk-width-xlarge\@l {
		width: 600px;
	}
	.uk-width-xxlarge\@l {
		width: 750px;
	}
	.uk-width-auto\@l {
		width: auto;
	}
	.uk-width-expand\@l {
		flex: 1;
		min-width: 1px;
	}
}
@media (min-width: 1440px) {
	.uk-width-1-1\@xl {
		width: 100%;
	}
	.uk-width-1-2\@xl {
		width: 50%;
	}
	.uk-width-1-3\@xl {
		width: 33.32223%;
	}
	.uk-width-2-3\@xl {
		width: 66.64445%;
	}
	.uk-width-1-4\@xl {
		width: 25%;
	}
	.uk-width-3-4\@xl {
		width: 75%;
	}
	.uk-width-1-5\@xl {
		width: 20%;
	}
	.uk-width-2-5\@xl {
		width: 40%;
	}
	.uk-width-3-5\@xl {
		width: 60%;
	}
	.uk-width-4-5\@xl {
		width: 80%;
	}
	.uk-width-1-6\@xl {
		width: 16.66389%;
	}
	.uk-width-5-6\@xl {
		width: 83.31945%;
	}
	.uk-width-small\@xl {
		width: 150px;
	}
	.uk-width-medium\@xl {
		width: 300px;
	}
	.uk-width-large\@xl {
		width: 450px;
	}
	.uk-width-xlarge\@xl {
		width: 600px;
	}
	.uk-width-xxlarge\@xl {
		width: 750px;
	}
	.uk-width-auto\@xl {
		width: auto;
	}
	.uk-width-expand\@xl {
		flex: 1;
		min-width: 1px;
	}
}
[class*='uk-height'] {
	box-sizing: border-box;
}
.uk-height-1-1 {
	height: 100%;
}
.uk-height-viewport {
	min-height: 100vh;
}
.uk-height-small {
	height: 150px;
}
.uk-height-medium {
	height: 300px;
}
.uk-height-large {
	height: 450px;
}
.uk-height-max-small {
	max-height: 150px;
}
.uk-height-max-medium {
	max-height: 300px;
}
.uk-height-max-large {
	max-height: 450px;
}
.uk-text-lead {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
}
.uk-text-meta {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #999;
}
.uk-text-meta a {
	color: #999;
}
.uk-text-meta a:hover {
	color: #2f5f00;
	text-decoration: none;
}
.uk-text-small {
	font-size: 0.875rem;
	line-height: 1.5;
}
.uk-text-large {
	font-size: 1.5rem;
	line-height: 1.5;
}
.uk-text-light {
	font-weight: 300;
}
.uk-text-normal {
	font-weight: 400;
}
.uk-text-bold {
	font-weight: 700;
}
.uk-text-lighter {
	font-weight: lighter;
}
.uk-text-bolder {
	font-weight: bolder;
}
.uk-text-italic {
	font-style: italic !important;
}
.uk-text-capitalize {
	text-transform: capitalize !important;
}
.uk-text-uppercase {
	text-transform: uppercase !important;
}
.uk-text-lowercase {
	text-transform: lowercase !important;
}
.uk-text-muted {
	color: #999 !important;
}
.uk-text-emphasis {
	color: #333 !important;
}
.uk-text-primary {
	color: #1e87f0 !important;
}
.uk-text-secondary {
	color: #222 !important;
}
.uk-text-success {
	color: #32d296 !important;
}
.uk-text-warning {
	color: #faa05a !important;
}
.uk-text-danger {
	color: #f0506e !important;
}
.uk-text-background {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
	.uk-text-background {
		background-color: #1e87f0;
	}
}
.uk-text-left {
	text-align: left !important;
}
.uk-text-right {
	text-align: right !important;
}
.uk-text-center {
	text-align: center !important;
}
.uk-text-justify {
	text-align: justify !important;
}
@media (min-width: 640px) {
	.uk-text-left\@s {
		text-align: left !important;
	}
	.uk-text-right\@s {
		text-align: right !important;
	}
	.uk-text-center\@s {
		text-align: center !important;
	}
}
@media (min-width: 960px) {
	.uk-text-left\@m {
		text-align: left !important;
	}
	.uk-text-right\@m {
		text-align: right !important;
	}
	.uk-text-center\@m {
		text-align: center !important;
	}
}
@media (min-width: 1140px) {
	.uk-text-left\@l {
		text-align: left !important;
	}
	.uk-text-right\@l {
		text-align: right !important;
	}
	.uk-text-center\@l {
		text-align: center !important;
	}
}
@media (min-width: 1440px) {
	.uk-text-left\@xl {
		text-align: left !important;
	}
	.uk-text-right\@xl {
		text-align: right !important;
	}
	.uk-text-center\@xl {
		text-align: center !important;
	}
}
.uk-text-top {
	vertical-align: top !important;
}
.uk-text-middle {
	vertical-align: middle !important;
}
.uk-text-bottom {
	vertical-align: bottom !important;
}
.uk-text-baseline {
	vertical-align: baseline !important;
}
.uk-text-nowrap,
.uk-text-truncate {
	white-space: nowrap;
}
.uk-text-truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
td.uk-text-truncate,
th.uk-text-truncate {
	max-width: 0;
}
.uk-text-break {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
td.uk-text-break,
th.uk-text-break {
	word-break: break-all;
}
[class*='uk-column-'] {
	column-gap: 30px;
}
@media (min-width: 1140px) {
	[class*='uk-column-'] {
		column-gap: 20px;
	}
}
[class*='uk-column-'] img {
	transform: translateZ(0);
}
.uk-column-divider {
	column-rule: 1px solid #000;
	column-gap: 60px;
}
@media (min-width: 1140px) {
	.uk-column-divider {
		column-gap: 40px;
	}
}
.uk-column-1-2 {
	column-count: 2;
}
.uk-column-1-3 {
	column-count: 3;
}
.uk-column-1-4 {
	column-count: 4;
}
.uk-column-1-5 {
	column-count: 5;
}
.uk-column-1-6 {
	column-count: 6;
}
@media (min-width: 640px) {
	.uk-column-1-2\@s {
		column-count: 2;
	}
	.uk-column-1-3\@s {
		column-count: 3;
	}
	.uk-column-1-4\@s {
		column-count: 4;
	}
	.uk-column-1-5\@s {
		column-count: 5;
	}
	.uk-column-1-6\@s {
		column-count: 6;
	}
}
@media (min-width: 960px) {
	.uk-column-1-2\@m {
		column-count: 2;
	}
	.uk-column-1-3\@m {
		column-count: 3;
	}
	.uk-column-1-4\@m {
		column-count: 4;
	}
	.uk-column-1-5\@m {
		column-count: 5;
	}
	.uk-column-1-6\@m {
		column-count: 6;
	}
}
@media (min-width: 1140px) {
	.uk-column-1-2\@l {
		column-count: 2;
	}
	.uk-column-1-3\@l {
		column-count: 3;
	}
	.uk-column-1-4\@l {
		column-count: 4;
	}
	.uk-column-1-5\@l {
		column-count: 5;
	}
	.uk-column-1-6\@l {
		column-count: 6;
	}
}
@media (min-width: 1440px) {
	.uk-column-1-2\@xl {
		column-count: 2;
	}
	.uk-column-1-3\@xl {
		column-count: 3;
	}
	.uk-column-1-4\@xl {
		column-count: 4;
	}
	.uk-column-1-5\@xl {
		column-count: 5;
	}
	.uk-column-1-6\@xl {
		column-count: 6;
	}
}
.uk-column-span {
	column-span: all;
}
.uk-cover {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
iframe.uk-cover {
	pointer-events: none;
}
.uk-cover-container {
	overflow: hidden;
	position: relative;
}
.uk-background-default {
	background-color: #fff;
}
.uk-background-muted {
	background-color: #f8f8f8;
}
.uk-background-primary {
	background-color: #1e87f0;
}
.uk-background-secondary {
	background-color: #222;
}
.uk-background-contain,
.uk-background-cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.uk-background-cover {
	background-size: cover;
}
.uk-background-contain {
	background-size: contain;
}
.uk-background-top-left {
	background-position: 0 0;
}
.uk-background-top-center {
	background-position: 50% 0;
}
.uk-background-top-right {
	background-position: 100% 0;
}
.uk-background-center-left {
	background-position: 0 50%;
}
.uk-background-center-center {
	background-position: 50% 50%;
}
.uk-background-center-right {
	background-position: 100% 50%;
}
.uk-background-bottom-left {
	background-position: 0 100%;
}
.uk-background-bottom-center {
	background-position: 50% 100%;
}
.uk-background-bottom-right {
	background-position: 100% 100%;
}
.uk-background-norepeat {
	background-repeat: no-repeat;
}
.uk-background-fixed {
	background-attachment: fixed;
	backface-visibility: hidden;
}
@media (pointer: coarse) {
	.uk-background-fixed {
		background-attachment: scroll;
	}
}
@media (max-width: 639px) {
	.uk-background-image\@s {
		background-image: none !important;
	}
}
@media (max-width: 959px) {
	.uk-background-image\@m {
		background-image: none !important;
	}
}
@media (max-width: 1139px) {
	.uk-background-image\@l {
		background-image: none !important;
	}
}
@media (max-width: 1439px) {
	.uk-background-image\@xl {
		background-image: none !important;
	}
}
.uk-background-blend-multiply {
	background-blend-mode: multiply;
}
.uk-background-blend-screen {
	background-blend-mode: screen;
}
.uk-background-blend-overlay {
	background-blend-mode: overlay;
}
.uk-background-blend-darken {
	background-blend-mode: darken;
}
.uk-background-blend-lighten {
	background-blend-mode: lighten;
}
.uk-background-blend-color-dodge {
	background-blend-mode: color-dodge;
}
.uk-background-blend-color-burn {
	background-blend-mode: color-burn;
}
.uk-background-blend-hard-light {
	background-blend-mode: hard-light;
}
.uk-background-blend-soft-light {
	background-blend-mode: soft-light;
}
.uk-background-blend-difference {
	background-blend-mode: difference;
}
.uk-background-blend-exclusion {
	background-blend-mode: exclusion;
}
.uk-background-blend-hue {
	background-blend-mode: hue;
}
.uk-background-blend-saturation {
	background-blend-mode: saturation;
}
.uk-background-blend-color {
	background-blend-mode: color;
}
.uk-background-blend-luminosity {
	background-blend-mode: luminosity;
}
[class*='uk-align'] {
	display: block;
	margin-bottom: 30px;
}
* + [class*='uk-align'] {
	margin-top: 30px;
}
.uk-align-center {
	margin-left: auto;
	margin-right: auto;
}
.uk-align-left {
	margin-top: 0;
	margin-right: 30px;
	float: left;
}
.uk-align-right {
	margin-top: 0;
	margin-left: 30px;
	float: right;
}
@media (min-width: 640px) {
	.uk-align-left\@s {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	.uk-align-right\@s {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}
@media (min-width: 960px) {
	.uk-align-left\@m {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	.uk-align-right\@m {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}
@media (min-width: 1140px) {
	.uk-align-left\@l {
		margin-top: 0;
		float: left;
	}
	.uk-align-right\@l {
		margin-top: 0;
		float: right;
	}
	.uk-align-left,
	.uk-align-left\@l,
	.uk-align-left\@m,
	.uk-align-left\@s {
		margin-right: 20px;
	}
	.uk-align-right,
	.uk-align-right\@l,
	.uk-align-right\@m,
	.uk-align-right\@s {
		margin-left: 20px;
	}
}
@media (min-width: 1440px) {
	.uk-align-left\@xl {
		margin-top: 0;
		margin-right: 20px;
		float: left;
	}
	.uk-align-right\@xl {
		margin-top: 0;
		margin-left: 20px;
		float: right;
	}
}
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
	fill: currentcolor;
}
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
	stroke: currentcolor;
}
.uk-svg {
	transform: translate(0);
}
.uk-panel {
	position: relative;
	box-sizing: border-box;
}
.uk-panel:after,
.uk-panel:before {
	content: '';
	display: table;
}
.uk-panel:after {
	clear: both;
}
.uk-panel > :last-child {
	margin-bottom: 0;
}
.uk-panel-scrollable {
	height: 170px;
	padding: 10px;
	border: 1px solid #000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	resize: both;
}
.uk-clearfix:before {
	content: '';
	display: table-cell;
}
.uk-clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.uk-float-left {
	float: left;
}
.uk-float-right {
	float: right;
}
[class*='uk-float-'] {
	max-width: 100%;
}
.uk-overflow-hidden {
	overflow: hidden;
}
.uk-overflow-auto {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.uk-overflow-auto > :last-child {
	margin-bottom: 0;
}
.uk-resize {
	resize: both;
}
.uk-resize-vertical {
	resize: vertical;
}
.uk-display-block {
	display: block !important;
}
.uk-display-inline {
	display: inline !important;
}
.uk-display-inline-block {
	display: inline-block !important;
}
[class*='uk-inline'] {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
.uk-inline-clip {
	overflow: hidden;
}
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
	max-width: none;
}
.uk-responsive-height,
.uk-responsive-width {
	box-sizing: border-box;
}
.uk-responsive-width {
	max-width: 100% !important;
	height: auto;
}
.uk-responsive-height {
	max-height: 100%;
	width: auto;
	max-width: none;
}
.uk-border-circle {
	border-radius: 50%;
}
.uk-border-pill {
	border-radius: 500px;
}
.uk-border-rounded {
	border-radius: 5px;
}
.uk-inline-clip[class*='uk-border-'] {
	-webkit-transform: translateZ(0);
}
.uk-box-shadow-small {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-medium {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-large {
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
[class*='uk-box-shadow-hover'] {
	transition: box-shadow 0.1s ease-in-out;
}
.uk-box-shadow-hover-small:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-hover-medium:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-hover-large:hover {
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-box-shadow-hover-xlarge:hover {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
@supports (filter: blur(0)) {
	.uk-box-shadow-bottom {
		display: inline-block;
		position: relative;
		max-width: 100%;
		vertical-align: middle;
	}
	.uk-box-shadow-bottom:before {
		content: '';
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		height: 30px;
		border-radius: 100%;
		background: #444;
		filter: blur(20px);
	}
	.uk-box-shadow-bottom > * {
		position: relative;
	}
}
.uk-dropcap:first-letter,
.uk-dropcap > p:first-of-type:first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: -2px;
}
@-moz-document url-prefix() {
	.uk-dropcap:first-letter,
	.uk-dropcap > p:first-of-type:first-letter {
		margin-top: 1.1%;
	}
}
@supports (-ms-ime-align: auto) {
	.uk-dropcap > p:first-of-type:first-letter {
		font-size: 1em;
	}
}
.uk-logo {
	font-size: 1.5rem;
	font-family: Open Sans, sans-serif;
	color: #2f5f00;
	text-decoration: none;
}
.uk-logo:focus,
.uk-logo:hover {
	color: #2f5f00;
	outline: none;
	text-decoration: none;
}
.uk-logo-inverse {
	display: none;
}
.uk-disabled {
	pointer-events: none;
}
.uk-drag,
.uk-drag * {
	cursor: move;
}
.uk-drag iframe {
	pointer-events: none;
}
.uk-dragover {
	box-shadow: 0 0 20px hsla(0, 0%, 39.2%, 0.3);
}
.uk-blend-multiply {
	mix-blend-mode: multiply;
}
.uk-blend-screen {
	mix-blend-mode: screen;
}
.uk-blend-overlay {
	mix-blend-mode: overlay;
}
.uk-blend-darken {
	mix-blend-mode: darken;
}
.uk-blend-lighten {
	mix-blend-mode: lighten;
}
.uk-blend-color-dodge {
	mix-blend-mode: color-dodge;
}
.uk-blend-color-burn {
	mix-blend-mode: color-burn;
}
.uk-blend-hard-light {
	mix-blend-mode: hard-light;
}
.uk-blend-soft-light {
	mix-blend-mode: soft-light;
}
.uk-blend-difference {
	mix-blend-mode: difference;
}
.uk-blend-exclusion {
	mix-blend-mode: exclusion;
}
.uk-blend-hue {
	mix-blend-mode: hue;
}
.uk-blend-saturation {
	mix-blend-mode: saturation;
}
.uk-blend-color {
	mix-blend-mode: color;
}
.uk-blend-luminosity {
	mix-blend-mode: luminosity;
}
.uk-transform-center {
	transform: translate(-50%, -50%);
}
.uk-transform-origin-top-left {
	transform-origin: 0 0;
}
.uk-transform-origin-top-center {
	transform-origin: 50% 0;
}
.uk-transform-origin-top-right {
	transform-origin: 100% 0;
}
.uk-transform-origin-center-left {
	transform-origin: 0 50%;
}
.uk-transform-origin-center-right {
	transform-origin: 100% 50%;
}
.uk-transform-origin-bottom-left {
	transform-origin: 0 100%;
}
.uk-transform-origin-bottom-center {
	transform-origin: 50% 100%;
}
.uk-transform-origin-bottom-right {
	transform-origin: 100% 100%;
}
.uk-flex {
	display: flex;
}
.uk-flex-inline {
	display: inline-flex;
}
.uk-flex-inline:after,
.uk-flex-inline:before,
.uk-flex:after,
.uk-flex:before {
	display: none;
}
.uk-flex-left {
	justify-content: flex-start;
}
.uk-flex-center {
	justify-content: center;
}
.uk-flex-right {
	justify-content: flex-end;
}
.uk-flex-between {
	justify-content: space-between;
}
.uk-flex-around {
	justify-content: space-around;
}
@media (min-width: 640px) {
	.uk-flex-left\@s {
		justify-content: flex-start;
	}
	.uk-flex-center\@s {
		justify-content: center;
	}
	.uk-flex-right\@s {
		justify-content: flex-end;
	}
	.uk-flex-between\@s {
		justify-content: space-between;
	}
	.uk-flex-around\@s {
		justify-content: space-around;
	}
}
@media (min-width: 960px) {
	.uk-flex-left\@m {
		justify-content: flex-start;
	}
	.uk-flex-center\@m {
		justify-content: center;
	}
	.uk-flex-right\@m {
		justify-content: flex-end;
	}
	.uk-flex-between\@m {
		justify-content: space-between;
	}
	.uk-flex-around\@m {
		justify-content: space-around;
	}
}
@media (min-width: 1140px) {
	.uk-flex-left\@l {
		justify-content: flex-start;
	}
	.uk-flex-center\@l {
		justify-content: center;
	}
	.uk-flex-right\@l {
		justify-content: flex-end;
	}
	.uk-flex-between\@l {
		justify-content: space-between;
	}
	.uk-flex-around\@l {
		justify-content: space-around;
	}
}
@media (min-width: 1440px) {
	.uk-flex-left\@xl {
		justify-content: flex-start;
	}
	.uk-flex-center\@xl {
		justify-content: center;
	}
	.uk-flex-right\@xl {
		justify-content: flex-end;
	}
	.uk-flex-between\@xl {
		justify-content: space-between;
	}
	.uk-flex-around\@xl {
		justify-content: space-around;
	}
}
.uk-flex-stretch {
	align-items: stretch;
}
.uk-flex-top {
	align-items: flex-start;
}
.uk-flex-middle {
	align-items: center;
}
.uk-flex-bottom {
	align-items: flex-end;
}
.uk-flex-row {
	flex-direction: row;
}
.uk-flex-row-reverse {
	flex-direction: row-reverse;
}
.uk-flex-column {
	flex-direction: column;
}
.uk-flex-column-reverse {
	flex-direction: column-reverse;
}
.uk-flex-nowrap {
	flex-wrap: nowrap;
}
.uk-flex-wrap {
	flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}
.uk-flex-wrap-stretch {
	align-content: stretch;
}
.uk-flex-wrap-top {
	align-content: flex-start;
}
.uk-flex-wrap-middle {
	align-content: center;
}
.uk-flex-wrap-bottom {
	align-content: flex-end;
}
.uk-flex-wrap-between {
	align-content: space-between;
}
.uk-flex-wrap-around {
	align-content: space-around;
}
.uk-flex-first {
	order: -1;
}
.uk-flex-last {
	order: 99;
}
@media (min-width: 640px) {
	.uk-flex-first\@s {
		order: -1;
	}
	.uk-flex-last\@s {
		order: 99;
	}
}
@media (min-width: 960px) {
	.uk-flex-first\@m {
		order: -1;
	}
	.uk-flex-last\@m {
		order: 99;
	}
}
@media (min-width: 1140px) {
	.uk-flex-first\@l {
		order: -1;
	}
	.uk-flex-last\@l {
		order: 99;
	}
}
@media (min-width: 1440px) {
	.uk-flex-first\@xl {
		order: -1;
	}
	.uk-flex-last\@xl {
		order: 99;
	}
}
.uk-flex-none {
	flex: none;
}
.uk-flex-auto {
	flex: auto;
}
.uk-flex-1 {
	flex: 1;
}
.uk-margin {
	margin-bottom: 20px;
}
* + .uk-margin,
.uk-margin-top {
	margin-top: 20px !important;
}
.uk-margin-bottom {
	margin-bottom: 20px !important;
}
.uk-margin-left {
	margin-left: 20px !important;
}
.uk-margin-right {
	margin-right: 20px !important;
}
.uk-margin-small {
	margin-bottom: 10px;
}
* + .uk-margin-small,
.uk-margin-small-top {
	margin-top: 10px !important;
}
.uk-margin-small-bottom {
	margin-bottom: 10px !important;
}
.uk-margin-small-left {
	margin-left: 10px !important;
}
.uk-margin-small-right {
	margin-right: 10px !important;
}
.uk-margin-medium {
	margin-bottom: 40px;
}
* + .uk-margin-medium,
.uk-margin-medium-top {
	margin-top: 40px !important;
}
.uk-margin-medium-bottom {
	margin-bottom: 40px !important;
}
.uk-margin-medium-left {
	margin-left: 40px !important;
}
.uk-margin-medium-right {
	margin-right: 40px !important;
}
.uk-margin-large {
	margin-bottom: 40px;
}
* + .uk-margin-large,
.uk-margin-large-top {
	margin-top: 40px !important;
}
.uk-margin-large-bottom {
	margin-bottom: 40px !important;
}
.uk-margin-large-left {
	margin-left: 40px !important;
}
.uk-margin-large-right {
	margin-right: 40px !important;
}
@media (min-width: 1140px) {
	.uk-margin-large {
		margin-bottom: 70px;
	}
	* + .uk-margin-large,
	.uk-margin-large-top {
		margin-top: 70px !important;
	}
	.uk-margin-large-bottom {
		margin-bottom: 70px !important;
	}
	.uk-margin-large-left {
		margin-left: 70px !important;
	}
	.uk-margin-large-right {
		margin-right: 70px !important;
	}
}
.uk-margin-xlarge {
	margin-bottom: 70px;
}
* + .uk-margin-xlarge,
.uk-margin-xlarge-top {
	margin-top: 70px !important;
}
.uk-margin-xlarge-bottom {
	margin-bottom: 70px !important;
}
.uk-margin-xlarge-left {
	margin-left: 70px !important;
}
.uk-margin-xlarge-right {
	margin-right: 70px !important;
}
@media (min-width: 1140px) {
	.uk-margin-xlarge {
		margin-bottom: 70px;
	}
	* + .uk-margin-xlarge,
	.uk-margin-xlarge-top {
		margin-top: 70px !important;
	}
	.uk-margin-xlarge-bottom {
		margin-bottom: 70px !important;
	}
	.uk-margin-xlarge-left {
		margin-left: 70px !important;
	}
	.uk-margin-xlarge-right {
		margin-right: 70px !important;
	}
}
.uk-margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.uk-margin-auto-top {
	margin-top: auto !important;
}
.uk-margin-auto-bottom {
	margin-bottom: auto !important;
}
.uk-margin-auto-left {
	margin-left: auto !important;
}
.uk-margin-auto-right {
	margin-right: auto !important;
}
.uk-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
@media (min-width: 640px) {
	.uk-margin-auto\@s {
		margin-right: auto !important;
	}
	.uk-margin-auto-left\@s,
	.uk-margin-auto\@s {
		margin-left: auto !important;
	}
	.uk-margin-auto-right\@s {
		margin-right: auto !important;
	}
}
@media (min-width: 960px) {
	.uk-margin-auto\@m {
		margin-right: auto !important;
	}
	.uk-margin-auto-left\@m,
	.uk-margin-auto\@m {
		margin-left: auto !important;
	}
	.uk-margin-auto-right\@m {
		margin-right: auto !important;
	}
}
@media (min-width: 1140px) {
	.uk-margin-auto\@l {
		margin-right: auto !important;
	}
	.uk-margin-auto-left\@l,
	.uk-margin-auto\@l {
		margin-left: auto !important;
	}
	.uk-margin-auto-right\@l {
		margin-right: auto !important;
	}
}
@media (min-width: 1440px) {
	.uk-margin-auto\@xl {
		margin-right: auto !important;
	}
	.uk-margin-auto-left\@xl,
	.uk-margin-auto\@xl {
		margin-left: auto !important;
	}
	.uk-margin-auto-right\@xl {
		margin-right: auto !important;
	}
}
.uk-margin-remove {
	margin: 0 !important;
}
.uk-margin-remove-top {
	margin-top: 0 !important;
}
.uk-margin-remove-bottom {
	margin-bottom: 0 !important;
}
.uk-margin-remove-left {
	margin-left: 0 !important;
}
.uk-margin-remove-right {
	margin-right: 0 !important;
}
.uk-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
	margin-top: 0 !important;
}
.uk-margin-remove-last-child > :last-child {
	margin-bottom: 0 !important;
}
@media (min-width: 640px) {
	.uk-margin-remove-left\@s {
		margin-left: 0 !important;
	}
	.uk-margin-remove-right\@s {
		margin-right: 0 !important;
	}
}
@media (min-width: 960px) {
	.uk-margin-remove-left\@m {
		margin-left: 0 !important;
	}
	.uk-margin-remove-right\@m {
		margin-right: 0 !important;
	}
}
@media (min-width: 1140px) {
	.uk-margin-remove-left\@l {
		margin-left: 0 !important;
	}
	.uk-margin-remove-right\@l {
		margin-right: 0 !important;
	}
}
@media (min-width: 1440px) {
	.uk-margin-remove-left\@xl {
		margin-left: 0 !important;
	}
	.uk-margin-remove-right\@xl {
		margin-right: 0 !important;
	}
}
.uk-padding {
	padding: 30px;
}
@media (min-width: 1140px) {
	.uk-padding {
		padding: 20px;
	}
}
.uk-padding-small {
	padding: 15px;
}
.uk-padding-large {
	padding: 30px;
}
@media (min-width: 1140px) {
	.uk-padding-large {
		padding: 70px;
	}
}
.uk-padding-remove {
	padding: 0 !important;
}
.uk-padding-remove-top {
	padding-top: 0 !important;
}
.uk-padding-remove-bottom {
	padding-bottom: 0 !important;
}
.uk-padding-remove-left {
	padding-left: 0 !important;
}
.uk-padding-remove-right {
	padding-right: 0 !important;
}
.uk-padding-remove-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.uk-padding-remove-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
[class*='uk-position-bottom'],
[class*='uk-position-center'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-top'] {
	position: absolute !important;
	max-width: 100%;
}
.uk-position-top {
	top: 0;
	left: 0;
	right: 0;
}
.uk-position-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}
.uk-position-left {
	top: 0;
	bottom: 0;
	left: 0;
}
.uk-position-right {
	top: 0;
	bottom: 0;
	right: 0;
}
.uk-position-top-left {
	top: 0;
	left: 0;
}
.uk-position-top-right {
	top: 0;
	right: 0;
}
.uk-position-bottom-left {
	bottom: 0;
	left: 0;
}
.uk-position-bottom-right {
	bottom: 0;
	right: 0;
}
.uk-position-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
	top: 50%;
	transform: translateY(-50%);
}
.uk-position-center-left {
	left: 0;
}
.uk-position-center-right {
	right: 0;
}
.uk-position-center-left-out {
	right: 100%;
	width: max-content;
}
.uk-position-center-right-out {
	left: 100%;
	width: max-content;
}
.uk-position-bottom-center,
.uk-position-top-center {
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}
.uk-position-top-center {
	top: 0;
}
.uk-position-bottom-center {
	bottom: 0;
}
.uk-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.uk-position-relative {
	position: relative !important;
}
.uk-position-absolute {
	position: absolute !important;
}
.uk-position-fixed {
	position: fixed !important;
}
.uk-position-z-index {
	z-index: 1;
}
.uk-position-small {
	max-width: calc(100% - 30px);
	margin: 15px;
}
.uk-position-small.uk-position-center {
	transform: translate(-50%, -50%) translate(-15px, -15px);
}
.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
	transform: translateY(-50%) translateY(-15px);
}
.uk-position-small.uk-position-bottom-center,
.uk-position-small.uk-position-top-center {
	transform: translateX(-50%) translateX(-15px);
}
.uk-position-medium {
	max-width: calc(100% - 60px);
	margin: 30px;
}
.uk-position-medium.uk-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px);
}
.uk-position-medium.uk-position-bottom-center,
.uk-position-medium.uk-position-top-center {
	transform: translateX(-50%) translateX(-30px);
}
.uk-position-large {
	max-width: calc(100% - 60px);
	margin: 30px;
}
.uk-position-large.uk-position-center {
	transform: translate(-50%, -50%) translate(-30px, -30px);
}
.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
	transform: translateY(-50%) translateY(-30px);
}
.uk-position-large.uk-position-bottom-center,
.uk-position-large.uk-position-top-center {
	transform: translateX(-50%) translateX(-30px);
}
@media (min-width: 1140px) {
	.uk-position-large {
		max-width: calc(100% - 100px);
		margin: 50px;
	}
	.uk-position-large.uk-position-center {
		transform: translate(-50%, -50%) translate(-50px, -50px);
	}
	.uk-position-large[class*='uk-position-center-left'],
	.uk-position-large[class*='uk-position-center-right'] {
		transform: translateY(-50%) translateY(-50px);
	}
	.uk-position-large.uk-position-bottom-center,
	.uk-position-large.uk-position-top-center {
		transform: translateX(-50%) translateX(-50px);
	}
}
.uk-transition-toggle {
	-webkit-tap-highlight-color: transparent;
}
.uk-transition-toggle:focus {
	outline: none;
}
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
	transition: 0.3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0;
}
.uk-transition-active.uk-active .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:hover .uk-transition-fade {
	opacity: 1;
}
.uk-transition-scale-up {
	transform: scale(1);
}
.uk-transition-scale-down {
	transform: scale(1.1);
}
.uk-transition-active.uk-active .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:hover .uk-transition-scale-up {
	opacity: 1;
	transform: scale(1.1);
}
.uk-transition-active.uk-active .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:hover .uk-transition-scale-down {
	opacity: 1;
	transform: scale(1);
}
.uk-transition-slide-top {
	transform: translateY(-100%);
}
.uk-transition-slide-bottom {
	transform: translateY(100%);
}
.uk-transition-slide-left {
	transform: translateX(-100%);
}
.uk-transition-slide-right {
	transform: translateX(100%);
}
.uk-transition-slide-top-small {
	transform: translateY(-10px);
}
.uk-transition-slide-bottom-small {
	transform: translateY(10px);
}
.uk-transition-slide-left-small {
	transform: translateX(-10px);
}
.uk-transition-slide-right-small {
	transform: translateX(10px);
}
.uk-transition-slide-top-medium {
	transform: translateY(-50px);
}
.uk-transition-slide-bottom-medium {
	transform: translateY(50px);
}
.uk-transition-slide-left-medium {
	transform: translateX(-50px);
}
.uk-transition-slide-right-medium {
	transform: translateX(50px);
}
.uk-transition-active.uk-active [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-toggle:hover [class*='uk-transition-slide'] {
	opacity: 1;
	transform: translate(0);
}
.uk-transition-opaque {
	opacity: 1;
}
.uk-transition-slow {
	transition-duration: 0.7s;
}
.uk-hidden,
[hidden] {
	display: none !important;
}
@media (min-width: 640px) {
	.uk-hidden\@s {
		display: none !important;
	}
}
@media (min-width: 960px) {
	.uk-hidden\@m {
		display: none !important;
	}
}
@media (min-width: 1140px) {
	.uk-hidden\@l {
		display: none !important;
	}
}
@media (min-width: 1440px) {
	.uk-hidden\@xl {
		display: none !important;
	}
}
@media (max-width: 639px) {
	.uk-visible\@s {
		display: none !important;
	}
}
@media (max-width: 959px) {
	.uk-visible\@m {
		display: none !important;
	}
}
@media (max-width: 1139px) {
	.uk-visible\@l {
		display: none !important;
	}
}
@media (max-width: 1439px) {
	.uk-visible\@xl {
		display: none !important;
	}
}
.uk-invisible {
	visibility: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus)
	.uk-invisible-hover:not(:focus-within) {
	opacity: 0 !important;
}
.uk-visible-toggle {
	-webkit-tap-highlight-color: transparent;
}
.uk-visible-toggle:focus {
	outline: none;
}
@media (pointer: coarse) {
	.uk-hidden-touch {
		display: none !important;
	}
}
.uk-hidden-notouch {
	display: none !important;
}
@media (pointer: coarse) {
	.uk-hidden-notouch {
		display: block !important;
	}
}
@media print {
	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	-webkit-tap-highlight-color: transparent;
	word-break: break-word;
}
@media (min-width: 960px) {
	:target:before {
		content: '';
		display: block;
		height: 80px;
		margin: -80px 0 0;
	}
}
ul.down,
ul.enter {
	list-style: none;
}
.bg-green {
	background: #2f5f00;
}
.headline + .content {
	padding-top: 0;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	font-family: Open Sans, sans-serif;
	font-weight: 700;
	color: #222;
	text-transform: none;
	letter-spacing: 0.06px;
	word-break: break-word;
}
.zindexnone {
	z-index: 0;
}
.font-size-12 {
	font-size: 12px !important;
}
.font-size-18 {
	font-size: 18px !important;
}
.font-size-24 {
	font-size: 24px !important;
}
.font-size-36 {
	font-size: 36px !important;
}
@media (min-width: 640px) {
	.mw80 {
		max-width: 80%;
	}
}
.mw80 img {
	max-width: 50%;
}
.black {
	color: #222 !important;
}
.uk-section-default a,
.uk-section-large a {
	color: #0071d7;
	padding: 0 2px;
}
.uk-section-default a:hover,
.uk-section-large a:hover {
	background: #2f5f00;
	color: #fff;
	text-decoration: none;
}
.uk-section-default .uk-button,
.uk-section-large .uk-button {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}
.uk-section-default .uk-button-default,
.uk-section-large .uk-button-default {
	background-color: #2f5f00;
	color: #fff;
	border: 2px solid #2f5f00;
	font-weight: 700;
	border-radius: 9px;
	text-transform: none;
	font-size: 14px;
}
.uk-section-default .uk-button-default:hover,
.uk-section-large .uk-button-default:hover {
	background-color: transparent;
	color: #2f5f00;
	border: 2px solid #2f5f00;
}
.uk-section-default .uk-button-primary,
.uk-section-large .uk-button-primary {
	background-color: #0071d7;
	color: #fff;
	border: 2px solid #0071d7;
	font-weight: 700;
	border-radius: 9px;
	text-transform: none;
	font-size: 14px;
}
.uk-section-default .uk-button-primary:hover,
.uk-section-large .uk-button-primary:hover {
	background-color: transparent;
	color: #0071d7;
	border: 2px solid #0071d7;
}
.min-height-60vh {
	min-height: 60vh !important;
}
.uk-lightbox {
	background: rgba(0, 0, 0, 0.8);
}
.uk-lightbox-items > .uk-active {
	flex-flow: column;
}
@media (max-width: 640px) {
	.uk-lightbox .uk-position-center-right {
		top: 70%;
		right: 20%;
	}
	.uk-lightbox .uk-position-center-left {
		top: 70%;
		left: 20%;
	}
}
@media (max-width: 640px) {
	.uk-lightbox-items > * {
		justify-content: normal;
		top: 20%;
	}
}
.uk-lightbox-items img {
	border: solid #fff;
	border-width: 10px 10px 100px;
}
.uk-lightbox-items li {
	color: #222;
}
@media (max-width: 640px) {
	.uk-lightbox-items li img {
		width: 80%;
		border-bottom: 50px solid #fff;
	}
}
.uk-lightbox-items li div {
	margin-top: -80px;
	font-size: 12px;
	max-width: 640px;
}
@media (max-width: 640px) {
	.uk-lightbox-items li div {
		margin-top: -40px;
	}
}
.uk-lightbox-toolbar-icon {
	color: #fff;
	border: 1px solid;
	border-radius: 500px;
	padding: 10px;
}
.uk-lightbox-toolbar-icon svg {
	width: 15px;
	height: 15px;
}
.uk-lightbox-toolbar-icon svg line {
	stroke-width: 2;
}
.uk-lightbox-button svg {
	width: 15px;
	height: 15px;
}
.uk-lightbox-button svg polyline {
	stroke-width: 3;
}
.uk-lightbox-toolbar {
	padding: 10px;
	background: transparent;
	color: hsla(0, 0%, 100%, 0.7);
}
.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
	transform: translateY(-50%) translateY(-30px);
	border-radius: 500px;
	background: #fff;
	color: #222;
}
.breadcrumb-section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column):before {
	content: '>';
	display: inline-block;
	margin: 0 10px;
	font-size: 0.875rem;
	color: #222;
}
.uk-breadcrumb > * > * {
	display: inline-block;
	font-size: 12px;
	color: #222;
}
.uk-breadcrumb {
	overflow: auto;
}
.uk-breadcrumb a {
	text-decoration: none;
	line-height: 26px;
	color: #222;
}
.uk-breadcrumb a:hover {
	background: transparent;
	color: #2f5f00;
}
.uk-breadcrumb > :last-child > * {
	line-height: 26px;
	color: #222;
}
.uk-button-default {
	border-color: #2f5f00;
}
.uk-dropdown-nav > li > a {
	color: #222;
}
.uk-navbar-toggle-icon rect {
	height: 3px;
}
.w70 {
	width: 70%;
}
.w50 {
	width: 50%;
}
.w100 {
	width: 100% !important;
}
.uk-subnav > * > :first-child {
	display: block;
	color: #222;
	font-size: 14px;
	text-transform: none;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
	text-decoration: none;
}
.tm-toolbar-default {
	background: #2f5f00;
	padding: 0;
}
.tm-toolbar-default .uk-list-divider > li:nth-child(n + 2) {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.tm-toolbar-default .chevup {
	display: none;
}
.tm-toolbar-default .uk-navbar-dropdown {
	box-shadow: none;
}
.tm-toolbar-default .uk-open .chevdown {
	display: none;
}
.tm-toolbar-default .uk-open .chevup {
	display: inline-block;
}
.tm-toolbar-default .uk-subnav li {
	margin-right: 50px;
}
.tm-toolbar-default .uk-drop.uk-open {
	background: transparent;
}
.tm-toolbar-default .uk-navbar-item,
.tm-toolbar-default .uk-navbar-nav > li > a,
.tm-toolbar-default .uk-navbar-toggle {
	min-height: 0;
	background: transparent;
	color: #fff;
}
.tm-toolbar-default .uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent;
}
.tm-toolbar-default .uk-navbar-nav > li > a {
	font-size: 14px;
}
.tm-toolbar-default .second.uk-navbar-dropdown.uk-open {
	display: block;
	width: auto;
	left: 300px !important;
	top: 10px !important;
}
.tm-toolbar-default polyline {
	stroke-width: 2;
}
.tm-toolbar-default svg {
	margin-left: 5px;
}
.tm-toolbar-default .uk-button-top {
	text-transform: none;
	color: #fff !important;
	background: transparent;
	padding: 0;
	font-weight: 700;
}
.tm-toolbar-default .uk-dropdown {
	padding: 15px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #fff;
}
.tm-header {
	position: relative;
	z-index: 1;
}
.tm-header .uk-grid-column-small > *,
.tm-header .uk-grid-small > * {
	padding-left: 0;
}
.tm-header .uk-navbar-dropdown-nav {
	font-size: 14px;
}
.tm-header .uk-navbar-nav > li > a {
	color: #222;
	text-transform: none !important;
	font-size: 14px;
}
.tm-header .uk-navbar-container {
	background: #fff;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 67.1%, 0.5);
}
.tm-header [class*='uk-navbar-dropdown-bottom'] {
	margin-top: 0;
}
.tm-header .uk-navbar-container > .uk-container .uk-navbar-left {
	margin-left: 5px;
	height: 70px;
}
.tm-header .uk-navbar-nav > li:hover > a,
.tm-header .uk-navbar-nav > li > a.uk-open,
.tm-header .uk-navbar-nav > li > a:focus {
	color: #223046;
	outline: 0;
}
.tm-header .uk-navbar-nav > li:not(.nav-button) > a {
	min-height: 70px;
}
.tm-header .uk-navbar-nav > li > a {
	color: #223046;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color, box-shadow;
	position: relative;
	z-index: 1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}
.tm-header .uk-navbar-nav > li.uk-active > a:before,
.tm-header .uk-navbar-nav > li:hover > a:before,
.tm-header .uk-navbar-nav > li > a.uk-open:before,
.tm-header .uk-navbar-nav > li > a:focus:before {
	right: 15px;
	background-color: #2f5f00;
	height: 4px;
}
.tm-header .uk-navbar-nav > li > a:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	height: 4px;
	background-color: transparent;
	transition: 0.25s ease-in-out;
	transition-property: background-color, border-color, box-shadow, height, right;
	left: 15px;
	right: calc(102% - 15px);
}
.tm-header .uk-navbar-nav > li:hover.nav-button > a:before {
	background-color: transparent;
}
.tm-header .uk-navbar-nav > li.uk-active > a {
	font-weight: 700 !important;
}
.tm-header .nav-button {
	margin-left: 15px;
	height: 70px;
}
.tm-header .nav-button a {
	min-height: 0;
	margin-top: 15px;
	color: #2f5f00 !important;
	border: 2px solid #2f5f00;
	font-weight: 700 !important;
}
.tm-header .nav-button a:hover {
	background-color: #2f5f00;
	border-color: #2f5f00;
	color: #fff !important;
}
.tm-header .uk-navbar-dropbar {
	background: #2f5f00;
}
.tm-header .uk-navbar-dropdown-grid > :not(.uk-first-column):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	border-left: none;
}
.tm-header .uk-navbar-dropdown {
	width: 100%;
	background: #2f5f00;
}
.tm-header .uk-navbar-dropdown a {
	color: #fff;
}
.tm-header .uk-navbar-dropdown a:hover {
	color: #fff;
	font-weight: 700;
}
.uk-margin-top-50 {
	margin-top: 50px !important;
}
#tm-mobile {
	background: #2f5f00;
}
#tm-mobile .uk-padding {
	max-width: 500px;
	margin: 0 auto;
	background: green;
}
#tm-mobile .uk-background-default {
	background-color: #2f5f00;
}
#tm-mobile .uk-nav-default > li.uk-active > a {
	color: #fff;
}
#tm-mobile .uk-navbar-dropdown {
	top: 50px !important;
}
#tm-mobile .uk-nav-default > li > a {
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.07px;
	padding: 12px 0 15px;
}
#tm-mobile .uk-list-divider > li:nth-child(n + 2) {
	border-top: 0.3px solid hsla(0, 0%, 100%, 0.3);
	z-index: 9999;
}
#tm-mobile .uk-list-divider > li:last-child {
	border-bottom: 0.3px solid hsla(0, 0%, 100%, 0.3);
	padding-bottom: 10px;
}
#tm-mobile .uk-navbar-dropdown {
	background: #2f5f00;
	width: 100%;
}
#tm-mobile .uk-navbar-dropbar {
	background: #2f5f00;
}
#tm-mobile .icon-drop {
	position: absolute;
	right: 0;
	top: -10px;
}
#tm-mobile .icon-drop polyline {
	stroke-width: 4;
}
#tm-mobile .uk-navbar-nav > li > a {
	display: inline-block !important;
	font-size: 24px;
	font-weight: 100;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.07px;
	background: #2f5f00;
}
#tm-mobile .second-level-nav {
	width: 100%;
}
#tm-mobile .second-level-nav li {
	width: 100%;
	text-align: left;
	position: relative;
}
#tm-mobile .second-level-nav a {
	padding: 5px 0 0;
	color: #fff;
	min-height: 60px;
	font-size: 20px;
	line-height: 3;
	width: 100%;
	font-weight: 100;
}
#tm-mobile .second-level-nav .uk-navbar-dropbar {
	background: #2f5f00;
}
#tm-mobile .second-level-nav .uk-icon {
	float: right;
	line-height: 3;
}
#tm-mobile .second-level-nav .uk-list-divider > li:nth-child(n + 2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #fafafa;
}
#tm-mobile .uk-icon-button {
	border: 1px solid;
	border-radius: 500px;
	background: transparent;
	color: #fff;
}
#tm-mobile .uk-icon-button:focus,
#tm-mobile .uk-icon-button:hover {
	background-color: transparent;
	color: #fff !important;
	outline: none;
}
.tm-header-mobile {
	position: relative;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 67.1%, 0.5);
	z-index: 1;
}
.tm-header-mobile .uk-navbar {
	width: 100%;
}
.tm-header-mobile .uk-sticky {
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 67.1%, 0.5);
}
.tm-header-mobile .uk-navbar-left {
	padding-left: 25px;
}
.logos img {
	max-width: none;
	max-height: 50px;
}
.logos-mobile img {
	height: 2rem;
}
.uk-list-bullet > li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='10' viewBox='0 0 6 6' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' fill='%230071d7' r='3'/%3E%3C/svg%3E");
	background-position: 50% 50%;
	display: block;
}
.uk-list-bullet {
	font-weight: 700;
}
video {
	object-fit: fill;
}
.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.uk-navbar-nav > li > a {
	color: #333;
	text-transform: none;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}
.weitere {
	margin-top: 70px;
}
.weitere a {
	text-decoration: none;
	transition: -webkit-transform 0.15s ease-out;
	transition: transform 0.15s ease-out;
	transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.weitere a:hover {
	-webkit-transform: translateY(0.4rem) scale(0.98);
	transform: translateY(0.4rem) scale(0.98);
	color: #cd1236;
	background: none !important;
}
.entscheidung-detail h1,
.entscheidung-detail h2 {
	color: #2f5f00;
	font-size: 24px;
}
.entscheidung-detail .uk-h3,
.entscheidung-detail h3 {
	font-size: 18px;
}
.entscheidung-detail .ent-left {
	font-size: 12px;
}
.entscheidung-detail .ent-list .el-title {
	font-weight: 700;
	color: #2f5f00;
}
.entscheidung-detail .uk-card-primary {
	background: transparent !important;
	color: #222;
	border: 1px solid #2f5f00;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.entscheidung-detail .uk-card-primary h3 {
	color: #2f5f00;
}
.entscheidung-detail .uk-card-primary a {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}
.entscheidung-detail .uk-card-primary a:hover {
	background: transparent;
	color: #2f5f00;
}
.entscheidung-detail .uk-card-primary a .kb {
	font-weight: 400;
}
.entscheidung-detail .uk-card-primary a span.uk-icon {
	color: #2f5f00;
	stroke-width: 2;
}
.entscheidung-detail .uk-card-primary a span.uk-icon svg {
	height: 16px;
}
.entscheidung-detail .uk-card-secondary {
	background: #fff;
	color: #222;
	padding: 40px 30px;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.28);
}
.entscheidung-detail .uk-card-secondary a {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}
.entscheidung-detail .uk-card-secondary a:hover {
	background: transparent;
	color: #2f5f00;
}
.entscheidung-detail .uk-card-secondary a .kb {
	font-weight: 400;
}
.entscheidung-detail .uk-card-secondary a span.uk-icon {
	color: #2f5f00;
	stroke-width: 2;
	display: table-cell;
	width: 10px;
}
.entscheidung-detail .uk-card-secondary a span.uk-icon svg {
	height: 16px;
}
.entscheidung-detail .uk-card-secondary h3 {
	font-size: 14px;
	color: #2f5f00;
	font-weight: 400;
}
.entscheidung-detail .uk-card-secondary p {
	font-size: 18px;
	font-weight: 700;
	color: #222;
}
.entscheidung-detail .bottom-section {
	padding: 35px 40px;
	margin-bottom: -70px;
}
@media (min-width: 1140px) {
	.entscheidung-detail .bottom-section {
		padding: 35px;
	}
}
.entscheidung-detail .bottom-section h2 {
	color: #222 !important;
}
.entscheidung-detail .bottom-section .uk-card-secondary {
	min-height: 230px;
	padding-top: 50px;
}
@media (min-width: 960px) and (max-width: 1140px) {
	.weitere .uk-container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 960px) {
	.bottom-section.uk-padding-large {
		padding: 50px 0;
	}
}
.social-share {
	margin-bottom: 40px;
}
.social-share a {
	color: #222;
	font-weight: 700;
	text-decoration: none;
	line-height: 29px;
}
.social-share a:hover {
	background: none;
	color: #2f5f00;
}
#footer {
	color: #222;
	margin-top: 70px;
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-size: 12px;
	border-top: 1px solid #979797;
}
#footer a {
	color: #222;
	font-weight: 700;
	text-decoration: none;
	line-height: 29px;
}
#footer a:hover {
	background: none;
	color: #2f5f00;
}
#footer .uk-list > li:nth-child(n + 2),
#footer .uk-list > li > ul {
	margin-top: 0;
}
.uk-icon-button {
	border: 1px solid;
	border-radius: 500px;
	background: transparent;
	color: #222;
}
.uk-icon-button:focus,
.uk-icon-button:hover {
	background-color: transparent;
	color: #2f5f00 !important;
	outline: none;
}
.content-hero {
	background: #fff;
}
.menclose {
	display: none;
}
.mencloseopen {
	display: block;
}
.toggleclose {
	display: none;
}
.menclose path {
	stroke-width: 2;
}
.uk-navbar-toggle-icon svg {
	width: 30px;
	height: 30px;
}
.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover {
	color: #222;
	outline: none;
	text-decoration: none;
}
th,
tr.head td {
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 0 12px 16px;
	vertical-align: top;
	border-bottom: 1px solid #2f5f00;
	border-right: 1px solid #2f5f00;
}
.uk-accordion-content a {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.uk-open > .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpath fill='none' stroke='%232F5F00' stroke-width='2.03' d='M4 13l6-6 6 6'/%3E%3C/svg%3E");
}
.uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpath fill='none' stroke='%232F5F00' stroke-width='2.03' d='M16 7l-6 6-6-6'/%3E%3C/svg%3E");
}
.uk-table th {
	font-size: 18px;
}
.uk-table td {
	font-size: 14px;
	border-right: 1px solid #2f5f00;
}
.uk-table-striped > tr:nth-of-type(2n),
.uk-table-striped tbody tr:nth-of-type(2n) {
	background: rgba(67, 135, 0, 0.03);
}
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(67, 135, 0, 0.1);
}
.highlights {
	color: #fff !important;
}
.highlights h1,
.highlights h2,
.highlights h3,
.highlights h4,
.highlights h5,
.highlights h6 {
	color: #fff !important;
	margin-bottom: 40px !important;
	font-size: 24px !important;
}
.highlights p {
	margin: 0;
}
.highlights .count {
	font-size: 56px;
	font-weight: 700;
}
.uk-position-cover {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
}
.uk-table-generic-responsive svg {
	color: #0e6ecd;
}
.uk-table-generic-responsive .uk-accordion-title:before {
	border-radius: 500px;
	background-color: rgba(67, 135, 0, 0.1);
}
.uk-table-generic-responsive a {
	color: #2f5f00;
	font-weight: 700;
}
.uk-table-generic-responsive a:hover {
	background: none !important;
	color: #2f5f00;
	text-decoration: underline;
}
.uk-table-generic-responsive ul {
	border-top: 1px solid #2f5f00;
}
.uk-table-generic-responsive ul li {
	padding: 20px;
}
.uk-table-generic-responsive ul li tr td:first-child {
	font-weight: 700;
	padding-right: 20px;
}
.uk-table-generic-responsive ul li:first-child {
	padding-top: 20px;
}
.uk-table-generic-responsive ul li:nth-of-type(odd) {
	background-color: rgba(67, 135, 0, 0.03);
}
.medien h2 {
	color: #2f5f00;
	font-size: 24px;
}
.medien .uk-disabled a {
	color: #222 !important;
}
.medien .anmelden .uk-button {
	margin-top: 5px;
	margin-bottom: 0;
	width: 100%;
	border-radius: 9px;
	border: 2px solid #cd1236;
	background-color: #cd1236;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04px;
	text-align: center;
	height: 47px;
}
.medien .anmelden .uk-button:hover {
	color: #cd1236;
}
.medien .uk-section-default .uk-button-default {
	background-color: #2f5f00;
	color: #fff;
	border: 2px solid #2f5f00;
}
.medien .uk-section-default .uk-button-default a {
	color: #2f5f00;
}
.medien .uk-section-default .uk-button-default a:hover {
	color: #fff;
	border-color: #2f5f00;
}
.medien .uk-section-default .uk-button-default:hover {
	background-color: transparent;
	color: #2f5f00;
	border: 2px solid #2f5f00;
}
.medien .uk-card-full .uk-button-white:hover {
	background-color: #2f5f00;
}
.medien .uk-section-default a,
.medien .uk-section-default ul svg {
	color: #2f5f00;
}
.medien .uk-section-default a:hover {
	color: #fff;
	border-color: #2f5f00;
}
.medien .uk-card-default {
	border-radius: 7px;
	color: #222;
	box-shadow: 1px 1px 16px 0 rgba(67, 67, 67, 0.5);
	min-height: 0 !important;
	transition: -webkit-transform 0.15s ease-out;
	transition: transform 0.15s ease-out;
	transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
	will-change: transform;
}
.medien .uk-card-default .uk-card-media-top {
	position: relative;
}
.medien .uk-card-default a {
	padding: 0;
	text-decoration: none;
}
.medien .uk-card-default:hover {
	-webkit-transform: translateY(0.4rem) scale(0.98);
	transform: translateY(0.4rem) scale(0.98);
}
.medien .uk-card-default .uk-icon {
	position: absolute;
	bottom: -25px;
	right: 20px;
	color: #2f5f00;
	background: #fff;
}
.medien .uk-card-default .uk-icon:hover {
	color: #2f5f00;
	background: #fff;
}
.medien .uk-card-default .uk-icon svg {
	position: relative;
	top: -1px;
	left: 1px;
	width: 21px;
}
@media (min-width: 960px) {
	.medien .uk-card-default .uk-card-body {
		padding: 10px 10px 20px;
	}
}
@media (min-width: 1140px) {
	.medien .uk-card-default .uk-card-body {
		padding: 40px 40px 60px;
	}
}
.medien .uk-card-default .uk-icon-button {
	width: 50px;
	height: 50px;
}
.medien .uk-card-default img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
}
.medien .uk-card-default .uk-text-meta {
	color: #2f5f00;
	font-size: 14px;
}
.medien .uk-card-default .uk-card-body {
	font-size: 12px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	min-height: 0 !important;
}
@media (min-width: 640px) {
	.medien .uk-card-default .uk-card-body {
		min-height: 82px !important;
	}
}
@media (min-width: 960px) {
	.medien .uk-card-default .uk-card-body {
		min-height: 102px !important;
	}
}
.medien .uk-card-default.no-image {
	border-top: 1px solid #2f5f00;
	border-left: 1px solid #2f5f00;
	border-right: 1px solid #2f5f00;
	padding-top: 40px;
}
.medien .uk-card-default.no-image .uk-card-body {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #2f5f00;
}
.medien .uk-card-default.no-image.blue {
	border: 1px solid #0071d7 !important;
	padding-top: 40px;
}
.medien .uk-card-default.no-image.blue .uk-card-body {
	border-bottom: none;
}
.medien .uk-card-default.no-image.blue .blue {
	color: #0071d7;
}
.medien .uk-card-default.no-image.blue h3 {
	font-size: 18px;
}
.medien .uk-card-default.no-image.blue .uk-text-meta,
.medien .uk-card-default.no-image.blue a {
	color: #0071d7;
}
.medien .uk-card-default.no-image.blue a:hover {
	background: #0071d7;
	color: #fff;
}
.medien .uk-card-default.no-image.blue .uk-icon {
	color: #0071d7;
}
.medien .uk-card-default.no-image.blue .uk-card-body {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #0071d7;
}
.medien .uk-card-default.blue {
	border: 1px solid #0071d7 !important;
}
.medien .uk-card-default.blue .blue,
.medien .uk-card-default.blue .uk-text-meta {
	color: #0071d7;
}
.medien .uk-card-default.blue .cls-1 {
	fill: #0071d7 !important;
}
.medien .uk-card-default.blue a {
	color: #0071d7;
}
.medien .uk-card-default.blue a:hover {
	background: #0071d7;
	color: #fff;
}
.medien .uk-card-default.blue .uk-icon {
	color: #0071d7 !important;
}
.medien .uk-card-default.blue .uk-card-body {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.medien .uk-card-default.red .red,
.medien .uk-card-default.red .uk-text-meta,
.medien .uk-card-default.red a {
	color: #cd1236;
}
.medien .uk-card-default.red a:hover {
	background: #cd1236;
	color: #fff;
}
.medien .uk-card-default.red .uk-icon {
	color: #cd1236;
}
.medien .uk-card-full {
	background: #2f5f00;
	color: #fff;
	box-shadow: 0 2px 16px 0 hsla(0, 0%, 56.1%, 0.5);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 0 !important;
}
.medien .uk-card-full h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.17;
	letter-spacing: 0.07px;
	margin-top: 40px;
}
.medien .uk-card-full .uk-button-white {
	background-color: #fff !important;
	color: #2f5f00 !important;
	padding: 5px 50px;
}
.medien .uk-card-full .uk-button-white:hover {
	background-color: #2f5f00 !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}
.medien .uk-card-secondary {
	background: transparent;
	color: #222;
	border: 1px solid #2f5f00;
	padding: 25px 25px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 0 !important;
}
.medien .uk-card-secondary h3 {
	color: #222;
	font-size: 18px;
}
.medien .uk-card-secondary .uk-button-default {
	padding-bottom: 0 !important;
}
.medien .uk-card-secondary .uk-button-medium {
	padding: 0 10px !important;
}
.medien .uk-grid-divider > :not(.uk-first-column):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #2f5f00;
}
.medien .uk-grid-divider > .uk-last-column:before {
	content: '';
	border-left: none;
}
.blue.medien .uk-subnav > * > a:focus,
.blue.medien .uk-subnav > * > a:hover {
	color: #0071d7;
}
.blue.medien #footer a.uk-icon:hover {
	border-color: #0071d7 !important;
}
.blue.medien .uk-card-default .uk-icon {
	color: #0071d7;
}
.blue.medien .content-hero h1 {
	color: #fff;
}
.blue.medien h1,
.blue.medien h2 {
	color: #0071d7;
}
.blue.medien .tags .uk-icon {
	background: transparent;
}
.blue.medien .tags .uk-icon:hover {
	color: #fff;
}
.blue.medien .uk-text-meta {
	color: #0071d7;
	font-size: 14px;
}
.blue.medien .uk-card-default {
	border: 1px solid #0071d7;
}
.blue.medien .uk-card-default.no-image {
	border-top: 1px solid #0071d7;
	border-left: 1px solid #0071d7;
	border-right: 1px solid #0071d7;
}
.blue.medien .uk-card-default.no-image .uk-card-body {
	border-bottom: 1px solid #0071d7;
}
.blue.medien .uk-card-full {
	background: #0071d7;
	color: #fff;
	box-shadow: 0 2px 16px 0 hsla(0, 0%, 56.1%, 0.5);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 0 !important;
}
.blue.medien .uk-card-full h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.17;
	letter-spacing: 0.07px;
	margin-top: 40px;
}
.blue.medien .uk-card-full .uk-button-white {
	background-color: #fff !important;
	color: #0071d7 !important;
	padding: 5px 50px;
}
.blue.medien .uk-card-full .uk-button-white:hover {
	background-color: #0071d7 !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}
.blue.medien .uk-card-secondary {
	background: transparent;
	color: #222;
	border: 1px solid #0071d7;
	padding: 25px 25px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 0 !important;
}
.blue.medien .uk-card-secondary h3 {
	color: #222;
	font-size: 18px;
}
.blue.medien .uk-card-secondary .uk-button-default {
	padding-bottom: 0 !important;
}
.blue.medien .uk-card-secondary .uk-button-medium {
	padding: 0 10px !important;
}
.blue.medien .uk-grid-divider > :not(.uk-first-column):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #0071d7;
}
.blue.medien .download .uk-card-secondary {
	border: 1px solid #0071d7;
}
.blue.medien .download .uk-card-secondary .uk-card-media a {
	color: #0071d7;
}
.blue.medien .download .uk-card-secondary .uk-card-media a:hover {
	color: #222;
}
.blue.medien .download .uk-card-secondary h3 {
	color: #0071d7 !important;
}
.blue.medien .download .uk-card-secondary a:hover {
	color: #0071d7;
}
.blue.medien .download .uk-card-secondary ul {
	list-style: none;
}
.blue.medien .download .uk-card-secondary ul svg {
	color: #0071d7 !important;
}
.green.medien .uk-subnav > * > a:focus,
.green.medien .uk-subnav > * > a:hover {
	color: #2f5f00;
}
.green.medien #footer a.uk-icon:hover {
	border-color: #2f5f00 !important;
}
.green.medien .uk-card-default .uk-icon {
	color: #2f5f00;
}
.green.medien .content-hero h1 {
	color: #fff;
}
.green.medien h1,
.green.medien h2 {
	color: #2f5f00;
}
.green.medien .tags .uk-icon {
	background: transparent;
}
.green.medien .tags .uk-icon:hover {
	color: #fff;
}
.green.medien .uk-text-meta {
	color: #2f5f00;
	font-size: 14px;
}
.green.medien .uk-card-default {
	border: 1px solid #2f5f00;
}
.green.medien .uk-card-default.no-image {
	border-top: 1px solid #2f5f00;
	border-left: 1px solid #2f5f00;
	border-right: 1px solid #2f5f00;
}
.green.medien .uk-card-default.no-image .uk-card-body {
	border-bottom: 1px solid #2f5f00;
}
.green.medien .uk-card-full {
	background: #2f5f00;
	color: #fff;
	box-shadow: 0 2px 16px 0 hsla(0, 0%, 56.1%, 0.5);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 0 !important;
}
.green.medien .uk-card-full h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.17;
	letter-spacing: 0.07px;
	margin-top: 40px;
}
.green.medien .uk-card-full .uk-button-white {
	background-color: #fff !important;
	color: #2f5f00 !important;
	padding: 5px 50px;
}
.green.medien .uk-card-full .uk-button-white:hover {
	background-color: #2f5f00 !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}
.green.medien .uk-card-secondary {
	background: transparent;
	color: #222;
	border: 1px solid #2f5f00;
	padding: 25px 25px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 0 !important;
}
.green.medien .uk-card-secondary h3 {
	color: #222;
	font-size: 18px;
}
.green.medien .uk-card-secondary .uk-button-default {
	padding-bottom: 0 !important;
}
.green.medien .uk-card-secondary .uk-button-medium {
	padding: 0 10px !important;
}
.green.medien .uk-grid-divider > :not(.uk-first-column):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #2f5f00;
}
.green.medien .download .uk-card-secondary {
	border: 1px solid #2f5f00;
}
.green.medien .download .uk-card-secondary .uk-card-media a {
	color: #2f5f00;
}
.green.medien .download .uk-card-secondary .uk-card-media a:hover {
	color: #222;
}
.green.medien .download .uk-card-secondary h3 {
	color: #2f5f00 !important;
}
.green.medien .download .uk-card-secondary a:hover {
	color: #2f5f00;
}
.green.medien .download .uk-card-secondary ul svg {
	color: #2f5f00 !important;
}
.medien-start h1 {
	font-size: 60px;
	line-height: 1.07;
	letter-spacing: 0.05px;
	color: #fff !important;
	text-shadow: 0 2px 13px rgba(0, 0, 0, 0.5);
}
.medien-start h1,
.medien-start h2 {
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}
.medien-start h2 {
	font-size: 24px;
	line-height: 1.19;
	letter-spacing: 0.04px;
}
@media (min-width: 1140px) {
	.medien-start h2 {
		font-size: 36px;
	}
}
.medien-start .medien-hero .uk-section-large {
	padding-top: 0;
}
@media (min-width: 960px) {
	.medien-start .medien-hero .uk-section-large {
		padding-top: 70px;
	}
}
.medien-start .medien-hero .uk-button-default {
	background-color: #cd1236;
	color: #fff;
	border: 2px solid #cd1236;
	padding: 0 100px !important;
	font-size: 14px;
	font-weight: 700;
}
.medien-start .medien-hero .uk-button-default:hover {
	border-color: #cd1236;
	background: #fff;
	color: #cd1236;
}
.medien-start .medien-hero .medien-teaser {
	text-shadow: 0 2px 13px rgba(0, 0, 0, 0.5);
	font-size: 14px;
	line-height: 1.29;
	letter-spacing: 0.06px;
	color: #fff;
	margin-bottom: 30px;
}
@media (min-width: 960px) {
	.medien-start .medien-hero .medien-teaser {
		font-size: 20px;
	}
}
@media (min-width: 1140px) {
	.medien-start .medien-hero .medien-teaser {
		width: 60%;
		font-size: 24px;
		margin-bottom: 50px;
	}
}
.medien-start .mcards {
	position: absolute;
	bottom: 2px;
	right: 0;
}
.medien-start .mcards div:not(:last-child):not(:first-child) {
	margin: 0 5px;
}
.medien-start .mcards > div:hover {
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.medien-start .mcards a {
	color: #222;
	text-decoration: none;
}
.medien-start .mcards a:hover {
	color: #222;
}
.medien-start .mcards .mcard {
	background: #fff;
	padding: 0.8rem;
}
@media (min-width: 960px) {
	.medien-start .mcards .mcard {
		padding: 0.8rem;
	}
}
.medien-start .mcards .mcard h2 {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.05px;
	margin-bottom: 15px;
}
@media (min-width: 1140px) {
	.medien-start .mcards .mcard {
		max-width: 400px;
	}
	.medien-start .mcards .mcard h2 {
		font-size: 24px;
	}
}
.medien-start .mcards .mcard .mtxt {
	padding-left: 2.4rem;
	padding-right: 2.4rem;
	display: flex;
	flex-direction: column;
}
.medien-start .mcards .mcard .uk-button-primary {
	background: #cd1236;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	padding: 0 40px;
	margin-top: auto;
}
.medien-start .mcards .mcard .uk-button-primary:hover {
	background-color: #fff;
	border-color: #cd1236;
	color: #222;
}
.medien-start .mcards .mcard .uk-button-blue {
	background: #0071d7;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #0071d7;
}
.medien-start .mcards .mcard .uk-button-blue:hover {
	background-color: #fff;
	border: 1px solid #0071d7;
	color: #0071d7;
}
.medien-start .mcards .mcard .uk-button-green {
	background: #2f5f00;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	border: 2px solid #2f5f00;
	padding-top: 10px;
	padding-bottom: 10px;
}
.medien-start .mcards .mcard .uk-button-green:hover {
	background-color: #fff;
	border: 1px solid #2f5f00;
	color: #2f5f00;
}
.medien-start .mcards .mcard .uk-button-red {
	background: #cd1236;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	border: 2px solid #cd1236;
	padding-top: 10px;
	padding-bottom: 10px;
}
.medien-start .mcards .mcard .uk-button-red:hover {
	background-color: #fff;
	border: 1px solid #cd1236;
	color: #cd1236;
}
.medien-start .medien-hero-mobile h1 {
	font-size: 24px;
}
.medien-start .medien-hero-mobile .mcards {
	position: static;
	background: #fff;
}
.medien-start .medien-hero-mobile .mcards > div {
	margin: 0 0 10px !important;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 59.6%, 0.5);
}
.medien-start .mcards.uk-height-match > div {
	background: #fff;
}
.medien-hero .uk-button + .uk-button {
	margin-left: 20px;
}
.filter .uk-tab:before {
	border-bottom: none;
}
.filter .uk-button {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
.filter .el-nav {
	margin-bottom: 40px;
}
.switcher a {
	text-align: right;
}
.switcher a:hover {
	background: transparent !important;
	color: inherit !important;
}
.switcher li:not(.uk-active) a {
	transition: all 0.3s ease-out;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.03px;
	color: #222;
	opacity: 0.3;
}
.switcher li.uk-active {
	font-size: 36px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: 0.04px;
}
.switcher li.uk-active a {
	transition: all 0.3s ease-out;
	color: #cd1236;
}
.switcher-mobile h2 {
	font-size: 18px;
}
.switcher-mobile h2 a {
	text-decoration: none;
}
.switcher-mobile .uk-icon {
	float: right;
}
.switcher-mobile address,
.switcher-mobile dl,
.switcher-mobile fieldset,
.switcher-mobile figure,
.switcher-mobile ol,
.switcher-mobile p,
.switcher-mobile pre,
.switcher-mobile ul {
	margin: 0 0 40px;
}
.switcher-mobile polyline {
	stroke-width: 2;
}
@media (max-width: 640px) {
	.switcher-mobile p {
		max-width: 90%;
	}
}
@media (min-width: 640px) {
	.padding-hor-large {
		padding: 5px 100px !important;
	}
}
.icon-filled-big {
	background: transparent;
	width: 76px !important;
	height: 76px !important;
	border: 1px solid #2f5f00;
	color: #fff !important;
}
.icon-filled-big [data-svg='screen-rotation'],
.icon-filled-big [data-svg='unlocked'] {
	position: relative;
	top: -2px;
}
.icon-filled-big [data-svg='pen-tool'] {
	position: relative;
	left: 2px;
}
.icon-filled-big [data-svg='antenna'] {
	position: relative;
	left: 1px;
}
.icon-filled-big:hover {
	border: none;
	color: #fff !important;
	background-color: #2f5f00 !important;
}
.icon-filled-big:hover svg .nc-icon-wrapper,
.icon-filled-big:hover svg circle,
.icon-filled-big:hover svg line,
.icon-filled-big:hover svg path,
.icon-filled-big:hover svg polyline,
.icon-filled-big:hover svg rect {
	stroke: #fff;
}
.icon-filled-big svg .nc-icon-wrapper,
.icon-filled-big svg circle,
.icon-filled-big svg line,
.icon-filled-big svg path,
.icon-filled-big svg rect {
	stroke: #2f5f00;
}
.service .content a {
	color: #2f5f00;
}
.service .content a:hover {
	color: #fff;
}
.service h2 {
	color: #2f5f00;
}
.service h3 {
	font-size: 18px;
}
.service .el-item-blue circle,
.service .el-item-blue line,
.service .el-item-blue path,
.service .el-item-blue polyline,
.service .el-item-blue rect,
.service .el-item-blue text {
	stroke: #0071d7;
}
.service .el-item-blue text {
	fill: #0071d7;
}
.service .el-item-blue .uk-icon[uk-icon='pck'] svg circle,
.service .el-item-blue .uk-icon[uk-icon='rtr'] svg circle,
.service .el-item-blue .uk-icon[uk-icon='tkk'] svg circle {
	stroke: #0071d7;
}
.service .el-item-blue a,
.service .el-item-blue h3 {
	color: #0071d7 !important;
}
.service .el-item-blue a:hover {
	background: #0071d7 !important;
	color: #fff !important;
}
.service .el-item-blue .cls-1 {
	fill: #0071d7;
	stroke: #0071d7;
}
.service .el-item-blue .icon-filled-big {
	width: 76px !important;
	height: 76px !important;
	border: 1px solid #0071d7;
}
.service .el-item-blue .icon-filled-big circle,
.service .el-item-blue .icon-filled-big line,
.service .el-item-blue .icon-filled-big path,
.service .el-item-blue .icon-filled-big polyline,
.service .el-item-blue .icon-filled-big rect {
	stroke: #0071d7;
}
.service .el-item-blue .icon-filled-big:hover {
	border: none;
	color: #fff !important;
	background-color: #0071d7 !important;
}
.service .el-item-blue .icon-filled-big:hover .cls-1 {
	fill: #0071d7;
	stroke: #0071d7;
}
.service .el-item-blue .icon-filled-big:hover path {
	stroke: #fff !important;
}
.service .el-item-blue .icon-filled-big:hover svg .nc-icon-wrapper,
.service .el-item-blue .icon-filled-big:hover svg circle,
.service .el-item-blue .icon-filled-big:hover svg line,
.service .el-item-blue .icon-filled-big:hover svg path,
.service .el-item-blue .icon-filled-big:hover svg polyline,
.service .el-item-blue .icon-filled-big:hover svg rect {
	stroke: #fff;
}
.service .el-item-red a,
.service .el-item-red h3 {
	color: #cd1236 !important;
}
.service .el-item-red a:hover {
	background: #cd1236 !important;
	color: #fff !important;
}
.service .el-item-red svg circle,
.service .el-item-red svg line,
.service .el-item-red svg path,
.service .el-item-red svg polyline,
.service .el-item-red svg rect {
	stroke: #cd1236;
}
.service .el-item-red .uk-icon[uk-icon='pck'] svg circle,
.service .el-item-red .uk-icon[uk-icon='rtr'] svg circle,
.service .el-item-red .uk-icon[uk-icon='tkk'] svg circle,
.service .el-item-red text {
	fill: #cd1236;
}
.service .el-item-red .cls-1 {
	fill: #cd1236;
	stroke: #cd1236;
}
.service .el-item-red .icon-filled-big {
	width: 76px !important;
	height: 76px !important;
	border: 1px solid #cd1236;
}
.service .el-item-red .icon-filled-big:hover {
	border: none;
	color: #fff !important;
	background-color: #cd1236 !important;
}
.service .el-item-red .icon-filled-big:hover .cls-1 {
	fill: #cd1236;
	stroke: #cd1236;
}
.service .el-item-red .icon-filled-big:hover path {
	stroke: #fff !important;
}
.service .el-item-red .icon-filled-big:hover svg .nc-icon-wrapper,
.service .el-item-red .icon-filled-big:hover svg circle,
.service .el-item-red .icon-filled-big:hover svg line,
.service .el-item-red .icon-filled-big:hover svg path,
.service .el-item-red .icon-filled-big:hover svg polyline,
.service .el-item-red .icon-filled-big:hover svg rect {
	stroke: #fff;
}
.service .el-item-green a,
.service .el-item-green h3 {
	color: #2f5f00 !important;
}
.service .el-item-green a:hover {
	background: #2f5f00 !important;
	color: #fff !important;
}
.service .el-item-green .cls-1 {
	fill: #2f5f00;
	stroke: #2f5f00;
}
.service .el-item-green circle,
.service .el-item-green line,
.service .el-item-green path,
.service .el-item-green polyline,
.service .el-item-green rect {
	stroke: #2f5f00;
}
.service .el-item-green text {
	fill: #2f5f00;
}
.service .el-item-green .icon-filled-big {
	width: 76px !important;
	height: 76px !important;
	border: 1px solid #2f5f00;
}
.service .el-item-green .icon-filled-big circle,
.service .el-item-green .icon-filled-big line,
.service .el-item-green .icon-filled-big path,
.service .el-item-green .icon-filled-big polyline,
.service .el-item-green .icon-filled-big rect,
.service .el-item-green .icon-filled-big svg circle,
.service .el-item-green .icon-filled-big svg line,
.service .el-item-green .icon-filled-big svg path,
.service .el-item-green .icon-filled-big svg polyline,
.service .el-item-green .icon-filled-big svg rect {
	stroke: #2f5f00;
}
.service .el-item-green .icon-filled-big:hover {
	border: none;
	color: #fff !important;
	background-color: #2f5f00 !important;
}
.service .el-item-green .icon-filled-big:hover .cls-1 {
	fill: #2f5f00;
	stroke: #2f5f00;
}
.service .el-item-green .icon-filled-big:hover path {
	stroke: #fff !important;
}
.service .el-item-green .icon-filled-big:hover svg .nc-icon-wrapper,
.service .el-item-green .icon-filled-big:hover svg circle,
.service .el-item-green .icon-filled-big:hover svg line,
.service .el-item-green .icon-filled-big:hover svg path,
.service .el-item-green .icon-filled-big:hover svg polyline,
.service .el-item-green .icon-filled-big:hover svg rect {
	stroke: #fff;
}
blockquote {
	font-weight: 700;
	font-size: 14px;
}
blockquote:before {
	content: open-quote;
}
blockquote:after {
	content: close-quote;
}
.content-hero .uk-h1,
.content-hero h1 {
	font-size: 27px;
	line-height: 1.2;
}
.content-hero .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: 0.5s ease;
}
.content-hero .overlay h1 {
	color: #fff;
}
.content-hero .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0.7;
}
.content-hero .text {
	color: #fff;
	position: absolute;
	bottom: 40px;
	width: 95%;
}
@media (min-width: 960px) {
	.content-hero .overlay:before,
	.content-hero h1 {
		width: 95%;
	}
	.content-hero .text {
		width: 85%;
	}
}
@media (min-width: 1140px) {
	.content-hero .overlay:before,
	.content-hero h1 {
		width: 90%;
		display: initial;
	}
	.content-hero .text {
		width: 66%;
	}
}
@media (min-width: 1440px) {
	.content-hero .overlay:before,
	.content-hero h1 {
		width: 80%;
		display: initial;
	}
	.content-hero .text {
		width: 57%;
	}
}
.uk-tile-secondary:not(.uk-preserve-color) {
	color: #222;
}
.uk-tile-secondary {
	background: rgba(67, 135, 0, 0.1);
}
.btn,
.uk-button-tags {
	background-color: transparent;
	color: #222 !important;
	border: 1px solid rgba(16, 16, 16, 0);
	box-shadow: 0 2px 11px 0 rgba(200, 197, 197, 0.5);
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 38px;
	padding: 0 15px !important;
	text-transform: none;
}
.uk-button-tags:hover {
	color: #fff !important;
}
.uk-button-tags-first {
	background-color: rgba(16, 16, 16, 0);
	color: #2f5f00 !important;
	border: 1px solid #2f5f00;
	box-shadow: 1px 2px 11px 0 rgba(200, 197, 197, 0.5);
	width: 40px;
}
.uk-button-tags-first .uk-icon {
	transform: rotate(180deg);
}
.uk-button-tags-first:hover {
	border: 1px solid #2f5f00;
	color: #fff !important;
}
.width-700left {
	padding-left: 30px;
}
@media (min-width: 960px) {
	.content-hero img {
		width: 95% !important;
	}
	.uk-container-rtr {
		margin-right: 100px;
	}
	.content + .section-overview {
		margin-top: -40px;
	}
	.uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.entscheidung-detail .uk-tile {
		padding: 44px 22px;
	}
	.entscheidung-detail .ent-right {
		margin-top: 40px;
	}
	.entscheidung-detail .uk-card-secondary {
		padding: 20px 40px 40px;
	}
	.content-hero .uk-section-large {
		padding-top: 207px;
		padding-bottom: 73px;
	}
	.uk-width-700 {
		max-width: 700px;
		padding-right: 40px;
	}
	.width-700left {
		padding-left: 30px;
		max-width: 710px;
		padding-right: 40px;
	}
	.cite .uk-container-rtr {
		max-width: 70%;
		margin-left: 100px;
	}
	.cite .uk-container-rtr blockquote {
		width: 100%;
		margin-left: 0;
	}
	blockquote {
		max-width: 70%;
		margin-left: 100px;
	}
	.content-hero .uk-h1,
	.content-hero h1 {
		font-size: 36px;
	}
	.content-hero .uk-section {
		width: 80%;
	}
	.content-hero .uk-position-cover {
		background-color: rgba(0, 0, 0, 0.3);
		width: 80%;
	}
}
@media (min-width: 1140px) {
	.width-700left {
		padding-left: 120px;
		max-width: 710px;
		padding-right: 40px;
	}
	.content-hero img {
		width: 90% !important;
	}
	.w80 {
		width: 80% !important;
	}
}
@media (min-width: 1439px) {
	.content-hero img {
		width: 80% !important;
	}
	.amtsstunden {
		padding-left: 300px;
	}
}
#cookie-einstellungen,
#cookie-modal {
	background: rgba(0, 113, 255, 0.33);
	font-size: 12px;
	line-height: 18px;
}
#cookie-einstellungen [class*='uk-modal-close-'],
#cookie-modal [class*='uk-modal-close-'] {
	position: inherit;
	z-index: inherit;
	top: inherit;
	right: inherit;
	padding: 0 15px;
}
.nohover a:hover {
	background: transparent !important;
}
.uk-accordion.ac-content {
	padding: 1.6em 0;
}
.uk-accordion.ac-content a {
	text-decoration: none;
	border: 0.5px solid #0071d7;
	padding: 15px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.uk-accordion.ac-content a:hover {
	background: transparent;
}
.uk-accordion.ac-content li.uk-open a:not(.uk-button) {
	text-decoration: none;
	padding: 15px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 0.5px solid #0071d7;
	border-bottom: none;
}
.uk-accordion.ac-content li.uk-open .uk-accordion-content {
	margin-top: 0;
	border-left: 0.5px solid #0071d7;
	border-right: 0.5px solid #0071d7;
	border-bottom: 0.5px solid #0071d7;
	padding: 15px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
@media (min-width: 960px) {
	.uk-accordion.ac-content li.uk-open .uk-accordion-content p {
		width: 80%;
	}
}
.uk-accordion.ac-content li.uk-open .uk-accordion-content .uk-button {
	border: 2px solid #0071d7;
	border-top-left-radius: 9px !important;
	border-top-right-radius: 9px !important;
}
.uk-accordion.ac-content li.uk-open .uk-accordion-content a:not(.uk-button) {
	border: none;
	color: #0071d7;
	padding: 0 2px;
	text-decoration: underline;
	border-radius: 0;
}
.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button):hover {
	background: #2f5f00;
	color: #fff;
}
.uk-accordion.ac-content .uk-open > .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	border-radius: 500px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%230071d7'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
.uk-accordion.ac-content .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	border-radius: 500px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus' fill='%230071d7'%3E%3Cpath d='M9 1h1v17H9z'/%3E%3Cpath d='M1 9h17v1H1z'/%3E%3C/svg%3E");
}
.uk-accordion.ac-content .uk-accordion-title {
	font-size: 14px;
	font-weight: 700;
	color: #222;
}
.uk-accordion.ac-content .uk-accordion > :nth-child(n + 2) {
	margin-top: 10px;
}
#cookie-einstellungen h2 {
	font-size: 18px;
	color: #222;
}
#cookie-einstellungen a {
	text-decoration: none;
	border: 0.5px solid #0071d7;
	padding: 15px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#cookie-einstellungen .uk-open > .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	border-radius: 500px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%230071d7'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
#cookie-einstellungen .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	border-radius: 500px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus' fill='%230071d7'%3E%3Cpath d='M9 1h1v17H9z'/%3E%3Cpath d='M1 9h17v1H1z'/%3E%3C/svg%3E");
}
#cookie-einstellungen .uk-accordion-title {
	font-size: 14px;
	font-weight: 700;
	color: #9d9d9c;
}
#cookie-einstellungen .uk-accordion > :nth-child(n + 2) {
	margin-top: 10px;
}
#cookie-einstellungen label {
	font-size: 14px;
	font-weight: 700;
}
#cookie-einstellungen input.uk-checkbox:checked {
	border: transparent;
}
#cookie-einstellungen .uk-checkbox {
	width: 19px;
	height: 20px;
	border-radius: 5px;
	border: 0.5px solid #0071d7;
	margin-top: -2px;
	margin-right: 10px;
}
.uk-modal-dialog {
	border: 1px solid #0071d7;
}
.uk-modal {
	background: rgba(0, 113, 255, 0.33);
}
.flex-align-stretch {
	align-items: stretch;
}
.section-overview {
	padding-top: 0;
}
.section-overview .uk-accordion-title {
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 640px) {
	.section-overview .uk-accordion-title {
		padding-left: 80px;
		padding-right: 80px;
	}
}
.section-overview .uk-accordion-title:hover {
	background: transparent;
	color: #2f5f00;
}
.section-overview .overview-filter {
	margin: 30px 0;
}
@media (min-width: 960px) {
	.section-overview
		.overview-filter
		.uk-form-custom:not(:last-child):not(:first-child),
	.section-overview
		.overview-filter
		.uk-inline:not(:last-child):not(:first-child) {
		margin: 0 4px;
	}
	.section-overview .overview-filter .uk-inline:first-child {
		margin: 0 4px 0 0;
	}
}
@media (max-width: 640px) {
	.section-overview .overview-filter .uk-inline {
		width: 100%;
	}
	.section-overview .overview-filter .uk-inline button {
		width: 100%;
		margin: 10px 0;
	}
	.section-overview .overview-filter .uk-search-default {
		width: 100% !important;
		margin-top: 10px !important;
	}
}
.section-overview .overview-filter .uk-active a {
	background-color: rgba(67, 135, 0, 0.1);
}
.section-overview .overview-filter .uk-dropdown {
	padding: 0;
	border-radius: 9px;
	border: 1px solid #979797;
	background-color: #fff;
}
.section-overview .overview-filter .uk-dropdown a {
	padding: 15px;
}
.section-overview .overview-filter .uk-dropdown a:hover {
	background-color: rgba(67, 135, 0, 0.1);
}
.section-overview .overview-filter .uk-dropdown .uk-dropdown-nav {
	max-height: 588px;
	overflow-y: auto;
}
.section-overview .overview-filter button .uk-icon {
	border-radius: 500px;
	background-color: rgba(67, 135, 0, 0.1);
	color: #2f5f00;
	padding: 3px;
	position: absolute;
	right: 5px;
	top: 9px;
}
.section-overview .overview-filter button .uk-icon svg polyline {
	stroke-width: 2;
}
.section-overview .overview-filter .uk-button-default {
	width: 169px;
	background-color: transparent !important;
	color: #979797 !important;
	border: 1px solid #979797 !important;
	font-weight: 400;
	border-radius: 9px;
	text-transform: none;
	font-size: 14px;
	padding: 0 18px 0 10px;
	position: relative;
	text-align: left;
}
.section-overview .overview-filter .uk-search {
	float: right;
}
.section-overview .overview-filter .uk-list-striped > li:nth-of-type(odd) {
	border-top: none;
	border-bottom: none;
}
.section-overview .overview-filter .uk-search-default {
	width: 265px;
	margin-top: 22px;
}
.section-overview .overview-filter .uk-search-default .uk-search-icon {
	color: #2f5f00;
}
.section-overview .overview-filter .uk-search-default .uk-search-input {
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	background: transparent;
	border: 1px solid #979797;
	border-radius: 9px;
}
.section-overview .overview-filter .uk-search-default svg circle,
.section-overview .overview-filter .uk-search-default svg path {
	stroke-width: 2;
}
.section-overview .overview-filter .uk-list-striped > li:nth-of-type(odd) {
	background: rgba(67, 135, 0, 0.03);
}
.section-overview .overview-filter .uk-icon-button {
	width: 28px;
	height: 28px;
	border: 1px solid #2f5f00;
	border-radius: 500px;
	background: #2f5f00;
	color: #fff;
}
.section-overview .overview-filter .uk-icon-button:hover {
	color: #fff !important;
}
.section-overview .overview-filter li a {
	color: #2f5f00;
}
.section-overview .overview-filter li a:hover {
	background-color: #2f5f00;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 640px) {
	.section-overview .overview-filter li .uk-flex {
		display: table;
		width: 100%;
		padding: 10px 0;
	}
}
.section-overview .overview-filter li .uk-flex .picon {
	flex: 0 0 30px;
	padding: 0;
}
@media (max-width: 640px) {
	.section-overview .overview-filter li .uk-flex .picon {
		display: table-cell;
		position: relative;
		top: 6px;
		width: 40px;
	}
}
.section-overview .overview-filter li .uk-flex .pdate {
	flex: 0 0 80px;
	padding: 0 20px;
}
.section-overview .overview-filter li .uk-flex .ptitle {
	flex: 1;
	font-weight: 700;
	padding: 0 20px;
}
.section-overview .overview-filter li .uk-flex .pupdate {
	flex: 1;
	padding: 0 20px;
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	font-style: italic;
	line-height: 2;
	color: #2f5f00;
}
@media (min-width: 640px) and (max-width: 1140px) {
	.section-overview .overview-filter li .uk-flex .pupdate {
		display: none;
	}
}
.section-overview .overview-filter li .uk-flex .pupdate.mobile {
	display: none;
}
@media (min-width: 640px) and (max-width: 1140px) {
	.section-overview .overview-filter li .uk-flex .pupdate.mobile {
		display: block;
		margin-top: 10px;
		padding: 0;
	}
}
.section-overview .overview-filter li .uk-flex .pdown.mobile {
	display: table-cell;
	vertical-align: middle;
}
@media (min-width: 640px) {
	.section-overview .overview-filter li .uk-flex .pdown.mobile {
		display: none;
	}
}
.section-overview .overview-filter li .uk-flex .pdown.mobile a {
	display: block;
	float: right;
	width: 25px;
}
.section-overview .overview-filter li .uk-flex .pdown {
	flex: 0 0 30px;
}
@media (max-width: 640px) {
	.section-overview .overview-filter li .uk-flex .pdown {
		display: none;
	}
}
.section-overview .overview-filter li .uk-flex .pkat {
	flex: 0 0 200px;
}
@media (max-width: 640px) {
	.section-overview .overview-filter li .uk-flex .pkat {
		padding: 0 20px;
	}
}
.section-overview .overview-filter li .uk-flex .uk-disabled {
	color: #979797;
}
.section-overview .overview-filter .pdown,
.section-overview .overview-filter .uk-dropdown-nav li a:hover {
	color: #2f5f00;
}
.section-overview .overview-filter .pdown svg {
	stroke-width: 2.5;
	margin-top: -5px;
}
.section-overview .overview-filter .pdown svg rect {
	height: 2.5px;
}
.section-overview .overview-filter .icon-file svg {
	margin-left: -2px;
	margin-top: 1px;
}
.section-overview .overview-filter .icon-pie svg {
	margin-top: -1px;
	margin-left: 1px;
}
.section-overview .overview-filter .uk-pagination {
	margin-top: 70px;
	font-size: 12px;
}
.section-overview .overview-filter .uk-pagination .next a,
.section-overview .overview-filter .uk-pagination .previous a,
.section-overview .overview-filter .uk-pagination .veryfirst a,
.section-overview .overview-filter .uk-pagination .verylast a {
	color: #2f5f00;
}
.section-overview .overview-filter .uk-pagination .next {
	padding-right: 0;
}
.section-overview .overview-filter .uk-pagination .previous,
.section-overview .overview-filter .uk-pagination .verylast {
	padding-left: 0;
}
.section-overview .overview-filter .uk-pagination .uk-active a {
	content: '';
	border: 1px solid #2f5f00;
	border-radius: 500px;
	background: #2f5f00;
	color: #fff;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
.section-overview .overview-filter .uk-pagination .uk-active a:hover {
	color: #fff;
}
.section-overview .overview-filter .uk-pagination li a {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 2;
	color: #222;
	text-decoration: none;
}
.section-overview .overview-filter .uk-pagination li a:hover {
	color: #0071d7;
}
.section-overview .filter-btn {
	display: inherit;
}
.section-overview .filter-btn .uk-button-default {
	padding: 0 15px;
	margin: 20px 0 0;
}
@media (min-width: 640px) {
	.section-overview .filter-btn {
		display: flex !important;
	}
}
.section-overview .filter-tablet {
	margin-top: 30px;
}
.section-overview .filter-tablet .uk-accordion-title {
	text-decoration: none;
}
.section-overview .filter-tablet .uk-accordion-title:before {
	border-radius: 500px;
	background-color: rgba(67, 135, 0, 0.1);
}
.section-overview .bg-green .uk-search {
	float: none;
	width: 100%;
}
.section-overview .bg-green .uk-search-input {
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff !important;
	border: 1px solid #979797;
	border-radius: 9px;
}
.section-overview .bg-green .uk-button-default {
	width: 100%;
	background-color: #fff;
	color: #979797;
	border: 1px solid #979797;
	font-weight: 400;
	border-radius: 9px;
	text-transform: none;
	font-size: 14px;
	position: relative;
	text-align: left;
}
.section-overview .dec .uk-form-custom {
	margin-right: 5px;
}
@media (min-width: 640px) {
	.section-overview .dec .uk-form-custom:nth-child(2) {
		margin-left: 5px;
		margin-right: 0;
	}
}
.section-overview .decision .uk-list-striped li {
	min-height: 45px;
}
.publish .pupdate {
	flex: 0 0 330px !important;
}
.pub-overview h1 {
	font-size: 36px;
	color: #2f5f00;
}
.pub-overview
	.fill-green.uk-icon:not(.uk-preserve)
	[fill*='#']:not(.uk-preserve) {
	fill: #2f5f00;
}
.pub-overview
	.fill-green.uk-icon:not(.uk-preserve)
	[fill*='#']:not(.uk-preserve)
	circle {
	fill: #fff;
}
.pub-overview .icon-pck {
	color: #2f5f00;
}
.uk-button-large {
	padding: 0 40px !important;
}
.uk-button-xlarge {
	padding: 0 100px !important;
}
.align-items-start {
	align-items: flex-start;
}
@media (max-width: 960px) {
	.bdownloads .uk-grid-stack {
		display: inherit;
	}
	.bdownloads .w100 {
		width: auto;
	}
	.pub-overview h1 {
		font-size: 24px;
		color: #2f5f00;
	}
	.no-padding-top-mobile {
		padding-top: 0 !important;
	}
	.no-margin-lr-mobile {
		margin: 0 -15px !important;
	}
}
@media (max-width: 960px) {
	.min-height-60vh {
		min-height: 45vh !important;
	}
	.uk-width-700 {
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (max-width: 639px) {
	.tags {
		margin-bottom: -40px !important;
	}
	.tags .uk-button {
		margin-top: 0;
		margin-bottom: 5px;
	}
	.uk-button-large {
		padding: 0 10px;
	}
	.min-height-60vh {
		min-height: 25vh !important;
	}
	th {
		font-size: 12px !important;
		font-weight: 700;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.17;
		letter-spacing: 0.03px;
	}
	.tm-toolbar-default .uk-drop.uk-open {
		padding: 5px 35px;
	}
	.tm-toolbar-default .uk-subnav li {
		margin-right: 0;
		width: 100%;
		padding: 10px 0;
	}
	.tm-toolbar-default .uk-list-divider > li:nth-child(n + 2) {
		display: block;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 0.3px solid rgba(37, 135, 0, 0.3);
	}
	#tm-mobile .uk-list-divider > li:nth-child(n + 2) {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
		border-bottom: none;
	}
	#tm-mobile .uk-nav-default > li > a {
		line-height: 2;
		font-size: 24px;
		letter-spacing: 0.07px;
		padding: 0 0 15px;
	}
	#tm-mobile .second-level-nav a {
		font-size: 18px;
		line-height: 1;
		width: 100%;
		padding: 12px 0 15px;
	}
	#tm-mobile .second-level-nav .uk-icon svg {
		max-width: 80%;
	}
	.logos-mobile img {
		height: 1.4rem;
	}
	#tm-mobile .uk-padding {
		padding: 30px;
	}
	.second-level-nav {
		width: 100%;
	}
	.second-level-nav li {
		width: 100%;
		text-align: left;
	}
	.second-level-nav a {
		color: #fff;
		min-height: 40px;
		font-size: 14px;
		line-height: 2;
		width: 100%;
		letter-spacing: 0.07px;
		padding: 12px 0 15px;
	}
	.m1 {
		order: 3;
	}
	.m2 {
		order: 1;
	}
	.m3 {
		order: 2;
	}
}
.entscheidung-detail.red .ent-list .el-title,
.entscheidung-detail.red h1,
.entscheidung-detail.red h2 {
	color: #cd1236;
}
.entscheidung-detail.red .uk-card-primary {
	background: transparent;
	color: #222;
	border: 1px solid #cd1236;
}
.entscheidung-detail.red .uk-card-primary h3 {
	color: #cd1236;
}
.entscheidung-detail.red .uk-card-primary a {
	color: #222;
}
.entscheidung-detail.red .uk-card-primary a:hover {
	background: transparent;
	color: #cd1236;
}
.entscheidung-detail.red .uk-card-primary a span.uk-icon {
	color: #cd1236;
}
.entscheidung-detail.red .uk-card-secondary {
	background: #fff;
	color: #222;
}
.entscheidung-detail.red .uk-card-secondary a {
	color: #222;
}
.entscheidung-detail.red .uk-card-secondary a:hover {
	background: transparent;
	color: #cd1236;
}
.entscheidung-detail.red .uk-card-secondary a span.uk-icon,
.entscheidung-detail.red .uk-card-secondary h3 {
	color: #cd1236;
}
.next polyline,
.previous polyline {
	stroke-width: 1.8px;
}
.veryfirst,
.verylast {
	margin-top: 0;
}
.download {
	font-size: 12px;
}
.download .uk-card-secondary {
	background: transparent;
	color: #222;
	border: 1px solid #2f5f00;
	padding: 15px 35px 35px 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.download .uk-card-secondary .uk-card-media a {
	color: #2f5f00;
}
.download .uk-card-secondary .uk-card-media a:hover {
	color: #222;
}
.download .uk-card-secondary h3 {
	color: #2f5f00;
	font-size: 18px;
	font-weight: 700;
}
.download .uk-card-secondary a {
	color: #222;
	text-decoration: none;
	background: transparent;
}
.download .uk-card-secondary a:hover {
	color: #2f5f00;
}
.download .uk-card-secondary ul {
	padding: 0;
	list-style: none;
}
.download .uk-card-secondary ul li {
	margin-bottom: 15px;
}
.download .uk-card-secondary ul li a {
	display: table;
}
.download .uk-card-secondary ul .uk-icon {
	width: 12px;
	top: -1px;
	position: relative;
	display: table-cell;
	padding-right: 10px;
}
.download .uk-card-secondary ul svg {
	stroke-width: 2.5;
	margin-top: 1px;
	color: #2f5f00;
	height: 15px;
}
.download .uk-card-secondary ul svg rect {
	height: 2.5px;
}
.download .uk-card-secondary ul.down svg {
	margin-top: 1px;
}
.download .uk-card-secondary ul.enter svg {
	margin-top: 4px;
	height: 10px;
}
.kontakt #captchaTextBox {
	width: 50%;
}
.kontakt .success {
	color: green;
}
.kontakt .error {
	color: red;
}
.kontakt h2 {
	font-size: 18px;
	font-weight: 700;
}
.kontakt .download {
	font-size: 12px;
}
.kontakt .download .uk-card-secondary {
	background: transparent;
	color: #222 !important;
	border: 1px solid #0071d7;
	padding: 5px 35px 15px 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.kontakt .download .uk-card-secondary .uk-card-media a {
	color: #0071d7;
}
.kontakt .download .uk-card-secondary .uk-card-media a:hover {
	color: #222;
}
.kontakt .download .uk-card-secondary a.uk-button {
	font-size: 12px;
	display: inline-block;
	color: #fff !important;
	line-height: 3;
}
.kontakt .download .uk-card-secondary a.uk-button:hover,
.kontakt .download .uk-card-secondary h3 {
	color: #0071d7;
}
.kontakt .download .uk-card-secondary a {
	color: #222;
	text-decoration: none;
}
.kontakt .download .uk-card-secondary a:hover {
	color: #0071d7;
}
.kontakt .download .uk-card-secondary ul {
	padding: 0;
}
.kontakt .download .uk-card-secondary ul li {
	margin-bottom: 15px;
}
.kontakt .download .uk-card-secondary ul svg {
	stroke-width: 2.5;
	margin-top: 1px;
	color: #0071d7;
	height: 15px;
}
.kontakt .download .uk-card-secondary ul svg rect {
	height: 2.5px;
}
.kontakt .download .uk-card-secondary ul.down svg {
	margin-top: 1px;
}
.kontakt .download .uk-card-secondary ul.enter svg {
	margin-top: 4px;
	height: 10px;
}
.uk-container-xsmall {
	max-width: 536px;
}
.rtr-home h2,
.rtr-home h3 {
	color: #0071d7;
}
.rtr-home h2 {
	font-size: 27px;
}
.rtr-home h3 {
	font-size: 18px;
}
.rtr-home .switcher li {
	text-transform: uppercase;
}
.rtr-home .download {
	font-size: 14px;
}
.rtr-home .download .uk-card-secondary {
	box-shadow: 0 2px 16px 0 rgba(67, 67, 67, 0.5);
	border: none;
}
.rtr-home .download .uk-card-secondary a,
.rtr-home .download .uk-card-secondary h3 {
	color: #0071d7;
}
@media (min-width: 960px) {
	.rtr-home .download .uk-card-secondary {
		min-height: 236px;
	}
	.rtr-home .download .uk-card-secondary .rmore {
		position: absolute;
		bottom: 15px;
	}
}
.rtr-home #footer {
	margin-top: 0;
}
.rtr-home .uk-button-default {
	line-height: 3;
}
.rtr-home .uk-container-rtr .uk-first-column,
.rtr-home .uk-container-small {
	margin-bottom: 50px;
}
.rtr-home .uk-kontakt {
	padding-top: 70px;
	padding-bottom: 70px;
}
@media (max-width: 1140px) {
	.rtr-home .uk-container-small {
		max-width: 700px;
	}
	.rtr-home .uk-last-column {
		margin-top: 5px;
	}
}
@media (max-width: 960px) {
	.rtr-home .uk-margin-large {
		margin-top: 0 !important;
	}
	.rtr-home .uk-section {
		padding-bottom: 0;
	}
}
.home-hero h1 {
	font-size: 24px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.03px;
	text-transform: uppercase;
	color: #0071d7;
}
@media (min-width: 1140px) {
	.home-hero h1 {
		font-size: 28px;
	}
}
@media (min-width: 1440px) {
	.home-hero h1 {
		font-size: 36px;
	}
}
.home-hero .rtr-logo svg {
	width: 145px;
}
.home-hero .hhlink {
	font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: 0.07px;
	color: #0071d7;
}
.home-hero .hhlink a {
	text-decoration: none;
}
@media (min-width: 1140px) {
	.home-hero .hhlink {
		font-size: 18px;
	}
}
@media (min-width: 1440px) {
	.home-hero .hhlink {
		font-size: 20px;
	}
}
.home-hero .hhlink .uk-icon {
	position: relative;
	top: -1px;
	left: 2px;
}
@media (min-width: 1440px) {
	.home-hero .rtr-tile-left {
		padding: 5rem;
	}
}
.home-hero a.tilebc {
	position: relative;
	padding: 60px 100px 60px 60px;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.1px;
	text-decoration: none;
	color: #fff !important;
	word-break: break-word;
	overflow-wrap: break-word;
}
@media (max-width: 640px) {
	.home-hero a.tilebc {
		padding: 25px;
	}
	.home-hero a.tilebc h2 {
		font-size: 24px !important;
	}
}
.home-hero a.tilebc h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.25px;
}
.home-hero a.tilebc .bereich {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: 0.12px;
}
.home-hero a.tilebc .uk-icon {
	position: relative;
}
.home-hero a.tilebc .uk-panel {
	transition: all 0.3s ease-out;
}
.home-hero a.tilebc:hover {
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
}
.home-hero a.tilebc:hover:before {
	opacity: 0;
}
.home-hero a.tilebc:hover .uk-panel {
	transform: translateY(-10px);
}
.home-hero a.tilebc:hover .uk-panel,
.home-hero a.tilebc:hover .uk-panel h2 {
	text-shadow: 0 0.15em 0.4rem rgba(0, 0, 0, 0.3);
}
.home-hero a.tilebc:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: opacity 0.15s ease-out;
	background-color: rgba(0, 113, 215, 0.28);
}
.home-hero a.tilea .bereich {
	border-bottom: 2px solid #0071d7;
}
.home-hero a.tileb .bereich {
	border-bottom: 2px solid #cd1236;
}
.home-hero a.tilec .bereich {
	border-bottom: 2px solid #2f5f00;
}
@media (max-width: 640px) {
	.home-hero .uk-tile {
		padding-bottom: 25px;
	}
	.home-hero * + .uk-grid-margin,
	.home-hero .uk-grid > .uk-grid-margin {
		margin-top: 5px;
	}
}
.home-logos img {
	float: left;
	margin-right: 1.2rem;
}
@media (max-width: 640px) {
	.home-logos img {
		max-height: 30px;
	}
}
@media (min-width: 640px) {
	.home-logos img {
		max-height: 1.6rem;
	}
}
@media (min-width: 1440px) {
	.home-logos img {
		max-height: 2.3rem;
	}
}
.uk-grid-xsmall {
	margin-left: -6px;
}
.uk-grid-xsmall > * {
	padding-left: 6px;
}
.color-blue {
	color: #0071d7 !important;
}
.uk-height-0 {
	height: 0;
}
.kommlinks {
	width: 100%;
}
.kommlinks h3 {
	color: #cd1236;
	min-height: 42px;
	font-size: 24px;
}
.kommlinks img {
	max-height: 30px;
}
.kommlinks .green h3 {
	color: #2f5f00;
}
.kommlinks .blue h3 {
	color: #0071d7;
}
.uk-card-blue {
	background: #0071d7 !important;
}
.uk-card-blue,
.uk-card-blue h3 {
	color: #fff !important;
}
.uk-card-blue .uk-button-white,
.uk-card-blue a {
	color: #0071d7 !important;
	background: #fff !important;
}
.presse .medien h2 {
	margin-bottom: 40px;
}
.presse h3 {
	color: #222;
	font-size: 24px;
}
.presse .uk-tile-secondary h3 {
	color: #222;
	font-size: 18px;
}
.presse .download .uk-card-secondary {
	color: #222;
	border: 1px solid #0071d7;
}
.presse .download .uk-card-secondary ul svg {
	stroke-width: 2.5;
	margin-top: 1px;
	color: #0071d7;
	height: 15px;
}
.presse .left-down {
	font-weight: 700;
}
.presse .left-down ul {
	padding: 0;
}
.presse .left-down ul svg {
	stroke-width: 2.5;
	margin-top: 1px;
	color: #0071d7;
	height: 15px;
}
.presse .left-down ul svg rect {
	height: 2.5px;
}
.presse .left-down a {
	padding: 5px 0;
	margin: 5px 0;
	display: block;
}
.presse .left-down a:hover svg {
	stroke-width: 2.5;
	margin-top: 1px;
	color: #fff;
	height: 15px;
}
.presse .left-down a:hover svg rect {
	height: 2.5px;
}
.presse .left-down .uk-icon {
	position: relative;
	top: -2px;
}
@media (max-width: 960px) {
	.presse .top-section {
		padding-top: 0;
	}
}
.contact-card {
	border-bottom: 1px solid #0071d7;
	padding-bottom: 40px;
	padding-top: 40px;
}
.uk-card .no-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #cd1236;
	height: 384px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
@media (min-width: 960px) {
	.uk-card .no-image {
		height: 33%;
	}
}
.uk-card .no-image .uk-icon-button {
	position: static;
	width: 100px;
	height: 100px;
	background: transparent;
	color: #fff;
}
.uk-card .default-image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.uk-card .default-image .uk-icon-button {
	width: 100px;
	height: 100px;
	background: transparent;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
@media (min-width: 640px) {
	.uk-card .default-image .uk-icon-button {
		width: 80px;
		height: 80px;
	}
}
@media (min-width: 1140px) {
	.uk-card .default-image .uk-icon-button {
		width: 100px;
		height: 100px;
	}
}
.news-grid h3 {
	font-size: 14px;
}
@media (min-width: 1140px) {
	.news-grid h3 {
		font-size: 24px;
	}
}
.intro {
	font-weight: 700;
}
.img-desc {
	padding: 30px 0 20px;
}
.img-desc .desc {
	padding-top: 7px;
	font-size: 12px;
}
.news-detail .download .uk-card-secondary {
	box-shadow: none;
}
.news-detail .bdownloads span.uk-icon {
	top: 1px;
}
.news-detail .uk-card.uk-card-secondary span.uk-icon {
	top: -3px;
}
.desc-text-normal {
	margin-left: 5px;
	font-weight: 400;
}
.year {
	display: inline-block;
}
.year,
li .uk-flex {
	width: 100%;
}
#breadcrumbs {
	padding-bottom: 0;
	margin-bottom: -20px;
}
.amtsstunden {
	padding-top: 80px;
	padding-bottom: 80px;
}
.amtsstunden h3 {
	font-size: 18px;
	color: #222;
}
.veranstaltung {
	line-height: 1.6;
}
.veranstaltung h1 {
	font-size: 24px;
	margin: 0 0 10px;
}
@media (min-width: 1140px) {
	.veranstaltung h1 {
		font-size: 36px;
	}
}
.veranstaltung h2 {
	font-size: 14px;
	margin-bottom: 25px;
}
@media (min-width: 640px) {
	.veranstaltung h2 {
		font-size: 18px;
	}
}
@media (min-width: 1140px) {
	.veranstaltung h2 {
		font-size: 24px;
	}
}
.veranstaltung h1,
.veranstaltung h2 {
	color: #222;
}
.veranstaltung .uk-article-meta {
	font-size: 18px;
	line-height: 1.22;
	color: #cd1236;
	margin-bottom: 20px;
}
.veranstaltung .uk-article-meta,
.veranstaltung .uk-text-lead {
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.05px;
}
.veranstaltung .uk-text-lead {
	font-size: 14px;
	line-height: 1.44;
	color: #222;
	margin-top: 0;
}
@media (min-width: 640px) {
	.veranstaltung .uk-text-lead {
		font-size: 18px;
	}
}
.veranstaltung .uk-tile-secondary {
	background: none !important;
}
.veranstaltung .uk-list-bullet {
	font-weight: 400;
}
.veranstaltung .v-dates .uk-text-muted {
	opacity: 0.3;
}
.veranstaltung .v-dates .uk-text-muted .uk-card-body {
	border: 1px solid #ebebeb;
	box-shadow: none;
}
.veranstaltung .v-dates .uk-list > li:nth-child(n + 2),
.veranstaltung .v-dates .uk-list > li > ul {
	margin-top: 0;
}
@media (min-width: 640px) {
	.veranstaltung .v-dates .uk-tile {
		width: 220px;
	}
	.veranstaltung .v-dates .uk-list > li:nth-child(n + 2),
	.veranstaltung .v-dates .uk-list > li > ul {
		margin-top: 25px;
	}
}
@media (min-width: 1140px) {
	.veranstaltung .v-dates .uk-tile {
		padding: 0 20px 70px;
		float: right;
	}
}
.veranstaltung .v-date {
	font-weight: 700;
}
.veranstaltung .v-date p {
	margin: 0;
}
.veranstaltung .v-date .v-day {
	font-size: 36px;
	line-height: 1;
}
.veranstaltung .v-date .v-month-year {
	font-size: 14px;
	line-height: 1;
}
.veranstaltung .v-date .v-time {
	font-size: 12px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.5;
	letter-spacing: 0.03px;
}
@media (min-width: 640px) {
	.veranstaltung .v-date .v-day {
		font-size: 60px;
	}
	.veranstaltung .v-date .v-month-year {
		font-size: 24px;
	}
	.veranstaltung .v-date .v-time {
		font-size: 14px;
	}
	.veranstaltung .v-date .uk-card-secondary {
		padding: 5px;
	}
}
.veranstaltung .uk-button-primary {
	font-size: 14px;
	background-color: #cd1236;
	color: #fff;
	border: 2px solid #cd1236;
	width: 100%;
	margin-top: 5px;
}
@media (min-width: 640px) {
	.veranstaltung .uk-button-primary {
		font-size: 18px;
	}
}
.veranstaltung .uk-button-primary:hover {
	background: transparent !important;
	color: #cd1236 !important;
}
.veranstaltung .v-adress:not(.uk-icon) {
	color: #cd1236;
	font-size: 14px;
	line-height: 1.22;
	letter-spacing: 0.05px;
}
@media (min-width: 640px) {
	.veranstaltung .v-adress:not(.uk-icon) {
		font-size: 18px;
	}
}
.veranstaltung .v-adress:not(.uk-icon) .uk-icon {
	position: relative;
	color: #222;
	top: -2px;
}
.veranstaltung .diskussion {
	margin-top: 70px;
}
.veranstaltung .v-name {
	font-weight: 700;
	margin-right: 15px;
}
.veranstaltung .uk-list-striped > li:nth-of-type(odd) {
	background: rgba(205, 18, 54, 0.05);
	border-top: none;
	border-bottom: none;
}
.veranstaltung .uk-list-striped > li {
	padding: 10px 30px;
}
.veranstaltung .uk-h3,
.veranstaltung h3 {
	font-size: 18px;
}
.veranstaltung .ent-left {
	font-size: 12px;
}
.veranstaltung .ent-list .el-title {
	font-weight: 700;
	color: #2f5f00;
}
.veranstaltung .ent-list a {
	color: #2f5f00;
}
.veranstaltung .uk-card-primary {
	padding: 60px 30px;
	color: #fff;
	background: #cd1236;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.veranstaltung .uk-card-primary p {
	color: #fff;
}
.veranstaltung .uk-card-primary h3 {
	color: #fff;
	line-height: 1.28;
	font-size: 18px;
}
.veranstaltung .uk-card-primary a {
	color: #fff !important;
	font-weight: 400;
	text-decoration: underline;
}
.veranstaltung .uk-card-primary a:hover {
	background: transparent;
	color: #fff;
}
.veranstaltung .uk-card-primary a .kb {
	font-weight: 400;
}
.veranstaltung .uk-card-primary a span.uk-icon {
	color: #2f5f00;
	stroke-width: 2;
}
.veranstaltung .uk-card-primary a span.uk-icon svg {
	height: 16px;
}
.veranstaltung .uk-card-secondary {
	background: #fff;
	color: #222;
	padding: 10px;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.28);
}
.veranstaltung .uk-card-secondary .uk-button {
	margin-bottom: 15px;
}
@media (min-width: 640px) {
	.veranstaltung .uk-card-secondary {
		padding: 5px 25px;
	}
}
@media (min-width: 1140px) {
	.veranstaltung .uk-card-secondary {
		padding: 25px;
	}
}
.veranstaltung .uk-card-secondary a {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}
.veranstaltung .uk-card-secondary a:hover {
	background: transparent;
	color: #2f5f00;
}
.veranstaltung .uk-card-secondary a .kb {
	font-weight: 400;
}
.veranstaltung .uk-card-secondary a span.uk-icon {
	color: #2f5f00;
	stroke-width: 2;
}
.veranstaltung .uk-card-secondary a span.uk-icon svg {
	height: 16px;
}
.veranstaltung .uk-card-secondary h3 {
	font-size: 14px;
	color: #cd1236;
	font-weight: 400;
}
.veranstaltung .uk-card-secondary p {
	font-size: 18px;
	line-height: 16px;
	color: #222;
	margin-top: 10px;
	margin-bottom: 10px;
}
.veranstaltung #downloads h3 {
	color: #cd1236;
	font-weight: 700;
	font-size: 18px;
}
.veranstaltung #downloads .uk-card-secondary {
	padding: 10px 30px 30px;
	box-shadow: none;
}
.veranstaltung #downloads .uk-card-secondary a {
	color: #222;
	font-weight: 400;
	text-decoration: none;
}
.veranstaltung #downloads .uk-card-secondary a:hover {
	color: #cd1236;
}
.veranstaltung .bottom-section {
	margin-bottom: -35px;
}
@media (min-width: 1140px) {
	.veranstaltung .bottom-section {
		padding: 135px;
	}
}
.veranstaltung .bottom-section .uk-card-secondary {
	padding: 25px;
}
.veranstaltung .bottom-section h2 {
	color: #222 !important;
}
.veranstaltung .bottom-section .uk-card-secondary {
	min-height: 200px;
	padding-top: 50px;
}
@media (min-width: 640px) {
	.veranstaltungen-header .uk-container {
		position: relative;
		margin-top: -140px;
	}
	.veranstaltungen-header .uk-article-meta,
	.veranstaltungen-header h1 {
		color: #fff;
	}
	.veranstaltungen-header h1 {
		margin-bottom: 80px;
	}
	.veranstaltungen-header .uk-article-meta {
		margin-top: 50px;
	}
}
@media (min-width: 960px) {
	.veranstaltungen-header .uk-container {
		position: relative;
		margin-top: -200px;
	}
	.veranstaltungen-header .uk-article-meta,
	.veranstaltungen-header h1 {
		color: #fff;
	}
	.veranstaltungen-header h1 {
		margin-bottom: 80px;
	}
	.veranstaltungen-header .uk-article-meta {
		margin-top: 50px;
	}
}
@media (min-width: 1140px) {
	.veranstaltungen-header .uk-container {
		position: relative;
		margin-top: -200px;
	}
	.veranstaltungen-header .uk-article-meta,
	.veranstaltungen-header h1 {
		color: #fff;
	}
	.veranstaltungen-header h1 {
		margin-bottom: 100px;
	}
	.veranstaltungen-header .uk-article-meta {
		margin-top: 30px;
	}
}
.veranstaltung-uebersicht p {
	margin-top: 20px;
}
.veranstaltung-uebersicht .v-day {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.veranstaltung-uebersicht .v-month-year {
	text-align: center;
	font-size: 12px;
}
.veranstaltung-uebersicht .picon {
	display: none;
}
.veranstaltung-uebersicht .year .uk-list {
	margin: 0 -25px;
}
@media (min-width: 640px) {
	.veranstaltung-uebersicht .uk-card-media {
		padding: 50px;
	}
}
@media (min-width: 960px) {
	.veranstaltung-uebersicht .year .uk-list {
		margin: 0;
	}
}
@media (min-width: 1140px) {
	.veranstaltung-uebersicht .uk-card-media {
		padding: 0;
	}
	.veranstaltung-uebersicht .v-day {
		font-size: 36px;
	}
	.veranstaltung-uebersicht .v-month-year {
		font-size: 14px;
	}
	.veranstaltung-uebersicht * + p {
		margin-top: 30px;
	}
}
.veranstaltung-uebersicht .vu-anmeldung h3 {
	text-align: center;
	font-size: 18px;
}
.veranstaltung-uebersicht .vu-anmeldung .uk-button {
	margin-top: 5px;
	margin-bottom: 0;
	width: 100%;
	border-radius: 9px;
	border: 2px solid #cd1236;
	background-color: #cd1236;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04px;
	text-align: center;
	height: 47px;
}
.veranstaltung-uebersicht .vu-anmeldung .uk-button:hover {
	background-color: transparent;
	color: #cd1236;
	border: 2px solid #cd1236;
}
.veranstaltung-uebersicht #footer {
	margin-top: 0;
}
@media (min-width: 1140px) {
	.anmeldung {
		padding: 50px 100px !important;
	}
}
.anmelden label {
	font-size: 12px;
}
.anmelden input:not(.uk-checkbox) {
	background-color: #fff;
	border-radius: 9px;
	border: 1px solid #9d9d9d;
	margin-top: 5px;
	min-height: 48px;
}
.anmelden .uk-button {
	margin-top: 25px;
	margin-bottom: 0;
	width: 100%;
	border-radius: 9px;
	background-color: hsla(0, 0%, 100%, 0.99);
	border: 2px solid #fff;
	color: #cd1236;
	font-weight: 700;
	letter-spacing: 0.04px;
	text-align: center;
	height: 47px;
}
.anmelden .uk-button:hover {
	background-color: transparent;
	color: #fff;
}
.anmelden .uk-input,
.anmelden .uk-select,
.anmelden .uk-textarea {
	color: #222;
}
.anmelden .checkbox {
	position: relative;
	margin-top: 20px;
}
.anmelden .checkbox .uk-checkbox {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	position: absolute;
	top: 5px;
}
.anmelden .checkbox p {
	margin-left: 30px;
}
.anmelden input.uk-checkbox,
.anmelden input.uk-checkbox:checked {
	border: 1px solid #9d9d9d;
	background-color: #fff;
}
.anmelden input.uk-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L5 7.5 2 5l-1 .5L5 10l8-8.5z'/%3E%3C/svg%3E");
}
.anmelden input.uk-checkbox:checked:focus {
	border: 1px solid #9d9d9d;
	background-color: #fff;
}
.doppelliste a:hover {
	background: transparent;
}
.doppelliste .dop-item {
	margin: 30px 0;
	font-size: 12px;
}
.doppelliste .uk-card-secondary {
	box-shadow: none;
	padding-bottom: 25px;
}
.doppelliste .uk-card-secondary p {
	font-size: 12px;
}
.doppelliste .uk-card-secondary a {
	text-decoration: underline;
}
.doppelliste .uk-card-secondary a .uk-margin-small-right {
	margin-right: 10px !important;
	margin-top: -3px;
}
.doppelliste .green a {
	color: #2f5f00 !important;
}
.doppelliste .green a:hover {
	background: #2f5f00;
	color: #fff !important;
}
.doppelliste .blue ul svg {
	stroke-width: 2.5;
	margin-top: 1px;
	color: #0071d7 !important;
	height: 15px;
}
.uk-pagination a:hover {
	background: transparent !important;
}
.uk-white-space-nowrap {
	white-space: nowrap;
}
.uk-white-space-normal {
	white-space: normal;
}
.uk-white-space-pre {
	white-space: pre;
}
* + .uk-grid-margin-small,
.uk-grid + .uk-grid-row-small,
.uk-grid + .uk-grid-small,
.uk-grid-row-small > .uk-grid-margin,
.uk-grid-small > .uk-grid-margin {
	margin-top: 25px;
}
.uk-form-label {
	font-size: 12px;
}
.uk-form {
	padding: 80px 0;
}
.uk-form .uk-grid-small {
	margin-top: 30px;
}
.uk-form .anmelden {
	color: #222;
	font-size: 12px;
	margin-top: 15px;
}
.uk-form .anmelden a {
	color: #222;
}
.uk-form h2 {
	color: #222;
	font-size: 18px;
}
.uk-form .uk-input,
.uk-form .uk-textarea {
	height: inherit;
	color: #222;
	font-size: 12px;
	border-radius: 9px;
	border: 1px solid #9d9d9d;
	padding: 15px 10px;
}
.uk-form .uk-input:focus,
.uk-form .uk-textarea:focus {
	color: #222;
}
.uk-form .uk-form-label {
	margin-bottom: 5px;
	display: block;
}
.uk-form .submit-btn {
	margin-top: 0;
}
.uk-form .submit-btn :focus {
	outline: 2px dotted #222;
}
.uk-form .submit-btn input {
	width: 100%;
}
@media (min-width: 640px) {
	.uk-form .submit-btn input {
		width: auto;
	}
}
.uk-form .submit-btn .w100 {
	width: 100%;
}
.uk-form .pflichtfeld {
	margin-top: -10px;
}
.uk-button-wide {
	padding: 0 50px;
}
.section-overview .overview-filter .uk-active a {
	background-color: rgba(0, 113, 215, 0.1);
}
.copy {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 10px;
}
.js-lightbox a:hover {
	background: transparent;
}
.uk-lightbox-items img {
	background: #fff;
}
.img-inline {
	padding-bottom: 30px;
}
.img-inline .desc {
	font-size: 12px;
}
@media (min-width: 960px) {
	.img-inline {
		padding: 0 50px 50px 0;
		float: left;
		width: 50%;
	}
}
@media (min-width: 1140px) {
	.img-inline {
		padding: 0 100px 50px 0;
	}
}
.uk-list:not(.uk-list-bullet) {
	display: flex;
	flex-wrap: wrap;
}
.uk-list:not(.uk-list-bullet) li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	flex: 100%;
}
.bdownloads .el-content p {
	position: relative;
}
.bdownloads .el-content p > a {
	display: block;
	padding-left: 20px;
}
.bdownloads span.uk-icon {
	width: 20px;
	display: inline-table;
	position: absolute;
	left: 0;
	top: 3px;
}
.ent-list .uk-grid {
	width: 100%;
}
.green.medien .anmelden .uk-button {
	border: 2px solid #2f5f00;
	background-color: #2f5f00;
	color: #fff;
}
.green.medien .anmelden .uk-button:hover {
	background-color: transparent;
	color: #2f5f00;
	border: 2px solid #2f5f00;
}
.green .bdownloads a {
	color: #222 !important;
}
.green .bdownloads a:hover {
	background: transparent !important;
	color: #2f5f00 !important;
}
.green .uk-tab > .uk-active > a {
	border-color: #2f5f00;
}
.green .uk-text-meta {
	color: #2f5f00;
}
.green .download .uk-card-secondary a {
	color: #222 !important;
}
.green .download .uk-card-secondary a:hover {
	background: transparent !important;
	color: #2f5f00 !important;
}
.green .download .uk-card-secondary ul svg,
.green .uk-section-default a {
	color: #2f5f00;
}
.green .social-share {
	margin-bottom: 40px;
}
.green .social-share a {
	color: #222;
	font-weight: 700;
	text-decoration: none;
	line-height: 29px;
}
.green .social-share a:hover {
	background: none !important;
	color: #2f5f00 !important;
}
.green .section-overview .overview-filter .uk-pagination li a:hover {
	color: #2f5f00;
}
.green .uk-section-default .uk-button-default {
	background-color: #2f5f00;
	color: #fff;
	border: 2px solid #2f5f00;
}
.green .uk-card-blue h3 {
	color: #fff !important;
}
.green .uk-card-blue a {
	color: #0071d7 !important;
	background: #fff !important;
	text-decoration: none !important;
}
.green .uk-card-blue .uk-button-white {
	color: #0071d7 !important;
	background: #fff !important;
	border: 2px solid #0071d7 !important;
}
.green .uk-card-blue .uk-button-white:hover {
	background: transparent !important;
}
.green .left-down ul svg {
	stroke-width: 2.5;
	margin-top: 1px;
	color: #2f5f00;
	height: 15px;
}
.green .uk-card-blue {
	background: #0071d7 !important;
	color: #fff !important;
}
.green .uk-card-blue a,
.green .uk-card-blue h3 {
	color: #fff !important;
}
.green .uk-card-blue a {
	color: #fff !important;
	text-decoration: underline !important;
}
.green .uk-section-default a:hover {
	background: #2f5f00;
	color: #fff;
	text-decoration: none;
}
.green .download .uk-card-secondary {
	border: 1px solid #2f5f00;
}
.green .download .uk-card-secondary h3 {
	color: #2f5f00 !important;
}
.green .contact-card {
	border-bottom: 1px solid #2f5f00;
}
.green .uk-button-primary {
	background-color: #2f5f00 !important;
	color: #fff !important;
	border: 2px solid #2f5f00;
}
.green .uk-button-primary:hover {
	background-color: transparent !important;
	color: #2f5f00 !important;
	border: 2px solid #2f5f00 !important;
}
.green .uk-article-meta,
.green .v-adress:not(.uk-icon) {
	color: #2f5f00;
}
.green .uk-list-bullet > li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='10' viewBox='0 0 6 6' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' fill='%232F5F00' r='3'/%3E%3C/svg%3E");
}
.green .uk-card-primary {
	background: #2f5f00;
}
.green .uk-list-striped > li:nth-of-type(odd) {
	background: rgba(67, 135, 0, 0.05);
}
.green .uk-card-secondary h3 {
	color: #2f5f00;
}
.green .uk-breadcrumb a {
	color: #222 !important;
}
.green .uk-breadcrumb a:hover {
	background: transparent !important;
	color: #2f5f00 !important;
}
.green .switcher li.uk-active a {
	transition: all 0.3s ease-out;
	color: #2f5f00;
}
.green .anmelden .uk-button {
	border: 2px solid #2f5f00;
	color: #2f5f00;
	background: #fff;
}
.green .anmelden .uk-button:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.green .uk-accordion.ac-content a {
	border: 0.5px solid #2f5f00;
}
.green .uk-accordion.ac-content a:hover {
	background: transparent;
}
.green .uk-accordion.ac-content li.uk-open .uk-accordion-content {
	border-left: 0.5px solid #2f5f00;
	border-right: 0.5px solid #2f5f00;
	border-bottom: 0.5px solid #2f5f00;
}
.green .uk-accordion.ac-content li.uk-open .uk-accordion-content .uk-button {
	border: 2px solid #2f5f00;
	color: #fff;
}
.green
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button) {
	color: #2f5f00;
}
.green
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button):hover {
	background: #2f5f00;
	color: #fff;
}
.green .uk-accordion.ac-content .uk-open > .uk-accordion-title:before {
	background-color: rgba(67, 135, 0, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%23438700'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
.green .uk-accordion.ac-content .uk-accordion-title:before {
	background-color: rgba(67, 135, 0, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus' fill='%23438700'%3E%3Cpath d='M9 1h1v17H9z'/%3E%3Cpath d='M1 9h17v1H1z'/%3E%3C/svg%3E");
}
.green .uk-accordion.ac-content .uk-accordion-title {
	color: #222;
}
.green .uk-accordion.ac-content li.uk-open a:not(.uk-button) {
	text-decoration: none;
	border: 0.5px solid #2f5f00;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none !important;
}
.green
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button) {
	border: none;
}
.green .tm-header .uk-navbar-dropdown {
	background: #2f5f00;
}
.green .tm-header .uk-navbar-dropdown a {
	color: #fff;
}
.green .tm-header .uk-navbar-dropdown a:hover {
	color: #fff;
	font-weight: 700;
}
.veranstaltung-uebersicht.green .vu-anmeldung .uk-button {
	border: 2px solid #2f5f00;
	background-color: #2f5f00;
	color: #fff;
}
.veranstaltung-uebersicht.green .vu-anmeldung .uk-button:hover {
	background-color: transparent;
	color: #2f5f00;
	border: 2px solid #2f5f00;
}
.medien-start.green .medien-hero .uk-button-default {
	background-color: #2f5f00;
	color: #fff;
	border: 2px solid #2f5f00;
}
.medien-start.green .medien-hero .uk-button-default:hover {
	border-color: #2f5f00;
	background: #fff;
	color: #2f5f00;
}
.uk-tooltip {
	color: #2f5f00 !important;
}
.pub-overview.green .uk-section-default a,
.pub-overview.green .uk-section-default h1 {
	color: #2f5f00;
}
.pub-overview.green .uk-section-default a:hover {
	color: #fff;
}
.pub-overview.green .uk-section-default .uk-accordion-title {
	background: transparent !important;
}
.pub-overview.green .uk-section-default .uk-accordion-title:hover {
	color: #2f5f00 !important;
	background: transparent !important;
}
.pub-overview.green .uk-text-meta {
	color: #2f5f00;
}
.pub-overview.green .medien .uk-card-default {
	border: 1px solid #2f5f00;
}
.pub-overview.green .medien .uk-card-default .uk-icon {
	color: #2f5f00;
	background: #fff;
}
.pub-overview.green .default-image .uk-icon {
	color: #fff !important;
}
.pub-overview.green .default-image .uk-icon:hover {
	background: transparent;
	color: #fff !important;
}
.veranstaltung.green .uk-card-secondary .uk-button {
	background-color: #2f5f00 !important;
	color: #fff !important;
	border: 2px solid #2f5f00 !important;
}
.veranstaltung.green .uk-card-secondary .uk-button:hover {
	background-color: #fff !important;
	color: #2f5f00 !important;
}
.uk-button-lila {
	background: #4b1bbb !important;
	color: #fff !important;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	border: 1px solid #4b1bbb !important;
	padding: 10px !important;
	margin-top: auto !important;
}
.uk-button-lila:hover {
	background-color: #fff !important;
	border: 1px solid #4b1bbb !important;
	color: #4b1bbb !important;
}
.uk-button-lila-reverse {
	background: #fff;
	color: #4b1bbb !important;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	border: 2px solid #4b1bbb !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.uk-button-lila-reverse:hover {
	background-color: #4b1bbb !important;
	border: 1px solid #fff;
	color: #222;
}
.blue.medien .anmelden .uk-button {
	border: 2px solid #0071d7;
	background-color: #0071d7;
	color: #fff;
}
.blue.medien .anmelden .uk-button:hover {
	background-color: transparent;
	color: #0071d7;
	border: 2px solid #0071d7;
}
.blue .download .uk-card-secondary a {
	color: #222 !important;
}
.blue .download .uk-card-secondary a:hover {
	background: transparent !important;
	color: #0071d7 !important;
}
.blue .uk-tab > .uk-active > a {
	border-color: #0071d7;
}
.blue .cls-1 {
	fill: #0071d7;
}
.blue .uk-card .uk-button-white {
	color: #0071d7 !important;
	background: #fff !important;
	text-decoration: none !important;
}
.blue .uk-card .uk-button-white:hover {
	background: #0071d7 !important;
}
.blue .download .uk-card-secondary {
	color: #222;
	border: 1px solid #0071d7;
}
.blue .download .uk-card-secondary ul svg {
	color: #0071d7;
}
.blue .download .uk-card-secondary.uk-card-blue h3 {
	color: #fff !important;
}
.blue .download .uk-card-secondary.uk-card-blue a {
	color: #fff !important;
	background: transparent !important;
}
.blue .uk-button-tags-first {
	color: #0071d7 !important;
	border: 1px solid #0071d7 !important;
}
.blue .uk-button-tags-first:hover {
	border: 1px solid #0071d7 !important;
	color: #fff !important;
	background: #0071d7;
}
.blue .switcher li.uk-active a {
	color: #0071d7;
}
.blue .switcher li a:hover {
	color: #0071d7 !important;
}
.blue .bg-green {
	background: #0071d7;
}
.blue .uk-section-default a {
	color: #0071d7;
}
.blue .uk-section-default a:hover {
	background: #0071d7;
	color: #fff;
	border-color: #0071d7;
}
.blue .uk-section-default .uk-button-default {
	background-color: #0071d7;
	color: #fff;
	border: 2px solid #0071d7;
}
.blue .uk-section-default .uk-button-default:hover {
	background-color: transparent;
	color: #0071d7;
	border: 2px solid #0071d7;
}
.blue .uk-section-default .uk-button-primary {
	background-color: #0071d7;
	color: #fff;
	border: 2px solid #0071d7;
}
.blue .uk-section-default .uk-button-primary:hover {
	background-color: transparent;
	color: #0071d7;
	border: 2px solid #0071d7;
}
.blue .uk-card-default .uk-icon {
	color: #0071d7 !important;
	background: #fff;
}
.blue .uk-breadcrumb a {
	color: #222;
}
.blue .uk-breadcrumb a:hover {
	background: transparent;
	color: #0071d7 !important;
}
.blue .anmelden .uk-button {
	border: 2px solid #0071d7;
	color: #0071d7;
}
.blue .anmelden .uk-button:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.blue .uk-button-default {
	border-color: #0071d7;
}
.blue .uk-dropdown-nav > li > a {
	color: #222;
}
.blue .tm-toolbar-default {
	background: #0071d7;
}
.blue .tm-toolbar-default .uk-drop.uk-open {
	background: transparent;
}
.blue .tm-toolbar-default .uk-navbar-item,
.blue .tm-toolbar-default .uk-navbar-nav > li > a,
.blue .tm-toolbar-default .uk-navbar-toggle {
	background: transparent;
	color: #fff;
}
.blue .tm-toolbar-default .uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent;
}
.blue .uk-navbar-container:not(.uk-navbar-transparent) {
	background: #fff;
}
.blue .tm-header .uk-navbar-nav > li:hover > a,
.blue .tm-header .uk-navbar-nav > li > a.uk-open,
.blue .tm-header .uk-navbar-nav > li > a:focus {
	color: #0071d7;
}
.blue .tm-header .uk-navbar-nav > li > a {
	color: #222;
}
.blue .tm-header .uk-navbar-nav > li.uk-active > a:before,
.blue .tm-header .uk-navbar-nav > li:hover > a:before,
.blue .tm-header .uk-navbar-nav > li > a.uk-open:before,
.blue .tm-header .uk-navbar-nav > li > a:focus:before {
	background-color: #0071d7;
}
.blue .tm-header .nav-button {
	margin-left: 15px;
}
.blue .tm-header .nav-button a {
	color: #0071d7 !important;
	border: 2px solid #0071d7;
}
.blue .tm-header .nav-button a:hover {
	background-color: #0071d7;
	border-color: #0071d7 !important;
	color: #fff !important;
}
.blue .tm-header .uk-navbar-dropbar,
.blue .tm-header .uk-navbar-dropdown {
	background: #0071d7;
}
.blue .tm-header .uk-navbar-dropdown a {
	color: #fff;
}
.blue .tm-header .uk-navbar-dropdown a:hover {
	color: #fff;
	font-weight: 700;
}
.blue #tm-mobile,
.blue #tm-mobile .uk-padding {
	background: #0071d7;
}
.blue #tm-mobile .uk-background-default {
	background-color: #0071d7;
}
.blue #tm-mobile .uk-nav-default > li.uk-active > a,
.blue #tm-mobile .uk-nav-default > li > a {
	color: #fff;
}
.blue #tm-mobile .uk-navbar-dropbar,
.blue #tm-mobile .uk-navbar-dropdown,
.blue #tm-mobile .uk-navbar-nav > li > a {
	background: #0071d7;
}
.blue #tm-mobile .second-level-nav a {
	color: #fff;
}
.blue #tm-mobile .second-level-nav .uk-navbar-dropbar {
	background: #0071d7;
}
.blue .social-share a {
	color: #222;
}
.blue .social-share a:hover {
	background: none;
	color: #0071d7 !important;
}
.blue .social-share a:focus {
	color: #0071d7 !important;
}
.blue .medien .uk-card-default .uk-text-meta {
	color: #0071d7;
}
.blue #footer {
	color: #222;
	border-top: 1px solid #979797;
}
.blue #footer a {
	color: #222;
}
.blue #footer a:focus,
.blue #footer a:hover {
	color: #0071d7 !important;
}
.blue .uk-icon-button {
	color: #222;
}
.blue .uk-icon-button:focus,
.blue .uk-icon-button:hover {
	background-color: transparent;
}
.blue .content-hero {
	background: #fff;
}
.blue th,
.blue tr.head td {
	background: #fff;
	border-bottom: 1px solid #0071d7;
}
.blue .uk-table td,
.blue th {
	border-right: 1px solid #0071d7;
}
.blue .uk-table-striped > tr:nth-of-type(2n),
.blue .uk-table-striped tbody tr:nth-of-type(2n) {
	background: rgba(0, 113, 215, 0.03);
}
.blue .uk-table-striped > tr:nth-of-type(odd),
.blue .uk-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(0, 113, 215, 0.1);
}
.blue .uk-table-generic-responsive svg {
	color: #0e6ecd;
}
.blue .uk-table-generic-responsive .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.03);
}
.blue .uk-table-generic-responsive a,
.blue .uk-table-generic-responsive a:hover {
	color: #0071d7;
}
.blue .uk-table-generic-responsive ul {
	border-top: 1px solid #0071d7;
}
.blue .uk-table-generic-responsive ul li:nth-of-type(odd) {
	background-color: rgba(0, 113, 215, 0.03);
}
.blue .uk-tile-secondary:not(.uk-preserve-color) {
	color: #222;
}
.blue .uk-tile-secondary {
	background: rgba(0, 113, 215, 0.1);
}
.blue .uk-accordion.ac-content a {
	border: 0.5px solid #0071d7;
}
.blue .uk-accordion.ac-content a:hover {
	background: transparent;
}
.blue .uk-accordion.ac-content li.uk-open .uk-accordion-content {
	border-left: 0.5px solid #0071d7;
	border-right: 0.5px solid #0071d7;
	border-bottom: 0.5px solid #0071d7;
}
.blue .uk-accordion.ac-content li.uk-open .uk-accordion-content .uk-button {
	border: 2px solid #0071d7;
}
.blue
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button) {
	color: #0071d7;
}
.blue
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button):hover {
	background: #0071d7;
	color: #fff;
}
.blue .uk-accordion.ac-content .uk-open > .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%230071d7'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
.blue .uk-accordion.ac-content .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus' fill='%230071d7'%3E%3Cpath d='M9 1h1v17H9z'/%3E%3Cpath d='M1 9h17v1H1z'/%3E%3C/svg%3E");
}
.blue .uk-accordion.ac-content .uk-accordion-title {
	color: #222;
}
.blue .uk-open > .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpath fill='none' stroke='%230071d7' stroke-width='2.03' d='M4 13l6-6 6 6'/%3E%3C/svg%3E");
}
.blue .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpath fill='none' stroke='%230071d7' stroke-width='2.03' d='M16 7l-6 6-6-6'/%3E%3C/svg%3E");
}
.blue .section-overview .overview-filter li .uk-flex .pupdate {
	color: #0071d7;
}
.blue .uk-tooltip {
	color: #0071d7 !important;
}
.blue #cookie-einstellungen h2 {
	color: #222;
}
.blue #cookie-einstellungen a {
	border: 0.5px solid #0071d7;
}
.blue #cookie-einstellungen .uk-open > .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%230071d7'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
.blue #cookie-einstellungen .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus' fill='%230071d7'%3E%3Cpath d='M9 1h1v17H9z'/%3E%3Cpath d='M1 9h17v1H1z'/%3E%3C/svg%3E");
}
.blue #cookie-einstellungen .uk-accordion-title {
	color: #9d9d9c;
}
.blue #cookie-einstellungen .uk-checkbox {
	border: 0.5px solid #0071d7;
}
.blue .uk-modal-dialog {
	border: 1px solid #0071d7;
}

.blue .section-overview .uk-accordion-title:hover {
	background: transparent;
	color: #0071d7;
}
.blue .section-overview .overview-filter button .uk-icon {
	background-color: rgba(0, 113, 215, 0.1);
	color: #0071d7;
}
.blue .section-overview .overview-filter .uk-search-default .uk-search-icon {
	color: #0071d7;
}
.blue
	.section-overview
	.overview-filter
	.uk-list-striped
	> li:nth-of-type(odd) {
	background: rgba(0, 113, 215, 0.03);
}
.blue .section-overview .overview-filter .uk-icon-button {
	border: 1px solid #0071d7;
	background: #0071d7;
	color: #fff;
}
.blue .section-overview .overview-filter .uk-icon-button:hover {
	color: #fff !important;
}
.blue .section-overview .overview-filter li a {
	color: #0071d7;
}
.blue .section-overview .overview-filter li a:hover {
	background-color: #0071d7;
	color: #fff;
	text-decoration: none;
}
.blue .section-overview .overview-filter .pdown,
.blue .section-overview .overview-filter .uk-pagination .next a,
.blue .section-overview .overview-filter .uk-pagination .previous a,
.blue .section-overview .overview-filter .uk-pagination .veryfirst a,
.blue .section-overview .overview-filter .uk-pagination .verylast a {
	color: #0071d7;
}
.blue .section-overview .overview-filter .uk-pagination .uk-active a {
	border: 1px solid #0071d7;
	background: #0071d7;
	color: #fff;
}
.blue .section-overview .overview-filter .uk-pagination .uk-active a:hover {
	color: #fff;
}
.blue .section-overview .overview-filter .uk-pagination li a {
	color: #222;
}
.blue .section-overview .overview-filter .uk-pagination li a:hover {
	color: #0071d7;
}
.blue .section-overview .filter-tablet .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
}
.blue .section-overview .bg-green .uk-search-input {
	background: #fff !important;
	border: 1px solid #979797;
}
.blue .section-overview .bg-green .uk-button-default {
	background-color: #fff !important;
	color: #979797;
	border: 1px solid #979797;
}
.blue .uk-subnav > * > a:focus,
.blue .uk-subnav > * > a:hover {
	color: #0071d7 !important;
}
.blue .section-overview .overview-filter .uk-button-default {
	background-color: #fff;
	color: #979797;
	border: 1px solid #979797;
}
.blue .uk-search-input {
	color: #222;
}
.blue .uk-card-primary {
	background: #0071d7;
}
.blue .uk-list-striped > li:nth-of-type(odd) {
	background: rgba(0, 113, 215, 0.05);
}
.blue .uk-card-secondary h3 {
	color: #0071d7 !important;
}
.blue .uk-article-meta,
.blue .v-adress:not(.uk-icon) {
	color: #0071d7;
}
.blue .uk-button-primary {
	background-color: #0071d7 !important;
	color: #fff !important;
	border: 2px solid #0071d7 !important;
}
.blue .uk-button-primary:hover {
	background-color: transparent !important;
	color: #0071d7 !important;
	border: 2px solid #0071d7 !important;
}
@media (max-width: 639px) {
	.blue .tm-toolbar-default .uk-list-divider > li:nth-child(n + 2) {
		border-top: 0.3px solid rgba(0, 113, 215, 0.03);
	}
}
.veranstaltung-uebersicht.blue .vu-anmeldung .uk-button {
	border: 2px solid #0071d7;
	background-color: #0071d7;
	color: #fff;
}
.veranstaltung-uebersicht.blue .vu-anmeldung .uk-button:hover {
	background-color: transparent;
	color: #0071d7;
	border: 2px solid #0071d7;
}
.entscheidung-detail.blue .ent-list .el-title,
.entscheidung-detail.blue h1,
.entscheidung-detail.blue h2 {
	color: #0071d7;
}
.entscheidung-detail.blue .uk-card-primary {
	background: transparent;
	color: #222;
	border: 1px solid #0071d7;
}
.entscheidung-detail.blue .uk-card-primary h3 {
	color: #0071d7;
}
.entscheidung-detail.blue .uk-card-primary a {
	color: #222;
}
.entscheidung-detail.blue .uk-card-primary a:hover {
	background: transparent;
	color: #0071d7;
}
.entscheidung-detail.blue .uk-card-primary a span.uk-icon {
	color: #0071d7;
}
.entscheidung-detail.blue .uk-card-secondary {
	background: #fff;
	color: #222;
}
.entscheidung-detail.blue .uk-card-secondary a {
	color: #222;
}
.entscheidung-detail.blue .uk-card-secondary a:hover {
	background: transparent;
	color: #0071d7;
}
.entscheidung-detail.blue .uk-card-secondary a span.uk-icon,
.entscheidung-detail.blue .uk-card-secondary h3,
.entscheidung-detail.blue .uk-text-meta,
.pub-overview.blue .uk-section-default a,
.pub-overview.blue .uk-section-default h1 {
	color: #0071d7;
}
.pub-overview.blue .uk-section-default a:hover {
	color: #fff;
}
.pub-overview.blue .uk-section-default .uk-accordion-title {
	background: transparent !important;
}
.pub-overview.blue .uk-section-default .uk-accordion-title:hover {
	color: #0071d7 !important;
	background: transparent !important;
}
.pub-overview.blue .uk-section-default .uk-breadcrumb a {
	color: #222 !important;
}
.pub-overview.blue .uk-section-default .uk-breadcrumb a:hover {
	color: #0071d7 !important;
}
.pub-overview.blue .medien .uk-card-default {
	border: 1px solid #0071d7;
}
.pub-overview.blue .medien .uk-card-default .uk-icon {
	color: #0071d7;
}
.pub-overview.blue .medien .uk-card-default .uk-card-body h3 {
	color: #222;
}
.pub-overview.blue .default-image .uk-icon {
	color: #fff !important;
}
.pub-overview.blue .default-image .uk-icon:hover {
	background: transparent;
	color: #fff !important;
}
.section-overview .overview-filter .uk-button-default {
	background-color: #fff !important;
	color: #979797;
	border: 1px solid #979797;
}
.blue.presse .uk-card-full {
	background: #0071d7;
}
.medien-start.blue .medien-hero .uk-button-default {
	background-color: #0071d7;
	color: #fff;
	border: 2px solid #0071d7;
}
.medien-start.blue .medien-hero .uk-button-default:hover {
	border-color: #0071d7;
	background: #fff;
	color: #0071d7;
}
.service.blue h2 {
	color: #0071d7;
}
.red.medien h2 {
	font-size: 36px;
}
.red .uk-select {
	border-radius: 9px;
	color: #222;
}
.red .download .uk-card-secondary a {
	color: #222 !important;
}
.red .download .uk-card-secondary a:hover {
	background: transparent !important;
	color: #cd1236 !important;
}
.red .uk-tooltip {
	color: #cd1236 !important;
}
.red .uk-tab > .uk-active > a {
	border-color: #cd1236;
}
.red .uk-text-meta {
	color: #cd1236 !important;
}
.red .cls-1 {
	fill: #cd1236;
}
.red .section-overview .overview-filter .uk-active a {
	background-color: rgba(205, 18, 54, 0.1);
}
.red .download .uk-card-secondary a.uk-button:hover,
.red .download .uk-card-secondary h3,
.red .uk-subnav > * > a:focus,
.red .uk-subnav > * > a:hover {
	color: #cd1236 !important;
}
.red .contact-card {
	border-bottom: 1px solid #cd1236;
}
.red .uk-card .uk-button-white {
	color: #cd1236 !important;
	background: #fff !important;
}
.red .uk-card .uk-button-white:hover {
	background: #cd1236 !important;
}
.red .uk-card-blue {
	background: #0071d7 !important;
}
.red .uk-card-blue,
.red .uk-card-blue h3 {
	color: #fff !important;
}
.red .uk-card-blue .uk-button-white,
.red .uk-card-blue a {
	color: #0071d7 !important;
	background: #fff !important;
}
.red .uk-card-blue .uk-button-white {
	border: 2px solid #0071d7 !important;
}
.red .uk-card-blue .uk-button-white:hover {
	background: transparent !important;
}
.red .download .uk-card-secondary {
	color: #222;
	border: 1px solid #cd1236;
}
.red .download .uk-card-secondary ul svg,
.red .left-down a,
.red .left-down ul svg {
	color: #cd1236;
}
.red .left-down a:hover {
	color: #fff;
	background: #cd1236;
}
.red .left-down a:hover svg {
	color: #fff;
}
.red .left-down .uk-icon {
	position: relative;
	top: -2px;
}
.red .uk-card-default .uk-icon {
	color: #cd1236 !important;
	background: #fff;
}
.red .uk-button-tags-first {
	color: #cd1236 !important;
	border: 1px solid #cd1236 !important;
}
.red .uk-button-tags-first:hover {
	border: 1px solid #cd1236 !important;
	color: #fff !important;
	background: #cd1236;
}
.red .uk-list-bullet > li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='10' viewBox='0 0 6 6' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' fill='%23cd1236' r='3'/%3E%3C/svg%3E");
	background-position: 50% 50%;
}
.red .bg-green {
	background: #cd1236;
}
.red .uk-section-default a,
.red .uk-section-large a {
	color: #cd1236;
}
.red .uk-section-default a:hover,
.red .uk-section-large a:hover {
	background: #cd1236;
	color: #fff;
	border-color: #cd1236;
}
.red .uk-section-default .uk-button-default,
.red .uk-section-large .uk-button-default {
	background-color: #cd1236;
	color: #fff;
	border: 2px solid #cd1236;
}
.red .uk-section-default .uk-button-default:hover,
.red .uk-section-large .uk-button-default:hover {
	background-color: transparent;
	color: #cd1236;
	border: 2px solid #cd1236;
}
.red .uk-section-default .uk-button-primary,
.red .uk-section-large .uk-button-primary {
	background-color: #cd1236;
	color: #fff;
	border: 2px solid #cd1236;
}
.red .uk-section-default .uk-button-primary:hover,
.red .uk-section-large .uk-button-primary:hover {
	background-color: transparent !important;
	color: #cd1236 !important;
	border: 2px solid #cd1236;
}
.red .uk-section-default .uk-button-primary-inverse,
.red .uk-section-large .uk-button-primary-inverse {
	font-size: 14px;
	background-color: transparent !important;
	color: #cd1236 !important;
	border: 2px solid #cd1236;
	text-transform: none;
}
.red .uk-section-default .uk-button-primary-inverse:hover,
.red .uk-section-large .uk-button-primary-inverse:hover {
	background-color: #cd1236 !important;
	color: #fff !important;
	border: 2px solid #cd1236;
}
.red .uk-breadcrumb a {
	color: #222 !important;
}
.red .uk-breadcrumb a:hover {
	background: transparent;
	color: #cd1236 !important;
}
.red .uk-button-default {
	border-color: #cd1236;
}
.red .uk-dropdown-nav > li > a {
	color: #222;
}
.red .tm-toolbar-default {
	background: #cd1236;
}
.red .tm-toolbar-default .uk-drop.uk-open {
	background: transparent;
}
.red .tm-toolbar-default .uk-navbar-item,
.red .tm-toolbar-default .uk-navbar-nav > li > a,
.red .tm-toolbar-default .uk-navbar-toggle {
	background: transparent;
	color: #fff;
}
.red .tm-toolbar-default .uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent;
}
.red .uk-navbar-container:not(.uk-navbar-transparent) {
	background: #fff;
}
.red .tm-header .uk-navbar-nav > li:hover > a,
.red .tm-header .uk-navbar-nav > li > a.uk-open,
.red .tm-header .uk-navbar-nav > li > a:focus {
	color: #cd1236;
}
.red .tm-header .uk-navbar-nav > li > a {
	color: #222;
}
.red .tm-header .uk-navbar-nav > li.uk-active > a:before,
.red .tm-header .uk-navbar-nav > li:hover > a:before,
.red .tm-header .uk-navbar-nav > li > a.uk-open:before,
.red .tm-header .uk-navbar-nav > li > a:focus:before {
	background-color: #cd1236;
}
.red .tm-header .nav-button {
	margin-left: 15px;
}
.red .tm-header .nav-button a {
	color: #cd1236 !important;
	border: 2px solid #cd1236;
}
.red .tm-header .nav-button a:hover {
	background-color: #cd1236;
	border-color: #cd1236 !important;
	color: #fff !important;
}
.red .tm-header .uk-navbar-dropbar,
.red .tm-header .uk-navbar-dropdown {
	background: #cd1236;
}
.red .tm-header .uk-navbar-dropdown a {
	color: #fff;
}
.red .tm-header .uk-navbar-dropdown a:hover {
	color: #fff;
	font-weight: 700;
}
.red #tm-mobile,
.red #tm-mobile .uk-padding {
	background: #cd1236;
}
.red #tm-mobile .uk-background-default {
	background-color: #cd1236;
}
.red #tm-mobile .uk-nav-default > li.uk-active > a,
.red #tm-mobile .uk-nav-default > li > a {
	color: #fff;
}
.red #tm-mobile .uk-navbar-dropbar,
.red #tm-mobile .uk-navbar-dropdown,
.red #tm-mobile .uk-navbar-nav > li > a {
	background: #cd1236;
}
.red #tm-mobile .second-level-nav a {
	color: #fff;
}
.red #tm-mobile .second-level-nav .uk-navbar-dropbar {
	background: #cd1236;
}
.red .social-share a {
	color: #222;
}
.red .social-share a:hover {
	background: none;
	color: #cd1236 !important;
}
.red .social-share a:focus {
	color: #cd1236 !important;
}
.red #footer {
	color: #222;
	border-top: 1px solid #979797;
}
.red #footer a {
	color: #222;
}
.red #footer a:focus,
.red #footer a:hover {
	color: #cd1236 !important;
}
.red .uk-icon-button {
	color: #222;
}
.red .uk-icon-button:focus,
.red .uk-icon-button:hover {
	background-color: transparent;
}
.red .content-hero {
	background: #fff;
}
.red th,
.red tr.head td {
	background: #fff;
	border-bottom: 1px solid #cd1236;
}
.red .uk-table td,
.red th {
	border-right: 1px solid #cd1236;
}
.red .uk-table-striped > tr:nth-of-type(2n),
.red .uk-table-striped tbody tr:nth-of-type(2n) {
	background: rgba(205, 18, 54, 0.03);
}
.red .uk-table-striped > tr:nth-of-type(odd),
.red .uk-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(205, 18, 54, 0.1);
}
.red .uk-table-generic-responsive svg {
	color: #0e6ecd;
}
.red .uk-table-generic-responsive .uk-accordion-title:before {
	background-color: rgba(205, 18, 54, 0.03);
}
.red .uk-table-generic-responsive a,
.red .uk-table-generic-responsive a:hover {
	color: #cd1236;
}
.red .uk-table-generic-responsive ul {
	border-top: 1px solid #cd1236;
}
.red .uk-table-generic-responsive ul li:nth-of-type(odd) {
	background-color: rgba(205, 18, 54, 0.03);
}
.red .uk-tile-secondary:not(.uk-preserve-color) {
	color: #222;
}
.red .uk-tile-secondary {
	background: rgba(205, 18, 54, 0.1);
}
.red .uk-accordion.ac-content a {
	border: 0.5px solid #cd1236;
}
.red .uk-accordion.ac-content a:hover {
	background: transparent;
}
.red .uk-accordion.ac-content li.uk-open .uk-accordion-content {
	border-left: 0.5px solid #cd1236;
	border-right: 0.5px solid #cd1236;
	border-bottom: 0.5px solid #cd1236;
}
.red .uk-accordion.ac-content li.uk-open .uk-accordion-content .uk-button {
	border: 2px solid #cd1236;
}
.red
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button) {
	color: #cd1236;
}
.red
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button):hover {
	background: #cd1236;
	color: #fff;
}
.red .uk-accordion.ac-content .uk-open > .uk-accordion-title:before {
	background-color: rgba(205, 18, 54, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%23cd1236'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
.red .uk-accordion.ac-content .uk-accordion-title:before {
	background-color: rgba(205, 18, 54, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus' fill='%23cd1236'%3E%3Cpath d='M9 1h1v17H9z'/%3E%3Cpath d='M1 9h17v1H1z'/%3E%3C/svg%3E");
}
.red .uk-accordion.ac-content .uk-accordion-title {
	color: #222;
}
.red .uk-open > .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpath fill='none' stroke='%23cd1236' stroke-width='2.03' d='M4 13l6-6 6 6'/%3E%3C/svg%3E");
}
.red .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpath fill='none' stroke='%23cd1236' stroke-width='2.03' d='M16 7l-6 6-6-6'/%3E%3C/svg%3E");
}
.red .uk-modal-dialog {
	border: 1px solid #cd1236;
}
.red .uk-modal {
	background: rgba(205, 18, 54, 0.03);
}
.red .section-overview .uk-accordion-title:hover {
	background: transparent;
	color: #cd1236 !important;
}
.red .section-overview .pupdate {
	color: #cd1236 !important;
}
.red .section-overview .overview-filter button .uk-icon {
	background-color: rgba(205, 18, 54, 0.1) !important;
	color: #cd1236;
}
.red .section-overview .overview-filter .uk-search-default .uk-search-icon {
	color: #cd1236;
}
.red .section-overview .overview-filter .uk-list-striped > li:nth-of-type(odd) {
	background: rgba(205, 18, 54, 0.03);
}
.red .section-overview .overview-filter .uk-icon-button {
	border: none;
	background: #cd1236;
	color: #fff;
}
.red .section-overview .overview-filter .uk-icon-button:hover {
	color: #fff !important;
}
.red .section-overview .overview-filter li a {
	color: #cd1236;
}
.red .section-overview .overview-filter li a:hover {
	background-color: #cd1236;
	color: #fff;
	text-decoration: none;
}
.red .section-overview .overview-filter .pdown,
.red .section-overview .overview-filter .uk-pagination .next a,
.red .section-overview .overview-filter .uk-pagination .previous a,
.red .section-overview .overview-filter .uk-pagination .veryfirst a,
.red .section-overview .overview-filter .uk-pagination .verylast a {
	color: #cd1236;
}
.red .section-overview .overview-filter .uk-pagination .uk-active a {
	border: 1px solid #cd1236;
	background: #cd1236;
	color: #fff;
}
.red .section-overview .overview-filter .uk-pagination .uk-active a:hover {
	color: #fff;
}
.red .section-overview .overview-filter .uk-pagination li a {
	color: #222;
}
.red .section-overview .overview-filter .uk-pagination li a:hover {
	color: #cd1236;
}
.red .section-overview .filter-tablet .uk-accordion-title:before {
	background-color: rgba(205, 18, 54, 0.1);
}
.red .section-overview .bg-green .uk-search-input {
	background: #fff !important;
	border: 1px solid #979797;
}
.red .section-overview .bg-green .uk-button-default {
	background-color: #fff;
	color: #979797;
	border: 1px solid #979797;
}
.red .section-overview .overview-filter .uk-button-default {
	background-color: #fff !important;
	color: #979797;
	border: 1px solid #979797;
}
.red .uk-search-input {
	color: #222;
}
.red .uk-accordion.ac-content li.uk-open a:not(.uk-button) {
	text-decoration: none;
	border: 0.5px solid #cd1236;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none !important;
}
.red
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button) {
	border: none;
}
@media (max-width: 639px) {
	.red .tm-toolbar-default .uk-list-divider > li:nth-child(n + 2) {
		border-top: 0.3px solid rgba(205, 18, 54, 0.03);
	}
}
.red .oval {
	background-color: #cd1236;
}
.red .oval-box a:hover {
	background: transparent;
	color: #fff;
	border-color: transparent;
}
.red .oval-box a:hover .uk-link-primary {
	background: #cd1236;
	color: #fff;
	display: inline-block;
}
.red .mcards.uk-height-match > div.color-inverse {
	background: #cd1236;
}
.pub-overview.red .uk-section-default a,
.pub-overview.red .uk-section-default h1,
.red .text-box .el-link {
	color: #cd1236;
}
.pub-overview.red .uk-section-default a:hover {
	color: #fff;
}
.pub-overview.red .uk-section-default .uk-accordion-title,
.pub-overview.red .uk-section-default .uk-accordion-title:hover {
	color: #cd1236 !important;
	background: transparent !important;
}
.pub-overview.red .uk-breadcrumb a {
	color: #222 !important;
}
.pub-overview.red .uk-breadcrumb a:hover {
	color: #cd1236 !important;
}
.pub-overview.red .uk-text-meta {
	color: #cd1236;
}
.pub-overview.red .medien .uk-card-default {
	border: 1px solid #cd1236;
}
.pub-overview.red .medien .uk-card-default .uk-icon,
.pub-overview.red .medien .uk-card-default .uk-text-meta {
	color: #cd1236;
}
.pub-overview.red .default-image .uk-icon {
	color: #fff !important;
}
.pub-overview.red .default-image .uk-icon:hover {
	background: transparent;
	color: #fff !important;
}
.red.presse .uk-card-full {
	background: #cd1236;
}
.red.medien .uk-subnav > * > a:focus,
.red.medien .uk-subnav > * > a:hover,
.red.medien h2 {
	color: #cd1236;
}
.red.medien .tags .uk-icon {
	background: transparent;
}
.red.medien .tags .uk-icon:hover {
	color: #fff;
}
.red.medien .uk-text-meta {
	color: #cd1236 !important;
	font-size: 14px;
}
.red.medien .uk-card-default,
.red.medien .uk-card-default.no-image {
	border: 1px solid #cd1236;
}
.red.medien .uk-card-default.no-image .uk-card-body {
	border-bottom: none;
}
.red.medien .uk-card-full {
	background: #cd1236;
	color: #fff;
	box-shadow: 0 2px 16px 0 hsla(0, 0%, 56.1%, 0.5);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 0 !important;
}
.red.medien .uk-card-full h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.17;
	letter-spacing: 0.07px;
	margin-top: 40px;
}
.red.medien .uk-card-full .uk-button-white {
	background-color: #fff !important;
	color: #cd1236 !important;
	padding: 5px 50px;
}
.red.medien .uk-card-full .uk-button-white:hover {
	background-color: #cd1236 !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}
.red.medien .uk-card-secondary {
	background: transparent;
	color: #222;
	border: 1px solid #cd1236;
	padding: 25px 25px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 0 !important;
}
.red.medien .uk-card-secondary h3 {
	color: #222;
	font-size: 18px;
}
.red.medien .uk-card-secondary .uk-button-default {
	padding-bottom: 0 !important;
}
.red.medien .uk-card-secondary .uk-button-medium {
	padding: 0 10px !important;
}
.red.medien .uk-grid-divider > :not(.uk-first-column):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #cd1236;
}
.red.medien .download .uk-card-secondary {
	border: 1px solid #cd1236;
}
.red.medien .download .uk-card-secondary .uk-card-media a {
	color: #cd1236;
}
.red.medien .download .uk-card-secondary .uk-card-media a:hover {
	color: #222;
}
.red.medien .download .uk-card-secondary a:hover,
.red.medien .download .uk-card-secondary h3 {
	color: #cd1236;
}
.red.medien .download .uk-card-secondary ul svg {
	color: #cd1236 !important;
}
.service.red h2 {
	color: #cd1236;
}
.medien-start.red .medien-hero .uk-button-default {
	background-color: #cd1236;
	color: #fff;
	border: 2px solid #cd1236;
}
.medien-start.red .medien-hero .uk-button-default:hover {
	border-color: #cd1236;
	background: #fff;
	color: #cd1236;
}
.medien-start.red .medien-hero .uk-button-default-reverse {
	background-color: #fff;
	color: #cd1236;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 18px;
}
.medien-start.red .medien-hero .uk-button-default-reverse:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.medien-start.red .uk-button-lila {
	background: #4b1bbb;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	border: 2px solid #4b1bbb;
	padding-top: 10px;
	padding-bottom: 10px;
}
.medien-start.red .uk-button-lila:hover {
	background-color: #fff;
	border: 1px solid #4b1bbb;
	color: #4b1bbb;
}
.medien-start.red .uk-button-lila-reverse {
	background: #fff;
	color: #cd1236;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	border: 2px solid #cd1236;
	padding-top: 10px;
	padding-bottom: 10px;
}
.medien-start.red .uk-button-lila-reverse:hover {
	background-color: #cd1236;
	border: 1px solid #fff;
	color: #222;
}
.medien-start.red .mcards .color-inverse .mcard {
	background: #cd1236;
}
.medien-start.red .mcards .color-inverse .mcard h2 {
	color: #fff;
}
.medien-start.red .mcards .color-inverse .mcard .uk-button-lila {
	background: #cd1236 !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}
.medien-start.red .mcards .color-inverse .mcard .uk-button-lila:hover {
	background: #fff !important;
	color: #cd1236 !important;
	border: 2px solid #fff !important;
}
.medien-start .mcards a:hover {
	background: transparent;
}
.uk-card-default.uk-card-over-green .uk-text-meta {
	color: #2f5f00 !important;
}
.uk-card-over-green {
	border: 1px solid #2f5f00 !important;
}
.uk-card-over-green .cls-1 {
	fill: #2f5f00;
}
.uk-card-over-green .default-image .cls-1 {
	fill: #fff;
}
.uk-card-default.uk-card-over-green .uk-icon,
.uk-card-over-green .uk-icon {
	color: #2f5f00 !important;
}
.uk-card-default.uk-card-over-red .uk-text-meta {
	color: #cd1236 !important;
}
.uk-card-over-red {
	border: 1px solid #cd1236 !important;
}
.uk-card-over-red .cls-1 {
	fill: #cd1236;
}
.uk-card-over-red .default-image .cls-1 {
	fill: #fff;
}
.uk-card-default.uk-card-over-red .uk-icon,
.uk-card-over-red .uk-icon {
	color: #cd1236 !important;
}
.uk-card-default.uk-card-over-blue .uk-text-meta {
	color: #0071d7 !important;
}
.uk-card-over-blue {
	border: 1px solid #0071d7 !important;
}
.uk-card-over-blue .cls-1 {
	fill: #0071d7;
}
.uk-card-over-blue .default-image .cls-1 {
	fill: #fff;
}
.uk-card-default.uk-card-over-blue .uk-icon {
	color: #0071d7 !important;
}
.uk-card-over-noborder-red .uk-text-meta {
	color: #cd1236 !important;
}
.uk-card-over-noborder-red .cls-1 {
	fill: #cd1236;
}
.uk-card-over-noborder-red .default-image .cls-1 {
	fill: #fff;
}
.uk-card-over-noborder-red .uk-icon {
	color: #cd1236 !important;
}
.uk-card-over-noborder-blue .uk-text-meta {
	color: #0071d7 !important;
}
.uk-card-over-noborder-blue .cls-1 {
	fill: #0071d7;
}
.uk-card-over-noborder-blue .default-image .cls-1 {
	fill: #fff;
}
.uk-card-over-noborder-blue .uk-icon {
	color: #0071d7 !important;
}
.uk-card-over-noborder-green .uk-text-meta {
	color: #2f5f00 !important;
}
.uk-card-over-noborder-green .cls-1 {
	fill: #2f5f00;
}
.uk-card-over-noborder-green .default-image .cls-1 {
	fill: #fff;
}
.uk-card-over-noborder-green .uk-icon {
	color: #2f5f00 !important;
}
.footer-large {
	align-items: flex-start;
}
.footer-large * + address,
.footer-large * + dl,
.footer-large * + fieldset,
.footer-large * + figure,
.footer-large * + ol,
.footer-large * + p,
.footer-large * + pre,
.footer-large * + ul {
	margin-top: 0;
}
.footer-large .uk-list:nth-last-child(2) {
	margin-right: 50px;
}
.tags {
	margin-top: 25px;
	margin-bottom: -50px !important;
}
.tags .el-item {
	margin-top: 10px;
}
@media (min-width: 640px) {
	.tags .el-item {
		margin-top: -25px;
	}
}
.uk-grid-small.uk-grid-match > * {
	padding-left: 15px !important;
}
.uk-inline-clip:hover {
	background: none !important;
}
.uk-navbar-dropdown-grid > .uk-grid-margin {
	margin-top: 0 !important;
}
.news-detail .bdownloads .w100 {
	width: 100%;
}
#cookie-einstellungen .uk-switch {
	position: relative;
	display: table;
	height: 24px;
	width: 45px;
}
#cookie-einstellungen .uk-switch input {
	display: none;
}
#cookie-einstellungen .uk-switch-slider {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 500px;
	border: 1px solid #979797;
	bottom: 0;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.2s;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
}
#cookie-einstellungen .uk-switch-slider:before {
	content: '';
	background-color: #979797;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 2px;
	bottom: 2px;
	border-radius: 50%;
	transition-property: transform, box-shadow;
	transition-duration: 0.2s;
}
#cookie-einstellungen input:checked + .uk-switch-slider {
	border-color: #0071d7 !important;
}
#cookie-einstellungen input:checked + .uk-switch-slider:before {
	transform: translateX(19px);
	background-color: #0071d7 !important;
}
#cookie-einstellungen .uk-switch-slider.uk-switch-on-off {
	background-color: #f0506e;
}
#cookie-einstellungen input:checked + .uk-switch-slider.uk-switch-on-off {
	background-color: #32d296 !important;
}
#cookie-einstellungen .uk-switch-slider.uk-switch-big:before {
	transform: scale(1.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
}
#cookie-einstellungen .uk-switch-slider.uk-switch-small:before {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
}
#cookie-einstellungen input:checked + .uk-switch-slider.uk-switch-big:before {
	transform: translateX(26px) scale(1.2);
}
#cookie-einstellungen
	.uk-card-primary.uk-card-body
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-card-primary
	> :not([class*='uk-card-media'])
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-card-secondary.uk-card-body
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-card-secondary
	> :not([class*='uk-card-media'])
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen .uk-light .uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-offcanvas-bar
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-overlay-primary
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-section-primary:not(.uk-preserve-color)
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-section-secondary:not(.uk-preserve-color)
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-tile-primary:not(.uk-preserve-color)
	.uk-switch-slider:not(.uk-switch-on-off),
#cookie-einstellungen
	.uk-tile-secondary:not(.uk-preserve-color)
	.uk-switch-slider:not(.uk-switch-on-off) {
	background-color: hsla(0, 0%, 100%, 0.22);
}
#cookie-einstellungen .uk-accordion.ac-content li.uk-open a:not(.uk-button) {
	text-decoration: none;
	border: 0.5px solid #0071d7;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none !important;
}
#cookie-einstellungen
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content {
	margin-top: 0;
	border-left: 0.5px solid #0071d7;
	border-right: 0.5px solid #0071d7;
	border-bottom: 0.5px solid #0071d7;
	padding: 15px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
#cookie-einstellungen .uk-open a {
	color: #222;
}
#cookie-einstellungen .uk-button-primary {
	background-color: #0071d7 !important;
	color: #fff;
	border: 2px solid transparent;
}
#cookie-einstellungen .uk-button-primary:hover {
	background-color: transparent !important;
	color: #0071d7 !important;
	border: 2px solid #0071d7 !important;
}
#cookie-einstellungen .uk-modal-dialog {
	border: 1px solid #0071d7 !important;
}
#cookie-modal a {
	font-size: 12px;
}
#cookie-modal a:hover {
	color: #222 !important;
}
#cookie-modal .uk-button-primary {
	background-color: #0071d7 !important;
	color: #fff;
	border: 2px solid transparent;
}
#cookie-modal .uk-button-primary:hover {
	background-color: transparent !important;
	color: #0071d7 !important;
	border: 2px solid #0071d7 !important;
}
#cookie-modal .uk-modal-dialog {
	border: 1px solid #0071d7 !important;
}
#cookie-modal.uk-modal {
	background: rgba(0, 113, 255, 0.33) !important;
}
.cookie-ul {
	padding-left: 0;
}
.cookie-ul li {
	display: flex;
	margin: 6px 0;
}
.cookie-text {
	padding: 0 5px 3px;
}
.uk-cookie-light a,
.uk-cookie-light h1,
.uk-cookie-light h2,
.uk-cookie-light h3,
.uk-cookie-light h4,
.uk-cookie-light h5,
.uk-cookie-light li,
.uk-cookie-light p,
.uk-cookie-light table,
.uk-cookie-light td,
.uk-cookie-light tr {
	color: #fff !important;
}
.uk-cookie-light a:hover {
	background-color: #fff !important;
	color: #222 !important;
}
.vm-overlay,
.yt-overlay {
	position: relative;
	padding-bottom: 56.25%;
}
.uk-list > li > ul {
	padding-left: 0;
}
.switcher li {
	height: 45px;
}
.conBoxWrapper {
	float: left;
	width: 44%;
	padding: 20px;
}
@media only screen and (max-width: 860px) {
	.conBoxWrapper {
		width: 94%;
	}
}
.section-overview .filter-tablet .overview-filter .uk-search-gz {
	margin-bottom: 30px;
}
@media (min-width: 640px) {
	.section-overview .filter-tablet .overview-filter .uk-search-gz {
		margin-bottom: 20px;
	}
}
@media (min-width: 1140px) {
	.decision-overview .section-overview .overview-filter .uk-search-q {
		float: inherit;
	}
	.section-overview .overview-filter .uk-search-gz {
		width: 175px;
	}
}
.lila.medien h2 {
	color: #222;
	font-size: 36px;
}
.lila.medien .anmelden .uk-button {
	border: 2px solid #4b1bbb;
	background-color: #4b1bbb;
	color: #fff;
}
.lila.medien .anmelden .uk-button:hover {
	background-color: transparent;
	color: #4b1bbb;
	border: 2px solid #4b1bbb;
}
.lila .download .uk-card-secondary a {
	color: #222 !important;
}
.lila .download .uk-card-secondary a:hover {
	background: transparent !important;
	color: #4b1bbb !important;
}
.lila .uk-tab > .uk-active > a {
	border-color: #4b1bbb;
}
.lila .cls-1 {
	fill: #4b1bbb;
}
.lila .uk-card .uk-button-white {
	color: #4b1bbb !important;
	background: #fff !important;
	text-decoration: none !important;
}
.lila .uk-card .uk-button-white:hover {
	background: #4b1bbb !important;
}
.lila .download .uk-card-secondary {
	color: #222;
	border: 1px solid #4b1bbb;
}
.lila .download .uk-card-secondary ul svg {
	color: #4b1bbb;
}
.lila .download .uk-card-secondary.uk-card-blue h3 {
	color: #fff !important;
}
.lila .download .uk-card-secondary.uk-card-blue a {
	color: #fff !important;
	background: transparent !important;
}
.lila .uk-button-tags-first {
	color: #4b1bbb !important;
	border: 1px solid #4b1bbb !important;
}
.lila .uk-button-tags-first:hover {
	border: 1px solid #4b1bbb !important;
	color: #fff !important;
	background: #4b1bbb;
}
.lila .switcher li.uk-active a {
	color: #4b1bbb;
}
.lila .switcher li a:hover {
	color: #4b1bbb !important;
}
.lila .bg-green {
	background: #4b1bbb;
}
.lila .uk-section-default a {
	color: #0071d7;
}
.lila .uk-section-default a:hover {
	background: #4b1bbb;
	color: #fff;
	border-color: #4b1bbb;
}
.lila .uk-section-default a.uk-panel:hover {
	background: transparent;
	color: #fff;
	border-color: transparent;
}
.lila .uk-section-default a.uk-panel:hover .uk-link-primary {
	background: #4b1bbb;
	color: #fff;
	display: inline;
}
.lila .uk-section-default .oval-box a:hover {
	background: transparent;
	color: #fff;
	border-color: transparent;
}
.lila .uk-section-default .oval-box a:hover .uk-link-primary {
	background: #4b1bbb;
	color: #fff;
	display: inline-block;
}
.lila .uk-section-default .uk-button-default {
	background-color: #4b1bbb;
	color: #fff;
	border: 2px solid #4b1bbb;
	padding: 5px 22px;
}
.lila .uk-section-default .uk-button-default:hover {
	background-color: transparent;
	color: #4b1bbb;
	border: 2px solid #4b1bbb;
}
.lila .uk-section-default .uk-button-primary {
	background-color: #4b1bbb;
	color: #fff;
	border: 2px solid #4b1bbb;
}
.lila .uk-section-default .uk-button-primary:hover {
	background-color: transparent;
	color: #4b1bbb;
	border: 2px solid #4b1bbb;
}
.lila .uk-card-default .uk-icon {
	color: #4b1bbb !important;
}
.lila .uk-breadcrumb a {
	color: #222;
}
.lila .uk-breadcrumb a:hover {
	background: transparent;
	color: #4b1bbb !important;
}
.lila .anmelden .uk-button {
	border: 2px solid #4b1bbb;
	color: #4b1bbb;
}
.lila .anmelden .uk-button:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.lila .uk-button-default {
	border-color: #4b1bbb;
	background-color: #4b1bbb;
}
.lila .uk-dropdown-nav > li > a {
	color: #222;
}
.lila .tm-toolbar-default {
	background: #4b1bbb;
}
.lila .tm-toolbar-default .uk-drop.uk-open {
	background: transparent;
}
.lila .tm-toolbar-default .uk-navbar-item,
.lila .tm-toolbar-default .uk-navbar-nav > li > a,
.lila .tm-toolbar-default .uk-navbar-toggle {
	background: transparent;
	color: #fff;
}
.lila .tm-toolbar-default .uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent;
}
.lila .uk-navbar-container:not(.uk-navbar-transparent) {
	background: #fff;
}
.lila .tm-header .uk-navbar-nav > li:hover > a,
.lila .tm-header .uk-navbar-nav > li > a.uk-open,
.lila .tm-header .uk-navbar-nav > li > a:focus {
	color: #4b1bbb;
}
.lila .tm-header .uk-navbar-nav > li > a {
	color: #222;
}
.lila .tm-header .uk-navbar-nav > li.uk-active > a:before,
.lila .tm-header .uk-navbar-nav > li:hover > a:before,
.lila .tm-header .uk-navbar-nav > li > a.uk-open:before,
.lila .tm-header .uk-navbar-nav > li > a:focus:before {
	background-color: #4b1bbb;
}
.lila .tm-header .nav-button {
	margin-left: 15px;
}
.lila .tm-header .nav-button a {
	color: #fff !important;
	border: 2px solid #4b1bbb;
}
.lila .tm-header .nav-button a:hover {
	background-color: #4b1bbb;
	border-color: #4b1bbb !important;
	color: #fff !important;
}
.lila .tm-header .uk-navbar-dropbar,
.lila .tm-header .uk-navbar-dropdown {
	background: #4b1bbb;
}
.lila .tm-header .uk-navbar-dropdown a {
	color: #fff;
}
.lila .tm-header .uk-navbar-dropdown a:hover {
	color: #fff;
	font-weight: 700;
}
.lila #tm-mobile,
.lila #tm-mobile .uk-padding {
	background: #4b1bbb;
}
.lila #tm-mobile .uk-background-default {
	background-color: #4b1bbb;
}
.lila #tm-mobile .uk-nav-default > li.uk-active > a,
.lila #tm-mobile .uk-nav-default > li > a {
	color: #fff;
}
.lila #tm-mobile .uk-navbar-dropbar,
.lila #tm-mobile .uk-navbar-dropdown,
.lila #tm-mobile .uk-navbar-nav > li > a {
	background: #4b1bbb;
}
.lila #tm-mobile .second-level-nav a {
	color: #fff;
}
.lila #tm-mobile .second-level-nav .uk-navbar-dropbar {
	background: #4b1bbb;
}
.lila .social-share a {
	color: #222;
}
.lila .social-share a:hover {
	background: none;
	color: #4b1bbb !important;
}
.lila .social-share a:focus {
	color: #4b1bbb !important;
}
.lila .medien .uk-card-default .uk-text-meta {
	color: #4b1bbb;
}
.lila #footer {
	color: #222;
	border-top: 1px solid #979797;
}
.lila #footer a {
	color: #222;
}
.lila #footer a:focus,
.lila #footer a:hover {
	color: #4b1bbb !important;
}
.lila .uk-icon-button {
	color: #222;
}
.lila .uk-icon-button:focus,
.lila .uk-icon-button:hover {
	background-color: transparent;
}
.lila .content-hero {
	background: #fff;
}
.lila th,
.lila tr.head td {
	background: #fff;
	border-bottom: 1px solid #4b1bbb;
}
.lila .uk-table td,
.lila th {
	border-right: 1px solid #4b1bbb;
}
.lila .uk-table-striped > tr:nth-of-type(2n),
.lila .uk-table-striped > tr:nth-of-type(odd),
.lila .uk-table-striped tbody tr:nth-of-type(2n),
.lila .uk-table-striped tbody tr:nth-of-type(odd) {
	background: #4b1bbb;
}
.lila .uk-table-generic-responsive svg {
	color: #0e6ecd;
}
.lila .uk-table-generic-responsive .uk-accordion-title:before {
	background-color: #4b1bbb;
}
.lila .uk-table-generic-responsive a,
.lila .uk-table-generic-responsive a:hover {
	color: #4b1bbb;
}
.lila .uk-table-generic-responsive ul {
	border-top: 1px solid #4b1bbb;
}
.lila .uk-table-generic-responsive ul li:nth-of-type(odd) {
	background-color: #4b1bbb;
}
.lila .uk-tile-secondary:not(.uk-preserve-color) {
	color: #222;
}
.lila .uk-tile-secondary {
	background: #4b1bbb;
}
.lila .uk-accordion.ac-content a {
	border: 0.5px solid #979797;
}
.lila .uk-accordion.ac-content a:hover {
	background: transparent;
}
.lila .uk-accordion.ac-content li.uk-open .uk-accordion-content {
	border-left: 0.5px solid #4b1bbb;
	border-right: 0.5px solid #4b1bbb;
	border-bottom: 0.5px solid #4b1bbb;
	padding: 20px;
}
.lila .uk-accordion.ac-content li.uk-open .uk-accordion-content .uk-button {
	border: 2px solid #4b1bbb;
}
.lila
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button) {
	color: #4b1bbb;
}
.lila
	.uk-accordion.ac-content
	li.uk-open
	.uk-accordion-content
	a:not(.uk-button):hover {
	background: #4b1bbb;
	color: #fff;
}
.lila .uk-accordion.ac-content .uk-open > .uk-accordion-title:before {
	background-color: #eee8f6;
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpath fill='none' stroke='%234b1bbb' stroke-width='2.03' d='M4 13l6-6 6 6'/%3E%3C/svg%3E");
}
.lila .uk-accordion.ac-content .uk-accordion-title:before {
	background-color: #eee8f6;
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpath fill='none' stroke='%234b1bbb' stroke-width='2.03' d='M16 7l-6 6-6-6'/%3E%3C/svg%3E");
}
.lila .uk-accordion.ac-content .uk-accordion-title {
	color: #222;
	padding: 20px;
}
.lila .uk-open > .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-up'%3E%3Cpath fill='none' stroke='%230071d7' stroke-width='2.03' d='M4 13l6-6 6 6'/%3E%3C/svg%3E");
}
.lila .uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-down'%3E%3Cpath fill='none' stroke='%230071d7' stroke-width='2.03' d='M16 7l-6 6-6-6'/%3E%3C/svg%3E");
}
.lila .uk-accordion.ac-content li.uk-open .uk-accordion-title {
	text-decoration: none;
	padding: 20px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 0.5px solid #4b1bbb;
	border-bottom: none;
}
.lila .section-overview .overview-filter li .uk-flex .pupdate {
	color: #4b1bbb;
}
.lila .uk-tooltip {
	color: #4b1bbb !important;
}
.lila #cookie-einstellungen h2 {
	color: #222;
}
.lila #cookie-einstellungen a {
	border: 0.5px solid #0071d7;
}
.lila #cookie-einstellungen .uk-open > .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%230071d7'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
.lila #cookie-einstellungen .uk-accordion-title:before {
	background-color: rgba(0, 113, 215, 0.1);
	border: transparent;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus' fill='%230071d7'%3E%3Cpath d='M9 1h1v17H9z'/%3E%3Cpath d='M1 9h17v1H1z'/%3E%3C/svg%3E");
}
.lila #cookie-einstellungen .uk-accordion-title {
	color: #9d9d9c;
}
.lila #cookie-einstellungen .uk-checkbox {
	border: 0.5px solid #4b1bbb;
}
.lila .uk-modal-dialog {
	border: 1px solid #4b1bbb;
}
.lila .uk-modal {
	background: #4b1bbb;
}
.lila .section-overview .uk-accordion-title:hover {
	background: transparent;
	color: #4b1bbb;
}
.lila .section-overview .overview-filter button .uk-icon {
	background-color: #4b1bbb;
	color: #4b1bbb;
}
.lila .section-overview .overview-filter .uk-search-default .uk-search-icon {
	color: #4b1bbb;
}
.lila
	.section-overview
	.overview-filter
	.uk-list-striped
	> li:nth-of-type(odd) {
	background: #4b1bbb;
}
.lila .section-overview .overview-filter .uk-icon-button {
	border: 1px solid #4b1bbb;
	background: #4b1bbb;
	color: #fff;
}
.lila .section-overview .overview-filter .uk-icon-button:hover {
	color: #fff !important;
}
.lila .section-overview .overview-filter li a {
	color: #4b1bbb;
}
.lila .section-overview .overview-filter li a:hover {
	background-color: #4b1bbb;
	color: #fff;
	text-decoration: none;
}
.lila .section-overview .overview-filter .pdown,
.lila .section-overview .overview-filter .uk-pagination .next a,
.lila .section-overview .overview-filter .uk-pagination .previous a,
.lila .section-overview .overview-filter .uk-pagination .veryfirst a,
.lila .section-overview .overview-filter .uk-pagination .verylast a {
	color: #4b1bbb;
}
.lila .section-overview .overview-filter .uk-pagination .uk-active a {
	border: 1px solid #4b1bbb;
	background: #4b1bbb;
	color: #fff;
}
.lila .section-overview .overview-filter .uk-pagination .uk-active a:hover {
	color: #fff;
}
.lila .section-overview .overview-filter .uk-pagination li a {
	color: #222;
}
.lila .section-overview .overview-filter .uk-pagination li a:hover {
	color: #4b1bbb;
}
.lila .section-overview .filter-tablet .uk-accordion-title:before {
	background-color: #4b1bbb;
}
.lila .section-overview .bg-green .uk-search-input {
	background: #fff !important;
	border: 1px solid #979797;
}
.lila .section-overview .bg-green .uk-button-default {
	background-color: #fff !important;
	color: #979797;
	border: 1px solid #979797;
}
.lila .uk-subnav > * > a:focus,
.lila .uk-subnav > * > a:hover {
	color: #4b1bbb !important;
}
.lila .section-overview .overview-filter .uk-button-default {
	background-color: #fff;
}
.lila .uk-search-input {
	color: #222;
}
.lila .uk-card-primary {
	background: #4b1bbb;
}
.lila .uk-list-striped > li:nth-of-type(odd) {
	background: rgba(75, 27, 187, 0.04);
	border: none;
}
.lila .uk-list-striped a {
	color: #222 !important;
	text-decoration: none;
	font-weight: 700;
	padding: 5px;
}
.lila .uk-list-striped a:hover {
	color: #fff !important;
}
.lila .uk-card-secondary h3 {
	color: #4b1bbb !important;
}
.lila .uk-article-meta,
.lila .v-adress:not(.uk-icon) {
	color: #4b1bbb;
}
.lila .uk-button-primary {
	background-color: #4b1bbb !important;
	color: #fff !important;
	border: 2px solid #4b1bbb !important;
}
.lila .uk-button-primary:hover {
	background-color: transparent !important;
	color: #4b1bbb !important;
	border: 2px solid #4b1bbb !important;
}
@media (max-width: 639px) {
	.lila .tm-toolbar-default .uk-list-divider > li:nth-child(n + 2) {
		border-top: 0.3px solid #4b1bbb;
	}
}
.lila .section-overview .overview-filter .uk-button-default {
	background-color: #fff !important;
	color: #979797;
	border: 1px solid #979797;
}
.lila .uk-grid-divider > :not(.uk-first-column):before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #4b1bbb !important;
}
.lila .oval {
	background-color: #4b1bbb;
}
.lila .uk-button-beschwerde {
	background-color: #4b1bbb;
	color: #fff !important;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.03px;
	border: 2px solid #4b1bbb;
	margin-top: -25px !important;
	padding: 20px 22px !important;
	text-transform: none;
}
.lila .uk-button-beschwerde:hover {
	background-color: transparent !important;
	color: #4b1bbb !important;
	border: 2px solid #4b1bbb !important;
}
.lila .uk-search-icon-flip {
	color: #4b1bbb !important;
}
.lila .fragen h3 {
	color: #4b1bbb;
	line-height: 1.42;
}
.lila .uk-section-default .oval-linked a:not(.uk-button) {
	color: #222;
	text-decoration: none;
	padding: 0;
}
.lila .uk-section-default .oval-linked a:not(.uk-button):hover {
	color: #222;
}
.lila .uk-link-primary {
	color: #4b1bbb;
	text-decoration: underline;
}
.lila .mcards .color-inverse {
	background: #4b1bbb !important;
}
.lila .mcards .color-inverse .mcard {
	background: #4b1bbb;
}
.lila .mcards .color-inverse .mcard h2 {
	color: #fff;
}
.lila .mcards .color-inverse .uk-button-lila {
	background: transparent !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}
.lila .mcards .color-inverse .uk-button-lila:hover {
	background: #fff !important;
	color: #4b1bbb !important;
	border: 2px solid #fff !important;
}
.veranstaltung-uebersicht.lila .vu-anmeldung .uk-button {
	border: 2px solid #4b1bbb;
	background-color: #4b1bbb;
	color: #fff;
}
.veranstaltung-uebersicht.lila .vu-anmeldung .uk-button:hover {
	background-color: transparent;
	color: #4b1bbb;
	border: 2px solid #4b1bbb;
}
.entscheidung-detail.lila .ent-list .el-title,
.entscheidung-detail.lila h1,
.entscheidung-detail.lila h2 {
	color: #4b1bbb;
}
.entscheidung-detail.lila .uk-card-primary {
	background: transparent;
	color: #222;
	border: 1px solid #4b1bbb;
}
.entscheidung-detail.lila .uk-card-primary h3 {
	color: #4b1bbb;
}
.entscheidung-detail.lila .uk-card-primary a {
	color: #222;
}
.entscheidung-detail.lila .uk-card-primary a:hover {
	background: transparent;
	color: #4b1bbb;
}
.entscheidung-detail.lila .uk-card-primary a span.uk-icon {
	color: #4b1bbb;
}
.entscheidung-detail.lila .uk-card-secondary {
	background: #fff;
	color: #222;
}
.entscheidung-detail.lila .uk-card-secondary a {
	color: #222;
}
.entscheidung-detail.lila .uk-card-secondary a:hover {
	background: transparent;
	color: #4b1bbb;
}
.entscheidung-detail.lila .uk-card-secondary a span.uk-icon,
.entscheidung-detail.lila .uk-card-secondary h3,
.entscheidung-detail.lila .uk-text-meta,
.pub-overview.lila .uk-section-default a,
.pub-overview.lila .uk-section-default h1 {
	color: #4b1bbb;
}
.pub-overview.lila .uk-section-default a:hover {
	color: #fff;
}
.pub-overview.lila .uk-section-default .uk-accordion-title {
	background: transparent !important;
}
.pub-overview.lila .uk-section-default .uk-accordion-title:hover {
	color: #4b1bbb !important;
	background: transparent !important;
}
.pub-overview.lila .uk-section-default .uk-breadcrumb a {
	color: #222 !important;
}
.pub-overview.lila .uk-section-default .uk-breadcrumb a:hover {
	color: #4b1bbb !important;
}
.pub-overview.lila .medien .uk-card-default {
	border: 1px solid #4b1bbb;
}
.pub-overview.lila .medien .uk-card-default .uk-icon {
	color: #4b1bbb;
	background: #fff;
}
.pub-overview.lila .medien .uk-card-default .uk-card-body h3 {
	color: #222;
}
.pub-overview.lila .default-image .uk-icon {
	color: #fff !important;
}
.pub-overview.lila .default-image .uk-icon:hover {
	background: transparent;
	color: #fff !important;
}
.lila.presse .uk-card-full {
	background: #4b1bbb;
}
.medien-start.lila .medien-hero .uk-button-default {
	background-color: #4b1bbb;
	color: #fff;
	border: 2px solid #4b1bbb;
}
.medien-start.lila .medien-hero .uk-button-default:hover {
	border-color: #4b1bbb;
	background: #fff;
	color: #4b1bbb;
}
.medien-start.lila .medien-hero .uk-button-default-reverse {
	background-color: #fff;
	color: #4b1bbb;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 18px;
}
.medien-start.lila .medien-hero .uk-button-default-reverse:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.medien-start.lila .uk-button-lila {
	background: #4b1bbb !important;
	color: #fff;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	border: 2px solid #4b1bbb !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.medien-start.lila .uk-button-lila:hover {
	background-color: #fff !important;
	border: 1px solid #4b1bbb !important;
	color: #4b1bbb;
}
.medien-start.lila .uk-button-lila-reverse {
	background: #fff;
	color: #4b1bbb !important;
	font-size: 12px;
	text-transform: none;
	margin-top: auto;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.05px;
	border: 2px solid #4b1bbb !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.medien-start.lila .uk-button-lila-reverse:hover {
	background-color: #4b1bbb !important;
	border: 1px solid #fff;
	color: #222;
}
.service.lila h2 {
	color: #4b1bbb;
}
.beschwerdeportal h1 {
	font-size: 44px;
}
@media (max-width: 640px) {
	.beschwerdeportal h1 {
		font-size: 24px;
	}
}
@media (max-width: 640px) {
	.beschwerdeportal h2 {
		font-size: 22px !important;
	}
}
@media (max-width: 640px) {
	.beschwerdeportal h3 {
		font-size: 20px;
	}
}
.beschwerdeportal .uk-form {
	padding: 40px 0;
}
.pl-10 {
	padding-left: 10px;
}
.pl-0 {
	padding-left: 0 !important;
}
.oval-linked a:hover .oval {
	-webkit-transform: translateY(-0.4rem) scale(0.98);
	transform: translateY(-0.4rem) scale(0.98);
}
.oval-linked a:hover .oval-text .uk-link-primary {
	color: #fff;
	background: #4b1bbb;
	display: table;
}
.oval {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	transition: 0.3s;
	margin: 6px 0 0;
}
.oval .number {
	width: 51px;
	height: 44px;
	padding-top: 9px;
	font-size: 30px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: 0.06px;
	color: #fff;
	text-align: center;
}
.uk-heading-line > :after,
.uk-heading-line > :before {
	border-bottom: calc(0.2px + 0.05em) dashed #000;
}
.uk-search.filter-search {
	width: 100%;
	height: 40px;
	background: transparent;
	border: 1px solid #979797;
	border-radius: 9px;
}
.uk-search.filter-search .uk-search-input {
	border: none;
}
.acc-btn {
	margin-top: 45px !important;
}
.acc-btn a {
	border: 2px solid #4b1bbb !important;
}
@media (max-width: 960px) {
	.img-right {
		display: flex;
		flex-direction: column-reverse;
	}
}
.bboxen .bbox a {
	transition: 0.3s;
}
.bboxen .bbox a:hover {
	background: transparent;
	-webkit-transform: translateY(0.4rem) scale(0.98);
	transform: translateY(0.4rem) scale(0.98);
}
@media (max-width: 960px) {
	.tm-grid-expand .uk-heading-line > :after,
	.tm-grid-expand .uk-heading-line > :before {
		border-bottom: none;
	}
	.tm-grid-expand .oval-linked a:hover {
		background: transparent;
	}
	.tm-grid-expand .oval-linked .el-item {
		display: flex;
		position: relative;
	}
	.tm-grid-expand .oval-linked .el-item .oval-wrapper {
		width: 70px;
	}
	.tm-grid-expand .oval-linked .el-item .oval-wrapper:after {
		content: '';
		width: 0;
		height: 100%;
		position: absolute;
		border: 1px dashed #000;
		top: 58px;
		left: 55px;
		z-index: 0;
	}
	.tm-grid-expand .oval-linked .el-item .oval-text {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		min-height: 60px;
	}
	.tm-grid-expand .oval-linked .el-item .oval-text .uk-link-primary {
		margin: 0;
	}
	.tm-grid-expand .oval-linked .el-item-last {
		display: flex;
		position: relative;
	}
	.tm-grid-expand .oval-linked .el-item-last .oval-wrapper {
		width: 70px;
	}
	.tm-grid-expand .oval-linked .el-item-last .oval-text {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		min-height: 60px;
	}
	.tm-grid-expand .oval-linked .el-item-last .oval-text .uk-link-primary {
		margin: 0;
	}
	.tm-grid-expand .oval-linked .el-item a {
		display: flex;
		position: relative;
	}
	.tm-grid-expand .oval-linked .el-item a .oval-wrapper {
		width: 70px;
	}
	.tm-grid-expand .oval-linked .el-item a .oval-wrapper:after {
		content: '';
		width: 0;
		height: 100%;
		position: absolute;
		border: calc(0.2px + 0.05em) dashed #000;
		top: 58px;
		left: 25px;
		z-index: 0;
	}
	.tm-grid-expand .oval-linked .el-item a .oval-text {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		width: 80%;
		min-height: 60px;
	}
	.tm-grid-expand .oval-linked .el-item a .oval-text .uk-link-primary {
		margin: 0;
	}
	.tm-grid-expand .oval-linked .el-item-last a {
		display: flex;
		position: relative;
	}
	.tm-grid-expand .oval-linked .el-item-last a .oval-wrapper {
		width: 70px;
	}
	.tm-grid-expand .oval-linked .el-item-last a .oval-text {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		width: 80%;
		min-height: 60px;
	}
	.tm-grid-expand .oval-linked .el-item-last a .oval-text .uk-link-primary {
		margin: 0;
	}
}
.medien-start .flex-hero .uk-section-large {
	padding-top: 0;
}
.medien-start .flex-hero .uk-width-1-1 {
	display: flex;
	align-items: center;
}
.medien-start .flex-hero .uk-button + .uk-button {
	margin-left: 20px;
}
.medienkompetenz h1 {
	font-size: 44px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: 0.05px;
}
.medienkompetenz .m-h2 {
	color: #cd1236 !important;
	text-shadow: none;
}
.medienkompetenz .uk-section-default ul svg {
	color: #cd1236;
}
.medienkompetenz a[target='_blank']:before,
.medienkompetenz a[target='_self']:before {
	content: '';
	position: relative;
	top: 0;
	right: 0;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' data-svg='enter'%3E%3Cg class='nc-icon-wrapper' fill='none' stroke='%23cd1236' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath data-color='color-2' d='M3.5 3.5h5v5M8.5 3.5l-8 8'/%3E%3Cpath d='M4.5 11.5h6a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v4'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 50% 50%;
	display: inline-block;
}
.medienkompetenz a:hover[target='_blank']:before,
.medienkompetenz a:hover[target='_self']:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' data-svg='enter'%3E%3Cg class='nc-icon-wrapper' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath data-color='color-2' d='M3.5 3.5h5v5M8.5 3.5l-8 8'/%3E%3Cpath d='M4.5 11.5h6a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v4'/%3E%3C/g%3E%3C/svg%3E");
}
.medienkompetenz h2 {
	margin-bottom: 40px;
}
.medienkompetenz .ent-right {
	margin-top: 20px;
}
.medienkompetenz .mk-select {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	width: 169px;
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}
.medienkompetenz .mk-select .uk-select {
	height: 40px;
	color: #979797;
}
@media (min-width: 960px) {
	.medienkompetenz .uk-tile {
		padding: 34px 22px;
	}
}
.mk-hero-mobile .uk-button + .uk-button {
	margin-top: 20px;
}
.project-switcher .uk-active svg circle,
.project-switcher .uk-active svg g,
.project-switcher .uk-active svg rect {
	stroke: #fff;
}
.project-switcher li {
	margin: 0;
	box-shadow: 0 2px 11px 0 rgba(200, 197, 197, 0.5);
	padding-left: 0;
}
.project-switcher li a {
	padding: 11px 12px 11px 13px;
}
.project-switcher li a:hover {
	background-color: rgba(205, 18, 54, 0.1) !important;
}
.project-switcher li.uk-active {
	background: #cd1236;
	color: #fff;
}
.project-switcher li.first,
.project-switcher li.first a {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.project-switcher li.first a {
	padding: 9px 8px 10px 16px;
}
.project-switcher li.first a:hover {
	padding: 9px 8px 12px 16px;
}
.project-switcher li.second,
.project-switcher li.second a {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.project-switcher li.second a {
	padding: 9px 8px 10px 16px;
}
@media only screen and (max-height: 860px) {
	.medien-start .flex-hero .uk-width-1-1 {
		display: flex;
		align-items: start;
		padding-top: 50px;
	}
}
@media only screen and (max-height: 710px) {
	.medien-start .mcards {
		display: none;
	}
	.medien-start .no-viewport-height .mcards {
		display: inherit !important;
	}
}
.list-left li {
	margin: 0 10px 0 0;
	display: inline;
	float: left;
}
.news-grid + #footer {
	margin-top: 0;
}
.projekt .uk-form {
	padding: 0;
}
.projekt .steps {
	font-size: 12px;
}
.mk-daten h1 {
	text-shadow: none;
	color: #222 !important;
	text-align: left;
	font-size: 36px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
}
.mk-daten h2 {
	margin: 40px 0 20px;
}
.js-upload .multiple-upload:hover .uk-button {
	cursor: pointer;
	color: #cd1236;
	background: transparent;
}
.js-upload .multiple-upload:hover .uk-button:hover {
	cursor: pointer;
}
.js-upload input:invalid {
	border: 1px solid red;
}
.js-upload input:focus:invalid {
	box-shadow: none;
}
.js-upload.uk-placeholder {
	margin-bottom: 20px;
	padding: 30px;
	background: transparent;
	border: 1px dashed #cd1236;
	border-radius: 7px;
}
.project-filter h3 {
	font-size: 22px;
}
.area-map {
	position: relative;
	max-width: 1200px;
}
.area-map a {
	text-decoration: none;
	display: block;
}
.area-map a:hover {
	background: transparent !important;
	border: none;
}
.area-map a:hover .map-oval {
	background: #cd1236;
	color: #fff;
	border: 0.6px solid #fff;
	text-decoration: none;
}
.map-oval {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 14px;
	color: #cd1236;
	text-align: center;
	border: 0.6px solid #cd1236;
	background: #fff;
}
.bgld {
	left: 90%;
	top: 52%;
}
.bgld,
.ktn {
	position: absolute;
}
.ktn {
	left: 60%;
	top: 83%;
}
.noe {
	left: 79%;
	top: 20%;
}
.noe,
.ooe {
	position: absolute;
}
.ooe {
	left: 56%;
	top: 28%;
}
.stmk {
	left: 73%;
	top: 63%;
}
.stmk,
.szbg {
	position: absolute;
}
.szbg {
	left: 47%;
	top: 61%;
}
.tirol {
	left: 23%;
	top: 64%;
}
.tirol,
.vlbg {
	position: absolute;
}
.vlbg {
	left: 3%;
	top: 63%;
}
.wien {
	position: absolute;
	left: 90%;
	top: 25%;
}
.text-box h3 {
	font-size: 16px;
	font-weight: 700;
}
.text-box .el-item {
	background: transparent !important;
	box-shadow: none !important;
}
.text-box .el-link {
	text-decoration: underline;
}
@media (min-width: 960px) {
	.white-sub {
		margin-left: 10px;
	}
}
.white-sub a {
	color: #fff;
	text-decoration: none;
}
@media (min-width: 960px) {
	.white-sub + .white-sub {
		margin-left: 30px;
	}
}
.readout {
	color: #fff;
	position: absolute;
	top: 20px;
}
.readout a {
	color: #fff !important;
	text-decoration: none;
}
.checkit,
.image-check label {
	display: block;
	margin-top: 5px;
}
#file-list-display p,
#file-list-display p * + p {
	margin: 3px 0;
}
.uk-form-danger,
.uk-form-danger:focus {
	color: #f0506e !important;
	border: 2px dashed #f0506e !important;
}
#webm-projectform .uk-select:not([multiple]):not([size]),
.overview-filter .uk-select:not([multiple]):not([size]) {
	border-color: #979797;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18'%3E%3Cimage width='18' height='18' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAC2VBMVEX76+776u397PD98fP5 7e/98PT88fX78PT88/b78vX86u399Pf77vD37vD68/b78/X89PX09vX78/T89vn77/H37/H99vj/ +Pv/8/X/9fb/9vr/9vf/9/b/9ff98vT98vb/9/v/9vb/9Pb+8vT88fL98fX/9fn36u747vL47fH1 6e316Oz47O727PD26+747O735+v25+r57fH97vH56u326e778fX46uz36+/x8PD47PH78fH46Ov9 5uz09PT37e777/L36+346+z+4uj36Ov46+717e367/H67PH78vL56Oz37/Xx7/D57vL46uz16O3/ 9Pb46ez26u799Pj57e/25ej15+r57fH77/P68PT47PD16e316Oz36+347vL68fX35+r45ur75uv7 5+z36Ov15+r65+v85ev75ev46Ov86ez55ur25un55+r65+r85uv55+v56ez66Ov85uz45Ov05+n6 5uv65+z56Ov46Or36Oz66Oz85+z95Ov35ev35uzu7O/84+7/8Pj38fL45+r85er55Oj35e397vT4 9fT74uf95un+5er/4u/x6u3+6ez509j37u388fH05uz35e/98vT97PD209v17uv16+r/4+v65er8 5vH77u/78um5MErNT2n////69Pj78/z///7HUmzDKlj87/Px9fH45+v36ev85ez55/D96O389u7f n6q4ABrTWnPQWW+6ABnhm7H+8ff76e/y6u326uv+5ev26Ov46evqr8CoABvZaX7Va3mdABfqsbv7 5u765u395On75On36enw7O394vD95fLss8GnABWtABDotr766+j75+775uz35+n95e365e376Oze qrLhoLD//f/27O384+r06uv+4uz94+z26en65uj36ej/+v//+P/25u/06e/55+774uvv7Ov+5O76 5ur36e336uz85Or25ev56ev75+v55Or55en25+r15umgmLvFAAAAYHRSTlMAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARVaDI2LFdD2nq33oJsKYCqKA+WRvv+A85V7Tw/Pvx sGc8E+0jRoTUtjHLvxGO6O2OG5iqy9yxfhnR2xshAAAAAWJLR0ShKdSONgAAAAd0SU1FB+UEGhIG JUKFNXUAAAFdSURBVBjTY2BgZGJmUdfQ1NLW0dVjZWPn4GQACekbJCQmJaekGhqBhRi5jE0S0pLS 0zMys7JzTM24ORl4eM1z8/KTktIKCovSi0ss+PgZBCxLM5PLyjMrKquqa2rT66wEGaxt6hsam5pb WtvaOzq7unts7RjsC3r7+idMnDR5ytRp02fMnJXjwOA4e87cefMXLFy0eMnSZctXrMx2Yli1es3a des3bFy4cNPmLVu3bd/hzOCyM2nX7oV79u7bf+DgwtWHDhcdYXA9euz4iZMLT50+c3bhuaTzF7Ld GNwvptReunxl4dVr12/c3HUr5bYHg6fXnYK79+7fffDw0eMnT58VPfdmEPLJqSh6kZtZ9fJVefHr pDe+wgwion4taWAPvX2XX/zeX0ycQUIyIDAH6u0POUHBUlIM0jKyciGhH7OBgfMpLFxeASgkqaik rBIRGRUdExsXL6+qJiUFAHpfkNYqc/hbAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTA0LTI2VDE4 OjA2OjM3KzAzOjAw5v4iLAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0wNC0yNlQxODowNjozNysw MzowMJejmpAAAAAASUVORK5CYII='/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.iframeResizable {
	width: 1px;
	min-width: 100%;
}
#mobmenu {
	background: transparent;
	border: none;
}
.uk-input::placeholder {
	color: #222;
}
.tm-header .uk-navbar-dropdown a:focus,
.tm-header .uk-navbar-nav > li > a:focus,
.uk-button-default:focus,
:focus,
a:focus,
h1:focus,
h2:focus {
	outline: 2px dotted #222;
}

/*to add to webpack css*/
.task-rtr .tm-toolbar-default {
	background: #0071d7;
	padding: 0;
	color: white;
	font-size: 13px;
}
.task-rtr h1 {
	color: #0071d7;
}
.task-rtr .tm-toolbar-default .uk-navbar-nav li {
	line-height: 34px;
}

@media (max-width: 767px) {
	.task-rtr .tm-toolbar-default .uk-navbar {
		display: initial;
	}
	.task-rtr .tm-toolbar-default .uk-navbar-left {
		display: initial;
	}
	.task-rtr .tm-toolbar-default .uk-navbar-right {
		display: initial;
	}
	.task-rtr .tm-toolbar-default .uk-inline {
		padding-left: 0;
	}
	.task-rtr .tm-toolbar-default .uk-navbar-right .uk-grid {
		margin-left: 0;
	}
	.tm-toolbar-default .uk-button-top {
		padding: 0;
	}
	.task-rtr .tm-toolbar-default .uk-inline .pull-right {
		float: none !important;
	}
}
.tm-toolbar-default .uk-navbar-nav > li > a {
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 2px;
}
.footer-address span.org {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-address span.tel,
.footer-address span.fax,
.footer-address .email {
	display: block;
}
.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.tablesorter-header-inner:after {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tablesorter-header[aria-sort='none'] .tablesorter-header-inner:after {
	content: '\e81b';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	margin: 0 0 0 1em;
}
.tablesorter-header[aria-sort='descending'] .tablesorter-header-inner:after {
	content: '\e80d';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	margin: 0 0 0 1em;
}
.tablesorter-header[aria-sort='ascending'] .tablesorter-header-inner:after {
	content: '\e80d';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	margin: 0 0 0 1em;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.widget-delete:before {
	color: #0071d7;
	content: '\e80b';
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	display: block;
	margin-right: 0.333em;
}
.widget-add {
	color: #747474;
	display: block;
	margin-left: auto;
	position: absolute;
	right: 2px;
	top: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 2em;
}
.widget-add.widget-on-dashboard {
	display: none;
}
.widget-add:before {
	color: #0071d7;
	content: '\e80b';
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	display: block;
	margin-right: 0.333em;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.widget-add:hover {
	background: transparent !important;
}
.hidden {
	display: none !important;
}
.widget-delete {
	color: #747474;
	display: block;
	margin-left: auto;
	position: absolute;
	right: 2px;
	top: 10px;
	width: 2em;
}
a.widget-delete:hover {
	background: transparent !important;
}
.uk-text-decoration-none {
	text-decoration: none !important;
}
.uk-text-decoration-none-link a {
	text-decoration: none !important;
}
.teaser-icon {
	font-family: 'rtr-symbols', sans-serif;
	font-size: 6em;
	text-align: left;
	height: 1.3em;
}
.widget-content a {
	color: black;
}
.widget-content a:hover {
	background: transparent !important;
}
.widget-content {
	padding: 15px;
}
.widget-content .teaser-icon a {
	color: #0071d7 !important;
}
.widget-content:hover .teaser-icon a {
	color: #545454;
}
.widget-content:hover {
	cursor: pointer;
}
.teaser-headline a {
	padding: 10px;
	text-decoration: none;
	color: #222 !important;
}
.teaser-text {
	padding: 10px;
}
.e-portal-task {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
}
.info-box-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10 px;
	padding-bottom: 10 px;
}
.info-box-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	background: #fff;
	border-right: solid 5px #a2a2a2;
	box-shadow: 1px 1px 16px 0 rgb(67 67 67 / 50%);
	margin-bottom: 0.5em;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.info-box-item a {
	text-decoration: none;
	border-radius: 7px;
	padding: 0;
}
.info-box-icon {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 1.333em;
	color: #fff;
	min-width: 3em;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.icon-critical {
	border: 1px solid #eb2047;
	border-radius: 7px;
}
.icon-critical .info-box-icon {
	background-color: #eb2047;
	background-image: url('../img/critical.svg');
}
.no-svg .icon-critical .info-box-icon {
	background-image: url('../img/critical.png');
}
.icon-system {
	border: 1px solid #f3ab00;
	border-radius: 7px;
}

.icon-system .info-box-icon {
	background-color: #f3ab00;
	background-image: url('../img/critical.svg');
}

.no-svg .icon-system .info-box-icon {
	background-image: url('../img/critical.png');
}
.icon-warning {
	border: 1px solid #f3ab00;
	border-radius: 7px;
}
.icon-warning .info-box-icon {
	background-color: #f3ab00;
	background-image: url('../img/warning.svg');
}
.no-svg .icon-warning .info-box-icon {
	background-image: url('../img/warning.png');
}
.icon-download {
	border: 1px solid #0071d7;
	border-radius: 7px;
}
.icon-download .info-box-icon {
	background-color: #0071d7;
	background-image: url('../img/download.svg');
}
.no-svg .icon-download .info-box-icon {
	background-image: url('../img/download.png');
}
.icon-edit {
	border-right: solid 5px #0071d7;
}
.icon-edit .info-box-icon {
	background-color: #0071d7;
	background-image: url('../img/edit.svg');
}
.no-svg .icon-edit .info-box-icon {
	background-image: url('../img/edit.png');
}
.icon-approval {
	border-right: solid 5px #0071d7;
}
.icon-approval .info-box-icon {
	background-color: #0071d7;
	background-image: url('../img/approval.svg');
}
.no-svg .icon-approval .info-box-icon {
	background-image: url('../img/approval.png');
}
.icon-info {
	border: 1px solid #0071d7;
	border-radius: 7px;
}
.icon-info .info-box-icon {
	background-color: #0071d7;
	background-image: url('../img/info.svg');
}
.no-svg .icon-info .info-box-icon {
	background-image: url('../img/info.png');
}
.icon-help {
	border: 1px solid #0071d7;
	border-radius: 7px;
}
.icon-help .info-box-icon {
	background-color: #0071d7;
	background-image: url('../img/help.svg');
}
.no-svg .icon-help .info-box-icon {
	background-image: url('../img/help.png');
}
.info-box__message {
	padding: 10px;
}
.info-box-item a {
	text-decoration: none;
}
.task-rtr .main-container .info-box-item a {
	color: #222;
}
.task-rtr .main-container .info-box-item a:hover,
.task-rtr .main-container .info-box-item a:focus {
	color: #a2a2a2;
}
.info-box-title {
	color: #747474;
	font-family: 'open_sansbold', sans-serif;
	display: block;
}
.icon-critical .info-box-title {
	color: #cd1236;
}
.icon-warning .info-box-title {
	color: #c88c00;
}
.info-box-item a:visited {
	color: #222;
}
.info-item-delete {
	color: #747474;
	display: block;
	margin-left: auto;
	padding: 2px 3.33px 3.33px 6.66px;
	padding: 0.2rem 0.333rem 0.333rem 0.666rem;
	width: 2em;
}
.info-item-delete:before {
	color: #0071d7;
	content: '\e80b';
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	display: block;
	margin-right: 0.333em;
}
.default-widget {
	box-shadow: none;
	border-radius: 7px;
}
.default-widget h4 {
	padding: 20px 10px 0px 10px;
}

.footerlinks li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	flex: 100%;
}
.template-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 7px;
	margin-bottom: 25px;
	padding: 6.66px 0px 1.6600000000000001px 0px;
	padding: 0.666rem 0rem 0.166rem 0rem;
}
.template-info {
	margin-bottom: 1em;
	width: 100%;
}
.template-info p {
	margin: 0;
}
.uk-accordion-content a.template-button {
	background: #0071d7;
	box-sizing: border-box;
	border: 2px solid #0071d7 !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: 'open_sanssemibold', sans-serif;
	margin-bottom: 0.5em;
	padding: 1rem 0.666rem 1rem 0.666rem !important;
	text-decoration: none;
	border-top-left-radius: 7px !important;
	border-top-right-radius: 7px !important;
	border-bottom-left-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
}
.uk-accordion-content a.template-button:hover {
	background: #fff !important;
	color: #0071d7 !important;
}
a.template-button:visited {
	background: #0071d7;
	color: #fff;
	text-decoration: none;
}
.template-button--title {
	display: block;
}
.template-button--data {
	display: block;
	font-family: 'open_sansregular', sans-serif;
	font-size: 0.94em;
	margin: 0.8em 0 0 0;
}
.template-item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	border: solid 1px #0071d7;
	box-sizing: border-box;
	border-radius: 7px;
	margin-bottom: 0.5em;
	padding: 10px 6.66px 10px 6.66px;
	padding: 1rem 0.666rem 1rem 0.666rem;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.template-item--header {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.template-title {
	font-family: 'open_sanssemibold', sans-serif;
	width: 80%;
	display: contents;
}
.template-title--data {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'open_sansregular', sans-serif;
	font-size: 0.94em;
	margin: 0.5em 0 0 0;
	width: 100%;
}
.template-title--data dt {
	width: 33.333%;
}
.template-title--data dd {
	width: 66.666%;
}
.template-handling {
	position: absolute;
	right: 0;
	top: 0;
}
.template-handling a:hover {
	background: transparent !important;
	color: #0071d7 !important;
}
.task-rtr .main-container .template-handling a {
	color: #0071d7;
	text-decoration: none;
}
.task-rtr .main-container .template-handling a:visited {
	color: #0071d7;
}
.task-rtr .main-container .template-handling a:hover {
	color: #a2a2a2;
}
.task-rtr .main-container .template-handling a:active {
	color: #a2a2a2;
}
.task-rtr .main-container .template-handling a:focus {
	color: #a2a2a2;
}
.template-edit {
	display: inline-block;
}
.template-edit:before {
	content: '\e806';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	margin-left: 0.6em;
}
.template-admission:before {
	content: '\e81c';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	margin-left: 0.6em;
}
.template-history:before {
	content: '\e81d';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	margin-left: 0.6em;
}
.template-delete:before {
	content: '\e81e';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	margin-left: 0.6em;
}
.template-show:before {
	content: '\e81f';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
	margin-left: 0.6em;
}
.template-unread:before {
	content: '\e820';
	display: inline-block;
	font-family: 'rtr-icons', 'open_sansregular', sans-serif;
}
.footerlinks ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.footerlinks ul {
		float: right;
	}
	.template-container {
		flex-direction: row;
		padding: 1.5em 1.5em 1em 1.5em;
	}
	.template-button {
		width: 46%;
	}
	.template-item {
		width: 46%;
	}
	.template-item:nth-child(2n + 2) {
		margin-right: 0;
	}
}
@media screen and (min-width: 1024px) {
	.template-item--header {
		flex-direction: row;
	}
	.template-title {
		width: 65%;
	}
	.template-handling {
		margin: 0;
	}
	.template-title--data dt {
		width: 25%;
	}
	.template-title--data dd {
		width: 75%;
	}
}
@media screen and (min-width: 1280px) {
	.template-container {
		padding: 1em 1em 0.5em 1em;
	}
	.template-title--data dt {
		width: 20%;
	}
	.template-title--data dd {
		width: 80%;
	}
}
.accordion-list.rff .uk-accordion {
	padding: 0;
}
.blue .accordion-list.rff .uk-accordion.second-level li a.uk-accordion-title {
	text-decoration: none;
	padding: 15px;
	border-top-left-radius: 9px !important;
	border-top-right-radius: 9px !important;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 0.5px solid #0071d7;
}
.blue
	.accordion-list.rff
	.uk-accordion.second-level
	li.uk-open
	a.uk-accordion-title {
	text-decoration: none;
	padding: 15px;
	background: #0071d7;
	color: #fff;
	border-top-left-radius: 9px !important;
	border-top-right-radius: 9px !important;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 0.5px solid #0071d7;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.blue
	.accordion-list.rff
	.uk-accordion.second-level
	li.uk-open
	a.uk-accordion-title:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%23ffffff'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
.blue
	.accordion-list.rff
	.uk-accordion.second-level
	li.uk-open
	a.uk-accordion-title:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='minus' fill='%23ffffff'%3E%3Cpath d='M1 9h16v2H1z'/%3E%3C/svg%3E");
}
.blue
	.accordion-list.rff
	.uk-accordion.second-level
	li
	a.uk-accordion-title:hover:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus' fill='%23ffffff'%3E%3Cpath d='M9 1h1v17H9z'/%3E%3Cpath d='M1 9h17v1H1z'/%3E%3C/svg%3E");
}
.section-overview .overview-filter.uk-form-horizontal .uk-button-default {
	width: 100%;
}
.section-overview
	.overview-filter.uk-form-horizontal
	.uk-form-custom:not(:last-child):not(:first-child),
.section-overview
	.overview-filter
	.uk-inline:not(:last-child):not(:first-child) {
	margin: 0;
}
.section-overview .overview-filter.uk-form-horizontal .uk-button {
	width: 100%;
}
.section-overview.uk-section-muted {
	padding: 0 10px;
	border-radius: 7px;
}
.section-overview .overview-filter.uk-form-horizontal .uk-input {
	background-color: #fff;
	border-radius: 9px;
	border: 1px solid #9d9d9d;
	margin-top: 0;
}

.section-overview .overview-filter.uk-form-horizontal .uk-button {
	margin: 0;
}
.section-overview .overview-filter.uk-form-horizontal .submit_links {
	margin-top: 1.5rem;
}
.blue .uk-input,
.blue .uk-select,
.blue .uk-textarea {
	color: #0071d7;
}
#alllist {
	display: none;
}

.modal-body .section-overview .overview-filter.uk-form-horizontal {
	padding: 10px 0;
	margin: 0;
}

.uk-button {
	padding: 0 15px !important;
}
.blue .custom-button {
	margin: 0 0 20px;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 9px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 15px !important;
	vertical-align: middle;
	font-size: 0.875rem;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
	background-color: #0071d7 !important;
	color: #fff !important;
	border: 2px solid #0071d7 !important;
}
.blue .custom-button:hover {
	background-color: transparent !important;
	color: #0071d7 !important;
	border: 2px solid #0071d7 !important;
}
.task-rtr .main-article ul:not(.uk-accordion) {
	list-style: none;
	padding: 0;
}
.task-rtr .main-article ul:not(.uk-accordion) > li {
	position: relative;
    padding-left: calc(1.5em + 10px);
}

.task-rtr .main-article ul:not(.uk-accordion) > li:nth-child(n+2) {
    margin-top: 10px;
}
.task-rtr .main-article ul:not(.uk-accordion) > li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%230071d7' cx='3' cy='3' r='3'/%3E%3C/svg%3E") !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}
.task-rtr .main-article ul:not(.uk-accordion) > li:nth-child(n+2) {
    margin-top: 10px;
}
.task-rtr .main-article .uk-accordion-content ul {
	list-style: none;
	padding: 0;
}
.task-rtr .main-article .uk-accordion-content ul:not(.uk-accordion) > li {
	position: relative;
	padding-left: calc(1.5em);
}
.task-rtr
	.main-article
	.uk-accordion-content
	ul:not(.uk-accordion)
	> li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%230071d7' cx='3' cy='3' r='3'/%3E%3C/svg%3E") !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.uk-modal-dialog {
	border-radius: 7px;
}
.uk-button-primary.uk-modal-close-default {
	position: initial;
}
.uk-button-primary.uk-modal-close-default svg {
	display: none;
}

.white_wrapper {
    width: 100%;
}

.white_wrapper p{
    white-space: pre-line;
    margin: none;
}

.shortcodes-lines{
    white-space: pre-line;
}
.bold {
    font-weight: bold;
}

.uk-button .template-button--data{
	margin: 0;
}
.uk-no-padding .template-container {
	padding: 0;
}
.new-template{
	width: 46%;
    padding: 5px!important;
	margin-top: 0!important;
    margin-bottom: 7px!important;
}

.personal-scope .uk-card{
	margin-bottom: 20px;
}

.uk-button-default.uk-button-small{
	font-size:12px;
	line-height: 2.5;
	margin-top: 0;
}

@media screen and (min-width: 768px){
.account .tablesorter-header-inner {
    overflow: hidden;
    text-align: center;
    transform: translate(-50%, -50%) rotate(
-90deg) translate(-50%, 50%) translate(-3px, 0);
    white-space: nowrap;
    position: absolute;
    line-height: 14px;
    font-size: 13px;
    text-overflow: ellipsis;
	font-weight: normal;
}
}

fieldset {
    border: none;
    padding: 0;
}

.five-percent {
	width: 5%
}
.ten-percent {
	width: 10%
}
.fifteen-percent {
	width: 15%
}
.twenty-percent {
	width: 20%
}
.thirty-percent {
	width: 30%
}
.seventy-percent {
	width: 70%
}
.eighty-percent {
	width: 80%
}

#searchAUK.uk-input{
	padding: 13px 10px;
}

/* sorting new uk-accordions */
.accordion-list .first-level > div[hidden] {
    display: block!important;
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
}

.approval:before {
    content: '\e800';
    display: inline-block;
    font-family: 'rtr-icons', 'open_sansregular', sans-serif;
    margin-right: 0.333em;
}

#error-message{
    padding-bottom: 20px;
    color: red;
}
#aukerror{
    color: red;
    font-weight: 600;
}

.uk-table{
	hyphens: auto;
}

#history {
    display: none;
}

table .not-responsive.uk-visible\@l{
	display: table!important;
}

.cursor-pointer {
    cursor: pointer;
}

.rtr-home h2 span {
    font-size: 0.6em;
    padding: 12px 12px 12px 0;
}

.rf-content-title.black {
    color: #000;
}