@charset "UTF-8";
#g-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 100%; }

#guide {
  isolation: isolate; }
  @media (max-width: 768px) {
    #guide {
      padding: 0; } }

.g-headline {
  margin: 50px 0 30px 0;
  font-size: 24px;
  line-height: 32px; }
  @media (min-width: 768px) {
    .g-headline {
      margin-top: 70px;
      font-size: 32px;
      line-height: 36px; } }

.g-step {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .g-step .g-cards-large {
    display: flex;
    flex-direction: column;
    margin: 0 9%;
    width: 100%; }
    @media (min-width: 1260px) {
      .g-step .g-cards-large {
        margin: 0 14%; } }
  .g-step .g-step-title {
    margin-bottom: 32px;
    max-width: 500px; }
  .g-step .g-step-actions {
    animation: fade-in .3s ease-out .3s forwards;
    opacity: 0;
    width: 100%;
    margin-top: auto;
    margin-bottom: 35px; }
    .g-step .g-step-actions .uk-button {
      margin: 0; }
    .g-step .g-step-actions > #actions {
      align-items: center; }
      .g-step .g-step-actions > #actions:first-child {
        margin-left: auto; }
      .g-step .g-step-actions > #actions:last-child {
        margin-right: auto; }
      .g-step .g-step-actions > #actions .uk-button-primary.disabled {
        cursor: default;
        pointer-events: none;
        background-color: #DED7D5;
        opacity: .5; }
      .g-step .g-step-actions > #actions .g-results {
        height: 100%;
        text-align: center;
        transition: all .3s ease-out .2s;
        margin-bottom: 0; }
        @media (max-width: 1024px) {
          .g-step .g-step-actions > #actions .g-results {
            max-width: 150px; } }
        .g-step .g-step-actions > #actions .g-results.hidden {
          opacity: 0; }
      .g-step .g-step-actions > #actions p {
        line-height: 16px; }

.g-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out .2s; }
  .g-spinner.disabled {
    opacity: 0; }

.g-cards {
  width: 100%;
  display: grid;
  grid-gap: 16px;
  margin-bottom: 36px;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 768px) {
    .g-cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .g-cards.x4 {
      grid-template-columns: repeat(4, 1fr); } }
  .g-cards.g-cards-grid-2 {
    grid-template-columns: repeat(2, 1fr); }

#img-fallback {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-out; }
  #img-fallback.active {
    opacity: 1; }

#g-strip {
  margin-top: -8px;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: calc(100% - 32px);
  padding: 4px 0;
  margin-left: 16px;
  margin-right: 16px;
  z-index: 1;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease-out;
  transform-origin: center top; }
  #g-strip.hidden {
    transform: scaleY(0);
    opacity: 0; }
  #g-strip div {
    position: relative;
    isolation: isolate;
    height: 8px;
    background-color: #FFF2CD; }
    #g-strip div:not(:last-child) {
      margin-right: 4px; }
    #g-strip div:after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      background-color: #9C4F3E;
      opacity: 0;
      transform: scaleX(0);
      transform-origin: left;
      transition: all 0.3s cubic-bezier(0.1, 1, 0.5, 1); }
    #g-strip div.active:after {
      transform: scaleX(1);
      opacity: 1; }

.g-card-sparte {
  position: relative;
  isolation: isolate; }
  .g-card-sparte p {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    transform: translate(0, 0%);
    color: white;
    margin: 0;
    text-shadow: 0 1px 5px #0009;
    background-color: rgba(91, 80, 75, 0.5);
    border-radius: 0 0 10px 10px; }

.g-card-colors {
  position: relative;
  isolation: isolate;
  width: 100%; }
  .g-card-colors img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0; }
  .g-card-colors p {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px !important; }

