@import '_content/SiegelCMS/SiegelCMS.zzw9agif75.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout Structure - Mobile First */
.layout[b-8lhffex7xc] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Header */
.header[b-8lhffex7xc] {
    background: linear-gradient(to right, #53941c 0%, #ffffff 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container[b-8lhffex7xc] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 480px) {
    .header-container[b-8lhffex7xc] {
        padding: 1rem;
    }
}

/* Logo */
.logo-link[b-8lhffex7xc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #2e166c;
    transition: opacity 0.2s ease;
}

.logo-link:hover[b-8lhffex7xc] {
    opacity: 0.8;
}

.logo[b-8lhffex7xc] {
    width: 50px;
    height: auto;
}

.logo-text h1[b-8lhffex7xc] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2e166c;
    margin: 0;
    line-height: 1;
}

.subtitle[b-8lhffex7xc] {
    font-size: 0.875rem;
    color: #2e166c;
    font-weight: 400;
    opacity: 0.85;
}

/* Burger Menu Button - Mobile Only */
.burger-menu[b-8lhffex7xc] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.burger-line[b-8lhffex7xc] {
    width: 2rem;
    height: 0.25rem;
    background: #2e166c;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Navigation - Mobile First */
.nav[b-8lhffex7xc] {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 5rem 2rem 2rem 2rem;
    gap: 0.5rem;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
}

.nav.mobile-open[b-8lhffex7xc] {
    right: 0;
}

.nav-link[b-8lhffex7xc] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    color: #2e166c;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.nav-link:hover[b-8lhffex7xc] {
    background: #f0f8e8;
    color: #53941c;
}

.nav-icon[b-8lhffex7xc] {
    font-size: 1.2rem;
    filter: grayscale(100%);
    opacity: 0.7;
}

/* Desktop Navigation */
@media (min-width: 768px) {
    .burger-menu[b-8lhffex7xc] {
        display: none;
    }

    .nav[b-8lhffex7xc] {
        position: static;
        width: auto;
        max-width: none;
        height: auto;
        background: transparent;
        flex-direction: row;
        padding: 0;
        gap: 0.5rem;
        box-shadow: none;
    }

    .nav-link[b-8lhffex7xc] {
        color: #2e166c;
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .nav-link:hover[b-8lhffex7xc] {
        background: rgba(83, 148, 28, 0.1);
        color: #53941c;
    }

    .nav-icon[b-8lhffex7xc] {
        font-size: 0.9rem;
        filter: grayscale(100%);
        opacity: 0.7;
    }

    .logo[b-8lhffex7xc] {
        width: 60px;
    }

    .logo-text h1[b-8lhffex7xc] {
        font-size: 2rem;
    }

    .subtitle[b-8lhffex7xc] {
        font-size: 1rem;
    }

    .header-container[b-8lhffex7xc] {
        padding: 1.5rem;
    }
}

/* Main Content */
.main-content[b-8lhffex7xc] {
    flex: 1;
    background: var(--color-gray-50, #f9fafb);
}
        flex-direction: row;[b-8lhffex7xc]
    }

    .sidebar[b-8lhffex7xc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8lhffex7xc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8lhffex7xc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8lhffex7xc], article[b-8lhffex7xc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}*/

/*.cover-container {
    max-width: 42em;
}
*/



#blazor-error-ui[b-8lhffex7xc] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8lhffex7xc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Container */
.nav-menu-container[b-6jj7ivxcch] {
    display: flex;
    align-items: center;
}

/* Menu Overlay */
.menu-overlay[b-6jj7ivxcch] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: block;
}

/* Burger Menu Button - Mobile Only */
.burger-menu[b-6jj7ivxcch] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.burger-line[b-6jj7ivxcch] {
    width: 2rem;
    height: 0.25rem;
    background: #2e166c;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Navigation - Mobile First */
.nav[b-6jj7ivxcch] {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 5rem 2rem 2rem 2rem;
    gap: 0.5rem;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 1000;
}

.nav.mobile-open[b-6jj7ivxcch] {
    right: 0;
}

.nav-link[b-6jj7ivxcch] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    color: #2e166c;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.nav-link:hover[b-6jj7ivxcch] {
    background: #f0f8e8;
    color: #53941c;
}

.nav-icon[b-6jj7ivxcch] {
    font-size: 1.2rem;
    filter: grayscale(100%);
    opacity: 0.7;
}

