/* ==========================================
   UEBER UNS
========================================== */

.about-header{
    width:100%;
    margin:0;
    padding:54px 0 44px;
    background:var(--background);
}

.about-header-inner{
    width:min(1500px,92%);
    margin:0 auto;
}

.about-kicker{
    margin:0 0 10px;
    display:flex;
    align-items:center;
    gap:9px;
    color:#aebbc8;
    font-size:12px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:0;
    text-transform:uppercase;
}

.about-kicker i{
    color:var(--blue);
    font-size:16px;
}

.about-header h1{
    max-width:900px;
    margin:0;
    font-size:58px;
    line-height:1;
    letter-spacing:0;
}

.about-intro{
    max-width:830px;
    margin:13px 0 0;
    color:#aebbc8;
    font-size:17px;
    line-height:1.65;
}

/* ==========================================
   INTRO
========================================== */

.about-wrapper{
    width:min(1600px,92%);
    margin:0 auto 82px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(340px,420px);
    gap:46px;
    align-items:start;
}

.about-main{
    min-width:0;
    padding:8px 32px 8px 28px;
    border-left:3px solid var(--blue);
}

.about-label{
    margin:0 0 16px;
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--blue);
    font-size:12px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:0;
    text-transform:uppercase;
}

.about-label::before{
    content:"";
    width:26px;
    height:3px;
    flex:0 0 auto;
    background:linear-gradient(90deg,var(--blue) 0 50%,var(--red) 50% 100%);
}

.about-main h2{
    max-width:900px;
    margin:0 0 22px;
    font-size:46px;
    line-height:1.02;
    letter-spacing:0;
}

.about-main p{
    max-width:980px;
    margin:0 0 17px;
    color:#c1cad5;
    font-size:16px;
    line-height:1.75;
}

.about-main p:last-child{
    margin-bottom:0;
}

.about-side{
    display:flex;
    flex-direction:column;
    gap:16px;
}

.about-contact-card{
    padding:25px;
    border:2px solid rgba(0,157,255,.52);
    border-radius:8px;
    background:#111822;
    transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

.about-contact-card:hover,
.about-contact-card:focus-within{
    border-color:var(--red);
    outline:2px solid rgba(215,25,32,.8);
    outline-offset:-2px;
    box-shadow:0 20px 44px rgba(215,25,32,.14);
    transform:translateY(-3px);
}

.about-contact-card > i{
    width:52px;
    height:52px;
    margin:0 0 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(215,25,32,.42);
    border-radius:6px;
    background:rgba(215,25,32,.09);
    color:#f1474d;
    font-size:21px;
}

.about-contact-card h3{
    margin:0 0 9px;
    font-size:29px;
    line-height:1.1;
    letter-spacing:0;
}

.about-contact-card p{
    margin:0 0 13px;
    color:#aeb9c6;
    font-size:15px;
    line-height:1.65;
}

.about-contact-card a{
    color:var(--blue);
    font-size:18px;
    font-weight:700;
    line-height:1.5;
    text-decoration:none;
    transition:color .25s ease;
}

.about-contact-card a:hover,
.about-contact-card a:focus-visible{
    color:#ffffff;
    outline:none;
}

.about-notice{
    padding:20px 21px;
    border:1px solid rgba(215,25,32,.38);
    border-left:3px solid var(--red);
    border-radius:8px;
    background:rgba(215,25,32,.045);
}

.about-notice h3{
    margin:0 0 10px;
    display:flex;
    align-items:center;
    gap:9px;
    font-size:23px;
    line-height:1.15;
    letter-spacing:0;
}

.about-notice h3 i{
    color:#f1474d;
    font-size:18px;
}

.about-notice p{
    margin:0;
    color:#b8c2ce;
    font-size:14px;
    line-height:1.7;
}

.about-notice strong{
    color:#ffffff;
}

/* ==========================================
   ABSCHNITTE
========================================== */

.team-section,
.about-section,
.principles{
    width:min(1600px,92%);
    margin:0 auto 82px;
}

.section-title{
    max-width:980px;
    margin:0 0 28px;
}

.section-title h2{
    margin:0 0 9px;
    font-size:44px;
    line-height:1.05;
    letter-spacing:0;
}

.section-title p{
    margin:0;
    color:#aebbc8;
    font-size:16px;
    line-height:1.65;
}

/* ==========================================
   TEAM
========================================== */

.team-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.team-card{
    min-width:0;
    width:100%;
    height:280px;
    min-height:0;
    padding:0;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(180px,32%) minmax(0,1fr);
    border:2px solid rgba(0,157,255,.48);
    border-radius:8px;
    background:#111822;
    transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

.team-card:hover,
.team-card:focus-within{
    border-color:var(--red);
    outline:2px solid rgba(215,25,32,.8);
    outline-offset:-2px;
    box-shadow:0 20px 44px rgba(215,25,32,.14);
    transform:translateY(-3px);
}

.main-team-card{
    border-color:rgba(0,157,255,.72);
}

.team-photo{
    position:relative;
    min-width:0;
    min-height:0;
    height:100%;
    overflow:hidden;
    border-right:1px solid rgba(255,255,255,.1);
    background:#0a1018;
}

.team-photo::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    box-shadow:inset -18px 0 28px rgba(3,5,10,.18);
}

.team-photo img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:center 32%;
}

