@charset "UTF-8";
/*core.scss imports and combines all other partials and mixins*/
/*ANWR colors*/
/*Complementary colors*/
/*Red R255 G0 B0*/
/*Orange R235 G94 B38*/
/* button styles*/
/*Font size*/
/*Border styles*/
/*
FONT mixin
*/
/*
	FONTS
*/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../../font/opensans-light-webfont.woff2") format("woff2"), url("../../../font/opensans-light-webfont.woff") format("woff"), url("../../../font/opensans-light-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../../font/opensans-regular-webfont.woff2") format("woff2"), url("../../../font/opensans-regular-webfont.woff") format("woff"), url("../../../font/opensans-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../../font/opensans-semibold-webfont.woff2") format("woff2"), url("../../../font/opensans-semibold-webfont.woff") format("woff"), url("../../../font/opensans-semibold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../../font/opensans-bold-webfont.woff2") format("woff2"), url("../../../font/opensans-bold-webfont.woff") format("woff"), url("../../../font/opensans-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../../../font/opensans-extrabold-webfont.woff2") format("woff2"), url("../../../font/opensans-extrabold-webfont.woff") format("woff"), url("../../../font/opensans-extrabold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../../font/opensans-italic-webfont.woff2") format("woff2"), url("../../../font/opensans-italic-webfont.woff") format("woff"), url("../../../font/opensans-italic-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../../../font/opensans-lightitalic-webfont.woff2") format("woff2"), url("../../../font/opensans-lightitalic-webfont.woff") format("woff"), url("../../../font/opensans-lightitalic-webfont.ttf") format("truetype");
}
.font-size11 {
  font-size: 0.6875rem !important;
}

.font-size12 {
  font-size: 0.75rem !important;
}

/*
	HELPER CLASSES
*/
.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.full-height {
  height: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.hidden {
  display: none !important;
}

.m-0 {
  margin: 0rem;
}

.m-03 {
  margin: 0.3rem;
}

.m-t0 {
  margin-top: 0 !important;
}

.m-t05 {
  margin-top: 0.5rem !important;
}

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

.m-t15 {
  margin-top: 1.5rem !important;
}

.m-t2 {
  margin-top: 2rem !important;
}

.m-t3 {
  margin-top: 3rem !important;
}

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

.m-r0 {
  margin-right: 0 !important;
}

.m-b0 {
  margin-bottom: 0 !important;
}

.m-b05 {
  margin-bottom: 0.5rem !important;
}

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

.m-b2 {
  margin-bottom: 2rem !important;
}

.m-l05 {
  margin-left: 0.5rem !important;
}

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

.m-l0 {
  margin-left: 0 !important;
}

@media screen and (max-width: 39.9375em) {
  .m-st0 {
    margin-top: 0 !important;
  }
}

@media print {
  .pm-t2 {
    margin-top: 2rem !important;
  }
}

@media print {
  .pm-t4 {
    margin-top: 4rem !important;
  }
}

@media print {
  .pm-b4 {
    margin-bottom: 4rem !important;
  }
}

@media print {
  .pm-t6 {
    margin-top: 6rem !important;
  }
}

.b-b0 {
  border-bottom: 0 !important;
}

.b-t0 {
  border-top: 0 !important;
}

.b-t1 {
  border-top: 0.0635rem solid #d2d2d2;
}

.b-r0 {
  border-right: 0 !important;
}

.b-b1 {
  border-bottom: 0.0635rem solid #d2d2d2;
}

.b-l1 {
  border-left: 0.0635rem solid #d2d2d2;
}

.b-l0 {
  border-left: 0 !important;
}

@media screen and (max-width: 39.9375em) {
  .b-s0 {
    border: 0 !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .b-m0 {
    border: 0 !important;
  }
}

.right-auto {
  right: auto !important;
}

.top-2 {
  top: 2rem !important;
}

.p-t0 {
  padding-top: 0 !important;
}

.p-t1 {
  padding-top: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-05 {
  padding: 0.5rem !important;
}

.p-t05 {
  padding-top: 0.5rem !important;
}

.p-t1-6 {
  padding-top: 1.6rem !important;
}

.p-b0 {
  padding-bottom: 0 !important;
}

.p-b1 {
  padding-bottom: 1rem !important;
}

.p-b2 {
  padding-bottom: 2rem !important;
}

.p-t2 {
  padding-top: 2rem !important;
}

@media screen and (max-width: 39.9375em) {
  .p-s0 {
    padding: 0rem !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .p-m0 {
    padding: 0rem !important;
  }
}

.primary-text {
  color: #024c94;
}

.border-basic {
  border: 0.0625rem solid #d2d2d2;
}

.border-soft {
  border: 0.0625rem solid #eaeaea;
}

.border-round {
  border-radius: 0.5rem;
}

.bg-s-grey {
  background-color: #eaeaea;
}

.bg-white {
  background-color: #fff;
}

.vj-value {
  color: #585858 !important;
  font-size: 0.75rem !important;
}

.grid-x {
  width: 100%;
}

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

.position-relative {
  position: relative;
}

.color-aqua {
  color: #0085a6;
}

.color-mybrand {
  color: #ff7a05 !important;
}

.negativ {
  color: #e65c5c !important;
}

.positiv {
  color: #19c278 !important;
}

.clear {
  clear: both;
}

.inline-display {
  display: inline;
}

input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
}

::-ms-reveal {
  display: none;
}

.value {
  display: inline-block;
  font-size: 0.875rem;
}

.text-icon {
  font-size: 0.875rem;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  margin-top: 0;
  display: inline-block;
}

.bc-logo {
  cursor: pointer;
}

.LandingPreviewPanel .lazyLoadIndicator .lazyLoadIndicatorGif {
  position: absolute;
  top: 35%;
  left: 48%;
}
@media screen and (max-width: 39.9375em) {
  .LandingPreviewPanel .lazyLoadIndicator .lazyLoadIndicatorGif {
    left: 40%;
  }
}

.product-header .text-icon {
  margin-bottom: 0;
}

.product-header .value {
  font-weight: 600;
}

.product-header .value + .source-value {
  font-size: 0.81rem;
}

.nav-link.next-one, .user-nav li a, .upload-icon, .calc-container a, .brand, section .section-title, section .section-subtitle, section .section-title-noicon, section .section-title-noicon-noback, section .section-subtitle-icon, section .subsection-title, .bullet-sensor-step.store, .marketing-step-icon.store, .bullet-sensor-step.store-measure, .marketing-step-icon.store-measure, .bullet-sensor-step.store-image, .marketing-step-icon.store-image, .marketing-step-icon.store-sensor, .check-list li a, .tooltip-icon-container, .icon, .icon-small, .value-up, .target-achieved, .posititve, .value-down, .satisfaction-icon, .satisfaction-icon-teaser, .image-size-1, .image-size-1-25, .image-size-1-2, .image-size-1-30, .image-size-1-40, .image-size-1-50, .image-size-1-60, .image-size-2, .image-size-2-122, .image-size-2-50, .image-size-3, .image-size-3-50, .image-size-4, .image-size-5, .image-size-6, .image-size-8, .image-size-100p {
  background-repeat: no-repeat !important;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

ul {
  list-style: none;
}

.tooltip-ul {
  margin: 0;
  padding: 0.5rem;
}

.tooltip-ul li {
  margin-bottom: 0.5rem;
}

.tooltip-ul li:last-of-type {
  margin-bottom: 0;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: white;
  z-index: 260;
}

#page-loading {
  opacity: 0;
}

.page-opacity-on {
  opacity: 1 !important;
}

.lazyLoadIndicator object {
  width: 9.4rem;
  margin: 0 auto;
  display: block;
}

.lazyLoadIndicator {
  text-align: center;
}

.lazyLoadIndicator img {
  width: 3.75rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
}

@media screen and (max-width: 39.9375em) {
  section.hide + section, section.hide + div > section:first-child {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.hide + section, section.hide + div > section:first-child {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .section-small-margin {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .section-small-margin {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 39.9375em) {
  section.page-body:first-of-type {
    padding-top: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.page-body:first-of-type {
    padding-top: 0;
  }
}

.page-body.preview-only .section-subtitle {
  margin-bottom: 2rem;
}

.preview-only .brand-detail-panel .button, .preview-only .action {
  display: none !important;
}

.preview-only .product-list-top-flop table tr td {
  text-align: left;
}

.preview-only .brand-detail-panel-icons {
  display: none;
}

.blue {
  background-color: #024c94;
}

/*
	GLOBAL STYLES ON PAGE-FRAME, PAGE-LOGIN ETC
*/
.layout-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

content {
  flex: 1;
  border-bottom: 0.0635rem solid #d2d2d2;
}

#footer {
  text-align: center;
  padding: 0.5rem;
}
#footer a {
  margin-right: 1rem;
  font-size: 0.75rem;
  color: #585858;
}
#footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 39.9375em) {
  #footer a:nth-child(4), #footer a:nth-child(5) {
    display: inline-block;
    width: 100%;
  }
}

section#section00 {
  padding: 0 0;
  min-height: 0;
  background-color: transparent !important;
}
@media print {
  section#section00 {
    display: block;
  }
}

section {
  padding: 1.2rem 0;
  border-bottom: 0.0635rem solid #d2d2d2;
  position: relative;
}

content .page-body:last-of-type {
  border-bottom: none !important;
}

section.odd {
  background-color: #ffffff !important;
}

section:nth-child(even) {
  background-color: #f3f3f3;
}

section:nth-child(odd) {
  background-color: white;
}

section.even {
  background-color: #f3f3f3 !important;
}

.benchmark-sections section:last-child {
  border: none;
}

section .section-submenu .actions-top {
  margin: 0.4rem 0 0.2rem;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  color: #024c94;
  padding: 0;
}

section .section-submenu .actions-top > span, span.back-navigation {
  display: inline-block;
  padding: 1.8rem 0 0.6rem 1.3rem;
  background-repeat: no-repeat;
  position: relative;
}

/* Page Imprint Styling */
.PageImprint .bc-logo {
  cursor: default;
}

.PageImprint span.back-navigation {
  padding: 0.3rem 0 0.6rem 1.3rem;
}

.PageImprint span.back-navigation:after {
  top: 23%;
}

.PageImprint .imprint-text p a {
  color: #000;
  text-decoration: underline;
}

.PageImprint .login-box .bc-logo {
  height: 3.5rem;
  width: 100%;
  margin-left: -0.4rem;
}

section .section-title, .reveal-overlay h3 {
  color: #024c94;
  font-size: 1.25rem;
  line-height: 2.5rem;
  padding: 0 0 1rem 0.3rem;
  margin-bottom: 0;
  background-position: 0;
  text-align: center;
  font-weight: 400;
  position: relative;
}

.reveal-overlay h3 {
  text-align: left;
}

section .section-title-image {
  width: 3.3rem;
  height: 3.2rem;
  display: inline-block;
  top: 0.8rem;
  position: relative;
  background-repeat: no-repeat;
}

section .section-subtitle:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: -0.3rem;
  width: 3rem;
  height: 3rem;
  top: 0.9rem;
}

section .page-PageOwnBrands {
  color: #ff7a05;
}

.process-header {
  padding-top: 1em;
  color: #024c94;
  display: inline-block;
  font-size: 2rem;
  font-weight: lighter;
}

.required:after {
  content: "*" !important;
  color: #ff9466;
  font-weight: 700;
  padding: 0 0.2rem 0 0.2rem !important;
}

.top-header .top-header-left {
  float: left;
}

.top-header .top-header-right {
  float: right;
  margin-top: 1rem !important;
}

.isvisible {
  -webkit-animation: show 1s ease-out forwards 1;
  animation: show 1s ease-out forwards 1;
  display: inline-block !important;
  opacity: 1;
}
@media screen and (max-width: 39.9375em) {
  .isvisible {
    display: none !important;
    opacity: 0;
    transition: none;
    -webkit-animation: inherit;
            animation: inherit;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .isvisible {
    display: inline-block !important;
    opacity: 1;
    -webkit-animation: show 1s ease-out forwards 1;
    animation: show 1s ease-out forwards 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    pacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  100% {
    pacity: 0;
  }
}
@-webkit-keyframes show {
  0% {
    webkit-transform: rotate(0deg);
  }
  25% {
    opacity: 0.5;
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    transform: rotate(0deg);
  }
  25% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*.
	LOADER	
*/
#loader {
  border: 0 none;
  background-color: #f3f3f3;
  border-radius: 60rem;
  box-shadow: none;
  width: 8em;
  height: 8em;
  margin: 0 auto;
  min-height: initial;
  padding: 1.5em;
  text-align: center;
  left: 0;
  right: 0;
}

#loader img {
  width: 5rem;
  margin: 20px 1px 1px 21px;
  display: block;
}

.loader-text {
  font-weight: 800;
  padding-top: 0.5rem;
  color: #024c94;
  font-size: 0.875rem;
}
@media screen and (max-width: 39.9375em) {
  .loader-text {
    font-size: 0.75rem;
  }
}

.top-bar-right .header-loader {
  height: 2.9rem;
}

.top-bar-right .header-loader img {
  width: 7.5rem;
  height: 3rem;
  display: block;
}

.indicatingAjaxLinkGil {
  width: 1.88rem;
  margin-bottom: 0.94rem;
}

.product-search--selected-indicator .indicatingAjaxLinkGil {
  margin-bottom: 0;
  width: 1.5rem;
}

/*
	FEEDBACK PANEL
*/
.feedbackPanel {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}

ul.feedbackPanel {
  margin-left: 0;
}

#registration ul.feedbackPanel {
  margin: -1rem -1rem 2rem;
}

#registration .feedbackPanel, .changePasswordPanel .feedbackPanel {
  background-color: #e65c5c;
}

#registration .feedbackPanel .feedbackPanelERROR, .changePasswordPanel .feedbackPanel .feedbackPanelERROR {
  padding-left: 2rem;
}

.changePasswordPanel .feedbackPanel .feedbackPanelERROR:before {
  top: 0.1rem;
}

.feedbackPanelERROR {
  color: #fff;
  list-style: none;
  font-size: 0.875rem;
}

.add-product-reveal .feedbackPanelERROR {
  color: #fff;
  background-color: #e65c5c;
  width: 97%;
}

.add-product-reveal .feedbackPanelERROR:before {
  left: 0;
  width: 1.6em;
  top: 0;
}

.add-product-reveal .feedbackPanelERROR span {
  margin-left: 1.6rem;
  font-size: 0.75rem;
}

.errorDialog {
  padding: 2rem;
}

/*
	error handling
*/
.error {
  display: none;
  border: 0.0625rem solid #e65c5c;
  padding: 0.2rem 0.5rem;
  position: relative;
  top: 0px;
}

.error-field, .noMerchantstext, .multipleBrandsSelectedHint {
  margin-bottom: 1em;
  background: #e65c5c;
  display: none;
  clear: both;
  font-size: 0.75rem;
  font-weight: normal;
  color: #ffffff;
  padding-right: 1.9em;
  position: relative;
  line-height: 1rem;
}

.noMerchantstext {
  display: block;
  padding: 0.2rem 0.5rem;
}

.multipleBrandsSelectedHint {
  display: block;
  background-color: #024c94;
  padding: 0.5rem;
  padding-top: 0.2rem;
  margin-bottom: 0;
}

.error-input {
  margin: 0 0 0rem;
}

/*
	Captcha
*/
.refresh {
  background: url(../../../img/reset.svg?ver=1747316603) no-repeat center;
  display: block;
  width: 30px;
  margin-left: 10px;
}

.field-captcha img {
  padding: 5px;
}

@-webkit-keyframes move {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: inset 0 0 0 0.2rem #53a7ea;
    transform: scale(1.3);
  }
  100% {
    box-shadow: none;
  }
}

@keyframes move {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: inset 0 0 0 0.2rem #53a7ea;
    transform: scale(1.3);
  }
  100% {
    box-shadow: none;
  }
}
/*
	PAGES
*/
.page-body .section-subtitle-double, .page-body .section-subtitle {
  color: #024c94;
  font-size: 1.125rem;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

.page-body .slide-title-twoElements {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 2rem;
  display: inline-block;
  text-align: center;
}

.page-body .slide-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  text-align: center;
}

.brand-detail-panel {
  text-align: center;
}

.brand-detail-panel .brand-logo {
  margin-bottom: 2rem;
}

.brand-detail-panel .brand-logo > div {
  height: 3.9rem;
  width: 8rem;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  margin: 0 auto;
}

.brand-detail-panel .brand-logo .brandname {
  display: block;
  text-indent: initial;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-weight: 600;
  height: 100%;
}

.brand-detail-panel .brand-numbers {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #d2d2d2;
  padding-bottom: 0.5rem;
}

.brand-detail-panel .brand-numbers > span.value-label {
  display: block;
  margin-bottom: 0;
}

.brand-detail-panel .brand-numbers > span.value {
  font-size: 0.875rem;
  margin-right: 0.4rem;
}

.brand-detail-panel .brand-numbers-buttons .button {
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .own-brands-section {
    padding-top: 1.5rem;
  }
}

.tab-category-content {
  top: 0;
  background-color: white;
  bottom: 0;
  border-radius: 0;
  margin: 0 -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  box-shadow: none;
  border: 1px solid #d2d2d2;
}

.tab-category-content .text-icon {
  margin-bottom: 0;
  width: 100%;
  font-weight: 400;
}

.top-flop-header {
  border-bottom: 0.0625rem solid #d2d2d2;
  display: block;
  padding: 0 0 0.8rem;
  margin-top: 1rem;
}

.section-profile [type=text] {
  margin-bottom: 0.5rem;
}

.section-profile .profile-box-wrapper, .MerchantInfoPanel .grid-x {
  border: 0.0635rem solid #d2d2d2;
  padding: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.section-profile .profile-box-wrapper .grid-password-change .cell {
  padding-top: 0;
  padding-bottom: 0.48rem;
}

#registration .gender-select select {
  margin-bottom: 0;
}

