/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Home and general
   ========================================================================== */

@font-face {
    font-family: "LL Brown Bold Web";
    src: url("../fonts/lineto-brown-bold.eot");
    src: url("../fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lineto-brown-bold.woff2") format("woff2"),
    url("../fonts/lineto-brown-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown light Web";
    src: url("../fonts/lineto-brown-light.ttf");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "LL Brown Bold Web";
    -webkit-hyphens: auto;

    -moz-hyphens: auto;

    -ms-hyphens: auto;

    -o-hyphens: auto;

    hyphens: auto;
    
}

html{
    width: 100vw;

overflow-x: hidden;}

p,
h2,
h3,
h4,
a,
li {
    color: #363636;
    margin: 0;
}

ul {
    padding-left: 15px;
    margin:0;
}

h1 {
    padding-left: 0 !important;
}

nav {
    margin: 0;
}

a {
    text-decoration: none;
}

.headersmall {
    background-image: url(../img/headerBack.jpg);
    background-size: 115vw;
    margin-bottom: 90px;
}

.headersmall h1 img {
    margin-top: -5px;
    margin-bottom: -20px;
    width: 369px;
}

.headersmall ul {
    margin-top: 45px;
}

.headersmall li a {
    color: #fff;
}

.headersmall li {
    position: relative;
    font-size: 20px;
}

.headersmall .active .ligne {
    width: 40px;
}

.headersmall .stiftunglink .untermenuhome {
    position: absolute;
    top: 0;
    left: -5%;
    width: 160%;
    text-align: left;
    opacity: 0;
    transition: opacity ease-in .2s;
    background: #FFC066;
    padding: 0;
    padding-bottom: 10px;
}

.headersmall .stiftunglink:hover .untermenuhome {
    opacity: 1;
    transition: opacity ease-out .2s;
}

.headersmall .stiftunglink .untermenuhome li a {
    color: #fff;
    padding-left: 5px;
    transition: color ease-in .2s;
}

.headersmall .stiftunglink .untermenuhome li a:hover {
    color: #FF8196;
    transition: color ease-out .2s;
}

@keyframes godown {
    0% {
        bottom: 10%;
    }
    50% {
        bottom: 12%;
    }
    100% {
        bottom: 10%;
    }
}

.oben {
    position: fixed;
    width: 50px;
    bottom: 10%;
    right: 50px;
    -moz-animation: godown 2.5s ease-in-out infinite;
    /* Fx 5+ */
    -o-animation: godown 2.5s ease-in-out infinite;
    /* Opera 12+ */
    animation: godown 2.5s ease-in-out infinite;
    /* IE 10+, Fx 29+ */
}

/* ===========
   Base for Xtrem Large Screens  min-width 1824px
   ======= */

/*Header*/

#home header nav ul {
    text-align: right;
    padding-top: 30px;
}

header nav ul li {
    display: inline-block;
    font-family: "LL Brown Bold Web";
    font-size: 20px;
    padding-left: 20px;
    text-align: right;
    position: relative;
}

#home header nav ul .stiftunglink .untermenuhome {
    position: absolute;
    top: 40px;
    left: -15%;
    width: 160%;
    padding-left: 20px;
    padding-top:0;
    text-align: left;
    opacity: 0;
    transition: opacity ease-in .2s;
}

#home header nav ul .stiftunglink:hover .untermenuhome {
    opacity: 1;
    transition: opacity ease-out .2s;
}

#home header nav ul li .untermenuhome li a {
    color: #bababa;
    transition: color ease-in .2s;
}

#home header nav ul li .untermenuhome li a:hover {
    color: #363636;
    transition: color ease-out .2s;
}

#home header h1 img {
    margin-top: 0px;
    width: 660px;
}

header .ligne {
    width: 0px;
    height: 2px;
    background: #ffffff;
    margin-bottom: 5px;
    border-radius: 20px;
    transition: width ease-in .3s;
}

header .lignenoire {
    background: #363636;
}

header li:hover .ligne {
    width: 40px;
    transition: width ease-out .3s;
}

/*---------Burger menu mobile---------*/

#burgermenu {
    display: none;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 0 !important;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

#home .c-hamburger span {
    background:#FF8196;
    display: block;
    position: absolute;
    top: 10px;
    left: 6px;
    right: 8px;
    height: 3px;
    border-radius: 20px;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 10px;
    left: 6px;
    right: 8px;
    height: 3px;
    background: #fff;
    border-radius: 20px;
}

