/* ==========================================================================
   Timbertools.de — Custom CSS
   Farbschema: Petrol (#456B86) / Bernstein (#CE8315)
   Stand: 2026-04-16
   ========================================================================== */


/* --------------------------------------------------------------------------
   Allgemein
   -------------------------------------------------------------------------- */

body, #main-wrapper {
    background: #F3F4F6 !important;
}

/* Container-Breite auf 1440px begrenzen */
.container-fluid-xl {
    max-width: 1440px !important;
}

/* Grid-Abstände enger */
.row {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
}

.row > [class*="col"] {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

a {
    color: #1A1D21;
}
a:hover {
    color: #CE8315;
}


/* --------------------------------------------------------------------------
   Sidebar-Benachrichtigung
   -------------------------------------------------------------------------- */

.sidebar-notification {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #CE8315;
}

.sidebar-notification h3 {
    font-size: 1.1rem;
}

.sidebar-notification p {
    margin-bottom: 5px;
}


/* --------------------------------------------------------------------------
   Header — Topbar Links
   -------------------------------------------------------------------------- */

.topbar-main a:hover {
    color: #CE8315 !important;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

header.niu-header-type-1 {
    border-bottom: 0px;
    box-shadow: 0px 5px 41px 0px rgba(0,0,0,0.25);
    background-color: #456B86;
}

header .submenu-headline-toplevel {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    border-bottom: 0px;
}

header .navbar-nav>.nav-item>.nav-link {
    padding: 0.75rem 0.6rem;
}

header .navbar-nav>.nav-item>.dropdown-menu {
    border-top: 0px solid rgba(60, 60, 59, 0.1);
}

.dropdown-body:last-child, .dropdown-footer:last-child {
    background-color: #456B86;
}

.dropdown-footer .niu-btn-outlined-primary {
    color: white;
    border-radius: 5px !important;
}

.dropdown-footer {
    border-radius: 5px !important;
}

.nav-item-lg-m img {
    max-width: 100px;
}


/* --------------------------------------------------------------------------
   Header — Suche
   -------------------------------------------------------------------------- */

header .niu-input-group {
    border-radius: 10px !important;
    border: 0px solid black;
    background: #35526A !important;
}

.niu-inputgroup-bordered, .niu-input-group.niu-header-search {
    border-radius: 5px !important;
}

.niu-input-group.niu-header-search .btn {
    color: #9AB4C7;
    border-radius: 0 5px 5px 0 !important;
}

.niu-input-group.niu-header-search .btn:hover {
    color: white;
    background-color: #CE8315;
}

.search-wrapper .btn {
    color: #9AB4C7;
    border-radius: 0 5px 5px 0 !important;
}

.search-wrapper .btn:hover {
    color: white;
    background-color: #CE8315;
}

header .niu-header-search .form-control,
header .niu-header-search .form-control:focus,
.fixed-search .form-control,
.fixed-search .form-control:focus {
    color: #ffffff;
    background-color: #35526A;
}

#main-wrapper .niu-input-group {
    background: white !important;
}


/* --------------------------------------------------------------------------
   Header — Sidebar
   -------------------------------------------------------------------------- */

.niu-sidebar .niu-input-group {
    background: #F3F4F6 !important;
    border: 1px solid #E4E7EA;
    border-radius: 5px !important;
}

.niu-sidebar .form-control, .niu-sidebar .form-control:focus {
    color: #1A1D21;
    background-color: transparent;
}

.niu-sidebar .basket-form-inline .bi-dash,
.niu-sidebar .basket-form-inline .bi-plus {
    color: #fff;
}

.niu-sidebar .col-6 {
    flex: 0 0 46%;
}

.niu-sidebar .niu-box {
    height: auto !important;
}

.niu-sidebar {
    z-index: 100001;
}


/* --------------------------------------------------------------------------
   USP-Leiste (Nav Bottom Bar) — Bernstein
   -------------------------------------------------------------------------- */

.dzm-niu-nav-bottom-bar * {
    color: #ffffff !important;
}

.dzm-niu-nav-bottom-bar {
    background-color: #CE8315 !important;
}


/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

#footer {
    background: linear-gradient(135deg, #253A4D 0%, #456B86 100%);
    color: white;
    margin-top: 3rem;
}

/* Weißen Streifen über dem Footer entfernen */
.niu-footer-topbar + *, #footer > *:first-child {
    margin-top: 0;
}

#footer-boxes a {
    color: white !important;
}

