.headerbar {
background: #FFFFFF !important;
}

.footer-a-outer {
    background: #FFFFFF none repeat scroll 0 0;
    color: #000;
    font-size: 12px;
}

.footer-a-outer a, .footer-a-outer a:hover{
    color: #000;
}

em {
    color: #007adf;
}

.uk-panel-box-secondary {
    color: #000000;
	background-color: #ffffff;
}

.uk-active{
	height: 70px;
}

.uk-panel-box-secondary .uk-panel-title {
    color: #000000 !important;
}

.uk-dotnav {
    padding: 40px;
}

.tm-footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.footer-a-outer{
	padding-bottom: 40px;
	padding-top:0px;
}

.uk-navbar.uk-active {
    background-color: rgba(0, 112, 223, 0.4) !important;
}

.uk-navbar {
    background: rgba(0, 112, 223, 0.4) none repeat scroll 0 0 !important;
    
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 112, 223, 0.6);
    color: #ffffff;
}

.uk-navbar-nav > li.hover > a , .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a  {
    background-color: rgba(0, 112, 223, 0.6);
    color: #ffffff;
	outline: medium none;
}

.cssbuttonweiterlesen
{
color:black; /* Schriftfarbe */
font-weight:normal; /* Schriftstil */
padding:6px; /* Innenabstand der Schrift */
width:90px; /* Breite des Buttons */
height:20px; /* Höhe des Buttons */
background-color: rgba(0, 112, 223, 0.4); /* Hintergrundfarbe */
border-radius:10px;

}

h1.uk-article-title::after, h3.uk-panel-title::after {
    background-color: #007adf;
}

.uk-icon-button, .btn-primary, .btn-secondary {
    animation: 0.8s ease-in-out 0s normal none 1 running uk-fade;
    background: #007adf none repeat scroll 0 0;
    color: #ffffff;
    transform-origin: 0 0 0;
}



