.dark-panel::before,
.hero::before {
    inset: 0;
    pointer-events: none;
    content: ''
}

.section-label,
.tag,
footer .col-title {
    text-transform: uppercase
}

.brand-card,
.dark-panel-center,
.dark-stat-card,
.form-success {
    text-align: center
}

.cat-card,
.dark-panel,
.hero,
.skip-link {
    overflow: hidden
}

.image-panel {
    border-radius: 1rem;
    overflow: hidden;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --primary: #0555D6;
    --primary-dark: hsl(217, 91%, 50%);
    --foreground: hsl(222, 84%, 5%);
    --muted: hsl(210, 40%, 96%);
    --muted-fg: #566376;
    --border: hsl(214, 32%, 91%);
    --white: #ffffff;
    --radius: 1rem
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--foreground);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;

}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto
}

.bullet-list,
.check-list,
.dark-list,
footer .col-links,
footer .contact-links,
ul {
    list-style: none
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 1.5rem)
}

header {
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    position: sticky;
    top: 0;
    z-index: 100
}

header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px
}

header .logo img {
    height: 36px
}

nav {
    display: flex;
    align-items: center;
    gap: .25rem
}

nav a {
    font-size: .875rem;
    font-weight: 500;
    color: var(--muted-fg);
    padding: .5rem 1rem;
    border-radius: 9999px;
    transition: color .2s, background .2s
}

nav a.active,
nav a:hover {
    color: var(--primary);
    background: hsla(217, 91%, 60%, .07)
}

.site-nav-checkbox {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    border: 0
}

.nav-backdrop {
    display: none
}

.nav-toggle-btn {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: .75rem;
    border: 1px solid transparent;
    background: 0 0;
    cursor: pointer
}

.nav-toggle-btn:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px
}

.nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--foreground);
    transition: transform .2s, opacity .2s
}

.btn,
.form-button_submit,
.privacy-policy_button {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .95rem;
    font-weight: 600;
    padding: .9rem 1.5rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: .2s;
    text-decoration: none
}

.card,
.card-row {
    transition: box-shadow .2s, transform .2s
}

.hyph .card p {
}

.btn-primary,
.form-button_submit {
    background: linear-gradient(135deg, #1971ff, #691eff, #f047f0);
    color: #fff;
    box-shadow: 0 4px 20px hsla(215, 16%, 21%, .4)
}

.btn-primary:hover,
.form-button_submit:hover {
    box-shadow: 0 6px 28px hsla(217, 91%, 60%, .55);
    transform: translateY(-1px)
}

.btn-outline {
    background: rgba(255, 255, 255, .06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15)
}

.btn-outline:hover {
    background: rgba(255, 255, 255, .12)
}

.btn-outline-dark,
.privacy-policy_button {
    background: 0 0;
    color: var(--primary);
    border: 1.5px solid var(--primary)
}

.btn-outline-dark:hover,
.privacy-policy_button:hover {
    background: hsla(217, 91%, 60%, .07)
}

.btn-lg {
    padding: .75rem 2rem;
    font-size: 1rem
}

.hero {
    background: #0a101d;
    position: relative;
    padding: 6rem 0 8rem
}

.hero::before {
    position: absolute;
    background: radial-gradient(ellipse 60% 50% at 20% 50%, hsla(217, 91%, 60%, .18) 0, transparent 70%), radial-gradient(ellipse 50% 60% at 80% 30%, hsla(270, 80%, 60%, .12) 0, transparent 65%), radial-gradient(ellipse 40% 40% at 60% 80%, hsla(300, 70%, 60%, .08) 0, transparent 60%)
}

.dark-panel .inner,
.hero .inner {
    position: relative;
    z-index: 1
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .375rem .875rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: .87rem;
    color: #dde2ef;
    margin-bottom: 2rem
}

.hero-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    animation: 2s infinite pulse
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.hero h1 {
    font-size: clamp(2.4rem, 6.8vw, 4.9rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.03em;
    color: #fff;
    margin-bottom: 1.25rem
}

.hero p {
    font-size: clamp(1rem, 2.8vw, 1.125rem);
    color: #fff;
    max-width: 32rem;
    margin-bottom: 2.5rem
}

.card h3,
.section-label {
    font-weight: 700;
    margin-bottom: .5rem
}

.gradient-text {
    background: linear-gradient(135deg, #6ca2f8, #ae8cf2, #e87ce8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.hero-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center
}

.dark-stat-grid,
.form-row,
.hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}


.hero-stat-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 1rem;
    padding: 1.5rem;
    backdrop-filter: blur(8px)
}

.hero-stat-card .icon {
    width: 22px;
    height: 22px;
    opacity: .5;
    margin-bottom: .75rem;
    color: #8baff8
}

.hero-stat-card .val {
    font-size: 1.875rem;
    font-weight: 900;
    color: #fff;
    line-height: 1
}

.hero-stat-card .lbl,
.stats-row .lbl {
    font-size: .9rem;
    color: #fff;
    margin-top: .125rem
}

.hero-stat-card .sub {
    font-size: .9rem;
    color: #8baff8;
    margin-top: 0
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.grid-2,
.grid-3,
.grid-4, .grid-5 {
    display: grid;
    gap: 1.25rem
}

.section {
    padding: 6rem 0
}

.section-white {
    background: var(--white)
}

.check-list li,
.section-muted {
    background: var(--muted)
}

.section-label {
    font-size: .75rem;
    letter-spacing: .08em;
    color: var(--primary)
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.45rem);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.15;
    color: var(--foreground);
    margin-bottom: 1rem
}

.section-desc {
    font-size: .9375rem;
    color: var(--muted-fg);
    line-height: 1.7;
    max-width: 40rem
}

.card-num,
.tag {
    font-size: .625rem
}

.section-header {
    max-width: 36rem;
    margin-bottom: 3.5rem
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid-4,
.steps {
    grid-template-columns: repeat(4, 1fr)
}

.grid-5 {
    grid-template-columns: repeat(5, 1fr)
}

.card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 1rem;
    padding: 1.5rem;
    min-width: 0
}

.brand-card:hover,
.card-row:hover,
.card:hover,
.cat-card:hover,
.loc-card:hover,
.news-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    transform: translateY(-2px)
}

