@charset "UTF-8";
/* ========
FONTS
===========*/

@import url("https://use.typekit.net/ven6enz.css");
/*!

/* ========
FARBPALETTE
===========*/

:root {
    --f1: #FFFFFF;
    --f2: #254A52; /* dark petrol - linie */
    --f2-80: rgba(37, 74, 82, 0.8); /* dark Petrol 80% - #254A52 */
    --f4: #DAD91F; /* nav Right Color Lime-green*/
    --f5: rgba(192, 216, 113, 1); /* lime-green -     #C0D871 */
    --f5-60: rgba(192, 216, 113, 0.6); /* lime-green 60% - #C0D871 */
    --f5-40: rgba(192, 216, 113, 0.4); /* lime-green 60% - #C0D871 */
    --f6: #e6f0c2; /* light-lime-green */
    --f7: #144B52; /* dark petrol - Text Color */
    --f8: #EBEBEB; /* light - beige (BG)*/
    --f9: #1E3F4F; /* dark petrol - mobile nav top */

    --f10: #7CA56C; /* olive-green - Button Hover BG */
    --f11: #2C5D69; /* Mobile Nav point underline */

    --f17: #218291;  /* special Buttons */
    --f12: rgba(0, 0, 41, 0.7); /* Mobile Nav Shadow - dark-gray */
    --f13: #898888; /* middle Gray -  Placeholder */
    --f14: #BF3A1A; /* Error Message */
    --f15: #4FE5F2; /* Form error checkbox, input, textaria*/
    --f16: #4E4E4E; /* Input Label insite*/

    --f18: #405C6A; /* Mobile Tabs Background switch Table */

    /* 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;


    /*--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;
}

body {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-regular);
    font-size: 10px;
    hyphens: auto;
    /*background-color: var(--f9);*/
    color: var(--f7);
    line-height: 1.4;
}

/* ========
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;
}

.margin-top-xxs {
    padding-top: 25px;
}

.margin-top-md {
    margin-top: 45px;
}

.padding-top-xl {
    padding-top: 100px;
}
.padding-top-xxl {
    padding-top: 145px;
}

.padding-top-xlarge {
    padding-top: 210px;
}

.ce_rsce_dk_abschlussseite .padding-top-xlarge {
    padding-top: 185px;
}

.padding-10 {
    padding-bottom: 10px;
}

.padding-xxxs {
    padding-bottom: 15px;
}

.padding-xxs {
    padding-bottom: 25px;
}

.margin-sm {
    margin-bottom: 35px;
}
.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;
}


.padding-left-xl {
    padding-left: 120px
}

.margin-left-lg {
    margin-left: 70px;
}

.padding-right-xs {
    padding-right: 30px
}
.padding-right-xl {
    padding-right: 120px
}

.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;
    background-color: var(--f2);
}

.BGImage.noCaption::before {
    content: 'Bildbeschreibung fehlt! (Feld: Bildunterschrift)';
    color: white;
    font-size: 1.4em;
    margin-left: 15px;
    background-color: var(--f2-80);
    padding: 15px 20px;
    top: 15px;
    position: absolute;
    border-radius: 30px;
}

span.infocaption::before {
    content: 'Bildbeschreibung fehlt! (Feld: Bildunterschrift)';
    color: white;
    font-size: 1.4em;
    margin-left: 15px;
    background-color: var(--f2-80);
    padding: 15px 20px;
    top: 15px;
    position: absolute;
    border-radius: 30px;
}

.line-bottom {
    border-bottom: 0.2em solid #ffffff;
}

.bg-white .line-bottom {
    border-bottom: 2px solid var(--f2);
}

.bg-light-gray .line-bottom {
    border-bottom: 2px solid var(--f7);
}

.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, #254A51 0%, #395A60E7 39%, #3B5C62E4 100%) 0 0 no-repeat padding-box;
}

.bg-header-overlay .container {
    align-self: flex-end;
}


 /*** BG Color ***/
.bg-white {
    background-color: var(--f1);
}

.bg-lime {
    background-color:var(--f5);
}

.bg-light-lime {
    background-color:var(--f6);
}

.bg-petrol {
    background-color: var(--f9);
    color: var(--f1);
}
.bg-petrol-transparent {
    background-color: var(--f2-80);
    color: var(--f1);
}
.bg-light-gray {
    background-color: var(--f8);
}
.bg-dark-blue {
    background-color: var(--f9);
}
.bg-lime-blue-gradient {
    background: linear-gradient(127deg, #C5D77E 0%, #41808F 100%) 0 0 no-repeat;
}


/*** Text Color ***/
.text-white {
    color: var(--f1);
}

.text-lime {
    color:var(--f5);
}

.text-light-lime {
    color:var(--f6);
}

.text-petrol {
    color: var(--f7);
}
.text-light-gray {
    color: var(--f8);
}
.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-SemiBold {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-semibold);
}

.new-order-Bold {
    font-family: var(--font-new-order);
    font-weight: var(--font-weight-bold);
}


/*** Text Color ****/

.text-f4 {
    color: var(--f4);
}

/* =======================
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-size: 100% 200%;
    /*background-position: top;*/
}

.antragsstecke #header {
    position: relative;
}

#header.bg-dark-blue {
    background-color: var(--f2-80);
    background-position: bottom;
}

nav#top .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

nav#top {
    padding: 1.9rem var(--bs-navbar-padding-x) var(--bs-navbar-padding-y);
}

nav#top .navbar-brand {
    margin-right: 0;
    min-width: 200px;
    outline: none;

}
nav#top .navbar-brand:focus .nav-logo {
    border-bottom: var(--f5) solid 2px;
}


