/*------------Caritas----------------*/
/*-----------------------------------*/
/*-----Neues Design 09.02.2024-------*/
/*---------Umantis---mle-------------*/
/*-----------------------------------*/




/*************Fonts**************/
/********************************/

@font-face {
    font-family: 'FanergyHalvarMittel';
    src: url("/PublicDocuments/122/ShowDocument/") format("woff2"),
	url("/PublicDocuments/124/ShowDocument/") format("woff"),
	url("/PublicDocuments/126/ShowDocument/") format("embedded-opentype");
    font-weight: 400;
}




/*Header Banner*/
/***************/
.header {

	background: #efefef;
	position: relative;
max-height: 600px;
	overflow: hidden;
	
}

div.header img:nth-child(1) {

	width: 100%;

}

#companyLogo {

	position: absolute;
	top: 35px;
	right: 35px;
	width: 200px;
	height: auto;

}

#companySlogan {

	color: white;
	font-weight: 900;
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
	text-transform:uppercase;
	font-size: 58px;
z-index: 999;

}

#gradientColor {

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background: linear-gradient(to top, rgba(200,21,21,0.7), rgba(238,151,44,0.7) 50%, rgba(238,151,44,0));


}

/***********Body***********/
/**************************/
body {

	box-shadow: -1px 11px 8px 1px #888888;
	font-family: 'FanergyHalvarMittel', Arial, sans-serif !important;
	scroll-behavior: smooth;
	color: #636363 !important;

}

h5 {

	color: #636363;
	font-weight: bold !important;


}

h2, h3, h4, h5, p {

	color: #636363;

}


.publication-title-container {

	padding: 0 20px 20px 20px;
	position: relative;


}

.publication-title-container h1 {

	font-size: 36pt;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
text-align: center;
	font-weight: 900;
	padding-top: 10px !important;
	padding-bottom: 10px !important;

}

.publication-title-container::after {

	content: '';
	display: block;
	background: linear-gradient(90deg, rgba(200,21,21,1) 0%, rgba(238,151,44,1) 78%);
	height: 12px;
	width: 100%;
	position: absolute;
	bottom: 0.5em;
	left: 0;


}

.jobShortFacts i {

	color: red;
}

.jobShortFacts > div {

	display: flex;
    flex-direction: row;
    align-items: center;
	gap: 1em;
	justify-content: flex-start;

}

.jobShortFacts span {

    color: red;
    font-size: 1.4em;
    font-weight: 600;

}




/*About us*/
.aboutUsWrapper {


	margin: auto;
}

/*Ihre Aufgaben & Was wir uns wünschen*/
.tasksAndRequirements li, .aboutUsWrapper li,
.tasksAndRequirements h5, .aboutUsWrapper h5  {
    margin-bottom: 1em;
}


#applyButton {

	width: 220px;
	height: 60px;
	background-color: #05e5b9;
	color: #002762;
	border: none;
	font-size: 16pt;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	transition: 0.5s;

}

#applyButton:hover {

	background-color: #14c8ff;
	/*color: #05e5ba;*/

}


/*Youtube Section*/
.youtubeVideo {

	background-color: rgb(255, 255, 255);

}



#youtubeVideo body {

    border-radius: 5px;
	background-color: rgb(255, 255, 255);

}

/*Contakt*/
/**************************/
#contactContainer {



}



/*Footer*/
/**************************/
.footer {

	position: sticky;
	bottom: 0;
	background: #7a7a7a;
	padding-top: 3em;
	z-index: 999;
	min-height: 5em;

}

.fixedFooter {

	background: #7a7a7a;

}

#benefitsImage2 {

	width: 100%;

}

#applyButton1 {

	background-color: #e30513;
	color: #ffffff;
	font-weight:600;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	padding: 0.5em 2.4em;
	text-align: right;
	height: 80px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

}

.applyButton2 {

	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	border: none;
	padding: 0.5 2.4em;
	text-align: left;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

}

.applyButton2:hover {

	color: white !important;
}

#pitchyou-wrapper {

	display: inline-flex;
align-items: center;
	background-color: #128C7E;
	color: #ffffff;
	font-weight:600;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	padding: 1.4em 1.7em;
	height: 80px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

}

#applyButton1:hover {

	background-color: #ed6c20;
	color: white;
}

#pitchyou-wrapper:hover {

	background-color: #075E54;
	color: white;

}

#pitchyou-icon {

    height: 25px;
    width: auto;
    margin-bottom: 10px;

}

.applyButtonContainer {

	position: absolute;
	display: inline-flex;
	top: -15%;
	left: 0;
	width: auto;

}

#pitchyou-wrapper {

	position: absolute;
	top: -15%;
	right: 0;
	max-width: 300px;
	
}

.footerClaim span {

	color: white;
	font-size: 1.4em;
	font-weight: 600;

}

.socialMedia {
	margin-top: 2em;
}

.socialMediaContainer span {

	color: white;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;

}

