@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,300);
/* line 17, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/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, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Users/patrick/Desktop/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 15, ../scss/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../scss/main.scss */
strong {
  font-weight: 600;
}

/* line 23, ../scss/main.scss */
body {
  font-family: "Ubuntu", Arial, Tahoma, Helvetica, Sans-Serif;
  font-weight: 400;
  font-size: 14px;
}

/* line 28, ../scss/main.scss */
body.thin_font {
  font-weight: 300 !important;
}
/* line 30, ../scss/main.scss */
body.thin_font h2, body.thin_font h3, body.thin_font h4, body.thin_font h5, body.thin_font p, body.thin_font a, body.thin_font div {
  font-weight: 300 !important;
}

/* line 34, ../scss/main.scss */
h1, h2, h3, h4, h5, #getting-started {
  font-family: "Ubuntu", Arial, Tahoma, Helvetica, Sans-Serif;
  font-weight: 500;
}

/* line 38, ../scss/main.scss */
#getting-started {
  position: absolute;
  top: 27%;
  width: 210px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
/* line 45, ../scss/main.scss */
#getting-started .countdown {
  color: #6e6e6e;
  font-size: 30px;
  margin-right: 20px;
  padding: 10px 15px;
  background: white;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 5px 0 rgba(25, 25, 25, 0.15);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.15);
  /* WebKit */
  -moz-box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.15);
  /* Firefox */
  box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.15);
  /* Standard */
  overflow: hidden;
}
/* line 58, ../scss/main.scss */
#getting-started .countdown.first {
  width: 210px;
}
/* line 61, ../scss/main.scss */
#getting-started .countdown.second {
  clear: both;
  margin-top: 20px;
  margin-right: 0;
  width: 210px;
}
/* line 67, ../scss/main.scss */
#getting-started .countdown.third {
  clear: both;
  margin-top: 20px;
  width: 210px;
}
/* line 72, ../scss/main.scss */
#getting-started .countdown.fourth {
  clear: both;
  margin-top: 20px;
  margin-right: 0;
  width: 210px;
}

/* line 79, ../scss/main.scss */
.rechtliches {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
/* line 83, ../scss/main.scss */
.rechtliches a {
  color: #fff;
}

/* line 87, ../scss/main.scss */
h1 {
  font-size: 36px;
  color: #191919;
}

/* line 91, ../scss/main.scss */
h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
  padding-bottom: 20px;
  color: #fff;
}

/* line 98, ../scss/main.scss */
h2.small {
  padding: 0;
  text-shadow: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

/* line 108, ../scss/main.scss */
.withoutMaxWidth h2.small {
  padding: 70px 0 0;
}

/* line 112, ../scss/main.scss */
h3.second_line {
  font-weight: normal;
}

/* line 115, ../scss/main.scss */
h4 {
  line-height: 32px;
}

/* line 118, ../scss/main.scss */
.float_left {
  float: left;
}

/* line 121, ../scss/main.scss */
.float_right {
  float: right;
}

/* line 124, ../scss/main.scss */
.full_width {
  width: 100%;
}

/* line 127, ../scss/main.scss */
.center_text {
  text-align: center;
}

/* line 130, ../scss/main.scss */
.left_text {
  text-align: left;
}

/* line 133, ../scss/main.scss */
.with_icon ~ p {
  clear: both;
}

/* line 136, ../scss/main.scss */
img.mobile_margin {
  margin-bottom: 40px;
}

/* line 139, ../scss/main.scss */
.width_20 {
  width: 100%;
}

/* line 142, ../scss/main.scss */
.width_30 {
  width: 30%;
}

/* line 145, ../scss/main.scss */
.width_40 {
  width: 100%;
}

/* line 148, ../scss/main.scss */
.width_60 {
  width: 100%;
}

/* line 151, ../scss/main.scss */
.width_70 {
  width: 70%;
}

/* line 154, ../scss/main.scss */
.width_80 {
  width: 100%;
}

/* line 157, ../scss/main.scss */
.padding_left_20 {
  padding-left: 20px;
}

/* line 160, ../scss/main.scss */
.padding_left_40 {
  padding-left: 40px;
}

/* line 163, ../scss/main.scss */
.left_padding.inner_text {
  padding: 0;
}

/* line 166, ../scss/main.scss */
.right_padding.inner_text {
  padding: 0;
}

@media screen and (min-width: 725px) {
  /* line 170, ../scss/main.scss */
  h2 {
    font-size: 60px;
  }

  /* line 173, ../scss/main.scss */
  img.mobile_margin {
    margin: 0;
  }

  /* line 176, ../scss/main.scss */
  .left_padding.inner_text {
    padding-left: 20px;
  }

  /* line 179, ../scss/main.scss */
  .right_padding.inner_text {
    padding-right: 20px;
  }

  /* line 182, ../scss/main.scss */
  .width_20 {
    width: 20%;
  }

  /* line 185, ../scss/main.scss */
  .width_40 {
    width: 40%;
  }

  /* line 188, ../scss/main.scss */
  .width_50 {
    width: 50%;
  }

  /* line 191, ../scss/main.scss */
  .width_60 {
    width: 60%;
  }

  /* line 194, ../scss/main.scss */
  .width_80 {
    width: 80%;
  }

  /* line 197, ../scss/main.scss */
  #getting-started {
    top: 40%;
    width: 450px;
    margin-left: -225px;
    text-align: left;
  }
  /* line 202, ../scss/main.scss */
  #getting-started .countdown.second {
    clear: none;
    float: right;
    margin-top: 0;
  }
  /* line 207, ../scss/main.scss */
  #getting-started .countdown.third {
    clear: both;
  }
  /* line 210, ../scss/main.scss */
  #getting-started .countdown.fourth {
    clear: none;
    float: right;
  }
}
@media screen and (min-width: 1000px) {
  /* line 217, ../scss/main.scss */
  h2 {
    font-size: 60px;
  }

  /* line 220, ../scss/main.scss */
  #getting-started {
    top: 50%;
    width: 800px;
    margin-left: -369px;
  }
  /* line 224, ../scss/main.scss */
  #getting-started .countdown.first {
    width: 140px;
  }
  /* line 227, ../scss/main.scss */
  #getting-started .countdown.second {
    float: left;
    width: 188px;
    margin-right: 20px;
  }
  /* line 232, ../scss/main.scss */
  #getting-started .countdown.third {
    clear: none;
    margin-top: 0;
    width: 189px;
  }
  /* line 237, ../scss/main.scss */
  #getting-started .countdown.fourth {
    margin-top: 0;
    float: left;
    width: 209px;
  }
}
/* line 244, ../scss/main.scss */
h3 {
  font-size: 18px;
  line-height: 110%;
}

/* line 248, ../scss/main.scss */
h4 {
  font-size: 24px;
}

/* line 251, ../scss/main.scss */
strong {
  font-weight: bold;
}

/* line 254, ../scss/main.scss */
a {
  text-decoration: none;
  color: #009ee0;
}

/* line 258, ../scss/main.scss */
a:hover {
  color: #7fceef;
}

/* line 261, ../scss/main.scss */
.default {
  color: #fff;
  line-height: 18px;
}
/* line 264, ../scss/main.scss */
.default a {
  color: #fff;
}
/* line 267, ../scss/main.scss */
.default a:hover {
  color: #222222;
}

/* Preloader */
/* line 2, ../scss/_preload.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white url("../img/logo_black.svg") 50% 40% no-repeat;
  background-size: 85px 62px;
  z-index: 999;
  /* makes sure it stays on top */
}

/* line 12, ../scss/_preload.scss */
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* line 1, ../scss/_grid.scss */
header {
  height: 62px;
  width: 100%;
  position: fixed;
  top: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  z-index: 50;
  padding: 12px 35px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.25);
  /* WebKit */
  -moz-box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.25);
  /* Firefox */
  box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.25);
  /* Standard */
}

/* line 14, ../scss/_grid.scss */
#logo {
  float: left;
  text-indent: -9999px;
  width: 85px;
  height: 62px;
  margin-top: 3px;
  background: url("../img/logo_black.svg") 0 5px no-repeat;
}

@media screen\0 {
  /* line 24, ../scss/_grid.scss */
  #logo {
    margin-top: -15px;
  }
}
/* line 29, ../scss/_grid.scss */
section {
  clear: both;
  float: left;
  padding: 100px 0;
  width: 100%;
  position: relative;
}

/* line 36, ../scss/_grid.scss */
section + section {
  background: #fff;
}

/* line 39, ../scss/_grid.scss */
section.maxWidth {
  padding: 50px 35px !important;
}

/* line 42, ../scss/_grid.scss */
section.maxWidth.noSectionPadding {
  padding: 0 !important;
}

/* line 45, ../scss/_grid.scss */
section.withoutMaxWidth {
  padding: 0;
}

/* line 48, ../scss/_grid.scss */
section.maxWidth > div {
  max-width: 1140px;
  margin: 0 auto;
}

/* line 54, ../scss/_grid.scss */
section > div h2 {
  padding-top: 125px;
}

/* line 58, ../scss/_grid.scss */
section + section.weiss, .content.weiss {
  background: #fff;
  color: #222222 !important;
}
/* line 61, ../scss/_grid.scss */
section + section.weiss h2, section + section.weiss h2.small, section + section.weiss h3, section + section.weiss h4, section + section.weiss h5, section + section.weiss a, section + section.weiss p, section + section.weiss .teaser_text.center p, section + section.weiss ul, section + section.weiss ul li, .content.weiss h2, .content.weiss h2.small, .content.weiss h3, .content.weiss h4, .content.weiss h5, .content.weiss a, .content.weiss p, .content.weiss .teaser_text.center p, .content.weiss ul, .content.weiss ul li {
  color: #222222 !important;
}
/* line 65, ../scss/_grid.scss */
section + section.weiss .address div, section + section.weiss .address p, section + section.weiss .address a, section + section.weiss .address h2, section + section.weiss .address h3, .content.weiss .address div, .content.weiss .address p, .content.weiss .address a, .content.weiss .address h2, .content.weiss .address h3 {
  color: white !important;
}
/* line 70, ../scss/_grid.scss */
section + section.weiss .schwerpunkte_div h2, .content.weiss .schwerpunkte_div h2 {
  text-shadow: none;
  color: #222222;
}

/* line 76, ../scss/_grid.scss */
section.schwarz, .content.schwarz {
  background: #222222;
  color: white !important;
}
/* line 79, ../scss/_grid.scss */
section.schwarz h2, section.schwarz h2.small, section.schwarz h3, section.schwarz h4, section.schwarz h5, section.schwarz a, section.schwarz p, section.schwarz .teaser_text.centerp, section.schwarz ul, section.schwarz ul li, section.schwarz .akt_art, .content.schwarz h2, .content.schwarz h2.small, .content.schwarz h3, .content.schwarz h4, .content.schwarz h5, .content.schwarz a, .content.schwarz p, .content.schwarz .teaser_text.centerp, .content.schwarz ul, .content.schwarz ul li, .content.schwarz .akt_art {
  color: white !important;
}

