/*
 Theme Name:   Neve Child VFNM
 Theme URI:    https://www.vfnm.de
 Description:  Neve Child Theme
 Author:       Sari Kraffner
 Author URI:   https://www.vfnm.de
 Template:  neve
 Version:      1.0.0
 Tags:         neve, vfnm
 Text Domain:  neve-child
*/

.header {
    position: fixed;
    top: 5;
    right: 0;
    left: 0;
    z-index: 1030;
}
.neve-main {
   padding-top: 30px;
}
.site-logo {
   padding-top: 0px !important;
   padding-bottom: 0px !important;
} 

html,body, button {
  font-family: 'Verdana', Arial, sans-serif !important; /* Schriftart */
  font-size: 15px;
}

.widget-title {
	font-family: 'Verdana', Arial, sans-serif !important; /* Schriftart */
	font-weight: 700 !important;
	font-style: italic !important;
}
.builder-item--primary-menu .nav-menu-primary > .nav-ul li:not(.woocommerce-mini-cart-item):hover > a, .builder-item--primary-menu .nav-menu-primary > .nav-ul li:hover > .has-caret > a {
	color: black !important;
}

.current-menu-item > a::after, .current-menu-ancestor > a::after {
   width: 100% !important; 
}

.has-nv-dark-bg-background-color .everest-forms label {
	color: var(--nv-light-bg) !important;
}

.has-nv-dark-bg-background-color .everest-forms button {
	background-color: var(--nv-secondary-accent) !important;
	color: var(--nv-primary-accent) !important;
	border-radius: 1px 1px 1px 1px !important;
	border: none !important;
	font-weight: 700;
	text-transform: uppercase;
}
.has-nv-dark-bg-background-color .everest-forms .input-text {
	padding: .375rem .75rem !important;
}

.site-logo > .brand > img {
   /*
   max-height: 65px;
   width: auto;
   */
}

.widget_media_image img {
	width: 100% !important;
	align-items: top;
}
.widget {
    margin-bottom: 10px;
}

#cb-row--footer-main {
	padding-top: 25px;	
	
}
.wp-block-elektrotreff-googlemaps iframe {
	height:350px !important; 
	
	
}

@media (min-width: 960px) { 

   .neve-main {
      padding-top: 73px;
   }

}

