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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
html {
	height: 101%;
	}
 
body {
	color: #000000;
	height: auto;
	font-family: initial !important;
	font-style: italic;
	}
 
.uk-container {
	background: none;
	padding: 0;

	}
	
.inner {
	
	-webkit-box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 10px rgba(0,0,0,0.75);
	background: #5c8526;
	margin-top: 50px;
	margin-bottom: 50px;
	}

.header-up {
	position: relative;
	float: left;
	width: 100%;
	background: #5c8526;
	height: 40px;
	}
	
.tm-headerbar {
	background: #5c8526;
	height: auto;
	margin-bottom: 0;
    margin-top: 0;
	}
	
.tm-logo img {
	max-height: 135px;
	text-align: center;
	padding-top: 10px;
	}
	
.tm-headerbar .tm-logo {
    float: left;
    text-align: center;
    width: 100%;
}	
	
.tm-sidebar-a {
	background: url(../images/linie-links.jpg) repeat-y right;
	}

.header-left {
	width: 25%;
	float: left;
	height: 240px;
	background: url(../images/linie-links.jpg) repeat-y right;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	}
	
.header-up1 {
	width: 25%;
	float: left;
	height: 40px;
	background: url(../images/linie-links.jpg) repeat-y right;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	}	
	
.header-right {
	width: 70%;
	float: right;
	}
	
.header-outer {
	position: relative;
	float: left;
	width: 100%;
	background: url(../images/linie-oben.jpg) repeat-x;
	height: 172px;
	}
	
.tm-middle {
	margin-left: 0;
	}
	
.tm-sidebar-a {
	position: relative;
	float: left;
	padding: 0;
	left: 0;
	}
	
.tm-main.uk-push-1-4 {
    left: 0;
	}	

.tm-main {
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-top: 35px;
	}
	
	
.uk-nav-side > li.uk-active > a {
	background: rgba(0, 0, 0, 0.05);
	color: #ffd320;
	}

.uk-nav > li > a {
    padding: 5px 20px;
	}	

	
/* Normaler Bildschrim */
@media (min-width: 767px) {

  .tm-navbar {
   display: none;
  }
  
}	

/* Handy und kleiner */
@media (max-width: 767px) {

  .tm-navbar {
  height: 90px;
  background: #000000;
  margin: 0;
  }
  
}

.uk-navbar-toggle {
	line-height: 90px;
	color: #ffd320;
	font-size: 24px;
	}
	
#tm-footer {
	height: 20px;
	margin: 0;
	font-style: normal!important;
	}
	
.tm-sidebar-a .uk-panel-box {
    background: none;
    color: #444444;
    margin: 0;
    padding: 0 20px 0 20px;
	margin-top: 100px;
	}
	

.uk-nav-side > li > a {
    color: #ffd320;
	font-size: 16px;
	font-style: italic; 
	}	

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
	background: rgba(0, 0, 0, 0.05);
	color: #ffd320;
	/* 2 */
	outline: none;
	}
	
.tm-main {
	min-height: 400px;
	}
	
#tm-footer {
	background: #577e24;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #fdd323;
	}	
	
.tm-totop-scroller {
	padding-top: 10px;
	padding-bottom: 10px;
	}	
	

.uk-article-title {
    font-size: 26px;
    font-weight: 300;
    line-height: 42px;
    text-transform: none;
	color: #ffd320;
	}	
	
textarea {
	border-radius: 0;
    box-shadow: none;
    color: #444444;
    height: 100px;
    line-height: 22px;
	background: #ffffff!important;
	}	
	
button.btn, input.btn[type="submit"] {
	background: #77b300;
	color: #ffffff;
	border: 1px solid #fff;
	}

button.btn:hover, input.btn:hover[type="submit"] {
	margin-top: -2px;
	}		