.g-card-room {
  position: relative;
  isolation: isolate;
  width: 100%;
  background-color: #FFF2CD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1; }
  .g-card-room > img {
    width: 80px !important;
    height: 80px !important;
    margin-top: -8px;
    margin-bottom: -16px; }
  .g-card-room p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    padding-bottom: 8px;
    color: #5B504B;
    box-sizing: content-box !important;
    width: 100%; }
  .g-card-room .check {
    color: #5B504B !important; }
  .g-card-room.selected {
    background-color: #FFF2CD !important; }

.g-card-besonderheiten {
  position: relative;
  isolation: isolate;
  width: 100%;
  background-color: #FFFFFF !important;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  flex: 1; }
  .g-card-besonderheiten > div > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .g-card-besonderheiten lottie-player {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 16px) !important;
    padding-left: 8px;
    display: inline-block;
    bottom: auto;
    right: auto; }
  .g-card-besonderheiten p {
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    padding-bottom: 8px;
    color: #5B504B;
    box-sizing: content-box !important;
    width: 100%;
    margin-bottom: 0px; }
  .g-card-besonderheiten .check {
    color: #5B504B !important; }

.g-card-size {
  width: 100%;
  aspect-ratio: 1; }
  .g-card-size img {
    width: 100% !important;
    object-fit: cover; }
  .g-card-size p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0 !important; }
  .g-card-size .check {
    color: #5B504B !important; }

.g-card-optional {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 240px;
  background-color: #FFF2CD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .g-card-optional > svg {
    width: 80px !important;
    height: 80px !important;
    margin-top: -16px;
    margin-bottom: -16px; }
    .g-card-optional > svg path {
      stroke: #5B504B; }
  .g-card-optional p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 0;
    color: #5B504B; }
  .g-card-optional .check {
    color: #5B504B !important; }

.fadeIn {
  animation: fade-in .3s ease-in;
  animation-fill-mode: forwards; }

.g-info {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-bottom: 8px;
  backface-visibility: hidden;
  will-change: transform; }
  .g-info.g-info-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 82%; }
  .g-info p {
    margin: 0; }
  .g-info.warning {
    padding: 21px;
    justify-content: start; }
    .g-info.warning div {
      min-width: 36px;
      width: 36px;
      height: 36px;
      margin-right: 15px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 768px) {
        .g-info.warning div {
          margin-right: 21px; } }
  .g-info.offwhite {
    background-color: #F4F1E8; }
    .g-info.offwhite:not(.warn) div {
      background-color: #5B504B; }
    .g-info.offwhite:not(.warn) svg > path {
      fill: white !important; }
  .g-info.hidden {
    display: none; }
  .g-info > div {
    display: none; }
  .g-info p {
    transition: all .2s ease-out; }
  .g-info.warn div svg > path,
  .g-info.warn p svg > path {
    fill: white; }
  .g-info:not(.warn) div {
    background-color: #F4F1E8; }
  .g-info:not(.warn) svg > path {
    fill: #5B504B; }

#meet .g-info p {
  flex: 1;
  margin: 0;
  padding: 8px 8px;
  font-style: italic;
  font-size: 14px;
  transition: all .3s ease-out; }

.g-card {
  position: relative;
  isolation: isolate;
  cursor: pointer;
  animation: fade-in .3s ease-out forwards;
  background-color: transparent; }
  .g-card p {
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    word-wrap: break-word;
    hyphens: auto;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .g-card .g-card-img-container {
    position: relative;
    width: 100% !important;
    overflow: hidden;
    padding-top: 101%;
    /* 1:1 Aspect Ratio */
    border-radius: 10px;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2); }
    .g-card .g-card-img-container img {
      position: absolute;
      width: 100% !important;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      transition: transform 0.3s cubic-bezier(0.1, 0.7, 0.5, 0.7), opacity 0.5s ease-out; }
      .g-card .g-card-img-container img.fallback {
        width: 50% !important;
        height: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: none; }
  .g-card:hover.zoom img {
    transform: scale(1.1); }
  .g-card.overlay {
    height: initial; }
  .g-card.overlay:before {
    content: '';
    position: absolute;
    z-index: -2;
    inset: 0;
    box-shadow: 0 0 0 2px #C1452F;
    opacity: 0;
    transform: scale(0.98);
    transition: all 0.3s cubic-bezier(0.1, 1, 0.5, 1);
    border-radius: 10px; }
  .g-card:hover.overlay:not(:is(.disabled, .selected)):before {
    opacity: 1;
    transform: scale(1.001); }
  .g-card.selected:after {
    opacity: 1;
    transform: scale(1.001); }
  .g-card.selected .selected-check {
    visibility: visible;
    opacity: 1; }
  .g-card.disabled {
    filter: saturate(0);
    cursor: default;
    display: none; }

.g-card:nth-child(1n) {
  opacity: 0;
  animation-delay: 0.04s; }

.g-card:nth-child(2n) {
  opacity: 0;
  animation-delay: 0.08s; }

.g-card:nth-child(3n) {
  opacity: 0;
  animation-delay: 0.12s; }

.g-card:nth-child(4n) {
  opacity: 0;
  animation-delay: 0.16s; }

.g-card:nth-child(5n) {
  opacity: 0;
  animation-delay: 0.2s; }

.g-card:nth-child(6n) {
  opacity: 0;
  animation-delay: 0.24s; }

.g-card:nth-child(7n) {
  opacity: 0;
  animation-delay: 0.28s; }

.g-card:nth-child(8n) {
  opacity: 0;
  animation-delay: 0.32s; }

.g-card:nth-child(9n) {
  opacity: 0;
  animation-delay: 0.36s; }

.g-card:nth-child(10n) {
  opacity: 0;
  animation-delay: 0.4s; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#g-intro {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  display: flex;
  justify-content: center;
  flex: 1;
  animation: fade-in .3s ease-out forwards; }

#g-overview {
  width: 100%;
  min-height: 100%; }

.g-style-wrapper {
  position: relative;
  isolation: isolate;
  margin-bottom: 16px;
  width: 100%; }
  .g-style-wrapper > img {
    height: 300px;
    width: 100%;
    object-fit: cover; }
  .g-style-wrapper .g-slider {
    width: 100%;
    transform: translateX(-2px);
    margin-top: 16px; }
    .g-style-wrapper .g-slider > input {
      -webkit-appearance: none;
      width: calc(100% + 14px);
      transform: translateX(-6px);
      height: 2px;
      background: transparent; }
      .g-style-wrapper .g-slider > input:after {
        content: '';
        position: absolute;
        background-color: #5B504B;
        width: calc(100% - 18px);
        height: 2px;
        left: 8px;
        z-index: -1; }
      .g-style-wrapper .g-slider > input::-webkit-slider-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        -webkit-appearance: none;
        background: #9C4F3E; }
    .g-style-wrapper .g-slider > .g-slider-segment {
      position: absolute;
      top: 0;
      z-index: -1;
      width: 2px;
      height: 30px;
      transform: translateX(-50%);
      background-color: #5B504B; }
      .g-style-wrapper .g-slider > .g-slider-segment:nth-child(1) {
        left: 3px; }
      .g-style-wrapper .g-slider > .g-slider-segment:nth-child(2) {
        left: calc(50% + 3px); }
      .g-style-wrapper .g-slider > .g-slider-segment:nth-child(3) {
        right: -3px; }
  .g-style-wrapper > .g-slider-text {
    display: flex;
    justify-content: space-between; }
    .g-style-wrapper > .g-slider-text p {
      margin-bottom: 0;
      margin-top: 16px; }

#sorting-container {
  flex-direction: column; }

#sorting-img {
  position: relative;
  isolation: isolate;
  height: calc(min(200px, 30vh)); }
  #sorting-img .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-out .1s; }
    #sorting-img .spinner.loading {
      opacity: 1; }
  #sorting-img img {
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-out;
    text-indent: -10000px; }

#sorting-labels-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.sorting-slider {
  height: auto !important;
  margin: 32px 0 32px 0; }

.sorting-label {
  margin-bottom: 0;
  line-height: 1; }

@media screen and (min-width: 1024px) {
  .g-card img {
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.1, 0.7, 0.5, 0.7), opacity 0.5s ease-out; }
    .g-card img.loaded {
      opacity: 1; }
  .g-card-start {
    height: 170px; }
  #g-strip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .g-info {
    margin-bottom: 16px; }
    .g-info > div {
      padding: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 4px;
      transition: all .3s ease-out; }
  .g-step-actions > #actions:first-child {
    margin-left: auto; }
  .g-step-actions > #actions:last-child {
    margin-right: auto; }
  .g-step-actions > #actions p {
    line-height: 21px !important;
    margin: 0 !important; }
  .g-style-wrapper {
    display: flex; }
    .g-style-wrapper img {
      width: 70%; }
    .g-style-wrapper .g-slider {
      width: 10%;
      margin: 0; }
      .g-style-wrapper .g-slider .g-vertical-slider {
        transform: rotate(-90deg) translate(-134px, -107px);
        width: 314px; }
        .g-style-wrapper .g-slider .g-vertical-slider:after {
          content: "";
          position: absolute;
          background-color: #5B504B;
          width: calc(100% - 13px);
          height: 2px;
          left: 6px;
          z-index: -1; }
      .g-style-wrapper .g-slider .g-slider-segment {
        position: absolute;
        z-index: -1;
        width: 30px;
        height: 2px;
        transform: translateX(-50%);
        background-color: #5B504B;
        left: calc(50% + 12px) !important; }
        .g-style-wrapper .g-slider .g-slider-segment:nth-child(1) {
          top: 0 !important; }
        .g-style-wrapper .g-slider .g-slider-segment:nth-child(2) {
          top: calc(50% + 0px) !important; }
        .g-style-wrapper .g-slider .g-slider-segment:nth-child(3) {
          top: calc(100% + 0px); }
    .g-style-wrapper .g-slider-text {
      width: 20%;
      flex-direction: column; }
      .g-style-wrapper .g-slider-text p {
        margin-top: 0 !important; }
  #sorting-container {
    flex-direction: row !important; }
  #sorting-img {
    width: auto;
    height: calc(min(400px, 50vh));
    flex: 1 1 100%; }
    #sorting-img img {
      height: 100%; }
  #sorting-labels-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .sorting-slider {
    height: auto !important;
    margin: 0 32px 0 64px; }
  .sorting-label {
    margin-bottom: 0; } }

