#start {
  background-image: linear-gradient(#def0f4, #ffffff);
}
#start .otherApps {
  display: none;
}
.navbar {
  border-bottom: 5px solid #def0f4;
}
ul.tabrow li.selected {
  background-color: #def0f4;
  border-bottom: 1px solid #def0f4;
}
ul.tabrow li:hover {
  background-color: #def0f4;
}
#eanvFooter {
  border-top-color: #def0f4;
}
.dataTable th {
  background-color: #def0f4 ! important;
}
.panel-default .panel-heading {
  background: #def0f4 ! important;
}
.active-tab > a,
.active-tab > a:hover {
  background-color: #def0f4 ! important;
}
#selectTeilnehmerDropdown {
  background: #def0f4;
}
.btn-kachel > .svg {
  fill: #337ab7;
}
.btn-kachel .badge {
  background-color: #337ab7;
}
.btn-kachel-1 {
  display: none;
}
.btn-kachel-3 {
  display: none;
}
.btn-kachel-5 {
  display: none;
}
.currentApp-withimg .currentAppMain {
  min-height: 435px;
}
.currentApp .moreOptions {
  position: relative;
  top: auto;
  margin-top: 25px;
}
#start .firmenlogo {
  top: -15px;
  left: 0px;
  cursor: default;
  background: url(img/firmenlogo.png) no-repeat left top;
  width: 154px;
  height: 55px;
}
#start .currentApp-withimg {
  background: url(img/currentAppBg_Custom.png) no-repeat left 60px #ffffff;
}
.link-agb {
  display: none;
}
@media (min-width: 768px) {
  #content {
    background: right 0px top 0px url('img/firmenlogo.png') no-repeat;
  }
  #content h1 {
    margin-bottom: 25px;
  }
}

