﻿/* PLUGINS */
/********************
*****  Swiper
**********************/
@import url(/css/bootstrap.css);
/* line 8, 01_plugins/_plugins.scss */
.swiper-container {
  width: 100%;
  height: 100%; }

/* line 12, 01_plugins/_plugins.scss */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

/* BASE */
/* line 26, 02_base/_base.scss */
body {
  font-family: "aktiv-grotesk",sans-serif;
  font-size: 18px;
  position: relative;
  overflow-x: hidden;
  background-color: #EEE; }

/* line 37, 02_base/_base.scss */
body,
html {
  height: 100%;
  width: 100%; }

/* line 43, 02_base/_base.scss */
.wrapper.header {
  margin: 0; }

/* line 48, 02_base/_base.scss */
.navbar-brand > img {
  display: block;
  padding: 10px 0px; }

/* line 53, 02_base/_base.scss */
a {
  color: #333;
  text-decoration: none; }

/* line 58, 02_base/_base.scss */
a:hover, a:focus {
  color: #d3841e;
  text-decoration: none; }

/* line 63, 02_base/_base.scss */
hr {
  margin-top: 20px;
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
  margin-left: 15px;
  margin-right: 15px; }

/* line 70, 02_base/_base.scss */
img {
  opacity: 0.95; }

/* line 73, 02_base/_base.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent; }

/* line 77, 02_base/_base.scss */
section.second {
  max-width: 1600px;
  margin: auto; }

/* line 82, 02_base/_base.scss */
.label-default {
  background-color: #d3841e; }

/* line 86, 02_base/_base.scss */
.label {
  display: inline;
  padding: 10px;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }

/* line 99, 02_base/_base.scss */
.hinweis {
  font-size: 12px; }

/* line 105, 02_base/_base.scss */
.navbar {
  z-index: 999; }

/* line 108, 02_base/_base.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent; }

/* line 112, 02_base/_base.scss */
.navbar-default {
  background-color: #f5f5f5;
  border-color: transparent; }

/* line 117, 02_base/_base.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 15px 15px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: transparent;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 0px; }

/* line 130, 02_base/_base.scss */
.navbar-default .navbar-nav > li > a {
  color: #333;
  font-weight: 700;
  padding: 10px 15px 10px; }

/* line 137, 02_base/_base.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #d3841e;
  background-color: transparent; }

/* line 143, 02_base/_base.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* line 166, 02_base/_base.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 15px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

/*---------- Footer Navigation ------------------------------------------------------*/
/* line 179, 02_base/_base.scss */
#footernav ul {
  margin: 0;
  padding: 0;
  width: 185px;
  list-style-type: none; }

/* line 187, 02_base/_base.scss */
ul#footernav {
  margin-top: 0px;
  margin-bottom: 35px; }

/* line 192, 02_base/_base.scss */
#footernav {
  text-align: left;
  padding: 0px; }

/* line 197, 02_base/_base.scss */
#footernav li {
  list-style-type: none;
  text-align: left;
  line-height: 1.2; }

/* line 204, 02_base/_base.scss */
#footernav li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  display: block; }

/* line 215, 02_base/_base.scss */
#footernav li a:hover {
  color: #d3841e; }

/* line 225, 02_base/_base.scss */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

/* line 235, 02_base/_base.scss */
.thumbnail {
  padding: 0px;
  border-radius: 0px;
  border: none;
  background-color: #f5f5f5; }

/*.wrapper{
    max-width: 1600px;
	margin: auto;
 
}*/
/* line 248, 02_base/_base.scss */
.wrapper {
  margin: 0;
  padding: 0px; }

@media (min-width: 768px) {
  /* line 257, 02_base/_base.scss */
  .wrapper {
    margin: 0 10%;
    padding: 0px; }

  /* line 262, 02_base/_base.scss */
  #navbar {
    float: right;
    padding-right: 0px; }

  /* line 267, 02_base/_base.scss */
  .navbar-default {
    background-color: transparent;
    border-color: transparent; }

  /* line 272, 02_base/_base.scss */
  .navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 700;
    padding: 35px 5px 34px;
    font-size: 16px; } }
