@charset "UTF-8";
/*
    Created on : 10.01.2018, 07:56:09
    Author     : Andy Weichler
*/
/* 
    Created on : 2018-01-10
    Author     : Andy Weichler
*/
/*
Extra small
<576px 	Small
≥576px 	Medium
≥768px 	Large
≥992px 	Extra large
≥1200px
*/
/* 
    Created on : 23.06.2015, 10:29:42
    Author     : andyweichler
*/
/* 
    Created on : 24.01.2018, 07:22:44
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
/*
    Created on : 10.01.2018, 07:55:19
    Author     : andy
*/
/*
https://github.com/pierreburel/sass-rem/blob/master/_rem.scss
*/
/*
    Created on : 11.01.2017, 08:31:54
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
/**
* Funktioniert nur im Zusammenspiel mit modernizr oder ähnlichem.
* Wenn $enabled = true ist, wird ein Selektor auf html.js angelegt,
* wenn $enabled = false ist, wird html.no-js angelegt.
*/
/* 
    Created on : 30.01.2018, 09:14:26
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
/*
    Created on : 23.01.2018, 15:46:50
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
h1, .h1 {
  font-size: 3.125rem; }

h2, .h2 {
  font-size: 3rem; }

h3, .h3, .ref-subheadline {
  font-size: 1.5rem; }

h4, .h4, .article-teaser-waterfall-entry .article-title, .article-teaser .article-title {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.875rem; }

/* 
    Created on : 21.02.2017, 14:26:09
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
.display-flex {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -khtml-flex;
  display: flex; }

.flex-direction-row {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row; }

.flex-direction-row-reverse {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

.flex-direction-column-reverse {
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex-wrap-nowrap {
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-wrap-wrap {
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-wrap-reverse {
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -o-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

/* 
    Created on : 30.11.2015, 15:13:43
    Author     : andyweichler
*/
html.js .link-lazy-load {
  position: relative;
  top: -400px;
  visibility: hidden; }