.socialMediaContainer i {

	color: white !important;
	padding: 0px 5px;

}

#benefitsImage {

	max-width: 60%;

}

.benefitsIcons {

	max-width: 100%;
	height: auto;
	
}

.benefitsWrapper {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
cursor: pointer;

}

.benefitsWrapper p {

	text-align: center;
color: white;
	
}

#printButton, #share-btn {

	cursor: pointer;
}





#logo {

	width: 220px;
	height: auto;
	padding: 15px;

}


#share-btn {

	border: none;
	background-color: transparent;

}

.modal {

	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: none;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.modal-content {

	background: linear-gradient(90deg, rgba(200,21,21,1) 0%, rgba(238,151,44,1) 78%);
	margin: auto;
	padding: 20px;
	width: 20em !important;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;

}

.modal-content li {

	text-align: start;
	margin-bottom: 10px;

}

.modal-content .fa-brands::before:hover {
    color: #c6c3c3;
}

i.social-icons {

	color: white!important;
}


.modal a {

	font-family: 'FanergyHalvarMittel', Arial, sans-serif !important;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	color: #000 !important;

}


.modal ul li::marker{

	content: "";

}

.modal ul {
    display: flex;
    flex-direction: column !important;
    gap: 1em;
}

.close-btn {
	color: #aaaaaa;
	float: right;
	font-size: 28px !important;
	font-weight: bold !important;
}

.close-btn:hover,
.close-btn:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.socialmedia-icon {

	width: 60px;
	padding: 15px;

	/* SCALE */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	/* VERZÖGERUNG */
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;

}

.socialmedia-icon:hover {

	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);


}

.socialmedia-box-icon {

	width: 60px;
	padding: 15px;

}

/*-----Anpassungen 11.09.2024-----*/
/*--------umantis----mle----------*/

/*Creating and styling before style elements*/
.aboutUsWrapper h5,
.tasksAndRequirements h5 {
	position: relative;
}

.aboutUsWrapper h5::before,
.tasksAndRequirements h5::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -11px;
    left: 0;
    width: 36px;
    height: 7px;
    background: linear-gradient(to right,#FF000B , #F5A023, white);
}

/*Styling markers*/
.aboutUsWrapper ul li::marker {
    color: #FF000B;
}

.tasksAndRequirements ul li::marker {
    color: #F5A023;
}




/*Responsive Design*/
/*******************/

/*Large Screen Size*/
@media only screen and (max-width: 1400px) {}

/*Mid Screen Size*/
@media only screen and (max-width: 1024px) {}

/*Tablet Screen Size*/
@media only screen and (max-width:768px) {

	#companySlogan {

		font-size: 48px;
	}

	.publication-title-container h1 {
		font-size: 25pt;
	}

}


/*Mobile Screen Size*/
@media only screen and (max-width: 425px) {


	.socialmedia-icon {

		max-width: 130% !important;

	}

	#companyLogo {
		top: 10px;
		right: 10px;
		width: 100px;
	}

	.publication-title-container h1 {

		font-size: 2em;

	}

	iframe#youtubeVideo {
		height: 250px;
	}

	#companySlogan {

		font-size: 29px;
	}

	.applyButtonContainer, #pitchyou-wrapper {
		position: static;
		width: 100%;
		max-width: unset;
		text-align: center;
	}

	button#applyButton1, #pitchyou-link {
		width: 100%;
		font-size: 18px;
text-align: center;
	}

	#applyButton1 {

		height: 65px;

	}

	#pitchyou-wrapper {
		position: static;
		width: 100%;
		padding: 0.5em 0.8em;
max-width: unset;
		height: 65px;
	}

	#applyButton1 br {
		display: none;
	}

	.footer {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	#pitchyou-icon {

		display: none;
	}

	span#close-btn {
		font-size: 3em;
	}

	.jobShortFacts > div {
		gap: 2em;
	}

	.socialMediaContainer span {
		font-size: 14px;
	}

	.footerClaim {
		order: 2;
		margin-top: 2em;
	}

}

@media only screen and (max-width: 375px) {

	.publication-title-container h1 {
		font-size: 18pt !important;
	}

.benefitsWrapper p {
		text-align: center;
		color: white;
		font-size: 12px;
	}

.jobShortFacts span {
		font-size: 1.2em;
	}

}

@media only screen and (max-width: 320px) {



	.socialmedia-icon {
		max-width: 180% !important;
	}

	#logo {
		width: 150px;
	}

	.footerWrapper h3 {

		font-size: smaller !important;
	}

	


}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		/* max-width: 1150px !important; */
	}
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		/* max-width: 850px !important; */
	}

}

@media print {

	.row.header {
		background: linear-gradient(90deg, rgba(200,21,21,1) 0%, rgba(238,151,44,1) 78%);
		min-height: 30em;
	}

	#headerImage, .aboutUs, .youtubeVideo, .footer   {
		display: none !important;
	}

	body.container-sm {
		max-width: none !important;
	}

}


