:root {
    font-size: 16px;
    --padding: 0 5rem;
    --primary: #015f25;
    --fontc: #015f25;
    --white: #eeeeee;
    --passivec: #525252;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.content {
    padding: var(--padding);
    height: auto;
    width: 100vw;
}

.landingpage {
    width: 100%;
    height: 120vh;
    padding-right: 0;
    padding-top: 90px;
    display: flex;
}

.copy {
    width: auto;
    min-width: 60%;
}

.picture {
    width: 40%;
    height: 90%;
}

.bye {
    padding-top: 90px;
    display: flex;
    width: 100%;

}

.background {
    display: grid;
    z-index: -1;
    width: auto;
    height: 100%;
    position: relative;
    top: -100%;
}

.image {
    display: block;
    width: auto;
    height: 80%;
    z-index: 2;
    margin-left: 0px;
}

.fix {
    width: 120%;
    margin-left: -20%;
}

.headline {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    letter-spacing: 0.75px;
    margin-bottom: 25px;
    color: var(--fontc);
    line-height: 70px;
}


.mini_headline {
    font-size: 26px;
    line-height: 30px;
}

.main-copy {
    font-size: 20px;
    width: 90%;
    line-height: 26px;
    margin-bottom: 20px;
    color:var(--passivec);
    grid-column: 1;
    font-weight: 700;
}

.slogan_logo {
    font-weight: 500;
    color: var(--passivec);
    font-style: italic;
}

.angebot-cnt {
    background-color: #eeeeee;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.angebot {
    display: flex;
    justify-content: space-around;
}

.info-box {
    width: 40%;
}

.info-sent {
    color: #1D1D1F;
    line-height: 20px;
    margin-bottom: 40px;
}

.sub-heading {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--primary);
}

.sub-heading span {
    margin-left: 1rem;
}

.the-point {
    margin-left: -20px;
}

.angebot_points {
    list-style-type: disc;
    color: #1D1D1F;
    line-height: 30px;
    padding-left: 10px;
}

.icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    transform: translateY(+25%);
    fill: var(--primary);
}

.export-icon {
    transform: rotate(180deg) translateY(-25%);
}
.button {
    background-color: white;
    cursor: pointer;
    border-radius: 38px;
    border: var(--fontc) 3px solid;
    display: grid;
    place-items: center;
    width: 15rem;
    height: 4rem;
}


.haha_idee {
    width: 100%;
    height: auto;
    border-radius: 30%;
    position: relative;
    right: 0;
    margin-top: -10%;
    z-index: -1;
}

.button span {
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 0.5px;
}


.impressum {
    display: grid;
    width: 100%;
    grid-template-columns: 40% 40% 40%;
}

.contact {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
}

.contact li {
    margin-bottom: 30px;
}

.info {
    display: flex;
}

.info-head {
    font-size: 24px;
    margin-bottom: 20px;
}

.zeiten {
    display: flex;
    flex-direction: column;
}

.left {
    color: var(--passivec);
    margin-right: 5px;
    
}

.right {
    color: var(--fontc);
}

.datenschutzerklärung {
    max-width: 800px;
}

.paragraph {
    margin: 30px 0 10px;
}

.sub-headings {
    margin: 40px 0 20px;
    color: var(--primary);
    font-size: 30px;
}

.daten-dots li {
    list-style-type: disc;
    position: relative;
    left: 2rem;
}

.in-word_link {
    font-weight: 700;
}

.tolle_idee {
    height: 60%;
    border-radius: 30%;
    margin-top: 20%;
    position: relative;
    right: -2vw;
    top: -10vh;
}

.super_idee {
    font-size: 24px;
}


@media only screen and (max-width: 850px) {

    .bye {
        flex-direction: column;
    }

    :root {
        --padding: 0 2rem;
    }
    .landingpage {
        flex-direction: column;
        background-color: #fafafa;
        height: auto;
        width: 100%;
        padding: 90px 3rem;
        
    }

    .background {
        display: none;
    }

    .picture {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .headline {
        font-size: 30px;
        line-height: 50px;
    }
    
    .copy {
        width: 100%;
    }

    .main-copy {
        width: 100%;
    }

    .image {
        width: 100%;
    }

    .angebot {
        flex-direction: column;
    }

    .info-box {
        width:100%;
        padding: 0 1rem;
        margin-bottom: 50px;
    }

    .different .picture {
        height: 50%;
        margin-top: -45%;
    }

    .sub-heading {
        text-align: center;
    }

    .info-sent {
        font-size: 16px;
    }

    .angebot_points {
        line-height: 22px;
        font-size: 16px;
    }

    .fix {
        margin: 0;
        height: 80%;
    }

    .impressum {
        grid-template-columns: 100%;
    }

    .contact {
        display: flex;
        flex-direction: column;
    }

    .headd {
        color: #015f25;
    }
    
    .ccopy {
        color: #525252;
    }

    .haha_idee {
        width: 90%;
        margin: 0;
    }

    .picture {
        display: none;
    }

    .left {
        margin-right: 15px;
    }
}
