* {
    box-sizing: border-box;
}

@font-face {
    font-family: schrift1;
    src: url(font/Gill\ Sans.otf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "schrift1", sans-serif;
    margin: 0;
    background: #ffffff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(59, 127, 210, 1) 100%);
}


.top {
    width: 100%;
    height: 100px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(94, 136, 191, 1) 29%, rgba(41, 99, 171, 1) 100%);
    top: 0;
    transition: top 0.7s;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .top {
        padding-left: unset;
        padding-right: unset;
        display: flex;
        justify-content: unset;
        align-items: center;
        height: auto;
    }
}

.bild-1 {
    height: 100px;
}


#navbar {
    padding-top: 0;
    overflow: hidden;
    z-index: 1;
}

.navigation {
    text-align: center;
    display: flex;
    align-items: center;
}

.navigation a {
    padding: 15px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: rgb(166, 202, 250);
}

.navigation .icon {
    display: none;
}

.active {
    border-bottom: 4px solid blue;
}

.navigation a:hover {
    color: white;
}

@media screen and (max-width: 600px) {
    .navigation {
        display: unset;
        width: 100%;
        z-index: 1;
    }
    .navigation a {
        display: none;
    }
    .navigation a.icon {
        float: right;
        display: block;
        color: black;
    }
    .navigation.responsive {
        position: relative;
    }
    .navigation.responsive .icon {
        position: absolute;
        right: 0;
    }
    .navigation.responsive a {
        float: none;
        display: block;
        text-align: center;
        color: black;
    }
}

/* ---- End of Navigation ---- */

/* ---- Beginn of Main content ---- */

.main-content-n {
    width: 1300px;
    margin: auto;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
}

.main-content-n-1 {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
}

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

.main-content-n-2 {
    margin-top: 120px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.main-content-n-3 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .main-content-n-2 {
        max-width: 100%;
    }
    .main-content-n-3 {
        max-width: 100%;
    }
}

.main-content-n-2::after {
    content: "";
    display: table;
    clear: both;
}

.main-content-c {
    width: 1300px;
    margin: auto;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
}

.main-content-c-1 {
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

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

.main-content-c-2 {
    margin-top: 120px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .main-content-c-2 {
        max-width: 100%;
    }
    .main-content-c-1 {
        max-width: 100%;
    }
    .main-content-c {
        max-width: 100%;
    }
}

.main-content-c-2::after {
    content: "";
    display: table;
    clear: both;
}



figure {
    overflow: hidden;
    margin: 0;
}

.column {
    float: left;
    padding: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}

.column.left {
    width: 50%;
    padding: 10px;
}

.column.right {
    width: 50%;
    padding: 10px;
}

.bilder-05 {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .main-content-n {
        width: 100%;
    }
    .column {
        float: none;
    }
    .column.left {
        width: 100%;
    }
    .column.right {
        width: 100%;
    }
}


.nav-bild {
    transform: scale(1);
    transition: 1.0s ease-in-out;    
    display: block;
}

.nav-bild:hover {
    transform: scale(1.5);
}

.bild-text {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    color: rgb(3, 54, 148);
    font-size: 25px;
    font-weight: bold;
}

/* ---- End of Maincontent ---- */

/* ----beginn buttons ---- */

.btn1 {
    width: 80px;
    height: 25px;
    background-color: rgba(81, 196, 58, 0.7);
    color: rgb(1, 13, 27);
}

.btn2 {
    background-color: rgba(81, 196, 58, 0.7);
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    width: 50%;
    margin-top: 20px;
    cursor: pointer;
    float: left;
}

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

.btn4 {
    background-color: rgba(81, 196, 58, 0.7);
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
    width: 50%;
    margin-top: 20px;
    cursor: pointer;
}

.btn5 {
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: rgba(81, 196, 58, 0.7);
    width: 50%;
}

.buttons1 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.label1 {
    margin-top: 15px;
    float: left;
}

.input1 {
    width: 100%;
    padding: 10px;
}

.input2 {
    width: 100px;
    padding: 10px;
}


/* ---- End buttons ---- */

/* ---- Message für Passwort 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: "✖";
}

/* ---- End Message Box ----*/

/* ---- Farbe für Calender ---- */
table, th, td {
    border: solid 2px;
    border-collapse: collapse;
    padding: 10px;
}

.tabelle-2 {
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
}

.tab-titel-2 {
    font-size: 25px;
    font-weight: bold;
}

.tr-1 {
    background-color: rgb(164, 245, 132);
}

.tr-2 {
    background-color: rgb(174, 179, 248);
}

.tr-3 {
    background-color: rgb(253, 179, 67);
}

.tr-4 {
    background-color: rgb(72, 188, 255);
}

.tr-5 {
    background-color: rgb(255, 161, 161);
}

.th-1 {
    width: 20%;
}

.th-2 {
    width: 35%;
}

.th-3 {
    width: 45%;
}

@media screen and (max-width: 600px) {
    .tabelle-2 {
        margin-top: 50px;
        font-size: 15px;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .tab-titel-2 {
        font-size: 15px;
    }
}


/* ---- End Farbe für Calender ---- */


/* ---- Befinn of Fuss ---- */

.fuss {
    background-color: #020024;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(0, 46, 196, 1) 100%);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
}