body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.headereins{
    display: flex;
    justify-content: center;
    color: #599ab4;
    padding: 70px;
    font-size: 30px;
    align-items: center;
    text-align: center;
}

nav {
    background-color: #599ab4;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

nav a {
    display:flex;
    align-items: center;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 20px;
    font-size:large;
}

nav a:hover {
    background-color: #ddd;
    color: #585858;
}

footer{
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: small;
    text-align: center;
    margin: 20px;  
    word-spacing: 50px;
    background-color: #599ab4;
}

h2{
    color: white;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.übercontainer {
    display: block;
    justify-content: center;
    align-items: center;
    width: 95%;
}

.landingpageinhalteins{
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: none;
}

.boxeins{
    border:solid;
    height: 500px;
    width: 90%;
    border-style: none;
}

#texteins{
    display: flex;
    float: right;
    width: 100%;
    height: 99%;
    border: solid;
    border-style: none;
    line-height: 2.0;
    align-items: center;
}

#piceins{
    display: flex;
    float: left;
    width: 30%;
    height: 99%;
    border: solid;
    justify-content: center;
    align-items: center;
    border-style: none;
}

#geschenkbild{
    width: 70%;
    height: auto;
}

/*_____________________________*/

.landingpageinhaltzwei{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-style: none;
}


.boxzwei{
    border:solid;
    height: 500px;
    width: 90%;
    border-style: none;
}

#textzwei{
    display: flex;
    float: left;
    width: 69%;
    height: 99%;
    border: solid;
    border-style: none;
    line-height: 2.0;
    align-items: center;
}

#piczwei{
    display: flex;
    float: right;
    width: 30%;
    height: 99%;
    border: solid;
    justify-content: center;
    align-items: center;
    border-style: none;
}

#bildpapa{
    width: 70%;
    height: auto;
}

.anmelden{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
}

#formular {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    height: auto;
    border: solid;
    padding: 10px;
}

button{
    border-radius: 5px;
    background-color: #599ab4;
    color: white;
}

@media only screen and (max-width: 768px) {
    .landingpageinhalteins,
    .landingpageinhaltzwei{
        display: block;
        border-style: none;
        width: 95%;
        height: auto;
        padding: 10px;
        overflow: auto;
        font-size: 10px;
        margin-top: -75px;
    }
    #textzwei{
        display: flex;
        margin-bottom: 20px;
        border-style: none;
        width: 60%;
        height: auto;
        padding: 10px;
        overflow: auto;
        font-size: 10px;
    }


    .anmelden {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
        border-style: none;
        width: 95%;
        height: auto;
        padding: 10px;
        overflow: auto;
        font-size: 10px;
    }

    #formular{
        width: 50%;
        padding: 6%;
    }



}

    