.card:focus,
.card:focus-visible {
    outline: #005aee solid 1px;
    border-radius: 1rem
}

.icon-box {
    width: 44px;
    height: 44px;
    border-radius: .75rem;
    background: linear-gradient(135deg, hsla(217, 91%, 60%, .12), hsla(260, 80%, 60%, .08));
    border: 1px solid hsla(217, 91%, 60%, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0
}

.icon-box svg {
    width: 20px;
    height: 20px;
    color: var(--primary)
}
.highlight-icon {
    width: 80px;
    height: 80px;
    margin: 1rem auto 1.5rem;
    border-radius: 50%;
    box-shadow: 0 0 120px 35px #9e80ff;
}
.arcade-logo {
    max-width: 220px;
    margin: 0 0 1.5rem;
}
.card h3 {
    font-size: 1rem;
    color: var(--foreground)
}

.card p,
.news-card p {
    font-size: .875rem;
    color: var(--muted-fg);
    line-height: 1.6
}

.card-num {
    font-family: monospace;
    color: #6e6e6e
}

.card-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, .07);
    background: #fff
}

.dark-panel,
footer {
    background: #0a101d
}

.card-row .icon-box,
.contact-info-card .icon-box,
.form>div:first-child,
.privacy-policy_p:nth-child(-n+2),
.privacy-policy_p:nth-child(4),
.privacy-policy_p:nth-child(10),
.privacy-policy_p:nth-child(12),
.privacy-policy_p:nth-child(14),
.privacy-policy_p:nth-child(16),
.privacy-policy_p:nth-child(6),
.privacy-policy_p:nth-child(8) {
    margin-bottom: 0;
}

.dark-panel {
    border-radius: 1.5rem;
    padding: 3rem 4rem;
    position: relative
}

.dark-panel::before {
    position: absolute;
    background: radial-gradient(ellipse 60% 50% at 20% 50%, hsla(217, 91%, 60%, .15) 0, transparent 70%), radial-gradient(ellipse 50% 60% at 80% 30%, hsla(270, 80%, 60%, .1) 0, transparent 65%)
}

.dark-panel-center .inner {
    max-width: 32rem;
    margin: 0 auto
}

