@charset "UTF-8";
/*!

/* ========
FONT 
==========*/
@import url("https://use.typekit.net/ven6enz.css");


/* ========
FARBPALETTE
===========*/

:root {

    --c1-100: rgb(255,255,255);       /* #FFFFFF | white */
    --c1-2:   rgba(253, 253, 253, 0.2);  /* Weiß transparent */
    --c2-100: rgb(244,248,250);       /* #F4F8FA | Light-Gray - Text */
    --c3-100: rgb(205,205,205);       /* #CDCDCD | Gray */

    --c4-100: rgb( 89,190,201);       /* #59BEC9 | Cyan */
    --c4-60: rgb( 89,190,201,0.60);       /* #59BEC9 | Cyan  50%*/
    --c4-60-hex: #97D5DD;  /* Cyan 60 Transparent in hex*/
    --c4-45: rgb( 89,190,201,0.45);       /* #59BEC9 | Cyan  50%*/
    --c16-100: rgb(81,133,155); /* | Cyan 40%*/
    --c5-100: rgb(224, 69,123);    /* #F4457B | Magenta */
    --c6-100: rgb(190,213,230);    /* #BED5E6 | Light-Blue */
    --c7-100: rgb( 39,116,174);    /* #2774AE | Blue */
    --c8-100: rgb(  0, 63, 88);    /* #003F58 | Dark Blue  */
    --c8-60: rgba( 0, 63, 88,0.6); /* #003F58 | Dark Blue 60% */
    --c8-80: rgba( 0, 63, 88,0.8); /* #003F58 | Dark Blue 60% */
    --c8-95: rgba( 0, 63, 88,0.95); /* #003F58 | Dark Blue 60% */
    --c9-100: rgb(0, 43, 60);      /* #002B3C | Primär Text Color */

    --c10-100: rgb(4, 93, 128);     /* Button Hover*/

    --c12-5: rgba(0,0,0,0.5);	   /* #000000 | Shadow mit Transparents */
    --c12-3: rgba(0,0,0,0.33);     /* #000000 | Shadow mit Transparents */

    --c12-100: rgb(228,228,228);  /* light Gray Table Background first td */
    --c13-100: rgb(73, 80, 87) ;     /* #495057 */
    --c14-100: rgb(110, 110, 110);   /* #6e6e6e */

    --c11-100: rgb(154, 154, 154); /* #9A9A9A | Middle - Cray - Shadow*/

    --c15-100: rgb(81, 81,81);     /* #515151 dark Gray */
    --c17-100: #135F71; /* Mobile Tabs Background switch Table */
    --c18-100: #BF3A1A; /* Error Message */
    --c19-100: linear-gradient(127deg, rgb(150, 229, 238) 0%, rgb( 39,116,174) 100%) no-repeat;
    --c20-100: rgba(128, 193, 214, 1); /* blau für steppoint processbar*/
    --c21-100: rgba(153, 240, 245, 1);

    --c22-100: #C2A65B; /*gold*/
    --c23-100: linear-gradient(127deg, #F7D690 0%, #A68E4B 100%) no-repeat;
    --c24-100: linear-gradient(170deg, rgb(89,190,201) 2%, rgb( 39,116,174) 70%, rgb( 0, 63, 88) 100%) no-repeat;


    /* Font-Size*/
    --fs1: 8.5em;
    --fs2: 4em;
    --fs3: 3em;
    --fs4: 2em;
    --fs5: 7em;
    --fs6: 2.5em;
    --fs7: 1.8em;
    --fs8: 2.2em;
    --fs9: 6em;
    --fs10: 1.5em;
    --fs11: 1.7em;
    --fs12: 5em;
    --fs13:1.9em;/*li points */
    --fs14: 2.3em;
    --fs15: 1rem;

    --font-new-order-light: 'New-Order-Light';
    --font-new-order-regular: 'New-Order-Regular';
    --font-new-order-medium : 'New-Order-Medium';
    --font-new-order-bold: 'New-Order-Bold';
    --font-new-order-semibold: 'New-Order-SemiBold';

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    --font-new-order: 'new-order';

    --bs-border-color: transparent;
    --border-radius-lg: 40px;
    --border-radius-md: 20px;
    --border-radius-sm: 12px;
}


body {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-regular);
    font-size: 10px;
    hyphens: auto;
    /*background-color: var(--c8--100);*/
    color: var(--c9-100);
    line-height: 1.4;
    height:100%;
}


/* ========
GRAP - Spacing CLASSES
===========*/
.padding-top-10 {   padding-top: 10px;}
.padding-top-xxxs { padding-top: 15px;}
.padding-top-xxs {  padding-top: 25px;}
.padding-top-xs {   padding-top: 30px;}
.padding-top-sm {   padding-top: 35px;}
.padding-top-md {   padding-top: 45px;}
.padding-top-lg {   padding-top: 75px;}
.padding-top-xl {   padding-top: 100px;}
.padding-top-xxl {  padding-top: 145px;}
.padding-top-xlarge { padding-top: 210px;}

.padding-10 {     padding-bottom: 10px;}
.padding-xxxs {   padding-bottom: 15px;}
.padding-xxs {    padding-bottom: 25px;}
.padding-sm {     padding-bottom: 35px;}
.padding-md {     padding-bottom: 45px;}
.padding-lg {     padding-bottom: 75px;}
.padding-xl {     padding-bottom: 100px;}
.padding-xxl {    padding-bottom: 145px;}
.padding-xlarge { padding-bottom: 230px;}


.margin-top-xxxs { margin-top: 15px;}
.margin-top-xxs {  margin-top: 25px;}
.margin-top-md {   margin-top: 45px;}

.margin-10 {       margin-bottom: 10px;}
.margin-xxs {      margin-bottom: 25px;}
.margin-sm {       margin-bottom: 35px;}
.margin-md {       margin-bottom: 45px;}
.margin-lg {       margin-bottom: 75px;}

.padding-left-xs {   padding-left: 30px}
.padding-left-md {   padding-left: 45px}
.padding-left-lg {   padding-left: 75px}
.padding-left-xl {   padding-left: 120px}

.padding-right-xs {  padding-right: 30px}
.padding-right-md {  padding-right: 45px}
.padding-right-lg {  padding-right: 75px}
.padding-right-xl {  padding-right: 120px}

.margin-left-lg {   margin-left: 70px;}
.margin-xxl {       margin-bottom: 145px;}

.ce_rsce_dk_abschlussseite .padding-top-xlarge {
    padding-top: 185px;
}

.margin-xxl-parallax {
    margin-bottom: 250px;
}


.row {
    --bs-gutter-x: 0.75rem;
}

.row.nograp {
    --bs-gutter-x: 0rem;
}
.row.formgrap {
    --bs-gutter-x: 55px;
}
/*** HEADER NAV ***/

#header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.BGImage {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    min-height: 500px;
    background-position: 50%;
    overflow: hidden;

}

.BGImage.noCaption::before {
    content: 'Bildbeschreibung fehlt! (Feld: Bildunterschrift)';
    color: white;
    font-size: 1.4em;
    margin-left: 15px;
    background-color: var(--c8-60);
    padding: 15px 20px;
    top: 15px;
    position: absolute;
    border-radius: var(--border-radius-lg);
}

span.infocaption::before {
    content: 'Bildbeschreibung fehlt! (Feld: Bildunterschrift)';
    color: white;
    font-size: 1.4em;
    margin-left: 15px;
    background-color: var(--c8-80);
    padding: 15px 20px;
    top: 15px;
    position: absolute;
    border-radius: var(--border-radius-lg);
}

.line-bottom {
    border-bottom: 0.2em solid #ffffff;
}

/* =======
Backgrounds
==========*/


.bg-dark-blue {
    background-color: var(--c8-100);
}

.bg-cyan {
    background-color: var(--c4-100);
}

.bg-light-gray {
    background-color: var(--c2-100);
}

.bg-gray {
    background-color: var(--c3-100);
}

.bg-blue {
    background-color: var(--c7-100);
}
.bg-light-blue {
    background-color: var(--c6-100);
}
.bg-white {
    background-color: var(--c1-100);
}

.bg-magenta {
    background-color: var(--c5-100);
}

.bg-petrol {
    background-color: var(--c8-100);
    color: var(--c1-100);
}

.bg-gold {
    background-color: var(--c22-100);
}

.bg-petrol-transparent {
    background-color: var(--c8-60);
    color: var(--c1-100);
}
.bg-blue-gradient {
    background: var(--c19-100);
}
.bg-blue-gradient-diagonal {
    background: var(--c24-100);
}
.bg-gold-gradient {
    background: var(--c23-100);
}

@keyframes animateGradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.animated-bg-blue-gradient {
    background: var(--c19-100);
    background-size: 200% 200%; /* Vergrößert den Hintergrund */
    animation: animateGradient 14s infinite linear;
}

.animated-bg-gold-gradient {
    background: var(--c22-100);
    background-size: 200% 200%; /* Vergrößert den Hintergrund */
    animation: animateGradient 14s infinite linear;
}

/* =======
Text colors
==========*/
.bg-magenta h1,
.bg-magenta h2,
.bg-magenta h4,
.bg-magenta h5,
.bg-magenta p,
.bg-blue h1,
.bg-blue h2,
.bg-blue h4,
.bg-blue h5,
.bg-dark-blue p,
.bg-blue p{
    color: var(--c2-100);
}
.bg-cyan h1,
.bg-cyan h2,
.bg-cyan h3,
.bg-cyan h4,
.bg-cyan h5,
.bg-cyan p {
    color: var(--c9-100);
}

.bg-dark-blue,
.bg-dark-blue .nav-link {
    color: var(--c2-100);
}

.bg-blue-gradient-diagonal p ,
.bg-blue-gradient-diagonal ul li {
    color: var(--c2-100);
}

/* =======
LINE Bottom
==========*/
.bg-light-gray .line-bottom,
.bg-light-blue .line-bottom,
.bg-white .line-bottom {
    border-bottom: 2px solid var(--c9-100);
}


.line-bottom.color-transparent {
    border-bottom: 2px solid transparent;
}
.bg-header-overlay {
    overflow: hidden;
    min-height: 750px;
    display: flex;
    mix-blend-mode: multiply;
    opacity: 0.9;
    /*background: transparent linear-gradient(0deg, rgb(0,62,88) 0%, rgba(39, 116, 174, 0.19) 39%, rgba(0,62,88,0.8) 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(0deg, rgb(0,62,88) 0%, #395A60BF 39%, rgba(0,62,88,0.8) 100%) 0 0 no-repeat padding-box;*/
    background: transparent linear-gradient(0deg, rgb(0,62,88) 0%, #395A60BF 39%, rgba(39, 116, 174,0.8) 100%) 0 0 no-repeat padding-box;
}

.bg-header-overlay .container {
    align-self: flex-end;
}


 /*** BG Color ***/
.bg-white {
    background-color: var(--c1-100);
}



.bg-light-gray_1 {
    background-color: var(--c12-100);
}


/*** Text Color ***/
.text-white {
    color: var(--c1-100);
}

.text-cyan {
    color: var(--c4-100);
}

.text-blue {
   color: var(--c7-100);
}

.text-petrol {
    color: var(--c9-100);
}

.text-light-gray {
    color: var(--c12-100);
}

.text-gold {
    color: var(--c22-100);
}

.text-magenta {
    color: var(--c5-100);
}

.text-error {
    color: var(--c18-100);
}

.text-gray {
    color: var(--c14-100);
}
.color-transparent {
    color: transparent;
}
/*** Font Family ****/

.new-order-Light {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-light);
}

.new-order-Regular {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-regular);
}

.new-order-Medium {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-medium);
}

.new-order-Bold {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-bold);
}

.new-order-SemiBold {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-semibold);
}

/*** Text Color ****/

.text-f4 {
    color: var(--c4-100);
}
.text-fs-2 {
   font-size: var(--fs-2);;
}
.no-hyphens {
    -moz-hyphens: none;
    /*-o-hyphens: none;*/
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.text-italic {
    font-style: italic;
}

/** Text Links */

a {
    color: var(--c4-100);
    text-decoration: underline;
    outline: 1px solid transparent;
    font-weight: var(--font-weight-regular);
}

a:hover,
a:focus {
    color: var(--c17-100);
}
/* =======================
NAVIGATION 
=========================*/

#header {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    /*background: linear-gradient(to top, rgba(10, 19, 21, 0.31) 50%, transparent 50%);*/
    background: linear-gradient(to top, rgba(0, 0, 0, 0.32) 50%, transparent 50%);
    background-size: 0 200%;
}

.antragsstecke #header {
    position: relative;
}

#header.bg-dark-blue {
    background-color: var(--c8-60);
    background-position: bottom;
    background-size: 100% 200%;
}

#navbarTop {
    position: relative;
}

nav#top .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

nav#top {
    padding: 3.9rem var(--bs-navbar-padding-x) var(--bs-navbar-padding-y);
}

nav#top .navbar-brand {
    margin-right: 0;
    min-width: 200px;
    outline: 1px solid transparent;

}
nav#top .navbar-brand:focus .nav-logo {
    border-bottom: transparent solid 2px;
}

nav#top .nav-logo {
	background-image: url('../../theme/logo/logo-phoenix-maxpool-palegrey.svg');
    background-repeat: no-repeat;
    min-height: 58px;
    background-size: contain;
    -moz-transition:  0s;
    -o-transition:  0s;
    -webkit-transition: 0s;
    width: auto;
    border-bottom: transparent solid 2px;
    /*padding-right:0px;*/
    /*background-clip: content-box;*/
}

#header.bg-dark-blue nav#top .nav-logo {
    background-image: url('../../theme/logo/logo-phoenix.svg');
    margin-top: -0.07em;
}

#header.bg-dark-blue nav#top .nav-logo.mobile {
    background-image: url('../../theme/logo/logo-phoenix-maxpool-palegrey.svg');
    padding-right: 50px;
}

/*  Antragsstrecke Change Logo by Scroll '*/

#header.onscroll nav#top .nav-logo {
    background-image: url('../../theme/logo/logo-phoenix.svg');
}

nav#top ul.navbar-nav:first-of-type {
    margin-left: -6px;
}

nav#top .navbar-nav .nav-link {
    font-size: 20px;
    padding: 0 4px 0 4px;
    margin-bottom: 5px;
    margin-right: 9px;
    margin-left: 9px;
    border-bottom: transparent solid 2px;
    -moz-transition: border-bottom 1.4s;
    -o-transition: border-bottom 1.4s;
    -webkit-transition: border-bottom 1.4s;
    font-weight: var(--font-weight-regular);
    letter-spacing: 0.07rem;
}
nav#top .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
}

nav#top .navbar-nav .first .nav-link {
    padding-left: 5px;
}

nav#top .navbar-nav .nav-link.active,
nav#top .navbar-nav .nav-item .nav-link {
    color: var(--c1-100);
    outline: 1px solid transparent;
}

nav#top .navbar-nav .nav-link.active,
nav#top .navbar-nav .nav-link:focus,
nav#top .navbar-nav .nav-link:hover {
    border-bottom: var(--c4-100) solid 2px;
}

nav#top .navbar-nav.right-side .nav-item .nav-link {
    -moz-transition: border-bottom 1.4s;
    -o-transition: border-bottom 1.4s;
    -webkit-transition: border-bottom 1.4s;
}

nav#top .navbar-nav.right-side .nav-item .nav-link.active,
nav#top .navbar-nav.right-side .nav-item .nav-link:hover,
nav#top .navbar-nav.right-side .nav-item .nav-link:focus {
    border-bottom: var(--c4-100) solid 2px;
}

/* Dropdown Menüs **/

nav#top .navbar-toggler {
    color: transparent;
    border-color: transparent;
    z-index: 2;
    padding: .25rem 1.25rem .25em .75rem;
    margin-right: 0;
}

nav#top .navbar-toggler[aria-expanded="true"] {
    margin-right: 60px;
}

nav#top .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav#top .dropdown-toggle::after {
    display: none;
}

nav#top .dropdown-menu {
    border-radius: 0;
    background-color: var(--c11-100);
    color: var(--c1-100);
    padding: 18px 0 18px 0;
    left: -15px;
    border: 0;
    margin-top: 24px;
}

nav#top .dropdown-menu .dropdown-item {
    color: var(--c1-100);
    font-size: 21px;
    margin: 12px 25px 10px 25px;
    padding: 0 0 0 2px;
    border-bottom: transparent solid 2px;
    width: auto;
    -moz-transition: border-bottom 1.4s;
    -o-transition: border-bottom 1.4s;
    -webkit-transition: border-bottom 1.4s;
    background-color: transparent;
    font-weight: var(--font-weight-regular);
}

nav#top .dropdown-menu .dropdown-item.active,
nav#top .dropdown-menu .dropdown-item:focus,
nav#top .dropdown-menu .dropdown-item:hover  {
    background-color: transparent;
    border-bottom: var(--c4-100) solid 2px;
    outline: 1px solid transparent;
}

/** NavTop without HeadSlider **/
/** SUBPAGE  - IMPRESSUM /DATENSCHUTZ - WITHOUT HEADER ELEMENT   +++*/
.subpage .mod_article section:first-of-type{
    padding-top: 200px;
}

.subpage .mod_article section:last-of-type {
    padding-bottom: 75px;
}

.subpage #header {
    background-color: var(--c10-100);
}

/** NavTop Right Points  **/
nav#top .navbar-nav.right-side .nav-item .nav-link {
    padding: 0 0 0 5px;
}

/** NavTop  Topline  **/


nav#top #navbarTop .right-topline-site {
    position: absolute;
    top:-37px;
    right: -3px;
    width: auto;
}

