/* =========================================================
   MeinVerein des Jahres 2026 – Landingpage
   Design-Tokens aus Figma (MVDJ-2026-LP)
   ========================================================= */

@font-face {
    font-family: 'Geologica';
    src: url('../../../font/Geologica-VariableFont_CRSV-SHRP-slnt-wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
/**
Hauptschriftart: Cairo SourceSansPro (vorbereitet)
Hauptschriftart: Roboto
  bis 20201201 Exo2
unten stehen auskommentiert die alten Schriftarten

Es werden nur die Schriftarten geladen die auf der Seite vorkommen
In der header.php werden noch die Hauptschriftarten mit preload geladen
 */

/**
 * special Solution fonts by size 20210521
 */
.sf-sourceSansPro,
.sf-sourceSansPro * {
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
}
.sf-cairo ,
.sf-cairo * {
    font-family: 'Cairo', Arial, sans-serif !important;
}

.sf-100,
.sf-100 * {
    font-weight: 100!important;
}
.sf-200,
.sf-200 * {
    font-weight: 200!important;
}
.sf-300,
.sf-300 * {
    font-weight: 300!important;
}
.sf-400,
.sf-400 * {
    font-weight: 400!important;
}
.sf-500,
.sf-500 * {
    font-weight: 500!important;
}
.sf-600,
.sf-600 * {
    font-weight: 600!important;
}
.sf-700,
.sf-700 * {
    font-weight: 700!important;
}
.sf-800,
.sf-800 * {
    font-weight: 800!important;
}
.sf-900,
.sf-900 * {
    font-weight: 900!important;
}

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Metal';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fonts/metal-mania-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cairo-200 - latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local(''),
    url('../../../fonts/cairo/cairo-v10-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/cairo/cairo-v10-latin-200.woff') format('woff')
}
/* cairo-300 - latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''),
    url('../../../fonts/cairo/cairo-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/cairo/cairo-v10-latin-300.woff') format('woff') /* Modern Browsers */

}
/* cairo-regular - latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../../fonts/cairo/cairo-v10-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../fonts/cairo/cairo-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/cairo/cairo-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/cairo/cairo-v10-latin-regular.woff') format('woff')
}
/* cairo-700 - latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../../../fonts/cairo/cairo-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/cairo/cairo-v10-latin-700.woff') format('woff')
}
/* cairo-600 - latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../../fonts/cairo/cairo-v10-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),

    url('../../../fonts/cairo/cairo-v10-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/cairo/cairo-v10-latin-600.woff') format('woff') /* Modern Browsers */

}
/* cairo-900 - latin */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../../../fonts/cairo/cairo-v10-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../fonts/cairo/cairo-v10-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/cairo/cairo-v10-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/cairo/cairo-v10-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/cairo/cairo-v10-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/cairo/cairo-v10-latin-900.svg#Cairo') format('svg'); /* Legacy iOS */
}


/* source-sans-pro-200 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../../fonts/sourcesanspro/source-sans-pro-v14-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}



:root {
    /* Primärfarben */
    --mvdj-darkblue: #0c254e;
    --mvdj-blue: #023e84;
    --mvdj-yellow: #ffe620;
    --mvdj-orange: #fa7d19;

    /* Sekundärfarben */
    --mvdj-lightblue: #eff4fa;
    --mvdj-white: #ffffff;
    --mvdj-black: #000000;
    --mvdj-grey-100: #fafafa;
    --mvdj-grey-200: #f5f5f5;
    --mvdj-grey-400: #454545;
    --mvdj-grey-500: #222222;
    --mvdj-blue-grey-100: #f4f5f7;
    --mvdj-blue-grey-150: #cbd1d9;
    --mvdj-blue-grey-200: #7c8289;

    /* Bootstrap-Variablen überschreiben */
    --bs-primary: var(--mvdj-blue);
    --bs-body-color: var(--mvdj-grey-500);
    --bs-body-font-family: "Geologica", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

    --mvdj-gradient: linear-gradient(160deg, #0c254e 0%, #023e84 100%);
}