@media (min-width: 900px) {
  /* line 284, 02_base/_base.scss */
  .navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 700;
    padding: 35px 15px 34px;
    letter-spacing: 1px; } }
@media (min-width: 1200px) {
  /* line 293, 02_base/_base.scss */
  .wrapper.header {
    margin: 0 10%; } }
/* LAYOUT */
/* line 4, 03_layout/_home.scss */
.caption.teaser {
  min-height: auto; }

/* line 8, 03_layout/_home.scss */
.caption.projekte h1 {
  font-size: 45px;
  font-weight: 700; }

/* line 13, 03_layout/_home.scss */
.teaser a.btn.btn-default {
  position: absolute;
  bottom: 50px;
  right: 50px; }

/* line 19, 03_layout/_home.scss */
.wrapper.counter {
  padding: 0px 0px;
  text-align: center; }

@media (max-width: 767px) {
  /* line 26, 03_layout/_home.scss */
  .caption.projekte {
    padding: 0 15px; }

  /* line 30, 03_layout/_home.scss */
  .caption.teaser {
    min-height: auto;
    text-align: center; } }
@media (min-width: 768px) {
  /* line 38, 03_layout/_home.scss */
  .caption.teaser {
    min-height: 320px; } }
@media (min-width: 991px) {
  /* line 48, 03_layout/_home.scss */
  .caption.teaser {
    min-height: 250px; } }
@media (min-width: 1400px) {
  /* line 57, 03_layout/_home.scss */
  .caption.teaser {
    min-height: 230px; } }
/* line 2, 03_layout/_header.scss */
header {
  background: rgba(245, 245, 245, 0.9);
  height: 90px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%; }

/* line 11, 03_layout/_header.scss */
.nav-up {
  top: -90px; }

/* Scss Document */
/* line 3, 03_layout/_typo.scss */
h2 {
  font-size: 24px;
  font-weight: 300; }

/* line 8, 03_layout/_typo.scss */
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0px; }

/* line 13, 03_layout/_typo.scss */
h4 {
  font-weight: 700; }

/* line 17, 03_layout/_typo.scss */
.hero h1 {
  font-size: 36px;
  font-weight: 700; }

/* line 21, 03_layout/_typo.scss */
.teaser h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0;
  padding: 0 15px; }

/* line 29, 03_layout/_typo.scss */
.caption.projekte h1 {
  font-size: 35px;
  font-weight: 700; }

/* line 34, 03_layout/_typo.scss */
.wrapper.counter h1 {
  font-size: 28px;
  font-weight: 700; }

/* line 40, 03_layout/_typo.scss */
.row.projekt h1 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0px;
  padding: 0px; }

/* line 47, 03_layout/_typo.scss */
.row.projekt h4 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 60px;
  padding: 0px; }

/* line 55, 03_layout/_typo.scss */
.row.mitarbeiter h4 {
  font-weight: 700; }

@media (min-width: 768px) {
  /* line 62, 03_layout/_typo.scss */
  .teaser h1 {
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    margin: 1.0em 0 0.5em;
    padding: 0 15px; }

  /* line 71, 03_layout/_typo.scss */
  h1.teaser {
    font-weight: 700; }

  /* line 77, 03_layout/_typo.scss */
  h2 {
    font-size: 40px;
    font-weight: 300; }

  /* line 81, 03_layout/_typo.scss */
  h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px; } }
@media (min-width: 992px) {
  /* line 90, 03_layout/_typo.scss */
  .teaser h1 {
    font-size: 85px; }

  /* line 94, 03_layout/_typo.scss */
  .hero h1 {
    font-size: 50px;
    font-weight: 700;
    padding: 30px 0px 0px; } }
/* Scss Document */
/* line 3, 03_layout/_layout.scss */
article .caption {
  padding: 50px;
  color: #333;
  background-color: #fff;
  display: inline-block; }

/* line 10, 03_layout/_layout.scss */
.wrapper.top.clearfix {
  margin: 150px 15px 0px; }