nav#top .nav-logo {
	background-image: url('../../images/logo/logo-schutzgemeinschaft-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('../../images/logo/logo-phoenix.svg');
}

#header.bg-dark-blue nav#top .nav-logo.mobile {
    background-image: url('../../images/logo/logo-schutzgemeinschaft-palegrey.svg');
    padding-right: 50px;
}

/*  Antragsstrecke Change Logo by Scroll '*/

#header.onscroll nav#top .nav-logo {
    background-image: url('../../images/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 .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(--f1);
    outline: none;
}

nav#top .navbar-nav .nav-link.active,
nav#top .navbar-nav .nav-link:focus,
nav#top .navbar-nav .nav-link:hover {
    border-bottom: var(--f5) solid 2px;
}

nav#top .navbar-nav.right-side .nav-item .nav-link {
    color: var(--f4);
    -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(--f4) solid 2px;
}

/* Dropdown Menüs **/

nav#top .navbar-toggler {
    color: transparent;
    border-color: transparent;
    z-index: 2;
    padding: .25rem 1.25rem .25em .75rem;
}

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(192, 216, 113, 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 .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
}

nav#top .dropdown-menu {
    border-radius: 0;
    background-color: rgba(37, 74, 82, 0.9);
    color: var(--f1);
    padding: 18px 0 18px 0;
    left: -15px;
    border: 0;
    margin-top: 24px;
}

nav#top .dropdown-menu .dropdown-item {
    color: var(--f1);
    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;
    outline:none;
}

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(--f5) solid 2px;

}

/** 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(--f2-80);
}

/** NavTop Antragsstrecke **/
.antragsstrecke #header {
    position: fixed;
}

.antragsstrecke #navbarTop {
    position: absolute;
    right: 0;
    width: 160px;
    min-height: 51px;
    height: 51px;
    background: none;
    z-index: 1;
    transition: transform 0.6s;
    top: 9px;
    display: block;
}

.antragsstrecke nav#top .navbar-toggler {
    display: none;
}

.antragsstrecke nav#top ul.navbar-nav:first-of-type {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.antragsstrecke nav#top .navbar-nav .nav-link {
    border-bottom: 0;
    margin-bottom: 1px!important;
}

nav#top .navbar-nav.right-side .nav-item .nav-link {
    padding: 0 0 0 5px;
}

.antragsstrecke #navbarTop div.icon.kreuz {
    width: 25px;
}

/*** NAVI TOP MOBILE ****/


@media (max-width: 1200px) {

    #navbarTop {
        position: fixed;
        right: -300px;
        width: 300px;
        min-height: 100%;
        background: var(--f9);
        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:first-of-type {
        margin-top: 120px;
        margin-left: 30px;
        margin-bottom: 60px;
    }

    #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-side {
        margin-bottom: 45px;
    }

    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(--f11) 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(--f5) solid 1px;
    }
    nav#top .navbar-nav .nav-link.dropdown-toggle:focus,
    nav#top .navbar-nav .nav-link.dropdown-toggle:hover {
        border-bottom: var(--f11) 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(--f1);
}

#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 .BGImage.media-icon.facebook:hover {
    background-image:url("../../images/icon/icon_facebook_hover.svg")!important;
}
#footer .BGImage.media-icon.instagram:hover {
    background-image:url("../../images/icon/icon_instagram_hover.svg")!important;
}
#footer .icon-social:focus .BGImage.media-icon {
    border: 2px solid var(--f1);
}
#footer .icon-social:focus .BGImage.media-icon.facebook {
    background-image:url("../../images/icon/icon_facebook_hover.svg")!important;
}

#footer .icon-social:focus .BGImage.media-icon.instagram {
    background-image:url("../../images/icon/icon_instagram_hover.svg")!important;
}

#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(--f1);
    font-size: var(--fs4);
    text-decoration: none;
    line-height: 1.9em;
    font-weight:  var(--font-weight-light);
    padding-bottom: 5px;
    outline: none;
}
#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(--f5) 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-medium);
}

.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(--f5);
    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(--f5);
    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;
    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);
}

h2 {
    font-size: var(--fs2);
    line-height: 1.4em;
    margin-bottom: 0.7rem;
    font-weight: var(--font-weight-regular);
}
.bg-lime-blue-gradient h1,
.bg-lime-blue-gradient h2 {
    color: var(--f1);
}

#agb .textbox h2 {
    margin-top: 50px;
}

h3 {
    font-size: var(--fs3);
    hyphens: none;
    font-weight: var(--font-weight-regular);
}
#agb h3,
#datenschutz h3 {
    margin-bottom: 20px;
    margin-top: 40px;
}

h4 {
    font-size: var(--fs4);
    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);
}

p {
    font-size: var(--fs4);
    margin-bottom: 0.5em;
}

strong {
    font-weight: var(--font-weight-medium);
}

#agb strong,
#datenschutz strong {
    font-weight: var(--font-weight-regular);
}

.font-size-4em p{
    font-size: var(--fs2);
}

p.font-size-1_8em {
    font-size: var(--fs7);
}

.no-hyphens {
    hyphens: none;
}

/* =======================
hyperlinks / Buttons
=========================*/

/** Button Style - Links **/

.ce_hyperlink .btn,
button[type=submit],
#phvform input.action-button {
    background-color: var(--f5);
    color: var(--f2);
    font-weight: var(--font-weight-semibold);
    border-radius: 30px;
    padding: 10px 30px 9px 25px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    width: max-content;
    outline: none;
    position: relative;
}
.ce_hyperlink .btn.large {
    font-size: var(--fs4);
}

.bg-lime .ce_hyperlink .btn {
    background-color: var(--f1);
}


#impressum a,
#agb a,
#datenschutz a {
    color: var(--f5);
    text-decoration: underline;
    outline: none;
    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: none;
    color: var(--f17);
}

