/*!
 * Ergänzung zum Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
 
 /* Schriftfarbe und Hintergrundfarbe */

body {
font-family: verdana;
color: #636363;
background-color: #ffffcc;
}


h1
{
  font-size: 1.3em;
  margin-top: 0.67em;
  margin-right: 0px;
  margin-bottom: 0.67em;
  margin-left: 0px;
}


}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
	margin-right: 10%;
  }
}

@media (max-width: 1202px) {
 .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
	margin-right: 30%;
  }
}


/* padding-left = Abstand zwischen Logo und Menü*/
.navbar-collapse {
  overflow-x: visible;
  padding-right: 1px;
  padding-left: 16%;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* Footer */

 .footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: #FFC;
  text-align: left;
}

