@font-face {
    font-family: 'FormaDJRDisplay-Regular'; 
    src: url('font/_FormaDJRDisplay-Regular.otf'),
    url('font/FormaDJRDisplay-Regular.woff2');
}

@font-face {
    font-family: 'FormaDJRMicro-Regular'; 
    src: url('font/_FormaDJRMicro-Regular.otf'),
    url('font/FormaDJRMicro-Regular.woff2');
}

.bg_story {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-image: url(image/HP-Hintergrund.jpg);
    color: #fff;
    font-family: 'FormaDJRMicro-Regular';
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}


.bg_story_co {
    height: 50px;
    width: auto;
}

.bg_story_hp {
    height: 65px;
    width: auto;
}

.swiper-wrapper {
    height: fit-content !important;
}

.header_logo {
    display: flex;
    justify-content: end;
}

.header_logo img {
    height: 50px;
    width: auto;
    padding-left: 50px;
}

.button_story_banner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    width: fit-content !important;
}

.bg_color {
    background-color: #f2ecea;
    padding-bottom: 80px;
}

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

.headline_story {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'FormaDJRMicro-Regular';
    color: #000;
}

.button_story {
    padding: 5px 20px;
    border: 2px solid #024AD8;
    width: auto;
    display: inline-block;
    background-color: #024AD8;
    color: #fff;
    text-align: center;
}

.header_headline {
    font-family: 'HPSimplified';
}

.slider_box .button_story {
    width: 100%;
}

.bg_white {
    background-color: #fff;
}

.button_story_box {
     border: 2px solid #fff;
     background-color: #fff;
     color: #024AD8;
}

.border-top {
    border-top: 1px dashed #fff !important;
}

.border-bottom {
    border-bottom: 1px dashed #fff !important;
}

.color_white {
    color: #fff;
}

.bg_gray {
    background-color: #EDE8E5;
    border: 1px solid transparent;
    border-radius: 5px;
}

.border {
    border: 10px solid #fff !important;
}

.fw-bold {
    font-size: 18px;
}


@media only screen and (max-width: 767px)  {

    .bg_story_co {
        height: 30px;
        width: auto;
    }

    .bg_story_hp {
        height: 40px;
        width: auto;
    }

    .header_logo img {
        height: 30px;
        padding-left: 30px;
    }

    .h2, h2 {
        font-size: 1.3rem;
    }
    
    .h5, h5 {
        font-size: 0.8rem;
    }

    .headline_story {
        font-size: 21px;
        line-height: 28px;
    }
}