img {
  width: auto;
  height: auto;
  max-width: 100%;
}

small {
  display: inline-block;
}

input[type=checkbox] {
  visibility: hidden;
}
#off-screen-wrap {
  transition: filter 0.1s;
}

#off-screen-content {
  transform: none !important;
}

.fix-ie--flex {
  flex-basis: auto !important;
}

.fix-ie--height {
  height: 100% !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8a8784 !important;
}

[data-tpl=form-v2] .checkbox label {
  flex: 0 1 auto !important;
}

[data-tpl=form-v2] .radio label {
  flex: 0 1 auto !important;
}

[data-tpl=tooltip] th, [data-tpl=tooltip] td {
  border-color: #fff !important;
  background: inherit !important;
}
[data-tpl=tooltip] figcaption {
  color: inherit;
}
[data-tpl=tooltip][aria-expanded] {
  z-index: 30;
}

[data-tpl=form-v2] .radio input[type=radio]:checked ~ label::before {
  font-size: 0.6rem !important;
}

[data-tpl=modal-content] iframe {
  width: 100%;
  height: 70vh;
}

[data-tpl=form-v2] .checkbox-group > label,
[data-tpl=form-v2] .radio-group > label {
  color: #3c3732 !important;
}

#page-wrapper {
  background-color: #fff;
}

.accordion-item-disabled {
  color: gray !important;
}

.accordion-item-disabled .accordion-item__headline {
  cursor: default !important;
}
.autocomplete .suggestions {
  z-index: 11 !important; /* tooltip has z-index 10 */
}

.ui-autocomplete {
  margin: 0;
  overflow: hidden;
}

.ui-autocomplete_scroll {
  max-height: 12.7rem;
  overflow-y: auto;
}

.ui-helper-hidden-accessible {
  display: none;
}

.suggestions li {
  padding: 0 !important;
}
.suggestions li:hover, .suggestions li:focus {
  color: #c81e82 !important;
}

.suggestions li div {
  padding: 0.75rem 1.5rem;
}

.ui-state-active {
  background-color: #f5f5f5;
  color: #c81e82;
}

@-moz-document url-prefix() {
  .autocomplete-spinner {
    width: 50px;
    height: 33px;
  }
}
.chat-box__bg-image:before, .chat-box__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chat-box {
  display: block;
  position: relative;
  padding-top: 66.6666666667%;
  background: rgba(0, 0, 0, 0.1);
  white-space: normal;
  word-break: break-word;
  font-family: "regular", sans-serif;
}

.chat-box p, .chat-box .xrm-attribute {
  width: 100%;
}

.chat-box_link {
  cursor: pointer;
  transition: transform 0.2s;
}
.chat-box_link:hover {
  transform: scale(0.99);
}
.chat-box_link > .chat-box__content > .icon:before {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.chat-box_simple {
  padding: 1rem;
}

.chat-box_flex-size {
  padding: 0;
}
.chat-box_flex-size .chat-box__content {
  justify-content: flex-start;
  position: static;
  padding: 2rem 1rem;
}
.chat-box_flex-size .chat-box__content--centered {
  justify-content: center;
}

.chat-box_fill-grid {
  width: 100%;
  height: 100%;
}

.chat-box_image {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 60px rgba(0, 0, 0, 0.75);
}

.chat-box__bg-image:before, .chat-box__bg-image {
  display: block;
}

.chat-box__bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.chat-box__bg-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
}

.chat-box__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.chat-box__title {
  max-width: 100%; /* IE fix */
  font-size: 1.2rem;
  font-family: medium, sans-serif;
}

.chat-box__img-text {
  max-width: 100%; /* IE fix */
  font-size: 2rem;
  font-family: medium, sans-serif;
  color: #000000;
}

@media (min-width: 800px) {
  .chat-box_fill-grid:not(.chat-box_simple) {
    padding-top: 0;
  }
}
.color-black {
  color: #000 !important;
}

.bg-black:not(.disabled) {
  background: #000 !important;
}

.color-white {
  color: #fff !important;
}

.bg-white:not(.disabled) {
  background: #fff !important;
}

.color-grey-100 {
  color: #3c3732 !important;
}

.bg-grey-100:not(.disabled) {
  background: #3c3732 !important;
}

.color-grey-80 {
  color: #625f5b !important;
}

.bg-grey-80:not(.disabled) {
  background: #625f5b !important;
}

.color-grey-60 {
  color: #8a8784 !important;
}

.bg-grey-60:not(.disabled) {
  background: #8a8784 !important;
}

.color-grey-40 {
  color: #b1afad !important;
}

.bg-grey-40:not(.disabled) {
  background: #b1afad !important;
}

.color-grey-30 {
  color: #cecdcc !important;
}

.bg-grey-30:not(.disabled) {
  background: #cecdcc !important;
}

.color-grey-20 {
  color: #d7d7d6 !important;
}

.bg-grey-20:not(.disabled) {
  background: #d7d7d6 !important;
}

.color-grey-10 {
  color: #ecebea !important;
}

.bg-grey-10:not(.disabled) {
  background: #ecebea !important;
}

.color-grey-5 {
  color: #f5f5f5 !important;
}

.bg-grey-5:not(.disabled) {
  background: #f5f5f5 !important;
}

.color-yellow-bright {
  color: #f59b00 !important;
}

.bg-yellow-bright:not(.disabled) {
  background: #f59b00 !important;
}

.color-yellow-muted {
  color: #d27300 !important;
}

.bg-yellow-muted:not(.disabled) {
  background: #d27300 !important;
}

.color-red-bright {
  color: #eb4b0a !important;
}

.bg-red-bright:not(.disabled) {
  background: #eb4b0a !important;
}

.color-red-muted {
  color: #b9280a !important;
}

.bg-red-muted:not(.disabled) {
  background: #b9280a !important;
}

.color-fuchsia-bright {
  color: #e60055 !important;
}

.bg-fuchsia-bright:not(.disabled) {
  background: #e60055 !important;
}

.color-fuchsia-muted {
  color: #a50032 !important;
}

.bg-fuchsia-muted:not(.disabled) {
  background: #a50032 !important;
}

.color-purple-bright {
  color: #c81e82 !important;
}

.bg-purple-bright:not(.disabled) {
  background: #c81e82 !important;
}

.color-purple-muted {
  color: #780a5f !important;
}

.bg-purple-muted:not(.disabled) {
  background: #780a5f !important;
}

.color-green-bright {
  color: #64b42d !important;
}

.bg-green-bright:not(.disabled) {
  background: #64b42d !important;
}

.color-green-muted {
  color: #00875a !important;
}

.bg-green-muted:not(.disabled) {
  background: #00875a !important;
}

.color-blue-bright {
  color: #009ba5 !important;
}

.bg-blue-bright:not(.disabled) {
  background: #009ba5 !important;
}

.color-blue-muted {
  color: #005f69 !important;
}

.bg-blue-muted:not(.disabled) {
  background: #005f69 !important;
}

.color-indigo-bright {
  color: #00aae1 !important;
}

.bg-indigo-bright:not(.disabled) {
  background: #00aae1 !important;
}

.color-indigo-muted {
  color: #143c8c !important;
}

.bg-indigo-muted:not(.disabled) {
  background: #143c8c !important;
}

.btn_portal-submit, .btn_portal-upload {
  color: #fff;
  background: #c81e82;
  white-space: normal !important;
}
.btn_portal-submit:hover, .btn_portal-upload:hover, .btn_portal-submit:focus, .btn_portal-upload:focus {
  background: #780a5f;
  color: #fff;
}

.btn_portal-upload {
  background: #3c3732;
}

.btn_portal-secondary {
  color: inherit;
  background: none;
  font-size: 0.9em;
  font-family: regular, "sans-serif";
}
.btn_portal-secondary:hover {
  background: rgba(60, 55, 50, 0.35);
}

/*
/* @formatter:off * /
.color-white { color: #ffffff !important; }
.color-black { color: #000000 !important; }
.color-grey-100 { color: #3c3732 !important; }
.color-grey-80 { color: #625f5b !important; }
.color-grey-60 { color: #8a8784 !important; }
.color-grey-40 { color: #b1afad !important; }
.color-grey-30 { color: #cecdcc !important; }
.color-grey-20 { color: #d7d7d6 !important; }
.color-grey-10 { color: #ecebea !important; }
.color-grey-5 { color: #f5f5f5 !important; }
.color-yellow-bright { color: #f59b00 !important; }
.color-yellow-muted { color: #d27300 !important; }
.color-red-bright { color: #eb4b0a !important; }
.color-red-muted { color: #b9280a !important; }
.color-fuchsia-bright { color: #e60055 !important; }
.color-fuchsia-muted { color: #a50032 !important; }
.color-purple-bright { color: #c81e82 !important; }
.color-purple-muted { color: #780a5f !important; }
.color-green-bright { color: #64b42d !important; }
.color-green-muted { color: #00875a !important; }
.color-blue-bright { color: #009ba5 !important; }
.color-blue-muted { color: #005f69 !important; }
.color-indigo-bright { color: #00aae1 !important; }
.color-indigo-muted { color: #143c8c !important; }

.bg-white { background: #ffffff; }
.bg-black { background: #000000; }
.bg-grey-100 { background: #3c3732; }
.bg-grey-80 { background: #625f5b; }
.bg-grey-60 { background: #8a8784; }
.bg-grey-40 { background: #b1afad; }
.bg-grey-30 { background: #cecdcc; }
.bg-grey-20 { background: #d7d7d6; }
.bg-grey-10 { background: #ecebea; }
.bg-grey-5 { background: #f5f5f5; }
.bg-yellow-bright { background: #f59b00; }
.bg-yellow-muted { background: #d27300; }
.bg-red-bright { background: #eb4b0a; }
.bg-red-muted { background: #b9280a; }
.bg-fuchsia-bright { background: #e60055; }
.bg-fuchsia-muted { background: #a50032; }
.bg-purple-bright { background: #c81e82; }
.bg-purple-muted { background: #780a5f; }
.bg-green-bright { background: #64b42d; }
.bg-green-muted { background: #00875a; }
.bg-blue-bright { background: #009ba5; }
.bg-blue-muted { background: #005f69; }
.bg-indigo-bright { background: #00aae1; }
.bg-indigo-muted { background: #143c8c; }
/* @formatter:on * /

.btn_portal-submit {
  color: #fff;
  background: #009ba5; /* blue-bright * /
} */
.error-block {
  animation: error-fade 0.3s;
  will-change: display, opacity, visibility, transform;
}

