
/* page header */

.pageHeader {
display: block;
width: inherit;
max-width: inherit;
margin: 0 auto;
padding: 0;
border: 0;
background-color: transparent;
pointer-events: none;
position: fixed;
top: 0;
z-index: 2;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}

.pageHeader .devLabel {
display: block;
position: fixed;
top: -20px;
left: -40px;
z-index: 10001;
width: 100px;
height: 60px;
padding: 36px 0 0 0;
background-color: #1E3228;
color: #ffffff;
font-size: initial;
line-height: 1;
pointer-events: none;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.pageHeader .contentBlock {
display: flex;
align-items: center;
/*justify-content: center;*/
text-align: left;
position: relative;
}

.pageHeader .contentGrid {
background: none !important;
pointer-events: none;
}

.pageHeader .contentGrid.flexStyle {
flex-direction: row-reverse;
}

.pageHeader a {
text-decoration: none;
}

.pageLogo {
display: inline-block;
width: 11.5rem;
height: 5.875rem;
opacity: 1;
position: absolute;
top: auto;
bottom: 3rem;
left: 50%;
z-index: 1;
pointer-events: none;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.pageLogo > svg {
width: 100%;
height: 100%;
}

.pageHeader.header--scrolled {
background-color: transparent;
z-index: 1000;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}

.pageHeader.header--scrolled .mainNavi {
/**/
}


nav {
display: inline-block;
width: 100%;
box-sizing: border-box;
padding: 0;
margin-right: 0;
position: relative;
pointer-events: none;
}

nav > * {
pointer-events: initial;
}

nav.flexStyle {
flex-wrap: wrap;
flex-direction: row;
width: calc(7 * var(--col-1) + var(--col-1-no-space));
max-width: 100%;
min-height: 50vh;
margin: 0 auto;
padding: 0 7.75rem 4rem;
background-color: #56655E;
top: -100vh;
position: relative;
overflow: hidden;
opacity: 0.75;
-webkit-transition: 0.95s;
-moz-transition: 0.95s;
-o-transition: 0.95s;
transition: 0.95s;
}

nav.flexStyle.openOnMobiles {
top: 0;
opacity: 1;
-webkit-transition: 0.75s ease-out;
-moz-transition: 0.75s ease-out;
-o-transition: 0.75s ease-out;
transition: 0.75s ease-out;
}

nav.flexStyle:not(.openOnMobiles) > div, 
nav.flexStyle:not(.openOnMobiles) > ul, 
nav.flexStyle:not(.openOnMobiles) > p {
padding: 0 !important;
margin:  0 !important;
height: 0 !important;
opacity: 0 !important;
font-size: 0 !important;
overflow: hidden;
opacity: 0;
}

nav.flexStyle > div, 
nav.flexStyle > ul {
-webkit-transition: 0.45s;
-moz-transition: 0.45s;
-o-transition: 0.45s;
transition: 0.45s;
}

nav.flexStyle > p {
width: 75%;
padding: 2rem 0;
margin: 0;
color: rgba(255,255,255,0.8);
font-size: 1.0625rem;
line-height: 1.4875rem;
}

nav.flexStyle > div.pageLangsWrapper {
width: max-content;
max-width: 25%;
padding: 2rem 0;
margin: 0 0 0 auto;
align-self: flex-end;
}

div.pageLangs {
margin-left: auto;
}

.pageHeader nav ul, 
.pageHeader div.serviceNaviListWrapper {
opacity: 0;
pointer-events: none;
}
  
.pageHeader nav.openOnMobiles ul, 
.pageHeader .serviceNaviListWrapper.openOnMobiles {
opacity: initial;
pointer-events: initial;
}

.navTopRight {
float: right;
display: flex;
width: auto;
margin: 0.25rem 0 0.25rem 2rem;
display: none !important;/* hidden, not required */
}

.navTopRight-onTop {
/* on top: */
font-size: 0.9rem;
position: absolute;
top: -1rem;
right: 0;
justify-content: space-between;
/*width: 100%;*/
}


ul.navTopRightItems, 
ul.countryLangItems {
list-style-type: none;
float: right;
display: block;
width: auto;
box-sizing: border-box;
margin: 0;
padding: 0;
}

ul.navTopRightItems li, 
ul.countryLangItems li {
float: left;
display: block;
margin: 0 0 0 1em;
}

ul.navTopRightItems li a, 
ul.countryLangItems li a {
background-repeat: no-repeat;
background-size: 0 0;
background-position: 0 45%;
}

.countrySelectorWrapper {
margin-left: 0;
text-align: right;
}

select.countrySelector {
display: inline-block;
width: auto;
height: auto;
border: 0;
padding: 0 0.7rem 0 0;
text-align: right;
background-color: transparent;
background-size: auto 0.4rem;
background-position: 100% 50%;
direction: rtl !important;
}

select.countrySelector option {
padding: 0;
text-align: right;
}

.langChangerWrapper {
margin-left: 0;
}

select.langChanger {
display: inline-block;
width: auto;
height: auto;
border: 1px solid;
border-radius: 1.5rem;
padding: 0.65rem 3rem 0.65rem 2.5rem;
background-color: transparent;
background-size: auto 0.5rem;
background-position: right 0.75rem center;
}

select.langChanger option {
padding: 0;
}

/**/

.mobileNaviOpener {
display: block;
width: 10.375rem;
height: 3.125rem;
border-radius: 3.125rem;
border: 0;
text-align: center;
line-height: 0;
cursor: pointer;
z-index: 10001;
position: absolute;
top: 2rem;
left: 50%;
pointer-events: initial;
color: #ffffff;
background-color: #56655E;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.35s ease, background 0s;
-moz-transition: 0.35s ease, background 0s;
-o-transition: 0.35s ease, background 0s;
transition: 0.35s ease, background 0s;
}

.mobileNaviOpener:after {
content: 'Menu';
display: block;
width: inherit;
height: inherit;
box-sizing: border-box;
border-radius: inherit;
padding: 1.5rem 2rem 1.25rem 2rem;
font-size: 1.5rem;
position: absolute;
top: 0;
left: 0;
z-index: -1;
pointer-events: none;
}

.mobileNaviOpener span {
position: absolute;
top: 49%;
left: 50%;
margin-left: -1.5rem;
display: inline-block;
width: 3rem;
height: 1px;
background-color: #1E3228;
line-height: 0;
opacity: 0;
overflow: hidden;
/*
-webkit-transition: transform 0.25s;
-moz-transition: transform 0.25s;
-o-transition: transform 0.25s;
transition: transform 0.25s;
*/
}

.mobileNaviOpener:hover span {
background-color: #1E3228;
}

.pageHeader-dark .mobileNaviOpener span {
background-color: #ffffff;
}

.pageHeader-dark .mobileNaviOpener:hover span {
background-color: #ffffff;
}

/**/

.mobileNaviOpener span:nth-child(1) {
margin-top: -0.5rem;
}

.mobileNaviOpener span:nth-child(2) {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: width 0.3s, opacity 0.25s;
-moz-transition: width 0.3s, opacity 0.25s;
-o-transition: width 0.3s, opacity 0.25s;
transition: width 0.3s, opacity 0.25s;
}

.mobileNaviOpener span:nth-child(3) {
margin-top: 0.5rem;
}

.mobileNaviOpener.opened {
width: 3.125rem;
height: 3.125rem;
border-radius: 3.125rem;
background-color: #E1C9B8;
top: 2rem;
}

.mobileNaviOpener.opened:after {
display: none;
}

.mobileNaviOpener.opened span {
left: 50%;
width: 1.5rem;
margin-top: 0;
margin-left: -0.75rem;
background-color: #1E3228;
opacity: 1;
}

.mobileNaviOpener.whiteStyle.opened span {
background-color: #ffffff;
}


.mobileNaviOpener.opened span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.mobileNaviOpener.opened span:nth-child(2) {
width: 0;
opacity: 0;
}

.mobileNaviOpener.opened span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.mobileNaviOpener.whiteSyle {
border-color: #ffffff;
background-color: transparent;
}

.mobileNaviOpener.whiteSyle span {
background-color: #ffffff;
}

.whiteStyle .mobileNaviOpener:not(.opened) {
border-color: #ffffff;
}

.whiteStyle .mobileNaviOpener:not(.opened) span {
background-color: #ffffff;
}


.mobileNaviOpener.opened:hover span {
background-color: #1E3228;
}

.mobileNaviOpener.tempDark span {
background-color: #1E3228 !important;
}

.pageHeader div.serviceNaviListWrapper {
display: flex;
align-self: center;
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 2.75rem 0;
font-size: 1.125rem;
overflow: hidden;
position: relative;
top: 0;
}

.pageHeader div.serviceNaviListWrapper > a.goHome {
padding-left: 1.5rem;
background-image: url(../images/scroll-arrow-left-white.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 1rem auto;
color: #ffffff;
}

ul.serviceNaviList {
list-style-type: none;
display: flex;
flex-direction: row;
max-width: 100%;
padding: 0;
margin: 0;
font-size: inherit;
pointer-events: initial;
}

ul.serviceNaviList > li {
display: flex;
align-self: flex-start;
width: auto;
padding: 0;
margin: 0 1rem 0 0;
}

ul.serviceNaviList > li:last-of-type {
margin-right: 0;
}


ul.serviceNaviList > li > a.navButton {
display: block;
width: max-content;
padding: 0 1.5rem 0 0;
margin: 0;
border-radius: 2.5rem;
color: #ffffff;
}

ul.serviceNaviList > li > a.navButton:not(.navButton__active):hover {
/**/
}

ul.serviceNaviList > li > a.navButton__active {
/**/
position: relative;
}

ul.serviceNaviList > li > a:before {
display: none;
}

div.pageLangs > ul {
list-style-type: none;
display: flex;
flex-direction: row;
max-width: 100%;
padding: 0;
margin: 0 0 0 auto;
font-size: 1rem;
line-height: 1rem;
pointer-events: initial;
}

div.pageLangs > ul > li {
display: flex;
align-self: flex-start;
width: auto;
padding: 0;
margin: 0 -1.75rem 0 0;
}

div.pageLangs > ul > li:last-of-type {
margin-right: 0;
}


div.pageLangs > ul > li > a {
display: block;
width: 6rem;
padding: 0.675rem 1rem;
margin: 0;
border: 1px solid;
border-radius: 1.5rem;
text-align: center;
color: #ffffff;
border-color: #ffffff;
background-color: #56655E;
overflow: hidden;
position: relative;
z-index: 0;
}

div.pageLangs > ul > li > a.active {
width: 4.85rem;
color: #1E3228;
border-color: #ffffff;
background-color: #ffffff;
z-index: 1;
}

/* main navi */
.mainNavi { 
display: flex;
flex-wrap: wrap;
flex-direction: column;
width: 100%;
max-width: 100%;
white-space: initial;
text-align: left;
margin: 2rem auto;
padding: 0;
opacity: 1;
}

.mainNavi li {
display: block;
width: auto;
padding: 0;
margin: 0 0 1rem 0;
text-align: left;
background-image: none;
}

.mainNavi li:nth-of-type(1n+8) {
/* show only 7 */
display: none !important;
} 

.mainNavi li a.navButton {
display: block;
width: auto;
padding: 0;
margin: 0;
border-radius: 0;
color: #ffffff;
background-color: transparent;
font-size: 3.75rem;
line-height: 1;
}

.mainNavi li a.navButton.subNavOpener[href="#"] {
cursor: default;
}

.mainNavi li a.navButton:not(.navButton__active):hover {
color: rgba(255,255,255,0.4);
}

.mainNavi li a.navButton__active {
color: rgba(255,255,255,0.4);
position: relative;
}

.mainNavi li a:before {
display: none;
}


.mainNavi li .subnavBox {
display: none;
position: absolute;
top: 3.5rem;
padding-top: 0.75rem;
z-index: 2;
}

.mainNavi li .subnavBox ul.subNaviList {
padding: 0 1rem 0 1rem;
}

.mainNavi li .subnavBox ul.subNaviList li {
width: auto;
margin: 0.25rem 0;
white-space: nowrap;
}

.mainNavi li .subnavBox ul.subNaviList li a {
display: block;
width: max-content;
padding: 0.525rem 2.582rem 0.63rem 2.582rem;
margin: 0;
border-radius: 0;
font-size: 1.25rem;
}

.mainNavi li .subnavBox ul.subNaviList li a:not(.activeSubpage):hover {
/**/
}

.mainNavi li .subnavBox ul.subNaviList li a.activeSubpage {
/**/
}

.mainNavi li .mobileSubnavExpander {
display: none;
}

.mainNavi .showOnMobiles {
display: none;
}

.subNav {
display: block;
width: 100%;
max-width: 100%;
height: 400px;
padding: 0;
margin: 0 auto;
overflow: hidden;
opacity: 1;
position: absolute;
top: 0;
left: 0;
z-index: 1000;
background-color: rgba(255,255,255,1);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.subNav .delimiter {
width: 100%;
}

.subNav .paddingBox {
width: 100%;
padding-top: 1.4em;
}

.subNavCloser {
position: absolute;
top: 1.8em;
right: 1.6em;
display: block;
width: 50px;
height: 50px;
background-image: url(../images/mobile-closer-icon-black.html);
background-size: 15px auto;
background-repeat: no-repeat;
background-position: center center;
}

.subnavBox {
padding: 0;
}

.subNav .subnavBox {
float: left;
position: absolute;
display: inline-block;
top: -400px;
padding: 1.2em 0;
opacity: 0;
}

.subNav .subnavBox.active {
left: 50%;
top: auto;
opacity: 1;
-webkit-transition: left 0.2s, opacity 0.5s;
-moz-transition: left 0.2s, opacity 0.5s;
-o-transition: left 0.2s, opacity 0.5s;
transition: left 0.2s, opacity 0.5s;
}

.subNav h3 {
display: none;
}

.subNav ul {
list-style-type: none;
width: 280px;
max-width: 100%;
padding: 0;
margin: 0;
}

.subNav ul li {
padding-left: 0;
background-image: none;
}

.subNav ul li a {
display: block;
padding: 0.25em 0 0.25em 0;
margin: 0 0 0.5em 0;
border-bottom: 1px solid;
border-color: #D9D9D9;
}

.subNav ul li a:hover {
border-color: #DA291C;
}

.subNav a.active {
color: #DA291C;
border-color: #DA291C;
}

.subNav a.activeSubpage {
color: #DA291C;
}

.subNav.subNavClosed {
height: 0 !important;
min-height: 0 !important;
opacity: 0;
z-index: -1000;
}

.subNav.subNavClosed .paddingBox {
padding-top: 0;
padding-bottom: 0;
}


div#pagecontent.relativePositioned {
/*z-index: 0;*/
}

main {
max-width: 100%;
box-sizing: border-box;
/*overflow-x: hidden;*/
}

main > div {
position: relative;
}


main.fadedOut:after {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 10;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}

div#pagecontent > main:before {
content: '';/*IMS Foundation*/
display: block;
width: 0;
height: 1.25rem;
font-size: 1.25rem;
line-height: 1.25rem;
position: absolute;
top: 100vh;
left: 100%;
z-index: 2;
white-space: nowrap;
pointer-events: none;
transform-origin: bottom left;
-webkit-transform: rotate(-90deg) translate(4.5rem, -2.5rem);
-moz-transform: rotate(-90deg) translate(4.5rem, -2.5rem);
-o-transform: rotate(-90deg) translate(4.5rem, -2.5rem);
-ms-transform: rotate(-90deg) translate(4.5rem, -2.5rem);
transform: rotate(-90deg) translate(4.5rem, -2.5rem);
}

.contentBlock {
display: inline-block;
}

.contentBlock-verticalpadding {
padding-top: 9.375rem;/* 150px */
padding-bottom: 9.375rem;
}

.contentBlock-verticalpadding-plus {
padding-top: 16.25rem;/* 260px */
padding-bottom: 16.25rem;
}

.contentBlock-verticalpadding-less {
padding-top: 4.6875rem !important;/* 80px */
padding-bottom: 4.6875rem !important;
}

.contentBlock-verticalpadding-colspace {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}

.contentBlock-leftrightpadding {
padding-left: 2rem;
padding-right: 2rem;
}

/* breadcrumb */

.breadcrumbNavigation {
width: calc(1280px + 4em);
padding: 2.375em 2em 2.375em 2em;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.breadcrumbNavigation a {
color: inherit;
}

.breadcrumbNavigation a:hover {
color: #43574b;
}

.bcitems-delimiter {
display: inline-block;
width: 18px;
text-align: center;
line-height: 0.75;
}


/* infinite scroll ticker */

.tickertextParent {
display: block;
width: 100%;
padding: 0;
margin: 0 auto;
overflow: hidden;
position: relative;
z-index: 1;
}

.tickertextWrapper {
display: flex;
align-items: center;
width: 100%;
/*min-height: 10rem;*/
}

.tickertextWrapper.flexStyle-alignLeft {
align-items: flex-start;
}

.text-ticker {
display: block;
padding: 0 !important;
margin: 0 !important;
font-size: 3.125rem;
line-height: inherit;
}

.text-ticker > a:hover {
color: #DA0030;
}

.text-ticker-hover {
/**/
}

.text-ticker-hover > p {
display: block;
position: relative;
}

div[id^="cblock_"] .tickertextWrapper > .text-ticker {
/**/
}

div[id^="cblock_"] .tickertextWrapper > .text-ticker.text-ticker-hover > p {
display: inline-block;
margin: 0;
font-size: inherit;
line-height: inherit;
position: relative;
white-space: nowrap;
}

div[id^="cblock_"] .tickertextWrapper > .text-ticker.text-ticker-hover > p:after {
content: '—';
display: inline-block;
width: 2em;
text-align: center;
}

div[id^="cblock_"] .tickertextWrapper.flexStyle-alignLeft > .text-ticker.text-ticker-hover > p {
padding-right: 6rem;
vertical-align: top;
}

div[id^="cblock_"] .tickertextWrapper.flexStyle-alignLeft > .text-ticker.text-ticker-hover > p:after {
position: absolute;
top: 0;
right: 0;
}

.tickertextWrapper > .text-ticker.text-ticker-hover > p > span {
display: block;
margin-top: 0.5rem;
font-size: 1.875rem;
line-height: 1.1;
}

div[id^="cblock_"] > .tickertextParent {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}

.text-ticker-animation {
white-space: nowrap;
/*padding-right: 1.5rem !important;*/
animation: marquee linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);/* calc(-100% - 1rem) */
  }
}


div.text-ticker.flexStyle.flexStyle-nowrap.text-ticker-animation {
/**/
}

div[id^="cblock_"] .tickertextWrapper > div.text-ticker.flexStyle.flexStyle-nowrap.text-ticker-animation > div {
display: flex;
align-items: center;
width: 22vw;
}

div[id^="cblock_"] .tickertextWrapper > div.text-ticker.flexStyle.flexStyle-nowrap.text-ticker-animation > div > img {
max-width: 100% !important;
}

div[id^="cblock_"] .tickertextWrapper > div.text-ticker.flexStyle.flexStyle-nowrap.various-slides.text-ticker-animation > div {
width: auto;
min-width: 44vw;
margin: 0 1.5rem;
}

div[id^="cblock_"] .tickertextWrapper > div.text-ticker.flexStyle.flexStyle-nowrap.various-slides.text-ticker-animation > div:nth-child(even) {
width: auto;
min-width: 56vw;
}


.text-ticker-animation-paused {
animation-play-state: paused;
}


div[id^="cblock_"] {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}


/* buttons */

.buttonStyle {
display: block;
width: 100%;
max-width: 100%;
height: auto;
box-sizing: border-box;
border-radius: 5rem;
border: 1px solid;
border-color: #8E9994;
color: #8E9994;
padding: 3.125rem 3.75rem;
font-size: 1.625rem;
line-height: 2.1125rem;
text-align: left;
text-indent: initial;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
cursor: pointer;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

.buttonStyle:hover {
border-color: #1E3228;
color: #1E3228;
}

.buttonStyle-linkedin {
padding-right: 6rem;
}

.buttonStyle-linkedin:after {
content: '';
display: block;
width: 2.25rem;
height: 2.25rem;
background-image: url(../images/share-linkedin-icon.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: auto 100%;
opacity: 0.5;
position: absolute;
top: 50%;
right: 3.5rem;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

.buttonStyle-linkedin:hover:after {
opacity: 1;
}


.fadeInOnCenter {
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}

div[id^="cblock_"] .fadeInOnCenter:not(.fadeInOnCenter--visible) {
opacity: 0;
display: inline-block;
width: 0;
height: 0;
overflow: hidden;
}

div[id^="cblock_"] .fadeInOnCenter.fadeInOnCenter--visible {
opacity: 1;
display: inline;
width: initial;
height: initial;
overflow: initial;
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
}


.popUpButton {
/**/
}

.linksDelimiter {
display: inline-block;
width: 2rem;
}

.linksDelimiter:after {
content: '–';
display: inherit;
width: inherit;
text-align: center;
}

a.inlineLink {
text-decoration: underline;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}


a.downloadLink {
display: inline-block;
width: auto;
padding-right: 1.5em;
margin-right: 2rem;
position: relative;
}

a.downloadLink:after {
content: '';
display: inline-block;
width: 1.5em;
height: 1.15em;
box-sizing: border-box;
margin: 0;
background-image: url(../images/download-icon.svg);
background-repeat: no-repeat;
background-size: auto 100%;
background-position: right top;
position: absolute;
top: 0;
right: 0;
}

a.localLink {
display: inline-block;
width: auto;
padding-right: 1.5em;
margin-right: 2rem;
position: relative;
}

a.localLink:after {
content: '';
display: inline-block;
width: 1em;
height: 1.2em;
box-sizing: border-box;
margin: 0;
background-image: url(../images/arrow-right.svg);
background-repeat: no-repeat;
background-size: 100% auto;
background-position: right center;
position: absolute;
top: 0;
right: 0;
}

a.externLink {
display: inline-block;
width: auto;
padding-right: 1.5em;
margin-right: 2rem;
position: relative;
}

a.externLink:after {
content: '';
display: inline-block;
width: 1em;
height: 1.2em;
box-sizing: border-box;
margin: 0;
background-image: url(../images/arrow-right.svg);
background-repeat: no-repeat;
background-size: 100% auto;
background-position: right center;
position: absolute;
top: 0;
right: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

p.linksWrapper {
display: block;
width: 100%;
margin: 0;
padding: 1.875rem 0 0 0;
}

p.linksWrapper > a.externLink, 
p.linksWrapper > a.localLink, 
p.linksWrapper > a.downloadLink {
font-size: 1.5rem;
margin: 0 1.5rem 0 0;
}

p.linksWrapper > a:last-of-type {
margin-right: 0;
}

p.locationStyle {
/**/
}

p.locationStyle:before {
content: '';
display: block;
width: 0.75rem;
height: 1.125rem;
margin-bottom: 0.35rem;
background-image: url(../images/location-icon.svg);
background-repeat: no-repeat;
background-size: 100% auto;
background-position: 0 0;
}

a.bubbleLink {
display: flex;
justify-content: center;
align-items: center;
width: 9.5rem; /* 12.8125rem */
height: 9.5rem;
padding: 1.5rem; /* 1rem */
border-radius: 50%;
text-align: center;
font-size: 1rem; /* 1.0625rem */
line-height: 1.25rem; /* 1.4875rem */
color: #1E3228;
background-color: #C7CCC9;
overflow: hidden;
}

a.bubbleLink.bubbleLink-green {
color: #ffffff;
background-color: #56655E;
}


a.bubbleLink.bubbleLink-darkgreen {
color: #ffffff;
background-color: #1E3228;
}

div[id^="cblock_"] a.bubbleLink {
position: absolute;
/*
bottom: 50%;
left: 50%;
*/
/*
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
*/
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}


/* font styles */

h1, .h1Style {
font-size: 2.875rem;
line-height: 3.1625rem;
margin-bottom: 0;
font-family: "Serif_Regular", sans-serif;
font-weight: 400;
}

h1[data-pagename]:before {
content: attr(data-pagename);
display: block;
width: max-content;
box-sizing: border-box;
border-radius: 5px;
padding: 0.35rem 1rem;
margin: 0 0 1.5rem 0;
text-align: center;
font-family: "Regular";
font-size: 0.9rem;
line-height: 1.3;
white-space: nowrap;
color: #1E3228;
background-color: #FFEFDD;
}

.teaserLabel {
display: block;
width: max-content;
box-sizing: border-box;
border-radius: 5px;
padding: 0.35rem 1rem;
margin: 0 0 1.5rem 0;
text-align: center;
font-family: "Regular";
font-size: 0.9rem;
line-height: 1.3;
white-space: nowrap;
color: #1E3228;
background-color: #FFEFDD;
}


h2, .h2Style {
font-size: 2.8125rem;
line-height: 2.8125rem;
margin-bottom: 0;
font-weight: normal;
}


h3, .h3Style {
font-size: 2.25rem;
line-height: 1.2;
margin-bottom: 0;
font-weight: normal;
}

h4, .h4Style {
font-size: 1.625rem;
line-height: 1.3;
margin-bottom: 0;
font-weight: normal;
}


h1.h1BigStyle, .h1BigStyle, h2.h1BigStyle, p.h1BigStyle {
font-size: 7.8125rem;
line-height: 7.421875rem;
margin-bottom: 0;
font-family: "Serif_Regular", sans-serif;
font-weight: 400;
}

p {
font-size: 1.25rem;
line-height: 1.625rem;
margin-bottom: 1.875rem;
}

p > strong {
font-family: 'Bold', sans-serif;
}

p.boldStyle {
display: block;
font-family: 'Bold', sans-serif;
font-weight: normal;
margin-bottom: 0.5rem;
}

.pointerEvents-no, 
p.pointerEvents-no, 
div.pointerEvents-no {
pointer-events: none;
}

/* flex slider */

.flexslider {
margin-top: 0;
margin-bottom: 0;
border: 0;
border-radius: 0;
background: none;
background-color: transparent;
}

.flexslider ul.slides > li:nth-child(1) {
display: block;
}

.flexslider.noControls {
margin-bottom: 0;
margin-top: 0;
}

.flexslider.noControls .flex-control-nav, 
.flexslider.noControls .flex-direction-nav {
display: none;
}

/*
.flexslider:hover .flex-direction-nav .flex-prev, 
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 1;
}
*/

.flex-direction-nav a {
width: 3rem;
height: 3rem;
margin: -1.5rem 0 0;
font-size: 0;
}

.flex-direction-nav a, 
.flex-direction-nav a:before {
color: inherit;
text-shadow: none;
}

.flex-direction-nav a:before {
position: absolute;
top: 0;
left: 0;
}

.flex-direction-nav a.flex-next:before {
content: '';
width: 100%;
height: 3rem;
background-image: url(../images/scroll-arrow-right.svg);
background-repeat: no-repeat;
background-size: 3rem auto;
background-position: center center;
}

.flex-direction-nav a.flex-prev:before {
content: '';
width: 100%;
height: 3rem;
background-image: url(../images/scroll-arrow-right.svg);
background-repeat: no-repeat;
background-size: 3rem auto;
background-position: center center;
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}

div.bg-blackStyle .flex-direction-nav a.flex-next:before, 
div.bg-blackStyle .flex-direction-nav a.flex-prev:before {
background-image: url(../images/scroll-arrow-right-white.svg);
}


.flex-control-paging li a {
background-color: #dddddd;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}

.flex-control-paging li a:hover {
background-color: #666666;
}

.flex-control-paging li a.flex-active {
background-color: #333333;
}

.bg-redStyle .flex-control-paging li a.flex-active, 
.bg-greenStyle .flex-control-paging li a.flex-active {
background-color: #ffffff;
}

/* special related pages slider */

.relatedSliderWrapper .sliderBoxLink {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}

.relatedSliderWrapper .flex-control-nav {
bottom: -6rem;
}

.relatedSliderWrapper .flex-control-nav li {
margin: 0 0.65rem;
}

.relatedSliderWrapper .flex-control-paging li a {
width: 1.1rem;
height: 1.1rem;
border-radius: 50%;
}

.relatedSliderWrapper .flex-control-paging li a:hover {
background-color: #999999;
}

.relatedSliderWrapper .flex-control-paging li a.flex-active {
background-color: #8AE4FA;
}

div.flexslider.flexslider-text {
overflow: initial: important;
}

div.flexslider.flexslider-text ul.slides {
/**/
}

div.flexslider.flexslider-text ul.slides li {
/**/
}

div.flexslider.flexslider-carousel {
/**/
}

div[id^="cblock_"].width-100 > div.contentGrid.contentBlock.flexStyle > div.flexslider.flexslider-carousel-wide {
/**/
}

div[id^="cblock_"].width-100 > div.contentGrid.contentBlock.flexStyle > div.flexslider.flexslider-carousel-wide li.hideOnMobiles:not(:first-child) {
width: 1px !important;
margin: 0 !important;
}


#widesliderduplicate {
position: relative;
z-index: 1;
overflow: hidden;
}

/*
#widesliderduplicate > img:not(:first-child) {
position: absolute;
top: 0;
left: 0;
}
*/


div.flexslider.flexslider-carousel-wide {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: stretch;
height: 100%;
margin: 0 auto;
}

div.flexslider.flexslider-carousel-wide > div.flex-viewport {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: stretch;
overflow: initial !important;
height: inherit !important;
}

div.flexslider.flexslider-carousel-wide > div.flex-viewport > ul.slides {
height: inherit !important;
}

div.flexslider.flexslider-carousel-wide > div.flex-viewport > ul.slides > li {
display: flex !important;
height: inherit !important;
align-items: stretch;
}

div.flexslider.flexslider-carousel-wide div.slide-wrapper {
padding-right: 2rem;
}

div.flexslider.flexslider-carousel-wide div.slide-wrapper.flexStyle.flexStyle-spaceBetween {
flex-direction: column;
align-content: space-between;
}

div.flexslider.flexslider-carousel-wide div.slide-wrapper h2, 
div.flexslider.flexslider-carousel-wide div.slide-wrapper .h2Style, 
div.flexslider.flexslider-carousel-wide div.slide-wrapper .h3Style {
display: block;
}

div.flexslider.flexslider-carousel-wide div.slide-wrapper p:last-of-type {
margin-bottom: 0;
}

div.slide-wrapper--image {
width: 15rem;
margin: 2rem 0 2rem 0;
}

.slide-wrapper--image.slide-wrapper--image-hidden {
display: none;
}

div.slide-wrapper--image > img {
width: 100%;
}


/* new text ticker slider - slick slider */

div.texttickerSlider {
overflow: initial;
}

div.texttickerSlider-slide {
display: inline-block;
}

div.texttickerSlider-slide > p, 
div.texttickerSlider-slide > p > .h1Style {
display: block;
}


div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide {
display: inline-block;
width: auto;
height: 15rem;
padding-right: 6rem;
margin-right: 0;
position: relative;
}

div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide > p.texttickerSlider--hoverdesc {
position: absolute;
top: 0;
left: 0;
max-width: 90%;
height: auto;
margin: 3.25rem 0 0 0;
opacity: 0;
-webkit-transition: opacity 0.75s;
-moz-transition: opacity 0.75s;
-o-transition: opacity 0.75s;
transition: opacity 0.75s;
}

div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide > p:not(.texttickerSlider--hoverdesc) {
display: inline-block;
white-space: nowrap;
}

div[id^="cblock_"] div.texttickerSlider .slick-active div.texttickerSlider-slide > p.texttickerSlider--hoverdesc {
opacity: 1;
-webkit-transition: opacity 0.75s;
-moz-transition: opacity 0.75s;
-o-transition: opacity 0.75s;
transition: opacity 0.75s;
}

div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide:after {
content: '';
display: inline-block;
width: 3rem;
height: 0.25rem;
background-color: #000000;
line-height: 0;
font-size: 0;
text-align: center;
position: absolute;
top: 1.3rem;
right: 1.5rem;
}



/**/

div[id^="cblock_"] ul:not(.slides):not(.noListStyle):not(downloadList), 
div[id^="cblock_"] ol:not([class]) {
font-size: 1.25rem;
line-height: 1.625rem;
margin-bottom: 1.875rem;
}

ul.strokeList {
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
font-size: 1.25rem;
line-height: 1.625rem;
}

ul.strokeList li {
display: block;
width: auto;
box-sizing: border-box;
padding: 0 0 0 1.5rem;
margin: 0;
position: relative;
}

ul.strokeList li:before {
content: '';
position: absolute;
left: 0;
top: 0.7rem;
display: block;
width: 0.7rem;
height: 1px;
box-sizing: border-box;
margin: 0 0.5rem 0 0;
background-color: #000000;
}

.bg-blackStyle ul.strokeList li:before, 
.bg-greyStyle ul.strokeList li:before {
background-color: #ffffff;
}

div[id*="cblock_"].fullHeader {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: flex-start;
height: 100vh !important;
min-height: 100vh !important;
}


div[id*="cblock_"].fullHeader > div.contentGrid.contentBlock.flexStyle {
display: inherit;
flex-wrap: inherit;
flex-direction: inherit;
align-items: inherit;
justify-content: inherit;
height: 100%;
}

.min-fullScreen {
min-height: 100vh !important;
}

.min-fullScreen.fullScreen {
min-height: 100vh !important;
max-height: 100vh !important;
}

.min-fullScreen-onmobiles {
/**/
}

.min-fullScreen-minmaxOnMobiles {
/**/
}

.min-halfScreen {
min-height: 50vh !important;
}

.min-fullScreen.flexStyle:not(.flexStyle-boxes-sameHeight):not(.flexStyle-verticalStreched):not(.valignTop) > div[class*="column-width-"], 
.min-halfScreen.flexStyle:not(.flexStyle-boxes-sameHeight):not(.flexStyle-verticalStreched):not(.valignTop) > div[class*="column-width-"] {
align-self: center;
}

.min-fullScreen.flexStyle.bannerStyle > .contentGrid.contentBlock, 
.min-halfScreen.flexStyle.bannerStyle > .contentGrid.contentBlock {
display: flex;
}

.min-fullScreen.flexStyle.bannerStyle > .contentGrid.contentBlock > div[class*="column-width-"], 
.min-halfScreen.flexStyle.bannerStyle > .contentGrid.contentBlock > div[class*="column-width-"] {
align-self: center;
}

div.flexStyle div.verticalCentered {
align-self: center;
}

.contentGrid.contentBlock {
position: relative;
z-index: 0;
}

#quotationsslider {
z-index: 0;
}

/* special hack, add bg color */
#quotationsslider:before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-greyStyle:not(.fullHeader):before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-lightgreyStyle:not(.fullHeader):before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-blueStyle:not(.fullHeader):before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-blackStyle:not(.fullHeader):before {
content: '';
display: block;
width: calc(100% + 2.5rem);
height: 100%;
box-sizing: border-box;
padding: 0;
margin: 0;
border: 0 !important;
background-color: inherit;
position: absolute;
top: 0;
left: -1.25rem;
z-index: -1;
}


div.width-100 > div.contentGrid.contentBlock.flexStyle:not(.alignLeft):not(.alignCenter):not(.alignRight) {
justify-content: inherit;
}

div.width-100 > div.contentGrid.fullWidthLinesWrapper {
position: absolute;
top: 0;
left: 50%;
z-index: 0;
height: 100%;
pointer-events: none;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.fullScreen {
height: 100vh;
}


/* new grid columns */

/* 1 cols */
/*.contentGrid */.column-width-1 {
width: calc(var(--col-1-no-space));
}

/* 2 cols */
/*.contentGrid */.column-width-2 {
width: calc(var(--col-1) + var(--col-1-no-space));
}

.contentGrid.flexStyle:not(.flexStyle-spaceBetween) .column-width-2:not(.column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginleft-4, .column-marginright-1, .column-marginright-2, .column-marginright-3, .column-marginright-4):nth-child(n+2) {
margin-left: var(--col-space);
}

/* 3 cols */
/*.contentGrid */.column-width-3 {
width: calc(2 * var(--col-1) + var(--col-1-no-space));
}

.contentGrid.flexStyle:not(.flexStyle-spaceBetween) .column-width-3:not(.column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginleft-4, .column-marginright-1, .column-marginright-2, .column-marginright-3, .column-marginright-3):nth-child(n+2) {
margin-left: var(--col-space);
}

.contentGrid.flexStyle:not(.flexStyle-spaceBetween) .column-width-3:not(.column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginleft-4, .column-marginright-1, .column-marginright-2, .column-marginright-3, .column-marginright-3):nth-child(4n+1) {
margin-left: 0;
}

/* 4 cols */
/*.contentGrid */.column-width-4 {
width: calc(3 * var(--col-1) + var(--col-1-no-space));
margin-left: 0;
margin-right: 0;
}

.column-width-4:not(.column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginleft-4, .column-marginright-1, .column-marginright-2, .column-marginright-3, .column-marginright-4):nth-child(3n+2) {
margin-left: var(--col-space);
margin-right: var(--col-space);
}

/* 5 cols */
/*.contentGrid */.column-width-5 {
width: calc(4 * var(--col-1) + var(--col-1-no-space));
}

.contentGrid.flexStyle:not(.flexStyle-spaceBetween) .column-width-5:not(.column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginleft-4, .column-marginright-1, .column-marginright-2, .column-marginright-3, .column-marginright-4):nth-child(n+2) {
margin-left: var(--col-space);
}

/* 6 cols */
/*.contentGrid */.column-width-6 {
width: calc(5 * var(--col-1) + var(--col-1-no-space));
margin-left: 0;
}

.contentGrid.flexStyle:not(.flexStyle-spaceBetween) .column-width-6:not(.column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginleft-4, .column-marginright-1, .column-marginright-2, .column-marginright-3, .column-marginright-4):nth-child(2) {
margin-left: var(--col-space);
}


/* 7 cols */
/*.contentGrid */.column-width-7 {
width: calc(6 * var(--col-1) + var(--col-1-no-space));
}

.contentGrid.flexStyle:not(.flexStyle-spaceBetween) .column-width-7:not(.column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginleft-4, .column-marginright-1, .column-marginright-2, .column-marginright-3, .column-marginright-4):nth-child(2) {
margin-left: var(--col-space);
}

/* 8 cols */
/*.contentGrid */.column-width-8 {
width: calc(7 * var(--col-1) + var(--col-1-no-space));
}

.contentGrid.flexStyle:not(.flexStyle-spaceBetween) .column-width-8:not(.column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginright-1, .column-marginright-2, .column-marginright-3):nth-child(2) {
margin-left: var(--col-space);
}


/* 9 cols */
/*.contentGrid */.column-width-9 {
width: calc(8 * var(--col-1) + var(--col-1-no-space));
}

/* 10 cols */
/*.contentGrid */.column-width-10 {
width: calc(9 * var(--col-1) + var(--col-1-no-space));
}

/* 11 cols */
/*.contentGrid */.column-width-11 {
width: calc(10 * var(--col-1) + var(--col-1-no-space));
}

/* 12 cols */
/*.contentGrid */.column-width-12 {
width: calc(11 * var(--col-1) + var(--col-1-no-space));
}

.contentGrid.flexStyle-imgRight .contentBox_textWrapper:not(.column-marginleft-1):not(.column-marginleft-2):not(.column-marginleft-3) {
/*margin-left: 0;*/
}

span[class*="column-width-"]:not(.flexStyle):not(.blockStyle) {
display: inline-block;
}

div.column-width-specialautofill.column-marginleft-1 {
display: block;
width: calc(100% - var(--col-1));
}

div[id^="cblock_"].width-100.contentBlock-fullColor > .contentGrid > div.column-width-specialautofill.column-marginleft-1 {
width: calc(100% + 2.5rem);
margin-right: -2.5rem;
}


div.column-fullheight {
height: 100%;
overflow: hidden;
}

.contentGrid.width-100 {
margin-left: 0;
margin-right: 0;
padding-left: 1.25rem;
padding-right: 1.25rem;
}

/**/

.contentGrid.flexStyle-imgLeft .column-width-4.contentBox_textWrapper, 
.contentGrid.text-Image-left .column-width-4.contentBox_textWrapper {
margin-left: calc(var(--col-1) + var(--col-space));
}

.contentGrid.flexStyle-imgRight .column-width-4.contentBox_textWrapper, 
.contentGrid.text-Image-right .column-width-4.contentBox_textWrapper {
margin-left: var(--col-1);
}

.contentGrid.flexStyle-imgLeft > div.contentBox_imageWrapper {
z-index: 2;
}

.contentGrid.flexStyle-imgLeft .contentBox_textWrapper > div.width-100, 
.contentGrid.text-Image-left .contentBox_textWrapper > div.width-100, 
.contentGrid.flexStyle-imgRight .contentBox_textWrapper > div.width-100, 
.contentGrid.text-Image-right .contentBox_textWrapper > div.width-100, 
.contentGrid.rotateBoxTeasers .column-width-4.contentBox_textWrapper {
position: relative;
}

.contentGrid.flexStyle-imgLeft .column-width-4.contentBox_textWrapper > div > .boxTeaser, 
.contentGrid.text-Image-left .column-width-4.contentBox_textWrapper > div > .boxTeaser, 
.contentGrid.flexStyle-imgRight .column-width-4.contentBox_textWrapper > div > .boxTeaser, 
.contentGrid.text-Image-right .column-width-4.contentBox_textWrapper > div > .boxTeaser, 
.contentGrid.rotateBoxTeasers .column-width-4.contentBox_textWrapper > .boxTeaser {
position: absolute;
left: 0;
top: 50%;
display: block;
width: 80%;
max-width: 80%;
margin: 0;
padding: 0;
text-align: center;
transform-origin: bottom left;
-webkit-transform: rotate(-90deg) translate(-50%, -3.5rem);
-moz-transform: rotate(-90deg) translate(-50%, -3.5rem);
-o-transform: rotate(-90deg) translate(-50%, -3.5rem);
-ms-transform: rotate(-90deg) translate(-50%, -3.5rem);
transform: rotate(-90deg) translate(-50%, -3.5rem);
}

.contentGrid.flexStyle-imgRight .column-width-4.contentBox_textWrapper > div > .boxTeaser.boxTeaser-right, 
.contentGrid.text-Image-right .column-width-4.contentBox_textWrapper > div > .boxTeaser.boxTeaser-right {
left: 100%;
-webkit-transform: rotate(-90deg) translate(-50%, 4.5rem);
-moz-transform: rotate(-90deg) translate(-50%, 4.5rem);
-o-transform: rotate(-90deg) translate(-50%, 4.5rem);
-ms-transform: rotate(-90deg) translate(-50%, v5rem);
transform: rotate(-90deg) translate(-50%, 4.5rem);
}

/* containg paddingbox */
div[class*="column-width-"][class*="addingBox"].flexStyle {
display: flex;
flex-direction: column;
flex: 0 0 auto;
/*flex: 1;*/
white-space: initial;
}



/* new grid margins */

.column-marginleft-1 {
margin-left: var(--col-1);
}

.column-marginleft-2 {
margin-left: calc(var(--col-1)*2);
}

.column-marginleft-3 {
margin-left: calc(var(--col-1)*3);
}

.column-marginleft-4 {
margin-left: calc(var(--col-1)*4);
}

.column-marginright-1 {
margin-right: var(--col-1);
margin-left: auto;
}

.column-marginright-2 {
margin-right: calc(var(--col-1)*2);
margin-left: auto;
}

.column-marginright-3 {
margin-right: calc(var(--col-1)*3);
margin-left: auto;
}

.column-marginright-4 {
margin-right: calc(var(--col-1)*4);
margin-left: auto;
}

.column-marginleft-0 {
margin-left: 0 !important;
margin-right: auto !important;
}

.column-marginright-0 {
margin-right: 0 !important;
margin-left: auto !important;
}

div.height-100 {
height: 100%;
}

/* different widths */

.width-100 {
width: 100%;
}

.width-100-streched {
width: 100%;
}

.width-50 {
width: 50%;
}

/**/

.flexStyle {
display: flex;
flex-wrap: wrap;
}

.flexStyle.inlineFlex {
display: inline-flex;
}

.flexStyle-boxes-autoHeight {
align-items: flex-start;
}

.flexStyle-boxes-sameHeight {
align-items: stretch;
}

.flexStyle-alignLeft {
justify-content: flex-start !important;/*left*/
}

.flexStyle-alignRight, 
.flexStyle.alignRight {
justify-content: flex-end !important;/*right*/
}

.flexStyle-boxes-sameHeight .flexStyle-boxes--verticaldelimiter {
width: 1px;
}

.flexStyle-spaceBetween {
justify-content: space-between;
}

.flexStyle-imgRight {
flex-direction: row-reverse;
justify-content: space-between;
}

.flexStyle-singleRight {
justify-content: flex-end;/*right*/
}

.flexStyle-directionColumn {
flex-direction: column;
}

.flexStyle-directionRow {
flex-direction: row;
}

.flexStyle-textVerticalCenter {
flex-direction: column;
}

.flexStyle-singleRight div {
/**/
}

.flexStyle-spaceAround {
justify-content: space-around;
}

.flexStyle-rowReverse {
flex-direction: row-reverse;
}

.flexStyle-columnReverse {
flex-direction: column-reverse;
}

.flexStyle-alignLeft {
align-items: start;
}


.flexStyle-nowrap {
flex-wrap: nowrap;
}

.flexStyle-alignItemsBaseline {
align-items: baseline;
}

.flexStyle-alignItemsLastBaseline {
align-items: last baseline;
}


.topOverlay {
position: relative;
}

.topOverlay div:nth-child(1) {
margin-top: -8rem;
}


/**/

.flexStyle.alignCenter {
justify-content: center;
}

.flexStyle.verticalalignCenter {
align-items: center;
}

.flexStyle.valignBottom {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-end;
align-items: flex-start;
}

div[id^="cblock_"].flexStyle.valignBottom {
flex-direction: initial;
justify-content: initial;
align-items: initial;
align-content: flex-end;
}

div[id^="cblock_"].flexStyle.valignBottom > div[class*="column-width-"] {
margin-top: auto;
}


div.boxStyle {
display: inline-flex;
flex-direction: column;
flex-wrap: wrap;
position: relative;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

div.boxStyle {
padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}

div.boxStyle--icon, 
div.boxStyle > div.boxStyle--icon {
display: flex;
justify-content: center;
align-content: center;
width: 3.875rem;
height: 3.875rem;
padding: 1rem;
border-radius: 50%;
background-color: #ffffff;
overflow: hidden;
position: absolute;
top: 1.5rem;
right: 1.5rem;
}

div[id^="cblock_"] div.boxStyle--icon {
pointer-events: none;
}


div.boxStyle > div.boxStyle--icon > img {
/**/
}

div.boxStyle > h2:first-of-type, 
div.boxStyle > .h2Style:first-of-type {
margin-bottom: 2rem;
}

div.boxStyle.column-width-4 {
height: 30rem;
}

div[id^="cblock_"].flexStyle-boxes-autoHeight > div.boxStyle.column-width-4 {
height: auto !important;
}

div[id^="cblock_"].horizontalScrollingWrapper.flexStyle-boxes-autoHeight > div.contentGrid.flexStyle {
align-items: flex-start;
}

div.boxStyle > img:first-of-type {
align-self: start;
margin: 0 0 auto 0;
}

div.boxStyle > p {
width: 100%;
}

div.boxStyle > p:last-of-type {
align-self: end;
margin: auto 0 0 0;
}

div[id^="cblock_"].horizontalScrollingWrapper div.boxStyle.bg-greyStyle:hover {
border-radius: 1.5rem;
background-color: #FBBEFB !important;
}

div.hoverBox {
cursor: pointer;
position: relative;
}

a.boxStyleLink {
display: block;
}

div.displayInherit {
display: inherit;
}

div[id^="cblock_"].relativePositioned > a.boxStyleLink, 
div[id^="cblock_"] .hoverBox > a.boxStyleLink {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0 !important;
}

p.labelRotated {
display: inline-block;
transform-origin: bottom left;
-webkit-transform: translate(2.75rem,0) rotate(-90deg);
-moz-transform: translate(2.75rem,0) rotate(-90deg);
-o-transform: translate(2.75rem,0) rotate(-90deg);
-ms-transform: translate(2.75rem,0) rotate(-90deg);
transform: translate(2.75rem,0) rotate(-90deg);
}

p.labelRotated-topright {
display: inline-block;
position: absolute;
top: 0;
right: 0;
transform-origin: top right;
-webkit-transform: translate(-2.75rem,0) rotate(-90deg);
-moz-transform: translate(-2.75rem,0) rotate(-90deg);
-o-transform: translate(-2.75rem,0) rotate(-90deg);
-ms-transform: translate(-2.75rem,0) rotate(-90deg);
transform: translate(-2.75rem,0) rotate(-90deg);
}

p.labelRotated-topright.initialFontSize {
-webkit-transform: translate(-2.5rem,0) rotate(-90deg);
-moz-transform: translate(-2.5rem,0) rotate(-90deg);
-o-transform: translate(-2.5rem,0) rotate(-90deg);
-ms-transform: translate(-2.5rem,0) rotate(-90deg);
transform: translate(-2.5rem,0) rotate(-90deg);
}

p.margin0.labelRotated-topright:not(.initialFontSize) {
-webkit-transform: translate(-1.25rem,0) rotate(-90deg);
-moz-transform: translate(-1.25rem,0) rotate(-90deg);
-o-transform: translate(-1.25rem,0) rotate(-90deg);
-ms-transform: translate(-1.25rem,0) rotate(-90deg);
transform: translate(-1.25rem,0) rotate(-90deg);
}

p.margin0.labelRotated-topright.initialFontSize {
transform-origin: bottom right;
-webkit-transform: translate(0,-100%) rotate(-90deg);
-moz-transform: translate(0,-100%) rotate(-90deg);
-o-transform: translate(0,-100%) rotate(-90deg);
-ms-transform: translate(0,-100%) rotate(-90deg);
transform: translate(0,-100%) rotate(-90deg);
}

p.labelRotated-specialbottomright {
display: inline-block;
position: absolute;
bottom: 0;
right: 0;
transform-origin: top left;
-webkit-transform: translate(3.5rem,2rem) rotate(-90deg);
-moz-transform: translate(3.5rem,2rem) rotate(-90deg);
-o-transform: translate(3.5rem,2rem) rotate(-90deg);
-ms-transform: translate(3.5rem,2rem) rotate(-90deg);
transform: translate(3.5rem,2rem) rotate(-90deg);
}

a.popUpButton {
/**/
}

.bannerStyle {
padding-top: 9.375rem;
padding-bottom: 9.375rem;
}


.imgBox {
overflow: hidden;
}

.imgBgCover {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.imgBgCover.right-center, 
li.imgBgCover.right-center {
background-position: right center;
}

.imgBgCover.right-top, 
li.imgBgCover.right-top {
background-position: right top;
}

.imgBgCover.right-bottom, 
li.imgBgCover.right-bottom {
background-position: right bottom;
}

.imgBgCover.top-center {
background-position: top center;
}

.imgBgCover-contain {
background-repeat: no-repeat;
background-size: contain;
}

.imgBgCover-auto {
background-repeat: no-repeat;
background-size: 100% auto;
background-position: 0 0;
}

.imgBgCover-auto-rightcenter {
background-repeat: no-repeat;
background-size: contain;
background-position: right center;
}

div[id^="cblock_"].flexStyle.doubleImageWrapper {
align-items: baseline;
}

div[id^="cblock_"].flexStyle.doubleImageWrapper div[class*="column-width-"] {
margin-left: 0 !important;
margin-right: 0 !important;
}

div[id^="cblock_"].flexStyle.doubleImageWrapper div[class*="column-width-"]:nth-child(1) {
width: 33.8%;
}

div[id^="cblock_"].flexStyle.doubleImageWrapper div[class*="column-width-"]:nth-child(2) {
width: 66.2%;
}


div[id^="cblock_"].flexStyle.multipleImageWrapper {
align-items: baseline;
}

div[id^="cblock_"].multipleImageWrapper > div.contentGrid.flexStyle {
align-items: baseline;
}

div[id^="cblock_"].flexStyle.multipleImageWrapper div[class*="column-width-"] {
margin-left: 0 !important;
margin-right: 0 !important;
}

div[id^="cblock_"].flexStyle.multipleImageWrapper div.column-width-4 {
width: calc(4 * var(--col-1));
}

div[id^="cblock_"].flexStyle.multipleImageWrapper div.column-width-5 {
width: calc(5 * var(--col-1));
}


/* modules */

.moduleWrapper {
display: inline-block;
position: relative;
}

ul.noListStyle {
list-style-type: none;
padding: 0;
margin: 0;
text-align: inherit;
font-size: 1.25rem;
line-height: 1.625rem;
margin-bottom: 1.875rem;
}

ul.noListStyle li {
display: block;
padding: 0;
margin: 0;
text-align: inherit;
background-image: none;
}


ul.downloadList {
list-style-type: none;
display: block;
width: auto;
max-width: 100%;
padding: 0;
margin: 0;
text-align: inherit;
font-size: 1.25rem;
line-height: 1.625rem;
margin-bottom: 1.875rem;
}


ul.downloadList li {
display: block;
padding: 0;
margin: 0;
text-align: inherit;
background-image: none;
}


ul.downloadList li a {
display: inline-block;
width: auto;
padding-right: 1.5em;
position: relative;
}

ul.downloadList li a:after {
content: '';
display: inline-block;
width: 1.5em;
height: 1.1em;
box-sizing: border-box;
margin: 0;
background-image: url(../images/download-icon.svg);
background-repeat: no-repeat;
background-size: auto;
background-position: right top;
position: absolute;
top: 0;
right: 0;
}


ol {
text-align: inherit;
font-size: 1.375rem;
line-height: 1.7875rem;
}

ol > li {
box-sizing: border-box;
padding-left: 0.5rem;
}

ol > li > ul {
padding: 0 0 0 1rem;
list-style-type: disc;
}

ol > li > ul > li {
padding: 0;
}


ul.bubbleTextList {
list-style-type: none;
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin: 0;
text-align: inherit;
font-size: 1.25rem;
line-height: 1.625rem;
margin-bottom: 1.875rem;
background-color: transparent !important;
}

ul.bubbleTextList li {
display: block;
box-sizing: border-box;
border-radius: 5rem;
padding: 3.125rem 3.75rem;
margin: 0 0 1rem 0;
text-align: inherit;
background-image: none;
background-color: #E1C9B8;
}

ul.bubbleTextList.bg-orangeStyle li {
color: #ffffff;
background-color: #F1865D;
}

ul.bubbleTextList li > p {
font-size: 1.0625rem;
line-height: 1.4875rem;
}

ul.bubbleTextList li > p.bubbleTextList-title {
margin: 0 0 5.625rem 0;
font-size: 2.8125rem;
line-height: 2.8125rem;
}

ul.bubbleTextList li > p:last-of-type {
margin: 0;
}



div[id^="cblock_"].accordiongroupTitle div.column-width-5 {
position: absolute;
top: 0;
left: 0;
}

/* accordion */

.accordionWrapper {
padding: 0 3rem;
border: 1px solid;
border-color: #8E9994;
border-radius: 4rem;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

.accordionWrapper.accordionOpened {
border-color: #C7CCC9;
background-color: #C7CCC9;
}

.accordionWrapper.accordionOpened.column-width-7 {
border-color: #C7CCC9;
background-color: transparent;
}

.accordionTitle {
display: block;
margin: 0 auto;
border: 0;
padding-top: 2.97rem;
padding-bottom: 2.97rem;
padding-right: 3.5rem;
font-size: 2.8125rem;
line-height: 2.8125rem;
color: #8E9994;
position: relative;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}


.accordionTitle:hover {
color: #1E3228;
}


.accordionTitle:after {
content: ' ';/* + */
position: absolute;
top: 50%;
right: 0;
float: left;
display: flex;
width: 1em;
height: 0.8em;
border-radius: 0;
box-sizing: border-box;
padding: 0;
margin: -0.4em 0 0 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
text-align: center;
color: inherit;
background-image: url(../images/accordionarrow-icon-black.svg);
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center center;
vertical-align: middle;
overflow: hidden;
opacity: 0.5;
-webkit-transition: opacity 0.3s, transform 0.3s ease-in-out;
-moz-transition: opacity 0.3s, transform 0.3s ease-in-out;
-o-transition: opacity 0.3s, transform 0.3s ease-in-out;
transition: opacity 0.3s, transform 0.3s ease-in-out;
/*
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
transform-origin: 50% 50% 0;
*/
}

.accordionTitle:hover:after {
opacity: 1;
}


.bg-darkgreenStyle .accordionTitle:after {
background-image: url(../images/accordionarrow-icon-white.svg);
}


.accordionTitle.accordionOpened {
color: #1E3228;
}


.accordionTitle.accordionOpened:after {
content: ' ';
opacity: 1;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}


.accordion-desc, 
p.accordion-desc, 
div.accordion-desc {
display: none;
max-width: 100%;
padding: 0.5rem 0 5rem 0;
margin: 0;
opacity: 1;
}

div.column-width-7.accordionWrapper .accordion-desc, 
div.column-width-7.accordionWrapper p.accordion-desc, 
div.column-width-7.accordionWrapper div.accordion-desc {
padding-bottom: 3rem;
}

div.accordion-desc.flexStyle {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}

p.accordionTitle {
display: block;
max-width: 100%;
}


.accordion-desc ul, 
.accordion-desc ol {
/**/
}


/**/
div[id^="cblock_"]:nth-child(n+4 of div.visibilitygroup-1), 
div[id^="cblock_"]:nth-child(n+4 of div.visibilitygroup-2), 
div[id^="cblock_"]:nth-child(n+4 of div.visibilitygroup-3), 
div[id^="cblock_"]:nth-child(n+4 of div.visibilitygroup-4), 
div[id^="cblock_"]:nth-child(n+4 of div.visibilitygroup-5) {
display: none;
}

div.contentGrid > div.column-width-7 > a.showAllinGroup {
display: block;
width: max-content;
padding: 0;
margin: 3rem 0 0 0;
font-family: "Serif_Regular";
font-size: 2.1875rem;
line-height: 2.40625rem;
color: #8E9994;
}

div.contentGrid > div.column-width-7 > a.showAllinGroup:hover {
color: #1E3228;
}

div.contentGrid > div.column-width-7 > a.showAllinGroup:before {
content: '+';
display: inline-block;
width: 2rem;
height: 2rem;
font-size: 2.75rem;
}

/* team */

form.teamFilterForm .column-width-2 {
width: calc(3 * var(--col-1) + var(--col-1-no-space));
}

form.teamFilterForm .column-width-2 .select-div {
width: max-content;
margin: 0 auto;
}

form.teamFilterForm .select-styled {
width: max-content;
min-width: 12rem;
position: absolute;
top: 0;
left: 50%;
line-height: 2rem;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}


form.teamFilterForm .select-options {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}


div.teamBox {
position: relative;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

#teamwrapper {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
min-height: 30rem;
}

#teamwrapper div.teamBox {
/**/
}

div.teamBox .teamBox-details {
padding: 0 1rem 0 0;
margin: 1.25rem 0 3rem 0;
opacity: 0;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

div.teamBox:hover .teamBox-details {
opacity: 1;
}


div.teamBox--img {
overflow: hidden;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

div.teamBox:hover div.teamBox--img {
border-radius: 1.5rem;
}

div.flexslider div.teamBox:hover div.teamBox--img {
border-radius: initial;
}

div.teamBox--img > img {
/**/
}

div[id^="cblock_"] div.teamBox > div.teamBox--img > div:first-of-type {
width: 100%;
height: 0;
padding: 92% 0 0 0;
position: relative;
z-index: 0;
}

div[id^="cblock_"] div.teamBox > div.teamBox--img > div > img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 0;
height: 0;
}

div[id^="cblock_"] div.teamBox div.hoverBox.imgBgCover {
background-size: auto 100%;
-webkit-transition: background-size 0.75s;
-moz-transition: background-size 0.75s;
-o-transition: background-size 0.75s;
transition: background-size 0.75s;
}

div[id^="cblock_"] div.teamBox div.hoverBox.imgBgCover:hover {
background-size: auto 105%;
}

.staffBox {
-webkit-transition: opacity 0.75s, height 0.5s;
-moz-transition: opacity 0.75s, height 0.5s;
-o-transition: opacity 0.75s, height 0.5s;
transition: opacity 0.75s, height 0.5s;
}


.staffBox:not(.staffBox-visible) {
width: 0 !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
opacity: 0 !important;
visibility: hidden !important;
overflow: hidden;
}


.staffBox.staffBox-visible {
opacity: 1;
visibility: visible;
margin-bottom: 6rem;
margin-right: initial !important;
}


#teamwrapper .staffBox-visible:nth-child(4n+1) {
margin-left: 0;
}

#teamwrapper .staffBox-visible:nth-child(4n-1) {
margin-left: var(--col-1);
}

/* 2 4 6 8 uws */
#teamwrapper .staffBox-visible:nth-child(2n+2) {
margin-top: 6rem;
margin-left: calc(3 * var(--col-1) + var(--col-space));
}

#teamwrapper.teamwrapper-maxvisible > div.grid-item {
display: none;
}

#teamwrapper.teamwrapper-maxvisible > div.grid-item:nth-child(-n+8) {
display: block;
}


div.flexStyle > p[class*="h1BigStyle"] {
display: inherit;
}

div.jobsWrapper > a:hover p:first-of-type  {
color: #8E9994;
}

div.jobBox {
display: flex;
flex-wrap: wrap;
padding: 1.5rem 0;
border-bottom: 1px solid #8E9994;
}

div.jobBox > p:first-of-type {
width: 75%;
padding-right: 2rem;
text-align: left;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}

div.jobBox > p:last-of-type {
width: 25%;
padding: 1rem 0 0 0;
text-align: right;
}

div.jobBox > a {
position: relative;
display: block;
width: max-content;
height: 3.75rem;
box-sizing: border-box;
padding: 1rem;
margin: 0 auto;
text-align: center;
font-size: 1.25rem;
background-color: #eeeeee;
}


div[id^="cblock_"] div.jobBox > a {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
font-size: 0;
line-height: 0;
background-color: transparent;
}

iframe {
width: 100%;
height: 100%;
border: 0;
}

iframe[name="jobsiframe"] {
min-height: 40rem;
}

/* youtube videos */

.ytiframeWrapper {
background-color: rgba(0,0,0,0.8);
overflow: hidden;
}

.ytiframeWrapper iframe {
float: left;
width: 100%;
height: 100%;
}

.fittoWrapper {
float: left;
display: inline-block;
padding: 0;
margin: 0;
width: 100%;
height: 0;
padding-top: 56.25%;/* don't change */
position: relative;
}

.fittoWrapper > iframe {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}

/* share box */

.shareBoxModule {
/**/
}

.shareBoxWrapper {
padding: 1.2rem 1rem 1rem 1rem;
}

.shareBoxWrapper .shareLabel {
display: none;/* block */
margin: 0 0 1.5rem 0;
}

.shareBoxWrapper .socialmediaLink {
display: inline-block;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0 0.5rem 0 0.5rem;
text-align: center;
background-size: auto 100%;
background-position: center center;
}

.shareBoxWrapper .socialmediaLink.liLink {
background-image: url(../images/sm-linkedin-dark-icon.svg);
}

.shareBoxWrapper .socialmediaLink.fbLink {
background-image: url(../images/sm-fb-dark-icon.svg);
}

.shareBoxWrapper .socialmediaLink.twLink {
background-image: url(../images/sm-twitter-dark-icon.html);
}

.shareBoxWrapper .socialmediaLink.mailLink {
background-image: url(../images/sm-mail-dark-icon.html);
}


div[id^="cblock_"].alignRight .shareBoxModule {
display: flex;
position: relative;
}

div[id^="cblock_"].alignRight .shareBoxModule > .shareBoxWrapper {
width: calc(var(--col-1) - var(--col-space));
margin-left: auto;
margin-right: calc(var(--col-1)*2);
padding: 0;
position: absolute;
top: -0.25rem;
right: 0;
z-index: 2;
pointer-events: none;
}

.popUpBlock.popUpBlock-wide.opened:not(.popUpBlock-fullwide) div[id^="cblock_"].alignRight .shareBoxModule > .shareBoxWrapper {
margin-right: var(--col-1-popup);
}

div[id^="cblock_"].alignRight .shareBoxModule > .shareBoxWrapper > .shareLabel {
display: none;
}

div[id^="cblock_"].alignRight .shareBoxModule > .shareBoxWrapper > .socialmediaLink {
display: block;
margin: 0.25rem 0 0 auto;
margin-bottom: 1.75rem;
pointer-events: initial;
}

div[id^="cblock_"].contentGrid.flexStyle.keyFactsRow {
/**/
}


div[id^="cblock_"].contentGrid.flexStyle.keyFactsRow div[class*="column-width-"] {
display: flex;
padding: 1rem 0 !important;
}

div[id^="cblock_"].contentGrid.flexStyle.keyFactsRow div[class*="column-width-"] p {
display: inline-block;
margin-top: auto;
margin-bottom: 0;
align-self: flex-end;
}

div[id^="cblock_"].contentGrid.flexStyle.keyFactsRow div[class*="column-width-"]:first-of-type {
text-align: left;
justify-content: flex-start;
}

div[id^="cblock_"].contentGrid.flexStyle.keyFactsRow div[class*="column-width-"]:last-of-type {
text-align: right;
justify-content: flex-end;
}


/* popup info box */ 

.infoPopUp {
display: inline-block;
width: 1.25rem;
height: 1.25rem;
border-radius: 50%;
margin-left: 0.25rem;
background-image: url(../images/info-bubble-icon.svg);
background-repeat: no-repeat;
background-size: 1.125rem auto;
background-position: center center;
vertical-align: middle;
}

.infoPopUp.textLink {
display: inline;
width: auto;
height: initial;
margin-left: auto;
background-image: none;
text-decoration: underline;
vertical-align: initial;
}


/* --- */

.infoOpener {
display: inline-block;
width: 1.125rem;
height: 1.125rem;
box-sizing: border-box;
padding: 0;
margin-left: 0.25rem;
border-radius: 50%;
background-color: #666666;
color: #ffffff;
vertical-align: middle;
position: relative;
cursor: pointer;
}

.infoOpener:after {
content: '?';
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 1.125rem;
height: 1.125rem;
box-sizing: border-box;
text-align: center;
font-size: 0.8rem;
line-height: 1.3;
}

.infoOpener--content {
width: 0;
height: 1rem;
box-sizing: border-box;
padding: 1rem;
color: #36175E;
background-color: #ffffff;
text-align: left;
font-size: 0.9rem;
font-weight: normal;
white-space: initial;
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: -100;
overflow: hidden;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}

.infoOpener:hover {
cursor: default;
}

.infoOpener:hover .infoOpener--content {
width: 18.75rem;
height: auto;
min-height: 6.25rem;
z-index: 100000;
opacity: 1;
}

.infoOpener:hover .infoOpener--content.infoOpener--content-extrawide {
width: 32rem;
}

.flexStyle .contentBox_textWrapper {
text-align: inherit;
}

.flexStyle .contentBox_textWrapper.flexStyle {
display: flex;
align-items: center;
justify-content: center;
}

.valignTop.flexStyle .contentBox_imageWrapper.flexStyle, 
.valignTop.flexStyle .contentBox_textWrapper.flexStyle {
align-items: flex-start;
}

.flexStyle .contentBox_imageWrapper {
display: flex;
justify-content: space-around;
align-items: center;
text-align: center;
}

.flexStyle .contentBox_imageWrapper-multiple {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: initial;
align-items: center;
}

.flexStyle .contentBox_imageWrapper-multiple.alignLeft {
align-items: flex-start;
}

.flexStyle .contentBox_imageWrapper-multiple.alignRight {
align-items: flex-end;
}

.flexStyle .contentBox_imageWrapper-multiple p.imgDesc {
display: block;
width: 22rem;
max-width: 100%;
margin: 0.5rem 0 1rem 0;
color: #5B5E60;
}


.flexStyle .contentBox_imageWrapper-multiple.alignRight > div.width-100 {
/*margin-right: calc(var(--col-space)* -1) !important;*/
width: calc(100% + 0.6rem);
margin-right: -0.6rem;
}



.flexStyle .contentBox_imageWrapper .svgType,
.flexStyle .contentBox_imageWrapper .jpgType, 
.flexStyle .contentBox_imageWrapper .flexslider, 
.flexStyle .contentBox_imageWrapper video {
max-width: 100%;
}


.flexStyle .contentBox_imageWrapper .flexslider:not(.noControls) {
margin-bottom: 2.75rem;
}

/**/
.text-Image-left .contentBox_textWrapper {
float: left;
text-align: inherit;
}

.text-Image-right .contentBox_textWrapper {
float: left;
text-align: inherit;
}

.text-Image-left .contentBox_imageWrapper {
float: left;
display: flex;
justify-content: space-around;
text-align: center;
z-index: 2;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

.text-Image-right .contentBox_imageWrapper {
float: right;
display: flex;
justify-content: space-around;
text-align: center;
z-index: 2;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

.text-Image-left .contentBox_imageWrapper .svgType,
.text-Image-right .contentBox_imageWrapper .svgType {
max-width: 100%;
margin: 0;
}

.text-Image-left .contentBox_imageWrapper .jpgType,
.text-Image-right .contentBox_imageWrapper .jpgType, 
.text-Image-left .contentBox_imageWrapper .flexslider, 
.text-Image-left .contentBox_imageWrapper video, 
.text-Image-right .contentBox_imageWrapper .flexslider, 
.text-Image-right .contentBox_imageWrapper video {
max-width: 100%;
margin: 0;
}

.text-Image-left .contentBox_imageWrapper .flexslider:not(.noControls), 
.text-Image-right .contentBox_imageWrapper .flexslider:not(.noControls) {
margin-bottom: 2.75rem;
}


.width-100 .text-Image-left .contentBox_imageWrapper, 
.width-100 .text-Image-right .contentBox_imageWrapper {
flex-wrap: wrap;
justify-content: center;
}

.checkedSimple-right-dark {
padding-right: 1.5rem;
background-image: url(../images/checked-icon-simple-dark.svg);
background-repeat: no-repeat;
background-size: 1.625rem auto;
background-position: right center;
}

.checkedSimple-right-dark.blockStyle {
width: 100%;
padding-top: 0.25rem;
margin-bottom: 0.75rem;
}


a.scrollDown {
display: block;
width: fit-content;
margin: 0 auto;
margin-bottom: 5rem;
text-align: center;
position: relative;
}

a.scrollDown:hover {
/**/
}

a.scrollDown:before,
a.scrollDown:after {
content: '';
display: block;
position: absolute;
transition: all 0.5s ease-in-out;
}


a.scrollDown:before {
top: 4rem;
left: 50%;
width: 3rem;
height: 1px;
background-color: #000000;
-webkit-transform: translate(-1.42rem, 0.1rem) rotate(90deg);
-moz-transform: translate(-1.42rem, 0.1rem) rotate(90deg);
-o-transform: translate(-1.42rem, 0.1rem) rotate(90deg);
-ms-transform: translate(-1.42rem, 0.1rem) rotate(90deg);
transform: translate(-1.42rem, 0.1rem) rotate(90deg);
}


a.scrollDown:after {
top: 5rem;
left: 50%;
width: 1rem;
height: 1rem;
border-top: 1px solid;
border-right: 1px solid;
border-color: #000000;
transform-origin: 50% 50%;
-webkit-transform: translate(-0.5rem, -0.5rem) rotate(135deg);
-moz-transform: translate(-0.5rem, -0.5rem) rotate(135deg);
-o-transform: translate(-0.5rem, -0.5rem) rotate(135deg);
-ms-transform: translate(-0.5rem, -0.5rem) rotate(135deg);
transform: translate(-0.5rem, -0.5rem) rotate(135deg);
}

div.bg-greyStyle a.scrollDown:before, 
div.bg-blackStyle a.scrollDown:before {
background-color: #ffffff;
}

div.bg-greyStyle a.scrollDown:after, 
div.bg-blackStyle a.scrollDown:after {
border-color: #ffffff;
}

/* popUp */
.overAllPopUpWrapper {
background-color: rgba(0,0,0,0.3);
overflow-x: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
}

.overAllPopUpWrapper::-webkit-scrollbar {
display: none;
}

.overAllPopUpWrapper > .popupOnclickaroundCloser {
z-index: 0;
}


.popUpBlock {
display: inline-block;
width: calc( 6 * var(--col-1) + var(--col-1-no-space) - var(--col-space)*3 );
max-width: calc(100% - 2rem) !important;
min-height: 31.25rem;
border: 0 solid transparent;
border-radius: 0.1875rem;
padding: 2rem;
margin: 0 auto;
margin-top: 4.25rem;
margin-bottom: 2rem;
background-color: #ffffff;
text-align: left;
overflow-wrap: break-word;
-webkit-transition: width 0.3s, height 0.3s, opacity 0.75s ease;
-moz-transition: width 0.3s, height 0.3s, opacity 0.75s ease;
-o-transition: width 0.3s, height 0.3s, opacity 0.75s ease;
transition: width 0.3s, height 0.3s, opacity 0.75s ease;
}

.popUpBlock .contentGrid > div[id^="cblock_"] {
width: 100%;
}

.popUpBlock:not(.popUpBlock-wide) .h1BigStyle {
font-size: 4rem;
line-height: 1;
}

.popUpBlock:not(.popUpBlock-wide) h1, 
.popUpBlock:not(.popUpBlock-wide) .h1Style {
font-size: 2.375rem;
line-height: 1.193;
}

.popUpBlock:not(.popUpBlock-wide) h2, 
.popUpBlock:not(.popUpBlock-wide) .h2Style {
font-size: 1.575rem;
line-height: 1.1358;
}

.popUpBlock:not(.popUpBlock-wide) h3, 
.popUpBlock:not(.popUpBlock-wide) .h3Style {
font-size: 1.25rem;
line-height: 1.3;
}


.popUpBlock:not(.popUpBlock-wide) p:not(.h1Style):not(.h1BigStyle):not(.h1BigStyle-2):not(.h2Style):not(.h3Style) {
font-size: 1rem;
line-height: 1.3;
}

.popUpCloser {
position: fixed;
z-index: 100;
position: fixed;
top: 6rem;
right: calc(50% - 1.5625rem);
display: block;
width: 3.125rem;
height: 3.125rem;
padding: 1rem;
border-radius: 50%;
background-image: url(../images/close-icon-black.svg);
background-repeat: no-repeat;
background-size: auto 40%;
background-position: center center;
background-color: #E1C9B8;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}

.popUpCloser:hover {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.popUpBlock.popUpBlock-small {
position: fixed;
top: 50%;
left: 50%;
width: 31.25rem;
max-width: calc(100% - 2rem);
min-height: 12.5rem;
max-height: 90vh;
padding: 1rem;
margin: 0 auto;
border: 1rem solid transparent;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.popUpBlock.popUpBlock-small .popUpCloser {
top: -2.5rem;
}

.popUpBlock.popUpBlock-small > div.blockStyle.width-100.relativePositioned {
max-height: 100%;
}

.popUpBlock.popUpBlock-small > div > div.popUpBlockItemContentBox {
max-height: 100%;
overflow-y: auto;
}

.popUpBlock.popUpBlock-video {
display: block;
width: calc( 6 * var(--col-1) + var(--col-1-no-space) - var(--col-space)*3 );
padding: 0;
margin: 0 auto;
min-height: 0;
max-height: 80vh !important;
background-color: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.popUpBlock.popUpBlock-video .popUpCloser {
top: -1.5rem;
right: -3.5rem;
}


.popUpBlock.popUpBlock-wide {
position: relative;
z-index: 1;
top: 0;
left: initial;
right: -100vw;
display: block;
width: 60.9375rem;
max-width: 100% !important;
min-height: 100vh;
padding: 0;
margin: 0 0 0 auto;
border: 0;
border-radius: 0;
/*background-color: transparent !important;*/
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: right 0.5s ease-in-out;
-moz-transition: right 0.5s ease-in-out;
-o-transition: right 0.5s ease-in-out;
transition: right 0.5s ease-in-out;
}

.popUpBlock.popUpBlock-wide.popUpBlock-fullwide {
width: 100%;
min-height: 100vh;
background-color: transparent !important;
}

.popUpBlock.popUpBlock-wide.opened {
right: 0;
}

/*
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide):not(.opened) {
opacity: 0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

.popUpBlock.popUpBlock-wide.opened:not(.popUpBlock-fullwide) {
right: 0;
margin: 2rem auto 2rem auto;
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
*/

.popUpBlock.popUpBlock-wide .popUpCloser {
/*
top: 2.25rem;
right: 2.25rem;
width: 2.5rem;
height: 2.5rem;
padding: 1rem;
border-radius: 50%;
background-image: url(../images/close-icon-black.svg);
background-size: auto 80%;
background-color: #8E9994;
*/
}

/*
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .popUpCloser {
position: fixed;
right: calc(var(--col-1-popup)*1.25 );
top: 4rem;
}
*/

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .popUpCloser {
position: fixed;
top: 4rem !important;
right: 29rem;
-webkit-transition: opacity 2s, transform 0.5s;
-moz-transition: opacity 2s, transform 0.5s;
-o-transition: opacity 2s, transform 0.5s;
transition: opacity 2s, transform 0.5s;
}

.popUpBlock.popUpBlock-wide:not(.opened):not(.popUpBlock-fullwide) .popUpCloser {
opacity: 0;
}

.popUpBlock.popUpBlock-wide.opened:not(.popUpBlock-fullwide) .popUpCloser {
opacity: 1;
}

.popUpBlock.bg-blackStyle .popUpCloser, 
.popUpCloser-white {
background-image: url(../images/close-icon-white.svg) !important;
}

.popUpBlock.popUpBlock-wide.popUpBlock-fullwide .popUpCloser {
top: 2.25rem;
right: 0;
width: 3.5rem;
height: 3.5rem;
padding: 1rem;
border-radius: 50%;
background-image: url(../images/close-icon-black.svg);
background-size: auto 80%;
background-color: transparent;/*#EEF4E6*/
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .popUpBlockItemContentBox {
background-color: inherit;
}


.popUpBlock.popUpBlock-wide .popUpBlockItemContentBox:before {
content: '';
display: block;
width: 100%;
height: inherit;/* 100vh */
/*background-color: rgba(0,0,0,0.75);*/
background-color: #ffffff;
position: absolute;
top: 0;
/*left: 0;*/
right: 0;
z-index: -1;
}


.popUpBlock.popUpBlock-wide .popUpBlockItemContentBox > div.contentGrid {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: flex-start;
align-content: flex-start;
background-color: inherit;
height: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}

.popUpBlock.popUpBlock-wide.popUpBlock-fullwide .popUpBlockItemContentBox > div.contentGrid {
height: 100vh;
overflow-y: auto;
}

.popUpBlock.popUpBlock-wide .popUpBlockItemContentBox > div.contentGrid::-webkit-scrollbar {
display: none;
}

.popUpBlock.popUpBlock-wide .contentGrid > div[id^="cblock_"] {
width: 100%;
}

.popUpBlock.popUpBlock-wide .contentGrid > div[id^="cblock_"].width-100 > .contentGrid {
width: 100%;
margin-left: 0;
margin-right: 0;
}

.popUpBlock.popUpBlock-wide .contentGrid > div[id^="cblock_"].width-100[class*="bg-"] {
position: relative;
}

.popUpBlock.popUpBlock-wide.popUpBlock-fullwide .contentGrid > div[id^="cblock_"].width-100[class*="bg-"]:after {
content: '';
width: calc(100% + 5rem);
max-width: calc(100% + 5rem);
height: 100%;
background-color: inherit;
position: absolute;
top: 0;
left: 0;
z-index: -1;
margin-left: -2.5rem;
margin-right: -2.5rem;
pointer-events: none;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .contentBlock-verticalpadding {
padding-top: 4.687rem;
padding-bottom: 4.687rem;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .contentBlock-verticalpadding-plus {
padding-top: 9.375rem;
padding-bottom: 9.375rem;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) div[id^="cblock_"]:not(.paddingTop0):not(.contentBlock-verticalpadding-less):first-of-type {
padding-top: 12rem;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .contentBlock-verticalpadding-less {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-2 {
width: calc(1 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-3 {
width: calc(2 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-4 {
width: calc(3 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-5 {
width: calc(4 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-6 {
width: calc(5 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-7 {
width: calc(6 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-8 {
width: calc(7 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-9 {
width: calc(8 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-marginleft-1, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-marginleft-2 {
margin-left: var(--col-1-popup);
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-marginright-1, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-marginright-2 {
margin-right: var(--col-1-popup);
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-marginleft-3 {
margin-left: calc(2*var(--col-1-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-marginright-3 {
margin-right: calc(2*var(--col-1-popup));
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h1, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h1Style {
/* */
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h2, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h2Style { 
/* */
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h3, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h3Style { 
/* */
}


/**/

.popUpBlock:not(.popUpBlock-wide) .fullscreenBlock {
width: calc(100% + 4rem);
margin-left: -2rem;
}


.popUpBlock:not(.popUpBlock-wide) .bannerStyle {
padding-top: 4rem;
padding-bottom: 4rem;
}


.popUpBlock:not(.popUpBlock-wide) .contentBlock-verticalpadding {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}

.popUpBlock:not(.popUpBlock-wide) .contentBlock-verticalpadding.contentBlock-verticalpadding-less {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}

.popUpBlock:not(.popUpBlock-wide) .contentBlock-verticalpadding.paddingTop0 {
padding-top: 0 !important;
}

.popUpBlock:not(.popUpBlock-wide) .contentBlock-verticalpadding.paddingBottom0 {
padding-bottom: 0 !important;
}

.popUpBlock:not(.popUpBlock-wide) .text-Image-right .contentBox_textWrapper {
padding: 0 2rem 2rem 0;
}

.popUpBlock:not(.popUpBlock-wide) .text-Image-left .contentBox_textWrapper {
padding: 0 0 2rem 2rem;
}

.popUpBlock:not(.popUpBlock-wide) .text-Image-right .contentBox_imageWrapper, 
.popUpBlock:not(.popUpBlock-wide) .text-Image-left .contentBox_imageWrapper {
padding: 0;
}

.popUpBlock:not(.popUpBlock-wide) .text-Image-right .contentBox_imageWrapper .jpgType, 
.popUpBlock:not(.popUpBlock-wide) .text-Image-left .contentBox_imageWrapper .jpgType, 
.popUpBlock:not(.popUpBlock-wide) .text-Image-right .contentBox_imageWrapper .flexslider, 
.popUpBlock:not(.popUpBlock-wide) .text-Image-right .contentBox_imageWrapper video, 
.popUpBlock:not(.popUpBlock-wide) .text-Image-left .contentBox_imageWrapper .flexslider, 
.popUpBlock:not(.popUpBlock-wide) .text-Image-left .contentBox_imageWrapper video {
width: 100%;
max-width: 100%;
margin: 0;
}

.popUpBlock:not(.popUpBlock-wide) .flexStyle .contentBox_imageWrapper .flexslider, 
.popUpBlock:not(.popUpBlock-wide) .flexStyle .contentBox_imageWrapper video {
width: 100%;
max-width: 100%;
margin-left: 0;
margin-right: 0;
}

.popUpBlock:not(.popUpBlock-wide) .text-Image-right .contentBox_imageWrapper .flexslider:not(.noControls), 
.popUpBlock:not(.popUpBlock-wide) .text-Image-left .contentBox_imageWrapper .flexslider:not(.noControls) {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}

.popUpBlock:not(.popUpBlock-wide) .flexStyle .contentBox_textWrapper {
padding-top: 0;
}


.popUpBlock:not(.popUpBlock-wide) .alignLeft .text-125, 
.popUpBlock:not(.popUpBlock-wide) .alignRight .text-125 {
padding-left: 0;
padding-right: 0;
}

.popUpBlock:not(.popUpBlock-wide) .accordionTitle {
/* */
}


.popUpBlock:not(.popUpBlock-wide) .accordionTitle.accordionOpened:before {
font-size: 1.05rem;
}

.popUpBlock:not(.popUpBlock-wide) .shareBoxModule .placeHolder {
height: 0;
}

.popUpBlock:not(.popUpBlock-wide) .shareBoxWrapper {
padding: 0;
}

.popUpBlock:not(.popUpBlock-wide) .contentGrid {
width: 100%;
margin-left: 0;
margin-right: 0;
}

.popUpBlock:not(.popUpBlock-wide) .column-width-2, 
.popUpBlock:not(.popUpBlock-wide) .column-width-3, 
.popUpBlock:not(.popUpBlock-wide) .column-width-4, 
.popUpBlock:not(.popUpBlock-wide) .column-width-5, 
.popUpBlock:not(.popUpBlock-wide) .column-width-6, 
.popUpBlock:not(.popUpBlock-wide) .column-width-7, 
.popUpBlock:not(.popUpBlock-wide) .column-width-8, 
.popUpBlock:not(.popUpBlock-wide) .column-width-9, 
.popUpBlock:not(.popUpBlock-wide) .column-width-10, 
.popUpBlock:not(.popUpBlock-wide) .column-width-11, 
.popUpBlock:not(.popUpBlock-wide) .column-width-12 {
width: 100%;
margin-left: 0;
margin-right: 0;
}



/* colors */

.greyStyle {
color: #C7CCC9;
}

.bg-greyStyle, 
div.bg-greyStyle {
background-color: #C7CCC9 !important;
}


.lightgreyStyle {
color: #F4F5F4;
}

.bg-lightgreyStyle, 
div.bg-lightgreyStyle {
background-color: #F4F5F4 !important;
}


.darkgreenStyle {
color: #1E3228;
}

.bg-darkgreenStyle {
color: #ffffff;
background-color: #1E3228;
}

.darkgreenStyle-2 {
color: #56655E;
}

.bg-darkgreenStyle-2 {
color: #ffffff;
background-color: #56655E;
}

.darkgreenStyle-3 {
color: #8E9994;
}

.bg-darkgreenStyle-3 {
color: #ffffff;
background-color: #8E9994;
}

.beigeStyle {
color: #E1C9B8;
}

.bg-beigeStyle {
background-color: #E1C9B8;
}

.beigeStyle-2 {
color: #F0E4DB;
}

.bg-beigeStyle-2 {
background-color: #F0E4DB;
}

.yellowStyle {
color: #FFC077;
}

.bg-yellowStyle {
	background-color: #F0E4DB;
}

.yellowStyle-2 {
color: #FFEFDD;
}

.bg-yellowStyle-2 {
background-color: #FFEFDD;
}

.orangeStyle {
color: #F1865D;
}

.bg-orangeStyle {
	color: #1E3228;
	background-color: #F0E4DB;
}

.brownStyle {
color: #78654E;
}

.bg-brownStyle {
color: #ffffff;
background-color: #78654E;
}

/**/

.redStyle {
color: #DA0030;
}

.bg-redStyle {
background-color: #DA0030 !important;
color: #ffffff;
}

.blackStyle {
color: #000000;
}

.bg-blackStyle, 
div.bg-blackStyle {
color: #ffffff;
background-color: #000000 !important;
}

.whiteStyle {
color: #ffffff;
}

div[class*="bg-"].whiteStyle {
color: #ffffff !important;
}

.bg-whiteStyle, 
div.bg-whiteStyle {
color: #1E3228;
background-color: #ffffff !important;
}

.bg-transStyle, 
div.bg-transStyle {
background-color: transparent !important;
}


.initialStyle {
color: #1E3228 !important;
}

.initialFontSize {
font-size: 1rem !important;
line-height: 1.3;
}

div[id^="cblock_"].initialFontSize p:not([class]) {
font-size: 1rem;
line-height: 1.3;
}

.uppercaseFontStyle {
text-transform: uppercase;
}

.regularFontStyle {
font-family: 'Regular', sans-serif;
}

/* hrs */

hr.hr-margin0 {
margin: 0;
}

hr.hr-marginplus {
margin: 4rem 0;
}

hr.hr-black {
background-color: #000000;
border-color: #000000;
}

hr.hr-grey {
background-color: #E1E7EC;
border-color: #E1E7EC;
}

hr.hr-lightgrey {
background-color: #F7F7F7;
border-color: #F7F7F7;
}


/* some form things */

main .formWrapperLoader .h1Style {
/**/
}

main .formWrapperLoader {
/**/
}

main .formWrapperLoader .popUpCloser {
display: none !important;
}

.formWrapperLoader .popUpCloser {
display: none !important;
}

.popUpBlock:not(.popUpBlock-wide) .formWrapperLoader {
width: 100%;
max-width: 100%;
}

.inputsimpleBorderBottom {
height: 3rem;
padding: 0.75rem 0 0.75rem 0;
border: 0;
border-bottom: 1px solid;
border-color: #26074E;
background-color: transparent;
font-size: 1.25rem;
}

.inputsimpleBorderBottom::-webkit-input-placeholder {
opacity: 1 !important;
}

.inputsimpleBorderBottom::placeholder {
opacity: 1 !important;
}

select.inputsimpleBorderBottom {
box-sizing: border-box;
padding-left: 0 !important;
font-size: 1.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-position: right 0 top 0.75rem;
}


select.inputsimpleBorderBottom option {
box-sizing: border-box;
padding-left: 0 !important;
padding-right: 0 !important;
}


select.inputsimpleBorderBottom {
border-bottom: 1px solid;
}

select.inputsimpleBorderBottom:-moz-focusring {
border-bottom: 1px solid;
outline: initial;
color: #000000;
text-shadow: 0 0 0 #000;
}

select.inputsimpleBorderBottom:-moz-focus-inner {
border: initial;
outline: initial;
}

/*
@-moz-document url-prefix() { 
  select.inputsimpleBorderBottom {
     text-indent: -0.125rem;
  }
}
*/

.inputWhiteBg {
border: 0;
background-color: #ffffff;
font-size: 1rem;
}

.inputWhiteBg::-webkit-input-placeholder {
opacity: 1 !important;
}

.inputWhiteBg::placeholder {
opacity: 1 !important;
}

div.formTitle {
/**/
}

form .inputRow {
margin: 0 0 1rem 0;
font-size: 1.375rem;
line-height: 1.7875rem;
}

form.formStyles .inputRow.width-50:nth-child(odd) {
width: calc(50% - 0.65rem);
margin-right: 0.65rem;
}

form.formStyles .inputRow.width-50:nth-child(even) {
width: calc(50% - 0.65rem);
margin-left: 0.65rem;
}

form .inputRow textarea {
float: none;
width: 100%;
height: 20rem;
margin: 0 auto;
border-color: #1E3228;
font-size: inherit;
background-color: inherit;
}

form .inputRow textarea::placeholder {
opacity: 1 !important;
color: inherit;
}

form .width-100 .column-width-6.inputRow:nth-child(odd) {
/**/
}


/**/

form .inputRow .inputField {
position: relative;
}

form .inputRow .inputField input[type="text"] {
width: 100%;
height: auto;
padding: 1.25rem 1rem 0.45rem 1rem;
border: 1px solid #E1E7EC;/* grey */
border-radius: 0.45rem;
background-color: #ffffff;
}

form .inputRow .inputField input[type="text"]:focus {
/*border-color: #F9B9F9;*/
outline: none;
}

form .inputRow .inputField span {
position: absolute;
left: 1rem;
top: 50%;
color: #9687AB;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
cursor: text;
pointer-events: none;
}

form .inputRow .inputField input[type="text"]:focus+span, 
form .inputRow .inputField input[type="text"]:not(:placeholder-shown)+span {
font-size: 0.9rem;
top: 0.8rem;
color: #8E9994;
opacity: 1;
}

form .inputRow .inputField input[type="text"],
form .inputRow .inputField span {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}

form .inputRow .inputField textarea {
width: 100%;
height: 20rem;
padding: 1.5rem 1rem 0.45rem 1rem;
border: 1px solid #E1E7EC;/* grey */
border-radius: 0.45rem;
background-color: #ffffff;
}

form .inputRow .inputField span.textareaPlaceHolder {
top: 1.75rem;
}

form .inputsimpleBorderBottom.requiredEmpty {
border-color: #F9B9F9;
}

form.formStyles div.inputRow span.fieldDesc {
position: absolute;
left: 0;
top: 50%;
/*color: #969696;*/
/*font-size: 1rem;*/
cursor: text;
pointer-events: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

form.formStyles div.inputRow input[type="text"]:focus+span, 
form.formStyles div.inputRow input[type="text"]:not(:placeholder-shown)+span {
color: #8E9994;
font-size: 0.9rem;
top: 0.8rem;
z-index: 2;
}


form.formStyles div.inputRow span.textareaDesc {
position: absolute;
left: 0;
top: 0.8rem;
/*color: #969696;*/
/*font-size: 1rem;*/
cursor: text;
pointer-events: none;
}

form.formStyles div.inputRow textarea:focus+span, 
form.formStyles div.inputRow textarea:not(:placeholder-shown)+span {
color: #8E9994;
font-size: 70%;
top: 0;
}

form.formStyles div.inputRow .inputField textarea:focus+span, 
form.formStyles div.inputRow .inputField textarea:not(:placeholder-shown)+span {
top: 1rem;
}

form.formStyles div.inputRow input[type="text"],
form.formStyles div.inputRow span.fieldDesc, 
form.formStyles div.inputRow span.textareaDesc {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}

form.formStyles div.inputRow .checkboxStyle {
width: 2.25rem;
height: 2.25rem;
border: 3px solid #000000;
}

form.formStyles div.inputRow .checkboxStyle label {
width: 100%;
height: 100%;
}

form.formStyles div.inputRow .checkboxStyle label:after {
width: 1rem;
height: 0.5rem;
top: 0.35rem;
left: 0.35rem;
opacity: 0;
border-width: medium medium 3px 3px;
border-color: #000000;
}

form.formStyles div.inputRow .checkboxDesc {
display: inline-block;
max-width: calc(100% - 3.5rem);
vertical-align: top;
font-size: 1rem;
}

form.formStyles div.inputRow .checkboxDesc.checkboxDesc-bigger {
font-size: 1.25rem;
}

form.formStyles div.inputRow .checkboxDesc.checkboxDesc-bigger:not(.marginTop0) {
vertical-align: middle;
}

form.formStyles .buttonStyle {
width: max-content;
max-width: 100%;
border: 0;
border-radius: 1.75rem;
background-color: #FAC2FA;
}

form.formStyles .buttonStyle:hover {
color: #FAC2FA;
background-color: #1E3228;
}

form .buttonStyle {
width: max-content;
max-width: 100%;
border-radius: 1.75rem;
padding: 0.75rem 2rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

form .buttonStyle:hover {
/* */
}


.placeHolder {
width: 100%;
height: 9.375rem;/*150px*/
margin-top: 0;
margin-bottom: 0;
text-align: center !important;
}

.placeHolder-small {
height: 5.625rem;/*90px*/
}

.placeHolder-verysmall {
height: 2.343rem;
}

p.placeHolder, 
p.placeHolder-small, 
.placeHolder-verysmall {
width: 100%;
margin-bottom: 0;
}

.overtheBottom {
display: inline-block;
margin-top: auto;
margin-bottom: auto;
-webkit-transform: translate(0,50%);
-moz-transform: translate(0,50%);
-ms-transform: translate(0,50%);
-o-transform: translate(0,50%);
transform: translate(0,50%);
position: relative;
z-index: 2;
}

.blockStyle, 
.blockImg {
display: block;
}

.blockImg {
height: auto;
margin: 0 auto;
}

div.column-width-3 > img.blockImg.teaserImg {
width: calc(100% + 12.5rem);
max-width: initial;
margin: 0 0 0 -12.5rem;
position: relative;
z-index: -1;
}

img.hiddenImg {
/**/
}

div[id^="cblock_"] img.hiddenImg {
display: none;
width: 0;
height: 0;
position: relative;
z-index: -1;
}


.contentGrid div[class*="column-width-"].absolutePositioned-bottomleft:not(.column-fullheight) > .blockImg.width-100, 
.contentGrid div[class*="column-width-"].absolutePositioned-bottomright:not(.column-fullheight) > .blockImg.width-100 {
max-width: initial;
width: calc(100% + 2rem);
}

.contentGrid div[class*="column-width-"].absolutePositioned-bottomleft > .blockImg.width-100 {
float: right;
}

.contentGrid div[class*="column-width-"].absolutePositioned-bottomright > .blockImg.width-100 {
float: left;
}

.contentGrid div.relatedPagePrev {
margin-left: 1rem !important;
}

.contentGrid div.relatedPagePrev:first-of-type {
margin-left: 0 !important;
}

.contentGrid div.relatedPagePrev > div.relativePositioned.imgBgCover {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.contentGrid div.relatedPagePrev > div.relativePositioned.imgBgCover:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

/*
.contentGrid div.relatedPagePrev > div.relativePositioned.imgBgCover:hover:before {
background-color: rgba(0,0,0,0.3);
}
*/

.contentGrid div.relatedPagePrev > div.relativePositioned > a.boxReadmore {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}

.contentGrid div.relatedPagePrev > div.relativePositioned > div.paddingBox {
padding-top: 2rem;
}


.contentGrid div[class*="column-width-"].flushStyle.flexStyle {
display: inline-flex !important;
}

.contentGrid div[class*="column-width-"].column-marginleft-0.flushStyle.flexStyle {
align-content: flex-end;
}

.contentGrid div[class*="column-width-"].column-marginright-0.flushStyle.flexStyle {
align-content: flex-start;
}

.contentGrid div[class*="column-width-"].flushStyle > .blockImg.width-100 {
max-width: initial;
width: calc(100% + 2.5rem);
}

.contentGrid div[class*="column-width-"].column-marginleft-0.flushStyle > .blockImg.width-100 {
float: right;
}

.contentGrid div[class*="column-width-"].column-marginright-0.flushStyle > .blockImg.width-100 {
float: left;
}

/* special col 5 flush left and right */
.contentGrid > div.column-width-5.column-marginleft-0.flexStyle.flushStyle.flushStyle-self {
width: calc(4 * var(--col-1) + var(--col-1-no-space) + 2rem);
margin-left: -2.5rem !important;
}

.contentGrid > div.column-width-5.column-marginright-0.flexStyle.flushStyle.flushStyle-self {
width: calc(4 * var(--col-1) + var(--col-1-no-space) + 2rem);
margin-right: -2.5rem !important;
}


.pageWrapper .blockStyle.width-100 {
overflow: hidden;
}


a.videoBoxPlaceholder {
display: block;
position: relative;
}

a.videoBoxPlaceholder:after {
content: '';
display: block;
width: calc(var(--col-1)/1.25);
height: 0;
box-sizing: border-box;
padding-top: calc(var(--col-1)/1.25);
border-radius: 50%;
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
background-image: url(../images/video-play-icon.svg);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100% auto;
pointer-events: none;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.videoPoster {
display: block;
width: 100%;
}

.absolutePositioned > video.coverVideo {
width: 100%;
height: 100%;
max-height: inherit;
margin: 0 auto;
opacity: 1;
object-fit: cover;
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}

.absolutePositioned > video.coverVideo.coverVideo-hidden {
width: 0;
height: 0;
max-height: 0;
opacity: 0;
}

div[id^="cblock_"].horizontalScrollingWrapper {
/**/
}

div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid {
flex-wrap: nowrap;
flex-direction: row;
overflow-x: auto;
-ms-overflow-style: none;
scrollbar-width: none;
scroll-behavior: smooth;
}

div[id^="cblock_"].width-100.horizontalScrollingWrapper > div.contentGrid, 
div[id^="cblock_"].width-100.horizontalScrollingWrapper-onmobile > div.contentGrid {
width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 1.25rem;
padding-right: 1.25rem;
background: none;
}


div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid::-webkit-scrollbar, 
div[id^="cblock_"].horizontalScrollingWrapper-onmobile > div.contentGrid::-webkit-scrollbar {
display: none;
}


div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-3, 
div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-4 {
flex-shrink: 0;
margin: 0 !important;
}

div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-3:not(.margin0), 
div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-4:not(.margin0) {
margin-right: calc(var(--col-space)) !important;
}

div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-3:last-of-type, 
div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-4:last-of-type {
margin-right: 0 !important;
}


div[id^="cblock_"].horizontalScrollingWrapper.flexStyle-nowrap > div.contentGrid > div[class*="column-width-"] {
flex-shrink: 0;
}

div[id^="cblock_"].horizontalScrollingWrapper.flexStyle-nowrap.multipleImageWrapper > div.contentGrid > div[class*="column-width-"] {
margin-left: 0 !important;
margin-right: 0 !important;
}

.inlineBlockStyle {
display: inline-block;
}

.paddingBox {
padding: 2.5rem;
}

.paddingBox-less {
padding: 1.5rem;
}

.paddingBox-1 {
padding: 1rem;
}

.paddingBox > p:last-of-type:not(.marginBottom-less), 
.paddingBox > p:last-of-type:not(.marginBottom-std), 
.paddingBox-less > p:last-of-type:not(.marginBottom-less), 
.paddingBox-less > p:last-of-type:not(.marginBottom-std) {
margin-bottom: 0;
}

div[class*="addingBox"] > p:last-of-type:not(.marginBottom-less), 
div[class*="addingBox"] > p:last-of-type:not(.marginBottom-std), 
div[class*="addingBox"] > p:last-of-type:not(.marginBottom-less), 
div[class*="addingBox"] > p:last-of-type:not(.marginBottom-std) {
margin-bottom: 0;
}

.verticalPaddingBox {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}

.verticalPaddingBox-less {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}

.verticalPaddingBox-less-half {
padding-top: 0.65rem;
padding-bottom: 0.65rem;
}

.horizontalPaddingBox {
padding-left: 2.5rem;
padding-right: 2.5rem;
}

.horizontalPaddingBox-less {
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.horizontalPaddingBox-plus {
padding-left: 5rem;
padding-right: 5rem;
}

.border0 {
border: 0;
}

.paddingLeft {
padding-left: 2.5rem;
}

.paddingLeft-less {
padding-left: 1.5rem;
}

.paddingLeft-std {
padding-left: 1rem;
}

.paddingLeft0 {
padding-left: 0 !important;
}

.paddingRight {
padding-right: 2.5rem;
}

.paddingRight-less {
padding-right: 1.5rem;
}

.paddingRight-std {
padding-right: 1rem;
}

.paddingRight0 {
padding-right: 0 !important;
}

div[class*="column-width-"].paddingRight {
padding-right: calc(var(--col-1-no-space)/2);
}

.marginBottom-less, 
p.marginBottom-less, 
div.marginBottom-less, 
ul.marginBottom-less {
margin-bottom: 1rem !important;
}

span.marginBottom-less {
display: inline-block;
}

p.marginBottom-std, 
ul.marginBottom-std, 
div.marginBottom-std, 
h2.marginBottom-std, 
img.marginBottom-std {
margin-bottom: 1.25rem !important;
}

h1.marginBottom, 
h2.h1Style.marginBottom, 
p.h1Style.marginBottom, 
p.h1BigStyle.marginBottom {
margin-bottom: 5.625rem;
}

h1.marginTop, 
h2.h1Style.marginTop, 
p.h1Style.marginTop, 
p.h1BigStyle.marginTop {
margin-top: 5.625rem;
}

p.h4Style.marginBottom {
margin-bottom: 1.875rem;
}

.column-stickyonscroll {
padding-bottom: 5.625rem;
}

.paddingTop {
padding-top: 2.5rem !important;
}

.paddingTop-less {
padding-top: 1.5rem !important;
}

.paddingTop-less {
padding-top: 1.5rem !important;
}

.paddingBottom, 
div.paddingBottom {
padding-bottom: 2.5rem !important;
}

.mobile-paddingBottom, 
div.mobile-paddingBottom {
/**/
}

.mobile-paddingBottom-plus, 
div.mobile-paddingBottom-plus {
/**/
}

.paddingTop-less, 
div.paddingTop-less {
padding-top: 1.5rem !important;
}

.paddingBottom-less, 
div.paddingBottom-less {
padding-bottom: 1.5rem !important;
}

div.paddingBottom-plus {
padding-bottom: 5rem !important;
}

.popUpBlock.popUpBlock-wide div.paddingBottom-plus {
padding-bottom: 4rem !important;
}

.padding0, 
div.padding0 {
padding: 0 !important;
}

.mobile-paddingBottom0, 
div.mobile-paddingBottom0 {
/**/
}

.mobile-padding0, 
div.mobile-padding0 {
/**/
}

.paddingTop0, 
div.paddingTop0 {
padding-top: 0 !important;
}

.paddingBottom0, 
div.paddingBottom0 {
padding-bottom: 0 !important;
}

.marginTop0, 
div.marginTop0 {
margin-top: 0 !important;
}

.marginBottom0, 
p.marginBottom0, 
div.marginBottom0 {
margin-bottom: 0 !important;
}

.margin0, 
p.margin0, 
div.margin0 {
margin: 0 !important;
}

.marginAuto, 
div.marginAuto {
margin: 0 auto !important;
}

.marginTopAuto, 
p.marginTopAuto, 
div.marginTopAuto {
margin-top: auto !important;
}


hr.margin0 {
margin: 0 auto !important;
}

.autoHeight {
height: auto !important;
}

.height0 {
height: 0;
}

.minHeight-200 {
min-height: 12.5rem;
}

.minHeight-250 {
min-height: 15.625rem;
}

.minHeight-300 {
min-height: 18.75rem;
}

.minHeight-400 {
min-height: 25rem;
}

.minHeight-480 {
min-height: 30rem;
}

.minHeight-500 {
min-height: 33.125rem;
}


.floatLeft {
float: left;
}

.floatRight {
float: right;
}

.alignLeft, 
p.alignLeft {
text-align: left;
}

.alignRight, 
p.alignRight {
text-align: right;
}

.alignCenter, 
p.alignCenter {
text-align: center;
}

.relativePositioned {
position: relative;
}

.absolutePositioned {
position: absolute;
top: 0;
left: 0;
}

.absolutePositioned-bottomleft {
top: auto;
left: 0;
bottom: 0;
right: auto;
}

.absolutePositioned-bottomright {
top: auto;
left: auto;
bottom: 0;
right: 0;
}

.absolutePositioned-topleft {
top: 0;
left: 0;
bottom: auto;
right: auto;
}

.absolutePositioned-topright {
top: 0;
left: auto;
bottom: auto;
right: 0;
}

.stickyPositioned {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}

.zIndex-2 {
z-index: 2 !important;
}

.zIndex-1 {
z-index: 1 !important;
}

.zIndex-0 {
z-index: 0 !important;
}

.noWrap, 
p.noWrap {
white-space: nowrap;
}

.hideOnMobiles, 
p.hideOnMobiles, 
div.hideOnMobiles {
/**/
}

.hideOnPhones {
/**/
}

.showOnPhones {
display: none;
}

.showOnMobiles {
display: none;
}

.overflowHidden {
overflow: hidden;
}

body.overflowHidden {
overflow: hidden !important;
scrollbar-gutter: stable;
}

.opaque1 {
opacity: 1;
}

.opaque0 {
opacity: 0;
}

.halfOpaque {
opacity: 0.5 !important;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}

.halfOpaque.fadeIn.fadeIn--visible {
opacity: 0.5 !important;
}

.almostOpaque {
opacity: 0.2;
}

.smallerFont, 
p.smallerFont {
font-size: 1.0625rem;
line-height: 1.4875rem;
}

.copyStyle {
display: inline-block;
margin-right: 0.15rem;
font-size: 1.15rem;
line-height: 1;
vertical-align: top;
font-family: "Regular", sans-serif;
}

/* footer */

.pageFooter {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0 auto;
padding: 4.6875rem 0 0.9375rem 0;
text-align: center;
font-size: 1rem;
background-color: #F4F5F4;
position: relative;
z-index: 0;
}

/*
.pageFooter:not(.bg-greyStyle):not(.bg-blackStyle) {
background-color: transparent;
}
*/

.pageFooter p {
/**/
}

.pageFooter a:not(.buttonStyle) {
/**/
}

.pageFooter a:hover {
/**/
}

.pageFooter a[href*="mailto:"] {
display: inline-block;
}

.pageFooter hr {
margin: 0;
}

.pageFooter .contentGrid.flexStyle {
flex-wrap: nowrap;
padding: 0 0 5rem 0;
text-align: left;
}

.pageFooter .contentGrid.flexStyle > div[class*="column-width-"] {
padding-right: 3rem;
margin-left: 0 !important;
margin-right: 0 !important;
}

.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(1) {
padding: 0 3rem 0 0;
}

.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(1), 
.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(2) {
border-right: 1px solid #8E9994;
}

.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(2) {
padding: 0 3rem;
}

.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(3) {
padding: 0 0 0 3rem;
}

.pageFooter ul.noListStyle {
margin: 0 0 2rem 0;
}

.pageFooter ul.noListStyle li {
margin: 0 0 0.25rem 0;
}

.pageFooter ul.noListStyle li:last-of-type {
margin: 0;
}

.pageFooter ul.noListStyle li {
font-size: 1.58rem;
line-height: 1.2;
}

.pageFooter ul.noListStyle li > a {
font-size: inherit;
line-height: 1.486;
/*
border-bottom: 1px solid;
border-color: transparent;
*/
}

.pageFooter ul.noListStyle li > a:hover {
/*color: #DA0030;*/
}

.pageFooter ul.noListStyle li > a[href*="tel:"] {
white-space: nowrap;
}

.pageFooter ul.noListStyle li > a[href*="mailto:"] {
text-decoration: underline;
}

.pageFooter ul.noListStyle li > a[href*="mailto:"]:after {
content: '';
display: inline-block;
width: 1.25rem;
height: 1.25rem;
background-image: url(../images/arrow-white-right.svg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
transform-origin: 50% 50%;
}

.pageFooter #langscopy {
width: max-content;
max-width: 100%;
margin: 0 0 0 auto;
}

.pageFooter #langscopy > div {
width: max-content;
max-width: 100%;
}

.pageFooter #langscopy > div.pageLangs > ul > li > a {
color: #1B2F25;
border-color: #8E9994;
background-color: transparent;
}

.pageFooter #langscopy > div.pageLangs > ul > li > a.active {
color: #ffffff;
border-color: #8E9994;
background-color: #8E9994;
}

.contentBlock-footer {
text-align: left;
position: relative;
}

.contentBlock-footer:not(.contentBlock-footer-small) {

}

.contentBlock-footer-small {
/**/
}

.contentBlock-footer-copyright {
padding: 2rem 0 2rem 0 !important;
font-size: 1rem;
position: relative;
}

.contentBlock-footer-copyright .footerlinksDelimiter {
display: inline-block;
box-sizing: border-box;
margin: 0 0.35rem;
}


.contentBlock-footer-copyright a {
/**/
}


.contentBlock-footer-copyright > div[class*="column-width-9"] {
padding: 0 1rem 0 0 !important;
}

.contentBlock-footer-copyright > div[class*="column-width-3"] {
padding: 0 0 0 1rem !important;
}

.contentBlock-footer-copyright > div[class*="column-width-"]:first-of-type > a {
border-bottom: 1px solid;
margin-left: initial;
margin-bottom: 0.7rem;
display: inline-block;
}

.pageFooter .countryLangItemsWrapper {
position: absolute;
right: 0;
top: 3rem;
color: #ffffff;
}

.pageFooter .countryLangItemsWrapper select {
color: #ffffff;
}

.pageFooter .countryLangItemsWrapper .langChangerWrapper > a {
display: flex;
width: 2.5rem;
height: 2.5rem;
box-sizing: border-box;
margin: 0;
font-size: 1rem;
color: #ffffff;
text-align: center;
}

.pageFooter .countryLangItemsWrapper .langChangerWrapper > a.active {
color: #A7B5BC;
}


.pageFooter .socialMediaWrapper a {
display: inline-block;
}

.socialmediaLink {
width: 2.625rem;
height: 2.625rem;
padding: 0;
margin: 0 0 0.5rem 1.5rem;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center center;
white-space: nowrap;
}

div[id^="cblock_"] .socialmediaLink {
display: inline-block;
padding: 0;
font-size: 0;
line-height: 0;
background-position: center center;
overflow: hidden;
}

div.pageFooter div[id^="cblock_"] .socialmediaLink {
display: inline-block;
padding: 0;
font-size: 0;
line-height: 0;
background-position: center center;
overflow: hidden;
}

.socialmediaLink.liLink {
background-image: url(../images/sm-linkedin-icon.svg);
}

.socialmediaLink.inLink {
background-image: url(../images/sm-insta-icon.svg);
}

.socialmediaLink.ytLink {
background-image: url(../images/sm-youtube-icon.html);
}

.socialmediaLink.twLink {
background-image: url(../images/sm-twitter-icon.html);
}

.socialmediaLink.xingLink {
background-image: url(../images/sm-xing-icon.html);
}

.socialmediaLink.fbLink {
background-image: url(../images/sm-fb-icon.svg);
}

.socialmediaLink.mailLink {
background-image: url(../images/sm-mail-icon.html);
}


.sitemapListBlock {
list-style-type: none;
display: inline-block;
box-sizing: border-box;
padding: 0 2rem 2rem 0;
margin: 0;
vertical-align: top;
}

.sitemapListBlock li {
margin-bottom: 0.5rem;
}


.pageFooter .sitemapListBlock {
display: block;
height: auto;
padding: 0 2rem 2rem 0;
margin: initial;
}


/* EU cookie policy */
.cookiePolicy {
position: fixed;
left: 0;
bottom: 0;
z-index: 1000;
float: left;
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 0;
text-align: center;
font-size: 1rem;
background-color: #333333;
color: #ffffff;
display: none;
}

.cookiePolicy .contentBlock {
max-width: 100%;
border-radius: 0;
position: relative;
}

.cookiePolicy .contentBlock .cookiePolicyContent {
padding-top: 2rem;
padding-bottom: 2rem;
}

.cookiePolicy .buttonStyle {
width: 3rem !important;
min-width: 3rem !important;
max-width: 3rem !important;
height: 3rem !important;
padding: 1rem 0.5rem 1rem 0.5rem;
border-radius: 50%;
margin: 0;
color: #1E3228;
text-align: center;
line-height: 1.3;
overflow: hidden;
}

.cookiePolicy .buttonStyle:hover {
color: #ffffff;
background-color: #A7B5BC;
}

.cookiePolicy .contentBlock .paddingBox {
width: 100%;
max-width: 100%;
margin: 0 auto;
font-size: 0.9rem;
text-align: left;
position: relative;
}


.cookiePolicy_closer {
display: block;
float: right;
width: 1.75rem;
height: 1.75rem;
margin: 1rem 1.5rem 0 0;
background-image: url(../images/close-black.png);
background-repeat: no-repeat;
background-size: 1.75rem auto;
background-position: center center;
}


/* magic scroller classes */
.fadeIn {
opacity: 0 !important;
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}

.fadeIn.fadeIn--onStart {
opacity: 1 !important;
}

.fadeIn.fadeIn--visible {
opacity: 1 !important;
}

.slideUp {
-webkit-transition: 0.75s;
-moz-transition: 0.75s;
-o-transition: 0.75s;
transition: 0.75s;
-webkit-transform: translateY(6rem);
-moz-transform: translateY(6rem);
-o-transform: translateY(6rem);
-ms-transform: translateY(6rem);
transform: translateY(6rem);
}

.slideUp.slideUp--slidedUp {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}





@media all 
and (max-width: 1280px) {

/**/

}



@media all 
and (max-width: 1150px) {

.pageLogo.hideOnMobiles {
display: none !important;
}

.pageHeader.openOnMobiles {
background-color: trransparent;
height: 100vh;
padding: 0;
pointer-events: initial;
z-index: 1000;
overflow-y: auto !important;
}

.pageHeader nav ul, 
.pageHeader div.serviceNaviListWrapper {
opacity: 0;
pointer-events: none;
}

.pageHeader nav {
flex-wrap: wrap;
flex-direction: column;
width: 100%;
max-width: 100%;
margin: 0 auto;
}

/*
.mainNavi {
width: 40rem;
max-width: 100%;
flex-wrap: wrap;
flex-direction: column;
white-space: initial;
text-align: center;
margin: 3rem auto;
}

.mainNavi li {
margin: 0 auto 0.5rem;
text-align: center;
}

.mainNavi li a.navButton {
margin: 0 auto;
}
*/

.mainNavi li .subnavBox {
position: static;
top: 0;
margin-bottom: 1rem;
}

.mainNavi li .subnavBox ul.subNaviList {
padding: 0;
}

.mainNavi li .subnavBox ul.subNaviList, 
.mainNavi li .subnavBox ul.subNaviList li {
display: inline-block;
}

.mainNavi li .subnavBox ul.subNaviList li a {
padding: 0.45rem 1.75rem 0.55rem 1.75rem;
margin: 0 auto;
font-size: 1.06rem;
}

.pageHeader .serviceNaviListWrapper.openOnMobiles {
flex-wrap: wrap;
max-width: 100%;
padding-top: 6rem;
margin: 0 auto;
}

.pageHeader .serviceNaviListWrapper.openOnMobiles ul.serviceNaviList, 
.pageHeader .serviceNaviListWrapper.openOnMobiles div.pageLangs {
margin: 0 auto 1rem auto;
padding-left: 0.5rem;
padding-right: 0.5rem;
}

.pageHeader .serviceNaviListWrapper.openOnMobiles div.pageLangs ul {
margin: 0 auto;
}


.mobileNaviOpener, 
.pageHeader.header--scrolled .mobileNaviOpener {
display: block;
}

.pageHeader nav.openOnMobiles ul, 
.pageHeader .serviceNaviListWrapper.openOnMobiles {
opacity: initial;
pointer-events: initial;
}

nav.flexStyle > p {
width: 100%;
padding: 0 0 1rem 0;
font-size: 0.9375rem;
}

nav.flexStyle > div.pageLangsWrapper {
width: 100%;
max-width: 100%;
}

div.pageLangs {
margin-left: 0;
}


}



@media all 
and (max-width: 1024px) {

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) {
width: calc(100% - 2.5rem);
max-width: calc(100% - 2.5rem);
margin-top: 1.25rem;
margin-left: 1.25rem;
margin-right: 1.25rem;
}

}



@media all 
and (max-width: 1000px) {

.minHeight-400 {
/**/
}

.minHeight-500 {
/**/
}

.pageFooter ul li > .hideOnMobiles {
display: none !important;
}


}



@media all 
and (max-width: 850px) {

div[id*="cblock_"].fullHeader {
width: 100%;
height: auto !important;
min-height: calc(100vh - 5rem) !important;
max-height: initial !important;
margin: 0;
padding-top: 7rem;
padding-bottom: 7rem;
}

}



/* mobiles */
@media all 
and (max-width: 750px) {

html, body, .pageWrapper {
width: 100% !important;
max-width: 100% !important;
overflow-x: hidden !important;
}

.pageHeader {
padding: 2rem 0 0.75rem 0;
top: auto;
bottom: 0;
}

.pageLogo {
width: 8rem;
height: 4.0869rem;
bottom: auto;
top: 2rem;
}

.pageLogo.pageLogo-hidden {
width: 0;
height: 0;
opacity: 0;
overflow: hidden;
pointer-events: 0;
}

.mobileNaviOpener {
top: auto;
bottom: 1.5rem;
}

.mobileNaviOpener:after {
font-size: 1.1rem;
}

.mobileNaviOpener span {
width: 1.75rem;
height: 1px;
}

.mobileNaviOpener span:nth-child(1) {
margin-top: -0.25rem;
}

.mobileNaviOpener span:nth-child(3) {
margin-top: 0.25rem;
}

.mobileNaviOpener.opened {
width: 3rem;
height: 3rem;
}

.mobileNaviOpener.opened span {
left: 1.5rem;
}

.mobileNaviOpener.opened span:nth-child(1) {
margin-top: 0;
}

.mobileNaviOpener.opened span:nth-child(3) {
margin-top: 0;
}

.mobileNaviOpener, 
.pageHeader.header--scrolled .mobileNaviOpener {
/**/
}

.pageHeader .contentGrid {
width: 100%;
padding: 0;
margin: 0;
}

nav.flexStyle {
padding-left: 1.5rem;
padding-right: 1.5rem;
}

nav.flexStyle.openOnMobiles {
min-height: 100vh;
}

.mainNavi {
margin: 2.5rem auto 1.5rem auto;
}

.mainNavi li a.navButton {
font-size: 1.625rem;
line-height: 1.4625rem;
}

nav.flexStyle:not(.openOnMobiles) {
opacity: 1;
min-height: 100vh;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

nav.flexStyle > p {
width: 100%;
padding: 0 0 1rem 0;
font-size: 0.9375rem;
}

nav.flexStyle > div.pageLangsWrapper {
width: 100%;
max-width: 100%;
}

div.pageLangs {
margin-left: 0;
}

div.pageLangs > ul {
font-size: 0.938rem;
line-height: 1;
}


main {
padding-top: 0;
}

main > div:nth-child(1):not(.contentBlock-verticalpadding):not(.paddingTop0):not(.padding0):not(.fullHeader)/*:not(.scrollmagic-pin-spacer)*/ {
padding-top: 5.3125rem !important;
}

main > div.contentBlock-verticalpadding:nth-child(1):not(.contentBlock-verticalpadding-plus):not(.paddingTop0):not(.padding0):not(.fullHeader)/*:not(.scrollmagic-pin-spacer)*/ {
padding-top: 8rem !important;
}

main > div.contentBlock-verticalpadding-plus:nth-child(1) {
padding-top: 8rem !important;
}

div#pagecontent > main::before {
display: none !important;
}

/*
.min-halfScreen {
min-height: initial !important;
}
*/

.fullScreen {
height: auto !important;
min-height: 100vh !important;
}

div[id*="cblock_"].fullHeader {
width: 100%;
height: auto !important;
min-height: 100vh !important;
max-height: initial !important;
margin: 0;
padding-top: 10rem;
padding-bottom: 5rem;
}


div[id^="cblock_"].contentGrid.contentBlock.flexStyle.flexStyle-verticalStreched.min-fullScreen > div[class*="column-width-"] {
min-height: 85vh !important;
padding: 0 0 4rem 0;
margin: 0 auto;
margin-bottom: 3.5rem;
border-bottom: 1px solid;
border-color: rgba(0, 0, 0, 0.4);
}

div[id^="cblock_"].contentGrid.contentBlock.flexStyle.flexStyle-verticalStreched.min-fullScreen > div[class*="column-width-"]:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}


div[id^="cblock_"].contentGrid.contentBlock.flexStyle.flexStyle-verticalStreched.min-fullScreen > div[class*="column-width-"]:last-of-type {
border-bottom: 0;
}

div[id^="cblock_"].contentGrid.contentBlock.flexStyle.bannerStyle.overflowHidden[class*="bg-"] {
overflow: visible;
}

#quotationsslider:before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-greyStyle:not(.fullHeader):before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-lightgreyStyle:not(.fullHeader):before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-blueStyle:not(.fullHeader):before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-blackStyle:not(.fullHeader):before {
width: calc(100% + 2.5rem);
left: -1.25rem;
}



div[id^="cblock_"].horizontalScrollingWrapper-onmobile > div.contentGrid {
flex-wrap: nowrap;
flex-direction: row;
overflow-x: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}


div[id^="cblock_"].width-100.horizontalScrollingWrapper > div.contentGrid, 
div[id^="cblock_"].width-100.horizontalScrollingWrapper-onmobile > div.contentGrid {
padding-left: 1.25rem;
padding-right: 1.25rem;
}

div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-3, 
div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-4, 
div[id^="cblock_"].horizontalScrollingWrapper-onmobile > div.contentGrid > div.column-width-3, 
div[id^="cblock_"].horizontalScrollingWrapper-onmobile > div.contentGrid > div.column-width-4 {
flex-shrink: 0;
width: calc(4 * var(--col-1) + var(--col-1-no-space));
margin: 0;
margin-right: calc(var(--col-space)) !important;
}


div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-3:last-of-type, 
div[id^="cblock_"].horizontalScrollingWrapper > div.contentGrid > div.column-width-4:last-of-type, 
div[id^="cblock_"].horizontalScrollingWrapper-onmobile > div.contentGrid > div.column-width-3:last-of-type, 
div[id^="cblock_"].horizontalScrollingWrapper-onmobile > div.contentGrid > div.column-width-4:last-of-type {
margin-right: 0 !important;
}


div[id^="cblock_"] > div.contentGrid > div.column-width-4.column-width-5-onmobile {
width: calc(4 * var(--col-1) + var(--col-1-no-space)) !important;
padding-right: calc(var(--col-1-no-space)/2) !important;
}

div[id^="cblock_"] > div.contentGrid > div.column-width-3.column-width-6-onmobile {
width: calc(5 * var(--col-1) + var(--col-1-no-space)) !important;
margin: 2rem 0 0 0 !important;
}

/* font styles */

h1, .h1Style {
font-size: 1.5625rem;
line-height: 1.796875rem;
}



div[id^="cblock_"].fullHeader h1, div[id^="cblock_"].fullHeader .h1Style {
/**/
}


h2, .h2Style {
font-size: 1.5rem;
line-height: 1.725rem;
}


h3, .h3Style {
font-size: 1.1875rem;
line-height: 1.425rem;
}

h4, .h4Style {
font-size: 1.1875rem;
line-height: 1.425rem;
}


h1.h1BigStyle, .h1BigStyle, h2.h1BigStyle, p.h1BigStyle {
font-size: 3.75rem;
line-height: 3.5625rem;
}

p {
font-size: 0.9375rem;
line-height: 1.265625rem;
}


h1[data-pagename]:before, 
.teaserLabel {
margin: 0 0 0.75rem 0;
font-size: 0.9375rem;
line-height: 1.265625rem;
}

h1.marginTop, h2.h1Style.marginTop, p.h1Style.marginTop, p.h1BigStyle.marginTop {
margin-top: 2.8125rem;
}

div[id^="cblock_"].contentBlock-verticalpadding:not(.paddingTop0) h1.marginTop, 
div[id^="cblock_"].contentBlock-verticalpadding:not(.paddingTop0) h2.h1Style.marginTop, 
div[id^="cblock_"].contentBlock-verticalpadding:not(.paddingTop0) p.h1Style.marginTop, 
div[id^="cblock_"].contentBlock-verticalpadding:not(.paddingTop0) p.h1BigStyle.marginTop {
margin-top: 0;
}

h1.marginBottom, h2.h1Style.marginBottom, p.h1Style.marginBottom, p.h1BigStyle.marginBottom {
margin-bottom: 2.8125rem;
}

span[class*="column-width-"] {
display: block;
}


hr.hr-marginplus {
margin: 2rem 0;
}

a.buttonStyle {
border-radius: 3rem;
padding: 1.5625rem 2.5rem 1.5625rem 1.5625rem;
font-size: 1.1875rem;
line-height: 1.425rem;
white-space: initial;
overflow: initial;
}

a.buttonStyle-linkedin {
padding-right: 3.5rem;
}

a.buttonStyle-linkedin:after {
right: 1.5rem;
width: 1.5rem;
height: 1.5rem;
}

a.videoBoxPlaceholder:after {
/**/
}

a.bubbleLink {
width: 10.4375rem;
height: 10.4375rem;
}

div[id^="cblock_"] a.bubbleLink {
position: relative;
bottom: 0;
left: auto;
margin: 1rem auto 0 auto;
}

div[id^="cblock_"] ul:not(.slides):not(.noListStyle):not(downloadList), 
div[id^="cblock_"] ol:not([class]) {
font-size: 0.9375rem;
line-height: 1.265625rem;
}

p.linksWrapper {
padding: 1.25rem 0 0 0;
}

p.linksWrapper > a.externLink, p.linksWrapper > a.localLink, p.linksWrapper > a.downloadLink {
font-size: 1.0625rem;
line-height: 1.38125rem;
}

ul.strokeList, 
ul.noListStyle, 
ol {
font-size: 0.9375rem;
line-height: 1.265625rem;
}


ul.strokeList li:before {
top: 0.5rem;
}

ul.bubbleTextList {
list-style-type: none;
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin: 0;
text-align: inherit;
font-size: 0.9375rem;
line-height: 1.265625rem;
margin-bottom: 1.875rem;
background-color: transparent !important;
}

ul.bubbleTextList li {
display: block;
box-sizing: border-box;
border-radius: 2rem;
padding: 2rem 1.75rem;
margin: 0 0 1rem 0;
text-align: inherit;
background-image: none;
background-color: #E1C9B8;
}

ul.bubbleTextList.bg-orangeStyle li {
color: #ffffff;
background-color: #F1865D;
}

ul.bubbleTextList li > p {
font-size: 0.9375rem;
line-height: 1.265625rem;
}

ul.bubbleTextList li > p.bubbleTextList-title {
margin: 0 0 3rem 0;
font-size: 1.5rem;
line-height: 1.725rem;
}

.placeHolder {
height: 4.687rem;
}

.placeHolder-small {
height: 2.343rem;
}


.placeHolder-verysmall {
height: 1.171rem;
}

div.texttickerSlider {
margin: 4rem 0;
}

.tickertextParent {
/*padding-top: 4rem;*/
margin: 4rem 0;
overflow-x: hidden !important;
overflow-y: visible !important;
position: static;
}

.tickertextWrapper {
/*min-height: 8.5rem;*/
}

.text-ticker {
font-size: 2rem;
}


div[id^="cblock_"] .tickertextWrapper.flexStyle-alignLeft > .text-ticker.text-ticker-hover > p {
padding-right: 4rem;
}

.tickertextWrapper > .text-ticker.text-ticker-hover > p > span {
font-size: 0.9375rem;
line-height: 1.265625rem;
}


.contentGrid.width-100 {
margin-left: 0;
margin-right: 0;
padding-left: 1rem;
padding-right: 1rem;
}


.column-width-3 {
width: calc(4 * var(--col-1) + var(--col-1-no-space));
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 1.25rem;
}

.column-width-4 {
width: calc(5 * var(--col-1) + var(--col-1-no-space));
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 1.25rem;
}

.column-width-5, 
.column-width-6, 
.column-width-7, 
.column-width-8, 
.column-width-9, 
.column-width-10, 
.column-width-11, 
.column-width-12 {
width: 100%/*calc(5 * var(--col-1) + var(--col-1-no-space))*/;
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 1.25rem;
}

.column-width-6 > .column-width-4, 
.column-width-6 > .column-width-6, 
.column-width-6 > .column-width-8, 
.column-width-6 > .column-width-10, 
.column-width-6 > .column-width-12 {
width: 100%;
margin-left: 0 !important;
margin-right: 0 !important;
}

.column-marginleft-4, 
.column-marginright-4 {
margin-right: auto !important;
margin-left: auto !important;
}

.column-width-2 {
width: 100%;
margin-right: auto !important;
margin-left: auto !important;
}

main div[id^="cblock_"].mobileBodytextSlim > div.contentGrid > .column-width-8 > .column-width-6.column-marginleft-3, 
main div[id^="cblock_"].mobileBodytextSlim > div.contentGrid > .column-width-5.column-marginleft-1 {
width: calc(4 * var(--col-1) + var(--col-1-no-space)) !important;
margin-left: var(--col-1) !important;
}

.popUpBlock .column-width-2.column-marginleft-2 {
margin-left: 0 !important;
}

.contentGrid > div.column-width-3.teamBox, 
.contentGrid > div.column-width-4.teamBox {
width: calc(3 * var(--col-1) + var(--col-1-no-space));
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 1.25rem;
}


.contentGrid > div[class*="column-width-"].flushStyle {
max-width: initial;
width: 100%;
margin-left: iniital;
overflow: initial;
}

.contentGrid > div[class*="column-width-"].flushStyle {
margin-bottom: 0;
}

.contentGrid > div[class*="column-width-"].width-50.flushStyle {
max-width: calc(100% + 2rem);
overflow: initial;
}

.contentGrid > div[class*="column-width-"].flushStyle > .blockImg.width-100 {
width: calc(100% + 2rem);
margin-left: -1rem !important;
float: none !important;
}

.contentGrid > div.column-width-5.column-marginleft-0.flexStyle.flushStyle.flushStyle-self {
width: calc(100% + 2rem);
margin-left: -1rem !important;
}

.contentGrid > div.column-width-5.column-marginright-0.flexStyle.flushStyle.flushStyle-self {
width: calc(100% + 2rem);
margin-right: -1rem !important;
}

div[id^="cblock_"].width-100.horizontalScrollingWrapper > div.contentGrid .column-width-4, 
div[id^="cblock_"].width-100.horizontalScrollingWrapper-onmobile > div.contentGrid .column-width-4 {
width: calc(3 * var(--col-1) + var(--col-1-no-space));
margin-bottom: 0;
}


div[id^="cblock_"].width-100.horizontalScrollingWrapper > div.contentGrid .column-width-4.boxStyle {
width: calc(4 * var(--col-1) + var(--col-1-no-space));
height: 20rem;
}

.width-50 {
width: 100%;
}

div[class*="column-width-"] .width-50 {
width: 100%;
max-width: 100%;
}

div[id^="cblock_"].contentGrid.flexStyle.keyFactsRow div[class*="column-width-"] {
margin: 0 !important;
}

div[id^="cblock_"].contentGrid.flexStyle.keyFactsRow div[class*="column-width-"]:nth-child(1) {
width: 33%;
max-width: 33%;
white-space: initial;
word-break: break-word;
hyphens: auto;
}

div[id^="cblock_"].contentGrid.flexStyle.keyFactsRow div[class*="column-width-"]:nth-child(2) {
width: 66.666%;
max-width: 66.666%;
}

.slideUpOnMobiles {
-webkit-transition: 0.75s;
-moz-transition: 0.75s;
-o-transition: 0.75s;
transition: 0.75s;
}


.flexStyle.flexStyle-reverseOnMobiles, 
.contentGrid.flexStyle.flexStyle-reverseOnMobiles {
flex-direction: column-reverse;
}

.contentGrid > .flexStyle.flexStyle-reverseOnMobiles {
flex-direction: column-reverse;
}

.contentBox_imageWrapper {
margin-bottom: 2rem;
}


.column-stickyonscroll {
padding-bottom: 1rem;
}


div.column-width-3 > img.blockImg.teaserImg {
width: 100%;
max-width: 100%;
margin: 0;
position: static;
z-index: initial;
}

div.column-width-2.flexStyle.alignRight {
width: calc(5 * var(--col-1) + var(--col-1-no-space));
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 1.25rem;
}


.flexStyle-alignRight, .flexStyle.alignRight {
justify-content: flex-start !important;
}

.flexStyle-imgRight {
flex-direction: initial;
justify-content: initial;
}

.bannerStyle {
padding-top: 4rem;
padding-bottom: 4rem;
}

.paddingBox {
padding: 1.5rem 1rem;
}

.paddingBox-less {
padding: 1rem;
}

div[id^="cblock_"] > div[class*="column-width-"].paddingBox {
padding-top: 2rem;
padding-bottom: 2rem;
}

.verticalPaddingBox {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}

.verticalPaddingBox-less {
padding-top: 1rem;
padding-bottom: 1rem;
}

.verticalPaddingBox-less-half {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.horizontalPaddingBox {
padding-left: 1rem;
padding-right: 1rem;
}


.contentBox_textWrapper .verticalPaddingBox {
padding-top: 0;
}

.contentBlock-verticalpadding {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}

.contentBlock-verticalpadding-plus {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
}

.contentBlock-verticalpadding-less {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}

.contentBlock-verticalpadding-colspace {
padding-top: initial !important;
padding-bottom: initial !important;
}

.paddingTop {
padding-top: 1.25rem !important;
}

.paddingBottom, 
div.paddingBottom {
padding-bottom: 1.25rem !important;
}

.mobile-paddingBottom, 
div.mobile-paddingBottom {
padding-bottom: 1.25rem !important;
}

.mobile-paddingBottom-plus, 
div.mobile-paddingBottom-plus {
padding-bottom: 2.5rem !important;
}

div.paddingBottom-plus {
padding-bottom: 2.5rem !important;
}

.popUpBlock.popUpBlock-wide div.paddingBottom-plus {
padding-bottom: 2.5rem !important;
}

.verticalPaddingBox-less {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.verticalPaddingBox-less-half {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.paddingTop0 {
padding-top: 0 !important;
}

.paddingBottom0 {
padding-bottom: 0 !important;
}

.padding0 {
padding: 0 !important;
}

.mobile-paddingBottom0, 
div.mobile-paddingBottom0 {
padding-bottom: 0 !important;
}

.mobile-padding0, 
div.mobile-padding0 {
padding: 0 !important;
}


main > div[id^="cblock_"] > div[class*="column-width-"]:not(.lastBox):last-of-type {
margin-bottom: 0 !important;
/*border-bottom: 5px solid red;*/
}


div[id^="cblock_"].width-100-streched > div[class*="column-width-"].contentBox_imageWrapper {
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

div[id^="cblock_"].width-100-streched > div[class*="column-width-"].contentBox_textWrapper {
width: 100% !important;
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

div[id^="cblock_"].width-100 > div.contentGrid.contentBlock.flexStyle > div.flexslider.flexslider-carousel-wide, 
div[id^="cblock_"].width-100 > div.contentGrid.contentBlock.flexStyle > div[class*="flexslider-carousel"] {
/**/
}


div.flexslider.flexslider-carousel-wide div.slide-wrapper > h2, 
div.flexslider.flexslider-carousel-wide div.slide-wrapper > .h2Style {
max-width: 100%;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

.relatedSliderWrapper .flex-control-nav li {
margin: 0 0.4rem;
}

.relatedSliderWrapper .flex-control-paging li a {
width: 0.8rem;
height: 0.8rem;
}

div[id^="cblock_"].accordiongroupTitle div.column-width-5 {
position: static;
padding-bottom: 1.5rem;
}

.accordionWrapper {
padding: 0 1rem;
border-radius: 2rem;
}

.accordionTitle {
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1.5rem;
line-height: 1.725rem;
}

.accordionTitle:after {
/**/
}

.accordion-desc, p.accordion-desc, div.accordion-desc {
padding: 0.5rem 0 0.5rem 0;
}

div.column-width-7.accordionWrapper .accordion-desc, 
div.column-width-7.accordionWrapper p.accordion-desc, 
div.column-width-7.accordionWrapper div.accordion-desc {
padding-bottom: 2rem;
}

.accordion-desc ul:not(.strokeList) li {
/**/
}

div.contentGrid > div.column-width-7 > a.showAllinGroup {
margin: 1.5rem 0 0 0;
font-size: 1.25rem;
line-height: 1.25rem;
}


div.contentGrid > div.column-width-7 > a.showAllinGroup:before {
width: 1.15rem;
height: 1.25rem;
font-size: 1.75rem;
}

div.width-100.contentBlock-verticalpadding-plus > .contentGrid.flexStyle > .contentBox_textWrapper:last-of-type {
margin: 8rem 0 0 0 !important;
position: relative;
}

div.width-100.contentBlock-verticalpadding-plus > .contentGrid.flexStyle > .contentBox_textWrapper:last-of-type:before {
content: '';
display: block;
width: 118%;
height: 1px;
margin: -4rem auto 0 -9%;
background-color: rgba(91,94,96,0.25);
position: absolute;
top: 0;
left: 0;
}

.relativePositioned-onmobiles {
position: relative !important;
}


div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide {
width: calc(100vw - 2rem) !important;
max-width: calc(100vw - 2rem) !important;
height: auto;
padding-right: 0;
}


div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide > p {
white-space: initial;
margin: 0;
}

div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide > p:not(.texttickerSlider--hoverdesc) {
display: block;
white-space: initial;
}

div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide > p.texttickerSlider--hoverdesc {
position: static;
max-width: 100%;
margin: 0;
}

div[id^="cblock_"] div.texttickerSlider div.texttickerSlider-slide:after {
display: none;
}

div[id^="cblock_"].alignRight .shareBoxModule > .shareBoxWrapper {
width: auto;
margin-left: 0;
margin-right: initial;
padding: 0;
position: static;
top: 0;
}

div[id^="cblock_"].alignRight .shareBoxModule > .shareBoxWrapper > .socialmediaLink {
display: inline-block;
width: 2.75rem;
height: 2.75rem;
margin: 0 0.75rem 1.25rem 0;
}

form.teamFilterForm {
margin: 2rem 0;
position: fixed;
left: 50%;
bottom: 2rem;
margin: 0 auto;
z-index: 2;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

form.teamFilterForm .column-width-2 {
width: calc(5 * var(--col-1) + var(--col-1-no-space));
}

form.teamFilterForm .column-width-2 .select-div {
margin: 0 auto;
}

form.teamFilterForm .select-options {
top: auto;
bottom: 3.5rem;
z-index: 1001;
width: 300px;
max-width: 90vw;
}

form.teamFilterForm .select-options li {
display: inline-block;
margin: 0.15em;
}

#teamwrapper {
margin-top: 5rem;
}

#teamwrapper > div.column-width-4.staffBox {
width: calc(3 * var(--col-1) + var(--col-1-no-space));
}

.staffBox.staffBox-visible {
opacity: 1;
visibility: visible;
margin-bottom: 1rem;
margin-right: initial !important;
}


#teamwrapper .staffBox-visible:nth-child(4n+1) {
margin-left: 0;
}

#teamwrapper .staffBox-visible:nth-child(4n-1) {
margin-left: var(--col-1);
}

/* 2 4 6 8 uws */
#teamwrapper .staffBox-visible:nth-child(2n+2) {
margin-top: 0;
margin-left: calc(2 * var(--col-1) + var(--col-space)) !important;
}


div.teamBox div.teamBox--img {
overflow: hidden;
position: relative;
}

div.teamBox div.teamBox--img:after {
content: '';
display: block;
width: 100%;
height: 100%;
border-radius: inherit;
background-color: transparent;
position: absolute;
top: 0;
left: 0;
z-index: 2;
pointer-events: none;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

div.teamBox:hover div.teamBox--img:after {
background-color: rgba(46,15,86,0.3);
}

.smallerFont, p.smallerFont {
font-size: 0.9375rem;
line-height: 1.265625rem;
}

ul.downloadList li {
margin: 0 0 1rem 0;
}


p.labelRotated {
-webkit-transform: translate(1.75rem,0) rotate(-90deg);
-moz-transform: translate(1.75rem,0) rotate(-90deg);
-o-transform: translate(1.75rem,0) rotate(-90deg);
-ms-transform: translate(1.75rem,0) rotate(-90deg);
transform: translate(1.75rem,0) rotate(-90deg);
}

p.labelRotated-topright {
-webkit-transform: translate(-2rem,0) rotate(-90deg);
-moz-transform: translate(-2rem,0) rotate(-90deg);
-o-transform: translate(-2rem,0) rotate(-90deg);
-ms-transform: translate(-2rem,0) rotate(-90deg);
transform: translate(-2rem,0) rotate(-90deg);
}

p.labelRotated-specialbottomright {
-webkit-transform: translate(2.25rem,1.5rem) rotate(-90deg);
-moz-transform: translate(2.25rem,1.5rem) rotate(-90deg);
-o-transform: translate(2.25rem,1.5rem) rotate(-90deg);
-ms-transform: translate(2.25rem,1.5rem) rotate(-90deg);
transform: translate(2.25rem,1.5rem) rotate(-90deg);
}


.contentGrid div.relatedPagePrev h3, 
.contentGrid div.relatedPagePrev .h3Style {
font-size: 1.55rem;
line-height: 1.25;
}

.contentGrid div.formWrapperLoader h3, 
.contentGrid div.formWrapperLoader .h3Style {
font-size: 1.65rem;
line-height: 1.25;
}

.contentGrid div.formWrapperLoader h3 br {
display: none;
}


.infoOpener:hover .infoOpener--content.infoOpener--content-extrawide {
width: 18.75rem;
}


p.marginBottom-std, 
ul.marginBottom-std, 
ol.marginBottom-std, 
div.marginBottom-std, 
h2.marginBottom-std, 
img.marginBottom-std {
margin-bottom: 1rem !important;
}

.marginBottom-less, p.marginBottom-less, div.marginBottom-less, ul.marginBottom-less {
margin-bottom: 0.5rem !important;
}

div[class*="column-width-"].paddingRight {
padding-right: initial;
}

div[class*="column-width-"].paddingRight.paddingBox-less {
padding-right: 1rem;
}


.minHeight-200, 
.minHeight-250, 
.minHeight-300 {
/*min-height: initial;*/
}

.minHeight-400 {
min-height: 18.75rem;
}

.minHeight-480 {
min-height: 22rem;
}

.minHeight-500 {
min-height: 25rem;
}

.popUpBlock {
margin-top: 0;
max-width: 100% !important;
}


.popUpBlock:not(.popUpBlock-wide) h2, .popUpBlock:not(.popUpBlock-wide) .h2Style {
/**/
}


.popUpBlock.popUpBlock-small {

}

.popUpBlock:not(.popUpBlock-wide) .popUpCloser {
top: -3.5rem;
right: -1rem;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) {
width: 100%;
max-width: 100%;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}

.popUpBlock.popUpBlock-wide.opened:not(.popUpBlock-fullwide) {
margin-top: 0;
margin-bottom: 0;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .popUpCloser {
width: 1.75rem;
height: 1.75rem;
top: 1.25rem;
right: 1.25rem;
}

.popUpBlock.popUpBlock-wide.popUpBlock-fullwide .popUpCloser {
width: 1.75rem;
height: 1.75rem;
}

.popUpBlock .popUpCloser, 
.popUpBlock.popUpBlock-small .popUpCloser, 
.popUpBlock.popUpBlock-wide .popUpCloser, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .popUpCloser {
top: 1rem !important;
right: calc(50% - 1.125rem) !important;
width: 2.25rem !important;
height: 2.25rem !important;
background-size: auto 40% !important;
}

.popUpBlock.popUpBlock-wide .popUpBlockItemContentBox {
background-color: #ffffff;
}

.popUpBlock.popUpBlock-wide .popUpBlockItemContentBox:before {
display: none !important;
}


.popUpBlock.popUpBlock-wide.popUpBlock-fullwide .popUpBlockItemContentBox div[id^="cblock_"]:first-of-type {
margin-top: 3rem;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .popUpBlockItemContentBox div[id^="cblock_"] {
padding-left: 0 !important;
padding-right: 0 !important;
}

.popUpBlock.popUpBlock-wide .contentBlock-verticalpadding {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}

.popUpBlock.popUpBlock-wide .contentBlock-verticalpadding.padding0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .contentBlock-verticalpadding-plus {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .contentBlock-verticalpadding-plus.paddingBottom-less {
padding-bottom: 2rem !important;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) div[id^="cblock_"]:not(.paddingTop0):not(.contentBlock-verticalpadding-less):first-of-type {
padding-top: 6rem !important;
}

.popUpBlock.popUpBlock-wide .contentBlock-verticalpadding.paddingBottom0 {
padding-bottom: 0 !important;
}

.popUpBlock.popUpBlock-wide .contentBlock-verticalpadding.paddingTop0 {
padding-top: 0 !important;
}

.popUpBlock.popUpBlock-wide .contentBlock-verticalpadding.verticalPaddingBox-less, 
.popUpBlock.popUpBlock-wide .contentBlock-verticalpadding-less {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}

.popUpBlock.popUpBlock-wide .contentBlock-verticalpadding.verticalPaddingBox-less.paddingBottom0 {
padding-bottom: 0 !important;
}

.popUpBlock.popUpBlock-wide .contentBlock-verticalpadding.verticalPaddingBox-less.paddingTop0 {
padding-top: 0 !important;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-3, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-4, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-5, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-6, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-7, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-8, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-9, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-10, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-11, 
.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-12 {
width: calc(5 * var(--col-1-popup) + var(--col-1-no-space-popup));
margin-left: 0 !important;
margin-right: 0 !important;
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h1, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h1Style {
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h1 br, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h1Style br {
display: none;
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h2, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h2Style {
/**/
}

.popUpBlock:not(.popUpBlock-wide) .contentBlock-verticalpadding {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}

.popUpBlock:not(.popUpBlock-wide) .contentBlock-verticalpadding.verticalPaddingBox-less {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.popUpBlock:not(.popUpBlock-wide) .contentBlock-verticalpadding.paddingBottom0 {
padding-bottom: 0 !important;
}

.popUpBlock.popUpBlock-wide .column-width-3.teamBox {
width: calc(3 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock div[id^="cblock_"] > div[class*="column-width-"]:last-of-type {
margin-bottom: 0 !important;
}


.padding0, div.padding0 {
padding: 0 !important;
}

.paddingTop0, div.paddingTop0 {
padding-top: 0 !important;
}

.paddingBottom0, div.paddingBottom0 {
padding-bottom: 0 !important;
}

.pageFooter {
padding: 0 0 3.5rem 0;
}

.pageFooter .contentGrid.flexStyle {
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
}

.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"], 
.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(1), 
.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(2) {
border: 0 !important;
padding: 0 !important;
}

.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(1), 
.pageFooter .contentGrid.flexStyle:first-of-type > div[class*="column-width-"]:nth-child(2) {
padding-bottom: 3rem !important;
margin-bottom: 3rem !important;
border-bottom: 1px solid #8E9994 !important;
}

.pageFooter .column-width-1 {
width: calc(2* var(--col-1));
}

.pageFooter div:not(.contentBlock-footer-copyright) .column-width-2 {
width: 100% !important;
margin: 0 0 1.5rem 0 !important;
}

.pageFooter div .column-width-3 {
width: calc(2 * var(--col-1) + var(--col-1-no-space)/1.25);
margin-left: 0 !important;
margin-right: var(--col-space) !important;
margin-top: 1.25rem !important;
margin-bottom: 0 !important;
}

.pageFooter div .column-width-3:nth-child(even) {
margin-left: 0 !important;
margin-right: 0 !important;
}

.pageFooter div .column-width-3:last-of-type {
margin-top: 0 !important;
}

.pageFooter div .column-width-6 {
margin-top: 4rem;
}

.pageFooter div .column-width-6, 
.pageFooter div .column-width-6 > div.initialFontSize {
width: 100%;
text-align: left;
}

.pageFooter div .column-width-6 > div.initialFontSize > ul.inlineListStyle {
display: flex;
justify-content: space-between;
width: 100%;
text-align: left;
}

.pageFooter div .column-width-6 > div.initialFontSize > ul.inlineListStyle > li {
width: calc(2 * var(--col-1) + var(--col-1-no-space)/1.25);
margin-left: 0 !important;
margin-right: var(--col-space) !important;
}

.pageFooter div .column-width-6 > div.initialFontSize > ul.inlineListStyle > li:nth-child(even) {
margin-right: 0 !important;
margin-left: var(--col-space) !important;
}


.pageFooter ul.noListStyle {
margin: 0 0 1rem 0;
}

.pageFooter ul.noListStyle li {
font-size: 0.9375rem;
line-height: 1.265625rem;
}

.pageFooter ul.noListStyle li > a {
display: block;
font-size: 0.9375rem;
line-height: 1.265625rem;
margin-bottom: 0.45rem;
}


.pageFooter p.initialFontSize {
max-width: 90%;
color: #999999;
-webkit-hyphens: none !important;
   -moz-hyphens: none !important;
    -ms-hyphens: none !important;
        hyphens: none !important;
}

.pageFooter .countryLangItemsWrapper {
width: calc(var(--col-1)) !important;
}

.pageFooter .countryLangItemsWrapper .langChangerWrapper > a {
display: block;
text-align: right;
}

.contentBlock-footer-copyright {
font-size: 0.9375rem;
line-height: 1.265625rem;
}

.contentBlock-footer-copyright > div[class*="column-width-"]:not(.column-width-10) {
width: 100% !important;
text-align: left;
}


.contentBlock-footer-copyright .footerlinksDelimiter, 
.contentBlock-footer-copyright .linksDelimiter {
font-size: 0;
display: none !important;
}

.contentBlock-footer-copyright a {
display: inline-block;
margin: 0.5rem 1rem 0 0;
}

.contentBlock-footer-copyright a.blockStyle {
display: block;
margin: 0 0 0.2rem 0;
}

.contentBlock-footer-copyright .column-width-3:last-of-type {
display: none !important;
}

.socialmediaLink {
margin: 0 1rem 0.5rem 0;
}

.pageFooter .socialMediaWrapper {
width: auto;
height: auto;
margin: auto 0 0 auto;
position: absolute;
right: 0;
bottom: 0;
}

.pageFooter .socialMediaWrapper a {
display: block;
margin: 1rem 0 0 0;
}


.copyStyle {
line-height: 0;
vertical-align: initial;
font-size: 1.25rem;
}

.lastBox {
/*margin-bottom: 0 !important;*/
}


.column-width-3.centeredOnMobiles {
width: calc(3 * var(--col-1) + var(--col-1-no-space)) !important;
margin-left: calc(var(--col-1)) !important;
margin-right: auto;
margin-bottom: 3rem;
}


div[id^="cblock_"].contentGrid.flexStyle.flexStyle-boxes-autoHeight div[class*="minHeight-"].boxStyle.paddingBox-less, 
div[id^="cblock_"].contentGrid.flexStyle.coloredBoxes div[class*="minHeight-"].boxStyle.paddingBox-less {
width: auto !important;
min-width: 85% !important;
min-height: initial;
height: auto;
margin: 0 !important;
}


div[id^="cblock_"].contentGrid.flexStyle.flexStyle-boxes-autoHeight div[class*="minHeight-"].boxStyle.paddingBox-less > p:last-of-type {
margin-left: 0 !important;
align-self: self-start;
}

div[id^="cblock_"].contentGrid.flexStyle.coloredBoxes > div[class*="bg-"] {
margin-bottom: 0 !important;
}

div[id^="cblock_"].contentGrid.flexStyle.coloredBoxes > div[class*="bg-"].column-width-2, 
div[id^="cblock_"].contentGrid.flexStyle.coloredBoxes > div[class*="bg-"].column-width-3 {
min-width: 50%;
}

div[id^="cblock_"].contentGrid.flexStyle.coloredBoxes > div[class*="bg-"].minHeight-250, 
div[id^="cblock_"].contentGrid.flexStyle.coloredBoxes > div[class*="bg-"].minHeight-300, 
div[id^="cblock_"].contentGrid.flexStyle.coloredBoxes > div[class*="bg-"].minHeight-400 {
min-height: 12rem;
}


.borderBottom-2, div.borderBottom-2 {
border-bottom: 2px solid;
}


.flex-direction-nav a {
width: 1.5rem;
height: 1.5rem;
margin-top: -0.75rem;
}


.flex-direction-nav a.flex-next:before, 
.flex-direction-nav a.flex-prev:before {
height: 1.5rem;
background-size: 1.5rem auto;
}


form.formStyles div.inputRow .checkboxStyle {
width: 1.75rem;
height: 1.75rem;
border: 3px solid #000000;
}

form.formStyles div.inputRow .checkboxStyle label::after {
width: 0.75rem;
height: 0.35rem;
top: 0.25rem;
left: 0.22rem;
}

.inputsimpleBorderBottom, 
select.inputsimpleBorderBottom {
/**/
}

select.inputsimpleBorderBottom {
background-position: right 0 top 1.25rem;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .column-width-2 {
width: calc(3 * var(--col-1-popup) + var(--col-1-no-space-popup));
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) form .column-width-2 {
width: calc(2 * var(--col-1-popup) + var(--col-1-no-space-popup));
}


.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) div.contentGrid > .column-width-5.borderBottom-std {
margin-bottom: 2rem !important;
}

.popUpBlock.teamDetailsPopUp div[id^="cblock_"] h1 {
word-wrap: initial;
word-break: initial;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}

.popUpBlock.teamDetailsPopUp div.width-100.paddingBottom.flexStyle-reverseOnMobiles {
padding-bottom: 0 !important;
}

.popUpBlock.teamDetailsPopUp div.column-width-4  {
width: calc(4 * var(--col-1) + var(--col-1-no-space)) !important;
}

.popUpBlock.teamDetailsPopUp div.contentBlock-verticalpadding-less:nth-of-type(2) {
padding-top: 2.5rem !important;
}

.showOnMobiles {
display: block;
}

.visibleOnMobiles {
display: block;
}

.hideOnMobiles {
display: none !important;
}

}


@media all 
and (max-width: 480px) {

.slideUp {
-webkit-transform: translateY(3rem);
-moz-transform: translateY(3rem);
-o-transform: translateY(3rem);
-ms-transform: translateY(3rem);
transform: translateY(3rem);
}

}


@media all 
and (max-width: 414px) {


/* ----------- */

nav.flexStyle {
top: -100dvh;
background-color: transparent;
}

nav.flexStyle:not(.openOnMobiles) {
background-color: transparent;
}

nav.flexStyle.openOnMobiles {
background-color: #56655E;
}

div[id*="cblock_"].fullHeader {
min-height: 750px !important;
}

/* ----------- */


.width-50 {
width: 100%;
}

div[class*="column-width-"] .width-50 {
width: 100%;
max-width: 100%;
}


.pageHeader.pageHeader-iphonespecial .serviceNaviListWrapper.openOnMobiles {
padding-top: 10rem;
padding-bottom: 2rem;
}

.pageHeader.pageHeader-iphonespecial .mobileNaviOpener.opened {
top: 9rem;
}

form.formStyles .inputRow.width-50:nth-child(odd) {
width: 100%;
margin-right: 0;
margin-left: 0;
}

form.formStyles .inputRow.width-50:nth-child(even) {
width: 100%;
margin-left: 0;
margin-right: 0;
}

.hideOnPhones {
display: none !important;
}


}



@media all 
and (max-width: 375px) {

.pageFooter {
word-break: break-word;
hyphens: auto;
}

.pageFooter p.initialFontSize {
/**/
}


}




@media all 
and (max-width: 320px) {


nav.flexStyle {
top: -1000px;
background-color: transparent;
}

nav.flexStyle:not(.openOnMobiles) {
min-height: 568px;
}

nav.flexStyle.openOnMobiles {
min-height: 568px;
background-color: #56655E;
}

div[id*="cblock_"].fullHeader {
min-height: 568px !important;
}


#teamwrapper > div.column-width-4.staffBox {
width: 100%;
margin-left: 0 !important;
margin-right: 0 !important;
}


}


@supports (-webkit-overflow-scrolling: touch) {
/* CSS specific to iOS devices */

.min-fullScreen {
min-height: 20rem !important;
}
 
}
