/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./styles/fonts.scss ***!
  \********************************************************************************************************************************************************************/
@font-face {
  font-family: "Baloise Headline Bold";
  src: url(../static/BaloiseCreateHeadline-bold-1917037171.woff2) format("woff2"), url(../static/BaloiseCreateHeadline-bold-767074251.woff) format("woff"), url(../static/BaloiseCreateHeadline-bold-6952138251.ttf) format("truetype");
}
@font-face {
  font-family: "Baloise Headline Light";
  src: url(../static/BaloiseCreateHeadline-light-15698632961.woff2) format("woff2"), url(../static/BaloiseCreateHeadline-light-10204720781.woff) format("woff"), url(../static/BaloiseCreateHeadline-light-1491099468.ttf) format("truetype");
}
@font-face {
  font-family: "Baloise Text Bold";
  src: url(../static/BaloiseCreateText-bold-1124429306.woff2) format("woff2"), url(../static/BaloiseCreateText-bold-590461240.woff) format("woff"), url(../static/BaloiseCreateText-bold-573233734.ttf) format("truetype");
}
@font-face {
  font-family: "Baloise Text Regular";
  src: url(../static/BaloiseCreateText-regular-2079013663.woff2) format("woff2"), url(../static/BaloiseCreateText-regular-2100297091.woff) format("woff"), url(../static/BaloiseCreateText-regular-19464405331.ttf) format("truetype");
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./styles/styles.scss ***!
  \*********************************************************************************************************************************************************************/
body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

* {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
}

.content-container {
  display: flex;
  flex-direction: column;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-form--default .form__checkbox-input,
.c-form--default .form__radio-input,
.c-form--default .form__submit-group .form__submit.is-reset:disabled {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-form--default .form__submit-group .is-focusable.form__submit.is-reset:active:disabled,
.c-form--default .form__submit-group .is-focusable.form__submit.is-reset:focus:disabled,
.c-form--default .is-focusable.form__checkbox-input:active,
.c-form--default .is-focusable.form__checkbox-input:focus,
.c-form--default .is-focusable.form__radio-input:active,
.c-form--default .is-focusable.form__radio-input:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.c-accordion--default .accordion__btn:after,
.c-accordion--default .accordion__btn:before {
  content: "";
  display: block;
  position: absolute;
}

.c-cta--default,
.c-cta--link,
.c-cta--only-icon,
.c-cta--primary,
.c-cta--secondary,
.c-cta--tertiary,
.c-cta-teaser--default .cta-teaser__button .c-cta--primary {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  text-decoration: none;
  padding: 15px 30px;
  border: 0;
  border-radius: 4px;
  min-height: 50px;
  color: #009ee7;
  transition: 0.2s ease-in-out;
}

.c-cta--default .cta__content,
.c-cta--default .cta__icon,
.c-cta--link .cta__content,
.c-cta--link .cta__icon,
.c-cta--only-icon .cta__content,
.c-cta--only-icon .cta__icon,
.c-cta--primary .cta__content,
.c-cta--primary .cta__icon,
.c-cta--secondary .cta__content,
.c-cta--secondary .cta__icon,
.c-cta--tertiary .cta__content,
.c-cta--tertiary .cta__icon,
.c-cta-teaser--default .cta-teaser__button .c-cta--primary .cta__content,
.c-cta-teaser--default .cta-teaser__button .c-cta--primary .cta__icon {
  display: inline-block;
}

.c-cta--default:disabled,
.c-cta--link:disabled,
.c-cta--only-icon:disabled,
.c-cta--primary:disabled,
.c-cta--secondary:disabled,
.c-cta--tertiary:disabled,
.c-cta-teaser--default .cta-teaser__button .c-cta--primary:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.c-cta--tertiary {
  border: 1px solid #99add6;
  background-color: #fff;
  color: #039;
  font-weight: 700;
}

.c-cta--tertiary:active,
.c-cta--tertiary:focus,
.c-cta--tertiary:hover {
  background-color: #d3dbea;
  color: #039;
}

.c-cta--secondary {
  background-color: #002b82;
}

.c-cta--secondary:active,
.c-cta--secondary:focus,
.c-cta--secondary:hover {
  background-color: #009ee7;
}

html {
  font-size: 100%;
  height: 100%;
  box-sizing: border-box;
}

html.is-modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
}

html.is-modal-open #LiveHelpEmbedded {
  display: none;
  visibility: hidden;
}

html #LiveHelpEmbedded {
  left: 20px;
  right: auto;
  bottom: -410px;
  height: 448px;
  box-shadow: 0 0 8px 0 rgba(0, 33, 98, 0.4);
  border: none;
  border-radius: 4px;
  background: #009ee7 !important;
  background-image: none;
  width: 280px;
}

@media only screen and (min-width: 540px) {
  html #LiveHelpEmbedded {
    width: 320px;
    height: 480px;
  }
}
@media only screen and (min-width: 720px) {
  html #LiveHelpEmbedded {
    right: 386px;
    left: auto;
    height: 484px;
  }
}
html #LiveHelpEmbedded .background.ChatBackground {
  background: #009ee7 !important;
  background-image: none;
}

html #LiveHelpEmbedded .background.LiveChatIcon {
  margin-top: 0;
  margin-left: 22px;
}

@media only screen and (min-width: 540px) {
  html #LiveHelpEmbedded .background.LiveChatIcon {
    margin-top: 7px;
  }
}
html #LiveHelpEmbedded #LiveHelpStatusText {
  padding-top: 0;
  padding-left: 22px;
}

@media only screen and (min-width: 540px) {
  html #LiveHelpEmbedded #LiveHelpStatusText {
    padding-top: 7px;
  }
}
html #LiveHelpEmbedded #LiveHelpCloseButton,
html #LiveHelpEmbedded #LiveHelpSwitchPopupToolbarButton {
  margin-top: 0;
}

@media only screen and (min-width: 540px) {
  html #LiveHelpEmbedded #LiveHelpCloseButton,
  html #LiveHelpEmbedded #LiveHelpSwitchPopupToolbarButton {
    margin-top: 7px;
  }
}
html #LiveHelpEmbedded #LiveHelpBody {
  height: 441px;
}

@media only screen and (max-width: 539px) {
  html #LiveHelpEmbedded #LiveHelpBody {
    top: 31px;
  }
}
html #LiveHelpEmbedded #LiveHelpSignIn {
  padding-top: 25px;
}

