.start
{
height: 1280px;
background-image:url("/fileadmin/websites/christ-karriere/img/start/du-bist-es.jpg");
background-position:top;
background-size:cover;
-moz-background-size:cover;
-webkit-background-size:cover;
text-align:center; 
} 
@media (max-width:604px){.start{height:1130px;}}
@media (max-width:604px){h1.slideInUp2 {font-size: 1.5rem;}}

.slideInUp, .slideInUp2, .slideInUp3 {
    color: rgb(255 255 255 / 50%);
    font-size: calc(100% + 1.5vw + .5vh);
    font-weight: 700;
}
.slideInUp p{
    color: black;
    background-color: rgb(255 255 255 / 50%);
	    margin: 0 auto;
    width: fit-content;
    padding: 5px 10px;
}
.start-menu {
    display: inline-flex;
}