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

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

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

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

/* RESET ------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    background: 0;
    text-decoration: none;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 100.01%;
}

ol,
ul {
    list-style: none;
}

ul {
    margin-bottom: 20px;
}

img {
    margin-bottom: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    position: relative;
    min-width: 0;
}

strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

/* Ende RESET ---------------------------------- */

html {
    height: 101%;
}

body {
    margin: 0 auto;
    height: 100.01%;
    font-family: 'PT Sans', sans-serif;
    font-size: 0.95em;
    text-align: left;
    line-height: 170%;
    color: #000;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.zeile-innen {
    margin: 0 auto;
    /*margin: 1% auto 1% auto;*/
    padding: 5px 0 5px 0;
    max-width: 70%;
    border: 0px solid red;
}



.mehr {
    bottom: 0px;
    position: absolute;
}

.grau {
    background-color: #DCDCDC;
}

.grau-hell {
    background-color: #EAEAEA;
}

.blau-dunkel {
    background-color: #9e2a2d;
}

.blau-mittel {
    background-color: #666;
}

.grau-hell {
    background-color: #e8e8e8;
}

.blau-mittel {
    background-color: #666;
}

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

.logo {
    margin-top: 15px;
}



#navigation {
    position: relative;
    float: right;
    height: 32px;
    text-align: left;
    background-color: transparent;
    border: 0px solid red;
}

.videoWrapper {
    max-height: 600px;
    overflow: hidden;
}

.backgroundVideo {
    margin-top: -60px;
}

/* Abstand oben bei den Sprungmarken*/

.anker {
    margin-top: -170px;
    padding-top: 170px;
}

.header {
    z-index: 900;
    position: fixed;
    top: 30px;
    height: 80px;
    border-bottom: 1px solid #EAEAEA;
}

.topbar {
    position: fixed;
    top: 0;
    z-index: 950;
    width: 100%;
    height: 36px;
}

.topbar p {
    float: right;
    color: #DCDCDC;
}

.topbar a i,
.topbar i {
    color: #DCDCDC;
}

.topbar a:link,
.topbar a:visited {
    color: #DCDCDC;
    transition: all 0.3s ease;
}

.topbar a:hover i,
.topbar p:hover {
    color: #fff;
    transition: all 0.3s ease;
}

.topbar:hover {
    transition: all 0.3s ease;
    background-color: #666;
}

.grafik {
    margin-top: 110px !important;
}

#slider-top {
    float: right;
    height: auto;
}

.grafik .zeile-innen {
    margin: 0 auto;
}

#navigation ul {
    list-style-type: none;
    padding-left: 0;
    overflow: inherit;
}

.content {
    padding-top: 40px;
    padding-bottom: 140px;
}

.img-border {
    border: 1px solid #cdd0d4;
}

img.left {
    float: left;
    margin-right: 3%;
    vertical-align: text-top;
}

p {
    margin-bottom: 1em;
}

.text-li p {
    text-align: justify;
    padding-right: 20px;
}

.box {
    padding: 20px !important;
    border: 6px solid #E8E8E8;
    background-color: #e8e8e8;
}

.box p.icon,
.box h2 {
    text-align: left;
}

.box i {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(1, 1, 1, 0.5);
}

.box img {
    margin-bottom: 3%;
}


.cta {
    float: right;
    padding-left: 0px;
    padding: 20px 30px 20px 20px;
    border: 2px dotted #9e2a2d;
}


.cta p {
    margin-bottom: 12%;
}

.cta ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.cta li {
    margin-bottom: 1% !important;
    padding: 10px 20px 10px 10px;
    background-color: #EAEAEA;
    border-right: 1px solid #666 !important;
    border-bottom: 1px solid #666 !important;
}

.cta a:after {
    display: block;
    float: right;
    margin-left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
}

.cta a:link {
    text-decoration: none;
}

.text-re p {
    text-align: justify;
    padding-left: 20px;
}

.karriere {
    padding-left: 10%;
}

.berater.box {
    max-width: 227px;
    min-height: 680px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 140%;
}

h1 {
    font-size: 2.6em;
    font-weight: 300;
    text-transform: normal;
    margin-bottom: 1.0em;
}

