.claim {
    min-width: 150px;
}
.claim h2 {
    white-space: nowrap;
}
#navGrid {
    margin-top: -37px;
}
@media print, screen and (min-width: 64em) {
    .nav--screen {
        margin: 0 0 18px 0;
    }
}
.nav--service ul#metaNavigation li:first-child > a {
    margin-top: 5px;
}
.nav--service ul#metaNavigation li:nth-child(2) > a {
    padding: 10px 25px 10px 0;
}
.nav--service ul#metaNavigation li:nth-child(2) > a > span.icon {
    left: 10px
}
#subHeaderContainer {
    position: relative;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    height: 0;
}
#subHeader {
    position: absolute;
    top: 0;
    right: 0;
    width: 735px;
    min-height: 100px;
    padding: 49px;
    background: rgba(50, 111, 195, 0.85);
    z-index: 9999;
}
#subHeader {
    display: none;
}
#subHeader > ul {
    display: none;
    margin: 0 0 0 0;
    list-style: none;
    color: #FFFFFF;
}
#subHeader > ul > li {
    padding: 3px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
#subHeader > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.45);
}
#subHeader > ul > li > a {
    color: #FFFFFF;
}
#subHeader > ul > li.active > a {
    font-weight: 700;
    transition: background-color 0.2s;
}
#subHeader > ul > li > a::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: transparent;
    top: -2px;
    margin-right: 9px;
}
#subHeader > ul > li.active > a::before,
#subHeader > ul > li > a:hover::before {
    background-color: #FFFFFF;
}
ul#newDesktopNavigation {
    position: relative;
    top: -20px;
    list-style: none;
    text-align: right;
    margin-left: 0;
}
ul#newDesktopNavigation > li {
    text-align: right;
    margin-left: 66px;
    float: right;
}
ul#newDesktopNavigation > li:last-child {
    margin-left: 0;
}
ul#newDesktopNavigation > li:first-child {
}
ul#newDesktopNavigation > li.active > a {
    font-weight: 700;
    color: #326FC3;
}
ul#newDesktopNavigation > li.active > a:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #326FC3;
    margin-right: 9px;
}
ul#newDesktopNavigation > li > a {
    font-size: 15px;
    color: #72707D;
}
ul#newDesktopNavigation > li > a:hover {
    color: #326FC3;
}
ul#newDesktopNavigation > li > a:hover::before {
    /*background-color: black;*/
}
.nav--screen--secondlevel {
    display: none;
}
/*.breakpoint-indicator {
    display: block;
}*/
/* large */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    ul#newDesktopNavigation > li {
        margin-left: 50px;
    }
    #subHeader {
        width: 640px;
        right: 30px;
    }
}
/* xmedium */
@media screen and (min-width: 56.25em) and (max-width: 63.9375em) {
    header.header {
        padding-bottom: 25px;
    }
    .nav .logo {
        margin-top: -32px;
    }
    .nav .claim h2 {
        margin-top: -18px;
    }
    #navGrid {
        margin-top: -15px;
    }
    ul#newDesktopNavigation {
        top: 10px;
    }
    ul#newDesktopNavigation > li {
        margin-left: 40px;
    }
    #subHeader {
        width: 600px;
        right: 10px;
    }
}
@media screen and (max-width: 56.1875em) {
    #subHeaderContainer {
        display: none;
    }
}
.section--banner .textField {
    display: none;
    position: absolute;
    max-width: 670px;
    max-height: 560px;
    bottom: 75px;
    padding: 70px;
    z-index: 999999;
    overflow: hidden;
}
@media screen and (max-width: 56.1875em) {
    .section--banner .textField {
        display: none ! important;
    }
}
#textFieldForMobileDevices {
    display: none;
    position: relative;
    width: calc(100vw - 20px);
    margin: -30px 0 0 10px;
    padding: 22px 19px;
    background: rgba(50, 111, 195, 0.85);
}
@media screen and (max-width: 56.1875em) {
    #textFieldForMobileDevices {
        display: block;
    }
}
.section--banner .textField[data-background-color='white'] {
    background: rgba(255, 255, 255, 0.85);
}
#textFieldForMobileDevices[data-background-color='lightBlue'],
.section--banner .textField[data-background-color='lightBlue'] {
    background: rgba(80, 169, 230, 0.85);
}
#textFieldForMobileDevices[data-background-color='white'],
#textFieldForMobileDevices[data-background-color='darkBlue'],
.section--banner .textField[data-background-color='darkBlue'] {
    background: rgba(50, 111, 195, 0.85);
}
#textFieldForMobileDevices[data-background-color='green'],
.section--banner .textField[data-background-color='green'] {
    background: rgba(70, 186, 144, 0.85);
}
.section--banner .textField[data-position='left'] {
    left: 74px;
}
.section--banner .textField[data-position='right'] {
    right: 74px;
}
#textFieldForMobileDevices .text,
.section--banner .textField .text {
    font-family: 'Pluto';
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    color: #FFFFFF;
}
/* xlarge */
@media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .section--banner .textField {
        padding: 48px;
    }
    .section--banner .textField .text {
        font-size: 29px;
        line-height: 1.2;
    }
}
/* large */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .section--banner .textField {
        padding: 35px;
    }
    .section--banner .textField .text {
        font-size: 22px;
        line-height: 1.2;
    }
}
/* xmedium */
@media screen and (min-width: 56.25em) and (max-width: 63.9375em) {
    .section--banner .textField {
        padding: 25px;
    }
    .section--banner .textField .text {
        font-size: 20px;
        line-height: 1.2;
    }
}
#textFieldForMobileDevices .text {
    font-size: 18px;
    line-height: 23px;
}
.section--banner .textField[data-background-color='white'] .text {
    color: #72707D;
}
#textFieldForMobileDevices .link,
.section--banner .textField .link {
    margin-top: 30px;
}
#textFieldForMobileDevices .link > a,
.section--banner .textField .link > a {
    font-family: 'Pluto';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
#textFieldForMobileDevices .link > a {
    font-size: 13px;
    line-height: 16px;
}
.section--banner .textField[data-background-color='white'] .link > a {
    color: #72707D;
}
#textFieldForMobileDevices .link > a > svg,
.section--banner .textField .link > a > svg {
    position: relative;
    top: -1px;
    margin-right: 8px;
    transition: opacity 0.2s;
    opacity: 0.3;
}
.section--banner .textField[data-background-color='white'] .link > a > svg path {
    fill: #72707D;;
}
.section--banner .textField .link > a:hover > svg {
    opacity: 1;
}
.section--banner .slick-next,
.section--banner .slick-prev {
    width: 35px;
    height: 35px;
    z-index: 999999;
}
.section--banner .slick-prev {
    left: 25px;
}
.section--banner .slick-next {
    right: 25px;
}
.section--banner .slick-next:before,
.section--banner .slick-prev:before {
    opacity: 0.85;
    color: #FFFFFF;
    font-size: 25px;
}
@media screen and (max-width: 56.1875em) {
    .section--banner .slick-next,
    .section--banner .slick-prev {
        width: 20px;
        height: 25px;
        font-size: 20px;
    }
    .section--banner .slick-prev {
        left: 15px;
    }
    .section--banner .slick-next {
        right: 15px;
    }
    .section--banner .slick-next:before,
    .section--banner .slick-prev:before {
        position: absolute;
        top: 0;
    }
    .section--banner .slick-prev:before {
        left: 0;
    }
    .section--banner .slick-next:before {
        right: 0;
    }
}

/* Language */

.language-nav {
    padding: 10px 40px;
}

@media screen and (min-width: 900px) {
    .language-nav {
       padding: 0;
    }
}

.language-nav a {
    padding: 10px !important;
}

.language-nav li.is-active a {
    background: #326fc3 !important;
}

.language-nav a:hover {
    background: #326fc3 !important;
    color: #fefefe !important;
}

@media screen and (min-width: 900px) {
    .nav--service {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 15px;
    }
}