.fl-builder-content .fl-module-html:has(.okhb),
.fl-builder-content .fl-module-content:has(.okhb) {
margin: 0;
}
.fl-builder-content .fl-row-content-wrap:has(.okhb) {
padding: 0;
} .okhb {
box-sizing: border-box;
padding: 16px;
position: relative;
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 16px;
background-color: #ffffff;
width: 100%;
max-width: 1200px;
margin: 0 auto;
line-height: 1.2;
}
.okhb *,
.okhb *::before,
.okhb *::after {
box-sizing: border-box;
}
.okhb picture,
.okhb img {
display: block;
}
.okhb img {
max-width: 100%;
height: auto;
border: 0;
border-radius: 0;
box-shadow: none;
} .okhb__teil {
position: relative;
display: flex;
align-items: center;
gap: 12px;
height: 130px;
padding: 0 16px;
overflow: hidden;
color: var(--okaktion-text);
text-decoration: none;
}
.okhb__teil:hover,
.okhb__teil:focus {
color: var(--okaktion-text);
text-decoration: none;
} .okhb a.okhb__teil:focus-visible {
outline: 3px solid var(--okaktion-text);
outline-offset: -6px;
} .okhb__teil--aktion {
background-color: var(--okaktion-creme);
}
.okhb__teil--app {
background-color: var(--okaktion-gruen);
} .okhb .okhb__hintergrund {
display: none;
}  .okhb__kiste {
flex: none;
width: clamp(88px, 28vw, 120px);
}
.okhb__kiste img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
} .okhb__handy {
position: relative;
flex: none;
align-self: flex-end;
width: 92px;
height: 114px;
overflow: hidden;
}
.okhb__handy img {
width: 100%;
} .okhb__text {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
min-width: 0;
}
.okhb__titel {
display: block;
font-family: "Ubuntu Medium", "Ubuntu Regular", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 1.2;
color: var(--okaktion-text);
}
.okhb__titel-gross,
.okhb__titel-klein {
display: block;
}
.okhb__titel-gross {
font-size: 21px;
line-height: 1.1;
}
.okhb__titel-klein {
margin-top: 2px;
font-family: "Ubuntu Regular", Helvetica, Arial, sans-serif;
font-size: 16px;
}
.okhb__button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 6px 14px;
border: 2px solid var(--okaktion-gruen-dunkel);
border-radius: 4px;
background-color: transparent;
color: var(--okaktion-gruen-dunkel);
font-family: "Ubuntu Medium", "Ubuntu Regular", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 1.2;
white-space: nowrap;
transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
} .okhb__teil--aktion .okhb__button {
padding-right: 22px;
padding-left: 22px;
border-color: var(--okaktion-orange);
background-color: var(--okaktion-orange);
color: #ffffff;
font-family: "Ubuntu Bold", "Ubuntu Medium", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 19px;
}
.okhb__teil--aktion:hover .okhb__button,
.okhb__teil--aktion:focus-visible .okhb__button {
background-color: #ffffff;
color: var(--okaktion-orange);
} .okhb__teil--app:hover .okhb__button,
.okhb__teil--app:focus-visible .okhb__button {
background-color: var(--okaktion-gruen-dunkel);
color: #ffffff;
}  .okhb .okhb__siegel {
display: none;
position: absolute;
z-index: 2;
width: var(--okhb-siegel);
pointer-events: none;
}
.okhb__siegel img {
width: 100%;
} @media (max-width: 768px) {
.okhb__teil {
height: auto;
min-height: 130px;
}
.okhb__teil--aktion {
padding-top: 14px;
padding-bottom: 14px;
}
}
@media (max-width: 374px) {
.okhb__titel {
font-size: 16px;
}
.okhb__titel-gross {
font-size: 19px;
}
.okhb__titel-klein {
font-size: 15px;
}
} @media (min-width: 769px) {
.okhb {
--okhb-siegel: clamp(84px, 8vw, 104px); grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); margin-top: -50px;
}
.okhb.okhb--drei-viertel {
grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
}
.okhb__teil {
height: 180px;
gap: 20px;
padding: 0 24px;
}
.okhb__teil--app {
gap: 16px;
padding: 0 20px;
}
.okhb__kiste {
width: clamp(120px, 13vw, 170px);
}
.okhb__handy {
width: 116px;
height: 156px;
}
.okhb__text {
gap: 12px;
}
.okhb__titel {
font-size: clamp(16px, 1.5vw, 20px);
}
.okhb__titel-gross {
font-size: clamp(22px, 2.3vw, 30px);
}
.okhb__titel-klein {
font-size: clamp(16px, 1.5vw, 20px);
}
.okhb__button {
padding: 7px 16px;
font-size: 16px;
}
.okhb__teil--aktion .okhb__button {
padding-right: 34px;
padding-left: 34px;
font-size: 19px;
}
.okhb .okhb__siegel {
display: block;
top: calc(var(--okhb-siegel) * -0.6); right: 40px;
}
}
@media (prefers-reduced-motion: reduce) {
.okhb__button {
transition: none;
}
}