/*
    Created on : 10.01.2018, 13:18:02
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
.bg-red {
  background-color: #e3000f; }

.bg-red-on-hover:hover {
  background-color: #e3000f; }

.bg-dark-grey {
  background-color: #4b4b4b; }

.bg-light-grey {
  background-color: #efedee; }

.bg-lighter-grey {
  background-color: #f9f9f9; }

.bg-grey {
  background-color: #666666; }

.color-white {
  color: white; }

.links-color-white a {
  color: white; }
  .links-color-white a:focus {
    color: white; }
  .links-color-white a:hover {
    color: white; }
  .links-color-white a:active {
    color: white; }

.padding-default-from-btn {
  padding: 0.5rem 1rem; }

.padding-default-lr-from-btn {
  padding-left: 1rem;
  padding-right: 1rem; }

.padding-default-tb-from-btn, .website-copyright {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.btn-transparent {
  color: inherit;
  background-color: transparent;
  border-color: transparent; }

.border-bottom-transparent {
  border-bottom: 8px solid transparent; }

.border-bottom-red, .navbar .main-navigation-desktop > li.show > a {
  border-bottom: 8px solid #e3000f; }

.border-bottom-red-on-hover, .navbar .main-navigation-desktop > li > a.nav-link, .article-teaser-waterfall-entry > a, .article-teaser > a, .industry-teaser-brick, .ref-teaser a {
  border-bottom: 8px solid transparent; }
  .border-bottom-red-on-hover:hover, .navbar .main-navigation-desktop > li > a.nav-link:hover, .article-teaser-waterfall-entry > a:hover, .article-teaser > a:hover, .industry-teaser-brick:hover, .ref-teaser a:hover {
    border-bottom: 8px solid #e3000f; }

.default-inner-gap {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem; }

.link-unstyled, .flying-box a, .ref-teaser a {
  text-decoration: none;
  color: inherit; }
  .link-unstyled:visited, .flying-box a:visited, .ref-teaser a:visited {
    color: inherit; }
  .link-unstyled:focus, .flying-box a:focus, .ref-teaser a:focus {
    color: inherit; }
  .link-unstyled:hover, .flying-box a:hover, .ref-teaser a:hover {
    color: inherit; }
  .link-unstyled:active, .flying-box a:active, .ref-teaser a:active {
    color: inherit; }

.link-box, .ref-teaser a {
  display: block;
  height: 100%; }

.parallax-background {
  background: none; }

.wrapping-link, .article-teaser-waterfall-entry > a, .article-teaser > a {
  color: inherit;
  text-decoration: none;
  display: block; }
  .wrapping-link:visited, .article-teaser-waterfall-entry > a:visited, .article-teaser > a:visited {
    color: inherit; }
  .wrapping-link:focus, .article-teaser-waterfall-entry > a:focus, .article-teaser > a:focus {
    color: inherit; }
  .wrapping-link:hover, .article-teaser-waterfall-entry > a:hover, .article-teaser > a:hover {
    color: inherit; }
  .wrapping-link:active, .article-teaser-waterfall-entry > a:active, .article-teaser > a:active {
    color: inherit; }
  .wrapping-link:hover, .article-teaser-waterfall-entry > a:hover, .article-teaser > a:hover {
    text-decoration: none; }

.icon-list-vertical {
  list-style: none;
  padding-left: 0.625rem; }
  .icon-list-vertical li {
    margin-bottom: 0.625rem; }

.f-row {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -khtml-flex;
  display: flex;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row; }

.f-grow-1 {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1; }

.content-column-2, .ref-introduction {
  -moz-column-count: 2;
  -ms-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

.content-column-3 {
  -moz-column-count: 2;
  -ms-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }
  @media (min-width: 768px) {
    .content-column-3 {
      -moz-column-count: 3;
      -ms-column-count: 3;
      -webkit-column-count: 3;
      -o-column-count: 3;
      column-count: 3; } }

.content-column-4 {
  -moz-column-count: 2;
  -ms-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }
  @media (min-width: 768px) {
    .content-column-4 {
      -moz-column-count: 3;
      -ms-column-count: 3;
      -webkit-column-count: 3;
      -o-column-count: 3;
      column-count: 3; } }
  @media (min-width: 992px) {
    .content-column-4 {
      -moz-column-count: 4;
      -ms-column-count: 4;
      -webkit-column-count: 4;
      -o-column-count: 4;
      column-count: 4; } }

.wysiwyg-reset ul, .ref-keyfacts ul {
  padding-left: 1.125rem; }

.bg-default, .container-with-background-image, .ref-teaser {
  background-repeat: no-repeat;
  background-size: 100%; }

.color-red {
  color: #E3000F; }

.bg-red {
  background: #E3000F; }

.color-white {
  color: #fff; }

/* For each key in the map, created an own class */
.dp-top-0 {
  padding-top: 0; }

.dp-top-1 {
  padding-top: 2.5rem; }

.dp-top-2 {
  padding-top: 4.375rem; }

.dp-top-3 {
  padding-top: 6.875rem; }

.dp-bottom-0 {
  padding-bottom: 0; }

.dp-bottom-1 {
  padding-bottom: 2.5rem; }

.dp-bottom-2 {
  padding-bottom: 4.375rem; }

.dp-bottom-3 {
  padding-bottom: 6.875rem; }

.dp-left-0 {
  padding-left: 0; }

.dp-left-1 {
  padding-left: 2.5rem; }

.dp-left-2 {
  padding-left: 4.375rem; }

.dp-left-3 {
  padding-left: 6.875rem; }

.dp-right-0 {
  padding-right: 0; }

.dp-right-1 {
  padding-right: 2.5rem; }

.dp-right-2 {
  padding-right: 4.375rem; }

.dp-right-3 {
  padding-right: 6.875rem; }

.dm-top-0 {
  margin-top: 0; }

.dm-top-1 {
  margin-top: 2.5rem; }

.dm-top-2 {
  margin-top: 4.375rem; }

.dm-top-3 {
  margin-top: 6.875rem; }

.dm-bottom-0 {
  margin-bottom: 0; }

.dm-bottom-1 {
  margin-bottom: 2.5rem; }

.dm-bottom-2 {
  margin-bottom: 4.375rem; }

.dm-bottom-3 {
  margin-bottom: 6.875rem; }

.dm-left-0 {
  margin-left: 0; }

.dm-left-1 {
  margin-left: 2.5rem; }

.dm-left-2 {
  margin-left: 4.375rem; }

.dm-left-3 {
  margin-left: 6.875rem; }

.dm-right-0 {
  margin-right: 0; }

.dm-right-1 {
  margin-right: 2.5rem; }

