/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /*Submenüs in der Bootom Leiste*/
 .uk-nav-side > li > a {
color: #000;
}
.uk-nav > li > a {
padding: 5px 0px;
}
.uk-panel-title {
margin-top: 10px;
margin-bottom: 20px;
font-size: 24px;
line-height: 26px;
font-weight: 300;
text-transform: uppercase;
color: #fff;
}
/*Menü 2te ebene*/
.uk-dropdown-navbar {
margin-top: 18px;
background: #ffffff;
color: #ae9962;
}
/*link color*/
.tm-primary > a:not([class]), .tm-primary > :not([class*='uk-nav']) a:not([class]), .tm-primary .uk-panel a {
color: #9f043b;
}
::selection {
background: rgba(0, 0, 0, 0.45);
color: #FFFFFF;
text-shadow: none;
}
.tm-primary {
color: #000;
}