@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
pre,
iframe,
hr,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%; }

i {
  font-style: normal; }

img,
video {
  max-width: 100%;
  height: auto; }

*:focus {
  outline: none; }

a {
  color: inherit;
  text-decoration: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition-delay: 9999s; }

body {
  font-family: "Open Sans";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #242424; }

ul {
  list-style: disc; }

.h1, .h2, .h3, .h4, .quote-title {
  font-family: "Titillium Web";
  letter-spacing: 0px; }

.h1 {
  font-size: 40px;
  line-height: 42px; }
  @media only screen and (max-width: 639px) {
    .h1 {
      font-size: 32px;
      line-height: 1.4; } }

.h2, .h3, .h4 {
  line-height: 1;
  font-weight: 300; }

.h2 {
  font-size: 45px; }
  @media only screen and (max-width: 639px) {
    .h2 {
      font-size: 30px; } }

.h3 {
  font-size: 26px; }
  @media only screen and (max-width: 639px) {
    .h3 {
      font-size: 22px; } }

.h4 {
  font-size: 24px; }
  @media only screen and (max-width: 639px) {
    .h4 {
      font-size: 20px; } }

.h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600; }
  @media only screen and (max-width: 639px) {
    .h5 {
      font-size: 16px;
      font-weight: 600; } }

.h6 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600; }

.quote-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 38px; }
  @media only screen and (max-width: 639px) {
    .quote-title {
      font-size: 20px;
      line-height: 24px; } }

.main-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.5px; }

.main-text-small {
  font-size: 14px;
  line-height: 18px; }

.smallprint {
  font-family: "Titillium Web";
  font-size: 13px;
  letter-spacing: 0px; }

.text-italic {
  font-style: italic; }

.text-bold {
  font-weight: 600; }

