/* -- RESET UNORDERED LIST -- */
/* -- RESET BUTTON -- */
/* -- BUTTON -- */
/* -- LAYOUTS -- */
/* -- TYPOGRAPHY -- */
/* -- HIDE SCROLLBAR -- */
/* -- SEARCH WRAPPER -- */
/* -- PAGINATION -- */
/* -- CARDS GRID -- */
:root {
  --color-sts-white: #ffffff;
  --color-sts-black: #222222;
  --color-sts-gray: #707070;
  --color-sts-light-gray: #F5F5F5;
  --color-sts-orange: #FF7B00;
  --color-sts-purple: #5F4BB6;
}

:root {
  --font-size-sts-headline: 4rem;
  --font-size-sts-h1: 3rem;
  --font-size-sts-h2: 2rem;
  --font-size-sts-h3: 1.4rem;
  --font-size-sts-h4: 1.2rem;
  --font-size-sts-h5: 1.2rem;
  --font-size-sts-h6: 1.1rem;
  --font-size-sts-base: 20px;
  --line-height-sts-h1: 1.1;
  --line-height-sts-h2: 1.1;
  --line-height-sts-h3: 1.2;
  --line-height-sts-h4: 1.3;
  --line-height-sts-h5: 1.3;
  --line-height-sts-h6: 1.3;
  --line-height-sts-base: 1.4;
  --font-family-sts-text: Roboto, Arial, Helvetica, sans-serif;
  --font-family-sts-headline: Roboto, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  :root {
    --font-size-sts-headline: 2.4rem;
    --font-size-sts-h1: 2.4rem;
    --font-size-sts-h2: 1.6rem;
    --font-size-sts-h3: 1.3rem;
    --font-size-sts-h4: 1.1rem;
    --font-size-sts-h5: 1.1rem;
    --font-size-sts-h6: 1.1rem;
    --font-size-sts-base: 16px;
    --line-height-sts-h1: 1.2;
    --line-height-sts-h2: 1.2;
    --line-height-sts-h3: 1.2;
    --line-height-sts-h4: 1.3;
    --line-height-sts-h5: 1.3;
    --line-height-sts-h6: 1.3;
    --line-height-sts-base: 1.3;
  }
}

.editor-visual-editor,
.editor-styles-wrapper {
  background-color: #ffffff;
}
.editor-visual-editor a,
.editor-styles-wrapper a {
  text-decoration: none;
}

a {
  color: #222222;
}

