:root {
    --white: #fff;
    --primary: #00AA84;
    --secondary: #5b80ae;
    --error: #ae5b5b;
    --headline: #3c3c3b;
}

.bg-thielkasse-grey {
    background-color: #f1f4f6;
}

.bg-thielkasse-white {
    background-color: #fff;
}

.WrapperRight {
    background-image: url("/_layouts/15/ThielkasseFbaRegistration/images/Heroimage.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 80%;
    background-origin: content-box;
    background-position-y: 100%;
    width: 50%;
}

    .WrapperRight.BereichArticle,
    .WrapperRight.Article {
        background-image: none;
    }

.Logo {
    width: 80px;
    transition: all 800ms ease-in-out;
}

    .Logo.close {
        width: 50px;
    }

.Banner {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

    .Banner a {
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .Banner img {
        width: 100%;
        height: auto;
    }

.LogoText {
    margin-bottom: 40px;
}

    .LogoText h1 {
        font-family: "bebas-neue", sans-serif;
        font-size: 40px;
        margin-bottom: 160px;
        color: #3c3c3b;
        letter-spacing: 6px;
        margin: 0px;
    }

    .LogoText p {
        font-family: "Lora", serif;
        font-weight: 300;
        color: #3c3c3b;
    }

.LogoText-image {
    max-width: 380px;
    width: 100%;
    height: auto;
}
/* Inputs */

.Thielkasse-input {
    margin-bottom: 22px;
}

    .Thielkasse-input label {
        font-family: "bebas-neue", sans-serif;
        text-align: center;
        font-size: 1rem;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        /*chris*/
        letter-spacing: 0.06em; /**/
        text-align: center;
        color: #3c3c3b;
    }

    .Thielkasse-input input,
    .Thielkasse-input select,
    .Thielkasse-input textarea {
        font-size: 1rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: normal;
        padding: 9px 16px;
        border-radius: 10px;
        /* box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.19); */
        box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.04), inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        background-color: #f1f4f6;
    }

    .Thielkasse-input textarea {
        height: 220px;
    }

.Thielkasse-input-registration {
    margin-bottom: 22px;
}

    .Thielkasse-input-registration label {
        font-family: Calibri;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        /*chris*/
        letter-spacing: 0.06em; /**/
        text-align: center;
        color: #3c3c3b;
    }

    .Thielkasse-input-registration input,
    .Thielkasse-input-registration select,
    .Thielkasse-input-registration textarea {
        font-size: 1rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: normal;
        padding: 9px 16px;
        border-radius: 10px;
        /* box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.19); */
        box-shadow: inset 0 -1px 1px 0 rgba(0, 0, 0, 0.04), inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        background-color: #f1f4f6;
    }

    .Thielkasse-input-registration textarea {
        height: 220px;
    }

.Thielkasse-submit {
    margin-top: 18px;
    margin-bottom: 68px;
}

.Thielkasse-Btn {
    font-family: "bebas-neue", sans-serif;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
    background-color: #00AA84;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    /*chris*/
    letter-spacing: 0.06em; /**/
    color: white;
    padding: 10px 38px;
    /*chris*/
    padding-bottom: 0.258em;
    padding-top: 0.533em; /**/
}

.Footer {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

    .Footer ul li {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .Footer ul li a {
            font-family: "Montserrat", sans-serif;
            font-size: 0.85rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.4;
            letter-spacing: normal;
            text-align: center;
        }

.LeftContentWrapper--body {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    /*chris*/
    font-weight: 300; /**/
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #3c3c3b;
}

.WrapperRight {
    margin-left: 50%;
}

.Bereich h1 {
    font-family: "bebas-neue", sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: 1px;
    color: #3c3c3b;
    margin-top: 15%;
}

    .Bereich h1:after {
        content: "";
        width: 0px;
        height: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        background: #00AA84;
        display: none;
    }

.BereichArticle article {
    margin-top: 140px;
}

.Article article {
    margin-top: 0px;
}

.Article .ArticleWrapper {
    margin-top: 64px;
    margin-bottom: 64px;
}

article p {
    margin-bottom: 32px;
}

article h1 {
    font-family: "bebas-neue", sans-serif;
    position: relative;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    /*chris*/
    letter-spacing: 0.06em; /**/
    color: #3c3c3b;
    margin-bottom: 12px;
}

    article h1:after {
        content: "";
        width: 40px;
        height: 4px;
        margin-top: 16px;
        margin-bottom: 30px;
        background: #00AA84;
        display: none;
    }

article h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.16667rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    text-transform: none;
    /*chris*/
    letter-spacing: normal; /**/
    color: #3c3c3b;
}

    article h2:after {
        content: "";
        width: 0px;
        height: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        background: #00AA84;
        display: none;
    }

article img {
    margin-bottom: 40px;
}

nav.MainNavigation ul li a {
    margin-left: 0px;
}

nav.MainNavigation ul li {
    margin-top: 16px;
    margin-bottom: 16px;
}

    nav.MainNavigation ul li:hover {
        cursor: pointer;
    }

    nav.MainNavigation ul li a.inactive {
        opacity: 0.5;
    }

        nav.MainNavigation ul li a.inactive:hover {
            opacity: 1;
        }

    nav.MainNavigation ul li a.active {
        opacity: 1;
    }

nav.BereichNavigation ul li,
nav.MainNavigation.Bereich ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

nav.MainNavigation.Bereich {
    min-height: 100%;
}

    nav.BereichNavigation ul li.active .NavText,
    nav.MainNavigation.Bereich ul li.active .NavText {
        color: #3c3c3b;
    }

    nav.BereichNavigation ul li.inactive .NavText,
    nav.MainNavigation.Bereich ul li.inactive .NavText {
        color: #bdbebe;
    }

nav.MainNavigation ul li .Subnavigation li,
nav.BereichNavigation ul li .Subnavigation {
    margin-top: 5px;
    margin-bottom: 5px;
}

    nav.MainNavigation ul li .Subnavigation li a,
    nav.BereichNavigation ul li .Subnavigation li a {
        margin-left: 0px;
    }

nav.MainNavigation ul li .NavText,
nav.BereichNavigation ul li .NavText {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    /*chris*/
    letter-spacing: 0.06em; /**/
    color: #3c3c3b;
    text-transform: uppercase;
    padding-top: 7px;
}

    nav.MainNavigation ul li .NavText.withIcon {
        margin-left: 24px;
    }

nav.MainNavigation ul li a:hover .NavText,
nav.BereichNavigation ul li a:hover .NavText {
    color: #00AA84;
}

nav.MainNavigation ul li a:hover svg path {
    fill: #00AA84;
}

/*** STÖRER ***/

.stoerer {
    background-color: #79849b;
    z-index: 10000;
    padding: 20px;
    top: 0px;
    width: 100vw;
}

.stoerer-link {
    text-align: left;
}

.stoerer-close {
    right: 25px;
    bottom: -15px;
    position: absolute;
    transform: rotate(45deg);
}

    .stoerer-close div {
        position: absolute;
        background-color: #79849b;
    }

h1.stoerer-headline {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.06em;
    color: #fff;
    margin-bottom: 10px;
}

    h1.stoerer-headline:after {
        display: none;
    }

.stoerer-text p {
    color: #fff;
    font-size: 1rem;
    padding-right: 40px;
}

@media (min-width: 500px) {
    .stoerer {
        width: 25rem;
        height: 25rem;
        padding-right: 30px;
        padding-bottom: 85px;
        border-radius: 50%;
        left: -50px;
        padding-left: 90px;
        top: -100px;
        padding-top: 110px;
    }

    .stoerer-close {
        top: 105px;
        right: 5px;
        bottom: auto;
        position: absolute;
    }
}

.WrapperLeft,
.WrapperRight {
    transition: all 800ms ease-in-out;
}

.BereichNavigation ul li:hover {
    cursor: pointer;
}

    .BereichNavigation ul li:hover div.NavText {
        color: #00AA84;
    }

.BereichNavigation ul li .Subnavigation {
    display: none;
    transition: all 400ms ease-in-out;
}

.SubNavigation li.active .Subnavigation2 {
    display: block;
    height: auto;
}

.SubNavigation li:hover {
    cursor: pointer;
}

    .SubNavigation li:hover div.NavText2 {
        color: #00AA84;
    }

.Subnavigation2 {
    display: none;
    transition: all 400ms ease-in-out;
}

ul.SubNavigation li.active .Subnavigation2 {
    display: block;
    height: auto;
}

ul.SubNavigation li .Subnavigation2 {
    display: none;
    height: auto;
}

.Subnavigation2 a {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: bolder;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #3c3c3b;
}

    .Subnavigation2 a:hover,
    .Subnavigation2 a:hover span.additional {
        color: #5b80ae;
    }

    .Subnavigation2 a.active,
    .Subnavigation2 a.active span.additional {
        color: #00AA84;
    }

    .Subnavigation2 a span.additional {
        font-size: 0.85rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.4;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #8a8a87;
        margin-left: 8px;
    }

#openClose {
    position: absolute;
    right: 24px;
    z-index: 3;
    top: 50%;
    margin-top: -10px;
    transition: all 800ms ease-in-out;
}

    #openClose:hover,
    #openClose:hover polygon {
        cursor: pointer;
        fill: #00AA84;
    }

    #openClose.close {
        transform: rotate(-180deg);
        right: 0px;
    }

