/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
html {
    font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #707a6c;
    color: #333;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top left;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    background: transparent;
    color: #333;
    padding-top: 15px;
    
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 15px;
}
/* Horizontales Top Menue nicht im Einsatz */
.uk-navbar-nav {
    display: none;
}
#tm-middle {
    margin-top: 20px;
}
#tm-content ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
#tm-content h1, #tm-content h2 {
    margin-bottom: 10px;
}
#tm-content p {
    margin-top: 12px;
    margin-bottom: 12px;
}
a, .uk-link {
    color: #8b0000;
    text-decoration: none;
    cursor: pointer;
}
a:hover, .uk-link:hover {
    color: gray;
    text-decoration: underline;
}
.btn-primary, .btn-info, .btn-inverse {
    background-color: #70796a;
    color: #fff;
}
blockquote {
    padding-left: 15px;
    border-left: 5px solid #dddddd;
    font-size: 14px;
    line-height: normal;
    font-style: normal;
}
.uk-container {
    background-color: rgba(255,255,255,0.9);

    padding-top: 15px;
}
.uk-navbar-nav > li > a {
    font-family: Arial,Helvetica,sans-serif;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: #b6bf0e;
    color: #000000;
    outline: none;
}
.uk-nav-side li {
    line-height: normal;
}
.uk-nav > li > a {
    padding: 4px 20px;
}
.uk-nav-side ul a {
    color: #333333;
}
.uk-nav-side > li.uk-active > a {
    background: #70796a;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px 15px;
}
.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px 15px;
}
#tm-footer .uk-panel {
    font-size: 85%;
}
h1, .uk-h1 {
    font-size: 20px;
    line-height: normal;
}
h2, .uk-h2 {
    font-size: 18px;
    line-height: normal;
}
h3, .uk-h3 {
    font-size: 16px;
    line-height: normal;
}

.tm-headerbar {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
}
.tm-navbar, .tm-footer {
    margin-top: 10px;
    margin-bottom: 10px;
}
 .tm-headerbar p {
    margin: 0 0 0 0;
}
.uk-navbar-content .tm-logo-small {
    box-sizing: border-box;
    display: block;
    height: auto;
    padding: 0 0 0 0;
    float: left;
}
.tm-headerbar .tm-logo {
    float: none;
}
.tm-logo-small, .tm-logo-small a {
    letter-spacing: 1px;
    color: black;
    line-height: normal;
    font-size: 14px;
}
.page-header {
    padding-bottom: 0px;
    margin: 0px 0 0px;
    border-bottom: 0px solid #dddddd;
}
.contact h3 {
    margin: 15px 0 0;
}
legend {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 5px;
    color: #333;
}
.uk-article-title, .weblink-category h2, .page-header h2, h1.tm-title {
    font-size: 19px;
    line-height: normal;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #a9a9a9;
}
.uk-article-meta {
    font-size: 12px;
    line-height: normal;
    color: #999999;
    margin: 5px 0;
    font-style: italic;
}

.categories-list .page-header a {
    font-size: 100%;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
}
.uk-article-title a {
    color: #96580D;
}
.tm-leading-article .uk-article:last-child {
    padding-bottom: 25px;
    border-bottom: 0px solid #5a5a5a;
}
.uk-row-first .uk-article {
    padding-bottom: 25px;
    border-bottom: 1px solid #5a5a5a;
}
.tm-content > :last-child {
    margin-bottom: 7px;
}
hr {
    border-top: 1px solid #a9a9a9;
}
.badge {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 18px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 18px;
}
.weblink-category p {
    margin: 3px 0 3px 20px;
}
.tm-sidebar-a .uk-panel-title, .tm-sidebar-b .uk-panel-title {
    margin-top: 0;
    margin-bottom: 7px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    text-transform: none;
    color: #333;
    border-bottom: 1px solid #c8c8c8;
}
.tm-footer {
    padding-top: 5px;
    border-top: 1px solid #dddddd;
}
.uk-breadcrumb {
    padding: 5px 0 2px 0;
    border-bottom: 1px solid #dddddd;
}
.tm-sidebar-a .uk-nav-parent-icon > li > a::after {
    content: "\f104";
    width: 20px;
    margin-right: 0px;
    float: right;
    font-family: FontAwesome;
    text-align: center;
}
a.uk-margin-right {
    color: gray;
    font-size: 12px;
}
textarea#jform_contact_message {
    height: auto;
}
.visitorcounter p {
    margin-top: 0px;
    margin-bottom: 2px;
}
.uk-panel-box {
    padding: 12px 15px 12px;
    background: #ffffff;
    color: #333333;
}
#tm-main-bottom  .uk-panel-box {
    padding: 5px 15px 12px;
    background: transparent;
    color: #333333;
}
.tm-main > :nth-child(n+2) {
    margin-top: 15px;
}
.uk-offcanvas-bar ul.uk-nav {
    margin-top: 20px;
}
.tm-sidebar-a .banneritem {
    text-align: center;
}
.uk-navbar {
    background: #eeeeee;
    color: #333333;
}
.label, .badge, .uk-badge {
    background: gray;
    color: #ffffff;
}
.uk-button-primary {
    background-color: #b6bf0e;
    color: #000000;
}
.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #d3d3d3;
    color: #000000;
}
.uk-pagination > .uk-active > span {
    background: #b6bf0e;
    color: #000000;
}
.tm-sidebar-b, .tm-sidebar-b li {
    line-height: normal;
}
.tm-sidebar-b .uk-form-row + .uk-form-row, .tm-sidebar-b ul.uk-list.uk-margin-bottom-remove,
.tm-sidebar-b ul {
    margin-top: 10px;
}
#tm-content img {
    margin-right: 5px;
    margin-bottom: 5px;
}
h3.page-header {
    font-size: 100%;
    margin: 2px 0px 5px 0px;
}
.page-header h1{
    font-size: 19px;
    margin: 2px 0px 5px 0px;
    line-height: normal;
}
#tm-content a {
    text-decoration: underline;
}
.uk-offcanvas-bar ul.uk-nav-sub {
  padding: 5px 0 5px 35px;
}
.uk-nav-search > li.uk-active > a {
    background: #b6bf0e;
    color: #000000;
    outline: none;
}
.search .result-category, .search .form-limit {
    display: none;
}
.search .result-created {
    margin-bottom: 8px;
    font-size: 85%;
}

@media (min-width: 1220px) {

  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 0px;
}
  .uk-navbar {
    background-image: linear-gradient(#707a6c, #707a6c);
    color: #444444;
}
.uk-navbar-center {
    float: none;
    text-align: center;
    max-width: 379px;
    margin-left: auto;
    margin-right: auto;

}
.uk-navbar-toggle {
    font-size: 20px;
    color: #fff;
    padding: 12px 5px 0 25px;
}
.tm-navbar {
    margin-top: 0px;
    margin-bottom: 15px;
}
.uk-container {
    padding-top: 0px;
}
}
