:where(.brxe-divider){align-items:center;display:flex;font-size:30px;gap:30px}:where(.brxe-divider).horizontal{width:100%}:where(.brxe-divider).horizontal .line{border-top:1px solid}:where(.brxe-divider).vertical{flex-direction:column}:where(.brxe-divider).vertical .line{border-right:1px solid;width:auto}:where(.brxe-divider) .line{position:relative;width:100%}:where(.brxe-divider) .icon{flex-shrink:0;position:relative}:where(.brxe-divider) a{display:inline-flex}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image) a{transition:inherit}:where(.brxe-image) img{height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}.bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}.brxe-social-icons{display:flex;list-style-type:none;margin:0;padding:0}.brxe-social-icons li.has-link a,.brxe-social-icons li.no-link{align-items:center;display:flex;flex:1;gap:5px;justify-content:center}.brxe-social-icons span{align-items:center;display:inline-flex}.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-form){display:flex;flex-wrap:wrap;width:100%}:where(.brxe-form) .label,:where(.brxe-form) label{color:inherit;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}:where(.brxe-form) .form-group{display:flex;flex-direction:column;padding:0 0 20px;width:100%}:where(.brxe-form) .form-group:last-child{padding-bottom:0}:where(.brxe-form) .form-group.file{display:block}:where(.brxe-form) .form-group>.label{margin-bottom:5px}:where(.brxe-form) .form-group .form-group-error-message{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);display:none;padding:15px;width:100%}:where(.brxe-form) .form-group .form-group-error-message.show{display:block}:where(.brxe-form) .submit-button-wrapper{width:auto}:where(.brxe-form) .required:after{content:"*";padding:0 2px;position:relative;top:-2px}:where(.brxe-form) .options-wrapper{list-style-type:none;margin:0;padding:0}:where(.brxe-form) .options-wrapper input,:where(.brxe-form) .options-wrapper label{display:inline-block;height:auto;margin:0 5px 0 0;width:auto}:where(.brxe-form) button[type=submit].sending{cursor:default}:where(.brxe-form) button[type=submit].sending .text{opacity:.5}:where(.brxe-form) button[type=submit].sending>i,:where(.brxe-form) button[type=submit].sending>svg{display:none}:where(.brxe-form) button[type=submit].sending .loading{animation:load8 1s linear infinite;display:flex;opacity:1}:where(.brxe-form) button[type=submit] .loading{display:none}:where(.brxe-form) button[type=submit] svg{height:1em}:where(.brxe-form) .recaptcha-hidden{display:none}:where(.brxe-form) .recaptcha-error{display:none;padding:0!important}:where(.brxe-form) .recaptcha-error.show{display:block}:where(.brxe-form) .recaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) .hcaptcha-error{display:none;padding:0!important}:where(.brxe-form) .hcaptcha-error.show{display:block}:where(.brxe-form) .hcaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) input[type=checkbox]+.label,:where(.brxe-form) input[type=checkbox]+label,:where(.brxe-form) input[type=radio]+.label,:where(.brxe-form) input[type=radio]+label{color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}:where(.brxe-form) textarea{height:inherit}:where(.brxe-form) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);padding-bottom:0;width:100%}:where(.brxe-form) .message.success{background-color:var(--bricks-bg-success);color:var(--bricks-text-success)}:where(.brxe-form) .message.error{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}:where(.brxe-form) .message .text{padding:15px}:where(.brxe-form) input.file,:where(.brxe-form) input[type=file]{display:block;height:0;opacity:0;width:0}:where(.brxe-form) .file-result{display:none;padding:0}:where(.brxe-form) .file-result.show{align-items:center;display:flex;margin:0 0 15px}:where(.brxe-form) .file-result.show .remove{display:inline-block;font-size:12px;line-height:30px;margin:0 15px;padding:0 10px}:where(.brxe-form) .file-result.show .remove:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .choose-files{border-style:solid;border-width:1px;cursor:pointer;display:inline-block;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}.grecaptcha-badge{visibility:hidden}:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}/* BREAKPOINT: Desktop (BASE) */#brxe-fe46a0 {font-size: 24px}#brxe-fe46a0  a {font-size: 24px; font-size: inherit}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-fe46a0 {font-size: 20px}#brxe-fe46a0  a {font-size: 20px; font-size: inherit}}/* BREAKPOINT: Desktop (BASE) */#brxe-22c284 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-0501d7 {background-image: url(https://ifit.avrio-web.de/wp-content/uploads/2023/06/kontakt-1024x380.webp); background-size: cover; background-position: center center; justify-content: center}/* BREAKPOINT: Desktop (BASE) */#brxe-b326cb {display: block}/* BREAKPOINT: Desktop (BASE) */#brxe-71746f {font-size: 40px}/* BREAKPOINT: Tablet Hochformat */@media (max-width: 991px) {#brxe-71746f {font-size: 35px}}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-71746f {font-size: 25px}}/* BREAKPOINT: Desktop (BASE) */#brxe-47c377 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-70b2b1 {font-size: 18px; font-weight: 400; font-family: "Titillium Web"}/* BREAKPOINT: Desktop (BASE) */#brxe-433c32 {flex-direction: row; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-718586 {font-size: 18px; font-family: "Titillium Web"; font-weight: 400}#brxe-718586 a:hover{color:#fff; font-weight: 600;}/* BREAKPOINT: Desktop (BASE) */#brxe-5ab9fc {flex-direction: row; align-items: center; padding-top: 15px; padding-bottom: 15px}/* BREAKPOINT: Desktop (BASE) */#brxe-655356 {font-size: 18px; font-family: "Titillium Web"; font-weight: 400}/* BREAKPOINT: Desktop (BASE) */#brxe-d56124 {flex-direction: row; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-204997 {color: #ffffff; line-height: 1; font-size: 25px; flex-direction: row; gap: 15px}#brxe-204997 .repeater-item:nth-child(1) {color: var(--bricks-color-ngicuu)}#brxe-204997 .repeater-item:nth-child(2) {color: var(--bricks-color-ngicuu)}#brxe-204997 .repeater-item:nth-child(3) {color: var(--bricks-color-ngicuu)}#brxe-204997 li.has-link a, #brxe-204997 li.no-link {padding-right: 5px; padding-left: 5px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-ca0a90 {padding-bottom: 2rem}}/* BREAKPOINT: Desktop (BASE) */#brxe-93d6f4 button[type=submit].bricks-button {border-radius: 20px}#brxe-93d6f4 .form-group input {border-color: #adaeb3; border-radius: 10px; background-color: var(--bricks-color-tabsru)}#brxe-93d6f4 .flatpickr {border-color: #adaeb3; border-radius: 10px; background-color: var(--bricks-color-tabsru)}#brxe-93d6f4 select {border-color: #adaeb3; border-radius: 10px; background-color: var(--bricks-color-tabsru); color: #6e6e6e}#brxe-93d6f4 textarea {border-color: #adaeb3; border-radius: 10px; background-color: var(--bricks-color-tabsru)}#brxe-93d6f4 .bricks-button:not([type=submit]) {border-color: #adaeb3; border-radius: 10px}#brxe-93d6f4 .choose-files {border-color: #adaeb3; border-radius: 10px}#brxe-93d6f4 ::placeholder {color: #6e6e6e}#brxe-93d6f4 .form-group:not(:last-child) {padding-bottom: 20px}#brxe-93d6f4 .submit-button-wrapper {margin-top: 15px}#brxe-93d6f4 {padding-bottom: 15px}#brxe-93d6f4 .bricks-button {background-color: var(--bricks-color-ngicuu)}/* BREAKPOINT: Desktop (BASE) */#brxe-c6682a {flex-wrap: wrap; align-self: stretch !important; width: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-6ecf4c {background-position: center center; background-image: linear-gradient(#1e4c85, #143259); display: none}/* BREAKPOINT: Desktop (BASE) */#brxe-da53f6 {padding-top: 0}/* BREAKPOINT: Desktop (BASE) */#brxe-f307d7 {flex-direction: column; align-self: center !important; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-lwpxkt {padding-top: 0}/* BREAKPOINT: Desktop (BASE) */#brxe-veigfr {flex-direction: column; align-self: center !important; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-ce9cdf {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-c86f24 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-3f5137 {font-size: 16px}#brxe-3f5137  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-4f5615.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-4f5615.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-4f5615 .icon {color: #e8e8e8}#brxe-4f5615.horizontal {justify-content: center}#brxe-4f5615.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-dcdf05 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-6f595f {color: var(--bricks-color-ngicuu); fill: var(--bricks-color-ngicuu)}/* BREAKPOINT: Desktop (BASE) */#brxe-526546 {flex-direction: row; padding-right: 0; padding-left: 0; align-items: center}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-526546 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-40f6a8 {color: var(--bricks-color-ngicuu); fill: var(--bricks-color-ngicuu)}/* BREAKPOINT: Desktop (BASE) */#brxe-282c71 {flex-direction: row; align-items: center; align-self: flex-start !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-282c71 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-dc820c {color: var(--bricks-color-ngicuu); fill: var(--bricks-color-ngicuu)}/* BREAKPOINT: Desktop (BASE) */#brxe-ca4ebc {flex-direction: row; align-items: center; align-self: flex-start !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-ca4ebc {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-528376 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-2d8f07 {justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-7a6bb6 {flex-direction: row; flex-grow: 1; align-items: stretch}/* BREAKPOINT: Desktop (BASE) */#brxe-66efd2 {align-self: stretch !important; width: 100%; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-66efd2 {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-a4b7a8 {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-520bc5 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-efddec {font-size: 16px}#brxe-efddec  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-1185c4.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-1185c4.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-1185c4 .icon {color: #e8e8e8}#brxe-1185c4.horizontal {justify-content: center}#brxe-1185c4.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-7648f8 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-7464ad {color: var(--bricks-color-ngicuu); fill: var(--bricks-color-ngicuu)}/* BREAKPOINT: Desktop (BASE) */#brxe-48bbda {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-48bbda {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-4cc766 {color: var(--bricks-color-ngicuu); fill: var(--bricks-color-ngicuu)}/* BREAKPOINT: Desktop (BASE) */#brxe-101c73 {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-101c73 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-85dfab {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-0c958e {justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-893dc7 {flex-direction: row; align-items: stretch; flex-grow: 1}/* BREAKPOINT: Desktop (BASE) */#brxe-99245f {align-self: stretch !important; width: 100%; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-99245f {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-5ca844 {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-76f440 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-4da74a {font-size: 16px}#brxe-4da74a  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-5833b9.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-5833b9.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-5833b9 .icon {color: #e8e8e8}#brxe-5833b9.horizontal {justify-content: center}#brxe-5833b9.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-d6d6d9 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-037e18 {color: var(--bricks-color-ngicuu); fill: var(--bricks-color-ngicuu)}/* BREAKPOINT: Desktop (BASE) */#brxe-c9e988 {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-c9e988 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-845a7a {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-845a7a {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-5ee5c2 {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-5ee5c2 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-b8af5a {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-58498e {justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-535e3b {flex-direction: row; align-items: stretch}/* BREAKPOINT: Desktop (BASE) */#brxe-63ba66 {align-self: stretch !important; width: 100%; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-63ba66 {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-69e51f {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-b4e634 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-7da68a {font-size: 16px}#brxe-7da68a  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-241dd3.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-241dd3.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-241dd3 .icon {color: #e8e8e8}#brxe-241dd3.horizontal {justify-content: center}#brxe-241dd3.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-374817 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-cb9d6d {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-cb9d6d {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-4d215a {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-4d215a {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-49daa5 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-9099e9 {height: 100%; justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-fd0410 {flex-direction: column; height: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-6a6aa4 {align-self: stretch !important; width: 100%; padding-right: 30px; padding-left: 30px; margin-left: 0}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-6a6aa4 {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-fd320f {row-gap: 60px; padding-bottom: 8rem; flex-wrap: wrap; flex-direction: row}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-fd320f {row-gap: 30px}}/* BREAKPOINT: Desktop (BASE) */#brxe-kanclb {padding-top: 0}/* BREAKPOINT: Desktop (BASE) */#brxe-liunin {flex-direction: column; align-self: center !important; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-uzzihf {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-ubxkru {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-sgmsna {font-size: 16px}#brxe-sgmsna  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-bahqpl.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-bahqpl.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-bahqpl .icon {color: #e8e8e8}#brxe-bahqpl.horizontal {justify-content: center}#brxe-bahqpl.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-qjqioe {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-kghtoy {color: var(--bricks-color-ngicuu); fill: var(--bricks-color-ngicuu)}/* BREAKPOINT: Desktop (BASE) */#brxe-seauvb {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-seauvb {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-vzcayi {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-vzcayi {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-odcbln {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-odcbln {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-jjqvnh {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-trzuaj {justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-uxqkee {flex-direction: row; align-items: stretch}/* BREAKPOINT: Desktop (BASE) */#brxe-oxuxep {align-self: stretch !important; width: 100%; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-oxuxep {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-82be88 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-9f4b7e {font-size: 16px}#brxe-9f4b7e  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-8dc17a.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-8dc17a.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-8dc17a .icon {color: #e8e8e8}#brxe-8dc17a.horizontal {justify-content: center}#brxe-8dc17a.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-204425 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-61689a {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-61689a {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-6afad3 {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-6afad3 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-117bca {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-ab15e4 {height: 100%; justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-6f5f45 {flex-direction: column; height: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-17012f {align-self: stretch !important; width: 100%; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-17012f {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-b0ee07 {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-8bc45c {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-d110e2 {font-size: 16px}#brxe-d110e2  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-67eb6b.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-67eb6b.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-67eb6b .icon {color: #e8e8e8}#brxe-67eb6b.horizontal {justify-content: center}#brxe-67eb6b.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-1a7664 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-5f8666 {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-5f8666 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-8d6b58 {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0; display: none}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-8d6b58 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-c59bb6 {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-c59bb6 {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-2c7886 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-775ac2 {justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-9e7900 {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-83689f {align-self: stretch !important; width: 100%; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-83689f {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-hjnbwe {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-buwort {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-ltpeki {font-size: 16px}#brxe-ltpeki  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-srlrnh.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-srlrnh.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-srlrnh .icon {color: #e8e8e8}#brxe-srlrnh.horizontal {justify-content: center}#brxe-srlrnh.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-dovomv {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-fuugnj {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-fuugnj {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-cngxhv {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0; display: none}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-cngxhv {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-aevsgl {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-aevsgl {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-kswsaf {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-njgnay {justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-hjbjrf {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-izaxtc {align-self: stretch !important; width: 100%; margin-right: 0; margin-left: 0; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-izaxtc {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-xdxmcf {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-glhlde {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-khetno {font-size: 16px}#brxe-khetno  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-aspoks.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-aspoks.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-aspoks .icon {color: #e8e8e8}#brxe-aspoks.horizontal {justify-content: center}#brxe-aspoks.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-rwcaay {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-vuwzta {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-vuwzta {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-sxmmsl {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-sxmmsl {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-ydgojg {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-joswpl {height: 100%; justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-ldkpae {flex-direction: column; height: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-oczgdl {align-self: stretch !important; width: 100%; margin-right: 0; margin-left: 0; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-oczgdl {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-cyckah {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-zgnita {font-size: 16px}#brxe-zgnita  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-iusuhj.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-iusuhj.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-iusuhj .icon {color: #e8e8e8}#brxe-iusuhj.horizontal {justify-content: center}#brxe-iusuhj.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-viybkn {flex-direction: column; max-width: 100%; padding-bottom: 1px; margin-bottom: -12px}/* BREAKPOINT: Desktop (BASE) */#brxe-dokbqe {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-dokbqe {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-izqitp {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-izqitp {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-boehxn {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-zvetvo {height: 100%; justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-cuhopk {flex-direction: column; height: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-njyiox {align-self: stretch !important; width: 100%; padding-right: 30px; padding-left: 30px; margin-left: 0}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-njyiox {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-jrsgje {row-gap: 60px; padding-bottom: 8rem}/* BREAKPOINT: Desktop (BASE) */#brxe-wdjtny {padding-top: 0}/* BREAKPOINT: Desktop (BASE) */#brxe-qjmbxy {flex-direction: column; align-self: center !important; align-items: center}/* BREAKPOINT: Desktop (BASE) */#brxe-csingb {max-width: 150px}/* BREAKPOINT: Desktop (BASE) */#brxe-kzjmhl {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-rignbn {font-size: 16px}#brxe-rignbn  a {font-size: 16px; font-size: inherit}/* BREAKPOINT: Desktop (BASE) */#brxe-ktsygw.horizontal .line {border-top-color: #e8e8e8; width: 100%}#brxe-ktsygw.vertical .line {border-right-color: #e8e8e8; border-right-width: 100%}#brxe-ktsygw .icon {color: #e8e8e8}#brxe-ktsygw.horizontal {justify-content: center}#brxe-ktsygw.vertical {align-self: center}/* BREAKPOINT: Desktop (BASE) */#brxe-bmwgxi {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-kxcghm {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-kxcghm {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-kacxnw {flex-direction: row; align-items: center; align-self: center !important; padding-right: 0; padding-left: 0}/* BREAKPOINT: Mobil Hochformat */@media (max-width: 478px) {#brxe-kacxnw {padding-right: 0; padding-left: 0}}/* BREAKPOINT: Desktop (BASE) */#brxe-dngrkn {flex-direction: column}/* BREAKPOINT: Desktop (BASE) */#brxe-lzvbaa {height: 100%; justify-content: flex-start}/* BREAKPOINT: Desktop (BASE) */#brxe-gizvla {flex-direction: column; height: 100%}/* BREAKPOINT: Desktop (BASE) */#brxe-lvkgsj {align-self: stretch !important; width: 100%; margin-right: 0; margin-left: 0; padding-right: 30px; padding-left: 30px}/* BREAKPOINT: Mobil Landschaft */@media (max-width: 767px) {#brxe-lvkgsj {padding-right: 15px; padding-left: 15px}}/* BREAKPOINT: Desktop (BASE) */#brxe-5df6fa {background-color: var(--bricks-color-tabsru)}