<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****Font Family Roboto****/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
/****Font Family Inter****/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

/****Global Style Started Here*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
body {
    font-size: 20px;
    font-weight: 400;
    color: #8d9195;
    line-height: 32px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #293039;
}
h3 {
    font-size: 21px;
}
h4 {
    font-weight: 500;
    font-size: 38px;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section {
    padding: 100px 0;
}
/****Global Style End Here*/

/****Home Page Style Started Here****/
/****Header Area Started Here!****/
/****Navigation Menu Area****/
.header-area {
    background-image: url(../image/headerbgimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}
.navbar-brand img {
    max-width: 200px;
}

/*****Main Menu Area*******/
.nav-collape {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.main-menus {
    float: right;
}
.main-menus li {
    padding: 0 20px;
}
.main-menus li a {
    padding: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 3px !important;
    color: #ffffff !important;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 17px;
}
.main-menus li a:hover {
    color: #f19123 !important;
    border-bottom: 1px solid #f19123;
}
.active {
    color: #f19123 !important;
    border-bottom: 1px solid #f19123;
}
.sub-menu {
    padding-bottom: 15px;
    background: #191b1c;
    width: 200px;
    border-radius: 0px;
    margin-top: 1px;
}
.menu-btn a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    padding: 12px 35px;
    border: 1px solid #f19123;
    background: #f19123;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 20px;
    text-align: center;
}
.menu-btn a:hover {
    background: #d77d16;
}
.sub-menu li a:hover {
    background: none !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}
.dropdown-toggle::after {
    display: none;
}
#navbarDropdown i {
    font-size: 15px;
    margin-left: 3px;
}
.dropdown-menu {
    display: none;
}
.main-menus li:hover .dropdown-menu {
    display: block;
}
.b-white {
    background-color: #ffffff;
}

.navbar-nav .dropdown-menu {
    position: static;
    border: none;
}
/****Header Area End Here!****/
/****Welke producten Area Started Here!*****/
.section-title h2 {
    margin-bottom: 20px;
}
.welke-box {
    border: 2px solid #f19123;
    padding-top: 30px;
    padding-bottom: 20px;
}
.welke-image {
    margin-bottom: 20px;
}
.section-title {
    margin-bottom: 50px;
}
.welke-content p {
    font-size: 17px;
    line-height: 28px;
}
.tp-mgin {
    margin-top: 40px;
}
/****Toekomst Area***/
.toekomst-box {
    border: 2px solid #f19123;
    padding-top: 30px;
    padding-bottom: 20px;
}
.toekomst-box img {
    margin-bottom: 15px;
}
.toekomst-box h3 {
    margin-bottom: 20px;
}
.toekomst-box p {
    font-size: 17px;
    line-height: 28px;
}
.t-m {
    padding-top: 38px;
}
.m-bt {
    margin-bottom: 20px;
}