.item-product-action {
  margin-top: 0.5rem;
}

.item-product-action .action-column {
  margin-right: 0.5rem;
}

.action-column a.action {
  display: block;
  margin: 0 auto;
  text-indent: inherit;
}

.action-column a.action > div {
  width: 1.6rem;
  text-indent: -9999px;
  height: 1.6rem;
  background-size: contain !important;
}

.brand-detail-panel-icons .accordion-title {
  padding: 1rem;
}

.brand-detail-panel-icons .accordion-title::before {
  top: 53%;
}

.brand-detail-panel-icons .clearfix > div {
  width: 1rem;
  height: 1rem;
  position: relative;
}

.brand-detail-panel-icons .accordion-title span {
  position: relative;
  top: 0.1rem;
}

.brand-detail-panel-icons .accordion-content .clearfix div {
  top: 0.5rem;
}

@media screen and (max-width: 39.9375em) {
  .brand-detail-panel-icons .accordion-content .clearfix span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .brand-detail-panel-icons .accordion-content .clearfix span {
    font-size: 0.75rem;
  }
}

.tooltip {
  background-color: #024c94 !important;
}

.tooltip.top::before {
  border-color: #024c94 transparent transparent !important;
}

.tooltip.bottom::before {
  border-color: transparent transparent #024c94 !important;
}

.tooltip-icon-container {
  position: absolute;
  width: 1.3rem;
  cursor: pointer;
  height: 1.3rem;
  background: url("../../../img/tooltiptrigger.svg?ver=1747316603");
  right: 0.2rem;
  top: 10%;
  text-indent: -9999px;
  background-size: contain;
}

.tooltip-icon-container.right-auto {
  cursor: default;
}

.section-benchmark .table-body-row:hover {
  background-color: #d2d2d2;
}

.add-product-reveal {
  width: 80%;
}
@media screen and (max-width: 39.9375em) {
  .add-product-reveal {
    width: 100%;
  }
}

.form-searchPanel select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.75rem;
}

.form-searchPanel input {
  font-size: 0.75rem;
}

.add-product-reveal .tree-header, .form-searchPanel .accordion {
  margin-bottom: 0;
}

.form-searchPanel .tree-theme-human {
  padding: 1rem 1rem 0.5rem 1rem;
}

.tree-theme-human .tree-folder-closed, .tree-theme-human .tree-folder-open, .tree-theme-human .tree-folder-other {
  padding-left: 0 !important;
  background-image: none !important;
}

.tree-theme-human span.tree-content .selected {
  background-color: transparent;
}

.filialesSelectContainer {
  position: relative;
  top: 0.45rem;
}