/* line 83, ../scss/_grid.scss */
section.blau, .content.blau {
  background: #009ee0;
  color: #fff;
}
/* line 86, ../scss/_grid.scss */
section.blau h2, section.blau h2.small, section.blau h3, section.blau h4, section.blau h5, section.blau a, section.blau p, section.blau .teaser_text.centerp, section.blau ul, section.blau ul li, section.blau .akt_art, .content.blau h2, .content.blau h2.small, .content.blau h3, .content.blau h4, .content.blau h5, .content.blau a, .content.blau p, .content.blau .teaser_text.centerp, .content.blau ul, .content.blau ul li, .content.blau .akt_art {
  color: white !important;
}
/* line 89, ../scss/_grid.scss */
section.blau .schwerpunkte_div p, .content.blau .schwerpunkte_div p {
  color: #222222 !important;
}

/* line 93, ../scss/_grid.scss */
section.grau, .content.grau {
  background: #efefef;
  color: #222222 !important;
}
/* line 96, ../scss/_grid.scss */
section.grau h2, section.grau h2.small, section.grau h3, section.grau h4, section.grau h5, section.grau a, section.grau p, section.grau .teaser_text.centerp, section.grau ul, section.grau ul li, section.grau .akt_art, .content.grau h2, .content.grau h2.small, .content.grau h3, .content.grau h4, .content.grau h5, .content.grau a, .content.grau p, .content.grau .teaser_text.centerp, .content.grau ul, .content.grau ul li, .content.grau .akt_art {
  color: #222222 !important;
}

/* line 101, ../scss/_grid.scss */
section + section.weiss .para_div ~ h2, .content.weiss .para_div ~ h2, section.schwarz .para_div ~ h2, .content.schwarz .para_div ~ h2, section.blau .para_div ~ h2, .content.blau .para_div ~ h2, section.grau .para_div ~ h2, .content.grau .para_div ~ h2 {
  color: white !important;
}
/* line 105, ../scss/_grid.scss */
section + section.weiss .show_details h2, section + section.weiss .show_details h3, section + section.weiss .show_details h4, section + section.weiss .show_details div, section + section.weiss .show_details p, section + section.weiss .show_details ul, section + section.weiss .show_details ul li, .content.weiss .show_details h2, .content.weiss .show_details h3, .content.weiss .show_details h4, .content.weiss .show_details div, .content.weiss .show_details p, .content.weiss .show_details ul, .content.weiss .show_details ul li, section.schwarz .show_details h2, section.schwarz .show_details h3, section.schwarz .show_details h4, section.schwarz .show_details div, section.schwarz .show_details p, section.schwarz .show_details ul, section.schwarz .show_details ul li, .content.schwarz .show_details h2, .content.schwarz .show_details h3, .content.schwarz .show_details h4, .content.schwarz .show_details div, .content.schwarz .show_details p, .content.schwarz .show_details ul, .content.schwarz .show_details ul li, section.blau .show_details h2, section.blau .show_details h3, section.blau .show_details h4, section.blau .show_details div, section.blau .show_details p, section.blau .show_details ul, section.blau .show_details ul li, .content.blau .show_details h2, .content.blau .show_details h3, .content.blau .show_details h4, .content.blau .show_details div, .content.blau .show_details p, .content.blau .show_details ul, .content.blau .show_details ul li, section.grau .show_details h2, section.grau .show_details h3, section.grau .show_details h4, section.grau .show_details div, section.grau .show_details p, section.grau .show_details ul, section.grau .show_details ul li, .content.grau .show_details h2, .content.grau .show_details h3, .content.grau .show_details h4, .content.grau .show_details div, .content.grau .show_details p, .content.grau .show_details ul, .content.grau .show_details ul li {
  color: white !important;
}

/* line 110, ../scss/_grid.scss */
footer {
  clear: both;
  width: 100%;
  padding: 40px 54px 0;
  color: #fff;
  background: #222222;
  line-height: 20px;
  float: left;
  z-index: 1;
}
/* line 119, ../scss/_grid.scss */
footer hr {
  margin-top: 15px;
  background: #fff;
  border: none;
  height: 1px;
}
/* line 125, ../scss/_grid.scss */
footer a {
  color: #fff;
}
/* line 128, ../scss/_grid.scss */
footer a:hover {
  color: #009ee0;
}
/* line 131, ../scss/_grid.scss */
footer .full_width {
  clear: both;
  float: left;
}
/* line 135, ../scss/_grid.scss */
footer .full_width + .full_width {
  margin-top: 30px;
}
/* line 138, ../scss/_grid.scss */
footer .footer_left {
  float: left;
  width: 100%;
  text-align: center;
}
/* line 143, ../scss/_grid.scss */
footer .footer_middle {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
/* line 148, ../scss/_grid.scss */
footer .footer_middle img {
  padding: 10% 5% 0;
  max-width: 126px;
}
/* line 152, ../scss/_grid.scss */
footer .footer_middle .img_footer {
  width: 7%;
  margin-right: 10px;
  padding: 0;
}
/* line 158, ../scss/_grid.scss */
footer .footer_right {
  float: right;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

/* line 165, ../scss/_grid.scss */
#kontakt ~ footer {
  float: left;
}

/* line 168, ../scss/_grid.scss */
.banner {
  width: 100%;
}

/* Seitennavigation Onepager */
/* line 172, ../scss/_grid.scss */
#onepage_nav {
  display: none;
  position: fixed;
  top: 130px;
  right: 0px;
  z-index: 500;
}

/* line 179, ../scss/_grid.scss */
#onepage_nav a {
  color: #fff;
}

/* line 182, ../scss/_grid.scss */
#onepage_nav a:hover {
  color: red;
}

/* line 185, ../scss/_grid.scss */
#onepage_nav ul li {
  clear: both;
  margin: 0px 0px 11px;
  width: 32px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.25);
  /* WebKit */
  -moz-box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.25);
  /* Firefox */
  box-shadow: 0px 5px 5px 0px rgba(25, 25, 25, 0.25);
  /* Standard */
}

/* line 195, ../scss/_grid.scss */
#onepage_nav ul li:last-child {
  padding-bottom: 5px;
}

/*  Elemente der Seitennavigation Onepager */
/* line 199, ../scss/_grid.scss */
#onepage_nav ul li .onepager_target {
  display: none;
  position: absolute;
  padding: 8px;
  width: auto;
  white-space: nowrap;
  height: 32px;
  background: #87b155;
  color: #fff;
  text-transform: uppercase;
  right: 37px;
}

/* line 212, ../scss/_grid.scss */
#onepage_nav .active_page .onepager_target {
  display: inline;
  margin-top: -14px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 218, ../scss/_grid.scss */
  #onepage_nav .active_page .onepager_target {
    margin-top: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 224, ../scss/_grid.scss */
  #onepage_nav .active_page .onepager_target {
    margin-top: -28px;
  }

  /* line 228, ../scss/_grid.scss */
  #mobile_version #onepage_nav .active_page .onepager_target {
    margin-top: -14px;
  }
}
/* :hover Funktion wird nicht ausgeüfhrt - fixen! */
/* line 234, ../scss/_grid.scss */
#onepage_nav ul li .bullet {
  height: 10px;
  padding-left: 32px;
}

/* line 238, ../scss/_grid.scss */
#onepage_nav ul li:hover {
  background: #87b155;
}

/* aktive Elemente der Seitennavigation Onepager */
/* line 242, ../scss/_grid.scss */
#onepage_nav .active_page a {
  color: red;
  padding: 0 10px 15px;
}

/* line 246, ../scss/_grid.scss */
#onepage_nav .active_page {
  height: 32px;
  background: #87b155;
}

/* Onepager */
/* line 251, ../scss/_grid.scss */
#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
}
/* line 257, ../scss/_grid.scss */
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

/* line 268, ../scss/_grid.scss */
#bg.less {
  height: 580px;
}

/* line 271, ../scss/_grid.scss */
#home {
  width: 100%;
  padding-top: 125px;
}
/* line 274, ../scss/_grid.scss */
#home h2 {
  line-height: 35px;
}

/* line 279, ../scss/_grid.scss */
#kontakt .xform {
  margin: 0 auto;
  float: none;
  position: relative;
}

/* line 285, ../scss/_grid.scss */
.contact {
  background: #009ee0;
}
/* line 287, ../scss/_grid.scss */
.contact h2 {
  float: left;
  padding-top: 40px;
}

/* line 293, ../scss/_grid.scss */
.onepager.contact h2 {
  padding-top: 10px;
}

/* line 297, ../scss/_grid.scss */
.fourRows {
  width: 100%;
  float: left;
}

/* line 302, ../scss/_grid.scss */
.outerDiv {
  padding: 50px 0 170px 35px;
}

/* line 306, ../scss/_grid.scss */
.ref .content {
  margin-top: 62px;
  min-height: 575px;
  padding: 0;
}

/* line 311, ../scss/_grid.scss */
.ref_detail .content {
  padding: 0;
}

/* line 314, ../scss/_grid.scss */
.content {
  width: 100%;
  clear: both;
  float: left;
  color: #222222;
  padding: 0 35px 100px;
  z-index: 2;
  position: relative;
}
/* line 322, ../scss/_grid.scss */
.content div.maxWidth {
  margin: 0 auto;
  max-width: 1140px;
}

/* line 328, ../scss/_grid.scss */
.ref_detail .half_height ~ .content {
  padding-top: 0;
}

/* line 332, ../scss/_grid.scss */
.half_height ~ .content {
  margin-top: 230px;
  padding-top: 50px;
}
/* line 335, ../scss/_grid.scss */
.half_height ~ .content a {
  color: #222222;
}
/* line 338, ../scss/_grid.scss */
.half_height ~ .content a:hover {
  color: #009ee0;
}

/* line 342, ../scss/_grid.scss */
.contact .content {
  padding: 0 0 100px;
}

/* line 345, ../scss/_grid.scss */
.contact .content h2 ~ .twoRows {
  padding: 0 30px 0;
}

/* line 352, ../scss/_grid.scss */
.content_left {
  float: left;
  width: 100%;
}

