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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

html {
background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 20%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.3)), color-stop(20%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 20%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 20%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 20%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 20%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

} 
 
body {
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 80%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 80%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 80%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 80%,rgba(0,0,0,0.3) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 80%,rgba(0,0,0,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */

}


.tm-topbar {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(0, 0, 0, 0.25) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(0, 0, 0, 0.25))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(0, 0, 0, 0.25) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(0, 0, 0, 0.25) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(0, 0, 0, 0.25) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(0, 0, 0, 0.25) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
.tm-topbar {
	background: transparent;
}





/* BT Content Slider 
******************************************* */

.bt-cs p.readmore {
	margin-bottom: 0;
	margin-top: 5px;
}
.bt-cs .bt-inner a:hover {
  text-decoration: underline;
}

.tm-top-a .bt-cs .bt-row {
	padding: 0;
}
.tm-top-a .bt-cs .bt-inner .bt-category {
	color: #ffffff;
	/*font-weight: normal;*/
	font-style: italic;	
}
.tm-top-a .bt-cs .bt-inner .bt-title {
	color: #cee291;
	/*margin-bottom: 15px;*/
}

.tm-top-a .bt-cs .bt-inner img {
  border: 2px solid #fff;
  margin: 20px 0;
  max-width: 99%;
  outline: 1px solid #b5b5b5;
}


/* Titel im Slider */
.tm-main-top .uk-panel-title {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 0;
  text-transform: uppercase;	
}


.tm-main-top .slides_container {
	font-size: 90%;
}
.tm-main-top .bt-cs .bt-inner .bt-title {
	text-transform: none;
}

.tm-main-top .bt-cs .bt-inner .bt-title {
  clear: none;
  color: #ff6600;
  display: block;
  font-weight: bold;
  line-height: 150%;
}

.tm-main-top .bt-cs .bt-inner {
  margin: 0;
  padding: 0 10px 0 0;
  position: relative;
}

.showcase {
	background-image: url(../images/green/showcase-bg.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


aside .uk-parent.uk-active > div {
height: auto !important;
}

a.cc-link {text-decoration: underline;}
a.cc-btn {display: inline-block; padding: 5px 15px;margin-top: 5px; color: #ffffff !important;}
.cc-window {
	text-align: center;
  padding: 10px 0;
}

#googlemrec {text-align: center;}

/* Debug
*********************** */


/* end debug
******************** */
