@charset "UTF-8";
@font-face {
  font-family: 'DINMedium';
  src: url("../fonts/DINMd.eot");
  src: url("../fonts/DINMd.eot?#iefix") format("embedded-opentype"), url("../fonts/DINMd.woff") format("woff"), url("../fonts/DINMd.ttf") format("truetype"), url("../fonts/DINMd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  height: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
}
/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
/*
  Optionally: Define a strong focus indicator for keyboard focus.
  If you choose to skip this step then the browser's default focus
  indicator will be displayed instead.
*/
.js-focus-visible .focus-visible {
  outline: none;
  box-shadow: 0 0 0.2rem 0.2rem rgba(30, 63, 114, 0.25);
}
::selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #3B77AE;
}
::placeholder {
  color: #000000;
  opacity: 0.5;
  font-style: italic;
}
a {
  font-weight: 700;
  color: #3B77AE;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #26507e;
}
a.highlighted {
  color: #26507e;
}
b,
strong {
  font-weight: 700;
}
body {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  color: #000000;
  font-family: DINMedium, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  text-align: left;
}
body:focus {
  box-shadow: none;
}
body.block-transitions-on-page-load * {
  -ms-transition: none !important;
  transition: none !important;
}
@media all and (max-width: 26rem) {
  body {
    font-size: 1rem!important;
  }
}
button {
  display: block;
}
img {
  display: inline-block;
  height: auto;
  width: 100%;
  vertical-align: middle;
}
label {
  display: inline-block;
}
noscript {
  display: block;
  margin-top: 100px;
  height: 40%;
  min-height: 200px;
  padding: 2rem;
  font-size: 2rem;
  background-color: #ffffff;
  color: red;
  font-weight: 700;
  border: 5px solid red;
  text-align: center;
}
p {
  display: block;
  color: #000000;
  font-size: 1.15rem;
  margin: 0 0 1rem;
}
@media all and (max-width: 26rem) {
  p {
    font-size: 1rem!important;
  }
}
.froala-rich-text p,
.froala-rich-text ol,
.froala-rich-text ul,
.froala-rich-text li {
  margin: 0!important;
}
.tippy-content {
  margin-bottom: 0.5rem;
}
.tippy-content * {
  font-size: 1rem!important;
}
section {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
ol,
ul {
  display: block;
  margin: 1rem 0 0 0;
  padding: 0 0 0 1.5rem;
  list-style-position: outside;
}
ol li,
ul li {
  margin: 0 0 0.5rem 0;
}
ul {
  list-style-type: disc;
}
.gesa-content {
  padding: 0 1.5rem;
  max-width: 95rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 0;
}
@media all and (min-width: 87rem) {
  .gesa-content {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media all and (max-width: 79rem) {
  .gesa-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.form-container > form.box-border {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
.form-container.box-border-shadow > form.box-border,
.box-border-shadow.box-border,
.box-border-shadow .box-border {
  padding: 1.6rem 1.6rem 1.1rem 1.6rem;
  margin: 2rem 1rem 2rem 1rem;
  box-shadow: 0 0 0.8rem 0.4rem rgba(67, 48, 0, 0.1);
  border: 0.1rem solid #e9ecf1;
}
@media all and (max-width: 26rem) {
  .form-container.box-border-shadow > form.box-border,
  .box-border-shadow.box-border,
  .box-border-shadow .box-border {
    margin: 1rem 0rem 1rem 0rem;
    padding: 1.8rem 0.7rem 0.6rem 0.7rem;
  }
}
.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}
.clearfix::after {
  clear: both;
}
.footer-section {
  flex-shrink: 0;
}
@media screen and (-ms-high-contrast: none) {
  div:focus {
    outline: none;
    box-shadow: none;
  }
}
.cookie-consent-box {
  background: #ffffff;
  border-top: 0.1rem solid #afafaf;
  bottom: 0;
  box-sizing: border-box;
  color: #000000;
  display: none;
  left: 0;
  overflow: hidden;
  padding: 1.25rem 2rem 2rem 2rem;
  position: fixed;
  right: 0;
  z-index: 10000;
}
@media all and (max-width: 26rem) {
  .cookie-consent-box {
    padding: 0.75rem 1.5rem;
  }
}
.cookie-consent-box .cookie-consent-btn {
  float: right;
  height: 100%;
  margin: 0;
  text-decoration: none;
  width: 5rem;
}
.cookie-consent-box .cookie-consent-btn a {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 26rem) {
  .cookie-consent-box .cookie-consent-btn a {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media all and (max-width: 26rem) {
  .cookie-consent-box .cookie-consent-btn {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.cookie-consent-box .cookie-consent-text {
  display: inline-block;
  width: calc(100% - 7rem);
}
@media all and (max-width: 26rem) {
  .cookie-consent-box .cookie-consent-text {
    width: 100%;
  }
}
.cookie-consent-box .cookie-consent-text p {
  max-width: none;
  margin: 0;
}
ul.studio-validation {
  padding-left: 2rem;
}
ul.studio-validation:empty {
  display: none;
}
ul.studio-validation > li:empty {
  display: none;
}
.form-container {
  margin: 0;
  margin-bottom: 2rem;
}
form {
  margin: 0;
  padding: 0 3rem 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 58rem) {
  form {
    display: block;
    padding-right: 0;
  }
}
.two-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.two-col .two-col-full,
.two-col .two-col-half {
  margin: 1.7rem 0 1.7rem 0;
}
.two-col .two-col-full:empty,
.two-col .two-col-half:empty {
  margin: 0;
}
.two-col .two-col-full {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}
.two-col .two-col-full:first-child {
  margin-top: 0;
}
.two-col .two-col-full:last-child {
  margin-bottom: 0;
}
.two-col .two-col-half {
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
}
@media all and (max-width: 58rem) {
  .two-col .two-col-half {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.two-col .two-col-half.left {
  margin-right: 2%;
}
@media all and (max-width: 58rem) {
  .two-col .two-col-half.left {
    margin-right: 0;
  }
}
.two-col .two-col-half.right {
  margin-left: 2%;
}
@media all and (max-width: 58rem) {
  .two-col .two-col-half.right {
    margin-left: 0;
  }
}
.two-col .two-col-half .form-group > label,
.two-col .two-col-half .label,
.two-col .two-col-half .no-label,
.two-col .two-col-half .form-field {
  flex-basis: 100%;
  max-width: 100%;
  min-height: 1rem;
}
.form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 1.4rem 0;
}
@media all and (max-width: 58rem) {
  .form-group {
    display: block;
    flex-direction: column;
  }
}
.form-group > * {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}
.form-group > * :-ms-input-placeholder {
  color: #000000 !important;
  opacity: 0.5;
}
.form-group > * ::placeholder {
  color: #878787;
  opacity: 0.5;
}
.form-group .label,
.form-group .no-label {
  margin-top: 0rem;
  text-align: left;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  padding-right: 1.2rem;
  padding-bottom: 0.4rem;
  align-self: flex-start;
}
.form-group input {
  max-height: 3rem;
  margin: auto;
  background-color: #e9ecf1;
}
.form-group > .form-field {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  justify-content: flex-start;
}
.form-group .error-message {
  color: #C0646A;
  display: none;
  visibility: hidden;
  white-space: pre-wrap;
}
.label-align-vertical form {
  display: block;
}
.label-align-vertical form .form-group {
  display: block;
}
.label-align-vertical form .form-group > label,
.label-align-vertical form .form-group .label,
.label-align-vertical form .form-group .no-label {
  text-align: left;
  padding-bottom: 0.4rem;
}
.label-align-vertical form .form-group > label,
.label-align-vertical form .form-group .label,
.label-align-vertical form .form-group .no-label,
.label-align-vertical form .form-group > .form-field {
  width: 100%;
  max-width: 100%;
}
textarea,
input,
select {
  box-sizing: border-box;
  font-size: 1.15rem;
  font-family: DINMedium, Verdana, Geneva, Tahoma, sans-serif;
  padding: 0.5rem 0.8rem;
  width: 100%;
  line-height: 1.5;
  color: #000000;
  background-color: #e9ecf1;
  background-clip: padding-box;
  border: 0.1rem solid #e9ecf1;
  border-radius: 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media all and (max-width: 26rem) {
  textarea,
  input,
  select {
    font-size: 1rem;
  }
}
textarea:focus,
input:focus,
select:focus {
  background-color: #e9ecf1;
  border-color: #3B77AE;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 63, 114, 0.25);
}
textarea[type="submit"]:focus,
input[type="submit"]:focus,
select[type="submit"]:focus {
  box-shadow: none;
}
textarea.has-error,
input.has-error,
select.has-error {
  border-color: #C0646A;
}
textarea.has-error:focus,
input.has-error:focus,
select.has-error:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 100, 106, 0.25);
}
textarea[type="submit"],
input[type="submit"],
select[type="submit"] {
  border-radius: 0;
}
select {
  background: #e9ecf1;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23025194%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select[disabled] {
  opacity: 0.5;
}
/* Remove spinner for number inputs in:
 * Chrome, Safari, Edge, Opera... */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* ... and Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-button-area {
  display: inline-block;
}
.form-button-area:empty {
  display: none;
}
@media all and (max-width: 26rem) {
  .form-button-area {
    width: 100%;
  }
}
.after-action {
  display: block;
  clear: left;
  padding-top: 1rem;
}
.after-action:empty {
  display: none;
}
.flatpickr-day {
  line-height: 36px !important;
}
.flatpickr-day.selected {
  background: #3B77AE !important;
  border-color: #3B77AE !important;
}
.tippy-html {
  display: none;
}
.tooltip-visible [data-tippy-padding] {
  position: absolute;
}
.tooltip-visible [data-tippy-padding]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.6rem;
  top: -0.8rem;
  left: -0.8rem;
}
.tooltip-visible [data-tippy-icon] {
  cursor: help;
  position: relative;
  margin: 0 0 0 0.5rem;
}
.tooltip-visible [data-tippy-icon]:after {
  background-image: url(../img/info_icon.png);
  background-size: 1rem 1rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.tooltip-visible [data-tippy-icon]:empty:after {
  margin-left: 0;
}
.tooltip-visible .tippy-html {
  background: repeating-linear-gradient(-55deg, #3B77AE, #3B77AE 1rem, #56779b 1rem, #56779b 2rem);
  color: #ffffff;
  padding: 1rem;
  flex-basis: 100%;
  margin-bottom: 1rem;
}
.tooltip-visible .tippy-html > * {
  color: #ffffff;
  margin: 0;
}
.tooltip-hidden .tippy-html {
  display: none;
}
.tippy-box[data-theme~='gesa'] {
  background: #3B77AE;
  color: #ffffff;
  box-shadow: 0 0 0.8rem 0.4rem rgba(67, 48, 0, 0.1);
  padding: 0.4rem;
  z-index: 1000;
  position: relative;
}
.tippy-box[data-theme~='gesa'] p,
.tippy-box[data-theme~='gesa'] h1,
.tippy-box[data-theme~='gesa'] h2,
.tippy-box[data-theme~='gesa'] h3,
.tippy-box[data-theme~='gesa'] h4,
.tippy-box[data-theme~='gesa'] h5,
.tippy-box[data-theme~='gesa'] ul li,
.tippy-box[data-theme~='gesa'] ol li,
.tippy-box[data-theme~='gesa'] a,
.tippy-box[data-theme~='gesa'] .image-legend {
  color: #ffffff;
}
.tippy-box[data-theme~='gesa'] .button a {
  background: #ffffff;
  border: 0.1rem solid #3B77AE;
  color: #3B77AE;
}
.tippy-box[data-theme~='gesa'] .divider {
  border-bottom: 0.1rem solid #ffffff;
}
.tippy-box[data-theme~='gesa'] p {
  margin: 0;
  padding: 0;
}
.tippy-box[data-theme~='gesa'] > .tippy-arrow::before {
  transform: scale(1.5);
}
.tippy-box[data-theme~='gesa'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #3B77AE;
}
.tippy-box[data-theme~='gesa'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #3B77AE;
}
.tippy-box[data-theme~='gesa'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #3B77AE;
}
.tippy-box[data-theme~='gesa'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #3B77AE;
}
.spacer {
  height: 2rem;
}
.accordion {
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
.accordion .card {
  background-clip: border-box;
  background-color: #3B77AE;
  border: 0;
  border-radius: 0;
  border-bottom: 0.1rem solid #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  transition: all 0.25s ease-in-out;
}
.accordion .card:hover {
  background: #56779b;
}
.accordion .card .card-header {
  border-radius: 0;
  border: none;
  cursor: pointer;
  margin-bottom: 0;
  outline: none;
  padding: 0.75rem 0.9rem 0.75rem 0.9rem;
  text-align: left;
  width: 100%;
}
.accordion .card .card-header > h5 > button {
  background-color: transparent;
  background-image: url(../img/chevron-up-white.svg);
  background-position: center right 0.2rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0 1.25rem 0 0 !important;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
@media all and (max-width: 26rem) {
  .accordion .card .card-header > h5 > button {
    font-size: 1rem;
  }
}
.accordion .card .accordion-text {
  visibility: hidden;
  display: none;
  height: 0;
}
.accordion .card.card-expanded .card-header > h5 > button {
  background-image: url(../img/chevron-down-white.svg);
}
.accordion .card.card-expanded .accordion-text {
  visibility: visible;
  display: block;
  height: auto;
}
.accordion .card .card-body {
  padding: 1rem;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border: 0.1rem solid #3B77AE;
}
.accordion-style-secondary .card {
  background-color: #efefef;
}
.accordion-style-secondary .card:hover {
  background: #efefef;
}
.accordion-style-secondary .card .card-body {
  border-color: #efefef;
}
.accordion-style-secondary .card-header > h5 > button {
  color: #000000 !important;
  background-image: url(../img/chevron-up-primary.svg) !important;
}
.accordion-style-secondary .card.card-expanded .card-header > h5 > button {
  background-image: url(../img/chevron-down-primary.svg) !important;
}
.button-element {
  width: auto;
  display: inline-block;
  margin: 0 1.25rem 2rem 0;
}
@media all and (max-width: 26rem) {
  .button-element {
    width: 100%;
    margin-left: 0;
  }
}
.button-element .a-button {
  width: auto;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  height: auto;
  position: relative;
  transition: all 0.25s ease-in-out;
  pointer-events: auto;
  border: 0.1rem solid #3B77AE;
  border-radius: 12px;
  color: #ffffff;
  background-color: #3B77AE;
}
@media all and (max-width: 26rem) {
  .button-element .a-button {
    width: 100%;
  }
}
.button-element .a-button:hover,
.button-element .a-button:focus,
.button-element .a-button:active {
  background-color: #26507e;
  border-color: #26507e;
}
.button-element .a-button:hover a,
.button-element .a-button:focus a,
.button-element .a-button:active a,
.button-element .a-button:hover input[type="submit"],
.button-element .a-button:focus input[type="submit"],
.button-element .a-button:active input[type="submit"] {
  color: #ffffff;
}
.button-element .a-button:hover svg,
.button-element .a-button:focus svg,
.button-element .a-button:active svg {
  fill: #ffffff !important;
}
.button-element .a-button svg,
.button-element .a-button img {
  position: absolute;
  align-self: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.2rem;
  padding-left: 2rem;
  transition: all 0.25s ease-in-out;
  fill: #3B77AE;
  width: 3.2rem;
}
.button-element .a-button img.svg-injectable {
  visibility: hidden;
}
.button-element .a-button a,
.button-element .a-button input[type="submit"] {
  padding: 0.6rem 2rem;
  background: transparent;
  cursor: pointer;
  border: none;
  font-weight: 700;
  word-spacing: 0.3rem;
  white-space: normal;
  max-height: none;
  color: #ffffff;
}
.button-element .a-button a:focus-visible,
.button-element .a-button input[type="submit"]:focus-visible {
  box-shadow: 0 0 0.4rem 0.4rem rgba(30, 63, 114, 0.25);
}
@media all and (max-width: 26rem) {
  .button-element .a-button a,
  .button-element .a-button input[type="submit"] {
    text-align: center;
    width: 100%;
  }
}
.button-element .a-button svg + a,
.button-element .a-button img + a {
  padding-left: 4rem;
}
.button-text-transform-uppercase .a-button a,
.button-text-transform-uppercase .a-button input[type="submit"] {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.button-size-compact .a-button {
  border-width: 0.05rem;
}
.button-size-compact .a-button a,
.button-size-compact .a-button input[type="submit"] {
  font-weight: 600;
  padding: 0.2rem 0.6rem;
}
.button-size-compact .a-button svg,
.button-size-compact .a-button img {
  padding-left: 0.6rem;
  width: 2rem;
}
.button-size-compact .a-button svg + a,
.button-size-compact .a-button img + a {
  padding-left: 2.4rem;
}
.button-style-white-col .a-button {
  background: transparent !important;
  border: 0.1rem solid #3B77AE;
  border-color: #3B77AE;
}
.button-style-white-col .a-button a,
.button-style-white-col .a-button input[type="submit"] {
  color: #3B77AE;
}
.button-style-white-col .a-button svg {
  fill: #3B77AE;
}
.button-style-grey .a-button {
  background: #efefef;
  border-color: #e9ecf1;
}
.button-style-grey .a-button a,
.button-style-grey .a-button input[type="submit"] {
  color: #000000;
}
.button-style-grey .a-button svg {
  fill: #000000;
}
.button-style-light .a-button {
  border-color: transparent!important;
}
.button-style-light .a-button:hover,
.button-style-light .a-button:focus,
.button-style-light .a-button:active {
  background-color: transparent!important;
  border-color: transparent!important;
}
.button-style-light .a-button:hover a,
.button-style-light .a-button:focus a,
.button-style-light .a-button:active a,
.button-style-light .a-button:hover input[type="submit"],
.button-style-light .a-button:focus input[type="submit"],
.button-style-light .a-button:active input[type="submit"] {
  color: #26507e !important;
}
.button-style-light .a-button:hover svg,
.button-style-light .a-button:focus svg,
.button-style-light .a-button:active svg {
  fill: #26507e !important;
}
.button-style-light .a-button a,
.button-style-light .a-button input[type="submit"] {
  text-align: left;
  padding-left: 0 !important;
}
.button-style-light .a-button svg,
.button-style-light .a-button img {
  width: 1.5rem;
  padding-left: 0 !important;
}
.button-style-light .a-button svg + a,
.button-style-light .a-button img + a {
  padding-left: 2rem !important;
}
.button-history-forward .history-back {
  display: none;
}
.button-history-back .history-forward {
  display: none;
}
.content-column {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.content-column.content-column-slim {
  width: 75%;
}
@media all and (max-width: 58rem) {
  .content-column.content-column-slim {
    width: 100%;
  }
}
.content-column > * {
  width: 100%;
}
@media all and (max-width: 58rem) {
  .content-column {
    width: 100%;
  }
}
.conversation-view-container .message-template {
  display: none;
}
.conversation-view-container .conversation-message {
  margin: 0 0 40px 0;
}
.conversation-view-container .conversation-message:last-child {
  margin: 0;
}
.conversation-view-container .conversation-message .msg-header-row {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.description-list-element {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
dl {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  flex-basis: 50%;
  display: inline-block;
  width: 100%;
}
dl dt,
dl dd {
  display: block;
  margin: 0;
  float: left;
  width: 50%;
  min-height: 1.7rem;
  line-height: 1.7rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media all and (max-width: 26rem) {
  dl dt,
  dl dd {
    text-align: left!important;
    width: 100%!important;
  }
}
dl dt {
  padding-right: 0.5rem;
  clear: left;
  float: left;
}
dl dd {
  margin-bottom: 0.5rem;
}
dl dt:empty,
dl dt:empty + dd {
  display: none;
  height: 0;
}
dl dt:not(:empty) + dd:empty {
  padding: 0 0.3rem 0 0.2rem;
}
dl dt:not(:empty) + dd:empty:after {
  content: '—';
}
.label-align-left dt,
.text-align-left dd {
  text-align: left;
}
.label-align-center dt,
.text-align-center dd {
  text-align: center;
}
.label-align-right dt,
.text-align-right dd {
  text-align: right;
}
.width-ratio-one2one dl {
  flex-basis: 50%;
}
.width-ratio-one2one dl dt,
.width-ratio-one2one dl dd {
  width: 50%;
}
.width-ratio-one2two dl {
  flex-basis: 33.3%;
}
.width-ratio-one2two dl dt {
  width: 33.3%;
}
.width-ratio-one2two dl dd {
  width: 66.6%;
}
.width-ratio-two2one dl {
  flex-basis: 33.3%;
}
.width-ratio-two2one dl dt {
  width: 66.6%;
}
.width-ratio-two2one dl dd {
  width: 33.3%;
}
.font-weight-bold dl dt {
  font-weight: 600;
}
@media all and (max-width: 26rem) {
  .font-weight-bold-mobile-only dl dt {
    font-weight: 600;
  }
}
.description-list-dynamic-grouped .sorted-sn-list {
  display: none;
  color: blue;
}
.description-list-dynamic-grouped .sorted-sn-list:before {
  content: 'SN Sort input: ';
  font-style: italic;
  font-weight: 500;
}
.description-list-dynamic-grouped .sorted-sn-list:empty {
  display: none;
}
.emphasized-content {
  padding: 1.4rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 26rem) {
  .emphasized-content {
    padding: 1rem;
  }
}
.emphasized-content a {
  font-weight: 900;
}
.emphasized-content a:hover {
  text-decoration: underline;
}
.emphasized-content .a-button {
  text-decoration: none;
}
.emphasized-content .a-button:hover,
.emphasized-content .a-button:focus,
.emphasized-content .a-button:active {
  background-color: transparent!important;
}
.emphasized-content .a-button:hover a,
.emphasized-content .a-button:focus a,
.emphasized-content .a-button:active a {
  text-decoration: none;
}
.emphasized-content [data-bsi-element]:last-child {
  margin-bottom: 0;
}
.emphasized-primary {
  background: #3B77AE;
  color: #ffffff;
}
.emphasized-primary a,
.emphasized-primary p,
.emphasized-primary h1,
.emphasized-primary h2,
.emphasized-primary h3,
.emphasized-primary h4,
.emphasized-primary h5,
.emphasized-primary ul li,
.emphasized-primary ol li,
.emphasized-primary .image-legend {
  color: #ffffff;
}
.emphasized-primary .a-button {
  background: #ffffff;
  border: 0.1rem solid #ffffff;
}
.emphasized-primary .a-button a {
  color: #3B77AE;
}
.emphasized-primary .a-button:hover,
.emphasized-primary .a-button:focus,
.emphasized-primary .a-button:active {
  border-color: #ffffff;
}
.emphasized-primary .a-button:hover a,
.emphasized-primary .a-button:focus a,
.emphasized-primary .a-button:active a {
  color: #ffffff;
}
.emphasized-primary .a-button:hover svg,
.emphasized-primary .a-button:focus svg,
.emphasized-primary .a-button:active svg {
  fill: #ffffff;
}
.emphasized-primary .divider {
  border-bottom: 0.1rem solid #ffffff;
}
.emphasized-grey {
  background: #efefef;
  color: #333132;
}
.emphasized-grey a,
.emphasized-grey p,
.emphasized-grey h1,
.emphasized-grey h2,
.emphasized-grey h3,
.emphasized-grey h4,
.emphasized-grey h5,
.emphasized-grey ul li,
.emphasized-grey ol li,
.emphasized-grey .image-legend {
  color: #807671;
}
.emphasized-grey .a-button {
  background: #807671;
  border: 0.1rem solid #807671;
}
.emphasized-grey .a-button a {
  color: #efefef;
}
.emphasized-grey .a-button:hover,
.emphasized-grey .a-button:focus,
.emphasized-grey .a-button:active {
  border-color: #807671;
}
.emphasized-grey .a-button:hover a,
.emphasized-grey .a-button:focus a,
.emphasized-grey .a-button:active a {
  color: #807671;
}
.emphasized-grey .a-button:hover svg,
.emphasized-grey .a-button:focus svg,
.emphasized-grey .a-button:active svg {
  fill: #807671;
}
.emphasized-grey .divider {
  border-bottom: 0.1rem solid #807671;
}
.footer {
  padding-top: 6rem;
}
.public > .footer-gesa > .footer-claim {
  width: 100%;
}
.footer-gesa {
  border-top: 0.1rem solid #3B77AE;
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (min-width: 87rem) {
  .footer-gesa {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media all and (max-width: 79rem) {
  .footer-gesa {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.footer-gesa .footer-claim {
  width: 36%;
}
@media all and (max-width: 79rem) {
  .footer-gesa .footer-claim {
    width: 100%;
  }
}
.footer-gesa .footer-claim > * {
  margin: 0;
  padding: 0;
}
.footer-gesa .footer-claim > h3 {
  font-size: 2.01rem !important;
  font-weight: 600!important;
}
@media all and (max-width: 26rem) {
  .footer-gesa .footer-claim > h3 {
    font-size: 1.5rem !important;
  }
}
.footer-gesa .footer-claim > p {
  font-size: 1.381rem !important;
  color: #3B77AE;
}
@media all and (max-width: 26rem) {
  .footer-gesa .footer-claim > p {
    font-size: 1.03rem !important;
  }
}
.footer-gesa .footer-contact {
  width: 36%;
}
@media all and (max-width: 79rem) {
  .footer-gesa .footer-contact {
    width: 100%;
  }
}
.footer-gesa .footer-contact ul {
  display: flex;
  flex-direction: column;
  justify-content: left;
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 0 0;
}
@media all and (max-width: 26rem) {
  .footer-gesa .footer-contact ul li {
    width: 100%;
  }
}
.footer-gesa .footer-legal {
  width: 64%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0.47rem;
}
@media all and (max-width: 79rem) {
  .footer-gesa .footer-legal {
    width: 100%;
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}
@media all and (max-width: 26rem) {
  .footer-gesa .footer-legal {
    padding-top: 1rem;
  }
}
.footer-gesa .footer-legal > * {
  margin: 0;
  font-size: 1rem;
}
.footer-gesa .footer-legal > *:not(:last-child) {
  padding-right: 1.25rem;
}
@media all and (max-width: 26rem) {
  .footer-gesa .footer-legal > *:not(:last-child) {
    padding-right: 0;
  }
}
@media all and (max-width: 79rem) {
  .footer-gesa .footer-legal > * {
    line-height: 1;
    margin-top: 0.5rem;
    font-size: 0.9rem !important;
  }
}
@media all and (max-width: 26rem) {
  .footer-gesa .footer-legal > * {
    width: 100%;
  }
}
form input[type=range] {
  -webkit-appearance: none;
  border: 1px solid transparent;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  background: transparent;
}
form input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.3rem;
  background: #9fb1c6;
  border: 1px solid #9fb1c6;
  border-radius: 3px;
}
form input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid transparent;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background: #3B77AE;
  margin-top: -10px;
}
form input[type=range]:focus {
  outline: none;
}
form input[type=range]:focus::-webkit-slider-runnable-track {
  background: #9fb1c6;
  border: 1px solid #9fb1c6;
}
form input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.3rem;
  background: #9fb1c6;
  border: 1px solid #9fb1c6;
  border-radius: 3px;
}
form input[type=range]::-moz-range-thumb {
  border: none;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #3B77AE;
}
form input[type=range]:-moz-focusring {
  outline: none;
  outline-offset: 0;
}
form input[type=range]::-ms-track {
  width: 100%;
  height: 0.3rem;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
form input[type=range]::-ms-fill-lower {
  background: #9fb1c6;
  border-radius: 10px;
}
form input[type=range]::-ms-fill-upper {
  background: #9fb1c6;
  border-radius: 10px;
}
form input[type=range]::-ms-thumb {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #3B77AE;
  transform: translate(0, 6px);
}
form input[type=range]:focus::-ms-fill-lower {
  background: #9fb1c6;
}
form input[type=range]:focus::-ms-fill-upper {
  background: #9fb1c6;
}
.a-checkbox {
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.a-checkbox > input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  opacity: 0.00001;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
.a-checkbox > input[type="checkbox"].has-error ~ label:before {
  border-color: #C0646A;
}
.a-checkbox > label {
  margin-bottom: 0.1rem;
  position: relative;
  left: -0.25rem;
  padding-left: 0.75rem;
  max-width: 90%;
  /* fallback */
  max-width: calc(100% - 3rem);
}
/**
 * Note, the :before pseudo-element is the new
 * "bounds" or "box" of the checkbox.
 * It must be the same height, width and
 * position of the native checkbox element.
 */
.a-checkbox > label:before,
.a-checkbox > input[type="checkbox"] {
  height: 1.6rem;
  left: 0.1rem;
  width: 1.8rem;
}
/**
 * Base styles for use on both
 * pseudo elements.
 */
.a-checkbox > label:before,
.a-checkbox > label:after {
  border: 0.1rem solid;
  content: " ";
  position: absolute;
}
/**
 * Styles for the custom box boundary.
 */
.a-checkbox > label:before {
  border-color: #3B77AE;
  border-radius: 0.2rem;
  height: 1.6rem;
  left: -1.6rem;
  top: 0rem;
  width: 1.6rem;
}
/**
 * This recreates the "check" mark.
 */
.a-checkbox > label:after {
  border: 0;
  border-bottom: 0.2rem solid #3B77AE;
  border-right: 0.2rem solid #3B77AE;
  height: 0.9rem;
  left: -1.1rem;
  top: 0.23rem;
  transform-origin: center center;
  transform: rotate(40deg) scale(0);
  width: 0.6rem;
}
/**
 * ** Defining States **
 */
.a-checkbox > input:focus-visible ~ label:before {
  outline: none;
  border-color: #3B77AE;
  opacity: 1;
  box-shadow: 0 0 0.125rem 0.125rem rgba(30, 63, 114, 0.25);
}
.a-checkbox > input:checked ~ label:after {
  transform: rotate(40deg) scale(1);
}
.a-checkbox > input:checked:focus ~ label:after {
  border-color: #3B77AE;
}
.form-conditional-content .trigger-values {
  display: none;
  visibility: hidden;
}
.form-conditional-plus-one-button .no-label {
  margin: 0;
  padding: 0;
}
.form-conditional-plus-one-button .button-element {
  margin-bottom: 0.5rem;
}
/*
 * based on https://github.com/scottaohara/a11y_styled_form_controls/blob/master/src/assets/css/radio--vhidden.css
 * - license: MIT
 * - Copyright © 2014 - 2020 - Scott O'Hara and acknowledged contributors
 * modified by Lukas Steiger
 */
.c-radio {
  position: relative;
  margin: 0.55rem 3rem 0.4rem 0;
}
/* visually hide the radio button,
   and set it up to be positioned over
   the styled radio button replacement
*/
.c-radio > input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  opacity: 0.00001;
  cursor: pointer;
  z-index: 2;
}
.c-radio > label {
  display: inline-block;
  padding: 0 0 0 2.3rem;
}
.c-radio > input[type="radio"],
.c-radio > label:before,
.c-radio > label:after {
  border: 0.1rem solid;
  height: 1.5rem;
  left: 0.15rem;
  position: absolute;
  top: 0.1rem;
  width: 1.5rem;
  padding: 0.5rem;
}
.c-radio > input[type="radio"],
.c-radio > label:before,
.c-radio > label:after {
  border-radius: 100%;
  content: " ";
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.c-radio > label:after {
  border-color: #3B77AE;
}
.c-radio > label:before {
  border-color: transparent;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
}
.c-radio > input:checked ~ label:before {
  border-color: transparent;
  box-shadow: 0 0 0 0.1rem #3B77AE;
}
.c-radio > input:focus-visible ~ label:before {
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem #3B77AE;
}
.c-radio > input:checked ~ label:after {
  border-color: #fff;
  border-width: 0.2rem;
  box-shadow: inset 0 0 0 0.1rem #3B77AE;
  background-color: #3B77AE;
}
.c-radio > input.has-error ~ label:after {
  border-color: #C0646A;
}
.c-radio > input[disabled] ~ label {
  opacity: 0.5;
}
@media screen and (-ms-high-contrast: active) {
  .c-radio > input:checked ~ label:before {
    background: window;
    border: 0.3rem solid buttonface;
    box-shadow: none;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags_2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.form-tel-input .iti__flag {
  background-image: url("../img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .form-tel-input .iti__flag {
    background-image: url("../img/flags_2x.png");
  }
}
.form-tel-input .iti {
  width: 100%;
}
.form-tel-input label.normalized-field-marker {
  display: none;
}
.hidden {
  display: none;
}
.header-gesa {
  height: 10rem;
}
@media all and (max-width: 79rem) {
  .header-gesa {
    height: 8.25rem;
  }
}
@media all and (max-width: 26rem) {
  .header-gesa {
    height: 6.25rem;
  }
}
nav.main-nav {
  border-bottom: 0.1rem solid #afafaf;
  background-color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  left: 0;
  height: 6.25rem;
  padding: 1.25rem 0.5rem;
  position: relative;
  transition: left 0.5s ease, top 0.5s ease, width 0.5s ease, visibility 0.5s ease-in-out, opacity 0.5s ease;
}
@media all and (min-width: 87rem) {
  nav.main-nav {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (max-width: 79rem) {
  nav.main-nav {
    height: 4.75rem;
    padding: 1rem 0.5rem;
  }
}
@media all and (max-width: 26rem) {
  nav.main-nav {
    height: 3rem;
    padding: 0.5rem 0.25rem;
  }
}
nav.main-nav .logo-link {
  height: 100%;
  min-height: 1px;
  width: auto;
  padding: 0 2rem 0 1rem;
}
@media all and (max-width: 79rem) {
  nav.main-nav .logo-link {
    padding: 0 2rem 0 0.75rem;
  }
}
@media all and (max-width: 26rem) {
  nav.main-nav .logo-link {
    padding: 0 0.5rem 0 0.5rem;
  }
}
nav.main-nav .logo-link > img {
  height: 100%;
  width: auto;
}
nav.main-nav .nav-groups {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups {
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    width: 0;
    height: 100vh;
    z-index: 10000;
    background: #fff;
    left: 100vw;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left 0.5s ease, top 0.5s ease, width 0.5s ease, visibility 0.5s ease-in-out, opacity 0.5s ease;
  }
}
nav.main-nav .nav-groups .nav-group {
  height: 100%;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .nav-group {
    height: auto;
    padding: 0.75rem 0;
    border-bottom: 0.1rem solid #e9ecf1;
  }
}
nav.main-nav .nav-groups .nav-group ul {
  display: flex;
  flex-direction: row;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .nav-group ul {
    flex-direction: column;
  }
}
nav.main-nav .nav-groups .nav-group ul li {
  height: 100%;
  margin: auto 0 auto 0;
  padding: 0;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .nav-group ul li {
    height: 2.75rem;
  }
}
nav.main-nav .nav-groups .nav-group ul li a {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 1rem;
  height: 100%;
  padding: 0 0.75em 0 0.75em;
  padding-bottom: 0.1rem;
  /* fix to bring 'GESA' logo text and menu text in line */
  text-transform: uppercase;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .nav-group ul li a {
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 87rem) {
  nav.main-nav .nav-groups .nav-group ul li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
nav.main-nav .nav-groups .nav-group ul li a:hover {
  background: #f5f5f5;
}
nav.main-nav .nav-groups .nav-title {
  display: none;
  flex-direction: column;
  justify-content: center;
}
nav.main-nav .nav-groups .nav-title span {
  padding-left: 1.5rem;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .nav-title {
    display: flex;
    height: 4.75rem;
    min-height: 4.75rem;
    border-bottom: 0.1rem solid #afafaf;
  }
}
@media all and (max-width: 26rem) {
  nav.main-nav .nav-groups .nav-title {
    height: 3rem;
    min-height: 3rem;
  }
}
nav.main-nav .nav-groups .group-service ul li {
  order: 1;
}
nav.main-nav .nav-groups .group-service .language-switcher {
  width: 4.5rem;
}
nav.main-nav .nav-groups .group-service .language-switcher:hover,
nav.main-nav .nav-groups .group-service .language-switcher:focus {
  background-color: #f5f5f5;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher:hover,
  nav.main-nav .nav-groups .group-service .language-switcher:focus {
    background-color: transparent;
  }
}
nav.main-nav .nav-groups .group-service .language-switcher:hover > .lang-dropdown-menu,
nav.main-nav .nav-groups .group-service .language-switcher:focus > .lang-dropdown-menu {
  display: block;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher:hover > .lang-dropdown-menu,
  nav.main-nav .nav-groups .group-service .language-switcher:focus > .lang-dropdown-menu {
    display: flex;
  }
}
nav.main-nav .nav-groups .group-service .language-switcher:focus-within {
  background-color: #f5f5f5;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher:focus-within {
    background-color: transparent;
  }
}
nav.main-nav .nav-groups .group-service .language-switcher:focus-within > .lang-dropdown-menu {
  display: block;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher:focus-within > .lang-dropdown-menu {
    display: flex;
  }
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher a.lang-down {
    display: none;
  }
}
nav.main-nav .nav-groups .group-service .language-switcher a.lang-down:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/dropdown-arrow.svg) 50% no-repeat !important;
  background-size: 100%;
  right: 1rem;
  width: 0.8rem;
  height: 0.8rem;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher {
    order: 2;
    width: 100%;
  }
}
nav.main-nav .nav-groups .group-service .language-switcher .lang-dropdown-menu {
  position: relative;
  background-color: #f5f5f5;
  display: none;
  z-index: 1000;
  padding-bottom: 1rem;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher .lang-dropdown-menu {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0.75rem;
  }
}
nav.main-nav .nav-groups .group-service .language-switcher .lang-dropdown-menu a {
  padding: 0.25rem 1rem;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher .lang-dropdown-menu a {
    padding: 0.75rem;
    width: auto;
  }
}
nav.main-nav .nav-groups .group-service .language-switcher .lang-dropdown-menu a:hover {
  color: #3B77AE;
}
nav.main-nav .nav-groups .group-service .language-switcher .current-lang {
  display: none;
}
@media all and (max-width: 79rem) {
  nav.main-nav .nav-groups .group-service .language-switcher .current-lang {
    color: #3B77AE;
    display: block;
  }
}
nav.main-nav .mobile-nav-icons {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin-left: auto;
}
@media all and (max-width: 79rem) {
  nav.main-nav .mobile-nav-icons {
    display: flex;
  }
}
nav.main-nav .mobile-nav-icons .mobile-nav-element {
  border: 0;
  width: auto;
  outline: 0;
  height: 100%;
  padding: 0 0.75em;
  display: flex;
  flex-direction: row;
  align-content: space-between;
}
@media all and (max-width: 26rem) {
  nav.main-nav .mobile-nav-icons .mobile-nav-element {
    padding: 0 0.5em;
  }
}
nav.main-nav .mobile-nav-icons .mobile-nav-element > span {
  padding-top: 0.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1rem;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: center;
}
@media all and (max-width: 26rem) {
  nav.main-nav .mobile-nav-icons .mobile-nav-element > span {
    max-width: 6.5rem;
    font-weight: 600;
    font-stretch: ultra-condensed;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
nav.main-nav .mobile-nav-icons .nav-type-indicator > span {
  font-style: italic;
}
@media all and (max-width: 26rem) {
  nav.main-nav .mobile-nav-icons .nav-type-indicator {
    display: none;
  }
}
nav.main-nav .mobile-nav-icons .quicklink-action {
  display: none;
}
nav.main-nav .mobile-nav-icons button {
  background: none;
  cursor: pointer;
}
nav.main-nav .mobile-nav-icons button:hover,
nav.main-nav .mobile-nav-icons button:active {
  background: #f5f5f5;
}
nav.main-nav .mobile-nav-icons button > img {
  margin-left: 0.4rem;
  float: none;
  height: 1rem;
  width: 1rem;
  align-self: center;
}
@media all and (max-width: 26rem) {
  nav.main-nav .mobile-nav-icons button > img {
    margin-left: 0.25rem;
  }
}
nav.main-nav .overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9999;
  transition: left 0.5s ease, top 0.5s ease, width 0.5s ease, visibility 0.5s ease-in-out, opacity 0.5s ease;
}
nav.main-nav.open {
  left: -50vw;
  /* fallback */
  left: calc(-50vw + (100vw - 100%));
  /* calculate viewport width without scrollbar */
}
@media all and (max-width: 26rem) {
  nav.main-nav.open {
    left: -80vw;
    left: calc(-80vw + (100vw - 100%));
  }
}
nav.main-nav.open .overlay {
  cursor: pointer;
  visibility: visible;
  opacity: 0.3;
}
nav.main-nav.open .nav-groups {
  left: 50vw;
  width: 50vw;
  height: 100vh;
}
@media all and (max-width: 26rem) {
  nav.main-nav.open .nav-groups {
    left: 20vw;
    width: 80vw;
  }
}
/*
 * Sticky scrolling header styles
 */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animated.slideDown {
  animation-name: slideDown;
}
.animated.slideUp {
  animation-name: slideUp;
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
.header-image {
  overflow: hidden;
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media all and (min-width: 87rem) {
  .header-image {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }
}
.header-image .header-image-responsive .header-desktop {
  display: block;
}
@media all and (max-width: 58rem) {
  .header-image .header-image-responsive .header-desktop {
    display: none;
  }
}
.header-image .header-image-responsive .header-mobile {
  display: none;
}
@media all and (max-width: 58rem) {
  .header-image .header-image-responsive .header-mobile {
    display: block;
  }
}
.header-image .header-image-responsive .row-wrapper {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}
.header-image .header-image-responsive .row-wrapper .header-title {
  color: #ffffff;
  pointer-events: none;
}
.image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
}
.image-wrapper > * {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.image-wrapper img {
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 26rem) {
  .image-wrapper img {
    width: 100%;
  }
}
.insurance-view-container .accordion-template {
  display: none;
}
.insurance-view-container .data .data-table td {
  padding: 0;
}
.insurance-view-container .insurance-view .card-body .typeInfo {
  font-style: italic;
  display: block;
  opacity: 0.9;
  padding: 0.4rem 0 0 0.2rem;
}
.insurance-view-container .insurance-view .card-body .typeInfo:not(:empty) {
  border-top: 0.1rem solid #efefef;
}
.insurance-view-container .insurance-view .card-body .accordion {
  margin-bottom: 1rem;
}
.insurance-view-container .insurance-view .card-body .tabelle .tooltip-visible {
  display: block;
  height: 2rem;
}
.insurance-view-container .insurance-view .card-body .tabelle .tooltip-visible:empty {
  height: 0;
}
.insurance-view-container .insurance-view .card-body .tabelle .tooltip-visible [data-tippy-icon] {
  position: absolute;
}
.insurance-view-container .insurance-view .card-body .tabelle table {
  overflow: visible;
}
.insurance-view-container .insurance-view .card-body .tabelle table.is-mobile tr > td {
  width: 100%!important;
}
.insurance-view-container .insurance-view .card-body .tabelle tr {
  background-color: transparent!important;
}
.insurance-view-container .insurance-view .card-body .tabelle tr:not(:last-child) {
  border-bottom: 0.1rem solid #efefef;
}
.insurance-view-container .insurance-view .card-body .tabelle tr td {
  padding: 0.3rem !important;
  vertical-align: top;
}
@media all and (max-width: 26rem) {
  .insurance-view-container .insurance-view .card-body {
    padding: 0.6rem;
  }
}
.insurance-view-container .insurance-view .accordion-style-secondary .card-body {
  padding: 0.3rem !important;
}
.insurance-view-container .insurance-view .accordion-style-secondary .card-body .tabelle {
  margin-bottom: 0rem;
}
.insurance-view-container .insurance-view-empty {
  display: none;
  flex: 0 0 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.insurance-view-container .insurance-view-empty p {
  max-width: none;
  text-align: center;
  width: 100%;
  margin: 0;
}
.insurance-view-container .sorted-sn-list {
  display: none;
  color: blue;
}
.insurance-view-container .sorted-sn-list:before {
  content: 'SN Sort input: ';
  font-style: italic;
  font-weight: 500;
}
.insurance-view-container .sorted-sn-list:empty {
  display: none;
}
.link-list {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.link-list .sort-order-list,
.link-list .mark-active {
  display: none;
  color: blue;
  margin-right: 50px;
}
.link-list .sort-order-list:before,
.link-list .mark-active:before {
  font-style: italic;
  font-weight: 500;
}
.link-list .sort-order-list:empty,
.link-list .mark-active:empty {
  display: none;
}
.link-list .sort-order-list:before {
  content: 'Value sort order: ';
}
.link-list .mark-active:before {
  content: 'Mark active: ';
}
.alert {
  padding: 0.75rem 0;
  border: none;
  border-bottom: 0.1rem solid transparent;
  font-weight: 500;
  margin-bottom: 2rem;
}
.alert [data-bsi-element]:last-child,
.alert [data-bsi-element-part]:last-child {
  margin: 0;
}
.alert .a-button a {
  text-decoration: none;
}
.alert .a-button:hover,
.alert .a-button:focus,
.alert .a-button:active {
  background-color: transparent!important;
}
.alert .a-button:hover a,
.alert .a-button:focus a,
.alert .a-button:active a {
  text-decoration: none;
}
.alert-error.alert,
.alert-error .alert {
  background: #ffffff;
  color: #C0646A;
}
.alert-error.alert p,
.alert-error .alert p,
.alert-error.alert h2,
.alert-error .alert h2,
.alert-error.alert h3,
.alert-error .alert h3,
.alert-error.alert ul li,
.alert-error .alert ul li,
.alert-error.alert a,
.alert-error .alert a {
  color: #C0646A;
}
.alert-error.alert a,
.alert-error .alert a {
  font-weight: 900;
}
.alert-error.alert a:hover,
.alert-error .alert a:hover {
  text-decoration: underline;
}
.alert-error.alert .a-button,
.alert-error .alert .a-button {
  background: #C0646A;
  border: 0.1rem solid #C0646A;
}
.alert-error.alert .a-button a,
.alert-error .alert .a-button a {
  color: #ffffff;
}
.alert-error.alert .a-button:hover a,
.alert-error .alert .a-button:hover a,
.alert-error.alert .a-button:focus a,
.alert-error .alert .a-button:focus a,
.alert-error.alert .a-button:active a,
.alert-error .alert .a-button:active a {
  color: #C0646A;
}
.alert-error.alert .a-button:hover svg,
.alert-error .alert .a-button:hover svg,
.alert-error.alert .a-button:focus svg,
.alert-error .alert .a-button:focus svg,
.alert-error.alert .a-button:active svg,
.alert-error .alert .a-button:active svg {
  fill: #C0646A;
}
.alert-error.alert .divider,
.alert-error .alert .divider {
  border-bottom: 0.1rem solid #C0646A;
}
.alert-info.alert,
.alert-info .alert {
  background: #ffffff;
  color: #000000;
}
.alert-info.alert p,
.alert-info .alert p,
.alert-info.alert h2,
.alert-info .alert h2,
.alert-info.alert h3,
.alert-info .alert h3,
.alert-info.alert ul li,
.alert-info .alert ul li {
  color: #000000;
}
.alert-info.alert .a-button,
.alert-info .alert .a-button {
  background: #000000;
  border: 0.1rem solid #000000;
}
.alert-info.alert .a-button a,
.alert-info .alert .a-button a {
  color: #ffffff;
}
.alert-info.alert .a-button:hover a,
.alert-info .alert .a-button:hover a,
.alert-info.alert .a-button:focus a,
.alert-info .alert .a-button:focus a,
.alert-info.alert .a-button:active a,
.alert-info .alert .a-button:active a {
  color: #000000;
}
.alert-info.alert .a-button:hover svg,
.alert-info .alert .a-button:hover svg,
.alert-info.alert .a-button:focus svg,
.alert-info .alert .a-button:focus svg,
.alert-info.alert .a-button:active svg,
.alert-info .alert .a-button:active svg {
  fill: #000000;
}
.alert-info.alert .divider,
.alert-info .alert .divider {
  border-bottom: 0.1rem solid #000000;
}
.alert-success.alert,
.alert-success .alert {
  background: #ffffff;
  border-color: #000000;
  color: #000000;
}
.alert-success.alert p,
.alert-success .alert p,
.alert-success.alert h2,
.alert-success .alert h2,
.alert-success.alert h3,
.alert-success .alert h3,
.alert-success.alert ul li,
.alert-success .alert ul li {
  color: #000000;
}
.alert-success.alert .a-button,
.alert-success .alert .a-button {
  background: #000000;
  border: 0.1rem solid #000000;
}
.alert-success.alert .a-button a,
.alert-success .alert .a-button a {
  color: #ffffff;
}
.alert-success.alert .a-button:hover a,
.alert-success .alert .a-button:hover a,
.alert-success.alert .a-button:focus a,
.alert-success .alert .a-button:focus a,
.alert-success.alert .a-button:active a,
.alert-success .alert .a-button:active a {
  color: #000000;
}
.alert-success.alert .a-button:hover svg,
.alert-success .alert .a-button:hover svg,
.alert-success.alert .a-button:focus svg,
.alert-success .alert .a-button:focus svg,
.alert-success.alert .a-button:active svg,
.alert-success .alert .a-button:active svg {
  fill: #000000;
}
.alert-success.alert .divider,
.alert-success .alert .divider {
  border-bottom: 0.1rem solid #000000;
}
form .alert {
  margin-left: 24%;
  width: 76%;
}
@media all and (max-width: 58rem) {
  form .alert {
    margin-left: 0;
    width: 100%;
  }
}
form .form-group .alert,
.label-align-vertical form .alert {
  margin-left: 0;
  width: 100%;
}
.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.columns .tile-content-box > .tile-content {
  padding: 2rem;
}
@media all and (max-width: 58rem) {
  .columns .tile-content-box > .tile-content {
    padding: 1.5rem;
  }
}
.columns > .column {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  margin: 0 2rem 0rem 0rem;
}
.columns > .column:first-child {
  margin-left: 0;
}
.columns > .column:last-child {
  margin-right: 0;
}
@media all and (max-width: 58rem) {
  .columns > .column {
    flex-basis: 100%;
    margin: 0 0 1.5rem 0;
  }
}
@media all and (max-width: 58rem) {
  .columns.columns-4 > .column:nth-child(odd) {
    padding-right: 0.7rem;
  }
}
@media all and (max-width: 26rem) {
  .columns.columns-4 > .column:nth-child(odd) {
    padding-right: 0;
  }
}
@media all and (max-width: 58rem) {
  .columns.columns-4 > .column:nth-child(even) {
    padding-left: 0.7rem;
  }
}
@media all and (max-width: 26rem) {
  .columns.columns-4 > .column:nth-child(even) {
    padding-left: 0;
  }
}
@media all and (max-width: 58rem) {
  .columns.columns-4 > .column {
    margin: 0 0 1.5rem 0;
    flex-basis: 40%;
  }
}
@media all and (max-width: 26rem) {
  .columns.columns-4 > .column {
    flex-basis: 100%;
    margin: 0;
  }
}
.sidebar-visible .layout-2-1,
.layout-2-1 {
  display: flex;
  flex-direction: row;
  margin: 0;
  align-items: flex-end;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.sidebar-visible .layout-2-1 .main,
.layout-2-1 .main {
  margin: 0;
  width: 66.67%;
  /* fallback for old browsers not supporting calc */
  width: calc(100% / 3 * 2);
}
.sidebar-visible .layout-2-1 .sidebar,
.layout-2-1 .sidebar {
  margin: 0;
  width: 33.33%;
  /* fallback for old browsers not supporting calc */
  width: calc(100% / 3 * 1);
  margin-left: 1.85rem;
  margin-bottom: 0rem;
}
@media all and (max-width: 58rem) {
  .sidebar-visible .layout-2-1,
  .layout-2-1 {
    flex-direction: column;
    margin: 0;
  }
  .sidebar-visible .layout-2-1 .main,
  .layout-2-1 .main {
    width: 100%;
  }
  .sidebar-visible .layout-2-1 .sidebar,
  .layout-2-1 .sidebar {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    width: 100%;
  }
}
.sidebar-hidden .main {
  width: 100%!important;
}
.sidebar-hidden .sidebar {
  display: none;
}
.tabelle {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  overflow-x: auto;
  table-layout: auto;
  text-align: left;
  width: 100%;
}
table tr:first-child th {
  background: #3B77AE;
  color: #ffffff;
  font-weight: 700;
}
table tr:nth-child(2n + 1) {
  background: #cfd8e2;
}
table td,
table th {
  padding: 0.75rem;
  text-align: left;
}
table.is-mobile {
  display: block;
}
table.is-mobile tbody,
table.is-mobile th,
table.is-mobile td,
table.is-mobile tr {
  display: block;
}
table.is-mobile .header-row {
  border: 0;
  height: 0;
  display: none;
}
table.is-mobile tbody {
  border-bottom: 0.1rem solid #e9ecf1;
}
table.is-mobile tr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.2rem 0.1rem 0.3rem 0.1rem;
  border: 0.1rem solid #e9ecf1;
  border-bottom: 0;
}
table.is-mobile td {
  border: none;
  padding: 0.1rem 0.8rem;
  position: relative;
  white-space: normal;
  width: 100%;
}
table.is-mobile.responsive-repeat-header td {
  padding-left: 40%;
  text-align: right;
}
table.is-mobile.responsive-repeat-header td:before {
  bottom: auto;
  content: attr(data-title);
  color: #3B77AE;
  left: 0.8rem;
  max-width: 36%;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: auto;
  white-space: nowrap;
  width: auto;
}
table.is-mobile.responsive-repeat-header.mobile-2 td {
  padding-left: 20%;
  width: 50%;
}
table.is-mobile.responsive-repeat-header.mobile-2 td:nth-child(2n + 1) {
  padding-right: 1.25rem;
}
table.is-mobile.responsive-repeat-header.mobile-3 td {
  padding-left: 13.3%;
  width: 33.3%;
}
table.is-mobile.responsive-repeat-header.mobile-3 td:nth-child(3n + 1),
table.is-mobile.responsive-repeat-header.mobile-3 td:nth-child(3n + 2) {
  padding-right: 1.25rem;
}
table.is-mobile.responsive-repeat-header.mobile-4 td {
  padding-left: 10%;
  width: 25%;
}
table.is-mobile.responsive-repeat-header.mobile-4 td:nth-child(4n + 1),
table.is-mobile.responsive-repeat-header.mobile-4 td:nth-child(4n + 2),
table.is-mobile.responsive-repeat-header.mobile-4 td:nth-child(4n + 3) {
  padding-right: 1.25rem;
}
table.is-mobile.responsive-simple td {
  text-align: left;
}
@keyframes rotation {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gesa-table-container .documentation,
.gesa-table-container .bold-condition {
  display: none;
}
.gesa-table-header {
  flex: 0 0 100%;
  height: auto;
  overflow-y: visible;
}
.gesa-table-header input[type=radio] {
  position: fixed;
  opacity: 0 !important;
  z-index: -99999 !important;
}
.gesa-table-header [data-bsi-element] {
  margin-bottom: 0;
}
.gesa-table-header .filters {
  padding: 0;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
}
.gesa-table-header .filters > li {
  width: auto;
  list-style-type: none;
}
@media all and (max-width: 58rem) {
  .gesa-table-header .filters > li {
    width: 33.3%;
  }
}
@media all and (max-width: 26rem) {
  .gesa-table-header .filters > li {
    width: 50%;
  }
}
.gesa-table-header .filters label {
  padding: 0.2rem 0.6rem;
  border: 1px solid transparent;
  font-weight: 600;
  min-width: 3rem;
  line-height: normal;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
@media all and (max-width: 58rem) {
  .gesa-table-header .filters label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media all and (max-width: 26rem) {
  .gesa-table-header .filters label {
    font-size: 0.85rem;
    padding: 0.3rem 0.6rem;
  }
}
.gesa-table-header .filters label:hover {
  background: #26507e;
  border-color: #26507e;
  color: #ffffff;
}
.gesa-table-header [value="All"]:checked ~ .filters [for="All"],
.gesa-table-header [value="Prämienrechnung / LAB / Beitrag"]:checked ~ .filters [for="Prämienrechnung / LAB / Beitrag"],
.gesa-table-header [value="Policen / Ausweise"]:checked ~ .filters [for="Policen / Ausweise"],
.gesa-table-header [value="Steuerbescheinigung"]:checked ~ .filters [for="Steuerbescheinigung"],
.gesa-table-header input[value="Sonstige"]:checked ~ .filters [for="Sonstige"] {
  background: #efefef;
  color: #3B77AE;
  border-color: #e9ecf1;
}
.gesa-table-header .initial-filter {
  text-align: center;
  width: 100%;
  display: none;
  color: blue;
}
.gesa-table-header .initial-filter:before {
  content: 'Initial filter: ';
  font-style: italic;
  font-weight: 500;
}
.gesa-table-header .initial-filter:empty {
  display: none;
}
.gesa-table {
  margin-bottom: 0;
}
@media all and (max-width: 26rem) {
  .gesa-table.is-mobile td:before {
    left: 0.4rem !important;
  }
}
@media all and (max-width: 26rem) {
  .gesa-table.is-mobile td {
    padding: 0 0.4rem;
  }
}
.gesa-table .row-even {
  background: #cfd8e2;
}
.gesa-table .row-odd {
  background: none;
}
.gesa-table .icon-link {
  box-shadow: none;
  outline: none;
}
.gesa-table.is-mobile .icon-link {
  float: right;
}
.gesa-table .icon-link-image {
  height: 1.45rem;
  width: 1.45rem;
  margin: 0;
}
.gesa-table .icon-link-image.icon {
  display: block;
}
.gesa-table .icon-link-image.spinner {
  display: none;
  cursor: wait;
}
.gesa-table .icon-link-image.spinner.rotate {
  -ms-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
.gesa-table .icon-link-image.icon-failed {
  display: none;
}
.gesa-table-empty {
  display: none;
  flex: 0 0 100%;
  padding: 0;
  margin: 0;
}
.gesa-table-empty [data-bsi-element] {
  margin-bottom: 0;
}
.gesa-table-empty p {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0.65rem;
}
.highlight-bold {
  font-weight: 700;
}
.select-wrapper label {
  font-weight: 700;
}
.table-max-height .is-mobile {
  max-height: 500px;
}
.table-max-height .table-wrapper {
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.table-max-height .table-wrapper .gesa-table:not(.is-mobile) th {
  position: sticky;
  top: 0;
}
.gesa-tile {
  left: 0rem;
  right: 0rem;
  position: relative;
  background: #f5f8fb;
  border-radius: 12px;
  height: 100%;
}
@media all and (max-width: 58rem) {
  .gesa-tile {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.gesa-tile .tile-icon {
  position: absolute;
  right: 1.25rem;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
}
.gesa-tile > img {
  z-index: 2;
  overflow: hidden;
  padding: 1rem;
}
.gesa-tile .tile-icon-border {
  z-index: 1;
  border: 0.1rem solid #e9ecf1;
  border-radius: 50%;
  background-color: #9fb1c6;
}
.gesa-tile .tile-icon[src=""],
.gesa-tile .tile-icon[src=""] + .tile-icon-border {
  display: none;
}
.tile-content-box {
  box-sizing: border-box;
  background-clip: padding-box;
  position: relative;
  overflow: visible;
  width: 100%;
}
.tile-content-box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: #3B77AE;
  border-radius: 12px;
  top: 0x;
  left: 0px;
  right: 0px;
}
.tile-content-box > .tile-content {
  min-height: 5rem;
  max-height: 20rem;
  overflow: hidden;
  padding: 4rem 4rem 2rem 4rem;
  transition: transform 1s ease;
  transform: translateY(0);
}
@media all and (max-width: 26rem) {
  .tile-content-box > .tile-content {
    padding: 1.8rem 0.5rem 0.6rem 0.7rem;
  }
}
.tile-content-box > .tile-content:before {
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #e9ecf1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #e9ecf1 100%);
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.tile-content-box > .tile-content > div:last-child {
  margin-bottom: 0;
}
.tile-content-box > .tile-expander {
  background-color: #efefef;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.tile-content-box > .tile-expander > span {
  padding: 0.4rem;
}
.tile-content-box > .tile-expander:hover,
.tile-content-box > .tile-expander:focus,
.tile-content-box > .tile-expander:active {
  background-color: #9fb1c6;
}
.tile-expander-hidden .tile-content {
  max-height: none;
}
.tile-expander-hidden .tile-content:before {
  content: none;
}
.tile-expander-hidden .tile-expander {
  display: none;
}
.tile-expanded > .tile-content {
  max-height: 1000rem !important;
}
.tile-expanded > .tile-content:before {
  content: none;
}
.tile-expanded > .tile-expander > .tile-expander-show-more {
  display: none;
}
.tile-expanded > .tile-expander > .tile-expander-show-less {
  display: flex;
  justify-content: center;
}
.tile-expander img {
  width: 3.2rem;
  height: 1.5rem;
}
.tile-expander > .tile-expander-show-more {
  display: flex;
  justify-content: center;
}
.tile-expander > .tile-expander-show-less {
  border-top: 0.1rem solid #e9ecf1;
  display: none;
}
hr,
.divider {
  border: 0;
  margin: 0;
  border-bottom: 0.1rem solid #e9ecf1;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.divider-margin-medium .divider {
  margin-bottom: calc(2rem / 2);
  margin-top: calc(2rem / 2);
}
hr,
.divider-margin-small .divider {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
form .divider {
  width: 100%;
}
@media all and (max-width: 58rem) {
  form .divider {
    margin-left: 0;
    width: 100%;
  }
}
form .form-group .divider,
.label-align-vertical form .divider {
  margin-left: 0;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  border: none;
  color: #000000;
  display: block;
  line-height: 1.3;
}
.header-with-tooltip {
  margin-bottom: 2rem;
}
.header-with-tooltip h2,
.header-with-tooltip h3,
.header-with-tooltip h4 {
  display: inline;
}
h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media all and (max-width: 58rem) {
  h2 {
    font-size: 2.3rem;
  }
}
@media all and (max-width: 26rem) {
  h2 {
    font-size: 1.9rem;
  }
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media all and (max-width: 58rem) {
  h3 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 26rem) {
  h3 {
    font-size: 1.35rem;
  }
}
h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
@media all and (max-width: 26rem) {
  h4 {
    font-size: 1.15rem;
  }
}
h5 {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media all and (max-width: 26rem) {
  h5 {
    font-size: 1.05rem;
  }
}
