/*** CSS HEADER START ***/

.custom-header {
    /* Positioning */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;

    /* Box-model */
    height: 100px;
    width: 100% !important;
    margin: auto;
}

.container-header {
    /* Positioning */
    position: relative;

    /* Box-model */
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.fixedBar {
    /* Positioning */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;

    /* Box-model */
    display: none;
    width: 100%;
    margin: auto;

    /* Visual */
    background-color: #33999c;
}

.fixedBarInternalPage{
    /* Box-model */
    display: block!important;
}

.container-menu-header {
    /* Positioning */
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1;

    /* Box-model */
    /*width: 512px;*/
    /*width: 903px;*/
    width: 1042px;
    margin: auto;

    /* Typography */
    font-weight: bold;
    font-size: 20px;
    font-family: 'Oswald', bold !important;
    text-align: left !important;

    display: flex;
    justify-content: center
}

.container-menu-header a {
    /* Box-model */
    margin: 0 10px;
    padding: 10px;

    /* Typography */
    font-weight: bold;
    font-size: 16px;
    color: #282828;

    /* Visual */
    border: 1px solid transparent;
}

.container-menu-header-fixed a {
    /* Typography */
    color: #282828;
}

.socialheader-absolute-position {
    /* Positioning */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    /* Box-model */
    width: 317px;
    height: 100%;
}

.socialheader {
    /* Positioning */
    position: relative;

    /* Box-model */
    height: 100%;
    width: 397px;
    float: right;
}

.container-social-icon-header {
    /* Positioning */
    position: absolute;
    top: 20px;
    right: 40px;

    /* Box-model */
    margin: 0 !important;
    height: 30px;

    /* Typography */
    font-family: 'Oswald', bold !important;
    font-size: 12px;
}

.container-social-icon-header div {
    /* Box-model */
    margin-left: 10px !important;
}

.container-button-choice-language {
    /* Positioning */
    position: absolute;
    top: 6px;
    bottom: 0;
    left: -127px;
    padding-top: 6px;

    /* Box-model */
    width: 102px;
    height: 30px;
}

.header-social-image {
    /* Box-model */
    width: 30px;
    height: 30px
}

.container-download-button-header {
    /* Positioning */
    position: absolute;
    right: 40px;
    bottom: 10px;

    /* Box-model */
    margin: 0 !important;
    height: 30px;

    /* Typography */
    font-family: 'Oswald', bold !important;
    font-size: 12px;
}

.container-download-button-header div{
    /* Box-model */
    margin-left: 10px;
}

.header-element-inline{
    /* Box-model */
    display: inline-block;
}

.menu-a-selected {
    color: white !important;
}

.topFixedBar{
    /* Positioning */
    position: relative !important;
    z-index: 100000 !important;

    /* Box-model */
    height: 100px !important;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;

    /* Typography */
    font-family: 'sonder_sansblack';

    /* Visual */
    background: #33999c!important;
}

.topFixedBarMobile{
    /* Positioning */
    z-index: 10000001 !important;

    /* Box-model */
    display: none;
}

.imgMini_mobile{
    /* Box-model */
    display: none;
    min-width: 100px;
    min-height: 35px;
}

.navHeader a:hover, .navHeader a.selected{
    /* Typography */
    color:#161616;
    text-decoration: none;
}

.navHeader a.selected{
    /* Visual */
    border: 1px solid #161616;
}

.mobileMenu{
    /* Box-model */
    display: none;
}

.downloaderheader-fixed{
    /* Positioning */
    position: absolute;
    top: 7px;
    left: 54px;

    /* Box-model */
    height: 82px;
    width: 65px;
}

.downloaderheader-fixed img{
    /* Box-model */
    width: 100%;
    height: 100%;
}

.language-separator{
    /* Typography */
    font-family: 'Lato-Regular';
    font-size: 13px;
    color: #282828;
}

.choice-en-language{
    /* Box-model */
    padding: 0 6px 0 !important;

    /* Typography */
    font-family: 'Lato-Regular';
    font-size: 13px;
    color: #282828;

    /* Visual */
    border-color: transparent transparent transparent;
    border-style: none;
    background-color: transparent;
    cursor: pointer!important;
}

.choice-it-language{
    /* Box-model */
    padding: 0 6px 0 !important;

    /* Typography */
    font-family: 'Lato-Regular';
    font-size: 13px;
    color: #282828;

    /* Visual */
    border-color: transparent transparent transparent !important;
    border-style: none !important;
    border-width: 0 !important;
    background-color: transparent;
    cursor: pointer!important;
}

.choice-language-division{
    font-family: 'Lato-Regular';
    font-size: 13px;
    color: #282828;

    /* Visual */
    border-color: transparent transparent transparent !important;
    border-style: none !important;
    border-width: 0 !important;
    background-color: transparent;
}

.choice-language-active{
    /* Typography */
    color: white !important;
}

@media only screen and (max-width: 1550px) {
    .container-menu-header a {
        padding: 0;
    }

    .container-menu-header {
        width: 843px;
    }
}


@media only screen and (max-width: 1400px) {
    .socialheader-absolute-position {
        /* Typography */
        font-size: 11px;
    }
}

@media only screen and (max-width: 1332px) {
    .container-menu-header {
        /* Box-model */
        width: 671px;
    }

    .container-menu-header a {
        /* Box-model */
        margin: 0 5px;
        padding: 0px;

        /* Typography */
        font-size: 14px;
    }
}

@media only screen and (max-width: 1240px) {
    .socialheader-absolute-position {
        /* Typography */
        font-size: 10px;
    }

    .socialheader-absolute-position .cwhite:first-child{
        /* Box-model */
        display: none;
    }
}

@media only screen and (max-width: 1158px) {
    .custom-header{
        /* Box-model */
        display: none !important;
    }

    .fixedBar {
        /* Box-model */
        display: block !important;
        max-width: 100vw;
        margin: 0 !important;
    }

    .container-menu-header{
        /* Box-model */
        display: none;
    }

    .container-menu-header a {
        /* Box-model */
        margin: 0 10px;
    }

    .socialheader-absolute-position {
        /* Box-model */
        display: block;
        width: 206px;
    }

    .socialheader{
        /* Box-model */
        display: block;
        width: 216px !important;
    }

    .container-social-icon-header {
        /* Positioning */
        right: 15px;
    }

    .container-download-button-header {
        /* Positioning */
        right: 15px;
        bottom: 8px;

        /* Box-model */
        width: 230px;
    }

    .topFixedBarMobile {
        /* Positioning */
        position: relative;

        /* Box-model */
        display: block !important;
        height: 50px;

        /* Visual */
        background-color: #4c8b88!important;
    }

    .topFixedBarMobile {
        /* Positioning */
        position: relative;

        /* Box-model */
        display: block !important;
        height: 50px;

        /* Visual */
        background-color: #4c8b88!important;
    }

    .imgMini_mobile{
        /* Box-model */
        display: block;

        /* Misc */
        visibility: visible;
    }

    .imgMini{
        /* Box-model */
        display: none;
    }

    .navHeader, .navHeaderMobile{
        /* Box-model */
        display: none;
    }

    .mobileMenu {
        /* Positioning */
        position: fixed;
        top: 138px;
        bottom: 0;
        left: 0;
        z-index: 9999;

        /* Box-model */
        width: 100%;
        display: none;

        /* Typography */
        text-align: center;

        /* Visual */
        background: #4c8b88!important;
    }

    .mobileMenu a{
        /* Box-model */
        display: block;
        margin-left: 20px;
        margin: 0px 15px;
        padding: 10px;

        /* Typography */
        color: white;
        text-align: left;
        font-size: 16px;
        font-weight: bold;

        /* Visual */
        border: 1px solid transparent;
    }

    .mobileMenu a:hover, .mobileMenu a.selected {
        /* Typography */
        color: #161616;
        text-decoration: none;
    }

    .downloaderheader-fixed {
        /* Positioning */
        position: absolute;
        top: 32px;
        left: 15px;

        /* Box-model */
        height: 41px;
        width: 118px;
    }
}

@media(max-width:1000px) {
    .custom-header, .fixedBar{
        /* Typography */
        font-size:11px;
    }
}

/*** CSS HEADER END ***/