header {
    text-align: center;
    vertical-align: middle;
	background-color: #fffcd6;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/gelbegruppe.jpg); 
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;

	width: 100%;
	height: 100;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}


section {
  padding-top: 55px;
  padding-bottom: 55px;
  
}
	


.mainmenu {
	background-color:  lightyellow;
}

/* Styles für die Navbar */
.navbar-default {
	background-color: #fffcd6;
}
.navbar-transparent {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}


.navbar-collapse {
  background-color: lightyellow;
  top:        0px;
  right:      0px;
  width:      250px;
  min-height: 1080px;
  padding-left: 25px;
  position: fixed;
    
  transform: translate3d(275px, 0, 0);
  -webkit-transform: translate3d(275px, 0, 0);
  -moz-transform: translate3d(275px, 0, 0);
  -o-transform: translate3d(275px, 0, 0);
  -ms-transform: translate3d(275px, 0, 0);
  transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);    
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
}
.navbar-open {
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);    
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  z-index: 99;
}
.navbar-toggle {
  display: block;
//  float: none; 
}

#body {
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0px;
  left: auto;
  z-index: 98;
  overflow-x: hidden;
}


/* Menubutton */
.button-close {
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);    
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);

}

.button-open{
  transform: translate3d(-225px, 0, 0);
  -webkit-transform: translate3d(-225px, 0, 0);
  -moz-transform: translate3d(-225px, 0, 0);
  -o-transform: translate3d(-225px, 0, 0);
  -ms-transform: translate3d(-225px, 0, 0);
  transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);    
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0.05, 0.5, 1);
}

li.menu {
  list-style-type: none;
  border-bottom: 1px solid lightgrey;
  padding: 10px 30px;
  margin:  0px 5px 0px 25px;

}

.bg-even {
    background-color: white;
}
.bg-odd {
    background-color: #fffcd6;;
}

.social-media > a {
	padding: 10px 20px 10px 0px;
}

a.scrolldown {
	font-size: 50px;
	color: red;
	width:  50px;
	line-height: 50px;
	height: 50px;
	bottom: 25px;
/*	border-radius:  50%;
	border: 2px solid red;
*/	position: absolute;
}

.footer {
  bottom: 0;
  width: 100%;
  background-color: #fffcd6;
}
