﻿@font-face {
    font-family: "ABBvoice-Medium";
    font-style: normal;
    font-weight: 100;
    src: url('/cdn/Fonts/abbvoice/ABBvoice_W_Md.eot');
    src: url('/cdn/Fonts/abbvoice/ABBvoice_W_Md.eot?#iefix') format('embedded-opentype'), url('/cdn/Fonts/abbvoice/ABBvoice_W_Md.woff2') format('woff2'), url('/cdn/Fonts/abbvoice/ABBvoice_W_Md.woff') format('woff');
}

@font-face {
    font-family: 'ABBVoice';
    src: url('/cdn/Fonts/abbvoice/ABBvoice_W_Rg.eot');
    src: url('/cdn/Fonts/abbvoice/ABBvoice_W_Rg.eot?#iefix') format('embedded-opentype'), url('/cdn/Fonts/abbvoice/ABBvoice_W_Rg.woff2') format('woff2'), url('/cdn/Fonts/abbvoice/ABBvoice_W_Rg.woff') format('woff')
}

@font-face {
    font-family: 'ABB-UI-Icons-16x16';
    src: url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.eot?xapv1q');
    src: url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.eot?xapv1q#iefix') format('embedded-opentype'), url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.woff2?xapv1q') format('woff2'), url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.ttf?xapv1q') format('truetype'), url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.woff?xapv1q') format('woff'), url('/cdn/fonts/ABB-UI-Icons-16x16/ABB-UI-Icons-16x16.svg?xapv1q#ABB-UI-Icons-16x16') format('svg');
    font-weight: normal;
    font-style: normal;
}

.teaserwidget * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.teaserwidget {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 50px 0;
}

.teaserwidget .teaserwidget_container {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
}

/*CSS - start right side image and left side content*/
.teaserwidget .teaserwidget_container .right_img {
            width: 80%;
            height: auto;
            margin: 0 4% 0 20%;
}

.teaserwidget .teaserwidget_container .right_img img {
                width: 100%;
                object-fit: cover;
}

.teaserwidget .teaserwidget_container .left_content {
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 8;
            position: absolute;
            left: 0;
            width: 60%;
            background: #ffffff;
            padding: 3rem 4rem;
}

.teaserwidget .teaserwidget_container .left_content .content::before {
                content: "";
                display: block;
                position: relative;
                background-color: #ff000f;
                width: 40px;
                height: 5px;
                margin-bottom: 16px;
}

.teaserwidget .teaserwidget_container .left_content .content h2 {
                font-family: "ABBvoice-bold";
                font-style: normal;
                font-size: 2rem;
                line-height: 2.25rem;
                color: #0f0f0f;
                margin-bottom: 25px;
}

.teaserwidget .teaserwidget_container .left_content .content p {
                font-family: "ABBvoice-light";
                font-style: normal;
                font-size: 1rem;
                line-height: 1.5rem;
                /* or 156% */

             /*   display: flex;
                align-items: center;
                color: #464646;
                margin: 0 0 40px;*/
}

.teaserwidget .teaserwidget_container .left_content .content a.primary-button-teaser {
                background: #ff000f;
                border-radius: 27.5px;
                font-family: ABBvoice-Medium;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #ffffff;
                text-decoration: none;
                padding: 14px 24px;
                height: 47px;
                margin: 0 2px;
}

.teaserwidget .teaserwidget_container .left_content .content a.secondary-button-teaser {
                border-radius: 27.5px;
                font-family: ABBvoice-Medium;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                text-decoration: none;
                padding: 14px 24px;
                height: 47px;
                margin: 0 2px;
                background-color: white;
                color: #464646;
                border: 2px solid #dbdbdb;
}

.teaserwidget .teaserwidget_container .left_content .content a.primary-button-teaser:hover {
                    background-color: #bb2924 !important;
}
.teaserwidget .teaserwidget_container .left_content .content a.secondary-button-teaser:hover {
                background-color: #ebebeb !important;
}

