/* -------------------------- *
* STATUS
* -------------------------- */
/* SUCCESS */
/* PENDING */
/* WARNING */
/* ERROR */
/* -------------------------- *
* WHITE
* -------------------------- */
/* -------------------------- *
* BLACK
* -------------------------- */
/* -------------------------- *
* MAIN
* -------------------------- */
/* MAIN-DARK */
/* MAIN-SEMIDARK */
/* MAIN-SEMILIGHT */
/* MAIN-LIGHT */
/* -------------------------- *
* SUB
* -------------------------- */
/* SUB-DARK */
/* SUB-LIGHT */
/* -------------------------- *
* ACTION
* -------------------------- */
/* -------------------------- *
* BASE
* -------------------------- */
/* BASE-DARK */
/* BASE-SEMIDARK */
/* BASE-SEMILIGHT */
/* BASE-LIGHT */
.textcenter {
  text-align: center; }

.textleft {
  text-align: left; }

.textright {
  text-align: right; }

.paragraph {
  margin: 30px 0; }

.highlight {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #ebf5fc;
  margin: -15px;
  padding: 0 15px; }

.left {
  float: left; }

.right {
  float: right; }

.col-right {
  float: right; }
  @media (max-width: 767px) {
    .col-right {
      float: none; } }

.col-left {
  float: left; }
  @media (max-width: 767px) {
    .col-left {
      float: none; } }

.margin {
  margin: 15px; }
  .margin-top {
    margin-top: 15px !important; }
  .margin-right {
    margin-right: 15px !important; }
  .margin-bottom {
    margin-bottom: 15px !important; }
  .margin-left {
    margin-left: 15px !important; }

.padding {
  padding: 15px; }
  .padding-top {
    padding-top: 15px !important; }
  .padding-right {
    padding-right: 15px !important; }
  .padding-bottom {
    padding-bottom: 15px !important; }
  .padding-left {
    padding-left: 15px !important; }

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden; }

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.image-left {
  margin: 15px 15px 15px 0;
  float: left;
  display: block; }

.image-right {
  margin: 15px 0 15px 15px;
  float: right; }

.image-center {
  margin: 15px auto;
  display: block; }

.image-rounded {
  border-radius: 50%;
  border: 2px solid #9d9d9d; }

.image-fullwidth {
  display: block;
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .image-mobile {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
    max-width: 200px; } }

.anchor {
  display: inline-block;
  height: 200px;
  /*same height as header*/
  margin-top: -200px;
  /*same height as header*/
  visibility: hidden; }

.pulse-button {
  box-shadow: 0 0 0 0 #208fe7;
  -webkit-animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1); }
  .pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none; }

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(245, 186, 134, 0); } }

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(245, 186, 134, 0); } }

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(245, 186, 134, 0); } }

@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(245, 186, 134, 0); } }

