/*
 * Footer
*/
.bg-yellow {
  background-color: #ffd900;
}

/*
 * Navbar
*/
.landing-navbar {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.landing-navbar .nav-link {
  font-size: 0.894rem;
}

.landing-slider-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

[dir="rtl"] .landing-slider-parallax-bg {
  left: auto;
  right: 0;
}

.navbar.bg-dark {
  background-color: transparent !important;
  -webkit-transition: z-index ease;
  transition: z-index ease;
}

@media (max-width: 991px) {
  .navbar.bg-dark {
    background-color: #2f3337 !important;
  }
}
.navbar.bg-dark.scrolled {
  background-color: #fff !important;
}

.navbar.bg-dark .navbar-nav .nav-item {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}

.navbar.bg-dark .navbar-nav .nav-link:hover {
  color: #ffd900 !important;
}

.navbar-toggler {
  background: white;
  border-color: transparent;
}

.navbar.bg-dark .navbar-toggler-icon {
  width: 25px !important;
  height: 25px !important;
}

/*
 * Logo
*/
.default-style .sidenav .app-brand.demo {
  height: 66px;
}

.material-style .sidenav .app-brand.demo {
  height: 70px;
}

.app-brand-logo.demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-brand-logo.demo svg {
  width: 160px;
  height: 47px;
}

@media (max-width: 352px) {
  .app-brand-logo.demo,
  .app-brand-logo.demo svg {
    width: 190px;
  }
  .navbar.bg-dark .navbar-toggler-icon {
    width: 15px !important;
    height: 15px !important;
  }
}
@media (min-width: 353px) and (max-width: 400px) {
  .app-brand-logo.demo,
  .app-brand-logo.demo svg {
    width: 230px;
  }
  .navbar.bg-dark .navbar-toggler-icon {
    width: 18px !important;
    height: 18px !important;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .app-brand-logo.demo,
  .app-brand-logo.demo svg {
    width: 250px;
  }
  .navbar.bg-dark .navbar-toggler-icon {
    width: 20px !important;
    height: 20px !important;
  }
}
.app-brand-text.demo {
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .app-preview-slider-wrapper {
    padding: 0;
  }
  .app-preview-slider .swiper-slide img {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .app-preview-slider .swiper-slide-active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*
 * Forms
*/
.form-group.required .form-label:after {
  content: "*";
  color: red;
}

/*
 * Content
*/
.landing-block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 992px) {
  .landing-block {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
hr.landing-separator {
  margin: 0 0 1.25rem 0;
  width: 3rem;
  border-width: 2px;
  text-align: left;
}

.landing-separator-stripes {
  width: 100%;
  height: 6px;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.06) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.06) 50%,
    rgba(0, 0, 0, 0.06) 75%,
    transparent 75%,
    #fff
  );
  background-size: 4px 4px;
}

/*
 * Landing variations
*/
/* Landing 1 */
.landing-1 .font-secondary {
  font-family: Static, "Droid Sans", "Helvetica Neue", sans-serif;
}

.landing-1 .font-secondary-bold {
  font-family: StaticBold, "Droid Sans", "Helvetica Neue", sans-serif;
}

.landing-1 .landing-navbar-alt {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.landing-1 .landing-btn {
  text-transform: uppercase;
  letter-spacing: 0.06991em;
  font-weight: 600;
  font-size: 85%;
  font-family: Flexo-Regular, "Droid Sans", "Helvetica Neue", sans-serif;
}

/*
 * Why Choose
*/
.c-hp-why-choose {
  background: white;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.c-hp-why-choose ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-hp-why-choose li {
  margin-top: 70px;
}

@media (min-width: 992px) {
  .c-hp-why-choose li:first-child,
  .c-hp-why-choose li:last-child {
    width: 23.61111%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%;
  }
  .c-hp-why-choose li:first-child {
    margin-left: 9.02778%;
  }
  .c-hp-why-choose li:nth-child(2) {
    width: 31.94444%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%;
  }
}
.c-hp-why-choose h3 {
  margin-top: 30px;
}

.c-hp-why-choose p {
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 991px) {
  .c-hp-why-choose p {
    max-width: 65.27778%;
    margin: 0 15.27778%;
  }
}
.c-hp-why-choose__arg-1 .cls-1 {
  fill: #ffd900;
}

.c-hp-why-choose__arg-1 .cls-2,
.c-hp-why-choose__arg-1 .cls-3 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-hp-why-choose__arg-1 .cls-2 {
  stroke-width: 5px;
}

.c-hp-why-choose__arg-1 .cls-3 {
  stroke-width: 6px;
}

.c-hp-why-choose__arg-2 .cls-1,
.c-hp-why-choose__arg-2 .cls-3 {
  fill: #ffd900;
}

.c-hp-why-choose__arg-2 .cls-2 {
  fill: none;
  stroke-width: 5px;
}

.c-hp-why-choose__arg-2 .cls-2,
.c-hp-why-choose__arg-2 .cls-3 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-hp-why-choose__arg-2 .cls-3 {
  stroke-width: 6px;
}

.c-hp-why-choose__arg-3 .cls-1 {
  fill: #ffd900;
}

.c-hp-why-choose__arg-3 .cls-2,
.c-hp-why-choose__arg-3 .cls-5 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-hp-why-choose__arg-3 .cls-2,
.c-hp-why-choose__arg-3 .cls-3,
.c-hp-why-choose__arg-3 .cls-4,
.c-hp-why-choose__arg-3 .cls-5 {
  stroke: #000;
}

.c-hp-why-choose__arg-3 .cls-2 {
  stroke-width: 5px;
}

.c-hp-why-choose__arg-3 .cls-3,
.c-hp-why-choose__arg-3 .cls-4 {
  stroke-miterlimit: 10;
}

.c-hp-why-choose__arg-3 .cls-3 {
  stroke-width: 0.22px;
}

.c-hp-why-choose__arg-3 .cls-4 {
  stroke-width: 0.22px;
}

.c-hp-why-choose__arg-3 .cls-5 {
  stroke-width: 2px;
}

/**
 * Component: homepage-in-4-steps
 */
.c-hp-in-4-steps {
  background: #ffd900;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.c-hp-in-4-steps h3 {
  margin-top: 30px;
}

.c-hp-in-4-steps p {
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 1039px) {
  .c-hp-in-4-steps p {
    max-width: 65.27778%;
    margin: 0 15.27778%;
  }
}
.c-hp-in-4-steps .o-cta {
  margin: 100px 0 0;
}

.c-hp-in-4-steps__step-1 .cls-1,
.c-hp-in-4-steps__step-1 .cls-4,
.c-hp-in-4-steps__step-1 .cls-5 {
  fill: #ffffff;
}

.c-hp-in-4-steps__step-1 .cls-2,
.c-hp-in-4-steps__step-1 .cls-3 {
  fill: none;
}

.c-hp-in-4-steps__step-1 .cls-2,
.c-hp-in-4-steps__step-1 .cls-3,
.c-hp-in-4-steps__step-1 .cls-4,
.c-hp-in-4-steps__step-1 .cls-5 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-hp-in-4-steps__step-1 .cls-2,
.c-hp-in-4-steps__step-1 .cls-4 {
  stroke-width: 4.5px;
}

.c-hp-in-4-steps__step-1 .cls-3 {
  stroke-width: 3.24px;
}

.c-hp-in-4-steps__step-1 .cls-5 {
  stroke-width: 2.43px;
}

.c-hp-in-4-steps__step-2 .cls-1,
.c-hp-in-4-steps__step-2 .cls-2 {
  fill: #fff;
}

.c-hp-in-4-steps__step-2 .cls-2,
.c-hp-in-4-steps__step-2 .cls-3,
.c-hp-in-4-steps__step-2 .cls-4 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-hp-in-4-steps__step-2 .cls-2,
.c-hp-in-4-steps__step-2 .cls-3 {
  stroke-width: 4.5px;
}

.c-hp-in-4-steps__step-2 .cls-3,
.c-hp-in-4-steps__step-2 .cls-4 {
  fill: none;
}

.c-hp-in-4-steps__step-2 .cls-4 {
  stroke-width: 4.05px;
}

.c-hp-in-4-steps__step-3 .cls-1,
.c-hp-in-4-steps__step-3 .cls-2 {
  fill: #fff;
}

.c-hp-in-4-steps__step-3 .cls-2,
.c-hp-in-4-steps__step-3 .cls-3,
.c-hp-in-4-steps__step-3 .cls-4,
.c-hp-in-4-steps__step-3 .cls-5 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-hp-in-4-steps__step-3 .cls-2,
.c-hp-in-4-steps__step-3 .cls-3,
.c-hp-in-4-steps__step-3 .cls-4 {
  stroke-width: 4.5px;
}

.c-hp-in-4-steps__step-3 .cls-3,
.c-hp-in-4-steps__step-3 .cls-5 {
  fill: #ffd900;
}

.c-hp-in-4-steps__step-3 .cls-4 {
  fill: none;
}

.c-hp-in-4-steps__step-3 .cls-5 {
  stroke-width: 3.24px;
}

.c-hp-in-4-steps__step-4 .cls-1,
.c-hp-in-4-steps__step-4 .cls-2,
.c-hp-in-4-steps__step-4 .cls-4 {
  fill: #fff;
}

.c-hp-in-4-steps__step-4 .cls-2,
.c-hp-in-4-steps__step-4 .cls-3,
.c-hp-in-4-steps__step-4 .cls-4,
.c-hp-in-4-steps__step-4 .cls-5 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-hp-in-4-steps__step-4 .cls-2,
.c-hp-in-4-steps__step-4 .cls-3 {
  stroke-width: 4.5px;
}

.c-hp-in-4-steps__step-4 .cls-3,
.c-hp-in-4-steps__step-4 .cls-5 {
  fill: none;
}

.c-hp-in-4-steps__step-4 .cls-4,
.c-hp-in-4-steps__step-4 .cls-5 {
  stroke-width: 3.97px;
}

/*
 * Fix for invisible text in safari when input is disabled
*/
input:disabled {
  -webkit-text-fill-color: #000000; /* Override iOS / Android font color change */
  -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
  color: #000000; /* Override IE font color change */
}

/*
  Ensure that the height of the container matches the ratio if the video
 */
.responsive-video-size {
  height: 57vw;
  min-height: 715px;
  background-color: white;
}

/*
  ----------------
  Home page styles to show/hide video background depending on the screen size.
*/
.header-font {
  font-size: 2.6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  /*
  TODO: ad hoc UI changes, review and refactoring may be required here

  styles below applicable to mobile devices only
     Used to:
     - hide the BG video
     - show the first section with the text in an appropriate way
  */
  .header-font {
    font-size: 2rem !important;
  }
  .ui-bg-video {
    display: none !important;
  }
  .mobile-bg {
    background-image: url("https://zonnepanelendelen.s3.amazonaws.com/images/bg_ZonnepanelenDelen.original.jpg");
    background-size: cover;
    background-position: center;
  }
  .mobile-only-style {
    color: black !important;
  }
}
.investment-button {
  width: 100%;
  height: 100%;
  background-color: #ffd900;
}

.card-container > * {
  color: #aaaaaa !important;
}

.overlay-container {
  position: relative;
}

.hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.hover-overlay div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  padding: 20px;
  text-align: center;
}

.hover-bg-grey {
  background-color: rgba(47, 47, 47, 0.9);
}

.hover-bg-yellow {
  background-color: rgba(255, 217, 0, 0.95);
}

.overlay-container:hover .hover-overlay {
  opacity: 1;
}

/* Investment flow wizard */
/* Styles used by radio_buttons_toggle template  */
.btn-outline-toggle {
  background: transparent;
  box-shadow: 0 0 0 1px rgba(24, 28, 33, 0.9) inset;
  -webkit-box-shadow: 0 0 0 1px rgba(24, 28, 33, 0.9) inset;
  color: lightgrey;
}

.btn-outline-toggle.active,
.btn-outline-toggle:active,
.btn-outline-toggle:hover {
  background: #ffd900;
  color: #665720;
}

.radio-buttons-toggle-input {
  display: none;
}
