:root{--bg:#fff;--bg-alt:#f5f5f5;--text:rgb(18, 20, 24);--text-muted:#666;--theme:#EFBF04;--accent:#f5f5f5;--shadow:rgba(0, 0, 0, 0.12);--ease:cubic-bezier(0.19, 1, 0.22, 1);--font:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background-color:var(--bg);color:var(--text);font-size:16px;line-height:1.6;max-width:1440px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}main{flex:1}.wrap{max-width:1024px;padding:0 1.5rem;margin:0 auto}.mt{margin-top:4rem}.pt{padding-top:3rem}.nav{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--accent)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.nav__brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;transition:color .2s}.nav__brand:hover{color:var(--theme)}.nav__logo{height:4rem;width:auto;padding:.25rem 0;margin:0}.nav__toggle{display:none;background:0 0;border:none;cursor:pointer;width:2rem;height:2rem;position:relative}@media(max-width:42rem){.nav__toggle{display:grid;align-items:center}}.nav__bar{display:block;width:100%;height:2px;background:var(--text);border-radius:2px;position:relative;transition:background .3s}.nav__bar::before,.nav__bar::after{content:'';position:absolute;width:100%;height:2px;background:var(--text);border-radius:2px;left:0;transition:transform .3s}.nav__bar::before{top:-7px}.nav__bar::after{top:7px}.nav__toggle--open .nav__bar{background:0 0}.nav__toggle--open .nav__bar::before{transform:rotate(45deg)translate(5px,5px)}.nav__toggle--open .nav__bar::after{transform:rotate(-45deg)translate(5px,-5px)}.nav__menu{display:flex;gap:2rem}@media(max-width:42rem){.nav__menu{display:none;position:absolute;top:4rem;left:0;right:0;background:var(--bg);flex-direction:column;padding:1rem 1.5rem 2rem;gap:0;border-bottom:1px solid var(--accent);box-shadow:0 1rem 3rem var(--shadow)}.nav__menu--open{display:flex}.nav__menu a{padding:.75rem 0;border-bottom:1px solid var(--accent)}}.nav__link{font-weight:500;font-size:.95rem;transition:color .2s;position:relative}.nav__link:hover,.nav__link--active{color:var(--theme)}.nav__link--active::after{content:'';position:absolute;bottom:-1.2rem;left:0;right:0;height:2px;background:var(--theme)}@media(max-width:42rem){.nav__link--active::after{display:none}}.hero-image{width:100%;overflow:hidden}.hero-image__img{width:100%;height:auto;display:block;object-fit:cover;max-height:70vh;border:1.5pt solid #000}.landing-text{padding-top:3rem;padding-bottom:3rem}.landing-text__box{background:var(--bg-alt);border-left:4px solid var(--theme);padding:2rem 2.5rem;border-radius:.25rem;font-size:1.1rem;line-height:1.75;color:var(--text)}.landing-text__box p{margin-bottom:.75rem}.landing-text__box p:last-child{margin-bottom:0}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--theme);display:inline-block}.page-title{font-size:2rem;font-weight:800;margin-bottom:1.5rem}.section-divider{border:none;border-top:1px solid #d3d3d3;margin:2.5rem 0 2rem}.title-divider{width:100vw;margin-left:calc(-50vw + 50%);margin-bottom:2rem}.title-divider__gold-top,.title-divider__gold-bottom{height:5px;background:#efbf04}.title-divider__black{height:20px;background:#000}.title-divider__red{height:20px;background:red}.aktuelles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}@media(max-width:64rem){.aktuelles-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:42rem){.aktuelles-grid{grid-template-columns:1fr}}.aktuelles-card{background:var(--bg);border-radius:.5rem;overflow:hidden;box-shadow:0 .25rem 1.5rem var(--shadow);transition:box-shadow .3s var(--ease),transform .3s var(--ease)}.aktuelles-card:hover{box-shadow:0 .75rem 3rem rgba(0,0,0,.18);transform:translateY(-3px)}.aktuelles-card a{display:flex;flex-direction:column;height:100%}.aktuelles-card__image{width:100%;height:12rem;overflow:hidden}.aktuelles-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.aktuelles-card:hover .aktuelles-card__image img{transform:scale(1.05)}.aktuelles-card__body{padding:1.25rem;flex:1}.aktuelles-card__date{display:block;font-size:.8rem;color:var(--theme);font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.aktuelles-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.aktuelles-card__excerpt{font-size:.85rem;color:var(--text-muted);line-height:1.5}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.5rem;margin-bottom:2rem}.article-card{background:var(--bg);border-radius:.5rem;overflow:hidden;box-shadow:0 .25rem 1.5rem var(--shadow);transition:box-shadow .3s var(--ease),transform .3s var(--ease)}.article-card:hover{box-shadow:0 .75rem 3rem rgba(0,0,0,.18);transform:translateY(-3px)}.article-card a{display:block}.article-card__meta{padding:1.25rem}.article-card__date{display:block;font-size:.8rem;color:var(--theme);font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.article-card__title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.article-card__excerpt{font-size:.9rem;color:var(--text-muted);line-height:1.5}.btn{display:inline-block;padding:.6rem 1.5rem;background:var(--theme);color:#fff;font-weight:600;border-radius:.3rem;transition:opacity .2s;margin-top:.5rem}.btn:hover{opacity:.85}.btn--outline{background:0 0;color:var(--text);border:2px solid var(--theme)}.btn--outline:hover{background:var(--theme);color:#fff}.btn-group{display:flex;gap:1rem;flex-wrap:wrap}.post{max-width:840px;margin:0 auto}.post__date{color:var(--theme);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.post__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:.5rem 0 2rem;letter-spacing:-.02em;line-height:1.2}.post__body{font-size:1.05rem;line-height:1.75}.post__body h2,.post__body h3,.post__body h4{margin:2rem 0 .75rem;font-weight:700}.post__body h2{font-size:1.5rem}.post__body h3{font-size:1.25rem}.post__body p{margin-bottom:1rem}.post__body a{color:var(--theme);text-decoration:underline}.post__body a:hover{opacity:.8}.post__body ul,.post__body ol{padding-left:1.5rem;margin-bottom:1rem}.post__body blockquote{border-left:3px solid var(--theme);padding-left:1rem;margin:1.5rem 0;font-style:italic;opacity:.85}.post__body img{border-radius:.5rem;margin:1.5rem 0;box-shadow:0 .5rem 2rem var(--shadow)}.post__back{display:inline-block;margin-top:3rem;padding:.5rem 0;color:var(--theme);font-weight:600;transition:opacity .2s}.post__back:hover{opacity:.7}.faq{margin:1.5rem 0}.faq__item{border-bottom:1px solid #d3d3d3}.faq__item summary{padding:1rem 0;font-weight:700;cursor:pointer;list-style:none;display:flex;align-items:baseline;gap:.75rem}.faq__item summary::before{content:'+';font-size:1.25rem;font-weight:700;color:var(--theme);flex-shrink:0;transition:transform .2s}.faq__item summary:hover{color:var(--theme)}.faq__item[open] summary::before{content:'\2212'}.faq__item p{padding:0 0 1rem 1.75rem;color:var(--text-muted);line-height:1.7}.eckdaten-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.eckdaten-table th,.eckdaten-table td{padding:.75rem 1rem;border-bottom:1px solid #d3d3d3;text-align:left;vertical-align:top}.eckdaten-table th{width:35%;font-weight:700}.eckdaten-table td{color:var(--text-muted)}.farben-bands{display:flex;gap:1rem;margin-top:.5rem}.farben-band{width:8rem;overflow:hidden}.farben-band__gold{height:5px;background:#efbf04}.farben-band__black{height:20px;background:#000}.farben-band__red{height:20px;background:red}.kontakt-image{display:block;width:60%;height:auto;border:1.5pt solid #000;margin:1.5rem 0}.contact-info{margin:2rem 0}.contact-info dt{font-weight:700;margin-top:1rem}.contact-info dd{color:var(--text-muted);margin-left:0}.subnav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}@media(max-width:42rem){.subnav-grid{grid-template-columns:1fr}}.aktuelles-card__image--tall{height:18rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:2rem 0}.pagination__link{font-weight:600;color:var(--theme);transition:opacity .2s}.pagination__link:hover{opacity:.7}.pagination__info{font-size:.9rem;color:var(--text-muted)}.slideshow{position:relative;overflow:hidden;border-radius:.5rem;box-shadow:0 .5rem 2rem var(--shadow);margin-bottom:2rem}.slideshow__track{display:flex;transition:transform .6s var(--ease)}.slideshow__slide{min-width:100%;flex-shrink:0}.slideshow__slide img{width:100%;height:28rem;object-fit:cover;display:block;margin:0;border-radius:0;box-shadow:none}@media(max-width:42rem){.slideshow__slide img{height:18rem}}.slideshow__btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.45);color:#fff;border:none;font-size:1.5rem;padding:.75rem 1rem;cursor:pointer;transition:background .2s;z-index:2}.slideshow__btn:hover{background:rgba(0,0,0,.7)}.slideshow__btn--prev{left:0;border-radius:0 .25rem .25rem 0}.slideshow__btn--next{right:0;border-radius:.25rem 0 0 .25rem}.slideshow__dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}.slideshow__dot{width:.75rem;height:.75rem;border-radius:50%;border:2px solid #fff;background:0 0;cursor:pointer;transition:background .2s}.slideshow__dot--active{background:var(--theme);border-color:var(--theme)}.slideshow__dot:hover{background:rgba(255,255,255,.6)}.zigzag{margin:2rem 0}.zigzag__row{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem}.zigzag__row--reverse{flex-direction:row-reverse}@media(max-width:42rem){.zigzag__row{flex-direction:column}.zigzag__row--reverse{flex-direction:column}}.zigzag__image{flex:0 0 45%}.zigzag__image img{width:100%;height:auto;object-fit:cover;border-radius:.5rem;box-shadow:0 .25rem 1.5rem var(--shadow);display:block;margin:0}.zigzag__text{flex:1;font-size:1.05rem;line-height:1.75;color:var(--text)}.zigzag__text p{margin-bottom:.75rem}.zigzag__text p:last-child{margin-bottom:0}.lightbox{display:none;position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.9);align-items:center;justify-content:center}.lightbox--open{display:flex}.lightbox__img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:.25rem}.lightbox__close{position:absolute;top:1rem;right:1.5rem;background:0 0;border:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;transition:opacity .2s}.lightbox__close:hover{opacity:.7}.lightbox__btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);color:#fff;border:none;font-size:2rem;padding:1rem 1.25rem;cursor:pointer;transition:background .2s}.lightbox__btn:hover{background:rgba(255,255,255,.3)}.lightbox__btn--prev{left:1rem;border-radius:.25rem}.lightbox__btn--next{right:1rem;border-radius:.25rem}.footer{padding:2rem 0;text-align:center;margin-top:4rem;border-top:1px solid var(--accent)}.footer p{font-size:.85rem;color:var(--text-muted)}