* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: rgb(182, 223, 255);
    font-family: 'Raleway', sans-serif;
}

.top {
    top: 0;
    background-color: rgb(137, 204, 255);
    width: 100%;
    height: 80px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .top {
        width: 100%;
        display: table;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

}



.bild01 {
    height: 80px;
}

/* ---- Navigation ---- */

#navbar {
    padding: 0;
    overflow: hidden;
}

.navigation {
    text-align: center;
/*    display: flex; */
    overflow: hidden;
    align-items: center;
}

.navigation a {
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: rgb(2, 108, 189);
}

.navigation a:hover {
    background-color: rgb(86, 182, 255);
}

.navigation .icon {
    display: none;
}

.active {
    background-color: rgb(85, 125, 156);
    color: rgb(182, 223, 255);
}

@media screen and (max-width: 600px) {
    .navigation {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 5px;
    }
    .navigation a {
        display: none;
    }
    .navigation a.icon {
        display: block;
        float: right;
    }
    .navigation.responsive {
        position: relative;
    }
    .navigation.responsive a {
        float: none;
        display: block;
        text-align: center;
    }
}
/* ---- Main - Content ---- */

.main-content-r {
    margin-top: 80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .main-content-r {
        margin-top: 160px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.main-content-r-1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.main-content-r-2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.main-content-r-1::after {
    display: table;
    content: "";
    clear: both;
}

/* ---- Buttons ---- */

.buttons {
    margin-top: 30px;
    margin-bottom: 15px;
}

.btn1 {
    background-color: rgb(4, 180, 4);
    color: white;
    padding: 15px;
    float: left;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.btn2 {
    background-color: rgb(4, 180, 4);
    color: white;
    padding: 15px;
    float: none;
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.btn3 {
    background-color: rgb(4, 180, 4);
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    width: 50%;
    margin-top: 15px;
    cursor: pointer;
}

.signupbtn {
    background-color: rgb(4, 180, 4);
    color: white;
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 50%;
    padding: 15px;
    cursor: pointer;
}

.cancelbtn {
    background-color: rgb(255, 46, 46);
    color: white;
    font-size: 18px;
    font-weight: bold;
    float: none;
    width: 50%;
    padding: 15px;
    cursor: pointer;
}

.btn1:hover {
    background-color: rgba(4, 180, 4, 0.6);
}
.btn2:hover {
    background-color: rgba(4, 180, 4, 0.6);
}
.btn3:hover {
    background-color: rgba(4, 181, 4, 0.6);
}

.signupbtn:hover {
    background-color: rgba(4, 180, 4, 0.6);
}

.cancelbtn:hover {
    background-color: rgba(255, 46, 46, 0.6);
}

/* ---- Message Password anforderungen ---- */

#message {
    display: none;
    text-align: left;
    background-color: white;
    position: relative;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#message p {
    padding: 10px 35px;
    font-size: 18px;
}

.valid {
    color: rgb(4, 180, 4);
}

.valid::before {
    position: relative;
    left: -35px;
    content: "✔";
}

.invalid {
    color: rgb(255, 46, 46);
}

.invalid::before {
    position: relative;
    left: -35px;
    content: "✖";
}

.fuss {
    float: none;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(137, 204, 255);
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.label1 {
    float: left;
}

.input1 {
    width: 100%;
    padding: 15px;
    margin-top: 7px;
    margin-bottom: 20px;
}

.input2 {
    width: 100px;
    padding: 15px;
    margin-top: 7px;
    margin-bottom: 15px;
    margin-left: 25px;
    font-size: 15px;
}

.table1 {
    width: 100%;
    text-align: left;
}

.spalte1 {
    width: 10%;
    text-align: left;
}

.spalte2 {
    width: 30%;
    text-align: left;
}

.spalte3 {
    width: 30%;
    text-align: left;
}

.spalte4 {
    width: 25%;
    text-align: left;
}
.spalte5 {
    width: 5%;
    text-align: left;
}

.table2 {
    width: 100%;
}

.spalte11 {
    width: 10%;
}
.spalte12 {
    width: 20%;
}
.spalte13 {
    width: 20%;
}
.spalte14 {
    width: 20%;
}
.spalte15 {
    width: 15%;
}
.spalte16 {
    width: 15%;
}