/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/google/S6u9w4BMUTPHh7USSwiPHA.emf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/google/S6uyw4BMUTPHjx4wWw.emf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/google/S6u9w4BMUTPHh6UVSwiPHA.emf") format("truetype");
}
@font-face {
  font-family: "icomoon";
  src: url('../fonts/nbank_capital_iconfont/NBank_Capital_Iconfont.otf.otf?ult76k');
  src: url('../fonts/nbank_capital_iconfont/NBank_Capital_Iconfont.otf.otf?ult76k#iefix') format("embedded-opentype"), url('../fonts/nbank_capital_iconfont/NBank_Capital_Iconfont.ttf?ult76k') format("truetype"), url('../fonts/nbank_capital_iconfont/NBank_Capital_Iconfont.woff?ult76k') format("woff"), url('../fonts/nbank_capital_iconfont/NBank_Capital_Iconfont.svg?ult76k') format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:after,
[class*=" icon-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/**
 * Anmerkung FWa: Damit wir unseren Code nicht mehr ändern müssen, muss bei einer erneuten Anlieferung der Iconfont das Pseudoelement "before" durch "after" getauscht werden.
 */
.icon-arrow_navigate-down:after {
  content: "\e900";
}
.icon-arrow_navigate-left:after {
  content: "\e901";
}
.icon-arrow_navigate-right:after {
  content: "\e902";
}
.icon-arrow_navigate-up:after {
  content: "\e903";
}
.icon-arrow_triangle-down:after {
  content: "\e904";
}
.icon-arrow_triangle-left:after {
  content: "\e905";
}
.icon-arrow_triangle-right:after {
  content: "\e906";
}
.icon-arrow_triangle-up:after {
  content: "\e907";
}
.icon-arrow-down:after {
  content: "\e908";
}
.icon-arrow-left:after {
  content: "\e909";
}
.icon-arrow-right:after {
  content: "\e90a";
}
.icon-arrow-up:after {
  content: "\e90b";
}
.icon-checkmark:after {
  content: "\ea10";
}
.icon-close:after {
  content: "\e90c";
}
.icon-exit:after {
  content: "\e90d";
}
.icon-facebook:after {
  content: "\e90e";
}
.icon-forward-long:after {
  content: "\e90f";
}
.icon-instagram:after {
  content: "\e910";
}
.icon-language:after {
  content: "\e911";
}
.icon-linkedin:after {
  content: "\e912";
}
.icon-mail:after {
  content: "\e913";
}
.icon-menu:after {
  content: "\e914";
}
.icon-phone:after {
  content: "\e915";
}
.icon-pin:after {
  content: "\e916";
}
.icon-search:after {
  content: "\e917";
}
.icon-share:after {
  content: "\e91d";
}
.icon-twitter:after {
  content: "\e918";
}
.icon-undo:after {
  content: "\e965";
}
.icon-vimeo:after {
  content: "\e919";
}
.icon-xing:after {
  content: "\e91a";
}
.icon-youtube:after {
  content: "\ea9d";
}
.icon-x:after {
  content: "\e91b";
}
.icon-kununu:after {
  content: "\fffd";
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  background-color: #ffffff;
  font: 300 18px/1 "Lato", Arial, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 700;
  color: #1C356F;
  margin-top: 20px;
  margin-bottom: 20px;
  word-break: break-word;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 18px;
}
p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p.small {
  font-size: 16px;
}
img,
video,
iframe {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: underline;
  transition: color 350ms;
}
a:hover {
  color: #FF9900;
}
b,
strong {
  font-weight: 400;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.pos-rel {
  position: relative;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.color-corporate {
  color: #1C356F;
}
.color-highlight {
  color: #FF9900;
}
.button {
  border-radius: 0;
}
main > [class*="module-"] {
  margin-bottom: 40px;
}
.grid-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.grid-rtl {
  flex-direction: row-reverse;
}
.grid-no-margin {
  margin-left: 0;
  margin-right: 0;
}
.grid-no-margin > .cell {
  padding-left: 0;
  padding-right: 0;
}
.grid-margin-y {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.cell.auto {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.large-12 {
  width: 100%;
}
.large-11 {
  width: 91.66667%;
}
.large-10 {
  width: 83.33333%;
}
.large-9 {
  width: 75%;
}
.large-8 {
  width: 66.66667%;
}
.large-7 {
  width: 58.33333%;
}
.large-6 {
  width: 50%;
}
.large-5 {
  width: 41.66667%;
}
.large-4 {
  width: 33.33333%;
}
.large-3 {
  width: 25%;
}
.large-2 {
  width: 16.66667%;
}
.large-1 {
  width: 8.33333%;
}
.large-offset-12 {
  margin-left: 100%;
}
.large-offset-11 {
  margin-left: 91.66667%;
}
.large-offset-10 {
  margin-left: 83.33333%;
}
.large-offset-9 {
  margin-left: 75%;
}
.large-offset-8 {
  margin-left: 66.66667%;
}
.large-offset-7 {
  margin-left: 58.33333%;
}
.large-offset-6 {
  margin-left: 50%;
}
.large-offset-5 {
  margin-left: 41.66667%;
}
.large-offset-4 {
  margin-left: 33.33333%;
}
.large-offset-3 {
  margin-left: 25%;
}
.large-offset-2 {
  margin-left: 16.66667%;
}
.large-offset-1 {
  margin-left: 8.33333%;
}
.grid-rtl .large-offset-12 {
  margin-left: 0;
  margin-right: 100%;
}
.grid-rtl .large-offset-11 {
  margin-left: 0;
  margin-right: 91.66667%;
}
.grid-rtl .large-offset-10 {
  margin-left: 0;
  margin-right: 83.33333%;
}
.grid-rtl .large-offset-9 {
  margin-left: 0;
  margin-right: 75%;
}
.grid-rtl .large-offset-8 {
  margin-left: 0;
  margin-right: 66.66667%;
}
.grid-rtl .large-offset-7 {
  margin-left: 0;
  margin-right: 58.33333%;
}
.grid-rtl .large-offset-6 {
  margin-left: 0;
  margin-right: 50%;
}
.grid-rtl .large-offset-5 {
  margin-left: 0;
  margin-right: 41.66667%;
}
.grid-rtl .large-offset-4 {
  margin-left: 0;
  margin-right: 33.33333%;
}
.grid-rtl .large-offset-3 {
  margin-left: 0;
  margin-right: 25%;
}
.grid-rtl .large-offset-2 {
  margin-left: 0;
  margin-right: 16.66667%;
}
.grid-rtl .large-offset-1 {
  margin-left: 0;
  margin-right: 8.33333%;
}
@media screen and (max-width: 1024px) {
  .medium-12 {
    width: 100%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-rtl .medium-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
  .grid-rtl .medium-offset-11 {
    margin-left: 0;
    margin-right: 91.66667%;
  }
  .grid-rtl .medium-offset-10 {
    margin-left: 0;
    margin-right: 83.33333%;
  }
  .grid-rtl .medium-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .grid-rtl .medium-offset-8 {
    margin-left: 0;
    margin-right: 66.66667%;
  }
  .grid-rtl .medium-offset-7 {
    margin-left: 0;
    margin-right: 58.33333%;
  }
  .grid-rtl .medium-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .grid-rtl .medium-offset-5 {
    margin-left: 0;
    margin-right: 41.66667%;
  }
  .grid-rtl .medium-offset-4 {
    margin-left: 0;
    margin-right: 33.33333%;
  }
  .grid-rtl .medium-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .grid-rtl .medium-offset-2 {
    margin-left: 0;
    margin-right: 16.66667%;
  }
  .grid-rtl .medium-offset-1 {
    margin-left: 0;
    margin-right: 8.33333%;
  }
  .grid-rtl .medium-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .small-12 {
    width: 100%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-9 {
    width: 75%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-6 {
    width: 50%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-3 {
    width: 25%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-offset-12 {
    margin-left: 100%;
  }
  .small-offset-11 {
    margin-left: 91.66667%;
  }
  .small-offset-10 {
    margin-left: 83.33333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-offset-8 {
    margin-left: 66.66667%;
  }
  .small-offset-7 {
    margin-left: 58.33333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-offset-5 {
    margin-left: 41.66667%;
  }
  .small-offset-4 {
    margin-left: 33.33333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-offset-2 {
    margin-left: 16.66667%;
  }
  .small-offset-1 {
    margin-left: 8.33333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .grid-rtl .small-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
  .grid-rtl .small-offset-11 {
    margin-left: 0;
    margin-right: 91.66667%;
  }
  .grid-rtl .small-offset-10 {
    margin-left: 0;
    margin-right: 83.33333%;
  }
  .grid-rtl .small-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .grid-rtl .small-offset-8 {
    margin-left: 0;
    margin-right: 66.66667%;
  }
  .grid-rtl .small-offset-7 {
    margin-left: 0;
    margin-right: 58.33333%;
  }
  .grid-rtl .small-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .grid-rtl .small-offset-5 {
    margin-left: 0;
    margin-right: 41.66667%;
  }
  .grid-rtl .small-offset-4 {
    margin-left: 0;
    margin-right: 33.33333%;
  }
  .grid-rtl .small-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .grid-rtl .small-offset-2 {
    margin-left: 0;
    margin-right: 16.66667%;
  }
  .grid-rtl .small-offset-1 {
    margin-left: 0;
    margin-right: 8.33333%;
  }
  .grid-rtl .small-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
}
.large-up-1 > .cell {
  width: 100%;
}
.large-up-2 > .cell {
  width: 50%;
}
.large-up-3 > .cell {
  width: 33.33333%;
}
.large-up-4 > .cell {
  width: 25%;
}
.large-up-5 > .cell {
  width: 20%;
}
.large-up-6 > .cell {
  width: 16.66667%;
}
.large-up-7 > .cell {
  width: 14.28571%;
}
.large-up-8 > .cell {
  width: 12.5%;
}
@media screen and (max-width: 1024px) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (max-width: 768px) {
  .small-up-1 > .cell {
    width: 100%;
  }
  .small-up-2 > .cell {
    width: 50%;
  }
  .small-up-3 > .cell {
    width: 33.33333%;
  }
  .small-up-4 > .cell {
    width: 25%;
  }
  .small-up-5 > .cell {
    width: 20%;
  }
  .small-up-6 > .cell {
    width: 16.66667%;
  }
  .small-up-7 > .cell {
    width: 14.28571%;
  }
  .small-up-8 > .cell {
    width: 12.5%;
  }
}
.hide-for-large {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 1025px), screen and (max-width: 768px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 1024px), screen and (min-width: 769px) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .show-for-small,
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hide-for-small,
  .hide-for-small-only {
    display: none !important;
  }
}
.button-group .button {
  margin-right: 1rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.link {
  color: #FF9900;
  text-decoration: none;
  font-weight: 700;
}
.link:after {
  margin-left: 0.5em;
}
.button {
  position: relative;
  padding: 1.2em 2em;
}
.button.icon-left:after,
.button.icon-right:after {
  display: block;
  height: 1em;
  width: 1em;
  position: relative;
}
.button.icon-left:after {
  float: left;
  margin-right: 1em;
}
.button.icon-right:after {
  float: right;
  margin-left: 1em;
}
.button {
  font-weight: 700;
  border: 2px solid #FF9900;
  background-color: #FF9900;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 350ms, color 350ms, border 350ms;
}
.button:hover,
.button:focus,
.button.active {
  background-color: #ffffff;
  color: #FF9900;
}
.button.button-hollow {
  background-color: #ffffff;
  color: #FF9900;
}
.button.button-hollow:hover,
.button.button-hollow:focus,
.button.button-hollow.active {
  background-color: #FF9900;
  color: #ffffff;
}
.button.button-transparent:hover,
.button.button-transparent:focus,
.button.button-transparent.active {
  background-color: transparent;
}
.button.button-hollow-transparent {
  background-color: transparent;
  color: #FF9900;
}
.button.button-hollow-transparent:hover,
.button.button-hollow-transparent:focus,
.button.button-hollow-transparent.active {
  background-color: #FF9900;
  color: #ffffff;
}
.button.button-grey {
  border-color: #d1d1d1;
  background-color: #d1d1d1;
  color: #333333;
}
.button.button-grey:hover,
.button.button-grey:focus,
.button.button-grey.active {
  background-color: #ffffff;
}
.button.button-grey.button-hollow {
  background-color: #ffffff;
}
.button.button-grey.button-hollow:hover,
.button.button-grey.button-hollow:focus,
.button.button-grey.button-hollow.active {
  background-color: #d1d1d1;
  color: #333333;
}
.button.button-grey.button-transparent {
  background-color: #d1d1d1;
}
.button.button-grey.button-transparent:hover,
.button.button-grey.button-transparent:focus,
.button.button-grey.button-transparent.active {
  background-color: transparent;
}
.button.button-grey.button-hollow-transparent {
  background-color: transparent;
}
.button.button-grey.button-hollow-transparent:hover,
.button.button-grey.button-hollow-transparent:focus,
.button.button-grey.button-hollow-transparent.active {
  background-color: #d1d1d1;
  color: #333333;
}
.button.button-grey-to-highlight {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #333333;
}
.button.button-grey-to-highlight:hover,
.button.button-grey-to-highlight:focus,
.button.button-grey-to-highlight.active {
  border-color: #FF9900;
  background-color: #FF9900;
  color: #ffffff;
}
.button.button-grey-to-active {
  border-color: #d1d1d1;
  background-color: #d1d1d1;
  color: #333333;
}
.button.button-grey-to-active.active {
  border-color: #FF9900;
  background-color: #FF9900;
  color: #ffffff;
}
.headline-with-tag .tag-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.headline-with-tag .tag {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.6em;
  color: #1C356F;
  font-weight: 700;
  padding: 10px 20px;
  border-left: 2px #FF9900 solid;
  border-right: 2px #FF9900 solid;
}
.headline-with-tag .main {
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .headline-with-tag .tag-wrap {
    margin-right: 10px;
  }
  .headline-with-tag .tag {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .headline-with-tag .tag-wrap {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .headline-with-tag .main {
    display: block;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 350ms ease-in-out, z-index 16ms linear 350ms;
  z-index: -1;
  opacity: 0;
}
.overlay .overlay-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 80%;
}
.overlay .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
}
.overlay.active {
  opacity: 1;
  z-index: 800;
  transition: opacity 350ms ease-in-out, z-index 16ms linear;
}
.sublined {
  position: relative;
  padding-bottom: 15px;
}
.sublined:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  border-bottom: 4px solid #f2f2f2;
}
.sublined.subline-center:after {
  left: 50%;
  margin-left: -11px;
}
.media-container .video-teaser,
.media-container .image-teaser {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: none no-repeat center #f9f9f9;
  background-size: cover;
}
.media-container .video-teaser .teaser-content,
.media-container .image-teaser .teaser-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 20;
  text-align: center;
  padding: 2em;
}
.media-container .video-teaser .teaser-content h2,
.media-container .image-teaser .teaser-content h2 {
  margin-bottom: 40px;
  color: inherit;
  font-weight: 400;
}
.media-container .video-teaser .teaser-content button.play,
.media-container .image-teaser .teaser-content button.play {
  width: 3em;
  height: 3em;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 0.8em rgba(255, 255, 255, 0.25);
  outline: 0 none;
  cursor: pointer;
  margin: 0.8em;
}
.media-container .video-teaser .teaser-content button.play:after,
.media-container .image-teaser .teaser-content button.play:after {
  font-size: 1.4em;
  margin-left: 0.2em;
}
.media-container .video-teaser:after,
.media-container .image-teaser.has-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.media-container .video-teaser {
  cursor: pointer;
}
.media-container .image-teaser {
  cursor: default;
}
.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}
@media screen and (max-width: 768px) {
  .media-container .image-teaser,
  .media-container .video-teaser {
    padding-bottom: 75%;
  }
  .media-container .image-teaser .teaser-content h2,
  .media-container .video-teaser .teaser-content h2 {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .media-container .image-teaser .teaser-content button.play,
  .media-container .video-teaser .teaser-content button.play {
    width: 2em;
    height: 2em;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
    margin: 10px;
  }
  .media-container .image-teaser .teaser-content button.play:after,
  .media-container .video-teaser .teaser-content button.play:after {
    font-size: 1em;
  }
}
.module-media-slider .media-carousel {
  position: relative;
  overflow: hidden;
  outline: 0 none;
}
.module-media-slider .media-carousel .slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  z-index: 50;
  color: #ffffff;
  outline: 0 none;
  padding: 0.5em;
  cursor: pointer;
}
.module-media-slider .media-carousel .slider-arrow.orbit-previous {
  left: 0.5em;
}
.module-media-slider .media-carousel .slider-arrow.orbit-next {
  right: 0.5em;
}
.module-media-slider .media-carousel .slider-bullets {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 50;
}
.module-media-slider .media-carousel .slider-bullets button {
  font-size: 0.8em;
  font-weight: 400;
  color: #ffffff;
  padding: 0.2em;
  width: 1.6em;
  line-height: 1.2;
  margin-left: 0.2em;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.module-media-slider .media-carousel .slider-bullets button.is-active {
  background-color: #FF9900;
}
.module-media-slider .media-carousel .media-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .module-media-slider .media-carousel .fancy-stuff-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
  }
  .module-media-slider .media-carousel .slider-bullets {
    top: auto;
    left: 0;
    right: 0;
    bottom: 1em;
    text-align: center;
    margin-left: -0.5em;
  }
  .module-media-slider .media-carousel .slider-bullets button {
    font-size: 1em;
    text-indent: 3em;
    white-space: nowrap;
    overflow: hidden;
    width: 2em;
    height: 0;
    line-height: 0;
    padding: 0;
    vertical-align: bottom;
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    margin-left: 0.5em;
    box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
  }
  .module-media-slider .media-carousel .slider-bullets button.is-active {
    background-color: transparent;
    border-bottom-color: #ffffff;
  }
}
.module-akkordeon li {
  position: relative;
  line-height: 1.6;
}
.module-akkordeon .expands--headline {
  margin-bottom: 24px;
}
.module-akkordeon .expands--text {
  margin-bottom: 24px;
}
.module-akkordeon .expand {
  margin-bottom: 24px;
}
.module-akkordeon .expand details,
.module-akkordeon .expand summary {
  background-color: #f2f2f2;
}
.module-akkordeon .expand details--center,
.module-akkordeon .expand summary--center {
  text-align: center;
}
.module-akkordeon .expand summary {
  user-select: none;
  position: relative;
  line-height: 1.7;
  padding: 18px 54px 18px 18px;
  color: #1C356F;
  font-weight: 600;
  display: block;
}
.module-akkordeon .expand summary:hover,
.module-akkordeon .expand summary:hover::after {
  color: #FF9900;
}
.module-akkordeon .expand summary::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #d1d1d1;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -0.5em;
}
.module-akkordeon .expand details[open] summary {
  border-bottom: 6px #ffffff solid;
}
.module-akkordeon .expand details[open] summary::after {
  color: #FF9900;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -0.5em;
}
.module-akkordeon .expand details[open] .details {
  margin-top: 6px;
  padding: 12px;
}
.module-akkordeon .expands-numbered {
  counter-reset: listCounter;
}
.module-akkordeon .expands-numbered .expand summary {
  padding-left: 82px;
  counter-increment: listCounter;
}
.module-akkordeon .expands-numbered .expand summary::before {
  content: counters(listCounter, "");
  height: 100%;
  width: 64px;
  background-color: #FF9900;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-ansprechpartner .headline {
  margin-bottom: 30px;
}
.module-ansprechpartner .employee {
  position: relative;
  padding-bottom: 100%;
  /* 1:1 */
  background: none no-repeat center #f2f2f2;
  background-size: cover;
  margin-bottom: 60px;
}
.module-ansprechpartner .employee .employeeInfo {
  background-color: #FF9900;
  position: absolute;
  bottom: -40px;
  top: 100%;
  margin-top: -40px;
  color: #ffffff;
  left: 0;
  right: 30px;
  padding: 11px 40px 11px 20px;
  overflow: hidden;
  transition: top 350ms, margin 350ms, padding 350ms, opacity 350ms;
}
.module-ansprechpartner .employee .employeeInfo .wrapper {
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 350ms;
}
.module-ansprechpartner .employee .employeeInfo .wrapper.title {
  opacity: 1;
  visibility: visible;
}
.module-ansprechpartner .employee .employeeInfo .wrapper:last-child {
  margin-bottom: 0;
}
.module-ansprechpartner .employee .employeeInfo .wrapper a {
  text-decoration: none;
}
.module-ansprechpartner .employee .employeeInfo .wrapper a:hover {
  color: #ffffff;
}
.module-ansprechpartner .employee .employeeInfo .wrapper .label {
  font-size: 0.8em;
}
.module-ansprechpartner .employee .employeeInfo .wrapper .value {
  font-weight: 400;
}
.module-ansprechpartner .employee .employeeInfo .wrapper .label,
.module-ansprechpartner .employee .employeeInfo .wrapper .value {
  margin-bottom: 5px;
}
.module-ansprechpartner .employee .employeeInfo .wrapper .label:last-child,
.module-ansprechpartner .employee .employeeInfo .wrapper .value:last-child {
  margin-bottom: 0;
}
.module-ansprechpartner .employee .employeeInfo .toggle-employee {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 14px;
}
.module-ansprechpartner .employee .employeeInfo .toggle-employee.toggle-close {
  display: none;
}
.module-ansprechpartner .employee .employeeInfo .social {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
.module-ansprechpartner .employee .employeeInfo .social a {
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
.module-ansprechpartner .employee.active .employeeInfo {
  top: 0;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.95;
}
.module-ansprechpartner .employee.active .employeeInfo .wrapper {
  opacity: 1;
  visibility: visible;
}
.module-ansprechpartner .employee.active .employeeInfo .toggle-employee {
  top: 20px;
}
.module-ansprechpartner .employee.active .employeeInfo .toggle-employee.toggle-open {
  display: none;
}
.module-ansprechpartner .employee.active .employeeInfo .toggle-employee.toggle-close {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-ansprechpartner .employee.active .employeeInfo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.module-external-link {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.module-external-link .external-link-box {
  background-color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 30px;
  text-align: center;
}
.module-external-link .external-link-box .main {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
}
.module-external-link .external-link-box .button-group {
  text-align: center;
}
.module-external-link .external-link-box .button-group .button {
  margin-bottom: 0;
}
#footer {
  font-size: 16px;
  line-height: 1.6;
}
#footer .back-to-top-container {
  position: relative;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 100;
}
#footer .back-to-top-container .back-to-top {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer .back-to-top-container .back-to-top-wrap {
  position: relative;
}
#footer .back-to-top-container .back-to-top-button {
  opacity: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #FF9900;
  color: #ffffff;
  position: absolute;
  right: 20px;
  bottom: -120px;
  cursor: default;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
  transition: opacity 350ms, bottom 0s 350ms;
}
#footer .back-to-top-container.fixed .back-to-top {
  position: fixed;
  bottom: 60px;
}
#footer .back-to-top-container.active .back-to-top-button {
  opacity: 1;
  cursor: pointer;
  bottom: 0;
  transition: opacity 350ms;
}
#footer .google-map {
  background: #1C356F;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #1C356F 50%, #1C356F 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #1C356F 50%, #1C356F 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #1C356F 50%, #1C356F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-white', endColorstr='@color-corporate', GradientType=0);
}
#footer .navigation {
  background-color: #1C356F;
  color: #ffffff;
  padding-bottom: 80px;
}
#footer .navigation .footer-title {
  font-size: 28px;
  line-height: 1;
}
#footer .navigation .footer-title:after {
  border-bottom-color: #ffffff;
}
#footer .navigation .footer-title img {
  max-width: 250px;
}
#footer .navigation .footer-headline {
  font-weight: 400;
  margin-top: 43px;
}
#footer .navigation .footer-text {
  margin-top: 20px;
}
#footer .navigation .footer-text a {
  text-decoration: none;
  display: block;
}
#footer .navigation .footer-text a:hover {
  text-decoration: underline;
}
#footer .navigation .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .bottomline {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1C356F;
}
#footer .bottomline .copyright {
  text-align: left;
}
#footer .bottomline .meta-nav {
  text-align: right;
}
#footer .bottomline .meta-nav .meta-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .bottomline .meta-nav .meta-nav-list li {
  display: inline-block;
  margin-left: 30px;
  font-weight: 400;
}
#footer .bottomline .meta-nav .meta-nav-list li:first-child {
  margin-left: 0;
}
#footer .bottomlogos {
  padding-bottom: 20px;
}
#footer .bottomlogos .logos {
  text-align: center;
}
#footer .bottomlogos .logos .logo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .bottomlogos .logos .logo-list li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
#footer .bottomlogos .logos .logo-list li img {
  width: auto;
  height: 120px;
}
@media screen and (max-width: 1024px) {
  #footer .navigation .footer-title {
    margin-top: 20px;
  }
  #footer .bottomlogos .logos .logo-list li img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  #footer .back-to-top-container .back-to-top {
    position: fixed;
    bottom: 60px;
  }
  #footer .back-to-top-container .back-to-top-button {
    right: -10px;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0.65em;
    font-size: 18px;
    box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
  }
  #footer .bottomline .copyright {
    text-align: center;
  }
  #footer .bottomline .meta-nav {
    text-align: center;
    margin-top: 10px;
  }
  #footer .bottomlogos .logos .logo-list li img {
    height: 80px;
  }
}
.google-map .infoWindowPlaceholder {
  display: none;
}
.google-map .map-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.google-map #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .google-map .map-wrap {
    padding-bottom: 100%;
  }
}
#header {
  height: 141px;
}
#header .header-container {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  transition: box-shadow 350ms;
}
#header.scrolled .header-container {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
}
#header .header-logo {
  width: 280px;
}
#header .contact {
  text-align: right;
}
#header .contact .contactButton {
  display: inline-block;
  margin-left: 0.5em;
}
#header .contact .contactButton.social {
  position: relative;
}
#header .contact .contactButton.social .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
#header .contact .contactButton.social.active .dropdown {
  display: block;
}
#header .contact .button {
  font-size: 1em;
  padding: 0.5em 1em;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