#g-loading-overlay {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 16px;
  transition: all .3s ease-out; }
  #g-loading-overlay.hidden {
    opacity: 0;
    pointer-events: none; }
  #g-loading-overlay > div {
    background-color: #FFF2CD;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.g-overview-divider {
  width: calc(100% + 32px);
  height: 1px;
  background-color: #E0BB73;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -16px; }

#g-sheet-container {
  position: fixed;
  isolation: isolate;
  width: 100%;
  height: 100%;
  z-index: 10000;
  inset: 0;
  pointer-events: none; }

#g-sheet {
  pointer-events: initial; }
  #g-sheet > div {
    background-color: #F4F1E8 !important; }

#g-sheet-activator-wrapper {
  position: absolute;
  top: 30%;
  right: 0; }

.g-sheet-activator {
  background-color: #F4F1E8;
  padding: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .25s ease-out;
  pointer-events: initial;
  box-sizing: border-box;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: right; }
  .g-sheet-activator:nth-child(1) {
    background-color: #7A132B; }
  .g-sheet-activator:nth-child(2) {
    background-color: #EEA423; }
  .g-sheet-activator:nth-child(3) {
    background-color: #97B395; }
  .g-sheet-activator:hover {
    transform: scale(1.1); }

.g-sheet-option {
  padding: 8px 24px;
  margin: 0 -24px 0 -24px;
  transition: all .3s ease-out;
  cursor: pointer; }
  .g-sheet-option:hover {
    background-color: #E9DACD; }

.g-sheet-divider {
  margin-top: 12px; }

[data-type="product-card"] .upper:hover ~ .img-overlay,
[data-type="product-card"] .img-overlay:hover,
[data-type="accessory-card"] .upper:hover ~ .img-overlay,
[data-type="accessory-card"] .img-overlay:hover {
  opacity: 1;
  pointer-events: initial; }

[data-type="product-card"] .img-overlay,
[data-type="accessory-card"] .img-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity .3s ease-out;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100%;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #F4F1E8; }
  @media (max-width: 1024px) {
    [data-type="product-card"] .img-overlay,
    [data-type="accessory-card"] .img-overlay {
      display: none; } }
  [data-type="product-card"] .img-overlay .img-overlay-item-container,
  [data-type="accessory-card"] .img-overlay .img-overlay-item-container {
    max-height: 80%; }
  [data-type="product-card"] .img-overlay:after,
  [data-type="accessory-card"] .img-overlay:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 1;
    margin-top: 100%; }
  [data-type="product-card"] .img-overlay img,
  [data-type="accessory-card"] .img-overlay img {
    cursor: pointer;
    transition: transform .2s ease-out;
    height: 100%; }
    [data-type="product-card"] .img-overlay img:hover,
    [data-type="accessory-card"] .img-overlay img:hover {
      transform: scale(1.05); }

[data-type="product-card"] #watchlist-btn,
[data-type="accessory-card"] #watchlist-btn {
  z-index: 2; }

.product-img-container {
  z-index: 0;
  position: relative;
  isolation: isolate;
  animation: show-product-card 0.5s ease-out forwards;
  aspect-ratio: 1; }
  .product-img-container img {
    background-color: transparent;
    width: 100%; }
  .product-img-container:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #F4F1E8; }
  .product-img-container:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity .4s ease-out .5s;
    background-color: #F4F1E8; }
  .product-img-container.loaded:after {
    opacity: 0; }

@keyframes show-product-card {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#floorentine-wrapper.produktberater #content {
  display: block; }

#floorentine-wrapper.produktberater #pager {
  position: relative; }

#floorentine-wrapper:not(.hidden) {
  transition: all 0.4s ease-out; }