@media (max-width: 1200px) {
    nav#top #navbarTop .right-topline-site {
        position: relative;
        top:unset;
        right: unset;
        width: unset;
    }
}
/*** NAVI TOP MOBILE ****/


@media (max-width: 1200px) {

    #navbarTop {
        position: fixed;
        right: -300px;
        width: 300px;
        min-height: 100%;
        background: var(--c8-100);
        z-index: 1000;
        transition: transform 0.6s;
        top: 0;
        display: block;
        overflow-y: auto;
        max-height: 100%;
    }

    #wrapper.slideleft #navbarTop {
        transform: translateX(-300px);
        right: -300px;
        top: 0;
        box-shadow: -3px 3px 3px #00000029;
    }

    #navbarTop ul.navbar-nav {
        opacity: 1;
        right: 0;
        padding-right:30px;
        max-height: 100%;
        overflow-y: auto;
    }
    nav#top ul.navbar-nav.search-mobile {
        margin-top: 120px;
        margin-left: 30px;
    }

    nav#top ul.navbar-nav {
        margin-top: 20px;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    nav#top .navbar-nav.right-topline-site,
    #navbarTop ul.navbar-nav.right-side {
        margin-left: 30px !important;
    }

    nav#top li.dropdown {
        width: 100%;
    }
    nav#top .dropdown-menu {
        display: block!important;
        background-color: transparent;
        padding: 5px 0 0 0;
        margin-top: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    nav#top .dropdown-menu .dropdown-item {
        width: max-content;
        padding: 0 2px 0 2px;
        margin: 12px 25px 10px 15px;
    }

    nav#top .navbar-nav .first .nav-link {
        padding-left: 20px;
    }
    nav#top .navbar-nav.right-topline-site,
    nav#top .navbar-nav.right-side {
        margin-bottom: 45px;
    }
    nav#top .navbar-nav.right-topline-site .nav-item .nav-link,
    nav#top .navbar-nav.right-side .nav-item .nav-link,
    nav#top .navbar-nav .nav-link {
        padding: 15px 0 15px 0;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border-bottom: var(--c17-100) solid 1px;
        -moz-transition: border-bottom 0.5s;
        -o-transition: border-bottom 0.5s;
        -webkit-transition: border-bottom 0.5s;
    }

    nav#top .navbar-nav .nav-link.dropdown-toggle {
        cursor: none;
    }

    nav#top .navbar-nav .nav-link:focus,
    nav#top .navbar-nav .nav-link:hover {
        border-bottom: var(--c4-100) solid 1px;
    }
    nav#top .navbar-nav .nav-link.dropdown-toggle:focus,
    nav#top .navbar-nav .nav-link.dropdown-toggle:hover {
        border-bottom: var(--c17-100)  solid 1px;
    }

    #wrapper {
        transition: left 0.6s;
        left: 0;
        /*position: absolute;*/
        position: relative;
    }

    #wrapper.slideleft {
        position: absolute;
        left: -300px;
        box-shadow: -3px 3px 3px #00000029;
    }

    #wrapper.antragsstrecke {
        transition: none;
        position: relative;
    }

    .nav-logo.mobile {
        position: absolute;
        right: 0;
        width: 270px !important;
        transition: right 0.5s;
        z-index: 2;
        top: 20px;
    }

    .slideleft .nav-logo.mobile {
        transform: translate(-50%,0%);
        left: 50%;
    }

}

/* =======================
Footer
=========================*/
#footer {
    color: var(--c1-100);
}

#footer img.logo-footer {
    width: 230px;
    height: auto;
}
#footer .BGImage.media-icon {
    width: 50px;
    height: 50px;
    min-height: 50px;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    border: 2px solid transparent;
    border-radius: 50%;
}


#footer .social-media h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}
/* =======================
Footer NAV
=========================*/

#footer div[id^="nav-footer"] ul{
    padding-left: 0;
}

#footer div[id^="nav-footer"] ul li {
    list-style: none;
}
#footer div[id^="nav-footer"] ul li span,
#footer div[id^="nav-footer"] ul li a {
    color:var(--c1-100);
    font-size: var(--fs4);
    text-decoration: none;
    line-height: 1.9em;
    font-weight: var(--font-weight-light);
    padding-bottom: 5px;
    outline: 1px solid transparent;
}
#footer div[id^="nav-footer"] ul li span,
#footer div[id^="nav-footer"] ul li a:hover,
#footer div[id^="nav-footer"] ul li a:focus {
    border-bottom: var(--c4-100) solid 2px;
}

@media only screen and (max-device-width: 768px) {
    #footer div[id^="nav-footer"] ul{
        margin-bottom: 70px;
    }
    #footer .social-media .col-auto{
        justify-content: center;
        align-items: center;
        display: flex;
    }


}


/** Footer Antragsstrecke ***/

.antragsstrecke #footer  {
    font-size: var(--fs10);
    font-weight: var(--font-weight-regular);
}
.antragsstrecke #footer div.icon {
    height: 17px;
    width: 25px;
}

.antragsstrecke #footer div.icon span {
    height: 17px;
    width: 17px;
    margin-top: 0;
}

/** Footer Nav Antragsstrecke **/

.antragsstrecke #footer-navigation {
    /*width: 100%;*/
}
.antragsstrecke #footer ul.nav_bottom {
    flex-direction: row;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    float: right;
}

.antragsstrecke #footer ul.nav_bottom li {
text-align: center;
    font-size: 10px;

    margin-left: 60px;
}
.antragsstrecke #footer ul.nav_bottom li:first-child {
    margin-left: 0;
    text-align: left;
}
.antragsstrecke #footer ul.nav_bottom li:last-child {
text-align: right;
}

.antragsstrecke #footer ul.nav_bottom li a {
    color: var(--c4-100);
    font-size: var(--fs10);
    text-decoration: none;
}
.antragsstrecke #footer ul.nav_bottom .nav-link:hover,
.antragsstrecke #footer ul.nav_bottom li:hover {
    border-bottom: 1px solid var(--fs10);
}
.antragsstrecke #footer .text-middle {
    color:  var(--c4-100);
    margin-right: 60px;
}

/* =======================
ALIGNMENT 
=========================*/

.ml-auto,
.ml-sm-auto {
    margin-left: auto !important;
}

.boxcenter {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}


.imgCenter {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

/* Push it and following elements to the bottom */
.content-align-bottom {
    margin-top: auto;
}
/* Push following elements to the bottom */
.content-follow-align-bottom {
    margin-bottom: auto;
}

/* =======================
TEXT SIZE
=========================*/

h1 {
    font-size: var(--fs1);
    font-weight: var(--font-weight-medium);
    hyphens: none;
}

h2 {
    font-size: var(--fs2);
    line-height: 1.4em;
    font-weight: var(--font-weight-regular);

}
.bg-lime-blue-gradient h1,
.bg-lime-blue-gradient h2 {
    color: var(--c1-100);
}

#agb .textbox h2 {
    margin-top: 50px;
}

h3 {
    font-size: var(--fs3);
    hyphens: none;
    font-weight: var(--font-new-order-medium);
}

.bg-cyan h3 {
    /*color: var(--c1-100);*/
}
.bg-blue {
    color: var(--c1-100);
}

#agb h3,
#datenschutz h3 {
    margin-bottom: 20px;
    margin-top: 40px;
}

h4 {
    font-size: var(--fs4);
    font-weight: var(--font-weight-regular);
}

h4.bold {
    font-weight: var(--font-weight-medium);
}

#agb h4,
#datenschutz h4 {
    font-size: var(--fs8);
    font-weight: var(--font-weight-medium);
    margin: 25px 0;
}

h5 {
    font-size: var(--fs8);
}

h6 {
    font-size: var(--fs6);
}

.teaser {
    font-size: var(--fs15);
    letter-spacing: 0.05em;
    font-weight: var(--font-weight-medium);
}

p {
    font-size: var(--fs4);
    margin-bottom: 0.5em;
    font-weight: var(--font-weight-regular);
}

strong, .strong{
    font-weight: var(--font-weight-medium);
}

#agb strong,
#datenschutz strong {
    font-weight: var(--font-weight-medium);
}
#impressum .text-sm-center,
#agb .text-sm-center,
#datenschutz .text-sm-center {
    text-align: left!important;
}

.font-size-4em p{
    font-size: var(--fs2);
}

p.font-size-1_8em {
    font-size: var(--fs7);
}

.no-hyphens {
    hyphens: none;
}

/* ====================a===
video
=========================*/

video {
    box-shadow: -2px -2px 10px #959595;
    outline: 0;
}
/* ====================a===
Google Rating
=========================*/

.slider_bewertungen .star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: var(--c1-100); /* sichtbar machen */
    clip-path: polygon(
            50% 0%, 61% 35%, 98% 35%,
            68% 57%, 79% 91%,
            50% 70%, 21% 91%,
            32% 57%, 2% 35%, 39% 35%
    );
    margin-right: 2px;

}

.slider_bewertungen .rate {
    font-style: italic;
    position: relative;
}

.slider_bewertungen .rate a {
    text-decoration: none;
    color: var(--c9-100);
    font-style: initial;
    margin-left: 15px;
    font-weight: var(--font-weight-medium);
}

.slider_bewertungen .card {
    background-color: transparent;
}

.card .card-body.bg-blue-gradient-diagonal p {
    color: var(--c1-100) !important;
}
.bg-blue-gradient-diagonal .rate {
    color: var(--c1-100) !important;
}
/* =======================
hyperlinks / Buttons
=========================*/


/** Button Style - Links **/

.ce_hyperlink .btn,
button[type=submit],
.dataform input.action-button {
    background-color: var(--c4-100);
    color: var(--c9-100);
    font-weight: var(--font-weight-medium);
    border-radius: var(--border-radius-lg);
    padding: 10px 30px 10px 30px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    width: max-content;

    position: relative;
    border:2px solid var(--c4-100);
}

.ce_hyperlink .btn.large {
    font-size: var(--fs4);
}

.ce_hyperlink .btn.larger {
    font-size: var(--fs4);
    padding: 15px 45px 12px 45px;
}

.bg-lime .ce_hyperlink .btn {
    background-color: var(--c1-100);
}

.bg-cyan .hyperlink_txt.btn,
.bg-cyan .ce_hyperlink .btn {
    background-color: var(--c1-100);
    color: var(--c9-100);
}

.bg-blue-gradient .hyperlink_txt.btn,
.bg-blue-gradient .hyperlink_txt.btn {
    background-color: var(--c8-100);
    color: var(--c2-100);
}

#impressum a,
#agb a,
#datenschutz a {
    color: var(--c4-100);
    text-decoration: underline;
    outline: 1px solid transparent;
    font-weight: var(--font-weight-medium);
}

#impressum a:hover,
#impressum a:focus,
#agb a:hover,
#agb a:focus,
#datenschutz a:hover,
#datenschutz a:focus {
    outline: 1px solid transparent;
    color: var(--c17-100);
}
.hyperlink_txt.text-link {
    color: var(--c4-100);
    text-decoration: underline;
    outline: 1px solid transparent;
    font-weight: var(--font-weight-medium);
}

.dataform input.action-button:disabled {
    background-color: var(--c4-45);
    border: 2px solid var(--c4-100);
}

.bg-dark-blue .dataform input.action-button:disabled,
.bg-cyan .dataform input.action-button:disabled {
    background-color: var(--c1-100);
}

button[type=submit],
.ce_hyperlink .btn,
.dataform input.action-button {
    font-size: var(--fs7);
}

.ce_hyperlink.second-btn .hyperlink_txt.btn{
    background-color: var(--c8-100);
    color: var(--c4-100);
}
.ce_hyperlink.second-btn .hyperlink_txt.btn:hover{
    background-color: var(--c16-100);
    color: var(--c9-100)v;
}

.ce_hyperlink .btn:hover,
.ce_hyperlink .btn:focus,
button[type=submit]:hover,
button[type=submit]:focus,
.dataform input.action-button:hover {
    background-color: var(--c16-100);
    border: 2px solid var(--c4-100);
    outline: 1px solid transparent!important;
    color: var(--c1-100);
}

.bg-blue-gradient .ce_hyperlink .btn:hover,
.bg-blue-gradient .ce_hyperlink .btn:focus,
.bg-blue-gradient button[type=submit]:hover,
.bg-blue-gradient button[type=submit]:focus,
.bg-blue-gradient input.action-button:hover {
    background-color: var(--c10-100);
    border: 2px solid var(--c4-100);
    outline: 1px solid transparent;
}

.bg-blue-gradient input.action-button:disabled {
    background-color: var(--c8-60);
    border: 0;
}


.ce_hyperlink .btn:focus,
button[type=submit]:focus,
input[type=button]:focus{
    border: 2px solid var(--c4-100);
    background-color: var(--c16-100);
}

input.include-button {
    border-radius : 30px 30px 30px 30px;
    line-height: 1.55;
    padding: 7px 170px 6px 25px;
    z-index: 0;
}

.ce_hyperlink.d-inline-block {
    margin-right:30px;
}

.ce_hyperlink.d-inline-block:last-child {
    margin-right:0;
}

.ce_hyperlink.bg-blue .hyperlink_txt {
    background-color: var(--c17-100);
    color: var(--c1-100);
}

.ce_hyperlink.bg-blue .hyperlink_txt:hover {
    background-color: var(--c4-100);
    color: var(--c8-100);
}

/** Barrierefreie Links und BUttons */

#slider_history .nav-onside button,
.scrollToTop .scrolltop,
a.card-link,
.owl-theme .owl-dots .owl-dot,
a.rate-link,
.mod_search a,
input.form-control,
.ce_hyperlink .btn,
button[type="submit"],
input[type="button"],
.hyperlink_txt,
.tabs-card .nav-link,
.hyperlink_img {
    tabindex: 0;
    outline: 1px solid transparent;
    outline-offset: 2px;
}

#slider_history .nav-onside button:focus-visible,
.tabs-card .nav-link:focus-visible,
.scrollToTop .scrolltop:focus-visible,
input.form-control:focus-visible,
.ce_hyperlink .btn:focus-visible,
button[type="submit"]:focus-visible,
input[type="button"]:focus-visible,
.search-box-navi .btn-search:focus-visible ~ .input-search,
.hyperlink_txt:focus-visible {
    outline: 2px solid var(--c5-100); /* Oder Ihre Brand-Farbe */
    outline-offset: 2px;
    border-radius: var(--border-radius-lg);
}
input.form-control:focus,
input.form-control:focus:not(:focus-visible) {
    outline: none;
}
.ce_rsce_accordion_table_slider .table tr.mainKat td:first-child,
.ce_rsce_accordion_table_slider .table tr.mainKat td:first-child div {
    tabindex: 0;
    outline: 1px solid transparent;
    outline-offset: 2px;
}

.ce_rsce_accordion_table_slider .table tr.mainKat td:first-child:focus-visible,
.ce_rsce_accordion_table_slider .table tr.mainKat td:first-child div:focus-visible {
    background-color: var(--c7-100);
}
.ce_rsce_accordion_table_slider .table tr.mainKat.focused {
    background-color: var(--c7-100);
}

.hyperlink_img:focus-visible img {
    outline: 2px solid var(--c5-100); /* Oder Ihre Brand-Farbe */
    outline-offset: 5px;
    border-radius: 50%;
}
.hyperlink_txt:focus:not(:focus-visible) {
    outline: 1px solid transparent;  /* Versteckt bei Mausklick */
}
.hyperlink_txt.donate:focus-visible {
    border-radius: var(--border-radius-sm);
    min-height: 50px;
    display: inherit;
    outline: 2px solid var(--c5-100)!important; /* Oder Ihre Brand-Farbe */
    outline-offset: 2px;
}


a.card-link:focus-visible .card-box{
    border-radius: var(--border-radius-lg);
    border: 2px solid var(--c5-100);
}

#footer .icon-social {
    tabindex: 0;
    outline: 2px solid transparent;
}

#footer .icon-social:focus-visible .media-icon {
    border: 2px solid var(--c5-100);
    outline-offset: 10px;
    border-radius: 50%;
}

.mod_search a:focus-visible {
    text-decoration: 2px var(--c5-100) underline;
    outline-offset: 5px;
}
.rate-link:focus-visible {
    outline-offset: 5px;
    border-bottom: 3px solid var(--c5-100);
}
.owl-theme .owl-dots .owl-dot:focus-visible span {
    background: var(--c5-100);
}

nav#top .navbar-brand:focus-visible .nav-logo,
nav#top .navbar-nav .nav-link:focus-visible,
nav#top .navbar-nav.right-side .nav-item .nav-link:focus-visible,
nav#top .dropdown-menu .dropdown-item:focus-visible,
#footer div[id^="nav-footer"] ul li a:focus-visible {
    border-bottom: var(--c5-100) solid 2px;
}
.wow {
    visibility: visible !important;
    opacity: 0.1; /* Minimal sichtbar für Accessibility */
    animation: fadeInUpCustom 1s ease-out forwards;
}

.wow.animated {
    opacity: 1;
}

