
.thumbnail {
	padding:0 !important;
	border:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	margin-bottom: 0px;
	/* margin-bottom: 0px wichtig für Abstand unter Bildern im Beitrag*/
}
.module-title {
    background: #eeeeee;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
	margin: -1px;  /*-7*/
	margin-bottom:0px;
	border-radius: 4px;
}
.module_graylighter {
background-color: #eeeeee !important;
padding: 6px;
border-radius: 4px;
}
.module_graylightest {
background-color: #f7f7f7 !important;
padding: 1px;
border-radius: 4px;
}
.module_primary {
background-color: #0077bb !important;
padding: 6px;
border-radius: 4px;
color: #ffffff;
}
.module_secondary {
background-color: #2f773f !important;
padding: 6px;
border-radius: 4px;
color: #ffffff;
}
.module_info {
background-color: #0099cc !important;
padding: 6px;
border-radius: 4px;
color: #ffffff;
}
.article-aside {
    margin-bottom: 0px;
}
.item-page .article-aside {
    margin-bottom: 0px;
}
/* Blog Übersicht: Vertikalen Abstand der einzelnen Beiträge vergrößern */
.col-md-8{
    padding-bottom: 25px;
}  
/* Aktives Menuelement hervorheben */
.t3-sidebar .nav > li > a:active, .t3-sidebar .nav > li.active > a {
    background-color: #eeeeee;
    color: #444444;
}  
.page-masthead .jumbotron-primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}