
.newsitem {
    display: none;
}

#ankuendigung {
    display: none;
}

#buttonblock {
    overflow: hidden;
}

#buttonblock a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;

    box-sizing: border-box;
    border: 1px solid #999;
}

.lbanner {
    margin-bottom: 15px;
}

figcaption {
    background: #eee;
    padding: 5px;
}

#coronainfo, h1 {
    text-align: center;
}

#newslist .newsitem h3 {
    font-size: 110%;
    font-weight: bold;

}

#news h4 {
    font-size: 80%;
    font-weight: bold;

}

#info {
    padding-top: 30px;
}

#newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.newsitem {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.newsitem .btn {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 0px;
    z-index: 1000;
    transition: all 0.7s;
}

h1 {
    margin-bottom: 0;
}

#terminabschnitt {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

#termine h2 {
    margin-bottom: 30px;
}

.calItem {
    margin-bottom: 30px;
    width: 100%;

}

.calItem h3 {
    font-size: 120%;
    font-weight: bold;
    color: rgb(68, 68, 68);
}

.goonButton {
    width: 200px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (min-width: 500px) {
    #buttonblock a {
        width: 50%;
        float: left;
    }

    .newsitem {
        width: 48%;
    }

    .calItem {
        width: 48%;
    }
}

@media only screen and (min-width: 768px) {
    #maincontent #news h2 {
        font-size: 30px;
        color: #3bbf56;
    }

    .newsitem {
        width: 32%;
        padding-bottom: 50px;
    }


}

@media only screen and (min-width: 992px) {
    .calItem {
        width: 32%;
    }
}

@media only screen and (min-width: 1200px) {
    .newsitem {
        /* width: 24%; */
        padding-bottom: 50px;
    }


}

