@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap";@import"https://unpkg.com/leaflet@1.9.4/dist/leaflet.css";@font-face{font-family:Dharma Gothic E;src:url(/fonts/DharmaGothicE-Thin.woff2) format("woff2"),url(/fonts/DharmaGothicE-Thin.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Dharma Gothic E;src:url(/fonts/DharmaGothicE-Light.woff2) format("woff2"),url(/fonts/DharmaGothicE-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Dharma Gothic E;src:url(/fonts/DharmaGothicE-Regular.woff2) format("woff2"),url(/fonts/DharmaGothicE-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Dharma Gothic E;src:url(/fonts/DharmaGothicE-Bold.woff2) format("woff2"),url(/fonts/DharmaGothicE-Bold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Dharma Gothic E;src:url(/fonts/DharmaGothicE-Bold.woff2) format("woff2"),url(/fonts/DharmaGothicE-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Dharma Gothic E;src:url(/fonts/DharmaGothicE-BoldItalic.woff2) format("woff2"),url(/fonts/DharmaGothicE-BoldItalic.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Dharma Gothic E;src:url(/fonts/DharmaGothicE-ExBold.woff2) format("woff2"),url(/fonts/DharmaGothicE-ExBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Dharma Gothic E;src:url(/fonts/DharmaGothicE-ExBoldItalic.woff2) format("woff2"),url(/fonts/DharmaGothicE-ExBoldItalic.woff) format("woff");font-weight:800;font-style:italic;font-display:swap}*{box-sizing:border-box}img,video,iframe,embed,object{max-width:100%;height:auto}html{height:100%;max-width:100vw;overflow-x:hidden;overflow-y:scroll}body{min-height:100%;max-width:100vw;display:flex;flex-direction:column;margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-y:visible}#root{display:flex;flex-direction:column;min-height:100vh;max-width:100vw;overflow-x:hidden;overflow-y:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0}hr{border:0;border-top:1px solid color-mix(in oklab,#fff 10%,transparent)}main{flex:1 0 auto;padding:2rem;overflow:visible}@media (max-width: 425px){main{padding:0}}:root{--rfj-blue: #003D6A;--rfj-red: #CD1423;--rfj-blue-15: #EBF5FF;--rfj-blue-30: #89C8FF;--rfj-blue-45: #279AFF;--rfj-blue-60: #0068C4;--rfj-blue-75: #003462;--rfj-blue-90: #001A31;--rfj-red-15: #FDEBED;--rfj-red-30: #F29295;--rfj-red-45: #EC393E;--rfj-red-60: #B21919;--rfj-red-75: #571113;--rfj-red-90: #280D0F;--rfj-lightblue: #1BA2DD;--rfj-anthra: #1A1A1A;--rfj-gold: #F0B323;--rfj-anthra-15: color-mix(in oklab, #1A1A1A 15%, white);--rfj-anthra-30: color-mix(in oklab, #1A1A1A 30%, white);--rfj-anthra-45: color-mix(in oklab, #1A1A1A 45%, white);--rfj-anthra-60: color-mix(in oklab, #1A1A1A 60%, white);--rfj-anthra-75: color-mix(in oklab, #1A1A1A 75%, white);--rfj-anthra-90: color-mix(in oklab, #1A1A1A 90%, white);--bg: #ffffff;--text: var(--rfj-anthra);--muted: #ffffffcc;--brand: var(--rfj-blue);--accent: var(--rfj-red);--font-heading: "Dharma Gothic E";--font-body: "Source Sans Pro";--font-size-hauptueberschrift: 167px;--line-height-hauptueberschrift: 193px;--font-size-unterueberschrift: 60px;--line-height-unterueberschrift: 67px;--font-size-fliesstext: 29px;--line-height-fliesstext: 36px}.header{display:grid;grid-template-rows:auto auto;grid-template-columns:1fr;gap:.2rem;padding:.5rem;background-color:var(--rfj-blue);border-bottom:1px solid white;max-height:100px}.mobile-first-header{display:grid;grid-template-rows:auto auto;grid-template-columns:1fr;gap:.2rem;padding:.5rem;background-color:var(--rfj-blue);border-bottom:1px solid white;max-height:100px;position:relative}.logo-section{grid-column:1;grid-row:1;display:flex;align-items:center;gap:1rem;justify-self:start;padding:3px}.logo-graphic img{height:40px;width:auto;padding:4px}.logo-line-1{font-size:1.1rem;line-height:1.2}.logo-line-2{font-size:1.3rem;line-height:1.2;font-weight:700}.nav-section,.desktop-nav-container,.nav,.nav ul,.nav li,.nav a,.social-media{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;left:-9999px!important;top:-9999px!important;width:0!important;height:0!important;overflow:hidden!important}.burger-button,.mobile-menu-btn{display:flex!important;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1001;position:absolute;right:1rem;top:50%;transform:translateY(-50%);visibility:visible!important;opacity:1!important;pointer-events:auto!important}@media (min-width: 426px){.mobile-first-header .nav-section,.mobile-first-header .desktop-nav-container,.mobile-first-header .nav,.mobile-first-header .nav ul,.mobile-first-header .nav li,.mobile-first-header .nav a,.mobile-first-header .social-media,.mobile-first-header .social-icon{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;position:static!important;left:auto!important;top:auto!important;width:auto!important;height:auto!important;overflow:visible!important}.mobile-first-header .burger-button,.mobile-first-header .mobile-menu-btn{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.mobile-first-header{grid-template-rows:auto auto!important;padding:.5rem!important}}.mobile-first-header .mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-first-header .mobile-drawer{display:none;flex-direction:column;position:fixed;top:0;right:0;bottom:auto;width:280px;min-height:auto;max-height:100vh;background:var(--rfj-blue);z-index:1000;padding:1rem .85rem .85rem;box-shadow:-2px 0 8px #0000004d;animation:slideIn .3s ease;overflow-y:auto}.mobile-first-header.menu-open .mobile-overlay{display:block!important}.mobile-first-header.menu-open .mobile-drawer{display:flex!important}.mobile-first-header.menu-open .mobile-menu-btn,.mobile-first-header.menu-open .burger-button{display:none!important}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-first-header .mobile-drawer ul{list-style:none;padding:0;margin:0;flex:0 0 auto}.mobile-first-header .mobile-drawer li{margin-bottom:0}.mobile-first-header .mobile-drawer a{color:#fff;text-decoration:none;font-family:Source Sans Pro,sans-serif;font-weight:300;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease;padding:.5rem 0;position:relative;display:block}.mobile-first-header .mobile-drawer a:hover{font-weight:600}.mobile-first-header .close-button{align-self:flex-end;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;margin-bottom:.25rem;line-height:1;width:36px;height:36px;display:flex!important;align-items:center;justify-content:center;z-index:10}.mobile-first-header .close-button:hover{opacity:.8}.mobile-first-header .nav{display:flex;justify-content:center;flex:1}.mobile-first-header .nav ul{display:flex;gap:24px;margin:0;padding:0;list-style:none}.mobile-first-header .nav a{color:#fff;text-decoration:none;font-family:Source Sans Pro,sans-serif;font-weight:300;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease;padding:.5rem 0;position:relative}.mobile-first-header .nav a:hover{font-weight:600}.mobile-first-header .nav a.active{border-bottom:2px solid white;padding-bottom:.25rem}.mobile-first-header .social-media{display:flex;gap:1rem;justify-content:flex-end;align-items:center;padding-right:.25rem}.mobile-first-header .social-icon{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:opacity .2s ease}.mobile-first-header .social-icon:hover{opacity:.8}.mobile-first-header .social-icon.facebook{font-family:Arial,sans-serif;font-size:1.2rem}.mobile-first-header .social-icon.instagram{font-size:1.1rem}.nav a{color:#fff;text-decoration:none;font-family:Source Sans Pro,sans-serif;font-weight:300;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease;padding:.5rem 0;position:relative}.nav a:hover{font-weight:600}.nav a.active{border-bottom:2px solid white;padding-bottom:.25rem}.social-media{display:flex;gap:1rem;justify-content:flex-end;align-items:center;padding-right:.25rem}.social-icon{display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-weight:700;transition:all .2s ease}.social-icon.facebook{font-family:Arial,sans-serif;font-size:1.2rem}.social-icon.instagram{font-size:1.1rem}.burger-button{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1001;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.mobile-menu-btn{display:flex!important}@media (min-width: 426px){.mobile-menu-btn{display:none!important}}.burger-button span{display:block;width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.burger-button:hover span{background:#f0f0f0}.mobile-overlay,.mobile-drawer{display:none}@media (min-width: 426px){.nav-section{display:flex!important}.burger-button{display:none!important}}@media (max-width: 425px){.header{grid-template-rows:auto;padding:.5rem;position:relative}.burger-button{display:flex!important}.header.menu-open .burger-button,.nav-section{display:none!important}.nav-section,.nav-section .nav,.nav-section .social-media{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.mobile-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:auto;width:280px;min-height:auto;max-height:100vh;background:var(--rfj-blue);z-index:1000;padding:1rem .85rem .85rem;box-shadow:-2px 0 8px #0000004d;animation:slideIn .3s ease;overflow-y:auto}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.close-button{align-self:flex-end;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;margin-bottom:.25rem;line-height:1;width:36px;height:36px;display:flex!important;align-items:center;justify-content:center;z-index:10}.close-button:hover{opacity:.8}.mobile-drawer ul{list-style:none;padding:0;margin:0;flex:0 0 auto}.mobile-drawer li{margin-bottom:0}.mobile-drawer a{display:block;color:#fff;text-decoration:none;font-family:Source Sans Pro,sans-serif;font-weight:400;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;padding:.5rem .65rem;border-radius:4px;transition:background .2s ease;min-height:40px;display:flex;align-items:center}.mobile-drawer a:hover,.mobile-drawer a.active{background:#ffffff1a}.mobile-social{display:flex!important;gap:2rem;justify-content:center;align-items:center;padding-top:.65rem;padding-bottom:.5rem;margin-top:.75rem;border-top:1px solid rgba(255,255,255,.2);width:100%}.mobile-social .social-icon{color:#fff;width:40px;height:40px;display:flex!important;align-items:center;justify-content:center;transition:transform .2s ease}.mobile-social .social-icon:hover{transform:scale(1.1)}.mobile-social .social-icon svg{width:100%;height:100%}}@media (max-width: 374px){.mobile-drawer{width:240px;padding:.75rem .65rem}.mobile-drawer a{font-size:.85rem;padding:.45rem .6rem}.mobile-drawer li{margin-bottom:0}.close-button{margin-bottom:.2rem;width:32px;height:32px;font-size:1.35rem}.mobile-social{gap:1.75rem;margin-top:.6rem;padding-top:.6rem;padding-bottom:.45rem;justify-content:center;width:100%}.mobile-social .social-icon{width:36px;height:36px}}@media (min-width: 375px) and (max-width: 424px){.mobile-drawer{width:270px}}.rfj-footer{background:var(--rfj-blue);color:#fff;border-top:none;font-family:Source Sans Pro;max-height:100px}.rfj-footer__top,.rfj-footer__bottom{max-width:100%;margin:0;padding:12px .5rem}.rfj-footer__top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px .5rem}.rfj-footer__foerderung{padding-left:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.rfj-footer__parlamentarisch{display:flex;align-items:center;gap:12px;flex-direction:column;align-items:flex-end}.rfj-footer__small{font-size:.7rem;line-height:1.2;opacity:.9;white-space:nowrap;font-weight:200}.rfj-footer__foerderung .rfj-footer__small{text-align:left}.rfj-footer__parlamentarisch .rfj-footer__small{text-align:right}.rfj-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px .5rem;border-top:none;font-size:.7rem;font-weight:200}.rfj-footer__copyright{text-align:left;flex:1}.rfj-footer__madeby{text-align:center;font-size:.7rem;font-weight:200;flex:1;color:#fff;opacity:.9;display:flex;align-items:center;justify-content:center;gap:.3em}.rfj-footer__madeby a{color:#fff;text-decoration:none;opacity:.9;font-weight:500}.rfj-footer__madeby a:hover{opacity:1;text-decoration:underline}.rfj-footer__impressum{text-align:right;font-size:.7rem;flex:1}.rfj-footer__impressum a{color:#fff;text-decoration:none;opacity:.9}.rfj-footer__impressum a:hover{opacity:1}.rfj-footer__badge{height:28px;width:auto;display:block;object-fit:contain}.rfj-footer__badge svg{height:100%;width:auto}@media (max-width: 425px){.rfj-footer{max-height:none}.rfj-footer__top{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem .5rem}.rfj-footer__foerderung{align-items:center;text-align:center;width:100%}.rfj-footer__foerderung .rfj-footer__small{text-align:center;font-size:.65rem}.rfj-footer__parlamentarisch{align-self:center;align-items:center;text-align:center;width:100%}.rfj-footer__parlamentarisch .rfj-footer__small{text-align:center;font-size:.65rem}.rfj-footer__badge{height:24px}.rfj-footer__bottom{flex-direction:column;align-items:center;gap:.75rem;padding:1rem .5rem;text-align:center;font-size:.65rem}.rfj-footer__copyright{text-align:center;width:100%}.rfj-footer__madeby{text-align:center;font-size:.65rem;width:100%}.rfj-footer__impressum{text-align:center;font-size:.65rem;width:100%;display:flex;gap:.5rem;justify-content:center}}.about{padding:3rem 1rem;display:flex;flex-direction:column;align-items:center}.cards-container{display:flex;flex-direction:column;gap:2rem}.about__cards{margin-top:2rem;display:flex;flex-wrap:wrap;flex-direction:column;gap:2rem;justify-content:center}.about-card{max-width:1200px;background:var(--rfj-blue);border-radius:8px;padding:2rem;color:#fff;font-size:var(--font-size-fliesstext);box-shadow:0 2px 8px #00000026}.about-card h3{margin-top:0;font-family:Source Sans Pro,sans-serif}.about-card p{font-size:1.2rem;line-height:1.5;font-family:Source Sans Pro,Arial,sans-serif;font-weight:400;color:#fff}.about-card__list{margin-top:1rem;padding:0;list-style:none}.about-card__list li{position:relative;padding-left:2rem;margin-bottom:.5rem;font-size:1.2rem;line-height:1.5;font-weight:700;font-family:Source Sans Pro,Arial,sans-serif;color:#fff}.about-card__list li:before{content:"";position:absolute;left:0;top:.2rem;width:1.2rem;height:1.2rem;background:url(/assets/adler_weiss-DE7s3N5M.svg) no-repeat center/contain}.ueber-uns-title{position:relative;display:inline-block;font-family:Dharma Gothic E,sans-serif;font-style:normal;font-weight:600;font-size:3.5rem;color:var(--rfj-blue);text-transform:uppercase}.ueber-uns-title:after{content:"";position:absolute;left:50%;bottom:0rem;width:103%;height:.2em;background-color:#cd1423;z-index:-1;transform:translate(-50%) translateY(-115%)}@media (max-width: 320px){.about{padding:2rem 1rem}.ueber-uns-title{font-size:2rem}.about__cards{margin-top:1.5rem;gap:1.5rem}.about-card{padding:1.5rem}.about-card h3{font-size:1.3rem}.about-card p{font-size:.95rem;line-height:1.4}.about-card__list li{font-size:.95rem;padding-left:1.8rem}.about-card__list li:before{width:1rem;height:1rem;top:.15rem}}@media (min-width: 321px) and (max-width: 375px){.about{padding:2.5rem 1rem}.ueber-uns-title{font-size:2.3rem}.about__cards{margin-top:1.75rem;gap:1.75rem}.about-card{padding:1.75rem}.about-card h3{font-size:1.4rem}.about-card p{font-size:1rem;line-height:1.45}.about-card__list li{font-size:1rem;padding-left:1.9rem}.about-card__list li:before{width:1.1rem;height:1.1rem;top:.18rem}}@media (min-width: 376px) and (max-width: 425px){.about{padding:2.75rem 1rem}.ueber-uns-title{font-size:2.5rem}.about__cards{margin-top:2rem;gap:2rem}.about-card{padding:2rem}.about-card h3{font-size:1.5rem}.about-card p{font-size:1.05rem;line-height:1.5}.about-card__list li{font-size:1.05rem;padding-left:2rem}.about-card__list li:before{width:1.15rem;height:1.15rem;top:.2rem}}.rfj-hero{position:relative;width:100%;height:70vh;height:70dvh;overflow:hidden}.rfj-hero__image{width:100%;height:100%;object-fit:cover}.rfj-hero__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:4rem;align-items:center;text-align:center;color:#fff;background:#00000040}.rfj-hero__title{font-family:Dharma Gothic E;font-size:8rem;font-style:italic;font-weight:700;margin-bottom:1rem}.rfj-hero__subtitle{font-family:Dharma Gothic E;font-size:1.8rem;font-weight:700;color:#002e5d;text-decoration:underline;padding:.3rem .6rem}.rfj-hero__subtitle span{color:#d00000;text-decoration:underline;text-decoration-color:#d00000}.headline{position:relative;display:inline-block;font-family:Dharma Gothic E,sans-serif;font-style:italic;font-weight:800;font-size:3rem;color:#fff;text-transform:uppercase;z-index:1}.headline:after{content:"";position:absolute;left:50%;bottom:0rem;width:102%;height:.25em;background-color:#cd1423;z-index:-1;transform:translate(-50.45%) translateY(-75%)}@media (max-width: 320px){.rfj-hero{height:70vh;height:70dvh}.rfj-hero__overlay{padding-bottom:2rem}.rfj-hero__title{font-size:2.5rem;margin-bottom:.5rem;padding:0 1rem}.headline{font-size:1.5rem}.headline:after{height:.2em}}@media (min-width: 321px) and (max-width: 375px){.rfj-hero{height:70vh;height:70dvh}.rfj-hero__overlay{padding-bottom:2.5rem}.rfj-hero__title{font-size:2.5rem;margin-bottom:.5rem;padding:0 1rem}.headline{font-size:1.5rem}.headline:after{height:.2em}}@media (max-width: 430px){.rfj-hero{height:70vh;height:70dvh}.rfj-hero__image{object-position:50% 30%}.rfj-hero__overlay{padding-bottom:2rem}.rfj-hero .rfj-hero__title{font-size:2.5rem!important;line-height:1.15!important;margin-bottom:.5rem!important;padding:0 1rem!important}.rfj-hero .headline{font-size:1.5rem!important}.rfj-hero .headline:after{height:.2em}}.werde-aktiv{display:flex;justify-content:center;padding:4rem 0}.werde-aktiv__link{display:flex;align-items:center;justify-content:center;background-color:var(--rfj-red);color:#fff;font-family:Dharma Gothic E,sans-serif;font-weight:700;font-size:2.5rem;letter-spacing:.02em;line-height:1;text-transform:uppercase;text-decoration:none;padding:.2em 1.2em;border-radius:.5em;min-width:12em;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a}.werde-aktiv__link:hover{background-color:var(--rfj-red-45)}@media (max-width: 320px){.werde-aktiv{padding:2.5rem 1rem}.werde-aktiv__link{font-size:1.8rem;padding:.3em 1em;min-width:10em}}@media (min-width: 321px) and (max-width: 375px){.werde-aktiv{padding:3rem 1rem}.werde-aktiv__link{font-size:2rem;padding:.25em 1.1em;min-width:11em}}@media (min-width: 376px) and (max-width: 425px){.werde-aktiv{padding:3.5rem 1rem}.werde-aktiv__link{font-size:2.2rem;padding:.25em 1.15em;min-width:11.5em}}.landesleitung{padding:3rem 1rem;display:flex;flex-direction:column;align-items:center}.landesleitung-title{position:relative;display:inline-block;font-family:Dharma Gothic E,sans-serif;font-style:normal;font-weight:600;font-size:3.5rem;color:var(--rfj-blue);text-transform:uppercase}.landesleitung-title:after{content:"";position:absolute;left:50%;bottom:0rem;width:103%;height:.2em;background-color:#cd1423;z-index:-1;transform:translate(-50%) translateY(-115%)}.leaders-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;max-width:1200px}.leader-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;text-align:center;padding:1rem;display:flex;flex-direction:column;align-items:center}.leader-image{width:100%;height:auto;border-radius:4px;margin-bottom:1rem}.leader-name{font-family:Source Sans Pro,sans-serif;font-weight:700;font-size:1.5rem;margin:.5rem 0}.leader-role{font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:1.25rem;margin:.25rem 0 .5rem}.leader-socials{font-family:Source Sans Pro,sans-serif;font-size:1rem;margin:0}.leader-socials a{color:inherit;text-decoration:none}.leader-socials a:hover{text-decoration:underline}.bezirke-card{height:180px;width:100%;padding:.25rem;box-sizing:border-box}.bezirke-card__card{position:relative;width:100%;height:225px;background:var(--rfj-blue);border-radius:20px;overflow:hidden}.bezirke-card__overlap{position:relative;width:100%;height:250px;padding:1rem;top:-40px}.bezirke-card__backdrop{position:absolute;top:0;left:0;width:100%;height:250px;background:var(--rfj-blue);z-index:1;border-radius:8px}.bezirke-card__title{color:#fff;font-family:var(--font-heading);font-style:normal;font-weight:600;font-size:3.5rem;text-transform:uppercase;line-height:1.2;position:relative;display:inline-block;z-index:2;margin:.5rem 0 0rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.bezirke-card__title:after{content:"";position:absolute;left:50%;bottom:0rem;width:103%;height:.2em;background-color:#cd1423;z-index:-1;transform:translate(-50%) translateY(-115%)}.bezirke-card__text{color:#fff;font-family:var(--font-body);font-size:1.25rem;font-weight:400;line-height:1.6;position:relative;z-index:2;margin-top:.5rem}.bezirke-card__text p{margin:0 0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (max-width: 320px){.bezirke-card{height:auto;padding:.5rem}.bezirke-card__card{height:auto;min-height:280px}.bezirke-card__overlap{height:auto;padding:1rem;top:0}.bezirke-card__backdrop{height:100%}.bezirke-card__title{font-size:1.8rem;margin:.5rem 0 .75rem}.bezirke-card__text{margin-top:.5rem;font-size:.85rem;line-height:1.5}.bezirke-card__text p{margin:0 0 .75rem}}@media (min-width: 321px) and (max-width: 375px){.bezirke-card{height:auto;padding:.5rem}.bezirke-card__card{height:auto;min-height:300px}.bezirke-card__overlap{height:auto;padding:1.25rem;top:0}.bezirke-card__backdrop{height:100%}.bezirke-card__title{font-size:2rem;margin:.5rem 0 .75rem}.bezirke-card__text{margin-top:.75rem;font-size:.9rem;line-height:1.55}.bezirke-card__text p{margin:0 0 .8rem}}@media (min-width: 376px) and (max-width: 425px){.bezirke-card{height:auto;padding:.5rem}.bezirke-card__card{height:auto;min-height:320px}.bezirke-card__overlap{height:auto;padding:1.5rem;top:0}.bezirke-card__backdrop{height:100%}.bezirke-card__title{font-size:2.2rem;margin:.5rem 0 .75rem}.bezirke-card__text{margin-top:.75rem;font-size:.95rem;line-height:1.6}.bezirke-card__text p{margin:0 0 .85rem}}@media (min-width: 426px){.bezirke-card{height:auto;min-height:180px;padding:.25rem}.bezirke-card__card{height:auto;min-height:225px}.bezirke-card__overlap{height:auto;min-height:250px;padding:3rem;top:-40px}.bezirke-card__backdrop{height:100%}.bezirke-card__title{font-size:3.5rem;margin:.5rem 0 0rem}.bezirke-card__text{font-size:1.25rem;margin-top:.5rem;margin-bottom:4px;line-height:1.6}.bezirke-card__text p{margin:0 0 1rem}}.info-card__close{position:absolute;top:.5rem;right:.5rem;cursor:pointer;z-index:2;color:#e0e0e0;background:none;border:none;padding:.25rem;display:flex;align-items:center;border-radius:50%;transition:background .2s}.info-card__close:hover{background:#f5f5f5}.label{display:none}.info-card{position:absolute;top:1rem;right:1rem;width:min(360px,calc(100% - 1rem));background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 8px #00000026}.info-card__bezirk{margin:0 0 .5rem;font-size:2.5rem;font-family:Dharma Gothic E;font-weight:700;line-height:1.1;text-transform:uppercase}.info-card__name{margin:.5rem 0;font-family:Source Sans Pro,sans-serif;font-weight:700;font-size:1.5rem;line-height:1.2}.info-card__socials{margin:0;font-family:Source Sans Pro,sans-serif;font-size:1rem}.info-card__socials a{color:inherit;text-decoration:none}.info-card__socials a:hover{text-decoration:underline}@media (max-width: 320px){.info-card{position:absolute;bottom:1rem;left:.5rem;right:.5rem;top:auto;width:calc(100% - 1rem);max-height:40%;overflow-y:auto;padding:.75rem}.info-card__bezirk{font-size:1.8rem;margin-bottom:.4rem}.info-card__name{font-size:1.1rem;margin:.4rem 0}.info-card__socials{font-size:.85rem}.info-card__close{top:.4rem;right:.4rem}}@media (max-width: 425px){.info-card{position:fixed;bottom:1rem;left:.5rem;right:.5rem;top:auto;width:calc(100% - 1rem);max-height:40%;overflow-y:auto;padding:.75rem;z-index:100}.info-card__bezirk{font-size:1.8rem;margin-bottom:.4rem}.info-card__name{font-size:1.1rem;margin:.4rem 0}.info-card__socials{font-size:.85rem}.info-card__close{top:.4rem;right:.4rem}}.map-wrapper{position:relative;margin:8rem 0;overflow:visible}@media (max-width: 320px){.map-wrapper{padding:0 .5rem;margin:-5rem 0!important;min-height:400px}}@media (max-width: 425px){.map-wrapper{padding:0 1rem;margin:2rem 0!important;min-height:520px}}.werde-aktiv-card{height:180px;width:100%;padding:.25rem;box-sizing:border-box}.werde-aktiv-card__card{position:relative;width:100%;height:225px;background:var(--rfj-blue);border-radius:20px;overflow:hidden}.werde-aktiv-card__overlap{position:relative;width:100%;height:250px;padding:1rem;top:-40px}.werde-aktiv-card__backdrop{position:absolute;top:0;left:0;width:100%;height:250px;background:var(--rfj-blue);z-index:1;border-radius:8px}.werde-aktiv-card__title{color:#fff;font-family:var(--font-heading);font-style:normal;font-weight:600;font-size:3.5rem;text-transform:uppercase;line-height:1.2;position:relative;display:inline-block;z-index:2;margin:.5rem 0 0rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.werde-aktiv-card__title:after{content:"";position:absolute;left:50%;bottom:0rem;width:103%;height:.2em;background-color:#cd1423;z-index:-1;transform:translate(-50%) translateY(-115%)}.werde-aktiv-card__text{color:#fff;font-family:var(--font-body);font-size:1.25rem;font-weight:400;line-height:1.6;position:relative;z-index:2;margin-top:.5rem;margin-bottom:4px}.werde-aktiv-card__text p{margin:0 0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (max-width: 320px){.werde-aktiv-card{height:auto;padding:.5rem}.werde-aktiv-card__card{height:auto;min-height:unset}.werde-aktiv-card__overlap{height:auto;padding:1rem;top:0}.werde-aktiv-card__backdrop{height:100%}.werde-aktiv-card__title{font-size:1.8rem;margin:.5rem 0}.werde-aktiv-card__text{margin-top:.5rem;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.werde-aktiv-card__text p{margin:0 0 .5rem}.werde-aktiv-card__text p:last-child{margin-bottom:0}}@media (min-width: 321px) and (max-width: 375px){.werde-aktiv-card{height:auto;padding:.5rem}.werde-aktiv-card__card{height:auto;min-height:unset}.werde-aktiv-card__overlap{height:auto;padding:1.25rem;top:0}.werde-aktiv-card__backdrop{height:100%}.werde-aktiv-card__title{font-size:2rem;margin:.5rem 0 .6rem}.werde-aktiv-card__text{margin-top:.6rem;margin-bottom:.6rem;font-size:.9rem;line-height:1.55}.werde-aktiv-card__text p{margin:0 0 .6rem}.werde-aktiv-card__text p:last-child{margin-bottom:0}}@media (min-width: 376px) and (max-width: 425px){.werde-aktiv-card{height:auto;padding:.5rem}.werde-aktiv-card__card{height:auto;min-height:unset}.werde-aktiv-card__overlap{height:auto;padding:1.5rem;top:0}.werde-aktiv-card__backdrop{height:100%}.werde-aktiv-card__title{font-size:2.2rem;margin:.5rem 0 .65rem}.werde-aktiv-card__text{margin-top:.65rem;margin-bottom:.65rem;font-size:.95rem;line-height:1.6}.werde-aktiv-card__text p{margin:0 0 .65rem}.werde-aktiv-card__text p:last-child{margin-bottom:0}}@media (min-width: 426px){.werde-aktiv-card{min-height:00px}.werde-aktiv-card__overlap{padding:3rem}}.wa-form-section{margin:5.5rem 0 2rem;padding:0 .25rem}.wa-form{background:#fff;border-radius:12px;box-shadow:0 2px 16px #00000014;padding:1.25rem}.wa-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.wa-field label{display:block;font-weight:600;color:#1a1a1a;margin-bottom:.35rem}.wa-field input,.wa-field select{width:100%;padding:.75rem .9rem;border-radius:10px;border:1px solid #00000040;background:#1a1a1a08;box-shadow:inset 0 2px 1px #00000005;font-size:1rem}.wa-field input[aria-invalid=true],.wa-field select[aria-invalid=true]{border-color:#cd1423}.wa-error{display:block;margin-top:.35rem;color:#cd1423;font-size:.9rem}.wa-actions{display:flex;align-items:center;gap:1rem;padding-top:.5rem}.wa-actions--bottom{justify-content:flex-start;margin-top:1.5rem;width:calc((100% - 2rem) / 3)}.wa-submit{display:inline-flex;align-items:center;justify-content:center;background-color:var(--rfj-red);color:#fff;border:none;font-family:var(--font-heading);font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1;padding:.2em 1.2em;border-radius:.5em;width:100%;box-shadow:0 2px 8px #0000001a;transition:background .2s,box-shadow .2s;cursor:pointer}.wa-submit--lg{font-size:2.5rem}.wa-submit:disabled{opacity:.7;cursor:not-allowed}.wa-submit:hover{background-color:var(--rfj-red-45)}.wa-success{color:#0a7a37;font-weight:600}.wa-status{margin-left:1rem;font-weight:600}.wa-status--ok{color:#0a7a37}.wa-status--err{color:#cd1423}.wa-spacer{min-height:1px}@media (max-width: 320px){.wa-form-section{margin:1rem 0 2rem;padding:0 .5rem}.wa-form{padding:1rem;border-radius:10px}.wa-row{grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem}.wa-field label{font-size:.9rem;margin-bottom:.25rem}.wa-field input,.wa-field select{padding:.65rem .75rem;font-size:.95rem}.wa-error{font-size:.85rem}.wa-actions--bottom{width:100%}.wa-submit--lg{font-size:1.8rem}.wa-privacy{margin-top:2rem}.wa-privacy__headline{font-size:1rem}.wa-privacy__text{font-size:.9rem;line-height:1.5}.wa-privacy__sub{font-size:.95rem}}@media (min-width: 321px) and (max-width: 375px){.wa-form-section{margin:1.5rem 0 2rem;padding:0 .75rem}.wa-form{padding:1.1rem;border-radius:11px}.wa-row{grid-template-columns:1fr;gap:.85rem;margin-bottom:.85rem}.wa-field label{font-size:.92rem;margin-bottom:.3rem}.wa-field input,.wa-field select{padding:.7rem .8rem;font-size:.97rem}.wa-error{font-size:.87rem}.wa-actions--bottom{width:100%}.wa-submit--lg{font-size:2rem}.wa-privacy{margin-top:2.25rem}.wa-privacy__headline{font-size:1.05rem}.wa-privacy__text{font-size:.92rem;line-height:1.55}.wa-privacy__sub{font-size:.97rem}}@media (min-width: 376px) and (max-width: 425px){.wa-form-section{margin:2rem 0;padding:0 1rem}.wa-form{padding:1.2rem;border-radius:12px}.wa-row{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.wa-field label{font-size:.95rem;margin-bottom:.32rem}.wa-field input,.wa-field select{padding:.72rem .85rem;font-size:1rem}.wa-error{font-size:.9rem}.wa-actions--bottom{width:100%}.wa-submit--lg{font-size:2.2rem}.wa-privacy{margin-top:2.5rem}.wa-privacy__headline{font-size:1.1rem}.wa-privacy__text{font-size:.95rem;line-height:1.6}.wa-privacy__sub{font-size:1rem}}.wa-privacy{margin-top:3rem}.wa-privacy__headline{font-family:var(--font-body);font-weight:700;color:#1a1a1a;margin-bottom:.5rem;font-size:1.125rem}.wa-privacy__sub{font-family:var(--font-body);font-weight:700;margin:1rem 0 .25rem;font-size:1rem}.wa-privacy__text{color:#1a1a1abf;line-height:1.6;margin:.25rem 0 .75rem}.wa-privacy__text--bold{color:#1a1a1a;font-weight:700}.wa-privacy__opts{list-style:none;padding:0;margin:0 0 1rem}.wa-privacy__opts li{margin:.25rem 0}.wa-privacy__opts input[type=checkbox]{margin-right:.5rem;accent-color:var(--rfj-red)}.wa-privacy a{color:var(--rfj-blue)}.impr-card{height:180px;width:100%;padding:.25rem;box-sizing:border-box}.impr-card__card{position:relative;width:100%;height:225px;background:var(--rfj-blue);border-radius:20px;overflow:hidden}.impr-card__overlap{position:relative;width:100%;height:250px;padding:1rem;top:-40px}.impr-card__backdrop{position:absolute;top:0;left:0;width:100%;height:250px;background:var(--rfj-blue);z-index:1;border-radius:8px}.impr-card__title{color:#fff;font-family:var(--font-heading);font-style:normal;font-weight:600;font-size:3.5rem;text-transform:uppercase;line-height:1.2;position:relative;display:inline-block;z-index:2;margin:.5rem 0 0rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.impr-card__title:after{content:"";position:absolute;left:50%;bottom:0rem;width:103%;height:.2em;background-color:#cd1423;z-index:-1;transform:translate(-50%) translateY(-115%)}.impr-card__text{color:#fff;font-family:var(--font-body);font-size:1.25rem;font-weight:400;line-height:1.6;position:relative;z-index:2;margin-top:.5rem;margin-bottom:4px}.impr-card__text p{margin:0 0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (max-width: 320px){.impr-card{height:auto;padding:.5rem}.impr-card__card{height:auto;min-height:unset}.impr-card__overlap{height:auto;padding:.75rem;top:0}.impr-card__backdrop{height:100%}.impr-card__title{font-size:1.3rem;margin:.3rem 0 .4rem;line-height:1.25}.impr-card__text{margin-top:.4rem;margin-bottom:.4rem;font-size:.8rem;line-height:1.45}.impr-card__text p{margin:0 0 .4rem}.impr-card__text p:last-child{margin-bottom:0}}@media (min-width: 321px) and (max-width: 375px){.impr-card{height:auto;padding:.5rem}.impr-card__card{height:auto;min-height:unset}.impr-card__overlap{height:auto;padding:.9rem;top:0}.impr-card__backdrop{height:100%}.impr-card__title{font-size:1.5rem;margin:.4rem 0 .5rem;line-height:1.25}.impr-card__text{margin-top:.5rem;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.impr-card__text p{margin:0 0 .5rem}.impr-card__text p:last-child{margin-bottom:0}}@media (min-width: 376px) and (max-width: 425px){.impr-card{height:auto;padding:.5rem}.impr-card__card{height:auto;min-height:unset}.impr-card__overlap{height:auto;padding:1.5rem;top:0}.impr-card__backdrop{height:100%}.impr-card__title{font-size:2rem;margin:.5rem 0 .65rem;line-height:1.25}.impr-card__title:after{display:block}.impr-card__text{margin-top:.75rem;margin-bottom:.65rem;font-size:.95rem;line-height:1.6}.impr-card__text p{margin:0 0 .65rem}.impr-card__text p:last-child{margin-bottom:0}}@media (min-width: 426px){.impr-card{height:auto;min-height:180px;padding:.25rem}.impr-card__card{height:auto;min-height:225px}.impr-card__overlap{height:auto;min-height:250px;padding:3rem;top:-40px}.impr-card__backdrop{height:100%}.impr-card__title{font-size:3.5rem;margin:.5rem 0 0rem;line-height:1.2;background-image:none;background-size:auto;background-repeat:no-repeat;background-position:0 0;display:inline-block;box-decoration-break:normal;-webkit-box-decoration-break:normal}.impr-card__title:after{display:block}.impr-card__text{font-size:1.25rem;margin-top:.5rem;margin-bottom:4px;line-height:1.6}.impr-card__text p{margin:0 0 1rem}}.ig-embed-item img,.instagram-grid-img{width:100%;max-width:390px;height:auto;aspect-ratio:3/4;object-fit:cover;display:block}.ig-embed-section{padding:1rem .5rem 2rem;margin-top:clamp(30px,10vw,128px);overflow:visible}.ig-embed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:1200px;margin:-60px auto 0;overflow:visible}.ig-embed-item{display:block}.ig-embed-item .rsme-embed,.ig-embed-item .rsme-instagram-embed,.ig-embed-item .instagram-media{width:100%!important}.ig-embed-item .instagram-media{height:100%!important;display:block!important}.ig-embed-item .rsme-embed{height:520px!important;overflow:hidden}.Feedback,.Footer,.SocialProof,.Header,.HeaderCta,.HeaderText,.HeaderSecondaryContent,.ig-embed-item .ViewProfileButton,.ig-embed-item .HeaderCta,.ig-embed-item .PrimaryCTA,.ig-embed-item .Feedback,.ig-embed-item .Footer,.ig-embed-item .CommentInput,.ig-embed-item .HoverCard{display:none!important}.ig-embed-item .Content.EmbedFrame,.ig-embed-item .EmbedFrameWithSidecar{padding-bottom:100%!important}.ig-embed-item .EmbeddedMediaImage{object-fit:cover!important;width:100%!important;height:100%!important}.ig-embed-item ._aagv{padding-bottom:100%!important;position:relative!important}.ig-embed-item ._aagv img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.ig-embed-item ._aagw{display:none!important}.ig-embed-item ._adxi,.ig-embed-item ._adxj{width:100%!important}.ig-embed-item .Embed[data-media-type=GraphSidecar]{height:100%!important;position:relative!important}.ig-embed-item .Embed[data-media-type=GraphSidecar] .Content{height:100%!important;padding-bottom:0!important;position:relative!important}.ig-embed-item .Embed[data-media-type=GraphSidecar] .EmbeddedMedia{position:absolute!important;inset:0!important}.ig-embed-item .Embed[data-media-type=GraphSidecar] .EmbeddedMediaImage{width:100%!important;height:100%!important;object-fit:cover!important}.ig-embed-item .Embed[data-media-type=GraphSidecar] .EmbedSidecar{position:absolute!important;inset:0!important}.ig-embed-item .Embed[data-media-type=GraphSidecar] ._ae35{height:100%!important;padding-bottom:0!important}.ig-embed-item .Embed[data-media-type=GraphSidecar] ._ae38,.ig-embed-item .Embed[data-media-type=GraphSidecar] ._adc-,.ig-embed-item .Embed[data-media-type=GraphSidecar] ._adc_,.ig-embed-item .Embed[data-media-type=GraphSidecar] ._add0,.ig-embed-item .Embed[data-media-type=GraphSidecar] ._adxh,.ig-embed-item .Embed[data-media-type=GraphSidecar] ._adxi,.ig-embed-item .Embed[data-media-type=GraphSidecar] ._adxj,.ig-embed-item .Embed[data-media-type=GraphSidecar] ._aagu,.ig-embed-item .Embed[data-media-type=GraphSidecar] ._aagv{height:100%!important}.ig-embed-item .Embed[data-media-type=GraphSidecar] ._aagv{padding-bottom:0!important}.ig-embed-item[data-ig-code=DMS4abEsw_E] .Content.EmbedFrame,.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbedFrameWithSidecar,.ig-embed-item[data-ig-code=DMS4abEsw_E] ._ae35,.ig-embed-item[data-ig-code=DMS4abEsw_E] ._aagv{height:100%!important;padding-bottom:0!important;width:100%!important;max-width:390px!important;min-width:0!important;aspect-ratio:3/4!important;height:auto!important}.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbeddedMedia,.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbedSidecar{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbeddedMediaImage{width:100%!important;height:100%!important;object-fit:cover!important;min-width:0!important;aspect-ratio:3/4!important;max-width:390px!important;max-height:520px!important}.ig-embed-item .EmbedFrameWithSidecar{position:relative!important;height:100%!important;padding-bottom:0!important}.ig-embed-item .EmbedFrameWithSidecar .EmbeddedMedia{position:absolute!important;inset:0!important}.ig-embed-item .EmbedFrameWithSidecar .EmbeddedMediaImage{width:100%!important;height:100%!important;object-fit:cover!important}.ig-embed-item .EmbedFrameWithSidecar .EmbedSidecar{position:absolute!important;inset:0!important}.ig-embed-item .EmbedFrameWithSidecar ._ae35{height:100%!important;padding-bottom:0!important}.ig-embed-item .EmbedFrameWithSidecar ._ae38,.ig-embed-item .EmbedFrameWithSidecar ._adc-,.ig-embed-item .EmbedFrameWithSidecar ._adc_,.ig-embed-item .EmbedFrameWithSidecar ._add0,.ig-embed-item .EmbedFrameWithSidecar ._adxh,.ig-embed-item .EmbedFrameWithSidecar ._adxi,.ig-embed-item .EmbedFrameWithSidecar ._adxj,.ig-embed-item .EmbedFrameWithSidecar ._aagu,.ig-embed-item .EmbedFrameWithSidecar ._aagv{height:100%!important}.ig-embed-item .EmbedFrameWithSidecar ._aagv{padding-bottom:0!important}.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbedFrameWithSidecar,.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbedFrameWithSidecar ._ae35,.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbedFrameWithSidecar ._aagv,.ig-embed-item[data-ig-code=DMS4abEsw_E] .Content.EmbedFrame{height:100%!important;padding-bottom:0!important;position:relative!important}.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbedFrameWithSidecar .EmbeddedMedia,.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbedFrameWithSidecar .EmbedSidecar{position:absolute!important;inset:0!important}.ig-embed-item[data-ig-code=DMS4abEsw_E] .EmbedFrameWithSidecar ._aagv img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.ig-embed-item[data-ig-code=DMS4abEsw_E] .ViewProfileButton,.ig-embed-item[data-ig-code=DMS4abEsw_E] .HeaderCta,.ig-embed-item[data-ig-code=DMS4abEsw_E] .PrimaryCTA,.ig-embed-item[data-ig-code=DMS4abEsw_E] .Feedback,.ig-embed-item[data-ig-code=DMS4abEsw_E] .Footer,.ig-embed-item[data-ig-code=DMS4abEsw_E] .CommentInput,.ig-embed-item[data-ig-code=DMS4abEsw_E] .HoverCard{display:none!important}.ig-embed-item .Embed[data-media-id="3680251951896006596"] .Content{height:auto!important;padding-bottom:133.333%!important;position:relative!important}.ig-embed-item .Embed[data-media-id="3680251951896006596"] ._aagv{padding-bottom:133.333%!important;position:relative!important}.ig-embed-item .Embed[data-media-id="3680251951896006596"] ._aagv img,.ig-embed-item .Embed[data-media-id="3680251951896006596"] .EmbeddedMediaImage{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.ig-embed-item .CaptionUsername,.ig-embed-item .Caption,.ig-embed-item .SocialProof{display:none!important}@media (max-width: 320px){.ig-embed-section{padding:.5rem .5rem 1.5rem;margin-top:.5rem}.ig-embed-grid{grid-template-columns:1fr;gap:.75rem;margin-top:0}.ig-embed-item .rsme-embed{height:380px!important}}@media (min-width: 321px) and (max-width: 375px){.ig-embed-section{padding:.75rem .75rem 1.75rem;margin-top:.75rem}.ig-embed-grid{grid-template-columns:1fr;gap:1rem;margin-top:0}.ig-embed-item .rsme-embed{height:420px!important}}@media (min-width: 376px) and (max-width: 425px){.ig-embed-section{padding:1rem 1rem 2rem;margin-top:1.5rem}.ig-embed-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:0}.ig-embed-item .rsme-embed{height:480px!important}}.ig-embed-empty{color:#555;background:#f3f4f6;padding:1rem;border-radius:8px;margin-top:4rem}.kontakt-page{padding:3rem 1rem;text-align:center}.kontakt-headline{display:flex;justify-content:center;text-align:center;margin-bottom:1.5rem;width:100%}.headline-wrapper{position:relative;display:inline-block}.kontakt-title{position:relative;display:inline-block;font-family:var(--font-heading);font-style:normal;font-weight:600;font-size:3.5rem;color:var(--rfj-blue);text-transform:uppercase}.kontakt-title:after{content:"";position:absolute;left:50%;bottom:0rem;width:103%;height:.2em;background-color:var(--rfj-red);z-index:-1;transform:translate(-50%) translateY(-115%)}.kontakt-map-wrap{display:flex;justify-content:center;margin:1rem 0 2rem}.kontakt-map{width:min(100%,960px);height:520px;border-radius:6px;overflow:hidden}.kontakt-info{list-style:none;padding:0;margin:1.25rem auto 0;width:min(100%,960px);display:grid;grid-template-columns:repeat(3,1fr);column-gap:3rem;row-gap:.75rem;align-items:center;justify-items:start}.kontakt-info li:nth-child(1){justify-self:start}.kontakt-info li:nth-child(2){justify-self:center;transform:translate(-50px)}.kontakt-info li:nth-child(3){justify-self:end}.kontakt-info li{display:grid;grid-template-columns:36px auto;column-gap:.75rem;align-items:center;justify-content:start;text-align:left}.kontakt-icon{font-size:1.25rem;color:var(--rfj-red)}.kontakt-icon-img{width:36px;height:36px;object-fit:contain;display:block}.kontakt-info a,.kontakt-info span{color:var(--rfj-anthra);text-decoration:none;font-family:var(--font-body, "Source Sans Pro"),system-ui,sans-serif;font-weight:600}@media (max-width: 320px){.landesleitung-title{font-size:1.8rem}.kontakt-map{height:300px}.kontakt-info{grid-template-columns:1fr;row-gap:1.25rem;width:100%;padding:0 1rem}.kontakt-info li{justify-self:center!important;transform:none!important;grid-template-columns:30px auto;column-gap:.75rem;max-width:100%}.kontakt-icon-img{width:30px;height:30px}.kontakt-info a,.kontakt-info span{font-size:.9rem;word-break:break-word}}@media (min-width: 321px) and (max-width: 375px){.landesleitung-title{font-size:2rem}.kontakt-map{height:340px}.kontakt-info{grid-template-columns:1fr;row-gap:1.5rem;width:100%;padding:0 1rem}.kontakt-info li{justify-self:center!important;transform:none!important;grid-template-columns:32px auto;column-gap:.8rem;max-width:100%}.kontakt-icon-img{width:32px;height:32px}.kontakt-info a,.kontakt-info span{font-size:.95rem;word-break:break-word}}@media (min-width: 376px) and (max-width: 425px){.landesleitung-title{font-size:2.4rem}.kontakt-map{height:380px}.kontakt-info{grid-template-columns:1fr;row-gap:1.75rem;width:100%;padding:0 1rem}.kontakt-info li{justify-self:center!important;transform:none!important;grid-template-columns:36px auto;column-gap:.85rem;max-width:100%}.kontakt-icon-img{width:36px;height:36px}.kontakt-info a,.kontakt-info span{font-size:1rem;word-break:break-word}}.impressum-page{padding:3rem 1rem}.impressum-headline{display:flex;justify-content:center;text-align:center;margin-bottom:2rem}.headline-wrapper{position:relative;display:inline-block;margin:0 auto}.headline-wrapper:before{content:"";position:absolute;left:0;bottom:-.5em;width:100%;height:2em;background:#0000004d;filter:blur(20px);z-index:0}.landesleitung-title{position:relative;display:inline-block;font-family:var(--font-heading);font-style:normal;font-weight:600;font-size:3.5rem;color:var(--rfj-blue);text-transform:uppercase}.landesleitung-title:after{content:"";position:absolute;left:50%;bottom:0rem;width:103%;height:.2em;background-color:var(--rfj-red);z-index:-1;transform:translate(-50%) translateY(-115%)}.impressum-content{width:min(100%,960px);margin:0 auto 4rem;font-family:var(--font-body, "Source Sans Pro"),system-ui,sans-serif;color:var(--rfj-anthra);line-height:1.6;font-size:1.125rem}.impressum-lead{margin:0 0 1.25rem}.impressum-muted{color:#666;margin:0 0 1rem}.impressum-entity{margin:1rem 0 .5rem}.impressum-meta{margin-top:1.5rem}.impressum-content a{color:var(--rfj-anthra);text-decoration:underline}@media (max-width: 425px){.landesleitung-title{font-size:2.6rem}}
