/* Scroll to Top*/
#toTop-right {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	outline:none;
}
#toTop-left {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	left:20px;
	outline:none;
}
#toTop-center {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-20px; /*Feintuning je nach Inhalt */
	outline:none;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

.tab-content {
	padding-top: 20px;
}

.modal-body {
	padding: 0px;
}

.balkenMenu{
  height: 5px;
  width: calc(100% - 30px);
  position: absolute;
  top: 0;
}

.header-logo {
	padding-right: 10px;
}

.highlight pre { 
	background-color: inherit;
}