/** **************************************************
 *  Allgemein
 */
html,
body {
  height: 100%;
  color: #333;
}
h1.title {
  color: #444444;
  font-size: 63px;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}
h2.subtitle {
  color: #999999;
  margin: 0 0 60px 0;
  padding: 0;
  text-align: center;
}
.underline {
  max-width: 100px;
  border-bottom: 2px solid;
  border-color: #666;
  height: 0;
  margin: 5px auto 30px auto;
  padding: 0;
}
.margin-top {
  margin-top: 30px;
}
.container {
  padding: 0;
  background-color: #F6F6F6;
  box-shadow: 5px 0 20px rgba(0,0,0,0.5), -5px 0 20px rgba(0,0,0,0.5);
  overflow: hidden;
}
.container-inline {
  padding: 20px;
  font-size: 120%;
  background-color: #F6F6F6;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.newsline {
  padding: 20px;
  font-size: 120%;
  background-color: #FFFFFF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #E6E6E6;
}
.btn-transparent {
  background-color: transparent;
  color: #FFF;
  border: 2px solid #FFF;
}
.btn,
.form-control,
.filtr-item figure img {
  border-width: 2px !important;
}



/** **************************************************
 *  Sections
 */
section#offline  {
  background-image: url("../../../files/images/background/offline.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section#offline .container-inline {
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  border-left: 0;
  border-right: 0;
  min-height: 500px;
}
section#top1,
section#top2,
section#top3,
section#service,
section#stats,
section#team,
section#quote,
section#portfolio,
section#customers,
section#bottom1,
section#bottom2,
section#bottom3 {
  margin-left: -21px;
  margin-right: -21px;
  margin-top: -20px;
  margin-bottom: 20px;
}
section#top1,
section#top2,
section#top3,
section#bottom1,
section#bottom2,
section#bottom3 {;
  padding: 30px;
  background-color: #EEE
  border-bottom: 1px solid #DDD;
}
section#service {
  padding: 30px;
  background-color: #EEE;
  border-bottom: 1px solid #DDD;
}
section#stats {
  background-image: url("../../../files/images/background/stats.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section#stats div.row {
  background-color: rgba(0,0,0,0.7);
  padding: 60px 30px;
  color: #FFF;
}
.timer {
  font-size: 64px;
}
section#team {
  background-image: url("../images/background/pattern1.png");
  background-repeat: repeat;
  background-color: #FFF;
}
section#team div.row {
  background-color: rgba(0,0,0,0.1);
  padding: 60px 30px;
  color: #000;
}
section#portfolio {
  padding: 30px;
  background-color: #EEE;
  border-bottom: 1px solid #DDD;
}
section#quote {
}
section#quote div.row {
  /* background-color: rgba(0,0,0,0.7); */
  padding: 60px 30px;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
  font-size: 180%;
}
section#customers {
  background-image: url("../../../files/images/background/customers.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px;
  color: #000;
  border-top: 1px solid #333;
}
section#contact {

}


/** **************************************************
 *  Slideshow
 */

