@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Great+Vibes&family=Meow+Script&display=swap');

:root {
    --menu_headline: 1.5rem;
    --section-gap: 4rem;
    --color-grey: rgb(236, 236, 236);
    --color-gold: #c6b48f;
}

p {
    font-size: 1.1rem;
    font-weight: 200;
}

h1 {
    font-weight: 500;
    font-size: 2rem;
}

h2 {
    font-weight: 300;
    font-size: 1.5rem;
}

h3 {
    font-size: 1.1rem;
    font-weight: 500;
}

h4 {
    font-size: 1.1rem;
    font-weight: 300;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    background-color: black;
    user-select: none;
    text-decoration: none;
}

a {
    color: white;
    text-decoration: none;
}

.fa-envelope,
.fa-whatsapp {
    margin: 4px;
}

body {
    font-family: 'Geologica', sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.pacifico {
    font-family: 'Great Vibes', sans-serif !important;
    color: var(--color-gold) !important;
    padding-left: 8px !important;
    font-size: clamp(4rem, 4.5vw, 5rem) !important;
}

.padding-site {
    padding-left: 10%;
    padding-right: 10%;
}

.header-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: black;
}

.header-section li {
    list-style-type: none;
    margin: 1.5rem;
    font-size: 1.1rem;
}

.header-section img {
    width: 150px;
    padding-top: 15px;
}

.header-section ul{
    display: flex;
    flex-direction: row;
}

.header-standort,
.header-info,
.header-kontakt,
.header-events {
    color:white;
    text-decoration: none;
    transition: 0.3s;
}

.header-standort:hover,
.header-info:hover,
.header-kontakt:hover,
.header-events:hover {
    opacity: 0.8;
}

.header-spenden {
    background-color: white;
    padding: 10px 25px;
    border-radius: 25px;
    color:black;
    text-decoration: none;
    transition: 0.3s;
}

.header-spenden:hover {
    background-color: rgb(210, 210, 210); 
}


.panorama-section {
    background-image: url(images/panorama.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 90vh;
    max-height: 90vw;
    display: flex;
    align-items: center;
}

.panorama-overlay {
    display:flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.panorama-section h1 {
    font-size: clamp(1.8rem, 2.8vw, 3rem);
    font-weight: 500;
}

.panorama-section h2 {
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    font-weight: 400;
}

.panorama-section h3 {
    font-size: clamp(1rem, 1.2vw, 1.5rem);
    font-weight: 200;
}

.panorama-section a {
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    background-color: white;
    padding: 15px 30px;
    border-radius: 30px;
    color:black;
    text-decoration: none;
    width:max-content;
    transition: 0.3s;
}

.panorama-section a:hover {
    background-color: rgb(210, 210, 210);
}

.location-section {
    display: flex;
    flex-direction: row;
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
    background-color: var(--color-grey);
}

.location-section a {
    font-size: 1.1rem;
    background-color: white;
    padding: 10px 20px;
    border-radius: 30px;
    color:black;
    text-decoration: none;
    width:max-content;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    transition: 0.3s;
}

.location-section iframe {
    width: 80vw;
    border-radius: 8px;
    min-height: 50vh;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    margin-right: 4vw;
}

.location-section h2 {
    color: var(--color-gold);
}

.team-section {
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
    background-color: var(--color-grey);
}

.recurring-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
    background-color: var(--color-grey);
}

.recurring-section img {
    max-width: 37.5vw;
    max-height: 22.5vw;
    width: auto;
    height: auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    margin-right: 4vw;
}

.recurring-section a {
    font-size: 1.1rem;
    background-color: white;
    padding: 10px 20px;
    border-radius: 30px;
    color:black;
    text-decoration: none;
    width:max-content;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    transition: 0.3s;
}

.recurring-section a:hover {
    background-color: rgb(210, 210, 210);
}


.recurring-section h4 {
    color: white;
}


.mission-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
    background-color: var(--color-gold);
}