.team-photo--placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        linear-gradient(145deg,rgba(0,157,255,.09),rgba(255,255,255,.018));
    color:rgba(0,157,255,.62);
    font-size:54px;
}

.team-content{
    min-width:0;
    padding:27px 26px 28px;
    align-self:center;
}

.team-content span{
    display:block;
    margin:0 0 7px;
    color:var(--blue);
    font-size:11px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:0;
    text-transform:uppercase;
}

.team-content h3{
    margin:0 0 9px;
    font-size:29px;
    line-height:1.1;
    letter-spacing:0;
}

.team-content p{
    margin:0;
    color:#aeb9c6;
    font-size:14px;
    line-height:1.7;
}

.team-content a{
    margin-top:16px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--blue);
    font-size:14px;
    font-weight:700;
    line-height:1.5;
    text-decoration:none;
    transition:color .25s ease,gap .25s ease;
}

.team-content a:hover,
.team-content a:focus-visible{
    gap:11px;
    color:#ffffff;
    outline:none;
}

/* ==========================================
   WAS WIR MACHEN
========================================== */

.about-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
}

.about-card{
    min-width:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border:2px solid rgba(0,157,255,.48);
    border-radius:8px;
    background:#111822;
    transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

.about-card:hover,
.about-card:focus-within{
    border-color:var(--red);
    outline:2px solid rgba(215,25,32,.8);
    outline-offset:-2px;
    box-shadow:0 20px 44px rgba(215,25,32,.14);
    transform:translateY(-3px);
}

.about-card-image{
    position:relative;
    width:100%;
    aspect-ratio:16 / 10;
    overflow:hidden;
    border-bottom:1px solid rgba(255,255,255,.1);
    background:#080d13;
}

.about-card-image::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    box-shadow:inset 0 -24px 30px rgba(3,5,10,.2);
}

.about-card-image img{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    transition:transform .4s ease;
}

.about-card-image--hints{
    background:#eef2f7;
}

.about-card-image--hints img{
    object-position:center 48%;
}

.about-card-image--location img,
.about-card-image--reporting img{
    object-position:center;
}

.about-card-image--community img{
    object-position:center 40%;
}

.about-card:hover .about-card-image img{
    transform:scale(1.035);
}

