/* Mobile Menu komplett klickbar*/
.mobilemenuck-togglericon::after {
    background: none !important;
    width: 100% !important;
    text-align: right !important;
    margin-right: 5px;
}

/* outline-color */
.form-control:focus {
  color: #22262a;
  background-color: white;
  border-color: #ff0000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.25);
  
  