#home .c-hamburger span::before,
#home .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FF8196;
    content: "";
    border-radius: 20px;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
    border-radius: 20px;
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

.appear {
    display:inline-block !important;
    transition:display .4s ease-in;
    z-index: 100;
}

/*Introduction*/

#intro {
    letter-spacing: -.4px;
    padding-bottom: 0;
    font-family: 'Playfair Display', serif;
}

#intro p {
    padding-top: 30px;
}

#intro p,
#intro span {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Playfair Display', serif;
}

.farb1 {
    color: #FFC066;
}

.farb2 {
    color: #FF8196;
    hyphens:none;
}

.farb3 {
    color: #9066FF;
}

.farb4 {
    color: #B8B0FA;
}

.imageHubert {
    padding-right: 0;
}

/*Aktuelles*/

#aktuelles .news {
    padding: 50px 60px 60px 90px;
    font-family: "LL Brown Bold Web";
    color: #fff;
    height:480px;
}

.news h2 {
    font-size: 30px;
    font-family: "LL Brown Bold Web";
}

.news h3 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
}

#aktuelles .neuerAuftrit {
    background: #FF8196;
    transition: background ease-in .3s;
}

#aktuelles .neuerAuftrit:hover {
    background: #ff9cad;
    transition: background ease-out .3s;
}

#aktuelles .imBaumgarten {
    background: #FFC066;
    transition: background ease-in .3s;
}

#aktuelles .imBaumgarten:hover {
    background: #fdcb84;
    transition: background ease-out .3s;
}

#aktuelles .aktuellestitel {
    font-size: 20px;
}

.news .datum {
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
    font-family: "LL Brown Bold Web";
}

#aktuelles .go {
    height: 30px;
    padding-left: 20px;
    margin-top: -5px;
    transition: padding-left ease-in .3s;
}

#aktuelles .news:hover .go {
    padding-left: 25px !important;
    transition: padding-left ease-out .3s;
}

.news p {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    color: #fff;
}

.alleArtikelsec {
    padding: 100px 0;
    position: relative;
}

.alleArtikelsec p {
    text-align: center;
    font-size: 45px;
    font-family: "LL Brown Bold Web";
    margin-bottom: -10px;
}

.alleArtikelsec .ligne {
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    height: 2px;
    background: #363636;
    border-radius: 20px;
    transition: all ease-in .3s;
    z-index: -10;
}

.alleArtikelsec:hover .ligne {
    width: 238px;
    margin-left: -125px;
    transition: all ease-out .3s;
}

/*Footer*/

footer {
    background: #FFF8EF;
    padding: 100px 0 30px 0;
    font-family: "LL Brown Bold Web";
}

footer img {
    width: 300px;
    padding-bottom: 80px;
}

footer .adresse {
    font-size: 20px;
    padding-top: 20px;
}

footer .adresse p {
    line-height: 25px;
}

footer .adresse p:nth-child(2) {
    padding-top: 20px;
}

footer .mail,
footer .tel {
    color: #FF8196;
}

footer .copy {
    font-size: 11px;
    font-family: 'Playfair Display', serif;
}

footer .copy2 {
    display: none;
}

/* ==========================================================================
   BLOG
   ========================================================================== */

#blog{
    padding-bottom:100px;
}

#blogPage #blog h2 {
    font-size: 65px;
    padding-bottom: 75px;
}

#blogPage .news {
    height: 393px;
    border: 4px solid #FFF8EF;
    padding-bottom: 75px;
    transition: all ease-in .3s;
}

#blogPage .news:hover {
    border: 4px solid #FFF8EF;
    background: #FFF8EF;
    padding-bottom: 75px;
    transition: all ease-out .2s;
}

#blogPage .news h3 {
    color: #363636;
    letter-spacing:-0.5px;
    padding: 0 0 5px 27px;
    margin: 0;
}

#blogPage .news .datum {
    color: #363636;
    font-size: 20px;
    padding: 48px 0 10px 27px !important;
}

#blogPage #blog p {
    color: #363636;
    font-size: 20px;
    line-height: 30px;
    padding-left: 27px;
    padding-top: 15px;
}

