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



/* Typography */

.text-small {
    font-size: 14px;
    line-height: 1.5;
}



/* Buttons */

.cnt-button,
.cnt-button-red,
.cnt-button-download,
.cnt-button-goto {
    box-sizing: border-box;
    display: inline-block;
    min-width: 232px;
    max-width: 100%;
    padding: 14px 20px;
    margin: 4px 10px;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    border-radius: 5px;
    background-color: #e2e3e4;
}

.cnt-button:hover,
.cnt-button-red:hover,
.cnt-button-download:hover,
.cnt-button-goto:hover {
    text-decoration: none;
    color: #000;
    background-color: #d7d8d9;
}

.cnt-button-red {
    color: #fff;
    background: #ab102a;
}

.cnt-button-red:hover, .cnt-button-red:focus {
    text-decoration: none;
    color: #fff;
    background-color: #8e1a24;
}

.cnt-button-red:hover {
    color: #fff;
    background-color: #a41c29;
}

.cnt-button-download {
    position: relative;
    padding-left: 62px;
}

.cnt-button-goto {
    position: relative;
    padding-right: 62px;
}

.cnt-button-download:before,
.cnt-button-goto:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 35px;
    height: 35px;
    margin-top: -18px;
    background-image: url(../images/cnt-button-download.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    -webkit-transform: scale(.875);
            transform: scale(.875);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
}

.cnt-button-goto:before {
    left: auto;
    right: 15px;
    background-image: url(../images/cnt-button-goto.svg);
}

.cnt-button-download:hover:before,
.cnt-button-goto:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
}


/* Lists */

#mainWrapper .list-checkmarks {
    padding: 0;
    margin: 0 0 1em;
    list-style: none;
}

#mainWrapper .list-checkmarks li {
    position: relative;
    display: block;
    padding: 0 0 0 26px;
    margin: 0 0 10px;
    background: 0;
    line-height: inherit;
}

#mainWrapper .list-checkmarks li:before {
    content: "\f00c";
    position: absolute;
    top: 4px;
    left: 0;
    color: #ab102a;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}


/* Frames */

.csc-frame-indent {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.csc-frame-indent-grey {
    background-color: #f6f6f8;
    padding: 10px 10px 1px;
}

@media (min-width: 768px) {
    .csc-frame-indent-grey {
        padding-right: 19px;
        padding-left: 19px;
    }
}

@media (min-width: 930px) {
    .csc-frame-indent-grey {
        padding-right: 100px;
        padding-left: 100px;
    }
}


/* Forms */

div.tx-powermail-pi1 {
    width: auto;
    max-width: 100%;
}

.csc-frame-indent-grey .cnt-form,
.grey-background .cnt-form {
    margin: 12px 0;
}

@media (min-width: 768px) {
    .csc-frame-indent-grey .cnt-form,
    .grey-background .cnt-form {
        margin: 2em 0;
    }
}

.cnt-form fieldset.tx-powermail-pi1_fieldset,
.cnt-form fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label,
.cnt-form fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label,
.cnt-form fieldset.tx-powermail-pi1_fieldset label,
.cnt-form fieldset.tx-powermail-pi1_fieldset fieldset legend,
.cnt-form fieldset.tx-powermail-pi1_fieldset input.powermail_text,
.cnt-form fieldset.tx-powermail-pi1_fieldset input.powermail_date,
.cnt-form fieldset.tx-powermail-pi1_fieldset input.powermail_datetime,
.cnt-form fieldset.tx-powermail-pi1_fieldset textarea,
.cnt-form fieldset.tx-powermail-pi1_fieldset select,
.cnt-form fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
    font-size: 18px;
    line-height: 1.5;
}

.cnt-form fieldset.tx-powermail-pi1_fieldset label,
.cnt-form fieldset.tx-powermail-pi1_fieldset fieldset legend {
    float: none;
    width: auto;
    max-width: 100%;;
}

.cnt-form fieldset div {
    padding-bottom: 0;
    line-height: 1.5;
}

.cnt-form fieldset &gt; div {
    padding-bottom: 10px;
}

.cnt-form fieldset div select,
.cnt-form fieldset div textarea,
.cnt-form fieldset div input[type="text"],
.cnt-form fieldset div input[type="password"],
.cnt-form fieldset.tx-powermail-pi1_fieldset input.powermail_text,
.cnt-form fieldset.tx-powermail-pi1_fieldset input.powermail_date,
.cnt-form fieldset.tx-powermail-pi1_fieldset input.powermail_datetime,
.cnt-form fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
.cnt-form fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 4px 10px;
    box-sizing: border-box;
}

.cnt-form input[type="radio"],
.cnt-form input[type="checkbox"],
.cnt-form .powermail_fieldwrap_check.layout2 .powermail_check_inner input[type="checkbox"] {
    margin-top: 7px;
}

.error p {
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 929px) {
    .error {
        right: 10px !important;
        left: auto !important;
    }
}


/* Header Image */

.header-image {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 1px;
}

.header-image__image,
.header-image__image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-image__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-image__image__overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.header-image__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    min-height: 106px;
    padding: 0 15px;
    text-align: center;
}

.header-image__title h1,
.header-image__subtitle p {
    display: inline-block;
    padding: 3px 10px 5px;
    margin: 10px 0;
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color:#fff;
    background-color: rgba(100, 100, 100, 0.7);
}

.header-image__subtitle p {
    padding: 7px 5px 9px;
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
}

