/* ==========================================================================
   inklusionsdatenbank.css: Inklusionsdatenbank
   site\flex\inklusion_email.perl
   ========================================================================== */

body #binding {
    line-height: 1.5; /* important for link styling from style.min.css */
}

.inklusion-provider-preview a,
.inklusion-provider-preview p,
.inklusion-vorschau a,
.inklusion-vorschau p,
.offer__cost {
    font-size: 1rem;
}

#inklusion_preview_container {
    margin-top: 1rem;
}

.wrapper--target-group ul,
.wrapper--description ul {
    font-size: 1rem;
    margin: 0 0 1.5rem 0;
    list-style-type: square;
}

.wrapper--target-group li:not(.category-tag__item),
.wrapper--description li {
    font-size: 1rem;
    margin-left: 1.25rem;
    padding-left: 1.25rem;
}

.wrapper--target-group {
    margin-bottom: 1.5rem;
}

/* Feedback Button aus style_dodb.css */
.box {
    display: block;
}
.cta {
    position: relative;
    text-decoration: none;
    transition: all .5s;
}
.cta--xl {
    text-align: center;
}
.bg--highlight.cta, .bg--highlight.cta:hover {
    color: #fff;
    text-decoration: none;
}
.bg--highlight.cta:hover {
    background: var(--theme-bg-highlight-hover);
}
.bg--highlight .cta svg,  .bg--highlight.cta svg, .bg--highlight a svg {
    fill: #fff;
    opacity: .8;
}
.cta--icon-left {
    padding: 1rem .5rem 1rem 3.5rem;
}
.icon--left-box, .detailinfo .do-online .icon--left-box {
     left: 1rem;
}
.icon--feedback {
    height: 1.75rem;
    top: calc(50% - .875rem);
    width: 1.75rem;
}

a.inkl-feedback-button--offer {
    display: block;
}

#inklusion_container .inkl-feedback-button--offer,
#inklusion-dialog .inkl-feedback-button--offer,
.inklusion-container .inkl-feedback-button--offer,
.inklusion-vorschau .inkl-feedback-button--offer /* TODO: remove if button is needed in web savemode */ {  /*TODO: use different classes for form and final savemode */
    display: none;
}



/* Icon-Liste aus htdocs\css\tdot_programm.css*/

