:root {
    --white: #fff;
    --blue_soft: #345073;
    --blue_hard: #002856;
    --blue_bg: #dadee5;
    --blue_bg_hover: #c9cfd9;
    --red_soft: #fc4c4e;
    --grey_bg: rgba(0, 0, 0, .04);
    --green: #90bd20;
}

/* 
<weight>: Use a value from 200 to 800
<uniquifier>: Use a unique and descriptive class name
*/

body {
    /* background: #f2f2f2; */
    line-height: 1.6;
    font-size: 15px;
}

body,
.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
	text-decoration: none;
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
}

.small-border-radius {
    border-radius: 10px;
}

.uppercase {
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
}

p + h2 {
    margin-top: 35px;
}

.content-row-column br + h2 {
    margin-top: 16px;
}

/***************************************************
				       GRID
***************************************************/

.container {
	position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: transparent;
    padding-right: 20px;
    padding-left: 20px;
    /* min-height: 100%; */
}

/*
.group4 {
	padding: 15px;
    background: white;
    -moz-border-radius: 5px;
}
*/

.holder_content1 {
	position: relative;
	/* float: left; 
    margin-top: 5px; */
	width: 100%;
	margin-bottom:30px;
}

/***************************************************
				       TYPOGRAPHY
***************************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: var(--blue_hard);
    line-height: 1.2;
    margin-bottom: 15px;
}

h1 {
    /* font-size: 42px;*/
    font-size: 35px;
    max-width: 800px;
    margin-top: 30px;
    margin-bottom: 40px;
}

h2 {
	/*font-size: 34px;*/
	font-size: 26px;
}

h3 {
    font-size: 24px;
}

.content-row h2 {
    /*line-height: 1;*/
    line-height: 1.2;
    margin-bottom: 20px;
}

.content-row h3 {
    line-height: 1;
    margin-bottom: 10px;
}

.content-row p {
    margin-bottom: 15px;
}

h2.small-h2,
.small-h2 h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.small-h2 h2:first-of-type {
    margin-top: 0px;
}


/***************************************************
                       GRID (general)
***************************************************/

.centered-column {
    max-width: 700px;
    margin: 0 auto;
}



/***************************************************
                       FORMS (general)
***************************************************/

input,
select,
textarea {
    position: relative;
    color: var(--blue_soft);
    border: 1px solid #ddd;
    border-radius: 7.5px;
    padding: 8px 10px;
}

input:focus-visible,
textarea:focus-visible {
    outline: solid 1px var(--blue_soft);
}

.request-form label {
    padding-top: 5px;
}

.request-form input,
.request-form select {
    margin-bottom: 15px;
}

.content-row table {
    position: relative;
    z-index: 2;
}

.request-form table {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px
}

.request-form table tr td {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border-bottom: solid 1px #cdcdcd;
}

.request-form table input[type="checkbox"] {
    margin: 0;
}

.request-form .address-autocomplete {
    /* background: #fafafa; */
    background: #f0f0f0;
    padding: 30px 20px;
    border-radius: 10px;
    margin: 10px 0 30px;
}

.request-form .address-autocomplete span.cursief {
    font-size: 13px;
    max-width: 600px;
    display: inline-block;
    margin-bottom: 20px;
}

.request-form .address-autocomplete label {
    max-width: 330px;
}

.request-form .address-autocomplete #postcodeDataWachten {
    margin-top: 20px;
}

.request-form #postcodeDataWachten img {
    width: 30px;
    margin-right: 20px;
}

.form-photo-uploader {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.form-photo-uploader input {
    margin-top: 10px;
}

.form-photo-uploader span.grijs.cursief {
    font-size: 12px;
}

.maintenance_contract_notes {
    font-size: small;
}

.maintenance_contract_notes h3 {
    margin-bottom: 30px;
}

.maintenance_contract_notes h2 {
    font-size: 18px;
}

.request-form .terms-conditions,
.request-form .form-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.request-form .terms-conditions input,
.request-form .form-row input {
    margin: 4px 0 0 4px;
}

#huurderToevoegen,
#alleHuurders {
    position: relative;
}

#huurderToevoegen {
    display: inline-block;
}

.eenHuurder {
    display: block;
    margin-bottom: 20px;
    border: solid 1px #cdcdcd;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
}

.deleteRenter {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -15px;
    cursor: pointer;
    float: right;
    right: -5px;
}