/****Welke producten End Started Here!*****/
/****Services Area Started Here!*****/
.service-area {
    background: #f7f7f7;
}
.mr-gin {
    margin-bottom: 40px;
}
.service-content h4 {
    margin-bottom: 15px;
}
.service-content p {
    margin-bottom: 20px;
}
.service-btn {
    text-decoration: none;
    background: #f19123;
    display: block;
    text-align: center;
    width: 200px;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 14px;
    line-height: 24px;
    transition: 0.3s;
}
.service-btn:hover {
    background: #d77d16;
    color: #ffffff;
}
.row-margin {
    margin-bottom: 50px;
}
.d-none {
    display: none;
}
/****Services Area End Here!*****/
/***Mammoet Area Started Here****/
.mammoet-image {
    margin-bottom: 30px;
}
.mammoet-content p {
    color: #f19123;
    font-size: 17px;
}
.mammoet-content {
    margin-bottom: 40px;
}
/***Mammoet Area End Here****/
/***Helpen Area Started Here!**/
.helpen-area {
    background: url(../image/Rectangle\ 8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.helpen-content {
    margin-bottom: 20px;
}
.helpen-content h2 {
    color: #ffffff;
    margin-bottom: 20px;
}
.helpen-content p {
    margin-bottom: 50px;
    font-size: 20px;
    color: #b8bcbe;
}
.helpen-content a {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    padding: 12px 35px;
    border: 1px solid #f19123;
    background: #f19123;
    font-size: 16px;
    font-weight: 300;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}
.helpen-content a:hover {
    background: #d77d16;
}
/***Helpen Area End Here!**/

/****Team versterken Area Started Here!****/
.versterken-area {
    box-shadow: 0px 1px 4px 1px #979797;
}
.versterken-content h2 {
    margin-bottom: 20px;
}
.versterken-content p {
    margin-bottom: 50px;
    font-size: 20px;
}
.versterken-content a {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    padding: 15px 35px;
    border: 1px solid #f19123;
    background: #f19123;
    font-size: 16px;
    font-weight: 300;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
}
.versterken-content a:hover {
    background: #d77d16;
}
/****Team versterken Area End Here!****/
/*****Info Area Started Here******/
.info-area {
    padding-top: 100px;
    padding-bottom: 80px;
}
.info-img {
    margin-bottom: 20px;
}
.info-content p {
    font-size: 15px;
}
/*****Info Area End Here******/
/*****Logo &amp; Social Link Area Started Here!******/
.below-logo img {
    max-width: 150px;
}
.social-icon ul {
    float: right;
    margin-top: 15px;
}
.social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}
.social-icon ul li:last-child {
    margin-right: 0px !important;
}
.social-icon ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 25px;
}
.ls-area {
    padding-bottom: 80px;
    padding-top: 0 !important;
}
.social-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.social-row &gt; div {
    width: 50%;
}
/*****Logo &amp; Social Link Area End Here!******/
/******Footer Area Started Here!****/
.footer-area {
    background: #f19123;
    padding: 40px;
    position: relative;
}
.copyright-area p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-menu ul {
    list-style: none;
    padding: 0;
    float: right;
}
.footer-menu ul li {
    display: inline-block;
    padding-right: 20px;
}
.footer-area ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}
.footer-area ul li a:hover {
    border-bottom: 1px solid #ffffff;
}
.scrollBtn {
    text-decoration: none;
    color: #ffffff;
    background: #293039;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    cursor: pointer;
    display: none;
}
.scrollBtn:hover {
    color: #f19123;
}

.sticky {
    position: fixed;
    background: #0a0909ab;
    width: 100%;
}
/******Footer Area End Here!****/
/****Home Page Style End Here****/

