.project-detail-header-headline {
    color: #003d2a;
    font-size: 24px;
    font-weight: 800;
    border-bottom: 1px solid rgba(0, 61, 42, 0.2);
    margin: 5px 0 0;
    padding-bottom: 7.5px;
}

.project-detail-header-hint {
    font-size: 12px;
    margin: 6px 0 0;
    font-weight:normal;
}
@media (max-width: 600px) {
.project-detail-header-hint {
    text-align: center;
    font-size: 12px;
}
}

.project-detail-header-subline {
    font-size: 14px;
    font-style: normal;
    margin: 7.5px 0;
    font-weight:normal;
}

img.lightbox {
  cursor:pointer;
}
.project-overview-image-overlay-announcement {
  background: rgba(0, 201, 139, 0.6);
  color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }
  .project-overview-image-open span {
    background-size: 25px 25px;
    font-size: 18px;
    margin-top: 30%;
    display: inline-block;
    padding: 3px 0 3px 0; }
.project-overview-info-announcement {
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 5px 0 20px 0;
}
.project-overview-progress-label-big {
  min-height: 40px;
  padding-top: 16px;
}

.project-overview .project-overview-image-link {
    height: 200px;
    overflow: hidden;
}

.info-headline {
    color: white;
    font-size: 13px;
    font-weight: 400;
    margin: 16px 0;
    text-align: left;
}

.law-disclaimer {
  margin: 30px 0;
  border: 1px solid #ff8c19;
  padding: 20px 10px;
}

.benefits .col-sm-3 {
  text-align: center;
}

.benefits img {
  display: inline-block;
}

.benefits-2 img {
  width: 70px;
}

.benefits a {
  display: block;
  text-align: center;
}

.benefits .title {
  margin: 15px 0 45px 0;
}

.footer-known-headline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 137, 95, 0.3);
  padding: 15px 0 0 0;
  margin: 0 0 10px 0;
}

.footer-known-logos img {
  display: inline-block;
  opacity: 0.5;
  width: 100px;
  margin: 0 10px 10px 0;
}

.footer-meta {
  border-bottom: 1px solid rgba(0, 137, 95, 0.3);
  padding: 0;
  margin: 0 0 20px 0;
}

.footer-meta .footer-item {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 0px;
  display: inline-block;
  margin-right: 40px;
  margin: 0 40px 7.5px 0;
}


@media (max-width: 767px) {
.footer-meta .footer-item {
    display: block !important;
}
}

.footer-meta .footer-item a {
  color: rgba(255, 255, 255, 1);
}

.footer-social {
    margin-bottom: 10px;
}

.footer-bottom {
    border-top: none;
    padding-top: 0;
}

.footer-copy {
  border-bottom: 1px solid rgba(0, 137, 95, 0.3)
}

.footer-powered-by img {
  width: 160px;
}

.footer-list {
    margin: 0 0 0px 0;
}