.MainNavigation ul li div.NavText:hover {
    color: #00AA84;
    cursor: pointer;
}

.MainNavigation ul li.inactive div.NavText {
    color: #bdbebe;
}

.Searchbox,
.Profilebox {
    width: 32px;
    height: 32px;
    right: 20px;
    top: 20px;
}

    .Searchbox:hover,
    .Profilebox:hover {
        cursor: pointer;
    }

    .Searchbox.close {
        right: 42px;
    }

    .Searchbox svg,
    .Profilebox svg {
        width: 32px;
        height: 32px;
    }

        .Searchbox svg g,
        .Profilebox svg g {
            stroke: #00AA84;
        }

    .Searchbox:hover svg g,
    .Profilebox:hover svg g {
        stroke: #00AA84;
    }

.ArticleMeta {
    margin-bottom: 32px;
}

.ArticleMeta--item {
    margin-right: 16px;
}

.ArticleMeta--info {
    font-family: "bebas-neue", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.06em; /**/
    color: #8a8a87;
    margin-left: 2px;
}

.Article a:hover {
    color: #5b80ae;
}

.Article article h1 {
    font-size: 1.5rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.06em; /**/
}

.Article p {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
}

.Article ul li {
    font-family: "Montserrat", sans-serif;
    margin: 12px 0px;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #3c3c3b;
    list-style-type: circle;
    padding: 0;
    margin-left: 1rem;
}

