/* 
Theme Name: YUPER Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Website erstellt durch YUPER
Author: YUPER
Author URI: https://yuper.de/
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
*/

/*** Button ***/

.skg-btn-effect .elementor-button-content-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: var( --e-global-color-accent );
    transition: width 0.3s;
    z-index: 0;
}

.skg-btn-effect .elementor-button-wrapper:hover .elementor-button-content-wrapper:before,
.skg-btn-effect .elementor-button-wrapper:focus-within .elementor-button-content-wrapper:before {
    width: 100%;
}

.skg-btn-effect .elementor-button-text {
    z-index: 1;
}

.skg-btn-effect {
    backdrop-filter: blur(25px);
}

/*** Header Logo ***/
.site-logo {
    display: inline-flex;
    align-items: center;
    width: min(100%, 210px);
    height: auto;
}

.site-logo:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 4px;
	border-radius: 4px;
}

.site-logo__fallback,
.site-logo__animation {
	display: block;
	width: min(100%, 210px);
	height: auto;
}

.site-logo__animation {
	display: none;
}

.site-logo.is-lottie-ready .site-logo__fallback {
	display: none;
}

.site-logo.is-lottie-ready .site-logo__animation {
	display: block;
	height: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.site-logo__animation {
		display: none !important;
	}

	.site-logo__fallback {
		display: block !important;
	}
}

/*** Store Locator ***/
.gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style-iw.gm-style-iw-c {
	background: black;
  color: #fff !important;
	padding: 15px !important;
}

.wpsl-info-window {
	font-weight: 500;
	font-size: 14px !important;
}

.wpsl-info-window span {
	margin-top: 10px;;
}

.wpsl-info-window span + span {
	margin-top: 0px;
}


/*** Business Hours Indicator ***/

.mb-bhi-display {
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 900;
	letter-spacing: 0.03em;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: 0.9rem;
}

.mb-bhi-open {
	background-color: var(--e-global-color-accent);
}

.mb-bhi-closed {
	background-color: #eee;
}

/* Business Hours Table */

.mabel-bhi-businesshours td {
	background: none !important;
	border: none;
	padding: 5px 0px;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

.mabel-bhi-businesshours td:nth-child(1){
	width: 12em;
	max-width: 300px;
}

/* Geschlossene Zeiten nicht anzeigen */

.mabel-bhi-businesshours tr:last-child {
	display: none;
}

/*** Stellenanzeigen ***/

.job_listings {
    border: none !important;
}

ul.job_listings li.job_listing {
	margin-bottom: 5px;
}

li.job_listing a img.company_logo,
li.job_listing .company
{
	display: none !important;
}

ul.job_listings li.job_listing .meta .date {
	display: none;
}

ul.job_listings li.job_listing a div.position {
	padding: 0;
}

.job_listings .job_listing a {
        display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    
    background-color: #333;
    border-radius: 8px;
    color: #fff;
    transition: background-color 0.3s;
    font-family: var(--e-global-typography-02d989f-font-family);
}

.job_listings li.job_listing a:hover {
    background-color: #111 !important;
}

.job_listings .job_listing .position,
.job_listings .job_listing .location
{
    float: none !important;
    font-family: var(--e-global-typography-02d989f-font-family);
    font-size: 1.15rem;
}

li.job-type {
    color: var(--e-global-color-accent) !important;
}

@media only screen and (max-width: 767px) {
	ul.job_listings li.job_listing a > * 
	{
		width: 100% !important;
		float: none !important;
		text-align: left !important;
		padding: 0 !important;
	}
}

/*** Stellenanzeigen - Single ***/

.single_job_listing .meta li {
	padding: 10px 20px;
	border-radius: 5px;
	background: #333 !important;
	color: #fff !important;
	margin-bottom: 10px;
}

.single_job_listing .meta .location a{
	color: #fff;
}

.single_job_listing .meta .date-posted:before
{
	margin-right: 8px;
}

.single_job_listing .meta .location:before {
	margin-right: 5px;
}

.single_job_listing .company {
	display: none;
}

.job_description h2,
.job_description h3,
.job_description h4 {
	margin-top: 1.15em;
	font-family: var(--e-global-typography-2ccdf29-font-family), Sans-serif;
	font-weight: 600;
}

.single_job_listing .application .application_button {
	background: var(--e-global-color-accent);
	border-radius: 0;
	border: none;
	
	font-family: "Oxanium", Sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
	color: #111;
}

/*** Google Reviews ***/

@media screen and (max-width: 1024px) {
	.wp-gr .grw-row-m .grw-review {
		flex-basis: 50% !important;
	}
}

@media screen and (max-width: 768px) {
	.wp-gr .grw-row-m .grw-review {
		flex-basis: 100% !important;
	}
}