#phvform input.action-button:disabled {
    background-color: var(--f5-60);
    border: 0;
}

button[type=submit],
.ce_hyperlink .btn,
#phvform input.action-button {
    font-size: var(--fs7);
}

.ce_hyperlink .btn:hover,
.ce_hyperlink .btn:focus,
button[type=submit]:hover,
button[type=submit]:focus,
#phvform input.action-button:hover {
    background-color: var(--f10);
    outline: none;
}

.ce_hyperlink .btn:focus,
button[type=submit]:focus,
input[type=button]:focus{
    border: 2px solid var(--f2);
}

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(--f17);
    color: var(--f5);
}

.ce_hyperlink.bg-blue .hyperlink_txt:hover {
    background-color: var(--f10);
    color: var(--f2);
}

.bg-light-lime .ce_hyperlink .hyperlink_txt {
    background-color: var(--f1);
    color: var(--f2);
}

.bg-light-lime .ce_hyperlink .hyperlink_txt:hover,
.bg-light-lime .ce_hyperlink .hyperlink_txt:focus{
    background-color: var(--f10);
    color: var(--f2);
}

/* Form Button */

#phvform input.action-button-previous {
    font-size: var(--fs10);
    color: var(--f5);
    border-radius: 0;
    padding: 2px;
    font-weight: var(--font-weight-medium);
}

#phvform input.action-button-previous:hover {
    border-bottom: var(--f5) solid 2px;
}

button[type=submit] {
    border:0;
    font-size: var(--fs4);
    outline: none;
}

button[type=submit].besides {
    position: absolute;
    border: 2px solid var(--f5);
    padding: 8px 23px 5px 23px;
}

button[type="submit"].besides:hover {
    border: 2px solid var(--f10);
}

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(--f9);
    transform: rotate(-90deg);
    left: -9px;
    top: -5px;
    border-bottom: 0;
}

button[type=submit].besides:focus {
    border: 2px solid var(--f1);
    padding: 8px 23px 5px 23px;
}

.ce_rsce_dk_abschlussseite button[type=submit].besides:after {
    border: 5px solid #82ab87;
    border-bottom: 0;
}

    /* Link TEXT - hyperlink */

.ce_hyperlink.text-link a.text-link {
    color: var(--f5);
    font-size: var(--fs8);
    text-decoration: none;
}

.ce_hyperlink.text-link{
    color: var(--f5);
}
.ce_hyperlink.text-link.load-more {
    display: flex !important;
    flex-direction: row;
}

.ce_hyperlink.text-link.load-more a {
    margin-left: auto;
}

/* application-process */

.application-process .ce_hyperlink.text-link a.text-link{
    font-size: var(--fs10);
}

.antragsstrecke .ce_hyperlink.text-link {
    color: var(--f7);
    border-bottom: 2px solid var(--f5);
    text-decoration: none;
}

/* =======================
LISTEN
=========================*/

main ul.checkliste {
    list-style-type: none;
    padding-left: 0;
}

main ul.checkliste li {
    font-size: var(--fs8);
    margin-bottom: 15px;
    font-weight: var(--font-weight-medium);
    background: url('../../images/icon/li_checklist.jpg') no-repeat left top;
    padding-left: 50px;
    line-height: 1.4;
    padding-bottom: 3px;
}
#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
=========================*/

#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: none;
}

textarea:focus,
button:focus,
input:focus,
input:active,
input:visited {
    outline: none;
    box-shadow:none!important;
}
#phvform textarea.form-control:focus,
#phvform input.form-control:focus,
#phvform input.form-control:active {
    -moz-box-shadow:  inset 0 -13px 0 -9px var(--f5) !important;
    -webkit-box-shadow:  inset 0 -13px 0 -9px var(--f5) !important;
    box-shadow: inset 0 -13px 0 -9px var(--f5) !important;
    padding: 17px 13px 0 13px;
}

#phvform select,
#phvform textarea.form-control,
#phvform input.form-control {
    border-radius: 7px;
    background-color: var(--f1);
    font-size: var(--fs4);
    padding: 17px 50px 0 9px;
    border:0;
    color: var(--f9);

}

#phvform .form-select:focus,
#phvform select.form-select:active,
#phvform select.form-select:focus {
    box-shadow: inset 0 -13px 0 -9px var(--f5) !important;
}

/* Ausgefülltes Input */

#phvform input.form-control:valid {
    /*box-shadow: inset 0 -13px 0px -9px var(--f5) !important;*/
    padding: 17px 13px 0 13px;
}
#phvform textarea.form-control:valid {
    padding: 25px 13px 0 13px;
}
#newsletter .whd,
#phvform .whd {
    display:none;
}

/** Error  **/

#phvform select.error,
#phvform input.form-control.error {
    box-shadow: inset 0 -13px 0 -9px var(--f15) !important;
    color: var(--f15);
}


/*** Label Floating **/

/* befülltest Input Field -> Label Farbe*/
.form-floating > label {
    font-size: var(--fs4);
    color: var(--f13);
}

.form-floating > textarea.form-control,
.form-floating > input.form-control {
    /*padding: 17px 50px 0px 16px;*/
    color: var(--f13);
}

/* 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(--f16);
    font-size:1.3em;
    transform: translateY(-.95em) translateX(0em);
}



/* leeres Input Field -> Label Farbe*/
#phvform input.form-control:valid ~ label {
    /*color: var(--f13);*/
}

/*** SELECT Field **/
/*****/
#phvform select {
    background-image:url("../../images/icon/icon_arrow_down_yellow.svg");
    background-size: 30px 30px;
}



#phvform select option {
    font-family: Arial, sans-serif;
}

