.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-standard {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-standard:hover,
.btn-standard:focus,
.btn-standard:active,
.btn-standard.active,
.open > .dropdown-toggle.btn-standard {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-standard:active,
.btn-standard.active,
.open > .dropdown-toggle.btn-standard {
  background-image: none;
}
.btn-standard.disabled,
.btn-standard[disabled],
fieldset[disabled] .btn-standard,
.btn-standard.disabled:hover,
.btn-standard[disabled]:hover,
fieldset[disabled] .btn-standard:hover,
.btn-standard.disabled:focus,
.btn-standard[disabled]:focus,
fieldset[disabled] .btn-standard:focus,
.btn-standard.disabled:active,
.btn-standard[disabled]:active,
fieldset[disabled] .btn-standard:active,
.btn-standard.disabled.active,
.btn-standard[disabled].active,
fieldset[disabled] .btn-standard.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-standard .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-blau {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-blau:hover,
.btn-blau:focus,
.btn-blau:active,
.btn-blau.active,
.open > .dropdown-toggle.btn-blau {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-blau:active,
.btn-blau.active,
.open > .dropdown-toggle.btn-blau {
  background-image: none;
}
.btn-blau.disabled,
.btn-blau[disabled],
fieldset[disabled] .btn-blau,
.btn-blau.disabled:hover,
.btn-blau[disabled]:hover,
fieldset[disabled] .btn-blau:hover,
.btn-blau.disabled:focus,
.btn-blau[disabled]:focus,
fieldset[disabled] .btn-blau:focus,
.btn-blau.disabled:active,
.btn-blau[disabled]:active,
fieldset[disabled] .btn-blau:active,
.btn-blau.disabled.active,
.btn-blau[disabled].active,
fieldset[disabled] .btn-blau.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-blau .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-gruen {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-gruen:hover,
.btn-gruen:focus,
.btn-gruen:active,
.btn-gruen.active,
.open > .dropdown-toggle.btn-gruen {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-gruen:active,
.btn-gruen.active,
.open > .dropdown-toggle.btn-gruen {
  background-image: none;
}
.btn-gruen.disabled,
.btn-gruen[disabled],
fieldset[disabled] .btn-gruen,
.btn-gruen.disabled:hover,
.btn-gruen[disabled]:hover,
fieldset[disabled] .btn-gruen:hover,
.btn-gruen.disabled:focus,
.btn-gruen[disabled]:focus,
fieldset[disabled] .btn-gruen:focus,
.btn-gruen.disabled:active,
.btn-gruen[disabled]:active,
fieldset[disabled] .btn-gruen:active,
.btn-gruen.disabled.active,
.btn-gruen[disabled].active,
fieldset[disabled] .btn-gruen.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-gruen .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-blau-hell {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-blau-hell:hover,
.btn-blau-hell:focus,
.btn-blau-hell:active,
.btn-blau-hell.active,
.open > .dropdown-toggle.btn-blau-hell {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-blau-hell:active,
.btn-blau-hell.active,
.open > .dropdown-toggle.btn-blau-hell {
  background-image: none;
}
.btn-blau-hell.disabled,
.btn-blau-hell[disabled],
fieldset[disabled] .btn-blau-hell,
.btn-blau-hell.disabled:hover,
.btn-blau-hell[disabled]:hover,
fieldset[disabled] .btn-blau-hell:hover,
.btn-blau-hell.disabled:focus,
.btn-blau-hell[disabled]:focus,
fieldset[disabled] .btn-blau-hell:focus,
.btn-blau-hell.disabled:active,
.btn-blau-hell[disabled]:active,
fieldset[disabled] .btn-blau-hell:active,
.btn-blau-hell.disabled.active,
.btn-blau-hell[disabled].active,
fieldset[disabled] .btn-blau-hell.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-blau-hell .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-orange {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-orange .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-rot {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-rot:hover,
.btn-rot:focus,
.btn-rot:active,
.btn-rot.active,
.open > .dropdown-toggle.btn-rot {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-rot:active,
.btn-rot.active,
.open > .dropdown-toggle.btn-rot {
  background-image: none;
}
.btn-rot.disabled,
.btn-rot[disabled],
fieldset[disabled] .btn-rot,
.btn-rot.disabled:hover,
.btn-rot[disabled]:hover,
fieldset[disabled] .btn-rot:hover,
.btn-rot.disabled:focus,
.btn-rot[disabled]:focus,
fieldset[disabled] .btn-rot:focus,
.btn-rot.disabled:active,
.btn-rot[disabled]:active,
fieldset[disabled] .btn-rot:active,
.btn-rot.disabled.active,
.btn-rot[disabled].active,
fieldset[disabled] .btn-rot.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-rot .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-gross {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-klein {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-mini {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-full {
  display: block;
  width: 100%;
}
.btn-full + .btn-full {
  margin-top: 5px;
}
input[type="submit"].btn-full,
input[type="reset"].btn-full,
input[type="button"].btn-full {
  width: 100%;
}