/***************************************************
				       HEADER
***************************************************/

header {
	background-color: var(--white);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

header .container {
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 5px 20px;
}

#logo {
    display: inline-block;
    width: 235px;
}

.top-menu {
    background: var(--blue_soft);
    font-size: 13px;
}

.top-menu,
.top-menu a,
.top-menu .header_menu ul li.mainitem > a  {
    color: #fff;
}

header a:hover {
    opacity: 0.75;
}

.header_contact a {
    text-decoration: none;
    padding-right: 20px;
}

.header_contact i {
    padding-right: 5px;
}

header .main-menu .container {
    padding: 15px 20px;
}

.main-menu {
 	font-size: 15px;
}

.header_menu ul {
	margin: 0;
}

.header_menu > ul {
    display: flex;
}

.header_menu ul li {
    list-style: none;
}

.header_menu ul li.mainitem a {
    padding: 10px 15px;
    text-decoration: none;
	display: inline-block;
	color: var(--blue_soft);
}

.header_menu ul li.mainitem:nth-last-child(1) a {
	padding-right: 0px
}

.header_menu ul.subitems {
	display: none;
	position: absolute;
    top: auto;
    z-index: 200;
    min-width: 150px;
    width: auto;
    background: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 0;
    border-radius: 10px;
    margin-left: -5px;
}

.header_menu ul li:hover ul.subitems {
	display: block;
}

.header_menu ul.subitems li.subitem a {
	padding: 10px 20px;	
    font-size: 13px;
}

.header_menu ul.subitems li.subitem:hover {
 	/* background-color: #fffeb7; */
    background-color: var(--blue_soft);
}

.header_menu ul.subitems li.subitem:hover a {
    color: var(--white);
}

.header_menu .has-subitems i {
    font-size: 10px;
    padding-left: 5px;
    position: relative;
    top: -1px;
}

iframe.klantenVertellen {
    border: none;
}




/***************************************************
				       HERO
***************************************************/

#hero {
    position: relative;
    width: 100vw;
    height: 500px;
    transform: translateX(-50%);
    left: 50%;
    /* margin-top: -20px; */
    margin-bottom: 60px;
    color: var(--white);
}

#hero:before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 40 86) 0%, rgba(255, 255, 255, 0.01) 100%);
    content: '';
    z-index: 1;
    opacity: 0.65;
}

#hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
}

#hero .container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 2;
    padding-block: 70px;
    height: 100%;
}

#hero h1 {
    font-size: 56px;
	color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
}

#hero .hero-subtitle {
    font-size: 25px;
}


/***************************************************
                       BUTTONS
***************************************************/

.wg_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border: solid 1px var(--blue_hard);
    color: var(--blue_hard);
    font-weight: 700;
    padding: 10px 25px;
    margin-bottom: 10px;
    cursor: pointer;
}

.wg_button:hover,
.wg_button.wg_button_filled {
    background: var(--blue_hard);
    color: var(--white);
}

.wg_button.wg_button_filled:hover {
    background: var(--red_soft);
    border-color: var(--red_soft);
}

.wg_button.wg_button_filled_inverse {
    color: var(--white);
    background: var(--red_soft);
    border-color: var(--red_soft);
}

.wg_button.wg_button_filled_inverse:hover {
    border: solid 1px var(--blue_hard);
    background: var(--blue_hard);
}

.wg_button_small {
    font-size: 14px;
    padding: 7px 15px;
}

.wg_button_medium {
    font-size: 20px;
}

.wg_button_large {
    font-size: 24px;
}

.wg_button i {
    margin-left: 10px;
}



/***************************************************
				       MAIN-CALL TO ACTION
***************************************************/

.main-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
    margin-bottom: 60px;
}

.main-cta-column-outer {
    display: flex;
    flex-direction: column;
    flex: 0 1 calc(33.33% - 10px);
    /*flex: 0 1 calc(23.00% - 10px);*/
}

.main-cta-column-outer.main-cta-column-full-width {
    flex: 0 1 100%;
}

.main-cta-column {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    border-radius: 20px;
    padding: 30px 30px 50px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: var(--blue_bg);
    -webkit-transition: all .35s ease;
            transition: all .35s ease;
}

.main-cta-column:hover {
    background: var(--blue_bg_hover);
}

.main-cta h2 {
	color: var(--red_soft);
    font-size: 40px;
}