/* line 14, 03_layout/_layout.scss */
section.projekt {
  margin: 100px 0px; }

/* line 18, 03_layout/_layout.scss */
.wrapper.projekte {
  background-color: #fff; }

/* line 23, 03_layout/_layout.scss */
.thumbnail .caption {
  padding: 50px;
  color: #333;
  background-color: #fff; }

/********************
*****Hero Titel
**********************/
/* line 34, 03_layout/_layout.scss */
.hero.unternehmen {
  margin-top: 150px;
  padding: 0 15px; }

/* line 39, 03_layout/_layout.scss */
.row.hero {
  text-align: center;
  color: #333;
  margin: 120px 0px 0px;
  padding-bottom: 10px;
  /*	border-bottom: 1px solid #ccc;*/ }

/* line 48, 03_layout/_layout.scss */
.parallax_unternehmen {
  /* The image used */
  background-image: url(../../images/unternehmen/u12.jpg);
  /* Set a specific height */
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 768px) {
  /* line 61, 03_layout/_layout.scss */
  .wrapper.top.clearfix {
    margin: 150px 10% 0px; }

  /* line 65, 03_layout/_layout.scss */
  .parallax_unternehmen {
    height: 750px; }

  /* line 69, 03_layout/_layout.scss */
  .caption.teaser.unternehmen {
    min-height: 450px;
    text-align: left; }

  /********************
  *****Referenzen
  **********************/
  /* line 79, 03_layout/_layout.scss */
  .pb {
    padding-bottom: 20px; } }
@media (min-width: 992px) {
  /* line 88, 03_layout/_layout.scss */
  .row.hero {
    padding-bottom: 0px; }

  /* line 92, 03_layout/_layout.scss */
  .caption.teaser.unternehmen {
    min-height: 370px;
    text-align: left; }

  /* line 98, 03_layout/_layout.scss */
  .caption.teaser {
    min-height: 300px; } }
@media (min-width: 1600px) {
  /* line 105, 03_layout/_layout.scss */
  .parallax_unternehmen {
    height: 1100px; }

  /* line 110, 03_layout/_layout.scss */
  .caption.teaser.unternehmen {
    min-height: 250px;
    text-align: left; } }
/* Scss Document */
/*E-COMMERCE
------------------------------------------*/
/* line 5, 03_layout/_ecommerce.scss */
table.productTable td {
  padding: 15px; }

/* line 9, 03_layout/_ecommerce.scss */
.shop-product-large h1 {
  color: #333;
  font-size: 36px;
  font-weight: 700; }

/* line 15, 03_layout/_ecommerce.scss */
.shop-main .breadcrumbs {
  float: left;
  width: 40%;
  padding-left: 20px; }

/* line 20, 03_layout/_ecommerce.scss */
td.cartSummaryItem {
  padding-right: 15px; }

/* line 23, 03_layout/_ecommerce.scss */
.produktname {
  text-align: center;
  min-height: 45px; }

/* line 27, 03_layout/_ecommerce.scss */
.shop-main .description li {
  list-style: square;
  font-size: 16px; }

/* line 31, 03_layout/_ecommerce.scss */
.image {
  text-align: center; }

/* line 39, 03_layout/_ecommerce.scss */
.shop-catalogue {
  background: #fff;
  border: 0px solid #eee;
  float: left;
  height: auto;
  margin: 0 6px 6px 0;
  overflow: hidden;
  width: auto; }

/* line 49, 03_layout/_ecommerce.scss */
.shop-product-large {
  background: #fff;
  border: 0px solid #eee;
  color: #333;
  margin: 0 0 18px;
  min-width: 240px;
  overflow: hidden; }

/* line 58, 03_layout/_ecommerce.scss */
.catalogue {
  border-bottom: 0px; }

/* line 62, 03_layout/_ecommerce.scss */
table.cart {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
  font-size: 16px;
  width: 100%; }

/* line 71, 03_layout/_ecommerce.scss */
table.cart a {
  color: #333; }

/* line 75, 03_layout/_ecommerce.scss */
.productitemcell {
  height: auto;
  line-height: 20px;
  margin: 0 0 3px 0;
  overflow: hidden;
  padding: 5px; }

/* line 83, 03_layout/_ecommerce.scss */
table.cart th {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: left; }

/* line 92, 03_layout/_ecommerce.scss */
#catCartDetails {
  margin-top: 20px; }

/* line 96, 03_layout/_ecommerce.scss */
.productSmall .productItem, .productSmall .productItemLast {
  width: 100% !important;
  float: left;
  /*min-height:250px;*/ }

/* line 104, 03_layout/_ecommerce.scss */
.shop-product-small {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #eee;
  color: #333;
  margin: 5px; }

/* line 113, 03_layout/_ecommerce.scss */
.shop-img-small {
  margin-bottom: 20px; }

/* line 117, 03_layout/_ecommerce.scss */
.shop-img-small a img {
  width: 90%;
  background-position: center; }

/* line 123, 03_layout/_ecommerce.scss */
td .shop-product-small {
  overflow: hidden;
  background: #fff;
  border: 0px solid #ddd;
  color: #333;
  margin: 0px;
  text-align: center; }

/* line 132, 03_layout/_ecommerce.scss */
.shop-product-small h5 {
  font-size: 16px;
  /* font-weight: bold; */
  margin: 0;
  padding: 18px 18px 18px; }

/* line 138, 03_layout/_ecommerce.scss */
.shop-product-small h5 {
  font-weight: normal;
  margin: 0;
  min-height: 80px;
  background-color: #f5f5f5;
  border-bottom: 0px solid #eee; }

/* line 148, 03_layout/_ecommerce.scss */
.shop-product-small h5 a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-weight: 700; }

/* line 154, 03_layout/_ecommerce.scss */
.shop-product-small h5 {
  padding: 18px; }

/* line 157, 03_layout/_ecommerce.scss */
.shop-product-small h5 a:hover {
  color: #d3841e;
  padding: 0px 5px; }

/* line 163, 03_layout/_ecommerce.scss */
.description h3 {
  color: #333;
  padding: 10px 0px; }

/* line 167, 03_layout/_ecommerce.scss */
.description h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700; }

/* line 174, 03_layout/_ecommerce.scss */
.description hr {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  border: 0;
  border-top: 1px solid #333; }

/* line 182, 03_layout/_ecommerce.scss */
.shop-catalogue h4 a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700; }

/* line 189, 03_layout/_ecommerce.scss */
.breadcrumbs a {
  color: #333; }

/* line 193, 03_layout/_ecommerce.scss */
.shop-product-large .image img {
  max-width: 450px;
  height: auto !important;
  text-align: center;
  margin: 20px 0 0; }

/* line 202, 03_layout/_ecommerce.scss */
.shop-product-large .image {
  margin-left: 0%;
  min-height: 360px;
  height: auto !important;
  height: 360px;
  padding: 18px;
  text-align: center; }

/* line 211, 03_layout/_ecommerce.scss */
.poplets {
  border-top: 0px solid #eee;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0px; }

/* line 218, 03_layout/_ecommerce.scss */
table.productPoplets {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px; }

/* line 227, 03_layout/_ecommerce.scss */
td.productPopletsItem {
  padding-right: 10px;
  padding-left: 10px; }

/* line 232, 03_layout/_ecommerce.scss */
h3.ml {
  padding-left: 15px;
  font-weight: 700; }

/* line 237, 03_layout/_ecommerce.scss */
table.productTable .shop-img-small a img {
  width: 80%;
  background-position: center;
  margin: 20px 0 0;
  opacity: 1.0; }

/* line 244, 03_layout/_ecommerce.scss */
table.productTable .shop-img-small a:hover img {
  width: 80%;
  background-position: center;
  margin-bottom: 0px;
  opacity: 0.6; }

/* line 251, 03_layout/_ecommerce.scss */
.shop-product-large .details {
  background: #fff;
  float: left;
  min-height: auto;
  height: auto !important;
  height: 360px;
  padding: 50px;
  width: 100%; }

/* line 261, 03_layout/_ecommerce.scss */
.back a {
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  padding: 15px;
  float: right; }

/* line 269, 03_layout/_ecommerce.scss */
.back {
  display: flow-root; }

@media (min-width: 414px) {
  /* line 275, 03_layout/_ecommerce.scss */
  .productSmall .productItem, .productSmall .productItemLast {
    width: 50% !important; } }
@media (max-width: 991px) {
  /* line 285, 03_layout/_ecommerce.scss */
  .image img, .image a img {
    width: 100%; }

  /* line 293, 03_layout/_ecommerce.scss */
  .shop-product-large .image {
    margin-left: 0%;
    /* min-height: 360px; */
    height: auto !important;
    /* height: 360px; */
    padding: 0px;
    text-align: center; } }
@media (min-width: 992px) {
  /*----------ECommerce---------------------------------*/
  /* line 313, 03_layout/_ecommerce.scss */
  .shop-product-large .details {
    background: #fff;
    float: left;
    min-height: 515px;
    height: auto !important;
    /* height: 360px;*/
    padding: 50px 0px 50px 50px;
    width: 45%; }

  /* line 323, 03_layout/_ecommerce.scss */
  .shop-product-large .image {
    margin-left: 46%;
    /*min-height: 360px;*/
    height: auto !important;
    /*height: 360px;*/
    padding: 0px;
    text-align: center; } }
@media (min-width: 992px) {
  /* line 338, 03_layout/_ecommerce.scss */
  .productSmall .productItem, .productSmall .productItemLast {
    width: 25% !important; } }
@media (min-width: 1200px) {
  /* line 346, 03_layout/_ecommerce.scss */
  .productSmall .productItem, .productSmall .productItemLast {
    width: 25% !important; } }
/* MODULES */
/********************
*****Buttons
**********************/
/* line 7, 04_modules/_modules.scss */
.btn {
  border-radius: 0px; }

/* line 11, 04_modules/_modules.scss */
.btn-primary, a.btn-primary {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 0px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #d3841e;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

/* line 33, 04_modules/_modules.scss */
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #333;
  border-color: #333; }

/* line 39, 04_modules/_modules.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333; }

/* line 45, 04_modules/_modules.scss */
a.btn-default {
  color: #333;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

/********************
*****Teaser - Thumbnails
**********************/
/* line 73, 04_modules/_modules.scss */
.caption.teaser > a.btn-primary {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 0px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #d3841e;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

/* line 96, 04_modules/_modules.scss */
.caption.teaser > a:hover,
.caption.teaser > a:active {
  color: #fff;
  background: #333;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }

/********************
*****SYSTEM-DETAIL BUTTON
**********************/
/* line 111, 04_modules/_modules.scss */
.caption.systeme > h3 a {
  color: #333;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px; }

/* line 117, 04_modules/_modules.scss */
.caption.systeme > a:hover,
.caption.systeme > a:active {
  color: #fff; }

/********************
*****Slider
**********************/
/* line 131, 04_modules/_modules.scss */
.bs-slider {
  overflow: hidden;
  max-height: 70%;
  position: relative;
  background: #f5f5f5; }

/* line 138, 04_modules/_modules.scss */
.bs-slider.unternehmen {
  overflow: hidden;
  max-height: 850px;
  position: relative;
  background: #f5f5f5; }

/* line 144, 04_modules/_modules.scss */
.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/* line 148, 04_modules/_modules.scss */
.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

/* line 152, 04_modules/_modules.scss */
.bs-slider .bs-slider-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); }

/* line 159, 04_modules/_modules.scss */
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  height: 100%;
  background-position: center top;
  background-size: cover; }

/* line 168, 04_modules/_modules.scss */
.carousel-inner > .item {
  height: 350px; }

/* line 172, 04_modules/_modules.scss */
.fill.ref {
  height: 350px; }

/********************
*****Slide effect
**********************/
/* line 179, 04_modules/_modules.scss */
.fade {
  opacity: 1; }

/* line 182, 04_modules/_modules.scss */
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s; }

/* line 196, 04_modules/_modules.scss */
.fade .item:first-child {
  top: auto;
  position: relative; }

/* line 200, 04_modules/_modules.scss */
.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s; }

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
/* line 212, 04_modules/_modules.scss */
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 47px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px; }

/* line 233, 04_modules/_modules.scss */
.control-round:hover .carousel-control {
  opacity: 1; }

/* line 236, 04_modules/_modules.scss */
.control-round .carousel-control.left {
  padding-right: 4px;
  left: 1%; }

/* line 240, 04_modules/_modules.scss */
.control-round .carousel-control.right {
  padding-left: 4px;
  right: 1%; }

/* line 244, 04_modules/_modules.scss */
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent; }

/* line 250, 04_modules/_modules.scss */
.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%; }

/* line 253, 04_modules/_modules.scss */
.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%; }

/*---------- INDICATORS CONTROL ----------*/
/* line 259, 04_modules/_modules.scss */
.indicators-line > .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap; }

/* line 274, 04_modules/_modules.scss */
.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer; }