.dark-panel h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -.025em
}

.bullet-list li,
.check-list li,
.dark-list li {
    font-size: .875rem;
    display: flex
}

.dark-panel p {
    color: #c7ccdb;
    margin-bottom: 2rem
}

.dark-stat-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 1rem;
    padding: 1.25rem
}

.dark-stat-card .val,
.stats-row .val {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff
}

.dark-stat-card .lbl {
    font-size: .8rem;
    color: rgba(255, 255, 255, .9);
    margin-top: .125rem
}

.dark-list li {
    align-items: center;
    gap: .75rem;
    padding: .25rem 0;
    color: rgba(255, 255, 255, .65)
}

.bullet-list li::before,
.dark-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    flex-shrink: 0
}

.bullet-list li {
    align-items: center;
    gap: .625rem;
    color: var(--foreground);
    padding: .25rem 0
}

.check-list li {
    align-items: flex-start;
    gap: .75rem;
    padding: .875rem 1rem;
    border-radius: .75rem;
    margin-bottom: .75rem
}

.check-list li .ico {
    width: 20px;
    height: 20px;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: .0625rem
}

.check-list li .title,
.step h3 {
    color: var(--foreground);
    font-weight: 700
}

.check-list li .desc {
    color: var(--muted-fg)
}

.contact-info-card a:hover,
.privacy-policy_a:hover,
.step-num,
.tag {
    color: var(--primary)
}

.stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
    padding-top: 2rem;
    margin-top: 3.5rem;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.stats-row.grid-4 {
    display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  gap: 1.25rem 2rem;
}

.tag {
    font-weight: 700;
    letter-spacing: .06em;
    background: hsla(217, 91%, 60%, .08);
    padding: .25rem .625rem;
    border-radius: 9999px
}

.steps {
    display: grid;
    gap: 2rem
}

.step-num {
    font-size: 3.5rem;
    font-weight: 900;
    opacity: .2;
    line-height: 1
}

.step h3 {
    font-size: .9375rem;
    margin: .5rem 0 .25rem
}

.step p {font-size: .8125rem;
    color: var(--muted-fg);
    line-height: 1.5
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start
}
.center {
align-items: center;
}
.bottom {
    align-items: flex-end;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, .07);
    background: #fff;
    margin-bottom: 1rem;
    transition: box-shadow .2s
}

.contact-info-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06)
}

.contact-info-card h4 {
    font-size: .8125rem;
    font-weight: 700;
    margin-bottom: .25rem
}

.contact-info-card a,
.contact-info-card p {
    font-size: .875rem;
    color: var(--muted-fg)
}

.external-link {
    font-size: .875rem;
    color: var(--muted-fg);
    text-decoration: underline;
    margin-top: 2rem;
    padding-right: 1.6rem;
    position: relative;
    display: inline-block;
}

.external-link:hover {
    color: var(--primary)
}

.external-link:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(/assets/arrow.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-group {
    margin-bottom: 1.25rem
}

.form-group label {
    display: block;
    font-size: .8125rem;
    font-weight: 600;
    margin-bottom: .375rem;
    color: var(--foreground)
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: .625rem .875rem;
    border: 1.5px solid var(--border);
    border-radius: .625rem;
    font-size: .875rem;
    color: var(--foreground);
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    font-family: inherit
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px hsla(217, 91%, 60%, .12)
}

.form-group textarea {
    resize: vertical;
    min-height: 120px
}

label.form-error {
    color: var(--primary);
    font-weight: 400;
    width: 100%
}

.row-privacy>div {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    font-size: .8125rem;
    color: var(--muted-fg);
    margin-bottom: 1.25rem
}

.row-privacy input {
    width: auto;
    margin-top: 3px;
    margin-right: .5rem;
    accent-color: var(--primary)
}

.gp .gradient-text {
    background: linear-gradient(135deg, #BF2925, #F99D27, #FCE262);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.gp .btn-primary {
    background: linear-gradient(135deg, #BF2925, #F99D27, #FCE262);
    color: #100530;
}

.gp .btn-primary:hover {
    box-shadow: 0 6px 28px #fce2625f;
}

.gp-image img, .ap-image img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 270px;
}
.ap-image img {
    max-width: 400px;
}
.partner-badges-panel .logo-stat-card {
   display:flex;
   align-items: center;
   justify-content: center;
   max-width: 210px;
   margin:auto;
}
.partner-badges-panel .hero-stat-card:not(:first-child) img {
    max-width: 150px;
    max-height: 60px;
}

.partner-badges-panel .hero-stat-card .val {
    font-size: 1rem;
    margin-top: 1rem;
}

.form>div,
.form>div div {
    width: 100%
}

.row-privacy label {
    font-weight: 400
}

.row-privacy label a {
    text-decoration: underline;
    color: var(--primary)
}

.form-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05)
}

