<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : Dec 01, 2022, 15:00:00
    Author     : Aleksandar Strinic
*/

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

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

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

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

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

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

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



hmtl, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #a5a7a8;
}
body {
    background-color: #2e2d30;
}

#page {
    min-height: 100vh;
    overflow: hidden;
}

#page-content {
    position: relative;
    width: 100%;
    max-width: 1238px;
    height: auto;
    max-height: calc(100vh - 82px);
    padding: 41px 0 167px;
    margin: 41px 41px;
    border-left: 41px solid #707173;
    border-right: 41px solid #707173;
    background-color: #707173;
    background-image: url(../img/C-Schlesener-L.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#content {
    max-height: 668px;
    background-color: #e5e5e6;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 26px;
}
#content .content-inner {
    padding: 87px 20px 20px;
}
#content a {
    color: #a5a7a8;
    text-decoration: none;
}
#content a:hover, #content a:active {
    text-decoration: underline;
}
#content em {
    color: #3d3c3f;
}
#content .border-end {
    border-right-style: dotted !important;
}
#content .border-secondary {
    border-color: #999 !important;
}

.mb-68 {
    margin-bottom: 68px;
}

#home {
    position: absolute;
    left: 5px;
    bottom: 83px;
    width: 293px;
    height: 36px;
}
#home a {
    display: block;
    width: 293px;
    height: 36px;
    text-decoration: none;
}

#text-ocupation {
    position: absolute;
    bottom: 50px;
    left: 436px;
    color: #fff;
    font-size: 14px;
}

#navi {
    position: absolute;
    bottom: 72px;
    right: 0;
    width: auto;
}
#navi ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#navi ul li {
}
#navi li a {
    margin: 0;
    display: block;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    height: 25px;
}
#navi li a:hover, #navi li a:active, #navi li a.active {
    font-weight: 700;
}

#footer-nav {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 300px;
    height: 20px;
    overflow: hidden;
    font-size: 11px;
}
#footer-nav a {
    color: #a5a7a8;
    text-decoration: none;
}
#footer-nav a:hover, #footer-nav a:active, #footer-nav a.active {
    text-decoration: underline;
}

h1 {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: normal;
    color: #3d3c3f;
    line-height: 26px;
}
h2 {
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: normal;
    color: #3d3c3f;
    line-height: 26px;
}
h3 {
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: normal;
    color: #3d3c3f;
    line-height: 26px;
}

#carouselStart {
    min-width: 500px;
}

.logo {
    position: absolute;
    bottom: 5%;
    width: 300px;
}

@media all and (max-height: 957.5px) {
    #content {
        min-height: unset !important;
        max-height: calc(100vh - 290px) !important;
        height: calc(100vh - 290px) !important;
        
    }
}
@media all and (max-width: 1319.5px) {
    #content {
        max-height: calc(100vh - 290px) !important;
        height: calc(100vh - 290px) !important;
    }
}
@media all and (max-width: 991.5px) {
    #text-ocupation {
        left: 5px;
        font-size: 12px;
        bottom: 54px;
    }
    #content .border-end.border-md-none {
        border: none !important;
    }
}
@media all and (max-width: 767.5px) {
    #content .border-end.border-sm-none {
        border: none !important;
    }
}
@media all and (max-width: 683.5px) {
    #navi {
        bottom: 136px;
        right: 0;
    }
}
@media all and (max-width: 586.5px) {
    #page-content {
        background-size: 1000px auto;
        padding: 20px 0 155px;
    }
    #navi {
        bottom: 124px;
    }
    #text-ocupation {
        left: 4px;
        font-size: 11.4px;
        bottom: 47px;
    }
    #home {
        left: 4px;
        bottom: 73px;
        width: 254px;
        height: 30px;
    }
    #home a {
        width: 254px;
        height: 30px;
    }
}
@media all and (max-width: 575.5px) {
    #page-content {
        max-height: calc(100vh - 48px);
        height: calc(100vh - 48px);
        padding: 20px 0 167px;
        margin: 20px 20px 28px;
        border-left: 20px solid #707173;
        border-right: 20px solid #707173;
    }
    #content {
        max-height: calc(100vh - 235px) !important;
        height: calc(100vh - 235px) !important;
    }
    #navi {
        bottom: 133px;
    }
}
@media all and (max-width: 499.5px) {
    .carousel-control-next, .carousel-control-prev {
        width: 20%;
    }
}
@media all and (max-width: 470.5px) {
    #page-content {
        padding: 20px 0 155px;
    }
    #content {
        max-height: calc(100vh - 224px) !important;
        height: calc(100vh - 224px) !important;
    }
    #navi {
        bottom: 124px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 25%;
    }
}
@media all and (max-width: 446.5px) {
    #page-content {
        background-size: 873px auto;
    }
    #text-ocupation {
        left: 4px;
        font-size: 10px;
        bottom: 41px;
    }
    #home {
        left: 4px;
        bottom: 62px;
        width: 221px;
        height: 30px;
    }
    #home a {
        width: 221px;
        height: 30px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30%;
    }
}
@media all and (max-width: 417.5px) {
    #page-content {
        max-height: calc(100vh - 38px);
        height: calc(100vh - 38px);
        padding: 10px 0 140px;
        margin: 10px 10px 28px;
        border-left: 10px solid #707173;
        border-right: 10px solid #707173;
    }
    #content {
        max-height: calc(100vh - 190px) !important;
        height: calc(100vh - 190px) !important;
    }
    #navi {
        bottom: 110px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 40%;
    }
}
.black{color:#000;}
.fullimg{
    height: calc(100vh - 200px) !important;
object-fit: cover;
object-position: left;
}
.fullimg-right{
    height: calc(100vh - 200px) !important;
object-fit: cover;
object-position: right;
}</pre></body></html>