@media only screen and (max-width: 768px) {
    .explanation h1,
    .explanation .table-wrapper {
        margin-left: 0;
    }
}

/* logo-mark-orange */
.explanation:not(.mark_disabled) .h2 {
    position: relative;
}

.explanation:not(.mark_disabled) .h2:after {
    content: url(../../../img/logo-mark-orange.svg);
    top: 0.3rem;
    left: -6.5rem;
    position: absolute;
    width: 5rem;
    height: 5rem;
    display: inline-block;
}

.explanation .content:first-child > ul {
    margin-top: -1rem;
}

.wp-block-heading:not(.custom_headline) + .wassermann_block.custom_list {
    margin-top: 4.2rem;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .explanation:not(.mark_disabled) .h2:after {
        top: 0rem;
        left: -5.5rem;
        width: 4rem;
        height: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .explanation:not(.mark_disabled) .h2:after {
        top: 0;
        left: -3.5rem;
        width: 3rem;
        height: 3rem;
    }
}

.explanation > col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.explanation .splide__arrow {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    opacity: 1;
}

.explanation .splide__arrow--next {
    background-image: url(../../../img/arrow-next.svg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.explanation .splide__arrow--prev {
    background-image: url(../../../img/arrow-prev.svg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.explanation .splide__arrow--next:disabled,
.explanation .splide__arrow--prev:disabled {
    opacity: 0.3;
}

.explanation .splide__arrow--prev {
    left: 0;
}

.explanation .splide__arrow--next {
    right: 0;
}

.explanation .splide__arrow svg {
    display: none;
}

@media only screen and (min-width: 769px) {
    h1.mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .explanation .stretch > h1:first-child {
        display: none;
    }
}

.explanation .button-controll-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* margin: 7rem 0 1rem; */
}

.explanation .button-controll-wrapper .button {
    margin: 0;
}

.explanation .button-controll-wrapper:not(:first-child) {
    margin-top: 1rem;
}

.explanation .button-controll-wrapper .desc {
    padding-bottom: calc(0.5em + 1rem);
    padding-right: 3rem;
}

.explanation .button-controll-wrapper .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    max-width: 40rem;
    min-width: 20rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.explanation
    .button-controll-wrapper
    .button-wrapper:only-child
    .button.has_image {
    max-width: 60rem;
}

.explanation .button-controll-wrapper .icon {
    width: 2em;
    height: 2em;
    margin-left: 2rem;
}

.explanation .button-controll-wrapper .button.has_image {
    padding: 0;
    background: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
    width: 100%;
}

.explanation .button-controll-wrapper .button.has_image:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.explanation .button-controll-wrapper .button-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

main .explanation ul.haken li::before {
    content: '✓';
    font-weight: 550;
    background: none;
    height: auto;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1em;
    color: var(--primary, #003a65);
}

@media only screen and (max-width: 480px) {
    .explanation .button-controll-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 7rem 0 2rem;
    }

    .explanation .button-controll-wrapper .desc {
        padding: 0;
        margin-bottom: 1rem;
    }

    .explanation .button-controll-wrapper .button.has_image {
        width: 90%;
        margin: auto;
    }
}

.explanation .h3:not(:first-child) {
    margin-top: 7rem;
}

.explanation .button-controll-wrapper {
    width: 100%;
}

.explanation .h3 {
    position: relative;
    width: 100%;
    font-size: var(--h3);
}

.explanation .h3:before {
    content: none;
    /* content: url(../../../img/arrow-next-orange.svg); */
    top: 50%;
    left: -3rem;
    position: absolute;
    width: 4rem;
    height: 4rem;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    display: inline-block;
    -moz-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
}

@media screen and (max-width: 480px) {
    .explanation .h3:before {
        left: -1.5rem;
        width: 2rem;
        height: 4rem;
        top: 0.5em;
    }
}
