@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {@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.captcha,:where(.brxe-form) .form-group:last-child{padding-bottom:0}:where(.brxe-form) .form-group.captcha{line-height:1}:where(.brxe-form) .form-group.file{display:block}:where(.brxe-form) .form-group.file>label.choose-files{margin-bottom:0}: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) .form-group .password-input-wrapper{position:relative}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle{background:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span{display:flex}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span.hide{display:none}: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 li{align-items:baseline;display:flex;gap:8px}: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) .options-wrapper input[type=checkbox],:where(.brxe-form) .options-wrapper input[type=radio]{margin:initial;padding:initial;position:relative;top:1px}: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].sending .loading svg{transform:scaleX(-1)}:where(.brxe-form) button[type=submit] .loading{display:none}:where(.brxe-form) button[type=submit] svg{height:1em;transform-origin:center}: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;resize:vertical}:where(.brxe-form) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;gap:15px;justify-content:space-between;opacity:1;padding-bottom:0;position:relative;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) .message.closing{opacity:0;transition:opacity .2s}:where(.brxe-form) .message .close{all:unset;cursor:pointer;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.danger{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);justify-content:space-between;padding:15px}:where(.brxe-form) .file-result.show.danger svg{cursor:pointer;height:1em;margin-left:5px}:where(.brxe-form) .file-result.show.danger svg g{stroke:currentcolor}: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{align-self:flex-start;background-color:transparent;border:1px solid var(--bricks-border-color);cursor:pointer;display:inline-block;font-family:inherit;font-size:12px;font-weight:600;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}:where(.brxe-form) .choose-files:hover{background-color:rgba(0,0,0,.05)}:where(.brxe-form) .gallery-preview{display:flex;flex-wrap:wrap;gap:10px}:where(.brxe-form) .gallery-preview:not(:empty)+button{margin-top:5px}:where(.brxe-form) .image-preview{align-self:flex-start;overflow:hidden;position:relative}:where(.brxe-form) .image-preview:hover button{opacity:1}:where(.brxe-form) .image-preview:has(img)+button{margin-top:5px}:where(.brxe-form) .image-preview button{background-color:#fff;border:none;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}:where(.brxe-form) .image-preview button:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .image-preview button.hide{display:none}.grecaptcha-badge{visibility:hidden}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-button{width:auto}}@layer bricks {.brxe-slider-nested{min-width:0;width:100%}.brxe-slider-nested .splide__slide{align-items:center;display:flex;justify-content:center;position:relative}.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev{transform:translateY(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev{transform:translateX(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows svg{min-height:0;min-width:0}}@layer bricks {.brxe-animated-typing{line-height:1;margin:0}.brxe-animated-typing .typed-cursor{animation:blink .3s infinite;animation-direction:alternate;display:inline-block;font-size:1em;opacity:1}@keyframes blink{to{opacity:0}}}@layer bricks {: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}}@layer bricks {@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)}}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).caption:has(figcaption.bricks-image-caption){overflow:hidden}: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):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;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}:where(.brxe-image) .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;text-align:center;width:100%;z-index:1}} html {background-color: var(--beige); background-position: top center} body {background: none}#brxe-rwuwyd {font-size: 88px; text-transform: uppercase; font-family: "High Voltage"; font-weight: 700; white-space: normal; text-wrap: pretty; line-height: 100%; letter-spacing: -1px; color: var(--dunkles-graubraun)}#brxe-rwuwyd .typed {color: var(--feuerrot);}#brxe-xsosyl {font-size: 20px; color: var(--dunkles-graubraun); text-transform: uppercase; font-family: "Inter"; font-weight: 700; letter-spacing: -.5px}#brxe-qdhlfv {font-size: 20px; font-family: "Inter"; line-height: 100%; color: var(--dunkles-graubraun); letter-spacing: -.5px}#brxe-ioeqex {display: flex; flex-direction: row; column-gap: 40px}#brxe-wxjypn {position: absolute; background-color: var(--weiss); z-index: 1; top: 25vh; padding-top: 80px; padding-right: 80px; padding-bottom: 80px; padding-left: 80px; display: flex; flex-direction: column; row-gap: 40px}#brxe-wxjypn {background: rgba(255, 255, 255, 0.90); backdrop-filter: blur(12px);}@media (max-width: 478px) {#brxe-wxjypn {display: flex; padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; position: absolute; bottom: 10vh; z-index: 2; width: calc (100vw - 24px)}}#brxe-nwxmof:not(.tag), #brxe-nwxmof img {object-fit: cover}#brxe-vvlora:not(.tag), #brxe-vvlora img {object-fit: cover}#brxe-hjgylq:not(.tag), #brxe-hjgylq img {object-fit: cover}#brxe-lvqwxs:not(.tag), #brxe-lvqwxs img {object-fit: cover}#brxe-kdhrhu {--gap: 20px; --height: 80px; height: 100vh; width: 100vw}@media (max-width: 478px) {#brxe-kdhrhu {height: 100vh; width: 100vw}}#brxe-zppjgr:not(.tag), #brxe-zppjgr img {object-fit: cover}#brxe-qwmtfc:not(.tag), #brxe-qwmtfc img {object-fit: cover}#brxe-rflahv:not(.tag), #brxe-rflahv img {object-fit: cover}#brxe-xgpdvx:not(.tag), #brxe-xgpdvx img {object-fit: cover}#brxe-avhsgo {--gap: 20px; --height: 80px; height: 100vh; width: 100vw}@media (max-width: 478px) {#brxe-avhsgo {width: 100vw}}#brxe-tfjrir:not(.tag), #brxe-tfjrir img {object-fit: cover}#brxe-mvyiqo:not(.tag), #brxe-mvyiqo img {object-fit: cover}#brxe-lrjrym:not(.tag), #brxe-lrjrym img {object-fit: cover}#brxe-jjlhne:not(.tag), #brxe-jjlhne img {object-fit: cover}#brxe-twdmtb {--gap: 20px; --height: 80px; height: 100vh; width: 100vw}@media (max-width: 478px) {#brxe-twdmtb {width: 100vw}}#brxe-tgppdp {grid-column: 7 / span 6; column-gap: 20px; height: 100%; align-items: center; display: flex}@media (max-width: 478px) {#brxe-tgppdp {display: flex; flex-direction: row; grid-column: auto / span 4; height: 100vh; align-self: center !important}}#brxe-gdwbvj {height: 40px}#brxe-gdwbvj :not([fill="none"]) {fill: var(--weiss)}#brxe-gdwbvj { animation: scrollBounce 2s ease-in-out infinite;}@keyframes scrollBounce { 0%, 100% { transform: translateY(0px); opacity: 1; transform: rotate(90deg) } 50% { transform: translateY(8px); opacity: 0.65; transform: rotate(90deg) }}#brxe-iabhqp {width: 64px; height: 64px; justify-content: center; align-items: center; background-color: var(--feuerrot)}#brxe-btcoqr {bottom: 80px; position: absolute; font-size: 24px; font-family: "Inter"; font-weight: 700; color: var(--feuerrot); letter-spacing: -.3px; display: flex; align-items: center; column-gap: 24px}#brxe-egkvmy {height: 100%; position: relative}@media (max-width: 478px) {#brxe-egkvmy {display: none; padding-right: 0; padding-left: 0; width: 100vw; height: 100vh; position: relative; align-items: center; flex-direction: column}}#brxe-ohuatq {height: 40px}#brxe-ohuatq :not([fill="none"]) {fill: var(--weiss)}#brxe-ohuatq { animation: scrollBounce 2s ease-in-out infinite;}@keyframes scrollBounce { 0%, 100% { transform: translateY(0px); opacity: 1; transform: rotate(90deg) } 50% { transform: translateY(8px); opacity: 0.65; transform: rotate(90deg) }}@media (max-width: 478px) {#brxe-ohuatq {height: 28px}}#brxe-alzphr {width: 64px; height: 64px; justify-content: center; align-items: center; background-color: var(--feuerrot)}@media (max-width: 478px) {#brxe-alzphr {width: 40px; height: 40px}}@media (max-width: 478px) {#brxe-hkhmlh {font-size: 20px}}#brxe-sdvcen {bottom: 80px; position: absolute; font-size: 24px; font-family: "Inter"; font-weight: 700; color: var(--feuerrot); letter-spacing: -.3px; display: flex; align-items: center; column-gap: 24px}@media (max-width: 478px) {#brxe-sdvcen {z-index: 2; bottom: 40px; column-gap: 12px; background-color: var(--beige); padding-top: 4px; padding-right: 12px; padding-bottom: 4px; padding-left: 4px}}#brxe-eclzus {font-size: 88px; text-transform: uppercase; font-family: "High Voltage"; font-weight: 700; white-space: normal; text-wrap: pretty; line-height: 100%; letter-spacing: -1px; color: var(--dunkles-graubraun)}#brxe-eclzus .typed {color: var(--feuerrot);}@media (max-width: 478px) {#brxe-eclzus {font-size: 44px}}#brxe-adfgvj {font-size: 20px; color: var(--dunkles-graubraun); text-transform: uppercase; font-family: "Inter"; font-weight: 700; letter-spacing: -.5px}@media (max-width: 478px) {#brxe-adfgvj {font-size: 16px; font-family: "Inter"; line-height: 120%; font-weight: 700; letter-spacing: -.2px}}#brxe-orrfny {font-size: 20px; font-family: "Inter"; line-height: 100%; color: var(--dunkles-graubraun); letter-spacing: -.5px}@media (max-width: 478px) {#brxe-orrfny {font-family: "Inter"; font-size: 16px; line-height: 120%}}@media (max-width: 478px) {#brxe-ggdkvm {display: flex; flex-direction: column; row-gap: 8px}}@media (max-width: 478px) {#brxe-njhyfv {display: flex}}#brxe-gqpnnw {display: flex; flex-direction: row; column-gap: 40px}@media (max-width: 478px) {#brxe-gqpnnw {flex-direction: column; align-items: flex-start; row-gap: 12px; margin-top: 20px}}#brxe-eyajnr {position: absolute; background-color: var(--weiss); z-index: 1; top: 25vh; padding-top: 80px; padding-right: 80px; padding-bottom: 80px; padding-left: 80px; display: flex; flex-direction: column; row-gap: 40px}#brxe-eyajnr {background: rgba(255, 255, 255, 0.90); backdrop-filter: blur(12px);}@media (max-width: 478px) {#brxe-eyajnr {display: flex; padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; z-index: 2; align-self: center !important; justify-content: center; width: 100%; position: static; height: fit-content; row-gap: 20px}}#brxe-esmnul {height: 100%; position: relative; display: none}@media (max-width: 478px) {#brxe-esmnul {display: flex; align-items: center; flex-direction: column; justify-content: center; position: static; width: 100%; padding-right: 12px; padding-bottom: 0; padding-left: 12px; height: 100vh}}#brxe-qvdsdw:not(.tag), #brxe-qvdsdw img {object-fit: cover}#brxe-vgexyw:not(.tag), #brxe-vgexyw img {object-fit: cover}#brxe-zjfrlz:not(.tag), #brxe-zjfrlz img {object-fit: cover}#brxe-agrqsz:not(.tag), #brxe-agrqsz img {object-fit: cover}#brxe-uemnhl {--gap: 20px; --height: 80px; height: 100vh}@media (max-width: 478px) {#brxe-uemnhl {height: 100vh; width: 240px; --gap: 8px}}#brxe-gauxiw:not(.tag), #brxe-gauxiw img {object-fit: cover}#brxe-yptmwv:not(.tag), #brxe-yptmwv img {object-fit: cover}#brxe-ayyjou:not(.tag), #brxe-ayyjou img {object-fit: cover}#brxe-kqowic:not(.tag), #brxe-kqowic img {object-fit: cover}#brxe-orbaoq {--gap: 20px; --height: 80px; height: 100vh}@media (max-width: 478px) {#brxe-orbaoq {width: 240px; --gap: 8px}}#brxe-unslun:not(.tag), #brxe-unslun img {object-fit: cover}#brxe-huictf:not(.tag), #brxe-huictf img {object-fit: cover}#brxe-cvzbtv:not(.tag), #brxe-cvzbtv img {object-fit: cover}#brxe-bpibnk:not(.tag), #brxe-bpibnk img {object-fit: cover}#brxe-iobcmh {--gap: 20px; --height: 80px; height: 100vh}@media (max-width: 478px) {#brxe-iobcmh {width: 240px; --gap: 8px}}#brxe-yzmbgq {grid-column: 7 / span 6; column-gap: 20px; height: 100%; align-items: center; display: flex}@media (max-width: 478px) {#brxe-yzmbgq {display: flex; flex-direction: row; grid-column: auto / span 4; align-items: center; column-gap: 8px; width: 100%}}#brxe-phttmz {height: 100%; position: relative; display: none}@media (max-width: 478px) {#brxe-phttmz {display: flex; flex-direction: column; position: absolute; width: 120vw; top: 0px; height: 100vh; padding-right: -20px; padding-left: -20px; align-items: center}}#brxe-ambmad {justify-content: center; height: 100vh; margin-top: 0; margin-bottom: 160px}@media (max-width: 478px) {#brxe-ambmad {padding-right: 0; padding-left: 0; position: relative; align-items: center; justify-content: center; height: 100vh; overflow: hidden; margin-bottom: 0}}#brxe-pmmziy:not(.tag), #brxe-pmmziy img {aspect-ratio: 1 / 1; object-fit: cover}#brxe-pmmziy {z-index: 1}#brxe-qdwbyk {height: 228px; position: absolute; bottom: -120px; left: -120px; z-index: -1}#brxe-qdwbyk :not([fill="none"]) {fill: hsla(23, 21%, 19%, 0.6)}@media (max-width: 478px) {#brxe-qdwbyk {bottom: -64px; left: -64px; height: 120px}}#brxe-hzqcuw {height: 258px; position: absolute; right: -120px; top: -120px; z-index: -1}#brxe-hzqcuw :not([fill="none"]) {fill: hsla(23, 21%, 19%, 0.6)}@media (max-width: 478px) {#brxe-hzqcuw {height: 160px; top: -64px; right: -64px}}#brxe-hbrbce {grid-column: 1 / span 5; position: relative; z-index: 1}@media (max-width: 478px) {#brxe-hbrbce {grid-column: auto / span 4; padding-right: 32px; padding-left: 32px; margin-bottom: 64px}}#brxe-igktki {margin-bottom: 40px}#brxe-ryrwiq {margin-bottom: 40px}@media (max-width: 478px) {#brxe-ryrwiq {text-align: center; font-size: 18px; padding-right: 12px; padding-left: 12px}}#brxe-btlscc {margin-bottom: 20px}@media (max-width: 478px) {#brxe-btlscc {text-align: center}}#brxe-rfdbeg {line-height: 100%; font-size: 32px; font-family: "Inter"; font-weight: 700; color: var(--feuerrot)}@media (max-width: 478px) {#brxe-rfdbeg {text-align: center}}#brxe-lbaqie {font-weight: 700}@media (max-width: 478px) {#brxe-lbaqie {text-align: center}}#brxe-hrimpn {background-color: var(--weiss); align-self: stretch !important; width: 100%; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 12px}@media (max-width: 478px) {#brxe-hrimpn {width: 40%; align-items: center; align-self: center !important}}#brxe-lcxjld {line-height: 100%; font-size: 32px; font-family: "Inter"; font-weight: 700; color: var(--feuerrot)}#brxe-niftqm {font-weight: 700; text-align: center}#brxe-errkmm {background-color: var(--weiss); align-self: stretch !important; width: 100%; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; display: flex; flex-direction: column; row-gap: 12px; justify-content: center; align-items: center}@media (max-width: 478px) {#brxe-errkmm {width: 40%; align-self: center !important; align-items: center}}#brxe-ekbtev {line-height: 100%; font-size: 32px; font-family: "Inter"; font-weight: 700; color: var(--feuerrot)}#brxe-eelvis {text-align: center; font-weight: 700}#brxe-oottzc {background-color: var(--weiss); align-self: stretch !important; width: 100%; display: flex; flex-direction: column; row-gap: 12px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; justify-content: center; align-items: center}@media (max-width: 478px) {#brxe-oottzc {width: 45%; align-self: center !important; align-items: center}}#brxe-tyuwsf {display: flex; flex-direction: row; column-gap: 8px; align-self: stretch !important; width: 100%; min-width: 100%}@media (max-width: 478px) {#brxe-tyuwsf {flex-wrap: wrap; display: flex; flex-direction: row; column-gap: 8px; row-gap: 8px; justify-content: center}}@media (max-width: 478px) {#brxe-tcquhm {grid-column: auto / span 4; display: flex; flex-direction: column; width: 100%}}#brxe-mnslex {grid-column: 7 / span 6; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; z-index: 1}@media (max-width: 478px) {#brxe-mnslex {grid-column: auto / span 4; align-items: center; padding-right: 0; padding-left: 0}}#brxe-nmubvz {align-items: center; z-index: 1}@media (max-width: 478px) {#brxe-nmubvz {padding-right: 8px; padding-left: 8px}}#der-koch {margin-top: 240px; margin-bottom: 240px}@media (max-width: 478px) {#der-koch {margin-top: 0; margin-bottom: 80px; padding-top: 80px; padding-right: 0; padding-bottom: 80px; padding-left: 0; overflow: hidden}}#brxe-zxbicf {text-align: center; color: var(--weiss); margin-bottom: 20px}#brxe-iogvcd {grid-column: auto / span 12}@media (max-width: 478px) {#brxe-iogvcd {grid-column: auto / span 4}}#brxe-zkaqqm {color: var(--feuerrot); font-size: 120px; line-height: 100%; font-family: "High Voltage"; font-weight: 700}@media (max-width: 478px) {#brxe-zkaqqm {margin-bottom: 40px}}#brxe-acvmgs {font-size: 28px; text-transform: uppercase; color: var(--dunkles-graubraun); font-family: "High Voltage"; font-weight: 700; line-height: 100%}@media (max-width: 478px) {#brxe-acvmgs {font-size: 28px}}#brxe-eubsfr {color: var(--dunkles-graubraun); line-height: 150%; font-size: 18px}#brxe-hoprza {display: flex; flex-direction: column; row-gap: 12px}@media (max-width: 478px) {#brxe-hoprza {row-gap: 12px}}#brxe-hpiyje {grid-column: auto / span 4; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; background-color: var(--beige); aspect-ratio: 1 / 1; padding-top: 48px; padding-right: 48px; padding-bottom: 48px; padding-left: 48px}@media (max-width: 478px) {#brxe-hpiyje {padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; aspect-ratio: 0}}#brxe-efhfkv {color: var(--feuerrot); font-size: 120px; line-height: 100%; font-family: "High Voltage"; font-weight: 700}@media (max-width: 478px) {#brxe-efhfkv {margin-bottom: 40px}}#brxe-paqgpq {font-size: 28px; text-transform: uppercase; color: var(--dunkles-graubraun); font-family: "High Voltage"; font-weight: 700; line-height: 100%}@media (max-width: 478px) {#brxe-paqgpq {font-size: 28px}}#brxe-nhmmha {color: var(--dunkles-graubraun); line-height: 150%; font-size: 18px}#brxe-qpfpqo {display: flex; flex-direction: column; row-gap: 12px}@media (max-width: 478px) {#brxe-qpfpqo {row-gap: 12px}}#brxe-wwabau {grid-column: auto / span 4; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; background-color: var(--beige); aspect-ratio: 1 / 1; padding-top: 48px; padding-right: 48px; padding-bottom: 48px; padding-left: 48px}@media (max-width: 478px) {#brxe-wwabau {padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; aspect-ratio: 0}}#brxe-bvlrcf {color: var(--feuerrot); font-size: 120px; line-height: 100%; font-family: "High Voltage"; font-weight: 700}@media (max-width: 478px) {#brxe-bvlrcf {margin-bottom: 40px}}#brxe-ucpiti {font-size: 28px; text-transform: uppercase; color: var(--dunkles-graubraun); font-family: "High Voltage"; font-weight: 700; line-height: 100%}@media (max-width: 478px) {#brxe-ucpiti {font-size: 28px}}#brxe-xzrehe {color: var(--dunkles-graubraun); line-height: 150%; font-size: 18px}#brxe-aqldzg {display: flex; flex-direction: column; row-gap: 12px}@media (max-width: 478px) {#brxe-aqldzg {row-gap: 12px}}#brxe-rwzejv {grid-column: auto / span 4; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; background-color: var(--beige); aspect-ratio: 1 / 1; padding-top: 48px; padding-right: 48px; padding-bottom: 48px; padding-left: 48px}@media (max-width: 478px) {#brxe-rwzejv {padding-top: 32px; padding-right: 32px; padding-bottom: 32px; padding-left: 32px; aspect-ratio: 0}}@media (max-width: 478px) {#brxe-cbgbds {padding-right: 20px; padding-left: 20px}}#brxe-uxzvan {margin-top: 160px; margin-bottom: 160px; padding-top: 120px; padding-bottom: 120px; background-image: url("https://catering-rollar.de/wp-content/uploads/2026/05/Catering-Rollar_2026-05_web_07-1024x681.jpg"); background-size: cover; background-position: center center; position: relative}:where(#brxe-uxzvan > *:not(figcaption)) {position: relative}#brxe-uxzvan::before {background-image: linear-gradient(hsla(0, 0%, 0%, 0.7), hsla(0, 0%, 0%, 0.7)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}@media (max-width: 478px) {#brxe-uxzvan {margin-top: 0; margin-bottom: 0; padding-top: 64px; padding-right: 0; padding-bottom: 64px; padding-left: 0; z-index: 2}}#brxe-fecpmf {height: 282px; position: absolute; top: -120px; left: -120px}#brxe-fecpmf :not([fill="none"]) {fill: var(--dunkles-graubraun)}@media (max-width: 478px) {#brxe-fecpmf {top: -64px; left: -120px}}#brxe-kkyudb {height: 282px; position: absolute; right: -120px; bottom: -100px}#brxe-kkyudb :not([fill="none"]) {fill: var(--dunkles-graubraun)}@media (max-width: 478px) {#brxe-kkyudb {height: 280px; bottom: -120px; right: -64px; transform: rotateZ(17deg)}}#brxe-qtxrfr {font-size: 140px; line-height: 100%; font-family: "High Voltage"; font-weight: 700; color: var(--weiss)}@media (max-width: 478px) {#brxe-qtxrfr {font-size: 120px}}#brxe-emwngi {margin-top: -80px; color: var(--weiss); font-size: 40px; text-align: center; font-family: "High Voltage"; font-weight: 700; line-height: 120%; text-transform: uppercase}@media (max-width: 478px) {#brxe-emwngi {font-size: 28px; font-family: "High Voltage"; font-weight: 700; margin-top: -56px}}#brxe-iwgatg {text-transform: uppercase; font-family: "Inter"; font-weight: 700; font-size: 18px; color: hsla(0, 0%, 100%, 0.6); margin-top: 32px}@media (max-width: 478px) {#brxe-iwgatg {font-size: 14px; font-family: "Inter"; font-weight: 700}}[data-id="brxe-mowrro"].splide__slide {padding-top: 64px; padding-right: 64px; padding-bottom: 64px; padding-left: 64px}@media (max-width: 478px) {[data-id="brxe-mowrro"].splide__slide {padding-top: 56px; padding-right: 24px; padding-bottom: 56px; padding-left: 24px}}#brxe-ouwsba {background-color: #e6e7e8}#brxe-ouwsba .splide__slide {align-items: center; justify-content: center; background-color: var(--feuerrot)}#brxe-ouwsba .splide__arrow--prev {left: -64px; transform: rotateZ(180deg)}#brxe-ouwsba .splide__arrow--next {left: calc(100% + 40px)}#brxe-ouwsba .splide__arrow {height: 24px; width: 24px}#brxe-ouwsba .splide__arrow--prev > * {height: 24px}#brxe-ouwsba .splide__arrow--next > * {height: 24px}@media (max-width: 478px) {#brxe-ouwsba .splide__arrow {font-size: 20px; min-height: 20px; min-width: 20px; height: 24px}#brxe-ouwsba .splide__arrow svg {height: 20px; width: 20px}#brxe-ouwsba .splide__arrow--prev {left: -32px}#brxe-ouwsba .splide__slide {align-items: center; background-color: var(--feuerrot); justify-content: center}#brxe-ouwsba .splide__arrow--next {left: calc(100% + 8px)}}#brxe-rmhgun {justify-self: center; grid-column: 4 / span 6; position: relative; z-index: 1}@media (max-width: 478px) {#brxe-rmhgun {grid-column: auto / span 4}}#brxe-dmxqyo {margin-top: 160px; margin-bottom: 160px}@media (max-width: 478px) {#brxe-dmxqyo {overflow: hidden; margin-top: 0; margin-bottom: 0; padding-top: 120px; padding-bottom: 120px}}#brxe-xwuysw {font-family: "Inter"; font-weight: 700}#brxe-swbekq {grid-column: auto / span 12; display: flex; flex-direction: column; align-items: center; row-gap: 20px; margin-bottom: 44px}@media (max-width: 478px) {#brxe-swbekq {grid-column: auto / span 4; margin-bottom: 40px; row-gap: 8px}}.brxe-vcwwtb .brxe-zbpwms.brxe-heading {color: var(--weiss); font-size: 18px; line-height: 120%; letter-spacing: -.5px; font-family: "Inter"}@media (max-width: 478px) {.brxe-vcwwtb .brxe-zbpwms.brxe-heading {font-family: "Inter"; font-size: 14px; font-weight: 700}}.brxe-vcwwtb .brxe-hrvues.brxe-button {gap: 8px; width: fit-content; color: var(--weiss); font-weight: 400}.brxe-vcwwtb .brxe-hrvues.brxe-button svg {fill: var(--weiss); height: 14px}@media (max-width: 478px) {.brxe-vcwwtb .brxe-hrvues.brxe-button {font-size: 14px; font-weight: 400}}.brxe-vcwwtb.brxe-div {grid-column: auto / span 3; display: flex; background-size: cover; flex-direction: column; row-gap: 12px; padding-top: 32px; padding-right: 32px; padding-bottom: 20px; padding-left: 32px; height: 33vh; justify-content: flex-end; position: relative; margin-bottom: 44px; transition: .3s}:where(.brxe-vcwwtb.brxe-div > *:not(figcaption)) {position: relative}.brxe-vcwwtb.brxe-div::before {background-image: linear-gradient(hsla(23, 21%, 19%, 0), hsla(23, 21%, 19%, 0.9)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}@media (max-width: 478px) {.brxe-vcwwtb.brxe-div {grid-column: auto / span 2; height: 25vh; padding-top: 12px; padding-right: 12px; padding-bottom: 12px; padding-left: 12px; row-gap: 4px; margin-bottom: 0}}#brxe-exlnsl svg {height: 14px}#brxe-exlnsl {gap: 8px}#brxe-ejkdqv {grid-column: auto / span 12; display: flex; flex-direction: column; align-items: center; row-gap: 20px}@media (max-width: 478px) {#brxe-ejkdqv {grid-column: auto / span 4; padding-top: 32px}}@media (max-width: 478px) {#brxe-pxyhkp {grid-gap: 8px}}#brxe-ektxsh {margin-top: 160px; margin-bottom: 160px}@media (max-width: 478px) {#brxe-ektxsh {margin-top: 40px; margin-bottom: 80px; padding-right: 8px; padding-left: 8px}}#brxe-jvzzjn {position: absolute; width: 50vw; left: -80px; top: -80px}@media (max-width: 478px) {#brxe-jvzzjn {width: 100vw; top: -64px; left: -64px}}#brxe-gzkecl {position: absolute; width: 30vw; bottom: -80px; right: -80px}@media (max-width: 478px) {#brxe-gzkecl {width: 100vw; right: -120px; bottom: -120px}}#brxe-ezvlcd {text-align: center; color: var(--weiss)}#brxe-fzbwga {grid-column: auto / span 12}@media (max-width: 478px) {#brxe-fzbwga {grid-column: auto / span 4}}@media (max-width: 478px) {#brxe-zvfesm {display: none}}@media (max-width: 478px) {#brxe-kwytdd {display: none}}#brxe-joajrw {margin-top: 8px}@media (max-width: 478px) {#brxe-cjkrqy {display: none}}#brxe-sldbxi {margin-top: 8px}@media (max-width: 478px) {#brxe-wcofyp {display: none}}#brxe-buwskp {margin-top: 8px}@media (max-width: 478px) {#brxe-zmnejy {display: none}}#brxe-rdrsls {margin-top: 8px}@media (max-width: 478px) {#brxe-ygwixf {display: none}}#brxe-qerpva {margin-top: 9px}@media (max-width: 478px) {#brxe-atnkia {display: none}}#brxe-wjrghc {margin-top: 9px}#brxe-bkanes .bc-expander-container {width: 40vw; background-color: var(--beige); border-radius: 0}#brxe-bkanes .bc-expander-question {flex-direction: row; justify-content: center; padding-top: 24px; padding-right: 40px; padding-bottom: 20px; padding-left: 40px; gap: 20px}#brxe-bkanes .bc-expander-answer {padding-top: 0; padding-right: 40px; padding-bottom: 24px; padding-left: 40px; color: var(--dunkles-graubraun); font-size: 16px; font-family: "Inter"; line-height: 140%; letter-spacing: -.2px; text-align: center}#brxe-bkanes .bc-expander-answercont {transition: 0.3s}#brxe-bkanes .bc-expander-question-heading {color: var(--dunkles-graubraun); font-size: 24px; text-transform: uppercase; font-family: "High Voltage"; font-weight: 700; line-height: 120%}#brxe-bkanes .bc-expander-question .bc-expander-question-icon {color: var(--dunkles-graubraun)}@media (max-width: 478px) {#brxe-bkanes .bc-expander-container {width: 100%}#brxe-bkanes .bc-expander-question {gap: 8px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; justify-content: center; align-items: center}#brxe-bkanes .bc-expander-answer {padding-right: 20px; padding-bottom: 20px; padding-left: 20px}#brxe-bkanes .bc-expander-question-heading {text-align: center}}#brxe-yuughr {grid-column: auto / span 12; justify-self: center}@media (max-width: 478px) {#brxe-yuughr {grid-column: auto / span 4}}#brxe-gdpeth {z-index: 1}@media (max-width: 478px) {#brxe-gdpeth {padding-right: 20px; padding-left: 20px}}#faq {margin-top: 160px; margin-bottom: 0; background-color: var(--dunkles-graubraun); padding-top: 120px; padding-bottom: 120px; position: relative; overflow: hidden}@media (max-width: 478px) {#faq {margin-top: 80px; padding-top: 80px; padding-right: 0; padding-bottom: 80px; padding-left: 0}}#brxe-nhcbrp {font-size: 64px; text-transform: uppercase; font-family: "High Voltage"; font-weight: 700; color: var(--weiss); line-height: 100%; letter-spacing: -1px}@media (max-width: 478px) {#brxe-nhcbrp {text-align: center}}#brxe-yxmyok {font-size: 18px; color: var(--weiss); font-family: "Inter"; font-weight: 700; line-height: 150%}@media (max-width: 478px) {#brxe-yxmyok {text-align: center; line-height: 140%}}#brxe-tryvxa {grid-column: 2 / span 4; display: flex; flex-direction: column; row-gap: 20px}@media (max-width: 478px) {#brxe-tryvxa {grid-column: auto / span 4; row-gap: 12px; margin-bottom: 44px}}#brxe-igmszq .form-group:nth-child(1) {width: 50%}#brxe-igmszq .form-group:nth-child(2) {width: 50%}#brxe-igmszq .form-group:nth-child(4) {width: 50%}#brxe-igmszq .form-group:nth-child(5) {width: 50%}#brxe-igmszq .form-group:nth-child(7) {width: 50%}#brxe-igmszq .form-group:nth-child(8) {width: 50%}#brxe-igmszq ::placeholder {font-size: 16px; font-family: "Inter"; font-weight: 400}#brxe-igmszq select {font-size: 16px; font-family: "Inter"; font-weight: 400; background-color: var(--dunkles-graubraun); border-style: none; color: var(--weiss)}#brxe-igmszq label {color: var(--weiss); font-size: 18px; text-transform: uppercase; font-family: "High Voltage"; font-weight: 700; line-height: 100%}#brxe-igmszq .label {color: var(--weiss); font-size: 18px; text-transform: uppercase; font-family: "High Voltage"; font-weight: 700; line-height: 100%}#brxe-igmszq .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-right: 8px; padding-bottom: 40px}#brxe-igmszq .form-group input {background-color: var(--dunkles-graubraun); border-style: none; color: var(--weiss)}#brxe-igmszq .flatpickr {background-color: var(--dunkles-graubraun); border-style: none}#brxe-igmszq textarea {background-color: var(--dunkles-graubraun); border-style: none; color: var(--weiss)}#brxe-igmszq .bricks-button:not([type=submit]) {border-style: none}#brxe-igmszq .choose-files {border-style: none}#brxe-igmszq .bricks-button {font-size: 16px; text-transform: uppercase; color: var(--feuerrot); font-family: "Inter"; font-weight: 700; line-height: 100%; letter-spacing: -.2px; background-color: var(--weiss)}#brxe-igmszq {justify-content: flex-start}#brxe-qpjeqp {grid-column: 7 / span 5; background-color: var(--feuerrot); padding-top: 48px; padding-right: 40px; padding-bottom: 48px; padding-left: 48px}@media (max-width: 478px) {#brxe-qpjeqp {grid-column: auto / span 4; padding-top: 40px; padding-right: 12px; padding-bottom: 32px; padding-left: 20px}}#brxe-rbxvbw {align-items: center}@media (max-width: 478px) {#brxe-rbxvbw {width: 100%; padding-right: 12px; padding-left: 12px}}#anfrage {margin-top: 0; margin-bottom: 0; padding-top: 80px; padding-bottom: 80px; background-image: url("https://catering-rollar.de/wp-content/uploads/2026/05/7b9c01de-664c-4210-9352-32a45b693231-768x1024.jpg"); background-size: cover; background-position: center center; position: relative}:where(#anfrage > *:not(figcaption)) {position: relative}#anfrage::before {background-image: linear-gradient(hsla(0, 0%, 0%, 0.6), hsla(0, 0%, 0%, 0.6)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}@media (max-width: 478px) {#anfrage {padding-top: 80px; padding-right: 0; padding-bottom: 12px; padding-left: 0}}