﻿/* headline block*/
/*ba_hotfix 2018-03-28*/
.headline-block {
    background-color: transparent;
    border-bottom: 0px;
}

    .headline-block > .headline-content-section {
        max-width: 1400px;
        margin: 0 auto;
        background: #f2f2f2;
        border-bottom: 1px solid #ccc;
    }

        .headline-block > .headline-content-section a {
            color: #007aca;
        }
    /*ba_hotfix end*/
    .headline-block .headline-content {
        margin-top: 2px;
    }

        .headline-block .headline-content a {
            /*nc4*/
            /*font-family: "PFBeauSansProRegular",Tahoma,Arial,Helvetica,Verdana,Sans-Serif;*/
            margin-right: 1em;
            /*nc4*/
            /*font-size: 18px;*/
            font-size: 16px;
            line-height: 1.6em;
            color: #007ACA;
            display: inline-block;
        }

            .headline-block .headline-content a.active {
                text-decoration: underline;
            }

    .headline-block .row > div,
    .headline-block .row-full-width > div {
        text-align: left;
    }

    .headline-block.fixed {
        border-bottom: 1px solid #DBDBDD;
        position: fixed;
        z-index: 999;
        width: 100%;
        max-width: 100%;
    }

        .headline-block.fixed .headline-content a {
            color: #007ACA;
        }

.headline-block-container {
    height: auto;
    overflow: hidden;
}

.headline-size-restrict {
    width: auto;
    float: none;
    overflow: hidden;
}

.language-selector-block {
    float: right;
    padding-right: 1.3885rem;
}

.flags-container {
    width: 135px;
    float: right;
}

.flag-icon-container {
    float: right;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*border: 1px solid #ccc;*/
    margin-left: 15px;
    margin-top: 2px;

}

.flag-icon-link img {
    display: inline;
    margin: 0 auto;
    /*height: 100%;*/
    width: auto;
}


.headline-block.fixed .headline-size-restrict {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.headline-block.fixed .headline-content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
/* End Headline block*/
