h1 {
    visibility: hidden;
    height: 0;
    margin: 0;
}

div.index-max-width {
    max-width: 90vw;
    width: 100%;
    margin: auto;
}

.ruda {
    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

section.title {
    background: #ed420e;
}

section.title img {
    width: 100%;
    display: none;
}

@media (min-width: 800px) {
    section.title img.large {
        display: block;
    }

    section.title img.long {
        display: none;
    }
}

@media (max-width: 800px) {
    section.title img.large {
        display: none;
    }

    section.title img.long {
        display: block;
    }
}

section.banner {
    display: block;
    width: 100%;
    margin: 4rem 0;
}

section.banner .fixable {
    background: #ed420e;
    top: 4rem;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: 0 0 10px 5px #3e3131c2;
    transition: ease-in-out 1s top;
    z-index: 1;
}

section.banner img {
    width: 100%;
    max-width: 40rem;
    display: block;
    margin: auto;
    transition: ease-in-out 1s max-width;
}

.campaign-video {
    margin: 0;
    padding: 2rem 0;
}

section.campaign-video h2 {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.campaign-video-inner {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.text-column {
    flex: 2 1 0;
    min-width: 15rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.video-column {
    flex: 1 1 0;
    max-width: 800px;
}

section.campaign-video iframe {
    width: 100%;
    max-width: 30rem;
    min-width: 30rem;
    height: 18rem;
}

@media (max-width: 800px) {
    .campaign-video-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .video-column {
        max-width: 800px;
        width: 100%;
    }

    section.campaign-video iframe {
        height: 16rem;
        margin: auto;
        min-width: 15rem;
        display: block;
    }
}

.text-column h3 {
    margin: 0;
    font-size: 29px;
    color: #1d7e4b;
}

.text-column p {
    margin: 0;
    color: #444;
    font-size: 20px;
    line-height: 1.5;
}

.article-link {
    display: inline-block;
    margin-top: 10px;
    background: #1d7e4b;
    color: white;
    padding: 10px 14px;
    border-radius: 6px;
    text-decoration: none;
}

.article-link:hover {
    opacity: 0.95;
}


/*!* Responsive: stack columns on small screens and place video above text *!*/
/*@media (max-width: 900px) {*/
/*    .campaign-video-inner {*/
/*        flex-direction: column;*/
/*    }*/

/*    .video-column,*/
/*    .text-column {*/
/*        flex: 1 1 100%;*/
/*        max-width: 100%;*/
/*    }*/

/*    !* optional: put the video above the text on small screens *!*/
/*    .video-column {*/
/*        order: -1;*/
/*    }*/
/*}*/


section.social-networks {
    background: #ed420e;
    padding: 2em 1rem 4em 1rem;
}

section.social-networks h2,
section.social-networks h3 {
    text-shadow: 0 2px 1px black;
}

section.social-network h3 {
    margin-top: 2em;
}

div.social-network {
    padding: 1em 2em;
    background: white;
    width: fit-content;
    margin: auto;
    border-radius: 0.5em;
    gap: 1rem;
}

div.social-network a {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    padding: 0.5em;
    border: 2px solid #333333;
    border-radius: 50%;
}

div.mail {
    text-decoration: none;
    color: #333333;
    gap: 0.5em;
    padding: 0.5em;
    background: white;
    width: fit-content;
    margin: auto;
    border-radius: 0.5em;
}

div.mail a.flex {
    gap: 0.5em;
}

img.social-network-icon {
    display: block;
    width: 2em;
    height: 2em;
}


.programme {
    padding: 60px 0;
}

section.programme div.index-max-width {
    width: 100%;
    margin: auto;
    max-width: 800px;
}

.programme-intro {
    margin-bottom: 30px;
    width: calc(100% - 3rem);
    padding: 0 1.5rem;
}

.programme-intro h2 {
    font-size: clamp(2.2rem, 6vw, 4.2rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #1d7e4b;
    text-align: center;
}

.programme-intro p {
    font-size: 18px;
    color: #444;
    margin: 1em auto;
}

.programme-grid {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 1rem;
}

.programme-item {
    padding: 1rem;
    border-radius: 0.5rem;
    transition: transform 0.3s ease, background 0.3s ease;
    border: 0.5rem solid #ed420e;
    min-width: 15rem;
    width: calc(100% - 3rem);
}

.programme-item summary::marker {
    color: #1d7e4b;
    font-size: 22px;
    display: inline-block;
}

.programme-item h3 {
    font-size: 22px;
    color: #1d7e4b;
    text-align: center;
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 0.3rem dashed #ed420e;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    width: calc(100% - 2em);
}

.programme-item p {
    color: black;
    font-size: 16px;
    text-align: left;
    margin: 1em 0 0 0;
}

.programme-item:hover {
    transform: translateY(-5px);
    background-color: #e8e8e8;
}


:root {
    --section-gap: 2rem;
}


section.agenda {
    padding: var(--section-gap) 1rem;
    background: #1d7e4b;
}

section.agenda .index-max-width {
    max-width: 1100px;
    margin: 0 auto;
}

section.agenda div.title {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

section.agenda div.title img {
    width: 6rem;
}

section.agenda h2 {
    font-size: clamp(2.2rem, 6vw, 4.2rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: white;
    text-align: center;
}


.agenda-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}


.agenda-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem;
    background: white;
    border-radius: 0.8rem;
    border: 2px solid #f1f1f1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: flex-start;
}

.agenda-item.passed {
    opacity: 50%;
}


.agenda-date {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: white;
    background: #ed420e;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    white-space: nowrap;
    min-width: 6em;
}


.agenda-body {
    flex: 1 1 0;
    min-width: 10rem;
}

.agenda-title {
    margin: 0 0 6px;
    font-size: 18px;
    color: #1d7e4b;
    font-weight: 700;
}

.agenda-desc {
    margin: 0 0 10px;
    color: #444;
    font-size: 15px;
    line-height: 1.45;
}

.agenda-link {
    display: inline-block;
    text-decoration: none;
    background: #1d7e4b;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
}

.agenda-link:hover {
    opacity: 0.95;
}


/*@media (max-width: 700px) {*/
/*    .agenda-item {*/
/*        align-items: center;*/
/*        gap: 12px;*/
/*    }*/

/*    .agenda-date {*/
/*        flex: 0 0 72px;*/
/*        font-size: 13px;*/
/*        padding: 8px;*/
/*    }*/
/*}*/

section.newspaper {
    padding: 2rem 5%;
}

section.newspaper h2 {
    font-size: clamp(2.2rem, 6vw, 4.2rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #1d7e4b;
    text-align: center;
}

div.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    justify-content: center;
}

article.news-card {
    max-width: 20rem;
    width: calc(100% - 2rem);
    padding: 1rem;
    flex: 1 1 0;
    color: #333333;
    border: 1px solid lightgrey;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 5px lightgrey;
}

article.news-card div.newspaper-icon {
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgrey;
}

article.news-card div.newspaper-icon img {
    height: 3rem;
    max-width: 100%;
    display: block;
}

article.news-card h3 {
    font-size: 1.6rem;
    margin: 1rem 0;
}

div.date img {
    width: 1.2em;
}

article.news-card div.date {
    justify-content: left;
    align-items: center;
    gap: 0.2em;
    font-size: 0.8rem;
    color: grey;
}

div.read-more {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

div.read-more a {
    background: #1d7e4b;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    display: inline-block;
}

div.read-more a:hover,
div.read-more a:focus {
    text-decoration: underline;
}

footer {
    background: #ed420e;
    padding: 1rem;
}