header {
  position: sticky;
  top:0;
  background: lightblue;
  text-align: center;
  z-index: 9999999;
}

.no-deco {
  color: #2e2b2b;
  text-decoration: none;
}



.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
	pointer-events: none;
}

.card-body {
white-space: wrap;
overflow: hidden;
text-overflow: ellipsis;
}

.bh150 {
  height: 150px;
}

.bh200 {
  height: 200px;
}

.bh300 {
  height: 300px;
}

.bh400 {
height: 400px;
}

.bg-green {
  background: rgba(17, 225, 129, 1)
}

.bg-orange {
  background: rgba(253, 206, 15, 1)
}

.subtext {
  font-size: 0.85rem;
}
.itemtitel {
  font-size: 1.1rem;
  font-weight: 900;
}