:root{--cd-color-violet: #1B1D4D;--cd-color-violet-20: #585CA6;--cd-color-violet-40: #B1BAFC;--cd-color-violet-60: #A2ADFF;--cd-color-violet-80: #E8EBFF;--cd-gradient-violet: linear-gradient(135deg, #B1BAFC 0%, #E8EBFF);--cd-gradient-violet-vertical:linear-gradient(180deg, #B1BAFC 0%, #E8EBFF);--cd-gradient-violet-dark: linear-gradient(135deg, #5D62B9 0%, #A2ADFF);--cd-gradient-violet-symtoms: linear-gradient(180deg, #5D62B9 0%, #A2ADFF);--cd-gradient-violet-symtoms-hover: linear-gradient(180deg, #B1BAFC 0%, #E8EBFF);--cd-color-blue: #032F57;--cd-color-blue-20: #00B3DA;--cd-color-blue-40: #90E8FF;--cd-color-blue-80: #D8F8FF;--cd-gradient-blue: linear-gradient(135deg, #90E8FF 0%, #D8F8FF);--cd-gradient-blue-vertical: linear-gradient(180deg, #90E8FF 0%, #D8F8FF);--cd-gradient-blue-dark: linear-gradient(135deg, #00B3DA 0%, #90E8FF);--cd-color-green: #003E33;--cd-color-green-20: #0B8973;--cd-color-green-40: #A5F2E3;--cd-color-green-80: #DEFCF6;--cd-color-green-dark: #0B8972;--cd-gradient-green: linear-gradient(135deg, #8AE8D7 0%, #DEFCF6);--cd-gradient-green-vertical: linear-gradient(180deg, #8AE8D7 0%, #DEFCF6);--cd-gradient-green-dark: linear-gradient(135deg, #0B8973 3.2%, #A4F2E3 176%);--cd-gradient-green-light: linear-gradient(135deg, #DEFCF6 70%, #FFFCFA);--cd-color-orange: #742B01;--cd-color-orange-20: #F26E22;--cd-color-orange-40: #F9C795;--cd-color-orange-80: #FFF4E9;--cd-color-orange-dark: #F1773199;--cd-gradient-orange: linear-gradient(135deg, #F9C795 0%, #FFF4E9);--cd-gradient-orange-vertical:linear-gradient(180deg, #F9C795 0%, #FFF4E9);--cd-gradient-orange-dark: linear-gradient(135deg, #F26E22 0%, #F9C795);--gray-dark: #6E7369;--gray-light: #D3D5D1;--white: #ffffff;--black: #000000;--border-radius: 5px;--border-radius-big: 25px;--border-radius-hover: 15px;--container-max-width: 1150px;--container-small-max-width:	900px;--grid-gap: 1.5rem;--cd-font: "F37Saint";--font-weight-light: 300;--font-weight-regular:	400;--font-weight-semibold:	600;--font-weight-bold: 700;--font-size-h1: 3.5rem;--font-size-h2: 3.5rem;--font-size-h3: 2.5rem;--font-size-h4: 2rem;--font-size-h5: 1.75rem;--font-size-h6: 1.5rem;--font-size-p: 1rem;--font-size-p-medium: 1.25rem;--font-line-height: 1.4;--font-size-ls-p: 28px;--font-ls-line-height: 1.5;--font-ls-size-h1: 3.5rem;--font-ls-size-h2: 3.5rem;--font-ls-size-h3: 40px;--font-ls-size-h4: 2rem}html{scroll-padding-top:50px}@media(prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}.skip-link{visibility:hidden}body{margin:0;padding:0;box-sizing:border-box;font-family:var(--cd-font)}.container,hr{width:90%;max-width:var(--container-max-width);margin:1rem auto}.container .c-small,hr .c-small{width:70%}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:1.5rem;margin-bottom:1.5rem;font-weight:var(--font-weight-bold)}h1,.h1{font-size:2.5rem;text-transform:unset}@media screen and (min-width: 768px){h1,.h1{font-size:var(--font-size-h1);line-height:1.1}}h2,.h2{font-size:1.5rem}@media screen and (min-width: 768px){h2,.h2{font-size:var(--font-size-h2)}}h3,.h3{font-size:var(--font-size-h3);margin-top:3rem;line-height:1.1}h4,.h4{font-size:var(--font-size-h4);margin-top:2rem}h5,.h5{font-size:var(--font-size-h5)}h6,.h6{font-size:var(--font-size-h6)}p,main li{font-size:var(--font-size-p);line-height:var(--font-line-height);-webkit-font-smoothing:antialiased}p.title-big{font-size:24px;font-weight:var(--font-weight-bold)}p.uppercase-orange{text-transform:uppercase;color:var(--cd-color-orange);font-weight:var(--font-weight-bold)}main ul{margin-bottom:1.5rem}.prelinktext{font-size:var(--font-size-p)}a{transition:all .3s;text-decoration:none;text-underline-offset:.3rem;color:currentColor;font-weight:var(--font-weight-bold)}a:hover{text-decoration:underline}a:focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}a.btn{border:2px solid var(--cd-color-orange-20);border-radius:var(--border-radius);background-color:var(--cd-color-orange-20);display:inline-block;margin-top:.5rem;padding:.3rem 2rem .3rem 1rem;text-decoration:none;position:relative;font-size:var(--font-size-p)}a.btn:not(.mainnav__item--btn):after{position:absolute;width:2rem;height:1rem;content:"";background-image:url(../Icons/arrow-right-solid-full-light.svg);background-size:contain;background-repeat:no-repeat;right:-0.5rem;top:.6rem;font-weight:var(--font-weight-bold)}a.btn:hover{border-radius:var(--border-radius-hover)}a.btn:focus-visible{outline-color:currentColor}p a{color:var(--cd-color-orange-20);font-weight:var(--font-weight-bold)}p a:hover{color:var(--cd-color-orange)}img{max-width:100%;height:auto}hr{margin:3rem auto}.bg-violet{background-color:var(--cd-color-violet)}.bg-violet-20{background-color:var(--cd-color-violet-20)}.bg-violet-40{background-color:var(--cd-color-violet-40)}.bg-violet-80,.cb_textboximage-type2.highlight-violet .cb_textboximage-type2--content__text,.cb_textboximage.highlight-violet{background-color:var(--cd-color-violet-80)}.bg-blue{background-color:var(--cd-color-blue)}.bg-blue-20{background-color:var(--cd-color-blue-20)}.bg-blue-40{background-color:var(--cd-color-blue-40)}.bg-blue-80,.cb_textboximage-type2.highlight-blue .cb_textboximage-type2--content__text,.cb_textboximage.highlight-blue{background-color:var(--cd-color-blue-80)}.bg-green{background-color:var(--cd-color-green)}.bg-green-20{background-color:var(--cd-color-green-20)}.bg-green-40{background-color:var(--cd-color-green-40)}.bg-green-80,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text,.cb_textboximage.highlight-green{background-color:var(--cd-color-green-80)}.bg-green-80 h1,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text h1,.cb_textboximage.highlight-green h1,.bg-green-80 .h1,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text .h1,.cb_textboximage.highlight-green .h1,.bg-green-80 h2,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text h2,.cb_textboximage.highlight-green h2,.bg-green-80 .h2,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text .h2,.cb_textboximage.highlight-green .h2,.bg-green-80 h3,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text h3,.cb_textboximage.highlight-green h3,.bg-green-80 .h3,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text .h3,.cb_textboximage.highlight-green .h3,.bg-green-80 h4,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text h4,.cb_textboximage.highlight-green h4,.bg-green-80 .h4,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text .h4,.cb_textboximage.highlight-green .h4,.bg-green-80 h5,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text h5,.cb_textboximage.highlight-green h5,.bg-green-80 .h5,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text .h5,.cb_textboximage.highlight-green .h5,.bg-green-80 h6,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text h6,.cb_textboximage.highlight-green h6,.bg-green-80 .h6,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text .h6,.cb_textboximage.highlight-green .h6,.bg-green-80 p,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text p,.cb_textboximage.highlight-green p,.bg-green-80 span,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text span,.cb_textboximage.highlight-green span{color:var(--cd-color-green)}.bg-green-dark{background-color:var(--cd-color-green-dark)}.bg-orange{background-color:var(--cd-color-orange)}.bg-orange-20{background-color:var(--cd-color-orange-20)}.bg-orange-40{background-color:var(--cd-color-orange-40)}.bg-orange-80,.cb_textboximage-type2.highlight-orange .cb_textboximage-type2--content__text,.cb_textboximage.highlight-orange{background-color:var(--cd-color-orange-80)}.bg-gray-dark{background-color:var(--gray-dark)}.bg-gray-light{background-color:var(--gray-light)}.bg-black{background-color:var(--black)}.bg-white{background-color:var(--white)}.bg-green-20 a,.bg-green-40 a,.bg-green-80 a,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text a,.cb_textboximage.highlight-green a{color:var(--cd-color-violet)}.bg-green-20 a.btn,.bg-green-40 a.btn,.bg-green-80 a.btn,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text a.btn,.cb_textboximage.highlight-green a.btn{background:var(--cd-color-green-20);color:#fff;border-color:var(--cd-color-green-20)}.bg-violet-20 a,.bg-violet-40 a,.bg-violet-80 a,.cb_textboximage-type2.highlight-violet .cb_textboximage-type2--content__text a,.cb_textboximage.highlight-violet a{color:var(--cd-color-violet)}.bg-violet-20 a.btn,.bg-violet-40 a.btn,.bg-violet-80 a.btn,.cb_textboximage-type2.highlight-violet .cb_textboximage-type2--content__text a.btn,.cb_textboximage.highlight-violet a.btn{background:var(--cd-color-violet-20);color:#fff;border-color:var(--cd-color-violet-20)}.bg-orange-20 a,.bg-orange-40 a,.bg-orange-80 a,.cb_textboximage-type2.highlight-orange .cb_textboximage-type2--content__text a,.cb_textboximage.highlight-orange a{color:var(--cd-color-orange)}.bg-orange-20 a.btn,.bg-orange-40 a.btn,.bg-orange-80 a.btn,.cb_textboximage-type2.highlight-orange .cb_textboximage-type2--content__text a.btn,.cb_textboximage.highlight-orange a.btn{background:var(--cd-color-orange-20);color:#fff;border-color:var(--cd-color-orange-20)}.bg-blue-20 a,.bg-blue-40 a,.bg-blue-80 a,.cb_textboximage-type2.highlight-blue .cb_textboximage-type2--content__text a,.cb_textboximage.highlight-blue a{color:var(--cd-color-blue)}.bg-blue-20 a.btn,.bg-blue-40 a.btn,.bg-blue-80 a.btn,.cb_textboximage-type2.highlight-blue .cb_textboximage-type2--content__text a.btn,.cb_textboximage.highlight-blue a.btn{background:var(--cd-color-blue-20);color:#fff;border-color:var(--cd-color-blue-20)}.btn-blue,section.cb_preventboxes.highlight-blue .cb_preventboxes--content__more .btn,.cb_teasercards-with-icon--inner.highlight-blue .cb_teasercards-with-icon--content__more .btn,.cb_numbers .gradient-blue-dark .cb_numbers--back__more .btn,.cb_numbers .gradient-blue .cb_numbers--back__more .btn,.cb_textsynsym--content__more a.btn,.highlight-blue .cb_two2coltexboxesimg--content__more .btn,.highlight-blue .cb_2coltext--content__more .btn,section.cb_textimage.highlight-blue .cb_textimage--content__more .btn{background-color:var(--cd-color-blue-40);border-color:var(--cd-color-blue-40);color:var(--cd-color-blue)}.btn-blue:after,section.cb_preventboxes.highlight-blue .cb_preventboxes--content__more .btn:after,.cb_teasercards-with-icon--inner.highlight-blue .cb_teasercards-with-icon--content__more .btn:after,.cb_numbers .gradient-blue-dark .cb_numbers--back__more .btn:after,.cb_numbers .gradient-blue .cb_numbers--back__more .btn:after,.cb_textsynsym--content__more a.btn:after,.highlight-blue .cb_two2coltexboxesimg--content__more .btn:after,.highlight-blue .cb_2coltext--content__more .btn:after,section.cb_textimage.highlight-blue .cb_textimage--content__more .btn:after{background-image:url(../Icons/arrow-right-solid-full-dark.svg)}.btn-orange,.cb_contactbox--inner.highlight-orange .btn,section.cb_preventboxes.highlight-orange .cb_preventboxes--content__more .btn,.cb_teasercards-with-icon--inner.highlight-orange .cb_teasercards-with-icon--content__more .btn,.cb_numbers .gradient-orange-dark .cb_numbers--back__more .btn,.cb_numbers .gradient-orange .cb_numbers--back__more .btn,.highlight-orange .cb_two2coltexboxesimg--content__more .btn,.highlight-orange .cb_2coltext--content__more .btn,section.cb_textimage.highlight-orange .cb_textimage--content__more .btn{background-color:var(--cd-color-orange-40);border-color:var(--cd-color-orange-40);color:var(--cd-color-orange)}.btn-orange:after,.cb_contactbox--inner.highlight-orange .btn:after,section.cb_preventboxes.highlight-orange .cb_preventboxes--content__more .btn:after,.cb_teasercards-with-icon--inner.highlight-orange .cb_teasercards-with-icon--content__more .btn:after,.cb_numbers .gradient-orange-dark .cb_numbers--back__more .btn:after,.cb_numbers .gradient-orange .cb_numbers--back__more .btn:after,.highlight-orange .cb_two2coltexboxesimg--content__more .btn:after,.highlight-orange .cb_2coltext--content__more .btn:after,section.cb_textimage.highlight-orange .cb_textimage--content__more .btn:after{background-image:url(../Icons/arrow-right-solid-full-dark.svg)}.btn-green,section.cb_preventboxes.highlight-green .cb_preventboxes--content__more .btn,.cb_teasercards-with-icon--inner.highlight-green .cb_teasercards-with-icon--content__more .btn,.cb_numbers .gradient-green-dark .cb_numbers--back__more .btn,.cb_numbers .gradient-green .cb_numbers--back__more .btn,.highlight-green .cb_two2coltexboxesimg--content__more .btn,.highlight-green .cb_2coltext--content__more .btn,section.cb_textimage.highlight-green .cb_textimage--content__more .btn{background-color:var(--cd-color-green-40);border-color:var(--cd-color-green-40);color:var(--cd-color-green)}.btn-green:after,section.cb_preventboxes.highlight-green .cb_preventboxes--content__more .btn:after,.cb_teasercards-with-icon--inner.highlight-green .cb_teasercards-with-icon--content__more .btn:after,.cb_numbers .gradient-green-dark .cb_numbers--back__more .btn:after,.cb_numbers .gradient-green .cb_numbers--back__more .btn:after,.highlight-green .cb_two2coltexboxesimg--content__more .btn:after,.highlight-green .cb_2coltext--content__more .btn:after,section.cb_textimage.highlight-green .cb_textimage--content__more .btn:after{background-image:url(../Icons/arrow-right-solid-full-dark.svg)}.btn-violet,section.cb_preventboxes.highlight-violet .cb_preventboxes--content__more .btn,.cb_teasercards-with-icon--inner.highlight-violet .cb_teasercards-with-icon--content__more .btn,.cb_numbers .gradient-violet-dark .cb_numbers--back__more .btn,.cb_numbers .gradient-violet .cb_numbers--back__more .btn,.highlight-violet .cb_two2coltexboxesimg--content__more .btn,.highlight-violet .cb_2coltext--content__more .btn,section.cb_textimage.highlight-violet .cb_textimage--content__more .btn{background-color:var(--cd-color-violet-40);border-color:var(--cd-color-violet-40);color:var(--cd-color-violet)}.btn-violet:after,section.cb_preventboxes.highlight-violet .cb_preventboxes--content__more .btn:after,.cb_teasercards-with-icon--inner.highlight-violet .cb_teasercards-with-icon--content__more .btn:after,.cb_numbers .gradient-violet-dark .cb_numbers--back__more .btn:after,.cb_numbers .gradient-violet .cb_numbers--back__more .btn:after,.highlight-violet .cb_two2coltexboxesimg--content__more .btn:after,.highlight-violet .cb_2coltext--content__more .btn:after,section.cb_textimage.highlight-violet .cb_textimage--content__more .btn:after{background-image:url(../Icons/arrow-right-solid-full-dark.svg)}.text-violet{color:var(--cd-color-violet)}.text-violet-20,section.cb_text.highlight-violet .cb_text--content__header{color:var(--cd-color-violet-20)}.text-violet-40{color:var(--cd-color-violet-40)}.text-violet-80{color:var(--cd-color-violet-80)}.text-blue{color:var(--cd-color-blue)}.text-blue-20,section.cb_text.highlight-blue .cb_text--content__header{color:var(--cd-color-blue-20)}.text-blue-40{color:var(--cd-color-blue-40)}.text-blue-80{color:var(--cd-color-blue-80)}.text-green{color:var(--cd-color-green)}.text-green-20,section.cb_text.highlight-green .cb_text--content__header{color:var(--cd-color-green-20)}.text-green-40{color:var(--cd-color-green-40)}.text-green-80{color:var(--cd-color-green-80)}.text-orange,section.cb_text.highlight-orange-dark .cb_text--content__header{color:var(--cd-color-orange)}.text-orange-20,section.cb_text.highlight-orange .cb_text--content__header{color:var(--cd-color-orange-20)}.text-orange-40{color:var(--cd-color-orange-40)}.text-orange-80{color:var(--cd-color-orange-80)}.text-gray-dark{color:var(--gray-dark)}.text-gray-light{color:var(--gray-light)}.text-black{color:var(--black)}.text-white{color:var(--white)}.gradient-orange{background:var(--cd-color-orange-40);background:var(--cd-gradient-orange);color:var(--cd-color-orange)}.gradient-orange-dark{background:var(--cd-color-orange-40);background:var(--cd-gradient-orange-dark);color:var(--white)}.gradient-violet{background:var(--cd-color-violet-40);background:var(--cd-gradient-violet);color:var(--cd-color-violet)}.gradient-violet-dark{background:var(--cd-color-violet-40);background:var(--cd-gradient-violet-dark);color:var(--white)}.gradient-green{background:var(--cd-color-green-dark);background:var(--cd-gradient-green);color:var(--cd-color-green)}.gradient-green-dark{background:var(--cd-color-green-40);background:var(--cd-gradient-green-dark);color:var(--white)}.gradient-blue{background:var(--cd-color-blue-40);background:var(--cd-gradient-blue);color:var(--cd-color-blue)}.gradient-blue-dark{background:var(--cd-color-blue-40);background:var(--cd-gradient-blue-dark);color:var(--white)}@font-face{font-family:"F37Saint";src:url("../Fonts/F37-saint/F37Saint-Regular.woff2") format("woff2"),url("../Fonts/F37-saint/F37Saint-Regular.woff") format("woff");font-weight:400}@font-face{font-family:"F37Saint";src:url("../Fonts/F37-saint/F37Saint-SemiBold.woff2") format("woff2"),url("../Fonts/F37-saint/F37Saint-SemiBold.woff") format("woff");font-weight:600}@font-face{font-family:"F37Saint";src:url("../Fonts/F37-saint/F37Saint-Bold.woff2") format("woff2"),url("../Fonts/F37-saint/F37Saint-Bold.woff") format("woff");font-weight:700}.example .grid *,.example header .header *,header .example .header *{height:150px}.grid,header .header{display:block}@media(min-width: 768px){.grid,header .header{display:grid;grid-gap:var(--grid-gap);margin-bottom:var(--grid-gap)}}.grid.grid-100,header .grid-100.header{grid-template-columns:1fr}.grid.grid-50,header .header{grid-template-columns:1fr 1fr}.grid.grid-50.reverse .text-media_text,header .reverse.header .text-media_text{order:2}.grid.grid-25,header .grid-25.header{grid-template-columns:repeat(2, 1fr)}@media(min-width: 992px){.grid.grid-25,header .grid-25.header{grid-template-columns:repeat(4, 1fr)}}.grid.grid-20,header .grid-20.header{grid-template-columns:repeat(2, 1fr)}@media(min-width: 992px){.grid.grid-20,header .grid-20.header{grid-template-columns:repeat(5, 1fr)}}.grid.grid-16,header .grid-16.header{grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 992px){.grid.grid-16,header .grid-16.header{grid-template-columns:repeat(6, 1fr)}}.grid.grid-2575,header .grid-2575.header{grid-template-columns:1fr 3fr}.grid.grid-7525,header .grid-7525.header{grid-template-columns:3fr 1fr}.grid.grid-3366,header .grid-3366.header{grid-template-columns:1fr 2fr}@media(min-width: 768px)and (max-width: 991px){.grid.grid-3366,header .grid-3366.header{grid-template-columns:repeat(2, 1fr)}}.grid.grid-3366.reverse .text-media_text,header .grid-3366.reverse.header .text-media_text{order:2}.grid.grid-6633,header .grid-6633.header{grid-template-columns:2fr 1fr}@media(min-width: 768px)and (max-width: 991px){.grid.grid-6633,header .grid-6633.header{grid-template-columns:repeat(2, 1fr)}}.grid.grid-6633.reverse .text-media_text,header .grid-6633.reverse.header .text-media_text{order:2}.grid.grid-6040,header .grid-6040.header{grid-template-columns:repeat(2, 1fr)}@media(min-width: 992px){.grid.grid-6040,header .grid-6040.header{grid-template-columns:6fr 4fr}}.grid.grid-33,header .grid-33.header{grid-template-columns:1fr}@media(min-width: 768px){.grid.grid-33,header .grid-33.header{grid-template-columns:1fr 1fr 1fr}}.grid.grid-502525,header .grid-502525.header{grid-template-columns:1fr}@media(min-width: 768px){.grid.grid-502525,header .grid-502525.header{grid-template-columns:2fr 1fr 1fr}}header{margin:0;padding:0}header .header{display:grid}header a:focus-visible .logo--desktop{outline:.2rem solid currentColor;outline-offset:.3rem}header .logo--desktop{display:none}@media(min-width: 768px){header .logo--desktop{display:block}header .logo--mobile{display:none}}.language__menu{display:none}@media(min-width: 768px){.language__menu{display:block}}.language__menu--mobile.language__menu{display:block;padding:1rem}@media(min-width: 768px){.language__menu--mobile.language__menu{display:none}}.language__menu--item{display:flex;align-items:center;justify-content:end;font-size:1.2rem}.language__menu--item a{color:var(--cd-color-orange);margin-right:1rem}.language__menu--item a.active{text-decoration:underline}.language__menu--item svg{height:2rem;width:2rem}footer{margin-top:5rem;margin-bottom:2rem}footer .container,footer hr{margin-top:0;margin-bottom:0}footer .footer{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;vertical-align:top;align-items:start}@media(min-width: 768px)and (max-width: 991px){footer .footer{grid-gap:4rem}}@media(min-width: 992px){footer .footer{grid-template-columns:2fr 2fr 3fr;align-items:center}}footer .footer__left{text-align:center;font-size:1.5rem;margin-bottom:3rem;font-weight:var(--font-weight-bold);display:none}@media(min-width: 992px){footer .footer__left{margin-bottom:0;text-align:left;display:block}}footer .footer__middle{text-align:left}@media(min-width: 992px){footer .footer__middle{text-align:center}}footer .footer__middle img{width:100%;display:block;max-width:15rem}@media(min-width: 992px){footer .footer__middle img{width:65%;margin:0 auto}}footer .footer__middle span{font-weight:var(--font-weight-bold);font-size:.8rem}footer .footer__right{text-align:left}@media(min-width: 992px){footer .footer__right{text-align:right}}footer .footer__right .footer__slogan{font-weight:var(--font-weight-bold);font-size:.8rem}@media(min-width: 992px){footer .footer__right .footer__slogan{display:none}}footer .legals{list-style:none;grid-gap:1.5rem;justify-content:center;padding:0;display:block}@media(min-width: 992px){footer .legals{justify-content:end;display:flex}}footer .legals .legals__nav--item{margin-bottom:.5rem}footer .legals .legals__nav--item a{font-size:.8rem;font-weight:normal}@media(min-width: 992px){footer .legals .legals__nav--item a{font-size:.8rem;color:var(--black);font-weight:normal}}nav.mainnav{z-index:1}nav.mainnav button.mainnav-toggle{display:none}@media(max-width: 767px){nav.mainnav .mainnav--list{margin-left:-1rem;margin-right:-1rem}}nav.mainnav ul{padding:0;display:flex;gap:1rem;justify-content:end}nav.mainnav ul li{list-style:none}nav.mainnav a{font-size:var(--cd-font-size-p);color:var(--cd-color-orange);text-underline-offset:.3rem;text-decoration:none}nav.mainnav a:hover{text-decoration:none}nav.mainnav a:focus-visible{outline:.2rem solid currentColor;outline-offset:.5rem}nav.mainnav a.btn{border-color:var(--cd-color-orange);background:var(--cd-color-orange-40);padding:.3rem 1rem .3rem;font-weight:var(--font-weight-bold)}nav.mainnav a.btn:hover{border-radius:var(--border-radius-hover)}.header--menu{text-align:right}button.mainnav--toggle{display:none}@media(max-width: 767px){button.mainnav--toggle{position:relative;appearance:none;border:1px solid var(--nav-border);background:rgba(0,0,0,0);color:inherit;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}button.mainnav--toggle:focus-visible{outline:3px solid var(--focus);outline-offset:3px}button.mainnav--toggle[aria-expanded=false]+ul{display:none}button.mainnav--toggle[aria-expanded=true] .mainnav--toggle__icon{background:rgba(0,0,0,0)}button.mainnav--toggle[aria-expanded=true] .mainnav--toggle__icon::before{top:0;transform:rotate(45deg)}button.mainnav--toggle[aria-expanded=true] .mainnav--toggle__icon::after{top:0;transform:rotate(-45deg)}button.mainnav--toggle[aria-expanded=true]+ul{display:block}button.mainnav--toggle+ul{position:absolute;top:3rem;left:1rem;right:1rem;background:var(--cd-color-orange-80);padding:1rem;border-radius:var(--border-radius);margin-top:2rem;z-index:1}.mainnav--toggle__text{display:none}.mainnav--toggle__icon{width:1.7rem;height:3px;border-radius:3px;background:var(--cd-color-orange-20);display:inline-block;position:relative}.mainnav--toggle__icon:before,.mainnav--toggle__icon:after{content:"";width:1.7rem;height:3px;border-radius:3px;background:var(--cd-color-orange-20);position:absolute;left:0}.mainnav--toggle__icon:before{top:-8px}.mainnav--toggle__icon::after{top:8px}}section.has-bgcolor,section.style--gradient,section.cb_textboximage.highlight-orange,section.cb_textboximage.highlight-violet,section.cb_textboximage.highlight-blue,section.cb_textboximage.highlight-green{padding:2rem}.shadow>img{-webkit-box-shadow:0px 0px 41px 7px rgba(110,115,105,.51);box-shadow:0px 0px 41px 7px rgba(110,115,105,.51);border-radius:var(--border-radius-hover)}.labeltext-as-btn,.labeltext{padding:.4rem .6rem;border-radius:var(--border-radius);font-weight:var(--font-weight-bold);background-color:var(--cd-color-orange-80);color:var(--cd-color-orange-20)}.labeltext-as-btn+h1,.labeltext-as-btn+h2,.labeltext-as-btn+h3,.labeltext+h1,.labeltext+h2,.labeltext+h3{margin-top:2rem}a.labeltext-as-btn{display:inline-block;text-decoration:none}.highlight-blue.labeltext-as-btn,.highlight-blue .labeltext{background:var(--cd-color-blue-80);color:var(--cd-color-blue-20)}.highlight-blue .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-blue-40);box-shadow:0px 0px 41px 7px var(--cd-color-blue-40)}.highlight-blue .prelinktext{color:var(--cd-color-blue)}.highlight-green.labeltext-as-btn,.highlight-green .labeltext{background:var(--cd-color-green-80);color:var(--cd-color-green-20)}.highlight-green .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-green-40);box-shadow:0px 0px 41px 7px var(--cd-color-green-40)}.highlight-orange.labeltext-as-btn,.highlight-orange .labeltext{background:var(--cd-color-orange-80);color:var(--cd-color-orange-20)}.highlight-orange .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-orange-40);box-shadow:0px 0px 41px 7px var(--cd-color-orange-40)}.highlight-orange-dark .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-orange-dark);box-shadow:0px 0px 41px 7px var(--cd-color-orange-dark)}.highlight-violet.labeltext-as-btn,.highlight-violet .labeltext{background:var(--cd-color-violet-80);color:var(--cd-color-violet-20)}.highlight-violet .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-violet-40);box-shadow:0px 0px 41px 7px var(--cd-color-violet-40)}.text-center{text-align:center}ul.list-inline{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;padding-left:0;margin-left:0}.box-shadow,.cb_textimage-badges--content__badge,.cb_preventboxes--box,.cb_textsynsym--content__synsym-buttons button,.cb_two2coltexboxesimg--content .cb_two2coltexboxesimg--content__inner,.box-basics,.cb_textboxes-colored--content__card,.cb_textboximage--content__textbox,.cb_teasercards-with-icon--content__card,.cb_numbers--card,.cb_textimage2boxes--content__smallboxtext,.cb_textimage2boxes--content__bodytext,.cb_textboxbrain--content__box,.cb_teasercards--content__card{-webkit-box-shadow:3px 5px 5px 0px var(--gray-light);box-shadow:3px 5px 5px 0px var(--gray-light)}.box-radius,.cb_ls3colteaser .cb_ls3colteaser--content__card,.right__box--inner,.style--box .cb_preventboxes--inner,.cb_two2coltexboxesimg__textbottom,.cb_two2coltexboxesimg__texttop,.box-basics,.cb_textboxes-colored--content__card,.cb_textboximage--content__textbox,.cb_teasercards-with-icon--content__card,.cb_numbers--card,.cb_textimage2boxes--content__smallboxtext,.cb_textimage2boxes--content__bodytext,.cb_textboxbrain--content__box,.cb_teasercards--content__card{border-radius:var(--border-radius-hover)}.box-padding,.cb_ls3colteaser .cb_ls3colteaser--content__card,.right__box--inner,.style--box .cb_preventboxes--inner,.cb_textboximage-type2--content__text,.cb_two2coltexboxesimg__textbottom,.cb_two2coltexboxesimg__texttop,.box-basics,.cb_textboxes-colored--content__card,.cb_textboximage--content__textbox,.cb_teasercards-with-icon--content__card,.cb_numbers--card,.cb_textimage2boxes--content__smallboxtext,.cb_textimage2boxes--content__bodytext,.cb_textboxbrain--content__box,.cb_teasercards--content__card{padding:0 1.5rem 1.5rem}.shorttext{position:relative;padding-left:6.5rem;display:block;margin-top:1rem;font-weight:var(--font-weight-semibold)}.shorttext:before{content:"";height:5px;position:absolute;width:5.5rem;left:0;top:6px;border-radius:5px}.two-col-text,.cb_preventboxes--content__text,.cb_detailbox--bottom__text,.cb_detailbox--top__text,.cb_factcheck--content__bodytext,.cb_two2coltexboxesimg__texttop,.cb_two2coltexboxesimg__textbottom,.cb_2coltext--content__bodytext{column-count:1;column-gap:var(--grid-gap)}@media(min-width: 768px){.two-col-text,.cb_preventboxes--content__text,.cb_detailbox--bottom__text,.cb_detailbox--top__text,.cb_factcheck--content__bodytext,.cb_two2coltexboxesimg__texttop,.cb_two2coltexboxesimg__textbottom,.cb_2coltext--content__bodytext{column-count:2}}.highlight-blue .shorttext:before{background-color:var(--cd-color-blue-20)}.highlight-green .shorttext:before{background-color:var(--cd-color-green-20)}.highlight-orange .shorttext:before{background-color:var(--cd-color-orange-20)}.highlight-violet .shorttext:before{background-color:var(--cd-color-violet-20)}img+.img--subtitle{color:currentColor;text-align:left;width:100%;display:block;padding:1rem}.prelinktext{font-weight:var(--font-weight-bold)}@media(max-width: 767px){.prelinktext{display:block;margin:1rem}}section.cb_2coltext{margin:7rem auto 5rem}.cb_2coltext--content__bodytext p:first-of-type{margin-top:0}@media(min-width: 768px){.cb_2coltext--content__more{text-align:right}.cb_2coltext--content__more a{margin-left:1rem}.cb_2coltext--content__more span{font-weight:var(--font-weight-bold)}}.cb_2coltext--content__icon{margin-top:-6rem}@media(min-width: 768px){.cb_2coltext--content__icon{margin-top:0}}@media(min-width: 768px){.cb_2coltext--content__title{grid-template-columns:1fr 8fr}.cb_2coltext--content__title.grid.icon-right,header .cb_2coltext--content__title.icon-right.header{grid-template-columns:2fr 1fr}.cb_2coltext--content__title.grid:not(.icon-right),header .cb_2coltext--content__title.header:not(.icon-right){margin-left:-3rem}}.cb_2coltext--content__title.icon-right{position:relative;margin-top:3rem}@media(min-width: 768px){.cb_2coltext--content__title.icon-right{margin-top:0}}.cb_2coltext--content__title.icon-right .cb_2coltext--content__icon{position:absolute;right:0;top:-3rem}@media(min-width: 768px){.cb_2coltext--content__title.icon-right .cb_2coltext--content__icon{top:-8rem}}section.cb_textimage{margin:5rem 0}section.cb_textimage.highlight-blue .cb_textimage--content__text.colored-headline h1,section.cb_textimage.highlight-blue .cb_textimage--content__text.colored-headline h2,section.cb_textimage.highlight-blue .cb_textimage--content__text.colored-headline h3{color:var(--cd-color-blue-20)}section.cb_textimage.highlight-blue .cb_textimage--content__text .words-colored li{background:var(--cd-color-blue-80);color:var(--cd-color-blue-20)}section.cb_textimage.highlight-blue.has-bgcolor,section.cb_textimage.highlight-blue.style--gradient,section.cb_textimage.highlight-blue.cb_textboximage.highlight-orange,section.cb_textimage.highlight-blue.cb_textboximage.highlight-violet,section.cb_textimage.highlight-blue.cb_textboximage,section.cb_textimage.highlight-blue.cb_textboximage.highlight-green{background:var(--cd-color-blue-80)}section.cb_textimage.highlight-blue.has-bgcolor .words-colored li,section.cb_textimage.highlight-blue.style--gradient .words-colored li,section.cb_textimage.highlight-blue.cb_textboximage .words-colored li{background:var(--cd-color-blue-40);color:var(--cd-color-blue)}section.cb_textimage.highlight-blue.has-bgcolor .cb_textimage--content__more .btn,section.cb_textimage.highlight-blue.style--gradient .cb_textimage--content__more .btn,section.cb_textimage.highlight-blue.cb_textboximage .cb_textimage--content__more .btn{background:var(--cd-color-blue-20);color:var(--white);border-color:var(--cd-color-blue-20)}section.cb_textimage.highlight-green .cb_textimage--content__text.colored-headline h1,section.cb_textimage.highlight-green .cb_textimage--content__text.colored-headline h2,section.cb_textimage.highlight-green .cb_textimage--content__text.colored-headline h3{color:var(--cd-color-green-20)}section.cb_textimage.highlight-green .cb_textimage--content__text .words-colored li{background:var(--cd-color-green-80);color:var(--cd-color-green-20)}section.cb_textimage.highlight-green.has-bgcolor,section.cb_textimage.highlight-green.style--gradient,section.cb_textimage.highlight-green.cb_textboximage.highlight-orange,section.cb_textimage.highlight-green.cb_textboximage.highlight-violet,section.cb_textimage.highlight-green.cb_textboximage.highlight-blue,section.cb_textimage.highlight-green.cb_textboximage{background:var(--cd-color-green-80)}section.cb_textimage.highlight-green.has-bgcolor .words-colored li,section.cb_textimage.highlight-green.style--gradient .words-colored li,section.cb_textimage.highlight-green.cb_textboximage .words-colored li{background:var(--cd-color-green-40);color:var(--cd-color-green)}section.cb_textimage.highlight-green.has-bgcolor .cb_textimage--content__more .btn,section.cb_textimage.highlight-green.style--gradient .cb_textimage--content__more .btn,section.cb_textimage.highlight-green.cb_textboximage .cb_textimage--content__more .btn{background:var(--cd-color-green-20);color:var(--white);border-color:var(--cd-color-green-20)}section.cb_textimage.highlight-orange .cb_textimage--content__text.colored-headline h1,section.cb_textimage.highlight-orange .cb_textimage--content__text.colored-headline h2,section.cb_textimage.highlight-orange .cb_textimage--content__text.colored-headline h3{color:var(--cd-color-orange-20)}section.cb_textimage.highlight-orange .cb_textimage--content__text .words-colored li{background:var(--cd-color-orange-80);color:var(--cd-color-orange-20)}section.cb_textimage.highlight-orange.has-bgcolor,section.cb_textimage.highlight-orange.style--gradient,section.cb_textimage.highlight-orange.cb_textboximage,section.cb_textimage.highlight-orange.cb_textboximage.highlight-violet,section.cb_textimage.highlight-orange.cb_textboximage.highlight-blue,section.cb_textimage.highlight-orange.cb_textboximage.highlight-green{background:var(--cd-color-orange-80)}section.cb_textimage.highlight-orange.has-bgcolor .words-colored li,section.cb_textimage.highlight-orange.style--gradient .words-colored li,section.cb_textimage.highlight-orange.cb_textboximage .words-colored li{background:var(--cd-color-orange-40);color:var(--cd-color-orange)}section.cb_textimage.highlight-orange.has-bgcolor .cb_textimage--content__more .btn,section.cb_textimage.highlight-orange.style--gradient .cb_textimage--content__more .btn,section.cb_textimage.highlight-orange.cb_textboximage .cb_textimage--content__more .btn{background:var(--cd-color-orange-20);color:var(--white);border-color:var(--cd-color-orange-20)}section.cb_textimage.highlight-violet .cb_textimage--content__text.colored-headline h1,section.cb_textimage.highlight-violet .cb_textimage--content__text.colored-headline h2,section.cb_textimage.highlight-violet .cb_textimage--content__text.colored-headline h3{color:var(--cd-color-violet-20)}section.cb_textimage.highlight-violet .cb_textimage--content__text .words-colored li{background:var(--cd-color-violet-80);color:var(--cd-color-violet-20)}section.cb_textimage.highlight-violet.has-bgcolor,section.cb_textimage.highlight-violet.style--gradient,section.cb_textimage.highlight-violet.cb_textboximage.highlight-orange,section.cb_textimage.highlight-violet.cb_textboximage,section.cb_textimage.highlight-violet.cb_textboximage.highlight-blue,section.cb_textimage.highlight-violet.cb_textboximage.highlight-green{background:var(--cd-color-violet-80)}section.cb_textimage.highlight-violet.has-bgcolor .words-colored li,section.cb_textimage.highlight-violet.style--gradient .words-colored li,section.cb_textimage.highlight-violet.cb_textboximage .words-colored li{background:var(--cd-color-violet-40);color:var(--cd-color-violet)}section.cb_textimage.highlight-violet.has-bgcolor .cb_textimage--content__more .btn,section.cb_textimage.highlight-violet.style--gradient .cb_textimage--content__more .btn,section.cb_textimage.highlight-violet.cb_textboximage .cb_textimage--content__more .btn{background:var(--cd-color-violet-20);color:var(--white);border-color:var(--cd-color-violet-20)}section.cb_textimage.has-bgcolor .cb_textimage--content__more .btn:after,section.cb_textimage.style--gradient .cb_textimage--content__more .btn:after,section.cb_textimage.cb_textboximage.highlight-orange .cb_textimage--content__more .btn:after,section.cb_textimage.cb_textboximage.highlight-violet .cb_textimage--content__more .btn:after,section.cb_textimage.cb_textboximage.highlight-blue .cb_textimage--content__more .btn:after,section.cb_textimage.cb_textboximage.highlight-green .cb_textimage--content__more .btn:after{background-image:url(../Icons/arrow-right-solid-full-light.svg)}.cb_textimage--content__img{position:relative;margin-bottom:2rem}.cb_textimage--content__img>img{width:100%;height:100%;object-fit:cover}.image-nocrop .cb_textimage--content__img>img{width:100%;height:auto;object-fit:unset}.cb_textimage--content__icon{position:absolute;bottom:-3rem;left:1rem;max-width:5rem}@media(min-width: 768px){.cb_textimage--content__icon{max-width:10rem;bottom:-4rem}}.cb_textimage--content.grid-50,header .cb_textimage--content.header{grid-gap:5rem}@media(min-width: 768px){.cb_textimage--content.reverse .cb_textimage--content__img{order:2}}.cb_textimage--content.reverse .cb_textimage--content__icon{left:unset;right:1rem}.cb_textimage--content.image-big .cb_textimage--content__text{margin:auto 0}.cb_textimage--content.image-big .cb_textimage--content__icon{bottom:unset;top:-1rem;left:0;right:unset}@media(min-width: 768px){.cb_textimage--content.image-big .cb_textimage--content__icon{top:4rem;left:-6rem}}.cb_textimage--content.image-big:not(.reverse) .cb_textimage--content__icon{bottom:-2rem;top:unset;left:3rem;width:5rem;height:5rem}.cb_textimage--content__text{padding:1rem 0}.cb_textimage--content__text h1,.cb_textimage--content__text h2,.cb_textimage--content__text h3{width:80%;margin-top:1rem}@media(min-width: 768px){.cb_textimage--content__text h1,.cb_textimage--content__text h2,.cb_textimage--content__text h3{width:60%}}@media(min-width: 768px){.cb_textimage--content__text .shorttext{width:60%}}.cb_textimage--content__text .labeltext{display:inline-block;margin-bottom:.5rem}.cb_textimage--content__text ul.words-colored{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;margin-bottom:1rem}@media(min-width: 768px){.cb_textimage--content__text ul.words-colored{display:inline-flex;flex-wrap:nowrap}}.cb_textimage--content__text ul.words-colored li{margin-right:1rem;border-radius:12px;padding:.4rem .5rem .4rem .7rem;font-weight:var(--font-weight-bold);margin-bottom:1rem;width:fit-content}section.cb_textimagesmall{margin:5rem 0}section.cb_textimagesmall h2,section.cb_textimagesmall h3{margin-top:0}section.cb_textimagesmall.highlight-blue h2,section.cb_textimagesmall.highlight-blue h3{color:var(--cd-color-blue-20)}section.cb_textimagesmall.highlight-green h2,section.cb_textimagesmall.highlight-green h3{color:var(--cd-color-green-20)}section.cb_textimagesmall.highlight-orange h2,section.cb_textimagesmall.highlight-orange h3{color:var(--cd-color-orange-20)}section.cb_textimagesmall.highlight-violet h2,section.cb_textimagesmall.highlight-violet h3{color:var(--cd-color-violet-20)}section.cb_textimagesmall img{width:100%}section.cb_image{margin:3rem 0}.cb_image--content__img{position:relative}.cb_image--content__img img{width:100%}.cb_image--content__icon{position:absolute;bottom:-4rem;right:1rem;max-width:3rem}@media(min-width: 768px){.cb_image--content__icon{max-width:12rem}}.cb_image--content__icon.iconleft{left:-0.5rem;right:unset;bottom:-2rem}@media(min-width: 768px){.cb_image--content__icon.iconleft{left:-2.5rem}}section.cb_2coltexttextbox{margin:5rem 0 8rem}.cb_2coltexttextbox--content{margin-top:3rem}.cb_2coltexttextbox--content__textbox{background:var(--cd-color-green-80);border-radius:var(--border-radius-hover);-webkit-box-shadow:3px 5px 5px 0px var(--gray-light);box-shadow:3px 5px 5px 0px var(--gray-light);padding:.2rem 1.5rem .2rem 3rem;position:relative;margin-bottom:2rem}.cb_2coltexttextbox--content__textbox .circle:before{content:"i";background:var(--white);border:2px solid;border-radius:100%;position:absolute;width:1.2rem;height:1.2rem;display:inline;text-align:center;top:1.5rem;left:1rem}.highlight-blue .cb_2coltexttextbox--content__textbox{background-color:var(--cd-color-blue-80)}.highlight-blue .cb_2coltexttextbox--content__textbox .circle:before{color:var(--cd-color-blue-20);border-color:var(--cd-color-blue-20)}.highlight-green .cb_2coltexttextbox--content__textbox{background-color:var(--cd-color-green-80)}.highlight-green .cb_2coltexttextbox--content__textbox .circle:before{color:var(--cd-color-green-20);border-color:var(--cd-color-green-20)}.highlight-orange .cb_2coltexttextbox--content__textbox{background-color:var(--cd-color-orange-80)}.highlight-orange .cb_2coltexttextbox--content__textbox .circle:before{color:var(--cd-color-orange-20);border-color:var(--cd-color-orange-20)}.highlight-violet .cb_2coltexttextbox--content__textbox{background-color:var(--cd-color-violet-80)}.highlight-violet .cb_2coltexttextbox--content__textbox .circle:before{color:var(--cd-color-violet-20);border-color:var(--cd-color-violet-20)}section.cb_teasercards{margin:5rem 0}.cb_teasercards--content__card{position:relative;margin-bottom:2rem;display:flex;flex-direction:column;justify-content:space-between}.cb_teasercards--content__card .card-title{font-weight:var(--font-weight-bold)}.cb_teasercards--content__card .card-description{display:none}@media(min-width: 768px){.cb_teasercards--content__card .card-description{display:block}}.cb_teasercards--content__card .card-description.show-mobile{display:block}.cb_teasercards--content__more{text-align:end}@media(min-width: 768px){.cb_teasercards--content__more{font-weight:var(--font-weight-bold)}}.cb_teasercards--content__more a.text-link{position:relative;color:currentcolor;padding-right:1.5rem}.cb_teasercards--content__more svg{width:1rem;position:absolute;right:0;top:2px;fill:currentColor}@media(max-width: 991px){.cb_textboxbrain .grid-50,.cb_textboxbrain header .header,header .cb_textboxbrain .header{grid-template-columns:1fr}}@media(max-width: 991px){.cb_textboxbrain .grid-33{grid-template-columns:1fr}}@media(min-width: 992px){.cb_textboxbrain .grid-33 .box-title{min-height:8rem}}@media(min-width: 1200px){.cb_textboxbrain .grid-33 .box-title{min-height:5rem}}.cb_textboxbrain--content__box{margin-bottom:1rem;padding-top:1.5rem}.cb_textboxbrain--content__box .box-title{font-size:var(--font-size-h4);margin-top:0}.cb_textboxbrain--content__box .box-features--title,.cb_textboxbrain--content__box .box-features--description{font-weight:var(--font-weight-bold);hyphens:auto}.cb_textboxbrain--content__box .box-features--description ul{padding-left:2rem}.gradient-orange.cb_textboxbrain--content__header{background:none}.gradient-orange.cb_textboxbrain--content__header h2,.gradient-orange.cb_textboxbrain--content__header h3{color:var(--cd-color-orange);margin-bottom:3rem;margin-top:3rem}.gradient-orange .box-features--title{color:var(--cd-color-orange-20)}.gradient-blue.cb_textboxbrain--content__header{background:none}.gradient-blue.cb_textboxbrain--content__header h2,.gradient-blue.cb_textboxbrain--content__header h3{color:var(--cd-color-blue);margin-bottom:3rem;margin-top:3rem}.gradient-blue .box-features--title{color:var(--cd-color-blue-20)}.gradient-green{background:var(--cd-gradient-green-light)}.gradient-green.cb_textboxbrain--content__header{background:none}.gradient-green.cb_textboxbrain--content__header h2,.gradient-green.cb_textboxbrain--content__header h3{color:var(--cd-color-green);margin-bottom:3rem;margin-top:3rem}.gradient-green .box-title{color:var(--cd-color-green-20);font-weight:var(--font-weight-bold)}.gradient-green .box-features--title{color:var(--cd-color-green-20)}.gradient-green-dark.cb_textboxbrain--content__header{background:none}.gradient-green-dark.cb_textboxbrain--content__header h2,.gradient-green-dark.cb_textboxbrain--content__header h3{color:var(--cd-color-green-dark);margin-bottom:3rem;margin-top:3rem}.gradient-green-dark .box-features--title{color:var(--white)}.gradient-violet.cb_textboxbrain--content__header{background:none}.gradient-violet.cb_textboxbrain--content__header h2,.gradient-violet.cb_textboxbrain--content__header h3{color:var(--cd-color-violet);margin-bottom:3rem;margin-top:3rem}.gradient-violet .box-features--title{color:var(--cd-color-violet-20)}.showbrain .cb_textboxbrain--content__box{position:relative}.showbrain.grid-33 .box-features--brain{position:absolute;display:flex;bottom:-5rem;left:0;right:0;align-items:center;justify-content:center}.showbrain.grid-50 .box-features--brain,header .showbrain.header .box-features--brain{position:absolute;display:flex;align-items:end;justify-content:end;bottom:.5rem;right:1rem}.showbrain.grid-50 .box-features--brain .brain--icon,header .showbrain.header .box-features--brain .brain--icon{width:7rem;height:7rem}.showbrain.grid-50 .box-features--brain .brain--icon:before,header .showbrain.header .box-features--brain .brain--icon:before{top:.8rem;left:1.2rem;right:1.2rem;bottom:.8rem}.showbrain .brain--icon{background:url(../Icons/demenz-form-background.svg) center/contain no-repeat;width:10rem;height:10rem;position:relative}.showbrain .brain--icon:before{content:"";position:absolute;top:1rem;left:1.5rem;right:1.5rem;bottom:1rem;background-image:url("../Icons/demenz-form-brain.svg");background-position:center;background-size:contain;background-repeat:no-repeat}.showbrain .brain--icon.type-vaskulaer:before{background-image:url("../Icons/demenz-form-brain.svg")}@media(max-width: 991px){.showbrain .brain--icon.type-vaskulaer:before{background-image:url(../Icons/demenz-form-vaskulaer.svg)}}.showbrain .brain--icon.type-vaskulaer:hover:before{background-image:url(../Icons/demenz-form-vaskulaer.svg)}.showbrain .brain--icon.type-alzheimer:before{background-image:url("../Icons/demenz-form-brain.svg")}@media(max-width: 991px){.showbrain .brain--icon.type-alzheimer:before{background-image:url(../Icons/demenz-form-alzheimer.svg)}}.showbrain .brain--icon.type-alzheimer:hover:before{background-image:url(../Icons/demenz-form-alzheimer.svg)}.showbrain .brain--icon.type-lewy:before{background-image:url("../Icons/demenz-form-brain.svg")}@media(max-width: 991px){.showbrain .brain--icon.type-lewy:before{background-image:url(../Icons/demenz-form-lewy.svg)}}.showbrain .brain--icon.type-lewy:hover:before{background-image:url(../Icons/demenz-form-lewy.svg)}.showbrain .brain--icon.type-frontotemporal:before{background-image:url("../Icons/demenz-form-brain.svg")}@media(max-width: 991px){.showbrain .brain--icon.type-frontotemporal:before{background-image:url(../Icons/demenz-form-frontotemporale.svg)}}.showbrain .brain--icon.type-frontotemporal:hover:before{background-image:url(../Icons/demenz-form-frontotemporale.svg)}.showbrain .brain--icon.type-parkinson:before{background-image:url("../Icons/demenz-form-brain.svg")}@media(max-width: 991px){.showbrain .brain--icon.type-parkinson:before{background-image:url(../Icons/demenz-form-parkinson.svg)}}.showbrain .brain--icon.type-parkinson:hover:before{background-image:url(../Icons/demenz-form-parkinson.svg)}.showbrain .brain--icon.type-korsakow:before{background-image:url("../Icons/demenz-form-brain.svg")}@media(max-width: 991px){.showbrain .brain--icon.type-korsakow:before{background-image:url(../Icons/demenz-form-korsakow.svg)}}.showbrain .brain--icon.type-korsakow:hover:before{background-image:url(../Icons/demenz-form-korsakow.svg)}.showbrain .brain--icon.type-chronisch-traumatisch:before{background-image:url("../Icons/demenz-form-brain.svg")}@media(max-width: 991px){.showbrain .brain--icon.type-chronisch-traumatisch:before{background-image:url(../Icons/demenz-form-chronisch-traumatische-enzephalopathie.svg)}}.showbrain .brain--icon.type-chronisch-traumatisch:hover:before{background-image:url(../Icons/demenz-form-chronisch-traumatische-enzephalopathie.svg)}.showbrain.grid-33 .cb_textboxbrain--content__box{padding-bottom:5rem;margin-bottom:7rem}.showbrain.grid-33 .cb_textboxbrain--content__box:after{margin:0 auto;bottom:-5rem;left:0;right:0;width:10rem;height:10rem}.showbrain.grid-50 .cb_textboxbrain--content__box:after,header .showbrain.header .cb_textboxbrain--content__box:after{bottom:1rem;right:1rem;width:7rem;height:7rem}.showbrain.grid-50 .cb_textboxbrain--content__box .box-features--description,header .showbrain.header .cb_textboxbrain--content__box .box-features--description{padding-right:7rem}section.cb_textimage2boxes{margin:5rem 0}.cb_textimage2boxes--content{margin-bottom:1rem}@media(max-width: 991px){.cb_textimage2boxes--content{display:block}.cb_textimage2boxes--content__img{margin-bottom:var(--grid-gap)}.cb_2coltext--content__more{text-align:center;margin-top:1rem}}.cb_textimage2boxes--content__img{position:relative}.cb_textimage2boxes--content__img img{width:100%;height:auto;display:block}@media(min-width: 992px){.cb_textimage2boxes--content__img img{position:absolute;inset:0;height:100%;object-fit:cover}}.cb_textimage2boxes--content__smallboxtext,.cb_textimage2boxes--content__bodytext{padding-top:1.5rem}.cb_textimage2boxes--content__bodytext{padding-top:1px;margin-top:-1rem}.cb_textimage2boxes--content__bodytext h2,.cb_textimage2boxes--content__bodytext h3,.cb_textimage2boxes--content__bodytext h4{margin-top:1rem}.cb_textimage2boxes--content__smallboxtext{padding-top:1px}.highlight-green .cb_textimage2boxes--content__smallboxtext{background:var(--cd-color-green-80)}.highlight-green .cb_textimage2boxes--content__bodytext{background:var(--cd-color-green-40)}.highlight-green .prelinktext{color:var(--cd-color-green)}.highlight-green .cb_textimage2boxes--header{color:var(--cd-color-green)}.highlight-orange .cb_textimage2boxes--content__smallboxtext{background:var(--cd-color-orange-80)}.highlight-orange .cb_textimage2boxes--content__bodytext{background:var(--cd-color-orange-40)}.highlight-orange .prelinktext{color:var(--cd-color-orange)}.highlight-orange .cb_textimage2boxes--header{color:var(--cd-color-orange)}.highlight-blue .cb_textimage2boxes--content__smallboxtext{background:var(--cd-color-blue-80)}.highlight-blue .cb_textimage2boxes--content__bodytext{background:var(--cd-color-blue-40)}.highlight-blue .prelinktext{color:var(--cd-color-blue)}.highlight-blue .cb_textimage2boxes--header{color:var(--cd-color-blue)}.highlight-violet .cb_textimage2boxes--content__smallboxtext{background:var(--cd-color-violet-80)}.highlight-violet .cb_textimage2boxes--content__bodytext{background:var(--cd-color-violet-40)}.highlight-violet .prelinktext{color:var(--cd-color-violet)}.highlight-violet .cb_textimage2boxes--header{color:var(--cd-color-violet)}section.cb_two2coltexboxesimg{margin:5rem 0}.cb_two2coltexboxesimg--content{position:relative}.cb_two2coltexboxesimg--content .cb_two2coltexboxesimg--content__inner{border-radius:var(--border-radius-hover)}.cb_two2coltexboxesimg--content__more{margin:1rem}.cb_two2coltexboxesimg--content__more span{margin-right:1rem;font-weight:var(--font-weight-bold)}@media(max-width: 767px){.cb_two2coltexboxesimg--content__more{text-align:center}}.cb_two2coltexboxesimg--content__icon{width:5rem;margin:1rem auto}@media(min-width: 768px){.cb_two2coltexboxesimg--content__icon{width:unset;margin:unset;position:absolute;bottom:-8rem;right:-1.5rem}}.cb_two2coltexboxesimg__texttop,.cb_two2coltexboxesimg__textbottom{padding-top:1.5rem}.cb_two2coltexboxesimg__texttop p:first-of-type,.cb_two2coltexboxesimg__textbottom p:first-of-type{margin-top:0}.cb_two2coltexboxesimg__texttop{border-bottom-left-radius:0;border-bottom-right-radius:0}.cb_two2coltexboxesimg__textbottom{border-top-left-radius:0;border-top-right-radius:0}.cb_two2coltexboxesimg__img span{display:block;font-weight:var(--font-weight-bold);padding:1rem}.cb_two2coltexboxesimg__img .img{width:60%;margin:0 auto;padding:2rem}.cb_two2coltexboxesimg__img .img.mobile{display:block;width:80%}@media(min-width: 768px){.cb_two2coltexboxesimg__img .img.mobile{display:none}}.cb_two2coltexboxesimg__img .img.desktop{display:none}@media(min-width: 768px){.cb_two2coltexboxesimg__img .img.desktop{display:block}}.highlight-blue .cb_two2coltexboxesimg--inner{color:var(--cd-color-blue)}.highlight-blue .cb_two2coltexboxesimg__texttop,.highlight-blue .cb_two2coltexboxesimg__textbottom{background-color:var(--cd-color-blue-40)}.highlight-blue .cb_two2coltexboxesimg__img{background-color:var(--cd-color-blue-80)}.highlight-orange .cb_two2coltexboxesimg--inner{color:var(--cd-color-orange)}.highlight-orange .cb_two2coltexboxesimg__texttop,.highlight-orange .cb_two2coltexboxesimg__textbottom{background-color:var(--cd-color-orange-40)}.highlight-orange .cb_two2coltexboxesimg__img{background-color:var(--cd-color-orange-80)}.highlight-green .cb_two2coltexboxesimg--inner{color:var(--cd-color-green)}.highlight-green .cb_two2coltexboxesimg__texttop,.highlight-green .cb_two2coltexboxesimg__textbottom{background-color:var(--cd-color-green-40)}.highlight-green .cb_two2coltexboxesimg__img{background-color:var(--cd-color-green-80)}.highlight-violet .cb_two2coltexboxesimg--inner{color:var(--cd-color-violet)}.highlight-violet .cb_two2coltexboxesimg__texttop,.highlight-violet .cb_two2coltexboxesimg__textbottom{background-color:var(--cd-color-violet-40)}.highlight-violet .cb_two2coltexboxesimg__img{background-color:var(--cd-color-violet-80)}.cb_factcheck{margin:0 0 12rem 0;position:relative}.cb_factcheck .shorttext:before{background:var(--cd-color-green-80)}@media screen and (max-width: 767px){.cb_factcheck--content__icon{position:absolute;top:-2.5rem;left:0;right:0;width:5rem;height:5rem;margin:0 auto}}@media screen and (min-width: 992px){.cb_factcheck--content__header{width:40%}}.cb_factcheck--content__header h2,.cb_factcheck--content__header h3{font-size:2.5rem;color:var(--cd-color-green-80)}.cb_factcheck--content__title{grid-template-columns:1fr 8fr;align-items:center}.cb_factcheck--content__bodytext{margin-bottom:2rem}.cb_factcheck--content__bodytext p:first-of-type{margin-top:0}.cb_factcheck--content__text{margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.cb_factcheck--content__facts{margin-bottom:-8rem}@media screen and (max-width: 767px){.cb_factcheck--content__facts{background:var(--cd-color-green-80);color:var(--cd-color-green-20);margin:0 -3rem;padding:.5rem 2rem}}.cb_factcheck--content__facts h2,.cb_factcheck--content__facts h3{color:var(--cd-color-green-80)}.cb_factcheck--content__facts .fact-card{margin-bottom:1rem}.fact-card__button{border-radius:var(--border-radius-big);width:100%;height:100%;min-height:11rem;background:var(--white);color:var(--cd-color-green-dark);font-weight:var(--font-weight-bold);text-align:center;border:2px solid var(--cd-color-green-dark);padding:1rem}.fact-card__button svg{fill:var(--cd-color-green-dark);width:2rem;display:block;margin:0 auto}.fact-front{display:flex;flex-direction:column;justify-content:space-between;height:100%}.fact-front--hint{color:var(--gray-light);display:block;font-size:.7rem}.fact-front--statement{font-size:.9rem;padding:0 1rem}.fact-card.is-back .fact-front{display:none}.fact-card.is-back button{background:var(--cd-color-green-80)}.fact-card.is-back.fact-iswrong button{background:var(--cd-color-orange-80);border-color:var(--cd-color-orange-20);color:var(--cd-color-orange-20)}span.fact-back--answer{display:block;margin:1rem}span.fact-false{position:relative;color:var(--white);background:var(--cd-color-orange-20);border-radius:var(--border-radius-hover);padding:.2rem 1rem .2rem 2rem}span.fact-false svg{position:absolute;width:.9rem;height:.9rem;top:3px;left:.7rem}span.fact-true{position:relative;color:var(--white);background:var(--cd-color-green-20);border-radius:var(--border-radius-hover);padding:.2rem 1rem .2rem 2rem}span.fact-true svg{position:absolute;width:.9rem;height:.9rem;top:3px;left:.7rem}@media(min-width: 768px){section.cb_detailbox{margin:5rem 0}}@media(min-width: 768px){section.cb_detailbox .container-md{width:90%;max-width:var(--container-max-width);margin:1rem auto}}.cb_detailbox--inner{padding:0 2rem 2rem}@media(min-width: 768px){.cb_detailbox--inner{-webkit-box-shadow:3px 5px 5px 0px var(--gray-light);box-shadow:3px 5px 5px 0px var(--gray-light);border-radius:var(--border-radius-hover);padding:0 1.5rem 1.5rem}}.cb_detailbox--inner h2,.cb_detailbox--inner h3{padding-top:2rem;color:var(--cd-color-violet-80)}.cb_detailbox--top{position:relative;padding-top:1rem;color:var(--cd-color-violet-80)}@media(min-width: 768px){.cb_detailbox--top{padding-top:0}}.cb_detailbox--top__text p:first-of-type{margin-top:0}.cb_detailbox--top__icon{position:absolute;top:-4rem;right:0}@media(min-width: 768px){.cb_detailbox--top__icon{right:4rem}}.cb_detailbox--middle{margin:2rem 0 0 0}@media(min-width: 768px){.cb_detailbox--middle{margin:2rem 0}}.cb_detailbox--middle__left{color:var(--cd-color-violet-80)}.cb_detailbox--middle__left .title{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);width:85%}.cb_detailbox--middle__right{text-align:center}@media(max-width: 767px){.cb_detailbox--middle__right{margin-left:-2rem;margin-right:-2rem}}.cb_detailbox--statebox,.cb_detailbox--bottom__header{-webkit-box-shadow:5px 5px 17px 5px rgba(0,0,0,.54);box-shadow:5px 5px 17px 5px rgba(0,0,0,.54)}@media(min-width: 768px){.cb_detailbox--statebox,.cb_detailbox--bottom__header{border-radius:var(--border-radius-hover)}}.cb_detailbox--statebox__header,.cb_detailbox--bottom__header{background:var(--cd-color-violet-20);padding:1rem;border-bottom-left-radius:0;border-bottom-right-radius:0;font-weight:var(--font-weight-bold)}@media(min-width: 768px){.cb_detailbox--statebox__header,.cb_detailbox--bottom__header{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}}.cb_detailbox--statebox__states,.cb_detailbox--bottom__textimage{background:var(--cd-color-violet-80);padding:2rem}@media(min-width: 768px){.cb_detailbox--statebox__states,.cb_detailbox--bottom__textimage{border-bottom-left-radius:var(--border-radius-hover);border-bottom-right-radius:var(--border-radius-hover)}}.cb_detailbox--statebox__states-switch{margin-top:1rem}.cb_detailbox--statebox__states-switch button{display:block;width:100%;background:var(--white);border:none;margin:.2rem 0;border-radius:var(--border-radius);color:var(--cd-color-violet);padding:.3rem}.cb_detailbox--statebox__states-switch button.active,.cb_detailbox--statebox__states-switch button:hover{background:var(--cd-color-violet-20);color:var(--white)}.cb_detailbox--bottom{margin-left:-2rem;margin-right:-2rem;margin-top:0}@media(min-width: 768px){.cb_detailbox--bottom{margin:4rem auto auto}}.cb_detailbox--bottom__header{text-align:center;padding-left:0;font-size:1.1rem}@media(min-width: 768px){.cb_detailbox--bottom__header{padding-left:2rem;text-align:left;font-size:inherit}}.cb_detailbox--bottom__textimage{padding:2rem}.cb_detailbox--bottom__text{color:var(--cd-color-violet);margin-bottom:3rem}.cb_detailbox--bottom__text p:first-of-type{margin-top:0}.cb_detailbox--bottom__images{margin-bottom:0}.cb_detailbox--bottom__images .image-left,.cb_detailbox--bottom__images .image-right{text-align:center;margin-bottom:2rem;width:100%}@media(min-width: 768px){.cb_detailbox--bottom__images .image-left,.cb_detailbox--bottom__images .image-right{margin-bottom:0}}.cb_detailbox--bottom__images .image-left img,.cb_detailbox--bottom__images .image-right img{width:100%}.cb_detailbox--bottom__images .image-left img+.img--subtitle,.cb_detailbox--bottom__images .image-right img+.img--subtitle{color:var(--cd-color-violet);font-size:.7rem}@media(min-width: 768px){.cb_detailbox--bottom__images .image-left img+.img--subtitle,.cb_detailbox--bottom__images .image-right img+.img--subtitle{font-size:.9rem}}section.cb_text{margin:5rem 0}@media(min-width: 768px){section.cb_text .cb_text--content__header,section.cb_text .cb_text--content__bodytext{width:70%}}@media(min-width: 768px){section.cb_text .container-center .cb_text--content__header,section.cb_text .container-center .cb_text--content__bodytext{margin-left:15%}}section.cb_text.highlight-orange-dark.has-bg-gradient{background:#fff4e9;background:linear-gradient(0deg, var(--white) 0%, var(--cd-color-orange-40) 47%, var(--white) 100%);padding:10rem 0;margin-bottom:-10rem}.cb_textsynsym{margin:3rem 0 0}.cb_textsynsym--content{grid-gap:8rem}.cb_textsynsym--content__more .prelinktext{margin-right:1rem;font-weight:var(--font-weight-bold)}.cb_textsynsym--content__more a.btn:after{background-image:url(../Icons/arrow-right-solid-full-dark.svg)}@media(min-width: 769px){.cb_textsynsym--content h1,.cb_textsynsym--content h2{width:70%}}.cb_textsynsym--content__synsym{margin-top:5rem}@media(min-width: 768px){.cb_textsynsym--content__synsym{margin-top:10rem}}.cb_textsynsym--content__synsym button:hover{cursor:pointer}.btn--symptom__front,.btn--syndrom__front{padding-left:1.5rem}.cb_textsynsym--content__synsym-buttons{margin-top:2rem}.cb_textsynsym--content__synsym-buttons button{border-radius:var(--border-radius);border-color:rgba(0,0,0,0);display:block;width:100%;height:6rem;margin-bottom:1rem;padding:1rem;font-weight:var(--font-weight-bold)}.cb_textsynsym--content__synsym-buttons button.btn--syndrom{background:var(--cd-color-blue-80);color:var(--cd-color-blue)}.cb_textsynsym--content__synsym-buttons button.btn--syndrom.active{background:var(--cd-color-blue-20);color:var(--white)}.cb_textsynsym--content__synsym-buttons button.btn--symptom{background:var(--cd-color-blue-20);color:var(--white)}.cb_textsynsym--content__synsym-buttons button.btn--symptom.active{background:var(--cd-color-blue-80);color:var(--cd-color-blue)}.cb_textsynsym--content__synsym-buttons .btn--syndrom__front-text,.cb_textsynsym--content__synsym-buttons .btn--symptom__front-text{font-size:1rem;position:relative;text-transform:uppercase}.cb_textsynsym--content__synsym-buttons .btn--syndrom__front-text:before,.cb_textsynsym--content__synsym-buttons .btn--symptom__front-text:before{content:"";position:absolute;background-image:url(../Icons/icon-light-bulb-dark.svg);background-size:contain;background-repeat:no-repeat;top:-0.5rem;left:-2rem;width:2rem;height:2rem}.cb_textsynsym--content__synsym-buttons .btn--symptom__front-text:before{background-image:url(../Icons/icon-light-bulb-light.svg)}.cb_textsynsym--content__synsym-inner{position:relative;background:var(--cd-color-blue-80);padding:1rem;border-radius:var(--border-radius)}.cb_textsynsym--content__synsym-inner:before{content:"";position:absolute;background-image:url(../Icons/icon-symptom.svg);background-size:contain;background-repeat:no-repeat;top:-3rem;left:-2rem;width:7rem;height:7rem}.cb_textsynsym--content__synsym-inner .title{display:block;font-weight:var(--font-weight-bold);color:var(--cd-color-blue);width:50%;align-items:flex-start;padding-left:50%;text-align:left}.cb_numbers{margin:5rem 0}@media(min-width: 767px){.cb_numbers .grid-33{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 992px){.cb_numbers .grid-33{grid-template-columns:repeat(3, minmax(0, 1fr))}}.cb_numbers--card{height:auto;position:relative;padding:1rem;margin-bottom:0;transition:height .35s ease-out}@media(max-width: 767px){.cb_numbers--card{margin-bottom:2rem}}.cb_numbers .flipcard__flipHotspot{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,0);cursor:pointer;border:none}.cb_numbers a,.cb_numbers button:not(.flipcard__flipHotspot){position:relative;z-index:2}.cb_numbers .is-flipped .flipcard__front{display:none}.cb_numbers .flipcard__front{font-size:10rem;text-align:center;min-height:18rem;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cb_numbers .flipcard__back{text-align:center;padding:2rem 1rem 3rem}.cb_numbers .flipcard__back .title{font-size:2.5rem}.cb_numbers .flipcard__back .subtitle{font-size:1.5rem;margin-bottom:1rem}.cb_numbers .flipcard__back .card-image{margin:1rem auto}.cb_numbers .cb_numbers--back__more{position:absolute;bottom:1rem;left:1rem;right:1rem}.cb_numbers .cb_numbers--back__more a{padding:.3rem 1rem;color:currentColor}.cb_numbers .cb_numbers--back__more a:after{display:none}.cb_numbers .card-icon--front,.cb_numbers .card-icon--back{position:absolute;top:-1rem;width:5rem;height:5rem;right:1rem}.cb_numbers .icon--left .card-icon--front,.cb_numbers .icon--left .card-icon--back{left:1rem;right:unset}.cb_numbers .card-icon--front img{vertical-align:top}.cb_numbers .gradient-green .cb_numbers--back__more .btn{color:var(--cd-color-green)}.cb_numbers .gradient-green-dark .cb_numbers--back__more .btn{color:var(--cd-color-green)}.cb_numbers .gradient-blue .cb_numbers--back__more .btn{color:var(--cd-color-blue)}.cb_numbers .gradient-blue-dark .cb_numbers--back__more .btn{color:var(--cd-color-blue)}.cb_numbers .gradient-orange .cb_numbers--back__more .btn{color:var(--cd-color-orange)}.cb_numbers .gradient-orange-dark .cb_numbers--back__more .btn{color:var(--cd-color-orange)}.cb_numbers .gradient-violet .cb_numbers--back__more .btn{color:var(--cd-color-violet)}.cb_numbers .gradient-violet-dark .cb_numbers--back__more .btn{color:var(--cd-color-violet)}.teasercards-with-icon{margin:5rem 0}.cb_teasercards-with-icon--content__more{margin:2rem auto 0;text-align:center}.cb_teasercards-with-icon--content__more span{margin-right:1rem}.cb_teasercards-with-icon--inner{padding:2rem;position:relative;width:fit-content;margin:1rem;border-radius:var(--border-radius)}@media(min-width: 768px){.cb_teasercards-with-icon--inner{margin:0 auto}}.cb_teasercards-with-icon--inner__icon{position:absolute;top:-2rem;width:5rem;height:5rem}@media(min-width: 768px){.cb_teasercards-with-icon--inner__icon{right:4rem;top:-4rem;width:10rem;height:10rem}}.cb_teasercards-with-icon--inner.highlight-blue{background:var(--cd-color-blue-80)}.cb_teasercards-with-icon--inner.highlight-blue h2,.cb_teasercards-with-icon--inner.highlight-blue h3,.cb_teasercards-with-icon--inner.highlight-blue h4{color:var(--cd-color-blue-20)}.cb_teasercards-with-icon--inner.highlight-green{background:var(--cd-color-green-80)}.cb_teasercards-with-icon--inner.highlight-green h2,.cb_teasercards-with-icon--inner.highlight-green h3,.cb_teasercards-with-icon--inner.highlight-green h4{color:var(--cd-color-green-20)}.cb_teasercards-with-icon--inner.highlight-violet{background:var(--cd-color-violet-80)}.cb_teasercards-with-icon--inner.highlight-violet h2,.cb_teasercards-with-icon--inner.highlight-violet h3,.cb_teasercards-with-icon--inner.highlight-violet h4{color:var(--cd-color-violet-20)}.cb_teasercards-with-icon--inner.highlight-orange{background:var(--cd-color-orange-80)}.cb_teasercards-with-icon--inner.highlight-orange h2,.cb_teasercards-with-icon--inner.highlight-orange h3,.cb_teasercards-with-icon--inner.highlight-orange h4{color:var(--cd-color-orange-20)}.cb_teasercards-with-icon--content__header{margin:0 auto}.cb_teasercards-with-icon--content__header h2,.cb_teasercards-with-icon--content__header h3,.cb_teasercards-with-icon--content__header h4{margin:1rem auto 3rem;text-align:center}.cb_teasercards-with-icon--content__card{background:var(--white);color:var(--black)}.cb_teasercards-with-icon--content__card .card-title--wrapper{display:grid;grid-template-columns:1fr 5fr;padding-top:1rem;grid-gap:1rem;margin-top:1rem}.cb_teasercards-with-icon--content__card .card-title--wrapper .card-title{font-weight:var(--font-weight-bold)}.cb_teasercards-with-icon--content__card .card-icon{border-radius:100%;width:3.5rem;height:3.5rem}.cb_teasercards-with-icon--content__card .card-icon img{width:2.5rem;height:2.5rem;padding:.5rem}.cb_teasercards-with-icon--content__card.gradient-violet .card-icon{background:var(--cd-gradient-violet)}.cb_teasercards-with-icon--content__card.gradient-violet .card-title{color:var(--cd-color-violet)}.cb_teasercards-with-icon--content__card.gradient-orange .card-icon{background:var(--cd-gradient-orange)}.cb_teasercards-with-icon--content__card.gradient-orange .card-title{color:var(--cd-color-orange)}.cb_teasercards-with-icon--content__card.gradient-blue .card-icon{background:var(--cd-gradient-blue)}.cb_teasercards-with-icon--content__card.gradient-blue .card-title{color:var(--cd-color-blue)}.cb_teasercards-with-icon--content__card.gradient-green .card-icon{background:var(--cd-gradient-green)}.cb_teasercards-with-icon--content__card.gradient-green .card-title{color:var(--cd-color-green)}.cb_textboximage{margin:5rem 0}.cb_textboximage.highlight-green h1,.cb_textboximage.highlight-green h2,.cb_textboximage.highlight-green h3,.cb_textboximage.highlight-green h4{color:var(--cd-color-green-20)}.cb_textboximage.highlight-green .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-green-80);box-shadow:0px 0px 41px 7px var(--cd-color-green-40)}.cb_textboximage.highlight-green .cb_textboximage--content__textbox{background-color:var(--cd-color-green-20)}.cb_textboximage.highlight-green .cb_textboximage--content__textbox p,.cb_textboximage.highlight-green .cb_textboximage--content__textbox li{color:var(--white)}.cb_textboximage.highlight-blue h1,.cb_textboximage.highlight-blue h2,.cb_textboximage.highlight-blue h3,.cb_textboximage.highlight-blue h4{color:var(--cd-color-blue-20)}.cb_textboximage.highlight-blue .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-blue-80);box-shadow:0px 0px 41px 7px var(--cd-color-blue-40)}.cb_textboximage.highlight-blue .cb_textboximage--content__textbox{background-color:var(--cd-color-blue-20)}.cb_textboximage.highlight-blue .cb_textboximage--content__textbox p,.cb_textboximage.highlight-blue .cb_textboximage--content__textbox li{color:var(--white)}.cb_textboximage.highlight-violet h1,.cb_textboximage.highlight-violet h2,.cb_textboximage.highlight-violet h3,.cb_textboximage.highlight-violet h4{color:var(--cd-color-violet-20)}.cb_textboximage.highlight-violet .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-violet-80);box-shadow:0px 0px 41px 7px var(--cd-color-violet-40)}.cb_textboximage.highlight-violet .cb_textboximage--content__textbox{background-color:var(--cd-color-violet-20)}.cb_textboximage.highlight-violet .cb_textboximage--content__textbox p,.cb_textboximage.highlight-violet .cb_textboximage--content__textbox li{color:var(--white)}.cb_textboximage.highlight-orange h1,.cb_textboximage.highlight-orange h2,.cb_textboximage.highlight-orange h3,.cb_textboximage.highlight-orange h4{color:var(--cd-color-orange-20)}.cb_textboximage.highlight-orange .shadow>img{-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-orange-80);box-shadow:0px 0px 41px 7px var(--cd-color-orange-40)}.cb_textboximage.highlight-orange .cb_textboximage--content__textbox{background-color:var(--cd-color-orange-20)}.cb_textboximage.highlight-orange .cb_textboximage--content__textbox p,.cb_textboximage.highlight-orange .cb_textboximage--content__textbox li{color:var(--white)}.cb_textboximage--content__img{position:relative}.cb_textboximage--content__img>img{width:100%;height:100%;object-fit:cover}.cb_textboximage--content__img .cb_textboximage--content__icon{position:absolute;right:-4rem;bottom:-4rem;width:10rem;height:10rem}.cb_textboximage--content__textbox{padding:1px 1.5rem 1.5rem;position:relative}.cb_textboximage--content__textbox .textbox--icon{position:absolute;right:1rem;bottom:-1.5rem;width:4rem}.cb_textboximage--content__more{margin-top:2rem;margin-bottom:2rem;text-align:center}@media(min-width: 768px){.cb_textboximage--content__more{text-align:right;margin-bottom:0}}.cb_textboximage--content__more span{margin-right:1rem;font-weight:var(--font-weight-bold)}.cb_textboximage-type2{max-width:100%}@media(min-width: 768px){.cb_textboximage-type2{margin:5rem 0;width:inherit}}@media(max-width: 767px){.cb_textboximage-type2 .cb_textboximage-type2--inner.container,.cb_textboximage-type2 hr.cb_textboximage-type2--inner{margin-left:0;margin-right:0;width:100%}}.cb_textboximage-type2 h1,.cb_textboximage-type2 h2,.cb_textboximage-type2 h3,.cb_textboximage-type2 h4{margin-top:0;padding-top:1rem;width:90%}.cb_textboximage-type2.highlight-green h1,.cb_textboximage-type2.highlight-green h2,.cb_textboximage-type2.highlight-green h3,.cb_textboximage-type2.highlight-green h4{color:var(--cd-color-green-20)}.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__text{margin:0 -2rem}.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__textbox{background-color:var(--cd-color-green-20)}.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__textbox p,.cb_textboximage-type2.highlight-green .cb_textboximage-type2--content__textbox li{color:var(--white)}.cb_textboximage-type2.highlight-blue h1,.cb_textboximage-type2.highlight-blue h2,.cb_textboximage-type2.highlight-blue h3,.cb_textboximage-type2.highlight-blue h4{color:var(--cd-color-blue-20)}.cb_textboximage-type2.highlight-blue .cb_textboximage-type2--content__textbox{background-color:var(--cd-color-blue-20)}.cb_textboximage-type2.highlight-blue .cb_textboximage-type2--content__textbox p,.cb_textboximage-type2.highlight-blue .cb_textboximage-type2--content__textbox li{color:var(--white)}.cb_textboximage-type2.highlight-violet h1,.cb_textboximage-type2.highlight-violet h2,.cb_textboximage-type2.highlight-violet h3,.cb_textboximage-type2.highlight-violet h4{color:var(--cd-color-violet-20)}.cb_textboximage-type2.highlight-violet .cb_textboximage-type2--content__textbox{background-color:var(--cd-color-violet-40)}.cb_textboximage-type2.highlight-violet .cb_textboximage-type2--content__textbox p,.cb_textboximage-type2.highlight-violet .cb_textboximage-type2--content__textbox li{color:var(--cd-color-violet)}.cb_textboximage-type2.highlight-orange h1,.cb_textboximage-type2.highlight-orange h2,.cb_textboximage-type2.highlight-orange h3,.cb_textboximage-type2.highlight-orange h4{color:var(--cd-color-orange-20)}.cb_textboximage-type2.highlight-orange .cb_textboximage-type2--content__textbox{background-color:var(--cd-color-orange-20)}.cb_textboximage-type2.highlight-orange .cb_textboximage-type2--content__textbox p,.cb_textboximage-type2.highlight-orange .cb_textboximage-type2--content__textbox li{color:var(--white)}@media(min-width: 768px)and (max-width: 991px){.cb_textboximage-type2--content.grid-6633{grid-template-columns:2fr 1fr}}.cb_textboximage-type2--content__text{padding-bottom:0}@media(min-width: 768px){.cb_textboximage-type2--content__text{border-radius:var(--border-radius-hover);padding-bottom:1.5rem}}.cb_textboximage-type2--content__img{align-content:center;margin-top:4rem}@media(min-width: 768px){.cb_textboximage-type2--content__img{margin-top:0}}.cb_textboximage-type2--content__img .image-with-icon{position:relative}.cb_textboximage-type2--content__img .image-with-icon>img{padding:2rem;box-sizing:border-box}.cb_textboximage-type2--content__img .icon{position:absolute;top:-2rem;width:6rem;height:6rem}.cb_textboximage-type2--content__textbox{position:relative;margin:0 -2rem 0 -1.5rem;padding:1px 2rem .5rem;max-width:calc(100% - 1rem)}@media(min-width: 768px){.cb_textboximage-type2--content__textbox{-webkit-box-shadow:3px 5px 5px 0px var(--gray-light);box-shadow:3px 5px 5px 0px var(--gray-light);border-radius:var(--border-radius-hover);padding:1px 1.5rem 1.5rem;margin:0 auto 1rem;max-width:unset}}.cb_textboximage-type2--content__textbox .textbox--icon{display:none;position:absolute;right:2rem;bottom:-2rem;width:3rem}@media(min-width: 768px){.cb_textboximage-type2--content__textbox .textbox--icon{display:block}}section.cb_preventboxes .cb_preventboxes--box{align-content:center}section.cb_preventboxes.highlight-orange{color:var(--cd-color-orange)}section.cb_preventboxes.highlight-orange .cb_preventboxes--box{background:var(--cd-gradient-orange)}section.cb_preventboxes.highlight-orange .cb_preventboxes--box__front svg{fill:var(--cd-color-orange-20)}section.cb_preventboxes.highlight-green{color:var(--cd-color-green)}section.cb_preventboxes.highlight-green h2,section.cb_preventboxes.highlight-green h3,section.cb_preventboxes.highlight-green h4{color:var(--cd-color-green)}section.cb_preventboxes.highlight-green .cb_preventboxes--box{background:var(--cd-gradient-green)}section.cb_preventboxes.highlight-green .cb_preventboxes--box__front svg{fill:var(--cd-color-green-20)}section.cb_preventboxes.highlight-violet{color:var(--cd-color-violet)}section.cb_preventboxes.highlight-violet h2,section.cb_preventboxes.highlight-violet h3,section.cb_preventboxes.highlight-violet h4,section.cb_preventboxes.highlight-violet .cb_preventboxes--boxen__title,section.cb_preventboxes.highlight-violet .cb_preventboxes--content__more span{color:var(--cd-color-violet-20)}section.cb_preventboxes.highlight-violet .cb_preventboxes--box{background:var(--cd-gradient-violet)}section.cb_preventboxes.highlight-violet .cb_preventboxes--box__front svg{fill:var(--cd-color-violet-20)}section.cb_preventboxes.highlight-blue{color:var(--cd-color-blue)}section.cb_preventboxes.highlight-blue h2,section.cb_preventboxes.highlight-blue h3,section.cb_preventboxes.highlight-blue h4{color:var(--cd-color-blue)}section.cb_preventboxes.highlight-blue .cb_preventboxes--box{background:var(--cd-gradient-blue)}section.cb_preventboxes.highlight-blue .cb_preventboxes--box__front svg{fill:var(--cd-color-blue-20)}section.cb_preventboxes h2,section.cb_preventboxes h3,section.cb_preventboxes h4{margin-top:1rem}.cb_preventboxes--content__text p:first-of-type{margin-top:0}.cb_preventboxes--box__front{margin-top:1rem}.cb_preventboxes--box__front svg{width:1rem;margin-top:2rem}.cb_preventboxes--boxen__title{margin:2rem auto;font-weight:var(--font-weight-bold)}.cb_preventboxes--box{border:5px solid var(--white);border-radius:3rem;padding:1.5rem 1.5rem 1.5rem;margin-bottom:1rem;position:relative;text-align:center;min-height:14rem}.cb_preventboxes--box__back{text-align:center;font-size:var(--font-size-p)}.cb_preventboxes--box__back .box__back--title{margin-bottom:1rem;font-weight:var(--font-weight-bold)}.cb_preventboxes--box__flip{position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,0);border:none}.cb_preventboxes--content__more{text-align:center}.cb_preventboxes--content__more span{margin-right:1rem;font-weight:var(--font-weight-bold)}.style--box .cb_preventboxes--inner{padding-top:1px}.style--box .cb_preventboxes--boxen__title{text-align:center;font-size:1.2rem}.style--box.highlight-violet .cb_preventboxes--inner{background:var(--cd-color-violet-40);background:linear-gradient(0deg, var(--white) 20%, var(--cd-color-violet-40) 100%)}.style--box.highlight-orange .cb_preventboxes--inner{background:var(--cd-color-orange-40);background:linear-gradient(0deg, var(--white) 20%, var(--cd-color-orange-40) 100%)}.style--box.highlight-green .cb_preventboxes--inner{background:var(--cd-color-green-40);background:linear-gradient(0deg, var(--white) 20%, var(--cd-color-green-40) 100%)}.style--box.highlight-blue .cb_preventboxes--inner{background:var(--cd-color-blue-40);background:linear-gradient(0deg, var(--white) 20%, var(--cd-color-blue-40) 100%)}.style--gradient.highlight-orange{background:var(--cd-color-orange-40);background:linear-gradient(0deg, var(--white) 0%, var(--cd-color-orange-40) 50%, var(--white) 100%)}.style--gradient.highlight-green{background:var(--cd-color-green-40);background:linear-gradient(0deg, var(--white) 0%, var(--cd-color-green-40) 50%, var(--white) 100%)}.style--gradient.highlight-violet{background:var(--cd-color-violet-40);background:linear-gradient(0deg, var(--white) 0%, var(--cd-color-violet-40) 50%, var(--white) 100%)}.style--gradient.highlight-blue{background:var(--cd-color-blue-40);background:linear-gradient(0deg, var(--white) 0%, var(--cd-color-blue-40) 50%, var(--white) 100%)}.style--gradient .cb_preventboxes--boxen__title{font-size:1.4rem}@media(max-width: 767px){section.cb_preventboxes .cb_preventboxes--inner{margin:1rem;width:auto}}section.cb_preventboxes .cb_preventboxes--inner .cb_preventboxes--box.highlight-green{background:var(--cd-gradient-green)}section.cb_preventboxes .cb_preventboxes--inner .cb_preventboxes--box.highlight-green .cb_preventboxes--box__front svg{fill:var(--cd-color-green-20)}section.cb_preventboxes .cb_preventboxes--inner .cb_preventboxes--box.highlight-orange{background:var(--cd-gradient-orange)}section.cb_preventboxes .cb_preventboxes--inner .cb_preventboxes--box.highlight-orange .cb_preventboxes--box__front svg{fill:var(--cd-color-orange-20)}section.cb_preventboxes .cb_preventboxes--inner .cb_preventboxes--box.highlight-violet{background:var(--cd-gradient-violet)}section.cb_preventboxes .cb_preventboxes--inner .cb_preventboxes--box.highlight-violet .cb_preventboxes--box__front svg{fill:var(--cd-color-violet-20)}section.cb_preventboxes .cb_preventboxes--inner .cb_preventboxes--box.highlight-blue{background:var(--cd-gradient-blue)}section.cb_preventboxes .cb_preventboxes--inner .cb_preventboxes--box.highlight-blue .cb_preventboxes--box__front svg{fill:var(--cd-color-blue-20)}.cb_textboxes-colored{margin:5rem 0}.cb_textboxes-colored--content__card{padding-top:1.5rem;margin-bottom:1rem}.cb_textboxes-colored--content__card .card-title{font-weight:var(--font-weight-bold);margin-bottom:1rem}.cb_textboxes-colored--content__card.highlight-blue{background:var(--cd-color-blue-80)}.cb_textboxes-colored--content__card.highlight-blue .card-title{color:var(--cd-color-blue-20)}.cb_textboxes-colored--content__card.highlight-green{background:var(--cd-color-green-80)}.cb_textboxes-colored--content__card.highlight-green .card-title{color:var(--cd-color-green-20)}.cb_textboxes-colored--content__card.highlight-orange{background:var(--cd-color-orange-80)}.cb_textboxes-colored--content__card.highlight-orange .card-title{color:var(--cd-color-orange-20)}.cb_textboxes-colored--content__card.highlight-violet{background:var(--cd-color-violet-80)}.cb_textboxes-colored--content__card.highlight-violet .card-title{color:var(--cd-color-violet-20)}section.cb_contactbox{margin:5rem auto}.cb_contactbox--inner{border:9px solid var(--cd-color-orange-20);border-radius:var(--border-radius-hover);padding:1rem;vertical-align:top;align-items:start;box-sizing:border-box}@media(min-width: 1024px){.cb_contactbox--inner{grid-template-columns:1fr 8fr;padding:2rem 4rem 2rem 2rem}}@media(max-width: 1023px){.cb_contactbox--inner{position:relative}}.cb_contactbox--inner.highlight-orange{background:var(--cd-color-orange-80);color:var(--cd-color-orange-20)}.cb_contactbox--inner.highlight-orange .btn{color:var(--cd-color-orange-20)}.cb_contactbox--content__right{margin-top:1rem}@media(max-width: 1023px){.cb_contactbox--content__left{position:absolute;height:3rem;top:1rem;left:1rem}}.cb_contactbox--content__header{margin-left:5rem}@media(min-width: 1024px){.cb_contactbox--content__header{margin-left:0}}.cb_contactbox--content__header h2{margin-top:0}.cb_contactbox--content__left{margin-bottom:1.5rem}.cb_contactbox--content__left svg{height:4rem;width:4rem}@media(min-width: 1024px){.cb_contactbox--content__left svg{height:auto;width:auto}}.cb_contactbox--content__contact{grid-gap:2rem;line-height:var(--font-line-height);margin-top:2rem;margin-bottom:0}.cb_contactbox--content__contact .contact-btn{padding:.7rem 1.5rem .7rem 3.5rem;margin-top:1rem;width:fit-content}@media(min-width: 768px){.cb_contactbox--content__contact .contact-btn{margin-top:1rem}}.cb_contactbox--content__contact .contact-btn:after{display:none}.cb_contactbox--content__contact .contact-btn:before{content:"";position:absolute;top:.65rem;left:.3rem;width:3rem;height:2rem;background-repeat:no-repeat}.cb_contactbox--content__contact .contact--call,.cb_contactbox--content__contact .contact--mail{justify-content:space-between;display:flex;flex-direction:column}.cb_contactbox--content__contact .contact--mail{margin-bottom:1rem;position:relative}.cb_contactbox--content__contact .contact--mail__text p{margin:0}.cb_contactbox--content__contact .contact--mail .contact-btn:before{background-image:url(../Icons/icon-contact--mail.svg)}.cb_contactbox--content__contact .contact--call{margin-bottom:1rem;position:relative}.cb_contactbox--content__contact .contact--call__text p{margin:0}.cb_contactbox--content__contact .contact--call .contact-btn:before{background-image:url(../Icons/icon-contact--phone.svg);top:.5rem;left:.7rem}.cb_contactbox--content__contact .layout--2__buttons{grid-gap:1rem;display:flex}.cb_textimage-badges{margin:5rem 0}.cb_textimage-badges--content__badges{margin:2rem 0}.cb_textimage-badges--content__text h2,.cb_textimage-badges--content__text h3,.cb_textimage-badges--content__text h4{color:var(--cd-color-orange)}.cb_textimage-badges--content__badge{background:var(--cd-color-orange);color:var(--cd-color-orange-80);min-height:2.5rem;padding:1.5rem;margin-bottom:1rem;border-radius:var(--border-radius-hover);display:flex;align-items:center}.cb_textimage-badges--content__badge .badge--title{margin-left:1.5rem}@media(min-width: 767px){.cb_textimage-badges--content__badge{margin-bottom:0}}.cb_textimage-badges--content__image img{height:100%;object-fit:cover;border-radius:var(--border-radius-hover);-webkit-box-shadow:0px 0px 41px 7px var(--cd-color-orange-dark);box-shadow:0px 0px 41px 7px var(--cd-color-orange-dark)}.cb_accordion{margin:5rem 0}.cb_accordion--item.highlight-orange{background:var(--cd-gradient-orange-vertical);color:var(--cd-color-orange)}.cb_accordion--item.highlight-orange .cb_accordion--item__title{color:var(--cd-color-orange-20)}.cb_accordion--item.highlight-orange svg{fill:var(--cd-color-orange-20)}.cb_accordion--item.highlight-orange .right__box--inner{background:var(--cd-color-orange-40)}.cb_accordion--item.highlight-orange .right__box--inner .box--title{color:var(--cd-color-orange)}.cb_accordion--item.highlight-blue{background:var(--cd-gradient-blue-vertical);color:var(--cd-color-blue)}.cb_accordion--item.highlight-blue .cb_accordion--item__title{color:var(--cd-color-blue-20)}.cb_accordion--item.highlight-blue svg{fill:var(--cd-color-blue-20)}.cb_accordion--item.highlight-green{background:var(--cd-gradient-green-vertical);color:var(--cd-color-green)}.cb_accordion--item.highlight-green .cb_accordion--item__title{color:var(--cd-color-green-20)}.cb_accordion--item.highlight-green svg{fill:var(--cd-color-green-20)}.cb_accordion--item.highlight-violet{background:var(--cd-gradient-violet-vertical);color:var(--cd-color-violet)}.cb_accordion--item.highlight-violet .cb_accordion--item__title{color:var(--cd-color-violet-20)}.cb_accordion--item.highlight-violet svg{fill:var(--cd-color-violet-20)}.cb_accordion--item .cb_accordion--item__title{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);padding-left:4rem}.cb_accordion--item__header{color:currentColor;position:relative;margin:0 auto;padding:1.5rem 0 .5rem}.cb_accordion--item__header svg{position:absolute;top:1.5rem;fill:currentColor;width:2.5rem;height:2.5rem;transition:transform .3s ease}.is-open .cb_accordion--item__header svg{transform:rotate(180deg)}.cb_accordion--toggle{width:100%;display:flex;align-items:center;gap:1rem;background:rgba(0,0,0,0);border:0;padding:0;text-align:left;cursor:pointer}.cb_accordion--toggle:focus-visible{outline:2px solid currentColor;outline-offset:4px}.cb_accordion--inner{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease;margin-bottom:0;align-items:center;grid-gap:6rem;grid-template-columns:3fr 2fr}.cb_accordion--inner__right{padding:4rem}@media(min-width: 768px){.cb_accordion--inner__right{padding:2rem}}.cb_accordion--item.is-open>.cb_accordion--inner{max-height:2000px;opacity:1}.right__box{margin-top:2rem;margin-bottom:2rem}.right__box--inner{padding:2rem 3rem 2rem 3rem;position:relative;background:var(--cd-color-blue-40);-webkit-box-shadow:3px 5px 15px 0px var(--gray-light);box-shadow:3px 5px 15px 0px var(--gray-light)}.right__box--inner .box--title{font-weight:var(--font-weight-bold)}.right__box--inner .box--entry{padding-left:2rem;margin-bottom:.5rem}.right__box--inner .box--entry li{list-style:none;position:relative;margin-bottom:.3rem}.right__box--inner .box--entry li svg{width:1.5rem;position:absolute;left:-2rem}.right__box--inner .box--icon{position:absolute;right:-2rem;top:-4rem;width:7rem}.right__image{position:relative}.right__image>img{border-radius:var(--border-radius);-webkit-box-shadow:3px 5px 15px 0px var(--gray-light);box-shadow:3px 5px 15px 0px var(--gray-light)}.right__image .image--icon{position:absolute;left:-4rem;top:-2rem;width:7rem}.right__image .image--icon.icon--bottom{top:unset;bottom:-2rem}section.cb_videocards{margin:5rem 0}.cb_videocards--sr-live{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap}.cb_videocards--slider:focus-visible{outline:2px solid var(--cd-color-violet, #6b21a8);outline-offset:4px;border-radius:4px}@media(prefers-reduced-motion: reduce){.cb_videocards--card,.cb_videocards--card-media,.cb_videocards--card-content,.cb_videocards--track{transition:none !important}}.cb_videocards--inner{position:relative}.cb_videocards--slider-wrap{overflow:hidden}.cb_videocards--category-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 15px;border-radius:12px;font-size:var(--font-size-p);font-weight:var(--font-weight-bold)}.cb_videocards--slider{overflow:visible}.cb_videocards--track{display:flex;will-change:transform;align-items:center;height:706.6666666667px}@media(min-width: 768px){.cb_videocards--track{height:680.8888888889px}}.cb_videocards--card{flex:0 0 159px;height:680.8888888889px;overflow:hidden;border-radius:6px;display:flex;flex-direction:row;align-items:stretch;cursor:pointer;margin-right:38px;transition:flex-basis .5s cubic-bezier(0.4, 0, 0.2, 1),height .5s cubic-bezier(0.4, 0, 0.2, 1),border-radius .5s cubic-bezier(0.4, 0, 0.2, 1)}@media(min-width: 768px){.cb_videocards--card{height:282.6666666667px}}.cb_videocards--card.is-active{flex-basis:834px;height:680.8888888889px;border-radius:12px;cursor:default;margin-right:68px}.cb_videocards--card.is-active .cb_videocards--card-media{order:2;width:383px;border-radius:12px}.cb_videocards--card.is-active .cb_videocards--card-content{order:1;width:383px;opacity:1;padding:100px 68px 60px 0;transition:width .5s cubic-bezier(0.4, 0, 0.2, 1),padding .5s cubic-bezier(0.4, 0, 0.2, 1),opacity .35s ease .2s}.cb_videocards--card-media{position:relative;width:159px;aspect-ratio:9/16;flex-shrink:0;overflow:hidden;border-radius:6px;transition:width .5s cubic-bezier(0.4, 0, 0.2, 1),border-radius .5s cubic-bezier(0.4, 0, 0.2, 1)}.cb_videocards--card-media video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.cb_videocards--card.is-active .cb_videocards--card-media video{pointer-events:auto}.cb_videocards--card-content{width:0;order:1;flex-shrink:0;overflow:hidden;opacity:0;padding:0;display:flex;flex-direction:column;gap:.75rem;transition:width .5s cubic-bezier(0.4, 0, 0.2, 1),padding .5s cubic-bezier(0.4, 0, 0.2, 1),opacity .15s ease}.cb_videocards--card-description{font-size:var(--font-size-p);line-height:var(--font-line-height);margin:0}.cb_videocards--card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.cb_videocards--card-tag{display:inline-block;padding:8px 10px;border-radius:8px}.cb_videocards--card-like-badge{position:absolute;top:11px;left:6px;display:flex;align-items:center;padding:4px 10px;border-radius:26px;gap:.25rem;color:var(--cd-color-orange-20);background:var(--cd-color-orange-80);font-size:.7rem;font-weight:var(--font-weight-bold);pointer-events:none;white-space:nowrap}.cb_videocards--card-like-badge .heart-solid{display:none}.cb_videocards--card.is-liked .cb_videocards--card-like-badge .heart-outline{display:none}.cb_videocards--card.is-liked .cb_videocards--card-like-badge .heart-solid{display:block}.cb_videocards--card.is-active .cb_videocards--card-like-badge{display:none}.cb_videocards--card-actions{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.cb_videocards--like-count{display:flex;justify-content:center;background:var(--cd-color-orange-80);color:var(--cd-color-orange-20);padding:.25rem 0;width:33px;border-radius:26px;font-size:.8rem;font-weight:var(--font-weight-bold)}.cb_videocards--like-group{display:flex;flex-direction:column;gap:.4rem}.cb_videocards--like{display:inline-flex;align-items:center;gap:.4rem;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;transition:opacity .2s ease}.cb_videocards--like.is-liked{cursor:default}.cb_videocards--like:disabled{opacity:.6;cursor:wait}.cb_videocards--icon{background:var(--cd-color-orange-80);color:var(--cd-color-orange-20);display:inline-flex;align-items:center;justify-content:center;border-radius:100px;width:33px;height:33px;flex-shrink:0}.cb_videocards--icon .heart-solid{display:none}.is-liked .cb_videocards--icon .heart-outline{display:none}.is-liked .cb_videocards--icon .heart-solid{display:block;color:var(--cd-color-orange-20)}.cb_videocards--share{display:inline-flex;align-items:center;gap:.4rem;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer}.cb_videocards--share.is-copied{opacity:.75}.cb_videocards--info-toggle{display:none}@media(max-width: 767px){.cb_videocards--info-toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:#fff;pointer-events:auto}}.cb_videocards--pagination{display:flex;gap:.5rem;padding-left:0;margin-top:1.5rem;justify-content:center}@media(min-width: 768px)and (max-width: 1023px){.cb_videocards--pagination{margin-left:calc(200px + 68px);width:383px}}@media(min-width: 1024px){.cb_videocards--pagination{margin-left:calc(383px + 68px);width:383px}}.cb_videocards--pagination-dot{width:10px;height:10px;border-radius:50%;border:none;padding:0;background:var(--cd-color-orange-20);opacity:.45;cursor:pointer;transition:opacity .3s ease}.cb_videocards--pagination-dot.is-active{opacity:1}@media(min-width: 768px)and (max-width: 1023px){.cb_videocards--card.is-active{flex-basis:651px}.cb_videocards--card.is-active .cb_videocards--card-content{width:200px;padding-top:20px;padding-bottom:20px}}@media(max-width: 767px){.cb_videocards--card-like-badge{display:none}.cb_videocards--card:not(.is-active){display:none}.cb_videocards--track{height:auto;align-items:flex-start;justify-content:center}.cb_videocards--card{flex-basis:100%;max-width:100%;transition:none}.cb_videocards--track.is-mobile-sliding{justify-content:flex-start !important;gap:38px}.cb_videocards--track.is-mobile-sliding .cb_videocards--card{display:flex !important;flex:0 0 100%;max-width:100%;margin-right:0 !important}.cb_videocards--card-media{transition:none}.cb_videocards--card.is-active{position:relative;padding-top:70px;flex-basis:100%;max-width:100%;margin-right:0;height:auto;overflow:visible}.cb_videocards--card.is-active .cb_videocards--card-media{order:1;width:100%}.cb_videocards--card.is-active .cb_videocards--card-media video{object-fit:cover}.cb_videocards--card.is-active .cb_videocards--category{position:absolute;top:.75rem;left:.75rem;z-index:2;pointer-events:auto}.cb_videocards--card.is-active .cb_videocards--card-content{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:calc(100% - 70px);opacity:1;padding:0 0 10%;overflow:visible;transition:none;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none;z-index:1}.cb_videocards--card.is-active .cb_videocards--card-actions{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);flex-direction:column;align-items:center;gap:.8rem;margin-bottom:0;pointer-events:auto;z-index:10}.cb_videocards--card.is-active .cb_videocards--like-label,.cb_videocards--card.is-active .cb_videocards--share-text{display:none}.cb_videocards--card.is-active .cb_videocards--like-group{flex-direction:column;gap:.1rem}.cb_videocards--card.is-active .cb_videocards--like-count{padding:.1rem 0;margin-top:3px}.cb_videocards--card.is-active .cb_videocards--card-title,.cb_videocards--card.is-active .cb_videocards--card-description,.cb_videocards--card.is-active .cb_videocards--card-tags{display:none}.cb_videocards--card.is-active.is-info-open .cb_videocards--card-content{background:linear-gradient(to top, rgb(0, 0, 0) 0, rgb(0, 0, 0) 50px, rgba(0, 0, 0, 0.6) 40%, transparent 100%)}.cb_videocards--card.is-active.is-info-open .cb_videocards--card-title{display:block;color:#fff;padding:.75rem 4rem 0 1rem;text-shadow:0 1px 4px rgba(0,0,0,.6);pointer-events:auto;font-size:1.25rem}.cb_videocards--card.is-active.is-info-open .cb_videocards--card-description{display:block;color:#fff;padding:.25rem 4rem 0 1rem;text-shadow:0 1px 4px rgba(0,0,0,.6);pointer-events:auto}.cb_videocards--card.is-active.is-info-open .cb_videocards--card-tags{display:flex;margin-top:0;padding:.5rem 4rem 3rem 1rem;pointer-events:auto}.cb_videocards--card.is-active.is-info-open .cb_videocards--card-tags .cb_videocards--card-tag{color:#fff;background-color:hsla(0,0%,100%,.25)}.cb_videocards--card.is-active.is-info-open .cb_videocards--info-toggle .cb_videocards--icon{background:var(--cd-color-orange-20);color:var(--cd-color-orange-80)}.cb_videocards--card.is-active .cb_videocards--share{position:relative}.cb_videocards--card.is-active .cb_videocards--share.is-copied .cb_videocards--share-text{display:block;position:absolute;right:calc(100% + .4rem);top:50%;transform:translateY(-50%);background:var(--cd-color-orange-80);color:var(--cd-color-orange-20);padding:.25rem .5rem;border-radius:26px;font-size:.8rem;font-weight:var(--font-weight-bold);white-space:nowrap}}section.cb_text-wicon{margin:5rem 0;padding:5rem 0;position:relative}section.cb_text-wicon.highlight-blue{background:var(--cd-color-blue-40);background:var(--cd-gradient-blue-vertical)}section.cb_text-wicon.highlight-blue .cb_text-wiconcontent__header{color:var(--cd-color-blue)}@media(min-width: 768px){.container-center{width:80%}}@media(min-width: 768px){.container-center .cb_text-wiconcontent__header,.container-center .cb_text-wiconcontent__bodytext{margin-left:10%;margin-right:10%}}.cb_text-wiconcontent__header h2{margin-top:1rem}.cb_text-wiconcontent__icon{position:absolute;left:0;right:0;text-align:center;bottom:-3rem}.cb_text-wiconcontent__icon img{height:8rem;width:8rem}.cb_symptoms{margin:3rem auto}.cb_symptoms .symptoms--header{width:90%;margin-left:auto;margin-right:auto;text-align:center}.button-collection{display:flex;flex-wrap:wrap;grid-gap:2rem;align-items:center;justify-content:center;padding:2rem 0 5rem}@media(min-width: 992px){.button-collection{justify-content:space-around}}.button-collection .cb_symptoms--items{width:90%;margin:0 auto}.button-collection .symptom--item{position:relative}.button-collection .symptom--item .symptom--button{width:6rem;height:6rem;border-radius:50%;background:var(--cd-gradient-violet-symtoms);border:none;-webkit-box-shadow:2px 3px 44px -6px #d3d5d1;box-shadow:2px 3px 44px -6px #d3d5d1}.button-collection .symptom--item .symptom--buttonicon{position:absolute;top:1.25rem;left:1.25rem;right:1.25rem;bottom:1.25rem}.button-collection .symptom--item .symptom--buttonicon:before{content:"";display:block;width:3.5rem;height:3.5rem;background-repeat:no-repeat;background-position:center;background-size:contain}.button-collection .symptom--item .symptom--buttonicon.icon-forgetfulness:before{background-image:url(../Icons/icons-symptoms/icon-forgetfulness.svg)}.button-collection .symptom--item .symptom--buttonicon.icon-irritability:before{background-image:url(../Icons/icons-symptoms/icon-irritability.svg)}.button-collection .symptom--item .symptom--buttonicon.icon-hallucinations:before{background-image:url(../Icons/icons-symptoms/icon-hallucinations.svg)}.button-collection .symptom--item .symptom--buttonicon.icon-orientation:before{background-image:url(../Icons/icons-symptoms/icon-orientation.svg)}.button-collection .symptom--item .symptom--buttonicon.icon-moving:before{background-image:url(../Icons/icons-symptoms/icon-moving.svg)}.button-collection .symptom--item .symptom--buttonicon.icon-concentration:before{background-image:url(../Icons/icons-symptoms/icon-concentration.svg)}.button-collection .symptom--item .symptom--buttonicon.icon-disorientation:before{background-image:url(../Icons/icons-symptoms/icon-disorientation.svg)}.button-collection .symptom--item:hover .symptom--button{background:var(--cd-gradient-violet-symtoms-hover)}.button-collection .symptom--item:hover .icon-forgetfulness:before{background-image:url(../Icons/icons-symptoms/icon-forgetfulness-dark.svg)}.button-collection .symptom--item:hover .icon-irritability:before{background-image:url(../Icons/icons-symptoms/icon-irritability-dark.svg)}.button-collection .symptom--item:hover .icon-hallucinations:before{background-image:url(../Icons/icons-symptoms/icon-hallucinations-dark.svg)}.button-collection .symptom--item:hover .icon-orientation:before{background-image:url(../Icons/icons-symptoms/icon-orientation-dark.svg)}.button-collection .symptom--item:hover .icon-moving:before{background-image:url(../Icons/icons-symptoms/icon-moving-dark.svg)}.button-collection .symptom--item:hover .icon-concentration:before{background-image:url(../Icons/icons-symptoms/icon-concentration-dark.svg)}.button-collection .symptom--item:hover .icon-disorientation:before{background-image:url(../Icons/icons-symptoms/icon-disorientation-dark.svg)}.button-collection .symptom--item .symptom--buttontitle{position:absolute;max-width:8rem;display:none;width:100%;text-align:center}@media(min-width: 992px){.button-collection .symptom--item .symptom--buttontitle{display:block}}.button-collection .symptom--item .symptom--buttontitle p{text-transform:uppercase;font-size:.8rem;font-weight:var(--font-weight-bold)}.content-collection{margin:3rem auto;width:100%}@media(min-width: 768px){.content-collection{width:80%}}@media(min-width: 1200px){.content-collection{width:50%}}.symptom--content{background:var(--cd-gradient-violet-symtoms);border-radius:var(--border-radius-big);padding:2rem;position:relative}.symptom--content__icon{width:6rem;height:6rem;position:absolute;margin:0 auto;left:0;right:0;top:-3rem;background:var(--cd-gradient-violet-symtoms);border-radius:50%}.symptom--content__icon:before{position:absolute;content:"";display:block;background-repeat:no-repeat;background-position:center;background-size:contain;height:4rem;width:4rem;margin:1rem}.symptom--content__header{text-align:center;margin:2rem auto}.symptom--content__header .title p{font-size:2.7rem;font-weight:var(--font-weight-bold);color:var(--white);margin:0}.symptom--content__header .subtitle{color:var(--white);border:1px solid var(--white);background:rgba(232,235,255,.1098039216);width:stretch;margin:.5rem auto;border-radius:var(--border-radius-hover);padding:.2rem 1rem;font-size:.9rem}@media(min-width: 768px){.symptom--content__header .subtitle{width:fit-content}}.symptom--content__question{background:rgba(232,235,255,.1098039216);color:var(--white);padding:2rem 1rem;margin-bottom:1rem;font-weight:var(--font-weight-bold);font-size:1.3rem;border-radius:var(--border-radius-hover)}.symptom--content__answer{background:rgba(255,252,250,.1490196078);color:var(--white);padding:1.5rem 1rem;margin-bottom:1rem;border-radius:var(--border-radius-hover)}.symptom--content__answer .answer__why{font-weight:var(--font-weight-bold);font-size:1.2rem;margin-bottom:1rem;display:flex;grid-gap:1rem;align-items:center}.symptom--content__answer .answer__why .icon{position:relative;height:3rem;width:3rem;background-color:rgba(255,252,250,.1490196078);border-radius:var(--border-radius-hover)}.symptom--content__answer .answer__why .icon:before{content:"";display:block;background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;left:.5rem;top:.5rem;height:2rem;width:2rem}.symptom--content__answer .answer{font-size:1.2rem;line-height:1.3}.symptom--content .icon-forgetfulness:before{background-image:url(../Icons/icons-symptoms/icon-forgetfulness.svg)}.symptom--content .icon-irritability:before{background-image:url(../Icons/icons-symptoms/icon-irritability.svg)}.symptom--content .icon-hallucinations:before{background-image:url(../Icons/icons-symptoms/icon-hallucinations.svg)}.symptom--content .icon-orientation:before{background-image:url(../Icons/icons-symptoms/icon-orientation.svg)}.symptom--content .icon-moving:before{background-image:url(../Icons/icons-symptoms/icon-moving.svg)}.symptom--content .icon-concentration:before{background-image:url(../Icons/icons-symptoms/icon-concentration.svg)}.symptom--content .icon-disorientation:before{background-image:url(../Icons/icons-symptoms/icon-disorientation.svg)}.leichte-sprache p,.leichte-sprache ul,.leichte-sprache li{font-size:var(--font-size-ls-p);line-height:var(--font-ls-line-height)}.leichte-sprache h2,.leichte-sprache h3{margin-top:6rem}.leichte-sprache h1{font-size:var(--font-ls-size-h1);font-weight:var(--font-weight-semibold)}.leichte-sprache h2{font-size:var(--font-ls-size-h3)}.leichte-sprache h3{font-size:var(--font-ls-size-h3)}.leichte-sprache h4{font-size:var(--font-ls-size-h4)}.leichte-sprache p a{text-decoration:underline;color:unset}.leichte-sprache p a:hover{text-decoration:none}.leichte-sprache a.btn{color:var(--cd-color-blue);background:linear-gradient(135deg, var(--cd-color-blue-40) 0%, var(--cd-color-blue-80));border-color:var(--cd-color-blue-80);font-size:var(--font-size-ls-p)}.leichte-sprache a.btn:after{display:none}.leichte-sprache a.btn svg{position:absolute;width:1.25rem;height:1.25rem;top:.8rem;right:.5rem;fill:var(--cd-color-blue)}.leichte-sprache .cbls_textimage--content__bodytext .font-small{font-size:1.4rem}.cbls_textimage{margin:3rem auto}.cbls_textimage:first-of-type{margin-top:5rem}.cbls_textimage--content__right{display:flex;flex-direction:column;justify-content:space-around;align-items:center;padding:1.5rem 0 1.5rem}.cbls_textimage--content__right:has(>:nth-child(2)){justify-content:space-between}@media(min-width: 768px){.cbls_textimage--content__right.imgright{padding-left:5rem}}.cbls_textimage--content__image{margin-top:.5rem}.cbls_textimage--content__image img{max-height:20rem;width:auto}.cbls_textimage--content__text.textcentered{align-items:center;display:flex}.cb_ls3colteaser .card-title p{font-weight:var(--font-weight-bold);margin-bottom:0}.cb_ls3colteaser .cb_ls3colteaser--content__card-wrapper{display:flex;flex-direction:column;height:100%}.cb_ls3colteaser .cb_ls3colteaser--content__card-flexwrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.cb_ls3colteaser .cb_ls3colteaser--content__intro{margin-bottom:3rem}.cb_ls3colteaser .cb_ls3colteaser--content__cards{grid-gap:1rem;grid-template-columns:1fr}@media(min-width: 992px){.cb_ls3colteaser .cb_ls3colteaser--content__cards{grid-template-columns:1fr 1fr 1fr}}.cb_ls3colteaser .cb_ls3colteaser--content__card{margin-bottom:1rem}.cb_ls3colteaser .cb_ls3colteaser--content__more{padding-right:1rem;font-size:var(--font-size-ls-p);margin-top:4px;text-align:end}@media(min-width: 768px){.cb_ls3colteaser .cb_ls3colteaser--content__more{font-weight:var(--font-weight-bold)}}.cb_ls3colteaser .cb_ls3colteaser--content__more a.text-link{position:relative;color:currentcolor;padding-right:2rem}.cb_ls3colteaser .cb_ls3colteaser--content__more svg{position:absolute;right:0;top:4px;fill:currentColor;height:1.5rem;width:1.5rem}/*# sourceMappingURL=styles.css.map */
