.button-standard { display:inline-block; margin:0 3px; padding:3px 20px 6px 20px; font-size:16px; color:#fff; background:#005aab; border-radius: 0px;}
.button-standard:hover{ background:#27b0ba; color:#fff; border-color:#27b0ba; border-radius: 0px;}

.button-standard-outline{ padding:2px 20px 5px 20px; border:1px solid #005aab; background:#fff; color:#005aab; border-radius: 0px;}
.button-standard-outline:hover{ padding:2px 20px 5px 20px; border:1px solid #005aab; background:#005aab; color:#fff; border-radius: 0px;}

.disclosure-wrap {
    background: transparent;
    padding: 0px 0px 10px 20px !important;
    border-radius: 10px;
}

.digipass_button {
    color: #fff !important;
    font-size: 13px;
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 5px 20px 6px 20px;
    background: #005aac;
    font-weight: 400;
    margin-top: 10px;
}

@media only screen and (min-width: 600px ) and (max-width: 979px ) {
    .complete-online-bubble { width: 104px; height: 104px; position:absolute; right: 5%;}
}

@media only screen and (min-width: 980px ) and (max-width: 1279px ) {
    .complete-online-bubble { width: 124px; height: 124px; position:absolute; right: 1%;}
}

@media only screen and (min-width: 1280px ) and (max-width: 1535px ) {
    .complete-online-bubble { width: 144px; height: 144px; position:absolute; right: 10%;}
}

@media only screen and (min-width: 1536px ) {
    .complete-online-bubble { width: 144px; height: 144px; position:absolute; right: 15%;}
}

.product_sec-complete_online {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: center;
}

.product_sec-complete_online .container {
    max-width: 768px;
    position: relative;
}

.product_sec-complete_online .content {
    width: 100%;
    background: url(../images/hg_aktion.jpg) no-repeat;
    background-size: cover;
    padding: 25px 0 25px 0;
}

.product_block-complete_online {
        width: 100%;
        float: left;
        margin: 0;
        padding: 33px 15px 25px 15px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.19);
        position: relative;
        height: auto;
        opacity: 1;
        transition: all 400ms ease-in-out;
}

.product_block-complete_online h3 {
    margin: 25px 0 20px 0;
    padding: 0;
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.product_block-complete_online figure img
{
    width: 100%;
    max-width: 140px;
}

.button-complete-online { display:inline-block; margin:0 3px; padding:3px 20px 6px 20px; font-size:16px; color:#fff; background:#00b774; border-radius: 0px;}
.button-complete-online:hover{ background:transparent; color:#00b774; border-color:#00b774; border: 1px solid;}