html #LiveHelpEmbedded #LiveHelpSignInDetails {
  margin-left: 6px;
  margin-right: 6px;
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover {
  outline: 0;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

body.is-show-help {
  overflow-y: scroll;
}

body.is-modal-open {
  height: 100%;
  overflow-y: scroll;
}

.is-body {
  background-color: #fff;
  font-family: "Baloise Text Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.is-body input[type=button],
.is-body input[type=submit],
.is-body input[type=text],
.is-body textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.is-body .js-logger {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #fff;
  height: 16.66667%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  font-size: 14px;
  overflow-y: auto;
  z-index: 9999;
  border-radius: 10px;
  border: 10px solid red;
}

.is-body .is-sr-only {
  left: -10000px;
  top: auto;
}

.is-body .is-sr-only,
.is-body .is-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.is-body .is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
}

.is-body .is-visuallyhidden.is-focusable:active,
.is-body .is-visuallyhidden.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.is-body .headline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 25px;
  line-height: 32px;
  margin-top: 40px;
  font-weight: 700;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .is-body .headline {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 960px) {
  .is-body .headline {
    font-size: 44px;
    line-height: 50px;
  }
}
.is-body .subline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 22px;
  line-height: 28px;
  margin-top: 40px;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .is-body .subline {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .is-body .subline {
    font-size: 32px;
    line-height: 40px;
  }
}
.is-body .subline.is-aside {
  margin-top: 0;
}

.is-body .subline-link {
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
  color: #009ee7;
  transition: 0.2s ease-in-out;
}

.is-body .subline-link:focus,
.is-body .subline-link:hover {
  text-decoration: underline;
  color: #002b82;
}

.is-body .is-bg-blue {
  background-color: #039;
}

.is-body .is-padding-m {
  padding: 35px;
}

.is-body .is-spacing-top-l {
  padding-top: 60px;
}

.is-body .is-spacing-bottom-l {
  padding-bottom: 60px;
}

.is-body .is-spacing-top-bottom-l {
  padding-top: 60px;
  padding-bottom: 60px;
}

.is-map .b-footer.is-spacing {
  padding-top: 0;
}

.is-aural {
  display: block;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.is-hidden {
  display: none;
}

.c-no-javascript {
  display: initial;
}

.a11y-focus-key {
  overflow: hidden;
}

.a11y-focus-key:focus {
  outline: none !important;
  position: relative;
}

.a11y-focus-key:focus.form__checkbox-input,
.a11y-focus-key:focus.form__radio-input {
  position: absolute;
}

.a11y-focus-key:focus:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  outline: 2px dashed #009ee7 !important;
}

.a11y-focus-key:focus:after {
  padding-right: 15px;
}

head {
  font-family: xs;
}

@media only screen and (min-width: 540px) and (max-width: 719px) {
  head {
    font-family: s;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  head {
    font-family: m;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  head {
    font-family: l;
  }
}
@media only screen and (min-width: 1200px) {
  head {
    font-family: xl;
  }
}
.debug .is-grid-row,
.debug .u-grid-row {
  margin-bottom: 10px;
}

.debug [class*=is-col] {
  min-height: 40px;
  background-color: #999;
}

@media only screen and (min-width: 1200px) {
  .is-col-xl-1 {
    width: calc(8.33333% - 40px);
  }
  .is-col-xl-1,
  .is-col-xl-2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-xl-2 {
    width: calc(16.66667% - 40px);
  }
  .is-col-xl-3 {
    width: calc(25% - 40px);
  }
  .is-col-xl-3,
  .is-col-xl-4 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-xl-4 {
    width: calc(33.33333% - 40px);
  }
  .is-col-xl-5 {
    width: calc(41.66667% - 40px);
  }
  .is-col-xl-5,
  .is-col-xl-6 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-xl-6 {
    width: calc(50% - 40px);
  }
  .is-col-xl-7 {
    width: calc(58.33333% - 40px);
  }
  .is-col-xl-7,
  .is-col-xl-8 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-xl-8 {
    width: calc(66.66667% - 40px);
  }
  .is-col-xl-9 {
    width: calc(75% - 40px);
  }
  .is-col-xl-9,
  .is-col-xl-10 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-xl-10 {
    width: calc(83.33333% - 40px);
  }
  .is-col-xl-11 {
    width: calc(91.66667% - 40px);
  }
  .is-col-xl-11,
  .is-col-xl-12 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-xl-12 {
    width: calc(100% - 40px);
  }
  .is-col-xl-offset-0 {
    margin-left: 20px;
  }
  .is-col-xl-offset-1 {
    margin-left: calc(8.33333% + 20px);
  }
  .is-col-xl-offset-2 {
    margin-left: calc(16.66667% + 20px);
  }
  .is-col-xl-offset-3 {
    margin-left: calc(25% + 20px);
  }
  .is-col-xl-offset-4 {
    margin-left: calc(33.33333% + 20px);
  }
  .is-col-xl-offset-5 {
    margin-left: calc(41.66667% + 20px);
  }
  .is-col-xl-offset-6 {
    margin-left: calc(50% + 20px);
  }
  .is-col-xl-offset-7 {
    margin-left: calc(58.33333% + 20px);
  }
  .is-col-xl-offset-8 {
    margin-left: calc(66.66667% + 20px);
  }
  .is-col-xl-offset-9 {
    margin-left: calc(75% + 20px);
  }
  .is-col-xl-offset-10 {
    margin-left: calc(83.33333% + 20px);
  }
  .is-col-xl-offset-11 {
    margin-left: calc(91.66667% + 20px);
  }
  .is-hidden-xl,
  .is-shown-l,
  .is-shown-m,
  .is-shown-s {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .is-col-l-1 {
    width: calc(8.33333% - 40px);
  }
  .is-col-l-1,
  .is-col-l-2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-l-2 {
    width: calc(16.66667% - 40px);
  }
  .is-col-l-3 {
    width: calc(25% - 40px);
  }
  .is-col-l-3,
  .is-col-l-4 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-l-4 {
    width: calc(33.33333% - 40px);
  }
  .is-col-l-5 {
    width: calc(41.66667% - 40px);
  }
  .is-col-l-5,
  .is-col-l-6 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-l-6 {
    width: calc(50% - 40px);
  }
  .is-col-l-7 {
    width: calc(58.33333% - 40px);
  }
  .is-col-l-7,
  .is-col-l-8 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-l-8 {
    width: calc(66.66667% - 40px);
  }
  .is-col-l-9 {
    width: calc(75% - 40px);
  }
  .is-col-l-9,
  .is-col-l-10 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-l-10 {
    width: calc(83.33333% - 40px);
  }
  .is-col-l-11 {
    width: calc(91.66667% - 40px);
  }
  .is-col-l-11,
  .is-col-l-12 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .is-col-l-12 {
    width: calc(100% - 40px);
  }
  .is-col-l-offset-0 {
    margin-left: 20px;
  }
  .is-col-l-offset-1 {
    margin-left: calc(8.33333% + 20px);
  }
  .is-col-l-offset-2 {
    margin-left: calc(16.66667% + 20px);
  }
  .is-col-l-offset-3 {
    margin-left: calc(25% + 20px);
  }
  .is-col-l-offset-4 {
    margin-left: calc(33.33333% + 20px);
  }
  .is-col-l-offset-5 {
    margin-left: calc(41.66667% + 20px);
  }
  .is-col-l-offset-6 {
    margin-left: calc(50% + 20px);
  }
  .is-col-l-offset-7 {
    margin-left: calc(58.33333% + 20px);
  }
  .is-col-l-offset-8 {
    margin-left: calc(66.66667% + 20px);
  }
  .is-col-l-offset-9 {
    margin-left: calc(75% + 20px);
  }
  .is-col-l-offset-10 {
    margin-left: calc(83.33333% + 20px);
  }
  .is-col-l-offset-11 {
    margin-left: calc(91.66667% + 20px);
  }
  .is-hidden-l,
  .is-shown-m,
  .is-shown-s,
  .is-shown-xl {
    display: none !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .is-col-m-1 {
    width: calc(8.33333% - 30px);
  }
  .is-col-m-1,
  .is-col-m-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .is-col-m-2 {
    width: calc(16.66667% - 30px);
  }
  .is-col-m-3 {
    width: calc(25% - 30px);
  }
  .is-col-m-3,
  .is-col-m-4 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .is-col-m-4 {
    width: calc(33.33333% - 30px);
  }
  .is-col-m-5 {
    width: calc(41.66667% - 30px);
  }
  .is-col-m-5,
  .is-col-m-6 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .is-col-m-6 {
    width: calc(50% - 30px);
  }
  .is-col-m-7 {
    width: calc(58.33333% - 30px);
  }
  .is-col-m-7,
  .is-col-m-8 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .is-col-m-8 {
    width: calc(66.66667% - 30px);
  }
  .is-col-m-9 {
    width: calc(75% - 30px);
  }
  .is-col-m-9,
  .is-col-m-10 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .is-col-m-10 {
    width: calc(83.33333% - 30px);
  }
  .is-col-m-11 {
    width: calc(91.66667% - 30px);
  }
  .is-col-m-11,
  .is-col-m-12 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .is-col-m-12 {
    width: calc(100% - 30px);
  }
  .is-col-m-offset-0 {
    margin-left: 15px;
  }
  .is-col-m-offset-1 {
    margin-left: calc(8.33333% + 15px);
  }
  .is-col-m-offset-2 {
    margin-left: calc(16.66667% + 15px);
  }
  .is-col-m-offset-3 {
    margin-left: calc(25% + 15px);
  }
  .is-col-m-offset-4 {
    margin-left: calc(33.33333% + 15px);
  }
  .is-col-m-offset-5 {
    margin-left: calc(41.66667% + 15px);
  }
  .is-col-m-offset-6 {
    margin-left: calc(50% + 15px);
  }
  .is-col-m-offset-7 {
    margin-left: calc(58.33333% + 15px);
  }
  .is-col-m-offset-8 {
    margin-left: calc(66.66667% + 15px);
  }
  .is-col-m-offset-9 {
    margin-left: calc(75% + 15px);
  }
  .is-col-m-offset-10 {
    margin-left: calc(83.33333% + 15px);
  }
  .is-col-m-offset-11 {
    margin-left: calc(91.66667% + 15px);
  }
  .is-hidden-m,
  .is-shown-l,
  .is-shown-s,
  .is-shown-xl {
    display: none !important;
  }
}
@media only screen and (max-width: 719px) {
  .is-col-s-1 {
    width: calc(8.33333% - 20px);
  }
  .is-col-s-1,
  .is-col-s-2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .is-col-s-2 {
    width: calc(16.66667% - 20px);
  }
  .is-col-s-3 {
    width: calc(25% - 20px);
  }
  .is-col-s-3,
  .is-col-s-4 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .is-col-s-4 {
    width: calc(33.33333% - 20px);
  }
  .is-col-s-5 {
    width: calc(41.66667% - 20px);
  }
  .is-col-s-5,
  .is-col-s-6 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .is-col-s-6 {
    width: calc(50% - 20px);
  }
  .is-col-s-7 {
    width: calc(58.33333% - 20px);
  }
  .is-col-s-7,
  .is-col-s-8 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .is-col-s-8 {
    width: calc(66.66667% - 20px);
  }
  .is-col-s-9 {
    width: calc(75% - 20px);
  }
  .is-col-s-9,
  .is-col-s-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .is-col-s-10 {
    width: calc(83.33333% - 20px);
  }
  .is-col-s-11 {
    width: calc(91.66667% - 20px);
  }
  .is-col-s-11,
  .is-col-s-12 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .is-col-s-12 {
    width: calc(100% - 20px);
  }
  .is-col-s-offset-0 {
    margin-left: 10px;
  }
  .is-col-s-offset-1 {
    margin-left: calc(8.33333% + 10px);
  }
  .is-col-s-offset-2 {
    margin-left: calc(16.66667% + 10px);
  }
  .is-col-s-offset-3 {
    margin-left: calc(25% + 10px);
  }
  .is-col-s-offset-4 {
    margin-left: calc(33.33333% + 10px);
  }
  .is-col-s-offset-5 {
    margin-left: calc(41.66667% + 10px);
  }
  .is-col-s-offset-6 {
    margin-left: calc(50% + 10px);
  }
  .is-col-s-offset-7 {
    margin-left: calc(58.33333% + 10px);
  }
  .is-col-s-offset-8 {
    margin-left: calc(66.66667% + 10px);
  }
  .is-col-s-offset-9 {
    margin-left: calc(75% + 10px);
  }
  .is-col-s-offset-10 {
    margin-left: calc(83.33333% + 10px);
  }
  .is-col-s-offset-11 {
    margin-left: calc(91.66667% + 10px);
  }
  .is-hidden-s,
  .is-shown-l,
  .is-shown-m,
  .is-shown-xl {
    display: none !important;
  }
}
.u-grid {
  position: relative;
  width: calc(90% - 20px);
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 540px) and (max-width: 719px) {
  .u-grid {
    width: calc(100% - 140px);
  }
}
.u-grid .is-grid-row,
.u-grid .u-grid-row {
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .u-grid {
    width: 705px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .u-grid .is-grid-row,
  .u-grid .u-grid-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .u-grid {
    width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .u-grid .is-grid-row,
  .u-grid .u-grid-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .u-grid {
    width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .u-grid .is-grid-row,
  .u-grid .u-grid-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.is-grid-row,
.u-grid-row {
  display: flex;
  flex-wrap: wrap;
}

.is-grid-row.is-equal-height,
.u-grid-row.is-equal-height {
  justify-content: center;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .u-grid-row .u-grid-row .is-col-m-6 {
    width: calc(50% - 41px);
  }
}
@media only screen and (min-width: 960px) {
  .u-grid-row .u-grid-row .is-col-l-6 {
    width: calc(50% - 41px);
  }
  .u-grid-row .u-grid-col .is-col-xl-4 {
    width: calc(33.33333% - 41px);
  }
}
@media only screen and (min-width: 1200px) {
  .u-grid-row .u-grid-row .is-col-l-6 {
    width: calc(50% - 41px);
  }
  .u-grid-row .u-grid-col .is-col-xl-4 {
    width: calc(33.33333% - 41px);
  }
}
[data-css=c-accordion] {
  position: relative;
}

[data-css=c-accordion] .accordion__btn {
  cursor: pointer;
}

[data-css=c-accordion] .is-closed {
  height: 0;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}

[data-css=c-accordion] .is-open {
  transition: height 0.2s ease-in-out;
  overflow: visible;
}

[data-css=c-accordion] .is-calculating {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
  height: auto !important;
}

.is-youngo [data-css=c-accordion] h2,
.is-youngo [data-css=c-accordion] h3,
.is-youngo [data-css=c-accordion] h4,
.is-youngo [data-css=c-accordion] h5 {
  font-family: StagStencil-Bold, sans-serif;
  color: #000;
}

[data-css=c-accordion] .accordion__image + .accordion__text,
[data-css=c-accordion] .accordion__table + .accordion__text,
[data-css=c-accordion] .accordion__text + .accordion__image,
[data-css=c-accordion] .accordion__text + .accordion__table,
[data-css=c-accordion] .accordion__text + .accordion__video,
[data-css=c-accordion] .accordion__video + .accordion__text {
  margin-top: 40px;
}

.c-accordion--default .accordion__btn {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  display: block;
  padding: 20px 25px 20px 0;
  position: relative;
  text-decoration: none;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-accordion--default .accordion__btn {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-accordion--default .accordion__btn {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-accordion--default .accordion__btn:after,
.c-accordion--default .accordion__btn:before {
  transition: bottom 0.2s ease-in-out, transform 0.2s ease-in-out;
  background-color: #039;
  height: 2px;
  right: 5px;
  top: 50%;
  width: 12px;
}

.c-accordion--default .accordion__btn:after {
  transform: rotate(90deg);
}

.c-accordion--default .accordion__btn.is-active:after {
  transform: rotate(180deg);
}

@media only screen and (min-width: 720px) {
  .c-accordion--default .accordion__btn {
    padding: 30px 25px 30px 0;
  }
}
.is-youngo .c-accordion--default .accordion__btn {
  color: #000;
}

.is-youngo .c-accordion--default .accordion__btn:after,
.is-youngo .c-accordion--default .accordion__btn:before {
  background-color: #000;
}

.c-accordion--default .accordion__btn-number {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #7188b8;
  margin-right: 40px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-accordion--default .accordion__btn-number {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-accordion--default .accordion__btn-number {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-accordion--default .accordion__icon {
  position: relative;
}

.c-accordion--default .accordion__item {
  border-top: 1px solid #d3dbeb;
}

.c-accordion--default .accordion__item:last-of-type {
  border-bottom: 1px solid #d3dbeb;
}

.is-youngo .c-accordion--default .accordion__item {
  border-top: 1px solid #000;
}

.is-youngo .c-accordion--default .accordion__item:last-of-type {
  border-bottom: 1px solid #000;
}

.c-accordion--default .accordion__content-inner {
  padding: 40px 0 80px;
}

.c-accordion--default .accordion__title {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-accordion--default .accordion__title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-accordion--default .accordion__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-accordion--default.is-disclaimer .accordion__btn-inner {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-accordion--default.is-disclaimer .accordion__btn-inner {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-accordion--default.is-disclaimer .accordion__btn-inner {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-accordion--default.is-disclaimer .accordion__text {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #7188b8;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-accordion--default.is-disclaimer .accordion__text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-accordion--default.is-disclaimer .accordion__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-accordion--default.is-disclaimer .accordion__content-inner {
  padding: 20px 0 40px;
}

.c-accordion--default.is-spacing {
  padding: 30px 0;
}

@media only screen and (min-width: 720px) {
  .c-accordion--default.is-spacing {
    padding: 60px 0;
  }
}
[data-css=c-logo-banner] .logo-banner__headline,
[data-css=c-logo-banner] .logo-banner__list {
  display: block;
  width: 100%;
}

[data-css=c-logo-banner] .logo-banner__headline {
  margin-bottom: 10px;
}

@media only screen and (min-width: 960px) {
  [data-css=c-logo-banner] .logo-banner__headline {
    margin-bottom: 20px;
  }
}
[data-css=c-logo-banner] .logo-banner__headline h2 {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  color: #039;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  [data-css=c-logo-banner] .logo-banner__headline h2 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  [data-css=c-logo-banner] .logo-banner__headline h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
[data-css=c-logo-banner] .logo-banner__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

[data-css=c-logo-banner] .logo-banner__listitem {
  flex: 0 0 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-css=c-logo-banner] .logo-banner__listitem-image {
  background-color: #000;
  width: 80%;
  margin: 0 auto;
}

[data-css=c-group-three-media] {
  margin: 0 auto 40px;
}

@media only screen and (max-width: 959px) {
  [data-css=c-group-three-media] .group-three-media__wrapper div {
    margin: 0 0 20px;
  }
  [data-css=c-group-three-media] .group-three-media__wrapper div:last-of-type {
    margin: 0;
  }
}
[data-css=c-group-three-media] .group-three-media__wrapper div .c-rich-text--default p:last-of-type {
  margin-bottom: 0;
}

.u-grid .u-grid-row.is-2-cols .u-grid-col,
[data-css=c-group-three-media] iframe {
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .u-grid .u-grid-row.is-2-cols .u-grid-col {
    width: calc(50% - 40px);
  }
}
.u-grid .u-grid-row.is-3-cols .u-grid-col {
  width: 100%;
}

@media only screen and (min-width: 720px) {
  .u-grid .u-grid-row.is-3-cols .u-grid-col {
    width: calc(33.33333% - 40px);
  }
}
.object-fit-image-polyfill.object-fit-polyfill {
  background-size: cover;
  background-position: top;
}

.object-fit-image-polyfill.object-fit-polyfill img {
  opacity: 0;
}

.header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  overflow: visible;
  height: 262px;
  background: linear-gradient(0deg, #fff, #fff 12px);
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header {
    height: 331px;
  }
}
@media only screen and (min-width: 960px) {
  .header {
    height: 495px;
  }
}
@media only screen and (min-width: 1920px) {
  .header {
    height: 695px;
  }
}
@media only screen and (min-width: 2880px) {
  .header {
    height: 895px;
  }
}
/*.header:after,
.header:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 12px;
}
@media only screen and (min-width: 960px) {
    .header:after,
    .header:before {
        height: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .header:after,
    .header:before {
        height: 18px;
    }
}
.header:before {
    left: 0;
    width: 100%;
    background: #fff;
    background: linear-gradient(90deg, #039, #039 66%, #009ee7 0, #009ee7);
    z-index: 1;
}
.header:after {
    left: 66%;
    background-color: #fff;
    transform: translateX(-50%) skew(-45deg);
    z-index: 1;
    width: 12px;
}
@media only screen and (min-width: 960px) {
    .header:after {
        width: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .header:after {
        width: 18px;
    }
}*/
.header .header__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.header .top-header-bg-blue {
  background-color: #039;
  position: relative;
  z-index: 2;
}

.header .top-header-bg-white {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

/*@media only screen and (min-width: 720px) and (max-width: 959px) {
    .header .header__wrapper {
        background-color: transparent;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .header .header__wrapper {
        background-color: transparent;
    }
}
@media only screen and (min-width: 1200px) {
    .header .header__wrapper {
        background-color: transparent;
    }
}*/
.header .header__logo {
  display: block;
  position: relative;
  width: 160px;
  height: 70px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .header__logo {
    width: 180px;
    min-height: 90px;
  }
}
@media only screen and (min-width: 960px) {
  .header .header__logo {
    width: 280px;
    min-height: 120px;
  }
}
.header .header__logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .header__logo-image {
    height: 26px;
    width: 140px;
    left: 50%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .header .header__logo-image {
    height: 37px;
    width: 200px;
    left: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header__logo-image {
    height: 37px;
    width: 200px;
    left: 50%;
  }
}
.header .header__branding-logo-wrapper .header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 70px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .header__branding-logo-wrapper .header__logo {
    width: 180px;
    height: 90px;
    max-height: 90px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 960px) {
  .header .header__branding-logo-wrapper .header__logo {
    width: 280px;
    height: 120px;
    max-height: 120px;
    max-width: 280px;
  }
}
.header .header__branding-logo-wrapper .header__logo > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header .header__branding-logo-wrapper .header__logo > span.is-focusable:active,
.header .header__branding-logo-wrapper .header__logo > span.is-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.header .header__branding-logo-wrapper .header__logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90px;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .header__branding-logo-wrapper .header__logo-image {
    height: auto;
    width: auto;
    max-width: 140px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .header .header__branding-logo-wrapper .header__logo-image {
    height: auto;
    width: auto;
    max-width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header__branding-logo-wrapper .header__logo-image {
    height: auto;
    width: auto;
    max-width: 200px;
  }
}
.header .header__stage {
  position: absolute;
  width: 100%;
  height: 262px;
  top: 0;
  left: 0;
  overflow: hidden;
  background: linear-gradient(#039 75%, #00297a 98%);
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .header__stage {
    height: 331px;
  }
}
@media only screen and (min-width: 960px) {
  .header .header__stage {
    height: 495px;
  }
}
@media only screen and (min-width: 1920px) {
  .header .header__stage {
    height: 695px;
  }
}
@media only screen and (min-width: 2880px) {
  .header .header__stage {
    height: 895px;
  }
}
.header .header__background {
  display: block;
  height: calc(100% - 70px);
  margin-top: 70px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .header__background {
    height: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .header .header__background {
    height: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header__background {
    height: 100%;
    margin-top: 0;
  }
}
.header .header__image img {
  resize: both;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.header .header__image-desktop {
  display: block;
}

@media only screen and (min-width: 540px) and (max-width: 719px) {
  .header .header__image-desktop {
    display: none;
  }
}
.header .header__image-mobile {
  display: none;
}

@media only screen and (min-width: 540px) and (max-width: 719px) {
  .header .header__image-mobile {
    display: block;
  }
}
.header .header__content {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 25px;
  line-height: 32px;
  position: absolute;
  top: auto;
  bottom: 30px;
  width: 100%;
  z-index: 10;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .header__content {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 960px) {
  .header .header__content {
    font-size: 44px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 719px) {
  .header .header__content {
    bottom: 30px;
    top: auto;
  }
}
@media only screen and (min-width: 720px) {
  .header .header__content {
    padding: 133px 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header__content {
    padding: 210px 0 10px;
  }
}
.header .header__headline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 25px;
  line-height: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header .header__headline {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 960px) {
  .header .header__headline {
    font-size: 44px;
    line-height: 50px;
  }
}
.c-content--default {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  hyphens: auto;
  word-wrap: break-word;
  counter-reset: li;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-content--default {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-content--default {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-content--default.is-anchor-list-spacing {
  margin: 80px 0;
  padding: 0;
}

.c-content--default h2 {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 22px;
  line-height: 28px;
  color: #00236a;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-content--default h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .c-content--default h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.c-content--default h3 {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #00236a;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-content--default h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-content--default h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-content--default h4,
.c-content--default h5 {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  color: #00236a;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-content--default h4,
  .c-content--default h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-content--default h4,
  .c-content--default h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-content--default .rte-line,
.c-content--default p {
  margin-bottom: 40px;
}

.c-content--default .image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  transition: filter 0.3s ease;
}

.c-content--default img {
  width: 100%;
  height: auto;
  display: block;
}

.c-content--default .content__headline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-content--default .content__headline {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .c-content--default .content__headline {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 720px) {
  .c-content--default .content__headline {
    margin-bottom: 0;
  }
}
.c-image-text--left,
.c-image-text--right {
  margin: 40px 0;
  overflow: hidden;
}

.c-image-text--left .image-text__headline,
.c-image-text--right .image-text__headline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 25px;
  line-height: 32px;
  color: #039;
  margin-bottom: 40px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-image-text--left .image-text__headline,
  .c-image-text--right .image-text__headline {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 960px) {
  .c-image-text--left .image-text__headline,
  .c-image-text--right .image-text__headline {
    font-size: 44px;
    line-height: 50px;
  }
}
.c-image-text--left .image-text__picture,
.c-image-text--right .image-text__picture {
  position: relative;
  overflow: hidden;
}

.c-image-text--left .image-text__picture img,
.c-image-text--right .image-text__picture img {
  width: 100%;
  display: block;
}

.c-image-text--left .image-text__content,
.c-image-text--right .image-text__content {
  margin: 30px 0;
  display: block;
  hyphens: auto;
}

@media only screen and (min-width: 960px) {
  .c-image-text--left .image-text__content,
  .c-image-text--right .image-text__content {
    margin: 80px 0 30px;
  }
}
.c-image-text--left .image-text__picture {
  margin-left: calc((100vw - 100%) / 2 * -1);
}

@media only screen and (max-width: 719px) {
  .c-image-text--left .image-text__picture {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-image-text--left .image-text__picture {
    margin-left: calc(((100vw - 200%) / 2 - 15px) * -1);
  }
}
@media only screen and (min-width: 960px) {
  .c-image-text--left .image-text__picture {
    margin-left: calc(((100vw - 200%) / 2 - 20px) * -1);
  }
}
.c-image-text--left img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.c-image-text--right .image-text__picture {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

@media only screen and (max-width: 719px) {
  .c-image-text--right .image-text__picture {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-image-text--right .image-text__picture {
    margin-right: calc(((100vw - 200%) / 2 - 15px) * -1);
  }
}
@media only screen and (min-width: 960px) {
  .c-image-text--right .image-text__picture {
    margin-right: calc(((100vw - 200%) / 2 - 20px) * -1);
  }
}
.c-image-text--right .image-text__picture img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 719px) {
  .c-image-text--right .u-grid-col:first-child {
    order: 2;
  }
}
.spacer-element {
  height: 20px;
}

.c-rich-text--default {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  hyphens: auto;
  word-wrap: break-word;
  counter-reset: li;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-rich-text--default {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-rich-text--default {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-rich-text--default h2,
.c-rich-text--default h3,
.c-rich-text--default h4,
.c-rich-text--default h5 {
  margin-bottom: 20px;
  color: #039;
  font-weight: 700;
}

.c-rich-text--default h2 {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 22px;
  line-height: 28px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-rich-text--default h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .c-rich-text--default h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.c-rich-text--default h3 {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-rich-text--default h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-rich-text--default h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-rich-text--default h4,
.c-rich-text--default h5 {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-rich-text--default h4,
  .c-rich-text--default h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-rich-text--default h4,
  .c-rich-text--default h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-rich-text--default .rte-line,
.c-rich-text--default p {
  margin-bottom: 40px;
}

.c-rich-text--default ol li,
.c-rich-text--default ul li {
  position: relative;
  margin-bottom: 14px;
}

.c-rich-text--default ol li .rte-line,
.c-rich-text--default ol li:last-of-type,
.c-rich-text--default ul li .rte-line,
.c-rich-text--default ul li:last-of-type {
  margin-bottom: 0;
}

.is-on-blue .c-rich-text--default ol > li:before {
  color: #fff;
}

.c-rich-text--default b,
.c-rich-text--default strong {
  font-weight: 700;
}

.c-rich-text--default em,
.c-rich-text--default i {
  font-style: italic;
}

.c-rich-text--default u {
  text-decoration: underline;
}

/* .c-rich-text--default a:not(.c-cta--primary):not(.c-cta--link):not(.c-cta--secondary):not(.c-cta--tertiary):not(.c-cta--default) {
    text-decoration: none;
    color: #009ee7;
    transition: 0.2s ease-in-out;
}
.c-rich-text--default a:not(.c-cta--primary):not(.c-cta--link):not(.c-cta--secondary):not(.c-cta--tertiary):not(.c-cta--default):focus,
.c-rich-text--default a:not(.c-cta--primary):not(.c-cta--link):not(.c-cta--secondary):not(.c-cta--tertiary):not(.c-cta--default):hover {
    text-decoration: underline;
    color: #002b82;
}
.c-rich-text--default a:not(.c-cta--primary):not(.c-cta--link):not(.c-cta--secondary):not(.c-cta--tertiary):not(.c-cta--default) .rte-line {
    margin-bottom: 0;
} */
.c-rich-text--default.is-spacing {
  padding: 30px 0;
}

.c-rich-text--default.is-spacing-bottom {
  padding: 0 0 30px;
}

.c-rich-text--default.is-content-spacing-off ol:last-child,
.c-rich-text--default.is-content-spacing-off p:last-child,
.c-rich-text--default.is-content-spacing-off ul:last-child {
  margin-bottom: 0;
}

.c-rich-text--default.is-white {
  color: #fff;
}

.c-rich-text--default.is-white ul.is-linklist li:before,
.c-rich-text--default.is-white ul.is-linklist ul li:before {
  display: none;
}

.c-rich-text--default.is-white ul.is-linklist li a,
.c-rich-text--default.is-white ul.is-linklist ul li a {
  color: #fff;
  border-bottom: 1px solid #294d98;
}

.c-rich-text--default.is-white ul.is-linklist li a:focus,
.c-rich-text--default.is-white ul.is-linklist li a:hover,
.c-rich-text--default.is-white ul.is-linklist ul li a:focus,
.c-rich-text--default.is-white ul.is-linklist ul li a:hover {
  outline: none;
  padding-left: 10px;
}

.c-rich-text--default.is-white ul.is-linklist li a:focus:after,
.c-rich-text--default.is-white ul.is-linklist li a:hover:after,
.c-rich-text--default.is-white ul.is-linklist ul li a:focus:after,
.c-rich-text--default.is-white ul.is-linklist ul li a:hover:after {
  padding-right: 15px;
}

.c-rich-text--default.is-white ul.is-linklist li a.is-external:focus:after,
.c-rich-text--default.is-white ul.is-linklist li a.is-external:hover:after,
.c-rich-text--default.is-white ul.is-linklist ul li a.is-external:focus:after,
.c-rich-text--default.is-white ul.is-linklist ul li a.is-external:hover:after {
  padding-right: 20px;
}

.c-rich-text--default.is-white ul.is-download li:before,
.c-rich-text--default.is-white ul.is-download ul li:before {
  display: none;
}

.c-rich-text--default.is-white ul.is-download li:after,
.c-rich-text--default.is-white ul.is-download ul li:after {
  background-color: #294d98;
}

.c-rich-text--default.is-white ol li:before,
.c-rich-text--default.is-white ul.is-download li a,
.c-rich-text--default.is-white ul.is-download ul li a {
  color: #fff;
}

.c-rich-text--default table {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 540px;
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.c-rich-text--default table td,
.c-rich-text--default table th {
  text-align: left;
}

.c-rich-text--default table thead {
  border-bottom: 1px solid #99add6;
}

.c-rich-text--default table thead th {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #039;
  font-weight: 700;
  padding: 25px 20px 20px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-rich-text--default table thead th {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-rich-text--default table thead th {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-rich-text--default table tbody th {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  color: #039;
  font-weight: 700;
  padding: 25px 20px 30px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-rich-text--default table tbody th {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-rich-text--default table tbody th {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-rich-text--default table tbody td {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  padding: 25px 20px 30px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-rich-text--default table tbody td {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-rich-text--default table tbody td {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-rich-text--default table tbody td a {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: #009ee7;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-rich-text--default table tbody td a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-rich-text--default table tbody td a {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-rich-text--default table tbody td a:active,
.c-rich-text--default table tbody td a:focus,
.c-rich-text--default table tbody td a:hover {
  text-decoration: underline;
  color: #0290d0;
}

.c-rich-text--default table tbody tr {
  border-bottom: 1px solid #d9e1f0;
}

.c-rich-text--default [data-css=c-picture] .picture__image {
  margin-bottom: 20px;
}

.c-rich-text--default.is-blue {
  color: #039;
}

.c-rich-text--default.is-padding-left-s {
  padding-left: 10px;
}

.c-cta--default {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  background-color: #009ee7;
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta--default {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta--default {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-cta--default:active,
.c-cta--default:focus,
.c-cta--default:hover {
  background-color: #039;
}

.cta-element {
  text-align: right;
}

.text-element .cta-element {
  text-align: left;
}

.c-cta--primary {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  background-color: #009ee7;
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta--primary {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta--primary {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-cta--primary:active,
.c-cta--primary:focus,
.c-cta--primary:hover {
  background-color: #039;
}

.is-on-blue .c-cta--primary:active,
.is-on-blue .c-cta--primary:focus,
.is-on-blue .c-cta--primary:hover {
  background-color: #fff;
  color: #039;
}

.c-cta--link {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  background-color: transparent;
  color: #009ee7;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta--link {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta--link {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-cta--link:active,
.c-cta--link:focus,
.c-cta--link:hover {
  color: #002b82;
  text-decoration: underline;
}

.c-cta--link span:active,
.c-cta--link span:focus,
.c-cta--link span:hover {
  text-decoration: underline;
}

.c-cta--secondary {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta--secondary {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta--secondary {
    font-size: 15px;
    line-height: 20px;
  }
}
.is-on-blue .c-cta--secondary {
  background-color: #fff;
  color: #039;
}

.is-on-blue .c-cta--secondary:active,
.is-on-blue .c-cta--secondary:focus,
.is-on-blue .c-cta--secondary:hover {
  background-color: #0290d0;
  color: #fff;
}

.c-cta--secondary.is-invalid {
  cursor: inherit;
}

.c-cta--secondary.is-invalid,
.c-cta--secondary.is-invalid:active,
.c-cta--secondary.is-invalid:focus,
.c-cta--secondary.is-invalid:hover {
  background-color: #d3dbea;
  color: #fff;
}

.c-cta--tertiary {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta--tertiary {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta--tertiary {
    font-size: 15px;
    line-height: 20px;
  }
}
.is-on-blue .c-cta--tertiary {
  background-color: #039;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.is-on-blue .c-cta--tertiary:active,
.is-on-blue .c-cta--tertiary:focus,
.is-on-blue .c-cta--tertiary:hover {
  background-color: #002b82;
  color: #fff;
}

.c-cta--only-icon {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  padding: 0 30px;
  background-color: #009ee7;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta--only-icon {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta--only-icon {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-cta--only-icon:active,
.c-cta--only-icon:focus,
.c-cta--only-icon:hover {
  background-color: #039;
  color: #fff;
  text-decoration: none;
}

.c-cta-teaser--default {
  display: flex;
  padding: 40px 0;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  color: #fff;
}

.c-cta-teaser--default .c-cta-teaser__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  background-color: #039;
}

.c-cta-teaser--default .c-cta-teaser__content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.c-cta-teaser--default .cta-teaser__icon {
  max-width: 230px;
  max-height: 160px;
  height: 160px;
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 720px) {
  .c-cta-teaser--default .cta-teaser__icon {
    margin-top: 10px;
  }
}
.c-cta-teaser--default .cta-teaser__title {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  max-width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta-teaser--default .cta-teaser__title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta-teaser--default .cta-teaser__title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 720px) {
  .c-cta-teaser--default .cta-teaser__title {
    margin-top: 60px;
  }
}
.c-cta-teaser--default .cta-teaser__icon + .cta-teaser__title {
  margin-top: 0;
}

.c-cta-teaser--default .cta-teaser__title + .cta-teaser__headline {
  margin-top: 5px;
}

.c-cta-teaser--default .cta-teaser__headline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  max-width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta-teaser--default .cta-teaser__headline {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta-teaser--default .cta-teaser__headline {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 720px) {
  .c-cta-teaser--default .cta-teaser__headline {
    margin-top: 60px;
  }
}
.c-cta-teaser--default .cta-teaser__icon + .cta-teaser__headline {
  margin-top: 0;
}

.c-cta-teaser--default .cta-teaser__subline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  max-width: 100%;
  text-align: center;
  color: #99add6;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta-teaser--default .cta-teaser__subline {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta-teaser--default .cta-teaser__subline {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-cta-teaser--default .cta-teaser__headline + .cta-teaser__subline {
  margin-top: 15px;
}

.c-cta-teaser--default .cta-teaser__button {
  margin: auto;
  max-width: 100%;
}

@media only screen and (min-width: 720px) {
  .is-col-m-4 .c-cta-teaser--default .cta-teaser__button {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-cta-teaser--default .cta-teaser__button .c-cta--primary {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  background-color: #009ee7;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-cta-teaser--default .cta-teaser__button .c-cta--primary {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-cta-teaser--default .cta-teaser__button .c-cta--primary {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-cta-teaser--default .cta-teaser__button .c-cta--primary:active,
.c-cta-teaser--default .cta-teaser__button .c-cta--primary:focus,
.c-cta-teaser--default .cta-teaser__button .c-cta--primary:hover {
  background-color: #039;
}

@media only screen and (min-width: 720px) {
  .c-cta-teaser--default .cta-teaser__button .c-cta--primary {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.c-cta-teaser--default .cta-teaser__button .c-cta--primary:active,
.c-cta-teaser--default .cta-teaser__button .c-cta--primary:focus,
.c-cta-teaser--default .cta-teaser__button .c-cta--primary:hover {
  background-color: #fff;
  color: #039;
}

.c-image-teaser--default,
.c-image-teaser--wide {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 40px 0;
  margin: 0;
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--default:focus img,
  .c-image-teaser--default:hover img,
  .c-image-teaser--wide:focus img,
  .c-image-teaser--wide:hover img {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 720px) {
  .c-image-teaser--default.is-left .c-image-teaser__box,
  .c-image-teaser--wide.is-left .c-image-teaser__box {
    left: 0;
  }
}
@media only screen and (min-width: 720px) {
  .c-image-teaser--default.is-right .c-image-teaser__box,
  .c-image-teaser--wide.is-right .c-image-teaser__box {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 720px) {
  .c-image-teaser--default.is-right .c-image-teaser__image,
  .c-image-teaser--wide.is-right .c-image-teaser__image {
    margin-left: 0;
  }
}
.c-image-teaser--default .c-image-teaser__image,
.c-image-teaser--wide .c-image-teaser__image {
  transition: all 0.4s ease-out;
  overflow: hidden;
}

.c-image-teaser--default .c-image-teaser__image img,
.c-image-teaser--wide .c-image-teaser__image img {
  display: block;
  width: 100%;
  transition: all 0.4s ease-out;
}

.c-image-teaser--default .c-image-teaser__box,
.c-image-teaser--wide .c-image-teaser__box {
  background-color: rgba(0, 51, 153, 0.95);
  margin: -80px 10px 0;
  transition: all 0.4s ease-out;
  overflow: hidden;
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--default .c-image-teaser__box,
  .c-image-teaser--wide .c-image-teaser__box {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-image-teaser--default .c-image-teaser__box .c-image-teaser__title,
.c-image-teaser--wide .c-image-teaser__box .c-image-teaser__title {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-image-teaser--default .c-image-teaser__box .c-image-teaser__title,
  .c-image-teaser--wide .c-image-teaser__box .c-image-teaser__title {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-image-teaser--default .c-image-teaser__box .c-image-teaser__title,
  .c-image-teaser--wide .c-image-teaser__box .c-image-teaser__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-image-teaser--default .c-image-teaser__box .c-image-teaser__description,
.c-image-teaser--wide .c-image-teaser__box .c-image-teaser__description {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #99add6;
  margin-bottom: 0;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-image-teaser--default .c-image-teaser__box .c-image-teaser__description,
  .c-image-teaser--wide .c-image-teaser__box .c-image-teaser__description {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-image-teaser--default .c-image-teaser__box .c-image-teaser__description,
  .c-image-teaser--wide .c-image-teaser__box .c-image-teaser__description {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-image-teaser--default .c-image-teaser__hint,
.c-image-teaser--wide .c-image-teaser__hint {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #009ee7;
  text-decoration: none;
  border: 40px solid transparent;
  border-top-width: 200px;
  width: 100%;
  opacity: 0;
  transition: all 0.1s ease-out 0s;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-image-teaser--default .c-image-teaser__hint,
  .c-image-teaser--wide .c-image-teaser__hint {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-image-teaser--default .c-image-teaser__hint,
  .c-image-teaser--wide .c-image-teaser__hint {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-image-teaser--default .c-image-teaser__hint:focus,
.c-image-teaser--default .c-image-teaser__hint:hover,
.c-image-teaser--wide .c-image-teaser__hint:focus,
.c-image-teaser--wide .c-image-teaser__hint:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--default {
    padding: 40px 0 80px;
  }
}
@media only screen and (max-width: 719px) {
  .c-image-teaser--default .c-image-teaser__hint {
    opacity: 1 !important;
  }
  .c-image-teaser--default .c-image-teaser__box {
    padding-bottom: 100px !important;
  }
}
.c-image-teaser--default:focus .c-image-teaser__hint,
.c-image-teaser--default:hover .c-image-teaser__hint {
  opacity: 1;
  transition: all 0.2s ease-out 0.2s;
}

.c-image-teaser--default:focus .c-image-teaser__box,
.c-image-teaser--default:hover .c-image-teaser__box {
  padding-bottom: 100px;
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--default .c-image-teaser__image {
    width: 83.33333%;
    margin-left: 16.66667%;
  }
}
.c-image-teaser--default .c-image-teaser__box {
  position: relative;
  padding: 25px 40px 80px;
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--default .c-image-teaser__box {
    width: 66.66667%;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -40px;
  }
}
.c-image-teaser--wide {
  margin: 40px 0 0;
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--wide {
    margin: 40px 0 100px;
  }
}
.c-image-teaser--wide .c-image-teaser__image {
  margin-bottom: 0;
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--wide .c-image-teaser__image {
    margin-right: 0;
    width: 91.66667%;
    margin-left: 8.33333%;
  }
}
.c-image-teaser--wide .c-image-teaser__box {
  position: relative;
  padding: 25px 40px 40px;
  margin: 0;
  top: -60px;
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--wide .c-image-teaser__box {
    position: absolute;
    top: 60px;
    bottom: -87px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-image-teaser--wide .c-image-teaser__box {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .c-image-teaser--wide .c-image-teaser__box {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .c-image-teaser--wide .c-image-teaser__box {
    width: 33.33333%;
  }
}
.c-image-teaser--wide .c-image-teaser__bottomwrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

@media only screen and (min-width: 720px) {
  .c-image-teaser--wide .c-image-teaser__bottomwrapper {
    margin-top: auto;
  }
}
.c-image-teaser--wide .c-image-teaser__content .c-rich-text--default {
  margin-top: 20px;
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-image-teaser--wide .c-image-teaser__content .c-rich-text--default {
    max-height: none;
    max-height: inherit;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .c-image-teaser--wide .c-image-teaser__content .c-rich-text--default {
    max-height: none;
    max-height: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .c-image-teaser--wide .c-image-teaser__content .c-rich-text--default {
    max-height: none;
    max-height: inherit;
  }
}
.c-image-teaser--wide .c-image-teaser__content .c-rich-text--default .rte-line,
.c-image-teaser--wide .c-image-teaser__content .c-rich-text--default p {
  margin-bottom: 0;
}

.c-form--default {
  margin-bottom: 40px;
}

@media only screen and (min-width: 720px) {
  .c-form--default {
    margin-bottom: 60px;
  }
}
.c-form--default .form__legend {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__legend {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__legend {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-form--default .c-rich-text--default {
  font-size: 18px;
}

.c-form--default .form__attributes {
  display: none;
}

.c-form--default .required abbr {
  display: inline;
}

.c-form--default abbr {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  display: none;
  align-self: top;
  color: #039;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default abbr {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default abbr {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__row {
  margin-bottom: 20px;
}

.c-form--default .form__row.is-hidden {
  display: none;
}

.c-form--default .form__col {
  margin-bottom: 20px;
}

.c-form--default .form__col.is-hidden {
  display: none;
}

.c-form--default .form__col .rte-line:first-child,
.c-form--default .form__col p:first-child {
  margin-bottom: 0;
}

.c-form--default .form__subheadline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  color: #039;
  float: left;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__subheadline {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__subheadline {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 719px) {
  .c-form--default .form__subheadline {
    width: 100%;
  }
}
.c-form--default .form__subheadline-download-link {
  float: right;
  position: relative;
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #039;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  padding: 0 30px 0 35px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__subheadline-download-link {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__subheadline-download-link {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 719px) {
  .c-form--default .form__subheadline-download-link {
    margin-top: 10px;
    float: left;
    padding-left: 0;
  }
}
.c-form--default .form__subheadline-download-link:after,
.c-form--default .form__subheadline-download-link:before {
  position: absolute;
  content: "";
}

.c-form--default .form__subheadline-download-link:before {
  left: 7px;
  top: 0;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 719px) {
  .c-form--default .form__subheadline-download-link:before {
    display: none;
  }
}
.c-form--default .form__subheadline-download-link:after {
  right: 0;
  top: 0;
  transition: 0.2s ease-in-out;
}

.c-form--default .form__subheadline-download-link:focus .form__subheadline-download-link-name,
.c-form--default .form__subheadline-download-link:hover .form__subheadline-download-link-name {
  text-decoration: underline;
}

.c-form--default .form__subheadline-download-link-name {
  font-weight: 700;
}

.c-form--default .form__label-wrapper {
  margin-bottom: 5px;
  color: #00236a;
}

.c-form--default .form__label-wrapper abbr {
  text-decoration: none;
}

.c-form--default .form__input-label {
  display: inline;
}

@media only screen and (min-width: 720px) {
  .c-form--default .form__input-label {
    white-space: nowrap;
  }
}
.c-form--default .form__input-label.is-disabled,
.c-form--default .form__input-label.is-readonly {
  color: #b2b2b2;
}

.c-form--default .form__input-label,
.c-form--default .form__radio-label,
.c-form--default .form__select-label,
.c-form--default .form__textarea-label {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #039;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__input-label,
  .c-form--default .form__radio-label,
  .c-form--default .form__select-label,
  .c-form--default .form__textarea-label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__input-label,
  .c-form--default .form__radio-label,
  .c-form--default .form__select-label,
  .c-form--default .form__textarea-label {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 720px) {
  .c-form--default .form__input-label,
  .c-form--default .form__radio-label,
  .c-form--default .form__select-label,
  .c-form--default .form__textarea-label {
    white-space: nowrap;
  }
}
.c-form--default .form__input input {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__input input {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__input input {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-form--default .form__input input[type=text] {
  height: 42px;
  background-color: transparent;
  appearance: none;
}

.c-form--default .form__input-text {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d3dbea;
  padding-bottom: 10px;
  border-radius: 0;
  color: #222;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__input-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__input-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-form--default .form__input-text:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #fff;
}

.c-form--default .form__input-text[readonly] {
  opacity: 0.5;
  cursor: default;
  color: rgba(34, 34, 34, 0.5);
}

.c-form--default .form__input-text::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.c-form--default .form__input-text::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  opacity: 1;
}

.c-form--default .form__input-text:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.c-form--default .form__input-text::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.c-form--default .form__input-text.is-date::-webkit-calendar-picker-indicator,
.c-form--default .form__input-text.is-date::-webkit-inner-spin-button,
.c-form--default .form__input-text.is-date::-webkit-outer-spin-button {
  display: none;
}

.c-form--default input[type=number]::-webkit-inner-spin-button,
.c-form--default input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.c-form--default input[type=number] {
  -moz-appearance: textfield;
}

.c-form--default .form__textarea {
  width: 100%;
}

.c-form--default .form__textarea .form__label-wrapper {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__textarea .form__label-wrapper {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__textarea .form__label-wrapper {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__textarea-input {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 90px;
  padding: 5px 0 10px;
  border: none;
  border-bottom: 1px solid #d3dbea;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__textarea-input {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__textarea-input {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-form--default .form__textarea-input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.c-form--default .form__textarea-input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
  opacity: 1;
}

.c-form--default .form__textarea-input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.c-form--default .form__textarea-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-form--default .form__textarea-input[readonly] {
  opacity: 0.5;
  cursor: default;
}

.c-form--default .form__textarea-label {
  color: #039;
}

.c-form--default .form__textarea-label.is-disabled,
.c-form--default .form__textarea-label.is-readonly {
  color: #b2b2b2;
}

.c-form--default .form__col.form__checkbox-element {
  margin-bottom: 0;
}

.c-form--default .form__checkbox .form__label-wrapper,
.c-form--default .form__col.form__checkbox-element.is-invalid,
.c-form--default .form__radio .form__label-wrapper {
  margin-bottom: 20px;
}

.c-form--default .form__checkbox .form__label-wrapper.is-account-label,
.c-form--default .form__radio .form__label-wrapper.is-account-label {
  margin-bottom: 13px;
}

.c-form--default .form__checkbox-aslabel,
.c-form--default .form__radio-aslabel {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #039;
  display: inline;
  font-weight: 700;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__checkbox-aslabel,
  .c-form--default .form__radio-aslabel {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__checkbox-aslabel,
  .c-form--default .form__radio-aslabel {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__checkbox-label,
.c-form--default .form__checkbox-label-only,
.c-form--default .form__radio-label {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__checkbox-label,
  .c-form--default .form__checkbox-label-only,
  .c-form--default .form__radio-label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__checkbox-label,
  .c-form--default .form__checkbox-label-only,
  .c-form--default .form__radio-label {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__checkbox-label-only.is-inline,
.c-form--default .form__checkbox-label.is-inline,
.c-form--default .form__radio-label.is-inline {
  display: inline-block;
}

.c-form--default .form__checkbox-label-only abbr,
.c-form--default .form__checkbox-label abbr,
.c-form--default .form__radio-label abbr {
  align-self: top;
  text-decoration: none;
}

.c-form--default .form__checkbox-label-only a,
.c-form--default .form__checkbox-label a,
.c-form--default .form__radio-label a {
  text-decoration: none;
  color: #009ee7;
  transition: 0.2s ease-in-out;
}

.c-form--default .form__checkbox-label-only a:focus,
.c-form--default .form__checkbox-label-only a:hover,
.c-form--default .form__checkbox-label a:focus,
.c-form--default .form__checkbox-label a:hover,
.c-form--default .form__radio-label a:focus,
.c-form--default .form__radio-label a:hover {
  text-decoration: underline;
  color: #002b82;
}

.c-form--default .form__checkbox-label-only .is-visuallyhidden + abbr,
.c-form--default .form__checkbox-label .is-visuallyhidden + abbr,
.c-form--default .form__radio-label .is-visuallyhidden + abbr {
  padding: 0 5px 15px 0;
}

.c-form--default .form__checkbox-wrapper {
  display: block;
}

.c-form--default .form__checkbox-item {
  margin-bottom: 15px;
}

.c-form--default .form__checkbox-item.is-inline {
  display: inline-block;
  padding-right: 30px;
}

.c-form--default .form__checkbox-item.is-flex {
  display: flex;
}

.c-form--default .form__checkbox-item.is-flex .c-rich-text--default {
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
}

.c-form--default .form__checkbox-item.is-wrapper .c-rich-text--default {
  padding-left: 32px;
}

@media only screen and (max-width: 539px) {
  .c-form--default .form__checkbox-item.is-wrapper .c-rich-text--default {
    padding-left: 0;
  }
}
.c-form--default .form__checkbox-item.is-position {
  position: relative;
  width: 100%;
}

.c-form--default .form__checkbox-item.is-position .form__subtotal-wrapper {
  position: absolute;
  right: 0;
  top: 4px;
}

@media only screen and (max-width: 539px) {
  .c-form--default .form__checkbox-item.is-position .form__subtotal-wrapper {
    left: 40px;
    top: 30px;
    right: inherit;
  }
}
.c-form--default .form__checkbox-item.is-position .c-rich-text--default {
  padding-left: 32px;
}

@media only screen and (max-width: 539px) {
  .c-form--default .form__checkbox-item.is-position .c-rich-text--default {
    padding-top: 36px;
  }
}
.c-form--default .form__checkbox-item .form__checkbox-label {
  display: inline-block;
}

.c-form--default .form__checkbox-input:checked ~ .form__checkbox-label:after {
  opacity: 1;
}

.c-form--default .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus {
  outline: none !important;
  position: relative;
}

.c-form--default .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus.form__checkbox-input,
.c-form--default .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus.form__radio-input {
  position: absolute;
}

.c-form--default .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  outline: 2px dashed #009ee7 !important;
}

.c-form--default .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus:after {
  padding-right: 15px;
}

.c-form--default .form__checkbox-input:not(:disabled):active + .form__checkbox-label:before,
.c-form--default .form__checkbox-input:not(:disabled):focus + .form__checkbox-label:before,
.c-form--default .form__checkbox-input:not(:disabled):hover + .form__checkbox-label:before {
  box-shadow: 0 0 0 1px #99add6;
}

.c-form--default .form__checkbox-input:disabled + .form__checkbox-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-form--default .form__checkbox-label,
.c-form--default .form__checkbox-label-only {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__checkbox-label,
  .c-form--default .form__checkbox-label-only {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__checkbox-label,
  .c-form--default .form__checkbox-label-only {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__checkbox-label-only:hover,
.c-form--default .form__checkbox-label:hover {
  cursor: pointer;
}

.c-form--default .form__checkbox-label {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  min-height: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  padding-top: 2px;
  padding-left: 40px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__checkbox-label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__checkbox-label {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .c-form--default .form__checkbox-label {
    padding-top: 4px;
  }
}
.c-form--default .form__checkbox-label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #99add6;
  text-align: center;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.c-form--default .form__checkbox-label:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  top: 8px;
  left: 7px;
  width: 11px;
  height: 6px;
  border-top: 2px solid #039;
  border-right: 2px solid #039;
  transform: rotate(135deg);
}

.c-form--default .form__checkbox-additional-text {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__checkbox-additional-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__checkbox-additional-text {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__checkbox-additional-text.is-blue {
  color: #00236a;
}

.c-form--default .form__checkbox-additional-link {
  text-decoration: none;
  color: #009ee7;
  transition: 0.2s ease-in-out;
}

.c-form--default .form__checkbox-additional-link:focus,
.c-form--default .form__checkbox-additional-link:hover {
  text-decoration: underline;
  color: #002b82;
}

.c-form--default .form__radio-wrapper {
  width: 100%;
  display: inline-block;
}

.c-form--default .form__radio-wrapper.is-block {
  display: block;
}

.c-form--default .form__radio-wrapper.is-radio-half .form__radio-list {
  display: flex;
}

.c-form--default .form__radio-wrapper.is-radio-half .form__radio-list .form__radio-item {
  width: 50%;
}

.c-form--default .form__radio-list {
  display: block;
}

.c-form--default .form__input-nps-range,
.c-form--default .form__radio-list.is-flex {
  display: flex;
  flex: 1 0;
}

.c-form--default .form__input-nps-range > .max,
.c-form--default .form__input-nps-range > .min {
  flex-grow: 1;
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__input-nps-range > .max,
  .c-form--default .form__input-nps-range > .min {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__input-nps-range > .max,
  .c-form--default .form__input-nps-range > .min {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__input-nps-range .min {
  text-align: left;
}

.c-form--default .form__input-nps-range .max {
  text-align: right;
}

.c-form--default .form__radio-item {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__radio-item {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__radio-item {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__radio-item.is-block {
  display: block;
}

.c-form--default .form__radio-item.is-vertical {
  padding-right: 0;
  margin-right: 0;
  flex-grow: 1;
}

.c-form--default .form__radio-item.is-vertical .form__radio-label {
  padding-left: 0;
  padding-top: 28px;
  width: 24px;
  text-align: center;
  margin: auto;
}

.c-form--default .form__radio-item.is-position {
  position: relative;
  width: 100%;
}

.c-form--default .form__radio-item.is-position .form__subtotal-wrapper {
  position: absolute;
  right: 0;
  top: 4px;
}

@media only screen and (max-width: 539px) {
  .c-form--default .form__radio-item.is-position .form__subtotal-wrapper {
    left: 34px;
    top: 32px;
    right: inherit;
  }
}
.c-form--default .form__radio-item.is-position .form__radio-label {
  display: inline-block;
}

.c-form--default .form__radio-item.is-position .form__radio-label:before {
  vertical-align: middle;
}

.c-form--default .form__radio-item.is-position .c-rich-text--default {
  padding-left: 32px;
}

@media only screen and (max-width: 539px) {
  .c-form--default .form__radio-item.is-position .c-rich-text--default {
    padding-top: 32px;
  }
}
.c-form--default .form__radio-item.is-subtotal {
  position: relative;
  padding-right: 0;
  width: 100%;
}

.c-form--default .form__radio-item.is-subtotal .form__radio-label {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 719px) {
  .c-form--default .form__radio-item.is-subtotal .form__radio-label {
    width: auto;
    height: auto;
    min-height: 24px;
  }
}
.c-form--default .form__radio-item.is-subtotal .form__radio-label-wrapper {
  position: relative;
  display: inline;
}

@media only screen and (max-width: 719px) {
  .c-form--default .form__radio-item.is-subtotal .form__radio-label-wrapper {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 719px) {
  .c-form--default .form__radio-item.is-subtotal .c-popover--tooltip {
    position: relative;
  }
}
.c-form--default .form__radio-item.is-subtotal .form__subtotal-wrapper {
  position: absolute;
  right: 0;
  top: 4px;
}

@media only screen and (max-width: 719px) {
  .c-form--default .form__radio-item.is-subtotal .form__subtotal-wrapper {
    position: static;
    display: inline-block;
    right: 0;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
}
.c-form--default .form__radio-item.is-subtotal .form__currency {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-right: 7px;
  font-size: 0.875rem;
}

@media only screen and (max-width: 719px) {
  .c-form--default .form__radio-item.is-subtotal .form__currency {
    margin-right: 4px;
    font-size: 0.75rem;
  }
}
.c-form--default .form__radio-input:not(:disabled):active + .form__radio-label:before,
.c-form--default .form__radio-input:not(:disabled):focus + .form__radio-label:before,
.c-form--default .form__radio-input:not(:disabled):hover + .form__radio-label:before {
  box-shadow: 0 0 0 1px #99add6;
}

.c-form--default .form__radio-input:checked + .form__radio-label {
  cursor: default;
}

.c-form--default .form__radio-input:checked ~ .form__radio-label:after {
  background: #039;
  transition: background 0.25s linear;
}

.c-form--default .form__radio-input:disabled + .form__radio-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-form--default .form__radio-input.a11y-focus-key + .form__radio-label:focus {
  outline: none !important;
  position: relative;
}

.c-form--default .form__radio-input.a11y-focus-key + .form__radio-label:focus.form__checkbox-input,
.c-form--default .form__radio-input.a11y-focus-key + .form__radio-label:focus.form__radio-input {
  position: absolute;
}

.c-form--default .form__radio-input.a11y-focus-key + .form__radio-label:focus:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  outline: 2px dashed #009ee7 !important;
}

.c-form--default .form__radio-input.a11y-focus-key + .form__radio-label:focus:after {
  padding-right: 15px;
}

.c-form--default .form__radio-label {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  display: block;
  padding-top: 2px;
  padding-left: 34px;
  min-height: 24px;
  color: #039;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__radio-label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__radio-label {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .c-form--default .form__radio-label {
    padding-top: 4px;
  }
}
.c-form--default .form__radio-label:hover {
  cursor: pointer;
}

.c-form--default .form__radio-label:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #99add6;
}

.c-form--default .form__radio-label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 7px;
  border-radius: 50%;
  top: 7px;
  background: #fff;
}

.c-form--default .form__submit-group {
  width: 100%;
  margin-top: 20px;
}

.c-form--default .form__submit-group .form__submit {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 30px;
  margin-right: 20px;
  border: 0;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #039;
  color: #fff;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__submit-group .form__submit {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__submit-group .form__submit {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__submit-group .form__submit:active,
.c-form--default .form__submit-group .form__submit:focus,
.c-form--default .form__submit-group .form__submit:hover {
  background-color: #009ee7;
}

.c-form--default .form__submit-group .form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

@media only screen and (max-width: 719px) {
  .c-form--default .form__submit-group .form__submit:not(:last-child) {
    margin-bottom: 15px;
  }
}
.c-form--default .form__submit-group .form__submit.is-back {
  border: 1px solid #99add6;
  background-color: #fff;
  color: #039;
}

.c-form--default .form__submit-group .form__submit.is-back:active,
.c-form--default .form__submit-group .form__submit.is-back:focus,
.c-form--default .form__submit-group .form__submit.is-back:hover {
  background-color: #d3dbea;
  color: #039;
}

.c-form--default .form-abstand {
  height: 24px;
}

.c-form--default .form__error.is-spacing {
  padding: 40px 0;
}

.c-form--default .form__error.is-spacing-bottom {
  padding: 0 0 40px;
}

.c-form--default .form__error-text {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  display: none;
  color: #f36;
  padding-top: 10px;
  hyphens: auto;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__error-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__error-text {
    font-size: 15px;
    line-height: 20px;
  }
}
.c-form--default .form__error-text.is-padding-top-s {
  padding-top: 10px;
}

.c-form--default .form__error-text.initial,
.c-form--default .form__error-text.is-visible {
  display: block;
}

.c-form--default .form__error-text:empty {
  padding-top: 0;
}

.c-form--default [data-validitystate=customError] .customError,
.c-form--default [data-validitystate=patternMismatch] .patternMismatch,
.c-form--default [data-validitystate=rangeOverflow] .rangeOverflow,
.c-form--default [data-validitystate=rangeUnderflow] .rangeUnderflow,
.c-form--default [data-validitystate=stepMismatch] .stepMismatch,
.c-form--default [data-validitystate=typeMismatch] .typeMismatch,
.c-form--default [data-validitystate=valueMissing] .valueMissing {
  display: block;
}

.c-form--default .is-invalid .form__input-text,
.c-form--default .is-invalid .form__textarea-input {
  border-color: #f36;
}

.c-form--default .is-invalid .form__input-text::-webkit-input-placeholder,
.c-form--default .is-invalid .form__textarea-input::-webkit-input-placeholder {
  color: #f36;
  opacity: 1;
}

.c-form--default .is-invalid .form__input-text::-moz-placeholder,
.c-form--default .is-invalid .form__textarea-input::-moz-placeholder {
  color: #f36;
  opacity: 1;
}

.c-form--default .is-invalid .form__input-text:-ms-input-placeholder,
.c-form--default .is-invalid .form__textarea-input:-ms-input-placeholder {
  color: #f36;
  opacity: 1;
}

.c-form--default .is-invalid .form__input-text::-ms-input-placeholder,
.c-form--default .is-invalid .form__textarea-input::-ms-input-placeholder {
  color: #f36;
  opacity: 1;
}

.c-form--default .is-invalid .form__checkbox-input:not(:disabled):required + .form__checkbox-label,
.c-form--default .is-invalid .form__input-text.is-date,
.c-form--default .is-invalid .form__textarea-input.is-date {
  color: #f36;
}

.c-form--default .is-invalid .form__checkbox-input:not(:disabled):required + .form__checkbox-label:before {
  box-shadow: 0 0 0 1px #f36;
}

.c-form--default .is-invalid .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus {
  outline: none !important;
  position: relative;
}

.c-form--default .is-invalid .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus.form__checkbox-input,
.c-form--default .is-invalid .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus.form__radio-input {
  position: absolute;
}

.c-form--default .is-invalid .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  outline: 2px dashed #009ee7 !important;
}

.c-form--default .is-invalid .form__checkbox-input.a11y-focus-key + .form__checkbox-label:focus:after {
  padding-right: 15px;
}

.c-form--default .is-invalid .form__radio-input:not(:disabled) + .form__radio-label {
  color: #f36;
}

.c-form--default .is-invalid .form__radio-input:not(:disabled) + .form__radio-label:before {
  box-shadow: 0 0 0 1px #f36;
}

.c-form--default .is-invalid .form__radio-input.a11y-focus-key + .form__radio-label:focus {
  outline: none !important;
  position: relative;
}

.c-form--default .is-invalid .form__radio-input.a11y-focus-key + .form__radio-label:focus.form__checkbox-input,
.c-form--default .is-invalid .form__radio-input.a11y-focus-key + .form__radio-label:focus.form__radio-input {
  position: absolute;
}

.c-form--default .is-invalid .form__radio-input.a11y-focus-key + .form__radio-label:focus:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  outline: 2px dashed #009ee7 !important;
}

.c-form--default .is-invalid .form__radio-input.a11y-focus-key + .form__radio-label:focus:after {
  padding-right: 15px;
}

.c-form--default .is-invalid .form__select-field {
  border-bottom-color: #f36;
  color: #f36;
}

.c-form--default .is-invalid .form__ms-btn,
.c-form--default .is-invalid .form__sr-btn {
  border-color: #f36;
  color: #f36;
}

.c-form--default .form__error-headline {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #f36;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__error-headline {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__error-headline {
    font-size: 22px;
    line-height: 28px;
  }
}
.c-form--default .form__select {
  border-bottom: 1px solid #d3dbea;
  position: relative;
  color: #999;
  background-color: #fff;
  cursor: pointer;
}

.c-form--default .form__select-wrapper {
  position: relative;
  width: 100%;
}

.c-form--default .form__select-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #039;
  pointer-events: none;
}

.c-form--default .form__select-box {
  font-family: "Baloise Text Regular", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  padding: 9px 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  width: 100%;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .c-form--default .form__select-box {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .c-form--default .form__select-box {
    font-size: 18px;
    line-height: 26px;
  }
}
.c-form--default select.form__select-box::-ms-expand {
  display: none;
}

.c-form--default .form__disclaimer-element .form__checkbox-wrapper .form__checkbox-item {
  position: relative;
}

.c-form--default .form__disclaimer-element .form__checkbox-wrapper .form__checkbox-item .form__checkbox-label {
  color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
}

.c-form--default .form__disclaimer-element .form__checkbox-wrapper .form__checkbox-item .form__checkbox-label::selection,
.c-form--default .form__disclaimer-element .form__checkbox-wrapper .form__checkbox-item .form__checkbox-label ::selection {
  color: transparent;
  background-color: transparent;
}

.c-form--default .form__disclaimer-element .form__checkbox-wrapper .form__checkbox-item .form__checkbox-label-only {
  position: relative;
  z-index: 10;
  margin-left: 40px;
}

.c-form--default .form__disclaimer-element.is-invalid .form__checkbox-input:not(:disabled):required + .form__checkbox-label {
  color: transparent;
}

.c-form--default .form__disclaimer-element.is-invalid .form__checkbox-input:not(:disabled):required + .form__checkbox-label + .form__checkbox-label-only {
  color: #f36;
}

.no-js .c-form--default .form__disclaimer-element .form__checkbox-wrapper .form__checkbox-item .form__checkbox-label-only {
  pointer-events: none;
}

.no-js .c-form--default .form__disclaimer-element .form__checkbox-wrapper .form__checkbox-item .form__checkbox-label-only a {
  pointer-events: all;
}

.video-player-element {
  margin: 30px 0;
}

.video-player-element .video-wrapper {
  position: relative;
}

.video-player-element .video-wrapper video {
  padding: 0;
  margin: 0;
  border: 0;
  object-fit: contain;
  outline: none;
  width: 100%;
  box-shadow: 0 0 16px 8px rgba(0, 33, 98, 0.15);
}

@media only screen and (min-width: 360px) and (max-width: 720px) {
  .video-player-element .video-wrapper video {
    box-shadow: 0 0 12px 6px rgba(0, 33, 98, 0.15);
  }
}
@media only screen and (max-width: 360px) {
  .video-player-element .video-wrapper video {
    box-shadow: 0 0 8px 4px rgba(0, 33, 98, 0.15);
  }
}
.video-player-element .video-wrapper img.hidden-video-helper,
.video-player-element .video-wrapper span.hidden-video-helper {
  display: none;
}

.video-player-element .video-wrapper img.hidden-video-helper[data-bsi-element-part] {
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.social-share-element .sharing {
  margin: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.social-share-element .sharing .social-share-item {
  border: 0;
  outline: 0;
}

.social-share-element .sharing .social-share-item.is-copy-link {
  position: relative;
}

.social-share-element .sharing .social-share-item .copy-link-message {
  position: absolute;
  background-color: #fff;
  transform: translateY(-100%);
  top: -20px;
  width: 200px;
  left: -80px;
  color: #fff;
  background-color: #039;
  padding: 10px 10px 14px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.social-share-element .sharing .social-share-item .copy-link-message.is-active {
  transition: all 0.3s ease-in;
  visibility: visible;
  opacity: 1;
}

.social-share-element .sharing .social-share-item h2,
.social-share-element .sharing .social-share-item h3,
.social-share-element .sharing .social-share-item h4,
.social-share-element .sharing .social-share-item h5 {
  margin-bottom: 20px;
  text-align: center;
}

.social-share-element .sharing .social-share-item .hidden {
  display: none;
}

.social-share-element .sharing .social-share-item a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  max-width: 44px;
  margin: 0 10px;
  height: 44px;
}

.social-share-element .sharing .social-share-item a img {
  height: 100%;
  max-width: 44px;
  width: auto;
  margin: 0;
  border: 0;
}

@media only screen and (min-width: 360px) and (max-width: 720px) {
  .social-share-element .sharing .social-share-item a img {
    height: 34px;
    max-width: 34px;
    margin: 0 7px;
  }
}
@media only screen and (max-width: 360px) {
  .social-share-element .sharing .social-share-item a img {
    height: 26px;
    max-width: 26px;
    margin: 0 4px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .social-share-element .sharing .social-share-item a img {
    height: auto;
    width: 100%;
  }
}
.social-share-element .copy-link-input {
  position: absolute;
  opacity: 0;
}

.single-column-elements-centered-slim .u-grid-col {
  margin: 0 auto;
}

.single-column-elements-centered *,
.single-column-elements-centered-slim * {
  text-align: center;
}

.image-element {
  display: flex;
  justify-content: center;
}

.image-element img {
  width: 100%;
  height: auto;
  align-self: flex-start;
}

.image-element.ultraslim img {
  width: 30%;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./styles/components.scss ***!
  \*************************************************************************************************************************************************************************/
/*
Styles shared across all titles of the 'headings' group
The Bold and Light Variants Are applied in the same way onto all the headings; hence styled here
*/
.bold-title-version .element-holding-title {
  font-family: "Baloise Headline Bold";
  font-style: normal;
  font-weight: 700;
  color: #000d6e;
}

.light-title-version .element-holding-title {
  font-family: "Baloise Headline Light";
  font-style: normal;
  font-weight: 350;
  color: #000d6e;
}

/* 'title-h2' specific styles */
/* mobile first */
.title-h2 h2 {
  font-size: 28px;
  line-height: 32px;
}

/* same for tablet & desktop */
@media (min-width: 769px) {
  .title-h2 h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
/* mobile first */
.title-h2-large h2 {
  font-size: 28px;
  line-height: 32px;
}

/* same for tablet & desktop */
@media (min-width: 769px) {
  .title-h2-large h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
/* mobile first */
.title-h3 h3 {
  font-size: 24px;
  line-height: 32px;
}

/* same for tablet & desktop */
@media (min-width: 769px) {
  /* font sizes differ from light vs bold in this case */
  .bold-title-version.title-h3 h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .light-title-version.title-h3 h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
/* mobile first */
.title-h3-large h3 {
  font-size: 24px;
  line-height: 32px;
}

/* same for tablet & desktop */
@media (min-width: 769px) {
  /* font sizes differ from light vs bold in this case */
  .bold-title-version.title-h3-large h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .light-title-version.title-h3-large h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
/* mobile first */
.title-h4 h4 {
  font-size: 20px;
  line-height: 24px;
}

/* same for tablet & desktop */
@media (min-width: 769px) {
  .title-h4 h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
/* mobile first */
.title-h4-large h4 {
  font-size: 20px;
  line-height: 24px;
}

/* same for tablet & desktop */
@media (min-width: 769px) {
  .title-h4-large h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
/* Same across all devices */
.title-h5 h5 {
  font-size: 16px;
  line-height: 24px;
}

/* Same across all devices */
.title-h5-large h5 {
  font-size: 16px;
  line-height: 24px;
}

.accordion__btn .accordion__btn-inner {
  font-family: "Baloise Text Regular";
  font-weight: 300;
  color: #000d6e;
}

.content__headline {
  margin-bottom: 8px !important;
}

/* font-style:normal ommitted here to still provide possibility of underlined / cursive text, configured via text edit */
.bold-text-version .formatted-text-content-container {
  font-family: "Baloise Text Bold";
  font-weight: 700;
  color: #000d6e;
}

.regular-text-version div .bold-text-version div {
  margin-bottom: 15px;
}

.regular-text-version .formatted-text-content-container {
  font-family: "Baloise Text Regular";
  font-weight: 350;
  color: #000d6e;
  margin-bottom: 5px;
}

.regular-text-version div b,
.regular-text-version div strong {
  font-weight: 700;
}

.regular-text-version ul,
.bold-text-version ul,
.regular-text-version ol,
.bold-text-version ol {
  list-style-position: outside !important;
  padding-left: 16px;
}

.footer-navigation {
  display: block;
  padding: 16px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-navigation .footer-navigation__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-navigation .footer-navigation__link a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Baloise Headline Bold", Arial, sans-serif;
}

.footer-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.footer-social a {
  margin: 0 20px;
}
.footer-social a img {
  width: 20px;
  height: auto;
}

.footer {
  padding-top: 80px;
}

.footer .footer__metalist {
  padding-top: 90px;
  background-color: #000d6e;
}

.footer .footer__metalist-linklist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
  list-style: none;
}

@media only screen and (min-width: 960px) {
  .footer .footer__metalist-linklist {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 960px) {
  .footer .footer__metalist-linklist {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 719px) {
  .footer .footer__metalist-linkitem {
    text-align: center;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .footer .footer__metalist-linkitem {
    text-align: center;
  }
}
@media only screen and (min-width: 720px) {
  .footer .footer__metalist-linkitem {
    margin-right: 30px;
  }
}
.footer .footer__metalist-linkitem:last-child {
  margin-right: 0;
}

.footer .footer__metalist-link {
  font-family: "Baloise Text Regular", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .footer .footer__metalist-link {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .footer .footer__metalist-link {
    font-size: 15px;
    line-height: 20px;
  }
}
.footer .footer__metalist-link:active,
.footer .footer__metalist-link:focus,
.footer .footer__metalist-link:hover {
  text-decoration: underline;
}

.footer-logo {
  margin-bottom: 50px;
}

.form-trennlinie {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.form-trennlinie-inner {
  height: 2px;
  background-color: #e8e8e8;
}

.checkbox-title {
  display: block;
}

.error-form-field ~ .checkbox-title {
  color: #ea1800 !important;
}

/* General Checkbox Styling */
/* disable default checkbox display */
input[type=checkbox] {
  display: none;
}

/* correctly align content */
.custom-checkbox-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}

/* accomodate spacing for custom checkbox in label */
.custom-checkbox-container label {
  padding-left: 30px;
  width: calc(100% - 30px);
  /* In BSI, the label cannot wrap around the input element,
  as it is traditionally done when using custom checkbox for optimal
  UX + styling. Hence, we have to position the checkbox label
  above the .custom-checkbox-frame; otherwise the checkbox would
  not be directly clickable */
  /* to assure that checkbox is always clickable (place label above) */
  z-index: 2;
  margin-left: -15px;
}

.custom-checkbox-container label:hover {
  cursor: pointer;
}

/* create custom checkbox frame */
.custom-checkbox-container .custom-checkbox-frame {
  background-color: white;
  width: 15px;
  height: 15px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  /* assure that checkbox is clickable (place below label) */
  z-index: 1;
}

/* create custom checkbox checked symbol */
.custom-checkbox-frame::after {
  content: "";
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  display: none;
  /* to assure that checkbox is clickable (place below label) also when checked */
  z-index: 1;
}

.custom-checkbox-container input:checked ~ .custom-checkbox-frame::after {
  display: block;
}

/* Baloise Checkbox Styling */
.baloise-checkbox-label {
  font-family: "Baloise Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000d6e;
}

.custom-checkbox-container {
  margin-bottom: 15px;
}

.custom-checkbox-container .custom-checkbox-frame {
  border-radius: 4px;
  border: 2px solid #000d6e;
  height: 24px;
  width: 24px;
}

/* Hover */
.custom-checkbox-container label:hover ~ .custom-checkbox-frame,
.custom-checkbox-frame:hover {
  border-color: #0014aa;
}

.custom-checkbox-container label:hover {
  color: #0014aa;
}

/* Focus */
.custom-checkbox-container label:focus ~ .custom-checkbox-frame,
.custom-checkbox-container input:focus ~ .custom-checkbox-frame,
.custom-checkbox-frame:focus {
  border-color: #000739;
  background: #e8e8e8;
}

.custom-checkbox-container label:focus,
.custom-checkbox-container input:focus {
  color: #000739;
}

/* Checked */
.custom-checkbox-frame {
  align-items: center;
}

.custom-checkbox-container input:checked ~ .custom-checkbox-frame {
  background-color: #000d6e;
}

.custom-checkbox-frame::after {
  border-radius: 0 0 1px 0;
}

.custom-checkbox-container input:checked ~ .custom-checkbox-frame::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.custom-checkbox-frame::after {
  width: 7px;
  height: 14px;
  margin-bottom: 2px;
}

/* Active Hover */
.custom-checkbox-container:hover input:checked ~ .custom-checkbox-frame {
  border-color: #0014aa;
  background-color: #0014aa;
}

.custom-checkbox-container:hover input:checked ~ label {
  color: #0014aa;
}

/* Active Focus */
.custom-checkbox-container:focus input:checked ~ .custom-checkbox-frame,
.custom-checkbox-container:focus input:checked:focus ~ .custom-checkbox-frame {
  border-color: #000d6e;
  background-color: rgba(0, 13, 110, 0.12);
}

.custom-checkbox-container:focus input:checked ~ .custom-checkbox-frame::after,
.custom-checkbox-container:focus input:checked:focus ~ .custom-checkbox-frame::after {
  border-bottom: 2px solid #000d6e;
  border-right: 2px solid #000d6e;
}

.custom-checkbox-container:hover input:checked ~ label,
.custom-checkbox-container:hover input:checked:focus ~ label {
  color: #0014aa;
}

/* control disabled and global error via js + class added on parent container, as styles will be applied on multiple layers; see forms/input-text/custom.js,
implemented js to track changes of HTML 'disabled' attribute */
/* Part of styles already covered in forms/input-text/styles.less, as also input */
.disabled-form-field input {
  pointer-events: none;
}

.disabled-form-field .custom-checkbox-frame {
  background-color: #f6f6f6 !important;
  pointer-events: none;
  border-color: transparent !important;
}

.disabled-form-field .custom-checkbox-frame::after {
  border-bottom: 2px solid #747474 !important;
  border-right: 2px solid #747474 !important;
  display: block;
}

/* Error Styling */
/* Part of styles already covered in forms/input-text/styles.less, as also input */
.error-form-field .custom-checkbox-frame {
  background-color: #ebebeb !important;
  border-color: #ea1800 !important;
}

.error-form-field .custom-checkbox-container input:checked ~ .custom-checkbox-frame::after {
  border-bottom: 2px solid #000d6e !important;
  border-right: 2px solid #000d6e !important;
  display: block;
}

div > .disclaimer-checkbox-title::after {
  content: "*";
  color: #000d6e;
  padding: 0 0 0 5px;
  background: none;
  border: none;
  margin: 0;
}

/* Majority already setup via forms/form-checkbox/styles.less */
/* General Checkbox Styling */
/* Style Variants (Vertical and Horizontal Display) */
.radiobutton-set-container {
  display: flex;
}

.vertically-displayed-radiobuttons .radiobutton-set-container {
  flex-direction: column;
}

.horizontally-displayed-radiobuttons .radiobutton-set-container {
  flex-direction: row;
}

.horizontally-displayed-radiobuttons .radiobutton-set-container .custom-radiobutton-container {
  min-width: 150px;
}

/* highlight required radiobutton sets with required star */
.required-radiobutton-field::after {
  content: "*";
  color: #000d6e;
  padding-left: 5px;
}

/* disable default radiobutton display */
input[type=radio] {
  display: none;
}

/* correctly align content */
.custom-radiobutton-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}

/* accomodate spacing for custom checkbox in label */
.custom-radiobutton-container label {
  padding-left: 30px;
  width: calc(100% - 30px);
  /* In BSI, the label cannot wrap around the input element,
  as it is traditionally done when using custom checkbox for optimal
  UX + styling. Hence, we have to position the checkbox label
  above the .custom-checkbox-frame; otherwise the checkbox would
  not be directly clickable */
  /* to assure that checkbox is always clickable (place label above) */
  z-index: 2;
  margin-left: -15px;
}

.custom-radiobutton-container label:hover {
  cursor: pointer;
}

/* create custom checkbox frame */
.custom-radiobutton-container .custom-radiobutton-frame {
  background-color: white;
  width: 15px;
  height: 15px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  /* assure that checkbox is clickable (place below label) */
  z-index: 1;
}

/* create custom checkbox checked symbol */
.custom-radiobutton-frame::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: transparent;
  display: none;
  /* to assure that checkbox is clickable (place below label) also when checked */
  z-index: 1;
}

.custom-radiobutton-container input:checked ~ .custom-radiobutton-frame::after {
  display: block;
}

/* Baloise Checkbox Styling */
.baloise-checkbox-label {
  font-family: "Baloise Text Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000d6e;
}

.custom-radiobutton-container {
  margin-bottom: 15px;
}

.custom-radiobutton-container .custom-radiobutton-frame {
  border-radius: 100px;
  border: 2px solid #000d6e;
  height: 24px;
  width: 24px;
}

/* Hover */
.custom-radiobutton-container label:hover ~ .custom-radiobutton-frame,
.custom-radiobutton-frame:hover {
  border-color: #0014aa;
}

.custom-radiobutton-container label:hover {
  color: #0014aa;
}

/* Focus */
.custom-radiobutton-container label:focus ~ .custom-radiobutton-frame,
.custom-radiobutton-container input:focus ~ .custom-radiobutton-frame,
.custom-radiobutton-frame:focus {
  border-color: #000739;
  background: #e8e8e8;
}

.custom-radiobutton-container label:focus,
.custom-radiobutton-container input:focus {
  color: #000739;
}

/* Checked */
.custom-radiobutton-frame {
  align-items: center;
}

.custom-radiobutton-container input:checked ~ .custom-radiobutton-frame {
  background-color: #000d6e;
}

.custom-radiobutton-container input:checked ~ .custom-radiobutton-frame::after {
  background: white;
}

.custom-radiobutton-frame::after {
  width: 6px;
  height: 6px;
}

/* Active Hover */
.custom-radiobutton-container:hover input:checked ~ .custom-radiobutton-frame {
  border-color: #0014aa;
  background-color: #0014aa;
}

.custom-radiobutton-container:hover input:checked ~ label {
  color: #0014aa;
}

/* Active Focus */
.custom-radiobutton-container:focus input:checked ~ .custom-radiobutton-frame,
.custom-radiobutton-container:focus input:checked:focus ~ .custom-radiobutton-frame {
  border-color: #000d6e;
  background-color: rgba(0, 13, 110, 0.12);
}

.custom-radiobutton-container:focus input:checked ~ .custom-radiobutton-frame::after,
.custom-radiobutton-container:focus input:checked:focus ~ .custom-radiobutton-frame::after {
  background: white;
}

.custom-radiobutton-container:hover input:checked ~ label,
.custom-radiobutton-container:hover input:checked:focus ~ label {
  color: #0014aa;
}

/* control disabled and global error via js + class added on parent container, as styles will be applied on multiple layers; see forms/input-text/custom.js,
implemented js to track changes of HTML 'disabled' attribute */
/* Part of styles already covered in forms/input-text/styles.less, as also input */
.disabled-form-field input {
  pointer-events: none;
}

.disabled-form-field .custom-radiobutton-frame {
  background-color: #f6f6f6 !important;
  pointer-events: none;
  border-color: transparent !important;
}

.disabled-form-field .custom-radiobutton-frame::after {
  background: #747474;
  display: block;
}

/* Error Styling */
/* Part of styles already covered in forms/input-text/styles.less, as also input */
.error-form-field .custom-radiobutton-frame {
  background-color: #ebebeb !important;
  border-color: #ea1800 !important;
}

.error-form-field .custom-radiobutton-frame::after {
  display: none;
}

.error-form-field .custom-radiobutton-container input:checked ~ .custom-radiobutton-frame::after {
  background: #000d6e;
  display: block;
}

.c-form--default .baloise-form__select {
  width: 100%;
  border: 2px solid #e8e8e8;
  padding: 12px 11px;
  border-radius: 4px !important;
  background-color: #ffffff;
  color: #000d6e;
  font-family: "Baloise Text Regular";
  font-size: 16px;
  line-height: initial;
}

.c-form--default .baloise-form__select::placeholder {
  color: #666ea8;
  font-size: 16px;
  line-height: 24px;
  font-family: "Baloise Text Regular";
}

.c-form--default .baloise-form__select:hover,
.c-form--default .baloise-form__select:hover::placeholder {
  color: #0014aa;
  background-color: #f6f6f6;
}

.c-form--default .baloise-form__select:focus,
.c-form--default .baloise-form__select:focus::placeholder {
  color: #000739;
  background-color: #f6f6f6;
}

.c-form--default .baloise-form__select:focus {
  border-color: #000739;
}

.custom-select-container {
  position: relative;
}

.custom-select-container i {
  position: absolute;
  right: 22px;
  top: 55px;
  color: #000d6e;
}

.disabled-form-field select,
.disabled-form-field .custom-select-container i {
  color: #747474 !important;
}

.disabled-form-field select {
  background-color: #f6f6f6 !important;
  pointer-events: none;
}

/* Error Styling; majority already in forms/input-text/template.twig */
.error-form-field label,
.error-form-field .form-field-helper-text {
  color: #ea1800 !important;
}

.error-form-field select {
  border-color: #ea1800 !important;
  background-color: #fde8e6 !important;
}

.error-form-field .custom-select-container i {
  color: #ea1800 !important;
}

/* Styles see forms/input-text/styles.less */
/* All provided in forms/input-text/styles.less; except from calendar styles */
.date-field-wrapper {
  position: relative;
}

.date-picker-buttons {
  display: flex;
  width: 100%;
  max-width: 384px;
}

.date-picker-selects-container {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.fa-angle-down,
.fa-angle-right,
.fa-angle-left {
  font-size: 11px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.date-picker-calendar {
  margin-top: 20px;
  font-family: "Baloise Text Regular";
  color: #000d6e;
  border-spacing: 4px;
  border-collapse: separate;
}

.date-picker-calendar td:hover {
  border: 1px solid #000d6e;
  cursor: pointer;
  color: #0014aa;
}

.date-picker-calendar .date-picker-selected-day {
  background: #000d6e;
  color: #fff;
}

.date-picker-calendar .date-picker-selected-day:hover {
  background: #fff;
  color: #0014aa;
  cursor: pointer;
}

.date-picker-calendar .date-picker-day-disabled-date {
  background: transparent;
  color: #747474;
  opacity: 0.5;
  pointer-events: none;
}

.previous-month:hover,
.next-month:hover,
.date-picker-month-selector:hover,
.date-picker-year-selector:hover,
.previous-month:focus,
.next-month:focus,
.date-picker-month-selector:focus,
.date-picker-year-selector:focus {
  cursor: pointer;
  border: 1px solid #000d6e;
}

/* Responsiveness Datepicker */
.date-picker-month-select-container {
  width: 65px;
  margin-right: 2px;
  position: relative;
}

.date-picker-year-select-container {
  width: 80px;
  margin-left: 2px;
  position: relative;
}

.date-picker-month-selector,
.date-picker-year-selector {
  background-color: #fff;
  font-family: "Baloise Headline Bold";
  font-size: 16px;
  color: #000d6e;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 0 0 10px;
}

.date-picker-inner-select-container {
  height: 32px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid transparent;
}

.date-picker-calendar td {
  /* The style specs mention 32x32, but this gets way to small and hampers UX, hence increased to 36x36, resulting in a total width of 304px for mobile screens for the date picker, still being ok for the assumption of the smallest screen being 320px  */
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  color: #000d6e;
  font-size: 14px;
}

.date-picker-calendar tr:first-of-type th {
  padding-bottom: 20px;
  font-size: 14px;
}

.date-picker-buttons span {
  height: 32px;
  width: 32px;
  border-radius: 80px;
  border: none;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-picker-container {
  background: #ebebeb;
  padding: 10px;
  border-radius: 4px;
  width: 304px;
  position: absolute;
  z-index: 11;
  top: 90px;
}

.date-picker-inner-select-container .fa {
  position: absolute;
  top: 11px;
  right: 10px;
}

/* In table view, the date picker rearranger has a passive role */
#date-picker-rearranger {
  display: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 769px) {
  .date-picker-month-selector,
  .date-picker-year-selector {
    font-size: 20px;
  }
  .date-picker-calendar td,
  .date-picker-calendar th {
    font-size: 18px;
  }
  .date-picker-calendar td {
    width: 50px;
    height: 44px;
  }
  .date-picker-buttons span {
    width: 44px;
    height: 44px;
  }
  .date-picker-container {
    width: 430px;
    padding: 20px;
  }
  .date-picker-inner-select-container {
    height: 44px;
  }
  .date-picker-inner-select-container .fa {
    top: 16px;
  }
  .date-picker-month-select-container {
    width: 75px;
  }
  .date-picker-year-select-container {
    width: 90px;
  }
}
@media (max-width: 350px) {
  #date-picker-rearranger {
    position: absolute;
    top: 0px;
    width: 100%;
    margin-left: -17%;
    z-index: 3;
  }
}
/* All provided in forms/input-text/styles.less */
/* All provided in forms/input-text/styles.less */
/* generally used form stylings */
textarea {
  resize: none;
}

/* increased padding for select to have same appearance as input fields */
select {
  padding: 10px 10px;
}

select::-ms-expand {
  display: none;
}

*:-moz-focusring {
  outline: none;
}

*:focus {
  outline: none;
}

select:hover {
  cursor: pointer;
}

input[type=submit] {
  color: white;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
  margin: 20px 0;
  transition: border-color 0.5s, color 0.5s, background 0.5s;
}

input[type=submit] {
  background: red;
  border: 3px solid red;
}

input[type=submit]:hover,
input[type=submit]:focus {
  color: red;
  border-color: red;
  background-color: white;
}

input[type=submit]:hover {
  cursor: pointer;
}

/* to ensure same perceived size of these fields, 48px height is actually figma height */
input:not([type=submit]):not([type=reset]),
select {
  height: 48px;
}

/* Reverse for Required Styles */
.reverse-for-required {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

/* spacing needed due to reversing */
.reverse-for-required > label {
  margin-bottom: 3px;
}

input:not([id=disclaimer-checkbox]):not([type=radio]):required ~ label::after,
select:required ~ label::after,
textarea:required ~ label::after {
  content: "*";
  color: #000d6e;
  padding-left: 5px;
}

/* General Form Label + Field Styling */
.baloise-form-label {
  font-family: "Baloise Text Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000d6e;
  padding-bottom: 8px;
}

/*
disabled as tooltip is not needed according to request; if needed, only need to re-enable this rule

.baloise-form-label::after {
    content: "i";
    margin-left: 10px;
    background: @styles[core_blue];
    color: white;
    padding: 0px 8px;
    border: 1px solid @styles[core_blue];
    border-radius: 16px;
    width: 14px;
    height: 14px;
}
*/
.baloise-form-field {
  border: 2px solid #e8e8e8;
  padding: 12px 16px;
  border-radius: 4px !important;
  background-color: #ffffff;
  color: #000d6e;
  font-family: "Baloise Text Regular";
  font-size: 16px;
  line-height: 24px;
}

.baloise-form-field::placeholder {
  color: #666ea8;
  font-size: 16px;
  line-height: 24px;
  font-family: "Baloise Text Regular";
}

.form-field-helper-text {
  font-size: 12px;
  line-height: 16px;
  color: #666ea8;
  font-family: "Baloise Text Regular";
  padding-top: 5px;
  margin-bottom: 15px !important;
}

.baloise-form-field:hover,
.baloise-form-field:hover::placeholder {
  color: #0014aa;
  background-color: #f6f6f6;
}

.baloise-form-field:focus,
.baloise-form-field:focus::placeholder {
  color: #0014aa;
  background-color: #f6f6f6;
}

.baloise-form-field:focus {
  border-color: #000d6e;
}

/* control disabled and global error via js + class added on parent container, as styles will be applied on multiple layers; see custom.js,
implemented js to track changes of HTML 'disabled' attribute */
.disabled-form-field input::placeholder,
.disabled-form-field input,
.disabled-form-field label,
.disabled-form-field textarea,
.disabled-form-field .form-field-helper-text {
  color: #747474 !important;
}

.disabled-form-field input {
  background-color: #f6f6f6 !important;
  pointer-events: none;
}

/* Error Styling */
.error-form-field label,
.error-form-field .form-field-helper-text {
  color: #ea1800 !important;
}

.error-form-field input,
.error-form-field textarea {
  border-color: #ea1800 !important;
  background-color: #fde8e6 !important;
}

.error-form-field input::placeholder {
  color: #000d6e !important;
  opacity: 1; /* needed in Firefox */
}

/* All provided in forms/input-text/styles.less */
/* Reset submit button styles provided by default stylesheet from customer */
.cta-element.cta-element-for-button input[type=submit] {
  margin: 0 0 4px 0;
}

.form-buttons-container {
  display: flex;
  flex-direction: row;
}

input[type=reset] {
  margin-left: 20px;
}

.cta-element.cta-element-for-button .cta-element-link[disabled] {
  display: none;
}

#required-missing-feedback {
  display: flex;
  width: 100%;
  justify-content: center;
  color: #ea1800;
  overflow: hidden;
  height: 0;
  font-family: "Baloise Text Bold";
}

#required-missing-feedback.enable {
  height: auto;
  margin: 20px 0 40px 0;
}

/* As based on a checkbox, most of the styles are already provided in forms/form-checkbox/styles.less */
.switch-container {
  height: 24px;
  width: 40px;
  background: rgba(0, 13, 110, 0.1);
  border-radius: 40px;
  position: relative;
  padding: 0 4px;
  transition: background 0.5s;
}

.switch-toggle {
  height: 16px;
  width: 16px;
  background: #666ea8;
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 4px;
  right: 20px;
  transition: right 0.5s;
}

/* Assure that switch is toggleable by clicking on switcher itself (broader as checkbox, so need to account for that */
.custom-checkbox-container .switch-label {
  padding-left: 50px;
  width: calc(100% - 50px);
  margin-left: -35px;
}

/* Hover */
.custom-checkbox-container:hover .switch-toggle {
  background: #0014aa;
}

.custom-checkbox-container:hover .baloise-checkbox-label {
  color: #0014aa;
}

/* Focus (label focus already done in forms/form-checkbox/styles.less) */
.custom-checkbox-container input:focus ~ .switch-container .switch-toggle {
  background: #000d6e;
  transition: background 0.5s;
}

.custom-checkbox-container input:focus ~ label {
  color: #0014aa;
}

/* Checked */
.custom-checkbox-container input:checked ~ .switch-container .switch-toggle {
  right: 4px;
  background: #fff;
}

.custom-checkbox-container input:checked ~ .switch-container {
  background: #158841;
}

/* Checked + Hover */
.custom-checkbox-container:hover input:checked ~ .switch-container {
  background: #116b34;
}

/* Checked + Focus */
.custom-checkbox-container input:checked:focus ~ .switch-container {
  background: #0c5227;
}

/* control disabled and global error via js + class added on parent container, as styles will be applied on multiple layers; see forms/input-text/custom.js,
implemented js to track changes of HTML 'disabled' attribute */
/* Part of styles already covered in forms/input-text/styles.less, as also input */
.disabled-form-field .custom-checkbox-container {
  pointer-events: none;
}

.disabled-form-field .switch-container {
  background-color: #f6f6f6 !important;
  transition: none;
}

.disabled-form-field .switch-toggle {
  transition: none;
  right: 4px;
  background: #747474 !important;
  pointer-events: none;
}

.error-form-field .switch-toggle {
  transition: none;
  background: #ea1800 !important;
}

.form-conditional-field {
  display: block;
  margin-top: 20px;
}

.form-conditional-field-container {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: all 0.05s ease-in-out;
}

.form-conditional-field-container.open {
  height: 100%;
  opacity: 1;
  visibility: visible;
  display: block;
  padding-left: 30px;
  margin-top: 20px;
}

html.bsi-ce-edit-mode .form-conditional-field-container {
  height: 100%;
  display: block !important;
  opacity: 1;
  visibility: visible;
  display: block;
  border-left: 3px solid #1483a4 !important;
  padding-left: 10px;
}

.image-teaser-group-col-new-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.teaser-group-col-new-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* Prevent CSS transform initially present in element */
.c-image-teaser--default:hover img {
  transform: none;
}

.image-teaser-group-col-new-dropzone,
.image-teaser-group-col-new-dropzone > * {
  width: 100%;
}

.teaser-column > div {
  height: 100%;
}

.teaser-column > div > div {
  height: 100%;
  justify-content: flex-start;
}

.teaser-column > div > div > div:last-child {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.header-co-branding-container {
  overflow: visible;
  height: 262px;
  background: linear-gradient(0deg, #fff, #fff 12px);
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
  .header-co-branding-container {
    height: 331px;
  }
}
@media only screen and (min-width: 960px) {
  .header-co-branding-container {
    height: 495px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-co-branding-container {
    height: 695px;
  }
}
@media only screen and (min-width: 2880px) {
  .header-co-branding-container {
    height: 895px;
  }
}
.new-header {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  position: relative;
  /* Add minimal height to still serve as content even if no image is provided */
  /* !important needed to override BSI's built-in styling applied to [data-bsi-element], otherwise weird display results in BSI Editor */
  min-height: 150px !important;
}

.new-header .new-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.new-header .new-header-logo-container {
  width: auto;
  height: 40px;
  display: inline-block;
}

.new-header .new-header-logo-container .new-header-logo {
  width: 120px;
  height: auto;
}

.new-header .new-header-title {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  /* Only display on larger screens, otherwise weird appearance */
  overflow: hidden;
  height: auto;
}

/* Fallback Background Colour of Header, if no background image is provided */
/* Controlled Via Style Variants */
.new-header.baloise-turkish,
.new-header.baloise-turkish .new-header-img {
  background-color: #94e3d4;
}

.new-header.baloise-yellow,
.new-header.baloise-yellow .new-header-img {
  background-color: #fae052;
}

.new-header.baloise-red,
.new-header.baloise-red .new-header-img {
  background-color: #ffaca6;
}

.new-header.baloise-violet,
.new-header.baloise-violet .new-header-img {
  background-color: #b8b2ff;
}

.new-header {
  min-height: 180px !important;
  max-height: 180px;
  overflow: hidden;
}

@media (min-width: 769px) {
  /* Add minimal height to still serve as content even if no image is provided */
  /* !important needed to override BSI's built-in styling applied to [data-bsi-element], otherwise weird display results in BSI Editor */
  .new-header {
    min-height: 381px !important;
    max-height: 381px;
    overflow: hidden;
  }
  .new-header .new-header-logo-container .new-header-logo {
    width: 180px;
  }
  .new-header .new-header-title {
    height: auto;
  }
}
/* Fix Height Issues with Header */
.header {
  height: auto !important;
}

/* Make Logo Within Basic Header Optional */
.basic-header-without-image .new-header-logo-container {
  display: none;
}

.new-header .optional-baloise-logo-container {
  position: absolute;
  top: 30px;
  z-index: 1;
}

/* Make Image in Top Header Co-Branding Optional */
.top-header-co-branding-without-image .header__branding-logo-wrapper {
  display: none;
}

.header__logo.top-header-co-branding-logo-anchor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.co-branding-logo-container {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.new-header-image.u-grid .co-branding-content-container {
  display: flex;
}

/* behave in the same way as logo in the header element */
.top-header-co-branding-logo-anchor {
  width: auto;
  height: 40px;
}

.top-header-co-branding-logo-anchor img {
  width: 120px;
  height: auto;
}

.co-branding-logo-container div img {
  max-height: 45px;
}

@media (min-width: 769px) {
  .top-header-co-branding-logo-anchor img {
    width: 180px;
  }
  .co-branding-logo-container div img {
    max-height: 65px;
  }
}
/* applied to all button variants */
.cta-element.cta-element-for-button .cta-element-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  gap: 10px;
  font-family: "Baloise Headline Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 5px;
}

.cta-element-link-container {
  margin-top: 8px !important;
}

.cta-element.cta-element-for-button {
  text-align: unset;
}

.cta-element a.cta-element-link[disabled],
.cta-element input.cta-element-link[disabled] {
  color: #747474;
  border: 2px solid #e8e8e8;
  background: #e8e8e8;
}

.cta-element .cta-element-link-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* Tablet */
@media (min-width: 769px) {
  .cta-element .cta-element-link {
    padding: 6px 24px;
  }
}
/* primary */
.primary-cta .cta-element-link {
  background: #000d6e;
  color: white;
  border: 2px solid #000d6e;
}

.primary-cta .cta-element-link:hover {
  background: #0014aa;
  border: 2px solid #0014aa;
  color: white;
}

.primary-cta .cta-element-link:focus {
  background: #000739;
  border: 2px solid #000739;
  color: white;
  /* No flying focus state; client agreed */
  outline: none;
}

/* secondary */
.secondary-cta .cta-element-link {
  background: white;
  color: #000d6e;
  border: 2px solid #000d6e;
}

.secondary-cta .cta-element-link:hover {
  background: #e5f1fe;
  border: 2px solid #0014aa;
  color: #0014aa;
}

.secondary-cta .cta-element-link:focus {
  background: #e5f1fe;
  border: 2px solid #000739;
  color: #000739;
  /* No flying focus state; client agreed */
  outline: none;
}

/* tertiary */
.tertiary-cta .cta-element-link {
  background: white;
  color: #000d6e;
  border: 2px solid white;
}

.tertiary-cta .cta-element-link:hover {
  background: #a7d1fa;
  border: 2px solid #a7d1fa;
  color: #000d6e;
}

.tertiary-cta .cta-element-link:focus {
  background: #0014aa;
  border: 2px solid #0014aa;
  color: white;
  /* No flying focus state; client agreed */
  outline: none;
}

/* Alignments (Not provided until now, but most likely useful */
.cta-align-center .cta-element-link-container {
  justify-content: center;
}

.cta-align-left .cta-element-link-container {
  justify-content: flex-start;
}

.cta-align-right .cta-element-link-container {
  justify-content: flex-end;
}