@keyframes fadeInUpCustom {
    from {
        opacity: 0.1;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/****/

/**************************/

button[type=submit] {
    border:0;
    font-size: var(--fs4);
    outline: 1px solid transparent;
}

button[type=submit].besides {
    position: absolute;
    border: 2px solid var(--c4-100);
    padding: 8px 23px 5px 23px;
    background-color: var(--c4-100);
    color: var(--c8-100) ;
}
button[type="submit"].besides:hover {
    border: 2px solid var(--c4-100);
    background-color: var(--c16-100);
    color: var(--c1-100);
}

button[type=submit].besides:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 51px;
    background-color: transparent;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    border: 5px solid var(--c8-100);
    transform: rotate(-90deg);
    left: -9px;
    top: -5px;
    border-bottom: 0;
}

button[type=submit].besides:focus-visible {
    outline: 3px solid var(--c5-100); /* Oder Ihre Brand-Farbe */
    outline-offset: 10px;
    padding: 8px 23px 5px 23px;
}

.ce_rsce_dk_abschlussseite button[type=submit].besides:after {
    border: 5px solid var(--c4-100);
    border-bottom: 0;
}


/* Link TEXT - hyperlink */
a.text-link {
    text-decoration: none;
    color: var(--c4-100);
}
a.text-link:active,
a.text-link:focus-within,
a.text-link:hover {
    text-decoration: underline;
    color: var(--c4-100);
}

.ce_hyperlink.text-link a.text-link {
    color: var(--c10-100);
    font-size: var(--fs8);
    text-decoration: none;
}

.bg-cyan .ce_hyperlink.text-link {
    color: var(--c1-100);
}

.bg-blue-gradient .ce_hyperlink.text-link {
    color: var(--c21-100);
}

.ce_hyperlink.text-link{
    color: var(--c4-100);
}

.ce_hyperlink.text-link.load-more {
    display: flex !important;
    flex-direction: row;
}

.ce_hyperlink.text-link.load-more a {
    margin-left: auto;
}

/* basic vor all elements  **/

.border-radius-md {
    border-radius: var(--border-radius-md);
}

/* Nachladen von Elementen  **/

.loadMoreBox .loadMoreBtn {
    display: grid;
    place-items: center;
}



/* =======================
LISTEN
=========================*/

#container ul.checkliste {
    list-style-type: none;
    padding-left: 0;
}

#container ul.checkliste li {
    font-size: var(--fs8);
    margin-bottom: 15px;
    font-weight: var(--font-weight-regular);
    background: url('../../theme/icon/li_checklist.png') no-repeat left top;
    padding-left: 50px;
    line-height: 1.4;
    padding-bottom: 3px;
}

#container ul,
#container ul.disc {
    list-style-type: disc;
    padding-left: 23px;
}

#container ul li,
#container ul.disc li {
    font-size: var(--fs4);
    margin-bottom: 2px;
    font-weight: var(--font-weight-regular);
    padding-left: 10px;
    line-height: 1.4;
    padding-bottom: 0;
}

#container ul li::marker,
#container ul.disc li::marker {
    color: #228293; /* Farbe der Bullet Points */
    font-size: 1.0em; /* Größe anpassen (optional) */
}
.bg-blue-gradient-diagonal ul li::marker,
.bg-blue-gradient-diagonal ul.disc li::marker {
    color: var(--c2-100)!important;
}

#agb ul,
#datenschutz ul {
    margin: 30px 0;
}

#agb ul li,
#datenschutz ul li {
    font-size: var(--fs4);
    margin-left: 15px;
    line-height: 1.4;
}

/* =======================
FORM ELEMENTE
=========================*/
.dataform .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#newsletter {
    display: flex;
    justify-content: right;
    position: relative;
}

.form-control {
    padding:8px 30px 6px 20px;
    line-height: 1.5;
    border: 0;
    font-size: var(--fs4);
    border-radius : 30px;
    outline: 1px solid transparent;
}

textarea:focus,
button:focus,
input:focus,
input:active,
input:visited {
    outline: 1px solid transparent;
    box-shadow:none!important;
}
.dataform textarea.form-control:focus,
.dataform input.form-control:focus,
.dataforminput.form-control:active {
    -moz-box-shadow:  inset 0 -13px 0 -9px var(--c4-60) !important;
    -webkit-box-shadow:  inset 0 -13px 0 -9px var(--c4-60) !important;
    box-shadow: inset 0 -13px 0 -9px var(--c4-60) !important;
    padding: 17px 13px 0 13px;
}
.bg-blue-gradient .dataform textarea.form-control:focus,
.bg-blue-gradient .dataform input.form-control:focus,
.bg-blue-gradient .dataforminput.form-control:active {
    -moz-box-shadow:  inset 0 -13px 0 -9px var(--c7-100) !important;
    -webkit-box-shadow:  inset 0 -13px 0 -9px var(--c7-100) !important;
    box-shadow: inset 0 -13px 0 -9px var(--c7-100) !important;
    padding: 17px 13px 0 13px;
}
.dataform textarea.form-control.error {
    box-shadow: inset 0 -13px 0 -9px var(--c18-100) !important;
    color: var(--c4-100);
}

.dataform select,
.dataform textarea.form-control,
.dataform input.form-control {
    border-radius: 7px;
    background-color: var(--c1-100);
    font-size: var(--fs4);
    padding: 17px 50px 0 13px;
    border:0;
    color: var(--c8-100);

}

.dataform .form-select:focus,
.dataform select.form-select:active,
.dataform select.form-select:focus {
    box-shadow: inset 0 -13px 0 -9px var(--c4-100) !important;
}



/* Ausgefülltes Input */

.dataform input.form-control:valid {
    /*box-shadow: inset 0 -13px 0px -9px var(--c4-100) !important;*/
    padding: 17px 13px 0 13px;
}
.dataform textarea.form-control:valid {
    padding: 25px 13px 0 13px;
}
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.725rem;
}

/** Error  **/

.dataform select.error,
.dataform input.form-control.error {
    box-shadow: inset 0 -13px 0 -9px var(--c18-100) !important;
    color: var(--c4-100);
}


/*** Label Floating **/

/* befülltest Input Field -> Label Farbe*/
.form-floating > label {
    font-size: var(--fs4);
    color: var(--c11-100);
    font-weight: var(--font-weight-regular);
}

.form-floating > textarea.form-control,
.form-floating > input.form-control {
    /*padding: 17px 50px 0px 16px;*/
    color: var(--c11-100);
}

/* Focus Input  Field */


/* aktive Input Field -> Label Farbe*/
.form-floating > .form-control:focus ~ label,
    /*  ausgefülltes Feld Input field */
.form-floating > .form-control:not(:placeholder-shown) ~ label
{
    opacity: 1;
    color: var(--c15-100);
    font-size:1.3em;
    transform: translateY(-.95em) translateX(0em);
}



/* leeres Input Field -> Label Farbe*/
.dataform input.form-control:valid ~ label {
    /*color: var(--c11-100);*/
}

/*** SELECT Field **/
/*****/
.dataform select {
    background-image:url("../../theme/icon/icon_arrow_down_cyan.svg");
    background-size: 30px 30px;
}

.dataform select option {
    font-family: Arial, sans-serif;
}

.form-floating > .form-select ~ label {
    color: var(--c11-100);
    opacity: 1;
    transform: inherit;
    left: 6px;
}

.form-floating > .form-select:focus {
    /*padding: 17px 13px 0px 13px;*/
}

.form-floating > .form-select:focus ~ label{
    opacity: 1;
    color: var(--c15-100);
    font-size:1.3em;
    transform: translateY(-.95em) translateX(0em);
}

.form-floating > .form-select:not(:placeholder-shown) ~ label{
    /*opacity: 1;*/
}

.form-floating > .form-select:valid {
    /*padding: 17px 13px 0px 9px;*/
}
.form-floating .form-select {
    /*padding: 17px 50px 0px 9px;*/
    color: var(--c11-100);
}

.form-floating > .form-select:valid ~ label {
    color: var(--c15-100);
    font-size:1.3em;
    transform: translateY(-.95em) translateX(0em);
}

/** DATEPICKER **/

.form-floating.datepicker {
    padding: 0;

}
.form-floating.datepicker label {
    /*margin-right: 0px;*/
    font-size: 21px;
    z-index: 5;
}

.apple .form-floating.datepicker label {
    /*margin-right: 0px;*/
    font-size: 24px;
    margin-top: 8px;
}

.form-floating.datepicker > .form-control:not(:placeholder-shown) ~ label {
    opacity: 1;
}

.form-floating.datepicker .input-group-append {
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("../../theme/icon/icon_calender_input.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right:7px;
    top:8px;
    font-size: 0;
}


/***  ERROR Field for form-floating ***/
.form-floating input.error ~ label {
    color: var(--c4-100);
}

.form-floating > .form-select.error ~ label {
    color: var(--c4-100);
}


/*** Fill In Error Fields **/

#newsletter .fill-in-help,
.dataform  .fill-in-help  {
    color: var(--c18-100);
    font-size: var(--fs10);
    text-align: left;
   /* min-height: 46px;*/
    padding-left:10px;
}

#newsletter .fill-in-help {
    margin-top: 60px;
    position: absolute;
    left: 0;
}
#newsletter .fill-in-help ,
.dataform  .fill-in-help  {
    display: none;
    overflow: hidden; /* wichtig für slide */
}
#newsletter .fill-in-help.active,
.dataform  .fill-in-help.active  {
    margin-bottom: 10px;
}

.dataform  .fill-in-help[data-error='listenhund'] {
    margin-top: 45px;
}



/* =======
MODAL - Youtube Video
==========*/

.videosection {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videosection.mp4 {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: unset;
}

.videosection.mp4 video {
    max-height: 90vh; /* passt sich der Bildschirmhöhe an */
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    border-radius: 8px;
}
.videosection .videobox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border-radius: var(--border-radius-sm);
}

.videosection video {
    box-shadow: unset;
    border-radius: var(--border-radius-sm);
}
#closeBtn1 {
    position: absolute;
    right: -12px;
    top: 12px;
    width: 44px;
    height: 44px;
    background: transparent url('../../theme/icon/layer_close_btn.png') no-repeat center;
    z-index: 100;
    text-indent: -9999px;
    cursor: pointer;
}
#closeBtn {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 37px;
    height: 37px;
    z-index: 100;
    text-indent: -9999px;
    cursor: pointer;
    background-color: var(--c4-100);
    border-radius: 25px;
}
#closeBtn::after {
    background: transparent url('../../theme/icon/icon_x_petrol.svg') no-repeat center;
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 3px;
    top: 3px;
}

.modal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.videosection .klaro.cm-as-context-notice {
    padding-top: 0;
    padding-bottom: 0;
}

#maxpoolModalPage .modal-dialog{
    max-width: 60%;
}
#maxpoolModal .modal-dialog {
    max-width: 65%;
}

#maxpoolImageZoom .modal-dialog {
    max-width: 80%;
}
#maxpoolModal .modal-body .ce_rsce_mp_2_col_IMG_Text .float-right {
    float: left !important;
}
#maxpoolModalmp4 .modal-content,
#maxpoolImageZoom .modal-content,
#maxpoolModal .modal-content,
#maxpoolModalPage .modal-content{
    border-radius: var(--border-radius-md);
    border: 0;
}
#maxpoolModalmp4 .modal-header,
#maxpoolImageZoom .modal-header,
#maxpoolModal .modal-header,
#maxpoolModalPage .modal-header{
    border-bottom: 0;
    padding:0;
}
#maxpoolModalmp4 .modal-body,
#maxpoolImageZoom .modal-body,
#maxpoolModal .modal-body,
#maxpoolModalPage .modal-body{
    padding: 9px;
}
#maxpoolModalmp4 .close,
#maxpoolImageZoom .close,
#maxpoolModal .close,
#maxpoolModalPage .close {
    opacity: 1;
}

#maxpoolModalPage .custom-control-input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
}



/* =======================
   ce_rsce_dk_abschlussseite
   =========================*/

.ce_rsce_dk_abschlussseite h6 {
    color: var(--c1-100);
    margin-bottom: 50px;
}

.ce_rsce_dk_abschlussseite .line-bottom {
    margin-bottom: 35px;
}
.ce_rsce_dk_abschlussseite h2 {
    text-align: left;
    margin-bottom: 50px;
    line-height: 1.3em;
}
.ce_rsce_dk_abschlussseite .BGImage {
    background-size: 60%;
    background-color: transparent;
}
.ce_rsce_dk_abschlussseite .form-newsletter {
    color: var(--c1-100);
}
    /* =======================
    OWL CAROUSEL BASIC STYLES
    =========================*/

.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 3px;
    margin: 0 4px;
    background: var(--c4-45);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot:focus span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--c4-100);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.nav-onside {
    position: absolute;
    top: 33%;
    left: 0;
    margin-top: 0;
    transform: translate(0%, -50%);
    width:100%;
}

.nav-onside .owl-prev {
    position: absolute;
    left: -60px;
    height: 59px;
    width: 59px;
}
.nav-onside .owl-next {
    position: absolute;
    right: -60px;
    height: 59px;
    width: 59px;
}

.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: transparent!important;
}
    /* NAV Position seitlich*/
/*.nav-onside .owl-prev {*/
/*    position: absolute;*/
/*    left: -27px;*/
/*    top: 48%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.nav-onside .owl-next {*/
/*    position: absolute;*/
/*    right: -58px;*/
/*    top: 48%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/* NAV Position seitlich und innerhalb des Carousell*/
/*.nav-onside.inner .owl-prev {*/
/*    position: absolute;*/
/*    left: 10px;*/
/*}*/

/*.nav-onside.inner .owl-next {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*}*/

.owl-carousel .owl-nav .arrow-left:after {
    content: '';
    height: 59px;
    width: 59px;
    background-image: url("../../theme/icon/icon_arrow_down_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
    background-repeat: no-repeat;

}
.owl-carousel .owl-nav .arrow-right:after {
    content: '';
    height: 59px;
    width: 59px;
    background-image: url("../../theme/icon/icon_arrow_down_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
    background-repeat: no-repeat;

}

/* =======================
HEADER
=========================*/

/* =======================
ce_rsce_header_width_slider
=========================*/


.ce_rsce_header_width_slider h1 {
    color: var(--c4-100);
}

.ce_rsce_header_width_slider h2 {
    color: var(--c1-100);
}

.ce_rsce_header_width_slider p {
    color: var(--c1-100);
}

.ce_rsce_header_width_slider .container.box-content {
    position: absolute;
    bottom: 0;
}
.ce_rsce_header_width_slider .container.box-content p.text-bottom {
    margin-bottom: 0;
    font-weight: var(--font-weight-light);
}

.ce_rsce_header_width_slider .owl-carousel .item {
    position: relative;
}

.ce_rsce_header_width_slider .owl-carousel .owl-item img {
    height: 200px;
    width: auto;
}

/* OWL CAROUSEL SYTLES */
.ce_rsce_header_width_slider .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 14px;
    margin-bottom: 25px;
}


/* =======================
BLOG Slider
=========================*/
.mp_blog_slider .card-img-top {
    background-repeat: no-repeat;
    background-size: 105%;
    height: 200px;
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
    -o-transition: background-size 2s;
    transition: background-size 2s;
}
.mp_blog_slider .card-img-top:after {
    background: transparent linear-gradient(0deg, #000 0%, #000000CA 20%, #FFF8F800 100%) 0 0 no-repeat padding-box;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.70;
}
.mp_blog_slider .card {
    padding: 0;
    border-radius: var(--border-radius-md);
}
.mp_blog_slider .parent:hover .card-img-top {
    box-shadow: -2px -2px 10px #959595;
    background-size: 115%;
}

.mp_blog_slider .parent .card-img-top{
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    box-shadow: -2px -2px 10px #DDD;
}

.mp_blog_slider .card-body h4 {
    font-weight: var(--font-weight-medium);
    color: var(--c7-100);
}


/* =======================
CARDS
=========================*/
.card .card-body {
    text-align: left;
    margin-bottom: 50px;
}

.card .card-body h4 {
    font-size: var(--fs10);
    margin-bottom: 15px;
    color: var(--c9-100);
}
.card .card-body h5 {
    font-size: var(--fs7);
    margin-bottom: 15px;
    font-weight: var(--font-weight-medium);
    color: var(--c9-100);
}
.card .card-img-top {
    /*height:183px;*/
    background-color: var(--c4-60);
    border-top-left-radius: var(--border-radius-md);
    border-top-right-radius: var(--border-radius-md);
}

.card .card-img-top img{
    width: 100%;
    height: auto;
    /*min-height:183px;*/
    border-top-left-radius: var(--border-radius-md);
    border-top-right-radius: var(--border-radius-md);
}
.card .card-body p{
    font-size: var(--fs11);
    color: var(--c9-100);
    word-wrap: break-word;
    margin-bottom: 10px;
}
.card .card-body ul {
    padding-left: 17px;
}

.card .card-body ul.thema-list li {
    display: none;
}

.card .card-body ul li p {
    font-size: var(--fs-2);
}

.card .more-li-point {
    cursor: pointer;
    position: absolute;
    right: 0;
}

.card .more-li-point::after {
    content: '';
    height: 30px;
    width: 30px;
    background-image: url("../../theme/icon/icon_arrow_down_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: -66px;
}
.card .more-li-point:hover {
    text-decoration: underline;
}
.card-text {
    text-align: left;
    padding-bottom: 40px;
}

.btn-float-bottom {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translatex(-50%);
}


/* textbgwhitebox */

.textbgwhitebox {
    padding: 15px;
}

.textbgwhitebox ul li {
    font-size: var(--fs-3);
}
/* =======================
Scroll To Top Buttom
=========================*/

.scrollToTop {
    position: fixed;
    bottom: 25px;
    height: 50px;
    z-index: 100;
    margin-right: 11px;
}

.scrollToTop .scroll-icon {
    background-image: url('../../theme/icon/icon_arrow_top.svg');
    width: 50px;
    height: 50px;
    display: block;
    -webkit-transition:  background-image 1s;
    -moz-transition:  background-image 1s;
    -o-transition:  background-image 1s;
    transition: background-image 1s;
}

.scrollToTop .scroll-icon:hover {
    background-image: url('../../theme/icon/icon_arrow_top_hover.svg');
    cursor: pointer;
}

/* =======================
Tooltip
=========================*/

.item-tooltip {
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
}
.item-tooltip span.tooltip {
    position: absolute;
    top: calc(0% + 8px);
    right: calc(0% + 40px);
    pointer-events: none;
    /*transform: translateX(100px);*/
    transform: translateY(0%);
    opacity: 0;
    font-weight: var(--font-weight-regular);
    font-size: 15px;
    background: var(--c1-100);
    padding: 10px 15px;
    color: var(--c9-100);
    border-radius: 0;
    min-width: 250px;
    z-index: 10000;
    hyphens: none;
    box-shadow: 0 1px 5px var(--c11-100);
    min-height: 45px;
    height: auto;
}
.item-tooltip span.tooltip strong {
    /*font-weight: var(--font-weight-medium);*/
    font-weight: unset;
}
.item-tooltip span.tooltip::before {
    content: "";
    position: absolute;
    right: -17px;
    width: 0;
    height: 0;
    top:0;
    transform: rotate(180deg);
    border-bottom: 17px solid var(--c1-100);
    border-left: 17px solid transparent;
    -webkit-filter: filter: drop-shadow(1px -0.03em 0.03em var(--c11-100));
    filter: drop-shadow(1px -0.03em 0.03em var(--c11-100));
}

.item-tooltip:hover span,
.item-tooltip.active span {
    animation: show-tool-tip 4s;
    animation-delay: 0.2s;
}
@keyframes show-tool-tip {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* =======================
ICON
=========================*/
div.icon {
    height:45px;
    width: 45px;
}
span.icon-info {
    background-image: url('../../theme/icon/icon_info_circle.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;

}
span.icon-clock {
    background-image: url('../../theme/icon/icon-clock.svg');
    width: 20px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;

}
div.icon span {
    background-repeat: no-repeat;
    display: inline-block;
}

div.icon span {
    height: 45px;
    width: 45px;
    background-size: contain;
    margin-top: 5px;
}


span.mpIcon {
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("../../theme/icon/favicon.png");
    display: inline-block;
    background-size: 100%;
    top: 9px;
    position: relative;
    background-repeat: no-repeat;
}
span.gutBeratenIcon {
    content: '';
    height: 27px;
    width: 27px;
    background-image: url("../../theme/logo/gut_beraten.svg");
    display: inline-block;
    background-size: 100%;
    margin-left: 10px;
}


div.icon.key-close span {
    background-image: url('../../theme/icon/icon_key.svg');
}


/* =======================
Circle with Text
=========================*/
.circleBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circleBoxInner {
    width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c1-100);
    font-weight: bold;
    padding: 20px;
    margin:30px;
    font-size: 3vw;
}

.circleBoxInner span {
    display: inline-block;
    text-align: center;
    transform: rotate(-10deg); /* Hier kannst du den Winkel anpassen */
    font-size: 1em; /* Relativ zur Größe von .circleBoxInner */
}

/* =======================
MODAL WINDOW
=========================*/
#textModal .modal-content {
    border-radius:7px;
}
#textModal  .modal-header {
    font-weight: var(--font-weight-medium);
}

#textModal .btn-close {
    background-image: url('../../theme/icon/icon_x_petrol.svg');
    background-size: cover;
    height: 1.5em;
    width: 1.5em;
    background-color: var(--c4-100);
    cursor: pointer;
}

#textModal .modal-body,
#textModal .modal-body p {
    font-size: var(--fs7);
}
#textModal .modal-footer {
    border-top: 1px solid var(--c4-100);
}
/* =======================
ce_rsce_tabs_with_button_cards_modul_text
=========================*/


