body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;background-color:#f3f3f4;color:#1f2937;margin:0;line-height:1.6;scroll-behavior:smooth;display:flex;flex-direction:column;min-height:100vh;font-size:1.0625rem}.content-container{max-width:1024px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}h1,h2,h3,h4{color:#2e3440;font-weight:700;line-height:1.2}h1{font-size:2.5625rem;font-weight:800;margin-bottom:1rem}h2{font-size:2.0625rem;font-weight:800;margin-bottom:1rem;text-align:center}h2.left-align{text-align:left}h3{font-size:1.5625rem;font-weight:700;margin-bottom:.75rem}h3.subsection-title{font-size:1.3125rem;font-weight:700;margin-bottom:1rem}a{color:#C1090B;text-decoration:none;transition:color .2s ease}a:hover{color:#a0070a}.button{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-align:center;transition:all .2s ease;border:2px solid transparent;cursor:pointer;font-size:1.0625rem}.primary-button{background-color:#C1090B;color:#fff}.primary-button:hover{background-color:#a0070a}.secondary-button{background-color:transparent;color:#fff;border-color:#fff;padding:.6rem 1.2rem;font-size:1.0125rem}.secondary-button:hover{background-color:rgba(255,255,255,.1)}.main-header{background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);position:fixed;width:100%;top:0;left:0;z-index:1000}.header-content{max-width:1280px;margin-left:auto;margin-right:auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;justify-content:center;height:72px}.logo img{max-height:100%;width:auto;display:block}.desktop-nav{display:none}@media (min-width:1024px){.desktop-nav{display:block}.mobile-menu-button{display:none}}.desktop-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem}.nav-link{color:#4b5563;font-weight:500;padding:.5rem .25rem;border-bottom:2px solid transparent;transition:all .2s ease;font-size:1.0625rem}.nav-link:hover,.nav-link.active{color:#C1090B;border-color:#C1090B}.mobile-menu-button{background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-button svg{height:1.75rem;width:1.75rem;stroke:#2e3440;stroke-width:2px}.mobile-menu{display:none;background-color:#fff;width:100%;border-top:1px solid #e5e7eb;padding:1rem 1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.05)}.mobile-menu.active{display:block}.mobile-menu ul{list-style:none;padding:0;margin:0}.mobile-menu ul li{margin-bottom:.5rem}.mobile-nav-link{display:block;padding:.75rem;border-radius:.375rem;color:#1f2937;font-weight:500;font-size:1.0625rem}.mobile-nav-link:hover,.mobile-nav-link.active{background-color:#f3f4f6;color:#C1090B}.main-content{padding-top:4rem;flex-grow:1}.section-padded{padding:1.45rem 1.5rem;text-align:center}@media (min-width:768px){.section-padded{padding:1.45rem 3rem}}.white-bg{background-color:#fff}.section-title{font-size:2.3125rem;font-weight:800;margin-bottom:1rem}.section-subtitle{font-size:1.3125rem;color:#4b5563;margin-bottom:1.5rem}.white-text{color:#fff}.hero-section{background-color:#2e3440;color:#fff;padding:1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:20vh;text-align:center;position:relative;overflow:hidden}.hero-section.small-hero{min-height:12vh;padding:.75rem 1.5rem}.hero-text-content{max-width:900px;z-index:10}.hero-title{font-size:2.3125rem;font-weight:800;margin-bottom:.75rem;line-height:1.1;color:#fff}@media (min-width:768px){.hero-title{font-size:3.0625rem}}.hero-subtitle{font-size:1.1875rem;margin-bottom:1.5rem;color:#d8dee9}@media (min-width:768px){.hero-subtitle{font-size:1.3125rem}}.hero-image-placeholder{position:absolute;bottom:-20px;right:-20px;opacity:.1;font-size:6.0625rem;color:#F7CAC9;z-index:5;transform:rotate(15deg)}.hero-image-placeholder .icon-text{display:block;font-size:.7625rem;margin-top:5px;color:#d8dee9}.grid-layout{display:grid;gap:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto}.grid-layout.two-cols{grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.grid-layout.two-cols{grid-template-columns:repeat(2,1fr)}}.grid-layout.three-cols{grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.grid-layout.three-cols{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-layout.three-cols{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:#f9fafb;padding:1rem;border-radius:.75rem;box-shadow:0 2px 5px rgba(0,0,0,.05);text-align:center}.feature-icon{font-size:2.5625rem;display:block;margin-bottom:.25rem;color:#C1090B}.feature-title{font-size:1.1875rem;font-weight:700;margin-bottom:.25rem}.feature-card p{font-size:.9625rem;color:#4b5563;margin-bottom:0}.call-to-action-section{background-color:#C1090B;color:#fff;padding:.87rem 1.5rem}.call-to-action-section .section-title{font-size:1.6625rem;margin-bottom:.75rem}.call-to-action-section .section-subtitle{font-size:.9625rem;margin-bottom:1.2rem}@media (min-width:768px){.call-to-action-section{padding:.87rem 3rem}}.margin-top-large{margin-top:2rem}.styled-list{list-style:disc;padding-left:1.5rem;color:#374151}.styled-list li{margin-bottom:.25rem;font-size:1.0625rem}.styled-list li strong{color:#1f2937}.value-card{background-color:#EBEBEB;padding:1rem;border-radius:.75rem;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,.05)}.value-icon{font-size:2.0625rem;display:block;margin-bottom:.25rem;color:#C1090B}.value-text{font-weight:600;color:#2e3440;margin-bottom:0;font-size:1.0625rem}.service-item{background-color:#f9fafb;padding:1rem;border-radius:.75rem;margin-bottom:1rem;box-shadow:0 2px 5px rgba(0,0,0,.05);text-align:left}.service-title{font-size:1.1875rem;font-weight:700;margin-bottom:.25rem;color:#C1090B}.service-description{font-size:.9625rem;color:#4b5563;margin-bottom:0}.contact-map-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:left}@media (min-width:768px){.contact-map-layout{grid-template-columns:repeat(2,1fr)}}.contact-info-card,.map-container-card{background-color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.contact-detail{margin-bottom:.75rem;font-size:1.0125rem;color:#374151}.contact-detail a{color:#C1090B}.map-responsive-embed{position:relative;padding-bottom:60%;height:0;overflow:hidden;max-width:100%;background:#f3f3f4}.map-responsive-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:.5rem}.impressum-section,.datenschutz-section{margin-bottom:1.5rem;text-align:left}.impressum-section h3,.datenschutz-section h3{color:#C1090B;font-size:1.1125rem;margin-bottom:.25rem}.impressum-section p,.datenschutz-section p{font-size:1.0125rem;color:#374151;margin-bottom:.25rem}.impressum-section .note{font-size:.8125rem;color:#6b7280;margin-top:.25rem}.main-footer{background-color:#2e3440;color:#fff;text-align:center;padding:1.25rem;font-size:.8625rem}.margin-bottom-small{margin-bottom:.5rem}.margin-bottom-medium{margin-bottom:1rem}.margin-bottom-large{margin-bottom:1.5rem}.margin-top-medium{margin-top:1rem}.margin-top-large{margin-top:1.5rem}@media (max-width:1023px){.main-content{padding-top:4rem}}