.form-card h3 {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: .25rem
}

.form-card>p {
    font-size: .875rem;
    color: var(--muted-fg);
    margin-bottom: 1.5rem
}

.form>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: .6rem
}

.form-success {
    background: linear-gradient(135deg, #3c83f5, #7d47ea, #e051e0);
    padding: .5rem;
    border-radius: 3rem;
    margin-bottom: 1rem;
    display: block;
    color: #fff;
    font-weight: 500
}

.form>div div.row-50 {
    width: calc(50% - .5rem)
}

footer {
    border-top: 1px solid rgba(255, 255, 255, .05)
}

footer .inner {
    padding: 4rem 0 2rem
}

footer .grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem
}

footer .logo img {
    height: auto;
    max-height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: .75;
    margin-bottom: 1.25rem
}

footer .tagline, footer .footer-contact {
    font-size: .85rem;
    color: #c1cce6;
    line-height: 1.6;
    margin-bottom: 1rem
}
footer .footer-contact a {
    text-decoration: underline;
}
footer .contact-links li {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .8125rem;
    color: #c1cce6;
    margin-bottom: .4rem
}

footer .contact-links a {
    color: inherit;
    text-decoration: underline;
}

footer .contact-links a:hover, footer .footer-contact a:hover {
    color: rgba(255, 255, 255, .6)
}

footer .col-title {
    font-size: .6875rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: #6a7e9a;
    margin-bottom: 1rem
}

.loc-card h3,
.news-card h3 {
    margin-bottom: .5rem;
    font-weight: 700
}

footer .col-links li {
    margin-bottom: .625rem
}

footer .col-links,
footer .col-links li span {
    font-size: .875rem;
    color: #c1cce6;
    transition: color .2s
}

.footer-bottom p,
.news-card .date {
    font-size: .75rem
}

footer .col-links a:hover {
    color: rgba(255, 255, 255, .65)
}

.divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, .08), transparent);
    margin-bottom: 1.5rem
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap
}

.footer-bottom p {
    color: #bbccec
}

.loc-card p,
.nav-dropdown-menu a,
.nav-dropdown-toggle,
.news-card .date,
.privacy-policy_a,
.privacy-policy_p,
.privacy-policy_table {
    color: var(--muted-fg)
}
.cat-card-content {
    padding: 0 1rem 1rem;
    font-size: .9rem;
    color: var(--muted-fg);
    line-height: 1.6;
}