.stage {
    background: linear-gradient(#003d2a, rgba(0, 61, 43, 0.05)), url(../../img/stage_bg.jpg);

    /* Set a specific height */
    min-height: 600px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stage-referral {
  background: linear-gradient(#003d2a, rgba(0, 61, 43, 0.05)), url(../../files/uploads/LDUG_freundewerbenfreunde_header.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -100px;
}

.stage-inner {
  background: url(../../img/stage_transition_bg.png) no-repeat center bottom;
  background-size: contain;
}

.stage-content {
  text-align: center;
  margin: 140px 0 110px 0;
}

.stage-content h1 {
  font-size: 40px;
  color: #fff;
  margin: 0;
}

.stage-content h3 {
  font-size: 22px;
  color: #fff;
  font-weight:normal;
  line-height: 36px;
  margin: 14px 0 130px 0;
}

.stage-facts {
  margin: 0 5%;
}

.stage-fact-item img {
  display: inline-block;
  width: 60px;
}

.stage-fact-item-headline {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  margin: 15px 0 0 0;
}

.stage-fact-item-text {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  margin: 0 0 50px 0;
}

.navbar {
  z-index: 1000;
}

.navbar-brand > img {
    margin-top: -10px;
}
@media (max-width: 991px) {
  .navbar-brand > img {
      margin-top: 20px;
  }
}

.navbar-nav > li > a {
font-size: 14px;
font-weight: 500;
}

#home .navbar-nav > li > a,
#home .navbar-nav > li > a:hover,
#home .nav > li > a:focus {
  background: none;
  outline: none;
  border: none;
}

@media (max-width: 991px) {
.navbar-nav > li > a {
  background: none;
}

.navbar-nav > li > a:hover {
  background: none;
}
}

/* .header {
  min-height: 95px;
} */

.navigation-main {
  min-height: 95px;
  /* width: 100%;
  z-index: 10000;
  position: fixed;
  top: 0; */
}

.navbar-nav {
    margin: 0px 0;
}

.navbar-brand {
    padding: 0px 0;
}

.navigation-main-button, .navigation-main-button:hover {
  background: #ff8c19 !important;
  border: 1px solid #ff8c19 !important;
  color: white !important;
  font-weight: bold !important;
  padding: 10px 35px !important;
}

.navigation-meta-button {
  font-weight: bold;
}

.navigation-meta {
  background: #003d2b;
  min-height: 30px;
  color: #fff;
  font-size: 12px;
  z-index: 1000;
  position: relative;
}

#home .navigation-meta {
  color: #fff;
  background: #003d2a;
}

.fix-top-active .navigation-meta {
  color: #fff;
}

.navigation-meta a {
  color: #fff;
}

.navigation-meta-links a {
  margin: 0 18px 0 0;
}

.navigation-meta .icon-left {
  float: none;
}

.navigation-meta .row {
  padding: 8px 0 0 0;
}

.navigation-meta-content-wrapper {
  border-bottom: 1px solid rgba(0, 137, 95, 0.3);
  height: 22px;
  float:right;
}

.navigation-meta-call { display:inline; margin-right: 20px; }
.navigation-meta-links { display:inline; }
.navigation-meta-login { display:inline; }

.project-overview-linkwrap {
  color: inherit !important;
}

.project-overview-linkwrap:hover {
  text-decoration: none !important;
}

.project-overview-headline {
  margin-bottom: 15px;
  font-size: 16px; line-height: 1.4em;
  min-height: 2.8em;
}

.project-overview-list {
    padding: 0 10px;
}

.project-overview-image-container {
    margin-bottom: 10px;
}

.project-overview-subline {
  margin: 4.5px 0 0px;
}

.project-overview-list-item-right li {
  border-left: none;
}

.project-overview-progress {
    background: #003e2b;
    padding: 15px;
}

.project-overview-progress-detail {
  background: #00895f;
}

.project-overview-button {
    background: #00895f;
}

.project-overview-progress-label {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 12px 0 0 0px;
}

.project-overview-progress-label-big {
    min-height: 27px;
    padding-top: 0px;
    font-size: 14px;
}

.project-overview-list-item-right,.project-overview-list-item-left {
  font-size: 13px;
}

.progress {
    height: 10px;
    border-radius: 2px;
    background-color: #fff;
  }

  .calc {margin: 30px 0;}

#zinsrechner {
  margin: 0 160px;
}

