/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.jet-team-member__content {
    min-height: 270px;
    display: block;
    margin-top: 10px;
}
.footer-icons i {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
}
.flex-container {
    display: flex;
    align-items: baseline;
}
.float-me {
    position: absolute;
    top: 80%;
    max-width: 63%;
    left: 70px;
}

.float-me-title {
    position: absolute;
    top: 80%;
    max-width: 63%;
    left: 0;
	right:0;
    margin: 0 auto;
}
.elementor-post__read-more {
    font-family: "Museo", Sans-serif;
    font-size: 15px;
  	transition: all 0.2s ease;
    font-weight: 700;
    color: #FFFFFF !important;
    background-color: #BE0A0A;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 40px 15px 40px;
}
.elementor-posts .elementor-post__excerpt {
    margin-bottom: 50px !important;
}
.elementor-posts--thumbnail-top .elementor-post__text {
    width: 100%;
    text-align: center;
}
h3.elementor-post__title,.elementor-post__excerpt {
    text-align: left;
}
.elementor-post.elementor-grid-item .elementor-post__text{
    background-color: var( --e-global-color-68a93c0 );
    background-image: url(https://volkshilfe.afkmedia.at/wp-content/uploads/2022/02/V-grey2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 240% auto;
	position:relative;
	padding: 150px 50px 50px 50px;
}
a.elementor-post__thumbnail__link {
    position: absolute;
    bottom: -150px;
    z-index: 1;
    max-width: 80%;
    margin: 0 auto;
}
.elementor-post.elementor-grid-item {
    margin-top: -150px !important;
    background: transparent !important;
}
.print-btn{
	cursor:pointer;
}
p.jet-team-member__desc {
    font-size: 13px !important;
    padding-top: 10px !important;
}
ul{
	padding-left: 20px;
}
ul li{
	margin-bottom:10px;
}
.elementor-post__read-more:hover {
    background: #fff;
    border: 1px solid #be0a0a;
    color: #be0a0a !important;
  	transition: all 0.2s ease;
}
h3.jet-team-member__name {
    min-height: 50px;
}
.jet-team-member__position {
    min-height: 90px;
}
p.jet-team-member__desc {
    min-height: 70px;
}
@media (max-width:650px){
	.float-me ,.float-me-title {
		position: relative;
		top: -20px;
		max-width: 100%;
		left: 0;
	}
	img.jet-team-member__img-tag {
    	min-height: 250px;
	}	
}