.main-cta-subtitle {
	font-size: 16px;
	color: var(--blue_hard);
	font-weight: 700;
}

.main-cta-img {
    display: flex;
    flex: 0 1 100%;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.main-cta-img img {
    max-height: 300px;
}



/***************************************************
                        VACATURES
***************************************************/

#vacatureBlokWrapper {
    margin-top: 70px;
}

#vacatureBlokWrapper img {
    border-radius: 10px;
    margin-bottom: 20px;
}

#vacatureBlokWrapper .main-cta-column {
    padding-bottom: 20px;
}

#vacatureBlokWrapper .main-cta-img {
    margin-top: 20px;
}




/***************************************************
                        KETELBLOK
***************************************************/
div#alleKetels {
    width: 100%;
}

.eenKetelBlok {
    display: block;
    float: left;
    margin: 0 2% 30px 0;
    box-sizing: border-box;
    position: relative;
    /* width: 209px;
    height: 320px; 
    padding: 5px; */
    overflow: auto;
    font-size: 14px;
    box-shadow: 5px 5px 25px lightgray;
    border-radius: 10px;
    width: 48%;
}

.eenKetelImage {
    height: 200px;
    display: block;
    margin: 20px auto 10px;
    overflow: hidden;
}

.eenKetelTitle {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: var(--blue_hard);
}

.eenKetelData > a {
    color: var(--red_soft);
    display: inline-block;
    margin-top: 20px;
}

.eenKetelData > a:hover {
    color: var(--blue_hard);
}

.eenKetelBlokOnder {
    display: flex;
    height: auto;
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 15px 25px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: var(--blue_bg);
    border-radius: 0 0 7px 7px;
    margin-top: 20px;
}

span.eenKetelOfferte a {
    font-weight: 700;
    color: var(--blue_hard);
}

span.eenKetelOfferte a:hover {
    color: var(--red_soft);
}




/*
.eenKetelPrijs {
    display: block;
    position: absolute;
    left: 5px;
}
.eenKetelOfferte {
    display: block;
    float:right
}
*/






/***************************************************
                        PRICING TABLE
***************************************************/

.pricing-table-outer {
    margin-top: 60px;
    margin-bottom: 20px;
}

.pricing-table {
    text-align: left;
    padding-bottom: 20px;
}

.pricing-table h2 {
    font-size: 23px; /*34px*/
    margin-bottom: 20px;
}

.pricing-table h2 span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
}

.pricing-table:hover .wg_button_filled {
    background: var(--red_soft);
    border: solid 1px var(--red_soft);
}

.pricing-table-checklist {
    margin-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.pricing-table-checklist li {
    font-size: 18px;
    padding: 3px 0;
}

.pricing-table-checklist i {
    margin-right: 10px;
}

.pricing-table-checklist i.fa-check {
    color: var(--green);
}

.pricing-table-checklist i.fa-circle-xmark {
    color: var(--red_soft);
}

.pricing-table-price {
    color: var(--red_soft);
    font-weight: 700;
    font-size: 24px;
    text-align: right;
    margin-top: auto;
    margin-bottom: 20px;
}

.pricing-table-price span {
    color: var(--blue_hard);
    /* display: block; */
    font-size: 12px;
}


/***************************************************
                       INFO CARD
***************************************************/

.info-cards {
    display: flex;
    gap: 20px;
}

.info-card-outer {
    display: flex;
    position: relative;
    color: var(--white);
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
}

.info-cards.two-columns .info-card-outer {
    flex: 0 1 calc(50% - 10px);
}

.info-card-outer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 40 86) 0%, rgba(255, 255, 255, 0.01) 100%);
    content: '';
    z-index: 1;
    opacity: 0.65;
}

.info-card-outer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card-outer .info-card-content {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 2;
}

.info-card-outer h2,
.info-card-outer h3 {
    color: var(--white);
    font-size: 30px;
    margin-bottom: 10px;
}

.info-card-outer p {
    font-size: 16px;
    max-width: 400px;
}

.info-card-buttons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}



/***************************************************
                       CONTENT ROW
***************************************************/

