#datefix * {
  font-family: "Roboto", sans-serif !important;
}

#datefix .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#datefix a {
  color: #015a98 !important;
}

#dfx-terminbox {
  margin-bottom: 30px;
  margin-top: -30px;
}
#dfx-terminbox * {
  font-family: "Poppins", sans-serif;
}
.dfx-terminbox.row > div {
  margin-top: 30px;
}

.dfx-terminbox-item {
  margin-top: 0;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
  box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
}
.dfx-terminbox-item > div:first-child {
  font-size: 13px;
  margin-bottom: 5px;
  color: #999;
}
.dfx-terminbox-item .dfx-terminbox-titel {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.dfx-terminbox-item .dfx-terminbox-mehr {
  margin-top: 20px;
}
.dfx-terminbox-item .dfx-terminbox-mehr > a {
  font-weight: 600;
  fill: #000000;
  color: #000000;
  background-color: #adc80a;
  font-size: 14px;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.dfx-terminbox-item .dfx-terminbox-mehr > a:hover {
  color: #050505;
  background-color: #99b805;
}