<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

html {
    /*background: url("../img/background.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    padding: 0;
    overflow: auto;
}

.bodyOverlay {
    background-color: rgba(37, 37, 37, 0.4);
    padding-top: 91px;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1 { font-size: 2.2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

p {
    line-height: 2em;
}

ul li, ol li {
    line-height: 2em;
}

a:link, a:visited {
    color: #CD1013;
    text-decoration: underline;
}

a:hover, a:active {
    color: #333333;
    text-decoration: none;
}

img {
    margin: 7px;
    padding: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 100%;
}

input[type="text"],
input[type="mail"],
input[type="password"],
input[type="tel"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
    margin: 7px;
    padding: 3px;
    font-size: 1em;
    border: 1px solid #aaaaaa;
}

input[type="text"]:focus,
input[type="mail"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus,
textarea:focus {
    border: 1px solid #CD1013;
    outline: none;
    font-size: 1em;
    box-shadow: 4px 4px 8px #eeeeee;
}

input[type="submit"], button {
    padding: 15px;
    border: 1px solid #CD1013;
    border-radius: 5px;
    background: transparent;
    font-weight: bold;
}

input[type="submit"]:hover, input[type="submit"]:active, button:hover, button:active {
    background: #CD1013;
    color: #ffffff;
}

/* --- HEADER --- */

#mainHeader {
    background-color: rgba(37, 37, 37, 0.4);
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: 20px 0px;
    background-size: contain;
    z-index: 200;
    width: 100%;
    height: 90px;
    overflow: hidden;
    transition: 0.5s;
    clear: both;
    border-bottom: 1px solid rgba(37, 37, 37, 0.2) !important;
    position: fixed;
    left: 0;
    top: 0;
}

#mainHeader .title {
    color: #ffffff;
    font-size: 60px;
    transition: 0.5s;
    margin: 8px 30px;
    float: left;
}

#mainHeader .title a {
    color: inherit;
    text-decoration: inherit;
}

.scrolledHeader {
    position: fixed;
    top: 0;
    height: 45px !important;
    transition: 0.3s;
}

.scrolledHeader .title {
    font-size: 30px !important;
    transition: 0.1s;
    margin: 4px 30px !important;
}

.navOpener {
    font-size: 20px;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    margin: 35px;
    font-weight: 300;
    transition: 0.5s;
}

.scrolledHeader .navOpener {
    margin-top: 12px !important;
    transition: 1s;
}

/* --- NAVIGATION ---*/

.navOverlay {
    height: 100%;
    /*width: 100%;*/
    width: 0;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    overflow-x: hidden;
    transition: 0.5s;
}

.navOverlayGrid {
    width: 100vw;
}

.navOverlayGrid .gridItem {
    border-collapse: collapse;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    width: 33.3333%;
    float: left;
    overflow-wrap: break-word;
}

.navOverlayGrid .gridItem .gridText {
    background-color: rgba(37, 37, 37, 0.3);
    display: inline-block;
    margin: auto;
    width: 100%;
    text-decoration: none;
    font-size: 36px;
    /*color: #818181;*/
    color: #ffffff;
    display: inline-block;
    transition: 0.3s;
    height: 50vh;
}

.navOverlayGrid .gridItem .gridText span {
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.navOverlayGrid .gridItem .gridText:hover {
    background-color: rgba(37, 37, 37, 0.1);
    transition: 0.5s;
    /*color: #818181;*/
    color: #ffffff;
}

.navOverlay a:hover, .navOverlay a:focus {
    color: #f1f1f1;
}

.navOverlay .navMobileClose {
    display: none;
    clear: both;
    font-size: 60px;
    color: #ffffff;
}

.nav1, .nav2, .nav3, .nav4, .nav5, .nav6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nav1 {
    background-image: url('../img/navigation/nav1.jpg');
}
.nav2 {
    background-image: url('../img/navigation/nav2.jpg');
}
.nav3 {
    background-image: url('../img/navigation/nav3.jpg');
}
.nav4 {
    background-image: url('../img/navigation/nav4.jpg');
}
.nav5 {
    background-image: url('../img/navigation/nav5.jpg');
}
.nav6 {
    background-image: url('../img/navigation/nav6.jpg');
}

#mainNavigation {
    clear: both;
}

