@import url(https://fonts.googleapis.com/css?family=Oswald);
/*
font-family: 'Oswald', sans-serif; 
@customFontFamily
*/
/*------ template stylization ------*/
body {
  min-height:600px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  background: #f3f3f3 url(../img/bg-body.jpg) 0 0 repeat;
  position: relative;
  font-size: 14px;
}
p {
  margin-bottom: 11px;
}

.container {
    width: 980px !important;
}

.main {
min-height: 100%;
height: auto;
background: #ffffff;
margin: 0 auto;
padding-top: 25px;
width: 1000px !important;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #9cc835;
}
a {
  outline: none;
  color: #9cc835;
}
a:visited {
    color: #9cc835;
}

h1 {
	text-transform: uppercase;
	color: #ffffff;
	display: inline;
}
h2 {
  position: relative;
  display: block;
  color: #9cc835 ;
  font-size: 30px;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: -1px;
  margin-top: 20px;
}
h2.centr {
  display: inline-block;
}
.centr {
  display: inline-block;
}
.heading-wrapper {
  text-align: left;
  margin: 10px 0 48px 0 ;
  position: relative;
  padding: 20px 30px;
}
.heading-wrapper-1 {
  margin-bottom: 10px !important;
  background-color: #9cc835;
}

.heading-wrapper.heading-wrapper-1 > img {
	vertical-align: baseline;
	margin-right: 15px;
}
.heading-wrapper-2 {
  margin: 27px 0 38px 0 !important;
}


h3 {
  font-size: 24px;
  line-height: 1em;
  color: #9cc835;
  font-family: 'Oswald', sans-serif;
  display: block;
  margin-bottom: 15px;
}
h4 {
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  display: block;
  margin-top: 20px;
}
#content ul {
  list-style: none;
}
.font13 {
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
}
.font11 {
  font-size: 11px;
}
.dis-block {
  display: block;
}
.left-0 {
  margin-left: 0 !important;
}
.last-mbot {
  margin-bottom: 0 !important;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.wrapper,
.extra-wrap {
  overflow: hidden;
}
.bot {
  margin-bottom: 17px;
}
.bot-1 {
  margin-bottom: 23px;
}
.film {
	text-align: center;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
}

.film:hover {
  color: #000000;
}



/*=================My styles of bootstrap================*/
.col {
  color: #9cc835;
}
.btn-start {
	background: #c2dc83 !important;
}
.btn-1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  text-shadow: none;
  z-index: 1;
  padding: 15px 24px 14px 24px;
  border: none;
  color: #000000;
  text-decoration: none;
  background: #eeeeee;
  font-weight: normal;
  font-size: 12px ;
  line-height: 1.2em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  margin-bottom: 2px;
  margin-top: 19px;
}
.btn-1:hover {
  outline: none;
  background-position: 0 bottom;
  color: #ffffff;
  text-shadow: none;
  background: #c2dc83;
}
.btn-2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  text-shadow: none;
  z-index: 1;
  padding: 15px 17px 14px 17px;
  border: none;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background: #505358;
  font-weight: normal;
  font-size: 10px ;
  line-height: 1.2em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-2:hover {
  outline: none;
  background: #9cc835;
  color: #ffffff;
  text-shadow: none;
}
.link {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1em;
  color: #202020;
  text-transform: uppercase;
  padding-right: 10px;
  background: url(../img/arrow-link.png) right 13px no-repeat;
}
/*css styles for image-block*/
.img-indent-1 {
  overflow: hidden;
}
.img-indent-1 img {
  display: block;
  float: none;
  margin: 0 22px 10px 0;
}
.img-indent-1 .extra-wrap {
  overflow: hidden;
  padding: 0 20px 0 0;
}
/*==================list=================*/
.list {
  display: block;
  overflow: hidden;
  margin: -5px 0 0 0;
  width: 217px;
}
.list li {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0;
  line-height: 20px;
  padding: 8px 0 8px 13px;
  background: url(../img/bg-list-li.png) 0 14px no-repeat;
}
.list li:after {
  content: '';
  background: url(../img/dotted.png) 0 0 repeat-x;
  height: 1px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.list-1 {
  display: block;
  *zoom: 1;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-1:before,
.list-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-1:after {
  clear: both;
}
.list-1 li {
  display: block;
  position: relative;
  margin: 0 0 0 0;
  line-height: 20px;
  padding: 8px 0 8px 13px;
  background: url(../img/bg-list-li.png) 0 14px no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-1 li:after {
  content: '';
  background: url(../img/dotted-1.png) 0 0 repeat-x;
  height: 1px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-alr {
  text-align: right;
}
.social {
  margin: -5px 0 0 0;
  display: inline-block;
}
.social li {
  float: left;
  display: block;
  margin-left: 2px;
}
.social li a {
  display: inline-block;
  width: 35px;
  height: 34px;
}
.social li a:hover {
  background-position: 0 bottom !important;
}
#icon {
  background: url(../img/icon.png) 0 0 no-repeat;
}
#icon-1 {
  background: url(../img/icon-1.png) 0 0 no-repeat;
}
#icon-2 {
  background: url(../img/icon-2.png) 0 0 no-repeat;
}
#icon-3 {
  background: url(../img/icon-3.png) 0 0 no-repeat;
}
#icon-4 {
  background: url(../img/icon-4.png) 0 0 no-repeat;
}
#icon-5 {
  background: url(../img/icon-5.png) 0 0 no-repeat;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0 0 15px 0;
}
.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-bottom: 15px;
  padding: 6px;
  border: none;
  background: url(../img/bg-poalar.png) 0 0 repeat;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-module {
	background: url('../img/modul.png');
	width:  99px;
    height: 99px;
    display: block;
}
.img-module:hover {
  background: url('../img/module_2.png');
 }
 .img-managed_service {
	background: url('../img/managed_service.png');
	width:  99px;
    height: 99px;
    display: block;
}
.img-managed_service:hover {
  background: url('../img/managed_service_2.png');
 }
 .img-middleware {
	background: url('../img/middleware.png');
	width:  99px;
    height: 99px;
    display: block;
}
.img-middleware:hover {
  background: url(../img/middleware_2.png);
 }
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
.thumbnails {
  margin: 29px 0 10px -21px;
}
.thumbnails .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0 0 20px;
  padding: 0;
  border: none;
  width: 210px;
}
.thumbnails .thumbnail span {
  font-size: 10px;
  line-height: 1em;
  display: block;
  text-transform: uppercase;
  color: #9cc835;
  margin-bottom: 5px;
}
.thumbnails .thumbnail em {
  font-style: normal;
  display: block;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 15px;
}
.thumbnails .thumbnail figure {
  position: relative;
  margin-bottom: 22px;
  width: 100%;
}
.thumbnails .thumbnail figure span {
  position: absolute;
  width: 38px;
  height: 38px;
  background: #9cc835;
  font-size: 18px;
  line-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 620px;
  -moz-border-radius: 620px;
  border-radius: 620px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  display: block;
  padding: 11px 0 0 0;
  right: -1px;
  top: -16px;
}
.thumbnails li {
  float: left;
  margin: 0 0 30px 21px;
}
.thumbnails-1 {
  margin: 7px  0 0 0;
}
.thumbnails-1 li {
  margin-bottom: 5px;
  padding: 10px 0 10px 10px;
  background-color: #eeeeee;
}
.thumbnails-1 .green {
	background-color: #9CC835; 
}
.thumbnails-1 .green .icon{
	margin-right: 5px;
}
.thumbnails-1 .white {
	background-color: #FFFFFF; 
}

