/* overflow-x macht die Rückgabe von $("#progress").offset().top kaputt
*  Darum nehme ich es hier als Übergangslösung für diese
*/

:root {
    --user-cancellation-color: #DF0055;
}

body:has(.pageelement-user-cancellation) {
    overflow-x: unset;
}

.pageelement-user-cancellation .progress-outer-wrapper {
    margin: auto;
    padding: 0 2.5rem;
}

.pageelement-user-cancellation .progress-container {
    background: #E4E4E4;
    margin: 0 auto 3rem;
    display: flex;
    max-width: 87.5000rem;
    padding: 1.25rem 4.25rem 3.35rem;
    box-sizing: border-box;
    border-radius: 0.938rem;
}

.pageelement-user-cancellation .progress-container .step {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: .5rem;
    position: relative;
}

.pageelement-user-cancellation .progress-container .circle {
    height: 4.063rem;
    background: #fff;
    color: var(--user-cancellation-color);
    width: 4.063rem;
    line-height: 4.063rem;
    text-align: center;
    border-radius: 50%;
    font-size: 2.5rem;
    font-weight: 600;
    border: solid .25rem var(--user-cancellation-color);
}

.pageelement-user-cancellation .progress-container .step.active .circle {
    border: solid .25rem #fff;
    background: var(--user-cancellation-color);
    color: #fff;
}

.pageelement-user-cancellation .progress-container .label {
    text-align: center;
    position: absolute;
    bottom: -2.1rem;
    width: 15rem;
}

.pageelement-user-cancellation .progress-wrapper {
    display: flex;
    width: 57rem;
    justify-content: space-between;
    position: relative;
    margin: auto;
}

.pageelement-user-cancellation .connecting-line {
    position: absolute;
    height: .2rem;
    width: 90%;
    background: var(--user-cancellation-color);
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 50%;
}

.pageelement-user-cancellation {
    overflow: unset;
}

.pageelement-user-cancellation .request-overview ul {
    display: flex;
    flex-flow: column;
}

.pageelement-user-cancellation .button-back {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    display: flex;
    gap: 0.5rem;
}

.pageelement-user-cancellation .button-back:hover,
.pageelement-user-cancellation .button-back:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-user-cancellation .button-back .icon:before {
    content: '\f323';
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    font-weight: 900;
    display: inline-block;
}

.pageelement-user-cancellation .link-ext {
    display: flex;
    gap: 0.4rem;
}

.pageelement-user-cancellation .link-ext:hover {
    color: var(--user-cancellation-color);
    text-decoration: underline;
}

.pageelement-user-cancellation .link-ext:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-user-cancellation .link-ext .icon:before {
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    font-weight: 900;
    display: inline-block;
    width: 1.2500rem;
    margin-right: 8px;
}

.pageelement-user-cancellation .link-ext .icon.globe:before {
    content: '\f0ac';
}

.pageelement-user-cancellation .link-ext .icon.extern:before {
    content: '\e09f';
}

.pageelement-user-cancellation .section-head {
    background: var(--user-cancellation-color);
    padding: 0.75rem 0;
    margin: 0 -2.5rem 0;
    display: flex;
    position: relative;
}

.pageelement-user-cancellation .section-head.extra-margin {
    margin-bottom: 1.25rem;
}

.pageelement-user-cancellation li.section-head {
    width: calc(100% + 5rem);
}

.pageelement-user-cancellation .section-head.custom {
    background: #E4E4E4;
}

.pageelement-user-cancellation .section-head.custom h2 {
    color: #000;
}

.pageelement-user-cancellation .section-head:not(:first-child) {
    margin-top: 1rem;
}

