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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 .tm-sidebar-wrapper {
  background: #F5F5F5;
  z-index: 99999;
  /* box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.55); */
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li.uk-active > a {
  color: #1C276D;
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li > a {
  height: 50px;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.65);
  line-height: 50px;
  font-weight: 400;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li.uk-active > a::before {
  height: 2px;
  width: 30px;
  background: #000;
}
.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav .uk-open > a,
.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li > a:hover {
  color: #000;
}

.tm-sidebar-wrapper .tm-sidebar-widget-container .uk-panel .uk-panel-title {
  color: #202B6F;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 34px;
  color: #28348d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.tm-wrapper {
  min-height: 100vh;
  max-width: 1550px;
}

.tm-sidebar-wrapper .tm-sidebar-widget-container .uk-panel {
  max-width: 70%;
  margin: 40px auto;
  color: #212C70;
  text-align: left;
  /* link color */
}

.tm-sidebar-wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 35px;
  background: url("/images/Beispieldaten/Basiselemente/default13.png");
}

.tm-sidebar-wrapper .tm-sidebar-widget-container .tm-sidebar-social a {
  color: #1B266C;
}

.tm-sidebar-wrapper .tm-sidebar-widget-container .tm-sidebar-social {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 26px;
  padding: 20px;
   border-top: 1px solid rgba(42, 52, 68, 0.0); 
  background: rgba(42, 52, 68, 0.0); 
  overflow: hidden;
}

.uk-table th {
  text-align: left;
  background-color: #1C276D;
  color: rgba(255, 255, 255, 0.96);
}

.uk-table-condensed td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(27, 38, 108, 0.04);
    border-right: 1px solid rgba(0, 0, 0, 0.01);
}
.uk-dropdown-navbar {
  margin-top: 12px;
  background: #1C276C !important;
  color: #fff !important;
  box-shadow: 10px #000000
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-dropdown::before {
  top: 12px;
  left: -6px;
  background: #1C276C !important;
}

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


.uk-nav-navbar ul a {
  color: rgba(255, 255, 255, 0.6);
}
.uk-nav-navbar ul a:hover {
  color: rgba(255, 255, 255, 0.9);
}

ul.uk-nav-sub {
  padding: 0px 10px 13px 35px;
  font-size: 13px;
}

.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
  background: rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
}

.uk-panel-box .uk-panel-title {
  color: #1C276D;
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 15px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav .uk-open > a::before,
.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li > a:hover::before {
  height: 2px;
  width: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.tm-sidebar-wrapper .tm-sidebar-widget-container .uk-panel > a:not([class]):hover,
.tm-sidebar-wrapper .tm-sidebar-widget-container .uk-panel > :not([class*='uk-nav']) a:not([class]):hover {
  color: #3d3e50;
}