.hidden {
    display: none;
}
.mb-10 {
    margin-bottom: 10px;
}
.mr-30 {
    margin-right: 30px;
}

.m-react-overview-partners__item-info-container h4:first-child,
.m-react-overview-partners__item-info-container .m-react-overview-partners__trainer-heading,
.m-react-overview-partners__item-info-container .m-react-overview-partners__trainer-list {
    display: none;
}
.m-react-overview-partners__item-info-container h4 {
    margin-top: 0;
}

.m-slider-gallery__slider-item-pic .c-image img {
    width: auto;
}
.m-member-form__calculation-meta-item {
    hyphens: auto;
}
.m-footer__social-item-inner--instagram {
    --color-social-icon: #c13584;
    --color-hover-social-icon: #e1306c;
}
.uc-embedding-wrapper {
    width: 100%;
    height: 100%;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    background: #dfe6eb;
    color: #000;
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 12px 24px;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: .8rem;
    line-height: 1.5;
    transform: translateX(-50%) translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    overflow: auto;
    font-family: unset;
}
.uc-embedding-container {
    max-height: 642px!important;
}
.uc-embedding-container img {
    display: none;
}

.c-youtube-video-1__video .uc-embedding-container {
    position: absolute !important;
}

.m-text-media__bg + .l-wrapper .c-youtube-video-1__video .uc-embedding-container {
    height: auto !important;
}

.uc-embedding-container {
    margin-bottom: -56.25%;
}

@media (max-width: 520px) {
    .uc-embedding-wrapper {
        padding-top: 4rem;
    }
    .c-youtube-video-1__video .uc-embedding-container {
        position: relative !important;
        height: 642px !important;
    }
    .m-text-media__bg + .l-wrapper .c-youtube-video-1__video .uc-embedding-container {
        height: 642px !important;
    }

}

[data-cert-custom-overlay].d-none {
    display: none;
}
[data-cert-custom-overlay] strong {
    font-weight: 500;
}
a[href^="mailto:"]::after {
    font-family: "22_iconfont";
    display: inline;
    margin: 0 .5rem;
    content: "\f104"!important;
}
a[href^="mailto:"] {
    transition: color .3s;
    color: #004691;
}

a[href^="mailto:"]:hover {
    color: var(--color-cta);
    transition: color .3s;
}


.m-header__lang__switch {
    box-shadow: 0 5px 18px -10px rgba(0, 70, 145, .5);
    cursor: pointer;
    background-color: #004691;
    border-radius: 2px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: border-color .3s, background-color .3s, color .3s, box-shadow .3s, font-weight .3s;
    transition: border-color .3s, background-color .3s, color .3s, box-shadow .3s, font-weight .3s;
    font-weight: 400;
    line-height: normal;
    font-size: .9rem;
    letter-spacing: .3px;
    text-transform: uppercase;
    border: 0 solid #004691;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px;
}
.m-header__lang__switch span {
    padding-left: .3rem;
    padding-right: .3rem;
}
.m-header__lang__switch .active {
    font-weight: bold;
}
.languageMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.languageMenu li {
    margin: 0;
    padding: 0;
}

.languageMenu li:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    font-weight: normal;
}

.languageMenu li a {
    text-decoration: none;
    color: inherit; /* Ensure the link adopts your site's color scheme */
}

.languageMenu li.active a {
    font-weight: bold;
}
@media (max-width: 1237px) {
    .m-header__lang__switch {
        padding: 9px;
    }
}
@media (max-width: 920px) {
    .m-header__lang__switch {
        padding: 8px;
    }
}

input[type=text][readonly="1"]:focus {
    border-color: #ececec;
    background-color: initial;
}
[data-dispay-paymentmethod] {
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
}
[data-dispay-paymentmethod].show {
    display: block;
    height: auto;
    opacity: 1;
}

[data-dependency-select-field].dependency-hide {
    display: none;
}
.autocomplete-hide {
    display: none;
}

.m-member-form__calculation-info {
    hyphens: auto;
}

