@charset "UTF-8";
body.toolbar-horizontal header {
  top: 80px; }

body.toolbar-horizontal main {
  margin-top: 110px; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  margin-left: auto;
  margin-right: auto; }
  .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; }
  .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; }

.slick-arrow.slick-hidden {
  display: none; }

.nice-select {
  color: #FFF;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #FFF;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: right;
  font-family: inherit;
  font-size: 19px;
  font-weight: normal;
  height: 35px;
  line-height: 31px;
  outline: none;
  padding-left: 7px;
  padding-right: 13rem;
  padding-bottom: 15px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  background-image: url(../images/icon-stift.svg);
  background-repeat: no-repeat;
  background-position: right top 5px;
  background-size: 15px; }
  .nice-select.open .list {
    opacity: 1;
    margin: 0px;
    margin-top: 20px;
    pointer-events: auto; }
    .nice-select.open .list:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #FFFFFF;
      border-width: 10px;
      margin-left: -10px; }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 19px;
    height: 35px;
    line-height: 33px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 33px;
      min-height: 33px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    padding: 0;
    width: 100%;
    color: #035C74;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 27px;
    font-size: 12px;
    list-style: none;
    outline: none;
    padding-left: 1rem;
    padding-right: 12rem;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

* {
  outline: none; }

main {
  min-height: calc(100vh - 290px); }

h1 {
  font-size: 40px;
  font-weight: 700;
  hyphens: auto; }
  @media (max-width: 639px) {
    h1 {
      font-size: 32px;
      line-height: 40px; } }
h2 {
  font-size: 30px;
  font-weight: 700;
  hyphens: auto; }
  @media (max-width: 667px) {
    h2 {
      font-size: 16px;
      line-height: 18px; } }
h3 {
  font-size: 24px;
  font-weight: 700;
  hyphens: auto; }

