/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 98:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:logo-flip-grid (INDEX:29) */
<style>
.logo-flip-grid-wrapper {
  max-width: 1380px;
  margin: 0 auto;
  padding: 20px 0;
}

.logo-flip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (min-width: 768px) {
  .logo-flip-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.logo-flip-container {
  perspective: 1000px;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.flip-card {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.flip-card-front {
  background-color: #fff;
}

.flip-card-front img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.flip-card-back {
  background-color: #BE1919;
  color: #ffffff;
  transform: rotateY(180deg);
  text-align: center;
  white-space: pre-line;
  font-size: 16px;
  line-height: 1.4;
}

.flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Bild bleibt vollständig sichtbar */
}
</style>
/* END_SECTION:logo-flip-grid */

/* START_SECTION:tuning-tabelle (INDEX:77) */
/* keine externe Datei */
/* END_SECTION:tuning-tabelle */