.header-image__buttons {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.header-image__buttons p {
    margin-bottom: 10px;
}

@media (max-width: 570px) {
    .header-image {
        height: 370px;
    }

    .header-image__title h1 {
        font-size: 32px;
    }
}



/* CTA Anchor Link */

.cta-anchor p {
    margin: 10px 0;
}

.cta-anchor a {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 18px 52px 19px 22px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    color: #000;
    border-radius: 5px;
    background-color:#e2e3e4;
}

.cta-anchor a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    margin-top: -21px;
    background-image: url('../images/cta-anchor-icon.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    -webkit-transform: scale(.875);
            transform: scale(.875);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
}

.cta-anchor a:hover {
    background-color:#d7d8d9;
    color:#000000;
    text-decoration: none;
}

.cta-anchor a:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
}



/* Feature Icons */

.feature-icons {
    margin: 10px 0 30px;
}

.feature-icons__grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 0 15px;
}

.feature-icons__item {
    width: 196px;
    padding: 16px 47px;
    line-height: 1.5;
    text-align: center;
}

.feature-icons__item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.feature-icons__item a:hover {
    text-decoration: underline;
}

.feature-icons__icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 72px;
    padding-top: 12px;
}

.feature-icons__icon img {
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 50px;
}

.feature-icons__text p {
    margin: 0;
}



/* Product Buttons */

.product-buttons {
    margin: 40px 0 12px;
}

.product-buttons__grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    margin-left: -28px;
}

.product-buttons__grid__item {
    padding-left: 28px;
    margin-bottom: 28px;
}

.product-buttons__item {
    display: block;
    width: 150px;
    padding: 6px 10px 15px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color:#e2e3e4;
    border-radius: 5px;
}

.product-buttons__item:hover {
    background-color:#d7d8d9;
    color:#000000;
    text-decoration: none;
}

.product-buttons__item:hover .product-buttons__icon img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.product-buttons__icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 68px;
}

.product-buttons__icon img {
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 50px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
}

.product-button__text {
    display: block;
}

.product-buttons--small {
    margin-bottom: 26px;
}

.product-buttons--small .product-buttons__grid {
    margin-left: -14px;
}

.product-buttons--small .product-buttons__grid__item {
    padding-left: 14px;
    margin-bottom: 14px;
}

.product-buttons--small .product-buttons__item {
    width: 130px;
}

@media (max-width: 397px) {
    .product-buttons__grid__item {
        margin-bottom: 14px;
    }
}



/* Customer Quote */

.customer-quote {
    max-width: 500px;
    margin: 50px auto;
}

.customer-quote p {
    margin: 0;
}

.customer-quote__quote {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.5;
}

.customer-quote__quote:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: url(../images/customer-quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

.customer-quote__cite {
    font-size: 14px;
    line-height: 1.5;
    color: #ab102a;
}

@media (max-width: 719px) {
    .customer-quote {
        margin-top: 50px;
    }

    .customer-quote__quote {
        padding-top: 45px;
    }

    .customer-quote__quote:after {
        top: 0;
        left: -4px;
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
}



/* Image Text */

.image-text {
    margin: 50px 0 40px;
}

.image-text__image {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .image-text {
        margin: 50px 0 34px;
    }

    .image-text__inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        margin-left: -30px;
    }

    .image-text__image {
        margin-bottom: 16px;
    }

    .image-text__image,
    .image-text__text {
        box-sizing: border-box;
        -webkit-box-flex: 0;
                flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding-left: 30px;
    }

    .image-text--reverse .image-text__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
                flex-direction: row-reverse;
    }
}

@media (min-width: 930px) {
    .image-text {
        margin: 85px 0 69px;
    }

    .image-text__inner {
        margin-left: -70px;
    }

    .image-text__image,
    .image-text__text {
        padding-left: 70px;
    }
}



/* Project Box */

.project-box {
    margin: 50px 0;
}

.project-box__item {
    padding: 16px 16px 10px;
    margin-bottom: 16px;
    background-color:#f6f6f8;
    border-radius: 5px;
}

.project-box__image {
    position: relative;
    height: 214px;
    margin-bottom: 20px;
    overflow: hidden;
}

.project-box__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: none;
    height: 100%;
}

.project-box__text h2,
.project-box__text h3,
.project-box__text p {
    margin-top: 0;
    margin-bottom: 10px;
}

.project-box__text &gt; :last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .project-box__item {
        padding-bottom: 10px;
    }

    .project-box__item__inner {
        display: -webkit-box;
        display: flex;
        margin-left: -20px;
    }

    .project-box__image {
        margin-left: 20px;
    }

    .project-box__image img {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .project-box__text {
        padding-left: 20px;
    }

    .project-box__image {
        -webkit-box-flex: 0;
                flex: 0 0 300px;
        min-width: 300px;
        margin-bottom: 6px;
    }

    .project-box__text {
        padding-top: 10px;
    }

    .project-box__text__descr {
        margin-bottom: 10px;
    }

    .project-box__text__descr p {
        max-height: 108px;
        margin: 0;
        overflow: hidden;
    }
}


/* Newsticker - Laufband */

.newsticker {
    margin-top: -6px;
    background-color: #E2E3E5;
    border-bottom: 6px solid #AB0829;
}

.newsticker__inner {
    max-width: 900px;
    height: 25px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
}

.newsticker__inner p {
    display: inline-block;
    margin: 0;
}
.newsticker__inner a {
    color: #000;
    text-decoration: none;
}
.newsticker__inner a:hover,
.newsticker__inner em {
    color: #ab102a;
    text-decoration: underline;
    font-style: normal;
}</pre></body></html>