.content-row {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.content-row.light-background:before {
    z-index: 0;
    z-index: -1;
    content: '';
    /* background: #f2f2f2; */
    background: var(--grey_bg);
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
}

/*
.content-row.light-background * {
    position: relative;
}
*/

.content-row-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.content-row-intro {
    max-width: 800px;
    margin: 20px 0 35px;
}

.content-row-inner.big-gap {
    gap: 60px;
}

.content-row-column {
    position: relative;
}

.content-row-inner.two-columns .content-row-column {
    flex: 0 0 calc(50% - 10px);
}

.content-row-inner.big-gap .content-row-column {
    flex: 0 0 calc(50% - 30px);
}

.content-row-inner.centered-column {
    justify-content: center;
    margin-bottom: 60px;
}

.content-row-inner.centered-column .content-row-column {
    max-width: 800px;
}

.content-row-buttons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.content-row-column p a {
    text-decoration: underline;
}

.content-row-column p a:hover {
    opacity: 0.7;
}

.bestelproces_uitleg {
    margin-top: 30px;
}

.centered-column div.floatingBlokRechts {
    float: none;
    margin: 30px 0;
    padding: 30px;
    width: 100%;
    border: double 2px var(--red_soft);
    border-radius: 20px;
}

.centered-column div.floatingBlokRechts .wg_button {
    margin-top: 10px;
    margin-bottom: -5px;
    display: inline-block;
}

.onderhoud_header_cv img,
.onderhoud_header_warmtepomp img {
    margin: 15px;
}

/***************************************************
                       SUSTAINABILITY
***************************************************/

.sustainability {
    padding: 60px 0;
    /* background: rgba(0, 0, 0, .04); */
    border-top: solid 2px #eaeaea;
    margin-top: 60px;
    text-align: center;
}

.sustainability p {
   /* max-width: 770px;*/
}

.sustainability-images img {
    /* max-width: 500px; */
    /* max-width: 340px; */
    max-width: 260px;
}



/***************************************************
                       WARMTEPOMP MERKEN
***************************************************/


.warmtegroep-merken {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.warmtegroep-merk {
    flex: 1 0 200px;
    border: solid 1px var(--blue_hard);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 220px;
    background: #fff;
}

.warmtegroep-merk img {
    max-width: 80%;
    margin-bottom: 20px;
}

.warmtegroep-merk .wg_button {
    margin-bottom: 0;
}

.warmtegroep-merk-image {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/***************************************************
                       FAQ
***************************************************/

#faq_wrapper {
    margin-top: 30px;
}

p.faq_vraag {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #cdcdcd;
    margin-bottom: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    font-weight: 400;
}

p.faq_vraag .faq_icon {
    float: right;
    padding-left: 15px;
}

p.faq_vraag i {
    margin-left: auto;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

p.faq_vraag.active i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

p.faq_antwoord {
    padding-left: 0;
    padding-top: 10px;
}

p.faq_vraag.active {
    /* font-weight: 700; */
    color: #002856;
}


/***************************************************
                       THERMOSTAAT
***************************************************/

div.een_thermostaat {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid lightgray;
    align-items: center;
}

div.thermostaat_foto {
    width: 100%;
    /* max-width: 250px; */
    flex: 1 0 250px;
    float: none;
    margin-right: 30px;
}

div.thermostaat_foto img {
    max-width: 100%;
    float: none;
    margin: 0 auto;
}

div.een_thermostaat p {
    flex: 1 0 calc(100% - 280px);
}

div.een_thermostaat:nth-last-child(1) {
    border: none;
}


/***************************************************
                       FOOTER
***************************************************/

footer {
    background: var(--blue_soft);
    line-height: 1.8;
}

footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer,
footer a {
    color: var(--white);
}

footer a:hover {
    opacity: 0.75;
}

footer strong {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}

#footerTable {
    width: 100%;
    border-collapse: collapse;
}

#footerTable td {
    padding: 20px 20px 20px 0px;
    width: 25%;
    vertical-align: top;
}

#footerTable i {
    width: 25px;
    text-align: center;
    margin-left: -5px;
}

#footer-kiyoh {
    text-align: center;
}

#footer-kiyoh iframe {
    border: none;
    margin: 20px 0;
    max-width: 500px;
}

/***************************************************
                       MENU
***************************************************/