.participant-order {
    font-size: 0.9rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 12px;
    margin-right: 5px;
}
.participant-order select {
    padding: 10px;
    appearance: auto;
    margin-left: 5px;
}

#certification-order-fieldset_privacy .text {
    font-size: 0.925rem;
    margin-bottom: 28px;
}
.certification-form-footer {
    font-size: .8rem;
    border-top: 1px solid #dfe6eb;
    padding-top: 20px;
}

.text-small {
    font-size: 14px;
}
.multiselect-disabled {
    opacity: 0.25;
    pointer-events: none;
}

.m-course-tiles__item-meta .number {
    color: #00102e;
    font-weight: bold;
}
.m-course-tiles__item--closed .m-course-tiles__item-meta .number {
    color: #9aa0ae;
    font-weight: bold;
}
.m-order-list__item-info.number .m-order-list__item-info-value {
    color: #333;
    font-weight: 600;
}

.m-view-nav__inner-course {
    display: flex;
    justify-content: space-between;
}
.m-view-nav__inner-course .m-view-nav__tool-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.m-view-nav__inner-course .m-view-nav__tool-right .icon {
    margin-right: 5px;
}
.m-view-nav__inner-course .m-view-nav__tool-right .plus {
    border: none;
    --b: 2px; /* thickness */
    width: 18px;
    aspect-ratio: 1;
    background:
            conic-gradient(from 90deg at var(--b) var(--b),transparent 90deg, #fff 0)
            calc(100% + var(--b)/2) calc(100% + var(--b)/2)/
            calc(50%  + var(--b))   calc(50%  + var(--b));
}

.ph-button[disabled] {
    pointer-events: none;
}
.ph-checkbox-single.participant-selection {
    margin-bottom: 0;
    position: absolute;
    top: -4px;
    left: 21px;
    z-index: 9;
}
label[for="participant-multiselect-select-all"] {
    font-size: 16px;
}
.multiselect-disabled {
    opacity: 0.25;
    pointer-events: none;
}


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


/* Header blog button override (global) */
.m-header__blog-button{background-color:#dadada!important;border-color:#dadada!important;color:#333!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;width:auto;height:40px}
.m-header__blog-button img{display:block;width:20px;height:20px}

.m-header__blog {
    background-color: #dadada !important;
    border-color: #dadada !important;
    border-radius: 2px;
}
.ph-button {
    padding: 10px 20px;
}
@media (max-width: 520px) {
    .m-header__blog-button {
        font-size: 0;
        gap: 0;
    }
    .ph-button {
        padding: 8px 14px;
    }
}


.m-slider-hero__item-headline span {
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
}


@media (max-width: 1237px) {
    .m-slider-hero__item-headline span {
        font-size: 2rem;
    }
}
@media (max-width: 920px) {
    .m-slider-hero__item-headline span {
        font-size: 1.8rem;
    }
}
@media (max-width: 520px) {
    .m-slider-hero__item-headline span {
        font-size: 1.5rem;
        color: #004691;
    }
}



/* Ensure centered picture layout applies regardless of vertical modifier */
.m-text-media--pic-center .m-text-media__figure,
.m-text-media--pic-center-below .m-text-media__figure,
.m-text-media--pic-center-above .m-text-media__figure {
    margin-right: 0;
    max-width: none;
    float: none;
}

.pmzert-nonmember-notice {
    font-size: 14px;
    margin-top: -19px;
    padding-left: 46px;
}
.pmzert-nonmember-notice a {
    color: #004691;
}
.pmzert-nonmember-notice a:hover {
    color: #4db5e3;
}

.event-price-input-container [readonly] {
    pointer-events: none;
    opacity: 0.5;
    background: #dfdede;
}
.event-price-input-container [readonly]:focus {
    background-color: initial;
    border-color: #efefef;
    border-image: initial;
    background-color: initial;
}

.ph-pmzert-company-invoice-container {
    padding: 10px;
    margin-bottom: 50px;
}
.ph-pmzert-company-invoice-container .ph-legend {
    font-size: 18px;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.ph-formfield--warning label {color: #e48c18
}
.ph-formfield--warning input[type=number],
.ph-formfield--warning input[type=text],
.ph-formfield--warning select{
    border:1px solid #ffa63057;
    background-color: #fcf1e5
}
.ph-formfield--warning .ph-select-wrap+.ph-formfield__warning-message,
.ph-formfield--warning .selectric-wrapper+.ph-formfield__warning-message{margin-left:0}
.ph-formfield__warning-message{width:100%;color: #e48c18;margin-top:10px}

.ph-formfield__hidden {
    display: none;
}


.sessionexpired-container {
    background-color:rgba(245,135,0,.2);
    padding: 10px 20px;
    margin: 0 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

/*  letters filter  */
.m-teaser-partner__filter {
    margin-bottom: 30px;
    text-align: center;
}
.m-teaser-partner__filter-label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2e3a42;
    margin-bottom: 12px;
}
.m-teaser-partner__filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.m-teaser-partner__filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 10px 18px;
    font-size: 0.95rem;
    font-weight: 400;
    color: #99a0af;
    background-color: #fff;
    border: 1px solid #dfe6eb;
    border-radius: 4px;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, box-shadow 0.2s;
    cursor: pointer;
}
.m-teaser-partner__filter-btn:hover {
    color: #2e3a42;
    border-color: #99a0af;
    text-decoration: none;
}
.m-teaser-partner__filter-btn--active {
    color: #2e3a42;
    font-weight: 600;
    border-color: #99a0af;
    box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.m-teaser-partner__no-results {
    text-align: center;
    padding: 40px 20px;
    color: #99a0af;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .m-teaser-partner__filter-buttons {
        gap: 8px;
    }
    .m-teaser-partner__filter-btn {
        min-width: 60px;
        padding: 8px 14px;
        font-size: 0.85rem;
    }
}

.c-image picture img,
.c-image img {
    height: auto;
}

.js-slider-quote-pics:not(.slick-initialized) .m-slider-quote__pic-slider-item:not(:first-child),
.js-slider-quote-quotes:not(.slick-initialized) .m-slider-quote__slider-quote-item:not(:first-child),
.js-slider-track:not(.slick-initialized) .m-slider-hero__item:not(:first-child) {
    display: none;
}

/* CLS: screen.css kollabiert die Slider vor slick-Init auf height:0 und klappt
   sie danach auf – die Expansion schiebt alles darunter weg. Stattdessen den
   ersten Slide schon vor Init in Endgröße Platz einnehmen lassen. */
.m-slider-quote__pic-slider:not(.slick-initialized),
.m-slider-quote__slider-quote:not(.slick-initialized) {
    height: auto;
}
.js-slider-quote-pics:not(.slick-initialized) .m-slider-quote__pic-slider-item {
    max-width: 187px;
    margin: 0 auto;
}

/* CLS: height:100% hebelt die Größenreservierung über die width/height-Attribute
   aus (Höhe bleibt 0, bis die Bilddaten geladen sind). Vor slick-Init height:auto,
   damit der Browser die Endhöhe aus dem Bildverhältnis reserviert. */
.js-slider-hero:not(.js-slider-hero--initialized) .m-slider-hero__item-image .c-image img {
    height: auto;
}

/* LCP: screen.css blendet den Hero bis zur slick-Init mit opacity:0 aus – seit
   dem JS-defer wird das größte Element dadurch erst sekundenspät gemalt. Der
   erste Slide steht vor Init bereits in Endgröße und kann sofort sichtbar sein. */
.m-slider-hero:not(.js-slider-hero--initialized) {
    opacity: 1;
}

/* CLS: die responsiven max-height-Klemmen (300/450/500px) gelten nur vor Init –
   nach Init setzt --initialized max-height:none. Klemme schon vorher aufheben,
   sonst springt die Section beim Init um die Differenz. */
.m-slider-hero:not(.js-slider-hero--initialized) {
    max-height: none;
}