.thumbnails-1 .thumbnail-1 figure.img-polaroid {
  width: 100%;
  margin-bottom: 17px;
}
.thumbnails-1 .thumbnail-1 p {
  margin-bottom: 21px;
}
/*------===============HEADER==============------- */
header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 999;
  padding: 0 0 0 0;
  height: auto;
}
/* navbar */
.navbar_ {
  margin-bottom: 0 !important;
  padding: 0;
}
.navbar_ .collapse {
  overflow: visible;
}
.navbar_ .brand {
  position: relative;
  display: inline-block;
  float: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.navbar_ .brand span {
  position: absolute;
  left: -400px;
  display: block;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar_ .menu-search {
  background: #f2f2f2;
}
.logotip {
  text-align: center;
  padding: 34px 0 18px 0;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
}
.nav-collapse_ .nav {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}
/*nav*/
.nav-collapse_ .nav li {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  zoom: 1;
}
.nav-collapse_ .nav li a {
  margin: 0;
  padding: 0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-collapse_ .nav > li {
  display: inline-block;
  float: left;
  margin: 0;
  border: none;
  width: 126px;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  background: url(../img/bg-li.jpg) right 86px no-repeat;
}
.nav-collapse_ .nav > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
}
.nav-collapse_ .nav > li.sub-menu > a:after {
  position: absolute;
  top: 50%;
  right: 10%;
  display: block;
  margin-top: -2px;
  width: 7px;
  height: 4px;
  background: url(../img/indicator.png) 0 0 no-repeat;
  content: '';
}
.nav-collapse_ .nav ul {
  -webkit-box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 78px;
  left: 0;
  z-index: 9;
  display: none;
  margin: 0;
  padding: 16px 0 16px 0;
  width: 138px;
  background: #505358 ;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
  zoom: 1;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: 0;
}
.nav-collapse_ .nav ul li {
  display: block;
  padding: 10px 0 10px 18px;
  text-align: left;
}
.nav-collapse_ .nav ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #a8a8a8;
}
.nav-collapse_ .nav ul li a > strong {
  background: url(../img/indicator-1.png) 0 0 no-repeat;
  width: 3px;
  height: 6px;
  display: block;
  position: absolute;
  right: 10px;
  top: 18px;
}
.nav-collapse_ .nav ul li ul {
  position: absolute;
  display: block;
  top: 0;
  left: 138px;
  background: #63666b;
}
.nav-collapse_ .nav ul li ul li > a:hover {
  color: #fff;
}
/*hover for first level*/
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  background: #9cc835;
  color: #ffffff;
}
/*hover for second level*/
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #9cc835;
}
/*ausgewaehltes Nav-Elemente*/
#home #navhome,
#data #navdata,
#uebersicht #navuebersicht,
#report #navreport,
#korrelation #navkor
{
	background-color:#9cc835;
	color: #FFF;
}

