
.hsb-business__content {
    margin-top: 48px;
}
.cookies {
    color: #fff;
    background-color: grey;
    position: fixed;
    overflow: hidden;
    /*font-size: 18px;*/
    line-height: 4em;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;}

.cookies span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
.cookies a {
    color: #ffffff;
    text-decoration: underline;
}
#cookiesconfirm {
    background-color: #ffffff;
    color: grey;
}
@media (max-width: 1599px){
    .hsb-business__content button {
        padding: 0 26px;
    }
}

    .hsb-business__content button {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        background-color: #292929;
        border: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 0 40px;
        line-height: 45px;
        margin-top: 30px;
    }

@media (max-width: 1060px){
    .cookies {
        text-align: center;
        display: block;
        line-height: 2em;
        padding: 20px;
    }
}

#ilab {
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*width: 21%;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#ilab a {
    margin-left: 3px;
}

#ilab a {
    color: grey;
}

.ilab-icon {
    width: 28px;
    height: auto;
    margin-right: 3px;
}

#ilab:hover {
    cursor: pointer;
}

#ilab {
    color: grey;
}

.column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

.filling-empty-space-childs {
    width: calc(33.3% - 10px);
    height: 0;
}

.item-link:hover {
    cursor: pointer;
}

#breadcrumbs {
    color: grey;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

#breadcrumbs a {
    color: grey;
}

.active-section {
    text-decoration: underline !important;
    color: #ccc !important;
}

@media (max-width: 425px) {
    .txt2.v2 {
        padding-top: 5%;
    }
    .column {
        padding-bottom: 5% !important;
    }

}

@media (max-width: 640px) {
    #ilab {
        justify-content: center;
        margin-top: 5px;
    }
}

@media (max-width: 1000px) {
    .column {
        column-gap: 2em;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        margin-bottom: 5%;
    }
    .b_info6 .descr {
        flex-wrap: unset;
    }
}

