/* =========================================================
   styles_hero.css
   Zusätzliche Styles für Hero-/Startseiten- und Inhaltsblöcke
   Kindergarten Kunterbunt
   ========================================================= */

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

.hero-start{
    position: relative;
    min-height: calc(100vh + 3em);
}

.hero-overlay{
/*	margin-top: 2.8em;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
    );
}

.hero-content{
    position: relative;
    z-index: 2;
}

.hero-title{
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-subtitle{
    font-weight: 300;
    margin-bottom: 25px;
}

.hero-text{
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hero-card{
    border-radius: 12px;
}

/* =========================
   GEMEINSAME HILFSKLASSEN
   ========================= */

.section-space{
    margin-top: 2rem;
}

/* =========================
   AKTIVITÄTEN
   ========================= */

.activities-hero {
    border-radius: 24px;
    padding: 2.5rem 2rem;
    margin: 2rem 0 2.5rem 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,248,235,0.96));
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.activities-hero::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: rgba(255, 193, 7, 0.12);
    border-radius: 50%;
}

.activities-title {
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.activities-subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    margin: 0;
    color: #555;
}

.activity-info-card {
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    height: 100%;
}

.activity-info-card .card-content {
    padding: 1.8rem;
}

.activity-info-card .material-icons {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    display: inline-block;
}

.activity-info-card h5 {
    margin-top: 0;
    font-weight: 700;
}

.activity-info-card p {
    margin-bottom: 0;
    color: #555;
    line-height: 1.7;
}

.activities-box {
    background: rgba(255,255,255,0.96);
    border-radius: 24px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.activities-box .collapsible {
    border: 0;
    box-shadow: none;
    margin: 0;
}

.activities-box .collapsible li {
    border: none;
    margin-bottom: 1rem;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.activities-box .collapsible-header {
    border: 0;
    min-height: 68px;
    font-size: 1.1rem;
    font-weight: 600;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.activities-box .collapsible-header i {
    color: #ff9800;
}

.activities-box .collapsible-body {
    border: 0;
    background: #fffdf8;
    padding: 0;
}

.activity-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.activity-table tr {
    border-bottom: 1px solid #eee;
}

.activity-table tr:last-child {
    border-bottom: 0;
}

.activity-table td {
    padding: 1rem 1.1rem;
    vertical-align: top;
    line-height: 1.7;
}

.activity-table td:first-child {
    width: 220px;
    font-weight: 700;
    color: #ff6f00;
    white-space: nowrap;
}

.activity-gallery-title {
    margin: 0 0 1.2rem 0;
    font-weight: 700;
}

.activity-gallery-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.activity-gallery-card .card-image img {
    height: 240px;
    object-fit: cover;
}

.activity-gallery-card .card-content {
    padding: 1.2rem 1.4rem;
}

.activity-gallery-card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}

.activity-gallery-card p {
    margin: 0;
    color: #666;
}

.activity-gallery-card .card-action {
    padding-top: 0;
    border-top: 0;
}

    .activities-hero {
        border-radius: 24px;
        padding: 2.5rem 2rem;
        margin: 2rem 0 2.5rem 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,248,235,0.96));
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        position: relative;
        overflow: hidden;
    }

    .activities-hero::after {
        content: "";
        position: absolute;
        top: -40px;
        right: -40px;
        width: 180px;
        height: 180px;
        background: rgba(255, 193, 7, 0.12);
        border-radius: 50%;
    }

    .activities-title {
        margin: 0 0 0.5rem 0;
        font-weight: 700;
    }

    .activities-subtitle {
        font-size: 1.15rem;
        line-height: 1.7;
        margin: 0;
        color: #555;
    }

    .activity-info-card {
        border-radius: 20px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        height: 100%;
    }

    .activity-info-card .card-content {
        padding: 1.8rem;
    }

    .activity-info-card .material-icons {
        font-size: 2rem;
        margin-bottom: 0.8rem;
        display: inline-block;
    }

    .activity-info-card h5 {
        margin-top: 0;
        font-weight: 700;
    }

    .activity-info-card p {
        margin-bottom: 0;
        color: #555;
        line-height: 1.7;
    }

    .activities-box {
        background: rgba(255,255,255,0.96);
        border-radius: 24px;
        padding: 1rem;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        margin-bottom: 2rem;
		margin-top: 2rem;
    }

    .activities-box .collapsible {
        border: 0;
        box-shadow: none;
        margin: 0;
    }

    .activities-box .collapsible li {
        border: none;
        margin-bottom: 1rem;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    }

    .activities-box .collapsible-header {
        border: 0;
        min-height: 68px;
        font-size: 1.1rem;
        font-weight: 600;
        background: #fff;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .activities-box .collapsible-header i {
        color: #ff9800;
    }

    .activities-box .collapsible-body {
        border: 0;
        background: #fffdf8;
        padding: 0;
    }

    .activity-table {
        width: 100%;
        border-collapse: collapse;
        margin: 0;
    }

    .activity-table tr {
        border-bottom: 1px solid #eee;
    }

    .activity-table tr:last-child {
        border-bottom: 0;
    }

    .activity-table td {
        padding: 1rem 1.1rem;
        vertical-align: top;
        line-height: 1.7;
    }

    .activity-table td:first-child {
        width: 220px;
        font-weight: 700;
        color: #333;
        white-space: nowrap;
    }

    .activity-gallery-title {
        margin: 0 0 1.2rem 0;
        font-weight: 700;
    }

    .activity-gallery-card {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }

    .activity-gallery-card .card-image img {
        height: 240px;
        object-fit: cover;
    }

    .activity-gallery-card .card-content {
        padding: 1.2rem 1.4rem;
    }

    .activity-gallery-card .card-title {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
        display: block;
    }

    .activity-gallery-card p {
        margin: 0;
        color: #666;
    }

    .activity-gallery-card .card-action {
        padding-top: 0;
        border-top: 0;
    }

    .section-space {
        margin-top: 2rem;
    }

    @media only screen and (max-width: 600px) {
        .activities-hero {
            padding: 2rem 1.2rem;
            border-radius: 18px;
        }

        .activities-title {
            font-size: 2rem;
        }

        .activity-table td:first-child {
            width: auto;
            white-space: normal;
            display: block;
            padding-bottom: 0.3rem;
        }

        .activity-table td:last-child {
            display: block;
            padding-top: 0;
        }

        .activities-box .collapsible-header {
            font-size: 1rem;
        }
    }


