.CMandantenHeader
{
    position: fixed;

    left: 0px;
    top: 0px;

    width: 100%;
    height: 0px;

    background-color: #ffffff;

    z-index: 100;
}

.__iq_CTT
{
    position: absolute;
    cursor: pointer;
    display: block;
    left: calc((100% - 280px) / 2);
    top: calc((100% - 50px) / 2);
    fill: #ffffff;
}

.__iq_CTT svg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: 0px;
    top: 0px;
    width: 280px;
    height: 50px;
}

.__iq_dist_to_top
{
    top: 0px;
}