/*
	ITEM PRODUCT
*/
.item-product .category-wrap, .item-product .category-wrap div {
  width: 9rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .item-product .category-wrap, .item-product .category-wrap div {
    width: 7rem;
    text-align: center;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .item-product .category-wrap, .item-product .category-wrap div {
    width: 7rem;
  }
}

.item-product .category-wrap span + span {
  font-weight: normal;
}

.item-product-image {
  position: relative;
  display: block;
  margin: 0 auto 0.5rem;
  width: 6rem;
}
@media screen and (max-width: 39.9375em) {
  .item-product-image {
    width: 4rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .item-product-image {
    width: 4rem;
  }
}

.has-tip {
  border: none;
}

.item-product img {
  position: relative;
  background-color: #fff;
  border: 0.0625rem solid #d2d2d2;
  display: table-cell;
  border-radius: 0.3rem;
  padding: 0.5rem;
}

.item-product-image.tooltip-container img {
  min-height: 6rem;
}

@media screen and (max-width: 39.9375em) {
  .product-history-analysis {
    text-align: center;
  }
}

.product-history-analysis .item-product-image {
  width: 15rem;
  margin: 0.4rem auto 0.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-history-analysis .item-product-image {
    width: 12rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .product-history-analysis .item-product-image {
    width: 10rem;
  }
}

.product-history-analysis .item-product img {
  width: auto;
}

.item-product .category {
  font-size: 0.75rem;
  color: #585858;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.product-list-top-flop {
  padding: 1rem;
  background-color: #f3f3f3;
}

section.even:nth-child(even) .product-list-top-flop {
  background-color: white;
}

.product-list-top-flop .item-product .category span {
  font-weight: normal;
}

.product-list-top-flop .item-product .sku {
  font-size: 0.75rem;
  color: #585858;
  font-weight: bold;
}

.product-list-top-flop .item-product .sku span {
  font-weight: normal;
}

section .ProductDataTablePanel .categories-analyse-chart .chart-header-border > .cell:hover {
  background-color: #f3f3f3 !important;
}

section .ProductDataTablePanel .categories-analyse-chart .chart-table-body > .cell {
  padding: 0.7rem 0.625rem;
}

section .ProductDataTablePanel .categories-analyse-chart .chart-table-body > .cell:hover {
  background-color: #d2d2d2;
}

section.ProductDataTable-section {
  min-height: 20rem;
}

section.ProductDataTable-section .ProductDataTablePanel .noMerchants-wrapper {
  min-height: 16rem;
}

.brand-product {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.052rem;
  padding: 0;
  min-height: auto;
}

.item-product .brand-product {
  padding: 0;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product-list-top-flop .item-product {
  padding: 0;
  position: relative;
}

.product-list-top-flop .position-rank {
  border-radius: 40rem;
  border: 0.0625rem solid #d2d2d2;
  background-color: white;
  position: absolute;
  top: 0.1rem;
  left: -0.4rem;
  text-align: center;
  color: #222222;
  width: 1.2rem;
  height: 1.2rem;
  z-index: 1;
  font-size: 0.6875rem;
}

.position-rank.top {
  color: #19c278;
  border: 0.0625rem solid #19c278;
}

.product-list-top-flop .item-product-image {
  position: relative;
  float: left;
}

.product-list-top-flop .item-product img {
  position: relative;
  background-color: white;
  border: 0.0625rem solid #d2d2d2;
  display: table-cell;
  border-radius: 0.3rem;
  width: 9rem;
  padding: 0.5rem;
  height: auto;
  margin: 0 auto 1rem;
}

.product-list-top-flop .product-description {
  overflow: hidden;
  padding-left: 1rem;
  vertical-align: middle;
  text-align: left;
  line-height: 1.1rem;
  width: auto;
}

.product-list-top-flop .item-product .category {
  font-size: 0.75rem;
  color: #585858;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-list-top-flop .item-product .category span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 5rem;
    display: inline-block;
    position: relative;
    top: 0.3rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .product-list-top-flop .item-product .category span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 10rem;
    display: inline-block;
    position: relative;
    top: 0.3rem;
  }
}

.action-column .action span {
  margin: 0 auto;
  width: 1.5rem;
}

.action-column .action p {
  text-align: center;
  margin-bottom: 0;
}

.action span {
  display: block;
}

.action .distribution-label, .action .development-label, .next-level-brand-search p {
  font-size: 0.7rem;
  color: #585858;
}

.action .distribution-label:hover, .action:hover .distribution-label, .next-level-brand-search .nextBrandLevelLink-label:hover, .next-level-brand-search:hover .nextBrandLevelLink-label, .action .development-label:hover, .action:hover .development-label {
  color: black;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .icon-cell .categories-analyse-data .action .distribution-label {
    width: 5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.action-column.own-brand-action-columnn a.action > div {
  width: 1.5rem;
  background-size: contain !important;
  background-position: center !important;
  margin: 0 auto;
}

.action-column.own-brand-action-columnn .action p {
  text-align: center;
}

.sizeFilterContainer {
  color: #585858;
}

.categories-chart > div {
  height: 250px;
}
@media screen and (max-width: 39.9375em) {
  .categories-chart > div {
    height: 280px;
  }
}

.categories-chart.no-height-restriction > div {
  height: initial !important;
}

.categories-chart.no-height-restriction .noMerchants-wrapper, .flop_ProductRankingPanel .noMerchants-wrapper {
  height: 15.63rem !important;
  z-index: 130;
}

/*
	HISTORY-CHARTS
*/
.market-history .slide-title-twoElements {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 2rem;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .marketOverviewDataPanel .slide-title-twoElements {
    font-size: 0.875rem;
  }
}

/*
	PRODUCT COMPARISON
*/
.product-comparsion-title {
  margin-top: 2.25rem;
}
@media screen and (max-width: 39.9375em) {
  .product-comparsion-title {
    margin-top: -1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-comparsion-title {
    margin-top: 0.25rem;
  }
}

.product-comparsion.product-comparsion-title .product-title-cell {
  height: 4.25rem !important;
}

.product-comparsion.product-comparsion-title .product-title-cell h5 {
  margin-bottom: 0;
  vertical-align: bottom;
  height: 100%;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  bottom: 0.5rem;
}

.product-comparsion .grid-x .cell.small-12 {
  min-height: 2.25rem;
  height: 2.25rem;
}
@media screen and (max-width: 39.9375em) {
  .product-comparsion .grid-x .cell.small-12 {
    height: 3.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .product-comparsion .grid-x .cell.small-12.m-b1 {
    height: 4.25rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-comparsion .grid-x .cell.small-12.m-b1 {
    height: 4.25rem;
  }
}

.product-comparsion.productPanel .grid-x .cell.small-12:first-of-type {
  height: 0;
  min-height: 0;
}

.product-comparsion .grid-x .cell .table-articles {
  padding: 0.5rem;
  height: 2.25rem;
  border-top: 0.0635rem solid #d2d2d2;
  border-bottom: 0;
  border-left: 0.0635rem solid #d2d2d2;
  border-right: 0.0635rem solid #d2d2d2;
}
@media screen and (max-width: 39.9375em) {
  .product-comparsion .grid-x .cell .table-articles {
    height: 3.5rem;
  }
}

.product-comparsion.productPanel .grid-x .cell:last-child .table-articles, .product-comparsion.product-comparsion-title .grid-x .cell:last-child .table-articles {
  border-bottom: 0.0635rem solid #d2d2d2;
}

.productsContainer .medium-3:nth-child(2) .grid-x .cell .table-articles {
  border-left: 0;
}

.productsContainer .medium-3:nth-child(3) .grid-x .cell .table-articles {
  border-left: 0;
}

.productsContainer .medium-3:nth-child(4) .grid-x .cell .table-articles {
  border-left: 0;
}

.productsContainer .product-comparsion:nth-child(2) .grid-x .cell .table-articles {
  border-left: 0;
}

.product-comparsion .grid-x .cell:nth-child(even) .table-articles {
  background-color: #f3f3f3;
}

.product-comparsion .grid-x .cell:nth-child(odd) .table-articles {
  background-color: white;
}

.product-comparsion .grid-x .cell:nth-child(9) .table-articles, .product-comparsion .grid-x .cell:nth-child(17) .table-articles {
  border-bottom: 0.0635rem solid #d2d2d2;
}

/*
	FAQ
*/
.faq-search input {
  padding-left: 2.5rem;
  font-size: 0.875rem;
}

.section-faq {
  background-color: transparent !important;
}

.section-faq .accordion-title {
  font-size: 0.875rem;
}

.section-faq .accordion-item:nth-child(even) .accordion-title {
  background-color: #f3f3f3;
}

.section-faq .accordion-item h2 {
  padding: 0.875rem 0.875rem 0.875rem 0;
}

.section-faq .accordion-item h5 {
  color: #023c76;
}

.section-faq .accordion-item .itemCategoryEntry {
  font-size: 1.0625rem;
  line-height: 1.4rem;
  color: #023c76;
  margin-bottom: 0.5rem;
}

.section-faq .accordion-item:first-child .itemCategoryEntry {
  margin-top: 1rem;
}

.section-faq .accordion-item .accordion-content {
  border-bottom: 1px solid #e6e6e6;
}

.section-faq .accordion-item .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  color: #000;
}

/*
	NEEDED_MERCHANTS_PER_QUERY more then 1
*/
.markt-map, .marketOverviewDataPane, .CategoryPanel, .top_ProductRankingPanel, .flop_ProductRankingPanel, .ExecutiveSummaryPanel, .CategoriesOverviewPieChartPanel, .marketOverviewDataPanel, .chart_sellThroughRate, .chart_stockPrice, .chart_stock, .chart_soldItems, .chart_turnover, .CategoryTablePanel, .CategoriesAnalyseBarChartPanel, .myBrandsTable, .allBrandsTable, .ProductDataTablePanel {
  position: relative;
}

.markt-map .noMerchants-wrapper, .marketOverviewDataPane .noMerchants-wrapper, .marketOverviewDataPanel .noMerchants-wrapper, .noMerchants-wrapper.noProductRankingPanel, .DistributionBarChart-region .noMerchants-wrapper, .DistributionBarChart-color .noMerchants-wrapper, .DistributionBarChart-mainBranch .noMerchants-wrapper, .DistributionBarChart-distributionChannel .noMerchants-wrapper,
.DistributionBarChart-macroLocation .noMerchants-wrapper, .DistributionBarChart-microLocation .noMerchants-wrapper {
  position: relative;
  height: 22rem;
}

.noMerchants-wrapper + div {
  display: none;
}

.noMerchants-wrapper .noMerchants-text {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
}

.top_ProductRankingPanel .noMerchants-wrapper, .flop_ProductRankingPanel .noMerchants-wrapper {
  width: 103%;
  margin-left: -0.9375rem;
}

@media screen and (max-width: 39.9375em) {
  .top_ProductRankingPanel {
    margin-bottom: 0.5rem;
  }
}

.noMerchants-wrapper .no-charts-icon {
  margin-top: -1.9rem;
}

.search-table thead tr th, .search-table tbody tr td {
  font-weight: 400;
  text-align: center;
}

.goto {
  font-size: 0.9375rem;
  display: inline-block;
  margin: 0 0.2rem 0px;
  position: relative;
  top: 0.15rem;
}

.goto a[disabled~=disabled] {
  font-weight: 700;
}

.reveal-overlay {
  z-index: 10000;
}

#page-loading-delay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#page-loading-delay .page-loading-delay-content {
  background-color: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
}

#page-loading-delay .page-loading-delay-content h5 {
  color: #024c94;
}

.do-not-show {
  display: none;
}
@media print {
  .do-not-show {
    display: initial;
  }
}

@media screen and (max-width: 39.9375em) {
  .page-market-innumberscharts {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page-market-innumberscharts {
    margin-top: 1rem;
  }
}

.timeRangeButtons .market-in-numbers-time-range-button {
  width: 25%;
}

.timeRangeButtons .market-in-numbers-time-range-button:hover {
  background-color: #024c94;
}

.timeRangeButtons .market-in-numbers-time-range-button a {
  font-size: 0.75rem;
  color: #024c94;
  background-color: #f3f3f3;
  text-align: center;
  border: 0.0635rem solid #d2d2d2;
  padding: 0.5rem 2rem;
  margin: 0;
  display: block;
}
@media print {
  .timeRangeButtons .market-in-numbers-time-range-button a {
    display: none;
  }
}

.timeRangeButtons .market-in-numbers-time-range-button a.selected {
  background-color: #024c94;
  color: #fff;
}

.timeRangeButtons .market-in-numbers-time-range-button:hover a {
  color: #fff;
  background-color: #024c94;
}

.market-in-numbers-development .multi-line-spline-chart {
  height: 75vh;
  max-width: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .market-in-numbers-development .multi-line-spline-chart {
    height: 60vh;
  }
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-development .multi-line-spline-chart {
    height: 50vh;
  }
}

.market-in-numbers .multi-line-spline-chart {
  height: 350px;
  max-width: 100%;
}

.single-y-axis-column-chart {
  height: 350px;
}

.two-y-axis-column-spline-chart {
  height: 350px;
}

.top-bar-right .logo {
  display: inline-block;
}

.cobrand-logo {
  border-right: 0.0635rem solid #d2d2d2;
  display: inline-block;
  position: relative;
  top: 0.2rem;
}

.img-properties, .top-bar .top-bar-right .user-nav li a, .bc-logo, .print-logo {
  content: "";
  background-size: cover;
  background-position: center;
  width: 2.5em;
  height: 2.5em;
}

/*Images sizes*/
.image-size-1 {
  width: 1em;
  height: 1em;
}

.image-size-1-25 {
  width: 1.25em;
  height: 1.25em;
}

.image-size-1-2 {
  width: 1em;
  height: 2em;
}

.image-size-1-30 {
  width: 1.3em;
  height: 1.3em;
}

.image-size-1-40 {
  width: 1.4em;
  height: 1.4em;
}

.image-size-1-50 {
  width: 1.5em;
  height: 1.5em;
}

.image-size-1-60 {
  width: 1.6em;
  height: 1.6em;
}

.image-size-2 {
  width: 2em;
  height: 2em;
}

.image-size-2-122 {
  height: 1.2em;
  width: 2.5em;
}

.image-size-2-50 {
  height: 2.5em;
  width: 2.5em;
}

.image-size-3 {
  width: 3em;
  height: 3em;
}

.image-size-3-50 {
  width: 3.5em;
  height: 3.5em;
}

.image-size-4 {
  width: 4em;
  height: 4em;
}

.image-size-5 {
  width: 5em;
  height: 5em;
}

.image-size-6 {
  width: 6em;
  height: 6em;
}

.image-size-8 {
  width: 8em;
  height: 8em;
}

.image-size-100 {
  width: 100%;
  height: 100%;
}

.bc-logo, .print-logo {
  background-image: url("../../../img/bc-logo.svg?ver=1747316603");
}

.print-logo, .print-cobrand-logo {
  display: none;
}

.no-print-icon, .print-side-button {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.no-print-icon {
  width: 8rem;
  height: 8rem;
}

.print-side-button {
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.info-icon {
  background: url("../../../img/info_icon.svg?ver=1747316603") no-repeat !important;
  width: 1.8rem;
  height: 1.8rem;
}

#loading-image {
  position: absolute;
  top: 39%;
  left: 46%;
  z-index: 270;
  background-image: url("../../../img/loader_4.svg?ver=1747316603");
  background-repeat: no-repeat;
  display: block;
  width: 8rem;
  height: 8rem;
}

#delay-image {
  position: absolute;
  top: -0.5rem;
  left: 0;
  background-image: url("../../../img/loader_4.svg?ver=1747316603");
  background-repeat: no-repeat;
  display: block;
  width: 2rem;
  height: 2rem;
}

.actions-top > span:after, span.back-navigation:after {
  background-image: url("../../../img/prev-btn.svg?ver=1747316603");
  display: block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  top: 53%;
}

section .page-PageLandingPreview:before {
  background-image: url("../../../img/home.svg?ver=1747316603");
  width: 2.3rem !important;
  height: 2.2rem !important;
  top: 0.4rem !important;
  margin-top: 1rem;
}

section .page-PageMarketInRegions .section-title-image, .section-subtitle.page-PageMarketInRegions:before, section .page-PageMarketDevelopment .section-title-image {
  background-image: url("../../../img/marketbyregions4a.svg?ver=1747316603");
}

section .page-PageMarketInNumbers .section-title-image, .section-subtitle.markt-numbers-title:before, section .page-PageMarketInNumbersDevelopment .section-title-image {
  background-image: url("../../../img/marketbyrnumbers.svg?ver=1747316603");
}

section .page-profile-icon .section-title-image {
  background-image: url("../../../img/user.svg?ver=1747316603");
}

section .page-PageOwnBrands .section-title-image {
  background-image: url("../../../img/mybrand2a.svg?ver=1747316603");
}

section .page-PageCategoryDistribution:before {
  background-image: url("../../../img/mybrand_analysis.svg?ver=1747316603");
}

section .section-title.page-PageMarketPreview:before, section .section-subtitle.page-PageMarketPreview:before {
  background-image: url("../../../img/market_overview2.svg?ver=1747316603");
}

section .page-PageBrandsPreview:before {
  background-image: url("../../../img/mybrand_overview1a.svg?ver=1747316603");
}

section .merchandise-title:before, section .page-PageCategoriesPreview:before {
  background-image: url("../../../img/merchandise-icon.svg?ver=1747316603");
}

section .page-faq-title .section-title-image {
  background-image: url("../../../img/faq.svg?ver=1747316603");
  top: 1.4rem !important;
}

section .page-PageProductsPreview:before {
  background-image: url("../../../img/articles5a.svg?ver=1747316603");
}

section .page-PageProductComparison .section-title-image {
  background-image: url("../../../img/article_comparison3.svg?ver=1747316603");
}

section .page-PageProductsTopAndFlopByTurnover .section-title-image {
  background-image: url("../../../img/article_top_flop_2.svg?ver=1747316603");
}

section .page-PageProductDistribution .section-title-image, section .page-PageGroupDistribution .section-title-image, section .page-PageProductDistributionLevel2 .section-title-image, section .page-PageGroupDistributionLevel2 .section-title-image, section .page-PageProductDevelopment .section-title-image {
  background-image: url("../../../img/product_analysis1.svg?ver=1747316603");
}

section .categories-article-title:before {
  background-image: url("../../../img/article_top_flop_2.svg?ver=1747316603");
}

section .page-PageProductsTopAndFlopBySales .section-title-image {
  background-image: url("../../../img/article_top_flop_sold_pairs1.svg?ver=1747316603");
}

section .page-PageCategoriesBenchmark .section-title-image, section .categories-benchmark-title:before {
  background-image: url("../../../img/warengruppen_bechmark2b.svg?ver=1747316603");
}

section .categories-analyse-title:before, section .page-PageCategoriesAnalyse .section-title-image {
  background-image: url("../../../img/warengruppen_bechmark3d.svg?ver=1747316603");
}

section .page-PageProductSearch .section-title-image {
  background-image: url("../../../img/search_for_article.svg?ver=1747316603");
}

section .no-result-image {
  background-image: url("../../../img/article_search2.svg?ver=1747316603");
  background-repeat: no-repeat;
  width: 6rem;
  height: 6rem;
  display: inline-block;
}

section .page-PageProductTops .section-title-image {
  background-image: url("../../../img/article_top.svg?ver=1747316603");
}

section .page-PageProductFlops .section-title-image {
  background-image: url("../../../img/article_flop_2.svg?ver=1747316603");
}

section .page-PageBrandsBenchmarks .section-title-image {
  background-image: url("../../../img/product_bechmark.svg?ver=1747316603");
}

.feedbackPanelERROR:before {
  background-image: url("../../../img/alert-icon-white.svg?ver=1747316603");
  background-size: 1.5rem 1.5em;
  content: "";
  height: 1.6em;
  display: inline-block;
  width: 1.5rem;
  position: relative;
  top: 0.3rem;
}

.multipleBrandsSelectedHint:before {
  background-image: url("../../../img/alert-icon-blue.svg?ver=1747316603");
  background-size: 1.5rem 1.5em;
  content: "";
  height: 1.6em;
  display: inline-block;
  width: 1.5rem;
  position: relative;
  top: 0.3rem;
}

.category-1 {
  background-image: url("../../../img/male-icon.svg?ver=1747316603");
}

.fedas-category-3 {
  background-image: url("../../../img/category-8.svg?ver=1747316603");
}

.category-2 {
  background-image: url("../../../img/female-icon.svg?ver=1747316603");
}

.category-3 {
  background-image: url("../../../img/category-3.svg?ver=1747316603");
}

.category-4 {
  background-image: url("../../../img/category-4.svg?ver=1747316603");
}

.category-5 {
  background-image: url("../../../img/category-5.svg?ver=1747316603");
}

.category-6 {
  background-image: url("../../../img/category-6.svg?ver=1747316603");
}

.category-7 {
  background-image: url("../../../img/category-7.svg?ver=1747316603");
}

.category-8 {
  background-image: url("../../../img/category-8.svg?ver=1747316603");
}

.category-9 {
  background-image: url("../../../img/category-9.svg?ver=1747316603");
}

.fedas-category-2 {
  background-image: url("../../../img/category-7.svg?ver=1747316603");
}

.fedas-category-1 {
  background-image: url("../../../img/category-9.svg?ver=1747316603");
}

.faq-search .faq-search-icon {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.4rem;
  z-index: 1;
  background-image: url("../../../img/drilldown.svg?ver=1747316603");
  background-repeat: no-repeat;
  width: 1.88rem;
  height: 1.88rem;
}

.noMerchants-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  z-index: 139;
  background-color: #fff;
  background-image: url("../../../img/bar_graph_transparent.svg?ver=1747316603");
  background-repeat: no-repeat;
  background-position: center;
}

.page-market-innumberscharts .noMerchants-wrapper {
  min-height: 13rem;
}

.noMerchants-wrapper .no-charts-icon {
  background-image: url("../../../img/bar_graph_NA.svg?ver=1747316603");
  background-repeat: no-repeat;
  display: block;
  width: 1.56rem;
  height: 1.56rem;
  position: absolute;
  left: 47%;
  top: 19%;
}
@media screen and (max-width: 39.9375em) {
  .noMerchants-wrapper .no-charts-icon {
    top: 3%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .noMerchants-wrapper .no-charts-icon {
    top: 7%;
  }
}

.distributionAnalysis {
  background: url("../../../img/bar_graph.svg?ver=1747316603") no-repeat !important;
}

.developmentAnalysis {
  background: url("../../../img/history-icon-2.svg?ver=1747316603") no-repeat !important;
}

.print-circle {
  width: 0.63rem;
  height: 0.63rem;
  display: none;
}
@media print {
  .print-circle {
    display: block;
    float: left;
    margin-top: 0.3rem;
  }
}

/*.
	CURSOR LOADING	
*/
.cursor-loading {
  display: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  z-index: 100016;
  left: 0;
  top: 0;
  background: url("../../../img/loader_4.svg?ver=1747316603") no-repeat;
}

.close-fedas-extra {
  background: url("../../../img/close.svg?ver=1747316603") no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  top: 0.1rem !important;
  left: 0 !important;
}

.open-fedas-extra {
  background: url("../../../img/expand2.svg?ver=1747316603") no-repeat;
  width: 1rem;
  height: 1rem;
  top: 0.1rem !important;
  left: 0 !important;
}

.fedas-filter .accordion-content .close-fedas-extra, .fedas-filter .accordion-content .open-fedas-extra {
  display: inline-block !important;
  position: relative !important;
  margin: 0 !important;
}

@media screen and (max-width: 39.9375em) {
  .fedas-filter .accordion-content .grid-x .cell:nth-child(1), .fedas-filter .accordion-content .grid-x .cell:nth-child(2) {
    display: none;
  }
}

.last-hint {
  background: url("../../../img/warning.svg?ver=1747316603") no-repeat;
  width: 1rem;
  height: 1rem;
  opacity: 0.6;
}

.LastUpdateDayHintPanel .last-hint {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.toRegionPage {
  background: url("../../../img/drill-in.svg?ver=1747316603") no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 0.3rem;
  position: relative;
  top: 0.2rem;
}

.taskName {
  display: flex;
  align-items: center;
}

.taskName.loading {
  opacity: 1;
  display: block;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.taskName.loaded {
  opacity: 0;
  display: none;
}

.loading-image-left {
  background-image: url("../../../img/bc_with_boxes 3.svg?ver=1747316603");
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.MerchantListPanel-quality {
  width: 1rem;
  height: 1rem;
  opacity: 0.85;
  text-indent: -9999px;
  display: block;
}

.tooltip-ul .MerchantListPanel-quality {
  text-indent: 0;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 0.2rem;
}

.MerchantListPanel-quality.quality-1 {
  background: url("../../../img/circle_vj_green.svg?ver=1747316603") no-repeat;
}

.MerchantListPanel-quality.quality-2 {
  background: url("../../../img/circle_vj_yellow.svg?ver=1747316603") no-repeat;
}

.MerchantListPanel-quality.quality-3 {
  background: url("../../../img/circle_dark_orange.svg?ver=1747316603") no-repeat;
}

.MerchantListPanel-quality.quality-4 {
  background: url("../../../img/circle_vj_red.svg?ver=1747316603") no-repeat;
}

/* overriding vendor framework stylesheet */
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Open Sans", sans-serif;
}

body {
  font-size: 0.875rem;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

.align-center-middle {
  display: -moz-flex !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* remove chrome outline when selected */
*, *:focus, *:hover {
  outline: none;
}

.top-move .top-bar-bg {
  background: #f3f3f3;
}

.top-move .top-bar {
  background-color: transparent;
  overflow: visible;
  height: auto;
  padding: 0.5rem 0 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .top-move .top-bar {
    position: relative;
  }
}

.top-move .top-bar-bg .top-bar-left {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .top-move .top-bar-bg .top-bar-left {
    display: block;
    max-width: 4rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    flex: 1 1 33%;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    -webkit-box-flex: 0;
  }
}

.top-move .top-bar-bg .top-bar-left .title-bar {
  background: transparent;
  display: block;
  padding: 0;
}

.top-move .top-bar-bg .top-bar-left .title-bar .hamburger-wrap {
  width: 2.6rem;
  height: 2.6rem;
  margin-top: 5px;
  background-color: #024c94;
  border-radius: 10rem;
  float: left;
}

.top-move .top-bar-bg .top-bar-left .title-bar .hamburger-wrap .menu-icon {
  margin-left: 0;
  margin-right: 0;
  width: 2.6rem;
  height: 2.6rem;
}

.top-move .top-bar-bg .top-bar-left .title-bar .hamburger-wrap .menu-icon::after {
  top: 12px;
  left: 8px;
  width: 63%;
  background: #fefefe;
}

.top-move .top-bar-bg .top-bar-left .title-bar .hamburger-wrap .menu-icon:hover::after {
  background: #fefefe;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.top-move .top-bar-bg .top-bar-center {
  position: absolute;
  left: 50%;
  margin-left: -4rem;
}
@media screen and (max-width: 39.9375em) {
  .top-move .top-bar-bg .top-bar-center {
    left: 34%;
  }
}

.top-bar .top-bar-right .headerBox {
  float: left;
  padding: 0;
}

.top-bar .top-bar-right .user-nav {
  margin-right: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .top-bar .top-bar-right .user-nav {
    margin: 0;
  }
}

.top-bar .top-bar-right .user-nav li {
  float: left;
}

.top-bar .top-bar-right .user-nav li a {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.6rem;
  background-size: inherit;
}
@media screen and (max-width: 39.9375em) {
  .top-bar .top-bar-right .user-nav li a {
    margin: 0 0.4rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .top-bar .top-bar-right .user-nav li a {
    margin: 0 0.8rem;
  }
}

.top-bar .top-bar-right .user-nav li a.faq-nav {
  background-image: url("../../../img/faq.svg?ver=1747316603");
}

.top-bar .top-bar-right .user-nav li a.user {
  background-image: url("../../../img/user.svg?ver=1747316603");
}

.top-bar .top-bar-right .user-nav li a.intro-nav {
  background-image: url("../../../img/mytext.svg?ver=1747316603");
}

.top-bar .logo a {
  background-size: cover;
  background-image: url("../../../img/portal-name.svg?ver=1747316603");
  float: right;
  background-repeat: no-repeat;
  width: 7.5rem;
  height: 2.9rem;
  display: block;
}

@media screen and (max-width: 39.9375em) {
  .top-bar .menu li:hover a {
    color: #ffffff;
  }
}

/* 
	HEADER
*/
@media print {
  header {
    display: none;
  }
}

.header-flick {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  transition: all 1000ms linear;
}

#header {
  background-color: #fff;
  border-bottom: 0.0625rem solid #d2d2d2;
  width: 100%;
  transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  z-index: 250;
  max-width: 100% !important;
}
@media print {
  #header {
    visibility: hidden;
  }
}

#header.is-at-bottom {
  top: 0 !important;
}

#header.is-anchored.is-at-bottom {
  position: fixed;
}

@media screen and (max-width: 39.9375em) {
  #header .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}

#header .title-bar {
  height: 4rem;
}

#header .top-bar {
  padding: 0;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar {
    width: 100%;
  }
}

#header .top-bar ul {
  background-color: transparent;
}

#header .top-bar .accordion-main-menu .start {
  background: url(../../../img/home.svg?ver=1747316603) no-repeat;
  text-indent: -9999px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin-top: 0.4rem;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu .start {
    margin: 0 auto;
    width: 100%;
    background: none;
    text-indent: 0;
    height: auto;
  }
}

#header .top-bar .accordion-main-menu {
  position: inherit;
}

@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu .menu-text {
    width: 100%;
  }
}

.menu .menu-text {
  padding: 0.4rem 0.4rem;
}
@media screen and (max-width: 39.9375em) {
  .menu .menu-text {
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
  }
}

.menu .menu-text:last-child {
  border-bottom: none;
}

#header .top-bar .accordion-main-menu .menu-text a {
  display: inline-block;
  color: #585858;
  font-weight: 400;
  font-size: 0.875rem;
}

#header .top-bar .accordion-main-menu .menu-text > a {
  padding: 0.9rem 0.5rem 0.9rem;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu .menu-text > a {
    width: 100%;
  }
}

#header .top-bar .accordion-main-menu li[aria-expanded=true] {
  background-color: #024c94;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu li[aria-expanded=true] {
    border: none;
    padding: 0;
    background-color: transparent;
  }
}

#header .top-bar .accordion-main-menu li[aria-expanded=true] a {
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu li[aria-expanded=true] a {
    color: #585858;
  }
}

@media screen and (min-width: 40em) {
  #header .top-bar .accordion-main-menu li.home:hover {
    background-color: transparent;
  }
}

#header .top-bar .accordion-main-menu li:hover {
  background-color: #024c94;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu li:hover {
    background-color: transparent;
  }
}

@media screen and (min-width: 40em) {
  #header .top-bar .accordion-main-menu li:hover a {
    color: #ffffff;
  }
}

#header .top-bar .accordion-main-menu .is-accordion-submenu-parent {
  position: inherit;
}

#header .top-bar .accordion-main-menu .menu-text .is-accordion-submenu {
  width: 100%;
  height: 14rem;
  left: 0px;
  position: absolute;
  background-color: #024c94;
  top: 3.4rem;
  margin-left: 0px;
  z-index: 900;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu .menu-text .is-accordion-submenu {
    position: relative;
    top: 0;
    height: auto;
    background-color: transparent;
  }
}

#header .top-bar .accordion-main-menu .menu-text .is-accordion-submenu a {
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu .menu-text .is-accordion-submenu a {
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 2rem;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    color: #585858;
    font-size: 0.875rem;
  }
}

#header .top-bar .accordion-main-menu .is-accordion-submenu .accordion-drop-wrap {
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu .is-accordion-submenu .accordion-drop-wrap .cell {
    padding: 0;
  }
}

#header .accordion-main-menu .is-accordion-submenu h4 {
  color: #1a8cfc;
  padding: 0;
  margin-left: 0.3rem;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
}

#header .accordion-main-menu .is-accordion-submenu .menu-overview a {
  padding-left: 0;
  margin-left: 0.3rem;
}
@media screen and (max-width: 39.9375em) {
  #header .accordion-main-menu .is-accordion-submenu .menu-overview a {
    margin-left: 0;
    padding-left: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
  }
}

#header .accordion-main-menu .is-accordion-submenu .accordion-submenu-right {
  margin-top: 2rem;
}
@media screen and (max-width: 39.9375em) {
  #header .accordion-main-menu .is-accordion-submenu .accordion-submenu-right {
    margin-top: 0;
    margin-left: 0;
  }
}

#header .accordion-main-menu .is-accordion-submenu .accordion-submenu-right li:hover {
  background-color: transparent;
}

