/*
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:*/

body {
font-family: Helvetica, Arial, sans-serif;
}

/* Keine automatische Silbentrennung ;-) */
body {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

@media only screen and (max-width: 768px) {
#scroll-top-link { display: block !important; }}

ul.sub-menu{
opacity:0.8 !important;
}

/* Modifikation 404er Ausgabe ;-) */
.error404 .404_recommendation { display: none !important; }