.Article .ArticleDocuments ul li {
    font-family: "Montserrat", sans-serif;
    margin: 12px 0px;
    font-size: inherit;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #3c3c3b;
    list-style: none;
    padding: 0;
    margin-left: 1rem;
}

.ArticleDocuments--Icon svg path,
.ArticleFaq--Icon svg path,
.ArticleForm--Icon svg path {
    fill: #3c3c3b;
}

.ArticleDocuments a {
    color: #3c3c3b;
}

    .ArticleDocuments a:hover {
        color: #5b80ae;
    }

        .ArticleDocuments a:hover .ArticleDocuments--Icon svg path {
            fill: #5b80ae;
        }

.ArticleForm--headline,
.ArticleDocuments--headline,
.ArticleContact--headline,
.ArticleFaq--headline {
    margin-top: 4rem;
    margin-bottom: 0px;
    margin-left: -3px;
}

    .ArticleForm--headline h4,
    .ArticleFaq--headline h4,
    .ArticleContact--headline h4,
    .ArticleDocuments--headline h4 {
        font-family: "bebas-neue", sans-serif;
        font-size: 1.5rem;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: 0.06em; /**/
        color: #3c3c3b;
        text-align: center;
        margin-left: 2px;
    }

.ArticleForm--Icon,
.ArticleFaq--Icon,
.ArticleContact--Icon,
.ArticleDocuments--Icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: -0.08em;
}

@media (min-width: 1600px) {
    .ArticleDocuments--headline .ArticleDocuments--Icon,
    .ArticleFaq--headline .ArticleFaq--Icon,
    .ArticleContact--headline .ArticleContact--Icon,
    .ArticleForm--headline .ArticleForm--Icon {
        width: 32px !important;
        height: 32px !important;
    }
}

.ArticleForm--intro,
.ArticleFaq--intro,
.ArticleContact--intro,
.ArticleDocuments--intro {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 16px;
}

.ArticleForm--Eventtitle p {
    margin: 10px 0px;
}

.ArticleForm--Eventinfo {
    margin: 0px 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    padding-left: 46px;
    padding-right: 24px;
}

