
@font-face {
    font-family: "IBMPlexSans-Bold";
    src: url("fonts/IBMPlexSans-Bold.woff") format("woff"),
         url("fonts/IBMPlexSans-Bold.woff2") format("woff2"),
         url("fonts/IBMPlexSans-Bold.otf") format("otf");
}


@font-face {
    font-family: "IBMPlexSans-Regular";
    src: url("fonts/IBMPlexSans-Regular.woff") format("woff"),
         url("fonts/IBMPlexSans-Regular.woff2") format("woff2"),
         url("fonts/IBMPlexSans-Regular.otf") format("otf");
}


html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width:100%;
    min-height: 100%;  
    position: relative;
    font-size: 20px;
}

.bg_story a:hover {
    color: #000;
    text-decoration: none;
}

.wp_link {
    text-decoration: underline;
    color: #000;

    font-style: italic;
}

.wp_link:hover {
    text-decoration: underline;
    color: #000;
}

.MetricHPEBold {
    font-family: "IBMPlexSans-Bold";
}

.bg_story {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-image: url(image/Hintergrundbild-IBM-neu.jpg);
    font-family: "IBMPlexSans-Regular" !important;
}

.img_br {
    border: 10px solid #fff;
}

.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: #000;
    font-size: 14px;
}

.headline_story {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'IBMPlexSans-Bold';
    color: #000;
}

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


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

.slider_box .button_story {
    width: 100%;
}

.bg_white {
    background-color: #fff;
}

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

.bg_story img {
    object-fit: cover;
}

@media only screen and (max-width: 767px)  {
    .header_logo img {
        height: 30px;
        padding-left: 30px;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }
    
    .h5, h5 {
        font-size: 1rem;
    }

    .button_story {
        padding: 5px 5px;
        width: 100%;
        font-size: 14px;
    }
}