.row
{
    margin-bottom: 100px;
}

.navbar-collapse
{
    position: absolute;
}

.header_secondary
{
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding-right: 8.33%;
    padding-left: 8.33%;
}

.block-language {
    float: right;
}

.col-sm-12 {
    padding-top: 50px;
}

.navbar-header
{
    height: 450px;
}

header.navbar
{
    background-image: url(/themes/THEMENAME/img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    background-position: bottom;
    background-attachment: fixed;
}

.col-sm-12
{
    padding-left: 8.33%;
    padding-right: 8.33%;
}

section.high-contrast-switch
{
    float: right;
    margin-top: 6px;
    margin-left: 32px;
}
@media screen and (max-width: 766px) /* navbar mobile */
{
    .navbar
    {
        margin-bottom: 0px;
    }

    .navbar-header
    {
        height: 48vh;
    }

    .row
    {
        margin-bottom: 0;
    }

    header.navbar
    {
      background-position-x: -230px;
      background-position-y: -40px;
    }
}