#header .contact .button:after {
  height: auto;
  width: auto;
}
#header .header-nav {
  margin-top: 20px;
  font-size: 1.2em;
}
#header .header-nav .nav-entry {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
#header .header-nav .nav-entry a {
  display: block;
  position: relative;
  padding: 10px 10px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
#header .header-nav .nav-entry:hover a {
  color: #FF9900;
}
#header .header-nav .nav-entry.active a {
  color: #FF9900;
}
#header .header-nav .nav-entry.active a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  margin-left: -12.5px;
  content: "";
  border-bottom: 4px solid #FF9900;
}
#header .header-mobile-menu {
  text-align: right;
  cursor: pointer;
}
#header .header-mobile-menu .icon-hamburger-menu {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.5em;
  text-align: center;
  outline: none;
  cursor: pointer;
}
#header .header-mobile-menu .icon-hamburger-menu .icon-menu {
  display: block;
}
#header .header-mobile-menu .icon-hamburger-menu .icon-close {
  display: none;
  color: #FF9900;
}
#header .social-icons {
  margin-top: 30px;
  text-align: right;
}
#header .social-icons .social-icon {
  display: inline-block;
}
#header .social-icons .social-icon a.icon {
  display: block;
  text-decoration: none;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  font-size: 1.2em;
  text-align: center;
}
#header .social-container {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
}
#header .social-container .flags {
  position: absolute;
  left: 100%;
  top: 256px;
  margin-left: -2.3em;
  width: 100%;
}
@media screen and (max-height: 450px) {
  #header .social-container .flags {
    top: 150px;
  }
}
#header .social-container .flag {
  background-color: #FF9900;
  color: #ffffff;
  font-weight: 400;
  box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
  margin-bottom: 1em;
  position: relative;
  transition: transform 350ms, left 350ms;
  float: left;
  clear: left;
  left: 0;
}
#header .social-container .flag.active {
  transform: translateX(-100%);
  left: 2.3em;
}
#header .social-container .flag:last-child {
  margin-bottom: 0;
}
#header .social-container .flag a {
  text-decoration: none;
  color: inherit;
}
#header .social-container .flag .socialmedia-toggle {
  display: block;
  padding: 0.65em;
  cursor: pointer;
}
#header .social-container .flag .social-wrap {
  position: relative;
  padding-right: 0.325em;
  margin-right: 0.325em;
}
#header .social-container .flag .social-wrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.325em;
  bottom: 0.325em;
  border-right: 1px solid #ffffff;
}
#header .social-container .flag .text {
  display: block;
  padding: 0.65em;
}
@media screen and (max-width: 1024px) {
  #header {
    height: 85px;
  }
  #header .contact .button {
    padding: 0.65em;
    margin-bottom: 0;
  }
  #header .contact .button:after {
    margin-right: 0;
  }
  #header .contact .button span {
    display: none;
  }
  #header .header-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 0;
  }
  #header .header-nav.active {
    display: block;
  }
  #header .header-nav .nav-entry {
    display: block;
    margin: 0;
    text-align: center;
  }
  #header .header-nav .nav-entry a {
    padding: 30px 0;
  }
  #header .header-nav .nav-entry.active a {
    color: #FF9900;
  }
  #header .header-nav .nav-entry.active a:after {
    bottom: 15px;
  }
  #header .header-mobile-menu {
    margin-top: 5px;
  }
  #header .header-mobile-menu .icon-hamburger-menu.active .icon-menu {
    display: none;
  }
  #header .header-mobile-menu .icon-hamburger-menu.active .icon-close {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header .header-logo {
    width: 200px;
    padding-top: 8px;
  }
  #header .header-mobile-menu {
    margin-top: 0;
  }
  #header .social-container {
    display: block;
  }
}
.module-headlines-three-boxes a {
  text-decoration: none;
  color: inherit;
}
.module-headlines-three-boxes .headline {
  margin-bottom: 20px;
}
.module-headlines-three-boxes .img-wrap {
  position: relative;
  background: none no-repeat center #f9f9f9;
  background-size: cover;
  padding-bottom: 66.66667%;
}
.module-headlines-three-boxes .angebot {
  background-color: #FF9900;
  color: #ffffff;
  width: 66.66667%;
  position: relative;
  margin-top: -20px;
  text-align: center;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 700;
}
.module-headlines-three-boxes .boxes .box {
  margin-bottom: 20px;
}
.module-headlines-three-boxes .boxes h5 {
  margin: 20px 0 10px;
}
.module-headlines-three-boxes .more {
  text-align: center;
}
.module-kontaktinformationen {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.module-kontaktinformationen .kontaktinfo-box {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.module-kontaktinformationen .kontaktinfo-box .center-outer {
  text-align: center;
}
.module-kontaktinformationen .kontaktinfo-box .center-outer .center-inner {
  display: inline-block;
  text-align: left;
}
.module-kontaktinformationen .kontaktinfo-box .column-social,
.module-kontaktinformationen .kontaktinfo-box .column-remote {
  border-right: 2px solid #d1d1d1;
}
.module-kontaktinformationen .kontaktinfo-box .column-social h2 {
  color: #333333;
  line-height: 1.2;
}
.module-kontaktinformationen .kontaktinfo-box .column-social .social-icons {
  margin-top: 30px;
  color: #1C356F;
  font-size: 1.5em;
}
.module-kontaktinformationen .kontaktinfo-box .column-social .social-icons .social-icon {
  display: inline-block;
}
.module-kontaktinformationen .kontaktinfo-box .column-social .social-icons .social-icon a.icon {
  display: block;
  text-decoration: none;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
}
.module-kontaktinformationen .kontaktinfo-box .column-remote .remote-info {
  margin-bottom: 20px;
}
.module-kontaktinformationen .kontaktinfo-box .column-remote .remote-info:last-child {
  margin-bottom: 0;
}
.module-kontaktinformationen .kontaktinfo-box .column-remote .label {
  margin-bottom: 10px;
}
.module-kontaktinformationen .kontaktinfo-box .column-remote .info {
  color: #FF9900;
  font-size: 1.8em;
  font-weight: 400;
}
.module-kontaktinformationen .kontaktinfo-box .column-remote a {
  display: block;
  text-decoration: none;
}
.module-kontaktinformationen .kontaktinfo-box .column-visit .visit-box {
  margin-bottom: 20px;
  line-height: 1.6;
}
.module-kontaktinformationen .kontaktinfo-box .column-visit .visit-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .module-kontaktinformationen .kontaktinfo-box .column-social h2 {
    font-size: 24px;
  }
  .module-kontaktinformationen .kontaktinfo-box .column-social .social-icons {
    font-size: 1.2em;
    margin-top: 20px;
  }
  .module-kontaktinformationen .kontaktinfo-box .column-remote .label {
    font-size: 16px;
  }
  .module-kontaktinformationen .kontaktinfo-box .column-remote .info {
    font-size: 1.4em;
  }
  .module-kontaktinformationen .kontaktinfo-box .column-visit p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .module-kontaktinformationen .kontaktinfo-box {
    padding: 0 20px;
  }
  .module-kontaktinformationen .kontaktinfo-box .center-outer {
    padding: 30px 10px;
    text-align: left;
  }
  .module-kontaktinformationen .kontaktinfo-box .column-social,
  .module-kontaktinformationen .kontaktinfo-box .column-remote {
    border-right: none;
  }
  .module-kontaktinformationen .kontaktinfo-box .column-social .center-outer,
  .module-kontaktinformationen .kontaktinfo-box .column-remote .center-outer {
    border-bottom: 2px solid #d1d1d1;
  }
  .module-kontaktinformationen .kontaktinfo-box .column-social h2 {
    font-size: 32px;
  }
  .module-kontaktinformationen .kontaktinfo-box .column-remote .info {
    font-size: 1.8em;
  }
}
.module-news .box {
  margin: 25px 0;
}
.module-news .box .news-img .news-date {
  background-color: #FF9900;
  color: #ffffff;
  width: 25%;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 10px 10px;
}
.module-news .box .news-textbox {
  margin: 30px 0;
}
.module-news .box .news-textbox .sublined:after {
  border-bottom-color: #FF9900;
}
.module-news .box .news-textbox .more {
  margin-top: 36px;
  text-align: left;
}
.module-news-aufmacher {
  padding-bottom: 30px;
}
.module-news-aufmacher .news-aufmacher-image img {
  width: 100%;
}
.module-news-aufmacher .text-container .date-box {
  padding-top: 20px;
}
.module-news-aufmacher .text-container .date-box span {
  background-color: #FF9900;
  color: #ffffff;
  padding: 9px 50px;
}
.module-news-aufmacher .text-container .textbox {
  margin-bottom: 20px;
}
.module-news-aufmacher .text-container .sublined {
  padding-top: 50px;
}
.module-news-aufmacher .text-container .sublined:after {
  border-bottom-color: #FF9900;
}
.module-news-aufmacher .text-container .more {
  margin-top: 30px;
}
@keyframes arrowMoveIn {
  0%,
  50% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.module-partner {
  overflow: hidden;
}
.module-partner .headline {
  margin-bottom: 20px;
  margin-top: 20px;
}
.module-partner .partner-card {
  border: 2px solid #d1d1d1;
}
.module-partner .partner-card:hover,
.module-partner .partner-card.active {
  border-color: #FF9900;
}
.module-partner .partner-card-cell {
  cursor: pointer;
}
.module-partner .partner-card {
  border: 2px solid #d1d1d1;
  margin-bottom: 20px;
  text-align: center;
  transition: border-color 350ms, box-shadow 350ms;
}
.module-partner .partner-card.active {
  border-color: #FF9900;
  box-shadow: 0 0.3em 0.5em #d1d1d1;
}
.module-partner .partner-card-content-container .partner-card-content.dropdown {
  display: none;
  position: relative;
  margin-bottom: 20px;
  padding: 60px 20%;
}
.module-partner .partner-card-content-container .partner-card-content.dropdown:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  top: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  border-top-width: 1px;
  transform: rotate(45deg);
  animation-name: arrowMoveIn;
  animation-duration: 550ms;
}
.module-partner .partner-card-content-container .partner-card-content.dropdown[data-index="0"]:after {
  left: 12.5%;
}
.module-partner .partner-card-content-container .partner-card-content.dropdown[data-index="1"]:after {
  left: 37.5%;
}
.module-partner .partner-card-content-container .partner-card-content.dropdown[data-index="2"]:after {
  left: 62.5%;
}
.module-partner .partner-card-content-container .partner-card-content.dropdown[data-index="3"]:after {
  left: 87.5%;
}
.module-partner .partner-card-content-container .partner-card-content.dropdown .socialmedia-links span {
  font-weight: 700;
}
.module-partner .partner-card-content-container .partner-card-content.dropdown .socialmedia-links a.icon {
  text-decoration: none;
  display: inline-block;
  padding: 0.2em;
  margin-left: 0.5em;
  font-size: 1.2em;
  vertical-align: middle;
}
.module-partner .partner-card-content-container.active {
  position: relative;
}
.module-partner .partner-card-content-container.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .module-partner .partner-card-content-container .partner-card-content.dropdown {
    padding: 30px 10%;
  }
  .module-partner .partner-card-content-container .partner-card-content.dropdown[data-index="0"]:after,
  .module-partner .partner-card-content-container .partner-card-content.dropdown[data-index="2"]:after {
    left: 25%;
  }
  .module-partner .partner-card-content-container .partner-card-content.dropdown[data-index="1"]:after,
  .module-partner .partner-card-content-container .partner-card-content.dropdown[data-index="3"]:after {
    left: 75%;
  }
  .module-partner .partner-card-content-container .partner-card-content.dropdown .socialmedia-links span {
    display: block;
    margin-bottom: 0.5em;
  }
  .module-partner .partner-card-content-container .partner-card-content.dropdown .socialmedia-links a.icon:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .module-partner .partner-card-content-container .partner-card-content.dropdown {
    padding-left: 0;
    padding-right: 0;
  }
}
.module-partner-vier-boxen-text {
  padding: 30px 0;
  background-color: #f2f2f2;
}
.module-partner-vier-boxen-text .text-container {
  padding-top: 30px;
  padding-left: 20px;
}
.module-partner-vier-boxen-text .text-container .sublined:after {
  border-bottom-color: #FF9900;
}
.module-partner-vier-boxen-text .image-wrap {
  position: relative;
}
.module-partner-vier-boxen-text .image-wrap.unten {
  padding-top: 20px;
}
.module-partner-vier-boxen-text .image-wrap .partner-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.module-partner-vier-boxen-text .image-wrap .partner-info h5,
.module-partner-vier-boxen-text .image-wrap .partner-info p {
  color: #ffffff;
  margin: 0;
  font-size: 0.8em;
}
.module-partner-vier-boxen-text .orbit {
  position: relative;
}
.module-partner-vier-boxen-text .slides-container {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.module-partner-vier-boxen-text .orbit-container {
  height: 0;
}
.module-partner-vier-boxen-text .orbit-container .orbit-slide {
  width: 100%;
  position: absolute;
}
.module-partner-vier-boxen-text .orbit-container .orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}
.module-partner-vier-boxen-text .orbit-figure {
  margin: 0;
}
.module-partner-vier-boxen-text .orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .module-partner-vier-boxen-text .text-container {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .module-partner-vier-boxen-text .partner-info {
    display: none;
  }
}
@keyframes arrowMoveIn {
  0%,
  50% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.module-portfolio {
  overflow: hidden;
}
.module-portfolio .button-group {
  margin: 40px auto;
  text-align: center;
}
.module-portfolio .button-group .button {
  margin-right: 0;
}
.module-portfolio .button-group span {
  margin: auto 20px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.module-portfolio .button-group .filter-button {
  margin: auto 20px;
  display: inline-block;
  z-index: 0;
}
.module-portfolio .button-group .filter-button a.portfolio-filter-button {
  font-size: 18px;
  width: 180px;
}
.module-portfolio .filter-set {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  padding: 20px 10px;
  z-index: 5;
  min-width: 250px;
}
.module-portfolio .filter-set.active {
  display: block;
}
.module-portfolio .filter-set .portfolio-filter-checkbox {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
}
.module-portfolio .filter-set .portfolio-filter-checkbox:last-child {
  margin-bottom: 0;
}
.module-portfolio .filter-set .portfolio-filter-checkbox input[type="checkbox"] {
  display: none;
}
.module-portfolio .filter-set .portfolio-filter-checkbox input[type="checkbox"] + label::before {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 0.75em;
  margin-top: 0.2em;
}
.module-portfolio .filter-set .portfolio-filter-checkbox input[type="checkbox"]:checked + label::before {
  content: '\ea10';
  background-color: #FF9900;
  color: #ffffff;
}
.module-portfolio .portfolio-card {
  border: 2px solid #d1d1d1;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
  transition: border-color 350ms;
}
.module-portfolio .portfolio-card:hover,
.module-portfolio .portfolio-card.active {
  border-color: #FF9900;
}
.module-portfolio .portfolio-card-cell.filtered-out {
  display: none;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown {
  padding: 60px 0;
  display: none;
  position: relative;
  margin-bottom: 20px;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  top: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  border-top-width: 1px;
  transform: rotate(45deg);
  animation-name: arrowMoveIn;
  animation-duration: 550ms;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown[data-index="0"]:after {
  left: 12.5%;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown[data-index="1"]:after {
  left: 37.5%;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown[data-index="2"]:after {
  left: 62.5%;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown[data-index="3"]:after {
  left: 87.5%;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .content {
  padding-left: 40px;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .customer-infos {
  padding-right: 60px;
  border-right: 2px solid #d1d1d1;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .customer-infos .name {
  color: inherit;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .customer-infos .info {
  margin: 30px 0;
  font-weight: 400;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .customer-infos .info .title {
  margin: 0;
  font-weight: 300;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .customer-infos .socialmedia-links {
  font-size: 1.5em;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .customer-infos .socialmedia-links .title {
  margin-bottom: 5px;
}
.module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .customer-infos .socialmedia-links a.icon {
  display: inline-block;
  text-decoration: none;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
}
.module-portfolio .portfolio-card-content-container.active {
  position: relative;
}
.module-portfolio .portfolio-card-content-container.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    top: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    border-top-width: 1px;
    transform: rotate(45deg);
    animation-name: arrowMoveIn;
    animation-duration: 550ms;
  }
  .module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown[data-index="0"]:after,
  .module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown[data-index="2"]:after {
    left: 25%;
  }
  .module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown[data-index="1"]:after,
  .module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown[data-index="3"]:after {
    left: 75%;
  }
  .module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .customer-infos {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0 none;
    border-bottom: 2px solid #d1d1d1;
  }
  .module-portfolio .portfolio-card-content-container .portfolio-card-content.dropdown .content {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .module-portfolio .button-group .filter-button {
    display: block;
    margin: 0;
  }
  .module-portfolio .button-group .filter-button .filter-set {
    min-width: 0;
    left: 50px;
    right: 50px;
  }
  .module-portfolio .button-group .filter-button a.portfolio-filter-button {
    display: block;
    width: auto;
    padding-left: 3.5em;
    padding-right: 3.5em;
    position: relative;
  }
  .module-portfolio .button-group .filter-button a.portfolio-filter-button:after {
    position: absolute;
    right: 2em;
    top: 1.2em;
  }
}
.module-quickfacts .quickfact-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.module-quickfacts .quickfact-container .quickfact {
  background: none no-repeat center #f9f9f9;
  background-size: cover;
  padding: 20px;
}
.module-quickfacts .quickfact-container .quickfact .quickfact-image {
  text-align: center;
}
.module-quickfacts .quickfact-container .quickfact .quickfact-image img {
  width: 100%;
}
.module-quickfacts .quickfact-container .quickfact .quickfact-content {
  background-color: #ffffff;
}
.module-quickfacts .quickfact-container .quickfact .quickfact-content .quickfact-headline {
  padding: 20px 0;
}
.module-quickfacts .quickfact-container .quickfact .quickfact-content .quickfact-headline h3 {
  text-align: center;
  font-weight: normal;
}
.module-quickfacts .quickfact-container .quickfact .quickfact-content .quickfact-headline h3:after {
  border-bottom-color: #FF9900;
}
.module-quickfacts .quickfact-container .quickfact .quickfact-content .quickfact-text {
  padding: 0 15px 60px;
  text-align: center;
}
.module-quickfacts .quickfact-container .quickfact .quickfact-content .quickfact-text p {
  line-height: 2em;
  font-weight: 400;
  margin: 0;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .module-quickfacts .quickfact-container {
    margin-bottom: 20px;
  }
  .module-quickfacts .quickfact-container:last-child {
    margin-bottom: 0;
  }
}
.module-quicklinks .button {
  width: 235px;
}
.module-quicklinks .button-group {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .module-quicklinks .button {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.6em;
    padding: 1em 1.5em;
    width: 140px;
  }
  .module-quicklinks .button:last-child {
    margin-right: 0;
  }
  .module-quicklinks .button:after {
    margin-left: 0.5em;
  }
}
.module-splitscreen-foerderprogramm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.module-splitscreen-foerderprogramm.outline {
  background-color: #f2f2f2;
}
.module-splitscreen-foerderprogramm .img-wrap {
  position: relative;
  background: none no-repeat center #f2f2f2;
  background-size: cover;
  padding-bottom: 125%;
}
.module-splitscreen-foerderprogramm .angebot {
  background-color: #FF9900;
  color: #ffffff;
  text-align: center;
  position: absolute;
  max-width: 80%;
  padding: 10px 20px;
  z-index: 20;
}
.module-splitscreen-foerderprogramm ul {
  list-style: none;
}
.module-splitscreen-foerderprogramm ul li {
  position: relative;
  line-height: 1.6;
}
.module-splitscreen-foerderprogramm ul li:before {
  content: "";
  position: absolute;
  left: -1.25em;
  top: 0.75em;
  display: block;
  width: 0.5em;
  border-bottom: 3px solid #FF9900;
}
.module-splitscreen-foerderprogramm .img-wrap-large {
  margin-bottom: 20px;
}
.module-splitscreen-foerderprogramm .img-wrap-large:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.module-splitscreen-foerderprogramm .img-wrap-large .text-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 60px;
  z-index: 20;
}
.module-splitscreen-foerderprogramm .img-wrap-large .text-hover h1 {
  font-size: 4em;
}
.module-splitscreen-foerderprogramm .img-wrap-large .text-hover h1:first-letter {
  color: #FF9900;
}
.module-splitscreen-foerderprogramm .img-wrap-large .text-hover p {
  font-weight: 400;
}
.module-splitscreen-foerderprogramm .img-wrap-large .angebot {
  bottom: 20px;
  left: 0;
  font-size: 1.2em;
}
.module-splitscreen-foerderprogramm .img-wrap-small.left .angebot {
  left: 0;
  bottom: 20px;
}
.module-splitscreen-foerderprogramm .img-wrap-small.right .angebot {
  top: 20px;
  right: 0;
}
.module-splitscreen-foerderprogramm .text-container {
  padding: 30px 20px 0;
}
.module-splitscreen-foerderprogramm .text-container .icon-left.icon-mail:before {
  content: "\e913";
  margin-right: 5px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.module-splitscreen-foerderprogramm .text-container .icon-left.icon-mail:after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .module-splitscreen-foerderprogramm .img-wrap {
    margin-bottom: 0;
    padding: 30px 20px;
  }
  .module-splitscreen-foerderprogramm .img-wrap .text-hover {
    position: relative;
    padding: 0;
    margin-bottom: 120px;
  }
  .module-splitscreen-foerderprogramm .img-wrap .text-hover h1 {
    font-size: 3em;
  }
  .module-splitscreen-foerderprogramm .img-wrap .angebot {
    font-size: 1em;
    position: relative;
    display: inline-block;
    bottom: auto;
    left: -20px;
  }
  .module-splitscreen-foerderprogramm .img-wrap-small {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .module-splitscreen-foerderprogramm .img-wrap .text-hover h1 {
    font-size: 2.5em;
  }
  .module-splitscreen-foerderprogramm .angebot {
    font-size: 0.8em;
  }
}
.module-splitscreen-text-image {
  padding-bottom: 30px;
}
.module-splitscreen-text-image img {
  width: 100%;
}
.module-splitscreen-text-image .text-container {
  padding-top: 60px;
  position: relative;
  padding-left: 55px;
}
.module-splitscreen-text-image .text-container:after {
  content: "";
  display: block;
  border-bottom: 4px solid #FF9900;
  position: absolute;
  width: 150px;
  left: -120px;
  top: 78px;
}
.module-splitscreen-text-image .text-container .textbox {
  margin-bottom: 60px;
}
.module-splitscreen-text-image .text-container .sublined:after {
  border-bottom-color: #FF9900;
}
.module-splitscreen-text-image .grid-rtl .text-container {
  padding-left: 0;
  padding-right: 55px;
}
.module-splitscreen-text-image .grid-rtl .text-container:after {
  left: auto;
  right: -120px;
}
@media screen and (min-width: 769px) {
  .module-splitscreen-text-image .text-container .textbox {
    margin-bottom: 20px;
  }
  .module-splitscreen-text-image .text-container .sublined {
    padding-bottom: 0;
  }
  .module-splitscreen-text-image .text-container .sublined:after {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .module-splitscreen-text-image .text-container {
    padding-top: 30px;
    padding-left: 40px;
  }
  .module-splitscreen-text-image .text-container:after {
    width: 120px;
    left: -100px;
    top: 48px;
  }
  .module-splitscreen-text-image .grid-rtl .text-container {
    padding-right: 40px;
  }
  .module-splitscreen-text-image .grid-rtl .text-container:after {
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .module-splitscreen-text-image .splitscreen-image {
    margin-bottom: 20px;
  }
  .module-splitscreen-text-image .text-container {
    padding-top: 0;
    padding-left: 0;
  }
  .module-splitscreen-text-image .text-container:after {
    content: none;
  }
  .module-splitscreen-text-image .grid-rtl .text-container {
    padding-right: 0;
  }
}
.module-stage .stage-container {
  position: relative;
  color: #ffffff;
}
.module-stage .stage-container .media-element {
  width: 100%;
  padding-bottom: 56.25%;
  background: none no-repeat center #f2f2f2;
  background-size: cover;
}
.module-stage .stage-container .stage-content-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 53, 111, 0.5);
}
.module-stage .stage-container .stage-content-layer .stage-content-wrap {
  position: absolute;
  bottom: 25%;
  left: 25%;
  width: 50%;
  text-align: center;
}
.module-stage .stage-container .stage-content-layer .stage-content-wrap .stage-content {
  margin-bottom: 50px;
}
.module-stage .stage-container .stage-content-layer .stage-content-wrap .stage-content .sublined:after {
  border-bottom-color: #ffffff;
}
.module-stage .stage-container .stage-content-layer .stage-content-wrap .stage-content h2 {
  color: inherit;
}
.module-stage .stage-container .stage-content-layer .stage-content-wrap .stage-button {
  margin-bottom: -29px;
}
.module-stage .stage-container .stage-content-layer .stage-content-wrap .stage-button .button {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .module-stage .stage-container .stage-content-layer {
    height: 80%;
  }
  .module-stage .stage-container .stage-content-layer .stage-content-wrap {
    left: 10%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .module-stage .stage-container {
    color: inherit;
  }
  .module-stage .stage-container .media-element {
    margin-bottom: 20px;
  }
  .module-stage .stage-container .stage-content-layer {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    background: none transparent;
  }
  .module-stage .stage-container .stage-content-layer .stage-content-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
  }
  .module-stage .stage-container .stage-content-layer .stage-content-wrap .stage-content .sublined:after {
    border-bottom-color: #FF9900;
  }
  .module-stage .stage-container .stage-content-layer .stage-content-wrap .stage-content h2 {
    color: #1C356F;
  }
  .module-stage .stage-container .stage-content-layer .stage-content-wrap .stage-button {
    margin-bottom: 0;
  }
}
.module-stage.module-stage-slider .stage-carousel {
  position: relative;
  overflow: hidden;
  outline: 0 none;
}
.module-stage.module-stage-slider .stage-carousel .slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  z-index: 50;
  color: #ffffff;
  outline: 0 none;
  padding: 0.5em;
  cursor: pointer;
}
.module-stage.module-stage-slider .stage-carousel .slider-arrow.orbit-previous {
  left: 0.5em;
}
.module-stage.module-stage-slider .stage-carousel .slider-arrow.orbit-next {
  right: 0.5em;
}
.module-stage.module-stage-slider .stage-carousel .slider-bullets {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 50;
}
.module-stage.module-stage-slider .stage-carousel .slider-bullets button {
  font-size: 0.8em;
  font-weight: 400;
  color: #ffffff;
  padding: 0.2em;
  width: 1.6em;
  line-height: 1.2;
  margin-left: 0.2em;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}
.module-stage.module-stage-slider .stage-carousel .slider-bullets button.is-active {
  background-color: #FF9900;
}
.module-stage.module-stage-slider .stage-carousel .stage-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .module-stage.module-stage-slider .stage-carousel .fancy-stuff-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .module-stage.module-stage-slider .stage-carousel .slider-bullets {
    top: auto;
    left: 0;
    right: 0;
    bottom: 1em;
    text-align: center;
    margin-left: -0.5em;
  }
  .module-stage.module-stage-slider .stage-carousel .slider-bullets button {
    font-size: 1em;
    text-indent: 3em;
    white-space: nowrap;
    overflow: hidden;
    width: 2em;
    height: 0;
    line-height: 0;
    padding: 0;
    vertical-align: bottom;
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    margin-left: 0.5em;
    box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
  }
  .module-stage.module-stage-slider .stage-carousel .slider-bullets button.is-active {
    background-color: transparent;
    border-bottom-color: #ffffff;
  }
}
.module-testimonials .opener-container {
  background-color: #1C356F;
}
.module-testimonials .opener-container .opener {
  padding: 190px 100px 200px;
  position: relative;
  z-index: 20;
  color: #ffffff;
}
.module-testimonials .opener-container .opener h2 {
  color: inherit;
}
.module-testimonials .opener-container .opener .navigator {
  position: absolute;
  left: 100px;
  bottom: 80px;
}
.module-testimonials .opener-container .opener .navigator span {
  margin-right: 20px;
  cursor: pointer;
  transition: opacity 350ms;
}
.module-testimonials .opener-container .opener .navigator span.inactive {
  opacity: 0.5;
  cursor: default;
}
.module-testimonials .list-container {
  background-color: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 100px;
  overflow: hidden;
}
.module-testimonials .list-container .testimonials-list {
  position: relative;
  transition: height 350ms;
}
.module-testimonials .list-container .testimonials-list .testimonials-item {
  background-color: #ffffff;
  padding: 125px 50px 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0;
  transition: left 350ms 0s, opacity 350ms 0s;
}
.module-testimonials .list-container .testimonials-list .testimonials-item:before {
  content: '\201D';
  position: absolute;
  font-size: 400px;
  font-family: arial;
  top: -30px;
  right: 5px;
  color: #d1d1d1;
}
.module-testimonials .list-container .testimonials-list .testimonials-item.active {
  left: 0;
  opacity: 1;
  transition: left 700ms 350ms, opacity 700ms 350ms;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .shadows:before,
.module-testimonials .list-container .testimonials-list .testimonials-item .shadows:after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 50px;
  border-width: 25px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #d1d1d1;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .shadows:before {
  top: -50px;
  border-bottom-color: #d1d1d1;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .shadows:after {
  bottom: -50px;
  border-top-color: #d1d1d1;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .contact {
  margin-bottom: 20px;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .contact:after {
  content: "";
  display: table;
  clear: both;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .contact:after {
  content: "";
  display: table;
  clear: both;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .contact .img-wrapper {
  border-radius: 50%;
  width: 75px;
  overflow: hidden;
  float: left;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .contact .contact-wrapper {
  padding-top: 15px;
  margin-left: 85px;
  color: #1C356F;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .contact .contact-wrapper .contact-name {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .contact .contact-wrapper .contact-title {
  font-weight: 400;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .testimonials-item-logo {
  max-width: 200px;
  margin-top: 20px;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .testimonials-item-share {
  color: #1C356F;
  font-weight: 700;
  margin-top: 100px;
}
.module-testimonials .list-container .testimonials-list .testimonials-item .testimonials-item-share a {
  margin-left: 10px;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .module-testimonials .opener-container .opener {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 100px;
  }
  .module-testimonials .opener-container .opener .navigator {
    left: 60px;
    bottom: 40px;
  }
  .module-testimonials .list-container {
    padding-right: 50px;
  }
  .module-testimonials .list-container .testimonials-list .testimonials-item {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .module-testimonials .list-container .testimonials-list .testimonials-item .testimonials-item-share {
    margin-top: 30px;
  }
  .module-testimonials .list-container .testimonials-list .testimonials-item .testimonials-item-share span {
    display: block;
    margin-bottom: 20px;
  }
  .module-testimonials .list-container .testimonials-list .testimonials-item .testimonials-item-share a {
    margin-left: 0;
    margin-right: 20px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .module-testimonials .opener-container .opener {
    padding: 50px 20px 80px;
  }
  .module-testimonials .opener-container .opener .navigator {
    left: 30px;
    bottom: 30px;
  }
  .module-testimonials .list-container {
    padding: 0;
  }
  .module-testimonials .list-container .testimonials-list {
    padding-bottom: 30px;
  }
  .module-testimonials .list-container .testimonials-list .testimonials-item {
    padding: 30px 20px;
    left: 0;
    top: -100%;
    transition: top 350ms 0s, opacity 350ms 0s;
  }
  .module-testimonials .list-container .testimonials-list .testimonials-item.active {
    top: 0;
    transition: top 700ms 350ms, opacity 700ms 350ms;
  }
  .module-testimonials .list-container .testimonials-list .testimonials-item:before {
    display: none;
  }
  .module-testimonials .list-container .testimonials-list .testimonials-item .shadows {
    display: none;
  }
}
.module-text {
  padding-top: 60px;
  padding-bottom: 60px;
}
.module-text.grey {
  background-color: #f2f2f2;
}
@media screen and (max-width: 1024px) {
  .module-text .headline {
    margin-bottom: 20px;
  }
}
.module-text-mit-icons {
  padding: 30px 0;
  overflow: hidden;
}
.module-text-mit-icons .image-boxes {
  margin-right: -20px;
  margin-bottom: -30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.module-text-mit-icons .image-boxes .image-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .module-text-mit-icons .image-boxes {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .module-text-mit-icons .image-boxes {
    text-align: center;
  }
}
.text-image-video {
  position: relative;
  margin-bottom: 2em;
}
.text-image-video .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  background: #f9f9f9;
}
.text-image-video .fg {
  position: relative;
  z-index: 1;
}
.text-image-video .media-container {
  padding-top: 30px;
  padding-right: 30px;
  position: relative;
}
.text-image-video .media-container:before {
  content: "";
  position: absolute;
  width: 33.33333%;
  padding-bottom: 33.33333%;
  background: #FF9900;
  top: 0;
  right: 0;
  z-index: 0;
}
.text-image-video .media-container .media-wrap {
  position: relative;
  z-index: 1;
}
.text-image-video .text-container {
  padding-top: 100px;
}
.text-image-video .text-container .textbox {
  margin-bottom: 20px;
}
.text-image-video .sublined:after {
  border-bottom-color: #FF9900;
}
@media screen and (max-width: 1024px) {
  .text-image-video .media-container {
    padding-top: 20px;
    padding-right: 20px;
  }
  .text-image-video .text-container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .text-image-video .media-container {
    padding-top: 10px;
    padding-right: 10px;
  }
}
.module-events .event {
  height: 145px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-events .event .date-event {
  background-color: #FF9900;
  color: #ffffff;
  justify-content: flex-start;
}
.module-events .event .date-event span:first-child {
  margin: 25% 0 0;
  font-size: 46px;
}
.module-events .event .date-event span {
  margin: 0;
  display: block;
  text-align: center;
  width: 145px;
  font-size: 30px;
  font-weight: 400;
}
.module-events .event .date-info {
  padding: 10px 30px;
  width: 70%;
  background-color: #f2f2f2;
}
.module-events .event .date-info .sublined:after {
  border-bottom-color: #FF9900;
}
.module-events .event .date-info h5,
.module-events .event .date-info p {
  margin: 0;
}
.module-events .event .more {
  padding-top: 40px;
  width: 18%;
  justify-content: flex-end;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1024px) {
  .module-events .event .date-info p:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .module-events .event .date-info p:nth-child(2) {
    display: none;
  }
}
