
/* page header */

.pageHeader {
display: block;
width: inherit;
max-width: inherit;
margin: 0 auto;
padding: 2.25rem 0 0.75rem 0;
border: 0;
text-align: center;
background-color: transparent;
pointer-events: none;
position: fixed;
top: 0;
z-index: 1;
color: #ffffff;
mix-blend-mode: difference;/* exclusion */
}

.pageHeader:after {
content: '';
display: block;
text-align: center;
font-size: 1.125rem;
line-height: 0;
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
white-space: nowrap;
pointer-events: none;
transform: translate(42%,0) rotate(-90deg);
position: fixed;
top: 50%;
right: 3rem;
}

html[lang="de"] .pageHeader:after {
content: 'Buchhaltung | Steuern | Revision';
}

html[lang="en"] .pageHeader:after {
content: 'Accounting | Tax | Audit';
}

.pageHeader .devLabel {
display: block;
position: fixed;
top: -20px;
left: -40px;
z-index: 10001;
width: 100px;
height: 60px;
padding: 36px 0 0 0;
background-color: #000000;
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 a {
text-decoration: none;
}

.pageLogo {
display: flex;
width: auto;
height: auto;
margin: 0 0 0 -0.5rem;
font-size: 5.4375rem;
font-weight: 400;
white-space: nowrap;
text-align: center;
}

.pageLogo[class*="pageLogo-option"] {
text-align: left;
}

.pageLogo a {
display: flex;
width: auto;
height: auto;
margin: 0;
pointer-events: initial;
}


.pageLogo span {
display: inline-block;
transition: 0.5s;
transform-origin: center center;
font-variation-settings: "wght" 400, "wdth" 100, "ital" 0;
}

/* page logo option 1 */
.pageLogo.pageLogo-option1 span:nth-child(1) {
font-variation-settings: "wght" 400, "wdth" 75, "ital" 0;
}

.pageLogo.pageLogo-option1 span:nth-child(2) {
font-variation-settings: "wght" 400, "wdth" 250, "ital" 0;
}

.pageLogo.pageLogo-option1 span:nth-child(3) {
font-variation-settings: "wght" 400, "wdth" 150, "ital" 0;
}

/* page logo option 2 */
.pageLogo.pageLogo-option2 span:nth-child(1) {
font-variation-settings: "wght" 400, "wdth" 250, "ital" 0;
}

.pageLogo.pageLogo-option2 span:nth-child(2) {
font-variation-settings: "wght" 400, "wdth" 55, "ital" 0;
}

.pageLogo.pageLogo-option2 span:nth-child(3) {
font-variation-settings: "wght" 400, "wdth" 180, "ital" 0;
}

/* page logo option 3 */
.pageLogo.pageLogo-option3 span:nth-child(1) {
font-variation-settings: "wght" 400, "wdth" 250, "ital" 0;
}

.pageLogo.pageLogo-option3 span:nth-child(2) {
font-variation-settings: "wght" 400, "wdth" 250, "ital" 0;
}

.pageLogo.pageLogo-option3 span:nth-child(3) {
font-variation-settings: "wght" 400, "wdth" 45, "ital" 0;
}

/* page logo option 4 */
.pageLogo.pageLogo-option4 span:nth-child(1) {
font-variation-settings: "wght" 400, "wdth" 250, "ital" 0;
}

.pageLogo.pageLogo-option4 span:nth-child(2) {
font-variation-settings: "wght" 400, "wdth" 55, "ital" 0;
}

.pageLogo.pageLogo-option4 span:nth-child(3) {
font-variation-settings: "wght" 400, "wdth" 250, "ital" 0;
}





.pageLogo img {
display: inline-block;
width: 11.5rem;
max-width: 100%;
height: auto;
opacity: 1;
-webkit-transition: 0.35s ease-in-out;
-moz-transition: 0.35s ease-in-out;
-o-transition: 0.35s ease-in-out;
transition: 0.35s ease-in-out;
}


nav {
display: inline-block;
width: max-content;
box-sizing: border-box;
padding: 0;
margin-left: -7.1875rem;
position: relative;
pointer-events: none;
}

nav > * {
pointer-events: initial;
}

nav.flexStyle {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
}

.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;
color: initial;
background-color: transparent;
background-size: auto 0.5rem;
background-position: right 0.75rem center;
}

select.langChanger option {
padding: 0;
}

/**/

.mobileNaviOpener {
display: block;
width: 7.1875rem;
height: 4.125rem;
border-top-left-radius: 2rem;
border-bottom-left-radius: 2rem;
border: 0;
text-align: center;
line-height: 0;
cursor: pointer;
z-index: 10001;
/**/
position: fixed;
top: 3.5rem;
left: 2.75rem;
/**/
background-color: #F9FFAF !important;
-webkit-transition: 0.3s ease, background 0s;
-moz-transition: 0.3s ease, background 0s;
-o-transition: 0.3s ease, background 0s;
transition: 0.3s ease, background 0s;
}



.mobileNaviOpener span {
position: absolute;
top: 49%;
left: 50%;
margin-left: -1.75rem;
display: inline-block;
width: 4.5rem;
height: 1px;
background-color: #000000 !important;
line-height: 0;
opacity: 1;
overflow: hidden;
-webkit-transition: transform 0.3s;
-moz-transition: transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
}

/**/

.mobileNaviOpener span:nth-child(1) {
margin-top: -13%;
}

.mobileNaviOpener span:nth-child(2) {
-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: 13%;
}

.mobileNaviOpener.opened {
background-color: transparent !important;
left: 2rem;
}

.mobileNaviOpener.opened span {
margin-top: 0;
}


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

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

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


.mobileNaviOpener:not([data-sectionname=""]):after {
content: attr(data-sectionname);
display: flex;
align-items: center;
width: auto;
height: inherit;
box-sizing: border-box;
border-top-right-radius: 2rem;
border-bottom-right-radius: 2rem;
padding-left: 2rem;
padding-right: 2rem;
font-size: 1.375rem;
line-height: 1.05;
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
color: #F9FFAF;
background-color: #053B3A;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
opacity: 1;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
transition: 0.25s;
position: absolute;
top: 0;
left: 100%;
}

.mobileNaviOpener.opened:after {
padding: 0 !important;
width: 0 !important;
opacity: 0 !important;
pointer-events: none;
}



/* main navi */

.mainNavi { 
display: none;
}

/*
.mainNavi { 
display: inline-block;
max-width: 100%;
padding: 0;
margin: 1rem 4rem 1rem auto;
color: #ffffff;
opacity: 1;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}

.mainNavi li {
display: inline-block;
float: left;
width: auto;
padding: 0;
text-align: center;
background-image: none;
}

.mainNavi li:nth-of-type(1n+5) {
display: none !important;
} 

.mainNavi li a {
display: block;
width: max-content;
padding: 0;
margin: 0 0 0 4rem;
font-size: 1.245rem;
}

.mainNavi li a.active, 
.mainNavi li a:hover, 
.mainNavi li a.activeSubpage, 
.mainNavi li a.navButton__active {

}

.mainNavi li a.navButton__active {
position: relative;
}
*/

nav a.buttonStyle {
width: auto;
height: auto;
padding: 0.45rem 3rem 0.6rem 3rem;
margin: 0;
position: relative;
}

nav a.buttonStyle:after {
content: '';
display: block;
width: 100%;
height: calc(100% + 0.5rem);
box-sizing: border-box;
padding: /*0.45rem 1rem*/0;
margin: -0.175rem 0 0 -1.5rem;
border-radius: 0.95rem;
background-color: #A7B5BC;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

.mainNavi li .subnavBox {
display: none;
}

.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.svg);
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;
color: initial;
}

.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;
}


/* new slide in navi */

.slideinNavi {
position: fixed;
left: -43vw;
top: 0;
width: 43vw;
height: 100vh;
background-color: #F9FFAF;
opacity: 0;
-webkit-transition: left 0.4s ease-in-out, opacity 0.5s;
-moz-transition: left 0.4s ease-in-out, opacity 0.5s;
-o-transition: left 0.4s ease-in-out, opacity 0.5s;
transition: left 0.4s ease-in-out, opacity 0.5s;
}

.slideinNavi.opened {
left: 0;
z-index: 10000;
opacity: 1;
-webkit-transition: left 0.5s ease-in-out, opacity 0.25s;
-moz-transition: left 0.5s ease-in-out, opacity 0.25s;
-o-transition: left 0.5s ease-in-out, opacity 0.25s;
transition: left 0.5s ease-in-out, opacity 0.25s;
}


.slideinNavi > div.width-100.slideinNavi--verticalwrapper {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-content: flex-start;
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
background-color: inherit;
overflow-y: auto;
-ms-overflow-style: none;
scrollbar-width: none;
white-space: nowrap;
}

.slideinNavi > div.width-100.slideinNavi--verticalwrapper::-webkit-scrollbar {
display: none;
}

.slideinNavi > div.width-100.slideinNavi--verticalwrapper > div.contentBlock.paddingBox {
width: 100% !important;
}

.slideinNavi > div.width-100.slideinNavi--verticalwrapper div.stickyDiv {
position: -webkit-sticky;
position: sticky;
top: 0;
}

.slideinNavi .paddingBox {
padding-left: 3.75rem;
padding-right: 3.75rem; 
}

.slideinNavi > .slideinNavi--closer {
display: none;
}

.slideinNavi.opened > .slideinNavi--closer, 
.slideinNavi > .slideinNavi--closer.opened {
display: block;
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,0.35);
position: fixed;
top: 0;
left: 0;
z-index: -2;
}

/* langs on top in slide in navi */
.slideinNavi .topLinks {
font-size: 1.25rem;
background-color: inherit;
opacity: 0;
align-self: flex-start;
position: relative;
z-index: 2;
}

.slideinNavi.opened .topLinks {
padding-top: 3.5rem;
padding-bottom: 2.5rem;
opacity: 1;
}

/*
.slideinNavi.opened .topLinks.stickyDiv:after {
content: '';
display: block;
width: 100%;
height: 2rem;
background-image: linear-gradient(rgba(241,242,243,1), rgba(241,242,243,0));
background-image: -moz-linear-gradient(rgba(241,242,243,1), rgba(241,242,243,0));
background-image: -webkit-linear-gradient(rgba(241,242,243,1), rgba(241,242,243,0));
position: absolute;
left: 0;
bottom: -2rem;
}
*/

.slideinNavi .topLinks a {
display: inline-block;
margin: 0 1rem 0 0;
text-align: left;
}

.slideinNavi .topLinks a:hover, 
.slideinNavi .topLinks a.active {
color: #000000;
}

.slideinNavi .topLinks .pageLangs {
width: max-content;
margin: 0 0 0 auto;
}

.slideinNavi .topLinks .pageLangs > ul {
list-style-type: none;
display: flex;
align-content: space-between;
align-items: flex-start;
padding: 0.45rem;
margin: 0;
border-radius: 2.5rem;
color: #FCFFB2;
background-color: #053B3A;
font-size: 1.375rem;
text-transform: lowercase;
}

.slideinNavi .topLinks .pageLangs > ul > li {
margin: 0;
color: inherit;
}

.slideinNavi .topLinks .pageLangs > ul > li > a {
display: flex;
align-items: center;
justify-content: center;
padding: 0.7185rem 2.25rem;
margin: 0;
border-radius: 2.5rem;
color: inherit;
text-align: center;
}

.slideinNavi .topLinks .pageLangs > ul:hover > li > a, 
.slideinNavi .topLinks .pageLangs > ul:hover > li > a.active {
color: #FFFFB9;
background-color: transparent;
}

.slideinNavi .topLinks .pageLangs > ul > li > a.active, 
.slideinNavi .topLinks .pageLangs > ul > li > a.active:hover, 
.slideinNavi .topLinks .pageLangs > ul > li > a:hover {
color: #053B3A;
background-color: #FFFFB9;
}


.slideinNavi .mainNaviListWrapper {
width: 100%;
display: block;
}

.slideinNavi div.mobileNaviLogoWrapper {
display: none;
}

.slideinNavi ul.mainNaviList {
list-style-type: none;
display: flex;
flex-wrap: wrap;
align-content: space-between;
align-items: flex-start;
width: 100%;
padding: 0;
margin: 0;
font-size: 3.125rem;
font-variation-settings: "wght" 210, "wdth" 100, "ital" 0;
}

.slideinNavi ul.mainNaviList > li {
width: 100%;
padding: 0;
margin: 0 0 0.5rem 0;
position: relative;
}