/*-----================== HEADER END =================------*/
/*------================== Content =================------- */
#content {
  position: relative;
  padding: 0 0 65px 0;
}
/*----====================Content end ==================----*/
/*==========================PAGES===========================*/
/*=========================index============================*/
.box-colors {
  text-align: center;
  *zoom: 1;
}
.box-colors:before,
.box-colors:after {
  display: table;
  content: "";
  line-height: 0;
}
.box-colors:after {
  clear: both;
}
.box-colors > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  padding: 46px 50px;
  float: left;
}
.box-colors span {
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	line-height: 1em;
	color: #ffffff;
	display: block;
	margin-bottom: 26px;
}
.box-colors strong {
  -webkit-border-radius: 620px;
  -moz-border-radius: 620px;
  border-radius: 620px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  display: inline-block;
  width: 97px;
  height: 97px;
  background: #a4a3a4;
  font-weight: bold;
  color: #dededf;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 1em;
  font-family: "Arial Black", Gadget, sans-serif;
}
.box-colors strong:hover {
  background: #ffffff;
  color: #9cc835;
}
.box-colors p {
  color: #a6a6a6;
  margin: 20px 0 20px 0;
}
.box-colors .btn-1 {
  background: url(../img/btn-1-hov.jpg) 0 0 repeat;
}
.box-colors .btn-1:hover {
  background-position: 0 bottom;
}
.color-1 {
  background: url(../img/colors-1.jpg) 0 0 repeat;
}
.color-film {
  background: url(../img/colors-film.png) 0 0 repeat;
    padding-top: 12px;
	padding-bottom: 1px;
	 margin-bottom: 12px;
}
.box {
  background: url(../img/bg-box.jpg) 0 0 repeat;
  margin: 11px 0 0 0;
  padding: 27px 20px 20px 20px;
}
.box h2 {
  display: block;
  text-align: center;
}
.indent-block img {
  float: left;
  margin-right: 12px;
}
.indent-block h4 {
  overflow: hidden;
  padding-top: 9px;
}
.indent-block .font13 {
  padding: 19px 18px 23px 10px;
}
.indent-block .link {
  margin-left: 10px;
}
aside {
  width: 100%;
  background: url(../img/color-aside.jpg) 0 0 repeat;
  padding-bottom: 43px;
}
aside h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  line-height: 1em;
  margin: 48px 0 16px 0;
}
.phone-contact {
  font-size: 30px;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  display: block;
  margin: 13px 0 6px 0;
}
#twitter ul.jta-tweet-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.jta-clear {
  line-height: 0;
}
#twitter a {
  color: #9cc835;
}
#twitter a:hover {
  color: #ffffff;
}
#twitter ul.jta-tweet-list li {
  border-bottom: 1px dotted #7d7c82;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.jta-tweet-timestamp {
  display: block;
}
.jta-tweet-list-item {
  overflow: hidden;
}
.jta-tweet-body span.jta-tweet-text {
  display: block;
}
.jta-tweet-profile-image {
  display: none;
}
.jta-tweet-body {
  overflow: hidden;
}
#form1 {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  overflow: hidden;
}
#form1 input {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.42);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.42);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.42);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 0 13px 0;
  padding: 9px 10px 9px ;
  width: 100%;
  height: 38px;
  border: none;
  background: url(../img/bg-input.jpg) 0 0 repeat;
  color: #a6a6a6;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#form1 input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#form1 a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: right;
  text-shadow: none;
  z-index: 1;
  padding: 13px 15px 12px 15px;
  border: none;
  color: #ffffff;
  text-decoration: none;
  background: #979797;
  font-weight: normal;
  font-size: 10px ;
  line-height: 1.2em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#form1 a:hover {
  outline: none;
  background: #9cc835;
  color: #ffffff;
  text-shadow: none;
}
#form1 {
  position: relative;
}
#form1 label {
  display: block;
  width: 100%;
  min-height: 30px;
  float: none;
}
#form1 .error {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 0px;
  top: 35px;
  font-size: 10px;
  color: #F00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 .success {
  border: 1px solid #fff;
  padding: 5px 10px 5px 10px;
  background: #9cc835;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
