/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2026 | 08:10:14 */
/* Fügen Sie hier Ihren CSS Code ein.

Beispiel:
.example {
    color: red;
}

Weitere Informationen zum Thema CSS finden Sie z.B. unter http://www.w3schools.com/css/css_syntax.asp

Ende des Kommentars */ 
.fh-clip-switcher{
  max-width: 1100px;
  margin: 0 auto;
}

.fh-clip-top{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -12px;
  margin-right: -12px;
}

.fh-clip-video,
.fh-clip-meta{
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}

.fh-clip-video{
  width: 66.666%;
  min-width: 320px;
}

.fh-clip-meta{
  width: 33.333%;
  min-width: 260px;
}

.fh-clip-video{
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.fh-clip-iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.fh-clip-title{
  margin: 6px 0 10px 0;
  font-size: 20px;
  font-weight: 700;
}

.fh-clip-desc{
  margin: 0;
  line-height: 1.5;
  opacity: 0.9;
}

.fh-clip-strip{
  margin-top: 14px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}

.fh-clip-item{
  flex: 0 0 calc(33.333% - 12px);
  margin-right: 12px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  background: #fff;
  padding: 10px 12px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.fh-clip-item:last-child{ margin-right: 0; }

.fh-clip-thumb{
  display: block;
  width: 100%;
  height: 86px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #000;
}


.fh-clip-item-title{
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

.fh-clip-item.is-active{
  border-color: rgba(31,166,160,0.75);
  box-shadow: 0 0 0 2px rgba(31,166,160,0.18), 0 12px 28px rgba(31,166,160,0.18);
}

@media (max-width: 980px){
  .fh-clip-video{ width: 100%; }
  .fh-clip-meta{ width: 100%; margin-top: 10px; }
  .fh-clip-item{ flex: 0 0 calc(50% - 12px); }
}

@media (max-width: 560px){
  .fh-clip-item{ flex: 0 0 calc(85% - 12px); }
}
/* Sicherstellen, dass Button-Text NICHT versteckt ist */
.fh-clip-strip .fh-clip-item,
.fh-clip-strip .fh-clip-item *{
  opacity: 1 !important;
  visibility: visible !important;
}

.fh-clip-strip .fh-clip-item{
  color: #111 !important;
}

.fh-clip-strip .fh-clip-item-title{
  color: #111 !important;
  text-decoration: none !important;
}
.fh-clip-strip-wrap{
  position: relative;
}

.fh-clip-strip{
  scroll-behavior: smooth;
  padding-left: 46px;
  padding-right: 46px;
}

.fh-clip-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  cursor: pointer;
  line-height: 34px;
  font-size: 18px;
  padding: 0;
  z-index: 5;
}

.fh-clip-arrow-left{ left: 6px; }
.fh-clip-arrow-right{ right: 6px; }

/* --- Root: nichts abschneiden --- */
.fh-clip-switcher,
.fh-clip-strip-wrap{
  overflow: visible !important;
}

/* --- Strip MUSS horizontal scrollen --- */
.fh-clip-strip{
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: smooth;
  padding-left: 46px;
  padding-right: 46px;
}

/* Wenn ein Theme Buttons/Spans "versteckt": hart zurücksetzen */
.fh-clip-strip .fh-clip-item,
.fh-clip-strip .fh-clip-item *{
  opacity: 1 !important;
  visibility: visible !important;
}

/* --- Pfeile sichtbar + klickbar --- */
.fh-clip-arrow{
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #111 !important;
  cursor: pointer;
  z-index: 10;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

.fh-clip-arrow-left{ left: 6px; }
.fh-clip-arrow-right{ right: 6px; }


