.hero {
    background: url('../images/hintergrundbild.jpg') no-repeat center center/cover;
    height: 100vh;
    position: relative;
}

.title {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}