.ArticleForm input[type="radio"]:checked ~ div.ArticleForm--Eventinfo,
.ArticleForm input[type="radio"]:checked ~ div.ArticleForm--Eventinfo {
    height: auto;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
}

.ArticleForm--Eventinfo p {
    padding-top: 10px;
    margin: 0px;
}

    .ArticleForm--Eventinfo p span {
        font-weight: bold;
        padding-right: 5px;
    }

.ArticleForm--Eventtitle p span {
    font-weight: bold;
    padding-right: 5px;
}

.ArticleForm input[type="radio"]:checked + label {
    opacity: 1;
}

.ArticleForm--Eventbadge {
    background-color: #5b80ae;
    padding: 0px 5px;
    margin-left: 10px;
    font-size: 9px;
    color: #fff;
    border-radius: 3px;
    /* 2022/02 Style remove for responsive view */
    /* float: right; */
    margin-top: 7px;
    /* 2022/02 Style remove for responsive view */
    /* position: absolute; */
}

    .ArticleForm--Eventbadge::after {
        content: " ";
        border-style: solid;
        border-width: 6px 4px 6px 0;
        border-color: transparent #5b80ae transparent transparent;
        position: absolute;
        left: -4px;
        top: 3px;
    }

    .ArticleForm--Eventbadge.canceled {
        background-color: #ae5b5b;
    }

        .ArticleForm--Eventbadge.canceled::after {
            border-color: transparent #ae5b5b transparent transparent;
        }

    .ArticleForm--Eventbadge.done {
        background-color: #79849b;
    }

        .ArticleForm--Eventbadge.done::after {
            border-color: transparent #79849b transparent transparent;
        }
/* .ArticleForm--Eventcount {
  padding: 0px 5px;
  margin-left: 5px;
  font-size: 9px;
  color: #00AA84;
  border-radius: 3px;
  float: right;
  margin-top: 7px;
} */
.ArticleForm--Checkbox {
    margin: 4px 0px;
    width: 100%;
}

    .ArticleForm--Checkbox label {
        /*font-size: 12px;*/
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: normal;
        color: #bdbebe;
        margin-left: 12px;
    }

.ArticleForm input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
}

.ArticleForm input[type="radio"] {
    width: auto;
    float: left;
    margin-right: 0.75em;
    background: transparent;
    border: none;
}

    .ArticleForm input[type="radio"] + label {
        cursor: pointer;
    }

    .ArticleForm input[type="radio"]:checked,
    .ArticleForm input[type="radio"]:not(:checked) {
        background: transparent;
        position: relative;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

        .ArticleForm input[type="radio"]:checked + label::before,
        .ArticleForm input[type="radio"]:not(:checked) + label::before {
            content: " ";
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 7px;
            border: 2px solid #e1e6eb;
            background: #f1f4f6;
            margin-right: 1rem;
            /* 2022/02 Responsive style value added */
            margin-left: -1rem;
            /* END 2022/02 Responsive style value added */
            box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0.1);
        }

@media (min-width: 1600px) {
    .ArticleForm input[type="radio"]:checked + label::before,
    .ArticleForm input[type="radio"]:not(:checked) + label::before {
        top: 4px;
    }
}

.ArticleForm input[type="radio"]:checked + label::before,
.ArticleForm input[type="radio"]:not(:checked) + label::before {
    border-radius: 30px;
}

.ArticleForm input[type="radio"]:hover + label::before {
    background: #f1f4f6;
    box-shadow: inset 0 0 0 3px #f1f4f6;
}

.ArticleForm input[type="radio"]:checked + label::before {
    background: #00AA84;
    box-shadow: inset 0 0 0 3px #f1f4f6;
}

.ArticleForm label {
    font-family: "Montserrat", sans-serif;
    /*font-size: 12px;*/
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #3c3c3b;
    opacity: 0.7;
}

.ArticleForm input[type="radio"]:checked + label {
    color: #3c3c3b;
}

.ArticleFaq--list input {
    display: none;
}

.ArticleFaq--listentry {
    position: relative;
    margin-bottom: 1em;
}

.ArticleFaq--list .ArticleFaq--question {
    cursor: pointer;
    margin-bottom: 0.5em;
    margin-left: 24px;
}

    .ArticleFaq--list .ArticleFaq--question:hover {
        color: #5b80ae;
    }

