
.auflistungAktuelles, .newsarticle {
display:block;
width:80%;
margin:0 auto;
}

.listelementAktuelles {
width: 80%;
height: auto;
top: 0vh;
margin: 0 auto 100px auto;
position: relative;
display: block;
z-index: 90;
text-align:right;
}

.listelementAktuelles:nth-child(even) {

text-align:left;
}

.listelementAktuelles h3 {
margin-top:0;
padding: 15px 3% 15px 4%;
font-size: 1.5em;
background-color: rgba(250,250,250,.9);
margin: 0;
text-align:left;
border-bottom: 2px solid #e5002d;
}

.listelementAktuelles p {
margin-top:0;
padding: 15px 3% 15px 4%;
font-size: 1.0em;
text-align:left;
background-color: rgba(240,240,240,.9);
margin: 0;
border-bottom: 0px solid #e5002d;
}

.listelementAktuelles p.more {
margin-top:0;
padding: 10px 3% 10px 4%;
font-size: 1.0em;
background-color: rgba(250,250,250,.9);
margin: 0;
text-align:right;
border-bottom: 0px solid #eaff37;
}
.listelementAktuelles p.more a {
display:block;
}
.listelementAktuelles p.more a .color {
color:#e5002d;
}

.listelementAktuelles img {
width:40%;
position: relative;
}

ul.pagination {
display:none;
list-style:none;
margin:20px 0 20px 0;
padding:0;
}