/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 11:57:59 */

/* ADDITIONAL CSS - TANGO, TK */
/* Tango - Product Overview */
.tango-size-title {
  margin: 18px 0 0 0;
}

.tango-filter {
    margin: 40px 0 30px;
}

.tango-filter-title {
  margin-bottom: 25px;
  font-family: "Neris-SemiBold";
  font-weight: 500;
  font-size: 16px;
}

.tango-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  border-top: 2px solid #B60A23;
  border-bottom: 2px solid #B60A23;
  padding: 25px 0;
}

.tango-filter-option {
    display: inline-flex;
	position: relative;
    align-items: center;
    gap: 10px;
    margin: 0;
	cursor:pointer;
    user-select:none;
}

.tango-filter-checkbox{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
  margin:0;
}

.tango-checkbox-ui{
  width:22px;
  height:22px;
  box-sizing:border-box;
  border:2px solid #cecece;
  border-radius:2px;
  background:#fff;
  display:inline-block;
  position:relative;
}

.tango-filter-checkbox:checked + .tango-checkbox-ui::after{
  content:"";
  position:absolute;
  left:6px;
  top:2px;
  width:6px;
  height:12px;
  border-right:2px solid #b60a23;
  border-bottom:2px solid #b60a23;
  transform:rotate(45deg);
}

.tango-filter-checkbox:focus-visible + .tango-checkbox-ui {
  outline:2px solid #111;
  outline-offset:4px;
}

.tango-filter-text {
  display: inline-block;
  font-family: "Neris-Light";
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #212529;
  white-space: nowrap;
}

.tango-item-title {
  margin-top: 10px;
  text-align: center;
}

.tango-item-dims {
  font-family: "Neris-Light";
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.tango-grid {
  display:grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 1200px){
  .tango-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 992px){
  .tango-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px){
  .tango-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px){
  .tango-grid{ grid-template-columns: 1fr; }
}

.tango-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
  will-change: opacity, transform;
}

.tango-item.is-hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.tango-size-group {
  border-bottom: 2px solid #cecece;
  padding-bottom: 40px;
}

.tango-size-title,
.tango-size-group {
  transition: opacity 220ms ease, transform 220ms ease;
  will-change: opacity, transform;
}

.tango-size-group.is-fading-out {
  opacity: 0;
  transform: translateY(6px);
}

.tango-size-group.is-hidden {
  display: none;
}

.tango-item a { 
	text-decoration: none; 
	display:block; 
}

.tango-item img { 
	width:100%; 
	height:auto; 
	display:block; 
}

.wag-tango-overview h5::before, .wag-tango-overview h6::before {
  width: 0;
  height: 0;
}

.wag-tango-overview a, .wag-tango-overview h5 {
	color: #000;
}

.wag-tango-overview h5 {
	padding-top: 0;
}

.wag-tango-overview h6 {
	padding-bottom: 15px;
}

/* Wrapper fürs Bild */
.tango-thumb {
  position: relative;
  overflow: hidden;
}

/* Overlay-Bar */
.tango-thumb::after {
  content: "ERKUNDEN";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: #B60A23;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 0 1px 25px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Neris-SemiBold";
  letter-spacing: .5px;
}

