.bild_oben {
    display: flex; 
    justify-content: center; 
    align-items: center;
    object-fit: cover; 
	width: 100%; 
	height: 100%;
   }

.bild_mitte {
    background-image: url(assets/child-g213a69f01_1920.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

.bild_unten {
    background-image: url(assets/bg-masthead.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.card {
    border: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-body {
    text-align: center;
}


h2{
    justify-content: center;
    color: rgb(246, 117, 30)
}
