.ContentContainer > .ContentFrame {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom left, #fff1e6, #ffffff, #fff9ed);
}
    .ContentContainer > .ContentFrame > .GroupHeaderFrame {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0%;
        padding: 0%;
        width: 100%;
        height: auto;
        font-size: 30px;
        font-weight: 400;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);  
        transition: 0.5s;
    }
        .ContentContainer > .ContentFrame > .GroupHeaderFrame > .GroupHeaderText {
            display: block;
            text-align: center;
            line-height: 40px;
        }
        
    .ContentContainer > .ContentFrame > .ListSettingsContainer {
        display: flex;
        margin: 0%;
        padding: 0%;
        width: 100%;
        height: 50px;
        margin-bottom: 30px;
    }
        .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            width: 65%;
            height: 100%;
        }
            .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .ShownItemsFrame {
                display: inline-block;
                width: auto;
                height: auto;
                margin-left: 20px;
                transition: 0.5s;
            }
            .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .DropdownContainer {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100px;
                height: 40px;
                margin-left: 10px;
                cursor: pointer;
                background-color: #fffcdc;
                border: 1px solid rgba(0, 0, 0, 0.25);
                box-sizing: border-box;
                transition: 0.5s;
            }       
            .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .DropdownContainer:hover {
                background-color: #ffeace;
            }                                               
                .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .DropdownContainer > .DropdownButton {
                    display: inline-block;
                    width: auto;
                    height: auto;
                    color: black;
                    font-size: 16px;
                    border: none;                                
                }
                    .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .DropdownContainer > .DropdownContent {
                        display: none;
                        position: absolute;
                        top: 38px;
                        left: -1px;
                        background-color: #fffcdc;
                        min-width: 120px;
                        border: 1px solid rgba(0, 0, 0, 0.15);
                        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                        z-index: 1;  
                        transition: 0.5s;
                    }
                    .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .DropdownContainer > .DropdownContent a {
                        display: block; 
                        padding: 12px 16px;                                          
                        color: black;
                        text-decoration: none;
                        transition: 0.5s;
                    }
                    .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .DropdownContainer > .DropdownContent a:hover {
                        background-color: #ffeace;                                        
                    }                                    
                .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .DropdownContainer > .ToggleMenuVisibility {
                    display: block;
                }                    
        .ContentContainer > .ContentFrame > .ListSettingsContainer > .PageCountContainer {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            width: 35%;
            height: 100%;
        }
            .ContentContainer > .ContentFrame > .ListSettingsContainer > .PageCountContainer > .PageCountFrame {
                display: block;
                width: auto;
                height: auto;
                margin-right: 20px;
                transition: 0.5s;
            }
    .ContentContainer > .ContentFrame > .BottomSettingsVisible {
        display: none;
    }                   

    .ContentContainer > .ContentFrame > .ItemListContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        transition: 0.5s;
    }  
        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer {
            display: flex;
            position: relative;
            width: 100%;
            height: 200px;
            padding: 5px 0px;
            margin: 0px 0px 10px 0px;
            margin: 0px 0px 10px 0px;
            border: none;
            outline: none;
            overflow: hidden;
            transition: 0.5s;
        }
            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer {
                display: flex;
                justify-content: center;
                position: relative;
                width: auto;
                height: 100%;
                padding: 0px;
                margin: 0px 10px;
                border: 1px solid rgba(0,0,0,0.1);
                box-sizing: border-box;
                aspect-ratio: 1/0.75;
                overflow: visible;
                transition: 0.5s;                
            }
                .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer > img {
                    width: 100%;
                    height: 100%;
                }
                .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer > .ImageInsertContainer {
                    display: none;
                    justify-content: center;
                    align-items: center;
                    position: absolute;
                    left: -22%;
                    top: 11%;                                
                    width: 70%;
                    height: auto;
                    background-color: rgb(255, 240, 216);
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    box-sizing: border-box;
                    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); 
                    transform: rotate(-45deg);
                    transition: 0.5s;   
                }
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer > .ImageInsertContainer > .PromoInsertText {
                        margin: 1% 0% 2% 0%;
                        font-size: 1.8vw;                                            
                    }                                             
            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer {
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                right: 0%;
                top: 0%;                                
                width: 64.5%;
                height: 100%;
                margin-right: 13px;
                border: 0px solid black;
                box-sizing: border-box;
                transition: 0.5s;
            }
                .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer {
                    display: inline-block;
                    width: 100%;
                    height: 95%;
                    overflow: hidden;
                    background-color: #fff9f1;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    border-radius: 10px;
                    box-sizing: border-box;
                    transition: 0.5s;
                }
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .ItemNumberFrame {                                    
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        width: 100%;
                        height: 20%;
                    }
                        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .ItemNumberFrame > .ItemNumber {   
                            display: block;
                            width: auto;
                            height: auto;
                            margin-left: 20px;
                        }
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .ProducerFrame {                                    
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        width: 100%;
                        height: 20%;
                    }
                        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .ProducerFrame > .Producer {   
                            display: block;
                            width: auto;
                            height: auto;
                            margin-left: 20px;
                        }                                        
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;                                    
                        width: 100%;
                        height: 35%;                                        
                    }
                        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame > .PromoText {
                            display: flex;
                            flex-direction: column;
                            width: auto;
                            height: auto;
                            margin-left: 20px;
                        }
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame > .PromoText > .MainText {
                                display: block;
                                width: auto;
                                height: auto;
                                margin-bottom: 3px;
                            }
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame > .PromoText > .SubText {
                                display: block;
                                width: auto;
                                height: auto;
                            }                                            
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PriceFrame {
                        display: flex;
                        justify-content: flex-end;
                        align-items: center;    
                        width: 100%;
                        height: 25%;
/*                                        background-color: coral;*/
                    }      
                        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PriceFrame > .PriceText {
                            display: flex;
                            flex-direction: row;
                            align-items: center;
                            width: auto;
                            height: auto;
                            margin-right: 20px;
                        }
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PriceFrame > .PriceText > .TeaserText {
                                display: block;
                                width: auto;
                                height: auto;
                                padding-top: 5px;
                            }
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PriceFrame > .PriceText > .Price {
                                display: block;
                                width: auto;
                                height: auto;
                                margin-left: 5px;
                                color: #fe8500;
                                font-weight: bold;
                                text-shadow: 1px 1px 1px #000;                                                
                            }  
            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .PromoAlignContainer {
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                right: 0%;
                top: 4%;                                
                width: 25%; /*48%*/
                height: 20%;
                margin-right: 10px;
                background-color: rgb(255, 240, 216);
                border: 1px solid rgba(0, 0, 0, 0.1);
                box-sizing: border-box;
                box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1); 
                transition: 0.5s;
            }                                            
        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer:hover .ImageContainer {
            border: 1px solid rgba(0, 0, 0, 0.2);
        }
        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer:hover .TextContainer {
            background-color: #fff7e6;
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            border-right: 1px solid rgba(0, 0, 0, 0.2);
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }
        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer:hover .PromoAlignContainer {
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

    .ContentContainer > .ContentFrame > .AlignNavigationContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px 0%;
        padding: 0%;
        width: 100%;
        height: auto;
    }          
        .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            flex-wrap: nowrap;
            width: auto;
            height: auto;
        }
            .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NoFrame {
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0px;
                padding: 0px;
                width: 30px;
                height: 40px;
                color: black;
                font-weight: bold;
                text-decoration: none;  
                cursor: default;
            }
            .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NavButtonFrame {
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0px 3px;
                padding: 0px;
                padding-left: 1px;
                width: 40px;
                height: auto;
                aspect-ratio: 1/1;   
                overflow: hidden;
                color: black;
                text-decoration: none;
                background-color: #fffcdc;
                border: 1px solid rgba(0, 0, 0, 0.25);
                box-sizing: border-box;
                transition: 0.5s;
            }                                
                .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NavButtonFrame > .PageNavigation {
                    display: block;
                    width: auto;
                    height: auto;
                    font-size: 18px;
                }
                .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NavButtonFrame > .NavigationArrows {
                    font-size: 30px;
                    transform: scale(0.5, 1.1);
                }
                .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NavButtonFrame > .FineTuning1 {
                    padding-left: 0px;
                }
                .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NavButtonFrame > .FineTuning2 {
                    padding-left: 4px;
                }         
            .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NavButtonFrame:hover {
                background-color: #ffeace;                                           
            }
            .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .CurrentPage {
                background-color: #ffeace;       
                cursor: default;
            }

