@import url("./fonts/fonts.css");

::-webkit-scrollbar {
    display: none;
}

* {
    font-family: "Hanken Grotesk", sans-serif !important;
}

html {
    min-height: 100%;
    position: relative;
    overflow-x: hidden !important;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden !important;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    word-break: break-word;
    hyphens: auto;
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 1.3rem;
    font-weight: 900;
    margin-left: 30%;
    padding-top: 20%;
    margin-bottom: 30%;
    word-break: break-word;
}

h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}

h3 {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
}

p {
    font-size: 1rem;
    margin: 0;
}


#logos {
    position: absolute;
    top: 1vh;
    right: 1vh;
}

#logos .logo {
    height: 3rem;
    width: auto;
}

#header-container {
    background-image: url("instrument.png");
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-position: left top;
    width: 100vw;
    position: relative;
    top: 0;
}


#info-res-container {
    width: 80%;
    padding: 0 10% 3rem 10%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: space-between;
    position: relative;
}

#information h2 {
    margin-bottom: 3rem;
}

.btn {
    background-color: #F1C200;
    cursor: pointer;
    /* background-color: #b3b3b3;
  cursor: not-allowed; */
    border-radius: 4px;
    padding: 16px;
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    box-shadow: 3.571px 3.571px 7.143px 0px rgba(0, 0, 0, 0.25);
    max-width: 100%;
}

.btn:hover {
    background-color: #ffcf0f;
}

.btn a {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 800;
    color: #000;
    /*cursor: not-allowed; */
}

#contributing {
    background-color: #1E3B7F;
    color: #fff;
    padding: 2rem;
    z-index: 1;
}

#kammerchor {
    margin: 1rem 0;
}

.contributer {
    margin-bottom: 3rem;
}

.contributer:last-child {
    margin-bottom: 0;
}

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

.contributer h3 {
    margin: 0;
}

.contributer p {
    margin-top: 0;
}

footer {
    background-color: black;
    display: flex;
    justify-content: space-around;
}

footer p {
    margin: 10px;
    background-color: black;
    color: white;
    cursor: pointer;
}

footer p:hover {
    text-decoration: underline;
}

.hidden {
    display: none;
}

.modular {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50vw;
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    padding: 4rem;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.close-modal {
    position: absolute;
    top: 1.2rem;
    right: 2rem;
    font-size: 5rem;
    color: #333;
    cursor: pointer;
    border: none;
    background: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 5;
}


/*# sourceMappingURL=style.css.map */

/* Tablets und kleinere Desktops */
@media (min-width: 690px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3,
    p {
        font-size: 1.25rem;
    }

    #info-res-container {
        flex-direction: row;
    }
}

/* Desktop Ansicht */
@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
        margin-bottom: 0;
        padding-top: 15%;
        margin-left: 38%;
    }

    h2 {
        font-size: 2rem;
    }

    h3,
    p {
        font-size: 1.5rem;
    }

    #header-container {
        z-index: 5;
        position: relative;
        background-size: contain;
        padding-bottom: calc(30vw*(620/1057));
    }

    #info-res-container {
        width: 55%;
        margin: 5% 10% 3rem 28%;
    }

    #contributing {
        position: relative;
        padding: 5% 10%;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        margin-top: -5%;
    }
}

@media (min-width: 1400px) {
    h1 {
        margin-left: 32%;
    }

    #info-res-container {
        width: 60%;
        margin: 5% 10% 3rem 22%;
    }
}