/* ---------- Basis ---------- */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    font-family: 'Geologica', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--mvdj-grey-500);
    background-color: var(--mvdj-white);
}

section {
    scroll-margin-top: 90px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    color: var(--mvdj-darkblue);
    letter-spacing: -0.01em;
}

.text-darkblue {
    color: var(--mvdj-darkblue) !important;
}

.text-blue {
    color: var(--mvdj-blue) !important;
}

.text-orange {
    color: var(--mvdj-orange) !important;
}

.text-yellow {
    color: var(--mvdj-yellow) !important;
}

.bg-darkblue {
    background-color: var(--mvdj-darkblue) !important;
}

.bg-blue {
    background-color: var(--mvdj-blue) !important;
}

.bg-lightblue {
    background-color: var(--mvdj-lightblue) !important;
}

.bg-mvdj-gradient {
    background: var(--mvdj-gradient) !important;
}

/* ---------- Buttons ---------- */
.btn-mvdj {
    background-color: var(--mvdj-orange);
    color: var(--mvdj-white);
    border: none;
    border-radius: 999px;
    padding: 14px 18px !important;
    font-weight: 300;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.btn-mvdj:hover {
    background-color: #e96e0d;
    color: var(--mvdj-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(250, 125, 25, 0.35);
}

.btn-mvdj-outline {
    background-color: transparent;
    color: var(--mvdj-darkblue);
    border: 1.5px solid var(--mvdj-blue-grey-150);
    border-radius: 999px;
    padding: 0.75rem 1.75rem;
    font-weight: 400;
    transition: all 0.15s ease;
}

.btn-mvdj-outline:hover {
    border-color: var(--mvdj-blue);
    color: var(--mvdj-blue);
}

.btn-mvdj-light {
    background-color: var(--mvdj-white);
    color: var(--mvdj-darkblue);
    border: none;
    border-radius: 999px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    transition: all 0.15s ease;
}

.btn-mvdj-light:hover {
    color: var(--mvdj-blue);
    transform: translateY(-2px);
}


/* ---------- Badge / Eyebrow ---------- */
.mvdj-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #D1D5DB;
    color: var(--color-secondary-grey-500, #222);
    text-align: center;
    font-family: Geologica;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 150% */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.small-brow {
    padding: 6px 8px;
    display: inline-flex;
    align-items: center;
  
}
.mvdj-eyebrow--light {
    color: var(--mvdj-white);
  
    border-color: rgba(255, 255, 255, 0.25);
}

/* ---------- Navbar ---------- */
.navbar-mvdj {
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--mvdj-blue-grey-100);
    transition: box-shadow 0.2s ease;
}

.navbar-mvdj.scrolled {
    box-shadow: 0 4px 24px rgba(12, 37, 78, 0.08);
}

.navbar-mvdj .navbar-brand {
    font-weight: 800;
    color: var(--mvdj-darkblue);
    font-size: 1.25rem;
}

.navbar-mvdj .nav-link {
    color: var(--mvdj-grey-500);
    font-weight: 300;
    padding: 0.5rem 0.9rem;
}

li.nav-item a::after {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #7C8289;
   position: relative;
    opacity: 0.5;
    left:10px;
    margin-left: 10px;
margin-right: 10px;
    
}
li.nav-item:last-child a::after{
    display: none;
}
.navbar-mvdj .nav-link:hover,
.navbar-mvdj .nav-link.active {
    color: var(--mvdj-blue);
}

/* ---------- Hero ---------- */
.hero {
    background: var(--blue-gradient, linear-gradient(297deg, #1C4993 27.33%, #002259 85.04%));
    color: var(--mvdj-white);
    position: relative;
    overflow: hidden;
    padding: 8rem 0 13rem;

}


.hero-title {
    color: var(--mvdj-white);
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.05;
}



/* Gläserner Award-Orb */
.hero-award {
    margin: 0 auto 2.5rem;
    width: 100%;
    margin-top: -100px;
    margin-left: -88px;
}

.hero-buttons {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

/*

Buttons

*/
.btn-base {
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 10px 16px;
}

.btn-shimmer {
    background: rgba(255, 255, 255, 0.07);
    ;
}

.btn-orange {
    background: var(--orange-gradient, linear-gradient(297deg, #FA7D19 27.33%, #E96E0D 85.04%));
}




#worum-gehts {
    border-radius: 40px 40px 0 0;
    position: relative;
    z-index: 1;
    top: -30px;

}

.headline24 {
    color: var(--color-secondary-grey-500, #222);
    text-align: center;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 141.667% */
}

.headline16 {
    color: var(--color-secondary-grey-500, #222);
font-family: Geologica;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25.949px; /* 162.18% */
letter-spacing: -0.117px;
}
.headline18 {
    color: var(--color-secondary-grey-500, #222);
font-family: Geologica;
font-size: 18px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 25.949px; /* 162.18% */
letter-spacing: -0.117px;
}
.paragraph18 {
    color: var(--color-secondary-blue-grey-200, #7C8289);
    text-align: center;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.078px;
}

.paragraph18.whity {
    color: #CBD1D9;
}

.paragraph18 span {
    color: #222
}

.paragraph18.whity span {
    color: #fff;
}

.preisgeld-card {
    background-image: url(../../../img/mvdj2026/wave.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;

    width: 100%;
    z-index: 100;
}

.blue-badge {
    display: inline-flex;
    
    padding: 10px 20px;
    flex-direction: row;
    align-items: flex-start;
    gap: 2px;
    background-color: #4D85C6;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.47);
    text-align: center;
    font-family: Geologica;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.078px;
}
.blue-badge span {
    color: var(--color-secondary-white, #fff);
}
.preisgeld-badge-abs {
left: 45%;
position: absolute;
}
.grey-badge {
    display: inline-flex;
  flex-direction: row;
    padding: 10px 20px;
    
    align-items: flex-start;
    gap: 2px;
    background: var(--color-secondary-blue-grey-100, #F4F5F7);
    border-radius: 10px;
    color: var(--color-secondary-grey-500, #919DAB);
    text-align: center;
    font-family: Geologica;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.078px;

}
.grey-badge span {
    color: var(--color-secondary-blue, #222);
}

.white-badge{
        display: inline-flex;
  flex-direction: row;
    padding: 10px 20px;
    
    align-items: flex-start;
    gap: 2px;
    background: var(--color-secondary-blue-grey-100, #F4F5F7);
    border-radius: 10px;
    color: var(--color-secondary-grey-500, #919DAB);
    text-align: center;
    font-family: Geologica;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.078px;
    border-radius: 12px;
border: 1px solid #F1F1F1;
background: #FFF;
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
}
.white-badge span {
    color: var(--color-secondary-blue, #222);
}

.preisgeld-line {
    width: 1px;
    height: 60px;
    background-color: #4D85C6;
    position: absolute;
    left: 60%;
    top:35%
}

.img-buzz {
    width: 100%;
    max-width: 240px;
}
.bt-lightblue{
    border-top: 1.535px solid var(--Hellblau, #EFF4FA);
}

/* ---------- Cards / Bento ---------- */
.mvdj-card {
    background-color: var(--mvdj-white);
    border: 1px solid var(--mvdj-blue-grey-100);
    border-radius: 1.25rem;
    padding: 1.75rem;
    height: 97%;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.mini{
     padding: 10px 20px;
     padding-bottom:30px
}
.greyi{
    border-radius: 7px;
background: var(--color-secondary-grey-200, #F5F5F5);
}

.awardpadding{
    padding:46px !important;
}
.whiter{
     background: rgba(255, 255, 255, 0.06);    border: 1px solid rgba(255, 255, 255, 0.08);
}
.no-border.br-500{
    border: none !important;
    border-radius: 500px !important;
}
.no-border{
    border: none !important;
}
.fw400{
    font-weight: 300;
}
.border-white-light{
    border-color:rgba(255,255,255,.17) !important;
}
.mvdj-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(12, 37, 78, 0.1);
}

.mvdj-card .stat {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--mvdj-blue);
}

.mvdj-card-dark {
    background: var(--mvdj-gradient);
    color: var(--mvdj-white);
    border: none;
    border-radius: 1.25rem;
    padding: 1.75rem;
    height: 100%;
}

.mvdj-card-dark h3,
.mvdj-card-dark .stat {
    color: var(--mvdj-white);
}

.p-1-2 {
    padding:6px
}
.fs14{
    font-size: 14px;
    line-height: 23.031px; /* 164.511% */
letter-spacing: 0.18px;
font-weight: 300;
}
.fs12{
    font-size: 12px !important;
    line-height: 23.031px; /* 191.929% */
    letter-spacing: 0.18px;
    font-weight: 300;

}
.fs10{
    font-size: 10px !important;
    line-height: 23.031px; /* 191.929% */
    letter-spacing: 0.18px;
    font-weight: 300;

}
.fs11{

font-family: Geologica;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 17.05px; /* 155% */
letter-spacing: 0.066px;}
.fswhitegrey{
   color: var(--color-secondary-blue-grey-150, #CBD1D9) !important;
}
.fswhiter{
   color:  #F4F5F7 !important;
}
.fsgrey{
    color: var(--Grau, #6A7282);
}
.small-icon{
    width: 14.997px;
height: 15px;
aspect-ratio: 15.00/15.00;
margin-right: -4px;
}
.mvdj-card-white {
    background: #fff;
  color: #6B7280;

font-family: Geologica;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 17.05px; /* 155% */
letter-spacing: 0.066px;
    border: none;
    border-radius: 1.25rem;
    padding: 1.75rem;
    height: 100%;
}
.card-small-icon{
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    border: 1px solid #D1D5DB;
}
.pricing-image{
    width: 80px;
    max-width: 120px;
}
.pricing-image-portrait{
    width: 50px;
    max-width: 120px;
}

/* Bild-Platzhalter */
.mvdj-placeholder {
    background: linear-gradient(135deg, var(--mvdj-lightblue), var(--mvdj-blue-grey-100));
    border: 1px dashed var(--mvdj-blue-grey-150);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mvdj-blue-grey-200);
    font-size: 0.85rem;
    text-align: center;
    min-height: 180px;
}

.mvdj-placeholder--video {
    position: relative;
    min-height: 420px;
    background: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.mvdj-placeholder--video .play-btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--mvdj-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.mvdj-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mvdj-lightblue), var(--mvdj-blue-grey-150));
    margin: 0 auto;
}


.mvdj-logobar,.blue-gradient-bg {
    background: var(--blue-gradient, linear-gradient(297deg, #1C4993 27.33%, #002259 85.04%));  
}



.footer-link-gewinner {
    border-top: 1.535px solid var(--Hellblau, #EFF4FA);

}
.footer-link-gewinner a {
    color: var(--color-secondary-grey-400, #454545);
    font-family: Geologica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.031px; /* 191.929% */
    letter-spacing: 0.18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-link-gewinner a::after {
    content: '';
    display: inline-block;
background-repeat: no-repeat;
    background-image: url('../../../img/mvdj2026/chevron-right.svg');
    width: 8px;
height: 8px;
background-size: contain;
transition: transform 0.15s ease;
}
.footer-link-gewinner a:hover::after {
    transform: rotate(90deg);transition: transform 0.15s ease;
}
/* ---------- Kategorie-Tabs ---------- */
.category-item {
    position: relative;
    border: 1px solid var(--mvdj-blue-grey-100);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    background: var(--mvdj-white);
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(12, 37, 78, 0.05);
    transition: all 0.15s ease;
}

.category-item:hover {
    border-color: var(--mvdj-blue-grey-150);
}

.category-item.active {
    border: 3px solid var(--mvdj-yellow);
    background: var(--mvdj-white);
}

/* Pointer der aktiven Kategorie zum Detail-Panel */
.category-item.active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) rotate(45deg);
    width: 18px;
    height: 18px;
    background: var(--mvdj-white);
    border-top: 3px solid var(--mvdj-yellow);
    border-right: 3px solid var(--mvdj-yellow);
}

@media (max-width: 991.98px) {
    .category-item.active::after {
        display: none;
    }
}

.category-item .cat-title {
    font-weight: 700;
    color: var(--mvdj-darkblue);
}

/* Trenner zwischen Community und Projekt-Awards */
.category-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0 0.5rem;
}

.category-divider::before,
.category-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--mvdj-blue-grey-150);
}

.category-divider span {
  background: var(--gold-gradient, linear-gradient(51deg, #B07E10 -6.21%, #E1BF5C 55.77%, #F5DA7B 85.36%, #FFEEA1 140.08%, #F5DA7B 197.6%, #B07E10 272.98%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size:30PX;
MARGIN: 0 20px;
}

/* Beschreibungsbox im Detail-Panel */
.prize-intro {
    background: var(--color-secondary-grey-100, #FAFAFA);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
}

/* Preis-Tier-Zeilen */
.prize-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 0.25rem;
    border-bottom: 1px solid var(--mvdj-blue-grey-100);
}

.prize-row:last-child {
    border-bottom: 0;
}

.prize-row .rank {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: var(--mvdj-darkblue);
    color: var(--mvdj-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
}

.prize-row .rank--gold {
    background: linear-gradient(135deg, #f5da7b, #b07e10);
}

.prize-row .rank--silver {
    background: linear-gradient(135deg, #e4e4e4, #9a9a9a);
}

.prize-row .rank--bronze {
    background: linear-gradient(135deg, #d99b63, #a85e1f);
}

.prize-row .rank--brown {
    background: #8a5a2b;
    border-radius: 0.5rem;
}

/* ---------- Ablauf / Timeline ---------- */
.timeline-step {
    position: relative;
    text-align: center;
}

.timeline-step .step-num {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);

background: #2F5491;
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0 auto 1rem;
}

.timeline-step .step-num.active {
    background: var(--mvdj-orange);
    border-color: var(--mvdj-orange);
    box-shadow: 0 0 0 6px rgba(250, 125, 25, 0.18);
}

/* Verbindungslinie + Fortschritt (nur in der einzeiligen Desktop-Ansicht) */
@media (min-width: 768px) {

    /* Graue Grundlinie zwischen den Kreisen */
    .timeline-step:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 23px;
        left: 50%;
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, 0.18);
        transform: translateY(-50%);
        z-index: 0;
    }

    /* Orangefarbener Fortschritt nach dem aktiven Schritt */
    .timeline-step:has(.step-num.active):not(:last-child)::after {
        content: "";
        position: absolute;
        top: 23px;
        left: 50%;
        width: 40%;
        height: 4px;
        background: var(--mvdj-orange);
        border-radius: 4px;
        transform: translateY(-50%);
        z-index: 0;
    }
}

.process-step {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 1.75rem 2rem;
    margin-bottom: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.process-step:last-child {
    margin-bottom: 0;
}

.process-step .step-num {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--mvdj-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
}

.process-step h3 {
    color: var(--mvdj-white);
    font-size: 1.375rem;
    font-weight: 700;
}

.process-step p {
  
    font-size: 0.95rem;
}

/* ---------- Partner-Logos ---------- */
.partner-logo {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mvdj-blue-grey-200);
    font-weight: 600;
    opacity: 0.75;
}

/* ---------- FAQ ---------- */
.accordion-mvdj {
    background: transparent;
}

.accordion-mvdj .accordion-item {
    border: 0;
    border-radius: 1rem !important;
    margin-bottom: 1rem;
    overflow: hidden;
    background: var(--mvdj-white);
    box-shadow: 0 4px 16px rgba(12, 37, 78, 0.06);
}

.accordion-mvdj .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-mvdj .accordion-button {
    font-weight: 400;
    color: var(--color-secondary-grey-500, #222);
font-family: Geologica;
font-size: 18px;
    background: var(--mvdj-white);
    padding: 1.45rem 1.75rem;
}

.accordion-mvdj .accordion-button:not(.collapsed) {
    color: var(--mvdj-blue);
    background: var(--mvdj-white);
    box-shadow: none;
}

.accordion-mvdj .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Chevron als runder Button rechts */
.accordion-mvdj .accordion-button::after {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--mvdj-blue-grey-100);
    background-position: center;
    background-size: 1.1rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.accordion-mvdj .accordion-button:not(.collapsed)::after {
    background-color: var(--mvdj-lightblue);
}

.accordion-mvdj .accordion-body {
    padding: 0 1.5rem 1.5rem;
}

/* ---------- Newsletter ---------- */
.newsletter-input {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 0.85rem 1.75rem;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
}

/* ---------- Footer ---------- */
.footer-mvdj {
    background: var(--mvdj-darkblue);
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 0 1.5rem;
}

.footer-mvdj h5 {
    color: var(--mvdj-white);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-mvdj a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer-mvdj a:hover {
    color: var(--mvdj-yellow);
}

.footer-mvdj .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.15s ease;
}

.social-icon:hover {
    background: var(--mvdj-orange);
    color: #fff;
}

/* ---------- Utilities ---------- */
.section-padding {
    padding: 5rem 0;
}

.rounded-2xl {
    border-radius: 1.5rem !important;
}

.back-to-top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mvdj-orange);
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}



/* ===== Footer ====== */
.mv-footer-2026 {
    color: #fff;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .mv-footer-2026 ul.nav {
        width: 80%;
    }
}

.mv-footer-2026 .brmobil br {
    display: none;
}

@media (max-width: 992px) {
    .mv-footer-2026 .brmobil br {
        display: block;
    }
}

@media (max-width: 1400px) {
    .mv-footer-2026 a.pricing-test {
        width: 100%;
        max-width: 240px;
    }
}

.mv-footer-2026 .badge-orange {
    background-color: #FA7D19;
    color: #fff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.84px;
    font-weight: 500;
    position: relative;
    z-index: 11;
    padding: 5px 12px !important;
    border-radius: 5px;
    line-height: inherit !important;
}

@media (max-width: 1400px) {
    .mv-footer-2026 .badge-orange {
        width: 100%;
        max-width: 240px;
        padding: 7px 16px !important;
        font-size: 16px;
        display: block;
    }
}

.mv-footer-2026 ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.mv-footer-2026 ul li a:hover {
    text-decoration: underline !important;
}

.mv-footer-2026 li {
    white-space: nowrap;
}

.mv-footer-2026 .footer-mitglieder-icon {
    position: relative;
}

.mv-footer-2026 .footer-mitglieder-icon::before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    background-image: url(../../../img/footer/users.svg);
    width: 19px;
    height: 19px;
    position: absolute;
    left: -35px;
    z-index: 999;
    top: 5px;
}

.mv-footer-2026 .footer-finanzen-icon {
    position: relative;
}

.mv-footer-2026 .footer-finanzen-icon::before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    background-image: url(../../../img/footer/finanzen.svg);
    width: 19px;
    height: 19px;
    position: absolute;
    left: -35px;
    z-index: 999;
    top: 5px;
}

.mv-footer-2026 .footer-vereinsportal-icon {
    position: relative;
}

.mv-footer-2026 .footer-vereinsportal-icon::before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    background-image: url(../../../img/footer/vereinsportal.svg);
    width: 26px;
    height: 26px;
    position: absolute;
    left: -35px;
    z-index: 999;
    top: 5px;
}

.mv-footer-2026 .footer-kalender-icon {
    position: relative;
}

.mv-footer-2026 .footer-kalender-icon::before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    background-image: url(../../../img/footer/kalender.svg);
    width: 19px;
    height: 19px;
    position: absolute;
    left: -35px;
    z-index: 999;
    top: 5px;
}

.mv-footer-2026 .footer-phone-icon {
    position: relative;
}

.mv-footer-2026 .footer-phone-icon::before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    background-image: url(../../../img/footer/tech-support.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: -35px;
    z-index: 999;
    top: 6px;
}

@media (max-width: 1200px) {
    .mv-footer-2026 .footer-phone-icon::before {
        left: 0;
        margin-left: -5px;
    }
}

@media (max-width: 768px) {
    .mv-footer-2026 .footer-phone-icon::before {
        left: 0;
        margin-left: 5px;
    }
}

.mv-footer-2026 .footer-mail-icon {
    position: relative;
}

.mv-footer-2026 .footer-mail-icon a::before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    background-image: url(../../../img/footer/support-mail.svg);
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 999;
    top: 6px;
}

.mv-footer-2026 .footertrenner-before {
    display: flex;
    align-items: center;
}

.mv-footer-2026 .footertrenner-before::before {
    width: 1px;
    height: 134px;
    opacity: 0.1;
    background-color: #fff;
    content: "";
    display: inline-block;
    margin-right: 90px;
}

@media (max-width: 1300px) {
    .mv-footer-2026 .footertrenner-before::before {
        margin-right: 40px;
    }
}

@media (max-width: 1200px) {
    .mv-footer-2026 .footertrenner-before::before {
        display: none;
    }
}

.mv-footer-2026 .footertrenner-before-top {
    display: flex;
}

.mv-footer-2026 .footertrenner-before-top::before {
    width: 1px;
    height: 164px;
    opacity: 0.1;
    background-color: #fff;
    content: "";
    display: inline-block;
    margin-right: 90px;
}

@media (max-width: 1300px) {
    .mv-footer-2026 .footertrenner-before-top::before {
        margin-right: 60px;
        margin-left: -30px;
    }
}

@media (max-width: 1200px) {
    .mv-footer-2026 .footertrenner-before-top::before {
        display: none;
    }
}

.mv-footer-2026 .mv-footer-2026-social-link {
    border: 0;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
}

.mv-footer-2026 .mv-footer-2026-social-link:hover {
    opacity: 1;
}

.mv-footer-2026 .white_circle {
    width: 400px;
    height: 400px;
    position: absolute;
    opacity: 0.29;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    background-color: #0057ae;
}

.mv-footer-2026 .first_white_circle {
    bottom: -30px;
    left: -60px;
}

.mv-footer-2026 .second_white_circle {
    top: -30px;
    right: -60px;
}

.mv-footer-2026 .img-footer-badge {
    height: 30px;
}

@media (max-width: 1200px) {
    .mv-footer-2026 .img-footer-badge {
        height: auto;
        width: 100%;
    }
}

.mv-footer-2026 .mv-footer-2026-logo img {
    height: 45px;
}

.mv-footer-2026 .mv-footer-2026-awards img {
    max-height: 120px;
    width: 120px;
}

@media (max-width: 1200px) {
    .mv-footer-2026 .mv-footer-2026-awards img {
        max-height: unset;
        width: 140px;
    }
}

@media (max-width: 680px) {
    .mv-footer-2026 .mv-footer-2026-awards img {
        max-height: unset;
        width: 120px;
    }
}

.mv-footer-2026 .mv-footer-2026-icon {
    font-size: 1.25rem;
    line-height: 1;
}

.mv-footer-2026 .mv-footer-2026-help-inner {
    border-radius: 24px;
    background: rgba(7, 42, 97, 0.9);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.15);
}

.mv-footer-2026 .mv-footer-2026-bottom {
    position: relative;
    z-index: 99;
    background-color: #00234d;
    margin-top: 100px;
}

.mv-footer-2026 .mv-footer-2026-buhl-logo img {
    max-height: 22px;
}

.mv-footer-2026 .mv-footer-2026-backtotop {
    width: 44px;
    height: 44px;
    border-width: 1px;
}

.mv-footer-2026 .mv-footer-2026-backtotop-icon {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .mv-footer-2026 .mv-footer-2026-awards {
        justify-content: flex-start;
    }
}

footer {
    background-color: #012857;
    height: auto;
    padding-bottom: 30px;
    font-family: 'Source Sans Pro';
}

footer * {
    font-family: 'Source Sans Pro';
}

footer #footermenu-2024 {
    display: flex;
}

@media (max-width: 992px) {
    footer #footermenu-2024 {
        flex-direction: column;
    }
}



footer #footermenu-2024 li {
    flex-basis: 25%;
}

@media (max-width: 992px) {
    footer #footermenu-2024 li {
        flex-basis: 100%;
    }
}

footer #footermenu-2024 li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    margin-right: 20px;
}

footer #footermenu-2024 li ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

footer #footermenu-2024 li ul li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    text-transform: unset;
}

footer #footermenu-2024 li ul li a:hover {
    text-decoration: underline;
}

footer #footermenu-2024 li ul li.twitter a:before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: sub;
    background-image: url(../../../img/icons_2022/twitter_icon_white.svg);
    width: 20px;
    height: 20px;
}

footer #footermenu-2024 li ul li.facebook a:before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: sub;
    background-image: url(../../../img/icons_2022/fb_icon_white.svg);
    width: 20px;
    height: 20px;
}

footer #footermenu-2024 li ul li.whatsapp a:before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: sub;
    background-image: url(../../../img/icons_2022/whatsapp.svg);
    width: 20px;
    height: 20px;
}

footer #footermenu-2024 li ul li.instagram a:before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: sub;
    background-image: url(../../../img/icons_2022/instagram.svg);
    width: 20px;
    height: 20px;
}

footer #footermenu-2024 li ul li.youtube a:before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: sub;
    background-image: url(../../../img/icons_2022/youtube_icon_white.svg);
    width: 20px;
    height: 20px;
}

footer #footermenu-2024 li ul li.footer-phone a:before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: sub;
    background-image: url(../../../img/icons_2022/phone-solid-white.svg);
    width: 20px;
    height: 20px;
}