.slideinNavi ul.mainNaviList li .mobileSubnavExpander, 
.slideinNavi ul.serviceNaviList li .mobileSubnavExpander {
position: absolute;
top: 0;
left: 0;
display: block;
width: 6rem;
height: 100%;
background-image: url(../images/menu-plus-black.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 0.875rem auto;
cursor: pointer;
opacity: 0.8;
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
display: none;/*hide, not needed*/
}


.slideinNavi ul.mainNaviList li a {
width: fit-content;
}

.slideinNavi ul.mainNaviList li a.navButton {
display: block;
padding: 0;
border: 0;
text-align: left;
white-space: initial;
hyphens: auto;
}

.slideinNavi ul.mainNaviList li a.navButton.navButton__active {
font-size: 3.125rem;
line-height: 1;
margin-bottom: 0;
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
color: #053B3A;
}

.slideinNavi ul.mainNaviList li a.navButton.showOnMobiles {
display: none;
}

.slideinNavi ul.mainNaviList li a.navButton:hover {
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
color: #053B3A;
}

.slideinNavi ul.mainNaviList li a.navButton:hover, 
.slideinNavi ul.subNaviList li a:hover, 
.slideinNavi ul.subNaviList li a.activeSubpage {
/**/
}


.slideinNavi ul.mainNaviList li:hover a.navButton {
/**/
}

.slideinNavi ul.mainNaviList li div.subnavBox, 
.slideinNavi ul.serviceNaviList li div.subnavBox {

}

.slideinNavi ul.mainNaviList li div.subnavBox {
padding: 1rem 2rem 1rem 2rem;
display: none;
}

.slideinNavi ul.mainNaviList li .mobileSubnavExpander.opened, 
.slideinNavi ul.serviceNaviList li .mobileSubnavExpander.opened {
/**/
}

.slideinNavi ul.subNaviList {
list-style-type: none;
width: 100%;
padding: 0;
margin: 0;
text-align: left;
}

.slideinNavi ul.subNaviList li {
margin-bottom: 0.75rem;
}

.slideinNavi ul.subNaviList li a {
display: inline-block;
width: auto;
padding: 0;
border: 0;
font-size: 2rem;
text-align: left;
white-space: initial;
}


.slideinNavi > div.slideinNavi--subslide {
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: transform 0.25s;
-moz-transition: transform 0.25s;
-o-transition: transform 0.25s;
transition: transform 0.25s;
display: none !important;/* hide, not needed */
}

.slideinNavi > div.slideinNavi--subslide.opened {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transition: transform 0.75s ease-in-out;
-moz-transition: transform 0.75s ease-in-out;
-o-transition: transform 0.75s ease-in-out;
transition: transform 0.75s ease-in-out;
}

.slideinNavi > div.slideinNavi--subslide:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: -1;
display: block;
width: 0;
height: 100vh;
box-sizing: border-box;
padding: 0;
margin: 0;
background-color: rgba(0,0,0,0);
opacity: 0;
overflow: hidden;
-webkit-transition: opacity 0.3s, margin 0s;
-moz-transition: opacity 0.3s, margin 0s;
-o-transition: opacity 0.3s, margin 0s;
transition: opacity 0.3s, margin 0s;
}

/*
.slideinNavi > div.slideinNavi--subslide.opened:before {
content: '';
width: 100vw;
margin: 0 0 0 -100vw;
background-color: rgba(0,0,0,0.6);
opacity: 1;
-webkit-transition: opacity 0.6s, margin 0s;
-moz-transition: opacity 0.6s, margin 0s;
-o-transition: opacity 0.6s, margin 0s;
transition: opacity 0.6s, margin 0s;
}
*/

.slideinNavi.tempShow {
z-index: -2;
opacity: 1;
}

.slideinNavi > div.slideinNavi--subslide.tempShow {
width: 50vw;
background-color: #ffffff;
-webkit-transform: translateX(-40vw);
-moz-transform: translateX(-40vw);
-o-transform: translateX(-40vw);
-ms-transform: translateX(-40vw);
-webkit-transition: transform 0.5s ease-in-out;
-moz-transition: transform 0.5s ease-in-out;
-o-transition: transform 0.5s ease-in-out;
transition: transform 0.5s ease-in-out;
}

.slideinNavi > div.slideinNavi--subslide.tempShow:before {
content: '';
width: 100vw;
margin: 0 0 0 -100vw;
background-color: rgba(0,0,0,0.6);
opacity: 1;
pointer-events: none;
-webkit-transition: opacity 0.6s, margin 0s;
-moz-transition: opacity 0.6s, margin 0s;
-o-transition: opacity 0.6s, margin 0s;
transition: opacity 0.6s, margin 0s;
}


/* new service navi */

.slideinNavi .serviceNaviListWrapper {
width: auto;
max-width: 75%;
margin: auto 0 0 0;
margin-right: 1rem;
}

.slideinNavi ul.serviceNaviList {
list-style-type: none;
display: inline-block;
padding: 0;
margin: 0;
}

.slideinNavi ul.serviceNaviList li {
display: inline-block;
width: auto;
padding: 0;
margin: 0 1rem 0 0;
position: relative;
}

.slideinNavi ul.serviceNaviList li a {
width: fit-content;
}


.slideinNavi ul.serviceNaviList li a.navButton {
display: block;
padding: 0;
border: 0;
/**/
font-size: inherit;
text-align: left;
}

.slideinNavi ul.serviceNaviList li:hover a.navButton {
color: #DA0030;
}

.slideinNavi ul.serviceNaviList li a.navButton.navButton__active {
color: #DA0030;
}

.slideinNavi .addressListWrapper {
display: block;
width: 100%;
margin: auto 0 0 0;
align-self: flex-end;
font-size: inherit;
color: initial;
white-space: initial;
}


.slideinNavi ul.serviceNaviList li a.extLink {
width: fit-content !important;
padding-right: 2rem !important;
background-image: url(../images/extlink-beige-icon.svg);
background-repeat: no-repeat;
background-position: right 0.5rem top 0.5rem;
background-size: auto 1.2rem;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
-o-transition: 0.2s ease;
transition: 0.2s ease;
}

.slideinNavi ul.serviceNaviList li a.extLink:hover {
background-position: right 0.3rem top 0.3rem;
}


/**/

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

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

main > div {
position: relative;
}

main > div:nth-child(1):not(.paddingTop0):not(.padding0)/*:not(.scrollmagic-pin-spacer)*/ {
padding-top: 18rem !important;
}

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);
}

main a:not([class]), 
.popUpBlockItemContentBox a:not([class]) {
text-decoration: underline;
text-decoration-color: inherit;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}

.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-leftrightpadding {
padding-left: 2rem;
padding-right: 2rem;
}


#tabslidesslidernavi ul {
list-style-type: none;
display: inline-block;
margin: 0 0 2rem 0;
padding: 0;
}

#tabslidesslidernavi ul li {
display: inline-block;
margin: 0 1.5rem 0 0;
padding: 0;
}

#tabslidesslidernavi ul li a.buttonStyle {
font-size: 1.375rem;
color: #053B3A;
background-color: #F9FFAF;
}

#tabslidesslidernavi ul li a.buttonStyle:hover, 
#tabslidesslidernavi ul li a.buttonStyle.active {
color: #F9FFAF;
background-color: #053B3A;
font-variation-settings: "wght" 640, "wdth" 150, "ital" 0;
}

#tabslidesslider {
overflow: hidden;
}

#tabslidesslider .flex-control-nav {
display: none;
}


/* 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;
}

div[id^="cblock_"] span[class^="figures-"] {
opacity: 1;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

div[id^="cblock_"] span[class^="figures-"].opaque0 {
opacity: 0.1;
}


/* buttons */