#floorentine-wrapper.overlay {
  position: fixed;
  inset: 0;
  z-index: 100001;
  pointer-events: none; }
  #floorentine-wrapper.overlay #content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF2CD;
    color: #5B504B; }
    #floorentine-wrapper.overlay #content p {
      font-style: italic; }
  #floorentine-wrapper.overlay #floorentine-backdrop {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: black;
    opacity: .5;
    pointer-events: none; }

#floorentine-wrapper.hidden {
  opacity: 0; }
  #floorentine-wrapper.hidden #content {
    pointer-events: none !important; }

#floorentine-wrapper #pager {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: space-between !important;
  padding: 16px;
  left: -20px;
  right: -15px; }
  @media (min-width: 1260px) {
    #floorentine-wrapper #pager {
      left: -30px;
      right: -20px; } }
  @media (min-width: 1260px) {
    #floorentine-wrapper #pager.pager-produktberater {
      padding-left: 0;
      padding-right: 0;
      left: 0;
      right: 0; } }
  #floorentine-wrapper #pager.pager-produktberater .pointer:first-of-type {
    margin-left: -4px; }

#floorentine-wrapper #content {
  pointer-events: initial;
  padding: 24px 32px;
  background-color: #5B504B;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  margin-top: -1px; }
  #floorentine-wrapper #content .margin-wrapper {
    margin: 0 2%; }
    @media (min-width: 1260px) {
      #floorentine-wrapper #content .margin-wrapper {
        margin: 0 6%; } }
  #floorentine-wrapper #content > :is(#floorentine-action-container, #floorentine-img-container, #floorentine-text) {
    flex: 1;
    display: flex;
    justify-content: center; }
  #floorentine-wrapper #content > #floorentine-img-container {
    pointer-events: none;
    margin-left: auto;
    position: relative;
    align-self: flex-end;
    margin-right: 32px;
    margin-bottom: -32px;
    background-color: green; }
    #floorentine-wrapper #content > #floorentine-img-container > * {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 200px; }
  #floorentine-wrapper #content > #floorentine-action-container {
    margin-right: auto;
    display: flex;
    justify-content: start !important;
    align-items: center;
    position: relative; }