.black_shadow {
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.white_shadow {
  text-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

/** **************************************************
 *  Footer
 */
footer {
  margin: 0;
  padding: 0;
  color: #CCC;
  /* background: linear-gradient(#333, #111); */
  background-color: #111;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
/*
footer a {
  color: #EEE;
}
footer a:hover {
  color: #FFF;
}
*/
footer .bottom_right,
footer .bottom_center,
footer .bottom_left {
  margin: 20px 0;
}
footer .bottom_center {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  footer .bottom_center {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
footer .bottom_left_inline {
  margin-left: 15px;
}
footer .bottom_right_inline {
  margin-right: 15px;
}
@media (max-width: 991px) {
  footer .bottom_left_inline {
    margin-left: 0;
  }
  footer .bottom_right_inline {
    margin-right: 0;
  }
}
footer .bottom_center_inline {
  padding: 0 20px;
}
footer .webmasterinfo-line {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid #111;
}
footer .copyright-line {
  /* background: linear-gradient(#444, #222); */
  background-color: #333;
  border-top: 1px solid #444;
  padding: 5px 20px;
  line-height: 30px;
}
footer span.powered::before {
  content: ", ";
}

footer h4  {
  border-bottom: 1px solid #666;
  padding-bottom: 3px;
  margin-bottom: 25px;
}

.copyright-line .copyright {
  text-align: left;
}
.copyright-line .footermenu {
  text-align: right;
}
@media (max-width: 991px) {
  .copyright-line .copyright,
  .copyright-line .footermenu {
    text-align: center;
  }
}
footer .info,
footer .address,
footer .submenu,
footer .visitors {
  padding: 40px 20px 20px;
}
footer .address {
  background: url('../images/map.png') no-repeat;
  background-position: 0 0;
  min-height: 220px;
}

footer .visitors {
  background: url('../images/visitors.png') no-repeat;
  background-position: 0 0;
  min-height: 220px;
}

#footer_menu li {
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #222;
}
#footer_menu li a {
  color: #CCC;
  text-decoration: none;
}

#footer_menu li a:hover,
#footer_menu li a:active {
  color: #FFF;
}


/** **************************************************
 *  Modulpositionen anzeigen
 */
.show_position {
  border: 3px dashed #999;
  padding: 10px;
  margin: 0;
  background-color: #EEE;
  color: #BBB;
}
.show_position span.title_position {
  background-color: #999;
  color: #FFF;
  padding: 4px 10px;
  display: block;
  text-align: center;
  font-size: 1.5em;
}
/** **************************************************
 *  Google Map
 */
#map {
  height: 450px;
  width: auto;
  margin: 0 -20px -20px -20px;
}
.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin: 0 -20px -20px -20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/** **************************************************
 *  Social Icons
 */
ul.social-icons {
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-social {
  width: 70px;
}
a.btn-social i {
  width: 46px;
}
.btn-social-small {
  border-radius: 0;
  border: 0;
}
.address i {
  display: block;
  float: left;
  width: 20px;
  margin-top: 3px;
}
a.btn-facebook:hover {
  background-color: #3b5998;
  color: #FFF;
}
a.btn-twitter:hover {
  background-color: #55acee;
  color: #FFF;
}
a.btn-googleplus:hover {
  background-color: #dd4b39;
  color: #FFF;
}
a.btn-instagramm:hover {
  background-color: #3f729b;
  color: #FFF;
}
/** **************************************************
 *  phpContact
 */
span.captcha {
  padding: 0;
  margin: 0;
}
img.captcha {
  height: 30px;
  width: 100px;
}
label.receiver {
  font-weight: normal;
  color: #999;
  display: inline;
}
.b4yf_errorfeld {
  border-color: #FAA;
  background-color: #F2DEDE;
}
#b4yf_reloadblock {
  display: none;
}
/** **************************************************
 *  Content
 */
#content img {
  display: block;
  height: auto;
  max-width: 100%;
  /* border: 1px solid #DDD; */
  padding: 3px;
}
/** **************************************************
 *  Scroll to top
 */
.gotop {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent;
  color: #FFF;
  text-decoration: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid #FFF;
}
.gotop.show {
  bottom: 20px;
  color: #FFF;
}
.gotop:hover, 
.gotop:active {
  background-color: #222;
  color: #FFF;
}
/** **************************************************
 *  Preloader
 */
#preloader {
  background: #FFF;
  color: #333 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  z-index: 3000;
}
#preloader .spinner {
  display: none;
}
#preloader .spinner i {
  padding: 5px;
  margin: 5px;
}
/** **************************************************
 *  Besucherzähler
 */
#visitors {
  font-size: 1em;
  color: #999;
}
#visitors ul,
#visitors li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/** **************************************************
 *  Overwrites
 */
