body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    /*background-image: url("../toeff.jpg");*/
    background-image: linear-gradient(125deg, #1e3799, #079992);
}

p {
    text-align: center;
    font-size: 60px;
}

p.logs {
    font-size: 30px;
}

p.countdown {
    text-align: center;
    font-size: 100px;
    color: #066ae2;
    font-family: Arial;
    font-weight: 900;
}

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.navigation {
    background-color: #05b50b;
    margin-top: -1px;
}

.text {
    color: Black;
}

.content {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

footer {
    text-align: center;
    background-color: #baf2b3;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

a.head {
    font-size: 20px;
    text-decoration: none;
    color: white;
}

li a,
.dropdownbtn {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    /* Gr�sse der Links */
    text-decoration: none;
}

li a:hover,
.dropdown:hover .dropdownbtn {
    /* Wenn man �ber Link hovert */
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    border: 1px #002500 solid;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    background-color: #05b50b;
}

.dropdown-content a:hover {
    /* Wenn man �ber DropdownLink hovert */
}

.dropdown:hover .dropdown-content {
    display: block;
}

.titel {
    font-size: 60px;
    color: black;
}

img.bilder-heinrich60 {
    height: 15%;
    width: 15%;
    border-style: solid;
    border-width: 5px;
    border-color: lightgrey;
    position: relative;
    left: 5%;
    top: 3%;
}

.login {
    background-color: white;
    height: 40px;
    width: 50%;
    position: relative;
    top: 10px;
    text-align: center;
    font-size: 20px;
    border: none;
}

.loginbutton {
    right: 10px;
}

.submit {
    width: 50%;
    height: 50px;
    background-color: #4a4b4c;
    border: none;
    color: white;
    top: 20%;
}

.submit:hover {
    width: 51%;
    background-color: #5a5b5c;
}

.log_sub {
    position: static;
    top: 20%;
    left: 42.5%;
    background-color: #05b50b;
    height: 123px;
    width: 15%;
    border: 3px solid lightgrey;
}

.change_pw {
    position: static;
    top: 20%;
    left: 42.5%;
    background-color: #05b50b;
    height: 300px;
    width: 15%;
    border: 3px solid lightgrey;
}

.lichtbox {
    position: static;
    top: 20%;
    left: 42.5%;
    background-color: #05b50b;
    height: 480px;
    width: 25%;
    border: 3px solid lightgrey;
}

.conboxsmall {
    position: static;
    top: 20%;
    left: 42.5%;
    background-color: #05b50b;
    height: 95px;
    width: 80%;
    border: 3px solid lightgrey;
}

.h60zip {
    font-size: 40px;
    color: Black;
    position: absolute;
    left: 33%;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}