body {
 hyphens: auto;
}
.osm-plan .osm-pricing-table .osm-plan {
    border-radius: 5px;
    text-align: center;
  background-color: #f3f3f3;}
.osm-plan .osm-plan-price {
    background: #5787ae;
    color: #fff;
  padding: 20px 0 10px;}
.osm-plan .osm-plan-price .price span {
    font-size: 30px !important;
    font-weight: 500;
}
.btn-info {background-image: linear-gradient(to bottom,#e5e6e6,#c0c2c3) !important;
background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border-color: #2f96b4 #2f96b4 #1f6377;
}
.osm-pricing-table .btn-singup {
    padding: 8px 8px !important;
}
.xfooter {background-color: #334e64 !important;}
/* Hover funktioniert nicht */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #f1f2f4 !important;
    *background-color: #002674 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #f1b401 !important;
  *background-color: #f1b401 !important;
}
.btn-info {
  background-image: linear-gradient(to bottom,#9ec3cc,#9ec3cc) !important;
  }
.tags a.btn:hover {
  background-color: #F1B401 !important;
  transition: 0.7s;
}