/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0; }

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important; } }

@font-face {
    font-family: Averta;
    src: url("../Font/averta/Averta-Regular.otf") format("opentype"); }

@font-face {
    font-family: AvertaBold;
    src: url("../Font/averta/Averta-Bold.otf") format("opentype"); }

@font-face {
    font-family: AvertaLight;
    font-weight: 300;
    src: url("../Font/averta/Averta-Light.otf") format("opentype"); }

@font-face {
    font-family: AvertaRegular;
    src: url("../Font/averta/Averta-Regular.otf") format("opentype"); }

@font-face {
    font-family: AvertaSemiBold;
    src: url("../Font/averta/Averta-Semibold.otf") format("opentype"); }

body {
    font-family: AvertaRegular;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

h1, h2, h3, h4, h5, h6 {
    color: #009EE3;
    font-weight: 300;
    font-family: AvertaLight;
    margin-bottom: 20px; }

.content a {
    color: #009EE3; }

h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px; }

a:not(.button) {
    text-decoration: none; }
a:not(.button):hover {
    text-decoration: underline; }

#page-header {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }

.section-content {
    padding: 60px 0; }

#breadcrumbs {
    color: #9B9B9B;
    font-family: AvertaRegular;
    font-size: 14px; }
#breadcrumbs a {
    color: #9B9B9B; }

#top-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 34px; }
#top-nav ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0; }
#top-nav ul li a {
    text-decoration: none;
    padding: 13px 12px 10px 12px;
    color: #9b9b9b;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: AvertaBold; }
#top-nav ul li a:hover {
    color: #9b9b9b;
    background-color: #efefef; }

#logo-mainmenu {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
#logo-mainmenu .logo img {
    height: 50px; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%; }

#header {
    width: 100%;
    min-height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
    background-size: cover; }

.blue-box {
    background-color: rgba(0, 159, 227, 0.85);
    padding: 20px;
    width: 100%;
    margin-bottom: -40px;
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
.blue-box .blue-box-content {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.50px;
    font-weight: 300;
    font-family: AvertaRegular;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.49px;
    line-height: 30.06px; }
.blue-box .blue-box-content p {
    margin-bottom: 20px; }
.blue-box * {
    color: #fff; }
.blue-box .blue-box__chapter {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: AvertaLight;
    letter-spacing: 0.38px; }
.blue-box .blue-box__header {
    font-size: 35px;
    font-weight: 300;
    font-family: AvertaLight;
    position: relative;
    line-height: 42px;
    letter-spacing: 1.5px; }
.blue-box .blue-box__header:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #fff; }

#block-choice {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 60px auto;
    margin-left: -10px;
    margin-right: -10px; }
#block-choice .choice-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 317px;
    margin: 10px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover; }
#block-choice .choice-block .button {
    margin-left: 40px; }

ul.options {
    margin: 40px -10px 0 -10px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
ul.options li {
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px; }
ul.options li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #009EE3;
    width: 100%;
    padding: 20px 0;
    text-decoration: none !important;
    transition: .3s ease background-color; }
ul.options li a .option-icon-hover {
    display: none; }
ul.options li a span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
ul.options li a span.option-icon, ul.options li a span.option-icon-hover {
    margin-bottom: 10px; }
ul.options li a span.option-title {
    font-size: 16px;
    color: #009EE3;
    font-weight: 500;
    font-family: AvertaSemiBold;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    text-align: center; }
