

.hb_details_wrapper_wrapper{
    position: relative;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    display: block;
    border-radius: 10px;
    border: 2px solid transparent;
    max-width: 800px !important;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: white;
}
.hb_details_wrapper_wrapper:has(.is_badge){
    margin-top: 4rem !important;
} 


.hb_details_wrapper_wrapper.highlight_box,
.hb_details_wrapper_wrapper:hover{
    border:2px solid var(--wp--preset--color--primary);
    color: black !important;
}

.hb_details_wrapper{
    display:block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    padding:2rem 1rem 1rem 1rem;
}
.hb_details_wrapper:hover{
    color: black;
}
.hb_details_wrapper > div:first-child{
    text-align: center;
}
.hb_details_wrapper > div:nth-child(3){
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hb_h2{
    margin-bottom: 0.5rem;
    font-size: x-large;
    margin-top: 1.5rem;
}

.hb_details_list{
    margin-top: 0;
    font-weight: normal;
}

.hb_details_wrapper .reason{
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    margin-top: 1rem;
}



.hb_germany_badge{
    background-color: #dcf6e7;
    border-radius: 10px 10px 0 0;
    position: relative;
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-top: -2px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-weight: bold;
    display: none;
    line-height: 22px;
    font-size: 18px;
}

.hb_details_zins{
    margin-bottom: 1rem;
    display: block;
    font-size: 1rem;
}


.hb_details_wrapper_wrapper img{
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  width: 100%;
}
.hb_details_button {
    display: block !important;
}
.hb_details_button div{
    width: 100%;
    border-radius: 10px !important;
    color:white;
    background-color: var(--wp--preset--color--primary);
}

.is_badge{
    display: block !important;
}

/* small */
.hb_small_details_inner_wrapper1{
    display: none;
    width: 100%;
    position: relative;
    padding: unset;
    text-align: unset;
}

.hb_small_details_inner_wrapper2{
    width: 100%;
    position: relative;
    text-align: center;
}

.hb_small_details_inner_wrapper2 .is_trophy{
    display: block;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

.hb_small_details_inner_wrapper2 .is_trophy::before{
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ef7c00; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M29.8,30c2.9-1.3,4.7-3,5.9-4.7,0-.1.2-.2.4-.2,13.7-1,12.5-13.5,12.5-16.6V3.6c0-.6-.5-1.1-1.1-1.1h-9.3c-.1,0-.2-.1-.2-.2h0c0-.8-.6-1.4-1.3-1.4H13.3c-.7,0-1.3.6-1.3,1.3h0c0,.2,0,.3-.2.3H2.5c-.6,0-1.1.5-1.1,1.1v4.9c0,3.1-1.2,15.6,12.5,16.6.1,0,.3,0,.4.2,1.2,1.8,3.1,3.4,5.9,4.7,1.3.6,1.7.1,1,3.2-.6,3.1-2.7,6.2-4,7.7-1.3,1.4-3.5,4.1-3.5,5.3,0,2.1-.3,3,1.9,3h18.7c2.2,0,1.9-1,1.9-3s-2.1-3.9-3.5-5.3c-1.3-1.4-3.4-4.6-4-7.7-.6-3.1-.3-2.6,1-3.2ZM37.3,22.3c.8-2.5.7-4.8.7-5.7V5.2c0-.3.2-.5.5-.5h7.6c.3,0,.5.2.5.5,0,.5,0,1.7,0,4.3,0,5.2-.9,12.3-8.9,13.2-.2,0-.3-.1-.3-.3ZM12.5,22.6c-8-.9-8.9-8-8.9-13.2s0-3.7,0-4.3c0-.3.2-.5.5-.5h7.6c.3,0,.5.2.5.5v11.4c0,1-.1,3.2.7,5.7,0,.2,0,.3-.3.3Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 20px;
    width: 28px;
    display: inline-block;
    margin-left: -20px;
    vertical-align: middle;
    margin-top: -0.4rem;
}

.hb_small_details_inner_wrapper2 h4{
    margin-top: 0;
}

.hb_details_wrapper:has(.hb_small_details_inner_wrapper2) {
    border-radius: 10px;
}

/* simple  */
.hb_simple_details_inner_wrapper1{
    display: none;
    width: 100%;
    position: relative;
    padding: unset;
    text-align: unset;
}




.hb_simple_details_inner_wrapper2{
    width: 100%;
    position: relative;
    padding: 0.5rem 0;
    text-align: center;
}

.hb_simple_details_inner_wrapper2 img{
    display: none;
}

.hb_simple_details_inner_wrapper2 .is_trophy{
    display: block;
}

.hb_simple_details_inner_wrapper2 .is_trophy::before{
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ef7c00; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M29.8,30c2.9-1.3,4.7-3,5.9-4.7,0-.1.2-.2.4-.2,13.7-1,12.5-13.5,12.5-16.6V3.6c0-.6-.5-1.1-1.1-1.1h-9.3c-.1,0-.2-.1-.2-.2h0c0-.8-.6-1.4-1.3-1.4H13.3c-.7,0-1.3.6-1.3,1.3h0c0,.2,0,.3-.2.3H2.5c-.6,0-1.1.5-1.1,1.1v4.9c0,3.1-1.2,15.6,12.5,16.6.1,0,.3,0,.4.2,1.2,1.8,3.1,3.4,5.9,4.7,1.3.6,1.7.1,1,3.2-.6,3.1-2.7,6.2-4,7.7-1.3,1.4-3.5,4.1-3.5,5.3,0,2.1-.3,3,1.9,3h18.7c2.2,0,1.9-1,1.9-3s-2.1-3.9-3.5-5.3c-1.3-1.4-3.4-4.6-4-7.7-.6-3.1-.3-2.6,1-3.2ZM37.3,22.3c.8-2.5.7-4.8.7-5.7V5.2c0-.3.2-.5.5-.5h7.6c.3,0,.5.2.5.5,0,.5,0,1.7,0,4.3,0,5.2-.9,12.3-8.9,13.2-.2,0-.3-.1-.3-.3ZM12.5,22.6c-8-.9-8.9-8-8.9-13.2s0-3.7,0-4.3c0-.3.2-.5.5-.5h7.6c.3,0,.5.2.5.5v11.4c0,1-.1,3.2.7,5.7,0,.2,0,.3-.3.3Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 20px;
    width: 28px;
    display: inline-block;
    margin-left: -20px;
    vertical-align: middle;
    margin-top: -0.4rem;
}

.hb_simple_details_inner_wrapper2 h4{
    margin-top: 0;
}

.hb_details_wrapper:has(.hb_simple_details_inner_wrapper2) {
    border-radius: 10px;
    padding-top: 1rem;
}

/* tooltip  */
.hb_details_wrapper .hb-detail-box-tooltip-info-content {
    display:none;
}
.hb_details_wrapper .hb_details_zins:hover .hb-detail-box-tooltip-info-content {
    display: block;
}
.hb_details_wrapper .hb-detail-box-tooltip-info-popup {
    background: #F6F6F6;
    color:black;
    padding:0.5em 0.8em;
    vertical-align: middle;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 5;
    text-align: center;
    width: auto;
    white-space: normal;
    border-radius: 12px;
    width: 375px;
    max-width: 90vw;
    gap: 0px;
    opacity: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.hb_details_wrapper .hb-detail-box-tooltip-info-arrow {
    width:16px;
    height:16px;
    background: #F6F6F6;
    transform:rotate(45deg) translateX(-50%);
    z-index: 5;
    position: absolute;
    left: 50%;
}
.hb_details_wrapper .hb_details_zins {
    position: relative;
}
.hb_details_wrapper .hb-detail-box-tooltip-info-popup.hb-detail-box-tooltip-info-mobile-right {
    right: 6%;
    min-width: auto;
    transform: none;
    max-width: 88%;
}
.hb_details_wrapper .hb-detail-box-tooltip-info-popup.hb-detail-box-tooltip-info-mobile-left {
    left: 6%;
    min-width: auto;
    transform: none;
    max-width: 88%;
}


/* tooltip table */

.hb-tooltip-table { 
    border-collapse: collapse; 
    width: 90%;
    margin: 0 5%;
    line-height: 2em;

}

.hb-tooltip-table tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    
}

.hb-tooltip-table tr:last-child{
    border-bottom: none;    
}

.hb-tooltip-table .hb-tooltip-td{
    text-align: start;
    vertical-align:top;
    font-size: 14px;
    font-weight: 400;
}

.hb-tooltip-table .hb-tooltip-td-big{
    font-size: 18px;
    font-weight: 700;
}

.hb-tooltip-table .hb-tooltip-td-2{
    text-align: right;
    color: var(--wp--preset--color--primary);
    font-weight: 700;
    vertical-align:top;
    font-size: 18px;
}


/* read more */
.read_more {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.read_more_button {
    width: 100%;
    display: block;
    padding:1rem 3rem 1rem 1rem;
    cursor: pointer;
    box-sizing: border-box;
}
.read_more_button::after {
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #979797;
    display: inline-block;
    border-right: 2px solid #979797;
    transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    top: 1.3rem;
}
.read_more_content {
    display: none;
    padding:0.5rem 1rem 1rem 1rem
}
.read_more_content.active {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:1rem;
    flex-wrap:wrap;
    gap:1rem;
}
.read_more_content_left {
    flex-basis: 100%;
    order:2;
}
.read_more_content_right {
    flex-basis: 100%;
    order:1;
}
.read_more_content_left .read_more_tabs_titles {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:1rem;
    justify-content: flex-start;
    margin-left: -0.5rem;
}
.read_more_content_left .read_more_tabs_titles > div{
    padding:0.5rem;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
}
.read_more_content_left .read_more_tabs_titles > div:hover,
.read_more_content_left .read_more_tabs_titles > div.active{
    background-color: #F6F6F6;
}
.read_more_content_left .read_more_tabs_contents > div {
    display: none;
    padding-top: 1rem;
}
.read_more_content_left .read_more_tabs_contents > div.active {
    display: block;
}
.read_more_content_left .read_more_tabs_contents > div > table {
    width: 100%;
    border-collapse: collapse;
}
.read_more_content_left .read_more_tabs_contents > div > table td{
    padding:5px;
}
.read_more_content_left .read_more_tabs_contents > div > table td:first-child{
    padding-left:0;
}
.read_more_content_left .read_more_tabs_contents > div > table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.read_more_content_left > h4:first-child,
.read_more_content_right > h4:first-child {
    margin-bottom: 1rem;
}
.hb_details_wrapper_wrapper:has(.hb_zins_badge) .hb_details_wrapper {
    padding-top: 3.5rem;
}
.hb_zins_badge{
    height: 90px;
    width: 90px;
    background-color: #dcf6e7;
    border-radius: 9999px;
    position: absolute;
    top: -40px;
    left: calc(50% - 45px);
}

.hb_zins_badge::before{
    content:"";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.14 29.19'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; stroke: %23000; stroke-miterlimit: 10; %7D %3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='2' y='14.69' width='7.5' height='11.62'/%3E%3Crect class='cls-1' x='11.39' y='2.69' width='7.5' height='23.62'/%3E%3Cpolygon class='cls-1' points='21 26.31 28.35 26.31 28.5 8.69 21 8.69 21 26.31'/%3E%3C/svg%3E");
    height: 50px;
    width: 50px;
    position: absolute;
    top: 19px;
    left: 19px;
}

@media only screen and (min-width: 1024px) {

    .hb_details_wrapper_wrapper{
        position: relative;
        margin: 5rem 0 !important;
        width: 100%;
    }
    .hb_details_wrapper_wrapper:has(.is_badge){
        margin-top: 6rem !important;
    } 

    .hb_details_wrapper{
        display:flex;
        position: relative;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
        align-items: center;
        gap:2rem;
        padding:1rem 2rem;
    }
    .hb_details_wrapper > div:first-child{
        flex-basis: 25%;
    }
    .hb_details_wrapper > div:nth-child(2){
        flex-basis: 50%;
    }
    .hb_details_wrapper > div:nth-child(3){
        flex-basis: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-self: stretch;
        align-items: center;
        margin:0;
    }

    .hb_details_wrapper_wrapper:has(.hb_zins_badge) .hb_details_wrapper > div:first-child{
        padding-left: 2rem;
    }

    .hb_details_button div{
        width: auto;
    }

    .read_more_button {
        padding:1rem 2rem;
    }
    .read_more_button::after {
        right: 3rem;   
    }
    .read_more_content {
        padding:0.5rem 2rem 1rem 2rem;
    }
    .read_more_content.active {
        flex-wrap:nowrap;
        gap:2rem;
    }
    .read_more_content_left {
        flex-basis: 100%;
        order:1;
    }
    .read_more_content_right + .read_more_content_left{
        flex-basis: 60%;
    }
    .read_more_content_right {
        flex-basis: 40%;
        order:2;
    }
    

    .hb_h2{
        margin-bottom: 1.5rem;
        font-size: x-large;
        margin-top: 1.5rem;
    }

    .hb_details_list{
        margin-top: 0;
    }

    .is_trophy{
        margin-left: 20px;
    }

    .hb_details_zins{
        margin-bottom: 0;
    }

    .is_trophy::before{
        content: "";
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ef7c00; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M29.8,30c2.9-1.3,4.7-3,5.9-4.7,0-.1.2-.2.4-.2,13.7-1,12.5-13.5,12.5-16.6V3.6c0-.6-.5-1.1-1.1-1.1h-9.3c-.1,0-.2-.1-.2-.2h0c0-.8-.6-1.4-1.3-1.4H13.3c-.7,0-1.3.6-1.3,1.3h0c0,.2,0,.3-.2.3H2.5c-.6,0-1.1.5-1.1,1.1v4.9c0,3.1-1.2,15.6,12.5,16.6.1,0,.3,0,.4.2,1.2,1.8,3.1,3.4,5.9,4.7,1.3.6,1.7.1,1,3.2-.6,3.1-2.7,6.2-4,7.7-1.3,1.4-3.5,4.1-3.5,5.3,0,2.1-.3,3,1.9,3h18.7c2.2,0,1.9-1,1.9-3s-2.1-3.9-3.5-5.3c-1.3-1.4-3.4-4.6-4-7.7-.6-3.1-.3-2.6,1-3.2ZM37.3,22.3c.8-2.5.7-4.8.7-5.7V5.2c0-.3.2-.5.5-.5h7.6c.3,0,.5.2.5.5,0,.5,0,1.7,0,4.3,0,5.2-.9,12.3-8.9,13.2-.2,0-.3-.1-.3-.3ZM12.5,22.6c-8-.9-8.9-8-8.9-13.2s0-3.7,0-4.3c0-.3.2-.5.5-.5h7.6c.3,0,.5.2.5.5v11.4c0,1-.1,3.2.7,5.7,0,.2,0,.3-.3.3Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        height: 20px;
        width: 28px;
        display: inline-block;
        margin-left: -20px;
        vertical-align: middle;
        margin-top: -0.4rem;
    }

    .is_badge{
        display: inline-block !important;
    }

    .hb_germany_badge{
        top: -32px;
        left: 4rem;
        margin:0;
        min-width: 213px;
        width: auto !important;
        height: 30px;
        position: absolute;
        padding: 5px;
    }

    /* small  */
    .hb_small_details_inner_wrapper1{
        display: block;
        position: relative;
        padding: unset;
        text-align: unset;
    }

    .hb_small_details_inner_wrapper2{
        position: relative;
        text-align: start;
    }
    .hb_small_details_inner_wrapper2 h4{
        margin-top: 0;
    }

    /* simple  */
    .hb_simple_details_inner_wrapper1{
        display: block;
        position: relative;
        padding: unset;
        text-align: center;
        font-weight: bold;
    }

    .hb_simple_zins{
        font-size: x-large;
        font-weight: bolder;
    }

    

    .hb_simple_details_inner_wrapper2{
        position: relative;
        text-align: start;
        
    }
    .hb_simple_details_inner_wrapper2 img{
        margin-bottom: 1rem;
    }
    .hb_simple_details_inner_wrapper2 h4{
        margin-top: 0;
    }

    .hb_simple_details_badge_wrapper{
        display: flex;
        font-weight: normal;
        gap:0 1rem;
        flex-wrap: wrap;
    }

    .hb_details_wrapper .reason{
        font-size: 11px;
        display: block;
    }

    .hb_details_wrapper_wrapper:has(.hb_zins_badge) .hb_details_wrapper {
        padding-top: 1rem;
    }
    .hb_zins_badge{
        top: calc(50% - 45px);
        left: -40px;
    }

}