.zr-headline { text-align:center; margin: 30px 0 5px 0; }
.zr-subline { text-align:center; color: #003d2a; font-size: 16px; margin-bottom: 28px;}
.zr-disclaimer { text-align:center; font-size: 12px; color: #747474;}

.bar {
  width: 20%;
  background: #74bda5;
  position:absolute;
  bottom: 0px;
}

.bar-label {
  position: relative;
  top: -28px;
  font-weight: bold;
  width: 100%;
  display:block;
  font-size: 16px;
  text-align: center;
  color: #a8a8a8;
}

.zr-bars-inner {
  height: 230px;
  position: relative;
}

.zr-bars {
  border-bottom: 8px solid #ff8901;
  padding: 0 10px;
}

.zr-labels {padding: 0 10px;}
.zr-labels-inner {height: 120px; position:relative; }
.zr-label {text-align:center; display:inline-block;position:absolute;width: 30%;}
.zr-label-text {color: #919191; font-size: 12px;}
.zr-label1 {left: 3%; margin-left: -5%;}
.zr-label2 {left: 50%; margin-left: -15%;}
.zr-label3 {right: 3%; margin-right: -5%;}

.zr-label-headline {font-weight: bold; font-size: 18px; color: #5b5b5b;}
.zr-label3 .zr-label-headline {color: #194b3a;}

.zr-calc {text-align: center; font-size: 18px; padding: 20px 0 5px 0;}
.zr-calc-row {margin: 0 0 10px 0;}
.zr-calc-label {display: inline-block; width: 47%; text-align:right;}
.zr-calc-amount { font-weight: bold;}
.zr-calc-interest .zr-calc-amount {border: 3px solid #c00000; font-weight: bold; color: #000;}

.bar1 {left: 3%;}
.bar2 {left: 50%; margin-left: -10%;}
.bar3 {right: 3%; background: #013d2b; }
.bar3-label {color: #ff8901;}

@media (max-width: 1280px) {
  #zinsrechner { margin: 0 140px; }
}
@media (max-width: 991px) {
  #zinsrechner { margin: 0 90px; }
}
@media (max-width: 991px) {
  #zinsrechner { margin: 0 0px; } .zr-labels-inner {height: 120px;}
}

.zr-label-text {
  font-size: 11px;
}

.zr-label-headline {
  font-size: 15px;
}
.bar-label {
  font-size: 13px;
}

.partial-testimonial {
  background: #003d2a;
}

.partial-testimonial .title span {
    background: #003d2a;
    color: #fff;
}

.partial-testimonial .testimonial-big {
    margin: 30px 60px;
}

.partial-testimonial .testimonial-content {
  color: #fff;
  background: url("../../img/Icon_LDUG_quote_weiss_transparent.png") no-repeat right bottom;
}

.partial-testimonial .testimonial-name, .partial-testimonial .testimonial-info {
  color: #dfe1e1;
}

.partial-testimonial .testimonial-image-wrap {
    max-width: 90px;
}

.carousel-indicators li {
  border: 1px solid #cfcfcf;
  background: #dfe1e1;
}

.investors-slider-outer {
  margin: 30px 0;
}

.investors-slider-container {
  margin: 0 60px;
}

.investors-slider .item {
    margin: 0 0 60px 0;
}

.investors-slider .carousel-indicators {
    bottom: 0;
}


@media (max-width: 767px) {
  .investors-slider .carousel-indicators {
    width: 60%;
    margin-left: -30%;
  }
}

.investors-slider-intro, .investors-slider-more, .investors-slider-more a {
  color: #003d2a;
  text-align: center;
}

.payment-plan td::before {
    content: none;
}

.navigation-tab-item span {
    font-size: 12px;
}

.sidebar-content-box { padding: 10px; border: 1px solid #ff8c19; }
.sidebar-content-box h1, .sidebar-content-box h2, .sidebar-content-box h3, .sidebar-content-box h4 {
  margin: -10px -10px 10px;
  padding: 10px;
  border-bottom: 1px solid #dfe1e1;
  font-size: 15px;
}

.project-stage .stage-inner {
  background: url(../../img/project/LDUG_Projekttraeger_welle-02.png) no-repeat center bottom, linear-gradient(#003d2a, rgba(0, 61, 43, 0.05));
  background-size: contain;
}

.project-stage .stage-content {
    margin: 180px 0 280px 0;
}

.project-facts {
  margin: 60px 0 0 0;
  padding: 0;
}

.project-facts li {
  padding: 0 0 30px 36px;
  color: #fff;
  font-size: 22px;
  list-style-type: none;
  text-align:left;
  background: url(../../img/project/LDUG_Icon_check.png) no-repeat left 5px;
}

.project-stage .stage-content h1 {
    font-size: 30px;
    text-align: left;
}

.project-stage-contact {
  position: absolute;
  left: 740px;
  top: 70px;
  width: 480px;
  background: #f0f0f0;
  -webkit-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 30px -3px rgba(0,0,0,0.75);
}

.project-stage-contact-inner {
  padding: 50px 50px 10px 50px;
}

.project-stage-contact-headline {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
}
.project-stage-contact-subline {
  margin: 0 0 10px;
}

.project-benefits {
  margin-top: 160px;
}

.project-benefits-title {
  margin: 15px 0 !important;

}

.project-benefits-subtitle {
  font-size: 18px;
  margin: 7.5px 7.5px 25px;
  text-align:center;
}

.project-benefits .col-sm-4 {
  text-align: center;
  margin: 30px 0;
}

.project-benefits img {
  height: 60px;
}

.project-benefits ul  {
      padding: 10px 0 0 58px;
}

.project-benefits ul li {
  list-style-type: none;
  text-align: left;
  padding-top: 5px;
}

.project-benefits ul li:before {
      content: "\2713";
      margin-right: 10px;
      margin-left: -21px;
}

.emittent-slider {
  background: linear-gradient(to right, #013526, #026245) no-repeat center 0;
  color: #fff;
  padding: 60px 0;
}

.emittent-slider .title span {
  background: linear-gradient(to right, #004632, #02533b) no-repeat center 0;
  color: #fff;
}

.emittent-slider .testimonial-content {
     background: url(../../img/Icon_LDUG_quote_weiss_transparent.png) no-repeat right bottom;
}

.emittent-slider .testimonial-content p {
    font-weight: normal;
    font-size: 17px;
    font-style: italic;
}
.emittent-slider p.testimonial-name {
  font-weight: normal;
}

.project-tiles .project-overview-item {
  position: relative;
}

.project-tiles .project-overview-hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #013526;
  top: 0;
  left: 0;
  color: #fff;
  padding: 20px;
}

.project-tiles .project-overview-item:hover .project-overview-hover {
  display: block;
}

.project-tiles .project-overview-volume {
  color: #ff8c19;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.project-tiles .project-overview-hover .project-overview-headline {
  color: #fff;
}

.project-tiles .project-overview-hover .project-overview-subline {
  color: #fff;
}

.project-tiles .project-overview-hover .project-overview-list {
  padding: 0;
}

.project-tiles .project-overview-hover .project-overview-list-item-left {
  width: 50%;
  padding: 0;
}

.project-tiles .project-overview-hover .project-overview-list-item-right {
  width: 50%;
}

.project-tiles .project-overview-hover .project-overview-list-item {
  border: none;
}

.project-tiles .project-overview-hover .project-overview-list-item-right li {
  padding: 0;
}

.project-tiles .project-overview-hover .button-main {
  background: none transparent;
  border: 1px solid #fff;
  margin-top: 10px;
}

.project-tiles .project-overview-hover .button-main:hover {
  background: #fff;
  color: #003d2a;
}

.project-benefits .benefits-value {
  margin-bottom: 0;
}

.project-goals img {
    height: 100px;
}

.project-process img {
  margin: 60px 0;
  width: 100%;
}

.project-goals .benefits-value {
  font-size: 20px;
}

.project-startnow {
  margin-bottom: -40px;
}

.project-startnow-box {
  -webkit-box-shadow: 10px 10px 65px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 65px -9px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 65px -9px rgba(0,0,0,0.75);
  background: #fff;
  padding: 60px 130px 30px;
  text-align: center;
}

.project-startnow-headline {
  font-size: 30px;
}

.project-startnow-text {
  font-size: 18px;
  padding: 20px 0;
}

.project-startnow .button {
  padding: 12px 90px;
  font-size: 16px;
}

.home-project footer, .home-investors footer {
  padding: 100px 0 45px 0;
}

.project-stage {
  height: 100%;
  position: relative;
}

.video-overlay {
    /* content: "";
    background: linear-gradient(to right, rgba(124,218,36,0.65) 0%, rgba(12,113,195,0.54) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; */
}

video {
    display: block;
    width: 100%;
    height: auto;
}

#video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.project-stage-container {
  position:relative;
}

.home-project {

}

.info-progress i {
  font-size: 18px !important;
  margin-bottom: 0px;
  top: 3px;
  position: relative;
}

.info-progress-headline-row2 {
  display: block;
}
.info-progress-headline-row3 {
  display: block;
}


@media (max-width: 1380px) {
  .project-stage .stage-content {
    margin: 70px 0 315px 0;
    padding: 0 435px 0 0;
  }
  .project-stage-contact {
    right: 0;
    top: 70px;
    left: auto;
    width: 410px;
  }
}

@media (max-width: 768px) {
  .project-stage .stage-content {
    margin: 70px 30px 15px 30px;
    padding: 0;
  }
  .project-stage-contact {
    right: auto;
    top: auto;
    position: relative;
    left: auto;
    margin: 0 30px;
    width: auto;
  }

  .project-process {
    display: none;
  }

  .project-stage .stage-inner {
    /* background-image: none, linear-gradient(#003d2a, rgba(0, 61, 43, 0.05)); */
  }
  .project-startnow-box {
    padding: 50px 40px 40px;
  }
}

.stage-content .countdown-headline-1 {
  font-size: 17px;
  padding-bottom: 15px;
  margin-top: 50px;
  font-weight: 300;
}
.stage-content .countdown-headline-2 {
  font-size: 65px;
  margin-bottom: 20px;
  font-weight: 600;
}
.stage-content .countdown-headline-3 {
  font-size: 18px;
  font-weight: 300;
}

.home-investors .stage-content h1 {
    font-size: 38px;
}

.home-investors .stage-content h2 {
    font-size: 20px;
    color: #fff;
}

.home-investors .stage-inner {
  background: none;
}

.home-investors .stage-content {
  text-align: left;
  margin: 190px 0 70px 0;
}

.home-investors .stage {
  margin-bottom: 85px;
}

.home-investors .button.disabled {
  opacity: 0.7 !important;
}

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

.claim-image {
  display:inline;
  margin: 20px 0 50px;
  max-width: 540px;
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.34);
  box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.34);
}

.charts-image {
  max-width: 540px;
  display: inline;
  margin: 20px 0;
}

.newsletter-stage {
  margin-bottom: -45px;
}

.newsletter-big .newsletter-headline {
  font-size: 22px;
}

.newsletter-stage .newsletter-icon {
  margin: 0;position: absolute;width: 1px;top: 25px;right: 25px;
}

@media (max-width: 768px) {
  .newsletter-stage .newsletter-icon { top: 0px; right: 42px; }
}

.newsletter-stage .newsletter-box {
  background: #eff0f0;
  padding: 20px 35px 25px;
  border: none;
}

.newsletter-stage .col-sm-5 {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direvtion: row;
}

.row-privacy {
  margin-top: 4px;
}

.steps, .investors-content {
  margin: 30px 0;
}

.steps-inner {
  margin: 30px 180px;
}

@media (max-width: 768px) {
  .steps-inner {
    margin: 30px 30px;
  }
}

.steps-list {
  counter-reset: steps-list;
  list-style: none;
  padding: 0 0 0 150px;
  margin: 0;
}

.steps-list-inner {
  position: relative;
  padding: 0 0 0 66px;
  margin-bottom: 1.5rem;
}
.steps-list-inner::before {
  content: counter(steps-list);
  counter-increment: steps-list;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 24px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #013d2b;
  border: none;
  border-radius: 50%;
}
.steps-list-inner::after {
  position: absolute;
  z-index: 0;
  background-color: #013d2b;
  content: "";
}
.steps-list-inner:not(:last-child)::after {
  top: 24px;
  left: 11px;
  width: 2px;
  height: 100%;
}

.steps-list-image {
  max-height: 100px;
  position:absolute;
  left: -150px;
}

.steps-list-item {
  min-height: 130px;
}

.steps-list-item h3 {
  margin: 15px 0 5px;
}

.projects-slider .project-overview-image-container {
    margin-bottom: 0px;
}

.projects-slider-button {
  position: relative;
  margin: 0 20%;
  width: 60%;
  top: 180px;
}

.carousel-control {
  width: 10%;
}

.projects-slider .project-overview-item {
    margin: 30px 10%;
}

.projects-slider .project-overview-image-link {
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
  text-align: center;
  background-position: center top;
  background-size: cover;
}

.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
    color: #ccc;
}

.projects-slider .project-overview-image-link:hover .project-overview-image-overlay {
    display: block;
}

.safety-item {
  background: url(../../img/checkmark-green.png) no-repeat left 15px;
  background-size: 32px;
  padding: 15px 0 15px 46px;
  border-bottom: 1px solid #CCC;
  margin: 0 100px;
}

.safety-item:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .safety-item {
    margin: 0 30px;
  }
}

.safety-item-title {
  margin: 5px 0 10px;
}

.safety-button {
  padding: 20px 0 10px 0;
  text-align:center;
}

.projects-contact-title { margin: 45px 0 36px; font-size: 25px; }
.projects-contact-title { color: #ff8c19; }
.projects-contact-phone { font-weight: bold; margin: 0; font-size: 20px; }
.projects-contact-hours { margin: 0; }
.projects-contact-mail { margin: 0; }
.projects-contact-mail a { color: #333333; }

.projects-contact .newsletter-half { background: #eff0f0; padding: 20px 50px 25px; margin-bottom: -80px; text-align: center; }

.projects-contact .newsletter-half .newsletter-icon {
    margin: 0px 0 0 0px;
    position: absolute;
    right: 27px;
    width: 1px;
    top: 0;
}

.projects-contact .newsletter-half .newsletter-half-title { font-size: 27px; }

.projects-contact .newsletter-half .newsletter-text {
  position: relative;
  padding: 0 30px 15px;
}

.projects-contact .newsletter-half .form-group {
    margin-bottom: 10px;
}

.projects-contact .contact-half .col-xs-3 img { width: 100%; }
.projects-contact .contact-half .row { margin-bottom: 30px; }

.investors-contact {
  margin: 40px 0 0;
}

.button-border {
  border: 2px solid #ff8c19;
  background: #fff;
}

.button-border:hover {
  border: 2px solid #ff8c19;
  background: #ff8c19;
  color: #fff;
}

.project-overview-list-item:last-child {
  border:none;
}

.range-slider {
  margin-top: 20px;
}

.project-overview-highlight-1 .project-overview-image-overlay { background: rgba(0, 137, 95, 0.6) }
.project-overview-highlight-2 .project-overview-image-overlay { background: rgba(0,96,173,0.6) }
.project-overview-highlight-3 .project-overview-image-overlay { background: rgba(161, 161, 161, 0.8) }
.project-overview-highlight-4 .project-overview-image-overlay { background: rgba(68,68,68,0.8) }

.project-overview-highlight-1 .project-overview-item { border-bottom: 2px solid #003d2a; }
.project-overview-highlight-2 .project-overview-item { border-bottom: 2px solid #0060ad; }
.project-overview-highlight-3 .project-overview-item { border-bottom: 2px solid #a1a1a1; }
.project-overview-highlight-4 .project-overview-item { border-bottom: 2px solid #444444; }

.project-overview-image-overlay-hover { background: rgba(255, 140, 25, 0.8) !important; }

.home-investors .investors-slider-outer { margin: 0; }
.home-investors .safety { margin: 30px 0; }

.navigation-tab-link .counter-text {
  border-radius: 20%;
  right: 3px;
  top: 13px;
  font-size: 10px;
  font-weight: bold;
  width: auto;
  height: auto;
  padding: 1px 3px;
}

.header {
  min-height: 95px;
}

.tile-orange .project-overview-item {
  border: 6px solid #ff961a;
}

.tile-orange .project-overview-image-link {
  height: 192px;
}

.teaser-subtitle {
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.teaser-icon {
  position: absolute;
  top: -122px;
  left: 62px;
  height: 174px;
}
@media (max-width: 640px) {
  .teaser-icon {
    position: absolute;
    top: -110px;
    left: 10px;
    height: 130px;
  }
}
.teaser p {
  text-align: center;
}

.partial-border-bottom {
  padding: 0 0 60px 0;
  border-bottom: 1px solid #dfe1e1;
}

.referral-steps { margin-top: 40px; margin-bottom: 20px; }
.referral-steps .steps-inner { margin-bottom: 0; margin-top: 45px; }
.referral-content { margin-left: 0; margin-right: 0; margin-top: 0; }
.steps-list-inner:last-child .steps-list-item { min-height: 0; }
.home-investors .referral-safety { margin: 10px 0 50px; }

.termin-stage {
  background: linear-gradient(#003d2a, rgba(0, 61, 43, 0.05)), url(../../img/stage_termin_bg.jpg) no-repeat center 0;
  background-size: cover;
  /* background-attachment: fixed; */
  margin-top: -100px;
}

.termin-stage .stage-content {
  text-align: center;
  margin: 150px 0 230px 0;
}

.termin-stage .stage-content h3 {
  font-size: 18px;
}

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

.termin-disclaimer .title {
  margin-bottom: 30px;
}

.home-termin .navigation-meta {
    background: none !important;
}

#list-press-loadMore { cursor: pointer; }
#list-media-loadMore { cursor: pointer; }

/************************/
/* investorenbeirat */
/************************/
.investorenbeirat .partial.section {
  padding: 80px 0;
}
.investorenbeirat h3.title {
  margin-bottom: 32px;
}

.investorenbeirat .stage {
  margin-bottom: 0;
  padding: 0;
}

.investorenbeirat .partial-green {
  background-color: #003d2a;
  color: #ffffff;
}

.investorenbeirat .partial-green span {
  color: #ffffff;
  background-color: #003d2a;
}
.investorenbeirat .newsletter-big .newsletter-headline {
  margin: 15px 0;
}

.person {
  text-align: center;
}
.person-card {
  display: inline-block;
  margin-bottom: 30px;
}
.person-card .img {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.person-card img {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  border-radius: 150px;
}
.person-card .quote {
  margin-left: -42px;
  line-height: 40px;
  font-size: 40px;
  color: orange;
}

.stage-investorenbeirat {
  background-image: url(../img/beirat/bg-beiratsmitglieder.jpeg);
}

.investorenbeirat .testimonial-content {
  background-image: url(../img/background-quote-bright.svg);
}

.investorenbeirat .form-checkbox-label {
  text-align: left;
  margin-top: 4px;
  line-height: 13px;
  font-size: 13px;

}

.investorenbeirat .project-startnow-box {
  padding: 20px;
}

.investorenbeirat .project-startnow-headline {
  margin-bottom: 4px;
}

.investorenbeirat .project-startnow-text {
  padding: 0;
  margin: 10px;
}

@media (max-width: 767px) {
  .investorenbeirat .button-newsletter {
    margin-top: 20px;
  }
}

.box-warning, .box-success, .box-pending, .box-error {
  position: relative;
}
.box-success {
  background-color: rgba(0, 137, 95, 0.6) !important;
  border: 1px solid rgba(0, 137, 95, 0.3);
}
.box-success p.success {
  color: #ffffff !important;
}

.investorenbeirat .stage {
  /* The image used */
  background-image: url("../img/beirat/bg-beiratsmitglieder.jpeg");
}

/* Allianz Climate Solutions Page Styles */
#acs .stage {
  background:linear-gradient(0deg, rgba(0, 61, 42, 0.3), rgba(0, 61, 42, 0.3)), url(../img/acs/acs-stage-bg-wide@0.25x.jpg) center center;
  background-size:cover;
  margin-bottom: 40px;
}
/* make sure the background scales good */
@media(min-width: 1024px) and (max-width: 1439px){
  #acs .stage {
    background-position: center bottom;
  }
}
/* Background replacement for 4k screens */
@media(min-width: 1440px){
  #acs .stage {
    background:linear-gradient(0deg, rgba(0, 61, 42, 0.3), rgba(0, 61, 42, 0.3)), url(../img/acs/acs-stage-bg-screen-4k.jpg) center center;
    background-size:cover;
  }
}
#acs .stage .stage-inner {
  background: none;
}
#acs .safety-item {
  border-bottom: none;
  margin: 0 70px;

}
#acs h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}
#acs .inline-logo {
  max-width: 220px;
  margin-bottom: 40px;
  display: inline;
}
#acs .stage-content {
  margin-top: 210px;
}

.footer-social {
  width: auto;
}

#partnerprogramm .stage {
  background: linear-gradient(#003d2a, rgba(0, 61, 43, 0.05)), url(../img/affiliateprogram/stage_background.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#partnerprogramm .stage-inner {
  background: none;
}

#partnerprogramm .project-facts {
      max-width: 60%;
      margin: 60px auto 0 auto;
      padding: 0;
}

#partnerprogramm .project-facts li {
  font-size: 2em;
}

#partnerprogramm .partial {
  margin: 30px 0;
}

#partnerprogramm .benefits {
  margin: 0;
}

#partnerprogramm .benefits-2 img {
  max-height: 60px;
  max-width: 70px;
  width: auto;
}

#partnerprogramm .howitworks>* {
 margin-bottom: 30px;
}

#partnerprogramm .paymentmodel img {
  max-height: 100px;
  margin: 0 auto;
}
#partnerprogramm p.ordered-p {
  position: relative;
  padding-left: 18px;
}
#partnerprogramm .pm-list-ordering {
  position: absolute;
  left: 0;
}

