/* line 5, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 23, ../sass/style.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 27, ../sass/style.scss */
body {
  /* Margin bottom by footer height */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  counter-reset: step-counter;
}

/* line 32, ../sass/style.scss */
.bg-primary {
  background-color: white !important;
}

/* line 35, ../sass/style.scss */
.jumbotron {
  background-color: rgba(255, 255, 255, 0);
  color: #222;
  margin-bottom: 0;
}

/* line 40, ../sass/style.scss */
.navbar {
  padding: 0;
  background-color: white;
  height: 163px;
  transition: height 0.3s;
}
/* line 43, ../sass/style.scss */
.navbar .navbar-brand {
  margin-top: 0.5em;
  margin-left: 1em;
  padding: 0;
  transform: scale(1);
  transition: transform 0.5s;
}

/* line 54, ../sass/style.scss */
.navbar-toggler:focus {
  outline: none;
}

/* line 58, ../sass/style.scss */
.navbar-collapse {
  margin-top: 0;
  padding-right: 1em;
  background: #fff;
}

/* line 64, ../sass/style.scss */
.navbar-toggler {
  margin-top: 0;
  margin-right: 1em;
  background: #fff;
}

/* line 70, ../sass/style.scss */
.navbar-scroll {
  height: 100px;
  margin-top: 0 !important;
  transition: height 0.3s;
}
/* line 74, ../sass/style.scss */
.navbar-scroll .navbar-brand {
  transform: scale(0.5);
  transition: transform 0.5s;
}
/* line 78, ../sass/style.scss */
.navbar-scroll.navbar-collapse-show {
  height: 163px;
  transition: height 0.3s;
}
/* line 81, ../sass/style.scss */
.navbar-scroll.navbar-collapse-show .navbar-brand {
  transform: scale(1);
  transition: transform 0.5s;
}

/* line 87, ../sass/style.scss */
.nav-item {
  text-transform: uppercase;
  font-size: 0.9em;
}
/* line 89, ../sass/style.scss */
.nav-item a.active {
  display: inline-block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
}

@media all and (max-width: 768px) {
  /* line 96, ../sass/style.scss */
  .navbar {
    background-color: white !important;
  }

  /* line 97, ../sass/style.scss */
  .navbar-nav {
    text-align: right;
  }
}
/* line 102, ../sass/style.scss */
.fixedIcons {
  position: fixed;
  right: 0;
  bottom: 1em;
  z-index: 99999;
  display: table-cell;
  vertical-align: middle;
}
/* line 109, ../sass/style.scss */
.fixedIcons img {
  display: inline;
  vertical-align: middle;
}
/* line 113, ../sass/style.scss */
.fixedIcons span {
  display: none;
}
@media (min-width: 740px) {
  /* line 113, ../sass/style.scss */
  .fixedIcons span {
    display: inline;
    vertical-align: middle;
    margin-right: 1em;
    font-size: 0.85rem;
    font-weight: lighter;
  }
}
/* line 123, ../sass/style.scss */
.fixedIcons a {
  color: #222;
  margin: 0 0.5em;
}
@media all and (min-width: 750px) {
  /* line 102, ../sass/style.scss */
  .fixedIcons {
    top: 7px;
    bottom: auto;
  }
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
/* line 136, ../sass/style.scss */
.parallax-container {
  max-width: 750px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  /* line 136, ../sass/style.scss */
  .parallax-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 136, ../sass/style.scss */
  .parallax-container {
    max-width: 1170px;
  }
}

/* ============================================================
  SECTIONS
============================================================ */
/* line 151, ../sass/style.scss */
section.module:last-child {
  margin-bottom: 0;
}

/* line 154, ../sass/style.scss */
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}

/* line 159, ../sass/style.scss */
section.module p {
  margin-bottom: 40px;
  font-weight: 300;
}

/* line 163, ../sass/style.scss */
section.module p:last-child {
  margin-bottom: 0;
}

/* line 166, ../sass/style.scss */
section.module.content {
  padding: 40px 0;
  background-color: #fff;
  font-weight: lighter;
  line-height: 2em;
}
/* line 171, ../sass/style.scss */
section.module.content h1 {
  font-size: 3rem;
  margin-bottom: 1em;
  line-height: 3rem;
}
/* line 176, ../sass/style.scss */
section.module.content h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.4em;
}
/* line 181, ../sass/style.scss */
section.module.content h4 {
  font-size: 1.8rem;
  margin-bottom: 0.2em;
}
/* line 185, ../sass/style.scss */
section.module.content p {
  font-size: 0.95rem;
  margin-bottom: 0.1em;
}
/* line 189, ../sass/style.scss */
section.module.content strong {
  font-weight: 600;
}
/* line 192, ../sass/style.scss */
section.module.content .ce_tile {
  padding-right: 3em;
  padding-top: 2em;
}
/* line 195, ../sass/style.scss */
section.module.content .ce_tile img {
  display: block;
  margin: 0 auto 1em auto;
}
@media screen and (max-width: 767px) {
  /* line 192, ../sass/style.scss */
  section.module.content .ce_tile {
    padding: 0 0 2em 0;
  }
}
/* line 204, ../sass/style.scss */
section.module.content .section-competence .ce_tile {
  text-align: center;
}