.buttonStyle {
display: inline-block;
width: fit-content;
/*min-width: 10rem;*/
/*max-width: calc(100% - var(--col-space));*/
max-width: 100%;
height: auto;
border: 0;
border-color: #000000;
border-radius: 2rem;
padding: 1.281rem 2.5rem 1.281rem 2.5rem;
margin: 0;
font-size: 1.25rem;
line-height: 1;/* inherit */
font-variation-settings: "wght" 335, "wdth" 100, "ital" 0;
text-align: center;
color: #ffffff;
background-color: #000000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

.buttonStyle:hover {
font-variation-settings: "wght" 640, "wdth" 150, "ital" 0;
}

.buttonStyle:hover {
color: #000000;
background-color: #999999;
}

.bg-blackStyle .buttonStyle {
color: #000000;
border-color: #ffffff;
background-color: #ffffff;
}

.bg-blackStyle .buttonStyle:hover {
color: #ffffff;
border-color: #333333;
background-color: #333333;
}

.buttonStyle.bg-blackStyle {
/**/
}

.buttonStyle.bg-blackStyle:hover {
color: #ffffff;
}

.buttonStyle-white, 
a.buttonStyle-white, 
a.buttonStyle-white:hover {
background-color: #ffffff;
color: #000000;
border-color: #000000;
}

.buttonStyle-yellow, 
a.buttonStyle-yellow, 
a.buttonStyle-yellow:hover {
background-color: #FAFFB0;
color: #053B3A;
border-color: #FAFFB0;
}

.buttonStyle-darkgreen, 
a.buttonStyle-darkgreen, 
a.buttonStyle-darkgreen:hover {
background-color: #0A403F;
color: #FFFFBC;
border-color: #0A403F;
}


.buttonStyle-minWidth-255 {
min-width: 15.937rem;
}

.buttonStyle-autoWidth, 
a.buttonStyle-autoWidth {
min-width: 0;
}

.buttonStyle-simple, 
a.buttonStyle-simple {
padding-left: 2rem;
}

a.buttonStyle-simple:hover {
/**/
}

input.buttonStyle {
/*border: 0;*/
}

div[id^="cblock_"] div[class*="column-width-"] > .buttonStyle:last-of-type {
margin-bottom: 0;	
}

.buttonStyle-inlinemargin, 
a.buttonStyle-inlinemargin {
margin: 0 1rem 1rem 0 !important;
}

.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 {
/**/
}


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


.bg-greyStyle a.inlineLink, 
.bg-greyStyle a.inlineLink:hover, 
.bg-blackStyle a.inlineLink, 
.bg-blackStyle a.inlineLink:hover {
/**/
}


a.internLink {
display: inline-block;
width: auto;
padding-left: 2.5rem;
margin-right: 1rem;
position: relative;
}

a.internLink:before {
content: '';
display: inline-block;
width: 2em;
height: 1.5em;
box-sizing: border-box;
margin: -0.25em 0.5em 0 0;
background-image: url(../images/internlink-iconsmall-red.svg);
background-repeat: no-repeat;
background-size: auto;
background-position: 0 0.15em;
position: absolute;
top: 0;
left: 0;
}


a.extLink {
display: inline-block;
width: auto;
padding-left: 2.5rem;
margin-right: 1rem;
position: relative;
}

a.extLink:before {
content: '';
display: inline-block;
width: 2em;
height: 1.5em;
box-sizing: border-box;
margin: -0.25em 0.5em 0 0;
background-image: url(../images/extlink-icon-red.svg);
background-repeat: no-repeat;
background-size: auto;
background-position: 0.65em 0.15em;
position: absolute;
top: 0;
left: 0;
}

a.downloadLink {
display: inline-block;
width: auto;
padding-left: 2.5rem;
margin-right: 1rem;
position: relative;
}

a.downloadLink:before {
content: '';
display: inline-block;
width: 2em;
height: 1.5em;
box-sizing: border-box;
margin: -0.25em 0.5em 0 0;
background-image: url(../images/download-icon-red.svg);
background-repeat: no-repeat;
background-size: auto;
background-position: 0.5em 0.15em;
position: absolute;
top: 0;
left: 0;
}

p > a.internLink, 
p > a.extLink, 
p > a.downloadLink {
margin-right: 0.25em;
}

/* font styles */

h1, .h1Style {
font-size: 3.125rem;
line-height: 1.2;
margin-bottom: 2rem;
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
}


.h1Style-wide, 
h1.h1Style-wide {
font-size: 3.125rem;
line-height: 1.2;
margin-bottom: 0;
font-variation-settings: "wght" 430, "wdth" 200, "ital" 0;
}


h1.h1BigStyle, .h1BigStyle, h2.h1BigStyle, p.h1BigStyle {
font-size: 5rem;
line-height: 1;
margin-bottom: 0;
font-variation-settings: "wght" 430, "wdth" 200, "ital" 0;
}

h1.h1BigStyle-2, .h1BigStyle-2, h2.h1BigStyle-2, p.h1BigStyle-2 {
font-size: 18.75rem;
line-height: 0.9;
margin-bottom: 0;
font-variation-settings: "wght" 500, "wdth" 200, "ital" 0;
}

h1.h1BigStyle-special, .h1BigStyle-special, h2.h1BigStyle-special, p.h1BigStyle-special {
font-size: 10rem;
line-height: 0.9;
margin-bottom: 0;
font-variation-settings: "wght" 500, "wdth" 160, "ital" 0;
}

div[id^="cblock_"].h1BigStyle-special div.bigtextWrapper > p[class^="bigtext-"] {
line-height: 0.95;
font-variation-settings: "wght" 500, "wdth" 160, "ital" 0 !important;
}

div[id^="cblock_"].h1BigStyle-special.yellowStyle span.highlighted, 
div[id^="cblock_"].h1BigStyle-special.beigeStyle span.highlighted {
color: #033938;
transition: 1s;
}

div[id^="cblock_"].h1BigStyle-special.darkgreenStyle span.highlighted {
color: #FEFEB4;
transition: 1s;
}


h2, .h2Style {
font-size: 1.875rem;
line-height: 1.05;
margin-bottom: 2rem;
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
}


h3, .h3Style {
font-size: 1.375rem;
line-height: 1.05;
margin-bottom: 0;
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
}



.h1BigStyle > sup, 
.h1BigStyle > sub {
/**/
}


p.internLinkIcon {
padding-right: 1em;
position: relative;
}


p.internLinkIcon:after {
content: '';
display: inline-block;
width: 1.5em;
height: 1em;
box-sizing: border-box;
margin: 0;
color: inherit;
background-image: url(../images/internlink-icon-black.svg);
background-repeat: no-repeat;
background-size: 1em auto;
background-position: right bottom 0.15em;
position: absolute;
bottom: 0;
right: 0;
}

p.internLinkIcon.nudeStyle:after {
background-image: url(../images/internlink-icon-nude.svg);
}

p.internLinkIcon.lightblueStyle:after {
background-image: url(../images/internlink-icon-lightblue.svg);
}

p.internLinkIcon.pinkStyle-2:after {
background-image: url(../images/internlink-icon-pink.svg);
}

p.internLinkIcon.orangeStyle:after {
background-image: url(../images/internlink-icon-orange.svg);
}


p {
font-size: 1.375rem;
line-height: 1.1;
font-variation-settings: "wght" 335, "wdth" 100, "ital" 0;
margin-bottom: 2rem;
}

.copylight,  p.copylight {
font-size: 1.375rem;
line-height: 1.1;
font-variation-settings: "wght" 335, "wdth" 100, "ital" 0;
margin-bottom: 2rem;
}

.copybig,  p.copybig {
font-size: 1.875rem;
line-height: 1.05;
font-variation-settings: "wght" 335, "wdth" 100, "ital" 0;
margin-bottom: 2rem;
}

p > strong {
/**/
}


p.arrowDown:before {
content: '';
display: inline-block;
width: 0.5em;
height: 0.7em;
margin-right: 0.15em;
background-image: url(../images/arrowdown-icon-black.svg);
background-repeat: no-repeat;
background-size: 100% auto;
background-position: left bottom;
}


ul.introFirstStep-list {
text-align: left;
}

div[id^="cblock_"] ul.introFirstStep-list {
list-style-type: none;
padding: 0;
margin: 0;
}

div[id^="cblock_"] ul.introFirstStep-list > li {
display: flex;
align-items: center;
justify-content: center;
max-height: 20%;
padding: 5.65rem;
border-top-right-radius: 5rem;
border-bottom-right-radius: 5rem;
color: #F9FFAF;
background-color: #053B3A;
text-align: center;
font-size: 3.125rem;
line-height: 0;
font-variation-settings: "wght" 210, "wdth" 50, "ital" 0;
}

div[id^="cblock_"][class*="fullScreen"]:not(.min-fullScreen) > div.column-width-4 {
height: 100%;
}

div[id^="cblock_"][class*="fullScreen"]:not(.min-fullScreen) ul.introFirstStep-list {
height: 100%;
}

div[id^="cblock_"][class*="fullScreen"]:not(.min-fullScreen) ul.introFirstStep-list > li {
height: 20%;
padding-top: initial;
padding-bottom: initial;
}

div[id^="cblock_"] > div:nth-child(2 of .column-width-4) ul.introFirstStep-list > li:first-of-type {
border-radius: 0;
border-top-left-radius: 5rem;
border-bottom-left-radius: 5rem;
}


div[id^="cblock_"].introAnimation {
position: relative;
}

div[id^="cblock_"].introAnimation > div.introSecondStep {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-size: 5.625rem;
line-height: 1.2;
font-variation-settings: "wght" 345, "wdth" 150, "ital" 0;
color: #000000;
background-color: #FEFFB1;
border-top-right-radius: 12rem;
border-bottom-right-radius: 12rem;
opacity: 1;
transition: 0.35s ease-out;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}

div[id^="cblock_"].introAnimation > span.introSecondStep-label {
display: none;
}

div[id^="cblock_"].introAnimation > div.introSecondStep > span.introSecondStep-label {
display: inline-block;
width: auto;
min-width: 50rem;
text-align: center;
}

div[id^="cblock_"].introAnimation > div.introSecondStep.closed {
width: 0;
height: 0;
opacity: 0;
}

div[id^="cblock_"].introAnimation > div.introSecondStep.outofsight {
/*left: -100%;*/
width: 0;
font-variation-settings: "wght" 210, "wdth" 50, "ital" 0;
transition: 0.3s ease-in;
}

div[id^="cblock_"].introAnimation > div.introThirdStep {
display: flex;
align-items: center;
justify-content: start;
width: 100%;
height: 100%;
color: #000000;
text-align: left;
background-color: #ffffff;
opacity: 1;
transition: 0.45s ease-in;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}

div[id^="cblock_"].introAnimation > div.introThirdStep.closed {
left: 100%;
}

div[id^="cblock_"].introAnimation > div.introThirdStep div.introTeamPrev {
display: flex;
align-items: center;
justify-content: center;
height: 50%;
border-top-right-radius: 14rem;
border-bottom-right-radius: 14rem;
overflow: hidden;
}

div[id^="cblock_"].introAnimation > div.introThirdStep div.introTeamPrev > img {
width: 100%;
height: 100%;
max-width: initial;
max-height: initial;
object-fit: cover;
object-position: center;
}

div[id^="cblock_"].introAnimation > div.introThirdStep > div:nth-child(2 of .introTeamPrev) {
border-radius: 0;
border-top-left-radius: 14rem;
border-bottom-left-radius: 14rem;
}

div[id^="cblock_"].introAnimation > div.introThirdStep > div:nth-child(6 of .introTeamPrev) {
width: calc(1 * var(--col-1) + var(--col-1-no-space));
}



div[id^="cblock_"] div.bigtextWrapper {
/*
width: 104%;
max-width: 104%;
margin: 0 0 0 -2%;
*/
}

div[id^="cblock_"] div.bigtextWrapper:not(.bigtext) {
opacity: 0;
}

.bigtextWrapper > * {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}

div.bigtext > h1, 
div.bigtextWrapper > h1 {
display: block;
margin: 0;
font-size: 11.75rem;
line-height: 1;
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
}

div.bigtext > p, 
div.bigtextWrapper > p {
margin: 0;
font-size: 8.125rem;
line-height: 0.8;
font-variation-settings: "wght" 120, "wdth" 150, "ital" 0;
}


main > div:nth-child(1).bigtext.thinToBoldAnimated {
padding-top: 15.5rem !important;
}

.thinToBoldAnimated p {
transform-origin: center center;
-webkit-animation: thintoboldanimation 5s infinite linear;
animation: thintoboldanimation 5s infinite linear;
}


@keyframes thintoboldanimation {
0% {
  font-variation-settings: "wght" 120, "wdth" 150, "ital" 0;
}
40% {
  font-variation-settings: "wght" 500, "wdth" 140, "ital" 0;
}
80% {
  font-variation-settings: "wght" 120, "wdth" 150, "ital" 0;
}
100% {
  font-variation-settings: "wght" 120, "wdth" 150, "ital" 0;
}
}



p.expandedStyle {
font-variation-settings: "wght" 130, "wdth" 200, "ital" 0;
}

div.bigtext > p.expandedStyle, 
div.bigtextWrapper > p.expandedStyle {
margin: 0;
font-size: 8.125rem;
line-height: 1;
font-variation-settings: "wght" 120, "wdth" 200, "ital" 0;
}

.thinToBoldAnimated p.expandedStyle {
transform-origin: center center;
-webkit-animation: thintoboldanimationExpanded 5s infinite linear;
animation: thintoboldanimationExpanded 5s infinite linear;
}

@keyframes thintoboldanimationExpanded {
0% {
  font-variation-settings: "wght" 120, "wdth" 200, "ital" 0;
}
40% {
  font-variation-settings: "wght" 600, "wdth" 180, "ital" 0;
}
80% {
  font-variation-settings: "wght" 120, "wdth" 200, "ital" 0;
}
100% {
  font-variation-settings: "wght" 120, "wdth" 200, "ital" 0;
}
}

div.chopped {
width: 103%;
max-width: 103%;
margin: 0 0 0 -1.5%;
}


div.chopped-2 {
width: 105%;
max-width: 105%;
margin: 0 0 0 -2.5%;
}


/* banner animations */

div[id^="cblock_"][class*="bannerAnimation"] {
min-height: 25rem;
padding-top: 2.5rem;
padding-bottom: 5rem;
}


div[id^="cblock_"][class*="bannerAnimation"] div:nth-child(1 of .banner-column) {
padding-right: calc(var(--col-1)/3);
pointer-events: none;
}


div[id^="cblock_"][class*="bannerAnimation"] div:nth-child(2 of .banner-column) {
padding-right: var(--col-1);
margin-left: auto !important;
opacity: 0;
pointer-events: none;
}

div[id^="cblock_"][class*="bannerAnimation"]:hover div:nth-child(2 of .banner-column) {
opacity: 1;
pointer-events: initial;
}

div[id^="cblock_"][class*="bannerAnimation"] {
position: relative;
transition: 0.5s;
}

div[id^="cblock_"][class*="bannerAnimation"] > div.contentGrid {
position: relative;
}

/* bannerAnimation simple */

div[id^="cblock_"].bannerAnimation-simple {
background-color: transparent;
transition: 0.5s;
position: relative;
}

div[id^="cblock_"].bannerAnimation-simple:before {
content: '';
display: block;
width: 100%;
height: 100%;
border-radius: 0;
background-color: #ffffff;
transition: 0.5s;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}

div[id^="cblock_"].bannerAnimation-simple.bg-yellowStyle:before {
background-color: #F9FFAF;
}

div[id^="cblock_"].bannerAnimation-simple.bg-darkgreenStyle:before {
background-color: #053B3A;
}

div[id^="cblock_"].bannerAnimation-simple.bg-beigeStyle:before {
background-color: #FCDFD1;
}


div[id^="cblock_"].bannerAnimation-simple div:nth-child(1 of .banner-column) {
width: 100%;
position: absolute;
top: 0;
}

div[id^="cblock_"].bannerAnimation-simple div:nth-child(2 of .banner-column) {
height: auto;
max-height: 0;
opacity: 0;
overflow: hidden;
transition: opacity 0.75s;
}

div[id^="cblock_"].bannerAnimation-simple:hover:before {
border-top-right-radius: 12rem;
border-bottom-right-radius: 12rem;
}

div[id^="cblock_"].bannerAnimation-simple:hover h2 {
font-variation-settings: "wght" 420, "wdth" 50, "ital" 0;
}

div[id^="cblock_"].bannerAnimation-simple:hover div:nth-child(2 of .banner-column) {
max-height: 100%;
opacity: 1;
}




/* bannerAnimation 1 */

div[id^="cblock_"].bannerAnimation-1 {
color: #053B3A;
background-color: transparent;
}

div[id^="cblock_"].bannerAnimation-1:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: #F9FFAF;
transition: 0.5s;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}

div[id^="cblock_"].bannerAnimation-1 div:nth-child(1 of .banner-column) {
width: 100%;
position: absolute;
top: 0;
}

div[id^="cblock_"].bannerAnimation-1:hover {
/**/
}

div[id^="cblock_"].bannerAnimation-1:hover h2 {
font-variation-settings: "wght" 420, "wdth" 50, "ital" 0;
}

div[id^="cblock_"].bannerAnimation-1:hover:before {
border-top-right-radius: 12rem;
border-bottom-right-radius: 12rem;
}


/* bannerAnimation 2 */

div[id^="cblock_"].bannerAnimation-2 {
color: #053B3A;
background-color: #ffffff;
}

div[id^="cblock_"].bannerAnimation-2:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: #053B3A;
transition: 0.5s;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}

div[id^="cblock_"].bannerAnimation-2 div:nth-child(1 of .banner-column) {
width: 100%;
color: #F9FFAF;
position: absolute;
top: 0;
}

div[id^="cblock_"].bannerAnimation-2 div:nth-child(2 of .banner-column) {
color: #053B3A;
}

div[id^="cblock_"].bannerAnimation-2:hover {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background-color: transparent;
}

div[id^="cblock_"].bannerAnimation-2:hover:before {
width: 36%;
border-top-right-radius: 12rem;
border-bottom-right-radius: 12rem;
}

div[id^="cblock_"].bannerAnimation-2:hover h2 {
font-variation-settings: "wght" 420, "wdth" 50, "ital" 0;
}


/* bannerAnimation 3 */

div[id^="cblock_"].bannerAnimation-3 {
color: #053B3A;
background-color: #ffffff;
}

div[id^="cblock_"].bannerAnimation-3:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: #FCDFD1;
transition: 0.5s;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}

div[id^="cblock_"].bannerAnimation-3 div:nth-child(1 of .banner-column) {
width: 100%;
color: #053B3A;
position: absolute;
top: 0;
}

div[id^="cblock_"].bannerAnimation-3 div:nth-child(2 of .banner-column) {
color: #053B3A;
}

div[id^="cblock_"].bannerAnimation-3:hover {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background-color: transparent;
}

div[id^="cblock_"].bannerAnimation-3:hover:before {
width: 33%;
height: 16rem;
border-radius: 12rem;
left: 5rem;
}

div[id^="cblock_"].bannerAnimation-3:hover h2 {
font-variation-settings: "wght" 420, "wdth" 50, "ital" 0;
}


/* bannerAnimation 4 */

div[id^="cblock_"].bannerAnimation-4 {
color: #053B3A;
background-color: #F9FFAF;
}

div[id^="cblock_"].bannerAnimation-4:before {
content: '';
display: block;
width: 0;
height: 0;
border-top-right-radius: 12rem;
border-bottom-right-radius: 12rem;
background-color: #053B3A;
transition: 0.5s;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}

div[id^="cblock_"].bannerAnimation-4 h2 {
display: none;
font-variation-settings: "wght" 420, "wdth" 50, "ital" 0;
}