#form1 .btn-div {
  float: right;
  padding: 0 0 0 0;
}
#form1 label.invalid .error {
  /*display: block;*/

  height: 19px;
}
/*=========================index-1==========================*/
.list-polaroid {
  margin: 0 0 0 -21px;
  *zoom: 1;
}
.list-polaroid:before,
.list-polaroid:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-polaroid:after {
  clear: both;
}
.list-polaroid li {
  float: left;
  display: block;
  margin: 0 0 20px 20px;
  width: 215px;
}
.list-polaroid li figure.img-polaroid {
  margin: 0;
  width: 100%;
  line-height: 0;
  display: block;
}
.list-polaroid li figure.img-polaroid span {
  display: block;
}
.list-polaroid li figure.img-polaroid img {
  display: block;
  width: 100%;
}
.list-staff {
  margin: 0 0 0 -21px;
  *zoom: 1;
}
.list-staff:before,
.list-staff:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-staff:after {
  clear: both;
}
.list-staff li {
  float: left;
  display: block;
  margin: 0 0 20px 20px;
  width: 140px;
}
.list-staff li figure.img-polaroid {
  margin: 0;
  width: 100%;
  display: block;
}
.list-staff li figure.img-polaroid a {
  display: block;
}
.list-staff li figure.img-polaroid a img {
  display: block;
}
/*=========================index-2==========================*/
/*=========================index-3==========================*/
.clients {
  margin: 0 0 0 0;
  *zoom: 1;
}
.clients:before,
.clients:after {
  display: table;
  content: "";
  line-height: 0;
}
.clients:after {
  clear: both;
}
.clients li {
  display: block;
  float: left;
  margin: 0 50px 18px 0;
}
.block-img {
  *zoom: 1;
}
.block-img:before,
.block-img:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-img:after {
  clear: both;
}
.block-img figure.img-polaroid {
  float: left;
  margin: 5px 20px 0 0;
}
/*=========================index-4==========================*/
/*=========================index-5==========================*/
.pp {
  color: #ef6d3c;
  text-decoration: underline;
}
.pp:hover {
  color: #a6a6a6;
}
/*==========================404=============================*/
#search-form {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  display: block;
  width: 100%;
  padding: 1px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.24);
}
#search-form input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 2px 10px 3px ;
  width: 80%;
  height: 25px;
  border: none;
  background: #f3f3f3;
  color: #a6a6a6;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search-form a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  /*background: url(../img/search-btn.png) 0 0 no-repeat;*/
  float: right;
  margin: 6px 7px 0 0;
  padding: 0;
  width: 17px;
  height: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search-form a:hover {
  background-position: 0 bottom;
}
.box-404 {
  border: 1px solid #d2d2d2;
  margin: -1px;
  padding: 0  0 0 0;
}
.search-div {
  padding: 8px 0 20px 0;
}
.block-404 {
  padding: 0 22px 0 0;
}
.block-404 span {
  font-size: 60px;
  line-height: 1em;
  display: block;
  color: #353434;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 45px 0 18px 0;
}
.block-404 strong {
  font-size: 24px;
  line-height: 1em;
  display: block;
  color: #353434;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.block-404 p {
  margin-bottom: 22px;
}
.div-form {
  float: right;
  margin: 26px 17px 0 0;
}
#search {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	display: inline;
	width: 120px;
	padding: 1px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 0;
	-webkit-box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.24);
	-moz-box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.24);
	box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.24);
}
#search input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 2px 10px 3px ;
  width: 100%;
  height: 25px;
  border: 1px solid #E5E5E5;
  background: #ffffff;
  color: #a6a6a6;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  /*background: url(../img/search-btn.png) 0 0 no-repeat;*/
  background-color: #9CC835;
  float: right;
  padding: 0;
  width: 28px;
  height: 27px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a:hover {
  background-position: 0 bottom;
}

