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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* 
Raum für Notizen: 


*/
/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #A6A6A6;
  color: #333;
  text-shadow: none;


}
::selection {
  background: #A6A6A6;
  color: #333;
  text-shadow: none;
 
}

/* Dotet Rahmen bei Firefox/Mac entfernen? */
.uk-navbar-nav {
	 border-style: hidden;
	
	}

.uk-navbar-nav > li[style] { display: block !important; 

}
/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Create position context for dropdowns
 * 2. Needed for `form` element
 */
.uk-search {
  display: inline-block;
  /* 1 */
  position: relative;
  /* 2 */
  margin: 0;
  border-radius: 0px;
  background:#A6A6A6;
  box-shadow: 0 1px 0 0 #A6A6A6;
  margin-left: 0px;
  color: #333;
  height:30px;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
    
}
/*
 * Icon
 */
.uk-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 5px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #333;
  height: 30px;
  border: 0 0 0 30px #A6AaA6;
}
mk {
  font-weight: bold;
}
/* Sub-object `uk-search-field`
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-search-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-search-field::-webkit-search-cancel-button,
.uk-search-field::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes cancel button in IE10
 */
.uk-search-field::-ms-clear {
  display: none;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-field::-moz-placeholder {
  opacity: 1;
}
/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 * 5. Remove default style in iOS.
 * 6. Style
 */
.uk-search-field {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: #333;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  width: 20px;
  height: 30px;
  padding: 10px 0 0 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #333;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border: none;
  background: none;
  cursor: pointer;
}
/* Placeholder */
.uk-search-field:-ms-input-placeholder {
  color: transparent !important;
}
.uk-search-field::-moz-placeholder {
  color: transparent;
}
.uk-search-field::-webkit-input-placeholder {
  color: transparent;
}
/* Focus */
.uk-search-field:focus {
  outline: 0;
  border: none;
  cursor: text;
  border-radius: 0px;
  background: #A6A6A6;
  color:#eee;
}
/* Focus + Active */

.uk-search.uk-active .uk-search-field {
  width: 190px;
  height: 30px;
   /*Textfarbe für Suchbegriff*/ color: #eee;
 }
/* Dropdown modifier: `uk-dropdown-search`
 ========================================================================== */
.uk-dropdown-search {
  width: 300px;
  margin-top: 0;
  background: #A6A6A6;
  color: #333333;
  margin-top: 20px;
}
.uk-open > .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/*
 * Dependency `uk-navbar-flip`
 */
.uk-navbar-flip .uk-dropdown-search {
  margin-top: 10px;
  margin-right: -20px;
}
/* Nav modifier `uk-nav-search`
 ========================================================================== */
/*
 * Items
 */
 /* mx Button-Farbe geändert*/
 .finder .btn-primary, .btn{
	  background: #ddd;
	  color:#333;
	  border:collapse;
	  box-shadow:none;
	  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
 }
  /* mx Button "Erweiterte Suche " ausgeblendet*/
  .finder a.btn{display:none;
	 }
.uk-nav-search > li > a {
  color: #A6A6A6;
  box-shadow: 0 1px 0 0 rgba(97, 131, 144, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}
.uk-nav-search > li > a:last-child {
  box-shadow: none;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}
.uk-nav-search > li > a:hover {
  box-shadow: 0 3px 0 0 rgba(97, 131, 144, 0.1);
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}
/*
 * Active
 * 1. Remove default focus style
 */
.uk-nav-search > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  color: #A6A6A6;
  /* 1 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-search .uk-nav-header {
  color: #c8c8c8;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-search .uk-nav-divider {
  border-top: 1px solid #ffffff;
}
/*
 * Nested items
 */
.uk-nav-search ul a {
  color: #A6A6A6;
}
.uk-nav-search ul a:hover {
  color: #AcAcAc;
}
/* Search in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-search {
  display: block;
  margin: 20px 15px;
}
.uk-offcanvas .uk-search:before {
  color: #eee;
}
.uk-offcanvas input.uk-search-field {
  color: #eee;
}
.uk-offcanvas .uk-search-field {
  width: 100%;
 /* border-color: rgba(0, 0, 0, 0);*/
  background: #324146;
  color: #cccccc;
  padding-left: 10px;
  border: 0px solid;
  border-color: #29363a #384a4f #384a4f #29363a;
  width: 225px;
  height: 30px;
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2) !important;

}
.uk-offcanvas .uk-search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);

}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);

}
.uk-offcanvas .uk-search {
  box-shadow: none;
  margin: 0;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}

/* Focus + Active */
.uk-offcanvas .uk-search-field:focus,
.uk-offcanvas .uk-search.uk-active .uk-search-field {
  width: 225px;
  height: 30px;
  /*Textfarbe für Suchbegriff*/ 
  color: #424242;
 }

