@media print {
    main {
        padding: 0;
    }

    .bread {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .search {
        display: none;
    }

    .headerNav {
        display: none;
    }

    .menu-icon {
        display: none;
    }

    .headerTop {
        justify-content: center;
        padding: 10px;
    }

    footer {
        display: none;
    }

    .contentTop {
        display: none;
    }

    .productPicturesSmall {
        flex-wrap: wrap;
    }

    .productPicture {
        border: 0;
    }

    .arrow {
        display: none;
    }

    .productBuyButton {
        display: none;
    }

    .highlight_glossar {
        text-decoration: none;
    }

    .productContainer {
        gap: 20px;
    }

    .productContainerSimilar {
        display: none;
    }

    .productInfothekInfos {
        display: none;
    }

    .productTextTitleCollapseShowArrow::after, .productTextTitleCollapseHideArrow::after {
        display: none;
    }

    .productNavigation {
        display: none;
    }

    .productHideTextMenu {
        display: inherit;
    }

    .productPictureWrapper {
        margin-bottom: 5px;
    }

    .productPictureContainer {
        display: none;
    }

    .productPicturesSmall {
        gap: 10px 10px;
    }

    .productPicturesSmall li {
        flex: 0 0 calc(20% - 7px);
    }

    .productPicturesSmall li.active {
        border: 1px solid var(--color5);
    }

    .productPicturesSmall li.productVideo {
        display: none;
    }

    .productBuyContainer {
        display: none;
    }

    #produkt_2.productInfo {
        margin-top: 50px;
        display: block;
    }
}
