@charset "UTF-8";:root{--primary-blue:#05213d;--primary-red:#d33;--primary-purple:#831f82;--primary-dark-blue:#05213d;--secondary-blue:#00529e;--warm-coral-color:#e04e39;--soft-light-blue-color:#b6d0e2;--earthly-brown-color:#6b4f3c;--body-bg:#fff;--hero-bg:#f4f8fc;--card-bg:#f4f8fc;--muted-bg:#f5f5f5;--text-body:#333;--text-strong:#000;--text-muted:#555;--text-heading:var(--primary-blue);--text-eyebrow:var(--primary-red);--border-light:#ccc;--border-lighter:#ddd;--btn-primary-bg:var(--primary-blue);--btn-primary-hover:#003b7a;--btn-primary-text:#fff;--btn-secondary-bg:var(--primary-red);--btn-secondary-hover:#b9020e;--btn-secondary-text:#fff;--btn-tertiary-border:var(--primary-purple);--btn-tertiary-hover:#6a1769;--btn-tertiary-text:var(--primary-purple);--link-color:var(--primary-blue);--link-hover:var(--primary-red);--transition:all .3s ease-in-out}body{background-color:var(--body-bg);color:var(--text-body)}h1,h2,h3{color:var(--text-heading)}a{color:var(--link-color)}.master-btn,.btn.primary{background-color:var(--btn-primary-bg);border-color:var(--btn-primary-bg);color:var(--btn-primary-text)}.master-btn:hover,.btn.primary:hover{background-color:var(--btn-primary-hover);border-color:var(--btn-primary-hover)}.container,.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.text-center{text-align:center !important}.mx-auto{margin-left:auto !important;margin-right:auto !important}[class*=col-],.col{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.property-info ul{margin-bottom:30px}.property-info ul li{display:block;margin:5px 0}.property-info ul li span{font-weight:700;color:var(--text-strong);display:inline-block;width:100px}.property-section{padding:50px 0}.property-section .section-title span{color:var(--primary-red);font-weight:700;font-size:16px;display:block;line-height:1;margin-bottom:10px;position:relative}.property-section .section-title h2{font-weight:600;font-size:28px;color:var(--text-strong);margin-bottom:15px;padding-bottom:10px;position:relative;line-height:1.2}.property-section .section-title h2:after{position:absolute;left:0;bottom:0;height:1px;content:"";width:100px;background:var(--primary-red)}.property-section .subtext{color:var(--primary-red);font-weight:700;font-size:16px;text-transform:uppercase;display:block;letter-spacing:.5px;line-height:1.5;margin-bottom:5px;position:relative}.properties-filters{display:flex;flex-wrap:wrap;justify-content:space-between}.property-section .filtering-button{margin:0;padding:0;list-style:none;text-align:right}@media (max-width:1199px){.property-section .filtering-button{text-align:left}}.property-section .filtering-button li{display:inline-block;margin:3px}.property-section .filtering-button li a{display:block;border:1px solid var(--border-lighter);padding:5px 20px;color:var(--text-strong);font-weight:600;font-size:14px;transition:var(--transition)}.property-section .filtering-button li.active a,.property-section .filtering-button li a:hover{background:var(--primary-red);border-color:var(--primary-red);color:#fff}.property-section .property-container{margin:15px 0;border:1px solid var(--border-light)}.property-section .property-container .property-thumbnail{position:relative;overflow:hidden;height:250px}.property-section .property-container .property-thumbnail .property-status{position:absolute;right:0;top:0;background:var(--secondary-blue);color:#fff;padding:5px 10px;text-align:center}.property-section .property-container .property-thumbnail .property-status.sold{background:var(--primary-red)}.property-section .property-container .property-details{overflow:hidden;padding:15px}.property-section .property-container .property-details .property-title{font-size:18px;line-height:1.5;margin-bottom:10px}.property-section .property-container .property-details .property-title a{transition:var(--transition);font-weight:600;color:var(--text-strong);text-decoration:none;margin-bottom:10px;display:block;min-height:100px}.property-section .property-container .property-details .property-title a:hover{color:var(--primary-red);text-decoration:none}.property-section .property-container .property-details .property-subtitle{font-size:15px;color:var(--text-muted);font-weight:700}.property-section .property-container .property-details .property-subtitle i{margin-right:10px;color:var(--primary-red)}.property-section .property-container .property-details .property-data{margin:15px;min-height:150px;font-size:15px}.property-section .property-container .property-details .property-data .dt{font-weight:700;color:#1f1f1f;width:150px}.property-section .property-container .property-details .property-data .dd{color:var(--text-body)}.property-section .property-container .property-actions{margin-left:15px}.property-section .property-container .property-actions .btn-group a{margin:0 0 30px;display:inline-block;padding:3px 45px;background:var(--secondary-blue);border:1px solid var(--secondary-blue);border-radius:5px;color:#fff;font-size:16px;transition:var(--transition)}.property-section .property-container .property-actions .btn-group a:hover{background:var(--primary-red);border-color:var(--primary-red);color:#fff}.property-section .property-container .property-actions .btn-group a.btn-danger{background:var(--primary-red) !important;border:1px solid var(--primary-red) !important}span.elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) #d9534f}.property-section .properties{display:flex;flex-wrap:wrap;gap:20px}.property-section .properties .property{flex:1 1 calc(33.333% - 20px);box-sizing:border-box}@media (max-width:768px){.property-section .properties .property{flex:1 1 calc(50% - 20px)}}.ratgeber-page{padding:60px 0}.ratgeber-page h2{color:var(--primary-red);font-size:42px;font-weight:600}.ratgeber-page .items-list ul{margin:0;padding:0;list-style:none;text-align:center;display:flex;flex-wrap:wrap}.ratgeber-page .items-list ul li{width:20%}.ratgeber-page .items-list ul li a .image{margin-bottom:5px}.ratgeber-page .items-list ul li a h4{font-size:16px}.ratgeber-about-page{padding:60px 0 0;border-bottom:1px solid var(--border-light);overflow:hidden}.ratgeber-about-page .content.mainimage{position:absolute;right:0;bottom:-16px}.ratgeber-about-page .content.mainimage img{width:70%}.ratgeber-about-page .content span{color:var(--primary-red);font-size:16px;display:block;line-height:1;margin-bottom:70px;position:relative}.ratgeber-about-page .content h3{font-weight:600;font-size:28px;color:var(--text-strong);padding-bottom:8px;position:relative;line-height:1}.ratgeber-about-page .content h4{font-weight:600;font-size:18px;color:var(--text-strong);margin-bottom:15px;line-height:1.5}.ratgeber-about-page .content p{margin:0 0 15px}.ratgeber-about-page .content .ratgeber-button a{background:var(--primary-red);display:inline-block;text-align:center;color:#fff;font-size:16px;padding:10px 30px;border-radius:7px;margin:10px 0 20px;transition:var(--transition)}.ratgeber-about-page .content .ratgeber-button a:hover{background:var(--text-strong)}.readmorebtn{display:none !important;font-size:14px;transition:var(--transition);color:var(--primary-red)}.showlessbtn{font-size:14px;transition:var(--transition);color:var(--primary-red)}.readmoretext{display:block}@media only screen and (max-width:767px){.readmoretext{display:none}.readmoretext.show{display:block}.readmorebtn{display:block !important}}@media only screen and (max-width:1200px){.ratgeber-page h2{font-size:36px}.ratgeber-page .items-list ul li h4{font-size:16px}.ratgeber-about-page .content.mainimage{display:none}.ratgeber-page .items-list ul li{width:33%}}@media only screen and (max-width:768px){.ratgeber-page .items-list ul li{width:50%}.ratgeber-page h2{font-size:24px;line-height:1.5}}.ratgeber-page-details{border-bottom:1px solid var(--border-light);position:relative !important;overflow:hidden}.ratgeber-page-details .mainbanner-area{padding:60px 0}.ratgeber-page-details .mainbanner-area h3{font-weight:600;font-size:30px;color:var(--text-strong);margin-bottom:21px;padding-bottom:20px;position:relative;line-height:1.3}.ratgeber-page-details .mainbanner-area h3:after{position:absolute;left:0;bottom:0;height:1px;content:"";width:100px;background:var(--primary-red)}.ratgeber-page-details .mainbanner-area h4{font-weight:400;font-size:24px;color:var(--text-body);margin-bottom:21px;line-height:1}.ratgeber-page-details .mainbanner-area ul{margin:0;padding:0;list-style:none}.ratgeber-page-details .mainbanner-area ul li{display:block}.ratgeber-page-details .mainbanner-area ul li a{display:block;color:var(--text-body);padding:10px 10px 10px 30px;border-bottom:1px solid var(--primary-red);position:relative;transition:var(--transition)}.ratgeber-page-details .mainbanner-area ul li a:hover{color:var(--primary-red)}.ratgeber-page-details .mainbanner-area ul li a:before{content:"\f054";font-family:"Font Awesome 5 Free","FontAwesome";font-weight:900;font-size:16px;color:var(--primary-red);position:absolute;top:10px;left:0}.ratgeber-page-details .mainbanner-area .bottom-zero{position:absolute;bottom:-235px;left:0}.ratgeber-page-details .mainbanner-area .bottom-zero-two{position:absolute;bottom:-265px;left:0}.ratgeber-page-details .chapter-title{padding-bottom:30px;border-bottom:2px solid var(--primary-red)}.ratgeber-page-details .chapter-title h3{font-size:30px;font-weight:600;color:var(--text-strong);line-height:1.5}.ratgeber-page-details .chapter-title span{font-size:20px;font-weight:400;line-height:1.1;color:var(--primary-red)}.ratgeber-page-details .single-chapter{margin:30px 0 0;background:var(--muted-bg)}.ratgeber-page-details .single-chapter .image{margin-bottom:15px}.ratgeber-page-details .single-chapter .image a{display:block}.ratgeber-page-details .single-chapter .image a img{width:100%}.ratgeber-page-details .single-chapter .content{padding:15px}.ratgeber-page-details .single-chapter .content h3{margin-bottom:10px;min-height:80px}.ratgeber-page-details .single-chapter .content h3 a{line-height:1.2;font-size:22px}.ratgeber-page-details .single-chapter .content p{height:105px;overflow:hidden;position:relative}.ratgeber-page-details .single-chapter .content p:after{content:"";display:block;height:100%;width:100%;position:absolute;background-image:linear-gradient(to top,var(--muted-bg),rgba(255,255,255,.001));bottom:0}.ratgeber-page-details .single-chapter .content .ratgeber-button{display:inline-block}.ratgeber-page-details .single-chapter .content .ratgeber-button a{display:block;padding:8px 30px;background:var(--primary-red);color:#fff;transition:var(--transition);border:2px solid var(--primary-red);border-radius:7px;font-weight:600}.ratgeber-page-details .single-chapter .content .ratgeber-button a:hover{background:0 0;color:var(--primary-red)}.tab-area h4{background:var(--border-lighter);padding:10px;cursor:pointer;display:block}.tab-area p.content_1,.tab-area p.content_2,.tab-area p.content_3,.tab-area p.content_4{display:none}.tab-area p.content_1.active,.tab-area p.content_2.active,.tab-area p.content_3.active,.tab-area p.content_4.active{display:block}.ratgeber-product-list .content .image{width:350px}.ratgeber-product-list .content .image img{width:100%}.ratgeber-product-list .content .inner-content{padding:60px 0 0}.ratgeber-product-list .content .inner-content span{color:var(--primary-red);display:block;line-height:1.5}.ratgeber-product-list .content .inner-content h4{font-size:20px;margin-bottom:15px}.ratgeber-product-list .content .inner-content p{margin:0 0 15px}.ratgeber-product-list .content .inner-content .ratgeber-button a{background:var(--primary-red);display:inline-block;text-align:center;color:#fff;font-size:16px;padding:10px 30px;border-radius:7px;margin:10px 0 60px;transition:var(--transition)}.ratgeber-product-list .content .inner-content .ratgeber-button a:hover{background:var(--text-strong)}.ratgeberpage{padding-bottom:0 !important}h2.property-subtitle.flx-has-kap{display:flex;flex-wrap:wrap;align-items:center;gap:12px}h2.property-subtitle.flx-has-kap>.flx-kap-badge-single{margin-left:auto}.flx-kap-badge-single{display:inline-flex;align-items:center;gap:7px;background:rgba(0,82,158,.08);color:var(--secondary-blue);padding:6px 13px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.2px;border:1px solid rgba(0,82,158,.18);line-height:1.2;white-space:nowrap;font-family:"Open Sans",system-ui,sans-serif}.flx-kap-badge-single .fa{color:var(--secondary-blue);font-size:13px}@media (max-width:640px){h2.property-subtitle.flx-has-kap>.flx-kap-badge-single{margin-left:0}}