
.umbraco-forms-form
{
  padding: 10px 0px 10px 0px;
}

.umbraco-forms-caption
{
  font-size: 2em !important;
  line-height: 2em !important;
}

.umbraco-forms-field
{
  clear: both;
}

.umbraco-forms-field div label
{
  display: inline;
}

label.umbraco-forms-label
{
  font-weight: bold;
  display: block;
  background: transparent !important;
}

.umbraco-forms-form small
{
  display: block;
  float: left;
  clear: both;
  padding: 5px 5px 5px 200px;
}


.umbraco-forms-form fieldset
{
  padding: 1em 1em 0em 0em;
  margin: 0 0 1.5em 0;
  border: none !Important;
}

.umbraco-forms-form .umbraco-forms-navigation {
  padding: 1em 0em;
}

.umbraco-forms-form legend
{
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  display: block;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea,
.umbraco-forms-form select
{
  margin: 0.5em 0;
  border: 1px solid #bbb;
}
.umbraco-forms-form input.text:focus, .umbraco-forms-form input.title:focus,.umbraco-forms-form textarea:focus, .umbraco-forms-form select:focus
{
  border: 1px solid #666;
}

.umbraco-forms-form input.text,.umbraco-forms-form textarea
{
  max-width: 400px !important;
  padding: 5px;
  display: block;
  width: 95%;
}

.umbraco-forms-form textarea
{
  height: 250px;
}
.umbraco-forms-form input.fileupload
{
  height: auto !important;
}

.umbraco-forms-form span.checkboxlist, .umbraco-forms-form span.radiobuttonlist, .umbraco-forms-form span.checkbox
{
  display: block;
  float: left;
  padding: 10px;
}

.umbraco-forms-form .checkboxlist label {
  float: left;
  clear: left;
}

.umbraco-forms-form .checkboxlist input, .umbraco-forms-form .radiobuttonlist input, .umbraco-forms-form .checkbox input
{
  width: auto !important;
  height: auto !important;
  border: none !important;
  display: inline !important;
}

.umbraco-forms-form .hiddenfield
{
  display:none;
}

.umbraco-forms-button
{
  margin-right: 10px;
  padding: 2px 10px;
}
.umbraco-forms-error-message
{
  padding: .8em;
  margin-bottom: .5em;
  border: 2px solid #FBC2C4;
}

.umbraco-forms-error-message
{
  background: #FBE3E4;
  color: #8a1f11;
}

.umbraco-forms-form input.contourError, .umbraco-forms-form textarea.contourError,.umbraco-forms-form input.input-validation-error,
.umbraco-forms-form textarea.input-validation-error
{
  background: #FBE3E4;
  border-color: #FBC2C4;
}

.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error
{
  color: white !important;
  background: #8a1f11 !important;
  border: 1px solid #8a1f11;
  padding: 5px;
}

.umbraco-forms-form #recaptcha_widget_div
{
  margin-left: 200px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.row{display:flex;flex-wrap:wrap;box-sizing:border-box;margin:0 auto;padding:0 0;padding:0 var(--basicGrid-outer, 0);width:100%;max-width:1400px;max-width:var(--basicGrid-width, 1400px)}@media (min-width: 0){.row.stretch-on-small{align-items:stretch}.row.top-on-small{align-items:flex-start}.row.middle-on-small{align-items:center}.row.bottom-on-small{align-items:flex-end}.row.left-on-small{justify-content:flex-start}.row.center-on-small{justify-content:center}.row.right-on-small{justify-content:flex-end}.row.around-on-small{justify-content:space-around}.row.between-on-small{justify-content:space-between}.row.ltr-on-small{flex-direction:row}.row.rtl-on-small{flex-direction:row-reverse}.row.hide-on-small{display:none}.row.show-on-small{display:flex}}@media (min-width: 640px){.row.stretch-on-medium{align-items:stretch}.row.top-on-medium{align-items:flex-start}.row.middle-on-medium{align-items:center}.row.bottom-on-medium{align-items:flex-end}.row.left-on-medium{justify-content:flex-start}.row.center-on-medium{justify-content:center}.row.right-on-medium{justify-content:flex-end}.row.around-on-medium{justify-content:space-around}.row.between-on-medium{justify-content:space-between}.row.ltr-on-medium{flex-direction:row}.row.rtl-on-medium{flex-direction:row-reverse}.row.hide-on-medium{display:none}.row.show-on-medium{display:flex}}@media (min-width: 1024px){.row.stretch-on-large{align-items:stretch}.row.top-on-large{align-items:flex-start}.row.middle-on-large{align-items:center}.row.bottom-on-large{align-items:flex-end}.row.left-on-large{justify-content:flex-start}.row.center-on-large{justify-content:center}.row.right-on-large{justify-content:flex-end}.row.around-on-large{justify-content:space-around}.row.between-on-large{justify-content:space-between}.row.ltr-on-large{flex-direction:row}.row.rtl-on-large{flex-direction:row-reverse}.row.hide-on-large{display:none}.row.show-on-large{display:flex}}.row .row{margin:0 -.9rem;margin:0 calc(var(--basicGrid-gutter, 1.8rem) / -2);padding:0;width:auto;max-width:none}.row .column{position:relative;box-sizing:border-box;padding:0 .9rem;padding:0 calc(var(--basicGrid-gutter, 1.8rem) / 2);width:100%}@media (min-width: 0){.row .column.small-auto{flex:1 1 0px}.row .column.small-1{flex:0 1 auto;width:8.33333%}.row .column.small-offset-1{margin-left:8.33333%}.row .column.small-pull-1{left:auto;right:8.33333%}.row .column.small-push-1{right:auto;left:8.33333%}.row .column.small-2{flex:0 1 auto;width:16.66667%}.row .column.small-offset-2{margin-left:16.66667%}.row .column.small-pull-2{left:auto;right:16.66667%}.row .column.small-push-2{right:auto;left:16.66667%}.row .column.small-3{flex:0 1 auto;width:25%}.row .column.small-offset-3{margin-left:25%}.row .column.small-pull-3{left:auto;right:25%}.row .column.small-push-3{right:auto;left:25%}.row .column.small-4{flex:0 1 auto;width:33.33333%}.row .column.small-offset-4{margin-left:33.33333%}.row .column.small-pull-4{left:auto;right:33.33333%}.row .column.small-push-4{right:auto;left:33.33333%}.row .column.small-5{flex:0 1 auto;width:41.66667%}.row .column.small-offset-5{margin-left:41.66667%}.row .column.small-pull-5{left:auto;right:41.66667%}.row .column.small-push-5{right:auto;left:41.66667%}.row .column.small-6{flex:0 1 auto;width:50%}.row .column.small-offset-6{margin-left:50%}.row .column.small-pull-6{left:auto;right:50%}.row .column.small-push-6{right:auto;left:50%}.row .column.small-7{flex:0 1 auto;width:58.33333%}.row .column.small-offset-7{margin-left:58.33333%}.row .column.small-pull-7{left:auto;right:58.33333%}.row .column.small-push-7{right:auto;left:58.33333%}.row .column.small-8{flex:0 1 auto;width:66.66667%}.row .column.small-offset-8{margin-left:66.66667%}.row .column.small-pull-8{left:auto;right:66.66667%}.row .column.small-push-8{right:auto;left:66.66667%}.row .column.small-9{flex:0 1 auto;width:75%}.row .column.small-offset-9{margin-left:75%}.row .column.small-pull-9{left:auto;right:75%}.row .column.small-push-9{right:auto;left:75%}.row .column.small-10{flex:0 1 auto;width:83.33333%}.row .column.small-offset-10{margin-left:83.33333%}.row .column.small-pull-10{left:auto;right:83.33333%}.row .column.small-push-10{right:auto;left:83.33333%}.row .column.small-11{flex:0 1 auto;width:91.66667%}.row .column.small-offset-11{margin-left:91.66667%}.row .column.small-pull-11{left:auto;right:91.66667%}.row .column.small-push-11{right:auto;left:91.66667%}.row .column.small-12{flex:0 1 auto;width:100%}.row .column.small-offset-12{margin-left:100%}.row .column.small-pull-12{left:auto;right:100%}.row .column.small-push-12{right:auto;left:100%}.row .column.first-on-small{order:-1}.row .column.last-on-small{order:1}.row .column.origin-on-small{order:0}.row .column.hide-on-small{display:none}.row .column.show-on-small{display:block}}@media (min-width: 640px){.row .column.medium-auto{flex:1 1 0px}.row .column.medium-1{flex:0 1 auto;width:8.33333%}.row .column.medium-offset-1{margin-left:8.33333%}.row .column.medium-pull-1{left:auto;right:8.33333%}.row .column.medium-push-1{right:auto;left:8.33333%}.row .column.medium-2{flex:0 1 auto;width:16.66667%}.row .column.medium-offset-2{margin-left:16.66667%}.row .column.medium-pull-2{left:auto;right:16.66667%}.row .column.medium-push-2{right:auto;left:16.66667%}.row .column.medium-3{flex:0 1 auto;width:25%}.row .column.medium-offset-3{margin-left:25%}.row .column.medium-pull-3{left:auto;right:25%}.row .column.medium-push-3{right:auto;left:25%}.row .column.medium-4{flex:0 1 auto;width:33.33333%}.row .column.medium-offset-4{margin-left:33.33333%}.row .column.medium-pull-4{left:auto;right:33.33333%}.row .column.medium-push-4{right:auto;left:33.33333%}.row .column.medium-5{flex:0 1 auto;width:41.66667%}.row .column.medium-offset-5{margin-left:41.66667%}.row .column.medium-pull-5{left:auto;right:41.66667%}.row .column.medium-push-5{right:auto;left:41.66667%}.row .column.medium-6{flex:0 1 auto;width:50%}.row .column.medium-offset-6{margin-left:50%}.row .column.medium-pull-6{left:auto;right:50%}.row .column.medium-push-6{right:auto;left:50%}.row .column.medium-7{flex:0 1 auto;width:58.33333%}.row .column.medium-offset-7{margin-left:58.33333%}.row .column.medium-pull-7{left:auto;right:58.33333%}.row .column.medium-push-7{right:auto;left:58.33333%}.row .column.medium-8{flex:0 1 auto;width:66.66667%}.row .column.medium-offset-8{margin-left:66.66667%}.row .column.medium-pull-8{left:auto;right:66.66667%}.row .column.medium-push-8{right:auto;left:66.66667%}.row .column.medium-9{flex:0 1 auto;width:75%}.row .column.medium-offset-9{margin-left:75%}.row .column.medium-pull-9{left:auto;right:75%}.row .column.medium-push-9{right:auto;left:75%}.row .column.medium-10{flex:0 1 auto;width:83.33333%}.row .column.medium-offset-10{margin-left:83.33333%}.row .column.medium-pull-10{left:auto;right:83.33333%}.row .column.medium-push-10{right:auto;left:83.33333%}.row .column.medium-11{flex:0 1 auto;width:91.66667%}.row .column.medium-offset-11{margin-left:91.66667%}.row .column.medium-pull-11{left:auto;right:91.66667%}.row .column.medium-push-11{right:auto;left:91.66667%}.row .column.medium-12{flex:0 1 auto;width:100%}.row .column.medium-offset-12{margin-left:100%}.row .column.medium-pull-12{left:auto;right:100%}.row .column.medium-push-12{right:auto;left:100%}.row .column.first-on-medium{order:-1}.row .column.last-on-medium{order:1}.row .column.origin-on-medium{order:0}.row .column.hide-on-medium{display:none}.row .column.show-on-medium{display:block}}@media (min-width: 1024px){.row .column.large-auto{flex:1 1 0px}.row .column.large-1{flex:0 1 auto;width:8.33333%}.row .column.large-offset-1{margin-left:8.33333%}.row .column.large-pull-1{left:auto;right:8.33333%}.row .column.large-push-1{right:auto;left:8.33333%}.row .column.large-2{flex:0 1 auto;width:16.66667%}.row .column.large-offset-2{margin-left:16.66667%}.row .column.large-pull-2{left:auto;right:16.66667%}.row .column.large-push-2{right:auto;left:16.66667%}.row .column.large-3{flex:0 1 auto;width:25%}.row .column.large-offset-3{margin-left:25%}.row .column.large-pull-3{left:auto;right:25%}.row .column.large-push-3{right:auto;left:25%}.row .column.large-4{flex:0 1 auto;width:33.33333%}.row .column.large-offset-4{margin-left:33.33333%}.row .column.large-pull-4{left:auto;right:33.33333%}.row .column.large-push-4{right:auto;left:33.33333%}.row .column.large-5{flex:0 1 auto;width:41.66667%}.row .column.large-offset-5{margin-left:41.66667%}.row .column.large-pull-5{left:auto;right:41.66667%}.row .column.large-push-5{right:auto;left:41.66667%}.row .column.large-6{flex:0 1 auto;width:50%}.row .column.large-offset-6{margin-left:50%}.row .column.large-pull-6{left:auto;right:50%}.row .column.large-push-6{right:auto;left:50%}.row .column.large-7{flex:0 1 auto;width:58.33333%}.row .column.large-offset-7{margin-left:58.33333%}.row .column.large-pull-7{left:auto;right:58.33333%}.row .column.large-push-7{right:auto;left:58.33333%}.row .column.large-8{flex:0 1 auto;width:66.66667%}.row .column.large-offset-8{margin-left:66.66667%}.row .column.large-pull-8{left:auto;right:66.66667%}.row .column.large-push-8{right:auto;left:66.66667%}.row .column.large-9{flex:0 1 auto;width:75%}.row .column.large-offset-9{margin-left:75%}.row .column.large-pull-9{left:auto;right:75%}.row .column.large-push-9{right:auto;left:75%}.row .column.large-10{flex:0 1 auto;width:83.33333%}.row .column.large-offset-10{margin-left:83.33333%}.row .column.large-pull-10{left:auto;right:83.33333%}.row .column.large-push-10{right:auto;left:83.33333%}.row .column.large-11{flex:0 1 auto;width:91.66667%}.row .column.large-offset-11{margin-left:91.66667%}.row .column.large-pull-11{left:auto;right:91.66667%}.row .column.large-push-11{right:auto;left:91.66667%}.row .column.large-12{flex:0 1 auto;width:100%}.row .column.large-offset-12{margin-left:100%}.row .column.large-pull-12{left:auto;right:100%}.row .column.large-push-12{right:auto;left:100%}.row .column.first-on-large{order:-1}.row .column.last-on-large{order:1}.row .column.origin-on-large{order:0}.row .column.hide-on-large{display:none}.row .column.show-on-large{display:block}}.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:100%;margin:0 0 .9rem;padding:.6rem;background:#fff;border:1px solid #bbb;box-shadow:inset 0 1px 3px rgba(0,0,0,0.05);border-radius:0;outline:none;resize:vertical;transition:border-color .3s ease;color:#000;font-family:inherit;font-size:100%;line-height:1.15}.input[disabled]{border-color:#c8c8c8;background-color:#f2f2f2;box-shadow:none;cursor:not-allowed;color:#0d0d0d}.input:focus{border-color:#17f}.input::-moz-placeholder{color:#999;opacity:1}.input:-ms-input-placeholder{opacity:1}.input::placeholder{color:#999;opacity:1}.input:-ms-input-placeholder{color:#999}.input::-ms-input-placeholder{color:#999}.control{position:relative;margin:0 0 .9rem;box-sizing:border-box}.control__input{position:absolute;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;left:0;top:calc(50% - 10px);width:20px;height:20px;pointer-events:none}.control__label{display:flex;align-items:center;position:relative;color:#000}.control__label:after,.control__label:before{content:"";display:block;width:20px;height:20px;border:1px solid transparent}.control__label:before{flex-shrink:0;transition:border-color .3s ease;margin-right:.6rem;border-color:#bbb;box-shadow:inset 0 1px 3px rgba(0,0,0,0.05);background:#fff}.control__label:after{position:absolute;top:calc(50% - 11px);left:0;background-size:60%;background-repeat:no-repeat;background-position:50%;transform:scale(0);transition:transform .3s ease}.control__input[type=radio]+.control__label:before{border-radius:100%}.control__input[type=radio]+.control__label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27512%27 height=%27512%27%3E%3Cpath d=%27M256 464c114.9 0 208-93.1 208-208S370.9 48 256 48 48 141.1 48 256s93.1 208 208 208z%27/%3E%3C/svg%3E")}.control__input[type=checkbox]+.control__label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27512%27 height=%27512%27%3E%3Cpath d=%27M461.6 109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4-2.4 0-4.6 1-6.3 2.5L194.5 323s-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9s-6.4 3.1-8.7 5.4c-1.7 1.8-29.7 31.2-43.5 45.8-.8.9-1.3 1.4-2 2.1-1.2 1.7-2 3.6-2 5.7 0 2.2.8 4 2 5.7l2.8 2.6s139.3 133.8 141.6 136.1c2.3 2.3 5.1 5.2 9.2 5.2 4 0 7.3-4.3 9.2-6.2l249.1-320c1.2-1.7 2-3.6 2-5.8 0-2.5-1-4.6-2.4-6.4z%27/%3E%3C/svg%3E")}.control__input[type=checkbox][disabled]+.control__label,.control__input[type=radio][disabled]+.control__label{cursor:not-allowed;color:#0d0d0d}.control__input[type=checkbox][disabled]+.control__label:before,.control__input[type=radio][disabled]+.control__label:before{border-color:#c8c8c8;background-color:#f2f2f2;box-shadow:none}.control__input:focus+.control__label:before{border-color:#17f}.control__input:checked+.control__label:after{transform:scale(1)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;margin:0 0 .9rem;padding:0.6rem calc(.9rem + 12px) 0.6rem 0.6rem;width:100%;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27512%27 height=%27512%27%3E%3Cpath d=%27M256 298.3l174.2-167.2c4.3-4.2 11.4-4.1 15.8.2l30.6 29.9c4.4 4.3 4.5 11.3.2 15.5L264.1 380.9c-2.2 2.2-5.2 3.2-8.1 3-3 .1-5.9-.9-8.1-3L35.2 176.7c-4.3-4.2-4.2-11.2.2-15.5L66 131.3c4.4-4.3 11.5-4.4 15.8-.2L256 298.3z%27/%3E%3C/svg%3E");background-size:12px;background-repeat:no-repeat;background-position:calc(100% - .6rem) 50%;border:1px solid #bbb;box-shadow:inset 0 1px 3px rgba(0,0,0,0.05);border-radius:0;outline:0;transition:border-color .3s ease;color:#000;font-family:inherit;font-size:100%;line-height:1.15}.select[disabled]{border-color:#c8c8c8;background-color:#f2f2f2;box-shadow:none;cursor:not-allowed;color:#0d0d0d}.select:focus{border-color:#17f}.select::-ms-expand{display:none}html{width:100%;height:100%;font:normal 400 112.5%/1.8 "Roboto",Arial,sans-serif}@media (max-width: 960px){html{font-size:87.5%}}body{color:#4A4A4A;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body *,body *::before,body *::after{box-sizing:border-box}body h1.ergo,body h2.ergo{color:#8e0038}body table.ergo th{background-color:#545241}body table.ergo tr:nth-child(odd){background-color:#ebe6d8}@font-face{font-family:"Roboto";src:url(/dist/a25806274237d06e00a6.woff2) format("woff2"),url(/dist/31012f9b3e3da44f87e8.woff) format("woff");font-style:normal;font-weight:400}@font-face{font-family:"Roboto";src:url(/dist/007ccbd3e8708c6afef8.woff2) format("woff2"),url(/dist/0d0bf30e7eeb4f6e7fd5.woff) format("woff");font-style:italic;font-weight:400}@font-face{font-family:"Roboto";src:url(/dist/fc0337b9cf1cce2e6e1e.woff2) format("woff2"),url(/dist/b14ca2d2b289afceb0b0.woff) format("woff");font-style:normal;font-weight:500}@font-face{font-family:"Roboto";src:url(/dist/ace58ae211415a1f378b.woff2) format("woff2"),url(/dist/9a91a0398c5cb21f0199.woff) format("woff");font-style:italic;font-weight:500}@font-face{font-family:"Roboto";src:url(/dist/6cd35edfbc0d7a417131.woff2) format("woff2"),url(/dist/3f2cbde6b72e8d05669f.woff) format("woff");font-style:normal;font-weight:700}@font-face{font-family:"Roboto";src:url(/dist/74126ecd07ad0d25d3f6.woff2) format("woff2"),url(/dist/997a1e8970d2b7e50fff.woff) format("woff");font-style:italic;font-weight:700}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0 0 .9rem;text-rendering:optimizeLegibility;letter-spacing:1px}h1,.h1{font-size:2em;font-weight:700;line-height:1.3;letter-spacing:.5px;color:#003A57}@media (max-width: 640px){h1,.h1{font-size:1.4em}}h2,.h2{font-size:1.667em;font-weight:500;line-height:1.16em;color:#003A57}@media (max-width: 640px){h2,.h2{font-size:1.2em}}h3,.h3{font-size:1.333em;font-weight:700;line-height:1.3}@media (max-width: 640px){h3,.h3{font-size:1em}}h4,.h4{font-size:1.111em;font-weight:700}@media (max-width: 640px){h4,.h4{font-size:1em}}h5,.h5{font-size:.83em}h6,.h6{font-size:.75em}p,address,ol,ul,label,blockquote{margin:0 0 .9rem;line-height:1.5;font-style:normal}ul{list-style-type:square}a{text-decoration:none;color:currentColor}img{margin:0 0 .9rem;max-width:100%;height:auto}table,.table{margin:0 0 .9rem;width:100%;border-collapse:collapse}table th,.table th{text-align:left;background-color:#BFBFBF;color:#fff;border-right:1px solid #fff;border-left:1px solid #fff}table th:first-child,.table th:first-child{border-left:0}table th:last-child,.table th:last-child{border-right:0}table td,table th,.table td,.table th{padding:.3em 1em}table td,.table td{border:1px solid #d9d9d9}table tr:nth-child(odd),.table tr:nth-child(odd){background-color:#EFEFEF}table--fund,.table--fund{margin:0}table--fund td,.table--fund td{border:0}table--fund td,table--fund th,.table--fund td,.table--fund th{padding:.3em .5em}table--fund tr:nth-child(odd),.table--fund tr:nth-child(odd){background-color:transparent}table .odd,.table .odd{background-color:#EFEFEF !important}@media (max-width: 960px){table--spacing,.table--spacing{margin-bottom:1.8rem}}hr{margin:0 0 .9rem;height:1px;background:#000;border:0}.spacing-huge{margin-bottom:3.6rem}.spacing-large{margin-bottom:2.7rem}.spacing-medium{margin-bottom:1.8rem}.spacing-small{margin-bottom:.9rem}.spacing-zero{margin-bottom:0}.border-white{border:#fff 6px solid}.border-black{border:#000 6px solid}.border-dark{border:#5F5F5F 6px solid}.border-primary{border:#003A57 6px solid}.border-red{border:#8A0000 6px solid}.border-light{border:#EFEFEF 6px solid}.border-lightgrey{border:#BFBFBF 6px solid}.border-midgrey{border:#CACACA 6px solid}.border-darkgrey{border:#7F7F7F 6px solid}.border-lightblue{border:#9cf 6px solid}.border-text{border:#4A4A4A 6px solid}.border-orange{border:#ec690c 6px solid}.border-yellow{border:#d2a100 6px solid}.border-green{border:#9abb59 6px solid}.border-midblue{border:#748eb8 6px solid}.background-white{background-color:#fff}.background-white.section{padding:1.8rem}.background-black{background-color:#000}.background-black.section{padding:1.8rem}.background-dark{background-color:#5F5F5F}.background-dark.section{padding:1.8rem}.background-primary{background-color:#003A57}.background-primary.section{padding:1.8rem}.background-red{background-color:#8A0000}.background-red.section{padding:1.8rem}.background-light{background-color:#EFEFEF}.background-light.section{padding:1.8rem}.background-lightgrey{background-color:#BFBFBF}.background-lightgrey.section{padding:1.8rem}.background-midgrey{background-color:#CACACA}.background-midgrey.section{padding:1.8rem}.background-darkgrey{background-color:#7F7F7F}.background-darkgrey.section{padding:1.8rem}.background-lightblue{background-color:#9cf}.background-lightblue.section{padding:1.8rem}.background-text{background-color:#4A4A4A}.background-text.section{padding:1.8rem}.background-orange{background-color:#ec690c}.background-orange.section{padding:1.8rem}.background-yellow{background-color:#d2a100}.background-yellow.section{padding:1.8rem}.background-green{background-color:#9abb59}.background-green.section{padding:1.8rem}.background-midblue{background-color:#748eb8}.background-midblue.section{padding:1.8rem}.background-light .usp--inverted{background-color:#fff}.background-light.section{padding:1.8rem}.background-orange{color:#ffffff}.background-green{color:#ffffff}.background-midblue{color:#ffffff}.background-none.section{padding:1.8rem}.color-white{color:#fff}.color-white h1,.color-white h2,.color-white h3,.color-white h4,.color-white h5,.color-white h6,.color-white .h1,.color-white .h2,.color-white .h3,.color-white .h4,.color-white .h5,.color-white .h6{color:#fff !important}.color-black{color:#000}.color-black h1,.color-black h2,.color-black h3,.color-black h4,.color-black h5,.color-black h6,.color-black .h1,.color-black .h2,.color-black .h3,.color-black .h4,.color-black .h5,.color-black .h6{color:#000 !important}.color-dark{color:#5F5F5F}.color-dark h1,.color-dark h2,.color-dark h3,.color-dark h4,.color-dark h5,.color-dark h6,.color-dark .h1,.color-dark .h2,.color-dark .h3,.color-dark .h4,.color-dark .h5,.color-dark .h6{color:#5F5F5F !important}.color-primary{color:#003A57}.color-primary h1,.color-primary h2,.color-primary h3,.color-primary h4,.color-primary h5,.color-primary h6,.color-primary .h1,.color-primary .h2,.color-primary .h3,.color-primary .h4,.color-primary .h5,.color-primary .h6{color:#003A57 !important}.color-red{color:#8A0000}.color-red h1,.color-red h2,.color-red h3,.color-red h4,.color-red h5,.color-red h6,.color-red .h1,.color-red .h2,.color-red .h3,.color-red .h4,.color-red .h5,.color-red .h6{color:#8A0000 !important}.color-light{color:#EFEFEF}.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6,.color-light .h1,.color-light .h2,.color-light .h3,.color-light .h4,.color-light .h5,.color-light .h6{color:#EFEFEF !important}.color-lightgrey{color:#BFBFBF}.color-lightgrey h1,.color-lightgrey h2,.color-lightgrey h3,.color-lightgrey h4,.color-lightgrey h5,.color-lightgrey h6,.color-lightgrey .h1,.color-lightgrey .h2,.color-lightgrey .h3,.color-lightgrey .h4,.color-lightgrey .h5,.color-lightgrey .h6{color:#BFBFBF !important}.color-midgrey{color:#CACACA}.color-midgrey h1,.color-midgrey h2,.color-midgrey h3,.color-midgrey h4,.color-midgrey h5,.color-midgrey h6,.color-midgrey .h1,.color-midgrey .h2,.color-midgrey .h3,.color-midgrey .h4,.color-midgrey .h5,.color-midgrey .h6{color:#CACACA !important}.color-darkgrey{color:#7F7F7F}.color-darkgrey h1,.color-darkgrey h2,.color-darkgrey h3,.color-darkgrey h4,.color-darkgrey h5,.color-darkgrey h6,.color-darkgrey .h1,.color-darkgrey .h2,.color-darkgrey .h3,.color-darkgrey .h4,.color-darkgrey .h5,.color-darkgrey .h6{color:#7F7F7F !important}.color-lightblue{color:#9cf}.color-lightblue h1,.color-lightblue h2,.color-lightblue h3,.color-lightblue h4,.color-lightblue h5,.color-lightblue h6,.color-lightblue .h1,.color-lightblue .h2,.color-lightblue .h3,.color-lightblue .h4,.color-lightblue .h5,.color-lightblue .h6{color:#9cf !important}.color-text{color:#4A4A4A}.color-text h1,.color-text h2,.color-text h3,.color-text h4,.color-text h5,.color-text h6,.color-text .h1,.color-text .h2,.color-text .h3,.color-text .h4,.color-text .h5,.color-text .h6{color:#4A4A4A !important}.color-orange{color:#ec690c}.color-orange h1,.color-orange h2,.color-orange h3,.color-orange h4,.color-orange h5,.color-orange h6,.color-orange .h1,.color-orange .h2,.color-orange .h3,.color-orange .h4,.color-orange .h5,.color-orange .h6{color:#ec690c !important}.color-yellow{color:#d2a100}.color-yellow h1,.color-yellow h2,.color-yellow h3,.color-yellow h4,.color-yellow h5,.color-yellow h6,.color-yellow .h1,.color-yellow .h2,.color-yellow .h3,.color-yellow .h4,.color-yellow .h5,.color-yellow .h6{color:#d2a100 !important}.color-green{color:#9abb59}.color-green h1,.color-green h2,.color-green h3,.color-green h4,.color-green h5,.color-green h6,.color-green .h1,.color-green .h2,.color-green .h3,.color-green .h4,.color-green .h5,.color-green .h6{color:#9abb59 !important}.color-midblue{color:#748eb8}.color-midblue h1,.color-midblue h2,.color-midblue h3,.color-midblue h4,.color-midblue h5,.color-midblue h6,.color-midblue .h1,.color-midblue .h2,.color-midblue .h3,.color-midblue .h4,.color-midblue .h5,.color-midblue .h6{color:#748eb8 !important}.button,.bp_contact__refreshcaptcha,.disclaimer_radio__radios .control__label{display:inline-block;margin:0 0 .9rem;padding:.5em 1em;text-decoration:none;text-align:center;white-space:nowrap;cursor:pointer;user-select:none;vertical-align:middle;text-transform:uppercase;background:transparent;min-width:200px;border-radius:5px;font-size:.889em;font-weight:500;position:relative;color:#003A57;border:2px solid #003A57}.button span,.bp_contact__refreshcaptcha span,.disclaimer_radio__radios .control__label span{position:relative}.button::before,.bp_contact__refreshcaptcha::before,.disclaimer_radio__radios .control__label::before{content:'';position:absolute;background:#003A57;top:0;left:-1px;right:0;bottom:-1px;width:calc(100% + 2px);transform:scaleX(0);transition:transform .45s cubic-bezier(0.51, 0.92, 0.24, 1);border-radius:3px}.button:hover span,.bp_contact__refreshcaptcha:hover span,.disclaimer_radio__radios .control__label:hover span{color:#fff}.button:hover::before,.bp_contact__refreshcaptcha:hover::before,.disclaimer_radio__radios .control__label:hover::before{transform:scaleX(1)}.button--secondary,.bp_contact__refreshcaptcha{color:#fff;border:2px solid #fff}.button--secondary::before,.bp_contact__refreshcaptcha::before{background:#fff}.button--secondary:hover span,.bp_contact__refreshcaptcha:hover span{color:#003A57}.button--filled{background:#003A57;color:#fff}.button--filled.button--primary{background:#003A57;border:2px solid transparent}.button--filled.button--primary::before{background:#fff}.button--filled.button--primary:hover span{color:#003A57}.button--filled.button--secondary,.button--filled.bp_contact__refreshcaptcha{background:#7F7F7F;border:2px solid transparent}.button--filled.button--secondary::before,.button--filled.bp_contact__refreshcaptcha::before{background:#4c4c4c}.button--filled.button--secondary:hover span,.button--filled.bp_contact__refreshcaptcha:hover span{color:#fff}.button--filled.button--logout{background:#8A0000}.button--filled.button--logout:hover span{color:#8A0000}.button--login{margin-left:auto;background-color:white;color:#003A57;margin-top:.9rem}.button--login::before{display:none}.button--cancel{margin-left:auto;background-color:white;color:#003A57;margin-top:0}.button--cancel::before{display:none}.align-left{text-align:left;justify-content:flex-start}.align-right{text-align:right;justify-content:flex-end}.align-center{text-align:center;justify-content:center}.section{padding:0;margin-bottom:1.8rem}.section__headline{padding-bottom:.9rem}.section--excerpt{padding-bottom:1.8rem}.section--smallpadding{padding:.9rem 0}.section--nospace{padding:0}.section--nospaceTop{padding-top:0}.section--rte{padding:.9rem 0}@media (max-width: 960px){.section--rte{padding:1.8rem 0}.section--rte table{overflow:auto;display:block}}.section--nospaceBottom{margin-bottom:0;padding-bottom:0 !important}.section.section_teasers{padding-bottom:0}.link{color:#4A4A4A;text-transform:uppercase;font-size:.778em;align-items:center;transition:all .3s cubic-bezier(0.51, 0.92, 0.24, 1);position:relative;flex-grow:0}.link::after{content:'';background-image:url(/dist/732fcc3bfb7a73abf210.svg);background-repeat:no-repeat;position:absolute;left:calc(100% + 10px);top:calc(50% - 6px);width:25px;height:12px;transition:all .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.link:hover{transform:translateX(20px)}.link:hover::after{left:-20px}.link--medium{font-weight:500;letter-spacing:1px}.link--red{color:#8A0000}.link--red::after{background-image:url(/dist/23f92405d8dcfd72f065.svg)}.link--white{color:#fff}.link--white::after{background-image:url(/dist/730719e90cdac9dfa2f1.svg)}.link_download{color:#8A0000;display:flex;align-items:flex-start}.link_download__icon{fill:currentColor;flex-shrink:0}.link_download__description{padding-left:.3em}.link_download__description span{font-size:1em}.link_download svg{margin-top:7px}.link_download:hover{color:#570000}.link_download:hover span{color:#570000}.link_arrow{display:inline-flex;align-items:center;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1);width:100%}.link_arrow__label{font-size:.667em;font-weight:500}.link_arrow__icon{height:.54em;width:.54em;margin-top:0;margin-left:.5em;fill:currentColor;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.link_arrow:hover .link_arrow__icon{transform:translateX(6px)}.introtext{font-size:1.333em;line-height:2.27}.wide{display:flex;margin-bottom:1.8rem}.wide__image{background-size:cover;background-position:center;background-repeat:no-repeat}.wide__image--contain{background-size:contain}@media (max-width: 640px){.wide__image{height:200px}}.wide p{margin-bottom:3.6rem;font-size:.889em}@media (max-width: 960px){.wide p{margin-bottom:0;font-size:1em}}.wide__textContainer{padding:1.8rem .9rem 1.8rem .9rem}@media (max-width: 960px){.wide__textContainer{padding:1.8rem .9rem}}.wide__linkcontainer{margin-top:.9rem;line-height:1}.wide__linkcontainer .link{display:inline-block}.flex{display:flex}.updates{width:100%;box-shadow:0 2px 4px 1px rgba(0,0,0,0.2);transition:background-color .6s cubic-bezier(0.51, 0.92, 0.24, 1);margin-bottom:1.8rem;background-color:#fff}.updates:hover{background-color:#EFEFEF}.updates:hover .updates__image div{transform:scale(1.05)}@media (max-width: 960px){.updates{margin:.9rem 0}}.updates--wide{display:flex;flex-direction:column;flex-grow:1;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;box-shadow:0 2px 4px 1px rgba(0,0,0,0.2)}.updates--wide::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;background-color:black;opacity:.4;transition:opacity .6s cubic-bezier(0.51, 0.92, 0.24, 1)}.updates--wide:hover::before{opacity:.7}.updates--wide:hover .updates__content--wide{padding-left:2.16rem}@media (max-width: 1024px){.updates--wide{padding-top:14.4rem}}.updates__image{width:100%;overflow:hidden;padding-top:56.25%;position:relative}.updates__image>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}@media (hover: hover){.updates__image:hover>*{transform:scale(1.05)}.updates__image>*{transition:transform .6s cubic-bezier(0.51, 0.92, 0.24, 1)}}.updates__content{padding:.9rem}.updates__content p{font-size:.889em}@media (max-width: 960px){.updates__content p{font-size:1em}}.updates__content--wide{z-index:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.8rem;height:100%;transition:padding-left .6s cubic-bezier(0.51, 0.92, 0.24, 1)}.updates__content--wide p{font-size:.889em}.updates__meta{font-size:1em;font-weight:500;text-transform:uppercase;color:#8A0000;margin-bottom:.45rem}.updates__meta--wide{color:#fff}.study__image{width:100%}.study__header{color:#003A57}.study__textContainer p{font-size:.889em}.menu-button{display:inline-block;padding:.5em;background-color:transparent}.burger-icon{position:relative;margin-top:8px;margin-bottom:8px;user-select:none;display:block;width:25px;height:3px;background-color:#444;outline:1px solid transparent;transition-duration:.3s}.burger-icon::before,.burger-icon::after{display:block;width:25px;height:3px;background-color:#444;outline:1px solid transparent;transition-duration:.3s;position:absolute;content:''}.burger-icon::before{top:-8px}.burger-icon::after{top:8px}.menu-button.is-active .burger-icon{background-color:transparent}.menu-button.is-active .burger-icon::before{transform:translateY(8px) rotate(45deg)}.menu-button.is-active .burger-icon::after{transform:translateY(-8px) rotate(-45deg)}.header_main{position:fixed;right:0;left:0;transition:top .3s;z-index:2}.header_main__desktop{top:30px}@media (max-width: 1024px){.header_main__desktop{display:none}}.header_main__mobile{display:none;z-index:1;width:100%;background:#fff;min-height:75px}@media (max-width: 1024px){.header_main__mobile{top:0;display:block}}.header_main__container{display:flex;align-items:center;justify-content:space-between;padding:.9rem;background:white;width:100%;position:relative;min-height:90px}.header_main__items{width:100%;display:flex;height:100%;justify-content:center}.header_main__item{font-weight:500;font-size:.889em;margin:0 .9rem;text-transform:uppercase;height:100%;display:flex;align-items:center;position:relative}.header_main__item::after{content:'';position:absolute;bottom:.9rem;left:0;transform:scaleX(0);width:100%;height:2px;background:#003A57;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.header_main__item.active::after,.header_main__item.pageActive::after{transform:scale(1);transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1) .3s}.header_main__logo--institut{margin-bottom:-40px;padding-top:10px}.header_main__logo img{margin:0;display:block}.header_main__searchForm{position:absolute;top:calc(50% - 20px);right:0;height:45px}.header_main__search{width:45px;height:45px;background:#003A57;border:none;font-size:.889em;float:right;color:#fff;padding-left:45px;border-radius:5px;transition:width .55s ease}.header_main__search::placeholder{color:#BFBFBF}.header_main__search::-ms-clear{display:none;width:0;height:0}.header_main__search::-ms-reveal{display:none;width:0;height:0}.header_main__search::-webkit-search-decoration,.header_main__search::-webkit-search-cancel-button,.header_main__search::-webkit-search-results-button,.header_main__search::-webkit-search-results-decoration{display:none}.header_main__searchContainer{width:100%;vertical-align:middle;white-space:nowrap;position:relative}.header_main__searchIcon{position:absolute;top:13px;right:13px;z-index:1;pointer-events:none;outline:0;cursor:pointer;background:transparent;border:0;padding:0}.header_main__searchIcon img{width:20px;height:20px}.header_main__subnav{display:block;pointer-events:none;transform:scaleY(0);transform-origin:top center;overflow:hidden;position:fixed;right:0;left:0;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1);z-index:1}.header_main__subnav.active{pointer-events:auto;transform:scaleY(1);transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1) .3s}.header_top{background:rgba(255,255,255,0.8);position:fixed;top:0;width:100%;transition:top .3s;border-bottom:1px solid #EFEFEF;height:30px;z-index:2}@media (max-width: 1024px){.header_top{display:none}}.header_top__container{display:flex;justify-content:flex-end;align-items:center;width:100%;height:30px}.header_top__item{margin:0 .9rem;text-transform:uppercase;font-size:.778em}.header_top__item:hover{text-decoration:underline}.header_top__item:last-child{margin-right:0}.header_top__item.button,.header_top__item.bp_contact__refreshcaptcha,.disclaimer_radio__radios .header_top__item.control__label{text-decoration:none;min-width:100px;padding:0;margin-bottom:1px;transform:scale(0.8)}.header_top__item.button:before,.header_top__item.bp_contact__refreshcaptcha:before,.disclaimer_radio__radios .header_top__item.control__label:before{top:-1px;bottom:-1px;height:auto}.header_login{position:fixed;top:30px;display:none;background:linear-gradient(-164deg, #003A57 2%, #005c8a 100%);width:480px;color:#fff;padding:3.6rem;z-index:3}.header_login__link{margin-bottom:.9rem;display:flex;align-items:center;position:relative;transition:all .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.header_login__link::after{content:'';background-image:url(/dist/730719e90cdac9dfa2f1.svg);background-repeat:no-repeat;position:absolute;right:0;top:calc(50% - 6px);width:25px;height:12px;transition:all .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.header_login__link:hover::after{right:-.45rem}.header_login__link:last-child{margin-bottom:0}.footer_sub{border-top:1px solid #b1b1b1}.footer_sub__container{display:flex;justify-content:center;align-items:center;padding:.6rem 0}@media (max-width: 1024px){.footer_sub__container{flex-direction:column;padding-bottom:5.4rem;padding-top:1.8rem}}.footer_sub__icons{display:flex;flex-flow:row nowrap;justify-content:space-between;align-content:center;margin:0 .9rem}@media all and (-ms-high-contrast: none){.footer_sub__icons{height:42px}}@media (max-width: 1024px){.footer_sub__icons{margin:.9rem 0}}.footer_sub__icon{width:20px;height:auto;margin:0 4px;display:flex;flex-flow:column;align-items:center;justify-content:center}@media (max-width: 1024px){.footer_sub__icon{width:30px}}.footer_sub__item{margin:0 .9rem;font-size:.778em;text-align:center;line-height:1.2em;margin-bottom:0}.footer_sub__item:not(.footer_sub__copyright):hover{text-decoration:underline}@media (max-width: 1024px){.footer_sub__item{font-size:1em;margin-bottom:.8em}}.footer{font-size:.889em;padding-top:1.8rem;color:#5F5F5F}@media (max-width: 1024px){.footer{display:none}}.footer__items{margin-bottom:1.8rem}.footer__items--no-margin{margin-bottom:0}.footer__item,.footer__subitem{display:block}.footer__item:hover,.footer__subitem:hover{text-decoration:underline}.footer__item{font-weight:700}.testimonials{padding:1.8rem 0}.testimonials__container{column-count:2;column-gap:1.8rem}@media (max-width: 1280px){.testimonials__container{column-count:1}}.testimonials__item{display:inline-block;width:100%;border-bottom:1px solid #4A4A4A;padding:.9rem 0}.testimonials__meta{font-size:.667em}.testimonials__header:hover{text-decoration:underline;color:#003A57}.testimonials__border{border-bottom:1px solid #4A4A4A}@media (max-width: 1280px){.testimonials__border{display:none}}.testimonials__link{display:flex;align-items:center}.testimonials__link .h4,.testimonials__link img{margin:0}.testimonials__link img{margin-left:auto}.excerpt{width:100%;padding:.9rem 1.8rem;background:white;margin-bottom:1.8rem}.excerpt .img-div{display:flex;max-height:400px;width:100%;flex-direction:row;align-items:center;justify-content:center}.excerpt .excerpts-headline{color:inherit}.excerpt__category{color:#8A0000;font-size:.667em;margin-bottom:.9rem}.excerpt__bodytext{font-size:.887em}.excerpt .link{margin-top:auto}@media (max-width: 1024px){.excerpt .link{margin-bottom:1.8rem}}.excerpt__container{display:flex;flex-direction:column;align-items:flex-start;height:100%;width:100%}@media (max-width: 1024px){.excerpt__container{border-bottom:1px solid #EFEFEF}}.partner__images{margin-bottom:1.8rem}.partner__image{padding:.9rem}.hero{background-position:10% center;background-size:cover;background-repeat:no-repeat;height:800px}@media (max-width: 1024px){.hero{margin-top:75px}}@media (max-width: 960px){.hero{height:auto;max-height:750px}.hero .hero_carousel__logopart{display:none}}.hero--small{filter:blur(5px);height:390px;margin:-6px}@media (max-width: 960px){.hero--small{height:300px}}.hero .hero_carousel__cellcontent{transition:opacity 1.5s cubic-bezier(0.51, 0.92, 0.24, 1);opacity:1}@media (max-width: 960px){.hero .hero_carousel__cellcontent--small{height:80%}}.hero .hero_carousel__logotext{animation:opacity 1s .4s linear forwards}.hero .hero_carousel__logo{position:absolute;top:15%}@media (max-width: 960px){.hero .hero_carousel__logo{top:10%}}.hero .hero_carousel__logo #stroke-blue,.hero .hero_carousel__logo #stroke-red{animation:dash 1s .8s linear forwards}.hero .hero_carousel__logo #fill-blue{animation:fill-blue .4s 1.5s linear forwards}.hero .hero_carousel__logo #fill-red{animation:fill-red .4s 1.5s linear forwards}.hero__gradient{background-image:linear-gradient(transparent, rgba(0,0,0,0.6))}.hero__text{height:800px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:3.6rem}.hero__text p{font-size:.887em}@media (max-width: 960px){.hero__text p{font-size:1em}}@media (max-width: 960px){.hero__text{height:400px}}.hero__text--small{display:none}.hero__blurpseudo{overflow:hidden}@media (max-width: 640px){.hero__blurpseudo{margin-bottom:1.8rem}}@keyframes dash{to{opacity:1;stroke-dashoffset:0}}@keyframes fill-red{to{fill:#8A0000}}@keyframes fill-blue{to{fill:#003A57}}@keyframes opacity{to{opacity:1}}.showcase{display:flex;justify-content:center;font-size:.889em;color:#fff}@media (max-width: 960px){.showcase{display:flex;flex-direction:column}}.showcase__images{background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width: 960px){.showcase__images{width:100%;height:250px}}@media (min-width: 961px){.showcase__images{width:30%}}@media (min-width: 1921px){.showcase__images--left{width:36%}.showcase__images--right{width:41%}}.showcase__content{flex:1;padding:1.8rem;color:white;background-image:linear-gradient(-164deg, #003A57 2%, #005c8a 100%)}.showcase__content--grey{background-image:linear-gradient(-164deg, #efefef 2%, #fff 100%);color:#4A4A4A}@media (min-width: 640px){.half_section .contact_block_vert{flex:0 1 auto;width:50%}.full_section .contact_block_vert{flex:0 1 auto;width:50%}.main_section .contact_block_vert{flex:0 1 auto;width:50%}.aside_section .contact_block_vert{flex:0 1 auto;width:50%}}@media (min-width: 1024px){.half_section .contact_block_hor{flex:0 1 auto;width:100%}.full_section .contact_block_hor{flex:0 1 auto;width:50%}.main_section .contact_block_hor{flex:0 1 auto;width:100%}}@media (min-width: 1024px){.half_section .contact_block_vert{flex:0 1 auto;width:50%}.full_section .contact_block_vert{flex:0 1 auto;width:33.33333%}.main_section .contact_block_vert{flex:0 1 auto;width:50%}.aside_section .contact_block_vert{flex:0 1 auto;width:100%}}.contact_person{margin-bottom:1.8rem;background:#FFFFFF;box-shadow:0 1px 4px 0 rgba(0,0,0,0.5);font-size:.889em;width:100%}@media (max-width: 960px){.contact_person{font-size:1em}}.contact_person--horizontal{display:flex;box-shadow:none}.contact_person--horizontal .contact_person__picture{height:auto;width:50%}@media (max-width: 960px){.contact_person--horizontal .contact_person__picture{width:100%;height:350px}}.contact_person--horizontal .contact_person__content{background-color:#EFEFEF;width:50%;min-height:152px}@media (max-width: 960px){.contact_person--horizontal .contact_person__content{width:100%}}@media (max-width: 960px){.contact_person--horizontal{flex-direction:column}}.contact_person p{margin-bottom:0;letter-spacing:.056em}.contact_person__headline,.contact_person__details,.contact_person__adress{margin-bottom:.9rem}.contact_person__headline--top{padding:.9rem 1.8rem 0}.contact_person__picture{width:100%;height:272px;background-size:cover;background-repeat:no-repeat}.contact_person__content{padding:1.8rem}.contact_person__name{margin-bottom:0;line-height:1.3}.jump{display:flex}@media (max-width: 1024px){.jump{display:block}}.jump__item{padding:1rem;max-width:80vw;background-color:#003A57;color:#fff;flex:1;text-align:center;position:relative;display:block;border:1px solid #fff;position:relative;display:inline-block;padding:.5em 2em;cursor:pointer;overflow:hidden}.jump__item::before,.jump__item::after{content:'';position:absolute;left:0;height:3px;width:100%;background-color:#003A57}.jump__item::before{top:0}.jump__item::after{bottom:0}.jump__item:hover>*>*::before,.jump__item:hover>*>*::after{transform:translate3d(0, 0, 0)}.jump__item:hover>*>*>*::before,.jump__item:hover>*>*>*::after{transform:translate3d(0, 0, 0)}.jump__item>*::before,.jump__item>*::after{content:'';position:absolute;top:0;height:100%;width:3px;background-color:#003A57}.jump__item>*::before{left:0}.jump__item>*::after{right:0}.jump__item>*>*::before,.jump__item>*>*::after{content:'';position:absolute;left:0;z-index:1;height:3px;width:100%;background-color:#168dff}.jump__item>*>*::before{top:0;transform:translate3d(-105%, 0, 0);transition:transform .8s cubic-bezier(0.4, 0, 0.2, 1)}.jump__item>*>*::after{bottom:0;transform:translate3d(105%, 0, 0);transition:transform .8s cubic-bezier(0.4, 0, 0.2, 1)}.jump__item>*>*>*::before,.jump__item>*>*>*::after{content:'';position:absolute;top:0;z-index:1;height:100%;width:3px;background-color:#168dff}.jump__item>*>*>*::before{left:0;transform:translate3d(0, 105%, 0);transition:transform .8s cubic-bezier(0.4, 0, 0.2, 1)}.jump__item>*>*>*::after{right:0;transform:translate3d(0, -105%, 0);transition:transform .8s cubic-bezier(0.4, 0, 0.2, 1)}.jump__item:first-child{border-left-width:2px;border-top-left-radius:5px;border-bottom-left-radius:5px}@media (max-width: 1024px){.jump__item:first-child{border-width:1px}}.jump__item:last-child{border-right-width:2px;border-top-right-radius:5px;border-bottom-right-radius:5px}@media (max-width: 1024px){.jump__item:last-child{border-width:1px}}@media (max-width: 1024px){.jump__item{max-width:100%;width:100%;margin-right:0;display:block}.jump__item:first-child{margin-top:.9rem}}.jump__subheader{padding-top:.5em;font-size:.778em}.jump__header{font-size:1.333em;line-height:1.2;text-transform:uppercase;font-weight:700;margin-bottom:.5em}.teaser{background:linear-gradient(-164deg, #003A57 2%, #005c8a 100%);color:#fff;padding:1.8rem;display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100%;margin-bottom:1.8rem}@media (max-width: 960px){.teaser{padding-bottom:0}}.teaser__header{width:100%;font-weight:bold;min-height:4em;font-size:1em;line-height:1.2}@media (max-width: 960px){.teaser__header{min-height:auto}}.teaser__bodytext{width:100%;flex:1 0 auto;margin:1em 0;font-size:.889em}@media (max-width: 960px){.teaser__bodytext{font-size:1em;flex:0}}.teaser__link{margin-top:auto}@media (max-width: 960px){.teaser__link{margin-top:0}}.teaser__offbeat:nth-child(even) .teaser{background:#fff;color:#4A4A4A}.teaser__offbeat:nth-child(even) .link{color:#4A4A4A}.teaser__offbeat:nth-child(even) .link::after{background-image:url(/dist/732fcc3bfb7a73abf210.svg)}/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-button{position:absolute;background:rgba(255,255,255,0.75);border:none;color:#333}.flickity-button:hover{background:white;cursor:pointer}.flickity-button:focus{outline:none;box-shadow:0 0 0 5px #19F}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}@media (max-width: 1420px){.flickity-prev-next-button{top:25%}}@media (max-width: 960px){.flickity-prev-next-button{display:none}}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.flickity-enabled.is-fullscreen{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.9);padding-bottom:35px;z-index:1}.flickity-enabled.is-fullscreen .flickity-page-dots{bottom:10px}.flickity-enabled.is-fullscreen .flickity-page-dots .dot{background:white}html.is-flickity-fullscreen{overflow:hidden}.flickity-fullscreen-button{display:block;right:10px;top:10px;width:24px;height:24px;border-radius:4px}.flickity-rtl .flickity-fullscreen-button{right:auto;left:10px}.flickity-fullscreen-button-exit{display:none}.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit{display:block}.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view{display:none}.flickity-fullscreen-button .flickity-button-icon{position:absolute;width:16px;height:16px;left:4px;top:4px}.carousel_location{padding-bottom:1.8rem}@media (max-width: 1024px){.carousel_location{margin-bottom:2.7rem;padding-bottom:.9rem}}.carousel_location.is-fullscreen .cell_location{width:100%}.carousel_location.is-fullscreen .cell_location__caption{display:none}@media (hover: hover){.carousel_location.is-fullscreen .cell_location__image:hover>*{transform:scale(1)}.carousel_location.is-fullscreen .cell_location__image>*{transition:transform .6s cubic-bezier(0.51, 0.92, 0.24, 1)}}.carousel_press{background:#EFEFEF;padding-bottom:1.8rem;margin-bottom:3.6rem;border-bottom:1px solid #5F5F5F}@media (max-width: 960px){.carousel_press{border-bottom:0;padding-bottom:0;margin-bottom:1.8rem}.carousel_press .flickity-page-dots{display:none}}.carousel_press .flickity-button{position:absolute;background:none;border:none;color:#333}.carousel_press .flickity-prev-next-button{top:calc(100% + 48px);width:23px;height:23px;border-radius:4px;z-index:1}.carousel_press .flickity-page-dots .dot{display:inline-block;width:23px;height:23px;background:none;border-radius:2px;opacity:.8;position:relative}.carousel_press .flickity-page-dots{counter-reset:a;bottom:-3.6rem}@media (max-width: 1024px){.carousel_press .flickity-page-dots{bottom:-40px}}@media (max-width: 480px){.carousel_press .flickity-page-dots{bottom:-55px}}.carousel_press .flickity-page-dots .dot::after{content:counter(a);counter-increment:a;color:#4A4A4A;line-height:23px;right:0;bottom:0;top:0;left:0;position:absolute;font-size:.889em}.carousel_press .flickity-page-dots .dot.is-selected{opacity:1;background:#4A4A4A}.carousel_press .flickity-page-dots .dot.is-selected::after{color:#fff}.carousel_network{background:#EFEFEF;margin-bottom:3.6rem}@media (max-width: 960px){.carousel_network{border-bottom:0;padding-bottom:0;margin-bottom:1.8rem}.carousel_network .flickity-page-dots{display:none}}.carousel_network .flickity-button{position:absolute;background:none;border:none;color:#333}.carousel_network .flickity-prev-next-button{top:calc(100% + 48px);width:23px;height:23px;border-radius:4px;z-index:1}.carousel_network .flickity-page-dots .dot{display:inline-block;width:23px;height:23px;background:none;border-radius:2px;opacity:.8;position:relative}.carousel_network .flickity-page-dots{counter-reset:a;bottom:-3.6rem}@media (max-width: 1024px){.carousel_network .flickity-page-dots{bottom:-40px}}@media (max-width: 480px){.carousel_network .flickity-page-dots{bottom:-55px}}.carousel_network .flickity-page-dots .dot::after{content:counter(a);counter-increment:a;color:#4A4A4A;line-height:23px;right:0;bottom:0;top:0;left:0;position:absolute;font-size:.889em}.carousel_network .flickity-page-dots .dot.is-selected{opacity:1;background:#4A4A4A}.carousel_network .flickity-page-dots .dot.is-selected::after{color:#fff}@media (max-width: 960px){.carousel_stories{border-bottom:0;padding-bottom:0;margin-bottom:1.8rem}.carousel_stories .flickity-page-dots{display:none}}.cell_location{width:50%;margin-right:50px}@media (max-width: 960px){.cell_location{width:100%;margin-right:14px}}@media (min-width: 1281px){.cell_location{width:50%;margin-right:84px}}@media (min-width: 1921px){.cell_location{width:38%;margin-right:84px}}.cell_location__map{height:550px}@media (max-width: 960px){.cell_location__map{width:100%;overflow:hidden;padding-top:56.25%;position:relative;height:auto}.cell_location__map>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}}.cell_location__disclaimer{height:550px;text-align:center;display:flex;align-items:center;justify-content:center}@media (max-width: 960px){.cell_location__disclaimer{width:100%;overflow:hidden;padding-top:56.25%;position:relative;height:auto}.cell_location__disclaimer>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}}.cell_location__disclaimer a{text-decoration:underline}.cell_location__image{width:100%;overflow:hidden;padding-top:56.25%;position:relative}.cell_location__image>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}@media (hover: hover){.cell_location__image:hover>*{transform:scale(1.05)}.cell_location__image>*{transition:transform .6s cubic-bezier(0.51, 0.92, 0.24, 1)}}@media (max-width: 960px){.cell_location__image{width:100%;overflow:hidden;padding-top:56.25%;position:relative}.cell_location__image>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}}.cell_location__caption{background-color:#fff;position:relative;margin:-3.6rem 3.6rem 0;padding:1.8rem}@media (max-width: 960px){.cell_location__caption{margin:-3.6rem .9rem 0}}@media (max-width: 1024px){.cell_location__caption{margin:-3.6rem .9rem 0;padding:.9rem}}.cell_press{display:flex;flex-direction:column;width:33%;margin-right:2.857%;justify-content:space-between;min-height:100%}@media (max-width: 1024px){.cell_press{width:40%;margin-right:2%}}@media (max-width: 640px){.cell_press{width:80%;margin-right:2%}}@media (min-width: 1921px){.cell_press{width:22.857%;margin-right:2.857%}}.cell_press__image{width:100%;overflow:hidden;padding-top:78.125%;position:relative}@media (hover: hover){.cell_press__image:hover>*{transform:scale(1.05)}.cell_press__image>*{transition:transform .6s cubic-bezier(0.51, 0.92, 0.24, 1)}}.cell_press__image>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}.cell_press__text{color:#BFBFBF;padding:.9rem 0;width:100%}.cell_press__link{margin-bottom:0}.cell_network{width:40%;margin-right:40px;padding-bottom:40px}@media (max-width: 1024px){.cell_network{width:40%;margin-right:2%}}@media (max-width: 640px){.cell_network{width:80%;margin-right:2%}}@media (min-width: 1921px){.cell_network{width:22.857%;margin-right:2.857%}}.cell_network__image{width:100%;overflow:hidden;padding-top:100%;position:relative}.cell_network__image>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}@media (hover: hover){.cell_network__image:hover>*{transform:scale(1.05)}.cell_network__image>*{transition:transform .6s cubic-bezier(0.51, 0.92, 0.24, 1)}}.cell_network__content{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.2);color:#718a96;font-size:13px;position:relative;margin:-3.6rem 40px 0;padding:1.8rem}@media (max-width: 1024px){.cell_network__content{margin:0}}@media (max-width: 480px){.cell_network__content{font-size:11px}}.cell_network__content h3{color:#344954;font-size:18px;margin-bottom:6px}@media (max-width: 480px){.cell_network__content h3{font-size:16px}}.cell_network__content .link_arrow{font-size:1.5em}@media (max-width: 1024px){.cell_network__content{padding:.9rem}}.cell_network__position{margin-bottom:8px}.cell_network__organisation{font-weight:900;margin-bottom:0;text-transform:uppercase}.cell_story{width:50%;margin-right:50px}@media (max-width: 1024px){.cell_story{width:40%;margin-right:2%}}@media (max-width: 640px){.cell_story{width:80%;margin-right:2%}}@media (min-width: 1921px){.cell_story{width:22.857%;margin-right:2.857%}}.cell_story__image{width:100%;overflow:hidden;padding-top:56.25%;position:relative}.cell_story__image>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}@media (hover: hover){.cell_story__image:hover>*{transform:scale(1.05)}.cell_story__image>*{transition:transform .6s cubic-bezier(0.51, 0.92, 0.24, 1)}}@media (max-width: 960px){.cell_story__image{width:100%;overflow:hidden;padding-top:56.25%;position:relative}.cell_story__image>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}}.cell_story__content{background-color:#fff;position:relative;margin:-3.6rem 3.6rem 0;padding:1.8rem}.cell_story__content .link_arrow{font-size:1.5em}@media (max-width: 960px){.cell_story__content{margin:-3.6rem .9rem 0}}@media (max-width: 1024px){.cell_story__content{margin:-3.6rem .9rem 0;padding:.9rem}}.hero_carousel{position:relative;margin-bottom:1.8rem}@media (max-width: 1024px){.hero_carousel{margin-top:75px}}.hero_carousel__cellcontent{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff;margin-top:15px}.institut .hero_carousel__cellcontent{align-items:flex-end}@media (max-width: 640px){.hero_carousel__cellcontent{display:block}}.hero_carousel__cellcontent--text{justify-content:flex-end;padding-bottom:7.2rem;background-image:linear-gradient(transparent, rgba(0,0,0,0.6));opacity:0;transition:opacity 1.5s cubic-bezier(0.51, 0.92, 0.24, 1);min-height:600px}@media (max-width: 960px){.hero_carousel__cellcontent--text{padding-bottom:50px;min-height:800px}}.hero_carousel__cellcontent--both{align-items:center;background-image:linear-gradient(transparent, rgba(0,0,0,0.6));opacity:0;transition:opacity 1.5s cubic-bezier(0.51, 0.92, 0.24, 1);min-height:600px}@media (min-width: 641px){.hero_carousel__cellcontent--both .hero_carousel__textcontent{position:absolute;top:50%;transform:translateY(-50%)}}@media (max-width: 960px){.hero_carousel__cellcontent--both{padding-bottom:60px;min-height:800px}}.hero_carousel__cellcontent--both.institut{justify-content:flex-end;padding-bottom:7.2rem}@media (min-width: 1024px){.hero_carousel__cellcontent--both.institut{padding-bottom:5.4rem}}@media (max-width: 640px){.hero_carousel__cellcontent--both.institut:before{content:"";background-image:linear-gradient(0deg, rgba(90,90,90,0) 0%, rgba(88,88,88,0.034375) 16.36%, rgba(83,83,83,0.125) 33.34%, rgba(74,74,74,0.253125) 50.1%, rgba(64,64,64,0.4) 65.75%, rgba(51,51,51,0.546875) 79.43%, rgba(36,36,36,0.675) 90.28%, rgba(19,19,19,0.765625) 97.43%, rgba(0,0,0,0.8) 100%);position:absolute;top:0;right:0;bottom:50%;left:0}}.hero_carousel__cellcontent--both.institut .first-on-medium{order:-1}.hero_carousel__key-visual{display:flex;justify-content:flex-end}.hero_carousel__key-visual svg{width:100px}@media (min-width: 1024px){.hero_carousel__key-visual svg{width:140px}}.hero_carousel__logotext{opacity:0;transition:opacity 1.5s cubic-bezier(0.51, 0.92, 0.24, 1)}.hero_carousel__cell{width:100%;height:calc(100vh - 15px);min-height:600px;background-size:cover;background-repeat:no-repeat;background-position:center}@media (max-width: 1024px){.hero_carousel__cell{height:calc(100% - 15px - 75px)}}@media (max-width: 960px){.hero_carousel__cell{min-height:800px}}@media (max-width: 640px){.hero_carousel__cell{height:auto;bottom:0;top:0}}.hero_carousel__cell.is-selected .hero_carousel__cellcontent{transition:opacity 1.5s cubic-bezier(0.51, 0.92, 0.24, 1);opacity:1}.hero_carousel__cell.is-selected .hero_carousel__logotext{animation:opacity 1s .4s linear forwards}.hero_carousel__cell.is-selected .hero_carousel__logo #stroke-blue,.hero_carousel__cell.is-selected .hero_carousel__logo #stroke-red{animation:dash 1s .8s linear forwards}.hero_carousel__cell.is-selected .hero_carousel__logo #fill-blue{animation:fill-blue .4s 1.5s linear forwards}.hero_carousel__cell.is-selected .hero_carousel__logo #fill-red{animation:fill-red .4s 1.5s linear forwards}@media (max-width: 960px){.hero_carousel__cell--corporate{min-height:300px}}@media (max-width: 960px){.hero_carousel__cell--corporate .hero_carousel__logo{margin-bottom:1.8rem}}.hero_carousel__textcontent{width:80%}@media (max-width: 640px){.hero_carousel__textcontent{width:100%;margin-top:1.8rem}}.hero_carousel__logo{height:50%;max-height:500px;margin-top:.9rem;margin-bottom:2.7rem;will-change:transform}@media (max-width: 960px){.hero_carousel__logo{margin:0}}.hero_carousel__logo--small{position:absolute;top:10%}.hero_carousel__logo svg{width:482px;height:523px;max-height:105%}@media (max-width: 960px){.hero_carousel__logo svg{width:90%;height:auto}}.hero_carousel__logo img{width:240px;height:523px;max-height:105%}@media (max-width: 640px){.hero_carousel__logo img{width:40%;height:auto}}.hero_carousel__logo #fill-blue,.hero_carousel__logo #fill-red{fill:transparent}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.hero_carousel__logo #fill-red{fill:#8A0000}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.hero_carousel__logo #fill-blue{fill:#003A57}}.hero_carousel__logo #stroke-blue,.hero_carousel__logo #stroke-red{fill:transparent;stroke-dasharray:1200;stroke-dashoffset:1200;opacity:0}.hero_carousel__headline{color:#fff}.hero_carousel__progresswrap{position:relative;margin:0 auto;width:100%;height:15px;background-color:#003A57}.hero_carousel__progress{position:absolute;top:0;left:0;height:15px;transform:scaleX(0);transform-origin:left center;width:100%;background-color:#1565C0;will-change:transform}.hero_carousel__dots{display:flex;align-items:center;justify-content:center}.hero_carousel__dot{width:10px;height:10px;margin:0 7.2rem;border-radius:50%;background:white;padding:0;opacity:.25;flex-shrink:0;appearance:none;border:0;cursor:pointer}@media (max-width: 1280px){.hero_carousel__dot{margin:0 1.8rem}}@media (max-width: 960px){.hero_carousel__dot{margin:0 .45rem}}@media (max-width: 480px){.hero_carousel__dot{display:none}}.hero_carousel__dot.active{opacity:1}.hero_carousel__controls{position:absolute;display:flex;align-items:center;justify-content:center;bottom:30px;width:100%}@media (max-width: 960px){.hero_carousel__controls{width:100%;justify-content:space-between;padding-right:1.8rem;padding-left:1.8rem}}.hero_carousel__arrow{display:flex;align-items:center;justify-content:center;width:1.875em;height:1.875em;border:0;background:transparent;flex-shrink:0;cursor:pointer;padding:0}.hero_carousel__arrow--prev{margin-right:.225rem}.hero_carousel__arrow--next{transform:scaleX(-1);margin-left:.225rem}.hero_carousel__arrow svg{width:1.5em;height:1.5em;fill:#BFBFBF}@keyframes dash{to{opacity:1;stroke-dashoffset:0}}@keyframes fill-red{to{fill:#8A0000}}@keyframes fill-blue{to{fill:#003A57}}@keyframes opacity{to{opacity:1}}.accordion h2{margin:0}.accordion a{color:#8a0000}.accordion__button{display:flex;width:100%;text-align:left;cursor:pointer;outline:0;align-items:center;position:relative;color:#4A4A4A;padding:.9rem 1.8rem;background:#EFEFEF;border:none;font-weight:700;font-size:1.111em;margin-bottom:3px;padding-right:60px}.accordion__button::after{content:'';background-image:url(/dist/eb397eddaddfcb54c893.svg);position:absolute;right:1.8rem;top:0;bottom:0;height:100%;width:20px;background-position:center;background-size:contain;background-repeat:no-repeat}.accordion__button.active::after{background-image:url(/dist/d5028b0ba9062e4e86f7.svg)}.accordion__button.active{background:#BFBFBF;color:#fff}.accordion__item{max-height:0;overflow:hidden;transition:max-height .2s ease-out;margin:0;background-color:white}.accordion__content{padding:1.8rem}.accordion__chart{overflow-x:auto}.tabs p{margin-bottom:1.8rem}.tabs__button{display:flex;text-align:left;cursor:pointer;outline:0;align-items:center;color:#fff;font-weight:700;font-size:1.111em;padding:.9rem 1.8rem;background:#BFBFBF;border:0;border-right:1px solid #fff;position:relative;padding-right:3.6rem}@media (max-width: 960px){.tabs__button{border-right:0;border-bottom:1px solid white}}.tabs__button:last-child{border-right:0}.tabs__button::after{content:'';background-image:url(/dist/d5028b0ba9062e4e86f7.svg);position:absolute;right:1.8rem;top:0;bottom:0;height:100%;width:20px;background-position:center;background-size:contain;background-repeat:no-repeat;transform:rotate(180deg)}.tabs__button.active{color:#4A4A4A;background:#fff;border:1px solid #9e9e9e;border-bottom:0}.tabs__button.active::before{content:'';width:100%;position:absolute;display:block;background-color:#fff;bottom:-2px;height:2px;left:0}.tabs__button.active::after{background-image:url(/dist/eb397eddaddfcb54c893.svg)}.tabs__item{max-height:0;overflow:hidden;transition:max-height .2s ease-out;margin:0;background-color:white}.tabs__content{padding:1.79rem;border:1px solid #9e9e9e}.tabs .desktop{display:none}.tabs .mobile{display:block}@media screen and (min-width: 961px){.tabs__headers{display:flex}.tabs__item{transition:none}.tabs .desktop{display:block}.tabs .mobile{display:none}}.tabs__spacer{width:60px;flex-shrink:0;border-bottom:1px solid #9e9e9e;transform:scaleX(1.01);transform-origin:right}.header_lang{position:fixed;top:30px;display:none;background:linear-gradient(-164deg, #003A57 2%, #005c8a 100%);width:480px;color:#fff;padding:3.6rem;z-index:3}.header_lang__container:first-child:not(:last-child){border-bottom:2px solid white;padding-bottom:.9rem;margin-bottom:.9rem}.header_lang__header{text-transform:uppercase;display:block;margin-bottom:.9rem}.header_lang__links{display:flex;justify-content:space-between}.header_lang__link{display:flex;align-items:center;position:relative;width:130px}.header_lang__link .header_lang__linktext{transition:all .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.header_lang__link::after{content:'';background-image:url(/dist/730719e90cdac9dfa2f1.svg);background-repeat:no-repeat;position:absolute;left:calc(100% - 12px);top:calc(50% - 6px);width:12px;height:12px;transition:all .45s cubic-bezier(0.51, 0.92, 0.24, 1)}.header_lang__link:hover .header_lang__linktext{transform:translateX(15px)}.header_lang__link:hover::after{left:0}.downloads{padding:1.8rem;box-shadow:0 2px 4px 1px rgba(0,0,0,0.2);margin-bottom:1.8rem;background-color:#fff}.downloads__icon{width:20px;height:32px;margin-right:1em;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1);transform:translateY(2px) scale(0.8)}.downloads__icon svg{fill:#8A0000}.downloads__label{transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.downloads__item{display:flex;align-items:center;margin-bottom:.9rem;color:#8A0000}.downloads__item:hover .downloads__icon{transform:translateY(4px) scale(1);transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.downloads__item:hover .downloads__label{transform:translateX(4px);transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.downloads__content{margin-top:.45rem}.header_nav{background:linear-gradient(-164deg, #003A57 2%, #005c8a 100%);padding:1.8rem;z-index:2}@media (max-width: 1024px){.header_nav{display:none}}.header_nav__item{color:#fff;font-size:.778em;font-weight:500;display:block;padding:0 .9rem;padding-right:1.8rem}.header_nav__item--toplevel{text-transform:uppercase;position:relative}.header_nav__item--toplevel::after{content:'';background-image:url(/dist/d0b97a23ac72f1673885.svg);position:absolute;right:.9rem;top:0;bottom:0;height:100%;width:20px;background-position:center;background-size:contain;background-repeat:no-repeat;transition:right .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.header_nav__item--toplevel.active{background:#fff;color:#8A0000}.header_nav__item--toplevel.active::after{background-image:url(/dist/28d1a7ec021f3dff4221.svg);right:.45rem}.header_nav__item--toplevel--solo{text-transform:uppercase;position:relative}.header_nav__item--toplevel--solo.active{background:#fff;color:#8A0000}.header_nav__item--sublevel:hover{background:#fff;color:#8A0000}.header_nav__item--teaser{display:none;font-size:1em;font-weight:300}.header_nav__item--nosub::after{display:none}.header_nav__toplevel{border-right:1px solid #fff;height:100%;padding:.9rem 1.8rem .9rem 0}.header_nav__sublevel{display:none;border-right:1px solid #fff;height:100%;padding:.9rem 1.8rem .9rem 0}.header_nav__sublevel.active{display:block}.header_nav__teaserlevel{padding:.9rem 1.8rem .9rem 0}.header_mobile{opacity:0;background:#EFEFEF;height:calc(100vh - 75px);transform:scaleX(0);transform-origin:right;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1),opacity .3s cubic-bezier(0.51, 0.92, 0.24, 1);position:fixed;right:0;left:0;bottom:0;overflow-y:scroll;padding-top:.9rem;z-index:2}@media (min-width: 1025px){.header_mobile{display:none}}.header_mobile.active{opacity:1;transform:scaleX(1)}.header_mobile__item{display:block;color:#003A57;border-bottom:1px solid #003A57;padding:.9rem 0;text-transform:uppercase;font-size:.889em}.header_mobile__item--first{font-weight:700}.header_mobile__item--second{margin-left:.9rem}.header_mobile__item--third{margin-left:1.8rem}.header_mobile__item--first,.header_mobile__item--second{position:relative;display:flex;align-items:center}.header_mobile__button{margin-left:auto;margin-right:1.8rem;background-image:url(/dist/eefc46485d059435f8e6.svg);background-size:contain;background-repeat:no-repeat;background-position:center;height:18px;width:18px;appearance:none;border:none;border-radius:0;cursor:pointer;outline:none}.header_mobile__button.active{background-image:url(/dist/0224557298e052062c85.svg)}.header_mobile__search{display:flex;align-items:center;background:white}.header_mobile__input{padding:.9rem .45rem;font-weight:500;border:1px solid transparent;margin-bottom:0}.header_mobile__submit{width:61px;height:100%;padding:.9rem 0;background:white url(/dist/d0a5b8c1a31694190ade.svg) center no-repeat;border:none;margin-right:.45rem;overflow:hidden;text-indent:-999999px;background-size:20px;cursor:pointer}.header_mobile__links{margin-top:1.8rem;padding-bottom:3.6rem}.header_mobile__link{display:block;text-transform:uppercase;margin-bottom:.9rem;font-size:.889em}.js-second-level,.js-third-level{max-height:0;overflow:hidden}.image.captionActive{box-shadow:0 5px 4px 0 rgba(0,0,0,0.2)}.image__image{width:100%;height:auto;margin:0}.image__caption{padding:.9rem 1.8rem}.image__row{justify-content:center}@media (max-width: 640px){.breadcrumb{display:none}}.breadcrumb__wrap{display:flex;align-items:center;margin-bottom:1.8rem;background-color:#fff;padding:.9rem 1.8rem;margin-left:-.9rem;margin-right:-.9rem}.breadcrumb__item{font-size:.722em;font-style:italic;margin:.225rem}.breadcrumb__item:not(:last-child)::after{content:'/';margin-left:.45rem}.breadcrumb__share{margin-left:auto;border-radius:15px;height:30px;max-width:30px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;transition:max-width .3s cubic-bezier(0.51, 0.92, 0.24, 1);position:relative}.breadcrumb__share:hover{background:#EFEFEF;max-width:300px}.breadcrumb__share:hover .breadcrumb__icons{opacity:1}.breadcrumb__share img{position:absolute;top:7px;right:4px;margin:0;margin-right:8px}.breadcrumb__icons{opacity:0;display:flex;margin:0 30px 0 10px;transition:opacity .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.breadcrumb__link{margin:.45rem;cursor:pointer}.breadcrumb__link svg{display:block;fill:#4A4A4A}.breadcrumb--offset{transform:translateY(-50px)}.breadcrumb--offset .breadcrumb__wrap{margin-bottom:-1.8rem}.pagination{display:flex;justify-content:center;margin:1.8rem 0 3.6rem}@media (max-width: 960px){.pagination{margin-top:50px}}.pagination__number,.pagination__more{width:30px;height:30px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#BFBFBF;margin-right:.45rem;transform:scale(0.8);transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.pagination__number.active,.pagination__more.active{background-color:#BFBFBF;color:#fff}.pagination__number.active:hover,.pagination__more.active:hover{transform:scale(0.8)}.pagination__number:hover,.pagination__more:hover{transform:scale(1)}.pagination__number{cursor:pointer}.pagination__more:hover{transform:scale(0.8)}@media (max-width: 640px){.pagination__more{display:none}}.pagination__arrow{width:30px;height:30px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#BFBFBF;margin-right:.45rem;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1);cursor:pointer}.pagination__arrow svg{width:15px;height:15px;fill:currentColor}.pagination__arrow:hover{transform:translateX(2px)}.pagination__arrow--left:hover{transform:translateX(-2px)}.pagination__arrow--left svg{transform:rotate(180deg)}.news_item{display:flex;border-top:1px solid #7F7F7F;padding:2em 0}@media (max-width: 640px){.news_item{display:block}}.news_item--hide{display:none}.news_item:last-child{border-bottom:1px solid #7F7F7F}.news_item__imageWrap{position:relative;min-width:320px;min-height:250px;overflow:hidden;flex-shrink:0}.news_item__imageWrap:hover .news_item__image{transform:scale(1.05)}@media (max-width: 640px){.news_item__imageWrap{margin-bottom:.9rem}}.news_item__image{position:absolute;width:100%;height:100%;background-size:contain;background-position:center top;background-repeat:no-repeat;transition:transform .6s cubic-bezier(0.51, 0.92, 0.24, 1)}.news_item__content{position:relative;margin-left:1.8rem;color:#4A4A4A}.news_item__header{font-size:1.111em}.news_item__timestamp{font-size:.778em}.news_item__category{font-size:.778em;color:#8A0000}.news_item__bodytext{padding-bottom:1.8rem;flex:1;font-size:.778em}@media (max-width: 960px){.news_item__bodytext{font-size:1em}}.news_item__link{margin-bottom:0;position:absolute;bottom:0;left:0}.jobs_item{display:flex;border-top:1px solid #7F7F7F;border-bottom:1px solid #7F7F7F;padding:2em 0;margin-top:-1px}.jobs_item:hover .jobs_item__bodytext{transform:translateY(-2px)}.jobs_item:hover .jobs_item__header{color:#003A57}@media (max-width: 640px){.jobs_item{display:block}}.jobs_item__timestamp{font-size:1em;width:240px;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.jobs_item__header{font-size:1.333em}.jobs_item__bodytext{transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.jobs_item__bodytext *{margin:0}.press_item{border-top:1px solid #BFBFBF;border-bottom:1px solid #BFBFBF;margin-top:-1px;padding:2em 0;width:100%}.press_item:hover{color:#313131}.press_item:hover .press_item__timestamp,.press_item:hover .press_item__description{transform:translateY(-2px);color:#003A57}.press_item:hover .press_item__link{fill:#003A57}.press_item__content{flex:1}.press_item__meta{display:flex;align-items:center;justify-content:space-between}.press_item__timestamp,.press_item__source,.press_item__description{font-size:.778em;letter-spacing:1px;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1),color .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.press_item__header{margin:0;font-size:1.111em;letter-spacing:normal;margin-right:40px}.press_item__link{width:18px;height:18px;fill:currentColor;position:absolute;right:18px}.video{width:100%;padding-top:56.25%;position:relative}.video__player{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.video__bodytext{padding-bottom:1.8rem}.video__imageContainer{position:relative}.video__imageContainer .button,.video__imageContainer .bp_contact__refreshcaptcha,.video__imageContainer .disclaimer_radio__radios .control__label,.disclaimer_radio__radios .video__imageContainer .control__label{position:absolute;bottom:1.8rem;left:50%;transform:translateX(-50%)}.video__image{width:100%;height:auto}.wysiwyg--thin{font-weight:300}.wysiwyg b,.wysiwyg strong{font-weight:700}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg .h1,.wysiwyg .h2,.wysiwyg .h3,.wysiwyg .h4,.wysiwyg .h5,.wysiwyg .h6{margin-top:.9rem;margin-bottom:.45rem}.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child,.wysiwyg .h1:first-child,.wysiwyg .h2:first-child,.wysiwyg .h3:first-child,.wysiwyg .h4:first-child,.wysiwyg .h5:first-child,.wysiwyg .h6:first-child{margin-top:0}.wysiwyg figure:first-child+h1,.wysiwyg figure:first-child+h2,.wysiwyg figure:first-child+h3,.wysiwyg figure:first-child+h4,.wysiwyg figure:first-child+h5,.wysiwyg figure:first-child+h6,.wysiwyg img:first-child+a+h1,.wysiwyg img:first-child+a+h2,.wysiwyg img:first-child+a+h3,.wysiwyg img:first-child+a+h4,.wysiwyg img:first-child+a+h5,.wysiwyg img:first-child+a+h6{margin-top:0}.wysiwyg h1,.wysiwyg .h1,.wysiwyg h2,.wysiwyg .h2{margin-top:1.8rem}.wysiwyg a{color:#003A57;text-decoration:underline}.wysiwyg ul,.wysiwyg ol{list-style-position:outside;padding-left:1.2rem}.mceNonEditable{text-align:center}.figure{display:flex;flex-direction:column;margin:0 0 .9rem;width:100%}.figure--inline{float:left;margin-right:.9rem;margin-bottom:.45rem;width:auto;max-width:100%}.figure--left{align-items:flex-start}.figure--center{align-items:center}.figure--right{align-items:flex-end}.figure img{display:block;margin-bottom:0;flex-shrink:0}.figure:not(.figure--inline) img{width:100%}.figure figcaption{padding:.6rem;width:100%;background:#EFEFEF;color:#000;font-size:.9em}.usp{background:linear-gradient(-164deg, #003A57 2%, #005c8a 100%);color:white;padding:1.8rem;margin-top:1.8rem;font-size:.889em;display:flex;flex-direction:column}@media (max-width: 960px){.usp{height:auto;margin-bottom:.9rem}}.usp .h3{color:white}.usp--inverted{background:#EFEFEF;color:#4A4A4A}.usp--inverted .h3{color:#4A4A4A}.usp--center,.usp--bottom{flex-grow:1}.usp--center .usp__content_wrapper,.usp--bottom .usp__content_wrapper{display:flex;height:100%;width:100%}.usp--center .usp__content,.usp--bottom .usp__content{max-width:100%;overflow:hidden}.usp--center .usp__content iframe,.usp--bottom .usp__content iframe{width:100%;aspect-ratio:16 / 9}.usp--center .usp__content_wrapper{justify-content:center;align-items:center}.usp--center .usp__content{max-width:100%;overflow:hidden}.usp--bottom .usp__content_wrapper{justify-content:end;align-items:flex-end}.usp--bottom .usp__content{max-width:100%;overflow:hidden}.usp--bottom .usp__content iframe{width:100%;aspect-ratio:16 / 9}.usp--top .usp__content_wrapper{justify-content:start;align-items:flex-start}.usp--top .usp__content{max-width:100%}.usp--top .usp__content iframe{width:100%;aspect-ratio:16 / 9}.usp__subheader{display:block;font-weight:500;margin-bottom:.9rem}.usp__button{margin-top:auto}.usp iframe{display:block;margin:auto}.download_link{font-size:.889em;font-weight:500;color:#8A0000;transition:color .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.download_link:hover{color:#570000}.download_link:hover span{color:#570000}.section_links__link{border-bottom:1px solid #4A4A4A;display:block;font-size:.889em;position:relative;padding:.9rem 16px .9rem 0;margin:0 3.6rem 0 0;transition:padding .3s cubic-bezier(0.51, 0.92, 0.24, 1)}@media (max-width: 640px){.section_links__link{margin:0;font-size:1em}}.section_links__link::after{content:'';position:absolute;right:0;top:calc(50% - 8px);width:16px;height:16px;background-image:url(/dist/732fcc3bfb7a73abf210.svg);background-size:contain;background-position:center;background-repeat:no-repeat;transition:right .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.section_links__link:hover{padding-left:.45rem;color:#003A57}.section_links__link:hover::after{right:.45rem}.section_links__link.no-border{border-bottom:0}@media (max-width: 640px){.section_links__link.no-border{border-bottom:1px solid #4A4A4A}}.section_teasers .teaser__offbeat:nth-child(2n) .teaser{background-color:#EFEFEF}.section_teasers.background-light .teaser__offbeat:nth-child(2n) .teaser{background-color:#fff}.bottom_panel{position:fixed;bottom:0;left:0;right:0;display:flex;height:50px;justify-content:space-around;z-index:1}@media (min-width: 1025px){.bottom_panel{display:none}}.bottom_panel__button{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;background:#9e9e9e;margin-right:1px;cursor:pointer}.bottom_panel__button:last-child{margin-right:0}.bottom_panel__button.active{background:#003A57}.bottom_panel__label{font-size:.556em;color:#fff}.bottom_panel__icon{margin:0}.bottom_panel__overlay{display:none;position:fixed;top:75px;left:0;right:0;bottom:50px;background:#003A57;color:#fff;padding:1.8rem;z-index:1;overflow:auto;-webkit-overflow-scrolling:touch}@media (min-width: 1025px){.bottom_panel__overlay{display:none !important}}.bottom_panel__content{width:100%}.bottom_panel__content .contact_form_disclaimer a{text-decoration:underline}.bottom_panel__close{position:fixed;top:75px;cursor:pointer;width:100%;background-color:#003A57;height:2.7rem;z-index:1}.bottom_panel__close svg{top:.9rem;position:absolute;right:4.5rem}.bp_phone{display:flex;width:100%;flex-direction:column;margin:1.8rem 0}.bp_phone__image{margin-bottom:.9rem;width:100%;overflow:hidden;padding-top:75%;position:relative}.bp_phone__image>*{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:center 0 !important}.bp_phone__name{font-weight:700;margin-bottom:.45rem}.bp_phone__position{margin-bottom:.9rem}.bp_phone__social{font-weight:700}.bp_phone__socialIcon{height:32px;width:32px;margin:.9rem .45rem 0 0}.bp_phone__socialContainer{display:flex}.bp_contact{display:flex;flex-direction:column;justify-content:center;height:100%;margin-top:1.8rem}.bp_contact__header{font-weight:700;margin-bottom:.9rem}.bp_contact__label{color:#BFBFBF;font-weight:700;font-size:.889em}.bp_contact__submit{padding:.9rem 0}@media (min-width: 641px){.bp_contact__submit{padding:.45rem 0}}.bp_contact__textarea{resize:none}.bp_contact__message{display:none}.bp_contact input.haserror,.bp_contact textarea.haserror{background-color:#8A0000;color:#EFEFEF}.bp_contact__body--readonly{pointer-events:none;opacity:.7}.bp_contact__captchawrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:.9rem}.bp_contact__refreshcaptcha{min-width:auto}.bp_contact__refreshcaptcha:before{z-index:-1}.bp_contact__refreshcaptcha svg{display:block;fill:#fff;width:20px;transition:fill .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.bp_contact__refreshcaptcha:hover svg{fill:#003A57}.bp_login{display:flex;flex-direction:column;justify-content:center;height:100%;width:100%;margin-top:1.8rem}.bp_login__links{display:flex;margin-bottom:1.8rem}@media (max-width: 640px){.bp_login__links{display:block}}.bp_login__header{font-weight:700;margin-bottom:.9rem}.bp_login__link{text-align:center;width:50%;display:flex;justify-content:center;align-items:center;padding:.9rem;margin-right:.9rem;background:#fff;color:#003A57;font-weight:700}@media (max-width: 640px){.bp_login__link{width:100%;margin-bottom:.9rem}}.bp_login__link:last-child{margin-right:0}.bp_lang{display:flex;align-items:center;height:100%;margin-top:1.8rem}.bp_lang__wrapper{width:100%}.bp_lang__container{width:100%}.bp_lang__container:first-child{border-bottom:2px solid white;padding-bottom:.9rem;margin-bottom:.9rem}.bp_lang__header{display:block;margin-bottom:.9rem}.bp_lang__link{margin-bottom:.9rem;display:block;align-items:center;position:relative}.bp_lang__link::after{content:'';background-image:url(/dist/730719e90cdac9dfa2f1.svg);background-repeat:no-repeat;position:absolute;right:0;top:calc(50% - 6px);width:25px;height:12px}.side_panel{z-index:3;position:fixed;display:flex;top:0;right:-370px;bottom:0;background:#003A57;width:370px;transform:translateX(0);transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1);-webkit-overflow-scrolling:touch}@media (max-width: 960px){.side_panel{display:none}}.side_panel__close{position:fixed;top:0;cursor:pointer;background-color:#003A57;height:1.8rem;z-index:3;width:0;display:none}.side_panel__close svg{position:relative;z-index:5}.side_panel.active{transform:translateX(-100%)}.side_panel.active .side_panel__close{width:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:.9rem;height:40px}.side_panel__buttons{position:absolute;right:100%;top:250px}.side_panel__button{height:50px;width:50px;background:#9e9e9e;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1px}.side_panel__button.active{background:#003A57}.side_panel__icon{margin:0}.side_panel__content{padding:.9rem;color:white;display:none;font-size:.889em;width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.side_panel__content .contact_form_disclaimer a{text-decoration:underline}.side_panel__content.active{display:block}.side_panel__header{width:50px;background:#003A57;color:white;font-size:.556em;height:25px;margin-bottom:1px;display:flex;justify-content:center;align-items:center}.overlay_background{position:fixed;top:0;z-index:2;background:rgba(0,0,0,0.6);width:100vw;height:100vh;pointer-events:none;opacity:0;transition:opacity .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.overlay_background.active{opacity:1;pointer-events:all}.dropdown{z-index:1;font-size:.889em;margin-bottom:1.8rem}.dropdown__iconArrow{height:17px}.dropdown__iconArrow svg{width:23px;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.dropdown__iconCheck{display:none;height:23px}.dropdown__iconCheck svg{width:23px}.dropdown__iconCheck svg path{fill:#1565C0}.dropdown__trigger{display:flex;align-items:center;padding:.45rem .9rem;border:1px solid #4A4A4A;cursor:pointer;position:relative;justify-content:space-between}.dropdown__trigger:hover{background:#EFEFEF}.dropdown__trigger.open .dropdown__iconArrow svg{transform:rotate(180deg)}.dropdown__trigger.active .dropdown__iconCheck{display:block}.dropdown__trigger.active .dropdown__iconArrow{display:none}.dropdown__menu{display:none;border:1px solid #4A4A4A;border-top:0;background:#fff;position:absolute;left:0;right:0;margin:0 .9rem;z-index:1}.dropdown__menu.active{display:block}.dropdown__item{cursor:pointer;padding:.45rem .9rem;display:flex;align-items:center}.dropdown__item:hover{background:#EFEFEF}.dropdown__item.active .dropdown__check{border:0;background-image:url(/dist/538d82f4349e2ed2f652.svg);background-size:cover;background-position:center}.dropdown__check{width:1em;height:1em;border:2px solid #BFBFBF;border-radius:50%;margin-right:.9rem}.dropdown__close{cursor:pointer;color:white;background:#4A4A4A;text-align:center;padding:.45rem 0;margin:.45rem}.dropdown__close:hover{background:#646464}@keyframes dot-keyframes{0%{opacity:.4;transform:scale(1, 1)}50%{opacity:1;transform:scale(1.2, 1.2)}100%{opacity:.4;transform:scale(1, 1)}}.loader{display:none;position:absolute;top:0;right:0;bottom:0;left:0;justify-content:center;align-items:center;background:rgba(255,255,255,0.5);z-index:1}.loader.active{display:flex}.loader__dots{text-align:center;width:100%}.loader__dot{animation:dot-keyframes 1.5s infinite ease-in-out;background-color:#000;border-radius:10px;display:inline-block;height:10px;width:10px}.loader__dot:nth-child(2){animation-delay:.5s}.loader__dot:nth-child(3){animation-delay:1s}.filter__wrapper{padding:.9rem 0}.filter__clear{display:none;cursor:pointer;user-select:none;background:transparent;font-size:.778em;outline:0;border:0;text-decoration:underline;color:#003A57;margin-bottom:.9rem}.filter__clear.active{display:inline-block}.penis{display:flex;align-items:flex-end}.widget{background:#fff;padding:.9rem;box-shadow:0 1px 4px 0 rgba(0,0,0,0.5);margin-bottom:1.8rem}.widget__image{width:100%}.widget_text{background:#fff;padding:.9rem;box-shadow:0 1px 4px 0 rgba(0,0,0,0.5);margin-bottom:1.8rem}.widget_text a{color:#8A0000}.cookie{position:fixed;right:0;bottom:0;left:0;padding:1.2rem 0;width:100%;background:#fff;font-size:.8em;z-index:2;transform:translateY(250%);transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1);will-change:transform;border-top:1px solid rgba(0,0,0,0.1)}@media (max-width: 960px){.cookie{padding:.9rem 0}}.cookie .column{display:flex;align-items:center}@media (max-width: 640px){.cookie .column{flex-direction:column;align-items:flex-start}}.cookie.visible{transform:none}.cookie__text{flex-shrink:1;margin-right:.9rem;width:100%}@media (max-width: 640px){.cookie__text{margin-bottom:.9rem}}.cookie__text>*{margin-bottom:0}.cookie__button{flex-shrink:0;margin-bottom:0}.cookie__button p{display:inline}@media (max-width: 640px){.cookie__button{width:100%;flex-grow:1}}.login{height:100vh;width:100%;display:flex;color:white}@media (max-width: 960px){.login{flex-direction:column}}.login__logo{position:absolute;top:5%;width:120px;height:120px}.login__column{width:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 960px){.login__column{width:100%;height:50vh}}.login__column--right{background-color:#003A57}@media (max-width: 960px){.login__column--right{height:100%}}.login__column--left{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}@media (max-width: 960px){.login__column--left{height:20vh}}.login__formwrap{display:flex;flex-direction:column;align-items:flex-end}.login__formwrap--resetpassword>div{width:100%;display:flex;flex-direction:column}.login__formwrap--resetpassword label{margin-bottom:0}.login__formwrap--resetpassword input{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:100%;margin:0 0 .9rem;padding:.6rem;background:#fff;border:1px solid #bbb;box-shadow:inset 0 1px 3px rgba(0,0,0,0.05);border-radius:0;outline:none;resize:vertical;transition:border-color .3s ease;color:#000;font-family:inherit;font-size:100%;line-height:1.15}.login__error{color:#fff;background-color:#8A0000;padding:.3rem .6rem;margin-bottom:.9rem;border-radius:.2em}.login__content{width:80%}.login__content--small{width:60%}.login__content a{text-decoration:underline;transition:color .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.login__content a:hover{color:#e6e6e6}.login h1{border-color:white}.login a{color:white}.login .form-group{width:100%}.news__meta{font-size:.8em;font-weight:600;color:#7F7F7F;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin:1.8rem 0}.news__intro{color:#4A4A4A;margin:1.8rem 0}.news__intro a{color:#8a0000;text-decoration:underline}.news__body{color:#4A4A4A}.news__body a{color:#8a0000;text-decoration:underline}.news__author a,.news__feri a{color:#8a0000;text-decoration:underline}.news__pagination{display:flex;align-items:center;justify-content:center;margin-top:.9rem;margin-bottom:0}.news__itemscontainer{position:relative}.disclaimer_dropdown{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;top:0;bottom:0;z-index:999;pointer-events:none}.disclaimer_dropdown .button,.disclaimer_dropdown .bp_contact__refreshcaptcha,.disclaimer_dropdown .disclaimer_radio__radios .control__label,.disclaimer_radio__radios .disclaimer_dropdown .control__label{margin-right:1.8rem}.disclaimer_dropdown__content{background-color:#fff;padding:1.8rem;width:1400px;max-height:80vh;overflow:auto;pointer-events:all}.disclaimer_dropdown__select{display:flex;align-items:center;justify-content:space-between;width:60%}@media (max-width: 960px){.disclaimer_dropdown__select{width:100%}}.disclaimer_dropdown__select .select{width:400px;padding-right:30px;margin-left:1.8rem}@media (max-width: 960px){.disclaimer_dropdown__select .select{width:60%}}.disclaimer_dropdown__errormessage{color:#8A0000;margin-bottom:1.8rem;display:none}.disclaimer_dropdown__bodytext{margin-top:1.8rem}.disclaimer_radio{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;top:0;bottom:0;z-index:999;pointer-events:none}.disclaimer_radio__content{background-color:#fff;padding:1.8rem;width:1400px;max-height:80vh;overflow:auto;pointer-events:all}.disclaimer_radio .button,.disclaimer_radio .bp_contact__refreshcaptcha,.disclaimer_radio .disclaimer_radio__radios .control__label,.disclaimer_radio__radios .disclaimer_radio .control__label{margin-right:1.8rem}.disclaimer_radio__radios{display:flex;align-items:center;flex-wrap:wrap}@media (max-width: 960px){.disclaimer_radio__radios{width:100%}}.disclaimer_radio__radios .control__label{margin-right:1.8rem}.disclaimer_radio__radios .control__label::before,.disclaimer_radio__radios .control__label::after{display:none}.disclaimer_radio__radios .control__input:checked+.control__label{background-color:#003A57;color:#fff}.disclaimer_radio__errormessage{color:#8A0000;margin-bottom:1.8rem;display:none}.disclaimer_info{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;top:0;bottom:0;z-index:999;pointer-events:none}.disclaimer_info__content{background-color:#fff;padding:1.8rem;width:1400px;max-height:80vh;overflow:auto;pointer-events:all}.disclaimer_info .button,.disclaimer_info .bp_contact__refreshcaptcha,.disclaimer_info .disclaimer_radio__radios .control__label,.disclaimer_radio__radios .disclaimer_info .control__label{margin-right:1.8rem}.disclaimer_info__errormessage{color:#8A0000;margin-bottom:1.8rem;display:none}.ezrichtext-field a{color:#8A0000}.icon_link{display:block}.icon_link span{color:#8A0000;margin-left:.45rem}.icon_link:hover{color:#570000}.icon_link:hover span{color:#570000}.uppercase{text-transform:uppercase}.threesixty ul{list-style-type:disc;padding-left:1em}.threesixty__desktop{position:relative;margin:100px 0}@media (max-width: 960px){.threesixty__desktop{display:none}}.threesixty__icons{margin:0 auto;background-color:#F8F8F8;cursor:pointer}.threesixty__icons[data-count='1']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='1']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='1']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='2']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='2']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='2']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='2']>*:nth-of-type(2){transform:rotate(0deg) translateY(20em) rotate(0deg)}.threesixty__icons[data-count='3']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='3']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='3']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='3']>*:nth-of-type(2){transform:rotate(-60deg) translateY(20em) rotate(60deg)}.threesixty__icons[data-count='3']>*:nth-of-type(3){transform:rotate(60deg) translateY(20em) rotate(-60deg)}.threesixty__icons[data-count='4']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='4']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='4']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='4']>*:nth-of-type(2){transform:rotate(-90deg) translateY(20em) rotate(90deg)}.threesixty__icons[data-count='4']>*:nth-of-type(3){transform:rotate(0deg) translateY(20em) rotate(0deg)}.threesixty__icons[data-count='4']>*:nth-of-type(4){transform:rotate(90deg) translateY(20em) rotate(-90deg)}.threesixty__icons[data-count='5']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='5']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='5']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='5']>*:nth-of-type(2){transform:rotate(-108deg) translateY(20em) rotate(108deg)}.threesixty__icons[data-count='5']>*:nth-of-type(3){transform:rotate(-36deg) translateY(20em) rotate(36deg)}.threesixty__icons[data-count='5']>*:nth-of-type(4){transform:rotate(36deg) translateY(20em) rotate(-36deg)}.threesixty__icons[data-count='5']>*:nth-of-type(5){transform:rotate(108deg) translateY(20em) rotate(-108deg)}.threesixty__icons[data-count='6']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='6']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='6']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='6']>*:nth-of-type(2){transform:rotate(-120deg) translateY(20em) rotate(120deg)}.threesixty__icons[data-count='6']>*:nth-of-type(3){transform:rotate(-60deg) translateY(20em) rotate(60deg)}.threesixty__icons[data-count='6']>*:nth-of-type(4){transform:rotate(0deg) translateY(20em) rotate(0deg)}.threesixty__icons[data-count='6']>*:nth-of-type(5){transform:rotate(60deg) translateY(20em) rotate(-60deg)}.threesixty__icons[data-count='6']>*:nth-of-type(6){transform:rotate(120deg) translateY(20em) rotate(-120deg)}.threesixty__icons[data-count='7']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='7']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='7']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='7']>*:nth-of-type(2){transform:rotate(-128.57143deg) translateY(20em) rotate(128.57143deg)}.threesixty__icons[data-count='7']>*:nth-of-type(3){transform:rotate(-77.14286deg) translateY(20em) rotate(77.14286deg)}.threesixty__icons[data-count='7']>*:nth-of-type(4){transform:rotate(-25.71429deg) translateY(20em) rotate(25.71429deg)}.threesixty__icons[data-count='7']>*:nth-of-type(5){transform:rotate(25.71429deg) translateY(20em) rotate(-25.71429deg)}.threesixty__icons[data-count='7']>*:nth-of-type(6){transform:rotate(77.14286deg) translateY(20em) rotate(-77.14286deg)}.threesixty__icons[data-count='7']>*:nth-of-type(7){transform:rotate(128.57143deg) translateY(20em) rotate(-128.57143deg)}.threesixty__icons[data-count='8']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='8']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='8']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='8']>*:nth-of-type(2){transform:rotate(-135deg) translateY(20em) rotate(135deg)}.threesixty__icons[data-count='8']>*:nth-of-type(3){transform:rotate(-90deg) translateY(20em) rotate(90deg)}.threesixty__icons[data-count='8']>*:nth-of-type(4){transform:rotate(-45deg) translateY(20em) rotate(45deg)}.threesixty__icons[data-count='8']>*:nth-of-type(5){transform:rotate(0deg) translateY(20em) rotate(0deg)}.threesixty__icons[data-count='8']>*:nth-of-type(6){transform:rotate(45deg) translateY(20em) rotate(-45deg)}.threesixty__icons[data-count='8']>*:nth-of-type(7){transform:rotate(90deg) translateY(20em) rotate(-90deg)}.threesixty__icons[data-count='8']>*:nth-of-type(8){transform:rotate(135deg) translateY(20em) rotate(-135deg)}.threesixty__icons[data-count='9']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='9']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='9']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='9']>*:nth-of-type(2){transform:rotate(-140deg) translateY(20em) rotate(140deg)}.threesixty__icons[data-count='9']>*:nth-of-type(3){transform:rotate(-100deg) translateY(20em) rotate(100deg)}.threesixty__icons[data-count='9']>*:nth-of-type(4){transform:rotate(-60deg) translateY(20em) rotate(60deg)}.threesixty__icons[data-count='9']>*:nth-of-type(5){transform:rotate(-20deg) translateY(20em) rotate(20deg)}.threesixty__icons[data-count='9']>*:nth-of-type(6){transform:rotate(20deg) translateY(20em) rotate(-20deg)}.threesixty__icons[data-count='9']>*:nth-of-type(7){transform:rotate(60deg) translateY(20em) rotate(-60deg)}.threesixty__icons[data-count='9']>*:nth-of-type(8){transform:rotate(100deg) translateY(20em) rotate(-100deg)}.threesixty__icons[data-count='9']>*:nth-of-type(9){transform:rotate(140deg) translateY(20em) rotate(-140deg)}.threesixty__icons[data-count='10']{position:relative;width:40em;height:40em;padding:0;border-radius:50%;list-style:none}.threesixty__icons[data-count='10']>*{display:block;position:absolute;top:50%;left:50%;width:6em;height:6em;margin:-3em}.threesixty__icons[data-count='10']>*:nth-of-type(1){transform:rotate(-180deg) translateY(20em) rotate(180deg)}.threesixty__icons[data-count='10']>*:nth-of-type(2){transform:rotate(-144deg) translateY(20em) rotate(144deg)}.threesixty__icons[data-count='10']>*:nth-of-type(3){transform:rotate(-108deg) translateY(20em) rotate(108deg)}.threesixty__icons[data-count='10']>*:nth-of-type(4){transform:rotate(-72deg) translateY(20em) rotate(72deg)}.threesixty__icons[data-count='10']>*:nth-of-type(5){transform:rotate(-36deg) translateY(20em) rotate(36deg)}.threesixty__icons[data-count='10']>*:nth-of-type(6){transform:rotate(0deg) translateY(20em) rotate(0deg)}.threesixty__icons[data-count='10']>*:nth-of-type(7){transform:rotate(36deg) translateY(20em) rotate(-36deg)}.threesixty__icons[data-count='10']>*:nth-of-type(8){transform:rotate(72deg) translateY(20em) rotate(-72deg)}.threesixty__icons[data-count='10']>*:nth-of-type(9){transform:rotate(108deg) translateY(20em) rotate(-108deg)}.threesixty__icons[data-count='10']>*:nth-of-type(10){transform:rotate(144deg) translateY(20em) rotate(-144deg)}.threesixty__icons img{display:block;margin:auto;max-width:100%;max-height:100%}.threesixty__illustration{margin:0 auto;display:none;margin-bottom:.9rem}.threesixty__illustration.visible{display:flex;align-items:center;justify-content:center}.threesixty__illustration img{max-width:150px;max-height:150px}.threesixty__icon{width:100%;height:100%;max-width:150px;max-height:150px;overflow:hidden;opacity:.6}.threesixty__icon.active{opacity:1}.threesixty__content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.threesixty__info{display:none}.threesixty__info.visible{display:block;margin:0 auto}.threesixty__itemContent{width:100%;max-width:450px}@media (min-width: 961px){.threesixty__mobile{display:none}}.threesixty__cell{width:100%;padding:1.8rem}.threesixty__cell img{margin:0 auto;text-align:center;display:block;margin-bottom:1.8rem;max-width:150px;max-height:150px}.threesixty .flickity-page-dots{position:static;margin-bottom:1.8rem}.disclaimer_background{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.8);z-index:99}.result{border-bottom:1px solid #CACACA;padding:.9rem 0}.result:first-child{border-top:1px solid #CACACA}@media (max-width: 960px){.results{padding:1.8rem 0}}.results__header{margin:0}.results__list{padding:.9rem 0}.results__search{display:flex;align-items:center;margin:.9rem 0}.results__input{padding:.9rem .45rem;font-weight:500;border:1px solid transparent;margin-bottom:0;background:#EFEFEF}.results__submit{width:61px;height:100%;padding:.9rem 0;background:#003A57 url(/dist/d9f6ba1f8acd2a059fb7.svg) center no-repeat;border:none;margin-right:.45rem;overflow:hidden;text-indent:-999999px;background-size:20px;cursor:pointer}.background_style{background-position:center 0 !important}.jobs_teaser{box-shadow:0 2px 4px 1px rgba(0,0,0,0.2);margin-bottom:.9rem;background-color:#fff;width:100%;height:100%}@media (max-width: 960px){.jobs_teaser{height:auto}}.jobs_teaser__headline{margin-bottom:0;color:#fff;z-index:1;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.jobs_teaser__imagecontainer{background-repeat:no-repeat;background-size:cover;background-position:0 0;position:relative;min-height:250px;width:100%;display:flex;align-items:flex-end;flex:1 0 auto;padding:1.8rem}.jobs_teaser__imagecontainer::after{content:'';position:absolute;top:0;bottom:0;right:0;left:0;background-image:linear-gradient(transparent, rgba(0,0,0,0.6))}.jobs_teaser__imagecontainer:hover .jobs_teaser__headline{transform:translateY(-3px);transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.jobs_teaser__link{display:block;font-weight:500;color:#8A0000;margin-bottom:.9rem}.jobs_teaser__link:last-child{margin-bottom:0}.jobs_teaser__content{padding:1.8rem;max-width:100%}.press__pagination{display:flex;align-items:center;justify-content:center;margin-top:.9rem}.press.layout-red{padding:1.8rem;background:#8a0000;color:white}.press.layout-red h2{color:white;text-align:left}@media (min-width: 640px){.press.layout-red .items>div{flex:0 1 auto;width:25%}}.press.layout-red .items>div>a{border:none}.press.layout-red .items>div>a:hover{color:#bfbfbf}.press.layout-red .items>div>a:hover .press_item__timestamp,.press.layout-red .items>div>a:hover .press_item__source,.press.layout-red .items>div>a:hover .press_item__description{color:currentColor;transform:translateY(0)}.press.layout-red .items>div>a:hover .press_item__link{fill:currentColor}.press.layout-red .items>div>a:hover .press_item__source{border-bottom:1px solid currentColor}.press.layout-red .items>div>a .press_item__meta{display:block}.press.layout-red .items>div>a .press_item__timestamp,.press.layout-red .items>div>a .press_item__source,.press.layout-red .items>div>a .press_item__description{text-transform:uppercase;font-weight:bold}.press.layout-red .items>div>a .press_item__source{padding-bottom:1em;border-bottom:1px solid white;margin-bottom:1em}.press.layout-red .items>div>a .press_item__header{padding-bottom:1em}@media (max-width: 639px){.press.layout-red .items>div>a .press_item__link{top:2em;right:calc(var(--basicGrid-gutter, 1.8rem) / 2)}}@media (min-width: 640px){.press.layout-red .items>div>a .press_item__link{left:calc(var(--basicGrid-gutter, 1.8rem) / 2)}}.press.layout-red .pagination__arrow,.press.layout-red .pagination__number,.press.layout-red .pagination__more{color:white}.press.layout-red .pagination__arrow.active,.press.layout-red .pagination__number.active,.press.layout-red .pagination__more.active{color:#8a0000;background:white}.twitter_feed{box-shadow:0 2px 4px 1px rgba(0,0,0,0.2);padding:1.8rem;margin-bottom:1.8rem;overflow-y:auto}.publication_item{border-top:1px solid #BFBFBF;border-bottom:1px solid #BFBFBF;margin-top:-1px;padding:2em 0;width:100%;position:relative}.publication_item:hover{color:#313131}.publication_item:hover .publication_item__timestamp,.publication_item:hover .publication_item__description{transform:translateY(-2px);color:#003A57}.publication_item:hover .publication_item__link{fill:#003A57}.publication_item__content{flex:1}.publication_item__meta{display:flex;align-items:center;justify-content:space-between}.publication_item__timestamp,.publication_item__source,.publication_item__description{font-size:.778em;letter-spacing:1px;transition:transform .3s cubic-bezier(0.51, 0.92, 0.24, 1),color .3s cubic-bezier(0.51, 0.92, 0.24, 1)}.publication_item__header{margin:0;font-size:1.111em;letter-spacing:normal;margin-right:40px}.publication_item__link{width:18px;height:18px;fill:currentColor;position:absolute;right:18px;bottom:18px}.feri_portal_login{background-repeat:no-repeat;background-size:cover}@media (max-width: 640px){.feri_portal_login{min-height:500px}}.feri_portal_login__contentwrapper{min-height:800px;display:flex;flex-direction:column;justify-content:center;padding-right:3.6rem}@media (max-width: 960px){.feri_portal_login__contentwrapper{min-height:0;padding:1.8rem 0}}.feri_portal_login__content{background-image:linear-gradient(-164deg, #003A57 2%, #005c8a 100%);padding:1.8rem;max-width:600px}.feri_portal_login__content h1,.feri_portal_login__content p,.feri_portal_login__content label,.feri_portal_login__content a{color:#fff}.feri_portal_login__content p,.feri_portal_login__content label,.feri_portal_login__content a{font-size:12px}.feri_portal_login__content form fieldset{border:0;padding:0;margin:0}.feri_portal_login__content form fieldset [type="checkbox"]{width:16px;height:16px;margin-right:5px}.feri_portal_login__content form fieldset .button,.feri_portal_login__content form fieldset .bp_contact__refreshcaptcha,.feri_portal_login__content form fieldset .disclaimer_radio__radios .control__label,.disclaimer_radio__radios .feri_portal_login__content form fieldset .control__label{margin:1.8rem auto .9rem}.feri_portal_login__content form fieldset .feri_portal_login__contact{text-align:center}.cookiebot_optin{display:flex;flex-direction:column;background-color:#003A57;color:#fff}.cookiebot_optin .cookieconsent-optin-preferences,.cookiebot_optin .cookieconsent-optin-statistics,.cookiebot_optin .cookieconsent-optout-marketing,.cookiebot_optin .cookieconsent-optout{padding:1.8rem}.cookiebot_optin p{margin-bottom:0}.cookiebot_optin p a{text-decoration:underline;color:#fff}@media (min-width: 1024px){.grid{margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);column-gap:1.8rem;max-width:var(--basicGrid-width, 1400px);width:100%}.grid--sameheight{grid-auto-rows:1fr}.grid-col-1{grid-template-columns:repeat(1, 1fr)}.grid-col-2{grid-template-columns:repeat(2, 1fr)}.grid-col-3{grid-template-columns:repeat(3, 1fr)}.grid-col-4{grid-template-columns:repeat(4, 1fr)}.half_section .grid{margin:0 auto;display:grid;grid-template-columns:repeat(2, 1fr);width:100%}.main_section .grid{margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);width:100%}.aside_section .grid{margin:0 auto;display:grid;grid-template-columns:repeat(1, 1fr);width:100%}.grid-contact-hor{grid-template-columns:repeat(2, 1fr)}.half_section .grid-contact-hor{grid-template-columns:repeat(1, 1fr)}.main_section .grid-contact-hor{grid-template-columns:repeat(1, 1fr)}.aside_section .grid-contact-hor{grid-template-columns:repeat(1, 1fr)}.grid-contact-ver{grid-template-columns:repeat(3, 1fr)}.half_section .grid-contact-ver{grid-template-columns:repeat(2, 1fr)}.main_section .grid-contact-ver{grid-template-columns:repeat(2, 1fr)}.aside_section .grid-contact-ver{grid-template-columns:repeat(1, 1fr)}}@media (max-width: 960px){.grid{grid-template-columns:repeat(1, 1fr)}}@media screen and (max-width: 960px){.trend-radar .wide__image{display:none}}@media screen and (min-width: 960px){.trend-radar .image{display:none}}.imageGallery__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.imageGallery__headline{margin:0 0 0.9rem;padding:0}.imageGallery__header-buttons{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.imageGallery__lightbox-container{display:flex;flex-wrap:wrap;justify-content:center}.imageGallery__lightbox-image-container{width:23%;margin-right:10px;cursor:pointer}@media screen and (max-width: 992px){.imageGallery__lightbox-image-container{width:46%;margin-right:10px;cursor:pointer}.imageGallery__header{flex-direction:column;align-items:flex-start}.imageGallery__header-buttons{flex-direction:column-reverse;gap:0.5rem;flex-wrap:wrap}.imageGallery__show-more{margin-bottom:5px}}.imageGallery__lightbox-image{width:100%;border:4px solid transparent}.imageGallery__img-selected{border:4px solid #43c0ff}.imageGallery__img-not-selected{border:4px solid transparent}

