@font-face {
    font-family: 'Nunito Sans';
    src: url(/fonts/NunitoSans-Regular.ttf);
}

@font-face {
    font-family: 'Maven Pro';
    src: url(/fonts/MavenPro-Regular.ttf);
}

#header.transparent-header #logo img {
    padding: 20px 0px;
}

.sticky-header #logo img {
    padding: 15px 0px !important;
}

.sticky-header-shrink #logo img {
    padding: 5px 0px !important;
    height: 80px;
}

.svg-trigger path {
    stroke: #ffffff;
}

.menu-item .sub-menu-trigger {
    color: #fff;
}

h1, h2, h3, h4, h5, h6, body {
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    color: rgb(44,52,60,0.75);
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 2px;
}

h1 {
    font-size: 2.7rem;
    line-height: 52px;
}

.emphasis-title h2 {
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: #fff;
    line-height: 52px;
}

img {
    max-width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.menu-link { /*Comment unwanted Disabler*/
    text-transform: none !important; /*Text to Uppercase*/
    font-weight: 400 !important; /*Bold Font*/
}

.menu-item .sub-menu-trigger {
    color: #eee !important;
}

.svg-trigger path {
    stroke: #eee;
}

.menu-item .menu-link, .menu-item .menu-link:hover, .dark .menu-item:hover > .menu-link {
    background: rgba(44,52,60,0.01);
    color: #fff !important;
}

.menu-link .current { /*active menu*/
    content: '';
    position: absolute;
    width: 0%;
    left: 0;
    bottom: 27.5px;
    border-bottom: 1.5px solid #fff;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
}

.menu-link > div:after {
    content: '';
    position: absolute;
    width: 0%;
    left: 0;
    bottom: 27.5px;
    border-bottom: 1.5px solid #fff;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    transition: 0.2s ease-in-out;
}

.menu-item:hover > .menu-link > div:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 27.5px;
    border-bottom: 1px solid #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    transition: 0.2s ease-in-out;
}

.sticky-header-shrink .menu-link > div:after {
    content: '';
    position: absolute;
    width: 0%;
    left: 0;
    bottom: 13px !important;
    border-bottom: 1.5px solid #fff;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    transition: 0.2s ease-in-out;
}

.menu-link:hover > div:after, .active .menu-link > div:after {
    width: 100%;
}

.sub-menu-container {
    background: rgba(44,52,60,0.9) !important;
    color: #fff !important;
    border-color: rgba(44,52,60,0.9) !important;
}

    .sub-menu-container .menu-link {
        color: #fff !important;
    }

        .sub-menu-container .menu-link:hover {
            background: rgba(44,52,60,0.9) !important;
            color: #fff !important;
        }

        .sub-menu-container .menu-link > div:after {
            content: '' !important;
            position: absolute !important;
            height: 0% !important;
            top: 0px !important;
            left: -10px !important;
            border-left: 1px solid #fff !important;
            transition: 0.2s ease-in-out !important;
            width: 0% !important;
            bottom: 0px !important;
            border-bottom: none !important;
        }

        .sub-menu-container .menu-link:hover > div:after {
            height: 100% !important;
            width: 0% !important;
        }

.sticky-header .menu-link {
    color: #fff;
}

.sticky-header .menu-item .menu-link:hover, .sticky-header .dark .menu-item:hover > .menu-link {
    color: #fff;
}

.sticky-header #header-wrap {
    background: rgb(44,52,60,0.90) !important;
}

header.sticky-header-shrink div.not-dark div.container div.header-row nav.primary-menu ul.menu-container li.menu-item menu.link::after {
    bottom: 20px !important;
}

.section-features {
    padding: 120px
}

.button {
}

    .button:hover {
    }



    .button.button-border {
        border: 0px solid #fff;
        background-color: transparent;
        color: #0097d4;
        font-weight: 700;
        text-shadow: none;
        font-size: 16px;
    }
        /*****Hoverfarbe bei Submenu*****/
        .button.button-border:not(.button-fill):hover {
            background-color: #0097d4; /***** Pulse-Effect *****/
            animation: pulse 1.5s /*****add 'infinite' for endless loop*****/;
            animation-timing-function: linear;
        }

.bg-grey {
    background: #cfcfcf;
}

.bg-blue {
    background: #0098DB;
}

.footer-logo {
    max-width: 125px;
}