#searchid{
  display: inline;
}
#searchid > input[type="submit"] {
  width: 30px;
}
#searchid > input[type="search"] {
  width: 220px;
}
#searchid > a > img{
  background-color: #9CC835;
  vertical-align: text-bottom;
}




/*======================Privacy Policy======================*/
/*================CONTACT FORM, MAP, ADRESS=================*/
.map {
  display: block;
  margin: 0 0 8px 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 300px ;
  border: none;
}
.adress {
  font-size: 12px;
}
.adress em {
  display: block;
  margin-left: 0;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}
.adress a {
  display: inline-block;
  margin-left: 2px;
  color: #9cc835;
}
.adress a:hover {
  color: #9cc835;
  text-decoration: underline;
}
.adress span {
  display: inline-block;
  width: 68px;
}
.adress strong {
  display: inline-block;
  font-weight: normal;
}
.adress strong.title1 {
  display: block;
  color: ;
  text-align: left;
  letter-spacing: 0;
  font-size: 12px;
}
#contact-form {
  position: relative;
  z-index: 1;
  margin: -4px 15px 0 0;
  padding: 0;
  vertical-align: top;
}
#contact-form fieldset {
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form fieldset > div {
  overflow: hidden;
  min-height: 65px;
}
#contact-form label {
  position: relative;
  display: block;
  float: none;
  overflow: hidden;
  margin: 0;
}
#contact-form .message {
  display: block;
  min-height: 180px;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0;
  padding: 8px 18px 7px 18px;
  width: 100%;
  outline: none;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #a6a6a6;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#contact-form input {
  height: 45px;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 265px;
  resize: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form .success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000 !important;
  display: none;
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
  border: 1px solid #000;
  background-color: #9cc835;
  color: #000;
  font-size: 15px;
  line-height: 16px;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 5px;
  top: auto;
  right: auto;
  left: 5px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0 4px 0;
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
}
#contact-form .buttons-wrapper {
  position: relative;
  padding-top: 28px;
  text-align: right;
}
#contact-form .buttons-wrapper a {
  margin-left: 17px !important;
  cursor: pointer;
}
#contact-form .buttons-wrapper a:hover {
  text-decoration: none;
}
#contact-form textarea:focus,
#contact-form input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*------================== FOOTER ================= ------- */
footer {
  position: relative;
  padding: 24px 0 13px 0 ;
  border-top: none;
  background: url(../img/colors-1.jpg) 0 0 repeat;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
footer strong {
  display: inline-block;
  padding-top: 0;
}
footer span {
  color: #ffffff;
}
footer a{
  color: #ffffff;
}
/*---===================== FOOTER END ================------*/
.select-menu {
  display: none !important;
}
/*-----================== MEDIA QUERIES============== ------*/
@media (min-width: 1244px) {
  .main {
    width: 1244px;
  }
  .heading-before,
  .heading-after {
    background: url(../img/bg-centr.jpg) 0 0 repeat-x;
  }
  #contact-form {
    margin: -4px 115px 0 0;
  }
  #contact-form label {
    float: left;
    display: block;
  }
  #contact-form input {
    width: 268px;
  }
  .nav-collapse_ .nav > li {
    background: url(../img/bg-li.jpg) right no-repeat;
    width: 156px;
  }
  #search {
    width: 170px;
  }
  #search input {
    width: 140px;
  }
  .div-form {
    margin: 26px 35px 0 0;
  }
  .box-colors {
    text-align: center;
  }
  .box-colors > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 390px;
    padding: 44px 78px 43px;
  }
  .box {
    padding: 37px 116px 9px 116px;
  }
  .clients li {
    margin-right: 100px;
  }
  .thumbnails {
    margin: 29px 0 30px -21px;
  }
  .thumbnails .thumbnail {
    margin: 0 0 0 20px;
    width: auto;
  }
  .list-polaroid li {
    width: auto;
  }
  .list-polaroid li figure.img-polaroid {
    margin: 0;
  }
  .list-staff li {
    width: auto;
  }
  .list-staff li figure.img-polaroid {
    margin: 0;
    width: 100%;
  }
  .box-list-1 .list-1 li {
    white-space: nowrap;
  }
  #search-form {
    width: 180px;
  }
  .block-404 {
    padding: 0 42px 0 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse_ {
    height: auto !important;
  }
}
@media (max-width: 979px) {
  .nav-collapse_ {
    height: 58px !important;
  }
  .navbar_ .nav-collapse_ {
    height: 58px !important;
  }
  .navbar_ .nav-collapse_ .nav {
    float: none;
    display: inline-block;
  }
  .nav-collapse_ .nav > li {
    width: 86px;
  }
  .nav-collapse_ .nav > li > a {
    font-weight: normal;
    padding: 19px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .div-form {
    float: right;
    margin: 18px 17px 0 0;
  }
  .nav-collapse_ .nav ul {
    top: 58px;
  }
  .thumbnails {
    margin: 29px 0 30px -21px;
  }
  .thumbnails .thumbnail {
    margin: 0 0 0 20px;
    width: 155px;
  }
  .list-polaroid li {
    width: 160px;
  }
  .list-staff li {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .main {
    width: 768px;
  }
  .phone-contact {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .menu-search {
    float: none;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .menu-search .nav-collapse_ {
    height: auto !important;
    float: none;
    margin-bottom: 7px;
  }
  .navbar_ {
    padding: 0 5px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #000;
    background: #9cc835;
    color: #fff;
    cursor: pointer;
  }
  .select-menu option {
    padding-bottom: 3px;
  }
  .div-form {
    float: none;
    margin: 0;
  }
  .div-form #search {
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .box-colors > div {
    padding: 24px 18px 20px;
  }
  .thumbnails {
    margin: 29px 0 30px -21px;
  }
  .thumbnails .thumbnail {
    margin: 0 0 20px 20px;
    width: 40%;
  }
  .list {
    width: auto;
  }
  .text-alr {
    text-align: left;
  }
  .social {
    margin: 20px 0 0 0;
  }
  .list-polaroid li {
    width: 43%;
  }
  .list-staff {
    margin: 20px 0 0 -21px;
  }
  .list-staff li {
    width: 28%;
  }
  .thumbnails-1 li.span3 {
    width: 45%;
    float: left;
    margin: 0 20px 20px 0;
  }
  .block-404 {
    padding: 0 10px;
  }
  .block-img {
    margin-bottom: 20px;
  }
  .clients li {
    margin-right: 20px;
    height: 102px;
  }
  .indent-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  
}
@media (max-width: 626px) {
  .navbar_ .brand {
    width: 144px;
    height: 40px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .box-colors > div {
    padding: 24px 18px 20px;
  }
  .box-colors span {
    font-size: 16px;
  }
  .box-colors strong {
    font-size: 30px;
    width: 40px;
    height: 40px;
    padding-top: 5px;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .box-colors > div {
    width: 100%;
    float: none;
    padding: 24px 18px 20px;
  }
  .thumbnails {
    margin: 29px 0 30px 0;
  }
  .thumbnails .thumbnail {
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
  }
  .list-polaroid {
    margin: 0;
  }
  .list-polaroid li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .list-staff {
    margin: 20px 0 0 0;
  }
  .list-staff li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .thumbnails-1 li.span3 {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .clients li {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.color-background{
	background: #FFFFFF url(../img/bg-start.jpg) 0 0 no-repeat;
}

.font-white{
	color: #FFF;
}

.content-start{
	margin-top: 10px;
}

#header {
	margin: 5px 0;
}
.heading-wrapper.heading-wrapper-1 > .mini{
	vertical-align: top;
	float: right;
}
.icon {
	margin-left: 15px;
	vertical-align: text-bottom;
    cursor: pointer;
}

.logo {
    padding-left: 12px;
}

/*========================TABLE=============================*/
table.tablesorter {
	background-color: #9CC835;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
	border: none;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #9CC835;
	padding: 4px;
	color: #FFFFFF;
}
table.tablesorter thead tr .header {
	background-image: url('/img/bg.png');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	color: #FFFFFF;
}
table.tablesorter tbody td {
	color: #000000;
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/img/asc.png');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/img/desc.png');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #C2DC83;
}
table.tablesorter tr:nth-child(even) {
	background-color: #eeeeee;
}
table.tablesorter tr:nth-child(odd) {
	background-color: #FFFFFF;
}
table.tablesorter thead th, table.tablesorter tbody td{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CDCDCD;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 0 1px;
	padding-left: 5px;
}

table.tablesorter{
	border:none;
}

/* pager wrapper, div */
.tablesorter-pager {
  padding: 5px;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
  background-color: #e6eeee;
  margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
  margin: 0;
  padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
  display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.pagesize {
  width: 50px;
}


/*=======================Akkordeon======================*/
#akkordeon {
width: 100%;
margin: 5px auto 0;
}

#akkordeon h5{
/*font-size: 13px;*/
color: #000;
background: url('/img/add-green.png') no-repeat right;
text-transform: none;
font-family: Arial,Helvetica,sans-serif;
}

#akkordeon .title {
cursor: pointer;
padding: 8px 10px 8px;
margin-bottom: 10px;
border-top: 1px solid #F2F2F2;
background: #F2F2F2;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#akkordeon .content {
display: none;
background: #fff;
padding: 12px 13px 12px;
margin-bottom: 5px;
}

/*====================Akkordeon offen===================*/
#akkordeon .open {
background: #9cc835;
}

#akkordeon .open h5 {
background: url('/img/minus.png') no-repeat right;
}

.googlemap {
	width: 470px;
	height: 382px; 
	border: 0; 
	scrolling: no; 
	margin: 0 0; 
}

.table-right {
	margin: 0, 0, 0, auto;
}

.layout {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 420px;
    padding:2px;
    padding-left:10px;
}

label {
    font-weight:normal;
    margin-top:5px;
}

input, select { font-family:arial; padding-left:10px !important; padding:5px !important; line-height:1; }

.feedback_container {
    float: right;
}

.feedback {
    height: 104px;
    width: 104px;
    position: fixed;
    top: 40%;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); /* Safari and Chrome */
    -moz-transform: rotate(-90deg); /* Firefox */
    -o-transform: rotate(-90deg); /* Opera */
    -ms-transform:rotate(-90deg); /* IE 9 */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.feedback a {
    display: block;
    background: #9cc835;
    height: 37px;
    width: 170px;
    padding: 8px 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.feedback a:hover {
    color: black;
}

/*==================== Tooltipp in map ===================*/
.olControlSelectFeature
{
    overflow:hidden;
    position:absolute;
    background-color:#FFFFFF;
}