/*
Theme Name: Interconsulta-Theme
Template: hello-elementor
Author: Elementor Team
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745833228
Updated: 2025-04-28 11:40:28

*/

.ekit-template-content-header{
	margin-bottom: 100px;
}

/* Nur auf Seite mit ID 9 */
.page-id-9 .header {
  background-color: transparent !important;
	box-shadow: none !important;
  transition: background-color 0.3s ease;
}

/* Klasse, die beim Scrollen hinzugefügt wird */
.page-id-9 .header.scrolled {
  background-color: #fff !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}


/* Versteckt den Text komplett */
#menu-item-280 > a {
    font-size: 0;
    position: relative;
}

/* Zeigt stattdessen ein Icon über before */
#menu-item-280 > a::before {
    content: "\eab8"; /* z.B. Font Awesome Burger-Icon () */
    font-size: 32px;
   	color: var(--e-global-color-accent);
    display: inline-block;
    position: relative;
	font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elementskit-megamenu-panel{
	background-color: grey;
	min-height: 90vH;
	position: absolute !important;
	top: -50px !important;
}

@media (min-width: 1025px){
	.elementskit-megamenu-has.megamenu-force-close > .elementskit-megamenu-panel {
		opacity: 0 !important;
		visibility: hidden !important;
		transform: translateY(20px) !important;
		pointer-events: none !important;
	}
}

.close-menu{
	cursor: pointer;
}

.menu-social-link{
	color: #fff !important;
	margin-right: 25px;
	margin-left: 25px;
}

@media (max-width: 1024px) {
    .elementskit-navbar-nav-default .elementskit-megamenu-panel {
        display: block;
    }
}

@media (max-width: 1024px) {
    .elementor-32 .elementor-element.elementor-element-8404b6f .elementskit-nav-identity-panel {
       z-index: 9999 !important;
    }
}

@media (max-width: 1024px) {
    .elementor-32 .elementor-element.elementor-element-8404b6f .elementskit-menu-hamburger {
        border: none !important;
		background: transparent !important;
    }
}

.job-grid .eael-post-elements-readmore-btn{
	max-width: 160px !important;
}

.category-jobs #comments{
	display: none;
}

.bewerbungsformular-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	margin-top: 100px;
	margin-bottom: 100px;
    background-color: #1e1d1e;
    padding: 60px 20px;
    box-sizing: border-box;
}

.jobs-bewerbungsformular {
    max-width: 800px;
    margin: 0 auto;
	h2{
		color: #fff;
	}
}


/* Input- und Textarea-Styling */
.jobs-bewerbungsformular input[type="text"],
.jobs-bewerbungsformular input[type="email"],
.jobs-bewerbungsformular input[type="tel"],
.jobs-bewerbungsformular textarea,
.jobs-bewerbungsformular input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: none;
    border-bottom: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
}

.jobs-bewerbungsformular .jobs-datenschutz{
	color: #fff !important;
	a{
		color: #fff;
		font-weight: 500;
	}
}

/* Checkbox */
.jobs-bewerbungsformular input[type="checkbox"] {
    margin-right: 8px;
}

/* Label-Styling */
.jobs-bewerbungsformular label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
	color: #fff;
}

/* Submit-Button */
.jobs-bewerbungsformular input[type="submit"] {
    background-color: #00a4e6;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    transition: background-color 0.3s ease;
}

.jobs-bewerbungsformular input[type="submit"]:hover {
    background-color: #008fc2;
}

.cta{
	position: fixed;
	bottom: 20px;
	right: 20px;
	max-width: 250px;
	width: 250px;
	@media (max-width: 768px) {
		width: 100px;
	}
}


.stellen-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.stellen-card {
    flex: 0 0 48%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    min-width: 300px;
    min-height: 100%;
}

@media (max-width: 768px) {
    .stellen-card {
        flex: 0 0 100%;
    }
}

.stellen-card .beschreibung {
    margin-bottom: auto;
}

.ansprechpartner-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
	@media (max-width: 768px) {
		flex-direction: column;
	}
}

.ap-image img {
    width: 150px;
	max-width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
}

.ap-info h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.ap-info .ap-name {
    margin: 5px 0 15px;
    font-size: 1rem;
}

.ap-contact-icons {

	a{
		color: #333;
		&:hover{
			color: var(--e-global-color-accent);
		}
	}
}

.ap-icon .icon-phone-handset, .ap-icon .icon-message-2{
	width: 20px;
	height: 20px;
	font-size: 20px;
	margin-right: 20px;
}

/*

.ap-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.2s;
}

.ap-icon:hover {
    opacity: 0.7;
}

.ap-icon.phone{
    background-image: url('https://cdn-icons-png.flaticon.com/512/597/597177.png');
}

.ap-icon.email {
    background-image: url('https://cdn-icons-png.flaticon.com/512/561/561127.png');
}
*/

/* Grid */
.stellen-tiles {
  display: grid;
  gap: 24px;
}

/* Desktop-Standard: 3 Spalten; via data-attr dynamisch anpassbar */
.stellen-tiles[data-columns="1"] { grid-template-columns: 1fr; }
.stellen-tiles[data-columns="2"] { grid-template-columns: repeat(2, 1fr); }
.stellen-tiles[data-columns="3"] { grid-template-columns: repeat(3, 1fr); }
.stellen-tiles[data-columns="4"] { grid-template-columns: repeat(4, 1fr); }

/* Responsive: Tablet = 2, Mobile = 1 */
@media (max-width: 1024px) {
  .stellen-tiles { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px) {
  .stellen-tiles { grid-template-columns: 1fr !important; }
}

/* Kachel */
.stellen-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 20px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  min-height: 160px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.stellen-tile:hover { 
  box-shadow: 0 6px 20px rgba(0,0,0,.08); 
  transform: translateY(-2px);
}
.tile-logo img { display:block; max-width: 100%; }

/* Titel */
.tile-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #333;
  font-weight: 700;
}