.panel {
  border-radius: 0;
}
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.panel .panel-heading {
  background: linear-gradient(#EEE, #DDD);
  border-radius: 0;
  text-transform: uppercase;
}
.jumbotron {
  border-radius: 0 !important;
}
.btn {
  text-shadow: none;
  border-radius: 0;
}
.btn-primary {
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
}
.form-control {
  border-radius: 0;
}
.modal-content {
  border-radius: 0;
}

/** **************************************************
 *  Customs 
 */
li.newtab a:before {
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  float: right;
  margin-top: 3px;
  content: "\f24d";
  color: #CCC;
}
li.external a:before {
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  float: right;
  margin-top: 3px;
  content: "\f08e";
  color: #CCC;
}



/** **************************************************
 *  Topline
 */
#topline {
  height: 50px;
  line-height: 20px;
  color: #000;
  padding: 0;
  margin: 0;
  padding: 15px 10px 0;
}
#topline a {
  color: #000;
}
#topline a small {
  cursor: pointer;
}
#topline .dropdown-menu {
  border-radius: 0;
  min-width: auto;
  font-size: 12px;
}
#topline .language li a {
  background-color: #FFF;
  color: #333;
  cursor: pointer;
  padding: 5px 15px;
}
#topline .language li a:hover {
  background-color: #333;
  color: #FFF !important;
}
#topline  ul.buttons {
  margin-left: 5px;
}
#topline  ul.buttons li {
  border: 2px solid #000;
  margin-right: 5px;
  padding: 0;
}
#topline  ul.buttons li a {
  display: block;
  padding: 0;
  width: 24px;
  line-height: 20px;
  text-align: center;
}
#topline  ul.buttons li a:hover {
  
}
#topline ul.right > li {
  border-left: 1px solid rgba(0,0,0,0.2);
  margin-left: 10px;
  padding-left: 10px;
}
#topline ul.right > li:first-child {
  border-left: none;
}
#topline .dropdown-menu {
  left: -10px;
  top: 30px;
}



/** **************************************************
 *  Topmenü
 */
.affix,
.affix-top {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  z-index: 99;
  height: 80px;
  border-bottom: 4px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
}
.affix a,
.affix-top a {
  font-size: 14px;
  color: #EEE;
}

@media (min-width: 768px) {
  .affix,
  .affix-top {
    width: 750px;
  }
  .affix a,
  .affix-top a {
    font-size: 11px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .affix,
  .affix-top {
    width: 970px;
  }
  .affix a,
  .affix-top a {
    font-size: 12px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .affix,
  .affix-top {
    width: 1170px;
  }
  .affix a,
  .affix-top a {
    font-size: 14px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.affix-top {
  position: absolute;
}
.affix {
  top: 0;
}
.affix-top li > a {
  color: #EEE;
}
.affix-top li > a:hover,
.affix-top li > a:active {
  color: #FFF;
}

/* background with transition */
.affix  {
  background-color: #333;
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
}
.affix-top  {
  background-color: transparent;
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
  border-bottom: 4px solid transparent;
}
#noslider .affix-top  {
  background-color: #333;
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
}

/* mobile Version */
@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 28px;
    border-color: #FFF;
    border-radius: 0;
  }
  .affix .navbar-toggle .icon-bar,
  .affix-top .navbar-toggle .icon-bar {
    background-color: #EEE;
  }
  .navbar-collapse {
    margin-top: 9px;
    background-color: transparent;
  }
  .navbar-collapse ul.nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(200,200,200,0.5);
    background-color: rgba(0,0,0,0.95);
    text-align: center;
    color: #FFF;
  }
  .navbar-collapse ul.nav > li > a:hover {
    color: #FFF;
  }
}

/* overwrites */
.navbar {
  border-radius: 0;
}
.navbar-nav {
  padding: 0;
  margin: 0 -14px;
}
.navbar-brand {
  padding: 20px;
}
.navbar-brand img {
  height: 40px;
}
.nav a {
  color: #EEE;
  font-weight: bold;
  -webkit-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out;
  border-bottom: 4px solid transparent;
}
.nav a:hover {
  color: #FFF;
  border-bottom: 4px solid transparent;
  background-color: transparent;
}
.navbar-nav > li > a {
  line-height: 46px;
}
.dropdown-menu {
  border: 1px solid #CCC;
  border-radius: 0;
  /* background-color: rgba(0,0,0,0.85); */
  padding: 0;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: #FFF;
}

/* aktiver Menüpunkt Ebene 0 */
.nav li.active a {
  background-color: rgba(255,255,255,.1); /* #484848; */
}
/* aktiver Menüpunkt Ebene 0 - nur auf der Startseite wenn Topleiste zu sehen ist */
/*
#slider .affix-top .nav li.active a {
  background-color: rgba(255,255,255,0.1);
}
*/

/* Ebene 1 */
.nav li.active ul li a {
  background-color: #FFF;
  color: #000;
}

