/* Allgemeines */
body {
    margin: 0 0; 
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a {
    color:#fff;
    font-weight: bolder;
}

a:link, a:visited {
  width:auto;
  background-color: black;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  padding: 8px 16px;
  margin: 0 8px 0 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
    background-color:#fff;
    color:#000;
}

.container {
    width:75%; 
    height:75%; 
    margin:80px auto; 
    padding-top:15px;
    padding-bottom:15px;
    text-align: center;
    background-color: rgba(69, 38, 38, 0.6);
    border-radius:10px;
}

.h1 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;   
  text-decoration:underline;
}

.h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;   
}

/*background-color: rgba(69, 38, 38, 0.6);*/
tg  {
    border: 1px solid black;
    border-collapse: collapse;
    text-align:center;
    width:85%;
    margin-left:auto;
    margin-right:auto;
}
tg td {
    overflow:hidden;
    word-break:normal;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}
tg th {
    font-family:Arial, sans-serif;
    font-weight:bold;
    overflow:hidden;
    word-break:normal;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

tr:nth-child(even) {
  background-color: #D6EEEE;
  opacity: 0.8;
}

tr:nth-child(odd) {
  background-color: #81caca;
  opacity: 0.8;
}

.button {
    width:auto;
    height: 38px;
    padding: 8px 16px;
    font-size:17px;
    background-color:#000;
    color:#fff;
    border:#fff solid 1px;
    border-radius: 10px;
}

.button[type="submit"] {
    background-color:#000;
    color:#fff;
    border:#fff solid 1px;
}

.button[type="submit"]:hover {
    background-color:#fff;
    color:#000;
    cursor: pointer;
}

.button[type="reset"] {
    background-color:#000;
    color:#fff;
    border:#fff solid 1px;
}

.button[type="reset"]:hover {
    background-color:#fff;
    color:#000;
    cursor: pointer;
}

tg select {
        appearance: none;
        outline: none;
        box-shadow: none;
        border: 1px solid #333;
        border-radius: 10px;
        color: #333;
        background-color: white;
        font-size: 1rem;
        padding: 8px 16px;
        width: 700px;
        cursor: pointer;
}

tg .select {
        position: relative;
        display: flex;
        width: 30%;
        height: 40px;
        overflow: hidden;
        border-radius: 10px;
}

tg .select::after {
        content: "\25bc";
        position: relative;
        left: -48px;
        top: 1px;
        right: 1px;
        background-color: darkgrey;
        padding: 8px 16px;
        pointer-events: none;
        transition: 0.25s all ease;
        border-radius: 10px;
}

tg .select:hover::after {
        background-color: #7b7d7d;
}

.footer {
  position: fixed;
  padding: .6em;
  bottom: 0;
  left: 0;
}
