html {
  height: 100%;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #dddddd;
    background: #000;

	
}

.body .container {
  	border-radius: 0px;
	background: #000000;
  	padding: 0px;
  	margin-top: -60px;
}


.header-inner.clearfix {
    z-index: 20;
    position: relative;
	float: left;
  	transform: rotate(-2deg);
  	margin-top: -10px;
}

.page-header {
  	border: none;
}

.brand.pull-left {
    width: 200px;
    position: relative;
    background: #000;
    border-radius: 125px;
    padding: 25px;
  	border-bottom: 4px solid #4bdd4b;
	margin-top: -90px;
	margin-left: 10px;
}

.navigation {
    padding: 5px 0 5px 40px;
    margin-bottom: 10px;
	margin-left: -30px;
  	border: none;
  	float:left;
  	position: relative;
  	top: 10px;
}

.nav-pills > li > a {
  	color: #ddd;
  	font-size: 1.2em;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus, .nav > li > a:hover, .nav > li > a:focus {
    color: #dddddd;
  	background: none;
    text-decoration: underline;
  	color: #4bdd4b;
}

.banner_desktop img {
    margin-top: -30px;
  width: 100%;
}

.banner_desktop {
    height: 300px;
	overflow: hidden;
}

.main_content {
    background: #000;
    position: relative;
  	padding: 20px;
}

.schreageleiste {
    height: 80px;
    background: #000;
    transform: rotate(-2deg);
    margin-top: -40px;
    width: 110%;
}

.well.aktuelletermine {
	-webkit-box-shadow: 0px 0px 15px 7px #4bdd4b; 
	box-shadow: 0px 0px 15px 7px #4bdd4b;
  	background: none;
  	border: none;
}

.category-module.aktuelletermine.mod-list {
    margin: 0;
    list-style-type: none;
}

.category-module.aktuelletermine.mod-list li {
	padding-bottom: 8px;
}

.category-module.aktuelletermine.mod-list li a{
	color: #fff;
}