#floorentine-action-btn {
  background-color: white;
  padding: 16px 24px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-left: 32px;
  color: #5B504B; }

@media screen and (min-width: 1024px) {
  body.floorentine-overflow {
    overflow: hidden; } }

.uk-panel-scrollable {
  resize: none; }
  .uk-panel-scrollable::-webkit-scrollbar {
    width: 4px !important; }

.filter-action-btn {
  flex: 1 1 50%;
  text-align: center;
  vertical-align: center;
  padding: 0;
  cursor: pointer;
  transition: opacity .3s ease-out; }
  .filter-action-btn.muted {
    opacity: .5;
    cursor: initial;
    pointer-events: none; }

[data-filter-template],
[data-color-filter-template],
[data-price-filter-template],
[data-filter] {
  width: 100%; }
  [data-filter-template] button,
  [data-color-filter-template] button,
  [data-price-filter-template] button,
  [data-filter] button {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left !important;
    padding: 0 12px;
    transition: background-color .3s ease-out; }
    [data-filter-template] button #counter,
    [data-color-filter-template] button #counter,
    [data-price-filter-template] button #counter,
    [data-filter] button #counter {
      position: absolute;
      right: 56px;
      top: 50%;
      transform: translateY(-50%);
      min-width: 10px;
      text-align: center;
      line-height: initial;
      padding: 0 5px;
      background-color: #e74900;
      color: white;
      opacity: 0;
      transition: opacity .2s ease-out;
      font-weight: normal;
      font-variant-numeric: lining-nums;
      -moz-font-feature-settings: „lnum“;
      -webkit-font-feature-settings: „lnum“;
      font-feature-settings: „lnum“; }
    [data-filter-template] button #color-counter-container,
    [data-filter-template] button #price-counter,
    [data-color-filter-template] button #color-counter-container,
    [data-color-filter-template] button #price-counter,
    [data-price-filter-template] button #color-counter-container,
    [data-price-filter-template] button #price-counter,
    [data-filter] button #color-counter-container,
    [data-filter] button #price-counter {
      position: absolute;
      right: 56px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: normal; }
  [data-filter-template] #actions,
  [data-color-filter-template] #actions,
  [data-price-filter-template] #actions,
  [data-filter] #actions {
    display: flex; }
  [data-filter-template] #dropdown,
  [data-color-filter-template] #dropdown,
  [data-price-filter-template] #dropdown,
  [data-filter] #dropdown {
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    border: 1px solid #5B504B !important; }
    [data-filter-template] #dropdown .uk-panel,
    [data-color-filter-template] #dropdown .uk-panel,
    [data-price-filter-template] #dropdown .uk-panel,
    [data-filter] #dropdown .uk-panel {
      border: none !important; }
    [data-filter-template] #dropdown .uk-dropdown-nav,
    [data-color-filter-template] #dropdown .uk-dropdown-nav,
    [data-price-filter-template] #dropdown .uk-dropdown-nav,
    [data-filter] #dropdown .uk-dropdown-nav {
      font-size: 16px; }
      [data-filter-template] #dropdown .uk-dropdown-nav li,
      [data-color-filter-template] #dropdown .uk-dropdown-nav li,
      [data-price-filter-template] #dropdown .uk-dropdown-nav li,
      [data-filter] #dropdown .uk-dropdown-nav li {
        padding: 6px 12px; }
        [data-filter-template] #dropdown .uk-dropdown-nav li:hover,
        [data-color-filter-template] #dropdown .uk-dropdown-nav li:hover,
        [data-price-filter-template] #dropdown .uk-dropdown-nav li:hover,
        [data-filter] #dropdown .uk-dropdown-nav li:hover {
          background-color: rgba(154, 142, 137, 0.15) !important; }
        [data-filter-template] #dropdown .uk-dropdown-nav li.muted,
        [data-color-filter-template] #dropdown .uk-dropdown-nav li.muted,
        [data-price-filter-template] #dropdown .uk-dropdown-nav li.muted,
        [data-filter] #dropdown .uk-dropdown-nav li.muted {
          opacity: .4;
          pointer-events: none; }
    [data-filter-template] #dropdown .bm-checkbox-label,
    [data-color-filter-template] #dropdown .bm-checkbox-label,
    [data-price-filter-template] #dropdown .bm-checkbox-label,
    [data-filter] #dropdown .bm-checkbox-label {
      width: 100%;
      height: 100%; }
    [data-filter-template] #dropdown .uk-checkbox,
    [data-color-filter-template] #dropdown .uk-checkbox,
    [data-price-filter-template] #dropdown .uk-checkbox,
    [data-filter] #dropdown .uk-checkbox {
      margin: 6px 12px 6px 0;
      background-color: #ffffff;
      min-width: 14px; }
    [data-filter-template] #dropdown .bm-checkbox[type=checkbox],
    [data-color-filter-template] #dropdown .bm-checkbox[type=checkbox],
    [data-price-filter-template] #dropdown .bm-checkbox[type=checkbox],
    [data-filter] #dropdown .bm-checkbox[type=checkbox] {
      width: 0;
      margin: 0;
      padding: 0;
      opacity: 0;
      position: absolute; }
    [data-filter-template] #dropdown .bm-box,
    [data-color-filter-template] #dropdown .bm-box,
    [data-price-filter-template] #dropdown .bm-box,
    [data-filter] #dropdown .bm-box {
      display: inline-block;
      height: 38px;
      width: 38px;
      padding: 5px;
      margin: 0 12px 0 0;
      border: 1px solid transparent;
      vertical-align: middle;
      text-align: center; }
    [data-filter-template] #dropdown input:checked + label .bm-box,
    [data-color-filter-template] #dropdown input:checked + label .bm-box,
    [data-price-filter-template] #dropdown input:checked + label .bm-box,
    [data-filter] #dropdown input:checked + label .bm-box {
      border: 1px solid #BE1025; }
    [data-filter-template] #dropdown input:checked + label .checkbox_text,
    [data-color-filter-template] #dropdown input:checked + label .checkbox_text,
    [data-price-filter-template] #dropdown input:checked + label .checkbox_text,
    [data-filter] #dropdown input:checked + label .checkbox_text {
      font-weight: 800 !important; }
  [data-filter-template].choose button,
  [data-color-filter-template].choose button,
  [data-price-filter-template].choose button,
  [data-filter].choose button {
    border-color: #9C4F3E !important; }
    [data-filter-template].choose button > #counter,
    [data-color-filter-template].choose button > #counter,
    [data-price-filter-template].choose button > #counter,
    [data-filter].choose button > #counter {
      opacity: 1; }