h2 {
    font-size: 1.6em;
    font-weight: 300;
    text-transform: uppercase;
    color: #9E2A2D;
    margin-bottom: 0.6em;
}



h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: #9e2a2d;
    margin-bottom: 0.55em;
}

h4 {
    margin-bottom: 0.6em;
}

/* ----- weiss ----- */

.weiss {
    background-color: #fff;
}

.weiss h1 {
    color: #666666;
}

.weiss h2 {
    color: #9e2a2d;
}

.weiss h3 {
    color: #878787;
}

.weiss p,
.weiss li {
    color: #333;
}

h3.trigger a {
    color: #004B85;
}

.weiss a:link {
    color: #666;
    text-decoration: none;
}

.weiss a:visited {
    color: #666;
    text-decoration: none;
}

.weiss a:focus {
    color: #333;
    text-decoration: underline;
}

.weiss a:hover {
    color: #333;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.weiss a:active {
    color: #333;
    text-decoration: underline;
}

/* ----- blau,hell ----- */

.grau-hell {
    background-color: #e8e8e8;
}

.grau-hell h1 {
    color: #666;
}

.grau-hell h2 {
    color: #9e2a2d;
}

.grau-hell h3 {
    color: #9e2a2d;
}

.grau-hell p,
.grau-hell li,
.grau-hell i {
    color: #666;
}

.grau-hell a:link {
    color: #9e2a2d;
    text-decoration: underline;
}

.grau-hell a:visited {
    color: #9e2a2d;
    text-decoration: underline;
}

.grau-hell a:focus {
    color: #333;
    text-decoration: underline;
}

.grau-hell a:hover {
    color: #333;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.grau-hell a:active {
    color: #333;
    text-decoration: underline;
}

/* --------------------- */

.zeile-innen ul {
    list-style-type: square;
    margin-bottom: 2.4em;
    padding-left: 20px;
    text-align: left;
    overflow: auto;
}

.zeile-innen ul.mandanten {
    font-weight: bold;
}

.zeile-innen .nav ul {
    padding-left: 0;
}

.zeile-innen li {
    font-size: 0.95em;
    line-height: 135%;
    margin-bottom: 1em;

}

.zeile-innen .nav li {
    margin-bottom: 0;
}

footer a:link {
    color: #DCDCDC;
    text-decoration: none;
}

footer a:visited {
    color: #DCDCDC;
    text-decoration: underline;
}

footer a:focus {
    color: #fff;
    text-decoration: underline;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

footer a:active {
    color: #fff;
    text-decoration: underline;
}

a:link.button {
    border: 2px solid #000;
    bottom: auto;
    box-sizing: content-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 14px 'Ropa Sans', sans-serif;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: ;
}

a:visited.button {
    color: #000;
    text-decoration: none;
}

a:focus.button {
    color: #000;
    text-decoration: none;
}

a:hover.button {
    color: #B7B7B7;
    text-decoration: none;
}

a:active.button {
    color: #000;
    text-decoration: none;
}

.button i {
    vertical-align: middle;
}

.button i:hover {
    color: #b7b7b7;
}

a img {
    border: 0px none;
}


.nav a.no-link {
    cursor: default;
}

hr {
    height: 5px;
    background: #EAEAEA;
    border-radius: 5px;
    width: 25%;
    margin-top: 2%;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #EAEAEA;
}

i {
    min-width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #9E2A2D;
}

span.ifa {
    margin-right: 30px;
}


#navigation i {
    color: #B7B7B7;
}

#navigation i:hover {
    color: #000;
}

#navigation i:active,
.nav i a#active {
    color: #000;
}

footer p {
    margin-bottom: 0;
    color: #fff;
}

footer i {
    color: #fff;
}

footer span.ifa {
    min-width: 15px;
    margin-right: 25px;
    color: #DCDCDC;
}

a.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.50;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    text-indent: 0px;
    background-color: #9e2a2d;
    z-index: 5000;
    border: 1px solid #e8e8e8;
}

a:hover.scrollup {
    opacity: 0.75;
}

.scrollup i {
    text-align: center;
    width: 100% !important;
    min-width: 40px !important;
    line-height: 32px;
    color: #fff;
}