.marker-list {
    display: flex;
    margin-top: .5rem;
    margin-right: 2.5rem;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.accessibility-marker__icon-wrapper {
    margin: 0 0.25rem 0 0;
    background: #fff;
    position: relative;
    border: 0.125rem solid #666;
    border-radius: 0.5rem;
    color: #666;
    font-size: 1rem;
    display: inline-flex;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    align-items: center;
    width: fit-content;
}

.marker__icon-wrapper {
    width: 3rem;
    height: 2rem;
    background: #fff;
    position: relative;
    border: 2px solid #666;
    border-radius: 5px;
    color: #666;
    font-weight: bold;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker__icon-wrapper[data-tooltip-hover] {
    cursor: pointer;
}

.icon-wrapper--partly {
    border: 2px dashed #666;
}

.control__label--switch .marker__icon-wrapper {
    margin-left: 4rem;
    margin-top: -.125rem;
}

.marker__icon-wrapper:last-child {
    margin-right: 0;
}

.marker__icon-wrapper--new {
    text-align: center;
    font-size: 1rem;
    line-height: 1.625rem;
}


.location-equipment-list .list-item {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    margin-right: 1.5rem;
    margin-bottom: .5rem;
}

/* Icons htdocs\css\tdot_programm.css*/
.marker__icon {
    fill: currentColor;
}

.marker__icon-wrapper--accessibility {
    width: 1.5rem;
    height: 1.5rem;
}

.marker__icon-wrapper--accessibility-p,
.marker__icon-wrapper--accessibility-wc,
.marker__icon-wrapper--restrooms,
.marker__icon-wrapper--lift,
.marker__icon-wrapper--no-accessibilty,
.marker__icon-wrapper--accessibility-hearing-loop,
.marker__icon-wrapper--sign-language,
.marker__icon-wrapper--guidance-system-blind,
.marker__icon-wrapper--easy-to-read {
    width: auto;
    height: 1.5rem;
}



.marker__icon-wrapper--free {
    position: absolute;
    top: .125rem;
    left: .625rem;
    width: 1.5rem;
    height: 1.5rem;
}


.invisible  {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* see also site\sass\backend_ui\_tags.scss */

 .wrapper--inkl-description .category-tag__group--type-theme,
 .category-tag__group--targetgroup-needs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
}

    .category-tag__item {
    border-radius: 0.5rem;/*ui-border-radius*/
    background-color: #f2f2f2;
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    color: #333;
    list-style-type: none;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

    .category-tag__item--inverted {
        background-color: #fff;
        border: 0.125rem solid #666;
    }

.category-tag__item .icon {
    fill: #666;
}


/* site\sass\backend_ui\_input.scss - radio button */

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-group label {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
}

.radio-group input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1rem;
    height: 1rem;
    border: 0.15rem solid #464646;
    border-radius: 50%;
    transform: translateY(-0.075rem);
    display: grid;
    place-content: center;
    flex-shrink: 0;
}

.radio-group input[type="radio"]::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1rem 1rem var(--theme-bg-highlight);
    flex-shrink: 0;
}

.radio-group  input[type="radio"]:checked {
    border: 0.15rem solid var(--theme-bg-highlight);
}

.radio-group  input[type="radio"]:checked::before {
    transform: scale(1);
}

/* ==========================================================================
FIELDSET siehe auch site\sass\global\_form_items.scss
========================================================================== */

.wrapper--fieldset /* Rahmen um fieldset, damit absolut nach oben positionerte legend ausreichend Platz hat */{
    padding-top: 2rem;
}
.wrapper--fieldset-first /* Rahmen um erstes fieldset, damit absolut nach oben positionerte legend ausreichend Platz hat */{
    padding-top: 3rem;
}

.wrapper--relative {
    position: relative;
}

.fieldset--basic {
    background: hsl(0, 0%, 94%);
    border-radius: 0.5rem;
    border-width: 0.125rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 1rem 1rem;
}

.legend--basic {
    bottom: calc(100% + (0.5*0.5rem));
    display: block;
    font-size: 1rem;
    left: 0;
    position: absolute;
    border-bottom: none;
}

.label--basic span {
    font-size: 1rem;
}

.input--basic {
    border: 0.125rem solid hsl(0, 0%, 73%);
}


/* textarea site\sass\backend_ui\_input.scss */
.input__textarea {
    border: 1px solid #9ca3af;
    border-radius: 0.5rem;
    color: #737373;
    font-size: 1rem;
    margin: 0;
    resize: vertical;
    min-height: 4.25rem;
    max-height: 10rem;
    padding: 0.5rem;
    width: 100%;
    font-family: 'Atkinson Hyperlegible Next', sans-serif;
}

/* site\sass\backend_ui\_layout.scss */

.actions--row {
align-items: center;
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 0.5rem;
margin: 0;
}

.actions--alignright{
justify-content: flex-end;
}

/* Anbieter Unterüberschrift */

.subheading {
margin: 0;
width: 100%;
color: #333333;
font-size: calc(1.25rem * var(--font-factor, 1)) /*$font-size-h3*/;
}

.button--accordion .subheading {
    line-height: 1.15;
    display: inline-flex;
    flex-direction: column;
    row-gap: 0.5rem;
    font-size: calc(1.15rem * var(--font-factor, 1)) /*$font-size-h3*/;
}

/* Überschriften */
.h2 {
    font-weight: normal;
    font-size: calc(1.5rem * var(--font-factor, 1)) /*$font-size-h2-mobile*/;
    margin: 1.25rem 0 0.75rem 0;
}

.h3 {
    margin: 1.25rem 0 0.75rem 0;
    width: 100%;
    font-weight: normal;
}

.h4 {
    font-size: calc(1.125rem * var(--font-factor, 1));
    margin: 1.25rem 0 0.75rem 0;
    width: 100%;
    font-weight: normal;
}

.button--accordion .mainheading {
    line-height: 1.75;
}

/* allgemein */

.wrapper--inkl-description {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.wrapper--inkl-description .h3 {
    margin-top: 0;
}

/* taken from style.min.css to make preview in editmode look better */

.box--rounded {
    border-radius: 0.5rem;
    border: 0.125rem solid #ccc;
}

.nested-bg {
    background-color: #f0f0f0;
}

.box {
    margin-bottom: .9375rem;
}

.island {
    padding: 5px 5px;
}

@media only all and (min-width: 36.875em) {
    .island {
        padding-bottom: .9375rem;
        padding-top: .9375rem;
        padding-left: 2.63157895%;
        padding-right: 2.63157895%;
    }
}


ul {
    margin: 0 0 1.5rem 0;
}

.list-links {
    list-style-image: none;
    list-style-type: none;
}

.link-wrapper--icon {
    margin-left: 1.75rem;
}

.icon--link {
    height: 1rem;
    left: -1.75rem;
    top: .25rem;
    width: 1.125rem;
    fill: var(--theme-bg-highlight);
}

/* =====================
 Linkliste Hydra Layout
 =======================*/


 .list--icon {
    list-style: none;
    padding-left: 0;
 }

 .wrapper--icon-text {
    align-items: baseline;
    -moz-column-gap: .875rem;
    column-gap: .875rem;
    display: flex;
    position: relative;
}

 a.wrapper--icon-text {
    width: fit-content;
 }


.wrapper--icon-text svg {
    flex-shrink: 0;
}

.icon--mark {
    fill: #404040;
    height: 1.125rem;
    position: relative;
    top: .0625rem;
    width: 1.125rem;
}

a .icon--mark {
    fill: var(--theme-bg-highlight);
}

@media only all and (min-width: 53em) {
    a.wrapper--icon-text {
        line-height: 1.75; /*2*/
    }
}




.button--accordion .subheading {
    line-height: 1.25;
    font-size: calc(1.25rem * var(--font-factor, 1)) /*$font-size-h3*/;
}



#inklusion_container h3 {
    font-size: 1rem;
    font-weight: normal;
}

.entity__cost,
.entity__organisation,
.entity__location {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
    margin: 1rem 0 1rem 0;
    width: 100%;
}

.entity__organisation,
.entity__location {
    & .subheading {
        font-size: calc(1.125rem * var(--font-factor, 1)) ;
    }
}


.location__map {
    width: 100%;
    background-color: #efefef;
    aspect-ratio: 2 / 1;
}

.organisation__logo, .offer__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer__logo img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}