.ArticleFaq--list .ArticleFaq--answer {
    height: 0px;
    overflow: hidden;
    margin-left: 24px;
}

.ArticleFaq--list input:checked ~ .ArticleFaq--answer {
    height: auto;
    overflow: visible;
}

.ArticleFaq--list .ArticleFaq--question:hover ~ .ArticleFaq--Icon {
    fill: #5b80ae;
    transition: all 0.2s;
}

.ArticleFaq--list .ArticleFaq--Icon svg path {
    fill: #00AA84;
}

.ArticleFaq--list input:checked ~ .ArticleFaq--Icon {
    transform: rotate(90deg);
    transition: all 0.5s;
}

.ArticleFaq--list .ArticleFaq--Icon {
    position: absolute;
    margin-left: 0px;
    top: 0px;
    transition: all 0.2s;
}

.ArticleContact--image {
    border-radius: 50%;
    margin-bottom: 0px;
}

.ArticleContact--entry {
    margin-bottom: 3em;
}

.ArticleContact--Text h2.subline {
    font-weight: 300;
    margin-top: -0.6em;
}

article button {
    margin-top: 32px;
}

#RegisterForm {
    display: none;
}

/* NEU 230102 (klasse RegisterOverlay ersetzen) */
.RegisterOverlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .RegisterOverlay {
        padding: 82px;
    }
}
/* END NEU 230102 */

.RegisterOverlay--body {
    position: relative;
    background-color: #f1f4f6;
    padding-top: 80px;
    padding-bottom: 32px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.29);
    border-radius: 10px;
    margin-left: 82px;
    margin-right: 82px;
    margin-top: 52px;
}

    .RegisterOverlay--body .Thielkasse-input input {
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: normal;
        background-color: #fff;
        color: #3c3c3b;
    }

.Overlay--body {
    position: relative;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 32px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.29);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.closeBtn {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

    .closeBtn:hover {
        opacity: 0.3;
        transition: all 300ms ease-in-out;
        cursor: pointer;
    }

    .closeBtn:before,
    .closeBtn:after {
        position: absolute;
        left: 15px;
        content: " ";
        height: 33px;
        width: 2px;
        background-color: #00AA84;
    }

    .closeBtn:before {
        transform: rotate(45deg);
    }

    .closeBtn:after {
        transform: rotate(-45deg);
    }

.Thielkasse-input.DropdownInput {
    position: relative;
}

.DropdownInput .ui-button:hover,
.ui-button:focus {
    border: 0px solid #cccccc;
    background: #fff;
    font-weight: normal;
    color: #3c3c3b;
}

.DropdownInput .ui-corner-all {
    border-radius: 10px;
}

.ui-selectmenu-menu {
    z-index: 99999;
}

.ui-selectmenu-button.ui-button {
    width: 100%;
    border: 0px;
}

.ui-widget {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    background-color: #fff;
    color: #3c3c3b;
    padding: 8px 16px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0px solid #003eff;
    background: #00AA84;
    font-weight: normal;
    color: #ffffff;
    padding: 8px 16px;
}

.ui-menu .ui-menu-item-wrapper {
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-widget.ui-widget-content {
    border: 0px;
}

.ui-widget-content {
    padding: 0px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 8px 16px;
}

.ui-icon-triangle-1-s {
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
    background-image: url("/_layouts/15/ThielkasseFbaRegistration/icons/close.svg") !important;
    background-position: 0 0;
}

.ui-selectmenu-icon.ui-icon {
    margin-top: 2px;
}

#BereichNavigation-1 {
    display: none;
}

.BereichNavigationWrapper {
    display: none;
    width: 100%;
}

.BereichNavigation {
    display: none;
}

.BereichHeadlineWrapper {
    margin-left: 114px;
    width: calc(100% - 114px);
    margin-top: 65px;
}

.BereichHeadline {
    font-size: 2.5rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #3c3c3b;
    font-family: "bebas-neue", sans-serif;
    display: none;
}

    .BereichHeadline.active {
        display: inline;
    }

.BereichHeadline {
    width: auto;
    /* 2022/02 NEW VALUE UPDATE  */
    padding-right: 40px;
}

.BereichNavigationWrapper {
    /* 2022/02 NEW VALUE UPDATE */
    padding-right: 40px;
}

.BereichNavigation {
    border-radius: 5px;
    width: auto;
    box-shadow: inset 0 8px 8px -8px transparent, inset 0 -8px 8px -8px transparent;
    height: 60%;
    overflow-y: scroll;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 32px;
}

    .BereichNavigation:hover {
        transition: all 1s;
        box-shadow: inset 0 8px 8px -10px grey, inset 0 -8px 8px -10px grey;
    }

ul.Subnavigation li a {
    font-size: 14px;
}

.Subnavigation a span.additional {
    line-height: 1.4;
}

ul.Subnavigation2 {
    padding-left: 10px !important;
}

    ul.Subnavigation2 li a {
        font-size: 12px;
    }

.Subnavigation-2 a span.additional {
    line-height: 1.2;
}

@media all and (-ms-high-contrast: none) {
    /* IE10 */

    *::-ms-backdrop,
    .BereichHeadlineWrapper {
        margin-left: 0px;
    }
    /* IE11 */
}

/*ARVATO*/

.Thielkasse-Btn-Hide {
    display: none;
}

.BereichNavigation-nocontent {
    display: none;
    margin: 0;
}

.SubBereichNavigation-nocontent > div {
    display: none;
    margin: 0;
}

.SubBereichNavigation-nocontent {
    margin: 0 !important;
}

.ModalRegisterDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 351;
    min-height: 75%;
    max-height: 100%;
    overflow-y: auto;
}