@media (max-width:1200px) {
    .grid-5 {
        grid-template-columns: repeat(3, 1fr)
    }
}
@media (max-width:1000px) {
    body:has(.site-nav-checkbox:checked) {
        overflow: hidden
    }

    .nav-toggle-btn {
        display: inline-flex;
        z-index: 170
    }

    .site-nav-checkbox:checked~.nav-toggle-btn .nav-toggle-bar:first-child {
        transform: translateY(8px) rotate(45deg)
    }

    .site-nav-checkbox:checked~.nav-toggle-btn .nav-toggle-bar:nth-child(2) {
        opacity: 0
    }

    .site-nav-checkbox:checked~.nav-toggle-btn .nav-toggle-bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg)
    }

    .site-nav-checkbox:checked~.nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 155;
        background: rgba(0, 0, 0, .35);
        cursor: pointer
    }

    header {
        z-index: 200
    }

    header .inner {
        position: relative
    }

    header .inner>nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100dvh;
        max-height: 100dvh;
        margin: 0 1px 0 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        align-content: flex-start;
        gap: .15rem;
        box-shadow: -8px 0 28px rgba(0, 0, 0, .12);
        border-left: 1px solid var(--border);
        z-index: 160;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(102%);
        visibility: hidden;
        transition: transform .28s, visibility .28s;
        width: 0;
        padding: 0
    }

    .site-nav-checkbox:checked~nav {
        transform: translateX(0);
        width: min(22rem, 92vw);
        max-width: 500px;
        visibility: visible;
        padding: 4.75rem 1.25rem 1.5rem
    }

    header .inner>nav>a.active,
    header .inner>nav>a:hover {
        background: hsla(217, 91%, 60%, .1);
        color: var(--primary)
    }

    header .inner>nav>.btn.btn-primary {
        margin-left: 0 !important;
        margin-top: .75rem;
        justify-content: center;
        width: 100%;
        box-sizing: border-box
    }

    header .inner>nav .nav-dropdown {
        width: 100%
    }

    header .inner>nav .nav-dropdown-toggle {
        width: 100%;
        box-sizing: border-box;
        justify-content: flex-start;
        font-size: .9375rem;
        padding: .875rem 1rem;
        border-radius: .75rem;
        color: var(--foreground)
    }

    header .inner>nav .nav-dropdown-toggle.active,
    header .inner>nav .nav-dropdown-toggle:hover,
    header .inner>nav .nav-dropdown:focus-within .nav-dropdown-toggle {
        color: var(--primary);
        background: hsla(217, 91%, 60%, .1)
    }

    header .inner>nav .nav-dropdown-menu {
        position: static;
        display: flex !important;
        flex-direction: column;
        gap: .1rem;
        min-width: 0;
        margin: .2rem 0 .35rem;
        padding: .35rem .35rem .35rem .75rem;
        background: var(--muted);
        border: none;
        border-radius: .75rem;
        box-shadow: none
    }

    header .inner>nav .nav-dropdown-menu a {
        padding: .65rem .85rem;
        border-radius: .5rem;
        font-size: .875rem
    }

    header .inner>nav .nav-dropdown:focus-within .nav-dropdown-toggle::after,
    header .inner>nav .nav-dropdown:hover .nav-dropdown-toggle::after {
        transform: rotate(45deg) translateY(-1px)
    }

    .hero-cols,
    .two-col {
        grid-template-columns: 1fr
    }
    .two-col {
        gap: 2rem;
    }

    .hero-stats {
        display: none
    }

    .grid-3,
    .grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps,
    footer .grid {
        grid-template-columns: 1fr 1fr
    }

    .hero {
        padding: 4.5rem 0 5.5rem
    }

    .gp .inner.hero-cols {
        display: flex;
    }


}
@media (max-width:750px) {
    .grid-5 {
        grid-template-columns: repeat(2, 1fr)
    }
}
@media (max-width:600px) {
    .stats-row.grid-4 {
        display: grid;
      grid-template-columns: repeat(1, 1fr); /* 2 Spalten */
      gap: 1rem 2rem;
    }
    
    .form-row,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .steps,
    footer .grid {
        grid-template-columns: 1fr
    }

    .form>div div.row-50 {
        width: 100%
    }

    .hero {
        padding: 3.25rem 0 4.25rem
    }

    .section {
        padding: 3.25rem 0
    }

    .section-header {
        margin-bottom: 2rem
    }

    .dark-panel {
        padding: 2rem 1.5rem
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start
    }

    .hero-btns {
        flex-direction: column
    }

    .hero-btns .btn {
        width: 100%;
        justify-content: center
    }

    .section-title {
        font-size: clamp(1.5rem, 6vw, 1.75rem)
    }

    .section-desc {
        font-size: 1rem
    }

    .stats-row {
        gap: 1rem 1.75rem
    }

    .gp .inner.hero-cols {
        display: block;
    }

    .gp-image img {
        max-width: 200px;
        margin-top: 3rem;
    }
}

.brand-card,
.loc-card,
.news-card {
    border-radius: 1rem;
    padding: 1.5rem;
    background: #fff;
    transition: box-shadow .2s, transform .2s
}
.brand-card h3 {
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1rem;
}

.brand-card p {
    text-align: left;
    font-size: 0.875rem;
    color: var(--muted-fg);
    font-weight: 400;
    margin-top: 0;
}
a.news-card {
    display: block;
    text-decoration: none;
    color: inherit
}

