/** **************************************************
 *  Allgemein
 */
html,
body {
  height: 100%;
}
body {
  background-color: #161616;
  color: #EEEEEE;
}
.wrapper {
  background-color: #EEEEEE;
  color: #222;
}
h1.big,
h2.big {
  font-size: 150%;
}
hr.divider {
  border: none;
  height: 0;
  width: 50px;
  margin: 10px auto 30px auto;
  padding: 0;
}
/** **************************************************
 *  Sections
 */
section {
  padding: 90px 0 40px 0;
}
.section-title {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.section-subtitle {
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
  .section-subtitle {
    font-size: 18px;
  }
}
.content-section,
.error-section {
  background-color: #EEEEEE;
  background-image: url("../images/polygon.png");
  color: #333333;
}
.about-section {
  background-color: #EEEEEE;
  background-image: url("../images/polygon.png");
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #222222;
}
.contact-section {
  background-color: #EEEEEE;
  background-image: url("../images/bg-contact.jpg");
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #222222;
}
.customers-section {
  background-color: #222222;
  background-image: url("../images/bg-customers.jpg");
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #eeeeee;
}
.projects-section {
  background-color: #BBBBBB;
  background-image: url("../images/polygon.png");
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #222222;
}
.service-section {
  background-color: #222222;
  background-image: url("../images/bg-services.jpg");
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #eeeeee;
}
.quote-section {
  background-image: url("../images/polygon.png");
  color: #FFFFFF;
  font-size: 30px;
  padding: 60px;
}
@media (max-width: 992px) {
  .quote-section {
    font-size: 18px;
    padding: 40px;
  }
}
.bg-white {
  background-color: #EEEEEE;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.bg-black {
  background-color: #222222;
  color: #EEEEEE;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.projects-section {
  width: 100%;
  display: inline-block;
}
.gmap-section {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #222;
}
.footer-section {
  clear: both;
  margin: 0;
  padding: 0;
  background-color: #222;
  color: #eee;
}
.footer-section .footer-top {
  background-color: #1C1C1C;
  border-top: 1px solid #2D2D2D;
  padding: 20px 0;
}
.footer-section .footer-bottom {
  background-color: #161616;
  border-top: 1px solid #2D2D2D;
  padding: 20px 0;
}
.footer-section h3 {
  border-bottom: 1px solid #2D2D2D;
  padding: 5px;
}
.footer-section .social-icons li a {
  width: 60px;
  margin-bottom: 10px;
}
.footer-section img.marker {
  padding: 10px 20px 20px;
}
.footer-section ul.submenu li a {
  text-decoration: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 4px 10px;
  margin: 3px 0;
  text-align: left;
  color: #999;
  border-left: 5px solid #999999;
}
.footer-section ul.submenu li a.active,
.footer-section ul.submenu li a:active,
.footer-section ul.submenu li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
@media (max-width: 480px) {
  /* smartphone */
  .footer-section .block {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* tablet */
  .footer-section ul.submenu li a {
    text-align: center;
    border-right: 5px solid #999999;
  }
  .footer-section img.marker {
    display: none;
  }
}
@media (min-width: 992px) {
  /* desktop */
  .footer-section ul.submenu li a {
    text-align: left;
  }
}
.powered::before {
  content: "-";
  margin: 0;
  padding: 0 5px 0 0 ;
}
.customers-section .height100 {
  height: 100%;
}
.customers-section .customers-item {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 30px;
  padding: 20px 50px;
}
.customers-section img.customers {
  float: left;
  margin: 20px 20px 20px 0;
  width: 150px;
  height: 150px;
}
img.about {
  margin: 0 30px 10px 0;
  float: left;
}
@media (max-width: 767px) {
  img.about {
    width: 100%;
    margin: 0 0 10px 0;
    clear: both;
  }
}
.error-section h1 {
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -3px;
}
/** **************************************************
 *  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;
}
.map {
  position: relative;
  padding-bottom: 450px;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/** **************************************************
 *  Preloader
 */
#jpreOverlay {
  background-color: #111111;
}
#jpreLoader {
  width: 100%;
  height: 5px;
}
#jprePercentage {
  color: #ccc;
  font-weight: bold;
  text-align: center;
  top: -100px;
  position: absolute;
  font-size: 60px;
}
/** **************************************************
 *  phpContact
 */
