/*
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:

*/
#gallery-1 {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#top .gallery .gallery-item {
    margin: 25px 25px 0 0;
}
.single-post article{
padding-top: 10px!important;	
padding-left: 0%!important;
padding-right: 0%!important;
}
.single .content .entry-content-wrapper{
padding-left: 5%;
padding-right: 5%;
}
.read-more-link,
.entry-content-wrapper div li,
.single-post article .entry-content p {
    font-size: 16px;
    line-height: 1.65em;
}

.archive .entry-content-wrapper.clearfix.standard-content,
.single-post .entry-content-wrapper.clearfix.standard-content {
background-color: #fff;
}
.container_wrap_first {
background-image: url(/wp-content/uploads/2024/11/bodytile.jpg);
    background-repeat: repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
} 
p {hyphens: auto;}

.av-masonry-date,
.related_posts, 
.blog-tags.minor-meta,
.avia-menu-fx {
display: none !important;
opacity: 0;
}
.content, .sidebar {
    padding-top: 25px;
}
#header_main{
padding-top: 20px!important;
}
.avia-slideshow-inner {
border: 2px solid #592d03!important;
}
#header_main {
    border-bottom-width: 0px!important;
}
.post-meta-infos
{
display: none;
}
article{
    padding: 5%;
    
}
#startseite .post-title   {
	font-size: 18px!important;
}

#top .fullsize .template-blog .post-title {
	font-size: 1.4em;
}
#startseite .content .entry-content-wrapper{
	padding-left: 0;
	padding-right: 0;
	
}

article p{
font-size: 15px;
line-height: 1.24em;
}
.main_menu .av-main-nav > li > a {
font-size: 24px;
font-family: 'merriweather', Helvetica, Arial, sans-serif;
}
.main_menu .av-main-nav > li.current-menu-item > a {
color: #592d03!important;
}
@media only screen and (max-width: 600px) {
.content .entry-content-wrapper,
article{
    padding: 3%!important;
    
}	
	
#top .fullsize .template-blog .post-title {
	font-size: 1.2em;
}	
	
h2.avia-caption-title {
font-size: 14px!important;
}
.avia-slideshow-arrows,
.avia-slideshow-controls
{
display: none;
}
}