div[id^="cblock_"].bannerAnimation-4 div:nth-child(1 of .banner-column) {
width: 100%;
position: absolute;
top: 0;
}

div[id^="cblock_"].bannerAnimation-4 div:nth-child(1 of .banner-column) p {
display: block;
font-variation-settings: "wght" 430, "wdth" 200, "ital" 0;
}

div[id^="cblock_"].bannerAnimation-4:hover {
color: #F9FFAF;
background-color: transparent;
}

div[id^="cblock_"].bannerAnimation-4:hover:before {
width: 100%;
height: 100%;
}

div[id^="cblock_"].bannerAnimation-4:hover h2 {
display: block;
}

div[id^="cblock_"].bannerAnimation-4:hover div:nth-child(1 of .banner-column) p {
display: none;
}



/* cta animations */

div[id^="cblock_"][class*="ctaAnimation"] {
/**/
}

div[id^="cblock_"][class*="ctaAnimation"] div:nth-child(1 of .banner-column) {
transition: 1s;
}

div[id^="cblock_"][class*="ctaAnimation"] div:nth-child(1 of .banner-column) .h1BigStyle-2 {
font-variation-settings: "wght" 500, "wdth" 180, "ital" 0;
}

div[id^="cblock_"][class*="ctaAnimation"] div:nth-child(1 of .banner-column) p {
transition: 0.3s;
}

div[id^="cblock_"][class*="ctaAnimation"] div:nth-child(2 of .banner-column) {
align-self: flex-end;
padding-bottom: 0.75rem;
margin-left: auto !important;
opacity: 0;
pointer-events: none;
position: relative;
}

div[id^="cblock_"][class*="ctaAnimation"] div:nth-child(2 of .banner-column):before {
content: '→';
display: inline-block;
font-size: 15rem;
font-variation-settings: "wght" 500, "wdth" 200, "ital" 0;
transform: translate(-115%,0);
position: absolute;
left: 0;
bottom: 0;
}

div[id^="cblock_"][class*="ctaAnimation"]:hover div:nth-child(2 of .banner-column) {
opacity: 1;
pointer-events: initial;
transition: opacity 1s;
}

div[id^="cblock_"][class*="ctaAnimation"] {
position: relative;
transition: 0.5s;
}

div[id^="cblock_"][class*="ctaAnimation"] > div.contentGrid {
position: relative;
}


/* ctaAnimation 1 */

div[id^="cblock_"].ctaAnimation-1 {
/**/
}

div[id^="cblock_"].ctaAnimation-1 div:nth-child(1 of .banner-column) {
/**/
}

div[id^="cblock_"].ctaAnimation-1:hover {
/**/
}

div[id^="cblock_"].ctaAnimation-1:hover div:nth-child(1 of .banner-column) p {
font-variation-settings: "wght" 461, "wdth" 25, "ital" 0;
}


/* bend animations */

div[id^="cblock_"].bendAnimation .animated-bend-part-1 {
animation: bendanimation-part-1 3s infinite ease-in-out;
}

div[id^="cblock_"].bendAnimation .animated-bend-part-2 {
animation: bendanimation-part-2 3s infinite ease-in-out;
}


@keyframes bendanimation-part-1 {
  33% {
    font-variation-settings: "wdth" 200, "wght" 600, "ital" 0;
  }
  66% {
    font-variation-settings: "wdth" 50, "wght" 250, "ital" 0;
  }
}

@keyframes bendanimation-part-2 {
  33% {
    font-variation-settings: "wdth" 50, "wght" 250, "ital" 0;
  }
  66% {
    font-variation-settings: "wdth" 170, "wght" 500, "ital" 0;
  }
}


div.networkLogoBox {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 6rem 4rem;
background-color: #FAFFB0;
border-radius: 12rem;
}

div.networkLogoBox > img {
/*min-height: 4rem;*/
/*filter: invert(1);*/
}

.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;
}


.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;
}

.flexslider-aboutus {
/**/
}

.flexslider-aboutus .flex-control-nav {
display: none;
}

div[id^="cblock_"] .flexslider-aboutus.loading {
opacity: 0;
}

div[id^="cblock_"] .flexslider-aboutus, 
div[id^="cblock_"] .flexslider-aboutus ul.slides, 
div[id^="cblock_"] .flexslider-aboutus ul.slides > li {
height: inherit;
}

div[id^="cblock_"] .flexslider-aboutus ul.slides > li > img {
max-width: initial;
height: inherit;
object-fit: cover;
}


/* 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-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;
}


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, 
div.texttickerSlider-slide > p > a.buttonStyle {
display: block;
}

div.texttickerSlider-slide > p > a.buttonStyle {
width: max-content;
margin: 1rem 0 0 0;
}

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;
}



/**/

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

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.6rem;
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.flexStyle div.verticalCentered {
align-self: center;
}

.contentGrid.contentBlock {
position: relative;
}

/* special hack, add bg color */
div[id^="cblock_"].contentGrid.contentBlock.bg-greyStyle:before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-lightgreyStyle:before,  
div[id^="cblock_"].contentGrid.contentBlock.bg-blackStyle:before {
content: '';
display: block;
width: calc(100% + 20rem);
height: 100%;
box-sizing: border-box;
padding: 0;
margin: 0;
border: 0 !important;
background-color: inherit;
position: absolute;
top: 0;
left: -10rem;
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 !important;
}

.fullScreen-80 {
height: 80vh !important;
overflow: hidden;
}

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


/* 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: 3.78%;
padding-right: 3.78%;
}

/**/

.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-alignitemscenter {
align-items: center;
}

.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-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-specialReverse {
flex-direction: column;
flex: 1;
background-color: inherit;
position: relative;
}

.flexStyle-specialReverse > div {
width: 100%;
position: relative;
top: 0;
overflow: hidden;
-webkit-transition: opacity 0.75s, margin 0.45s;
-moz-transition: opacity 0.75s, margin 0.45s;
-o-transition: opacity 0.75s, margin 0.45s;
transition: opacity 0.75s, margin 0.45s;
}

.flexStyle-specialReverse > div:nth-child(1) {
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 0;
z-index: 2;
}

.flexStyle-specialReverse > div:nth-child(2) {
flex: 0;
margin-top: 0;
z-index: 1;
/*background-color: inherit;*/
}

.flexStyle-specialReverse > div:nth-child(2) > p {
max-width: 90%;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.flexStyle-specialReverse a.buttonStyle {
margin: auto auto 0 0;
}


div[id^="cblock_"] .flexStyle-specialReverse a.buttonStyle {
position: absolute;
bottom: -3rem;
z-index: -1;
opacity: 0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}

div[id^="cblock_"] .flexStyle-specialReverse:hover {
flex-direction: column-reverse;
}

div[id^="cblock_"] .flexStyle-specialReverse:hover > div:nth-child(1) {
flex: 1;
margin-top: 4rem;
}

div[id^="cblock_"] .flexStyle-specialReverse:hover > div:nth-child(2) {
flex: 0;
position: absolute;
top: 0;
}

div[id^="cblock_"] .flexStyle-specialReverse:hover a.buttonStyle {
position: relative;
bottom: initial;
z-index: 0;
opacity: 1;
}


/**/


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

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

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

.flexStyle > .buttonStyle {
display: inline-block;
width: fit-content;
flex-shrink: 0;
align-self: start;
}

.topOverlay {
position: relative;
}

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


/**/

.flexStyle.alignCenter {
justify-content: 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.newsBox {
/**/
}


div.newsBox > div:nth-of-type(1) {
min-height: inherit;
}

div.newsBox > div > p {
display: flex;
align-items: flex-end;
max-width: 90%;
height: 3.25rem;
overflow: hidden;
}

div.newsBox-header {
margin-bottom: 9.85rem;
flex-wrap: nowrap;
position: relative;
z-index: 1;
}

div.newsBox-header > div[class*="column-width-"]:first-of-type {
position: relative;
padding-top: 46%;
font-size: 0;
overflow: hidden;
}

div.newsBox-header > div[class*="column-width-"]:first-of-type > img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

div.newsBox-header > div[class*="column-width-"]:first-of-type > video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
width: auto;
height: 100%;
object-fit: cover;
}


div.boxStyle {
display: inline-flex;
flex-direction: column;
flex-wrap: wrap;
}

div.boxStyle:not(.paddingBox-less):not(.paddingBox-1) {
padding: 2rem;
}

div.boxStyle-colorborder {
border: 1.3rem solid;
}

div.boxStyle-colorborder-orange {
border-color: #FF6E1B;
}

/*
div.column-width-3.bg-lightgreyStyle.boxStyle:hover {
cursor: default;
background-color: #eeeeee !important;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}
*/

div.boxStyle--icon, 
div.boxStyle > div.boxStyle--icon {
width: 5rem;
height: 5rem;
}

div.boxStyle > div.boxStyle--icon > img {
width: auto;
max-height: 100% !important;
}

div.boxStyle.column-width-3 {
height: 24rem;
margin: 0.5rem 0;
}

div[id^="cblock_"].flexStyle-boxes-autoHeight > div.boxStyle.column-width-3 {
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;
/*min-height: 3.5rem;*/
}

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;
}


/* 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.2;
}

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



ul.internLinksStyle {
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.2;
}

ul.internLinksStyle li {
display: block;
padding: 0 0 0.5rem 0;
margin: 0 0 1.5rem 0;
border-bottom: 3px solid;
text-align: inherit;
background-image: none;
}


ul.internLinksStyle li a {
display: inline-block;
width: auto;
padding-left: 2.75rem;
position: relative;
}

ul.internLinksStyle li a:after {
content: '';
display: inline-block;
width: 2em;
height: 1.5em;
box-sizing: border-box;
margin: -0.25em 0.5em 0 0;
background-image: url(../images/internlink-iconsmall-red.svg);
background-repeat: no-repeat;
background-size: auto;
background-position: 0 0.15em;
position: absolute;
top: 0;
left: 0;
}


ul.extLinksStyle {
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.2;
}

ul.extLinksStyle li {
display: block;
padding: 0 0 0.5rem 0;
margin: 0 0 1.5rem 0;
border-bottom: 3px solid;
text-align: inherit;
background-image: none;
}


ul.extLinksStyle li a {
display: inline-block;
width: auto;
padding-left: 2.75rem;
position: relative;
}

ul.extLinksStyle li a:after {
content: '';
display: inline-block;
width: 2em;
height: 1.5em;
box-sizing: border-box;
margin: -0.25em 0.5em 0 0;
background-image: url(../images/extlink-icon-red.svg);
background-repeat: no-repeat;
background-size: auto;
background-position: 0.5em 0.15em;
position: absolute;
top: 0;
left: 0;
}


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.2;
}


ul.downloadList li {
display: block;
padding: 0 0 0.5rem 0;
margin: 0 0 1.5rem 0;
border-bottom: 3px solid;
text-align: inherit;
background-image: none;
}


ul.downloadList li a {
display: inline-block;
width: auto;
padding-left: 2.75rem;
position: relative;
}

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

ul.downloadList.downloadBigList {
padding: 1.5rem 0 0.5rem 0;
font-size: 1.875rem;
}

ul.downloadList.downloadBigList li a {
padding-left: 4.75rem;
}

ul.downloadList.downloadBigList li a:after {
background-size: auto 85%;
background-position: 0.5em 0.15em;
}


ul.anchorLinksStyle {
list-style-type: none;
display: block;
width: auto;
max-width: 100%;
padding: 0;
margin: 0;
text-align: left;
font-size: 1.875rem;
line-height: 1.2;
}

ul.anchorLinksStyle li {
display: block;
padding: 0;
margin: 0;
box-sizing: border-box;
border-bottom: 3px solid;
text-align: inherit;
background-image: none;
}


ul.anchorLinksStyle li a {
display: inline-block;
width: auto;
padding: 1.3125rem 0 0.725rem 2.65em;
position: relative;
}

ul.anchorLinksStyle li a:after {
content: '';
display: inline-block;
width: 2em;
height: 1.5em;
box-sizing: border-box;
margin: 0.45em 0.5em 0 0;
background-image: url(../images/arrowdown-icon-red.svg);
background-repeat: no-repeat;
background-size: auto 90%;
background-position: center center;
position: absolute;
top: 0;
left: 0;
}


/**/

ul.downloadsModuleList {
list-style-type: none;
padding: 0;
margin: 1rem 0 2rem 0;
}

ul.downloadsModuleList li {
padding: 0;
margin: 0;
background-image: none;
border-bottom: 1px solid;
}

ul.downloadsModuleList li a.dLink {
display: flex;
width: 100%;
padding: 0.75rem 1.5rem 0.8rem 0;
background-image: url(../images/download-red-icon.svg);
background-repeat: no-repeat;
background-size: 1.125rem auto;
background-position: right 1rem;
}


ul.downloadsModuleList li a span.dDate {
width: 5.625rem;
min-width: 5.625rem;
opacity: 0.5;
}

ul.downloadsModuleList li a span.dInfo {
flex: auto;
}


ul.inlineListStyle {
list-style-type: none;
display: inline-block;
padding: 0;
margin: 0;
margin-bottom: 0 !important;
font-size: inherit !important;
line-height: inherit !important;
text-align: inherit;
}

ul.inlineListStyle li {
display: inline-block;
padding: 0;
margin: 0 1em 1em 0 !important;
font-size: inherit !important;
line-height: inherit !important;
text-align: inherit;
background-image: none;
}