/* Search in tm-sidebar-b mX Special
 ========================================================================== */
 /*
 * 1. Create position context for dropdowns
 * 2. Needed for `form` element
 */
 
.tm-sidebar-b .uk-panel-box. uk-search {
  display: inline-block;
  /* 1 */
  position: relative;
  /* 2 */
  margin: 0;
  border-radius: 0px;
  background:#A6A6A6;
  box-shadow: 0 1px 0 0 #A6A6A6;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
  margin-left: 0px;
  color: #333;
  height:30px;
    
}
/*
 * Icon
 */
.tm-sidebar-b .uk-panel-box .uk-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 5px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #333;
  height: 30px;
  border: 0 0 0 30px #A6AaA6;
}
.tm-sidebar-b .uk-panel-box mk {
  font-weight: bold;
}
/* Sub-object `uk-search-field`
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.tm-sidebar-b .uk-panel-box .uk-search-field::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.tm-sidebar-b .uk-panel-box.uk-search-field::-webkit-search-cancel-button,
.tm-sidebar-b .uk-search-field::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes cancel button in IE10
 */
.tm-sidebar-b .uk-panel-box .uk-search-field::-ms-clear {
  display: none;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.tm-sidebar-b .uk-panel-box .uk-search-field::-moz-placeholder {
  opacity: 1;
}
/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 * 5. Remove default style in iOS.
 * 6. Style
 */
.tm-sidebar-b .uk-panel-box .uk-search-field {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: #333000;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  width: 20px;
  height: 30px;
  padding: 10px 40px 0 0px;
/*  border: 1px solid rgba(0, 0, 0, 0);
  background: #AfAfAf; */
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border: none;
  background: none;
  cursor: pointer;
}
/* Placeholder */
.tm-sidebar-b .uk-panel-box .uk-search-field:-ms-input-placeholder {
  color: transparent !important;
}
.tm-sidebar-b .uk-panel-box .uk-search-field::-moz-placeholder {
  color: transparent;
}
.tm-sidebar-b .uk-panel-box .uk-search-field::-webkit-input-placeholder {
  color: transparent;
}
/* Focus */
.tm-sidebar-b .uk-panel-box .uk-search-field:focus {
  outline: 0;
  border: none;
  cursor: text;
  border-radius: 0px;
  background: #A6A6A6;
}
/* Focus + Active */
.tm-sidebar-b.uk-search-field:focus,
.tm-sidebar-b .uk-search.uk-active .uk-search-field,
.tm-sidebar-b .uk-panel-box .uk-search-field 
{
  width: 190px;
  height: 30px;
  padding: 5px 10px 5px 30px;
    /*Textfarbe für Suchbegriff*/ color: #333;
 }
 
 /* .uk-panel > *:last-child:not(.uk-panel-title) */
 .uk-panel > form.uk-search
  {
   margin-bottom: 7px !important;
 }
 
/* Dropdown modifier: `uk-dropdown-search`
 ========================================================================== */
.tm-sidebar-b .uk-panel-box .uk-dropdown-search {
  width: 300px;
 /* margin-top: 0; */
  background: #A6A6A6;
  color: #333333;
  margin-top: 20px;
}

.tm-sidebar-b .uk-panel-box .uk-open > .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/*
 * Dependency `uk-navbar-flip`
 */
.tm-sidebar-b .uk-panel-box .uk-navbar-flip .uk-dropdown-search {
  margin-top: 10px;
  margin-right: -20px;
}
/* Nav modifier `uk-nav-search`
 ========================================================================== */
/*
 * Items
 */
.tm-sidebar-b .uk-panel-box .uk-nav-search > li > a {
  color: #3399ff;
  box-shadow: 0 1px 0 0 rgba(97, 131, 144, 0.1);
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tm-sidebar-b .uk-panel-box .uk-nav-search > li > a:last-child {
  box-shadow: none;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}
.tm-sidebar-b .uk-panel-box .uk-nav-search > li > a:hover {
  box-shadow: 0 3px 0 0 rgba(97, 131, 144, 0.1);
}
/*
 * Active
 * 1. Remove default focus style
 */
.tm-sidebar-b .uk-panel-box .uk-nav-search > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  color: #54a5f6;
  /* 1 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.tm-sidebar-b .uk-panel-box .uk-nav-search .uk-nav-header {
  color: #c8c8c8;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.tm-sidebar-b .uk-panel-box .uk-nav-search .uk-nav-divider {
  border-top: 1px solid #ffffff;
}
/*
 * Nested items
 */
.tm-sidebar-b .uk-panel-box .uk-nav-search ul a {
  color: #A6A6A6;
}
.tm-sidebar-b .uk-panel-box .uk-nav-search ul a:hover {
  color: #AcAcAc;
}

/* Allgemeine Einstellungen
======================================================= */
body {
  border-top: 5px solid #FFF;
  background: #FFF;
  background-color: #FFF !important;
  hyphens: auto !important;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

/* Links in einem dunklen Blau */
a, .uk-link, .uk-button-link {
  color: #006b94;
}

/* Automatische Links in Akkordeon ohne Einrückung */
.uk-button {
  padding-left: 0;
}

.tm-page > .uk-container, div#tm-header.tm-header, .uk-panel-box,
.tm-block-light, .tm-top-teaser  {
  box-shadow: none;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}

/* Einheitliche Hintergrundfarbe */
.tm-page > .uk-container, .uk-panel-box,
.tm-block-light, .tm-top-teaser  {
  background-color: #EEE;
}

div.uk-panel {
  margin: 10px 0 10px 0;
  padding:10px;
  background-color:#ffffff
}
#tm-footer 
{background-color: white;}

div.uk-panel.uk-panel-box div.uk-panel, .tm-top-teaser div.uk-panel{
  margin: 0;
  padding: 0px 0 0 0;
}

#tm-main {
  padding: 0px 10px 10px 10px;
  background-color: #EEE;
}

 /* Kopfbereich*/


div.tm-toolbar.uk-clearfix.uk-hidden-small {
  background-image: url(../images/backgrounds/head_bg.jpg);
  background-color: #FFF;
  background-repeat: repeat-x;
  background-position: left bottom;
}

div.uk-panel.logoright.jmoddiv.jmodinside {
  float: right;
  padding: 0px !important;
  border: none !important;
}

div.uk-float-left div.uk-panel {
  float: left !important;
  border-left: 1px solid #CCC;
  padding: 0 10px 0 10px;
}

div.tm-toolbar.uk-clearfix.uk-hidden-small .uk-search-field {
  height: 24px;
  width: 200px;
  background: url(../images/backgrounds/search_bg.jpg);
  background-color: #999;
  background-repeat: no-repeat;
  color: #FFF;
  border: none !important;
}

div.tm-toolbar.uk-clearfix.uk-hidden-small form.uk-search {
  background: none;
  box-shadow: none;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}

a.tm-logo-small {
  margin-top: -30px;
  display: block;
}

/* Navigation */

.uk-navbar-nav > li > a{
  color: #FFF;
  /* font-weight: bold; */
}

.uk-navbar-nav > li > a:hover{
  color: #000;
  /* font-weight: bold; */
  background-color: #EFEFEF;
}

.uk-navbar {
  margin-bottom: 0px;
}

div.uk-dropdown.uk-dropdown-navbar.uk-dropdown-width-1.uk-dropdown-bottom,
div.uk-dropdown.uk-dropdown-navbar.uk-dropdown-width-2.uk-dropdown-bottom,
div.uk-dropdown.uk-dropdown-navbar.uk-dropdown-width-3.uk-dropdown-bottom {
  top: 10px !important;
  margin-left: -1px;
  background-color: #EFEFEF;  /*UliD*/
  box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.2);
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}

/* aktiver Menüpuikt in der Hauptmenü-Leiste */
.uk-navbar-nav > li.uk-active > a {
  background-color: #d9dadb;
  color: #656565;
}

ul.uk-nav.uk-nav-navbar li.uk-parent{
  color: #000;
}

.uk-nav-navbar > li > a:link,  .uk-nav-navbar > li > a:visited, .uk-nav-navbar > li > a:hover, .uk-nav-navbar ul a:link, .uk-nav-navbar ul a:visited, .uk-nav-navbar ul a:hover{
  color: #000;
  width: 200% !important;
  padding: 6px 0 6px 0;
  font-size: 12px;
}

.uk-nav-navbar > li > a:link,  .uk-nav-navbar > li > a:visited, .uk-nav-navbar > li > a:hover {
  font-weight: bold;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar ul a:hover{
  text-decoration: underline;
}

/* Slider */
div.uk-panel.jmoddiv.jmodinside {
  margin: 0 0 10px 0;
  z-index:-1;
}

.tm-top-teaser {
  height: auto;
}

ul.uk-nav.uk-nav-navbar {
  width: 50%;
}

.uk-overlay-hover:hover .uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-active li > .uk-overlay-fade {
  background-color: #606671;
  opacity: 0.8;
  margin-top: 188px;
}

.uk-dotnav li a{
  width: 10px !important;
  height: 10px !important;
}

/* Breadcrumb */

ul.uk-breadcrumb {
  margin-top: 20px;
  color:#000;
}

.uk-breadcrumb > li > a {
  color:#888;
}


/* Teaserboxen */

#tm-bottom-a {
  margin: 0 0 10px 0;
}

#tm-bottom-b {
  margin: 0 0 0 0;
}