a.news-card:hover h3 {
    color: var(--primary)
}

.loc-card .header,
.news-card .meta {
    align-items: center;
    margin-bottom: 1rem;
    display: flex
}

#privacy-policy-container {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:480px) {
    #privacy-policy-container .privacy-policy_table {
        font-size: .875rem
    }

    .privacy-policy_tr>.privacy-policy_td:first-of-type {
        width: auto !important;
        min-width: 7rem
    }
}

section.hero .inner>h1:first-child {
    font-size: clamp(1.85rem, 7vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff
}

.hero h1.article-headline {
    line-height: 1.2;
    color: #fff;
    margin-bottom: 1.25rem;
    font-size: clamp(1.5rem, 5vw, 2.25rem);
    max-width: 800px;
    line-height: 1.2
}

svg {
    display: inline-block;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.loc-card,
.news-card {
    border: 1px solid rgba(0, 0, 0, .07)
}

.loc-card .header {
    justify-content: space-between
}

.loc-card h3 {
    font-size: .9375rem
}

.loc-card p {
    font-size: .8125rem;
    line-height: 1.55
}

.news-card .meta {
    gap: .75rem
}

.news-card h3 {
    font-size: 1rem
}

.brand-card {
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 1.125rem;
    font-weight: 700;
    position: relative
}

.brand-card .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--primary);
    color: #fff;
    font-size: .5625rem;
    font-weight: 700;
    padding: .125rem .5rem;
    border-radius: 9999px
}

.cat-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: box-shadow .2s, transform .2s
}

.cat-card .img-wrap {
    height: 140px;
    background: #f7fafd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cat-card .label {
    padding: .875rem 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .875rem;
    font-weight: 700
}

.cat-card .label svg {
    width: 16px;
    height: 16px;
    color: var(--primary)
}

.partner-logo {
    width: auto;
    height: 100%;
    max-height: 75px;
    max-width: 160px;
    object-fit: contain;
    display: block;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    z-index: 1000
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    padding: .5rem 1rem;
    background: #fff;
    color: #111;
    border-radius: 3rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.nav-dropdown {
    position: relative
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 9999px;
    transition: color .2s, background .2s;
    cursor: pointer;
    user-select: none;
    border: none;
    background: 0 0;
    font-family: inherit;
    line-height: 1
}

.nav-dropdown-toggle::after {
    content: "";
    width: .4rem;
    height: .4rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .2s
}

.nav-dropdown-toggle.active,
.nav-dropdown-toggle:hover,
.nav-dropdown:focus-within .nav-dropdown-toggle {
    color: var(--primary);
    background: hsla(217, 91%, 60%, .07)
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 210px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: .75rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    padding: .4rem;
    display: none;
    flex-direction: column;
    gap: .15rem;
    z-index: 110
}

.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown:hover .nav-dropdown-menu {
    display: flex
}

.nav-dropdown:focus-within .nav-dropdown-toggle::after,
.nav-dropdown:hover .nav-dropdown-toggle::after {
    transform: rotate(-135deg) translateY(1px)
}

.nav-dropdown-menu a {
    border-radius: .5rem;
    padding: .55rem .75rem
}

.nav-dropdown-menu a.active,
.nav-dropdown-menu a:hover {
    color: var(--primary);
    background: hsla(217, 91%, 60%, .07)
}

.privacy-policy_p {
    margin-bottom: .8rem;
    line-height: 1.55;
    font-size: .95rem
}

.privacy-policy_h2,
.privacy-policy_h3 {
    margin: 2rem 0 .5rem
}

.privacy-policy_table {
    border-collapse: collapse;
    margin: 1rem 0 2rem;
    border: none;
    line-height: 1.55;
    font-size: .95rem
}

.privacy-policy_tr>.privacy-policy_td:first-of-type {
    width: 210px !important;
    font-weight: 700
}

.privacy-policy_td,
.privacy-policy_th {
    padding: .5rem .5rem .5rem 0;
    border-width: 0 1px 1px 0;
    line-height: 1.55;
    font-size: .95rem;
    border-bottom: 1px solid var(--muted-fg)
}

.privacy-policy_a {
    font-weight: 500;
    text-decoration: underline
}