/*! @<%= grunt.template.today() %> | v<%= pkg.version %>
 * Copyright 2015-<%= grunt.template.today("yyyy") %> artundweise GmbH | http://www.artundweise.de/
 * .::::::::::::::::::::::::::::::::::::::::::::::::.
 * ::    This file may include third-party code    ::
 * :: which is licenced by their respective owners ::
 * '::::::::::::::::::::::::::::::::::::::::::::::::'
 */@charset "UTF-8";
/* ========================================================================= *
 *                     _                   _              _                  *
 *                    | |                 | |            (_)                 *
 *           __ _ _ __| |_ _   _ _ __   __| |_      _____ _ ___  ___         *
 *          / _` | '__| __| | | | '_ \ / _` \ \ /\ / / _ \ / __|/ _ \        *
 *         | (_| | |  | |_| |_| | | | | (_| |\ V  V /  __/ \__ \  __/        *
 *          \__,_|_|   \__|\__,_|_| |_|\__,_| \_/\_/ \___|_|___/\___|        *
 *                                                                           *
 *                   Kreativagentur fuer die digitale Zeit                   *
 * ===================== Copyright by artundweise GmbH ===================== */
/*!
 *                     _                   _              _                   *
 *                    | |                 | |            (_)                  *
 *           __ _ _ __| |_ _   _ _ __   __| |_      _____ _ ___  ___          *
 *          / _` | '__| __| | | | '_ \ / _` \ \ /\ / / _ \ / __|/ _ \         *
 *         | (_| | |  | |_| |_| | | | | (_| |\ V  V /  __/ \__ \  __/         *
 *          \__,_|_|   \__|\__,_|_| |_|\__,_| \_/\_/ \___|_|___/\___|         *
 *                    Kreativagentur für die digitale Zeit                    *
 *                                                                            *
 *
 * Copyright (C) 2017 artundweise GmbH
 * This file is part of voortmann_2016
 *
 * @file        _grid.scss
 * @author      Maximilian Scopp <max@scopp.me>
 * @modified    03.02.17 16:48
 */
/*  GRID SECTION
 * ========================================================================= */
/*.page-content .auw-ce:not(.container):not(.first-ce) {
  padding-top: $ce-gap;

  // uncomment to see module spacing
  //box-shadow: inset 0 1px 0 red, inset 0 0 0 1px navy, inset 0 ($ce-gap - 1px) 0 $content_background, inset 0 $ce-gap 0 navy
}*/
.auw-ce__full-width {
  max-width: 1200px !important;
  width: 100% !important; }

.auw-ce__equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .auw-ce__equal > [class*="col-"] {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .auw-ce__equal .col-md-1 {
      width: 8.3333333333%; }
    .auw-ce__equal .col-md-2 {
      width: 16.6666666667%; }
    .auw-ce__equal .col-md-3 {
      width: 25%; }
    .auw-ce__equal .col-md-4 {
      width: 33.3333333333%; }
    .auw-ce__equal .col-md-5 {
      width: 41.6666666667%; }
    .auw-ce__equal .col-md-6 {
      width: 50%; }
    .auw-ce__equal .col-md-7 {
      width: 58.3333333333%; }
    .auw-ce__equal .col-md-8 {
      width: 66.6666666667%; }
    .auw-ce__equal .col-md-9 {
      width: 75%; }
    .auw-ce__equal .col-md-10 {
      width: 83.3333333333%; }
    .auw-ce__equal .col-md-11 {
      width: 91.6666666667%; }
    .auw-ce__equal .col-md-12 {
      width: 100%; } }

.auw-ce__sb0 {
  margin-bottom: 15px; }

.auw-ce__st0 {
  margin-top: 15px; }

.auw-ce__sb1 {
  margin-bottom: 30px; }

.auw-ce__st1 {
  margin-top: 30px; }

.auw-ce__sb2 {
  margin-bottom: 45px; }

.auw-ce__st2 {
  margin-top: 45px; }

.auw-ce__g > .row {
  margin-left: -15px;
  margin-right: -15px; }
  .auw-ce__g > .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }

.auw-ce__g-none > .row {
  margin-left: 0;
  margin-right: 0; }
  .auw-ce__g-none > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }

.container, .container-fluid {
  max-width: 1200px;
  width: 100%; }
  .container:not(.auw-ce__full-width) .container, .container:not(.auw-ce__full-width) .container-fluid, .container-fluid:not(.auw-ce__full-width) .container, .container-fluid:not(.auw-ce__full-width) .container-fluid {
    padding: 0; }

@media screen and (max-width: 767px) {
  .auwPage__collector__column {
    min-width: 100%; } }

/**
 * Flexing them */
/**
 * Centering */
/**
 * Stretching */
/**
 * Layouting */
/**
 * Spreading
 */
/*  SITE SECTION
 * ========================================================================= */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clearfix, .clearfix::before, .clearfix::after {
  content: ' ';
  position: relative;
  display: table;
  clear: both; }

html, body, :root {
  color: #333;
  font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 400;
  background-color: #FFF; }
  @media only screen and (max-width: 767px) {
    html, body, :root {
      font-size: 12px; } }

::-moz-selection {
  background: #10069f;
  color: #FFF; }

::selection {
  background: #10069f;
  color: #FFF; }

.browser-safari .contactPage--information a[href^=tel], .browser-safari .contactPage--information a[x-apple-data-detectors], .browser-safari .contactPage--information a[href^=mailto] {
  padding: 0 !important;
  background-color: transparent !important;
  color: #333 !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  display: initial !important;
  text-align: left !important;
  margin-top: 0 !important; }

/*  LAYOUT SECTION
 * ========================================================================= */
.pull-left, p.align-left img, .paragraph.align-left img {
  float: left !important; }

.pull-right, p.align-right img, .paragraph.align-right img {
  float: right !important; }

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

main img:not(.result-image) {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

figure {
  display: inline-block;
  width: 100%; }
  figure figcaption {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 1rem;
    color: #7d7f7f;
    font-size: 1.6rem;
    line-height: 1.3em;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-weight: 300;
    font-style: italic;
    text-align: right; }

main .img-no-border-radius img {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.no-auto-size img {
  width: 20px;
  height: auto;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  margin-left: 2px;
  position: relative;
  bottom: 1px; }

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden; }

.ce-center .ce-gallery {
  text-align: center; }
  .ce-center .ce-gallery figcaption {
    margin-left: auto;
    margin-right: auto;
    width: auto !important; }

.ce-intext.ce-right .ce-gallery {
  margin-left: 15px;
  margin-top: 8px;
  float: right; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 15px;
  margin-top: 8px;
  float: left; }

.ce-intext.ce-nowrap .ce-gallery {
  margin-top: 0; }

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

.ce-intext .ce-column {
  margin-bottom: 10px !important; }

.ce-right .ce-gallery {
  float: right; }

.ce-right.ce-above .ce-bodytext {
  clear: right; }

.ce-above .ce-bodytext:not(:empty) {
  margin-top: 10px; }

.ce-below .ce-bodytext:not(:empty) {
  margin-bottom: 10px; }

.full-width .ce-above .ce-gallery {
  margin-bottom: 0; }

.ce-row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px; }

.ce-column {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  float: left; }

.ce-gallery[data-ce-columns="1"] .ce-column {
  margin-bottom: 0;
  float: none;
  width: 100%; }

.ce-gallery[data-ce-columns="1"] .ce-row {
  margin-bottom: 0; }

.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%; }

.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.3333%; }

.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%; }

.ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20%; }

.ce-gallery .ce-column figure {
  display: inline-block; }

@media only screen and (max-width: 991px) {
  .ce-gallery[data-ce-columns] .ce-column {
    width: 100%; }
    .ce-gallery[data-ce-columns] .ce-column figure {
      width: 100%; }
    .ce-gallery[data-ce-columns] .ce-column img {
      width: 100%; }
  div.ce-intext[class^="ce-"] .ce-gallery {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    float: none; } }

@media only screen and (max-width: 767px) {
  .ce-gallery {
    width: 100%; } }

.ce-gallery figcaption {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3em;
  color: #7d7f7f;
  text-align: right; }

/*  TYPOGRAPHY SECTION
 * ========================================================================= */
.base-heading, h1, h2, h3, .teaser .teaser__title, #mobile-menu .mm-title, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
  font-weight: 400;
  word-break: break-word; }

h1 {
  font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
  font-size: 5.2rem; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 3.2rem;
  font-weight: 800; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 2.5em; } }

h3, .teaser .teaser__title, #mobile-menu .mm-title {
  font-size: 2.6rem;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    h3, .teaser .teaser__title, #mobile-menu .mm-title {
      font-size: 2.2em;
      line-height: 1.6em; } }

h4 {
  font-size: 2.6rem;
  font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif; }

h5 {
  font-size: 1.8rem;
  font-weight: 800; }

h6 {
  font-size: 1.8rem;
  font-weight: 700; }

.align-right, p.align-right, .paragraph.align-right {
  text-align: right !important; }

.align-left, p.align-left, .paragraph.align-left {
  text-align: left !important; }

.align-center, p.align-center, .paragraph.align-center {
  text-align: center !important; }

p, .paragraph {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem; }
  p > i, .paragraph > i {
    font-style: italic; }
  p > b, .paragraph > b {
    font-weight: 700; }
  @media only screen and (max-width: 767px) {
    p, .paragraph {
      font-size: 1.4rem;
      line-height: 2.4rem; } }
  p.lead, .paragraph.lead {
    margin: 0;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-size: 2.6rem;
    font-weight: 300;
    color: #10069f;
    line-height: 4.2rem; }
    @media only screen and (max-width: 767px) {
      p.lead, .paragraph.lead {
        font-size: 2em;
        line-height: 1.6em; } }
  .ce-bodytext p ~ p, .ce-bodytext .paragraph ~ p {
    margin-top: 1rem; }

html[lang="cn"] p, html[lang="cn"] .paragraph {
  font-size: 2rem; }