ul.inlineListStyle li > a {
font-size: inherit !important;
line-height: inherit !important;
}

ol {
text-align: inherit;
font-size: 1.25rem;
line-height: 1.2;
}

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

/* accordion */

.accordionTitle {
display: block;
margin: 0 auto;
border-bottom: 1px solid #000000;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-right: 6rem;
position: relative;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
transition: 0.3s ease;
}

.accordionTitle.h1Style {
padding-right: 10rem;
padding-top: 2rem;
padding-bottom: 2.5rem;
}

.accordionTitle.accordionTitle-special {
/**/
}

.accordionTitle:hover {
border-bottom: 1px solid #000000;
}


.accordionTitle:after {
content: '+';
position: absolute;
top: 0;
right: 0;
float: left;
display: flex;
align-items: center;
justify-content: center;
width: 2em;
height: 2em;
border-radius: 0;
box-sizing: border-box;
padding: 0;
margin: 0.5rem 0 0 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
text-align: center;
color: inherit;
vertical-align: middle;
overflow: hidden;
-webkit-transition: color 0.3s ease, transform 0.3s ease-in-out;
-moz-transition: color 0.3s ease, transform 0.3s ease-in-out;
-o-transition: color 0.3s ease, transform 0.3s ease-in-out;
transition: color 0.3s ease, transform 0.3s ease-in-out;
}


.accordionTitle.accordionOpened {
border-bottom: 1px solid transparent;
}


.accordionTitle.accordionOpened:after {
content: '-';
}


.accordion-desc, 
p.accordion-desc, 
div.accordion-desc {
display: none;
max-width: 100%;
margin-top: 0;
margin-bottom: 0;
padding-right: 6rem;
opacity: 1;
}

.accordion-desc[style*="display: block"] {
border-bottom: 1px solid;
}

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

p.accordionTitle:not(.h1Style) {
font-size: 1.875rem;
line-height: 1.05;
}


/* team */

div.teamBox {
display: block;
overflow: hidden;
position: relative;
}

div.teamBox a {
text-decoration: none;
transition: none;
}

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

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

div[id^="cblock_"] div.teamBox > div.teamBox--img > div:first-of-type {
width: 100%;
height: 0;
padding: 107.5% 0 0 0;
border-top-right-radius: 14rem;
border-bottom-right-radius: 14rem;
transition: 0.3s;
overflow: hidden;
position: relative;
z-index: 1;
}

div[id^="cblock_"] div.teamBox > div.teamBox--img > div:first-of-type:after {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: transparent;
pointer-events: none;
overflow: hidden;
transition: 0.3s;
position: absolute;
top: 0;
left: 0;
}

div[id^="cblock_"] div.teamBox:hover > div.teamBox--img > div:first-of-type:after {
background-color: rgba(251, 251, 180, 0.75);
}

div[id^="cblock_"] div.teamBox:hover > div.teamBox--img > div:first-of-type {
border-radius: 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.teamBox--desc {
display: block;
width: 100%;
padding: 1rem;
color: #ffffff;
transition: 0.3s;
position: absolute;
left: 0;
bottom: 1rem;
z-index: 1;
}

div[id^="cblock_"] div.teamBox:hover > div.teamBox--desc {
color: #000000;
}


div[id^="cblock_"] div.teamBox > div.teamBox--desc > p {
max-height: 0;
margin: 0;
overflow: hidden;
opacity: 0;
transition: 0.3s;
}


div[id^="cblock_"] div.teamBox:hover > div.teamBox--desc > p {
max-height: 10rem;
opacity: 1;
}

div[id^="cblock_"] div.teamBox:hover > div.teamBox--desc > p:first-of-type {
margin: 0.3rem 0 0.3rem 0;
}


p.h1BigStyle > sup {
display: inline-block;
margin: 0 0 0 auto;
font-size: 0.6em;
}

p[class*="h1BigStyle-"] > sup {
display: inline-block;
margin: 0 0 0 auto;
font-size: 0.3em;
}

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


div.hoverInfoBox {
display: flex;
flex-wrap: wrap;
padding: 2.5rem;
height: 31.25rem;
font-size: 1.375rem;
line-height: 1.1;
background-color: transparent;
transition: 0.5s;
position: relative;
}


div.hoverInfoBox:before {
content: '';
display: block;
width: 100%;
height: 100%;
border-radius: 0;
background-color: inherit;
transition: 0.5s;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}


div.hoverInfoBox:hover:before {
border-radius: 4rem;
}

div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(1 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(6 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(8 of .hoverInfoBox) {
color: #053B3A !important;
}

div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(1 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(6 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(8 of .hoverInfoBox):before {
color: #053B3A !important;
background-color: #FBFBB4 !important;
}


div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(2 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(4 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(9 of .hoverInfoBox) {
color: #053B3A !important;
}

div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(2 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(4 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(9 of .hoverInfoBox):before {
color: #053B3A !important;
background-color: #FEE1D3 !important;
}


div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(3 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(5 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(7 of .hoverInfoBox) {
color: #FBFBB4 !important;
}

div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(3 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(5 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(7 of .hoverInfoBox):before {
color: #FBFBB4 !important;
background-color: #053B3A !important;
}


div.hoverInfoBox.bg-yellowStyle:before, 
div[id^="cblock_"].hoverBoxes-autocolor > div.hoverInfoBox.bg-yellowStyle:before {
background-color: #FBFBB4 !important;
}

div.hoverInfoBox.bg-beigeStyle:before, 
div[id^="cblock_"].hoverBoxes-autocolor > div.hoverInfoBox.bg-beigeStyle:before {
background-color: #FEE1D3 !important;
}

div.hoverInfoBox.bg-darkgreenStyle:before, 
div[id^="cblock_"].hoverBoxes-autocolor > div.hoverInfoBox.bg-darkgreenStyle:before {
background-color: #053B3A !important;
}


div.hoverInfoBox > h3 {
display: block;
width: 100%;
margin-bottom: 1rem;
}

div.hoverInfoBox > p, 
div.hoverInfoBox > ul {
display: block;
width: 100%;
margin: auto 0 0 0;
font-size: inherit;
line-height: inherit;
transition: 0.3s;
}

div.hoverInfoBox > ul {
list-style-type: none;
padding: 0;
margin: auto 0 0 0;
}

div.hoverInfoBox > ul > li {
padding: 0;
margin: 0 0 1rem 0;
}

div.hoverInfoBox > ul > li:last-of-type {
margin-bottom: 0;
}

div[id^="cblock_"] div.hoverInfoBox {
overflow: hidden;
}

div[id^="cblock_"] div.hoverInfoBox > p, 
div[id^="cblock_"] div.hoverInfoBox > ul {
opacity: 0;
}

div[id^="cblock_"] div.hoverInfoBox:hover > p, 
div[id^="cblock_"] div.hoverInfoBox:hover > ul {
opacity: 1;
}



/* 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 0 1rem 0;
}

.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;
opacity: 1;
}

.shareBoxWrapper .socialmediaLink:hover {
opacity: 0.75;
}

.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.svg);
}

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

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

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

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;
}


/* 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;
background-color: #ffffff;
text-align: left;
font-size: 0.9rem;
color: initial;
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;
}

/*
.text-Image-left .contentBox_textWrapper .valignBottom, 
.text-Image-right .contentBox_textWrapper .valignBottom {
position: absolute;
bottom: 0;
left: 0;
padding: inherit;
}
*/

/*
.text-Image-left .contentBox_textWrapper p,
.text-Image-right .contentBox_textWrapper p {
display: block;
max-width: 33.125rem;
}
*/

.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;
}

a.scrollTop {
display: block;
width: 1.5625rem;
height: 2.625rem;
margin-top: 3rem;
margin-bottom: 6rem;
background-image: url(../images/scrolltop-arrow.svg);
background-repeat: no-repeat;
background-size: 1.1875rem auto;
background-position: 0 0;
}

/* 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;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
-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 .fadeIn {
opacity: 1 !important;
}

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

/*
.popUpBlock:not(.popUpBlock-wide) p, 
.popUpBlock:not(.popUpBlock-wide) ul {
font-size: 1rem;
line-height: 1.3;
}
*/

.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(.h2Style):not(.h3Style) {
font-size: 1rem;
line-height: 1.3;
}

.popUpCloser {
position: absolute;
z-index: 100;
top: -3.5rem;
right: -3.5rem;
display: block;
width: 2.875rem;
height: 2.875rem;
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: #D9D9D9;
-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: -3.5rem;
right: -3.5rem;
}

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

.popUpBlock.popUpBlock-small > div > div.popUpBlockItemContentBox {
max-height: 80vh;
overflow: hidden;
overflow-y: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}

.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: 80rem/*calc(9 * var(--col-1) + var(--col-space))*/;
max-width: 100% !important;
min-height: 75vh;
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: transparent;/*#EEF4E6*/
}

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

.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: 6.5rem;
}

.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 {
/*
font-size: 2.375rem;
line-height: 1.193;
*/
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h2, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h2Style { 
/*
font-size: 1.625rem;
line-height: 1.212;
*/
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h3, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h3Style { 
/*
font-size: 1.25rem;
line-height: 1.45;
*/
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}



/**/

.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) .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 {
/*font-size: 1.4rem;*/
}


.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;
}


.popUpBlock-specialconsent {
width: calc( 9 * var(--col-1) + var(--col-1-no-space) - var(--col-space)*3 );
padding-left: calc(var(--col-1)*1.375);
padding-right: calc(var(--col-1)*1.375);
}


/* colors */

.darkgreenStyle {
color: #053B3A;
}

.bg-darkgreenStyle {
background-color: #053B3A;
}

.yellowStyle {
color: #F9FFAF;
}

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

.beigeStyle {
color: #FCDFD1;
}

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


/**/

.greyStyle {
color: #2B2B2B;
}

.bg-greyStyle, 
div.bg-greyStyle {
color: #ffffff;
background-color: #2B2B2B !important;
}

.lightgreyStyle {
color: #D9D9D9;
}

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

.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: initial;
background-color: #ffffff !important;
}

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



.initialStyle {
color: initial;
}

.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 {
}

/* hrs */

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

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

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

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


/* 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: 3px solid;
border-color: #000000;
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: 3px 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 {
/*margin-top: 1rem;*/
}

form .inputRow {
margin: 1rem 0;
}

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: #000000;
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 .inputsimpleBorderBottom.requiredEmpty {
border-color: #DA0030;
}

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: #969696;
font-size: 70%;
top: 0;
z-index: 2;
}


form.formStyles div.inputRow span.textareaDesc {
position: absolute;
left: 0;
top: 0.75em;
/*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: #969696;
font-size: 70%;
top: 0;
}

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 .buttonStyle {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

form .buttonStyle:hover {
font-variation-settings: "wght" 335, "wdth" 100, "ital" 0;
}



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

.placeHolder-small {
height: 4.6875rem;
}

.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;
}

img.hiddenImg {
/**/
}

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

.inlineImg {
display: inline;
vertical-align: bottom;
-webkit-transform: translate(1rem,0.5rem);
-moz-transform: translate(1rem,0.5rem);
-ms-transform: translate(1rem,0.5rem);
-o-transform: translate(1rem,0.5rem);
transform: translate(1rem,0.5rem);
}

.infoiconImg {
display: block;
width: 2.896rem;
margin: 0 0 2rem 0;
border-radius: 50%;
overflow: hidden;
}

.contentGrid div[class*="column-width-"] .blockImg {
z-index: 2;
}

.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;
}

.desktopStickyBox h3, 
.desktopStickyBox .h3Style {
margin-bottom: 2rem;
}

div[id^="cblock_"] .desktopStickyBox {
position: absolute;
top: -6.25rem;
left: 0;
z-index: 2;
}

div[id^="cblock_"] .column-marginright-0.desktopStickyBox {
left: auto;
right: 0;
}

div.doubleImageWrapper div.column-width-3:nth-child(2) {
margin-top: calc(1.75 * var(--col-1));
}

.popUpBlock.popUpBlock-wide div.doubleImageWrapper div.column-width-3:nth-child(2) {
margin-top: calc(1.75 * var(--col-1-popup));
margin-left: var(--col-space-popup);
}

div.doubleImageWrapper.doubleImageWrapper-samelevel div.column-width-3:nth-child(2) {
margin-top: initial;
margin-left: var(--col-space);
}

.popUpBlock.popUpBlock-wide div.doubleImageWrapper.doubleImageWrapper-samelevel div.column-width-3:nth-child(2) {
margin-top: initial;
margin-left: var(--col-space-popup);
}


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

a.linkedInLogoLink {
display: block;
width: 2.875rem;
height: 2.875rem;
background-image: url(../images/sm-linkedin-dark-icon.svg);
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center center;
font-size: 0;
white-space: nowrap;
}


a.emailHidden {
display: inline-block;
text-decoration: underline;
}

a.emailHidden:after {
content: '';
display: inline-block;
width: 1.25rem;
height: 1.25rem;
background-image: url(../images/arrowdown-icon-black.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
-webkit-transform: rotate(-130deg);
-moz-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
transform: rotate(-130deg);
transform-origin: 50% 50%;
}

a.emailHidden.whiteStyle:after {
background-image: url(../images/arrowdown-icon-white.svg);
}


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: 2.5rem;
padding-right: 2.5rem;
}


div[id^="cblock_"].width-100.horizontalScrollingWrapper.productGroups > div.contentGrid {
-ms-overflow-style: initial;
scrollbar-width: thin;
scrollbar-color: #ff6e1b transparent;
}


div[id^="cblock_"].width-100.horizontalScrollingWrapper.productGroups.hsw-scrollalert:hover:after {
content: '< scroll >';
display: none;/*flex*/
justify-content: center;
align-items: center;
width: 10rem;
height: 10rem;
box-sizing: border-box;
border-radius: 50%;
font-size: 1.25rem;
background-color: rgba(255,255,255,0.75);
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
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%);
}


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;
}

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_"]:not(.horizontalScrollingWrapper) > div.contentGrid > div.column-width-4.newsBox, 
div[id^="cblock_"]:not(.horizontalScrollingWrapper) > div.column-width-4.newsBox {
margin-bottom: calc(var(--col-space)*4) !important;
}


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


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

.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;
}

.borderBottom, 
div.borderBottom {
border-bottom: 0.16rem solid;
}

.borderBottom-2, 
div.borderBottom-2 {
border-bottom: 0.32rem solid;
}

.borderBottom-std {
border-bottom: 3px solid;
}

.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: 2rem !important;
}

.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;
}

.smoothTrans {
-webkit-transition: width 0.25s, opacity 0.5s, color 0.5s, background 0.75s;
-moz-transition: width 0.25s, opacity 0.5s, color 0.5s, background 0.75s;
-o-transition: width 0.25s, opacity 0.5s, color 0.5s, background 0.75s;
transition: width 0.25s, opacity 0.5s, color 0.5s, background 0.75s;
}

.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;
}

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

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

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

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