.ce_rsce_tabs_with_button_cards_modul_text ul.nav-tabs {

    padding-left: 0!important;
}
.ce_rsce_tabs_with_button_cards_modul_text ul.nav-tabs li{
    list-style: none;

}
/* =======================
MULTI - Form
Formulare neu
=========================*/

 /* Form Button */
    /* züruck button */

.formular-process input.action-button-previous {
    font-size: var(--fs10);
    color: var(--c8-100);
    font-weight: var(--font-weight-medium);
    border-radius: 0;
    padding: 2px;
    border: 0;
    background: transparent;
    border-bottom: transparent solid 2px;
    position: relative;
}

.formular-process input.action-button-previous:hover {
    border-bottom: var(--c8-100) solid 2px;
}

.formular-process .point-description {
    display: flex;
    padding-left: 35px;
    font-size: var(--fs-2);
    color: var(--c9-100);
    line-height: 23px;
    font-weight: var(--font-weight-regular);
    margin-top: -14px;
}

.formular-process fieldset {
    display: none;
    position: relative;
}

.formular-process fieldset:not(:first-of-type) {
    display: none
}

.formular-process .info {
    color: var(--c10-100);

}
input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}


/*form styles*/
.dataform {
    text-align: center;
    position: relative;
    /*margin-top: 30px;*/
}

.dataform fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 45px 0 0 0;
    position: relative;
    display: block;

}
.dataform fieldset.active {
    position: relative!important;
}

/*Hide all except first fieldset*/
.dataform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
.dataform textarea,
.dataform input,
.dataform textarea,
.dataformselect {
    margin-bottom: 10px;
}

.dataform input.form-check-input,
.dataforminput.form-check-input:focus,
.dataform input.form-check-input:active{
    width: auto;
    padding: 8px;
    border: 1px solid var(--c8-100);
    border-radius: 3px;
    background-color: transparent;
    margin-left: -14px;
}

.bg-dark-blue .dataform input.form-check-input,
.bg-dark-blue .dataforminput.form-check-input:focus,
.bg-dark-blue .dataform input.form-check-input:active{
    border: 1px solid var(--c4-100);
}

.dataform input.form-check-input:checked {
    background-color: var(--c8-100);
}

.dataform input.form-check-input.error {
    border: 1px solid var(--c18-100);
}

.dataform label.form-check-label {
    font-size: var(--fs7);
    text-align: left;
    margin-left: 15px;
    hyphens: none;
    margin-top: -31px;
}

.dataform #dse + label.form-check-label {
    font-size: var(--fs7);
    text-align: left;
    margin-left: 18px;
    hyphens: manual;
    margin-top: -31px;
}

.dataform .form-check-input.checkbox + label.form-check-label {
    font-size: var(--fs7);
    text-align: left;
    margin-left: 11px;
    hyphens: manual;
    margin-top: 0;
}

.dataform input.form-check-input:checked[type="radio"] {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3ccircle cx='10' cy='10' r='6' fill='rgb(0,43,60)' /%3e%3c/svg%3e");
}


/*radio Buttons*/

.dataform .form-check {
    padding-left: 18px;
    margin-top: 15px;
}

.dataform input[type="radio"].radio-custom {
    margin-top: -5px;
    margin-left: -17px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: var(--c5-100);
    box-shadow: inset 0 0 0 4px var(--c1-100);
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 0 solid var(--c5-100); /* focus style */
}

.dataform input.radio-custom, .dataforminput.radio-custom:focus, .dataform input.radio-custom:active {
    border-radius: 15px!important;
}

.dataform input:focus,
.dataform textarea:focus,
.dataform select:focus {
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    border: 0;
    box-shadow:none!important;
}

.dataform input.form-check-input:focus {
    border: 1px solid var(--c8-100);
}

.dataform input.btn:focus{
    border: 2px solid var(--c8-100);
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: initial;
    padding-left: 0;
}

#progressbar:before {
    content: 'Schritt';
    color: var(--c9-100);
    float: left;
    position: relative;
    font-size: var(--fs10);
    margin-right: 15px;
    margin-top: 2px;
    font-weight: var(--font-weight-medium);
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    width: 38px; /* alt 60px */
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:first-child {
    margin-left: -15px;
}

/* Circle with step count -  nicht bearbeitet */
#progressbar li:not(.subpoint):before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 21px;
    display: block;
    font-size: 12px;
    color: var(--c9-100);
    background: var(--c20-100);
    border-radius: 25px;
    margin: 0 0 0 14px;
    transition: background 0.1s;
    border: 1px solid #112631;
    font-weight: var(--font-weight-medium);
    z-index:1;
    position: inherit;
}

.bg-cyan #progressbar li:not(.subpoint):not(.active)::before  {
    background: var(--c4-100);
}

#progressbar li.active:after {
    background: var(--c9-100);
}

/*progressbar connectors - Processlinie nicht verarbeitet*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 0.1em;
    background-color: var(--c9-100);
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 0; /*put it behind the numbers*/
    transition: background 1s;
}


#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps */
/*The number of the step -> active*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--c8-100);
    color: var(--c1-100);
}

#progressbar li.active:after {
    box-shadow: var(--c8-100) 0 0 2px;
    height: 3px;
}

#progressbar li.subpoint {
    width: 13px;
}

#progressbar li.subpoint:before {
    content: '';
    counter-increment: inherit;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: transparent;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

#progressbar li .step-info {
    /*color: red;*/
    position: absolute;
    left: 0;
    width: 0;
    opacity: 0;
    top: 7px;
}

/*#progressbar li.active .step-info.active {*/
/*    color: green;*/
/*    opacity: 0;*/
/*    width: 100px;*/
/*    left: 500px;*/
/*    top: 7px;*/
/*}*/


#Poolserviceabschliessen {
    scroll-margin-top: 100px;
}

/**** CARDS ***/
.card {
    border: 0 solid rgba(0, 0, 0, .125);
    margin-bottom: 8px;
    padding: 30px;
}

.card-gradient-overlay {
    /*background: linear-gradient(0deg, #254A51D1 0%, #254A51AD 20%, #FFF8F800 100%) 0% 0% no-repeat;*/
    z-index: 2;

}

/********* ce_rsce_images_cards_with_slider */
/*** ce_rsce_images_cards ***/
.ce_rsce_route_maxpool .parent,
.ce_rsce_images_cards_with_listpoints .parent,
.ce_rsce_images_cards_with_slider .parent,
.ce_rsce_images_cards .parent {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    box-shadow: -2px -2px 10px #DDD;
}

.ce_rsce_route_maxpool .parent:hover,
.ce_rsce_images_cards_with_listpoints .parent:hover,
.ce_rsce_images_cards_with_slider .parent:hover,
.ce_rsce_images_cards .parent:hover {
    box-shadow: -2px -2px 10px #959595;
}

.ce_rsce_route_maxpool .parent .BGImage,
.ce_rsce_images_cards_with_listpoints .parent .BGImage,
.ce_rsce_images_cards_with_slider .parent .BGImage,
.ce_rsce_images_cards .BGImage {
    /*background-size: cover;*/
    background-size: 110%;
    min-height: 10px;
    -o-transition: background-size 2s;
    transition: background-size 2s;
}

.ce_rsce_images_cards_with_slider .BGImage {
    /*background-size: cover;*/
}

.ce_rsce_route_maxpool .parent:hover .BGImage,
.ce_rsce_images_cards_with_listpoints .parent:hover .BGImage,
.ce_rsce_images_cards_with_slider .parent:hover .BGImage,
.ce_rsce_images_cards .parent:hover .BGImage {
    /*-webkit-transform: scale(1.05) ;*/
    /*-ms-transform: scale(1.05) ;*/
    /*transform: scale(1.05);*/
    background-size: 115%;
}
.ce_rsce_route_maxpool .BGImage::after,
.ce_rsce_images_cards_with_listpoints .BGImage::after,
.ce_rsce_images_cards_with_slider .BGImage::after,
.ce_rsce_images_cards .BGImage::after {
    background: transparent linear-gradient(0deg, #000 0%, #000000CA 20%, #FFF8F800 100%) 0 0 no-repeat padding-box;
    bottom: 0;
    content: "";
    height: 100%;
    left:0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.70;
}

.ce_rsce_images_cards_with_listpoints h3,
.ce_rsce_images_cards_with_slider h3,
.ce_rsce_images_cards h3 {
    margin-right: 15px;
    color: var(--c9-100);
}

.ce_rsce_images_cards_with_listpoints .cards h3,
.ce_rsce_images_cards_with_slider .cards h5,
.ce_rsce_images_cards .cards h3 {
    font-weight: var(--font-weight-medium);
    color: var(--c1-100);
    margin-right: 0;
    margin-bottom: 15px;
}
.ce_rsce_images_cards_with_listpoints .content-align-bottom,
.ce_rsce_images_cards_with_slider .content-align-bottom,
.ce_rsce_images_cards .content-align-bottom {
    padding:0 25px 0 25px;
    position: absolute;
    bottom: 40px;
    z-index: 4;
}

.ce_rsce_images_cards_with_slider .ce_hyperlink .btn {
    font-size: var(--fs10);
}

.ce_rsce_images_cards_with_listpoints .card-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 3s ease, opacity 0.5s ease, border 0.4s ease;
    will-change: transform, opacity;
    cursor: pointer;
}
.ce_rsce_images_cards_with_listpoints .card-gallery.has-border {
    border:  4px solid var(--c12-100);
}

/********* ce_rsce_images_cards_with_listpoints */
/*** ce_rsce_images_cards_with_listpoints***/

.ce_rsce_images_cards_with_listpoints .BGImage {
    height: 300px;
}


.ce_rsce_images_cards_with_listpoints .textHorizontalCenter {
    display: flex;
    justify-content: start;
    align-items: center;
}

.ce_rsce_images_cards_with_listpoints .parent {
    overflow: visible;
}

.ce_rsce_images_cards_with_listpoints .text-center p strong {
    line-height: 1.1;
}

.ce_rsce_images_cards_with_listpoints .mini-card {
    position: absolute;
    padding: 25px 30px 15px 30px;
    box-shadow: 1px 1px 20px var(--c12-5);
    max-width: 230px;
    z-index: 50;
}

.ce_rsce_images_cards_with_listpoints .mini-card span.text-small {
    font-size: var(--fs-3);
}

.ce_rsce_images_cards_with_listpoints .mini-card.right-corner {
    bottom: -40px;
    right: -60px;
}
.ce_rsce_images_cards_with_listpoints .mini-card.right-side-middle {
    bottom: 130px;
    right: -60px;
}
.ce_rsce_images_cards_with_listpoints .mini-card.right-bottom {
    bottom: -85px;
    right: 130px;
}

.ce_rsce_images_cards_with_listpoints .mini-card.left-corner {
    bottom: -40px;
    left: -60px;
}
.ce_rsce_images_cards_with_listpoints .mini-card.left-side-middle {
    bottom: 105px;
    left: -60px;
}
.ce_rsce_images_cards_with_listpoints .mini-card.left-bottom {
    bottom: -85px;
    left: 105px;
}
.ce_rsce_images_cards_with_listpoints .mini-card.bg-blue p,
.ce_rsce_images_cards_with_listpoints .mini-card.bg-blue-gradient p,
.ce_rsce_images_cards_with_listpoints .mini-card.bg-magenta p,
.ce_rsce_images_cards_with_listpoints .mini-card.bg-dark-blue p,
.ce_rsce_images_cards_with_listpoints .mini-card.bg-cyan p {
    color: var(--c1-100);
}

.ce_rsce_images_cards_with_listpoints .mini-card.bg-white p {

}
.ce_rsce_images_cards_with_listpoints .mini-card p {
    font-size: var(--fs-2);
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.05rem;
}

/*****  ce_rsce_bgline_text_linkbutton  ****/
@-webkit-keyframes fadein {from { opacity: 0; }to { opacity: 1; }}
@-moz-keyframes fadein {from { opacity: 0; }to { opacity: 1; }}
@keyframes fadein {from { opacity: 0; }to { opacity: 1; }}
@-webkit-keyframes fadeout {from { opacity: 1; }to { opacity: 0; }}
@-moz-keyframes fadeout {from { opacity: 1; }to { opacity: 0; }}
@keyframes fadeout {from { opacity: 1; }to { opacity: 0; }}

.ce_rsce_bgline_text_linkbutton.fixed-bottom,
.ce_rsce_bgline_text_linkbutton.fixed-bottom.off{
    /*opacity: 0!important;*/
    /*-webkit-animation: fadeout 2s ease-in alternate infinite!important;*/
    /*-moz-animation: fadeout 2s ease-in alternate infinite!important;*/
    /*animation: fadeout 2s ease-in alternate infinite!important;*/
}
.ce_rsce_bgline_text_linkbutton.fixed-bottom {
    z-index: 99;
}
.ce_rsce_bgline_text_linkbutton.fixed-bottom.on {
    /*1!important;*/
    /*-webkit-animation: fadein 2s ease-in alternate infinite!important;*/
    /*-moz-animation: fadein 2s ease-in alternate infinite!important;*/
    /*animation: fadein 2s ease-in alternate infinite!important;*/
}

.ce_rsce_bgline_text_linkbutton {
    display: none;
}

.ce_rsce_bgline_text_linkbutton p {
    font-size: var(--fs6);
    font-weight: var(--font-weight-medium);
    margin-bottom: 0;
    hyphens: none;
}

.ce_rsce_bgline_text_linkbutton.fixed-bottom p {
    font-size: var(--fs4);
}

.ce_rsce_bgline_text_linkbutton .textbox {
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ********* .ce_rsce_icon_arrangement ****/

.ce_rsce_icon_arrangement .basic-cards .card-box .item-logo:last-of-type{
    padding-bottom: 35px;
}

.ce_rsce_icon_arrangement .item-logo img {
    max-height:38px;
}
.ce_rsce_icon_arrangement h5::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin-top: 15px;
}

.ce_rsce_icon_arrangement .right-card h5::after {
    background-color: var(--c4-100);
}

.ce_rsce_icon_arrangement .left-card h5::after {
    background-color: var(--c4-60-hex);
}