.dm-right-2 {
  margin-right: 4.375rem; }

.dm-right-3 {
  margin-right: 6.875rem; }

/* For each key in the map, created an own class */
.p-top-10 {
  padding-top: 0.625rem; }

.p-top-20 {
  padding-top: 1.25rem; }

.p-top-35 {
  padding-top: 2.1875rem; }

.p-bottom-10 {
  padding-bottom: 0.625rem; }

.p-bottom-20 {
  padding-bottom: 1.25rem; }

.p-bottom-35 {
  padding-bottom: 2.1875rem; }

.p-left-10 {
  padding-left: 0.625rem; }

.p-left-20 {
  padding-left: 1.25rem; }

.p-left-35 {
  padding-left: 2.1875rem; }

.p-right-10 {
  padding-right: 0.625rem; }

.p-right-20 {
  padding-right: 1.25rem; }

.p-right-35 {
  padding-right: 2.1875rem; }

.m-top-10 {
  margin-top: 0.625rem; }

.m-top-20 {
  margin-top: 1.25rem; }

.m-top-35 {
  margin-top: 2.1875rem; }

.m-bottom-10 {
  margin-bottom: 0.625rem; }

.m-bottom-20 {
  margin-bottom: 1.25rem; }

.m-bottom-35 {
  margin-bottom: 2.1875rem; }

.m-left-10 {
  margin-left: 0.625rem; }

.m-left-20 {
  margin-left: 1.25rem; }

.m-left-35 {
  margin-left: 2.1875rem; }

.m-right-10 {
  margin-right: 0.625rem; }

.m-right-20 {
  margin-right: 1.25rem; }

.m-right-35 {
  margin-right: 2.1875rem; }

/* 
    Created on : 24.01.2018, 06:54:46
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
.btn-red, .members-card .card-body .btn-login {
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -webkit-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  background-color: #e3000f;
  color: #fff; }
  .btn-red:visited, .members-card .card-body .btn-login:visited {
    color: #fff; }
  .btn-red:focus, .members-card .card-body .btn-login:focus {
    color: #fff; }
  .btn-red:hover, .members-card .card-body .btn-login:hover {
    color: #fff; }
  .btn-red:active, .members-card .card-body .btn-login:active {
    color: #fff; }
  .btn-red:after, .members-card .card-body .btn-login:after {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f30b";
    vertical-align: auto;
    font-weight: 400; }

.btn:after {
  margin-left: 10px; }

.btn-white {
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -webkit-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff; }
  .btn-white:visited {
    color: #fff; }
  .btn-white:focus {
    color: #fff; }
  .btn-white:hover {
    color: #fff; }
  .btn-white:active {
    color: #fff; }
  .btn-white:after {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f30b";
    vertical-align: auto;
    font-weight: 400; }

.btn-grey {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-color: #efedee;
  background-color: #efedee; }
  .btn-grey:hover {
    background-color: #e3e3e3; }

/*
    Created on : 12.01.2018, 09:21:28
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
html, body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 200; }

.website-copyright {
  /*@extend .padding-default-from-btn;*/ }