.claim {
  font-size: 34px;
  font-weight: 600;
  color: #208fe7; }

.title {
  font-size: 24px;
  font-weight: 400;
  color: #208fe7;
  text-align: left;
  background: url("../../img/divider.svg") repeat-x 0 50%;
  padding: 0 15px 0 0; }
  .title span {
    background: #ffffff;
    display: inline-block;
    padding: 0 15px 0 0; }

.partial-odd .title span {
  background: #ececec; }

.subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #208fe7; }

.headline {
  font-weight: 300;
  margin: 15px 0;
  color: #208fe7; }
  .headline-1 {
    font-family: 'Myriad W08 Light';
    font-size: 22px; }
  .headline-2 {
    font-family: 'Myriad W08 Light';
    font-size: 20px; }
  .headline-3 {
    font-family: 'Myriad W08 Light';
    font-size: 18px; }
  .headline-4 {
    font-family: 'Myriad W08 Light';
    font-size: 16px; }
  .headline-5 {
    font-family: 'Myriad W08 Light';
    font-size: 14px; }

.small {
  font-size: 12px; }

h1 {
  font-family: 'Myriad W08 Light';
  font-size: 22px;
  font-weight: 300;
  margin: 15px 0; }

h2 {
  font-family: 'Myriad W08 Light';
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0; }

h3 {
  font-family: 'Myriad W08 Light';
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0; }

h4 {
  font-family: 'Myriad W08 Light';
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0; }

h5 {
  font-family: 'Myriad W08 Light';
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0; }

.styleguide-headline {
  background: rgba(32, 143, 231, 0.5);
  padding: 15px 0; }
  .styleguide-headline h1 {
    color: #ffffff; }

.styleguide-subline {
  background: rgba(32, 143, 231, 0.3);
  padding: 0;
  margin: 60px 0 30px; }
  .styleguide-subline .headline {
    padding: 42px 0; }

.styleguide-color {
  border: 1px solid #9d9d9d;
  display: block;
  margin: 15px 0;
  width: 100%; }
  .styleguide-color-text {
    display: block;
    margin: 15px 0;
    text-align: center; }
    .styleguide-color-text.-light {
      color: #ffffff; }
    .styleguide-color-text.-dark {
      color: #565656; }

/* -------------------------- *
* RESET
* -------------------------- */
*:focus {
  outline: 0; }

* {
  -webkit-tap-highlight-color: transparent; }

textarea, select, input.form-input {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0; }

/* -------------------------- *
* STYLES
* -------------------------- */
body {
  background: #ffffff;
  color: #565656;
  font-family: "Myriad W08 Regular";
  font-size: 14px;
  overflow-x: hidden; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  @media (max-width: 991px) {
    .container {
      padding: 0 15px; } }

.quote {
  font-family: 'Gentium Book Basic', serif; }

img {
  display: block; }

a {
  color: #208fe7; }
  a:hover {
    color: #208fe7;
    text-decoration: underline; }

p {
  margin: 7.5px 0; }

blockquote {
  font-family: 'Gentium Book Basic', serif;
  font-style: italic;
  font-size: 14px;
  margin: 7.5px 0;
  padding: 0;
  border: 0; }

hr {
  color: #9d9d9d;
  margin: 30px 0; }

strong {
  font-weight: 600; }

.box {
  border: 1px solid #ececec;
  padding: 15px; }
  .box-clear {
    padding: 0;
    margin-bottom: 0 !important; }
    .box-clear .list {
      margin: 0; }
      .box-clear .list .list-item:first-child table tr {
        border-top: 0; }
  .box-white {
    background: #ffffff; }
  .box-odd {
    background: #ececec !important; }
  .box-remittance {
    background: rgba(4, 53, 100, 0.1) !important;
    border: 1px solid rgba(4, 53, 100, 0.2);
    padding: 15px;
    margin: 15px 0 !important; }
  .box-headline {
    color: #565656;
    font-size: 16px;
    font-weight: 600;
    margin: -15px -15px 15px;
    padding: 15px;
    border-bottom: 1px solid #ececec; }
    .box-headline small {
      color: #208fe7;
      font-weight: 800; }
    .box-headline .button {
      float: right;
      margin: -7.1428571429px 0; }
      @media (max-width: 767px) {
        .box-headline .button {
          float: none;
          margin: 15px 0 0;
          width: 100%; } }
      .box-headline .button-hint {
        margin-left: 0;
        padding: 7.5px;
        width: 32px;
        margin: -7.5px 0 -15px 5px;
        float: none; }
  .box .table-fullwidth {
    border: none;
    margin: -16px; }
    .box .table-fullwidth .table {
      margin-bottom: 0; }
    .box .table-fullwidth-description {
      margin-bottom: 30px; }
  .box-inner {
    padding: 15px; }
  .box-scroll {
    margin: -15px;
    padding: 15px;
    height: 200px;
    overflow-y: scroll; }
  .box-success {
    font-size: 14px;
    background-color: rgba(102, 162, 45, 0.1) !important;
    border: 1px solid rgba(102, 162, 45, 0.3);
    margin: 15px 0; }
  .box-pending {
    font-size: 14px;
    background-color: rgba(185, 211, 0, 0.1) !important;
    border: 1px solid rgba(185, 211, 0, 0.3);
    margin: 15px 0; }
  .box-warning {
    font-size: 14px;
    background-color: rgba(250, 127, 4, 0.1) !important;
    border: 1px solid rgba(250, 127, 4, 0.3);
    margin: 15px 0; }
  .box-error {
    font-size: 14px;
    background-color: rgba(255, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 0, 0, 0.3);
    margin: 15px 0; }

.row .col-sm-12 .box {
  margin-bottom: 0; }

.button {
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  text-align: center;
  transition: all .3s; }
  .button:focus, .button:active {
    text-decoration: none; }
  .button:active {
    box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2); }
  .button:hover {
    text-decoration: none;
    transform: scale(1.1); }
  .button.disabled {
    opacity: 0.3 !important;
    cursor: default;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .button-big {
    padding: 15px 30px;
    font-size: 16px; }
    .button-big i {
      margin-top: 0px;
      font-size: 24px !important; }
  .button span {
    display: inline-block; }
  .button-main {
    background: #208fe7;
    border: 1px solid #208fe7;
    color: #ffffff; }
    .button-main:hover {
      background: #208fe7;
      border: 1px solid transparent;
      color: #ffffff; }
    .button-main.disabled:hover {
      background: #208fe7;
      border: 1px solid #208fe7; }
  .button-sub {
    background: #ffffff;
    border: 1px solid #ececec;
    color: #208fe7; }
    .button-sub:hover {
      background: #ffffff;
      border: 1px solid #ececec;
      color: #208fe7; }
    .button-sub.disabled:hover {
      background: #8ac6f2;
      border: 1px solid #8ac6f2; }
  .button-default {
    background: #ffffff;
    border: 1px solid #ececec;
    color: #208fe7; }
    .button-default:hover {
      background: #ffffff;
      border: 1px solid #ececec;
      color: #208fe7; }
    .button-default.disabled:hover {
      background: #8ac6f2;
      border: 1px solid #8ac6f2; }
  .button-hint {
    border-radius: 50%;
    width: 42px;
    margin-left: -15px; }
  .button-fullwidth {
    width: 100%; }
  .button-small {
    padding: 5px 15px 3.75px; }
  .button i {
    font-size: 22px; }
  .button b {
    margin-left: 4.95px; }

.dropdown.open .button {
  background: rgba(4, 53, 100, 0.8) !important; }

.dropdown.open .navigation-login {
  background: rgba(255, 255, 255, 0.8) !important; }

.fancybox-opened {
  background: #ffffff; }
  .fancybox-opened .fancybox-skin {
    background: none;
    border-radius: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    padding: 15px !important; }

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

/* -------------------------- *
* HELPER
* -------------------------- */
.pe-2x {
  font-size: 14px !important; }

.pe-3x {
  font-size: 16px !important; }

.pe-4x {
  font-size: 18px !important; }

.pe-5x {
  font-size: 20px !important; }

.pe-6x {
  font-size: 22px !important; }

.pe-7x {
  font-size: 24px !important; }

.pe-8x {
  font-size: 34px !important; }

i {
  vertical-align: baseline; }

.icon {
  font-size: 12px; }
  .icon-wrap {
    display: inline-block; }
    .icon-wrap:hover {
      text-decoration: underline; }
  .icon-left {
    float: left;
    margin: -2.25px 4.95px 0 0; }
  .icon-right {
    float: right;
    margin: -2.25px 0 0 4.95px; }

.list {
  margin: 15px 0;
  padding: 0;
  list-style: none; }
  .list-item {
    display: block;
    width: 100%;
    margin: 0 0 5px; }
    .list-item:before {
      display: inline-block;
      font-family: 'Pe-icon-7-stroke';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e684";
      font-size: 20px;
      float: left;
      margin-top: -1px; }
  .list-clean .list-item {
    margin: 0; }
    .list-clean .list-item:before {
      display: none; }
  .list table {
    width: 100%; }
    .list table thead tr {
      border-top: 0; }
      .list table thead tr:hover {
        background: none; }
    .list table tr {
      border-top: 1px solid #c6c6c6;
      padding: 0 7.5px; }
      .list table tr.odd {
        background: #ececec; }
      .list table tr:hover {
        background: #c6c6c6; }
    .list table td {
      padding: 15px;
      vertical-align: middle; }
    .list table img {
      width: 100%;
      height: auto; }

/* -------------------------- *
* SUCCESS
* -------------------------- */
.success {
  color: #66A22D !important; }

input.success, select.success, textarea.success {
  background-color: rgba(102, 162, 45, 0.1) !important;
  border: 1px solid rgba(102, 162, 45, 0.3);
  color: #565656 !important; }

/* -------------------------- *
* PENDING
* -------------------------- */
.pending {
  color: #B9D300 !important; }

input.pending, select.pending, textarea.pending {
  background-color: rgba(185, 211, 0, 0.1) !important;
  border: 1px solid rgba(185, 211, 0, 0.3);
  color: #565656 !important; }

/* -------------------------- *
* WARNING
* -------------------------- */
.warning {
  color: #FA7F04 !important; }

input.warning, select.warning, textarea.warning {
  background-color: rgba(250, 127, 4, 0.1) !important;
  border: 1px solid rgba(250, 127, 4, 0.3);
  color: #565656 !important; }

/* -------------------------- *
* ERROR
* -------------------------- */
.error {
  color: #FF0000 !important; }

input.error, select.error, textarea.error {
  background-color: rgba(255, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 0, 0, 0.3);
  color: #565656 !important; }

.has-error input, .has-error select, .has-error textarea {
  background-color: rgba(255, 0, 0, 0.1) !important;
  border: 1px solid rgba(255, 0, 0, 0.3);
  color: #565656 !important; }

.has-error label {
  color: #FF0000 !important; }

.help-block {
  font-size: 12px;
  margin: 0;
  color: #565656 !important; }
  .help-block.with-errors {
    color: #FF0000 !important; }

.quote-name {
  margin: 0;
  font-weight: 800; }

.quote-info {
  margin: 0;
  font-size: 12px;
  color: #6f6f6f; }

.table {
  border: 1px solid #c6c6c6; }
  .table-small {
    font-size: 12px; }
  .table thead {
    background: #208fe7;
    color: #ffffff;
    font-weight: 600; }
  .table td {
    padding: 15px 7.5px !important;
    border: 0 !important; }
    .table td:first-child {
      padding-left: 15px !important; }
    .table td::before {
      content: attr(data-label); }
  .table tbody tr:nth-child(odd) {
    background-color: #ffffff; }
  .table tbody tr:nth-child(even) {
    background-color: rgba(198, 198, 198, 0.6); }
  .table tbody tr:hover {
    background: #c6c6c6 !important; }
  .table tfoot {
    background: #565656;
    color: #ffffff;
    font-weight: 600; }
  .table-status {
    display: inline-block;
    border-radius: 3px;
    font-size: 10px;
    padding: 2px 10px; }
    .table-status.-success {
      background: #66A22D;
      color: #ffffff; }
    .table-status.-pending {
      background: #B9D300;
      color: #ffffff; }
    .table-status.-error {
      background: #FF0000;
      color: #ffffff; }
    .table-status.-warning {
      background: #FA7F04;
      color: #ffffff; }
    .table-status-dot {
      display: block;
      width: 15px;
      height: 15px;
      padding: 0;
      margin: 2px auto;
      border-radius: 50%; }
      .table-status-dot:hover {
        cursor: help; }
  .table ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .table-link {
    cursor: pointer; }

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em; }

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px; }

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.accordion {
  margin: 30px 0; }
  .accordion .panel {
    border: 1px solid #c6c6c6;
    box-shadow: none; }
    .accordion .panel-heading {
      background: #ececec;
      padding: 0; }
      .accordion .panel-heading:hover {
        background: #c6c6c6; }
    .accordion .panel-body {
      padding: 15px; }
    .accordion .panel-title {
      color: #565656;
      font-size: 14px; }
      .accordion .panel-title a {
        padding: 15px;
        display: block;
        line-height: 1.5; }
        .accordion .panel-title a:hover, .accordion .panel-title a:focus, .accordion .panel-title a:visited {
          text-decoration: none; }
        .accordion .panel-title a:before {
          display: inline-block;
          font-family: 'Pe-icon-7-stroke';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\e683";
          font-size: 16px;
          float: left;
          margin: 3px 5px 0 0; }
        .accordion .panel-title a.collapsed:before {
          content: "\e689"; }
  .accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #9d9d9d; }
  .accordion .panel-group .panel-heading + .panel-collapse > .panel-body, .accordion .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #c6c6c6; }

.carousel-indicators {
  width: 20%;
  margin-left: -10%; }

.carousel-control .icon {
  color: #6f6f6f;
  text-shadow: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 60px; }

.carousel-control.left {
  background: none; }
  .carousel-control.left:hover {
    background: none; }
  .carousel-control.left .icon {
    left: 15px; }

.carousel-control.right {
  background: none; }
  .carousel-control.right:hover {
    background: none; }
  .carousel-control.right .icon {
    right: 15px; }

.carousel-caption {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  max-width: 50%;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -25%;
  text-align: left;
  padding: 11.25px 15px;
  text-shadow: none;
  color: #208fe7;
  font-size: 12px; }

.carousel-disturber {
  background: #FF0000;
  background-size: 171px 171px;
  border-radius: 50%;
  color: #ffffff;
  height: 171px;
  left: 15%;
  line-height: 1.2;
  padding: 33px 30px 0;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 171px;
  z-index: 1000;
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg); }
  @media (max-width: 767px) {
    .carousel-disturber {
      top: 10px; } }
  .carousel-disturber span {
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    margin: 3px 0;
    text-decoration: underline; }

.carousel .item {
  float: none; }

#stage {
  overflow: hidden; }
  @media (max-width: 500px) {
    #stage .carousel-control.left .icon {
      left: -50%; } }
  @media (max-width: 500px) {
    #stage .carousel-control.right .icon {
      right: -50%; } }
  #stage .carousel-caption {
    background: rgba(32, 143, 231, 0.8);
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: 33%;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 991px) {
      #stage .carousel-caption {
        background: rgba(32, 143, 231, 0.8);
        bottom: 0;
        margin: 0;
        max-width: none;
        width: 100%;
        padding: 15px;
        text-align: center; } }
  #stage .item {
    max-width: 100%;
    height: 470px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #stage .item {
        height: 400px; } }
  #stage .item > img {
    max-width: none;
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: absolute;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      #stage .item > img {
        width: 1200px; } }

.stage .carousel-control .icon {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  margin-top: -55px;
  font-size: 110px; }

.stage .carousel-control.left {
  background: none; }
  .stage .carousel-control.left:hover {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); }
  .stage .carousel-control.left .icon {
    left: 0; }

.stage .carousel-control.right {
  background: none; }
  .stage .carousel-control.right:hover {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); }
  .stage .carousel-control.right .icon {
    right: 0; }

.stage-project .button {
  text-shadow: none;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .stage-project .button {
      width: 100%; } }

.stage-project-headline {
  background: rgba(255, 255, 255, 0.9);
  width: 99.7%;
  margin: 0 1px;
  text-align: left;
  padding: 11.25px 15px;
  text-shadow: none;
  color: #565656;
  font-size: 24px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .stage-project-headline {
      font-size: 18px;
      text-align: center; } }

.stage-project-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.stage-project-item {
  float: left;
  background: rgba(255, 255, 255, 0.9);
  margin: 2px 1px;
  width: 32.9%;
  padding: 7.5px 15px; }
  @media (max-width: 767px) {
    .stage-project-item {
      display: none; } }
  .stage-project-item-headline {
    margin: 0;
    text-align: left;
    font-size: 12px;
    text-shadow: none;
    color: #565656; }
  .stage-project-item-value {
    margin: 0;
    text-align: left;
    text-shadow: none;
    color: #565656;
    font-weight: 600;
    font-size: 20px; }

.stage-news-box {
  background: rgba(255, 255, 255, 0.9);
  width: 99.7%;
  margin: 0 1px;
  text-align: left;
  padding: 11.25px 15px;
  text-shadow: none; }

.stage-news-headline {
  text-shadow: none;
  color: #565656;
  font-size: 24px;
  font-weight: 600;
  margin: 7.5px 0 0 0; }
  @media (max-width: 767px) {
    .stage-news-headline {
      margin: 0;
      font-size: 18px;
      text-align: center; } }

.stage-news-text {
  color: #565656;
  font-size: 14px; }
  @media (max-width: 767px) {
    .stage-news-text {
      display: none; } }

.stage-news .button {
  text-shadow: none;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .stage-news .button {
      width: 100%; } }

.content {
  background: #ffffff; }
  .content img {
    max-width: 100% !important;
    height: auto !important; }
    @media (max-width: 767px) {
      .content img {
        max-width: 100% !important;
        height: auto !important; } }
  .content .box {
    margin: 30px 0;
    background: #ffffff; }

.errorpage {
  margin: 60px 0; }
  .errorpage-content {
    margin: 120px 0; }
    @media (max-width: 767px) {
      .errorpage-content {
        margin: 45px auto; } }
  .errorpage h1 {
    font-size: 34px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .errorpage h1 {
        font-size: 24px;
        text-align: center; } }
  .errorpage h2 {
    font-size: 22px; }
    @media (max-width: 767px) {
      .errorpage h2 {
        font-size: 20px;
        text-align: center; } }
  .errorpage p {
    font-size: 14px; }
    @media (max-width: 767px) {
      .errorpage p {
        text-align: center; } }
  .errorpage .button {
    margin-top: 15px; }
  .errorpage-image {
    display: block;
    height: auto;
    margin: 45px auto;
    max-width: 400px;
    width: 80%; }
    @media (max-width: 767px) {
      .errorpage-image {
        margin: 0 auto;
        max-width: 150px; } }

.fix-top {
  position: static;
  z-index: 10000; }
  .fix-top-active {
    width: 100%;
    z-index: 10000;
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.5); }

.fix-static {
  position: static; }

.fix-parent {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000; }
  @media (max-width: 767px) {
    .fix-parent.is_stuck {
      position: static !important; } }
  .fix-parent-30 {
    padding-bottom: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px; }
    @media (max-width: 767px) {
      .fix-parent-30.is_stuck {
        position: static !important; } }
  .fix-parent-60 {
    padding-bottom: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: 60px; }
    @media (max-width: 767px) {
      .fix-parent-60.is_stuck {
        position: static !important; } }
  .fix-parent-100 {
    padding-bottom: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: 136px;
    z-index: 1; }
    @media (max-width: 767px) {
      .fix-parent-100.is_stuck {
        position: static !important; } }
  .fix-parent-130 {
    padding-bottom: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: 130px; }
    @media (max-width: 767px) {
      .fix-parent-130.is_stuck {
        position: static !important; } }
  @media (max-width: 767px) {
    .fix-parent-mobile {
      display: none !important; } }

.form {
  margin: 15px 0; }
  .form .row {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .form .row {
        margin-bottom: 0; } }
    .form .row .row {
      margin-bottom: 0; }
  .form-filled {
    border: 1px solid #ffffff;
    padding: 10px 0;
    width: 100%; }
  .form-input {
    border: 1px solid #9d9d9d;
    padding: 10px 15px;
    width: 100%; }
    .form-input:hover {
      border: 1px solid #6f6f6f; }
    .form-input:focus {
      border: 1px solid #8ac6f2;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(138, 198, 242, 0.3);
      -moz-box-shadow: 0px 1px 5px 0px rgba(138, 198, 242, 0.3);
      box-shadow: 0px 1px 5px 0px rgba(138, 198, 242, 0.3); }
    .form-input:disabled {
      background-color: #ececec;
      color: #6f6f6f; }
      .form-input:disabled:hover {
        border: 1px solid #9d9d9d; }
    @media (max-width: 767px) {
      .form-input {
        margin-bottom: 15px; } }
    .form-input-big {
      padding: 15px;
      font-size: 16px; }
  .form-label {
    color: #6f6f6f;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 600; }
  .form-addon {
    border-radius: 0;
    border: 1px solid #9d9d9d;
    background: #ececec;
    min-width: 45px;
    font-weight: 600;
    font-size: 16px; }
    .form-addon-big {
      font-size: 20px; }
  .form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../../img/icons/icon-caret.svg") no-repeat right 15px center;
    background-size: 8px 5px;
    border: 1px solid #9d9d9d;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%; }
    .form-select:hover {
      border: 1px solid #6f6f6f; }
    .form-select:focus {
      border: 1px solid #8ac6f2;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(138, 198, 242, 0.3);
      -moz-box-shadow: 0px 1px 5px 0px rgba(138, 198, 242, 0.3);
      box-shadow: 0px 1px 5px 0px rgba(138, 198, 242, 0.3); }
    .form-select:disabled {
      background-color: #ececec;
      color: #6f6f6f; }
      .form-select:disabled:hover {
        border: 1px solid #9d9d9d; }
    @media (max-width: 767px) {
      .form-select {
        margin-bottom: 15px; } }
  .form textarea.form-input {
    min-height: 100px; }
  .form textarea:disabled {
    background-color: #ececec;
    color: #6f6f6f; }
    .form textarea:disabled:hover {
      border: 1px solid #9d9d9d; }
  .form-group {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .form .input-group {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .form .input-group .form-input {
      margin-bottom: 0; } }
  .form-radio {
    float: left;
    width: 5%; }
    .form-radio-label {
      font-weight: normal;
      margin: 0;
      float: left;
      width: 95%;
      display: block; }
  .form-checkbox {
    float: left;
    width: 5%; }
    .form-checkbox-label {
      font-weight: normal;
      margin: 0;
      float: left;
      width: 95%;
      display: block; }
      .form-checkbox-label ul {
        margin: 0; }
  .form input[type="radio"], .form input[type="checkbox"] {
    margin: 3px 0 0 0; }
  .form-submit {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .form-submit {
        display: block; } }
    .form-submit-hint {
      flex: 1;
      -ms-flex: 1;
      font-size: 12px;
      color: #6f6f6f; }
      @media (max-width: 767px) {
        .form-submit-hint {
          text-align: center;
          margin: -15px 0 15px; } }
    .form-submit-button {
      flex: 2;
      -ms-flex: 2; }
      .form-submit-button .button {
        float: right; }
        @media (max-width: 767px) {
          .form-submit-button .button {
            float: none;
            width: 100%; } }

.box .form-submit {
  margin-bottom: 0; }

.glossar-list {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%; }
  .glossar-list-item {
    width: 3.84%;
    float: left;
    display: block; }
    @media (max-width: 767px) {
      .glossar-list-item {
        width: 7.69%; } }
    .glossar-list-item a {
      display: block;
      text-align: center;
      background: #043564;
      color: #ffffff;
      margin: 1px;
      padding: 1px 0;
      font-size: 12px; }
      .glossar-list-item a:hover {
        text-decoration: none;
        background: rgba(4, 53, 100, 0.8); }

.glossar-headline {
  color: #208fe7;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #c6c6c6;
  padding: 7.5px 0; }

.glossar hr {
  margin: 15px 0; }

.glossar p {
  font-size: 12px; }

.glossar a {
  font-size: 14px; }

.glossar .accordion {
  margin: 15px 0; }
  .glossar .accordion .panel {
    border: none; }
    .glossar .accordion .panel-heading {
      background: none;
      margin: 10px 0; }
    .glossar .accordion .panel-title {
      margin-left: -15px; }
      .glossar .accordion .panel-title a {
        display: block;
        padding-top: 1px;
        padding-bottom: 1px; }
        .glossar .accordion .panel-title a:before {
          content: "\e689"; }
        .glossar .accordion .panel-title a.collapsed:before {
          content: "\e685"; }
    .glossar .accordion .panel-collapsing {
      padding: 0 !important;
      margin: 0 !important; }
    .glossar .accordion .panel-body {
      border: none !important;
      padding: 7.5px 20.25px; }

.info {
  background: #ebf5fc; }
  @media (max-width: 991px) {
    .info {
      padding: 7.5px 0 22.5px; } }
  .info-headline {
    color: #208fe7;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 15px 0;
    text-align: left; }
    @media (max-width: 991px) {
      .info-headline {
        font-size: 14px;
        text-align: center; } }
  .info-phone {
    color: #208fe7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 15px 0;
    text-align: right; }
    @media (max-width: 991px) {
      .info-phone {
        font-size: 14px;
        margin: 0;
        text-align: center; }
        .info-phone span {
          display: block;
          font-size: 18px; } }

.invest-confirmation-icon {
  font-size: 50px; }
  .invest-confirmation-icon-wrap {
    text-align: center; }

.invest-remittance-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.invest-remittance-item {
  display: block;
  width: 100%;
  position: relative;
  margin: 7.5px 0;
  padding-top: 10px;
  font-size: 12px; }

.invest-remittance-headline {
  background: #ffffff;
  padding: 2px 5px 0;
  font-size: 12px;
  color: #043564;
  position: absolute;
  top: 0;
  left: 10px; }

.invest-remittance-value {
  background: url(../../img/background-remittance.svg) repeat-x 0 bottom rgba(4, 53, 100, 0.3);
  background-size: auto 35px;
  margin: 5px 0 0;
  font-size: 16px;
  padding: 10px 15px 0; }

.invest-steps {
  background: #ffffff;
  padding: 15px 0;
  border-bottom: 1px solid #c6c6c6; }
  .invest-steps-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .invest-steps-item {
    width: 10%;
    height: 100%;
    max-height: 45px;
    float: left; }
    @media (max-width: 767px) {
      .invest-steps-item {
        width: 16%; } }
  .invest-steps-line {
    width: 35%;
    float: left; }
    @media (max-width: 767px) {
      .invest-steps-line {
        width: 26%; } }
    .invest-steps-line span {
      background: #ececec;
      display: block;
      width: 100%;
      height: 5px;
      margin: 20px 0;
      z-index: 1; }
  .invest-steps-number {
    margin: 0 auto;
    width: 45px;
    height: 45px; }
  .invest-steps-link {
    border-radius: 50%;
    background: #ececec;
    color: #339ae8;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding-top: 5px;
    vertical-align: middle;
    z-index: 10; }
    .invest-steps-link:hover {
      text-decoration: none; }
  .invest-steps .-active {
    background: #208fe7;
    color: #ffffff; }
  .invest-steps .-success {
    background: #8ac6f2;
    color: #ffffff; }
  .invest-steps a.-success:hover {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.5); }
  @media (max-width: 767px) {
    .invest-steps .button {
      display: none; } }

.invest-duration {
  width: 960px;
  padding: 15px; }
  .invest-duration .box {
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      .invest-duration .box {
        margin-top: 45px; } }
    .invest-duration .box-headline {
      background: #208fe7;
      color: #ffffff; }
  .invest-duration hr {
    margin: 15px 0; }
  .invest-duration-return {
    color: #8ac6f2;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0; }
  .invest-duration-pa {
    color: #8ac6f2;
    font-size: 14px;
    text-align: center;
    margin-top: 0; }
  .invest-duration-time {
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 800;
    text-align: center; }
  @media (max-width: 1030px) {
    .invest-duration {
      width: 730px; } }
  @media (max-width: 730px) {
    .invest-duration {
      width: 430px; } }
  @media (max-width: 430px) {
    .invest-duration {
      width: 100%; } }

.kasg {
  display: none;
  position: absolute;
  top: -145px;
  left: 20px;
  z-index: 1; }
  @media (max-width: 800px) {
    .kasg {
      position: static;
      margin: 30px 0 0; } }
  .kasg img {
    display: block;
    height: 180px;
    width: 180px; }
    @media (max-width: 800px) {
      .kasg img {
        margin: 0 auto;
        height: 120px;
        width: 120px; } }

@media (max-width: 800px) {
  #landingpage .kasg img {
    margin-bottom: 30px; } }

#login, #newpw {
  width: 300px;
  padding: 15px; }
  #login a, #newpw a {
    color: #8ac6f2; }

#newpw {
  width: 300px;
  padding: 15px; }

.newsletter-small .newsletter-text {
  float: left;
  width: 85%; }

.newsletter-small .newsletter-headline {
  color: #208fe7;
  font-size: 16px;
  font-weight: 600;
  margin: 2px 0; }

.newsletter-small .newsletter-subline {
  color: #208fe7;
  font-size: 12px;
  margin: 0; }

.newsletter-small .form-input {
  margin: 15px 0; }

.newsletter-small .icon {
  color: #208fe7;
  float: left;
  font-size: 34px;
  width: 15%; }

.newsletter-big {
  margin: 0;
  padding: 22.5px 0 90px; }
  .newsletter-big .newsletter-box {
    background: #208fe7;
    padding: 15px;
    margin-top: 30px; }
  .newsletter-big .newsletter-text {
    flex: 4;
    -ms-flex: 4; }
  .newsletter-big .newsletter-headline {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 23px 0 0; }
    @media (max-width: 991px) {
      .newsletter-big .newsletter-headline {
        font-size: 16px;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .newsletter-big .newsletter-headline {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .newsletter-big .newsletter-headline {
        font-size: 14px;
        margin-top: 15px; } }
  .newsletter-big .newsletter-subline {
    font-size: 14px;
    color: #ffffff;
    margin: 0; }
    @media (max-width: 991px) {
      .newsletter-big .newsletter-subline {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .newsletter-big .newsletter-subline {
        font-size: 14px; } }
    @media (max-width: 600px) {
      .newsletter-big .newsletter-subline {
        font-size: 12px; } }
  .newsletter-big .newsletter-form {
    width: 100%;
    margin: 20px 0 0; }
    @media (max-width: 600px) {
      .newsletter-big .newsletter-form i {
        display: none; } }
  .newsletter-big .col-sm-6 {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direvtion: row; }
  .newsletter-big .icon {
    flex: 1;
    -ms-flex: 1;
    color: #ffffff;
    font-size: 75px;
    margin-left: 15px; }
    @media (max-width: 600px) {
      .newsletter-big .icon {
        font-size: 60px; } }

.press .title {
  margin-top: 30px; }

.press-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direvtion: row;
  margin: 30px -15px; }
  @media (max-width: 600px) {
    .press-wrap {
      flex-direction: column;
      -ms-flex-direction: comlumn; } }

.press-link {
  flex: 1;
  -ms-flex: 1;
  display: block;
  margin: 0 15px; }
  .press-link:hover {
    opacity: 0.6; }

.press-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .press-image {
      width: 70%;
      height: 70%;
      margin: 0 auto; } }

#register {
  width: 350px;
  padding: 15px; }
  @media (max-width: 767px) {
    #register {
      width: 300px; } }
  #register a {
    color: #8ac6f2; }

.tabs .tab-content {
  margin-top: 15px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-color: #c6c6c6;
  border-bottom-color: transparent; }

.nav-tabs > li > a:hover {
  background: none;
  color: rgba(4, 53, 100, 0.6);
  border-color: transparent; }

.teaser-contact-icon {
  float: left; }
  .teaser-contact-icon i {
    color: #208fe7;
    font-size: 60px; }

.teaser-contact-content {
  float: left;
  margin-left: 15px; }
  .teaser-contact-content-headline {
    font-size: 14px;
    margin: 0; }
  .teaser-contact-content-number {
    color: #208fe7;
    font-size: 20px;
    font-weight: 800;
    margin: 3px 0; }
  .teaser-contact-content-subline {
    font-size: 12px;
    margin: 0; }

.teaser-personalcontact-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row; }

.teaser-personalcontact-image {
  flex: 1;
  -ms-flex: 1; }
  .teaser-personalcontact-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%; }

.teaser-personalcontact-info {
  flex: 3;
  -ms-flex: 3;
  padding-left: 15px; }
  .teaser-personalcontact-info-name {
    color: #208fe7;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0; }
  .teaser-personalcontact-info-position {
    font-size: 12px;
    margin: 5px 0; }

.teaser-personalcontact p {
  font-size: 12px; }

.teaser-personalcontact hr {
  margin: 15px 0; }

.teaser-news hr {
  float: left;
  width: 100%;
  margin: 15px 0; }

.teaser-news-item {
  float: left;
  width: 100%; }

.teaser-glossar-list {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%; }

.teaser-glossar hr {
  margin: 15px 0; }

.teaser-glossar p {
  font-size: 12px; }

.teaser-glossar a {
  font-size: 14px; }

.teaser-glossar-item {
  width: 7.69%;
  float: left;
  display: block; }
  .teaser-glossar-item a {
    display: block;
    text-align: center;
    background: #043564;
    color: #ffffff;
    margin: 1px;
    padding: 1px 0;
    font-size: 12px; }
    .teaser-glossar-item a:hover {
      text-decoration: none;
      background: rgba(4, 53, 100, 0.8); }

.teaser-carousel .carousel {
  margin: 0 15px; }

.teaser-carousel .carousel-control .icon {
  font-size: 35px;
  color: #6f6f6f;
  text-shadow: none; }

.teaser-carousel .carousel-control.left:hover, .teaser-carousel .carousel-control.right:hover {
  background: none; }

.teaser-carousel .carousel-control .icon {
  margin-top: -17.5px; }

.teaser-carousel .carousel-control.left .icon {
  left: -30px; }

.teaser-carousel .carousel-control.right .icon {
  right: -30px; }

.teaser-carousel hr {
  margin: 15px 0; }

.teaser-co2-progress {
  float: left;
  width: 20%; }
  .teaser-co2-progress .progress {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative; }
    .teaser-co2-progress .progress-bar {
      bottom: 0;
      font-size: 14px;
      font-weight: bold;
      padding-top: 5px;
      position: absolute;
      width: 100%;
      min-height: 15%; }

.teaser-co2-info {
  float: left;
  margin: 15px 0 0 5%;
  width: 75%; }
  .teaser-co2-info-cloud {
    background: url(../../img/cloud.svg) no-repeat top center;
    background-size: auto 80px;
    width: 100%;
    height: 80px;
    text-align: center;
    padding-top: 30px;
    font-size: 24px;
    font-weight: 600;
    position: relative; }
  .teaser-co2-info-text {
    font-size: 14px;
    margin-top: 22.5px;
    text-align: center; }
  .teaser-co2-info-tip {
    position: absolute;
    top: 0;
    right: 15px; }

.testimonial-big {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  margin-top: 30px;
  margin-bottom: 30px; }

.testimonial-image {
  border-radius: 50%;
  border: 2px solid #9d9d9d;
  width: 100%;
  height: auto;
  display: block; }
  .testimonial-image-wrap {
    flex: 1;
    -ms-flex: 1;
    max-width: 140px; }

.testimonial-content {
  flex: 2;
  -ms-flex: 2;
  margin-left: 30px;
  background: url("../../img/background-quote.svg") no-repeat right bottom;
  background-size: 75px 55px; }
  .testimonial-content blockquote {
    font-family: 'PT Serif', serif;
    font-style: italic;
    font-size: 14px;
    margin: 7.5px 0;
    padding: 0;
    border: 0; }

.testimonial-name {
  margin: 0;
  font-weight: 800; }

.testimonial-info {
  margin: 0;
  font-size: 12px;
  color: #6f6f6f; }

@media (max-width: 600px) {
  .testimonial-big {
    display: block; }
    .testimonial-big .testimonial-image-wrap {
      display: block;
      margin: 15px auto;
      width: 140px; }
    .testimonial-big .testimonial-content {
      margin: 0; }
      .testimonial-big .testimonial-content p, .testimonial-big .testimonial-content blockquote {
        text-align: center; } }

.testimonial-small .testimonial-image-wrap {
  display: block;
  margin: 15px auto;
  width: 140px; }

.testimonial-small .testimonial-content {
  margin: 0; }
  .testimonial-small .testimonial-content p, .testimonial-small .testimonial-content blockquote {
    text-align: center; }

.testimonial .carousel-indicators {
  bottom: -20px;
  border: 1px; }
  .testimonial .carousel-indicators li {
    border: 1px solid #208fe7;
    width: 12px;
    height: 12px;
    margin: 0; }
  .testimonial .carousel-indicators .active {
    background: #208fe7; }

.about {
  background: #208fe7;
  color: #ffffff;
  padding: 60px 0; }
  .about .title {
    color: #ffffff; }
    .about .title span {
      background: #208fe7; }
  .about-wrapper {
    margin: 15px 0;
    position: relative; }
  .about-content {
    min-height: 80px;
    padding: 1px 0 0 100px; }
  /* .about i {
    display: block;
    left: 0;
    font-size: 70px;
    padding: 5px 0;
    position: absolute; } */
  .about-value {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 15px 0 0; }
  .about-intro {
    margin: 30px 0;
    text-align: left; }

.arguments {
  margin: 60px 0; }
  .arguments-value {
    color: #565656;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px; }
  .arguments p {
    text-align: center; }

.benefits {
  margin: 60px 0; }
  .benefits-wrapper {
    margin: 15px 0;
    position: relative; }
  .benefits-content {
    min-height: 80px;
    padding: 1px 0 0 100px; }
  .benefits-image {
    display: block;
    left: 0;
    max-width: 100px;
    position: absolute; }
  .benefits-value {
    color: #208fe7;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin: 15px 0 0; }

.breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  padding: 7.5px 0;
  margin-bottom: 0;
  font-size: 12px; }
  .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .breadcrumb li {
    float: left;
    margin: 4px 3px 0 0; }

#projects .breadcrumb {
  margin-top: 45px; }

.calculator {
  margin: 60px 0; }

.footer {
  background: #f3f5f9;
  padding: 45px 0; }
  .footer-headline {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
    padding-bottom: 10px; }
  .footer-list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none; }
  .footer-item {
    display: block;
    margin: 7.5px 0 7.5px -7.5px;
    font-size: 12px; }
  .footer-link {
    color: #5d5d5d; }
    .footer-link:hover {
      color: #208fe7;
      text-decoration: underline; }
    .footer-link:hover img {
      opacity: 0.8; }
    .footer-link i {
      margin: -3px 0; }
  .footer-image {
    display: block;
    height: auto;
    max-width: 300px;
    padding-bottom: 22.5px; }
    @media (max-width: 767px) {
      .footer-image {
        margin: 0 7.5px; } }
  .footer-social {
    width: 55px;
    float: right; }
    .footer-social-link {
      background: #208fe7;
      color: #ffffff;
      display: block;
      font-size: 12px;
      float: left;
      margin: 0 3.75px;
      border-radius: 50%;
      width: 19.5px;
      height: 19.5px;
      text-align: center;
      padding: 2.1428571429px 0; }
      .footer-social-link:hover {
        background: rgba(32, 143, 231, 0.6);
        color: #ffffff;
        text-decoration: none; }
      .footer-social-link i {
        color: #ffffff;
        position: relative;
        top: 2px; }
  .footer-copy {
    margin: 0 0 30px; }
  .footer-seo {
    text-align: justify; }
    .footer-seo-image {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100px;
      width: 100%; }
  .footer-risk {
    color: #208fe7 !important;
    text-align: justify; }
  .footer-bottom {
    border-top: 1px solid rgba(138, 198, 242, 0.3);
    padding-top: 15px;
    margin: 15px 0; }
    .footer-bottom p {
      color: #565656;
      font-size: 12px; }

.header {
  background: #ffffff; }
  .header-brand {
    margin: 0 auto;
    display: block;
    max-width: 120px; }
    .header-brand:hover {
      opacity: 0.8; }
    .header-brand-image {
      display: block;
      width: 100%;
      height: auto;
      padding: 15px; }

.hiw-video {
  margin: 45px 0; }

.hiw-content {
  margin: 105px 0 0; }

.hiw-headline {
  color: #208fe7; }

.hiw .list {
  font-size: 34px; }
  .hiw .list i {
    color: #208fe7; }

.landingpage {
  padding: 45px 0;
  background: rgba(32, 143, 231, 0.3); }
  @media (max-width: 991px) {
    .landingpage-brand {
      width: 100%; }
      .landingpage-brand img {
        margin: 0 auto; } }
  .landingpage-benefits {
    width: 70%;
    float: right;
    display: flex;
    display: -ms-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 991px) {
      .landingpage-benefits {
        border-top: 1px solid rgba(138, 198, 242, 0.2);
        width: 100%; } }
    @media (max-width: 767px) {
      .landingpage-benefits {
        float: none;
        display: block; } }
    .landingpage-benefits-item {
      color: #208fe7;
      margin: 37.5px 0;
      padding: 0 0 0 30px;
      flex: 1;
      -ms-flex: 1;
      font-size: 16px;
      text-align: right; }
      @media (max-width: 991px) {
        .landingpage-benefits-item {
          padding: 0 15px;
          text-align: left;
          margin: 15px 0; } }
      .landingpage-benefits-item span {
        float: right;
        display: inline-block; }
        @media (max-width: 991px) {
          .landingpage-benefits-item span {
            float: none; } }
      .landingpage-benefits-item i {
        float: right;
        margin-right: 10px; }
        @media (max-width: 991px) {
          .landingpage-benefits-item i {
            float: left; } }
  .landingpage-background {
    background-size: 100% auto;
    background-position: center 30%;
    background-repeat: no-repeat; }
    @media (max-width: 1100px) {
      .landingpage-background {
        background-size: auto 120%; } }
  .landingpage-headline {
    color: #ffffff;
    text-shadow: 0 1px 2px #565656;
    text-align: center;
    font-weight: 800; }
  .landingpage-subline {
    color: #ffffff;
    text-shadow: 0 1px 2px #565656;
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600; }
  .landingpage-video {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .landingpage-video {
        margin-top: 0;
        margin-bottom: 60px !important; } }
  .landingpage .box {
    margin-bottom: 30px; }
  @media (min-width: 767px) {
    .landingpage .project-overview-button {
      margin-top: 12px; } }

#landingpage {
  background: #208fe7; }
  #landingpage .press {
    background: #ffffff; }
  #landingpage .arguments {
    background: #ffffff;
    margin: 0;
    padding: 30px 0; }

/* -------------------------- *
* NAVIGATION MOBILE
* -------------------------- */
.slide-active .navigation {
  overflow: visible; }

@media (max-width: 991px) {
  .navigation {
    overflow-x: hidden;
    overflow-y: hidden; } }

.navigation-mobile-header {
  display: none !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 7.5px !important; }
  @media (max-width: 991px) {
    .navigation-mobile-header {
      display: block !important;
      color: #9d9d9d; } }

/* -------------------------- *
* NAVIGATION META
* -------------------------- */
.navigation-source {
  color: #565656;
  float: left;
  font-size: 12px;
  padding: 7.5px 0; }
  @media (max-width: 991px) {
    .navigation-source {
      font-size: 14px;
      text-align: center;
      padding: 7.5px 15px; } }
  .navigation-source-mobile {
    display: none; }
    @media (max-width: 991px) {
      .navigation-source-mobile {
        display: block; } }

.navigation-meta {
  background: #ffffff;
  border-bottom: 1px solid #ececec; }
  @media (max-width: 991px) {
    .navigation-meta {
      display: none; } }
  .navigation-meta-list {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 991px) {
      .navigation-meta-list {
        float: none; } }
  .navigation-meta-item {
    float: left;
    margin: 0;
    border-left: 1px solid #ececec; }
    @media (max-width: 991px) {
      .navigation-meta-item {
        float: none;
        border: none; } }
    .navigation-meta-item-noborder {
      border: none; }
  .navigation-meta-link {
    color: #208fe7;
    display: block;
    font-size: 12px;
    padding: 7.5px 15px; }
    .navigation-meta-link:visited, .navigation-meta-link:focus {
      color: #208fe7;
      text-decoration: none; }
    @media (max-width: 991px) {
      .navigation-meta-link {
        background: #ececec;
        color: #565656;
        font-size: 14px;
        margin: 1px 0;
        padding: 15px 7.5px; } }
    .navigation-meta-link:hover {
      background: rgba(236, 236, 236, 0.2);
      color: #208fe7;
      text-decoration: none; }
      @media (max-width: 991px) {
        .navigation-meta-link:hover {
          background: #ececec;
          color: #208fe7; } }
  .navigation-meta-icon {
    background: #208fe7;
    color: #ffffff;
    display: block;
    font-size: 12px;
    margin: 6.5217391304px 0 6.5217391304px 7.5px;
    border-radius: 50%;
    width: 19.5px;
    height: 19.5px;
    text-align: center;
    padding: 2.1428571429px 0; }
    @media (max-width: 991px) {
      .navigation-meta-icon {
        margin: 7.5px 0;
        height: 30px;
        width: 100%;
        border-radius: 0;
        font-size: 12px;
        padding: 5px 0; } }
    .navigation-meta-icon:hover {
      background: #5db0ee;
      color: #ffffff;
      text-decoration: none; }
    .navigation-meta-icon i {
      color: #ffffff;
      position: relative;
      top: 2px; }
      @media (max-width: 991px) {
        .navigation-meta-icon i {
          font-size: 18px; } }
  .navigation-meta-mobile {
    display: none;
    margin: 15px; }
    @media (max-width: 991px) {
      .navigation-meta-mobile {
        display: block; } }

/* -------------------------- *
* NAVIGATION MAIN
* -------------------------- */
.navigation-main {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  min-height: 100px; }
  @media (max-width: 991px) {
    .navigation-main {
      min-height: 100px; } }
  .navigation-main-headline {
    color: #ffffff; }
  .navigation-main .dropdown-menu {
    top: 85%;
    left: 7.5px; }
  .navigation-main .dropdown.open .navigation-main-button {
    background: #208fe7 !important;
    border: 2px solid #208fe7 !important;
    color: #ffffff !important; }
  .navigation-main-button {
    background: transparent !important;
    border: 2px solid #208fe7;
    border-radius: 3px !important;
    color: #208fe7 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 15px !important;
    margin: 10px 0 10px 7.5px !important;
    transition: all .3s; }
    @media (max-width: 991px) {
      .navigation-main-button {
        background: #208fe7 !important;
        border: 1px solid transparent !important;
        border-radius: 0 !important;
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        margin: 0 !important; } }
    .navigation-main-button:hover {
      background: #208fe7 !important;
      border: 2px solid transparent;
      color: #ffffff !important; }
      @media (max-width: 991px) {
        .navigation-main-button:hover {
          background: #339ae8 !important;
          border: 1px solid transparent !important;
          color: #ffffff !important; } }
    .navigation-main-button i {
      float: left;
      font-size: 22px;
      margin-right: 4.95px;
      margin-top: 0px; }
    @media (max-width: 991px) {
      .navigation-main-button b {
        float: right;
        margin: 7.5px; } }
    .navigation-main-button .dropdown-menu {
      background: #ffffff !important; }

.navbar-nav > li > a {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  background: none;
  line-height: 1.5;
  margin: 10px 7.5px;
  padding: 10px 7.5px; }
  @media (max-width: 991px) {
    .navbar-nav > li > a {
      margin: 0;
      color: #565656; } }
  .navbar-nav > li > a:hover {
    background: none;
    color: #208fe7; }
    @media (max-width: 991px) {
      .navbar-nav > li > a:hover {
        background: #ffffff;
        color: #208fe7; } }

.navbar-nav > li.active > a {
  color: #208fe7; }

.nav > li > a:hover,
.nav > li > a:focus {
  background: none; }

#page-content {
  position: relative;
  right: 0; }
  #page-content.slide-active {
    padding-top: 0; }

.navbar {
  margin: 0;
  border: none; }
  .navbar-nav {
    float: right;
    margin: 18px 0; }
    @media (max-width: 991px) {
      .navbar-nav {
        float: none;
        margin: 30px 15px; } }
  .navbar-brand {
    display: block;
    float: left;
    height: 100%;
    padding: 18px 0;
    margin: 0 !important; }
    @media (max-width: 991px) {
      .navbar-brand {
        padding: 18px 0; } }
    .navbar-brand:hover {
      opacity: 0.8; }
    .navbar-brand-image {
      width: 100%;
      max-width: 110px;
      height: auto; }
      @media (max-width: 991px) {
        .navbar-brand-image {
          max-width: 110px; } }
  .navbar-header {
    position: relative; }
  .navbar .open .dropdown-menu {
    background: #ffffff;
    border-radius: 0;
    z-index: 10000; }

@media (max-width: 991px) {
  .slidemenu-wrap {
    position: fixed;
    top: 0;
    width: 80%; }
  .dropdown-menu {
    padding: 7.5px 0 15px; }
  #slide-nav {
    border-top: 0; }
    #slide-nav .container {
      margin: 0 auto;
      padding: 0 !important; }
    #slide-nav .navbar-header {
      margin: 0 auto;
      padding: 0 15px; }
    #slide-nav #slidemenu {
      right: -100%;
      width: 80%;
      min-width: 0;
      position: absolute;
      padding-left: 0;
      z-index: 1;
      top: 0;
      margin: 0; }
      #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 15px 0; }
        #slide-nav #slidemenu .navbar-nav li {
          background: #ececec;
          margin: 1px 15px; }
        #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
          color: #565656;
          min-width: 0;
          width: auto;
          white-space: normal;
          padding: 7.5px; }
        #slide-nav #slidemenu .navbar-nav .divider {
          display: none; }
        #slide-nav #slidemenu .navbar-nav .open .dropdown-menu .dropdown-header {
          background: none;
          color: #6f6f6f;
          padding: 15px 0 3.75px; }
    #slide-nav #navbar-height-col {
      position: fixed;
      top: 0;
      height: 100%;
      width: 80%;
      right: -80%;
      background: #ffffff; }
    #slide-nav .navbar-form {
      width: 100%;
      margin: 8px 0;
      text-align: center;
      overflow: hidden; }
      #slide-nav .navbar-form .form-control {
        text-align: center; }
      #slide-nav .navbar-form .btn {
        width: 100%; }
    #slide-nav .navbar.slide-active {
      position: absolute;
      width: 80%;
      top: -1px;
      z-index: 1000; } }

@media (min-width: 992px) {
  #page-content {
    right: 0 !important; }
  .navbar-header {
    right: 0 !important; } }

body, body.slide-active {
  overflow-x: hidden; }

@media (max-width: 991px) {
  #slide-nav .navbar-toggle {
    cursor: pointer;
    color: #043564;
    position: relative;
    line-height: 0;
    float: right;
    margin: 20px 0;
    width: 45px;
    height: 60px;
    padding: 15px 0 15px 15px;
    border: 0;
    background: transparent; }
    #slide-nav .navbar-toggle > .icon-bar {
      background: #565656;
      width: 100%;
      display: block;
      height: 3px;
      margin: 5px 0 0; }
    #slide-nav .navbar-toggle.slide-active .icon-bar {
      background: #208fe7; } }

/* -------------------------- *
* NAVIGATION SUB
* -------------------------- */
@media (max-width: 991px) {
  .navigation-sub {
    display: none; } }

.navigation-sub .navbar {
  min-height: 0 !important;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .navigation-sub .navbar {
      margin-top: 0; } }
  .navigation-sub .navbar-header {
    float: none;
    margin-top: -35px; }
    @media (max-width: 991px) {
      .navigation-sub .navbar-header {
        background: #ffffff;
        border-bottom: 1px solid #c6c6c6; } }
  .navigation-sub .navbar-collapse {
    margin: 0 !important;
    padding: 0; }
  .navigation-sub .navbar-nav {
    float: none;
    display: block;
    margin: 0 0 15px; }
    @media (max-width: 991px) {
      .navigation-sub .navbar-nav {
        background: #ffffff; } }
    .navigation-sub .navbar-nav > li {
      float: none;
      display: block; }

.navigation-sub-headline {
  font-size: 16px;
  font-weight: 800;
  padding: 15px 0 0;
  border-top: 1px transparent;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .navigation-sub-headline {
      float: left;
      margin: 15px;
      padding: 0;
      border-top: 1px transparent;
      border-bottom: 1px transparent; } }

.navigation-sub-item {
  border-bottom: 1px solid #c6c6c6; }

.navigation-sub-link {
  background: none !important;
  color: #565656 !important;
  font-size: 14px !important;
  margin: 0 !important;
  padding: 11.25px 0 !important; }
  .navigation-sub-link:hover {
    background: #208fe7 !important;
    color: #ffffff !important; }
  .navigation-sub-link:before {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e684";
    font-size: 20px;
    float: left; }

.navigation-sub button {
  margin: 5px 0 0;
  padding: 0 15px; }
  .navigation-sub button i {
    font-size: 30px; }

.navigation-sub .active .navigation-sub-link {
  color: #208fe7 !important; }
  .navigation-sub .active .navigation-sub-link:hover {
    color: #ffffff !important; }

.navigation-sub-mobile {
  display: none; }
  @media (max-width: 991px) {
    .navigation-sub-mobile {
      display: block; } }

/* -------------------------- *
* NAVIGATION TAB
* -------------------------- */
.fix-top-tabs {
  top: 99px;
  z-index: 500; }

.navigation-tab {
  background: #ebf5fc;
  z-index: 1000;
  width: 100%;
  position: absolute; }
  .navigation-tab .navbar {
    min-height: 0; }
  .navigation-tab .navbar-header {
    right: 0 !important; }
  .navigation-tab .container-fluid {
    padding: 0; }
  .navigation-tab .navbar-collapse {
    padding: 0;
    border-top: none; }
  .navigation-tab .navbar-toggle {
    margin: 0;
    padding: 6px 0; }
    @media (max-width: 767px) {
      .navigation-tab .navbar-toggle {
        padding: 6px 15px; } }
    .navigation-tab .navbar-toggle i {
      color: #208fe7;
      font-size: 34px; }
  .navigation-tab .nav {
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid rgba(32, 143, 231, 0.1);
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row; }
    @media (max-width: 991px) {
      .navigation-tab .nav {
        display: block;
        border: none; } }
  .navigation-tab-headline {
    display: none;
    float: left;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #208fe7; }
    @media (max-width: 991px) {
      .navigation-tab-headline {
        display: block; } }
    @media (max-width: 767px) {
      .navigation-tab-headline {
        padding: 0 15px; } }
  .navigation-tab-item {
    flex: 1;
    -ms-flex: 2;
    border-right: 1px solid rgba(32, 143, 231, 0.1); }
    @media (max-width: 991px) {
      .navigation-tab-item {
        flex: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(32, 143, 231, 0.1); } }
    .navigation-tab-item span {
      color: rgba(32, 143, 231, 0.5);
      display: block;
      text-align: center;
      padding: 12px 0;
      font-size: 14px; }
      @media (max-width: 991px) {
        .navigation-tab-item span {
          text-align: left;
          padding-left: 15px; } }
      .navigation-tab-item span:hover {
        cursor: help; }
    .navigation-tab-item.active a {
      background: rgba(138, 198, 242, 0.2) !important;
      color: #ffffff;
      text-decoration: none; }
  .navigation-tab-link {
    background: none !important;
    color: #208fe7;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative; }
    .navigation-tab-link span {
      color: #208fe7;
      font-weight: 400; }
      .navigation-tab-link span:hover {
        cursor: pointer; }
    .navigation-tab-link .counter {
      background: #043564;
      display: block;
      border-radius: 50%;
      position: absolute;
      right: 10px;
      top: 13px;
      color: #ffffff;
      font-size: 12px;
      width: 20px;
      height: 20px;
      text-align: center;
      padding-top: 1px;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
      -moz-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
      box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3); }
    .navigation-tab-link:hover {
      background: rgba(138, 198, 242, 0.2) !important;
      color: #ffffff;
      text-decoration: none; }

.partial-odd {
  background: #ebf5fc;
  padding: 30px 0; }
  .partial-odd .title {
    margin-top: 45px; }
    .partial-odd .title span {
      background: #ebf5fc !important; }

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

.partner {
  margin: 30px 0; }
  .partner a {
    display: block;
    margin: 15px 0; }
  .partner img {
    display: block;
    height: auto;
    width: 100%; }

.project-detail-header {
  max-height: 110px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .project-detail-header {
      max-height: 170px; } }
  @media (max-width: 600px) {
    .project-detail-header {
      max-height: 200px; } }
  .project-detail-header-background {
    width: 100%;
    height: auto;
    margin-top: -25%;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
    @media (max-width: 600px) {
      .project-detail-header-background {
        margin-top: -10%; } }
  .project-detail-header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 143, 231, 0.7);
    padding: 15px 0; }
    @media (max-width: 767px) {
      .project-detail-header-content {
        padding: 15px 0 0; }
        .project-detail-header-content .container, .project-detail-header-content .row, .project-detail-header-content .col-sm-4 {
          height: 100%; } }
  .project-detail-header-logo {
    background: #ffffff;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #ececec;
    align-self: center; }
    .project-detail-header-logo-wrap {
      height: 100%;
      display: flex;
      display: -ms-flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 600px) {
        .project-detail-header-logo-wrap {
          display: none; } }
  .project-detail-header-headline {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10.5px 0 0;
    padding-bottom: 7.5px; }
    @media (max-width: 600px) {
      .project-detail-header-headline {
        text-align: center; } }
  .project-detail-header-subline {
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    margin: 7.5px 0; }
    .project-detail-header-subline a {
      color: #ffffff; }
    @media (max-width: 600px) {
      .project-detail-header-subline {
        text-align: center;
        font-size: 12px; } }
  @media (max-width: 600px) {
    .project-detail-header-info {
      width: 100%; } }
  .project-detail-header-share {
    color: #ffffff;
    float: right;
    margin-top: 24px; }
    @media (max-width: 767px) {
      .project-detail-header-share {
        background: rgba(255, 255, 255, 0.2);
        float: none;
        margin: 15px 0 0;
        padding: 7.5px 15px; } }
    .project-detail-header-share-label {
      float: left;
      margin-right: 5px; }
    .project-detail-header-share-link {
      background: #043564;
      border-radius: 50%;
      display: block;
      float: left;
      width: 30px;
      height: 30px;
      text-align: center;
      margin-left: 5px;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
      -moz-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
      box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3); }
      @media (max-width: 767px) {
        .project-detail-header-share-link {
          margin-left: 15px; } }
      .project-detail-header-share-link-wrap {
        float: left; }
        @media (max-width: 767px) {
          .project-detail-header-share-link-wrap {
            float: right; } }
      .project-detail-header-share-link:hover {
        background: rgba(4, 53, 100, 0.8); }
      .project-detail-header-share-link i {
        color: #ffffff;
        font-size: 16px;
        padding: 7.1428571429px 0; }

.project-detail-slider {
  margin-top: 30px;
  border: 1px solid #ececec;
  position: relative; }
  .project-detail-slider .nav {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; }
  .project-detail-slider .nav > li > a {
    background: #ffffff;
    color: rgba(86, 86, 86, 0.5);
    font-size: 12px;
    padding: 5px 15px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3); }
    .project-detail-slider .nav > li > a:hover {
      background: #043564;
      color: #ffffff; }
  .project-detail-slider .nav li:first-child a {
    border-radius: 3px 0 0 3px; }
  .project-detail-slider .nav li:last-child a {
    border-radius: 0 3px 3px 0; }
  .project-detail-slider .nav-pills > li > a {
    border-radius: 0; }
  .project-detail-slider .nav-pills > li.active > a, .project-detail-slider .nav-pills > li.active > a:hover, .project-detail-slider .nav-pills > li.active > a:focus {
    background: #043564;
    color: #ffffff; }
  @media (min-width: 992px) {
    .project-detail-slider .responsiveContainer {
      height: 418px; }
      .project-detail-slider .responsiveContainer iframe {
        min-height: 418px; } }
  .project-detail-slider .tab-content {
    max-height: 418.656px;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .project-detail-slider .tab-content {
        max-height: 100%; } }

.project-detail-benefits {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 767px) {
    .project-detail-benefits {
      display: block; } }
  .project-detail-benefits-item {
    background: #ffffff;
    flex: 1;
    -ms-flex: 2;
    padding: 15px;
    text-align: center;
    border: 1px solid #ececec; }
    .project-detail-benefits-item i {
      color: #8ac6f2;
      font-size: 35px; }
    .project-detail-benefits-item h4 {
      font-size: 14px;
      text-align: center;
      margin: 7px 0 0; }

.project-detail-question {
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  background: #ececec;
  margin: -15px;
  padding: 0 15px; }
  .project-detail-question-headline {
    color: #043564;
    font-size: 16px;
    line-height: 1.5; }
    .project-detail-question-headline i {
      font-size: 24px; }

.project-detail-news-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.project-detail-news-item {
  border-bottom: 1px solid #ececec;
  margin: 0 -15px;
  padding: 15px 15px; }

.project-detail-news-item:first-child {
  padding-top: 0;
  margin-top: 22.5px; }

.project-detail-news-item:last-child {
  border: none;
  padding-bottom: 0; }

.project-detail-news-headline {
  font-size: 16px;
  color: #208fe7;
  font-weight: 600; }

.project-overview .title {
  margin-top: 45px; }

.project-overview-item {
  background: #ffffff;
  border: 1px solid #ececec;
  margin: 30px 0; }
  .project-overview-item:hover {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3); }

.project-overview-image {
  display: block;
  width: 100%;
  height: auto; }
  .project-overview-image-container {
    background: #ffffff;
    position: relative;
    margin-bottom: 20px; }
  .project-overview-image-height {
    height: 200px;
    overflow-y: hidden;
    position: relative; }
    .project-overview-image-height img {
      top: -30%;
      position: relative; }
    .project-overview-image-height span {
      margin-top: 15% !important; }
  .project-overview-image-link {
    display: block;
    position: relative; }
    .project-overview-image-link:hover .project-overview-image-overlay {
      display: none; }
    .project-overview-image-link:hover .project-overview-image-overlay-hover {
      display: block !important; }
  .project-overview-image-overlay {
    background: rgba(32, 143, 231, 0.6);
    color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; }
    .project-overview-image-overlay-hover {
      display: none;
      background: rgba(32, 143, 231, 0.6); }
    .project-overview-image-overlay span {
      margin-top: 30%;
      display: inline-block; }
    .project-overview-image-overlay i {
      font-size: 22px; }

.project-overview-logo {
  background: #ffffff;
  display: block;
  width: 80px;
  height: auto;
  max-width: 80px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #9d9d9d;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -40px; }

.project-overview-icon {
  display: block;
  background: #208fe7;
  width: 50px;
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
  -moz-box-shadow: 0px 1px 5px 0px rgba(86, 86, 86, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(86, 86, 86, 0.3);
  border-radius: 0 0 3px 3px;
  padding: 6px; }

.project-overview-inner {
  padding: 15px; }

.project-overview-headline {
  text-align: center;
  font-size: 16px;
  color: #565656;
  font-weight: 600;
  margin: 0; }

.project-overview-subline {
  text-align: center;
  font-size: 14px;
  color: #565656;
  font-weight: 400;
  font-style: italic;
  margin: 4.5px 0 15px;
  min-height: 35px; }

.project-overview-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .project-overview-list-item {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 3.75px; }
    .project-overview-list-item-left {
      width: 45%;
      float: left;
      padding: 5px 0; }
      .project-overview-list-item-left span {
        display: inline-block; }
      .project-overview-list-item-left i {
        font-size: 18px;
        margin-top: 1px; }
    .project-overview-list-item-right {
      width: 55%;
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      display: -ms-flexbox;
      flex-direction: row;
      -ms-flex-direction: row; }
      .project-overview-list-item-right li {
        flex: 1;
        -ms-flex: 1;
        float: left;
        padding: 5px;
        border-left: 1px solid #c6c6c6;
        font-weight: 600; }

.project-overview-info {
  background: #043564;
  padding: 15px 15px 0 15px; }
  .project-overview-info-headline {
    color: #ffffff;
    font-size: 12px;
    margin: 0; }
  .project-overview-info-value {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0; }

.project-overview-progress {
  background: #208fe7;
  padding: 15px; }
  .project-overview-progress-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px; }
  .project-overview-progress .progress {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .project-overview-progress .progress {
        float: none;
        width: auto; } }
    .project-overview-progress .progress-bar {
      overflow: visible; }
      .project-overview-progress .progress-bar-success {
        background-color: #043564; }
        .project-overview-progress .progress-bar-success:hover {
          cursor: help; }
      .project-overview-progress .progress-bar-threshold {
        background-color: #9d9d9d; }
        .project-overview-progress .progress-bar-threshold:hover {
          cursor: help; }

.project-overview-progress-small {
  background: #043564;
  padding: 15px; }
  .project-overview-progress-small-label {
    float: left;
    width: 35%;
    color: #ffffff;
    font-size: 12px;
    margin-top: 1px; }
    @media (max-width: 767px) {
      .project-overview-progress-small-label {
        float: none;
        width: auto;
        text-align: center;
        margin: 5px 0; } }
  .project-overview-progress-small .progress {
    margin-bottom: 0;
    float: right;
    width: 65%;
    color: #208fe7; }
    @media (max-width: 767px) {
      .project-overview-progress-small .progress {
        float: none;
        width: auto; } }
    .project-overview-progress-small .progress-bar {
      overflow: visible; }
      .project-overview-progress-small .progress-bar-success {
        background-color: #208fe7; }
        .project-overview-progress-small .progress-bar-success:hover {
          cursor: help; }
      .project-overview-progress-small .progress-bar-threshold {
        background-color: #9d9d9d; }
        .project-overview-progress-small .progress-bar-threshold:hover {
          cursor: help; }

.project-overview-button {
  background: #ffffff;
  padding: 15px;
  text-align: center; }
  .project-overview-button-link {
    margin-top: 7.5px;
    display: inline-block;
    font-size: 12px;
    color: #208fe7;
    text-align: center;
    text-decoration: underline; }

.project-overview-impossible {
  background: #208fe7;
  padding: 15px;
  text-align: center; }
  .project-overview-impossible-headline {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0; }
  .project-overview-impossible-countdown {
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin: 7.5px 0 0; }
    .project-overview-impossible-countdown small {
      font-size: 12px;
      font-weight: 400; }
  .project-overview-impossible-hint {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin: 7.5px 0 15px; }

.project-overview-mobile {
  display: none; }
  @media (max-width: 767px) {
    .project-overview-mobile {
      display: block;
      margin: 30px 0 -30px; } }

.stage {
  position: relative; }
  .stage-wrapper {
    width: 100%; }
  .stage-content {
    margin: 60px auto 60px 0;
    max-width: 50%;
    padding: 30px 30px 30px 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .stage-content {
        background: rgba(32, 143, 231, 0.8);
        margin: 300px -15px 0;
        max-width: none;
        padding: 15px;
        text-align: center; } }
  .stage-split {
    background: rgba(32, 143, 231, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0; }
    @media (max-width: 768px) {
      .stage-split {
        display: none; } }
  .stage-text {
    color: #ffffff;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .stage-text {
        margin-bottom: 15px; } }
  .stage-link {
    color: #ffffff;
    text-decoration: underline; }
    .stage-link:hover {
      color: #043564; }
  .stage-headline {
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    margin: 45px 0 0; }
    @media (max-width: 768px) {
      .stage-headline {
        font-size: 22px;
        margin: 15px 0 0; } }
  .stage-subline {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin: 15px 0 45px; }
    @media (max-width: 768px) {
      .stage-subline {
        font-size: 16px;
        margin: 15px; } }