.organisation__logo img {
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.inklusion_bar_hotfix {
    display: flex !important;
    float: none !important;
}



@media only all and (min-width: 55em) {

    .organisation__logo,
    .location__map,
    .location__details {
        max-width: 49%;
    }

    .offer__logo {
        max-width: 33.3%;
    }

    .location__map {
        aspect-ratio: 3 / 2;
    }

    .entity__organisation {
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 1.75rem;
    }

    .wrapper--inkl-description {
        flex-direction: row;
        gap: 1.75rem;
    }

    .wrapper--inkl-description .offer__logo {
        width: 33.3%;
        align-items: flex-start;
    }

    .wrapper--inkl-description .offer__logo ~ .offer__text {
        width: 66.6%;
        align-items: flex-start;
    }

    .wrapper--inkl-description .offer__text {
        width: 100%;
    }
}


/* ==============================================================
AKKORDION site\sass\miniweb_content\_accordion.scss
=================================================================*/
/*
.wrapper--accordion {
    --toggle-width: 2.5rem;
    --toggle-height: 1.25rem;
    --toggle-padding: .125rem;
    --toggle-button-size: calc(var(--toggle-height) - var(--toggle-padding) * 2);
    margin-bottom: 2rem;
    }

    .wrapper--accordion + .wrapper--accordion {
        margin-top: -3.6rem;
    }

    .wrapper--accordion .control-area {
        cursor: pointer;
        min-height: 2.625rem;
        padding: 0.5rem 1/2*0.5rem;
        position: relative;
     }
     .wrapper--accordion .accordion__toggle-control {
        background: none;
        border: none;
        position: absolute;
        right: 1/2*0.5rem;
        top: 1.125rem;
    }
    .wrapper--accordion .icon--toggle {
        height: 1.5rem;
        transition: all .5s;
        width: 1.5rem;
    }



.accordion__heading {
    font-size: 1.1875rem;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 3.5rem;
}

.wrapper--accordion[data-status="is-open"] .wrapper--accordion[data-status="is-closed"] .icon--toggle,
.wrapper--accordion[data-status="is-closed"] .icon--toggle {
    transform: rotate(-180deg);
}
.wrapper--accordion[data-status="is-open"] .wrapper--accordion[data-status="is-open"] .icon--toggle,
.wrapper--accordion[data-status="is-open"] .icon--toggle {
    transform: rotate(0);
}
*/
.wrapper--accordion[data-status="is-open"] .content-area {
    display: block;
    padding: 1rem 0;
}

.wrapper--accordion[data-status="is-closed"] .content-area {
    display: none;
}
/*
.box--border-top-bottom {
    border: none;
    border-bottom: .125rem solid hsl(0, 0%, 80%);
    border-top: .125rem solid hsl(0, 0%, 80%);
}

@media only all and (min-width: 36.875em) {

    .wrapper--accordion .control-area  {
        padding: 1rem 1rem 1rem 0;
    }

    .wrapper--accordion .control-area .wrapper--img-text {
        margin-left: 0;
    }

}
*/

.tooltip .header-area {
    padding: 1rem 1rem 1rem 1rem;
}

/* ==============================================================
AKKORDION  hydra\css\sass\global\_accordion.scss
=================================================================*/


/* Rahmen um komplette Modulgruppe mit Überschrift */
.wrapper--accordion-button,
.wrapper--accordion-teaser {
    margin-bottom: 1.5rem /*-1/2*$gap-h*/;
}

.wrapper--accordion-button + .wrapper--accordion-button,
.wrapper--accordion-button + .wrapper--accordion-teaser,
.wrapper--accordion-teaser + .wrapper--accordion-button,
.wrapper--accordion-teaser + .wrapper--accordion-teaser {
        margin-top: -1.5rem /*-1/2*$gap-h*/;
}

.wrapper--accordion-button + .wrapper--accordion-button .box--border-top-bottom,
.wrapper--accordion-button + .wrapper--accordion-teaser .box--border-top-bottom,
.wrapper--accordion-teaser + .wrapper--accordion-button .box--border-top-bottom,
.wrapper--accordion-teaser + .wrapper--accordion-teaser .box--border-top-bottom {
        border-top: none;
}


/* Accordion-Überschrift - Rahmen um Toggle-Button */
.heading--accordion {
    margin: 0;
    padding: 0;
    font-size: calc(1.25rem * var(--font-factor, 1)) /*$font-size-h3*/;
}

/* === Media queries ========================================================= */

@media only all and (min-width: 46rem /*$breakpoint-module-2col*/) {
    .wrapper--accordion-button,
    .wrapper--accordion-teaser {
        margin-bottom: 3rem /*$gap-h*/;
    }

    .wrapper--accordion-button + .wrapper--accordion-button,
    .wrapper--accordion-button + .wrapper--accordion-teaser,
    .wrapper--accordion-teaser + .wrapper--accordion-button,
    .wrapper--accordion-teaser + .wrapper--accordion-teaser {
        margin-top: calc(-25/24*3rem) /*$gap-h*/;
    }

    .wrapper--accordion-teaser {
        margin-bottom: 3rem /*$gap-h*/;
    }

    .wrapper--accordion-teaser .wrapper--img-text {
        margin-bottom: 1/2*3rem /*$gap-h*/;
    }
}


@media only all and (min-width: 53rem /*$breakpoint-logo*/) {
    .heading--accordion {
        font-size: calc(1.5rem * var(--font-factor, 1)) /*$font-size-h3*/;
    }
}



.box--border-top-bottom {
    border: none;
    border-bottom: .125rem solid #ccc;
    border-top: .125rem solid #ccc;
}

/*button,*/ .button {
    border-color: var(--theme-bg-highlight);
    border-radius: .5rem;
    border-style: solid;
    border-width: .125rem;
    cursor: pointer;
}

.wrapper--icon-text {
    align-items: flex-start;
    -moz-column-gap: .875rem;
    column-gap: .875rem;
    display: flex;
    position: relative;
}

.button--accordion {
    background: none;
    border: none;
    color: var(--theme-link);
    /*line-height: 1.75;*/
    padding: .5rem 0 .75rem 0;
    text-align: left;
    width: 100%;
}

.wrapper--accordion .accordion__toggle-control {
    top: 0; /* TODO: find better solution */
}


.h3 {
    font-size: calc(1.25rem * var(--font-factor, 1));
    margin-bottom: .5rem;
}

hr {
    background-color: transparent;
    border: none;
    color: transparent;
    height: .125rem;
    border-top-style: solid;
    border-top-width: .125rem;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    margin-bottom: 1rem;
}

.hr--visible {
    border-top-color: #ccc;
}

@media only all and (min-width: 53em) {
    hr {
        margin-bottom: 1.5rem;
    }
}

.button--accordion[aria-expanded=true] .icon--toggle,
.button--accordion[aria-expanded=true] .button--accordion[aria-expanded=true] .icon--toggle {
    transform: rotate(-180deg);
}

.button--accordion[aria-expanded=false] .icon--toggle,
.button--accordion[aria-expanded=true] .button--accordion[aria-expanded=false] .icon--toggle {
    transform: rotate(0);
}

.wrapper--icon-text svg {
    flex-shrink: 0;
}

.wrapper--accordion .icon--toggle {
    background: #fff;
    fill: var(--theme-bg-highlight);
    height: 1.75rem;
    position: relative;
    top: .5rem;
    transition: all .5s;
    width: 1.75rem;
}


@media only all and (min-width: 37.5em) {
.wrapper--accordion .icon--toggle {
    height: 2rem;
    width: 2rem;
}
}

.wrapper--relative {
    position: relative;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}



/*==========================================================
Anmeldeformular
============================================================*/



.wrapper--filler-with-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.wrapper--filler-with-icon .icon {
    width: 4.5rem;
    height: 4.5rem;
}

.wrapper--filler-with-icon p {
    text-align: center;
    font-size: 1.25rem;
    margin: 0;
}

.wrapper--form-instructions {
    margin-bottom: 1.5rem;
}

.wrapper--form-instructions h3,
.wrapper--form-instructions p,
.wrapper--form-instructions li {
    font-size: 1rem;
}

.wrapper--form-instructions ul {
    margin: 0 0 0 1.25rem;
}

.wrapper--form-instructions ul ul {
    margin: 0 0 0 1.25rem;
}

.wrapper--form-actions {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 1rem;
}

.wrapper--input-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/*
 * Buttons (siehe auch Kontaktformular Buttons in site\sass\global\_form_items.scss)
 */
    .button--basic {
        font-size: .9rem;
        line-height: 1.25rem;
        min-width: 8.25rem;
        padding: .5rem 1.5rem;
    }

    .button--primary {
        border: 0.125rem solid var(--theme-bg-highlight);
    }

    .button--primary:hover {
        border: 0.125rem solid var(--theme-bg-highlight-hover);
    }

    .button--secondary {
        background: hsl(0, 0%, 94%);
        border: 0.125rem solid var(--theme-bg-highlight);
        color: var(--theme-bg-highlight);
    }

    .button--secondary:hover {
        background: #fff;
    }

    .button--image {
        height: 2.25rem;
        padding: 0.46875rem 0.9375rem;
        width: 12rem;
    }



/*
 * Stepper (htdocs\global\content_snippets\inklusion_webform_status.ssi)
 */

.wrapper--stepper ol {
    border: 0.125rem solid #ccc;
    border-radius: 0.5rem;
    padding: 1rem 0.75rem;
    margin: 0;
}

.wrapper--stepper li {
    font-size: 1rem;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    line-height: 2.25rem;
}

.stepper__status-as-text {
    text-align: right;
    font-size: 1rem;
}

.status-indicator {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 363.21'%3E%3Cpath d='M256,326.27c2.24,0,6.49-.62,9.7-4.74L472.36,56.83c4.12-5.28,2.62-10.39,1.36-12.98-1.26-2.58-4.37-6.91-11.07-6.91H49.34c-6.69,0-9.81,4.33-11.07,6.91-1.26,2.58-2.76,7.7,1.36,12.98l206.66,264.71c3.22,4.12,7.46,4.74,9.7,4.74M256,363.21c-14.48,0-28.96-6.31-38.82-18.94L10.52,79.56C-14.72,47.22,8.32,0,49.34,0h413.32c41.02,0,64.06,47.22,38.82,79.56l-206.66,264.71c-9.86,12.63-24.34,18.94-38.82,18.94Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 363.21'%3E%3Cpath d='M256,326.27c2.24,0,6.49-.62,9.7-4.74L472.36,56.83c4.12-5.28,2.62-10.39,1.36-12.98-1.26-2.58-4.37-6.91-11.07-6.91H49.34c-6.69,0-9.81,4.33-11.07,6.91-1.26,2.58-2.76,7.7,1.36,12.98l206.66,264.71c3.22,4.12,7.46,4.74,9.7,4.74M256,363.21c-14.48,0-28.96-6.31-38.82-18.94L10.52,79.56C-14.72,47.22,8.32,0,49.34,0h413.32c41.02,0,64.06,47.22,38.82,79.56l-206.66,264.71c-9.86,12.63-24.34,18.94-38.82,18.94Z'/%3E%3C/svg%3E");
    background-color: #737373;
    width: 2rem;
    height: 2rem;
    display: block;
    mask-repeat: no-repeat;
}

.status--active {

    color: var(--theme-bg-highlight);

    .status-title {
    border-bottom: 0.1875rem solid var(--theme-bg-highlight);
    }

    .status-indicator {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Ebene_2%22%20data-name%3D%22Ebene%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20363.21%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C363.21c-14.48%2C0-28.96-6.31-38.82-18.94L10.52%2C79.56C-14.72%2C47.22%2C8.32%2C0%2C49.34%2C0h413.32c41.02%2C0%2C64.06%2C47.22%2C38.82%2C79.56l-206.66%2C264.71c-9.86%2C12.63-24.34%2C18.94-38.82%2C18.94Z%22%2F%3E%0A%3C%2Fsvg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Ebene_2%22%20data-name%3D%22Ebene%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20363.21%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C363.21c-14.48%2C0-28.96-6.31-38.82-18.94L10.52%2C79.56C-14.72%2C47.22%2C8.32%2C0%2C49.34%2C0h413.32c41.02%2C0%2C64.06%2C47.22%2C38.82%2C79.56l-206.66%2C264.71c-9.86%2C12.63-24.34%2C18.94-38.82%2C18.94Z%22%2F%3E%0A%3C%2Fsvg%3E");
        background-color: var(--theme-bg-highlight);
    }

}

.status--complete {

    color: var(--theme-bg-highlight);

    .status-indicator {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Ebene_2%22%20data-name%3D%22Ebene%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20363.21%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C363.21c-14.48%2C0-28.96-6.31-38.82-18.94L10.52%2C79.56C-14.72%2C47.22%2C8.32%2C0%2C49.34%2C0h413.32c41.02%2C0%2C64.06%2C47.22%2C38.82%2C79.56l-206.66%2C264.71c-9.86%2C12.63-24.34%2C18.94-38.82%2C18.94Z%22%2F%3E%0A%3C%2Fsvg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Ebene_2%22%20data-name%3D%22Ebene%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20363.21%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M256%2C363.21c-14.48%2C0-28.96-6.31-38.82-18.94L10.52%2C79.56C-14.72%2C47.22%2C8.32%2C0%2C49.34%2C0h413.32c41.02%2C0%2C64.06%2C47.22%2C38.82%2C79.56l-206.66%2C264.71c-9.86%2C12.63-24.34%2C18.94-38.82%2C18.94Z%22%2F%3E%0A%3C%2Fsvg%3E");
        background-color: var(--theme-bg-highlight);
    }

    .status-indicator:before {
        content: "";
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
        background-color: #fff;
        width: 0.875rem;
        height: 0.875rem;
        display: block;
        transform: translateX(0.6rem) translateY(0.14rem);
    }

}

.status--not-clickable {

    color: #737373;

    .status-indicator {
        border-color: #ccc;
    }

}

/*
 * Spacing
 */

 .space-below--1 {
    margin-bottom: 1rem;
 }

 /*.list-links {
    margin-bottom: 0;
 }*/


 /*
 * Heading
 */

 .form-heading {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: normal;
 }


 /*
 * Dropdown
 */

 .input__select {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #737373;
    font-size: 1rem;
    margin: 0;
    padding: 0.35rem 0.5rem 0.35rem ;
    width: 100%;
    min-width: 15ch;
    max-width: 100%;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
}


/*==========================================================
Savemode/Preview
============================================================*/

.wrapper--flexrow {
    display: flex;
    justify-content: space-between;
}

/* inline Link */

.wrapper--inline-link {
    display: inline-flex;
    align-items: center;
    margin-left: 2.25rem;
}

/* icon and text with same format as link but grey and not clickable - pricing, info etc. */

.wrapper--icon-text {
    align-items: flex-start;
    -moz-column-gap: .875rem;
    column-gap: .875rem;
    display: flex;
    position: relative;
}

.icon--mark {
    fill: #404040;
    height: 1.125rem;
    position: relative;
    top: 0.25rem /*.0625rem*/;
    width: 1.125rem;
    left: 0;
}

/* heading with tag */
.wrapper--heading-with-tag {
    align-items: baseline;
    -moz-column-gap: .875rem;
    column-gap: .875rem;
    display: flex;
    position: relative;
}


/* ============================================
    LOADING site\sass\backend_ui\_loading.scss
===============================================*/

/* Spinner */


.inklusion-container .loading-spinner {
    width: 100%;
    height: 34.375rem;
}

.loading-spinner__bg {
    width: 100%;
    height: 100%;
    background-color: hsla( var(--color, 0, 0%), var(--l, 0%), 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner__icon {
    animation: loading-spinner-animation 3s linear infinite;
}

.loading-spinner .loading-spinner__icon{
    fill: #fff;
    width: 6rem;
    height: 6rem;
    filter: drop-shadow(0px 0px 8px hsl( var(--color, 0, 0%), var(--l, 0%), 0.4));
}


/*Zusatzklasse für den Content, so dass er leicht verschwommen dargestellt wird. */
.content--blur {
    filter: blur(0.125rem);
}

body.custom_iframe_controller_is_sending #IMPERIA {
  filter: blur(2px);
}


/* Animation */

@keyframes loading-spinner-animation {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}


/* =======================================
MULTISELECT
==========================================*/

/*  hydra/css/style.min.css */

nbg-select {
    --theme-color: var(--theme-bg-highlight-hover);
    --background-color: white;
    --outline-color: gray;
    --focus: #c25400;
}


nbg-select input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.25rem;
    height: 1.25rem;
    border: .15rem solid gray;
    border-radius: .5rem;
    display: grid;
    place-content: center;
}

nbg-select input[type=checkbox]::before {
    content: "";
    background: var(--theme-bg-highlight);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    width: .8rem;
    height: .8rem;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}


nbg-select input[type=checkbox]:checked::before {
    transform: scale(1);
}


nbg-select button[unselect] {
    display: flex;
    align-items: center;
    justify-items: center;
    border: 2px solid var(--theme-bg);
    border-radius: .3rem;
    background-color: transparent;
    color: var(--theme-bg);
    font-size: calc(.875rem * var(--font-factor, 1));
    padding: .1rem .3rem;
}

nbg-select button[unselect]:after {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='fa-times-regular' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='fa-times-regular' viewBox='0 0 320 512'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'%3E%3C/path%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--theme-bg);
    margin-left: .5rem;
}

nbg-select button {
    border-color: var(--theme-bg-highlight);
    border-radius: .5rem;
    border-style: solid;
    border-width: .125rem;
    cursor: pointer;
}

label.select {
    position: relative;
    display: flex;
    flex-direction: column;
}

label.select:not(:focus-within)::after {
    position: absolute;
    right: .6rem;
    height: 1rem;
    width: 1rem;
    pointer-events: none;
    top: 2.25rem;
    background-color: gray;
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='fa-chevron-down-solid' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='fa-chevron-down-solid' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-size: 1rem auto;
    mask-size: 1rem auto;
    -webkit-mask-position: right;
    mask-position: right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
label.select:has(.mobile)::after{
    display:none;
}



/* TODO: merge with digiteers */

@media only all and (max-width: 36em) {

    .digiteers-container {
        margin: 0 0.5rem;
    }
}


/* FIXME: Find better solution */
.first_list__element {
    margin-top: 0 !important;
}

.data-list__entity.wrapper--accordion.hidden+.data-list__entity.wrapper--accordion[data-filtered=true],
.data-list__entity.wrapper--accordion.hidden+.data-list__entity.wrapper--accordion /*digiteers__entity*/ {
    margin-top: 0;
}

/* exception for hidden entries by filter */

.data-list__entity.wrapper--accordion.hidden[data-filtered=false]+.data-list__entity.wrapper--accordion /*digiteers__entity*/ {
    margin-top: -1.5rem /*-1/2*$gap-h*/;
}

@media only all and (min-width: 46em) {
    .data-list__entity.wrapper--accordion.hidden[data-filtered=false]+.data-list__entity.wrapper--accordion /*digiteers__entity*/ {
        margin-top: calc(-25 / 24* 3rem) /*$gap-h*/;
    }
}

.data-list__entity.wrapper--accordion.hidden[data-filtered=false]+.data-list__entity.wrapper--accordion[data-filtered=true]:only-of-type,
.data-list__entity.wrapper--accordion.hidden[data-filtered=false]:first-of-type+.data-list__entity.wrapper--accordion {
    margin-top: 0;
}

/* ==========================================================================
   CHOSEN MULTISELECT (SEARCHABLE) TODO: replace with nbg-select as soon as it is searchable

   MULTISELECT custom css for /imperia/js/dist/chosen/chosen.css
   (instead of Imperia's htdocs\imperia\stylesheets\imperia\i-chosen.css)
   ========================================================================== */

/* line 6, ../../../site/scss/sass/imperia/i-chosen.scss */
.tag_label {
    font-family: "Atkinson Hyperlegible Next", sans-serif;
    font-size: 0.8rem;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    display: block;
    color: ;
}

/* line 15, ../../../site/scss/sass/imperia/i-chosen.scss */
.i-container .chosen-choices,
.modal-dialog .chosen-choices {
    background-color: #fff;
    background-image: none;
    border: 1px solid #9ca3af;
    border-radius: 5px;
    box-shadow: none;
    color: #737373;
    display: block;
    font-size: 14px;
    min-height: 34px;
    line-height: 1.42857;
    padding: 2px 12px;
    transition: background-color 0.15s ease-in-out 0s;
}

/* line 31, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-single-with-deselect abbr {
    top: 0;
    right: 0px;
    width: 28px;
    height: 30px;
    background-color: #E8EBEF;
    background-position: -34px 11px;
    z-index: 20;
}

/* line 40, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-single-with-deselect abbr:hover {
    background-position: -34px -17px;
}

/* line 44, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container {
    font-family: "Atkinson Hyperlegible Next", sans-serif;
    font-size: 1rem;
    color: $textcolor;
}

/* line 48, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container .chosen-drop {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 1rem;
    width: inherit;
    min-width: calc(100% - 2px);
    /*max-width: calc(100% - 2px);*/
}

/* line 53, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container .chosen-results {
    padding: 0;
    margin: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    max-height: 10rem;
}

/* line 57, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container .chosen-results li {
    white-space: nowrap;
    line-height: 1.75rem;
    height: 2rem;
    padding: 0 8px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* line 63, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container .chosen-results li.highlighted {
    background-color: var(--theme-bg);
    background-image: none;
    color: #fff;
}

/* line 73, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-default, .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #E8EBEF;
    background-image: none;
    color: #9ca3af;
    box-shadow: none;
    border-color: #9ca3af;
}

/* line 81, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-choices li.search-field input[type="text"].default {
    min-width: 130px;
}

/* line 86, ../../../site/scss/sass/imperia/i-chosen.scss */
[lang=de] .i-permissions-item li.search-field input[type="text"].default {
    min-width: 250px;
}

/* line 91, ../../../site/scss/sass/imperia/i-chosen.scss */
[lang=en] .i-permissions-item li.search-field input[type="text"].default {
    min-width: 150px;
}

/* line 96, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single.chosen-container-active .chosen-single,
.chosen-container-single .chosen-single,
.chosen-single.chosen-default,
.chosen-single.chosen-single-with-deselect {
    background-color: #fff;
    border: 2px solid #cecece;
    border-radius: 5px;
    box-shadow: none;
    color: #737373;
    font-size: 1rem;
    transition: background 0.15s ease;
}

/* line 106, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-single:hover,
.chosen-single.chosen-default:hover,
.chosen-single.chosen-single-with-deselect:hover {
    background: #E8EBEF;
}

/* line 110, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-single.chosen-single-with-deselect:not(.chosen-default) {
    background-color: #D2D6DE;
}

/* line 114, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-single {
    height: 32px;
    background-image: none;
    padding-top: 3px;
}

/* line 118, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-single div {
    width: 30px;
    padding: 8px 10px;
}

/* line 122, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-single span {
    min-width: 50px;
    margin-right: 30px;
}

/* line 127, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-multi .chosen-choices {
    padding: 0.5rem;
    background-image: none;
    border-radius: 5px;
}

/* line 133, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
    border: 2px solid var(--theme-bg-highlight);
    border-radius: 5px;
    color: var(--theme-bg-highlight);
    background-color: transparent;
    background-image: none;
    line-height: 23px;
    padding: 0 35px 0 10px;
    font-size: 1rem;
    min-height: 30px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

/* line 143, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 0.275rem;
    right: 0.625rem;
    display: block;
    width: 0.625rem;
    height: 1rem;
    background: url("/imperia/images/times.svg") 0px 0px no-repeat !important;
}

/* line 151, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: 0px 0px !important;
}

/* line 158, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #9ca3af;
    background-color: transparent;
}

/* line 164, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span,
.i-free-search-clear-icon {
    background-repeat: no-repeat !important;
}

/* line 195, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background: url("/imperia/images/times.svg") 0px 0px no-repeat !important;
}

/* line 198, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container .chosen-results li {
    font-family: "Atkinson Hyperlegible Next";
    font-weight: normal;
}

/* line 204, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-drop .chosen-search input[type="text"] {
    background-position: calc(100% + 35px ) -20px !important;
}

/* line 207, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span,
.i-free-search-clear-icon {
    background: url("/imperia/images/times.svg") 10px 6px no-repeat !important;
    background-size: auto 17px !important;
}

/* line 217, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-single div b {
    background: none !important;
}

.chosen-container-single .chosen-single div b::after {
    position: absolute;
    right: .6rem;
    height: 1rem;
    width: 1rem;
    pointer-events: none;
    background-color: gray;
    content: "";
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='fa-chevron-down-solid' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='fa-chevron-down-solid' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-size: 1rem auto;
    mask-size: 1rem auto;
    -webkit-mask-position: right;
    mask-position: right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transform: rotate(0deg);
    transition: all 0.5s;
}


/* line 223, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b::after {
    transform: rotate(180deg);
    transition: all 0.5s;
}

/* line 226, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-single abbr {
    height: 30px !important;
    width: 30px !important;
    top: 0;
}

/* line 232, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-single-with-deselect:not(.chosen-default) > div {
    display: none;
}

/* line 236, ../../../site/scss/sass/imperia/i-chosen.scss */
.chosen-container-single .chosen-single-with-deselect > abbr {
    right: 0;
}

/* line 239, ../../../site/scss/sass/imperia/i-chosen.scss */
abbr.i-free-search-clear-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 20;
    height: 30px !important;
    width: 30px !important;
    background-color: transparent !important;
    background: url("/imperia/images/times.svg") no-repeat !important;
    background-position: 10px 6px !important;
    background-size: auto 18px !important;
    cursor: pointer;
}

