/* Grau #b1b2af */

body {
  margin: 0;
  padding: 0;
  background-color: #fff !important;
}
.card-header-middle {
  border-top-color: var(--bs-border-color-translucent);
  border-top-width: 1px;
  border-top-style: solid;
}
.header, footer {
  background-color: #ba1310;
  height: 60px;
}
h1 {
  text-transform: uppercase;
}
.ausfuell-hinweiss {
  color: #606060;
}
.kurzbezeichnung {
  border-top: 1px solid #ba1310;
  border-bottom: 1px solid #ba1310;
  color: #ba1310;
  margin-bottom: 2em;
}
.text-my-center {
  text-align: center;
  margin: 0.5rem;
}
.text-footer-center {
  text-align: center;
}
.frage {
  background-color: #F6F6F6;
  padding-bottom: 1em;
}
.frage strong {
  color: #ba1310;
}
label {
  float: left;
  padding: 0 1em;
  text-align: center;
  font-size: 20px;
}

.frage-titel {
  font-size: 20px;
}

.frage-radio {
  transform: scale(2);
}

.btn-outline-danger {
  color: black;
  border-color: black;
}

.footer-links a {
  color: white;
  margin-left: 20px;
  font-size: 16px;
}

.my-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

/**
 * Farbe Radio Buttons und Absende Button.
 */

.btn-outline-secondary {
  background-color: #b1b2af !important;
  border-color: #b1b2af !important;
  color: black !important;
  text-decoration: none !important;
  font-weight: 200 !important;
}

btn-outline-secondary,
.btn-secondary {
  background-color: #ba1310 !important;
  border-color: #8c0e0b !important;
  color: white !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

.btn-outline-secondary:hover,
.btn-secondary:hover {
  background-color: #ba1310 !important;
  color: black !important;
}

btn-outline-secondary:hover {
  background-color: #ba1310 !important;
  color: black !important;
}

.btn-secondary:hover {
  background-color: #8c0e0b !important;
  color: white !important;
}

.btn-outline-secondary:active,
.btn-secondary:active {
  background-color: #ba1310 !important;
  color: black !important;
}

.btn-outline-secondary:checked,
.btn-secondary:checked {
  background-color: #ba1310 !important;
  color: black !important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: #ba1310 !important;
  color: black !important;
}