#partnerprogramm .title-highlighted {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #ff8c19;
}

#partnerprogramm #affiliateProgramForm .form-group {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  #partnerprogramm .stage .stage-content h1 {
    font-size: 5vw;
  }
  #partnerprogramm .project-facts li {
    font-size: 4vw;
  }
  #partnerprogramm .title {
    font-size: 5vw;
  }

  #partnerprogramm .benefits .title {
    margin-bottom: 30px;
  }
  #partnerprogramm .benefit-container {
    margin: 40px 0;
  }
  #partnerprogramm .benefit-container .benefits-value {
    margin-bottom: 8px;
  }
  #partnerprogramm .benefit-container img {
    max-height: 100px;
    max-width: 100%;
  }
  #partnerprogramm .benefit-container p{
    padding: 0 30px;
  }

  #partnerprogramm .howitworks .steps-inner {
    margin: 0 10px;
  }

  #partnerprogramm .steps-list {
    padding: 0;
  }
  #partnerprogramm .steps-list .steps-list-inner {
    padding-left: 36px;
  }
  #partnerprogramm .steps-list img {
    max-height: 40px;
    position: static;
  }
  #partnerprogramm .steps-list p {
    padding-right: 30px;
  }

  #partnerprogramm .steps-list-item h3 {
    font-size: 4.5vw;
  }

  #partnerprogramm .paymentmodel img {
    margin-bottom: 20px;
  }

  #partnerprogramm .paymentmodel .model-container {
    margin: 30px 0;
  }
  #partnerprogramm .teaser-personalcontact-info {
    padding: 0;
    text-align: center;
  }
  #partnerprogramm #affiliateProgramForm .form-group,
  #partnerprogramm #affiliateProgramForm .form-input {
    margin-bottom: 6px;
  }
}