/* line 356, ../scss/_grid.scss */
.content_right {
  float: right;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 725px) {
  /* line 434, ../scss/_grid.scss */
  .half_height ~ .content {
    margin-top: 420px;
    padding-top: 100px;
  }

  /* line 439, ../scss/_grid.scss */
  section > div h2 {
    padding-top: 220px;
  }

  /* line 443, ../scss/_grid.scss */
  section.maxWidth {
    padding: 100px 35px !important;
  }

  /* Seitennavigation Onepager */
  /* line 447, ../scss/_grid.scss */
  #onepage_nav {
    display: block;
  }

  /* Onepager */
  /* line 451, ../scss/_grid.scss */
  #home {
    padding-top: 50%;
  }
  /* line 454, ../scss/_grid.scss */
  #home h2 {
    line-height: 48px;
  }

  /* line 459, ../scss/_grid.scss */
  #what_we_do .para_div > div {
    padding: 0px 54px 100px;
  }

  /* line 463, ../scss/_grid.scss */
  #kontakt {
    padding: 0;
  }

  /* line 467, ../scss/_grid.scss */
  footer hr {
    margin-top: 20px;
  }
  /* line 470, ../scss/_grid.scss */
  footer .footer_left {
    width: 35%;
    text-align: left;
  }
  /* line 474, ../scss/_grid.scss */
  footer .footer_middle {
    width: 30%;
    text-align: center;
    padding-top: 0;
  }
  /* line 479, ../scss/_grid.scss */
  footer .footer_middle img {
    padding: 0;
  }
  /* line 483, ../scss/_grid.scss */
  footer .footer_right {
    padding-top: 0;
    width: 35%;
    text-align: right;
  }

  /* line 489, ../scss/_grid.scss */
  .fourRows {
    width: 50%;
    float: left;
    padding: 2%;
  }

  /* line 495, ../scss/_grid.scss */
  .content {
    width: 100%;
    clear: both;
    float: left;
    color: #222222;
  }

  /* line 501, ../scss/_grid.scss */
  .contact .content h2 ~ .twoRows {
    padding: 0 54px 0;
  }

  /* line 504, ../scss/_grid.scss */
  .content_left {
    float: left;
    width: 100%;
  }

  /* line 508, ../scss/_grid.scss */
  .content_right {
    float: right;
    width: 100%;
    padding: 15px;
    margin-top: 0px;
  }

  /* line 514, ../scss/_grid.scss */
  .outerDiv {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 420px;
    padding: 0 0 0 35px;
  }
  /* line 520, ../scss/_grid.scss */
  .outerDiv #bg {
    max-width: 698px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 526, ../scss/_grid.scss */
  .half_height ~ .content {
    margin-top: 580px;
    padding-top: 100px;
  }

  /* line 530, ../scss/_grid.scss */
  .ref_detail .content {
    margin-top: 500px;
  }

  /* line 534, ../scss/_grid.scss */
  header div.maxWidth {
    max-width: 1140px;
    margin: 0 auto;
  }

  /* line 539, ../scss/_grid.scss */
  .outerDiv {
    height: 580px;
    padding-left: 35px;
  }
  /* line 542, ../scss/_grid.scss */
  .outerDiv #bg {
    max-width: 954px;
  }

  /* line 547, ../scss/_grid.scss */
  section > div h2 {
    padding-top: 300px;
  }

  /* line 551, ../scss/_grid.scss */
  footer {
    clear: both;
    width: 100%;
    color: #fff;
    background: #222222;
    line-height: 20px;
  }
  /* line 558, ../scss/_grid.scss */
  footer .full_width {
    clear: both;
    float: left;
  }
  /* line 562, ../scss/_grid.scss */
  footer .full_width + .full_width {
    margin-top: 30px;
  }
  /* line 566, ../scss/_grid.scss */
  footer .footer_middle .img_footer {
    margin-right: 0;
    padding: 0 10px;
  }

  /* line 572, ../scss/_grid.scss */
  #kontakt ~ footer {
    float: left;
  }

  /* line 575, ../scss/_grid.scss */
  .banner {
    width: 100%;
  }

  /* Onepager */
  /* line 579, ../scss/_grid.scss */
  #home {
    padding-top: 19%;
  }
  /* line 581, ../scss/_grid.scss */
  #home h2 {
    line-height: 56px;
  }

  /* line 585, ../scss/_grid.scss */
  .fourRows {
    width: 25%;
    float: left;
    padding: 2%;
  }

  /* line 591, ../scss/_grid.scss */
  .content {
    width: 100%;
    clear: both;
    float: left;
    color: #222222;
  }

  /* line 600, ../scss/_grid.scss */
  .contact .content h2 ~ .twoRows {
    padding: 0 13% 0 12%;
  }

  /* line 603, ../scss/_grid.scss */
  .twoRows {
    padding: 0 12% 100px 6.2%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 608, ../scss/_grid.scss */
  .outerDiv {
    padding-left: 0;
  }
  /* line 610, ../scss/_grid.scss */
  .outerDiv #bg {
    max-width: 1140px;
  }
}
/* line 1, ../scss/_navi.scss */
.mobile {
  display: block;
}

/* line 4, ../scss/_navi.scss */
.desktop {
  display: none;
}

/* line 7, ../scss/_navi.scss */
#showRightPush {
  float: left;
  border: none;
  z-index: 999;
  cursor: pointer;
  position: relative;
  right: 23%;
  top: 14px;
  background: url("../img/menu.png") no-repeat;
  width: 32px;
  height: 32px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s linear;
}

/* line 22, ../scss/_navi.scss */
#showRightPush:hover {
  background: url("../img/menu_hover.png") no-repeat;
}

/* line 25, ../scss/_navi.scss */
.cbp-spmenu-open #showRightPush {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

/* line 30, ../scss/_navi.scss */
.openNav {
  overflow: hidden;
}

@media screen and (min-width: 725px) {
  /* line 34, ../scss/_navi.scss */
  #showRightPush {
    right: 24.6%;
  }
}
@media screen and (min-width: 1000px) {
  /* line 39, ../scss/_navi.scss */
  .mobile {
    display: none;
  }

  /* line 42, ../scss/_navi.scss */
  .desktop {
    display: block;
  }

  /* line 45, ../scss/_navi.scss */
  #showRightPush {
    display: none;
  }

  /* line 48, ../scss/_navi.scss */
  nav {
    padding: 13px 0 0;
    float: right !important;
  }
  /* line 51, ../scss/_navi.scss */
  nav .rex-current {
    background: none;
  }
  /* line 55, ../scss/_navi.scss */
  nav ul li {
    float: left;
    padding: 0 0 0 40px;
  }
  /* line 59, ../scss/_navi.scss */
  nav ul a {
    font-size: 14px;
    color: #222222;
  }
  /* line 63, ../scss/_navi.scss */
  nav ul a:hover {
    color: #009ee0;
  }
  /* line 66, ../scss/_navi.scss */
  nav ul a.rex-current {
    color: #009ee0;
  }
  /* line 69, ../scss/_navi.scss */
  nav ul a.rex-active {
    color: #009ee0;
  }
}
/* line 76, ../scss/_navi.scss */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  -webkit-box-shadow: -2px 0px 2px 0px rgba(25, 25, 25, 0.25);
  /* WebKit */
  -moz-box-shadow: -2px 0px 2px 0px rgba(25, 25, 25, 0.25);
  /* Firefox */
  box-shadow: -2px 0px 2px 0px rgba(25, 25, 25, 0.25);
  /* Standard */
}
/* line 82, ../scss/_navi.scss */
.cbp-spmenu img {
  margin: 9px 35px;
}
/* line 85, ../scss/_navi.scss */
.cbp-spmenu ul {
  padding: 20px 0;
  border-top: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
}
/* line 89, ../scss/_navi.scss */
.cbp-spmenu ul li {
  text-align: right;
  padding-right: 23px;
}
/* line 94, ../scss/_navi.scss */
.cbp-spmenu p {
  padding: 6px 0px;
  text-align: right;
}
/* line 98, ../scss/_navi.scss */
.cbp-spmenu .social {
  text-align: left;
  margin-left: 28px;
}
/* line 102, ../scss/_navi.scss */
.cbp-spmenu .social img {
  margin: 0 5px;
  width: 32px;
}
/* line 106, ../scss/_navi.scss */
.cbp-spmenu .social a {
  display: inline;
  padding: 0;
}
/* line 111, ../scss/_navi.scss */
.cbp-spmenu .close_nav {
  cursor: pointer;
}

/* line 115, ../scss/_navi.scss */
.cbp-spmenu h3 {
  color: #fff;
  font-size: 24px;
  padding: 18px;
  padding-left: 14px;
  margin: 0;
  font-weight: 300;
  background: #222222;
}

/* line 124, ../scss/_navi.scss */
.cbp-spmenu div {
  clear: both;
  padding: 10px 0 0 0;
  color: #222222;
  font-size: 14px;
}
/* line 129, ../scss/_navi.scss */
.cbp-spmenu div p {
  padding: 15px 0 0 1em !important;
  background: none;
}
/* line 133, ../scss/_navi.scss */
.cbp-spmenu div p a {
  border: none;
}

/* line 138, ../scss/_navi.scss */
.cbp-spmenu a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

/* line 145, ../scss/_navi.scss */
.cbp-spmenu .rex-current a, .cbp-spmenu .rex-active a {
  color: #009ee0;
}

/* line 149, ../scss/_navi.scss */
.cbp-spmenu a:hover {
  color: #009ee0;
}

/* line 152, ../scss/_navi.scss */
.cbp-spmenu a:active {
  color: #009ee0;
}

/* line 155, ../scss/_navi.scss */
.cbp-spmenu-right {
  right: -285px;
}

/* line 158, ../scss/_navi.scss */
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* line 161, ../scss/_navi.scss */
.cbp-spmenu-vertical a {
  padding: 1em;
}

/* Orientation-dependent styles for the content of the menu */
/* line 165, ../scss/_navi.scss */
.cbp-spmenu-vertical {
  width: 285px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

/* line 171, ../scss/_navi.scss */
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

/* line 178, ../scss/_navi.scss */
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

/* line 183, ../scss/_navi.scss */
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
/* line 190, ../scss/_navi.scss */
.cbp-spmenu-right {
  right: -285px;
}

/* line 193, ../scss/_navi.scss */
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Push classes applied to the body */
/* line 197, ../scss/_navi.scss */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

/* line 202, ../scss/_navi.scss */
.cbp-spmenu-push-toright {
  left: 270px;
}

/* line 205, ../scss/_navi.scss */
.cbp-spmenu-push-toleft {
  left: -270px;
}

/* Transitions */
/* line 210, ../scss/_navi.scss */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 218, ../scss/_navi.scss */
#sitemap ul li {
  padding: 5px 0;
}
/* line 221, ../scss/_navi.scss */
#sitemap ul li ul li {
  padding-left: 10px;
}

/* line 2, ../scss/_module.scss */
h2 {
  width: 100%;
  text-shadow: 0px 2px 0px #191919;
  z-index: 5;
  text-align: center;
}

/* line 8, ../scss/_module.scss */
.section_onepager h2 {
  text-align: center;
}

/* line 11, ../scss/_module.scss */
.referenzen {
  background: #222222 !important;
}
/* line 13, ../scss/_module.scss */
.referenzen h2 {
  text-align: left;
  padding: 0 54px;
}

/* line 18, ../scss/_module.scss */
h2 + h2 {
  margin-top: -15px;
}

/* line 21, ../scss/_module.scss */
#with_bg > h2 {
  margin-bottom: 160px;
  margin-top: 140px;
}