#blogPage .go {
    width: 20px;
    margin-left: 10px;
    transition: margin-left ease-in .3s;
}

#blogPage .news:hover .go {
    margin-left: 25px;
    transition: margin-left ease-out .3s;
}

#blogPage .neuerAuftrit h3 {
    color: #9066FF;
}

#blogPage .imBaumgarten h3 {
    color: #FFC066;
}

#blogPage #blogPageNummer ul {
    display: inline-block;
    text-align: right;
    margin-bottom: 80px;
}

#blogPage #blogPageNummer ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 55px;
    font-family: "LL Brown Bold Web";
    color: #bababa;
    transition: color ease-in .3s;
    padding-left: 30px;
}

#blogPage #blogPageNummer ul li:hover {
    color: #363636;
    transition: color ease-out .3s;
}

#blogPage .fusionblog h3{
    color: #FF8196;
}

#blogPage .wohnformen h3{
    color: #B8B0fA;
}

/* ==========================================================================
   BLOG Page inside
   ========================================================================== */

.blogPageInside #blog h2 {
    font-size: 55px;
    padding-bottom: 60px;
}

.blogPageInside .news h3 {
    color: #FF8196;
    padding: 0 0 5px 0;
    margin: 0;
}

.blogPageInside .news .datum {
    font-family: "LL Brown Bold Web";
    color: #363636;
    font-size: 20px;
    padding: 33px 0 10px 0;
}

.blogPageInside #blog .share {
    width: 70px;
    margin-top: 40px;
}

.blogPageInside .texte {
    padding-bottom: 100px;
}

.blogPageInside #blog h5 {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
}

.blogPageInside #blog .intitel {
    margin: 30px 0 0 0;
}

.blogPageInside .texte p {
    font-size: 20px;
    font-family: "LL Brown light Web";
    font-weight: 300;
}

.blogPageInside .texte p span a {
    font-size: 20px;
    font-family: "LL Brown light Web";
    font-weight: 300;
    position: relative;
}

.blogPageInside .canap {
    margin-top: 50px;
}

.blogPageInside .nextprev img {
    height: 30px;
}

.blogPageInside .prevAlter {
    background: #FF8196;
    width: 50vw;
    height: 100px;
    position: relative;
}

.blogPageInside .prevAlter p {
    position: absolute;
    left: 35px;
    top: 25px;
    color: #fff;
    font-size: 30px;
}

.blogPageInside .prevAlter img {
    margin-right: 20px;
    margin-top: -8px;
}

.blogPageInside .nextBaum {
    background: #FFC066;
    height: 100px;
    position: relative;
}

.blogPageInside .nextBaum p {
    position: absolute;
    right: 35px;
    top: 25px;
    color: #fff;
    font-size: 30px;
}

.blogPageInside .nextBaum img {
    margin-left: 20px;
    margin-top: -8px;
}

.blogPageInside .texte p span a .ligne {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 2px;
    background: #363636;
    border-radius: 20px;
    transition: all ease-in .3s;
    z-index: -10;
}

.blogPageInside .texte p span a:hover .ligne {
    width: 100%;
    transition: all ease-in .3s;
}

.blogPageInside .wohnraumtext{
    padding-top:30px;
}


.blogPageInside .fusiontext{
    padding-top:55px;
}

/* ==========================================================================
    Förderung
========================================================================== */

#forderung #intro h2,
#tatigkeit #intro h2,
#geschichte #intro h2,
#zuwendungen #intro h2,
#engagement #intro h2 {
    font-size: 65px;
    padding-bottom: 15px;
    line-height: 75px;
}

#forderung{
    width: 100vw;
    overflow-x: hidden;
}

#forderung #forderbereich {
    margin-top: 30px;
}

#forderung #forderbereich .forderbox {
    background: #FFF8EF;
    padding: 0 0 90px 0;
}

#forderung #forderbereich .forderbox ul li {
    list-style-type: none;
}

#forderung #forderbereich .forderbox ul li h2 {
    font-size: 45px;
    line-height: 55px;
    padding-top: 70px;
}

#forderung #forderbereich .forderbox ul li .weitere {
    font-size: 45px;
    line-height: 55px;
    padding-top: 35px;
}

#forderung #forderbereich .forderbox ul li p {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    padding-top: 10px;
}

#forderung #forderbereich h3 {
    font-size: 20px;
}