/* Dunkle Box an Position bottom-a */

#tm-bottom-a .uk-panel-box {
  padding:0px 10px 0px 10px !important; /* UliD geändert um Integration der Boxen in Seite zu verbessern */
background-color: #eeeeee;
  }


#tm-bottom-a div.uk-panel-box div.uk-panel {
  background-color: #606671;
  color: #FFF;
  padding: 10px;
  margin-bottom: 5px;
 }

#tm-bottom-a div.uk-panel-box h3.uk-panel-title {
  color: #FFF;
  margin-left: -10px;
}

#tm-bottom-a div.uk-panel-box div.uk-row-first {

  padding-left: 10px;
}

#tm-bottom-a div.uk-panel-box a {
  color: #FFF;
  font-weight: bold;
}

#tm-bottom-a div.uk-panel-box a:hover {
  font-weight: bold;
}


#tm-bottom-a div.uk-panel-box img.uk-overlay-scale
{
  margin: 0;
}

#tm-bottom-a div.uk-panel-box h3.uk-panel-title {
  padding: 0 0 0 10px;
}


/* Mehrspaltige Teaser*/
#tm-bottom-b h3.uk-h4.uk-margin-top-remove {
  font-size: 13px;
  font-weight: bold;
  color: #666;
  padding-left:10px;
}
#tm-bottom-b div.uk-row-first div.uk-panel{
  color: #666;
  background-color:#fff;
  
}
#tm-bottom-b div.uk-row-first div.uk-panel div.uk-panel{
  color: #666;
  background-color:#eee;
  
}
#tm-bottom-b div.uk-row-first div.uk-panel div.uk-panel .uk-margin, #tm-bottom-b div.uk-row-first div.uk-panel div.uk-panel .uk-margin{

  padding-left:10px;
  
}