/* line 25, ../scss/_module.scss */
#with_bg h2 ~ h2 {
  clear: both;
  float: left;
  margin-bottom: 40px;
  margin-top: 120px;
}

/* line 39, ../scss/_module.scss */
.ref_detail .content > h2 {
  margin: 50px auto;
}

/* line 42, ../scss/_module.scss */
.para_div ~ h2 {
  margin: -180px auto 90px;
}

/* line 45, ../scss/_module.scss */
.xform ~ h2 {
  margin: auto 0;
  clear: both;
  padding-top: 80px !important;
}

/* line 51, ../scss/_module.scss */
.referenz_logo {
  clear: both;
  text-align: center;
  width: 100%;
}
/* line 55, ../scss/_module.scss */
.referenz_logo img {
  width: 150px;
}
/* line 58, ../scss/_module.scss */
.referenz_logo h3 {
  color: #fff;
  margin: 20px 0;
  font-size: 60px;
  text-shadow: 0px 2px 0px #191919;
}

/* line 65, ../scss/_module.scss */
.ref_detail .referenz_logo {
  padding-top: 100px;
}

/* line 68, ../scss/_module.scss */
.referenz_logo ~ .referenz_logo {
  padding-top: 80px;
}

/* line 71, ../scss/_module.scss */
.half_height div.teaser_text, .full_height div.teaser_text {
  display: none;
}

/* line 74, ../scss/_module.scss */
.content .teaser_text {
  margin: 40px auto;
  width: 90%;
  color: #fff;
}

/* line 81, ../scss/_module.scss */
.teaser_text .know_how_icon {
  max-width: 100px;
}

/* line 86, ../scss/_module.scss */
.teaser_text p {
  font-family: "Ubuntu", Arial, Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
  line-height: 24px !important;
  font-size: 18px;
  color: #fff;
}

/* line 94, ../scss/_module.scss */
.withoutMaxWidth .teaser_text {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 35px;
}
/* line 99, ../scss/_module.scss */
.withoutMaxWidth .teaser_text.center {
  padding: 30px 35px;
}

/* line 103, ../scss/_module.scss */
.teaser_text.center {
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
}
/* line 107, ../scss/_module.scss */
.teaser_text.center h3 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 20px;
}
/* line 112, ../scss/_module.scss */
.teaser_text.center p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  font-family: "Ubuntu", Arial, Tahoma, Helvetica, Sans-Serif;
  color: #222222;
}
/* line 119, ../scss/_module.scss */
.teaser_text.center ul {
  border-bottom: solid 1px #fff;
  list-style: disc;
}
/* line 122, ../scss/_module.scss */
.teaser_text.center ul li {
  line-height: 24px;
  margin-left: 20px;
}

/* line 128, ../scss/_module.scss */
.artikellinks ~ h2 {
  padding-top: 150px;
}

/* line 131, ../scss/_module.scss */
section.blau .artikellinks, .artikellinks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
/* line 138, ../scss/_module.scss */
section.blau .artikellinks ul li, .artikellinks ul li {
  background: #efefef;
  border-bottom: solid 1px #fff;
}
/* line 141, ../scss/_module.scss */
section.blau .artikellinks ul li a, .artikellinks ul li a {
  color: #222222 !important;
  float: left;
  padding: 20px 0;
  width: 100%;
  text-transform: lowercase;
}
/* line 149, ../scss/_module.scss */
section.blau .artikellinks ul li:hover, section.blau .artikellinks ul li.current, .artikellinks ul li:hover, .artikellinks ul li.current {
  background: #009ee0;
}
/* line 151, ../scss/_module.scss */
section.blau .artikellinks ul li:hover a, section.blau .artikellinks ul li.current a, .artikellinks ul li:hover a, .artikellinks ul li.current a {
  color: white !important;
}
/* line 155, ../scss/_module.scss */
section.blau .artikellinks ul li + li, .artikellinks ul li + li {
  border-left: solid 1px #fff;
}

/* line 162, ../scss/_module.scss */
body.thin_font .teaser_text.center p {
  font-weight: 300 !important;
}

/* line 169, ../scss/_module.scss */
.text.text_grid .know-how {
  width: 100%;
  padding: 70px 35px;
}
/* line 172, ../scss/_module.scss */
.text.text_grid .know-how .akt_art {
  padding-bottom: 5px;
  font-size: 14px;
}
/* line 177, ../scss/_module.scss */
.text.text_grid h3 {
  width: 100%;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
}
/* line 183, ../scss/_module.scss */
.text.text_grid .left_text, .text.text_grid .right_text {
  max-width: 570px;
}

/* line 188, ../scss/_module.scss */
#learn_more {
  width: 100%;
}
/* line 190, ../scss/_module.scss */
#learn_more #more_click {
  font-weight: bold;
  color: #fff;
  border: solid 1px #fff;
  padding: 10px 36px;
  width: 170px;
  cursor: pointer;
  margin: 0 auto;
}
/* line 199, ../scss/_module.scss */
#learn_more #more_click:hover {
  color: #222222;
  border: solid 1px #222222;
}
/* line 203, ../scss/_module.scss */
#learn_more #more_info {
  margin: 40px auto;
  display: none;
  padding: 0 30px;
  float: left;
  width: 100%;
  line-height: 22px;
}
/* line 210, ../scss/_module.scss */
#learn_more #more_info hr {
  height: 2px;
  background: #fff;
  border: none;
}
/* line 215, ../scss/_module.scss */
#learn_more #more_info .more_left {
  width: 30%;
  float: left;
  padding: 20px;
  color: #fff;
  background: #009ee0;
  -webkit-box-shadow: -5px 11px 5px -3px rgba(25, 25, 25, 0.25);
  /* WebKit */
  -moz-box-shadow: -5px 11px 5px -3px rgba(25, 25, 25, 0.25);
  /* Firefox */
  box-shadow: -5px 11px 5px -3px rgba(25, 25, 25, 0.25);
  /* Standard */
}
/* line 224, ../scss/_module.scss */
#learn_more #more_info .more_left h3 {
  font-size: 24px;
}
/* line 227, ../scss/_module.scss */
#learn_more #more_info .more_left img {
  margin: 10px 0;
}
/* line 230, ../scss/_module.scss */
#learn_more #more_info .more_left img + img {
  margin: 10px 20px;
}
/* line 234, ../scss/_module.scss */
#learn_more #more_info .more_right {
  width: 70%;
  float: left;
  padding: 20px;
  color: #222222;
  background: #fff;
  -webkit-box-shadow: -5px 11px 5px -3px rgba(25, 25, 25, 0.25);
  /* WebKit */
  -moz-box-shadow: -5px 11px 5px -3px rgba(25, 25, 25, 0.25);
  /* Firefox */
  box-shadow: -5px 11px 5px -3px rgba(25, 25, 25, 0.25);
  /* Standard */
}

/* line 247, ../scss/_module.scss */
.text {
  width: 100%;
}

/* line 251, ../scss/_module.scss */
.metabild a {
  color: #222222 !important;
}
/* line 254, ../scss/_module.scss */
.metabild .text {
  margin-top: 600px;
}
/* line 257, ../scss/_module.scss */
.metabild .text_text {
  margin: 600px auto 0;
  width: 81.5%;
}
/* line 258, ../scss/_module.scss */
.metabild .text_text h3 {
  padding-bottom: 20px;
}

/* line 265, ../scss/_module.scss */
.default .text {
  color: #fff;
}

/* line 268, ../scss/_module.scss */
.section_onepager > .text {
  padding: 0;
  width: 100%;
  color: #fff;
}

/* line 273, ../scss/_module.scss */
.text + .text {
  float: left;
  padding-top: 40px;
}

/* line 277, ../scss/_module.scss */
#about_us .text_bilder {
  width: 100%;
  max-width: 174px;
  margin-right: 40px;
}

/* line 282, ../scss/_module.scss */
.text_bilder {
  float: left;
  width: 100%;
}
/* line 285, ../scss/_module.scss */
.text_bilder img {
  margin-bottom: 20px;
}

/* line 289, ../scss/_module.scss */
.text_text_80 {
  clear: both;
  float: left;
  width: 100%;
  padding-left: 0;
}
/* line 294, ../scss/_module.scss */
.text_text_80 h3 ~ h3 {
  clear: both;
  margin-top: 10px;
}

/* line 299, ../scss/_module.scss */
.text_text {
  width: 100%;
}

/* line 302, ../scss/_module.scss */
.text_text p {
  clear: both;
  float: left;
  padding-top: 40px;
}

/* line 307, ../scss/_module.scss */
.text_text_80 p {
  clear: both;
  float: left;
  padding-top: 40px;
}

/* line 312, ../scss/_module.scss */
.section_onepager p {
  line-height: 24px;
  font-family: "Ubuntu", Arial, Tahoma, Helvetica, Sans-Serif;
}

/* line 316, ../scss/_module.scss */
.pic {
  width: 100%;
}

/* line 319, ../scss/_module.scss */
.big {
  float: right;
  margin-top: -27px;
  margin-right: 7px;
  width: 16px;
  opacity: 0;
}

/* line 326, ../scss/_module.scss */
a:hover .big {
  opacity: 1;
  z-index: 100;
}

/* line 348, ../scss/_module.scss */
#kontakt h4 {
  line-height: 32px;
  text-shadow: 0px 2px 0px #191919;
}
/* line 352, ../scss/_module.scss */
#kontakt .xform {
  padding-bottom: 180px;
}

/* line 357, ../scss/_module.scss */
.twoRows {
  width: 100%;
  float: left;
  text-align: left;
}

/* line 362, ../scss/_module.scss */
.twoRows h2 {
  font-size: 30px;
  text-align: left;
}

/* line 366, ../scss/_module.scss */
.twoRows p {
  padding-top: 10px;
  padding-bottom: 30px;
}

/* line 370, ../scss/_module.scss */
.twoRows h2, .twoRows h3 {
  padding-top: 30px;
}

/* line 373, ../scss/_module.scss */
.twoRows p, .twoRows h2, .twoRows h3, .twoRows img {
  clear: both;
  float: left;
}

/* line 377, ../scss/_module.scss */
#what_we_do .twoRows {
  margin-bottom: 80px;
}

/* line 381, ../scss/_module.scss */
.teaser_text.center ~ .schwerpunkte_div {
  padding-top: 50px;
}

/* line 385, ../scss/_module.scss */
.threeRows.schwerpunkte_div {
  margin-top: 30px;
}
/* line 387, ../scss/_module.scss */
.threeRows.schwerpunkte_div img {
  width: 100px;
  border: none;
  border-radius: 0;
  min-height: 75px;
}
/* line 393, ../scss/_module.scss */
.threeRows.schwerpunkte_div img.icon_daneben {
  float: center;
  min-height: inherit;
  width: 50%;
}
/* line 398, ../scss/_module.scss */
.threeRows.schwerpunkte_div .left_text {
  text-align: center !important;
}
/* line 401, ../scss/_module.scss */
.threeRows.schwerpunkte_div .icon_headline {
  width: 100%;
  clear: none;
  text-shadow: none;
}
/* line 406, ../scss/_module.scss */
.threeRows.schwerpunkte_div p {
  text-align: center;
}
/* line 410, ../scss/_module.scss */
.threeRows.schwerpunkte_div ul a {
  color: #222222;
}
/* line 414, ../scss/_module.scss */
.threeRows.schwerpunkte_div .icon_daneben ~ ul {
  text-align: left;
}