#forderung .gesuch {
    margin-top: 90px;
    margin-bottom: 75px;
}

#forderung .gesuch h2 {
    font-size: 45px;
    line-height: 55px;
}

#forderung .gesuch p {
    font-size: 20px;
    line-height: 30px;
    font-family: "LL Brown light Web";
    letter-spacing: -0.1px;
    padding-top: 10px;
}

#forderung .gesuch p span a {
    font-size: 20px;
    line-height: 30px;
    font-family: "LL Brown light Web";
    position: relative;
}

#forderung .gesuch p span a .ligne {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 2px;
    background: #363636;
    border-radius: 20px;
    transition: all ease-in .3s;
    z-index: -10;
}

#forderung .gesuch p span a:hover .ligne {
    width: 100%;
    transition: all ease-in .3s;
}


#forderung .gesuch img {
    padding-right: 35px;
}

.projektelink:hover .ligne {
    width: 480px;
    margin-left: -240px;
    transition: all ease-out .3s;
}

#forderung .alleArtikelsec {
    padding: 100px 0 100px 0;
}

#forderung .mailtobaum {
    padding: 100px 0 25px 0;
}

#forderung .introbaum ul{
    margin-left: -12px;
}

#forderung .introbaum li{
    list-style-type: "– ";
    font-size: 40px;
  line-height: 50px;
  font-family: 'Playfair Display', serif !important;
}

#forderung .boutonprojcont{
    position: absolute;
    right: -10px;
    top: 25px;
}

#forderung .imageforderung{
    position: relative;
}

#forderung .boutonprojcont .boutonproj{
    background: #FFC066;
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#forderung .boutonprojcont .boutonproj p{
    font-size: 30px;
    line-height: 37px;
    color: #fff;
    font-family: "LL Brown Bold Web" !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

#forderung .boutonprojcont .boutonproj p img{
    margin-left: 10px;
    transition: all .3s ease-out;
}

#forderung .boutonprojcont .boutonproj:hover img{
    transform: translateX(6px);
}

#forderung .baumdetails p{
    font-size: 20px !important;
  line-height: 30px !important;
  font-family: "LL Brown light Web" !important;
  letter-spacing: -0.1px;
}

.baumgartenpage footer{
    background: #fff;
}

/* ==========================================================================
    Tatigkeit
========================================================================== */

#tatigkeit #wohnenImAlter h2,
#tatigkeit .altersgerecht h2,
#engagement .rat h2,
#engagement #geschaftstelle h2 {
    font-size: 45px;
    line-height: 50px;
    padding-top: 80px;
}

#tatigkeit #wohnenImAlter {
    background: #FFF8EF;
    padding: 0 0 90px 0;
    margin-top: 90px;
    margin-bottom: 90px;
}

#tatigkeit #wohnenImAlter p,
#tatigkeit .altersgerecht p,
#geschichte .kleintexte,
#zuwendungen .kleintexte {
    font-size: 20px;
    line-height: 30px;
    font-family: "LL Brown light Web";
    padding-top: 10px;
}

#tatigkeit .altersgerecht {
    padding-bottom: 90px;
}

#tatigkeit #wohnenImAlter ul {
    padding-top:15px;
}

#tatigkeit .altersgerecht ul li .ligne {
    width: 10px;
    height: 2px;
    background: #363636;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    left: -25px;
}

#tatigkeit .lebensqualitat ul li .ligne{
    width: 10px;
    height: 2px;
    background: #363636;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    left: -25px;
}

#tatigkeit #wohnenImAlter ul li {
    list-style-type: none;
    font-size: 20px;
    line-height: 30px;
    font-family: "LL Brown light Web";
    position: relative;
}

#tatigkeit .altersgerecht img {
    margin-top: 90px;
}

#tatigkeit .altersgerecht .alttexte1 {
    padding-top: 20px;
}

#tatigkeit .altersgerecht .alttexte2 {
    padding-top: 0;
}

/* ==========================================================================
    Geschichte
========================================================================== */

#geschichte .bildlinks img {
    padding-top: 120px;
}

#geschichte .rosy {
    padding: 120px 0;
}

#geschichte #geschichteweiter {
    padding-bottom: 150px;
}

#geschichte .ersteklein {
    padding-top: 30px;
}

#geschichte .bildrechts {
    margin-top: -70px;
}

