/* =====================================================================
   ASV Früh-Auf Baumberg 1948 e.V.
   user.css Version 2.0
   Template: Cassiopeia Extended
   ===================================================================== */

/* ===========================
   FARBEN
=========================== */
:root{
  --asv-green:#1f4d38;
  --asv-green-light:#4b6f44;
  --asv-blue:#0e4a63;
  --asv-gold:#d4c26a;
  --asv-white:#ffffff;
  --asv-dark:#222222;
  --asv-bg:#f7f9f7;
}

/* ===========================
   GRUNDLAGEN
=========================== */
html{scroll-behavior:smooth;}
body{
  background:var(--asv-bg);
  color:var(--asv-dark);
  line-height:1.7;
}

a{
  color:var(--asv-blue);
  transition:.25s;
}
a:hover{
  color:var(--asv-green);
  text-decoration:none;
}

/* ==========================================================
   HEADER
========================================================== */

.container-header{

    position:absolute;

    top:0;

    left:0;

    right:0;

    z-index:1000;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:clamp(10px,2vw,30px);

    background:transparent;

}

}

.navbar-brand{
  margin:0;
  padding:10px 0;
}

.navbar-brand img{
  height:82px;
  width:auto;
  transition:.3s;
}

.navbar-brand img:hover{
  transform:scale(1.03);
}

/* ==========================================================
   NAVIGATION
========================================================== */

.container-nav{

    margin-left:auto;

}

.mod-menu{

    gap:clamp(10px,2vw,35px);

}

.mod-menu>li>a{

    font-size:clamp(.85rem,1.2vw,1.05rem);

}

.mod-menu > li > a:hover{

    color:var(--asv-gold) !important;

}

/* ==========================================================
   HERO BANNER
========================================================== */

.container-banner{
    margin:0;
    padding:0;
}

#mod-custom118{

    width:100%;

    aspect-ratio:1920 / 450;

    min-height:180px;

    max-height:450px;

background-size:100% auto;



}

/* ===========================================================
   RESPONSIVES HEADERBILD
=========================================================== */

.container-banner{

    width:100%;

    margin:0;

    padding:0;

}

#mod-custom118{

    margin:0;

    padding:0;

    width:100%;

}

.hero-banner{

    width:100%;

    line-height:0;

}

.hero-banner img{

    display:block;

    width:100%;

    height:auto;

    max-width:100%;

}
.container-banner.full-width{

    padding:0;

}

.site-grid{

    row-gap:0;

}

/* ===========================
   HERO (für später)
=========================== */

.hero-banner{
    display:block;
    width:100%;
    height:auto;
}

.hero-asv{
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:3rem;
  background-size:cover;
  background-position:center;
}

.hero-box{
  max-width:850px;
}

.hero-box h1{
  color:#fff;
  font-size:clamp(2.5rem,6vw,4.5rem);
}

.hero-slogan{
  color:var(--asv-gold);
  font-size:1.5rem;
}

/* ===========================
   INHALT
=========================== */
.container-component{
  padding:40px 25px;
}

h1,h2,h3,h4{
  color:var(--asv-green);
  font-weight:700;
}

.card,
.blog-item{
  border:none;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  overflow:hidden;
  background:#fff;
  margin-bottom:30px;
}

.item-image img{
  width:100%;
  display:block;
}

/* ===========================
   BUTTONS
=========================== */
.btn-primary,
.btn-secondary{
  border-radius:30px;
  padding:12px 28px;
  border:none;
  transition:.25s;
}

.btn-primary{
  background:var(--asv-gold);
  color:#222;
}

.btn-primary:hover{
  transform:translateY(-2px);
}

/* ===========================
   TABELLEN
=========================== */
table{
  width:100%;
  border-collapse:collapse;
}
th{
  background:var(--asv-green);
  color:#fff;
}
th,td{
  padding:12px;
  border-bottom:1px solid #ddd;
}

/* ===========================
   FOOTER
=========================== */
.container-footer{
  background:var(--asv-green);
  color:#fff;
  padding:35px;
}

.container-footer a{
  color:#fff;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width:991px){

.container-header{
  flex-direction:column;
  padding:15px;
}

.container-nav{
  width:100%;
  justify-content:center;
}

.mod-menu{
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
}

.navbar-brand img{
  height:70px;
}

#mod-custom118{
  height:240px;
}

}

@media (max-width:768px){

.container-component{
  padding:25px 15px;
}

#mod-custom118{
  height:190px;
}

}