/* line 418, ../scss/_module.scss */
.threeRows.schwerpunkte_div + .threeRows.schwerpunkte_div {
  clear: both;
  margin-top: 80px;
}

/* line 424, ../scss/_module.scss */
.blau .threeRows.schwerpunkte_div ul a {
  color: #fff;
}

/* line 429, ../scss/_module.scss */
.onepager .threeRows.schwerpunkte_div {
  padding: 0;
  margin-bottom: 80px;
}
/* line 432, ../scss/_module.scss */
.onepager .threeRows.schwerpunkte_div h2 {
  padding-top: 20px;
}

/* line 437, ../scss/_module.scss */
.inner_text ul {
  list-style: disc;
}
/* line 439, ../scss/_module.scss */
.inner_text ul li {
  margin-left: 20px;
  line-height: 24px;
}

/* line 445, ../scss/_module.scss */
#wer_wir_sind > .threeRows {
  padding: 60px 7.7%;
  color: #222222;
}
/* line 448, ../scss/_module.scss */
#wer_wir_sind > .threeRows h2, #wer_wir_sind > .threeRows h3 {
  color: #222222;
  text-shadow: none;
  text-align: center;
}
/* line 453, ../scss/_module.scss */
#wer_wir_sind > .threeRows h3 {
  width: 100%;
  padding-bottom: 15px;
}

/* line 458, ../scss/_module.scss */
.mitarbeiter {
  background: #fff;
  width: 100%;
  float: left;
  color: #222222 !important;
  padding: 80px 0;
  margin-top: 80px;
}
/* line 465, ../scss/_module.scss */
.mitarbeiter .maxWidth {
  max-width: 540px;
  margin: 0 auto;
}
/* line 470, ../scss/_module.scss */
.mitarbeiter .schwerpunkte_div img {
  width: 100%;
  max-width: 185px;
}
/* line 474, ../scss/_module.scss */
.mitarbeiter .schwerpunkte_div h2 {
  text-shadow: none;
  font-size: 14px;
  color: #222222 !important;
  padding-bottom: 10px;
}
/* line 481, ../scss/_module.scss */
.mitarbeiter .schwerpunkte_div + .schwerpunkte_div {
  margin-top: 50px !important;
}

/* line 485, ../scss/_module.scss */
.threeRows {
  width: 100%;
  float: left;
  text-align: center;
}
/* line 490, ../scss/_module.scss */
.threeRows ul li {
  padding-top: 8px;
}
/* line 494, ../scss/_module.scss */
.threeRows img {
  clear: both;
  width: 150px;
  border: solid 1px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
/* line 504, ../scss/_module.scss */
.threeRows h2 {
  clear: both;
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
}
/* line 510, ../scss/_module.scss */
.threeRows h3 {
  clear: both;
  float: left;
  padding-top: 20px;
}
/* line 515, ../scss/_module.scss */
.threeRows p {
  clear: both;
  padding-top: 0px;
  padding-bottom: 20px;
}

/* line 523, ../scss/_module.scss */
.partner .fourRows a {
  color: #009ee0 !important;
}

/* line 528, ../scss/_module.scss */
.fourRows {
  width: 100%;
  float: left;
  padding: 150px 0 0;
  text-align: center;
  min-height: 350px;
}
/* line 534, ../scss/_module.scss */
.fourRows img {
  width: 150px;
}
/* line 537, ../scss/_module.scss */
.fourRows h2 {
  clear: both;
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
}
/* line 543, ../scss/_module.scss */
.fourRows ul {
  text-align: center;
}
/* line 545, ../scss/_module.scss */
.fourRows ul ul {
  padding-left: 15px;
}
/* line 549, ../scss/_module.scss */
.fourRows ul.progress {
  text-align: left;
}

/* line 554, ../scss/_module.scss */
.fourRows.progress_steps h2 {
  text-shadow: none !important;
  margin-top: -10px;
}

/* line 559, ../scss/_module.scss */
.fourRows ul.withoutArrow::after {
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
  position: relative;
  top: 210px;
  left: 50%;
  margin-left: -15px;
  content: "";
}

/* line 570, ../scss/_module.scss */
.fourRows ul.withArrow::after {
  background: url("../img/progress_arrow_down.png") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  display: none;
  position: relative;
  top: 210px;
  left: 50%;
  margin-left: -15px;
  content: "";
}

@-webkit-keyframes load {
  /* line 583, ../scss/_module.scss */
  0% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes load {
  /* line 588, ../scss/_module.scss */
  0% {
    stroke-dashoffset: 0;
  }
}

@keyframes load {
  /* line 593, ../scss/_module.scss */
  0% {
    stroke-dashoffset: 0;
  }
}

/* line 597, ../scss/_module.scss */
.progress > li {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 100;
  margin: 0 auto;
  width: 95px;
  color: #222222 !important;
}

/* line 606, ../scss/_module.scss */
.progress > li:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 400;
}

/* line 613, ../scss/_module.scss */
.progress > li:after {
  display: none;
}

/* line 617, ../scss/_module.scss */
.progress svg {
  width: 95px;
  height: 95px;
}

/* line 621, ../scss/_module.scss */
.progress svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

/* line 630, ../scss/_module.scss */
.progress svg:nth-child(2) path {
  fill: none;
}

/* line 633, ../scss/_module.scss */
.active_page .progress svg:nth-child(2) path {
  fill: none;
  stroke-width: 20;
  stroke-dasharray: 629;
  stroke: #fff;
  -webkit-animation: load 3s;
  -moz-animation: load 3s;
  -o-animation: load 3s;
  animation: load 3s;
}

/* line 643, ../scss/_module.scss */
.step_4 .progress svg:nth-child(2) {
  background: transparent url("../img/step4.png") 30px 22px no-repeat;
}

/* line 646, ../scss/_module.scss */
.progress_text {
  margin-top: -10px;
}
/* line 649, ../scss/_module.scss */
.progress_text ul li {
  padding: 5px 0;
}
/* line 652, ../scss/_module.scss */
.progress_text ul li::after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  margin: 15px auto 0px;
  background: #000;
}
/* line 660, ../scss/_module.scss */
.progress_text ul li:last-child::after {
  display: none;
}

/* line 665, ../scss/_module.scss */
.trenner {
  margin-top: 80px;
}

/* line 668, ../scss/_module.scss */
.agenturtext {
  clear: both;
  margin: 140px 0;
}
/* line 671, ../scss/_module.scss */
.agenturtext h2 {
  font-size: 40px;
}

/* line 675, ../scss/_module.scss */
.section_onepager > .text.agenturtext {
  padding: 0 11.8%;
}
/* line 677, ../scss/_module.scss */
.section_onepager > .text.agenturtext h2 {
  text-align: left;
}

/* line 681, ../scss/_module.scss */
#with_bg.agentur {
  padding: 0;
}

/* line 684, ../scss/_module.scss */
#with_bg .threeRows {
  margin-top: -100px;
}

/* line 689, ../scss/_module.scss */
#portfolio .text {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 694, ../scss/_module.scss */
.withoutMaxWidth .verlinkung {
  display: inline-block;
  margin: 80px auto;
}

/* line 698, ../scss/_module.scss */
section.text_center {
  text-align: center;
}
/* line 700, ../scss/_module.scss */
section.text_center h2, section.text_center h3, section.text_center h4, section.text_center h5 {
  text-align: center;
  float: none;
}

/* line 705, ../scss/_module.scss */
.kontakt_aufnehmen {
  background: #fff;
  padding: 20px 0 50px;
}
/* line 708, ../scss/_module.scss */
.kontakt_aufnehmen h3 {
  color: #009ee0;
}
/* line 711, ../scss/_module.scss */
.kontakt_aufnehmen p {
  margin-bottom: 50px;
}

/* line 715, ../scss/_module.scss */
.next_projekt {
  background: #efefef;
  color: #222222;
  font-size: 20px;
  padding: 20px 0 50px;
}
/* line 720, ../scss/_module.scss */
.next_projekt a {
  padding: 0 15px;
}

/* line 725, ../scss/_module.scss */
.withoutMaxWidth .mix .verlinkung {
  display: inline;
}

/* line 729, ../scss/_module.scss */
#mixit h2 {
  margin: 60px auto 40px;
  padding: 0 35px;
  text-align: left;
  max-width: 1140px;
}
/* line 735, ../scss/_module.scss */
#mixit .mix {
  display: none;
}

/* line 739, ../scss/_module.scss */
.mix {
  float: left;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
/* line 746, ../scss/_module.scss */
.mix img {
  position: relative;
  z-index: 10;
  width: 100%;
}
/* line 751, ../scss/_module.scss */
.mix .show_details {
  display: none;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 15;
  line-height: 18px;
  background: rgba(0, 158, 224, 0.33);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 158, 224, 0.33) 0%, rgba(0, 158, 224, 0.59) 47%, rgba(0, 158, 224, 0.88) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(25, 25, 25, 0.33)), color-stop(47%, rgba(0, 158, 224, 0.59)), color-stop(100%, rgba(0, 158, 224, 0.88)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 158, 224, 0.33) 0%, rgba(0, 158, 224, 0.59) 47%, rgba(0, 158, 224, 0.88) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 158, 224, 0.33) 0%, rgba(0, 158, 224, 0.59) 47%, rgba(0, 158, 224, 0.88) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 158, 224, 0.33) 0%, rgba(0, 158, 224, 0.59) 47%, rgba(0, 158, 224, 0.88) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 158, 224, 0.33) 0%, rgba(0, 158, 224, 0.59) 47%, rgba(0, 158, 224, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ee0', endColorstr='#009ee0', GradientType=1 );
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
}
/* line 771, ../scss/_module.scss */
.mix .show_details h4 {
  padding-bottom: 20px;
  padding-top: 15px;
  line-height: 28px;
}
/* line 776, ../scss/_module.scss */
.mix .show_details p {
  padding-bottom: 15px;
  display: none;
}
/* line 780, ../scss/_module.scss */
.mix .show_details p.schwerpunkte {
  padding-bottom: 30px;
  display: block;
}
/* line 784, ../scss/_module.scss */
.mix .show_details .referenzen_hr {
  margin: -10px auto 35px;
  width: 90%;
  height: 1px;
  background: #fff;
  border: none;
}

/* line 795, ../scss/_module.scss */
.portfolio_text_bilder img {
  max-width: 170px;
}
/* line 798, ../scss/_module.scss */
.portfolio_text_bilder div + div {
  margin-top: 15px;
}