/***Producten Page Style Started Here!*****/
.header-areas {
    background-image: url(../image/producten/Rectangle\ 11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner-wrapper h2 {
    color: #f19123;
}
.banner-wrapper h2 {
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.banner-wrapper p {
    font-size: 22px;
}
.producten-content {
    text-align: center;
    margin-bottom: 40px;
}
.producten-box {
    margin-bottom: 25px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.producten-box .welke-image {
    margin-bottom: 30px;
}
.producten-box h3 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 35px;
}
.producten-box P {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
}
.welke-content a {
    text-decoration: none;
    background: #f19123;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 14px;
    line-height: 24px;
    text-align: center;
    transition: 0.3s;
    text-transform: capitalize;
}
.welke-content a:hover {
    background: #d77d16;
}
/***Producten Page Style End Here!*****/

/******Zonnepanelen Page Stylesheet Started Here!******/
.zonnepanelen-area {
    background-image: url(../image/zonnepanelen/Rectangle\ 10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/***Advantages Area Started Here!*****/
.advantages-area {
    background: #f7f7f7;
}
.advantsges-content h2 {
    margin-bottom: 30px;
}
.p-din {
    padding-right: 30px;
}
.advantsges-content ul {
    padding: 0;
    margin-bottom: 1rem;
}
.advantsges-content ul li {
    text-align: left;
    font-size: 16px;
    color: #f19123;
}
.advantsges-img img {
    max-width: 300px;
}

.advantsges-img {
    overflow: hidden;
    margin-bottom: 20px;
}
.x-width {
    width: 100px;
    margin: auto;
    height: 40px;
}
.bdr-r {
    border-radius: 10px;
}
.wel-mar p {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
.pq-2 {
    padding-bottom: 44px;
}
.pq-0 {
    padding-bottom: 38px;
}
.section-btn {
    text-align: center;
    margin-top: 80px;
}
.section-btn a {
    text-decoration: none;
    background: #f19123;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 14px;
    line-height: 24px;
    text-align: center;
    transition: 0.3s;
}
.section-btn a:hover {
    background: #d77d16;
}
/******Zakelijk Area Started Here****/
/******Zakelijk Area End Here****/
.mtp-0 {
    margin-top: 0;
    margin-bottom: 60px;
}
.zk-content {
    background: #efefef;
    padding: 50px 0;
}
.zk-content p {
    margin-bottom: 0;
}
/***Advantages Area End Here!*****/
/******Zonnepanelen Page Stylesheet End Here!******/

/****Warmtepomp Page Started Here!******/
.warmtepomp-header {
    background-image: url(../image/warmtepomp/Rectangle\ 10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hoeveel-area {
    background: #f19123;
    padding: 40px 0;
}
.hoeveel-area h2 {
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.hoeveel-area p {
    color: #efefef;
    margin-bottom: 0;
}
.ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.pc-0 {
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.lucht-desc {
    font-size: 17px;
    line-height: 28px;
    margin-left: 10px;
}
.lucht-desc::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #b8bcbe;
    border-radius: 50px;
    top: 9px;
    left: -20px;
}
.lucht-desc span {
    font-weight: 700;
    color: #293039;
}
.psi-0 {
    margin-top: 50px;
}
.bg-c {
    background: #f7f7f7;
    padding-top: 50px;
}
.bg-c .welke-content h2 {
    margin-bottom: 30px;
}
.bg-c .welke-content p {
    font-size: 20px;
    line-height: 33px;
}
.warmt-btn a {
    border-radius: 0px;
}
/****Warmtepomp Page End Here!******/

/****Airco Page Started Here!******/
.airco-header {
    background-image: url(../image/airco/Rectangle\ 10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.airco-style {
    padding-top: 40px;
    padding-bottom: 0;
    border-radius: 15px;
}
.mbv-0 {
    margin-bottom: 0;
}
.airco-area {
    padding-top: 0;
}
.airco-btn {
    margin-top: 45px;
}
.airco-title {
    padding-top: 40px;
    padding-bottom: 50px;
}
/****Airco Page End Here!******/

/******Thuisbatterji Page Started Here***/
.thuisbatterji-header {
    background-image: url(../image/thuisbatterji/Rectangle\ 10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.thus-pdn p {
    padding-bottom: 110px;
}
.thuisbattery-content {
    background: #f7f7f7;
}
.midle-content h2 {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 38px;
}
/******Thuisbatterji Page End Here***/
/****Battery Page Started Here*****/
.battery-header {
    background: url(../image/battery/Rectangle\ 10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/****Battery Page End Here*****/

/****Over Ons Page Started Here*****/
.overons-header {
    height: 550px;
    background: linear-gradient(#00000096, #00000096),
        url(../image/solar-setup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.over-onsheading{
    padding-top: 20px;
    margin-top: 80px;
    border-top: 5px solid #f19123;
    color: #fff !important;
}

.overons-title {
    margin-bottom: 40px;
}

.over-ons-content p{
    color: #000;
    font-size: 20px;
}

.statistiek-item p{
    color: #000;
    font-size: 20px;
    line-height: 1.1;
}

.circle-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.circle-box ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.circle-box ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 25px;
    position: relative;
}
.circle-box ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #f19123;
    border-radius: 50px;
    top: 9px;
    left: 2px;
}
.overons-banner {
    background: url(../image/overons/Rectangle\ 28.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 700px;
}
.obanner-content {
    padding: 50px 0;
    display: none;
}
.over-ons {
    font-size: 23px !important;
}
.over-ons span {
    border-bottom: 1px solid #8d9195;
}
.oversons-area {
    background: #f7f7f7;
}
.over-pstyle {
    margin-bottom: 0 !important;
}
.reces-content p {
    font-size: 22px;
}
.overons-btn {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.overons-btn a {
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 10px;
    line-height: 24px;
    text-align: center;
    transition: 0.3s;
}
.overons-btn a:first-child {
    background: #5bc0de;
    color: #ffffff;
    margin-right: 20px;
}
.overons-btn a:first-child:hover {
    background: #44abca;
}
.overons-btn a:last-child {
    background: #5cb85c;
    color: #ffffff;
}
.overons-btn a:last-child:hover {
    background: #3e913e;
}

.begint-met-border{
    width: 200px;
border-top: 4px solid #F19123;
}

.het-begint-met-zonnepanelen .h2{
    color: #000;
    font-size: 40px;
    line-height: 1.2;
}

.het-begint-met-zonnepanelen p{
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

.het-begint-met-zonnepanelen i{
    color: #F19123;
    margin-right: 10px;
}

.het-begint-met-zonnepanelen a{
    color: #F19123;
    font-size: 18px;
    text-decoration: none;
}

.het-begint-met-zonnepanelen a:hover{
    color: #000;
}

/****Over Ons Page End Here*****/

/******Contact Us Page Started Here****/
.contact-header {
    background: linear-gradient(#00000096, #00000096),
        url(../image/overons/Rectangle\ 11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-lights {
    background: #f7f7f7;
}
.contact-styles p {
    margin-bottom: 0;
}
.contact-extra {
    border: none;
    padding-top: 50px;
}
.form-title {
    margin-bottom: 30px;
}
.form-title h2 {
    line-height: 55px;
}
.ouline-none input:focus {
    border: none;
}
.form-name {
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
}
.input-fname {
    margin-right: 30px;
}
.form-box label {
    display: block;
    margin-bottom: 5px;
}
.form-box input {
    width: 100%;
    outline: 0px;
    margin-bottom: 25px;
    border: 2px solid #8d91956e;
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
}
.form-box textarea {
    width: 100%;
    outline: 0px;
    height: 110px;
    border: 2px solid #8d91956e;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.form-massage p {
    padding-left: 30px;
    padding-right: 90px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
}
.submit-btn input {
    text-decoration: none;
    background: #f19123;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 14px;
    line-height: 24px;
    text-align: center;
    transition: 0.3s;
    height: auto;
    border: none;
}
.submit-btn input:hover {
    background: #d77d16;
}
/******Contact Us Page End Here****/
/**** Home Booking ****/
.home-booking{
    background: white;
}
.home-booking .badge {
    color: #1a1919;
    border-radius: 20px;
}

.home-booking h2 {
    font-size: 20px;
    line-height: 1.3;
}

.home-booking h3 {
    font-size: 18px;
    line-height: 1.3;
}

.home-booking li {
    color: #8d9195;
    margin-bottom: 10px;
}

.home-booking i {
    color: #f19123;
    margin-right: 5px;
}

.home-booking .form-label {
    font-size: 14px;
    color: #8d9195;
}

.home-booking .form-control {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #f19123;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
}

.home-booking .form-check-label {
    font-size: 16px;
}

.home-booking .form-check-input:checked {
    background-color: #f19123;
    border-color: #f19123;
}

.home-booking .btn {
    color: #fff;
    background-color: #f19123;
    border-radius: 30px;
    transition: transform 0.3s;
}

.home-booking .btn:hover {
    color: #fff;
    outline: none;
    transform: scale(1.01);
}
/**** Others ***/
.h-big {
    height: 800px;
}

.credit{
font-size: 15px;
color: #fff;
margin-bottom: 0;
}

.montagnemateriaal-header{
    background-image: url(../image/solar-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 900px;
}</pre></body></html>