.fs_ItemNumber { font-size: 16px; }
.fs_Producer { font-size: 16px; }
.fs_MainText { font-size: 20px; font-weight: normal; }
.fs_SubText { font-size: 16px; }
.fs_PriceTeaser { font-size: 16px; }
.fs_Price { font-size: 25px; }
.fs_Promo { color: #fe8500; font-weight: bold; font-size: 22px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }


@media screen and (max-width: 1000px) {

    .ContentContainer > .ContentFrame > .ItemListContainer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }                    
        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer {
            flex-direction: column;
            width: 47%;
            height: auto;
            padding: 0%;
            margin: 0%;
            margin-bottom: 3%;
            overflow: visible;   
        }
            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer {
                width: 100%;
                height: auto;
                padding: 0%;
                margin: 0%;
                margin-bottom: 57%;
                overflow: hidden;
            }
                .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer > img {
                    width: 100%;
                    height: auto;
                }
                .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer > .ImageInsertContainer {
                    display: flex;
                }  
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer > .ImageInsertContainer > .PromoInsertText {
                        margin: 1% 0% 2% 0%;
                        padding-right: 6px;
                        padding-top: 1%;                        
                        /*  Wenn wir möchten, dass der Text bei 320 Pixeln Viewport-Breite 16 Pixel groß ist und bei 1600 Pixeln Viewport-Breite 28 Pixel, dann ist folgende Formel notwendig:*/        
                        /*    font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));*/
                        font-size: calc(14px + (23 - 14) * ((100vw - 600px) / (1000 - 600)));
                    }                       
            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer {
                left: 0%;
                top: 53%;
                width: 100%;
                height: 50%;
                height: 45%;
                margin: 0%;
            }
                .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer {
                    width: 100%;
                    margin: 0px 4px;
                    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.15); 

                }
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .ItemNumberFrame {                                    
                        justify-content: center;
                    }       
                        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .ItemNumberFrame > .ItemNumber { 
                            margin-left: 0%;
                        }                                        
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .ProducerFrame {                                    
                        justify-content: center;
                    }                           
                        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .ProducerFrame > .Producer {   
                            margin-left: 0%;
                        }     
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame {
                        justify-content: center;                                       
                    }      
                        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame > .PromoText {
                            margin-left: 0%;
                        }           
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame > .PromoText > .MainText {
                                text-align: center;
                                margin-bottom: 2px;
                            }
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame > .PromoText > .SubText {
                                text-align: center;
                            }
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PriceFrame {
                        justify-content: center;                                       
                    } 
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PriceFrame > .PriceText > .TeaserText {
                                padding-top: 2%;
                            }                                        
                        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PriceFrame > .PriceText {
                            margin-right: 0%;
                        }                           
            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .PromoAlignContainer {
                display: none;
            }

    .fs_ItemNumber {
        font-size: 2.2vw;
    }
    .fs_Producer {
        font-size: 2.2vw;
    }
    .fs_MainText {
        font-size: 2.6vw;
        font-weight: bold;
    }
    .fs_SubText {
        font-size: 2.2vw;
    }
    .fs_PriceTeaser {
        font-size: 2.2vw;
    }
    .fs_Price {
        font-size: 3.9vw;
    }
    
}