.contact-header {
  /*@extend .padding-default-from-btn;*/ }
  .contact-header i {
    margin-right: 5px; }
  .contact-header .email-address {
    /*padding-left: 50px;*/ }
  .contact-header .login-form a.dropdown-toggle {
    /*@include aw-fa-icon($fa-var-sign-in, regular, before);*/ }
    .contact-header .login-form a.dropdown-toggle:after {
      display: none; }
  .contact-header .login-form .dropdown-menu {
    margin-top: .5rem;
    padding-top: 0;
    padding-bottom: 0; }
    .contact-header .login-form .dropdown-menu a {
      color: #212529; }
      .contact-header .login-form .dropdown-menu a:hover {
        color: #4b4b4b; }

.footer-top {
  /*    padding-top: 35px;*/
  padding-top: 1.625rem; }
  .footer-top nav .nav-link {
    padding-left: 0;
    padding-right: 0; }

.footer-menu {
  margin-top: -0.5rem; }

footer .social-media .nav-link {
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid white;
  padding: 0;
  display: table-cell; }
footer .social-media .nav-item {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem; }

header .social-media {
  display: inline-block; }
header .language-selector {
  display: inline-block; }

.dropdown-language-selector {
  background-color: #4b4b4b; }
  .dropdown-language-selector .dropdown-item:HOVER {
    background-color: #666666; }

.language-selector-button:focus {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

iframe {
  border: 0 none; }

.breadcrumb {
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

figcaption {
  font-size: 0.875rem; }

/*
    Created on : 12.01.2018, 15:16:43
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
.footer-legal-menu {
  /*@media screen and (max-width: $grid-breakpoint-md) {*/
  margin-left: -1rem;
  /*}*/ }
  @media screen and (max-width: 576px) {
    .footer-legal-menu .nav-item {
      /*display: block;*/
      width: 100%; } }

.navbar-breadcrumb .breadcrumb {
  background-color: transparent; }
  .navbar-breadcrumb .breadcrumb .breadcrumb-item {
    color: inherit; }
    .navbar-breadcrumb .breadcrumb .breadcrumb-item a {
      color: #e3000f; }
      .navbar-breadcrumb .breadcrumb .breadcrumb-item a:hover {
        color: #212529; }
  .navbar-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 1rem;
    padding-left: 1rem; }

.navbar .main-navigation-desktop {
  position: relative;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1; }
  .navbar .main-navigation-desktop > li > a.nav-link {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    /*position: relative;*/
    padding-top: 2.5625rem;
    padding-bottom: 2.5625rem;
    margin-left: 0.75rem;
    /*padding-right: rem(41px);*/
    text-transform: uppercase; }
  .navbar .main-navigation-desktop > li a.nav-link {
    color: inherit; }
  .navbar .main-navigation-desktop .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    margin-top: 0;
    border-radius: 0; }
    .navbar .main-navigation-desktop .dropdown-menu > li > a.nav-link {
      padding-left: 1.9375rem;
      padding-right: 1.9375rem;
      position: relative; }
      .navbar .main-navigation-desktop .dropdown-menu > li > a.nav-link .caret {
        font-weight: 400;
        position: absolute;
        right: 5%;
        top: 30%; }
        .navbar .main-navigation-desktop .dropdown-menu > li > a.nav-link .caret:after {
          font-family: Font Awesome\ 5 Pro;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          content: "\f30b";
          vertical-align: auto;
          font-weight: 400; }
      .navbar .main-navigation-desktop .dropdown-menu > li > a.nav-link:hover, .navbar .main-navigation-desktop .dropdown-menu > li > a.nav-link:active, .navbar .main-navigation-desktop .dropdown-menu > li > a.nav-link:focus {
        color: #e3000f; }
    .navbar .main-navigation-desktop .dropdown-menu .dropdown-menu {
      top: -1px;
      left: 99%;
      margin-top: 0;
      height: calc(100% + 2px);
      border-radius: 0; }
    .navbar .main-navigation-desktop .dropdown-menu .dropdown-toggle:after {
      display: none; }
  .navbar .main-navigation-desktop .menu-product-teaser {
    width: 33%; }
    .navbar .main-navigation-desktop .menu-product-teaser > li > .dropdown-menu {
      width: 90%; }
      .navbar .main-navigation-desktop .menu-product-teaser > li > .dropdown-menu > li > .dropdown-menu {
        width: 155%; }
        .navbar .main-navigation-desktop .menu-product-teaser > li > .dropdown-menu > li > .dropdown-menu a {
          text-decoration: none; }
        .navbar .main-navigation-desktop .menu-product-teaser > li > .dropdown-menu > li > .dropdown-menu a.btn-red, .navbar .main-navigation-desktop .menu-product-teaser > li > .dropdown-menu > li > .dropdown-menu .members-card .card-body a.btn-login, .members-card .card-body .navbar .main-navigation-desktop .menu-product-teaser > li > .dropdown-menu > li > .dropdown-menu a.btn-login {
          /*color: white;*/ }

/*
.main-navigation-desktop {
    position: relative;
    @include hyphens(auto);
    @include flex-grow(1);
    ul {
        list-style: none;
        padding-left: 0;
    }
    > li {
        > a {
            padding-top: rem(41px);
            padding-bottom: rem(41px);
            text-transform: uppercase;
        }
        a {
            color: inherit;
        }
    }
    > li > .dropdown-menu {
        width: 100%;
        > li {
            width: 30%;
            //position: relative;
            border-right: 1px solid $lightGrey;
            > .submenu {
                display: none;
            }
            &:HOVER {
                > .submenu {
                    display: block;
                    position: absolute;
                    left: 30%;
                    //width: 100%;
                    width: 30%;
                    top: 0;
                }
            }

        }
    }
}
*/
.main-menu-mobile {
  background-color: white;
  border-top: 8px solid #e3000f;
  box-shadow: 6px 0px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 2; }
  .main-menu-mobile > * {
    width: 100%; }
  .main-menu-mobile .btn {
    display: inline-block; }
  .main-menu-mobile a {
    color: inherit; }
    .main-menu-mobile a:HOVER {
      text-decoration: none; }
  .main-menu-mobile .contact-header {
    margin-bottom: 20px; }
    .main-menu-mobile .contact-header ul, .main-menu-mobile .contact-header li {
      display: inline; }
    .main-menu-mobile .contact-header i {
      margin: 0;
      margin-right: 5px; }
  .main-menu-mobile .social-media {
    text-align: center; }

.main-menu-mobile .navigation {
  list-style: none;
  padding-left: 0px; }
  .main-menu-mobile .navigation ul {
    list-style: none;
    padding-left: 10px;
    display: block; }
  .main-menu-mobile .navigation li, .main-menu-mobile .navigation a {
    display: block; }
  .main-menu-mobile .navigation li li {
    border: 0 none; }
  .main-menu-mobile .navigation a {
    color: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; }
    .main-menu-mobile .navigation a + a {
      padding-bottom: 0; }
  .main-menu-mobile .navigation li {
    padding-left: 0; }
  .main-menu-mobile .navigation li.active li {
    color: #212529;
    font-weight: normal; }
  .main-menu-mobile .navigation li.active, .main-menu-mobile .navigation li.active li.active {
    font-weight: bold; }
  .main-menu-mobile .navigation li.active {
    background-color: #efedee; }
  .main-menu-mobile .navigation.aw-menu-initialized ul {
    display: none; }
  .main-menu-mobile .navigation.aw-menu-initialized li.open > ul {
    display: block; }
  .main-menu-mobile .navigation li.open > a > .nav-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .main-menu-mobile .navigation li.open > .nav-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .main-menu-mobile .navigation .nav-arrow {
    font-size: 1.125rem;
    width: 1rem;
    text-align: center;
    vertical-align: middle; }
  .main-menu-mobile .navigation .nav-arrow {
    float: right;
    width: 30px;
    height: 30px;
    padding-top: 0.3125rem; }

.social-media .nav {
  -moz-justify-content: end;
  -ms-justify-content: end;
  -webkit-justify-content: end;
  -o-justify-content: end;
  justify-content: end; }
  .main-menu-mobile .social-media .nav {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }

body {
  width: 100%;
  height: 100%; }

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  display: none; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  min-height: 100vh; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

.slideout-panel {
  will-change: auto; }

/*
    Created on : 22.01.2018, 14:54:16
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
header .btn {
  color: inherit; }

.logo {
  width: 180px; }

@media (max-width: 991.98px) {
  .main-navigation-desktop {
    display: none; }

  .header-top {
    display: none; }

  .navbar-brand {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1; } }
@media (min-width: 768px) {
  .main-menu-mobile {
    display: none; } }
@media (min-width: 992px) {
  .js-slideout-toggle {
    display: none; } }
@media (max-width: 767.98px) {
  .logo {
    width: 100px; } }
.main-header {
  background-color: white;
  border-bottom: 2px solid #efedee; }
  .main-header .navbar-expand {
    padding-bottom: 0; }

/* 
    Created on : 22.01.2018, 14:54:32
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
.page-item.active .page-link {
  background-color: #e3000f;
  border: 0 none; }

.page-item.disabled .page-link {
  border: 0 none; }

.page-link {
  border: 0 none;
  color: inherit; }

.page-link:hover {
  border: 0 none;
  color: inherit;
  background-color: #efedee; }

.page-link:focus {
  box-shadow: none; }

.page-item:last-child .page-link {
  border-radius: 0; }

.page-item:first-child .page-link {
  border-radius: 0; }

.owl-natural-img.owl-carousel .owl-item img {
  display: block;
  width: auto; }

.owl-carousel {
  position: relative; }

.owl-stage {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -khtml-flex;
  display: flex; }

.owl-nav > * {
  width: 36px;
  height: 36px;
  color: #fff;
  background-color: #efedee;
  text-align: center;
  line-height: 36px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px; }
  .owl-nav > *:HOVER {
    background-color: #666666; }

.owl-nav {
  display: inline-block;
  width: 100%;
  text-align: center; }

.owl-next,
.owl-prev {
  display: inline-block;
  margin-left: 0.625rem;
  margin-right: 0.625rem; }

.owl-stage-outer + .owl-nav {
  margin-top: 1.25rem; }

@media (min-width: 768px) {
  .owl-nav > * {
    position: absolute;
    top: 50%;
    margin-top: -18px; }

  .owl-prev {
    left: -36px;
    margin-left: -0.625rem; }

  .owl-next {
    right: -36px;
    margin-right: -0.625rem; } }
.owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center; }

.owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #efedee;
  margin-left: 9px;
  margin-right: 9px; }
  .owl-dot.active {
    background-color: #e3000f; }

.search-field-wrapper {
  border-bottom: 1px solid #e3000f;
  display: inline;
  /*width: 100%;*/ }
  .search-field-wrapper input, .search-field-wrapper button {
    display: inline-block;
    border: 0 none;
    background: transparent none;
    background-color: transparent;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .search-field-wrapper input:focus, .search-field-wrapper button:focus {
      -moz-box-shadow: inherit;
      -ms-box-shadow: inherit;
      -webkit-box-shadow: inherit;
      -o-box-shadow: inherit;
      box-shadow: inherit;
      background-color: transparent; }
  .search-field-wrapper input {
    padding-left: 0; }
  .search-field-wrapper button {
    padding-right: 0; }
  .search-field-wrapper input.form-control {
    width: 80%; }
  @media (min-width: 768px) {
    .search-field-wrapper input.form-control {
      width: 500px; } }

.search-form {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

.search-form-header {
  position: relative;
  padding-bottom: 0.3125rem; }
  .search-form-header .search-button {
    position: absolute;
    right: 0;
    top: 0; }
  .search-form-header .search-field-term {
    width: 100%; }

.search-button {
  color: inherit; }

/* 
    Created on : 05.02.2018, 10:14:22
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
/* 
    Created on : 05.02.2018, 10:14:16
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
.article-teaser-waterfall-entry, .article-teaser {
  margin-bottom: 1.25rem;
  /*    &:HOVER {
          color: $white;
      }*/ }
  .article-teaser-waterfall-entry > a, .article-teaser > a {
    color: inherit; }
  .article-teaser-waterfall-entry .text-inner, .article-teaser .text-inner {
    padding: 1.625rem;
    background-color: #efedee; }
  .article-teaser-waterfall-entry.without-teaser, .article-teaser.without-teaser {
    color: #fff; }
    .article-teaser-waterfall-entry.without-teaser picture + .text-inner, .article-teaser.without-teaser picture + .text-inner {
      background-color: #4b4b4b; }
  .article-teaser-waterfall-entry .article-date + .article-title, .article-teaser .article-date + .article-title {
    margin-top: 0.625rem; }
  .article-teaser-waterfall-entry .article-title + *, .article-teaser .article-title + * {
    margin-top: 1.25rem; }

/*.article-teaser-waterfall  {
    &:after {
        content: "";
        display:table;
        clear:both;
        float: none;
    }
    
}*/
/*.idx-1 {
    width: 20%;
    height: 100px;
}

.idx-2 {
    width: 40%;
}

.idx-3 {
    width: 60%;
}

.idx-4 {
    width: 40%;
}

.idx-5 {
    width: 20%;
}*/
/* 
    Created on : 23.01.2018, 07:32:06
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
.industry-teaser-brick {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #e3e3e3;
  /*@extend .animation-grow-top-md-up;*/
  /*@extend .text-visible-md-down;*/
  z-index: 1; }
  .industry-teaser-brick a {
    color: inherit; }
    .industry-teaser-brick a:HOVER {
      text-decoration: none; }
  .industry-teaser-brick .inner {
    display: block;
    padding: 2.5rem;
    height: 100%;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/ }
  .industry-teaser-brick:HOVER {
    background-color: #efedee; }
  .industry-teaser-brick img, .industry-teaser-brick .headline {
    margin-bottom: 2.5rem; }

.industry-teaser-row {
  background-color: #e3e3e3; }
  @media (min-width: 768px) {
    .industry-teaser-row {
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -webkit-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end; } }
  .industry-teaser-row [class*="col-"] {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -khtml-flex;
    display: flex; }
  @media (min-width: 768px) {
    .industry-teaser-row .industry-teaser-brick {
      position: relative;
      transition: all 0.5s ease; }
      .industry-teaser-row .industry-teaser-brick .inner {
        display: block;
        width: 100%;
        padding: 2.5rem; }
        .industry-teaser-row .industry-teaser-brick .inner .text {
          opacity: 0;
          display: none; }
      .industry-teaser-row .industry-teaser-brick:hover .inner {
        background-color: #efedee;
        display: table;
        position: absolute;
        bottom: 0; }
        .industry-teaser-row .industry-teaser-brick:hover .inner .text {
          display: block;
          opacity: 1; } }

.download-list {
  list-style: none; }

.header-slideshow .slide {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 200px; }
  @media (min-width: 576px) {
    .header-slideshow .slide {
      min-height: 300px; } }
  @media (min-width: 768px) {
    .header-slideshow .slide {
      min-height: 400px; } }
  @media (min-width: 992px) {
    .header-slideshow .slide {
      padding-top: 5.5rem;
      min-height: 504px; } }

.header-slideshow-headline, .header-slideshow .slide .slide-text p:first-child, .ref-eyecatcher p:first-child {
  font-size: 4.375rem;
  line-height: 4.75rem; }
  .header-slideshow-headline strong, .header-slideshow .slide .slide-text p:first-child strong, .ref-eyecatcher p:first-child strong {
    font-weight: 700; }

.ref-eyecatcher {
  text-align: center; }
  @media (min-width: 768px) {
    .ref-eyecatcher {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }

.ref-headline {
  text-align: center;
  margin-bottom: 2.1875rem; }

.ref-subheadline {
  margin-bottom: 1.25rem;
  text-align: center; }

.ref-introduction {
  margin-bottom: 1.25rem; }

.ref-video-description {
  text-align: center; }

@media (max-width: 767.98px) {
  .ref-keyfacts {
    margin-bottom: 1.25rem; } }

.red-balloon, .ref-keyfacts {
  border: 3px solid #e3000f;
  padding: 1.25rem 1.875rem;
  position: relative; }
  @media (min-width: 768px) {
    .red-balloon:after, .ref-keyfacts:after {
      content: "";
      position: absolute;
      right: -30px;
      top: 23%;
      background: transparent url(/bundles/saiercommon/img/speech-balloon-red.png) no-repeat left top;
      background-size: contain;
      width: 30px;
      height: 60px; } }

.ref-images-row img {
  width: 100%;
  height: auto; }

.btn.aw-email:after {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0e0";
  vertical-align: auto;
  font-weight: 900; }

.btn.aw-phone-number:after {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f095";
  vertical-align: auto;
  font-weight: 900; }

.ref-used-products [class*="col-"] {
  margin-bottom: 30px; }

.packery-col {
  width: -moz-calc(33.3333333333% - 20px);
  width: -webkit-calc(33.3333333333% - 20px);
  width: -ms-calc(33.3333333333% - 20px);
  width: -o-calc(33.3333333333% - 20px);
  width: calc(33.3333333333% - 20px); }

.flying-box {
  background-color: #7c8b92;
  padding: 30px;
  color: white; }
  .flying-box .aw-link.btn {
    min-width: 180px; }
    @media (max-width: 991.98px) {
      .flying-box .aw-link.btn {
        min-width: auto; }
        .flying-box .aw-link.btn:after {
          margin-left: 0; }
        .flying-box .aw-link.btn span {
          display: none; } }

.flying-box-sticky {
  position: sticky;
  top: 50%;
  width: 450px; }

.flying-box-fixed {
  position: fixed;
  bottom: 1%;
  z-index: 2;
  left: 1%;
  right: 1%; }
  @media (min-width: 576px) {
    .flying-box-fixed {
      left: auto; } }

.ref-teaser {
  margin-bottom: 0.9375rem; }
  .ref-teaser .inner {
    padding: 0.9375rem;
    min-height: 25rem; }
  .ref-teaser .icon-list-vertical img {
    width: 2.875rem;
    height: auto; }
  .ref-teaser .f-row {
    width: 100%; }
  .ref-teaser .headline {
    margin: 0;
    padding: 0; }
  @media (min-width: 576px) {
    .ref-teaser {
      color: #fff;
      background-color: #efedee; }
      .ref-teaser.no-bg-image {
        color: inherit;
        background-color: inherit; } }

:-ms-fullscreen,
:root .ref-teaser .inner {
  padding-top: 9.375rem; }

_:-ms-lang(x),
.ref-teaser .inner {
  padding-top: 9.375rem; }

.contact-person-card-wrapper {
  text-align: center; }

.contact-person-card .aw-link.btn {
  min-width: 180px; }
  @media (max-width: 991.98px) {
    .contact-person-card .aw-link.btn {
      min-width: auto; }
      .contact-person-card .aw-link.btn:after {
        margin-left: 0; }
      .contact-person-card .aw-link.btn span {
        display: none; } }
.contact-person-card .contact-email,
.contact-person-card .contact-phone {
  display: inline-block; }
.contact-person-card .columns .contact-email {
  margin-right: 20px; }
  @media (min-width: 768px) {
    .contact-person-card .columns .contact-email {
      margin-right: 100px; } }
.contact-person-card.with-image .cp-image {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px; }
.contact-person-card.with-image .columns:before {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 768px) {
  .contact-person-card.with-image .cp-image {
    margin: auto;
    float: left;
    margin-bottom: 10px;
    margin-right: 30px; } }

.contact-person-card + .contact-person-card {
  margin-top: 15px; }

/**********************************
 * File         form
 * @Created		26.02.2018
 * @author		Benjamin Keim <benjamin.keim[at]aufwind-group.de>
 **********************************/
.members-card {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .members-card .card-header {
    background-color: transparent;
    border-bottom: 0 none; }
  .members-card .card-body .btn-login {
    padding-left: 2rem;
    padding-right: 2rem; }
    .members-card .card-body .btn-login:before {
      font-family: Font Awesome\ 5 Pro;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      content: "\f090";
      vertical-align: auto;
      font-weight: 400; }
    .members-card .card-body .btn-login:before {
      margin-right: .5rem; }
    .members-card .card-body .btn-login:after {
      display: none; }
  .members-card .card-footer {
    border-top: 0 none; }
    .members-card .card-footer .fas,
    .members-card .card-footer .far {
      font-size: 2rem;
      font-weight: 200; }
  .members-card .input-group .input-group-text {
    background-color: transparent;
    border-right: 0 none; }
  .members-card .input-group .form-control {
    border-left: 0 none; }
  .members-card a {
    color: #212529; }
    .members-card a:hover {
      color: #4b4b4b; }

.login-form-mobile .card-footer {
  display: none; }

/* 
    Created on : 15.01.2018, 11:10:59
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/
/* cookie policy styling */
#pc-cookie-notice {
  background: #4b4b4b;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px;
  font-family: 'Arial Unicode MS', Arial, Verdana, sans-serif;
  font-size: 14px;
  z-index: 10000; }

#pc-cookie-notice a {
  color: #fff;
  text-decoration: underline; }

#pc-cookie-notice #pc-icon {
  position: absolute;
  top: 5px;
  left: 5px; }

#pc-cookie-notice #pc-message {
  width: 100%;
  padding: 0 55px 0 25px; }

#pc-cookie-notice #pc-message span:after {
  content: attr(data-content); }

#pc-cookie-notice #pc-message a:after {
  content: attr(data-content); }

#pc-cookie-notice #pc-button {
  position: absolute;
  top: 0;
  right: 0; }

#pc-cookie-notice #pc-button button {
  font-weight: bold;
  background: #e3000f;
  padding: 10px 40px;
  border: 0;
  border-radius: 0;
  color: inherit; }

#pc-cookie-notice #pc-button button:after {
  content: attr(data-content); }

@media (max-width: 750px) {
  #pc-cookie-notice #pc-icon {
    display: none; }

  #pc-cookie-notice #pc-message {
    padding-left: 5px; }

  #pc-cookie-notice #pc-button {
    right: 5px;
    top: 5px; }

  #pc-cookie-notice #pc-button button {
    padding: 5px 3px; } }
/* 
    Created on : 2018-01-10, 13:51:22
    Author     : Andy Weichler <andy.weichler@aufwind-group.de>
*/

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