#news{margin: 50px auto 0px auto;max-width: 960px;width: 100%;}
#news .headerbox{width: 100%;overflow: hidden;padding-top: 0px;max-width: 960px;margin: 0px auto 0px auto;}
#news .headerbox h2{margin-top: 0px;}
#news .newsboxes{width: 100%;overflow: hidden;padding-top: 0px;max-width: 960px;margin: -15px auto 0px auto;}
#news .newsboxContainerImage{height: 230px;width: 33%;background-size: cover;background-position: center; float:left}
#news .newsboxContainerImage iframe{height: 230px}
#news .newsboxContainer{float: right;width: 60%;}
#news .newsboxtitelbox{color: #CCCCCC;font-size: 17px;font-weight: 100;margin-bottom: 30px;}
#news .newsoverviewh3{margin-top: 0px;margin-bottom: 0px;color: #000;font-size: 18px;font-weight: 300;}


#news .dtinfo_txt span{width: 98% !important;}
#news .dtinfo_txt{margin-top: 0px;}


.slicknews .newsboxContainer {width: 100% !important;padding: 12px 0px 0px 0px;}
.slicknews .newsboxContainerImage {width: 100% !important;height: 200px !important;background-color: #fff;padding: 55px 30px 0px 30px;color: #fff;background-size: cover;background-repeat: no-repeat;}
.slicknews .privacy-msg{height: 380px !important;}
.slicknews .newsVideo{padding: 0px !important;}
.slicknews .newsVideo iframe{height: 380px !important;}

.slicknews a{color: #fff;}
.slicknews a:hover{color: #555;}

/* --- imp_mobile class muss im mobil theme header hinzugefügt sein */
.imp_mobile #news{padding: 0px 20px;}
.home.imp_mobile #news{padding: 0px 0px;}
.imp_mobile #news .newsboxContainerImage {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center;
    float: none;
	margin-bottom: 20px;
}

.imp_mobile #news .newsboxContainer {
    float: none;
    width: 100%;
}

.imp_mobile #news hr{display: none;}

.slicknews .slick-arrow {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 40%;
    font-size: 45px;
}

@media only screen and (min-width: 1240px) {
#news .arrow-right {
    right: -63px;
	margin-top: 25px;
}

#news .arrow-left {
    left: -80px;
}

}

@media only screen and (max-width: 1240px) {
#news .arrow-right {
    display: none !important;
}

#news .arrow-left {
    display: none !important;
}

}

#news .arrow-color {
    color: #cccccc;
    transition: color .3s;
}

#news .arrow-color:hover {
    color: #6b6b6b;
}