/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/* Helpers */

.mark {
    background: linear-gradient(
        transparent 55%,
        #FFFC71 55%
    );
    padding: 0 0.15em;
    display: inline;
}
.mark-headline {
    background: linear-gradient(
        #FFFC71,
        #FFFC71 55%
    );
    padding: 0 0.15em;
    display: inline;
	    line-height: 1.3;
}
/* Header */

.avia-menu-fx {
    position: absolute;
    bottom: 0px;
    height: 4px;
}

/* Breadcrumb */
.title_container .breadcrumb { 
     position:relative;
	left: 0;
     top: auto;
	 margin-top: 15px;
}
.title_container { 
     padding-bottom:10px;
}
span.trail-before {
display: none!important;
}

/* Footer */
#footer-page .ft-navigation p {
	font-size: 18px;
}

#footer-page .ft-navigation a:hover {
	color: inherit;
	text-decoration: underline;
} 
#footer-page .ft-navigation .menu-item {
	border: none !important;
	
}
#footer-page .ft-navigation .menu-item a {
    padding: .3em 0px !important;
}
#socket {
    font-size: 14px;
}
#social-icons .av-share-link-description {
	display: none;
}
#social-icons .av-share-box ul li {
	padding: 0 20px
}
#social-icons .av-share-box ul li a,
#social-icons .av-share-box ul li a:hover{
	 color: #fffd71 !important;
    font-size: 40px;
}
.footer-news-cta, .blog-news-cta {
	cursor:pointer;
}

#footer-page .recentcomments a, 
#footer-page .widget_recent_entries li a {
	font-style: normal;
	font-family: inherit;
}

#footer-page .recentcomments, 
#footer-page .widget_recent_entries li {
	margin-left: 0;
	font-size: initial;
    line-height: initial;
	padding: .6em 0px !important;
	border: 0;
}

/* Elements */

.icon-box-yellow .iconbox_content  {
	background-color: #FFFC71 !important;
	color: #002752 !important;
	font-weight: bold;
	 min-height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-box-blue .iconbox_content {
	background-color: #002752 !important;
	color: #FFFC71 !important;
	font-weight: bold;
	 min-height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top .main_color .avia-color-theme-color-highlight {
	color: #002752;
	text-transform: none;
}
.av-milestone-date {
	padding: 5px !important;
}

/* Blog Bildcontainer */
.slide-image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* Blog Bild */
.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* BLOG CTA */
.blog-cta-container {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #f7f7f4;
	
}

.blog-cta {
	display: flex;
	gap: 20px;
	align-items: stretch;
	margin: 0 30px 80px 30px;
	color: #002852;
}

.blog-cta__column {
	flex: 1 1 0;
	padding: 50px;
	border-radius: 12px;
}

.blog-cta__coaching {
	background: #fafaf6;
}

.blog-cta__about {
	background: #fafaf6;
}

.blog-cta__title {
	margin-bottom: 18px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
}

.blog-cta p {
	margin: 0 0 24px;
}

.blog-cta__link {
	padding: 15px;
    background: #fffc71;
    border-radius: 5px;
    color: #002752;
    border: 1px solid #fffc71;
    font-size: 18px;
    font-weight: bold;
}

.blog-cta__link:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {

	.blog-cta {
		flex-direction: column;
		gap: 20px;
	}


	.blog-cta__title {
		font-size: 20px;
	}

}

.blog-cta__about{

    display:flex;
    align-items:flex-start;
    gap:22px;

}

.blog-cta__image{

    width:90px;
    height:90px;

    border-radius:50%;

    object-fit:cover;

    flex-shrink:0;

}

.blog-cta__content{

    flex:1;

}
@media only screen and (max-width:767px){

    .blog-cta__about,
	.blog-cta__coaching{
        flex-direction:column;
        align-items:center;
        text-align:center;

    }

    .blog-cta__image{
        width:110px;
        height:110px;
        margin-bottom:10px;

    }
}

.related_title {
	font-size: 25px;
}
.post-meta-infos,
.blog-tags.minor-meta{
	font-size: 16px;
    text-transform: inherit !important;
    width: 100%;
    text-align: left !important;
    float: none !important;
    max-width: 100% !important;
	border-color: #efefeb !important;
	padding: 10px !important;
	
}

.blog-tags.minor-meta{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}