.ModalUserInfoDialog,
.ModalChangePwdDialog {
    position: fixed;
    width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 351;
    min-height: 45%;
    max-height: 100%;
    overflow-y: auto;
}

.ModalEventRegDialog,
.ModalEventListDialog {
    position: fixed;
    height: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 351;
    min-height: 45%;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 10px !important;
}

.ModalEventRegDialog {
    width: 800px;
}

.ModalEventListDialog {
    width: 950px;
}

.modal-overlay {
    z-index: 350;
}

body.modal-open {
    overflow: hidden;
}

table.Table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.Table tbody tr {
    border-radius: 15px;
}

    /* NEU 230102 */
    .Table tbody tr td {
        background-color: #ebeef0;
        padding: 16px;
        vertical-align: top;
        &.link-cell

{
    vertical-align: middle;
}

}

.Table tbody tr.disabled td {
    background-color: #ebeef0;
    color: #bdbebe;
    padding: 16px;
    vertical-align: top;
}

.Table thead tr th {
    padding: 16px;
    text-align: left;
    vertical-align: top;
}
/* END NEU 230102 */

.Table tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.Table tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.modalDialog div div h3 {
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: var(--headline);
    font-family: "bebas-neue", sans-serif !important;
}

.modalDialog--text-link {
    color: var(--secondary);
}

    .modalDialog--text-link:hover {
        color: var(--primary);
    }

    .modalDialog--text-link:disabled {
        color: rgba(0, 0, 0, 0.1);
    }

.modalDialog--downloads-list {
    background-color: #f1f4f6;
    border-top: 1px solid #fff;
    border-radius: 8px !important;
    border-bottom: 1px solid rgba(131, 131, 131, 0.2);
    border-left: 1px solid rgba(131, 131, 131, 0.1);
    border-right: 1px solid rgba(131, 131, 131, 0.1);
    box-shadow: 0px 5px 8px 2px rgba(131, 131, 131, 0.2);
    top: 50px;
    z-index: 1000;
}

.hidden {
    /* VONS006 */
    display: none;
}

.Thielkasse-Btn:disabled {
    /* VONS006 */
    background-color: #8a8a87;
}

.Thielkasse-Btn[disabled]:hover {
    /* VONS006 */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
}

.text-ellipsis {
    /* VONS006 */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Profil DropDownList Style */

.dropdown-menu > a,
.dropdown-menu > div {
    font-family: "Montserrat", sans-serif;
}

    .dropdown-menu > div:hover {
        color: #5b80ae;
    }

.dropdown-toggle::after {
    display: none !important;
}

/*Passwort Change*/

.form-group,
.btn-default {
    font-family: "Montserrat", sans-serif;
}

.registerInfoText,
.loginInfoText {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
}

/*Answers in FAQ smaller*/

.ArticleFaq--answer {
    font-size: smaller;
}

#ArticleFaqs,
#ArticleContacts,
#ArticleDocuments,
#ArticleAppointments {
    margin-top: 32px;
}

