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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
html {
  background: url("/images/layout/HG.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tm-header {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F6F5F1;
}

.uk-navbar {
    padding: 3px 25px 3px 25px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.uk-navbar-nav > li > a {
    padding: 0 10px;
    font-size: 15px;
}

.uk-navbar-nav > li > a.homeicon {
	    margin-top: -3px;

}

.tm-toolbar {
    background-color: #F6F5F1;
    /* position: fixed; */
    z-index: 10;
    width: 100%;
    padding: 5px 0px;
    max-width: 1300px;
}

.mod-languages {
  padding-right:0px;
}

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

.uk-subnav {
    padding: 0 40px;
}

.uk-nav-navbar > li > a {
    line-height: 1.3em;
}

/* sub sub nav */

ul.uk-nav-sub > li > a {
    color: #555555;
    padding-left: 10px;
    margin-right: 10px;
}

ul.uk-nav-sub > li > a:hover{
    background-color:#F5F5F5;
}

.uk-dropdown {
    padding: 20px;
    width: 300px; 
}

/* subnav Hintergrund Link ragt ansonsten ueer Rand hinaus */
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    margin: 0 10px 0 10px;
}
.uk-dropdown .uk-nav-dropdown li.uk-active > a, .uk-nav-navbar li.uk-active > a {
    margin: 0 10px 0 10px;
}




/* allgemein */
a, .uk-link {
    color: #7FABCE;
}

.tm-article-blog .tm-article-date-month, .tm-article-blog .tm-article-date-year {
    color: #A2B99E;
}

#tm-content   {
	color:#6F6F6F;
}

/* Buttonfarbe */

.uk-button-primary {
    background-color: #A3B7A0;
    color: #ffffff;
}

.btn-primary, .btn-info, .btn-inverse {
    background-color: #A3B7A0;
    color: #ffffff;
}

/* schatten bei Loginfenster ausschlaten */
.well {
    box-shadow: none;
}


.tm-top-a {
    padding-top: 320px;
}

@media (min-width: 1024px) {
.tm-sidebar-a{
    padding-top: 320px;
}
}

.tm-sidebar-b{
    padding-top: 395px;
}

/* Textschatten Headline Slider */
.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
    text-shadow: 1px 1px 2px black, 0 0 25px #7FABCE, 0 0 5px #1E4B6F;
    padding-top:100px;
}

/* HG Slider */
.uk-cover-background {
    background-position: 0% 50%;
}

.uk-slideshow {
    margin-top: -14px;
}

/* Dotnav bei den Bannerbildern deaktivieren */

.uk-dotnav > * {
    display: none;
}

/* Hover der Newsbox */
.tm-slideset-avion .uk-panel-box:hover {
    border-top: 5px solid #A2B99E;
}


.uk-panel-title {
    font-size: 16px;
    line-height: 20px;
}

.uk-panel-box {
    padding: 30px;
  margin-top: 33px;
}


/* Footer */
.tm-footer > .uk-panel-space {
    padding: 10px;
    background: #fff;
    color: #9C9C9C;
}

.tm-footer > .uk-panel-space a{
    color: #A1B89C;
}

.tm-footer {
    padding-top: 20px;
}

/* Breadcrumb */

.uk-breadcrumb {
    padding: 36px 0 0 40px;
}




/* responsibility */

@media (min-width:1360px){
.tm-header {
    position: fixed;
    z-index: 9;
    margin-left: -40px;
    width:100%;
    max-width: 1300px;
}
}

@media (min-width: 1220px) and (max-width:1360px){
.tm-header {
    position: fixed;
    z-index: 9;
    margin-left: -40px;
    width: 97%;
}
}

@media (min-width: 1024px) and (max-width:1220px){
.tm-header {
    position: fixed;
    z-index: 9;
    margin-left: -40px;
    width: 93%;
}
}


@media (min-width: 959px){
.uk-navbar {
  z-index: 9;
}
}

@media (max-width: 958px){
.uk-navbar {
  position: relative;  
  z-index: 9;
  padding-top:80px;
}
}



@media (min-width: 1024px){
.tm-main {
    padding-top: 275px;
}
}

@media (max-width: 1024px) {
.uk-width-medium-1-4 {
    width: 100%;
}
}

@media (max-width: 1024px) {
.uk-width-medium-3-4 {
    width: 100%;
}
}

/* JDownload */
.jd_password input[type=text] {
    background-color: #ffffff;
}

/* JU Downloads */
#judl-container > div.judl-doc-details.clearfix > div.doc-box.row {margin-left: 0px;}


.tm-header > .tm-logo {
    margin-top: -23px;
}

.uk-panel.paddingtop30 {
    padding-top: 30px;
}

/* bei Kategorieliste keinen weißen HG hinter breadcump */

.tm-noblog .tm-content {
    background: none;
    padding:0px;
}

#tm-content > div.category-list {
    background: #ffffff;
    padding:30px;
}