ul.options li a:hover {
    background: #009EE3; }
ul.options li a:hover .option-icon {
    display: none; }
ul.options li a:hover .option-icon-hover {
    display: -ms-flexbox;
    display: flex; }
ul.options li a:hover span.option-title {
    color: #fff; }
ul.options li a:hover * {
    color: #fff; }

.button {
    transition: .3s ease background-color;
    font-family: AvertaRegular;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.44px;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent; }
.button:before {
    content: "\f061";
    display: inline-block;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
    font-size: 22px;}
.button.button-white {
    background: #fff;
    border: 1px solid #009FE3;
    color: #009FE3; }
.button.button-white:hover {
    background: #009EE3;
    color: #fff; }
.button.button-white * {
    color: #009FE3; }
.button.button-blue {
    background: #009EE3; }
.button.button-blue:hover {
    background: #fff;
    border: 1px solid #009EE3;
    color: #009EE3; }

.small-button {
    min-width: auto;
    height: auto;
    display: inline-block;
    transform: unset;
}

.footer-nav {
    background-color: #009EE3;
    padding: 40px 0; }
.footer-nav * {
    color: #fff; }
.footer-nav .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
.footer-nav .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0; }
.footer-nav .column h2 {
    font-weight: 300;
    font-family: AvertaLight;
    font-size: 24px;
    letter-spacing: 0.9px;
    margin-bottom: 20px; }
.footer-nav .column .footer-list, .footer-nav .column.footer-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
.footer-nav .column .footer-list li, .footer-nav .column.footer-list ul li {
    font-size: 14px;
    letter-spacing: 0.38px;
    line-height: 20px;
    margin-bottom: 10px; }
.footer-nav .column .footer-list a, .footer-nav .column.footer-list a {
    font-family: AvertaRegular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.38px;
    line-height: 20px; }

section.section-adres {
    background-color: #009EE3;
    text-align: center;
    padding: 70px 0; }
section.section-adres * {
    color: #fff; }
section.section-adres h2 {
    font-size: 24px;
    line-height: 40px;
    position: relative;
    margin-bottom: 50px;
    font-family: AvertaRegular; }
section.section-adres h2:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    width: 24px;
    height: 2px;
    background-color: #fff; }
section.section-adres p {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: AvertaRegular; }
section.section-adres p a {
    text-decoration: none; }
section.section-adres p a:hover {
    text-decoration: underline; }

strong {
    font-weight: bold;
    font-family: AvertaBold; }

.section-find-installateur {
    display: -ms-flexbox;
    display: flex;
    min-height: 490px;
    background-size: cover;
    margin: 60px auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end; }
.section-find-installateur a {
    margin-left: 40px; }
.section-find-installateur .find-installateur-content {
    background: #FFFFFF;
    padding: 20px; }
.section-find-installateur .find-installateur-content h2 {
    font-family: AvertaRegular;
    font-size: 24px;
    color: #009EE3;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
line-height: 40px;}
.section-find-installateur .find-installateur-content p {
    font-family: AvertaRegular;
    font-size: 18px;
    color: #000000;
    line-height: 30.06px; }

footer {
    min-height: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px; }
footer span {
    margin-left: 20px;
    display: block; }
footer p {
    text-align: center;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.44px;
    line-height: 44px;
    font-family: AvertaRegular; }
footer p a {
    color: #000;
    text-decoration: none; }
footer p a:hover {
    text-decoration: underline; }

#feedback {
    margin-top: 80px;
}

#feedback #ja,
#feedback #nee
{
    font-size: 20px;
}
#feedback a:not(.no-spacing) {
    padding: 0px 15px;
    color: #009EE3;
}
#feedback .hide {
    display: none;
}

#feedback input
{
    height: 40px;
}

#feedback a.no-spacing
{
    color: #009EE3;
}

.subsubmenu
{
    overflow: auto;
}

#product-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px 0; }
#product-list .product-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    margin: 10px;
    background-repeat: no-repeat;
    background-size: cover; }
#product-list .product-item .button {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    max-width: 170px;
    margin: auto; }
#product-list .product-item img.product-item-image {
    z-index: 1; }
#product-list .product-content {
    background: #F2F2F2;
    padding: 100px 40px 40px 40px;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
#product-list .product-content h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    margin-bottom: 20px; }
#product-list .product-content p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.44px;
    line-height: 24px; }

.faq-wrapper .subject-heading {
    font-size: 30px;
    font-weight: 300;
    font-family: AvertaLight; }

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

.faq-wrapper ul.faq-list {
    margin: 0;
    padding: 0;
    list-style: none; }
.faq-wrapper ul.faq-list li {
    margin: 0;
    padding: 0; }
.faq-wrapper ul.faq-list li:last-child a {
    border-bottom: 1px dotted #009FE3; }
.faq-wrapper ul.faq-list li a {
    font-size: 18px;
    display: block;
    font-weight: 300;
    font-family: AvertaLight;
    border-top: 1px dotted #009FE3;
    color: #000;
    padding: 25px 60px 25px 0;
    position: relative; }
.faq-wrapper ul.faq-list li a:after {
    content: "\f061";
    display: inline-block;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #009FE3; }

#breadcrumbs
{
    margin-bottom: 40px;
}

.cc-banner.cc-bottom
{
    background: #fff;
    border-top: 1px solid #000;
    font-size: 14px;
}

.cc-banner.cc-bottom .cc-message a
{
    color: #009EE3;
    text-decoration: underline;
}

a[aria-label="allow cookies"]
{
    background: #009EE3;
    color: #fff;
}

/* Search */

body #ke_search_sword
{
    width: 100% !important;
}

.kesearch_pagebrowser ul li
{
    margin: 0 4px !important;
}

.result_txt
{
    padding-bottom: 20px !important;
}

.pages_total
{
    margin-top: 40px !important;
}

#kesearch_results .result-list-item
{
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 20px !important;
}

div.kesearchbox
{
    margin-bottom: 20px !important;
}

body fieldset.kesearch_searchbox
{
    position: relative;
}

body fieldset.kesearch_searchbox span.resetbutt a
{
    white-space: nowrap;
    max-width: 100%;
}

body fieldset.kesearch_searchbox span.resetbutt
{
    float: right;
    margin-right: 60px;
}

body fieldset.kesearch_searchbox span.submitbutt input
{
    min-width: 10px;
    background: #25ade7;
    color: #fff;
    right: 0;
    position: absolute;
    margin: 0;
}


form.basic label
{
    width: 140px;
    display: block;
    margin-bottom: 4px;
    margin-top: 14px;
}

form.basic div
{
    margin-bottom: 10px;
}

form.basic input
{
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%
}

@media screen and (min-width: 768px)
{
    form.basic
    {
        width: 50%;
    }
}


form.basic input[type="submit"]
{
    background:#009EE3;
    border: 0;
    color: #fff;
    padding: 10px;
    width: 50%;
    align-items: right;
    margin-top: 10px;
    cursor: pointer;
}

footer-list a
{
    position: relative;
}

.footer-list a[href*="facebook"]:before
{
    content: "\f082";
display: inline-block;
font-weight: 800;
font-family: "Font Awesome 5 Brands";
    margin-right: 4px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}
.footer-list a[href*="youtube"]:before
{
    content: "\f167";
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 300;
    margin-right: 4px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}
.footer-list a[href*="pinterest"]:before
{
    content: "\f0d3";
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 300;
    margin-right: 4px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

#top-nav .resetbutt
{
    display: none;
}

#top-nav .kesearch_searchbox
{
    display: flex;
}

body #top-nav #ke_search_sword
{
    width: auto!important;
    right: 80px;
}

#top-nav #tx-kesearch-pi1
{
    position: absolute;
    right: 20px;
    top: 20px;
}

#top-nav #ke_search_sword
{
    position: relative;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
}

#top-nav #kesearch_searchbox
{
    position: absolute;
    right: 20px;
}

#top-nav .submitbutt input
{
    position: absolute;
    top: 11px;
    right: 12px;
    border: 1px solid transparent;
    padding: 7px 15px;
}



.tx-felogin-pi1 form fieldset div {
    margin: 0 0 3px 0;
}

.tx-felogin-pi1 form div label {
    width: 150px;
    display: inline-block;
}



section.busch-community
{
    background: #f2f2f2;
}



#option_no form
{
    margin-top: 10px;
}


.community-left img
{
    height: auto;
}

.community-right
{
    
    
    position: relative;
}

.special-teaser__blue-bar
{
    width: 50px;
    height: 100%;
    bottom: 35px;
    left: -25px;
    position: absolute;
    background: rgba(0,159,227,.9);
}

.community-right .button-blue
{
    position: absolute;
    bottom: 0;
}


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