*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  border: none;
  color: #383838;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0rem;
}

a {
  outline: none;
  text-decoration: none;
  color: #1658A3;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: 'Noto Sans', sans-serif;
  padding: 0;
  color: #1658A3;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2rem 0 1rem .5rem;
  padding: 0;
}


p {
  margin: 0;
  padding: 0;
}

p a {
  hyphens: none;
}

em {
  font-style: italic;
}

strong,
.strong {
  font-weight: 700;
}

small,
.small {
  font-size: 0.8em;
}

img {
  border: 0;
  width: 100%;
}

video {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

ol,
ul {
  font-weight: normal;
  list-style-position: outside;
  margin: 15px 0 20px 30px;
  padding: 0;
  text-align: left;
}

ol {
  list-style-type: decimal-leading-zero;
}

ul {
  list-style-type: square;
}

li {
  padding: 0 0 8px 0;
}

center,
.center {
  text-align: center;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(8, 56, 120, 0), rgba(8, 56, 120, 0.75), rgba(8, 56, 120, 0));
  margin: 2rem 0;
  padding: 0;
}

div.clear {
  clear: both;
  float: none;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

table.spielplan {
  width: 100%;
  border-collapse: collapse;
}


table.spielplan tr td {
  padding: 1rem;
  border: 2px solid #ccc;
}
 
table.spielplan tr:hover td {
  background-color: #f1f1f1;
}

.ausblenden {
  visibility: hidden;
  display: none;
}