/*==== boxes - start ====*/
#mainBoxes{
	margin-bottom : 30px;
}
#mainBoxes .row{
	margin : 0px -15px;
}
#mainBoxes .box{
	padding : 0px 15px;
	margin : 20px 0px;
}
#mainBoxes .boxText, #mainBoxes a{
	font-size : 26px;
	font-weight : 800;
	margin-bottom : 20px;
	color : #292929;
}
#mainBoxes a:hover{
	color : #111111;
}
#mainBoxes .boxText{
	margin-top : 20px;
}
#mainBoxes .box img{
	width 	: 100%;
	height 	: auto !important;
	margin-bottom : 20px;
}

#startseitenText img{
	/* padding-right : 20px; */
	/* max-width : 50%; */
	/* margin-top : -20px; */
}
/*==== boxes - start ====*/
	/*== News - Start == */
#jqnewsVert .newsdiv{display : block; padding : 20px; border : none;}
#jqnewsVert .slick-list{border : none;}
#jqnewsVert h1{font-family:Arial; font-size: 16px;color:#ffffff;padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}

.newstext{margin : 20px 0px; font-size : 14px;}
.newstext p{margin-bottom : 0px;}
.newsname, .newsdate {font-weight: 800; font-size : 14px; line-height : 16px; margin : 0px 0px 10px 0px;}
.newsname{font-size : 26px; line-height : 28px;}
.newsdate {font-size : 18px; line-height : 20px; margin : 10px 0px 0px 0px;}

.newBlockContent > a {display: none;}
.newBlockContent .newstext a {color: #000000; margin : 20px 0px 10px 0px; display : block; line-height : 18px; font-weight: 600;}
.newBlockContent .newstext a span{display : inline-block; margin-top : 5px; float:left;}
.newBlockContent .newstext a i{float:left;}

#newsBox {
    background: transparent;
    border : none;
    height: 270px;
    margin-bottom: 30px;
    margin-top: 30px;
}
	/*== News - End == */
/*====== Anpassung für handies ======*/
@media(max-width:1199px){
	#mainBoxes .row{
		margin-right : 0px !important;
	}
}