body {
    hyphens: auto;
    word-break: normal;
    word-wrap: break-word;
}

.test-class-red-box
{
	border: 10px solid #ff0000;
}

.form-terms-link {
    color: rgba(255,255,255,0.5);
}

.form-terms-link:hover {
    color: rgba(255,255,255,0.75);
}

@media only screen and (max-width:768px){
	.test-class-red-box{
		border: 10px solid #00ff00;
    }
}

@font-face {
  font-family: 'ABC ROM Cmpressed';
  src: url('/wp-content/uploads/2025/10/ABCROMCompressed-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* User Feedback Bar */

.user-feedback-bar {
    display: block;
    margin: 0;
    padding: 16px;
    width: 100%;
    background-color: rgb(138, 38, 156);
    color: white;
    overflow: hidden;
    animation: slideDown;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-duration: 0.25s;
    transition: all 0.25s ease;
}

    .user-feedback-bar .message {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        padding-right: 48px;
    }

    .user-feedback-bar .close {
        display: inline-block;
        position: absolute;
        right: 16px;
        top: 16px;
        border-radius: 12px;
    }

    .user-feedback-bar .close:hover {
        color: black;
        cursor: pointer;
    }

    @keyframes slideDown {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

.user-feedback-icon {
    width: 48px;
    height: 48px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto 16px auto;
}

.display-block {
    display: block;
}

/* Text */

.thin-space {
    display: inline-block;
    letter-spacing: -1.5px;
}

.text-on-dark {
    color: white;
}

.text-block-s {
    max-width: 590px; 
    margin-bottom: calc( 0.5 * var(--global-md-spacing)) !important;
}

.text-size-m {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .text-block-s {
        margin: auto;
        text-align: center;
    }
}

/* Transactional Page Text */

.transactional-page-text {
    display: block;
    padding: 1em;
    background-color: var(--global-palette8);
    color: var(--global-palette3);
    margin-bottom: 2em;
}

.transactional-page-text .heading {
    font-weight: bold;
    font-family: ABC ROM Cmpressed;
    font-size: var(--global-kb-font-size-lg, 2rem);
    text-transform: uppercase;
    line-height: 1;
}

/* Legal Text */

.legal-text {
    --highlight-color: #daa9b7;
}

.legal-text a {
    color: var(--global-palette3);
}

.legal-text h2, 
.legal-text h3 {
    color: var(--highlight-color);;
}

.legal-text ul {
    list-style: none;
}

.legal-text ul li::before {
    content: "•";
    color: var(--highlight-color);;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.legal-text ul li strong {
    color: var(--highlight-color);;
}

.legal-text ol {
    list-style: none; 
    counter-reset: li;
}

.legal-text ol li::before {
    content: counter(li); 
    color: var(--highlight-color);;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.legal-text ol li {
    counter-increment: li;
}

/* General text formatting */

.no-word-breaks {
    word-break: keep-all;
    word-wrap: normal;
    hyphens: none;
}

/* Primary Content */

@media only screen and (max-width: 1024px) {
    #primary.content-area {
        margin-top: 0;
    }
}

/* Main Form Container */

.main-form-container {
    max-width: 700px;
}

@media only screen and (max-width: 1024px) {
    .main-form-container {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Main Text Group */

.single-content .wp-block-group.main-text-group {
    margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
    .single-content .wp-block-group.main-text-group {
        margin-top: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .single-content .wp-block-group.main-text-group {
        margin-top: 0;
    }
}

/* Forms */

.frm_form_fields input[type=text],
.frm_form_fields input[type=email],
.frm_form_fields input[type=tel] {
    border-radius: 0;
    border-bottom: 2px solid var(--global-palette3);
    height: 48px;
}

@media only screen and (max-width: 600px) {
    .frm_form_fields input[type=text],
    .frm_form_fields input[type=email],
    .frm_form_fields input[type=tel] {
        border: 2px solid var(--global-palette3);
    }
}

.frm_form_fields select {
    border: 2px solid var(--global-palette3);
}

.with_frm_style .frm_inside_container > label {
    left: 0;
    padding-left: 0;
    transition: all 0.1s ease-out;
    padding: 16px 0 16px 0;
}

.with_frm_style .frm_label_float_top.frm_inside_container > label {
    top: -4px;
}

/* Form Checkboxes */

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    display: block;
    padding-left: 38px;
    text-indent: -38px;
}

.frm_forms {
    --bd__color_primary: #bb0c2f; /* Official Wella Company Color */
    --bd__color_primary_p2: rgba(187, 12, 47, 0.02);
    --bd__color_primary_p5: rgba(187, 12, 47, 0.05);
    --bd__color_primary_p10: rgba(187, 12, 47, 0.10);
    --bd__color_primary_p15: rgba(187, 12, 47, 0.15);
    --bd__color_primary_p25: rgba(187, 12, 47, 0.25);
    --bd__color_primary_p50: rgba(187, 12, 47, 0.5);
    --bd__color_primary_p75: rgba(187, 12, 47, 0.75);
    --bd__color_primary_p100: rgba(187, 12, 47, 1); /* Official Wella Company Color */
    --bd__color_wella_primary_2: var(--bd__color_primary); /* Official Wella Company Color */
    --bd__color_wella_secondary: #971B2F; /* Official Wella Company Color */
    --bd__color_wella_secondary_2: #E4002B; /* Official Wella Company Color */
    --bd__color_wella_secondary_3: #ebe3d7; /* Official Wella Company Color */
    --bd__color_wella_secondary_3_darker: #c9bdaa;
    --bd__color_wella_secondary_3_darkest: #9c8a6d;
    --bd__color_wella_secondary_4: #ff0000; /* Official Wella Company Color */
    --bd__color_wella_secondary_4_darker: #ff0000;
    --bd__color_wella_secondary_4_darkest: #c7a6a0;

    --bd__text: #000000;
    --bd__text_medium_strong: #696969;
    --bd__text_medium: #8C8C8C;
    --bd__text_subtle: #A0A0A0;
    --bd__bg: #ffffff;
    --bd__bg2: #f3f3f3;
    --bd__bg3: #DCDCDA;    
    --bd__border_color: var(--bd__color_function_7);
    --bd__border_color_medium: var(--bd__color_function_5);
    --bd__border_color_subtle: var(--bd__color_function_3);
    --bd__border_color_super_subtle: rgba(0,0,0,0.035);

    --bd__button_border_radius: 3px;
    --bd__checkbox_size: 24px;

    --bd__input_field_bg_color: var(--bd__color_function_3);
    --bd__input_field_bg_color_focus: rgba(0,0,0,0.035);
    --bd__checkbox_checked: #000000;
}


.with_frm_style .vertical_radio .frm_radio,
.with_frm_style .vertical_radio .frm_checkbox {
    margin-bottom: 4px;
}

.with_frm_style .frm_checkbox > label,
.with_frm_style .frm_radio > label {
    margin-bottom: /* calc(var(--bd__checkbox_size)/4) */ 0;
    line-height: var(--bd__checkbox_size) !important;
}

.with_frm_style .form-field input[type=radio], 
.with_frm_style .form-field input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(255, 255, 255);
    flex: none;
    display: inline-block !important;
    margin: 0 8px 0 0;
    color: var(--border-color);
    width: var(--bd__checkbox_size);
    min-width: var(--bd__checkbox_size);
    height: var(--bd__checkbox_size);
    border: 1px solid currentColor;
    border-color: black !important;
    vertical-align: middle;
    position: initial;
    padding: 0;
    border-radius: var(--bd__button_border_radius);
}

.with_frm_style .form-field input[type=radio]:hover:not(:focus), 
.with_frm_style .form-field input[type=checkbox]:hover:not(:focus) {
    border-color: black !important;
    padding: 0 !important;
}

.with_frm_style .form-field input[type=radio] {
    border-radius: 50%;
}

.with_frm_style .form-field input[type=radio]:before, 
.with_frm_style .form-field input[type=checkbox]:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.1s transform ease-in-out;
    box-shadow: inset 12px 12px var(--bd__bg);
    display: block;
    margin: 8px 0 0 8px;
}

.with_frm_style .frm_radio input[type=radio]:checked:before {
    width: 13px;
    height: 13px;
    background: white;
    box-shadow: none;
    margin: 4.5px;
}

.with_frm_style .form-field:not(.frm_display_format_buttons) input[type=checkbox]:before {
    /*clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);*/
    clip-path: none;
    border-radius: 0;
    background: url(https://briefingportal.devlab.agency/wp-content/themes/kadence-child/assets/check--light.svg);
    box-shadow: none;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 3px 0 0 3px;
}

.frm_style_wella.with_frm_style .form-field input[type=radio]:focus, 
.frm_style_wella.with_frm_style .form-field input[type=radio]:checked,
.frm_style_wella.with_frm_style .form-field input[type=checkbox]:focus,
.frm_style_wella.with_frm_style .form-field input[type=checkbox]:checked {
    background-color: var(--bd__checkbox_checked) !important;
    border-color: var(--bd__checkbox_checked) !important;
}

.frm_style_wella.with_frm_style .form-field input[type=checkbox]:checked,
.frm_style_wella.with_frm_style .form-field input[type=radio]:checked {
    font-weight: 600;
}

.frm_style_wella.with_frm_style .form-field input[type=radio]:not(:checked),
.frm_style_wella.with_frm_style .form-field input[type=checkbox]:not(:checked) {
    background-color: var(--bd__bg) !important;
}

.with_frm_style .frm_switch_block input[type=checkbox] {
    width: 0 !important;
    height: 0;
    border: 0;
    display: none !important;
}

.frm_switch {
    width: 56px;
    height: 32px;
}

.frm_style_wella.with_frm_style .form-field input[type=checkbox][disabled=disabled] {
    background-color: #ff0000 !important;
}

/* Form Fields */

.frm_form_field.frm_inline_container {
    grid-template-columns: 160px 1fr;
}

.frm_form_field.frm_inline_container .frm_primary_label {
    margin-right: 0;
    border-bottom: 2px solid var(--global-palette3);
    grid-row: span 1/span 1;
    line-height: 48px;
    margin-top: -6px;
}

.frm_form_field.frm_inline_container.field-no-border .frm_primary_label {
    border: none;
}

.frm_form_field.frm_inline_container.field-no-border .frm_opt_container {
    padding-top: 8px;
}

.frm_style_wella.with_frm_style div.frm_description {
    color: var(--global-palette1);
    font-weight: 400;
}

.frm_form_field.frm_inline_container.form-name-field {
    margin-bottom: 0;
}

.frm_form_field.frm_inline_container.form-name-field .frm_primary_label {
    margin-bottom: 18px;
    /*margin-right: 10px;*/
}

.frm_combo_inputs_container {
    grid-gap: 0;
}

.frm_style_wella.with_frm_style .frm_form_field.frm_inline_container .frm_error,
.frm_style_wella.with_frm_style .frm_error {
    grid-column-start: 2;
    margin-top: 5px;
}

@media only screen and (max-width: 600px) {
    .frm_form_field.frm_inline_container .frm_primary_label {
        border-bottom: 0;
        line-height: 32px;
        margin-top: 0;
    }
}

.frm_form_field.frm_inline_container.radio-button-label .frm_primary_label {
    max-width: 136px;
}

.checkboxes-label .frm_primary_label {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Buttons */

a.kb-button.kt-button.button,
span.kb-button.kt-button.button {
    font-family: "ABC ROM", Arial, sans-serif;
    font-weight: 400;
}

a.kb-button.kt-button.button.kt-btn-size-standard,
span.kb-button.kt-button.button.kt-btn-size-standard {
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    a.kb-button.kt-button.button.kt-btn-size-standard {
        font-size: 14px;
    }
}

/* Headlines */

h1.main-headline {
	overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    white-space: normal;
}

h1.main-headline .part-two {
	font-family: "Chronicle Display", Arial, sans-serif;
    font-weight: 400;
}

h2.secondary-headline,
h2.tertiary-headline {
	font-family: "Aspira", Arial, sans-serif;
	font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
}

h2.secondary-headline .part-two,
h2.tertiary-headline .part-three {
	font-family: "Chronicle Display", Arial, sans-serif;
    font-weight: 400;
}

h2.secondary-headline,
h2.tertiary-headline {
    text-align: left;
}



@media only screen and (max-width: 1024px) {
    h2.secondary-headline,
    h2.tertiary-headline {
        font-size: 40px;
    }
    h2.secondary-headline {
        text-align: center;
    }
}

@media only screen and (max-width: 860px) {
    h1.main-headline {
        max-width: 380px;
        /* font-size: 60px !important; */
    }
    .intro-text {
        max-width: 380px;
    }
}

@media only screen and (max-width: 767px) {
    h1.main-headline {
        text-align: center;
        margin-bottom: 16px !important;
        max-width: none;
    }
    .intro-text {
        max-width: 540px;
    }
    h1.main-headline,
    h2.secondary-headline,
    h2.tertiary-headline {
        font-size: 38px;
        line-height: 0.9;
    }
    h2.secondary-headline,
    h2.tertiary-headline {
        word-break: keep-all;
        hyphens: none;
    }
}

/* Images */
.image-comp {
    position: relative;
    --top-y-offset: 0px; /* neu: obere Ausrichtung */
}

.image-comp figure.wp-block-kadence-image {
    margin: 0;
    width: 100%;
}

.image-comp figure.wp-block-kadence-image.pos-1,
.image-comp figure.wp-block-kadence-image.pos-2 {
    width: 100%;
    position: absolute;
    z-index: 2;
}

/* Grundgröße der Bilder */
.image-comp figure.wp-block-kadence-image.pos-1 img,
.image-comp figure.wp-block-kadence-image.pos-2 img {
    width: 55%;
    height: auto;
}

/* rechtes Bild leicht verschoben */
.image-comp figure.wp-block-kadence-image.pos-2 img {
    transform: translateX(80%);
}

/* LINKES Bild – bleibt oben, liegt über dem rechten */
.image-comp figure.wp-block-kadence-image.pos-1 {
    top: calc(var(--top-y-offset) + 3%);
    left: 0;
    transform: translateY(0); /* keine vertikale Verschiebung mehr */
    z-index: 3;
}

/* RECHTES Bild – leicht nach unten versetzt */
.image-comp figure.wp-block-kadence-image.pos-2 {
    top: calc(var(--top-y-offset) + 50%);
    left: 3%;
    z-index: 2;
}

/* --- BREAKPOINTS --- */

@media only screen and (max-width: 1552px) {
  .image-comp {
    --top-y-offset: 0;
    --overlap: 240px;
  }

  .image-comp figure.wp-block-kadence-image.pos-1 img,
  .image-comp figure.wp-block-kadence-image.pos-2 img {
    width: 50%;
  }

  .image-comp figure.wp-block-kadence-image.pos-2 img {
    transform: translateX(65%);
  }

  .image-comp figure.wp-block-kadence-image.pos-2 {
    top: var(--overlap);
  }
}

@media only screen and (max-width: 1024px) {
  .image-comp {
    --top-y-offset: 0;
    --overlap: -10%;
  }

  .image-comp figure.wp-block-kadence-image.pos-1,
  .image-comp figure.wp-block-kadence-image.pos-2 {
    position: relative;
  }

  .image-comp figure.wp-block-kadence-image.pos-1 img,
  .image-comp figure.wp-block-kadence-image.pos-2 img {
    width: 65%;
  }

  .image-comp figure.wp-block-kadence-image.pos-2 {
    top: var(--overlap);
    left: -8%;
    margin-bottom: var(--overlap);
  }
}

/* @media only screen and (max-width: 768px) {
  .image-comp {
    --overlap: clamp(30px, 7vw, 80px);
  }

  .image-comp figure.wp-block-kadence-image.pos-1 img,
  .image-comp figure.wp-block-kadence-image.pos-2 img {
    width: 60%;
  }

  .image-comp figure.wp-block-kadence-image.pos-2 {
    top: var(--overlap);
  }
}

@media only screen and (max-width: 460px) {
  .image-comp {
    --overlap: clamp(20px, 8vw, 60px);
  }

  .image-comp figure.wp-block-kadence-image.pos-1 img,
  .image-comp figure.wp-block-kadence-image.pos-2 img {
    width: 60%;
  }

  .image-comp figure.wp-block-kadence-image.pos-2 {
    top: var(--overlap);
  }
} */