.ReadMoreButton {
    color: #00AA84 !important;
}

    .ReadMoreButton:hover {
        cursor: pointer;
    }

.Thielkasse-Btn.cancle {
    background-color: #575755;
}

#modalDialogStep1 div div h3 {
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: var(--headline);
    font-family: "bebas-neue", sans-serif !important;
}

.closeImageDiv {
    position: relative;
    z-index: 900;
    cursor: pointer;
}

.closeImage {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
}

.menuname {
    right: 30px;
    position: absolute;
    white-space: nowrap;
}

.event-date-description ol,
.event-date-description ul,
.event-description ol,
.event-description ul,
.eventreg-event-description ol,
.eventreg-event-description ul {
    list-style: inside !important;
}

.showAsParagraph {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #3c3c3b;
}

.LeftContentWrapper div#openClose:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 99999px;
}

@keyframes pulseAnimation {
    0% {
        box-shadow: 0 0 0 0px rgba(80, 199, 153, 0.5) inset;
        height: 20px;
        width: 20px;
        margin-left: 0px;
        margin-top: 0px;
    }

    100% {
        box-shadow: 0 0 0 150px transparent inset;
        height: 200px;
        width: 200px;
        margin-left: -90px;
        margin-top: -90px;
    }
}

.LeftContentWrapper div#openClose:before {
    animation: pulseAnimation 1s;
    animation-delay: 2s;
}
/*Bugfixing 27.02.2024 von Chris ergänzt*/
.Article p {
    font-family: "Montserrat", sans-serif;
    line-height: 1.8;
}

article p {
    margin-bottom: 12px;
}

article h5 {
    font-weight: bold;
}

/* BUGFIX BILDER */
.ArticleContact--image {
    aspect-ratio: 1;
    background-position: center;
    object-fit: contain;
}
/* List style */
#contentArea ul li {
    line-height: 1.7;
    position: relative;
    list-style: none;
}

    #contentArea ul li::before {
        height: 12px;
        width: 20px;
        position: absolute;
        border-left: 2px solid var(--primary);
        left: -1rem;
        top: 0.5rem;
        content: " ";
    }

.Article ol li {
    font-family: "Montserrat", sans-serif;
    margin: 12px 0px;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #3c3c3b;
    padding: 0;
    margin-left: 2rem;
    list-style: decimal-leading-zero;
}

    .Article ol li::marker {
        color: var(--primary);
    }

.ArticleDocuments--Icon {
    min-width: 20px;
}

.ArticleDocuments ul li a {
    align-items: flex-start;
}

.ArticleDocuments ul li a {
    text-align: left;
    line-height: 1.4;
}

    .ArticleDocuments ul li a .ArticleDocuments--Icon {
        margin-top: 0.1rem;
    }
/* Seminaranpassungen */
.ArticleForm--Checkbox label {
    position: relative;
    padding-left: 24px;
}

    .ArticleForm--Checkbox label:before {
        position: absolute !important;
        left: -4px;
    }

.ArticleForm--Eventinfo {
    padding-left: 36px;
}

    .ArticleForm--Eventinfo ul li {
        margin-left: 12px;
        list-style-type: none;
        position: relative;
    }

        .ArticleForm--Eventinfo ul li::before {
            left: -12px;
            list-style-type: none;
            content: "|";
            position: absolute;
            font-weight: bold;
            color: var(--primary);
        }
/*Bugfixing Contact Image*/
@media (min-width: 640px) {
    .ArticleContact--image {
        margin-left: 24px;
    }
}

/* Subnavigation. bugfix */
.Subnavigation li.active {
    color: var(--primary);
}

.Subnavigation li:hover {
    text-decoration: underline;
    color: var(--primary);
}

article a {
    text-decoration: underline;
}

.InfoBox {
    display: flex;
    width: 100%;
    border-radius: 5px;
    padding: 24px 32px 16px 16px;
    margin-top: 32px;
    margin-bottom: 32px;
    --InfoBox-Background: #f1f4f6;
    --InfoBox-Foreground: #79849b;
}

.InfoBox--success {
    --InfoBox-Background: #00AA8420;
    --InfoBox-Foreground: #00AA84;
}

.InfoBox--warning {
    --InfoBox-Background: #cd633d20;
    --InfoBox-Foreground: #cd633d;
}