.mission-section img {
    max-width: 37.5vw;
    max-height: 22.5vw;
    width: auto;
    height: auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    margin-left: 4vw;
}

.mission-section a {
    font-size: 1.1rem;
    background-color: white;
    padding: 10px 20px;
    border-radius: 30px;
    color:black;
    text-decoration: none;
    width:max-content;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    transition: 0.3s;
}

.mission-section a:hover {
    background-color: rgb(210, 210, 210);
}


.mission-section h4 {
    color: white;
}

.donation-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
    background-color: white;
}

.donation-section img {
    max-width:36vw;
    max-height:24vw;
    width: auto;
    height: auto;
    margin-right: 4vw;
    margin-left: 5vw;
}

.donation-section a{
    font-size: 1.1rem;
    background-color: var(--color-gold);
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    width:max-content;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    transition: 0.3s;
}

.donation-section a:hover {
    background-color:rgb(115, 150, 120);
}

.footer-section {
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
    background-color: black;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-quicklinks {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.footer-quicklinks a {
    text-decoration: none;
    color: white;
}

.events-section {
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
    background-color: white;
}

.events-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.events-container div {
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(95, 94, 94, 0.2) 0px 5px 15px;
    width:clamp(14rem ,25vw, 27rem);
    background-color: var(--color-grey);
    margin-bottom: 1.4rem;
    transition: 0.3s;
}

.events-container div:hover {
    background-color: rgb(240, 240, 240); 
}

.events-container h3 {
    padding: 0 5%;
    text-align: center;
}

.events-container p {
    padding: 0 5%;
    text-align: justify;
    margin-top: auto;
    font-size: 1rem;
}

.events-section p {
    color:rgb(46, 46, 46);
    font-size: 1rem;
}

.events-container img {
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    width:clamp(14rem ,25vw, 27rem);
    height: clamp(160px, 14vw ,250px);
}

@media (max-width: 840px) {
    .panorama-section {
        background-position: right bottom; /* Show the bottom part of the panorama */
        align-items: flex-end; /* Align the image to the bottom of the container */
        justify-content: center; /* Center the image horizontally */
    }

    .footer-section,
    .donation-section,
    .location-section, 
    .mission-section,
    .recurring-section {
        flex-direction: column;
    }



    .mission-section img,
    .recurring-section img {
        margin-top: 4rem;
        max-width: 90vw;
        max-height: 55vw;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .events-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: wrap;
    }
    
    .events-container div {
        width: 100%;
    }

    .events-container img {
        width: 100%;
    }

    .padding-site {
        padding-left: 5%;
        padding-right: 5%;
    }

    .menu-toggle {
        display: flex;
        margin-left: auto;
        color: white;
        font-size: 2rem;
        cursor: pointer;
    }

    .header-section ul {
    display: none;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    }

    .header-section li {
    padding: 2rem;

    }

    .header-section li:last-child {
    border-bottom: none;
    }

    /* Show the accordion menu */
    .accordion-menu {
    display: block;
    width: 100%;
    }

    .accordion-menu .menu-item {
    display: none;
    }

    .accordion-menu.show-accordion .menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .panorama-overlay h2 {
        display: none;
    }

    .panorama-section {
        background-position: bottom;
        align-items: flex-end; /* Align the image to the bottom of the container */
        justify-content: center; /* Center the image horizontally */
    }

    
}

@media screen and (min-width: 840px) {
    .menu-toggle {
      display: none;
    }

    .accordion-menu {
        display: none;
    }

}

.datenschutz-section {
    background-color: white;
    padding-top: var(--section-gap);
    padding-bottom: var(--section-gap);
}

.footer-section img {
    width: 200px;
    height: auto;
}

.bg-white {
    background-color: white !important;
}

.bg-gold {
    background-color: var(--color-gold) !important;
}

.bg-grey {
    background-color: var(--color-grey) !important;
}