:root{--green:#0e5a35;--green2:#176d43;--lime:#84b82f;--ink:#132018;--muted:#556159;--line:#e6e9e5;--cream:#f7f8f2;--shadow:0 4px 18px rgba(30,50,36,.10);--radius:14px;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5;}
a{color:inherit;}
img{display:block;max-width:100%;}
.site-shell{max-width:1440px;margin:0 auto;background:#fff;min-height:100vh;}
.logo-banner{padding:10px 32px 0;}
.logo-banner img{max-height:280px;}
.navbar{position:sticky;top:0;z-index:20;}
.nav-inner{max-width:1240px;margin:auto;min-height:58px;}
.main-nav{width:100%;display:flex;justify-content:center;}
.main-nav a{color:#fff;text-decoration:none;font-weight:700;padding:17px 28px;display:flex;gap:8px;align-items:center;}
.main-nav a:hover,.main-nav a.active{background:rgba(255,255,255,.12);}
.menu-toggle{display:none;margin-left:auto;border:0;border-radius:7px;line-height:1;padding:9px 12px;cursor:pointer;}
.page{max-width:1240px;margin:auto;padding:36px 30px 0;}
.hero{display:grid;grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center;padding:0 0 28px;border-bottom:1px solid var(--line);}
.hero h1{margin:0 0 12px;color:#0a4e2e;font-size:clamp(34px,3.5vw,48px);line-height:1.08;}
.hero p{font-size:18px;max-width:570px;margin:0 0 24px;}
.btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#176d43,#26764b);color:#fff;text-decoration:none;font-weight:700;border-radius:11px;padding:12px 20px;}
.hero-photo img{width:100%;aspect-ratio:16/8.1;object-fit:cover;border-radius:16px;box-shadow:var(--shadow);}
.section{padding:28px 0;}
.section-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px;}
.section-title{display:flex;align-items:center;gap:12px;margin:0;color:#0a4e2e;font-size:25px;}
.icon-dot{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:#fff;font-size:20px;}
.more-link{color:var(--green);font-weight:700;text-decoration:none;}
.events{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.event-card{display:grid;grid-template-columns:130px 1fr;gap:14px;border:1px solid var(--line);border-radius:var(--radius);padding:11px;background:#fff;box-shadow:var(--shadow);min-height:215px;}
.event-card img{width:100%;height:100%;min-height:188px;object-fit:cover;border-radius:10px;}
.event-date{font-size:12px;font-weight:800;color:var(--green);text-transform:uppercase;}
.event-meta{font-size:14px;margin:4px 0;color:#39453d;}
.event-card p{font-size:14px;margin:10px 0;}
.event-card a{color:var(--green);text-decoration:none;font-size:14px;font-weight:700;}
.event-arrow{display:none;}
.values{background:linear-gradient(90deg,#fafbf6,#f1f4e8);border-top:1px solid var(--line);}
.values-inner{max-width:1240px;margin:auto;padding:30px;display:grid;grid-template-columns:repeat(3,1fr);}
.value{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:0 28px;border-right:1px solid #dde3d7;}
.value:first-child{padding-left:0;}
.value:last-child{border-right:0;}
.value-icon{font-size:34px;color:var(--green);}
.value h3{margin:0 0 3px;color:#0a4e2e;font-size:21px;}
.value p{margin:0;font-size:14px;color:#3f4b43;}
.subhero{padding:4px 0 24px;border-bottom:1px solid var(--line);}
.subhero h1{margin:0 0 8px;color:#0a4e2e;font-size:42px;}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:25px 0 38px;}
.info-card{border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);}
.info-card h2{color:#0a4e2e;margin-top:0;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:860px;}
label{font-weight:700;font-size:14px;}
input,textarea{width:100%;margin-top:6px;padding:12px;border:1px solid #cfd6d0;border-radius:9px;font:inherit;}
textarea{min-height:160px;}
.full{grid-column:1/-1;}
footer{max-width:1240px;margin:auto;padding:26px 30px;color:#68706a;font-size:14px;}
@media (max-width:900px){
  .site-shell{max-width:none;}
  .logo-banner{padding:7px 12px 0;}
  .logo-banner img{max-height:190px;}
  .nav-inner{min-height:53px;padding:7px 13px;}
  .menu-toggle{display:block;}
  .main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#0b4c2b;flex-direction:column;}
  .main-nav.open{display:flex;}
  .main-nav a{padding:14px 20px;border-top:1px solid rgba(255,255,255,.08);}
  .page{padding:24px 18px 0;}
  .hero{grid-template-columns:1fr;gap:20px;padding-bottom:24px;}
  .hero h1{font-size:32px;}
  .hero p{font-size:16px;}
  .hero-photo img{aspect-ratio:16/8.6;}
  .section{padding:24px 0;}
  .section-head{align-items:flex-start;}
  .section-title{font-size:21px;}
  .section-head .more-link{display:none;}
  .events{grid-template-columns:1fr;gap:8px;}
  .event-card{position:relative;grid-template-columns:92px 1fr;gap:10px;min-height:auto;padding:8px 34px 8px 8px;}
  .event-card img{width:92px;height:92px;min-height:0;}
  .event-card h3{font-size:17px;margin:2px 0 3px;}
  .event-date{font-size:10px;}
  .event-meta{font-size:12px;margin:1px 0;}
  .event-card p,.event-card>a{display:none;}
  .event-arrow{display:block;position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:27px;color:var(--green);}
  .mobile-all{display:block;text-align:center;margin-top:14px;color:var(--green);font-weight:700;text-decoration:none;}
  .values-inner{grid-template-columns:1fr;padding:18px;}
  .value,.value:first-child{padding:16px 0;border-right:0;border-bottom:1px solid #dde3d7;}
  .value:last-child{border-bottom:0;}
  .cards,.form-grid{grid-template-columns:1fr;}
  .full{grid-column:auto;}
  .subhero h1{font-size:32px;}
}

@media (max-width:520px){
  body{background:#f3f4f1;}
  .site-shell{background:#fff;max-width:430px;margin:0 auto;min-height:100vh;box-shadow:0 0 0 2px #8c918e;border-radius:18px;overflow:hidden;}
  .logo-banner{padding:7px 8px 0;}
  .logo-banner img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center;}
  .navbar{position:relative;}
  .nav-inner{height:54px;min-height:54px;padding:7px 14px;justify-content:flex-start;}
  .menu-toggle{margin-left:0;margin-right:auto;}
  .page{padding:22px 18px 0;}
  .hero{padding:0 0 22px;gap:18px;}
  .hero h1{font-size:27px;line-height:1.07;}
  .hero p{font-size:14px;line-height:1.55;margin-bottom:16px;}
  .btn{padding:10px 16px;font-size:14px;}
  .hero-photo img{aspect-ratio:1.6/1;border-radius:10px;}
  .section-title{font-size:19px;gap:9px;}
  .icon-dot{width:34px;height:34px;font-size:17px;}
  .event-card{grid-template-columns:82px 1fr;padding:7px 32px 7px 7px;}
  .event-card img{width:82px;height:82px;}
  .event-card h3{font-size:15px;}
  .event-meta{font-size:11px;}
  .event-date{font-size:9px;}
  .values{display:none;}
  footer{display:none;}
}
.home-page{padding-top:26px;}
.home-intro{text-align:center;border-bottom:1px solid var(--line);}
.home-aerial{max-width:1000px;margin:0 auto 18px;}
.home-aerial img{height:auto;aspect-ratio:787/317;border-radius:16px;box-shadow:var(--shadow);}
.home-about-btn{font-size:16px;padding:13px 22px;}
.home-page .event-card p,.home-page .event-card a{display:none;}
.home-page .event-card{min-height:170px;}
.home-page .event-card img{min-height:148px;}
.activities-page .event-card{min-height:170px;}
@media (max-width:900px){
  .home-page{padding-top:0;}
  .home-intro{margin:0 -18px;padding-bottom:22px;}
  .home-aerial{margin:0 0 18px;}
  .home-aerial img{border-radius:0;box-shadow:none;aspect-ratio:787/317;}
  .home-about-btn{font-size:14px;padding:10px 16px;}
  .home-page .section{padding-top:22px;}
}
@media (max-width:480px){
  .home-aerial img{width:100%;height:auto;object-fit:contain;}
  .home-about-btn{max-width:calc(100% - 36px);justify-content:center;}
  .home-page .event-card{min-height:auto;}
  .home-page .event-card img{min-height:0;}
}
.section-icon{width:42px;height:42px;border-radius:50%;display:inline-grid;place-items:center;background:var(--lime);color:#fff;flex:0 0 auto;}
.section-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.meta-icon{display:inline-flex;vertical-align:-2px;margin-right:6px;color:#48524c;}
.meta-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
@media (max-width:520px){
  .section-icon{width:34px;height:34px;}
  .section-icon svg{width:18px;height:18px;}
  .meta-icon{margin-right:5px;vertical-align:-2px;}
  .meta-icon svg{width:13px;height:13px;}
}
.home-intro{position:relative;}
.home-aerial{margin-bottom:0;}
.home-aerial::after{content:"";position:absolute;left:0;right:0;bottom:0;pointer-events:none;border-radius:0 0 16px 16px;}
.home-about-btn{position:relative;z-index:2;margin-top:-46px;margin-bottom:8px;}
@media (max-width:900px){
  .home-aerial{margin-bottom:0;}
  .home-aerial::after{height:44%;border-radius:0;}
  .home-about-btn{margin-top:-38px;margin-bottom:4px;}
}
@media (max-width:480px){
  .home-aerial::after{height:48%;}
  .home-about-btn{margin-top:-34px;}
}
.mobile-page-title{color:#fff;font-weight:800;}
.buurtinfo-page{padding-top:32px;padding-bottom:22px;}
.buurtinfo-list{max-width:860px;margin:0 auto;display:grid;gap:18px;}
.buurtinfo-block{border:1px solid var(--line);border-radius:var(--radius);padding:24px 26px;background:#fff;box-shadow:var(--shadow);}
.buurtinfo-block h2{margin:0 0 13px;color:#0a4e2e;font-size:25px;line-height:1.15;}
.buurtinfo-block p{margin:8px 0;font-size:16px;}
.board-list{margin:0;}
.board-list>div{display:grid;grid-template-columns:minmax(180px,1fr) 1fr;gap:18px;padding:8px 0;border-bottom:1px solid #edf0ec;}
.board-list>div:last-child{border-bottom:0;}
.board-list dt{font-weight:700;color:#344139;}
.board-list dd{margin:0;}
.text-link{color:var(--green);font-weight:700;text-underline-offset:3px;}
.simple-list{margin:0;padding-left:20px;}
.simple-list li{padding:4px 0;}
@media (max-width:900px){
  .nav-inner{gap:12px;}
  .mobile-page-title{display:block;}
  .buurtinfo-page{padding-top:20px;}
  .buurtinfo-block{padding:20px;}
}
@media (max-width:520px){
  .nav-inner{gap:10px;}
  .mobile-page-title{font-size:18px;}
  .buurtinfo-page{padding:18px 16px 12px;}
  .buurtinfo-list{gap:12px;}
  .buurtinfo-block{padding:18px;border-radius:12px;box-shadow:0 3px 12px rgba(30,50,36,.08);}
  .buurtinfo-block h2{font-size:21px;margin-bottom:10px;}
  .buurtinfo-block p{font-size:14px;line-height:1.55;}
  .board-list>div{grid-template-columns:1fr;gap:1px;padding:7px 0;}
  .board-list dt{font-size:13px;}
  .board-list dd{font-size:14px;}
  .simple-list{font-size:14px;}
}
.contact-page{padding-top:32px;padding-bottom:22px;}
.contact-list{max-width:860px;margin:0 auto;display:grid;gap:22px;}
.contact-block{border:1px solid var(--line);border-radius:var(--radius);padding:24px 26px;background:#fff;box-shadow:var(--shadow);}
.contact-block h2{margin:0 0 6px;color:#0a4e2e;font-size:25px;line-height:1.15;}
.form-intro{margin:0 0 20px;color:var(--muted);}
.contact-form{display:grid;gap:15px;}
.contact-form label{display:block;font-weight:700;font-size:14px;}
.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #cfd6d0;border-radius:9px;background:#fff;font:inherit;color:var(--ink);}
.contact-form textarea{min-height:145px;resize:vertical;}
.contact-form .btn{justify-self:start;border:0;cursor:pointer;font:inherit;}
.honeypot{position:absolute !important;left:-9999px !important;width:1px !important;height:1px !important;overflow:hidden !important;}
.form-message{margin:0 0 18px;padding:12px 14px;border-radius:9px;font-size:14px;font-weight:700;}
.success-message{background:#edf7ef;color:#145c31;border:1px solid #bcdcc5;}
.error-message{background:#fff1f0;color:#8a2d27;border:1px solid #e7c4c0;}
@media (max-width:900px){
  .contact-page{padding-top:20px;}
  .contact-block{padding:20px;}
}
@media (max-width:520px){
  .contact-page{padding:18px 16px 12px;}
  .contact-list{gap:12px;}
  .contact-block{padding:18px;border-radius:12px;box-shadow:0 3px 12px rgba(30,50,36,.08);}
  .contact-block h2{font-size:21px;}
  .form-intro{font-size:14px;line-height:1.5;margin-bottom:16px;}
  .contact-form{gap:13px;}
  .contact-form input,.contact-form textarea{font-size:16px;}
  .contact-form .btn{width:100%;justify-content:center;}
}
.contact-choice-page{padding-top:28px;padding-bottom:26px;}
.contact-choice-list{margin:0 auto;display:grid;}
.contact-choice{background:#fff;overflow:hidden;}
.contact-choice summary{list-style:none;cursor:pointer;display:flex;align-items:center;}
.contact-choice summary::-webkit-details-marker{display:none;}
.contact-choice summary::marker{display:none;content:"";}
.contact-choice-text{display:grid;gap:5px;min-width:0;flex:1;}
.contact-choice-text strong{color:#0a4e2e;line-height:1.18;}
.contact-choice-arrow{color:var(--green);line-height:1;transition:transform .2s ease;flex:0 0 auto;}
.contact-choice[open] .contact-choice-arrow{transform:rotate(90deg);}
.contact-choice[open] summary{border-bottom:1px solid var(--line);}
.contact-choice-content{padding:22px 24px 25px;}
.contact-choice-content .form-message{margin-top:0;}
@media (max-width:520px){
  .contact-choice-page{padding:18px 16px 12px;}
  .contact-choice-list{gap:10px;}
  .contact-choice{border-radius:12px;box-shadow:0 3px 12px rgba(30,50,36,.08);}
  .contact-choice summary{padding:16px 15px;gap:10px;min-height:92px;}
  .contact-choice-text strong{font-size:18px;}
  .contact-choice-text span{font-size:13px;line-height:1.4;}
  .contact-choice-arrow{font-size:32px;}
  .contact-choice-content{padding:18px 15px 20px;}
}
.contact-choice-list{max-width:860px;gap:22px;}
.contact-choice{border:1px solid #dfe4df;border-radius:18px;box-shadow:0 6px 22px rgba(30,50,36,.08);}
.contact-choice summary{padding:20px 22px;min-height:150px;gap:22px;}
.contact-choice-icon{width:150px;height:118px;border-radius:14px;background:linear-gradient(135deg,#edf5ed,#f7faf6);display:grid;place-items:center;flex:0 0 auto;color:#07552f;}
.contact-choice-icon svg{width:66px;height:66px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.contact-choice-text strong{font-size:25px;}
.contact-choice-text span{font-size:17px;line-height:1.5;color:#414b45;}
.contact-choice-arrow{font-size:46px;font-weight:300;}
.contact-choice[open] summary{background:#fff;}
@media (max-width:520px){
  .contact-choice-list{gap:14px;}
  .contact-choice summary{padding:10px 12px;height:108px;min-height:108px;gap:11px;box-sizing:border-box;}
  .contact-choice-icon{width:82px;height:82px;flex:0 0 82px;border-radius:12px;}
  .contact-choice-icon svg{width:44px;height:44px;}
  .contact-choice-text{gap:4px;}
  .contact-choice-text strong{font-size:15px;line-height:1.18;}
  .contact-choice-text span{font-size:13px;line-height:1.25;}
  .contact-choice-arrow{font-size:30px;}
}
@media (max-width:380px){
  .contact-choice summary{gap:11px;padding:10px 12px;height:108px;min-height:108px;}
  .contact-choice-icon{width:82px;height:82px;flex:0 0 82px;}
  .contact-choice-icon svg{width:44px;height:44px;}
  .contact-choice-text strong{font-size:15px;}
  .contact-choice-text span{font-size:13px;}
}
.buurt-choice-page{padding-top:28px;padding-bottom:26px;}
.buurt-choice-list{max-width:860px;margin:0 auto;display:grid;gap:22px;}
.buurt-choice{border:1px solid #dfe4df;border-radius:18px;background:#fff;box-shadow:0 6px 22px rgba(30,50,36,.08);overflow:hidden;}
.buurt-choice summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:22px;padding:20px 22px;min-height:150px;}
.buurt-choice summary::-webkit-details-marker{display:none;}
.buurt-choice summary::marker{display:none;content:"";}
.buurt-choice-icon{width:150px;height:118px;border-radius:14px;background:linear-gradient(135deg,#edf5ed,#f7faf6);display:grid;place-items:center;flex:0 0 auto;color:#07552f;}
.buurt-choice-icon svg{width:66px;height:66px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.buurt-choice-text{display:grid;gap:7px;min-width:0;flex:1;}
.buurt-choice-text strong{color:#0a4e2e;font-size:25px;line-height:1.18;}
.buurt-choice-text span{font-size:17px;line-height:1.5;color:#414b45;}
.buurt-choice-arrow{color:var(--green);font-size:46px;line-height:1;font-weight:300;transition:transform .2s ease;flex:0 0 auto;}
.buurt-choice[open] .buurt-choice-arrow{transform:rotate(90deg);}
.buurt-choice[open] summary{border-bottom:1px solid var(--line);}
.buurt-choice-content{padding:22px 24px 25px;}
.buurt-choice-content p{margin:7px 0;}
@media (max-width:520px){
  .buurt-choice-page{padding:18px 16px 12px;}
  .buurt-choice-list{gap:14px;}
  .buurt-choice{border-radius:12px;box-shadow:0 3px 12px rgba(30,50,36,.08);}
  .buurt-choice summary{padding:14px;height:126px;min-height:126px;gap:14px;box-sizing:border-box;}
  .buurt-choice-icon{width:104px;height:98px;border-radius:12px;}
  .buurt-choice-icon svg{width:52px;height:52px;}
  .buurt-choice-text strong{font-size:18px;line-height:1.2;}
  .buurt-choice-text span{font-size:13px;line-height:1.4;}
  .buurt-choice-arrow{font-size:34px;}
  .buurt-choice-content{padding:18px 15px 20px;}
}
@media (max-width:380px){
  .buurt-choice summary{gap:10px;padding:12px;}
  .buurt-choice-icon{width:82px;height:88px;}
  .buurt-choice-icon svg{width:44px;height:44px;}
  .buurt-choice-text strong{font-size:16px;}
  .buurt-choice-text span{font-size:12px;}
}
.info-link-row{margin-top:14px;padding-top:14px;border-top:1px solid #edf0ec;line-height:1.55;}
.buurt-choice-content .simple-list + .info-link-row{margin-top:14px;}
@media (max-width:520px){
  .info-link-row{font-size:14px;margin-top:12px;padding-top:12px;}
}
.home-intro{padding-bottom:8px;}
.home-aerial{position:relative;overflow:hidden;}
.home-about-btn{display:none !important;}
.home-about-link{position:absolute;display:inline-flex;align-items:center;color:#07552f;text-decoration:none;font-weight:800;line-height:1.1;}
.home-about-link:hover{text-decoration:none;color:#064928;}
.home-about-link .home-about-icon{flex:0 0 48px;}
.home-about-link .home-about-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
@media (max-width:900px){
  .home-intro{padding-bottom:6px;}
  .home-aerial::after{height:52%;}
  .home-about-link{left:18px;bottom:10px;font-size:21px;gap:10px;}
  .home-about-link .home-about-icon{width:42px;height:42px;flex-basis:42px;}
  .home-about-link .home-about-icon svg{width:22px;height:22px;}
}
@media (max-width:480px){
  .home-aerial::after{height:55%;}
  .home-about-link{left:18px;right:14px;bottom:8px;font-size:19px;}
  .home-about-link .home-about-icon{width:38px;height:38px;flex-basis:38px;}
  .home-about-link .home-about-icon svg{width:20px;height:20px;}
}
.location-link{color:inherit;text-decoration:none;border-bottom:1px dotted #7a877e;}
.location-link:hover,.location-link:focus{color:var(--green);border-bottom-color:var(--green);}
.home-aerial img{width:100%;display:block;object-fit:cover;}
.home-about-link{left:30px;bottom:2px;gap:12px;font-size:25px;padding:2px 8px 2px 0;}
.home-about-link .home-about-icon{width:42px;height:42px;flex-basis:42px;}
.home-about-link .home-about-icon svg{width:22px;height:22px;}
@media (max-width:900px){
  .home-about-link{left:18px;bottom:0;gap:12px;font-size:25px;}
  .home-about-link .home-about-icon{width:42px;height:42px;flex-basis:42px;}
  .home-about-link .home-about-icon svg{width:22px;height:22px;}
}
@media (max-width:520px){
  .home-aerial::after{height:52%;}
  .home-about-link{left:18px;right:12px;bottom:-1px;gap:10px;font-size:19px;line-height:1.15;}
  .home-about-link .home-about-icon{width:38px;height:38px;flex-basis:38px;}
  .home-about-link .home-about-icon svg{width:20px;height:20px;}
}
.topic-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.topic-card{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);color:inherit;text-decoration:none;}
.topic-card-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:#fff;}
.topic-card-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.topic-card-copy{display:flex;flex-direction:column;gap:4px;}
.topic-card-copy strong{color:#0a4e2e;line-height:1.2;}
.topic-card-copy small{color:#4d5851;line-height:1.35;}
.topic-arrow{color:var(--green);font-size:30px;line-height:1;}
@media (max-width:900px){
  .topic-cards{grid-template-columns:1fr;gap:9px;}
  .topic-card{grid-template-columns:44px 1fr auto;padding:12px 13px;gap:11px;}
  .topic-card-icon{width:40px;height:40px;}
  .topic-card-icon svg{width:22px;height:22px;}
  .topic-card-copy strong{font-size:15px;}
  .topic-card-copy small{font-size:11px;}
}
.other-topics{border-top:1px solid #dedede;margin-top:26px;padding-top:30px;}
.topic-card-image{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border-radius:10px;}
.topic-card-image img{display:block;width:100%;height:100%;object-fit:contain;}
@media (max-width:900px){
  .topic-card-image{width:44px;height:44px;}
}
.home-about-copy{max-width:1000px;margin:10px auto 34px;padding:0 30px;color:#59635d;font-size:15px;line-height:1.55;}
.activities-subhero{padding-top:0;}
.activities-subhero p{margin-top:0;}
@media (max-width:900px){
  .nav-inner{justify-content:flex-start;gap:12px;}
  .menu-toggle{margin-left:0 !important;margin-right:0 !important;flex:0 0 auto;}
  .mobile-page-title{display:block;margin:0;color:#fff;font-weight:800;font-size:20px;line-height:1.1;text-align:left;white-space:nowrap;}
  .home-about-copy{margin:12px 18px 34px;padding:0;font-size:14px;}
}
@media (max-width:520px){
  .nav-inner{gap:10px;}
  .mobile-page-title{font-size:18px;}
  .home-about-copy{margin:10px 18px 32px;font-size:13px;}
}
.home-about-copy{text-align:left;}
@media (max-width:900px){
  .home-about-copy{margin-left:18px;margin-right:18px;text-align:left;}
  body:has(.activities-subhero) .mobile-page-title{display:block !important;}
  body:has(.activities-subhero) .subhero h1{display:none !important;}
}
.navbar{background:#a8c4aa;}
.menu-toggle{background:#6f9b78;color:#fff;}
.main-nav{background:#8eb193;}
.main-nav a:hover,
.main-nav a.active{background:rgba(255,255,255,.20);}
.logo-banner{background:#fff;}
.logo-banner img{display:block;width:100%;height:auto;object-fit:contain;object-position:center;}
.home-aerial img{filter:saturate(.93) contrast(.98) brightness(1.02);}
.home-aerial::before{content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:13%;pointer-events:none;background:linear-gradient(
    to bottom,
    rgba(168,196,170,.34) 0%,
    rgba(168,196,170,.12) 42%,
    rgba(168,196,170,0) 100%
  );}
.home-aerial::after{z-index:2;height:48%;background:linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.18) 28%,
    rgba(255,255,255,.76) 65%,
    #fff 94%
  );}
.home-about-link{z-index:3;}
@media (max-width:900px){
  .navbar{background:#a8c4aa;}
  .nav-inner{background:#a8c4aa;}
  .menu-toggle{background:#6f9b78;}
  .main-nav{background:#8eb193;}
  .home-aerial::before{height:15%;}
  .home-aerial::after{height:52%;}
}
@media (max-width:480px){
  .home-aerial::before{height:16%;}
  .home-aerial::after{height:55%;}
}
.home-about-link .section-icon,
.home-activities .section-icon,
.home-topics .section-icon,
.homepage .section-icon,
.home-page .section-icon{background:#6f9b78 !important;}
.home-topics .topic-card,
.other-topics .topic-card,
.home-other-topics .topic-card{padding:18px 20px;align-items:center;}
.home-activities .activity-card .activity-image,
.home-activities .activity-card img,
.activity-list .activity-card .activity-image,
.activity-list .activity-card img{width:230px;height:230px;object-fit:cover;object-position:center;border-radius:20px;flex:0 0 230px;}
@media (max-width:900px){
  .home-topics .topic-card,
  .other-topics .topic-card,
  .home-other-topics .topic-card{min-height:160px;}
  .home-activities .activity-card .activity-image,
  .home-activities .activity-card img,
  .activity-list .activity-card .activity-image,
  .activity-list .activity-card img{width:230px;height:230px;flex-basis:230px;}
}
@media (max-width:600px){
  .home-topics .topic-card,
  .other-topics .topic-card,
  .home-other-topics .topic-card{min-height:136px;padding:14px 16px;}
  .home-activities .activity-card .activity-image,
  .home-activities .activity-card img,
  .activity-list .activity-card .activity-image,
  .activity-list .activity-card img{width:118px;height:118px;flex:0 0 118px;border-radius:14px;}
}
.home-topics .topic-card,
.other-topics .topic-card,
.home-other-topics .topic-card{min-height:0 !important;height:auto !important;}
@media (min-width:601px){
  .home-topics .topic-card,
  .other-topics .topic-card,
  .home-other-topics .topic-card{height:270px !important;padding:18px 20px !important;}
}
@media (max-width:600px){
  .home-topics .topic-card,
  .other-topics .topic-card,
  .home-other-topics .topic-card{height:108px !important;min-height:108px !important;padding:10px 12px !important;}
  .info-card,
  .buurtinfo-card,
  .buurtinformatie-card,
  .info-grid .card,
  .buurtinfo-grid .card{min-height:108px !important;height:108px !important;padding:10px 12px !important;align-items:center !important;}
  .other-topics .topic-card{display:grid !important;grid-template-columns:118px minmax(0,1fr) 24px !important;gap:14px !important;align-items:center !important;height:118px !important;min-height:118px !important;padding:6px 10px !important;}
  .other-topics .topic-card-image{width:106px !important;height:106px !important;margin:0 !important;border-radius:14px !important;overflow:hidden !important;display:grid !important;place-items:center !important;background:#fff !important;}
  .other-topics .topic-card-image img{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center !important;border-radius:14px !important;display:block !important;}
  .other-topics .topic-card-copy{min-width:0 !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:4px !important;align-self:stretch !important;}
  .other-topics .topic-card-copy strong{margin:0 !important;font-size:18px !important;line-height:1.15 !important;font-weight:800 !important;color:#0a4e2e !important;}
  .other-topics .topic-card-copy small{margin:0 !important;font-size:13px !important;line-height:1.25 !important;color:#59635d !important;white-space:normal !important;overflow:visible !important;}
  .other-topics .topic-arrow{justify-self:center !important;align-self:center !important;font-size:30px !important;line-height:1 !important;}
  .other-topics .topic-card-image{width:82px !important;height:82px !important;justify-self:center !important;align-self:center !important;}
  .other-topics .topic-card-image img{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center !important;}
  .other-topics .topic-card{display:grid !important;grid-template-columns:118px minmax(0,1fr) 24px !important;gap:14px !important;align-items:center !important;min-height:118px !important;height:118px !important;padding:0 !important;border-radius:14px !important;overflow:hidden !important;}
  .other-topics .topic-card-image{width:118px !important;height:118px !important;min-width:118px !important;min-height:118px !important;margin:0 !important;border-radius:14px 0 0 14px !important;overflow:hidden !important;display:grid !important;place-items:center !important;background:#fff !important;justify-self:start !important;align-self:stretch !important;}
  .other-topics .topic-card-image img{width:100% !important;height:100% !important;padding:10px !important;box-sizing:border-box !important;object-fit:contain !important;object-position:center !important;border-radius:0 !important;display:block !important;}
  .other-topics .topic-card-copy{min-width:0 !important;align-self:center !important;justify-content:center !important;padding:0 !important;margin:0 !important;}
  .other-topics .topic-card-copy strong{margin:0 0 4px !important;}
  .other-topics .topic-card-copy small{margin:0 !important;}
  .other-topics .topic-arrow{justify-self:center !important;align-self:center !important;margin:0 !important;}
  .other-topics .topic-card{position:relative !important;display:grid !important;grid-template-columns:82px 1fr !important;gap:10px !important;align-items:center !important;width:100% !important;height:auto !important;min-height:96px !important;padding:7px 32px 7px 7px !important;box-sizing:border-box !important;overflow:hidden !important;}
  .other-topics .topic-card-image{width:82px !important;height:82px !important;min-width:82px !important;min-height:82px !important;margin:0 !important;padding:0 !important;display:grid !important;place-items:center !important;align-self:center !important;justify-self:start !important;overflow:hidden !important;border-radius:12px !important;background:#fff !important;}
  .other-topics .topic-card-image img{width:82px !important;height:82px !important;margin:0 !important;padding:5px !important;box-sizing:border-box !important;object-fit:contain !important;object-position:center !important;display:block !important;}
  .other-topics .topic-card-copy{min-width:0 !important;margin:0 !important;padding:0 !important;align-self:center !important;}
  .other-topics .topic-card-copy strong{display:block !important;margin:0 0 3px !important;line-height:1.15 !important;}
  .other-topics .topic-card-copy small{display:block !important;margin:0 !important;line-height:1.25 !important;}
  .other-topics .topic-arrow{position:absolute !important;right:12px !important;top:50% !important;transform:translateY(-50%) !important;margin:0 !important;line-height:1 !important;}
  .other-topics .topic-card-copy strong{font-size:15px !important;line-height:1.18 !important;font-weight:700 !important;}
  .event-meta{font-size:13px !important;line-height:1.25 !important;}
}
.activities-accordion-section{padding-top:22px;}
.activities-choice-list{display:flex;flex-direction:column;gap:14px;}
.activities-choice{border:1px solid #e2e8e3;border-radius:18px;background:#fff;box-shadow:0 4px 14px rgba(34,73,49,.08);overflow:hidden;}
.activities-choice summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:54px minmax(0,1fr) 24px;align-items:center;gap:14px;padding:15px 18px;}
.activities-choice summary::-webkit-details-marker{display:none;}
.activities-choice-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#dcecdf;color:#6f9b78;}
.activities-choice-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;}
.activities-choice-text{display:flex;flex-direction:column;gap:3px;}
.activities-choice-text strong{color:#0a4e2e;font-size:18px;line-height:1.2;}
.activities-choice-text span{color:#667169;font-size:13px;line-height:1.35;}
.activities-choice-arrow{color:#6f9b78;font-size:30px;line-height:1;transition:transform .2s ease;}
.activities-choice[open] .activities-choice-arrow{transform:rotate(90deg);}
.activities-choice-content{border-top:1px solid #e6ebe7;padding:14px 16px 18px;}
.activities-choice-content .events{margin-top:0;}
.activity-archive-events .event-meta{margin-top:5px;}
@media (max-width:600px){
  .activities-accordion-section{padding-top:14px;}
  .activities-choice-list{gap:10px;}
  .activities-choice summary{grid-template-columns:44px minmax(0,1fr) 20px;gap:11px;padding:11px 12px;}
  .activities-choice-icon{width:40px;height:40px;}
  .activities-choice-icon svg{width:23px;height:23px;}
  .activities-choice-text strong{font-size:15px;}
  .activities-choice-text span{font-size:12px;}
  .activities-choice-arrow{font-size:27px;}
  .activities-choice-content{padding:10px 10px 12px;}
  .activities-choice summary{grid-template-columns:44px 1fr auto !important;gap:11px !important;padding:12px 13px !important;min-height:0 !important;box-sizing:border-box !important;}
  .activities-choice-icon{width:40px !important;height:40px !important;}
  .activities-choice-icon svg{width:22px !important;height:22px !important;}
  .activities-choice-text strong{font-size:15px !important;line-height:1.18 !important;}
  .activities-choice-text span{font-size:13px !important;line-height:1.25 !important;}
  .buurt-choice{height:108px !important;min-height:108px !important;box-sizing:border-box !important;}
  .buurt-choice summary{height:108px !important;min-height:108px !important;padding:10px 12px !important;gap:11px !important;box-sizing:border-box !important;}
  .buurt-choice-icon{width:82px !important;height:82px !important;flex:0 0 82px !important;border-radius:12px !important;}
  .buurt-choice-icon svg{width:44px !important;height:44px !important;}
  .buurt-choice-text{gap:4px !important;}
  .buurt-choice-text strong{font-size:15px !important;line-height:1.18 !important;}
  .buurt-choice-text span{font-size:13px !important;line-height:1.25 !important;}
  .buurt-choice-arrow{font-size:30px !important;}
  .buurt-choice[open]{height:auto !important;}
}
.friends-list{flex-direction:column;gap:10px;}
.friend-card{display:grid;grid-template-columns:58px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:9px 11px;border:1px solid #e2e8e3;border-radius:14px;background:#fff;text-decoration:none;color:#0a4e2e;}
.friend-card img{width:58px;height:58px;border-radius:10px;object-fit:contain;background:#f3f8f4;}
.friend-card strong{font-size:15px;line-height:1.2;}
.friend-card > span{font-size:28px;color:#6f9b78;}
@media (max-width:600px){
  .board-group-image{margin:10px 0;border-radius:10px;}
  .friend-card{grid-template-columns:52px minmax(0,1fr) 18px;gap:10px;padding:8px 10px;}
  .friend-card img{width:52px;height:52px;}
  .friend-card strong{font-size:14px;}
}
.board-image-separator{height:1px;background:#e1e4e1;margin:0 0 12px;}
.board-group-image{display:block;width:100%;height:auto;object-fit:cover;border-radius:14px;margin:0 0 14px;}
.friends-list{display:block !important;padding:0 !important;margin:0 !important;}
.friend-row{display:grid;grid-template-columns:92px minmax(0,1fr) 22px;align-items:center;gap:14px;min-height:82px;padding:10px 0;border:0 !important;border-bottom:1px solid #e1e4e1 !important;border-radius:0 !important;background:transparent !important;text-decoration:none;color:#0a4e2e;}
.friend-row:last-child{border-bottom:0 !important;}
.friend-logo{width:92px;height:62px;display:flex;align-items:center;justify-content:center;}
.friend-logo img{display:block;width:100%;height:100%;object-fit:contain;}
.friend-row strong{font-size:15px;line-height:1.2;}
.friend-arrow{justify-self:end;font-size:28px;line-height:1;color:#6f9b78;}
@media (max-width:600px){
  .friend-row{grid-template-columns:82px minmax(0,1fr) 18px;gap:11px;min-height:76px;padding:9px 0;}
  .friend-logo{width:82px;height:56px;}
  .friend-row strong{font-size:14px;}
  .friend-arrow{font-size:26px;}
}
.contact-section{font-size:15px;line-height:1.45;}
.contact-section>strong,.appgroup-signup>strong{display:block;color:#202520;margin-bottom:5px;}
.content-separator{height:1px;background:#e1e4e1;margin:14px 0;}
.appgroup-list{display:block;margin:0;}
.appgroup-row{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:12px;min-height:76px;padding:9px 0;border-bottom:1px solid #e1e4e1;}
.appgroup-row:last-child{border-bottom:0;}
.appgroup-icon{width:82px;height:56px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#f3f8f4;}
.appgroup-icon img{display:block;}
.appgroup-chat-icon svg{width:42px;height:42px;fill:none;stroke:#17643d;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}
.appgroup-row strong{font-size:15px;color:#0a4e2e;}
.appgroup-signup{border-top:1px solid #e1e4e1;margin-top:4px;padding-top:14px;font-size:15px;line-height:1.45;}
@media (max-width:600px){
  .contact-section,.appgroup-signup{font-size:14px;}
  .appgroup-row{grid-template-columns:76px minmax(0,1fr);min-height:72px;gap:11px;}
  .appgroup-icon{width:76px;height:52px;}
  .appgroup-row strong{font-size:14px;}
}
.nav-inner{display:grid !important;grid-template-columns:48px minmax(0,1fr) 48px !important;align-items:center !important;}
.home-nav-button{grid-column:1;width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#6f9b78;color:#fff;text-decoration:none;}
.home-nav-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;}
.nav-inner .menu-toggle{grid-column:3 !important;justify-self:end !important;margin:0 !important;}
.nav-inner .page-title,.nav-inner .nav-title,.nav-inner .navbar-title{grid-column:2 !important;justify-self:start !important;margin-left:10px !important;}
.home-welcome{padding:12px 18px 8px;}
.home-welcome p{margin:0 0 12px;color:#303832;font-size:14px;line-height:1.5;}
.section-more-link{display:inline-flex;align-items:center;gap:5px;color:#0a4e2e;font-weight:700;font-size:14px;text-decoration:none;}
.section-more-link span{font-size:23px;line-height:1;}
.topics-all-link-wrap{margin-top:12px;padding:0 2px;}
.topics-page-section{padding-top:18px;}
.topics-page-list{display:flex;flex-direction:column;gap:10px;}
@media (max-width:600px){
  .home-nav-button{width:40px;height:40px;}
}
@media (max-width:900px){
  .nav-inner{display:grid !important;grid-template-columns:42px minmax(0,1fr) 42px !important;align-items:center !important;gap:10px !important;}
  .home-nav-button,.menu-toggle{width:42px !important;height:42px !important;min-width:42px !important;min-height:42px !important;box-sizing:border-box !important;border-radius:10px !important;margin:0 !important;}
  .home-nav-button{grid-column:1 !important;display:grid !important;place-items:center !important;justify-self:start !important;}
  .home-nav-button svg{width:24px !important;height:24px !important;}
  .menu-toggle{grid-column:3 !important;display:grid !important;place-items:center !important;justify-self:end !important;padding:0 !important;font-size:29px !important;line-height:1 !important;}
  .mobile-page-title{grid-column:2 !important;grid-row:1 !important;display:block !important;justify-self:end !important;text-align:right !important;margin:0 !important;color:#fff !important;font-weight:700 !important;min-width:0 !important;}
}
.home-page .home-intro{padding:0 !important;margin:0 !important;}
.home-page .home-welcome{padding:18px 18px 8px !important;background:#fff !important;}
.home-page .home-welcome p{margin:0 auto 14px !important;color:#59635d !important;opacity:1 !important;}
.home-page .home-info-link{display:block !important;width:max-content !important;max-width:100% !important;margin:0 auto !important;color:var(--green) !important;opacity:1 !important;}
.home-page .home-about-copy,.home-page .home-aerial{display:none !important;}
.home-page .other-topics .section-icon svg{width:23px !important;height:23px !important;}
.home-page .topics-all-link{display:block !important;width:max-content !important;max-width:100% !important;margin:14px auto 0 !important;text-align:center !important;}
@media (max-width:600px){
  .topics-page-section{padding-top:18px !important;}
  .topics-page-list{display:flex !important;flex-direction:column !important;gap:9px!important
  width:100% !important;max-width:860px !important;margin:0 auto !important;padding-left:0 !important;padding-right:0 !important;}
  .topics-page-list .topic-card{position:relative !important;display:grid !important;grid-template-columns:82px 1fr !important;gap:11px !important;align-items:center !important;height:108px !important;min-height:108px !important;padding:10px 32px 10px 12px !important;box-sizing:border-box !important;overflow:hidden!important
  
  max-
  width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}
  .topics-page-list .topic-card-image{width:82px !important;height:82px !important;min-width:82px !important;min-height:82px !important;margin:0 !important;padding:0 !important;display:grid !important;place-items:center !important;overflow:hidden !important;border-radius:12px !important;background:#fff !important;}
  .topics-page-list .topic-card-image img{width:82px !important;height:82px !important;padding:5px !important;box-sizing:border-box !important;object-fit:contain !important;object-position:center !important;}
  .topics-page-list .topic-card-copy{min-width:0 !important;margin:0 !important;padding:0 !important;}
  .topics-page-list .topic-card-copy strong{display:block !important;margin:0 0 3px !important;font-size:15px !important;line-height:1.15 !important;}
  .topics-page-list .topic-card-copy small{display:block !important;margin:0 !important;font-size:11px !important;line-height:1.25 !important;}
  .topics-page-list .topic-arrow{position:absolute !important;right:12px !important;top:50% !important;transform:translateY(-50%) !important;margin:0 !important;}
}
@media (max-width:900px){
  body:not(.home-page) .nav-inner{grid-template-columns:minmax(0,1fr) 42px !important;}
  body:not(.home-page) .mobile-page-title{grid-column:1 !important;justify-self:start !important;text-align:left !important;}
  body:not(.home-page) .menu-toggle{grid-column:2 !important;}
}
.home-page .home-welcome{padding-bottom:34px !important;}
.home-page .home-welcome p,
.home-page .home-info-link,
.home-page .mobile-all,
.home-page .topics-all-link{font-size:16px !important;line-height:1.45 !important;}
.home-page .home-info-link,
.home-page .mobile-all,
.home-page .topics-all-link{font-weight:700 !important;color:var(--green) !important;}
.friends-intro{margin:0 0 12px;padding:0 0 12px;border-bottom:1px solid #e1e4e1;color:#59635d;font-size:15px;line-height:1.4;}
@media (max-width:600px){
  .friends-intro{font-size:14px;margin-bottom:10px;padding-bottom:10px;}
}
.member-content,.member-content p{font-size:15px !important;line-height:1.45 !important;}
.appgroups-intro{margin:0 0 10px;color:#303832;font-size:15px;line-height:1.45;}
.appgroup-icon img{width:100% !important;height:100% !important;object-fit:contain !important;background:#fff;}
@media (max-width:600px){
  .member-content,.member-content p,.appgroups-intro{font-size:14px !important;line-height:1.45 !important;}
}
.mobile-page-title{display:inline-flex !important;align-items:center !important;gap:8px !important;}
.page-title-icon{display:inline-block;line-height:1;font-weight:400;}
.appgroups-intro-separated{padding-bottom:12px !important;margin-bottom:0 !important;border-bottom:1px solid #e1e4e1 !important;}
.home-page{--home-content-left:14px;}
.home-page .event-card,
.home-page .topic-card{width:100% !important;margin-left:0 !important;margin-right:0 !important;}
.activity-card-link{display:block;color:inherit;text-decoration:none;}
.activity-card-link .event-card{cursor:pointer;}
.activity-card-link:hover .event-card,
.activity-card-link:focus-visible .event-card{box-shadow:0 6px 18px rgba(34,73,49,.14);}
.activity-back-link{display:inline-block;margin-bottom:14px;color:#0a4e2e;font-weight:700;text-decoration:none;}
.activity-detail-card{background:#fff;}
.activity-detail-image{width:100%;max-height:360px;object-fit:cover;}
.activity-detail-body h1{font-family:inherit !important;text-transform:none !important;}
.activity-detail-meta{margin:5px 0;color:#59635d;font-size:15px;}
.activity-detail-description{margin-top:18px;padding-top:16px;}
.activity-detail-section{padding-top:14px !important;}
.activity-detail-card{overflow:visible !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;}
.activity-detail-image{display:none !important;}
.activity-detail-body{padding:16px !important;}
.activity-detail-body h1{margin:0 0 4px !important;color:#111 !important;font-size:16px !important;font-weight:700 !important;line-height:1.2 !important;}
.activity-detail-description{margin:0 0 14px !important;padding:0 !important;border-top:0 !important;color:#303832 !important;font-size:15px !important;line-height:1.5 !important;}
.activity-detail-body .event-date,
.activity-detail-body .event-meta{display:flex !important;align-items:center !important;gap:3px !important;margin:1px 0 !important;color:#39453d !important;font-family:inherit !important;font-size:14px !important;font-weight:400 !important;line-height:1.25 !important;text-transform:none !important;}
.activity-detail-body .meta-icon{display:inline-flex !important;width:14px !important;height:14px !important;flex:0 0 14px !important;}
.activity-detail-body .meta-icon svg{width:14px !important;height:14px !important;fill:none !important;stroke:currentColor !important;stroke-width:1.8 !important;stroke-linecap:round !important;stroke-linejoin:round !important;}
.activity-back-bottom{display:block !important;width:max-content !important;max-width:100% !important;margin:18px 0 0 !important;padding-top:14px !important;border-top:1px solid #e1e4e1 !important;font-size:15px !important;}
@media (max-width:900px){
  body:not(.home-page) .nav-inner{grid-template-columns:minmax(0,1fr) 42px !important;align-items:center !important;}
  body:not(.home-page) .mobile-page-title{grid-column:1 !important;justify-self:start !important;text-align:left !important;margin-right:0 !important;}
  body:not(.home-page) .menu-toggle{grid-column:2 !important;justify-self:end !important;}
}
.mobile-page-title{font-size:15px !important;line-height:1.2 !important;}
.buurt-choice-text strong,
.activities-choice-text strong,
.topic-card-copy strong,
.home-page .section-head h2,
.home-page .section-head strong{font-size:15px !important;line-height:1.2 !important;}
.home-page .home-welcome p{font-size:15px !important;line-height:1.5 !important;}
.home-page .section-heading,
.home-page .section-title,
.home-page .section-head{font-size:15px !important;line-height:1.2 !important;}
.buurt-choice-content,
.buurt-choice-content p,
.member-content,
.member-content p,
.appgroups-intro,
.friends-intro,
.contact-section,
.appgroup-signup{font-size:15px !important;line-height:1.45 !important;}
.topics-page-list .topic-card-copy strong{font-size:15px !important;line-height:1.2 !important;}
.activity-detail-description,
.activity-detail-meta,
.activity-back-bottom{font-size:15px !important;}
.home-page{--homepage-left:14px;}
.home-page .home-welcome,
.home-page .home-activities,
.home-page main > .section{padding-left:var(--homepage-left) !important;padding-right:var(--homepage-left) !important;box-sizing:border-box !important;}
.home-page .home-welcome p,
.home-page .home-info-link,
.home-page .section-head,
.home-page .section-head h2,
.home-page .section-head strong,
.home-page .event-card,
.home-page .topic-card,
.home-page .mobile-all,
.home-page .topics-all-link{margin-left:0 !important;}
.home-page .home-info-link,
.home-page .mobile-all,
.home-page .topics-all-link{width:max-content !important;max-width:100% !important;margin-right:0 !important;text-align:left !important;}
.home-page > .home-intro + .section > .section-head,
.home-page > .home-intro + .section > .mobile-all,
.home-page > .other-topics > .section-head,
.home-page > .other-topics > .topics-all-link{margin-left:var(--homepage-left) !important;}
.home-page .section-separator,
.home-page hr{margin-left:0 !important;margin-right:0 !important;}
.buurt-choice-text strong,
.buurt-choice-text span,
.buurt-choice-content,
.buurt-choice-content p,
.buurt-choice-content strong,
.member-content,
.member-content p,
.appgroups-intro,
.appgroup-row strong,
.appgroup-signup,
.appgroup-signup strong,
.friends-intro,
.friend-row strong,
.contact-section,
.contact-section strong,
.activities-choice-text strong,
.activities-choice-text span,
.activities-choice-content,
.activities-choice-content p,
.topics-page-list .topic-card-copy strong,
.topics-page-list .topic-card-copy small,
.topic-card-copy strong,
.topic-card-copy small,
.home-page .home-welcome p,
.home-page .home-info-link,
.home-page .mobile-all,
.home-page .topics-all-link,
.home-page .section-head h2,
.home-page .section-head strong{font-size:15px !important;line-height:1.4 !important;}
.contact-plain-link{font-size:15px !important;font-weight:400 !important;}
body,
body p,
body a,
body strong,
body b,
body em,
body i,
body small,
body label,
body li,
body dt,
body dd,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body input,
body textarea,
body select,
body option,
body .mobile-page-title,
body .event-date,
body .event-meta,
body .activity-detail-meta,
body .activity-detail-description,
body .activity-back-link,
body .buurt-choice-text strong,
body .buurt-choice-text span,
body .buurt-choice-content,
body .activities-choice-text strong,
body .activities-choice-text span,
body .activities-choice-content,
body .topic-card-copy strong,
body .topic-card-copy small,
body .friend-row strong,
body .appgroup-row strong,
body .appgroups-intro,
body .appgroup-signup,
body .contact-section,
body .friends-intro,
body .home-welcome,
body .home-welcome p,
body .home-info-link,
body .mobile-all,
body .topics-all-link,
body .section-more-link{font-size:16px !important;}
.menu-toggle{font-size:29px !important;}
.page-title-icon{font-size:.9em !important;}
.event-arrow,
.topic-arrow,
.friend-arrow,
.activities-choice-arrow,
.buurt-choice-arrow{font-size:28px !important;}
.event-card .event-date,
.event-date{font-size:14px !important;line-height:1.2 !important;}
.home-page .home-welcome{padding-left:14px !important;padding-right:14px !important;text-align:left !important;}
.home-page .home-welcome p{width:100% !important;max-width:none !important;margin-left:0 !important;margin-right:0 !important;text-align:left !important;}
.event-card h3{font-weight:700 !important;line-height:1.2 !important;margin:0 0 4px !important;}
.event-card .event-date{display:flex !important;align-items:center !important;gap:4px !important;margin:1px 0 !important;color:#39453d !important;font-weight:400 !important;line-height:1.25 !important;text-transform:none !important;}
.event-card .event-date .event-calendar-icon{display:inline-flex !important;width:14px !important;height:14px !important;flex:0 0 14px !important;margin-right:0 !important;}
.event-card .event-date .event-calendar-icon svg{width:14px !important;height:14px !important;fill:none !important;stroke:currentColor !important;stroke-width:1.8 !important;stroke-linecap:round !important;stroke-linejoin:round !important;}
.event-card .event-meta{font-weight:400 !important;line-height:1.25 !important;}
.home-page .topic-card-copy strong{font-size:16px !important;}
.home-page .topic-card-copy small{font-size:15px !important;}
.event-card h3{font-size:16px !important;}
.event-card .event-date,
.event-card .event-meta,
.event-card .event-meta span{font-size:14px !important;}
.topic-card-copy strong{font-size:16px !important;}
.topic-card-copy small{font-size:14px !important;}
body:not(.home-page) .topbar,
body:not(.home-page) .page-bar,
body:not(.home-page) .page-header-bar{position:relative;}
body:not(.home-page) .topbar .page-title,
body:not(.home-page) .page-bar .page-title,
body:not(.home-page) .page-header-bar .page-title,
body:not(.home-page) .topbar-title{margin-left:16px !important;margin-right:auto !important;text-align:left !important;justify-content:flex-start !important;}
.activity-photo-gallery{margin-top:18px;display:grid;gap:12px;}
.activity-photo-gallery img{display:block;width:100%;height:auto;border-radius:12px;}

/* =========================================================
   Desktoplaag
   Geldt uitsluitend vanaf 901px. De mobiele CSS blijft de basis.
   Centrale contentbreedte sluit aan op de weergegeven header.
   ========================================================= */
@media (min-width:901px){
  :root{
    --desktop-width:870px;
    --desktop-inner-gap:28px;
  }

  /* Algemene breedte en header */
  .site-shell{
    max-width:none;
    box-shadow:none;
  }
  .logo-banner{
    width:var(--desktop-width);
    max-width:100%;
    margin:0 auto;
    padding:10px 0 0;
  }
  .logo-banner img{
    width:100%;
    max-height:none;
    height:auto;
  }
  .navbar{
    width:var(--desktop-width);
    max-width:100%;
    margin:0 auto;
  }
  .nav-inner{
    display:block !important;
    width:100%;
    max-width:none;
    min-height:58px;
    margin:0;
  }
  .home-nav-button,
  .mobile-page-title,
  .menu-toggle{
    display:none !important;
  }
  .main-nav{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr));
    width:100%;
    justify-content:stretch;
  }
  .main-nav a{
    min-height:58px;
    padding:10px 8px;
    justify-content:center;
    text-align:center;
    line-height:1.2;
    white-space:normal;
  }

  /* Gemeenschappelijke inhoud */
  .page{
    width:var(--desktop-width);
    max-width:100%;
    margin:0 auto;
    padding:34px var(--desktop-inner-gap) 0;
  }
  footer{
    width:var(--desktop-width);
    max-width:100%;
    margin:0 auto;
    padding:28px var(--desktop-inner-gap);
  }
  .values{
    width:var(--desktop-width);
    max-width:100%;
    margin:0 auto;
  }
  .values-inner{
    max-width:none;
    padding:24px var(--desktop-inner-gap);
  }

  /* Home */
  .home-page{
    padding-top:0;
  }
  .home-page .home-intro{
    margin:0 !important;
    padding:0 !important;
  }
  .home-page .home-welcome{
    padding:18px 0 28px !important;
  }
  .home-page .home-welcome p{
    width:100% !important;
    margin:0 0 12px !important;
    font-size:16px !important;
    line-height:1.5 !important;
  }
  .home-page .home-info-link{
    margin:0 !important;
    font-size:16px !important;
  }
  .home-page .section{
    padding:26px 0;
  }
  .home-page .section-head{
    margin:0 0 14px !important;
    align-items:center;
  }
  .home-page .section-head h2,
  .home-page .section-head strong,
  .home-page .section-title{
    font-size:18px !important;
    line-height:1.2 !important;
  }
  .home-page .section-icon{
    width:40px;
    height:40px;
  }
  .home-page .more-link{
    display:block;
    font-size:16px !important;
  }
  .home-page .mobile-all{
    display:none !important;
  }
  .home-page .events{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  /* Activiteitenkaarten: Home + Activiteitenpagina */
  .event-card,
  .home-page .event-card,
  .activities-page .event-card,
  .activities-choice-content .event-card{
    position:relative;
    grid-template-columns:116px minmax(0,1fr);
    gap:13px;
    min-height:140px;
    padding:10px 34px 10px 10px;
    align-items:center;
  }
  .event-card img,
  .home-page .event-card img,
  .activities-page .event-card img,
  .activities-choice-content .event-card img{
    width:116px;
    height:116px;
    min-height:0;
    object-fit:cover;
  }
  .event-card h3{
    font-size:17px !important;
    line-height:1.2 !important;
    margin:0 0 5px !important;
  }
  .event-card .event-date,
  .event-card .event-meta,
  .event-card .event-meta span{
    font-size:14px !important;
    line-height:1.3 !important;
  }
  .event-card .event-meta{
    margin:2px 0;
  }
  .event-arrow{
    display:block !important;
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    color:var(--green);
    font-size:28px !important;
    line-height:1;
  }

  /* Activiteitenpagina */
  .activities-accordion-section{
    padding-top:10px;
  }
  .activities-choice-list{
    gap:16px;
  }
  .activities-choice{
    border-radius:16px;
  }
  .activities-choice summary{
    grid-template-columns:58px minmax(0,1fr) 28px;
    gap:14px;
    min-height:92px;
    padding:14px 18px;
  }
  .activities-choice-icon{
    width:54px;
    height:54px;
  }
  .activities-choice-icon svg{
    width:29px;
    height:29px;
  }
  .activities-choice-text strong{
    font-size:18px !important;
    line-height:1.2 !important;
  }
  .activities-choice-arrow{
    font-size:30px !important;
  }
  .activities-choice-content{
    padding:16px 16px 18px;
  }
  .activities-choice-content .events{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }
  .activity-archive-events .past-event-card{
    min-width:0;
  }

  /* Buurtinformatie */
  .buurt-choice-page{
    padding-top:28px;
  }
  .buurt-choice-list{
    width:100%;
    max-width:none;
    gap:16px;
  }
  .buurt-choice{
    border-radius:16px;
  }
  .buurt-choice summary{
    min-height:112px;
    padding:14px 18px;
    gap:16px;
  }
  .buurt-choice-icon{
    width:84px;
    height:84px;
    flex:0 0 84px;
    border-radius:13px;
  }
  .buurt-choice-icon svg{
    width:46px;
    height:46px;
  }
  .buurt-choice-text{
    gap:4px;
  }
  .buurt-choice-text strong{
    font-size:18px !important;
    line-height:1.2 !important;
  }
  .buurt-choice-arrow{
    font-size:30px !important;
  }
  .buurt-choice-content{
    padding:22px 26px 26px;
  }
  .buurt-choice-content,
  .buurt-choice-content p,
  .member-content,
  .member-content p,
  .appgroups-intro,
  .friends-intro,
  .contact-section,
  .appgroup-signup{
    font-size:16px !important;
    line-height:1.5 !important;
  }
  .board-list>div{
    grid-template-columns:220px minmax(0,1fr);
    gap:26px;
    padding:9px 0;
  }
  .board-group-image{
    max-height:320px;
    object-fit:cover;
    object-position:center;
  }

  /* Overige informatie */
  .topics-page-section{
    width:var(--desktop-width);
    max-width:100%;
    margin:0 auto;
    padding:30px var(--desktop-inner-gap) 38px;
  }
  .topics-page-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }
  .topics-page-list .topic-card{
    position:relative;
    display:grid;
    grid-template-columns:76px minmax(0,1fr) 24px;
    align-items:center;
    gap:14px;
    min-height:112px;
    padding:14px 16px;
  }
  .topics-page-list .topic-card-image{
    width:76px;
    height:76px;
    border-radius:12px;
  }
  .topics-page-list .topic-card-image img{
    width:76px;
    height:76px;
    object-fit:contain;
  }
  .topics-page-list .topic-card-copy{
    gap:5px;
    min-width:0;
  }
  .topics-page-list .topic-card-copy strong{
    font-size:17px !important;
    line-height:1.2 !important;
  }
  .topics-page-list .topic-card-copy small{
    font-size:14px !important;
    line-height:1.4 !important;
  }
  .topics-page-list .topic-arrow{
    justify-self:end;
    font-size:28px !important;
  }

  /* Contact */
  .contact-choice-page{
    padding-top:28px;
  }
  .contact-choice-list{
    width:100%;
    max-width:none;
    gap:16px;
  }
  .contact-choice{
    border-radius:16px;
  }
  .contact-choice summary{
    min-height:112px;
    padding:14px 18px;
    gap:16px;
  }
  .contact-choice-icon{
    width:84px;
    height:84px;
    flex:0 0 84px;
    border-radius:13px;
  }
  .contact-choice-icon svg{
    width:46px;
    height:46px;
  }
  .contact-choice-text{
    gap:4px;
  }
  .contact-choice-text strong{
    font-size:18px !important;
    line-height:1.2 !important;
  }
  .contact-choice-arrow{
    font-size:30px !important;
  }
  .contact-choice-content{
    padding:22px 26px 26px;
  }
  .contact-form{
    gap:16px;
  }
  .contact-form label{
    font-size:15px !important;
  }
  .contact-form input,
  .contact-form textarea{
    margin-top:6px;
    padding:13px 14px;
    font-size:16px !important;
  }
  .contact-form input{
    min-height:46px;
  }
  .contact-form textarea{
    min-height:170px;
  }
  .contact-form .btn{
    padding:12px 20px;
  }
}

/* =========================================================
   Desktop verfijningen
   Alleen vanaf 901px; mobiel blijft onaangeroerd.
   ========================================================= */
@media (min-width:901px){

  /* Navigatie: ruimte op basis van inhoud, alles op één regel */
  .main-nav{
    grid-template-columns:
      minmax(110px,.8fr)
      minmax(150px,1.05fr)
      minmax(180px,1.2fr)
      minmax(190px,1.25fr)
      minmax(120px,.9fr);
  }
  .main-nav a{
    white-space:nowrap;
    padding-left:10px;
    padding-right:10px;
  }

  /* Home: 'Bekijk alle activiteiten' onder de kaarten, links uitgelijnd */
  .home-page .section:first-of-type{
    display:grid;
    grid-template-columns:1fr;
  }
  .home-page .section:first-of-type .section-head{
    grid-row:1;
  }
  .home-page .section:first-of-type .events{
    grid-row:2;
  }
  .home-page .section:first-of-type .more-link{
    grid-row:3;
    justify-self:start;
    margin-top:14px !important;
  }

  /* Home: Overige informatie-kaarten even groot als activiteitkaarten */
  .home-page .topic-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }
  .home-page .topic-card{
    position:relative !important;
    display:grid !important;
    grid-template-columns:116px minmax(0,1fr) !important;
    gap:13px !important;
    width:100% !important;
    height:140px !important;
    min-height:140px !important;
    max-height:140px !important;
    padding:10px 34px 10px 10px !important;
    align-items:center !important;
    box-sizing:border-box !important;
  }
  .home-page .topic-card-image{
    width:116px !important;
    height:116px !important;
    min-width:116px !important;
    min-height:116px !important;
    max-width:116px !important;
    max-height:116px !important;
    border-radius:12px !important;
    overflow:hidden !important;
    align-self:center !important;
  }
  .home-page .topic-card-image img{
    width:116px !important;
    height:116px !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center !important;
  }
  .home-page .topic-card-copy strong{
    font-size:17px !important;
    line-height:1.2 !important;
  }
  .home-page .topic-card-copy small{
    font-size:14px !important;
    line-height:1.35 !important;
  }
  .home-page .topic-arrow{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px !important;
  }

  /* Alleen desktop: Samen / Betrokken / Leefbaar verwijderen */
  .values{
    display:none !important;
  }

  /* Activiteit-detail: binnen dezelfde contentbreedte als de rest */
  .activity-detail-page,
  .activity-detail-page.page,
  .activity-detail{
    width:var(--desktop-width);
    max-width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .activity-detail-page.page{
    padding:34px var(--desktop-inner-gap) 0 !important;
  }
  .activity-detail-card{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }
  .activity-detail-body{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }
  .activity-detail-body h1,
  .activity-detail-body .event-date,
  .activity-detail-body .event-meta,
  .activity-back-link{
    margin-left:0 !important;
  }
  .activity-back-bottom{
    display:inline-block;
    margin-top:24px !important;
  }
}

@media (min-width:901px){
  /* Homepage activiteiten: gebruik de bestaande link ná .events.
     De link in de sectiekop wordt op desktop verborgen. */
  .home-page > .section:first-of-type > .section-head > .more-link{
    display:none !important;
  }
  .home-page > .section:first-of-type > .mobile-all{
    display:block !important;
    width:max-content !important;
    margin:14px 0 0 !important;
    text-align:left !important;
  }
}

@media (min-width:901px){
  .home-page .topics-all-link{
    display:block !important;
    width:max-content !important;
    margin:14px 0 0 !important;
    text-align:left !important;
  }
}

@media (min-width:901px){
  .home-page .topics-section{
    position:relative !important;
  }
  .home-page .topics-all-link{
    position:absolute !important;
    top:18px !important;
    right:0 !important;
    width:max-content !important;
    margin:0 !important;
    text-align:right !important;
    z-index:2 !important;
  }
}

@media (min-width:901px){
  /* Correcte positioneringscontext voor de homepage-sectie Overige informatie */
  .home-page .other-topics{
    position:relative !important;
  }

  .home-page .other-topics .topics-all-link{
    display:block !important;
    position:absolute !important;
    top:26px !important;
    right:0 !important;
    width:max-content !important;
    margin:0 !important;
    text-align:right !important;
    z-index:2 !important;
  }
}

@media (min-width:901px){
  /* Generieke desktop-layout voor alle activiteit-detailpagina's */
  .activity-detail-page,
  .activity-detail-page.page{
    width:var(--desktop-width) !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:34px var(--desktop-inner-gap) 0 !important;
    box-sizing:border-box !important;
  }

  .activity-detail,
  .activity-detail-card,
  #activity-detail{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }

  .activity-detail-card{
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:transparent !important;
    overflow:visible !important;
  }

  .activity-detail-body{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }

  .activity-detail-body h1{
    margin:0 0 8px !important;
  }

  .activity-detail-body .event-date,
  .activity-detail-body .event-meta{
    margin:2px 0 !important;
  }

  .activity-photo-gallery{
    width:100% !important;
    margin-top:24px !important;
    gap:16px !important;
  }

  .activity-photo-gallery img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    max-height:520px !important;
    height:auto !important;
    object-fit:cover !important;
    border-radius:14px !important;
  }

  .activity-back-link,
  .activity-back-bottom{
    display:inline-block !important;
    margin:24px 0 0 !important;
  }
}

@media (min-width:901px){
  /* Werkelijke HTML-structuur van activiteit.html:
     main > section.section.activity-detail-section */
  main > .activity-detail-section{
    width:var(--desktop-width) !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:34px var(--desktop-inner-gap) 0 !important;
    box-sizing:border-box !important;
  }

  main > .activity-detail-section .activity-detail-card,
  main > .activity-detail-section #activity-detail{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }

  main > .activity-detail-section .activity-detail-body{
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
  }

  main > .activity-detail-section .activity-photo-gallery{
    width:100% !important;
    max-width:100% !important;
    margin-top:24px !important;
  }

  main > .activity-detail-section .activity-photo-gallery img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:520px !important;
    object-fit:cover !important;
    object-position:center !important;
    border-radius:14px !important;
  }

  main > .activity-detail-section .activity-back-bottom{
    display:inline-block !important;
    margin-top:24px !important;
  }
}

/* Activiteit-aanmelding: generiek, alleen zichtbaar als activiteitendata dit inschakelt. */
.activity-registration{
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid var(--line);
}
.activity-registration h2{
  margin:0 0 6px;
  color:#0a4e2e;
  font-size:18px;
  line-height:1.25;
}
.activity-registration-intro{
  margin:0 0 16px;
  color:#4d5851;
}
.activity-registration-form{
  max-width:620px;
}
.activity-registration-form .optional-label{
  font-weight:400;
  color:#68736c;
}
.activity-registration-message{
  margin-bottom:16px;
}

@media (min-width:901px){
  main > .activity-detail-section .activity-registration{
    max-width:620px;
  }
}

.activity-detail-icon{
  width:82px;
  height:82px;
  margin:0 0 12px;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.activity-detail-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

@media (min-width:901px){
  main > .activity-detail-section .activity-detail-icon{
    width:116px;
    height:116px;
    margin-bottom:14px;
    border-radius:12px;
  }
}


/* Activiteitdetail: icoon links naast titel en gegevens */
.activity-detail-body .activity-detail-top{
  display:flex;
  align-items:flex-start;
  gap:18px;
}
.activity-detail-body .activity-detail-top .activity-detail-icon{
  flex:0 0 82px;
  width:82px;
  height:82px;
  margin:0;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.activity-detail-body .activity-detail-top .activity-detail-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.activity-detail-body .activity-detail-summary{
  flex:1;
  min-width:0;
}
.activity-detail-body .activity-detail-summary h1{
  margin-top:0;
}

@media (min-width:901px){
  main > .activity-detail-section .activity-detail-top{
    gap:22px;
  }
  main > .activity-detail-section .activity-detail-top .activity-detail-icon{
    flex-basis:116px;
    width:116px;
    height:116px;
    margin:0;
  }
}


/* Tijdelijke PubQuiz-melding en BBQ-uitnodiging */
.activity-registration-coming-soon{margin-top:28px;padding-top:24px;border-top:1px solid #d9ded9;}
.activity-registration-coming-soon p{margin:0;}
.activity-detail-flyer{margin-top:28px;}
.activity-detail-flyer img{display:block;width:100%;max-width:760px;height:auto;margin:0 auto;border-radius:10px;}
@media (max-width:900px){.activity-detail-flyer{margin-top:22px}.activity-detail-flyer img{max-width:100%;border-radius:8px}}
