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

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

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v34-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v34-latin-600.svg#OpenSans') 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: 'Open Sans', sans-serif;
    font-size: .96em;
    text-align: left;
    line-height: 180%;
    color: #393939;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: #fff;
}

.hamburger {
    position: fixed;
    right: 23px;
    top: 13px;
    z-index: 30;
    color: #fff;
}

.hamburger-hl {
    text-align: center;
    color: #545455;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 2px;
}

.headline {
    height: 5vh;
    background-color: #c0c0c0;
    margin-bottom: 1%;
    border-top: 6px solid #fff;
}

.zeile-innen {
    margin: 0 auto;
    padding: 5px 0 5px 0;
    width: 76%;
}

.zeile-innen.voll {
    padding: 0;
    margin: 0;
}

.links {
    float: left;
    width: 17%;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.rechts {
    float: right;
    width: 17%;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.kachel {
    height: 350px;
    margin-bottom: 8px;
}

.kachel:last-child {
    margin-bottom: 0;
}


#navigation {
    position: relative;
    transition: .5s;
}

.company_logo {
    background: rgba(82, 82, 82, 0.75);
    padding: 20px;
}

.company_logo img {
    width: 450px;
}

.logo {
    position: relative;
    float: left;
    transition: .5s;
}

.logoReduziert {
    position: relative;
    float: left;
    margin-top: 6px;
    transition: .5s;
}

.logo img,
.logoReduziert img {
    max-width: 250px;
    height: auto;
}

.navbar-wrapper {
    top: 0;
    left: 0;
    right: 0;
    /* margin: 1px auto 0 auto !important; */
    background: rgba(0, 0, 0, 0);
    height: auto;
    z-index: 900;
}

.navbar-wrapper .logoReduziert {
    display: none;
}

.nav {
    padding-bottom: 4px;
    margin-bottom: 0 !important;
}

.isStuck {
    position: fixed !important;
    z-index: 9999;
    background: RGBA(255, 255, 255, 1);
    top: 0 !important;
    margin-top: 0 !important;
    border-bottom: 1px solid rgba(218, 96, 5, .2);
}

.isStuck .logo,
.isStuck .topbar {
    display: none;
}

.isStuck .logoReduziert {
    display: inline;
}

.isStuck #navigation {
    padding-top: 12px !important;
}


.isStuck ul.nav {
    margin-top: 0;
}


.orange {
    background: #525252;
}

.services {
    padding: 10px;
    margin-bottom: 2%;
}

.bg {
    background: rgba(2, 62, 132, .1);
}

.rot {
    background-color: #8e2e49;
}

.grau {
    background-color: #464646;
}

.bgDark,
.grau {
    color: #fff;
}


.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);
}

.sidenav {
    height: 90%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: -400px;
    left: 0;
    background: rgba(255, 255, 255, 0);
    overflow-x: hidden;
    transition: 0.5s;
    text-align: center;
    z-index: 9997;
}

#sidenav-toggle i {
    color: #fff;
}

img.kreis {
    border-radius: 999px;
    /* width: 300px;
    height: 300px; */
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border: 1px solid rgba(92, 92, 92, .1);
    padding: 5px;
}

img.kreis.team {
    width: 260px;
    height: 260px;
}

/* Abstand oben bei den Sprungmarken*/

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

.header.home {
    margin-top: 0 !important;
    overflow: hidden;
}

.header.home {
    height: auto;
    /*80vh*/
    margin-bottom: 4%;
}

.topbar {
    background-color: #525252 !important;
    height: 30px;
    font-size: 85%;
}

.topbar .zeile-innen {
    padding-top: 0;
}

.topbar p {
    float: right;
    color: #fff;
    margin: 0;
    margin-right: 0px;
    margin-right: 15px;
}

.topbar a:link,
.topbar i {
    color: #fff;
    text-decoration: none;
}

.topbar a:visited {
    color: #F0F0F0;
    text-decoration: underline;
}

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

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

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

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

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

