.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 {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1fr);
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: #666666;
text-decoration: none;
}
.okhb__teil:hover,
.okhb__teil:focus {
color: #666666;
text-decoration: none;
} .okhb a.okhb__teil:focus-visible {
outline: 3px solid #666666;
outline-offset: -6px;
}
.okhb__teil--aktion {
background-color: #FAF3E7;
}
.okhb__teil--app {
background-color: #57b03c;
}
.okhb a.okhb__teil--app:focus-visible {
outline-color: #ffffff;
}  .okhb__kiste {
flex: none;
width: clamp(88px, 28vw, 120px);
}
.okhb__kiste img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
} .okhb__hintergrund,
.okhb__hintergrund img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.okhb__hintergrund img {
max-width: none;
object-fit: cover;
object-position: right center;
} .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__teil--aktion .okhb__text::before {
content: "";
display: block;
width: 28px;
height: 3px;
border-radius: 2px;
background-color: #e7622a;
}
.okhb__titel {
display: block;
font-family: "Ubuntu Medium", "Ubuntu Regular", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 19px;
line-height: 1.2;
color: #666666;
}
.okhb__teil--app .okhb__titel {
color: #ffffff;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.okhb__button {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 14px;
border: 2px solid #57b03c;
border-radius: 3px;
background-color: #57b03c;
color: #ffffff;
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--app .okhb__button {
border-color: #ffffff;
}
.okhb__teil--aktion:hover .okhb__button,
.okhb__teil--aktion:focus-visible .okhb__button {
border-color: #e7622a;
background-color: #e7622a;
}
.okhb__teil--app:hover .okhb__button,
.okhb__teil--app:focus-visible .okhb__button {
background-color: #ffffff;
color: #57b03c;
}  .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: 374px) {
.okhb__titel {
font-size: 17px;
}
} @media (min-width: 769px) {
.okhb {
--okhb-siegel: clamp(84px, 8vw, 104px);
grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: -50px;
}
.okhb__teil {
height: 180px;
gap: 20px;
padding: 0 24px;
}
.okhb__teil--app {
grid-column: 1;
grid-row: 1;
}
.okhb__teil--aktion {
grid-column: 2;
grid-row: 1;
padding-right: calc(var(--okhb-siegel) * 0.5 + 24px);
}
.okhb__kiste {
width: clamp(120px, 13vw, 170px);
}
.okhb__handy {
width: 116px;
height: 156px;
}
.okhb__text {
gap: 12px;
}
.okhb__titel {
font-size: clamp(19px, 2.2vw, 26px);
}
.okhb__button {
padding: 7px 16px;
font-size: 16px;
}
.okhb .okhb__siegel {
display: block;
top: calc(var(--okhb-siegel) * -0.6);
right: 24px;
}
}
@media (prefers-reduced-motion: reduce) {
.okhb__button {
transition: none;
}
}