/*
Theme Name: baustatikplus
Description: baustatikplus Child Theme from Enfold
Version: 1.0
Author: Agentur Baur
Author URI: http://www.agentur-baur.com
Template: enfold
*/



/*Add your own styles here:*/

.ref-full-width-btn a{
	width: 100%;
	min-height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}



.avia_desktop.avia_transform3d .av-masonry-entry{-webkit-filter: grayscale(100%); filter:gray;}
#top .av-masonry-entry:hover{filter:none; -webkit-filter: grayscale(0%);}






h1, h2, h3, h4, p, ul, li, div, body, html, head, a, button, span, h6 , h5, ol{font-family: 'Questrial', sans-serif;}


#footer ul {list-style: inherit !important;}
#footer ul li {margin-left: 15px;}



#times{
	    display: flex;
    flex-wrap: wrap;
}

#times .weekdays{
	flex-grow: 1;	
	min-width: 110px;
}

#times .timesopen{
	flex-grow: 3;
}



.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
    background-color: #5e7998 !important;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}







/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 989px) {
  /* Add your Mobile Styles here */


}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	
	.mobile-minheight{min-height: 350px;}
	
.home-information-section .all-centered{display:flex !important; margin:0px !important; margin-bottom: 10px!important; margin-top:0px !important;}
	.home-information-section .av-equal-height-column-flextable{margin: 0px !important; margin-top: 0px !important;}
}