#geschichte h5 {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    margin-bottom:-10px;
}

#geschichte .kleintexte span{
        font-family: "LL Brown light Web";
}

/* ==========================================================================
   Zuwendungen
   ========================================================================== */

#zuwendungen #intro {
    margin-bottom: 80px;
}

#zuwendungen #intro .mehrinfo {
    padding-top: 0;
}

#zuwendungen .testament p span a {
    font-size: 20px;
    line-height: 71px;
    font-family: "LL Brown light Web";
    position: relative;
}

#zuwendungen .testament p span a .ligne {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #363636;
    border-radius: 20px;
    transition: all ease-in .3s;
}

#zuwendungen .testament p span a:hover .ligne {
    width: 100%;
    transition: all ease-in .3s;
}

#zuwendungen #iban {
    background: #FFF8EF;
    padding: 55px 0;
}

#zuwendungen #iban #ibannummer {
    font-size: 30px;
}

#zuwendungen #iban h2 {
    font-size: 45px;
    line-height: 55px;
    padding-top: 0;
}

#zuwendungen .danke h2 {
    font-size: 45px;
    line-height: 55px;
    padding-top: 20px;
    text-align: center;
}

#zuwendungen .danke {
    padding: 90px 0;
}

.map {
    padding-bottom: 87px;
}

/* ==========================================================================
   Engagement
   ========================================================================== */

#engagement .imageEngagement {
    margin-bottom: 90px;
}

#engagement #geschaftstelle {
    background: #FFF8EF;
    padding-bottom: 90px;
}

#engagement .daniel {
    padding-top: 10px;
}

#engagement .daniel p,
#engagement .daniel p span a {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    position: relative;
}

#engagement .daniel .emailda {
    padding-top: 20px;
}

#engagement .daniel p span a .ligne {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #363636;
    border-radius: 20px;
    transition: all ease-in .3s;
}

#engagement .daniel p span a:hover .ligne {
    width: 100%;
    transition: all ease-in .3s;
}

#engagement .danielbild {
    margin-top: 15px;
}

#engagement .rat {
    margin-bottom: 90px;
}

#engagement .rat h2 {
    margin-bottom: 20px;
}

#engagement .rat p {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    line-height: 35px;
}

#engagement .down {
    padding-bottom:50px;
}

#engagement .victoire{
    opacity:0;
}

.map p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
}

