/*
Theme Name: Freifunk Brilon – Klassisch
Theme URI: https://www.freifunk-brilon.net/
Description: Das klassische Onepager-Design von Freifunk Brilon mit den historischen Brilon-Grafiken.
Version: 2.23.8
Author: Freifunk Brilon
License: MIT
License URI: https://opensource.org/license/mit
Text Domain: freifunk-brilon
Tags: community, one-column, accessibility-ready, custom-logo
*/

/*  Freifunk Brilon website stylesheets */

/*  reset css;
    ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

html { scroll-behavior: smooth; }

ol, ul {
    list-style-position: inside;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus,
button:focus {
    outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

/*  use border box
    ========================================================================== */

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*  main elements
    ========================================================================== */

html {
    font-size: 120%;
    background: #ffffff; /* white */
    color: #000000; /* black */
    font-family: 'Source Sans Pro', sans-serif;
}

body {
    line-height: 1.4;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

h4 {
    font-weight: 700;
}

a {
    color: #000000; /* black */
}

address {
    font-style: normal;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

address,
ul,
p {
    margin-bottom: 1em;
}

address:last-child,
ul:last-child,
p:last-child {
    margin-bottom: 0;
}

::-moz-selection {
    background: #dc0067; /* freifunk magenta */
    color: #ffffff; /* white */
    text-shadow: none;
}

::selection {
    background: #dc0067; /* freifunk magenta */
    color: #ffffff; /* white */
    text-shadow: none;
}

.browse-happy,
noscript {
    background-color: #ffb400; /*freifunk-gelb*/
    color: #ffffff; /* white */
    width: 100%;
    padding: 2em;
    display: block;
    margin: 1em 0;
}

.browse-happy a,
noscript a {
    color: #ffffff; /* white */
}

/*  helper
    ========================================================================== */

.section-standard {
    padding: 4em 2em;
    margin: 0 auto;
    max-width: 1200px;
}

.section-standard:after {
    content: '';
    display: block;
    clear: both;
}

.section-image {
    position: relative;
    overflow: hidden;
}

@media all and (max-height: 1000px) {
    .section-image {
        max-height: 400px;
    }
}

@media all and (max-height: 800px) {
    .section-image {
        max-height: 350px;
    }
}

.section-image figcaption h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 1em #000000; /* black */
    font-size: 4em;
    color: #ffffff; /* white */
    text-transform: uppercase;
}

.section-image img {
    width: 100%;
    height: auto;
}

@media all and (max-width: 1350px) {
    .section-image figcaption h2 {
        font-size: 3.5em;
    }
}

@media all and (max-width: 760px) {
    .section-image {
        max-height: auto;
    }

    .section-image figcaption h2 {
        font-size: 2em;
        bottom: 0.5em;
    }
}

@media all and (max-width: 500px) {
    .section-image figcaption h2 {
        position: static;
        font-size: 2em;
        color: #000000;
        text-shadow: none;
        margin-top: 0.5em;
        line-height: 1;
        padding: 0 0.5em;
    }
}

/* Final compact desktop proportions for the one-page entry area. */
@media all and (min-width: 1001px) {
    .main-header-wrap header {
        min-height: 78px;
        padding-right: 1.25em;
        padding-left: 1.25em;
        gap: 1em;
    }

    .logo,
    html.sticky .logo {
        width: 225px;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }

    .main-navigation ul li a {
        padding: 0.42em 0.46em;
        font-size: 0.9em;
    }

    .main-navigation ul li a::after {
        right: 0.46em;
        bottom: 0.2em;
        left: 0.46em;
    }

    .start {
        height: 300px;
    }

    .start figcaption h2 {
        font-size: 2.8em;
    }
}

@media all and (max-width: 1000px) {
    .start figcaption h2 {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
}

/*  header
    ========================================================================== */

.main-header-wrap {
    background-color: #ffffff; /* white */
    width: 100%;
}

.main-header-wrap header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2em;
}

html.sticky .main-header-wrap {
    border-bottom: 2px solid #d3d3d3; /* light grey */
    position: fixed;
    top: 0;
    z-index: 2342;
    box-shadow: 0 3px 14px rgba(0,0,0,.08);
}

.logo {
    width: 310px;
    padding: 1em 0;
    transition: width 500ms, padding 500ms;
    -moz-transition: width 500ms, padding 500ms;
    -webkit-transition: width 500ms, padding 500ms;
}

.logo a {
    display: block;
    background: transparent url(assets/images/freifunk-icon.svg) 0 50% no-repeat;
    background-size: 88px auto;
    min-height: 84px;
    padding: 13px 0 0 100px;
    color: #dc0067;
    font-size: 31px;
    line-height: 1.05;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
}

.logo a img { display: block; width: 76px; height: 76px; object-fit: contain; }
.logo a { display: flex; align-items: center; gap: .65em; background-image: none; padding: 0; min-height: 88px; }
.logo-wordmark { display: flex; flex-direction: column; color: #17191b; line-height: .9; }
.logo-wordmark { position: relative; padding-bottom: .18em; }
.logo-wordmark strong { font-size: 2.35rem; letter-spacing: -.055em; line-height: .82; }
.logo-wordmark small { margin-top: .28em; color: #17191b; font-size: 1.2rem; font-weight: 800; letter-spacing: .01em; }
.logo-wordmark::after { content: ''; position: absolute; right: 0; bottom: 0; width: 42px; height: 4px; background: linear-gradient(90deg, var(--ff-magenta) 0 65%, var(--ff-yellow) 65%); }

/* Brilon visual refinement */
body { background: #f7f7f8; }
.main-header-wrap { background: rgba(255,255,255,.98); }
.main-header-wrap header { min-height: 96px; display: flex; align-items: center; }
.logo { margin: 0; }
.main-navigation { bottom: auto; top: 50%; transform: translateY(-50%); }
.main-navigation ul li a { font-weight: 600; letter-spacing: .01em; }
.start { background: linear-gradient(135deg, #dc0067 0%, #b80059 100%); }
.section-standard { background: #fff; }
.section-standard > h2, .section-standard > h3 { letter-spacing: -.015em; }
.contact-button, .primary-button, .button { border-radius: 999px; }
.section-image figcaption h2 { text-shadow: 0 2px 12px rgba(0,0,0,.22); }
.section-image { min-height: 220px; background: linear-gradient(135deg, #dc0067, #b80059); }
.section-image img { display: none; }
.section-image figcaption { min-height: 220px; display: flex; align-items: center; justify-content: center; }
.section-image figcaption h2 { margin: 0; }
.section-image figcaption small { position: absolute; bottom: 1em; color: rgba(255,255,255,.75); font-size: .72em; }
.brilon-brand-section { background: #fff; }
.benefits-block { margin-top: 2.5em; padding: 1.5em; border-left: 5px solid var(--ff-magenta); background: #f7f7f8; }
.benefits-block h3 { margin-top: 0; color: var(--ff-magenta); }
.benefits-block li { margin-bottom: .55em; }
.faq-highlight { grid-column: 1 / -1; }
img { max-width: 100%; }
.section-standard { padding-left: clamp(1.25rem, 4vw, 2.5rem); padding-right: clamp(1.25rem, 4vw, 2.5rem); }
.start figcaption h2 { font-size: clamp(2rem, 5vw, 4em); }
@media(max-width:600px){.start figcaption h2{padding:1.5em .75em;line-height:1.08}.section-image figcaption{padding:0 1rem}.faq-card summary{line-height:1.25}}

/* Ruhige, gut lesbare Details für Desktop und mobile Geräte */
:root { --ff-content-width: 1180px; }
.main-header-wrap { border-bottom: 1px solid #e8e8e8; }
.main-navigation a { transition: color .15s ease; }
.main-navigation a:hover, .main-navigation a:focus-visible { color: var(--ff-magenta); }
.section-standard, .section-content { max-width: var(--ff-content-width); margin-left: auto; margin-right: auto; }
.faq-more-link { margin: .9rem 0 0; font-size: .95em; }
.faq-more-link a { font-weight: 600; }
.error-page { padding-top: 5rem; padding-bottom: 6rem; text-align: center; }
.error-page h1 { margin: .35em 0 .6em; }
.error-page p { margin: 0 auto 1.4em; max-width: 38em; }
.error-page nav { margin-top: 2em; }
body.home > main > section.section-standard { padding-top: 5.5em; padding-bottom: 5.5em; }
body.home > main > section.section-standard + .section-image { margin-top: .5em; }
body.home > main > section.section-standard h2 { margin-bottom: .8em; }
.faq-card { border: 1px solid #e1e1e1; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.local-services { border: 1px solid #dedede; border-top: 5px solid var(--ff-magenta); border-left: 0; background: #fff; padding: 1.8em 2em; }
.local-services .text-link { display: inline-block; margin-top: .4em; color: var(--ff-magenta); font-weight: 700; }
/* Klassische, klare Flensburg-Anmutung: gerade Kanten und wenig Effekte */
.faq-card, .blog-card, .participate-panel, .local-services { border-radius: 0; }
.faq-card, .blog-card { box-shadow: 0 1px 5px rgba(0,0,0,.05); }
body.home > main > section.section-standard { max-width: none; }
body.home > main > section.section-standard > * { max-width: var(--ff-content-width); margin-left: auto; margin-right: auto; }
body.home > main > section.section-about, body.home > main > section.section-faq, body.home > main > section.section-contact { background: #fff; }
body.home > main > section.section-map, body.home > main > section.section-participate, body.home > main > section.brilon-brand-section { background: #fafafa; }
/* Klassischer Community-Stil: flache Inhalte statt Kartenraster */
.faq-card { border: 0; border-bottom: 1px solid #d9d9d9; box-shadow: none; }
.faq-card summary { background: transparent; color: var(--ff-magenta); padding-left: 0; padding-right: 0; }
.faq-card summary::after { color: var(--ff-magenta); }
.local-services { border: 0; border-top: 3px solid var(--ff-magenta); background: transparent; padding-left: 0; padding-right: 0; }
.blog-card { box-shadow: none; }
/* Angelehnt an die klassische HTML-Struktur: schmale, weiße Inhaltsflächen */
body.home > main > section.section-standard { max-width: 1200px; background: #fff; }
body.home > main > section.section-standard > * { max-width: none; }
.network-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); align-items: center; gap: 3.5rem; padding-bottom: 3.5rem; border-bottom: 1px solid #d8d8d8; }
.network-copy { max-width: 37rem; }
.network-copy h2 { margin-top: .15em; }
.network-mark { margin: 0; }
.network-mark img { width: 100%; height: auto; max-height: 270px; object-fit: contain; }
.section-kicker { margin: 0 0 .4em; color: var(--ff-magenta); font-size: .9em; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 720px) { .network-intro { grid-template-columns: 1fr; gap: 1.5rem; } .network-mark { order: -1; } }
/* FAQ im klassischen Flensburg-Stil */
.faq-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.faq-item { position: relative; border: 2px solid #d3d3d3; padding: 1.25rem; margin: 0 0 2rem; min-height: 12rem; }
.faq-item::before { content: '?'; float: right; margin: -.18rem -.05rem 0 .8rem; color: rgba(220, 0, 103, .45); font-size: 5rem; font-weight: 700; line-height: .85; }
.faq-item h3 { display: inline-block; margin: 0 0 1rem; padding: .35rem .55rem; color: #fff; background: var(--ff-magenta); font-size: 1.05rem; }
.faq-item p { margin: 0 0 1rem; }
.faq-wide { min-height: 0; }
@media (max-width: 680px) { .faq-columns { grid-template-columns: 1fr; gap: 0; } .faq-item { min-height: 0; } }

/* Schlichter Kopf- und Fußbereich im klassischen Freifunk-Stil */
.main-header-wrap { border-bottom: 2px solid #d3d3d3; }
.main-header-wrap header { min-height: 0; max-width: 1200px; padding: 0 2em; }
.logo, html.sticky .logo { width: 256px; padding: 1em 0; }
.main-navigation ul li a { padding: 1em .7em; color: #202124; font-size: 1em; transition: none; }
.main-navigation ul li a::after { display: none; }
.main-navigation ul li a:hover, .main-navigation ul li a:focus-visible { color: #202124; text-decoration: underline; }
.main-footer { padding: 2.4em 2em; background: #d3d3d3; color: #202124; }
.footer-inner { display: flex; max-width: 1200px; margin: 0 auto; align-items: flex-start; justify-content: space-between; gap: 3em; }
.footer-brand { display: flex; align-items: center; gap: .9em; }
.footer-brand img { width: 48px; height: 48px; }
.footer-brand p, .footer-meta { color: #202124; text-align: left; }
.footer-brand span { display: block; font-size: .9em; }
.footer-links { display: block; max-width: 700px; }
.footer-label { margin: 0 0 .3em; color: #202124; font-size: .8em; letter-spacing: .06em; }
.list-external-links, .footer-site-links { justify-content: flex-start; text-align: left; }
.list-external-links li a, .footer-site-links a { padding: 0; color: #202124; font-weight: 400; }
.list-external-links li a.email, .list-external-links li a.twitter, .list-external-links li a.nordlab, .list-external-links li a.freifunk { background: transparent; }
.list-external-links li a:hover, .footer-site-links a:hover { color: #202124; text-decoration: underline; }
.footer-site-links li:not(:last-child)::after, .list-external-links li:not(:last-child)::after { color: #666; }
@media (max-width: 800px) { .main-header-wrap header { padding: 0 .75em; } .footer-inner { display: block; } .footer-brand { justify-content: center; margin-bottom: 1.5em; } .footer-brand p, .footer-meta { text-align: center; } .list-external-links, .footer-site-links { justify-content: center; text-align: center; } }
.main-footer { border-top: 4px solid var(--ff-magenta); background: #f1f1f1 !important; color: #202124 !important; }
.main-footer a, .main-footer p, .main-footer .footer-label, .main-footer .footer-meta { color: #202124 !important; }
.main-footer .list-external-links li a { background: transparent !important; }
.main-footer { padding: 1.35em 2em; }
.footer-inner { align-items: center; gap: 1.5em; }
.footer-brand img { width: 36px; height: 36px; }
.footer-brand span { display: none; }
.footer-label { display: none; }
.footer-site-links { gap: .2em .8em; }
.footer-site-links a { font-size: .85em; }
.footer-meta { margin-top: .4em; font-size: .75em; }
body, button, input, textarea, select { font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, p, li, summary, a { overflow-wrap: anywhere; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #222; outline-offset: 3px; }
@media (max-width: 760px) {
  html { font-size: 108%; }
  .main-header-wrap { position: relative; }
  .main-navigation ul { gap: .35rem 1rem; }
  .main-navigation a { padding: .35rem 0; }
  .start img, .section-image img { height: auto; min-height: 0; object-fit: cover; }
  .section-standard, .section-content { padding-left: 1rem; padding-right: 1rem; }
}
.start { background: #dc0067; }
.contact-button, .primary-button, .button { border-radius: var(--ff-radius); }
.shortcut-card:hover,.news-card:hover,.press-card:hover { transform: none; }
.brilon-visual { margin: 1.25em 0 0; max-width: 520px; }
.brilon-visual img { display: block; width: 100%; height: auto; border-radius: var(--ff-radius); }
.brilon-visual figcaption { margin-top: .45em; color: #666; font-size: .8em; }
@media(max-width:1000px){.main-header-wrap header{min-height:0;display:block}.main-navigation{top:auto;transform:none}.logo-wordmark strong{font-size:1.7rem}.logo-wordmark small{font-size:1.15rem}}

html.sticky .logo {
    width: 200px;
    padding: 0.25em 0;
    margin-left: -120px
}

html.sticky .logo a {
    background-position: 120px 50%;
    background-size: 64px auto;
    padding-left: 194px;
    min-height: 58px;
    font-size: 0;
}

.main-navigation {
    position: absolute;
    right: 2em;
    bottom: 0;
}

.main-navigation ul {
    list-style: none;
}

.main-navigation ul li {
    display: inline-block;
}

.main-navigation ul li a {
    text-decoration: none;
    display: block;
    padding: 1em;
}

.main-navigation ul li a:hover {
    color: var(--ff-magenta);
    text-decoration: none;
}

.main-navigation ul li a:focus-visible { outline: 2px solid var(--ff-magenta); outline-offset: 4px; }

.main-navigation ul li:last-child a {
    padding-right: 0;
}

@media all and (max-width: 800px) {
    html.sticky .main-header-wrap,
    .main-header-wrap {
        border-bottom: 2px solid #d3d3d3; /* light grey */
        position: static;
        z-index: 2342;
    }

    .logo {
        width: 200px;
        padding: 0.25em 0;
        margin-left: -120px
    }

    .logo a {
        background-position: 120px 50%;
        background-size: 64px auto;
        padding-left: 194px;
        min-height: 58px;
        font-size: 0;
    }
}

@media all and (max-width: 1000px) {
    .logo {
        float: left;
    }

    .main-navigation {
        float: right;
        padding: 1em 0;
        position: static;
        text-align: right;
    }

    .main-header-wrap header {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .main-navigation ul {
        background-image: url(assets/images/iconmonstr-menu-1.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: right 0.7em top;
        display: block;
        min-height: 30px;
        min-width: 100px;
        padding-top: 2em;
    }

    .main-navigation ul:focus li, .main-navigation ul:active li, .main-navigation ul:hover li {
        cursor: pointer;
        display: block;
    }

    .main-navigation ul:hover {
        background-position: right 1em top;
        background-size: 30px;
        padding-top: 1.5em;
    }

    .main-navigation ul li {
        display: none;
        padding-right: 1em;
    }

    .html.sticky .main-navigation ul li {
        display: none;
    }

    .main-navigation ul li a {
        padding: 0;
    }

    .main-navigation ul li:last-child a {
        padding-right: 0em;
    }
}

@media all and (max-width: 500px) {
    .section-standard {
        padding: 0.5em;
    }

    .show-customer {
        padding-top: 1em !important;
        padding-left: 0.5em !important;
        padding-right: 0.5em !important;
        padding-bottom: 0.5em !important;
    }
}

/*  start section
    ========================================================================== */

.start {
    clear: both;
    background-color: #dc0067; /* freifunk magenta */
    position: relative;
    height: 500px;
}

@media all and (max-height: 1000px) {
    .start {
        height: 400px;
    }
}

@media all and (max-height: 800px) {
    .start {
        height: 300px;
    }
}

.start canvas {
    opacity: 0.5;
}

.start figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: table;
}

.start figcaption h2 {
    background-image: url(assets/images/ff_meshwebsite.svg);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff; /* white */
    text-transform: uppercase;
    font-size: 4em;
    line-height: 1;
    margin-top: -1em;
    padding: 0 2em;
}

@media all and (max-width: 1350px) {
    .start figcaption h2 {
        font-size: 3.5em;
    }
}

@media all and (max-width: 800px) {
    .start {
        height: auto;
    }

    .start canvas {
        display: none;
    }

    .start figcaption {
        position: static;
    }

    .start figcaption h2 {
        position: static;
        padding: 2em;
        font-size: 2em;
    }
}

@media all and (max-width: 500px) {
    .start figcaption h2 {
        font-size: 1.5em;
    }
}

@media all and (max-width: 600px) {
    .section-image figcaption h2 { font-size: clamp(1.35rem, 7vw, 2rem); padding-right: .75em; padding-left: .75em; }
}

/* Compact footer refinement */
.main-footer { padding: 2em 2em 1.6em; }
.footer-inner { gap: 1.5em; align-items: start; }
.footer-brand { gap: .75em; }
.footer-brand img { width: 56px; height: 56px; }
.footer-links { gap: .45em; }
.footer-label { font-size: .7em; opacity: .78; }
.list-external-links { justify-content: flex-start; gap: .2em 1.1em; }
.list-external-links li a { min-height: 0; padding: 0; border: 0; border-radius: 0; color: #fff; }
.list-external-links li a:hover, .list-external-links li a:focus { border: 0; background: transparent !important; color: var(--ff-yellow); }
.footer-site-links { justify-content: flex-start; gap: .2em 1.1em; }
.footer-site-links li:not(:last-child)::after, .list-external-links li:not(:last-child)::after { content: '·'; margin-left: 1.1em; color: #7d8185; }
@media all and (max-width: 800px) { .main-footer { padding: 1.8em 1.25em 1.4em; } .footer-inner { gap: 1.25em; } .list-external-links, .footer-site-links { justify-content: center; } }

/*  about section
    ========================================================================== */

.about_main figure {
    width: 30%;
    padding-left: 2em;
    float: right;
}

.about_main:after {
    content: '';
    clear: both;
    display: block;
}

@media all and (max-width: 800px) {
    .about_main figure {
        width: 100%;
        padding-left: 0;
        padding-bottom: 2em;
        float: none;
        text-align: center;
    }
}

/*  participate section
    ========================================================================== */

.choose-customer {
    list-style: none;
    margin-bottom: 0;
}

.choose-customer li {
    width: 100%;
    float: left;
    border-right: 2px solid #ffffff; /* white */
    cursor: pointer;
}

.choose-customer li:last-child {
    border: 0;
}

.choose-customer li header {
    background-color: #dc0067; /* freifunk magenta */
    color: #ffffff; /* white */
    padding: 2em;
    opacity: 0.7;
}
.choose-customer li header h3 {
    text-decoration: underline;
    margin-bottom:0.5em;
}
.choose-customer li header:hover {
    opacity: 0.8;
}

.choose-customer li header a{
    color:white;
}
.choose-customer li.active header {
    opacity: 1;
}

.choose-customer li.active:after {
    position: absolute;
    content: '';
    display: block;
    margin-left: 2em;
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #dc0067; /* freifunk magenta */
}

.choose-customer:after {
    content: '';
    display: block;
    clear: both;
}

.show-customer {
    padding: 0 2em;
    clear: both;
    border-bottom: 2px solid #d3d3d3; /* light grey */
    border-left: 2px solid #d3d3d3; /* light grey */
    border-right: 2px solid #d3d3d3; /* light grey */
    padding-top: 40px;
    padding-bottom: 2em;
    min-height: 26em;
}

.participate_download-form {
    width: 50%;
    float: left;
    padding-right: 2em;
    border-right: 2px solid #d3d3d3;
}

.participate_download-form select,
.participate_download-form input,
.participate_download-form .button,
.participate_download-form .submit{
    display: block;
    padding: 0.5em 1em;
    margin: 0 0 1em 0;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 0;
    background-color: #ffffff; /* white */
    -webkit-appearance: none;
    border: 2px solid #d3d3d3; /* light grey */
}

.participate_download-form .select-field {
    position: relative;
}

.participate_download-form .select-field:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -0.15em;
    width: 0;
    height: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid #d3d3d3; /* freifunk magenta */
}

.participate_download-form .submit,
.participate_download-form .button {
    width: auto;
    display: inline-block;
    cursor: pointer;
    color: #ffffff; /* white */
    background-color: #dc0067; /* freifunk magenta */;
    border-color: #dc0067; /* freifunk magenta */;
}

.participate_download-form .submit:hover,
.participate_download-form .button:hover {
    background-color: #ffb400; /* freifunk yellow */
    border-color: #ffb400; /* freifunk yellow */
}

.participate_download-form .highlighted {
    color:#dc0067; /* freifunk magenta */;
}

.participate_download-form .expertlist {
    float: right;
}

.participate_list-links {
    width: 50%;
    float: right;
    padding-left: 2em;
}

.participate_list-links ul {
    list-style: none;
}

.participate_list-links ul li:before {
    content: '- ';
    display: inline;
}

@media all and (max-width: 9900px) {
    .participate_download-form {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-bottom: 1em;
        border-right: 0;
    }

    .participate_list-links {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

@media all and (max-width: 700px) {
    .choose-customer li {
        width: 100%;
        float: none;
        border: 0;
    }
}

/*  faq section
    ========================================================================== */

.faq_odd {
    float: left;
    width: 50%;
    padding-right: 1em;
}

.faq_even {
    width: 50%;
    padding-top: 2em;
    padding-left: 1em;
    float: right;
}

.faq_content {
    border-width: 2px;
    border-style: solid;
    border-color: #d3d3d3; /* light grey */
    padding: 1em;
    margin-bottom: 2em;
    border-radius: var(--ff-radius);
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.04);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.faq_content:hover { border-color: var(--ff-magenta); box-shadow: 0 7px 20px rgba(0,0,0,.08); }

.faq_content:before {
    content: '?';
    display: block;
    line-height: 1;
    float: right;
    font-size: 8em;
    font-weight: bold;
    color: #dc0067; /* freifunk magenta */
    color: rgba(220, 0, 103, 0.5); /* freifunk magenta */
}

.faq_content h4 {
    padding: 0.5em;
    color: #ffffff; /* white */
    background-color: #dc0067; /* freifunk magenta */
    display: inline-block;
}

@media all and (max-width:600px) {
    .faq_odd,
    .faq_even {
        width: 100%;
        padding: 0;
        float: none;
    }

    .faq_content {
        margin-bottom: 2em;
    }
}

/*  donate section
    ========================================================================== */

.donate_left {
    float: left;
    width: 50%;
    padding-right: 2em;
    border-right: 2px solid #d3d3d3; /* light grey */
    overflow: auto;
}

.donate_right {
    width: 50%;
    float: right;
    padding-left: 2em;
}

.bank_account {
    border-collapse: separate;
    border-spacing: 15px;
}

@media all and (max-width: 800px) {
    .donate_left {
        float: none;
        width: 100%;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 1em;
    }

    .donate_right {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

/*  contact section
    ========================================================================== */

.contact_left {
    float: left;
    width: 50%;
    padding-right: 2em;
    border-right: 2px solid #d3d3d3; /* light grey */
}

.contact_right {
    width: 50%;
    float: right;
    padding-left: 2em;
}

@media all and (max-width: 800px) {
    .contact_left {
        float: none;
        width: 100%;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 1em;
    }

    .contact_right {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

/*  footer
    ========================================================================== */

.main-footer {
    clear: both;
    padding: 2em;
    background-color: #d3d3d3; /* light grey */
}

.main-footer p {
    margin: 0;
    text-align: center;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 4em;
}

.legal-page h2 {
    color: #dc0067;
    font-size: 2.4em;
}
.legal-page h1 { margin-bottom: .8em; }

.legal-page h3 {
    margin-top: 2em;
}

.list-external-links {
    list-style: none;
    text-align: center;
}

.footer-links {
    display: grid;
    gap: 0.85em;
}

.footer-label { margin: 0; color: #fff; font-size: 0.78em; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-meta { margin: 0.35em 0 0; color: #cfd2d5; font-size: 0.85em; }

.blog-intro { margin-bottom: 2em; }
.blog-intro h1 { margin: 0.1em 0 0.2em; }
.blog-intro > p:last-child { max-width: 42em; margin: 0; color: #555; }
.blog-card { display: grid; grid-template-columns: minmax(180px, 0.85fr) minmax(0, 2fr); gap: 1.5em; margin: 0 0 1.5em; padding: 1.25em; border: 1px solid #e1e1e1; border-radius: var(--ff-radius); background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.06); }
.blog-card-image { display: block; overflow: hidden; border-radius: calc(var(--ff-radius) - 2px); }
.blog-card-image img { display: block; width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.blog-card-body h2 { margin: 0 0 .45em; font-size: 1.65em; }
.blog-card-body h2 a { color: #25282c; }
.blog-card-date { margin: 0 0 .35em; color: var(--ff-magenta); font-size: .8em; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-card-link { display: inline-block; margin-top: .5em; color: var(--ff-magenta); font-weight: 700; }
.blog-card-link span { transition: transform 160ms ease; display: inline-block; }
.blog-card-link:hover span { transform: translateX(3px); }
@media all and (max-width: 600px) { .blog-card { grid-template-columns: 1fr; gap: 1em; padding: 1em; } .blog-card-image img { height: 170px; min-height: 0; } .blog-card-body h2 { font-size: 1.4em; } }

.footer-label + ul { margin-top: 0.15em; }

.footer-site-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4em 1em;
    margin: 0;
    list-style: none;
}

.footer-site-links a {
    color: #d9dde1;
    font-size: 0.9em;
    text-decoration: none;
}

.footer-site-links a:hover,
.footer-site-links a:focus {
    color: var(--ff-yellow);
    text-decoration: underline;
}

.list-external-links li {
    display: inline-block;
}

.list-external-links li a {
    display: block;
    padding: 0.5em;
    text-decoration: none;
    color: #ffffff; /* white */
    font-weight: 700;
}

.list-external-links li a.facebook {
    background-color: #47639e; /* facebook blue */
}

.list-external-links li a.twitter {
    background-color: #32acd5; /* twitter blue */
}

.list-external-links li a.nordlab {
    background-color: #232323; /* nordlab black */
}

.list-external-links li a.freifunk {
    background-color: #dc0067; /* freifunk magenta */
}
.list-external-links li a.github {
    background-color: #829aa8;
}

@media all and (max-width: 800px) {
    .main-footer { padding: 2.2em 1.25em; }
    .footer-links { gap: 0.65em; }
    .footer-label { text-align: center; }
    .footer-meta { text-align: center; line-height: 1.45; }
    .list-external-links li {
        display: block;
        margin-bottom: 0.25em;
    }

    .list-external-links li:last-child {
        margin-bottom: 0;
    }

    .list-external-links li a {
        display: inline-block;
    }
}

@media all and (max-width: 400px) {
    .list-external-links li a {
        display: block;
    }
}

/*  Freifunk Brilon classic enhancements
    ========================================================================== */

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}

/*  Compact one-page header and hero
    ========================================================================== */

.main-header-wrap header {
    min-height: 96px;
    padding-right: 1.5em;
    padding-left: 1.5em;
    gap: 1.75em;
}

.logo {
    width: 255px;
    padding-top: 0.45em;
    padding-bottom: 0.45em;
}

html.sticky .logo {
    width: 195px;
}

.main-navigation ul li a {
    padding: 0.62em 0.58em;
    font-size: 0.95em;
}

.main-navigation ul li a::after {
    right: 0.58em;
    bottom: 0.32em;
    left: 0.58em;
}

.start {
    height: 360px;
}

.start figcaption h2 {
    padding-right: 1.2em;
    padding-left: 1.2em;
    font-size: 3.15em;
}

section[id],
figure[id] {
    scroll-margin-top: 104px;
}

@media all and (max-width: 1100px) {
    .main-header-wrap header {
        min-height: 88px;
        gap: 0.8em;
    }

    .logo,
    html.sticky .logo {
        width: 235px;
    }

    .main-navigation ul li a {
        padding-right: 0.42em;
        padding-left: 0.42em;
        font-size: 0.9em;
    }
}

@media all and (max-width: 1000px) {
    .main-header-wrap header {
        min-height: 0;
        padding-right: 1em;
        padding-left: 1em;
    }

    .logo,
    html.sticky .logo {
        width: 250px;
        padding-top: 0.35em;
        padding-bottom: 0.35em;
    }

    .start {
        height: auto;
    }

    .start figcaption h2 {
        padding: 1.5em 1em;
        font-size: 2.35em;
    }
}

@media all and (max-width: 500px) {
    .logo,
    html.sticky .logo {
        width: 210px;
    }

    .start figcaption h2 {
        padding: 1.25em 0.7em;
        font-size: 1.55em;
    }
}

.logo {
    width: 330px;
    margin: 0;
    padding: 0.8em 0;
}

.logo a,
html.sticky .logo a {
    min-height: 0;
    padding: 0;
    background: none;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
}

html.sticky .logo {
    width: 245px;
    margin-left: 0;
    padding: 0.35em 0;
}

.menu-toggle {
    display: none;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.65em 0.85em;
    border: 0;
    background: #dc0067;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.mesh-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.start figcaption {
    z-index: 1;
    pointer-events: none;
}

.map-intro,
.brand-intro {
    display: flex;
    align-items: center;
    gap: 3em;
}

.map-intro > div,
.brand-intro > div {
    flex: 1;
}

.map-intro > img {
    width: min(28%, 250px);
    max-height: 280px;
    object-fit: contain;
}

.brand-intro > img {
    width: min(45%, 500px);
    height: auto;
}

.primary-button,
.contact-button {
    display: inline-block;
    padding: 0.75em 1.1em;
    background: #dc0067;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
}

.primary-button:hover,
.primary-button:focus,
.contact-button:hover,
.contact-button:focus {
    background: #b90056;
    color: #fff;
    transform: translateY(-2px);
}

.participate-tablist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.participate-tab {
    border: 0;
    padding: 1.6em;
    text-align: left;
    color: #fff;
    background: rgba(220, 0, 103, 0.68);
    cursor: pointer;
    font: inherit;
    transition: opacity 160ms ease, transform 160ms ease;
}

.participate-tab:hover,
.participate-tab:focus,
.participate-tab.is-active {
    background: #dc0067;
}

.participate-tab.is-active {
    transform: translateY(-4px);
}

.participate-tab strong,
.participate-tab span {
    display: block;
}

.participate-tab strong {
    margin-bottom: 0.5em;
    text-decoration: underline;
}

.participate-panels {
    min-height: 19em;
    padding: 2.2em;
    border: 2px solid #d3d3d3;
    border-top: 0;
}

.participate-panel[hidden] {
    display: none;
}

.participate-panel.is-active {
    animation: panel-in 220ms ease-out;
}

@keyframes panel-in {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em;
    align-items: start;
}

.faq-card {
    border: 2px solid #d3d3d3;
    background: #fff;
    align-self: start;
}

.faq-card summary {
    padding: 1em 3em 1em 1em;
    color: #fff;
    background: #dc0067;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

.faq-card summary::after {
    content: '+';
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6em;
}

.faq-card[open] summary::after {
    content: '−';
}

.faq-card p {
    padding: 1.2em;
    margin: 0;
}

.brilon-brand-section {
    border-top: 8px solid #dc0067;
}

.brand-archive {
    margin-top: 2.5em;
    border: 2px solid #d3d3d3;
}

.brand-archive summary {
    padding: 1em 1.25em;
    color: #dc0067;
    font-weight: 700;
    cursor: pointer;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
    padding: 1em;
    background: #f5f5f5;
}

.brand-grid figure {
    padding: 1em;
    background: #fff;
    text-align: center;
}

.brand-grid img {
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.brand-grid figcaption {
    margin-top: 0.75em;
    color: #555;
}

@media all and (max-width: 1000px) {
    .logo,
    html.sticky .logo {
        float: none;
        width: 280px;
        margin: 0;
        padding: 0.65em 0;
    }

    .menu-toggle {
        display: block;
        top: 1em;
        transform: none;
    }

    .main-navigation {
        display: none;
        float: none;
        position: static;
        width: 100%;
        padding: 0 0 1em;
        text-align: left;
    }

    .main-navigation.is-open {
        display: block;
    }

    .main-navigation ul {
        min-height: 0;
        min-width: 0;
        padding: 0;
        background: none;
    }

    .main-navigation ul li,
    .main-navigation ul:hover li,
    .html.sticky .main-navigation ul li {
        display: block;
        padding: 0;
    }

    .main-navigation ul li a {
        padding: 0.55em 0;
    }
}

@media all and (max-width: 700px) {
    .participate-tablist,
    .faq-grid,
    .brand-grid {
        grid-template-columns: 1fr;
    }

    .participate-panels {
        min-height: 0;
        padding: 1.2em;
    }

    .map-intro,
    .brand-intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5em;
    }

    .map-intro > img,
    .brand-intro > img {
        width: min(100%, 420px);
        align-self: center;
    }
}

@media all and (max-width: 430px) {
    .logo,
    html.sticky .logo {
        width: 220px;
    }
}

/*  Design polish 2.2
    ========================================================================== */

:root {
    --ff-magenta: #dc0067;
    --ff-magenta-dark: #a9004f;
    --ff-yellow: #ffb400;
    --ff-ink: #17191c;
    --ff-muted: #62676d;
    --ff-line: #d8dadd;
    --ff-soft: #f5f5f6;
    --ff-radius: 3px;
    --ff-shadow: 0 12px 32px rgba(23, 25, 28, 0.09);
}

body {
    color: var(--ff-ink);
    background: #fff;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--ff-yellow);
    outline-offset: 3px;
}

.main-header-wrap {
    border-bottom: 1px solid rgba(216, 218, 221, 0.75);
}

.main-header-wrap header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.5em;
}

.logo,
html.sticky .logo {
    flex: 0 0 auto;
    float: none;
}

.logo {
    width: 300px;
}

html.sticky .logo {
    width: 225px;
}

.main-navigation {
    position: static;
    margin-left: auto;
}

.main-navigation ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.main-navigation ul li a {
    position: relative;
    padding: 0.9em 0.72em;
    white-space: nowrap;
    transition: color 160ms ease;
}

.main-navigation ul li a::after {
    content: '';
    position: absolute;
    right: 0.72em;
    bottom: 0.55em;
    left: 0.72em;
    height: 3px;
    background: var(--ff-magenta);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 160ms ease;
}

.main-navigation ul li a:hover {
    color: var(--ff-magenta);
    text-decoration: none;
}

.main-navigation ul li a:hover::after,
.main-navigation ul li a:focus-visible::after {
    transform: scaleX(1);
}

.section-standard {
    padding: clamp(3.2em, 6vw, 5.2em) 2em;
}

.section-standard h3 {
    margin-bottom: 0.35em;
    line-height: 1.2;
}

.section-standard p {
    line-height: 1.58;
}

.about_main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 28%);
    column-gap: clamp(2em, 6vw, 5em);
    align-items: center;
}

.about_main figure {
    grid-column: 2;
    grid-row: 1 / span 5;
    float: none;
    width: auto;
    padding: 0;
}

.about_main h3,
.about_main p {
    grid-column: 1;
    max-width: 760px;
}

.map-intro,
.brand-intro {
    gap: clamp(2em, 7vw, 5em);
}

.primary-button,
.contact-button {
    min-height: 48px;
    padding: 0.78em 1.2em;
    border: 2px solid var(--ff-magenta);
    border-radius: var(--ff-radius);
    box-shadow: 0 5px 15px rgba(220, 0, 103, 0.18);
    line-height: 1.25;
}

.primary-button:hover,
.primary-button:focus,
.contact-button:hover,
.contact-button:focus {
    border-color: var(--ff-magenta-dark);
    background: var(--ff-magenta-dark);
    box-shadow: 0 8px 20px rgba(169, 0, 79, 0.24);
}

.participate-tablist {
    gap: 0.65em;
}

.participate-tab {
    position: relative;
    min-height: 145px;
    padding: 1.45em 1.35em 1.35em 4.25em;
    border: 2px solid transparent;
    border-radius: var(--ff-radius) var(--ff-radius) 0 0;
    background: #c93b7d;
    box-shadow: 0 7px 20px rgba(23, 25, 28, 0.08);
}

.participate-tab::before {
    content: '1';
    position: absolute;
    top: 1.25em;
    left: 1.25em;
    display: grid;
    width: 2.2em;
    height: 2.2em;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    font-weight: 700;
}

.participate-tab:nth-child(2)::before { content: '2'; }
.participate-tab:nth-child(3)::before { content: '3'; }

.participate-tab strong {
    font-size: 1.12em;
    text-decoration: none;
}

.participate-tab.is-active {
    border-color: var(--ff-magenta);
    box-shadow: 0 12px 26px rgba(220, 0, 103, 0.18);
}

.participate-panels {
    min-height: 0;
    margin-top: 0.65em;
    padding: clamp(1.5em, 4vw, 2.5em);
    border: 2px solid var(--ff-line);
    border-top: 5px solid var(--ff-magenta);
    border-radius: var(--ff-radius);
    background: #fff;
    box-shadow: var(--ff-shadow);
}

.faq-card {
    overflow: hidden;
    border-color: var(--ff-line);
    border-radius: var(--ff-radius);
    box-shadow: 0 6px 18px rgba(23, 25, 28, 0.06);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.faq-card:hover,
.faq-card[open] {
    border-color: var(--ff-magenta);
    box-shadow: 0 10px 24px rgba(220, 0, 103, 0.12);
}
.faq-grid { row-gap: 1.6em; margin-bottom: 3.5em; }
.faq-card[open] p { animation: none; }
.local-services { margin-top: 2em; padding: 1.4em 1.6em; border-left: 5px solid var(--ff-magenta); background: #f7f7f8; }
.local-services h3 { margin-top: 0; color: var(--ff-magenta); }

.faq-card summary {
    min-height: 68px;
    display: flex;
    align-items: center;
    line-height: 1.25;
    transition: background-color 160ms ease;
}

.faq-card summary:hover {
    background: var(--ff-magenta-dark);
}

.faq-card[open] p {
    animation: faq-answer-in 180ms ease-out;
}

@keyframes faq-answer-in {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.contact_left,
.contact_right {
    min-height: 220px;
}

.contact_left h3,
.contact_right h3 {
    color: var(--ff-magenta);
}

.main-footer {
    padding: 2.6em 2em;
    color: #fff;
    background: #25282c;
    border-top: 7px solid var(--ff-magenta);
    box-shadow: 0 -4px 16px rgba(0,0,0,.08);
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr);
    gap: 2.5em;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1em;
}

.footer-brand img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.footer-brand strong,
.footer-brand span {
    display: block;
}

.footer-brand span {
    margin-top: 0.2em;
    color: #cfd2d5;
    font-size: 0.9em;
}

.list-external-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45em;
    margin: 0;
}

.list-external-links li a {
    min-height: 42px;
    padding: 0.6em 0.85em;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: var(--ff-radius);
    background: transparent !important;
    transition: border-color 160ms ease, background-color 160ms ease;
}

.list-external-links li a:hover,
.list-external-links li a:focus {
    border-color: var(--ff-yellow);
    background: rgba(255, 255, 255, 0.08) !important;
}

@media all and (max-width: 1100px) {
    .logo { width: 270px; }
    .main-header-wrap header { gap: 1em; }
    .main-navigation ul li a { padding-right: 0.55em; padding-left: 0.55em; }
}

@media all and (max-width: 1000px) {
    .main-header-wrap header {
        display: block;
        padding-right: 1em;
        padding-left: 1em;
    }

    .logo,
    html.sticky .logo {
        width: 260px;
    }

    .main-navigation {
        margin-left: 0;
    }

    .main-navigation ul {
        display: block;
    }

    .main-navigation ul li a {
        padding: 0.65em 0;
    }

    .main-navigation ul li a::after {
        right: 0;
        bottom: 0.35em;
        left: 0;
        transform-origin: center;
    }
}

@media all and (max-width: 800px) {
    .section-standard {
        padding: 3em 1.25em;
    }

    .about_main {
        grid-template-columns: 1fr;
        row-gap: 1.5em;
    }

    .about_main figure {
        grid-column: 1;
        grid-row: 1;
        width: min(82%, 340px);
        margin: 0 auto 0.75em;
    }

    .about_main h3,
    .about_main p {
        grid-column: 1;
    }

    .participate-tab {
        min-height: 0;
        padding: 1.2em 1.1em 1.2em 3.9em;
        border-radius: var(--ff-radius);
    }

    .participate-tab::before {
        top: 1em;
        left: 1em;
    }

    .contact_left,
    .contact_right {
        min-height: 0;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
    }

    .list-external-links {
        justify-content: center;
    }

    .footer-site-links {
        justify-content: center;
    }
}

@media all and (max-width: 500px) {
    .section-standard {
        padding: 2.5em 0.9em;
    }

    .logo,
    html.sticky .logo {
        width: 215px;
    }

    .primary-button,
    .contact-button {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .main-footer {
        padding: 2.2em 1em;
    }

    .list-external-links,
    .list-external-links li,
    .list-external-links li a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