footer #footermenu-2024 li ul li.footer-mail a:before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: sub;
    background-image: url(../../../img/icons_2022/envelope-regular.svg);
    width: 20px;
    height: 20px;
}

footer .buhl-footer-white img {
    width: 160px;
}

#footerbottom {
    padding-top: 60px !important;
    color: white !important;
}

@media (max-width: 992px) {
    #footerbottom {
        display: flex;
        padding-top: 30px !important;
        flex-direction: column-reverse;
    }
}

#footerbottom p {
    color: white !important;
}

#footerbottom .buhl-footer-white {
    color: white !important;
}

#footerbottom .buhl-footer-white:before {
    display: inline-block;
    content: "";
    height: 1.5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: sub;
    background-image: url('../../../img/logos/buhl-logo-white.svg');
    width: 40px;
}

@media (min-width: 993px) {
    #footermenu {
        padding-top: 30px !important;
    }
}

#footermenu li {
    margin-right: 20px;
}

#footermenu li a {
    color: white !important;
    font-size: 18px !important;
}

@media (max-width: 992px) {
    #footermenu {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
}

p.footerinfo {
    font-size: 30px !important;
}

.footerkontakt a,
.footerkontakt p:not(.footerinfo) {
    font-size: 20px !important;
}

.whitelogo {
    max-width: 200px;
}