.hideOnPhones {
/**/
}

.showOnPhones {
display: none;
}

.showOnMobiles {
display: none;
}

.overflowHidden {
overflow: hidden;
}

.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 {
font-size: 0.927rem;
}

.smallFont {
font-size: 0.8125rem;
}

/* footer */

.pageFooter {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
align-content: flex-end;
width: 100%;
min-height: 100vh;
margin: 0 auto;
padding: 2rem 0 4rem 0;
text-align: center;
font-size: 1rem;
overflow: hidden;
position: relative;
z-index: 0;
}

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

.pageFooter p {
margin: 0;
}

.pageFooter p.labelRotated {
font-size: 0.9rem;
transform: translate(-6.5rem,-3.85em) rotate(-90deg);
}

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

.pageFooter a:hover {
/**/
}

.pageFooter hr {
margin: 0;
}

.pageFooter .contentGrid.flexStyle {
padding: 2.5rem 0 2.5rem 0;
align-items: flex-end;
}

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

.pageFooter .contentBlock-footer-small ul.noListStyle {
display: none !important;
}

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

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

.pageFooter ul.noListStyle li {
font-size: 0.9rem;
line-height: 1.1;
}

.pageFooter ul.noListStyle li > a {
text-decoration: underline;
}

.pageFooter ul.noListStyle li > a:hover {
/**/
}


.pageFooter .footerLogos {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
}

.pageFooter .footerLogos > img {
max-width: 10rem;
margin: 2rem 0 0 2.5rem;
}


.pageFooter #langscopy ul {
list-style-type: none;
display: flex;
align-content: space-between;
align-items: flex-start;
padding: 0;
margin: 0 3rem 0 2rem;
color: #777777;
}

.pageFooter #langscopy ul li {
display: inline-block;
margin: 0 !important;
color: inherit;
}

.pageFooter #langscopy ul li > a {
text-transform: lowercase;
}

.pageFooter #langscopy ul li > a.active {
color: #ffffff;
}

.pageFooter #langscopy ul li:after {
content: '/';
display: inline-block;
width: 1rem;
text-align: center;
color: inherit;
}

.pageFooter #langscopy ul li:last-of-type:after {
display: none;
}

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

.contentBlock-footer:not(.contentBlock-footer-small) {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}

.contentBlock-footer-small {
padding: 0;
}

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

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

/*
.contentBlock-footer-copyright a {
margin: 0 0 1.5rem 1.5rem;
}
*/

.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: 1.75rem;
height: 1.75rem;
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;
/*
width: 1.3rem;
height: 1.15rem;
*/
padding: 0;
font-size: 0;
line-height: 0;
background-position: center center;
overflow: hidden;
}

div.pageFooter div[id^="cblock_"] .socialmediaLink {
display: inline-block;
width: 1.75rem;
height: 1.75rem;
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.svg);
}

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

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

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

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


.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: initial;
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) {

.slideinNavi {
/**/
}

div[id^="cblock_"] .fancySlider-slide--title {
width: 100%;
}

.flexStyle-specialReverse .h3Style {
word-break: break-word;
hyphens: auto;
}

}



@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;
}

}