.tango-thumb::before {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  background-image: url("/tango-update/wp-content/uploads/2026/01/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  z-index: 1;
}

.tango-item a:hover .tango-thumb::after,
.tango-item a:focus .tango-thumb::after,
.tango-item a:focus-visible .tango-thumb::after,
.tango-item a:hover .tango-thumb::before,
.tango-item a:focus .tango-thumb::before,
.tango-item a:focus-visible .tango-thumb::before{
  opacity: 1;
  transform: translateY(0);
}

.tango-thumb img {
  transition: filter 180ms ease;
}

.tango-item a:hover .tango-thumb img,
.tango-item a:focus .tango-thumb img,
.tango-item a:focus-visible .tango-thumb img{
  filter: brightness(0.8) contrast(1.05);
}

/* Tango - Product Single View */
/* ========== Tango Single ========== */
.tango-single {
  padding: 50px 0 20px;
}

.tango-single__header {
  text-align: center;
  margin-bottom: 60px;
}

.tango-single__title-line {
  width: 160px;
  height: 2px;
  margin: 0 auto 16px;
}

.tango-single__title {
  margin: 0;
}

/* Grid wrapper */
.tango-single__grid {
  border: 1px solid #CDCDCD;
}

/* Right column */
.tango-right__inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.tango-specs, .tango-models, .tango-cta {
  display: flex;
  flex-direction: column;
}

/* Specs header */
.tango-specs__head {
  display: flex;
  justify-content: space-between;
  padding: 18px 18px 10px;
}

/* Table */
.tango-specs__table {
  width: 100%;
  border-collapse: collapse;
}

.tango-specs__row--odd {
  background: #ffffff;
}

.tango-specs__row--even {
  background: #e2e2e2;
}

.tango-specs__label,
.tango-specs__value {
  vertical-align: middle;
  padding: 12px 12px 14px 14px;
}

.tango-specs__label {
  width: 60%;
}

.tango-specs__value {
  width: 40%;
}

/* Two-line label/value (mm + in / g + lb) */
.tango-specs__label-main,
.tango-specs__label-sub,
.tango-specs__value-main,
.tango-specs__value-sub {
  display: inline;
}

/* Colors */
.tango-colors {
  display: flex;
  gap: 12px;
  align-items: center;
}

.tango-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

/* Mobile stacking */
@media (max-width: 991px) {
  .tango-left {
    border-right: 0;
    border-bottom: 1px solid #CDCDCD;
  }

  .tango-specs__label,
  .tango-specs__value {
    display: block;
    width: 100%;
  }

  .tango-specs__value {
    padding-top: 0;
  }
	
  .tango-specs__label {
    width: 50% !important;
  }

  .tango-specs__value {
    width: 50% !important;
  }

  .tango-specs {
    padding: 35px 20px 30px 20px !important;
  }

  .tango-models, .tango-cta {
    padding: 20px 20px 25px 20px !important;
  }
	
}

@media (max-width: 991px){

  /* IMPORTANT: force real table layout (undo any block/grid mobile hacks) */
  .tango-specs__table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;           /* prevents weird width jumps */
  }

  .tango-specs__table tbody,
  .tango-specs__table tr{
    display: table-row-group;
  }

  .tango-specs__table tr{
    display: table-row;
  }

  .tango-specs__table th,
  .tango-specs__table td{
    display: table-cell !important; /* kill block/grid */
    vertical-align: top;
  }

  /* keep two columns */
  .tango-specs__label{
    width: 68% !important;
  }

  .tango-specs__value{
    width: 32% !important;
    text-align: right;
    white-space: normal;            /* allow wrapping if needed */
    overflow-wrap: anywhere;        /* avoid overflow */
  }

  /* padding a bit tighter on mobile */
  .tango-specs__label,
  .tango-specs__value{
    padding: 10px 12px;
  }

  /* head row stays 2-col and aligned */
  .tango-specs__head-row th{
    padding: 14px 12px 10px;
  }

  .tango-specs__head-title{
    text-align: left;
  }
  .tango-specs__head-code{
    text-align: right;
  }

  /* keep colors aligned right in value cell */
  .tango-colors{
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* make inline parts not force ugly breaks */
  .tango-specs__label-main,
  .tango-specs__label-inline,
  .tango-specs__value-main,
  .tango-specs__value-sub{
    display: inline;
  }
}


/* Layout Fixes */
.tango-single__title::before {
  left: 50%;
  transform: translateX(-50%);
}

.tango-specs__table {
  font: normal normal 300 16px/22px "Neris-Light";
  color: #000;
}

.tango-specs__label-sub, .tango-specs__label-inline {
  font-weight: 300;
}

.tango-specs {
  padding: 35px 40px 30px 40px;
}

.tango-models, .tango-cta {
  padding: 20px 40px 25px 40px;
}

.tango-models, .tango-cta {
  border-top: 2px solid #CDCDCD;
}

.tango-cta {
  background: #B60A23;
  flex-grow: 1;
}

.tango-cta .link-container a::after {
  border: 2px solid #FFFFFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E") !important;
}

.tango-cta a, .tango-cta p, .tango-cta h4 {
  color: #fff !important;
}

.tango-specs__table th {
  border-right: 5px solid #fff;
}

.tango-specs__head-cell {
  padding-bottom: 12px;
  border-bottom: 2px solid #A52B2D;
  font-family: "Neris-Light";
  font-weight: 600;
  font-size: 20px;
  color: #B60A23;
}

.tango-right h4 {
  font: normal normal 600 20px/28px "Neris-SemiBold";
  color: #B60A23;
  padding-top: 0;
  padding-bottom: 10px;
}

.tango-right h4::before {
  display: none;
}

.tango-right strong {
  font-weight: 600;
}

.tango-right .img-container {
  margin-top: 20px;
}

.tango-right .link-container {
  padding-top: 20px;
}

.tango-right .link-container a::after {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-block;
  border: 2px solid #B60A23;
  border-radius: 999px;
  transition: transform 0.25s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B60A23' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}

.tango-right .link-container a {
  color: #B60A23;
  font-size: clamp(1.125rem, 0.1342281879vw + 1.0889261745rem, 1.25rem);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  font-family: Neris-SemiBold;
  position: relative;
}

.tango-right .link-container {
  padding-top: 20px;
  text-align: right;
}

/* =========================
   LEFT / SLIDER (ROBUST)
   Struktur: .tango-slider__stage + .tango-slider__nav + .tango-slider__thumbs
   ========================= */

/* Left column */
.tango-left{
  border-right: 2px solid #CDCDCD;
}

/* Slider wrapper */
.tango-left__inner{
  display: flex;
  flex-direction: column;
}

/* Slider = Column layout */
.tango-slider{
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* -------------------------
   ROW 1: STAGE (Hauptbild)
   -> NICHT von parent-height abhängig!
   ------------------------- */
.tango-slider__stage{
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  /* sorgt dafür, dass das Hauptbild immer Platz hat */
  min-height: 380px;
}

/* Hauptbild: niemals verzerren */
.tango-slider__main-img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

/* -------------------------
   ROW 2: NAV (eigene Zeile)
   ------------------------- */
.tango-slider__nav{
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 0 40px 40px;
  border-bottom: 2px solid #cdcdcd;
}

.tango-slider__btn{
  background: #fff;
  cursor: pointer;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tango-slider__btn img{
  width: 45px;
  height: 45px;
  display: block;
  pointer-events: none;
}

/* -------------------------
   ROW 3: THUMBS (2 nebeneinander)
   ------------------------- */
.tango-slider__thumbs{
  background: #efeff0;
  border-top: 1px solid #ddd;
  min-height: 315px;
}

.tango-slider__thumbs-row{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background-color: #cdcdcd;
}

/* Thumb cells */
.tango-slider__thumb,
.tango-slider__thumb--empty{
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: #fff;
}

.tango-slider__thumb{
  cursor: pointer;
}

/* Thumb image: füllt Kachel */
.tango-slider__thumb-img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Produkttabelle */
.page-id-10537 .new-2025.suitecaseMaker .koffer-galerie .image-wrapper::after {
  display: none;
}

.page-id-10537 .new-2025.wagTabSection .tab-content .tab_2 .color-wrapper span, .postid-10312 .new-2025.wagTabSection .tab-content .tab_2 .color-wrapper span {
  margin-top: -9px;
}
.page-id-10537 .new-2025.wagTabSection .tab-content .tab_2 .color-orange, .postid-10312 .new-2025.wagTabSection .tab-content .tab_2 .color-orange {
  width: 30px;
  height: 30px;
  background-color: #EF5321;
  border-radius: 50%;
}
.page-id-10537 .new-2025.wagTabSection .tab-content .tab_2 .color-sahara, .postid-10312 .new-2025.wagTabSection .tab-content .tab_2 .color-sahara {
  width: 30px;
  height: 30px;
  background-color: #8F8667;
  border-radius: 50%;
}
.page-id-10537 .new-2025.wagTabSection .tab-content .tab_2 .color-black, .postid-10312 .new-2025.wagTabSection .tab-content .tab_2 .color-black {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
}
.page-id-10537 .new-2025.suitecaseMaker .koffer-galerie .custom-dots, .postid-10312 .new-2025.suitecaseMaker .koffer-galerie .custom-dots {
  height: 54px;
  padding-top: 5px;
}
@media (max-width: 1440px) {
  .page-id-10537 .new-2025.suitecaseMaker .koffer-galerie .custom-dots, .postid-10312 .new-2025.suitecaseMaker .koffer-galerie .custom-dots {
    height: 55px;
  }
}
@media (max-width: 1200px) {
  .page-id-10537 .new-2025.suitecaseMaker .koffer-galerie .custom-dots, .postid-10312 .new-2025.suitecaseMaker .koffer-galerie .custom-dots {
    height: 58px;
  }
}
@media (max-width: 991px) {
  .page-id-10537 .new-2025.suitecaseMaker .koffer-galerie .custom-dots, .postid-10312 .new-2025.suitecaseMaker .koffer-galerie .custom-dots {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .page-id-10537 .new-2025.suitecaseMaker .koffer-galerie .custom-dots, .postid-10312 .new-2025.suitecaseMaker .koffer-galerie .custom-dots {
    height: 80px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.page-id-10537 .new-2025.suitecaseMaker .slider-for, .postid-10312 .new-2025.suitecaseMaker .slider-for {
  max-height: 599px;
}
@media (max-width: 1200px) {
  .page-id-10537 .new-2025.suitecaseMaker .slider-for, .postid-10312 .new-2025.suitecaseMaker .slider-for {
    min-height: 591px;
    max-height: 627px;
  }
}
@media (max-width: 1173px) {
  .page-id-10537 .new-2025.suitecaseMaker .slider-for, .postid-10312 .new-2025.suitecaseMaker .slider-for {
    max-height: 599px;
  }
}
@media (max-width: 991px) {
  .page-id-10537 .new-2025.suitecaseMaker .slider-for, .postid-10312 .new-2025.suitecaseMaker .slider-for {
    min-height: unset;
    max-height: unset;
  }
}
.page-id-10537 .new-2025.suitecaseMaker .container .question-container, .postid-10312 .new-2025.suitecaseMaker .container .question-container {
  padding: 44px;
  padding-bottom: 45px;
}
@media (max-width: 1200px) {
  .page-id-10537 .new-2025.suitecaseMaker .container .question-container, .postid-10312 .new-2025.suitecaseMaker .container .question-container {
    padding: 41px 44px;
    padding-bottom: 41px;
  }
}
@media (max-width: 1173px) {
  .page-id-10537 .new-2025.suitecaseMaker .container .question-container, .postid-10312 .new-2025.suitecaseMaker .container .question-container {
    padding: 44px;
    padding-bottom: 69px;
  }
}
@media (max-width: 1130px) {
  .page-id-10537 .new-2025.suitecaseMaker .container .question-container, .postid-10312 .new-2025.suitecaseMaker .container .question-container {
    padding: 44px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .page-id-10537 .new-2025.suitecaseMaker .container .question-container, .postid-10312 .new-2025.suitecaseMaker .container .question-container {
    padding-bottom: 44px;
  }
}

.table-light {
  color: #B60B23;
}

.color-transparent {
  width: 30px;
  height: 30px;
  background-color: #e2e2e2;
  border-radius: 50%;
}

.page-id-10537 .hide-color-black {
  display: none !important;
}

/* General Fixes */
a {
	color: #A52B2D;
}

a:hover {
	color: #000;
}