
#news {
    margin-bottom: 60px;
}

#inkuerze {
    margin-bottom: 60px;
}


.newsitem {
    margin-bottom: 30px;
}

.calitem {
    margin-bottom: 30px;
}

.newsitem {
    text-decoration: none;
    color: black;
}

.newsitem:hover {
    background-color: #f0f0f0;
    outline: 1px solid black;
}

.newsitem h3 {
    background-image: url(../../images/layout/news.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 50px;
    color: #1e6557;
    min-height: 45px;
    font-size: 1.5rem;
    text-decoration: underline;
}

.newsitem span, .newsitem span:hover {
    font-size: 0.87rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
}

.calitem h3 {
    color: #1e6557;
    font-size: 1.5rem;
}

.trenner {
    display: none;
}

#terminitems {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#terminitems h3 {
    margin-bottom: 20px;
}

.calitem {
    width: 100%;
}

.highlightitem{
    margin-bottom:1.5em;
    display:none;
}
.highlightitem.shown{
    display:block;
}

#highlight h2{
    display:none;
}
#highlight h2.shown{
    display:block;
}


@media only screen and (max-width: 767px) {
    #newsitems h2, .calitem h3, .calitem .caldate, .calitem .callocation, #inkuerze h2 {
        text-align: center;
    }
}


@media only screen and (min-width: 768px) {

    #terminitems {
        justify-content: space-between;
    }

    .calitem {
        width: 49%;
    }

    .highlightitem {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

}

@media only screen and (min-width: 1200px) {


    .calitem {
        width: 32%;
    }

}