#header .accordion-main-menu .is-accordion-submenu .accordion-submenu-right li a {
  line-height: 1;
}

#header .accordion-overlay {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 15.5rem;
  margin-left: 0px;
  z-index: 900;
  height: calc(100vh - 19rem);
  opacity: 0;
  display: none;
}

#header .top-bar .accordion-main-menu .menu-text .is-active + .accordion-overlay {
  display: block;
}
@media screen and (max-width: 39.9375em) {
  #header .top-bar .accordion-main-menu .menu-text .is-active + .accordion-overlay {
    display: none;
  }
}

.admin-access {
  width: 100%;
  border-top: 0.5em solid #e65c5c;
  margin-bottom: 0.5rem;
  margin-top: -0.5rem;
}

/*
	LOGIN PAGE STYLES
*/
.login-box {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(21, 27, 38, 0.2);
  padding: 1rem;
  min-width: 25rem;
  max-width: 50rem;
}
@media screen and (max-width: 39.9375em) {
  .login-box {
    margin: 1em;
    min-width: 18rem;
  }
}

.login-box .bc-logo {
  height: 13rem;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .login-box .bc-logo {
    height: 5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .btn {
    width: 100%;
  }
}

.bc-logo {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.login-background {
  background-color: #f3f3f3;
}

.login-box .feedbackPanel .feedbackPanelERROR {
  padding: 0.5rem 1rem 0.5rem 2rem;
}

.login-box .feedbackPanel {
  background-color: #e65c5c;
}

.login-loader {
  background: url("../../../img/loader_4.svg?ver=1747316603") no-repeat center;
}

.login-loader #loader-text {
  padding-top: 8.5rem;
}

/*
	PASSWORD TOGGLER
*/
/*Show password*/
.hideShowPassword-wrapper {
  position: relative;
  display: block;
}

.showPass {
  position: absolute;
  right: 0.5rem;
  cursor: pointer;
  top: 0;
  width: 2.3125rem;
  height: 2.3125rem;
  background: url("../../../img/eye.svg?ver=1747316603") no-repeat center;
  background-size: 1.4375rem 1.4375rem;
  display: none;
}

.link-password {
  font-size: 0.75rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

/*
	REGISTRATION PAGE STYLES 
*/
.tnc_container {
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .tnc_container {
    margin-bottom: 2rem;
  }
}

.tnc_label {
  position: absolute;
  top: -0.5rem;
  left: 1.5rem;
  font-size: 1rem;
}

.language-bar-container {
  display: inline-block;
  margin-top: 1rem;
}

.language-bar {
  position: relative;
  width: 6em;
  text-align: left;
  margin-top: 0.3rem;
}

.language-bar:hover {
  cursor: pointer;
}

.language-bar .selectedLanguage {
  margin-left: 2.5rem;
}

.language-bar .selectedLanguage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MiA4MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODIgODI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojODc4Nzg3O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQuNCw2OS42Yy0wLjIsMC0wLjUsMC0wLjctMC4xYy0wLjYtMC4zLTEtMC45LTEtMS41di02LjZIOC4xYy0yLjUsMC00LjUtMi00LjUtNC41VjMwLjkKCQljMC0yLjUsMi00LjUsNC41LTQuNUgzMHYyLjVIOC4xYy0xLjEsMC0yLDAuOS0yLDJ2MjUuOWMwLDEuMSwwLjksMiwyLDJoNS4yYzEuMSwwLDIsMC45LDIsMnY1LjFsNi4zLTUuNGMxLjUtMS4zLDMuNC0yLDUuNC0yaDEzLjYKCQljMS4xLDAsMi4xLTAuOSwyLjEtMnYtMi45aDIuNXYyLjljMCwyLjUtMiw0LjUtNC42LDQuNUgyN2MtMS40LDAtMi43LDAuNS0zLjgsMS40bC03LjcsNi43QzE1LjIsNjkuNSwxNC44LDY5LjYsMTQuNCw2OS42eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTY3LjYsNTYuMWMtMC41LDAtMC45LTAuMi0xLjMtMC41bC04LjEtOC4xYy0wLjUtMC41LTEuMi0wLjgtMi0wLjhINDAuNmMtMi4xLDAtMy45LTEuNy0zLjktMy45VjE3LjYKCQljMC0yLjEsMS43LTMuOSwzLjktMy45aDMzLjljMi4xLDAsMy45LDEuNywzLjksMy45djI1LjZjMCwyLjEtMS43LDMuOS0zLjksMy45aC00LjdjLTAuMywwLTAuNSwwLjItMC41LDAuNXY2LjgKCQljMCwwLjctMC40LDEuNC0xLjEsMS42QzY4LjEsNTYsNjcuOCw1Ni4xLDY3LjYsNTYuMXogTTQwLjYsMTYuMmMtMC44LDAtMS40LDAuNi0xLjQsMS40djI1LjJjMCwwLjgsMC42LDEuNCwxLjQsMS40aDE1LjcKCQljMS40LDAsMi43LDAuNiwzLjcsMS42bDYuOCw2Ljh2LTVjMC0xLjYsMS4zLTMsMy0zaDQuN2MwLjgsMCwxLjQtMC42LDEuNC0xLjRWMTcuNmMwLTAuOC0wLjYtMS40LTEuNC0xLjRINDAuNnoiLz4KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTkuMyw1Mi45IDE2LjksNTIuMSAyMi4yLDM1LjQgMjYuNCwzNS40IDMxLjgsNTIuMSAyOS40LDUyLjkgMjQuNiwzNy45IDI0LDM3LjkgCSIvPgoJPHJlY3QgeD0iMTkuOCIgeT0iNDUuOSIgY2xhc3M9InN0MCIgd2lkdGg9IjguOSIgaGVpZ2h0PSIyLjUiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01Mi40LDQwLjFsLTEuNi0xLjlsNi4zLTUuMmwyLjYtNC4ybDIuMy00LjdINTAuM3YtMi41aDEzLjNjMC41LDAsMSwwLjMsMS4zLDAuN2MwLjMsMC40LDAuMywxLDAuMSwxLjUKCQlsLTMsNi4zbC0yLjgsNC42TDUyLjQsNDAuMXogTTYyLjcsMjIuN0M2Mi43LDIyLjcsNjIuNywyMi43LDYyLjcsMjIuN0w2Mi43LDIyLjd6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjYzLjYsNDAuMSA1Ni4xLDMzLjkgNTMsMjcgNTUuMywyNiA1OC4yLDMyLjMgNjUuMiwzOC4yIAkiLz4KCTxyZWN0IHg9IjU1LjgiIHk9IjIwLjEiIGNsYXNzPSJzdDAiIHdpZHRoPSIzLjciIGhlaWdodD0iMi41Ii8+CjwvZz4KPC9zdmc+");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-bar .selectedLanguage:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(-50%) rotate(45deg);
  border-right: 0.1rem solid #666;
  border-bottom: 0.1rem solid #666;
  transition: 0.2s ease;
}

.language-bar.visible .selectedLanguage:after {
  transform: translateY(-50%) rotate(-135deg) !important;
}

.language-bar .languageChoices {
  position: absolute;
  top: 100%;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: white;
  transform: scale(1, 0);
  transform-origin: top center;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  width: 10rem;
}
@media screen and (max-width: 39.9375em) {
  .language-bar .languageChoices {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .language-bar .languageChoices {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
  }
}

.language-bar .languageChoices .option {
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 39.9375em) {
  .language-bar .languageChoices .option {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 1rem 0.4rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .language-bar .languageChoices .option {
    padding: 1rem 0.4rem;
  }
}

.language-bar .languageChoices .option:hover {
  background: #eaeaea;
}

.language-bar.visible .languageChoices {
  visibility: visible;
  transform: scale(1, 1);
}

/* hide radio buttons in large display */
.languageChoices input[type=radio] {
  display: none;
}

/* move lables over hidden radio buttons */
.languageChoices label {
  margin: 0.4rem;
  display: block !important;
  top: initial !important;
  cursor: pointer;
  padding: 1rem 0.4rem;
}

/*
	HIGHCHARTS
*/
.highcharts-container {
  z-index: 30;
}

.highcharts-root {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.highcharts-background {
  fill: none !important;
}

g.highcharts-legend-item {
  margin-bottom: 1.56rem;
}

.highcharts-legend-item > text {
  font-weight: 400;
}

.categories-chart .highcharts-legend-item > text {
  cursor: default;
}

.highcharts-title {
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
}

.highcharts-container, .highcharts-axis-title {
  font-family: Open Sans, sans-serif;
}

.benchmark-small-chart .small-chart .side-bar-panel-chart {
  height: 7.5rem;
}

.small-legend span {
  float: left;
  margin-top: -0.15rem;
}

.small-legend p {
  margin-left: 1rem;
  color: #333333;
  font-weight: 400;
  font-size: 0.7rem;
  stroke-width: 0;
  cursor: default;
}

.small-legend .small-legend-circle::before {
  content: "";
  display: inline-block;
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 0.47rem;
  margin-right: 0.32rem;
}

.section-global .categories-chart .highcharts-background {
  fill: none !important;
}

.region-chart .highcharts-background, .brand-chart .highcharts-background, .market-history .highcharts-background {
  fill: none !important;
}

.highcharts-series .highcharts-tracker-line {
  stroke-width: 0.19rem;
}

.categories-chart .highcharts-title {
  margin-bottom: 2rem;
}

.highcharts-credits {
  display: none;
}

.highcharts-exporting-group {
  display: none;
}

.highcharts-figure, .highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

.page-market-innumberscharts h5 {
  padding-left: 0.4rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.my-all-brands .highcharts-color-0, .market-in-numbers-table .highcharts-color-5 {
  fill: #0085a6 !important;
  stroke: #0085a6;
}

.my-all-brands .highcharts-color-1, .merchantdetails-pie0 .highcharts-color-1 {
  fill: #023c76 !important;
  stroke: #023c76;
}

.merchantdetails-pie0 .highcharts-color-1 {
  stroke: white;
}

.merchantdetails-pie0 .highcharts-color-0, .merchantdetails-pie1 .highcharts-color-0, .merchantdetails-pie2 .highcharts-color-0 {
  fill: #0085a6 !important;
  stroke: #0085a6;
}

.merchantdetails-pie1 .highcharts-color-1, .merchantdetails-pie2 .highcharts-color-1 {
  fill: #ff7a05 !important;
}

.market-history .highcharts-color-0, .market-in-numbers-table .highcharts-color-0 {
  fill: #023c76 !important;
  stroke: #023c76;
}

.market-history .highcharts-color-1, .market-in-numbers-table .highcharts-color-1 {
  fill: #00996e !important;
  stroke: #00996e;
}

.market-history .highcharts-color-2, .market-in-numbers-table .highcharts-color-2 {
  fill: #EEAC6E !important;
  stroke: #EEAC6E;
}

.market-history .highcharts-color-3, .market-in-numbers-table .highcharts-color-3 {
  fill: #eb5e26 !important;
  stroke: #eb5e26;
}

.markt-map .highcharts-series .highcharts-color-0 {
  fill: #f3f3f3 !important;
  stroke: #cccccc;
}

.markt-map .highcharts-series .highcharts-color-0:hover {
  fill: #023c76 !important;
  stroke: #023c76;
  opacity: 0.5;
}

.markt-map .highcharts-series .highcharts-point-hover {
  fill: #023c76 !important;
  stroke: #023c76;
  opacity: 0.5;
}

.markt-map1 .highcharts-color-0 {
  fill: #eaeaea !important;
  stroke: #eaeaea;
}

.markt-map2 .highcharts-color-0 {
  fill: #f3f3f3 !important;
  stroke: #f3f3f3;
}

.markt-map3 .highcharts-color-0 {
  fill: #a8a8a8 !important;
  stroke: #a8a8a8;
}

.categories-chart.no-height-restriction {
  height: initial !important;
}

.distribution-chart {
  position: relative;
}

.distribution-chart .highcharts-series-0 .highcharts-color-0 {
  fill: #0085a6 !important;
  stroke: #0085a6;
}

.distribution-chart .highcharts-series-0.highcharts-color-0 {
  fill: #0085a6 !important;
  stroke: #0085a6;
}

.distribution-chart .highcharts-series-1 .highcharts-color-0 {
  fill: #023c76 !important;
  stroke: #023c76;
}

.distribution-chart .highcharts-series-1.highcharts-color-0 {
  fill: #023c76 !important;
  stroke: #023c76;
}

.distribution-chart .highcharts-color-2 {
  fill: #d2d2d2;
  stroke: #d2d2d2;
}

.markt-map .highcharts-series .highcharts-point-select {
  fill: #023c76 !important;
  opacity: 0.4;
}

.markt-map1 .highcharts-point-select {
  fill: #023c76 !important;
  opacity: 0.4;
}

.markt-map2 .highcharts-point-select {
  fill: #0085a6 !important;
  opacity: 0.4;
}

.markt-map3 .highcharts-point-select {
  fill: #00a6b3 !important;
  opacity: 0.4;
}

.sold-pairs-chart .highcharts-markers .highcharts-color-0 {
  fill: #0085a6 !important;
  stroke: #0085a6 !important;
}

.sold-pairs-chart .highcharts-axis-labels {
  fill: #0085a6 !important;
}

.sold-pairs-chart .highcharts-axis-labels.highcharts-xaxis-labels {
  fill: #023c76 !important;
}

.sold-pairs-chart .highcharts-series .highcharts-color-0 {
  fill: #023c76 !important;
  stroke: #023c76;
}

.sold-pairs-chart .highcharts-legend-item.highcharts-series-0 {
  fill: #023c76 !important;
  stroke: #023c76;
}

.sold-pairs-chart .highcharts-legend-item.highcharts-series-1 {
  fill: #0085a6 !important;
  stroke: #0085a6 !important;
}

.sold-pairs-chart .highcharts-tracker-line {
  stroke: #0085a6;
}

.turnover-withproduct-chart .highcharts-markers .highcharts-color-0 {
  fill: #41ced9 !important;
  stroke: #41ced9 !important;
}

.turnover-withproduct-chart .highcharts-series .highcharts-color-0 {
  fill: #0085a6 !important;
  stroke: #0085a6;
}

.turnover-withproduct-chart .highcharts-legend-item.highcharts-series-0 {
  fill: #0085a6 !important;
  stroke: #0085a6;
}

.turnover-withproduct-chart .highcharts-legend-item.highcharts-series-1 {
  fill: #00a6b3 !important;
  stroke: #00a6b3 !important;
}

.turnover-withproduct-chart .highcharts-tracker-line {
  stroke: #41ced9 !important;
}

.is-calcultarion-chart .highcharts-markers .highcharts-color-0 {
  fill: #3df6a5 !important;
  stroke: #3df6a5 !important;
}

.is-calcultarion-chart .highcharts-series .highcharts-color-0, .market-in-numbers-table .highcharts-color-4 {
  fill: #19c278 !important;
  stroke: #19c278;
}

.is-calcultarion-chart .highcharts-legend-item.highcharts-series-0 {
  fill: #19c278 !important;
  stroke: #19c278;
}

.is-calcultarion-chart .highcharts-legend-item.highcharts-series-1 {
  fill: #3df6a5 !important;
  stroke: #3df6a5 !important;
}

.is-calcultarion-chart .highcharts-tracker-line {
  stroke: #3df6a5 !important;
}

.rrpLoss-chart .highcharts-markers .highcharts-color-0 {
  fill: #f19239 !important;
  stroke: #f19239 !important;
}

.rrpLoss-chart .highcharts-series .highcharts-color-0 {
  fill: #EEAC6E !important;
  stroke: #EEAC6E;
}

.rrpLoss-chart .highcharts-legend-item.highcharts-series-0 {
  fill: #EEAC6E !important;
  stroke: #EEAC6E;
}

.rrpLoss-chart .highcharts-legend-item.highcharts-series-1 {
  fill: #f19239 !important;
  stroke: #f19239 !important;
}

.rrpLoss-chart .highcharts-tracker-line {
  stroke: #f19239 !important;
}

.selling-prices-chart .highcharts-markers .highcharts-color-0 {
  fill: #00523b !important;
  stroke: #00523b !important;
}

.selling-prices-chart .highcharts-series .highcharts-color-0 {
  fill: #00996e !important;
  stroke: #00996e;
}

.selling-prices-chart .highcharts-legend-item.highcharts-series-0 {
  fill: #00996e !important;
  stroke: #00996e;
}

.selling-prices-chart .highcharts-legend-item.highcharts-series-1 {
  fill: #00523b !important;
  stroke: #00523b !important;
}

.selling-prices-chart .highcharts-tracker-line {
  stroke: #00523b !important;
}

.article-group-history-chart .highcharts-background {
  fill: none !important;
}

.product-history-chart .highcharts-color-0, .article-group-history-chart .highcharts-color-0 {
  fill: #023c76;
  stroke: #023c76;
}

.product-history-chart .highcharts-color-1, .article-group-history-chart .highcharts-color-1 {
  fill: #00996e;
  stroke: #00996e;
}

.product-history-chart .highcharts-color-2, .article-group-history-chart .highcharts-color-2 {
  fill: #ff9466;
  stroke: #ff9466;
}

.channel-chart .highcharts-color-1:first-child {
  fill: #00a6b3;
  stroke: #00a6b3;
}

.channel-chart .highcharts-color-1:nth-child(2) {
  fill: #024c94;
  stroke: #024c94;
}

.channel-chart .highcharts-color-1:nth-child(3) {
  fill: #585858;
  stroke: #585858;
}

.region-chart .highcharts-color-1 {
  fill: #2266aa;
  stroke: #2266aa;
}

.brand-chart .highcharts-color-1 {
  fill: #023c76;
  stroke: #023c76;
}

.macro-chart .highcharts-color-1 {
  fill: #00996e;
  stroke: #00996e;
}

.color-chart .highcharts-color-1:first-child {
  fill: #ffffff;
  stroke: #cccccc;
}

.color-chart .highcharts-color-1:nth-child(2) {
  fill: #000000;
  stroke: #000000;
}

.color-chart .highcharts-color-1:nth-child(3) {
  fill: #585858;
  stroke: #585858;
}

.color-chart .highcharts-color-1:nth-child(4) {
  fill: #b57d1e;
  stroke: #b57d1e;
}

.color-chart .highcharts-color-1:nth-child(5) {
  fill: #e8d0a7;
  stroke: #e8d0a7;
}

.color-chart .highcharts-color-1:nth-child(6) {
  fill: #e65c5c;
  stroke: #e65c5c;
}

.color-chart .highcharts-color-1:nth-child(7) {
  fill: #EEAC6E;
  stroke: #EEAC6E;
}

.color-chart .highcharts-color-1:nth-child(8) {
  fill: #19c278;
  stroke: #19c278;
}

.color-chart .highcharts-color-1:nth-child(9) {
  fill: #024c94;
  stroke: #024c94;
}

.color-chart .highcharts-color-1:nth-child(10) {
  fill: #d2d2d2;
  stroke: #d2d2d2;
}

.categories-chart .highcharts-color-8 {
  fill: #ff9466;
  stroke: #ff9466;
}

.categories-chart .highcharts-color-6, .categories-chart .highcharts-color-7 {
  fill: #023c76;
  stroke: #023c76;
}

.categories-chart .highcharts-color-4, .categories-chart .highcharts-color-5 {
  fill: #0085a6;
  stroke: #0085a6;
}

.categories-chart .highcharts-color-2 {
  fill: #ff7a05;
  stroke: #ff7a05;
}

.categories-chart .highcharts-color-3 {
  fill: #ff7a05;
  stroke: #ff7a05;
}

.categories-chart .highcharts-color-9 {
  fill: #ff9466;
  stroke: #ff9466;
}

.DistributionBarChart-color .highcharts-color-0 {
  fill: #00a6b3 !important;
  stroke: #00a6b3 !important;
}

.DistributionBarChart-mainBranch .highcharts-color-0 {
  fill: #0068b3 !important;
  stroke: #0068b3 !important;
}

.DistributionBarChart-distributionChannel .highcharts-color-0 {
  fill: #012f83 !important;
  stroke: #012f83 !important;
}

.DistributionBarChart-macroLocation .highcharts-color-0 {
  fill: #024a6d !important;
  stroke: #024a6d !important;
}

.DistributionBarChart-microLocation .highcharts-color-0 {
  fill: #3c8cb4 !important;
  stroke: #3c8cb4 !important;
}

.categories-chart .highcharts-color-0, .categories-chart .highcharts-color-1 {
  fill: #00996e;
  stroke: #00996e;
}

.categories-chart .highcharts-data-label text, text.highcharts-data-label {
  fill: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.preview-only .markt-map .highcharts-series .highcharts-color-0:hover {
  fill: #f3f3f3 !important;
  stroke: #cccccc;
  opacity: 1;
}

.preview-only .markt-map .highcharts-series .highcharts-color-0.highcharts-point-select {
  fill: #023c76 !important;
  opacity: 0.4;
  stroke: #cccccc;
}

.highcharts-map-series .highcharts-point-hover {
  stroke-width: 2px;
}

.highcharts-map-series .highcharts-point-hover {
  -webkit-transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  -moz-transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  -o-transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
}

.highcharts-map-series .highcharts-point {
  -webkit-transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  -moz-transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  -o-transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
}

.side-bar-panel-chart .highcharts-color-0 {
  fill: #ffc805 !important;
}

.side-bar-panel-chart .highcharts-color-1 {
  fill: #ff7a05 !important;
  stroke: #ff7a05 !important;
}

.side-bar-panel-chart .highcharts-color-2 {
  fill: #d2d2d2 !important;
}

.side-bar-panel-chart .highcharts-color-3 {
  fill: #585858 !important;
}

.small-legend .small-legend-gray-light::before {
  background-color: #d2d2d2;
}

.small-legend .small-legend-gray-dark::before {
  background-color: #585858;
}

.small-legend .small-legend-meine::before {
  background-color: #ff7a05;
}

.small-legend .small-legend-meine-vj::before {
  background-color: #ffc805;
}

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select, .highcharts-markers .highcharts-point-select {
  stroke: #cccccc;
}

.categories-chart.CategoriesAnalyseBarChartPanel .highcharts-color-9, .categories-chart.CategoriesAnalyseBarChartPanel .highcharts-color-7, .categories-chart.CategoriesAnalyseBarChartPanel .highcharts-color-5, .categories-chart.CategoriesAnalyseBarChartPanel .highcharts-color-3, .categories-chart.CategoriesAnalyseBarChartPanel .highcharts-color-1 {
  opacity: 0.9;
}

.highcharts-data-label-hidden {
  opacity: 1;
}

.categories-chart.CategoriesAnalyseBarChartPanel .highcharts-color-3 {
  fill: #ff7a05;
  stroke: #ff7a05;
}

/*file for table designs */
/*
	Tables
*/
tbody tr {
  position: relative;
}

tbody tr:nth-child(even) {
  background-color: #f3f3f3 !important;
}

table {
  background-color: transparent !important;
  width: 100%;
  border: 0 none;
  border-collapse: collapse;
}

thead, tbody, tfoot {
  border: 0 none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .section-pagination table tr td {
    padding: 0.7rem 0.325rem;
  }
}

table tr th, table tr td {
  padding: 0.7rem 0.625rem;
}

table thead {
  background: transparent;
  border-bottom: 0.065rem solid #d2d2d2;
}

table tr.odd, table tr:nth-of-type(odd) {
  background: white;
}

.list-select-items tr.odd, table tr:nth-of-type(odd) {
  background-color: transparent;
}

.MerchantInfoPanel {
  position: relative;
  /* Ensures the triangle can be positioned relative to this div */
}

.MerchantInfoPanel::after {
  content: "";
  position: absolute;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 29px;
  border-style: solid;
  border-color: #d2d2d2 transparent transparent transparent;
  display: block;
}

.MerchantInfoPanel .cell {
  padding-bottom: 0.3rem;
}

.MerchantInfoPanel label {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

.page-body .my-performance .my-performance-item:nth-child(odd), .MerchantListPanel .MerchantListPanel-header, .MerchantListPanel .MerchantListPanel-body:nth-child(odd) {
  background-color: #f3f3f3;
}

.page-body .my-performance .my-performance-item, .MerchantListPanel-body .grid-x {
  padding: 0.5rem 0;
  overflow: hidden;
  position: relative;
  font-weight: 600;
}

.MerchantListPanel-body .grid-x {
  font-weight: normal;
}

.page-body .my-performance .my-performance-item > .columns:nth-child(1) {
  color: #585858;
  white-space: nowrap;
}

.my-performance .text-icon {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #585858;
  font-weight: 400;
}
@media screen and (max-width: 39.9375em) {
  .my-performance .text-icon {
    width: 3.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.page-body .my-performance .headers, .MerchantListPanel-header {
  font-weight: 600;
  max-width: none;
  width: auto;
}

.page-body .my-performance .headers .all-categories-subheader {
  margin-left: 18%;
  font-weight: 400;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .page-body .my-performance .headers .all-categories-subheader {
    margin-left: 23%;
  }
}

.page-body .my-performance .headers span {
  font-weight: 600;
  font-size: 0.75rem;
}

.page-body .my-performance .headers .my-title span {
  color: #0085a6;
}

/* end of my-performance Table */
/* category-item-tab Table */
.preview-only .category-item-tab {
  cursor: default;
}

.category-item-tab {
  background: 0 0;
  position: relative;
  border-bottom: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  padding: 1rem;
}

.category-item-tab.selectedCategory {
  background: none #fff;
  color: #024c94;
  border-top-width: 1px;
  border-color: #d2d2d2;
  font-weight: 700;
  margin-bottom: -1px;
  box-shadow: none;
  margin-left: -0.05rem;
  border-radius: 0.28571rem 0.28571rem 0 0 !important;
}

.category-item-tab .ellipsis {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.category-item-tab .ellipsis:hover .slide-title-third {
  color: #024c94 !important;
}

.category-item-tab .slide-title-third {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 2rem;
  display: inline-block;
  text-align: center;
}

.category-item-tab .slide-title-third:hover {
  color: #024c94 !important;
}

.category-item-tab .sub-title-under {
  font-size: 0.6875rem;
  color: #585858;
}

.preview-only .category-item-tab .slide-title-third:hover, .preview-only .category-item-tab .ellipsis:hover .slide-title-third {
  color: #000 !important;
}

.preview-only .categoryPanelList-tab:first-child .category-item-tab .slide-title-third:hover, .preview-only .categoryPanelList-tab:first-child .category-item-tab .ellipsis:hover .slide-title-third {
  color: #024c94 !important;
}

.merchantdetails-brandpanel .medium-9 {
  width: 100%;
}

/*
	CATEGORIES IMAGES
*/
.category-1, .category-2, .category-3, .category-4, .category-5, .category-6, .category-7, .category-8, .category-9, .fedas-category-3, .fedas-category-2, .fedas-category-1 {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  position: absolute;
  top: 36%;
  right: 1rem;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .category-1, .category-2, .category-3, .category-4, .category-5, .category-6, .category-7, .category-8, .category-9, .fedas-category-3, .fedas-category-2, .fedas-category-1 {
    width: 2.5rem;
    height: 2.5rem;
    top: 30%;
  }
}

/* end of category-item-tab Table */
/* mg-table Table */
.mg-table .header-row {
  background-color: #f3f3f3;
}

.mg-table .header-row:nth-child(2) {
  font-size: 0.75rem;
}

.mg-table .actual {
  color: #75b8fa;
}

.mg-table .last-year {
  color: #023c76;
}

/* end of mg-table Table */
/* end of product-kpi-table Table */
@media screen and (max-width: 39.9375em) {
  .product-list-top-flop .product-kpi-table {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-list-top-flop .product-kpi-table {
    margin-top: 1rem;
  }
}

section.even .product-list-top-flop .product-kpi-table .grid-x:nth-child(odd), section .ProductDataTablePanel .categories-analyse-chart .chart-table-body > .cell:nth-child(even), .categories-analyse-tablepanel .grid-x .cell .grid-x .cell:first-child, .categories-analyse-tablepanel .grid-x .cell .grid-x .cell:nth-child(even) {
  background-color: #f3f3f3;
}

section.odd .product-list-top-flop .product-kpi-table .grid-x:nth-child(odd) {
  background-color: white;
}

.product-list-top-flop .product-kpi-table .cell {
  padding: 0.7rem 0.625rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-list-top-flop .product-kpi-table .cell {
    text-align: center;
  }
}

.product-list-top-flop .product-kpi-table .cell span.text-small {
  font-size: 0.75rem;
  font-weight: 400;
  color: #585858;
}
@media screen and (max-width: 39.9375em) {
  .product-list-top-flop .product-kpi-table .cell span.text-small {
    width: 3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
}

.product-list-top-flop .product-kpi-table .cell span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
}

/* end of product-kpi-table Table */
/* market-in-numbers-table Table */
.market-in-numbers-table .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.market-in-numbers-table .container .child {
  flex: 1;
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-table .container .child {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .market-in-numbers-table .container .child .cell.text-center span:first-child, .categories-analyse-chart-body span.actual {
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-table .container .child .cell.text-center span:first-child, .categories-analyse-chart-body span.actual {
    display: block;
  }
}

.myBrandsTable .market-in-numbers-table .container .child .cell:last-child {
  height: 4rem;
}
@media screen and (max-width: 39.9375em) {
  .myBrandsTable .market-in-numbers-table .container .child .cell:last-child {
    height: 8rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .myBrandsTable .market-in-numbers-table .container .child .cell:last-child {
    height: 8rem;
  }
}

.market-in-numbers-table .container .child .cell {
  height: 3rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-table .container .child .cell {
    height: 4rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .market-in-numbers-table .container .child .cell {
    height: 4rem;
  }
}

.market-in-numbers-table .container .child .cell:nth-child(2) {
  height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.chart-table .market-in-numbers-table .header-return-value {
  padding-top: 0;
}

.market-in-numbers-table .container .child .grid-x .cell:nth-child(even) {
  background-color: #f3f3f3;
}

.market-in-numbers-table .container .child .grid-x .cell:nth-child(1), .market-in-numbers-table .container .child .grid-x .cell:nth-child(2) {
  background-color: #f3f3f3;
  height: 3.4rem;
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-table .container .child .grid-x .cell:nth-child(1), .market-in-numbers-table .container .child .grid-x .cell:nth-child(2) {
    height: 3.4rem;
  }
}

.market-in-numbers-table .container .child .grid-x .cell:nth-child(3), .market-in-numbers-table .container .child .grid-x .cell:nth-child(4), .market-in-numbers-table .container .child .grid-x .cell:nth-child(5), .market-in-numbers-table .container .child .grid-x .cell:nth-child(6) {
  min-height: 4rem;
}

.myBrandsTable .market-in-numbers-table .container .child .grid-x .cell:nth-child(6) {
  min-height: 5rem;
}

/* end of market-in-numbers-table Table */
.market-in-numbers-table.market-in-numbers-comp-table {
  margin-bottom: 2rem;
}

.market-in-numbers-table.market-in-numbers-comp-table .container .child:not(:first-child) .grid-x .cell:nth-child(3) {
  background-color: #f3f3f3;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child:not(:first-child) .grid-x .cell:nth-child(3) div {
    width: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child:not(:first-child) .grid-x .cell:nth-child(3) div {
    width: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.market-in-numbers-table.market-in-numbers-comp-table .container .child .cell:nth-child(2) {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(1), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(2), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(3), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(4), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(5), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(6) {
  height: 3rem;
  min-height: 3rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(1), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(2), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(3), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(4), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(5), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(6) {
    height: 4rem !important;
    min-height: 4rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(1), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(2), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(3), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(4), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(5), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(6) {
    height: 4rem !important;
    min-height: 4rem;
  }
}

.market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(8) {
  background-color: #fff;
}

.market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(7), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(11) {
  background-color: #f3f3f3;
}

.market-in-numbers-table.market-in-numbers-comp-table .container .child:first-child .grid-x .cell:nth-child(6), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(10), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(11) {
  height: 4rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child:first-child .grid-x .cell:nth-child(6), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(10), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(11) {
    height: 6rem !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child:first-child .grid-x .cell:nth-child(6), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(10), .market-in-numbers-table.market-in-numbers-comp-table .container .child .grid-x .cell:nth-child(11) {
    height: 6.5rem !important;
  }
}

.market-in-numbers-table.market-in-numbers-comp-table .container .child:not(:first-child) .grid-x .cell:nth-child(4), .market-in-numbers-table.market-in-numbers-comp-table .container .child:not(:first-child) .grid-x .cell:nth-child(5) {
  background-color: #fff;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child:first-child {
    max-width: 6rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child:first-child {
    max-width: 3rem;
  }
}

/* distribution-table Table */
.distribution-table table thead th {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 39.9375em) {
  .distribution-table table thead th {
    padding: 0.5rem 0.2rem 0.625rem;
  }
}

.tab-category-content .distribution-table table thead .headers th:nth-child(2), .tab-category-content .distribution-table table thead .headers th:nth-child(3), .tab-category-content .distribution-table table thead .headers th:nth-child(4) {
  text-align: center;
}

.tab-category-content .distribution-table table thead .headers th:nth-child(5) {
  text-align: center;
}

.tab-category-content .distribution-table table thead th:nth-child(5) {
  width: 17%;
}

.distribution-table table thead .headers th:nth-child(5), .distribution-table table thead .headers th:nth-child(6), .distribution-table table thead .headers th:nth-child(7) {
  width: 11%;
}

.distribution-table a.action {
  display: inline-block;
  position: relative;
  text-indent: -999px;
}

.distribution-table a.action > div {
  width: 1.8rem;
  height: 1.8rem;
  text-indent: -999px;
  overflow: hidden;
}

@media screen and (max-width: 39.9375em) {
  .distribution-table table tr {
    position: relative;
  }
}

.tab-category-content .distribution-table table thead th:first-child {
  width: auto;
}

.tab-category-content .distribution-table table tbody td {
  text-align: center !important;
}
@media screen and (max-width: 39.9375em) {
  .tab-category-content .distribution-table table tbody td {
    text-align: center !important;
    padding: 0.7rem 0.2rem;
  }
}

.tab-category-content .distribution-table table tbody td:nth-child(8) {
  position: absolute;
  right: 3rem;
  bottom: 0rem;
}

.tab-category-content .distribution-table table tbody td:nth-child(9) {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
}

.tab-category-content .distribution-table table tbody td:nth-child(2), .tab-category-content .distribution-table table tbody td:nth-child(5), .tab-category-content .distribution-table table tbody td:nth-child(6), .tab-category-content .distribution-table table tbody td:nth-child(7) {
  text-align: center !important;
}

@media screen and (max-width: 39.9375em) {
  .tab-category-content .distribution-table table tbody .item-product {
    max-width: 7rem;
  }
}

.distribution-table .tooltip-icon-container {
  top: 4%;
}

.distribution-table .item-product img {
  width: 6rem;
  margin: 0 auto 0;
  height: auto;
  min-height: 6rem;
}
@media screen and (max-width: 39.9375em) {
  .distribution-table .item-product img {
    width: 4rem;
    min-height: 4rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .distribution-table .item-product img {
    width: 4rem;
    min-height: 4rem;
  }
}
@media print {
  .distribution-table .item-product img {
    min-height: 3.7rem;
    width: 3.7rem;
  }
}

.distribution-table .brand-product {
  width: 9rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .distribution-table .brand-product {
    width: 7rem;
  }
}

/* end of distribution-table Table */
/* CategoryTablePanel Table */
.CategoryTablePanel .noMerchants-wrapper {
  height: 15.63rem;
}

.CategoryTablePanel .actual {
  font-size: 0.875rem;
}

.CategoryTablePanel .action span.distributionAnalysis {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .CategoryTablePanel .action span.distributionAnalysis {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .CategoryTablePanel .action span.distributionAnalysis {
    float: none;
    margin: 0 auto;
  }
}

.CategoryTablePanel .nextCategoriesLevel {
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .CategoryTablePanel .nextCategoriesLevel {
    float: none;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .CategoryTablePanel .nextCategoriesLevel {
    float: none;
    margin: 0 auto;
  }
}

.CategoryTablePanel span.distribution-label {
  margin-left: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .CategoryTablePanel span.distribution-label {
    margin-left: 0;
  }
}

.CategoryTablePanel span.distribution-label:hover {
  cursor: pointer;
}

.CategoryTablePanel .categories-analyse-chart .chart-table-body.hart-header-border {
  background-color: #f3f3f3;
}

.CategoryTablePanel .categories-analyse-chart .chart-table-body:nth-child(even) {
  background-color: white;
}

/* end of CategoryTablePanel Table */
/* chart-table Table */
.chart-table.myBrandsTable {
  height: auto;
}

.chart-table.CategoryTablePanel .chart-table-body:hover, .chart-table.allBrandsTable .chart-table-body:hover, .chart-table.myBrandsTable .chart-table-body:hover {
  background-color: #d2d2d2 !important;
}

.chart-table.CategoryTablePanel .chart-header-border:hover, .chart-table.allBrandsTable .chart-header-border:hover, .chart-table.myBrandsTable .chart-header-border:hover {
  background-color: #f3f3f3 !important;
}

.table-in-columns-body .chart-table-body:nth-child(odd) {
  background-color: #f3f3f3;
}

section.even:nth-child(even) .table-in-columns-body .chart-table-body:nth-child(even) {
  background-color: white;
}

section.preview-only:nth-child(even) .table-in-columns-body .chart-table-body:nth-child(odd) {
  background-color: white;
}

.chart-table .marketInNumbersTable .header-return-value {
  text-align: right;
}

.chart-table .header-return-value {
  width: 100%;
  float: none;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  padding: 0.6rem 0.625rem 0;
  margin-left: 0.3rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .chart-table .header-return-value {
    margin-left: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .chart-table .header-return-value {
    margin-left: 0;
  }
}

.chart-table .categories-analyse-chart .header-return-value {
  margin-left: 1.3rem;
}

.chart-table .categories-analyse-chart .categories-analyse-chart-header span {
  display: block;
  text-align: center;
}

.chart-table .categories-analyse-chart .chart-table-body .categories-analyse-chart-body .cell {
  text-align: center;
}

.chart-table .categories-analyse-chart .cell .grid-x .cell:first-child .header-return-value {
  margin-left: 0rem;
  padding-left: 0rem;
  text-align: left !important;
}

.benchmarkt-table .chart-table .header-return-value {
  margin-left: 1.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .benchmarkt-table .chart-table .header-return-value {
    margin-left: 0.5rem;
    width: 5.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.chart-table .actual {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 0 0.3rem;
}
@media screen and (max-width: 39.9375em) {
  .chart-table .actual {
    display: block;
  }
}

.chart-table .last-year {
  display: inline-block;
  font-size: 0.75rem !important;
  position: relative;
}

.chart-table .chart-table-body.chart-header-border {
  border-bottom: 0.0625rem solid #d2d2d2;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.chart-table .chart-table-body {
  font-size: 0.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .chart-table .chart-table-body {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .chart-table .chart-table-body {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .chart-table .chart-table-body .font-size14 {
    width: 5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.chart-table .nextCategoriesLevel, .chart-table .nextBrandLevelLink {
  background: url("../../../img/drilldown.svg?ver=1747316603") no-repeat !important;
  width: 1.3rem !important;
  height: 1rem !important;
  display: block;
}

.chart-table .categories-analyse-body .nextCategoriesLevel {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

@media screen and (max-width: 39.9375em) {
  .chart-table .chart-table-body .cell {
    padding-right: 0.225rem;
    padding-left: 0.225rem;
  }
}

.chart-table .chart-table-body.chart-header-border .gil-sortable-header {
  cursor: pointer;
}

.chart-table .chart-table-body.chart-header-border .gil-sortable-header:before {
  background-image: url("../../../img/down-up.svg?ver=1747316603");
  background-size: 1em 1em;
  content: "";
  position: relative;
  top: 0.2rem;
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
}

.chart-table .chart-table-body.chart-header-border .gil-sortable-header.asc:before, .MerchantListPanel-header .ASC:before {
  background-image: url("../../../img/up.svg?ver=1747316603");
  background-size: 1em 1em;
  content: "";
  position: relative;
  top: 0.2rem;
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
  background-repeat: no-repeat;
}

.chart-table .chart-table-body.chart-header-border .gil-sortable-header.desc:before, .MerchantListPanel-header .DESC:before {
  background-image: url("../../../img/down.svg?ver=1747316603");
  background-size: 1em 1em;
  content: "";
  position: relative;
  top: 0.2rem;
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
}

.MerchantListPanel-header .ASC:before, .MerchantListPanel-header .DESC:before {
  width: 1.5rem !important;
  height: 1.5rem !important;
  background-size: contain;
  right: 0.2rem;
}

/* end of chart-table Table */
/* categories-analyse-tablepanel Table */
.CategoryTablePanel .categories-analyse-tablepanel .actual {
  font-size: 0.75rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 39.9375em) {
  .CategoryTablePanel .categories-analyse-tablepanel .actual {
    height: 3rem;
  }
}

.categories-analyse-tablepanel .icon-cell .categories-analyse-body {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  height: 8rem;
}

.categories-analyse-tablepanel .icon-cell .categories-analyse-body span:first-of-type {
  margin-top: 0.85rem;
}
@media screen and (max-width: 39.9375em) {
  .categories-analyse-tablepanel .icon-cell .categories-analyse-body span:first-of-type {
    margin-top: 2rem;
  }
}

.categories-analyse-tablepanel .categories-analyse-body .categories-analyse-data {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 8rem;
}

@media screen and (max-width: 39.9375em) {
  .categories-analyse-tablepanel .categories-analyse-body .categories-analyse-data > span {
    display: block;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .categories-analyse-tablepanel .categories-analyse-body .categories-analyse-data > span {
    display: block;
  }
}

.categories-analyse-tablepanel .categories-analyse-side .cell div {
  vertical-align: middle;
  display: table-cell;
  height: 8rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .categories-analyse-tablepanel .categories-analyse-side .cell div {
    word-break: break-all;
    text-indent: -0.8rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .categories-analyse-tablepanel .categories-analyse-side .cell div::first-line {
    text-indent: 0em;
  }
}

.categories-analyse-tablepanel .grid-x .cell .grid-x .cell:nth-child(odd) {
  background-color: white;
}

@media screen and (max-width: 39.9375em) {
  .categories-analyse-tablepanel .grid-x .cell.icon-cell > .grid-x {
    margin-right: -0.2rem;
  }
}

/* end of categories-analyse-tablepanel Table */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .search-table .action-column .action p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .search-table .action-column .action p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4rem;
  }
}

.markt-map-table .chart-body .cell:not(:first-child), .markt-map-table .chart-header-border .cell .grid-x .cell:not(:first-child) {
  text-align: right;
}

.markt-map-table .table-in-columns-body .chart-table-body:nth-child(even) {
  background-color: white;
}

/*
	BUTTON
*/
.btn {
  background-color: #024c94;
  border-radius: 10rem;
  color: #ffffff;
  min-height: 1.9em;
  line-height: 0.9em;
  min-width: 8em;
  outline: 0;
  margin: 0;
  cursor: pointer;
}

.button {
  background-color: #024c94;
  border-radius: 10rem;
  color: #ffffff;
  min-height: 1.9em;
  line-height: 0.9em;
  min-width: 8em;
  outline: 0;
  margin: 0;
  cursor: pointer;
}

.btn:hover, .btn:focus {
  color: #f3f3f3;
}

.btn-back {
  background-color: transparent;
  color: #585858;
  border: 1px solid #585858;
}
@media screen and (max-width: 39.9375em) {
  .btn-back {
    margin-bottom: 1rem;
  }
}

.btn-back:hover {
  color: #585858;
  background-color: transparent;
}

.btn-cancel {
  background-color: #FF0000;
}

.btn-icon {
  padding: 1.1rem 2.8rem 1.1rem 1.3rem;
}

/*
 GO TO TOP BUTTON
*/
#myBtn {
  display: none;
  /* Hidden by default */
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  border: 0;
  background: url(../../../img/up-icon.svg?ver=1747316603) no-repeat center;
  background-size: 1.8rem;
  width: 1rem;
  height: 2rem;
  padding: 1.4rem;
  border-radius: 10rem;
  text-align: center;
  background-color: #023c76;
  position: fixed;
  z-index: 9998;
  margin: 0;
  box-shadow: 2px 10px 13px -4px rgba(0, 0, 0, 0.07);
  transition: background-color 100ms ease-in-out;
  cursor: pointer;
  right: 3rem;
  bottom: 1rem;
}

#myBtn:hover, #myBtn:focus {
  background-color: #0085a6;
}

.gototop {
  display: block;
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  border: 0;
  opacity: 0;
  background: url(../../../img/up-icon.svg?ver=1747316603) no-repeat center;
  background-size: 1.8rem;
  width: 1rem;
  height: 2rem;
  padding: 1.4rem;
  border-radius: 10rem;
  text-align: center;
  background-color: #0085a6;
  position: fixed;
  z-index: 9999;
  margin: 0;
  box-shadow: 2px 10px 13px -4px rgba(0, 0, 0, 0.07);
  transition: background-color 100ms ease-in-out;
  cursor: pointer;
  right: 3rem;
  bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .gototop {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .gototop {
    display: block !important;
    right: 2rem;
    bottom: 1rem;
  }
}

.gototop:hover, .gototop:focus {
  background-color: #00a6b3;
}

@media screen and (max-width: 39.9375em) {
  .errorDialog .slide-btn-container button {
    margin-bottom: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .errorDialog .slide-btn-container button {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .profile-box-wrapper button {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .profile-box-wrapper button {
    margin-bottom: 0.5rem;
  }
}

.history-icon-white {
  position: relative;
}

.history-icon-white:after {
  background-image: url(../../../img/history-icon-white.svg?ver=1747316603);
  position: absolute;
  right: 0.8rem;
  top: 0.7rem;
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.product_detailsLink {
  line-height: 1.9em;
}

.product_detailsLink::after {
  content: "";
  background-image: url(../../../img/drilldown-white-2.svg?ver=1747316603);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.3rem;
  left: 0.5rem;
}

.addProductsContainer #btn-add-product .add-product {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 39.9375em) {
  .addProductsContainer #btn-add-product .add-product {
    top: 50%;
    right: 0%;
    position: fixed;
  }
}

#btn-add-product .add-product {
  background-image: url("../../../img/plus-circle.svg?ver=1747316603");
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.fedas-filter .string-add.new-filter-add {
  background-image: url("../../../img/plus-circle.svg?ver=1747316603");
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  text-indent: -99999px;
}

.fedas-filter .gender-button.selected, .left-gender-filter .gender-button.selected {
  background-color: #f3f3f3 !important;
}

.fedas-filter .female.gender-button, .left-gender-filter .female.gender-button {
  background-image: url("../../../img/female.svg?ver=1747316603");
  display: inline-block;
  height: 2.2rem;
  background-size: 0.8rem;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position-x: center;
  background-position-y: center;
}

.left-gender-filter .female.gender-button {
  border-left: 0.0628rem solid #e6e6e6;
}

.fedas-filter .male.gender-button, .left-gender-filter .male.gender-button {
  background-image: url("../../../img/male.svg?ver=1747316603");
  display: inline-block;
  height: 2.2rem;
  background-size: 0.8rem;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position-x: center;
  background-position-y: center;
}

.fedas-filter .child.gender-button, .left-gender-filter .child.gender-button {
  background-image: url("../../../img/child-icon.svg?ver=1747316603");
  display: inline-block;
  height: 2.2rem;
  background-size: 1rem;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position-x: center;
  background-position-y: center;
}

.left-gender-filter .child.gender-button {
  border-right: 0.0628rem solid #e6e6e6;
}

.accordion-content .string-add.new-filter-add {
  width: 1.3rem;
  height: 1.3rem;
  top: 0.1rem;
}

.fedas-filter .clone-add {
  background-image: url("../../../img/clone.svg?ver=1747316603");
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  text-indent: -99999px;
  top: 0.5rem;
  left: 0.15rem;
}

.fedas-filter .fedas-full-with .clone-add {
  top: 0.6rem;
  left: 0;
}

.fedas-filter .accordion-content .clone-add, .fedas-filter .accordion-content .duplicate, .fedas-filter .accordion-content .fedas-delete {
  top: 0rem;
}

.fedas-filter .duplicate {
  background-image: url("../../../img/duplicate.svg?ver=1747316603");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  text-indent: -99999px;
  top: 0.6rem;
}

.fedas-filter .fedas-delete {
  background-image: url("../../../img/trashcan.svg?ver=1747316603");
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  text-indent: -99999px;
  top: 0.4rem;
}

.fedas-filter .ober-category {
  background-image: url("../../../img/single-back.svg?ver=1747316603");
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.45rem;
}

.fedas-filter .accordion-content .ober-category, .fedas-filter .accordion-content .unter-category {
  width: 1.3rem;
  height: 1.3rem;
  top: 0.1rem;
}

.fedas-filter .unter-category {
  background-image: url("../../../img/single-forward.svg?ver=1747316603");
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.45rem;
}

.fedas-filter .info-icon {
  width: 1rem;
  height: 1rem;
  top: 0.3rem;
  position: relative;
}

#btn-add-product .add-product span {
  position: relative;
  top: 3.5rem;
  left: -0.5rem;
}

.add-distribution-product {
  background-image: url("../../../img/plus-circle.svg?ver=1747316603");
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.item-product-image .delete-top {
  background-image: url("../../../img/trashcan.svg?ver=1747316603");
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  position: absolute;
  z-index: 1;
}

.developmentAnalysis-action, .distributionAnalysis-action {
  display: block;
  text-align: right;
}

.developmentAnalysis-action:after, .distributionAnalysis-action:after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.developmentAnalysis-action:after {
  background: url("../../../img/history-icon-2.svg?ver=1747316603") no-repeat !important;
}

.benchmark-small-chart .action span.distributionAnalysis {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  margin-bottom: 0.33rem;
}

.benchmark-small-chart .nextBrandLevelLink, .detailsLink {
  background: url("../../../img/drilldown.svg?ver=1747316603") no-repeat !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  display: inline-block;
  margin-right: 0.5rem;
}

.distributionAnalysis-action:after {
  background: url("../../../img/bar_graph.svg?ver=1747316603") no-repeat !important;
}

.add-product-reveal .close-button {
  top: 1.3rem;
  right: 1rem;
  text-indent: -99999px;
  background-image: url("../../../img/close.svg?ver=1747316603");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  min-width: 1rem;
}

.prev, .next, .first, .last {
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  text-indent: -9999px;
  padding: 0px 0.5em;
  margin: 0px 0.4rem;
  display: inline-block;
}

.prev {
  background-image: url("../../../img/prev-pag-btn.svg?ver=1747316603");
}

.next {
  background-image: url("../../../img/next-pag-btn.svg?ver=1747316603");
}

.first {
  background-image: url("../../../img/first-btn.svg?ver=1747316603");
  margin-right: 0;
}

.last {
  background-image: url("../../../img/last-btn.svg?ver=1747316603");
  margin-left: 0;
}

.timeRangeButtons button {
  font-size: 0.875rem;
}

.timeRangeButtons a.timeRangeButtons-title:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../../../img/gear-solid.svg?ver=1747316603");
  display: inline-block;
  position: relative;
  left: 0.5rem;
  top: 0.18rem;
}

.market-innumberscharts-drilldown {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../../../img/drilldown.svg?ver=1747316603");
  display: inline-block;
  position: relative;
  left: 0.5rem;
  top: 0.18rem;
}

.fedas-filter .close-fedas-extra {
  display: none;
}

.fedas-filter .open-fedas-extra {
  display: block;
}
@media screen and (max-width: 39.9375em) {
  .fedas-filter .open-fedas-extra {
    display: none;
  }
}

.fedas-filter .fedas-full-with .close-fedas-extra {
  display: block;
  position: absolute;
  z-index: 100016;
  left: 0;
  top: 0;
  margin-left: 0.6rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .fedas-filter .fedas-full-with .close-fedas-extra {
    display: none;
  }
}

.open-fedas-extra {
  display: block;
  position: absolute;
  z-index: 100016;
  left: 0;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

.fedas-filter .fedas-full-with .open-fedas-extra {
  display: none;
}

.progress-0 {
  width: 0%;
}

.progress-20 {
  width: 20%;
}

.progress-40 {
  width: 40%;
}

.progress-60 {
  width: 60%;
}

.progress-80 {
  width: 80%;
}

.progress-90 {
  width: 90%;
}

.progress-100 {
  width: 100%;
}

.progress-hidden {
  display: none;
}

.progress-register .progress-meter {
  border-top-left-radius: 8px;
}

.progress-register {
  height: 0.4rem;
  margin-top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: calc(100% + 4rem);
}

.progress-register .progress-100 {
  border-top-right-radius: 8px;
}

#registration .progress-register {
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
}

.print-only {
  display: none;
}
@media print {
  .print-only {
    display: block;
  }
}

@media print {
  .print-hidden {
    display: none !important;
  }
}

@media print {
  section .section-title-image {
    top: -0.5rem;
  }
}

.print-only .card, .print-only .card-section {
  display: none;
  position: relative;
}
@media print {
  .print-only .card, .print-only .card-section {
    display: initial;
  }
}

@media print {
  .print-only .card {
    display: table;
    height: 5rem;
    margin: 20% auto;
    width: 18cm;
    padding: 5rem;
  }
}

@media print {
  .print-only .card h2 {
    font-size: 1.6875rem;
    line-height: 2.5rem;
    padding: 0 0 1rem 0.3rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    position: relative;
  }
}

@media print {
  .print-only .card h3 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding: 0 0 1rem 0.3rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    position: relative;
  }
}

@media print {
  .print-only .card-section {
    height: 20rem;
    margin: 0 auto;
    width: 20rem;
    margin: auto;
    text-align: center;
  }
}

@media print {
  .print-brake {
    -moz-column-break-before: page;
         break-before: page;
    page-break-before: page;
  }
}

@media print {
  .print-brake-0 {
    margin-bottom: 0 !important;
    -moz-column-break-before: page;
         break-before: page;
    page-break-before: page;
  }
}

@-moz-document url-prefix() {
  @media print {
    .print-brake-moz-40 {
      margin-bottom: 40vh !important;
      -moz-column-break-before: page;
           break-before: page;
      page-break-before: page;
    }
  }

  @media print {
    .print-brake-moz-40-top {
      margin-top: 40vh !important;
      width: 1px;
    }
  }

  @media print {
    .print-brake-55 {
      margin-bottom: 55vh !important;
      width: 1px;
    }
  }

  @media print {
    .page-categories-benchmark .section-benchmark:nth-child(even) {
      margin-bottom: 55vh !important;
    }
  }
}
@media print {
  .hide-on-print {
    display: none;
  }
}

@media print {
  .no-print {
    display: none;
  }
}

@media print {
  content {
    border-bottom: none;
  }
}

@media print {
  .print-6 {
    width: 50% !important;
  }
}

@media print {
  .print-font-14 {
    font-size: 0.878rem;
    margin: 0;
  }
}

@media print {
  .pr-b-0 {
    border: none !important;
  }
}

@media print {
  .pr-b-b0 {
    border-bottom: none !important;
  }
}

@media print {
  .pr-p0 {
    padding: 0rem !important;
  }
}

@media print {
  .layout-wrapper {
    min-height: auto !important;
  }
}

@media print {
  .brand-detail-panel-icons, .brand-numbers-buttons, a.action, .distributionAnalysis, .developmentAnalysis {
    display: none;
  }
}

@media print {
  .regions-print-grid {
    display: block;
  }
}

@media print {
  .regions-print-grid > .cell {
    width: 100% !important;
  }
}

br.br-print-brake {
  display: none;
}
@media print {
  br.br-print-brake {
    display: block;
  }
}

@media print {
  .section-own-brand .value:first-of-type, .brand-detail-panel .brand-numbers > span.value {
    display: block;
  }
}

@media print {
  .tab-category-content .text-icon.print-short {
    display: inline-block;
    text-overflow: ellipsis;
    width: 4.2rem;
    white-space: nowrap;
    overflow: hidden;
    height: 1rem;
  }
}

@media print {
  .distribution-table table {
    table-layout: fixed !important;
  }
}

@media print {
  .tab-category-content .distribution-table table tbody td {
    vertical-align: top;
  }
}

@media print {
  .tab-category-content .distribution-table table thead .headers th:nth-child(5), .tab-category-content .distribution-table table thead .headers th:nth-child(6), .tab-category-content .distribution-table table thead .headers th:nth-child(7), .tab-category-content .distribution-table table tbody td:nth-child(2), .tab-category-content .distribution-table table tbody td:nth-child(5), .tab-category-content .distribution-table table tbody td:nth-child(6), .tab-category-content .distribution-table table tbody td:nth-child(7) {
    display: table-cell !important;
  }
}

@media print {
  .product_detailsLink, span.back-navigation, .tab-category-content .distribution-table table thead .headers th:nth-child(8) {
    display: none !important;
  }
}

@media print {
  .tab-category-content .distribution-table table thead th:first-child {
    width: 7rem !important;
  }
}

@media print {
  .tab-category-content .distribution-table table thead .headers th:nth-child(2), .tab-category-content .distribution-table table thead .headers th:nth-child(3), .tab-category-content .distribution-table table thead .headers th:nth-child(4), .tab-category-content .distribution-table table thead .headers th:nth-child(7) {
    width: 4rem !important;
  }
}

@media print {
  .tab-category-content .distribution-table table thead .headers th:nth-child(5) {
    width: 3rem !important;
  }
}

@media print {
  .tab-category-content .distribution-table table thead .headers th:nth-child(6) {
    width: 5rem !important;
  }
}

@media print {
  .noMerchants-wrapper {
    height: 350px;
  }
}

@media print {
  .page-categories-benchmark .section-benchmark:nth-child(1) {
    page-break-before: always;
  }
}

@media print {
  .page-categories-benchmark .section-benchmark:nth-child(even) {
    page-break-after: always;
  }
}

@media print {
  .page-categories-benchmark .section-benchmark:last-child {
    page-break-after: avoid;
  }
}

@media print {
  .own-brands-section section:first-child.page-body {
    height: 26cm;
    border: none;
  }
}

@media print {
  .own-brands-section section.page-body {
    height: 29cm;
    border: none;
  }
}

@media print {
  .own-brands-section section:not(:first-child) {
    page-break-before: page;
    -moz-column-break-before: page;
         break-before: page;
  }
}

@media print {
  .product-comparsion .grid-x .cell .table-articles {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media print {
  .category-1, .category-2, .category-3, .category-4, .category-5, .category-6, .category-7, .category-8, .category-9, .fedas-category-3, .fedas-category-2, .fedas-category-1 {
    width: 2.5rem;
    height: 2.5rem;
    top: 30%;
  }
}

@media print {
  .categories-analyse-tablepanel .grid-x .cell:nth-child(2) {
    height: 3rem !important;
  }
}

@media print {
  .categories-analyse-tablepanel .grid-x .cell, .categories-analyse-tablepanel .grid-x .cell .grid-x .cell:nth-child(1) {
    height: 4rem !important;
  }
}

@media print {
  .categories-analyse-tablepanel .categories-analyse-body .categories-analyse-data, .categories-analyse-tablepanel .categories-analyse-side .cell div {
    vertical-align: top;
  }
}

@media print {
  .categories-analyse-tablepanel .categories-analyse-side .cell div {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media print {
  .categories-analyse-tablepanel .categories-analyse-body .categories-analyse-data .vj-value {
    display: block;
  }
}

@media print {
  .categories-analyse-tablepanel .grid-x .cell .grid-x .cell {
    height: 3rem !important;
    border-bottom: 0.0635rem solid #d2d2d2;
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }

  .hide-for-small-only {
    display: block !important;
  }
}
@media print {
  @page {
    margin: 0cm 0cm 0cm 0cm;
    size: A4;
  }
  @-moz-document url-prefix() {
    /* only for Firefox, page margin - 5mm */
    @page {
      size: A4;
      margin: 0cm 0cm 0cm 0cm;
      padding: 0;
    }
  }
}
@media print {
  .brandPanel .grid-x > .cell {
    height: auto !important;
  }
}

img.print-image {
  display: none;
}

@media print {
  .print-image {
    display: none;
  }
}

@media print {
  img.print-image {
    background-image: none !important;
    display: initial !important;
  }
}

@media print {
  .benchmarkt-table .chart-table .header-return-value {
    margin-left: 0;
  }
}

@media print {
  .benchmarkt-table .chart-table .header-return-value:last-child {
    margin-left: -1rem;
  }
}

@media print {
  .chart-table.CategoryTablePanel .actual {
    display: block;
  }
}

@media print {
  .chart-table .chart-table-body .font-size14 {
    font-size: 0.75rem;
    position: relative;
    top: 0.2rem;
  }
}

@media print {
  .markt-map-table .chart-body .cell:first-child, .markt-map-table .chart-header-border .cell .grid-x .cell:first-child {
    text-overflow: ellipsis;
    width: 11rem;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media print {
  .markt-map-table .chart-body .cell:not(:first-child), .markt-map-table .chart-header-border .cell .grid-x .cell:not(:first-child) {
    text-align: right;
  }
}

@media print {
  .market-in-numbers-table.market-in-numbers-comp-table:first-child {
    margin-bottom: 4rem;
  }
}

@media print {
  .market-in-numbers-table.market-in-numbers-comp-table .container .child:not(:first-child) .grid-x .cell:nth-child(3) div {
    width: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media print {
  .cobrand-logo-image {
    width: 3rem !important;
    margin-top: 0.3rem;
    height: 2.2rem !important;
    padding-right: 1rem;
    border-right: 0.0635rem solid #d2d2d2;
    margin-left: 0.5rem;
  }
}

@media print {
  .marketOverviewDataPanel {
    margin-top: 5mm;
    padding: 5mm;
  }
}

@media print {
  .distribution-table table {
    margin-bottom: 0;
  }
}

.tab-category-content .distribution-table table tbody td {
  padding: 0.2rem;
}

@media print {
  .distribution-table .brand-product {
    font-size: 0.75rem;
  }
}

.side-bar-button {
  display: block;
  right: 0;
  opacity: 1;
  transition: all 100ms ease 1s;
  text-decoration: none;
  white-space: nowrap;
  z-index: 140;
  position: fixed;
  top: 36%;
  width: 3.125rem;
  margin-bottom: 0;
  border-bottom: 0 none;
  border-top: 0 none;
  padding: 0;
}
@media screen and (max-width: 39.9375em) {
  .side-bar-button {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .side-bar-button {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}

@media print {
  .vertical-tab {
    visibility: hidden;
  }
}

.print-allowed {
  background-image: url("../../../img/print.svg?ver=1747316603");
  background-repeat: no-repeat;
  height: 3.4rem;
  width: 3.4rem;
  background-size: 2rem;
  z-index: 150;
  display: block;
  box-shadow: 2px 10px 13px -4px rgba(0, 0, 0, 0.07);
  padding: 2.5rem 0 0.6rem;
  background-position: 50% 0.8rem;
  background-color: #00a6b3;
  cursor: pointer;
  margin-top: 1rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .print-allowed {
    width: 100%;
  }
}
@media screen and (max-width: 39.9375em) {
  .print-allowed {
    width: 100%;
  }
}

.download-link.vertical-tab {
  background-image: url("../../../img/excel_white.svg?ver=1747316603");
  background-repeat: no-repeat;
  height: 3.8rem;
  background-size: 2rem;
  z-index: 150;
  display: block;
  box-shadow: 2px 10px 13px -4px rgba(0, 0, 0, 0.07);
  padding: 2.5rem 0 0.6rem;
  background-position: 50% 0.8rem;
  background-color: #00a6b3;
  cursor: pointer;
  margin-top: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .download-link.vertical-tab {
    position: relative;
    top: 3rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .download-link.vertical-tab {
    position: relative;
    top: 3rem;
    margin-top: 0;
  }
}

.vertical-tab .right-off-canvas-toggle .filter-and-icon {
  text-align: center;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .vertical-tab .right-off-canvas-toggle .filter-and-icon {
    width: 11rem;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .vertical-tab .right-off-canvas-toggle .filter-and-icon {
    width: 11rem;
    margin: auto;
    text-align: center;
  }
}

.vertical-tab .right-off-canvas-toggle {
  height: auto !important;
  z-index: 150;
  display: block;
  box-shadow: 2px 10px 13px -4px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  margin: 0;
  min-height: auto;
  min-width: auto;
  float: none;
  padding-bottom: 0.5rem;
  background-color: #012A52;
}
@media screen and (max-width: 39.9375em) {
  .vertical-tab .right-off-canvas-toggle {
    box-shadow: none;
    min-height: auto;
    line-height: 0.9em;
    margin: 0 auto;
    display: inline-block;
    float: right;
    min-height: 3rem;
    width: 100%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .vertical-tab .right-off-canvas-toggle {
    box-shadow: none;
    min-height: auto;
    line-height: 0.9em;
    margin: 0 auto;
    display: inline-block;
    float: right;
    min-height: 3rem;
    width: 100%;
  }
}

.vertical-tab .vertical-tab-filter {
  background-image: url("../../../img/filter.svg?ver=1747316603");
  background-repeat: no-repeat;
  background-position: 50% 0.8rem;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
@media screen and (max-width: 39.9375em) {
  .vertical-tab .vertical-tab-filter {
    background-position: 29% 0rem;
    position: relative;
    top: 1rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .vertical-tab .vertical-tab-filter {
    background-position: 40% 0rem;
    position: relative;
    top: 1rem;
  }
}

.vertical-tab .inactive {
  background-color: #012A52;
}

.vertical-tab .active {
  background-color: #023c76;
  -webkit-animation: move 1s;
          animation: move 1s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.vertical-tab .active .vertical-tab-filter {
  background-image: url("../../../img/filter-white.svg?ver=1747316603");
  display: inline-block;
}

.off-canvas.is-transition-overlap {
  z-index: 9999;
}

.js-off-canvas-overlay {
  z-index: 9998;
  background: rgba(78, 77, 77, 0.25);
}

.off-canvas-content .side-panel.position-right {
  transform: translate3d(100%, 0, 0);
  z-index: 280;
}

.side-panel {
  width: 33rem;
  overflow-y: auto;
  background-color: #fff;
  border: 0.025rem solid #d2d2d2;
  padding: 0;
  overflow-x: hidden;
  transform: translateX(33rem);
}
@media screen and (max-width: 39.9375em) {
  .side-panel {
    width: 100%;
    overflow-y: auto;
  }
}

.side-panel .side-panel-inner {
  position: relative;
  height: inherit;
}

.side-panel .side-panel-inner h3 {
  clear: both;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin: 0.2rem 1.875rem 1rem;
}

.side-panel .wicket-ajax-indicator {
  position: relative;
  top: 0.2rem;
  right: 0.5rem;
}

.filter-head-wrapper {
  background: #f3f3f3;
  min-height: 5rem;
}

.filter-head-wrapper .grid-x {
  padding-top: 1rem;
}

.filter-head-wrapper select {
  font-size: 0.75rem;
  border: 1px solid #e6e6e6;
}

.save-filter-button a {
  background-image: url("../../../img/floppy_grey.svg?ver=1747316603");
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  margin-top: 0.5rem;
  margin-left: 0.9rem;
}

.favorite-filter-button a {
  background-image: url(../../../img/fav_grey.svg?ver=1747316603);
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  margin-top: 0.5rem;
}

.favorite-filter-button a.favorite {
  background-image: url(../../../img/fav_blue_full.svg?ver=1747316603);
}

.delete-filter-button a {
  background-image: url(../../../img/trashcan_grey.svg?ver=1747316603);
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  margin-top: 0.5rem;
  margin-left: 0.9rem;
}

.filterPanel {
  display: flex;
  flex-flow: column;
  height: calc(100% - 5rem);
  padding: 0 1.3125rem;
}

.filter-column {
  flex-grow: 1;
}

.filter-left-wrapper label, .filter-right-wrapper label, .filter-right-wrapper .tree-theme-human, .filter-right-wrapper span.currency, .filter-right-wrapper input {
  font-size: 0.75rem;
}

.filter-right-wrapper .tree-theme-human {
  padding: 1rem 1rem 0.5rem 1rem;
}

.filter-right-wrapper .sub-content-selector {
  border: none;
}

.filter-left-wrapper select, .filter-right-wrapper select, .fedas-filter select, .filter-left-wrapper .left-gender-filter .gender-buttons {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  border: 0.0628rem solid #e6e6e6;
}

.filter-left-wrapper .input-container-last select {
  margin-bottom: 0;
}

.filter-accordion .accordion-item > .accordion-title {
  color: #585858;
  padding: 0.8rem 1rem;
  height: 2.4375rem;
}

.filter-accordion .accordion-item .sub-content-selector .filter-search input {
  display: block;
  top: 0.3rem;
  left: 0.4rem;
  z-index: 1;
  background-image: url(../../../img/drilldown.svg?ver=1747316603);
  background-repeat: no-repeat;
  padding-left: 2.4rem;
  background-size: 1.8rem;
  background-position: 0.3rem 0.18rem;
}

.filter-accordion .accordion-item .sub-content-selector .tree-header {
  margin-left: -1rem;
  margin-right: -1rem;
}

.filter-accordion .accordion-item .fedas-filter .sub-content-selector .tree-header {
  margin-left: 0;
  margin-right: 0;
}

.filter-accordion .accordion-item .accordion-item .sub-content-selector .tree-header {
  margin-left: 0;
  margin-right: 0;
}

.sub-content-selector {
  border: 0.0628rem solid #e6e6e6;
}

.sub-content-selector .tree-header .tree-header-buttons span {
  display: block;
}

.sub-content-selector .tree-header .tree-header-buttons a, .sub-content-selector .tree-header a.accordion-title, .sub-content-selector .tree-header a.accordion-content-button {
  color: #585858;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  height: 2.2rem;
  background-color: #f3f3f3;
  border-bottom: 0.0628rem solid #e6e6e6;
  border-top: 0.0628rem solid #e6e6e6;
  display: block;
}

.sub-content-selector .tree-header .tree-header-buttons a {
  background-color: white !important;
  line-height: 0.75rem;
}

.sub-content-selector .tree-header .tree-header-buttons a:first-child {
  border-top: 0;
}

.sub-content-selector .tree-header .tree-header-buttons a.selected {
  font-weight: 700;
  color: #000;
}

.gender-buttons .cell {
  border: 0.0628rem solid #e6e6e6;
  font-size: 1.2rem;
  height: 2.2rem;
}

.fedas-filter .gender-buttons .cell {
  border-top: 0;
}

.gender-buttons .cell:nth-child(1) {
  border-left: 0;
}

.gender-buttons .cell:nth-child(2) {
  border-left: 0;
  border-right: 0;
}

.gender-buttons .cell:nth-child(3) {
  border-right: 0;
}

.gender-buttons .cell a {
  width: 100%;
  display: block;
}

.fedas-sub-content {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.fedas-sub-content .tree-header .tree-header-buttons a {
  padding: 0.8rem 1rem;
  height: 2.4375rem;
}

.fedas-sub-content .tree-header .tree-header-buttons:last-child a.selected {
  border-bottom: 0;
}

.fedas-full-with .fedas-manual-list {
  border-left: 0.0628rem solid #e6e6e6;
  border-right: 0.0628rem solid #e6e6e6;
}

.fedas-manual-list {
  border-top: 0.0628rem solid #e6e6e6;
}

.fedas-manual-list .small-9 {
  width: 64%;
}

.fedas-manual-list .fedas-category-list .small-1 {
  width: 11.33333%;
}

.fedas-full-with .fedas-manual-list .fedas-category-list .small-1 {
  width: 8.33333%;
}

.fedas-manual-list .small-9 .grid-x .small-1 {
  width: 16.66667%;
}

.fedas-manual-list .small-9 .grid-x .small-10 {
  width: 66.66667%;
}

.fedas-width.fedas-full-with .fedas-manual-list .small-9 {
  width: 75%;
}

.fedas-manual-list .small-1 .string-add {
  margin-left: 0.1rem;
}

.fedas-width.fedas-full-with .fedas-manual-list .small-1:last-child {
  margin-left: 0;
}

.fedas-width.fedas-full-with .fedas-manual-list .small-9 .grid-x .small-1 {
  width: 8.33333%;
}

.fedas-width.fedas-full-with .fedas-manual-list .small-9 .grid-x .small-10 {
  width: 83.33333%;
}

.fedas-filter {
  position: relative;
}

.fedas-filter.fedas-full-with > .cell {
  border-top: 0;
}

.fedas-filter .accordion {
  margin-bottom: 0;
}

.fedas-filter .accordion-item {
  position: relative;
}

.fedas-filter .accordion-title {
  padding: 0.5rem !important;
  border: 0 !important;
  background-color: #f3f3f3;
}

.fedas-filter .accordion-title span {
  position: relative;
  top: 0.3rem;
}

.fedas-filter .accordion-title::before {
  top: 57%;
}

.fedas-filter .accordion-content {
  border-top: 0;
}

.fedas-filter .fedas-full-with .accordion-content {
  position: absolute;
  top: 2.4rem;
}

.fedas-filter .accordion-content span {
  position: relative;
  bottom: 0.3rem;
  color: #585858;
  font-size: 0.75rem;
}

.fedas-filter .accordion-content .grid-x .cell {
  margin-bottom: 1rem;
  width: 100%;
}

.fedas-filter .fedas-full-with .accordion-content .grid-x .cell {
  width: 50%;
}

.fedas-filter .fedas-width {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .fedas-filter .fedas-width {
    position: relative !important;
    width: 100% !important;
  }
}

.fedas-filter .fedas-full-with {
  position: absolute;
  width: 30.25rem;
  right: -0.1rem;
  z-index: 10010;
  display: block;
  background-color: white;
  top: 0;
}
@media screen and (max-width: 39.9375em) {
  .fedas-filter .fedas-full-with {
    right: 0;
  }
}

.sub-content-selector .tree-header .tree-header-buttons .divisionButton a {
  text-align: left;
  width: 100%;
}

.sub-content-selector .tree-header .tree-header-buttons a:hover, .sub-content-selector .tree-header a.accordion-title:hover, .sub-content-selector .tree-header a.accordion-content-button:hover {
  color: #000;
  background-color: #d2d2d2;
}

.sub-content-selector .tree-header .tree-header-buttons:last-child a {
  border-bottom: 0;
}

.sub-content-selector .tree-header .tree-header-buttons .accordion-title {
  border-left: 0;
  border-right: 0;
}

.sub-content-selector .tree-header .accordion-content {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

.sub-content-selector .tree-header a.accordion-content-button {
  width: 50%;
  text-align: center;
}

.sub-content-selector .tree-header-full a.accordion-content-button {
  width: 100%;
  text-align: center;
  border-right: none !important;
}

.sub-content-selector .tree-header .tree-header-buttons.fedas-manual-selected a.selected {
  background-color: #f3f3f3 !important;
}

.sub-content-selector .tree-header a.accordion-content-button:first-child {
  border-right: 0.0628rem solid #e6e6e6;
}

.filter-accordion .accordion-content {
  padding-bottom: 0;
}

.filter-accordion .accordion-content .filterable {
  clear: both;
  margin-bottom: 0.3rem;
  position: relative;
  top: 0.01rem;
  overflow: hidden;
}

.filter-accordion .accordion-content .filterable [type=checkbox] {
  margin: 0.3rem 0;
  float: left;
}

.filter-accordion .accordion-content .filterable label {
  width: 70%;
  float: left;
  position: relative;
  display: inline;
  font-weight: normal;
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
}

.filter-accordion .accordion-content .tree-theme-human .tree-node {
  margin-bottom: 0.5rem;
}

.filter-accordion .accordion-content .tree-theme-human .tree-node input {
  margin: 0;
}

.filter-accordion .accordion-content .tree-theme-human .tree-content a {
  background-image: none;
  padding-left: 0;
}

.filter-accordion .accordion-content .tree-theme-human a:hover {
  text-decoration: none;
}

.filter-buttons label {
  font-size: 0.75rem;
}

.filter-buttons input {
  margin-bottom: 0 !important;
  position: relative;
  top: 0.1rem;
}

.filter-buttons button {
  font-size: 0.75rem !important;
}

/*DATE PICKER*/
.filterPanel #date-picker-toggle {
  margin-bottom: 0;
}

#date-picker-toggle {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 1.9rem;
  white-space: nowrap;
}

#date-picker-toggle {
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #585858;
  position: relative;
  border: 0.0625rem solid #cccccc;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: normal;
  padding: 0.5rem;
  margin-bottom: 1rem;
  /*required to prevent selection of the text on multiple clicks*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

#date-picker-toggle:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0;
  background: url(../../../img/cal-sel.svg?ver=1747316603) no-repeat;
  top: 0.1rem;
}

#date-picker-toggle:hover {
  cursor: pointer;
}

.filterPanel #date-picker {
  margin-top: -0.1rem;
}

#date-picker {
  margin-bottom: 1rem;
  border: 0.0625rem solid #ccc;
  padding: 0.5rem;
}

#date-picker .tooltip-container {
  padding-right: 0;
  position: relative;
}

#date-picker .month .m-label {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

#date-picker .w .cw {
  color: #dfdfdf;
}

#date-picker .heading-label div, #date-picker .w div {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  font-size: 0.9rem;
  cursor: pointer;
}

#date-picker .week-sel .w .cw:hover, #date-picker .week-sel .w .exclude-date:hover {
  cursor: auto;
}

#date-picker .w .cw.exclude-date, .exclude-date {
  color: #dedede;
  background: #fafafa;
  cursor: default;
}

.sel.exclude-date {
  color: #dedede !important;
}

.sel.exclude-date:hover {
  color: #dedede;
}

#date-picker .w .cw.exclude-date:hover {
  color: #dedede;
}

#date-picker .week-sel .w {
  margin-bottom: 0.2rem;
}

#date-picker .week-sel .exclude-week:hover {
  background-color: #fafafa !important;
  cursor: default !important;
}

#date-picker .week-sel .exclude-week div:hover {
  background-color: #fafafa !important;
  cursor: default !important;
}

#date-picker .week-sel .exclude-week .no-sel:hover {
  background-color: transparent !important;
}

#date-picker .week-sel .w:hover {
  cursor: pointer;
  background-color: #e6fdff;
}

#date-picker .week-sel .ui-selected {
  background-color: #00a6b3;
}

#date-picker .week-sel .ui-selected .sel {
  color: black !important;
}

#date-picker .week-sel .exclude-week.ui-selected {
  background: #fafafa;
}

#date-picker .week-sel .exclude-week.ui-selected div {
  color: #dedede;
}

#date-picker .week-sel .ui-selected div {
  color: black;
}

#date-picker .week-sel .ui-selected .cw {
  color: #99e0ff;
}

#date-picker .week-sel .w .sel {
  background: none;
  color: #8f8f8f;
}

#date-picker .week-sel .w:hover div {
  color: black;
  background: none;
}

#date-picker .week-sel .w:hover .cw {
  color: black;
}

#date-picker .week-sel .w:hover .exclude-date {
  color: #dedede;
}

#date-picker .week-sel .w:hover .sel {
  color: #009EE3;
}

#date-picker .heading-label div {
  border-bottom: 0.0625rem solid #EBEBEB;
  text-align: center;
  font-weight: bold;
}

#date-picker .w div:hover {
  cursor: pointer;
  color: #000;
  background-color: #00a6b3;
  font-weight: 500;
}

#date-picker .w .sel {
  color: black;
  background: #00a6b3;
  font-weight: 500;
}

#date-picker .w .cw:hover, #date-picker .w .no-sel:hover {
  color: inherit;
  background-color: inherit;
  cursor: inherit;
}

#date-picker .w .cw:hover {
  color: inherit;
}

#date-picker .calendar-previous {
  background-image: url(../../../img/single-back.svg?ver=1747316603);
  left: 0;
}

#date-picker .calendar-next {
  background-image: url(../../../img/single-forward.svg?ver=1747316603);
  right: 0;
}

#date-picker .calendar-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  z-index: 99;
  /*required to prevent selection of the text on multiple clicks*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#date-picker .calendar-icon:hover {
  cursor: pointer;
}

.vertical-tab .right-off-canvas-toggle .date-filter {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .vertical-tab .right-off-canvas-toggle .date-filter {
    text-align: center;
    display: inline-block;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .vertical-tab .right-off-canvas-toggle .date-filter {
    text-align: center;
    display: inline-block;
  }
}

.vertical-tab .right-off-canvas-toggle .date-filter .month-filter {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 39.9375em) {
  .vertical-tab .right-off-canvas-toggle .date-filter .month-filter {
    display: inline;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .vertical-tab .right-off-canvas-toggle .date-filter .month-filter {
    display: inline;
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.vertical-tab .right-off-canvas-toggle .date-filter .year-filter {
  display: block;
  font-size: 0.5625rem;
}
@media screen and (max-width: 39.9375em) {
  .vertical-tab .right-off-canvas-toggle .date-filter .year-filter {
    display: inline;
    font-size: 0.825rem;
    font-weight: 100;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .vertical-tab .right-off-canvas-toggle .date-filter .year-filter {
    display: inline;
    font-size: 0.825rem;
    font-weight: 100;
    margin-right: 0.5rem;
  }
}

.filter-feedbackPanel .cell {
  margin-left: 0 !important;
  width: 100% !important;
}

.filter-feedbackPanel .callout {
  display: block;
}

.filter-feedbackPanel button {
  display: none;
}

.reveal-overide {
  top: auto;
  display: block;
  padding: 0;
  border: none;
  max-width: 100%;
}

.reveal-overide .first-section {
  background-image: url("../../../img/startpg_bg.jpg?ver=1747316603");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reveal-viewport .intro-close-button {
  position: fixed;
  top: 1.3rem;
  right: 1rem;
  z-index: 10001;
  background-image: url(../../../img/close-icon-white.svg?ver=1747316603);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  min-width: 1rem;
}

.reveal-viewport .intro-close-button span {
  display: none;
}

.reveal-overide .slides {
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.reveal-overide section {
  border: none;
  top: 0 !important;
  height: 100%;
  color: #ffffff !important;
  text-transform: inherit !important;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal-overide section {
    overflow: scroll;
  }
}

.reveal-overide section .grid-container.fluid {
  width: 100%;
}

.reveal-overide section header {
  margin-top: 1.3rem;
}
@media screen and (max-width: 39.9375em) {
  .reveal-overide section header {
    margin-top: 3rem;
  }
}

.reveal-overide section.intro-bg-clear {
  background-color: #ffffff;
}

.reveal-overide section.intro-bg-blue {
  background-color: #024c94;
}

.reveal-overide section.intro-bg-grey {
  background-color: #6b7987;
}

.reveal-overide section .layout-wrapper {
  min-height: 100%;
}

.reveal-overide content {
  border: none;
}
@media screen and (max-width: 39.9375em) {
  .reveal-overide content {
    display: block !important;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal-overide section .layout-wrapper .compare-ul-text {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal-overide section .layout-wrapper .help-ul-text {
    margin-top: 5.5rem;
  }
}

.reveal-overide .progress {
  display: none !important;
}

.reveal-overide h1, .reveal-overide h2, .reveal-overide h3 {
  color: #ffffff !important;
  text-transform: initial !important;
}

.reveal-overide h1 {
  font-size: 2rem !important;
}

.reveal-overide h2 {
  font-size: 2.5rem !important;
}

.reveal-overide h3 {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 39.9375em) {
  .reveal-overide h3 {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal-overide h3 {
    font-size: 2rem !important;
  }
}

.reveal-overide p {
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}

.reveal-overide ul {
  list-style: none !important;
  margin: 0 !important;
  height: auto;
  width: 100%;
  display: table-cell !important;
  vertical-align: middle;
}
@media screen and (max-width: 39.9375em) {
  .reveal-overide ul {
    display: inline-block !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal-overide ul {
    height: 22rem;
  }
}
@media screen and (min-width: 64em) {
  .reveal-overide ul {
    height: 32rem;
  }
}

.reveal-overide li {
  font-size: 1rem !important;
}
@media screen and (min-width: 64em) {
  .reveal-overide li {
    font-size: 1.3rem !important;
  }
}

.reveal-overide ul li ul {
  list-style: inside !important;
  margin-left: 1.5rem !important;
  display: inline-block !important;
  height: auto;
  list-style-position: outside !important;
}

.reveal-overide ul li ul li {
  margin-bottom: 0 !important;
  line-height: 1.5rem;
}

.reveal-overide .center-logo {
  background-image: url(../../../img/BC_bluewhite_logo.svg?ver=1747316603);
  background-repeat: no-repeat;
  width: 17rem;
  height: 15rem;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .reveal-overide .center-logo {
    width: 20rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal-overide .center-logo {
    width: 22rem;
  }
}

.reveal-overide button {
  border-radius: 10rem;
  color: #ffffff !important;
  min-height: 4em;
  line-height: 0.9em;
  min-width: 11em;
  outline: 0;
  margin: 0;
  cursor: pointer !important;
  opacity: 1 !important;
}

.reveal-overide button::before {
  font-size: 0.9rem;
  line-height: 0.9em;
}

.reveal-overide .controls-arrow {
  display: none;
}

.reveal .controls button {
  position: fixed !important;
  bottom: 1rem !important;
}

.reveal-overide .navigate-right {
  background-color: #0085a6 !important;
  right: 1rem !important;
}

.reveal-overide .navigate-left {
  background-color: #e65c5c !important;
  left: 1rem !important;
  right: auto !important;
}

.reveal-overide:lang(de) .navigate-right::before {
  content: "Weiter";
}

.reveal-overide:lang(de) .navigate-left::before {
  content: "Zurück";
}

.reveal-overide:lang(en) .navigate-right::before {
  content: "Next";
}

.reveal-overide:lang(en) .navigate-left::before {
  content: "Back";
}

.reveal-overide .intro-image {
  background-repeat: no-repeat;
  width: 100%;
  height: 32rem;
  margin: 0 auto;
  background-position: center;
}
@media screen and (max-width: 39.9375em) {
  .reveal-overide .intro-image {
    height: 22rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal-overide .intro-image {
    height: 22rem;
  }
}

.reveal-overide .intro-navigation-image {
  background-image: url("../../../img/intro_navigation1.svg?ver=1747316603");
}

.reveal-overide .intro-filter-image {
  background-image: url("../../../img/intro_navigation_filter1a.svg?ver=1747316603");
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .reveal-overide .intro-filter-image {
    margin-top: 3rem;
  }
}

.reveal-overide .intro-filter-image2 {
  background-image: url("../../../img/intro_navigation_filter2.svg?ver=1747316603");
}

.reveal-overide .intro-data-image {
  background-image: url("../../../img/data_basis.svg?ver=1747316603");
}

.reveal-overide .intro-peer-image {
  background-image: url("../../../img/my_peer_group.svg?ver=1747316603");
  height: 32rem;
}

.reveal-overide .intro-further-image {
  background-image: url("../../../img/intro_navigation_filter1_cut.svg?ver=1747316603");
  background-position: left;
  height: 32rem;
}

.reveal-overide .intro-further-image-2 {
  background-image: url("../../../img/intro_navigation2.svg?ver=1747316603");
  background-position: center;
  height: 32rem;
}

.reveal-overide li span {
  color: #75b8fa;
}

.finish-intro {
  min-height: auto !important;
  height: 3rem;
}

/*
	INTRO PAGE
*/
.intro-page-body .reveal-overlay {
  z-index: 1007;
}

.intro-page-body .reveal-overlay .errorDialog {
  width: 50%;
  height: auto;
}

.intro-page-body .reveal-overlay .errorDialog p {
  font-size: 1.5rem;
  margin-top: 0;
}

.surroundContainer {
  height: 100%;
  overflow: auto;
  white-space: nowrap;
}

.hPage {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}

.intro-bg {
  background-image: url(../../../img/startpg_bg.jpg?ver=1747316603);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: 100%;
}

.intro-bg section {
  border: none;
}

.intro-bg h1 {
  color: #ffffff;
  font-size: 2rem;
}

.intro-bg h3 {
  font-size: 3rem;
}

.intro-bg p {
  font-size: 1.5rem;
}

.inside-page {
  position: relative;
  height: 100%;
  width: 100%;
}

.intro-bg .center-align {
  position: absolute;
  top: 39%;
  left: 0;
  width: 100%;
}

.intro-bg .bottom-align {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.intro-bg .bottom-buttons {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}