@font-face {
    font-family: "sans";
    src: url("Beatrice-Medium.woff2") format("truetype");
}

@font-face {
    font-family: "serif";
    src: url("ElgocAlt-Medium.woff2") format("truetype");
}

*, *::after, *::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'sans', sans-serif;
    scroll-behavior: smooth;
}

body {
    position: relative;
    background: #f4f1eb;
}

.greetig-style {
    background-color: #cdbe98;
    width: 100%;
    height: 7rem;
    position: fixed;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.cookie-style {
    background-color: #a16262;
    width: 100%;
    height: 7rem;
    position: fixed;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.cookie-style {
    text-align: center;
}

.greetig-style p {
    text-align: center;
}

.greeting-none {
    opacity: 0;
}

.greeting-remover {
    display: none;
}

.up {
    position: fixed;
    z-index: 10000;
    bottom: 2rem;
    right: 2rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #cdbe98;
    display: flex;
    justify-content: center;
    align-items: center;
}

.up-img {
    transform: rotate(180deg);
}

.up-none {
    display: none;
}

.upper-nav {
    background: #e0d9c5;
    min-height: 7rem;
    display: flex;
    align-items: center;
}

.upper-nav-icon {
    width: 50px;
    margin-left: 8vw;
}

.upper-nav-p {
    font-size: 0.9rem;
    margin-left: 0.2rem;
    line-height: 0.9rem;
}

.one {
    padding: 5rem 0 4rem;
    min-height: 90vh;
    background: #e0d9c5;
}

.one-hero-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    flex-direction: column;
}

.one-hero {
    width: 80%;
}

.one-hero-h1 {
    font-size: 2.5rem;
    font-family: 'serif' !important;
}

.one-hero p {
    font-size: 0.7rem;
}

.one-p {
    width: 80%;
    font-size: 16px;
}

/* ----------------- */

.two {
    margin: 6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.two-inhaltsangabe {
    background: #e0d9c5;
    width: 80%;
    border-radius: 20px;
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    position: relative;
    padding-top: 2rem;
}

.two-inhaltsangabe-info {
    position: absolute;
    left: 1.7rem;
    top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.two-inhaltsangabe-info-p {
    font-size: 0.8rem;
    opacity: 0.6;
}

.two-inhaltsangabe-info-img {
    width: 16px;
    filter: opacity(0.6);
}

.two-inhaltsangabe-div {
    display: flex;
    align-items: start;
    gap: 10px;
    width: 80%;
}

.two-inhaltsangabe-div-p {
    font-size: 16px;
    color: #000;
}

.two-inhaltsangabe-div-a {
    text-decoration: none;
}

/* ------------------ */

.three {
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-main {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}

.three-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    background: #e0d9c5;
    border-radius: 20px;
    padding: 1rem 0;
    border: 1px solid #f2f2f2;
}

.two-hero-h1, .three-hero-h1, .four-hero-h1 {
    font-family: 'serif';
    font-size: 2.4rem;
}

.three-list-main {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.three-list-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    padding: 10px 0;
}

.three-list-h1 {
    font-weight: lighter;
    font-size: 18px;
}

.three-list-p {
    width: 85%;
    box-sizing: content-box;
    display: none;
    margin: 15px 0;
}

.three-list-img {
    width: 30px;
    transition: all 250ms ease;
}

.three-show {
    display: block;
}

.three-rotate {
    transform: rotate(180deg);
}

.space {
    margin: 7rem 0; 
}

/* ------------- */

.four {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f1eb;
    padding: 3rem 0 10rem;
}

.four-main {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}

.four-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    background: #e0d9c5;
    border-radius: 20px;
    padding: 1rem 0;
}

.four-list-main {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.four-list-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    padding: 10px 0;
}

.four-list-h1 {
    font-weight: lighter;
    font-size: 18px;
}

.four-list-p {
    width: 85%;
    box-sizing: content-box;
    display: none;
}

.four-list-ul {
    margin-left: 3rem;
}

.four-list-img {
    width: 30px;
    transition: transform 250ms ease;
}

.four-show {
    display: block;
}

.four-rotate {
    transform: rotate(180deg);
}

.four-ref-info {
    display: flex;
    gap: 0.3rem;
    padding: 0.3rem 0 2rem;
}

.four-ref-info p {
    font-size: 0.8rem;
    filter: opacity(0.6);
}

.four-ref-info img {
    width: 16px;
    height: 16px;
    filter: opacity(0.6);
}

.four-ref-main {
    display: flex;
    gap: 1rem;
}

.four-ref-main-p {
    max-width: 90%;
}

.four-ref-main-p a:visited {
    color: #000;
}

.four-ref-main-p a {
    color: #000;
    text-decoration: none;
}

.four-ref-main-text {
    border-bottom: 3px solid #2c6716;
    text-decoration: none;
    cursor: pointer;
}

.four-smal {
    font-size: 0.8rem;
    filter: opacity(0.6);
    position: relative;
    bottom: 5px;
}

/* ----------------- */

.five {
    background: #f4f1eb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 12rem;
}

.five-big-p, .five-smal-p {
    text-align: center;
}

.five-big-p {
    font-size: 0.8rem;
}

.five-smal-p {
    font-size: 0.6rem
}

.hl {
    color: #2c6716;
}

@media (min-width: 500px) {
    .upper-nav {
        min-height: 7rem;
    }

    .upper-nav-p {
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin-left: 0.3rem;
    }

    .upper-nav-icon {
        width: 60px;
    }

    .one-hero-div {
        gap: 1rem;
    }

    .one-hero-h1 {
        font-size: min(8vw, 3rem);
    }

    .one-hero p {
        font-size: 16px;
    }

    .one-p {
        font-size: 25px;
    }

    .two-hero-h1 {
        font-size: 3rem;
    }

    .two-inhaltsangabe-info {
        left: 7vw;
        top: 2rem;
    }

    .two-inhaltsangabe {
        padding: 4rem 0;
        gap: 2rem;
    }

    .two-inhaltsangabe-div p {
        font-size: 20px;
    }

    .two-inhaltsangabe-div-p {
        font-size: 20px;
    }

    .three-list {
        padding: 2rem 0;
    }

    .three-hero-h1 {
        font-size: 3rem;
    }

    .three-list-h1 {
        font-size: 20px;
    }

    .three-list-p {
        font-size: 18px;
    }

    .four-list-h1 {
        font-size: 20px;
    }

    .four-hero-h1 {
        font-size: 3rem;
    }

    .four-list {
        padding: 2rem 0;
    }

    .four-list-ul li {
        font-size: 18px;
    }

    .four-ref-main-p {
        font-size: 18px;
    }

    .five-big-p {
        font-size: 1rem;
    }

    .five-smal-p {
        font-size: 12px;
    }
}

@media (min-width: 1100px) {
    .upper-nav-icon {
        margin-left: 9vw;
    }

    .one-p {
        font-size: 1.3rem;
    }

    .one-hero-div {
        gap: 6rem;
    }

    .two-inhaltsangabe-div {
        width: 90%;
    }

    .two-inhaltsangabe-info {
        left: 4vw;
        top: 1.5rem;
    }

    .three-list-upper {
        width: 90%;
    }

    .three-list-p {
        width: 90%;
    }

    .four-list-upper {
        width: 90%
    }

    .four-list-ul {
        margin-left: 1rem;
    }

    .four-list-p {
        width: 90%;
    }

    .four-ref-info {
        width: 100%;
    }

    .four-ref-main {
        width: 100%;
    }
}

@media (min-width: 1700px) {
    .two-inhaltsangabe-info {
        left: 2vw;
    }

    .two-inhaltsangabe-div {
        width: 95%;
    }

    .three-list-upper {
        width: 95%;
    }

    .three-list-p {
        width: 95%;
    }

    .four-list-upper {
        width: 95%;
    }

    .four-list-p {
        width: 95%;
    }
}