.ce_rsce_icon_arrangement .left-card .item-logo img {
    filter: brightness(0) invert(1);
}

.ce_rsce_icon_arrangement .right-card .item-logo img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(43%) saturate(621%) hue-rotate(170deg) brightness(93%) contrast(88%);
}


    /****** ce_rsce_headline_width_listpoints*/


.ce_rsce_headline_width_listpoints h1 {
    font-size: var(--fs9);
}
.ce_rsce_headline_width_listpoints .imgCenter img {
    width: auto;
    height:300px;
    border-radius: 73%;
    filter: drop-shadow(6px 0px 13px rgba(0, 0, 0, 0.5));
}
.ce_rsce_headline_width_listpoints .ce_hyperlink {
    padding-bottom: 30px;
}
.ce_rsce_headline_width_listpoints .imgCenter.icon-img {
    justify-content: end;
}

.ce_rsce_headline_width_listpoints .imgCenter.icon-img-left img {
    height: 220px;
}

/* ce_rsce_bg_image_with_textbox */

.ce_rsce_bg_image_with_textbox.BGImage {
    min-height: 420px;
}
.ce_rsce_bg_image_with_textbox p {
    hyphens: none;
}
.ce_rsce_bg_image_with_textbox p:last-of-type {
    margin-bottom: 0;
}

/* basic-cards */
/* für das calulate Height js */
.hidden {
    display: block!important;
}

.basic-cards .card-box {
    background-color:  var(--c2-100);
    padding: 15px 0;
    margin-top: 12px;
    -moz-transition: background-color 1.4s;
    -o-transition: background-color 1.4s;
    -webkit-transition: background-color 1.4s;
}
.bg-light-gray .basic-cards .card-box {
    background-color:  var(--c1-100);
}

.basic-cards .card-box:hover {
    /*background-color:  var(--c6-100);*/
}
.basic-cards .iconCard .card-box {
    position: relative;
    background-color: transparent;
    padding: 15px 40px 0 40px;
    margin-top: 30px;
}
.bg-cyan .basic-cards .iconCard .card-text img,
.bg-dark-blue .basic-cards .iconCard .card-text img,
.bg-blue .basic-cards .iconCard .card-text img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.basic-cards .card-box.job {
    background-color: var(--c6-100);
    margin-top: 30px;
    box-shadow: 0 21px 26px var(--c12-100);
    padding: 7px 2px 0 25px;
    border-radius: var(--border-radius-md);
    position: relative;
}

.basic-cards .card-box.job .card-text h5 {
    color: var(--c9-100);
    font-size: var(--fs8);
    font-weight: var(--font-weight-regular);
    margin-bottom: 0;
}

.basic-cards .iconCardSmall .card-box {
    position: relative;
    background-color: transparent;
    margin-top: 30px;
    border: 2px solid transparent;
}

.basic-cards .iconCardSmall .card-text {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.basic-cards .iconCardSmall .card-text h3 {
    margin-bottom: 0;
    min-height: 36px;
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
    color: var(--c9-100);
}

.basic-cards .iconCardSmall .card-box img {
    flex-shrink: 0;
}


.basic-cards .iconCard .card-link .card-box .icon-arrow-link,
.basic-cards .iconCardSmall .card-link .card-box .icon-arrow-link {
    position: absolute;
    bottom: -25px;
    right: 15px;
    opacity: 0;
    visibility: hidden; /* Damit es auch für Klicks unsichtbar ist */
    transition: opacity 1.2s ease, visibility 1.2s ease, right 0.7s ease;
}

.basic-cards .iconCard .card-link .card-box .icon-arrow-link {
    bottom: 35px;
}

.basic-cards .iconCard .card-link .card-box .icon-arrow-link::before,
.basic-cards .iconCardSmall .card-link .card-box .icon-arrow-link::before {
    content: "";
    display: inline-block;
    width: 59px;
    height: 59px;
    border-radius: 20px;
    background-image: url('../../theme/icon/icon_arrow_down_cyan.svg');
    background-size: 59px 59px; /* Größe des SVG-Icons */
    background-position: center;
    background-repeat: no-repeat;
    margin-right: -10px;
    vertical-align: middle;
    transform: rotate(-90deg);
    opacity: 1; /* Sicherstellen, dass das Icon auch verborgen ist */
    transition: opacity 0.3s ease;
}

.basic-cards .card-box.job h5 {
    display: flex;
    align-items: center; /* vertikale Ausrichtung */
    gap: 10px; /* Abstand zwischen Text und Icon */

}
.basic-cards .card-box.job h5::after {
    margin-right: -5px;
    content: "";
    display: inline-block;
    width: 59px;
    height: 59px;
    border-radius: 20px;
    background-image: url('../../theme/icon/icon_arrow_down_petrol.svg');
    background-size: 59px 59px; /* Größe des SVG-Icons */
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: rotate(-90deg);
    opacity: 0; /* Sicherstellen, dass das Icon auch verborgen ist */
    transition: 0.3s ease;
}
.basic-cards .card-box.job h5:hover::after {
    margin-right: -10px;
    opacity: 1; /* Sicherstellen, dass das Icon auch verborgen ist */

}

.bg-cyan .basic-cards .card-box.job h5::after,
.bg-cyan .basic-cards .iconCard .card-link .card-box .icon-arrow-link::before,
.bg-cyan .basic-cards .iconCardSmall .card-link .card-box .icon-arrow-link::before {
    background-image: url('../../theme/icon/icon_arrow_down_petrol.svg');
}

.basic-cards .iconCard .card-link .card-box:hover .icon-arrow-link,
.basic-cards .iconCardSmall .card-link .card-box:hover .icon-arrow-link {
    opacity: 1;
    right: 5px;
    visibility: visible; /* Macht das Element klickbar */
}

.basic-cards .iconCard .card-link .card-box:hover .icon-arrow-link::before,
.basic-cards .iconCardSmall .card-link .card-box:hover .icon-arrow-link::before {
    opacity: 1;
}

.basic-cards .card-text {
    padding-bottom: 0;
}

.basic-cards a {
    text-decoration: none;
}
.basic-cards h3,
.basic-cards h5 {
    font-weight: var(--font-weight-medium);
}

.basic-cards h5 {
    font-size: var(--fs14);
}

.basic-cards .iconCard h5 {
    margin: 25px 0 0 0;
    color: var(--c9-100);
}
.bg-dark-blue .basic-cards .iconCard h5{
    color: var(--c4-100);
}

.basic-cards p {
    color: var(--c9-100);
    margin-bottom: 0;
    font-size: var(--fs-2);
}

.basic-cards .iconCard p {
    margin: 20px 0 0 0;
}

/* Card with Images */


.basic-cards .card-box.card-img {
    padding: 0;
    background-color: var(--c1-100);
    border-radius: var(--border-radius-md);
    box-shadow: -1px -1px 20px #DDD;
}


.basic-cards.videoCard {
    --bs-gutter-x: 1.5rem;
}

    /*  nav-tabs nav-fill **/
.nav-tabs  {
    border: 0;
    margin-bottom: 25px;
}

.nav-tabs .nav-item:hover {
    cursor: pointer;
}
.nav-tabs .nav-item:hover .nav-link.show{
    cursor: default;
}
.nav-tabs .nav-item .nav-link {
    color: var(--c9-100);
    font-weight: var(--font-weight-regular);
    font-size: var(--fs-4);
    padding: 5px 0;
    hyphens: auto;
    height: 100%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}
.nav-tabs .nav-link.active {
    background-color: unset;
    color: unset;
    border: 1px solid transparent;
    border-bottom: 2px solid var(--c8-100);
}

.tab-pane .tab-line:first-of-type {
    padding: 25px 15px;
    font-weight: var(--font-weight-medium);
    font-size: var(--fs13);
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    margin-top: 25px;
}


.tab-pane#tab0 .tab-line:first-of-type {
    background-color: var(--c4-100);
}

.tab-pane#tab1 .tab-line:first-of-type{
    background-color: var(--c4-60);
}

.tab-content .tab-line {
    font-size: var(--fs7);
    font-weight: var(--font-weight-regular);
    border-right: 1px solid var(--c1-100);
    border-left: 1px solid var(--c1-100);
    border-bottom: 1px solid var(--c1-100);
    padding: 17px 30px;
    hyphens: auto;
    --bs-gutter-x: 0;
}
.tab-content .tab-line:nth-child(even) {
    background-color: var(--c2-100);
}
.tab-content .tab-line:nth-child(odd) {
    background-color:var(--c12-100);
}

.tab-content .tab-line span.description {
    font-weight: var(--font-weight-medium);
}

.tab-content .basic-cards.videoCard .ce_hyperlink .hyperlink_img.YouTube img {
    width: 55px !important;
    height: 55px !important;

}
.tab-content .basic-cards.videoCard .btn-float-bottom {
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translatex(-50%);
}
.ce_rsce_tabs_vertical_text_image .head {
    position: relative;
    padding-left: 1px;
}
.ce_rsce_tabs_vertical_text_image .head::before {
    content: "";
    position: absolute;
    left: 2px;
    top: -20px;
    width: 1px;                /* Breite der Linie */
    height: 110%;             /* Höhe der Linie */
    background-color: var(--c22-100);   /* Farbe der Linie */
}

.ce_rsce_tabs_vertical_text_image .tab-wrapper {
    position: relative;
    overflow: hidden;
    transition: height 0.5s ease;
 }

.ce_rsce_tabs_vertical_text_image .tab-contents {
 position: relative;
 height: 300px; /* oder dynamisch */
}

.ce_rsce_tabs_vertical_text_image .tab-pane {
    display: block;
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

.ce_rsce_tabs_vertical_text_image .tab-pane.active {
    opacity: 1;
    pointer-events: auto;
}

.ce_rsce_tabs_vertical_text_image .tab-wrapper-inner {
    display: flex;
    flex-direction: column;
    transition: transform 1s ease;
    will-change: transform;
}


.ce_rsce_tabs_vertical_text_image .head ul li {
    padding-left: 0;
}

.ce_rsce_tabs_vertical_text_image .tab-indicator {
    position: absolute;
    left: 1px;
    width: 3px;
    height: 40px; /* wird dynamisch per jQuery angepasst */
    background-color: var(--c8-100);
    z-index: 2;
    top: 0;
    transition: transform 0.9s ease-out, height 0.6s ease;
    transform: translateY(0);
    will-change: transform, height;
}

.ce_rsce_tabs_vertical_text_image .tab-img {
   /* width: 250px;*/
    height: 126px;
    width: auto;
}

.ce_rsce_tabs_vertical_text_image .nav-tabs .nav-item .nav-link {
    padding: 13px 0 11px 15px;
    font-size: 1.2em;
  /*  border-left: 3px solid transparent;*/
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    color: var(--c7-100);
    transition: color 0.6s ease;
}
.ce_rsce_tabs_vertical_text_image .nav-tabs .nav-item .nav-link:focus {
  /*  color: red;*/
}
#container .ce_rsce_tabs_vertical_text_image ul.nav-tabs {
    list-style-type: none;
}

.ce_rsce_tabs_vertical_text_image .nav-tabs .nav-link.active,
.ce_rsce_tabs_vertical_text_image .nav-tabs .nav-link:focus {
    /*border-left: 3px solid var(--c8-100);*/
    border-bottom: 0;
    border-top: 0;
    color: var(--c9-100);
}

.ce_rsce_tabs_vertical_text_image .nav-fill .nav-item {
    text-align: left;
    width:100%;
}


/* ce_rsce_cards_with_headline_text */

.ce_rsce_cards_with_headline_text .basic-cards .card-box.bg-light-blue {
    background-color: var(--c6-100);
}

.ce_rsce_cards_with_headline_text  h5::after {
    background-color: var(--c4-60-hex);
}
.ce_rsce_cards_with_headline_text h5::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    margin-top: 15px;
}

.ce_rsce_cards_with_headline_text .basic-cards .card-box {
    margin: 30px;
}


.ce_rsce_cards_with_headline_text .basic-cards .card-body ul li {
    font-size: var(--fs11)!important;
}

.ce_rsce_cards_with_headline_text .card .card-body {
    margin-bottom: 0;
}

.ce_rsce_cards_with_headline_text .mini-card {
    position: absolute;
    z-index: 2;
    padding: 5px 20px 10px 20px;
    box-shadow: 1px 1px 20px var(--c12-5);
    max-width: 230px;
    display: inline-flex; /* oder inline-block */
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    top: -45px;
    right: 55px;
}
.ce_rsce_cards_with_headline_text .mini-card p{
    font-weight: var(--font-weight-medium);
}

.ce_rsce_cards_with_headline_text .mini-card.bg-magenta p,
.ce_rsce_cards_with_headline_text .mini-card.bg-blue p {
    color: var(--c2-100);
}
@media only screen and (max-device-width: 1200px) {
    .ce_rsce_cards_with_headline_text .basic-cards .card-box {
        margin: 15px;
    }
}

@media only screen and (max-device-width: 992px) {
    .ce_rsce_cards_with_headline_text .mini-card {
        top: -15px;
        right: 40px;
    }
}
    /* ce_rsce_table_with_headline */
/* ce_rsce_accordeon_width_table */
.table {
    color: var(--c9-100);
}

.table th {
    font-size: var(--fs8);
    font-weight: var(--font-weight-regular);
    border-right: 1px solid var(--c1-100);
    padding: 17px 30px;
}

.table th.col_0,
.table th.col_0 div{
    hyphens: auto;
}

.table th.col_0,
.table td.col_0 {
    background-color: var(--c2-100);
}

.table th.col_1 {
    background-color: var(--c11-100);
    hyphens: auto;
}
.table th.col_2 {
    background-color: var(--c14-100);
    hyphens: auto;
}
.table th.col_3 {
    background-color: var(--c8-80);
    hyphens: auto;
}

.table td {
    font-size: var(--fs4);
    font-weight: var(--font-weight-regular);
    padding: 17px 30px;
    hyphens: auto;
    background-color: var(--c2-100);
}


.footline {
    font-size: var(--fs10);
}

/* TABLE BG-lime */

.bg-cyan .table th.col_1 {
    background-color: var(--c7-100);
}
.bg-cyan .table th.col_2 {
    background-color: var(--c6-100);
}



.journals img{
    box-shadow: 1px 1px 20px var(--c12-3);
}


/* TABLE with Accordeon Optik */
.ce_rsce_accordeon_width_table.BGImage {
    min-height: 420px;
}