@media (max-width:576px){

#mod-custom118{
  height:170px;
}

.mod-menu{
  font-size:.9rem;
}

.navbar-brand img{
  height:60px;
}

}

/* ==========================================================
   LOGO
========================================================== */

.navbar-brand{

    margin:0;
    padding:0;

}

.navbar-brand img{

    width:clamp(70px,8vw,140px);

    height:auto;

}

.navbar-brand img:hover{

    transform:scale(1.04);

}

/* =====================================================================
   STARTSEITE
=====================================================================*/

.asv-section{

    max-width:1200px;

    margin:0 auto;

    padding:70px 30px;

}

.asv-section h1{

    font-size:clamp(2.4rem,4vw,3.8rem);

    color:var(--asv-green);

    text-align:center;

    margin-bottom:35px;

    font-weight:700;

}

.asv-section h2{

    font-size:clamp(1.8rem,3vw,2.6rem);

    color:var(--asv-green);

    text-align:center;

    margin-bottom:45px;

    position:relative;

}

.asv-section h2::after{

    content:"";

    display:block;

    width:90px;

    height:4px;

    margin:18px auto 0;

    background:var(--asv-gold);

    border-radius:10px;

}

.asv-intro{

    font-size:1.3rem;

    text-align:center;

    max-width:900px;

    margin:0 auto 35px;

    line-height:1.9;

    color:#444;

}

.asv-section p{

    font-size:1.08rem;

    line-height:1.9;

    color:#555;

}

.asv-section ul{

    max-width:700px;

    margin:30px auto;

    padding-left:20px;

}

.asv-section li{

    margin-bottom:15px;

    font-size:1.05rem;

}



/* =====================================================================
   KARTEN
=====================================================================*/

.asv-cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:40px;

}

.asv-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.3s;

    text-align:center;

}

.asv-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.15);

}

.asv-card h3{

    color:var(--asv-green);

    font-size:1.5rem;

    margin-bottom:20px;

}

.asv-card p{

    margin:0;

}



/* =====================================================================
   BUTTON
=====================================================================*/

.asv-section .btn{

    margin-top:25px;

    display:inline-block;

}



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

@media (max-width:992px){

    .asv-cards{

        grid-template-columns:1fr;

    }

    .asv-section{

        padding:50px 20px;

    }

}

@media (max-width:576px){

    .asv-section h1{

        font-size:2rem;

    }

    .asv-section h2{

        font-size:1.6rem;

    }

    .asv-intro{

        font-size:1.1rem;

    }

}

/* =====================================================================
   VORSTAND
=====================================================================*/

.board-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

    margin:60px auto;

}

.board-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.3s;

    border-top:5px solid var(--asv-green);

}

.board-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.board-icon{

    font-size:48px;

    margin-bottom:20px;

}

.board-card h3{

    color:var(--asv-green);

    margin-bottom:8px;

    font-size:1.45rem;

}

.board-card h4{

    color:var(--asv-gold);

    margin-bottom:20px;

    font-size:1rem;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

}

.board-card p{

    margin:0;

    color:#666;

    line-height:1.7;

}

.board-contact{

    margin:80px auto;

    max-width:850px;

    text-align:center;

    background:#f8f8f8;

    padding:45px;

    border-radius:20px;

}

/* =====================================================================
   VEREINSGEWÄSSER
=====================================================================*/

/* Seitenheader ------------------------------------------------------*/

.page-header{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    margin-bottom:60px;

    box-shadow:0 10px 35px rgba(0,0,0,.15);

}

.page-header img{

    display:block;

    width:100%;

    height:420px;

    object-fit:cover;

}

.page-header-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    background:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35));

    color:#fff;

}

.page-header-overlay h1{

    font-size:clamp(2.5rem,5vw,4rem);

    color:#fff;

    margin-bottom:15px;

}

.page-header-overlay p{

    font-size:1.3rem;

    color:var(--asv-gold);

    font-weight:600;

}



/* Allgemeine Bereiche ----------------------------------------------*/

.asv-section,

.rules,

.location,

.pflege{

    margin:70px 0;

}



/* Gewässerdaten -----------------------------------------------------*/

.lake-info{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

    align-items:center;

    margin:70px 0;

}

.lake-info img{

    width:100%;

    border-radius:20px;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}



/* Tabelle -----------------------------------------------------------*/

.lake-table{

    width:100%;

    border-collapse:collapse;

    margin-top:20px;

}

.lake-table td{

    padding:15px;

    border-bottom:1px solid #e5e5e5;

}