#tm-bottom-b .uk-width-1-1
 { padding: 0 0 0 0;
	 }
	 
#tm-bottom-b {
  padding:0px 0 10px 0;
  background-color: #fff
}

#tm-bottom-b  div.uk-panel-box {
  padding: 0px;
  background-color: #eceded !important;
}

#tm-bottom-b  div.uk-panel-box h3,  #tm-bottom-b  div.uk-panel-box div.uk-margin {
  padding: 0 10px;
}

#tm-bottom-b  img.uk-overlay-spin {
  width: 100%;
  height: auto;
  padding: 20px 10px 5px 10px;
  margin: 0;
}

#tm-bottom-b img.uk-overlay-scale {
  width: 100%;
  height: auto;
  padding: 20px 10px 5px 10px;
  margin: 0;
}

/* Sitemap im Footer */
.tm-footer {
  margin: 0px;
}

#tm-footer-top {
  background: #606671;
  color: #FFF;
  padding: 10px;
}

/* 8.11.2016 Wi: Einrückung für Untermenüpunkte im Footer-Menü */
.tm-footer-top ul.small {
  margin-left: 10px;
}

#tm-footer-top a {
  color: #FFF;
  background: none;
}

#tm-footer-top a:hover {
  text-decoration: underline;
}

/*
#tm-footer-top div.uk-row-first div.uk-panel a, #tm-footer-top div.uk-row-first div.uk-panel h6 {
  color: #FFF;
  font-size: 11px;
  padding: 0 0 0 0px;
  text-decoration: underline;
}

#tm-footer-top div.uk-row-first div.uk-panel a:link, #tm-footer-top div.uk-row-first div.uk-panel a:visited {
  text-decoration: none;
}

#tm-footer-top div.uk-row-first div.uk-panel a:hover {
  text-decoration: underline;
}

#tm-footer-top div.uk-row-first div.uk-panel ul {
  padding: 6px;
  margin: 0px;
}

#tm-footer-top div.uk-row-first div.uk-panel ul li {
  list-style: none;
  font-size: 11px;
}
*/

/* Module allgemein */
h3.uk-panel-title {
  font-size: 13px;
  font-weight: bold;
}

.tm-sidebar-b .uk-panel-title {
  margin-bottom: 0px
}

.tm-sidebar-b ul {
  margin-top: 0px
}

.tm-sidebar-b p:nth-child(2){
  margin-top: 0px
}

div.uk-panel.uk-panel-box.Header, div.uk-panel.uk-panel-box.mxHeader {
  margin-top: 10px;
}

div.uk-panel.uk-panel-box.mxHeaderTitle {
  margin-bottom: -5px;
}

div.uk-panel.uk-panel-box{
  margin-top: 0px;
}

/* Linke Spalte */
.tm-sidebar-a div.uk-panel, .tm-sidebar-b div.uk-panel {
  background-color: #d9dadb;
  margin: 10px -10px 0 10px;
}

