h2 {
	font-size: 30px;
}

.jumbotron-primary {
	background: #1c1c1c;
}


.t3-sidebar img {
	width: 100%!important;
  height: auto;
}

.t3-mainnav {
border-bottom: 1px solid #282828;
}

.t3-wrapper {
    background: url('https://www.bigband-hofheim.de/images/template-images/music-159865_1280.png') no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


section.t3-copyright, button.off-canvas-toggle {
	display: none;
}

.page-masthead h1 {
	color: #fdf6a6;
}

.page-masthead p {
	color: #d5cd6a;
}

.article-content p {
	line-height: 1.8em;
}

@media(max-width: 768px) {
h2 {
font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
  
  td {
    font-size: 12px;
  }
  .off-canvas-toggle + .container .navbar-header .logo {
    left: 0px!important;
  }
}