#mainSection {
    margin-bottom: 0;
    /*padding-top: 91px;*/
    /*background: rgba(37, 37, 37, 0.2);*/
}

/* --- CONTENT --- */

#titleSection {
    /*background: rgba(37, 37, 37, 0.2);*/
    color: #ffffff;
    padding: 40px;
    text-align: center;
    min-height: 150px;
}

#titleSection .siteTitle {
    font-size: 3em;
}

#contentSection {
    background: #ffffff;
    padding: 20px;
    min-height: calc(100vh - 430px);
}

#contentSection div.sectionBody {
    width: 70%;
    margin: auto;
}

#contentSection div.newsSectionBody {
    width: 80%;
    margin: auto;
}

#contentSection div.kundenSectionBody {
    /*width: 95%;*/
    width: 74%;
    margin: auto;
    text-align: center;
}

#contentSection div.moreInfo {
    /*display: grid;
    grid-template-columns: 33% 33% 33%;;*/
    clear: both !important;
    height: auto;
}

#contentSection div.moreInfo:after {
    clear: both !important;
}

#contentSection div.moreInfo .card {
    text-align: center;
    border-right: 1px solid #CD1013;
    padding: 25px;
    margin: 20px 0;
    /*display: block;
    overflow: auto;*/
    float: left;
    width: 28%;
    min-height: 580px;
}

#contentSection div.moreInfo .card:nth-child(3n+3) {
    border: none;
}

#contentSection div.moreInfo .card:nth-child(3n+3):after {
    clear: left;
}

#contentSection div.moreInfo .card:last-child {
    border: none;
}
#contentSection div.moreInfo .card:last-child:after {
    clear: both;
}

#contentSection div.moreInfo .card h2 {
    clear: both;
    text-transform: uppercase;
    font-size: 1.5em;
    height: 3.5em;
    word-wrap: break-word;
}

#contentSection div.moreInfo .card p {
    min-height: 350px;
    clear: both;
}

/* --- FOOTER --- */

#siteFooter {
    background: #333333;
    color: #ffffff;
    border-bottom: 1px solid #333333;
    height: auto;
}

#siteFooter a:link, #siteFooter a:visited {
    color: #cccccc;
    transition: 0.3s;
}

#siteFooter a:hover, #siteFooter a:active {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

#siteFooter .floatBox-33 {
    float: left;
    width: 33.3333%;
    text-align: center;
    font-size: 14px;
    /*padding: 20px 0;*/
    overflow-wrap: break-word;
    word-wrap: break-word;
    
}

#siteFooter .contactBox, #siteFooter .copyrightBox {
    float: left;
    width: 28%;
    text-align: center;
}

#siteFooter .menuBox {
    text-transform: uppercase;
    color: #cccccc;
    overflow-wrap: break-word;
    word-wrap: break-word;
    float: left;
    width: 44%;
    text-align: center;
}

#siteFooter .menuBox p, #siteFooter .copyrightBox p  {
    line-height: 40px;
}

#siteFooter .contactBox .icon, #siteFooter .contactBox .iconText {
    font-size: 14px;
}

#siteFooter .contactBox ul.contactData {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}

#siteFooter .contactBox ul.contactData li {
    list-style-type: none;
    margin: 3px;
    text-align: left;
    line-height: 26px;
}

.footer-clear {
    clear: both;
    /*height: 16px;*/
}

.hidden {
    clear: both;
    visibility: hidden;
    height: 0px;
}

.navClear {
    visibility: hidden;
    height: 0px;
}

