/*
 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: 'Roboto', Arial, sans-serif !important; /* Schriftart */
}

h1 {
	font-family: 'Roboto Condensed', Arial, sans-serif !important; /* Schriftart */
	font-style: italic !important;
	font-weight: 700 !important;
	border-bottom: 1px solid var(--nv-light-bg);
	padding-top: 30px;
}
h2 {
  font-family: 'Roboto Condensed', Arial, sans-serif !important; /* Schriftart */
  font-weight: 700 !important;
}

h3 {
  font-family: 'Roboto Condensed', Arial, sans-serif !important; /* Schriftart */
  font-weight: 300 !important;
}
h4 {
	font-family: 'Roboto Condensed', Arial, sans-serif !important; /* Schriftart */
	font-weight: 300 !important;
	font-style: italic !important;
}
.widget-title {
	font-family: 'Roboto Condensed', 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;
    display: block !important;
    width: 100% !important;
}
.has-nv-dark-bg-background-color .everest-forms .input-text {
	padding: .375rem .75rem !important;
}


 .everest-forms button {
    display: block !important;
    width: 100% !important;
}

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

.widget_media_image img {
	width: 30% !important;
}

/* ============ Infobox ============ */

.infobox {
   background-color: var(--nv-primary-accent) !important;
   color: black;
   position: fixed;
   z-index: 50;
   width: 350px;
   padding: 3.5rem 2rem;
   -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
   box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
   font-size: 1rem;
   -webkit-transition: 
   -webkit-transition: right 750ms ease-in-out;
   -o-transition: right 750ms ease-in-out;
   transition: right 750ms ease-in-out;
   border-top-left-radius: 0.5rem;
   border-bottom-left-radius: 0.5rem;
   font-weight: bold;

}

.infobox a {
   color:hsl(0,0%,0%);
}

.infobox a:hover {
   color: hsl(0,0%,5%);
}

.infobox h4 {
   font-size: 1.4rem;
   color:hsl(0,0%,0%);
}

.infobox-right {
   top: calc(50vh - 120px); 
   height: 450px;
   right:-350px;
}

.infobox-right.active {
    /*top: calc(50vh - 18px); */
   right: 0px !important;
   height: 450px;
}

.infoboxhandler {
   position: absolute;
   z-index: 49;
   right: 311px;
   width:170px;
   background-color: var(--nv-primary-accent) !important;
   text-align: center;
   height:65px;
   line-height: 40px;
   -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
           transform: rotate(-90deg);
   /*border-top-left-radius: 0.5rem;
   border-top-right-radius: 0.5rem;*/
   color: white;
   font-weight: bold;
   margin-top:-130px;
   margin-right:-15px;
   -webkit-transition: color 500ms ease-in;
   -o-transition: color 500ms ease-in;
   transition: color 500ms ease-in;
   -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
   box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
   font-size: 1.4rem;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 7px;
   
}
/*
.infoboxhandler:hover {
   color:hsl(0,0%,75%) !important;
   text-decoration: none;
} */
.infobox .evf-label, .infobox-mobile .evf-label, .infobox .everest-forms-field-label-inline, .infobox-mobile .everest-forms-field-label-inline {
   color: white !important;
} 

.infobox-mobile {   
   background-color: var(--nv-primary-accent) !important;;
   padding: 3.5rem 2rem;
   color: white;
   -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
   box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
   font-size: 0.9rem;
   -webkit-transition: right 750ms ease-in-out;
   -o-transition: right 750ms ease-in-out;
   transition: right 750ms ease-in-out;
   
}
.infobox .row {
   margin: 0 !important;
}

.infobox i {
   padding-right:10px;
}

.wpmtst-testimonial .testimonial {
	background-color: white;
}

.vfnm-testimonials { 
	& .testimonial {
		background-color: white;
	}
	& p {
	color: #0077bc;
		font-size: 13.5px;
		font-weight: 300;
	}
	& .testimonial-name {
		color: #f7a900;
	}
}




@media (min-width: 960px) { 

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

}