/* line 209, ../sass/style.scss */
section.module.content:last-child {
  margin-bottom: 60px;
}

/* line 212, ../sass/style.scss */
section.module.parallax {
  max-height: 600px;
}

/* line 215, ../sass/style.scss */
section.module.parallax h1 {
  color: #1e1e1e;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}

/* line 220, ../sass/style.scss */
section.module.parallax-1 {
  background-image: url("../img/Fenster_2.jpg");
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 150px 0;
  background-size: cover;
}
@media all and (min-width: 960px) {
  /* line 220, ../sass/style.scss */
  section.module.parallax-1 {
    padding: 200px 0;
    min-height: 700px;
  }
}
@media all and (min-width: 750px) {
  /* line 220, ../sass/style.scss */
  section.module.parallax-1 {
    background-repeat: repeat;
  }
}

/* line 236, ../sass/style.scss */
section.module.parallax-2 {
  background-image: url("../img/Fenster_4.jpg");
  background-position: 35% 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
}
@media all and (min-width: 750px) {
  /* line 236, ../sass/style.scss */
  section.module.parallax-2 {
    background-repeat: repeat;
  }
}
/* line 247, ../sass/style.scss */
section.module.parallax-2 h1, section.module.parallax-2 p.lead {
  color: white !important;
  text-shadow: 0 0 10px  #1e1e1e !important;
}

/* line 252, ../sass/style.scss */
section.module.parallax-3 {
  background-image: url("../img/eingang.jpg");
  background-position: 35% 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
}
@media all and (min-width: 750px) {
  /* line 252, ../sass/style.scss */
  section.module.parallax-3 {
    background-repeat: repeat;
  }
}

/* line 263, ../sass/style.scss */
section.module.parallax-4 {
  background-image: url("../img/jalousie.jpg");
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0;
}
@media all and (min-width: 750px) {
  /* line 263, ../sass/style.scss */
  section.module.parallax-4 {
    background-repeat: repeat;
  }
}
/* line 273, ../sass/style.scss */
section.module.parallax-4 h1, section.module.parallax-4 p.lead {
  color: white !important;
  text-shadow: 0 0 10px  #1e1e1e !important;
}

section.module.parallax-weitere-produkte {
  background-image: url("../img/Alujalousie.jpg");
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0;
}
@media all and (min-width: 750px) {
  /* line 263, ../sass/style.scss */
  section.module.parallax-weitere-produkte {
    background-repeat: repeat;
  }
}
/* line 273, ../sass/style.scss */
section.module.parallax-weitere-produkte h1, section.module.parallax-weitere-produkte p.lead {
  color: white !important;
  text-shadow: 0 0 10px  #1e1e1e !important;
}

/* line 278, ../sass/style.scss */
section.module.parallax-5 {
  background-image: url("../img/sicherheit.jpg");
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0;
}
@media all and (min-width: 750px) {
  /* line 278, ../sass/style.scss */
  section.module.parallax-5 {
    background-repeat: repeat;
  }
}
/* line 288, ../sass/style.scss */
section.module.parallax-5 h1, section.module.parallax-5 p.lead {
  color: white !important;
  text-shadow: 0 0 10px  #1e1e1e !important;
}

/* line 294, ../sass/style.scss */
section.module.parallax-6 {
  background-image: url("../img/glas.jpg");
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0;
}
@media all and (min-width: 750px) {
  /* line 294, ../sass/style.scss */
  section.module.parallax-6 {
    background-repeat: repeat;
  }
}
/* line 304, ../sass/style.scss */
section.module.parallax-6 h1, section.module.parallax-6 p.lead {
  color: white !important;
  text-shadow: 0 0 10px  #1e1e1e !important;
}

/* line 309, ../sass/style.scss */
section.module.parallax-7 {
  background-image: url("../img/mago_glas_und_fensterbau.jpg");
  background-position: 35% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 350px 0;
}
@media all and (min-width: 750px) {
  /* line 309, ../sass/style.scss */
  section.module.parallax-7 {
    background-repeat: repeat;
  }
}
/* line 319, ../sass/style.scss */
section.module.parallax-7 h1, section.module.parallax-7 p.lead {
  color: white !important;
  text-shadow: 0 0 10px  #1e1e1e !important;
}

/* line 324, ../sass/style.scss */
section.module.parallax-10 {
  background-image: url("../img/Fenster_2.jpg");
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;
  background-size: cover;
}
@media all and (min-width: 750px) {
  /* line 324, ../sass/style.scss */
  section.module.parallax-10 {
    background-repeat: repeat;
  }
}

@media all and (min-width: 600px) {
  /* line 337, ../sass/style.scss */
  section.module h2 {
    font-size: 42px;
  }

  /* line 340, ../sass/style.scss */
  section.module p {
    font-size: 20px;
  }
  /* line 342, ../sass/style.scss */
  section.module p.lead {
    font-size: 32px;
  }

  /* line 347, ../sass/style.scss */
  section.module.parallax h1 {
    font-size: 48px;
  }
}
@media all and (min-width: 960px) {
  /* line 352, ../sass/style.scss */
  section.module.parallax h1 {
    font-size: 72px;
  }
}
/* line 357, ../sass/style.scss */
.section-competence {
  background: rgba(215, 210, 218, 0.4);
  padding: 2em;
}

/* listen */
/* line 364, ../sass/style.scss */
ol.ce_list > li {
  padding: 13px 0;
  border-bottom: 1px solid #BBB;
  position: relative;
  counter-increment: step-counter;
}
/* line 369, ../sass/style.scss */
ol.ce_list > li::before {
  color: #6F7144;
  content: "0" counter(step-counter,decimal);
  display: inline-block;
  font-size: 1.75rem;
  font-style: italic;
  font-family: times;
  line-height: 1;
  text-align: center;
  width: 50px;
}
/* line 382, ../sass/style.scss */
ol.ce_list.last > li::before {
  content: counter(step-counter,decimal);
}

/*footer*/
/* line 390, ../sass/style.scss */
.footer {
  width: 100%;
  background-color: #6F93C1;
  line-height: 1.5em;
  color: #fff;
  padding-bottom: 1em;
}
/* line 397, ../sass/style.scss */
.footer .ce_tile {
  padding-top: 1em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  /* line 397, ../sass/style.scss */
  .footer .ce_tile {
    padding-left: 0;
  }
}
/* line 405, ../sass/style.scss */
.footer .map-container {
  padding: 1em 0 !important;
}
@media screen and (max-width: 767px) {
  /* line 405, ../sass/style.scss */
  .footer .map-container {
    padding: 0 !important;
  }
}
/* line 411, ../sass/style.scss */
.footer #map-container, .footer #map {
  height: 250px;
}
/* line 415, ../sass/style.scss */
.footer .container-fluid {
  height: auto;
  margin: 0 auto;
  max-width: 750px;
}
@media (min-width: 992px) {
  /* line 415, ../sass/style.scss */
  .footer .container-fluid {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 415, ../sass/style.scss */
  .footer .container-fluid {
    max-width: 1170px;
  }
}
/* line 425, ../sass/style.scss */
.footer .container-fluid a {
  display: inline-block;
  color: #fff;
  padding-left: 0;
}
/* line 430, ../sass/style.scss */
.footer .container-fluid p {
  display: inline-block;
}
/* line 433, ../sass/style.scss */
.footer .container-fluid h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.4em;
}
/* line 438, ../sass/style.scss */
.footer .container-fluid h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.4em;
}
/* line 443, ../sass/style.scss */
.footer .container-fluid dd, .footer .container-fluid dt {
  font-size: 0.95rem;
  font-weight: lighter;
}
/* line 447, ../sass/style.scss */
.footer .container-fluid dt {
  float: left;
  clear: left;
  width: 80px;
}
/* line 452, ../sass/style.scss */
.footer .container-fluid dt:after {
  content: ':';
}
/* line 455, ../sass/style.scss */
.footer .container-fluid dd {
  margin: 0 0 0 90px;
}
/* line 458, ../sass/style.scss */
.footer .container-fluid p {
  font-size: 0.95rem;
  font-weight: lighter;
  margin-bottom: 0.1em;
}

/* line 466, ../sass/style.scss */
.datenschutz p, .datenschutz ul {
  font-size: 0.9em !important;
}
/* line 470, ../sass/style.scss */
.datenschutz h4 {
  font-size: 1.4em !important;
}
/* line 474, ../sass/style.scss */
.datenschutz h5 {
  font-size: 1.2em;
  margin-top: 0.5em;
  line-height: 2em;
}
/* line 480, ../sass/style.scss */
.datenschutz ul {
  list-style: circle;
  margin-left: 1.2em;
}