a, .header--top-nav ul li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #10069f;
  -webkit-transition: none ease 300ms;
  -o-transition: none ease 300ms;
  -moz-transition: none ease 300ms;
  transition: none ease 300ms;
  -webkit-transition-property: color;
  -o-transition-property: color;
  -moz-transition-property: color;
  transition-property: color; }
  a:hover, .header--top-nav ul li a:hover, a:focus, .header--top-nav ul li a:focus {
    color: #0b046a;
    text-decoration: none;
    border-bottom: 1px solid; }
  a:active, .header--top-nav ul li a:active {
    color: #1207b8;
    text-decoration: none; }
  a.tag, .header--top-nav ul li a.tag {
    padding: .5rem 2rem;
    margin-bottom: .5rem;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    white-space: nowrap;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #10069f; }
    a.tag:hover, a.tag:focus {
      border-bottom: none; }

.base-list, ul:not(.nav), ol {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 30px;
  margin-bottom: 15px; }
  .base-list > li, ul:not(.nav) > li, ol > li {
    font-size: 1.4rem;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    line-height: 2.4rem; }

ul:not(.nav) {
  list-style: none outside none;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  margin-left: 0;
  border-top: 1px solid #1d252d;
  border-bottom: 1px solid #1d252d; }
  ul:not(.nav) > li {
    margin-left: 4rem; }
    ul:not(.nav) > li:not(:last-of-type) {
      margin-bottom: 20px; }
    ul:not(.nav) > li b, ul:not(.nav) > li strong {
      display: block;
      margin-bottom: 1rem;
      font-weight: 700;
      font-size: 1.8rem; }
      ul:not(.nav) > li b::before, ul:not(.nav) > li strong::before {
        content: '';
        display: inline-block;
        width: .7rem;
        height: .7rem;
        margin-right: 2rem;
        margin-bottom: .3rem;
        margin-left: -2.7rem;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background-color: #10069f; }

ol {
  list-style: none;
  counter-reset: ols-li-counter; }
  ol > li {
    counter-increment: ols-li-counter; }
    ol > li::before {
      content: counter(ols-li-counter) ".";
      position: absolute;
      padding: 0 0.25em;
      left: 0;
      width: 40px;
      text-align: right; }

hr {
  border-color: #d0d3d4;
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding: 0;
  border: none; }
  blockquote:before {
    content: "";
    width: 4rem;
    height: 30px;
    border-top: 0.5rem solid #10069f;
    display: block; }
  blockquote p.align-center, blockquote p.paragraph.align-center, blockquote p.align-right, blockquote p.paragraph.align-right, blockquote p.align-left, blockquote p.paragraph.align-left, blockquote p:last-child {
    margin-bottom: 0;
    padding-left: 4px;
    color: #10069f;
    line-height: 4rem;
    font-style: italic;
    font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
    font-size: 2.6rem;
    font-weight: 700; }

/*  BUTTON STYLES
 * ========================================================================= */
a.btn:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit a.btn.btn-primary:hover, .auwSearchbox__actions a.querySubmitter:hover, .auwSearchbox__actions a.auwSearchbox__spinner:hover {
  border-bottom: 1px solid transparent; }

.btn, .btn.btn-default, .btn.btn-auw, .btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary, .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .auwSearchbox__spinner,
.auwSearchbox__actions button {
  padding: .7rem 4rem;
  background-color: #10069f;
  border-color: #10069f;
  -webkit-border-radius: .5rem;
     -moz-border-radius: .5rem;
          border-radius: .5rem;
  border-radius: .5rem;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
  padding: .7rem 4rem;
  padding: .7rem 4rem;
  border-radius: .5rem;
  color: #FFF;
  background-color: #10069f;
  -webkit-transition: none ease 300ms;
  -o-transition: none ease 300ms;
  -moz-transition: none ease 300ms;
  transition: none ease 300ms;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  transition-property: background-color, color; }
  .btn, .btn.btn-default, .btn.btn-auw, .btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary, .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .auwSearchbox__spinner,
  .auwSearchbox__actions button, .btn:focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:focus, .auwSearchbox__actions .querySubmitter:focus, .auwSearchbox__actions .auwSearchbox__spinner:focus,
  .auwSearchbox__actions button:focus {
    outline: none; }
  [data-whatinput="keyboard"] .btn:focus:not(:active):not(:hover), [data-whatinput="keyboard"] .auwSearchbox__actions .querySubmitter:focus:not(:active):not(:hover), .auwSearchbox__actions [data-whatinput="keyboard"] .querySubmitter:focus:not(:active):not(:hover), [data-whatinput="keyboard"] .auwSearchbox__actions .auwSearchbox__spinner:focus:not(:active):not(:hover), .auwSearchbox__actions [data-whatinput="keyboard"] .auwSearchbox__spinner:focus:not(:active):not(:hover), [data-whatinput="keyboard"]
  .auwSearchbox__actions button:focus:not(:active):not(:hover),
  .auwSearchbox__actions [data-whatinput="keyboard"] button:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"] .btn:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"] .auwSearchbox__actions .querySubmitter:focus:not(:active):not(:hover), .auwSearchbox__actions
  [data-whatintend="keyboard"] .querySubmitter:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"] .auwSearchbox__actions .auwSearchbox__spinner:focus:not(:active):not(:hover), .auwSearchbox__actions
  [data-whatintend="keyboard"] .auwSearchbox__spinner:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"]
  .auwSearchbox__actions button:focus:not(:active):not(:hover),
  .auwSearchbox__actions
  [data-whatintend="keyboard"] button:focus:not(:active):not(:hover) {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
       -moz-box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2); }
  .btn, .btn.btn-default, .btn.btn-auw, .btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary, .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .auwSearchbox__spinner,
  .auwSearchbox__actions button, .btn:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:hover, .auwSearchbox__actions .querySubmitter:hover, .auwSearchbox__actions .auwSearchbox__spinner:hover,
  .auwSearchbox__actions button:hover, .btn:focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:focus, .auwSearchbox__actions .querySubmitter:focus, .auwSearchbox__actions .auwSearchbox__spinner:focus,
  .auwSearchbox__actions button:focus, .btn.focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .focus.btn.btn-primary, .auwSearchbox__actions .focus.querySubmitter, .auwSearchbox__actions .focus.auwSearchbox__spinner,
  .auwSearchbox__actions button.focus {
    color: #FFF; }
  .btn:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:hover, .auwSearchbox__actions .querySubmitter:hover, .auwSearchbox__actions .auwSearchbox__spinner:hover,
  .auwSearchbox__actions button:hover {
    background-color: #0b046a; }
  .btn:active, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:active, .auwSearchbox__actions .querySubmitter:active, .auwSearchbox__actions .auwSearchbox__spinner:active,
  .auwSearchbox__actions button:active {
    background-color: #050235; }
  .btn, .btn.btn-default, .btn.btn-auw, .btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary, .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .auwSearchbox__spinner,
  .auwSearchbox__actions button, .btn:focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:focus, .auwSearchbox__actions .querySubmitter:focus, .auwSearchbox__actions .auwSearchbox__spinner:focus,
  .auwSearchbox__actions button:focus {
    outline: none; }
  [data-whatinput="keyboard"] .btn:focus:not(:active):not(:hover), [data-whatinput="keyboard"] .auwSearchbox__actions .querySubmitter:focus:not(:active):not(:hover), .auwSearchbox__actions [data-whatinput="keyboard"] .querySubmitter:focus:not(:active):not(:hover), [data-whatinput="keyboard"] .auwSearchbox__actions .auwSearchbox__spinner:focus:not(:active):not(:hover), .auwSearchbox__actions [data-whatinput="keyboard"] .auwSearchbox__spinner:focus:not(:active):not(:hover), [data-whatinput="keyboard"]
  .auwSearchbox__actions button:focus:not(:active):not(:hover),
  .auwSearchbox__actions [data-whatinput="keyboard"] button:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"] .btn:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"] .auwSearchbox__actions .querySubmitter:focus:not(:active):not(:hover), .auwSearchbox__actions
  [data-whatintend="keyboard"] .querySubmitter:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"] .auwSearchbox__actions .auwSearchbox__spinner:focus:not(:active):not(:hover), .auwSearchbox__actions
  [data-whatintend="keyboard"] .auwSearchbox__spinner:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"]
  .auwSearchbox__actions button:focus:not(:active):not(:hover),
  .auwSearchbox__actions
  [data-whatintend="keyboard"] button:focus:not(:active):not(:hover) {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
       -moz-box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2); }
  .btn, .btn.btn-default, .btn.btn-auw, .btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary, .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .auwSearchbox__spinner,
  .auwSearchbox__actions button, .btn:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:hover, .auwSearchbox__actions .querySubmitter:hover, .auwSearchbox__actions .auwSearchbox__spinner:hover,
  .auwSearchbox__actions button:hover, .btn:focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:focus, .auwSearchbox__actions .querySubmitter:focus, .auwSearchbox__actions .auwSearchbox__spinner:focus,
  .auwSearchbox__actions button:focus, .btn.focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .focus.btn.btn-primary, .auwSearchbox__actions .focus.querySubmitter, .auwSearchbox__actions .focus.auwSearchbox__spinner,
  .auwSearchbox__actions button.focus {
    text-decoration: none !important; }
  .btn:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary:hover, .auwSearchbox__actions .querySubmitter:hover, .auwSearchbox__actions .auwSearchbox__spinner:hover,
  .auwSearchbox__actions button:hover {
    background-color: #0b046a;
    color: #eeeeee; }
  .btn.btn-auw-secondary, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary, .auwSearchbox__actions .btn-auw-secondary.querySubmitter, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner,
  .auwSearchbox__actions button.btn-auw-secondary {
    background-color: #d0d3d4;
    border-color: #d0d3d4;
    -webkit-border-radius: .5rem;
       -moz-border-radius: .5rem;
            border-radius: .5rem;
    border: none; }
    .btn.btn-auw-secondary, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary, .auwSearchbox__actions .btn-auw-secondary.querySubmitter, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner,
    .auwSearchbox__actions button.btn-auw-secondary, .btn.btn-auw-secondary:focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary:focus, .auwSearchbox__actions .btn-auw-secondary.querySubmitter:focus, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner:focus,
    .auwSearchbox__actions button.btn-auw-secondary:focus {
      outline: none; }
    [data-whatinput="keyboard"] .btn.btn-auw-secondary:focus:not(:active):not(:hover), [data-whatinput="keyboard"] .auwSearchbox__actions .btn-auw-secondary.querySubmitter:focus:not(:active):not(:hover), .auwSearchbox__actions [data-whatinput="keyboard"] .btn-auw-secondary.querySubmitter:focus:not(:active):not(:hover), [data-whatinput="keyboard"] .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner:focus:not(:active):not(:hover), .auwSearchbox__actions [data-whatinput="keyboard"] .btn-auw-secondary.auwSearchbox__spinner:focus:not(:active):not(:hover), [data-whatinput="keyboard"]
    .auwSearchbox__actions button.btn-auw-secondary:focus:not(:active):not(:hover),
    .auwSearchbox__actions [data-whatinput="keyboard"] button.btn-auw-secondary:focus:not(:active):not(:hover),
    [data-whatintend="keyboard"] .btn.btn-auw-secondary:focus:not(:active):not(:hover),
    [data-whatintend="keyboard"] .auwSearchbox__actions .btn-auw-secondary.querySubmitter:focus:not(:active):not(:hover), .auwSearchbox__actions
    [data-whatintend="keyboard"] .btn-auw-secondary.querySubmitter:focus:not(:active):not(:hover),
    [data-whatintend="keyboard"] .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner:focus:not(:active):not(:hover), .auwSearchbox__actions
    [data-whatintend="keyboard"] .btn-auw-secondary.auwSearchbox__spinner:focus:not(:active):not(:hover),
    [data-whatintend="keyboard"]
    .auwSearchbox__actions button.btn-auw-secondary:focus:not(:active):not(:hover),
    .auwSearchbox__actions
    [data-whatintend="keyboard"] button.btn-auw-secondary:focus:not(:active):not(:hover) {
      -webkit-box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
         -moz-box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
              box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2); }
    .btn.btn-auw-secondary, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary, .auwSearchbox__actions .btn-auw-secondary.querySubmitter, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner,
    .auwSearchbox__actions button.btn-auw-secondary, .btn.btn-auw-secondary:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary:hover, .auwSearchbox__actions .btn-auw-secondary.querySubmitter:hover, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner:hover,
    .auwSearchbox__actions button.btn-auw-secondary:hover, .btn.btn-auw-secondary:focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary:focus, .auwSearchbox__actions .btn-auw-secondary.querySubmitter:focus, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner:focus,
    .auwSearchbox__actions button.btn-auw-secondary:focus, .btn.btn-auw-secondary.focus, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.focus.btn.btn-primary, .auwSearchbox__actions .btn-auw-secondary.focus.querySubmitter, .auwSearchbox__actions .btn-auw-secondary.focus.auwSearchbox__spinner,
    .auwSearchbox__actions button.btn-auw-secondary.focus {
      color: #FFF; }
    .btn.btn-auw-secondary:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary:hover, .auwSearchbox__actions .btn-auw-secondary.querySubmitter:hover, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner:hover,
    .auwSearchbox__actions button.btn-auw-secondary:hover {
      background-color: #8b8d8d; }
    .btn.btn-auw-secondary:active, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary:active, .auwSearchbox__actions .btn-auw-secondary.querySubmitter:active, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner:active,
    .auwSearchbox__actions button.btn-auw-secondary:active {
      background-color: #454647; }
    .btn.btn-auw-secondary:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-auw-secondary.btn.btn-primary:hover, .auwSearchbox__actions .btn-auw-secondary.querySubmitter:hover, .auwSearchbox__actions .btn-auw-secondary.auwSearchbox__spinner:hover,
    .auwSearchbox__actions button.btn-auw-secondary:hover {
      border: none; }

.language-menu .no-translation > div {
  position: relative;
  padding: 10px 15px; }

.header {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #d0d3d4;
  padding-top: 0; }
  .header .caret {
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    -o-transition: -o-transform ease 300ms;
    -moz-transition: transform ease 300ms, -moz-transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms, -moz-transform ease 300ms, -o-transform ease 300ms;
    color: #d0d3d4; }
    .header .caret.active {
      -webkit-transform: rotateZ(90deg);
         -moz-transform: rotateZ(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotateZ(90deg);
              transform: rotateZ(90deg);
      color: #fbfbfb; }
  .header a, .header .header--top-nav ul li a, .header--top-nav ul li .header a, .header a:focus {
    outline: none; }
  [data-whatinput="keyboard"] .header a:focus:not(:active):not(:hover),
  [data-whatintend="keyboard"] .header a:focus:not(:active):not(:hover) {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
       -moz-box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0.1rem rgba(16, 6, 159, 0.4), inset 0 0 0 0.2rem rgba(255, 255, 255, 0.2); }
  .header--top-nav {
    position: relative; }
    .header--top-nav .language-dropdown {
      display: none;
      position: absolute;
      z-index: 999999999;
      background: #1d252d;
      top: 100%;
      right: 0px;
      -webkit-border-radius: 0 0 5px 5px;
         -moz-border-radius: 0 0 5px 5px;
              border-radius: 0 0 5px 5px; }
      .header--top-nav .language-dropdown li {
        display: block; }
        .header--top-nav .language-dropdown li:last-child a:hover, .header--top-nav .language-dropdown li:last-child > div:hover {
          -webkit-border-radius: 0 0 5px 5px;
             -moz-border-radius: 0 0 5px 5px;
                  border-radius: 0 0 5px 5px; }
        .header--top-nav .language-dropdown li a, .header--top-nav .language-dropdown li > div {
          padding: 3px 23px 3px 8px; }
          .header--top-nav .language-dropdown li a span, .header--top-nav .language-dropdown li > div span {
            padding-right: 1.8rem; }
        .header--top-nav .language-dropdown li:not(:last-child) {
          margin-bottom: 1px; }
    .header--top-nav .flag {
      max-width: 2rem;
      height: 1.2rem;
      margin-bottom: .5rem; }
    .header--top-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      .header--top-nav ul li {
        display: inline-block; }
        .header--top-nav ul li a {
          color: white;
          padding: 0 10px; }
          .header--top-nav ul li a:active, .header--top-nav ul li a:focus {
            background-color: transparent;
            border: none; }
          .header--top-nav ul li a:hover {
            background-color: #404040;
            color: #eeeeee;
            border: none; }
    .header--top-nav:after {
      clear: both; }
  .header--upper {
    width: 100%;
    height: 3rem;
    background: #1d252d;
    color: #fbfbfb;
    text-align: right;
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: 400; }
    .header--upper .container {
      padding: 0; }
    .header--upper__footer {
      display: none;
      margin-top: -3rem; }
      @media only screen and (max-width: 991px) {
        .header--upper__footer {
          display: block !important; } }
      .header--upper__footer .language-menu {
        display: none; }
      .header--upper__footer nav ul li a {
        padding-left: 0;
        padding-right: 0;
        margin-right: 30px; }
        .header--upper__footer nav ul li a:hover {
          background-color: #1d252d; }
  .header--primary {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    @inlucde fSpreadX;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .header--primary-logo {
      padding-top: 30px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .header--primary-logo img {
        max-width: 220px !important; }
      .header--primary-logo a, .header--primary-logo .header--top-nav ul li a, .header--top-nav ul li .header--primary-logo a {
        border: none; }
    .header--primary-nav {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      @inlucde fSpreadX;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-top: 45px;
      margin-bottom: 30px; }
      .header--primary-nav .navbar-search {
        width: 4.7rem;
        text-align: center;
        line-height: 3.8rem; }
      .header--primary-nav .navbar-header {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        @inlucde fSpreadX;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .header--primary-nav .navbar-header ul.nav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          @inlucde fSpreadX;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
             -moz-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          padding: 10px 0;
          margin-left: 40px; }
          .header--primary-nav .navbar-header ul.nav > li {
            /*margin-right: $gutter-width * 3; */
            margin-right: 25px;
            /* #12463 alle abstände wie vietnam */ }
            .header--primary-nav .navbar-header ul.nav > li > a, .header--primary-nav .navbar-header .header--top-nav ul.nav > li > a {
              font-size: 1.8rem;
              color: #333;
              font-weight: 700;
              border-bottom: 0.7rem solid #FFF;
              padding: 0 0 1rem 0; }
              .header--primary-nav .navbar-header ul.nav > li > a:hover, .header--primary-nav .navbar-header .header--top-nav ul.nav > li > a:hover, .header--primary-nav .navbar-header ul.nav > li > a:focus, .header--primary-nav .navbar-header .header--top-nav ul.nav > li > a:focus {
                background-color: transparent;
                border-bottom: 0.7rem solid #10069f; }
          .header--primary-nav .navbar-header ul.nav .navigation__dropdown {
            padding: 8px 0;
            margin: 0;
            border: 0;
            list-style: none;
            z-index: 2;
            display: none;
            overflow: hidden;
            position: absolute;
            top: 108%;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
               -moz-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                 -o-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); }
            .header--primary-nav .navbar-header ul.nav .navigation__dropdown {
              background: white;
              -webkit-border-radius: 5px;
                 -moz-border-radius: 5px;
                      border-radius: 5px;
              color: #333;
              -webkit-filter: drop-shadow(0 1px 6px rgba(51, 51, 51, 0.25));
                      filter: drop-shadow(0 1px 6px rgba(51, 51, 51, 0.25)); }
            .header--primary-nav .navbar-header ul.nav .navigation__dropdown > li {
              -webkit-transform: translate3d(0, 0, 0);
              margin: 0; }
            .header--primary-nav .navbar-header ul.nav .navigation__dropdown a {
              display: block;
              text-transform: none;
              color: inherit;
              padding: 8px 20px 8px 20px;
              white-space: nowrap;
              margin: 0;
              font-size: 16px;
              line-height: 1.2;
              overflow: hidden; }
              .header--primary-nav .navbar-header ul.nav .navigation__dropdown a:hover {
                background-color: #10069f;
                color: #FFF !important;
                border: 0; }
            .header--primary-nav .navbar-header ul.nav .navigation__dropdown::after {
              content: "";
              position: absolute;
              top: -12px;
              left: 50%;
              margin-left: -15px;
              -webkit-transform: rotateZ(45deg);
                 -moz-transform: rotateZ(45deg);
                  -ms-transform: rotate(45deg);
                   -o-transform: rotateZ(45deg);
                      transform: rotateZ(45deg);
              background: #FFF !important;
              -webkit-border-radius: 5px;
                 -moz-border-radius: 5px;
                      border-radius: 5px;
              z-index: -1;
              width: 30px;
              height: 30px; }
            .header--primary-nav .navbar-header ul.nav .navigation__dropdownParent {
              position: relative; }
              .header--primary-nav .navbar-header ul.nav .navigation__dropdownParent > a, .header--primary-nav .navbar-header .header--top-nav ul.nav li .navigation__dropdownParent > a, .header--top-nav .header--primary-nav .navbar-header ul.nav li .navigation__dropdownParent > a, .header--primary-nav .navbar-header ul.nav .navigation__dropdownParent > a:hover, .header--primary-nav .navbar-header .header--top-nav ul.nav li .navigation__dropdownParent > a:hover, .header--top-nav .header--primary-nav .navbar-header ul.nav li .navigation__dropdownParent > a:hover, .header--primary-nav .navbar-header ul.nav .navigation__dropdownParent > a:focus, .header--primary-nav .navbar-header .header--top-nav ul.nav li .navigation__dropdownParent > a:focus, .header--top-nav .header--primary-nav .navbar-header ul.nav li .navigation__dropdownParent > a:focus {
                -webkit-box-shadow: none !important;
                   -moz-box-shadow: none !important;
                        box-shadow: none !important;
                border-color: #FFF; }
            .header--primary-nav .navbar-header ul.nav .navigation__dropdownParent:hover > .navigation__dropdown {
              display: block;
              overflow: visible; }

/* less space between vietnamese main menu items b/c wording */
/*html[lang="vi"] .header--primary-nav .navbar-header ul.nav > li {
  margin-right: 25px;
}*/
/* less space ...and make space to the left */
/*html[lang="vi"] .header--primary-nav .navbar-header ul.nav {
  margin-left: 40px;
}*/
#stage {
  background-color: transparent; }

.panel-group > .panel .panel-heading > span {
  display: block;
  cursor: pointer; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../Img/Fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../Img/Fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../Img/Fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../Img/Fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../Img/Fancybox/fancybox_sprite@2x.png");
    -moz-background-size: 44px 152px;
      -o-background-size: 44px 152px;
         background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../Img/Fancybox/fancybox_loading@2x.gif");
    -moz-background-size: 24px 24px;
      -o-background-size: 24px 24px;
         background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  -webkit-border-radius: .1em;
     -moz-border-radius: .1em;
          border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right, p.align-right img, .paragraph.align-right img {
  float: right; }

.pull-left, p.align-left img, .paragraph.align-left img {
  float: left; }

.fa.pull-left, p.align-left img.fa, .paragraph.align-left img.fa {
  margin-right: .3em; }

.fa.pull-right, p.align-right img.fa, .paragraph.align-right img.fa {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
       animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
       animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
         transform: rotate(359deg); } }

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
      -o-transform: rotate(359deg);
         transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
       transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
       transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
       transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

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

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

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

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

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

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

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

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

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

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

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

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

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

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

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

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

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

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

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.auw-tabs {
  border-top: none; }
  .auw-tabs li {
    background-color: transparent; }
  .auw-tabs .tab-content {
    padding-top: 15px;
    border-bottom: 1px solid black; }

ul.nav.nav-tabs {
  border-top: none;
  border-bottom: 1px solid black; }
  ul.nav.nav-tabs > li > a, .header--top-nav ul.nav.nav-tabs > li > a {
    padding: 1rem 2.5rem;
    font-size: 1.6rem;
    color: #333;
    -webkit-border-radius: .5rem .5rem 0 0;
       -moz-border-radius: .5rem .5rem 0 0;
            border-radius: .5rem .5rem 0 0; }
  ul.nav.nav-tabs > li:not(.active) > a:hover, .header--top-nav ul.nav.nav-tabs > li:not(.active) > a:hover {
    background-color: #fbfbfb;
    border-bottom: 1px solid black;
    color: #333; }
  ul.nav.nav-tabs > li.active > a, .header--top-nav ul.nav.nav-tabs > li.active > a {
    -webkit-border-radius: .5rem .5rem 0 0;
       -moz-border-radius: .5rem .5rem 0 0;
            border-radius: .5rem .5rem 0 0;
    color: #FFF;
    background-color: black;
    font-weight: 700; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a, .header--top-nav ul .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover, .header--top-nav ul .tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus, .header--top-nav ul
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent; }

.tabs-below > .nav-tabs > .active > a, .header--top-nav ul li .tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover, .header--top-nav ul li
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus, .header--top-nav ul li
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a, .header--top-nav ul .tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a, .header--top-nav ul
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a, .header--top-nav ul .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover, .header--top-nav ul .tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus, .header--top-nav ul
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .header--top-nav ul li .active > a, .header--top-nav ul li .tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .header--top-nav ul li .active > a:hover, .header--top-nav ul li
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .header--top-nav ul li .active > a:focus, .header--top-nav ul li
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a, .header--top-nav ul .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover, .header--top-nav ul .tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus, .header--top-nav ul
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .header--top-nav ul li .active > a, .header--top-nav ul li .tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .header--top-nav ul li .active > a:hover, .header--top-nav ul li
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus,
.tabs-right > .nav-tabs .header--top-nav ul li .active > a:focus, .header--top-nav ul li
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff; }

footer#footer {
  padding-top: 30px;
  background-color: #1d252d;
  color: #FFF; }
  footer#footer a {
    color: #FFF; }
  footer#footer img {
    margin: 0.5rem 0 15px 0;
    max-width: 200px; }
  footer#footer p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #FFF; }
    footer#footer p.footer--subline__text {
      color: #FFF;
      display: inline-block;
      font-size: 1.2rem;
      font-weight: 400;
      margin-right: 3rem; }
  footer#footer h4 {
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px; }
  footer#footer ul {
    margin: 0;
    padding: 0;
    border: none; }
    footer#footer ul li {
      margin: 0;
      padding: 0;
      line-height: 3rem;
      font-size: 1.2rem;
      font-weight: 400; }
    footer#footer ul.footer--contact-infos {
      margin-bottom: 1.5rem; }
      footer#footer ul.footer--contact-infos li {
        background-repeat: no-repeat;
        padding-left: 30px;
        background-position: -5px;
        -moz-background-size: 3.5rem 3.5rem;
          -o-background-size: 3.5rem 3.5rem;
             background-size: 3.5rem 3.5rem; }
        footer#footer ul.footer--contact-infos li:nth-child(1) {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M36.8 36.5c-.2-.2-.6-.3-.9 0 0 0-1.8 1.8-2 1.9l-.1.1c-1.9 1-8.8-6.4-7.5-7.8l2-1.9c.3-.3.3-.7 0-.9l-6.4-6.6c-.1-.1-.3-.2-.5-.2s-.3.1-.5.2c-3.2 3.2-8.4 6.3 3.7 18.6 11.9 12.1 15.3 7.5 18.6 4 .2-.3.2-.6 0-.9l-6.4-6.5zM42.4 31.8c.2-5.3-4.1-9.6-9.4-9.4M46.9 31.8c.2-7.8-6.1-14.1-13.9-14M33 26.9c2.8-.2 5 2.1 4.8 4.8'/%3E%3C/g%3E%3C/svg%3E"); }
        footer#footer ul.footer--contact-infos li:nth-child(2) {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23fff'%3E%3Cpath d='M28.4 22.7h9.3v.9h-9.3z'/%3E%3Cpath d='M23.8 18.9h18.5v16.6h.9V18H22.9v17.5h.9z'/%3E%3Cpath d='M28.2 27.7h9.7v.9h-9.7zM28.2 32.6h9.7v.9h-9.7zM39.3 47.1c-.1-.4-.2-1-.5-1.7-.5-1-1.6-2.2-3.8-2.2h-3.9c-2.2 0-3.3 1.2-3.8 2.2-.3.6-.4 1.3-.5 1.7h-4.9c0-2 .1-4.1 1.4-5.7 1.6-2.1 4.8-3.1 9.8-3.1s8.2 1 9.8 3.1c1.3 1.6 1.4 3.8 1.4 5.7h-5zM33 37.4c-12.1 0-12.1 5.9-12.1 10.2v.4h6.7v-.5s0-.9.4-1.7c.6-1.1 1.6-1.7 3-1.7h4c3.4 0 3.4 3.3 3.4 3.4v.5h6.7v-.5c.1-4.2 0-10.1-12.1-10.1z'/%3E%3C/svg%3E"); }
        footer#footer ul.footer--contact-infos li:nth-child(3) {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M45.5 21.7l-12 10.9c-.9.8-2.4.8-3.3 0L18.1 21.7M26.2 33.7l-8.1 6.7'/%3E%3Cpath d='M47.2 43.8c1.4-.5 2.3-1.8 2.3-3.3V21.6c0-1.9-1.6-3.5-3.6-3.5H18.1c-2 0-3.6 1.6-3.6 3.5v18.9c0 1.9 1.6 3.5 3.6 3.5h10.1'/%3E%3Cpath d='M40.4 42.6v-1.8s.2-3.6-4.4-1.9'/%3E%3Cpath d='M40.4 41.3s-5.3-1.5-4.9 1.5c.3 3 4.8 1.5 4.9-.3 0 0-.2 1.9 1.6 1.9s2.8-1.8 2.6-3.8c-.4-3.3-3.2-5.9-6.6-5.9-3.7 0-6.7 3-6.7 6.6s3 6.6 6.7 6.6c1.5 0 2.8-.5 3.9-1.3'/%3E%3C/g%3E%3C/svg%3E"); }
        footer#footer ul.footer--contact-infos li:nth-child(4) {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff'%3E%3Cg stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='32' r='15'/%3E%3Cpath d='M22.7 23.8s-1.9 4.4.4 3.6C24.8 26.7 25 26 25 26l1-1.8s.2 2.5.4 2.8c.2.4 1 1.4 1.3 0 .6-2.6.6-3.3 1.6-3.3s2.9-.8 3.1 1.6c.2 2.3-.2 1-1.5 1.6s-1.6 2.7-.4 3 3.8 1.3 3.8 1.3l1.3 1.5c.7 2.9.7 2.8.7 5.1 0 0 .1 3.2 1.2 2.4 1.2-.8 4.3-5.7 3.7-7.5-.7-1.9-.7-2.1.5-2.7 1.2-.7 2.1-1.5 2-2.4'/%3E%3C/g%3E%3C/svg%3E"); }
    footer#footer ul.footer--subline {
      display: inline-block; }
      footer#footer ul.footer--subline li {
        display: inline;
        color: #FFF;
        font-size: 1.2rem;
        font-weight: 700; }
        footer#footer ul.footer--subline li:not(:last-child) {
          margin-right: 30px; }
  footer#footer hr {
    border-color: #FFF; }
  footer#footer .shariff ul li {
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    footer#footer .shariff ul li + li {
      margin-left: 1rem !important; }
    footer#footer .shariff ul li a {
      height: 3rem !important;
      width: 3rem !important;
      width: 3rem !important;
      line-height: 3rem !important; }
      footer#footer .shariff ul li a .fa {
        font-size: 1.6rem;
        line-height: 3rem; }
        footer#footer .shariff ul li a .fa::before {
          font-size: 1.6rem;
          line-height: 3rem; }
        footer#footer .shariff ul li a .fa.fa-linkedin {
          margin-top: -.2rem; }