.logo_wrapper {
    align-items: center;
    bottom: 322px;
    display: flex;
    position: absolute;
    right: 50px;
    top: 0;
    width: 26%;
    z-index: 10;
}

.header_image {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 130%;
    z-index: 3;
}

.title {
    padding-left: 15px;
}

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

.abwaerts {
    position: absolute;
    bottom: 5%;
    left: 49.25%;
    width: auto;
    z-index: 500;
}

.abwaerts i {
    color: rgba(255, 255, 255, 0.75);
}

#sidenav-toggle {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    left: -40px;
    top: 0;
    color: #fff;
    padding: 20px;
    -webkit-transform: skewX(20deg) rotate(0deg);
    transform: skewX(-20deg) rotate(0deg);
    transition: -webkit-transform .35s .15s;
    transition: transform .35s .15s;
    transition: transform .35s .15s, -webkit-transform .35s .15s;
    height: 220px;
    width: 5rem;
    margin: auto;
    text-align: center;
    background: linear-gradient(90deg, #8e2e49 0, #8e2e49 85%, transparent 0, transparent);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .nav > li {
    float: inherit;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#content {
    padding-top: 0;
    margin-top: -2px;
}

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

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

p {
    margin-bottom: .8em;
}

p.borderBottom {
    border-bottom: 1px solid #C00418;
    margin-bottom: 4%;
    padding-bottom: 4%;
}

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

.portfolio .title {
    color: #dfb715;
    font-weight: 700;
    font-style: italic;
    font-size: 2rem;
    letter-spacing: 0;
}

.portfolio ul {
    list-style: url(../img/list_style_image_rectangle_yellow.svg);
    margin-left: 45px;
}

.portfolio ul > li {
    padding: .4rem 0 .4rem .375em;
    font-size: 1.3rem;
}

.zeile-innen .portfolio li::before {
    content: none !important;
}

.box {
    padding: 30px;
}

.box.teaser {
    margin-right: 3%;
    padding: 40px;
}

.box.teaser:hover {
    background-color: #8e2e49;
}

