/* 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: #0c9494; /* Old browsers */
background: -moz-linear-gradient(top, #0c9494 0%, #006363 51%, #004a4a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0c9494 0%,#006363 51%,#004a4a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0c9494 0%,#006363 51%,#004a4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c9494', endColorstr='#004a4a',GradientType=0 ); /* IE6-9 */
}

hr.style11 {
	height: 6px;
width: 15%;
    border-top: solid 3px #3c3831;
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav {
  max-width:250px;
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li > a {
  font-weight: 100;
  text-transform: none;
}

.hrmittig {
	width: 10%; 
  border-top: solid 2px #fff; 
  margin: auto;
}