/* line 825, ../scss/_module.scss */
#map-canvas {
  clear: both;
  float: left;
  width: 100%;
  height: 300px;
  opacity: 1;
}

/* line 833, ../scss/_module.scss */
.xform {
  float: left;
  padding: 40px 30px 180px;
  width: 100%;
}
/* line 837, ../scss/_module.scss */
.xform .form_left {
  float: left;
  width: 100%;
}
/* line 841, ../scss/_module.scss */
.xform .form_right {
  float: left;
  width: 100%;
}
/* line 845, ../scss/_module.scss */
.xform .text {
  padding-top: 10px;
}
/* line 848, ../scss/_module.scss */
.xform .text + .text {
  padding-top: 10px;
}
/* line 851, ../scss/_module.scss */
.xform label {
  display: none;
}
/* line 854, ../scss/_module.scss */
.xform p {
  float: left;
}
/* line 857, ../scss/_module.scss */
.xform img {
  margin: 30px 0 15px;
}
/* line 860, ../scss/_module.scss */
.xform h3 {
  float: left;
  width: 100%;
  padding-top: 40px;
}
/* line 865, ../scss/_module.scss */
.xform .formlabel-name {
  width: 46%;
}
/* line 868, ../scss/_module.scss */
.xform .formtext {
  width: 100%;
}
/* line 871, ../scss/_module.scss */
.xform input {
  clear: both;
  width: 100%;
  float: left;
  padding: 10px;
  font-family: "Ubuntu", Arial, Tahoma, Helvetica, Sans-Serif;
  color: #222222 !important;
}
/* line 879, ../scss/_module.scss */
.xform input.submit {
  color: white !important;
}
/* line 882, ../scss/_module.scss */
.xform input.submit:hover {
  color: #222222 !important;
  border: solid 1px #222222;
}
/* line 886, ../scss/_module.scss */
.xform .formtextarea {
  width: 100%;
}
/* line 889, ../scss/_module.scss */
.xform textarea {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  font-family: "Ubuntu", Arial, Tahoma, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #222222 !important;
  height: 150px;
}
/* line 898, ../scss/_module.scss */
.xform .formsubmit {
  clear: both;
  width: 100%;
}
/* line 902, ../scss/_module.scss */
.xform .submit {
  border: none;
  background: #009ee0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* line 911, ../scss/_module.scss */
.contact .xform {
  margin-bottom: 80px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  float: none;
}
/* line 917, ../scss/_module.scss */
.contact .xform p {
  padding-top: 20px;
}
/* line 920, ../scss/_module.scss */
.contact .xform .formsubmit {
  margin-top: 15px;
}
/* line 923, ../scss/_module.scss */
.contact .xform .submit {
  border: solid 1px #fff;
  color: #fff;
}
/* line 927, ../scss/_module.scss */
.contact .xform .text + .text {
  padding: 10px;
}

/* line 932, ../scss/_module.scss */
#login {
  max-width: 500px;
  margin: 0 auto;
}
/* line 936, ../scss/_module.scss */
#login .xform .formtext {
  width: 100%;
}
/* line 939, ../scss/_module.scss */
#login .xform p {
  width: 100%;
}
/* line 943, ../scss/_module.scss */
#login .xform p.form-com-auth-login input {
  width: 100%;
  float: left;
  color: #222222;
}
/* line 948, ../scss/_module.scss */
#login .xform p.form-com-auth-login label {
  display: block;
  width: 100%;
  float: left;
  color: #222222;
  margin-bottom: 10px;
}
/* line 957, ../scss/_module.scss */
#login .xform p.formlabel-rex_com_auth_psw input {
  width: 100%;
  float: left;
  margin: 0;
  color: #222222;
}
/* line 963, ../scss/_module.scss */
#login .xform p.formlabel-rex_com_auth_psw label {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #222222;
}
/* line 972, ../scss/_module.scss */
#login .xform .formsubmit {
  clear: both;
  margin-top: 50px;
  float: left;
}
/* line 977, ../scss/_module.scss */
#login .xform .rex.info {
  padding-top: 25px;
}

/* line 983, ../scss/_module.scss */
.social_media {
  padding: 50px 0;
  text-align: center;
}
/* line 986, ../scss/_module.scss */
.social_media img {
  margin: 20px 1px;
}

/* line 992, ../scss/_module.scss */
.content > h2 {
  margin-bottom: 40px;
  line-height: 44px;
}

/* line 996, ../scss/_module.scss */
.contact .content > h2 {
  clear: both;
  margin-bottom: 0px;
  margin-top: 40px;
}

/* line 1002, ../scss/_module.scss */
.subheadline {
  clear: both;
  float: left;
  color: #fff;
  padding-bottom: 30px;
}

/* line 1008, ../scss/_module.scss */
.subheadline ~ .subheadline {
  padding-top: 50px;
}

/* line 1012, ../scss/_module.scss */
.content .text ul li {
  clear: both;
  list-style: disc;
  margin-left: 30px;
  padding: 5px 0 5px 10px;
}

/* line 1018, ../scss/_module.scss */
.content .text ul li:last-child {
  padding-bottom: 15px;
}

/* line 1021, ../scss/_module.scss */
.content .twoRows {
  padding-top: 0px;
}

/* line 1025, ../scss/_module.scss */
.address {
  position: absolute;
  top: -180px;
  right: 0;
  z-index: 10;
  padding: 20px 10px 20px 35px;
  background: #009ee0;
  background: rgba(0, 158, 224, 0.8);
  line-height: 22px;
  width: 100%;
  color: white !important;
}
/* line 1036, ../scss/_module.scss */
.address img {
  margin-left: -2px;
  margin-bottom: 15px;
  width: 100px;
}
/* line 1041, ../scss/_module.scss */
.address h3 {
  padding-bottom: 15px;
  color: white !important;
}
/* line 1045, ../scss/_module.scss */
.address a {
  color: #fff;
}
/* line 1048, ../scss/_module.scss */
.address a:hover {
  color: #222222;
}
/* line 1051, ../scss/_module.scss */
.address #show_address {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}
/* line 1057, ../scss/_module.scss */
.address #hide_address {
  display: none;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
}

/* line 1067, ../scss/_module.scss */
.contactform .address #show_adress {
  display: block;
}
/* line 1070, ../scss/_module.scss */
.contactform .address #hide_address {
  display: none;
}

/* line 1076, ../scss/_module.scss */
.verlinkung {
  clear: both;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #222222;
  padding: 10px 40px;
  color: #222222;
}

/* line 1084, ../scss/_module.scss */
.verlinkung:hover {
  border: solid 1px #8c8c8c;
  color: #8c8c8c;
}

/* line 1088, ../scss/_module.scss */
.blau .verlinkung {
  border: solid 1px #fff;
  color: white !important;
}

/* line 1092, ../scss/_module.scss */
.blau .verlinkung:hover {
  border: solid 1px #222222;
  color: #222222 !important;
}

/* line 1096, ../scss/_module.scss */
.mix .verlinkung {
  clear: both;
  margin: 0 auto;
  border: solid 1px #fff;
  color: white !important;
  padding: 10px 80px;
}

/* line 1103, ../scss/_module.scss */
.mix .verlinkung:hover {
  border: solid 1px #222222;
  color: #222222 !important;
}

/* line 1107, ../scss/_module.scss */
.scroll {
  display: none;
}

/* line 1110, ../scss/_module.scss */
.scroll_down {
  width: 35px;
  height: 35px;
  background: #8c8c8c url("../img/down.png") no-repeat;
  background: rgba(255, 255, 255, 0.8) url("../img/down.png") no-repeat;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: -2px -2px 5px 0px rgba(25, 25, 25, 0.25);
  /* WebKit */
  -moz-box-shadow: -2px -2px 5px 0px rgba(25, 25, 25, 0.25);
  /* Firefox */
  box-shadow: -2px -2px 5px 0px rgba(25, 25, 25, 0.25);
  /* Standard */
}

/* line 1124, ../scss/_module.scss */
.scroll_up {
  width: 35px;
  height: 35px;
  background: #8c8c8c url("../img/up.png") no-repeat;
  background: rgba(255, 255, 255, 0.8) url("../img/up.png") no-repeat;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: -2px -2px 5px 0px rgba(25, 25, 25, 0.25);
  /* WebKit */
  -moz-box-shadow: -2px -2px 5px 0px rgba(25, 25, 25, 0.25);
  /* Firefox */
  box-shadow: -2px -2px 5px 0px rgba(25, 25, 25, 0.25);
  /* Standard */
}

/* line 1138, ../scss/_module.scss */
.scroll_down:hover {
  background: #87b155 url("../img/down_hover.png") no-repeat;
}

/* line 1141, ../scss/_module.scss */
.scroll_up:hover {
  background: #87b155 url("../img/up_hover.png") no-repeat;
}

/* line 1145, ../scss/_module.scss */
#filter {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background: #222222;
  z-index: 500;
  color: #fff;
}
/* line 1154, ../scss/_module.scss */
#filter a {
  color: #fff;
}
/* line 1157, ../scss/_module.scss */
#filter ul {
  clear: both;
  float: left;
  width: 100%;
}
/* line 1161, ../scss/_module.scss */
#filter ul li {
  float: left;
  padding: 20px 0;
  cursor: pointer;
  width: 50%;
  background: #efefef;
  color: #222222 !important;
  border-bottom: solid 1px #fff;
}
/* line 1170, ../scss/_module.scss */
#filter ul li + li {
  border-left: solid 1px #fff;
}
/* line 1173, ../scss/_module.scss */
#filter ul li:hover {
  background: #009ee0;
  color: white !important;
  z-index: 10;
}
/* line 1178, ../scss/_module.scss */
#filter ul li:nth-child(2) {
  float: right;
}
/* line 1181, ../scss/_module.scss */
#filter ul li:nth-child(3) {
  padding-left: 0;
}
/* line 1184, ../scss/_module.scss */
#filter ul li:nth-child(4) {
  float: right;
}
/* line 1187, ../scss/_module.scss */
#filter ul li.active_filter {
  color: white !important;
  background: #009ee0;
}

/* line 1194, ../scss/_module.scss */
#filter p:hover {
  color: #009ee0;
}

/* line 1197, ../scss/_module.scss */
.filter_show {
  bottom: 0 !important;
}

/* line 1201, ../scss/_module.scss */
.para_div {
  height: 400px;
  width: 100%;
}

/* line 1209, ../scss/_module.scss */
.img_div img {
  width: 100%;
}

/* line 1214, ../scss/_module.scss */
.sliderDots {
  margin: 0px auto;
  position: relative;
}

/* line 1218, ../scss/_module.scss */
.dots {
  cursor: pointer;
  width: 16px;
  height: 16px;
  float: left;
  margin: 20px 5px;
  background: transparent url("../img/bullet.png") no-repeat;
}