.dropdown-menu > li > a,
.dropdown-menu > li.active > a {
  border: none;
  color: #333;
  background-color: #FFF;
  padding: 5px;
}
.dropdown-menu > li > a:hover {
  color: #FFF;
  background-color: #444;
  border: none;
}
.nav li.active ul.dropdown-menu li.active a {
  color: #FFF;
}
.nav li.active ul.dropdown-menu li a,
.nav li.active ul.dropdown-menu li.active a,
.nav li.active ul.dropdown-menu li ul.dropdown-menu li a,
.nav li.active ul.dropdown-menu .open ul.dropdown-menu li a,
.nav li ul.dropdown-menu .open ul.dropdown-menu li a {
  background-color: #FFF;
  color: #333;
  border: none;
}
.nav li ul.dropdown-menu .open a,
.nav li.active ul.dropdown-menu li a:hover,
.nav li.active ul.dropdown-menu li ul.dropdown-menu li a:hover,
.nav li ul.dropdown-menu .open ul.dropdown-menu li a:hover,
.dropdown-menu > li > a:hover {
  background-color: #333;
  color: #FFF;
  border: none;
}
.nav li.active ul.dropdown-menu li.active ul.dropdown-menu li.active a {
  color: #FFF;
}

/** **************************************************
 *  Sublevel Dropdown menu
 */

.marginBottom-0 {
  margin-bottom: 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #FFF;
}



/** **************************************************
 *  Slideshow
 */
#slider_container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1200px;
  height: 600px;
  overflow: hidden;
  color: #FFF;
  font-size: 18px;
}
.slider_container_inline {
  cursor: move;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 1200px;
  height: 600px;
}

#slider_container h1 {
  font-size: 40px;
  text-transform: uppercase;
}

#slider .black_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
#slider_container .caption_header {
  position: absolute;
  top: 180px;
  left: 100px;
  width: 100%;
  height: 100px;
}
#slider_container .caption_body {
  position: absolute;
  top: 320px;
  left: 100px;
  width: 100%;
  height: 100px;
}
#slider_container .caption_footer {
  position: absolute;
  top: 400px;
  left: 100px;
  width: 100%;
  height: 100px;
}
#slider_container .btn {
  border-radius: 0 !important;
}
#slider_container .btn-transparent {
  background-color: rgba(255,255,255,0);
  color: #FFF;
  border: 2px solid #FFF;
}

@media (max-width: 767px) {
  #slider_container .caption_header { top: 220px; }
  #slider_container .caption_body { display: none; }
  #slider_container .caption_footer { top: 400px; }
  #slider_container h1 { font-size: 50px; }
  #slider_container .h1 { font-size: 50px; }
}
@media (max-width: 600px) {
  #slider_container .caption_header { top: 300px; }
  #slider_container .caption_body { display: none; }
  #slider_container .caption_footer { display: none; }
  #slider_container h1 { font-size: 60px; }
  #slider_container .h1 { font-size: 60px; }
  #topline .hide_xs { display: none; }
}



/** **************************************************
 *  keine Slideshow
 */
#noslider {
  height: 80px;
  background-color: transparent;
}



/** **************************************************
 *  Offline Counter 
 */

#countdown {
  margin: 30px 0;
}
#countdown div {
  width: 25%;
  float: left;
  padding: 5px;
}
@media (max-width: 600px) {
  #countdown div {
    width: 50%;
  }
}
#countdown div span {
  display: block;
  width: 100%;
  padding: 30px 0;
  background-color: rgba(0,0,0,0.5);
  font-size: 36px;
  line-height: 20px;
  border: 3px solid #999;
}
#countdown div span:hover {
  background-color: rgba(0,0,0,0.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#countdown div:after {
  margin: 20px;
}
#countdown div small {
  font-size: 14px;
  line-height: 14px;
  color: #999;
}



/** **************************************************
 *  Team 
 */
.teamblock {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #FFF;
  border: 3px solid #CCC;
  padding: 10px;
  margin-bottom: 20px;
}

.teamblock:hover img {
  -moz-transform: rotate(10deg); /* Firefox 3.6 Firefox 4 */
  -webkit-transform: rotate(10deg); /* Safari */
  -o-transform: rotate(10deg); /* Opera */
  -ms-transform: rotate(10deg); /* IE9 */
  transform: rotate(10deg); /* W3C */
  box-shadow: 5px 0 20px rgba(0,0,0,0.2), -5px 0 20px rgba(0,0,0,0.2);
}

.teamblock:hover a,
.teamblock:hover h3 {
  color: #FFF;
}



/** **************************************************
 *  Portfolio 
 */
.filtr-item {
  padding: 0;
}

.item-desc {
  background-color: rgba(0,0,0,0.5);
  color: white;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px 5px 10px;
  z-index: 1;
  bottom: 5px;
  left: 10px;
  right: 10px;
}
figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  margin: 0;
}
/*
.filtr-item figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1);
	transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.filtr-item figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
*/

