html, body {
    scroll-behavior: smooth;
}

:root {
    --cmplz_slider_inactive_color: #aaa !important;
}

/* tab navigation: link on focus styling */

.dc-promotion-page a:focus-visible, button:focus-visible {
    outline: 2px solid black;
    outline-offset: 4px;
    border-radius: 5px;
}

.dc-promotion-page .wpcf7-form-control input[type=checkbox] {
    position: relative;
    left: 0;
    z-index: unset;
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
    clip: unset;
}

.dc-promotion-page span.wpcf7-list-item:hover {
    background-image: unset;
}

.dc-promotion-page .wpcf7-not-valid-tip {
    display: inline-block;
    background: white;
    padding: 0.2rem 0.5rem;
    box-sizing: border-box;
    color: red !important;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 0.3rem;
}

.dc-promotion-page label.css-label-checked {
    border: unset;
}

.dc-promotion-page input:focus-visible {
    outline: 2px solid white !important;
    outline-offset: 5px !important;
    border-radius: 5px !important;
    overflow: visible !important;
}

a:focus-visible, button:focus-visible {
    outline: 2px solid black;
    outline-offset: 4px;
    border-radius: 5px;
}

.dc-focus-white:focus-visible {
    outline: 2px solid white;
    outline-offset: 4px;
    border-radius: 5px;
}

.dc-focus-round:focus-visible {
    outline: 2px solid black;
    outline-offset: 4px;
    border-radius: 50%;
}

.dc-outline-inset1:focus-visible {
    outline: 2px solid black;
    outline-offset: -8px;
    border-radius: 15px;
}
.dc-outline-inset2:focus-visible {
    outline: 2px solid black;
    outline-offset: 4px;
    border-radius: 20px;
}

.dc-promotion-button a:focus-visible {
    outline: 2px solid black;
    outline-offset: 4px;
    border-radius: 50px;
}
.dc-promotion-button-white a:focus-visible, input[type="submit"]:focus-visible {
    outline: 2px solid white;
    outline-offset: 5px !important;
    border-radius: 50px !important;
}


.dc-promotion-page #cps-logocontainer {
    overflow: visible;
}

.dc-promotion-page .image-frame-w100 img {
    display: inline-block;
}
.dc-promotion-page header {
    float: none;
}

.dc-promotion-button {}
.dc-promotion-button a {
    background-color: #cf0071;
    color: white;
}

.dc-contactform-flex {
    display: flex;
    flex-direction: column;
}

.dc-promotion-page .wpcf7 form .wpcf7-response-output {
    margin-top: 1rem;
}

.dc-promotion-button-white { margin-top: 2rem; }
.dc-promotion-button-white a {
    background-color: white;
    color: #cf0071;
}
.dc-promotion-button-white input[type="submit"] {
    display: inline-block;
    border-radius: 50px;
    background-color: white !important;
    color: #cf0071;
    font-weight: bold;
    padding: 10px 18px 11px 18px;
    box-sizing: border-box;
}


.dc-group-spacer {
    border-bottom: 1px solid #cf0071;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.dc-background-grey {
    background: #eee;
    border-radius: 20px;
}

.dc-promotion-page .container {
    padding: 0;
}

.dc-promotion-page #cps-mainslider {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.dc-promotion-page .cps-menubar-class {
    background-color: unset;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.dc-promotion-page .cps-mainimage-container {
    display: flex;
    align-items: center;
    float: none;
    height: 95vh;
}

.dc-promotion-page .cps-header {
    height: 100vh;
}

.dc-promotion-page #right {
    position: absolute;
    width: 100%;
    height: 240px;
    bottom: -2px;
    left: 0;
    background: url(images/mainimage-bg_white_promo.svg) no-repeat;
    background-size: 100%;
    background-position: left bottom;
}