/* line 294, 04_modules/_modules.scss */
.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0; }

/* line 297, 04_modules/_modules.scss */
.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

/* line 312, 04_modules/_modules.scss */
.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

/*---------- SLIDE CAPTION ----------*/
/* line 331, 04_modules/_modules.scss */
.slide_style_left {
  text-align: left !important; }

/* line 334, 04_modules/_modules.scss */
.slide_style_right {
  text-align: right !important; }

/* line 337, 04_modules/_modules.scss */
.slide_style_center {
  text-align: center !important; }

/* line 341, 04_modules/_modules.scss */
.slide-text {
  left: 0;
  top: 40%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px; }

/* line 353, 04_modules/_modules.scss */
.slide-text > h1 {
  padding: 0;
  color: #fff;
  font-size: 110px;
  font-weight: 700;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

/* line 367, 04_modules/_modules.scss */
.slide-text > p {
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

/* line 378, 04_modules/_modules.scss */
.slide-text > a.btn-default {
  color: #333;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

/* line 397, 04_modules/_modules.scss */
.slide-text > a.btn-primary {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #d3841e;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

/* line 418, 04_modules/_modules.scss */
.slide-text > a:hover,
.slide-text > a:active {
  color: #fff;
  background: #333;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }

/*------------------------------------------------------*/
/* BLOG
/*------------------------------------------------------*/
/* line 431, 04_modules/_modules.scss */
.featuredimg-full {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  float: left;
  margin: 90px 0px 50px; }

/*------------------------------------------------------*/
/* PHOTOGALERIE
/*------------------------------------------------------*/
/* line 444, 04_modules/_modules.scss */
#outerImageContainer {
  max-width: 90%;
  overflow: hidden;
  height: auto !important;
  font-size: 0 !important; }

/* line 451, 04_modules/_modules.scss */
#imageDataContainer {
  max-width: 90%;
  overflow: hidden; }

/* line 456, 04_modules/_modules.scss */
#lightboxImage {
  max-width: 100%; }

/*------------------------------------------------------*/
/* E-COMMERCE
/*------------------------------------------------------*/
/* line 465, 04_modules/_modules.scss */
ul.productList.productSmall {
  list-style-type: none; }

/* line 469, 04_modules/_modules.scss */
.referenzen img {
  width: 100%; }

/* line 473, 04_modules/_modules.scss */
.referenzen h3 {
  padding-left: 30px; }

/*------------------------------------------------------*/
/* COUNTER BOX
/*------------------------------------------------------*/
/* line 480, 04_modules/_modules.scss */
.counter.dark {
  color: #fff;
  text-align: center;
  margin: 50px 0px 80px;
  padding: 30px 0px; }

/* line 491, 04_modules/_modules.scss */
span.counter-value {
  display: block;
  font-size: 60px;
  font-weight: 700; }

/* line 497, 04_modules/_modules.scss */
.counter-Txt {
  font-size: 16px; }

/*------------------------------------------------------*/
/* WEBFORM
/*------------------------------------------------------*/
/* line 508, 04_modules/_modules.scss */
.cat_textbox, .cat_listbox, .cat_dropdown, .cat_listbox {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px; }

/* line 514, 04_modules/_modules.scss */
span.req {
  color: #d3841e;
  font-size: 16px; }

/* line 519, 04_modules/_modules.scss */
.call {
  background-color: #f5f5f5;
  padding: 15px;
  margin: 10px 0px 50px;
  min-height: 150px; }
  
  input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
}

#IsDataUsingAllowed {
    float: left;
    width: auto;
    margin-right: 20px;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 991px) {
  /* line 532, 04_modules/_modules.scss */
  .bs-slider {
    overflow: hidden;
    max-height: 600px;
    position: relative;
    background: #000000; }

  /* line 539, 04_modules/_modules.scss */
  .slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px; }

  /* line 551, 04_modules/_modules.scss */
  .slide-text h1 {
    font-size: 110px;
    line-height: 60px;
    margin-bottom: 20px; }

  /* line 556, 04_modules/_modules.scss */
  .slide-text > p {
    font-size: 24px; }

  /* line 561, 04_modules/_modules.scss */
  .fill.ref {
    height: 600px; } }
