@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-button{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 {: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 {.brxe-breadcrumbs{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.brxe-breadcrumbs .separator{display:flex}.brxe-breadcrumbs .item:has(>svg,>i){align-items:center;display:flex}}@layer bricks {.brxe-text-link{gap:5px}.brxe-text-link,.brxe-text-link span{align-items:center;display:inline-flex}.brxe-text-link span{justify-content:center}.brxe-text-link .icon{flex-shrink:0}}#brxe-gezyxa {background-color: rgba(0, 20, 0, 0.6); align-self: flex-start !important; width: calc(50rem + ((100vw - 50rem)/2)); margin-bottom: -4rem; position: absolute; bottom: 0px; height: 4rem}@media (max-width: 1199px) {#brxe-gezyxa {width: 100vw; align-items: center}}@media (max-width: 767px) {#brxe-gezyxa {min-height: auto}}#brxe-pznptd {margin-top: 0; margin-right: 0; margin-left: 0; width: 100vw; padding-right: 0; padding-left: 0; background-color: var(--grayasparagus); background-blend-mode: multiply; background-position: center center; background-size: cover; background-repeat: no-repeat; background-image: url("https://munkur.de/hortus/wp-content/uploads/2026/05/shutterstock_1215579589-Header-Ueberuns-2048x1367.jpg"); align-items: center; height: 30vw; position: relative}@media (max-width: 1199px) {#brxe-pznptd {height: 30rem}}@media (max-width: 767px) {#brxe-pznptd {min-height: auto}}#brxe-ncawyp {height: 40vh}@media (max-width: 1199px) {#brxe-ncawyp {height: 30rem; margin-bottom: 6rem}}@media (max-width: 767px) {#brxe-ncawyp {min-height: auto}}#brxe-efkfod {color: var(--grayasparagus); font-weight: 600; cursor: pointer}#brxe-efkfod:hover {color: var(--mocha)}#brxe-xeaccf {color: var(--grayasparagus); font-weight: 600}#brxe-epepme .separator {color: var(--grayasparagus); font-size: 2.2rem}#brxe-epepme .item {color: var(--grayasparagus); font-size: 2.2rem; font-weight: 600}#brxe-epepme .item[aria-current="page"] {font-weight: 400}nav#brxe-epepme a:first-of-type,nav#brxe-epepme span:first-of-type { display: none;}@media (max-width: 767px) {#brxe-epepme .item {font-size: 1.5rem}}#brxe-iowtuo {flex-direction: row; margin-top: 6rem; margin-bottom: 0; z-index: 9}@media (max-width: 1199px) {#brxe-iowtuo {flex-direction: row; margin-top: 0}}@media (max-width: 767px) {#brxe-iowtuo {margin-bottom: 0}}#brxe-lwswra {font-size: 5rem; line-height: 1.1; color: var(--mocha); margin-bottom: 4rem}@media (max-width: 767px) {#brxe-lwswra {font-size: 3rem; max-width: 100%; margin-bottom: 2rem}}#brxe-vayzuq {font-size: 3rem; line-height: 1.1; color: var(--mocha); margin-bottom: 1rem}@media (max-width: 767px) {#brxe-vayzuq {max-width: 100%; font-size: 2rem}}#quelle {width: 140rem; margin-bottom: 2rem}#brxe-orvrwi {flex-direction: column; flex-wrap: wrap; margin-bottom: 2rem}@media (max-width: 767px) {#brxe-orvrwi {margin-bottom: 0}}#brxe-wlrcws {font-size: 3rem; line-height: 1.1; color: var(--mocha); margin-bottom: 1rem}@media (max-width: 767px) {#brxe-wlrcws {font-size: 2rem; max-width: 100%}}#brxe-mersyx {width: 140rem; margin-bottom: 2rem}#brxe-xcbxpn {flex-direction: column; flex-wrap: wrap; margin-bottom: 2rem}@media (max-width: 767px) {#brxe-xcbxpn {margin-bottom: 0}}#brxe-inztmk {font-size: 3rem; line-height: 1.1; color: var(--mocha); margin-bottom: 1rem}@media (max-width: 767px) {#brxe-inztmk {font-size: 2rem; max-width: 100%}}#brxe-yhwzub {width: 140rem; margin-bottom: 2rem}#brxe-mrqemy {flex-direction: column; flex-wrap: wrap; margin-bottom: 2rem}@media (max-width: 767px) {#brxe-mrqemy {margin-bottom: 0}}#brxe-dayybw {font-size: 3rem; line-height: 1.1; color: var(--mocha); margin-bottom: 1rem}@media (max-width: 767px) {#brxe-dayybw {font-size: 2rem; max-width: 100%}}#brxe-vabaws {width: 140rem; margin-bottom: 2rem}@media (max-width: 767px) {#brxe-vabaws {margin-bottom: 1rem}}#brxe-umlrdp .form-group:nth-child(3) {height: 18rem}#brxe-umlrdp .form-group input {background-color: rgba(255, 255, 255, 0); border: 2px solid var(--lightgrayish); border-radius: 8px; color: var(--white); font-size: 1.8rem; padding-top: 0.5rem; padding-right: 2.5rem; padding-bottom: 0.5rem; padding-left: 2.5rem}#brxe-umlrdp .flatpickr {background-color: rgba(255, 255, 255, 0); border: 2px solid var(--lightgrayish); border-radius: 8px; padding-top: 0.5rem; padding-right: 2.5rem; padding-bottom: 0.5rem; padding-left: 2.5rem}#brxe-umlrdp select {background-color: rgba(255, 255, 255, 0); border: 2px solid var(--lightgrayish); border-radius: 8px; color: var(--white); font-size: 1.8rem; color: rgb(203, 194, 188); padding-top: 0.5rem; padding-right: 2.5rem; padding-bottom: 0.5rem; padding-left: 2.5rem}#brxe-umlrdp textarea {background-color: rgba(255, 255, 255, 0); border: 2px solid var(--lightgrayish); border-radius: 8px; color: var(--white); font-size: 1.8rem; padding-top: 0.5rem; padding-right: 2.5rem; padding-bottom: 0.5rem; padding-left: 2.5rem}#brxe-umlrdp .bricks-button:not([type=submit]) {border: 2px solid var(--lightgrayish); border-radius: 8px}#brxe-umlrdp .choose-files {border: 2px solid var(--lightgrayish); border-radius: 8px}#brxe-umlrdp ::placeholder {color: rgb(203, 194, 188)}#brxe-umlrdp .bricks-button {color: var(--davysgray); line-height: 1; background-color: rgba(255, 255, 255, 0)}#brxe-umlrdp .bricks-button:hover {color: var(--white); background-color: var(--davysgray)}#brxe-umlrdp {max-width: 60rem; width: 90%}#brxe-umlrdp button[type=submit].bricks-button {border: 2px solid var(--davysgray); border-radius: 8px}#brxe-umlrdp select { background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" stroke="#cbc2bc"/></svg>'); background-repeat: no-repeat; background-position: right 10px center; background-size: 40px;}#brxe-umlrdp select option {color: var(--black); }#brxe-umlrdp textarea { padding-top: 1rem;}#brxe-umlrdp button { padding: 1.3rem 2.5rem;}@media (max-width: 767px) {#brxe-umlrdp .form-group input {padding-top: 1rem; padding-right: 1.5rem; padding-bottom: 1rem; padding-left: 1.5rem; font-size: 1.5rem; line-height: 1.8rem}#brxe-umlrdp .flatpickr {padding-top: 1rem; padding-right: 1.5rem; padding-bottom: 1rem; padding-left: 1.5rem}#brxe-umlrdp select {padding-top: 1rem; padding-right: 1.5rem; padding-bottom: 1rem; padding-left: 1.5rem; font-size: 1.5rem; font-size: 1.5rem; line-height: 1.8rem}#brxe-umlrdp textarea {padding-top: 1rem; padding-right: 1.5rem; padding-bottom: 1rem; padding-left: 1.5rem; font-size: 1.5rem; line-height: 1.8rem}#brxe-umlrdp textarea { padding-top: 1rem;}#brxe-umlrdp ::placeholder {font-size: 1.5rem}#brxe-umlrdp .bricks-button {font-size: 1.5rem; line-height: 1}#brxe-umlrdp .submit-button-wrapper {margin-top: 1rem}}#brxe-pdhkmb {flex-direction: column; flex-wrap: wrap; margin-bottom: 2rem}@media (max-width: 767px) {#brxe-pdhkmb {margin-bottom: 0}}#brxe-qitbxf {margin-top: 6rem; margin-bottom: 6rem; flex-direction: row; align-items: center; flex-wrap: wrap}@media (max-width: 1199px) {#brxe-qitbxf {flex-direction: column; align-items: flex-start}}@media (max-width: 767px) {#brxe-qitbxf {margin-top: 2rem}}#brxe-cmundw {padding-bottom: 2rem}@media (max-width: 767px) {#brxe-cmundw {padding-bottom: 0}}#brxe-eznqje {font-size: 5rem; line-height: 1.1; color: var(--mocha); margin-bottom: 2rem}@media (max-width: 767px) {#brxe-eznqje {font-size: 3.3rem}}#brxe-aojujt {padding-right: 0; padding-bottom: 0; margin-bottom: 3rem}@media (max-width: 1199px) {#brxe-aojujt {margin-left: 0; padding-left: 0}}@media (max-width: 767px) {#brxe-aojujt {padding-right: 0}#brxe-aojujt .ba-read-more-icon { position: absolute; left: 1rem; top: -3rem;}}#brxe-yxatol {margin-bottom: 3rem}#brxe-hzpens {width: 45%; align-self: center !important}@media (max-width: 1199px) {#brxe-hzpens {margin-top: 14rem; padding-left: 0; order: 2; width: auto}}@media (max-width: 767px) {#brxe-hzpens {margin-top: 4rem}}#brxe-rluttt {width: 40vw; background-position: center center; background-repeat: no-repeat; background-color: #d8d8d8; background-image: url("https://munkur.de/hortus/wp-content/uploads/2026/05/ABB_Orte_Landschaftspark_Dyck_250_17x10_003-scaled.jpg"); background-size: 174%; height: 40vw; border: 15px solid var(--balancedbeige); border-radius: 100%; max-width: 70rem; max-height: 70rem}@media (max-width: 1199px) {#brxe-rluttt {width: 70rem; height: 70rem}}@media (max-width: 767px) {#brxe-rluttt {width: 80vw; max-height: 80vw}}#brxe-lbrruc {width: 16rem; text-align: center; color: var(--white); font-size: 2.5rem; line-height: 2.4rem}@media (max-width: 767px) {#brxe-lbrruc {font-size: 1.5rem; line-height: 1.2}}#brxe-qcfnac {width: 20rem; background-color: var(--mocha); height: 20rem; flex-direction: column; position: absolute; display: flex; justify-content: center; align-items: center; border-radius: 100%; bottom: -5rem; left: 8rem}@media (max-width: 767px) {#brxe-qcfnac {width: 12rem; height: 12rem; bottom: -1rem; right: 1rem}}@media (max-width: 478px) {#brxe-qcfnac {right: 0rem; bottom: -2rem}}#brxe-wnvotb {width: auto; position: relative}@media (max-width: 1199px) {#brxe-wnvotb {margin-right: 0}}#brxe-lncyyt {width: 55%; align-items: flex-end}@media (max-width: 1199px) {#brxe-lncyyt {align-items: center; order: 1; align-self: center !important; width: auto}}#brxe-hbwhtd {flex-direction: row}@media (max-width: 1199px) {#brxe-hbwhtd {flex-direction: column}}#orangerie {padding-top: 8rem; padding-bottom: 14rem; background-color: var(--lightgrayish)}@media (max-width: 767px) {#orangerie {padding-top: 4rem; padding-bottom: 4rem}}#brxe-pfhsex {background-image: url("https://munkur.de/hortus/wp-content/uploads/2026/05/shutterstock_2476199259-Footer-Ueberuns.jpg"); background-position: top center; background-blend-mode: multiply; background-color: var(--grayasparagus); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; height: 40rem; --brx-motion-parallax-speed-y: 20; --brx-motion-background-speed: 90}@media (max-width: 767px) {#brxe-pfhsex {height: 30rem}}