.dc-promotion-page .cps-main-wrapper {
    float: none;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.dc-promotion-page .cps-page-wrapper {
    margin-bottom: 0;
}

.dc-overlay-ul {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-top: 2rem;
    padding: 1.2rem 1rem 1.2rem 1rem;
    box-sizing: border-box;
    background: rgba(255,255,255,0.7);
    border-radius: 20px;
    margin-bottom: 1rem;
}

.dc-overlay-ul li {
    text-transform: uppercase;
    font-weight: bold;
}

.dc-overlay-ul li {
    margin-left: 2rem;
    margin-bottom: 0rem;
}
.dc-overlay-ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.dc-overlay-ul li:before {
    position: absolute;
    content: '';
    margin-left: -2rem;
    width: 25px;
    height: 25px;
    background: url(images/symbol_checkmark_magenta.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

#dc-image-overlay-container {
    width: 100%; bottom: 5rem; left: 0; z-index: 500;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
    margin-top: 4rem;
}

#dc-cps-eyecatcher {  }

#dc-cps-eyecatcher-button {
    background: #cf0071;
    border-radius: 20px;
    padding: 0.4rem 1.5rem 0.4rem 1.5rem; color: #fff;
    /* font-size: 2.5rem; font-weight: bold; */
    /* font-size: clamp(2.5rem, 2.5rem + ((1vw - 0.2rem) * 2.034), 2.5rem); */
    font-size: clamp(1.1rem, 6vw, 2.5rem);
    font-weight: bold;
    text-transform: uppercase; text-decoration: none;
    box-shadow: 0px 6px 8px rgba( 0, 0, 0, 0.3 );
}

.dc-promo-h2 {
    color: #3c3c3b;
    margin-top: 0;
    margin-bottom: 1rem !important;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(2.5rem, 2.5rem + ((1vw - 0.2rem) * 1.288), 3.45rem);
    line-height: 1;
    text-transform: uppercase;
}

.dc-promo-h3 {
    color: #3c3c3b;
    font-weight: bold;
    text-transform: uppercase;
}

.dc-promo-h3-magenta  {
    color: #cf0071;
    font-weight: bold;
    text-transform: uppercase;
}

.dc-promo-h3-white  {
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.dc-promo-h4 {
    color: #3c3c3b;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.dc-promo-h4-white {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.dc-promotion-page .has-large-font-size {
    line-height: 2.5rem !important;
}

.dc-promotion-page .has-medium-font-size {
    font-size: 1.5rem !important;
    line-height: 2rem;
}

.dc-promotion-page  #footer-push {
    height: 3rem;
}

.dc-promotion-page .cps-footer-wrapper {
    background: unset;
}

.dc-promotion-page footer {
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
}

.dc-promotion-page footer p {
    color: black;
}

.dc-promotion-page footer a {
    color: black;
}

.dc-promotion-page footer {
    background-color: unset;
}

.dc-promotion-page .flex-container {
    padding: 0;
}

.dc-promotion-page .dc-footer-columns {
    margin: 0 auto;
}

.dc-display-flex1 {
    display: flex;
    justify-content: space-between;
}

.dc-promotion-group {
    box-sizing: border-box;
}






.dc-symbols-grid {
    gap: 2rem;
    margin-top: 2rem;
}

.dc-symbols-grid .wp-block-group {
    position: relative;
}

.dc-symbols-grid .wp-block-group .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
}

.dc-symbols-grid p {
    text-align: center;
    margin-top: 0.5rem !important;
}

.dc-symbols-grid .dc-symbols-grid-item-title {
    font-size: 110%;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 0 !important;
}

.dc-symbols-grid .dc-symbol-grid-image-container {
    position: relative;
}

.dc-symbols-grid .dc-symbol-grid-image-container.dc-wrong-symbol:before {
    position: absolute;
    z-index: 100;
    content: '';
    top: 15px;
    left: 15px;
    width: 27px;
    height: 27px;
    background: url(images/symbol_incorrect.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.dc-symbols-grid .dc-symbol-grid-image-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.dc-symbols-grid .dc-symbol-grid-image-container figure {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 1rem 0;
    box-sizing: border-box;
}

.dc-symbols-grid .dc-symbol-grid-image-container figure img {
    display: block;
    width: 90%;
    height: auto;
}

.dc-problem-text {
    position: relative;
    border-radius: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background: #d20000;
    padding: 1rem;
    text-transform: uppercase;
    text-align: center
}

/*
.dc-problem-text:before {
    position: absolute;
    content: '';
    margin-left: -2rem;
    width: 27px;
    height: 27px;
    background: url(images/symbol_incorrect.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
*/









.dc-trainings-grid {
    gap: 2rem;
    margin-top: 2rem;
}

.dc-trainings-grid p {
    text-align: center;
    margin-top: 0.5rem !important;
}

.dc-trainings-grid .dc-symbols-grid-item-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 0rem !important;
    color: white;
    background: rgba(207, 0, 113, 0.9);
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    min-height: 80px;
    line-height: 1.5rem;
}

.dc-trainings-grid .dc-symbols-grid-item-solotext {
    text-transform: uppercase;
    color: #cf0071;
    margin: 5rem 0 !important;
    align-self: center;
    justify-self: center;
    width: 100%;
}

.dc-trainings-grid .dc-symbol-grid-image-container {
    position: relative;
}

.dc-trainings-grid .dc-symbol-grid-image-container {
    display: flex;
    align-items: stretch;
    background: #dedee9;
    border-radius: 10px;
    overflow: hidden;
}

.dc-trainings-grid .dc-symbol-grid-image-container figure {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0rem 0;
    box-sizing: border-box;
}

.dc-trainings-grid .dc-symbol-grid-image-container figure img {
    display: block;
    width: 100%;
    height: auto;
}

.dc-trainings-grid .dc-trainings-grid-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    border-radius: 20px;
    overflow: hidden;
    background: #eee;
}