.ce_rsce_video_bg_img_tooltipp .BGImage::after {
    background: transparent linear-gradient(0deg, #3B5C62E4 0%, #395A60BF  20%, rgba(255, 255, 255, 0) 100%) 0 0 no-repeat padding-box;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    mix-blend-mode: multiply;
}


[class*="ce_rsce_"].BGImage::after {
    /*background: linear-gradient(0deg, #254A51 0%, #3B5C62E4 0%, #395A60E7 48%, #C8C8C814 99%, #FAFAFA 100%) 0 0 no-repeat;*/
    background: linear-gradient(0deg, rgb(0,62,88) 0%, #3B5C62E4 0%, #395A60BF 48%, #C8C8C814 99%, #FAFAFA 100%) 0 0 no-repeat padding-box;
    bottom: 0;
    content: "";
    height: 100%;
    left:0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 1;
}


[class*="ce_rsce_"].BGImage .container {
    z-index: 1;
    position: relative;
}

.BGImage table th,
.BGImage table td,
.BGImage table th,
.BGImage table td {
    background-color: var(--c1-100);
    border-bottom: 1px solid var(--c2-100);
    border-right: 1px solid var(--c2-100);
}
.BGImage table th.col_0,
.BGImage table td.col_0,
.BGImage table th.col_0,
.BGImage table td.col_0 {
    /*background-color: var(--c2-100);*/
    border-bottom: 1px solid var(--c1-100);

}
.ce_rsce_accordeon_width_table.BGImage .footline,
.ce_rsce_table_with_headline.BGImage .footline {
    z-index: 1;
    position: relative;
    color: var(--c2-100);
}

.ce_rsce_accordeon_width_table .table .row {
    --bs-gutter-x: 0rem;
}

/* 1. COl fix by Scrollem to right ****/
.ce_rsce_accordeon_width_table[data-tbl-col-fix="1"] .table-responsive,
.ce_rsce_table_with_headline[data-tbl-col-fix="1"] .table-responsive {
    position: relative;
    overflow: auto;
}
.ce_rsce_accordeon_width_table[data-tbl-col-fix="1"] .table-hover tr .col_0,
.ce_rsce_table_with_headline[data-tbl-col-fix="1"] .table-hover tr .col_0 {
    position: sticky;
    left: 0;
}



.ce_rsce_table_with_headline .table td {
    border-bottom: 1px solid var(--c1-100);
    border-right: 1px solid var(--c1-100);
}
.ce_rsce_table_with_headline .table td {
    background-color: transparent;
}
.ce_rsce_table_with_headline th {
    font-weight: var(--font-weight-medium);
}
.ce_rsce_table_with_headline.bg-dark-blue td,
.ce_rsce_table_with_headline.bg-blue td {
    background-color: var(--c2-100);
}

.ce_rsce_table_with_headline th.col_0,
.ce_rsce_table_with_headline td.col_0 {
    background-color: var(--c1-100);
    font-weight: var(--font-weight-medium);
    border-bottom: 1px solid var(--c12-100);
}
.ce_rsce_table_with_headline th.col_1 {
    background-color: var(--c6-100);

}
.ce_rsce_table_with_headline.bg-light-blue th.col_1 {
    background-color: var(--c8-60);
}
.ce_rsce_table_with_headline th.col_2 {
    background-color: var(--c4-60);
}



.ce_rsce_accordeon_width_table .table {
    margin-bottom: 7px;
}

/**Table Accordeon */
.accordion .card {
    padding: 0;
}
.accordion.table .accordion-body {
    padding: 8px 0 0;
}
.accordion.table .card {
    background-color: transparent;
}
.accordion .card .card-header {
    padding: 17px 30px;
    border-bottom: 0 solid transparent;
    border-radius:0;
    cursor: pointer;
}

.accordion.event .card .card-header {
   /* border-radius:20px;*/
}
.accordion .card .card-header .headline {
    padding:0;
}

.accordion .card .card-header p {
    margin-bottom: 0;
    margin-right: 35px;
    line-height: 1.6;
    font-weight: var(--font-weight-medium);
}

.accordion.table .card-body {
    padding: 7px 0 0 0;
}

.accordion.table .card-body .table{
    margin-bottom: 0;
}
.accordion.table .accordion-body .table .col_0 div {
    font-weight: var(--font-weight-medium);
}
.accordion-button {
    color: var(--c1-100);
    font-size: unset;
}

.accordion-button:not(.collapsed) {
    color: var(--c1-100);
    background-color: transparent;
    box-shadow: none;
    font-weight: var(--font-weight-regular);
}

.accordion .card-header .headline.collapsed::after {
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("../../theme/icon/icon_arrow_down_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: -18px;
    top: -6px;
}

.accordion .card-header .headline::after {
    content: '';
    height: 40px;
    width: 40px;
    background-image: url("../../theme/icon/icon_x_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: -18px;
    top: -6px;
}
.event.accordion .card-header .headline::after {
    background-image: url("../../theme/icon/icon_x_petrol.svg");

}

.event.accordion .card-header .headline.collapsed::after {
    background-image: url("../../theme/icon/icon_arrow_down_petrol.svg");
}
.event.accordion .card .card-header p {
     color: var(--c8-100);
}


.ce_rsce_accordeon_width_table .accordion-body .table {
    margin-bottom: 0;
}

/*EVENTs */

.card-event {
    box-shadow: -1px 0 15px var(--c12-100);

}

/*.card-event .inner {*/
/*    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);*/
/*}*/
.card-event .outer-circle {
    width: 200px;
}

.card-event .circle {
    overflow: hidden;
    position: relative;
    width: 174px;
    height: 165px;
    top: 15px;
    border-radius: 50%;
    left: 5px;

}
.card-event .event-pic {
    filter: drop-shadow(3px 0px 5px rgba(0, 0, 0, 0.2));
    width: 120px;
    height: 120px;
    min-height: 120px;
    border-radius: 50%;
    margin: 15px 0 0 15px;

}
.card-event .tourname,
.card-event .time {
    font-size: var(--fs-2);
}
.card-event .more-details:hover {
    cursor: pointer;
    text-decoration: underline;
}

.card-event .event-text {
    display: none;
}
/**Table Header Fixed* */

.tableFixHead {
    overflow-y: auto;
    height: 400px;
}
.tableFixHead tr.row_0  {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tableFixHead table {
    border-collapse: collapse;
    width: 100%;
}

.tableFixHead .table th.col_0 {
    border-bottom: 2px solid var(--c12-100);
}
.tableFixHead .table th {
    border-bottom: 2px solid var(--c1-100);
}
.tableFixHead .table th.col_2 {
    background-color: var(--c4-60);
}

/* Zeilen farblich hervorheben */
.table tr.bg-cyan ,
.BGImage .table tr.bg-cyan,
.table tr.bg-petrol ,
.BGImage .table tr.bg-petrol,
.table tr.bg-white ,
.BGImage .table tr.bg-white ,
.table tr.bg-light-gray ,
.BGImage .table tr.bg-light-gray,
.table tr.bg-lime-blue-gradient ,
.BGImage .table tr.bg-lime-blue-gradient {
    background-color: transparent!important;
    background: none;
}

.table tr.bg-petrol div,
.BGImage .table tr.bg-petrol div {
    background-color: var(--c8-100);
    padding: 17px 30px;
}
.table tr.bg-cyan div,
.BGImage .table tr.bg-cyan div {
    background-color: var(--c4-100);;
    padding: 17px 30px;
}

.table tr.bg-white div,
.BGImage .table tr.bg-white div {
    background-color: var(--c1-100);
    padding: 17px 30px;
}

.table tr.bg-white div,
.BGImage .table tr.bg-white div {
    background-color: var(--c1-100);
    padding: 17px 30px;
}
.table tr.bg-light-gray div,
.BGImage .table tr.bg-light-gray div {
    background-color: var(--c12-100);
    padding: 17px 30px;
}

.table.rowOne tr ,
.BGImage .table.rowOne tr{
    border-bottom-color: transparent;
}
.table tr.bg-petrol td,
.BGImage .table tr.bg-petrol td,
.table tr.bg-cyan td,
.BGImage .table tr.bg-cyan td ,
.table tr.bg-white td,
.BGImage .table tr.bg-white td,
.table tr.bg-light-gray td,
.BGImage .table tr.bg-light-gray td,
.table tr.bg-lime-blue-gradient td,
.BGImage .table tr.bg-lime-blue-gradient td {
    background-color: transparent;
    padding: 7px 0;
    border-right: 0 solid var(--c12-100);
    border-bottom: 0 solid var(--c1-100);
    border-top: 0 solid transparent;
}

.table.rowOne .row_0 th,
.BGImage .table.rowOne .row_0 th{
    border-bottom: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
}
/** ce_rsce_accordeon_width_text */

.ce_rsce_accordeon_width_text .accordion  .accordion-item {
    border-top: 0;
    border-bottom:  1px solid rgba(30, 30, 30, 0.41);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    display:none;
}
.ce_rsce_accordeon_width_text .accordion .accordion-item:first-child {
    border-top: 1px solid rgba(30, 30, 30, 0.41);
}

.ce_rsce_accordeon_width_text .accordion .accordion-header {
    cursor: pointer;
}

.ce_rsce_accordeon_width_text .accordion .accordion-header .headline {
    position: relative;

}
.ce_rsce_accordeon_width_text .accordion .accordion-header .headline p{
    hyphens: auto;
    font-size: var(--fs6);
    margin:28px 65px 27px 10px;
    color: var(--c16-100);
}
.ce_rsce_accordeon_width_text .accordion .accordion-body {
    padding: 8px 0 15px 10px;
    color: var(--c8-100);
}
.ce_rsce_accordeon_width_text .accordion .accordion-body p {
    margin-right: 70px;
}
.ce_rsce_accordeon_width_text .accordion .accordion-body p a {
    color: var(--c4-100);
    text-decoration: none;
    outline: 1px solid transparent;
    font-weight: lighter;
}
.ce_rsce_accordeon_width_text .accordion .accordion-body p a:hover,
.ce_rsce_accordeon_width_text .accordion .accordion-body p a:focus {
    color: var(--c17-100);
    text-decoration: underline;
}
.ce_rsce_accordeon_width_text .accordion .accordion-body ul {
    margin-top: 5px;
}

.ce_rsce_accordeon_width_text .accordion .accordion-body ul li {
    font-size: var(--fs4);
    margin-bottom: 5px;
}
.ce_rsce_accordeon_width_text .accordion .accordion-body ul li p{
    margin-right: 70px;
    font-size: var(--fs-4);
}

.ce_rsce_accordeon_width_text .accordion .accordion-header .headline.collapsed::after {
    content: '';
    height: 59px;
    width: 59px;
    background-image: url("../../theme/icon/icon_arrow_down_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: -14px;
}

.ce_rsce_accordeon_width_text .accordion .accordion-header  .headline::after {
    content: '';
    height: 59px;
    width: 59px;
    background-image: url("../../theme/icon/icon_x_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: -14px;
}

.accordion-mobile {
    background-color: var(--c8-80);
}
.accordion-mobile .nav-tabs .nav-item .nav-link {
    color: var(--c1-100);
}

.accordion-mobile .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--c1-100);
}

.accordion-mobile .headline-box {
    padding: 15px 30px 6px 30px;
    margin: 30px 0 25px 0;
}
.accordion-mobile .headline-box:first-of-type{
    margin: 0 0 25px 0;
}

.accordion-mobile .headline-box p {
    font-weight: var(--font-weight-medium);
}

.accordion-mobile #acc-tab0-0 .tab-line:first-of-type,
.accordion-mobile #acc-tab0-1 .tab-line:first-of-type {
    background-color: var(--c4-100);
}

.accordion-mobile #acc-tab1-0 .tab-line:first-of-type,
.accordion-mobile #acc-tab1-1 .tab-line:first-of-type {
    background-color: var(--c4-60);
}

/* =======
ce_rsce_silence_area
==========*/

.ce_rsce_silence_area {
    height: 2px;
    cursor: default;
}

.ce_rsce_silence_area .line-bottom {
    border-bottom: 0.2em solid var(--c7-100);
}

/* =======
ce_rsce_employee_quotes
==========*/

.ce_rsce_employee_quotes {
    padding-top: 320px;
    padding-bottom: 145px;
}

.ce_rsce_employee_quotes .quoteCenter,
.ce_rsce_employee_quotes .quoteSign {
    min-height: 200px;
    min-width: 200px;
}


.ce_rsce_employee_quotes .quoteSign {
    background-color: var(--c12-100);
    position: relative;
}
.ce_rsce_employee_quotes .quoteSign.first {
    border-bottom-left-radius: var(--border-radius-md);
}

.ce_rsce_employee_quotes .quoteSign.last {
    border-top-right-radius: var(--border-radius-md);
}

.ce_rsce_employee_quotes .startquoteSign{
    background-image: url('../../theme/images/quote_sign.svg');
    min-width: 130px;
    /*height: auto;*/
    position: absolute;
    left: 0;
    top: -190px;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    /*filter: drop-shadow(1px -11px 7px rgba(0, 0, 0, 0.1))*/
}

.ce_rsce_employee_quotes .endquoteSign{
    background-image: url('../../theme/images/quote_sign.svg');
    min-width: 130px;
    position: absolute;
    right: 0;
    bottom: -190px;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    /*filter: drop-shadow(1px -13px 7px rgba(0, 0, 0, 0.1));*/
}

.ce_rsce_employee_quotes .quoteMaImg {
    position: absolute;
    height: 280px;
    left: 12px;
    bottom: 0;
    width: 280px;
    filter: drop-shadow(6px 0px 13px rgba(0, 0, 0, 0.5));
    min-height: 200px;
}

.ce_rsce_employee_quotes .maInfo {
    position: absolute;
    right: 30px;
    bottom: 25px;
    max-width: 250px;
    text-align: right;
}

.ce_rsce_employee_quotes .quoteMA p{
    font-style: italic;
    font-size: var(--fs-3);
    line-height: 1.6;
}

.ce_rsce_employee_quotes .head-line {
    position: absolute;
    top: -207px;
    left: -67px;
    transform: rotate(-7deg);
    display: none;
}

.ce_rsce_employee_quotes .head-line h1 {
    color: var(--c5-100);
    /*font-family: "Licorice", cursive;*/
    font-size: 16em;
}

.job-details .job-headline {
    hyphens: auto;
    font-size: var(--fs6);
    margin: 0 0 30px 0;
    color: var(--c16-100);
}



/* =======
ce_rsce_history_slider
==========*/

.slider_history {
    position: relative;
}

.slider_history .item img {
    margin-right: 15px;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

.slider_history .item h3 {
    font-size: var(--fs14);
    font-weight: var(--font-weight-medium);
}

.ce_rsce_history_slider  .owl-theme .owl-dots {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
}

.ce_rsce_history_slider  .owl-theme .owl-dots .owl-dot.visible {
    vertical-align: middle;
    height: 90px;
}

.ce_rsce_history_slider  .owl-theme .owl-dots .owl-dot span {
    font-size: var(--fs3);
    color: var(--c22-100);
    background-color: transparent;
    font-weight: var(--font-weight-medium);
    transition:  1s ease;
    display: flex;
    align-items: center;   /* vertikal zentriert */
    justify-content: center; /* horizontal zentriert */
    height: 100%;          /* damit vertikale Zentrierung wirkt */
    width: 100%;           /* optional, für gleichmäßige Fläche */
    text-align: center;
}

.ce_rsce_history_slider  .owl-theme  .owl-dots  .owl-dot {
    margin: 0;
    transition: padding 0.9s ease;
}
.ce_rsce_history_slider  .owl-theme  .owl-dots  .owl-dot.active {
    margin: 0 55px 0 15px;
}

.ce_rsce_history_slider  .owl-theme  .owl-dots .owl-dot:not(.visible) {
    width:0!important;
}

.ce_rsce_history_slider  .owl-theme  .owl-dots  .owl-dot.active span {
    font-size: var(--fs5);
    background-color: transparent;
    vertical-align: middle;
    display: inline;
}

.ce_rsce_history_slider .owl-dot {
    display: none;
    opacity: 0;
    transition: font-size 0.9s ease, opacity 0.3s ease, width 1.5s ease;
    width: 0;
}

.ce_rsce_history_slider .owl-dot.visible {
    display: inline-block;
    opacity: 1;
}



/* =======
ce_rsce_route_maxpool
==========*/


/* =======
ce_rsce_images_cards_with_icons_textfield
==========*/

.ce_rsce_images_cards_with_icons_textfield .semicircle {
    clip-path: ellipse(100% 50% at 0% 50%);
    overflow: hidden;
    position: relative;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}
.ce_rsce_images_cards_with_icons_textfield .order-sm-2 .semicircle {
    clip-path: ellipse(100% 50% at 100% 50%);
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}


.ce_rsce_images_cards_with_icons_textfield .semicircle .BGImage {
    background-size: cover;
    filter: grayscale(100%);
}

.ce_rsce_images_cards_with_icons_textfield .kachel {
    position: relative;
}
.ce_rsce_images_cards_with_icons_textfield .bgcicle {
    position: absolute;
    z-index: 2;
    left:0;
    top:0;
}
.ce_rsce_images_cards_with_icons_textfield .order-sm-2 .bgcicle {
    right:0;
    left: unset;
}
.ce_rsce_images_cards_with_icons_textfield .icon {
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
}
.ce_rsce_images_cards_with_icons_textfield .icon.modul {
    bottom: 15%;
    right: 10%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: var(--c1-100);
}
.ce_rsce_images_cards_with_icons_textfield .order-sm-2 .icon.modul {
    left: 10%;
}

.ce_rsce_images_cards_with_icons_textfield .icon.modul .BGImage {
    min-height: 65px;
    height: 65px;
    width: auto;
    margin: 17px;
}
.ce_rsce_images_cards_with_icons_textfield .icon.payment {
    right: 24px;
    top: 24px;
}
.ce_rsce_images_cards_with_icons_textfield .order-sm-2 .icon.payment {
    left: 24px;
}
.icon.payment{
    height: 26px;
    width: 22px;

}
.icon-include {
    background-image: url("../../theme/icon/icon_key.svg");
}
.icon-pay {
    background-image: url("../../theme/icon/icon_info_circle.svg");
}



.ce_rsce_banner_with_images_as_slider .img {
    display: block;
    width: auto;
}


/* =======
    ce_rsce_headline_width_cards_full
    ==========*/

.ce_rsce_headline_width_cards_full .card-text img {
    /*filter: drop-shadow(0.01em 0 0 var(--c4-100))*/
    /*drop-shadow(-0.01em 0 0 var(--c4-100))*/
    /*drop-shadow(0 0.01em 0 var(--c4-100))*/
    /*drop-shadow(0 -0.01em 0 var(--c4-100));*/
    width: 100px;
}

.ce_rsce_headline_width_cards_full .iconCardSmall  .card-text img {
    width: 40px;
}
/* =======
ce_rsce_video_bg_img_tooltipp
==========*/

.ce_rsce_video_bg_img_tooltipp.BGImage::after {
    background: linear-gradient(0deg, rgb(0,62,88) 0%, #3B5C62E4 0%, #395A60BF 48%, #C8C8C814 99%, #FAFAFA 100%) 0 0 no-repeat padding-box;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 1;
}

.ce_rsce_video_bg_img_tooltipp {
    display: grid;
    place-items: center;
}

.ce_rsce_video_bg_img_tooltipp .container {
    z-index: 1;
    position: relative;
}
.ce_rsce_video_bg_img_tooltipp h2,
.ce_rsce_video_bg_img_tooltipp p {
    /*color: var(--c1-100);*/
}



.ce_rsce_video_bg_img_tooltipp .textbox-video {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    z-index: 1;
}

.ce_rsce_video_bg_img_tooltipp .text-box {
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.1);
}

.ce_hyperlink .hyperlink_img.YouTube img {
    width: 80px !important;
    height: 80px !important;
}

/* Bootstrap Tooltip **/


.custom-tooltip {
    --bs-tooltip-bg: var(--c11-100);
    --bs-tooltip-color: var(--c1-100);
    --bs-tooltip-opacity: 1;         /* Transparenz */
    --bs-tooltip-padding-x: .5rem;   /* Horizontaler Innenabstand */
    --bs-tooltip-padding-y: .5rem;  /* Vertikaler Innenabstand */
    --bs-tooltip-margin: .5rem;      /* Abstand zur Referenz */
    --bs-tooltip-font-size: 1rem; /* Schriftgröße */
    --bs-tooltip-border-radius: .6rem; /* Abrundung */
    --bs-tooltip-arrow-width: 1.5rem;    /* Breite des Pfeils */
    --bs-tooltip-arrow-height: 1rem;   /* Höhe des Pfeils */
    font-weight: var(--font-weight-regular);
    letter-spacing: 0.03em;
    max-width: 350px;       /* Standard in Bootstrap ist 200px */
    width: auto;
}
/* ==================
 themen-blog
    =====================*/
.themen-blog .blog-search-wrapper {
    display: flex;
    justify-content: right;
    position: relative;
}
.themen-blog input.include-button {
    background-color: var(--c12-100);
}

.themen-blog button[type="submit"].besides::after {
    border: 5px solid var(--c1-100);
    border-bottom: 0;
}

.themen-blog #blog-categories {
    display: flex;
    flex-wrap: wrap; /* Optional: Wenn sie umbrechen dürfen */
    justify-content: center; /* Zentriert die Buttons horizontal */
    gap: 10px;        /* Optional: Abstand zwischen Buttons */
    list-style: none; /* Listenpunkte entfernen */
    padding: 0;
    margin: 0;
}

.themen-blog #blog-categories li {
    display: inline-block; /* oder: flex, falls du mehr Styling willst */
}

.themen-blog #blog-pagination {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}


.themen-blog #blog-pagination button {
    border-radius: 5px;
    cursor: pointer;
    color: var(--c9-100);
    border:0;
    font-size: var(--fs-2);
    background-color: transparent;
    padding: 3px 8px 0 8px;
}
.themen-blog #blog-pagination button.active {
    font-weight: var(--font-weight-medium);
    color: var(--c4-100);

}
.themen-blog #blog-pagination .page-next,
.themen-blog #blog-pagination .page-prev {
    font-size: var(--fs3);
    color: var(--c11-100);
    padding: 0;
}