.tm-sidebar-a div.uk-panel {
  margin: 0 0px -10px -10px;
  padding: 10px 0px 0px 10px !important;
  height:100%;
}

.tm-sidebar-b div.uk-panel {
  margin: 0px -10px 0px 10px;
  padding: 5px !important;
  padding-left: 10px !important;
}

/* 8.11.2016 Wi: a:visited entfernt, damit immer grau */
.tm-sidebar-a div.uk-panel a  {
  color: #333;
}

/* 8.11.2016 Wi: Überflüssig?
.uk-navbar .tm-sidebar-a div.uk-panel li.uk-parent ul li.uk-active a:link, .uk-navbar .tm-sidebar-a div.uk-panel li.uk-parent ul li.uk-active a:visited, .uk-navbar .tm-sidebar-a div.uk-panel li.uk-parent.uk-active.uk-open > a {
  color: #F00;
  background: #EFEFEF;
}*/

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

.tm-sidebar-a div.uk-panel ul li {
  padding-left: 5px;
  margin-right: 7px;
}

/* UliD angesprungene Navigationspunkte fett machen*/
.tm-sidebar-a div.uk-panel ul li.uk-parent[aria-expanded="true"] {
  font-weight: bold;
}

.tm-sidebar-a div.uk-panel  ul li.uk-parent[aria-expanded="true"] li.uk-active {
  font-weight: bold;
}

.uk-nav-side > li.uk-active > a:link {
  font-weight: bold;
}

.tm-sidebar-a div.uk-panel  ul li.uk-parent[aria-expanded="false"] li.uk-active {
  color: #333;
}

/* Ende fett machen*/
.tm-sidebar-a div.uk-panel  ul li li.uk-active{
  font-weight: bold;
}

.tm-sidebar-a div.uk-panel ul li ul li{
  padding-left: 20px;
  font-weight: normal;
}

.tm-sidebar-a div.uk-panel  ul li ul li li.uk-active{
  font-weight: bold;
}

.tm-sidebar-a div.uk-panel ul li a:hover {
  text-decoration: underline;
}

div.uk-dropdown.uk-dropdown-navbar.uk-dropdown-width-2.uk-dropdown-bottom {
  top: 0;
}

/* Linke Spalte Navigation */

.uk-nav-side > li > a:link, .uk-nav-side > li > a:link, .uk-nav-side > li > a:hover {
  box-shadow: none;
  outline: 0 none; /* Für Safari blaue Rahmen entfernen */
}

.uk-nav-side ul a {
  color: #666;
}

/* Bloglayout mehrspaltig */

div.uk-width-medium-1-2 {
  width: 48%;
}

div.uk-width-medium-1-2.uk-row-first {
  margin-right: 4%;
}

.tm-block article.uk-article {
  padding-bottom: 10px;
  margin: 15px 0 5px 0;
}

/* UliD fuer Arikel nach Tags*/
div.uk-article-title2 {
  padding-bottom: 10px;
  margin: 15px 0 5px 0;
  background-color: #FFF;
  font-size: 20px;
  line-height: 20px;
}

/* UliD Umbruch in Arikel Titel verhindern*/
.uk-article-title{
	font-size: 24px;
	line-height: 28px;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens:  none;
}


/* DocMan Dokumenten-Downlodbereich */

.koowa .docman_category--style {
  background: none;
}

a.btn.btn-large.btn-default.btn-block.docman_download__button.docman_track_download:link, a.btn.btn-large.btn-default.btn-block.docman_download__button.docman_track_download:visited {
  border: 1px solid #CCC;
  background: #f2f2f2
}

a.btn.btn-large.btn-default.btn-block.docman_download__button.docman_track_download:hover {
  background: #3399ff;
}

h3.koowa_header {
  margin-left: -5px !important;
}

.docman_block h3.koowa_header {
  margin: 20px 0 20px 0 !important;
}

/* UliD Mews Boxen Startseite */
.uk-text-center uk.panel-teaser
{
	background: #eee;
	padding-right:10px;
	padding-left:10px;
	}

/* UliD Bessere Trennung der Menüpunte in der Sitemap */
section#tm-footer-top.tm-footer-top.uk-grid li p{
  line-height: 120%;margin-top: 10px;
}

/* Dynamic Slider - proportional*/

section#tm-top-teaser.tm-top-teaser, ul.uk-slideshow.uk-overlay-active {
  width: 100%;
  /*  UliD geändert von height: 280px ;*/
  max-height: 280px;

}

