/*
 Theme Name:   Einbruchschutz Child Theme
 Author:       DMCW®
 Author URI:   https://dmcw.de/
 Template:     einbruchschutz
 Version:      1.0.0
 Text Domain:  einbruchschutz
*/

table.variations label {
text-transform: none !important;

}


.site_header .search_menu, .search_menu {
display: none !important;
}

.white, a.white,
.footer_info a, .copyrights_container a{
    color: #909095 !important;
}



input[name="acceptance-205"] + .wpcf7-list-item-label {
    color: #fff !important;
    font-weight: normal !important;
}

input[type="checkbox"] {
width: 25px !important;
height: 25px !important;
display: inline-block !important;
}

.page_footer{
    display: none !important;
}

.product p.wc-gzd-additional-info {
clear: none !important;
}

.woocommerce div.product form.cart table td.label,
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations label {
  text-align: left !important;
}

span.posted_in {
  display: none !important;
}

:root { --topbar-h: 30px; } /* Top-Bar-Höhe */

#site_top_panel{
  position: fixed;
  top: 0;
  left: 0; right: 0;
  width: 100%;
  z-index: 9999;       
  background: #0b2a52; 
  box-shadow: 0 2px 8px rgba(0,0,0,.08); 
}

.header_zone .logo_box_content_wrapper{
    margin-top:40px; 
}

body{ padding-top: var(--topbar-h); }

/* WordPress Adminbar berücksichtigen */
.admin-bar #site_top_panel{ top: 32px; }
.admin-bar body{ padding-top: calc(var(--topbar-h) + 32px); }

/* Mobile Adminbar ist höher */
@media (max-width: 782px){
  .admin-bar #site_top_panel{ top: 46px; }
  .admin-bar body{ padding-top: calc(var(--topbar-h) + 46px); }
}