.InfoBoxLeft {
    width: 20px;
    padding-top: 1px;
}

.InfoBoxRight {
    width: 100%;
    padding-left: 16px;
}

    .InfoBoxRight h1,
    .InfoBoxRight h2,
    .InfoBoxRight h3,
    .InfoBoxRight h4,
    .InfoBoxRight h5 {
        font-size: 1.1rem;
        padding-bottom: 8px;
        font-weight: 400;
    }

.InfoBox {
    background-color: var(--InfoBox-Background);
}

.InfoBox-Icon svg path {
    fill: var(--InfoBox-Foreground);
}

.InfoBoxRight h1,
.InfoBoxRight h2,
.InfoBoxRight h3,
.InfoBoxRight h4,
.InfoBoxRight h5 {
    color: var(--InfoBox-Foreground);
}

.InfoBoxRight p {
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--InfoBox-Foreground);
}

.InfoBoxRight a {
    text-decoration: underline;
    color: var(--InfoBox-Foreground);
}

.goog-te-gadget img {
    display: inline;
}

#ArticleAppointmentList {
    align-self: flex-start;
}

#filterDropdownButton {
    background-color: #ebeef0 !important;
}

#filterDropdownMonthButton {
    background-color: #ebeef0 !important;
}

#filterDropdownMenu {
    background-color: #ebeef0 !important;
}

#filterDropdownMonthMenu {
    background-color: #ebeef0 !important;
}

.filter-option.selected {
    background-color: #8de4ca;
    color: #1f2937;
}

#AppointmentOverview .relative.inline-block {
    height: fit-content;
    min-height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

    #AppointmentOverview .relative.inline-block > .relative {
        height: fit-content;
        min-height: auto;
        display: block;
        margin: 0;
        padding: 0;
    }

#filterDropdownButton {
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 0.5rem 0.75rem;
}

#filterDropdownMonthButton {
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 0.5rem 0.75rem;
}

.filter-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #ebeef0 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

    .filter-checkbox:checked {
        background-color: #ebeef0 !important;
        border-color: #d1d5db !important;
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%2300AA84' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e") !important;
        background-size: 12px 12px !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .filter-checkbox:focus {
        border-color: #00AA84 !important;
        box-shadow: 0 0 0 1px #00AA84 !important;
    }

.Table tbody tr td a svg {
    color: inherit;
    vertical-align: middle;
}

.Table tbody tr td a:hover svg {
    color: #5b80ae;
}

.Table thead {
    margin-top: 0.25rem !important;
}

.Table th:nth-child(1),
.Table td:nth-child(1) {
    width: 50%;
}

.Table th:nth-child(2),
.Table td:nth-child(2) {
    width: 35%;
    white-space: nowrap;
}

.Table th:nth-child(3),
.Table td:nth-child(3) {
    width: 15%;
}

.ArticleForm--Eventtitle span {
    color: #00AA84 !important;
}

.ArticleForm--Eventtitle,
.ArticleForm--intro {
    text-align: left !important;
}

    .ArticleForm--Eventtitle p {
        text-align: left !important;
        margin: 0;
        margin-left: 0 !important;
    }

#ArticleAppointments {
    margin-top: 2rem;
}

#ArticleAppointmentContent {
    border: 2px solid #ebeef0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 3rem;
    width: 100%;
}

#ApplyAppointment {
    position: absolute;
    bottom: -7px; /* Half of button height to center on border */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#ArticleAppointmentContent > .flex {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 0 10px;
}

#ArticleAppointmentInfo,
#ArticleAppointmentList,
#ArticleAppointmentConfirm {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#ArticleAppointmentInfo {
    margin-bottom: 1rem;
}

#ArticleAppointmentList {
    margin-bottom: 1rem;
    padding-left: 0.5rem !important;
}

.ArticleForm--headline h4 {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

#ApplyAppointment {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

#ArticleAppointments label,
#ArticleAppointments p {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#ArticleAppointmentContent,
#ArticleAppointmentList,
.ArticleForm--Checkbox {
    overflow: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#ArticleHeading,
article h1,
article h2,
article h3,
article h4,
.ArticleForm h1,
.ArticleForm h2,
.ArticleForm h3,
.ArticleForm h4 {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.appointment-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #666;
}

.appointment-loading-spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-right: 1rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}