@media (max-width: 1100px) {

  .uk-navbar-nav > li > a, -uk-dropdown {
    padding: 0;
    font-size: 12px;
  }

  .uk-nav-navbar > li > a:link, .uk-nav-navbar > li > a:visited, .uk-nav-navbar > li > a:hover, .uk-nav-navbar ul a:link, .uk-nav-navbar ul a:visited, .uk-nav-navbar ul a:hover {
    font-size: 12px;
  }

  #tm-footer-top .uk-width-1-6 {
    width: 33%;
  }

 .uk-overlay-panel h3 {
    font-size: 16px;
  }


  .uk-dotnav{
    display: none;
  }
  
  /* Dynamic Slider - proportional*/

section#tm-top-teaser.tm-top-teaser, ul.uk-slideshow.uk-overlay-active {
 
  /*  UliD geändert von height: 280px ;*/
  max-height: 220px;
 
}

  .uk-overlay-hover:hover .uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-active .uk-active > .uk-overlay-fade {
    margin-top: 125px;
  }
}

@media (max-width: 767px) {

  nav.uk-navbar {
    height: 80px;
    background: #FFF;
  }

  a.tm-logo-small  {
    margin-top: -20px;

  }

  .tm-sidebar-a div.uk-panel, .tm-sidebar-b div.uk-panel {
    margin: 0 0 0 0;
  }

  /* Ausblenden des linken Menüs */
  .tm-sidebar-a div.uk-panel {
    display: none;
  }

  section#tm-footer-top.tm-footer-top.uk-grid {
    background: #606671;
  }
  
  section#tm-footer-top.tm-footer-top.uk-grid li p{
    line-height: 110%;
    margin-top: 10px;
    margin-right: 3px;
  }
    
  section#tm-footer-top div.uk-flex-item-1.uk-width-small-1-1.uk-flex-item-1.uk-width-small-1-1.uk-flex-item-1.uk-width-small-1-1 ul{
    width:760px;
    position: relative;
    white-space:pre-line;
  }
  
  section#tm-footer-top div.uk-flex-item-1.uk-width-small-1-1.uk-flex-item-1.uk-width-small-1-1.uk-flex-item-1.uk-width-small-1-1.uk-row-first div{
    display: flex;
    margin-left:0px;
    flex-direction: column;
	background-color: white;
  }

  .uk-overlay-hover:hover .uk-overlay-fade, .uk-overlay-hover.uk-hover .uk-overlay-fade, .uk-overlay-active .uk-active > .uk-overlay-fade {
     margin-top: 94px;
  }

/* UliD: Werte angepasst um Smartphone Display zu optimieren */
  .uk-overlay-panel h3 {
    font-size: 14px;
	  margin-top:-15px;
  }

  section#tm-top-teaser.tm-top-teaser, ul.uk-slideshow.uk-overlay-active {
    height: auto !important;
	  min-height: 150px;
  }

 /* .uk-cover-background {
    background-size: auto;
    background-repeat: no-repeat;
  }*/
  

  
}
  @media (max-width: 567px) {

#tm-main
{
position: relative;
top: -5px;
	}


  nav.uk-navbar {
    height: 80px;
   
  }
  }
    @media (max-width: 467px) {

#tm-main
{
position: relative;
top: -5px;
	}


  nav.uk-navbar {
    height: 70px;
   
  }
  a.tm-logo-small  {
    margin-top: -30px;

  }
  }
  
  
   @media (max-width: 367px) {

#tm-main
{
position: relative;
top: -55px;
	}
a.tm-logo-small  {
    margin-top: -25px;

  }

  nav.uk-navbar {
    height: 60px;
     /* Debug eintrag um Größe zu kontrollieren  
	 background: #F88284;*/ 
	
  }
  }
  
   @media (max-width: 320px) {

#tm-main
{
position: relative;
top: -80px;
 	}


  nav.uk-navbar {
    height:40px;
  /* Debug eintrag um Größe zu kontrollieren   background: #3A5A2B;*/
   
  }
  
   a.tm-logo-small  {
    margin-top: -35px;

  }
  }
}

 

@media print {

  body {
    font-size: 10px;
    line-height: 13px;
  }

  #tm-header {
    height: 60px;
  }

  footer, nav.uk-navbar, .uk-float-left, .uk-breadcrumb, #tm-top-teaser, #tm-footer, #tm-footer-top {
    display: none;
  }

    a[href]:after {
    content: " (" attr(href) ")";
  }

  #tm-header a[href]:after {
    content: "";
  }

}

 /* Kein Umbruch im Wort UliD */

no_break
{
  hyphens:none;
}

/*
 * Sizes UliD

h1,
.uk-h1 {
  font-size: 30px;
  line-height: 38px;
}
h2,
.uk-h2 {
  font-size: 26px;
  line-height: 32px;
}
h3,
.uk-h3 {
  font-size: 20px;
  line-height: 26px;
}

*/

h1,
.uk-h1 {
  font-size: 24px;
  line-height: 28px;
}

.mxBlogListe h1 a {
  font-size: 18px;
  line-height: 22px;
}

