

html, body {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    height: 100%;
    color: #595959;
}

.volle-breite {
    width: 100%;
}

.intro {
    background-image: url("../img/startbild.jpg");
    background-size: 2000px auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 60vh;
}



a, a:hover {
    color: #FF715D;
}



h1 {
    font-size: 5vw;
    font-weight: 500;
    color: #FF715D;
    margin-bottom: 0.3em;
}

ul {
    padding-left: 2em;
}

ul li {
    font-size: 1.7vw;
    font-weight: 400;
    line-height: 1.35em;
    padding-bottom: 0.5em;
}


h2 {
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.3em;
    color: #FF715D;
}


p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
}




.textkastenintro {
    position: absolute;
    left: 36vw;
    top: 8vw;
}

.textkastenintro h1 {
    font-size: 4.8vw;
    font-weight: 500;
    color: #7f7f7f;
    padding: 0;
    margin-bottom: 0.5em;
}

.textkastenintro h2 {
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.2em;
    padding-bottom: 1.7em;
    color: #7f7f7f;
}










section.status, section.systeminnovation, section.emanzipation , section.kontakt {
    padding-top: 5vw;
    padding-bottom: 5vw;
}


section.systeminnovation {
    background-color: #f0f0f080;
}


section.finanzipation {
    padding-top: 40vw;
    padding-bottom: 5vw;
    background-image: url("../img/frau-sofa2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    section.finanzipation {
        padding-top: 60vw;
    }
}




.finanzipation h2 {
    background-color: white;
    padding: 1em;
    margin: 0;
    position: absolute;
    bottom: 22vw;
    left: 0;
    line-height: 1.2em;
}

@media (max-width: 767.98px) {
    .finanzipation h2 {
        bottom: 30vw;
    }
}




 


@media (min-width: 992px) {
    ul {
        padding-left: 2.5em;
    }

    ul li {
        font-size: 26px;
    }

    h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 42px;
    }

    .finanzipation h2 {
        padding: 20px;    
    }

  }


  @media (min-width: 1200px) {
    


    h2 {
        font-size: 50px;
    }




  }







  





  @media (max-width: 991.98px) {
    ul {
        padding-left: 1.5em;
    }

    ul li {
        font-size: 1.5em;
    }

    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2em;
    }

    .finanzipation h2 {
        padding: 10px;    
    }

  }



  @media (max-width: 767.98px) {

    ul {
        padding-left: 1.2em;
    }

    ul li {
        font-size: 1em;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.1em;
    }

    .finanzipation h2 {
        padding: 10px;    
    }

  }



.kontakt {
    background-color: #efefef;
}

.kontakt p {
    font-size: 26px;
    line-height: 1.35em;
}

@media (max-width: 991.98px) {

    .kontakt p {
        font-size: 1.5em;
    }
}

@media (max-width: 767.98px) {

    .kontakt p {
        font-size: 1em;
    }
}





.footer {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer p {
    font-size: 12px;
    color: #797979;
    margin: 0;
}

.footer a {
    color: #797979;
}