<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************
Variables
***************/

:root {
    --red: #cb1c18;
    --redHover: #b31613;
    --yellow: #ffd23d;
    --yellowHover: #d3ab26;
    --greyOne: #e6e6e6;
    --greyOneHover: #c8c8c8;
    --greyTwo: #cdcdcd;
    --greyTwoHover: #b4b4b4;
    --white: #ffffff;
    --whiteHover: #f0f0f0;
    --black: #000000;
    --blackHover: #1b1b1b;
    --fontNormal: 18px;
    --fontTwo: 1.250em;
    --fontThree: 1.5em;
    --fontFour: 1.875em;
    --fontFive: 3em;
}

@media (min-width: 100px) {
     :root {
/*         --fontNormal: 11.5px; */
         --fontThree: 1.2em;
     }
}

@media (min-width: 992px) {
     :root {
         --fontTwo: 1.222em;
	 --fontThree: 1.3em;
	 --fontFour: 2.222em;
	 --fontFive: 2.622em;
	 --fontSix: 7.222em;
     }
}
@media (min-width: 1280px) {
     :root {
        --fontTwo: 1.222em;
        --fontThree: 1.4em;
        --fontFour: 2.222em;
        --fontFive: 2.622em;
        --fontSix: 7.222em;
    }
}

@media (min-width: 1780px) {
     :root {
	--fontThree: 1.667em;
        --fontFive: 4.722em;
    }
}


/***************
Basic
***************/

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: var(--fontNormal);
    overflow-x: hidden;
}

#container {
    width: 100%;
}

iframe {
    margin-top: 20px;
}

.frame-type-textpic {
    margin-bottom: 20px;
}

.image-caption {
    padding-top: 10px;
    font-size: 16px;
}

/***************
Header
***************/

#mobile-navigation {
    position: fixed;
    width: 100vw;
    top: 0;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

.print-logo {
    display: none;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

#dLabel {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--red);
    outline: none;
    height: 50px;
}

#dLabel .glyphicons.glyphicons-menu-hamburger {
    font-size: 25px;
}

ul.dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    width: 100vw;
    color: var(--red);
    background-color: var(--yellow);
    border: none;
    padding: 10px 5vw;
    font-size: var(--fontFour);
    z-index: 5;
}

.menu-item a {
    color: var(--red);
    text-transform: uppercase;
}

.menu-item-active a {
    font-weight: 700;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item a:active {
    font-weight: 700;
    text-decoration: none;
}

.headerimage-image {
    width: 100vw;
    height: 26vw;
    z-index: 1;
}

.logo {
    z-index: 2;
    position: absolute;
    width: 30vw;
    left: 35vw;
    top: 4vw;
}

.logo-scroll {
    width: 30vw;
    float: right;
    height: auto;
    margin: 6px 18px;
}

.warranty {
    z-index: 2;
    position: absolute;
    top: 8vw;
    width: 20vw;
    left: 79vw;
/*    transform: rotate(10deg); */
    display: none;
}

#main-navigation {
    display: none;
}

@media (min-width: 650px) {
    .headerimage-image {
        height: 20vw;
    }
    .logo {
        width: 24vw;
        left: 38vw;
    }
    .logo-scroll {
        width: 24vw;
    }
    #dLabel {
        width: 75px;
        height: 75px;
    }
    #dLabel .glyphicons.glyphicons-menu-hamburger {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    nav#mobile-navigation {
        display: none;
    }
    .headerimage-image {
        width: 100vw;
        height: 12vw;
        position: unset;
    }
    .logo {
        width: 16vw;
        left: 42vw;
        top: 2vw;
    }
    .logo a {
        display: block;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .warranty {
        width: 9vw;
        top: 1vw;
        display: block;
    }
    #main-navigation {
        width: 100vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 6vw;
        height: auto;
        font-size: var(--fontTwo);
        text-transform: uppercase;
        background-color: var(--red);
        z-index: 100;
    }
    .menu-item {
        font-weight: 700;
        text-align: center;
        line-height: 20px;
        border-radius: 5px;
    }
    .menu-item.menu-item-active {
        background-color: var(--red);
    }
    .menu-item a {
        color: var(--white);
        display: block;
    }
    .menu-item a:hover,
    .menu-item a:focus,
    .menu-item a:active {
        color: var(--black);
        text-decoration: none;
        border-radius: 5px;
    }
    .menu-item.menu-item-active a {
        color: var(--black);
    }
}


