@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;400;500;600;700;800&display=swap');

html {
	background: #F9F9F9;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #707070;
}

.uk-card-body a {
	color: #B51E1E;
}

.uk-navbar-container {
	height: 80px;
	background: #FFFFFF !important;
	box-shadow: 0 0 20px 0 rgba(204,204,204,0.50);
}

.uk-navbar .logo {
	font-weight: 600;
	color: #B51E1E;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 20px;
	padding-top: 6px;
}

.uk-navbar img {
	margin-right: 10px;
	height: 65px;
	display: inline-block;
}

.uk-navbar .logo span {
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	color: #707070;
	text-transform: none;
	font-size: 14px;
	padding-left: 1px;
}

.uk-navbar .logo:hover {
	text-decoration: none;
}

.uk-navbar .uk-navbar-nav a {
	color: #707070;
	font-size: 14px;
	font-weight: 300;
}

.uk-navbar .uk-navbar-nav a:hover, 
.uk-navbar .uk-navbar-nav .uk-active a {
	color: #B51E1E;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	padding: 0 17px;
}

.uk-navbar .uk-navbar-nav a.cta {
	height: 24px;
	background: #B51E1E;
	color: #FFFFFF;
	display: block !important;
	height: 40px !important;
	min-height: 40px !important;
	line-height: 40px;
	margin-top: 19px;
	border: 1px solid #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}

.uk-navbar .uk-navbar-nav li.mobile-menu a {
	padding: 0px 0px 0px 20px;
}

.uk-navbar .uk-navbar-nav a.cta:hover,
.uk-navbar .uk-navbar-nav .uk-active a.cta {
	background: #FFFFFF;
	color: #B51E1E;
	border: 1px solid #B51E1E;
}

.uk-card-default .uk-card-title, h1, h2 {
	color: #B51E1E;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
}

h3 {
	color: #B51E1E;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0px;
}

h4 {
	color: #B51E1E;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0px;
}

.subtitle {
	color: #707070;
	font-weight: 600;
	display: block;
	font-size: 14px;
}

.uk-card-default {
	color: #707070;
	font-size: 14px;
}

hr {
	border-top: 1px solid #B51E1E !important;
}

.footer hr {
	border-top: 1px solid #d5d5d5 !important;
	margin-bottom: 10px;
}

.footer ul {
	list-style-type: none;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: 0px;
}

.footer li {
	display: inline-block;
	padding: 0px 10px 0px 17px;
	position: relative;
}

.footer li:first-child {
	padding: 0px 10px 0px 0px;
}

.footer li:nth-child(n+2):before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	background: #a6a6a6;
	position: absolute;
	left:0;
	top: 11px;
	border-radius: 10px;
}

.footer li a {
	color: #a6a6a6;
	font-size: 12px;
}

.imprint-socials img {
	height: 30px;
}

@media only screen and (min-width: 768px) {
	.p_img {padding: 0px 20px 10px 0px;}
}

.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
	background: rgba(181, 30, 30, 0.05);
	border-top: 1px solid #b51e1e;
	border-bottom: 1px solid #b51e1e;
}

.uk-table-striped tbody tr:nth-of-type(2n):last-child, .uk-table-striped>tr:nth-of-type(2n):last-child {
	border-bottom: 1px solid #b51e1e;
}

.uk-alert-danger {
	background: rgba(181, 30, 30, 0.05) !important;
	border: 1px solid #b51e1e;
	color: #707070 !important;
}

.blue-link {
	color: #226aff !important;
}