.text-light {
  font-weight: 300; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.highlight {
  display: block;
  padding-left: 30px;
  font-weight: 600;
  font-style: normal; }
  @media only screen and (max-width: 639px) {
    .highlight {
      margin-top: 10px;
      padding-left: 0; } }

.text-primary {
  color: #3a4882; }

.text-secondary {
  color: #00b389; }

.text-dark-gray {
  color: #565656; }

.text-white {
  color: #fff; }

.text-error {
  color: #eb3719; }

.emphasize-text {
  font-family: "Titillium Web";
  font-size: 16px;
  color: #242424;
  line-height: 1.2;
  font-weight: 600; }

.text-link {
  font-weight: 400;
  color: #242424; }
  .text-link i {
    padding-right: 5px; }
  .text-link:hover {
    color: #3a4882; }

.contact-link:hover i {
  color: #242424; }

.no-line-break {
  white-space: nowrap; }

.space-top-5 {
  margin-top: 5px; }

.space-bottom-5 {
  margin-bottom: 5px; }

.space-top-10 {
  margin-top: 10px; }

.space-bottom-10 {
  margin-bottom: 10px; }

.space-top-15 {
  margin-top: 15px; }

.space-bottom-15 {
  margin-bottom: 15px; }

.space-top-20 {
  margin-top: 20px; }

.space-bottom-20 {
  margin-bottom: 20px; }

.space-top-25 {
  margin-top: 25px; }

.space-bottom-25 {
  margin-bottom: 25px; }

.space-top-30 {
  margin-top: 30px; }

.space-bottom-30 {
  margin-bottom: 30px; }

.space-top-35 {
  margin-top: 35px; }

.space-bottom-35 {
  margin-bottom: 35px; }

.space-top-40 {
  margin-top: 40px; }

.space-bottom-40 {
  margin-bottom: 40px; }

.space-top-50 {
  margin-top: 50px; }

.space-bottom-50 {
  margin-bottom: 50px; }

@media only screen and (max-width: 959px) {
  .space-bottom-tablet-20 {
    margin-bottom: 20px; } }

@media only screen and (max-width: 639px) {
  .hide-on-phone {
    display: none !important; } }

.show-on-phone {
  display: none; }
  @media only screen and (max-width: 639px) {
    .show-on-phone {
      display: initial; } }

.show-on-tablet {
  display: none; }
  @media only screen and (max-width: 959px) {
    .show-on-tablet {
      display: initial; } }

@media only screen and (max-width: 959px) {
  .hide-on-tablet {
    display: none !important; } }

.icon-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .icon-list--centered {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .icon-list:not(:last-of-type) {
    padding-bottom: 15px; }
  .icon-list i {
    margin-right: 20px; }

.feature-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }
  .feature-list--column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; }
    .feature-list--column .feature-list__item {
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px; }
      .feature-list--column .feature-list__item:last-of-type {
        border-bottom: 0; }
  .feature-list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48%;
    min-height: 36px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #bdc3c7; }
    .feature-list__item:nth-of-type(odd) {
      margin-right: 2%; }
  .feature-list__icon {
    padding-right: 20px; }
  @media only screen and (max-width: 639px) {
    .feature-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column; }
      .feature-list__item {
        width: 100%; } }

.container {
  box-sizing: content-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 64px; }
  @media only screen and (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media only screen and (max-width: 959px) {
    .container {
      box-sizing: border-box;
      width: 100%;
      padding: 40px 32px; } }
  @media only screen and (max-width: 639px) {
    .container {
      padding: 32px 16px; } }

.flexbox-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .content__row {
    width: 50%; }
    .content__row:nth-of-type(odd) {
      padding-right: 5%; }
    .content__row--25 {
      width: 25%; }
    .content__row--33 {
      width: 33.33%; }
    .content__row--45 {
      width: 45%; }
    .content__row--55 {
      width: 55%; }
    .content__row--66 {
      width: 66.66%; }
    .content__row--75 {
      width: 75%; }
  @media only screen and (max-width: 959px) {
    .content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content .h2 {
        align-self: flex-start; }
      .content__row--25, .content__row--33, .content__row--45, .content__row--55, .content__row--66, .content__row--75 {
        width: 100%; } }
  @media only screen and (max-width: 639px) {
    .content {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column; }
      .content__row {
        width: 100%; }
        .content__row:first-of-type {
          padding-bottom: 20px; } }

.section-highlight {
  background-color: #f7f7f7; }

.main-menu {
  position: fixed;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 48px;
  text-align: center;
  z-index: 3; }
  .main-menu__item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 0px 8px #888;
    margin-bottom: 3px; }
    .main-menu__item:hover .main-menu__tooltip {
      display: block; }
  .main-menu__link {
    width: 48px;
    height: 48px;
    background-color: #fff;
    color: #242424;
    font-size: 18px;
    line-height: 48px; }
  .main-menu__tooltip {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #242424; }
  @media only screen and (max-width: 959px) {
    .main-menu__item:hover .main-menu__tooltip {
      display: none; } }

.main-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 365px;
  padding: 20px;
  transition: transform ease 0.5s;
  transform: translateX(100%);
  background-color: #3a4882;
  color: #fff;
  z-index: 7;
  overflow-y: scroll;
  overflow-x: hidden; }
  .main-sidebar__close {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    background-color: #3a4882;
    text-align: center;
    cursor: pointer; }
@-moz-document url-prefix() {
  .main-sidebar__close {
    padding-bottom: 5px; } }
    .main-sidebar__close:hover {
      border-color: #242424;
      color: #242424; }
  .main-sidebar__divider {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff; }
  .main-sidebar__logo {
    padding-right: 50px;
    padding-left: 50px; }
  .main-sidebar__link-list {
    list-style: none; }
  .main-sidebar__link-list-item:not(:last-of-type) {
    padding-bottom: 10px; }
  .main-sidebar .icon-list:hover .main-sidebar__icon {
    color: #354a54; }
  .main-sidebar__icon {
    color: #fff;
    padding-top: 3px;
    margin-right: 20px;
    opacity: 0.8; }
  .main-sidebar__contact {
    padding-left: 20px; }
  .main-sidebar__contact-icon {
    font-size: 20px;
    padding-right: 5px; }
  .main-sidebar__background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 6;
    background-color: #242424;
    opacity: 0.5; }
  .main-sidebar.is-open {
    transition: transform ease 0.5s;
    transform: translateX(0); }
    .main-sidebar.is-open + .main-sidebar__background {
      display: block; }
  @media only screen and (max-width: 959px) {
    .main-sidebar {
      width: 260px;
      right: inherit;
      left: 0;
      transform: translateX(-100%); }
      .main-sidebar__logo {
        padding-right: 0;
        padding-left: 0; }
      .main-sidebar__link-list {
        border-bottom: 0; }
      .main-sidebar__link-list-item:not(:last-of-type) {
        padding-bottom: 15px; } }

.social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: #fff; }
  .social-links__item {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px; }
    .social-links__item:hover {
      box-shadow: 0px 5px 15px 0px rgba(27, 27, 27, 0.3); }
    .social-links__item--xing {
      margin-right: 5px;
      background-color: #cfdc00; }
    .social-links__item--linked {
      background-color: #3399cc; }

.info-box {
  border-radius: 3px;
  padding: 10px 15px; }

.card {
  padding: 30px; }
  .card--light {
    background-color: #fff; }
  @media only screen and (max-width: 1024px) {
    .card .button {
      font-size: 14px; } }

.border-primary {
  border: 1px solid #3a4882; }

.cta-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.button {
  padding: 15px 20px;
  border: none;
  border-radius: 2em;
  font-size: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-align: center; }
  .button i {
    font-size: 12px;
    margin-right: 15px; }
  .button:hover {
    box-shadow: 0 3px 10px 0 rgba(102, 102, 255, 0.3);
    transform: translateY(2px); }

.primary {
  color: #fff;
  background-color: #3a4882; }

.secondary {
  color: #fff;
  background-color: #00b389; }

.button-hollow-primary {
  display: inline-block;
  padding: 19px 30px;
  border: 1px solid #3a4882;
  border-radius: 3px;
  color: #3a4882;
  text-transform: uppercase;
  font-size: 12px; }
  .button-hollow-primary:hover {
    background-color: #3a4882;
    color: #fff; }

.small-button {
  padding: 5px 14px;
  font-size: 12px;
  line-height: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer; }
  .small-button:hover {
    box-shadow: 0 3px 10px 0 rgba(102, 102, 255, 0.3);
    transform: translateY(2px); }

.customer-button {
  position: fixed;
  bottom: 55px;
  left: 35px;
  z-index: 3;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  opacity: 0; }
  .customer-button.is-visible {
    opacity: 1;
    transition: opacity 0.7s ease; }
  @media only screen and (max-width: 959px) {
    .customer-button {
      bottom: 32px;
      left: 32px; } }
  @media only screen and (max-width: 639px) {
    .customer-button {
      bottom: 16px;
      left: 16px; } }

@font-face {
  font-family: "VI-Icons";
  src: url("../assets/fonts/VI-Icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="VI-Icons-"], [class*=" VI-Icons-"] {
  font-family: "VI-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/dfd_icon_set.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block; }
[class^="dfd-icon-"], [class*=" dfd-icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/font-awsome-custom.woff") format("woff"); }
.fab, .far, .fas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400; }

.fa-user-clock:before {
  content: ""; }

.fa-sort-down:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.icon-40 {
  font-size: 40px; }

.icon-30 {
  font-size: 30px; }

.icon-25 {
  font-size: 25px; }

.icon-20 {
  font-size: 20px; }

.icon-circle {
  padding: 10px;
  font-size: 25px;
  border-radius: 50%;
  color: #fff;
  background-color: #3a4882; }

.dfd-icon-mouse2:before {
  content: ""; }

.dfd-icon-compass:before {
  content: ""; }

.dfd-icon-euro:before {
  content: ""; }

.dfd-icon-graph_growth:before {
  content: ""; }

.dfd-icon-cardiograph:before {
  content: ""; }

.dfd-icon-tree:before {
  content: ""; }

.dfd-icon-hand_globe:before {
  content: ""; }

.dfd-icon-pen2:before {
  content: ""; }

.dfd-icon-map:before {
  content: ""; }

.dfd-icon-clock_2:before {
  content: ""; }

.dfd-icon-send_mail:before {
  content: ""; }

.dfd-icon-speedometer:before {
  content: ""; }

.dfd-icon-leafs:before {
  content: ""; }

.dfd-icon-browser_website:before {
  content: ""; }

.dfd-icon-server_computer:before {
  content: ""; }

.dfd-icon-laptop:before {
  content: ""; }

.dfd-icon-settings_2:before {
  content: ""; }

.dfd-icon-clipboard2:before {
  content: ""; }

.VI-Icons-file-clip:before {
  content: ""; }

.VI-Icons-files-2:before {
  content: ""; }

.VI-Icons-lock:before {
  content: ""; }

.VI-Icons-letters:before {
  content: ""; }

.VI-Icons-switches:before {
  content: ""; }

.VI-Icons-file-exchange:before {
  content: ""; }

.VI-Icons-file-bookmark:before {
  content: ""; }

.VI-Icons-list-heart:before {
  content: ""; }

.VI-Icons-qr-code:before {
  content: ""; }

.VI-Icons-more-circle-horizontal-filled:before {
  content: ""; }

.VI-Icons-file-copy:before {
  content: ""; }

.VI-Icons-telephone:before {
  content: ""; }

.VI-Icons-email-at:before {
  content: ""; }

.VI-Icons-circle-right:before {
  content: ""; }

.VI-Icons-info-circle:before {
  content: ""; }

.VI-Icons-check-circle-alt:before {
  content: ""; }

.VI-Icons-list-2:before {
  content: ""; }

.VI-Icons-comment-3-write:before {
  content: ""; }

.VI-Icons-edit-square:before {
  content: ""; }

.VI-Icons-folder-upload:before {
  content: ""; }

.VI-Icons-magic-wand:before {
  content: ""; }

.VI-Icons-circle-right-3:before {
  content: ""; }

.VI-Icons-check-square:before {
  content: ""; }

.VI-Icons-question-circle:before {
  content: ""; }

.content-header {
  position: relative;
  height: 360px;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover; }
  .content-header--overview {
    background-image: url("../assets/img/header_bg/header_overview.jpg"); }
  .content-header--download {
    background-image: url("../assets/img/header_bg/header_download.jpg"); }
  .content-header--company {
    background-image: url("../assets/img/header_bg/header_company.jpg"); }
  .content-header--contact {
    background-image: url("../assets/img/header_bg/header_contact.jpg"); }
  .content-header--datenschutz {
    background-image: url("../assets/img/header_bg/header_datenschutz.jpg"); }
  .content-header--faqs {
    background-image: url("../assets/img/header_bg/header_faqs.jpg"); }
  .content-header--homeoffice {
    background-image: url("../assets/img/header_bg/header_homeoffice.jpg"); }
  .content-header--impressum {
    background-image: url("../assets/img/header_bg/header_impressum.jpg"); }
  .content-header--bau {
    background-image: url("../assets/img/header_bg/header_bau.jpg"); }
  .content-header--umwelt {
    background-image: url("../assets/img/header_bg/header_umwelt.jpg"); }
  .content-header--immobilien {
    background-image: url("../assets/img/header_bg/header_immobilien.jpg"); }
  .content-header--news {
    background-image: url("../assets/img/header_bg/header_news.jpg"); }
  .content-header--hybrid {
    background-image: url("../assets/img/header_bg/header_hybrid.jpg"); }
  .content-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.5) 100%); }
  .content-header--overview {
    background-color: #f8f8f8;
    background-size: auto; }
  .content-header--download {
    background-position-y: 27%; }
  .content-header--faqs {
    background-position-y: 83%; }
  .content-header--company, .content-header--impressum, .content-header--bau {
    background-position-y: 44%; }
  .content-header--datenschutz {
    background-position-y: 56%; }
  .content-header--homeoffice, .content-header--bau, .content-header--immobilien {
    height: 500px; }
  .content-header--umwelt {
    background-size: auto;
    background-position-y: top; }
  .content-header--immobilien {
    background-size: contain; }
    .content-header--immobilien .content-header__title {
      max-width: 665px; }
  .content-header--bau {
    background-size: contain; }
  .content-header--news {
    background-position-y: 24%;
    background-position-x: center; }
  .content-header--hybrid {
    background-position-y: center;
    background-size: cover;
    background-position-x: center; }
  .content-header--homeoffice {
    background-position-y: bottom; }
    .content-header--homeoffice::before {
      background-color: #fff;
      opacity: 0.6; }
  .content-header__logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60%;
    max-width: 269px;
    z-index: 5; }
  .content-header__container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: calc(1200px + 128px);
    margin-right: auto;
    margin-left: auto;
    padding: 64px 64px; }
  .content-header__title {
    max-width: 600px; }
  .content-header__breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 64px;
    right: 64px;
    background-color: #fff;
    padding: 15px 30px 0; }
  @media only screen and (max-width: 1199px) {
    .content-header__container {
      max-width: calc(960px + 128px); } }
  @media only screen and (max-width: 959px) {
    .content-header--immobilien {
      background-size: cover; }
    .content-header--bau {
      background-size: auto; }
    .content-header__container {
      width: 100%;
      padding: 40px 32px; }
    .content-header__breadcrumbs {
      left: 0;
      right: 0; } }
  @media only screen and (max-width: 639px) {
    .content-header--news {
      background-position-x: 37%; }
      .content-header--news .content-header__title {
        max-width: 190px; }
    .content-header__container {
      padding: 32px 16px; }
    .content-header__logo {
      top: 32px;
      left: 16px; }
    .content-header__breadcrumbs {
      padding-right: 16px;
      padding-left: 16px; } }

.main-footer {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 5vw; }
  .main-footer__paper-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-image: url("../assets/img/paper_shadow.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain; }
  .main-footer__row {
    width: 33.33%; }
    .main-footer__row:not(:last-of-type) {
      padding-right: 15px; }
  .main-footer__bulletpoint {
    margin-bottom: 10px; }
  .main-footer__members {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main-footer__members img {
      width: 150px;
      margin: 10px; }
  .main-footer__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5vw;
    padding-left: 5vw;
    height: 46px;
    background-color: #e1e1e1; }
  .main-footer__trust {
    width: 156px; }
  @media only screen and (max-width: 1024px) {
    .main-footer__bottom {
      padding-right: 3vw;
      padding-left: 3vw; } }
  @media only screen and (max-width: 959px) {
    .main-footer {
      padding: 30px 50px; }
      .main-footer__members {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  @media only screen and (max-width: 639px) {
    .main-footer__row {
      width: 100%; }
      .main-footer__row:first-of-type {
        margin-bottom: 30px; }
    .main-footer__bottom {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: auto;
      padding: 32px 10px; }
      .main-footer__bottom .text-dark-gray {
        margin-bottom: 20px; }
      .main-footer__bottom .social-links {
        margin-top: 20px; } }

.section-mac-manual .content {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.section-mac-manual__image {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.manual-list {
  margin-left: 15px; }

/*# sourceMappingURL=mac_manual.css.map */