.footer-item:last-child {
  margin-right: 0;
}

/* ************************************************************ */
/* ********** Home page registration button ********** */
/* ************************************************************ */
#home .newsletter .newsletter-headline{
  margin-bottom: 12px;
}

/* Weihnachtsbonus */
#weihnachtsbonus img.stage-featured-img {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 400px;
}

#weihnachtsbonus .stage {
  min-height: unset;
	margin-bottom: 40px;
	background: #003d2a url(../img/weihnachtsbonus/20201126_Weihnachtsbonus_Schneeflocken.png) center center;
	background-size: cover;
}

#weihnachtsbonus .stage-content {
  margin: 200px 0;
}

#weihnachtsbonus .stage h1 {
  font-weight: 200;
}

#weihnachtsbonus h3.title {
	margin-top: 40px;
	margin-bottom: 40px;
}

#weihnachtsbonus .conditions {
  margin-bottom: 100px;
  text-align: center;
}

#weihnachtsbonus .conditions .btn{
  background-color: #ff8c19;
  border-color: #ff8c19;
  margin: 12px 0;
  padding: 12px 64px;
}

@media ( max-width: 768px) {
  #weihnachtsbonus img.stage-featured-img {
    width: 80vw;
  }

  #weihnachtsbonus .stage h1 {
    font-size: 8vw;
  }
}

