/* 
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
*/
.active_tabs_custom_wrap {
/* 	padding-bottom: 0 !important; */
		 
}



.padding-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-section.active_tabs_custom_wrap {
	padding-bottom: 0px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
@media screen and (max-width: 1250px){
	.padding-section{
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 40px;
		padding-right: 40px;		
	}	
}

@media screen and (max-width: 767px){
	.padding-section {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;		
	}	
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.floating-up {
	animation: float 6s ease-in-out infinite;
}

.flex-row{
	display: flex;
	flex-direction: row;
}
.logo-gallery .gallery{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faq-border .elementor-toggle .elementor-tab-title{
	border: 1px solid;	
}

.icon-button svg{
	height: 14px;
}

.icon-start .elementor-icon-list-icon{
	align-self: start;
}

p.elementor-heading-title{
	margin-bottom: 0;
}

.scroll-logo{
  transition-timing-function: linear !important; 
}
.logo{
	width: 20%;
	padding: 24px;
	border-bottom: 1px solid #E7EBFB;
	border-right: 1px solid #E7EBFB;
}
.logo.bottom{
	border-bottom: none;
}
.logo.last{
	border-right: none;
}

.logo img{
	object-fit: contain;
	max-height: 60px;
	width: 100%;
	margin: auto;
	transition: all 0.5s ease-in;
	filter: grayscale(1);
}
.logo:hover img{
	filter: grayscale(0);
}

.logo .elementor-widget-container{
	display: flex;
}

.inline-cards{
	flex-basis: 33%;
	flex-grow: 1;
	min-height: 260px;
}
.mw-25{
	width: 25%;
}
.mw-33{
	width: 33%;
}
.mw-50{
	width: 50%;
}


.hero-image .elementor-widget-container::after{
	content: ""; 
	position: absolute;
	height: 100%;
	width: 100%;
	transform: rotatez(-15deg);
	background-color: #007A7D;
	border-radius: 24px;
	left: 0;
	z-index: 0;
}

.hero-image .elementor-widget-container{
	position: relative;
}
.hero-image img{
	position: relative;
	z-index: 1;
}

.connector-container::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 8px;
    background-color: #005980;
    z-index: -1;
}


.card-line-down::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 8px;
    background-color: #005980;
    z-index: -1;
    transform: rotate(90deg);
}
.accordion-text{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5em;
}

#trustpilot #tp-widget-wrapper {
	display: flex!important;
	align-items: center!important;
}
.ergebnis-boxen .elementor-icon-box-title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.info-small-text{
	font-size: 0.875rem;
}

.faq-button{
	margin-top: 1rem;
}

@media only screen and (max-width:1024px){
   	.mw-25{
		width: 100%;
	}
	.mw-33{
		width: 100%;
	}
	.mw-50{
		width: 100%;
	}
	.pyramid-card.top .elementor-widget-container{
		background-color: #FFF;
	}
	.accordion-text{
		font-size: 24px;
	}
	.ergebnis-boxen{
        top:0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right:auto;
	}
	.reference-image{
		position: static!important;
	}
}


@media only screen and (max-width:767px){
    .connector-container::after{
        display:none;
    }
	.logo{
		width: 33.3%;
	}
	.logo.mobile-border{
		border-right: 1px solid #E7EBFB;
		border-bottom: 1px solid #E7EBFB;
	}
	.logo.mobile-last{
		border: 0px;
		border-bottom: 1px solid #E7EBFB;
	}
	.logo.mobile-border-right{
		border: 0px;
		border-right: 1px solid #E7EBFB;
	}
	.logo.mobile-final{
		border: 0px;
	}
	.card-line-down::after{
		display: none;
	}
	.inline-cards{
		min-height: auto;
	}
	.full-width-mobile a, .full-width-mobile{
		width: 100%!important;
	}
	.accordion-text{
		font-size: 22px;
	}
	
}