.goonButton:link, .goonButton:visited {
    bottom: -10px;
}

#kurznachrichten {

    margin-bottom: 60px;
}

#kurznachrichten > div > div {
    margin-bottom: 30px;
}

#aktuelles {
    margin-bottom: 60px;
}

#aktListe .aktItem {
    width: 50%;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}

#aktListe .aktItem img {
    max-width: 80%;
    height: auto;
}

#aktListe .aktImg {
    text-align: center;
    margin-bottom: 15px;
}

#aktListe .aktItem h3 {
    height: 50px;
    text-transform: uppercase ;
}

#aktListe .newsLink{
    display:block;
    width:100%;
    text-decoration: underline;
    text-align: center;
    margin-top:5px;
}
#aktListe .newsLink:hover{
    text-decoration: none;
}

.aktItemCont .erstelldatum {
    font-size: 86%;
    text-align: center;
    margin-top:15px
}
.aktItemCont .aktSubText {
    font-size: 86%;
   font-weight: bold;
}

.parallax {
    /* The image used */
    background-image: url("../../images/subsides/home/blumenwiese2.jpg");
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#termine {
    position: relative;
    padding-bottom: 60px;
    padding-top: 45px;
}

#quicktipps a:link, #quicktipps a:visited {
text-decoration: underline;
    display:inline-block;
    margin-top:16px;
}
#quicktipps a:hover {
    text-decoration: none;
}

#aktuelles h2, #termine h2 {
    margin-bottom: 45px;
}

#termine .newsLink{
    display:block !important;
    background:red;
    width:100%;
    text-decoration: underline !important;
    text-align: center;
}

#termine .calItem {
    margin-bottom: 30px;
}

#naturverbundenslogan {
    background-color: rgba(79, 85, 94, 0.6);
    padding-top: 15px;
    padding-bottom: 10px;
}

#naturverbundenslogan h3 {
    color: white;
    font-size: 30px;
    hyphens: none !important;
    word-wrap: normal;
    font-weight: normal;
}

#naturverbundenslogan p {
    color: white;
    font-size: 80%;
}

#naturverbundenslogan hr {
    border-color: white;
    width: 50%;
}

#weihnachtsgruss {
    margin-bottom: 40px;
}

#push a{
    display:inline-block;
}

@media screen and (min-width: 768px) {
    #kurznachrichten > div {
        display: flex;
        justify-content: space-between;
    }

    #kurznachrichten > div > div {
        width: 48%;
    }
}

@media screen and (min-width: 992px) {
    #kurznachrichten {
        flex-direction: column;
    }

    #kurznachrichten > div {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;

    }

    .parallax {
        min-height: 300px;
    }

    /* aktuelles */
    #aktListe, #shortListe {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    #aktListe .aktItem {
        width: 33.333333%;
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #ccc;
        margin-bottom: 50px;
    }

    #aktListe .aktItem img {
        max-width: 50%;
        height: auto;
    }

    #aktListe .aktItem:nth-child(3n) {
        border-right: none;
    }

    #aktListe .aktItem h3 {
        text-align: center;
        font-size: 100%;
        height: 55px;
        font-weight: bold;
    }

    .aktSubText {
        font-size: 86%;
        text-align: center;
    }

    #kurznachrichten {
        margin-bottom: 60px;
    }

    #shortListe {
        width: 75%;
        display: flex;
        justify-content: space-between;
    }

    #shortliste p {
        width: 45%;
    }


    /* termine */
    #terminListe {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    #terminListe .calItem {
        width: 33.333333%;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        margin-bottom: 50px;
    }

    #terminListe .calItem h3 {
        text-align: center;
        font-size: 100%;
        font-weight: bold;
    }
}

@media screen and (min-width: 1200px) {
    #aktListe .aktItem img {
        max-width: 60%;
        height: auto;
    }

    .parallax {
        min-height: 400px;
    }

    #naturverbundenslogan {
        margin-top: 120px;
    }
}

@media screen and (max-width: 1199px) {
    #naturverbundenslogan {
        margin-top: 66px;
    }
}

@media screen and (max-width: 991px) {
    .aktItemCont .aktImg {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .aktItem {
        padding-left: 15px;
    }

    .aktItem:nth-child(2n+1) {
        padding-right: 15px;
        padding-left: 0;
    }

    .calItem {
        width: 50%;
    }

    .calItem {
        padding-left: 15px;
    }

    .calItem:nth-child(2n+1) {
        padding-right: 15px;
        padding-left: 0;
    }

    #naturverbundenslogan {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .aktSubText, .caldate, .callocation, .erstelldatum {
        font-size: 86%;
    }

    #naturverbundenslogan {
        margin-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    #aktuelles, #termine {
        margin-left: 0;
        margin-right: 0;
    }

    #naturverbundenslogan {
        margin-top: 4%;
    }

    #kurznachrichten {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 479px) {
    #naturverbundenslogan {
        margin-top: 20px;
    }

    .aktImg {
        display: none;
    }

    #aktListe .aktItem {
        width: 100%;
        padding: 0;
        margin-bottom: 70px;
    }

    .aktItemCont .erstelldatum {
        text-align: left;
    }

    #aktListe .aktItem h3 {
        height: auto;
        margin-bottom: 15px;
    }

    #aktListe .goonButton:link, .goonButton:visited {
        bottom: -40px;
    }

    .calItem {
        width: 100%;
        padding: 0;
    }

    #naturverbundenslogan {
    }

    #naturverbundenslogan h3 {
        font-size: 30px;
    }

    #naturverbundenslogan p {
        font-size: 80%;
    }
}