/* Hintergrundfarbe setzen */
body.site.fluid {
  background-color: #fffff1;
}

/* blendet Details bei Dateum Artikel erstellt / veröffentlicht aus */
dt.article-info-term {
  display: none;
}

/* blendet Details bei Dateum Artikel erstellt / veröffentlicht aus */
span.icon-calendar {
  display: none;
}


/* beeinflusst Abstand der Überschrift in den Blog-Menüs */
.page-header {
	padding-bottom: 0px;
	margin: 30px 0px 18px 0px;
	border-bottom: 1px solid #eee;
}

body.h2 {
	color: #0000ff
    padding-bottom: 0px;
    margin: 30px 0px 18px 0px;
	border-bottom: 1px solid #eee;
}


headline.h2 {
	padding-bottom: 0px;
	margin: 30px 0px 18px 0px;
	border-bottom: 1px solid #eee;
}

/* Hamburger Menu aus Protostar-Template ausblenden */
a.btn.btn-navbar.collapsed {
  display: none;
}

/* Linien oberhalb und unterhalb Menu ausblnden */
nav.navigation {
  border-bottom: none;
 }