/* Desktop Navigation */
@media (min-width: 768px) {
    .burger-menu[b-6jj7ivxcch] {
        display: none;
    }

    .menu-overlay[b-6jj7ivxcch] {
        display: none;
    }

    .nav[b-6jj7ivxcch] {
        position: static;
        width: auto;
        max-width: none;
        height: auto;
        background: transparent;
        flex-direction: row;
        padding: 0;
        gap: 0.5rem;
        box-shadow: none;
    }

    .nav-link[b-6jj7ivxcch] {
        color: #2e166c;
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .nav-link:hover[b-6jj7ivxcch] {
        background: rgba(83, 148, 28, 0.1);
        color: #53941c;
    }

    .nav-icon[b-6jj7ivxcch] {
        font-size: 0.9rem;
        filter: grayscale(100%);
        opacity: 0.7;
    }
}




/* /Components/Pages/Gemeinschaft.razor.rz.scp.css */
/* Seenland Page - Mobile First */

.gemeinschaft-content[b-84gmc4hoau] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .gemeinschaft-content[b-84gmc4hoau] {
        padding: 2rem;
    }
}

.wappen-container[b-84gmc4hoau] {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
}

.wappen-container img[b-84gmc4hoau] {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

@media (min-width: 768px) {
    .wappen-container[b-84gmc4hoau] {
        margin-top: 3rem;
        padding: 2rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Home Page - Mobile First */

.home-root[b-ks5qbnkq7h] {
  background: #ffffff;
  color: #111827;
  margin: 0;
  padding: 0;
}

/* Hero Section */
.hero-section[b-ks5qbnkq7h] {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  /* Hintergrundbild statt <img> - so stimmen Overlay und Bild immer �berein */
  background-image: url('/images/ScharzeElster.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-image[b-ks5qbnkq7h] {
  display: none; /* nicht mehr ben�tigt, falls noch vorhanden */
}

.hero-overlay[b-ks5qbnkq7h] {
  position: absolute;
  inset: 0; /* gleichbedeutend mit top:0;right:0;bottom:0;left:0; */
  background: linear-gradient(135deg, rgba(83,148,28,0.65) 0%, rgba(46,22,108,0.65) 100%);
  z-index: 2;
  pointer-events: none; /* Buttons und Klicks in der Section weiterhin erreichbar */
}

.hero-content[b-ks5qbnkq7h] {
  position: relative;
  z-index: 3;
  text-align: center;
  color: white;
  padding: 2rem 1rem;
  max-width: 800px;
}

.hero-title[b-ks5qbnkq7h] {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 0 1rem 0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-ks5qbnkq7h] {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  opacity: 0.95;
}

.hero-description[b-ks5qbnkq7h] {
  font-size: 1.1rem;
  margin: 0 0 2rem 0;
  opacity: 0.9;
}

.hero-actions[b-ks5qbnkq7h] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 640px) {
  .hero-actions[b-ks5qbnkq7h] {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .hero-section[b-ks5qbnkq7h] {
    min-height: 600px;
  }
  
  .hero-title[b-ks5qbnkq7h] {
    font-size: 3.5rem;
  }
  
  .hero-subtitle[b-ks5qbnkq7h] {
    font-size: 1.75rem;
  }
  
  .hero-content[b-ks5qbnkq7h] {
    padding: 3rem 2rem;
  }
}

/* Hero Buttons */
.btn-hero[b-ks5qbnkq7h] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-hero.btn-primary[b-ks5qbnkq7h] {
  background: white;
  color: #53941c;
}

.btn-hero.btn-primary:hover[b-ks5qbnkq7h] {
  background: #f9fafb;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.btn-hero.btn-secondary[b-ks5qbnkq7h] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.btn-hero.btn-secondary:hover[b-ks5qbnkq7h] {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

.btn-icon[b-ks5qbnkq7h] {
  width: 20px;
  height: 20px;
}

/* Upcoming Events Section */
.upcoming-events-section[b-ks5qbnkq7h] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

@media (min-width: 768px) {
  .upcoming-events-section[b-ks5qbnkq7h] {
    padding: 4rem 2rem;
  }
}

.section-header[b-ks5qbnkq7h] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.section-title[b-ks5qbnkq7h] {
  font-size: 2rem;
  font-weight: 700;
  color: #2e166c;
  margin: 0;
}

@media (min-width: 768px) {
  .section-title[b-ks5qbnkq7h] {
    font-size: 2.5rem;
  }
}

.section-link[b-ks5qbnkq7h] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #53941c;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.section-link:hover[b-ks5qbnkq7h] {
  color: #3d6b14;
  transform: translateX(4px);
}

.link-icon[b-ks5qbnkq7h] {
  width: 16px;
  height: 16px;
}

/* Calendar Preview - hide some styling from CalendarEventView */
.calendar-preview[b-ks5qbnkq7h] {
  /* CalendarEventView wird hier eingebettet */
}

/* Info Cards Section */
.info-cards-section[b-ks5qbnkq7h] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .info-cards-section[b-ks5qbnkq7h] {
    grid-template-columns: repeat(3, 1fr);
    padding: 3rem 2rem 5rem;
    gap: 2rem;
  }
}

.info-card[b-ks5qbnkq7h] {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.info-card:hover[b-ks5qbnkq7h] {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.info-card-primary[b-ks5qbnkq7h] {
  border-color: #53941c;
}

.info-card-primary:hover[b-ks5qbnkq7h] {
  border-color: #3d6b14;
  box-shadow: 0 8px 24px rgba(83, 148, 28, 0.2);
}

.info-card-secondary[b-ks5qbnkq7h] {
  border-color: #2e166c;
}

.info-card-secondary:hover[b-ks5qbnkq7h] {
  border-color: #1f0f47;
  box-shadow: 0 8px 24px rgba(46, 22, 108, 0.2);
}

.info-card-accent[b-ks5qbnkq7h] {
  border-color: #6db023;
}

.info-card-accent:hover[b-ks5qbnkq7h] {
  border-color: #53941c;
  box-shadow: 0 8px 24px rgba(109, 176, 35, 0.2);
}

.info-card-icon[b-ks5qbnkq7h] {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
}

.info-card-primary .info-card-icon[b-ks5qbnkq7h] {
  color: #53941c;
}

.info-card-secondary .info-card-icon[b-ks5qbnkq7h] {
  color: #2e166c;
}

.info-card-accent .info-card-icon[b-ks5qbnkq7h] {
  color: #6db023;
}

.info-card-icon svg[b-ks5qbnkq7h] {
  width: 100%;
  height: 100%;
}

.info-card h3[b-ks5qbnkq7h] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2e166c;
  margin: 0 0 1rem 0;
}

.info-card p[b-ks5qbnkq7h] {
  color: #4a5568;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
}

.info-card-link[b-ks5qbnkq7h] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #53941c;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.info-card-link:hover[b-ks5qbnkq7h] {
  color: #3d6b14;
  transform: translateX(4px);
}

.arrow-icon[b-ks5qbnkq7h] {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.info-card-link:hover .arrow-icon[b-ks5qbnkq7h] {
  transform: translateX(4px);
}

  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;[b-ks5qbnkq7h]
}

@media (min-width: 768px) {
  .events-list[b-ks5qbnkq7h] {
    gap: 1rem;
  }
}

.event-card[b-ks5qbnkq7h] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  outline: none;
}

@media (min-width: 640px) {
  .event-card[b-ks5qbnkq7h] {
    flex-direction: row;
    gap: 1rem;
    padding: 1.25rem;
  }
}

.event-card:hover[b-ks5qbnkq7h] {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(83, 148, 28, 0.12);
  border-color: #53941c;
}

.event-card:focus[b-ks5qbnkq7h] {
  box-shadow: 0 0 0 4px rgba(83, 148, 28, 0.15);
}

.event-card-left[b-ks5qbnkq7h] {
  min-width: 100%;
  font-weight: 600;
  color: #2e166c;
  font-size: 0.95rem;
}

@media (min-width: 640px) {
  .event-card-left[b-ks5qbnkq7h] {
    min-width: 140px;
    font-size: 1rem;
  }
}

/* Buttons */
.btn[b-ks5qbnkq7h] {
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
  font-size: 1rem;
}

.btn-primary[b-ks5qbnkq7h] {
  background: #53941c;
  color: #fff;
  border: none;
}

.btn-primary:hover[b-ks5qbnkq7h] {
  background: #3d6b14;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(83, 148, 28, 0.3);
}

.btn-outline[b-ks5qbnkq7h] {
  border: 2px solid #53941c;
  color: #53941c;
  background: transparent;
}

.btn-outline:hover[b-ks5qbnkq7h] {
  background: #53941c;
  color: white;
}

/* Hero / secondary */
.hero-section[b-ks5qbnkq7h] {
  /*margin-top: 2rem;*/
  text-align: center;
}

@media (min-width: 768px) {
  .hero-section[b-ks5qbnkq7h] {
    /*margin-top: 3rem;*/
  }
}

.hero-section img[b-ks5qbnkq7h] {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sr-only[b-ks5qbnkq7h] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* /Components/Pages/Ort.razor.rz.scp.css */
/* Ort Page - Mobile First */

.ort-content[b-b2r3tx3myk] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ort-content[b-b2r3tx3myk] {
        padding: 2rem;
    }
}

.wappen-container[b-b2r3tx3myk] {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
}

.wappen-container img[b-b2r3tx3myk] {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

@media (min-width: 768px) {
    .wappen-container[b-b2r3tx3myk] {
        margin-top: 3rem;
        padding: 2rem;
    }
}
/* /Components/Pages/Seenland.razor.rz.scp.css */
/* Seenland Page - Mobile First */

.seenland-content[b-df5eb89w3w] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .seenland-content[b-df5eb89w3w] {
        padding: 2rem;
    }
}

.wappen-container[b-df5eb89w3w] {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
}

.wappen-container img[b-df5eb89w3w] {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

@media (min-width: 768px) {
    .wappen-container[b-df5eb89w3w] {
        margin-top: 3rem;
        padding: 2rem;
    }
}
