
.vorstandliste{
	background: rgb(255 255 255 / 80%);
    width: 95%;
    display: inline-block;
}


.img-container {
    width: 40%;
    margin: 5%;
    float: left;
    overflow: hidden; /* verhindert Überlappen */
}

.img-container img {
    width: 100%;
	height: auto;
    transition: transform 0.25s ease-in-out;
    transform-origin: center center;
}

.img-container img:hover {
    transform: scale(1.1);
}

.vorstandliste h2{
    text-align: left;
    font-family: Lobster, cursive !important;
    color: #80ab3d;
    font-size: 2.75vw;
    line-height: 1.25;
    padding-right: 20px;
    margin-bottom: 0;
}

.vorstandliste p{
	text-align: left;
    font-size: 1.5vw;
    font-weight: bold;
}

.vorstandliste p a{
	transition: all 0.3s ease;
    color: #da1356;
    font-size: 1.25vw !important;
}


.vorstandliste p a:hover{
	color: #80ab3d;
}

.vorstand {
	display: inline-flex;
    width: 50%;
    height: auto;
    padding: 0;
    margin-bottom: 2%;
}

.eventlist{
    width: 44%;
    height: auto;
    padding: 0;
    margin: 1%;
    background-color: rgb(255 255 255 / 75%);
    padding: 2%;
    display: inline-block;
}

.eventlist h3{
	margin: 0 !important;
    padding: 0;
	font-size: 2.5vw !important;
    color: #416879;
}

.eventlist h3 p{
	margin: 0 !important;
    padding: 0;
}

.eventlink a{
    transition: all 0.3s;
    background-color: #80ab3d;
    padding: 10px 20px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
	display: inline-block;
}

.eventlink a:hover{
    padding: 10px 30px;
	color: #FFFFFF;
	background-color: #da1356;
}

#social-stream #articleList .newsArticle {
    width: 18vw;
    padding: 1vw;
    display: inline-table;
    background: #FFF;
    border-radius: 25px;
    margin-right: 1vw;
    margin-bottom: 20px;
    text-align: justify;
}

#social-stream .artImage{
	display: unset;
	margin-bottom: 20px;
	margin-right: unset;
    border: unset;
	float: unset;
}

#social-stream .artAuthor{
	display: none;
}

#social-stream .artText{
	display: unset;
	line-height: 1.5;
}

#social-stream .linkMore{
	display: unset;
}

#social-stream .linkMore a, #social-stream .linkMore a:visited{
    background: #CCCCCC;
    color: #000;
    padding: 7px 13px 8px 13px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

#social-stream .linkMore a:hover{
    background: #000000;
    color: #FFFFFF;
}

#social-stream .artImage img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
	#social-stream #articleList .newsArticle {
    	width: 72vw;
    	font-size: 14px;
    	padding: 4vw;
	}

	
}
