@font-face {
    font-family: 'Sparkasse_Rg'; 
    src: url('fonts/Sparkasse_Rg.ttf');
}

@font-face {
    font-family: 'SparkasseHead_Rg'; 
    src: url('fonts/SparkasseHead_Rg.ttf');
}

.bg_story {
    background-image: url(image/neuer-Hintergrund.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: "Sparkasse_Rg";
}

.bg_white {
    background-color: #fff;
}

.overline_story {
    color: #b3b3b3;
    font-size: 14px;
}

.headline_story {
    font-size: 24px;
    line-height: 30px;
    font-family: "SparkasseHead_Rg";
}

.button_story {
    padding: 5px 20px;
    border: 2px solid #000;
    width: auto;
    display: inline-block;
}

.bg_story a {
    color: #000;
}

.bg_story a:hover .button_story {
    transform: scaleX(1.2);
}

.bg_story img {
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .headline_story {
        font-size: 19px;
        line-height: 25px;
    }

    .bg_story {
        background-image: url(image/neuer-Hintergrund_mobile.jpg)
    }
}
