/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.address-listing .elementor-icon-box-title {
  margin-top: 0;
}

.address-listing .elementor-icon-box-icon {
	transform: translateY(3px);
}

.services-loop article > div > section {
  	min-height: 470px;
}

.impressum-page a, .datenschutz-page a {
  	color: #000000;
	line-break: anywhere;
}

.impressum-page a:hover, .datenschutz-page a:hover {
	text-decoration: underline;
}

.security-loop-text {
    overflow-y: hidden;
    min-height: 350px;
    position: relative;
}

.security-loop-text>div {
    transition: 0.5s !important;
    position: absolute;
    bottom: -300px;
}

.security-loop-text:hover>div {
    bottom: 0px;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px)  {
	.home-hero-section .hhs-col1 {
		width: 30%;
	}

	.home-hero-section .hhs-col2 {
		width: 70%;
	}

	.home-hero-section {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.home-job-offer-section {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.home-job-offer-section .hjos-col1 {
		width: 100% !important;
	}

	.home-job-offer-section .hjos-col2, .home-job-offer-section .hjos-col3 {
		width: 50% !important;
	}

	.home-job-offer-section .hjos-col2>div, .home-job-offer-section .hjos-col3>div {
		align-content: start !important;
		align-items: start !important;
		padding-left: 0 !important;
	}
}

@media only screen and (max-width: 767px)  {
	.services-loop article > div > section {
		min-height: 360px;
	}
	
	.home-hero-section .hhs-col1 {
		display: none;
	}

	.home-hero-section .hhs-col2 {
		width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.home-job-offer-section {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.home-job-offer-section .hjos-col1, .home-job-offer-section .hjos-col2, .home-job-offer-section .hjos-col3 {
		width: 100% !important;
	}

	.home-job-offer-section .hjos-col2>div, .home-job-offer-section .hjos-col3>div {
		align-content: start !important;
		align-items: start !important;
		padding: 0 0 10px 0 !important;
	}
	
	.stellenangebote-section .ss-col1, .stellenangebote-section .ss-col2 {
		width: 100% !important;
	}
	
	.home-job-offer-section .hjos-col2 {
		margin: 30px 0 15px 0;
	}
}