/***************
Content
***************/

.content {
    margin: 0 auto;
    width: 76vw;
    padding-top: 50px;
}

h1 {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: var(--fontFive);
    font-weight: 700;
    color: var(--black);
/*    text-transform: uppercase; */
    margin: 0px 0 30px;
}

h2 {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: var(--fontFour);
    font-weight: 700;
    color: var(--red);
    text-transform: none;
    margin: 30px 0;
}

h3 {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: var(--fontFour);
    font-weight: 700;
    color: var(--red);
    text-transform: uppercase;
    margin: 30px 0;
}

h4 {
    font-weight: 700;
    margin-top: 0;
}

#c16 p,
#c19 p,
#c27 p,
#c29 p,
#c30 p,
#c31 p,
#c38 p {
    font-size: var(--fontThree);
}

.frame-layout-1 .ce-gallery,
.frame-layout-2 .ce-gallery {
    width: 100%;
}

.frame-layout-1 .ce-gallery .ce-row,
.frame-layout-2 .ce-gallery .ce-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

.frame-layout-1 .ce-gallery .ce-column,
.frame-layout-2 .ce-gallery .ce-column {
    width: 45%;
    margin: 0;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 0;
}

.frame-layout-1 .ce-gallery figure,
.frame-layout-2 .ce-gallery figure {
    width: 100%;
}

.frame-layout-1 .ce-gallery img,
.frame-layout-2 .ce-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

figure.image {
    margin-bottom: 30px;
}

hr.ce-div {
    margin: 30px 0;
    border-top: 4px solid var(--red);
    width: 100%;
}

