 .brxe-section {padding-top: var(--section-py); padding-right: 1rem; padding-bottom: var(--section-py); padding-left: 1rem} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a {color: var(--ziegelrot); transition: 0.5s} :where(.brxe-accordion .accordion-content-wrapper) a:hover, :where(.brxe-icon-box .content) a:hover, :where(.brxe-list) a:hover, :where(.brxe-post-content):not([data-source="bricks"]) a:hover, :where(.brxe-posts .dynamic p) a:hover, :where(.brxe-shortcode) a:hover, :where(.brxe-tabs .tab-content) a:hover, :where(.brxe-team-members) .description a:hover, :where(.brxe-testimonials) .testimonial-content-wrapper a:hover, :where(.brxe-text) a:hover, :where(a.brxe-text):hover, :where(.brxe-text-basic) a:hover, :where(a.brxe-text-basic):hover, :where(.brxe-post-comments) .comment-content a:hover {color: var(--ziegelrot-hover)}:where(:root) .bricks-color-primary {color: var(--navy-blue)}:where(:root) .bricks-background-primary {background-color: var(--navy-blue)}:where(:root) .bricks-color-secondary {color: var(--ziegelrot)}:where(:root) .bricks-background-secondary {background-color: var(--ziegelrot)}:where(:root) * {border-color: var(--zartgrau)}:where(:root) .bricks-color-success {color: var(--emerald)}:where(:root) .bricks-background-success {background-color: var(--emerald)}:where(:root) .bricks-color-danger {color: var(--modern-red)}:where(:root) .bricks-background-danger {background-color: var(--modern-red)}:where(:root) .bricks-color-warning {color: var(--amber)}:where(:root) .bricks-background-warning {background-color: var(--amber)} html {background-color: var(--hellgrau)} body {background: none} body {color: var(--slate-700)} h1, h2, h3, h4, h5, h6 {color: var(--off-black)} .bricks-button {color: var(--hellgrau); font-weight: 500; transition: all 0.5s} .bricks-button.outline {color: var(--navy-blue); border-color: var(--navy-blue)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline):hover {background-color: var(--salbei)} .bricks-button.outline:hover {background-color: var(--navy-blue); color: var(--slate-50); border-color: var(--navy-blue)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--slate-700)}