<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Work Sans Light'), local('WorkSans-Light'),
       url('../fonts/work-sans-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v4-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v4-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Work Sans'), local('WorkSans-Regular'),
       url('../fonts/work-sans-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v4-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* benchnine-regular - latin */
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/benchnine-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('BenchNine Regular'), local('BenchNine-Regular'),
       url('../fonts/benchnine-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/benchnine-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/benchnine-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/benchnine-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/benchnine-v7-latin-regular.svg#BenchNine') format('svg'); /* Legacy iOS */
}

/* benchnine-700 - latin */
@font-face {
  font-family: 'BenchNine';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/benchnine-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('BenchNine Bold'), local('BenchNine-Bold'),
       url('../fonts/benchnine-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/benchnine-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/benchnine-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/benchnine-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/benchnine-v7-latin-700.svg#BenchNine') format('svg'); /* Legacy iOS */
}


.BodyClass {
    margin:0;
    padding:0;

    width: 100%;
    /*height: 100vh;*/
}

.MainContainer {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 950px;
}

.MainBackground {
    position: absolute;
    top:0px;
    left:0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;

    background: url('../img/Hintergrund.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.MainShadow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background: url('../img/GrauRaster.png') repeat;
}

.TextElementEins, .TextElementZwei {
    position: absolute;
    font-size: 60px;

    font-family: 'BenchNine', sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    padding: 10px;

    color: white;
    background-color: black;
}

.MainFooterText {
    position: absolute;
    font-family: 'Work Sans', sans-serif;
}

.MainFooterTextMobile {
    position: absolute;
    font-family: 'Work Sans', sans-serif;
}

.MainFooterContainer {
    position: absolute;
    bottom:0px;
    left:0px;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
}

.MainNavigationContainer {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 78px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
}

.BlockText {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,1);
}

.MainNavigationLogo {
    position: absolute;
    top: 15px;
    left: 50px;
    width: 200px;
}

.MainNavigationElementContainer {
    position: absolute;
    text-align: right;
    top: 25px;
    right: 50px;
    width: 500px;
}

.NavigationElement {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 300;

    font-family: 'Work Sans', sans-serif;
    cursor:pointer;
    line-height: 1.6em;
    color: black;
}

.NavigationElement:hover {
    background-color: #666461;
    color: white;
}

.NavigationElement.Active {
    background-color: #666461;
    color: white;
}

.StyleLessLink:link      { text-decoration: none; color: #b17f4a;}
.StyleLessLink:visited   { text-decoration: none; color: #b17f4a; }
.StyleLessLink:hover     { text-decoration: none; color: rgba(254, 180, 106, 0.85); }
.StyleLessLink:active    { text-decoration: none; color: #b17f4a; }
.StyleLessLink:focus     { text-decoration: none; color: #b17f4a; }

.StyleLessMenuLink:link      { text-decoration: none; }
.StyleLessMenuLink:visited   { text-decoration: none; }
.StyleLessMenuLink:hover     { text-decoration: none; color: white; }
.StyleLessMenuLink:active    { text-decoration: none; }
.StyleLessMenuLink:focus     { text-decoration: none; }

@media (max-width: 767px) {

    .BlockText {
        position: absolute;
        box-sizing: border-box;
        width: auto;
        left:15px;
        right: 15px;
        height: 530px;

        top: 190px;
        background-color: white;

        padding: 15px;
        overflow: hidden;
        overflow-y: scroll;
        font-weight: 300;
        font-family: 'Work Sans', sans-serif;
    }

    .MainNavigationLogo {
        text-align: left;
        left: 40px;
    }

    .MainNavigationContainer {
        height:180px;
    }

    .MainNavigationElementContainer {
        position: absolute;
        text-align: left;
        top: 80px;
        left: 40px;
        right:40px;
        width: auto;
    }

    .NavigationElement {
        position: relative;
        display: block;
        float: none;
        font-size: 14px;
    }

    .MainFooterContainer {
        height: 200px !important;
    }

    .MainFooterText {
        display: none;
    }

    .MainFooterTextMobile {
        display: block;
        top:15px;
        left:50px;
        line-height: 1.4em;
        font-size: 13px;
        font-weight: 300;
    }

    .TextElementEins {
        text-align: center;
        top: 200px;
        width:300px;
        font-size: 50px;
        left: 50%;
        margin-left: -150px;
    }

    .TextElementZwei {
        text-align: center;
        top: 600px;
        left: 50%;
        font-size: 50px;
        width:300px;
        margin-left: -150px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .NavigationElement {
        font-size: 14px;
    }

    .BlockText {
        position: absolute;
        box-sizing: border-box;
        width: auto;
        height: 600px;

        top: 150px;
        left:100px;
        right:100px;
        background-color: white;

        padding: 15px;
        overflow: hidden;
        overflow-y: scroll;
        font-weight: 300;
        font-family: 'Work Sans', sans-serif;
    }

    .MainNavigationContainer {
        height:78px;
    }

    .MainFooterText {
        display: block;
        top:15px;
        left:50px;
        font-size: 12px;
        font-weight: 300;
    }

    .TextElementEins {
        text-align: center;
        top: 150px;
        width:480px;
        left: 50%;
        margin-left: -240px;
    }

    .TextElementZwei {
        text-align: center;
        top: 630px;
        left: 50%;
        width:480px;
        margin-left: -240px;
    }

    .MainFooterTextMobile {
        display: none;
    }

    .MainFooterContainer {
        height: 45px !important;
    }
}

@media (min-width: 1200px) {

    .BlockText {
        position: absolute;
        box-sizing: border-box;
        width: 1150px;
        height: 600px;

        top: 150px;
        left:50%;
        margin-left: -575px;
        background-color: white;

        padding: 15px;
        overflow: hidden;
        overflow-y: scroll;
        font-weight: 300;
        font-family: 'Work Sans', sans-serif;
    }

    .MainNavigationContainer {
        height:78px;
    }

    .MainFooterText {
        display: block;
        top:15px;
        left:50px;
        font-size: 13px;
        font-weight: 300;
    }

    .TextElementEins {
        text-align: center;
        top: 150px;
        width:1000px;
        font-size: 100px;
        left: 50%;
        margin-left: -500px;
    }

    .TextElementZwei {
        text-align: center;
        top: 650px;
        left: 50%;
        width:600px;
        margin-left: -300px;
    }

    .MainFooterTextMobile {
        display: none;
    }

    .MainFooterContainer {
        height: 45px !important;
    }
}</pre></body></html>