figure {
    display: inline-block;
    background: transparent;
    border: 2px solid transparent;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
}
figure img {
  	-webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid;
}
figure:hover {
}
figure:hover img {
	  -webkit-filter: grayscale(0);
	  filter: grayscale(0);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .6;
    filter: alpha(opacity=60);
}


/* Filter controls */
.simplefilter {
  padding: 0;
  margin: 10px 0;
  display: inline-block;
}
.simplefilter li {
  color: white;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 3px;
}

.simplefilter li {
  background-color: transparent;
  border: 2px solid #666666;
  color: #666666;
}
.simplefilter li.active {
  background-color: #212121;
  color: #FFF;
}



/** **************************************************
 *  Customers 
 */
#customers .slide {
  padding: 20px 150px 80px;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
}

#customers .carousel-inner img {
  margin-right: 20px;
  height: 200px;
}

@media (max-width: 767px) {
  #customers .slide {
    padding: 20px 10px 80px;
    text-align: center;
  }

  #customers .carousel-inner img {
    margin-right: auto;
    margin-left: auto;
    float: none !important;
    height: 100px;
    text-align: center;
  }
}


/** **************************************************
 *  OWL Carousel 
 */
.owl-carousel div {

}
.owl-carousel img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}



/** **************************************************
 *  Responsive Menübar scroll
 */
@media (max-width: 767px) {
  .affix { 
    /* position: relative; */
  }
}


/** **************************************************
 *  Responsive Footerline
 */
@media (max-width: 991px) {
.copyright-line .text-right {
  text-align: center;
  }
}


/**
------------------------------------------------------
Design elements
------------------------------------------------------
*/
.margin-bottom-20 {
  margin-bottom: 20px;
}
.fw-bold {
  font-weight: bold;
}


/**
------------------------------------------------------
Default Style, overwriteable color
------------------------------------------------------
*/

/** **************************************************
 *  Allgemein
 */
.color {
  color: #33A6EE;
}
#topline {
  background-color: #33A6EE;
}
.underline {
  border-color: #33A6EE;
}
/** **************************************************
 *  Navbar
 */
/* Border Bottom Ebne 0 */
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #33A6EE;
}
/* aktiver Menüpunkt Ebebe 0 */
.nav li.active a {
  color: #33A6EE;
  border-color: #33A6EE;
}
/* aktiver Menüpunkt Ebene 1 */
.nav li.active ul.dropdown-menu li.active a {
  background-color: #33A6EE;
}
.nav li.active ul.dropdown-menu li.active ul.dropdown-menu li.active a {
  background-color: #33A6EE;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu {
  border-color: #33A6EE;
}
/* mobile Version */
@media (max-width: 767px) {
  .navbar-collapse ul.nav > li > a:hover {
    background-color: #33A6EE;
  }
}
/** **************************************************
 *  Overwrites
 */
a {
  color: #33A6EE;
}
a:hover,
a:focus {
  color: #128edc;
}
.text-primary {
  color: #33A6EE;
}
.bg-primary {
  background-color: #33A6EE;
}
.btn-primary {
  background-color: #33A6EE;
  border-color: #1b9cec;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #128edc;
  border-color: #1288d2;
}
#slider .btn-primary {
  border: 3px solid #1b9cec;
}
/** **************************************************
 *  Timer
 */
.timer {
  color: #33A6EE;
}
/** **************************************************
 *  Gallery
 */
figure:hover {
  background: #33A6EE;
  border: 2px solid #33A6EE;
}
.simplefilter li.active {
  background-color: #33A6EE;
  border-color: #1288d2;
}
.simplefilter li:hover {
  border-color: #33A6EE;
}
/** **************************************************
 *  Team
 */
.teamblock {
  border: 3px solid #33A6EE;
}
.teamblock h3 {
  color: #33A6EE;
}
.teamblock:hover {
  background-color: #33A6EE;
}
/** **************************************************
 *  Zitat
 */
section#quote {
  background-color: #33A6EE;
}



/**
------------------------------------------------------
Default Style, overwriteable background
------------------------------------------------------
*/

/** **************************************************
 *  Allgemein
 */
html,
body {
  background: url('../images/background/pattern1.png') repeat;
  background-attachment: fixed;
  background-color: #EEEEEE;
}



