:root {
  --rot: 226, 0, 26;
  --accessgrau: 112, 114, 116;
  --dunkelgrau: 50, 55, 60;
  --accessrot: 215, 0, 22;
  --current: var(--accessrot);
  --secondary: var(--dunkelgrau)!important; }

.imghead {
  width: 100%;
}

a.navbar-brand img, a.navbar-brand {
  width: 80%;
}
main a {
  color: rgba(var(--accessrot));
}
main a:hover, main a:active {
  color: rgba(var(--accessrot), .5);
}


.menu-buttons {
  margin-top: -3rem
}

.schalter {
  padding: .1rem;
}
.schalter button{
  padding: .1rem;
  background-color: #a6a8a9;
  border-color: #a6a8a9;
  color: #fff;
  line-height: 41px;
}

.schalter a {
  color: rgba(var(--rot));
  text-decoration: underline;
}

.bu-below {
  background-color: #fff;
  padding: 1rem;
}

#head-l {
  text-align: left;
}

#head-m {
  text-align: center;
  display: none;
}

#head-r {
  text-align: right;
}

footer {
  color: #fff;
}

footer a, footer a:hover {
  color: #fff;
}

footer .yeslink a {
  text-decoration: underline;
}

#current {
  /* background-color: #5a6268; */
  /* border: 1px solid #5a6268; */
}

.kos img {
  width:100%;
  margin: 0 0 1rem 0;
  border: 1px solid #ddd;
}

.fon, .fon:hover  {
  color: #000;
  text-decoration: none;
}

.link-in {
  /* color: #777; */
}

.content a, .email, .email:hover  {
  color: #000;
}

.br-norm {
  display: none;
}

.foot-img {
  width: 50%;
}

@media ( min-width : 576px) {
  .mal {
    margin-left:-1rem
  }
}

@media ( min-width : 992px) {
  .bu-below {
    min-height: 29rem;
  }
  #head-m {
    display: block;
  }
  .br-norm {
  display: block;
  }

  .br-mobile {
  display: none;
  }

}

@media ( min-width : 1200px) {
  .bu-below {
    min-height: 20rem;
  }
}

/* Accessibility */
table caption {
  color: inherit;
  font-weight: bold;
}
tr.blindheader {
  font-size: 1pt;
  opacity: 0;
  position: absolute;
}
h1, h2, h3 {
  color: rgba(var(--rot))!important;
}
.h4, .h5, .h6 {
  color: rgba(var(--accessrot))!important;
}
