/* General styling */
* {
   margin: 0px;
   padding: 0px;
}

.figure {
    width: 50vw;
    height: 100vh;
}

img {
      max-width:70%;
      height: auto;
      }

h10 {
  	font-family: Arial;
    font-size: 6px;
}

body {
    font-family: Arial;
    font-size: 12px;
}

ul
{
    margin: 10px 0;
    list-style-type: none;
}

hr {
    border: medium none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.wrapper {
    width: 860px;
    margin: 10px auto;
}


/* Menu */
.menu {
    float: left;
    width: 600px;
}



.left_menu {
    margin: 0;
}
    .left_menu li {
        border-bottom: 1px solid #ccc;
    }
        .left_menu li:last-child {
            border-bottom: medium none;
        }

        .left_menu > li > ul,
        .left_menu > li > ul > li > ul {
            margin: 0 0 0 30px;
            display:none;
        }

        .left_menu li a {
            color: #222;
            text-decoration: none;
            display: block;
            padding: 5px;
        }
            .left_menu li a:hover {
                background: #222;
                color: #fff;
            }


/* Listing Content */
.listing-content {
    float: left;
    padding: 20px;
}
    .listing-content .item-data {
        color: #999;
        font-size: 11px;
    }

    .listing-content figure {
        text-align: center;
    }
    
    .listing-content img {
        max-width:70%;
      	height: auto;
    }

    .listing-content .price-block {
        font-size: 22px;
        font-weight: bold;
        text-align: right;
    }

    .listing-content p {
        line-height: 16px;
    }
    
    .listing-content .mwst-block {
        font-size: 10px;
        text-align: right;
    

/* Info element block */
.info {
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

    .info::before {
        content: 'i';
        padding: 5px 0;
        font-size: 15px;
        border: 1px solid lightblue;
        border-radius: 65px;
        width: 23px;
        height: 12px;
        display: inline-block;
        text-align: center;
        font-family: initial;
        background: lightblue;
        color: white;
        margin-right: 6px;
    }


/* Auto-Generated Character List */
.PlentyArticleCharacterList {
    margin: 0 10;
}
    .PlentyArticleCharacter > div {
        float: left;
    }

    .PlentyArticleCharacterName {
        font-weight: bold;
        margin-right: 5px;
    }


/* Clearfix */
.clearfix:before,
.clearfix:after,
.PlentyArticleCharacter {
    content: " "; /* 1 */
    display: table; /* 2 */
}


.clearfix:after, .PlentyArticleCharacter:after {
    clear: both;
}

/* Basis-Stile für alle Zeilen und Zellen */
.ITSr1,
.ITSr0,
.ITSn,
.ITSv {
   padding: 4px 20px;
   overflow: hidden; /* Hinzugefügtes Overflow-Attribut */
   word-wrap: break-word; /* Hinzugefügt, um lange Wörter umzubrechen */
   text-overflow: ellipsis; /* Hinzugefügt, um abgeschnittene Texte mit Ellipsen anzuzeigen */
}

/* Container für die Tabelle */
.ITSs {
   display: block;
   width: 100%;
   box-sizing: border-box; /* Hinzugefügt, um Padding und Border in der Breite einzuschließen */
}

/* Zeilen-Stile */
.ITSr1,
.ITSr0 {
   display: flex; /* Änderung auf Flexbox */
   justify-content: space-between; /* Abstand zwischen .ITSr1 und .ITSr0 auf großen Bildschirmen */
   align-items: center; /* Vertikale Ausrichtung in der Mitte */
   width: 100%;
}

.ITSr1:nth-child(even),
.ITSr0:nth-child(even) {
   background-color: #f9f9f9; /* Hintergrundfarbe für jede zweite Zeile (helles Grau) */
}

/* Header-Zellen (bold und kleiner Text) */
.ITSg {
   font-weight: bold;
   font-size: small;
   padding: 10px 20px;
}

/* Zellen für Inhalt */
.ITSn {
   display: block;
   color: #555;
   padding: 4px 20px;
   white-space: normal;
   overflow: hidden;
   width: 48%; /* 48% für .ITSn und .ITSv, um Platz für Abstand zu lassen */
}

/* Zellen für Inhalt */
.ITSv {
   display: block;
   color: #555;
   padding: 4px 20px;
   white-space: normal; /* Ändern auf nowrap, um einzelne Wörter in einer Zeile zu behalten */
   overflow: hidden;
   width: auto; /* Ändern von fester Breite auf automatische Breite */
}


/* Zellen-Abstand für kleinere Bildschirme */
@media only screen and (max-width: 600px) {
   .ITSr1,
   .ITSr0 {
      display: block; /* Änderung auf Block für kleine Bildschirme */
   }

.ITSr1:nth-child(even),
.ITSr0:nth-child(even) {
   background-color: #f9f9f9; /* Hintergrundfarbe für jede zweite Zeile (helles Grau) */
}

   .ITSn,
   .ITSv {
      width: 100%; /* 100% Breite für kleine Bildschirme */
   }


}
