.ipms-blue {
  color: #006DCC !important;
}
.quadrat:before {
  background-color: #006DCC;
  opacity: 0.3;
  content: "";
  display: inline-block;
}
h1.quadrat:before {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
h2.quadrat:before {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
h3.quadrat:before {
  width: 17px;
  height: 17px;
  margin-right: 3px;
}
.navbar-brand.quadrat:before {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}
.labelkasten {
  width: 85px;
  height: 70px;
  padding: 8.5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  background-size: 40px 40px;
  font-size: 10.5px;
  line-height: 16.5px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
label.labelkasten {
  font-size: 12.5px;
  line-height: 16.5px;
}
.labelkasten.gechecked {
  color: red;
  background-color: #eee;
}
.labelkastensmal {
  height: 30px;
  padding: 5px 5px 5px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  background-size: 30px 30px;
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}
label.labelkastensmal {
  font-size: 12px;
  line-height: 12px;
}
.labelkastensmal.gechecked {
  color: red;
  background-color: #eee;
}