.map .freuen {
    padding-top: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* ===========
   Mobile max-width 640px
   ======= */

@media screen and (max-width: 40em) {
    
    .nextprev{
        display: none;
    }
    
    /*---------HEADER---------*/
    header .desktopnav {
        display: none;
    }
    header .ligne {
        width: 40px;
    }
    #home header h1 img {
        margin-top: -65px !important;
        padding-left: 7px;
    }
    .headersmall {
        background-size: 215vw;
         margin-bottom: 35px;
    }
    .headersmall li a {
        color: #363636;
    }
    .headersmall .stiftunglink .untermenuhome {
        position: relative;
        opacity: 1;
        background: none;
        padding: 0;
        padding-bottom: 0px;
        padding-left: 18px;
    }
    header ul.untermenu {
        padding-left: 18px !important;
    }
    .headersmall ul {
        margin-top: 0px;
    }
    .headersmall .stiftunglink .untermenuhome li a {
        color: #363636;
    }
    .headersmall h1 img {
    padding-left: 12px;
}
    /*---------Burger menu Mobile---------*/
    .c-hamburger {
        margin-top: 40px;
        margin-left: 25%;
    }
    #burgermenu {
        display: block;
    }
    .mobilenav {
        background: #FFF8EF;
        position: absolute;
        transform-origin: right;
        right: 5%;
        display:none;
        transition: .4s ease-out;
        padding: 15px;
    }
    #burgermenu .mobilenav ul li {
        font-size: 16px;
        margin: 10px 15px 0 0;
        display: block;
    }

    /*---------INTRO---------*/
    #intro p,
    #intro span, .introbaum li {
        font-size: 25px !important;
        line-height: 35px !important;
        padding-top: 5px;
        padding-bottom: 30px;
        font-family: 'Playfair Display', serif;
    }
    /*---------Aktuelles---------*/
    #aktuelles .aktuellestitel {
        font-size: 20px;
        padding-top: 20px;
    }
    #aktuelles .news {
        padding: 40px 20px 40px 17px;
    }
    .news h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .news .datum {
        font-size: 25px;
        padding-bottom: 15px;
        padding-top: 5px;
    }
    .news p {
        font-size: 25px;
        line-height: 36px;
    }
    .alleArtikelsec .ligne {
        width: 213px;
        margin-left: -113px;
    }
    .alleArtikelsec {
        padding: 50px 0;
    }
    .alleArtikelsec p {
        font-size: 40px;
    }
    #aktuelles .news {
    height:400px;
    }
    /*---------FOOTER---------*/
    footer {
        padding: 50px 0 30px 0;
    }
    footer img {
        padding-bottom: 0px;
    }
    footer .copy {
        display: none;
    }
    footer .adresse {
        padding-top: 0;
    }
    footer .copy2 {
        display: block;
        font-size: 11px;
        font-family: 'Playfair Display', serif;
        padding-top: 20px;
    }
    footer .copy3 {
        padding-top: 0px;
    }
    .oben {
        bottom: 0%;
        right: 50px;
    }
    /*---------Förderung---------*/
    #forderung #forderbereich .forderbox ul li h2 {
    font-size: 35px;
    line-height: 45px;
    padding-top: 30px;
    }
    #forderung #forderbereich .forderbox {
    padding: 20px 0 65px 0;
    }
    #forderung .gesuch {
    margin-top: 50px;
    margin-bottom: 65px;
    }
    #forderung .gesuch img {
    padding-bottom: 25px;
    }  
    #forderung .gesuch p span a .ligne {
    width: 100%;
    }
    #forderung #forderbereich {
    margin-top: 50px;
    }
    #forderung #intro h2, #tatigkeit #intro h2, #geschichte #intro h2, #zuwendungen #intro h2, #engagement #intro h2 {
    font-size: 57px;
    line-height: 67px;
    }
    #forderung #forderbereich .forderbox ul li .weitere {
    font-size: 35px;
    line-height: 45px;
    }
    #forderung .gesuch h2 {
    font-size: 35px;
    line-height: 45px;
    }
    #forderung .introbaum h2 {
        font-size: 45px !important;
        line-height: 55px !important;
      }
    #forderung .alleArtikel{
        font-size: 35px;
        line-height: 45px;
    }
    #forderung .mailtobaum .columns, #forderung .projektweb .columns{
        position: relative;
    }
    #forderung .alleArtikelsec .ligne {
        bottom: -10px;
    }
    /*---------Tatigkeit---------*/
    #tatigkeit #wohnenImAlter h2, #tatigkeit .altersgerecht h2, #engagement .rat h2, #engagement #geschaftstelle h2 {
    font-size: 35px;
    line-height: 45px;
    padding-top: 30px;
    }  
    #tatigkeit #wohnenImAlter {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 0 50px 0;
    }
    #tatigkeit .altersgerecht ul li .ligne {
    left: -13px;
    }  
    #tatigkeit .altersgerecht ul{
    padding:15px 0 10px 10px;
    }  
    #tatigkeit .altersgerecht ul li{
    padding-left:10px;
    }   
    /*---------Zuwendungen---------*/
    #zuwendungen #intro .kleintexte, #zuwendungen #intro p{
    padding:5px;
    }
    #zuwendungen #intro .testament h2{
    padding-top:35px;
    }
    #zuwendungen .testament p span a .ligne {
    padding:0;
    width: 184px;
    }
    #zuwendungen #intro {
    margin-bottom: 40px;
    }
    #zuwendungen #iban {
    padding: 40px 0;
    }
    #zuwendungen #iban h2 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 25px;
    }
    #zuwendungen #iban #ibannummer {
    font-size: 24px;
    }  
    #zuwendungen .danke {
    padding: 50px 0;
    }
    /*---------Blog---------*/
    #blogPage #blog h2 {
    font-size: 60px;
    padding-bottom: 50px;
    padding-left:15px;
    }
    #blogPage #blogPageNummer ul {
    padding-left: 40%;
    }
    /*---------Blog inside---------*/
    .blogPageInside .news .datum {
    padding: 0px 0 10px 0;
    }
    .blogPageInside #blog h5 {
    margin:10px 0;
    }
    .blogPageInside #blog .share {
    margin-top: 59px;
    }
    .blogPageInside .texte p span a .ligne {
    width: 100%;
    }
    .blogPageInside .texte {
    padding-bottom: 50px;
    }
    .blogPageInside .prevAlter p {
    line-height: 18px;
    font-size: 14px;
    position: absolute;
    top:40px;
    left:20px;
    }

    .blogPageInside .nextBaum p {
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top:40px;
    left:20px;
    }
    .blogPageInside .nextprev img {
    height: 20px;
    }
    /*---------Engagement---------*/
    #engagement .imageEngagement {
    margin-bottom: 50px;
    }
    #engagement .daniel p, #engagement .daniel p span a {
    font-size: 20px;
    line-height: 30px;
    }
    #engagement .daniel p span a .ligne {
    width: 100%;
    }   
    #engagement #geschaftstelle {
    padding-bottom: 50px;
    }
    #engagement .rat h2{
    padding-top: 50px;
    }
    #engagement .rat p {
    padding-bottom: 30px;
    }
    #engagement .rat {
    margin-bottom: 50px;
    }
    #engagement .down {
    padding-top: 0;
    }
    #engagement .victoire{
        display: none;
    }
    #engagement .down {
        padding-bottom: 0;
    }
    /*---------Geschichte---------*/
    #geschichte .bildlinks img {
    padding-top: 0;
    }
    #geschichte .bildrechts {
    margin-top: 20px;
    }
    #geschichte .ersteklein {
    padding-top: 0px;
    }
    #geschichte .rosy {
    padding: 20px 0;
    }
    #geschichte #geschichteweiter {
    padding-bottom: 50px;
    }   
    /*---------Map---------*/
    .map p {
    padding-top: 20px;
    }
    .map {
    padding-bottom: 50px;
    }
}



