:root {
  --body-color: #000;
  --body-bg: #eee;
}


.myflexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container-header  {
  background: #fff;
  background-image: none;
}

.container-header .mod-menu {
  color: #000;
  padding: 0;
}

.container-header .navbar-toggler {
  color: #000;
  padding: 0;
}

hr {
  border: 0;
  height: 10px;
  opacity: 100%;
  margin: 0;
  background: linear-gradient(
        90deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 154, 0, 1) 10%,
        rgba(208, 222, 33, 1) 20%,
        rgba(79, 220, 74, 1) 30%,
        rgba(63, 218, 216, 1) 40%,
        rgba(47, 201, 226, 1) 50%,
        rgba(28, 127, 238, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(186, 12, 248, 1) 80%,
        rgba(251, 7, 217, 1) 90%,
        rgba(255, 0, 0, 1) 100%
    );
 }

.container-topbar {
  color: #000;
  padding-bottom: 0em;
}

.navbar-brand {
  color: #000;
  text-align: left; 
  padding-bottom: 0px;
}

td.fitwidth {
    white-space: nowrap;
    text-align: left;
    padding: 0 20px 0 0;
}

table.termine {
  border-collapse: collapse;
  border: 1px solid black;
  table-layout: fixed;
}

table.termine th,
table.termine td {
  border: 1px solid black;
  padding: 10px;
  vertical-align: top;
}

table.termine th:first-child {
  text-align: center;
  width: 20%;
}

.footer .grid-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0.5em;
}