#footer {
    position: relative;
    background-color: #2c343c;
    color: #ffffff;
    border-top: none;
}

    #footer a:hover {
        font-weight: 800;
    }

    #footer strong {
        font-size: 18px;
    }

    #footer .social-icon {
        color: #fff;
        font-size: 2rem;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    #footer .footer-widgets-wrap {
        padding: 35px 0;
    }

    #footer > div.container > div > div > div > div > div > div > div > div:nth-child(4) {
        bottom: 35px;
    }

    #footer > div.container > div > div > div > div > div > div > div > div > div > p > a {
        color: white;
    }

#gotoTop {
    background-color: rgba(0,0,0,0) !important;
    color: rgb(119,119,119) !important;
}

.copyright-links a {
    color: #ffffff;
    position: relative;
    display: inline-block;
}

    .copyright-links a:after {
        content: '';
        position: absolute;
        width: 0%;
        left: 0;
    }

    .copyright-links a:hover:after {
        width: 100%;
    }

    .copyright-links a:hover {
        color: #ffffff;
        border-bottom: 0px solid #ccc;
        font-weight: 800;
    }

#copyrights {
    padding: 7.5px 0 !important;
}
/******************/ /*** Flip Cards ***/ /******************/
.flip-card-front {
    background-color: #e5e5e5;
}

.flip-card-back .flip-card-inner {
    overflow: auto;
    max-height: 100%;
}

.bgcolor_blau {
    background-color: #0097D4;
    color: #ffffff
}

    .bgcolor_blau .btn-outline-light a {
        color: #ffffff;
    }

        .bgcolor_blau .btn-outline-light:hover a, .bgcolor_blau .btn-outline-light a:hover {
            color: #0097D4;
        }

.bgcolor_dunkel_grau {
    background-color: #203137;
    color: #ffffff
}

    .bgcolor_dunkel_grau .btn-outline-light a {
        color: #ffffff;
    }

        .bgcolor_dunkel_grau .btn-outline-light:hover a, .bgcolor_dunkel_grau .btn-outline-light a:hover {
            color: #203137;
        }

.bgcolor_hell_grau {
    background-color: #cfcfcf;
    color: #203137
}

    .bgcolor_hell_grau .btn-outline-light a {
        color: #203137;
    }

.bgcolor_schwarz {
    background-color: #000000;
    color: #ffffff
}

    .bgcolor_schwarz .btn-outline-light a {
        color: #ffffff;
    }

        .bgcolor_schwarz .btn-outline-light:hover a, .bgcolor_schwarz .btn-outline-light a:hover {
            color: #203137;
        }

.bgcolor_weiss {
    background-color: #ffffff;
    color: #203137;
}

    .bgcolor_weiss .btn-outline-light {
        border-color: #0097D4;
    }

        .bgcolor_weiss .btn-outline-light:hover {
            background-color: #0097D4;
        }

            .bgcolor_weiss .btn-outline-light:hover a, .bgcolor_weiss .btn-outline-light a:hover {
                color: #ffffff;
            }

    .bgcolor_weiss p {
        color: #203137;
    }

.card-title { /* position: absolute; */
    font-size: 16px;
    background: rgba(0, 151, 212,0.9);
    padding: 10px;
    color: #fff;
}

.flip-card-front::after {
    opacity: 0.1;
}

abbr[title], abbr[data-bs-original-title], .copyright-links a {
    text-decoration: none;
    border-bottom: solid 0px white;
}

.dark #copyrights, #copyrights.dark {
    color: #fff;
    background-color: rgb(44,52,60);
}

.secondary-color, .bg-danger {
    background: #591616 !important;
    color: #fff !important;
}

    .secondary-color label {
        color: #fff !important;
    }

.btn-primary {
    color: #fff;
    background-color: #9b110a;
    border-color: #9b110a;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #8b8d90;
        border-color: #8b8d90;
    }

.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
}

.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Nunito Sans', sans-serif;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    width: 650px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Nunito Sans', sans-serif;
}

.tp-video-play-button {
    display: none !important;
}

.tp-caption {
    white-space: nowrap;
}

.white {
    color: #fff;
}

#header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap,
#header.transparent-header.full-header #logo, .full-header .primary-menu .menu-container {
    border: 0px solid white !important;
}

.slider-item-content {
    border-left: solid 3px #fff;
    display: block;
    padding: 55px 40px 55px 30px !important;
    position: relative;
}

.slider-item-content-dark {
    background: rgba(0,151,212, 0.9)
}