span.captcha {
  padding: 0;
  margin: 0;
}
img.captcha {
  height: 40px;
  width: 125px;
}
label.receiver {
  font-weight: normal;
  color: #999;
  display: inline;
}
.b4yf_errorfeld {
  border-color: #FAA;
  background-color: #F2DEDE;
}
#b4yf_reloadblock {
  display: none;
}
/** **************************************************
 *  Besucherzähler
 */
#visitors {
  font-size: 0.8em;
  color: #999;
}
/** **************************************************
 *  Offline - Footer
 */
#offline .intro-text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 150%;
}
#offline .adminlogin {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
}
#offline .adminlogin h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 0.9em;
}
#offline .adminlogin #login {
  max-width: 280px;
  margin: 0 auto;
}
/* kleiner als 768px */
@media (max-width: 768px) {
  #offline .adminlogin {
    max-width: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.offline-footer {
  font-size: 15px;
  color: #BBBBBB;
  min-height: 65px;
  padding: 5px;
  margin: 0;
  background-color: #111111;
  text-align: center;
}
/** **************************************************
 *  Navbar
 */
.navbar.navbar-fixed-top {
  position: relative;
  margin: 0;
  border: 0;
  height: 71px;
  background-color: #111111;
  border-bottom: 1px solid #444444;
}
.navbar.navbar-fixed-top .navbar-container {
  background-color: #111111;
}
.navbar.navbar-fixed-top .navbar-brand {
  font-size: 28px;
  font-weight: 700;
  color: #a1a1a1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 65px;
  line-height: 65px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar.navbar-fixed-top .navbar-nav > li > a {
  padding-top: 0px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #a1a1a1;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #111111;
  transition: background-color 0.5s ease;
  height: 65px;
  line-height: 65px;
}
.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
  background-color: #060606;
  transition: background-color 0.5s ease;
  color: #ffffff;
}
.navbar.navbar-fixed-top .navbar-nav > li > a:focus {
  background-color: #060606;
  transition: background-color 0.5s ease;
  color: #a1a1a1;
}
.navbar.navbar-fixed-top .navbar-nav > li.active a,
.navbar.navbar-fixed-top .navbar-nav > li.active a:hover {
  transition: color 0.5s ease;
}
.navbar.navbar-fixed-top .navbar-toggle {
  border-radius: 3px;
  margin-top: 18px;
}
.navbar.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar.navbar-fixed-top .navbar-collapse {
  border: 0;
}
@media (max-width: 991px) {
  .navbar.navbar-fixed-top .navbar-nav > li > a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.center-menu .navbar-nav {
    float: none;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-fixed-top.center-menu .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
/** **************************************************
 *  intro
 */
section.intro {
  background-image: url("../../../files/images/about/bg-intro.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 5;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  section.intro {
    height: calc(100% - 65px);
  }
}
section.intro::before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
section.intro .pattern-overlay {
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 15;
}
section.intro .intro-body {
  display: table-cell;
  padding: 80px 30px;
  position: relative;
  vertical-align: middle;
  z-index: 15;
}
@media (min-width: 480px) {
  section.intro .intro-body {
    padding: 100px 50px;
  }
}
@media (min-width: 768px) {
  section.intro .intro-body {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  section.intro .intro-body {
    padding: 0 80px;
  }
}
section.intro .intro-body .intro-text {
  color: rgba(255, 255, 255, 0.9);
}
section.intro .intro-body .intro-text h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3px;
}
section.intro .intro-body .intro-text h1.big {
  font-size: 60px;
}
@media (min-width: 480px) {
  section.intro .intro-body .intro-text h1.big {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  section.intro .intro-body .intro-text h1.big {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  section.intro .intro-body .intro-text h1.big {
    font-size: 120px;
  }
}
img.logo {
  position: ablolute;
  top: 50px;
  left: 50px;
  width: 150px;
  height: 150px;
}
/** **************************************************
 *  Fotogalerie
 */
section.projects-section .col-lg-2,
section.projects-section .col-md-3,
section.projects-section .col-sm-4 section.projects-section .col-lg-3,
section.projects-section .col-md-4,
section.projects-section .col-sm-6 {
  margin: 0 !important;
  padding: 0 !important;
}
.imglist img.border-bottom {
  margin: 0;
  padding: 0;
}
.imglist {
  margin: 2px;
  padding: 2px;
  border: 1px solid #222;
}
.picdesc {
  background-color: #222;
  height: 60px;
  margin: -5px 0 0 0;
  padding: 15px 5px 5px 5px;
  color: #FFF;
  text-align: center;
}
section.projects-section .projects-gallery {
  padding: 45px;
}
@media (max-width: 992px) {
  section.projects-section .projects-gallery {
    padding: 25px;
  }
}
section.projects-section .project-item {
  background: #fff none repeat scroll 0 0;
  cursor: pointer;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
section.projects-section .hover {
  color: #fff;
  height: 80%;
  left: 10%;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 10%;
  transform: translateY(20px);
  transition: all 0.4s ease-out 0s;
  width: 80%;
  z-index: 2;
  overflow: hidden;
}
section.projects-section .project-item:hover .hover {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-out 0s;
}
section.projects-section .hover::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
section.projects-section .hover h3 {
  bottom: 50%;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  margin: 0 0 10px;
  position: absolute;
  width: 100%;
}
section.projects-section .hover h3::after {
  background: #fff none repeat scroll 0 0;
  bottom: -13px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 25px;
}
section.projects-section .hover p {
  font-size: 16px;
  font-style: italic;
  line-height: 21px;
  margin: 10px 0 0;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 10px;
}
/** **************************************************
 *  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;
}
.navbar {
  border-radius: 0;
  z-index: 1000;
}
.navbar-brand {
  padding: 20px;
}
.navbar-brand img {
  height: 40px;
  width: 40px;
}
.nav a {
  color: #444;
  font-weight: bold;
}
.nav a:hover {
  background-color: #000000 !important;
  color: #FFF;
}
.nav li.active a {
  color: #FFF;
  border: none;
}
.nav li.active ul.dropdown-menu li a {
  background-color: #FFF;
  color: #444;
}
.nav li.active ul.dropdown-menu li.active a {
  color: #FFF !important;
}
.navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-nav {
  text-align: center;
}
.jumbotron {
  border-radius: 0 !important;
}
a:hover,
a:focus {
  outline: none;
}
.bg-primary {
  color: #ffffff;
}
.btn-primary {
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control {
  opacity: 1;
  text-shadow: none;
}
.carousel-control:focus,
.carousel-control:hover {
  opacity: 1;
}
/** **************************************************
 *  Kontaktformular
 */
#success,
#error {
  display: none;
}
#contact_form input.error,
#contact_form textarea.error {
  border-color: #a94442;
}
#contact_form label.error {
  color: #a94442;
}
/** **************************************************
 *  Sidebarmenu
 */
#sidebar-wrapper.toggled {
  right: 0;
}
#sidebar-wrapper {
  color: #EEE;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: -250px;
  width: 249px;
  height: 100%;
  margin-left: 250px;
  overflow-x: hidden;
  background-color: rgba(10, 10, 10, 0.9);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 1px solid #000;
}
#sidebar-wrapper ul {
  margin: 0;
  padding: 0;
  clear: both;
}
#sidebar-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
}
#sidebar-wrapper li a {
  padding: 10px 20px;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
}
#sidebar-wrapper .navbar-brand {
  background-color: #111111;
  border-bottom: 1px solid #444444;
  font-size: 28px;
  font-weight: 700;
  color: #a1a1a1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 71px;
  line-height: 65px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}
#sidebar-wrapper .sidebar-close-button {
  position: absolute;
  top: 20px;
  left: 200px;
}
#sidebar-wrapper .dropdown-menu {
  background-clip: padding-box;
  background-color: #222;
  border: 0;
  border-radius: 0;
  width: 100%;
}
#sidebar-wrapper .menucontent {
  padding: 20px;
}
#sidebar-wrapper li.withchilds a:after {
  border-color: #cccccc transparent transparent !important;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
#sidebar-wrapper li.withoutchilds a:after {
  border: none;
}
/** **************************************************
 *  Sublevel Dropdown menu
 */
.marginBottom-0 {
  margin-bottom: 0;
}
.dropdown-menu,
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  /* top: 0; */
  /* left: 100%; */
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > a:after {
  border-top-color: #555;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #000;
}
/** **************************************************
 *  Checkbox Style
 */
.checkbox {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 6px;
  min-height: 46px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px 35px;
}
.error {
  font-weight: bold !important;
}
.agree1 {
  font-size: 16px;
  padding-left: 10px !important;
}
#agree-error {
  padding-top: -10px;
}
.checkbox-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.checkbox-success {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.margin-bottom-10 {
  margin-bottom: 10px;
}