.form-floating > .form-select ~ label {
    color: var(--f13);
    opacity: 1;
    transform: inherit;
}

.form-floating > .form-select:focus {
    /*padding: 17px 13px 0px 13px;*/
}

.form-floating > .form-select:focus ~ label{
    opacity: 1;
    color: var(--f16);
    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;*/
}

.form-floating > .form-select:valid ~ label {
    color: var(--f16);
    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("../../images/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(--f15);
}

.form-floating > .form-select.error ~ label {
    color: var(--f15);
}


/*** Fill In Error Fields **/

#newsletter .fill-in-help,
#phvform .fill-in-help  {
    color: var(--f14);
    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 span,
#phvform .fill-in-help span {
    display: none;
}
#newsletter .fill-in-help.active span,
#phvform .fill-in-help.active span {
    display: block;
}

#phvform .fill-in-help[data-error='listenhund'] {
    margin-top: 45px;
}


/* Datepicker */
.datepicker {
    /*margin-top: 25px;*/
    border-radius: 0;
    border: 0;
}

.datepicker-dropdown {
    margin-top: 25px;
}

.datepicker table td{
    font-size: 0.7em!important;
    font-weight: var(--font-weight-light);
    width: 25px;
    height: 25px;
}
.datepicker table th.datepicker-switch {
    font-size: 0.8em !important;
    font-weight: var(--font-weight-light);
    text-align: left;
    position: absolute;
    left: 7px;
}
.datepicker table th.datepicker-switch:hover {
    background: transparent;
}

.datepicker thead tr:nth-child(3){
    border-top: 1px solid #e1e1e1;
}
.datepicker table th.dow {
    font-size: 0.7em !important;
    font-weight: var(--font-weight-light);
    width: 25px;
    height: 25px;
}
.datepicker table tr td.today {
    background-color:var(--f6);
    background-image: unset;
    border-radius: 15px;
}

.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
    border-radius: 15px;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus {
    background-color:var(--f6)!important;
    background-image: unset;
    border-radius: 15px;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
    background-color:var(--f4);
    background-image: unset;
    color: var(--f9);
    border-radius: 15px;
}
.datepicker .next:hover {
    width: 0;
}
.datepicker .prev:hover,
.datepicker .next:hover {
    background: transparent;
}
.datepicker th.prev:after {
    content: '';
    height: 18px;
    width: 18px;
    background-image: url("../../images/icon/icon_arrow_down_yellow.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 19px;
    top: 4px;
    transform: rotate(90deg);

}
.datepicker th.next:after {
    content: '';
    height: 18px;
    width: 18px;
    background-image: url("../../images/icon/icon_arrow_down_yellow.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 1px;
    top: 4px;
    transform: rotate(-90deg);;

}
.datepicker th.prev,
.datepicker th.next {
    color: transparent;
}
/* =======================
   ce_rsce_dk_abschlussseite
   =========================*/

.ce_rsce_dk_abschlussseite h6 {
    color: var(--f1);
    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(--f1);
}
    /* =======================
    OWL CAROUSEL BASIC STYLES
    =========================*/

.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 3px;
    margin: 0 4px;
    background: var(--f5-60);
    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(--f5);
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
}
/* =======================
HEADER
=========================*/

/* =======================
ce_rsce_header_width_slider
=========================*/


.ce_rsce_header_width_slider h1 {
    color: var(--f5);
}

.ce_rsce_header_width_slider h2 {
    color: var(--f1);
    font-weight: var(--font-weight-regular);
}

.ce_rsce_header_width_slider p {
    color: var(--f1);
}

.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;
}


/* =======================
Scroll To Top Buttom
=========================*/

.scrollToTop {
    position: fixed;
    bottom: 25px;
    height: 50px;
    z-index: 100;
}

.scrollToTop .scroll-icon {
    background-image: url('../../images/icon/icon_arrow_top.svg');
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 15px;
}

.scrollToTop .scroll-icon:hover {
    background-image: url('../../images/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(--f1);
    padding: 15px 15px;
    color: var(--f9);
    border-radius: 0;
    width: 250px;
    z-index: 10000;
    hyphens: none;
    box-shadow: 0 1px 5px var(--f13);
}
.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;
    /*-webkit-transform: rotate(180deg);*/
    transform: rotate(180deg);
    border-bottom: 17px solid var(--f1);
    border-left: 17px solid transparent;
    -webkit-filter: filter: drop-shadow(1px -0.03em 0.03em var(--f13));
    filter: drop-shadow(1px -0.03em 0.03em var(--f13));
}

.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;
}
.application-process div.icon {
    margin-right: 25px;
}
span.icon-info {
    background-image: url('../../images/icon/icon_info_circle.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
div.icon span {
    background-repeat: no-repeat;
    display: inline-block;
}

div.icon span {
    height: 45px;
    width: 45px;
    background-size: contain;
    margin-top: 5px;
}


div.icon.dog span {
    background-image: url('../../images/icon/icon_dog_darkgreen.svg');
}

div.icon.horse span {
    background-image: url('../../images/icon/icon_horse_darkgreen.svg');
}
div.icon.pony span {
    background-image: url('../../images/icon/icon_pony_darkgreen.svg');
}

div.icon.donkey span {
    background-image: url('../../images/icon/icon_donkey_darkgreen.svg');
}
div.icon.minus,
div.icon.plus {
    margin-right: 15px;
}

div.icon.plus span {
    background-image: url('../../images/icon/icon_plus_white.svg');
    margin-top: 0;
}
div.icon.minus span {
    background-image: url('../../images/icon/icon_minus_white.svg');
    margin-top: 0;
}
div.icon.plus span:hover {
    background-image: url('../../images/icon/icon_plus_hover.svg');
}
div.icon.minus span:hover {
    background-image: url('../../images/icon/icon_minus_hover.svg');
}
div.icon.kreuz span {
    background-image: url('../../images/icon/icon_x_yellow.svg');
}
header div.icon.kreuz span {
    height: 25px;
    width: 25px;
    top: 5px;
    position: relative;
}
div.icon.key-close span {
    background-image: url('../../images/icon/icon_key.svg');
}

div.icon.download span {
    background-image: url('../../images/icon/icon_download.svg');
    cursor: pointer;
}
div.icon.download span:hover {
    background-image: url('../../images/icon/icon_download_hover.svg');
}
div.icon.contact_person span {
    background-image: url('../../images/icon/icon_contact_person.svg');
}

/* =======================
MODAL WINDOW
=========================*/
#textModal .modal-content {
    border-radius:7px;
}
#textModal  .modal-header {
    font-weight: var(--font-weight-medium);
}