.editor-visual-editor__post-title-wrapper .wp-block-post-title {
  font-size: 2rem !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

:root {
  --layout-sts-ultra-wide: 2820px;
  --layout-sts-wide: 2000px;
  --layout-sts-content: 1600px;
}

@media screen and (min-width: 2900px) {
  .sts-layout-ultra-wide {
    max-width: 2820px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 2900px) {
  .sts-layout-ultra-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 2040px) {
  .sts-layout-wide {
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 2040px) {
  .sts-layout-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1640px) {
  .sts-layout-content {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1640px) {
  .sts-layout-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sts-block-chart {
  width: 100%;
}
.sts-block-chart__bar {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .sts-block-chart__bar {
    width: calc(100% - 25px);
    display: flex;
  }
}
.sts-block-chart__data {
  display: flex;
  align-items: center;
  width: 0%;
  position: relative;
  border-radius: 20px;
  position: relative;
  margin-right: -25px;
  padding-left: 25px;
  transition: 0.6s;
  height: 30px;
}
@media (max-width: 767px) {
  .sts-block-chart__data {
    height: 24px;
    margin-top: 4px;
    margin-left: 100px;
    max-width: 170px;
  }
}
.sts-block-chart__data--color-green {
  background-color: #038141 !important;
}
.sts-block-chart__data--color-yellow {
  background-color: #74bc37 !important;
}
.sts-block-chart__data--color-orange-pink {
  background-color: #fdd800 !important;
}
.sts-block-chart__data--color-red {
  background-color: #ef4531 !important;
}
.sts-block-chart__data:nth-child(1) {
  transition-delay: 0.2s;
  z-index: 10;
}
.sts-block-chart__data:nth-child(2) {
  transition-delay: 0.4s;
  z-index: 9;
}
.sts-block-chart__data:nth-child(3) {
  transition-delay: 0.6s;
  z-index: 8;
}
.sts-block-chart__data:nth-child(4) {
  transition-delay: 0.8s;
  z-index: 7;
}
.sts-block-chart__data:nth-child(5) {
  transition-delay: 1s;
  z-index: 6;
}
.sts-block-chart__data:nth-child(6) {
  transition-delay: 1.2s;
  z-index: 5;
}
.sts-block-chart__data:nth-child(7) {
  transition-delay: 1.4s;
  z-index: 4;
}
.sts-block-chart__data:nth-child(8) {
  transition-delay: 1.6s;
  z-index: 3;
}
.sts-block-chart__data:hover span {
  opacity: 1;
}
.sts-block-chart__data span {
  font-size: 0.8em;
  color: #ffffff;
  font-weight: bold;
  opacity: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .sts-block-chart__data span {
    position: absolute;
    opacity: 1;
    margin-left: -130px;
    width: 100px;
    text-align: right;
    color: #222222;
  }
}

.sts-block-glossary__letters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 1640px) {
  .sts-block-glossary__letters {
    justify-content: space-between;
  }
}
.sts-block-glossary__letters input {
  display: none;
}
.sts-block-glossary__letters label span {
  font-size: 1.2rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: unset;
  height: 45px;
  width: 45px;
  margin: 5px;
  border: solid 1px #707070;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sts-block-glossary__letters label span {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.sts-block-glossary__letters input:checked + span {
  background-color: #FF7B00;
  color: #ffffff;
  border: solid 1px #FF7B00;
}
@media screen and (min-width: 767px) {
  .sts-block-glossary__search {
    display: flex;
  }
}
.sts-block-glossary__search label {
  display: flex;
  align-items: center;
  flex: 1;
  border: solid 1px #707070;
  border-radius: 50px;
  overflow: hidden;
  background-color: #ffffff;
}
.sts-block-glossary__search label img {
  height: 24px;
  width: auto;
  margin: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .sts-block-glossary__search label img {
    height: 20px;
    margin: 14px 14px 14px 0;
  }
}
.sts-block-glossary__search label input {
  border: none;
  padding: 20px;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sts-block-glossary__search label input {
    padding: 10px 20px;
  }
}
.sts-block-glossary__search label input:focus {
  outline: none;
}
.sts-block-glossary__search input[type=reset] {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  font-size: 0.8em;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
}
.sts-block-glossary__search input[type=reset]:hover {
  outline: none;
}
.sts-block-glossary__search input[type=reset]:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
@media screen and (min-width: 767px) {
  .sts-block-glossary__search label + input[type=reset] {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-glossary__search label + input[type=reset] {
    margin-top: 20px;
  }
}
.sts-block-glossary__list {
  filter: blur(0px);
  transition: 0.6s;
}
.sts-block-glossary__empty {
  margin: 40px 20px;
}
.sts-block-glossary--is-loading .sts-block-glossary__list {
  filter: blur(10px);
}
.sts-block-glossary__letter-list {
  padding: 40px 0px;
  border-bottom: solid 1px #707070;
}
@media screen and (min-width: 1069px) {
  .sts-block-glossary__letter-list {
    padding: 150px;
  }
}
.sts-block-glossary__letter-list a {
  font-size: 1.2rem;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sts-block-glossary__letter-list a {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.sts-block-glossary__letter-list a:after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/arrow-right-purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1069px) {
  .sts-block-glossary__letter-list a:after {
    height: 20px;
    width: 20px;
  }
}
.sts-block-glossary--sorting-random .sts-block-glossary__letter-list {
  padding: 0px 150px;
  border-bottom: none;
}
.sts-block-glossary__letter-headline {
  text-transform: uppercase;
  display: block;
  margin: 0px auto 20px auto;
  width: 100px;
  border-bottom: solid 2px #FF7B00;
  text-align: center;
  padding-bottom: 20px;
}
.sts-block-glossary--sorting-random .sts-block-glossary__letter-headline {
  display: none;
}

.sts-block-hamburger-menu button {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 40px;
  overflow: visible;
}
.sts-block-hamburger-menu button:hover {
  outline: none;
}
.sts-block-hamburger-menu__line {
  position: relative;
  top: 0px;
  transform: rotate(0deg);
  transition: 0.8s;
  height: 2px;
  min-height: 2px;
  width: 100%;
  background-color: #FF7B00;
  border-radius: 5px;
  z-index: 2;
}
.sts-block-hamburger-menu--is-open .sts-block-hamburger-menu__line:nth-child(1) {
  top: 10.9px;
  transform: rotate(45deg);
}
.sts-block-hamburger-menu--is-open .sts-block-hamburger-menu__line:nth-child(2) {
  width: 0px;
}
.sts-block-hamburger-menu--is-open .sts-block-hamburger-menu__line:nth-child(3) {
  top: -10.9px;
  transform: rotate(-45deg);
}

.sts-block-label-product-image {
  display: flex;
  align-items: center;
  width: 100%;
  height: 200px;
}
.sts-block-label-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 140px;
}
.sts-block-label-product-image__headline {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sts-block-label-product-image__headline {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.sts-block-label-product-overall-rating__icon-wrapper {
  display: flex;
  justify-self: flex-end;
  margin-top: -100px;
  margin-right: -20px;
}
.sts-block-label-product-overall-rating__icon-wrapper img {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 6px;
}
.sts-block-label-product-overall-rating__headline {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 30px;
}
.sts-block-label-product-overall-rating__grade {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.sts-block-label-product-overall-rating__grade .sts-grade-icon {
  position: relative;
  top: -1px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
}
.sts-block-label-product-overall-rating__grade .sts-grade-icon--is-1 {
  background-color: #038141;
}
.sts-block-label-product-overall-rating__grade .sts-grade-icon--is-2 {
  background-color: #74bc37;
}
.sts-block-label-product-overall-rating__grade .sts-grade-icon--is-3 {
  background-color: #fdd800;
}
.sts-block-label-product-overall-rating__grade .sts-grade-icon--is-4 {
  background-color: #ef4531;
}
.sts-block-label-product-overall-rating__grade p {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .sts-block-label-product-overall-rating__grade p {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

.sts-block-label-product-rating-icon img {
  height: 140px;
  width: auto;
  background: white;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sts-block-label-product-rating-icon img {
    height: 50px;
  }
}

.sts-block-label-product-rating-summary__heading {
  margin-bottom: 20px;
}
.sts-block-label-product-rating-summary + * {
  margin-top: 20px;
}

.sts-block-label-product-ratings__criteria-head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75em 1.5em 0.75em 1.5em;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media (max-width: 767px) {
  .sts-block-label-product-ratings__criteria-head {
    padding: 0.75em 1.2em 0.75em 1.2em;
  }
}
.sts-block-label-product-ratings__criteria-head p {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: unset;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .sts-block-label-product-ratings__criteria-head p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .sts-block-label-product-ratings__criteria-head p {
    font-size: 1em;
  }
}
.sts-block-label-product-ratings__criteria-head img {
  margin-left: auto;
  height: 24px;
  width: 24px;
  transform: rotate(0deg);
  transition: 0.5s;
}
@media (max-width: 767px) {
  .sts-block-label-product-ratings__criteria-head img {
    height: 20px;
    width: 20px;
  }
}
.sts-block-label-product-ratings__criteria--open .sts-block-label-product-ratings__criteria-head img {
  transform: rotate(135deg);
}
.sts-block-label-product-ratings__criteria-body {
  display: none;
}
.sts-block-label-product-ratings__criteria-body-inner {
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  padding: 1.5rem !important;
  background: #F5F5F5;
  border-radius: 0px 0px 40px 40px;
}
.sts-block-label-product-ratings__criteria-status-icon {
  height: 36px;
  width: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #F5F5F5;
  margin-right: 0.75em;
}
@media (max-width: 767px) {
  .sts-block-label-product-ratings__criteria-status-icon {
    height: 26px;
    width: 26px;
    min-width: 26px;
  }
}
.sts-block-label-product-ratings__criteria {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sts-block-label-product-ratings__criteria:last-child {
    margin-bottom: 0;
  }
}
.sts-block-label-product-ratings__criteria--rating-4 .sts-block-label-product-ratings__criteria-status-icon {
  background-color: #ef4531;
}
.sts-block-label-product-ratings__criteria--rating-3 .sts-block-label-product-ratings__criteria-status-icon {
  background-color: #fdd800;
}
.sts-block-label-product-ratings__criteria--rating-2 .sts-block-label-product-ratings__criteria-status-icon {
  background-color: #74bc37;
}
.sts-block-label-product-ratings__criteria--rating-1 .sts-block-label-product-ratings__criteria-status-icon {
  background-color: #038141;
}
@media (min-width: 767px) {
  .sts-block-label-product-ratings__sub-criteria {
    display: flex;
    flex-wrap: wrap;
  }
}
.sts-block-label-product-ratings__sub-criterion {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 10px 10px 0px 10px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .sts-block-label-product-ratings__sub-criterion:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .sts-block-label-product-ratings__sub-criterion {
    margin: 20px;
    padding: 30px 20px 0px 20px;
    max-width: calc(50% - 80px);
    width: calc(50% - 80px);
  }
}
.sts-block-label-product-ratings__sub-criterion-status-icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #F5F5F5;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .sts-block-label-product-ratings__sub-criterion-status-icon {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    margin-top: 2px;
  }
}
.sts-block-label-product-ratings__sub-criterion-status-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-left: -10px;
  margin-right: -10px;
  height: 33px;
  flex: 1;
  font-size: 0.9em;
}
@media (min-width: 767px) {
  .sts-block-label-product-ratings__sub-criterion-status-bar {
    margin-left: -20px;
    margin-right: -20px;
    height: 40px;
    font-size: 1em;
  }
}
.sts-block-label-product-ratings__sub-criterion-status-bar span {
  font-weight: bold;
  color: #222222;
}
.sts-block-label-product-ratings__sub-criterion--rating-4 .sts-block-label-product-ratings__sub-criterion-status-icon, .sts-block-label-product-ratings__sub-criterion--rating-4 .sts-block-label-product-ratings__sub-criterion-status-bar {
  background-color: #ef4531;
}
.sts-block-label-product-ratings__sub-criterion--rating-4 .sts-block-label-product-ratings__sub-criterion-status-icon span, .sts-block-label-product-ratings__sub-criterion--rating-4 .sts-block-label-product-ratings__sub-criterion-status-bar span {
  color: #ffffff;
}
.sts-block-label-product-ratings__sub-criterion--rating-3 .sts-block-label-product-ratings__sub-criterion-status-icon, .sts-block-label-product-ratings__sub-criterion--rating-3 .sts-block-label-product-ratings__sub-criterion-status-bar {
  background-color: #fdd800;
}
.sts-block-label-product-ratings__sub-criterion--rating-3 .sts-block-label-product-ratings__sub-criterion-status-icon span, .sts-block-label-product-ratings__sub-criterion--rating-3 .sts-block-label-product-ratings__sub-criterion-status-bar span {
  color: #222222;
}
.sts-block-label-product-ratings__sub-criterion--rating-2 .sts-block-label-product-ratings__sub-criterion-status-icon, .sts-block-label-product-ratings__sub-criterion--rating-2 .sts-block-label-product-ratings__sub-criterion-status-bar {
  background-color: #74bc37;
}
.sts-block-label-product-ratings__sub-criterion--rating-1 .sts-block-label-product-ratings__sub-criterion-status-icon, .sts-block-label-product-ratings__sub-criterion--rating-1 .sts-block-label-product-ratings__sub-criterion-status-bar {
  background-color: #038141;
}
.sts-block-label-product-ratings__sub-criterion--rating-1 .sts-block-label-product-ratings__sub-criterion-status-icon span, .sts-block-label-product-ratings__sub-criterion--rating-1 .sts-block-label-product-ratings__sub-criterion-status-bar span {
  color: #ffffff;
}
.sts-block-label-product-ratings__sub-criterion-name {
  flex: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
.sts-block-label-product-ratings__sub-criterion-description {
  width: 100%;
  margin-bottom: 20px;
  font-size: 0.9em;
}
@media (min-width: 767px) {
  .sts-block-label-product-ratings__sub-criterion-description {
    margin-left: 50px;
    margin-bottom: 50px;
    font-size: 1em;
  }
}
.sts-block-label-product-ratings + .wp-block-buttons {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sts-block-label-product-ratings + .wp-block-buttons {
    margin-top: 40px;
  }
}

.sts-block-label-products mark {
  background: transparent;
}
.sts-block-label-products__filter {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__filter {
    margin-bottom: 20px;
  }
}
.sts-block-label-products__filter .sts-block-multi-select__body-inner label.sts-rating-1 span::before, .sts-block-label-products__filter .sts-block-multi-select__body-inner label.sts-rating-2 span::before, .sts-block-label-products__filter .sts-block-multi-select__body-inner label.sts-rating-3 span::before, .sts-block-label-products__filter .sts-block-multi-select__body-inner label.sts-rating-4 span::before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 10px;
  border-radius: 50%;
  background-color: #038141;
}
.sts-block-label-products__filter .sts-block-multi-select__body-inner label.sts-rating-2 span::before {
  background-color: #74bc37;
}
.sts-block-label-products__filter .sts-block-multi-select__body-inner label.sts-rating-3 span::before {
  background-color: #fdd800;
}
.sts-block-label-products__filter .sts-block-multi-select__body-inner label.sts-rating-4 span::before {
  background-color: #ef4531;
}
.sts-block-label-products__search {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .sts-block-label-products__search {
    display: flex;
  }
}
.sts-block-label-products__search label {
  display: flex;
  align-items: center;
  flex: 1;
  border: solid 1px #707070;
  border-radius: 50px;
  overflow: hidden;
  background-color: #ffffff;
}
.sts-block-label-products__search label img {
  height: 24px;
  width: auto;
  margin: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__search label img {
    height: 20px;
    margin: 14px 14px 14px 0;
  }
}
.sts-block-label-products__search label input {
  border: none;
  padding: 20px;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__search label input {
    padding: 10px 20px;
  }
}
.sts-block-label-products__search label input:focus {
  outline: none;
}
.sts-block-label-products__search input[type=reset] {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  font-size: 0.8em;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
}
.sts-block-label-products__search input[type=reset]:hover {
  outline: none;
}
.sts-block-label-products__search input[type=reset]:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
@media screen and (min-width: 767px) {
  .sts-block-label-products__search label + input[type=reset] {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__search label + input[type=reset] {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__search {
    margin-bottom: 20px;
  }
}
.sts-block-label-products__loading {
  display: flex;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__loading {
    display: none;
  }
}
.sts-block-label-products__loading-loader {
  opacity: 0;
  width: 34px;
  height: 34px;
  margin-left: 0px;
  border: 5px solid #FF7B00;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  transition: 0.3s;
}
.sts-block-label-products--is-loading .sts-block-label-products__loading-loader {
  opacity: 1;
  margin-left: 10px;
}
.sts-block-label-products__loading-counter {
  opacity: 1;
  transition: 0.3s;
  font-weight: bold;
  cursor: pointer;
}
.sts-block-label-products__loading-counter mark {
  display: none;
}
.sts-block-label-products__loading-counter.sts-active::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 16px;
  margin-right: 6px;
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/arrow-down-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sts-block-label-products--is-loading .sts-block-label-products__loading-counter {
  opacity: 0;
}
.sts-block-label-products__sorting {
  -webkit-appearance: none;
  padding: 15px 60px 15px 30px;
  border-radius: 40px;
  font-weight: bold;
  background-image: url("../icons/arrow-down-purple.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-size: 20px;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__sorting {
    padding: 10px 40px 10px 20px;
    background-size: 16px;
  }
}
.sts-block-label-products__result {
  display: flex;
  flex-wrap: wrap;
  filter: blur(0px);
  transition: 0.6s;
  filter: blur(0px);
  transition: 0.6s;
}
@media screen and (min-width: 1640px) {
  .sts-block-label-products__result {
    margin: 0px -30px;
  }
}
@media screen and (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-label-products__result {
    margin: 0px -10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-label-products__result {
    margin: 0px -10px;
  }
}
.sts-block-label-products__result-card {
  width: 100%;
  margin: 15px 0px;
}
@media screen and (min-width: 1640px) {
  .sts-block-label-products__result-card {
    margin: 30px;
    max-width: calc(33.33% - 60px);
    min-width: calc(33.33% - 60px);
  }
}
@media screen and (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-label-products__result-card {
    margin: 20px 10px;
    max-width: calc(33.33% - 20px);
    min-width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-label-products__result-card {
    margin: 20px 10px;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
.sts-block-label-products__result-card-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.sts-block-label-products__result-card-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  transform: scale(1);
  transition: 0.8s;
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-label-products__result-card-thumbnail img {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__result-card-thumbnail img {
    height: 220px;
  }
}
.sts-block-label-products__result-card:hover .sts-block-label-products__result-card-thumbnail img {
  transform: scale(1.08);
}
.sts-block-label-products__result-card-headline {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__result-card-headline {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.sts-block-label-products__result-card-button {
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  background-color: #FF7B00;
  color: #ffffff;
}
.sts-block-label-products__result-card-button:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.sts-block-label-products__result-card-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  margin-bottom: 0px;
  height: 300px;
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-label-products__result-card-thumbnail {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__result-card-thumbnail {
    height: 220px;
  }
}
.sts-block-label-products__result-card-thumbnail img {
  max-width: 340px;
  max-height: 120px;
  object-fit: contain;
}
.sts-block-label-products--count-1 .sts-block-label-products__result {
  justify-content: center;
}
.sts-block-label-products__result-card {
  display: flex;
  flex-direction: column;
}
.sts-block-label-products__result-card-button {
  width: fit-content;
  margin-top: auto;
}
.sts-block-label-products__result-card-icon-wrapper {
  display: flex;
  justify-self: flex-end;
  position: relative;
  top: 40px;
  margin-top: -40px;
  margin-left: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__result-card-icon-wrapper {
    transform: scale(0.8);
  }
}
.sts-block-label-products__result-card-icon-wrapper img {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 6px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
  transition: 0.4s;
}
.sts-block-label-products__result-card:hover .sts-block-label-products__result-card-icon-wrapper img {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.09);
}
.sts-block-label-products__result-card-status {
  position: relative;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  margin-bottom: -20px;
  opacity: 0;
  transition: 0.8s;
}
.sts-block-label-products__result-card-status p {
  font-size: 0.75em;
  font-weight: bold;
  color: #222222;
}
.sts-block-label-products__result-card:hover .sts-block-label-products__result-card-status {
  opacity: 1;
}
.sts-block-label-products__result-card--rating-4 .sts-block-label-products__result-card-status {
  background-color: #ef4531;
}
.sts-block-label-products__result-card--rating-4 .sts-block-label-products__result-card-status p {
  color: #ffffff;
}
.sts-block-label-products__result-card--rating-3 .sts-block-label-products__result-card-status {
  background-color: #fdd800;
}
.sts-block-label-products__result-card--rating-3 .sts-block-label-products__result-card-status p {
  color: #222222;
}
.sts-block-label-products__result-card--rating-2 .sts-block-label-products__result-card-status {
  background-color: #74bc37;
}
.sts-block-label-products__result-card--rating-2 .sts-block-label-products__result-card-status p {
  color: #ffffff;
}
.sts-block-label-products__result-card--rating-1 .sts-block-label-products__result-card-status {
  background-color: #038141;
}
.sts-block-label-products__result-card--rating-1 .sts-block-label-products__result-card-status p {
  color: #ffffff;
}
.sts-block-label-products__result-not-found {
  text-align: center;
  margin: 20px auto 0px auto;
}
.sts-block-label-products--is-loading .sts-block-label-products__result {
  filter: blur(10px);
}
.sts-block-label-products__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.sts-block-label-products__pagination-state {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 1069px) {
  .sts-block-label-products__placeholder {
    width: 300px;
  }
}
.sts-block-label-products__load-more {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  font-weight: bold;
}
.sts-block-label-products__load-more:hover {
  outline: none;
}
.sts-block-label-products__load-more:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.sts-block-label-products--hide-load-more .sts-block-label-products__load-more {
  display: none !important;
}
.sts-block-label-products + .wp-block-buttons {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products + .wp-block-buttons {
    margin-top: 40px;
  }
}
.sts-block-label-products__result-card-headline {
  margin-bottom: 20px;
}
.sts-block-label-products__result-card-rating {
  margin-bottom: 40px;
}
.sts-block-label-products__result-card-rating p:first-child {
  font-size: 1.2rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sts-block-label-products__result-card-rating p:first-child {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.sts-block-label-products__result-card-rating p:first-child::before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #038141;
}
.sts-block-label-products__result-card-rating--rating-2 p:first-child::before {
  background-color: #74bc37;
}
.sts-block-label-products__result-card-rating--rating-3 p:first-child::before {
  background-color: #fdd800;
}
.sts-block-label-products__result-card-rating--rating-4 p:first-child::before {
  background-color: #ef4531;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sts-block-labels__filter {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sts-block-labels__filter {
    margin-bottom: 20px;
  }
}
.sts-block-labels__search {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .sts-block-labels__search {
    display: flex;
  }
}
.sts-block-labels__search label {
  display: flex;
  align-items: center;
  flex: 1;
  border: solid 1px #707070;
  border-radius: 50px;
  overflow: hidden;
  background-color: #ffffff;
}
.sts-block-labels__search label img {
  height: 24px;
  width: auto;
  margin: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .sts-block-labels__search label img {
    height: 20px;
    margin: 14px 14px 14px 0;
  }
}
.sts-block-labels__search label input {
  border: none;
  padding: 20px;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sts-block-labels__search label input {
    padding: 10px 20px;
  }
}
.sts-block-labels__search label input:focus {
  outline: none;
}
.sts-block-labels__search input[type=reset] {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  font-size: 0.8em;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
}
.sts-block-labels__search input[type=reset]:hover {
  outline: none;
}
.sts-block-labels__search input[type=reset]:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
@media screen and (min-width: 767px) {
  .sts-block-labels__search label + input[type=reset] {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-labels__search label + input[type=reset] {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-labels__search {
    margin-bottom: 20px;
  }
}
.sts-block-labels__result {
  display: flex;
  flex-wrap: wrap;
  filter: blur(0px);
  transition: 0.6s;
  filter: blur(0px);
  transition: 0.6s;
}
@media screen and (min-width: 1640px) {
  .sts-block-labels__result {
    margin: 0px -30px;
  }
}
@media screen and (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-labels__result {
    margin: 0px -10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-labels__result {
    margin: 0px -10px;
  }
}
.sts-block-labels__result-card {
  width: 100%;
  margin: 15px 0px;
}
@media screen and (min-width: 1640px) {
  .sts-block-labels__result-card {
    margin: 30px;
    max-width: calc(33.33% - 60px);
    min-width: calc(33.33% - 60px);
  }
}
@media screen and (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-labels__result-card {
    margin: 20px 10px;
    max-width: calc(33.33% - 20px);
    min-width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-labels__result-card {
    margin: 20px 10px;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
.sts-block-labels__result-card-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.sts-block-labels__result-card-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  transform: scale(1);
  transition: 0.8s;
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-labels__result-card-thumbnail img {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-labels__result-card-thumbnail img {
    height: 220px;
  }
}
.sts-block-labels__result-card:hover .sts-block-labels__result-card-thumbnail img {
  transform: scale(1.08);
}
.sts-block-labels__result-card-headline {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sts-block-labels__result-card-headline {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.sts-block-labels__result-card-button {
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  background-color: #FF7B00;
  color: #ffffff;
}
.sts-block-labels__result-card-button:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.sts-block-labels__result-card-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-labels__result-card-thumbnail {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-labels__result-card-thumbnail {
    height: 220px;
  }
}
.sts-block-labels__result-card-thumbnail img {
  max-width: 340px;
  max-height: 150px;
  object-fit: contain;
}
.sts-block-labels__result-not-found {
  text-align: center;
  margin: 20px auto 0px auto;
}
.sts-block-labels--is-loading .sts-block-labels__result {
  filter: blur(10px);
}
.sts-block-labels__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.sts-block-labels__pagination-state {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.sts-block-labels__load-more {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  font-weight: bold;
}
.sts-block-labels__load-more:hover {
  outline: none;
}
.sts-block-labels__load-more:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.sts-block-labels--hide-load-more .sts-block-labels__load-more {
  display: none !important;
}
.sts-block-labels + .wp-block-buttons {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sts-block-labels + .wp-block-buttons {
    margin-top: 40px;
  }
}

.sts-block-language-switcher {
  display: flex;
  justify-content: flex-end;
  width: 80px;
  position: relative;
  top: 2px;
  opacity: 0.7;
}
@media (max-width: 1069px) {
  .sts-block-language-switcher {
    width: 60px;
  }
}
.sts-block-language-switcher--open {
  opacity: 1;
}
.sts-block-language-switcher__inner {
  position: absolute;
  z-index: 101;
  overflow: hidden;
  margin-top: -20px;
  height: 45px;
  border: solid 2px transparent;
  display: flex;
  flex-direction: column;
}
.sts-block-language-switcher--open .sts-block-language-switcher__inner {
  height: auto;
  background-color: #ffffff;
  border: solid 2px #FF7B00;
  border-radius: 5px;
}
.sts-block-language-switcher__item {
  display: block;
  padding: 10px 35px 10px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9em;
  transition: 0.5s;
  order: 2;
}
@media (max-width: 1069px) {
  .sts-block-language-switcher__item {
    padding: 10px 20px 10px 10px;
  }
}
.sts-block-language-switcher__item:hover {
  background-color: #F5F5F5;
}
.sts-block-language-switcher__item--active {
  order: 1;
}
.sts-block-language-switcher::after {
  content: "";
  display: block;
  z-index: 102;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  top: 0rem;
  right: 0.4rem;
  transform: rotate(0deg);
  background: url("/wp-content/themes/sts-label-kompass/assets/icons/arrow-down-black.svg") no-repeat center;
  background-size: contain;
  opacity: 0.5;
}
@media (max-width: 1069px) {
  .sts-block-language-switcher::after {
    width: 0.3rem;
    height: 0.3rem;
    top: -0.1rem;
  }
}
.sts-block-language-switcher--open .sts-block-language-switcher::after {
  transform: rotate(180deg);
}

.sts-block-multi-select-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sts-block-multi-select-grid > input[type=reset] {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  font-size: 0.8em;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
}
.sts-block-multi-select-grid > input[type=reset]:hover {
  outline: none;
}
.sts-block-multi-select-grid > input[type=reset]:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
@media screen and (min-width: 767px) {
  .sts-block-multi-select-grid > input[type=reset] {
    min-height: 40px;
    margin-left: auto;
  }
}

.sts-block-multi-select {
  min-width: 340px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sts-block-multi-select {
    min-width: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.sts-block-multi-select__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75em 0.75em 0.75em 1.5em;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: #ffffff;
}
.sts-block-multi-select__head span {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sts-block-multi-select__head span {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.sts-block-multi-select__head img {
  height: 24px;
  width: 24px;
  transform: rotate(0deg);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .sts-block-multi-select__head img {
    height: 18px;
    width: 18px;
  }
}
.sts-block-multi-select--open .sts-block-multi-select__head img {
  transform: rotate(135deg);
}
.sts-block-multi-select__body {
  display: none;
}
.sts-block-multi-select__body-inner {
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  padding: 1.5rem !important;
  background: #F5F5F5;
}
.sts-block-multi-select__body-inner label {
  display: block;
  margin-bottom: 10px;
}
.sts-block-multi-select__reset {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 20px;
}

.sts-block-questionnaire__question {
  display: none;
}
.sts-block-questionnaire__question--active {
  display: block;
}
.sts-block-questionnaire__question-heading {
  text-align: center;
  margin-bottom: 30px;
}
.sts-block-questionnaire__question-answers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.sts-block-questionnaire__question-answer {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  border: solid 1px #FF7B00;
  margin: 10px 12px;
  font-weight: bold;
  transition: 0.5s;
  text-align: center;
}
.sts-block-questionnaire__question-answer:hover {
  outline: none;
}
.sts-block-questionnaire__question-answer:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
@media (max-width: 767px) {
  .sts-block-questionnaire__question-answer {
    margin: 5px 6px;
    padding: 0.4em 1.5em;
  }
}
.sts-block-questionnaire__question-answer--active {
  background-color: #FF7B00;
  color: #ffffff;
}
.sts-block-questionnaire__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .sts-block-questionnaire__actions {
    gap: 10px;
  }
}
.sts-block-questionnaire__action {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  border: solid 1px #FF7B00;
  font-weight: bold;
  background-color: #FF7B00;
  color: #ffffff;
  text-align: center;
}
.sts-block-questionnaire__action:hover {
  outline: none;
}
.sts-block-questionnaire__action:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
@media (min-width: 767px) {
  .sts-block-questionnaire__action {
    margin: 10px 12px;
  }
}
@media (max-width: 767px) {
  .sts-block-questionnaire__action {
    padding: 0.4em 1.5em;
  }
}
.sts-block-questionnaire__action--next, .sts-block-questionnaire__action--skip {
  display: none;
}
.sts-block-questionnaire--show-next-step .sts-block-questionnaire__action--next {
  display: block;
  margin-left: auto;
}
.sts-block-questionnaire--show-skip .sts-block-questionnaire__action--skip {
  display: block;
}
.sts-block-questionnaire--show-next-step .sts-block-questionnaire__action--skip {
  display: none !important;
}
.sts-block-questionnaire--hide-back .sts-block-questionnaire__action--back {
  display: none;
}
.sts-block-questionnaire__progress p {
  font-weight: bold;
  text-align: center;
}
.sts-block-questionnaire__progress-bar {
  height: 14px;
  border-radius: 18px;
  overflow: hidden;
  border: solid 1px #222222;
  background-color: #ffffff;
}
.sts-block-questionnaire__progress-bar div {
  height: 100%;
  width: 0px;
  transition: 1s;
  background-color: #5F4BB6;
}

.sts-block-questionnaire-evaluation {
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
}
.sts-block-questionnaire-evaluation__inner {
  padding: 2rem;
}
.sts-block-questionnaire-evaluation__inner ul {
  padding-left: 20px;
}
.sts-block-questionnaire-evaluation__inner > *,
.sts-block-questionnaire-evaluation__inner li {
  margin-bottom: 20px;
}
.sts-block-questionnaire-evaluation__button {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  border: solid 1px #FF7B00;
  margin: 10px 12px;
  font-weight: bold;
  background-color: #FF7B00;
  color: #ffffff;
}
.sts-block-questionnaire-evaluation__button:hover {
  outline: none;
}
.sts-block-questionnaire-evaluation__button:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}

.sts-block-retailers__result {
  display: flex;
  flex-wrap: wrap;
  filter: blur(0px);
  transition: 0.6s;
  filter: blur(0px);
  transition: 0.6s;
}
@media screen and (min-width: 1640px) {
  .sts-block-retailers__result {
    margin: 0px -30px;
  }
}
@media screen and (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-retailers__result {
    margin: 0px -10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-retailers__result {
    margin: 0px -10px;
  }
}
.sts-block-retailers__result-card {
  width: 100%;
  margin: 15px 0px;
}
@media screen and (min-width: 1640px) {
  .sts-block-retailers__result-card {
    margin: 30px;
    max-width: calc(33.33% - 60px);
    min-width: calc(33.33% - 60px);
  }
}
@media screen and (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-retailers__result-card {
    margin: 20px 10px;
    max-width: calc(33.33% - 20px);
    min-width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-retailers__result-card {
    margin: 20px 10px;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
.sts-block-retailers__result-card-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.sts-block-retailers__result-card-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  transform: scale(1);
  transition: 0.8s;
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-retailers__result-card-thumbnail img {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-retailers__result-card-thumbnail img {
    height: 220px;
  }
}
.sts-block-retailers__result-card:hover .sts-block-retailers__result-card-thumbnail img {
  transform: scale(1.08);
}
.sts-block-retailers__result-card-headline {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sts-block-retailers__result-card-headline {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.sts-block-retailers__result-card-button {
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  background-color: #FF7B00;
  color: #ffffff;
}
.sts-block-retailers__result-card-button:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.sts-block-retailers__result-card-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-color: #F5F5F5;
}
.sts-block-retailers__result-card-thumbnail img {
  max-width: 340px;
  max-height: 120px;
  object-fit: contain;
}
.sts-block-retailers--is-loading .sts-block-retailers__result {
  filter: blur(10px);
}
.sts-block-retailers__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.sts-block-retailers__pagination-state {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.sts-block-retailers__load-more {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  font-weight: bold;
}
.sts-block-retailers__load-more:hover {
  outline: none;
}
.sts-block-retailers__load-more:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.sts-block-retailers--hide-load-more .sts-block-retailers__load-more {
  display: none !important;
}
.sts-block-retailers + .wp-block-buttons {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sts-block-retailers + .wp-block-buttons {
    margin-top: 40px;
  }
}

.sts-block-shopping-guides__search {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .sts-block-shopping-guides__search {
    display: flex;
  }
}
.sts-block-shopping-guides__search label {
  display: flex;
  align-items: center;
  flex: 1;
  border: solid 1px #707070;
  border-radius: 50px;
  overflow: hidden;
  background-color: #ffffff;
}
.sts-block-shopping-guides__search label img {
  height: 24px;
  width: auto;
  margin: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .sts-block-shopping-guides__search label img {
    height: 20px;
    margin: 14px 14px 14px 0;
  }
}
.sts-block-shopping-guides__search label input {
  border: none;
  padding: 20px;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sts-block-shopping-guides__search label input {
    padding: 10px 20px;
  }
}
.sts-block-shopping-guides__search label input:focus {
  outline: none;
}
.sts-block-shopping-guides__search input[type=reset] {
  all: unset;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  font-size: 0.8em;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
}
.sts-block-shopping-guides__search input[type=reset]:hover {
  outline: none;
}
.sts-block-shopping-guides__search input[type=reset]:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
@media screen and (min-width: 767px) {
  .sts-block-shopping-guides__search label + input[type=reset] {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-shopping-guides__search label + input[type=reset] {
    margin-top: 20px;
  }
}
.sts-block-shopping-guides__result {
  display: flex;
  flex-wrap: wrap;
  filter: blur(0px);
  transition: 0.6s;
}
@media screen and (min-width: 1640px) {
  .sts-block-shopping-guides__result {
    margin: 0px -30px;
  }
}
@media screen and (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-shopping-guides__result {
    margin: 0px -10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-shopping-guides__result {
    margin: 0px -10px;
  }
}
.sts-block-shopping-guides__result-card {
  width: 100%;
  margin: 15px 0px;
}
@media screen and (min-width: 1640px) {
  .sts-block-shopping-guides__result-card {
    margin: 30px;
    max-width: calc(33.33% - 60px);
    min-width: calc(33.33% - 60px);
  }
}
@media screen and (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-shopping-guides__result-card {
    margin: 20px 10px;
    max-width: calc(33.33% - 20px);
    min-width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-shopping-guides__result-card {
    margin: 20px 10px;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
.sts-block-shopping-guides__result-card-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.sts-block-shopping-guides__result-card-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  transform: scale(1);
  transition: 0.8s;
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .sts-block-shopping-guides__result-card-thumbnail img {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sts-block-shopping-guides__result-card-thumbnail img {
    height: 220px;
  }
}
.sts-block-shopping-guides__result-card:hover .sts-block-shopping-guides__result-card-thumbnail img {
  transform: scale(1.08);
}
.sts-block-shopping-guides__result-card-headline {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sts-block-shopping-guides__result-card-headline {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.sts-block-shopping-guides__result-card-button {
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  background-color: #FF7B00;
  color: #ffffff;
}
.sts-block-shopping-guides__result-card-button:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.sts-block-shopping-guides--is-loading .sts-block-shopping-guides__result {
  filter: blur(10px);
}
.sts-block-shopping-guides__pagination {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 40px;
}
.sts-block-shopping-guides__pagination input {
  display: none;
}
.sts-block-shopping-guides__pagination span {
  font-size: 1.1rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: unset;
  height: 45px;
  width: 45px;
  margin: 5px;
  border: solid 1px #707070;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sts-block-shopping-guides__pagination span {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.sts-block-shopping-guides__pagination input:checked + span {
  background-color: #FF7B00;
  color: #ffffff;
  border: solid 1px #FF7B00;
}
.sts-block-shopping-guides + .wp-block-buttons {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sts-block-shopping-guides + .wp-block-buttons {
    margin-top: 40px;
  }
}

/* -- BLOCK: SPACINGS + (GUTENBERG EDITOR) -- */
.entry-content > *:first-child,
.editor-visual-editor .is-root-container > *:first-child,
.editor-styles-wrapper .is-root-container > *:first-child {
  margin-top: 80px;
}
@media (max-width: 1640px) {
  .entry-content > *:first-child,
  .editor-visual-editor .is-root-container > *:first-child,
  .editor-styles-wrapper .is-root-container > *:first-child {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .entry-content > *:first-child,
  .editor-visual-editor .is-root-container > *:first-child,
  .editor-styles-wrapper .is-root-container > *:first-child {
    margin-top: 40px;
  }
}
.entry-content > *:first-child.alignfull,
.editor-visual-editor .is-root-container > *:first-child.alignfull,
.editor-styles-wrapper .is-root-container > *:first-child.alignfull {
  margin-top: 0px;
}
.entry-content > *:last-child,
.editor-visual-editor .is-root-container > *:last-child,
.editor-styles-wrapper .is-root-container > *:last-child {
  margin-bottom: 160px;
}
@media (max-width: 1640px) {
  .entry-content > *:last-child,
  .editor-visual-editor .is-root-container > *:last-child,
  .editor-styles-wrapper .is-root-container > *:last-child {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .entry-content > *:last-child,
  .editor-visual-editor .is-root-container > *:last-child,
  .editor-styles-wrapper .is-root-container > *:last-child {
    margin-bottom: 60px;
  }
}
.entry-content > *:last-child.alignfull,
.editor-visual-editor .is-root-container > *:last-child.alignfull,
.editor-styles-wrapper .is-root-container > *:last-child.alignfull {
  margin-bottom: 0px;
}
.entry-content > * + *,
.editor-visual-editor .is-root-container > * + *,
.editor-styles-wrapper .is-root-container > * + * {
  margin-top: 90px;
}
@media (max-width: 1640px) {
  .entry-content > * + *,
  .editor-visual-editor .is-root-container > * + *,
  .editor-styles-wrapper .is-root-container > * + * {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .entry-content > * + *,
  .editor-visual-editor .is-root-container > * + *,
  .editor-styles-wrapper .is-root-container > * + * {
    margin-top: 40px;
  }
}
@media (max-width: 2040px) {
  .entry-content > *.alignwide,
  .editor-visual-editor .is-root-container > *.alignwide,
  .editor-styles-wrapper .is-root-container > *.alignwide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1640px) {
  .entry-content > *,
  .editor-visual-editor .is-root-container > *,
  .editor-styles-wrapper .is-root-container > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-content > *.alignfull,
  .editor-visual-editor .is-root-container > *.alignfull,
  .editor-styles-wrapper .is-root-container > *.alignfull {
    padding-left: 0px;
    padding-right: 0px;
  }
  .entry-content > *.alignfull > *,
  .editor-visual-editor .is-root-container > *.alignfull > *,
  .editor-styles-wrapper .is-root-container > *.alignfull > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .entry-content > *.alignfull > *.alignfull, .entry-content > *.alignfull > *.wp-block-cover__image-background,
  .editor-visual-editor .is-root-container > *.alignfull > *.alignfull,
  .editor-visual-editor .is-root-container > *.alignfull > *.wp-block-cover__image-background,
  .editor-styles-wrapper .is-root-container > *.alignfull > *.alignfull,
  .editor-styles-wrapper .is-root-container > *.alignfull > *.wp-block-cover__image-background {
    padding-left: 0px;
    padding-right: 0px;
  }
  .entry-content > *.alignfull > *.alignfull > *, .entry-content > *.alignfull > *.wp-block-cover__image-background > *,
  .editor-visual-editor .is-root-container > *.alignfull > *.alignfull > *,
  .editor-visual-editor .is-root-container > *.alignfull > *.wp-block-cover__image-background > *,
  .editor-styles-wrapper .is-root-container > *.alignfull > *.alignfull > *,
  .editor-styles-wrapper .is-root-container > *.alignfull > *.wp-block-cover__image-background > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-content > *.alignfull + .alignfull,
.editor-visual-editor .is-root-container > *.alignfull + .alignfull,
.editor-styles-wrapper .is-root-container > *.alignfull + .alignfull {
  margin-top: 0px;
}

/* -- BLOCK: SINGLE -- */
.entry-content .entry-content > .wp-block-group:first-child {
  margin-top: 0px;
}

.is-style-sts-narrow-width .entry-content > * {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1040px) {
  .is-style-sts-narrow-width .entry-content > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.is-style-sts-narrow-width .entry-content > .wp-block-group:last-child {
  margin-bottom: 60px;
}

/* -- BLOCK: HEADING -- */
* + .wp-block-heading {
  margin-top: 40px;
}

.wp-block-heading + *,
.wp-block-post-title + * {
  margin-top: 20px;
}

/* -- BLOCK: LINKS -- */
.entry-content p a {
  text-decoration: underline;
  color: #5F4BB6;
}

/* -- BLOCK: GROUP -- */
.entry-content > .wp-block-group.alignfull.has-background {
  padding-top: 80px;
  padding-bottom: 80px;
}

.entry-content .wp-block-group.has-background {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1069px) {
  .entry-content .wp-block-group.has-background {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* -- BLOCK: GRID -- */
.wp-block-group.is-layout-grid {
  gap: 40px;
}
@media (min-width: 767px) and (max-width: 1069px) {
  .wp-block-group.is-layout-grid {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-layout-grid {
    display: block;
  }
}
.wp-block-group.is-layout-grid * + .wp-block-heading {
  margin-top: 20px;
}
.wp-block-group.is-layout-grid .wp-block-heading + * {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .wp-block-group.is-layout-grid > * {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-group.is-layout-grid > *:last-child {
    margin-bottom: 0px;
  }
}

/* -- BLOCK: LISTS -- */
.entry-content ul li {
  padding-left: 10px;
}
.entry-content ul li::before {
  position: relative;
  left: -32px;
  margin-right: -24px;
  content: url(/wp-content/themes/sts-label-kompass/assets/icons/check-purple.svg);
}
.entry-content ul li::marker {
  color: transparent;
}

/* -- BLOCK: BUTTONS -- */
.wp-block-buttons {
  row-gap: 14px;
}
@media (max-width: 767px) {
  .wp-block-buttons {
    gap: 14px;
  }
}
@media (min-width: 1069px) {
  .wp-block-buttons .wp-block-button {
    margin-right: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1069px) {
  .wp-block-buttons .wp-block-button {
    margin-right: 20px;
  }
}
.wp-block-buttons .wp-block-button:last-child {
  margin-right: 0px;
}

.wp-block-button .wp-element-button {
  transition: 0.6s;
}
.wp-block-button .wp-element-button:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}

/* -- BLOCK: COVER -- */
.wp-block-cover {
  overflow: visible;
}
@media (min-width: 1069px) {
  .wp-block-cover {
    min-height: 700px;
  }
}
.wp-block-cover img {
  transition: 0.1s;
}
.wp-block-cover.is-position-bottom-left, .wp-block-cover.is-position-bottom-center, .wp-block-cover.is-position-bottom-right {
  margin-block-end: 12em !important;
}
@media (max-width: 600px) {
  .wp-block-cover.is-position-bottom-left, .wp-block-cover.is-position-bottom-center, .wp-block-cover.is-position-bottom-right {
    margin-block-end: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .wp-block-cover.is-position-bottom-left img, .wp-block-cover.is-position-bottom-center img, .wp-block-cover.is-position-bottom-right img {
    height: 70vw;
    min-height: 70vw;
  }
}
.wp-block-cover__background {
  background-color: #222222;
}
.wp-block-cover__inner-container {
  width: calc(100% - 40px) !important;
  margin: 0 auto !important;
}
@media screen and (min-width: 1640px) {
  .wp-block-cover__inner-container {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1640px) {
  .wp-block-cover__inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container, .wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container {
    position: relative;
    margin-top: calc(70vw - 5em) !important;
  }
}
.wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container .wp-block-group, .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container .wp-block-group, .wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container .wp-block-group {
  width: 80%;
  transform: translateY(6em);
}
@media (min-width: 600px) {
  .wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container .wp-block-group, .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container .wp-block-group, .wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container .wp-block-group {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container .wp-block-group, .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container .wp-block-group, .wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container .wp-block-group {
    width: 33.33%;
    min-width: 600px;
  }
}
@media (max-width: 600px) {
  .wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container .wp-block-group, .wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container .wp-block-group, .wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container .wp-block-group {
    width: 100%;
    transform: translateY(0) !important;
  }
}
.wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container .wp-block-group {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container .wp-block-group {
  margin-left: auto;
}
.wp-block-cover .has-sts-headline-font-size + * {
  margin-top: 0px;
}

.entry-content > .wp-block-cover:first-child {
  height: calc(80vh - 6rem) !important;
  min-height: calc(80vh - 6rem) !important;
  overflow: hidden;
}
.entry-content > .wp-block-cover:first-child .wp-block-buttons {
  margin-top: 40px;
}
.entry-content > .wp-block-cover:first-child .wp-block-buttons .wp-block-button__link {
  font-size: 1.2em;
}
.entry-content > .wp-block-cover:first-child h2,
.entry-content > .wp-block-cover:first-child .has-sts-h-2-font-size {
  font-weight: 400 !important;
}

.entry-content > .wp-block-cover:first-child + * {
  margin-top: 20px;
}
.entry-content > .wp-block-cover:first-child + *.alignfull {
  margin-top: 0px;
}

.home .entry-content > .wp-block-cover:first-child {
  height: calc(100vh - 6rem) !important;
  min-height: calc(100vh - 6rem) !important;
}

body:has(.sts-block-questionnaire) .entry-content > .wp-block-cover:first-child {
  height: 40vh !important;
  min-height: 40vh !important;
}

/* -- BLOCK: MEDIA TEXT -- */
@media (min-width: 1640px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content:last-child {
    padding-right: calc(50vw - 820px);
  }
}
.wp-block-media-text.alignfull .wp-block-media-text__content:last-child .wp-block-group {
  padding: 0px;
}

/* -- BLOCK: SEPARATOR -- */
@media (max-width: 1640px) {
  .wp-block-separator {
    padding: 0px !important;
    max-width: calc(100vw - 40px) !important;
  }
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}

.wp-block-separator.has-primary-background-color {
  color: #FF7B00;
}

.wp-block-separator.is-style-wide {
  border-width: 1px;
}

.wp-block-separator.has-primary-background-color + * {
  margin-top: 60px;
}

/* -- BLOCK: COLORS -- */
.has-primary-color {
  color: #FF7B00;
}

/* -- BLOCK: INPUT CHECKBOX -- */
.sts-body input[type=checkbox],
.sts-body input[type=radio] {
  appearance: none;
  border: none !important;
  width: 1.2em !important;
}
.sts-body input[type=checkbox]::after,
.sts-body input[type=radio]::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background: white;
  border: solid 1px;
  position: relative;
  top: 2px;
  margin-right: 12px;
  transition: 0.2s;
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/circle-purple.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0px;
}
.sts-body input[type=checkbox]:checked::after,
.sts-body input[type=radio]:checked::after {
  background-size: 10px;
}
.sts-body input[type=checkbox] + span,
.sts-body input[type=radio] + span {
  position: relative;
  top: -2px;
  margin-left: 3px;
}

/* -- BLOCK CSS: HEADER -- */
.site-header {
  position: sticky;
  top: 0px;
  z-index: 100;
}

.sts-block-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
}
.sts-block-header__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 2040px) {
  .sts-block-header__inner {
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 2040px) {
  .sts-block-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1069px) {
  .sts-block-header__inner {
    padding-top: 10px;
    justify-content: flex-end !important;
  }
}
@media (max-width: 1069px) {
  .sts-block-header__logo {
    position: absolute;
    left: 20px;
    margin-top: 35px !important;
  }
}
.sts-block-header__logo img {
  height: 97px;
  width: auto;
  transition: 0.5s;
  object-fit: contain !important;
}
@media (max-width: 1640px) {
  .sts-block-header__logo img {
    height: 90px;
  }
}
@media (max-width: 1400px) {
  .sts-block-header__logo img {
    height: 70px;
  }
}
@media (max-width: 1069px) {
  .sts-block-header__logo img {
    height: 60px;
  }
}
.sts-block-header__navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sts-block-header__navigation-top-bar {
  position: relative;
  top: 0px;
  margin-bottom: 20px;
  transition: 0.5s;
}
@media (min-width: 1069px) {
  .sts-block-header__navigation-top-bar {
    margin-bottom: 30px;
  }
}
@media (min-width: 1069px) {
  .sts-block-header__navigation-top-bar > * {
    margin-right: 30px !important;
  }
  .sts-block-header__navigation-top-bar > *:last-child {
    margin-right: 0px !important;
  }
}
.sts-block-header__navigation-top-bar .wp-block-buttons .wp-element-button {
  font-size: 0.8em;
}
@media (max-width: 1069px) {
  .sts-block-header__navigation-top-bar .wp-block-buttons .wp-element-button {
    background-color: transparent;
    border-color: transparent;
    padding: 0px !important;
    color: #222222;
    opacity: 0.7;
  }
}
.sts-block-header__navigation-top-bar .wp-block-search__inside-wrapper {
  border-color: transparent;
}
@media (min-width: 1069px) {
  .sts-block-header__navigation-top-bar .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: 23px !important;
    border-color: #707070 !important;
    min-height: 40px;
    overflow: hidden;
  }
}
@media (max-width: 1069px) {
  .sts-block-header__navigation-top-bar .wp-block-search__inside-wrapper input {
    display: none;
  }
}
.sts-block-header__navigation-top-bar .wp-block-search__inside-wrapper button {
  padding: 0px;
  background: transparent;
}
@media (max-width: 1069px) {
  .sts-block-header__navigation-top-bar .wp-block-search__inside-wrapper button {
    margin-left: 0px;
  }
}
.sts-block-header__navigation-top-bar .wp-block-search__inside-wrapper button svg {
  fill: #707070;
}
.sts-block-header__navigation-top-bar-questionnaire {
  display: none !important;
}
.sts-block-header__navigation-main > nav > ul > li {
  margin-right: 30px;
}
@media (max-width: 1640px) {
  .sts-block-header__navigation-main > nav > ul > li {
    margin-right: 20px;
  }
}
@media (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-header__navigation-main > nav > ul > li {
    margin-right: 15px;
  }
}
.sts-block-header__navigation-main > nav > ul > li:last-child {
  margin-right: 0px;
}
.sts-block-header__navigation-main > nav > ul > li > a {
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 500;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .sts-block-header__navigation-main > nav > ul > li > a {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
@media (min-width: 1069px) {
  .sts-block-header__navigation-main > nav > ul > li > a {
    display: block;
    position: relative;
    top: 20.3px;
    padding-bottom: 25px !important;
    margin-top: -20px;
    border-bottom: solid 4px transparent;
  }
}
@media (max-width: 1640px) {
  .sts-block-header__navigation-main > nav > ul > li > a {
    font-size: 0.9rem;
    top: 20.1px;
  }
}
@media (min-width: 1069px) and (max-width: 1400px) {
  .sts-block-header__navigation-main > nav > ul > li > a {
    font-size: 0.8rem;
    top: 20px;
  }
}
@media (min-width: 1069px) {
  .sts-block-header__navigation-main > nav > ul > li > a[aria-current=page], .sts-block-header__navigation-main > nav > ul > li > a:hover {
    border-bottom: solid 4px #FF7B00;
  }
}
.sts-block-header__navigation-main > nav > ul > li .wp-block-navigation__submenu-icon svg {
  margin-top: -0.2rem;
}
@media (max-width: 1069px) {
  .sts-block-header__navigation-main {
    position: fixed;
    top: 100px;
    left: 0px;
    z-index: 100;
    margin: 20px;
    width: calc(100% - 40px);
    display: block !important;
    overflow: hidden;
    max-height: 0px;
    transition: 0.9s;
  }
  .sts-block-header__navigation-main > nav {
    transform: translate(0px, -50vh);
    transition: 0.9s;
  }
  .sts-block-header__navigation-main > nav > ul {
    display: block;
  }
  .sts-block-header__navigation-main > nav > ul > li {
    display: flex;
    flex-wrap: wrap;
    min-height: 30px;
    margin-bottom: 14px;
    margin-right: 0px;
    border-bottom: 1px solid #F5F5F5;
  }
  .sts-block-header__navigation-main > nav > ul > li:first-child {
    margin-top: 40px;
  }
  .sts-block-header__navigation-main > nav > ul > li > a {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .sts-block-header__navigation-main > nav > ul > li .wp-block-navigation__submenu-icon {
    margin-left: auto;
    background-color: #FF7B00;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .sts-block-header__navigation-main > nav > ul > li .wp-block-navigation__submenu-icon svg {
    height: auto;
    width: 0.75rem;
    margin-top: 0px;
    transform: rotate(0deg);
    transition: 0.8s;
  }
  .sts-block-header__navigation-main > nav > ul > li .wp-block-navigation__submenu-icon svg path {
    stroke: #ffffff;
  }
  .sts-block-header__navigation-main > nav > ul > li .wp-block-navigation__submenu-icon[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .sts-block-header__navigation-main > nav > ul > li .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    position: relative !important;
    display: block !important;
    border: 0 !important;
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
    visibility: visible !important;
    margin-left: 0px !important;
    left: 0px !important;
    top: 0px !important;
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 0px 20px 20px 20px;
    border-radius: 4px;
  }
  .sts-block-header__navigation-main > nav > ul > li .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container a {
    font-weight: 500;
    padding: 20px 0px 0px 0px;
  }
}
@media (min-width: 1069px) {
  .sts-block-header .wp-block-navigation__submenu-container {
    min-width: 190px !important;
    border: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 23px;
    margin-left: -16px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.14);
  }
  .sts-block-header .wp-block-navigation__submenu-container a {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 500;
    font-size: 0.85em;
    font-weight: 400;
  }
}
@media screen and (min-width: 1069px) and (max-width: 767px) {
  .sts-block-header .wp-block-navigation__submenu-container a {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
@media (min-width: 1069px) {
  .sts-block-header .wp-block-navigation__submenu-container a:hover {
    color: #FF7B00;
  }
}
.sts-block-header__mobile-navigation-toggle {
  display: none;
}
@media (max-width: 1069px) {
  .sts-block-header__mobile-navigation-toggle {
    display: block;
  }
}

@media (min-width: 1069px) {
  .sts-body--scrolling .sts-block-header__inner {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .sts-body--scrolling .sts-block-header__logo img {
    height: 60px;
    width: auto;
  }
}
@media (min-width: 1069px) and (min-width: 1069px) {
  .sts-body--scrolling .sts-block-header__navigation-top-bar {
    top: -80px;
    margin-top: -80px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1069px) {
  .sts-body--scrolling .sts-block-header__navigation-main > nav > ul > li > a {
    top: 30px;
    padding-bottom: 30px !important;
  }
  .sts-body--scrolling .sts-block-header__navigation-main > nav > ul > li .wp-block-navigation__submenu-icon svg {
    margin-top: 0.1rem;
  }
}

body:has(.sts-block-questionnaire) .sts-block-header__navigation-main {
  display: none;
}
body:has(.sts-block-questionnaire) .sts-block-header__navigation-top-bar {
  margin-bottom: 0px;
}
body:has(.sts-block-questionnaire) .sts-block-header__navigation-top-bar > * {
  display: none;
}
body:has(.sts-block-questionnaire) .sts-block-header__navigation-top-bar > *.sts-block-language-switcher {
  display: flex;
}
body:has(.sts-block-questionnaire) .sts-block-header__navigation-top-bar-questionnaire {
  display: block !important;
}

@media (max-width: 1069px) {
  .sts-body::after {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    transition: 1s;
    background-color: #ffffff;
    z-index: 99;
  }
}
@media (max-width: 1069px) {
  .sts-body--has-mobile-navigation-open::after {
    height: 100%;
  }
}
.sts-body--has-mobile-navigation-open .sts-block-header {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0);
}
.sts-body--has-mobile-navigation-open .sts-block-header__navigation-main {
  display: block !important;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.sts-body--has-mobile-navigation-open .sts-block-header__navigation-main > nav {
  transform: translate(0px, 0vh);
}

/* -- BLOCK CSS: FOOTER -- */
.wp-block-group.sts-block-footer a {
  transition: 0.5s;
}
.wp-block-group.sts-block-footer a:hover {
  color: #FF7B00;
}
.wp-block-group.sts-block-footer__primary-inner {
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 40px;
  align-items: flex-start;
}
@media screen and (min-width: 2040px) {
  .wp-block-group.sts-block-footer__primary-inner {
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 2040px) {
  .wp-block-group.sts-block-footer__primary-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1069px) and (max-width: 1640px) {
  .wp-block-group.sts-block-footer__primary-inner {
    flex-wrap: wrap !important;
    row-gap: 40px;
  }
}
@media (max-width: 1069px) {
  .wp-block-group.sts-block-footer__primary-inner {
    display: block !important;
    padding-top: 40px;
  }
}
.wp-block-group.sts-block-footer__primary-inner .wp-block-navigation ul {
  display: block;
}
.wp-block-group.sts-block-footer__primary-inner .wp-block-navigation ul li {
  margin-bottom: 4px;
}
@media (min-width: 1640px) {
  .wp-block-group.sts-block-footer__primary-section {
    flex: 1;
    max-width: calc(25% - 80px);
  }
}
@media (min-width: 1069px) and (max-width: 1640px) {
  .wp-block-group.sts-block-footer__primary-section {
    flex: none;
    max-width: calc(25% - 40px);
  }
}
@media (max-width: 1069px) {
  .wp-block-group.sts-block-footer__primary-section {
    margin-bottom: 30px;
  }
  .wp-block-group.sts-block-footer__primary-section:last-child {
    margin-bottom: 0px;
  }
}
.wp-block-group.sts-block-footer__secondary-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 2040px) {
  .wp-block-group.sts-block-footer__secondary-inner {
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 2040px) {
  .wp-block-group.sts-block-footer__secondary-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1069px) {
  .wp-block-group.sts-block-footer__secondary-inner {
    display: block !important;
  }
}
.wp-block-group.sts-block-footer__secondary-inner > * {
  font-size: 0.75rem;
  color: #ffffff;
}
@media (max-width: 1069px) {
  .wp-block-group.sts-block-footer__secondary-inner nav {
    margin-top: 10px;
  }
}
.wp-block-group.sts-block-footer__secondary-inner .wp-block-navigation-item {
  margin-right: 20px;
}
.wp-block-group.sts-block-footer__secondary-inner .wp-block-navigation-item:last-child {
  margin-right: 0px;
}
.wp-block-group.sts-block-footer .sts-block-social-media-icons-grid {
  margin-top: 40px;
}
.wp-block-group.sts-block-footer .wp-block-buttons {
  margin-bottom: 20px;
}
.wp-block-group.sts-block-footer .wp-element-button {
  font-size: 0.9rem;
  font-weight: 500;
}

body:has(.sts-block-questionnaire) .wp-block-group.sts-block-footer__primary-inner {
  display: none;
}

/* -- BLOCK CSS: PRODUCTS RATING WRAPPER -- */
.sts-block-label-product-ratings-wrapper {
  max-width: 1200px !important;
}

/* -- BLOCK CSS: ICON + TEXT -- */
.wp-block-group.sts-block-icon-w-text {
  align-items: flex-start;
  margin-bottom: 16px;
}
.wp-block-group.sts-block-icon-w-text .wp-block-image {
  display: flex;
  margin-right: 16px;
}
.wp-block-group.sts-block-icon-w-text .wp-block-image img {
  width: 18px;
  min-width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: left top;
  margin-top: 4px;
}

/* -- BLOCK CSS: SOCIAL MEDIA ICONS GRID -- */
.wp-block-group.sts-block-social-media-icons-grid > * {
  margin-right: 20px;
}
.wp-block-group.sts-block-social-media-icons-grid > *:last-child {
  margin-right: 0px;
}
.wp-block-group.sts-block-social-media-icons-grid img {
  height: 50px;
  width: 50px;
  transition: 0.5s;
  transform: scale(1);
}
.wp-block-group.sts-block-social-media-icons-grid img:hover {
  transform: scale(1.1);
}

/* -- BLOCK CSS: QUESTIONNAIRE WRAPPER -- */
.sts-block-questionnaire-wrapper {
  min-height: calc(60vh - 210px);
}

/* -- BLOCK CSS: TITLE WITH CHART -- */
.wp-block-group.sts-block-title-with-chart {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-title-with-chart {
    display: block;
  }
}
.wp-block-group.sts-block-title-with-chart p {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-title-with-chart p {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.wp-block-group.sts-block-title-with-chart .sts-block-chart {
  flex: 1;
}

/* -- BLOCK CSS: ANCHOR BAR -- */
.wp-block-group.sts-block-anchor-bar {
  position: sticky;
  z-index: 10;
  top: 96px;
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
  overflow: auto;
}
@media (max-width: 1069px) {
  .wp-block-group.sts-block-anchor-bar {
    top: 109px;
  }
}
.wp-block-group.sts-block-anchor-bar .has-large-font-size {
  font-size: 1.1em !important;
  line-height: 100%;
}
.wp-block-group.sts-block-anchor-bar > .wp-block-group {
  flex-flow: row;
}
.wp-block-group.sts-block-anchor-bar a {
  text-decoration: none;
  padding-left: 1.5em;
  display: block;
  background: url("../icons/arrow-right-orange.svg") no-repeat center left;
  background-size: 0.6em auto;
  white-space: nowrap;
  color: #222222;
  margin-right: 20px;
}
.wp-block-group.sts-block-anchor-bar + * {
  margin-top: 20px;
}

/* -- BLOCK CSS: RETAILER -- */
.wp-block-group.sts-block-retailer {
  border-bottom: solid 1px #707070;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.wp-block-group.sts-block-retailer:last-child {
  border-bottom: solid 1px transparent;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.wp-block-group.sts-block-retailer__logo-w-actions {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-retailer__logo-w-actions {
    display: block;
  }
}
.wp-block-group.sts-block-retailer__logo-w-actions .wp-block-image {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-retailer__logo-w-actions .wp-block-image {
    width: fit-content;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-retailer__logo-w-actions .wp-block-buttons {
    justify-content: center;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-retailer__logo-w-actions .wp-block-buttons .wp-block-button {
    margin-right: 0px;
  }
}

/* -- BLOCK CSS: LABEL SEARCH -- */
.wp-block-group.sts-block-labels-search .sts-block-labels__filter {
  background-color: #F5F5F5;
  padding: 20px 20px 100px 20px;
}
@media (min-width: 767px) and (max-width: 1069px) {
  .wp-block-group.sts-block-labels-search .sts-block-labels__filter {
    padding: 20px 20px 60px 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-labels-search .sts-block-labels__filter {
    padding: 0px 20px 40px 20px;
  }
}
.wp-block-group.sts-block-labels-search .sts-block-labels__filter > * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1640px) {
  .wp-block-group.sts-block-labels-search .sts-block-labels__result {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1640px) {
  .wp-block-group.sts-block-labels-search .sts-block-labels__result {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -- BLOCK CSS: LABEL PRODUCT SEARCH -- */
.sts-block-label-products-search .sts-block-label-products__filter {
  background-color: #F5F5F5;
  padding: 20px 20px 100px 20px;
}
@media (min-width: 767px) and (max-width: 1069px) {
  .sts-block-label-products-search .sts-block-label-products__filter {
    padding: 20px 20px 60px 20px;
  }
}
@media (max-width: 767px) {
  .sts-block-label-products-search .sts-block-label-products__filter {
    padding: 0px 20px 40px 20px;
  }
}
.sts-block-label-products-search .sts-block-label-products__filter > * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1640px) {
  .sts-block-label-products-search .sts-block-label-products__result, .sts-block-label-products-search .sts-block-label-products__sorting-wrapper {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1640px) {
  .sts-block-label-products-search .sts-block-label-products__result, .sts-block-label-products-search .sts-block-label-products__sorting-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sts-block-label-products-search .sts-block-label-products__sorting-wrapper {
  padding-left: 60px;
}

/* -- BLOCK CSS: PAGE OVERVIEW -- */
.wp-block-group.sts-block-page-overview {
  display: flex;
  justify-content: center;
}
@media (max-width: 1640px) {
  .wp-block-group.sts-block-page-overview {
    padding-left: 20px;
    padding-right: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-page-overview {
    display: block;
  }
}
.wp-block-group.sts-block-page-overview > .wp-block-group {
  position: relative;
  top: 0px;
  margin: -120px 0px 140px 0px;
  z-index: 10;
  background-color: #F5F5F5;
}
@media (min-width: 767px) {
  .wp-block-group.sts-block-page-overview > .wp-block-group {
    top: -140px;
    margin: 0px 40px -140px 0px;
    max-width: 600px;
  }
}
@media (min-width: 767px) {
  .wp-block-group.sts-block-page-overview > .wp-block-group:only-child {
    max-width: 800px;
  }
}
.wp-block-group.sts-block-page-overview > .wp-block-group:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-page-overview > .wp-block-group:last-child {
    margin-bottom: -60px;
  }
}
.wp-block-group.sts-block-page-overview > .wp-block-group .wp-block-image:first-child,
.wp-block-group.sts-block-page-overview > .wp-block-group .wp-block-post-featured-image:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.wp-block-group.sts-block-page-overview > .wp-block-group .wp-block-image img,
.wp-block-group.sts-block-page-overview > .wp-block-group .wp-block-post-featured-image img {
  width: 240px !important;
  height: 240px !important;
  object-fit: contain !important;
}
@media (max-width: 300px) {
  .wp-block-group.sts-block-page-overview > .wp-block-group .wp-block-image img,
  .wp-block-group.sts-block-page-overview > .wp-block-group .wp-block-post-featured-image img {
    max-width: 100% !important;
  }
}
.wp-block-group.sts-block-page-overview > .wp-block-group .wp-block-image:last-child,
.wp-block-group.sts-block-page-overview > .wp-block-group .wp-block-post-featured-image:last-child {
  margin-bottom: 0px;
}
.wp-block-group.sts-block-page-overview + * {
  margin-top: 20px;
}

@media (min-width: 767px) {
  body.single-sts_label .wp-block-group.sts-block-page-overview > .wp-block-group {
    max-width: 800px;
  }
}

/* -- BLOCK CSS: SEARCH TERM HEADLINE -- */
.sts-block-search-term-headline {
  padding: 100px 0px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1640px) {
  .sts-block-search-term-headline > * {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1640px) {
  .sts-block-search-term-headline > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -- BLOCK CSS: SEARCH -- */
.sts-block-search {
  margin-bottom: 40px;
}
.sts-block-search .wp-block-search__inside-wrapper {
  display: flex;
  flex-direction: row-reverse;
  border: solid 1px #222222;
  border-radius: 50px;
  overflow: hidden;
  background-color: #ffffff;
}
.sts-block-search .wp-block-search__inside-wrapper input {
  border: none;
  padding: 20px;
  outline: none;
}
.sts-block-search .wp-block-search__inside-wrapper button {
  background-color: transparent;
  font-size: 0px;
  width: 30px;
  margin-left: 20px;
  background-image: url("https://sts-label-kompass.ch/wp-content/themes/sts-label-kompass/assets/icons/search-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1640px) {
  .sts-block-search > * {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1640px) {
  .sts-block-search > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -- BLOCK CSS: SEARCH RESULTS -- */
.sts-block-search-results {
  min-height: calc(100vh - 400px);
  margin-bottom: 40px;
  filter: blur(0px);
  transition: 0.8s;
}
.sts-block-search-results .wp-block-post {
  background-color: #ffffff;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  margin: 20px;
  padding: 30px;
}
.sts-block-search-results .wp-block-post .wp-block-post-title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sts-block-search-results .wp-block-post .wp-block-post-title {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.sts-block-search-results .wp-block-post .wp-block-post-title .sts-post-type {
  display: block;
  font-size: 0.7em;
  color: #FF7B00;
  margin-bottom: 10px;
}
.sts-block-search-results .wp-block-post .wp-block-columns {
  margin-bottom: 0px;
}
.sts-block-search-results .wp-block-post .wp-block-post-excerpt {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1069px) {
  .sts-block-search-results .wp-block-post .wp-block-post-excerpt {
    height: 150px;
  }
}
.sts-block-search-results .wp-block-post .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.sts-block-search-results .wp-block-post .wp-block-post-excerpt__more-text {
  margin-top: auto;
}
.sts-block-search-results .wp-block-post .wp-block-post-excerpt__more-link {
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  background-color: #FF7B00;
  color: #ffffff;
}
.sts-block-search-results .wp-block-post .wp-block-post-excerpt__more-link:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.sts-block-search-results .wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.sts-block-search-results .wp-block-query-pagination-numbers .page-numbers {
  display: block;
  padding: 10px;
  background-color: #F5F5F5;
  margin: 10px;
  border-radius: 4px;
}
.sts-block-search-results .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: #FF7B00;
  color: #ffffff;
}
@media (max-width: 1069px) {
  .sts-block-search-results .wp-block-query ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sts-body--search-is-loading .sts-block-search-results {
  filter: blur(10px);
}

/* -- BLOCK CSS: CUSTOMER STATEMENT -- */
.sts-block-customer-statement {
  max-width: 700px !important;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  margin-top: 160px !important;
}
.sts-block-customer-statement__image {
  display: flex;
  justify-content: center;
  position: relative;
  top: -80px;
  margin-bottom: -100px;
}
.sts-block-customer-statement__image img {
  height: 160px !important;
  width: 160px !important;
  object-fit: cover;
  border-radius: 50%;
}
.sts-block-customer-statement__excerpt {
  padding: 0px 40px 40px 40px;
}
.sts-block-customer-statement__excerpt::before {
  content: "";
  display: block;
  height: 70px;
  width: 60px;
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/quote-purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1069px) {
  .sts-block-customer-statement__excerpt::before {
    height: 60px;
    width: 50px;
  }
}
.sts-block-customer-statement__excerpt .has-sts-h-3-font-size {
  margin-bottom: 0px;
}

/* -- BLOCK CSS: EXTERNAL PAGE LINK -- */
.wp-block-group.sts-block-external-page-link {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 40px;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .wp-block-group.sts-block-external-page-link {
    min-height: 120px;
    padding: 20px;
  }
}
.wp-block-group.sts-block-external-page-link > p:first-child {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wp-block-group.sts-block-external-page-link > p:first-child {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.wp-block-group.sts-block-external-page-link .wp-block-buttons {
  margin-top: auto;
}
.wp-block-group.sts-block-external-page-link .wp-block-buttons::after {
  content: "";
  display: block;
  height: 45px;
  width: 45px;
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/external-link-purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}

.wp-block-group-is-layout-flex:has(.sts-block-external-page-link) {
  gap: 40px;
}
@media (max-width: 767px) {
  .wp-block-group-is-layout-flex:has(.sts-block-external-page-link) {
    gap: 20px;
  }
}

.wp-block-group-is-layout-flex > .wp-block-group.sts-block-external-page-link {
  max-width: calc(33.33% - 40px);
  min-width: calc(33.33% - 40px);
}
@media (min-width: 767px) and (max-width: 1069px) {
  .wp-block-group-is-layout-flex > .wp-block-group.sts-block-external-page-link {
    max-width: calc(50% - 40px);
    min-width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .wp-block-group-is-layout-flex > .wp-block-group.sts-block-external-page-link {
    max-width: 100%;
    min-width: 100%;
  }
}

.sts-weak-browser-support .wp-block-group-is-layout-flex > .wp-block-group.sts-block-external-page-link {
  margin: 20px;
}

.single-sts_label .wp-block-group:has(> .sts-block-external-page-link) {
  justify-content: center;
}

/* -- BLOCK CSS: RECOMMENDATION -- */
@media (min-width: 767px) {
  .sts-block-label-product-recommendation .sts-block-label-product-rating-icon {
    position: relative;
    left: -60px;
    top: -90px;
    margin-right: -40px;
  }
}
@media (max-width: 767px) {
  .sts-block-label-product-recommendation .sts-block-label-product-rating-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: -10px;
    margin-top: -20px;
  }
}

/* -- BLOCK CSS: RATING LEGEND -- */
@media (max-width: 1069px) {
  .sts-block-rating-legend {
    flex-direction: column;
    align-items: start !important;
  }
}
.sts-block-rating-legend__status {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (min-width: 767px) and (max-width: 1069px) {
  .sts-block-rating-legend__status {
    max-width: 400px;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .sts-block-rating-legend__status {
    margin-bottom: 14px !important;
  }
}
@media (max-width: 1069px) {
  .sts-block-rating-legend__status:last-child {
    margin-bottom: 0px !important;
  }
}
.sts-block-rating-legend__status p {
  position: relative;
  left: -50px;
  font-size: 1.2rem;
  line-height: 1.3;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  margin: 10px !important;
  padding: 15px 20px 15px 60px;
  border-radius: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sts-block-rating-legend__status p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
@media (min-width: 767px) and (max-width: 1640px) {
  .sts-block-rating-legend__status p {
    margin: 5px !important;
    padding: 15px 15px 15px 60px;
  }
}
@media (max-width: 767px) {
  .sts-block-rating-legend__status p {
    padding: 10px 50px 10px 60px;
  }
}
.sts-block-rating-legend__status::before {
  position: relative;
  z-index: 10;
  content: "";
  display: block;
  height: 80px;
  width: 80px;
  min-width: 80px;
  border-radius: 50%;
}
@media (min-width: 1069px) and (max-width: 1640px) {
  .sts-block-rating-legend__status::before {
    height: 70px;
    width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 1069px) {
  .sts-block-rating-legend__status::before {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
}
.sts-block-rating-legend__status--1::before {
  background-color: #038141;
}
.sts-block-rating-legend__status--2::before {
  background-color: #74bc37;
}
.sts-block-rating-legend__status--3::before {
  background-color: #fdd800;
}
.sts-block-rating-legend__status--4::before {
  background-color: #ef4531;
}
.sts-block-rating-legend + .sts-block-label-product-ratings-wrapper {
  margin-top: 70px;
}

/* -- BLOCK CSS: LABEL PRODUCT OVERVIEW -- */
.sts-block-label-product-overview .wp-block-columns {
  position: relative;
  z-index: 2;
  top: -140px;
  margin-bottom: -140px;
}
.sts-block-label-product-overview .wp-block-columns .wp-block-column {
  background-color: #ffffff;
  margin: 0px 20px;
  padding: 40px 30px 60px 30px;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
}
.sts-block-label-product-overview .wp-block-columns .wp-block-column:has(.sts-block-label-product-image) {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
}
.sts-block-label-product-overview .wp-block-post-title {
  font-size: 1.5em;
  font-weight: 500;
}
.sts-block-label-product-overview + * {
  margin-top: 20px !important;
}

/* -- BLOCK CSS: SHARE POST -- */
@media (max-width: 1069px) {
  .sts-block-share-post {
    display: block !important;
  }
}
.sts-block-share-post > p {
  font-size: 1.2rem;
  line-height: 1.3;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .sts-block-share-post > p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
@media (max-width: 1069px) {
  .sts-block-share-post > p {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1069px) and (max-width: 767px) {
  .sts-block-share-post > p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
@media (max-width: 1069px) {
  .sts-block-share-post .wp-block-group.sts-block-social-media-icons-grid > * {
    margin-right: 15px;
  }
}
.sts-block-share-post .wp-block-group.sts-block-social-media-icons-grid img {
  height: 67px !important;
  width: auto !important;
}
@media (max-width: 1069px) {
  .sts-block-share-post .wp-block-group.sts-block-social-media-icons-grid img {
    height: 42px !important;
  }
}
@media (max-width: 767px) {
  .sts-block-share-post .wp-block-group.sts-block-social-media-icons-grid img {
    height: 38px !important;
  }
}

/* -- BLOCK CSS: TEASER -- */
.sts-block-teaser {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0.6em 1.5em;
}
.sts-block-teaser > .wp-block-image:first-child {
  height: 340px;
  width: 100%;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .sts-block-teaser > .wp-block-image:first-child {
    height: 280px;
  }
}
.sts-block-teaser > .wp-block-image:first-child img {
  object-fit: contain;
  max-height: 230px !important;
  max-width: 300px !important;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .sts-block-teaser > .wp-block-image:first-child img {
    max-height: 180px !important;
  }
}
.sts-block-teaser > .wp-block-buttons {
  margin: 20px 40px !important;
}
@media (max-width: 767px) {
  .sts-block-teaser > .wp-block-buttons {
    margin: 30px 20px !important;
  }
}

@media (min-width: 767px) {
  .wp-block-group-is-layout-flex > .sts-block-teaser {
    flex: 1;
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .wp-block-group-is-layout-flex > .sts-block-teaser {
    margin-bottom: 20px;
    width: 100%;
  }
}
.wp-block-group-is-layout-flex > .sts-block-teaser:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .wp-block-group-is-layout-flex > .sts-block-teaser:last-child {
    margin-bottom: 0px;
  }
}

/* -- BLOCK CSS: STICKY MEDIA TEXT -- */
.sts-block-sticky-media-text {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sts-block-sticky-media-text {
    display: block;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.sts-block-sticky-media-text .wp-block-media-text__media {
  position: sticky;
  top: 140px;
}
@media (max-width: 767px) {
  .sts-block-sticky-media-text .wp-block-media-text__media {
    display: none;
  }
}
.sts-block-sticky-media-text .wp-block-media-text__content {
  padding: 0px;
}
@media (min-width: 767px) {
  .sts-block-sticky-media-text .wp-block-media-text__content {
    position: relative;
    top: 40px;
    left: -100px;
  }
}
.sts-block-sticky-media-text .wp-block-media-text__content > * {
  background-color: #ffffff;
  margin-bottom: 20px;
}

/* -- BLOCK CSS: STICKY NOTICE -- */
.sts-block-sticky-notice {
  display: block !important;
  position: fixed;
  top: 190px;
  right: -313px;
  width: 400px;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media (max-width: 1069px) {
  .sts-block-sticky-notice {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sts-block-sticky-notice {
    top: 130px;
    width: 280px;
    right: -210px;
  }
}
.sts-block-sticky-notice:hover {
  right: 0px;
}
.sts-block-sticky-notice .wp-block-column:nth-child(1) {
  background: #fff;
  padding: 1.25em 0 1.25em 4.5em;
  border-radius: 3em 0 0 3em;
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
  cursor: pointer;
  height: 1.2em;
}
.sts-block-sticky-notice .wp-block-column:nth-child(1)::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url("/wp-content/themes/sts-label-kompass/assets/icons/heart-purple.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.sts-block-sticky-notice:hover .wp-block-column:nth-child(1) {
  padding-right: 2em;
}
.sts-block-sticky-notice .wp-block-column:nth-child(2) {
  background: #F0F0F0;
  border-radius: 0 0 0 3em;
  padding: 1em 2em;
  margin-left: 2.5em;
  z-index: 1;
  transition: all 0.3s ease-out;
  position: relative;
  left: 100px;
}
.sts-block-sticky-notice:hover .wp-block-column:nth-child(2) {
  display: block;
  left: 0px;
}

/* -- BLOCK CSS: 404 -- */
.wp-block-group.sts-block-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 500px);
  padding: 100px 20px;
}
.wp-block-group.sts-block-404 .is-style-sts-w-separator {
  margin-bottom: 0px;
}
.wp-block-group.sts-block-404 > * {
  max-width: 1100px;
}

/* -- BLOCK CSS: CONTACT FORM 7 -- */
.wpcf7-form h2, .wpcf7-form h3, .wpcf7-form h4, .wpcf7-form h5 {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .wpcf7-form .sts-cf7-divider {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.wpcf7-form .sts-cf7-divider .sts-cf7-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .wpcf7-form .sts-cf7-divider .sts-cf7-wrapper {
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (min-width: 1069px) {
  .wpcf7-form .sts-cf7-divider .sts-cf7-wrapper {
    max-width: calc(50% - 40px);
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .wpcf7-form .sts-cf7-divider .sts-cf7-wrapper:first-child {
    margin-bottom: 20px;
  }
}
.wpcf7-form label {
  display: block;
}
.wpcf7-form label > span {
  display: block;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=url] {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: solid 1px #707070;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-form textarea {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: 100%;
  padding: 10px;
  border: solid 1px #707070;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-form input[type=submit] {
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  border-radius: 999px;
  padding: 0.65em 2.2em;
  font-weight: bold;
  transition: 0.6s;
  border: none;
  background-color: #FF7B00;
  color: #ffffff;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #5F4BB6 !important;
  color: #ffffff !important;
  border-color: #5F4BB6 !important;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  display: block;
  padding-bottom: 10px;
  border-bottom: solid 1px #707070;
  margin-top: 10px;
}
.wpcf7-form .wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7-form p + p {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .wpcf7-form p + p {
    margin-top: 20px;
  }
}
.wpcf7-form .wpcf7-list-item:first-child {
  margin-left: 0px;
}
.wpcf7-form .sts-cf7-wrapper,
.wpcf7-form .wpcf7-response-output {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0.6em 1.5em;
  padding: 40px !important;
}
@media (max-width: 767px) {
  .wpcf7-form .sts-cf7-wrapper,
  .wpcf7-form .wpcf7-response-output {
    padding: 40px 20px !important;
  }
}
.wpcf7-form .wpcf7-response-output {
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  border: none !important;
  font-weight: bold;
  margin: 40px 0px 0px 0px !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-response-output {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.wpcf7-form .wpcf7-response-output::before {
  display: block;
  content: "";
  height: 80px;
  width: 80px;
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/check-white-w-green-background.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin-right: 40px;
}
.wpcf7-form.failed .wpcf7-response-output::before {
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/close-white-w-red-background.svg");
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.7em;
  margin-top: 5px;
}
.wpcf7-form br {
  display: none;
}

/* -- BLOCK CSS: SEND IN BLUE / BREVO -- */
@media (min-width: 767px) {
  .sts-block-newsletter-wrapper {
    background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/letter-purple.svg");
    background-position-x: calc(100% - 40px);
    background-position-y: 40px;
    background-repeat: no-repeat;
    background-size: 100px;
    padding-right: 300px !important;
  }
}

#sib-container,
.bexio-nl {
  border: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

#sib-container form > *,
.bexio-nl form > *,
.sib-form-block {
  padding: 0 !important;
}

.sib-form .entry__field,
.bexio-nl .entry__field {
  border: 0 !important;
  margin: 0 !important;
}

#sib-container form > p:last-child,
.bexio-nl form > p:last-child,
.bexio-nl > p:first-of-type {
  display: none;
}

#sib-container form + p,
.bexio-nl form + p,
.is-newsletter-form-holder > p:last-child {
  display: none;
}

#sib-container form input,
#sib-container form textarea,
#sib-container form select,
.bexio-nl form input,
.bexio-nl form textarea,
.bexio-nl form select {
  all: unset;
  font: inherit;
  background: #EFEFEF;
  border: 2px solid #efefef !important;
  padding: 0.5em 1em;
  width: 100%;
}

#sib-container form select,
.bexio-nl form select {
  width: calc(50% - 4.4em);
  padding-right: 3em;
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/arrow-down-black.svg");
  background-position: center right 1em;
  background-size: 0.8em auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #sib-container form select,
  .bexio-nl form select {
    width: 100%;
  }
}

#sib-container form input::placeholder,
#sib-container form textarea::placeholder,
#sib-container form select::placeholder,
.bexio-nl form input::placeholder,
.bexio-nl form textarea::placeholder,
.bexio-nl form select::placeholder {
  color: #777;
}

#sib-container form .entry_errored input,
#sib-container form .entry_errored textarea,
#sib-container form .entry_errored select {
  border: 2px solid #c43131 !important;
}

label.entry__error {
  display: none !important;
}

#sib-container form,
.bexio-nl form > div {
  display: flex;
  flex-flow: row wrap;
  gap: 0.7em 0.4em;
}

#sib-container form > div,
.bexio-nl form div > div {
  width: 100%;
}

@media (min-width: 400px) {
  #sib-container form > div:nth-child(2),
  #sib-container form > div:nth-child(3),
  .bexio-nl form div + div:nth-child(3),
  .bexio-nl form div + div:nth-child(4) {
    width: calc(50% - 0.2em);
  }
}
.bexio-nl .entry_block {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.bexio-nl .entry__field {
  align-items: center;
  display: inline-flex;
  max-width: 100%;
}

.bexio-nl form > p:first-of-type {
  display: none;
}

.sib-form-block__button {
  margin-top: 2em;
  font-family: inherit !important;
  font-weight: bold;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.sib-form-block__button br,
.sib-form-block__button svg {
  display: none;
}

#sib-container form p:empty .bexio-nl form p:empty {
  display: none;
}

.bexio-nl form label {
  display: none;
}

.bexio-nl form [type=checkbox] {
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  margin-right: 0.5em;
  background-color: transparent;
  padding: 0px;
}

.bexio-nl form {
  font: 16px/19px Roboto, Arial, sans-serif;
}

.bexio-nl form span.checked input[type=checkbox] {
  border: 1px solid #ff7b00 !important;
  background: center no-repeat #ff7b00 url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") !important;
}

p.bexio-nl {
  display: none;
}

.bexio-nl p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.bexio-nl p a {
  text-decoration: underline !important;
}

.bexio-nl .sib-multi-lists-area label {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.bexio-nl .sid-default-btn {
  color: #fff;
  font: 16px/22px Roboto, Arial, sans-serif;
  border: 0;
  border-radius: 999px;
  display: inline-block;
  background: #ff7b00;
  font-weight: 700;
  padding-top: 0.5em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  padding-left: 2em;
}
@media (min-width: 767px) {
  .bexio-nl .sid-default-btn {
    margin-top: 1em;
  }
}

.bexio-nl .sid-default-btn:hover {
  background: rgb(95, 75, 182);
}

/* -- BLOCK STYLE: ACCORDION -- */
.wp-block-columns.is-style-accordion {
  display: block;
  background: #ffffff;
  box-sizing: border-box;
}
.wp-block-columns.is-style-accordion .wp-block-column {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1.5rem !important;
  margin: 0 !important;
}
@media (min-width: 767px) {
  .wp-block-columns.is-style-accordion .wp-block-column {
    padding: 0.75rem 3rem 0.75rem 1.5rem !important;
  }
}
.wp-block-columns.is-style-accordion .wp-block-column:nth-child(1) {
  cursor: pointer;
  position: relative;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
}
@media (min-width: 767px) {
  .wp-block-columns.is-style-accordion .wp-block-column:nth-child(1) {
    padding: 0.75rem 3rem 0.75rem 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .wp-block-columns.is-style-accordion .wp-block-column:nth-child(1) .wp-block-heading {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wp-block-columns.is-style-accordion .wp-block-column:nth-child(1) .wp-block-heading {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.wp-block-columns.is-style-accordion .wp-block-column:nth-child(1)::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: url("/wp-content/themes/sts-label-kompass/assets/icons/plus-purple.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 767px) {
  .wp-block-columns.is-style-accordion .wp-block-column:nth-child(1)::before {
    right: 1em;
  }
}
.wp-block-columns.is-style-accordion .wp-block-column:nth-child(2) {
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  padding: 0 1.5em !important;
  background: #F5F5F5;
  margin: 0 auto !important;
  width: 100%;
  border-radius: 0 0 1em 1em;
  overflow: hidden;
}
@media (min-width: 767px) {
  .wp-block-columns.is-style-accordion .wp-block-column:nth-child(2) {
    padding: 0 2.5em !important;
    width: 100%;
    border-radius: 0 0 2em 2em;
  }
}
.wp-block-columns.is-style-accordion .wp-block-column:nth-child(2) > *:first-child {
  margin-top: 1.5rem;
}
.wp-block-columns.is-style-accordion .wp-block-column:nth-child(2) > *:last-child {
  margin-bottom: 1.5rem;
}
.wp-block-columns.is-style-accordion--open .wp-block-column:nth-child(1)::before {
  transform: translateY(-50%) rotate(135deg);
}

.sts-body .wp-block-columns.is-style-accordion .wp-block-column:nth-child(2) {
  display: none;
}

/* -- BLOCK STYLE: HEADING WITH SEPARATOR -- */
.wp-block-heading.is-style-sts-w-separator {
  margin-bottom: 30px;
}
.wp-block-heading.is-style-sts-w-separator:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #FF7B00;
  margin-top: 30px;
}
.wp-block-heading.is-style-sts-w-separator.has-text-align-center {
  max-width: 900px;
}
.wp-block-heading.is-style-sts-w-separator.has-text-align-center:after {
  margin: 0 auto;
  margin-top: 30px;
}
.wp-block-heading.is-style-sts-w-separator.has-text-align-right:after {
  margin-left: auto;
  margin-top: 30px;
}

/* -- BLOCK STYLE: NARROW WIDTH -- */
.is-style-sts-narrow-width {
  max-width: 1000px !important;
}

/* -- BLOCK STYLE: GALLERY SLIDER + LOGO SLIDER -- */
@media (max-width: 1069px) {
  .sts-block-gallery-slider {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.sts-block-gallery-slider__controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 0px;
}
@media (max-width: 1069px) {
  .sts-block-gallery-slider__controls {
    display: none;
  }
}
@media (max-width: 1069px) {
  .sts-block-gallery-slider:has(.is-style-sts-logo-slider) .sts-block-gallery-slider__controls {
    display: flex;
  }
}
.sts-block-gallery-slider__control-prev, .sts-block-gallery-slider__control-next {
  position: relative;
  top: -20px;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 1069px) {
  .sts-block-gallery-slider__control-prev, .sts-block-gallery-slider__control-next {
    top: -15px;
    height: 30px;
    width: 30px;
  }
}
.sts-block-gallery-slider__control-prev.disabled, .sts-block-gallery-slider__control-next.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.sts-block-gallery-slider__control-prev {
  background: url("/wp-content/themes/sts-label-kompass/assets/icons/arrow-left-purple.svg") no-repeat center;
}
.sts-block-gallery-slider__control-next {
  background: url("/wp-content/themes/sts-label-kompass/assets/icons/arrow-right-purple.svg") no-repeat center;
}
.sts-block-gallery-slider__dots {
  margin-top: 40px !important;
}
@media (max-width: 1069px) {
  .sts-block-gallery-slider__dots {
    margin-top: 20px !important;
  }
}
.sts-block-gallery-slider .wp-block-gallery {
  margin-left: 60px;
  margin-right: 60px;
}
@media (max-width: 1069px) {
  .sts-block-gallery-slider .wp-block-gallery.is-style-sts-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.wp-block-gallery.is-style-sts-logo-slider figure.wp-block-image {
  margin: 0px 20px !important;
}
.wp-block-gallery.is-style-sts-logo-slider figure.wp-block-image img {
  object-fit: contain !important;
  max-height: 130px;
  max-width: 300px !important;
  margin: 0 auto;
}
.wp-block-gallery.is-style-sts-logo-slider .wp-element-caption {
  display: none;
}

.wp-block-gallery:has(.wp-element-caption).columns-1 figure {
  max-width: calc(100% - 40px);
}

.wp-block-gallery:has(.wp-element-caption).columns-2 figure {
  max-width: calc(50% - 40px);
}

.wp-block-gallery:has(.wp-element-caption).columns-3 figure {
  max-width: calc(33.33% - 40px);
}

.wp-block-gallery:has(.wp-element-caption).columns-4 figure {
  max-width: calc(25% - 40px);
}

.wp-block-gallery:has(.wp-element-caption).columns-5 figure {
  max-width: calc(20% - 40px);
}

.wp-block-gallery.is-style-sts-logo-slider figure.wp-block-image {
  margin: 0px 20px !important;
}
.wp-block-gallery.is-style-sts-logo-slider figure.wp-block-image img {
  object-fit: contain !important;
  max-height: 130px;
  max-width: 300px !important;
  margin: 0 auto;
}
.wp-block-gallery.is-style-sts-logo-slider .wp-element-caption {
  display: none;
}
.wp-block-gallery.is-style-sts-logo-slider + .sts-block-gallery-slider__dots {
  display: none;
}

.wp-block-gallery.is-style-sts-slider figure.wp-block-image,
.wp-block-gallery:not(.is-style-sts-logo-slider):has(.wp-element-caption) figure.wp-block-image {
  box-shadow: 0 0.6em 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 20px !important;
}
@media (min-width: 767px) and (max-width: 1069px) {
  .wp-block-gallery.is-style-sts-slider figure.wp-block-image,
  .wp-block-gallery:not(.is-style-sts-logo-slider):has(.wp-element-caption) figure.wp-block-image {
    width: calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .wp-block-gallery.is-style-sts-slider figure.wp-block-image,
  .wp-block-gallery:not(.is-style-sts-logo-slider):has(.wp-element-caption) figure.wp-block-image {
    width: 100%;
    max-width: 100%;
    margin: 20px 0px !important;
  }
}
.wp-block-gallery.is-style-sts-slider figure.wp-block-image::before,
.wp-block-gallery:not(.is-style-sts-logo-slider):has(.wp-element-caption) figure.wp-block-image::before {
  display: none;
}
.wp-block-gallery.is-style-sts-slider figure.wp-block-image img,
.wp-block-gallery:not(.is-style-sts-logo-slider):has(.wp-element-caption) figure.wp-block-image img {
  object-fit: cover !important;
  height: 300px;
  width: 100%;
}
.wp-block-gallery.is-style-sts-slider figure.wp-block-image figcaption.wp-element-caption,
.wp-block-gallery:not(.is-style-sts-logo-slider):has(.wp-element-caption) figure.wp-block-image figcaption.wp-element-caption {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  display: block;
  text-shadow: none;
  color: #222222;
  background: transparent !important;
  flex-basis: unset;
  flex-grow: unset;
  text-align: left;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-block-gallery.is-style-sts-slider figure.wp-block-image figcaption.wp-element-caption,
  .wp-block-gallery:not(.is-style-sts-logo-slider):has(.wp-element-caption) figure.wp-block-image figcaption.wp-element-caption {
    font-size: 16px;
    line-height: 1.3;
  }
}

/* - GUTENBERG EDITOR - */
.editor-styles-wrapper .is-style-sts-logo-slider:not(.is-selected):not(.has-child-selected),
.editor-styles-wrapper .is-style-sts-slider:not(.is-selected):not(.has-child-selected) {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow: scroll !important;
}
.editor-styles-wrapper .is-style-sts-logo-slider:not(.is-selected):not(.has-child-selected) figure,
.editor-styles-wrapper .is-style-sts-slider:not(.is-selected):not(.has-child-selected) figure {
  min-width: 33.33% !important;
  max-width: unset !important;
  flex-grow: unset !important;
}
.editor-styles-wrapper .is-style-sts-logo-slider:not(.is-selected):not(.has-child-selected) .wp-element-caption,
.editor-styles-wrapper .is-style-sts-slider:not(.is-selected):not(.has-child-selected) .wp-element-caption {
  display: none;
}
.editor-styles-wrapper .is-style-sts-logo-slider:not(.is-selected):not(.has-child-selected).columns-1 figure,
.editor-styles-wrapper .is-style-sts-slider:not(.is-selected):not(.has-child-selected).columns-1 figure {
  min-width: 100% !important;
}
.editor-styles-wrapper .is-style-sts-logo-slider:not(.is-selected):not(.has-child-selected).columns-2 figure,
.editor-styles-wrapper .is-style-sts-slider:not(.is-selected):not(.has-child-selected).columns-2 figure {
  min-width: 50% !important;
}
.editor-styles-wrapper .is-style-sts-logo-slider:not(.is-selected):not(.has-child-selected).columns-4 figure,
.editor-styles-wrapper .is-style-sts-slider:not(.is-selected):not(.has-child-selected).columns-4 figure {
  min-width: 25% !important;
}
.editor-styles-wrapper .is-style-sts-logo-slider:not(.is-selected):not(.has-child-selected).columns-5 figure,
.editor-styles-wrapper .is-style-sts-slider:not(.is-selected):not(.has-child-selected).columns-5 figure {
  min-width: 25% !important;
}
.editor-styles-wrapper .is-style-sts-logo-slider:not(.is-selected):not(.has-child-selected).columns-6 figure,
.editor-styles-wrapper .is-style-sts-slider:not(.is-selected):not(.has-child-selected).columns-6 figure {
  min-width: 16.66% !important;
}

/* -- BLOCK STYLE: GROUP WITH SHADOW -- */
.wp-block-group.is-style-sts-shadow-box,
.wp-block-group.is-style-shadow-box {
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 2rem;
}

/* -- BLOCK STYLE: MEDIA-TEXT WITH SHADOW -- */
.wp-block-media-text.is-style-sts-shadow-box {
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
}

/* -- BLOCK STYLE: MEDIA-TEXT PERSON -- */
.wp-block-media-text.is-style-sts-person {
  max-width: 900px;
  box-shadow: 0 0.6em 1.5em rgba(0, 0, 0, 0.2);
}

/* -- BLOCK STYLE: TABLE TRANSPARENT -- */
.wp-block-table.is-style-transparent td,
.wp-block-table.is-style-transparent th {
  border: 0 !important;
  padding: 0 !important;
  padding-right: 1em !important;
}

/* -- ANIMATIONS -- */
*.sts-fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s;
}
*.sts-fade-in.sts-is-visible {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
}

.yoast-breadcrumbs a {
  text-decoration: underline;
}
.yoast-breadcrumbs .breadcrumb_last {
  color: #5F4BB6;
}

.glider, .glider-contain {
  margin: 0 auto;
  position: relative;
}

.glider, .glider-track {
  transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}

.glider-contain {
  width: 100%;
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next, .glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #ccc;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
  background: #ddd;
}

.glider-dot.active {
  background: #a89cc8;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-dots button {
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.glider-dots button.active, .glider-dots button:hover {
  background-color: #5F4BB6;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.goverlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(40px);
}

.glightbox-clean .gslide-description {
  background-color: transparent;
}

.glightbox-clean .gdesc-inner {
  padding: 20px 0px;
}

.glightbox-clean .gslide-title {
  font-size: 0.8rem;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: transparent;
}
.glightbox-clean .gclose:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gprev:hover {
  background-color: transparent;
}

.glightbox-clean .gclose {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: solid 3px white;
}

.glightbox-clean .gclose svg {
  width: 24px;
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-size: contain;
  background-repeat: no-repeat;
}

.glightbox-clean .gnext {
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/arrow-right-purple.svg");
}

.glightbox-clean .gprev {
  background-image: url("/wp-content/themes/sts-label-kompass/assets/icons/arrow-left-purple.svg");
}

.gnext svg, .gprev svg {
  opacity: 0;
  width: 40px;
}

.glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #5F4BB6;
}

.gslide-image img {
  max-height: 80vh !important;
  max-width: 100%;
}

/*# sourceMappingURL=sts-label-kompass.css.map */