#list_results {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 48px 24px; }
  @media (min-width: 768px) {
    #list_results {
      grid-template-columns: repeat(2, 0.5fr); } }
  @media (min-width: 1024px) {
    #list_results {
      grid-template-columns: repeat(4, 0.25fr); } }

.pls-no-uikit {
  min-height: 100vh !important; }

.speech-bubble-produktberater-mobile {
  padding: 24px 9%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px; }
  @media (min-width: 768px) {
    .speech-bubble-produktberater-mobile {
      display: none;
      height: 740px; } }

.bg-produktberater {
  background-size: cover;
  position: relative;
  height: 520px;
  display: none; }
  @media (min-width: 768px) {
    .bg-produktberater {
      display: block;
      height: 740px; } }
  @media (min-width: 1260px) {
    .bg-produktberater {
      height: 650px; } }
  .bg-produktberater img {
    height: 330px;
    margin: 0 10px -2px auto; }
    @media (min-width: 768px) {
      .bg-produktberater img {
        height: 350px;
        margin-right: 15px; } }
    @media (min-width: 1260px) {
      .bg-produktberater img {
        height: 420px;
        margin-right: auto; } }
  .bg-produktberater-intro {
    display: block;
    background-image: url("/site/templates/img/produktberater/bg_produktberater_intro.jpg");
    background-position: 70%; }
  .bg-produktberater-sparte {
    background-image: url("/site/templates/img/produktberater/bg_produktberater_sparte.jpg"); }
  .bg-produktberater-farbe {
    background-image: url("/site/templates/img/produktberater/bg_produktberater_farbe.jpg"); }
  .bg-produktberater-raum {
    background-color: #E9DACD; }
  .bg-produktberater-raumgroesse {
    background-color: #E9DACD; }
  .bg-produktberater-stil {
    background-image: url("/site/templates/img/produktberater/bg_produktberater_stil.jpg"); }
  .bg-produktberater-besonderheiten {
    background-color: #E9DACD; }
  .bg-produktberater-overview {
    display: none;
    background-color: #E9DACD; }
    @media (min-width: 1024px) {
      .bg-produktberater-overview {
        display: block; } }

.speech-bubble-produktberater {
  position: relative;
  left: -30px;
  top: 10px;
  background-image: url("/site/templates/img/produktberater/speechbubble_produktberater.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 190px;
  min-width: 380px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1024px) {
    .speech-bubble-produktberater {
      top: 0px;
      left: -60px;
      min-height: 200px; } }
  @media (min-width: 1260px) {
    .speech-bubble-produktberater {
      top: 20px;
      min-height: 220px;
      left: -145px; } }
  .speech-bubble-produktberater > span {
    position: absolute;
    width: 65%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .speech-bubble-produktberater > span {
        width: 280px;
        font-size: 16px; } }

.floorentine-overview {
  display: none; }
  @media (min-width: 1024px) {
    .floorentine-overview {
      display: block;
      position: absolute;
      top: -480px;
      left: 125px; } }
  @media (min-width: 1260px) {
    .floorentine-overview {
      top: -500px; } }
  .floorentine-overview .speech-bubble-produktberater {
    top: 68px;
    left: -205px; }
  .floorentine-overview img {
    width: 200px; }
    @media (min-width: 1024px) {
      .floorentine-overview img {
        width: 210px; } }

.overview-auswahl {
  padding: 30px 50px;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 1024px) {
    .overview-auswahl {
      position: absolute;
      bottom: 0; } }

#productscards_guide_overview .overline {
  font-size: 14px;
  line-height: 18px; }

#productscards_guide_overview .uk-h4 {
  font-size: 16px;
  line-height: 20px; }

#productscards_guide_overview .bm-background-offwhite-opacity-50 {
  background-color: white !important; }

#pc-container {
  margin-bottom: 0; }
  #pc-container.g-cards-grid-2 {
    grid-gap: 24px; }
    @media (max-width: 768px) {
      #pc-container.g-cards-grid-2 {
        grid-template-columns: repeat(1, 1fr); } }

