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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Hintergrund toolbar links und rechts auf weiß */
 .tm-toolbar {
  background: #ffffff;
  color: #231f20;
}

/* Hintergrund Hauptnavigation und Suchleiste in rot beim mouseover, sowie Schrift in weiß */

/* für HOME-Button, wenn man in einem anderen Bereich ist */
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
    background: #ec483b !important;
	color: #ffffff !important;
}

/* für alle anderen Schaltflächen im Menü */
.uk-navbar-nav > li.uk-parent > a:hover {
    background: #ec483b;
	color: #ffffff;
}

.uk-navbar-nav > li.uk-active > a:hover {
    background: #ec483b;
	color: #ffffff;
}

/* Hintergrund Hauptnavigation und Suchleiste in rot, sowie Schrift in weiß 
.uk-navbar {
	background: #55595d;
}

.uk-navbar-nav > li > a {
	color: #ffffff;
}
	
.uk-navbar-nav > li.uk-parent > a {
	color: #ffffff;
}

.uk-navbar-nav > li.uk-active > a {
	color: #231f20;
}

.uk-navbar-nav > li.uk-parent > a:hover {
	color: #231f20;
}

.uk-navbar-nav > li.uk-active > a:hover {
	color: #231f20;
}

input.uk-search-field {
	color: #ffffff;
}

.uk-search::before {
	color: #ffffff;
} */

/* Auswahl im Untermenü mit rotem Hintergrund und weißer Farbe */

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
	background: #ec483b;
	color: #ffffff;
}

.uk-nav-navbar > li.uk-active > a {
	background: #ec483b;
	color: #ffffff;	
}

/* social media icons beim hover nicht mehr weiß, sondern dunkelgrau */
.tm-toolbar .uk-subnav > * > *,
.tm-toolbar .uk-icon-hover {
  color: #231f20;
}

.tm-toolbar .uk-subnav > * > *:hover,
.tm-toolbar .uk-icon-hover:hover {
  color: #231f20;
}

/* "Mitglied werden" und "Spenden" mit weißer Schrift */
.uk-subnav > .uk-active > * {
  color: #ffffff;
}
.tm-toolbar .uk-subnav .uk-active > * > *:hover {
  color: #231f20;
}

/* Sprachauswahl versetzen und links in dunkelgrau */
div.mod-languages {
	margin-left: -100px;
    margin-top: -27px;
    width: 70px;
}

.lang-inline > li > a {
	font-weight: bold;
	color: #231f20;
}

.lang-inline > li > a:hover, .lang-inline > li > a:focus {
	font-weight: bold;
	color: #231f20;
	background: #f6f6f6;
}

/* Symbol für Suchleiste etwas dunkler */

.uk-search::before {
	color: #666666;
}

/* links im Bereich Geschäftsberichte beim hover und focus rot statt in schwarz */
.uk-nav-side > li > a {
    color: #666666;
}

.tm-list-line-icon > li > a::before, .tm-nav-icon > li > a::before {
	color: #666666;
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
	color: #b01d11;
	text-decoration: underline;
}

.tm-list-line-icon > li > a:hover:before,
.tm-nav-icon > li > a:hover:before,
.tm-list-line-icon > li > a:focus:before,
.tm-nav-icon > li > a:focus:before {
	color: #b01d11;
}

/* Überschrift h4 in gleicher Schriftfarbe wie der Text */

h4 {
	color: #666666;
}

/* footer etwas tiefer und im Design an Menüleiste anpassen */

body > .uk-container > :last-child {
    margin-top: 40px;
}

.tm-footer > .uk-panel {
    background: #ffffff;
    color: #231f20;
}

.tm-footer > .uk-panel a, .tm-totop-scroller a {
    color: #666666 !important;
}

.uk-subnav-line > ::before {
    color: #666666 !important;
	border-left-color: #666666 !important;
}

.tm-footer > .uk-panel a:hover, .tm-footer > .uk-panel a:focus {
	color: #b01d11 !important;
	text-decoration: underline !important;	
}

.tm-totop-scroller a:hover, .tm-totop-scroller a:focus {
	color: #b01d11 !important;
	text-decoration: none !important;
}

/* schräge schrift nicht in rot, relevant beim Minsk Forum XIV im Archiv */
em {
	color: #666666;
}