.slider-item-content-blue {
    background-color: #0097D4;
}

.slider-item-content-lightgrey {
    background-color: #cfcfcf;
}

.slider-item-content-darkgrey {
    background-color: #203137;
}

.slider-item-content-black {
    background-color: #000000;
}

.slider-item-content-white {
    background-color: #ffffff;
    border-left-color: #0097D4 !important;
    color: #0097D4 !important;
}

.slider-item-content h2 {
    margin-bottom: 0px;
}

.slider-item-content .kreisWeiss {
    transition: all 0.4s !important;
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 1;
    transform: rotate(-90deg);
}

.slider-item-content:hover .kreisWeiss {
    opacity: 1;
    transform: rotate(0deg);
}

.umb-grid ul {
    list-style-type: none;
    padding-left: 0px !important;
    line-height: 30px;
}

    .blueList li, .umb-grid ul li {
        background-image: url('/images/Auflistungspunkt_bullet_blau Logo_weniger hoch.png');
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position: 0px 9px;
        padding-left: 28px;
        padding-top: 2px;
    }

.greyList li {
    background-image: url('/images/Auflistungspunkt_bullet_dunkel_weniger hoch.png') !important;
}

.blackList li {
    background-image: url('/images/Auflistungspunkt_bullet_schwarz_weniger hoch.png') !important;
}

.whiteList li {
    background-image: url('/images/Auflistungspunkt_bullet_weiss_weniger hoch.png') !important;
}
/*** GRID ***/
.kein-Abstand {
    padding: 0px !important;
}

.Abstand-Oben {
    padding: 50px 5px 0px 0px !important;
}

.Abstand-Unten {
    padding: 0px 0px 0px 50px !important;
}

