

/* BREAKPOINT: Desktop (BASE) */
.demo-anfordern.brxe-section {padding-top: var(--section-space-xs); padding-bottom: var(--section-space-s); background-color: var(--white)}


/* BREAKPOINT: Desktop (BASE) */
.demo-anfordern__container.brxe-container {align-items: center; justify-content: center; row-gap: var(--fr-content-gap); text-align: center; border-radius: var(--radius-s); max-width: var(--width-l); z-index: 1; position: relative}

/* BREAKPOINT: L */
@media (max-width: 991px) {
.demo-anfordern__container.brxe-container {max-width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
.demo-anfordern__image.brxe-image {position: absolute; right: -12rem; width: auto; height: 20rem; z-index: 1; bottom: -12rem}

/* BREAKPOINT: XL */
@media (max-width: 1359px) {
.demo-anfordern__image.brxe-image {right: -8rem}
}
/* BREAKPOINT: L */
@media (max-width: 991px) {
.demo-anfordern__image.brxe-image {right: -5rem}
}
/* BREAKPOINT: M */
@media (max-width: 767px) {
.demo-anfordern__image.brxe-image {display: none}
}

/* BREAKPOINT: Desktop (BASE) */
.demo-anfordern__content-wrapper.brxe-block {align-items: center; justify-content: center; row-gap: var(--fr-content-gap); text-align: center; border-radius: var(--radius-s); max-width: var(--width-l); padding-top: var(--space-m); padding-right: var(--space-m); padding-bottom: var(--space-m); padding-left: var(--space-m); position: relative; background-image: url(https://people.tools/wp-content/uploads/corner-gradients-2.svg); background-size: cover}

/* BREAKPOINT: L */
@media (max-width: 991px) {
.demo-anfordern__content-wrapper.brxe-block {max-width: 100%}
}

/* BREAKPOINT: Desktop (BASE) */
.btn--secondary.brxe-button:hover {background-color: var(--secondary); color: var(--black); border-color: var(--secondary)}