#textModal .btn-close {
    background-image: url('../../images/icon/icon_x_petrol.svg');
    background-size: cover;
    height: 1.5em;
    width: 1.5em;
    background-color: var(--f5);
    cursor: pointer;
}

#textModal .modal-body,
#textModal .modal-body p {
    font-size: var(--fs7);
}
#textModal .modal-footer {
    border-top: 1px solid var(--f5);
}
/* =======================
MULTI - Form
=========================*/
.application-process {
    min-height: 850px;
}
.application-process h2,
.application-process h6 {
    color: var(--f1);
    margin-bottom: 50px;
}

.application-process h6 {
    position: absolute;
    top: 80px;
    visibility: visible;
}

.application-process .container-process-bar {
    position: absolute;
    top: -85px;
    visibility: visible;
    width: 100%;
}

.application-process .fs-title {
    text-align: left;
    margin-bottom: 50px;
}

.application-process .line-bottom {
    margin-bottom: 70px;
}
.application-process p.amount-text {
    margin-bottom: 0;
    margin-left: 15px;
}
.application-process div[class$="-amount"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.application-process .togglebox {
    display: inline-flex;
}
.application-process .togglebox article {
    width: 55px;
    height: 55px;
    padding: 5px;
    position: relative;
    float: left;
    box-sizing: border-box;
}
.application-process  .togglebox article input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    opacity: 0;
    cursor: pointer;
}
.application-process input[type=checkbox] ~ div,
.application-process input[type=checkbox]:checked ~ div {
    background-repeat: no-repeat;
}

.application-process input[type=checkbox] ~ div.icon.number-1 {
    background-image: url('../../images/icon/icon_as_1_white.svg');
}

.application-process input[type=checkbox]:checked ~ div.icon.number-1 {
    background-image: url('../../images/icon/icon_as_1.svg');
}

.application-process input[type=checkbox] ~ div.icon.number-2 {
    background-image: url('../../images/icon/icon_as_2_white.svg');
}

.application-process input[type=checkbox]:checked ~ div.icon.number-2 {
    background-image: url('../../images/icon/icon_as_2.svg');
}

.application-process input[type=checkbox] ~ div.icon.number-3 {
    background-image: url('../../images/icon/icon_as_3_white.svg');
}

.application-process input[type=checkbox]:checked ~ div.icon.number-3 {
    background-image: url('../../images/icon/icon_as_3.svg');
}
.application-process input[type=checkbox] ~ div.icon.number-4 {
    background-image: url('../../images/icon/icon_as_4_white.svg');
}

.application-process input[type=checkbox]:checked ~ div.icon.number-4 {
    background-image: url('../../images/icon/icon_as_4.svg');
}

.application-process input[type=checkbox] ~ div.icon.number-5 {
    background-image: url('../../images/icon/icon_as_5_white.svg');
}

.application-process input[type=checkbox]:checked ~ div.icon.number-5 {
    background-image: url('../../images/icon/icon_as_5.svg');
}
/*form styles*/
#phvform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#phvform fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 245px 0 0 0;
    position: relative;
    display: block;
}
#phvform fieldset.active {
    position: relative!important;
}

/*Hide all except first fieldset*/
#phvform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#phvform textarea,
#phvform input,
#phvform textarea,
#phvform select {
    margin-bottom: 10px;
}

#phvform input.form-check-input,
#phvform input.form-check-input:focus,
#phvform input.form-check-input:active{
    width: auto;
    padding: 8px;
    border: 1px solid var(--f9);
    border-radius: 3px;
    background-color: transparent;
    margin-left: -14px;
}


#phvform input.form-check-input:checked {
    background-color: var(--f9);
}

#phvform input.form-check-input.error {
    border: 1px solid var(--f15);
}
#phvform label.form-check-label {
    font-size: var(--fs4);
    text-align: left;
    margin-left: 10px;
    hyphens: none;
}

#phvform #dse + label.form-check-label {
    font-size: var(--fs7);
    text-align: left;
    margin-left: 18px;
    hyphens: manual;
    margin-top: -31px;
}
#phvform input.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

#phvform input:focus,
#phvform textarea:focus,
#phpform 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;
}
#phvform input.btn:focus{
    border: 2px solid var(--f2);
}

.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(--f9);
    float: left;
    position: relative;
    font-size: var(--fs10);
    margin-right: 15px;
    margin-top: 2px;
    font-weight: var(--font-weight-medium)!important;
}

#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: 24px;
    display: block;
    font-size: 12px;
    color: var(--f9);
    background: #A8C482;
    border-radius: 25px;
    margin: 0 0 0 14px;
    padding-left: 0;
    transition: background 0.1s;
    border: 1px solid #112631;
    font-weight: var(--font-weight-medium);
    z-index:1;
    position: inherit;
}

