.mitglieder_beitrag_container{
	width: 500px;
	margin-top:0.5em;
	margin-bottom: 3em;
}
.mitglieder_beitrag_container h5{
	margin-top: 1em;
}
.mitglieder_beitrag_container h4{
	    font-family: 'Roboto';
    font-weight: 400;
    background: var(--alertBrownLight);
    background: var(--alertRed);
    border-radius: 500px;
    color: white;
    padding: 4px 10px;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

@media screen and (max-width: 540px){
	.mitglieder_beitrag_container{
		max-width: 100%;
	}

	.mitglieder_beitrag_container h4,
	.mitglieder_beitrag_container .liste_item_container {
		border-radius: var(--borderRadius_5px);
	}

}