@media screen and (max-width: 600px) {

    .ContentContainer > .ContentFrame > .GroupHeaderFrame {
        font-size: 7.0vw;
    }

            .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .DropdownContainer:hover {
                background-color: #fffcdc;
            }                        
            
    .ContentContainer > .ContentFrame > .ListSettingsContainer {
        flex-direction: column;
    }
        .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
            .ContentContainer > .ContentFrame > .ListSettingsContainer > .ShownItemsContainer > .ShownItemsFrame {
                margin: 0%;
            }         
        .ContentContainer > .ContentFrame > .ListSettingsContainer > .TopVisible {
            display: none;
        }                            
        .ContentContainer > .ContentFrame > .ListSettingsContainer > .PageCountContainer {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            width: 100%;
        }
            .ContentContainer > .ContentFrame > .ListSettingsContainer > .PageCountContainer > .PageCountFrame {
                margin: 0%;
            }
        .ContentContainer > .ContentFrame > .ListSettingsContainer > .BottomVisible {
            display: none;
        }
    .ContentContainer > .ContentFrame > .BottomSettingsVisible {
        display: block;
    }          

        .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer {
            width: 95%;
            margin-bottom: 30px;   
        }
            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer {
                margin-bottom: 40%;
            }          
                .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer > .ImageInsertContainer {
                    display: flex;
                }                                         
                    .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .ImageContainer > .ImageInsertContainer > .PromoInsertText {
                        margin: 1% 0% 2% 0%;
                        padding-right: 8px;
                        padding-top: 1%;                        
                        /*  Wenn wir möchten, dass der Text bei 320 Pixeln Viewport-Breite 16 Pixel groß ist und bei 1600 Pixeln Viewport-Breite 28 Pixel, dann ist folgende Formel notwendig:*/        
                        /*    font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));*/
                        font-size: calc(15px + (27 - 15) * ((100vw - 320px) / (600 - 320)));
                    }                                                 
            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer {
                width: 100%;
                height: 40%;
                top: 61%;  
            }          
                .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer {
                    width: 100%;
                    margin: 0px 5px;
                    border: 1px solid rgba(0, 0, 0, 0.15);
                    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15); 
                }
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PromoFrame > .PromoText > .MainText {
                                margin-bottom: 1px;                            
                            }
                            .ContentContainer > .ContentFrame > .ItemListContainer > .ItemContainer > .AlignContainer > .TextContainer > .PriceFrame > .PriceText > .TeaserText {
                                padding-top: 2%;
                            }          

        .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame {
            width: 100%;
        }               
            .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NoFrame {
                width: 5%;
                height: auto;
                aspect-ratio: 1/1.33;                                    
            }
            .ContentContainer > .ContentFrame > .AlignNavigationContainer > .PageNavigationFrame > .NavButtonFrame {
                width: 11%;
                height: auto;
                aspect-ratio: 1/1;
            }

    .fs_ItemNumber {
        font-size: 4.0vw;
    }
    .fs_Producer {
        font-size: 4.0vw;
    }
    .fs_MainText {
        font-size: 4.5vw;
        font-weight: bold;
    }
    .fs_SubText {
        font-size: 4.0vw;
    }
    .fs_PriceTeaser {
        font-size: 4.0vw;
    }
    .fs_Price {
        font-size: 6.0vw;
    }                                

}