.Abstand-Standard {
    padding: 50px !important;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
/*****RTE-Klassen*****/
.Hintergrund-blau {
    background-color: #0097D4;
    color: #ffffff
}

    .Hintergrund-blau li {
        background-image: url('/images/Auflistungspunkt_bullet_weiss_weniger hoch.png') !important;
    }

    .Hintergrund-blau h1, .Hintergrund-blau h2, .Hintergrund-blau h3, .Hintergrund-blau h4, .Hintergrund-blau h5, .Hintergrund-blau h6
    .Hintergrund-blau p {
        color: #ffffff
    }

    .Hintergrund-blau strong {
        color: lightgrey;
    }

    .Hintergrund-blau a {
        color: rgb(151,225,255) !important;
        font-weight: normal !important;
    }

        .Hintergrund-blau a:link {
            color: rgb(151,225,255) !important;
        }

        .Hintergrund-blau a:visited {
            color: rgb(151,225,255) !important;
        }

        .Hintergrund-blau a:hover {
        }

    .Hintergrund-blau span.blue {
        color: rgb(151,225,255) !important;
        font-weight: bold;
    }

.Hintergrund-grau {
    background-color: #203137;
    color: #ffffff
}

    .Hintergrund-grau li {
        background-image: url('/images/Auflistungspunkt_bullet_weiss_weniger hoch.png') !important;
    }

    .Hintergrund-grau h1, .Hintergrund-grau h2, .Hintergrund-grau h3, .Hintergrund-grau h4, .Hintergrund-grau h5, .Hintergrund-grau h6
    .Hintergrund-grau p {
        color: #ffffff
    }

    .Hintergrund-grau strong {
        color: lightgrey;
    }

    .Hintergrund-grau a {
        color: rgb(105,212,255) !important;
        font-weight: normal !important;
    }

        .Hintergrund-grau a:link {
            color: rgb(105,212,255) !important;
        }

        .Hintergrund-grau a:visited {
            color: rgb(105,212,255) !important;
        }

        .Hintergrund-grau a:hover {
            color: #fff !important;
        }

    .Hintergrund-grau span.blue {
        color: rgb(105,212,255) !important;
        font-weight: bold;
    }

    .Hintergrund-schwarz .highlightMain, .Hintergrund-grau .highlightMain {
        color: #9d9d9d;
    }

.Hintergrund-hellgrau {
    background-color: #cfcfcf;
    color: #203137;
}

    .Hintergrund-hellgrau li {
        background-image: url('/images/Auflistungspunkt_bullet_dunkel_weniger hoch.png') !important;
    }

    .Hintergrund-hellgrau h1, .Hintergrund-hellgrau h2, .Hintergrund-hellgrau h3, .Hintergrund-hellgrau h4, .Hintergrund-hellgrau h5, .Hintergrund-hellgrau h6
    .Hintergrund-hellgrau p {
        color: #203137
    }

    .Hintergrund-hellgrau strong {
        color: darkgrey;
    }

    .Hintergrund-hellgrau a {
        color: #0098DB !important;
        font-weight: normal !important;
    }

        .Hintergrund-hellgrau a:link {
            color: #0098DB !important;
        }

        .Hintergrund-hellgrau a:visited {
            color: #0098DB !important;
        }

        .Hintergrund-hellgrau a:hover {
            color: #fff !important;
        }

    .Hintergrund-hellgrau span.blue {
        color: #0098DB !important;
        font-weight: bold;
    }

.Hintergrund-schwarz {
    background-color: #000000;
    color: #ffffff
}

    .Hintergrund-schwarz li {
        background-image: url('/images/Auflistungspunkt_bullet_weiss_weniger hoch.png') !important;
    }

    .Hintergrund-schwarz h1, .Hintergrund-schwarz h2, .Hintergrund-schwarz h3, .Hintergrund-schwarz h4, .Hintergrund-schwarz h5, .Hintergrund-schwarz h6
    .Hintergrund-schwarz p {
        color: #ffffff !important;
    }

    .Hintergrund-schwarz strong {
        color: lightgrey;
    }

    .Hintergrund-schwarz a {
        color: rgb(105,212,255) !important;
        font-weight: normal !important;
    }

        .Hintergrund-schwarz a:link {
            color: rgb(105,212,255) !important;
        }

        .Hintergrund-schwarz a:visited {
            color: rgb(105,212,255) !important;
        }

        .Hintergrund-schwarz a:hover {
            color: #fff !important;
        }

    .Hintergrund-schwarz span.blue {
        color: rgb(105,212,255) !important;
        font-weight: bold;
    }

.Hintergrund-weiss {
    background-color: #ffffff;
    color: #203137;
}

    .Hintergrund-weiss li {
        background-image: url('/images/Auflistungspunkt_bullet_blau Logo_weniger hoch.png') !important;
    }

    .Hintergrund-weiss h1, .Hintergrund-weiss h2, .Hintergrund-weiss h3, .Hintergrund-weiss h4, .Hintergrund-weiss h5, .Hintergrund-weiss h6
    .Hintergrund-weiss p {
        color: #203137
    }

    .Hintergrund-weiss strong {
        color: darkgrey;
    }

    .Hintergrund-weiss a {
        color: #0098DB !important;
        font-weight: normal !important;
    }

        .Hintergrund-weiss a:link {
            color: #0098DB !important;
        }

        .Hintergrund-weiss a:visited {
            color: #0098DB !important;
        }

        .Hintergrund-weiss a:hover {
            color: #FFF !important;
        }

    .Hintergrund-weiss span.blue {
        color: #0098DB !important;
        font-weight: bold;
    }

.fontwhite {
    color: #ffffff !important;
}
/*****************************************************************************************************/
.p-0-10 {
    padding: 0px 10px !important;
}

.side_notice_text {
    font-size: 12px;
}

@media (min-width: 991px) {
}

@media (max-width:991px) {
    .menu-item .menu-link, .menu-item .menu-link:hover, .dark .menu-item:hover > .menu-link {
        color: #fff;
    }

    .parallax {
        background-size: 300% !important;
    }

    .sticky-header .header-wrap-clone {
        display: none !important;
    }

    .sub-menu-container {
        background: none !important;
    }

    .mobile-parallax {
        background-attachment: fixed !important;
        background-position: inherit !important;
    }
}
/**********************************************************************************************************/
@media only screen and (orientation:landscape) and (max-width:1024px) {
    .slider-item-content {
        margin-right: 50px;
    }
}

@media only screen and (orientation:portrait) and (max-width:772px) {
    .slider-item-content {
        right: 50px;
        width: 375px !important;
    }
}

@media only screen and (orientation:landscape) and (max-width:640px) {
    .slider-item-content {
        left: 0px;
        margin-right: 0px;
        top: -190px;
        transform: scale(0.9);
        width: 375px !important
    }

    .tp-bgimg {
        height: 340px !important
    }

    .persephone.tp-bullets {
        top: 44% !important
    }

   #slider.revslider-wrap{
        height:50% !important;
    }
}

