.cu-akkordeon {
--cu-border-color: #c8cdd3;
--cu-toggle-color: #1a2744;
--cu-title-color: #1a2744;
--cu-title-size: 22px;
--cu-title-weight: bold;
--cu-subtitle-color: #3a4a5c;
--cu-subtitle-size: 15px;
--cu-subtitle-weight: normal;
display: flex;
flex-direction: column;
gap: 20px;
max-width: 100%;
} .cu-akkordeon-item {
position: relative;
background: #ffffff;
border: 1px solid var(--cu-border-color);
border-radius: 16px;
padding: 36px 40px;
transition: border-color 0.3s ease;
}
.cu-akkordeon-item:hover {
border-color: var(--cu-border-color);
filter: brightness(0.96);
}
.cu-akkordeon-item.is-open {
border-color: var(--cu-border-color);
} .cu-akkordeon-item__title {
font-size: var(--cu-title-size);
font-weight: var(--cu-title-weight);
color: var(--cu-title-color);
margin: 0 0 8px 0;
line-height: 1.3;
padding-right: 60px;
}
.cu-akkordeon-item__number {
font-weight: var(--cu-title-weight);
color: var(--cu-title-color);
} .cu-akkordeon-item__subtitle {
font-size: var(--cu-subtitle-size);
font-weight: var(--cu-subtitle-weight);
color: var(--cu-subtitle-color);
margin: 0 0 20px 0;
line-height: 1.5;
} .cu-akkordeon-item__short-text {
line-height: 1.7;
padding-right: 60px;
}
.cu-akkordeon-item__short-text p:first-child {
margin-top: 0;
}
.cu-akkordeon-item__short-text p:last-child {
margin-bottom: 0;
} .cu-akkordeon-item__expandable {
overflow: hidden;
max-height: 0;
transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cu-akkordeon-item.is-open .cu-akkordeon-item__expandable {
max-height: 4000px;
transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.cu-akkordeon-item__expandable-inner {
padding-top: 20px;
padding-right: 60px;
line-height: 1.7;
}
.cu-akkordeon-item__expandable-inner p:last-child {
margin-bottom: 0;
} .cu-akkordeon-item__toggle {
position: absolute;
bottom: 28px;
right: 32px;
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid var(--cu-toggle-color);
background: transparent;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
z-index: 2;
}
.cu-akkordeon-item__toggle:hover {
background-color: rgba(0, 0, 0, 0.04);
transform: scale(1.08);
}
.cu-akkordeon-item__toggle:focus-visible {
outline: 2px solid var(--cu-toggle-color);
outline-offset: 3px;
} .cu-akkordeon-item__toggle-icon {
position: relative;
display: block;
width: 16px;
height: 16px;
}
.cu-akkordeon-item__toggle-icon::before,
.cu-akkordeon-item__toggle-icon::after {
content: '';
position: absolute;
background-color: var(--cu-toggle-color);
border-radius: 1px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.cu-akkordeon-item__toggle-icon::before {
top: 50%;
left: 0;
width: 100%;
height: 2px;
transform: translateY(-50%);
}
.cu-akkordeon-item__toggle-icon::after {
top: 0;
left: 50%;
width: 2px;
height: 100%;
transform: translateX(-50%);
}
.cu-akkordeon-item.is-open .cu-akkordeon-item__toggle-icon::after {
transform: translateX(-50%) rotate(90deg);
opacity: 0;
} .cu-akkordeon--toggle-small .cu-akkordeon-item__toggle {
width: 32px;
height: 32px;
}
.cu-akkordeon--toggle-small .cu-akkordeon-item__toggle-icon {
width: 12px;
height: 12px;
}
.cu-akkordeon--toggle-normal .cu-akkordeon-item__toggle {
width: 40px;
height: 40px;
}
.cu-akkordeon--toggle-normal .cu-akkordeon-item__toggle-icon {
width: 16px;
height: 16px;
}
.cu-akkordeon--toggle-large .cu-akkordeon-item__toggle {
width: 48px;
height: 48px;
}
.cu-akkordeon--toggle-large .cu-akkordeon-item__toggle-icon {
width: 20px;
height: 20px;
}
.cu-akkordeon--toggle-xlarge .cu-akkordeon-item__toggle {
width: 56px;
height: 56px;
}
.cu-akkordeon--toggle-xlarge .cu-akkordeon-item__toggle-icon {
width: 24px;
height: 24px;
} @media (max-width: 768px) {
.cu-akkordeon-item {
padding: 24px;
border-radius: 12px;
}
.cu-akkordeon-item__title {
font-size: calc(var(--cu-title-size) * 0.82);
padding-right: 50px;
}
.cu-akkordeon-item__short-text {
padding-right: 50px;
}
.cu-akkordeon-item__expandable-inner {
padding-right: 0;
}
.cu-akkordeon-item__toggle {
bottom: 20px;
right: 20px;
}
.cu-akkordeon--toggle-small .cu-akkordeon-item__toggle {
width: 28px;
height: 28px;
}
.cu-akkordeon--toggle-normal .cu-akkordeon-item__toggle {
width: 36px;
height: 36px;
}
.cu-akkordeon--toggle-large .cu-akkordeon-item__toggle {
width: 42px;
height: 42px;
}
.cu-akkordeon--toggle-xlarge .cu-akkordeon-item__toggle {
width: 48px;
height: 48px;
}
}.ehs-marker-wrap {
height: 0 !important;
min-height: 0 !important;
max-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
overflow: hidden !important;
line-height: 0 !important;
font-size: 0 !important;
} .ehs-space-holder {
position: relative;
width: 100%;
overflow: visible;
} .ehs-fixed-container {
overflow: hidden;
pointer-events: none;
padding-bottom: 48px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.ehs-fixed-container {
overflow: visible !important;
}
}
.ehs-inner-constrainer {
padding-bottom: 50px !important;
}
.ehs-fixed-container * {
pointer-events: auto;
} .ehs-horizontal-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
height: 100%;
will-change: transform;
} .ehs-scroll-panel {
flex-shrink: 0;
overflow: hidden;
position: relative;
} .ehs-mode-fullscreen .ehs-scroll-panel {
display: flex;
flex-direction: column;
justify-content: center;
}
.ehs-mode-fullscreen .ehs-scroll-panel > .l-section-h {
margin: auto 0;
width: 100%;
} .ehs-mode-natural .ehs-scroll-panel {
height: auto;
min-height: 100%;
}
.ehs-mode-natural {
align-items: stretch;
} .ehs-scroll-panel {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.ehs-scroll-panel .l-section-h {
max-width: 100%;
} .ehs-scroll-panel.g-cols,
.ehs-scroll-panel.vc_inner {
padding-left: 0 !important;
padding-right: 0 !important;
} @media print {
.ehs-space-holder {
height: auto !important;
}
.ehs-fixed-container {
position: static !important;
height: auto !important;
overflow: visible !important;
}
.ehs-horizontal-wrapper {
flex-direction: column !important;
width: 100% !important;
transform: none !important;
will-change: auto;
}
.ehs-scroll-panel {
width: 100% !important;
height: auto !important;
page-break-inside: avoid;
}
} .ehs-progress-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 9999;
background: #1a1a1a;
color: #d37900;
display: flex;
align-items: center;
padding: 10px 20px;
gap: 16px;
font-family: inherit;
font-size: 13px;
font-weight: 600;
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
box-sizing: border-box;
pointer-events: none;
}
.ehs-progress-bar.ehs-progress-visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .ehs-progress-track {
flex: 1;
height: 4px;
background: rgba(211, 121, 0, 0.25);
border-radius: 2px;
overflow: hidden;
position: relative;
} .ehs-progress-fill {
height: 100%;
background: #d37900;
border-radius: 2px;
width: 0%;
transition: width 0.1s linear;
} .ehs-progress-dots {
display: flex;
gap: 6px;
align-items: center;
}
.ehs-progress-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(211, 121, 0, 0.35);
transition: background 0.2s ease, transform 0.2s ease;
}
.ehs-progress-dot.ehs-dot-active {
background: #d37900;
transform: scale(1.3);
}
.ehs-progress-dot.ehs-dot-done {
background: rgba(211, 121, 0, 0.7);
} .ehs-progress-label {
white-space: nowrap;
font-variant-numeric: tabular-nums;
} .ehs-progress-bar:focus-visible {
outline: 3px solid #d37900;
outline-offset: -3px;
}
@media (prefers-reduced-motion: reduce) {
.ehs-progress-bar {
transition: none !important;
}
.ehs-progress-fill {
transition: none !important;
}
} .ehs-cta-button {
display: block;
width: 100%;
padding: 16px 24px;
background-color: #d37900;
color: #fff !important;
font-size: 16px;
font-weight: 700;
text-align: center;
text-decoration: none !important;
text-transform: uppercase;
letter-spacing: 0.05em;
border: none;
cursor: pointer;
z-index: 100;
box-sizing: border-box;
transition: background-color 0.2s ease, transform 0.2s ease;
}
.ehs-cta-button:hover,
.ehs-cta-button:focus-visible {
background-color: #b9571e;
transform: translateY(-1px);
}
.ehs-cta-button:focus-visible {
outline: 3px solid #e3a22b;
outline-offset: -3px;
}
.ehs-cta-button:active {
transform: translateY(0);
background-color: #8D420A;
} .ehs-cta-button--sticky {
position: fixed;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.2s ease;
}
.ehs-cta-button--sticky.ehs-cta-visible {
opacity: 1;
visibility: visible;
} @media (max-width: 767px) {
.ehs-scroll-panel,
.ehs-inner-panel {
overflow: visible !important;
height: auto !important;
min-height: 100% !important;
}
.ehs-inner-constrainer {
min-height: auto !important;
}
.ehs-progress-bar {
pointer-events: none;
}
.ehs-progress-bar a,
.ehs-progress-bar button {
pointer-events: auto;
}
.ehs-cta-button--sticky {
position: static !important;
opacity: 1 !important;
visibility: visible !important;
}
} @media (prefers-reduced-motion: reduce) {
.ehs-horizontal-wrapper {
transition: none !important;
}
.ehs-cta-button {
transition: none !important;
}
}