:root{--color-primary:#2f4f3e;--color-secondary:#c2a46d;--color-bg-main:#f7f5f2;--color-bg-alt:#e8e1d9;--color-text-main:#333;--color-text-muted:#555;--color-white:#fff;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:3rem;--space-xl:5rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 15px -3px #00000014, 0 4px 6px -2px #0000000a;--shadow-hover:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--color-text-main);background-color:var(--color-bg-main);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-sm);font-weight:600;line-height:1.2}p{margin-bottom:var(--space-sm);color:var(--color-text-muted)}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:90%;max-width:1200px;margin:0 auto}.section-padding{padding:var(--space-xl) 0}.bg-light{background-color:var(--color-bg-alt)}.text-center{text-align:center}.section-title{margin-bottom:var(--space-md);font-size:2.5rem;display:inline-block;position:relative}.section-title:after{content:"";background-color:var(--color-secondary);width:50%;height:2px;position:absolute;bottom:-10px;left:0}.text-center .section-title:after{left:25%}.body-large{color:var(--color-text-main);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:400}.btn{font-family:var(--font-body);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:1px solid #0000;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-secondary);color:var(--color-white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--color-white);color:var(--color-white);background-color:#ffffff1a}.btn-secondary:hover{background-color:var(--color-white);color:var(--color-primary);transform:translateY(-2px)}.navbar{z-index:1000;width:100%;transition:var(--transition);color:var(--color-white);background:0 0;padding:1.5rem 0;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);background:#2f4f3ef2;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:0 auto;display:flex}.nav-logo{font-family:var(--font-heading);letter-spacing:.5px;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{font-size:1rem;font-weight:500;position:relative}.nav-links a:after{content:"";background-color:var(--color-secondary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}.mobile-menu-btn{color:inherit;cursor:pointer;background:0 0;border:none;display:none}.hero{justify-content:center;align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:2;background:linear-gradient(#2f4f3e66,#2f4f3e99);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;text-align:center;color:var(--color-white);max-width:800px;padding:0 var(--space-md);margin-top:5rem;position:relative}.hero-title{color:var(--color-white);margin-bottom:var(--space-md);text-shadow:0 4px 10px #0000004d;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700}.hero-subtitle{color:var(--color-bg-main);margin-bottom:var(--space-lg);font-size:1.25rem;font-weight:300}.hero-cta{justify-content:center;gap:1rem;display:flex}.reitschule-hero .hero-logo{z-index:4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);filter:drop-shadow(0 12px 24px #00000040);background:#ffffffb3;border-radius:50%;width:clamp(120px,12vw,180px);height:auto;padding:6px;position:absolute;bottom:clamp(2rem,6vw,4rem);right:clamp(2rem,6vw,6rem)}.hero-logo{display:none}@media (width>=769px){.reitschule-hero .hero-logo{display:block}}.grid-3{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.grid-2{gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(350px,1fr));display:grid}.split-layout{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.split-layout.flip{direction:rtl}.split-layout.flip>*{direction:ltr}.quick-access{z-index:10;padding-bottom:var(--space-lg);margin-top:-1rem;position:relative}.card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-md);transition:var(--transition);flex-direction:column;height:100%;display:flex}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-10px)}.card-icon{background-color:var(--color-bg-main);width:60px;height:60px;margin-bottom:var(--space-md);color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.card h3{margin-bottom:var(--space-sm);font-size:1.5rem}.card p{flex-grow:1}.card-link{margin-top:var(--space-md);color:var(--color-primary);border-bottom:1px solid #0000;font-weight:600;display:inline-block}.card-link:hover{color:var(--color-secondary);border-bottom-color:var(--color-secondary)}.rounded-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:4/5;object-fit:cover;width:100%}.facilities .rounded-img{aspect-ratio:16/9}.about-features{margin-top:var(--space-md);list-style:none}.about-features li{color:var(--color-text-main);margin-bottom:.5rem;padding-left:2rem;font-weight:500;position:relative}.about-features li:before{content:"✓";color:var(--color-secondary);font-weight:700;position:absolute;left:0}.section-header{max-width:600px;margin:0 auto var(--space-xl)}.service-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);overflow:hidden}.service-card:hover{box-shadow:var(--shadow-hover)}.service-img{width:100%;height:250px;overflow:hidden}.service-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover .service-img img{transform:scale(1.05)}.service-content{padding:var(--space-md)}.footer{background-color:var(--color-primary);color:var(--color-white);padding:var(--space-xl) 0 var(--space-md)}.footer h2,.footer h3{color:var(--color-secondary)}.footer-grid{gap:var(--space-lg);margin-bottom:var(--space-xl);grid-template-columns:2fr 1fr 1fr;display:grid}.footer-text,.footer p{color:#fffc}.footer-bottom{padding-top:var(--space-md);color:#fff9;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.footer-links{gap:1rem;display:flex}.footer-links a:hover{color:var(--color-secondary)}.fade-in-up{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}@media (width<=992px){.split-layout,.split-layout.flip{gap:var(--space-md);grid-template-columns:1fr}.about-text{order:-1}.footer-grid{grid-template-columns:1fr}}@media (width<=768px){.nav-links,.nav-cta{display:none}.mobile-menu-btn{display:block}.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column}.quick-access{padding-top:var(--space-lg);margin-top:0}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtXA-W2r.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXt7A-W2r.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXt_A-W2r.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-Q.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.slider-container{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);aspect-ratio:16/9;position:relative;overflow:hidden}.slider-wrapper{height:100%;transition:transform .5s ease-in-out;display:flex}.slide{min-width:100%;height:100%}.slide img.rounded-img{object-fit:cover;width:100%;height:100%;box-shadow:none;aspect-ratio:auto;border-radius:0}.slider-controls{opacity:0;pointer-events:none;justify-content:space-between;width:100%;padding:0 1rem;transition:opacity .3s;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.slider-container:hover .slider-controls{opacity:1}.slider-btn{cursor:pointer;width:40px;height:40px;color:var(--color-primary);pointer-events:auto;transition:var(--transition);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffb3;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.slider-btn:hover{background:#fff;transform:scale(1.1)}.slider-dots{gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;width:10px;height:10px;transition:var(--transition);background:#ffffff80;border-radius:50%}.dot.active{background:#fff;transform:scale(1.2)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);margin-bottom:1rem;overflow:hidden}.faq-item:hover{box-shadow:var(--shadow-md)}.faq-question{font-family:var(--font-heading);color:var(--color-primary);cursor:pointer;padding:1.25rem 1.5rem;font-size:1.2rem;font-weight:600;list-style:none;display:block;position:relative}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";color:var(--color-secondary);font-size:1.5rem;font-weight:400;transition:transform .3s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.faq-item[open] .faq-question:after{content:"−"}.faq-answer{color:var(--color-text-main);padding:0 1.5rem 1.25rem;line-height:1.6}.faq-answer p{margin:0}.cookie-banner-overlay{background:var(--color-bg-alt);z-index:9999;width:100%;padding:var(--space-md);border-top:3px solid var(--color-primary);justify-content:center;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -4px 20px #00000026}.cookie-content{width:100%;max-width:800px}.cookie-content h3{margin-bottom:.5rem;font-size:1.15rem}.cookie-content p{color:var(--color-text-main);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.cookie-links{gap:1.5rem;margin-bottom:1.5rem;display:flex}.cookie-links a{color:var(--color-primary);font-size:.85rem;font-weight:500;text-decoration:underline}.cookie-buttons{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.cookie-buttons .btn{padding:.6rem 1.25rem;font-size:.9rem}@media (width<=600px){.cookie-buttons{flex-direction:column;justify-content:stretch}}.map-wrapper{aspect-ratio:16/9;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);background:#eaeaea;position:relative;overflow:hidden}.map-wrapper iframe{border:0;width:100%;height:100%}.maps-overlay{-webkit-backdrop-filter:blur(5px);z-index:10;text-align:center;width:100%;height:100%;padding:var(--space-lg);background:#e8e1d9d9;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.maps-overlay-content{background:var(--color-white);padding:var(--space-lg);border-radius:var(--radius-md);box-shadow:var(--shadow-md);max-width:450px}.maps-overlay-content h3{margin-bottom:.5rem;font-size:1.2rem}.maps-overlay-content p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.9rem}.team-grid{gap:var(--space-lg);margin-top:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.team-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition);text-align:center;overflow:hidden}.team-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.team-photo{aspect-ratio:1;background-color:var(--color-bg-alt);width:100%;overflow:hidden}.team-photo img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s}.team-card:hover .team-photo img{transform:scale(1.04)}.team-photo-placeholder{width:100%;height:100%;color:var(--color-text-muted);opacity:.4;justify-content:center;align-items:center;display:flex}.team-info{padding:var(--space-md)}.team-info h3{margin-bottom:.4rem;font-size:1.25rem}.team-badge{background:var(--color-bg-alt);color:var(--color-secondary);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:var(--space-sm);border-radius:2rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.team-info p{margin:0;font-size:.9rem;line-height:1.6}.page-hero{align-items:flex-end;height:80vh;min-height:500px;display:flex;position:relative;overflow:hidden}.page-hero .hero-bg{background-image:url(/img/schulbetrieb-ruf-ft-01.avif)}.page-hero .hero-content{text-align:left;padding-bottom:var(--space-xl);margin-top:0}.page-hero .hero-title{font-size:clamp(2rem,4vw,3.5rem)}.breadcrumb{background-color:var(--color-bg-alt);color:var(--color-text-muted);padding:.75rem 0;font-size:.875rem}.breadcrumb a{color:var(--color-primary);font-weight:500}.breadcrumb a:hover{color:var(--color-secondary)}.breadcrumb span{color:var(--color-secondary);margin:0 .5rem}.announcement-banner{border-left:4px solid var(--color-secondary);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:var(--space-md) var(--space-lg);align-items:flex-start;gap:var(--space-sm);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#fffbf0 0%,#fff8e6 100%);display:flex}.announcement-icon{background-color:var(--color-secondary);width:42px;height:42px;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.announcement-body{flex:1}.announcement-tag{background-color:var(--color-secondary);color:var(--color-white);text-transform:uppercase;letter-spacing:1.5px;border-radius:2rem;margin-bottom:.5rem;padding:.2rem .65rem;font-size:.72rem;font-weight:700;display:inline-block}.announcement-body h3{color:var(--color-primary);margin-bottom:.35rem;font-size:1.15rem}.announcement-body p{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.6}@media (width<=560px){.announcement-banner{flex-direction:column;gap:.75rem}}.announcement-section{padding-bottom:0}.announcement-banner-premium{align-items:center}.announcement-cta{border-radius:var(--radius-md);padding:var(--space-sm);background:#ffffff8c;flex:0 0 300px}.announcement-cta p{margin-bottom:var(--space-sm);font-size:.9rem}.announcement-cta .btn{width:100%}@media (width<=768px){.announcement-banner-premium{align-items:flex-start}.announcement-cta{flex:auto;width:100%}}.angebot-grid{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.angebot-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);box-shadow:var(--shadow-sm);transition:var(--transition);border-left:3px solid var(--color-secondary)}.angebot-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.angebot-card h3{margin-bottom:.5rem;font-size:1.2rem}.angebot-card p{margin:0;font-size:.95rem}.schulpferde-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:4/3;object-fit:cover;width:100%}.preise-grid{gap:var(--space-md);margin-bottom:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.preis-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);box-shadow:var(--shadow-sm);border-top:3px solid var(--color-primary);transition:var(--transition);flex-direction:column;gap:.4rem;display:flex}.preis-card-label{text-transform:uppercase;letter-spacing:1px;color:var(--color-secondary);font-size:.78rem;font-weight:700}.preis-card h3{color:var(--color-primary);margin:0;font-size:1.1rem}.preis-card .preis-value{font-family:var(--font-heading);color:var(--color-primary);font-size:2.2rem;font-weight:700;line-height:1.1}.preis-card .preis-value span{color:var(--color-text-muted);font-size:1rem;font-weight:500}.preis-card p{color:var(--color-text-muted);margin:0;font-size:.88rem}.preis-card-anfrage{border-top-color:var(--color-bg-alt);background:var(--color-bg-alt)}.preis-hinweis{color:var(--color-text-muted);margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--color-bg-alt);font-size:.85rem}.preise-cta{background-color:var(--color-primary);color:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);margin-top:var(--space-md);flex-wrap:wrap;display:flex}.preise-cta p{color:#ffffffd9;margin:0}@media (width<=600px){.preise-cta{text-align:center;flex-direction:column}}.preise-grid{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.preis-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-sm);transition:var(--transition);border-top:3px solid var(--color-secondary);display:block}.preis-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.preis-card-label{text-transform:uppercase;letter-spacing:1.5px;color:var(--color-secondary);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.preis-card h3{margin-bottom:.5rem;font-size:1.15rem}.preis-value{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-sm);font-size:2rem;font-weight:700;line-height:1}.preis-value span{color:var(--color-text-muted);font-size:1rem;font-weight:400}.preis-card p{margin:0;font-size:.9rem}.preis-card-anfrage{background:var(--color-white);border-top-color:var(--color-secondary)}.preis-card-anfrage .preis-value{color:var(--color-primary);font-size:2rem}.section-header-wide{max-width:none;margin-bottom:var(--space-lg)}.timeline{margin-top:var(--space-lg);padding-left:2.5rem;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--color-secondary), var(--color-primary));border-radius:2px;width:2px;position:absolute;top:.5rem;bottom:.5rem;left:.65rem}.timeline-item{margin-bottom:var(--space-md);position:relative}.timeline-item:before{content:"";background:var(--color-secondary);border:2px solid var(--color-white);width:14px;height:14px;box-shadow:0 0 0 2px var(--color-secondary);border-radius:50%;position:absolute;top:.35rem;left:-2.5rem}.timeline-year{font-family:var(--font-heading);color:var(--color-secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.timeline-item h3{margin-bottom:.35rem;font-size:1.15rem}.timeline-item p{margin:0;font-size:.95rem}.vorstand-grid{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.vorstand-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-sm);transition:var(--transition);flex-direction:column;gap:.35rem;display:flex}.vorstand-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.vorstand-role{text-transform:uppercase;letter-spacing:1px;color:var(--color-secondary);font-size:.8rem;font-weight:600}.vorstand-card h3{color:var(--color-primary);margin:0;font-size:1.2rem}.vorstand-card p{color:var(--color-text-muted);margin:0;font-size:.9rem}.vorstand-card a{color:var(--color-primary);font-size:.9rem;font-weight:500}.vorstand-card a:hover{color:var(--color-secondary)}.preisliste-block{margin-top:var(--space-xl)}.preisliste-block+.preisliste-block{margin-top:var(--space-lg)}.preisliste-label{text-transform:uppercase;letter-spacing:1.5px;color:var(--color-secondary);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.preisliste-block h3{margin-bottom:var(--space-sm);font-size:1.4rem}.preis-table{border-collapse:collapse;width:100%;font-size:.97rem}.preis-table thead th{background-color:var(--color-primary);color:var(--color-white);text-align:left;font-family:var(--font-body);letter-spacing:.5px;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.preis-table thead th:not(:first-child){text-align:right;white-space:nowrap}.preis-table tbody tr{border-bottom:1px solid var(--color-bg-alt);transition:background .15s}.preis-table tbody tr:last-child{border-bottom:none}.preis-table tbody tr:hover{background-color:#c2a46d12}.preis-table td{color:var(--color-text-main);vertical-align:middle;padding:.85rem 1rem}.preis-table td:not(:first-child){text-align:right;white-space:nowrap;color:var(--color-primary);font-weight:500}.preis-table-wrap{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:auto hidden}@media (width<=560px){.preis-table thead{display:none}.preis-table,.preis-table tbody,.preis-table tr,.preis-table td{width:100%;display:block}.preis-table tbody tr{flex-direction:column;gap:.35rem;padding:.75rem 1rem;display:flex}.preis-table td{white-space:normal;padding:0;text-align:left!important}.preis-table td:first-child{color:var(--color-primary);font-weight:600}.preis-table td:not(:first-child):before{content:attr(data-label) ": ";text-transform:uppercase;letter-spacing:.5px;color:var(--color-secondary);margin-bottom:.1rem;font-size:.78rem;font-weight:700;display:block}.preis-table td:not(:first-child){font-size:.95rem;color:var(--color-text-muted)!important}}.preisliste-hinweis{color:var(--color-text-muted);margin-top:.75rem;margin-bottom:0;font-size:.85rem}.lokal-banner{background-color:var(--color-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-md);grid-template-columns:1fr 1fr;align-items:stretch;display:grid;overflow:hidden}.lokal-text{padding:var(--space-xl) var(--space-lg);color:var(--color-white)}.lokal-text h2{color:var(--color-secondary)}.lokal-text p{color:#ffffffd9}.lokal-img{background-image:url(/img/crazyhorse_schnitzel.webp);background-position:50%;background-size:cover;min-height:300px}@media (width<=768px){.lokal-banner{grid-template-columns:1fr}.lokal-img{min-height:220px}.lokal-text{padding:var(--space-md)}}.mitglied-cta{background-color:var(--color-bg-alt);border-radius:var(--radius-md);padding:var(--space-lg) var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.mitglied-cta h2{margin-bottom:.5rem}.mitglied-cta p{max-width:500px;margin:0}@media (width<=768px){.mitglied-cta{text-align:center;padding:var(--space-md);flex-direction:column}}.stats-bar{background-color:var(--color-bg-alt);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-top:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1px;display:grid;overflow:hidden}.stat-item{background:var(--color-white);padding:var(--space-md) var(--space-sm);text-align:center}.stat-value{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:.4rem;font-size:2rem;font-weight:700;line-height:1}.stat-value span{color:var(--color-secondary);font-size:1.1rem}.stat-label{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.8rem;font-weight:600}.anlage-grid{gap:var(--space-xl);margin-top:var(--space-lg);grid-template-columns:1fr;display:grid}.anlage-row{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.anlage-row.flip{direction:rtl}.anlage-row.flip>*{direction:ltr}@media (width<=768px){.anlage-row,.anlage-row.flip{gap:var(--space-md);direction:ltr;grid-template-columns:1fr}}.anlage-img img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);aspect-ratio:4/3;object-fit:cover}.anlage-text .anlage-badge{background-color:var(--color-bg-alt);color:var(--color-secondary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:var(--space-sm);border-radius:2rem;padding:.3rem .8rem;font-size:.78rem;font-weight:700;display:inline-block}.anlage-text h2{margin-bottom:var(--space-sm);font-size:clamp(1.6rem,2.5vw,2.2rem)}.anlage-text p{font-size:1rem;line-height:1.8}.anlage-text .masse-tag{background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-sm);margin-top:var(--space-sm);align-items:center;gap:.4rem;padding:.35rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.ausstattung-grid{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.ausstattung-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-sm);transition:var(--transition);border-top:3px solid var(--color-secondary)}.ausstattung-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.ausstattung-icon{background:var(--color-bg-main);width:46px;height:46px;color:var(--color-primary);margin-bottom:var(--space-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.ausstattung-card h3{margin-bottom:.35rem;font-size:1.05rem}.ausstattung-card p{margin:0;font-size:.9rem}.lage-banner{background:linear-gradient(135deg, var(--color-primary) 0%, #1a3328 100%);border-radius:var(--radius-md);padding:var(--space-xl) var(--space-lg);gap:var(--space-lg);color:var(--color-white);grid-template-columns:1fr auto;align-items:center;display:grid}.lage-banner h2{color:var(--color-secondary);margin-bottom:var(--space-sm)}.lage-banner p{color:#ffffffd9;max-width:580px;margin:0}@media (width<=640px){.lage-banner{text-align:center;padding:var(--space-md);grid-template-columns:1fr}.lage-banner .btn{margin:0 auto}}.legal-hero{background-color:var(--color-primary);padding:calc(var(--space-xl) + 4rem) 0 var(--space-xl)}.legal-hero h1{color:var(--color-white);margin:0;font-size:clamp(2rem,4vw,3rem)}.legal-hero p{color:#ffffffb3;margin:.5rem 0 0;font-size:.95rem}.legal-content{max-width:760px;padding:var(--space-xl) 0 var(--space-xl)}.legal-content h2{color:var(--color-primary);margin-top:var(--space-lg);border-bottom:1px solid var(--color-bg-alt);margin-bottom:.5rem;padding-bottom:.4rem;font-size:1.15rem}.legal-content h2:first-of-type{margin-top:0}.legal-content p{color:var(--color-text-muted);margin:0;line-height:1.8}.legal-content a{color:var(--color-primary);font-weight:500}.legal-content a:hover{color:var(--color-secondary)}.blueberry-attribution{margin-top:var(--space-xl);padding-top:var(--space-md);border-top:1px solid var(--color-bg-alt)}.blueberry-attribution a{background-color:var(--color-primary);border-radius:var(--radius-sm);transition:var(--transition);box-shadow:var(--shadow-sm);align-items:center;gap:.75rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex;color:var(--color-white)!important}.blueberry-attribution a:hover{background-color:var(--color-secondary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.blueberry-attribution img{width:auto;height:18px}.kontakt-grid{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:1fr;display:grid}@media (width>=768px){.kontakt-grid{grid-template-columns:1fr 1fr}}.kontakt-card{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-sm);gap:var(--space-sm);flex-direction:column;display:flex}.kontakt-card-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.kontakt-card-icon{background-color:var(--color-bg-main);width:52px;height:52px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.kontakt-card h2{margin:0;font-size:1.3rem}.kontakt-card-label{text-transform:uppercase;letter-spacing:1px;color:var(--color-secondary);margin-bottom:.15rem;font-size:.78rem;font-weight:700}.kontakt-row{flex-direction:column;gap:.2rem;display:flex}.kontakt-row p{color:var(--color-text-main);margin:0;font-size:1rem}.kontakt-link{color:var(--color-primary);transition:var(--transition);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;display:inline-flex}.kontakt-link:hover{color:var(--color-secondary)}.kontakt-divider{background:var(--color-bg-alt);border:none;height:1px;margin:.25rem 0}.reitschule-badge{background-color:var(--color-bg-alt);color:var(--color-primary);letter-spacing:.5px;border-radius:2rem;margin-bottom:.25rem;padding:.25rem .75rem;font-size:.78rem;font-weight:600;display:inline-block}.oeffnungszeiten-row{border-bottom:1px solid var(--color-bg-alt);color:var(--color-text-main);justify-content:space-between;padding:.35rem 0;font-size:.95rem;display:flex}.oeffnungszeiten-row:last-child{border-bottom:none}.oeffnungszeiten-row span:last-child{color:var(--color-text-muted);font-weight:500}.map-section{margin-top:var(--space-xl)}.map-section h2{margin-bottom:var(--space-md);font-size:1.6rem}.map-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:16/9;width:100%;min-height:280px;overflow:hidden}.map-wrapper iframe{border:0;width:100%;height:100%;display:block}@media (width<=600px){.map-wrapper{aspect-ratio:4/3}}