.panel-group {
  margin-bottom: 1.8rem; }
  .panel-group .panel + .panel {
    margin-top: 0; }
  .panel-group .panel.panel-default {
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    overflow: hidden; }
    .panel-group .panel.panel-default:first-child .panel-heading {
      -webkit-border-radius: 5px 5px 0 0;
         -moz-border-radius: 5px 5px 0 0;
              border-radius: 5px 5px 0 0; }
    .panel-group .panel.panel-default:last-child .panel-heading {
      -webkit-border-radius: 0 0 5px 5px;
         -moz-border-radius: 0 0 5px 5px;
              border-radius: 0 0 5px 5px; }
    .panel-group .panel.panel-default:only-child .panel-heading {
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px; }
    .panel-group .panel.panel-default:not(:last-child) .panel-heading span.collapsed {
      border-bottom: 0.1rem solid #d0d3d4; }
    .panel-group .panel.panel-default .panel-heading {
      overflow: hidden;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      padding: 2.5rem 2.5rem 0 2.5rem;
      background-color: #1d252d; }
      @media only screen and (max-width: 767px) {
        .panel-group .panel.panel-default .panel-heading {
          padding: 1.5rem 1.5rem 0 1.5rem; } }
      .panel-group .panel.panel-default .panel-heading span {
        padding-bottom: 2.4rem;
        position: relative;
        color: #FFF;
        font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
        font-weight: 700;
        font-size: 1.8rem;
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        transition: all ease 300ms;
        border-bottom: 0.1rem solid #1d252d; }
        @media only screen and (max-width: 767px) {
          .panel-group .panel.panel-default .panel-heading span {
            font-size: 1.4rem;
            padding-bottom: 1.5rem;
            padding-right: 3rem; } }
        .panel-group .panel.panel-default .panel-heading span::after, .panel-group .panel.panel-default .panel-heading span::before {
          content: '';
          position: absolute;
          top: 1rem;
          width: 1rem;
          height: .2rem;
          background: #FFF;
          -webkit-transition: -webkit-transform ease 150ms;
          transition: -webkit-transform ease 150ms;
          -o-transition: -o-transform ease 150ms;
          -moz-transition: transform ease 150ms, -moz-transform ease 150ms;
          transition: transform ease 150ms;
          transition: transform ease 150ms, -webkit-transform ease 150ms, -moz-transform ease 150ms, -o-transform ease 150ms; }
        .panel-group .panel.panel-default .panel-heading span::before {
          right: 1.9rem;
          -webkit-transform: rotateZ(45deg);
             -moz-transform: rotateZ(45deg);
              -ms-transform: rotate(45deg);
               -o-transform: rotateZ(45deg);
                  transform: rotateZ(45deg); }
        .panel-group .panel.panel-default .panel-heading span::after {
          right: 25px;
          -webkit-transform: rotateZ(-45deg);
             -moz-transform: rotateZ(-45deg);
              -ms-transform: rotate(-45deg);
               -o-transform: rotateZ(-45deg);
                  transform: rotateZ(-45deg); }
          @media only screen and (max-width: 767px) {
            .panel-group .panel.panel-default .panel-heading span::after {
              right: 15px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .panel-group .panel.panel-default .panel-heading span::after {
              right: 13px; } }
        .panel-group .panel.panel-default .panel-heading span.collapsed {
          background-color: #1d252d;
          color: #FFF; }
          .panel-group .panel.panel-default .panel-heading span.collapsed::before, .panel-group .panel.panel-default .panel-heading span.collapsed::after {
            background: #FFF; }
          .panel-group .panel.panel-default .panel-heading span.collapsed::before {
            -webkit-transform: rotateZ(-45deg);
               -moz-transform: rotateZ(-45deg);
                -ms-transform: rotate(-45deg);
                 -o-transform: rotateZ(-45deg);
                    transform: rotateZ(-45deg); }
          .panel-group .panel.panel-default .panel-heading span.collapsed::after {
            -webkit-transform: rotateZ(45deg);
               -moz-transform: rotateZ(45deg);
                -ms-transform: rotate(45deg);
                 -o-transform: rotateZ(45deg);
                    transform: rotateZ(45deg); }
      .panel-group .panel.panel-default .panel-heading + .panel-collapse > .panel-body {
        border-top: none; }
    .panel-group .panel.panel-default .panel-body {
      padding: 30px;
      border: 1px solid #1d252d; }
      @media only screen and (max-width: 767px) {
        .panel-group .panel.panel-default .panel-body {
          padding: 1.5rem; }
          .panel-group .panel.panel-default .panel-body p {
            overflow: auto; }
          .panel-group .panel.panel-default .panel-body h4 {
            font-size: 2rem;
            border-bottom: 1px solid;
            padding-bottom: 15px; }
          .panel-group .panel.panel-default .panel-body .row.header {
            display: none; } }
      .panel-group .panel.panel-default .panel-body ul {
        margin-bottom: 0; }

nav.breadcrumb {
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 300;
  letter-spacing: .04rem;
  background-color: #FFF;
  border-bottom: 1px solid #d0d3d4;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }
  nav.breadcrumb .breadcrumbs ul.breadcrumb {
    background-color: #FFF;
    margin: 0;
    padding: .3rem 0;
    border: none; }
    nav.breadcrumb .breadcrumbs ul.breadcrumb li {
      margin: 0 0 0 0;
      font-size: 1.4rem; }
      @media only screen and (max-width: 767px) {
        nav.breadcrumb .breadcrumbs ul.breadcrumb li {
          font-size: 1.2rem; } }
      nav.breadcrumb .breadcrumbs ul.breadcrumb li a {
        color: #10069f; }
      nav.breadcrumb .breadcrumbs ul.breadcrumb li.active {
        color: #1d252d; }
      nav.breadcrumb .breadcrumbs ul.breadcrumb li + li:before {
        color: #10069f;
        padding: 0 1px 0 5px; }

.powermail_form fieldset {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
     -moz-box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
          box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin: 30px 0;
  padding: 30px; }
  .powermail_form fieldset legend {
    display: none; }
  .powermail_form fieldset .powermail_fieldwrap input,
  .powermail_form fieldset .powermail_fieldwrap textarea {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #d0d3d4;
    padding: 1.2rem 1rem .9rem 1rem;
    font-size: 1.2rem;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-weight: 400; }
    .powermail_form fieldset .powermail_fieldwrap input::-webkit-input-placeholder,
    .powermail_form fieldset .powermail_fieldwrap textarea::-webkit-input-placeholder {
      color: #dddfe0;
      font-weight: 300; }
    .powermail_form fieldset .powermail_fieldwrap input:-moz-placeholder,
    .powermail_form fieldset .powermail_fieldwrap textarea:-moz-placeholder {
      color: #dddfe0;
      font-weight: 300; }
    .powermail_form fieldset .powermail_fieldwrap input::-moz-placeholder,
    .powermail_form fieldset .powermail_fieldwrap textarea::-moz-placeholder {
      color: #dddfe0;
      font-weight: 300; }
    .powermail_form fieldset .powermail_fieldwrap input:-ms-input-placeholder,
    .powermail_form fieldset .powermail_fieldwrap textarea:-ms-input-placeholder {
      color: #dddfe0;
      font-weight: 300; }
    .powermail_form fieldset .powermail_fieldwrap input::placeholder,
    .powermail_form fieldset .powermail_fieldwrap textarea::placeholder {
      color: #dddfe0;
      font-weight: 300; }
  .powermail_form fieldset .powermail_fieldwrap label {
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-size: 1.4rem;
    font-weight: 400; }
  .powermail_form fieldset .powermail_fieldwrap_type_text {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    text-align: right;
    position: relative;
    width: -webkit-calc(70% - 15px);
    width: -moz-calc(70% - 15px);
    width: calc(70% - 15px);
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .powermail_form fieldset .powermail_fieldwrap_type_text {
        display: block;
        left: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 15px; } }
  .powermail_form fieldset .powermail_fieldwrap_type_submit {
    float: right;
    clear: both;
    width: 30%; }
    @media only screen and (max-width: 767px) {
      .powermail_form fieldset .powermail_fieldwrap_type_submit {
        display: block;
        float: none;
        width: 100%; } }
    .powermail_form fieldset .powermail_fieldwrap_type_submit input {
      width: 100%; }
  .powermail_form fieldset .powermail_fieldwrap_type_input {
    width: 50%;
    display: inline-block;
    margin-bottom: 25px; }
    .powermail_form fieldset .powermail_fieldwrap_type_input input {
      width: 100%; }
    .powermail_form fieldset .powermail_fieldwrap_type_input.inline {
      padding-right: 15px; }
    .powermail_form fieldset .powermail_fieldwrap_type_input:not(.inline) {
      float: right;
      clear: both; }
    @media only screen and (max-width: 767px) {
      .powermail_form fieldset .powermail_fieldwrap_type_input {
        width: 100%; }
        .powermail_form fieldset .powermail_fieldwrap_type_input.inline {
          padding-right: 0; } }
  .powermail_form fieldset .powermail_fieldwrap_type_textarea {
    width: 100%;
    display: block;
    margin-bottom: 15px; }
    .powermail_form fieldset .powermail_fieldwrap_type_textarea .powermail_field textarea {
      width: 100%; }
      .powermail_form fieldset .powermail_fieldwrap_type_textarea .powermail_field textarea.parsley-error {
        background-color: white; }
    .powermail_form fieldset .powermail_fieldwrap_type_textarea .powermail_field ul.parsley-errors-list {
      list-style: none inside none;
      padding: 0;
      border: none;
      margin: 0; }
      .powermail_form fieldset .powermail_fieldwrap_type_textarea .powermail_field ul.parsley-errors-list.filled li {
        margin-left: 0;
        color: #e9473f;
        font-size: 1.2rem; }

.auw--page-collector > .row:not(:last-child) {
  margin-bottom: 30px; }

.auwPage__collector > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .auwPage__collector > .row::before, .auwPage__collector > .row::after {
    display: none; }

@media only screen and (min-width: 992px) {
  .auwPage__collector > .row > div.col-md-4:nth-of-type(3n+1) {
    clear: both; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .auwPage__collector > .row > div.col-md-4:nth-of-type(2n+1) {
    clear: both; }
  .auwPage__collector > .row > div {
    width: 50%;
    float: left; } }

.teaser--service {
  padding: 30px;
  background-color: #fbfbfb;
  margin-top: 0;
  -webkit-box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
     -moz-box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
          box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7; }
  @media only screen and (max-width: 767px) {
    .teaser--service [class^="col-xs"] + [class^="col-xs"] {
      margin-top: 3rem; } }
  .teaser--service__no-max img {
    max-height: none; }
  .teaser--service p {
    font-size: 1.4rem;
    margin-top: 1rem; }
  .teaser--service h3, .teaser--service .teaser .teaser__title, .teaser .teaser--service .teaser__title, .teaser--service #mobile-menu .mm-title, #mobile-menu .teaser--service .mm-title {
    min-height: 5.5rem; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .teaser--service h3, .teaser--service .teaser .teaser__title, .teaser .teaser--service .teaser__title, .teaser--service #mobile-menu .mm-title, #mobile-menu .teaser--service .mm-title {
        min-height: 8.5rem; } }
  .teaser--service img {
    max-height: 5rem; }
  .teaser--service a, .teaser--service .header--top-nav ul li a, .header--top-nav ul li .teaser--service a {
    font-size: 1.8rem;
    border-bottom: 1px solid; }
    .teaser--service a:hover {
      text-decoration: none; }

.teaser--person {
  margin-top: 2rem; }
  @media only screen and (max-width: 767px) {
    .teaser--person {
      margin-top: 0; } }
  .teaser--person .header {
    padding-top: .5rem;
    height: 4.3rem;
    border-top: 1px solid #333;
    background-color: #d0d3d4;
    line-height: 4rem;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-weight: 700;
    font-size: 1.6rem; }
  @media only screen and (max-width: 767px) {
    .teaser--person__small + .teaser--person__small {
      margin-top: 15px; } }
  .teaser--person__small {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 1rem 0; }
    @media only screen and (max-width: 767px) {
      .teaser--person__small {
        margin-right: 0;
        margin-top: 0; } }
    .teaser--person__small .image {
      padding: 0;
      max-width: 5.5rem;
      min-width: 5.5rem; }
      .teaser--person__small .image img {
        border: 2px solid #FFF;
        -webkit-box-shadow: 0.2px 1.5px 0 #d0d3d4;
           -moz-box-shadow: 0.2px 1.5px 0 #d0d3d4;
                box-shadow: 0.2px 1.5px 0 #d0d3d4;
        -webkit-border-radius: 100%;
           -moz-border-radius: 100%;
                border-radius: 100%;
        width: 5.5rem;
        height: 5.5rem; }
    .teaser--person__small .details {
      padding: 0;
      margin-left: 15px;
      height: 5.5rem;
      vertical-align: middle;
      position: relative; }
      .teaser--person__small .details .facts {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .teaser--person__small .details {
          margin-top: 0;
          padding: 0; } }
      .teaser--person__small .details .name {
        font-size: 1.2rem;
        font-weight: 700;
        color: #333;
        margin: 0;
        line-height: initial;
        display: block; }
        @media only screen and (max-width: 767px) {
          .teaser--person__small .details .name {
            padding-right: 0 !important; } }
        .teaser--person__small .details .name a {
          color: #333; }
          .teaser--person__small .details .name a:hover {
            border-bottom: 1px solid; }
      .teaser--person__small .details .position,
      .teaser--person__small .details .location {
        font-size: 1.2rem;
        font-weight: 400;
        color: #7d7f7f;
        margin: 0;
        line-height: initial; }
      @media only screen and (max-width: 767px) {
        .teaser--person__small .details .position {
          padding-right: 0 !important; } }
  .teaser--person__table {
    padding: 3rem 0;
    border-bottom: 1px solid #8b8d8d; }
    @media only screen and (max-width: 767px) {
      .teaser--person__table {
        padding: 3rem 15px; } }
    .teaser--person__table .details {
      float: right;
      height: 5.5rem;
      padding-top: .5rem; }
    .teaser--person__table a, .teaser--person__table .header--top-nav ul li a, .header--top-nav ul li .teaser--person__table a {
      border: none; }
    @media only screen and (max-width: 767px) {
      .teaser--person__table .image {
        margin-bottom: 2rem; } }
    .teaser--person__table .name {
      font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
      font-size: 1.2rem;
      font-weight: 700;
      color: #333 !important;
      margin: 0; }
      .teaser--person__table .name a {
        color: #333; }
    .teaser--person__table .position {
      font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
      font-size: 1.2rem;
      font-weight: 400;
      color: #333 !important;
      margin: 0; }
    .teaser--person__table .email,
    .teaser--person__table .phone,
    .teaser--person__table .fax,
    .teaser--person__table .mobile {
      background-repeat: no-repeat;
      -moz-background-size: 4rem 4rem;
        -o-background-size: 4rem 4rem;
           background-size: 4rem 4rem;
      padding-left: 5rem;
      padding-top: .5rem;
      line-height: 3rem;
      font-size: 1.4rem;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .teaser--person__table .email,
        .teaser--person__table .phone,
        .teaser--person__table .fax,
        .teaser--person__table .mobile {
          -moz-background-size: 3rem 3rem;
            -o-background-size: 3rem 3rem;
               background-size: 3rem 3rem;
          background-position: -7px 1px;
          padding-left: 3rem; } }
    .teaser--person__table .email {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23000'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M45.5 21.7l-12 10.9c-.9.8-2.4.8-3.3 0L18.1 21.7M26.2 33.7l-8.1 6.7'/%3E%3Cpath d='M47.2 43.8c1.4-.5 2.3-1.8 2.3-3.3V21.6c0-1.9-1.6-3.5-3.6-3.5H18.1c-2 0-3.6 1.6-3.6 3.5v18.9c0 1.9 1.6 3.5 3.6 3.5h10.1'/%3E%3Cpath d='M40.4 42.6v-1.8s.2-3.6-4.4-1.9'/%3E%3Cpath d='M40.4 41.3s-5.3-1.5-4.9 1.5c.3 3 4.8 1.5 4.9-.3 0 0-.2 1.9 1.6 1.9s2.8-1.8 2.6-3.8c-.4-3.3-3.2-5.9-6.6-5.9-3.7 0-6.7 3-6.7 6.6s3 6.6 6.7 6.6c1.5 0 2.8-.5 3.9-1.3'/%3E%3C/g%3E%3C/svg%3E"); }
    .teaser--person__table .phone {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23000'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M36.8 36.5c-.2-.2-.6-.3-.9 0 0 0-1.8 1.8-2 1.9l-.1.1c-1.9 1-8.8-6.4-7.5-7.8l2-1.9c.3-.3.3-.7 0-.9l-6.4-6.6c-.1-.1-.3-.2-.5-.2s-.3.1-.5.2c-3.2 3.2-8.4 6.3 3.7 18.6 11.9 12.1 15.3 7.5 18.6 4 .2-.3.2-.6 0-.9l-6.4-6.5zM42.4 31.8c.2-5.3-4.1-9.6-9.4-9.4M46.9 31.8c.2-7.8-6.1-14.1-13.9-14M33 26.9c2.8-.2 5 2.1 4.8 4.8'/%3E%3C/g%3E%3C/svg%3E"); }
    .teaser--person__table .fax {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M28.4 22.7h9.3v.9h-9.3z'/%3E%3Cpath d='M23.8 18.9h18.5v16.6h.9V18H22.9v17.5h.9z'/%3E%3Cpath d='M28.2 27.7h9.7v.9h-9.7zM28.2 32.6h9.7v.9h-9.7zM39.3 47.1c-.1-.4-.2-1-.5-1.7-.5-1-1.6-2.2-3.8-2.2h-3.9c-2.2 0-3.3 1.2-3.8 2.2-.3.6-.4 1.3-.5 1.7h-4.9c0-2 .1-4.1 1.4-5.7 1.6-2.1 4.8-3.1 9.8-3.1s8.2 1 9.8 3.1c1.3 1.6 1.4 3.8 1.4 5.7h-5zM33 37.4c-12.1 0-12.1 5.9-12.1 10.2v.4h6.7v-.5s0-.9.4-1.7c.6-1.1 1.6-1.7 3-1.7h4c3.4 0 3.4 3.3 3.4 3.4v.5h6.7v-.5c.1-4.2 0-10.1-12.1-10.1z'/%3E%3C/svg%3E"); }
    .teaser--person__table .mobile {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' overflow='scroll'%3E%3Cpath d='M18.8 5.5c0-1.4-1.1-2.5-2.5-2.5H7.4C6 3 4.8 4.1 4.8 5.5v19C4.8 25.9 6 27 7.4 27h8.9c1.4 0 2.5-1.1 2.5-2.5v-19zm-1 15.5h-12V7h12v14zM7.4 4h8.9c.8 0 1.5.7 1.5 1.5V6h-12v-.5c0-.8.7-1.5 1.6-1.5zm8.9 22H7.4c-.8 0-1.5-.7-1.5-1.5V22h12v2.5c-.1.8-.8 1.5-1.6 1.5z'/%3E%3Cpath d='M11.8 22.7c-.7 0-1.4.6-1.4 1.4 0 .7.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.8-.6-1.4-1.4-1.4zm0 1.7c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4zM21.8 10c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 1.1 1 1.7 2.3 1.7 3.6s-.6 2.7-1.7 3.6c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1 1.3-1.2 2-2.7 2-4.4s-.7-3.1-2-4.3z'/%3E%3Cpath d='M24.3 8.1c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 3 3 3 8.2 0 11.2-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1c3.4-3.4 3.4-9.1-.1-12.6z'/%3E%3C/svg%3E");
      -moz-background-size: 2.5rem 2.5rem;
        -o-background-size: 2.5rem 2.5rem;
           background-size: 2.5rem 2.5rem;
      background-position: 10px; }
      @media only screen and (max-width: 767px) {
        .teaser--person__table .mobile {
          -moz-background-size: 2rem;
            -o-background-size: 2rem;
               background-size: 2rem;
          background-position: 2px; } }
    @media only screen and (max-width: 991px) {
      .teaser--person__table .download {
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .teaser--person__table .download {
        background-color: #10069f;
        padding: 0.7rem 0rem 0.7rem 0rem;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        text-align: center; }
        .teaser--person__table .download a {
          border-bottom: none !important;
          color: #FFF; }
        .teaser--person__table .download::before {
          position: absolute;
          content: "\f0ab";
          font-family: 'fontAwesome';
          font-size: 1.6rem;
          color: #d0d3d4;
          margin-left: 5px;
          margin-top: 3px;
          border-bottom: none;
          line-height: 1.8rem; }
        .teaser--person__table .download::after {
          content: "" !important; } }
    .teaser--person__table .download a {
      font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
      font-size: 1.6rem;
      font-weight: 400;
      border-bottom: 1px solid; }
      @media only screen and (max-width: 767px) {
        .teaser--person__table .download a {
          font-size: 1.4rem;
          margin-left: 2.5rem; } }
    .teaser--person__table .download::after {
      position: absolute;
      content: "\f0ab";
      font-family: 'fontAwesome';
      font-size: 3rem;
      margin-top: 0rem;
      color: #d0d3d4;
      margin-left: 15px; }
  .teaser--person .person {
    padding-right: 0; }
    @media only screen and (max-width: 767px) {
      .teaser--person .person {
        padding-left: 15px; } }
  @media only screen and (max-width: 767px) {
    .teaser--person__table {
      padding-top: 0;
      margin-top: 0; }
      .teaser--person__table > div + div {
        margin-top: 15px !important; } }
  @media only screen and (max-width: 767px) {
    .teaser--person__table .phone,
    .teaser--person__table .fax,
    .teaser--person__table .mobile,
    .teaser--person__table .email {
      font-size: 1.2rem; }
    .teaser--person__table .position,
    .teaser--person__table .name {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .teaser--person__table .person {
      text-align: center;
      padding-top: 0;
      margin-top: 10px;
      padding-left: 0; } }
  .teaser--person__table .person .image {
    padding: 0;
    min-width: 5.5rem;
    max-width: 5.5rem; }
    .teaser--person__table .person .image img {
      border: 2px solid #FFF;
      -webkit-box-shadow: 0.2px 1.5px 0 #d0d3d4;
         -moz-box-shadow: 0.2px 1.5px 0 #d0d3d4;
              box-shadow: 0.2px 1.5px 0 #d0d3d4;
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%;
      width: 5.5rem;
      height: 5.5rem; }
    @media only screen and (max-width: 767px) {
      .teaser--person__table .person .image {
        padding: 0 !important;
        margin: 15px 0 0 !important;
        min-width: initial;
        max-width: initial; }
        .teaser--person__table .person .image img {
          margin-bottom: 15px; } }
  .teaser--person__table .person .details {
    padding-right: 0;
    padding-left: 1rem;
    margin-top: .6rem; }
    @media only screen and (max-width: 767px) {
      .teaser--person__table .person .details {
        padding: 0 !important;
        margin: 0 !important;
        height: auto; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .teaser--person__table .person .details {
        margin-top: 1.2rem; } }
    .teaser--person__table .person .details .name {
      font-size: 1.2rem;
      font-weight: 700;
      color: #333;
      margin: 0;
      line-height: initial; }
    .teaser--person__table .person .details .position,
    .teaser--person__table .person .details .location {
      font-size: 1.2rem;
      font-weight: 400;
      color: #7d7f7f;
      margin: 0;
      line-height: initial; }

.teaser--grey {
  padding: 30px;
  background-color: #fbfbfb;
  margin-top: 0;
  -webkit-box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
     -moz-box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
          box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7; }
  @media only screen and (max-width: 767px) {
    .teaser--grey [class^="col-xs"] + [class^="col-xs"] {
      margin-top: 3rem; } }

@media only screen and (max-width: 767px) {
  .shariff {
    display: inline-block; } }

.shariff ul {
  border: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .shariff ul {
      float: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .shariff ul li {
    min-width: 0 !important;
    max-width: 40px !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 !important; }
    .shariff ul li + li {
      margin-left: 25px !important; }
      @media only screen and (max-width: 767px) {
        .shariff ul li + li {
          margin-left: 1rem !important; } }
    .shariff ul li a {
      width: 40px !important;
      height: 40px !important;
      line-height: 40px;
      background-color: transparent;
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%; }
      .shariff ul li a span.fa-envelope::before {
        font-size: 2rem;
        margin-bottom: 1px; }
        @media only screen and (max-width: 991px) {
          .shariff ul li a span.fa-envelope::before {
            font-size: inherit;
            margin-bottom: 0; } }
      @media only screen and (max-width: 991px) {
        .shariff ul li a span.fa-envelope {
          margin-bottom: .3rem; } }
      .shariff ul li a span.share_text {
        display: none !important; }

.shariff-button {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #d0d3d4; }
  .shariff-button a:hover {
    border: none; }
  .shariff-button.whatsapp {
    display: none; }
    @media only screen and (max-width: 767px) {
      .shariff-button.whatsapp {
        display: block; } }

ul.pagination {
  border: none; }
  ul.pagination li {
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-weight: 400;
    font-size: 1.2rem;
    margin-left: inherit;
    margin-bottom: 40px; }
  ul.pagination > li:last-child > a, .header--top-nav ul.pagination > li:last-child > a,
  ul.pagination > li:last-child > span,
  ul.pagination > li:first-child > a, .header--top-nav
  ul.pagination > li:first-child > a,
  ul.pagination > li:first-child > span {
    -webkit-border-top-right-radius: 100%;
       -moz-border-radius-topright: 100%;
            border-top-right-radius: 100%;
    -webkit-border-bottom-right-radius: 100%;
       -moz-border-radius-bottomright: 100%;
            border-bottom-right-radius: 100%;
    border: none;
    -webkit-box-shadow: 0px 1px 0 #d0d3d4;
       -moz-box-shadow: 0px 1px 0 #d0d3d4;
            box-shadow: 0px 1px 0 #d0d3d4;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #fbfbfb; }
  ul.pagination > li a, .header--top-nav ul.pagination > li li a,
  ul.pagination > li span,
  ul.pagination > li.disabled a, .header--top-nav ul.pagination > li.disabled li a,
  ul.pagination > li.disabled span {
    padding: 0px 10px;
    text-align: center;
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    margin: 0 10px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    border: 1px solid #f5f5f5;
    color: #333; }
    @media only screen and (max-width: 767px) {
      ul.pagination > li a, .header--top-nav ul.pagination > li li a,
      ul.pagination > li span,
      ul.pagination > li.disabled a, .header--top-nav ul.pagination > li.disabled li a,
      ul.pagination > li.disabled span {
        padding: 10px 20px;
        margin-bottom: 15px;
        line-height: 2.5rem; } }
    ul.pagination > li a:hover, .header--top-nav ul.pagination > li li a:hover, ul.pagination > li a:focus, .header--top-nav ul.pagination > li li a:focus,
    ul.pagination > li span:hover,
    ul.pagination > li span:focus,
    ul.pagination > li.disabled a:hover, .header--top-nav ul.pagination > li.disabled li a:hover,
    ul.pagination > li.disabled a:focus, .header--top-nav ul.pagination > li.disabled li a:focus,
    ul.pagination > li.disabled span:hover,
    ul.pagination > li.disabled span:focus {
      background-color: #f5f5f5;
      -webkit-box-shadow: 0px 1px 0 #d0d3d4;
         -moz-box-shadow: 0px 1px 0 #d0d3d4;
              box-shadow: 0px 1px 0 #d0d3d4; }
  ul.pagination > li i::before,
  ul.pagination > li.disabled i::before {
    font-size: 2.5rem;
    padding: 0;
    width: 4rem;
    line-height: 4rem; }
    @media only screen and (max-width: 767px) {
      ul.pagination > li i::before,
      ul.pagination > li.disabled i::before {
        line-height: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    ul.pagination > li i.fa-angle-left::before,
    ul.pagination > li.disabled i.fa-angle-left::before {
      margin-left: -3px; } }
  ul.pagination > li i.fa-angle-right::before,
  ul.pagination > li.disabled i.fa-angle-right::before {
    margin-right: -3px; }
    @media only screen and (max-width: 767px) {
      ul.pagination > li i.fa-angle-right::before,
      ul.pagination > li.disabled i.fa-angle-right::before {
        margin-right: 0; } }
  ul.pagination > li.active a, .header--top-nav ul.pagination > li.active li a,
  ul.pagination > li.active a:hover, .header--top-nav ul.pagination > li.active li a:hover,
  ul.pagination > li.active a:focus, .header--top-nav ul.pagination > li.active li a:focus,
  ul.pagination > li.active span,
  ul.pagination > li.active span:hover,
  ul.pagination > li.active span:focus,
  ul.pagination > li.disabled.active a, .header--top-nav ul.pagination > li.disabled.active li a,
  ul.pagination > li.disabled.active a:hover, .header--top-nav ul.pagination > li.disabled.active li a:hover,
  ul.pagination > li.disabled.active a:focus, .header--top-nav ul.pagination > li.disabled.active li a:focus,
  ul.pagination > li.disabled.active span,
  ul.pagination > li.disabled.active span:hover,
  ul.pagination > li.disabled.active span:focus {
    color: #FFF;
    background-color: #10069f;
    -webkit-box-shadow: 0px 1px 0 #d0d3d4;
       -moz-box-shadow: 0px 1px 0 #d0d3d4;
            box-shadow: 0px 1px 0 #d0d3d4;
    border: none;
    font-weight: 700; }
  @media only screen and (max-width: 767px) {
    ul.pagination > li,
    ul.pagination > li.disabled {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    ul.pagination {
      width: 100%; } }

#body_4 h5 {
  font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3rem;
  margin-bottom: .5rem; }
  #body_4 h5 img {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    max-height: 2.6rem;
    margin-right: 2.5rem;
    margin-top: -.5rem; }
  @media only screen and (max-width: 767px) {
    #body_4 h5 {
      font-size: 1.6rem;
      line-height: inital;
      margin-bottom: .5rem; }
      #body_4 h5 img {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        max-height: 14px;
        margin-right: 1.5rem;
        vertical-align: baseline; } }

@media only screen and (max-width: 767px) {
  #body_4 .col-md-offset-2 > ul {
    display: none; } }

#body_4 .panel-group h4 {
  font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0; }

#body_4 .contactPage--information {
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    #body_4 .contactPage--information p {
      font-size: 1.4rem !important;
      line-height: 2.2rem !important; }
      #body_4 .contactPage--information p > a:not([href^="mailto:"]), #body_4 .contactPage--information .header--top-nav ul li p > a:not([href^="mailto:"]) {
        padding: 0.7rem 1rem;
        background-color: #10069f;
        color: #FFF;
        border-bottom: none !important;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        display: block;
        text-align: center;
        margin-top: 2rem; } }
  #body_4 .contactPage--information p:first-of-type {
    margin-top: 10px; }
  #body_4 .contactPage--information p:not(.email):not(.phone):not(.fax):not(.mobile) {
    padding-left: 0;
    line-height: 3.6rem;
    margin: 0; }
  #body_4 .contactPage--information .email,
  #body_4 .contactPage--information .phone,
  #body_4 .contactPage--information .fax,
  #body_4 .contactPage--information .mobile {
    background-repeat: no-repeat;
    -moz-background-size: 4rem 4rem;
      -o-background-size: 4rem 4rem;
         background-size: 4rem 4rem;
    padding-left: 5rem;
    padding-top: .5rem;
    line-height: 3rem;
    font-size: 1.6rem;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #body_4 .contactPage--information .email,
      #body_4 .contactPage--information .phone,
      #body_4 .contactPage--information .fax,
      #body_4 .contactPage--information .mobile {
        -moz-background-size: 3rem 3rem;
          -o-background-size: 3rem 3rem;
             background-size: 3rem 3rem;
        background-position: -7px 1px;
        padding-left: 3rem; } }
  #body_4 .contactPage--information .email {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23000'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M45.5 21.7l-12 10.9c-.9.8-2.4.8-3.3 0L18.1 21.7M26.2 33.7l-8.1 6.7'/%3E%3Cpath d='M47.2 43.8c1.4-.5 2.3-1.8 2.3-3.3V21.6c0-1.9-1.6-3.5-3.6-3.5H18.1c-2 0-3.6 1.6-3.6 3.5v18.9c0 1.9 1.6 3.5 3.6 3.5h10.1'/%3E%3Cpath d='M40.4 42.6v-1.8s.2-3.6-4.4-1.9'/%3E%3Cpath d='M40.4 41.3s-5.3-1.5-4.9 1.5c.3 3 4.8 1.5 4.9-.3 0 0-.2 1.9 1.6 1.9s2.8-1.8 2.6-3.8c-.4-3.3-3.2-5.9-6.6-5.9-3.7 0-6.7 3-6.7 6.6s3 6.6 6.7 6.6c1.5 0 2.8-.5 3.9-1.3'/%3E%3C/g%3E%3C/svg%3E"); }
  #body_4 .contactPage--information .phone {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23000'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M36.8 36.5c-.2-.2-.6-.3-.9 0 0 0-1.8 1.8-2 1.9l-.1.1c-1.9 1-8.8-6.4-7.5-7.8l2-1.9c.3-.3.3-.7 0-.9l-6.4-6.6c-.1-.1-.3-.2-.5-.2s-.3.1-.5.2c-3.2 3.2-8.4 6.3 3.7 18.6 11.9 12.1 15.3 7.5 18.6 4 .2-.3.2-.6 0-.9l-6.4-6.5zM42.4 31.8c.2-5.3-4.1-9.6-9.4-9.4M46.9 31.8c.2-7.8-6.1-14.1-13.9-14M33 26.9c2.8-.2 5 2.1 4.8 4.8'/%3E%3C/g%3E%3C/svg%3E"); }
  #body_4 .contactPage--information .fax {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M28.4 22.7h9.3v.9h-9.3z'/%3E%3Cpath d='M23.8 18.9h18.5v16.6h.9V18H22.9v17.5h.9z'/%3E%3Cpath d='M28.2 27.7h9.7v.9h-9.7zM28.2 32.6h9.7v.9h-9.7zM39.3 47.1c-.1-.4-.2-1-.5-1.7-.5-1-1.6-2.2-3.8-2.2h-3.9c-2.2 0-3.3 1.2-3.8 2.2-.3.6-.4 1.3-.5 1.7h-4.9c0-2 .1-4.1 1.4-5.7 1.6-2.1 4.8-3.1 9.8-3.1s8.2 1 9.8 3.1c1.3 1.6 1.4 3.8 1.4 5.7h-5zM33 37.4c-12.1 0-12.1 5.9-12.1 10.2v.4h6.7v-.5s0-.9.4-1.7c.6-1.1 1.6-1.7 3-1.7h4c3.4 0 3.4 3.3 3.4 3.4v.5h6.7v-.5c.1-4.2 0-10.1-12.1-10.1z'/%3E%3C/svg%3E"); }
  #body_4 .contactPage--information .mobile::before {
    content: "\f10b";
    font-family: "fontAwesome"; }

/* COLORS */
.newsletter--wrapper__big {
  padding: 5.5rem 5.5rem 2.5rem 5.5rem;
  background-color: #1D272C;
  color: #FFF;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }
  @media only screen and (max-width: 767px) {
    .newsletter--wrapper__big {
      padding: 15px; } }
  .newsletter--wrapper__big form #mce-error-response {
    position: absolute;
    top: 45px;
    color: #e9473f !important;
    padding: 4px 5px !important;
    font-weight: 700;
    font-size: 1rem; }
    @media only screen and (max-width: 767px) {
      .newsletter--wrapper__big form #mce-error-response {
        position: relative; } }
  .newsletter--wrapper__big form #mce-success-response {
    position: absolute;
    top: -25px;
    padding: 4px 5px !important;
    color: #43ABDC;
    background-color: #1D272C;
    z-index: 3;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    padding-left: 10rem;
    padding-right: 10rem;
    font-weight: 700;
    margin-bottom: 4rem; }
  .newsletter--wrapper__big form div.mce_inline_error {
    display: table-caption;
    margin: 0 !important;
    padding: 4px 5px !important;
    -webkit-border-top-left-radius: 4px;
       -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
       -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
    color: #e9473f !important;
    background-color: transparent !important;
    z-index: 2 !important; }
  .newsletter--wrapper__big form input.mce_inline_error {
    border-color: #4A5155 !important;
    -webkit-border-bottom-left-radius: 4px !important;
       -moz-border-radius-bottomleft: 4px !important;
            border-bottom-left-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
       -moz-border-radius-topleft: 4px !important;
            border-top-left-radius: 4px !important; }
  .newsletter--wrapper__big h2 {
    margin-top: 0;
    font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
    font-size: 5rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .newsletter--wrapper__big h2 {
        font-size: 10vw; } }
  .newsletter--wrapper__big p {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-left: 10rem;
    padding-right: 10rem;
    font-weight: 400;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .newsletter--wrapper__big p {
        padding: 15px;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 0; } }
  .newsletter--wrapper__big .email {
    height: 40px;
    background-color: transparent;
    border-right: none;
    border-color: #4A5155;
    position: relative;
    top: 1px;
    left: 0;
    color: #FFF;
    -webkit-border-top-left-radius: 5px !important;
       -moz-border-radius-topleft: 5px !important;
            border-top-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
       -moz-border-radius-bottomleft: 5px !important;
            border-bottom-left-radius: 5px !important; }
    .newsletter--wrapper__big .email:focus {
      -webkit-box-shadow: none !important;
         -moz-box-shadow: none !important;
              box-shadow: none !important; }
    .newsletter--wrapper__big .email::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .newsletter--wrapper__big .email:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .newsletter--wrapper__big .email::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .newsletter--wrapper__big .email:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    .newsletter--wrapper__big .email::placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .newsletter--wrapper__big .btn-default {
    background-color: #43ABDC;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    top: 1px;
    left: 1px;
    height: 40px;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
    border: none; }
    .newsletter--wrapper__big .btn-default:hover {
      border: none !important; }
    @media only screen and (max-width: 767px) {
      .newsletter--wrapper__big .btn-default {
        background-color: #43ABDC;
        font-size: 1.6rem;
        font-weight: 700;
        position: relative;
        bottom: -1px;
        height: 40px;
        -webkit-border-top-left-radius: 0;
           -moz-border-radius-topleft: 0;
                border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
           -moz-border-radius-bottomleft: 0;
                border-bottom-left-radius: 0;
        padding-left: 0;
        padding-right: 0;
        color: transparent;
        border: none !important;
        width: 40px; }
        .newsletter--wrapper__big .btn-default::before {
          content: "";
          min-height: 40px;
          min-width: 40px;
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M45.5 21.7l-12 10.9c-.9.8-2.4.8-3.3 0L18.1 21.7M26.2 33.7l-8.1 6.7'/%3E%3Cpath d='M47.2 43.8c1.4-.5 2.3-1.8 2.3-3.3V21.6c0-1.9-1.6-3.5-3.6-3.5H18.1c-2 0-3.6 1.6-3.6 3.5v18.9c0 1.9 1.6 3.5 3.6 3.5h10.1'/%3E%3Cpath d='M40.4 42.6v-1.8s.2-3.6-4.4-1.9'/%3E%3Cpath d='M40.4 41.3s-5.3-1.5-4.9 1.5c.3 3 4.8 1.5 4.9-.3 0 0-.2 1.9 1.6 1.9s2.8-1.8 2.6-3.8c-.4-3.3-3.2-5.9-6.6-5.9-3.7 0-6.7 3-6.7 6.6s3 6.6 6.7 6.6c1.5 0 2.8-.5 3.9-1.3'/%3E%3C/g%3E%3C/svg%3E");
          background-position: 0 -7px;
          display: inline-block;
          margin-bottom: -6px;
          background-repeat: no-repeat; } }

.newsletter--wrapper__sma .email {
  height: 35px;
  background-color: transparent;
  border-right: none;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-color: #FFF !important;
  position: relative;
  -webkit-border-top-left-radius: 5px !important;
     -moz-border-radius-topleft: 5px !important;
          border-top-left-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
     -moz-border-radius-bottomleft: 5px !important;
          border-bottom-left-radius: 5px !important;
  top: 0px;
  left: 2px;
  color: #FFF; }
  .newsletter--wrapper__sma .email:focus {
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important; }
  .newsletter--wrapper__sma .email::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter--wrapper__sma .email:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter--wrapper__sma .email::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter--wrapper__sma .email:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .newsletter--wrapper__sma .email::placeholder {
    color: rgba(255, 255, 255, 0.8); }

.newsletter--wrapper__sma .btn-default {
  background-color: #43ABDC;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  bottom: 0px;
  height: 35px;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: transparent;
  border: none !important;
  width: 35px;
  margin-left: 2px !important; }
  @media only screen and (max-width: 767px) {
    .newsletter--wrapper__sma .btn-default {
      bottom: 0;
      margin-left: 2px !important; } }
  .newsletter--wrapper__sma .btn-default:hover {
    border-color: #1D272C !important;
    border-left: 1px solid transparent; }
  .newsletter--wrapper__sma .btn-default::before {
    content: "";
    min-height: 35px;
    min-width: 35px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M45.5 21.7l-12 10.9c-.9.8-2.4.8-3.3 0L18.1 21.7M26.2 33.7l-8.1 6.7'/%3E%3Cpath d='M47.2 43.8c1.4-.5 2.3-1.8 2.3-3.3V21.6c0-1.9-1.6-3.5-3.6-3.5H18.1c-2 0-3.6 1.6-3.6 3.5v18.9c0 1.9 1.6 3.5 3.6 3.5h10.1'/%3E%3Cpath d='M40.4 42.6v-1.8s.2-3.6-4.4-1.9'/%3E%3Cpath d='M40.4 41.3s-5.3-1.5-4.9 1.5c.3 3 4.8 1.5 4.9-.3 0 0-.2 1.9 1.6 1.9s2.8-1.8 2.6-3.8c-.4-3.3-3.2-5.9-6.6-5.9-3.7 0-6.7 3-6.7 6.6s3 6.6 6.7 6.6c1.5 0 2.8-.5 3.9-1.3'/%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 -7px;
    display: inline-block;
    margin-bottom: -6px;
    background-repeat: no-repeat; }

.newsletter--wrapper__sma div.mce_inline_error {
  margin: 0 !important;
  padding: 4px 5px !important;
  color: #e9473f !important;
  background-color: transparent !important;
  position: relative;
  top: 3px;
  right: 224px;
  display: block;
  width: 100%;
  z-index: 2 !important;
  text-align: right; }

.newsletter--wrapper__sma input.mce_inline_error {
  border-color: #e9473f !important; }

.newsletter--wrapper__sma #mce-success-response {
  position: absolute;
  top: -20px;
  padding: 4px 0px !important;
  color: #43ABDC;
  background-color: #1D272C;
  z-index: 3;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 4rem; }

html:lang(vi) h3, html:lang(vi) .teaser .teaser__title, .teaser html:lang(vi) .teaser__title, html:lang(vi) #mobile-menu .mm-title, #mobile-menu html:lang(vi) .mm-title, html:lang(vi) .teaser .teaser__title, html:lang(vi) #mobile-menu .mm-title {
  font-weight: 400; }

html:lang(vi) nav.breadcrumb {
  font-weight: 400; }

html:lang(vi) h1,
html:lang(vi) h1 span {
  font-weight: 700; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 0.1rem 0.2rem 0px #d0d3d4;
     -moz-box-shadow: 0px 0.1rem 0.2rem 0px #d0d3d4;
          box-shadow: 0px 0.1rem 0.2rem 0px #d0d3d4; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-caption {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  padding-right: .5rem;
  width: 100%;
  color: #7d7f7f;
  font-size: 1.6rem;
  font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
  font-weight: 300;
  font-style: italic;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .video-caption {
      font-size: 1.2rem; } }

/*!
 *                     _                   _              _                   *
 *                    | |                 | |            (_)                  *
 *           __ _ _ __| |_ _   _ _ __   __| |_      _____ _ ___  ___          *
 *          / _` | '__| __| | | | '_ \ / _` \ \ /\ / / _ \ / __|/ _ \         *
 *         | (_| | |  | |_| |_| | | | | (_| |\ V  V /  __/ \__ \  __/         *
 *          \__,_|_|   \__|\__,_|_| |_|\__,_| \_/\_/ \___|_|___/\___|         *
 *                    Kreativagentur für die digitale Zeit                    *
 *                                                                            *
 *
 * Copyright (C) 2017 artundweise GmbH
 * This file is part of voortmann_2016
 *
 * @file        main.scss
 * @author      Maximilian Scopp <me@maxscopp.de>
 * @modified    06.02.17 11:57
 */
/*!
 *                     _                   _              _                   *
 *                    | |                 | |            (_)                  *
 *           __ _ _ __| |_ _   _ _ __   __| |_      _____ _ ___  ___          *
 *          / _` | '__| __| | | | '_ \ / _` \ \ /\ / / _ \ / __|/ _ \         *
 *         | (_| | |  | |_| |_| | | | | (_| |\ V  V /  __/ \__ \  __/         *
 *          \__,_|_|   \__|\__,_|_| |_|\__,_| \_/\_/ \___|_|___/\___|         *
 *                    Kreativagentur für die digitale Zeit                    *
 *                                                                            *
 *
 * Copyright (C) 2017 artundweise GmbH
 * This file is part of voortmann_2016
 *
 * @file        _config.scss
 * @author      Maximilian Scopp <max@scopp.me>
 * @modified    21.02.17 15:15
 */
/*!
 *                     _                   _              _                   *
 *                    | |                 | |            (_)                  *
 *           __ _ _ __| |_ _   _ _ __   __| |_      _____ _ ___  ___          *
 *          / _` | '__| __| | | | '_ \ / _` \ \ /\ / / _ \ / __|/ _ \         *
 *         | (_| | |  | |_| |_| | | | | (_| |\ V  V /  __/ \__ \  __/         *
 *          \__,_|_|   \__|\__,_|_| |_|\__,_| \_/\_/ \___|_|___/\___|         *
 *                    Kreativagentur für die digitale Zeit                    *
 *                                                                            *
 *
 * Copyright (C) 2017 artundweise GmbH
 * This file is part of voortmann_2016
 *
 * @file        _response.scss
 * @author      Maximilian Scopp <max@scopp.me>
 * @modified    22.02.17 14:53
 */
.auwSearchboxResponse {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 0 0 0.5rem 0.5rem;
     -moz-border-radius: 0 0 0.5rem 0.5rem;
          border-radius: 0 0 0.5rem 0.5rem; }
  .auwSearchboxResponse.is-active {
    background-color: #d0d3d4; }
  .auwSearchboxResponse--empty .auwSearchboxResponse__content {
    font-weight: 700;
    padding: 15px;
    text-align: center;
    font-size: 1.8rem;
    color: #d0d3d4; }
    .auwSearchboxResponse--empty .auwSearchboxResponse__content:hover, .auwSearchboxResponse--empty .auwSearchboxResponse__content:focus {
      background-color: #FFF; }
  .auwSearchboxResponse__container {
    position: relative; }
  .auwSearchboxResponse, .auwSearchboxResponse:hover, .auwSearchboxResponse:focus {
    text-decoration: none; }
  .auwSearchboxResponse__image {
    width: 5rem; }
  .auwSearchboxResponse__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px; }
    .auwSearchboxResponse__content .auwSearchboxResponse__pagetype {
      display: block;
      color: #d0d3d4;
      font-size: 1.4rem;
      font-style: italic; }
    .auwSearchboxResponse__content .auwSearchboxResponse__title {
      font-size: 1.8rem;
      margin: 0;
      font-weight: 400;
      color: #333;
      font-weight: 700; }
      .auwSearchboxResponse__content .auwSearchboxResponse__title .missing-title {
        font-weight: 300;
        color: #d0d3d4; }
        .auwSearchboxResponse__content .auwSearchboxResponse__title .missing-title:hover {
          cursor: not-allowed; }
    .auwSearchboxResponse__content:hover, .auwSearchboxResponse__content:focus {
      background-color: #fbfbfb; }
  .auwSearchboxResponse:hover, .auwSearchboxResponse:focus {
    border: none; }

/*!
 *                     _                   _              _                   *
 *                    | |                 | |            (_)                  *
 *           __ _ _ __| |_ _   _ _ __   __| |_      _____ _ ___  ___          *
 *          / _` | '__| __| | | | '_ \ / _` \ \ /\ / / _ \ / __|/ _ \         *
 *         | (_| | |  | |_| |_| | | | | (_| |\ V  V /  __/ \__ \  __/         *
 *          \__,_|_|   \__|\__,_|_| |_|\__,_| \_/\_/ \___|_|___/\___|         *
 *                    Kreativagentur für die digitale Zeit                    *
 *                                                                            *
 *
 * Copyright (C) 2017 artundweise GmbH
 * This file is part of voortmann_2016
 *
 * @file        _animations.scss
 * @author      Maximilian Scopp <max@scopp.me>
 * @modified    07.02.17 14:55
 */
@-webkit-keyframes auwSearchPushIn {
  0% {
    width: 950px;
    opacity: 0; }
  50%, 100% {
    opacity: 1; }
  100% {
    width: 1170px; } }
@-moz-keyframes auwSearchPushIn {
  0% {
    width: 950px;
    opacity: 0; }
  50%, 100% {
    opacity: 1; }
  100% {
    width: 1170px; } }
@-o-keyframes auwSearchPushIn {
  0% {
    width: 950px;
    opacity: 0; }
  50%, 100% {
    opacity: 1; }
  100% {
    width: 1170px; } }
@keyframes auwSearchPushIn {
  0% {
    width: 950px;
    opacity: 0; }
  50%, 100% {
    opacity: 1; }
  100% {
    width: 1170px; } }

.sectionEntryMenu h2 {
  margin-bottom: 6rem;
  font-weight: normal; }
  .sectionEntryMenu h2 b {
    font-weight: bold;
    font-style: italic;
    color: #10069f; }

.sectionEntryMenu--result:hover .row {
  background-color: #fbfbfb; }

.sectionEntryMenu--result + .sectionEntryMenu--result .row {
  border-top: 1px solid #d0d3d4; }

.sectionEntryMenu--result .result-text {
  padding: 15px; }

.sectionEntryMenu--result a, .sectionEntryMenu--result .header--top-nav ul li a, .header--top-nav ul li .sectionEntryMenu--result a {
  color: #333;
  font-weight: 400; }

.sectionEntryMenu--result h3, .sectionEntryMenu--result .teaser .teaser__title, .teaser .sectionEntryMenu--result .teaser__title, .sectionEntryMenu--result #mobile-menu .mm-title, #mobile-menu .sectionEntryMenu--result .mm-title {
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .sectionEntryMenu--result h3, .sectionEntryMenu--result .teaser .teaser__title, .teaser .sectionEntryMenu--result .teaser__title, .sectionEntryMenu--result #mobile-menu .mm-title, #mobile-menu .sectionEntryMenu--result .mm-title {
      font-size: 1.6rem; } }
  .sectionEntryMenu--result h3 small, .sectionEntryMenu--result .teaser .teaser__title small, .teaser .sectionEntryMenu--result .teaser__title small, .sectionEntryMenu--result #mobile-menu .mm-title small, #mobile-menu .sectionEntryMenu--result .mm-title small {
    display: block;
    color: #d0d3d4;
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-style: italic; }
  .sectionEntryMenu--result h3 .missing-title, .sectionEntryMenu--result .teaser .teaser__title .missing-title, .teaser .sectionEntryMenu--result .teaser__title .missing-title, .sectionEntryMenu--result #mobile-menu .mm-title .missing-title, #mobile-menu .sectionEntryMenu--result .mm-title .missing-title {
    font-weight: 300;
    color: #d0d3d4; }
    .sectionEntryMenu--result h3 .missing-title:hover, .sectionEntryMenu--result .teaser .teaser__title .missing-title:hover, .teaser .sectionEntryMenu--result .teaser__title .missing-title:hover, .sectionEntryMenu--result #mobile-menu .mm-title .missing-title:hover, #mobile-menu .sectionEntryMenu--result .mm-title .missing-title:hover {
      cursor: not-allowed; }

.sectionEntryMenu--result p {
  margin-top: 15px;
  color: #333;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .sectionEntryMenu--result p {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.sectionEntryMenu--result .result-image {
  width: 100px;
  padding-top: 15px;
  margin: 15px 15px 15px 0; }
  @media only screen and (max-width: 767px) {
    .sectionEntryMenu--result .result-image {
      width: 100%;
      margin-top: 0; } }

mark {
  background: transparent;
  font-style: italic;
  font-weight: bold;
  color: #10069f; }

/**
 * Primary stylings for the auwSearchbox.
 * IMPORTANT:
 * - (required) IE10+, flexbox is used, but might be fixed for old cases.
 * - (required) a .btn base, needed for the submitter/spinner
 * - (required) the function "areVariablesSameUnit"
 * - (required) the framework variable $gutter-width, neeeded for expand-mode
 * - If you set some variable wrong, I might have to render a css3 calc()
 */
.auwSearchbox {
  position: relative;
  /**
   * Overlay mode
   */
  /**
   * Overlay mode
   */
  /**
   * Normal Box-mode
   */ }
  .auwSearchbox.is-static {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .auwSearchbox.is-static .auwSearchbox__input {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 50px; }
      .auwSearchbox.is-static .auwSearchbox__input > input {
        display: block !important;
        height: 50px;
        border: none;
        padding: 0 0 0 20px;
        background: transparent;
        min-width: 0;
        width: 100% !important;
        font-style: normal;
        font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
        font-size: 1.8rem;
        color: #10069f; }
        .auwSearchbox.is-static .auwSearchbox__input > input:focus {
          outline: 0;
          background-color: transparent; }
      .auwSearchbox.is-static .auwSearchbox__input ::-webkit-input-placeholder {
        font-style: normal;
        font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
        font-size: 1.8rem;
        color: #d0d3d4; }
      .auwSearchbox.is-static .auwSearchbox__input :-moz-placeholder {
        font-style: normal;
        font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
        font-size: 1.8rem;
        color: #d0d3d4; }
      .auwSearchbox.is-static .auwSearchbox__input ::-moz-placeholder {
        font-style: normal;
        font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
        font-size: 1.8rem;
        color: #d0d3d4; }
      .auwSearchbox.is-static .auwSearchbox__input :-ms-input-placeholder {
        font-style: normal;
        font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
        font-size: 1.8rem;
        color: #d0d3d4; }
    .auwSearchbox.is-static .auwSearchbox__actions {
      max-width: 7.5rem; }
      .auwSearchbox.is-static .auwSearchbox__actions svg {
        stroke: #d0d3d4;
        width: 2rem;
        height: 2rem;
        margin-top: 14px; }
    .auwSearchbox.is-static .auwSearchbox__resultsContainer, .auwSearchbox.is-static .auwSearchbox__spinner {
      display: none !important; }
  .auwSearchbox.is-expanding {
    position: static;
    text-align: right; }
    .auwSearchbox.is-expanding .auwSearchbox__input > input {
      display: none; }
    .auwSearchbox.is-expanding .auwSearchbox__input, .auwSearchbox.is-expanding .auwSearchbox__resultsContainer {
      position: absolute;
      width: 100%;
      text-align: left;
      top: -10px;
      padding: 10px 0;
      right: 0; }
      .auwSearchbox.is-expanding .auwSearchbox__input > input, .auwSearchbox.is-expanding .auwSearchbox__resultsContainer > input {
        min-width: 0;
        width: 50%;
        height: 4rem;
        font-size: 1.8rem;
        padding-bottom: 20px;
        float: right;
        -webkit-border-radius: 0px;
           -moz-border-radius: 0px;
                border-radius: 0px;
        padding: .5em .5em;
        border: 1px solid #828384;
        -webkit-box-shadow: inset 0 0 0 0 rgba(51, 51, 51, 0.15);
           -moz-box-shadow: inset 0 0 0 0 rgba(51, 51, 51, 0.15);
                box-shadow: inset 0 0 0 0 rgba(51, 51, 51, 0.15); }
        .auwSearchbox.is-expanding .auwSearchbox__input > input:focus, .auwSearchbox.is-expanding .auwSearchbox__resultsContainer > input:focus {
          outline: 0; }
      .auwSearchbox.is-expanding .auwSearchbox__input ::-webkit-input-placeholder, .auwSearchbox.is-expanding .auwSearchbox__resultsContainer ::-webkit-input-placeholder {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        color: #828384; }
      .auwSearchbox.is-expanding .auwSearchbox__input :-moz-placeholder, .auwSearchbox.is-expanding .auwSearchbox__resultsContainer :-moz-placeholder {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        color: #828384; }
      .auwSearchbox.is-expanding .auwSearchbox__input ::-moz-placeholder, .auwSearchbox.is-expanding .auwSearchbox__resultsContainer ::-moz-placeholder {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        color: #828384; }
      .auwSearchbox.is-expanding .auwSearchbox__input :-ms-input-placeholder, .auwSearchbox.is-expanding .auwSearchbox__resultsContainer :-ms-input-placeholder {
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 400;
        color: #828384; }
    .auwSearchbox.is-expanding .auwSearchbox__resultsContainer {
      left: initial;
      top: 45px;
      right: 0;
      z-index: 999;
      padding-top: 0;
      width: 100%; }
    .auwSearchbox.is-expanding .auwSearchbox__actions {
      position: absolute;
      top: 0;
      right: 0;
      text-align: left;
      background: none; }
  .auwSearchbox__input {
    float: left;
    z-index: 10; }
    .auwSearchbox__input input {
      display: block;
      min-width: 250px;
      margin-bottom: 0;
      border-right: none;
      -webkit-border-top-right-radius: 0;
         -moz-border-radius-topright: 0;
              border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
         -moz-border-radius-bottomright: 0;
              border-bottom-right-radius: 0; }
  .auwSearchbox__actions {
    display: inline-block;
    z-index: 11; }
    .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .auwSearchbox__spinner,
    .auwSearchbox__actions button {
      border: none;
      vertical-align: middle;
      padding: 0 1rem;
      line-height: 3.3rem;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; }
      .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .auwSearchbox__spinner, .auwSearchbox__actions .querySubmitter:hover, .auwSearchbox__actions .auwSearchbox__spinner:hover, .auwSearchbox__actions .querySubmitter:focus, .auwSearchbox__actions .auwSearchbox__spinner:focus,
      .auwSearchbox__actions button,
      .auwSearchbox__actions button:hover,
      .auwSearchbox__actions button:focus {
        background: none; }
      .auwSearchbox__actions .querySubmitter svg, .auwSearchbox__actions .auwSearchbox__spinner svg,
      .auwSearchbox__actions button svg {
        stroke: #333;
        width: 2.4rem;
        height: 2.4rem;
        margin-top: 7px; }
  .auwSearchbox__spinner svg {
    stroke: #FFF !important; }
  .auwSearchbox__results {
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
       -moz-box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
            box-shadow: 0px 0.1rem 0.2rem 0px #d3d6d7;
    background: #FFF;
    -webkit-border-radius: 0 0 0.5rem 0.5rem;
       -moz-border-radius: 0 0 0.5rem 0.5rem;
            border-radius: 0 0 0.5rem 0.5rem;
    border-top: none;
    overflow: hidden; }
    .auwSearchbox__resultsContainer {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: transparent;
      margin-top: -5px;
      z-index: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    -webkit-border-radius: 0 0 .5rem .5rem !important;
       -moz-border-radius: 0 0 .5rem .5rem !important;
            border-radius: 0 0 .5rem .5rem !important; }
    @media only screen and (max-width: 767px) {
      .slick-slide img {
        -webkit-border-radius: 0 !important;
           -moz-border-radius: 0 !important;
                border-radius: 0 !important; } }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../Img/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
       transform: translate(0, -50%);
  padding: 0;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

ul.slick-dots {
  position: absolute;
  border: none;
  bottom: 15px;
  right: 2px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  ul.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 10px;
    margin: 0 15px 0 0;
    padding: 0;
    cursor: pointer; }
    ul.slick-dots li:last-of-type {
      margin-right: 0;
      margin-bottom: 20px; }
    ul.slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      ul.slick-dots li button:hover, ul.slick-dots li button:focus {
        outline: none; }
        ul.slick-dots li button:hover:before, ul.slick-dots li button:focus:before {
          opacity: 1;
          -webkit-transition: opacity .2s ease-in;
          -o-transition: opacity .2s ease-in;
          -moz-transition: opacity .2s ease-in;
          transition: opacity .2s ease-in; }
      ul.slick-dots li button:before {
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        background-color: #fbfbfb;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    ul.slick-dots li.slick-active button:before {
      background-color: #10069f;
      opacity: 0.75; }
    @media only screen and (max-width: 767px) {
      ul.slick-dots li {
        height: 5px;
        width: 10px;
        margin-right: 8px; }
        ul.slick-dots li button:before {
          font-size: 50px; } }
  @media only screen and (max-width: 767px) {
    ul.slick-dots {
      bottom: 0;
      right: 1px; } }

.auw-slider--wrap {
  position: relative; }

.auw-slider--slide {
  text-align: center; }
  .auw-slider--slide-content {
    position: relative;
    display: inline-block;
    text-align: left; }

.auw-slider .infoBlock {
  color: #FFF;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  background: none;
  padding: 0 15rem;
  height: 100%; }
  @media only screen and (max-width: 991px) {
    .auw-slider .infoBlock {
      height: 100%; } }
  @media only screen and (max-width: 767px) {
    .auw-slider .infoBlock {
      padding: 10vw; } }
  .auw-slider .infoBlock .headline {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    float: left;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media only screen and (max-width: 767px) {
      .auw-slider .infoBlock .headline {
        top: 50%; } }
    .auw-slider .infoBlock .headline span {
      display: block;
      font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
      margin: 0;
      color: #FFF;
      font-size: 5rem;
      line-height: 1.2em;
      text-shadow: 0px 0px 20px black, 1px 1px 5px #333 !important; }
      @media only screen and (max-width: 991px) {
        .auw-slider .infoBlock .headline span {
          font-size: 5vw; } }
  .auw-slider .infoBlock .tag {
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    background: #10069f;
    padding: .3rem 2rem;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-bottom: .5rem; }
    @media only screen and (max-width: 767px) {
      .auw-slider .infoBlock .tag {
        display: none; } }

.auw-slider .btn-default.btn, .auw-slider .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-default.btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .auw-slider .btn-default.btn.btn-primary, .auw-slider .auwSearchbox__actions .btn-default.querySubmitter, .auwSearchbox__actions .auw-slider .btn-default.querySubmitter, .auw-slider .auwSearchbox__actions .btn-default.auwSearchbox__spinner, .auwSearchbox__actions .auw-slider .btn-default.auwSearchbox__spinner, .auw-slider
.auwSearchbox__actions button.btn-default,
.auwSearchbox__actions .auw-slider button.btn-default {
  padding: .7rem 3.5rem;
  font-size: 1.6rem;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  .auw-slider .tag {
    display: none; }
  .auw-slider .btn-default.btn, .auw-slider .powermail_form fieldset .powermail_fieldwrap_type_submit .btn-default.btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .auw-slider .btn-default.btn.btn-primary, .auw-slider .auwSearchbox__actions .btn-default.querySubmitter, .auwSearchbox__actions .auw-slider .btn-default.querySubmitter, .auw-slider .auwSearchbox__actions .btn-default.auwSearchbox__spinner, .auwSearchbox__actions .auw-slider .btn-default.auwSearchbox__spinner, .auw-slider
  .auwSearchbox__actions button.btn-default,
  .auwSearchbox__actions .auw-slider button.btn-default {
    font-size: .9rem;
    padding: .3rem 1.3rem; } }

.auw-slider .slick-slide {
  position: relative; }

.auw-slider .slick-arrow {
  position: absolute;
  padding: 30px;
  border: none;
  z-index: 1;
  font-size: 0;
  color: #FFF;
  background-color: transparent;
  -moz-background-size: 60px;
    -o-background-size: 60px;
       background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  -webkit-transition: -webkit-transform ease .25s;
  transition: -webkit-transform ease .25s;
  -o-transition: -o-transform ease .25s;
  -moz-transition: transform ease .25s, -moz-transform ease .25s;
  transition: transform ease .25s;
  transition: transform ease .25s, -webkit-transform ease .25s, -moz-transform ease .25s, -o-transform ease .25s; }
  @media only screen and (max-width: 767px) {
    .auw-slider .slick-arrow {
      display: none !important; } }

.auw-slider .slick-next {
  right: 5%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' overflow='inherit' fill='%23fff'%3E%3Cpath d='M55.2 29c0 14.4-11.8 26.2-26.2 26.2C14.5 55.2 2.8 43.4 2.8 29 2.8 14.6 14.5 2.8 29 2.8c14.4 0 26.2 11.8 26.2 26.2zm2.1 0C57.3 13.4 44.6.7 29 .7 13.4.7.7 13.4.7 29 .7 44.6 13.4 57.3 29 57.3c15.6 0 28.3-12.7 28.3-28.3z'/%3E%3Cpath d='M24.1 44.2c-.4.4-1.1.4-1.5 0-.2-.2-.3-.5-.3-.7 0-.3.1-.5.3-.7l14-14-14-14c-.2-.2-.3-.5-.3-.7 0-.3.1-.5.3-.7.2-.2.5-.3.7-.3.3 0 .5.1.7.3L38.9 28c.2.2.3.5.3.7 0 .3-.1.5-.3.7L24.1 44.2z'/%3E%3C/svg%3E"); }

.auw-slider .slick-prev {
  left: 5%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' overflow='inherit' fill='%23fff'%3E%3Cpath d='M55.2 29c0 14.4-11.8 26.2-26.2 26.2C14.5 55.2 2.8 43.4 2.8 29 2.8 14.6 14.5 2.8 29 2.8c14.4 0 26.2 11.8 26.2 26.2zm2.1 0C57.3 13.4 44.6.7 29 .7 13.4.7.7 13.4.7 29 .7 44.6 13.4 57.3 29 57.3c15.6 0 28.3-12.7 28.3-28.3z'/%3E%3Cpath d='M24.1 44.2c-.4.4-1.1.4-1.5 0-.2-.2-.3-.5-.3-.7 0-.3.1-.5.3-.7l14-14-14-14c-.2-.2-.3-.5-.3-.7 0-.3.1-.5.3-.7.2-.2.5-.3.7-.3.3 0 .5.1.7.3L38.9 28c.2.2.3.5.3.7 0 .3-.1.5-.3.7L24.1 44.2z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(180deg) translate(0, 3rem);
     -moz-transform: rotate(180deg) translate(0, 3rem);
      -ms-transform: rotate(180deg) translate(0, 3rem);
       -o-transform: rotate(180deg) translate(0, 3rem);
          transform: rotate(180deg) translate(0, 3rem); }

@media only screen and (max-width: 991px) {
  .auw-slider .slick-next {
    right: 3%; }
  .auw-slider .slick-prev {
    left: 3%; } }

.auw-slider .slick-dots li button::before {
  font-size: 80px; }
  @media only screen and (max-width: 767px) {
    .auw-slider .slick-dots li button::before {
      font-size: 50px; } }

.auw-slider .slick-arrow.slick-disabled {
  display: none !important; }

.auw-slider .auw-slider--slide {
  /* TEXT & IMAGE */
  /* YOUTUBE VIDEO */ }
  .auw-slider .auw-slider--slide .auw-slider--slide-type-1 .slide-layout--text-right .infoBlock {
    left: auto;
    right: 10px; }
  .auw-slider .auw-slider--slide .auw-slider--slide-type-3 {
    width: 100%;
    height: auto; }
    .auw-slider .auw-slider--slide .auw-slider--slide-type-3 .slide-layout--video-only .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
      .auw-slider .auw-slider--slide .auw-slider--slide-type-3 .slide-layout--video-only .embed-container iframe, .auw-slider .auw-slider--slide .auw-slider--slide-type-3 .slide-layout--video-only .embed-container object, .auw-slider .auw-slider--slide .auw-slider--slide-type-3 .slide-layout--video-only .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.person-detail-block {
  position: relative;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .person-detail-block {
      margin-bottom: 0; } }
  .person-detail-block #background {
    border: 1px solid #1d252d;
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px;
    background-color: #1d252d;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .person-detail-block #background {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        position: relative; } }
  .person-detail-block #tags {
    position: absolute; }
  .person-detail-block #namePosImage {
    padding-top: 8rem;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .person-detail-block #namePosImage {
        background-color: #1d252d; } }
    @media only screen and (max-width: 991px) {
      .person-detail-block #namePosImage {
        padding-top: 1rem; } }
    .person-detail-block #namePosImage .bild-wrapper {
      position: relative;
      padding-left: 0;
      padding-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .person-detail-block #namePosImage .bild-wrapper {
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 767px) {
        .person-detail-block #namePosImage .bild-wrapper {
          position: relative;
          text-align: center;
          padding-bottom: 1rem; }
          .person-detail-block #namePosImage .bild-wrapper .bild {
            width: 200px;
            height: auto; } }
      .person-detail-block #namePosImage .bild-wrapper .bild {
        -webkit-border-radius: 6px;
           -moz-border-radius: 6px;
                border-radius: 6px;
        -webkit-box-shadow: 0.2px 1px 3px #1d252d;
           -moz-box-shadow: 0.2px 1px 3px #1d252d;
                box-shadow: 0.2px 1px 3px #1d252d; }
      .person-detail-block #namePosImage .bild-wrapper .linkedin-xing {
        position: absolute;
        bottom: -5px;
        left: 20px; }
        @media only screen and (max-width: 767px) {
          .person-detail-block #namePosImage .bild-wrapper .linkedin-xing {
            text-align: center;
            left: 0;
            position: relative;
            margin-top: 15px; } }
        .person-detail-block #namePosImage .bild-wrapper .linkedin-xing a:nth-of-type(2) {
          margin-left: 10px; }
        .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .linkedin, .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .xing {
          text-indent: -999999px;
          display: inline-block;
          width: 46px;
          height: 46px;
          background-repeat: no-repeat;
          text-decoration: none; }
        .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .linkedin {
          background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/LinkedIn-1.svg"); }
          .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .linkedin:hover {
            background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/LinkedIn-2.svg"); }
        .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .xing {
          background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/Xing-1.svg"); }
          .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .xing:hover {
            background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/Xing-2.svg"); }
  .person-detail-block .address {
    font-size: 1.6rem;
    color: #FFF;
    line-height: 2.6rem;
    padding-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .person-detail-block .address {
        white-space: initial; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .person-detail-block .address {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .person-detail-block .address {
        font-size: 1.4rem;
        padding-left: 15px;
        padding-right: 15px; } }
  .person-detail-block .tag {
    background-color: #10069f;
    color: #FFF;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin: 1px; }
  .person-detail-block p {
    margin-top: 10px;
    list-style-type: none;
    color: #FFF; }
  .person-detail-block h1 {
    margin-top: 10px;
    list-style-type: none;
    color: #FFF;
    font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
    font-weight: bold;
    white-space: initial; }
    @media only screen and (max-width: 767px) {
      .person-detail-block h1 {
        white-space: initial;
        font-size: 3.2rem;
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .person-detail-block h1 {
        font-size: 5vh; } }
  .person-detail-block h3, .person-detail-block .teaser .teaser__title, .teaser .person-detail-block .teaser__title, .person-detail-block #mobile-menu .mm-title, #mobile-menu .person-detail-block .mm-title {
    margin-top: 10px;
    list-style-type: none;
    color: white;
    font-size: 22px;
    margin-bottom: 4.5rem; }
    .person-detail-block h3.position, .person-detail-block .teaser .position.teaser__title, .teaser .person-detail-block .position.teaser__title, .person-detail-block #mobile-menu .position.mm-title, #mobile-menu .person-detail-block .position.mm-title {
      font-size: 2.6rem;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .person-detail-block h3.position, .person-detail-block .teaser .position.teaser__title, .teaser .person-detail-block .position.teaser__title, .person-detail-block #mobile-menu .position.mm-title, #mobile-menu .person-detail-block .position.mm-title {
          white-space: initial;
          font-size: 1.8rem;
          margin-bottom: 1.5rem;
          text-align: center; } }
  .person-detail-block h4 {
    display: none; }
  .person-detail-block h5 {
    text-decoration: underline;
    color: white;
    margin-bottom: -5px; }
  .person-detail-block h3, .person-detail-block .teaser .teaser__title, .teaser .person-detail-block .teaser__title, .person-detail-block #mobile-menu .mm-title, #mobile-menu .person-detail-block .mm-title {
    margin-top: -5px;
    font-weight: normal; }
  .person-detail-block ul {
    margin-bottom: 0;
    border: none;
    font-weight: 400; }
  .person-detail-block a, .person-detail-block .header--top-nav ul li a, .header--top-nav ul li .person-detail-block a {
    text-decoration: none;
    color: #FFF;
    text-decoration: none;
    border-bottom: none; }
  .person-detail-block .email a {
    text-decoration: none; }
    .person-detail-block .email a:hover {
      border-bottom: 1px solid #FFF; }
  .person-detail-block #download p {
    margin-top: 15px;
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .person-detail-block #download p {
        margin: 0 15px 15px 15px; } }
  .person-detail-block #download a {
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid; }
    @media only screen and (max-width: 767px) {
      .person-detail-block #download a {
        font-size: 1.4rem;
        background-color: #fbfbfb;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        text-align: center;
        border-bottom: none !important;
        color: #1d252d;
        display: block;
        padding: 0.7rem .5rem .7rem 0; }
        .person-detail-block #download a::after {
          content: '' !important; } }
    .person-detail-block #download a:hover::after {
      background-color: transparent; }
    .person-detail-block #download a::after {
      position: absolute;
      content: "\f0ab";
      font-family: 'fontAwesome';
      font-size: 3rem;
      color: #d0d3d4;
      margin-left: 15px;
      background-color: #FFF;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }
  .person-detail-block .person--details {
    margin-top: 4rem;
    padding-top: 0;
    padding-bottom: 15px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .person-detail-block .person--details {
        margin-top: 2rem !important; } }
    @media only screen and (max-width: 767px) {
      .person-detail-block .person--details {
        padding-top: 0;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px; } }
    .person-detail-block .person--details li {
      background-repeat: no-repeat;
      padding-left: 45px;
      background-position: -5px;
      -moz-background-size: 4rem 4rem;
        -o-background-size: 4rem 4rem;
           background-size: 4rem 4rem;
      margin-left: 0;
      color: #FFF;
      font-size: 1.6rem;
      line-height: 3rem;
      margin-bottom: 0 !important; }
      @media only screen and (max-width: 767px) {
        .person-detail-block .person--details li {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .person-detail-block .person--details li {
          font-size: 1.4rem; } }
      .person-detail-block .person--details li.phone {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M36.8 36.5c-.2-.2-.6-.3-.9 0 0 0-1.8 1.8-2 1.9l-.1.1c-1.9 1-8.8-6.4-7.5-7.8l2-1.9c.3-.3.3-.7 0-.9l-6.4-6.6c-.1-.1-.3-.2-.5-.2s-.3.1-.5.2c-3.2 3.2-8.4 6.3 3.7 18.6 11.9 12.1 15.3 7.5 18.6 4 .2-.3.2-.6 0-.9l-6.4-6.5zM42.4 31.8c.2-5.3-4.1-9.6-9.4-9.4M46.9 31.8c.2-7.8-6.1-14.1-13.9-14M33 26.9c2.8-.2 5 2.1 4.8 4.8'/%3E%3C/g%3E%3C/svg%3E");
        -moz-background-size: 4.5rem 4.5rem;
          -o-background-size: 4.5rem 4.5rem;
             background-size: 4.5rem 4.5rem;
        background-position: -1rem;
        margin-bottom: 1.5rem !important; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .person-detail-block .person--details li.phone {
            -moz-background-size: 3rem 3rem;
              -o-background-size: 3rem 3rem;
                 background-size: 3rem 3rem;
            background-position: 0rem; } }
      .person-detail-block .person--details li.fax {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23fff'%3E%3Cpath d='M28.4 22.7h9.3v.9h-9.3z'/%3E%3Cpath d='M23.8 18.9h18.5v16.6h.9V18H22.9v17.5h.9z'/%3E%3Cpath d='M28.2 27.7h9.7v.9h-9.7zM28.2 32.6h9.7v.9h-9.7zM39.3 47.1c-.1-.4-.2-1-.5-1.7-.5-1-1.6-2.2-3.8-2.2h-3.9c-2.2 0-3.3 1.2-3.8 2.2-.3.6-.4 1.3-.5 1.7h-4.9c0-2 .1-4.1 1.4-5.7 1.6-2.1 4.8-3.1 9.8-3.1s8.2 1 9.8 3.1c1.3 1.6 1.4 3.8 1.4 5.7h-5zM33 37.4c-12.1 0-12.1 5.9-12.1 10.2v.4h6.7v-.5s0-.9.4-1.7c.6-1.1 1.6-1.7 3-1.7h4c3.4 0 3.4 3.3 3.4 3.4v.5h6.7v-.5c.1-4.2 0-10.1-12.1-10.1z'/%3E%3C/svg%3E");
        -moz-background-size: 4.5rem 4.5rem;
          -o-background-size: 4.5rem 4.5rem;
             background-size: 4.5rem 4.5rem;
        background-position: -1.4rem; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .person-detail-block .person--details li.fax {
            -moz-background-size: 3rem 3rem;
              -o-background-size: 3rem 3rem;
                 background-size: 3rem 3rem;
            background-position: 0rem; } }
      .person-detail-block .person--details li.email {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M45.5 21.7l-12 10.9c-.9.8-2.4.8-3.3 0L18.1 21.7M26.2 33.7l-8.1 6.7'/%3E%3Cpath d='M47.2 43.8c1.4-.5 2.3-1.8 2.3-3.3V21.6c0-1.9-1.6-3.5-3.6-3.5H18.1c-2 0-3.6 1.6-3.6 3.5v18.9c0 1.9 1.6 3.5 3.6 3.5h10.1'/%3E%3Cpath d='M40.4 42.6v-1.8s.2-3.6-4.4-1.9'/%3E%3Cpath d='M40.4 41.3s-5.3-1.5-4.9 1.5c.3 3 4.8 1.5 4.9-.3 0 0-.2 1.9 1.6 1.9s2.8-1.8 2.6-3.8c-.4-3.3-3.2-5.9-6.6-5.9-3.7 0-6.7 3-6.7 6.6s3 6.6 6.7 6.6c1.5 0 2.8-.5 3.9-1.3'/%3E%3C/g%3E%3C/svg%3E");
        -moz-background-size: 4rem 4rem;
          -o-background-size: 4rem 4rem;
             background-size: 4rem 4rem;
        background-position: -.8rem; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .person-detail-block .person--details li.email {
            -moz-background-size: 3rem 3rem;
              -o-background-size: 3rem 3rem;
                 background-size: 3rem 3rem;
            background-position: 0rem; } }
      .person-detail-block .person--details li.mobile {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' overflow='scroll' fill='%23fff'%3E%3Cpath d='M18.8 5.5c0-1.4-1.1-2.5-2.5-2.5H7.4C6 3 4.8 4.1 4.8 5.5v19C4.8 25.9 6 27 7.4 27h8.9c1.4 0 2.5-1.1 2.5-2.5v-19zm-1 15.5h-12V7h12v14zM7.4 4h8.9c.8 0 1.5.7 1.5 1.5V6h-12v-.5c0-.8.7-1.5 1.6-1.5zm8.9 22H7.4c-.8 0-1.5-.7-1.5-1.5V22h12v2.5c-.1.8-.8 1.5-1.6 1.5z'/%3E%3Cpath d='M11.8 22.7c-.7 0-1.4.6-1.4 1.4 0 .7.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.8-.6-1.4-1.4-1.4zm0 1.7c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4zM21.8 10c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 1.1 1 1.7 2.3 1.7 3.6s-.6 2.7-1.7 3.6c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1 1.3-1.2 2-2.7 2-4.4s-.7-3.1-2-4.3z'/%3E%3Cpath d='M24.3 8.1c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 3 3 3 8.2 0 11.2-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1c3.4-3.4 3.4-9.1-.1-12.6z'/%3E%3C/svg%3E");
        -moz-background-size: 2.9rem 2.9rem;
          -o-background-size: 2.9rem 2.9rem;
             background-size: 2.9rem 2.9rem;
        background-position: -.3rem; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .person-detail-block .person--details li.mobile {
            -moz-background-size: 2rem 2rem;
              -o-background-size: 2rem 2rem;
                 background-size: 2rem 2rem;
            background-position: .8rem; } }

.spezialgebiete {
  margin-top: 35px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .spezialgebiete {
      width: initial;
      line-height: 30px; } }
  .spezialgebiete .tag {
    line-height: 18px;
    display: inline-block;
    margin-bottom: 4px; }

.tag-detail-stage .image-wrapper {
  min-height: 400px;
  position: relative; }
  .tag-detail-stage .image-wrapper * {
    z-index: 1; }
  .tag-detail-stage .image-wrapper img {
    -webkit-border-radius: 0 0 .5rem .5rem;
       -moz-border-radius: 0 0 .5rem .5rem;
            border-radius: 0 0 .5rem .5rem; }
  .tag-detail-stage .image-wrapper.no-color .heading {
    color: #333; }
  .tag-detail-stage .image-wrapper .heading {
    color: #FFF;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    background: none;
    padding: 0 5rem;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .tag-detail-stage .image-wrapper .heading {
        height: 100%;
        padding: 1vw; } }
    .tag-detail-stage .image-wrapper .heading .headline {
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      float: left;
      top: 48%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        .tag-detail-stage .image-wrapper .heading .headline {
          top: 50%; } }
      .tag-detail-stage .image-wrapper .heading .headline span {
        display: block;
        font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
        margin: 0;
        color: #FFF;
        font-size: 5rem;
        line-height: 1.2em;
        text-shadow: 0px 0px 20px black, 1px 1px 5px #333 !important; }
        @media only screen and (max-width: 991px) {
          .tag-detail-stage .image-wrapper .heading .headline span {
            font-size: 5vw; } }

.tag-detail-stage .over_social .social .share_text {
  display: none; }

@media only screen and (max-width: 767px) {
  .tag-detail-stage .over_social .social {
    text-align: center; } }

.tag-detail-stage .over_social .social ul {
  float: right;
  margin-bottom: 0;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    .tag-detail-stage .over_social .social ul {
      float: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .tag-detail-stage .over_social .social ul li {
    min-width: 0;
    max-width: 30px;
    margin: 10px; }

@media (max-width: 1025px) {
  .tag-detail-stage .shariff li .fa {
    max-width: 30px; } }

@media only screen and (max-width: 767px) {
  .tag-detail-stage .shariff li {
    min-width: 40px !important; } }

.tag-detail-stage .image-wrapper.image.color {
  background-color: transparent !important;
  min-height: 0;
  margin-top: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tag-detail-stage .image-wrapper.no-image.color {
    min-height: 300px; } }

@media only screen and (max-width: 767px) {
  .tag-detail-stage .image-wrapper.no-image.color {
    min-height: 200px; } }

.article-detail-stage .image-wrapper {
  text-align: center;
  position: relative; }
  .article-detail-stage .image-wrapper * {
    z-index: 1; }
  .article-detail-stage .image-wrapper img {
    -webkit-border-radius: 0 0 .5rem .5rem;
       -moz-border-radius: 0 0 .5rem .5rem;
            border-radius: 0 0 .5rem .5rem; }
  .article-detail-stage .image-wrapper .heading {
    color: #FFF;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    background: none;
    padding: 0 5rem;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .article-detail-stage .image-wrapper .heading {
        height: 100%;
        padding: 1vw; } }
    .article-detail-stage .image-wrapper .heading .headline {
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      float: left;
      top: 48%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        .article-detail-stage .image-wrapper .heading .headline {
          top: 50%; } }
      .article-detail-stage .image-wrapper .heading .headline span {
        display: block;
        font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
        margin: 0;
        color: #FFF;
        font-size: 5rem;
        line-height: 1.2em;
        text-shadow: 0px 0px 20px black, 1px 1px 5px #333 !important; }
        @media only screen and (max-width: 991px) {
          .article-detail-stage .image-wrapper .heading .headline span {
            font-size: 5vw; } }
      .article-detail-stage .image-wrapper .heading .headline span {
        display: block; }
    .article-detail-stage .image-wrapper .heading .tag {
      font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
      background: #10069f;
      padding: .3rem 2rem;
      color: #FFF;
      font-size: 1.2rem;
      font-weight: 400;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .article-detail-stage .image-wrapper .heading .tag {
          display: none; } }

.article-detail-stage .info-block {
  margin-top: 2rem; }
  .article-detail-stage .info-block .teaser--person__small {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 1rem 0; }
    @media only screen and (max-width: 767px) {
      .article-detail-stage .info-block .teaser--person__small {
        margin-right: 0;
        margin-top: 0; } }
    .article-detail-stage .info-block .teaser--person__small .image {
      padding: 0;
      max-width: 5.5rem;
      min-width: 5.5rem; }
      .article-detail-stage .info-block .teaser--person__small .image img {
        border: 2px solid #FFF;
        -webkit-box-shadow: 0.2px 1.5px 0 #d0d3d4;
           -moz-box-shadow: 0.2px 1.5px 0 #d0d3d4;
                box-shadow: 0.2px 1.5px 0 #d0d3d4;
        -webkit-border-radius: 100%;
           -moz-border-radius: 100%;
                border-radius: 100%;
        width: 5.5rem;
        height: 5.5rem; }
    .article-detail-stage .info-block .teaser--person__small .details {
      padding: 0;
      margin-left: 15px;
      height: 5.5rem;
      vertical-align: middle;
      position: relative; }
      .article-detail-stage .info-block .teaser--person__small .details .facts {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .article-detail-stage .info-block .teaser--person__small .details {
          margin-top: 0;
          padding: 0; } }
      .article-detail-stage .info-block .teaser--person__small .details .name {
        font-size: 1.2rem;
        font-weight: 700;
        color: #333;
        margin: 0;
        line-height: initial;
        display: block; }
        .article-detail-stage .info-block .teaser--person__small .details .name a {
          color: #333; }
          .article-detail-stage .info-block .teaser--person__small .details .name a:hover {
            border-bottom: 1px solid; }
      .article-detail-stage .info-block .teaser--person__small .details .position,
      .article-detail-stage .info-block .teaser--person__small .details .location {
        font-size: 1.2rem;
        font-weight: 400;
        color: #7d7f7f;
        margin: 0;
        line-height: initial; }

@media only screen and (max-width: 767px) {
  .article-detail-stage .social-and-tags {
    margin-top: 2rem; } }

.article-detail-stage .social-and-tags .social {
  clear: right; }
  @media only screen and (max-width: 767px) {
    .article-detail-stage .social-and-tags .social {
      text-align: center; } }
  .article-detail-stage .social-and-tags .social ul {
    float: right;
    margin-top: 0px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .article-detail-stage .social-and-tags .social ul {
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .article-detail-stage .social-and-tags .social ul li {
      min-width: 0;
      margin: 10px;
      width: 40px; }

.article-detail-stage .social-and-tags .tags {
  margin-top: 25px;
  line-height: 3.4rem;
  text-align: right;
  margin-bottom: 19px; }
  .article-detail-stage .social-and-tags .tags a {
    margin-left: .5rem; }

.article-detail-closure .tag,
.article-detail-stage .tag {
  display: inline-block;
  line-height: 1.25; }

.article-detail-closure .closure-shariff {
  float: right; }
  .article-detail-closure .closure-shariff::before {
    content: attr(data-pretext);
    margin-right: 15px;
    line-height: 4rem;
    font-size: 1.2rem;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-weight: 700; }

.article-detail-closure .tags {
  line-height: 4rem;
  text-align: left; }
  .article-detail-closure .tags a {
    margin-right: .5rem; }

.article-detail-closure .shariff {
  float: right; }

@-webkit-keyframes maskIn {
  0% {
    -webkit-clip-path: polygon(0 38%, 100% 40%, 100% 53%, 0 47%);
            clip-path: polygon(0 38%, 100% 40%, 100% 53%, 0 47%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

@-moz-keyframes maskIn {
  0% {
    clip-path: polygon(0 38%, 100% 40%, 100% 53%, 0 47%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

@-o-keyframes maskIn {
  0% {
    clip-path: polygon(0 38%, 100% 40%, 100% 53%, 0 47%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

@keyframes maskIn {
  0% {
    -webkit-clip-path: polygon(0 38%, 100% 40%, 100% 53%, 0 47%);
            clip-path: polygon(0 38%, 100% 40%, 100% 53%, 0 47%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

.kgTagTeaser {
  padding: 30px 0; }
  .kgTagTeaser__link {
    margin-top: 15px; }
    .kgTagTeaser__link a, .kgTagTeaser__link .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser__link a, .kgTagTeaser__link .btn, .kgTagTeaser__link .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .kgTagTeaser__link .btn.btn-primary, .kgTagTeaser__link .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .kgTagTeaser__link .querySubmitter, .kgTagTeaser__link .auwSearchbox__actions .auwSearchbox__spinner, .auwSearchbox__actions .kgTagTeaser__link .auwSearchbox__spinner, .kgTagTeaser__link
    .auwSearchbox__actions button,
    .auwSearchbox__actions .kgTagTeaser__link button, .kgTagTeaser__link {
      display: inline-block; }
  .kgTagTeaser, .kgTagTeaser .text, .kgTagTeaser p, .kgTagTeaser a, .kgTagTeaser .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser a {
    font-size: 2.4rem;
    line-height: 1.625em;
    text-align: center;
    color: #828384; }
    @media only screen and (max-width: 767px) {
      .kgTagTeaser, .kgTagTeaser .text, .kgTagTeaser p, .kgTagTeaser a, .kgTagTeaser .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser a {
        font-size: 1.8rem; } }
  .kgTagTeaser p {
    margin: 0 !important;
    font-weight: lighter; }
  .kgTagTeaser a.btn:hover, .kgTagTeaser .powermail_form fieldset .powermail_fieldwrap_type_submit a.btn.btn-primary:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .kgTagTeaser a.btn.btn-primary:hover, .kgTagTeaser .auwSearchbox__actions a.querySubmitter:hover, .auwSearchbox__actions .kgTagTeaser a.querySubmitter:hover, .kgTagTeaser .auwSearchbox__actions a.auwSearchbox__spinner:hover, .auwSearchbox__actions .kgTagTeaser a.auwSearchbox__spinner:hover {
    color: #FFF; }
  .kgTagTeaser a, .kgTagTeaser .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser a {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    display: table;
    white-space: nowrap;
    -webkit-transition: color ease 250ms;
    -o-transition: color ease 250ms;
    -moz-transition: color ease 250ms;
    transition: color ease 250ms;
    font-weight: bold; }
    .kgTagTeaser a, .kgTagTeaser .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser a, .kgTagTeaser a:hover {
      border: none !important; }
    .kgTagTeaser a:hover {
      color: #333; }
    .kgTagTeaser a.is-active {
      color: #10069f; }
      .kgTagTeaser a.is-active:hover {
        color: #0858c0; }
  .kgTagTeaser__allWrap {
    position: relative;
    display: inline;
    padding-left: 5px; }
  .kgTagTeaser__before {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .kgTagTeaser__before {
        display: block; } }
  .kgTagTeaser__after {
    clear: both;
    display: block; }
  .kgTagTeaser__caret {
    position: relative;
    z-index: 101;
    cursor: pointer;
    padding: .5em;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    /*
        &.is-active::before {
          position: relative;
          transform: rotateZ(90deg);

          top: -5px;
          left: -8px;

          border-width: 8px;
        }*/ }
    .kgTagTeaser__caret::before {
      content: '';
      display: block;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      margin: -3px 0 0 -7px;
      -webkit-transition: -webkit-transform 200ms ease;
      transition: -webkit-transform 200ms ease;
      -o-transition: -o-transform 200ms ease;
      -moz-transition: transform 200ms ease, -moz-transform 200ms ease;
      transition: transform 200ms ease;
      transition: transform 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease; }
    .kgTagTeaser__caret.is-active::before {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media only screen and (max-width: 991px) {
      .kgTagTeaser__caret {
        padding: 1.5rem; }
        .kgTagTeaser__caret::before {
          margin: -2px -4px;
          border-top: 4px solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent; } }
  .kgTagTeaser__progressBar {
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #d0d3d4; }
    .kgTagTeaser__progressBar::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
           -o-transform: translateX(-100%);
              transform: translateX(-100%);
      background-color: #10069f;
      -webkit-transition: -webkit-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      transition: -webkit-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      -o-transition: -o-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      -moz-transition: transform cubic-bezier(0.2, 0, 0.8, 1) 0ms, -moz-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      transition: transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      transition: transform cubic-bezier(0.2, 0, 0.8, 1) 0ms, -webkit-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms, -moz-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms, -o-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms; }
    .kgTagTeaser__progressBar.is-active::before {
      -webkit-transform: translateX(0%);
         -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
           -o-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition-duration: inherit;
         -moz-transition-duration: inherit;
           -o-transition-duration: inherit;
              transition-duration: inherit; }
  .kgTagTeaser__tagList {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: none; }
    html .kgTagTeaser__tagListShadow {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fafafa;
      height: auto;
      width: 100%;
      -webkit-box-sizing: initial !important;
         -moz-box-sizing: initial !important;
              box-sizing: initial !important;
      padding: 12px 23px 11px 15px;
      margin: -17px 0 0 -17px;
      border: 1px solid #f1f2f2;
      -webkit-border-radius: .25em;
         -moz-border-radius: .25em;
              border-radius: .25em;
      z-index: 100;
      -webkit-animation: maskIn cubic-bezier(0, 0.8, 0.3, 1) 400ms;
         -moz-animation: maskIn cubic-bezier(0, 0.8, 0.3, 1) 400ms;
           -o-animation: maskIn cubic-bezier(0, 0.8, 0.3, 1) 400ms;
              animation: maskIn cubic-bezier(0, 0.8, 0.3, 1) 400ms; }
      html .kgTagTeaser__tagListShadow:not(.is-active) {
        display: none; }
      html .kgTagTeaser__tagListShadow .kgTagTeaser__tagList {
        position: relative;
        display: block; }
        html .kgTagTeaser__tagListShadow .kgTagTeaser__tagList a {
          text-align: left; }
          html .kgTagTeaser__tagListShadow .kgTagTeaser__tagList a.is-active {
            margin-bottom: 7px; }
          html .kgTagTeaser__tagListShadow .kgTagTeaser__tagList a:not(.is-active) {
            font-size: 15px;
            font-weight: normal !important; }
    .kgTagTeaser__tagListWrapper {
      position: relative;
      display: inline-block;
      height: 1.625em;
      vertical-align: top;
      overflow: hidden; }

.auwPage__collector {
  padding: 0;
  margin: 15px 0; }

.teaser {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0 0 30px 0;
  text-align: left;
  background-color: #fbfbfb;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: opacity 800ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 800ms ease;
  transition: opacity 800ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 800ms ease;
  -o-transition: opacity 800ms ease, box-shadow 300ms ease, -o-transform 800ms ease;
  -moz-transition: opacity 800ms ease, box-shadow 300ms ease, transform 800ms ease, -moz-box-shadow 300ms ease, -moz-transform 800ms ease;
  transition: opacity 800ms ease, box-shadow 300ms ease, transform 800ms ease;
  transition: opacity 800ms ease, box-shadow 300ms ease, transform 800ms ease, -webkit-box-shadow 300ms ease, -moz-box-shadow 300ms ease, -webkit-transform 800ms ease, -moz-transform 800ms ease, -o-transform 800ms ease; }
  .teaser:hover {
    opacity: 1;
    -webkit-transition: opacity 150ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 800ms ease;
    transition: opacity 150ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 800ms ease;
    -o-transition: opacity 150ms ease, box-shadow 300ms ease, -o-transform 800ms ease;
    -moz-transition: opacity 150ms ease, box-shadow 300ms ease, transform 800ms ease, -moz-box-shadow 300ms ease, -moz-transform 800ms ease;
    transition: opacity 150ms ease, box-shadow 300ms ease, transform 800ms ease;
    transition: opacity 150ms ease, box-shadow 300ms ease, transform 800ms ease, -webkit-box-shadow 300ms ease, -moz-box-shadow 300ms ease, -webkit-transform 800ms ease, -moz-transform 800ms ease, -o-transform 800ms ease;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25); }
  .teaser:active {
    -webkit-transition: opacity 150ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 800ms ease;
    transition: opacity 150ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 800ms ease;
    -o-transition: opacity 150ms ease, box-shadow 300ms ease, -o-transform 800ms ease;
    -moz-transition: opacity 150ms ease, box-shadow 300ms ease, transform 800ms ease, -moz-box-shadow 300ms ease, -moz-transform 800ms ease;
    transition: opacity 150ms ease, box-shadow 300ms ease, transform 800ms ease;
    transition: opacity 150ms ease, box-shadow 300ms ease, transform 800ms ease, -webkit-box-shadow 300ms ease, -moz-box-shadow 300ms ease, -webkit-transform 800ms ease, -moz-transform 800ms ease, -o-transform 800ms ease;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25); }
  .teaser .teaser__image {
    margin: -15px 0 7.5px 0; }
    .teaser .teaser__image img {
      -webkit-border-bottom-right-radius: 0;
         -moz-border-radius-bottomright: 0;
              border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
         -moz-border-radius-bottomleft: 0;
              border-bottom-left-radius: 0; }
  .teaser .teaser__date {
    margin: 0;
    opacity: 0.8;
    font-size: 75%; }
  .teaser .teaser__tag {
    color: #10069f;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: underline;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    .teaser .teaser__tag:hover {
      opacity: 0.5; }
  .teaser .teaser__title {
    margin: 5px 0;
    display: block;
    word-wrap: break-word;
    color: #7d7f7f;
    font-weight: 300;
    line-height: 4rem;
    text-decoration: none;
    border-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .teaser .teaser__title {
        line-height: 3.5rem; } }
    .teaser .teaser__title::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .teaser .teaser__more, .teaser .teaser__tag, .teaser .teaser__person > a, .teaser .header--top-nav ul li .teaser__person > a {
    z-index: 2;
    position: relative; }
  .teaser .teaser__description {
    margin: 0 0 5px 0; }
  .teaser .teaser__more__container {
    text-align: left; }
    .teaser .teaser__more__container .teaser__more {
      float: right;
      margin: 5px 10px 10px 0;
      padding: 5px;
      background-color: transparent;
      border: 0;
      color: #10069f;
      font-size: 16px; }
      .teaser .teaser__more__container .teaser__more:hover {
        text-decoration: underline !important; }
      .teaser .teaser__more__container .teaser__more:active {
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none; }
      .teaser .teaser__more__container .teaser__more::after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%2310069f'%3E%3Cpath d='M5 3l3.057-3L20 12 8.057 24 5 21l9-9z'/%3E%3C/svg%3E");
        content: "";
        width: 10px;
        margin-left: 5px;
        -moz-background-size: cover;
          -o-background-size: cover;
             background-size: cover;
        height: 10px;
        position: absolute;
        top: 36%;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; }
  .teaser .teaser__tagContainer {
    margin: 7.5px 0; }
    .teaser .teaser__tagContainer .teaser__tag {
      -webkit-transition: background-color 150ms ease;
      -o-transition: background-color 150ms ease;
      -moz-transition: background-color 150ms ease;
      transition: background-color 150ms ease;
      background-color: #e2e1e1;
      padding: 5px 8px;
      margin: 1px 3px 3px 0;
      display: inline-block;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      color: #7d7f7f;
      font-size: 80%; }
      .teaser .teaser__tagContainer .teaser__tag:hover {
        text-decoration: none;
        background-color: #c8c8c8; }
      .teaser .teaser__tagContainer .teaser__tag::before {
        content: "#";
        margin-right: 3px; }
  .teaser .teaser__person {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 15rem;
    margin-left: 5px; }
    @media only screen and (max-width: 767px) {
      .teaser .teaser__person {
        top: 12rem; } }
    .teaser .teaser__person:first-of-type {
      margin-left: 2.7rem; }
      @media only screen and (max-width: 767px) {
        .teaser .teaser__person:first-of-type {
          margin-left: 1.2rem; } }
    .teaser .teaser__person:hover figure {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
         -moz-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1); }
    .teaser .teaser__person:hover .teaser__person__name {
      text-decoration: underline; }
    .teaser .teaser__person a {
      display: inline-block; }
    .teaser .teaser__person figure {
      -webkit-transition: -webkit-transform 200ms ease;
      transition: -webkit-transform 200ms ease;
      -o-transition: -o-transform 200ms ease;
      -moz-transition: transform 200ms ease, -moz-transform 200ms ease;
      transition: transform 200ms ease;
      transition: transform 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease;
      max-width: 55px; }
      .teaser .teaser__person figure .teaser__person__image {
        border: 2px solid #FFF;
        -webkit-box-shadow: 0.2px 1.5px 0 #d0d3d4;
           -moz-box-shadow: 0.2px 1.5px 0 #d0d3d4;
                box-shadow: 0.2px 1.5px 0 #d0d3d4;
        -webkit-border-radius: 100%;
           -moz-border-radius: 100%;
                border-radius: 100%;
        width: 100%;
        height: auto; }
    .teaser .teaser__person .teaser__person__name {
      display: inline-block;
      color: #7d7f7f; }
  .teaser .teaser__header {
    margin-bottom: 5rem;
    padding: 0;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    min-height: 175px;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0; }
    @media only screen and (max-width: 767px) {
      .teaser .teaser__header {
        margin-bottom: 3.5rem; } }
  .teaser .teaser__body {
    padding: 0 15px 15px 30px; }
    @media only screen and (max-width: 767px) {
      .teaser .teaser__body {
        padding-left: 15px; } }
  .teaser .teaser__footer {
    padding: 5px 15px 15px 15px; }
    .teaser .teaser__footer hr {
      background: #eeeeee;
      border-color: transparent;
      margin: 0; }
  .teaser.teaser--article a:hover {
    border-bottom: none; }
  .teaser .article-detail-stage .image-wrapper {
    text-align: center;
    position: relative; }
    .teaser .article-detail-stage .image-wrapper * {
      z-index: 1; }
    .teaser .article-detail-stage .image-wrapper img {
      -webkit-border-radius: 0 0 .5rem .5rem;
         -moz-border-radius: 0 0 .5rem .5rem;
              border-radius: 0 0 .5rem .5rem; }
    .teaser .article-detail-stage .image-wrapper .heading {
      color: #FFF;
      position: absolute;
      top: 0;
      text-align: center;
      width: 100%;
      max-width: 1200px;
      background: none;
      padding: 0 5rem;
      height: 100%; }
      @media only screen and (max-width: 991px) {
        .teaser .article-detail-stage .image-wrapper .heading {
          height: 100%;
          padding: 1vw; } }
      .teaser .article-detail-stage .image-wrapper .heading .headline {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        float: left;
        top: 48%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media only screen and (max-width: 767px) {
          .teaser .article-detail-stage .image-wrapper .heading .headline {
            top: 50%; } }
        .teaser .article-detail-stage .image-wrapper .heading .headline span {
          display: block;
          font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
          margin: 0;
          color: #FFF;
          font-size: 5rem;
          line-height: 1.2em;
          text-shadow: 0px 0px 20px black, 1px 1px 5px #333 !important; }
          @media only screen and (max-width: 991px) {
            .teaser .article-detail-stage .image-wrapper .heading .headline span {
              font-size: 5vw; } }
        .teaser .article-detail-stage .image-wrapper .heading .headline span {
          display: block; }
      .teaser .article-detail-stage .image-wrapper .heading .tag {
        font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
        background: #10069f;
        padding: .3rem 2rem;
        color: #FFF;
        font-size: 1.2rem;
        font-weight: 400;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        margin-bottom: .5rem; }
        @media only screen and (max-width: 767px) {
          .teaser .article-detail-stage .image-wrapper .heading .tag {
            display: none; } }
  .teaser .article-detail-stage .info-block {
    margin-top: 2rem; }
    .teaser .article-detail-stage .info-block .teaser--person__small {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 0 1rem 0; }
      @media only screen and (max-width: 767px) {
        .teaser .article-detail-stage .info-block .teaser--person__small {
          margin-right: 0;
          margin-top: 0; } }
      .teaser .article-detail-stage .info-block .teaser--person__small .image {
        padding: 0;
        max-width: 5.5rem;
        min-width: 5.5rem; }
        .teaser .article-detail-stage .info-block .teaser--person__small .image img {
          border: 2px solid #FFF;
          -webkit-box-shadow: 0.2px 1.5px 0 #d0d3d4;
             -moz-box-shadow: 0.2px 1.5px 0 #d0d3d4;
                  box-shadow: 0.2px 1.5px 0 #d0d3d4;
          -webkit-border-radius: 100%;
             -moz-border-radius: 100%;
                  border-radius: 100%;
          width: 5.5rem;
          height: 5.5rem; }
      .teaser .article-detail-stage .info-block .teaser--person__small .details {
        padding: 0;
        margin-left: 15px;
        height: 5.5rem;
        vertical-align: middle;
        position: relative; }
        .teaser .article-detail-stage .info-block .teaser--person__small .details .facts {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
        @media only screen and (max-width: 767px) {
          .teaser .article-detail-stage .info-block .teaser--person__small .details {
            margin-top: 0;
            padding: 0; } }
        .teaser .article-detail-stage .info-block .teaser--person__small .details .name {
          font-size: 1.2rem;
          font-weight: 700;
          color: #333;
          margin: 0;
          line-height: initial;
          display: block; }
          .teaser .article-detail-stage .info-block .teaser--person__small .details .name a {
            color: #333; }
            .teaser .article-detail-stage .info-block .teaser--person__small .details .name a:hover {
              border-bottom: 1px solid; }
        .teaser .article-detail-stage .info-block .teaser--person__small .details .position,
        .teaser .article-detail-stage .info-block .teaser--person__small .details .location {
          font-size: 1.2rem;
          font-weight: 400;
          color: #7d7f7f;
          margin: 0;
          line-height: initial; }
  @media only screen and (max-width: 767px) {
    .teaser .article-detail-stage .social-and-tags {
      margin-top: 2rem; } }
  .teaser .article-detail-stage .social-and-tags .social {
    clear: right; }
    @media only screen and (max-width: 767px) {
      .teaser .article-detail-stage .social-and-tags .social {
        text-align: center; } }
    .teaser .article-detail-stage .social-and-tags .social ul {
      float: right;
      margin-top: 0px;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .teaser .article-detail-stage .social-and-tags .social ul {
          float: none;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .teaser .article-detail-stage .social-and-tags .social ul li {
        min-width: 0;
        margin: 10px;
        width: 40px; }
  .teaser .article-detail-stage .social-and-tags .tags {
    margin-top: 25px;
    line-height: 3.4rem;
    text-align: right;
    margin-bottom: 19px; }
    .teaser .article-detail-stage .social-and-tags .tags a {
      margin-left: .5rem; }
  .teaser .article-detail-closure .tag,
  .teaser .article-detail-stage .tag {
    display: inline-block;
    line-height: 1.25; }
  .teaser .article-detail-closure .closure-shariff {
    float: right; }
    .teaser .article-detail-closure .closure-shariff::before {
      content: attr(data-pretext);
      margin-right: 15px;
      line-height: 4rem;
      font-size: 1.2rem;
      font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
      font-weight: 700; }
  .teaser .article-detail-closure .tags {
    line-height: 4rem;
    text-align: left; }
    .teaser .article-detail-closure .tags a {
      margin-right: .5rem; }
  .teaser .article-detail-closure .shariff {
    float: right; }

.person-detail-block {
  position: relative;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .person-detail-block {
      margin-bottom: 0; } }
  .person-detail-block #background {
    border: 1px solid #1d252d;
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px;
    background-color: #1d252d;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .person-detail-block #background {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        position: relative; } }
  .person-detail-block #tags {
    position: absolute; }
  .person-detail-block #namePosImage {
    padding-top: 8rem;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .person-detail-block #namePosImage {
        background-color: #1d252d; } }
    @media only screen and (max-width: 991px) {
      .person-detail-block #namePosImage {
        padding-top: 1rem; } }
    .person-detail-block #namePosImage .bild-wrapper {
      position: relative;
      padding-left: 0;
      padding-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .person-detail-block #namePosImage .bild-wrapper {
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 767px) {
        .person-detail-block #namePosImage .bild-wrapper {
          position: relative;
          text-align: center;
          padding-bottom: 1rem; }
          .person-detail-block #namePosImage .bild-wrapper .bild {
            width: 200px;
            height: auto; } }
      .person-detail-block #namePosImage .bild-wrapper .bild {
        -webkit-border-radius: 6px;
           -moz-border-radius: 6px;
                border-radius: 6px;
        -webkit-box-shadow: 0.2px 1px 3px #1d252d;
           -moz-box-shadow: 0.2px 1px 3px #1d252d;
                box-shadow: 0.2px 1px 3px #1d252d; }
      .person-detail-block #namePosImage .bild-wrapper .linkedin-xing {
        position: absolute;
        bottom: -5px;
        left: 20px; }
        @media only screen and (max-width: 767px) {
          .person-detail-block #namePosImage .bild-wrapper .linkedin-xing {
            text-align: center;
            left: 0;
            position: relative;
            margin-top: 15px; } }
        .person-detail-block #namePosImage .bild-wrapper .linkedin-xing a:nth-of-type(2) {
          margin-left: 10px; }
        .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .linkedin, .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .xing {
          text-indent: -999999px;
          display: inline-block;
          width: 46px;
          height: 46px;
          background-repeat: no-repeat;
          text-decoration: none; }
        .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .linkedin {
          background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/LinkedIn-1.svg"); }
          .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .linkedin:hover {
            background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/LinkedIn-2.svg"); }
        .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .xing {
          background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/Xing-1.svg"); }
          .person-detail-block #namePosImage .bild-wrapper .linkedin-xing .xing:hover {
            background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/Xing-2.svg"); }
  .person-detail-block .address {
    font-size: 1.6rem;
    color: #FFF;
    line-height: 2.6rem;
    padding-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .person-detail-block .address {
        white-space: initial; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .person-detail-block .address {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .person-detail-block .address {
        font-size: 1.4rem;
        padding-left: 15px;
        padding-right: 15px; } }
  .person-detail-block .tag {
    background-color: #10069f;
    color: #FFF;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin: 1px; }
  .person-detail-block p {
    margin-top: 10px;
    list-style-type: none;
    color: #FFF; }
  .person-detail-block h1 {
    margin-top: 10px;
    list-style-type: none;
    color: #FFF;
    font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
    font-weight: bold;
    white-space: initial; }
    @media only screen and (max-width: 767px) {
      .person-detail-block h1 {
        white-space: initial;
        font-size: 3.2rem;
        text-align: center; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .person-detail-block h1 {
        font-size: 5vh; } }
  .person-detail-block h3, .person-detail-block .teaser .teaser__title, .teaser .person-detail-block .teaser__title, .person-detail-block #mobile-menu .mm-title, #mobile-menu .person-detail-block .mm-title {
    margin-top: 10px;
    list-style-type: none;
    color: white;
    font-size: 22px;
    margin-bottom: 4.5rem; }
    .person-detail-block h3.position, .person-detail-block .teaser .position.teaser__title, .teaser .person-detail-block .position.teaser__title, .person-detail-block #mobile-menu .position.mm-title, #mobile-menu .person-detail-block .position.mm-title {
      font-size: 2.6rem;
      font-weight: 300; }
      @media only screen and (max-width: 767px) {
        .person-detail-block h3.position, .person-detail-block .teaser .position.teaser__title, .teaser .person-detail-block .position.teaser__title, .person-detail-block #mobile-menu .position.mm-title, #mobile-menu .person-detail-block .position.mm-title {
          white-space: initial;
          font-size: 1.8rem;
          margin-bottom: 1.5rem;
          text-align: center; } }
  .person-detail-block h4 {
    display: none; }
  .person-detail-block h5 {
    text-decoration: underline;
    color: white;
    margin-bottom: -5px; }
  .person-detail-block h3, .person-detail-block .teaser .teaser__title, .teaser .person-detail-block .teaser__title, .person-detail-block #mobile-menu .mm-title, #mobile-menu .person-detail-block .mm-title {
    margin-top: -5px;
    font-weight: normal; }
  .person-detail-block ul {
    margin-bottom: 0;
    border: none;
    font-weight: 400; }
  .person-detail-block a, .person-detail-block .header--top-nav ul li a, .header--top-nav ul li .person-detail-block a {
    text-decoration: none;
    color: #FFF;
    text-decoration: none;
    border-bottom: none; }
  .person-detail-block .email a {
    text-decoration: none; }
    .person-detail-block .email a:hover {
      border-bottom: 1px solid #FFF; }
  .person-detail-block #download p {
    margin-top: 15px;
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .person-detail-block #download p {
        margin: 0 15px 15px 15px; } }
  .person-detail-block #download a {
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid; }
    @media only screen and (max-width: 767px) {
      .person-detail-block #download a {
        font-size: 1.4rem;
        background-color: #fbfbfb;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        text-align: center;
        border-bottom: none !important;
        color: #1d252d;
        display: block;
        padding: 0.7rem .5rem .7rem 0; }
        .person-detail-block #download a::after {
          content: '' !important; } }
    .person-detail-block #download a:hover::after {
      background-color: transparent; }
    .person-detail-block #download a::after {
      position: absolute;
      content: "\f0ab";
      font-family: 'fontAwesome';
      font-size: 3rem;
      color: #d0d3d4;
      margin-left: 15px;
      background-color: #FFF;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }
  .person-detail-block .person--details {
    margin-top: 4rem;
    padding-top: 0;
    padding-bottom: 15px;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .person-detail-block .person--details {
        margin-top: 2rem !important; } }
    @media only screen and (max-width: 767px) {
      .person-detail-block .person--details {
        padding-top: 0;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px; } }
    .person-detail-block .person--details li {
      background-repeat: no-repeat;
      padding-left: 45px;
      background-position: -5px;
      -moz-background-size: 4rem 4rem;
        -o-background-size: 4rem 4rem;
           background-size: 4rem 4rem;
      margin-left: 0;
      color: #FFF;
      font-size: 1.6rem;
      line-height: 3rem;
      margin-bottom: 0 !important; }
      @media only screen and (max-width: 767px) {
        .person-detail-block .person--details li {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .person-detail-block .person--details li {
          font-size: 1.4rem; } }
      .person-detail-block .person--details li.phone {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M36.8 36.5c-.2-.2-.6-.3-.9 0 0 0-1.8 1.8-2 1.9l-.1.1c-1.9 1-8.8-6.4-7.5-7.8l2-1.9c.3-.3.3-.7 0-.9l-6.4-6.6c-.1-.1-.3-.2-.5-.2s-.3.1-.5.2c-3.2 3.2-8.4 6.3 3.7 18.6 11.9 12.1 15.3 7.5 18.6 4 .2-.3.2-.6 0-.9l-6.4-6.5zM42.4 31.8c.2-5.3-4.1-9.6-9.4-9.4M46.9 31.8c.2-7.8-6.1-14.1-13.9-14M33 26.9c2.8-.2 5 2.1 4.8 4.8'/%3E%3C/g%3E%3C/svg%3E");
        -moz-background-size: 4.5rem 4.5rem;
          -o-background-size: 4.5rem 4.5rem;
             background-size: 4.5rem 4.5rem;
        background-position: -1rem;
        margin-bottom: 1.5rem !important; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .person-detail-block .person--details li.phone {
            -moz-background-size: 3rem 3rem;
              -o-background-size: 3rem 3rem;
                 background-size: 3rem 3rem;
            background-position: 0rem; } }
      .person-detail-block .person--details li.fax {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23fff'%3E%3Cpath d='M28.4 22.7h9.3v.9h-9.3z'/%3E%3Cpath d='M23.8 18.9h18.5v16.6h.9V18H22.9v17.5h.9z'/%3E%3Cpath d='M28.2 27.7h9.7v.9h-9.7zM28.2 32.6h9.7v.9h-9.7zM39.3 47.1c-.1-.4-.2-1-.5-1.7-.5-1-1.6-2.2-3.8-2.2h-3.9c-2.2 0-3.3 1.2-3.8 2.2-.3.6-.4 1.3-.5 1.7h-4.9c0-2 .1-4.1 1.4-5.7 1.6-2.1 4.8-3.1 9.8-3.1s8.2 1 9.8 3.1c1.3 1.6 1.4 3.8 1.4 5.7h-5zM33 37.4c-12.1 0-12.1 5.9-12.1 10.2v.4h6.7v-.5s0-.9.4-1.7c.6-1.1 1.6-1.7 3-1.7h4c3.4 0 3.4 3.3 3.4 3.4v.5h6.7v-.5c.1-4.2 0-10.1-12.1-10.1z'/%3E%3C/svg%3E");
        -moz-background-size: 4.5rem 4.5rem;
          -o-background-size: 4.5rem 4.5rem;
             background-size: 4.5rem 4.5rem;
        background-position: -1.4rem; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .person-detail-block .person--details li.fax {
            -moz-background-size: 3rem 3rem;
              -o-background-size: 3rem 3rem;
                 background-size: 3rem 3rem;
            background-position: 0rem; } }
      .person-detail-block .person--details li.email {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff'%3E%3Cg stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpath d='M45.5 21.7l-12 10.9c-.9.8-2.4.8-3.3 0L18.1 21.7M26.2 33.7l-8.1 6.7'/%3E%3Cpath d='M47.2 43.8c1.4-.5 2.3-1.8 2.3-3.3V21.6c0-1.9-1.6-3.5-3.6-3.5H18.1c-2 0-3.6 1.6-3.6 3.5v18.9c0 1.9 1.6 3.5 3.6 3.5h10.1'/%3E%3Cpath d='M40.4 42.6v-1.8s.2-3.6-4.4-1.9'/%3E%3Cpath d='M40.4 41.3s-5.3-1.5-4.9 1.5c.3 3 4.8 1.5 4.9-.3 0 0-.2 1.9 1.6 1.9s2.8-1.8 2.6-3.8c-.4-3.3-3.2-5.9-6.6-5.9-3.7 0-6.7 3-6.7 6.6s3 6.6 6.7 6.6c1.5 0 2.8-.5 3.9-1.3'/%3E%3C/g%3E%3C/svg%3E");
        -moz-background-size: 4rem 4rem;
          -o-background-size: 4rem 4rem;
             background-size: 4rem 4rem;
        background-position: -.8rem; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .person-detail-block .person--details li.email {
            -moz-background-size: 3rem 3rem;
              -o-background-size: 3rem 3rem;
                 background-size: 3rem 3rem;
            background-position: 0rem; } }
      .person-detail-block .person--details li.mobile {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' overflow='scroll' fill='%23fff'%3E%3Cpath d='M18.8 5.5c0-1.4-1.1-2.5-2.5-2.5H7.4C6 3 4.8 4.1 4.8 5.5v19C4.8 25.9 6 27 7.4 27h8.9c1.4 0 2.5-1.1 2.5-2.5v-19zm-1 15.5h-12V7h12v14zM7.4 4h8.9c.8 0 1.5.7 1.5 1.5V6h-12v-.5c0-.8.7-1.5 1.6-1.5zm8.9 22H7.4c-.8 0-1.5-.7-1.5-1.5V22h12v2.5c-.1.8-.8 1.5-1.6 1.5z'/%3E%3Cpath d='M11.8 22.7c-.7 0-1.4.6-1.4 1.4 0 .7.6 1.4 1.4 1.4s1.4-.6 1.4-1.4c0-.8-.6-1.4-1.4-1.4zm0 1.7c-.2 0-.4-.2-.4-.4s.2-.4.4-.4.4.2.4.4-.2.4-.4.4zM21.8 10c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 1.1 1 1.7 2.3 1.7 3.6s-.6 2.7-1.7 3.6c-.2.2-.2.5 0 .7.1.1.2.2.4.2.1 0 .2 0 .3-.1 1.3-1.2 2-2.7 2-4.4s-.7-3.1-2-4.3z'/%3E%3Cpath d='M24.3 8.1c-.2-.2-.5-.2-.7 0-.2.2-.2.5 0 .7 3 3 3 8.2 0 11.2-.2.2-.2.5 0 .7.1.1.2.1.4.1s.3 0 .4-.1c3.4-3.4 3.4-9.1-.1-12.6z'/%3E%3C/svg%3E");
        -moz-background-size: 2.9rem 2.9rem;
          -o-background-size: 2.9rem 2.9rem;
             background-size: 2.9rem 2.9rem;
        background-position: -.3rem; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .person-detail-block .person--details li.mobile {
            -moz-background-size: 2rem 2rem;
              -o-background-size: 2rem 2rem;
                 background-size: 2rem 2rem;
            background-position: .8rem; } }

.spezialgebiete {
  margin-top: 35px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .spezialgebiete {
      width: initial;
      line-height: 30px; } }
  .spezialgebiete .tag {
    line-height: 18px;
    display: inline-block;
    margin-bottom: 4px; }

.tag-detail-stage .image-wrapper {
  min-height: 400px;
  position: relative; }
  .tag-detail-stage .image-wrapper * {
    z-index: 1; }
  .tag-detail-stage .image-wrapper img {
    -webkit-border-radius: 0 0 .5rem .5rem;
       -moz-border-radius: 0 0 .5rem .5rem;
            border-radius: 0 0 .5rem .5rem; }
  .tag-detail-stage .image-wrapper.no-color .heading {
    color: #333; }
  .tag-detail-stage .image-wrapper .heading {
    color: #FFF;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    background: none;
    padding: 0 5rem;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      .tag-detail-stage .image-wrapper .heading {
        height: 100%;
        padding: 1vw; } }
    .tag-detail-stage .image-wrapper .heading .headline {
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      float: left;
      top: 48%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        .tag-detail-stage .image-wrapper .heading .headline {
          top: 50%; } }
      .tag-detail-stage .image-wrapper .heading .headline span {
        display: block;
        font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
        margin: 0;
        color: #FFF;
        font-size: 5rem;
        line-height: 1.2em;
        text-shadow: 0px 0px 20px black, 1px 1px 5px #333 !important; }
        @media only screen and (max-width: 991px) {
          .tag-detail-stage .image-wrapper .heading .headline span {
            font-size: 5vw; } }

.tag-detail-stage .over_social .social .share_text {
  display: none; }

@media only screen and (max-width: 767px) {
  .tag-detail-stage .over_social .social {
    text-align: center; } }

.tag-detail-stage .over_social .social ul {
  float: right;
  margin-bottom: 0;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    .tag-detail-stage .over_social .social ul {
      float: none;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .tag-detail-stage .over_social .social ul li {
    min-width: 0;
    max-width: 30px;
    margin: 10px; }

@media (max-width: 1025px) {
  .tag-detail-stage .shariff li .fa {
    max-width: 30px; } }

@media only screen and (max-width: 767px) {
  .tag-detail-stage .shariff li {
    min-width: 40px !important; } }

.tag-detail-stage .image-wrapper.image.color {
  background-color: transparent !important;
  min-height: 0;
  margin-top: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tag-detail-stage .image-wrapper.no-image.color {
    min-height: 300px; } }

@media only screen and (max-width: 767px) {
  .tag-detail-stage .image-wrapper.no-image.color {
    min-height: 200px; } }

@keyframes maskIn {
  0% {
    -webkit-clip-path: polygon(0 38%, 100% 40%, 100% 53%, 0 47%);
            clip-path: polygon(0 38%, 100% 40%, 100% 53%, 0 47%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

.kgTagTeaser {
  padding: 30px 0; }
  .kgTagTeaser__link {
    margin-top: 15px; }
    .kgTagTeaser__link a, .kgTagTeaser__link .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser__link a, .kgTagTeaser__link .btn, .kgTagTeaser__link .powermail_form fieldset .powermail_fieldwrap_type_submit .btn.btn-primary, .powermail_form fieldset .powermail_fieldwrap_type_submit .kgTagTeaser__link .btn.btn-primary, .kgTagTeaser__link .auwSearchbox__actions .querySubmitter, .auwSearchbox__actions .kgTagTeaser__link .querySubmitter, .kgTagTeaser__link .auwSearchbox__actions .auwSearchbox__spinner, .auwSearchbox__actions .kgTagTeaser__link .auwSearchbox__spinner, .kgTagTeaser__link
    .auwSearchbox__actions button,
    .auwSearchbox__actions .kgTagTeaser__link button, .kgTagTeaser__link {
      display: inline-block; }
  .kgTagTeaser, .kgTagTeaser .text, .kgTagTeaser p, .kgTagTeaser a, .kgTagTeaser .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser a {
    font-size: 2.4rem;
    line-height: 1.625em;
    text-align: center;
    color: #828384; }
    @media only screen and (max-width: 767px) {
      .kgTagTeaser, .kgTagTeaser .text, .kgTagTeaser p, .kgTagTeaser a, .kgTagTeaser .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser a {
        font-size: 1.8rem; } }
  .kgTagTeaser p {
    margin: 0 !important;
    font-weight: lighter; }
  .kgTagTeaser a.btn:hover, .kgTagTeaser .powermail_form fieldset .powermail_fieldwrap_type_submit a.btn.btn-primary:hover, .powermail_form fieldset .powermail_fieldwrap_type_submit .kgTagTeaser a.btn.btn-primary:hover, .kgTagTeaser .auwSearchbox__actions a.querySubmitter:hover, .auwSearchbox__actions .kgTagTeaser a.querySubmitter:hover, .kgTagTeaser .auwSearchbox__actions a.auwSearchbox__spinner:hover, .auwSearchbox__actions .kgTagTeaser a.auwSearchbox__spinner:hover {
    color: #FFF; }
  .kgTagTeaser a, .kgTagTeaser .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser a {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    display: table;
    white-space: nowrap;
    -webkit-transition: color ease 250ms;
    -o-transition: color ease 250ms;
    -moz-transition: color ease 250ms;
    transition: color ease 250ms;
    font-weight: bold; }
    .kgTagTeaser a, .kgTagTeaser .header--top-nav ul li a, .header--top-nav ul li .kgTagTeaser a, .kgTagTeaser a:hover {
      border: none !important; }
    .kgTagTeaser a:hover {
      color: #333; }
    .kgTagTeaser a.is-active {
      color: #10069f; }
      .kgTagTeaser a.is-active:hover {
        color: #0858c0; }
  .kgTagTeaser__allWrap {
    position: relative;
    display: inline;
    padding-left: 5px; }
  .kgTagTeaser__before {
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .kgTagTeaser__before {
        display: block; } }
  .kgTagTeaser__after {
    clear: both;
    display: block; }
  .kgTagTeaser__caret {
    position: relative;
    z-index: 101;
    cursor: pointer;
    padding: .5em;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    /*
        &.is-active::before {
          position: relative;
          transform: rotateZ(90deg);

          top: -5px;
          left: -8px;

          border-width: 8px;
        }*/ }
    .kgTagTeaser__caret::before {
      content: '';
      display: block;
      border-top: 4px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      margin: -3px 0 0 -7px;
      -webkit-transition: -webkit-transform 200ms ease;
      transition: -webkit-transform 200ms ease;
      -o-transition: -o-transform 200ms ease;
      -moz-transition: transform 200ms ease, -moz-transform 200ms ease;
      transition: transform 200ms ease;
      transition: transform 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease; }
    .kgTagTeaser__caret.is-active::before {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
    @media only screen and (max-width: 991px) {
      .kgTagTeaser__caret {
        padding: 1.5rem; }
        .kgTagTeaser__caret::before {
          margin: -2px -4px;
          border-top: 4px solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent; } }
  .kgTagTeaser__progressBar {
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #d0d3d4; }
    .kgTagTeaser__progressBar::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
           -o-transform: translateX(-100%);
              transform: translateX(-100%);
      background-color: #10069f;
      -webkit-transition: -webkit-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      transition: -webkit-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      -o-transition: -o-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      -moz-transition: transform cubic-bezier(0.2, 0, 0.8, 1) 0ms, -moz-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      transition: transform cubic-bezier(0.2, 0, 0.8, 1) 0ms;
      transition: transform cubic-bezier(0.2, 0, 0.8, 1) 0ms, -webkit-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms, -moz-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms, -o-transform cubic-bezier(0.2, 0, 0.8, 1) 0ms; }
    .kgTagTeaser__progressBar.is-active::before {
      -webkit-transform: translateX(0%);
         -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
           -o-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition-duration: inherit;
         -moz-transition-duration: inherit;
           -o-transition-duration: inherit;
              transition-duration: inherit; }
  .kgTagTeaser__tagList {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: none; }
    html .kgTagTeaser__tagListShadow {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fafafa;
      height: auto;
      width: 100%;
      -webkit-box-sizing: initial !important;
         -moz-box-sizing: initial !important;
              box-sizing: initial !important;
      padding: 12px 23px 11px 15px;
      margin: -17px 0 0 -17px;
      border: 1px solid #f1f2f2;
      -webkit-border-radius: .25em;
         -moz-border-radius: .25em;
              border-radius: .25em;
      z-index: 100;
      -webkit-animation: maskIn cubic-bezier(0, 0.8, 0.3, 1) 400ms;
         -moz-animation: maskIn cubic-bezier(0, 0.8, 0.3, 1) 400ms;
           -o-animation: maskIn cubic-bezier(0, 0.8, 0.3, 1) 400ms;
              animation: maskIn cubic-bezier(0, 0.8, 0.3, 1) 400ms; }
      html .kgTagTeaser__tagListShadow:not(.is-active) {
        display: none; }
      html .kgTagTeaser__tagListShadow .kgTagTeaser__tagList {
        position: relative;
        display: block; }
        html .kgTagTeaser__tagListShadow .kgTagTeaser__tagList a {
          text-align: left; }
          html .kgTagTeaser__tagListShadow .kgTagTeaser__tagList a.is-active {
            margin-bottom: 7px; }
          html .kgTagTeaser__tagListShadow .kgTagTeaser__tagList a:not(.is-active) {
            font-size: 15px;
            font-weight: normal !important; }
    .kgTagTeaser__tagListWrapper {
      position: relative;
      display: inline-block;
      height: 1.625em;
      vertical-align: top;
      overflow: hidden; }

/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transform: translate(100%, 0);
     -moz-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
       -o-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
     -moz-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: top left;
     -moz-transform-origin: top left;
      -ms-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left; }
  .mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
       -moz-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
         -o-transform: translate(0%, 0);
            transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
       -moz-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
       -moz-transform: translate(-30%, 0);
        -ms-transform: translate(-30%, 0);
         -o-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
       -moz-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }
  .mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important; }
    .mm-panel.mm-noanimation.mm-subopened {
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 61px; }
  .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:before, .mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-prev:before,
.mm-next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid #d0d3d4;
  text-align: center;
  line-height: 20px;
  height: 61px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a, .mm-navbar .header--top-nav ul li a, .header--top-nav ul li .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn:first-child {
    left: 0; }
  .mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a, .mm-listview .header--top-nav ul li a, .header--top-nav ul li .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a, .header--top-nav ul .mm-listview > li > a,
    .mm-listview > li > span {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a, .mm-listview .header--top-nav ul li .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .header--top-nav ul li .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-menu {
  background: #FFF;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next), .mm-menu .header--top-nav ul .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .header--top-nav ul .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next, .mm-menu.mm-vertical .header--top-nav ul .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .header--top-nav ul .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-navbars-top,
.mm-navbars-bottom {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; }
  .mm-navbars-top > .mm-navbar,
  .mm-navbars-bottom > .mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0; }

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar .mm-breadcrumbs > a, .mm-navbar .header--top-nav ul li .mm-breadcrumbs > a {
    text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 61px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 122px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 183px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 244px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 61px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 122px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 183px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 244px; }

.mm-navbar-size-2 {
  height: 122px; }

.mm-navbar-size-3 {
  height: 183px; }

.mm-navbar-size-4 {
  height: 244px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-fx-menu-zoom {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
     -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
          transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center; }

html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
     -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
          transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
     -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
          transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
     -moz-transform-origin: right center;
      -ms-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
     -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
          transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-fx-menu-slide {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
     -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
       -o-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
     -moz-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0%, 0);
     -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
       -o-transform: translate(0%, 0);
          transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
     -moz-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
     -moz-transform: translate(30%, 0);
      -ms-transform: translate(30%, 0);
       -o-transform: translate(30%, 0);
          transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
     -moz-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0%, 0);
     -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
       -o-transform: translate(0%, 0);
          transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
     -moz-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0); }

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1; }

.mm-menu.mm-fx-panels-none .mm-panel,
.mm-menu .mm-fx-panels-none.mm-panel {
  -webkit-transition-property: none;
  -o-transition-property: none;
  -moz-transition-property: none;
  transition-property: none; }
  .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened,
  .mm-menu .mm-fx-panels-none.mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.mm-menu.mm-fx-panels-zoom .mm-panel,
.mm-menu .mm-fx-panels-zoom.mm-panel {
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
     -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
          transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }
  .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened,
  .mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
       -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
            transform: scale(1, 1) translate3d(0%, 0, 0); }
  .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened,
  .mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
       -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
            transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
     -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
       -o-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
     -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-fx-panels-slide-up .mm-panel,
.mm-menu .mm-fx-panels-slide-up.mm-panel {
  -webkit-transform: translate(0, 100%);
     -moz-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
       -o-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }
  .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened,
  .mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened,
  .mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0%);
       -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
         -o-transform: translate(0, 0%);
            transform: translate(0, 0%);
    -webkit-transform: translate3d(0, 0%, 0);
       -moz-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0); }

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li {
  -webkit-transition: none 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: none 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: none 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: none 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
       -moz-transition-delay: 50ms;
         -o-transition-delay: 50ms;
            transition-delay: 50ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
       -moz-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
       -moz-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
       -moz-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
       -moz-transition-delay: 250ms;
         -o-transition-delay: 250ms;
            transition-delay: 250ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
       -moz-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
       -moz-transition-delay: 350ms;
         -o-transition-delay: 350ms;
            transition-delay: 350ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
       -moz-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
       -moz-transition-delay: 450ms;
         -o-transition-delay: 450ms;
            transition-delay: 450ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
       -moz-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
       -moz-transition-delay: 550ms;
         -o-transition-delay: 550ms;
            transition-delay: 550ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
       -moz-transition-delay: 600ms;
         -o-transition-delay: 600ms;
            transition-delay: 600ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
       -moz-transition-delay: 650ms;
         -o-transition-delay: 650ms;
            transition-delay: 650ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
       -moz-transition-delay: 700ms;
         -o-transition-delay: 700ms;
            transition-delay: 700ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
       -moz-transition-delay: 750ms;
         -o-transition-delay: 750ms;
            transition-delay: 750ms; }

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transform: translate(50%, 0);
     -moz-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
       -o-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
     -moz-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu offCanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }
  .mm-menu.mm-offcanvas.mm-opened {
    display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
     -moz-transform: translate(80%, 0);
      -ms-transform: translate(80%, 0);
       -o-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
     -moz-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
       -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
         -o-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
       -moz-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
       -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
         -o-transform: translate(440px, 0);
            transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
       -moz-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0); } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
#hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  -moz-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  #hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 20px;
  height: 10px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #333;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.15s;
       -moz-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -4px; }
  .hamburger-inner::after {
    bottom: -4px; }

/*
   * Collapse
   */
#hamburger .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
     -moz-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
     -moz-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  #hamburger .hamburger-inner::after {
    top: -8px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -moz-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  #hamburger .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

#hamburger.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
     -moz-transform: translate3d(0, -4px, 0) rotate(-45deg);
          transform: translate3d(0, -4px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
     -moz-transition-delay: 0.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  #hamburger.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    -moz-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  #hamburger.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0) !important;
     -moz-transform: translate3d(-80%, 0, 0) !important;
          transform: translate3d(-80%, 0, 0) !important; }
  @media (min-width: 550px) {
    html.mm-opening .mm-slideout {
      -webkit-transform: translateX(-440px) !important;
         -moz-transform: translateX(-440px) !important;
          -ms-transform: translateX(-440px) !important;
           -o-transform: translateX(-440px) !important;
              transform: translateX(-440px) !important; } }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0) !important;
     -moz-transform: translate3d(0%, 0, 0) !important;
          transform: translate3d(0%, 0, 0) !important; }

.mm-menu.mm-offcanvas {
  left: initial !important; }

.language-chooser {
  background-color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  z-index: 999999999; }
  .language-chooser a:hover,
  .language-chooser a:focus {
    border: none; }
  .language-chooser img {
    width: 25px;
    height: 20px;
    vertical-align: top;
    margin-right: 15px; }
  .language-chooser li {
    display: block !important;
    visibility: visible !important; }

@media only screen and (max-width: 991px) {
  body .mm-page {
    padding-top: 60px; }
  body #header {
    display: none !important; }
  body #mobile-header {
    display: block !important; } }

body #mobile-header {
  position: fixed;
  display: none;
  text-align: center;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px -4px rgba(51, 51, 51, 0.5);
     -moz-box-shadow: 0 4px 4px -4px rgba(51, 51, 51, 0.5);
          box-shadow: 0 4px 4px -4px rgba(51, 51, 51, 0.5);
  z-index: 999999999;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  body #mobile-header .language-menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body #mobile-header .language-menu li:not(.active) {
      display: none; }
    body #mobile-header .language-menu li > a, body #mobile-header .language-menu .header--top-nav ul li > a {
      border: none;
      text-transform: none;
      background-color: white; }
    body #mobile-header .language-menu img {
      width: 25px;
      height: auto; }
  body #mobile-header a.logo {
    position: relative;
    top: 6px;
    left: -15px; }
  body #mobile-header a.brand {
    display: inline-block;
    padding: 10px;
    height: 100%;
    text-decoration: none;
    border: none; }
    body #mobile-header a.brand:hover, body #mobile-header a.brand:focus {
      text-decoration: none;
      border: none; }
    body #mobile-header a.brand > img, body #mobile-header .header--top-nav ul li a.brand > img {
      max-height: 100%;
      height: auto;
      width: auto; }
  html.mm-opening body #mobile-header {
    -webkit-transform: translateX(-80%);
       -moz-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
         -o-transform: translateX(-80%);
            transform: translateX(-80%); }
    @media (min-width: 550px) {
      html.mm-opening body #mobile-header {
        -webkit-transform: translateX(-440px) !important;
           -moz-transform: translateX(-440px) !important;
            -ms-transform: translateX(-440px) !important;
             -o-transform: translateX(-440px) !important;
                transform: translateX(-440px) !important; } }

html.mm-darken-blocker.mm-opening body #mm-blocker {
  -webkit-box-shadow: -50px 0 10px 50px rgba(51, 51, 51, 0.5);
     -moz-box-shadow: -50px 0 10px 50px rgba(51, 51, 51, 0.5);
          box-shadow: -50px 0 10px 50px rgba(51, 51, 51, 0.5); }

body #mobile-menu:not(.mm-opened) {
  display: none; }

body #mobile-menu .mm-navbar.mm-navbar-top > a, body #mobile-menu .header--top-nav ul li .mm-navbar.mm-navbar-top > a {
  padding: 0;
  line-height: 61px;
  height: 61px; }

body #hamburger {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 0 !important;
  margin-top: -20px; }

html.mm-opening #hamburger {
  top: 50%;
  position: absolute;
  text-align: left; }

#mobile-menu .mm-title {
  color: #10069f; }

#mobile-menu .mm-panels > .mm-panel:before, #mobile-menu .mm-panels > .mm-panel:after {
  display: none; }

#mobile-menu .mm-navbar.mm-hasbtns {
  padding: 0; }

#mobile-menu .mm-panels > .mm-panel, #mobile-menu .mm-listview {
  padding: 0; }

#mobile-menu .mm_menuWidth {
  padding-top: 0;
  padding-bottom: 0; }

#mobile-menu .mm-panels > .mm-panel > .mm-listview {
  margin: 0; }

#mobile-menu ul:not(.nav), #mobile-menu li {
  margin: 0;
  border: 0; }

#mobile-menu a {
  border-bottom: 0; }

#mobile-menu .mm-listview > li:not(.mm-divider):after {
  left: 0;
  border-color: #d0d3d4; }

#mobile-menu .mm-next:after, #mobile-menu .mm-next:before, #mobile-menu .mm-prev:before {
  border-color: #d0d3d4; }

/* ========================================================================= *
 *                     _                   _              _                  *
 *                    | |                 | |            (_)                 *
 *           __ _ _ __| |_ _   _ _ __   __| |_      _____ _ ___  ___         *
 *          / _` | '__| __| | | | '_ \ / _` \ \ /\ / / _ \ / __|/ _ \        *
 *         | (_| | |  | |_| |_| | | | | (_| |\ V  V /  __/ \__ \  __/        *
 *          \__,_|_|   \__|\__,_|_| |_|\__,_| \_/\_/ \___|_|___/\___|        *
 *                                                                           *
 *                   Kreativagentur fuer die digitale Zeit                   *
 * ===================== Copyright by artundweise GmbH ===================== */
.auw-anchor-box ul {
  margin: 0px;
  padding: 0px; }

.auw-anchor-box li {
  list-style-type: none; }

.auw-sortable-menu-box ul {
  margin: 0px;
  padding: 0px; }

.auw-sortable-menu-box li {
  list-style-type: none; }

.auw-follow-me-box ul {
  margin: 0px;
  padding: 0px; }

.auw-follow-me-box li {
  list-style-type: none; }

.contact-stage {
  min-height: 500px; }
  @media only screen and (max-width: 767px) {
    .contact-stage {
      min-height: 0px; } }
  .contact-stage #infos {
    padding-top: 30px;
    width: 90%; }
    .contact-stage #infos h1 {
      line-height: 1.2em;
      word-wrap: break-word; }
      @media only screen and (max-width: 991px) {
        .contact-stage #infos h1 {
          font-size: 5vw; } }
      @media only screen and (max-width: 767px) {
        .contact-stage #infos h1 {
          font-size: 7vw; } }
  .contact-stage .address {
    white-space: nowrap; }
    @media only screen and (max-width: 991px) {
      .contact-stage .address {
        white-space: initial; } }
  .contact-stage .tag {
    background-color: #10069f;
    color: #FFF;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin: 1px; }
  .contact-stage #spezialgebiete {
    margin-top: 35px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .contact-stage #spezialgebiete {
        width: initial; } }
    .contact-stage #spezialgebiete .tag {
      line-height: 35px; }
  .contact-stage .row {
    margin: 0; }
    .contact-stage .row [class^="col-"] hr {
      height: 1px;
      margin: 20px 10px 10px -40px;
      border-color: #FFF; }
      @media only screen and (max-width: 991px) {
        .contact-stage .row [class^="col-"] hr {
          margin-left: 0; } }
  .contact-stage #background {
    min-height: 330px;
    border: 4px solid #1d252d;
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px;
    background-color: #1d252d; }
    @media only screen and (max-width: 767px) {
      .contact-stage #background {
        height: 10px; } }
  .contact-stage .row p {
    margin-top: 10px;
    list-style-type: none;
    color: #FFF; }
  .contact-stage .row h1 {
    margin-top: 10px;
    list-style-type: none;
    color: #FFF;
    font-family: "ff-more-web-pro", "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui, serif;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .contact-stage .row h1 {
        white-space: initial;
        font-size: 3.6rem;
        width: 100%;
        word-wrap: break-word; } }
  .contact-stage .row h3, .contact-stage .row .teaser .teaser__title, .teaser .contact-stage .row .teaser__title, .contact-stage .row #mobile-menu .mm-title, #mobile-menu .contact-stage .row .mm-title {
    margin-top: 10px;
    list-style-type: none;
    color: white;
    font-size: 22px; }
    .contact-stage .row h3.position, .contact-stage .row .teaser .position.teaser__title, .teaser .contact-stage .row .position.teaser__title, .contact-stage .row #mobile-menu .position.mm-title, #mobile-menu .contact-stage .row .position.mm-title {
      font-size: 26px;
      font-weight: 300;
      white-space: nowrap; }
  .contact-stage .row h4 {
    display: none; }
  .contact-stage .row h5 {
    text-decoration: underline;
    color: white;
    margin-bottom: -5px; }
  .contact-stage .row h3, .contact-stage .row .teaser .teaser__title, .teaser .contact-stage .row .teaser__title, .contact-stage .row #mobile-menu .mm-title, #mobile-menu .contact-stage .row .mm-title {
    margin-top: -5px;
    font-weight: normal; }
  .contact-stage .row li {
    margin-left: 0;
    margin-top: -13px;
    color: #FFF;
    font-size: 16px; }
  .contact-stage .row ul {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: -40px;
    border: none;
    font-weight: 300;
    letter-spacing: .05rem; }
    @media only screen and (max-width: 991px) {
      .contact-stage .row ul {
        margin-left: 0; } }
  .contact-stage .row a {
    text-decoration: none;
    color: #FFF;
    text-decoration: none;
    border-bottom: none; }
  .contact-stage .row p {
    margin-left: -40px;
    margin-top: -10px;
    font-weight: 300;
    letter-spacing: .05rem; }
    .contact-stage .row p.street {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 10px; }
    .contact-stage .row p.city {
      display: inline-block;
      margin-left: 0;
      margin-bottom: 0; }
      .contact-stage .row p.city:before {
        content: "";
        float: left;
        height: 20px;
        margin-right: 12px;
        margin-top: 3px;
        border-left: 1px solid #FFF; }
    .contact-stage .row p.country {
      margin-top: 0; }
  .contact-stage .row i {
    width: 19px;
    margin-right: 20px;
    height: auto;
    text-align: center; }
  .contact-stage .row .email a {
    text-decoration: underline; }
  .contact-stage .row #download a {
    text-decoration: underline; }
    .contact-stage .row #download a img.download {
      content: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/Vcard-1.svg");
      max-height: 30px;
      max-width: 31px;
      position: relative;
      margin-left: 15px;
      margin-top: -3px; }
    .contact-stage .row #download a:hover img.download {
      content: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/Vcard-2.svg"); }
  .contact-stage .row #download p {
    font-weight: 400;
    letter-spacing: initial; }
  .contact-stage #download {
    margin-top: 25px;
    padding-bottom: 20px; }
  .contact-stage li.tele {
    list-style-image: url("img/tele.png"); }
  .contact-stage li.email {
    list-style-image: url("img/email.png"); }
  .contact-stage li.fax {
    list-style-image: url("img/fax.png"); }
  .contact-stage li.handy {
    list-style-image: url("img/handy.png"); }
  .contact-stage .bild-wrapper {
    top: 185px;
    position: absolute;
    padding-left: 0;
    left: 0;
    padding-bottom: 20px; }
    .contact-stage .bild-wrapper .bild {
      border: 0 solid #d0d3d4;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      -webkit-box-shadow: 0.2px 1.5px 1px #343535;
         -moz-box-shadow: 0.2px 1.5px 1px #343535;
              box-shadow: 0.2px 1.5px 1px #343535; }
    .contact-stage .bild-wrapper .linkedin-xing {
      position: absolute;
      bottom: -3px;
      left: 9%; }
      @media only screen and (max-width: 991px) {
        .contact-stage .bild-wrapper .linkedin-xing {
          left: 26px; } }
      .contact-stage .bild-wrapper .linkedin-xing a:nth-of-type(2) {
        margin-left: 10px; }
      .contact-stage .bild-wrapper .linkedin-xing .linkedin, .contact-stage .bild-wrapper .linkedin-xing .xing {
        text-indent: -999999px;
        display: inline-block;
        width: 46px;
        height: 46px;
        background-repeat: no-repeat;
        text-decoration: none; }
      .contact-stage .bild-wrapper .linkedin-xing .linkedin {
        background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/LinkedIn-1.svg"); }
        .contact-stage .bild-wrapper .linkedin-xing .linkedin:hover {
          background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/LinkedIn-2.svg"); }
      .contact-stage .bild-wrapper .linkedin-xing .xing {
        background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/Xing-1.svg"); }
        .contact-stage .bild-wrapper .linkedin-xing .xing:hover {
          background-image: url("/typo3conf/ext/auw_pages_meta/Resources/Public/Icons/Xing-2.svg"); }
  @media (max-width: 992px) {
    .contact-stage .bild-wrapper {
      position: relative;
      top: 0; }
    .contact-stage .row p {
      margin-left: 0; }
    .contact-stage li.tele {
      margin-top: 0; }
    .contact-stage .row ul {
      margin-top: -20px; } }

/*!
 *                     _                   _              _                   *
 *                    | |                 | |            (_)                  *
 *           __ _ _ __| |_ _   _ _ __   __| |_      _____ _ ___  ___          *
 *          / _` | '__| __| | | | '_ \ / _` \ \ /\ / / _ \ / __|/ _ \         *
 *         | (_| | |  | |_| |_| | | | | (_| |\ V  V /  __/ \__ \  __/         *
 *          \__,_|_|   \__|\__,_|_| |_|\__,_| \_/\_/ \___|_|___/\___|         *
 *                    Kreativagentur für die digitale Zeit                    *
 *                                                                            *
 *
 * Copyright (C) 2017 artundweise GmbH
 * This file is part of karl_gross_2017
 *
 * @file        _contact_box.scss
 * @author      Maximilian Scopp <max@scopp.me>
 * @modified    07.02.17 09:39
 */
.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2997;
  overflow: hidden;
  color: #FFF;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  .contact-box textarea, .contact-box input {
    border: none;
    -webkit-border-radius: .5rem;
       -moz-border-radius: .5rem;
            border-radius: .5rem;
    width: 100%;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-weight: 400;
    font-size: 1.2rem;
    color: #1d252d;
    padding: 15px; }
    .contact-box textarea::-webkit-input-placeholder, .contact-box input::-webkit-input-placeholder {
      color: #1d252d; }
    .contact-box textarea:-moz-placeholder, .contact-box input:-moz-placeholder {
      color: #1d252d; }
    .contact-box textarea::-moz-placeholder, .contact-box input::-moz-placeholder {
      color: #1d252d; }
    .contact-box textarea:-ms-input-placeholder, .contact-box input:-ms-input-placeholder {
      color: #1d252d; }
    .contact-box textarea::placeholder, .contact-box input::placeholder {
      color: #1d252d; }
  .contact-box textarea {
    height: 9rem;
    margin-bottom: 15px; }
  .contact-box button, .contact-box [type="button"], .contact-box [type="submit"] {
    font-size: 1.6rem;
    line-height: 3.3rem;
    text-align: center;
    padding: .7rem 0;
    margin-bottom: 15px;
    width: 100%;
    background-color: #a6a9aa;
    border: none; }
  .contact-box .base, .contact-box .contact-box--small, .contact-box .contact-box--content {
    color: inherit; }
  .contact-box--small {
    margin-bottom: -.2rem; }
    @media only screen and (max-width: 767px) {
      .contact-box--small {
        display: none; } }
    .contact-box--small .mail,
    .contact-box--small .phone {
      background-color: #10069f;
      height: 6rem;
      width: 6rem;
      text-align: center;
      margin-bottom: 2px;
      cursor: pointer;
      -webkit-border-radius: .8rem 0 0 .8rem;
         -moz-border-radius: .8rem 0 0 .8rem;
              border-radius: .8rem 0 0 .8rem; }
      .contact-box--small .mail svg,
      .contact-box--small .phone svg {
        stroke: #FFF;
        fill: none;
        width: 6rem;
        height: 6rem;
        line-height: 6rem; }
  .contact-box--content {
    padding: 15px 15px 0 15px;
    width: 36.5rem;
    background-color: #10069f;
    -webkit-border-radius: .5rem 0 0 0;
       -moz-border-radius: .5rem 0 0 0;
            border-radius: .5rem 0 0 0; }
    .contact-box--content span {
      vertical-align: middle; }
    .contact-box--content form [close] {
      position: absolute;
      top: 2rem;
      right: 2rem;
      padding: 0;
      vertical-align: sub;
      background-color: transparent;
      border: none;
      color: #333; }
      .contact-box--content form [close] svg {
        width: 2.5rem;
        height: 2.5rem;
        fill: black;
        stroke-width: 1; }
  .contact-box--information {
    padding: 15px 2.5rem 0;
    font-family: "Open Sans", Tahoma, Helvetica, Arial, KaiTi, 楷体, STKaiti, 华文楷体, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, system-ui;
    font-weight: 400;
    color: #FFF; }
    .contact-box--information .phone {
      font-size: 2.2rem !important; }
    .contact-box--information .note {
      font-size: 1.4rem !important; }
  @media only screen and (max-width: 767px) {
    .contact-box {
      display: none; } }
/*# sourceMappingURL=styles.merged.css.map */