/*progressbar connectors - Processlinie nicht verarbeitet*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--f9);
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 0; /*put it behind the numbers*/
    transition: background 1s;
}
#progressbar li.active:after {
    background: var(--f9);
}



#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps */
/*The number of the step -> activee*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--f9);
    color: var(--f5);
}
#progressbar li.active:after {
    box-shadow: var(--f9) 0 0 2px;
    height: 3px;
    top: 1.14em;
}
#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;*/
/*}*/

.application-process .point-description {
    display: flex;
    margin-bottom: 50px;
    padding-left: 35px;
    font-size: var(--fs10);
    color: var(--f9);
    line-height: 23px;
    font-weight: var(--font-weight-medium);
}

/* Form Elements Checkbox - Icon */

.antragsstecke .togglebox {
    display: none;
    height: 48px;
}

.antragsstecke .togglebox.active {
    display: inline-block;
}

.antragsstecke article {
    width: 50px;
    height: 44px;
    padding: 0;
    margin-top: 4px;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.antragsstecke article.Hund {
    /*width: 42px;*/
    /*height: 40px;*/
}

.antragsstecke article div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    transition: .5s ease;
}

.antragsstecke article input {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 41px;
    opacity: 0;
    cursor: pointer;
}

.antragsstecke input[type=checkbox] ~ div,
.antragsstecke input[type=checkbox]:checked ~ div {
    background-repeat: no-repeat;
}

.antragsstecke .Hund input[type=checkbox] ~ div {
    background-image: url('../../images/icon/icon_dog_white.svg');
}

.antragsstecke .Hund input[type=checkbox]:checked ~ div {
    background-image: url('../../images/icon/icon_dog_lime.svg');
}

.antragsstecke .Pferd input[type=checkbox] ~ div {
    background-image: url('../../images/icon/icon_horse_white.svg');
}

.antragsstecke .Pferd input[type=checkbox]:checked ~ div {
    background-image: url('../../images/icon/icon_horse_lime.svg');
}

.antragsstecke .Pony input[type=checkbox] ~ div {
    background-image: url('../../images/icon/icon_pony_white.svg');
}

.antragsstecke .Pony input[type=checkbox]:checked ~ div {
    background-image: url('../../images/icon/icon_pony_lime.svg');
}

.antragsstecke .Single input[type=checkbox] ~ div {
    background-image: url('../../images/icon/icon_single_white.svg');
}

.antragsstecke .Single input[type=checkbox]:checked ~ div {
    background-image: url('../../images/icon/icon_single_lime.svg');
}

.antragsstecke .Familie input[type=checkbox] ~ div {
    background-image: url('../../images/icon/icon_family_white.svg');
}

.antragsstecke .Familie input[type=checkbox]:checked ~ div {
    background-image: url('../../images/icon/icon_family_lime.svg');
}
/*Toggle switch */

.antragsstecke .switch-button {
    font-weight: var(--font-weight-semibold);
    display: inline-block;
    padding: 10px 30px 6px 30px;
    position: relative;
    text-align: center;
    transition: background 200ms;
    font-size: 2em;
    line-height: 32px;
    color: var(--f2);
}

.antragsstecke input[type=radio].toggle {
    display: none;
}

.antragsstecke input[type=radio].toggle + label {
    cursor: pointer;
    min-width: 60px;
}

.antragsstecke input[type=radio].toggle + label:hover {
    background: none;
}

.antragsstecke input[type=radio].toggle + label:after {
    background: var(--f1);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 20ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
}

.antragsstecke input[type=radio].toggle.toggle-left + label {
    border-right: 0;
}

.antragsstecke input[type=radio].toggle.toggle-left + label:after {
    left: 100%;
}

.antragsstecke input[type=radio].toggle.toggle-right + label {
    margin-left: -5px;
}

.antragsstecke input[type=radio].toggle.toggle-right + label:after {
    left: -100%;
}

.antragsstecke input[type=radio].toggle:checked + label {
    cursor: default;
    color: var(--f2);
    transition: color 2ms;
    background: var(--f5);
}

.antragsstecke input[type=radio].toggle.toggle-left + label {
    /*border-top-left-radius: 5rem;*/
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
    /*border-bottom-left-radius: 5rem;*/
    border-radius: 5rem 0 0 5rem;
    background: var(--f1);
}

.antragsstecke input[type=radio].toggle.toggle-left:checked + label {
    background: var(--f5);
}

.antragsstecke input[type=radio].toggle.toggle-right + label {
    background: var(--f1);
    /*border-top-left-radius: 0;*/
    /*border-top-right-radius: 5rem;*/
    /*border-bottom-right-radius: 5rem;*/
    /*border-bottom-left-radius: 0;*/
    border-radius: 0 5rem 5rem 0;
}

.antragsstecke input[type=radio].toggle.toggle-right:checked + label {
    background: var(--f5);
}

.antragsstecke input[type=radio].toggle:checked + label:after {
    left: 0;
}


.antragsstrecke .d-flex h4 {
    /*margin: auto;*/
    /*margin-bottom: 6px;*/
    margin: auto auto 6px;
}

/**** CARDS ***/
.card {
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0;
    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_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_images_cards_with_slider .parent:hover,
.ce_rsce_images_cards .parent:hover {
    box-shadow: -2px -2px 10px #959595;
}

.ce_rsce_images_cards_with_slider .parent .BGImage,
.ce_rsce_images_cards .BGImage {
    /*background-size: cover;*/
    background-size: 105%;
    min-height: 10px;
    -o-transition: background-size 2s;
    transition: background-size 2s;
}
.ce_rsce_images_cards_with_slider .BGImage {
    /*background-size: cover;*/
}

.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_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_slider h3,
.ce_rsce_images_cards h3 {
    margin-right: 15px;
    color: var(--f7);
}

.ce_rsce_images_cards_with_slider .cards h5,
.ce_rsce_images_cards .cards h3 {
    font-weight: var(--font-weight-regular);
    color: var(--f1);
    margin-right: 0;
    margin-bottom: 15px;
}

.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);
}