/* line 1226, ../scss/_module.scss */
.dots:hover {
  background: transparent url("../img/bullet_hover.png") no-repeat;
}

/* line 1229, ../scss/_module.scss */
.dots_active {
  background: transparent url("../img/bullet_hover.png") no-repeat;
}

/* line 1233, ../scss/_module.scss */
.ref_detail .portfolio_text {
  clear: both;
  float: left;
  width: 100%;
  padding: 80px 35px;
  background: #222222;
  color: #fff;
  font-size: 14px;
}
/* line 1241, ../scss/_module.scss */
.ref_detail .portfolio_text div.maxWidth {
  margin: 0 auto;
  max-width: 1140px;
}
/* line 1245, ../scss/_module.scss */
.ref_detail .portfolio_text h3 {
  padding-top: 10px;
  font-size: 30px;
}
/* line 1249, ../scss/_module.scss */
.ref_detail .portfolio_text h3.second_line {
  padding-top: 15px;
  font-size: 24px;
  padding-bottom: 40px;
}
/* line 1254, ../scss/_module.scss */
.ref_detail .portfolio_text p {
  line-height: 20px;
}
/* line 1257, ../scss/_module.scss */
.ref_detail .portfolio_text ul {
  padding-left: 20px;
}
/* line 1259, ../scss/_module.scss */
.ref_detail .portfolio_text ul li {
  list-style-image: url("../img/portfolio_list.png");
  padding: 5px 0 5px 5px;
}
/* line 1263, ../scss/_module.scss */
.ref_detail .portfolio_text ul li:first-child {
  padding-top: 2px;
}
/* line 1267, ../scss/_module.scss */
.ref_detail .portfolio_text .portfolio_text_bilder {
  width: 100%;
  margin-bottom: 30px;
}
/* line 1271, ../scss/_module.scss */
.ref_detail .portfolio_text .portfolio_text_text {
  width: 100%;
}
/* line 1274, ../scss/_module.scss */
.ref_detail .portfolio_text .portfolio_text_dienstleistung {
  width: 100%;
  padding-bottom: 80px;
}
/* line 1279, ../scss/_module.scss */
.ref_detail .kundenmeinung {
  clear: both;
  padding: 80px 20%;
  font-size: 24px;
  line-height: 32px;
  background: #009ee0;
  color: #fff;
  text-align: center;
}
/* line 1287, ../scss/_module.scss */
.ref_detail .kundenmeinung .kundename {
  padding-top: 20px;
  font-size: 16px;
}