@media only screen and (orientation:portrait) and (max-width:375px) {
    .slider-item-content {
        margin-top: 20px;
        left: 0px;
        transform: scale(0.85);
        width: 350px !important;
    }

    .persephone.tp-bullets.tp-bullets {
        margin-top: 20px
    }
}

@media (max-width:779px) {
    .slider-item-content {
        padding: 45px 20px 45px 20px !important;
        width: 300px;
    }

        .slider-item-content h2 {
            font-size: 15px;
            white-space: normal;
        }

        .slider-item-content h3 {
            font-size: 12px;
            white-space: normal;
        }

    .sticky-header .header-wrap-clone {
        display: none !important;
    }

    .section-features {
        padding: 75px 50px;
    }

    a.slider-item-content > h4 {
        white-space: normal;
    }
}

@media (min-width:501px) {
    .sticky-header .header-wrap-clone {
        display: none !important;
    }

    #footer {
        text-align: center;
    }

    .footer-logo {
        margin: auto;
    }

    .social-icon {
        display: inline-block;
        float: unset;
    }
}

@media (max-width:500px) {
    h1 {
        font-size: 1.3rem;
        line-height: 32px;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .emphasis-title h2 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .section-features {
        padding: 40px 25px;
    }

    #footer {
        text-align: center;
    }

    .footer-logo {
        margin: auto;
    }

    #footer .social-icon {
        color: #fff;
        font-size: 2rem;
        display: inline-block;
        float: unset;
    }
}

.tp-bullets {
    top: 95% !important;
}

.persephone .tp-bullet {
    width: 200px !important;
    height: 1px !important;
    border: solid 0px #aaa !important;
    background-color: #aaa !important;
}

    .persephone .tp-bullet:hover, .persephone .tp-bullet.selected {
        background: #eee !important;
    }

@media (max-width:996px) {
    .persephone .tp-bullet {
        width: 100px !important;
    }

    h1 {
        font-size: 2rem;
        line-height: 40px;
    }

    .emphasis-title h2 {
        font-size: 1.8rem;
        line-height: 40px;
    }

    .card-title { /* position: absolute !important;*/
    }

    .menu-link > div:after {
        bottom: 12.5px !important;
    }

    .menu-link > div:after {
        content: none !important;
    }

    .sub-menu-container {
        border-top: 1px solid #EEE !important;
    }
}

@media (max-width:768px) {
    .persephone .tp-bullet {
        width: 50px !important;
    }

    h1 {
        font-size: 1.5rem !important;
        line-height: 30px;
    }

    h2 {
        font-size: 1.25rem !important;
    }

    .emphasis-title h2 {
        font-size: 1.3rem;
        line-height: 30px;
    }

    .menu-link > div:after {
        bottom: 12.5px;
    }
}

@media (min-width: 768px) {
    .col-md-3 { /*width: 50%;*/
    }
}

@media (max-width:480px) {
    h1 {
        font-size: 1.3rem !important;
        line-height: 39px !important;
    }

    .emphasis-title h2 {
        font-size: 1.1rem !important;
        line-height: 36px !important;
    }

    .content-wrap {
        padding: 40px 0;
    }

    .Abstand-Standard {
        padding: 50px 15px !important;
    }

    .footer-logo {
        margin-bottom: 20px;
    }
}
/** SLIDER ***/
.tp-bullets {
    top: 95% !important;
}

.persephone .tp-bullet {
    width: 200px !important;
    height: 1px !important;
    border: solid 1px #aaa !important;
    background: #aaa !important;
    opacity: 60%;
}

    .persephone .tp-bullet:hover, .persephone .tp-bullet.selected {
        background-color: #eee !important;
        border: solid 1px #eee !important;
        opacity: 100%;
    }

@media (max-width:996px) {
    .sticky-header #header-wrap {
        border-bottom: none;
    }

    .sticky-header .menu-container {
        margin: 1rem 0 0 0;
    }

    .persephone .tp-bullet {
        width: 100px !important;
    }



    .emphasis-title h2 {
        font-size: 1.8rem !important;
        line-height: 40px !important;
    }
}

@media (max-width:768px) {
    .persephone .tp-bullet {
        width: 50px !important;
    }

    h1 {
        font-size: 1.5rem !important;
        line-height: 30px !important;
    }

    .emphasis-title h2 {
        font-size: 1.3rem !important;
        line-height: 30px !important;
    }
}