a.more,
a.back {
    color: white;
    display: block;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.backlink-wrap,
.news-list-more {
    margin: 20px 0px 15px 0px;
    text-transform: uppercase;
    width: 100px;
    height: 40px;
    background-color: rgb(44, 44, 44);
    border-radius: 3px;
}

.mediaelement-image img {
    margin-bottom: 15px;
}

.news h2 {
    padding-top: 20px;
}

.news-single .article .news-img-wrap {
    width: 100%;
    margin: 0;
}

@media (min-width: 650px) {
    .frame-layout-1 .ce-gallery .ce-row,
    .frame-layout-2 .ce-gallery .ce-row {
        justify-content: flex-start;
    }
    .frame-layout-1 .ce-gallery .ce-column,
    .frame-layout-2 .ce-gallery .ce-column {
        width: 24%;
        margin: 0 1% 0 0;
    }
}

@media (min-width: 992px) {
    .content {
        width: 88vw;
        padding-top: 50px;
    }
    header {
        margin-top: 0;
    }
    .frame-layout-1 .ce-gallery .ce-row {
        justify-content: space-between;
    }
    .frame-layout-1 .ce-gallery .ce-column {
        margin: 0;
    }
    .frame-layout-2 .ce-gallery .ce-column {
        margin: 0 3% 0 0;
    }
    .frame-layout-1 .ce-gallery .ce-column,
    .frame-layout-2 .ce-gallery .ce-column {
        width: 12%;
        max-width: 150px;
    }
    .ce-intext.ce-right .ce-gallery {
        margin-left: 80px;
        width: 50%;
        max-width: 800px;
    }
}


/***************
Contact
***************/

@media (min-width: 992px) {
    .contact {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact-contactform {
        width: 43vw;
    }
    .contact-general-contact {
        width: 43vw;
/*        display: flex;
        flex-wrap: wrap;
*/        height: max-content;
    }
    #c14 {
        width: 100%;
    }
/*    #c11,
    #c12 {
        width: 50%;
    }
*/
}


/***************
News
***************/

.news-list-view {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article {
    width: 100%;
}

.news-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item-text time {
    font-weight: bold;
}
.news-item-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.news-item-image img {
    width: 100%;
    height: auto;
}

.news-list-info.no-image {
    width: 100%;
}

.news-list-info.with-image {
    width: 100%;
}

.news-single .article {
    width: 100%;
}

.news .article .news-img-wrap a {
    padding: 0;
    border: none;
}

@media (min-width: 992px) {
    .article {
        width: 48%;
    }
    .news-item-image {
        width: 50%;
    }
    .news-list-info.with-image {
        width: 47%;
    }
    .news-item-detail {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news-item-detail .news-item-title {
        width: 100%;
    }
    .news-item-detail .news-item-title h2 {
        padding: 0;
    }
}


/***************
Powermail
***************/

.contact {
    padding-top: 5px;
}

.contact-contactform .tx-powermail h3,
.contact-contactform .tx-powermail .powermail_legend {
    display: none;
}

.contact-contactform .tx-powermail .container-fluid {
    padding: 0;
}

.contact-contactform .tx-powermail .powermail_fieldwrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-contactform .tx-powermail .powermail_fieldwrap label,
.contact-contactform .tx-powermail .powermail_fieldwrap_type_submit {
    margin-top: 20px;
}

.contact-contactform .tx-powermail .powermail_fieldwrap label,
.contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field,
.contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field input,
.contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field textarea,
.contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field img {
    width: 76vw;
}

.contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field img {
    margin-top: 5px;
}

.contact-contactform .tx-powermail .powermail_submit {
    background-color: var(--red);
    border: none;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    outline: none;
    font-size: var(--fontThree);
    height: 36px;
    border-radius: 5px;
}

.contact-contactform .tx-powermail .powermail_submit:hover,
.contact-contactform .tx-powermail .powermail_submit:active,
.contact-contactform .tx-powermail .powermail_submit:focus {
    background-color: var(--redHover);
    transition: 500ms;
}

.parsley-errors-list,
.powermail_message.powermail_message_error {
    margin: 0;
    padding: 0;
}

li.parsley-required,
li.parsley-custom-error-message,
.powermail_message.powermail_message_error li {
    list-style: none;
    background-color: var(--red);
    color: white;
    padding: 10px 5px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px black;
}

.ce-gallery img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .contact-contactform .tx-powermail .powermail_fieldwrap {
        margin-top: 20px;
    }
    .contact-contactform .tx-powermail .powermail_fieldwrap label {
        width: 15vw;
        margin-top: 0;
    }
    .contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field,
    .contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field input,
    .contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field textarea {
        width: 25vw;
    }
    .contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field .powermail_submit {
    /*    min-width: 355px; */
        width: 15vw;
    }
    .contact-contactform .tx-powermail .powermail_fieldwrap .powermail_field img {
    /*    min-width: 355px; */
        width: 15vw;
        height: auto;
    }
    .contact-contactform .tx-powermail .powermail_submit {
        margin-left: 18vw;
        font-size: var(--fontTwo);
        height: 44px;
    }
}


/***************
Lightbox
***************/

.featherlight-inner {
    max-width: 80vw;
    max-height: 80vh;
    width: auto;
    height: auto;
}


/***************
Footer
***************/

.footer {
    background-color: var(--greyOne);
    width: 100vw;
    text-align: center;
    padding: 30px 0;
    font-size: var(--fontNormal);
}

.footer .tx-powermail {
    width: 76vw;
    margin: 0 auto 30px;
}

.footer .tx-powermail .container-fluid {
    padding: 0;
}

.footer .tx-powermail legend,
.footer .tx-powermail h3 {
    display: none;
}

.footer .powermail_fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer .powermail_fieldwrap_subscribetoournewsletter {
    width: 100%;
}

.footer .powermail_fieldwrap_subscribetoournewsletter .powermail_label,
.footer .powermail_fieldwrap_subscribetoournewsletter .powermail_field {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--black);
}

.footer .powermail_fieldwrap_subscribetoournewsletter .powermail_label {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: var(--fontThree);
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 14px;
}

.footer .powermail_fieldwrap_subscribetoournewsletter .powermail_field {
    width: 100%;
}

.footer #powermail_field_subscribetoournewsletter {
    width: 100%;
    border: none;
    color: var(--black);
    text-align: center;
    height: 36px;
}