h2,
.uk-h2 {
  font-size: 20px;
  line-height: 26px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 22px;
}
h4,
.uk-h4 {
  font-size: 13px;
  line-height: 20px;
}
h5,
.uk-h5 {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}
h6,
.uk-h6 {
  font-size: 11px;
  line-height: 17px;
}

dt {
  color: #FB0000;
  line-height: 17px;
}


.uk-container uk-container-center{
  background: #eee;

}
.tm-content {
  background: inherit;
  padding-left:10px;
 
}

/* widgetkit */
.uk-accordion {
  display:block!important;

}

.uk-accordion-title {
  background-image: url("/images/icons/plus_accordeon_grey_lt.png");
  background-repeat:no-repeat;
  background-position:right top;
  background-size: 25px 25px;
  border-top-right-radius: 12px;
}

h3.uk-accordion-title {
  font-size: 15px;
  line-height: 20px;
}

.uk-accordion-title.uk-active{
  background-image: url("/images/icons/minus_accordeon.png");
}

/* Für Accordion Zeilenanzahl bestimmen */
.uk-accordion-content.uk-active{
 /*height: 100px;*/
}

/* Offcanvas-Menue - mobile */

/* Ausblenden der Untermenuepukte geht nur, wenn die Hauptmenuepunkte auch eine Seite haben
.uk-nav-offcanvas .uk-nav-sub.uk-nav-sub li > a{
  display: none;
}

.uk-nav-offcanvas .uk-active .uk-nav-sub li > a{
  display: block;
}
*/

.uk-nav-offcanvas li.uk-active > a {
 /* color: #3399ff; */
  font-weight: bold;
}



/* measX-Styles */
table.mxTable {
  width: 100%;
  height: 103px;
  background-color: #eee;
  border: 1px solid #606671;
}

table.mxTable tr{
  background-color: #606671;
}
table.mxTable th{
  border: 0px solid #606671;
  padding-left: 10px;
  color:        #fff;
  background-color: #606671;
  text-align: left;
}
table.mxTable td {
  padding-left: 10px;
  background-color: #eee;
  border: 1px solid #606671;
}


/*DASYLab Funktionstabelle */
table.mxTableDL {
  width: 100%;
  height: 103px;
  border: 1px solid #606671;
  font-size:0.9em;
  background-color:transparent;
}

table.mxTableDL td.kz {
  border: 0px solid #606671;
  padding: 5px;
  color:        #fff;
  background-color: #606671;
  text-align: left;
}
table.mxTableDL td {
  padding: 5px;
  background-color: #eee;
  border: 1px solid #606671;
  
} 
/*Tabellenzellen für zwischentitel*/
table.mxTableDL >tbody td.zt {
  font-weight:bold;
  background-color: #ffffff;
}

/*Tabellenzellen gedreht für Versionen*/
table.mxTableDL >tbody td.rotate {
	padding:2px;
	text-align: left;
	background-color:transparent;
	hyphens:none;
	height: 35px;
transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
}
.mxTeaser {
  min-height: 120px;
  border: 0px solid #ff0000;
}

.mxTeaser h4 {
  margin-top:  0px;
  font-weight: bold;
}

.mxTeaser img {
  width:  80px;
  height: 81px;
  margin-right:  10px;
  margin-bottom: 4px;
  float: left;
}

/* Bildelement mit Bildunterschriften */
.mxImageLeft  {
  margin-right: 10px;
  float: left;
}

.mxImageRight  {
  margin-left: 10px; 
  float: right;
}

.mxImageTitle  {
  text-align: right;
	line-height: 15px;
  font-size: 10px;
  padding-right: 2px;
  margin-bottom: -5px;
}

/* Einrückung für Listenelemente vermindert */
ul {
  padding-left: 15px;
}

.nav menu mod-list {
  padding-left: 5px;
  list-style-type: none;
}

/*Tooltips tabelle*/
table.tooltip
{
  position: relative;
  text-decoration: none;
  color: black;
}
table.tooltip aside
{
  display: none;
}
table.tooltip:hover aside
{
  position: absolute;
  display: block;
  top: 1.5em;
  left: 2em;
  border: 1px solid black;
  background-color:white;
  padding: 0.2em;
}
/* Uli:  Anzeige Beschreibung Broschürendownloads in Seitenmenü ausblenden ...*/
.tm-sidebar-b a strong{
  display: none;
}
/* ... und die Beschreibung Broschürendownloads in Infothek von fett auf normal  zurücksetzen*/
.uk-article a strong{
  font-weight: lighter;
  font-style: normal;
}

/* UliD: Suchbox bei Ergebnis Seite Lösungen ausblenden*/
.finder .word { display:none;}
/* UliD: Cursor in oberster Menueebene, auch im Footer und Seitenmenue auf Pfeil geändert*/
.uk-navbar-nav > li > a[href='#'] , .uk-width-1-6 > div,  html:not(.uk-touch) .uk-nav-offcanvas > li > a[href='#'] {
  cursor: default;
}