.about-card-body{
    flex:1;
    padding:22px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.about-icon{
    width:48px;
    height:48px;
    min-width:48px;
    margin:0 0 17px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(0,157,255,.34);
    border-radius:6px;
    background:rgba(0,157,255,.08);
    color:var(--blue);
    font-size:20px;
}

.about-card h3{
    margin:0 0 10px;
    font-size:28px;
    line-height:1.1;
    letter-spacing:0;
}

.about-card p{
    margin:0;
    color:#aeb9c6;
    font-size:14px;
    line-height:1.7;
}

/* ==========================================
   GRUNDSAETZE
========================================== */

.principles-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.principle-box{
    position:relative;
    min-width:0;
    overflow:hidden;
    padding:25px;
    border:2px solid rgba(0,157,255,.48);
    border-radius:8px;
    background:#111822;
    transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

.principle-box:hover{
    border-color:var(--red);
    outline:2px solid rgba(215,25,32,.8);
    outline-offset:-2px;
    box-shadow:0 20px 44px rgba(215,25,32,.14);
    transform:translateY(-3px);
}

.principle-box span{
    display:block;
    margin:0 0 13px;
    color:rgba(0,157,255,.48);
    font-family:"Bebas Neue",sans-serif;
    font-size:52px;
    line-height:.9;
    letter-spacing:0;
}

.principle-box h3{
    margin:0 0 9px;
    font-size:29px;
    line-height:1.1;
    letter-spacing:0;
}

.principle-box p{
    margin:0;
    color:#aeb9c6;
    font-size:14px;
    line-height:1.7;
}

/* ==========================================
   ABSCHLUSS
========================================== */

.about-cta{
    width:min(1600px,92%);
    margin:0 auto 82px;
    padding:30px 28px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    column-gap:36px;
    align-items:center;
    border-top:1px solid rgba(0,157,255,.34);
    border-bottom:1px solid rgba(215,25,32,.3);
    background:rgba(255,255,255,.018);
}

.about-cta h2{
    margin:0 0 7px;
    font-size:40px;
    line-height:1.05;
    letter-spacing:0;
}

.about-cta p{
    max-width:760px;
    margin:0;
    color:#aebbc8;
    font-size:15px;
    line-height:1.65;
}

.about-buttons{
    grid-column:2;
    grid-row:1 / span 2;
    display:flex;
    align-items:center;
    gap:10px;
}

.primary-button,
.secondary-button{
    min-height:46px;
    padding:0 18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid transparent;
    border-radius:6px;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
    text-align:center;
    text-decoration:none;
    transition:border-color .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease;
}

.primary-button{
    border-color:rgba(0,157,255,.48);
    background:rgba(0,157,255,.09);
    color:#dcefff;
}

.secondary-button{
    border-color:rgba(255,255,255,.22);
    background:rgba(255,255,255,.035);
    color:#dce5ef;
}

.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible{
    border-color:var(--red);
    outline:2px solid rgba(215,25,32,.72);
    outline-offset:-2px;
    color:#ffffff;
    box-shadow:none;
    transform:translateY(-2px);
}

.primary-button:hover,
.primary-button:focus-visible{
    background:rgba(215,25,32,.09);
}

.primary-button i{
    color:var(--blue);
    transition:color .25s ease,transform .25s ease;
}

.primary-button:hover i,
.primary-button:focus-visible i{
    color:#ffffff;
    transform:translateX(3px);
}

.secondary-button:hover,
.secondary-button:focus-visible{
    background:rgba(215,25,32,.08);
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1200px){
    .about-wrapper{
        grid-template-columns:minmax(0,1fr) minmax(310px,360px);
        gap:30px;
    }

    .about-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:900px){
    .about-wrapper{
        grid-template-columns:1fr;
    }

    .about-side{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .principles-grid{
        grid-template-columns:1fr;
    }

    .team-grid{
        grid-template-columns:1fr;
    }

    .team-card{
        grid-template-columns:220px minmax(0,1fr);
    }

    .about-cta{
        grid-template-columns:1fr;
        row-gap:22px;
    }

    .about-buttons{
        grid-column:1;
        grid-row:auto;
    }
}

@media(max-width:700px){
    .about-header{
        padding:42px 0 34px;
    }

    .about-header-inner,
    .about-wrapper,
    .team-section,
    .about-section,
    .principles,
    .about-cta{
        width:calc(100% - 32px);
    }

    .about-header h1{
        font-size:46px;
    }

    .about-intro{
        font-size:15px;
    }

    .about-wrapper,
    .team-section,
    .about-section,
    .principles,
    .about-cta{
        margin-bottom:60px;
    }

    .about-main{
        padding:5px 0 5px 20px;
    }

    .about-main h2,
    .section-title h2{
        font-size:36px;
    }

    .about-main p{
        font-size:15px;
        line-height:1.7;
    }

    .about-side,
    .team-grid,
    .about-grid{
        grid-template-columns:1fr;
    }

    .about-card-image{
        aspect-ratio:16 / 9;
    }

    .about-cta{
        padding:26px 20px;
    }

    .about-cta h2{
        font-size:34px;
    }
}

@media(max-width:600px){
    .team-card{
        height:auto;
        min-height:0;
        grid-template-columns:1fr;
    }

    .team-photo{
        height:auto;
        min-height:0;
        aspect-ratio:16 / 10;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

    .team-photo::after{
        box-shadow:inset 0 -18px 28px rgba(3,5,10,.18);
    }

    .team-content{
        padding:22px;
    }
}

@media(max-width:440px){
    .about-header-inner,
    .about-wrapper,
    .team-section,
    .about-section,
    .principles,
    .about-cta{
        width:calc(100% - 24px);
    }

    .about-header h1{
        font-size:42px;
    }

    .about-main h2{
        font-size:30px;
    }

    .team-content h3,
    .about-card h3,
    .principle-box h3{
        font-size:26px;
    }

    .about-card-body,
    .principle-box{
        padding:20px;
    }

    .about-buttons{
        width:100%;
        flex-direction:column;
        align-items:stretch;
    }

    .primary-button,
    .secondary-button{
        width:100%;
    }
}

@media(hover:none){
    .about-contact-card:hover,
    .team-card:hover,
    .about-card:hover,
    .principle-box:hover{
        border-color:rgba(0,157,255,.48);
        outline:none;
        box-shadow:none;
        transform:none;
    }

    .main-team-card:hover{
        border-color:rgba(0,157,255,.72);
    }

    .about-card:hover .about-card-image img{
        transform:none;
    }
}

@media(prefers-reduced-motion:reduce){
    .about-contact-card,
    .team-card,
    .about-card,
    .about-card-image img,
    .principle-box,
    .primary-button,
    .secondary-button{
        transition:none;
    }
}
