/*
 * Bitte diese Datei nicht umbenennen!!!
 * Die Frontend Templates laden fix diese Datei (custom-ext.css). Per Import werden dann auch weitere Datei geladen.
 * 
 * - Jede .less Datei wird zu .css konvertiert (siehe http://lesscss.org/ für Dokumentation dieser erweiterten CSS Notation)
 * - Für jede Datei, die Sie in Ihre Webseite integrieren möchten, muss hier ein entsprechendes Input-Statement erstellt werden.
 */

@import "style.css";
.custom_keb {
	margin-bottom:0px !important;
}
.type_footer .custom_keb .image-copyright {
	display: none;
}
.type_footer .attachments .fa {
	color: #FFF;
}
.content.container .col-md-4 {
	background: #f1f1f1;
}
.col-md-8.type_content .col-md-4.newsasset {
	background: #FFF;
}
.content.container .col-md-4 .title {
	font-size: 18px !important;
}
.content.container .col-md-4 .newslist .blog h4.subtitle {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 19px;
	color: #555;
}
.content.container .col-md-4 .newslist .blog-info {
	margin-bottom: 0;
}
.content.container .col-md-4 .blog h2 a {

    line-height: 29px;
}
.content.container  .col-md-4 .newslist .margin-bottom-20 {
    margin: 10px 0;
    
}
.eventlist .row {
    margin-right: 0;
    margin-left: 0;
}


