@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-klkzpq {width: 100%; align-self: center !important; align-items: center; margin-bottom: var(--space-s)}#brxe-ebcemn {width: 100%; height: 100%}#brxe-ebcemn:not(.tag), #brxe-ebcemn img {object-fit: scale-down}#brxe-cuhync {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-iwlcrh {width: 100%; height: 100%}#brxe-iwlcrh:not(.tag), #brxe-iwlcrh img {object-fit: scale-down}#brxe-wiuuih {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-jabnmg {width: 100%; height: 100%}#brxe-jabnmg:not(.tag), #brxe-jabnmg img {object-fit: scale-down}#brxe-fbuuuh {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-rfjwgt {width: 100%; height: 100%}#brxe-rfjwgt:not(.tag), #brxe-rfjwgt img {object-fit: scale-down}#brxe-jnpkwr {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-gcufrd {width: 100%; height: 100%}#brxe-gcufrd:not(.tag), #brxe-gcufrd img {object-fit: scale-down}#brxe-tmhctn {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-cnzkjg {width: 100%; height: 100%}#brxe-cnzkjg:not(.tag), #brxe-cnzkjg img {object-fit: scale-down}#brxe-oqdrwa {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-wubohu {width: 100%; height: 100%}#brxe-wubohu:not(.tag), #brxe-wubohu img {object-fit: scale-down}#brxe-jewthe {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-ajajad {width: 100%; height: 100%}#brxe-ajajad:not(.tag), #brxe-ajajad img {object-fit: scale-down}#brxe-dqhkop {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-gcixin {width: 100%; height: 100%}#brxe-gcixin:not(.tag), #brxe-gcixin img {object-fit: scale-down}#brxe-gxpsco {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-amztzb {width: 100%; height: 100%}#brxe-amztzb:not(.tag), #brxe-amztzb img {object-fit: scale-down}#brxe-vrvuoh {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-evumpi {width: 100%; height: 100%}#brxe-evumpi:not(.tag), #brxe-evumpi img {object-fit: scale-down}#brxe-xspnlu {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-haqlkl {width: 100%; height: 100%}#brxe-haqlkl:not(.tag), #brxe-haqlkl img {object-fit: scale-down}#brxe-ebmflb {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-gsuclm {width: 100%; height: 100%}#brxe-gsuclm:not(.tag), #brxe-gsuclm img {object-fit: scale-down}#brxe-bhikci {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-qgsewg {width: 100%; height: 100%}#brxe-qgsewg:not(.tag), #brxe-qgsewg img {object-fit: scale-down}#brxe-itrgxa {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-eotlmz {width: 100%; height: 100%}#brxe-eotlmz:not(.tag), #brxe-eotlmz img {object-fit: scale-down}#brxe-bgwqao {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-sjbskj {width: 100%; height: 100%}#brxe-sjbskj:not(.tag), #brxe-sjbskj img {object-fit: scale-down}#brxe-tgtlsp {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-ducuor {width: 100%; height: 100%}#brxe-ducuor:not(.tag), #brxe-ducuor img {object-fit: scale-down}#brxe-excdcj {padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-trbofm {width: 100%; height: 100%}#brxe-trbofm:not(.tag), #brxe-trbofm img {object-fit: scale-down}#brxe-qwhyux {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-eeroxt {width: 100%; height: 100%}#brxe-eeroxt:not(.tag), #brxe-eeroxt img {object-fit: scale-down}#brxe-mwnibg {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-sfvune {width: 100%; height: 100%}#brxe-sfvune:not(.tag), #brxe-sfvune img {object-fit: scale-down}#brxe-wikmoi {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-kdxapa {width: 100%; height: 100%}#brxe-kdxapa:not(.tag), #brxe-kdxapa img {object-fit: scale-down}#brxe-oxsolp {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px}#brxe-cbovhs {width: 100%; height: 100%}#brxe-cbovhs:not(.tag), #brxe-cbovhs img {object-fit: scale-down}#brxe-sllggs {position: relative; padding-top: var(--space-2xs); padding-bottom: var(--space-2xs); max-height: 100px; margin-top: var(--space-s)}#brxe-gbzxwq {padding-top: var(--space-xs); padding-right: var(--space-xs); padding-bottom: var(--space-xs); padding-left: var(--space-xs); align-items: center}#brxe-vyipdl {width: 100%; align-self: center !important; align-items: center; margin-top: var(--space-l); margin-bottom: var(--space-s)}#brxe-sqzkmq {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}