.lake-table td:first-child{

    font-weight:700;

    width:180px;

    color:var(--asv-green);

}



/* Fischkarten -------------------------------------------------------*/

.fish-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

    gap:25px;

    margin-top:35px;

}

.fish-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

    border-top:4px solid var(--asv-green);

    font-size:40px;

}

.fish-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.fish-card h3{

    margin:18px 0 8px;

    color:var(--asv-green);

    font-size:1.3rem;

}

.fish-card p{

    color:#777;

    margin:0;

}



/* Gewässerordnung ---------------------------------------------------*/

.rules{

    background:#f7f9f7;

    border-radius:20px;

    padding:45px;

}

.rules ul{

    margin:25px 0;

    padding-left:20px;

}

.rules li{

    margin-bottom:15px;

    line-height:1.7;

}



/* Lage --------------------------------------------------------------*/

.location{

    background:#fff;

    border-left:6px solid var(--asv-gold);

    padding:40px;

    border-radius:18px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}



/* Gewässerpflege ----------------------------------------------------*/

.pflege{

    background:linear-gradient(135deg,#f8f8f8,#ffffff);

    padding:45px;

    border-radius:20px;

    border-left:6px solid var(--asv-green);

}



/* Responsive --------------------------------------------------------*/

@media (max-width:991px){

    .lake-info{

        grid-template-columns:1fr;

    }

    .page-header img{

        height:320px;

    }

}

@media (max-width:768px){

    .page-header img{

        height:240px;

    }

    .page-header-overlay h1{

        font-size:2rem;

    }

    .page-header-overlay p{

        font-size:1rem;

    }

    .rules,

    .location,

    .pflege{

        padding:30px;

    }

}


/* =====================================================================
   GEWÄSSERORDNUNG
=====================================================================*/

.rules-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

    margin:50px 0;

}

.rule-card{

    background:#fff;

    padding:35px;

    border-radius:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    border-top:5px solid var(--asv-green);

    transition:.3s;

}

.rule-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.rule-card h3{

    color:var(--asv-green);

    margin-bottom:20px;

}

.rule-card ul{

    margin:0;

    padding-left:18px;

}

.rule-card li{

    margin-bottom:12px;

    line-height:1.6;

}

.download-box{

    margin:70px auto;

    max-width:900px;

    text-align:center;

    background:#f8f8f8;

    border-radius:20px;

    padding:50px;

    border-left:6px solid var(--asv-gold);

}

/* ===== Termine ===== */

.event-list{

    display:flex;
    flex-direction:column;
    gap:25px;
    margin:40px 0;

}

.event-card{

    display:flex;
    gap:25px;
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    border-left:6px solid var(--asv-green);

}

.event-date{

    min-width:140px;
    font-size:1.2rem;
    font-weight:bold;
    color:var(--asv-green);

}

.event-content h3{

    margin:0 0 10px;

}

.event-content p{

    margin:6px 0;

}

.work-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
    margin:40px 0;

}

.work-card{

    background:#f7f7f7;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.work-card h3{

    color:var(--asv-green);

}

.work-card ul{

    margin-top:20px;

}

.work-card li{

    margin-bottom:10px;

}

.info-box{

    margin-top:50px;
    background:#eef6ef;
    border-left:6px solid var(--asv-gold);
    padding:35px;
    border-radius:18px;

}

@media(max-width:768px){

.event-card{

    flex-direction:column;

}

.event-date{

    min-width:auto;

}
}



/* =====================================================================
   ÜBER UNS
=====================================================================*/

.about-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin:60px 0;

}

.about-card{

    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-top:5px solid var(--asv-green);
    transition:.3s;

}

.about-card:hover{

    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.15);

}

.about-card h2{

    color:var(--asv-green);
    margin-bottom:20px;
    font-size:1.4rem;

}

.history{

    margin:80px 0;
    padding:50px;
    background:#f7f8f7;
    border-left:6px solid var(--asv-gold);
    border-radius:20px;

}

.facts{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:25px;
    margin:70px 0;

}

.fact{

    background:var(--asv-green);
    color:#fff;
    text-align:center;
    padding:35px;
    border-radius:20px;

}

.fact .number{

    font-size:3rem;
    font-weight:700;
    color:var(--asv-gold);

}

.fact .label{

    margin-top:10px;
    font-size:1rem;

}

.mitglied{

    text-align:center;
    background:#f8f8f8;
    padding:60px;
    border-radius:20px;
    margin:80px 0;

}