/** application-process  cards+++*/
.application-process .card {
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0;
    margin-bottom: 15px;
    padding: 50px 5px 15px 5px;
    text-align: left;
}
.application-process .card.tarife:before {
    content: '';
    height: 67px;
    width: 67px;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: 25px;
    top: -25px;
    background-repeat: no-repeat;
}
.application-process .text-lime {
    color: var(--f5);
    font-size: var(--fs10) ;
}
.application-process .card .line-bottom {
    border-bottom: 0.2em solid var(--f8);
    margin-bottom: 20px;
    margin-top: 15px;
}
.application-process .card.tarife[data-card='1']:before {
    background-image: url("../../images/icon/icon_as_1_light_lime.svg");
}
.application-process .card.tarife[data-card='2']:before {
    background-image: url("../../images/icon/icon_as_2_light_lime.svg");
}
.application-process .card.tarife[data-card='3']:before {
    background-image: url("../../images/icon/icon_as_3_light_lime.svg");
}
.application-process .card .tarif-price {
    font-size: var(--fs9);
    margin-bottom: 0;
}
.application-process .card .tarif-info {
    font-size: var(--fs10);
}

.application-process .card input.action-button {
    left: 50%;
    transform: translate(-50%,0%);
    margin-top: 7px;
}


/*.application-process .gj-datepicker-bootstrap button[role="right-icon"] .gj-icon {*/
/*    content: '';*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    background-image: url("../../images/icon/icon_calender_input.svg");*/
/*    display: inline-block;*/
/*    background-size: 100%;*/
/*    position: absolute;*/
/*    left:-6px;*/
/*    top:5px;*/
/*    font-size: 0px;*/
/*}*/
/*.gj-datepicker.input-group.mb-3 {*/
/*    margin-bottom: 0!important;*/
/*}*/






/*****  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_headline_width_listpoints*/
.ce_rsce_headline_width_listpoints h1 {
    font-size: var(--fs9);
}
.ce_rsce_headline_width_listpoints .imgCenter img {
    width: auto;
    height:300px
}
.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: 250px;
}

/* 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;
}



/*  nav-tabs nav-fill **/
.nav-tabs  {
    border: 0;
}

.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(--f9);
    font-weight: var(--font-weight-regular);
    font-size: var(--fs-3);
    padding: 5px 0;
    hyphens: auto;
    height: 100%;
}
.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(--f9);
}

.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(--f5);
}

.tab-pane#tab1 .tab-line:first-of-type{
    background-color: var(--f5-60);
}

.tab-content .tab-line {
    font-size: var(--fs7);
    border-right: 1px solid var(--f1);
    border-left: 1px solid var(--f1);
    border-bottom: 1px solid var(--f1);
    padding: 17px 30px;
    hyphens: auto;
    --bs-gutter-x: 0rem;
}
.tab-content .tab-line:nth-child(even) {
    background-color: #F5F5F5;
}
.tab-content .tab-line:nth-child(odd) {
    background-color:var(--f8);
}

.tab-content .tab-line span.description {
    font-weight: var(--font-weight-medium);
}


/* ce_rsce_table_with_headline */
/* ce_rsce_accordeon_width_table */
.table {
    color: var(--f9);
}

.table th {
    font-size: var(--fs8);
    border-right: 1px solid var(--f1);
    border-bottom: 1px solid var(--f1);
    font-weight: var(--font-weight-medium);
    padding: 17px 30px;
}

.table th.col_0 {
    border-bottom: 1px solid var(--f8);
    hyphens: auto;
}
.table th.col_0 div {
    hyphens: auto;
}
.table th.col_0,
.table td.col_0 {
    background-color: var(--f1);
    font-weight: var(--font-weight-medium);
}

.table th.col_1 {
    background-color: var(--f5);
    hyphens: auto;
}
.table th.col_2 {
    background-color: var(--f5-60);
    hyphens: auto;
}

.table th.col_3 {
    background-color: var(--f5-40);
    hyphens: auto;
}
.table td {
    font-size: var(--fs4);
    border-right: 1px solid var(--f1);
    border-bottom: 1px solid var(--f1);
    border-top: 1px solid var(--f1);
    padding: 17px 30px;
    hyphens: auto;
}
.table td.col_0 {
    border-bottom: 1px solid var(--f8);
}


.footline {
    font-size: var(--fs10);
}

/* TABLE BG-lime */

.bg-lime .table th.col_1 {
    background-color: var(--f10);
}
.bg-lime .table th.col_2 {
    background-color: var(--f6);
}

/* TABLE width BGImage */
.ce_rsce_accordeon_width_table.BGImage {
    min-height: 420px;
}

.ce_rsce_accordeon_width_table.BGImage::after,
.ce_rsce_table_with_headline.BGImage::after {
    background: linear-gradient(0deg, #254A51 0%, #3B5C62E4 0%, #395A60E7 48%, #C8C8C814 99%, #FAFAFA 100%) 0 0 no-repeat;
    bottom: 0;
    content: "";
    height: 100%;
    left:0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 1;
}
.ce_rsce_accordeon_width_table.BGImage .container,
.ce_rsce_table_with_headline.BGImage .container {
    z-index: 1;
    position: relative;
}
.BGImage table th,
.BGImage table td,
.BGImage table th,
.BGImage table td {
    background-color: var(--f1);
    border-bottom: 1px solid var(--f8);
    border-right: 1px solid var(--f8);
}
.BGImage table th.col_0,
.BGImage table td.col_0,
.BGImage table th.col_0,
.BGImage table td.col_0 {
    background-color: var(--f8);
    border-bottom: 1px solid var(--f1);

}
.ce_rsce_accordeon_width_table.BGImage .footline,
.ce_rsce_table_with_headline.BGImage .footline {
    z-index: 1;
    position: relative;
    color: var(--f8);
}

.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_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;
    border-radius:0;
    cursor: pointer;
}
.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(--f1);
    font-size: unset;
}