.error-block.field-validation-valid {
  display: none !important;
}

@keyframes error-fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.validation-summary-errors {
  margin-bottom: 1.5vw;
  padding: 0.75rem;
  color: #fff;
  background: #eb4b0a;
}
.validation-summary-errors ul, .validation-summary-errors li {
  list-style: none;
  margin: initial;
  padding: initial;
}

/*
[data-tpl='form-v2'] .field-group .field-validation-valid.error-block,
[data-tpl='form-v2'] .radio-group .field-validation-valid.error-block {
    display: none;
}

[data-tpl='form-v2'] .validation-summary-errors {
    margin-bottom: 1.5rem;
}

[data-tpl='form-v2'] .validation-summary-errors.icon--multiline {
    display: block;
    padding-left: 2rem;
}

[data-tpl='form-v2'] .validation-summary-errors.icon--multiline:before {
    margin-left: 1rem;
}

[data-tpl='form-v2'] .validation-summary-errors ul {
    margin-bottom: 0;
}
*/
.field-group.warning input {
  border-color: #780a5f !important;
}
.field-group.warning .form-control__btns {
  border-color: #780a5f !important;
}
.field-group.warning .error-block.remote-field-validation-warning {
  background: #780a5f !important;
}
.field-group.warning .error-block.remote-field-validation-warning::before {
  border-color: transparent transparent #780a5f !important;
}
.section {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.section_double-space {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.content,
.gr--content {
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.row_no-cols {
  margin-left: 0;
  margin-right: 0;
}

.grid {
  margin: -0.75vw 0;
  align-items: stretch;
  justify-content: flex-start;
}

.grid_wrap {
  flex-wrap: wrap;
}

.grid_vertical {
  flex-direction: column;
  width: 100%;
}

.grid_vertical-fill {
  height: calc(100% + 1.5vw);
}

.grid_sm {
  display: flex;
  margin: 0 -0.75vw;
}
.grid_sm [class*=" gitem"], .grid_sm [class^=gitem] {
  padding: 0 0.75vw;
}

.grid_no-spacing {
  margin: 0;
}
.grid_no-spacing [class*=" gitem"], .grid_no-spacing [class^=gitem] {
  padding: 0;
}

[class*=" gitem"], [class^=gitem] {
  flex: 1 1 auto;
  padding: 0.75vw 0;
}

@media (min-width: 0px) {
  .gitem-xs-2 {
    flex: 0 0 16.6666666667%;
  }
  .grid:not(.grid_vertical) > .gitem-xs-2 {
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid_vertical > .gitem-xs-2 {
    min-height: 16.6666666667%;
    max-height: 16.6666666667%;
  }
  .gitem-xs-3 {
    flex: 0 0 25%;
  }
  .grid:not(.grid_vertical) > .gitem-xs-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .grid_vertical > .gitem-xs-3 {
    min-height: 25%;
    max-height: 25%;
  }
  .gitem-xs-4 {
    flex: 0 0 33.3333333333%;
  }
  .grid:not(.grid_vertical) > .gitem-xs-4 {
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid_vertical > .gitem-xs-4 {
    min-height: 33.3333333333%;
    max-height: 33.3333333333%;
  }
  .gitem-xs-6 {
    flex: 0 0 50%;
  }
  .grid:not(.grid_vertical) > .gitem-xs-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .grid_vertical > .gitem-xs-6 {
    min-height: 50%;
    max-height: 50%;
  }
  .gitem-xs-8 {
    flex: 0 0 66.6666666667%;
  }
  .grid:not(.grid_vertical) > .gitem-xs-8 {
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid_vertical > .gitem-xs-8 {
    min-height: 66.6666666667%;
    max-height: 66.6666666667%;
  }
  .gitem-xs-9 {
    flex: 0 0 75%;
  }
  .grid:not(.grid_vertical) > .gitem-xs-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .grid_vertical > .gitem-xs-9 {
    min-height: 75%;
    max-height: 75%;
  }
  .gitem-xs-10 {
    flex: 0 0 83.3333333333%;
  }
  .grid:not(.grid_vertical) > .gitem-xs-10 {
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid_vertical > .gitem-xs-10 {
    min-height: 83.3333333333%;
    max-height: 83.3333333333%;
  }
  .gitem-xs-12 {
    flex: 0 0 100%;
  }
  .grid:not(.grid_vertical) > .gitem-xs-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .grid_vertical > .gitem-xs-12 {
    min-height: 100%;
    max-height: 100%;
  }
  .gitem-xs-order-0 {
    order: 0;
  }
  .gitem-xs-order-1 {
    order: 1;
  }
}
@media (min-width: 480px) {
  .gitem-sm-2 {
    flex: 0 0 16.6666666667%;
  }
  .grid:not(.grid_vertical) > .gitem-sm-2 {
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid_vertical > .gitem-sm-2 {
    min-height: 16.6666666667%;
    max-height: 16.6666666667%;
  }
  .gitem-sm-3 {
    flex: 0 0 25%;
  }
  .grid:not(.grid_vertical) > .gitem-sm-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .grid_vertical > .gitem-sm-3 {
    min-height: 25%;
    max-height: 25%;
  }
  .gitem-sm-4 {
    flex: 0 0 33.3333333333%;
  }
  .grid:not(.grid_vertical) > .gitem-sm-4 {
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid_vertical > .gitem-sm-4 {
    min-height: 33.3333333333%;
    max-height: 33.3333333333%;
  }
  .gitem-sm-6 {
    flex: 0 0 50%;
  }
  .grid:not(.grid_vertical) > .gitem-sm-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .grid_vertical > .gitem-sm-6 {
    min-height: 50%;
    max-height: 50%;
  }
  .gitem-sm-8 {
    flex: 0 0 66.6666666667%;
  }
  .grid:not(.grid_vertical) > .gitem-sm-8 {
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid_vertical > .gitem-sm-8 {
    min-height: 66.6666666667%;
    max-height: 66.6666666667%;
  }
  .gitem-sm-9 {
    flex: 0 0 75%;
  }
  .grid:not(.grid_vertical) > .gitem-sm-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .grid_vertical > .gitem-sm-9 {
    min-height: 75%;
    max-height: 75%;
  }
  .gitem-sm-10 {
    flex: 0 0 83.3333333333%;
  }
  .grid:not(.grid_vertical) > .gitem-sm-10 {
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid_vertical > .gitem-sm-10 {
    min-height: 83.3333333333%;
    max-height: 83.3333333333%;
  }
  .gitem-sm-12 {
    flex: 0 0 100%;
  }
  .grid:not(.grid_vertical) > .gitem-sm-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .grid_vertical > .gitem-sm-12 {
    min-height: 100%;
    max-height: 100%;
  }
  .gitem-sm-order-0 {
    order: 0;
  }
  .gitem-sm-order-1 {
    order: 1;
  }
}
@media (min-width: 800px) {
  .gitem-md-2 {
    flex: 0 0 16.6666666667%;
  }
  .grid:not(.grid_vertical) > .gitem-md-2 {
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid_vertical > .gitem-md-2 {
    min-height: 16.6666666667%;
    max-height: 16.6666666667%;
  }
  .gitem-md-3 {
    flex: 0 0 25%;
  }
  .grid:not(.grid_vertical) > .gitem-md-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .grid_vertical > .gitem-md-3 {
    min-height: 25%;
    max-height: 25%;
  }
  .gitem-md-4 {
    flex: 0 0 33.3333333333%;
  }
  .grid:not(.grid_vertical) > .gitem-md-4 {
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid_vertical > .gitem-md-4 {
    min-height: 33.3333333333%;
    max-height: 33.3333333333%;
  }
  .gitem-md-6 {
    flex: 0 0 50%;
  }
  .grid:not(.grid_vertical) > .gitem-md-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .grid_vertical > .gitem-md-6 {
    min-height: 50%;
    max-height: 50%;
  }
  .gitem-md-8 {
    flex: 0 0 66.6666666667%;
  }
  .grid:not(.grid_vertical) > .gitem-md-8 {
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid_vertical > .gitem-md-8 {
    min-height: 66.6666666667%;
    max-height: 66.6666666667%;
  }
  .gitem-md-9 {
    flex: 0 0 75%;
  }
  .grid:not(.grid_vertical) > .gitem-md-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .grid_vertical > .gitem-md-9 {
    min-height: 75%;
    max-height: 75%;
  }
  .gitem-md-10 {
    flex: 0 0 83.3333333333%;
  }
  .grid:not(.grid_vertical) > .gitem-md-10 {
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid_vertical > .gitem-md-10 {
    min-height: 83.3333333333%;
    max-height: 83.3333333333%;
  }
  .gitem-md-12 {
    flex: 0 0 100%;
  }
  .grid:not(.grid_vertical) > .gitem-md-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .grid_vertical > .gitem-md-12 {
    min-height: 100%;
    max-height: 100%;
  }
  .gitem-md-order-0 {
    order: 0;
  }
  .gitem-md-order-1 {
    order: 1;
  }
}
@media (min-width: 1280px) {
  .gitem-lg-2 {
    flex: 0 0 16.6666666667%;
  }
  .grid:not(.grid_vertical) > .gitem-lg-2 {
    min-width: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid_vertical > .gitem-lg-2 {
    min-height: 16.6666666667%;
    max-height: 16.6666666667%;
  }
  .gitem-lg-3 {
    flex: 0 0 25%;
  }
  .grid:not(.grid_vertical) > .gitem-lg-3 {
    min-width: 25%;
    max-width: 25%;
  }
  .grid_vertical > .gitem-lg-3 {
    min-height: 25%;
    max-height: 25%;
  }
  .gitem-lg-4 {
    flex: 0 0 33.3333333333%;
  }
  .grid:not(.grid_vertical) > .gitem-lg-4 {
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid_vertical > .gitem-lg-4 {
    min-height: 33.3333333333%;
    max-height: 33.3333333333%;
  }
  .gitem-lg-6 {
    flex: 0 0 50%;
  }
  .grid:not(.grid_vertical) > .gitem-lg-6 {
    min-width: 50%;
    max-width: 50%;
  }
  .grid_vertical > .gitem-lg-6 {
    min-height: 50%;
    max-height: 50%;
  }
  .gitem-lg-8 {
    flex: 0 0 66.6666666667%;
  }
  .grid:not(.grid_vertical) > .gitem-lg-8 {
    min-width: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid_vertical > .gitem-lg-8 {
    min-height: 66.6666666667%;
    max-height: 66.6666666667%;
  }
  .gitem-lg-9 {
    flex: 0 0 75%;
  }
  .grid:not(.grid_vertical) > .gitem-lg-9 {
    min-width: 75%;
    max-width: 75%;
  }
  .grid_vertical > .gitem-lg-9 {
    min-height: 75%;
    max-height: 75%;
  }
  .gitem-lg-10 {
    flex: 0 0 83.3333333333%;
  }
  .grid:not(.grid_vertical) > .gitem-lg-10 {
    min-width: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid_vertical > .gitem-lg-10 {
    min-height: 83.3333333333%;
    max-height: 83.3333333333%;
  }
  .gitem-lg-12 {
    flex: 0 0 100%;
  }
  .grid:not(.grid_vertical) > .gitem-lg-12 {
    min-width: 100%;
    max-width: 100%;
  }
  .grid_vertical > .gitem-lg-12 {
    min-height: 100%;
    max-height: 100%;
  }
  .gitem-lg-order-0 {
    order: 0;
  }
  .gitem-lg-order-1 {
    order: 1;
  }
}
@media (min-width: 800px) {
  .grid {
    display: flex;
    margin: 0 -0.75vw;
  }
  [class*=" gitem"], [class^=gitem] {
    padding: 0 0.75vw;
  }
  .grid_vertical {
    margin: -0.75vw 0;
  }
  .grid_vertical [class*=" gitem"], .grid_vertical [class^=gitem] {
    padding: 0.75vw 0;
  }
}
/*.kundenbereich,
.environment {
  display: inline-flex;
  align-items: center;
}*/
#main-header {
  z-index: 100;
}

#off-screen-navigation {
  z-index: 101;
}

.environment {
  color: #c81e82;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.environment__hostname, .environment__crm {
  margin: 0;
  line-height: 1;
}

.meta-nav__user {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
}

.meta-nav__user span {
  line-height: normal;
}

.meta-nav__user form {
  display: flex;
  align-items: center;
}

.meta-nav__user_mobile {
  display: flex !important;
  position: absolute;
  top: calc(1em + 5px);
  right: 3vw;
  z-index: 2;
  text-transform: uppercase;
  color: #cecdcc;
  transform: translateY(-50%);
}

.meta-nav__username {
  margin-right: 0.2rem;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.meta-nav__logout {
  width: 1rem;
  height: 1rem;
  padding: 0 !important;
  stroke: #cecdcc;
  fill: #cecdcc;
}

.meta-nav__logout:hover svg,
.meta-nav__logout:active svg,
.meta-nav__logout:focus svg {
  stroke: #c81e82;
  fill: #c81e82;
}

#main-navigation ul li a:before {
  position: relative;
}

nav#quick-navigation ul#quick-navigation-right-list li.no-line:before,
nav#quick-navigation ul#quick-navigation-left-list li.no-line:before {
  display: none;
}

@media (min-width: 520px) {
  .main-nav__home {
    display: block !important;
  }
}
@media (max-width: 799px) {
  .meta-nav__user:not(.meta-nav__user_mobile) {
    display: none !important;
  }
}
@media (min-width: 800px) {
  .meta-nav__user_mobile {
    display: none !important;
  }
}
@charset "UTF-8";
@import '../../../css/above-the-fold.css';
.icon_svg {
  width: 64px;
}

.icon_img {
  max-width: 1.5em;
  margin-right: 0.5em;
}

.icon_circle {
  width: 1.9em;
  height: 1.9em;
  line-height: 1.9em;
  border-radius: 2em;
  font-size: 1.4rem;
  font-family: "medium", sans-serif;
}

.icon_inline {
  display: inline-block;
  font-style: inherit;
}
.icon_inline:before {
  float: left;
  margin-right: 0.5em;
  vertical-align: middle;
  font-size: 1.5em;
}

.icon_hint:before {
  color: #f59b00;
}

.icon_success:before {
  color: #64b42d;
}

.icon_fail:before {
  color: #eb4b0a;
}

.icon_multiline, .icon_multiline-center {
  padding-left: 2.2em;
}
.icon_multiline:before, .icon_multiline-center:before {
  position: absolute;
  top: 0;
  left: 0;
}

.icon_multiline-center:before {
  top: 50%;
  transform: translateY(-50%);
}

.icon_spaced {
  margin-bottom: 0.75vw;
}

.icon_small {
  font-size: 0.8em;
}

.icon--top_aligned:before {
  margin-top: 0.2rem !important;
}

ul.list_checkmark li {
  padding-left: 1em;
}
ul.list_checkmark li:before {
  content: "✓";
  margin-right: 0.5rem;
  height: 1em;
  width: 1em;
  /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 133 200"><path d="M61.207 199.738a5.005 5.005 0 0 0 4.396-3.328L132.719 6.883a4.986 4.986 0 0 0-3.071-6.355c-2.604-.904-5.465.459-6.377 3.061L60.035 182.061 9.473 82.883c-1.249-2.458-4.264-3.44-6.727-2.198a4.981 4.981 0 0 0-2.207 6.702l55.875 109.628a5 5 0 0 0 4.793 2.723z"/></svg>');*/
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.tooltip--inline {
  vertical-align: middle;
  margin-left: 0.5rem;
}

.link--mail:before {
  content: "\eabd";
  line-height: 1em;
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 0.75rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.link--mail:hover::before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
input[type=number] {
  -moz-appearance: textfield !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button.ek--btn-icon {
  border: none !important;
  background: none;
  padding: 0px;
}

.input_readonly {
  border: none !important;
  cursor: default;
}
.input_readonly:focus {
  background: #fff !important;
}
.input_readonly + .form-control__btns {
  display: none !important;
}

.radio__img {
  max-width: 50%;
  margin-bottom: 1rem;
  align-self: center;
}

.radio__img-left {
  align-self: flex-start;
}

.field-group__prefix {
  margin-right: 0.5rem;
}

.field-group__suffix {
  margin-left: 0.5rem;
}

.label--multiline__main {
  display: block;
}
.validation-summary-errors ul li::before {
  content: "";
}

.ek--password-meter[data-tpl=passwordMeter] .ek--password-meter__infobox [data-tpl=il01]:last-child {
  margin-top: 0;
}
.ek--password-meter[data-tpl=passwordMeter] .ek--password-meter__infobox li[data-validate] {
  padding-left: 0;
}
.ek--password-meter[data-tpl=passwordMeter] .ek--password-meter__infobox li[data-validate] h3 {
  padding-right: 0;
  font-size: 0.9rem;
}
.ek--password-meter[data-tpl=passwordMeter] .error-block {
  font-size: 0.7rem;
}

.trigger_disabled {
  pointer-events: none;
  cursor: default;
}

.ek--field-hand-in-later {
  margin-top: 1.5rem;
}

.ek--checkbox label p {
  margin-bottom: 0 !important;
}

.radio-group > .ek--validation-message {
  margin: 0 !important;
}

/* wraps validation messages to new line */
.radio-group--inline > .radio-group--inline__validation-message {
  display: block;
  width: 100%;
}

input[type=submit] {
  white-space: normal;
}
.lt--flex {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.lt--flex-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.lt--flex-vertical {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.lt--block {
  display: block !important;
}

.lt--todo {
  color: red !important;
  font-weight: bold;
  text-transform: uppercase;
}
.lt--todo:before {
  content: "// TODO";
  margin-right: 0.5rem;
}

.lt--flex_direction-column {
  flex-direction: column !important;
}

.lt--flex_align-start {
  align-items: flex-start;
}

.lt--flex_align-center {
  align-items: center;
}

.lt--flex_justify-end {
  justify-content: flex-end;
}

.lt--center-vertical {
  vertical-align: middle;
}

.lt--hidden {
  display: none !important;
}

.lt--fullsize {
  width: 100%;
}

.lt--pseudo-p {
  margin-bottom: 10px;
}

.lt--pseudo-label {
  display: none;
}

.lt--no-margin {
  margin: 0 !important;
}

.lt--no-margin-top {
  margin-top: 0 !important;
}

.lt--no-margin-right {
  margin-right: 0 !important;
}

.lt--no-margin-bottom {
  margin-bottom: 0 !important;
}

.lt--no-margin-left {
  margin-left: 0 !important;
}

.lt--no-padding {
  padding: 0;
}

.lt--no-spacing {
  margin: 0;
  padding: 0;
}

.lt--no-wrap {
  white-space: nowrap;
}

.lt--word-wrap {
  word-wrap: break-word;
}

.lt--word-break {
  word-break: break-word;
}

.lt--margin_big {
  margin: 2rem !important;
}

.lt--margin-left {
  margin-left: 1rem !important;
}

.lt--margin-left_small {
  margin-left: 0.5rem !important;
}

.lt--margin-left_big {
  margin-left: 2rem !important;
}

.lt--margin-right {
  margin-right: 1rem !important;
}

.lt--margin-right_small {
  margin-right: 0.5rem !important;
}

.lt--margin-top {
  margin-top: 1rem !important;
}

.lt--margin-top_big {
  margin-top: 2rem !important;
}

.lt--margin-top_3 {
  margin-top: 3rem !important;
}

.lt--margin-bottom {
  margin-bottom: 1rem !important;
}

.lt--margin-bottom_small {
  margin-bottom: 0.5rem !important;
}

.lt--margin-bottom_big {
  margin-bottom: 2rem !important;
}

.lt--margin-bottom_3 {
  margin-bottom: 3rem !important;
}

.lt--margin-bottom_p {
  margin-bottom: 10px !important;
}

.lt--margin-bottom-top_small {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

.lt--margin-bottom_small {
  margin-bottom: 0.5rem !important;
}

.lt--margin-top_small {
  margin-top: 0.5rem !important;
}

.lt--margin-top_xsmall {
  margin-top: 0.25rem !important;
}

.lt--text_meta {
  font-size: 0.85em;
  color: #8a8784;
}

.lt--max-width-9rem {
  max-width: 9rem !important;
}

.lt--max-width-12rem {
  max-width: 12rem !important;
}

.lt--one-line {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lt--link-inline {
  display: inline !important;
}

.lt--tooltip-small {
  max-width: 15rem !important;
}

.lt--tooltip-big {
  max-width: 40rem !important;
}

.lt--nesting_level-1 {
  margin-left: 2.2em;
}

.lt--pseudo-tooltip {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 480px) {
  .lt--pseudo-tooltip {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 800px) {
  .lt--pseudo-tooltip {
    width: 1.9rem;
    height: 1.9rem;
  }
}

.lt--bold {
  font-weight: bold;
}

@media (min-width: 480px) {
  .lt--no-margin-sm {
    margin: 0 !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 800px) {
  .hidden-sm {
    display: none;
  }
}
.quantity-widget__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quantity-widget__btn {
  cursor: pointer;
}

.quantity-widget {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 12rem;
}

/* The minus/plus buttons */
.quantity-widget__btn {
  flex-basis: 3.2rem;
  min-width: 3.2rem;
  max-width: 3.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 3rem;
  font-size: 1.2em;
  color: #fff;
  background: #c81e82;
  transition: background 0.2s;
  border: none;
}
.quantity-widget__btn:not(.quantity-widget__btn_disabled):hover {
  background: #780a5f;
}
.quantity-widget__btn:not(.quantity-widget__btn_disabled):active {
  transform: translateY(2px);
}

.quantity-widget__btn_decrease {
  border-radius: 100px 0 0 100px;
}

.quantity-widget__btn_increase {
  border-radius: 0 100px 100px 0;
}

/* Disabled button style */
.quantity-widget__btn_disabled {
  background: #cecdcc;
  cursor: not-allowed;
  color: #625f5b;
}

/* The input */
.quantity-widget__input {
  width: 10vw !important;
  min-width: 2.2rem !important;
  padding-left: 0 !important;
  text-align: center;
  border-radius: 0 !important;
  border-width: 1px 0;
}
.quantity-widget__input::-webkit-inner-spin-button, .quantity-widget__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Media queries for breakpoints */
@media (min-width: 800px) {
  .quantity-widget {
    max-width: 7rem;
  }
  .quantity-widget__btn_decrease,
  .quantity-widget__btn_increase {
    flex-basis: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .quantity-widget {
    max-width: 9rem;
  }
  .quantity-widget__btn_decrease,
  .quantity-widget__btn_increase {
    flex-basis: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    height: 2.5rem;
  }
}
.messkonzept-box {
  width: 100%;
  display: flex;
  margin-top: 1.5em;
}
.messkonzept-box .flex-grid {
  width: 50%;
  position: relative;
}
.messkonzept-box .flex-grid h2 {
  margin: 0;
}
.messkonzept-box .flex-grid .cta01--center {
  text-align: center;
}
.messkonzept-box .flex-grid button {
  margin: 0.5em 0 0.5em 0;
}
.messkonzept-box .flex-grid p {
  font-size: 16px;
}
.messkonzept-box .flex-grid img {
  width: 100%;
}
.messkonzept-box .flex-grid img.zoom-button {
  cursor: pointer;
  width: 12%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.messkonzept-box .flex-grid:nth-child(2) {
  padding: 0.5em 1em 0 1em;
  background-color: #ecebea;
  color: #3c3732;
}
.messkonzept-box .flex-grid:first-child {
  border: 1px solid black;
}
.ek--modal__close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-content--fit {
  width: auto !important;
}

[data-tpl=modal-content] {
  text-align: center;
}
[data-tpl=modal-content] img {
  max-width: 100%;
  max-height: 70vh;
  height: auto;
  object-fit: contain;
}
[data-tpl=modal-content] object, [data-tpl=modal-content] embed {
  width: 100%;
  height: 70vh;
}

.ek--modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.1);
}

.ek--modal_icon .ek--modal__content {
  margin-left: 9rem;
}

.ek--modal__wrapper {
  position: relative;
  max-width: 90%;
  padding: 2rem;
  overflow: hidden;
}

.ek--modal__close {
  position: absolute !important;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.ek--modal__icon {
  position: absolute !important;
  top: 10%;
  left: 0;
  font-size: 10rem;
  transform: translateX(-11%);
}

.ek--modal__btns {
  margin-top: 1rem;
}

.ek--modal__btn {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.ek--modal_fx-opacity {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.ek--modal_fx-opacity .ek--modal__wrapper {
  transform: scale(1.05);
  transition: transform 0.3s;
}
.ek--modal_fx-opacity.ek--modal_visible {
  opacity: 1;
  visibility: visible;
}
.ek--modal_fx-opacity.ek--modal_visible .ek--modal__wrapper {
  transform: scale(1);
}

.ek--modal_fx-toaster {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.ek--modal_fx-toaster .ek--modal__wrapper {
  transform: translateY(100%) scale(0.98);
  transition: transform 0.5s;
}
.ek--modal_fx-toaster.ek--modal_visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.ek--modal_fx-toaster.ek--modal_visible .ek--modal__wrapper {
  transform: translateY(0) scale(1);
  transition: transform 0.3s;
}

.ek--modal_fx-newspaper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.ek--modal_fx-newspaper .ek--modal__wrapper {
  transform: rotate(-1500deg) scale(0.3);
  transition: transform 0s 1s;
}
.ek--modal_fx-newspaper.ek--modal_visible {
  opacity: 1;
  visibility: visible;
}
.ek--modal_fx-newspaper.ek--modal_visible .ek--modal__wrapper {
  transform: rotate(0deg) scale(1);
  transition: transform 1s;
}
.ek--select__val {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ek--select_disabled > label {
  color: #8a8784;
}
.ek--select_disabled .ek--select__input, .ek--select_disabled .ek--select__trigger {
  cursor: default !important;
}
.ek--select_disabled .ek--select__val {
  color: #8a8784;
  background: #cecdcc !important;
}
.ek--select_disabled .ek--select__btns {
  background: #cecdcc !important;
}

.ek--select__select {
  display: none !important;
  pointer-events: none;
}

.ek--select__input-wrapper {
  position: relative;
}

.ek--select__input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border-radius: 1000px;
}

.ek--select__input_open .ek--select__val, .ek--select__input_open .ek--select__btns {
  outline: none;
  color: #3c3732;
  background-color: #f5f5f5 !important;
  border-color: #c81e82 !important;
}
.ek--select__input_open .ek--select__trigger {
  transform: scaleY(-1);
}

.ek--select__val {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.ek--select__items {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #cecdcc;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: visibility 0.2s step-end, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  max-height: 26.5em;
  overflow-y: auto;
}
.ek--select__items_open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 11;
}
.ek--select__items:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 2rem;
  width: 6px;
  height: 6px;
  border-top: 1px solid #cecdcc;
  border-right: 1px solid #cecdcc;
  background: #fff;
  transform: rotate(-45deg);
}

.ek--select__item {
  padding: 0.5rem;
  font-size: 0.9rem;
  border-top: 1px solid #cecdcc;
  transition: color 0.4s ease-in-out;
  cursor: pointer;
}
.ek--select__item:first-child {
  border: none;
}
.ek--select__item:last-child {
  border-bottom: 1px solid #cecdcc;
}
.ek--select__item:hover, .ek--select__item[aria-selected=true] {
  color: #c81e82;
}

.ek--select__trigger {
  transition: transform 0.2s ease-in-out;
}

[data-tpl=form-v2] .ek--select_readonly .form-control__btns,
[data-tpl=form-v2] .ek--select_readonly .form-control__field {
  background-color: #cecdcc;
  color: #9b9b9b;
  pointer-events: none;
}
[data-tpl=form-v2] .ek--select_readonly .icon-dropdown {
  color: #9b9b9b !important;
}
.spinner-overlay .spinner-overlay__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spinner, .spinner_simple:before {
  display: inline-block;
  width: 42px;
  height: 42px;
}

.spinner_loading .spinner__circle {
  animation: none;
  stroke-dashoffset: 125;
  transform: rotate(-90deg);
  stroke: #f59b00;
}

.spinner_simple, .spinner_simple:before {
  border: 6px solid #d7d7d6;
  border-radius: 1000px;
}

.spinner_simple:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  border-color: #f59b00 transparent transparent;
  animation: turning 1s cubic-bezier(0.53, 0.26, 0.34, 0.71) infinite;
}

.spinner_svg {
  overflow: visible !important;
  -ms-animation: turning 1s cubic-bezier(0.53, 0.26, 0.34, 0.71) infinite;
}

.spinner__circle {
  fill: transparent;
  stroke: #f59b00;
  stroke-width: 6px;
  stroke-dasharray: 125;
  stroke-dashoffset: -87.5;
  stroke-linecap: round;
  transform-origin: center;
  animation: loading 21s linear infinite, turning 2s linear infinite;
}

.spinner-overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0.1s;
}
.spinner-overlay_active {
  opacity: 1;
  visibility: visible;
}
.spinner-overlay .spinner-overlay__bg {
  background: rgba(0, 0, 0, 0.25);
}
.spinner-overlay .spinner, .spinner-overlay .spinner_simple:before {
  opacity: 1;
  z-index: 9999;
}

.off-screen-wrap_blurred {
  filter: blur(4px);
}

@keyframes turning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    stroke: #f59b00;
    stroke-dashoffset: 125;
  }
  3.5714285714% {
    stroke: #f59b00;
    stroke-dashoffset: 0;
  }
  7.1428571429% {
    stroke: #f59b00;
    stroke-dashoffset: -125;
  }
  7.1528571429% {
    stroke: #d27300;
  }
  10.7142857143% {
    stroke: #d27300;
    stroke-dashoffset: -250;
  }
  14.2857142857% {
    stroke: #d27300;
    stroke-dashoffset: -375;
  }
  14.2957142857% {
    stroke: #eb4b0a;
  }
  17.8571428571% {
    stroke: #eb4b0a;
    stroke-dashoffset: -500;
  }
  21.4285714286% {
    stroke: #eb4b0a;
    stroke-dashoffset: -625;
  }
  21.4385714286% {
    stroke: #b9280a;
  }
  25% {
    stroke: #b9280a;
    stroke-dashoffset: -750;
  }
  28.5714285714% {
    stroke: #b9280a;
    stroke-dashoffset: -875;
  }
  28.5814285714% {
    stroke: #e60055;
  }
  32.1428571429% {
    stroke: #e60055;
    stroke-dashoffset: -1000;
  }
  35.7142857143% {
    stroke: #e60055;
    stroke-dashoffset: -1125;
  }
  35.7242857143% {
    stroke: #a50032;
  }
  39.2857142857% {
    stroke: #a50032;
    stroke-dashoffset: -1250;
  }
  42.8571428571% {
    stroke: #a50032;
    stroke-dashoffset: -1375;
  }
  42.8671428571% {
    stroke: #c81e82;
  }
  46.4285714286% {
    stroke: #c81e82;
    stroke-dashoffset: -1500;
  }
  50% {
    stroke: #c81e82;
    stroke-dashoffset: -1625;
  }
  50.01% {
    stroke: #780a5f;
  }
  53.5714285714% {
    stroke: #780a5f;
    stroke-dashoffset: -1750;
  }
  57.1428571429% {
    stroke: #780a5f;
    stroke-dashoffset: -1875;
  }
  57.1528571429% {
    stroke: #64b42d;
  }
  60.7142857143% {
    stroke: #64b42d;
    stroke-dashoffset: -2000;
  }
  64.2857142857% {
    stroke: #64b42d;
    stroke-dashoffset: -2125;
  }
  64.2957142857% {
    stroke: #00875a;
  }
  67.8571428571% {
    stroke: #00875a;
    stroke-dashoffset: -2250;
  }
  71.4285714286% {
    stroke: #00875a;
    stroke-dashoffset: -2375;
  }
  71.4385714286% {
    stroke: #009ba5;
  }
  75% {
    stroke: #009ba5;
    stroke-dashoffset: -2500;
  }
  78.5714285714% {
    stroke: #009ba5;
    stroke-dashoffset: -2625;
  }
  78.5814285714% {
    stroke: #005f69;
  }
  82.1428571429% {
    stroke: #005f69;
    stroke-dashoffset: -2750;
  }
  85.7142857143% {
    stroke: #005f69;
    stroke-dashoffset: -2875;
  }
  85.7242857143% {
    stroke: #00aae1;
  }
  89.2857142857% {
    stroke: #00aae1;
    stroke-dashoffset: -3000;
  }
  92.8571428571% {
    stroke: #00aae1;
    stroke-dashoffset: -3125;
  }
  92.8671428571% {
    stroke: #143c8c;
  }
  96.4285714286% {
    stroke: #143c8c;
    stroke-dashoffset: -3250;
  }
  100% {
    stroke: #143c8c;
    stroke-dashoffset: -3375;
  }
}
.ek--tabs__tab {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ek--tabs__tab {
  cursor: pointer;
}

.ek--tabs {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.ek--tabs__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  padding: 0.75rem 1.5rem;
}

.ek--tabs__tab_left {
  align-items: flex-start;
  padding: 0.25rem 0;
  flex: 0 1 auto;
  margin-right: 5rem;
}

.ek--tabs__tab:hover .ek--tabs__img,
.ek--tabs__tab_active .ek--tabs__img {
  fill: #c81e82;
}
.ek--tabs__tab:hover .ek--tabs__text,
.ek--tabs__tab_active .ek--tabs__text {
  color: #c81e82;
}

.ek--tabs__tab_disabled {
  cursor: default;
}
.ek--tabs__tab_disabled .ek--tabs__img, .ek--tabs__tab_disabled:hover .ek--tabs__img {
  fill: #cecdcc;
}
.ek--tabs__tab_disabled .ek--tabs__text, .ek--tabs__tab_disabled:hover .ek--tabs__text {
  color: #cecdcc;
}

.ek--tabs__img {
  max-width: 60%;
  transition: fill 0.2s;
}

.ek--tabs__text {
  margin-top: 0.5rem;
  font-family: "medium", "light", sans-serif;
  transition: color 0.2s;
}

.ek--tabs__highlighter {
  position: absolute;
  height: 3px;
  background: #c81e82;
  transition: width 0.2s, left 0.2s, top 0.2s;
}
.wc--scheinleistung-gesamt .kva {
  font-weight: bold;
}
.progress-bar {
  font-family: "regular";
}
.progress-bar li {
  overflow: visible !important;
}
.progress-bar li a {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.progress-bar li a:focus {
  outline: 2px solid #c81e82 !important;
}
.progress-bar li a:hover, .progress-bar li a:focus {
  color: #c81e82;
}
.progress-bar li a:hover .number, .progress-bar li a:focus .number {
  border: 1px solid #c81e82;
}
.progress-bar li a[aria-disabled=true] {
  cursor: not-allowed;
  color: #777572;
}
.progress-bar li a[aria-disabled=true] .number {
  border: 1px solid #777572;
}
.progress-bar li a .number {
  border: 1px solid #3c3732;
  padding: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 10rem;
}
.progress-bar li.active {
  color: #c81e82;
  font-weight: 700;
}
.progress-bar li.active a .number {
  border: 2px solid #c81e82;
}
.progress-bar li.active a span {
  text-decoration: underline;
}

.orderstatus-bar[data-tpl=hpn01].hpn01--numbered li .image:before {
  display: none;
}
.orderstatus-bar[data-tpl=hpn01] ol .step {
  display: block;
  width: 100%;
}
.orderstatus-bar[data-tpl=hpn01] ol .step > .image > svg {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.orderstatus-bar[data-tpl=hpn01] ol .step > .image-wrapper {
  width: 8rem;
}
.orderstatus-bar[data-tpl=hpn01] ol li {
  padding-left: 0;
}
.orderstatus-bar[data-tpl=hpn01] ol li small,
.orderstatus-bar[data-tpl=hpn01] ol li p {
  display: block !important;
}
.orderstatus-bar[data-tpl=hpn01] ol li p {
  font-family: "regular";
  font-size: 0.9rem;
  padding-inline: 1rem;
}
.orderstatus-bar[data-tpl=hpn01] ol li * {
  color: #3c3732;
}
.orderstatus-bar[data-tpl=hpn01] ol li:not(:first-child):before, .orderstatus-bar[data-tpl=hpn01] ol li:not(:last-child):after {
  top: 2rem;
  width: calc(50% - 2rem - 0.75rem);
}
.orderstatus-bar[data-tpl=hpn01] ol li[aria-current=true] small {
  text-decoration: underline;
}
.orderstatus-bar[data-tpl=hpn01] ol li[aria-current=true] p,
.orderstatus-bar[data-tpl=hpn01] ol li[aria-current=true] small {
  color: #c81e82;
  font-weight: bold;
}
.orderstatus-bar[data-tpl=hpn01] ol li[aria-current=true] svg {
  fill: #c81e82;
  stroke: #c81e82;
}
.orderstatus-bar[data-tpl=hpn01] ol li[aria-disabled=true] small {
  color: #cecdcc;
}
.orderstatus-bar[data-tpl=hpn01] ol li[aria-disabled=true] svg {
  fill: #cecdcc;
  stroke: #cecdcc;
}
.orderstatus-bar[data-tpl=hpn01] ol li:last-child .step {
  padding-left: 3rem;
}
.orderstatus-bar[data-tpl=hpn01] ol .image {
  border: none;
  border-radius: 0;
  width: 4rem;
  height: 4rem;
  max-width: 100%;
}
.orderstatus-bar[data-tpl=hpn01] ol .image-wrapper svg:last-child {
  display: none;
}
@media (min-width: 480px) {
  .orderstatus-bar[data-tpl=hpn01] ol .image {
    width: 6rem;
    height: 6rem;
  }
  .orderstatus-bar[data-tpl=hpn01] ol li:not(:first-child):before,
  .orderstatus-bar[data-tpl=hpn01] ol li:not(:last-child):after {
    top: 3rem;
    width: calc(50% - 3rem - 1rem);
  }
}
@media (min-width: 800px) {
  .orderstatus-bar[data-tpl=hpn01] ol {
    /* Show <small> again on wider screens */
  }
  .orderstatus-bar[data-tpl=hpn01] ol li small {
    display: block;
  }
  .orderstatus-bar[data-tpl=hpn01] ol li:last-child .step {
    padding-left: 3rem;
  }
  .orderstatus-bar[data-tpl=hpn01] ol li .image {
    width: 4.2rem;
    height: 4.2rem;
  }
  .orderstatus-bar[data-tpl=hpn01] ol li .image-wrapper {
    width: 8.2rem;
    height: 4.2rem;
  }
  .orderstatus-bar[data-tpl=hpn01] ol li .image-wrapper svg:last-child {
    display: block;
  }
  .orderstatus-bar[data-tpl=hpn01] ol li:not(:first-child):before, .orderstatus-bar[data-tpl=hpn01] ol li:not(:last-child):after {
    top: 2.1rem;
    width: calc(50% - 2.1rem - 0.75rem);
  }
}
.ek--alert {
  margin-bottom: 0.1rem;
}

.ek--allgemeine-hinweise {
  word-break: break-all;
}
.document-download__thumbnail .cls-1, .document-download__thumbnail .cls-2 {
  stroke: black;
}

.status-box .document-download__thumbnail .cls-1, .status-box .document-download__thumbnail .cls-2 {
  stroke: white;
}

.document-download {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  transition: all 300ms ease;
}
.document-download:hover {
  transform: scale(1.01);
}
.document-download__thumbnail {
  width: 42px;
  height: 42px;
  margin-right: 0.5rem;
}

.document-loader {
  display: none;
  flex-direction: row;
  align-items: center;
}
.document-loader .spinner {
  margin-right: 0.5rem;
}

.is-polling .document-download {
  display: none;
}
.is-polling .document-loader {
  display: inline-flex;
}
.ek--google-maps-info, .ek--google-maps-dialog-declined, .js--google-maps__map {
  display: none;
}

.ek--google-maps-show {
  height: 400px;
}
.ek--google-maps-show .ek--google-maps-dialog {
  display: none;
}
.ek--google-maps-show .ek--google-maps-info {
  display: block;
}
.ek--google-maps-show .js--google-maps__map {
  display: block;
}

.ek--google-maps-declined .ek--google-maps-dialog {
  display: none;
}
.ek--google-maps-declined .ek--google-maps-dialog-declined {
  display: block;
}

.ek--google-maps-dialog {
  padding: 1rem;
  width: 100%;
  height: auto;
  min-height: 150px;
  margin-bottom: 0.5rem;
  background-color: #f5f5f5;
}

.ek--google-maps-dialog__icon {
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  border: solid 1px lightgray;
}

.ek--google-maps-dialog__description {
  margin-bottom: 2rem;
}

.ek--google-maps-info-img-container {
  max-width: 4rem;
  max-height: 4rem;
}
.ek--google-maps-info-img-container img {
  width: 100%;
}
.content-switcher {
  position: relative;
}

.content-switcher__item {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.content-switcher__item_visible {
  opacity: 1;
  visibility: visible;
}
.pub--file-preview {
  max-width: 195px;
  padding: calc(0.5rem + 20px) 1rem 0.5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

.pub--file-preview__img {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

.pub--file-preview__open {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
}

.pub--file-preview__thumbnail {
  display: block;
  width: 120px;
}

.pub--file-preview__img:before,
.pub--file-preview__img:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
  margin: auto;
  font: 400 50px/1em "iconfont", monospace;
  text-align: center;
  overflow: hidden;
  border-radius: 1000px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
}

.pub--file-preview__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ek--datepicker .picker {
  z-index: 11 !important;
}

.ek--datepicker.ek--datepicker_disabled .datepicker-trigger {
  pointer-events: none;
}

.picker__header select option {
  background: #3c3732;
  color: #fff;
}

.ek--datepicker.ek--datepicker_weekend_disabled_firstday_monday table tr td:nth-child(6), .ek--datepicker.ek--datepicker_weekend_disabled_firstday_monday table tr td:nth-child(7) {
  color: lightgray;
  pointer-events: none;
}

.ek--datepicker.ek--datepicker_weekend_disabled_firstday_sunday table tr td:nth-child(0), .ek--datepicker.ek--datepicker_weekend_disabled_firstday_sunday table tr td:nth-child(7) {
  color: lightgray;
  pointer-events: none;
}
.btn--arrow {
  display: inline-block;
  font-style: inherit;
}

.btn--arrow::after {
  content: "\ea01";
  margin-left: 0.5em;
  vertical-align: middle;
  font-size: 1em;
  font-family: "iconfont";
}
.wn-hauptnavigation {
  margin: 0;
  padding: 0;
  color: #625f5b;
  font-family: "medium";
}
.wn-hauptnavigation .wn-hauptnavigation-header {
  margin: 0;
  padding: 0;
}
.wn-hauptnavigation:focus-within {
  border-color: #d3d3d3;
}
.wn-hauptnavigation:focus-within .wn-hauptnavigation-header {
  background-color: white;
}
.wn-hauptnavigation > * + * {
  border-top: 1px solid hsl(0, 0%, 52%);
}
.wn-hauptnavigation button {
  border-style: none;
}
.wn-hauptnavigation button::-moz-focus-inner {
  border: 0;
}
.wn-hauptnavigation .wn-hauptnavigation-trigger {
  background: none;
  display: block;
  margin: 0;
  padding: 0.25em 0.5em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
  color: #c81e82;
}
.wn-hauptnavigation .wn-hauptnavigation-trigger:focus {
  outline: 2px solid transparent;
}
.wn-hauptnavigation .wn-hauptnavigation-trigger .wn-hauptnavigation-icon {
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}
.wn-hauptnavigation-trigger:focus .wn-hauptnavigation .wn-hauptnavigation-trigger .wn-hauptnavigation-icon, .wn-hauptnavigation-trigger:hover .wn-hauptnavigation .wn-hauptnavigation-trigger .wn-hauptnavigation-icon {
  border-color: #d3d3d3;
}
.wn-hauptnavigation .wn-hauptnavigation-trigger[aria-expanded=true] .accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}
.wn-hauptnavigation .wn-hauptnavigation-trigger .wn-hauptnavigation-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em;
  outline: none;
}
.wn-hauptnavigation .wn-hauptnavigation-trigger:focus .wn-hauptnavigation-title {
  border-color: #d3d3d3;
}
.wn-hauptnavigation .wn-hauptnavigation-panel {
  margin: 0;
}
.wn-hauptnavigation .wn-hauptnavigation-panel[hidden] {
  display: none;
}
.wn-hauptnavigation .hauptnavigation-items {
  display: flex !important;
  flex-direction: column;
  margin: 0.5rem;
}
.wn-hauptnavigation .hauptnavigation-items > li:hover,
.wn-hauptnavigation .hauptnavigation-items > li > a:focus,
.wn-hauptnavigation .hauptnavigation-items > li.active {
  color: #c81e82;
}
.wn-hauptnavigation .meta-nav__user {
  font-weight: normal !important;
}
@media (min-width: 800px) {
  .wn-hauptnavigation > * + * {
    border-top: none;
  }
  .wn-hauptnavigation .wn-hauptnavigation-header,
  .wn-hauptnavigation .wn-hauptnavigation-trigger,
  .wn-hauptnavigation .wn-hauptnavigation-icon {
    display: none;
  }
  .wn-hauptnavigation .wn-hauptnavigation-panel {
    display: block !important;
  }
  .wn-hauptnavigation .hauptnavigation-items {
    flex-direction: row;
    gap: 1rem;
    margin: 0 1.25rem;
  }
  .wn-hauptnavigation .hauptnavigation-items li {
    border-bottom: 4px solid transparent;
  }
  .wn-hauptnavigation .hauptnavigation-items li.active {
    border-bottom-color: #8a8784;
  }
}
.wn-tooltip-container {
  position: relative;
  display: flex;
  align-items: center;
}
.wn-tooltip-container:before {
  display: none;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 6px 6px;
  border-color: transparent transparent #e60055;
}
.wn-tooltip-container button {
  border: none;
  background: none;
}
.wn-tooltip-container button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wn-tooltip-container button span svg {
  fill: #e60055;
}
.wn-tooltip-container button:hover svg, .wn-tooltip-container button:focus svg {
  fill: #a50032;
}
.wn-tooltip-container .wn-tooltip-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.25em;
  padding: 0.5em 1em;
  background-color: #e60055;
  color: white;
  border-radius: 0.25em;
  z-index: 1001;
  display: none;
  min-width: 15rem;
  max-width: 80vw;
}
.wn-tooltip-container.wn-tooltip-visible .wn-tooltip-content, .wn-tooltip-container.wn-tooltip-visible:before {
  display: block;
}
.wn-tooltip-container[data-tooltip-position=top] .wn-tooltip-content {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.wn-tooltip-container[data-tooltip-position=top]:before {
  top: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0;
  border-color: #e60055 transparent transparent;
}
@media (min-width: 800px) {
  .wn-tooltip-container .wn-tooltip-content {
    min-width: 20rem;
    max-width: 40vw;
    font-size: 0.9rem;
    font-family: "regular";
  }
}

.focus-by-keyboard .checkbox:focus-within .wn-tooltip-container .wn-tooltip-content, .focus-by-keyboard .checkbox:focus-within .wn-tooltip-container:before, .focus-by-keyboard .radio:focus-within .wn-tooltip-container .wn-tooltip-content, .focus-by-keyboard .radio:focus-within .wn-tooltip-container:before, .focus-by-keyboard .input-with-tooltip:focus-within .wn-tooltip-container .wn-tooltip-content, .focus-by-keyboard .input-with-tooltip:focus-within .wn-tooltip-container:before, .focus-by-keyboard .button-with-tooltip:focus-within .wn-tooltip-container .wn-tooltip-content, .focus-by-keyboard .button-with-tooltip:focus-within .wn-tooltip-container:before, .focus-by-keyboard .picker__input:focus-within .wn-tooltip-container .wn-tooltip-content, .focus-by-keyboard .picker__input:focus-within .wn-tooltip-container:before {
  display: block;
}
.accordion-toggle {
  display: block;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  cursor: pointer;
}
.accordion-toggle:focus {
  border: 2px solid #c81e82;
}

.accordion-item__content {
  display: none;
  border: none;
}
.accordion-item__content.is-open {
  display: block !important;
}
.accordion-item__content:focus {
  border: 2px solid #c81e82;
}
.off-screen-navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #eeeeee;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  z-index: 1000;
  overflow-y: auto;
  width: 100%;
  max-width: 17rem;
}
@media (min-width: 1280px) {
  .off-screen-navigation {
    width: 17rem;
  }
}
.off-screen-navigation.is-open {
  transform: translateX(0);
}
.off-screen-navigation .close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1001;
  height: 50px;
  padding: 0 0.5rem 0.2rem 0.6rem;
}
.off-screen-navigation nav {
  padding: 2rem 1rem;
}
.wn-datepicker-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 0.75rem;
}
.wn-datepicker-wrapper .wn-datepicker-input {
  flex: 1 1 auto;
  border: 1px solid #8a8784;
  border-radius: 9999px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  width: auto;
  transition: border-color 0.2s;
}
.wn-datepicker-wrapper .wn-datepicker-input:focus {
  outline: none !important;
  border: 2px solid #c81e82 !important;
}
.wn-datepicker-wrapper .wn-datepicker-input[aria-invalid=true] {
  border: 2px solid #b9280a !important;
  outline: none !important;
  color: #b9280a;
}
.wn-datepicker-wrapper .wn-datepicker-trigger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  position: absolute;
  top: 56%;
  right: 3.5rem;
  transform: translateY(-50%);
  margin: 0;
}
@media (max-width: 800px) {
  .wn-datepicker-wrapper .wn-datepicker-trigger {
    right: 4.5rem;
  }
}
.wn-datepicker-wrapper .wn-datepicker-trigger .icon-calendar {
  fill: #c81e82;
  transition: fill 0.2s;
  color: #c81e82;
}
.wn-datepicker-wrapper .wn-datepicker-trigger:hover .icon-calendar, .wn-datepicker-wrapper .wn-datepicker-trigger:focus .icon-calendar {
  fill: #c81e82;
}
.wn-datepicker-wrapper .wn-datepicker-dialog {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background: white;
  border: 1px solid #b1afad;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  z-index: 1000;
}
.wn-datepicker-wrapper .wn-datepicker-dialog[hidden] {
  display: none;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wn-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wn-datepicker-header .wdp-nav {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wn-datepicker-header .wdp-nav:disabled {
  opacity: 0.3;
  cursor: default;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wn-datepicker-header .wdp-month-year {
  font-weight: bold;
  font-size: 1rem;
  text-transform: capitalize;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wn-datepicker-grid {
  display: grid;
  grid-template-columns: repeat(7, 2rem);
  column-gap: 0.25rem;
  margin-bottom: 0.25rem;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wn-datepicker-grid .wdp-weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  font-size: 0.75rem;
  color: #8a8784;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-days {
  display: grid;
  grid-template-columns: repeat(7, 2rem);
  column-gap: 0.25rem;
  row-gap: 0.25rem;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-days .wdp-day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: color 0.2s, outline 0.2s, border-color 0.2s;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-days .wdp-day.blank {
  visibility: hidden;
  cursor: default;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-days .wdp-day.disabled {
  color: #b1afad;
  cursor: default;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-days .wdp-day.today {
  color: #c81e82;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-days .wdp-day.selected {
  color: #c81e82;
  border-bottom: 2px solid #c81e82;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-days .wdp-day:not(.blank):not(.disabled):hover, .wn-datepicker-wrapper .wn-datepicker-dialog .wdp-days .wdp-day:not(.blank):not(.disabled):focus {
  color: #c81e82;
  outline: 2px solid #c81e82;
  outline-offset: -1px;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: none;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  color: #8a8784;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-close:hover, .wn-datepicker-wrapper .wn-datepicker-dialog .wdp-close:focus {
  color: #c81e82;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-today {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0.5rem;
  background: none;
  border: 1px solid #c81e82;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #c81e82;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.wn-datepicker-wrapper .wn-datepicker-dialog .wdp-today:hover, .wn-datepicker-wrapper .wn-datepicker-dialog .wdp-today:focus {
  background-color: #c81e82;
  color: white;
  outline: none;
}
.wn-hotline-accordion {
  width: 100%;
}
.wn-hotline-accordion .header-meta {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.wn-hotline-accordion .header-meta .wn-hotline-accordion-header {
  margin: 0;
  display: flex;
}
.wn-hotline-accordion .header-meta .wn-hotline-trigger {
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 1rem;
  gap: 0.25rem;
  color: #625f5b;
}
.wn-hotline-accordion .header-meta .wn-hotline-trigger svg {
  fill: #625f5b;
}
.wn-hotline-accordion .header-meta .wn-hotline-trigger:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.wn-hotline-accordion .header-meta .wn-hotline-trigger:hover, .wn-hotline-accordion .header-meta .wn-hotline-trigger:focus {
  color: #c81e82;
}
.wn-hotline-accordion .header-meta .wn-hotline-trigger:hover svg, .wn-hotline-accordion .header-meta .wn-hotline-trigger:focus svg {
  fill: #c81e82;
}
.wn-hotline-accordion .header-meta .wn-hotline-trigger[aria-expanded=true] {
  background: #c81e82;
  color: white;
}
.wn-hotline-accordion .header-meta .wn-hotline-trigger[aria-expanded=true] svg {
  fill: white;
}
.wn-hotline-accordion .header-meta .wn-hotline-trigger img,
.wn-hotline-accordion .header-meta .wn-hotline-trigger .wn-hotline-accordion-icon {
  margin-right: 0.25rem;
}
.wn-hotline-accordion .header-meta .wn-hotline-close {
  background: #c81e82;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1rem;
  color: white;
}
.wn-hotline-accordion .header-meta .wn-hotline-close.lt--hidden {
  display: none;
}
.wn-hotline-accordion .header-meta .wn-hotline-close:focus {
  outline: 2px solid #d3d3d3;
  outline-offset: 2px;
}
.wn-hotline-accordion .header-meta .portal-link {
  display: flex;
}
.wn-hotline-accordion .header-meta .portal-link a {
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wn-hotline-accordion .header-meta .portal-link a:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.wn-hotline-accordion .header-meta .portal-link a:hover, .wn-hotline-accordion .header-meta .portal-link a:focus {
  color: #c81e82;
}
.wn-hotline-accordion .header-meta .portal-link a:hover svg, .wn-hotline-accordion .header-meta .portal-link a:focus svg {
  fill: #c81e82;
}
.wn-hotline-accordion .header-meta .portal-link a svg {
  width: 40px;
  height: 40px;
  fill: #625f5b;
}
@media (min-width: 800px) {
  .wn-hotline-accordion .header-meta {
    justify-content: end;
  }
}
.wn-hotline-accordion .wn-hotline-panel {
  display: block;
  background-color: #c81e82;
  color: white;
  padding: 1rem;
  width: 100%;
}
.wn-hotline-accordion .wn-hotline-panel[hidden] {
  display: none;
}
.wn-hotline-accordion .wn-hotline-panel:focus {
  outline: 2px solid black;
  outline-offset: 2px;
}
.wn-hotline-accordion .wn-hotline-panel .wn-hotline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.wn-hotline-accordion .wn-hotline-panel .wn-hotline-list li {
  margin-bottom: 1rem;
  flex: 1;
}
.wn-hotline-accordion .wn-hotline-panel a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.wn-hotline-accordion .wn-hotline-panel svg {
  display: block;
}
@media (max-width: 800px) {
  .wn-hotline-accordion .wn-hotline-panel .wn-hotline-list {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 1rem;
  }
  .wn-hotline-accordion .wn-hotline-panel li {
    width: 100%;
  }
}

.header-wrapper {
  background-color: #fff;
  line-height: 30px;
  min-height: 50px;
  position: relative;
  margin: 0 auto;
  color: #625f5b;
}
.header-wrapper .dividing-line {
  opacity: 0.4;
}

.header-wrapper-top {
  max-width: 1920px;
  min-height: 50px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  position: relative;
  font-family: "regular" !important;
}

.header-links-wrapper {
  margin-bottom: 0.75rem;
}

.logo-frontify {
  position: absolute;
  top: 18px;
  left: 9px;
  z-index: 2;
  width: auto;
  height: 41px;
  padding: 0 18px;
  margin-left: 20px;
  transition: top 0.5s;
}
.logo-frontify img {
  width: 206px;
}

.logo-frontify:focus-within {
  outline: 2px solid #c81e82 !important;
}

.logo-frontify a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.logo-frontify-bg {
  background: #fff;
}

.logo-frontify img {
  transition: width 0.5s;
}

.logo-frontify-small {
  top: 9px !important;
}

.logo-frontify-small img {
  width: 114px !important;
}

.dividing-line {
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  background: rgba(215, 215, 215, 0.8);
  transition: all 1s;
}

@media screen and (max-width: 800px) {
  .header-wrapper-top {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .logo-frontify {
    position: unset;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .logo-frontify img {
    width: 120px;
  }
}
.meta-nav__logout {
  stroke: #625f5b;
  fill: #625f5b;
  margin-left: 0.25rem;
}

.main-header {
  background-color: #eeeeee !important;
}
.main-header .main-header--fixed,
.main-header .main-header--out-of-viewport {
  background-color: #eeeeee !important;
}
.main-header .quick-navigation .button,
.main-header .quick-navigation a,
.main-header .quick-navigation button,
.main-header .quick-navigation small {
  color: #625f5b !important;
}
.main-header .quick-navigation .button,
.main-header .quick-navigation button {
  fill: #625f5b !important;
}
.main-header .quick-navigation li {
  font-family: "regular" !important;
}

#off-screen-wrap {
  background-color: #eeeeee;
}

#off-screen-cart,
#off-screen-navigation {
  background-color: #eeeeee;
}

#main-navigation ul li a, #main-navigation ul li a:visited {
  color: #625f5b !important;
  text-decoration: none !important;
}
#main-navigation ul li a:hover, #main-navigation ul li a:focus, #main-navigation ul li a:visited:hover, #main-navigation ul li a:visited:focus {
  color: #c81e82 !important;
}
#main-navigation ul li.active a {
  color: #c81e82 !important;
  font-weight: bold;
  text-decoration: underline !important;
}

.state-off-screen-navigation-visible #hauptnavigation #hauptnavigation-items li.active a {
  background-color: #eeeeee;
}

.main-footer {
  background-color: #eeeeee;
}
.main-footer .footer-title {
  color: #3c3732 !important;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 800px) {
  .main-footer .footer-title {
    font-size: 0.9rem;
  }
}
@media (min-width: 800px) {
  .main-footer {
    font-size: 0.9rem;
  }
}
.main-footer .footer-section-01 {
  display: grid;
  padding-block: 2rem;
  gap: 1rem;
  max-width: 1280px;
  margin-inline: auto;
}
@media (min-width: 800px) and (max-width: 1280px) {
  .main-footer .footer-section-01 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .main-footer .footer-section-01 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.main-footer .footer-section-01 div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.main-footer .footer-section-01 .footer-title {
  margin-bottom: 1rem;
}
.main-footer .footer-section-01 .footer-social-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.main-footer .footer-section-01 .footer-social-section ul li {
  padding-left: 0;
}
.main-footer .footer-section-01 .footer-social-section ul li a {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 0;
  vertical-align: middle;
}
.main-footer .footer-section-01 .footer-social-section ul li a img {
  display: block;
  width: 54px;
  height: 54px;
}
@media (min-width: 801px) and (max-width: 1280px) {
  .main-footer .footer-section-01 .footer-social-section {
    grid-row-start: 2;
    grid-column: 1/-1;
    margin-top: 1rem;
  }
}
.main-footer .footer-section-02 {
  background-color: #eeeeee !important;
  padding-bottom: 1.25rem;
  max-width: 1280px;
  margin-inline: auto;
}
.main-footer .footer-section-02 .footer-title {
  margin-left: 0.75rem;
}
.main-footer .footer-section-02 a {
  font-weight: 700;
  line-height: 1.65rem;
  opacity: 0.8;
  margin-left: 0.75rem;
  color: #3c3732;
}
.main-footer .footer-section-02 a:hover, .main-footer .footer-section-02 a:focus {
  color: #c81e82;
}
@media (max-width: 800px) {
  .main-footer .footer-section-02 a {
    margin-left: 1.5rem;
  }
  .main-footer .footer-section-02 address {
    margin-left: 0.75rem;
    margin-top: 2rem;
  }
}
.main-footer .footer-section-03 {
  background-color: white;
  color: #3c3732;
  font-weight: 700;
}
.main-footer .footer-section-03 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0.5rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.main-footer .footer-section-03 ul li {
  padding: 0.25rem;
}
.main-footer .footer-section-03 ul li a:hover, .main-footer .footer-section-03 ul li a:focus {
  color: #c81e82;
}
html {
  scroll-behavior: smooth;
}

.skip-to-main-link {
  background: #c81e82;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  position: absolute;
  left: 0.5rem;
  z-index: 9999;
  transform: translateY(-120%);
  transition: transform 325ms ease-in;
}
.skip-to-main-link:hover, .skip-to-main-link:focus {
  color: white;
}
.skip-to-main-link:focus {
  transform: translateY(0);
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sr-only-focusable {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.sr-only-focusable:focus, .sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

@media (max-width: 800px) {
  .sr-only-mobile {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
}
.link {
  color: #c81e82 !important;
  font-family: "regular";
}
.link:hover, .link:focus {
  color: #780a5f !important;
}

.alert-warning {
  background-color: #b9280a !important;
  font-family: "regular", sans-serif;
}

.alert-success {
  background-color: #00875a !important;
  font-family: "regular", sans-serif !important;
}

[data-tpl=form-v2] .field-group:not(.error) .form-control__btns, [data-tpl=form-v2] .field-group:not(.error) .form-control__field {
  border-color: #8a8784;
}
[data-tpl=form-v2] .field-group.error .form-control__btns, [data-tpl=form-v2] .field-group.error .form-control__field {
  border-color: #b9280a !important;
}
[data-tpl=form-v2] .form-control__field:focus, [data-tpl=form-v2] .form-control__field:focus ~ .form-control__btns, [data-tpl=form-v2] .form-control__field:focus ~ .select-replace-container {
  outline: none !important;
  background-color: #fff !important;
  border: 2px solid #c81e82 !important;
}
[data-tpl=form-v2] .form-control__field:focus {
  border-right: 0 !important;
}
[data-tpl=form-v2] .form-control__field:focus ~ .form-control__btns {
  border-left: 0 !important;
}
[data-tpl=form-v2] .form-control__field::placeholder {
  color: #8a8784 !important;
}
[data-tpl=form-v2] .field-group .error .form-control__field, [data-tpl=form-v2] .field-group .error .form-control__field ~ .form-control__btns, [data-tpl=form-v2] .field-group .error .form-control__field ~ .select-replace-container {
  color: #b9280a !important;
  border-color: #b9280a !important;
}
[data-tpl=form-v2] .field-group .error .form-control__field::placeholder, [data-tpl=form-v2] .field-group .error .form-control__field ~ .form-control__btns::placeholder, [data-tpl=form-v2] .field-group .error .form-control__field ~ .select-replace-container::placeholder {
  color: #b9280a !important;
}
[data-tpl=form-v2] .field-group label:not(.form-control__container) {
  margin-right: 0 !important;
}
[data-tpl=form-v2] .field-group .trigger {
  color: #c81e82 !important;
}
[data-tpl=form-v2] .error-block, [data-tpl=form-v2] .error-msg {
  background-color: #b9280a !important;
}
[data-tpl=form-v2] .error-block:before {
  border-color: transparent transparent #b9280a !important;
}
[data-tpl=form-v2] .checkbox {
  display: grid !important;
  grid-template-columns: 1.1rem fit-content(15rem) 2.75rem;
}
@media (min-width: 480px) {
  [data-tpl=form-v2] .checkbox {
    grid-template-columns: 1.1rem fit-content(25rem) 2.75rem;
  }
}
@media (min-width: 800px) {
  [data-tpl=form-v2] .checkbox {
    grid-template-columns: 1.1rem fit-content(30rem) 2.75rem;
  }
}
@media (min-width: 1280px) {
  [data-tpl=form-v2] .checkbox {
    grid-template-columns: 1.1rem fit-content(40rem) 2.75rem;
  }
}
[data-tpl=form-v2] .checkbox .error-block {
  grid-column: 1/-1;
  width: fit-content;
}
[data-tpl=form-v2] .checkbox {
  align-items: start;
}
[data-tpl=form-v2] .checkbox input[type=checkbox] {
  margin: 0.5rem 0 0 0.5rem;
}
[data-tpl=form-v2] .radio {
  align-items: center;
}
[data-tpl=form-v2] .radio input[type=radio] {
  margin: 0 0 0 0.5rem;
}
[data-tpl=form-v2] .checkbox input[type=checkbox], [data-tpl=form-v2] .checkbox input[type=radio], [data-tpl=form-v2] .radio input[type=checkbox], [data-tpl=form-v2] .radio input[type=radio] {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  padding: 0;
  border: initial;
  background: initial;
  accent-color: #c81e82 !important;
  transform: scale(2);
}
[data-tpl=form-v2] .checkbox label, [data-tpl=form-v2] .radio label {
  margin-left: 1rem !important;
  padding-left: 0 !important;
}
[data-tpl=form-v2] .checkbox label::before, [data-tpl=form-v2] .radio label::before {
  display: none !important;
}

[data-tpl=form] input:focus, [data-tpl=form] textarea:focus {
  background-color: white !important;
  border-color: #c81e82 !important;
  outline: none !important;
}

.focus-by-keyboard :focus {
  outline: 2px solid #c81e82 !important;
}
.focus-by-keyboard [data-tpl=form-v2] .checkbox input[type=checkbox]:focus, .focus-by-keyboard [data-tpl=form-v2] .checkbox input[type=radio]:focus, .focus-by-keyboard [data-tpl=form-v2] .radio input[type=checkbox]:focus, .focus-by-keyboard [data-tpl=form-v2] .radio input[type=radio]:focus {
  outline: 1px solid white !important;
  box-shadow: 0 0 0 2px #c81e82 !important;
}
.focus-by-keyboard .btn:focus {
  outline: 2px solid white !important;
  box-shadow: 0 0 0 4px #c81e82 !important;
}
.focus-by-keyboard .link:focus {
  outline: 2px solid #c81e82 !important;
}

[data-tpl=tooltip] .tooltip-trigger {
  color: #e60055 !important;
}
[data-tpl=tooltip] .tooltip-container {
  background-color: #e60055 !important;
}
[data-tpl=tooltip] .tooltip-container:before {
  border-color: transparent transparent #e60055 !important;
}

[data-tpl=bnv01] a {
  color: #c81e82 !important;
}

@media (min-width: 800px) {
  .text-small {
    font-size: 0.9rem;
  }
}

[data-tpl*=acc] .accordion-item--open .accordion-item__headline, [data-tpl*=acc] .accordion-item[aria-expanded=true]:not(.during-animation--close) > section > .accordion-item__headline {
  color: #c81e82 !important;
}
[data-tpl*=acc] .accordion-item__headline:after {
  color: #c81e82 !important;
}

.text-purple-bright {
  color: #c81e82 !important;
}

[data-tpl=hpn01] ol li[aria-selected=aria-selected] .image,
[data-tpl=hpn01] ol li[aria-selected=aria-selected] h3, [data-tpl=hpn01] ol li[aria-selected=true] .image,
[data-tpl=hpn01] ol li[aria-selected=true] h3 {
  color: #c81e82 !important;
}
[data-tpl=hpn01] ol li[aria-selected=aria-selected] .image, [data-tpl=hpn01] ol li[aria-selected=true] .image {
  border-color: #c81e82 !important;
}

.live-errors {
  display: none;
  background-color: #b9280a !important;
  color: white;
  padding: 1rem;
  font-size: 0.9rem;
}

.heading {
  font-family: "medium", sans-serif;
  color: #3c3732;
}

.heading-2 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem !important;
}

.heading-3 {
  font-size: 1.15rem;
}

.row {
  margin: 0 !important;
}

.map-info small {
  color: #625f5b !important;
}

.navigation-back {
  display: inline-block;
  text-decoration: underline;
}
.navigation-back:hover {
  text-decoration: underline;
  color: #780a5f !important;
}
@media (max-width: 480px) {
  .navigation-back {
    margin-bottom: 1rem;
  }
}

.required-star {
  color: #b9280a;
}

.text-foreground {
  color: #3c3732;
}

h1, label, legend {
  color: #3c3732;
}

.chat-box.color-white .link {
  color: white !important;
  border-color: white !important;
  text-decoration: underline !important;
}

.underline {
  text-decoration: underline !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

button.link {
  border: none;
  background: none;
}
button.link--internal img {
  width: 30px;
  margin-right: 0.25rem;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.datepicker .picker__weekday, .datepicker .picker__day--highlighted, .datepicker .picker__day--today, .datepicker .picker__day:hover, .datepicker .picker__day:focus {
  color: #c81e82 !important;
}
.datepicker .picker__day--selected:after, .datepicker .picker__footer {
  background-color: #c81e82 !important;
}
.datepicker .form-control__field.picker__input--active {
  border-color: #c81e82 !important;
}
.datepicker .form-control__field.picker__input--active ~ .select-replace-container, .datepicker .form-control__field.picker__input--active ~ .form-control__btns {
  border-color: #c81e82 !important;
}

abbr {
  text-decoration: none;
}
/*# sourceMappingURL=global.bundle.css.map */
