@charset "UTF-8";
/* CSS Document */
.brand {
  color: #dd5a3c;
}
.col-sm-3 img {
  padding-top: 5px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.img-topBild {
  margin: 0px;
  width: 100%;
}
.inhalt {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 75px;
  padding: 0px;
}
.nav {
  margin-bottom: 0px;
}
.navbar {
  background-color: #445662;
  margin-bottom: 400px;
}
.nav .nav-tabs .active {
  background-color: aliceblue;
  margin: 0px;
}
body {
  background-color: #d1d5d6;
  margin: 0px;
}
h1 {
  color: #445662;
  font-size: 180%;
}
h2 {
  color: #f26750;
  font-size: 160%;
}
h3 {
  color: #71757e;
  font-size: 140%;
}
img {
  margin: 0px;
}
p {
  padding-top: 1px;
  padding-bottom: 1px;
}