/*
Theme Name:   Keramikmalwerkstatt-Hx Child
Author:       DMCW®
Template:     keramikmalwerkstatt-hx
Version: 1.0
Text Domain: keramikmalwerkstatt-hx
*/


:root {
  --bzo-main-color: #9dae9f;
  --bzo-main-color2: #454545;
  --bzo-gray-color: #454545;
  --bzo-border-color: #d9d9d9;
  --bzo-body-background: #ffffff;
  --bzo-preload-background: #B1D9DA;
  --bzo-title_typo-font-family: "Montserrat", sans-serif;
  --bzo-body_typo-font-family: "Montserrat", sans-serif;
}

@font-face {
    font-family: 'Vistia';
    src: url('fonts/Vistia-Regular.woff');
    src: url('fonts/Vistia-Regular.woff2') format('woff2'); 
    font-weight: normal;
    font-style: normal;
}



body, p, a {
  font-family: var( --bzo-body_typo-font-family ), Sans-serif !important;
}

h1, h2, h3, .font-title{
    font-family: var(--bzo-title_typo-font-family), Sans-serif !important;
}

h4, h5, h6{
    font-family: var(--bzo-body_typo-font-family), Sans-serif !important;
}

ul#menu-main-menu li.current-menu-item a.menu-link{
    color: var(--bzo-main-color) !important;
}

.product-label{
    display: none !important;
}

.margin-bottom-0{
    margin-bottom: 0 !important;
}

.box-contact-form .wpcf7-form .bzotech-row .margin-bottom-0 .wpcf7-form-control-wrap {
    margin-bottom: 0px !important;
}

.margin-bottom-30{
    margin-bottom: 30px !important;
    float: right !important;
}

.box-contact-form .wpcf7-form input.wpcf7-submit{
    color: #ffffff !important;
}.box-contact-form .wpcf7-form input.wpcf7-submit:hover{
    color: var(--bzo-main-color) !important;
}

#footer a:hover{
    color: var(--bzo-border-color) !important;
}