/* mobiles */
@media all 
and (max-width: 1000px) {

html, body, .pageWrapper {
width: 100% !important;
max-width: 100% !important;
overflow-x: hidden !important;
}

.pageHeader {
padding: 0.6rem 0 0.6rem 0;
}

.pageHeader:after {
display: none;
right: 0;
font-size: 0.85rem;
}

.pageHeader .contentGrid > .column-width-3 {
width: calc(1 * var(--col-1) + var(--col-1-no-space)) !important;
margin: 0 auto 0 0 !important;
}

.pageHeader .contentGrid > .column-width-9 {
width: calc(2 * var(--col-1) + var(--col-1-no-space)) !important;
margin: 0 0 0 auto !important;
}

.pageLogo {
margin: 0 auto;
font-size: 3rem;
}

.pageLogo > a {
display: inline-flex;
width: auto;
align-items: center;
}

.pageLogo a:before {
width: 2rem;
height: 2rem;
background-size: 2rem auto;
}

.pageLogo img {
width: 6.25rem;
}


nav {
display: inline-block;
}

nav a.buttonStyle {
min-width: initial;
padding: 0.45rem 1.5rem 0.6rem 1.5rem;
}

.mainNavi {
display: none;
}

.mobileNaviOpener {
width: 5.4375rem;
height: 3.125rem;
top: 0.8rem;
left: 1rem;
}

.mobileNaviOpener:after {
display: none !important;
}

.mobileNaviOpener span {
width: 3.125rem;
margin-left: -1.35rem;
}

.mobileNaviOpener span:nth-child(1) {
/**/
}

.mobileNaviOpener span:nth-child(3) {
/**/
}

.mobileNaviOpener.opened {
/**/
left: 1rem;
}

.mobileNaviOpener.opened span {
top: 50%;
margin: 0 0 0 -2.25rem;
}

.mobileNaviOpener {
margin-left: auto;
}

.slideinNavi {
width: 100vw;
left: 0;
top: -150vh;
height: auto;
min-height: 100vh;
max-height: initial;
transition: top 0.5s ease-in-out, opacity 0.35s;
pointer-events: none;
}

.slideinNavi:not(.tempShow) {
/**/
}

.slideinNavi.opened {
top: 0;
transition: top 0.35s ease-in-out, opacity 0.5s;
pointer-events: initial;
overflow-y: auto;
}

.slideinNavi:before {
content: '';
display: block;
width: 0;
height: 100vh;
box-sizing: border-box;
padding: 0;
margin: 0;
background-color: rgba(0,0,0,0);
opacity: 0;
overflow: hidden;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}

.slideinNavi.opened:before {
content: '';
width: 0;/* 100vw */
margin: 0 0 0 -90vw;
background-color: rgba(0,0,0,0.85);
opacity: 1;
}

.slideinNavi > .slideinNavi--closer {
display: none !important;
}

.slideinNavi .paddingBox {
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.slideinNavi > div.width-100.slideinNavi--verticalwrapper {
flex-direction: column-reverse;
height: auto;
min-height: 100vh;
}

.slideinNavi > div.width-100.slideinNavi--verticalwrapper > div.contentBlock.paddingBox.mainNaviListWrapper {
margin: 5rem 0 auto 0;
}

.slideinNavi > div.width-100.slideinNavi--verticalwrapper > div.contentBlock.paddingBox.topLinks {
margin: auto 0 0 0;
padding-bottom: 9rem;
}

.slideinNavi div.mobileNaviLogoWrapper {
display: flex;
align-items: center;
padding-top: 0.5rem;
}

.slideinNavi div.mobileNaviLogoWrapper .pageLogo {
/**/
}

.slideinNavi div.mobileNaviLogoWrapper .pageLogo > a > img {
opacity: 1 !important;
}

.slideinNavi.opened .topLinks {
padding-top: 2rem;
padding-bottom: 2rem;
font-size: 1rem;
}

.slideinNavi .topLinks .pageLangs {
margin: 0;
}

.slideinNavi .topLinks .pageLangs > ul > li > a {
padding: 0.725rem 1.75rem;
font-size: 1rem;
}

.slideinNavi .mainNaviListWrapper {
padding-top: 2rem;
padding-bottom: 2rem;
}

.slideinNavi .serviceNaviListWrapper {
padding-top: 0;
padding-bottom: 0;
}

.slideinNavi ul.mainNaviList {
display: block;
position: relative;
}

.slideinNavi ul.mainNaviList li, 
.slideinNavi ul.serviceNaviList li {
box-sizing: border-box;
padding: 0;
}

.slideinNavi ul.mainNaviList li {
width: 100%;
margin: 0;
position: relative;
}


.slideinNavi ul.mainNaviList li a.navButton, 
.slideinNavi ul.serviceNaviList li a.navButton {
width: 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
font-size: 1.75rem;
}

.slideinNavi ul.mainNaviList li a.navButton {
padding: 0.25rem 0;
font-size: 2.1875rem;
}


.slideinNavi ul.mainNaviList li a.navButton:hover, 
.slideinNavi ul.mainNaviList li a.navButton.navButton__active {
font-size: 2.1875rem;
font-variation-settings: "wght" 410, "wdth" 140, "ital" 0;
}

.slideinNavi ul.mainNaviList li a.navButton.showOnMobiles {
display: block;
}

.slideinNavi ul.mainNaviList li a.navButton.closeSubnavi {
border: 0;
margin-bottom: 0.75rem;
}

.slideinNavi ul.mainNaviList li a.navButton.closeSubnavi:before {
content: '';
display: block;
width: 2.5rem;
height: 2.5rem;
box-sizing: border-box;
margin-top: 0.25rem;
background-image: url(../images/arrow-icon-red.svg);
background-repeat: no-repeat;
background-position: right center;
background-size: auto 1.5rem;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.slideinNavi ul.serviceNaviList li a.navButton {
font-size: inherit;
}

.slideinNavi ul.mainNaviList li a.activeSubpage, 
.slideinNavi ul.subNaviList li a.activeSubpage {
/**/
}

.slideinNavi ul.serviceNaviList li .mobileSubnavExpander {
display: none !important;
}

.slideinNavi ul.mainNaviList li .mobileSubnavExpander {
top: 0.5rem;
left: auto;
right: 0;
width: 2.5rem;
height: 2.5rem;
background-image: url(../images/arrow-icon-red.svg);
background-position: center center;
background-size: auto 1.5rem;
display: block;
}

.slideinNavi > div.slideinNavi--subslide {
display: none !important;
}

.slideinNavi > div.slideinNavi--subslide:before, 
.slideinNavi > div.slideinNavi--subslide.opened:before {
display: none !important;
}

.slideinNavi > div.slideinNavi--subslide.opened {
display: none !important;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}

.slideinNavi ul.mainNaviList li div.subnavBox, 
.slideinNavi ul.serviceNaviList li div.subnavBox {
display: none;
width: 100%;
max-width: 100%;
height: auto;
padding: 0 0 0 2rem;
margin-top: 0;
opacity: 1;
overflow: hidden;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.slideinNavi ul.mainNaviList li div.subnavBox {
display: block;
padding: 0 1.5rem;
height: calc(100% - 7rem);
max-height: calc(100% - 7rem);
opacity: 1;
position: fixed;
top: 6.8rem;
left: 100%;
z-index: 2;
background-color: #ffffff;
-webkit-transition: left 0.5s;
-moz-transition: left 0.5s;
-o-transition: left 0.5s;
transition: left 0.5s;
}

.slideinNavi ul.mainNaviList li div.subnavBox.opened {
left: 0;
overflow-y: auto;
}

.slideinNavi ul.subNaviList li a {
/*width: 100%;*/
max-width: 100%;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}

.slideinNavi ul.mainNaviList li div.subnavBox.opened ul.subNaviList li:last-child a, 
.slideinNavi ul.serviceNaviList li div.subnavBox.opened ul.subNaviList li:last-child a {
border-bottom: 0 !important;
}


/**/

main {
background-color: #ffffff;
position: relative;
z-index: 0;
}

main > div:nth-child(1):not(.paddingTop0):not(.padding0) {
padding-top: 8rem !important;
}

main > div:nth-child(1):not(.contentBlock-verticalpadding):not(.paddingTop0):not(.padding0)/*: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(.bigtext)/*:not(.scrollmagic-pin-spacer)*/ {
padding-top: 8rem !important;
}

main > div.contentBlock-verticalpadding-plus:nth-child(1) {
padding-top: 8rem !important;
}


main > div.min-fullScreen:not(.contentBlock-verticalpadding):not(.contentBlock-verticalpadding-plus):not(.contentBlock-verticalpadding-less):not(.padding0) {
padding-top: 5.3125rem !important;
}

main > div:nth-child(1).bigtext.thinToBoldAnimated {
padding-top: 12.5rem !important;
}

main > div:nth-child(1):not(.introAnimation) {
height: 27rem;/*30rem*/
}

main > div.minheight-onmobiles {
height: 27rem;/*30rem*/
}

main > div:nth-child(1) > img, 
main > div.minheight-onmobiles > img {
width: 100%;
height: 100%;
max-width: initial;
max-height: initial;
object-fit: cover;
}


main > div:nth-child(1):after {
content: '';
display: block;
text-align: center;
color: white;
font-size: 0.85rem;
line-height: 0;
font-variation-settings: "wght" 410, "wdth" 150, "ital" 0;
white-space: nowrap;
pointer-events: none;
transform: rotate(-90deg);
transform-origin: bottom left;
position: absolute;
bottom: -43%;
left: calc(100% - 1.5rem);
z-index: 1000;
mix-blend-mode: difference;
}

main > div.introAnimation:after {
bottom: 2rem;
}

html[lang="de"] main > div:nth-child(1):after {
content: 'Buchhaltung | Steuern | Revision';
}

html[lang="en"] main > div:nth-child(1):after {
content: 'Accounting | Taxes | Auditing';
}


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

div[id^="cblock_"].contentGrid.introAnimation > div:nth-child(2 of .column-width-4) {
display: none;
}


div[id^="cblock_"].contentGrid.introAnimation div.column-width-4 ul.introFirstStep-list li:nth-child(n+5) {
display: none;
}


div[id^="cblock_"].contentGrid.introAnimation > div.column-width-4 {
width: calc(2 * var(--col-1) + var(--col-1-no-space));
margin: 0;
}


div[id^="cblock_"] ul.introFirstStep-list > li {
max-height: initial;
padding: 5.2rem 2rem;
font-size: 1.125rem;
}

div[id^="cblock_"].introAnimation > div.introSecondStep {
border-top-right-radius: 5rem;
border-bottom-right-radius: 5rem;
font-size: 2.8125rem;
}

div[id^="cblock_"].introAnimation > div.introSecondStep > span.introSecondStep-label {
min-width: 20rem;
}


div[id^="cblock_"].introAnimation > div.introThirdStep {
align-items: start;
}

div[id^="cblock_"].introAnimation > div.introThirdStep div.introTeamPrev {
width: calc(2 * var(--col-1) + var(--col-1-no-space));
height: 33.333%;
margin: 0;
border-top-right-radius: 8rem;
border-bottom-right-radius: 8rem;
}

div[id^="cblock_"].introAnimation > div.introThirdStep > div:nth-child(2 of .introTeamPrev) {
border-radius: 0;
border-top-right-radius: 8rem;
border-bottom-right-radius: 8rem;
}


div[id^="cblock_"][class*="bannerAnimation"] {
min-height: 9rem;
padding-top: 1.5rem !important;
padding-bottom: 0 !important;
overflow: hidden;
}

div[id^="cblock_"][class*="bannerAnimation"]:after {
content: '+';
display: block;
width: 2rem;
height: 0;
font-size: 1.85rem;
font-variation-settings: "wght" 430, "wdth" 150, "ital" 0;
position: absolute;
left: 1.25rem;
bottom: 2.75rem;
pointer-events: none;
}

div[id^="cblock_"][class*="bannerAnimation"]:hover:after {
display: none;
}

div[id^="cblock_"][class*="bannerAnimation"] div:nth-child(2 of .banner-column) {
padding: 0;
max-height: 0;
transition: 0.5s;
}

div[id^="cblock_"][class*="bannerAnimation"]:hover div:nth-child(2 of .banner-column) {
max-height: 100rem;
}

div[id^="cblock_"].bannerAnimation-1 div:nth-child(1 of .banner-column), 
div[id^="cblock_"].bannerAnimation-2 div:nth-child(1 of .banner-column), 
div[id^="cblock_"].bannerAnimation-3 div:nth-child(1 of .banner-column) {
padding: 0;
position: relative;
}


div[id^="cblock_"].bannerAnimation-1:hover:before {
border-top-right-radius: 5rem;
border-bottom-right-radius: 5rem;
}

div[id^="cblock_"].bannerAnimation-2:before {
height: 9rem;
}

div[id^="cblock_"].bannerAnimation-2:hover:before {
width: 100%;
height: 7rem;
border-top-right-radius: 5rem;
border-bottom-right-radius: 5rem;
}

div[id^="cblock_"].bannerAnimation-2:after {
color: #F9FFAF;
}

div[id^="cblock_"].bannerAnimation-3:before {
height: 9rem;
}

div[id^="cblock_"].bannerAnimation-3:hover:before {
left: 0;
width: 60%;
height: 7rem;
border-radius: 0;
border-top-right-radius: 5rem;
border-bottom-right-radius: 5rem;
}

div[id^="cblock_"].bannerAnimation-2:hover div:nth-child(2 of .banner-column), 
div[id^="cblock_"].bannerAnimation-3:hover div:nth-child(2 of .banner-column) {
padding-top: 2rem;
}


div[id^="cblock_"].bannerAnimation-simple {
/**/
}

div[id^="cblock_"].bannerAnimation-simple:hover:before {
border-top-right-radius: 5rem;
border-bottom-right-radius: 5rem;
}

div[id^="cblock_"].bannerAnimation-simple div:nth-child(2 of .banner-column) {
padding-bottom: 1rem !important;
}

div[id^="cblock_"].bannerAnimation-simple:hover div:nth-child(1 of .banner-column) h2.h1BigStyle {
display: none;
}

div[id^="cblock_"].bannerAnimation-simple a.buttonStyle {
margin-top: 1rem;
margin-bottom: 0.5rem;
}

div[id^="cblock_"][class*="ctaAnimation"] div:nth-child(2 of .banner-column) {
width: calc(3 * var(--col-1) + var(--col-1-no-space));
padding: 0;
}

div[id^="cblock_"][class*="ctaAnimation"] div:nth-child(2 of .banner-column):before {
font-size: 4rem;
transform: translate(-130%,-0.5rem);
bottom: auto;
top: 0;
}

div.networkLogoBox {
width: calc(1 * var(--col-1) + var(--col-1-no-space));
height: 12rem;
padding: 0 1.25rem;
margin: 0;
border-radius: 4rem;
}

div.networkLogoBox > img {
max-width: 7rem;
min-height: initial;
transform-origin: center center;
transform: rotate(-90deg);
}


div[id^="cblock_"].contentGrid.contentBlock.flexStyle.bannerStyle.overflowHidden[class*="bg-"] {
overflow: visible;
}

div[id^="cblock_"].contentGrid.contentBlock.bg-greyStyle:before, 
div[id^="cblock_"].contentGrid.contentBlock.bg-lightgreyStyle:before,  
div[id^="cblock_"].contentGrid.contentBlock.bg-blackStyle: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.productGroups > div.contentGrid {
-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.productGroups > div.contentGrid > div.column-width-4.paddingRight, 
div[id^="cblock_"].horizontalScrollingWrapper-onmobile.productGroups > div.contentGrid > div.column-width-4.paddingRight {
width: calc(4 * var(--col-1) + var(--col-1-no-space));
padding-right: calc(var(--col-1-no-space)/2);
}

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_"]:not(.horizontalScrollingWrapper) > div.contentGrid > div.column-width-4.publiBox, 
div[id^="cblock_"]:not(.horizontalScrollingWrapper) > div.column-width-4.publiBox {
width: calc(4 * var(--col-1) + var(--col-1-no-space));
margin-bottom: calc(var(--col-space)*2) !important;
}

div[id^="cblock_"]:not(.horizontalScrollingWrapper) > div.contentGrid > div.column-width-4.mediaBox, 
div[id^="cblock_"]:not(.horizontalScrollingWrapper) > div.column-width-4.mediaBox {
width: calc(4 * var(--col-1) + var(--col-1-no-space));
margin-bottom: calc(var(--col-space)*2) !important;
}

div[id^="cblock_"]:not(.horizontalScrollingWrapper) > div.contentGrid > div.column-width-4.newsBox, 
div[id^="cblock_"]:not(.horizontalScrollingWrapper) > div.column-width-4.newsBox {
width: calc(4 * var(--col-1) + var(--col-1-no-space));
margin-bottom: calc(var(--col-space)*2) !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_"].width-100.horizontalScrollingWrapper.keyfiguresSlider > div.contentGrid {
padding-bottom: 4.6875rem;
}



/* font styles */

h1, .h1Style {
font-size: 1.75rem;
line-height: 1.1;
}

h1.h1BigStyle, .h1BigStyle, h2.h1BigStyle, p.h1BigStyle {
font-size: 1.75rem;
line-height: 1.1;
}

h1.h1BigStyle-2, .h1BigStyle-2, h2.h1BigStyle-2, p.h1BigStyle-2 {
font-size: 4.0625rem;
}

h2, .h2Style {
font-size: 1.75rem;
line-height: 1.1;
}


h3, .h3Style {
font-size: 1rem;
line-height: 1.1;
}


span[class*="h1Style"], 
span[class*="h2Style"], 
span[class*="h3Style"] {
display: block;
}

div[id^="cblock_"]:not(.contentBlock-verticalpadding) div[class*="column-width-"] > .buttonStyle:last-of-type {
margin-bottom: 2rem;	
}

.copylight, 
.copybig, 
p, p.copylight, p.copybig {
font-size: 1.125rem;
line-height: 1.1;
}

div.mobilePaddingRight {
padding-right: calc(var(--col-1)/2);
}

div.hoverInfoBox {
height: auto;
min-height: 15rem;
padding: 1.5rem;
margin: 0;
font-size: 1rem;
line-height: 1.1;
word-wrap: break-word;
}

div[id^="cblock_"].streched-onmobiles div.hoverInfoBox {
padding: 1rem 1.35rem;
}

div.hoverInfoBox:hover:before {
border-radius: 1.5rem;
}

div[id^="cblock_"].streched-onmobiles.hoverBoxes-autocolor > div:nth-child(1 of .column-width-12) {
width: calc(2 * var(--col-1) + var(--col-1-no-space));
padding: 1rem 1.35rem;
}

div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(1 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(4 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(7 of .hoverInfoBox) {
color: #053B3A !important;
}

div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(1 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(4 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(7 of .hoverInfoBox):before {
color: #053B3A !important;
background-color: #FBFBB4 !important;
}


div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(2 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(5 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(8 of .hoverInfoBox) {
color: #053B3A !important;
}

div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(2 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(5 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(8 of .hoverInfoBox):before {
color: #053B3A !important;
background-color: #FEE1D3 !important;
}


div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(3 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(6 of .hoverInfoBox), 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(9 of .hoverInfoBox) {
color: #FBFBB4 !important;
}

div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(3 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(6 of .hoverInfoBox):before, 
div[id^="cblock_"].hoverBoxes-autocolor > div:nth-child(9 of .hoverInfoBox):before {
color: #FBFBB4 !important;
background-color: #053B3A !important;
}

div.hoverInfoBox.bg-yellowStyle:before, 
div[id^="cblock_"].hoverBoxes-autocolor > div.hoverInfoBox.bg-yellowStyle:before {
background-color: #FBFBB4 !important;
}

div.hoverInfoBox.bg-beigeStyle:before, 
div[id^="cblock_"].hoverBoxes-autocolor > div.hoverInfoBox.bg-beigeStyle:before {
background-color: #FEE1D3 !important;
}

div.hoverInfoBox.bg-darkgreenStyle:before, 
div[id^="cblock_"].hoverBoxes-autocolor > div.hoverInfoBox.bg-darkgreenStyle:before {
background-color: #053B3A !important;
}


div.hoverInfoBox:after {
content: '+';
display: block;
width: 2rem;
height: 0;
font-size: 1.85rem;
font-variation-settings: "wght" 430, "wdth" 150, "ital" 0;
position: absolute; 
left: 1.25rem;
bottom: 2.5rem;
pointer-events: none;
}

div.hoverInfoBox:hover:after {
display: none;
}

div.hoverInfoBox.column-width-4 {
width: calc(2 * var(--col-1) + var(--col-1-no-space));
}

div.hoverInfoBox > h3 {
margin-bottom: 4rem;
font-size: 1.75rem;
line-height: 1.1;
font-variation-settings: "wght" 430, "wdth" 150, "ital" 0;
word-wrap: break-word;
word-break: break-word;
}

div.hoverInfoBox > h3 > br {
display: none;
}

div.hoverInfoBox > p, div.hoverInfoBox > ul {
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

div#teamwrapper {
width: calc(100% + 2.5rem);
margin-left: -1.25rem;
}

div.teamBox {
width: calc(2 * var(--col-1) + var(--col-1-no-space));
margin: 0;
}

div.teamBox h3 {
font-variation-settings: "wght" 410, "wdth" 130, "ital" 0;
}

div.teamBox p {
font-size: 1rem;
}


div[id^="cblock_"] div.teamBox > div.teamBox--img > div:first-of-type {
padding: 120% 0 0 0;
}



span[class*="column-width-"] {
display: block;
}


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


a.videoBoxPlaceholder:after {
/**/
}

p {
margin-bottom: 1rem;
}

ul.strokeList, 
ul.noListStyle, 
ol {
font-size: 1.125rem;
line-height: 1.1;
}


ul.strokeList li:before {
top: 0.5rem;
}


.buttonStyle {
font-size: 1rem;
margin-bottom: 0;
}

.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: 1.25rem;
line-height: 1.25;
}


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


div[id^="cblock_"].contentGrid:not(.min-fullScreen) > .column-width-3.column-marginright-3 {
width: calc(3*var(--col-1) + var(--col-1-no-space)) !important;
margin-left: auto !important;
margin-right: auto !important;
}

.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;
}

.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.boxStyle.column-width-3 {
width: calc(5 * var(--col-1) + var(--col-1-no-space));
/*
margin-left: 0 !important;
margin-right: 0 !important;
*/
}

div[id^="cblock_"].prodBanner > div[class*="column-width-"] {
margin-bottom: 0 !important;
}

.width-50 {
width: 100%;
}

div[class*="column-width-"] .width-50 {
width: 100%;
max-width: 100%;
}

div[id^="cblock_"].keyfiguresSlider div[class*="column-width-"] .width-50 {
width: 50%;
max-width: 50%;
}

div[id^="cblock_"].keyfiguresSlider div[class*="column-width-"] .width-50 p.initialFontSize {
font-size: 0.9rem !important;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

div.authorInfo > div.authorInfo-text {
font-size: 0.815rem;
line-height: 1.45;
}

.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: 2.5rem;
}


.flexStyle .contentBox_imageWrapper-multiple.alignRight > div.width-100 {
width: 100%;
max-width: 100%;
margin-right: 0 !important;
}

.flexStyle .contentBox_imageWrapper-multiple p.imgDesc {
width: 100%;
max-width: 100%;
}


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: 2.5rem !important;
padding-bottom: 2.5rem !important;
}

.contentBlock-verticalpadding-plus {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}

.contentBlock-verticalpadding-less {
padding-top: 2rem !important;
padding-bottom: 2rem !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, 
main > div[id^="cblock_"] > div.contentGrid.contentBlock > div[class*="column-width-"]:not(.desktopStickyBox):not(.lastBox):last-of-type {
margin-bottom: 0 !important;
}


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%;
min-height: 7rem;
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;
}


.accordionTitle {
font-size: 1.75rem;
padding-right: 3rem !important;
}

p.accordionTitle:not(.h1Style) {
font-size: 1.75rem;
font-variation-settings: "wght" 410, "wdth" 130, "ital" 0;
}

.accordionTitle.h1Style {
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 2rem !important;
font-size: 1.75rem;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

.accordionTitle:after {
width: 1.25rem;
height: 1.25rem;
margin: 1.35rem 0 0 0;
}

.accordion-desc {
padding-right: 0 !important;
}

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[class*="column-width-"].desktopStickyBox {
position: static;
top: auto;
left: auto;
right: auto;
margin: 0 auto;
margin-bottom: 4rem !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;
}

div.chopped {
width: 103% !important;
max-width: 103% !important;
margin: 0 0 0 -1.5% !important;
}


div.chopped-2 {
width: 105% !important;
max-width: 105% !important;
margin: 0 0 0 -2.5% !important;
}

/**/

.accordionTitle {
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 2rem;
}


ul.internLinksStyle li, 
ul.extLinksStyle li, 
ul.downloadList li {
margin: 0 0 1rem 0;
}

ul.downloadList.downloadBigList {
padding: 1.5rem 0 0.5rem 0;
font-size: 1.25rem;
}

ul.downloadList.downloadBigList li {
margin: 0 0 1rem 0;
}

ul.downloadList.downloadBigList li a {
padding-left: 3rem;
}

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 {
width: 100% !important;
max-width: 100% !important;
margin: 0 0 1rem 0 !important;
}

.contentGrid div.relatedPagePrev:last-of-type {
margin-bottom: 0 !important;
}

.contentGrid div.relatedPagePrev div.width-50.paddingBox.absolutePositioned.absolutePositioned-bottomleft {
width: calc(4*var(--col-1) + var(--col-1-no-space)) !important;
max-width: calc(4*var(--col-1) + var(--col-1-no-space)) !important;
}

.contentGrid div.relatedPagePrev p.regularFontStyle.uppercaseFontStyle.smallFont > img[src*="images/arrow"] {
width: 0.75rem !important;
margin-left: 0.25rem !important;
vertical-align: top !important;
}

.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;
}

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


.infoiconImg {
width: 2rem;
margin: 0 0 1rem 0;
}

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

#widesliderduplicate {
width: calc(3*var(--col-1) + var(--col-1-no-space)) !important;
margin-left: auto !important;
margin-right: auto !important;
}

#widesliderduplicate:not(.visibleOnMobiles) {
display: none !important;
}

div.slide-wrapper--image.slide-wrapper--image-hidden {
display: block !important;
}


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;
}


div.newsBox-header {
margin-bottom: 6rem;
}

.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: 2rem;
}

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

.popUpBlock:not(.popUpBlock-wide) {
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.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.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-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));
}

.popUpBlock.popUpBlock-wide div[id^="cblock_"] h1, 
.popUpBlock.popUpBlock-wide div[id^="cblock_"] .h1Style {
font-size: 2.125rem;
line-height: 1.154;
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 {
font-size: 1.65rem;
line-height: 1.167;
}

.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;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .multipleContacts .column-width-3.paddingRight {
width: 100%;
margin-bottom: 2rem !important;
}

.popUpBlock.popUpBlock-wide:not(.popUpBlock-fullwide) .multipleContacts .column-width-3.paddingRight p:not(margin0) {
margin-bottom: 1rem !important;
}

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

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

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

.pageFooter {
padding: 3rem 0 0 0;
}

.pageFooter .contentGrid.flexStyle {
padding: 0;
justify-content: space-between;
}

.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-bottom: 2rem !important;
}

.pageFooter div .column-width-3:nth-child(even) {
margin-left: var(--col-space) !important;
margin-right: 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 #langscopy {
position: absolute;
top: 0;
right: 0;
}

.pageFooter #langscopy ul {
margin-right: 0;
}

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

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

.pageFooter ul.noListStyle li > a {
display: block;
font-size: 1rem;
line-height: 1.2;
margin-bottom: 0.35rem;
}

.pageFooter #langscopy ul li > a {
display: inline-block;
margin-bottom: initial;
}


.pageFooter ul.footerLinksList {
margin: 2.5rem 0;
}

.pageFooter .footerLogos {
justify-content: flex-start;
}

.pageFooter .footerLogos > img {
max-width: 5rem;
margin: 0 1.5rem 1.5rem 0;
}

.pageFooter p.labelRotated {
font-size: 0.9rem;
transform: translate(-6rem,-8.5em) rotate(-90deg);
position: absolute;
left: 100%;
transform-origin: right top;
white-space: nowrap;
}


.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;
}

.pageFooter .buttonStyle {
margin-bottom: 0;
}

.contentBlock-footer-copyright > div[class*="column-width-"]:not(.column-width-10) {
width: 100% !important;
text-align: left;
}

.contentBlock-footer-copyright > div[class*="column-width-"]:first-of-type > strong:first-of-type {
display: block;
width: 100%;
box-sizing: border-box;
margin: 0 0 0.5rem 0;
}

.contentBlock-footer-copyright .footerlinksDelimiter {
font-size: 0;
display: none !important;
}

.contentBlock-footer-copyright a {
margin-right: 1rem;
}


.socialmediaLink {
margin: 0 1rem 0.5rem 0;
}



.lastBox {
/*margin-bottom: 0 !important;*/
}

.lastBox a.buttonStyle {
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;
}

.column-width-3.centeredOnMobiles > .buttonStyle:not(.margin0) {
margin: 2rem auto 0 auto;
}

main .contentGrid.flexStyle:not(.flexStyle-spaceBetween):not(.doubleImageWrapper) .column-width-3:not(.boxStyle, .column-marginleft-1, .column-marginleft-2, .column-marginleft-3, .column-marginleft-4, .column-marginright-1, .column-marginright-2, .column-marginright-3, .column-marginright-3), 
main .contentGrid.flexStyle:not(.flexStyle-spaceBetween):not(.doubleImageWrapper) .column-width-3:not(.boxStyle, .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) {
width: calc(5 * var(--col-1) + var(--col-1-no-space)) !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

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 {
font-size: 0.85rem !important;
/*max-width: 6rem;*/
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;
}



div.jobBox {
margin-bottom: 0 !important;
}

div.jobBox .h1Style {
font-size: 1.45rem;
line-height: 1.15;
}

.borderBottom-2, div.borderBottom-2 {
border-bottom: 2px solid;
}

.flexStyle-specialReverse .h3Style {
font-size: 1.1rem;
}

.flexStyle-specialReverse .h3Style.arrowBefore {
font-size: 1.375rem;
}

.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, 
form.formStyles div.inputRow .checkboxDesc.checkboxDesc-bigger {
font-size: 1rem;
}

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.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;
}

.streched-onmobiles {
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

.showOnMobiles {
display: block;
}

.visibleOnMobiles {
display: block;
}

.hideOnMobiles {
display: none !important;
}

}


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

.pageHeader {
/**/
}

nav > a.buttonStyle {
display: none !important;
}

h1, .h1Style {
/**/
}

h1.h1BigStyle, .h1BigStyle, h2.h1BigStyle, p.h1BigStyle {
/**/
}


h2, .h2Style {
/**/
}


h3, .h3Style {
/**/
}


.hoverBox h3, .hoverBox .h3Style {
/**/
}



.min-fullScreen {
min-height: 20rem !important;
}


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

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

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


.accordionTitle {
padding-top: 1rem;
padding-bottom: 1rem;
}


div.boxStyle.column-width-3 {
/*width: calc(5 * var(--col-1) + var(--col-1-no-space)) !important;*/
width: calc(2 * var(--col-1) + var(--col-1-no-space)) !important;
height: 12rem;
padding: 1.25rem;
}

div[id^="cblock_"].flexStyle-boxes-autoHeight > div.boxStyle.column-width-3 {
width: calc(5 * var(--col-1) + var(--col-1-no-space)) !important;
}


div.boxStyle.column-width-3 > p {
display: inline-block;
word-wrap: break-word;
word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

div.boxStyle > p:last-of-type {
min-height: initial;
}


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

p.labelRotated-specialbottomright {
-webkit-transform: translate(1.5rem,0.5rem) rotate(-90deg);
-moz-transform: translate(1.5rem,0.5rem) rotate(-90deg);
-o-transform: translate(1.5rem,0.5rem) rotate(-90deg);
-ms-transform: translate(1.5rem,0.5rem) rotate(-90deg);
transform: translate(1.5rem,0.5rem) rotate(-90deg);
}


.slideUp {
-webkit-transform: translateY(3rem);
-moz-transform: translateY(3rem);
-o-transform: translateY(3rem);
-ms-transform: translateY(3rem);
transform: translateY(3rem);
}

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

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


}


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

.width-50 {
width: 100%;
}

div[class*="column-width-"] .width-50 {
width: 100%;
max-width: 100%;
}


h1.h1BigStyle, .h1BigStyle, h2.h1BigStyle, p.h1BigStyle {
/**/
}

.slideinNavi ul.mainNaviList li a.navButton:hover, 
.slideinNavi ul.mainNaviList li a.navButton.navButton__active {
font-variation-settings: "wght" 410, "wdth" 120, "ital" 0;
}

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;
}



}


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

/**/


}