.footer #powermail_field_subscribetoournewsletter::placeholder {
    color: var(--red);
    font-weight: 700;
}

.footer .powermail_fieldwrap_submit {
    width: 100%;
}

.footer .powermail_fieldwrap_submit .powermail_field {
    width: 100%;
}

.footer .powermail_fieldwrap_submit .powermail_submit {
    width: 100%;
    font-size: var(--fontThree);
    font-weight: 700;
    border: none;
    background-color: var(--red);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: var(--white);
    text-transform: uppercase;
}

@media (min-width: 650px) {
    .footer .tx-powermail {
        width: 60vw;
    }
}

@media (min-width: 992px) {
    .footer .tx-powermail {
        width: 47vw;
    }
    .footer .powermail_fieldwrap_subscribetoournewsletter .powermail_label,
    .footer .powermail_fieldwrap_subscribetoournewsletter .powermail_field {
        font-size: var(--fontTwo);
        height: 44px;
    }
    .footer .powermail_fieldwrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer .powermail_fieldset {
        display: block;
    }
    .footer .powermail_fieldwrap_subscribetoournewsletter .powermail_label {
        width: 47vw;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .powermail_fieldwrap_subscribetoournewsletter .powermail_field {
        width: 36vw;
        padding: 0;
        border-radius: 0;
        height: 44px;
        display: flex;
        align-items: center;
    }
    .footer #powermail_field_subscribetoournewsletter {
        height: 44px;
    }
    .footer .powermail_fieldwrap_type_input {
        width: 47vw;
        float: left;
    }
    .footer .powermail_fieldwrap_type_submit {
        width: 12vw;
        float: right;
        height: 44px;
        margin-top: -44px;
    }
    .footer .powermail_fieldwrap_submit .powermail_submit {
        width: 12vw;
        font-size: var(--fontTwo);
        font-weight: 700;
        border: none;
        background-color: var(--red);
        border-radius: 10px;
        color: var(--white);
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
        border-top-left-radius: 0px;
        height: 44px;
    }
}

@media (min-width: 1300px) {
    .footer .tx-powermail {
        width: 36vw;
    }
    .footer .powermail_fieldwrap_subscribetoournewsletter .powermail_label {
        width: 36vw;
    }
    .footer .powermail_fieldwrap_subscribetoournewsletter .powermail_field {
        width: 28vw;
    }
    .footer .powermail_fieldwrap_type_input {
        width: 36vw;
        float: left;
    }
    .footer .powermail_fieldwrap_type_submit {
        width: 8vw;
    }
    .footer .powermail_fieldwrap_submit .powermail_submit {
        width: 8vw;
    }
}

@media (min-width: 1700px) {
    .footer .tx-powermail {
        width: 26vw;
    }
    .footer .powermail_fieldwrap_subscribetoournewsletter .powermail_label {
        width: 26vw;
    }
    .footer .powermail_fieldwrap_subscribetoournewsletter .powermail_field {
        width: 20vw;
    }
    .footer .powermail_fieldwrap_type_input {
        width: 26vw;
        float: left;
    }
    .footer .powermail_fieldwrap_type_submit {
        width: 6vw;
    }
    .footer .powermail_fieldwrap_submit .powermail_submit {
        width: 6vw;
    }
}

@media (min-width: 991px) {
    .cr_page {
        width: 33%;
    }
}

@media (min-width: 2440px) {
    .cr_page {
        width: 20%;
    }
}</pre></body></html>