
body{
    background-color: #333;
}

.tabbutton.active,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover{
    
    background-color:#ed1c24 !important;
  border-color: #ed1c24 !important;
}

.btn-outline-primary {
  color: #ed1c24;
  border-color: #ed1c24;
}

.bg-d {
  background: #E6E6E6;
background: linear-gradient(0deg,rgba(230, 230, 230, 1) 0%, rgba(250, 250, 250, 1) 0%, rgba(220, 220, 220, 1) 99%);
  border-radius: 15px;
  border: 3px solid rgba(200, 200, 200, 1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 5px;
}


#eingabetext::placeholder,
.eingabefeld::placeholder{
    color: rgba(226, 30, 34, 0.5) !important;
    
}
#eingabetext:focus,
.eingabefeld:focus{
    border: 1px solid rgba(226, 30, 34, 0.5);
    outline: none ;
}
.text-farbe{
    color: #333;
}

.help {
  color: #ed1c24;
  text-decoration: none;
}

select {
  color: #ed1c24 !important;
}

.btn-light{
    color: rgba(226, 30, 34, 0.9);
}

.imp{
    color: #ed1c24;
  text-decoration: none;
}

.farbverlauf{
    background: linear-gradient(0deg,rgba(184, 184, 184, 1) 0%, rgba(250, 250, 250, 1) 100%);
    /*background: linear-gradient(0deg,rgba(230, 230, 230, 1) 0%, rgba(250, 250, 250, 1) 0%, rgba(220, 220, 220, 1) 99%);*/
}

.formimport{
    
}