.themen-blog #blog-pagination .pagination-info {
    margin-right: 1rem;
    font-size: var(--fs-2);
    padding-top: 3px;
}

#blog-categories button {
    background-color: var(--c2-100);
    padding: 15px 30px 15px 30px;
    border-radius: var(--border-radius-md);
    -webkit-transition: box-shadow 1s ease-in;
    -moz-transition: box-shadow 1s ease-in;
    transition: box-shadow 1s ease-in;
    box-shadow: 1px 1px 15px var(--c1-100);
    font-size: var(--fs-4);
    color: var(--c9-100);
    font-weight: var(--font-weight-medium);
}

#blog-entries .card {
    margin: 30px 7px 0 7px;
    padding: 0;
    border-radius: var(--border-radius-md);
    -webkit-transition: box-shadow 1s ease-in;
    -moz-transition: box-shadow 1s ease-in;
    transition: box-shadow 1s ease-in;
    box-shadow: 1px 1px 16px var(--c12-100);
    position: relative;
}
#blog-entries .card img {
    border-top-left-radius:  var(--border-radius-sm);
    border-top-right-radius: var(--border-radius-sm);
}
#blog-entries .card img:after {
    background: transparent linear-gradient(0deg, #000 0%, #000000CA 20%, #FFF8F800 100%) 0 0 no-repeat padding-box;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.70;
}

#blog-entries .card h4 {
    font-size: var(--fs-2);
    font-weight: var(--font-weight-medium);
     color: var(--c7-100);
     padding:20px 15px 0 15px ;
}

#blog-entries .card h3 {
    font-size:  var(--fs-4);
    font-weight: var(--font-weight-medium);
    padding:10px 15px 25px 15px ;
}

#blog-entries .card p {
    padding: 0 15px 110px;
    font-size: var(--fs-2);
}

#blog-entries .card .ce_hyperlink {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

#blog-entries .card .post-date {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: var(--fs-1);
    letter-spacing: 0.03em;
}

#blog-entry h2 {
    margin-bottom: 35px;
}

#blog-entry h2.wp-block-heading {
    font-size: var(--fs3);
    font-weight: var(--font-weight-medium);
    margin-top: 45px;
}
#blog-entry a {
    color: var(--c4-100);
    text-decoration: underline;
    outline: 1px solid transparent;
    font-weight: var(--font-weight-medium);
}
#blog-entry a:hover,
#blog-entry a:focus {
     color: var(--c17-100);
 }

#blog-entry .wp-block-media-text {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

#blog-entry .wp-block-media-text__media {
    flex: 0 0 auto;
    max-width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

#blog-entry .wp-block-media-text__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--border-radius-md);
}

#blog-entry .wp-block-media-text__content {
    flex: 1;

}
#blog-entry p strong {
    margin-bottom: 25px;
    display: inline-block;
}
#blog-entry .wp-block-button {
    margin-top: 50px;
}
#blog-entry .wp-block-button__link {
    background-color: var(--c4-100) !important;
    color: var(--c9-100);
    font-weight: var(--font-weight-medium);
    border-radius: var(--border-radius-lg) !important;
    padding: 15px 30px 12px 30px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    width: max-content;
    outline: 1px solid transparent;
    position: relative;
    border: 2px solid var(--c4-100);
    font-size: var(--fs7);
    text-decoration: none!important;
    margin-top: 25px;
}

#blog-entry .wp-block-button__link:hover {
    background-color: var(--c16-100);
    border: 2px solid var(--c4-100);
    outline: 1px solid transparent;
    color: var(--c1-100);
}

#blog-entry .publish-date {
    font-size: var(--fs-1);
}

@media (max-width: 768px) {
    #blog-entry .wp-block-media-text {
        flex-direction: column;
    }

    #blog-entry .wp-block-media-text__media,
    #blog-entry .wp-block-media-text__content {
        max-width: 100%;
    }
}
    /* ==================
    ce_rsce_mp_accordion_table_slider

    Tabelle mit Akkordeon Elementen
    =====================*/
.ce_rsce_accordion_table_slider table {
    border-collapse: separate;
    border-spacing: 0 7px;
    color: var(--c1-100);
}
.ce_rsce_accordion_table_slider.bg-light-blue table {
    color: var(--c9-100)
}

.ce_rsce_accordion_table_slider table th {
    border-top: 0;
    padding: 17px 30px;
    border-right: 0;
}
.ce_rsce_accordion_table_slider .table td {
    background-color: transparent;
}
.ce_rsce_accordion_table_slider .item table th div,
.ce_rsce_accordion_table_slider table th:nth-of-type(1n + 2) div {
    margin-left: 4px;
    margin-right: 4px;
    font-weight: var(--font-weight-regular);
    text-align: center;
}

.ce_rsce_accordion_table_slider table tr td span.with-after {
    position: relative;
}

.ce_rsce_accordion_table_slider table tr td span[data-sup]::after {
    content: attr(data-sup) " ";
    color: var(--c12-5);
    font-size: 0.7em;
    margin-left: 5px;
    display: inline-block;
    position: inherit;
    top: -0.4em;
}
.ce_rsce_accordion_table_slider.bg-dark-blue table tr td span[data-sup]::after {
    color: var(--c2-100);
}
.ce_rsce_accordion_table_slider .item table th div {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: var(--fs8);
    font-weight: var(--font-weight-regular);
}
.ce_rsce_accordion_table_slider .item table td div span {
    margin-right: 20px;
}

.ce_rsce_accordion_table_slider table tr:nth-of-type(2) td  {
    border-top: 0;
}

.ce_rsce_accordion_table_slider table tr td:nth-of-type(1n + 2) {
    text-align: center;
    hyphens: auto;
    vertical-align: middle !important;
}
.ce_rsce_accordion_table_slider.bg-blue .fa-times,
.ce_rsce_accordion_table_slider.bg-blue .fa-check,
.ce_rsce_accordion_table_slider .fa-times,
.ce_rsce_accordion_table_slider .fa-check {
    color: var(--c9-100);
}
.ce_rsce_accordion_table_slider.bg-dark-blue .fa-times,
.ce_rsce_accordion_table_slider.bg-dark-blue .fa-check {
    color: var(--c5-100);
}

.ce_rsce_accordion_table_slider.bg-light-blue .fa-times,
.ce_rsce_accordion_table_slider.bg-light-blue .fa-check {
    color: var(--c7-100);
}

.ce_rsce_accordion_table_slider .table tr.subKat th.col_0 {
    background-color: transparent;
    height: auto;
}
.ce_rsce_accordion_table_slider .table tr.subKat.close {
    height: 0;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: height 2s ease, display 2s ease, opacity 2s ease;
}
.ce_rsce_accordion_table_slider .table tr.subKat {
    height: auto;
    overflow: hidden;
    transition: height 2s ease, display 2s ease, opacity 2s ease;
    opacity: 1;
}
.ce_rsce_accordion_table_slider .table tr.normalKat .col_0 {
    padding-left: 60px;
    font-size: var(--fs8);
    border-bottom: 0;
}

.ce_rsce_accordion_table_slider .table tr.normalKat {
    background-color: var(--c1-2);
}
.ce_rsce_accordion_table_slider .table tr.subKat {
    background-color: var(--c1-2);
}
.ce_rsce_accordion_table_slider .table tr.subKat.row_0 {
    background-color: transparent;
}


.ce_rsce_accordion_table_slider .table tr.subKat .col_0 {
    padding-left: 60px;
    font-size: var(--fs4);
    font-weight: var(--font-weight-regular);
}

.ce_rsce_accordion_table_slider .table tr.mainKat {
    position: relative;
    background-color: var(--c8-60);
}

.ce_rsce_accordion_table_slider .table tr.mainKat .col_0 {
    padding: 0;
    font-size: var(--fs8);
    font-weight: var(--font-weight-regular);
    border-bottom: 0;
}

.ce_rsce_accordion_table_slider .table tr.mainKat div,
.ce_rsce_accordion_table_slider .table tr.mainKat span {

    padding: 15px 0 15px 60px;
    display: block;
    min-height: 61px;
    color: var(--c2-100);
}

.ce_rsce_accordion_table_slider.bg-dark-blue .table tr.mainKat div,
.ce_rsce_accordion_table_slider.bg-dark-blue .table tr.mainKat span {
    background-color: var(--c4-100);
}

.ce_rsce_accordion_table_slider .table tr.mainKat td {
   /* border-bottom: 1px solid rgba(30, 30, 30, 0.41);*/
    border-right: 0;
    padding: 0;
}
.ce_rsce_accordion_table_slider1 .table tr.mainKat td {
   /* background-color: var(--c1-100);*/
}

.ce_rsce_accordion_table_slider1 .table tr.row_0 th.col_0 {
    background-color: transparent;
}

.ce_rsce_accordion_table_slider .table tr.mainKat td.col_0 div:before {
    content: '';
    height: 59px;
    width: 59px;
    background-image: url("../../theme/icon/icon_arrow_down_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: -2px;
    top: 2px;
}
.ce_rsce_accordion_table_slider .table tr.mainKat.open td.col_0 div:first-child:before {
    content: '';
    height: 47px;
    width: 47px;
    background-image: url("../../theme/icon/icon_x_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}
.ce_rsce_accordion_table_slider.bg-dark-blue .table tr.mainKat td.col_0 div::before,
.ce_rsce_accordion_table_slider.bg-dark-blue .table tr.mainKat.open td.col_0 div:first-child:before,
.ce_rsce_accordion_table_slider.bg-dark-blue .item .table tr.mainKat td.col_0 div:before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.ce_rsce_accordion_table_slider .item .table tr.mainKat td.col_0 div:before {
    content: '';
    height: 59px;
    width: 59px;
    background-image: url("../../theme/icon/icon_arrow_down_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: -4px;
    top: 2px;
}

.ce_rsce_accordion_table_slider .item .table tr.mainKat.open td.col_0 div:before {
    content: '';
    height: 59px;
    width: 59px;
    background-image: url("../../theme/icon/icon_x_cyan.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: -5px;
    top: 3px;
}

.ce_rsce_accordion_table_slider .table tr.mainKat:hover {
    cursor: pointer;
}

.ce_rsce_accordion_table_slider .footline p {
    color: var(--c8-100);
    font-size: var(--fs-1);
}
.ce_rsce_accordion_table_slider.bg-magenta .footline p,
.ce_rsce_accordion_table_slider.bg-dark-blue .footline p,
.ce_rsce_accordion_table_slider.bg-blue .footline p ,
.ce_rsce_accordion_table_slider.BGImage .footline p {
    color: var(--c1-100);
}



/*  ce_rsce_maklerbetreuer */
.ce_rsce_maklerbetreuer .BGImage {
    filter: drop-shadow(6px 0px 13px rgba(0, 0, 0, 0.5));
}

.ce_rsce_maklerbetreuer .maklerIMG  {
    width: 90%;
    height:auto;
    filter: drop-shadow(6px 0px 13px rgba(0, 0, 0, 0.5));
}


/* #Ansprechpartner */
.ce_rsce_headline_width_cards_full #ansprechpartner .card-text img {
    width: 50px;
}

#ansprechpartner .card-box  {
    background-color: var(--c2-100);
    margin: 30px 7px 0 7px;
    padding: 20px 15px 0 15px;
    border-radius: var(--border-radius-md);
    -webkit-transition: box-shadow 1s ease-in;
    -moz-transition: box-shadow 1s ease-in;
    transition: box-shadow 1s ease-in;
    box-shadow: 1px 1px 15px var(--c1-100);

}
#ansprechpartner .card-box:hover {
    box-shadow: -1px -1px 15px var(--c12-100);
}
#ansprechpartner .card-box:hover .icon-arrow-link {
    opacity: 0;
}

#ansprechpartner .basic-cards h5 {
    font-size: var(--fs-4);
    margin: 20px 0 0 0;
}


#ansprechpartner .icon-contact {
    margin: 0 7px;
    width: 30px;
    height: auto;
}

.ansprechCategory .group-contact a {
    color: var(--c7-100);
    text-decoration: none ;
}

.ansprechCategory  .card-box.ansprMA{
    margin: 30px 7px 0 7px;
    padding: 20px 15px 0 15px;
    border-radius: var(--border-radius-md);
    -webkit-transition: box-shadow 1s ease-in;
    -moz-transition: box-shadow 1s ease-in;
    transition: box-shadow 1s ease-in;
    box-shadow: 1px 1px 16px var(--c12-100);
}
.ansprechCategory  .card-box.ansprMA p {
    font-size: var(--fs-4);
    hyphens: none;
}

.ansprechCategory  .card-box .card-text {
    /*padding-bottom: 115px;*/
}
.ansprechCategory  .card-box.ansprMA p.name{
    font-weight: var(--font-weight-regular);
    color: var(--c7-100);
}
.ansprechCategory  .card-box.ansprMA p.bereich{
    min-height: 60px;
    font-size: var(--fs-1);
    margin-top: 5px;
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.05em;
}

.ansprechCategory  .card-box.ansprMA .icon-contact {
    width: 30px;
    height: auto;
    padding: 5px 10px 4px 0;
}

.ansprechCategory  .card-box.ansprMA a {
    color: var(--c9-100);
}

.ansprechCategory  .card-box.ansprMA a.calendly-link {
    display: inline-flex;
    align-items: center;
}

.ansprechCategory  .card-box.ansprMA a span.calendly {
    margin-top: 6px;
    display: inline-block;
}

.ansprechCategory  .card-box.ansprMA a:hover,
.ansprechCategory  .card-box.ansprMA a:active,
.ansprechCategory  .card-box.ansprMA a:focus {
    color: var(--c4-100);
}

.ansprechCategory .btn-float-bottom {

    transform: translatex(-50%);
    width: max-content;
}

.ansprechCategory .card-box.ansprMA .btn-box p {
    font-size: var(--fs-1);
    margin-bottom: 3px;
}

/*.ansprechCategory .ma-pic {*/
/*    border-radius: var(--border-radius-md);*/
/*    width: 80%;*/
/*}*/
.ansprechCategory .card-img {
    display: flex;
    justify-content: center; /* horizontal zentrieren */
    align-items: center;
}
.ansprechCategory .cirle-box {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-shadow: 1px 1px 16px var(--c12-3)

}
.ansprechCategory .cirle-box img {

}

.ansprechCategory .BGImage {
    width: 120px;
    height: 120px;
    min-height: 120px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
    /* MOD Search */

.mod_search h3 a {
    color: var(--c7-100);
    font-size: var(--fs-4);
    text-decoration: none;
    font-weight: var(--font-weight-medium);
}
.mod_search p {
    font-size: var(--fs-3);
}
.mod_search  mark.highlight {
    background-color: var(--c4-45);
}
.mod_search .formbody {
    display: flex; /* Flexbox aktivieren */
    justify-content: start; /* Verteilt die Elemente gleichmäßig mit Platz dazwischen */
}
.mod_search .formbody .action-button {
    margin: 6px 0 0 15px;
}

.mod_search .search-content {
    padding: 3px 15px;
    background-color: rgba(228, 228, 228, 0.24);
}
.mod_search .search-content:hover {
    padding: 3px 15px;
    background-color: var(--c12-100);
}

.mod_search .pagination {
    border-top: 2px solid var(--c9-100);
    padding-top: 15px;
    display: flex; /* Flexbox verwenden */
    justify-content: space-between; /* Platz zwischen den Elementen verteilen */
    align-items: center; /* Vertikale Ausrichtung der Elemente */
}

.mod_search .pagination p {
    font-size: var(--fs-2);
}

.mod_search ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; /* Flexbox für die Liste */
    gap: 10px; /* Optional: Abstand zwischen den Listenelementen */
}

.mod_search ul li {
    display: inline-block;
    margin-right: 0; /* Optional: Abstand zwischen den Elementen */
    font-size: var(--fs-2);
}
.mod_search ul li a.next,
.mod_search ul li a.last,
.mod_search ul li a.previous,
.mod_search ul li a.link {
    color: var(--c9-100);
    text-decoration: none;
}

.mod_search ul li .active {
    color:var(--c4-100);
}

.mod_search input.form-control {
    border: 2px solid var(--c16-100);
}