/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
  /* line 570, 04_modules/_modules.scss */
  .bs-slider {
    margin-top: 90px; }

  /* line 574, 04_modules/_modules.scss */
  .slide-text {
    padding: 10px 50px; }

  /* line 577, 04_modules/_modules.scss */
  .slide-text h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px; }

  /* line 582, 04_modules/_modules.scss */
  .slide-text > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }

  /* line 587, 04_modules/_modules.scss */
  .control-round .carousel-control {
    display: none; }

  /* line 591, 04_modules/_modules.scss */
  .indicators-line > .carousel-indicators {
    display: none; } }
/*---------- MEDIA 480px ----------*/
@media (max-width: 480px) {
  /* line 600, 04_modules/_modules.scss */
  .slide-text {
    padding: 10px 30px; }

  /* line 603, 04_modules/_modules.scss */
  .slide-text h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 5px; }

  /* line 608, 04_modules/_modules.scss */
  .slide-text > p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px; }

  /* line 613, 04_modules/_modules.scss */
  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
    display: none; }

  /* line 622, 04_modules/_modules.scss */
  .indicators-line > .carousel-indicators {
    display: none; } }
/* line 629, 04_modules/_modules.scss */
footer {
  margin: 50px 0px; }

@media (min-width: 768px) {
  /* line 634, 04_modules/_modules.scss */
  .teaser a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #d3841e;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

  /* line 659, 04_modules/_modules.scss */
  a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #d3841e;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

  /* line 680, 04_modules/_modules.scss */
  .carousel-inner > .item {
    height: 700px; }

  /* line 684, 04_modules/_modules.scss */
  .fill.ref {
    height: 700px; }

  /*---------- BLOG HERO IMAGE ----------*/
  /* line 693, 04_modules/_modules.scss */
  .featuredimg-full {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    float: left;
    margin: 0px 0px 50px; }

  /*------------------------------------------------------*/
  /* E-COMMERCE
  /*------------------------------------------------------*/
  /* line 708, 04_modules/_modules.scss */
  .referenzen h3 {
    padding-left: 0px; } }
@media (min-width: 1200px) {
  /* line 717, 04_modules/_modules.scss */
  .call {
    padding: 35px; }

  /* line 723, 04_modules/_modules.scss */
  .carousel-inner > .item {
    height: 800px; } }
@media (min-width: 1200px) and (min-width: 1600px) {
  /* line 729, 04_modules/_modules.scss */
  .carousel-inner > .item {
    height: 1300px; }

  /* line 733, 04_modules/_modules.scss */
  .featuredimg-full {
    width: 100%;
    height: 1300px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    float: left;
    margin: 0px 0px 50px; }

  /* line 744, 04_modules/_modules.scss */
  .fill.ref {
    height: 1300px; } }

/*# sourceMappingURL=app.css.map */