.meta-i {
    position: relative;
    float: right;
    padding-top: 67px;
    color: #c2c2c2;
    border: 0px solid red;
}

.te-al-ri {
    text-align: right;
}

.start-mehr-link {
    text-align: center;
    padding: 6px 9px 6px 9px;
    background-color: #EEEEEE;
}

#right i {
    width: 15px;
    color: #851C3A;
}

#map {
    width: 100%;
    height: 400px;
}

00 .hide-dt {
    display: none;
}

li.hide-dt {
    display: none;
}







.footer {
    min-height: 140px;
    border-top: 20px solid #fff;
}

footer h2 {
    margin-bottom: 0 !important;
    color: #E8E8E8;
}

.flex {
    display: flex;
}

/* TEAM */

ul.team {
    display: flex;
    padding-left: 0;
}

.team li {
    /*min-height: 325px;*/
    padding: 10px;
    list-style-type: none;
    margin: 0 2% 5% 0;
    background-color: #EAEAEA;
    text-align: center;
}

.team li span {
    margin-top: 5px;
}

.team li span.position {
    display: none;
}

.team li:hover span.position {
    display: block;
}

.team li:hover,
.cta li:hover {
    background-color: #e8e8e8;
    transition: ease-in 0.4s;
}

.team hr {
    width: 75%;
    height: 3px;
    background: #fff;
    border-top: 1px solid #fff;
    margin-top: 7.5%;
    margin-bottom: 5%;
}

.zeiten {
    width: 100px;
    display: inline-block;
}

.news .teaser {
    background-color: #e8e8e8;
    min-height: 280px;
    padding: 30px;
    margin: 15px;
    cursor: move;
    color: #333;
}

.news .teaser:hover {
    background-color: #9E2A2D;
    transition: 0.5s ease;
    color: #fff;
}

.news .teaser a:link,
.news .teaser a:visited {
    font-size: 1.2em;
    text-decoration: none;
}

.news .teaser:hover a:link {
    color: #fff !important;
}

.news .teaser:hover a:hover {
    color: #fff;
}

.news .teaser a:link.weiter {
    font-size: inherit;
}

.news .teaser a:link.titel {
    display: block;
    margin-bottom: 10px;
    color: #9e2a2d;
    min-height: 80px;
}

.news i {
    color: #0171BD;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

#datenschutz {
    padding-top: 140px;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.225%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- GRID ---*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zeile {
    width: 100% !important;
    margin: 0 auto;
}

.zeile.abstand {
    padding: 4% 0 5% 0;
}

.zeile .zeile {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
}

.spalte,
.spalten {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

[class*="spalte"] + [class*="spalte"]:last-child {
    float: right;
}

[class*="spalte"] + [class*="spalte"].end {
    float: left;
}

.zeile .eins {
    width: 8.33%
}

.zeile .zwei {
    width: 16.66%
}

.zeile .drei {
    width: 25%
}

.zeile .vier {
    width: 33.33%
}

.zeile .fuenf {
    width: 41.66%
}

.zeile .sechs {
    width: 50%
}

.zeile .sieben {
    width: 58.33%
}

.zeile .acht {
    width: 66.66%
}

.zeile .neun {
    width: 75%
}

.zeile .zehn {
    width: 83.33%
}

.zeile .elf {
    width: 91.66%
}

.zeile .zwoelf {
    width: 100%
}

/* Nicolas Gallagher's micro clearfix */

.zeile:before,
.zeile:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.zeile:after,
.clearfix:after {
    clear: both;
}

.zeile,
.clearfix {
    zoom: 1;
}

img {
    max-width: 100%;
}

/* Mobile */

@media only screen and (max-width: 800px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container {}

    .zeile {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .spalte,
    .spalten {
        width: auto !important;
        float: none;
    }

    .spalte:last-child,
    .spalten:last-child {
        float: none;
    }

    [class*="spalte"] + [class*="spalte"]:last-child {
        float: none;
    }

    .spalte:before,
    .spalten:before,
    .spalte:after,
    .spalten:after {
        content: "";
        display: table;
    }

    .spalte:after,
    .spalten:after {
        clear: both;
    }

}
</pre></body></html>