/*
Theme Name: Enfold Child
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: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

ul.menu li a {
	display: inline-block;
}

/*damit z-index für seitliches Menü funktioniert*/
#av_section_1 {
	opacity: .99;
}

.widget-menu-onepage {
	position: fixed!important;
    left: 30px;
    top: 300px;
    z-index: 12;
	border: none;
}

.menu-mainmenu-onepage-container li {
	border: none!important;
}

#top .av-rotator-container-inner {
	line-height: 1.5em;
	font-weight: 600;
/*   top: -150px; */
	text-shadow:  1px  1px 1px white,
                  1px -1px 1px white,
                 -1px  1px 1px white,
                 -1px -1px 1px white;
}

/* Links-Rechts-Navigation zwischen den Portfolio-Einträgen deutlicher hervorheben */
#top .avia-post-nav {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Links-Rechts-Navigation in einer Timeline deutlicher hervorheben */
.main_color .av-timeline-nav a span {
    background-color: #000;
}