.hamburger {
    opacity: 1;
    float: left;
    padding: 12px 10px 6px 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 999;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.hamburger:focus {
    outline: 0
}

.hamburger-box {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: var(--blue_hard);
    border-radius: 4px;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/*
.hamburger:hover .hamburger-inner {
    width: 10px;
    background-color: var(--purple)
}

.hamburger:hover .hamburger-inner::before {
    width: 25px;
    background-color: var(--purple)!important
}

.hamburger:hover .hamburger-inner::after {
    width: 15px;
    background-color: var(--purple)!important
}
*/

.hamburger-inner::before,.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--stand.is-active .hamburger-inner {
    height: 0;
    transform: rotate(90deg);
    transition: transform 0.075s 0s cubic-bezier(.215,.61,.355,1),background-color 0s 0.15s linear;
    background-color: var(--blue_hard)
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: -2px;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1);
    background-color: var(--blue_hard)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(.215,.61,.355,1);
    background-color: var(--blue_hard)
}

.hamburger--stand.is-active .hamburger-inner,.hamburger--stand.is-active .hamburger-inner::before,.hamburger--stand.is-active .hamburger-inner::after {
    width: 30px
}

#mobileMenuSwitch {
    display: none;
}

#mobileMenuButton{
    width: 46px; 
    box-shadow: 2px 2px 2px gray;
    border-radius: 5px;
}

#mobileMenu {
    position: absolute;
    top: 104px;
    width: 100%;
    z-index: 999;
}

#mobileMenu ul {
    margin-left: 0;
    background: var(--white);
}

#mobileMenu ul li.mainItem {
    display: block; 
    width: auto;
}

#mobileMenu ul li.mainItem:not(.cursief) {
    border-top: solid 1px #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
}

#mobileMenu ul li.mainItem a {
    text-decoration: none;
    font-size: 14px;
    padding: 2px 20px;
    width: 100%;
    display: inline-block;
}

#mobileMenu ul li.mainItem.cursief a {
    padding-left: 35px;
    font-size: 12px;
}

#mobileMenu ul li i {
    padding-left: 10px;
}

#mobileMenu ul li#closeMenu {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px;
    background: #345073;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

  
.mobileMenu-gradient {
    height: 500px;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.01) 100%);
}










@media screen and (max-width: 1250px) {

.main-menu {
    font-size: 13px;
}

}

@media screen and (max-width: 1200px) {

#logo {
    width: 180px;
}

.main-menu {
    font-size: 14px;
}

iframe.klantenVertellen {
    display: none;
}

.sustainability-images img {
    max-width: 45%;
}

}



@media screen and (max-width: 1023px) {


.wg_button_medium,
.wg_button_large {
    font-size: 14px;
}

.main-cta-column {
    padding: 20px 15px 30px;
}

.main-cta h2 {
    font-size: 30px;
}

.main-cta-img img {
    max-height: 200px;
}

}

@media screen and (max-width: 995px) {

#mobileMenuSwitch {
    display: block;
}


.content-row-inner.big-gap {
    gap: 20px;
}

}

@media screen and (max-width: 900px) {

.main-cta,
.info-cards {
    flex-wrap: wrap;
}

.main-cta-column-outer {
    flex: 0 1 100%;
    margin-bottom: 20px;
}

.content-row-inner.two-columns .content-row-column {
    flex: 0 0 100% !important;
}

.info-cards.two-columns .info-card-outer {
    flex: 0 1 100%;
}

#footerTable td {
    width: 50%;
    display: inline-block;
}

}




@media screen and (max-width: 767px) {

#hero {
    height: 350px;
}

#hero .container {
    padding-block: 30px;
}

h1 {
    font-size: 36px;
}

#hero h1 {
    font-size: 44px
}

#hero .hero-subtitle {
    font-size: 20px;
}

.content-row-buttons,
.info-card-buttons {
    display: block;
}

.content-row-buttons .wg_button {
    margin-top: 20px;
}

.info-card-outer {
    padding: 20px 15px 10px;
}

.sustainability-images img {
    max-width: 100%;
}

div.een_thermostaat {
    display: block;
}

div.thermostaat_foto {
    margin: 0 0 30px 0;
}

div.thermostaat_foto img {
    max-width: 200px;
}

div#alleKetels {
    width: 100%;
}

.eenKetelBlok {
    width: 100%;
    margin-right: 0;
}

#footerTable td {
    width: 100%;
    border-bottom: 1px solid #4471ab;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

#footerTable td:nth-last-child(1) {
    border: none !important;
    padding-bottom: 0;
}

#footer-kiyoh iframe {
    margin: 0;
}

}