#footer a:hover {
    color: #CE8315 !important;
}

#footer .productlist-filter-headline {
    color: white;
}

#footer .price {
    color: #F0C070;
}

.btn-outline-footer {
    color: white;
    border-color: white;
}

.btn-outline-footer:hover {
    background-color: #CE8315;
    border-color: white;
}

.niu-footer-topbar {
    background-color: #35526A;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}

.niu-footer-topbar-icon {
    font-size: 8rem;
    opacity: 0.1;
    top: -20% !important;
}

#footer .niu-footer-main-wrapper hr {
    border-color: transparent;
}

.niu_subfooter_paymethods_icon {
    background-color: transparent;
}

#copyright {
    background-color: #253A4D;
    color: #9AB4C7;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.08);
}

@media (min-width: 767px) {
    #sidebox128 {
        margin-right: 50px;
    }
}


/* --------------------------------------------------------------------------
   Kategorieseite
   -------------------------------------------------------------------------- */

.productbox-title {
    height: 2lh;
    overflow: hidden;
}

body[data-page="2"] .productbox-title {
    text-decoration: none;
}

.niu-cat-wrapper .dzm-btn-group-subcats {
    background-color: #fff;
}

.dzm-btn-group-subcats .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: black;
}

.dzm-btn-group-subcats .btn:hover {
    color: #CE8315;
}

.ribbon {
    font-size: 0.90rem;
    padding: 0.15rem 0.5rem;
}


/* --------------------------------------------------------------------------
   Banner / Verlauf-Overlays
   -------------------------------------------------------------------------- */

.bs-verlauf .dzm-itb-overlay {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.53) 30%, rgba(0,0,0,0) 65%);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.bs-verlauf-schmal .dzm-itb-overlay {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.53) 30%, rgba(0,0,0,0) 65%);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .bs-verlauf {
        height: 500px !important;
    }
}

.bs-icon-dark h2 {
    color: #fff;
}


/* --------------------------------------------------------------------------
   USP Icons
   -------------------------------------------------------------------------- */

.dzm-circled-number {
    border: 0px !important;
}

@media (min-width: 768px) {
    .dzm-circled-number > i {
        font-size: 40px;
    }
}


/* --------------------------------------------------------------------------
   Produktslider — Fonts
   -------------------------------------------------------------------------- */

.bs-produktslider .productbox-price {
    font-weight: 900;
    line-height: 1.5rem;
}

.splide .productbox-price {
    font-weight: 900;
    line-height: 1.5rem;
    text-align: right !important;
    margin-top: 10px;
}

.niu-free-shipping-headline {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #EBF1F5;
}


/* --------------------------------------------------------------------------
   Produktboxen — Schatten
   -------------------------------------------------------------------------- */

.productbox .productbox-inner {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
}

.productbox .productbox-inner:hover {
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);
}

.productbox .productbox-inner:focus,
.productbox .productbox-inner:focus-within,
.productbox a:focus {
    outline: none;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}


/* --------------------------------------------------------------------------
   Produktansicht
   -------------------------------------------------------------------------- */

/* Varianten-Auswahl transparent */
.custom-control.custom-radio {
    background-color: transparent;
}

.variation.custom-control-label {
    background-color: transparent;
}

#main-wrapper .niu-cb-card h2 {
    font-size: 1.5rem;
}

#main-wrapper .niu-cb-card .h4 {
    font-size: 1rem !important;
    color: #5C6269 !important;
}

/* Herstellerlogos einheitlich */
.product-manufacturer img {
    background: #fff;
    border: 1px solid #E4E7EA;
    border-radius: 4px;
    padding: 4px;
}

/* Inline-Styles aus Produktbeschreibungen neutralisieren */
.desc p, .desc ul, .desc ol, .desc li, .desc span {
    background-color: transparent !important;
    color: inherit !important;
    font-family: inherit !important;
}


/* --------------------------------------------------------------------------
   Checkout
   -------------------------------------------------------------------------- */

.is-checkout header,
.is-checkout .navbar,
.niu-checkout-header {
    background-color: #456B86 !important;
}

.dzm-csup-wrapper .card, .card-body, .card-header {
    background-color: #F3F4F6;
}

.niu-checkout-summary, .order-first {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
}

.niu-checkout-summary .card-header {
    padding: 1rem;
}

.checkout-confirmation textarea {
    background-color: #fff;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .order-first {
        margin-bottom: 20px !important;
    }
}

.is-checkout .tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
    color: #fff;
}

