/* 20230426 - zusammen mit ChatGPT bearbeitet */
/* Set the body background and text color */
body {
  background-color: #1E385B;
  color: #FFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:83%;
  margin-top:1px;
  margin-bottom:1px;
  margin-left:1px;
  margin-right:1px;
  padding: 0;
}

/* Style the links */
a:link, a:visited {
  color: #FFF;
  text-decoration: none;
}

a:hover, a:active {
  color: #F0F;
  text-decoration: underline;
}

/* Style the tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1px;
}

th, td {
  padding: 3px;
  text-align: left;
  border-bottom: 1px solid #FFF;
}

th {
  background-color: #FFF;
  color: #1E385B;
}

/* Set the maximum width of the content and center it horizontally */
.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Set the font size and line height for smaller screens */
@media screen and (max-width: 1400px) {
  .zeilenname{
    writing-mode: vertical-rl;
    width: 3.5em;
    font-size: 10px;
    line-height: 1.1;
  }
}