/* =========================
   PÄDAGOGISCHES KONZEPT
   ========================= */

.concept-hero {
    border-radius: 24px;
    padding: 2.5rem 2rem;
    margin: 2rem 0 2.5rem 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(240,248,255,0.96));
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.concept-hero h3 {
    margin: 0 0 0.6rem 0;
    font-weight: 700;
}

.concept-hero p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.concept-box {
    background: rgba(255,255,255,0.96);
    border-radius: 24px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.concept-box .collapsible {
    border: 0;
    box-shadow: none;
    margin: 0;
}

.concept-box .collapsible li {
    border: none;
    margin-bottom: 1rem;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.concept-box .collapsible-header {
    border: 0;
    min-height: 68px;
    font-size: 1.08rem;
    font-weight: 600;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.concept-box .collapsible-header i {
    color: #2196f3;
}

.concept-box .collapsible-body {
    border: 0;
    background: #fafdff;
    padding: 1.4rem 1.5rem;
}

.concept-box .collapsible-body p {
    margin: 0;
    line-height: 1.8;
    color: #4f4f4f;
}

.concept-download {
    border-radius: 20px;
    padding: 1.5rem;
    background: #f8fbff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    margin-top: 2rem;
}

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

@media only screen and (max-width: 992px) {
	
	.hero-overlay {margin-top: 0;}
}
	
@media only screen and (max-width: 600px) {
	
    .hero-title{
        font-size: 2.4rem;
    }

    .hero-subtitle{
        font-size: 1.5rem;
    }

    .hero-text{
        font-size: 1.05rem;
    }

    .activities-hero {
        padding: 2rem 1.2rem;
        border-radius: 18px;
    }

    .activities-title {
        font-size: 2rem;
    }

    .activity-table td:first-child {
        width: auto;
        white-space: normal;
        display: block;
        padding-bottom: 0.3rem;
    }

    .activity-table td:last-child {
        display: block;
        padding-top: 0;
    }

    .activities-box .collapsible-header {
        font-size: 1rem;
    }

    .concept-hero {
        padding: 2rem 1.2rem;
    }

    .concept-box .collapsible-header {
        font-size: 1rem;
    }

    .concept-box .collapsible-body {
        padding: 1rem;
    }
}
.hero-row{
    min-height: 70vh;
    margin-bottom: 0;
}

.hero-card-content{
    text-align: center;
}

.hero-card-spacing{
    margin-top: 1rem;
}

/* =========================
   GENERISCHE SUBPAGE-HEROES
   ========================= */

.hero-banner{
    position: relative;
    overflow: hidden;
}

.hero-banner-small{
    height: 300px;
}

.hero-banner-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.45)
    );
    z-index: 1;
}

.hero-banner-content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-banner-title{
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.hero-banner-subtitle{
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.6;
}

@media only screen and (max-width: 600px) {
    .hero-banner-small{
        height: 220px;
    }

    .hero-banner-subtitle{
        font-size: 1rem;
    }
}



		.concept-row {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.content-card {
	background: #fff;
	border-radius: 18px;
	padding: 2rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	height: 100%;
}

.content-card h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	color: #35afd9;
	font-size: 2rem;
	font-weight: 700;
}

.content-card p {
	line-height: 1.7;
}

.concept-hero {
	margin-bottom: 1.5rem;
}

.concept-list {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.concept-list li {
	margin-bottom: 0.6rem;
	line-height: 1.6;
}

.collapsible.popout {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: none;
	border: none;
}

.collapsible.popout > li {
	margin: 0 0 1rem 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	border: 1px solid #f0f0f0;
}

.collapsible-header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: #f8fbfd;
	color: #333;
	font-weight: 600;
	border-bottom: none;
	padding: 1rem 1.2rem;
}

.collapsible-header i.material-icons {
	color: #35afd9;
	margin-right: 0.4rem;
}

.collapsible-body {
	background: #fff;
	padding: 1.2rem 1.2rem 1rem 1.2rem;
	border-top: 1px solid #f1f1f1;
}

.download-box {
	margin-top: 2rem;
	padding: 1.2rem 1.4rem;
	background: #f8fbfd;
	border-left: 5px solid #35afd9;
	border-radius: 12px;
}

.download-box p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
	.content-card {
		padding: 1.4rem;
		margin-bottom: 1.5rem;
	}

	.content-card h3 {
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 600px) {
	.content-card {
		padding: 1rem;
		border-radius: 14px;
	}

	.content-card h3 {
		font-size: 1.45rem;
	}

	.collapsible-header,
	.collapsible-body {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}