/* line 251, ../../../site/scss/sass/imperia/i-chosen.scss */
abbr.i-free-search-clear-icon:hover {
    background-position: 10px 6px !important;
    background-size: auto 18px !important;
    cursor: pointer;
}

/* line 257, ../../../site/scss/sass/imperia/i-chosen.scss */
#membership_chosen .search-choice.not_adopted {
    border-color: #F10c0c;
    background: #f5d7d7 none;
}

/* line 312 */
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #9ca3af;
    cursor: default;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}





/* ==========================================================================
   SEGMENTED CONTROL
   ========================================================================== */
.segmented-control__panel {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: inline-flex;
  justify-content: space-evenly;
  width: 100%;
  flex-direction: column;
}

.inklusion-provider-container .segmented-control__button,
.inklusion-offer-container .segmented-control__button,
.segmented-control__content {
  width: calc(100% - 8px);
}

.segmented-control__button > input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.segmented-control__button > .segmented-control__content {
  align-items: center;
  color: var(--theme-bg-highlight);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.25rem;
  padding: 5px 10px;
  width: calc(100% - 8px);
  border-radius: 5px;
  border: 0.25rem solid #fff;
}

.segmented-control__button > input:checked + .segmented-control__content {
  border: 0.25rem solid var(--theme-bg-highlight);
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

@media only all and (min-width: 46em) {
    .segmented-control__panel  {
    flex-direction: row;
    }
}

/* Inline Variante */
.segmented-control__panel--inline {
  display: flex;
  width: auto;
}

.segmented-control__panel--inline .segmented-control__button > .segmented-control__content {
  margin: 0.25rem;
  padding: calc($sc-label-size * 0.125) calc($sc-label-size * 1);
  width: calc(100% - $input-border-width * 2);
  border: 0.25rem solid #fff;
  font-size: 0.8rem;
}

/* Animation */
.segmented-control__button > input:checked + .segmented-control__content {
  transition: 0.5s cubic-bezier(0.8, -0.19, 0.3, 1.2);
  -webkit-animation: clickIt 0.5s ease-in-out;
          animation: clickIt 0.5s ease-in-out;
}

@-webkit-keyframes clickIt {
  0% {
    transform: translateX(0.125rem) translateY(0.125rem);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}

@keyframes clickIt {
  0% {
    transform: translateX(0.125rem) translateY(0.125rem);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
/* focus-visible */
.segmented-control__button > input:focus-visible + .segmented-control__content {
  outline: 3px solid black;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

/* disabled */
.segmented-control__button > input[disabled] + .segmented-control__content {
  color: #737373;
}

.segmented-control__button > input[disabled] + .segmented-control__content .segmented-control__icon {
  fill: #737373;
}

.segmented-control__button > input[disabled] + .segmented-control__content:hover {
  cursor: not-allowed;
}

/* Icons */
.segmented-control__content .segmented-control__icon {
  fill: var(--theme-bg-highlight);
  height: 1.25rem;
  width: 1.25rem;
  margin: 0 0.5rem 0 0;
}

/* Datenschutz htdocs\global\inklusion_datenschutz.html */

.inklusion_datenschutz {
    padding: 1rem;
    & .in-connection {
        margin-top: -1.5rem;
        margin-bottom: 1.5rem;
    }
    p {
        font-size: calc(1rem * var(--font-factor, 1));
        margin-bottom: 1.75rem;
        margin-top: 0;
    }
}

@media only all and (min-width: 46em) {
    .inklusion_datenschutz {
        padding: 2rem;
    }
}


/* Filter */

.wrapper--filter {
    background-color: #efefef;
    border-radius: 0.5rem;
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.button--filter {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    width: 100%;
    min-width: fit-content;
    .icon {
        fill: #fff;
        height: 1.25rem;
        width: 1.25rem;
    }
    .icon--toggle {
        background: none;
        position: unset;
    }
}

.button--filter[aria-expanded=true] {
    .icon--toggle {
        transform: rotate(180deg);
    }
}

.wrapper--filterbar {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    column-gap: 2rem;
    align-items: flex-end;
    padding: 0 0 1rem 0;
}

.wrapper--searchbar {
    display: block;
    width: 100%;
    .input__label {
        width: 100%;
    }
    .input--basic {
        width: calc(100% - 1.25rem);
        padding: 0.5rem 0.5rem;
        line-height: 1.25;
    }
    .button--search {
        position: absolute;
        top: 2.25rem;
        left: calc(100% - 3.25rem);
    }
}

.searcharea__button {
    padding: 0.5rem 0;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.searcharea__filters--selected-container {
    background-color: #efefef;
    border-radius: 0 0  0.5rem 0.5rem ;
    padding: 0.5rem 0.75rem 0.25rem 0.75rem;
    margin-top: -0.5rem;
}

.searcharea__filters--selected {
    border-top: 0.125rem solid #ccc;
}


@media only all and (min-width: 46em) {
    .wrapper--filterbar {
        flex-direction: row;
    }
    .wrapper--filter {
        padding: 1.25rem 0.75rem 0 0.75rem;
    }
    .button--filter {
        width: fit-content;
        justify-content: space-between;
    }

    .wrapper--searchbar {
        display: block;
        width: 100%;
        .input__label {
            width: 100%;
        }
        .input--basic {
            line-height: 1.5;
        }
        .button--search {
            position: absolute;
            top: 3rem;
            left: calc(60% - .5rem);
        }
    }
}


/* Image Crop Modal */

#preview_crop {
    overflow: hidden;
    width: 20em;
    height: 20em;
    margin-left: 1em;
    border: 2px solid black;
}

#image_crop {
    max-height: 35em;
}

.ui-dialog {
    border-radius: 0.5rem;
}

.ui-dialog  .ui-dialog-title {
    font-size: 1.25rem;
    margin: 1.25rem 0 0.75rem 0;
    width: 100%;
    font-weight: normal;
}
