.container{

    display: flex;
    flex-direction: column;
    height: 98vh;
    /* max-width: 1200px; */
    width: 99vw;


    /* border: 5px solid red; */

    font-size:1.15rem;
}

div[class*='zeile']:not(.zeile1){
    /* border:3px solid blue; */
    padding-left: 3%;
    box-sizing: border-box;
 }



/******************************** ZEILE 1 *********************************/
.zeile1{

    min-height: 40%; padding-bottom: 3%;

    background-image: url("../images/imageLogin1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    display: flex; flex-direction: column;
    align-items: space-between;
    justify-content: space-between;
}

#whoarewe{
    padding-left: 3%;
    width: 50%;
    /* border: 1px solid blue; */
}

#navbarSupportedContent {
    margin-right: 0;
    width: 50%;
    /* border: 1px solid green; */

    justify-content: flex-start;
}

.navbar-expand-md .navbar-nav {
	-ms-flex-direction: row;
    flex-direction: row; justify-content: space-between;
    padding-right: 0; margin-left: 20%; margin-top: 3%; width: 25%;
    /* border: 1px solid red; */
}

.navbar-expand-md .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
    flex-basis: auto;
    align-self: flex-start;
}

#zeileWillkommen{
    display: flex;
    flex-direction: row; align-items: flex-end;
    /* border: 3px solid purple;     */
}

#spalteWillkommen{
    width: 50%;
    /* border: 1px solid red; */
    display:flex;
    flex-direction:column; justify-content:flex-end;
}

#willkommen{

    background-image: url("../images/loginWillkommen.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    width: 95%;
    padding: 20px 0 20px 6%;
}

#willkommen p{
    margin-bottom: 0;
    color: #fff; font-weight: 600; font-size:1.25rem;
}

#willkommen p.z1{
    margin-bottom: .5rem;
}

#willkommen p.z2{
       font-size: 2rem;
}

#spalteLogin{
    display: flex;
    width: 50%;
    /* border: 1px solid blue; */
}

#divLogin{
    width:25%;
    margin-left: 20%;
}

#divLogin > p {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1rem;
}

.form-control[type="email"],
.form-control[type="password"],
select.form-control {
	display: block;
	width: 100%;
	height: calc(1.25em + .5rem + 2px);
	padding: .25rem .35rem;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5;
	color:#d22332;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #789baa;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: .25rem;
    padding: .25rem .35rem;
    font-size: .65rem;
}

/******************************** ZEILE 2 *********************************/
.zeile2{
    background-color: #fff;
    padding-bottom: 25px;
}

.zeile2 div{
    display: flex;
}

.zeile2 div div:first-child{
       width: 50%;
       padding-right: 5%;
       justify-content: flex-start;
       /* border: 1px solid green; */
}

.zeile2 div div:first-child p{
    font-size: 1.25rem; color: #0073cd;
    line-height: 1.25;
    margin-top: 0;
}

.zeile2 div>div:nth-child(2):not(#dreiges){
    flex-direction: column;
    flex: 1 1 auto;

    padding-left:20px;
    /* border: 1px solid purple; */
}

.zeile2 div div:nth-child(2) p{
    font-size: 1.25rem; font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
}

.zeile2 ul{
    display: table;
    width: 50%;
}

.zeile2 li {
    display: table-row;
    line-height: 1.5rem;
    margin-left: 25px;
    font-size: 1rem;

}

.zeile2 li::before{
    content: url('../images/haken-hellblau.png');
    display: table-cell;
    padding-right: 10px;
}

li span{
    font-weight: 700;
}

#flyer{
    flex-direction: column;
}

#flyerdown{
    flex-direction: row;
    padding-left:0;
    align-items: flex-end;
}

#flyerdown img{
    margin-right:10px;
}

#flyerdown p{
    margin-right:15px;
    font-size: .85rem; color: #003764; font-weight: 200;
    margin-bottom: 0;
}

#vorteile{
    background-image: url("../images/vorteile-back.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 55%;

    padding-top:15px; padding-bottom: 15px;
}


#dreiges{
    font-size:.85rem;
    font-style: italic;
    margin-bottom: 10px;
    max-width: 55%;
    line-height: 1.25rem;;
}


/******************************** ZEILE 3 *********************************/
.zeile3{
    display: flex;
    align-items: center;
    background-color: #eceef9;
}

.zeile3 div{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-shrink: 1;
    justify-content: center;
    align-items: flex-start;
    /* border:1px solid yellow; */
}

.zeile3 div p{
    display: flex;
    max-width: 60%;
    margin-bottom: 0;
}

.zeile3 div p:first-child{
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.zeile3 div p:nth-child(2){
    line-height: 1.25;
}


/********************* Auflösungsanpassungen ******************************/
@media (min-width: 725px) {

    .zeile2 p{
        font-size: 1.5rem;
    }

    .zeile3 div p{
        font-size:.85rem;
    }
}


@media (min-width: 1000px) {

    .zeile1{
        min-height: 30%;
    }

    .zeile2 p{
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .zeile2 div div:first-child p{
        font-size: .95rem; color: #0073cd;
        line-height: 1.5;
        margin-top: 0;
    }

    .zeile2 div div:nth-child(2) p{
        font-size: .85rem; font-weight: 600;
        line-height: 1.5;
        margin-top: 0; margin-bottom: .75rem;
    }

    .zeile3 div p{
        font-size:.85rem;
    }

    .zeile3 div p:first-child{
        margin-bottom: .75rem;
    }

    li {
        line-height: 1.15rem;

        font-size: .85rem;
    }

}


@media (min-width: 1650px) {

    .zeile1{
        min-height: 35%;
    }

    .zeile2 p{
        font-size: 2rem;
        margin-top: 1.5rem;
    }

    .zeile2 div div:first-child p{
        font-size: 1.15rem; color: #0073cd;
        line-height: 1.25;
        margin-top: 0;
    }

    .zeile3{
        min-height: 15vh;
    }

    .zeile3 div p{
        font-size: 1rem;
    }

    #flyerdown img:not(.arrow){
        width:100px;
    }

    #flyerdown img.arrow{
        width:25px;
    }

    #vorteile{
        background-size: 55%;
    }

    #vorteile li{
        font-size: .85rem;
    }

}