.pageelement-user-cancellation .section-head > h2 {
    padding: 0 2.5rem;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.pageelement-user-cancellation > .content-container {
    flex-wrap: wrap;
}

.pageelement-user-cancellation .form-container.content-container {
    flex-flow: column;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.pageelement-user-cancellation .form-container.content-container:not(:has(.detailCanvas)) {
    border: 0.125rem solid #DF0055;
    border-radius: 0.938rem;
    padding: 0 2.5rem 2rem;
    overflow: hidden;
}

.pageelement-user-cancellation .detail-info,
.pageelement-user-cancellation .detail-info a {
    font-size: 1.125rem;

}

.pageelement-user-cancellation .detail-info.texteditor > :not(:last-child) {
    margin-bottom: 1.1250rem;
}

.pageelement-user-cancellation .detail-info a {
    width: fit-content;
    max-width: 62.5rem;
}

.pageelement-user-cancellation .detail-info a:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-user-cancellation .detail-info .label {
    font-weight: 700;
}

.pageelement-user-cancellation .anfrage {
    margin-top: 1.25rem;
}

.pageelement-user-cancellation .continue {
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #DF0055;
    display: block;
    width: 27.5000rem;
    margin-top: .6875rem;
    padding: .625rem .9375rem;
    border-radius: .625rem;
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 100%;
}

.pageelement-user-cancellation .continue:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-user-cancellation .continue:hover {
    text-decoration: none;
    opacity: 1;
    background-color: var(--magenta-hover);
}

.pageelement-user-cancellation .button-submit {
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #DF0055;
    display: block;
    width: 27.5000rem;
    margin-top: .6875rem;
    margin-left: auto;
    margin-right: auto;
    padding: .625rem .9375rem;
    border-radius: .625rem;
    font-size: 1.5rem;
    font-weight: 700;
    max-width: 100%;
}

.pageelement-user-cancellation .button-submit:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-user-cancellation .form-row input,
.pageelement-user-cancellation .form-row textarea {
    margin-top: 0.35rem;
}

.pageelement-user-cancellation .form-row.text.button-text {
    max-width: 100%;
}

.pageelement-user-cancellation #eventparticipant .form-row.text {
    flex-flow: row;
    justify-content: space-between;
}

.pageelement-user-cancellation .delBlock {
    background-color: #DF0055;
    color: #fff;
    border: none;
    border-radius: 0.6250rem;
    padding: 0.2250rem 1.8750rem;
    display: inline-block;
    font-size: 1rem;
}

.pageelement-user-cancellation .delBlock:focus-visible {
    outline: 0.1875rem solid #DF0055;
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-user-cancellation .delBlock img {
    display: none;
}

.pageelement-user-cancellation .request-overview .data-row {
    width: 100%;
    padding: 1rem 0;
    border-bottom: .063rem solid #707070;
    font-size: 1.125rem;
    display: flex;
    justify-content: space-between;
}

.pageelement-user-cancellation .request-overview .data-row:has(+ .section-head) {
    border-bottom: none;
}

.pageelement-user-cancellation .request-overview .data-row .info {
    display: flex;
    flex-flow: column;
    gap: .3rem;
    max-width: 62.5rem;
}

.pageelement-user-cancellation .request-overview .data-row .label {
    font-weight: 700;

}

.pageelement-user-cancellation .edit-field-button {
    background: url(/_images/edit.svg) center no-repeat;
    background-size: 1.5rem 1.5rem;
    width: 3rem;
    height: 3rem;
    border: none;
    cursor: pointer;
    padding: .25rem .375rem;
    border-radius: .625rem;
}

.pageelement-user-cancellation .edit-field-button:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: -0.3rem;
}


.pageelement-user-cancellation .edit-field-button:hover {
    text-decoration: none;
    opacity: 1;
    border: 0.125rem solid var(--magenta-hover);

}

.pageelement-user-cancellation .edit-explanation {
    position: absolute;
    right: 2.5rem;
    display: flex;
    gap: 0.3rem;
    justify-content: center;
    align-items: center;
    margin-top: -0.2rem;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: .625rem;
    padding: .25rem .375rem;
}

.pageelement-user-cancellation .edit-explanation:focus-visible {
    outline: #fff solid 0.188rem;
    outline-offset: 0.188rem;
}

.pageelement-user-cancellation .edit-explanation .text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
}

.pageelement-user-cancellation .edit-explanation:hover {
    text-decoration: none;
    opacity: 1;
    background-color: var(--magenta-hover);
}

.pageelement-user-cancellation .edit-explanation .icon {
    background: url(/_images/edit-white.svg) center no-repeat;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    background-size: 1.5rem 1.5rem;
}


.pageelement-user-cancellation .detailCanvas .link-back {
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: #fff;
    background-color: #DF0055;
    display: inline-block;
    width: 27.500rem;
    margin-top: 2rem;
    padding: .625rem .9375rem;
    border-radius: .625rem;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
}

.pageelement-user-cancellation .detailCanvas .link-back:hover {
    background-color: var(--magenta-hover);
}

.pageelement-user-cancellation .detailCanvas .link-back:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.pageelement-user-cancellation .overview-intro .text {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    max-width: 62.5rem;
}

.pageelement-user-cancellation .overview-intro .text span {
    font-weight: bold;
}

.pageelement-user-cancellation .feedback-checked {
    height: 1.5rem;
    display: inline-block;
}

.pageelement-user-cancellation .feedback-checked .icon-checked {
    background: url(/_images/icon-checked.svg) no-repeat;
    height: 1.7rem;
    width: 1.7rem;
    display: inline-block;
    margin-right: 0.7rem;

}

.pageelement-user-cancellation .feedback-checked .icon-unchecked {
    background: url(/_images/icon-unchecked.svg) no-repeat;
    height: 1.7rem;
    width: 1.7rem;
    display: inline-block;
    margin-right: 0.7rem;
}

.pageelement-user-cancellation .value:has(.feedback-checked) {
    display: flex;
}

.nobooking-back-button {
    margin-top: 3rem;
}

.pageelement-user-cancellation .button.button-add {
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 4.688rem) {
    .pageelement-user-cancellation .request-overview .data-row .info {
        max-width: calc(100% - 3.5rem);
    }

}

@media only screen and (max-width: 64rem) {
    .section-head h2 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 40.625rem) {
    .pageelement-user-cancellation .progress-wrapper {
        flex-flow: column;
        gap: 2rem;
    }

    .pageelement-user-cancellation .progress-container .step {
        align-items: start;
    }

    .pageelement-user-cancellation .connecting-line {
        height: 90%;
        width: .2rem;
        left: 2.05rem;
        right: unset;
        top: 7%;
    }

    .pageelement-user-cancellation .progress-container .label {
        text-align: unset;
        bottom: unset;
        left: 6.1rem;
        top: 1.5rem;
        max-width: calc(100% - 4.688rem);
    }

    .pageelement-user-cancellation .progress-container {
        padding: 1.25rem 2.25rem;
    }
}

@media only screen and (max-width: 25rem) {
    .pageelement-user-cancellation .content-container {
        flex-direction: unset;
    }

    .pageelement-user-cancellation .edit-explanation {
        margin-right: 0.3rem;
    }

    .pageelement-user-cancellation .edit-explanation .text {
        display: none;
    }
}