section.teaser.micropayment{
padding: 64px 0 0 0;
}
section.teaser.micropayment picture.bg_image img {
object-position: center;
}
section.teaser div.teaser-wrapper {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
section.teaser::before {
width: 80%;
z-index: 2;
left: 0;
background: rgba( var(--micropayment_secondary), 0.4);
}
section.teaser::after {
width: 64%;
left: 0;
opacity: 0.3;
}
section.teaser div.flex {
height: 100%;
gap: 0;
position: relative;
z-index: 9;
align-items: stretch;
}
section.teaser.text-align-center div.flex {
justify-content: center;
position: relative;
}
.micropayment section.teaser .flex div.text {
position: relative;
z-index: 9;
}
.micropayment section.teaser .flex div.text.asset-type-empty {
flex: 1;
width: 100%;
max-width: 100%;
}
.micropayment section.teaser .flex div.assets {
flex-direction: initial;
position: relative;
display: flex;
top: auto;
max-height: 700px;
position: absolute;
right: 0;
bottom: 0;
height: 100%;
width: 50%;
z-index: 1;
}
.micropayment section.teaser .flex div.assets div.image {
height: 100%;
width: 100%;
}
section.teaser div.image picture,
section.teaser div.image picture img {
object-fit: contain;
object-position: bottom;
position: relative;
z-index: 9;
}
section.teaser div.image.image-position-center picture,
section.teaser div.image.image-position-center picture img {
align-items: center;
}
section.teaser div.image.image-position-top picture,
section.teaser div.image.image-position-top picture img {
align-items: flex-start;
}
section.teaser div.image.image-position-bottom picture,
section.teaser div.image.image-position-bottom picture img {
align-items: flex-end;
}
section.teaser div.image picture {
z-index: 6;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
}
.micropayment section.teaser div.image picture img {
width: auto;
max-height: 100%;
height: initial;
object-fit: contain;
}
section+section.teaser div.image picture {
height: 100%;
z-index: 6;
}
section+section.teaser div.image.image-position-center picture,
section+section.teaser div.image.image-position-center picture img {
padding: 80px 0;
}
section.teaser div.text {
display: flex;
align-items: flex-start;
flex-direction: column;
padding: 64px 0 96px 0;
position: relative;
z-index: 9;
align-self: center;
}
section.teaser.teaser-height-small div.text {
padding: 80px 0 40px;
}
section.teaser.text-align-center div.text {
justify-content: center;
align-items: center;
}
section+section.teaser div.text {
padding: 80px 0;
}
section.teaser div.text {
max-width: calc(var(--micropayment_maxWidth) / 1.8 );
}
section.teaser div.text h1,
section.teaser div.text h2 {
position: relative;
z-index: 1;
width: 125%;
letter-spacing: -2px
}
section.teaser div.text.asset-type-empty h1,
section.teaser div.text.asset-type-empty h2 {
width: 100%;
}
section.teaser div.text p:not(.subheadline) {
font-size: var(--micropayment_text_medium_fontSize);
line-height: var(--micropayment_text_medium_lineHeight);
font-weight: var(--micropayment_text_medium_fontWeight);
}
section.teaser div.text p.lead {
font-size: var(--micropayment_text_large_fontSize);
line-height: var(--micropayment_text_large_lineHeight);
font-weight: var(--micropayment_text_medium_fontWeight);
}
section.teaser div.text div.buttons {
padding: 24px 0;
}   section.teaser.teaser-height-full {
height: calc( 100vh - 88px);
padding-bottom: 0;
}
section.teaser.teaser-height-full .content {
height: 100%;
}
@media ( max-width: 768px ) {
section.teaser.teaser-height-full {
height: auto;
}	
}   section.teaser.image-type-logo .flex {
gap: 64px;
}
section.teaser.image-type-logo div.text {
max-width: 100%;
}
section.teaser.image-type-logo div.text h1,
section.teaser.image-type-logo div.text h2 {
width: 100%;
}
section.teaser.image-type-logo div.text p {
width: 80%;
}
section.teaser.image-type-logo div.image {
display: flex;
justify-content: flex-end;
align-items: center;
}
section.teaser.image-type-logo div.image div.image-content {
height: auto;
display: inline-flex;
position: relative;
left: auto;
top: auto;
justify-content: center;
}
section.teaser.image-type-logo div.image picture {
padding: 48px;
height: auto;
max-height: 50%;
width: 100%;
position: relative;
left: auto;
bottom: auto;
width: auto;
transform: none;
}
section.teaser.image-type-logo div.image picture img {
width: 100%;
height: 100%;
object-fit: contain;
position: relative;
left: auto;
bottom: auto;
border-radius: 0;
}
section.teaser.image-type-logo div.image picture.vector img {
min-width: 100%;
max-width: 100%;
}
section.teaser.image-type-logo div.image div.image-content div.bg {
border-radius: var(--micropayment_borderRadiusBigs);
}
@media ( max-width: 1200px ) {
section.teaser div.flex {
align-items: initial;
flex-direction: column;
}
section.teaser div.text h1,
section.teaser div.text h2 {
font-size: 72px;
line-height: 80px;
width: 100%;
}
.micropayment section.teaser div.flex {
flex-direction: column;
}
.micropayment section.teaser div.flex div.text {
flex: 1 1 100%;
padding-bottom: 0;
max-width: 100%;
}
.micropayment section.teaser .flex div.assets {
flex-direction: initial;
display: flex;
top: auto;
max-height: inherit;
position: relative;
right: auto;
bottom: auto;
height: initial;
width: 100%;
z-index: 1;
display: block;
}
.micropayment section.teaser .flex div.assets div.image {
max-height: 100%;
display: block;
}
.micropayment section.teaser .flex div.assets div.image picture {
width: 100%;
height: 100%;
display: block;
}
.micropayment section.teaser .flex div.assets div.image picture img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
display: block;
}
}
@media ( max-width: 768px ) {
section.teaser div.flex {
flex-direction: column;
}
section.teaser div.text {
padding: 48px 0 0 0;
}
section.teaser div.text h1,
section.teaser div.text h2,
section.teaser div.text .headline {
font-size: var(--micropayment_headline_h1_fontSize);
line-height: var(--micropayment_headline_h1_lineHeight);
width: 100%;
}
section.teaser div.content {
padding: 0;
}
section.teaser div.image {
order: -1;
justify-content: center;
}
section.teaser div.image div.image-content {
position: relative;
left: initial;
bottom: initial;
height: 32vh;
width: initial;
}
section.teaser div.image div.image-content picture {
width: initial;
}
.micropayment section.teaser div.flex div.text {
padding: 48px 24px 24px 24px;
border-radius: 32px 32px 0 0;
background: rgba( var(--micropayment_white), 1);
}
.micropayment section.teaser div.flex div.text article {
max-width: 100%;
}
section.teaser p.subheadline {
color: rgba(var(--micropayment_black), .72);
}
section.teaser div.text .headline {
color: rgba(var(--micropayment_dark), 1);
}
section.teaser div.text p:not(.subheadline) {
color: var(--micropayment_textColor);
}
.micropayment section.teaser .flex div.assets {
position: relative;
right: auto;
bottom: auto;
width: 100%;
height: auto;
max-height: 400px;
padding: 0 24px;
}
.micropayment section.teaser .flex div.assets div.image {
max-height: 40vh;
display: block;
}
.micropayment section.teaser .flex div.assets div.image  picture img {
max-height: 40vh !important;
}
.micropayment section.teaser .flex .flexbox.assets.right.assets.right {
order: -1;
}
}
@media ( max-width: 589px ) {
section.teaser div.text h1,
section.teaser div.text h2 {
font-size: 40px;
line-height: 48px;
}
section.teaser.teaser-height-small div.flex {
min-height: initial;
}
section.teaser div.image div.image-content {
height: 72vh;
}
}section.text div.content > div.flex {
align-items: flex-start;
}
section.text .flexbox.image picture {
width: 100%;
min-height: 100%;
}
section.text .flexbox.image picture img {
width: 100%;
min-height: 100%;
}   section.text div.content > div.flex.assets-position-center {
align-items: center;
}
section.text div.content > div.flex.assets-position-top {
align-items: flex-start;
}
section.text div.content > div.flex.assets-position-bottom {
align-items: flex-end;
}   .micropayment.text .flex.flex-text {
--boxes_gap : 24px;
gap: var( --boxes_gap );
margin-top: 40px;	
flex-wrap: wrap;
justify-content: flex-start;
}
.micropayment.text .flex.flex-text.boxes-per-row-3,
.micropayment.text .flex.flex-text.boxes-per-row-4 {
--boxes_gap : 12px;
}.micropayment.text .flex.flex-text.boxes-per-row-5 {
--boxes_gap : 8px;
}
.micropayment.text .flex.flex-text .flexbox {
display: flex;
align-items: stretch;
width: 100%;
flex: initial;
width: calc((100% - ( var(--box-count) - 1) * var(--boxes_gap)) / var(--box-count));
min-width: calc((100% - ( var(--box-count) - 1) * var(--boxes_gap)) / var(--box-count));
max-width: calc((100% - ( var(--box-count) - 1) * var(--boxes_gap)) / var(--box-count));
}
.micropayment.text .flex.flex-text.boxes-per-row-2 .flexbox {
--box-count: 2;
}
.micropayment.text .flex.flex-text.boxes-per-row-3 .flexbox {
--box-count: 3;
}
.micropayment.text .flex.flex-text.boxes-per-row-4 .flexbox {
--box-count: 4;
}
.micropayment.text .flex.flex-text.boxes-per-row-5 .flexbox {
--box-count: 5;
}
.micropayment.text .flex.flex-text .micropayment-card {
padding-bottom: 16px;
}
.micropayment.text .flex.flex-text .micropayment-card-content .card-headline {
padding: 0 0 8px 0;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.micropayment.text .flex.flex-text .micropayment-card-content .buttons {
margin: 0;
}
@media ( max-width: 999px ) {
.micropayment.text .flex.flex-text.boxes-per-row-2 .flexbox,
.micropayment.text .flex.flex-text.boxes-per-row-3 .flexbox,
.micropayment.text .flex.flex-text.boxes-per-row-4 .flexbox,
.micropayment.text .flex.flex-text.boxes-per-row-5 .flexbox {
--box-count: 1;
}
}   .micropayment .flex .flexbox.assets div.image {
position: relative;
width: 100%;
height: 100%;
max-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
}
.micropayment .flex .flexbox.assets div.image > picture {
position: relative;
z-index: 9;
}
.micropayment .flex .flexbox.assets div.image > picture img {
max-height: 100%;
}
.micropayment .flex .flexbox.assets div.image > div.swiper {
position: relative;
z-index: 9;
overflow: hidden;
}
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-button-next,
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-button-prev {
background: rgba( var(--micropayment_white), .8);
}
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-button-next i,
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-button-prev i {
color: rgba( var(--micropayment_black), 1);
}
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-button-next:hover,
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-button-prev:hover {
background: rgba( var(--micropayment_white), 1);
color: rgba( var(--micropayment_black), 1);
}
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-button-next:hover i,
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-button-prev:hover i {
color: rgba( var(--micropayment_black), 1);
}
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-pagination span {
background: rgba( var(--micropayment_grey), 1);
}
.micropayment .flex .flexbox.assets.assets-background-true div.image > div.swiper div.swiper-pagination span {
background: rgba( var(--micropayment_white), 1);
}
.micropayment .flex .flexbox.assets div.image > div.swiper div.swiper-pagination span.swiper-pagination-bullet-active {
background: rgba( var(--micropayment_black), 1);
}   .micropayment .flex .flexbox.assets div.image div.background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.micropayment .flex .flexbox.assets div.image div.background picture,
.micropayment .flex .flexbox.assets div.image div.background picture img {
width: 100%;
height: 100%;
object-fit: cover;
}   .micropayment .flex .flexbox.assets div.image.image-layout-overlapping > picture {
width: 120%;
max-width: 120%;
min-width: 120%;
height: 100%;
}
.micropayment .flex .flexbox.assets div.image.image-layout-overlapping > picture img {
width: 100%;
height: 100%;
object-fit: contain;
}
@media ( max-width: 768px ) {
.micropayment .flex .flexbox.assets div.image.image-layout-overlapping > picture {
width: initial;
min-width: initial;
}
}   .micropayment .flex .flexbox.assets div.image.image-layout-padding {
padding: 48px;
}   .micropayment .flex .flexbox.assets div.image.image-layout-border > picture img {
border: 4px solid rgba( var(--micropayment_white), 1);
border-radius: var(--micropayment_borderRadiusBigs);
}   .micropayment .flex .flexbox.assets div.image.image-layout-contain > picture {
width: 100%;
height: auto;
object-fit: contain;
}   .micropayment .flex .flexbox.assets div.image.image-layout-cover > picture {
width: 100%;
height: 100%;
object-fit: cover;
}
.micropayment .flex .flexbox.assets div.image.image-layout-cover > picture img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: var(--micropayment_borderRadiusBigs);
}   .micropayment .flex .flexbox.assets div.image.image-position-top picture img {
object-position: top;
}
.micropayment .flex .flexbox.assets div.image.image-position-center picture img {
object-position: center;
}
.micropayment .flex .flexbox.assets div.image.image-position-bottom picture img {
object-position: bottom;
max-height: 72vh;
}
.micropayment .teaser .flex .flexbox.assets div.image.image-position-bottom picture img {
height: 100%;
}   .micropayment .flex .flexbox.assets div.image.gallery {
--gap : 24px;
display: flex;
flex-wrap: wrap;
max-width: 100%;
align-items: center;
gap: var(--gap);
padding: 24px;
}
.micropayment .flex .flexbox.assets div.image.gallery > picture {
width: 100%;
height: 100%;
flex-grow: 1;
flex-basis: 0;
display: flex;
}
.micropayment .flex .flexbox.assets div.image.gallery.gallery-count-1 > picture {
width: 100%;
min-width: 100%;
height: initial;
}
.micropayment .flex .flexbox.assets div.image.gallery.gallery-count-2 > picture {
width: calc((100% - var(--gap)) / 2);
min-width: calc((100% - var(--gap)) / 2);
max-width: calc((100% - var(--gap)) / 2);
height: initial;
}
.micropayment .flex .flexbox.assets div.image.gallery.gallery-count-3 > picture {
width: calc((100% - 2 * var(--gap)) / 3);
min-width: calc((100% - 2 * var(--gap)) / 3);
max-width: calc((100% - 2 * var(--gap)) / 3);
height: initial;
}
.micropayment .flex .flexbox.assets div.image.gallery.gallery-count-4 > picture {
width: calc((100% - 3 * var(--gap)) / 4);
min-width: calc((100% - 3 * var(--gap)) / 4);
max-width: calc((100% - 3 * var(--gap)) / 4);
height: initial;
}
.micropayment .flex .flexbox.assets div.image.gallery.gallery-count-5 > picture {
width: calc((100% - 4 * var(--gap)) / 5);
min-width: calc((100% - 4 * var(--gap)) / 5);
max-width: calc((100% - 4 * var(--gap)) / 5);
height: initial;
}
.micropayment .flex .flexbox.assets div.image.gallery picture img { 
width: 100%;
height: 100%;
object-fit: contain;
}   .micropayment .flex .flexbox.assets div.payments {
--payments_gap: 12px 24px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: var(--payments_gap);
width: 100%;
}
.micropayment .flex .flexbox.assets div.payments.payments-per-row-1 div.payment {
--payment_count: 1;
}
.micropayment .flex .flexbox.assets div.payments.payments-per-row-2 div.payment {
--payment_count: 2;
}
.micropayment .flex .flexbox.assets div.payments.payments-per-row-3 div.payment {
--payment_count: 3;
}
.micropayment .flex .flexbox.assets div.payments.payments-per-row-4 div.payment {
--payment_count: 4;
}
.micropayment .flex .flexbox.assets div.payments.payments-per-row-5 div.payment {
--payment_count: 5;
}
.micropayment .flex .flexbox.assets div.payments div.payment {
--payment_count: 1;
width: calc((100% - (var(--payment_count, 1) - 1) * var(--payments_gap, 0px)) / var(--payment_count, 1));
max-width: calc((100% - (var(--payment_count, 1) - 1) * var(--payments_gap, 0px)) / var(--payment_count, 1));
aspect-ratio: 1 / 1;
border-radius: var(--micropayment_borderRadiusBigs);
}
@media ( min-width: 769px ) {
.micropayment .flex .flexbox.assets div.payments div.payment {
flex-basis: 0;
flex-grow: 1;
}
}
.micropayment .flex .flexbox.assets div.payments div.paymemt-breaker {
min-width: 100%;
max-width: 100%;
width: 100%;
height: 0;
}
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-small {
max-width: 56px;
}
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-medium {
max-width: 80px;
}
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-large {
max-width: 104px;
}
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-big {
max-width: 128px;
}
.micropayment .flex .flexbox.assets div.payments div.payment picture {
width: 100%;
height: 100%;
display: flex;
}
.micropayment .flex .flexbox.assets div.payments div.payment picture img {
object-fit: contain;
object-position: center;
}
.micropayment .flex .flexbox.assets div.payments div.payment.padding {
padding: 12px;
}
.micropayment .flex .flexbox.assets div.payments div.payment.border {
border: 1px solid var(--micropayment_borderColor);
}
@media ( max-width: 768px ) {
.micropayment.text .flex.alignCenter {
align-items: flex-start;
}
.micropayment .flex .flexbox.assets.payments {
margin: 0 0 64px -24px;
width: calc( 100% + 48px);
max-width: calc( 100% + 48px);
}
.micropayment .flex .flexbox.assets div.payments {
overflow: hidden;
max-width: 100%;
padding: 0 24px;
align-items: stretch;
}
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-small,
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-medium,
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-large,
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-big {
max-width: 160px;
width: 100%;
}
}
@media ( max-width: 589px ) {
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-small,
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-medium,
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-large,
.micropayment .flex .flexbox.assets div.payments div.payment.icon-size-big {
max-width: 100%;
}
}.micropayment .breaker {
padding: 104px 0;
}
.micropayment .breaker div.content {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
gap: 24px;
align-items: center;
}
.micropayment .breaker article {
max-width: calc( var(--micropayment_maxWidth) / 1.6 );
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.micropayment .breaker article p {
padding: 0;
}
.micropayment .breaker article h1,
.micropayment .breaker article h2,
.micropayment .breaker article h3,
.micropayment .breaker article h4,
.micropayment .breaker article h5,
.micropayment .breaker article h6,
.micropayment .breaker article .h1 {
font-size: var(--micropayment_headline_h1_fontSize);
line-height: var(--micropayment_headline_h1_lineHeight);
padding: 0;	
}
.micropayment .breaker article .h2,
.micropayment .breaker article .h3,
.micropayment .breaker article .h4,
.micropayment .breaker article .h5,
.micropayment .breaker article .h6 {
padding: 0;	
}
.micropayment .breaker article p {
padding: 0;
}
section.micropayment.text-align-center.breaker article.article-content p {
max-width: inherit;
}   .micropayment .breaker.text-align-center * {
text-align: center;
}
.micropayment .breaker.text-align-left * {
text-align: left;
}
.micropayment .breaker.text-align-left article {
align-items: flex-start;
}
.micropayment .breaker.text-align-left div.buttons {
justify-content: center;
}
.micropayment .breaker.text-align-right * {
text-align: right;
}
.micropayment .breaker.text-align-right article {
align-items: flex-end;
}
.micropayment .breaker.text-align-right div.buttons {
justify-content: center;
}   .micropayment .breaker.breaker-design-row {
padding: 0;
}
.micropayment .breaker.breaker-design-row div.content {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
gap: 48px;
align-items: center;
max-width: var(--micropayment_maxWidth);
}
.micropayment .breaker.breaker-design-row article {
max-width: var(--micropayment_maxWidth);	
width: 100%;
padding: 56px 0;
}
.micropayment .breaker.breaker-design-row article div.buttons {
transform: translateY(-16px);
}