:root{--ffw-red: #d0142c;--ffw-red-dark: #a81023;--ffw-red-light: #e01a36;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius: .5rem;--header-height: 4.5rem;--nav-offset: 8.5rem}*,*:before,*:after{box-sizing:border-box}html{scrollbar-gutter:stable}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:var(--gray-50);color:var(--gray-800);line-height:1.5}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,p{margin:0}ul,ol{margin:0;padding:0}.hidden{display:none!important}.flex{display:flex}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.site-wrapper{max-width:72rem;margin:0 auto;padding:0 1rem}.page-content{max-width:72rem;margin:0 auto;padding:1.25rem 1rem}.site-header{position:sticky;top:0;z-index:50;background-color:var(--ffw-red);color:#fff;box-shadow:var(--shadow-lg)}.site-header__inner{max-width:72rem;margin:0 auto;padding:.5rem 1rem}.site-header__bar{display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#fff;transition:opacity .2s}.site-header__logo:hover{opacity:.8}.site-header__logo-img{height:3rem;width:auto;object-fit:contain}.site-header__name{font-size:1.5rem;font-weight:700}.site-nav{display:none;gap:1.5rem;align-items:center}@media(min-width:1024px){.site-nav{display:flex}}.site-nav a{color:#fff;text-decoration:none;transition:opacity .2s}.site-nav a:hover{opacity:.8}.mobile-menu-btn{display:flex;background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;line-height:0}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0 .5rem}@media(min-width:1024px){.mobile-menu{display:none!important}}.mobile-menu a{color:#fff;text-decoration:none;transition:opacity .2s}.mobile-menu a:hover{opacity:.8}.site-footer{background:var(--gray-800);color:#fff;margin-top:1.25rem}.site-footer__inner{max-width:72rem;margin:0 auto;padding:1.5rem 1rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:repeat(3,1fr)}}.site-footer__heading{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.site-footer p,.site-footer address{color:var(--gray-400);font-style:normal;margin-bottom:.25rem}.site-footer__links{display:flex;flex-direction:column;gap:.5rem}.site-footer__links a{color:var(--gray-400);text-decoration:none;transition:color .15s}.site-footer__links a:hover{color:#fff}.site-footer__bottom{border-top:1px solid var(--gray-700);margin-top:1rem;padding-top:1rem;text-align:center;color:var(--gray-400)}.page-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.section-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem}.section-subtitle{font-size:1.125rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.text-meta{font-size:.875rem;color:var(--gray-500);display:block;margin-bottom:.25rem}.text-muted{color:var(--gray-600)}.text-red{color:var(--ffw-red)}.text-small{font-size:.875rem}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);padding:.75rem;margin-bottom:.75rem}.section-nav{position:sticky;top:var(--header-height);z-index:10;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.section-nav::-webkit-scrollbar{height:8px}.section-nav::-webkit-scrollbar-track{background:transparent}.section-nav::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:10px}.section-nav::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}.section-nav__inner{display:flex;gap:.48rem;padding:.5rem;width:100%;min-width:max-content;box-sizing:border-box;background:#f3f4f6e6;backdrop-filter:blur(4px);box-shadow:var(--shadow-md);border-radius:var(--radius)}.section-nav__link{padding:.5rem 1rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;white-space:nowrap;text-decoration:none;color:var(--ffw-red);transition:background .15s}.section-nav__link:hover{background:#fee2e2}.section-anchor{scroll-margin-top:var(--nav-offset)}.section-anchor--header{scroll-margin-top:var(--header-height)}.accent-border{border-left:4px solid var(--ffw-red);padding-left:1rem;margin-bottom:1rem}.grid-2col{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.grid-2col{grid-template-columns:repeat(2,1fr)}}.grid-3col{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.grid-3col{grid-template-columns:repeat(3,1fr)}}.grid-4col{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:768px){.grid-4col{grid-template-columns:repeat(4,1fr)}}.grid-cards{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:768px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-cards{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.grid-cards{grid-template-columns:repeat(4,1fr)}}.grid-gap-lg{gap:1rem}.content-card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.content-card:hover{box-shadow:var(--shadow-lg)}.content-card__image{width:100%;height:9rem;object-fit:cover;display:block}.content-card__image--placeholder{object-fit:contain;background:#fff;padding:1rem}.content-card__placeholder{width:100%;height:9rem;background:var(--gray-200);display:flex;align-items:center;justify-content:center;color:var(--gray-400)}.content-card__body{padding:.75rem;flex:1;display:flex;flex-direction:column}.content-card__title{font-size:1rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem;text-decoration:none;display:block;transition:color .15s}.content-card__title:hover{color:var(--ffw-red)}.content-card__excerpt{color:var(--gray-600);margin-bottom:.75rem;flex:1}.link-more{color:var(--ffw-red);font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:opacity .15s}.link-more:hover{opacity:.8}.link-back{display:inline-flex;align-items:center;color:var(--ffw-red);font-weight:600;text-decoration:none;transition:opacity .15s}.link-back:hover{opacity:.8}.link-red{color:var(--ffw-red);font-weight:600;text-decoration:none;transition:opacity .15s}.link-red:hover{opacity:.8}.event-item{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1rem;border-left:4px solid var(--ffw-red);margin-bottom:.75rem}.event-item__date{font-size:.875rem;font-weight:600;color:var(--ffw-red);margin-bottom:.25rem}.event-item__title{font-size:1.125rem;font-weight:700;color:var(--gray-800);margin-bottom:.25rem}.event-item__desc{color:var(--gray-700);margin-bottom:.25rem}.event-item__location{font-size:.875rem;color:var(--gray-600)}.article{max-width:56rem;margin:0 auto;padding:1.25rem 1rem}.article__nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.article__nav-side{flex:1}.article__nav-side--right{text-align:right}.article__nav-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--gray-600);text-decoration:none;transition:color .15s}.article__nav-link:hover{color:var(--ffw-red)}.article__nav-link svg{flex-shrink:0;transition:transform .15s}.article__nav-link--prev:hover svg{transform:translate(-4px)}.article__nav-link--next:hover svg{transform:translate(4px)}.article__nav-label{font-size:.75rem;color:var(--gray-500);display:block}.article__nav-title{font-weight:600;font-size:.875rem}.article__date{font-size:.875rem;color:var(--ffw-red);font-weight:600;display:block;margin-bottom:.5rem}.article__title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem}.article__footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--gray-200);clear:both}.article-images{float:right;margin:0 0 1rem 1.5rem;max-width:300px;overflow:hidden;border-radius:var(--radius)}.article-image{width:100%;display:block;margin-bottom:.5rem;transition:transform .3s ease-in-out;cursor:pointer}.article-image:hover{transform:scale(1.05)}.article-image:last-child{margin-bottom:0}@media(max-width:688px){.article-images{float:none;max-width:100%;margin:1rem 0}}.article-videos{clear:both;margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.article-video{width:100%;border-radius:var(--radius);display:block;background:#000}.download-link{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid var(--gray-200);border-radius:var(--radius);text-decoration:none;transition:border-color .15s}.download-link:hover{border-color:var(--ffw-red)}.download-link__icon{flex-shrink:0;width:3rem;height:3rem;border-radius:var(--radius);background:var(--ffw-red);display:flex;align-items:center;justify-content:center;color:#fff}.download-link__body{flex:1}.download-link__title{font-weight:700;color:var(--gray-800);display:block;transition:color .15s}.download-link:hover .download-link__title{color:var(--ffw-red)}.download-link__subtitle{font-size:.875rem;color:var(--gray-600)}.download-link__arrow{color:var(--gray-400);line-height:0;transition:color .15s}.download-link:hover .download-link__arrow{color:var(--ffw-red)}.stat-card{text-align:center;padding:1rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-radius:var(--radius)}.stat-card__number{font-size:1.75rem;font-weight:700;display:block}.stat-card__label{font-size:1rem}.modal{position:fixed;inset:0;background:#000000e6;z-index:50;align-items:center;justify-content:center}.modal__inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none}.modal__close,.modal__carousel-wrap,.modal__image-wrap{pointer-events:auto}.modal__close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;border-radius:50%;padding:.75rem;cursor:pointer;box-shadow:var(--shadow-lg);color:var(--ffw-red);z-index:10;line-height:0;transition:background .15s}.modal__close:hover{background:#fff}.modal__image-wrap{max-width:72rem;max-height:100%}.modal__image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:var(--radius)}.modal__carousel-wrap{position:relative;width:100%;max-width:72rem;aspect-ratio:16 / 9}.modal__carousel-viewport{position:relative;width:100%;height:100%;border-radius:var(--radius);overflow:hidden}.modal__carousel-track{display:flex;height:100%;transition:transform .5s ease-in-out}.modal-carousel-dot{width:.75rem;height:.75rem;border-radius:50%;border:none;background:var(--gray-300);cursor:pointer;padding:0;transition:background .15s}.modal__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.modal-carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.modal-carousel-slide img{max-width:100%;max-height:100%;object-fit:contain}.carousel{position:relative;margin-bottom:1rem}.carousel__viewport{position:relative;aspect-ratio:16 / 9;background:var(--gray-100);border-radius:var(--radius);overflow:hidden}.carousel__track{display:flex;height:100%;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;height:100%}.carousel-slide img{width:100%;height:100%;object-fit:contain}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;padding:.75rem;cursor:pointer;box-shadow:var(--shadow-lg);color:var(--ffw-red);line-height:0;transition:background .15s}.carousel__btn:hover{background:#fff}.carousel__btn--prev{left:1rem}.carousel__btn--next{right:1rem}.carousel__counter{position:absolute;bottom:1rem;right:1rem;background:#000000b3;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}.hero{background-color:var(--ffw-red);color:#fff;padding:1rem 0}@media(min-width:1024px){.hero{padding:0}}.hero__inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem}@media(min-width:1024px){.hero__inner{flex-direction:row;gap:1.5rem}}.hero__text{flex:1;text-align:center}@media(min-width:1024px){.hero__text{text-align:left}}.hero__title-large{font-size:1.75rem;font-weight:700;display:block}.hero__title-small{font-size:1.25rem;font-weight:700;display:block}@media(min-width:1024px){.hero__title-large{font-size:2rem}.hero__title-small{font-size:1.5rem}}.hero__logo{width:200px;max-width:none;height:auto;display:block;flex-shrink:0}.hero__banner{flex-shrink:0;width:100%}@media(min-width:1024px){.hero__banner{width:auto}}.hero__banner img{width:100%;object-fit:contain}@media(min-width:1024px){.hero__banner img{height:16rem;width:auto}}.hero__motto{flex:1;text-align:center}.hero__motto p{margin:0;font-size:1.75rem;font-weight:700;text-shadow:0 0 30px rgba(255,215,0,1),0 0 50px rgba(255,200,0,.9),0 0 70px rgba(255,180,0,.7)}@media(min-width:1024px){.hero__motto p{font-size:1.5rem}}.aktuelles-layout{display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){.aktuelles-layout{flex-direction:row}}.aktuelles-layout__content{flex:1}.aktuelles-layout__image-col{flex-shrink:0;padding:.5rem}@media(min-width:1024px){.aktuelles-layout__image-col{width:33%}}.aktuelles-image{width:100%;height:auto;border-radius:var(--radius);box-shadow:var(--shadow-md);cursor:pointer;transition:transform .2s}.aktuelles-image:hover{transform:scale(1.05)}.aktuelles-date{font-size:.875rem;font-weight:600;color:var(--ffw-red);margin-bottom:.5rem;display:block}.notruf{background:var(--ffw-red);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.25rem;margin-bottom:1.25rem}.notruf__title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.notruf__label{font-size:1rem;margin-bottom:.5rem}.notruf__number{font-size:2.25rem;font-weight:700}.officers-box{background:#fef2f2;padding:1rem;border-radius:var(--radius);margin-bottom:1.25rem}.officers-box__title{font-size:1rem;font-weight:700;color:#991b1b;margin-bottom:.75rem}.chron-shell{display:flex;flex-direction:column;gap:.75rem}.chron-rail-wrap{overflow-x:auto;padding:.25rem 0 .625rem;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.chron-rail-wrap::-webkit-scrollbar{height:6px}.chron-rail-wrap::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:6px}.chron-rail{position:relative;display:flex;align-items:flex-start;min-width:max-content;padding:1.5rem .5rem .25rem}.chron-rail:before{content:"";position:absolute;top:1.5rem;left:0;right:0;height:2px;background:var(--gray-200)}.chron-node{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:0 .6rem;background:none;border:none;cursor:pointer}.chron-node__dot{width:.65rem;height:.65rem;border-radius:50%;background:var(--gray-300);border:2px solid #fff;box-shadow:0 0 0 1.5px var(--gray-300);transition:background .2s,box-shadow .2s,transform .2s}.chron-node__label{font-size:.65rem;font-weight:600;color:var(--gray-400);white-space:nowrap;transition:color .2s}.chron-node.chron-active .chron-node__dot{background:var(--ffw-red);border-color:#fff;box-shadow:0 0 0 2px var(--ffw-red);transform:scale(1.6)}.chron-node.chron-active .chron-node__label{color:var(--ffw-red);font-weight:700}.chron-node:not(.chron-active):hover .chron-node__dot{background:var(--gray-400);box-shadow:0 0 0 1.5px var(--gray-400)}.chron-node:not(.chron-active):hover .chron-node__label{color:var(--gray-600)}.chron-pane{position:relative;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem 1rem 1rem 5.5rem;min-height:8rem;overflow:hidden;transition:opacity .2s}.chron-pane__bg-year{position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);font-size:4.5rem;font-weight:900;color:var(--gray-200);line-height:1;user-select:none;pointer-events:none;white-space:nowrap;z-index:0}.chron-pane__scroll{max-height:13rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent;position:relative;z-index:1}.chron-pane h3{display:none}.chron-pane p{color:var(--gray-700);font-size:.875rem;line-height:1.6;margin-bottom:.4rem}.chron-pane p:last-child{margin-bottom:0}.chron-pane p.tl-label{font-weight:600;color:var(--gray-800)}.chron-pane ul{list-style:disc;padding-left:1.25rem;color:var(--gray-700);font-size:.875rem;margin-bottom:.4rem}.chron-pane li{margin-bottom:.2rem}.protocol-box{margin-top:1.5rem;padding:1rem;background:#fffbeb;border-left:4px solid #d97706;border-radius:var(--radius)}.protocol-box__title{font-size:1.25rem;font-weight:700;color:#78350f;margin-bottom:.75rem}.history-list{display:flex;flex-direction:column}.history-item{display:flex;align-items:flex-start;border-left:4px solid var(--gray-300);padding:.75rem 0 .75rem 1.5rem}.history-item--current{border-left-color:var(--ffw-red)}.history-item__years{flex-shrink:0;width:8rem;font-weight:700;color:var(--gray-800)}.history-item__name{color:var(--gray-700)}.vehicle-info{background:var(--gray-50);border-radius:var(--radius);padding:1rem}.vehicle-info__grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}@media(min-width:768px){.vehicle-info__grid{grid-template-columns:repeat(2,1fr)}}.vehicle-info p{margin-bottom:.25rem;font-size:.875rem;color:var(--gray-600)}.vehicle-info__equip-title{font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.vehicle-info ul{list-style:disc;padding-left:1.25rem;margin-bottom:.75rem}.vehicle-info li{font-size:.875rem;color:var(--gray-600);margin-bottom:.25rem}.vehicle-image{width:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .2s;display:block}.vehicle-image:hover{transform:scale(1.05)}.link-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.link-list a{display:flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none}.link-list a:hover{color:#1e40af;text-decoration:underline}.prose-content{overflow:auto}.prose-content h2{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-top:1rem;margin-bottom:.5rem}.prose-content h3{font-size:1.125rem;font-weight:700;color:var(--gray-800);margin-top:.75rem;margin-bottom:.5rem}.prose-content p{color:var(--gray-700);margin-bottom:.75rem;line-height:1.65}.prose-content ul{list-style-type:disc;color:var(--gray-700);margin-bottom:.75rem;margin-left:1.5rem}.prose-content ol{list-style-type:decimal;color:var(--gray-700);margin-bottom:.75rem;margin-left:1.5rem}.prose-content li{margin-bottom:.25rem}.prose-content strong{font-weight:600;color:var(--gray-800)}.prose-content a{color:#dc2626;font-weight:600;text-decoration:none}.prose-content a:hover{color:#991b1b}.prose-content img{cursor:pointer;transition:box-shadow .3s ease-in-out,filter .3s ease-in-out}.prose-content img:hover{box-shadow:0 8px 24px #00000040;filter:brightness(1.04)}
