.objekt-hero{height:calc(100vh - var(--nav-height));background-size:cover;background-position:center;background-color:#1a1a1a;position:relative;margin-top:-50px;width:100vw;margin-left:50%;transform:translateX(-50%)}.objekt-hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end}.objekt-hero-content{width:100%;max-width:var(--max-width-content);margin:0 auto;padding:40px 20px}.objekt-hero-teaser{font-size:3.4rem;font-weight:var(--font-weight-bold);color:#fff;line-height:1.2;margin-bottom:24px}.objekt-hero-badges{display:flex;gap:12px;flex-wrap:wrap}.objekt-hero-badge{display:flex;align-items:center;gap:10px;background:#fff;border-radius:8px;padding:12px 18px}.objekt-hero-badge svg{width:22px;height:22px;color:var(--company-color);flex-shrink:0}.objekt-hero-badge-label{font-size:13px;font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}.objekt-hero-badge-value{font-size:12px;color:var(--color-text-dark-muted)}.objekt-hero-filter-wrap{margin-top:20px}.wohnungen-filter.wohnungen-filter--hero{background:#fff;border-radius:8px}.wohnungen-filter--hero .wohnungen-filter-field label{color:var(--color-text-dark-muted)}.wohnungen-filter{display:flex;flex-direction:column;padding:16px 0;margin:6px 0;background:none;border:none}.wohnungen-filter--hero{padding:20px 24px;margin:0}.wohnungen-filter-title{font-size:18px;font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:12px}.wohnungen-filter-row{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.wohnungen-filter-field{display:flex;flex-direction:column;gap:4px;flex:1;min-width:150px}.wohnungen-filter-field label{font-size:13px;font-weight:var(--font-weight-medium);color:var(--color-text-dark-muted)}.wohnungen-filter-field select,.wohnungen-filter-field input[type="date"]{padding:10px 14px;font-family:var(--font-family);font-size:14px;color:var(--color-text-primary);background:#fff;border:1px solid #d0d0d0;border-radius:4px;outline:none;transition:border-color var(--transition-fast)}.wohnungen-filter--hero .wohnungen-filter-field select,.wohnungen-filter--hero .wohnungen-filter-field input[type="date"]{background:#f6f6f6;border-color:#e0e0e0}.wohnungen-filter-field select:focus,.wohnungen-filter-field input[type="date"]:focus{border-color:var(--company-color)}.wohnungen-ausstattung-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;font-size:14px;color:var(--color-text-primary);background:#fff;border:1px solid #d0d0d0;border-radius:4px;cursor:pointer;outline:none;transition:border-color var(--transition-fast)}.wohnungen-filter--hero .wohnungen-ausstattung-trigger{background:#f6f6f6;border-color:#e0e0e0}.wohnungen-ausstattung-trigger:hover,.wohnungen-ausstattung-trigger:focus{border-color:var(--company-color)}.wohnungen-ausstattung-overlay{display:none;position:fixed;inset:0;z-index:10000;align-items:center;justify-content:center}.wohnungen-ausstattung-overlay.is-open{display:flex}.wohnungen-ausstattung-overlay-backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.5)}.wohnungen-ausstattung-panel{position:relative;z-index:1;background:#fff;border-radius:8px;width:90%;max-width:560px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px rgba(0, 0, 0, 0.15)}.wohnungen-ausstattung-panel-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e8e8e8;font-size:16px;font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}.wohnungen-ausstattung-panel-close{background:none;border:none;cursor:pointer;color:var(--color-text-dark-muted);padding:4px;display:flex;align-items:center;justify-content:center;transition:color var(--transition-fast)}.wohnungen-ausstattung-panel-close:hover{color:var(--color-text-primary)}.wohnungen-ausstattung-panel-body{padding:20px 24px;overflow-y:auto;flex:1}.wohnungen-ausstattung-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.wohnungen-ausstattung-checkbox{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-text-primary);cursor:pointer}.wohnungen-ausstattung-checkbox input[type="checkbox"]{accent-color:var(--company-color);width:18px;height:18px;cursor:pointer;flex-shrink:0}.wohnungen-ausstattung-panel-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid #e8e8e8}.wohnungen-ausstattung-reset{background:none;border:none;font-size:14px;color:var(--color-text-dark-muted);cursor:pointer;padding:8px 0;transition:color var(--transition-fast)}.wohnungen-ausstattung-reset:hover{color:var(--color-text-primary)}.wohnungen-ausstattung-apply{padding:10px 28px;font-size:14px;font-weight:var(--font-weight-semibold);color:var(--color-text-light);background:var(--company-color);border:none;border-radius:4px;cursor:pointer;transition:background var(--transition-fast)}.wohnungen-ausstattung-apply:hover{background:var(--company-color-dark)}.wohnungen-filter-submit{height:40px;padding:10px 28px;font-size:14px;font-weight:var(--font-weight-semibold);color:var(--color-text-light);background:var(--company-color);border:none;border-radius:4px;cursor:pointer;transition:background var(--transition-fast);white-space:nowrap}.wohnungen-filter-submit:hover{background:var(--company-color-dark)}.wohnungen-list{display:flex;flex-direction:column}.wohnungen-item{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px;margin:5px 0;border:1px solid #e8e8e8;background:#fff;border-radius:10px;text-decoration:none;color:inherit;transition:border-color var(--transition-fast), box-shadow var(--transition-fast)}.wohnungen-item:hover{border-color:var(--company-color-light);box-shadow:0 2px 8px rgba(0, 0, 0, 0.04)}.wohnungen-item-info{flex:1;min-width:0}.wohnungen-item-title{font-size:18px;font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:4px}.wohnungen-item-desc,.wohnungen-item-verfuegbar{font-size:14px;color:var(--color-text-dark-muted)}.wohnungen-item-meta{display:flex;gap:32px;align-items:center;flex-shrink:0}.wohnungen-item-meta-entry{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--color-text-primary);white-space:nowrap}.wohnungen-item-meta-entry + .wohnungen-item-meta-entry{border-left:1px solid #e8e8e8;padding-left:32px}.wohnungen-item-meta-entry svg{width:18px;height:18px;color:var(--color-text-dark-muted);flex-shrink:0}.wohnungen-item-link{font-size:14px;font-weight:var(--font-weight-medium);color:var(--company-color);text-decoration:none;white-space:nowrap;display:flex;align-items:center;gap:4px;flex-shrink:0;transition:color var(--transition-fast)}.wohnungen-item:hover .wohnungen-item-link{color:var(--company-color-dark)}.wohnungen-item-image{flex-shrink:0;width:160px;height:110px;border-radius:6px;overflow:hidden;background:#f6f6f6}.wohnungen-item-image img{width:100%;height:100%;object-fit:cover;display:block}.wohnungen-item-image-placeholder{width:100%;height:100%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#c4c4c4}.wohnungen-item-image-placeholder svg{width:42px;height:42px}.wohnungen-empty{padding:40px 0;text-align:center;font-size:15px;color:var(--color-text-dark-muted)}.wohnung-detail-page{background:#f6f6f6}.wohnung-detail-page .objekt-hero{max-width:none;padding-left:0;padding-right:0}.wohnung-detail-page > *:not(.objekt-hero){max-width:var(--max-width-content);margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.wohnung-detail-breadcrumb{font-size:13px;color:var(--color-text-dark-muted);margin-bottom:16px}.wohnung-detail-breadcrumb a{color:var(--color-text-dark-muted);text-decoration:none;transition:color var(--transition-fast)}.wohnung-detail-breadcrumb a:hover{color:var(--company-color)}.wohnung-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.wohnung-detail-object{font-size:15px;font-weight:var(--font-weight-medium);color:var(--color-text-primary)}.wohnung-detail-back{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-dark-muted);text-decoration:none;transition:color var(--transition-fast)}.wohnung-detail-back:hover{color:var(--company-color)}.wohnung-detail-back svg{width:14px;height:14px}.wohnung-detail-top{display:grid;grid-template-columns:minmax(0, 1.55fr) minmax(0, 1fr);gap:24px;align-items:stretch;margin-bottom:18px}.wohnung-detail-gallery{display:flex;flex-direction:column;min-width:0}.wohnung-detail-gallery-main{position:relative;flex:1;width:100%;min-height:0;aspect-ratio:16 / 10;background:#f6f6f6;border-radius:6px;overflow:hidden}.wohnung-detail-gallery-main a{display:block;width:100%;height:100%}.wohnung-detail-gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.wohnung-detail-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0, 0, 0, 0.12);z-index:2;transition:background var(--transition-fast);padding:0}.wohnung-detail-gallery-arrow:hover{background:#f0f0f0}.wohnung-detail-gallery-arrow svg{width:20px;height:20px;color:var(--color-text-primary)}.wohnung-detail-gallery-arrow.arrow-left{left:12px}.wohnung-detail-gallery-arrow.arrow-right{right:12px}.wohnung-detail-gallery-thumbs{overflow:hidden;margin-top:8px}.wohnung-detail-gallery-thumbs-track{display:flex;gap:8px;transition:transform 0.3s ease}.wohnung-detail-gallery-thumb{flex:0 0 calc((100% - 32px) / 5);aspect-ratio:16 / 10;padding:0;border:2px solid transparent;border-radius:4px;background:#f6f6f6;cursor:pointer;overflow:hidden;transition:border-color var(--transition-fast)}.wohnung-detail-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wohnung-detail-gallery-thumb.is-active{border-color:var(--company-color)}.wohnung-detail-gallery-thumb:hover{border-color:var(--company-color-light)}.wohnung-detail-gallery-empty{aspect-ratio:16 / 10;background:#f6f6f6;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--color-text-dark-muted);font-size:14px}.wohnung-detail-summary{background:#fff;border:1px solid #e8e8e8;border-radius:6px;padding:24px}.wohnung-detail-summary .contact_persons_wrapper{padding:20px 0}.wohnung-detail-summary .contact_persons_wrapper .contact_person_image{max-height:100px}.wohnung-detail-summary .contact_persons_wrapper h2{font-size:1.125rem;margin-bottom:20px}.wohnung-detail-summary-title{font-size:26px;font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:6px;line-height:1.15}.wohnung-detail-summary-lead{font-size:13px;color:var(--color-text-dark-muted);margin-bottom:20px}.wohnung-detail-summary-address,.wohnung-detail-summary-verfuegbar{display:flex;align-items:flex-start;gap:6px;font-size:13px;color:var(--color-text-dark-muted);margin-bottom:20px}.wohnung-detail-summary-address:has(~ .wohnung-detail-summary-verfuegbar){margin-bottom:0}.wohnung-detail-summary-address svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}.wohnung-detail-facts{display:grid;grid-template-columns:repeat(4, auto);justify-content:center;border-bottom:1px solid #e8e8e8;padding-bottom:16px;margin-bottom:18px}.wohnung-detail-fact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0 18px;border-left:1px solid #f0f0f0;font-size:12px;color:var(--color-text-dark-muted);text-align:center;white-space:nowrap}.wohnung-detail-fact:first-child{border-left:0}.wohnung-detail-fact svg{width:28px;height:28px;color:var(--color-text-dark-muted)}.wohnung-detail-costs{display:flex;flex-direction:column;margin-bottom:18px}.wohnung-detail-cost-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:var(--color-text-primary);padding:8px 0;border-bottom:1px solid #e8e8e8}.wohnung-detail-cost-row span:first-child{color:var(--color-text-dark-muted)}.wohnung-detail-cost-row.total{font-weight:var(--font-weight-semibold);color:var(--company-color);font-size:17px;border-bottom:0;padding-top:12px}.wohnung-detail-cost-row.total span:first-child{color:var(--company-color)}.wohnung-detail-apply{display:block;width:100%;padding:14px;font-size:15px;font-weight:var(--font-weight-semibold);color:var(--color-text-light);background:var(--company-color);border:none;border-radius:6px;cursor:pointer;text-align:center;text-decoration:none;transition:background var(--transition-fast);margin-bottom:12px}.wohnung-detail-apply:hover{background:var(--company-color-dark)}.wohnung-detail-action{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 12px;font-size:13px;font-weight:var(--font-weight-medium);color:var(--color-text-primary);background:#fff;border:1px solid #d0d0d0;border-radius:5px;text-decoration:none;transition:border-color var(--transition-fast)}.wohnung-detail-action:hover{border-color:var(--company-color)}.wohnung-detail-action svg{width:18px;height:18px;flex-shrink:0}.wohnung-detail-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;align-items:stretch;margin-bottom:18px}.wohnung-detail-card{background:#fff;border:1px solid #e8e8e8;border-radius:6px;padding:20px 22px}.wohnung-detail-card-title{font-size:18px;font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:12px}.wohnung-detail-card p{font-size:14px;color:var(--color-text-primary);line-height:1.55;margin:0 0 8px}.wohnung-detail-card p:last-child{margin-bottom:0}.wohnung-detail-ausstattung-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.wohnung-detail-ausstattung-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-text-primary)}.wohnung-detail-ausstattung-item svg{width:18px;height:18px;color:var(--color-text-dark-muted);flex-shrink:0}.wohnung-detail-quick-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wohnung-detail-action-video,.wohnung-detail-action-wide{grid-column:1 / -1}.wohnung-detail-sonstige{background:#fff;border:1px solid #e8e8e8;border-radius:6px;padding:20px 22px;margin-bottom:18px}.wohnung-detail-sonstige-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px 0}.wohnung-detail-sonstige-item{display:flex;align-items:center;gap:12px;padding:0 24px;border-left:1px solid #f0f0f0;flex-grow:1;justify-content:center}.wohnung-detail-sonstige-item:first-child{border-left:0}.wohnung-detail-sonstige-item img{width:28px;height:28px;flex-shrink:0}.wohnung-detail-sonstige-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.wohnung-detail-sonstige-label{font-size:12px;color:var(--color-text-dark-muted)}.wohnung-detail-sonstige-value{font-size:14px;font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}.wohnung-detail-gallery-main-media{position:relative;cursor:pointer;width:100%;height:100%}.wohnung-detail-gallery-main-media img,.wohnung-detail-gallery-main-media video{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.wohnung-detail-video-badge{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:56px;height:56px;background:rgba(0, 0, 0, 0.55);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none}.wohnung-detail-thumb-video-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#e8e8e8;color:#666;border-radius:inherit}.wohnung-lightbox{display:none;position:fixed;inset:0;z-index:10000;align-items:center;justify-content:center}.wohnung-lightbox.is-open{display:flex}.wohnung-lightbox-backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.92)}.wohnung-lightbox-close{position:absolute;top:16px;right:16px;z-index:2;background:none;border:none;color:#fff;cursor:pointer;padding:8px}.wohnung-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:rgba(255, 255, 255, 0.15);border:none;color:#fff;cursor:pointer;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.wohnung-lightbox-arrow:hover{background:rgba(255, 255, 255, 0.3)}.wohnung-lightbox-prev{left:16px}.wohnung-lightbox-next{right:16px}.wohnung-lightbox-content{position:relative;z-index:1;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.wohnung-lightbox-content img{max-width:90vw;max-height:85vh;object-fit:contain;display:block}.wohnung-lightbox-content video{max-width:90vw;max-height:85vh;display:block;background:#000}.wohnung-lightbox-counter{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);color:rgba(255, 255, 255, 0.7);font-size:14px;z-index:2}.objekt-detail-info-section{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;border-bottom:1px solid #e8e8e8}.objekt-detail-info-section:last-of-type{border-bottom:none}.objekt-detail-info-label{font-size:13px;color:var(--color-text-dark-muted)}.objekt-detail-info-value{font-size:14px;font-weight:var(--font-weight-medium);color:var(--color-text-primary);text-align:right}.mietbewerbung-tab-content{padding:10px;background:#fff;border:1px solid #e0e0e0}.mietbewerbung-tabs.wohnungen{background:none}@media (max-width: 768px){.objekt-hero{min-height:360px}.objekt-hero-teaser{font-size:1.6rem}.objekt-hero-badges{flex-direction:column}.wohnungen-filter-row{flex-direction:column}.wohnungen-filter-field{width:100%}.wohnungen-item{flex-direction:column;align-items:flex-start;gap:12px}.wohnungen-item-meta{flex-wrap:wrap;gap:16px}.wohnungen-item-image{width:100%;height:180px}.wohnung-detail-top{grid-template-columns:1fr}.wohnung-detail-gallery-main{flex:none}.wohnung-detail-cards{grid-template-columns:1fr}.wohnung-detail-ausstattung-list{grid-template-columns:1fr}.wohnung-detail-sonstige-list{justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:14px}.wohnung-detail-sonstige-item{padding:0;border-left:0}.wohnung-detail-gallery-thumb{flex:0 0 calc((100% - 24px) / 4)}.wohnung-detail-facts{grid-template-columns:1fr 1fr;gap:12px 0}.wohnung-detail-fact:nth-child(odd){border-left:0}.wohnungen-ausstattung-list{grid-template-columns:1fr}.wohnungen-filter--hero{padding:16px}.wohnungen-item-link{align-self:flex-end}.wohnung-detail-breadcrumb{margin-top:16px}}body:has(form){background-color:#f6f6f6}#content{width:100%}#content:not(:has(.wohnung-detail-page)){max-width:var(--max-width-content);margin:0 auto;padding-top:50px}#content form:not(.wohnungen-filter){width:780px}form{margin:40px auto;background:#fff;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.form_displaygroup{font-size:16px;font-weight:var(--font-weight-semibold);color:var(--color-text-light);background:var(--color-text-dark);padding:20px 32px;margin:0;border:none}.form_displaygroup ~ .form_displaygroup,.tabs .form_displaygroup{color:var(--company-color-dark);background:#f6f6f6;border-top:1px solid #e0e0e0}.form_row{display:flex;align-items:baseline;padding:14px 32px;border-bottom:1px solid #f0f0f0}.form_row:last-of-type{border-bottom:none}.form_label{flex:0 0 220px;font-size:14px;font-weight:var(--font-weight-medium);color:var(--color-text-primary)}.form_label label.required::after{content:" *";color:var(--company-color-medium)}.form_field{flex:1;font-size:14px;color:var(--color-text-primary)}.form_field input.text,.form_field select{width:100%;padding:10px 14px;font-family:var(--font-family);font-size:14px;font-weight:var(--font-weight-regular);color:var(--color-text-primary);background:#fff;border:1px solid #e8e8e8;border-radius:4px;outline:none;transition:border-color var(--transition-fast)}.form_field input.text:focus,.form_field select:focus{border-color:var(--company-color)}.form_field input.checkbox{accent-color:var(--company-color-medium);width:18px;height:18px;vertical-align:middle;margin-right:8px;cursor:pointer}.form_field input.checkbox + label{font-size:13px;color:var(--color-text-dark-muted);cursor:pointer;vertical-align:middle}.form_field input.checkbox + label a{color:var(--company-color-medium);text-decoration:underline;transition:color var(--transition-fast)}.form_field input.checkbox + label a:hover{color:var(--company-color-dark)}.form_field .fileinput-button{display:inline-block;padding:8px 16px;font-size:13px;font-weight:var(--font-weight-medium);color:var(--company-color-dark);background:#fff;border:1px solid var(--company-color-light);border-radius:4px;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast)}.form_field .fileinput-button:hover{background:#f6f6f6;border-color:var(--company-color)}.form_field .fileinput-button input[type="file"]{position:absolute;opacity:0;width:100%;height:100%;overflow:hidden}input[type="date"],input[type="time"],input[type="datetime-local"]{padding:6px 10px;border:1px solid #ccc;border-radius:4px;font-family:inherit;font-size:14px}.form_submitbutton{padding:24px 32px;display:flex;align-items:center;gap:12px;border-top:1px solid #e0e0e0}.form_submitbutton .formbutton{display:inline-block;padding:12px 40px;font-size:15px;font-weight:var(--font-weight-semibold);color:var(--color-text-light);background:var(--company-color-medium);border:none;border-radius:4px;cursor:pointer;transition:background var(--transition-fast)}.form_submitbutton .formbutton:hover{background:var(--company-color-dark)}.progressWrapper{margin-top:8px}.progressContainer{background:#f6f6f6;border-radius:4px;padding:10px 14px}.progressName{font-size:13px;font-weight:var(--font-weight-medium);color:var(--color-text-primary);margin-bottom:4px}.progressBarStatus{font-size:12px;color:var(--color-text-dark-muted);margin-bottom:6px}.progressBarInProgress{height:4px;background:var(--company-color);border-radius:2px;transition:width var(--transition-fast)}.progressCancel{float:right;font-size:12px;color:var(--color-text-dark-muted);text-decoration:none}.fileupload_thumbnails{margin-top:8px}.form_success{margin:40px auto;padding:20px 32px;font-size:15px;font-weight:var(--font-weight-medium);color:var(--company-color-dark);background:#d7e993;border:1px solid var(--company-color-light);border-radius:6px}.form_errordata{margin:40px auto;background:#fff;border:1px solid #e0e0e0;border-radius:6px;border-collapse:separate;border-spacing:0;overflow:hidden}.form_errordata th{font-size:15px;font-weight:var(--font-weight-semibold);color:var(--color-text-light);background:#c0392b;padding:16px 32px;text-align:left}.form_errordata td{padding:16px 32px}.form_errors{list-style:none;display:flex;flex-direction:column;gap:6px}.form_error{font-size:14px;color:#c0392b}.mietbewerbung-tabs-wrapper .mietbewerbung-tabs button.active{background:#f6f6f6;border-bottom-color:#f6f6f6}.mietbewerbung-tabs-wrapper .mietbewerbung-tabs button{background:#fff}.mietbewerbung-tabs{display:flex;gap:5px;padding-left:10px;margin:10px 0 -1px;position:relative;z-index:1;flex-wrap:wrap}.mietbewerbung-tabs button{padding:12px 20px;border:1px solid #e0e0e0;background:#f6f6f6;color:var(--color-text-dark-muted);cursor:pointer;font-family:var(--font-family);font-size:14px;font-weight:var(--font-weight-medium);border-radius:4px 4px 0 0;transition:background var(--transition-fast), color var(--transition-fast)}.mietbewerbung-tabs button:hover{background:#e8e8e8}.mietbewerbung-tabs button.active{background:#fff;color:var(--color-text-dark);font-weight:var(--font-weight-semibold);border-bottom-color:#fff}.mietbewerbung-tab-content{display:none}.mietbewerbung-tab-content.active{display:block}.ang-list{padding:0 32px}.ang-entry{border:1px solid #e0e0e0;padding:16px 20px;margin:12px 0;background:#fafafa;border-radius:4px;position:relative}.ang-entry .form_row{padding:8px 0;border-bottom:none}.ang-entry .form_label{flex:0 0 140px}.ang-entry .form_field input.text,.ang-entry .form_field input[type="date"]{width:100%;padding:10px 14px;font-family:var(--font-family);font-size:14px;color:var(--color-text-primary);background:#fff;border:1px solid #e8e8e8;border-radius:4px;outline:none;transition:border-color var(--transition-fast)}.ang-entry .form_field input:focus{border-color:var(--company-color)}.ang-remove{position:absolute;top:0;right:0;background:none;border:1px solid #e0e0e0;padding:4px 12px;cursor:pointer;border-radius:3px;font-size:12px;font-weight:var(--font-weight-medium);color:var(--color-text-dark-muted);transition:border-color var(--transition-fast), color var(--transition-fast)}.ang-remove:hover{border-color:#c0392b;color:#c0392b}.ang-add-btn{display:inline-block;padding:10px 20px;margin:12px 32px 16px;font-size:13px;font-weight:var(--font-weight-semibold);color:var(--company-color-dark);background:#fff;border:1px solid var(--company-color-light);border-radius:4px;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast)}.ang-add-btn:hover{background:#f6f6f6;border-color:var(--company-color)}.ang-empty-hint{padding:20px 0;font-size:14px;color:var(--color-text-dark-muted)}@media (max-width: 768px){form{margin:20px 12px}.form_row{flex-direction:column;gap:4px;padding:12px 20px}.form_displaygroup,.form_displaygroup ~ .form_displaygroup{padding:16px 20px}.form_field{width:100%}.form_label{flex:none}.form_submitbutton{padding:20px}.form_success{margin:20px 12px;padding:16px 20px}.form_errordata{margin:20px 12px}.form_errordata th,.form_errordata td{padding:12px 20px}.mietbewerbung-tabs{padding:0 20px;overflow-x:auto}.mietbewerbung-tabs button{padding:10px 14px;font-size:13px;white-space:nowrap}.ang-list{padding:0 20px}.ang-add-btn{margin:12px 20px 16px}.ang-entry .form_row{flex-direction:column;gap:4px}.ang-entry .form_label{flex:none}}.contact_persons_wrapper{max-width:var(--max-width-content);margin:0 auto;padding:40px 20px}.contact_persons_wrapper h2{margin-bottom:40px}.contact_persons{display:flex;gap:32px}.contact_persons:has(> :nth-child(2)){justify-content:space-around}.contact_person{display:flex;align-items:center;max-height:240px;gap:20px}.contact_person_image{height:100%}.contact_person_image img{height:100%;width:auto;display:block;border-radius:4px}.contact_person_info{text-align:left}.contact_person_name{font-size:16px;font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:4px}.contact_person_role{font-size:14px;font-weight:var(--font-weight-regular);color:var(--color-text-dark-muted);margin-bottom:12px}.contact_person_phone,.contact_person_email{font-size:14px;font-weight:var(--font-weight-regular);line-height:1.8}.contact_person_phone a,.contact_person_email a{color:var(--color-text-dark);text-decoration:none;transition:color var(--transition-fast)}.contact_person_phone a:hover,.contact_person_email a:hover{color:var(--company-color-dark)}@media (max-width: 768px){.contact_persons{flex-direction:column;align-items:center}.contact_person{width:100%;max-width:280px}}:root{--company-color:#a2ba47;--company-color-dark:#839739;--company-color-medium:#a2ba47;--company-color-light:#c3e056;--color-text-primary:#333;--color-text-light:#fff;--color-text-light-muted:rgba(255, 255, 255, 0.8);--color-text-dark:#1a1a1a;--color-text-dark-muted:rgba(0, 0, 0, 0.6);--color-overlay:rgba(0, 0, 0, 0.35);--color-hover:rgba(0, 0, 0, 0.05);--font-family:'Poppins', sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--nav-height:72px;--nav-padding-x:24px;--nav-padding-y:16px;--nav-font-size:15px;--nav-dropdown-font-size:14px;--max-width-content:1200px;--banner-max-height:550px;--transition-fast:0.2s;--transition-normal:0.3s}@font-face{font-family:'Poppins';src:url('../fonts/poppins-light.woff') format('woff');font-weight:300;font-display:swap}@font-face{font-family:'Poppins';src:url('../fonts/poppins-regular.woff') format('woff');font-weight:400;font-display:swap}@font-face{font-family:'Poppins';src:url('../fonts/poppins-medium.woff') format('woff');font-weight:500;font-display:swap}@font-face{font-family:'Poppins';src:url('../fonts/poppins-semibold.woff') format('woff');font-weight:600;font-display:swap}@font-face{font-family:'Poppins';src:url('../fonts/poppins-bold.woff') format('woff');font-weight:700;font-display:swap}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:var(--font-weight-semibold);line-height:1.25;color:var(--color-text-dark);margin:1.5em 0 0.5em}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.375rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:0.875rem}:where(h1,h2,h3,h4,h5,h6):first-child{margin-top:0}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}ul{padding-left:40px}body{font-family:var(--font-family);font-weight:var(--font-weight-regular);line-height:1.6;color:var(--color-text-primary);overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}.main-nav{background:var(--color-text-light);border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:100}.nav-container{display:flex;align-items:center;max-width:var(--max-width-content);margin:0 auto;height:var(--nav-height);padding:0 var(--nav-padding-x)}.nav-logo{position:absolute;left:50%;transform:translateX(-50%);line-height:0;color:var(--color-text-dark)}.nav-logo svg{height:56px;width:auto;display:block}.nav-left,.nav-right{list-style:none;display:flex;align-items:center;padding-left:0}.nav-left{margin-right:auto}.nav-right{margin-left:auto}.nav-item > a{display:block;padding:var(--nav-padding-y) var(--nav-padding-x);color:var(--color-text-dark);text-decoration:none;font-size:var(--nav-font-size);font-weight:var(--font-weight-regular);transition:color var(--transition-fast)}.nav-item > a:first-child{padding-left:0}.nav-item > a:hover,.nav-item.active > a{color:var(--company-color)}.nav-right .nav-item:last-child > a{background:var(--company-color);color:var(--color-text-light);border-radius:6px;padding:10px 24px;font-weight:var(--font-weight-medium);margin-left:8px;transition:background var(--transition-fast)}.nav-right .nav-item:last-child > a:hover{background:var(--company-color-dark);color:var(--color-text-light)}.nav-item{position:relative}.nav-dropdown{list-style:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--color-text-light);border:1px solid #e8e8e8;border-radius:0 0 6px 6px;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);z-index:10;padding-left:0}.nav-item:hover > .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown li a{display:block;padding:10px var(--nav-padding-x);color:var(--color-text-dark-muted);text-decoration:none;font-size:var(--nav-dropdown-font-size);transition:color var(--transition-fast)}.nav-dropdown li a:hover,.nav-dropdown li.active a{color:var(--company-color)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:var(--nav-padding-y) 0;z-index:11}.nav-toggle span{display:block;width:24px;height:2px;background:var(--color-text-dark);margin:5px 0;transition:transform var(--transition-normal), opacity var(--transition-normal)}.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}#content,#content_fullscreen{flex:1}.section_container{width:100%;max-width:var(--max-width-content);margin:0 auto;padding:40px 20px}.section[data-title="hellgrau"]{background-color:#f6f6f6}.sf_row{margin:50px auto}.sf_column:has(.zitat_container){display:flex;align-items:center}.site-footer{background:var(--color-text-dark);padding:32px 20px}.footer-container{max-width:var(--max-width-content);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.footer-social{display:flex;gap:16px}.footer-social a{display:block;width:36px;height:36px;color:var(--color-text-light);transition:color var(--transition-fast)}.footer-social a:hover{color:var(--company-color)}.footer-social svg{width:100%;height:100%;max-height:25px}.footer-legal{display:flex;gap:24px}.footer-legal a{color:var(--color-text-light-muted);text-decoration:none;font-size:var(--nav-dropdown-font-size);transition:color var(--transition-fast)}.footer-legal a:hover{color:var(--company-color)}@media (max-width: 768px){.nav-container{flex-wrap:wrap;height:auto;padding:var(--nav-padding-y) 20px;position:relative}.nav-logo{position:static;transform:none;order:1}.nav-toggle{display:block;order:2;margin-left:auto}.nav-left,.nav-right{display:none;flex-direction:column;width:100%;order:3;margin:0;align-items:flex-start}.nav-container.open .nav-left,.nav-container.open .nav-right{display:flex}.nav-item > a{padding:12px 0}.nav-right .nav-item:last-child > a{display:inline-block;margin-left:0;margin-top:8px;text-align:center}.nav-dropdown{position:static;opacity:1;visibility:visible;transform:none;border:none;border-radius:0}.nav-dropdown li a{padding-left:16px}.banner-content{padding:30px 20px}.banner-title{font-size:1.8rem}.section_container{padding:20px 10px}.sf_col--2{display:block !important}.sf_col--2 > .sf_column{width:100% !important;float:none !important;margin-bottom:24px}.sf_col--2 > .sf_column:last-child{margin-bottom:0}.sf_row{margin:24px 0}.section{padding-left:20px;padding-right:20px}}@media (min-width: 769px){.sf_row.sf_row--reversed > .sf_column:first-child{order:2}.sf_row.sf_row--reversed > .sf_column:last-child{order:1}}