/* =========================================================
PARICLES
========================================================= */

#particles-js {
	position: relative;
	width: 100%;
	min-height: 80vh;
	background-color: rgba(0,70,70,1);
	overflow: clip;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* =========================================================
HERO
========================================================= */

.hero {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	min-height: 80vh;
	padding: 2rem 1rem;
	overflow: clip;
    background: transparent;
}

.hero h1 { 
	text-align: center;
	font-style: italic;
	margin: 0 0 4vh 0;
}

.hero-container {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	max-width: 33rem;
	width: 100%;
}

.hero-sub-container {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	margin-bottom: 0.25rem;
}

.hero-sub-container button,
.hero-sub-container input {
	width: 100%;
	height: 100%;
	border: 0;
	cursor: pointer;
	margin: 0.125rem;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.3rem;
    background: rgba(0, 0, 0, 0.4);
}

.hero-container .hero-sub-container:nth-child(1) button {
	padding: 0.6rem;
}

.hero-container .hero-sub-container:nth-child(2) button,
.hero-container .hero-sub-container:nth-child(2) input {
	padding: 0.6rem 1.2rem;
}

.hero-container .hero-sub-container:nth-child(2) input {
	margin-right: 0.125rem;
}

.hero-container .hero-sub-container:nth-child(2) button {
	margin-left: 0.125rem;
}

.hero-sub-container button#submit {
	width: 30%;
	height: 100%;
	border: 0;
	font-size: 1.2rem;
}

.hero-sub-container input {
	font-style: italic;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}


.hero-sub-container input::-webkit-input-placeholder {
	color: #fff;
}

.hero-sub-container input::-moz-placeholder {
	color: #fff;
}

.hero-sub-container input:-ms-input-placeholder {
	color: #fff;
}

.hero-sub-container input::-ms-input-placeholder {
	color: #fff;
}

.hero-sub-container input::placeholder {
	color: #fff;
}

@media (max-width: 542px) {
	
	.hero-container {
		max-width: 80%;
	}
	
	.hero-sub-container button,
	.hero-sub-container input {
		margin: 0;
	}
	
	.hero-container .hero-sub-container:nth-child(1) {
        flex-direction: column;
	}
	
	.hero-container .hero-sub-container:nth-child(1) button:nth-child(1) {
		margin:  0 0 4px 0;
	}

	.hero-container .hero-sub-container:nth-child(2) i {
		margin: 10px;
	}

	.hero-sub-container button,
	.hero-sub-container input {
		padding: 15px;
	}

	.hero-sub-container button {
		font-size: 0.9rem;
	}

	/* Verhindert den automatischen Seiten-Zoom von iOS Safari beim Fokus. */
	.hero-sub-container input {
		min-width: 0;
		font-size: 1rem;
	}
}

#angel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

#angel:focus-visible {
	outline-color: #fff;
}

/* =========================================================
JOB-ANGEBOTE CONTAINER
========================================================= */

.stellenangebote-container {
	position: relative;
	top: 3.5rem;
	width: 100%;
	display: flex;
    justify-content: center;
	background: rgba(137,198,176,1);
	padding: 10px;
}

@media (max-width: 1000px) {
	
	.stellenangebote-container {
		top: 2rem;
	}
}

.stellenangebote-container .fas {
	display: block;
	margin: auto;
	color: #fff;
	text-align: center;
}

.stellenangebote-container h2 {
	color: #fff;
}

#stellenangebote-container {
	padding: 2rem 0 0 0;
	width: 100%; 
	height: 100%;
	z-index: -1 !important;
}

#cs-simple-container {
	display: none;
}

.cs-widget-advanced__suggestion-text {
	display: none;
} 

.clear {
	clear: both;
}

.bigger-in-mobile { 
	font-size: 270%; 
	margin-bottom: -0.6rem; 
}

.cs-widget-filters__filter-wrapper:nth-child(4), 
.cs-widget-filters__filter-wrapper:nth-child(5) {
    display: none !important;
}

@media(max-width: 400px) {

	.cs-result__title {
        font-size: 1rem !important;
    }

	.cs-pagination__number-text {
        font-size: 1rem !important;
    }

	.cs-pagination__button .cs-icon {
        height: 0.75rem;
    }
}

#cs-simple-container {
    display: none;
}

.cs-widget-filters__headline,
.cs-widget-filters__clear,
.cs-select--basic,
.cs-input,
.cs-result__title,
.cs-pagination__number-text,
.cs-input,
.cs-select--basic,
.cs-widget-filters__headline {
	font-size: 1rem !important;
}

.cs-widget-filters__container {
	display: none !important;
}

.cs-widget-advanced__container {
	background: #fff !important;
	margin-bottom: 120px;
}

/* =========================================================
INTRO
========================================================= */

#intro, #copy {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 100px 0 100px;
}

#intro .col-100 {
	width: 100%;
	max-width: 1200px;
	padding: 30px;
}

#copy .col-50 {
	width: 50%;
	max-width: 600px;
	padding: 30px;
}

#intro .col-100,
#copy .col-50 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#intro .col-100 h2,
#intro .col-100 p,
#copy .col-50 h2,
#copy .col-50 p {
	text-align: center;
	font-size: clamp(1rem, 1.3vw, 1.2rem); 
}

#intro a, #copy a {
	font-weight: 700;
}

@media (max-width: 1000px) {

	#copy .col-50 {
		width: 100%;
		max-width: unset;
	}
	
	#intro, #copy {
		padding: 0;
	}

}

/* Der dekorative Canvas darf die inhaltliche Höhe nicht bestimmen. */
#particles-js > .particles-js-canvas-el { position: absolute; inset: 0; pointer-events: none; }
.hero { z-index: 1; }
.hero h1 { overflow-wrap: anywhere; }
.jobs-frame { display: block; width: 100%; min-height: 300px; border: 0; }
.jobs-loading { text-align: center; }