/* ===========
    Tabelle Medium min-width 720px max-width 1024px
   ======= */

@media (min-width: 40em) and (max-width: 64em) {
    /*---------HEADER---------*/
    header .desktopnav {
        display: none;
    }
    header .ligne {
        width: 40px;
    }
    #home header h1 img {
        margin-top: -65px !important;
        padding-left: 7px;
    }
    .headersmall {
        background-size: 215vw;
         margin-bottom: 35px;
    }
    .headersmall li a {
        color: #363636;
    }
    .headersmall .stiftunglink .untermenuhome {
        position: relative;
        opacity: 1;
        background: none;
        padding: 0;
        padding-bottom: 0px;
        padding-left: 18px;
    }
    header ul.untermenu {
        padding-left: 18px !important;
    }
    .headersmall ul {
        margin-top: 0px;
    }
    .headersmall .stiftunglink .untermenuhome li a {
        color: #363636;
    }
    .headersmall h1 img {
    padding-left: 12px;
}
    /*---------Burger menu Mobile---------*/
    .c-hamburger {
        margin-top: 52px;
        margin-left: 67%;
    }
    .headersmall .c-hamburger {
        margin-left: 165%;
    }
    #burgermenu {
        display: block;
    }
    .mobilenav {
        background: #FFF8EF;
        position: absolute;
        transform-origin: right;
        right: 5%;
        display:none;
        transition: .4s ease-out;
        padding: 15px;
    }
    #burgermenu .mobilenav ul li {
        font-size: 20px;
        margin: 10px 15px 0 0;
        display: block;
    }
     /*---------INTRO---------*/
    #intro p,
    #intro span, .introbaum li {
        font-size: 30px !important;
        line-height: 40px !important;
        padding-top: 5px;
        padding-bottom: 30px;
        font-family: 'Playfair Display', serif;
    }
    #home #intro{
        padding-top:20px;
        padding-bottom: 20px;
    }
    #intro {
    padding-top: 30px;
    }
     /*---------Aktuelles---------*/
    #aktuelles .aktuellestitel {
        font-size: 20px;
        padding-top: 20px;
    }
    #aktuelles .news {
        padding: 40px 20px 40px 45px;
    }
    .news h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .news .datum {
        font-size: 25px;
        padding-bottom: 15px;
        padding-top: 5px;
    }
    .news p {
        font-size: 25px;
        line-height: 36px;
    }
    .alleArtikelsec .ligne {
        width: 213px;
        margin-left: -113px;
    }
    .alleArtikelsec {
        padding: 50px 0;
    }
    .alleArtikelsec p {
        font-size: 40px;
    }
    footer img {
    width: 300px;
    padding-bottom: 50px;
    }
    /*---------Forderung---------*/
    #forderung #intro h2, #tatigkeit #intro h2, #geschichte #intro h2, #zuwendungen #intro h2, #engagement #intro h2 {
    font-size: 60px;
    line-height: 70px;
    }
    #forderung #forderbereich .forderbox ul li h2 {
    font-size: 40px;
    line-height: 50px;
    } 
    #tatigkeit #wohnenImAlter {
    margin-top: 50px;
    }
    /*---------Zuwendungen---------*/
    #zuwendungen #intro .kleintexte, #zuwendungen #intro p{
    padding:5px;
    }
    #zuwendungen #intro .testament h2{
    padding-top:35px;
    }
    #zuwendungen .testament p span a .ligne {
    padding:0;
    width: 184px;
    }
    #zuwendungen #intro {
    margin-bottom: 40px;
    }
    #zuwendungen #iban {
    padding: 40px 0;
    }
    #zuwendungen #iban h2 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 25px;
    }
    #zuwendungen #iban #ibannummer {
    font-size: 25px;
    }  
    #zuwendungen .danke {
    padding: 50px 0;
    }
    #zuwendungen .danke h2 {
    text-align: left;
    }
    /*---------Blog---------*/
    #blogPage #blog h2 {
    padding-bottom: 50px;
    padding-left:15px;
    }
    /*---------Blog inside---------*/
    .blogPageInside .news .datum {
    padding: 0px 0 10px 0;
    }
    .blogPageInside #blog h5 {
    margin:10px 0;
    }
    .blogPageInside #blog .share {
    margin-top: 59px;
    }
    .blogPageInside .texte p span a .ligne {
    width: 100%;
    }
    .blogPageInside .texte {
    padding-bottom: 50px;
    }
    .blogPageInside .prevAlter p {
    line-height: 30px;
    font-size: 25px;
    }
    .blogPageInside .nextBaum p {
    font-size: 25px;
    line-height: 30px;
    padding-left:25px;
    }
    .blogPageInside .nextprev img {
    height: 20px;
    }
    .blogPageInside .nextBaum p {
        right: 20px;}
    /*---------Engagement---------*/
    #engagement #geschaftstelle h2{
    padding-top: 50px;
    }
    #engagement .rat h2{
    padding-top: 50px;
    }
    #engagement .rat p {
    padding-bottom: 30px;
    }
    #engagement .rat {
    margin-bottom: 50px;
    }
    #engagement .daniel p span a .ligne {
    width: 100%;
}
    /*---------Geschichte---------*/
    #geschichte .bildrechts {
    margin-top: -500px;
    }
    #geschichte .ersteklein {
    padding-top: 0px;
    }

    #geschichte .rosy {
    padding: 85px 0 55px 0;
    }
    #geschichte .g1943{
        padding-top:50px;
    }
    #geschichte .bildlinks img {
    padding-top: 25px;
    }
    #geschichte #geschichteweiter {
    padding-bottom: 100px;
    }
    .map p {
    padding-top:40px;
    }
}


/* ===========
   Large Screens  min-width 1024px and max-width 1824px
   ======= */

@media (min-width: 64em) and (max-width: 114em) {

    /*Header*/
    header nav ul li {
        display: inline-block;
        font-family: "LL Brown Bold Web";
        font-size: 20px;
        padding-left: 25px;
        right: 0;
        text-align: right;
    }

    header nav ul {
        text-align: right;
    }

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






/**** Gilbert Nigg ***/
#leitbild {
    padding-bottom: 90px;
    background: #FFF8EF;
}
#leitbild h2 {
	font-size: 45px;
    padding-top: 80px;
    line-height: 50px;
}
#leitbild p {
	font-size: 20px;line-height: 30px;font-family: 'LL Brown light Web';letter-spacing: -0.1px;
	margin-bottom: 1rem;
}
@media screen and (max-width: 40em) {
	#leitbild {
	    padding-bottom: 50px;
	    background: #FFF8EF;
	}
	#leitbild h2 {
		font-size: 35px;
		line-height: 45px;
		padding-top: 30px
	}
}
@media screen and (min-width: 40em) {
	#leitbild .twocols {
		column-count: 2;
		column-gap: 40px;
	}
}