/* Search BOX NAVI TOP */
.search-box-navi{
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-top: -5px;

}
.search-box-navi .input-search {
    height: 40px;
    width: 40px;
    border-style: none;
    padding: 3px 38px 0 20px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: 1px solid transparent;
    border-radius: 30px;
    transition: all .5s ease-in-out;
    background-color: transparent;
    color: var(--c1-100);
}
.search-box-navi .input-search::placeholder{
    color: var(--c3-100);
    font-size: 18px;
}
.search-box-navi .btn-search{
    width: 40px;
    height: 40px;
    border-style: none;
    font-size: var(--fs15)!important;
    outline: 1px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0;
    color: var(--c1-100);
    background-color:transparent;
    pointer-events: painted;
}
.search-box-navi .btn-search:focus ~ .input-search{
    width: 250px;
    border-radius: 30px;
    background-color:var(--c8-80);
    border-bottom:0 solid var(--c4-100);
    transition: all 700ms cubic-bezier(0, 0.110, 0.35, 1);
}

.search-box-navi button[type="submit"]:hover,
.search-box-navi button[type="submit"]:focus {
    border:0;
    background-color: transparent;
}
.search-box-navi button[type="submit"].active {
    margin-top: -2px;
    margin-right: -0.08em;
}


.search-box-navi .input-search:focus{
    width: 250px;
    border-radius: 30px;
    background-color:var(--c8-80);
    border-bottom: 0 solid var(--c4-100);
    transition: all 700ms cubic-bezier(0, 0.110, 0.35, 1);
    color: var(--c1-100);
}


ul.navbar-nav.search-mobile .search-box-navi {
    padding-top: 6px;
}

ul.navbar-nav.search-mobile .search-box-navi .input-search,
ul.navbar-nav.search-mobile .search-box-navi .input-search:focus {;
    background-color: var(--c10-100);
    width: 317px;
}
@media (max-width: 1200px) {
    ul.navbar-nav.search-mobile .search-box-navi .input-search,
    ul.navbar-nav.search-mobile .search-box-navi .input-search:focus {
        width: 240px;
    }
}

@media (min-width: 1401px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1530px;
    }
}


@media (max-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
    .ce_rsce_header_width_slider .bg-header-overlay .hyperlink_txt {
        margin-top:30px;
    }
    .ce_rsce_header_width_slider .owl-carousel .owl-item img {
        height: 150px;
        width: auto;
    }
}

@media (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
    .padding-right-xl {
        padding-right: 80px;
    }
    .padding-left-xl {
        padding-left: 80px;
    }
    .padding-xl {
        padding-bottom: 60px;
    }
    .padding-top-xl {
        padding-top: 60px;
    }

    .padding-xlarge {
        padding-bottom: 130px;
    }
    .padding-top-xlarge {
        padding-top: 110px;
    }

    .ce_rsce_headline_width_listpoints h1 {
        font-size: var(--fs12);
    }
    .ce_rsce_video_bg_img_tooltipp .BGImage {
       height: 360px;
    }
    #maxpoolModal .modal-dialog {
        max-width: 90%;
    }

}

@media only screen and (max-device-width: 1075px) {
    .ce_rsce_history_slider .owl-theme .owl-dots .owl-dot span {
        font-size: var(--fs4);
    }
    .ce_rsce_history_slider .owl-theme .owl-dots .owl-dot.active span {
        font-size: var(--fs2);
    }
    .ce_rsce_history_slider .owl-theme .owl-dots .owl-dot.active {
        margin: 0 40px 0 15px;
    }
    .ce_rsce_history_slider .owl-theme h3 {
        margin-top: 45px;
    }

}

@media only screen and (max-device-width: 991px) {
    .container {
        max-width: 98% !important;
    }


}
@media (max-width: 1030px) {
    .ce_rsce_employee_quotes .quoteSign {
        min-height: 200px;
        min-width: 126px;
    }
}

@media (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 98%;
    }

    h1 {
        font-size: var(--fs5);
    }
    .ce_rsce_headline_width_listpoints h1 {
        font-size: var(--fs2);
    }

    .ce_rsce_images_cards_with_listpoints ul.checkliste li {
        font-size: var(--fs-3);
        padding-left: 40px;
        line-height: 1.3;
        background-size: contain;
    }

    h2 {
        font-size: var(--fs3);
    }

    h3 {
        font-size: var(--fs6);
    }

    .ce_hyperlink .btn.large {
        font-size: var(--fs4);
    }


    .font-size-4em p {
        font-size: var(--fs3);
    }

    .padding-right-xl {
        padding-right: 70px;
    }
    .padding-left-xl {
        padding-left: 70px;
    }
    .padding-xl {
        padding-bottom: 70px;
    }
    .padding-top-xl {
        padding-top: 70px;
    }

    .padding-xlarge {
        padding-bottom: 120px;
    }
    .padding-top-xlarge {
        padding-top: 100px;
    }


    .ce_rsce_accordion_table_slider .owl-item .card{
       background-color: transparent;

    }

    .ce_rsce_accordion_table_slider .owl-item .card th div {
        font-size: var(--fs-4);
        padding: 10px 0;
    }
    .ce_rsce_accordion_table_slider .owl-stage .owl-item:first-of-type .card th div {
        background-color: var(--c11-100);
    }
    .ce_rsce_accordion_table_slider .owl-stage .owl-item:nth-of-type(2) .card th div {
        background-color: var(--c14-100);
    }
    .ce_rsce_accordion_table_slider .owl-stage .owl-item:nth-of-type(3) .card th div {
        background-color: var(--c8-60);
    }
    .ce_rsce_accordion_table_slider.BGImage .owl-stage table th {
        background-color: transparent;
        border-bottom: 0;
    }
    .ce_rsce_accordion_table_slider.BGImage .owl-stage .card {
        padding: 20px;
    }
    .ce_rsce_accordion_table_slider .table tr.mainKat span {
        min-height: 0;
    }
    .ce_rsce_accordion_table_slider .owl-stage table th {
        border-top: 0;
        padding: 0;
        border-bottom: 0;
    }


}
@media (max-width: 900px) {
    .ce_rsce_employee_quotes .col-quote {
        display: none!important;
    }
    .ce_rsce_employee_quotes .maInfo {
        position: absolute;
        right: 20px;
        max-width: 175px;
    }
    .ce_rsce_employee_quotes .quoteCenter {
        border-radius: var(--border-radius-md);
        margin-top: 100px;
    }
}

@media only screen and (max-device-width: 767px) {
    .container, .container-md, .container-sm {
        max-width: 98% !important;
    }

    .padding-top-xxl {
        padding-top: 80px;
    }
    .padding-xxl {
        padding-bottom: 80px;
    }
    .padding-top-md {
        padding-top: 15px;
    }
    .margin-xxl-parallax {
        margin-bottom: 80px;
    }
    nav#top {
        padding: 1.0rem var(--bs-navbar-padding-x) var(--bs-navbar-padding-y);
    }
    nav#top .navbar-brand {
        min-width: 175px;
    }
    nav#top .navbar-toggler {
        padding: 0 .75rem .25em 0;
    }

    nav#top #navbarTop.collapse.show {
        display: block;
    }

    /*
    nav#top navbarTop {
        transition: 0.6s;
        background-color: var(--f7);
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.72);
        max-height: 100%;
        overflow-y: auto;
    }
    */


    .line-bottom {
        border-bottom: 0.1em solid #fff;
    }

    h1 {
        font-size: var(--fs9);
    }

    h2 {
        font-size: var(--fs3);
        font-weight: var(--font-weight-medium);
    }

    h3 {
        font-size: var(--fs4);
        font-weight: var(--font-weight-medium);
    }

    p {
        font-size: var(--fs7);
        margin-bottom: 0.5em;
    }

    .font-size-4em p{
        font-size: var(--fs3);
    }
    /** Header */
    .ce_rsce_header_width_slider h2 {
        color: var(--c1-100);
        font-weight: var(--font-weight-regular);
    }

    .ce_rsce_header_width_slider .container.box-content p.text-bottom {
        font-size: var(--fs14);
    }

    .ce_rsce_header_width_slider .container.box-content .padding-lg {
        padding-bottom: 85px;
    }

    .ce_rsce_header_width_slider .container.box-content .ce_hyperlink.padding-top-xxs {
        padding-top: 45px;
    }

    .ce_rsce_header_width_slider .container.box-content .margin-sm {
        margin-bottom: 45px;
    }
    .ce_rsce_header_width_slider .container.box-content .padding-top-xs {
        padding-top: 25px;
    }
    .ce_rsce_header_width_slider .owl-carousel .owl-dots {
        margin-bottom: 15px;
    }

    .ce_rsce_bgline_text_linkbutton.bg-light-lime .textbox {
        display: none;
    }
    .ce_rsce_bgline_text_linkbutton.bg-light-lime .ce_hyperlink .hyperlink_txt {
        margin-bottom: 17px;
    }

    .ce_rsce_headline_width_listpoints h1 {
        font-size: var(--fs3);
    }
        /** Listen */
    main ul.disc li{
        font-size: 1.8em;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .ce_hyperlink .btn {
        font-size: var(--fs7);
    }
    .ce_hyperlink .btn.large {
        font-size: var(--fs4);
    }
    .ce_hyperlink .btn.larger {
        padding: 10px 30px 6px 30px;
        font-size: var(--fs4);
    }

    .ce_rsce_header_width_slider .bg-header-overlay .container {
        margin-bottom: 15px;
    }

    .ce_rsce_headline_width_listpoints .imgCenter img {
        width: 200px;
        height: auto;
        padding-left: 30px;
        padding-top: 40px;
    }


    .ce_rsce_headline_width_listpoints .imgCenter {
        justify-content: left;
    }

    .ce_rsce_video_bg_img_tooltipp .BGImage{
        height: 300px;
    }

    .ce_rsce_video_bg_img_tooltipp .textbox-video {
        position: relative;
        top: unset;
        transform: unset;
        z-index: 0;
    }

    .ce_rsce_video_bg_img_tooltipp .textbox-video .margin-top-md {
        margin-top: unset;
    }
    .ce_rsce_video_bg_img_tooltipp .textbox-video .margin-md {
        margin-bottom: unset;
    }
    .ce_rsce_video_bg_img_tooltipp.padding-top-xl {
        padding-top: 0;
    }
    .ce_rsce_video_bg_img_tooltipp.padding-xl {
        padding-bottom: 0;
    }
    .ce_rsce_video_bg_img_tooltipp .changeContainerWidth {
        padding-right: 0;
        padding-left: 0;
    }
    .ce_rsce_video_bg_img_tooltipp .videoMobileIcon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    /*.ce_rsce_video_bg_img_tooltipp video.border-radius-md {*/
    /*    border-bottom-left-radius: 0;*/
    /*    border-bottom-right-radius: 0;*/
    /*}*/

    /*.ce_rsce_video_bg_img_tooltipp .textbox-video .border-radius-md {*/
    /*    border-top-left-radius: 0;*/
    /*    border-top-right-radius: 0;*/
    /*}*/

    .ce_rsce_accordion_table_slider .owl-item .card {
        background-color: transparent;
        padding: 0;
    }

    #progressbar {
        display: block;
        margin-bottom: 20px;
    }

    .application-process .point-description {
        text-align: left;
        display: block;
        padding-left: 0;
    }
    .antragsstrecke #footer ul.nav_bottom li {
        flex-grow: 1;
        margin-left:0;
    }
    .antragsstrecke #footer-navigation {
        width: 100%;
    }
    .antragsstrecke #footer ul.nav_bottom {
        float: unset;
    }
    .antragsstrecke #footer .text-middle {
        margin-right: 0;
    }
    .ce_rsce_images_cards_with_listpoints .padding-left-md {
        padding-left:15px;
    }
    .ce_rsce_images_cards_with_listpoints h3 {
        padding-top:0;
    }

    .ce_rsce_employee_quotes .quoteCenter {
        margin-bottom: 35px;
    }

    .ce_rsce_images_cards_with_listpoints .mini-card.left-corner {
        bottom: -40px;
        right: -60px;
        left:unset;
    }
    .ce_rsce_images_cards_with_listpoints .mini-card.left-side-middle {
        bottom: 130px;
        right: -60px;
        left:unset;
    }
    .ce_rsce_images_cards_with_listpoints .mini-card.left-bottom {
        bottom: -85px;
        right: 130px;
        left:unset;
    }

    .basic-cards .card-box.job {
        padding: 10px 2px 10px 25px;
        hyphens: auto;
    }

}

@media only screen and (max-device-width: 575px) {

    h1 {
        font-size: var(--fs2);
    }

    h2 {
        font-size: var(--fs6);
        font-weight: var(--font-weight-medium);
    }

    .padding-lg {
        padding-bottom: 30px;
    }

    h3 {
        font-size: var(--fs14);
        font-weight: var(--font-weight-medium);
    }

    p {
        font-size: var(--fs7);
        margin-bottom: 0.5em;
    }

    .font-size-4em p {
        font-size: var(--fs14);
        font-weight: var(--font-weight-light);
    }

    .padding-top-xxl {
        padding-top: 50px;
    }

    .padding-xxl {
        padding-bottom: 100px;
    }
    nav#top .navbar-toggler[aria-expanded="true"] {
        margin-right: 0px;
    }
    .ce_rsce_accordeon_width_text .accordion .accordion-header .headline p {
        font-size: var(--fs7);
    }

    .ce_rsce_accordeon_width_text .accordion .accordion-header .headline::after {
        height: 35px;
        width: 35px;
        right: -2px;
        top: -2px;
    }
    .ce_rsce_accordeon_width_text .accordion .accordion-header .headline.collapsed::after {
        height: 35px;
        width: 35px;
        right: -2px;
        top: -7px;
    }

    .ce_hyperlink.text-link a.text-link {
        font-size: var(--fs11);
        font-weight: var(--font-weight-medium)!important;
    }

    .ce_rsce_images_cards_with_listpoints .padding-left-md {
        padding-left:0;
    }

    .ce_rsce_images_cards_with_listpoints h3 {
        padding-top:15px;
    }

    .ce_rsce_images_cards_with_listpoints ul.disc {
        margin-bottom: 40px;
    }

    .nav-tabs .nav-item .nav-link {
        font-size: var(--fs15);
        padding: 20px 5px;
    }

    .tab-content .tab-line {
        font-size: var(--fs7);
    }

    .ce_rsce_images_cards_with_listpoints .mini-card {
        padding: 15px 10px 15px 15px;
    }

    .ce_rsce_images_cards_with_listpoints .mini-card.right-corner {
        bottom: -30px;
        right: -28px;
    }
    .ce_rsce_images_cards_with_listpoints .mini-card strong span {
        font-size: var(--fs10)!important;
    }
    .ce_rsce_images_cards_with_listpoints .mini-card p {
        font-size: var(--fs-1);
    }
    .ce_rsce_images_cards_with_listpoints .mini-card {
        max-width: 170px;
    }
    .ce_rsce_images_cards_with_listpoints .mini-card.left-side-middle {
        bottom: -49px;
        left: 15px;
    }
    .ce_rsce_employee_quotes .maInfo {
        max-width: 135px;
        right: 20px;
        bottom: 7px;
    }
    .ce_rsce_employee_quotes .maInfo .no-hyphens {
        hyphens: auto;
    }
    .ce_rsce_employee_quotes .maInfo p {
        font-size: var(--fs-2);
    }
    .ce_rsce_employee_quotes h3 {
        font-size: var(--fs13);
    }

    .ce_rsce_employee_quotes .quoteCenter, .ce_rsce_employee_quotes .quoteSign {
        min-height: 170px;
        min-width: 200px;
    }
    .ce_rsce_employee_quotes .quoteMaImg {
        height: 190px;
        width: 190px;
        left: 18px;
    }

    #footer div.line-bottom {
        border-bottom: 0.1em solid var(--c1-100);
    }

    #footer div[id^="nav-footer"] ul li span,
    #footer div[id^="nav-footer"] ul li a {
        font-size: var(--fs11);

    }
    #footer h4 {
        font-size: var(--fs13);
    }
    
    #footer .padding-xxl {
        padding-bottom: 0;
    }

}

@media only screen and (max-device-width: 480px) {

    main ul.checkliste li {
        font-size: var(--fs7);
        line-height: 1.6;
    }

    .ce_hyperlink .btn.large {
        font-size: var(--fs7);
    }
    div.line-bottom {
        border-bottom: 0.1em solid  var(--c8-100);
    }
    .ce_rsce_header_width_slider .line-bottom {
        border-bottom: 0.1em solid  var(--c1-100);
    }

    .ce_rsce_headline_width_listpoints .imgCenter img {
        width: 150px;
        height: auto;
        padding-left: 30px;
        padding-top: 40px;
    }

    .application-process div.dog-amount {
        position: absolute;
        margin-top: 70px;
        left: 250px;
    }

    .application-process div.horse-amount {
        position: absolute;
        margin-top: 70px;
        left: 249px;
    }

    .application-process div.donkey-amount {
        position: absolute;
        margin-top: 70px;
        left: 279px;
    }

    .application-process div.pony-amount {
        position: absolute;
        margin-top: 70px;
        left: 226px;
    }

    .application-process .form-check.mobile-top-grap {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .ce_rsce_header_width_slider .container.box-content p.text-bottom {
        font-size: var(--fs4);
    }


    #container ul li, #container ul.disc li {
        font-size: var(--fs-3);
    }

    .basic-cards .iconCard .card-box {
        padding: 15px 10px 0 10px;
    }
    .basic-cards h5 {
        font-size: var(--fs-3);
    }

    .ce_rsce_headline_width_cards_full .card-text img {
        width: 65px;
    }
}
