/*
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:*/
div.kreis32 {
width: 10%;
padding: 50px;
box-sizing: border-box;
border-radius: 100px;
background: #dfdfdf;
}
div.eckenrundung32 {
width: 100%;
padding: 50px;
box-sizing: border-box;
border-radius: 3px 15px 5px 30px;
background: #dfdfdf;
}
#footer .widget {
margin: 0;
}

#socket, #footer {
    font-size: 14px; line-height: 1.5; text-align:left;
}

#footer h3.widgettitle {
  font-size:16px; color:#ffffff;
}

#footer {
    padding: 0;
}

#footer .widget {
    padding: 0;
}

#top .avia_textblock .wp-caption {
    border: none;
}

#top .entry-content-wrapper h4 {
font-variant:small-caps
}
.linielinks {
  border-left: 1px solid #97b5a9; 
}
.av-main-nav ul li a, .av-main-nav ul li:last-child > a {
    border: none !important;
}
.wortbruch {
    -webkit-hyphens: auto;               
    -moz-hyphens: auto;               
    -ms-hyphens: auto;               
    -o-hyphens: auto;               
    hyphens: auto;               
 
    word-wrap: break-word;
}

/*----------------------------------------
// CSS - Disable Masonry Animation
//--------------------------------------*/
.av-masonry-entry {
    visibility: visible;
    opacity: 1;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none;
    animation: none;
}

/* Remove overlay */
#top .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1!important;
}
/* caption font */
#top .av-masonry h3.av-masonry-entry-title.entry-title{
	font-size: 16px;
	font-family: 'Encode Gotu', sans-serif;	
	color:#ffffff;
}
/* Background color */
#top .av-masonry figcaption.av-inner-masonry-content,
#top .av-masonry .av-inner-masonry-content .avia-arrow {
    background: #97b5a9!important;
    color:#ffffff;
    
}