.embiggen:hover {
    transition: all 1s;
    transform: scale(1.35) !important;
    color: #eee !important;
}

.embiggen::before {
    color: #eee !important;
}

.embiggen {
    padding: 0px 10px !important;
}

.icon-size {
    font-size: 28px !important;
}

.divider {
    padding-top: 10px !important;
    content: '' !important;
    border-top: 1px solid #aaa !important;
    border-bottom: none !important;
    margin: 10px 0px !important;
}

    .divider::after {
        content: none !important;
    }

.slim {
    padding: 5px 0px !important;
}

#footer a {
    color: #FFF !important;
}

#footer table > p {
    line-height: unset !important;
}

.nomargin {
    margin: 0px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .embiggen {
        float: left;
        padding: 0px 5px !important;
    }

        .embiggen:hover {
            transform: scale(2) !important;
        }

    .icon-size {
        font-size: 21px !important;
    }

    .nopadding {
        padding: 0px !important;
    }

    #footer {
        text-align: center;
    }
}

@media only screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1199px) {
    .icon-size {
        font-size: 28px !important;
    }
}

@media only screen and (orientation: portrait) and (max-width: 576px) {
    .parallax {
        background-size: 500% !important;
    }
}

.tp-bullet:not(.selected) {
    opacity: 25%;
}
/*************************************
    MODAL ANIMATION
*************************************/
/** make modal background scrollable if not fullscreen */
html.scrollable {
    overflow-y: scroll !important;
    margin-right: 0 !important;
}
/* st�rerer position inside of modal */
.stoerer-content {
    width: 100%;
    max-width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media(max-width: 991px) {
    .stoerer-content {
        max-width: 80%;
    }
}
/** fullscreen animation */
/* loaded state */
.mfp-slide-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-backface-visibility: hidden;
}
    /* overlay animate in */
    .mfp-slide-in.mfp-bg.mfp-ready {
        opacity: 0;
    }
    /* overlay animate out */
    .mfp-slide-in.mfp-bg.mfp-removing {
        opacity: 0;
    }
/* content at start */
.mfp-slide-in.mfp-wrap .mfp-content {
    visibility: hidden;
    right: -500px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
/* content animate it */
.mfp-slide-in.mfp-wrap.mfp-ready .mfp-content {
    visibility: visible;
    right: 0;
}
/* content animate out */
.mfp-slide-in.mfp-wrap.mfp-removing .mfp-content {
    visibility: hidden;
}
/* close button */
.mfp-close {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 36px;
    right: 36px;
}

    .mfp-close:active {
        top: 36px;
    }

div.Hintergrund-blau>div.container>div.row>div>div>h1>span.highlightMain, div.Hintergrund-blau>div.container>div.row>div>div>h2>span.highlightMain {color: #444 !important;}
div.Hintergrund-weiss>div.container>div.row>div>div>h1>span.highlightMain, div.Hintergrund-weiss>div.container>div.row>div>div>h2>span.highlightMain {color: #444 !important;font-weight:normal;}
div.Hintergrund-weiss>div.container>div.row>div>div>h1 > strong > span.highlightMain, div.Hintergrund-weiss>div.container>div.row>div>div>h2 > strong > span.highlightMain {color: #444 !important;font-weight: bolder;}
div.kein-Hintergrund>div.container>div.row>div.column>h1>span.highlightMain {color: #444 !important;font-weight:normal;}

div.Hintergrund-blau>h1>span.highlightMain, div.Hintergrund-blau>h2>span.highlightMain {color: #444 !important;}

div.Hintergrund-weiss>h1>span.highlightMain, div.Hintergrund-weiss>h2>span.highlightMain {color: #444 !important;font-weight:normal;}
div.Hintergrund-weiss>h1 > strong > span.highlightMain, div.Hintergrund-weiss>h2 > strong > span.highlightMain {color: #444 !important;font-weight: bolder;}

.flip-card-inner {padding:10px;}
.owl-item > .flip-card-inner {padding: 0 !important;}
.card-body {max-width:100%; width:100%;margin:auto auto;padding:8px;}
.owl-item>.card-body {max-width:100%; width:100%;margin:auto auto;padding:0 !important;}

/*Test Carousel Nav Buttons always on*/
.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
display:block !important;
}

.owl-carousel.owl-nav-hover-fixed .owl-nav [class*=owl-], .owl-carousel .owl-nav [class*=owl-] {
    opacity: 1 !important;
}