body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}
body {
    background-color: #ffeda3;
    margin: 10px;
}
h1 {
    font-size: 16px;
    color: #666666;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    font-size: 14px;
}

.container {
    width: 600px;
    margin: 0 auto;
}

.hr-separator {
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #666666;
}
.nav-container {
    margin: 10px;
    float: left;
}

.image-bordered {
    border: 1px solid #ccc;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #fff;
    border: 1px solid #ccc;
}

th, td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

th {
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    border-bottom: 2px solid #666666;
}

tr:nth-child(even) {
    background-color: #fafafa;
}

tr:hover {
    background-color: #f0f0f0;
}

/* Erste Spalte hervorheben */
td:first-child {
    font-weight: bold;
    background-color: #fff9e6;
}

@media only screen and (max-width: 600px) {
    .container {
        width: 100%;
        padding: 0 1rem 0 0;
    }
    .nav-container {
        float: none;
        width: 100%;
    }

    table {
        font-size: 11px;
    }

    th, td {
        padding: 8px 6px;
    }

    /* Horizontales Scrollen für sehr kleine Bildschirme */
    .table-container {
        overflow-x: auto;
        margin: 10px 0;
    }

    /* Alternative: Stapelansicht für sehr kleine Bildschirme */
    .table-stacked {
        display: block;
        width: 100%;
    }

    .table-stacked thead {
        display: none;
    }

    .table-stacked tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        background-color: #fff;
        padding: 10px;
    }

    .table-stacked td {
        display: block;
        text-align: left;
        border: none;
        padding: 5px 0;
        position: relative;
        padding-left: 40%;
    }

    .table-stacked td:before {
        content: attr(data-label) ": ";
        position: absolute;
        left: 0;
        width: 35%;
        font-weight: bold;
        color: #666666;
    }
}

/* Zusätzliche Utility-Klassen */
.table-container {
    margin: 20px 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Anpassung für das bestehende Container-Layout */
.container table {
    max-width: 100%;
}

/* Link styling */
a {
  color: #004466;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #004466;
}

a:hover,
a:active {
  color: #002a3d;
  text-decoration: underline;
}

/* Reset link weight for navigation links */
.nav-container a,
.nav-container a:visited,
.nav-container a:hover,
.nav-container a:active {
  font-weight: normal;
}

/* Link styling */
a {
  color: #004466;
  text-decoration: none;
}

a:visited {
  color: #004466;
}

a:hover,
a:active {
  color: #002a3d;
  text-decoration: underline;
}
