* {
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    background-color: rgb(219, 230, 252);
}

.top-1 {
    max-width: 100%;
    height: 60px;
}

/* ----- Start Navigaton -----*/

#navbar {
    padding-top: 0;
    overflow: hidden;
    margin: 0;
    z-index: 1;
    position: fixed;
    width: 100%;
}

.navigation {
    background-color: rgb(52, 92, 172);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;

}

.navigation a {
    padding: 15px;
    font-weight: bold;
    color: rgb(219, 230, 252);
    font-size: 18px;
    text-decoration: none;
}

.navigation a:hover {
    background-color: rgb(219, 230, 252);
    color: rgb(20, 98, 255);
}

.navigation a.active {
    background-color: rgb(82, 137, 248);
}

.navigation a.icon {
    display: none;
}

@media screen and (max-width:600px) {
    .navigation {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navigation a {
        display: none;
    }
    .navigation a:hover {
        background-color: rgb(68, 130, 255);
    }
    .navigation a.icon {
        display: block;
        text-align: center;
        color: rgb(219, 230, 252);
    } 
    .navigation.responsiv {
        position: relative;
    }
    .navigation.responsiv .icon {
        display: none;
    }
    .navigation.responsiv a {
        float: none;
        display: block;
        text-align: center;
    }
}


/* ----- figure --> Label und eingabefelder ----- */

/* ----- Start Main Content -----*/

.main-content-h {
    background-image: url(Bilder/Original/frau-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    max-width: 100%;
}

.main-content-h1 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

.main-content-i {
    max-width: 1400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

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

.main-content-d {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.main-content-im {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


figure {
    overflow: hidden;
    margin: 0;
}

/* ----- END Figure --> Label und Eingabefelder ----- */

/* ----- Start Column für Index Page und Eingabemasken ----- */

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

.column.left {
    width: 33.33%;
    padding: 5px;
    text-align: center;
}

.column.left1 {
    margin-top: 100px;
    width: 50%;
    padding: 5px;
    text-align: center;
}

.column.right1 {
    width: 50%;
    padding: 5px;
    text-align: left;
}

.column.center {
   width: 33.33%;
   padding: 5px;
   text-align: center;
}

.column.right {
    width: 33.33%;
    padding: 5px;
    text-align: center;
}

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

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

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

.bild-text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 22px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 16px;
}
.col-50 {
    -ms-flex: 50%;
    flex: 50%;
    padding: 0 16px;
}

input[type=text], select, textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

#email {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

#wert {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

button {
    background-color: #4caf50;
    color: white;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

button:hover {
    opacity: 0.7;
}

.cancelbtn, .signupbtn {
    float: left;
    width: 50%;
}

.cancelbtn {
    background-color: #f44336;
}

.button1 {
    background-color: #4caf50;
    width: 150px;
}

.button2 {
    width: 300px;
    background-color: rgb(61, 96, 167);
    font-size: 15px;
}

/* ----- END Spalten für eingabemasken ----- */

/* ----- Start Fuss -----*/

.fuss {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
    background-color: rgb(61, 96, 167);
    color: white;
}

.fuss1 {
    padding-bottom: 15px;
    text-align: center;
    background-color: rgb(61, 96, 167);
}

/* ----- END FUss inkl. Infos ----- */