#g-finder-btn {
  text-decoration: underline;
  color: #5B504B;
  padding-top: 30px; }

.icon-pencil:before {
  content: "";
  -webkit-mask: url(../img/icon-pencil.svg);
  mask: url(../img/icon-pencil.svg);
  height: 22px;
  width: 20px;
  background: white; }

#resetProduktBerater {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #9C4F3E;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12); }
  #resetProduktBerater:hover {
    background-color: #803F32; }
    #resetProduktBerater:hover .uk-button {
      background-color: #803F32 !important; }
  @media (min-width: 1024px) {
    #resetProduktBerater {
      right: 35px;
      top: -55px; } }

.icon-reset:before {
  content: "";
  -webkit-mask: url(../img/icon-reset.svg);
  mask: url(../img/icon-reset.svg);
  height: 18px;
  width: 18px;
  background: white; }

.margin-box-produktberater {
  margin: 0 9%; }
  @media (min-width: 1260px) {
    .margin-box-produktberater {
      margin: 0 14%; } }

.selected-check {
  visibility: hidden;
  opacity: 0;
  color: white;
  height: 30px;
  width: 30px;
  padding: 4px;
  box-sizing: border-box;
  background: #40704D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7px !important;
  right: 7px !important;
  transition: all 0.1s ease-in; }
  .selected-check > * {
    position: relative !important; }