@media screen and (max-width: 767px) and (pointer: coarse) {
/* all mobiles */


div[id^="cblock_"].bannerAnimation-simple {
/**/
}

div[id^="cblock_"].bannerAnimation-simple:hover:before {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

div[id^="cblock_"].bannerAnimation-simple.active:before {
border-top-right-radius: 5rem;
border-bottom-right-radius: 5rem;
}

div[id^="cblock_"].bannerAnimation-simple:after, 
div[id^="cblock_"].bannerAnimation-simple:not(.active):hover:after {
display: block;
}

div[id^="cblock_"].bannerAnimation-simple.active:after {
display: none;
}

div[id^="cblock_"].bannerAnimation-simple:hover div:nth-child(1 of .banner-column) h2.h1BigStyle {
display: initial;
}

div[id^="cblock_"].bannerAnimation-simple.active div:nth-child(1 of .banner-column) h2.h1BigStyle {
display: none;
}

div[id^="cblock_"].bannerAnimation-simple:hover h2, 
div[id^="cblock_"].bannerAnimation-simple:not(.active) h2 {
font-variation-settings: "wght" 430, "wdth" 200, "ital" 0;
}

div[id^="cblock_"].bannerAnimation-simple div:nth-child(2 of .banner-column) {
padding-bottom: 1rem !important;
}

div[id^="cblock_"].bannerAnimation-simple.active div:nth-child(1 of .banner-column) h2.h1BigStyle {
display: none;
}

div[id^="cblock_"].bannerAnimation-simple:hover div:nth-child(2 of .banner-column), 
div[id^="cblock_"].bannerAnimation-simple:not(.active) div:nth-child(2 of .banner-column) {
max-height: 0;
opacity: 0;
}

div[id^="cblock_"].bannerAnimation-simple.active div:nth-child(2 of .banner-column) {
max-height: 100%;
opacity: 1;
}


}


@supports (-webkit-overflow-scrolling: touch) {
/* CSS specific to iOS devices */

.min-fullScreen {
min-height: 20rem !important;
}
 
}