.accordion-button:not(.collapsed) {
    color: var(--f1);
    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("../../images/icon/icon_arrow_down_yellow.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("../../images/icon/icon_x_yellow.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: -18px;
    top: -6px;
}

.ce_rsce_accordeon_width_table .accordion-body .table {
    margin-bottom: 0;
}
/**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(--f8);
}
.tableFixHead .table th {
    border-bottom: 2px solid var(--f1);
}
.tableFixHead .table th.col_2 {
    background-color: #D1E0A2;
}

/* Zeilen farblich hervorheben */
.table tr.bg-petrol ,
.BGImage .table tr.bg-petrol,
.table tr.bg-lime ,
.BGImage .table tr.bg-lime,
.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(--f9);
    padding: 17px 30px;
}
.table tr.bg-lime div,
.BGImage .table tr.bg-lime div {
    background-color: var(--f5);
    padding: 17px 30px;
}

.table tr.bg-white div,
.BGImage .table tr.bg-white div {
    background-color: var(--f1);
    padding: 17px 30px;
}

.table tr.bg-white div,
.BGImage .table tr.bg-white div {
    background-color: var(--f1);
    padding: 17px 30px;
}
.table tr.bg-light-gray div,
.BGImage .table tr.bg-light-gray div {
    background-color: var(--f8);
    padding: 17px 30px;
}

.table tr.bg-lime-blue-gradient div,
.BGImage.table tr.bg-lime-blue-gradient div {
    background: linear-gradient(127deg, #C5D77E 0%, #41808F 100%) 0 0 no-repeat;
    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-lime td,
.BGImage .table tr.bg-lime 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(--f8);
    border-bottom: 0 solid var(--f1);
    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;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 0;

}
.ce_rsce_accordeon_width_text .accordion .accordion-header .headline p{
    hyphens: auto;
    font-size: var(--fs6);
    padding:28px 65px 27px 10px;
    color: var(--f17);
    margin: 0;
}

.ce_rsce_accordeon_width_text .accordion .accordion-body {
    padding: 8px 0 15px 10px;
    color: var(--f7);
}

.ce_rsce_accordeon_width_text .accordion .accordion-body p {
    margin-right: 70px;
}

.ce_rsce_accordeon_width_text .accordion .accordion-body p a {
    color: var(--f5);
    text-decoration: none;
    outline: none;
    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(--f17);
    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("../../images/icon/icon_arrow_down_yellow.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("../../images/icon/icon_x_yellow.svg");
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 14px;
}



.accordion-mobile {
    background-color: var(--f18);
}
.accordion-mobile .nav-tabs .nav-item .nav-link {
    color: var(--f1);
}

.accordion-mobile .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--f1);
}

.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(--f5);
}

.accordion-mobile #acc-tab1-0 .tab-line:first-of-type,
.accordion-mobile #acc-tab1-1 .tab-line:first-of-type {
    background-color: var(--f5-60);
}

/*** Barrierfrei Links Button Accordeons etc. ***/


.ce_hyperlink.text-link a.text-link {
    tabindex: 0;
    outline: 1px solid transparent;
    outline-offset: 2px;
}

.ce_hyperlink.text-link a.text-link:focus-visible {
    outline: 2px solid var(--f5)!important; /* Oder Ihre Brand-Farbe */
    outline-offset: 9px;
    border-radius: 30px;
}

.accordion-header .headline[type="button"] {
    cursor: pointer;
    outline: none;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
}


.accordion-header .headline[type="button"]:focus-visible {
    border-top: 2px solid var(--f5) !important;
    outline-offset: -4px !important;
    border-bottom: 2px solid var(--f5);
}

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(--f5) 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);
    }
}

/**********/

@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;
    }
}

@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);
    }

}

@media only screen and (max-device-width: 991px) {
    .container {
        max-width: 98% !important;
    }
}

@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);
    }
    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;
    }



}


@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;
    }

    .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);
    }

    h3 {
        font-size: var(--fs4);
    }

    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(--f1);
        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.checkliste li{
        font-size: 1.8em;
        line-height: 1.6;
    }

    .ce_hyperlink .btn.large {
        font-size: var(--fs4);
    }

    .ce_hyperlink .btn {
        font-size: var(--fs7);
    }
    .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;
    }


    #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;
    }

}

@media only screen and (max-device-width: 575px) {

    h1 {
        font-size: var(--fs2);
    }
    h2 {
        font-size: var(--fs14);
        font-weight: var(--font-weight-regular);
    }
    .padding-lg {
        padding-bottom: 30px;
    }

    h3 {
        font-size: var(--fs11);
        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: 80px;
    }

    .padding-xxl {
        padding-bottom: 100px;
    }

    .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;
    }


    .nav-tabs .nav-item .nav-link {
        font-size: var(--fs-2);
        padding: 20px 5px;
    }

    .tab-content .tab-line {
        font-size: var(--fs7);
    }

    #footer div.line-bottom {
        border-bottom: 0.1em solid var(--f1);
    }

    #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) {



    .padding-top-md {
        padding-top: 30px;
    }

    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(--f7);
    }
    .ce_rsce_header_width_slider .line-bottom {
        border-bottom: 0.1em solid  var(--f1);
    }

    .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;
    }
}
