header{
    align-content: left;
    margin-left: 3vw;
    margin-top: 2vw;
    background-color: #FFFFFF;
}

#page-container {
    position: relative;
    min-height: 100vh;
  }

#content-wrap {
    padding-bottom: 7rem;    /* Footer height */
}

#netzelogo{
    size-adjust: 50%;
    height: 81px;
    width: 372px;
}

#ueberschrift{
    color: #000099;
    margin-left: 8vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 250%;

}

body{
    font-family: EnBW DIN PRO;
    margin: 0;
    padding: 0;
}

footer{
    font-size: x-small;
    color: white;
    background-color: #000099;
    position: absolute;
    height: 2,5rem;
    bottom: 0;
    padding-left: 1vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: 100%;
}

table{
    width: 70%;
    margin: 1rem;
    border-collapse: collapse;
}
td, th{
    border: 2px solid;
}

caption{
    text-align: left;
    font-size: large;
    font-weight: bold;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}

.topnav {
    background-color: #333;
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: EnBW DIN PRO;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #FE8F11;
    color: white;
}