a {
  color: #148CB0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:focus, a:active, a.nice-select.open {
    color: #035C74; }

hr {
  border-color: #B7B7B7; }

.button {
  margin: 0px;
  display: block;
  background-color: #BD5A0F;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  padding-top: 18px;
  font-size: 14px;
  padding-bottom: 16px; }
  .button:hover, .button:focus {
    color: #FFF;
    text-decoration: underline; }
  .button.dark {
    background-color: #035C74;
    color: #ffffff; }
    .button.dark:hover {
      color: #FFF;
      background-color: #e35900; }
  .button .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 20px;
    max-height: 20px; }
  .button.icon--paperplane {
    background-image: url(../images/icon-paperplane.svg);
    background-position: left 15px center;
    background-size: 20px;
    background-repeat: no-repeat; }
  .button.icon--teamwork {
    background-image: url(../images/icon-teamwork.svg);
    background-position: left 15px center;
    background-size: 20px;
    background-repeat: no-repeat; }
  .button.mobile-menu-link {
    width: 100%;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 33px; }
    .button.mobile-menu-link .icon {
      left: 18px; }
      @media (min-width: 639px) {
        .button.mobile-menu-link .icon {
          left: 15px !important; } }
  .button.negative {
    background-color: #ffffff;
    color: #BD5A0F; }
  .button.icon {
    text-align: left;
    padding-left: 45px; }
  .button.outline {
    background-color: #FFF;
    border: 1px solid #BD5A0F;
    display: inline-block;
    margin-left: 11px;
    margin-right: 11px;
    color: #BD5A0F;
    padding: 11px;
    text-transform: uppercase;
    font-size: 13px; }
    @media (max-width: 667px) {
      .button.outline {
        margin-bottom: 10px; } }
    .button.outline:hover {
      background-color: #BD5A0F !important;
      color: #FFF; }

.clear {
  clear: both; }

body, html {
  /*font-size: 14px;*/
  color: #585858; }
  @media (max-width: 639px) {
    body.page-node-type-beduerfnisfinder .bg-image .overlay.finder, html.page-node-type-beduerfnisfinder .bg-image .overlay.finder {
      bottom: 55px !important; } }
  body.page-node-type-beduerfnisfinder-fragen .toolbox, body.page-node-type-beratungszentrum-finder .toolbox, body.page-node-type-startseite .toolbox, html.page-node-type-beduerfnisfinder-fragen .toolbox, html.page-node-type-beratungszentrum-finder .toolbox, html.page-node-type-startseite .toolbox {
    display: none !important; }
  @media (max-width: 639px) {
    body.page-node-type-beduerfnisfinder-fragen footer, body.page-node-type-beratungszentrum-finder footer, body.page-node-type-startseite footer, html.page-node-type-beduerfnisfinder-fragen footer, html.page-node-type-beratungszentrum-finder footer, html.page-node-type-startseite footer {
      display: none !important; } }
  @media (max-width: 639px) {
    body.page-node-type-beduerfnisfinder div.bg-image, body.page-node-type-beratungszentrum-finder div.bg-image, html.page-node-type-beduerfnisfinder div.bg-image, html.page-node-type-beratungszentrum-finder div.bg-image {
      background-image: none !important; }
      body.page-node-type-beduerfnisfinder div.bg-image .overlay, body.page-node-type-beratungszentrum-finder div.bg-image .overlay, html.page-node-type-beduerfnisfinder div.bg-image .overlay, html.page-node-type-beratungszentrum-finder div.bg-image .overlay {
        display: none; }
    body.page-node-type-beduerfnisfinder .btn-beduerfnisfinder, body.page-node-type-beratungszentrum-finder .btn-beduerfnisfinder, html.page-node-type-beduerfnisfinder .btn-beduerfnisfinder, html.page-node-type-beratungszentrum-finder .btn-beduerfnisfinder {
      margin: 0px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      margin: 0px !important; }
    body.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder, body.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder, html.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder, html.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder {
      padding-top: 60px; }
      body.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .question-container, body.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .question-container, html.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .question-container, html.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .question-container {
        margin-bottom: 35px; }
    body.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .text-container, body.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .text-container, html.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .text-container, html.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .text-container {
      height: calc(100vh - 120px); }
      body.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .text-container .finder, body.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .text-container .finder, html.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .text-container .finder, html.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .text-container .finder {
        height: 100%;
        align-items: normal !important; }
    body.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .text-container .inner, body.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .text-container .inner, html.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .text-container .inner, html.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .text-container .inner {
      min-height: 1px !important;
      height: 100%;
      padding-bottom: 0px;
      align-items: flex-start; }
      body.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .text-container .inner .cellinnerelem, body.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .text-container .inner .cellinnerelem, html.page-node-type-beduerfnisfinder section.modul--start-beduerfnisfinder .text-container .inner .cellinnerelem, html.page-node-type-beratungszentrum-finder section.modul--start-beduerfnisfinder .text-container .inner .cellinnerelem {
        height: 100%; } }
header {
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 97;
  border-bottom: 1px solid #EDEDED; }
  header .menu-logo {
    width: 215px;
    height: 60px;
    float: left;
    line-height: 60px; }
    @media (max-width: 768px) {
      header .menu-logo {
        width: 190px; } }
  header .mobile-menu-open {
    background-image: url("../images/mobile-menu-open.svg");
    background-size: 36px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 82px;
    height: 60px;
    background-color: #035C74;
    float: right;
    cursor: pointer; }
  header.front .mobile-menu-open, header.finder .mobile-menu-open {
    display: none; }
  @media (min-width: 1024px) {
    header .header-row-container {
      max-width: 80rem;
      height: 60px;
      margin: 0 auto; }
    header .menu-logo {
      margin-left: 0.9375rem; }
    header .mobile-menu-open {
      margin-right: 0.9375rem; } }
.menu-open-bg-layer {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  display: none; }

.mobile-menu-container {
  width: 95vw;
  position: fixed;
  top: 0;
  left: 100vw;
  background-color: #ffffff;
  z-index: 99;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .mobile-menu-container .menu-container {
    padding-left: 30px;
    padding-right: 30px; }
  .mobile-menu-container.open {
    left: 5vw;
    padding-bottom: 30px; }
  .mobile-menu-container .mobile-menu-close {
    background-color: #035C74;
    height: 60px;
    width: 82px;
    background-image: url("../images/mobile-menu-close.svg");
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left; }
  .mobile-menu-container .mobile-menu-headline {
    float: right;
    font-size: 45px;
    font-weight: 700;
    line-height: 52px;
    color: #BD5A0F;
    margin-top: 19px;
    margin-right: 22px; }
    @media (max-width: 639px) {
      .mobile-menu-container .mobile-menu-headline {
        font-size: 22px;
        line-height: 30px; } }
  .mobile-menu-container .top-menu {
    margin-bottom: 15px; }
    .mobile-menu-container .top-menu ul {
      list-style-type: none;
      text-align: left;
      margin: 0;
      position: relative; }
      .mobile-menu-container .top-menu ul li {
        color: #098DB2;
        font-size: 20px;
        font-weight: 700;
        border-bottom: 1px solid #E4E4E4;
        position: relative; }
        .mobile-menu-container .top-menu ul li a {
          font-size: inherit;
          font-weight: inherit;
          display: inline-block;
          line-height: 39px; }
        .mobile-menu-container .top-menu ul li.expanded::after {
          content: "";
          width: 30px;
          height: 30px;
          background-image: url("../images/icon-arrow-down.svg");
          background-size: 9px 5px;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 5px;
          right: 10px;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .mobile-menu-container .top-menu ul li.expanded ul {
          display: none; }
          .mobile-menu-container .top-menu ul li.expanded ul li {
            padding-left: 20px; }
            .mobile-menu-container .top-menu ul li.expanded ul li:last-child {
              border-bottom: none; }
        .mobile-menu-container .top-menu ul li.expanded.open::after {
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .mobile-menu-container .bottom-menu ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    position: relative; }
    .mobile-menu-container .bottom-menu ul li {
      color: #098DB2;
      font-family: "Roboto";
      font-size: 16px;
      font-weight: 400;
      position: relative; }
      .mobile-menu-container .bottom-menu ul li a {
        font-size: inherit;
        font-weight: inherit;
        display: inline-block;
        line-height: 28px; }
  @media (min-width: 1024px) {
    .mobile-menu-container {
      width: 400px; }
      .mobile-menu-container.open {
        left: calc(100vw - 400px); }
      .mobile-menu-container .mobile-menu-headline {
        margin-right: 27px; } }
main {
  margin-top: 110px; }
  @media (max-width: 767px) {
    main {
      margin-top: 60px; } }
@media (max-width: 1500px) {
  .side-padding {
    padding-left: 90px;
    padding-right: 90px; } }

@media (max-width: 1360px) {
  .side-padding {
    padding-left: 110px;
    padding-right: 110px; } }

@media (max-width: 1290px) {
  .side-padding {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 640px) {
  .side-padding {
    padding-left: 15px;
    padding-right: 15px; } }

.toolbox {
  position: fixed;
  bottom: -60px;
  left: 0;
  right: 0;
  height: 60px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .toolbox.show {
    bottom: 0; }
  .toolbox .border {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 90, 0, 0.2); }
  .toolbox .inner {
    background-color: #BD5A0F;
    height: 58px; }
    .toolbox .inner .icon {
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-top: 6px;
      margin-bottom: 6px; }
    .toolbox .inner .text {
      display: block;
      text-align: center;
      color: #ffffff; }
      @media (max-width: 639px) {
        .toolbox .inner .text {
          font-size: 11px; } }
  .toolbox.front, .toolbox.finder {
    display: none; }
  @media (min-width: 1300px) {
    .toolbox {
      display: none; } }
.desktop-toolbox {
  position: fixed;
  left: 0;
  top: 50%;
  width: 100px;
  z-index: 999;
  transform: translateY(-50%); }
  .desktop-toolbox .element {
    background-color: #BD5A0F;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 11px; }
    .desktop-toolbox .element .icon {
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-top: 6px;
      margin-bottom: 6px; }
    .desktop-toolbox .element .text {
      display: block;
      text-align: center;
      color: #ffffff; }
  .desktop-toolbox.front, .desktop-toolbox.finder {
    display: none; }
  @media (max-width: 1299px) {
    .desktop-toolbox {
      position: fixed;
      bottom: -60px;
      left: 0;
      right: 0;
      height: 60px;
      top: auto;
      width: 100%;
      height: 60px;
      margin-bottom: -30px;
      background-color: #BD5A0F;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .desktop-toolbox.show {
        bottom: 0; } }
  @media (max-width: 1299px) {
    .desktop-toolbox a {
      width: 33.3% !important;
      float: left;
      margin: 0px !important; } }
  @media (max-width: 1299px) {
    .desktop-toolbox .icon {
      width: 14px !important;
      height: 14px !important; } }
  @media (max-width: 1299px) {
    .desktop-toolbox .element {
      padding: 9px 0; } }
@media (max-width: 639px) {
  section.modul--start-beduerfnisfinder {
    background-color: #098DB2;
    padding-top: 0px; } }

section.modul--start-beduerfnisfinder .bg-image {
  background-size: cover;
  background-position: top left;
  position: relative; }
  @media (max-width: 639px) {
    section.modul--start-beduerfnisfinder .bg-image {
      background-position: top left;
      background-repeat: no-repeat;
      background-image: none !important; } }
  section.modul--start-beduerfnisfinder .bg-image .overlay {
    z-index: 1;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -1px;
    opacity: 1;
    max-width: 99999px; }
    @media (max-width: 1440px) {
      section.modul--start-beduerfnisfinder .bg-image .overlay {
        width: 1600px; } }
  @media (max-width: 1440px) and (max-width: 639px) {
    section.modul--start-beduerfnisfinder .bg-image .overlay {
      width: 100%; } }
  section.modul--start-beduerfnisfinder .bg-image h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px; }
    @media (max-width: 639px) {
      section.modul--start-beduerfnisfinder .bg-image h1 {
        font-size: 22px;
        line-height: 30px; } }
  section.modul--start-beduerfnisfinder .bg-image p {
    color: #ffffff; }
  section.modul--start-beduerfnisfinder .bg-image .text-container {
    z-index: 2;
    position: relative; }
    section.modul--start-beduerfnisfinder .bg-image .text-container .inner {
      padding-bottom: 30px; }
  section.modul--start-beduerfnisfinder .bg-image .start-beduerfnisfinder {
    display: inline-block;
    padding-left: 65px;
    padding-right: 65px; }
    section.modul--start-beduerfnisfinder .bg-image .start-beduerfnisfinder.mobil {
      position: absolute;
      display: block;
      text-align: center;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }
  section.modul--start-beduerfnisfinder .bg-image .question-container {
    position: relative;
    margin-bottom: 15px; }
    section.modul--start-beduerfnisfinder .bg-image .question-container .question-text {
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      float: left; }
      @media (max-width: 667px) {
        section.modul--start-beduerfnisfinder .bg-image .question-container .question-text {
          display: block;
          width: 100%;
          float: none;
          padding-bottom: 10px; } }
    section.modul--start-beduerfnisfinder .bg-image .question-container select {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #ffffff;
      padding-left: 13px;
      padding-right: 50px;
      border-radius: 0;
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent url(../images/icon-stift.svg) no-repeat 95% top;
      background-size: 15px;
      color: #ffffff;
      font-size: 19px; }
      @media (max-width: 639px) {
        section.modul--start-beduerfnisfinder .bg-image .question-container select {
          width: 100% !important;
          margin-top: 5px;
          display: block;
          padding-left: 0px; } }
  section.modul--start-beduerfnisfinder .bg-image .btn-beduerfnisfinder {
    margin-top: 20px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    section.modul--start-beduerfnisfinder .bg-image .btn-beduerfnisfinder:hover {
      color: #FFF; }
    @media (max-width: 639px) {
      section.modul--start-beduerfnisfinder .bg-image .btn-beduerfnisfinder {
        margin-top: 0px; } }
    @media (max-width: 639px) {
      section.modul--start-beduerfnisfinder .bg-image .btn-beduerfnisfinder.finderself {
        margin-top: 0px;
        margin-left: -15px;
        margin-right: -15px;
        position: absolute;
        margin-left: 0px;
        left: 0px;
        width: 100%;
        bottom: 0px; } }
    section.modul--start-beduerfnisfinder .bg-image .btn-beduerfnisfinder.btn-beduerfnisfinder-inactive {
      opacity: 0.3;
      pointer-events: none; }
    section.modul--start-beduerfnisfinder .bg-image .btn-beduerfnisfinder.no-bg {
      color: #ffffff;
      background-color: transparent; }
    section.modul--start-beduerfnisfinder .bg-image .btn-beduerfnisfinder.next {
      position: relative; }
      section.modul--start-beduerfnisfinder .bg-image .btn-beduerfnisfinder.next::after {
        content: "";
        position: absolute;
        top: 22px;
        /*transform: translateY(-50%);*/
        right: 15px;
        width: 5px;
        height: 9px;
        background-image: url("../images/icon-arrow-right-white.svg");
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: center center; }
  @media (max-width: 667px) {
    section.modul--start-beduerfnisfinder .bg-image .btn-beratungszentrum-finden {
      position: absolute;
      left: 0px;
      bottom: 70px;
      width: 100%;
      margin-left: 0px; } }
  section.modul--start-beduerfnisfinder .bg-image .btn-beratungszentrum-finden:hover {
    color: #FFF;
    background-color: #002733 !important; }

@media (min-width: 1024px) {
  section.modul--start-beduerfnisfinder .bg-image, section.modul--start-beduerfnisfinder .text-container .inner {
    min-height: calc(100vh - 60px);
    height: calc(100vh - 60px); } }

@media (max-width: 1023px) {
  section.modul--start-beduerfnisfinder .bg-image, section.modul--start-beduerfnisfinder .text-container .inner {
    min-height: calc(100vh - 315px); } }

@media (max-width: 639px) {
  section.modul--start-beduerfnisfinder .bg-image, section.modul--start-beduerfnisfinder .text-container .inner {
    padding-top: 30px;
    min-height: calc(100vh - 60px); }
  section.modul--start-beduerfnisfinder .bg-image .overlay {
    bottom: 53px; }
    section.modul--start-beduerfnisfinder .bg-image .overlay.finder {
      bottom: 100px; }
  section.modul--start-beduerfnisfinder .bg-image h1 {
    font-size: 32px;
    line-height: 36px; }
  section.modul--start-beduerfnisfinder .bg-image .text-container .inner {
    padding-bottom: 53px; } }
  @media (max-width: 639px) and (max-width: 667px) {
    section.modul--start-beduerfnisfinder .bg-image .text-container .inner {
      align-items: flex-start;
      padding-top: 0px; } }
  @media (max-width: 639px) and (max-width: 667px) {
    section.modul--start-beduerfnisfinder .bg-image .text-container .inner .question-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 639px) and (max-width: 667px) {
    section.modul--start-beduerfnisfinder .bg-image .text-container .inner .note {
      padding-left: 20px;
      padding-right: 20px; } }
@media (max-width: 639px) {
    section.modul--start-beduerfnisfinder .bg-image .text-container .inner.finder {
      padding-bottom: 0; } }

section.modul--beduerfnisfinder-fragen-antworten .button {
  display: inline-block;
  padding-left: 16px;
  padding-right: 36px; }
  section.modul--beduerfnisfinder-fragen-antworten .button.active {
    display: inline-block !important; }
  section.modul--beduerfnisfinder-fragen-antworten .button.left {
    padding-right: 16px;
    padding-left: 36px;
    margin-right: 16px; }

section.modul--beduerfnisfinder-fragen-antworten .bg-image {
  background-image: url("../images/beduerfnisfinder-fragen.svg");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #148CB0;
  padding-top: 40px;
  padding-bottom: 30px; }
  section.modul--beduerfnisfinder-fragen-antworten .bg-image h1 {
    color: #ffffff;
    margin-bottom: 50px; }
  section.modul--beduerfnisfinder-fragen-antworten .bg-image .answer-container {
    margin-bottom: 62px; }
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .answer-container .answer {
      padding: 24px 16px;
      background-color: #ffffff;
      margin-bottom: 24px;
      cursor: pointer; }
      @media (max-width: 639px) {
        section.modul--beduerfnisfinder-fragen-antworten .bg-image .answer-container .answer {
          height: auto !important;
          padding: 15px !important; } }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .answer-container .answer p:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .answer-container .answer.active {
        background-color: #035C74;
        color: #ffffff; }
  section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder {
    margin-top: 20px; }
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.no-bg {
      color: #ffffff;
      background-color: transparent; }
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.blue-bg {
      color: #ffffff;
      background-color: #035C74; }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.blue-bg:hover {
        color: #FFF;
        background-color: #002733 !important; }
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.prev {
      position: relative; }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.prev::before {
        content: "";
        position: absolute;
        top: 22px;
        /*transform: translateY(-50%);*/
        left: 15px;
        width: 5px;
        height: 9px;
        background-image: url("../images/icon-arrow-right-white.svg");
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: center center;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.next {
      position: relative; }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.next::after {
        content: "";
        position: absolute;
        top: 22px;
        /*transform: translateY(-50%);*/
        right: 15px;
        width: 5px;
        height: 9px;
        background-image: url("../images/icon-arrow-right-white.svg");
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: center center; }
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.with-input {
      display: none; }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.with-input.active {
        display: block; }
        section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.with-input.active:hover {
          color: #FFF;
          background-color: #e35900; }
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.no-input.inactive {
      display: none; }

@media (min-width: 1024px) {
  section.modul--beduerfnisfinder-fragen-antworten .bg-image {
    min-height: calc(100vh - 222px); } }

@media (max-width: 1023px) {
  section.modul--beduerfnisfinder-fragen-antworten .bg-image {
    min-height: calc(100vh - 315px); } }

@media (max-width: 639px) {
  section.modul--beduerfnisfinder-fragen-antworten .bg-image {
    min-height: calc(100vh - 60px);
    padding-bottom: 80px;
    background-image: none; } }
  @media only screen and (max-width: 639px) and (min-device-width: 375px) and (max-device-width: 667px) and (width: 375px) and (height: 559px) and (orientation: portrait) and (color: 8) and (device-aspect-ratio: 375/667) and (aspect-ratio: 375/559) and (device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) {
    section.modul--beduerfnisfinder-fragen-antworten .bg-image {
      min-height: 463px !important; } }
@media (max-width: 639px) {
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder {
      font-size: 12px; }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.prev {
        background-color: #ffffff;
        color: #BD5A0F; }
        section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.prev::before {
          top: 23px;
          background-image: url("../images/icon-arrow-right-orange.svg"); }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .btn-beduerfnisfinder.next::after {
        top: 23px; }
    section.modul--beduerfnisfinder-fragen-antworten .bg-image .answer-container {
      margin-bottom: 20px; }
      section.modul--beduerfnisfinder-fragen-antworten .bg-image .answer-container .answer {
        margin-bottom: 8px; } }

section.modul--favorite-prospects {
  padding-top: 36px;
  padding-bottom: 67px;
  background-color: #148CB0;
  overflow: hidden; }
  @media (max-width: 639px) {
    section.modul--favorite-prospects {
      padding-bottom: 15px; } }
  section.modul--favorite-prospects h1 {
    color: #ffffff; }
  section.modul--favorite-prospects .btn-beduerfnisfinder {
    margin-top: 80px; }
  section.modul--favorite-prospects .view-perspektiven .slick-prev,
  section.modul--favorite-prospects .slider-favorite-prospects .slick-prev {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url("../images/slider-arrow-l.svg");
    background-color: #035C74;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    margin-left: -45px;
    z-index: 20;
    cursor: pointer;
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    @media (max-width: 639px) {
      section.modul--favorite-prospects .view-perspektiven .slick-prev,
      section.modul--favorite-prospects .slider-favorite-prospects .slick-prev {
        margin-left: -15px; } }
  section.modul--favorite-prospects .view-perspektiven .slick-next,
  section.modul--favorite-prospects .slider-favorite-prospects .slick-next {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url("../images/slider-arrow-r.svg");
    background-color: #035C74;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    margin-right: -45px;
    right: 0px;
    z-index: 20;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    @media (max-width: 639px) {
      section.modul--favorite-prospects .view-perspektiven .slick-next,
      section.modul--favorite-prospects .slider-favorite-prospects .slick-next {
        margin-right: -15px; } }
  section.modul--favorite-prospects .view-perspektiven .slick-disabled,
  section.modul--favorite-prospects .slider-favorite-prospects .slick-disabled {
    opacity: 0.5;
    pointer-events: none; }
  section.modul--favorite-prospects .view-perspektiven .slick-list,
  section.modul--favorite-prospects .slider-favorite-prospects .slick-list {
    padding: 0px;
    margin: 0 -8px; }
    section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide,
    section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide {
      margin: 0 8px;
      opacity: 0.55;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element,
      section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element {
        background-color: #ffffff;
        position: relative; }
        section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element .prospect-country,
        section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element .prospect-country {
          position: absolute;
          top: 0;
          right: 0;
          background-color: #BD5A0F;
          color: #ffffff;
          padding: 11px 15px;
          font-weight: 700;
          font-size: 16px; }
        section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element .teaser-image,
        section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element .teaser-image {
          width: 100%;
          height: 110px;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat; }
          section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element .teaser-image .hidden-image,
          section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element .teaser-image .hidden-image {
            opacity: 0;
            width: 100%; }
        section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element .inner,
        section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element .inner {
          padding: 24px 18px; }
          section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element .inner .headline,
          section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element .inner .headline {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #098DB2; }
        section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element.last,
        section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element.last {
          background-color: #BD5A0F;
          text-align: center; }
          section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element.last .teaser-image,
          section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element.last .teaser-image {
            background-size: 62px 62px; }
          section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element.last .inner,
          section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element.last .inner {
            padding-top: 0; }
            section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element.last .inner .headline,
            section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element.last .inner .headline {
              color: #ffffff; }
            section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide .slider-element.last .inner p,
            section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide .slider-element.last .inner p {
              color: #ffffff; }
      section.modul--favorite-prospects .view-perspektiven .slick-list .slick-slide.slick-active,
      section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide.slick-active {
        opacity: 1; }
  section.modul--favorite-prospects .view-perspektiven .slick-dots,
  section.modul--favorite-prospects .slider-favorite-prospects .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    section.modul--favorite-prospects .view-perspektiven .slick-dots li,
    section.modul--favorite-prospects .slider-favorite-prospects .slick-dots li {
      display: inline-block;
      margin: 23px 5px; }
      section.modul--favorite-prospects .view-perspektiven .slick-dots li button,
      section.modul--favorite-prospects .slider-favorite-prospects .slick-dots li button {
        color: transparent;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
        border: 2px solid #ffffff;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer; }
      section.modul--favorite-prospects .view-perspektiven .slick-dots li.slick-active button,
      section.modul--favorite-prospects .slider-favorite-prospects .slick-dots li.slick-active button {
        background-color: transparent; }
  @media (min-width: 1024px) {
    section.modul--favorite-prospects .slider-favorite-prospects {
      max-width: 80rem;
      margin-left: auto;
      margin-right: auto;
      padding-right: 1.25rem; }
      section.modul--favorite-prospects .slider-favorite-prospects .slick-list {
        padding: 0 15px 0 15px;
        margin: 0 -5px; }
        section.modul--favorite-prospects .slider-favorite-prospects .slick-list .slick-slide {
          margin: 0 5px; } }
section.modul--success-story-teaser {
  background-color: #E4E4E4;
  padding-top: 42px;
  margin-top: 42px;
  padding-bottom: 27px;
  overflow: hidden; }
  section.modul--success-story-teaser .success-story-teaser-large {
    height: 460px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: relative; }
    section.modul--success-story-teaser .success-story-teaser-large .overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
      section.modul--success-story-teaser .success-story-teaser-large .overlay .relative-container {
        position: relative;
        width: 100%;
        height: 100px;
        overflow: hidden; }
        section.modul--success-story-teaser .success-story-teaser-large .overlay .relative-container::before {
          content: "";
          position: absolute;
          height: 0;
          width: 100%;
          left: 0;
          right: 0;
          bottom: 0;
          border-top: 70px solid transparent;
          border-right: 400px solid rgba(0, 0, 0, 0.7); }
      section.modul--success-story-teaser .success-story-teaser-large .overlay .inner {
        padding: 30px;
        padding-bottom: 25px;
        background-color: rgba(0, 0, 0, 0.7); }
        section.modul--success-story-teaser .success-story-teaser-large .overlay .inner .intro {
          color: #BD5A0F;
          font-size: 30px;
          font-weight: 700; }
        section.modul--success-story-teaser .success-story-teaser-large .overlay .inner h3 {
          font-size: 40px;
          line-height: 42px;
          color: #ffffff; }
          @media (max-width: 639px) {
            section.modul--success-story-teaser .success-story-teaser-large .overlay .inner h3 {
              font-size: 22px;
              line-height: 30px; } }
        section.modul--success-story-teaser .success-story-teaser-large .overlay .inner .autor {
          font-weight: 500;
          color: #ffffff; }
    section.modul--success-story-teaser .success-story-teaser-large.large .overlay {
      background-image: url("../images/success-story-teaser-bg-large.svg");
      background-size: 1250px;
      background-position: bottom right;
      background-repeat: no-repeat;
      top: 0; }
      section.modul--success-story-teaser .success-story-teaser-large.large .overlay .grid-x {
        height: 100%; }
      section.modul--success-story-teaser .success-story-teaser-large.large .overlay .inner {
        background-color: transparent;
        padding: 0;
        padding-bottom: 25px; }
        section.modul--success-story-teaser .success-story-teaser-large.large .overlay .inner .intro {
          font-size: 24px; }
        section.modul--success-story-teaser .success-story-teaser-large.large .overlay .inner h3 {
          font-size: 32px;
          line-height: 36px; }
          @media (max-width: 639px) {
            section.modul--success-story-teaser .success-story-teaser-large.large .overlay .inner h3 {
              font-size: 22px;
              line-height: 30px; } }
        section.modul--success-story-teaser .success-story-teaser-large.large .overlay .inner .autor {
          display: none; }
  section.modul--success-story-teaser .more-stories {
    font-size: 16px;
    font-weight: 700;
    color: #585858; }
  section.modul--success-story-teaser .slider-more-success-stories .slick-list {
    padding: 0 35px 0 35px;
    margin: 0 -8px; }
    section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-slide {
      margin: 0 8px;
      opacity: 0.55;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-slide .slider-element {
        border: 2px solid #B7B7B7;
        width: 100%;
        height: auto;
        /*160px;*/
        background-position: top left;
        background-size: cover;
        background-repeat: no-repeat; }
        section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-slide .slider-element a {
          display: block; }
          section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-slide .slider-element a .hidden-image {
            opacity: 0;
            width: 100%; }
      section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-slide.slick-active {
        opacity: 1; }
  @media (min-width: 1024px) {
    section.modul--success-story-teaser .slider-more-success-stories {
      max-width: 80rem;
      margin-left: auto;
      margin-right: auto;
      padding-right: 1.25rem;
      max-height: 180px; }
      section.modul--success-story-teaser .slider-more-success-stories .slick-list {
        padding: 0 15px 0 15px;
        margin: 0 -5px;
        max-height: 180px; }
        section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-track {
          max-height: 180px;
          margin-left: 0; }
        section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-slide {
          margin: 0 5px;
          max-height: 180px; }
          section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-slide .slider-element {
            max-height: 180px; }
            section.modul--success-story-teaser .slider-more-success-stories .slick-list .slick-slide .slider-element img {
              max-height: 180px; } }
section.modul--more-proposals {
  background-color: #ffffff;
  padding-top: 56px;
  padding-bottom: 36px; }
  @media (max-width: 667px) {
    section.modul--more-proposals {
      padding-top: 0px; } }
  section.modul--more-proposals h2 {
    font-size: 30px;
    font-weight: 700;
    color: #098DB2;
    margin-bottom: 30px; }
    @media (max-width: 667px) {
      section.modul--more-proposals h2 {
        line-height: 37px; } }
  section.modul--more-proposals .proposal-container {
    margin-bottom: 16px; }
    section.modul--more-proposals .proposal-container .intro {
      background-color: #E4E4E4;
      height: 120px;
      background-size: cover;
      background-position: top left;
      position: relative;
      overflow: hidden; }
      section.modul--more-proposals .proposal-container .intro::after {
        content: "";
        position: absolute;
        height: 0;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 70px solid transparent;
        border-right: 400px solid #E4E4E4; }
    section.modul--more-proposals .proposal-container .inner {
      background-color: #E4E4E4;
      padding: 18px;
      /*margin-bottom: 20px;*/ }
      section.modul--more-proposals .proposal-container .inner h3 {
        font-size: 20px;
        color: #098DB2; }
      section.modul--more-proposals .proposal-container .inner p {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px; }
      section.modul--more-proposals .proposal-container .inner a.link {
        color: #BD5A0F;
        font-weight: 700;
        position: relative;
        padding-right: 25px; }
        section.modul--more-proposals .proposal-container .inner a.link::after {
          content: "";
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("../images/icon-arrow-right-orange.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 5px 9px;
          width: 5px;
          height: 9px;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        section.modul--more-proposals .proposal-container .inner a.link:hover {
          text-decoration: underline; }
          section.modul--more-proposals .proposal-container .inner a.link:hover::after {
            right: 0; }

section.modul--prospect-intro .intro {
  position: relative; }
  section.modul--prospect-intro .intro img {
    width: 100%;
    height: auto; }
  section.modul--prospect-intro .intro .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto; }

section.modul--prospect-intro .headline {
  background-color: #ffffff;
  /* $c-medium-blue;*/
  padding-top: 40px;
  padding-bottom: 26px; }
  section.modul--prospect-intro .headline h1 {
    font-size: 45px;
    line-height: 47px;
    color: #148CB0;
    /* $c-white;*/ }
    @media (max-width: 639px) {
      section.modul--prospect-intro .headline h1 {
        font-size: 22px;
        line-height: 30px; } }
section.modul--prospect-intro .text {
  background-color: #ffffff;
  padding-top: 32px;
  padding-bottom: 36px; }
  section.modul--prospect-intro .text p {
    font-size: 16px;
    line-height: 22px; }
    section.modul--prospect-intro .text p:last-child {
      padding: 0;
      margin: 0; }

section.modul--prospect-intro.large .intro {
  overflow: hidden; }
  section.modul--prospect-intro.large .intro .overlay {
    top: 0;
    bottom: auto; }

section.modul--prospect-intro.large .headline {
  padding-top: 60px;
  padding-bottom: 0; }

section.modul--prospect-conditions {
  background-color: #E4E4E4;
  padding: 30px; }
  @media (max-width: 639px) {
    section.modul--prospect-conditions {
      padding: 0px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  section.modul--prospect-conditions.large {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px; }
  section.modul--prospect-conditions h3 {
    font-size: 20px;
    color: #098DB2;
    margin-bottom: 30px;
    position: relative; }
  section.modul--prospect-conditions .conditions .condition {
    margin-bottom: 8px;
    background-color: rgba(9, 141, 178, 0.55);
    color: #ffffff;
    display: block;
    position: relative;
    padding: 24px;
    padding-left: 49px;
    font-size: 16px;
    font-weight: 700; }
    section.modul--prospect-conditions .conditions .condition::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      background-image: url("../images/icon-checkmark.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 16px 12px;
      width: 16px;
      height: 12px; }

section.modul--infobox {
  background-color: #148CB0;
  padding: 37px; }
  @media (max-width: 639px) {
    section.modul--infobox {
      padding: 0px;
      padding-top: 37px; } }
  section.modul--infobox h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px; }
  section.modul--infobox .modul--trennlinie hr {
    border-color: #FFF;
    border-bottom: 3px solid #FFF; }
  section.modul--infobox .images img {
    width: 39px;
    height: 26px;
    margin-right: 4px; }
    section.modul--infobox .images img:last-child {
      margin-right: 0; }
  section.modul--infobox .text * {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px; }
  section.modul--infobox .text li {
    padding-left: 15px; }
  section.modul--infobox .contelem {
    margin: 36px 0; }
  section.modul--infobox .infotext {
    padding-left: 35px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    /*margin: 36px 0;*/
    display: block; }
    section.modul--infobox .infotext .icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px; }
  section.modul--infobox .link {
    padding-left: 35px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    /*margin: 36px 0; */
    display: block; }
    section.modul--infobox .link a {
      color: #ffffff; }
    section.modul--infobox .link .icon {
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px; }
  section.modul--infobox .button {
    font-size: 18px; }
  section.modul--infobox.large {
    margin-bottom: 40px;
    padding: 15px; }
    @media (max-width: 639px) {
      section.modul--infobox.large {
        padding: 0px;
        padding-top: 37px;
        padding-bottom: 37px; } }
    section.modul--infobox.large ol li {
      padding-bottom: 20px; }
    section.modul--infobox.large .text {
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0;
      hyphens: auto; }

.rtl section.modul--infobox .infotext,
.rtl section.modul--infobox .link {
  padding-left: 0;
  padding-right: 35px; }

.rtl section.modul--infobox .infotext .icon,
.rtl section.modul--infobox .link .icon {
  left: auto;
  right: 0; }

section.modul--bild-text {
  background-color: #ffffff;
  padding-top: 56px;
  padding-bottom: 40px; }
  @media (max-width: 639px) {
    section.modul--bild-text {
      padding-bottom: 20px; } }
  section.modul--bild-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #098DB2;
    margin-bottom: 30px; }
    @media (max-width: 667px) {
      section.modul--bild-text h2 {
        font-size: 16px;
        line-height: 18px; } }
  @media (max-width: 639px) {
    section.modul--bild-text img {
      margin-bottom: 20px; } }
  section.modul--bild-text img.teaser-image {
    width: 100%;
    height: auto; }
  section.modul--bild-text .text ul li,
  section.modul--bild-text .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; }
    section.modul--bild-text .text ul li:last-child,
    section.modul--bild-text .text p:last-child {
      margin: 0;
      padding: 0; }
  section.modul--bild-text .button {
    margin-top: 19px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block; }
  section.modul--bild-text .linie {
    width: 100%;
    height: 3px;
    background-color: #E4E4E4; }
    section.modul--bild-text .linie.top {
      margin-bottom: 37px; }
    section.modul--bild-text .linie.bottom {
      margin-top: 40px; }
  @media (min-width: 1024px) {
    section.modul--bild-text img.teaser-image {
      margin-bottom: 0; } }
section.modul--bild-text-ansprechpartner h2 {
  margin-bottom: 0px; }

section.modul--bild-text-ansprechpartner b.sub {
  color: #098DB2;
  padding-bottom: 40px;
  display: block; }

.m-image-text-teaser__text a, .m-image-text-teaser__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; }

.modul--success-story-intro ul li,
.modul--success-story-intro p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; }

section.modul--angebot-intro .button {
  margin-top: 19px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block; }

section.modul--angebot-intro .linie {
  width: 100%;
  height: 3px;
  background-color: #E4E4E4; }
  section.modul--angebot-intro .linie.top {
    margin-bottom: 37px; }
  section.modul--angebot-intro .linie.bottom {
    margin-top: 40px; }

section.modul--angebot-intro .intro {
  position: relative;
  margin-bottom: 80px; }
  @media (max-width: 639px) {
    section.modul--angebot-intro .intro {
      margin-bottom: 20px; } }
  section.modul--angebot-intro .intro img {
    width: 100%;
    height: auto; }
  section.modul--angebot-intro .intro .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto; }

section.modul--angebot-intro .headline {
  background-color: #ffffff;
  /* $c-medium-blue; */
  padding-top: 22px;
  padding-bottom: 26px; }
  @media (max-width: 639px) {
    section.modul--angebot-intro .headline {
      padding-bottom: 0px;
      padding-top: 16px; } }
  section.modul--angebot-intro .headline h2 {
    font-size: 30px;
    color: #148CB0;
    /* $c-white; */ }
    @media (max-width: 639px) {
      section.modul--angebot-intro .headline h2 {
        font-size: 22px;
        line-height: 30px; } }
section.modul--angebot-intro .text {
  background-color: #ffffff;
  padding-top: 32px;
  padding-bottom: 36px; }
  section.modul--angebot-intro .text p {
    font-size: 16px;
    line-height: 22px; }
    section.modul--angebot-intro .text p:last-child {
      padding: 0;
      margin: 0; }

section.modul--angebot-intro.large .headline {
  padding-top: 0px;
  padding-bottom: 0; }

section.modul--angebot-intro.large .intro {
  overflow: hidden; }
  section.modul--angebot-intro.large .intro .overlay {
    top: 0;
    bottom: auto; }

section.modul--zitat {
  background-color: #148CB0;
  /* rgba(9,141,178,0.55);*/
  padding-top: 37px;
  padding-bottom: 35px; }
  @media (max-width: 667px) {
    section.modul--zitat {
      margin-top: 30px;
      margin-bottom: 30px; } }
  section.modul--zitat .icon {
    width: 44px; }
  section.modul--zitat .zitat {
    font-size: 35px;
    font-weight: 700;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 10px; }
    @media (max-width: 639px) {
      section.modul--zitat .zitat {
        font-size: 18px;
        line-height: 24px; } }
  section.modul--zitat .autor {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff; }

section.modul--statistics {
  background-color: #ffffff;
  padding-top: 44px;
  padding-bottom: 24px; }
  section.modul--statistics .inner {
    background-color: #BD5A0F;
    padding: 19px;
    margin-bottom: 20px; }
    section.modul--statistics .inner .image {
      display: flex;
      text-align: center;
      margin-bottom: 10px; }
      section.modul--statistics .inner .image img {
        display: inline-block; }
    section.modul--statistics .inner .text {
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px; }
      section.modul--statistics .inner .text p {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
        section.modul--statistics .inner .text p:last-child {
          margin: 0;
          padding: 0; }
    section.modul--statistics .inner.zitat {
      background-color: #148CB0;
      padding-left: 69px;
      position: relative; }
      section.modul--statistics .inner.zitat::before {
        content: "";
        position: absolute;
        background-image: url("../images/icon-quotes.svg");
        background-size: 44px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 44px;
        height: 60px;
        left: 19px;
        top: 5px; }
      section.modul--statistics .inner.zitat .text {
        font-size: 44px;
        font-weight: 700;
        line-height: 48px;
        padding-top: 12px;
        margin-bottom: 14px; }
      section.modul--statistics .inner.zitat .autor {
        color: #ffffff; }

section.modul--success-story-intro h3 {
  color: #098DB2; }

section.modul--success-story-intro .success-story-intro {
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  section.modul--success-story-intro .success-story-intro .bg-image {
    width: 100%;
    height: auto; }
  section.modul--success-story-intro .success-story-intro .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

section.modul--success-story-intro .headline {
  background-color: #ffffff;
  /* rgba(0,0,0,0.7);*/
  padding-top: 56px;
  padding-bottom: 26px; }
  @media (max-width: 639px) {
    section.modul--success-story-intro .headline {
      padding-bottom: 0px;
      padding-top: 16px; } }
  section.modul--success-story-intro .headline .intro {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #BD5A0F; }
  section.modul--success-story-intro .headline h1 {
    font-size: 45px;
    line-height: 52px;
    margin: 0;
    color: #148CB0; }
    @media (max-width: 639px) {
      section.modul--success-story-intro .headline h1 {
        font-size: 22px;
        line-height: 30px; } }
section.modul--success-story-intro .text {
  background-color: #ffffff;
  padding-top: 32px;
  padding-bottom: 36px; }
  @media (max-width: 639px) {
    section.modul--success-story-intro .text {
      padding-bottom: 0px;
      padding-top: 0px; } }
  section.modul--success-story-intro .text p {
    font-size: 16px;
    line-height: 22px; }
    section.modul--success-story-intro .text p:last-child {
      padding: 0;
      margin: 0; }
  @media (max-width: 667px) {
    section.modul--success-story-intro .text .cell {
      padding-bottom: 40px; } }
  @media (max-width: 639px) {
    section.modul--success-story-intro .text .cell:last-child {
      padding-bottom: 0px; } }
@media (min-width: 1024px) {
  section.modul--success-story-intro .success-story-intro .overlay {
    top: 0; } }

body.path-user .desktop-toolbox,
body.path-user .toolbox {
  display: none; }

body.path-user .user-login-form {
  width: 600px;
  padding: 30px;
  background-color: #098DB2;
  margin: 0px auto;
  margin-top: 200px;
  margin-bottom: 200px;
  color: #FFF; }
  body.path-user .user-login-form input[type="text"] {
    display: block;
    padding: 5px;
    background-color: #FFF;
    border: none; }
  body.path-user .user-login-form input[type="submit"] {
    padding-left: 30px;
    padding-right: 30px; }
  body.path-user .user-login-form label {
    color: #FFF; }
nav.tabs a {
	color: #FFF;
}
nav.tabs {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 100;
  background-color: #FFF;
  font-size: 12px;
  background-color: #BD5A0F; }
  nav.tabs ul {
    margin: 0px; }
    nav.tabs ul li.is-active a {
      background-color: #FFF;
      color: #035C74; }
.tabs a:focus, .tabs a:hover{
	color: #000 !important;
}
div.cookie {
  background-color: #BD5A0F;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  z-index: 99;
  left: 0px;
  bottom: 0px;
  width: 100%;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  display: none; }
  @media (max-width: 639px) {
    div.cookie a {
      margin-top: 30px; } }
.modul--text-zweispaltigelem div.text h2 {
  color: #098DB2; }

.modul--text-zweispaltigelem div.text b:first-child {
  color: #098DB2; }

.modul--text-zweispaltigelem div.text a.button {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px; }

.more-perspektiven {
  list-style-type: none;
  margin-left: 0px;
  margin-right: 0px; }
  .more-perspektiven > li {
    width: calc(25% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem; }
  @media (max-width: 667px) {
    .more-perspektiven > li {
      width: calc(100% - 1.25rem);
      margin-right: 0.625rem;
      margin-left: 0.625rem; } }
  @media (max-width: 667px) {
    .more-perspektiven li {
      margin-left: 0px;
      margin-right: 0px;
      width: 100%; } }
@media (max-width: 667px) {
  .dynamic-width {
    width: 100% !important; } }

@media (max-width: 667px) {
  .decisionbtn {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: calc(100% - 10px);
    margin-left: 0px; } }

a.link.external {
  color: #BD5A0F; }
  a.link.external img.icon {
    width: 17px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px; }

form.user-login-form {
  width: 600px;
  margin: 0px auto;
  margin-top: 150px;
  margin-bottom: 150px;
  background-color: #148CB0;
  color: #FFF;
  padding: 50px; }
  form.user-login-form input {
    display: block;
    width: 100%;
    padding: 5px;
    border: none;
    color: #000; }
    form.user-login-form input#edit-submit {
      padding: 15px; }

section.modul--start-beduerfnisfinder .bg-image,
section.modul--start-beduerfnisfinder .text-container .inner {
  /* Iphone 6 */
  /* Iphone 5 */ }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    section.modul--start-beduerfnisfinder .bg-image,
    section.modul--start-beduerfnisfinder .text-container .inner {
      min-height: 1px !important; } }
#userlikeCustomTab {
  display: none; }

.question-container-deactivated {
  pointer-events: none;
  opacity: 0.6; }

div.text ul {
  line-height: 22px; }

div.front--country {
  background-color: #148CB0;
  padding-bottom: 0px;
  padding-top: 30px;
  color: #FFF;
  font-weight: 700; }
  @media (max-width: 667px) {
    div.front--country {
      padding-left: 15px;
      padding-right: 15px; } }
  div.front--country span {
    display: block;
    color: #FFF;
    font-weight: 700;
    padding-bottom: 10px; }
    div.front--country span:before {
      vertical-align: middle;
      content: url(../images/standorte.svg);
      height: 29px;
      padding-right: 10px;
      display: inline-block; }
  div.front--country ul.country-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: stretch;
    /* Default */
    justify-content: space-between;
    width: 100%;
    padding-bottom: 40px; }
    @media (max-width: 1200px) {
      div.front--country ul.country-list {
        display: block; } }
    div.front--country ul.country-list li {
      display: block;
      flex: 0 1 auto;
      /* Default */
      list-style-type: none;
      color: #FFF;
      font-weight: 700; }
      @media (max-width: 1200px) {
        div.front--country ul.country-list li {
          flex: none;
          display: inline-block;
          padding-right: 30px;
          padding-bottom: 20px; } }
      div.front--country ul.country-list li:before {
        vertical-align: middle;
        content: url(../images/standorte.svg);
        height: 29px;
        padding-right: 7px;
        display: inline-block; }

section.modul--reintegrationsscouts {
  padding-top: 30px;
  padding-bottom: 30px; }
  section.modul--reintegrationsscouts div.modul--reintegrationsscouts-finder {
    background-color: #098DB2;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 38px;
    color: #ffffff; }
  section.modul--reintegrationsscouts .question-text {
    display: inline-block;
    padding-right: 20px; }
  section.modul--reintegrationsscouts .nice-select {
    font-size: 38px;
    margin-top: 10px; }
  section.modul--reintegrationsscouts div.result {
    padding-bottom: 0px; }
    section.modul--reintegrationsscouts div.result hr {
      border: 1px solid #FFF; }
  section.modul--reintegrationsscouts div.head {
    padding-bottom: 15px; }
  section.modul--reintegrationsscouts div.modul--reintegrationsscouts-result {
    background-color: #098DB2;
    color: #ffffff;
    font-size: 18px;
    display: none; }
    section.modul--reintegrationsscouts div.modul--reintegrationsscouts-result a {
      color: #ffffff;
      text-decoration: none; }
    section.modul--reintegrationsscouts div.modul--reintegrationsscouts-result .infotext,
    section.modul--reintegrationsscouts div.modul--reintegrationsscouts-result .link {
      padding-left: 35px;
      position: relative;
      color: #ffffff;
      font-weight: 700;
      font-size: 16px;
      margin: 10px 0;
      display: block; }
      section.modul--reintegrationsscouts div.modul--reintegrationsscouts-result .infotext .icon,
      section.modul--reintegrationsscouts div.modul--reintegrationsscouts-result .link .icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px; }
    section.modul--reintegrationsscouts div.modul--reintegrationsscouts-result .infotext {
      font-weight: normal; }

.modul--headline h1 {
  font-size: 45px;
  line-height: 52px;
  margin: 0;
  color: #148CB0; }
  @media (max-width: 639px) {
    .modul--headline h1 {
      font-size: 22px;
      line-height: 30px; } }
.modul--headline h2 {
  font-size: 30px;
  font-weight: 700;
  color: #098DB2; }
  @media (max-width: 667px) {
    .modul--headline h2 {
      font-size: 18px;
      line-height: 26px; } }
.modul--headline h3 {
  font-size: 20px;
  color: #098DB2; }
  @media (max-width: 667px) {
    .modul--headline h3 {
      font-size: 16px;
      line-height: 22px; } }
.link-external {
  color: #BD5A0F; }
  .link-external:before {
    content: url(../images/icon-website-orange.svg);
    display: inline-block;
    width: 20px;
    margin-right: 10px; }

.link-phone {
  direction: ltr;
  unicode-bidi: embed; }

.modul--reintegrationsvorb .addfilterelems {
  padding-bottom: 0px; }
  .modul--reintegrationsvorb .addfilterelems span {
    color: #BD5A0F;
    font-weight: 700;
    display: block;
    padding-bottom: 4px;
    cursor: pointer;
    display: none; }

.modul--reintegrationsvorb .more-perspektiven {
  margin-left: -10px;
  margin-right: -10px; }

.modul--reintegrationsvorb .grid-filterwrap {
  padding-top: 20px; }

.modul--reintegrationsvorb .results {
  padding-top: 50px; }
  .modul--reintegrationsvorb .results .results--elem {
    padding-bottom: 0px; }
    .modul--reintegrationsvorb .results .results--elem .results--elem-cont {
      display: none;
      padding-bottom: 50px;
      padding-top: 10px; }
    .modul--reintegrationsvorb .results .results--elem h3.tit {
      font-size: 16px;
      line-height: 18px;
      background-color: #E4E4E4;
      padding: 15px;
      padding-left: 50px;
      padding-right: 50px;
      position: relative;
      cursor: pointer;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .modul--reintegrationsvorb .results .results--elem h3.tit::after {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url("../images/icon-arrow-down.svg");
        background-size: 14px 10px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 10px;
        left: 10px;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .modul--reintegrationsvorb .results .results--elem h3.tit.open {
        background-color: #098DB2;
        color: #FFF; }
        .modul--reintegrationsvorb .results .results--elem h3.tit.open::after {
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          background-image: url("../images/icon-arrow-down-white.svg"); }

.modul--reintegrationsvorb .filter--btn {
  background-color: #BD5A0F;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px;
  display: block;
  min-height: 50px;
  cursor: pointer; }
  .modul--reintegrationsvorb .filter--btn:hover {
    color: #FFF;
    background-color: #e35900; }

.modul--reintegrationsvorb .filterelems {
  padding-top: 37px; }
  .modul--reintegrationsvorb .filterelems span {
    display: inline-block;
    padding: 35px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #035C74;
    color: #FFF;
    margin-right: 16px;
    margin-bottom: 16px;
    background-image: url(../images/x.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 15px center;
    cursor: pointer; }

.modul--reintegrationsvorb label   {
  padding-left: 5px; }

.modul--reintegrationsvorb .dropdown {
  color: #035C74;
  border: 1px solid #035C74;
  width: 100%;
  display: block;
  padding: 12px;
  padding-left: 15px;
  position: relative;
  font-family: Raleway;
  font-weight: 500;
  min-height: 50px;
  padding-top: 13px; }
  .modul--reintegrationsvorb .dropdown .content {
    display: block;
    position: absolute;
    background-color: #FFF;
    width: calc(100% + 2px);
    border: 1px solid #035C74;
    padding: 15px;
    padding-bottom: 12px;
    border-top: none;
    left: -1px;
    top: 48px; }
  .modul--reintegrationsvorb .dropdown .title {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    width: calc(100% - 15px); }
  .modul--reintegrationsvorb .dropdown .content {
    display: none;
    padding-top: 5px;
    z-index: 10; }
    .modul--reintegrationsvorb .dropdown .content hr {
      margin: 0px;
      padding: 0px;
      max-width: 100%;
      margin-top: -5px; }
    .modul--reintegrationsvorb .dropdown .content span {
      display: block;
      padding-top: 8px; }
      .modul--reintegrationsvorb .dropdown .content span.deactivate {
        opacity: 0.4;
        pointer-events: none; }
      .modul--reintegrationsvorb .dropdown .content span input {
        height: 17px; }
      .modul--reintegrationsvorb .dropdown .content span label {
        padding-left: 5px; }
    .modul--reintegrationsvorb .dropdown .content span.btn {
      display: block;
      background-color: #055B74;
      color: #FFF;
      margin: -12px;
      margin-top: 19px;
      padding: 10px;
      margin-left: -15px;
      padding-left: 15px;
      cursor: pointer;
      width: calc(100% + 30px); }
  .modul--reintegrationsvorb .dropdown:after {
    content: url(../images/icon-arrowdown-db.svg);
    display: block;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 11px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .modul--reintegrationsvorb .dropdown.open:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

body.page-node-22 div.current-language img.arrow,
body.page-node-17 div.current-language img.arrow {
  opacity: 0; }

.mod-country-overview .margin-top {
  margin-top: 45px; }

.frontpage-news .margin-top {
  margin-top: 45px; }

.frontpage-news .blog__article {
  margin-bottom: 70px; }

.frontpage-news .subl {
  font-size: 10px;
  color: #035C74;
  padding-bottom: 28px; }
  .frontpage-news .subl a {
    text-decoration: none; }
    .frontpage-news .subl a:hover {
      text-decoration: none; }

@media (max-width: 667px) {
  body.page-node-1023 .mod-country-overview {
    margin-top: 20px; } }

body.page-node-1023 hr {
  margin-top: 20px; }

@media (max-width: 465px) {
  html[dir="rtl"] .m-main-navigation__logo img {
    margin-right: -150px; } }

div.text ul {
  line-height: 26px; }

.a-btn {
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  display: inline-block; }
  @media (max-width: 768px) {
    .a-btn {
      text-align: center;
      display: block; } }
  .a-btn--light {
    background-color: #fff;
    color: #BD5A0F; }
    .a-btn--light:hover {
      text-decoration: underline;
      color: #BD5A0F !important; }
  .a-btn--orange {
    border: 1px solid #BD5A0F;
    color: #BD5A0F; }
    .a-btn--orange:hover {
      background-color: #BD5A0F;
      color: #fff; }
  .a-btn--dark {
    background-color: #117897;
    border: 1px solid #117897;
    color: #fff; }
    .a-btn--dark:hover {
      color: #117897;
      background-color: #fff; }
  .a-btn--transparent {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent; }
    .a-btn--transparent:hover {
      text-decoration: underline;
      background-color: transparent !important;
      color: #fff !important; }
    .a-btn--transparent.a-btn--hightlight {
      color: #BD5A0F;
      border: 1px solid #BD5A0F; }
      .a-btn--transparent.a-btn--hightlight:hover {
        background-color: #BD5A0F;
        color: #BD5A0F !important; }
  .a-btn--block {
    display: block;
    width: 100%; }
  .a-btn--center {
    margin: 0 auto;
    text-align: center;
    display: table; }

.m-meta-navigation {
  background-color: #e5f1f4;
  height: 45px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .m-meta-navigation {
      height: 0px; } }
  .m-meta-navigation__sub {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 420px;
    top: 45px;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21); }
    .m-meta-navigation__sub span {
      margin-bottom: 10px;
      display: block; }
    .m-meta-navigation__sub ul {
      display: inline-block;
      width: 49%;
      margin: 0;
      vertical-align: top; }
      .m-meta-navigation__sub ul li {
        display: block;
        width: 100%;
        line-height: 45px; }
        .m-meta-navigation__sub ul li:hover {
          background-color: #fff; }
        .m-meta-navigation__sub ul li a {
          line-height: 1.2;
          padding: 0; }
          .m-meta-navigation__sub ul li a:hover {
            text-decoration: underline; }
  .m-meta-navigation__list {
    margin: 0;
    float: right; }
    @media (max-width: 767px) {
      .m-meta-navigation__list {
        display: none; } }
    .m-meta-navigation__list li {
      list-style: none;
      float: left;
      transition: all .3s ease-in-out;
      position: relative; }
      .m-meta-navigation__list li:last-child {
        margin-right: 25px; }
      .m-meta-navigation__list li:hover {
        background-color: #fff; }
        .m-meta-navigation__list li:hover .m-meta-navigation__sub {
          display: block; }
      .m-meta-navigation__list li a {
        color: #035C74;
        line-height: 45px;
        display: inline-block;
        padding: 0 25px;
        font-family: "Raleway", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 14px; }

.m-main-navigation {
  height: 65px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.41);
  position: relative;
  z-index: 1;
  text-align: center; }
  @media (max-width: 767px) {
    .m-main-navigation .grid-container {
      padding: 0px; } }
  @media (max-width: 767px) {
    .m-main-navigation {
      height: 60px; } }
  .m-main-navigation .mobile-menu-open {
    display: none; }
    @media (max-width: 767px) {
      .m-main-navigation .mobile-menu-open {
        display: block; } }
  .m-main-navigation__logo {
    margin: 0 !important;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .m-main-navigation__logo {
        left: 10px; } }
    @media (max-width: 365px) {
      .m-main-navigation__logo {
        overflow: hidden;
        width: 40px !important; } }
    @media (max-width: 365px) {
      .m-main-navigation__logo img {
        width: 185px !important;
        max-width: none !important; } }
  .m-main-navigation__list {
    /*  first level */
    /*  second level */ }
    .m-main-navigation__list--level-1 {
      margin: 0;
      display: inline-block;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0px);
      width: 100%; }
      @media (max-width: 1024px) {
        .m-main-navigation__list--level-1 {
          transform: none;
          right: 0px;
          left: auto;
          text-align: right; } }
      @media (max-width: 767px) {
        .m-main-navigation__list--level-1 {
          display: none; } }
      .m-main-navigation__list--level-1 li {
        list-style: none;
        display: inline-block;
        transition: all .3s ease-in-out;
        position: relative;
        margin-left: -4px; }
        .m-main-navigation__list--level-1 li:after {
          content: '';
          display: block;
          width: 100%;
          height: 0px;
          background-color: #148CB0;
          position: absolute;
          bottom: 0px;
          left: 0px;
          transition: all .2s ease-in-out; }
        .m-main-navigation__list--level-1 li:first-child {
          margin-left: 0; }
        .m-main-navigation__list--level-1 li:not(.search):hover:after {
          height: 4px; }
        .m-main-navigation__list--level-1 li a {
          height: 65px;
          line-height: 65px;
          padding: 0 25px;
          display: inline-block;
          font-family: "Raleway", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-size: 17px;
          text-transform: uppercase; }
          @media (max-width: 1024px) {
            .m-main-navigation__list--level-1 li a {
              padding: 0 25px; } }
          @media (max-width: 768px) {
            .m-main-navigation__list--level-1 li a {
              padding: 0 15px; } }
        .m-main-navigation__list--level-1 li:last-child a {
          padding-right: 0px; }
    .m-main-navigation__list--level-2 {
      display: none;
      position: absolute;
      max-height: calc(99vh - 110px);
      width: 300px;
      margin-left: 0;
      background-color: #fff;
      box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.3);
      overflow: auto; }
      @media (max-width: 1024px) {
        .m-main-navigation__list--level-2 {
          width: 255px; } }
      .m-main-navigation__list--level-2 li {
        list-style: none;
        display: block;
        transition: all .3s ease-in-out;
        position: relative;
        margin-left: 0;
        text-align: left; }
        .m-main-navigation__list--level-2 li:after {
          display: none; }
        .m-main-navigation__list--level-2 li a {
          height: auto;
          padding: 15px 35px 15px 45px;
          display: block;
          color: #035C74;
          font-family: "Raleway", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: bold;
          font-size: 16px;
          line-height: 21px;
          text-transform: none; }
          .m-main-navigation__list--level-2 li a:hover {
            background-color: #aec4d1; }
  .m-main-navigation__list-item {
    /*  list item with submenu */ }
    .m-main-navigation__list-item--has-sub:hover .m-main-navigation__list--level-2, .m-main-navigation__list-item--has-sub.opened .m-main-navigation__list--level-2 {
      display: block; }

.menu-locale {
  width: 90px;
  height: 45px;
  background-color: #117897;
  float: right;
  cursor: pointer;
  /*&:hover {
        .language-selection-dropdown {
            display: block;
        }
    }*/ }
  @media (max-width: 767px) {
    .menu-locale {
      height: 60px;
      position: absolute;
      right: 82px; } }
  .menu-locale .current-language {
    width: 100%;
    height: 45px;
    position: relative; }
    @media (max-width: 767px) {
      .menu-locale .current-language {
        height: 60px; } }
    .menu-locale .current-language img.flagge {
      position: absolute;
      top: 14px;
      left: 19px;
      width: 30px;
      height: 20px; }
      @media (max-width: 767px) {
        .menu-locale .current-language img.flagge {
          top: 19px; } }
    .menu-locale .current-language img.arrow {
      position: absolute;
      width: 9px;
      height: 5px;
      right: 16px;
      top: 21px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 767px) {
        .menu-locale .current-language img.arrow {
          top: 26px; } }
      .menu-locale .current-language img.arrow.open {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .menu-locale .language-selection-dropdown {
    display: none;
    background-color: #117897;
    width: 200px;
    position: relative;
    right: 110px;
    padding-top: 15px; }
    @media (max-width: 767px) {
      .menu-locale .language-selection-dropdown {
        right: 0; } }
    .menu-locale .language-selection-dropdown ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      padding-bottom: 5px; }
      .menu-locale .language-selection-dropdown ul li {
        padding-left: 19px; }
        .menu-locale .language-selection-dropdown ul li a {
          color: #fff;
          font-weight: bold;
          font-size: 12px; }
          .menu-locale .language-selection-dropdown ul li a img {
            margin-right: 10px; }
          .menu-locale .language-selection-dropdown ul li a:hover {
            text-decoration: underline; }
        .menu-locale .language-selection-dropdown ul li .language-link {
          margin-bottom: 10px;
          display: block; }
        .menu-locale .language-selection-dropdown ul li.active {
          display: none; }

.m-stage {
  background-color: #fff !important; }
  @media (max-width: 639px) {
    .m-stage_about {
      padding-bottom: 0px !important; } }
  @media (max-width: 639px) {
    .m-stage_about .m-stage__inner {
      padding-bottom: 0px !important; } }
  @media (max-width: 768px) {
    .m-stage .triangleimg {
      display: none; } }
  .m-stage--background {
    background-color: #e5f0f4 !important; }
  .m-stage__inner {
    height: auto !important;
    min-height: auto !important; }
    @media (max-width: 639px) {
      .m-stage__inner {
        padding-bottom: 50px !important; } }
    @media (max-width: 1023px) {
      .m-stage__inner {
        padding-bottom: 0px; } }
    @media (max-width: 1024px) {
      .m-stage__inner {
        padding-bottom: 120px; } }
  .m-stage__kicker {
    display: block;
    color: #378CB0;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px !important; }
  .m-stage__headline {
    font-size: 40px !important;
    color: #378CB0 !important;
    line-height: 1.2 !important;
    font-weight: bold;
    font-family: Raleway;
    margin-bottom: 0px;
    position: relative;
    top: -10px; }
    @media (max-width: 767px) {
      .m-stage__headline {
        font-size: 30px !important; } }
    .m-stage__headline span {
      font-weight: normal; }
  .m-stage__content {
    margin-top: 20%; }
    @media (max-width: 768px) {
      .m-stage__content {
        padding-left: 22px;
        padding-right: 22px; } }
    .m-stage__content p,
    .m-stage__content ul li {
      font-size: 16px;
      color: #0a0a0a !important; }
      @media (max-width: 767px) {
        .m-stage__content p,
        .m-stage__content ul li {
          font-size: 15px !important; } }
    @media (max-width: 1024px) {
      .m-stage__content {
        margin-top: 40px; } }
  .m-stage__image-wrapper {
    margin-top: 10%; }
    @media (max-width: 1024px) {
      .m-stage__image-wrapper {
        margin-top: 40px; } }
  .m-stage__collage-wrapper {
    margin-top: 10%; }
    @media (max-width: 1024px) {
      .m-stage__collage-wrapper {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .m-stage__collage-wrapper {
        margin-top: 20px; } }
    .m-stage__collage-wrapper a {
      display: inline-block;
      width: 33.333%;
      float: left;
      position: relative;
      box-sizing: border-box;
      padding: 5px; }
      @media (max-width: 767px) {
        .m-stage__collage-wrapper a {
          pointer-events: none;
          padding: 1px; } }
      .m-stage__collage-wrapper a:hover img {
        opacity: 0.4; }
      .m-stage__collage-wrapper a:hover figcaption {
        opacity: 1; }
      .m-stage__collage-wrapper a figure {
        background-color: #035C74; }
        .m-stage__collage-wrapper a figure img {
          transition: all .3s ease-in-out; }
        .m-stage__collage-wrapper a figure figcaption {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          color: #fff;
          opacity: 0;
          transition: all .3s ease-in-out; }
  .m-stage--alternative .m-stage__inner {
    padding-bottom: 0px; }
  .m-stage--alternative .m-stage__content {
    margin-top: 0px; }
  .m-stage--alternative .m-stage__headline {
    font-size: 30px !important;
    font-weight: bold;
    margin-bottom: 20px; }
  .m-stage--alternative .m-stage__image-wrapper {
    margin-top: 0px; }
  .m-stage--detail .m-stage__content .m-stage__headline {
    font-size: 30px !important; }
  .m-stage--detail .m-stage__content p {
    font-weight: bold;
    font-size: 16px; }
  .m-stage--detail .m-stage__content,
  .m-stage--detail .m-stage__image-wrapper {
    margin-top: 0; }
  .m-stage__overlay {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    z-index: 3 !important;
    pointer-events: none; }
    @media (max-width: 1023px) {
      .m-stage__overlay {
        display: none; } }
  .m-stage--country-version {
    background-color: #e5f1f4 !important;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) {
      .m-stage--country-version {
        padding-bottom: 0px; } }
    .m-stage--country-version .m-stage__headline {
      margin-bottom: 25px; }
    .m-stage--country-version .m-stage__overlay {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
      .m-stage--country-version .m-stage__overlay img {
        float: right; }

@media (max-width: 768px) {
  section.modul--start-beduerfnisfinder.m-stage--country-version .bg-image {
    min-height: auto !important; } }

.frontpage-hero {
  background-color: #117897;
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  background-size: 50%;
  overflow: hidden; }
  .frontpage-hero .bgcell {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat; }
    @media (max-width: 1008px) {
      .frontpage-hero .bgcell {
        height: 330px; } }
  .frontpage-hero_divider {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    z-index: 3; }
    @media (max-width: 1008px) {
      .frontpage-hero_divider {
        display: none; } }
  .frontpage-hero_content {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #FFF;
    font-weight: bold;}
    @media (max-width: 768px) {
      .frontpage-hero_content {
        padding-left: 22px;
        padding-right: 22px;
        }}
  .frontpage-hero_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    z-index: 2; }
  .frontpage-hero h3 {
    color: #FFF;
    font-size: 24px;
    line-height: 36px;
    position: relative;
    padding-top: 45px; }
    .frontpage-hero h3:before {
      content: "„";
      position: absolute;
      left: -15px;
      top: -40px;
      font-size: 115px;
      display: block; }
  .frontpage-hero span.name {
    display: block;
    color: #FFF;
    font-weight: bold;
    padding-top: 30px; }
  .frontpage-hero span.country {
    display: block;
    color: #FFF; }
  .frontpage-hero a.button {
    display: inline-block;
    background-color: #FFF;
    color: #BD5A0F;
    padding: 11px;
    padding-left: 17px;
    padding-right: 17px; }

.m-interactive-map__map-wrapper {
  position: relative; }
  @media (max-width: 639px) {
    .m-interactive-map__map-wrapper {
      display: none; } }
  .m-interactive-map__map-wrapper img {
    width: 100%; }

.m-interactive-map__content-wrapper {
  margin-top: 10%;
  width: 640px;
  float: right;
  padding: 0 30px; }
  @media (max-width: 639px) {
    .m-interactive-map__content-wrapper {
      margin-top: 0px;
      padding: 30px; } }
  @media (max-width: 1280px) {
    .m-interactive-map__content-wrapper {
      width: 100%; } }
.m-interactive-map__headline {
  font-size: 30px;
  color: #378CB0;
  font-weight: bold; }

.m-interactive-map__list {
  column-count: 2;
  margin-top: 40px;
  width: 80%; }
  .m-interactive-map__list li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 20px; }
    .m-interactive-map__list li a {
      color: #378CB0;
      font-size: 14px;
      font-weight: bold;
      position: relative; }
      .m-interactive-map__list li a:before {
        content: '';
        width: 5px;
        height: 9px;
        display: block;
        background-image: url("../images/map-arrow.png");
        position: absolute;
        left: -15px;
        top: 4px; }
      .m-interactive-map__list li a.active {
        color: #FF7700;
        transition: all .3s ease-in-out; }
        .m-interactive-map__list li a.active:before {
          background-position: bottom; }
      .m-interactive-map__list li a:hover, .m-interactive-map__list li a:focus {
        color: #ED771B;
        text-decoration: underline; }

.m-interactive-map__dot {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #035C74;
  display: block;
  border-radius: 100%;
  transition: all .3s ease-in-out;
  cursor: pointer; }
  .m-interactive-map__dot.active {
    background-color: #FF7700; }

html[dir="rtl"] .m-interactive-map__list li a:before {
  left: auto;
  right: -15px;
  transform: rotate(180deg); }

.m-interactive-map-new {
  background-color: #DEECF2;
  position: relative; }
  .m-interactive-map-new .bg-blue {
    background-color: #117897; }
    @media (max-width: 800px) {
      .m-interactive-map-new .bg-blue {
        background: none; } }
  .m-interactive-map-new .m-interactive-map__spacer {
    position: absolute;
    right: 48%;
    top: 0px;
    bottom: 0px;
    height: 100%;
    z-index: 1; }
    @media (max-width: 800px) {
      .m-interactive-map-new .m-interactive-map__spacer {
        display: none; } }
    .m-interactive-map-new .m-interactive-map__spacer img {
      height: 100%; }
  .m-interactive-map-new .m-interactive-map__map-wrapper {
    z-index: 2;
    padding-left: 25px; }
    @media (max-width: 800px) {
      .m-interactive-map-new .m-interactive-map__map-wrapper {
        display: none; } }
.m-alert {
  position: relative; }
  .m-alert__inner {
    position: absolute;
    padding: 40px 33px;
    width: 33%;
    min-width: 420px;
    right: 0;
    bottom: -45px;
    color: #ffffff;
    background-color: #D80000; }
    @media (max-width: 768px) {
      .m-alert__inner {
        position: relative;
        padding: 35px 30px;
        width: 100%;
        min-width: auto;
        right: auto;
        bottom: auto;
        transform: none; } }
  .m-alert p {
    margin-bottom: 0;
    font-family: "Raleway", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    hyphens: auto; }
    .m-alert p a {
      color: #ffffff;
      text-decoration: underline; }
      .m-alert p a:hover {
        text-decoration: none; }

.m-page-overlay {
  position: fixed;
  top: 0;
  left: -9999px;
  bottom: 0;
  width: 100vw;
  height: auto;
  z-index: 0;
  opacity: 0;
  overflow-y: auto;
  background-color: #000000;
  transition: opacity 0.3s ease-in-out; }
  .m-page-overlay.active {
    left: 0;
    z-index: 10;
    opacity: 0.5; }

.m-decorative-headline {
  margin-bottom: 20px; }
  .m-decorative-headline__headline-wrapper {
    margin-bottom: 20px;
    padding: 0 240px;
    padding-bottom: 20px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 170px;
    width: 100%;
    display: block;
    position: relative; }
    .m-decorative-headline__headline-wrapper-noimage {
      min-height: 60px;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    @media (max-width: 768px) {
      .m-decorative-headline__headline-wrapper {
        background: none !important;
        padding: 0 !important;
        border-bottom: 2px solid #117897;
        padding-bottom: 10px;
        min-height: 0px !important; } }
  .m-decorative-headline__headline {
    display: table-cell;
    vertical-align: bottom;
    font-size: 30px;
    color: #117897;
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 200px; }
    @media (max-width: 768px) {
      .m-decorative-headline__headline {
        padding: 0 30px;
        font-size: 26px;
        padding-top: 0px;
        position: relative; } }
  .m-decorative-headline__info {
    padding: 0 150px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-family: "Raleway", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (max-width: 768px) {
      .m-decorative-headline__info {
        padding: 0px;
        text-align: left; } }
  .m-decorative-headline--work-internship .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/work-internship.png"); }
  .m-decorative-headline--wood-metal .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/wood-metal.png"); }
  .m-decorative-headline--tailor .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/tailor.png"); }
  .m-decorative-headline--start-up .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/start-up.png"); }
  .m-decorative-headline--sanitary-heating .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/sanitary-heating.png"); }
  .m-decorative-headline--sales-service .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/sales-service.png"); }
  .m-decorative-headline--paint .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/paint.png"); }
  .m-decorative-headline--job-search-application .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/job-search-application.png"); }
  .m-decorative-headline--it-internet .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/it-internet.png"); }
  .m-decorative-headline--important-after-return .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/important-after-return.png"); }
  .m-decorative-headline--hairdresser-cosmetics .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/hairdresser-cosmetics.png"); }
  .m-decorative-headline--gastronomy-tourism .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/gastronomy-tourism.png"); }
  .m-decorative-headline--electrical-engineering .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/electrical-engineering.png");
    padding: 0 320px;
    padding-bottom: 20px; }
  .m-decorative-headline--education .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/education.png"); }
  .m-decorative-headline--consultation .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/consultation.png"); }
  .m-decorative-headline--construction .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/construction.png"); }
  .m-decorative-headline--business .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/business.png"); }
  .m-decorative-headline--before-return .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/before-return.png"); }
  .m-decorative-headline--offers-for-women .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/offers-for-women.png"); }
  .m-decorative-headline--offers-provider .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/offers-provider.png"); }
  .m-decorative-headline--re-integration-scouts .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/re-integration-scouts.png"); }
  .m-decorative-headline--reintegration .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/reintegration.png"); }
  .m-decorative-headline--training .m-decorative-headline__headline-wrapper {
    background-image: url("../images/decorative-headlines/training.png"); }

.m-text-linklist {
  padding: 50px 0px; }
  .m-text-linklist + .m-text-linklist {
    padding-top: 0px; }
    .m-text-linklist + .m-text-linklist .grid-container {
      border-top: 1px solid #BFBFBF;
      padding-top: 50px; }
  .m-text-linklist__headline {
    font-size: 18px;
    font-weight: bold;
    color: #117897;
    margin-bottom: 20px; }
  .m-text-linklist__content p {
    font-size: 16px; }
    .m-text-linklist__content p a {
      color: #BD5A0F;
      font-weight: bold; }
  .m-text-linklist__linklist {
    padding: 30px;
    background-color: #117897; }
    @media (max-width: 768px) {
      .m-text-linklist__linklist {
        margin-top: 30px; } }
    .m-text-linklist__linklist-kicker {
      color: #fff;
      font-size: 18px;
      font-weight: bold; }
    .m-text-linklist__linklist ul {
      position: relative;
      margin-left: 0px;
      margin-top: 20px; }
      .m-text-linklist__linklist ul li {
        list-style: none;
        margin-bottom: 20px; }
        .m-text-linklist__linklist ul li a {
          color: #fff;
          padding-left: 50px;
          position: relative;
          display: inline-block; }
          .m-text-linklist__linklist ul li a:hover {
            text-decoration: underline; }
          .m-text-linklist__linklist ul li a:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            background-image: url("../images/icon-link-external.svg");
            position: absolute;
            left: 0px;
            top: 2px; }

.m-contact-teaser {
  background-color: #117897;
  padding: 70px;
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .m-contact-teaser {
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .m-contact-teaser__headline {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px; }
  .m-contact-teaser p {
    font-size: 14px;
    color: #fff; }
  .m-contact-teaser .a-btn {
    margin-top: 20px; }

.m-info-teaser-small-wrapper {
  margin-bottom: 40px; }

.m-info-teaser-small + .m-info-teaser-small {
  margin-top: 35px; }

.m-info-teaser-small__content {
  border: 1px solid #117897;
  padding: 23px; }
  .m-info-teaser-small__content p {
    font-size: 16px; }

.m-info-teaser-small__headline {
  font-size: 18px;
  font-weight: bold;
  color: #117897;
  margin-bottom: 20px; }

.m-info-teaser-small__infobar {
  background-color: #117897;
  padding: 23px;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 768px) {
    .m-info-teaser-small__infobar {
      display: block; } }
  .m-info-teaser-small__infobar + .m-info-teaser-small__infobar {
    margin-top: 5px; }
  @media (min-width: 768px) {
    .m-info-teaser-small__infobar .a-btn {
      height: 50px; } }
.m-info-teaser-small__info {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
  width: 27%;
  word-break: break-word; }
  @media (max-width: 768px) {
    .m-info-teaser-small__info {
      display: block;
      width: 100%;
      margin-bottom: 20px; } }
  .m-info-teaser-small__info i {
    width: 40px;
    height: 40px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%); }
  .m-info-teaser-small__info--location {
    background-image: url("../images/info-teaser-location.png"); }
  .m-info-teaser-small__info--location-2 {
    background-image: url("../images/info-teaser-location-2.png"); }
  .m-info-teaser-small__info--duration {
    background-image: url("../images/info-teaser-duration.png"); }

.m-load-more__btn {
  margin: 0 auto;
  margin-top: 35px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%); }

.m-info-teaser-big {
  margin-bottom: 30px;
  max-height: 300px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 768px) {
    .m-info-teaser-big {
      padding: 15px;
      max-height: 600px; } }
  .m-info-teaser-big:after {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
  .m-info-teaser-big__wrapper {
    margin-bottom: 60px; }
  .m-info-teaser-big.open {
    max-height: 9999px; }
    .m-info-teaser-big.open:after {
      display: none; }
  .m-info-teaser-big__more-btn {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    background-color: #fff; }
  .m-info-teaser-big .grid-x {
    display: flex;
    align-items: stretch; }
  .m-info-teaser-big__content {
    border: 1px solid #117897;
    padding: 30px;
    height: 100%; }
  .m-info-teaser-big__headline {
    font-size: 30px;
    color: #117897;
    font-weight: bold; }
  .m-info-teaser-big__infobar {
    background-color: #117897;
    padding: 30px;
    height: 100%; }
    .m-info-teaser-big__infobar span {
      display: block;
      color: #fff; }
    .m-info-teaser-big__infobar .a-btn {
      display: block;
      text-align: center; }
  .m-info-teaser-big__info {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
    min-height: 30px; }
    .m-info-teaser-big__info i {
      width: 40px;
      height: 40px;
      background-size: cover;
      display: block;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translate(0%, -50%); }
    .m-info-teaser-big__info--info {
      background-image: url("../images/info-teaser-info.png"); }
    .m-info-teaser-big__info--location {
      background-image: url("../images/info-teaser-location.png"); }
    .m-info-teaser-big__info--subscriber {
      background-image: url("../images/info-teaser-subscriber.png"); }
    .m-info-teaser-big__info--person {
      background-image: url("../images/info-teaser-person.png"); }
    .m-info-teaser-big__info--phone {
      background-image: url("../images/info-teaser-phone.png"); }
    .m-info-teaser-big__info--mail {
      background-image: url("../images/info-teaser-mail.png"); }
    .m-info-teaser-big__info--lang {
      background-image: url("../images/info-teaser-lang.png"); }
    .m-info-teaser-big__info--child {
      background-image: url("../images/info-teaser-child.png"); }
    .m-info-teaser-big__info--requirements {
      background-image: url("../images/info-teaser-requirements.png"); }
    .m-info-teaser-big__info--group {
      background-image: url("../images/info-teaser-group.png"); }
    .m-info-teaser-big__info--other {
      background-image: url("../images/info-teaser-other.png"); }
    .m-info-teaser-big__info--age {
      background-image: url("../images/info-teaser-age.png"); }
    .m-info-teaser-big__info--duration {
      background-image: url("../images/icon-clock.svg");
      background-size: 30px !important;
      background-repeat: no-repeat;
      background-position: center; }
  .m-info-teaser-big__kicker {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px; }
    .m-info-teaser-big__kicker:first-of-type {
      margin-top: 0px; }
  .m-info-teaser-big__text {
    font-size: 16px;
    font-weight: bold;
    color: #fff; }
  .m-info-teaser-big__contactbox + .m-info-teaser-big__contactbox {
    margin-top: 35px; }

@media (max-width: 768px) {
  .m-icon-teaser {
    margin-bottom: 25px; } }

.m-icon-teaser__wrapper {
  margin-bottom: 60px; }

.m-icon-teaser__inner {
  border: 1px solid #117897;
  height: 330px;
  position: relative;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .m-icon-teaser__inner {
      height: 100%; } }
.m-icon-teaser__icon-wrapper {
  background-color: #117897;
  height: auto; }

.m-icon-teaser__content {
  padding: 20px; }

.m-icon-teaser__headline {
  font-size: 18px;
  color: #117897;
  font-weight: bold; }
  @media (max-width: 768px) {
    .m-icon-teaser__headline {
      font-size: 16px; } }
.m-icon-teaser__link {
  color: #BD5A0F;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  bottom: 20px; }
  @media (max-width: 768px) {
    .m-icon-teaser__link {
      font-size: 12px; } }
.m-icon-teaser__slider .m-icon-teaser {
  margin: 0 10px; }

.m-icon-teaser__slider .slick-arrow {
  top: 110%; }

footer {
  background-color: #fff;
  padding-top: 27px;
  padding-bottom: 27px;
  margin-top: 58px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
  footer img {
    margin-bottom: 0px !important; }
  footer .text {
    font-family: 'Roboto';
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    color: #044D60; }
  footer span {
    color: #044D60 !important; }
  footer .footer-menu ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    footer .footer-menu ul li {
      font-family: 'Roboto';
      font-weight: 400;
      color: #ffffff;
      margin-right: 40px;
      display: inline-block;
      margin-bottom: 20px; }
      footer .footer-menu ul li a {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        display: block;
        line-height: 26px;
        color: #044D60; }
        footer .footer-menu ul li a:hover, footer .footer-menu ul li a:active, footer .footer-menu ul li a.nice-select.open, footer .footer-menu ul li a:focus, footer .footer-menu ul li a.active {
          font-family: inherit;
          font-size: inherit;
          color: #044D60;
          text-decoration: underline; }
        footer .footer-menu ul li a.is-active {
          color: #044d60;
          text-decoration: underline; }
  footer .margin-bottom {
    margin-bottom: 27px; }
  footer .icon-facebook {
    width: 21px;
    height: 21px;
    margin: 27px 0; }
  footer .copyright {
    font-family: 'Roboto';
    font-weight: 400;
    color: #ffffff;
    line-height: 21px;
    display: inline-block; }
  footer.front {
    margin-bottom: 0; }
    @media (max-width: 639px) {
      footer.front {
        display: none; } }
  footer.finder {
    margin-bottom: 0; }

.m-success-story-teaser {
  background-color: #EDEDED;
  padding: 75px 0px; }
  .m-success-story-teaser__element {
    position: relative;
    overflow: hidden; }
    .m-success-story-teaser__element--small {
      margin-top: 30px; }
      .m-success-story-teaser__element--small .m-success-story-teaser__image-wrapper {
        height: 145px; }
      .m-success-story-teaser__element--small .m-success-story-teaser__content-wrapper:before {
        display: none; }
      .m-success-story-teaser__element--small .m-success-story-teaser__content {
        position: relative;
        left: 0;
        top: 0;
        background-color: #117897;
        width: 100%;
        padding: 15px; }
      .m-success-story-teaser__element--small .m-success-story-teaser__link {
        font-size: 16px;
        font-weight: bold; }
  .m-success-story-teaser__image-wrapper {
    height: 460px;
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) {
      .m-success-story-teaser__image-wrapper {
        height: 145px; } }
  .m-success-story-teaser__image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%; }
    .m-success-story-teaser__image img {
      width: auto;
      height: 100%;
      max-width: none; }
  .m-success-story-teaser__content-wrapper:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 830px;
    border-color: transparent transparent #117897 transparent;
    position: absolute;
    bottom: 0px;
    right: 0px; }
    @media (max-width: 768px) {
      .m-success-story-teaser__content-wrapper:before {
        display: none; } }
  .m-success-story-teaser__content {
    position: absolute;
    z-index: 10;
    right: 20px;
    bottom: 20px;
    width: 240px; }
    @media (max-width: 768px) {
      .m-success-story-teaser__content {
        position: relative;
        left: 0;
        top: 0;
        background-color: #117897;
        width: 100%;
        padding: 15px; } }
    .m-success-story-teaser__content:after {
      content: '';
      display: block;
      clear: both; }
  .m-success-story-teaser__headline {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    display: block; }
  .m-success-story-teaser__link {
    font-size: 16px;
    color: #fff;
    float: right; }
    @media (max-width: 768px) {
      .m-success-story-teaser__link {
        font-weight: bold; } }
    .m-success-story-teaser__link:hover {
      color: #fff; }

.m-table-of-content {
  background-color: #DEECF2;
  padding-bottom: 20px;
  margin: 50px 0px; }
  .m-table-of-content__headline {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #117897;
    font-weight: bold;
    font-size: 13px; }
  .m-table-of-content__kicker {
    font-size: 16px;
    font-weight: bold;
    color: #117897;
    text-align: center;
    display: block;
    padding: 20px; }
  .m-table-of-content__list {
    display: flex;
    justify-content: space-between;
    margin: 0; }
    @media (max-width: 768px) {
      .m-table-of-content__list {
        display: block; } }
    .m-table-of-content__list li {
      list-style: none;
      display: inline-block;
      text-align: center;
      padding: 0 3%;
      border-right: 1px solid #117897; }
      @media (max-width: 768px) {
        .m-table-of-content__list li {
          display: block;
          border: none;
          margin-bottom: 15px; } }
      .m-table-of-content__list li:last-child {
        border-right: none; }
      .m-table-of-content__list li a {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: bold;
        color: #117897; }
        @media (max-width: 1024px) {
          .m-table-of-content__list li a {
            font-size: 15px; } }
        .m-table-of-content__list li a:hover {
          text-decoration: underline; }

.m-news-teaser {
  border: 1px solid #BD5A0F;
  padding: 15px;
  height: 100%;
  display: table; }
  .m-news-teaser__wrapper {
    padding: 20px 0px; }
  .m-news-teaser__kicker {
    font-size: 16px;
    color: #BD5A0F;
    font-weight: bold;
    padding-bottom: 15px;
    display: table-row; }
  .m-news-teaser__headline {
    font-size: 20px;
    color: #BD5A0F;
    font-weight: bold;
    display: block;
    margin-top: 30px;
    vertical-align: bottom;
    padding-top: 10px; }
    .m-news-teaser__headline a {
      color: #BD5A0F; }
      .m-news-teaser__headline a:hover {
        text-decoration: underline; }
  .m-news-teaser__text {
    margin-top: 15px; }

.m-region-teaser {
  border: 1px solid #117897;
  height: 100%; }
  .m-region-teaser__region {
    background-color: #117897;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding: 25px 10px;
    text-align: center; }
    .m-region-teaser__region--left {
      text-align: left;
      padding-left: 30px; }
    .m-region-teaser__region-icon {
      width: 35px;
      height: 35px;
      background-size: cover;
      display: block;
      position: relative;
      transform: translate(0%, -50%);
      float: left;
      top: 11px;
      left: -10px;
      background-image: url(../images/info-teaser-location.png); }
  .m-region-teaser__info {
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
    display: block; }
    .m-region-teaser__info.no-margin {
      margin: 0px; }
    .m-region-teaser__info img {
      position: absolute;
      left: 25px;
      top: 0;
      width: 24px;
      height: auto; }
    .m-region-teaser__info p, .m-region-teaser__info a {
      padding-left: 60px; }
      .m-region-teaser__info p a, .m-region-teaser__info a a {
        padding-left: 0px !important; }
  .m-region-teaser__headline {
    font-size: 18px;
    color: #117897;
    font-weight: bold;
    padding: 20px; }
  .m-region-teaser__link {
    color: #BD5A0F;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    text-align: left;
    padding: 0 20px !important; }

.rtl .m-region-teaser__region {
  text-align: right !important;
  padding-right: 20px; }

.rtl .m-region-teaser__region-icon {
  float: right;
  left: auto;
  right: -10px; }

.rtl .m-region-teaser__link {
  text-align: right; }

.rtl .m-region-teaser__info {
  text-align: right; }

.accordion {
  margin: 0;
  margin-top: 20px; }
  .accordion .accordion-item {
    list-style: none; }
    .accordion .accordion-item .accordion-title {
      color: #117897;
      font-size: 18px;
      font-weight: bold;
      display: block;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      padding-bottom: 10px;
      position: relative; }
      .accordion .accordion-item .accordion-title:after {
        content: '';
        display: block;
        background-image: url(../images/icon-arrow-blue.png);
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        position: absolute;
        right: 30px;
        top: 12px;
        transform: rotate(180deg);
        background-size: 12px;
        transform-origin: center; }
    .accordion .accordion-item .accordion-content {
      margin-top: 25px;
      margin-bottom: 25px; }
    .accordion .accordion-item.is-active .accordion-title {
      border-bottom: 2px solid #117897; }
      .accordion .accordion-item.is-active .accordion-title:after {
        transform: rotate(0deg);
        right: 25px; }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items ul li {
    color: #035C74;
    font-weight: bold; }
    .selectric-items ul li:hover {
      background-color: #DEECF2;
      color: #035C74; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

@media (max-width: 900px) {
  .selectric .button {
    display: none; } }

html[dir="rtl"] .selectric-scroll ul li {
  text-align: right !important; }

html[dir="rtl"] .m-filter--small .selectric {
  margin-right: 35px; }
  html[dir="rtl"] .m-filter--small .selectric .button {
    right: -30px; }

.selectric-wrapper {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21); }
  .selectric-wrapper .selectric {
    background-color: #fff;
    border: 1px solid #117897;
    height: 50px; }
    .selectric-wrapper .selectric .label {
      color: #117897;
      font-size: 16px;
      height: 50px;
      padding-top: 4px; }
    .selectric-wrapper .selectric .button {
      background-color: #fff;
      border-left: 1px solid #117897;
      height: 50px;
      width: 50px; }
      .selectric-wrapper .selectric .button:after {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url(../images/icon-arrow-down.svg);
        background-size: 14px 10px;
        background-repeat: no-repeat;
        background-position: center;
        border: none; }
  .selectric-wrapper .selectric-items {
    border: 1px solid #117897;
    border-top: none; }
    .selectric-wrapper .selectric-items .selectric-scroll ul li {
      font-size: 16px;
      min-height: 50px;
      padding-top: 15px; }
      .selectric-wrapper .selectric-items .selectric-scroll ul li.selected {
        background-color: #117897;
        color: #fff; }

.selectric-m-selectbox--clean {
  border-bottom: 2px solid #dfdfdf; }
  .selectric-m-selectbox--clean .selectric-items {
    border: none; }
  .selectric-m-selectbox--clean .label {
    margin-left: 0px; }
  .selectric-m-selectbox--clean .selectric,
  .selectric-m-selectbox--clean .button {
    border: none !important; }

.selectric-m-selectbox--small {
  display: inline-block;
  top: -7px;
  left: 5px;
  height: 30px;
  box-shadow: none; }
  .selectric-m-selectbox--small .selectric {
    border: none;
    height: auto;
    overflow: visible;
    background-color: transparent !important; }
    .selectric-m-selectbox--small .selectric .label {
      text-decoration: underline;
      width: auto;
      margin: 0;
      height: auto;
      padding: 0; }
    .selectric-m-selectbox--small .selectric .button {
      border: none;
      right: -50px;
      top: 2px;
      height: 20px;
      background-color: transparent !important; }
      .selectric-m-selectbox--small .selectric .button:after {
        margin: 0; }
  .selectric-m-selectbox--small .selectric-items {
    border: none;
    box-shadow: none;
    background: #fff;
    width: auto !important;
    top: 40px;
    z-index: 2; }
    .selectric-m-selectbox--small .selectric-items .selectric-scroll ul li {
      padding: 10px;
      height: auto;
      min-height: 0px;
      text-align: left; }

.m-filter--small {
  text-align: center; }
  .m-filter--small span {
    display: inline-block !important;
    font-weight: normal !important; }
  .m-filter--small .selectric {
    display: inline-block; }

.m-filter span {
  font-weight: bold;
  display: block;
  margin-bottom: 0px;
  height: 38px;
  vertical-align: text-bottom; }

.m-filter + .m-filter {
  margin-top: 25px; }

.m-filter-wrapper--background {
  background-color: #DEECF2;
  padding-top: 20px;
  padding-bottom: 20px; }

.m-filter-wrapper--p-top {
  padding-top: 30px; }

.m-filter-wrapper + .m-stage {
  padding-top: 0px; }

.m-filter--location-checkbox .label {
  max-width: 200px; }

.m-filter--location-checkbox .selectric-items ul li {
  padding-left: 40px !important;
  position: relative; }
  .m-filter--location-checkbox .selectric-items ul li:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 12px;
    width: 15px;
    height: 15px;
    border: 1px solid #000; }
  .m-filter--location-checkbox .selectric-items ul li.selected:before {
    border-color: #fff; }
  .m-filter--location-checkbox .selectric-items ul li.selected:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    left: 18px;
    top: 15px;
    background-color: #fff; }

.m-input label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.m-input input {
  height: 45px;
  border: 1px solid #BFBFBF;
  padding: 0 25px;
  display: block;
  width: 100%; }

.m-textarea label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.m-textarea textarea {
  width: 100%;
  min-height: 120px;
  padding: 25px;
  border: 1px solid #BFBFBF; }

.m-checkbox {
  position: relative; }
  .m-checkbox label {
    display: block;
    position: relative; }
  .m-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute; }
    .m-checkbox input:checked + span:after {
      content: "";
      width: 30px;
      height: 30px;
      background-color: #BFBFBF;
      position: absolute;
      left: 8px;
      top: 8px; }
  .m-checkbox__label {
    position: relative;
    padding-left: 75px;
    display: inline-block; }
    .m-checkbox__label:before {
      content: '';
      display: inline-block;
      width: 45px;
      height: 45px;
      position: absolute;
      top: 0px;
      left: 0px;
      border: 1px solid #BFBFBF; }

.m-submit {
  display: block;
  width: 100%; }
  .m-submit input {
    display: block;
    margin: 0 auto;
    height: 50px;
    border: 1px solid #BD5A0F;
    color: #BD5A0F;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background: none;
    padding: 0 70px;
    transition: all .3s ease-in-out; }
    .m-submit input:hover {
      text-decoration: underline;
      cursor: pointer; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.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; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  list-style: none;
  text-align: center;
  margin: 0; }
  .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    border: 1px solid #117897;
    margin: 0 5px;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background-color: #117897; }
    .slick-dots li button {
      opacity: 0; }

.slick-slider {
  position: relative; }

.slick-arrow {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  border-radius: 20px;
  border: 2px solid #117897;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0px; }
  @media (max-width: 768px) {
    .slick-arrow {
      left: 10px; } }
  .slick-arrow:before {
    content: '';
    display: block;
    background-image: url(../images/icon-arrow-down.svg);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
    transform: rotate(90deg); }
  .slick-arrow.slick-next {
    right: 30px;
    left: auto; }
    @media (max-width: 768px) {
      .slick-arrow.slick-next {
        right: 10px; } }
    .slick-arrow.slick-next:before {
      transform: rotate(-90deg);
      right: 0px;
      left: auto; }

.m-info-slider-big__element-wrapper {
  border: 1px solid #117897; }

.m-info-slider-big__element {
  padding: 20px 20px; }
  @media (max-width: 768px) {
    .m-info-slider-big__element {
      padding: 40px; } }
.m-info-slider-big__image-wrapper {
  width: 30%;
  display: inline-block; }
  @media (max-width: 768px) {
    .m-info-slider-big__image-wrapper {
      width: 100%;
      display: block;
      margin-bottom: 25px; } }
  .m-info-slider-big__image-wrapper figcaption {
    font-size: 16px;
    padding-top: 5px; }

.m-info-slider-big__content-wrapper {
  width: 68%;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px; }
  @media (max-width: 768px) {
    .m-info-slider-big__content-wrapper {
      width: 100%;
      display: block;
      padding: 0; } }
  .m-info-slider-big__content-wrapper span {
    font-weight: bold; }

.m-info-slider-big--gallery .m-info-slider-big__element-wrapper {
  border: none; }

.m-info-slider-big--gallery .m-info-slider-big__element {
  padding: 0px; }

.m-info-slider-big--gallery .m-info-slider-big__image-wrapper {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 8.333333333%; }
  .m-info-slider-big--gallery .m-info-slider-big__image-wrapper figure {
    width: 49.5%;
    display: inline-block;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .m-info-slider-big--gallery .m-info-slider-big__image-wrapper figure {
        width: 100%; } }
.m-icon-headline {
  font-size: 18px;
  color: #117897;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative; }
  @media (max-width: 768px) {
    .m-icon-headline {
      text-align: left; } }
  .m-icon-headline:before {
    content: '';
    width: 45px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 13px;
    left: -5px; }
    @media (max-width: 768px) {
      .m-icon-headline:before {
        display: none; } }
  .m-icon-headline--world:before {
    background-image: url("../images/icon-headline-world.png"); }
  .m-icon-headline--play:before {
    background-image: url("../images/icon-headline-play.png");
    left: -20px; }

.m-text-teaser {
  padding: 20px;
  background-color: #EDEDED;
  margin-top: 20px;
  margin-bottom: 20px; }
  .m-text-teaser__bg {
    background-color: #e5f0f4;
    padding-top: 65px;
    padding-bottom: 75px;
    margin-bottom: 0px; }
    .m-text-teaser__bg a {
      color: #BD5A0F;
      font-weight: bold; }
  .m-text-teaser__title {
    font-size: 18px;
    color: #117897;
    font-weight: bold; }
  .m-text-teaser__text {
    display: block;
    margin-top: 15px;
    margin-bottom: 35px; }
  .m-text-teaser__button {
    color: #BD5A0F;
    font-weight: bold;
    display: block;
    margin-bottom: 15px; }
    .m-text-teaser__button + .m-text-teaser__button {
      margin-bottom: 0px; }

.m-youtube {
  overflow: hidden;
  position: relative; }
  .m-youtube:hover .m-youtube__info {
    top: 0%; }
  .m-youtube__image:before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .m-youtube__image:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #035C74;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px; }
  .m-youtube__info {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all .2s ease-in; }
    .m-youtube__info-inner {
      position: absolute;
      width: 80%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .m-youtube__info-inner p {
        font-size: 24px;
        color: #fff;
        font-weight: bold; }
        @media (max-width: 768px) {
          .m-youtube__info-inner p {
            font-size: 16px; } }
      .m-youtube__info-inner a {
        width: auto;
        display: inline-block;
        padding: 10px 30px; }
  .m-youtube__iframe {
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: relative;
    /* If you want text inside of it */ }
    .m-youtube__iframe-inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .m-youtube__iframe-inner iframe {
        width: 100%;
        height: 100%; }

.m-modul-overview {
  background-color: #098DB2;
  padding: 30px 0px; }
  .m-modul-overview h2, .m-modul-overview h3 {
    color: #fff; }
  .m-modul-overview h2 {
    font-size: 24px;
    font-weight: bold; }
  .m-modul-overview h3 {
    font-size: 21px; }
  .m-modul-overview p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px; }
    .m-modul-overview p a {
      text-decoration: underline;
      color: #fff; }

.m-blog-header__kicker {
  background-color: #044d60;
  padding: 5px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 25px;
  display: inline-block; }

.m-blog-header__headline {
  color: #117897;
  font-weight: bold;
  display: block;
  margin-bottom: 20px; }

.m-blog-header__link {
  color: #bf5911;
  font-weight: bold; }

.m-blog-header__image {
  max-height: 300px;
  overflow: hidden;
  position: relative; }

.m-image-text-teaser {
  position: relative; }
  @media (max-width: 768px) {
    .m-image-text-teaser {
      margin-bottom: 35px; } }
  .m-image-text-teaser__country {
    position: absolute;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    padding: 3px 5px; }
  .m-image-text-teaser__image {
    margin-bottom: 10px;
    display: block; }
    .m-image-text-teaser__image figcaption {
      margin-top: 3px;
      color: #222; }
  .m-image-text-teaser__headline {
    color: #117897;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    font-size: 20px; }
  .m-image-text-teaser__link {
    color: #bf5911;
    font-weight: bold; }
    .m-image-text-teaser__link:hover {
      text-decoration: underline; }
  .m-image-text-teaser--small + .m-image-text-teaser {
    margin-top: 35px; }
  .m-image-text-teaser--small .m-image-text-teaser__image {
    margin: 0; }
  .m-image-text-teaser--small .m-image-text-teaser__link {
    background-color: #117897;
    display: block;
    padding: 10px;
    color: #fff; }

.m-breadcrumb {
  margin-top: 20px; }
  @media (max-width: 600px) {
    .m-breadcrumb {
      display: none; } }
  .m-breadcrumb__seperator img {
    width: 9px;
    height: 5px;
    transform: rotate(-90deg);
    position: relative; }
  .m-breadcrumb ul, .m-breadcrumb ol {
    margin: 0; }
    .m-breadcrumb ul li, .m-breadcrumb ol li {
      list-style: none;
      padding: 0;
      display: inline-block;
      position: relative;
      height: 26px;
      padding-right: 5px;
      font-size: 16px; }
      .m-breadcrumb ul li a, .m-breadcrumb ol li a {
        font-weight: bold; }
        .m-breadcrumb ul li a img, .m-breadcrumb ol li a img {
          position: relative;
          top: -2px; }
        .m-breadcrumb ul li a:hover, .m-breadcrumb ol li a:hover {
          text-decoration: underline; }
  @media (min-width: 600px) {
    .m-breadcrumb--mobile {
      display: none; } }
  @media (max-width: 600px) {
    .m-breadcrumb--mobile {
      display: block !important; } }
  .m-breadcrumb--mobile p {
    display: block;
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 14px; }
    .m-breadcrumb--mobile p .arrow {
      width: 9px;
      height: 5px;
      transform: rotate(-90deg);
      position: relative; }
    .m-breadcrumb--mobile p a img {
      position: relative;
      top: -2px; }

.m-hr {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #83b8c8;
  margin: 40px 0px; }

.m-tag {
  background-color: #117897;
  padding: 5px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 25px; }
  .m-tag:hover {
    background-color: #fff; }

.m-link {
  color: #bf5911;
  font-weight: bold; }
  .m-link--center {
    text-align: center;
    display: block; }

.m-quote {
  position: relative;
  margin-top: 55px;
  margin-bottom: 45px; }
  @media (max-width: 768px) {
    .m-quote {
      margin: 20px 0px; } }
  .m-quote__deco {
    background-image: url("../images/quote_deco.png");
    width: 70px;
    height: 60px;
    position: absolute;
    top: -20px;
    left: -100px; }
    @media (max-width: 768px) {
      .m-quote__deco {
        display: none; } }
  .m-quote__image {
    width: 24%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .m-quote__image {
        width: 100%; } }
  .m-quote__quote {
    width: 75%;
    display: inline-block;
    padding: 0;
    border: none;
    padding-left: 15px; }
    @media (max-width: 768px) {
      .m-quote__quote {
        width: 100%;
        padding: 0;
        margin-top: 20px; } }
    .m-quote__quote p {
      color: #378CB0;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.3; }
      @media (max-width: 768px) {
        .m-quote__quote p {
          font-size: 18px; } }
    .m-quote__quote span {
      color: #000; }
  .m-quote--full .m-quote__quote {
    width: 100%; }

.m-headline {
  color: #098DB2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }
  .m-headline--xxl {
    font-size: 48px; }
  .m-headline--small {
    font-size: 16px;
    color: #BD5A0F; }
  .m-headline--h1 {
    font-size: 60px;
    font-weight: normal; }
    @media (max-width: 450px) {
      .m-headline--h1 {
        font-size: 25px; } }
  .m-headline--h2 {
    margin-bottom: 20px; }
  .m-headline--h3 {
    font-size: 18px !important;
    display: block; }
  .m-headline--margin-top-large {
    margin-top: 80px; }
  .m-headline--margin-top {
    margin-top: 40px; }

.m-topic-list {
  background-color: #DEECF2;
  padding: 20px 0px; }
  .m-topic-list__kicker {
    font-size: 13px;
    color: #117897;
    font-weight: bold;
    text-align: center;
    display: block; }
  .m-topic-list__wrapper {
    text-align: center;
    margin-top: 10px; }
  .m-topic-list__tag {
    font-size: 13px;
    background-color: #117897;
    border: 1px solid #117897;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    margin: 0 5px;
    margin-bottom: 10px; }
    .m-topic-list__tag:hover {
      background-color: #fff; }

.m-figure {
  margin-bottom: 20px; }
  .m-figure figcaption {
    font-size: 14px;
    margin-top: 10px; }
  .m-figure--blue figcaption {
    color: #035C74;
    font-size: 12px; }

.m-blog-filter {
  padding: 30px 0px; }
  .m-blog-filter__button {
    background-color: #035C74;
    color: #ffffff;
    margin: 0px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    padding: 17px 20px;
    width: 100%; }

.m-facebook {
  overflow: hidden;
  position: relative; }
  .m-facebook:hover .m-facebook__info {
    top: 0%; }
  .m-facebook__info {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all .2s ease-in; }
    .m-facebook__info-inner {
      position: absolute;
      width: 80%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .m-facebook__info-inner p {
        font-size: 24px;
        color: #fff;
        font-weight: bold; }
        @media (max-width: 768px) {
          .m-facebook__info-inner p {
            font-size: 16px; } }
      .m-facebook__info-inner a {
        width: auto;
        display: inline-block;
        padding: 10px 30px; }
  .m-facebook__iframe {
    width: 500px;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: relative;
    /* If you want text inside of it */
    height: 700px;
    margin: 0 auto; }
    .m-facebook__iframe-inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .m-facebook__iframe-inner iframe {
        width: 100%;
        height: 100%; }

.m-alert-box {
  background-color: #D80000;
  padding: 20px;
  color: #fff; }
  .m-alert-box p {
    font-size: 16px;
    margin: 0; }

.m-form--white {
  background-color: #fff;
  color: #000;
  padding: 20px;
  margin-bottom: 25px; }

.m-form--padding {
  padding: 45px 30px;
  margin-top: 25px; }
  @media (max-width: 768px) {
    .m-form--padding {
      padding: 10px; } }
.m-form-input-wrapper {
  padding-top: 30px;
  position: relative; }
  .m-form-input-wrapper + .m-form-input-wrapper {
    margin-top: 30px; }

.m-form__sub {
  background-color: #DEECF2;
  padding: 35px;
  margin: 25px 15px; }
  @media (max-width: 768px) {
    .m-form__sub {
      padding: 10px; } }
  .m-form__sub .m-form-input {
    border-color: #035C74; }

.m-form-input {
  transition: all .1s ease-in;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #035C74;
  margin-top: 10px;
  padding-bottom: 10px;
  background: transparent; }
  .m-form-input:focus {
    border-bottom: 2px solid #098DB2; }
  .m-form-input.error {
    border-bottom: 2px solid red; }
  .m-form-input + .error {
    color: red;
    font-size: 14px; }
  .m-form-input--checkbox {
    display: inline;
    float: left;
    text-align: left;
    width: auto;
    margin-top: 5px; }
    .m-form-input--checkbox + .error {
      color: red;
      position: absolute;
      bottom: -23px; }

.m-form-textarea {
  transition: all .2s ease-in;
  display: block;
  width: 100%;
  height: 250px;
  border: 1px solid #dfdfdf;
  resize: none;
  margin-top: 10px;
  padding: 10px; }
  .m-form-textarea:focus {
    border: 2px solid #098DB2; }
  .m-form-textarea + .error {
    color: red;
    font-size: 14px; }

.m-form-label {
  transition: all .3s ease-in;
  display: block;
  font-weight: bold;
  color: #098DB2; }

.m-form-info {
  display: block;
  margin-top: 15px;
  color: #202020; }

.m-form-submit {
  transition: all .2s ease-in;
  color: #be5a0e;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #be5a0e;
  padding: 15px 50px;
  cursor: pointer; }
  .m-form-submit:hover {
    background-color: #be5a0e;
    color: #fff; }

.m-form-input-wrapper--checkbox {
  display: inline-block; }
  .m-form-input-wrapper--checkbox label {
    font-weight: normal;
    color: #202020; }
    .m-form-input-wrapper--checkbox label input {
      margin-right: 10px;
      display: inline-block; }

.m-download-teaser {
  margin: -80px;
  background-color: #fff; }
  .m-download-teaser__inner {
    box-shadow: 0px 0px 31px -6px rgba(0, 0, 0, 0.26);
    padding: 20px; }
  .m-download-teaser__image {
    max-width: 170px;
    margin: 0 auto; }
  .m-download-teaser__headline {
    font-size: 18px;
    color: #117897;
    font-weight: bold;
    margin-top: 20px; }
  .m-download-teaser__text {
    display: block; }
  .m-download-teaser__link {
    margin-top: 35px;
    display: inline-block;
    font-weight: bold;
    color: #BD5A0F; }

.m-download-slider__wrapper {
  position: relative; }

.m-download-slider__nav {
  position: relative;
  text-align: center;
  display: block; }
  .m-download-slider__nav .slick-arrow {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    display: inline-block; }
  .m-download-slider__nav-pager {
    color: #222;
    display: inline-block;
    margin: 0 30px; }

.m-download-slider .slick-track {
  margin-top: 110px;
  margin-bottom: 110px; }

.m-download-slider .m-download-teaser.slick-slide {
  transform: scale(0.75);
  transform-origin: center;
  transition: all .3s ease-in;
  opacity: 0; }
  @media (max-width: 900px) {
    .m-download-slider .m-download-teaser.slick-slide {
      transform: scale(1) !important; } }
@media (max-width: 900px) {
  .m-download-slider .m-download-teaser__inner {
    PADDING: 20px 110px; } }

.m-download-slider .m-download-teaser.slick-active {
  opacity: 1; }

.m-download-slider .m-download-teaser.slick-current-next, .m-download-slider .m-download-teaser.slick-current-prev {
  transform: scale(0.85);
  transform-origin: center;
  z-index: 80;
  position: relative; }
  @media (max-width: 900px) {
    .m-download-slider .m-download-teaser.slick-current-next, .m-download-slider .m-download-teaser.slick-current-prev {
      transform: scale(1) !important; } }
.m-download-slider .m-download-teaser.slick-current {
  transform: scale(1);
  transform-origin: center;
  z-index: 99;
  position: relative; }

.m-expandable-container {
  position: relative; }
  .m-expandable-container--small {
    overflow: hidden;
    margin-bottom: 30px;
    /*
        &:after {
            content: '';
            display: block;
            width: 100%;
            height: 150px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                    0deg
                , white 0%, rgba(255, 255, 255, 0) 100%);
        }
        */ }
    .m-expandable-container--small .m-load-more__btn {
      position: absolute;
      bottom: 0px;
      z-index: 10;
      background-color: #fff; }

@media (max-width: 768px) {
  .mod-country-overview .row {
    margin-top: 0px !important; } }

.mod-country-overview .margin-top-large {
  margin-top: 90px !important; }

.mod-country-overview__headline {
  color: #117897;
  font-weight: bold;
  font-size: 30px; }
  @media (max-width: 768px) {
    .mod-country-overview__headline {
      font-size: 22px;
      margin-bottom: 25px; } }
.mod-country-overview__text {
  color: #117897; }
  @media (max-width: 768px) {
    .mod-country-overview__text {
      font-size: 16px; } }
.mod-country-overview__teaser {
  color: #117897;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  padding: 20px;
  padding-top: 40px;
  border: 1px solid #357794;
  position: relative;
  transition: all .3s ease-in; }
  .mod-country-overview__teaser-1, .mod-country-overview__teaser-8 {
    background-color: #4dadc4;
    color: #fff; }
  .mod-country-overview__teaser-2, .mod-country-overview__teaser-9 {
    background-color: #f0720a;
    color: #fff; }
  .mod-country-overview__teaser-3, .mod-country-overview__teaser-10 {
    background-color: #936232;
    color: #fff; }
  .mod-country-overview__teaser-4, .mod-country-overview__teaser-11 {
    background-color: #f4974c;
    color: #fff; }
  .mod-country-overview__teaser-5, .mod-country-overview__teaser-12 {
    background-color: #4e909e;
    color: #fff; }
  .mod-country-overview__teaser-6, .mod-country-overview__teaser-13 {
    background-color: #c47a33;
    color: #fff; }
  .mod-country-overview__teaser-7, .mod-country-overview__teaser-14 {
    background-color: #c5814e;
    color: #fff; }
  @media (max-width: 768px) {
    .mod-country-overview__teaser {
      font-size: 16px;
      padding: 15px;
      padding-top: 25px;
      margin-bottom: 25px; } }
  .mod-country-overview__teaser:after {
    content: '>';
    display: block;
    position: absolute;
    right: 15px;
    top: 38px; }
    @media (max-width: 768px) {
      .mod-country-overview__teaser:after {
        top: 30px; } }
  .mod-country-overview__teaser:hover {
    background-color: #BD5A0F;
    border-color: #BD5A0F;
    color: #FFF; }

.mod-badge {
  z-index: 999999;
  position: fixed;
  right: 0px;
  top: calc(50% + 60px);
  width: 75px;
  height: 55px;
  background-color: #ED771B;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all .2s ease-in; }
  @media (max-width: 768px) {
    .mod-badge {
      display: none; } }
  .mod-badge--open {
    width: 400px;
    height: 300px; }
    @media (max-width: 768px) {
      .mod-badge--open {
        width: 300px; } }
    .mod-badge--open .mod-badge__inner {
      opacity: 1; }
    .mod-badge--open .mod-badge__icon {
      left: 25px;
      top: 16px; }
  .mod-badge--close .mod-badge__inner {
    display: none; }
  .mod-badge__icon {
    width: 30px;
    position: absolute;
    left: 12px;
    top: 9px;
    cursor: pointer;
    z-index: 99; }
  .mod-badge__close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-style: normal;
    font-weight: bold;
    cursor: pointer; }
  .mod-badge__inner {
    opacity: 0;
    color: #fff;
    padding: 25px;
    transition: opacity .3s ease-in;
    transition-delay: .1s;
    width: 400px;
    height: 300px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .mod-badge__inner {
        width: 300px; } }
    .mod-badge__inner span {
      font-size: 22px;
      display: block;
      font-weight: bold;
      padding-left: 40px; }
    .mod-badge__inner p {
      font-size: 16px; }
    .mod-badge__inner form {
      margin-top: 25px; }
      .mod-badge__inner form label {
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 10px; }
      .mod-badge__inner form .selectric-wrapper .selectric .label {
        padding-left: 0px !important; }
      .mod-badge__inner form button {
        font-size: 13px;
        font-weight: bold;
        background-color: #035C74;
        line-height: 45px;
        padding: 0 30px;
        border: 2px solid #035C74;
        transition: all .2s ease-in;
        display: inline-block;
        margin-top: 15px; }
        .mod-badge__inner form button:hover {
          background-color: #fff;
          color: #035C74; }

.m-download-area {
  background-color: #DEECF2;
  padding: 50px 0px; }
  .m-download-area__title {
    font-size: 13px;
    color: #044D60;
    display: block;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold; }
  .m-download-area__tabs {
    padding: 0;
    text-align: center;
    margin: 0; }
    .m-download-area__tabs li {
      display: inline-block; }
      .m-download-area__tabs li a {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        color: #117897;
        margin: 0px 30px;
        display: inline-block;
        transition: none;
        border-bottom: 2px solid transparent;
        position: relative; }
        @media (max-width: 768px) {
          .m-download-area__tabs li a {
            margin: 0 10px; } }
        .m-download-area__tabs li a:hover, .m-download-area__tabs li a.active {
          border-bottom: 1px solid #117897; }
  .m-download-area__content-wrapper {
    margin-top: 50px;
    padding-bottom: 200px; }
    @media (max-width: 768px) {
      .m-download-area__content-wrapper {
        padding-bottom: 35px; } }
    .m-download-area__content-wrapper ol > ol, .m-download-area__content-wrapper ol ul, .m-download-area__content-wrapper ul > ol, .m-download-area__content-wrapper ul ul {
      margin-top: 15px; }
    .m-download-area__content-wrapper ol li, .m-download-area__content-wrapper ul li {
      margin-top: 15px; }
  .m-download-area__content {
    display: none; }
    .m-download-area__content p {
      font-size: 16px; }
    .m-download-area__content ul {
      list-style: disc; }
      .m-download-area__content ul li {
        margin-bottom: 15px; }
    .m-download-area__content a {
      font-size: 16px;
      color: #117897;
      position: relative;
      padding-left: 25px; }
      .m-download-area__content a:before {
        content: '';
        display: block;
        width: 10px;
        height: 12px;
        background-image: url("../images/download.png");
        position: absolute;
        left: 0;
        top: 3px;
        background-size: cover; }
    .m-download-area__content.active {
      display: block; }

.m-partner-list__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.m-partner-list__element {
  list-style: none;
  padding: 40px 0px;
  position: relative;
  border-bottom: 1px solid #BFBFBF; }

.m-partner-list__link {
  font-size: 18px;
  font-weight: bold;
  color: #117897;
  padding-left: 100px;
  display: block; }
  .m-partner-list__link:hover {
    text-decoration: underline; }

.m-partner-list__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%); }

.m-partner-list__arrow {
  transform: rotate(-90deg);
  position: relative;
  left: 5px; }

.m-download-list {
  margin-bottom: 80px; }
  .m-download-list ul {
    padding: 0;
    list-style: none; }
    .m-download-list ul li {
      display: block;
      margin-top: 25px; }
      .m-download-list ul li a {
        font-size: 18px;
        color: #117897;
        font-weight: bold;
        position: relative;
        padding-left: 25px; }
        .m-download-list ul li a span {
          font-size: 13px;
          font-weight: normal;
          display: block;
          padding-left: 25px; }
        .m-download-list ul li a:before {
          content: '';
          display: block;
          width: 10px;
          height: 12px;
          background-image: url(../images/download.png);
          position: absolute;
          left: 0;
          top: 3px;
          background-size: cover; }
        .m-download-list ul li a:hover {
          text-decoration: underline; }

hr {
  border-bottom: 1px solid #117897 !important; }

.padding-top {
  padding-top: 40px; }

.m-icon-text {
  position: relative;
  margin-bottom: 35px; }
  .m-icon-text__content {
    padding-left: 100px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .m-icon-text__content a {
      color: #BD5A0F; }
  .m-icon-text__icon {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0; }
  .m-icon-text__kicker {
    font-size: 18px;
    color: #117897;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }

.m-infobox {
  position: relative;
  overflow: hidden; }
  .m-infobox__box {
    background-color: #e5f0f3;
    padding: 35px;
    width: 50%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    float: left; }
    @media (max-width: 768px) {
      .m-infobox__box {
        width: 100%; } }
  .m-infobox__headline {
    font-size: 18px;
    color: #117897;
    font-weight: bold;
    display: block;
    margin-bottom: 25px; }
  .m-infobox__content-image {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 768px) {
      .m-infobox__content-image {
        width: 100%;
        position: relative; } }
  .m-infobox__spacer {
    width: 144px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -144px; }
    @media (max-width: 768px) {
      .m-infobox__spacer {
        display: none; } }
    .m-infobox__spacer img {
      height: 100%;
      width: auto;
      position: relative;
      display: block;
      max-width: none; }
  .m-infobox--box-right .m-infobox__box {
    float: right; }
  .m-infobox--box-right .m-infobox__spacer {
    right: auto;
    left: -140px; }
    .m-infobox--box-right .m-infobox__spacer img {
      float: right; }
  .m-infobox--box-right .m-infobox__content-image {
    right: auto;
    left: 0; }

.m-infobox-alt__box {
  background-color: #DEECF2;
  padding: 35px;
  width: 50%;
  position: relative;
  float: left; }
  @media (max-width: 768px) {
    .m-infobox-alt__box {
      width: 100%;
      position: relative;
      float: none; } }
.m-infobox-alt__content {
  padding-left: 35px;
  width: 50%;
  float: right; }
  @media (max-width: 768px) {
    .m-infobox-alt__content {
      width: 100%;
      position: relative;
      float: none;
      padding: 0; } }
  @media (max-width: 768px) {
    .m-infobox-alt__content p {
      margin-top: 20px; } }
.m-infobox-alt__content-image {
  width: 100%; }

.m-infobox-alt--box-right .m-infobox-alt__box {
  float: right; }

.m-infobox-alt--box-right .m-infobox-alt__content {
  float: left;
  padding-right: 35px;
  padding-left: 0px; }

html[dir="rtl"] .m-infobox__spacer img {
  float: left; }

html[dir="rtl"] .m-infobox--box-right .m-infobox__spacer img {
  float: right; }

.m-lang-info {
  text-align: center;
  padding: 20px 0px; }
  .m-lang-info img {
    position: relative;
    top: -5px;
    margin-right: 10px; }
  .m-lang-info span {
    text-align: center; }

/*! jQuery UI - v1.13.1 - 2022-03-17
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
html .ui-state-disabled.nice-select.open {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button.nice-select.open,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon,
.ui-button.nice-select.open .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png"); }

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/* CUSTOM CHANGES
----------------------------------*/
.ui-datepicker-header {
  background-color: #DEECF2; }

.ui-state-active,
.ui-widget-content
.ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
a.ui-button.nice-select.open,
.ui-button:active,
.ui-button.nice-select.open,
.ui-button.ui-state-active:hover {
  background-color: #098DB2; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background-color: #BD5A0F;
  color: #fff;
  border-color: #BD5A0F; }

.m-image-text-intro .wrapper {
  background-color: #E9F1F4;
  padding: 92px 0 117px 0; }
  @media (max-width: 667px) {
    .m-image-text-intro .wrapper {
      padding: 12px 0 117px 0; } }
.m-image-text-intro__headline {
  font-size: 40px;
  line-height: 48px;
  color: #035C74;
  font-weight: bold;
  margin-bottom: 29px; }
  @media (max-width: 667px) {
    .m-image-text-intro__headline {
      padding-top: 35px; } }
.m-image-text-intro__text p {
  font-size: 16px;
  line-height: 26px; }

.m-image-text-intro__img figcaption {
  margin-top: 10px; }

.m-image-text-intro--anchor {
  margin-top: -50px; }
  .m-image-text-intro--anchor * {
    color: #ffffff; }
  .m-image-text-intro--anchor-wrapper {
    background-color: #357794;
    padding: 34px 45px 51px 34px; }
  .m-image-text-intro--anchor__headline {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .m-image-text-intro--anchor__headline {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 25px; } }
  .m-image-text-intro--anchor__list {
    list-style-type: none;
    margin: 0; }
    .m-image-text-intro--anchor__list li {
      margin-bottom: 20px; }
      .m-image-text-intro--anchor__list li a {
        display: block;
        font-size: 16px;
        line-height: 25px;
        padding-right: 20px;
        position: relative;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding-bottom: 6px; }
        .m-image-text-intro--anchor__list li a:hover {
          color: #FFF; }
        .m-image-text-intro--anchor__list li a::after {
          content: url("../images/arrow-down.svg");
          display: inline-block;
          margin-left: auto;
          position: absolute;
          top: 0;
          right: 0;
          width: 11px;
          height: 11px; }

.m-beratung {
  background-color: #E3EFF2;
  padding: 74px 0 85px 0; }
  .m-beratung__headline {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 39px;
    color: #035C74; }
  .m-beratung__subline {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #035C74; }
  .m-beratung__locationWrapper {
    margin-bottom: 63px;
    margin-left: -0.9375rem; }
  .m-beratung__location {
    position: relative;
    background-color: #ffffff;
    padding: 49px 16px 16px 19px;
    cursor: pointer;
    margin-bottom: 22px;
    transition: all .2s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .m-beratung__location::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      width: 100%;
      height: 100%;
      border: 1px solid #035C74;
      transition: all .1s; }
    .m-beratung__location__pin {
      background-image: url("../images/icon-map-pin-blue-small.svg");
      background-size: cover;
      background-repeat: no-repeat;
      width: 29px;
      height: 40px;
      margin-right: 14.5px; }
      .m-beratung__location__pin::after {
        content: url("../images/icon-map-blue.png");
        display: inline-block; }
    .m-beratung__location__city {
      font-size: 16px;
      line-height: 35px;
      line-height: 21px;
      cursor: pointer;
      font-weight: bold;
      color: #035C74;
      border-bottom: 1px solid transparent;
      transition: all .2s; }
    .m-beratung__location:hover::after, .m-beratung__location.active::after {
      border: 3px solid #BD5A0F; }
    .m-beratung__location:hover .m-beratung__location__pin, .m-beratung__location.active .m-beratung__location__pin {
      background-image: url("../images/icon-map-pin-orange.svg"); }
    .m-beratung__location:hover .m-beratung__location__city, .m-beratung__location.active .m-beratung__location__city {
      border-bottom: 1px solid #BD5A0F;
      color: #BD5A0F; }
  .m-beratung__flags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .m-beratung__flags .m-beratung__subline {
      margin-bottom: 0;
      margin-right: 13px; }
    .m-beratung__flags img {
      margin-right: 7px; }
  .m-beratung--slider {
    margin-top: 53px; }
    @media (max-width: 768px) {
      .m-beratung--slider {
        width: calc(100% + 10px); } }
    .m-beratung--slider-item {
      position: relative;
      background-color: #fff;
      padding: 23px 21px 60px 20px;
      cursor: pointer;
      margin: 0 11px 0px 0px;
      border: 1px solid #035C74; }
      .m-beratung--slider-item-img {
        width: auto;
        max-width: 100%;
        max-height: 80px;
        margin: 0 auto 10px auto;
        display: block; }
      .m-beratung--slider-item-text {
        position: absolute;
        left: 20px;
        bottom: 17px;
        font-size: 18px;
        line-height: 25px;
        font-weight: bold;
        color: #035C74;
        transition: all .2s; }
      .m-beratung--slider-item:hover, .m-beratung--slider-item.active {
        border: 1px solid #BD5A0F; }
        .m-beratung--slider-item:hover .m-beratung--slider-item-text, .m-beratung--slider-item.active .m-beratung--slider-item-text {
          color: #BD5A0F; }
    .m-beratung--slider .slick-next {
      right: -62px; }
      @media (max-width: 768px) {
        .m-beratung--slider .slick-next {
          right: 0px; } }
      .m-beratung--slider .slick-next::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.078' height='21.785' viewBox='0 0 12.078 21.785'%3E%3Cpath id='Pfad_34083' data-name='Pfad 34083' d='M958.611,531.1a1.1,1.1,0,0,0-1.564,1.559l9.105,9.015-8.885,9.019a1.1,1.1,0,1,0,1.551,1.552l9.727-9.758a1.09,1.09,0,0,0-.061-1.484Z' transform='translate(-956.729 -530.785)' fill='%23fff'/%3E%3C/svg%3E%0A"); }
        @media (max-width: 768px) {
          .m-beratung--slider .slick-next::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.124' height='13.96' viewBox='0 0 25.124 13.96'%3E%3Cpath id='Pfad_34074' data-name='Pfad 34074' d='M12.556,1.846,2.539,12.073,12.556,22.279a1.1,1.1,0,0,1,0,1.53l-.032.031a1.026,1.026,0,0,1-1.467-.051L.308,12.816A1.1,1.1,0,0,1,0,12.055a1.079,1.079,0,0,1,.31-.768L11.058.316a1.046,1.046,0,0,1,1.5,0A1.1,1.1,0,0,1,12.556,1.846Z' transform='translate(24.624 0.5) rotate(90)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
            width: 13px;
            height: 25px; } }
    .m-beratung--slider .slick-prev {
      left: -62px; }
      @media (max-width: 768px) {
        .m-beratung--slider .slick-prev {
          left: -10px; } }
      .m-beratung--slider .slick-prev::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.078' height='21.785' viewBox='0 0 12.078 21.785'%3E%3Cpath id='Pfad_34083' data-name='Pfad 34083' d='M966.926,531.1a1.1,1.1,0,0,1,1.564,1.559l-9.105,9.015,8.885,9.019a1.1,1.1,0,1,1-1.551,1.552l-9.727-9.758a1.09,1.09,0,0,1,.061-1.484Z' transform='translate(-956.729 -530.785)' fill='%23fff'/%3E%3C/svg%3E%0A"); }
        @media (max-width: 768px) {
          .m-beratung--slider .slick-prev::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.124' height='13.96' viewBox='0 0 25.124 13.96'%3E%3Cpath id='Pfad_34074' data-name='Pfad 34074' d='M12.556,1.846,2.539,12.073,12.556,22.279a1.1,1.1,0,0,1,0,1.53l-.032.031a1.026,1.026,0,0,1-1.467-.051L.308,12.816A1.1,1.1,0,0,1,0,12.055a1.079,1.079,0,0,1,.31-.768L11.058.316a1.046,1.046,0,0,1,1.5,0A1.1,1.1,0,0,1,12.556,1.846Z' transform='translate(24.624 0.5) rotate(90)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
            width: 13px;
            height: 25px; } }
    .m-beratung--slider .slick-arrow {
      background-color: #035C74;
      width: 42px;
      height: 42px; }
      @media (max-width: 768px) {
        .m-beratung--slider .slick-arrow {
          width: 46px;
          height: 70px;
          border-radius: 8px 0px 0px 8px;
          border: none;
          z-index: 1;
          background-color: #117897; } }
      @media (max-width: 768px) {
        .m-beratung--slider .slick-arrow.slick-prev {
          width: 46px;
          height: 70px;
          border-radius: 0px 8px 8px 0px;
          border: none;
          z-index: 1;
          background-color: #117897; } }
      .m-beratung--slider .slick-arrow::before {
        height: 21px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important; }
        @media (max-width: 768px) {
          .m-beratung--slider .slick-arrow::before {
            transform: rotate(90deg) !important;
            height: 21px;
            left: 4px;
            top: 31px;
            width: 40px; } }
      @media (max-width: 768px) {
        .m-beratung--slider .slick-arrow.slick-prev::before {
          transform: rotate(-90deg) !important;
          top: 15px; } }
    .m-beratung--slider--content {
      margin-top: 19px; }
      .m-beratung--slider--content-item {
        background-color: #fff;
        display: none;
        padding: 44px 38px; }
        .m-beratung--slider--content-item:first-child {
          display: block; }

@media (max-width: 768px) {
  .cityslide {
    width: calc(100% + 9px); } }

.cityslide .slick-slide {
  margin-right: 10px; }

@media (max-width: 768px) {
  .cityslide .slick-arrow {
    width: 46px;
    height: 70px;
    border-radius: 8px 0px 0px 8px;
    border: none;
    z-index: 1;
    background-color: #117897; } }

@media (max-width: 768px) {
  .cityslide .slick-arrow.slick-prev {
    width: 46px;
    height: 70px;
    border-radius: 0px 8px 8px 0px;
    border: none;
    z-index: 1;
    background-color: #117897; } }

@media (max-width: 768px) {
  .cityslide .slick-next {
    right: 0px; } }

@media (max-width: 768px) {
  .cityslide .slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.124' height='13.96' viewBox='0 0 25.124 13.96'%3E%3Cpath id='Pfad_34074' data-name='Pfad 34074' d='M12.556,1.846,2.539,12.073,12.556,22.279a1.1,1.1,0,0,1,0,1.53l-.032.031a1.026,1.026,0,0,1-1.467-.051L.308,12.816A1.1,1.1,0,0,1,0,12.055a1.079,1.079,0,0,1,.31-.768L11.058.316a1.046,1.046,0,0,1,1.5,0A1.1,1.1,0,0,1,12.556,1.846Z' transform='translate(24.624 0.5) rotate(90)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
    transform: rotate(90deg) !important;
    height: 21px;
    left: 4px;
    top: 31px;
    width: 40px; } }

@media (max-width: 768px) {
  .cityslide .slick-prev {
    left: 0px; } }

@media (max-width: 768px) {
  .cityslide .slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.124' height='13.96' viewBox='0 0 25.124 13.96'%3E%3Cpath id='Pfad_34074' data-name='Pfad 34074' d='M12.556,1.846,2.539,12.073,12.556,22.279a1.1,1.1,0,0,1,0,1.53l-.032.031a1.026,1.026,0,0,1-1.467-.051L.308,12.816A1.1,1.1,0,0,1,0,12.055a1.079,1.079,0,0,1,.31-.768L11.058.316a1.046,1.046,0,0,1,1.5,0A1.1,1.1,0,0,1,12.556,1.846Z' transform='translate(24.624 0.5) rotate(90)' fill='%23fff' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
    transform: rotate(-90deg) !important;
    height: 21px;
    left: 4px;
    top: 31px;
    width: 40px; } }

.modul--infobox__bzcitiy .infotext {
  color: #000000 !important; }
  .modul--infobox__bzcitiy .infotext .link, .modul--infobox__bzcitiy .infotext a, .modul--infobox__bzcitiy .infotext strong {
    color: #117897 !important; }

section.modul--infobox__bzcitiy .link {
  color: #117897 !important; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active, a.nice-select.open,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Raleway", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -1.09375rem;
    margin-left: -1.09375rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 1.09375rem;
  padding-left: 1.09375rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1.09375rem;
  padding-left: 1.09375rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 2.1875rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 80rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Raleway", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 1.875rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #148CB0;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #117897; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus.nice-select.open, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.row + .row {
  margin-top: 25px; }

.margin-top {
  margin-top: 90px; }
  .margin-top-large {
    margin-top: 90px; }
  .margin-top-small {
    margin-top: 15px; }

@media (max-width: 768px) {
  .margin-top-mobile-none {
    margin-top: 0px !important; } }

.margin-bottom {
  margin-bottom: 90px; }

section + section {
  margin-top: 40px; }

.row + .row {
  margin-top: 25px; }

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

.font-blue {
  color: #117897; }

.display-block {
  display: block; }

.accordion-item.is-active .accordion-content {
  display: block; }

.accordion-item .accordion-content {
  display: none; }

.border-highlight {
  border: 1px solid #BD5A0F;
  padding: 25px; }
  .border-highlight.bg-blue {
    border: none; }
  .border-highlight .m-form {
    display: none; }

.no-padding-left {
  padding-left: 0px !important; }

.m-main-navigation__list--level-2 li a {
  line-height: 1.4 !important; }

.headerimage--subline {
  display: block;
  padding-top: 5px;
  font-size: 13px;
  opacity: 0.8; }

.a-btn--studie {
  display: table; }

.studie--title {
  display: block;
  margin-bottom: 35px;
  font-size: 20px;
  text-transform: none; }

.studie--author {
  padding-top: 5px;
  font-size: 13px;
  opacity: 0.8;
  color: #000;
  text-align: left;
  font-weight: normal;
  display: table-footer-group;
  vertical-align: bottom; }

.p--warning {
  color: #D80000; }

.no-margin {
  margin: 0 !important; }

.margin-bottom {
  margin-bottom: 25px !important; }

.module-overview {
  padding: 50px 20px;
  background-color: #eee; }
  .module-overview ul {
    column-count: 3;
    text-align: center; }
    .module-overview ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-bottom: 20px; }
      .module-overview ul li a {
        display: inline-block;
        font-weight: bold; }

.grid-helper {
  background-color: #044D60;
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  border: 4px solid #148CB0;
  text-align: center; }

.color-blue {
  color: #368caf; }

.font-size-18 {
  font-size: 18px; }

.font-size-16 {
  font-size: 16px; }
  @media (max-width: 800px) {
    .font-size-16--mobile {
      font-size: 16px; } }
/* RTL Grid support, body needs rtl class */
@media print, screen and (min-width: 40em) {
  .rtl .medium-offset-1 {
    margin-right: 8.3333333333%; }
  .rtl .medium-offset-2 {
    margin-right: 16.6666666667%; }
  .rtl .medium-offset-3 {
    margin-right: 25%; }
  .rtl .medium-offset-4 {
    margin-right: 33.3333333333%; } }

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

@media (max-width: 700px) {
  .rtl .text ul {
    margin-right: 1.25rem;
    list-style-type: disc;
    margin-left: 0px; } }

@media (max-width: 700px) {
  .rtl .m-icon-teaser__slider {
    margin-left: 0px !important; } }

@media (max-width: 667px) {
  section.modul--bild-text h2 {
    font-size: 30px !important;
    line-height: 1.2 !important; } }

.cookie-expand-trigger {
  display: none; }

@media (max-width: 768px) {
  .cookie-expand {
    max-height: 0px;
    overflow: hidden; }
  div.cookie a {
    margin-top: 15px !important; }
  .cookie-expand-trigger {
    display: inline-block;
    background-color: rgba(255, 119, 0, 0.8);
    position: absolute;
    top: -30px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%); }
    .cookie-expand-trigger img {
      margin-left: 5px; }
    .cookie-expand-trigger-close {
      display: none; }
      .cookie-expand-trigger-close img {
        transform: rotate(180deg); }
  .cookie.open .cookie-expand {
    max-height: none; }
  .cookie.open .cookie-expand-trigger-open {
    display: none; }
  .cookie.open .cookie-expand-trigger-close {
    display: inline-block; } }

header .search-block-form {
  display: none;
  width: 800px;
  border-radius: 4px;
  box-shadow: -10px 4px 20px 2px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  position: absolute;
  right: -32px;
  top: 33px; }
  header .search-block-form input[type="submit"] {
    position: absolute;
    right: 29px;
    top: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.997' height='20' viewBox='0 0 19.997 20'%3E%3Cpath id='Icon_awesome-search' data-name='Icon awesome-search' d='M19.725,17.291,15.83,13.4a.937.937,0,0,0-.664-.273H14.53a8.121,8.121,0,1,0-1.406,1.406v.637a.937.937,0,0,0,.273.664l3.894,3.894a.934.934,0,0,0,1.324,0l1.105-1.105a.942.942,0,0,0,0-1.328Zm-11.6-4.168a5,5,0,1,1,5-5A5,5,0,0,1,8.124,13.124Z' fill='%23117897'/%3E%3C/svg%3E%0A");
    text-indent: -99999px;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent; }
  header .search-block-form input[type="search"] {
    width: 90%;
    border: none;
    border-bottom: 1px solid #117897;
    padding-bottom: 6px; }

.search-form {
  margin-top: 50px;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  padding-left: 16px; }
  .search-form h2 {
    display: none; }
  .search-form label {
    display: none; }
  .search-form .js-form-type-search {
    position: relative;
    margin: 0px; }
  .search-form input[type="submit"] {
    position: absolute;
    left: calc(50% - 20px);
    top: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.997' height='20' viewBox='0 0 19.997 20'%3E%3Cpath id='Icon_awesome-search' data-name='Icon awesome-search' d='M19.725,17.291,15.83,13.4a.937.937,0,0,0-.664-.273H14.53a8.121,8.121,0,1,0-1.406,1.406v.637a.937.937,0,0,0,.273.664l3.894,3.894a.934.934,0,0,0,1.324,0l1.105-1.105a.942.942,0,0,0,0-1.328Zm-11.6-4.168a5,5,0,1,1,5-5A5,5,0,0,1,8.124,13.124Z' fill='%23117897'/%3E%3C/svg%3E%0A");
    text-indent: -99999px;
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent; }
  .search-form input[type="search"] {
    width: 50%;
    border: none;
    border-bottom: 1px solid #117897;
    padding-bottom: 6px; }

.search-label {
  color: #148cb0;
  padding: 0px 10px 0px 25px;
  font-family: "Raleway", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
}
.search-help-link,
.search-advanced {
  display: none; }

.search_count {
  padding-top: 30px; }
  .search_count h3 {
    color: #117897;
    font-weight: bold; }

.search-form + h2 {
  display: none; }

.modul--searchresult ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  .modul--searchresult ol li {
    margin: 0px;
    padding: 0px; }
    .modul--searchresult ol li .search__result h3 a {
      color: #117897;
      font-weight: bold; }
    .modul--searchresult ol li .search__result .cta {
      color: #BD5A0F;
      font-weight: bold; }
    .modul--searchresult ol li .search__result-inner {
      padding-top: 35px;
      padding-bottom: 35px;
      border-bottom: 1px solid #117897; }

.bg-blue {
  background-color: #117897;
  color: #fff; }

.grid-container.padding {
  padding: 45px; }
  @media (max-width: 768px) {
    .grid-container.padding {
      padding: 10px; } }


.cookie-expand a.element {
	color: #E5F0F3 !important;
}

/* Test to see if Experiences filter background is updated */
.view-filters{
  background-color: #e5f1f4;
}

/* === AKRYL OVERRIDES: PUT NOT COMPILED CSS HERE === */
.m-blog-header__link img {
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
}
