.carousel-inner .item {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}
.noten {
  width:220px;
  margin:0 auto 12px auto;
}
.select-dynamic select {
  width:100%;
  background:#ff0200;
  color:#ffffff;
  margin-bottom:4px;
  border:2px solid #ff0200;
  font-size:0.9em;
  height:41px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.select-disabled select {
  background-color: #fb8e9d !important;
  border-color: #fb8e9d !important;
  color: #fb8e9d;
}
.select-disabled select .caret {
  display:none;
}
.list-group small {
  line-height:1em;
}
.breadcrumb { 
  background:#171b2e;
}
.breadcrumb li {
  padding-top:3px;
  padding-bottom:3px;
}
.breadcrumb a {
  color:#ffffff;
}