/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2025-03-05 07:22:22 */
body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 49%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 49%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 36.75%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 36.75%;
    }
}

#maincontent > div.page-title-wrapper > h1 > span {
    display:none;
}

.product-item-name a {
    font-size: 14px;
    font-weight: 600;
}



.customer-account-login .page-title-wrapper { display: none; }

#html-body > div.page-wrapper > header > div.main-panel-top > div > div > div > div.header-right > div > ul > li:nth-child(6) > a 
{
display:none;
}

/* =========================== */
/* ========== Home =========== */
/* =========================== */

/* Home - Slider position */
.cms-home #maincontent .columns {
    margin-top: -85px;
}

/* Home - Product Box */
.product_box {
    border-radius: 8px;
    margin: 10px;
    border: 1px solid orange;
    padding: 9px;
}


.navigation .level1 span {
    font-size: 15px;
}

ul#ui-id-1 {    width: 1032px;  }


/* Navigation - Font Size */
@media (min-width: 992px) {
   #html-body .page-header.type14 .navigation:not(.side-megamenu) .level0 .level-top {
        font-size: 13px!important;
    }
}

.header-bottom .header-left {
    flex: 0.25!important; /* Verkleinert die Breite */
}

.header-bottom .header-center {
    flex: 2.5!important; /* Erweitert die Breite */
}

.header-bottom .header-center > .sections {
    width: 100%; /* Füllt die gesamte Breite */
    display: flex; /* Flexbox für Kinder aktivieren */
    justify-content: space-around; /* Platz zwischen Elementen */
    flex-grow: 1; /* Wächst, um Platz zu füllen */
}

.header-bottom .header-right {
    flex: 0.25!important; /* Verkleinert die Breite */
}

ul#ui-id-1 { width: 100%!important; }


/* =========================== */
/* ======== Checkout ========= */
/* =========================== */

/* Checkout - Shipping Box */
#checkout-shipping-method-load .table-checkout-shipping-method {
    width: 100%!important;
}


/* Shipping Methods - Table */
td.col.col-method {
    min-width: 50px;
}








/* =========================== */
/* ======= Categories ======== */
/* =========================== */


/* Categorie - Product Image */

.product-item-photo {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffa351;
    border-radius: 13px;
}

.product-item-photo img {
    border-radius: 13px;
}

.product-item-details .product-item-inner {
    display: none!important;
}



.category-row h2 { font-weight: bold; }

.product-box a, .product-box a:visited { color: #2e2d2c; }



/* =========================== */
/* ====== Product Page ======= */
/* =========================== */

/* Product Page - Product Image */
.catalog-product-view .media {
    padding: 10px;
    border: 1px solid orange;
    border-radius: 10px;
}

.catalog-product-view .product.media {
    padding-left: 10px;
}

/* Product Page - Product Info Table */
.product-info-main table tr {
    height: auto;
    border-bottom: .5px dotted grey;
}

/* Product Page - Hide SKU / Inventory */
.product-info-stock-sku {
    display: none;
}

/* Product Page - Qty & Personalization Box */
.matrix_layoutMain {
    padding-left: 0px!important;
    margin-top: 25px;
}

/* Product Page - Hide Social Links */ 
/* Product Page - Hide prices */
.product-social-links, .product-info-price .price-box {
    display: none;
}

/* printQ - Config - Hide Option box */
/*
.matrix_otherOptionsTable {
    display: none;
} 
*/

.matrix_otherOptionsContainer .matrix_selectOption:nth-child(1),
.matrix_otherOptionsContainer .matrix_selectOption:nth-child(2)
 {
    display: none;
}




/* Button - Angebot ausblenden */
.matrix_quotationButton {
    display: none;
}



/* =========================== */
/* ======= Data Center ======= */
/* =========================== */

#templatesContainer .templateContainer {
    width: 10%!important;
    height: 130px!important;
}

.matrix_quotationButton, #html-body > div.page-wrapper > header > div.main-panel-top > div > div > div > div.header-right > div > ul > li:nth-child(5) > a, #html-body > div.page-wrapper > header > div.header-main > div > div.header-right.flex-1 > div.header-contact > a, #block-shipping > div.title {
    display: none;
}

.main-panel-top {
    display: block;
}

a:visited, .alink:visited {
    color: black;
}