@layer bricks {.brxe-code{width:100%}}@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 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{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}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@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{overflow:hidden;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):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!important;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-button{width:auto}}@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}}#brxe-3a7bb0 {width: 18ch}#brxe-7cc966 {margin-top: 4rem}#brxe-ed81e8 {min-height: 100%; justify-content: center}#brxe-ff2f6b {border-radius: 8px}#brxe-006000{ filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));}#brxe-006000:hover{ filter: drop-shadow(-1px 3px 1.5px rgba(50, 50, 0, 0.5)); transition: all 0.3s ease-out;}#brxe-f80ad8 {min-height: 100%; justify-content: center}#brxe-b7cb3b{ display: grid; grid-template-columns: repeat(auto-fit, minmax(min(40.8026755853rem, 100vw - 6rem), 1fr)); gap:2rem;}#brxe-45569d {background-image: linear-gradient(65deg, #24283d, #4f94c9); color: var(--bricks-color-a9262f); background-size: auto; background-position: top right; padding-left: 0}@media (max-width: 478px) {#brxe-45569d {padding-right: var(--space-m); padding-left: var(--space-m)}}#brxe-250051 {border-radius: 8px}#brxe-a05581 {align-items: center; position: relative}#brxe-fdd2ea {width: 20ch}#brxe-saayoe {font-family: "Body"}#brxe-saayoe a {font-family: "Body"; font-size: inherit}#brxe-888a85 {row-gap: 2rem; justify-content: center}#brxe-c81124 {flex-direction: row; column-gap: 3rem; row-gap: 3rem; align-items: stretch}#brxe-qqqkvr {border-radius: 8px}#brxe-40269b {align-items: center}#brxe-d43733 {font-family: "Headline"}#brxe-syuldb {font-family: "Body"; margin-top: var(--space-xs)}#brxe-syuldb a {font-family: "Body"; font-size: inherit}@media (max-width: 478px) {#brxe-3d838d {padding-right: var(--space-m); padding-left: var(--space-m); margin-top: var(--space-l)}}#brxe-b84d9e {flex-direction: row}#parallax {background-image: url(https://hiquaudioconsulting.de/wp-content/uploads/2024/11/hifi-bg-blur.webp); background-position: top center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; color: var(--bricks-color-koyuaw); justify-content: center; align-items: center; position: relative}:where(#parallax > *) {position: relative}#parallax::before {background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(33, 33, 33, 0.64)); position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none}#brxe-0cfb25 {font-family: "Body"}#brxe-c95596 {row-gap: 1rem}#brxe-f4f942 {align-items: flex-end}@media (max-width: 767px) {#brxe-f4f942 {align-items: flex-start}}#brxe-a3e90c {row-gap: 3rem; flex-direction: row; column-gap: 2rem; align-items: center}#brxe-3ebbef {background-image: linear-gradient(65deg, #24283d, #4f94c9); color: var(--bricks-color-a9262f); background-size: auto; background-position: top right}#brxe-93b9bb {margin-top: 2rem; margin-bottom: var(--space-l); font-family: "Body"}#brxe-54899e {align-items: flex-start}#brxe-94adbc {align-items: flex-start}#brxe-5be1a2 {align-items: center}#brxe-snrpfw {width: 100%; align-self: center !important; align-items: center; margin-bottom: var(--space-s)}#brxe-iqczwv {width: 100%; height: 100%}#brxe-iqczwv:not(.tag), #brxe-iqczwv img {object-fit: scale-down}#brxe-mfbcrk {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-chuqvr {width: 100%; height: 100%}#brxe-chuqvr:not(.tag), #brxe-chuqvr img {object-fit: scale-down}#brxe-xvsvlk {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-tabtwh {width: 100%; height: 100%}#brxe-tabtwh:not(.tag), #brxe-tabtwh img {object-fit: scale-down}#brxe-ysanlf {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-myqbca {width: 100%; height: 100%}#brxe-myqbca:not(.tag), #brxe-myqbca img {object-fit: scale-down}#brxe-bhkuom {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-fppowx {width: 100%; height: 100%}#brxe-fppowx:not(.tag), #brxe-fppowx img {object-fit: scale-down}#brxe-pihixe {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-pohgid {width: 100%; height: 100%}#brxe-pohgid:not(.tag), #brxe-pohgid img {object-fit: scale-down}#brxe-xjnhpt {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-hvqprm {width: 100%; height: 100%}#brxe-hvqprm:not(.tag), #brxe-hvqprm img {object-fit: scale-down}#brxe-hklbvd {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-qgnnvz {width: 100%; height: 100%}#brxe-qgnnvz:not(.tag), #brxe-qgnnvz img {object-fit: scale-down}#brxe-cktvon {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-xygqaw {width: 100%; height: 100%}#brxe-xygqaw:not(.tag), #brxe-xygqaw img {object-fit: scale-down}#brxe-mbhjeg {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-soggxk {width: 100%; height: 100%}#brxe-soggxk:not(.tag), #brxe-soggxk img {object-fit: scale-down}#brxe-kfxjig {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-ttpwmm {width: 100%; height: 100%}#brxe-ttpwmm:not(.tag), #brxe-ttpwmm img {object-fit: scale-down}#brxe-sfavrm {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-cmjmvz {width: 100%; height: 100%}#brxe-cmjmvz:not(.tag), #brxe-cmjmvz img {object-fit: scale-down}#brxe-sltzma {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-ohlouv {width: 100%; height: 100%}#brxe-ohlouv:not(.tag), #brxe-ohlouv img {object-fit: scale-down}#brxe-oraafx {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-uissfa {width: 100%; height: 100%}#brxe-uissfa:not(.tag), #brxe-uissfa img {object-fit: scale-down}#brxe-fhxcsy {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-hmrgra {width: 100%; height: 100%}#brxe-hmrgra:not(.tag), #brxe-hmrgra img {object-fit: scale-down}#brxe-aerxca {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-iliscf {width: 100%; height: 100%}#brxe-iliscf:not(.tag), #brxe-iliscf img {object-fit: scale-down}#brxe-vtwcum {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-nouvcx {width: 100%; height: 100%}#brxe-nouvcx:not(.tag), #brxe-nouvcx img {object-fit: scale-down}#brxe-zamlay {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-vspqph {width: 100%; height: 100%}#brxe-vspqph:not(.tag), #brxe-vspqph img {object-fit: scale-down}#brxe-fpphha {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-rjgpqh {width: 100%; height: 100%}#brxe-rjgpqh:not(.tag), #brxe-rjgpqh img {object-fit: scale-down}#brxe-lzjdif {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-rbmqtj {width: 100%; height: 100%}#brxe-rbmqtj:not(.tag), #brxe-rbmqtj img {object-fit: scale-down}#brxe-jwbztn {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-xrncqj {width: 100%; height: 100%}#brxe-xrncqj:not(.tag), #brxe-xrncqj img {object-fit: scale-down}#brxe-jmtpir {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-urjkrw {padding-top: var(--space-xs); padding-right: var(--space-xs); padding-bottom: var(--space-xs); padding-left: var(--space-xs); align-items: center}#brxe-fvljoe {width: 100%; align-self: center !important; align-items: center; margin-top: var(--space-l); margin-bottom: var(--space-s)}#brxe-irdiqi {background-color: var(--light-90)}#brxe-da8ebc {text-align: center; width: 17ch}#brxe-yntipd {font-family: "Body"}#brxe-yntipd a {font-family: "Body"; font-size: inherit}#brxe-zfyssg .form-group:nth-child(3) {height: 200px}#brxe-zfyssg ::placeholder {color: var(--dark-50); font-family: "Subheadline"}#brxe-zfyssg select {color: var(--dark-50); font-family: "Subheadline"; background-color: var(--light-70); color: var(--text-title)}#brxe-zfyssg .form-group input {background-color: var(--light-70); color: var(--text-title)}#brxe-zfyssg .flatpickr {background-color: var(--light-70)}#brxe-zfyssg textarea {background-color: var(--light-70); color: var(--text-title)}#brxe-zfyssg button[type=submit].bricks-button {border-radius: 5px}#brxe-7a8b03 {flex-direction: row; column-gap: 2rem; row-gap: 3rem; margin-top: 4rem; justify-content: space-between}@media (max-width: 767px) {#brxe-7a8b03 {justify-content: center}}#brxe-e90b99 {align-items: center}#kontakt {color: var(--bricks-color-gfscop); background-color: #24283d}