body {
    font-family: 'Bahnschrift';
    font-size: 20px;
}

.logo {
    width: 120px;
}


.background {
    display: flex;
    width: 80%;
	margin: 0 auto;
	background-color: #f2f2f2;
	border: 2px solid #ccc;
	border-radius: 30px;
	box-sizing: border-box;
}

.teil-1 {
    display: flex;
}


.titelbild {
    display: flex;
    height: 100%;
    border-radius: 30px 0 0 30px;
    margin: 0;
}



.titel {
    text-align: center;
}

.formular {
    padding-bottom: 20px;
    text-align: center;
    justify-content: center;
    width: 50%;
    margin-left: 10%;
}

.eingabefeld {
    border-radius: 5px;
    border-color: #C7EFF9;
    box-shadow: none;
    height: 2em;
    font-family: 'Bahnschrift';
    font-size: 20px;
    width: 70%;
    border-style: solid;
    margin: 1% 0 0 1%;
}

.auswahl-anrede {
    display: flex;
    max-width: 50%;
    text-align: center;
    margin-left: 15%;
}

.frau {
    margin-left: 50px;
}


/* Buttons */

.button-container {
    margin-top: 50px;
    text-align: right;

}

#next-button {
    background-color: #C7EFF9;
    box-shadow: black;
    font-weight: bold;
    font-family: 'Bahnschrift', sans-serif;
    font-size: large;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: none;
    
}





/* --- Anmeldung erfolgreich --- */

.bestätigung {
    width: 100%;
}

.erfolgreich {
    display: flex;
}

.links {
    margin-left: 50px;
    width: 50%;
}

.rechts {
    margin-right: 5%;
    text-align: right;
    width: 50%;
}

.spongebob {
    border-radius: 15px;
}

.button {
    margin-top: 50px;
    text-align: right;
    margin-bottom: 40px;
}