/** Shopify CDN: Minification failed

Line 472:0 All "@import" rules must come first
Line 568:30 "zindex" is not a known CSS property

**/
/* Eigene MP-Regeln, 04.09.2026 aus assets/t4s-theme.css herausgeloest.
   Lagen dort am Dateiende und machten die Hersteller-Datei bei jedem Theme-Update
   zur Konfliktdatei (561 Zeilen). Wird in snippets/head_assets.liquid nach den
   uebrigen mp-*.css geladen, also mit gleicher Kaskadenwirkung wie vorher. */

/* Custom CSS Started Here */
/*--Küchenkonfigurator--*/

.header__btn {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.header__btn:last-child {
  margin-right: 0;
}
.header__btn:hover, .header__btn.js-active {
  color: #fff;
  background-color: #2c2c2c;
}

.header {
  max-width: 600px;
  margin: 50px auto 0;
  text-align: center;
}

.header__title {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.content {
  width: 100%;
  margin: 0 auto 50px;
}

.multisteps-form__title {text-align: center;}

.content__title {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.multisteps-form__progress {
  visibility: hidden;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(108, 117, 125, 0.7);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius:none;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #007bff;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation="scaleOut"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.multisteps-form__panel[data-animation="scaleOut"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}
.multisteps-form__panel[data-animation="slideVert"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-primary {
    color: #fff;
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
  }
    .btn-primary:hover {
    color: #fff;
    background-color: var(--accent-color-hover) !important;
    border-color: var(--accent-color-hover) !important;
  }





  .konfig-kuechen {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: none;
    height: auto;
    margin-bottom:14px;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-timing-function: ease-in;
}

  .konfig-kuechen:hover {
    border: 1px solid var(--accent-color);
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    transition-timing-function: ease-in;
    
}
.konfig-kuechen-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    padding:8px;
    /*padding: 1.25rem;*/
}
.konfig-kuechen img {
    height: auto;
    width: 100%;
}

label{
    margin-bottom: 0 !important;
    cursor: pointer;
}
/*--checkbox--*/

.block-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.block-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark-galerie {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color:none;
    cursor: pointer;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-galerie:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.block-check input:checked ~ .checkmark-galerie:after {
    display: block;
}

/* Style the checkmark/indicator */
.block-check .checkmark-galerie:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.konfig-kuechen-footer-galerie {
    z-index: 0;
    height: 25px;
    background: none;
    font-size: 15px;
    text-indent: 10px;
    text-align: center;
    padding-bottom: 0px;
    padding-top:0px;
    display: none;
   /* border-radius: 0 0px 4px 4px;*/
}

.konfig-kuechen-footer p {
    padding-top:2px;
}
.header-kuechen-konfig {
    max-width: 1000px;
    margin: 50px auto 0;
    text-align: center
}

/* On mouse-over, add a grey background color */
.block-check:hover input ~ .checkmark-galerie {
    background-color: none;
}

/* When the checkbox is checked, add a blue background */
.block-check input:checked ~ .checkmark-galerie {
    background-color: var(--accent-color-hover);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-galerie:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.block-check input:checked ~ .checkmark-galerie:after {
    display: block;
}

/* Style the checkmark/indicator */
.block-check .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
.block-check:hover input ~ .checkmark {
    background-color: none;
}

/* When the checkbox is checked, add a blue background */
.block-check input:checked ~ .checkmark {
    background-color: var(--accent-color-hover);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.block-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.block-check .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.konfig-kuechen-footer {
    z-index: 0;
    height: 25px;
    background: none;
    font-size: 15px;
    text-indent: 10px;
    text-align: center;
    padding-bottom: 20px;
    padding-top:3px;
   /* border-radius: 0 0px 4px 4px;*/
}

.konfig-kuechen-footer p {
    padding-top:2px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  position: relative;
  margin-top: 9px;
  margin-left: 40px;
  background-color: var(--accent-color) !important;
}

.radio-inline-form input[type="radio"] {margin-left:10px; margin-right:2px}

.radio-col {
  color: var(--accent-color);
  padding: 0;
  margin: 0;
}


.cat_grid_item__title {background: #fff; padding-left: 8px; padding-right: 8px;}
.cat_grid_item__btn a {color:#fff !important;}
.brand_item {border:1px solid #eee;}
#shopify-section-cat_heading 
{display:none;}

.cat_design_9 .cat_grid_item__wrapper .cat_grid_item__btn {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}


@import "https://cdnjs.cloudflare.com/ajax/libs/flexslider/2.6.3/flexslider.min.css";

.flex-caption { 
  background: tomato; 
  color: white;
  position: absolute;
  bottom: 0;
  padding: 1em;
}

.flex-direction-nav .flex-next {
    right: 10px;
    height: 49px;
}

.flex-direction-nav .flex-prev {
    height: 49px;
}

.flex-direction-nav a, .flex-direction-nav a:before {
    color: #fff;
    text-shadow: none;
}


.nav-peeck {
  position: fixed;
  width: 70px;
  top: 450px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.nav-peeck li {
  height: 60px;
  position: relative;
  list-style: none;
}
.nav-peeck li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  padding-left: 25%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.3s linear;
}
.nav-peeck li:nth-child(1) a {
  background: #4267b2;
}
.nav-peeck li:nth-child(2) a {
  background: #1da1f2;
}
.nav-peeck li:nth-child(3) a {
  background: #e1306c;
}
.nav-peeck li:nth-child(4) a {
  background: #2867b2;
}
.nav-peeck li:nth-child(5) a {
  background: #333;
}
.nav-peeck li:nth-child(6) a {
  background: #ff0000;
}
.nav-peeck li a i {
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 27px;
}
.nav-peeck li a span {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: none;
}
.nav-peeck a:hover {
  z-index: 1;
  width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}
.nav-peeck ul li a:hover span {
  display: block;
  padding-left: 30%;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.globo-form .floating-button {zindex: 9999!important}