/* line 1295, ../scss/_module.scss */
#sitemap ul {
  padding-top: 40px;
}
/* line 1297, ../scss/_module.scss */
#sitemap ul ul {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media screen and (min-width: 725px) {
  /* line 1306, ../scss/_module.scss */
  .half_height div.teaser_text {
    display: block;
  }

  /* line 1310, ../scss/_module.scss */
  .withoutMaxWidth .teaser_text {
    max-width: 1140px;
    margin: 0 auto;
  }

  /* line 1315, ../scss/_module.scss */
  .teaser_text {
    padding: 30px 54px 0;
  }

  /* line 1318, ../scss/_module.scss */
  .teaser_text p {
    line-height: 30px !important;
    font-size: 24px;
  }

  /* line 1322, ../scss/_module.scss */
  .content .teaser_text {
    width: 55%;
  }

  /* line 1325, ../scss/_module.scss */
  .artikellinks ~ h2 {
    padding-top: 0;
  }

  /* line 1328, ../scss/_module.scss */
  .threeRows.schwerpunkte_div {
    margin: 0;
    padding: 0;
  }
  /* line 1331, ../scss/_module.scss */
  .threeRows.schwerpunkte_div img.icon_daneben {
    float: left;
    width: 100%;
  }
  /* line 1335, ../scss/_module.scss */
  .threeRows.schwerpunkte_div .left_text {
    padding-left: 20px;
    text-align: left !important;
  }
  /* line 1339, ../scss/_module.scss */
  .threeRows.schwerpunkte_div .icon_headline {
    margin-top: 4px;
    text-align: left;
  }

  /* line 1344, ../scss/_module.scss */
  .threeRows.schwerpunkte_div + .threeRows.schwerpunkte_div {
    clear: none;
    margin-top: 0;
  }

  /* line 1349, ../scss/_module.scss */
  .text_bilder {
    width: 20%;
  }

  /* line 1352, ../scss/_module.scss */
  #about_us .text_bilder {
    width: 20%;
  }

  /* line 1355, ../scss/_module.scss */
  .text_text_80 {
    clear: none;
    width: 80%;
    padding-left: 40px;
  }

  /* line 1360, ../scss/_module.scss */
  #about_us .text_text_80 {
    clear: both;
    padding-left: 0;
  }

  /* line 1364, ../scss/_module.scss */
  .section_onepager > .text {
    padding: 0 54px 0 54px;
    width: 100%;
    color: #fff;
  }

  /* line 1370, ../scss/_module.scss */
  #about_us .text h3 {
    width: 100%;
    font-size: 22px;
  }

  /* line 1376, ../scss/_module.scss */
  #filter ul {
    border-bottom: solid 1px #fff;
  }
  /* line 1378, ../scss/_module.scss */
  #filter ul li {
    width: 25%;
    border-bottom: none;
  }
  /* line 1382, ../scss/_module.scss */
  #filter ul li:nth-child(2) {
    float: left;
  }
  /* line 1385, ../scss/_module.scss */
  #filter ul li:nth-child(3) {
    padding: 20px;
  }
  /* line 1388, ../scss/_module.scss */
  #filter ul li:nth-child(4) {
    float: left;
  }

  /* line 1395, ../scss/_module.scss */
  .twoRows h2 {
    font-size: 60px;
  }

  /* line 1402, ../scss/_module.scss */
  .threeRows {
    width: 33.33%;
  }
  /* line 1404, ../scss/_module.scss */
  .threeRows img {
    width: 70%;
  }
  /* line 1407, ../scss/_module.scss */
  .threeRows h2 {
    font-size: 22px;
    line-height: 28px;
  }

  /* line 1413, ../scss/_module.scss */
  .schwerpunkte h2.small {
    padding-bottom: 30px;
  }

  /* line 1418, ../scss/_module.scss */
  .mitarbeiter .schwerpunkte_div {
    padding: 0 20px !important;
  }
  /* line 1420, ../scss/_module.scss */
  .mitarbeiter .schwerpunkte_div img {
    margin-top: -105px;
  }
  /* line 1424, ../scss/_module.scss */
  .mitarbeiter .schwerpunkte_div + .schwerpunkte_div {
    margin-top: 0 !important;
  }

  /* line 1429, ../scss/_module.scss */
  .fourRows {
    width: 50%;
    padding: 150px 2% 0;
  }
  /* line 1432, ../scss/_module.scss */
  .fourRows .imgWrapper {
    min-height: 120px;
  }
  /* line 1435, ../scss/_module.scss */
  .fourRows h2 {
    font-size: 22px;
  }

  /* line 1440, ../scss/_module.scss */
  .fourRows.progress_steps h2 {
    margin-top: -30px;
  }

  /* line 1444, ../scss/_module.scss */
  .fourRows ul.withoutArrow::after {
    left: 100%;
    top: -70px;
    margin-left: 0;
  }

  /* line 1449, ../scss/_module.scss */
  .fourRows ul.withArrow::after {
    background: url("../img/progress_arrow_right.png") no-repeat;
    display: inline-block;
    left: 105%;
    top: -70px;
    margin-left: 0;
  }

  /* line 1456, ../scss/_module.scss */
  .fourRows.step_3 {
    clear: both;
  }

  /* line 1460, ../scss/_module.scss */
  .fourRows.progress_steps.step_2 h2 {
    margin-top: 0px;
  }

  /* line 1464, ../scss/_module.scss */
  .fourRows.step_2 ul.withArrow::after {
    display: none;
  }

  /* line 1468, ../scss/_module.scss */
  .mix {
    width: 50%;
  }

  /* line 1473, ../scss/_module.scss */
  .text.text_grid .know-how {
    width: 50%;
  }

  /* line 1479, ../scss/_module.scss */
  #portfolio .text {
    padding-left: 13%;
    padding-right: 13%;
  }

  /* line 1485, ../scss/_module.scss */
  .mix .show_details {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1488, ../scss/_module.scss */
  .mix .show_details h4 {
    padding: 10px 0 20px;
  }
  /* line 1491, ../scss/_module.scss */
  .mix .show_details p {
    display: block;
  }

  /* line 1497, ../scss/_module.scss */
  .infoLayer ul {
    padding-top: 10px;
  }
  /* line 1499, ../scss/_module.scss */
  .infoLayer ul h4 {
    font-size: 150%;
  }

  /* line 1506, ../scss/_module.scss */
  .ref_detail .portfolio_text ul {
    position: absolute;
  }
  /* line 1509, ../scss/_module.scss */
  .ref_detail .portfolio_text .portfolio_text_bilder {
    width: 30%;
    margin-bottom: 0;
    padding-top: 15px;
  }
  /* line 1514, ../scss/_module.scss */
  .ref_detail .portfolio_text .portfolio_text_text {
    width: 70%;
    padding-left: 40px;
  }
  /* line 1518, ../scss/_module.scss */
  .ref_detail .portfolio_text .portfolio_text_dienstleistung {
    width: 30%;
  }

  /* line 1537, ../scss/_module.scss */
  .xform {
    width: 100%;
    padding: 40px 0 180px;
  }
  /* line 1540, ../scss/_module.scss */
  .xform p {
    padding: 20px 20px 0 0;
  }
  /* line 1543, ../scss/_module.scss */
  .xform h3 {
    padding-top: 0;
  }
  /* line 1546, ../scss/_module.scss */
  .xform .formlabel-name {
    width: 46%;
  }
  /* line 1549, ../scss/_module.scss */
  .xform input {
    clear: none;
  }
  /* line 1552, ../scss/_module.scss */
  .xform .formtext {
    width: 50%;
  }
  /* line 1555, ../scss/_module.scss */
  .xform textarea {
    width: 100%;
  }
  /* line 1558, ../scss/_module.scss */
  .xform .formsubmit {
    width: 100%;
    margin-top: -175px;
  }

  /* line 1564, ../scss/_module.scss */
  .social_media {
    clear: both;
    padding: 50px 0;
    text-align: center;
  }
  /* line 1568, ../scss/_module.scss */
  .social_media img {
    margin: 0 5px;
  }

  /* line 1573, ../scss/_module.scss */
  #map-canvas {
    clear: both;
    float: left;
    width: 100%;
    height: 500px;
    opacity: 1;
  }
  /* line 1579, ../scss/_module.scss */
  #map-canvas #firstHeading {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding-left: 10px;
  }
  /* line 1585, ../scss/_module.scss */
  #map-canvas #bodyContent {
    line-height: 18px;
    text-align: left;
    padding-left: 10px;
  }

  /* line 1591, ../scss/_module.scss */
  .contact #map-canvas {
    clear: both;
    float: left;
    width: 100%;
    height: 600px;
    opacity: 1;
  }

  /* line 1604, ../scss/_module.scss */
  .content > h2 {
    margin-bottom: 100px;
    margin-top: 80px;
  }

  /* line 1609, ../scss/_module.scss */
  .subheadline {
    clear: both;
    float: left;
    color: #fff;
    padding-bottom: 30px;
  }

  /* line 1615, ../scss/_module.scss */
  .subheadline ~ .subheadline {
    padding-top: 50px;
  }

  /* line 1619, ../scss/_module.scss */
  .content .text ul li {
    clear: both;
    list-style: disc;
    margin-left: 30px;
    padding: 5px 0 5px 10px;
  }

  /* line 1625, ../scss/_module.scss */
  .content .text ul li:last-child {
    padding-bottom: 15px;
  }

  /* line 1628, ../scss/_module.scss */
  .content .twoRows + .twoRows {
    padding-top: 80px;
  }

  /* line 1631, ../scss/_module.scss */
  .content h2 ~ .twoRows {
    padding: 0 9.2%;
  }

  /* line 1635, ../scss/_module.scss */
  .content #portfoliolist {
    padding-top: 0;
  }

  /* line 1638, ../scss/_module.scss */
  .img_div {
    clear: both;
    float: left;
    padding: 0 9.2% 40px;
  }
}
@media screen and (min-width: 1000px) {
  /* line 1646, ../scss/_module.scss */
  .referenzen h2 {
    text-align: left;
    padding: 0 11.5%;
  }

  /* line 1651, ../scss/_module.scss */
  .teaser_text.center {
    margin: 0 auto;
    width: 83.3%;
  }

  /* line 1656, ../scss/_module.scss */
  .withoutMaxWidth .teaser_text {
    padding: 30px 0;
  }
  /* line 1659, ../scss/_module.scss */
  .withoutMaxWidth .teaser_text.center {
    padding: 30px 0px;
  }

  /* line 1670, ../scss/_module.scss */
  #about_us .text {
    padding: 0 0%;
  }
  /* line 1672, ../scss/_module.scss */
  #about_us .text h3 {
    width: 100%;
    font-size: 30px;
  }
  /* line 1676, ../scss/_module.scss */
  #about_us .text .text_text_80 {
    clear: none;
  }

  /* line 1680, ../scss/_module.scss */
  #portfolio .text {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #191919;
  }
  /* line 1686, ../scss/_module.scss */
  #portfolio .text p {
    padding: 20px 25%;
  }

  /* line 1690, ../scss/_module.scss */
  .text_bilder {
    float: left;
    width: 20%;
  }

  /* line 1694, ../scss/_module.scss */
  .text_text {
    width: 100%;
  }

  /* line 1697, ../scss/_module.scss */
  .text h3 {
    float: left;
  }

  /* line 1700, ../scss/_module.scss */
  #portfolio .text_headline {
    float: none;
  }

  /* line 1704, ../scss/_module.scss */
  .text_text p {
    clear: both;
    float: left;
  }

  /* line 1708, ../scss/_module.scss */
  .text_text_80 p {
    clear: both;
    float: left;
    padding-top: 40px;
  }

  /* line 1713, ../scss/_module.scss */
  .section_onepager p {
    line-height: 24px;
    font-family: "Ubuntu", Arial, Tahoma, Helvetica, Sans-Serif;
  }

  /* line 1717, ../scss/_module.scss */
  .gal_gross {
    margin-bottom: 15px;
  }

  /* line 1722, ../scss/_module.scss */
  #learn_more #more_info {
    padding: 0 25%;
  }

  /* line 1726, ../scss/_module.scss */
  #portfolio .mix {
    margin: 40px 0 0;
  }

  /* line 1730, ../scss/_module.scss */
  .twoRows {
    width: 50%;
    float: left;
    color: #fff;
    padding: 0 6.3% 0 12%;
  }
  /* line 1735, ../scss/_module.scss */
  .twoRows p {
    clear: both;
    float: left;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  /* line 1741, ../scss/_module.scss */
  .twoRows img {
    clear: both;
    float: left;
  }

  /* line 1746, ../scss/_module.scss */
  .twoRows + .twoRows {
    padding: 0 16.6% 0 1.4%;
  }

  /* line 1751, ../scss/_module.scss */
  .threeRows img {
    width: 150px;
  }
  /* line 1754, ../scss/_module.scss */
  .threeRows h2 {
    font-size: 30px;
  }

  /* line 1758, ../scss/_module.scss */
  .threeRows.schwerpunkte_div {
    padding: 0 40px 0 0;
  }
  /* line 1760, ../scss/_module.scss */
  .threeRows.schwerpunkte_div .icon_headline {
    margin-top: 2px;
  }

  /* line 1765, ../scss/_module.scss */
  .fourRows {
    width: 25%;
  }
  /* line 1767, ../scss/_module.scss */
  .fourRows .imgWrapper {
    min-height: 185px;
  }
  /* line 1770, ../scss/_module.scss */
  .fourRows img {
    width: 100%;
  }

  /* line 1774, ../scss/_module.scss */
  .fourRows.step_3 {
    clear: none;
  }

  /* line 1778, ../scss/_module.scss */
  .fourRows.progress_steps.step_2 h2 {
    margin-top: -30px;
  }

  /* line 1782, ../scss/_module.scss */
  .fourRows.step_2 ul.withArrow::after {
    background: url("../img/progress_arrow_right.png") no-repeat;
    display: inline-block;
  }

  /* line 1787, ../scss/_module.scss */
  .mix {
    width: 25%;
  }

  /* line 1790, ../scss/_module.scss */
  .mix:nth-child(4):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* line 1800, ../scss/_module.scss */
  .contactform .address #show_adress {
    display: none;
  }
  /* line 1803, ../scss/_module.scss */
  .contactform .address #hide_address {
    display: none;
  }

  /* line 1823, ../scss/_module.scss */
  .ref_detail .portfolio_text .portfolio_text_bilder {
    width: 20%;
  }
  /* line 1826, ../scss/_module.scss */
  .ref_detail .portfolio_text .portfolio_text_text {
    width: 50%;
  }
  /* line 1829, ../scss/_module.scss */
  .ref_detail .portfolio_text .portfolio_text_dienstleistung {
    width: 20%;
    padding-left: 40px;
    padding-bottom: 0;
  }

  /* line 1837, ../scss/_module.scss */
  #fullPreview {
    background-color: #222222;
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
    padding: 50px 0 30px 0;
    display: none;
  }
  /* line 1845, ../scss/_module.scss */
  #fullPreview img,
  #fullPreview .fullCaption {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* line 1851, ../scss/_module.scss */
  #fullPreview .fullCaption {
    color: #fff;
    margin: 15px auto 0 auto;
  }
  /* line 1855, ../scss/_module.scss */
  #fullPreview figure {
    background-image: url("../img/effects/close.png");
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }

  /* line 1867, ../scss/_module.scss */
  .infoLayer ul {
    padding: 50px 0 0 0;
  }
  /* line 1870, ../scss/_module.scss */
  .infoLayer ul h4 {
    font-size: 180%;
  }

  /* line 1897, ../scss/_module.scss */
  .social_media img {
    margin: 0 15px;
  }

  /* line 1901, ../scss/_module.scss */
  .xform {
    width: 76%;
  }
  /* line 1903, ../scss/_module.scss */
  .xform p {
    padding: 2%;
  }
  /* line 1906, ../scss/_module.scss */
  .xform .formsubmit {
    clear: none;
    margin-top: -80px;
    padding: 0 40%;
  }

  /* line 1914, ../scss/_module.scss */
  .content > h2 {
    margin-bottom: 40px;
    margin-top: 80px;
  }

  /* line 1919, ../scss/_module.scss */
  .subheadline {
    clear: both;
    float: left;
    color: #fff;
    padding-bottom: 30px;
  }

  /* line 1925, ../scss/_module.scss */
  .subheadline ~ .subheadline {
    padding-top: 50px;
  }

  /* line 1929, ../scss/_module.scss */
  .content .twoRows + .twoRows {
    padding-top: 0;
  }

  /* line 1933, ../scss/_module.scss */
  .address {
    position: absolute;
    top: 200px;
    right: 70px;
    width: 310px;
    padding: 15px 20px;
  }
  /* line 1939, ../scss/_module.scss */
  .address #show_address {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  /* line 1663, ../scss/_module.scss */
  .section_onepager > .text {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  /* line 1809, ../scss/_module.scss */
  .mix {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1200px) {
  /* line 1815, ../scss/_module.scss */
  #mixit h2 {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1945, ../scss/_module.scss */
  .threeRows.schwerpunkte_div {
    padding: 0 40px;
  }
  /* line 1947, ../scss/_module.scss */
  .threeRows.schwerpunkte_div .icon_headline {
    margin-top: 13px;
  }

  /* line 1953, ../scss/_module.scss */
  .text.text_grid .know-how {
    padding: 70px;
  }
  /* line 1956, ../scss/_module.scss */
  .text.text_grid .left_text {
    padding-left: 0 !important;
    float: right;
  }
  /* line 1960, ../scss/_module.scss */
  .text.text_grid .right_text {
    padding-right: 0 !important;
  }

  /* line 1965, ../scss/_module.scss */
  .address {
    right: 25%;
  }
}
/* line 1, ../scss/_snippets.scss */
.snip1384 {
  position: relative !important;
  float: left !important;
  overflow: hidden !important;
  margin: 10px 1% !important;
  min-width: 230px !important;
  max-width: 315px !important;
  width: 100% !important;
  color: white !important;
  text-align: left !important;
  font-size: 16px !important;
  background-color: black !important;
}

/* line 14, ../scss/_snippets.scss */
figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* line 20, ../scss/_snippets.scss */
figure.snip1384 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

/* line 26, ../scss/_snippets.scss */
figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 33, ../scss/_snippets.scss */
figure.snip1384:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}

/* line 40, ../scss/_snippets.scss */
figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px;
}

/* line 45, ../scss/_snippets.scss */
figure.snip1384 h4,
figure.snip1384 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}

/* line 50, ../scss/_snippets.scss */
figure.snip1384 h4 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
}

/* line 57, ../scss/_snippets.scss */
figure.snip1384 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

/* line 66, ../scss/_snippets.scss */
figure.snip1384 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* line 76, ../scss/_snippets.scss */
figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 85, ../scss/_snippets.scss */
figure.snip1384:hover img,
figure.snip1384.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

/* line 92, ../scss/_snippets.scss */
figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

/* line 105, ../scss/_snippets.scss */
figure.snip1384:hover h4,
figure.snip1384.hover h4,
figure.snip1384:hover p,
figure.snip1384.hover p,
figure.snip1384:hover i,
figure.snip1384.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

/* Demo purposes only */
/* line 111, ../scss/_snippets.scss */
body {
  background-color: #212121;
}
