@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
img[src*=".svg"] {
  width: 100% \9; }

@media screen and (min-width: 0\0) {
  img[src*=".svg"] {
    width: 100%; } }
:focus {
  outline: none; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul {
  margin: 0;
  padding: 0 !important; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

::-moz-selection {
  background: #000;
  color: #FFF;
  text-shadow: none; }

::selection {
  background: #000;
  color: #FFF;
  text-shadow: none; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/***********************************************/
/* MAIN Divs                                 */
/***********************************************/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  width: 100%;
  height: 100%; }

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 1.4rem;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%; }

#landingWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100% !important;
  padding: 0;
  margin: 0;
  background-color: #f6f6f6; }

/************************************************************************************
HEADER
*************************************************************************************/
header {
  position: fixed;
  top: 0px;
  bottom: auto;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  z-index: 15;
  background-color: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

#contactMenu {
  width: 25px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  left: 5%;
  top: 15px; }

#contactIcon {
  width: 100%;
  height: 100%; }

#logoHolder {
  width: 150px;
  height: 65px;
  position: absolute;
  cursor: pointer;
  left: 44.5%; }

#logo {
  width: 100%;
  height: 100%; }

#navMenu {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 7px; }

button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  margin: 0; }
  button span {
    display: block; }

/* ====================== lines button ==================================================*/
.lines-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 5px;
  border-radius: 4.2857142857px;
  /* */ }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    -webkit-transition: 0;
    transition: 0; }

.lines {
  display: inline-block;
  width: 30px;
  height: 4.2857142857px;
  background: #3F6E9A;
  border-radius: 2.1428571429px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 30px;
    height: 4.2857142857px;
    background: #3F6E9A;
    border-radius: 2.1428571429px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 0;
    content: '';
    -webkit-transform-origin: 2.1428571429px center;
    -ms-transform-origin: 2.1428571429px center;
        transform-origin: 2.1428571429px center; }
  .lines:before {
    top: 8px; }
  .lines:after {
    top: -8px; }

.lines-button:hover .lines:before {
  top: 8.5714285714px; }
.lines-button:hover .lines:after {
  top: -8.5714285714px; }

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  width: 14.2857142857px; }
.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
  top: 8px; }
.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
  top: -8px; }

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
  top: 0;
  width: 30px; }

/************************************************************************************
NAVIGATION
*************************************************************************************/
#nav {
  background-color: #101010; }

#nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  display: inline-block; }

#nav li {
  position: relative;
  float: left;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  color: #B2B2B2;
  width: 85%;
  padding-left: 15%;
  line-height: 50px; }

#nav li a {
  color: #B2B2B2; }

#nav li a.active {
  color: #FFF;
  font-weight: 700; }

#SMIcon {
  position: relative;
  width: 85%;
  padding-left: 15%;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 40px; }

.SMIcons {
  height: 18px; }

.partnerLinks {
  position: relative;
  width: 85%;
  padding-left: 15%;
  display: inline-block;
  margin-top: 10px; }

.quadrat {
  height: 30px; }

.innoerrex {
  height: 20px; }

/************************************************************************************
LANDINGPAGE
*************************************************************************************/
#slideshow {
  position: relative;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100% !important;
  padding: 0;
  margin: 0;
  background-color: #000000; }

.flexslider, .flex-viewport {
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0;
  zoom: 1;
  height: 100% !important; }

.flexslider ul {
  margin: 0;
  padding: 0; }

.flexslider .slides {
  height: 100% !important;
  list-style: none; }

.flexslider .slides li {
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0;
  background-size: cover !important;
  display: none; }

.slides:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 100% !important; }

.no-js .slides > li:first-child {
  display: block; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 10%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0; }

.flex-direction-nav .flex-prev {
  left: 5%;
  background-image: url(../img/nav-l.png);
  background-image: url(../img/nav-l.svg), none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30% 30%; }

.flex-direction-nav .flex-next {
  right: 5%;
  background-image: url(../img/nav-r.png);
  background-image: url(../img/nav-r.svg), none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30% 30%; }

.flex-prev:hover {
  opacity: 1; }

.flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/************************************************************************************
CONTENT
*************************************************************************************/
a {
  color: #000000;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6rem;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 36px; }

.titelHolder {
  margin-bottom: 30px;
  display: block;
  width: 100%; }

.subTitelHolder {
  margin-bottom: 20px;
  display: block;
  width: 100%; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: 700;
  margin: 0; }

#contentWrapper {
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #f6f6f6;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  padding-bottom: 30px; }

#contentHolder {
  width: 90%;
  position: relative;
  left: 5%;
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 30px;
  display: inline-block; }

.sectionStyle {
  width: 45%;
  position: relative;
  float: left;
  margin-right: 10%;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 26px; }

.sectionStyle:nth-child(2n) {
  margin-right: 0; }

.sectionStyleWide {
  width: 100%;
  position: relative;
  float: left;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 26px; }

.contentTxt {
  margin-top: 30px;
  display: block;
  padding: 0; }

#picHolderEnbloc {
  width: 100%;
  margin-top: 30px; }
  #picHolderEnbloc img {
    max-height: 100%;
    max-width: 100%; }

/************************************************************************************
Preisliste
*************************************************************************************/
#prHolder {
  width: 1400px;
  position: relative;
  margin: 50px auto;
  padding-top: 60px;
  padding-bottom: 30px; }

.sectionPreislisteTop {
  width: 45%;
  position: relative;
  float: left;
  margin-right: 10%;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 50px; }

.sectionPreislisteDownload {
  width: 45%;
  position: relative;
  float: left;
  margin: 0;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 50px; }

.pdfIcon {
  width: auto;
  height: 50px;
  position: relative;
  float: left;
  padding-right: 50px;
  font-style: normal;
  background-image: url(../img/pdf.png);
  background-image: url(../img/pdf.svg), none;
  background-size: 42px;
  background-repeat: no-repeat; }

.pdfDownload {
  display: block;
  line-height: 50px;
  color: #3f6e9a;
  font-weight: 700; }

.preislisteHolder {
  position: relative;
  float: left;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  background-color: #FFF;
  border: solid 1px #3f6e9a; }

.preislisteHolder:last-child {
  margin-bottom: 60px; }

.artikelBild {
  position: relative;
  float: left;
  margin: 0;
  padding: 2%;
  width: 41%;
  text-align: center; }

.artikelData {
  position: relative;
  float: left;
  margin: 0;
  padding: 2%;
  width: 46%;
  height: 100%;
  margin-left: 3%; }

.artikelTitel {
  display: block;
  line-height: 24px;
  color: #3f6e9a;
  font-weight: 700;
  font-size: 2.4rem;
  font-size: 24px;
  margin-bottom: 15px;
  width: 100%; }

.artikelText {
  display: block;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 26px; }

.artikelPDF {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px; }

.artikelPreis {
  display: block;
  line-height: 18px;
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  font-size: 18px;
  margin-top: 15px;
  width: 100%; }

/************************************************************************************
AGB
*************************************************************************************/
.agbTxt {
  position: relative;
  display: inline-block;
  margin-bottom: 50px; }

.agb-list {
  position: relative;
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
  margin-left: 25px;
  margin-top: 15px; }

.agb-list li {
  margin-bottom: 16px; }

/************************************************************************************
KONTAKT
*************************************************************************************/
.mapHolder {
  position: relative;
  width: 100%;
  height: 500px;
  display: block;
  margin-top: 50px; }

.kontaktIcons {
  margin-right: 15px; }

/************************************************************************************
FOOTER
*************************************************************************************/
footer {
  position: relative;
  float: left;
  height: 120px;
  width: 100%;
  z-index: 10;
  background-color: #1C1C1C; }

#footerWrapper {
  position: relative;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: #B2B2B2;
  font-size: 1.8rem;
  font-size: 18px;
  margin-top: 45px; }

#footerWrapperSM {
  display: none; }

#footerWrapper a {
  color: #B2B2B2;
  text-decoration: none; }

#footerWrapper a:hover {
  color: #FFF; }

.footerIcons {
  margin-right: 10px;
  margin-left: 30px; }

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block;
  zoom: 1; }

/************************************************************************************
PRINT
************************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
