/*
Theme Name: Weingut Simon 
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Frank Weber
Author URI: http://www.nicht-on.de
Template: enfold
*/



/*Add your own styles here:*/
#header_meta {background:#5f5b61;color:#CCC;}
.phone_info {color:#fff;}

/* Abstand Inhalt unter slider  02052017 */ 
.content, .sidebar {
    padding-top: 50px;  /*war 50 abstand ersteer inhalt unter header*/
}

.av-catalogue-title {
    
    text-transform:none; 
	}

/* Für Tablet früher auf die Mobile Navigation wechseln */
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}

/*@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
*/

/* Preise einfärben*/
.av-catalogue-price {color:#7e1518;}
.av-catalogue-price small {color:#b1b3b4;}	
/* Auf handy die Ausgabe in der PReisliste ändern-/*/	
@media only screen and (max-width: 767px) {
.av-catalogue-price {
  position: inherit !important;
}
}
/* Overlay slider auf mobile ändern */
@media only screen and (max-width: 480px) {

.avia-slideshow .avia-caption {
display: none;
}
}
/* telefonnummer oben größer*/
.phone-info {  font-size: 18px; }
.phone-info span { 	color:#CCC;}

/* anderer hintergrund in mobiler navi */
.html_av-overlay-side #top .av-burger-overlay-scroll {    background: #dfdfdf;}
.av-burger-overlay-scroll {    background: #dfdfdf;}