h1 {
    font-size: 50px;
    line-height: 62px; }

.footer-nav {
    padding: 10px 0; }
.footer-nav .column {
    padding: 40px 0; }
.footer-nav .row {
    -ms-flex-direction: inherit;
    flex-direction: inherit; }

.dark-overlay {
    display: none;
    transition: visibility 0s, opacity 0.2s linear;
}
.dark-overlay.show {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(15, 58, 76, 0.6); }

footer p {
    font-size: 16px; }

footer span {
    display: inline-block; }

#header {
    height: 100vh; }

.blue-box {
    padding: 50px;
    height: 530px;
    width: 530px; }
.blue-box .blue-box__header {
    font-size: 55px;
    line-height: 62px; }

#block-choice {
    -ms-flex-direction: inherit;
    flex-direction: inherit; }
#block-choice .choice-block {
    width: 100%; }

.section-find-installateur {
    -ms-flex-direction: inherit;
    flex-direction: inherit; }

#main-nav {
    position: relative; }
#main-nav ul.submenu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear; }
#main-nav li.has-submenu:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
}
#main-nav > ul > li.menu-active > ul {
    display: -ms-flexbox;
    display: flex; }
#main-nav ul.submenu {
    width: 362px;
    min-height: 400px;
    position: absolute;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff; }
#main-nav ul.submenu li.has-submenu:hover > .subsubmenu {
    display: block;
}
#main-nav ul.submenu .subsubmenu {
    display: none;
    transition: visibility 0s, opacity 0.2s linear;
    position: absolute;
    left: 100%;
    background: #fff;
    top: 0;
    width: 300px;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px dotted #009FE3; }
#main-nav ul.submenu .subsubmenu li a {
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: 0.44px;
    text-transform: inherit; }
#main-nav ul.submenu .subsubmenu li a:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: 15px; }
#main-nav ul.submenu .subsubmenu li:hover:before {
    color: #fff; }
#main-nav ul.submenu li {
    border-top: 1px dotted #009FE3; }
#main-nav ul.submenu li:first-child {
    border: 0; }
#main-nav ul.submenu li a {
    font-size: 18px;
    letter-spacing: 0.50px;
    padding: 20px 30px;
    font-family: AvertaLight;
    color: #009FE3;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s ease border-color;
    cursor: pointer;
    text-decoration: none; }
#main-nav ul.submenu li a.menu-active, #main-nav ul.submenu li a:hover {
    background: #009FE3;
    color: #fff;
    border: 0; }

.blue-box {
    min-width: 530px; }

.container-padding {
    padding-left: 50px;
    padding-right: 50px; }

#product-list {
    margin-left: -10px;
    margin-right: -10px; }
#product-list .product-item {
    max-width: 350px; }

.button {
    min-width: 270px;
    -ms-flex-pack: left;
    justify-content: left; }

ul.options li {
    width: 33%; }

.section-find-installateur {
    margin: 200px auto;
    background-repeat: no-repeat;
    background-position: 140px; }
.section-find-installateur .find-installateur-content {
    width: 350px;
    min-height: 450px; }

#main-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex; }
#main-nav > ul > li > a {
    display: block;
    padding: 23px 13px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .85rem;
    border-bottom: 3px solid transparent;
    transition: .3s ease border-color;
    cursor: pointer;
    text-decoration: none;
    font-family: AvertaBold; }
#main-nav > ul > li > a.menu-active, #main-nav > ul > li > a:hover {
    border-bottom: 3px solid #009fe3; }

#home #main-nav > ul > li:first-child > a {
    border-bottom: 3px solid #009fe3;
}

.faq-wrapper .subject-heading {
    font-size: 50px; }

.footer-nav h2 {
    font-size: 33px; }

section.section-adres h2 {
    font-size: 33px; }

.section-find-installateur .find-installateur-content h2 {
    font-size: 33px; }

#product-list .product-content h2 {
    font-size: 33px; }

.faq-wrapper h2 {
    margin: 60px 0; }

.faq-wrapper ul.faq-list li a {
    font-size: 33px; }

.blue-box .blue-box-content {
    margin-top: auto; }

@media screen and (min-width: 1100px) {
    #main-nav {
        margin-left: 100px; }
    #logo-mainmenu {
        margin-left: 10px; }
    #logo-mainmenu .logo img {
        height: 66px; } }

.footer-nav .column h2
{
    font-size: 33px;
    margin-bottom: 30px;
}

#feedback {
    width: 50%;
}

.community
{
    display: flex;
    position: relative;
    padding-bottom: 100px;
}

.community-left
{
    max-width: 40%;
    padding-top: 50px;
    min-width: 300px;
}


.community-right
{
    max-width: 60%;
    margin-left: 120px;
    position: relative;
}

.community-right img
{
    margin-top: -20px;
    width: 100%;
    object-fit: cover;
}

.community h3
{
    font-size: 36px;
    margin-bottom: 6px;
    margin-top: 16px;
}

.community p
{
    font-size: 18px;
}

/*# sourceMappingURL=layout-desktop.css.map */