.news-letter-fancybox {
  max-width: 480px;
}
.news-letter-fancybox header {
  width: fit-content;
  margin: 0 auto;
}
.news-letter-fancybox header i {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 46px;
  line-height: 68px;
  color: #003d2a;
  position: absolute;
}
.news-letter-fancybox header h3 {
  margin: 0;
  margin-left: 50px;
  padding: 15px 0;
  display: block;
}
.news-letter-fancybox .form input[type="checkbox"] {
  /* margin: unset; */
  margin-left:-20px;
}

/*  */
/* Allianz Climate Solutions Page Styles */
#immobilien_bonus .stage {
  background:linear-gradient(0deg, rgba(0, 61, 42, 0.3), rgba(0, 61, 42, 0.3)), url(../img/immobilien_bonus/immobilien_bonus_stage_bg.jpeg) center center;
  background-size:cover;
  margin-bottom: 40px;
}
/* make sure the background scales good */
@media(min-width: 1024px) and (max-width: 1439px){
  #immobilien_bonus .stage {
    background-position: center bottom;
  }
}
#immobilien_bonus .stage .stage-inner {
  background: none;
}
#immobilien_bonus .safety-item {
  border-bottom: none;
  margin: 0 70px;
}
#immobilien_bonus .ueber-immobilien-bonus ul {
  width: fit-content;
  margin: auto;
}
#immobilien_bonus h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
#immobilien_bonus .inline-logo {
  max-width: 220px;
  margin-bottom: 40px;
  display: inline;
}
#immobilien_bonus .stage-content {
  margin-top: 210px;
}

#immobilien_bonus .projects .btn {
  background-color: #ff8c19;
  border-color: #ff8c19;
  margin: 12px 0;
  padding: 12px 64px;
}
#immobilien_bonus .steps-list {
  margin-bottom: 80px;
}


#immobilien_bonus .conditions ul {
  width: fit-content;
  margin: auto;
}

@media (max-width: 768px) {

  #immobilien_bonus .steps-list {
    padding-left: 40px;
    margin-bottom: 20px;
  }

  #immobilien_bonus .steps-list-inner {
    padding-left: 40px;
  }

  #immobilien_bonus .steps-list-inner .steps-list-image {
    max-height: 40px;
    left: -60px;
    top: -10px;
  }
}
