/* https://partnernews.dbb-vorteilswelt.de/widget_old_styles.css */

/* Widget News -- Fallback rule for Mobile Display */
#caseA,#caseB,#caseC,#caseD,#caseE{
    display: inline-block;
}

/* Widget News -- Wrapper */
.col_w_news_wrapper{
    background-color: #ffffff;
    border: 1px solid #dcddde;
    padding-bottom: 10px;
}
/* Widget News -- Anchor Link */
.col_w_news_wrapper a,.col_w_news_wrapper a:hover{
    text-decoration: none !important;
    color: #107FC9;
}
/* Widget News -- Anchor Link -- Transition */
.col_w_news_wrapper a{
    -webkit-transition: 0.3s background-color linear;
    -moz-transition: 0.3s background-color linear;
    -ms-transition: 0.3s background-color linear;
    -o-transition: 0.3s background-color linear;
    transition: 0.3s background-color linear;
}
/* Widget News -- Title */
.w_news_title{
    color: #9c0a7d;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}
/* Widget News -- underline */
.w_news_underline{
    background-color: #dddddd;
    height: 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}
/* Widget News -- Content Wrapper */
.col_w_news_content_wrapper{
    padding: 0 10px;
    width: 100%;
    float: left;
}
/* Widget News -- Date & Link wrapper */
.col_w_news_link_wrapper{
    width: 100%;
    float: left;
}
/* Widget News -- Image Wrapper */
.col_w_news_link_image{
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px;
}
/* Widget News -- Image */
.col_w_news_image{
    width: 100%;
    height: auto;
    float: left;
    display: block;
}
/* Widget News -- Title */
.col_w_news_title{
    font-size: 13px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100% !important;
    border: none !important;
    max-height: 55px;
    overflow: hidden;
}
/* Widget News -- Text */
.col_w_news_text{
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    margin-bottom: 10px;
    margin-top: 0 !important;
}
/* Widget News -- Date */
.col_w_news_date{
    font-size: 11px;
    line-height: 11px;
    color: #888888;
    float: right;
    width: 105px;
    margin-bottom: 7px;
}
/* Widget News -- Button Link */
.col_w_news_link_button{
    background-color: #107fc9;
    color: #ffffff !important;
    font-size: 13px;
    padding: 0 25px 0 10px;
    position: relative;
    display: inline-block;
    float: right;
    line-height: 25px;
}
/* Widget News -- Button Link -- Stances */
.col_w_news_link_button:hover,.col_w_news_link_button:focus,.col_w_news_link_button:visited{
    background-color: #1066af;
    color: #ffffff;
}
/* Widget News -- Button Link -- Arrow Shape Image */
.col_w_news_link_button img{
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    float: none !important;
}


/* Widget 2 Columns -- Fallback - Wrapper Layout*/
.w_col_2 .col_w_news_content_wrapper{
    min-height: 115px;
    float: left;
}

/* Widget 3 Columns -- Fallback - Wrapper Layout*/
.w_col_3 .col_w_news_content_wrapper{
    min-height: 170px;
    float: left;
}

.clearfix{
    width: 100%;
    float: left;
}


/* Widget News -- Fallback Rules for elements Without Bootstrap -- START */
.col_w_news_wrapper,
.w_news_title,
.w_news_underline,
.col_w_news_link_image,
.col_w_news_image,
.col_w_news_title,
.col_w_news_text{
    display: block;
    width: 100%;
    float: left;
}
.col_w_news_wrapper,.col_w_news_wrapper *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.w_news_title,.col_w_news_wrapper,.col_w_news_wrapper *{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.w_col_1,
.w_col_2,
.w_col_3,
.col_w_news_wrapper,
.col_w_news_half_block,
.col_w_news_half_block.image,
.col_w_news_half_block.content{
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col_w_news_half_block.image,~
.col_w_news_half_block.content{
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#caseA { padding:1.616em;}
.w_col_1{
    width: 100%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: clamp(.76em,1.2vw,1em);
    border-bottom: 1px dotted #898989;
    padding-bottom: 1.616em;

}

.w_col_2_row{
    max-width: 1200px;
}
.w_col_2{
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.w_col_2.first{
    padding-right: 15px;
    margin: 0 0 25px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.w_col_2.second{
    padding-left: 15px;
    margin: 0 0 25px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.w_col_3_row{
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1200px;
}
.w_col_3{
    width: 33.333333%;
    padding: 0 15px;
    margin: 0 0 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Widget News -- Fallback Rules for elements Without Bootstrap -- END */

/* Desktop Single Column*/
@media (min-width: 768px) {
    #caseA { flex: 0 0 50%; }

    .w_col_1.v2{
        margin-bottom: 15px;
    }
    .w_col_1 .w_news_title{
        font-size: 1.6em;
    }
    .w_col_1.v2 .w_news_title,
    .w_col_2 .w_news_title,
    .w_col_3 .w_news_title{
        font-size: 18px;
    }
    .w_col_1.v2 .col_w_news_title{
        font-size: 15px;
    }
    .w_col_1.v2 .col_w_news_text{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .w_col_1.v2 .col_w_news_date{
        width: 127px;
    }
    .w_col_1.v2 .col_w_news_link_button{
        padding: 0 25px 0 15px;
        line-height: 30px;
    }
    .w_col_1.v2 .col_w_news_wrapper{
        padding-bottom: 0;
    }
    .w_col_1.v2 .col_w_news_half_block.image .col_w_news_link_image{
        margin-bottom: 0;
    }
    .w_col_1.v2 .col_w_news_half_block.content .col_w_news_content_wrapper{
        padding: 0 15px;
    }
    .w_col_1.v2 .col_w_news_half_block.content .col_w_news_title{
        margin-top: 30px;
    }
    .w_col_2 .col_w_news_text{
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    #caseA { flex-basis: auto; }
}

/* Desktop & Mobile Single Column*/
@media (min-width: 768px) and (max-width: 1199px) {
    .w_col_1.v2 .col_w_news_title{
        font-size: 18px;
    }
    .w_col_1.v2 .col_w_news_text{
        font-size: 14px;
        line-height: 18px;
    }
    .w_col_1.v2 .col_w_news_date{
        width: 105px;
    }
    .w_col_1.v2 .col_w_news_link_button{
        padding: 0 25px 0 10px;
        line-height: 25px;
    }
    .w_col_1.v2 .col_w_news_half_block.content .col_w_news_title{
        margin-top: 25px;
    }
    .w_col_1.v2 .col_w_news_half_block.content .col_w_news_text{
        margin-bottom: 20px;
    }
    .w_col_3 .col_w_news_text{
        margin-bottom: 15px;
    }

}

.w_col_1.v2 .col_w_news_link_image,
.w_col_2 .col_w_news_link_image,
.w_col_3 .col_w_news_link_image{
    position: relative;
    overflow: hidden;
}
.w_col_1.v2 .col_w_news_link_image img,
.w_col_2 .col_w_news_link_image img,
.w_col_3 .col_w_news_link_image img{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    max-width: inherit;
}

.w_col_1 .col_w_news_link_image{
    width: 100%;
}
.w_col_1 .col_w_news_link_image img{
    width: 100%;
    height: auto;
}

/* Desktop - L */
@media (min-width: 1200px) {

    .w_col_1.v2 .col_w_news_link_image{
        min-height: 235px;
    }
    .w_col_1.v2 .col_w_news_link_image img{
        height: 235px;
    }
    .w_col_2 .col_w_news_link_image {
        min-height: 230px;
    }
    .w_col_2 .col_w_news_link_image img {
        height: 250px;
    }
    .w_col_3 .col_w_news_link_image{
        min-height: 160px;
    }
    .w_col_3 .col_w_news_link_image img{
        height: 180px;
    }
}

/* Desktop - M */
@media (max-width: 1199px) {
    .w_col_1.v2 .col_w_news_link_image {
        min-height: 235px;
    }
    .w_col_1.v2 .col_w_news_link_image img {
        height: 235px;
    }
    .w_col_2 .col_w_news_link_image {
        min-height: 230px;
    }
    .w_col_2 .col_w_news_link_image img {
        height: 250px;
    }
    .w_col_3 .col_w_news_link_image{
        min-height: 180px;
    }
    .w_col_3 .col_w_news_link_image img{
        height: 220px;
    }
}

/* Mobile - S */
@media (max-width: 991px) {
    .w_news_title{
        font-size: 17px;
    }
    .w_col_3{
        width: 50%;
        padding: 0 15px;
        margin-bottom: 25px;
    }
    .w_col_3.third{
        margin-bottom: 15px;
    }
    .w_col_2 .col_w_news_link_image {
        min-height: 190px;
    }
    .w_col_2 .col_w_news_link_image img {
        height: 210px;
    }
    .w_col_3 .col_w_news_content_wrapper{
        min-height: 110px;
        float: left;
    }
}

/* Mobile - XS */
@media (max-width: 767px) {
    .w_col_2,.w_col_3{
        width: 100%;
        margin-bottom: 15px;
    }
    .w_col_2.first,.w_col_2.second{
        padding: 0;
    }
    .col_w_news_half_block.image,
    .col_w_news_half_block.content{
        width: 100%;
    }
    .w_col_2 .col_w_news_content_wrapper{
        min-height: initial;
    }
    .w_col_3 .col_w_news_content_wrapper{
        min-height: initial;
    }
    .col_w_news_wrapper{
        margin-bottom: 25px ;
    }
    .w_col_1.v2 .col_w_news_link_image,
    .w_col_2 .col_w_news_link_image,
    .w_col_3 .col_w_news_link_image{
        overflow: visible;
        min-height: initial;
    }
    .w_col_1.v2 .col_w_news_link_image img,
    .w_col_2 .col_w_news_link_image img,
    .w_col_3 .col_w_news_link_image img{
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
        height: auto;
    }
}


/* Widget Only Title */

.w_col_3_row.widget_only_title .col_w_news_content_wrapper{
    min-height: 65px;
}
.w_col_2_row.widget_only_title .col_w_news_content_wrapper{
    min-height: 55px;
}
.w_col_2_row.widget_only_title .col_w_news_date{
    margin-top: 0;
}

@media (max-width: 991px){
    .w_col_3_row.widget_only_title .col_w_news_content_wrapper{
        min-height: 60px;
    }
    .w_col_2_row.widget_only_title .col_w_news_content_wrapper{
        min-height: 60px;
    }
}

@media (max-width: 767px){
    .w_col_3_row.widget_only_title .col_w_news_content_wrapper{
        min-height: inherit;
    }
    .w_col_2_row.widget_only_title .col_w_news_content_wrapper{
        min-height: inherit;
    }
}



/*  https://partnernews.dbb-vorteilswelt.de/partner_css/dbb_bdz_new.css */
.w_col_1 .w_news_title{
    color: #494949;
    font-size: 1.6em;
    margin: 0 0 12px;
    font-family: var(--fontHeadline);
    font-weight: normal;
    line-height: normal;
}

.w_col_1 .w_news_underline {
    display: none;
}

.w_col_1 .col_w_news_content_wrapper {
    padding: 0;
}

.w_col_1 .col_w_news_wrapper {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
}

.w_col_1 .col_w_news_link_image {
    margin-bottom: 0;
}

.w_col_1 .col_w_news_title, .w_col_1 .col_w_news_title a{
    color: var(--bdzGreen);
    outline: none;
    text-decoration: none;
    font-family: var(--fontHeadline);
    font-size: 1.135em;
    margin: 0 0 0.6em;
    font-weight: normal;
    max-height: inherit;
    line-height: normal;
}

.w_col_1 .col_w_news_title a:hover{
    color: var(--bdzGreen);
    font-weight: normal;
}

.w_col_1 .col_w_news_text{
    font-size: clamp(.9em,1vw,1em);
    font-family: var(--fontText);
    font-weight: normal;
    color: #444;
    line-height: normal;
    margin: 0;
}

.w_col_1 .col_w_news_date {
    float: none;
    width: 100%;
    color: #888;
    font-size: .9em;
    margin-bottom: 0;
    line-height: normal;
    font-weight: normal;
}

.w_col_1 .col_w_news_link_button {
    float: none;
    margin: 0 auto;
    display: block;
    color: var(--bdzGreen) !important;
    font-size: .94em;
    border: 1px solid var(--bdzGreen);
    padding: 0.88em 0;
    width: 12em;
    margin-top: 1.8em;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
}

.w_col_1 .col_w_news_link_button:hover {
    color: #fff !important;
    background-color: var(--bdzGreen);
    transition: background-color, 500ms;
}

.w_col_1 .col_w_news_link_button img {
    display: none;
}