.box.teaser:hover .logo-teaser {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.box.teaser:last-child {
    margin-right: 0 !important;
}

.box.teaser h2 {
    width: 100%;
    margin-bottom: 20px;
    min-height: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.box.teaser h3 {
    margin-top: 30px;
}

.box.teaser hr {
    margin-top: -8px;
}

.box.teaser img {
    width: 100%;
}

.logo-teaser {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background-color: #fff;
    background-image: url('../img/logo-teaser.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.logo-teaser i {
    color: #525252 !important;
    background: transparent !important;
}

/*.box.teaser i {
    font-size: 2.4em;
    color: #fff;
    margin-bottom: 20px;
    background: #8e2e49;
    padding: 14px;
}*/

.box.teaser i {
    font-size: 3em;
    color: #fff;
    margin-bottom: 20px;
    background: #8e2e49;
    padding-top: 38px;
    padding-left: 37px;

}

.boxText {
    padding: 16px;
}

#blog-response .box.teaser {
    padding: 20px 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 200;
    text-align: left;
    letter-spacing: 2px;
    line-height: 140%;
}

h1 {
    font-size: 2.6em;
    text-transform: uppercase;
    line-height: 110%;
    margin-top: 10px;
    margin-bottom: 0.4em;
    color: #8e2e49;
}

/*h2::before,
h2::after {
    background-color: #1A6483;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}*/

h1.bgDark {
    color: #fff;
}

span.small {
    font-size: 60%;
}

h2 {
    font-size: 2em;
    font-weight: 400;
    text-transform: normal;
    margin-bottom: 0.6em;
}

.bgBright h2 {
    color: rgba(0, 0, 153, 1);
}

h2.line::before {
    content: "";
    width: 36px;
    height: 1px;
    background-color: #B7AEAF;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

h2.line::after {
    content: "";
    width: 36px;
    height: 1px;
    background-color: #B7AEAF;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

h2.datenschutz-abstand {
    margin-top: -80px;
}

h3 {
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #8e2e49;
    margin-bottom: 0.55em;
}

h4 {
    font-size: 1.6em;
    font-weight: 400;
    text-transform: normal;
    margin-bottom: 0.6em;
}

h4::before {
    background-image: url(../img/logo-before.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    content: "";
    margin-right: 8px;
    vertical-align: bottom;
}

h4.h4::before {
    background-image: none;
    width: 0;
    height: 0;
    content: none;
}

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

a:hover,
a:focus,
a:active {
    color: #8e2e49;
    text-decoration: underline;
}

a:link.dark,
a:visited.dark {
    color: #fff;
    text-decoration: underline;
}

a:hover.dark,
a:focus.dark,
a:active.dark {
    color: #b7aeaf;
    text-decoration: underline;
}

.text {
    padding: 0 20px 0 20px;
}

.text:last-child {
    padding: 0 0 0 20px !important;
}


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

.weiss {
    background-color: #fff;
}

.weiss h1 {
    color: #8e2e49;
}

.weiss h2 {
    color: #b7aeaf;
}

.weiss h3 {
    color: #898989;
}

.weiss p,
.weiss li {
    color: #58585a;
}

i {
    color: #C00418;
}

.schwarz {
    background-color: #000;
}

span.blau {
    color: #000099 !important;
}

.leistungen.li {
    float: right !important;
    width: 69%;
    padding: 40px;
}

.leistungen.re {
    float: left !important;
    width: 69%;
    padding: 40px;
}

.leistungen a {
    text-decoration: none !important;
}

.leistungen a:hover {
    text-decoration: underline !important;
}



.slick-slide {
    background-color: rgba(255, 255, 255, .5);
    margin: 10px;
}

/**
Team cards
*/
.team-box {
    padding: 0 !important;
}

.team-box-body {
    padding: 20px;
}

.team-box.placeholder {
    visibility: hidden !important;
}

.card-box {
    margin-right: 3%;
    margin-bottom: 2%;
}

/* .card-box:last-child {
    margin-right: 0 !important;
} */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.card-img-top {
    width: 100%;
}

.card-img-top {
    max-width: 100%;
    flex-shrink: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body:hover {
    background-color: #8e2e49;
}

.card-title {
    width: 100%;
    margin-bottom: 20px;
    min-height: 60px;
    padding-top: 10px;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
    font-size: 1.2em;
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card.placeholder {
    border: none !important;
}

@media (min-width: 0) {
    .card-deck .card {
        flex: 0 0 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 768px) {
    .card-deck .card {
        flex: 0 0 calc(33.33333% - 30px);
    }
}

@media (min-width: 992px) {
    .card-deck .card {
        flex: 0 0 calc(25% - 30px);
    }
}

@media (min-width: 1200px) {
    .card-deck .card {
        flex: 0 0 calc(20% - 30px);
    }
}


.team {
    background-color: none;
    padding: 5px;
}

.teamSingle {
    overflow: hidden;
    cursor: pointer;
}

.teamSingle.partner {
    cursor: pointer;
}

.teamSingle img {
    display: block;
    transform: scale(1.0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 auto;
}

/*.teamSingle img:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: scale(1.2);

    -webkit-box-shadow: 0px 0px 22px -9px rgba(51, 51, 51, 0.7);
    -moz-box-shadow: 0px 0px 22px -9px rgba(51, 51, 51, 0.7);
    box-shadow: 0px 0px 22px -9px rgba(51, 51, 51, 0.7);
}*/

.teamSingle p {
    text-align: center;
}

.teamSingle h3 {
    text-align: center;
    margin-top: 10px;
}

.teamSingle i {
    color: #0e4194;
}

.teamSingle hr {
    width: 75%;
    height: 2px;
    background: #E3E3E3;
    border-top: 1px solid #E3E3E3;
    margin-top: 7.5%;
    margin-bottom: 5%;
}

.teamSingle:hover hr {
    background: #E3D9C0;
    border-top: 1px solid #E3D9C0;
}

p.berater {
    font-size: 1.4em !important;
    margin-bottom: 0;
    min-height: 60px;
    padding: 30px 5px 0 5px;
    color: #8e2e49;
}

p.position {
    font-size: 14px;
    min-height: 60px;
    padding: 0 25px 0 25px;
}

span.berater {
    font-size: 1.4em !important;
    margin-bottom: 0;
    min-height: 60px;
    padding: 30px 5px 0 5px;
    color: #8e2e49;
}

cite.position {
    font-size: 14px;
    min-height: 60px;
    padding: 0 25px 0 25px;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    margin-top: 6%;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.blockquote p.read-more {
    font-size: 1rem;
}

.blockquote p.read-more a {
    text-decoration: none;
}

.text-right {
    text-align: right !important;
}

.news {
    min-height: 360px;
    cursor: move;
    color: #fff;
}

.news .teaser {
    background: rgba(175, 175, 175, 1);
    min-height: 360px;
    padding: 40px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: move;
}

.news .teaser:nth-child(1n + 1) {
    margin-left: 0 !important;
}

.news .teaser:nth-child(3n + 3) {
    margin-right: 0 !important;
}

.news .teaser a:link,
.news .teaser a:visited {
    font-size: 1.5em;
    text-decoration: none;
    color: #E3E3E3;
}

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

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

.news .teaser a:link.titel {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    color: #393939;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.zeile-innen ul {
    list-style-type: none;
    margin-bottom: 2.4em;
    text-align: left;
}

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

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

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

.zeile-innen li::before {
    font-family: 'Font Awesome 5 Pro';
    font-size: .6em;
    content: '\f192';
    color: #525252;
    margin-right: 6px;
    vertical-align: middle;
}

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

/*a:link { color:#000; text-decoration: underline; }

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

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

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

a:active { color:#000; text-decoration:underline; }*/

a:link.button {
    border: 1px solid #000;
    bottom: auto;
    box-sizing: content-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 14px 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 10px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

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

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

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

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

.button i {
    vertical-align: middle;
}

p.button {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
}

a img {
    border: 0px none;
}

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

i,
span.ifa {
    min-width: 15px;
    text-align: center;
    margin-right: 10px;
    color: #333;
}

.expertise .overlay {
    position: absolute;
    width: 100%;
    background: rgba(43, 68, 124, 0);
    z-index: 20;
    height: 100%;
    top: 0;
}

.expertise .overlay:hover {
    background: rgba(43, 68, 124, .5);
}

.expertise img {
    display: block;
}

.expertise h3 {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 30px;
    width: 100%;
    font-size: 2.0em;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(43, 68, 124, .75);
}

.expertise .overlay i {
    position: absolute;
    top: 10%;
    padding: 30px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(43, 68, 124, .75);
}

.btnWrapper {
    display: block;
    margin: 0.5rem 1%;
    width: 160px;
    margin: 1.5rem auto;
    height: 40px;
}

.btn {
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: .3em;
    /*padding: .8em 1.8em;*/
    background-color: transparent;
    border-color: #fff;
    box-shadow: 0 0em 0em rgba(0, 0, 0, .2);
    margin-top: 10px;
    display: block;
    text-align: center;
    padding-top: 5px;
}

.btn a {
    text-decoration: none;
}

.btn:hover {
    color: #333333 !important;
    box-shadow: 0 0em 0em rgba(0, 0, 0, .2);
    border-color: #fff;
    background-color: transparent;
}

.bgDark .btn:hover {
    color: #fff !important;
}

.bgDark a {
    color: #fff !important;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}

.btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height .3s;
    background: rgba(255, 255, 255, .25);
    border-radius: inherit;
}

.btn:hover::after {
    height: 100%;
    overflow: hidden;
}

.btn:any-link {
    text-decoration: none;
}


footer p {
    margin-bottom: 3%;
    color: #F0F0F0;
    line-height: 210%;
}

footer .contact_wrapper {}

footer h2 {
    margin-top: 20px;
    color: #0f3772;
    text-align: left;
}

footer h3 {
    font-size: 1.6rem;
    margin-bottom: 1px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

footer i {
    color: #F0F0F0;
}

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

footer #social_media_links {
    float: right;
}

footer #social_media_links li {
    display: inline;
}

footer #social_media_links li::before {
    content: none !important;
}

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

footer a:visited {
    color: #F0F0F0;
    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;
}

.footer {
    padding: 30px 0 50px 0;
}

.footerBar {
    height: auto;
    min-height: 60px;
    background-color: #464646;
}

.footerBar p {
    margin-top: 12px;
    margin-bottom: 12px;
}

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

a:hover.scrollup {
    opacity: 0.75;
}

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

.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: 470px;
}

.hide-dt {
    display: none;
}

li.hide-dt {
    display: none;
}

#datenschutz {
    height: 0px;
}

.mehr {
    padding: 13px 44px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    letter-spacing: .8px;
    margin-top: 4%;
    transition: 0.4s ease-in;
}

.mehr.bgBright {
    color: #8e2e49;
    border: 1px solid #8e2e49;
}

.mehr.bgDark {
    color: #fff;
    border: 1px solid #fff;
}

.mehr.bgDark:hover {
    background: rgba(70, 70, 70, .8);
}

.mehr.bgBright:hover {
    background: rgba(0, 0, 153, 1);
}

/* Infocenter ##################*/
.BriefName {
    font-size: 1.8em;
    color: #052562;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    margin-top: 1em;
}

.BriefRubriken,
#infocenter h2,
#infocenter h3 {
    font-size: 1.8em;
    color: #052562;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    margin-top: 1em;
}

.PortalName {
    display: none;
}

.trigger,
#infocenter .trigger {
    cursor: pointer;
    padding: 14px 0;
    margin: 0;
    border-bottom: 1px solid rgba(120, 0, 0, .50);
    font-size: 1.3em;
    color: #7c7c7c;
    text-transform: initial;
}

.trigger a:link,
.trigger a:hover,
.trigger a:active,
.trigger a:focus,
.trigger a:visited {
    color: #7c7c7c;
}

.trigger:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f329';
    font-weight: 200;
    display: inline-block;
    margin-right: 30px;
    color: rgba(120, 0, 0, .50);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.trigger:hover:before {
    color: rgba(218, 96, 1);
}

.trigger_active:before {
    content: '\f32c';
    color: #052562;
}

.trigger span {
    display: none;
}

.toggle_container {
    padding: 40px 0;
}


/* 
* Horizontal Tab
*/
#horizontalTab h4 {
    text-align: left;
}

.r-tabs-nav {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.r-tabs-tab img {
    -webkit-filter: saturate(0);
    filter: saturate(0);
    -webkit-transition: all 0.3s ease;
    /* Firefox */
    /* WebKit */
    /* Opera */
    transition: all 0.3s ease;
    /* Standard */
}

.r-tabs-tab img:hover,
.r-tabs-state-active img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
    -webkit-transition: all 0.3s ease;
    /* Firefox */
    /* WebKit */
    /* Opera */
    transition: all 0.3s ease;
    /* Standard */
}

.r-tabs-tab {
    padding: 5px;
    background-color: #F5F5F5;
    border: 2px solid transparent;
    width: 19%;
    max-width: 200px;
    margin: 0 2px !important;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.r-tabs-tab:first-child {
    margin-left: 0 !important;
}

#leistungen .r-tabs-tab {
    width: auto;
    max-width: 100%;
    margin-right: 5px;
}

#leistungen .r-tabs-tab:hover {
    background-color: #525252;
}

.r-tabs-tab a:link,
.r-tabs-tab a:visited,
.r-tabs-tab a:hover {
    color: #8e2e49;
    text-decoration: none;
}

#leistungen .r-tabs-tab:hover a:link,
#leistungen .r-tabs-tab:hover a:visited,
#leistungen .r-tabs-tab:hover a:hover {
    color: white;
}

.r-tabs-state-active a:link,
.r-tabs-state-active a:visited,
.r-tabs-state-active a:hover {
    color: #fff !important;
}

.r-tabs-state-active {
    background-color: #525252 !important;
    border: 2px solid #525252 !important;
}

.r-tabs-panel {
    background-color: #F5F5F5 !important;
}

.r-tabs-panel a:link,
.r-tabs-panel a:visited,
.r-tabs-panel a:hover,
.r-tabs-panel a:focus,
.r-tabs-panel a:active {
    color: #525252 !important;
    text-decoration: none;
}

li.r-tabs-tab::before {
    content: none !important;
}

/* Videotipps */

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

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



/* /Infocenter ##################*/


.one-third {
    width: 31%;
    display: block;
    float: left;
    /*margin: 0 2%;*/
    overflow: hidden;
    border: 0px solid blue;
}

.one-fourth {
    width: 23%;
    display: block;
    float: left;
    /*margin: 0 2%;*/
    overflow: hidden;
    border: 0px solid blue;
}

.eins-fuenf {
    width: 18%;
    display: block;
    float: left;
    /*margin: 0 2%;*/
    overflow: hidden;
    border: 0px solid blue;
}

.flex {
    display: flex;
}

.flex .verticalCenter {
    align-items: center;
    justify-content: center;
}

.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%;
}

.backgroundVideo {
    position: relative;
    display: block;
    top: 0;
    right: 0;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}




.menu:hover {
    right: -195px !important;
}

.cta {
    background-color: #525252;
    padding: 40px;
    color: #fff !important;
}

.cta h2 {
    margin-bottom: 30px !important;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.cta i {
    color: #fff;
}

.cta a {
    text-decoration: none !important;
    color: #fff;
}

.cta a:hover {
    text-decoration: underline !important;
    color: #fff;
}


/* ########################### */

.m-2 {
    margin: 2% 0 !important;
}

.m-4 {
    margin: 4% 0 !important;
}

.mt-1 {
    margin-top: 1% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.pt-2 {
    padding-top: 2% !important;
}

.pt-4 {
    padding-top: 4% !important;
}

.pb-2 {
    padding-bottom: 2% !important;
}

.pb-4 {
    padding-bottom: 4% !important;
}

.pl-2 {
    padding-left: 2% !important;
}

.pl-4 {
    padding-left: 4% !important;
}

.pr-2 {
    padding-right: 2% !important;
}

.pr-4 {
    padding-right: 4% !important;
}


/* ########################### */

.uBox {
    margin: -60px 0 8% 0 !important;
}

.oBox {
    z-index: 10;
    min-height: 120px;
    padding: 30px;
    border: 1px solid #8e2e49;
}

/* --- 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 4% 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%
}

.zeile .fuenftel {
    width: 20%
}

/* Nicolas Gallagher's micro clearfix */

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

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

img {
    max-width: 100%;
}


/**
* Responsive Tabs
*/
section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #abc;
}

input {
    display: none;
}

label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #abc;
    border: 1px solid transparent;
}

label:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    margin-right: 10px;
}

label[for*='1']:before {
    content: '\f1ad';
}

label[for*='2']:before {
    content: '\f2bd';
}

label[for*='3']:before {
    content: '\f0f0';
}

label[for*='4']:before {
    content: '\f7d9';
}

label:hover {
    color: #789;
    cursor: pointer;
}

input:checked + label {
    color: #525252;
    border: 1px solid #abc;
    border-top: 2px solid #525252;
    border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 800px) {
    label {
        font-size: 0;
    }

    label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    label {
        padding: 15px;
    }
}

/* 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;
    }

    .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;
    }
}