.dc-trainings-grid .dc-trainings-grid-item .wp-block-group__inner-container {
    display: flex;
    height: 100%;
}

.dc-trainings-grid .dc-trainings-grid-item .wp-block-group__inner-container .wp-block-group {
    height: 100%;
}

.dc-trainings-grid .dc-trainings-grid-item .wp-block-group__inner-container .wp-block-group figure {
    height: 100%;
}

.dc-trainings-grid .dc-trainings-grid-item .wp-block-group__inner-container .wp-block-group figure img {
    width: 100%;
    height: auto;
}













.dc-alternative-container {
    background-image: linear-gradient(45deg,#cf0071,#940051);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 6rem;
}

.dc-alternative-container .wp-block-columns {
   margin-bottom: 0;
}

.dc-alternative-container .wp-block-column:first-child {
    padding: 2.7rem 3rem 3rem 3rem;
    box-sizing: border-box;
}

.dc-alternative-container .wp-block-column:last-child {
    position: relative;
    display: flex;
    align-items: stretch;
}

.dc-alternative-container .wp-block-column:last-child:before {
    position: absolute;
    z-index: 100;
    top: 1.5rem;
    right: 1.5rem;
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: url(images/15min-grafik.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.dc-alternative-container .wp-block-column:last-child figure {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.dc-alternative-container .wp-block-column:last-child figure img {
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.dc-alternative-slogan {
    position: absolute;
    text-align: center;
    padding: 2rem;
    box-sizing: border-box;
    color: #cf0071;
    font-size: 1.6rem;
    font-style: italic;
    margin-left: 2rem;
    margin-right: 2rem;
    bottom: 2rem;
    background: rgba(255,255,255,0.85);
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
}






.dc-demo-container {
    background-image: linear-gradient(45deg,#cf0071,#940051);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 6rem;
}

.dc-demo-container .wp-block-columns {
    margin-bottom: 0;
}

.dc-demo-container .wp-block-column:first-child {
    padding: 2.7rem 3rem 3rem 3rem;
    box-sizing: border-box;
}

.dc-demo-container .wp-block-column:last-child {
    position: relative;
    padding: 2.7rem 3rem 3rem 3rem;
    box-sizing: border-box;
}







.dc-benefits-container {
    padding: 3rem;
    box-sizing: border-box;
}

.dc-benefits-container h3 {
    margin-top: 1rem;
}






.dc-trainings-container {
    padding: 0;
    box-sizing: border-box;
}

.dc-trainings-container h3 {
    margin-top: 1rem;
}








.dc-ul-white-checkmark {
    list-style: none;
    margin: 0;
}

.dc-ul-white-checkmark li {
    position: relative;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    color: white;
    font-size: 1.5rem;
}

.dc-ul-white-checkmark li:before {
    position: absolute;
    content: '';
    margin-left: -2.5rem;
    width: 30px;
    height: 30px;
    background: url(images/symbol_checkmark_white.svg);
    background-size: contain;
    background-position: center center;
}


.dc-ul-magenta-checkmark {
    list-style: none;
    margin: 0;
}

.dc-ul-magenta-checkmark li {
    position: relative;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    color: black;
    font-size: 1.5rem;
}

.dc-ul-magenta-checkmark li:before {
    position: absolute;
    content: '';
    margin-left: -2.5rem;
    width: 30px;
    height: 30px;
    background: url(images/symbol_checkmark_magenta_oldstyle.svg);
    background-size: contain;
    background-position: center center;
}





.dc-promotion-page .cps-textinput p {
    margin-top: 0;
}


.dc-promotion-page form {
    margin-bottom: 0;
}

.dc-promotion-page form .wpcf7-not-valid-tip {
    color: white;
}

.dc-promotion-page form .cps-smaller-font {
    color: white;
}

.dc-promotion-page form .cps-smaller-font a {
    color: white;
}




.dc-contactform-loader { display: inline-block; width: 40px; visibility: hidden; margin-left: 1rem; }
.dc-contactform-loader .dc-contactform-loader-symbol { position: relative; margin: 0px auto; width: 40px; height: 40px; }
.dc-contactform-loader .dc-contactform-loader-symbol p { display: block; }

.dc-circular-loader {
    -webkit-animation: dc-loader-rotate 2s linear infinite;
    animation: dc-loader-rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%; position: absolute; top: 0; left: 0; margin: auto;
}

.dc-loader-path {
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dc-loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes dc-loader-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes dc-loader-rotate { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes dc-loader-dash { 0% { stroke-dasharray: 1,200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 50,100; stroke-dashoffset: -20; } 100% { stroke-dasharray: 50,200; stroke-dashoffset: -92; } }
@-webkit-keyframes dc-loader-dash { 0% { stroke-dasharray: 1,200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 50,100; stroke-dashoffset: -20; } 100% { stroke-dasharray: 50,200; stroke-dashoffset: -92; } }





.dc-submit-button-disabled { background-color: #aaa !important; pointer-events: none; }




.cmplz-cookiebanner .cmplz-title {
    font-size: 1.3rem !important;
}

.cmplz-cookiebanner .cmplz-message {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
    margin-right: 1rem !important;
}

.cmplz-cookiebanner .cmplz-links ul {
    gap: 0 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    font-size: 1.3rem !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}





@media (max-width: 1348px) {
    .dc-symbols-grid {
        grid-template-columns: repeat(auto-fill, minmax(min(22rem, 100%), 1fr)) !important;
    }
}




@media (max-width: 961px) {
    .dc-symbols-grid {
        grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr)) !important;
    }
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }
    .dc-demo-container .wp-block-columns {
        gap: 0 !important;
    }
    .dc-demo-container .wp-block-columns .wp-block-column:first-child {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 785px) {
    .dc-promotion-page .cps-main-wrapper {
        float: none;
    }

}

@media (min-width: 785px) {
    .dc-promotion-page .three.columns {
        width: 50%;
    }
}


@media (max-width: 785px) {
    .dc-promotion-page .cps-mainimage-container {
        height: 100vh;
    }
    .dc-promotion-page .cps-header {
        height: 100vh;
    }
}

@media (max-width: 650px) {
    #dc-cps-eyecatcher-button {
        /* font-size: 2rem; */
    }
    .dc-display-flex1 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    #dc-cps-eyecatcher-button {
        /* font-size: 1.5rem; */
        border-radius: 17px;
        padding: 0.4rem 1rem 0.4rem 1rem; color: #fff;
    }
    .wp-block-columns {
        gap: 0;
    }
    .dc-benefits-container {
        padding: 1.5rem;
        box-sizing: border-box;
    }
    .dc-alternative-slogan {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        bottom: 0;
        padding: 1rem;
    }
    .dc-alternative-container .wp-block-column:first-child {
        padding: 1.5rem;
    }
    .dc-alternative-container .wp-block-column:last-child {
        min-height: 500px;
    }
    .dc-demo-container .wp-block-column:first-child {
        padding: 1.5rem;
    }
    .dc-demo-container .wp-block-column:last-child {
        padding: 1.5rem;
    }
    .dc-overlay-ul li {
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .dc-overlay-ul li:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .dc-overlay-ul li:before {
        position: absolute;
        content: '';
        margin-left: -2rem;
        margin-top: 1px;
        width: 20px;
        height: 20px;
        background: url(images/symbol_checkmark_magenta.svg) no-repeat;
        background-size: contain;
        background-position: center center;
    }
    .dc-overlay-ul {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    .dc-demo-container .wp-block-columns {
        display: block;
    }
    .dc-demo-container .wp-block-columns input[type="submit"] {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    #dc-cps-eyecatcher-button {
        /* font-size: 1.3rem; */
        border-radius: 15px;
        padding: 0.4rem 1rem 0.4rem 1rem; color: #fff;
    }
    .dc-promotion-page .cps-mainimage-container {
        height: 100vh;
    }
    .dc-promotion-page .dc-overlay-ul {
        margin-top: 1rem;
    }
}

@media (max-width: 370px) {
    #dc-cps-eyecatcher-button {
        font-size: clamp(0.8rem, 5vw, 2.5rem);
        border-radius: 15px;
        padding: 0.4rem 1rem 0.4rem 1rem; color: #fff;
    }
}

@media (max-width: 350px) {
    #dc-cps-eyecatcher-button {
        border-radius: 15px;
        padding: 0.4rem 1rem 0.4rem 1rem; color: #fff;
    }
}