/*UliD Farben für Seitliches Menü anpassen, wenn Smartphone Modus */
 .uk-offcanvas .uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
	 background: #606671;
	 }
 
.uk-nav-offcanvas >li, .uk-nav-offcanvas-bar .uk-parent uk-active {
	border-top: 1px solid #A6A6A6;
	background:#606671;
	}
	
.uk-offcanvas input.uk-search-field,.uk-offcanvas uk-search-field  { 
background: #aaaaaa; 
color: #333333;
height:30px;
width: 225px;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus, html:not(.uk-touch) .uk-nav-offcanvas > li > a, .uk-nav-offcanvas .uk-parent uk-active  > a[href='#'] , html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
	background:#606671;
	color:#fff;
 border-bottom: 1px solid #7A7A7A;
	border-top: 1px solid #7A7A7A;
}

.uk-offcanvas .uk-panel > :last-child:not(.uk-panel-title) {
	color:#3B3B3B
	}	
	
	
/*UliD Sofortiges Scrollen der Hauptkarte unterdrückt, bei klick freigeschaltet  */

.overlay_MX-Map {
   z-index:100000;
   background:transparent; 
   position:relative; 
   width:100%;
   height:530px; /*Höhe der Karte wie im Modul*/
   top:530px; 
   margin-top:-530px; 
}
 
 /*UliD Bilder mit Bildunterschriften gestalten
 Raender auf 10 px gesetzt !Reihenfolge wichtig! */
/* wennBild mitte "Keine Float Auszeichnung!  rechts und links 10 px*/
 
span[style*="margin-right: auto; margin-left: auto;"] > img{
	
	padding: 0 10px 0 10px;  
	
	  } 
	  
/*Bildunterschrift wenn Bild mitte*/
	  
span[style*="margin-right: auto; margin-left: auto;"] > span{
 
	font-size:0.9em;
	padding: 0 10px 0 10px; 
	
	  }
 /* wenn Bild links */
 
span[style*="float: left;"] > img{
	
	padding: 0 10px 0 0px;  
	
	  }
  
 /*Bildunterschrift wenn Bild links */
	  
span[style*="float: left;"] > span{
 
	font-size:0.9em;
	padding: 0 10px 0 0px; 
	  }
	  
/* wenn Bild rechts */
 
span[style*="float: right;"] > img{
	
	padding: 0 0px 0 10px;  
	
	  }  
 /*Bildunterschrift wenn Bild rechts */
	  
span[style*="float: right;"] > span{
 
	font-size:0.9em;
	padding: 0 0px 0 10px; 
	  }

	  #tm-bottom-b div.uk-row-first div.uk-panel div.uk-panel .uk-margin {
    padding-left: 10px;
    padding-right: 5px;
}



    Regeln
    Berechnet
    Animationen
    Schriftarten

button::-moz-focus-inner, input::-moz-focus-inner {

    padding: 0;
    border: 0;

}
*::-moz-selection {

    background: #A6A6A6;
    color: #333;
    text-shadow: none;

}
*::-moz-selection {

    background: #3399ff;
    color: #ffffff;
    text-shadow: none;

}

/* Verschieben der Boxen bei Formularen */
}
.formResponsive input[type="radio"], .formResponsive input[type="checkbox"]{

   min-height: 24px;

}   

/* Resellerliste*/
table#dasylab-bezugsquellen, table#dasylab-bezugsquellen-en {
  width: 100%;
  height: 103px;
  background-color: #eee;
  border: 1px solid #606671;
}

table#dasylab-bezugsquellen tr {
  background-color: #606671;
}
table#dasylab-bezugsquellen th {
  border: 0px solid #606671;
  padding-left: 10px;
  color:        #fff;
  background-color: #606671;
  text-align: left;
}
table#dasylab-bezugsquellen td {
  padding-left: 10px;
  background-color: #eee;
  border: 1px solid #606671;
}
table#dasylab-bezugsquellen-en {
  width: 100%;
  height: 103px;
  background-color: #eee;
  border: 1px solid #606671;
}

table#dasylab-bezugsquellen-en tr{
  background-color: #606671;
}
table#dasylab-bezugsquellen-en th{
  border: 0px solid #606671;
  padding-left: 10px;
  color:        #fff;
  background-color: #606671;
  text-align: left;
}
table#dasylab-bezugsquellen-en td  {
  padding-left: 10px;
  background-color: #eee;
  border: 1px solid #606671;
}

div.uk-row-first .uk-panel
{background-color:#ddd;}

.uk-navbar-nav > li[style] { display: block !important; 
}
