@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
  font-size: 0.9rem;
  color: #454545;
  font-family: 'Roboto Condensed', sans-serif;
}

.top-bar {
    height: 15px;
    background: rgb(254,209,23);
    background: linear-gradient(90deg, rgba(254,209,23,1) 0%, rgba(244,147,42,1) 52%, rgba(236,92,59,1) 100%); 
    border-bottom: 5px solid #414141;
    padding: 0;
    margin: 0;
}

.h1, h1 {
    font-size: 1.5rem;
}

.h2, h2 {
    font-size: 1.2rem;
}

.canadian-solar, .solar-edge, .esdec, .good-we {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-mb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*.container.header {
    min-height: 400px;
    background: url('../images/van-wolde-solar-systems-header.png') no-repeat center center;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

.container.header {
    position: relative;
}

.four-steps {
  height: 400px;
}

.dak-analyse {
    height: 400px;
    background: url(../images/dakanalyse.svg) bottom center;
    background-repeat: no-repeat;
    padding: 15px;
}

.offerte {
    height: 400px;
    background: url(../images/offerte.svg) bottom center;
    background-repeat: no-repeat;
    padding: 15px;
}

p.mimic-btn-container {
 margin: 50px 15px 15px 15px;
}

a.mimic--btn {
 padding:6px;
 background: linear-gradient(90deg, rgba(254,209,23,1) 0%, rgba(244,147,42,1) 52%, rgba(236,92,59,1) 100%);
 color:#fff;
 text-align:center;
 display:block;
 width:50%;
 margin:0 auto;
 border-radius:4px
}

a.mimic--btn:hover {
 background-color:rgba(30,15,98,.8)
}

.mogelijkheden {
    height: 400px;
    background: url(../images/mogelijkheden.svg) bottom center;
    background-repeat: no-repeat;
    padding: 15px;
}


.installatie {
    height: 400px;
    background: url(../images/installatie.svg) bottom center;
    background-repeat: no-repeat;
    padding: 15px;
}

.txt-container {
    height: 235px;
    width: 100%;
}

.txt-container h2 {
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    margin: 0 30px 20px 30px;
}

p.white {
    height: 160px;
    padding: 7px;
    background-color: #ffffff;
    font-size: 0.85rem;
}

.talk {
    height: 150px;
    width: 150px;
    background: url(../images/talk.svg);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

section {
    padding: 5rem 0;
}

.logo-container {
    position: absolute;
    width: 200px;
    height: 181px;
    background-color: rgba(255, 255, 255, 0.56);
    top: 0;
    left: 100px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.logo {
    width: 135px;
    margin: 10px auto 0 auto;
}

.card.card-contact {
    width: 16rem;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 10%;
}

.card-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    text-align: center;
}

.card-body ul {
    list-style-type: none;
    padding: 10px;
}

.card-body ul li a {
    color: #454545;
}

.card-body ul li a:hover {
    color: #cccccc;
}

.card-body ul li {
    font-size: 1rem;
    text-shadow: 1px 1px #999;
    text-align: center;
}

.txt-color-white {
    color: #ffffff;
}

.card-body ul li.call-out {
    font-size: 1.3rem;
    color: #ffffff;
    margin-top: 15px;
}

.main {
    margin-top: 15px;
}

.main-content {
    margin-top: 20px;
    min-height: 300px;
}

ul.menu_main {
    margin-top: 18px;
    display: block;
}

ul.menu_main li {
    margin: 20px 10px;
}

ul.menu_main li a{
    background-color: #414141;
    padding: 15px;
    text-align: right;
    color: #ffffff;
    width: 220px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 0.8rem;
}

ul.menu_main li a:hover{
    background-color: #fe8e29;
    text-decoration: none;
}

ul.menu_main li.active a {
    background-color: #ff792e;
    color: #ffffff;

}

.review {
    min-height: 300px;
    background-color: #999999;
    margin: 50px 0;
    color: #ffffff;
}

.review-talk, .star, .leave-a-review {
    padding: 6% 0;
}

.stars {
    color: #ffffff;
    width: 100%;
}

.review h3 {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 15px;
}

.stars ul {
    list-style-type: none;
    display: inline-flex;
    margin: 0 0 15px 0;
    padding: 0;
}

.closure-stars {
    font-size: 1rem;
}

.button-review-container a.btn {
    background-color: #414141;
    border-radius: 4px;
    color: #feb31e;
    font-size: 0.6rem;
    letter-spacing: 0.2rem;
    text-transform: none;
    margin-right: 50px; 
}


.drone-txt {
    display: block;
}

.question {
    font-size: 2rem;
    letter-spacing: 1px;
    color: #ffffff;
}

.solution {
    position: absolute;
    top: 250px;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

span.highlight {
    color: #01abd5;
}

span.small-txt {
    font-size: 0.9rem;
    text-shadow: none;
}

.footer {
    min-height: 160px;
    background: url(../images/footer-bkg-top.png) top left;
    background-repeat: repeat-x;
    font-size: 0.8rem;
    padding-top: 50px;
    margin-top: 15px;
}

.footer-txt {
    text-align: center
}

.copyright {
    margin-top: 20px;
}

#button11 {
    margin-top: 20px;
}


a.btn-alg-voorwaarden {
    text-decoration: none;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 5px 10px;
    background-color: #5d5e5f;
    display: block;
    width: 75%;
}

a.btn-offerteaanvraag {
    text-decoration: none;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 5px 10px;
    letter-spacing: 2px;
    background-color: #5d5e5f;
    display: block;
    width: 75%;
    text-align: center;
}

a.btn-alg-voorwaarden:hover, a.btn-offerteaanvraag:hover {
    background-color: #cccccc;
}

.offerteaanvraag-container {
    padding-top: 50px;
}

span.note {
    display: block;
    width: 75%;
    text-align: center;
}

.carousel-indicators li {
    background-color: #ff8f29;
}

ul.sigFreeClassic li.sigFreeThumb {
    float: left;
    background: #fff !important;
    margin: 0 0 23px 23px;
    padding: 0;
    list-style: none !important;
}

.gradient-box {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
  max-width: 22em;
  position: relative;
  padding: 30% 2em;
  box-sizing: border-box;
  color: #FFF;
  background: #000;
  background-clip: padding-box;
  /* !importanté */
  border: solid 5px transparent;
  /* !importanté */
  border-radius: 1em;
}
.gradient-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, yellow, orange, red);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .solution {
        font-size: 1.4rem;
    }

    .four-steps {
        margin-top: 25px !important; 
    }

    .txt-container h2 {
        margin: 0 110px 20px 110px;
    }

    p.white {
        margin: 0 95px 20px 95px;
    }

}

@media screen and (max-width: 992px) {
    .four-steps {
        margin-top: 25px !important; 
    }

    .txt-container h2 {
        margin: 0 240px 20px 240px;
    }

    p.white {
        margin:0 215px 20px 215px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .solution {
        font-size: 1.4rem;
        top: 200px;
    }
    
    .card.card-contact {
        width: 12rem;
    }
    
    a.btn-alg-voorwaarden {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
    
    .h1, h1 {
        font-size: 2.0rem;
    }
    
    .h2, h2 {
        font-size: 1.5rem;
    }

    .logo {
        width: 90px;
    }

    .logo-container {
        width: 140px;
        height: 140px;
    }
}

@media screen and (max-width: 767px) {
    .card.card-contact {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .canadian-solar, .solar-edge {
        text-align: center;
        margin: 20px;
    }
    
    .voorwaarden-btn {
        padding-top: 10px;
    }

    .four-steps {
        margin-top: 25px !important; 
    }
    
    .txt-container h2 {
        margin: 0 140px 20px 140px;
    }

    p.white {
        margin:0 125px 20px 125px;
    }

    .logo {
        width: 90px;
    }

    .logo-container {
        width: 110px;
        height: 120px;
    }
}

@media screen and (max-width: 576px) {
    .four-steps {
        margin-top: 25px !important; 
    }
    
    .txt-container h2 {
        margin: 0 160px 20px 160px;
    }

    p.white {
        margin:0 145px 20px 145px;
    }

    .logo {
        width: 65px;
    }

    .logo-container {
        width: 100px;
        height: 100px;
        left: 50px;
    }

    .carousel-indicators {
        bottom: -2px;
    }
}

@media screen and (min-width: 300px) and (max-width: 540px) {
     .txt-container h2 {
        margin: 0 20px 20px 20px;
    }

    p.white {
        margin:0 25px 20px 25px;
    }

    .carousel-indicators {
        bottom: -30px;
    }
}

@media screen and (max-width: 380px) {
    .logo-container {
        left: 65px;
    }
}