.socialLink {
    color: #ffffff !important;
    font-size: 14px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.kundenlogo {
    /*float: left;*/
    padding: 20px;
    margin: 20px;
    /*width: 25px;
    height: 70px;*/
    width: 10%;
}

.managementMembers {
    float: left;
    margin: 10px;
    padding: 7px;
}

.news {
    display: flex;
    flex-wrap: wrap;
}

.news .newsItem {
    flex: 1;
    padding: 15px;
    margin: 20px 10px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    width: 45%;
}

.news .newsItem:hover {
    /*color: #ffffff;*/
    /*background: rgba(218, 0, 0, 0.8);*/
    /*background: #CD1013;*/
    box-shadow: 0 0 10px rgba(205, 16, 19, 1);
    transition: 0.5s;
}

.news .newsItem:hover a {
    /*color: #ffffff;*/
}

.news .newsItem h1 {
    font-size: 1.4em;
    text-decoration: none;
}

.news .newsItem h1 a {
    text-decoration: none;
}

.red {
    color: #CD1013;
    font-weight: bold;
}

input[type=checkbox]#looping {
    visibility: hidden;
}

 .loopingCheckbox {
    width: 25px;
    margin: 20px 0px;
    clear: both;
    position: relative;
}

.loopingCheckbox label {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 87px;
    width: 25px;
    height: 25px;
    background: #f4f4f4;
    border:1px solid #ddd;
}

.loopingCheckbox label:before {
    content: 'Looping: ';
    position: absolute;
    top: 1px;
      left: -87px;
}

.loopingCheckbox label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    top: 6px;
    left: 7px;
    width: 9px;
    height: 5px;
    background: transparent;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    border: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.loopingCheckbox input[type=checkbox]:checked + label:after {
    opacity: 1;
    border: 3px solid #CD1013;
    border-top: none;
    border-right: none;
}

.loginBox label {
    display: inline-block;
    float: left;
    clear: left;
    width: 80px;
    text-align: left;
}

.loginBox input {
    display: inline-block;
    float: left;
    position: relative;
    top: -11px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.body1 {
    background-image: url('../img/navigation/nav1.jpg');
    background-position: left -550px;
}
.body2 {
    background-image: url('../img/navigation/nav2.jpg');
}
.body3 {
    background-image: url('../img/navigation/nav3.jpg');
    /* background-position: left calc(100% + 250px); */
    background-position: left -800px;
}
.body4 {
    background-image: url('../img/navigation/nav4.jpg');
    /* background-position: left calc(100% - 350px); */
    background-position: left -450px;
}
.body5 {
    background-image: url('../img/navigation/nav5.jpg');
    background-position: left -250px;
}
.body6 {
    background-image: url('../img/navigation/nav6.jpg');
    /* background-position: left calc(100% - 350px); */
    background-position: left -500px;
}

.menulogo {
    height: 36px;
    box-shadow: none;
    position: relative;
    top: -12px;
    left: -8px;
}

.menulogo img {
    padding: 0;
    margin: 0;
    position: relative;
    top: 6px;
    left: 3px;
}

.readmore {
    border: 1px solid #CD1013;
    border-radius: 5px;
    padding: 15px 30px;
    color: #CD1013 !important;
    transition: 0.2s;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    display: inline-block;
    text-decoration: none !important;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.readmore:hover {
    background: #CD1013;
    color: #ffffff !important;
}

.lb-image {
  box-shadow: none;
}

.cookiebanner {
    position: fixed;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    height: 50px;
    background: #f9f9f9;
    color: #333333;
    width: 100%;
    line-height: 40px;
}

.cookiebanner .text {
    padding: 15px;
    line-height: 52px;
}

.cookiebanner .accept {
    background: #CD1013;
    color: #ffffff;
    font-weight: bold;
    float: right;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

.cookiebanner .decline {
    color: #000000;
    font-weight: bold;
    float: right;
    padding: 5px 10px;
    text-decoration: none;
}

.imagehiddentext {
    position: relative;
    float: left;
}
.imagehiddentext .hiddentext {
    background: #CD1013;
    color: #ffffff;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    height: auto;
    transition: 0.3s ease-in;
    padding: 15px 0;
}

.imagehiddentext:hover .hiddentext {
    width: 100px;
    padding: 15px;
    z-index: 9999;
}
</pre></body></html>