@media only screen and (max-width: 768px) {
    .teaserwidget .teaserwidget_container {
        flex-direction: column;
        width: 100%;
        margin: 0 20px;
    }

    .teaserwidget .teaserwidget_container .right_img {
            width: 100%;
            height: auto;
            margin: auto;
            margin-top: 1rem;
            display: none;
    }
    .teaserwidget .teaserwidget_container .left_content .content h2 {
            font-size: 1.5rem;
            line-height: 1.75rem;
    }
    .right_img_mobile {
            display: block !important;
    }

    .teaserwidget .teaserwidget_container .left_content {
        width: 100%;
        position: unset;
        padding: 1.5rem;
    }
    .teaserwidget .teaserwidget_container .left_content .content a.primary-button-teaser {
        margin: 40px 2px !important;
        display: inline-block !important;
    }
}
/*CSS - End right side image and left side content*/

/*CSS - start right side content and left side image*/
.teaserwidget .teaserwidget_container .left_img {
    width: 80%;
    height: auto;
    margin: 0 20% 0 -6%;
}

.teaserwidget .teaserwidget_container .left_img img {
        width: 100%;
        object-fit: cover;
}

.teaserwidget .teaserwidget_container .right_content {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
    position: absolute;
    right: 0;
    width: 60%;
    background: #ffffff;
    padding: 3rem 4rem;
}

.teaserwidget .teaserwidget_container .right_content .content::before {
        content: "";
        display: block;
        position: relative;
        background-color: #ff000f;
        width: 40px;
        height: 5px;
        margin-bottom: 16px;
}

.teaserwidget .teaserwidget_container .right_content .content h2 {
        font-family: "ABBvoice-bold";
        font-style: normal;
        font-size: 2rem;
        line-height: 2.75rem;
        color: #0f0f0f;
        margin-bottom: 25px;
}

.teaserwidget .teaserwidget_container .right_content .content p {
        font-family: "ABBvoice-light";
        font-style: normal;
        font-size: 1rem;
        line-height: 1.5rem;
        /* or 156% */

      /*  display: flex;
        align-items: center;
        color: #464646;
        margin: 0 0 40px;*/
}

.teaserwidget .teaserwidget_container .right_content .content a.primary-button-teaser {
        background: #ff000f;
        border-radius: 27.5px;
        font-family: ABBvoice-Medium;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        text-decoration: none;
        padding: 14px 24px;
        height: 47px;
        margin: 0 2px;
}

.teaserwidget .teaserwidget_container .right_content .content a.secondary-button-teaser {
        border-radius: 27.5px;
        font-family: ABBvoice-Medium;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-decoration: none;
        padding: 14px 24px;
        height: 47px;
        margin: 0 2px;
        background-color: white;
        color: #464646;
        border: 2px solid #dbdbdb;
}

.teaserwidget .teaserwidget_container .right_content .content a.primary-button-teaser:hover {
            background-color: #bb2924 !important;
}

.teaserwidget .teaserwidget_container .right_content .content a.secondary-button-teaser:hover {
        background-color: #ebebeb !important;
}

.teaser-button {
    text-align: right;
    margin-top:20px;
}

.right_img_mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .teaserwidget .teaserwidget_container {
        flex-direction: column;
        width: 100%;
        margin: 0 20px;
    }

    .teaserwidget .teaserwidget_container .left_img {
            width: 100%;
            height: auto;
            margin: auto;
            margin-top: 1rem;
    }

    .teaserwidget .teaserwidget_container .right_content {
            width: 100%;
            position: unset;
            padding: 1.5rem;
    }
    
    .teaserwidget .teaserwidget_container .right_content .content h2 {
                font-size: 1.5rem;
                line-height: 1.75rem;
    }
    
    .teaser-button {
                text-align: center;
    }
    
    .teaserwidget .teaserwidget_container .right_content .content a.primary-button-teaser {
        margin: 40px 2px!important;
        display: inline-block!important;
    }
}
    
.teaserwidget ul {
          list-style: disc;
 }

 .teaserwidget ol {
        list-style: auto;
 }
