/* Version:  März 2023 / Creator: 133 */

@font-face {
	font-family: "Charite Headline";
	src: url('https://fonts.pwrk.dev/charite/ChariteHeadline-Regular.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteHeadline-Regular.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Charite Headline";
	src: url('https://fonts.pwrk.dev/charite/ChariteHeadline-Italic.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteHeadline-Italic.woff') format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Charite Headline";
	src: url('https://fonts.pwrk.dev/charite/ChariteHeadline-Medium.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteHeadline-Medium.woff') format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Charite Headline";
	src: url('https://fonts.pwrk.dev/charite/ChariteHeadline-MediumItalic.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteHeadline-MediumItalic.woff') format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Charite Headline";
	src: url('https://fonts.pwrk.dev/charite/ChariteHeadline-Bold.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteHeadline-Bold.woff') format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Charite Headline";
	src: url('https://fonts.pwrk.dev/charite/ChariteHeadline-BoldItalic.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteHeadline-BoldItalic.woff') format("woff");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: "Charite Headline Book";
	src: url('https://fonts.pwrk.dev/charite/ChariteHeadline-Book.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteHeadline-Book.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Charite Headline Book";
	src: url('https://fonts.pwrk.dev/charite/ChariteHeadline-BookItalic.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteHeadline-BookItalic.woff') format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Charite Text";
	src: url('https://fonts.pwrk.dev/charite/ChariteText-Light.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteText-Light.woff') format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Charite Text";
	src: url('https://fonts.pwrk.dev/charite/ChariteText-LightItalic.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteText-LightItalic.woff') format("woff");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Charite Text";
	src: url('https://fonts.pwrk.dev/charite/ChariteText-Regular.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteText-Regular.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Charite Text";
	src: url('https://fonts.pwrk.dev/charite/ChariteText-Italic.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteText-Italic.woff2') format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Charite Text";
	src: url('https://fonts.pwrk.dev/charite/ChariteText-Bold.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteText-Bold.woff') format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Charite Text";
	src: url('https://fonts.pwrk.dev/charite/ChariteText-BoldItalic.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteText-BoldItalic.woff') format("woff");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: "Charite Text Book";
	src: url('https://fonts.pwrk.dev/charite/ChariteText-BookItalic.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteText-BookItalic.woff') format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Charite Text Book";
	src: url('https://fonts.pwrk.dev/charite/ChariteText-Book.woff2') format("woff2"), url('https://fonts.pwrk.dev/charite/ChariteText-Book.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Charite Text Book", Arial, sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #fff;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust: exact;
}

.frame-outer {
	position: relative;
	width: 780px;
	/*	maximale Breite: 782px	*/
	margin: 1.3rem auto;
	background-color: #fff;
	box-shadow: -0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.2);
	font-size: 1.167rem;
	line-height: 1.25;
}

.frame-outer::after {
	content: "";
	display: block;
	clear: both;
}

/*--für Titel--*/
h1 {
	font-family: "Charite Headline", Arial, sans-serif;
	margin: 0 0 1rem 0;
	font-size: 3rem;
	font-weight: 500;
	color: #fff;
	padding-bottom: 1rem;
	text-align: left;
	line-height: 0.94;
}

h1 span {
	font-size: 1rem;
}

/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
	font-family: "Charite Text Book", Arial, sans-serif;
	margin: 0;
	font-size: 1.167rem;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 1.25;
}

h2 span {
	margin: 0;
	font-weight: 300;
}

/*--für Überschiften--*/
h3 {
	font-family: "Charite Text", Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	font-size: 1.167rem;
}

/*--für kleine/unter Überschiften--*/
h4 {
	font-family: "Charite Text", Arial, sans-serif;
	margin: 0;
	font-size: 2.417rem;
	font-weight: bold;
}

h5 {
	font-family: "Charite Text", Arial, sans-serif;
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
}

#logo {
	padding: 3rem 4% 2rem 6%;
	background: #002898;
}

#logo img {
	width: 26%;
}

#boxgreen {
	background-color: #ccefcb;
	padding: 0.8rem 6% 0.8rem 4%;
}

#borderboxgreen {
	padding: 40px 4% 40px 30%;
	border: 0.2rem solid #ccefcb;

}

#header {
	position: relative;
	background: #002898;
	padding: 3rem 6% 2rem 6%;
	text-align: right;
}

.center {
	text-align: center;
}

.versalien {
	text-transform: uppercase;
}

.blocksatz {
	text-align: justify;
}

hr {
	border: 0.1rem solid #1e9d8e;
	width: 4rem;
	margin: 0 auto;
}

.content {
	position: relative;
	padding: 7.4rem 6% 0rem 6%;
}

#benefits2 {
	position: relative;
	padding: 3.2rem 6% 0rem 6%;
}

.content2 {
	position: relative;
	padding: 3.2rem 6% 0rem 33%;
}

.content3 {
	position: relative;
	padding: 0.5rem 6% 6rem 33%;
}

.content4 {
	position: relative;
	padding: 3.2rem 6% 0rem 6%;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}

/*--für Stellentitel--*/
#title {
	position: absolute;

}

#titlebild {
	position: relative;
	padding: 2.5rem 0% 1rem 0%;
	background: #002898;
}

#titlebild img {
	margin-bottom: -93px;
	/* Versatz nach unten */
	height: auto;
	position: relative;
	/* Damit das Bild im Layout bleibt */
}

#header .rightposition {
	width: 70%;
	display: inline-block;
}

#footer {
	position: relative;
	padding: 3.2rem 6% 3.2rem 6%;
}

#footer2 {
	position: relative;
	padding: 0rem 6% 3.2rem 6%;
}

#footer::after {
	content: "";
	display: block;
	clear: both;
}

/*--Flex--*/

.bgbild {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.left {
	width: 48%;
}

.right {
	width: 48%;
}

.left2 {
	width: 30%;
	justify-content: center;
	/* Zentriere das Icon horizontal */
	align-items: center;
	/* Zentriere das Icon vertikal */
}

.right2 {
	width: 70%;
}

/*--Float--*/
.box-left {
	float: left;
	width: 48%;
}

.box-right {
	float: right;
	width: 48%;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/*--Links - bitte für unterschiedliche Hintergründe farblich anpassen!--*/
a:link,
a:visited,
a:active {
	position: relative;
	text-decoration: none;
	color: #000;
}

p a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transition: all 0.2s ease-in;
}

p a:hover::after {
	width: 0;
	transition: all 0.2s ease-in;
}

ul a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transition: all 0.2s ease-in;
}

ul a:hover::after {
	width: 0;
	transition: all 0.2s ease-in;
}

/*--Listen--*/
ul {
	margin: 0;
	list-style-type: none;
	line-height: 150% !important;
}

li {
	position: relative;
	margin: auto;
	padding: 0 0 0 1rem;
}

li:last-child {
	padding-bottom: 0;
}

li::before {
	position: absolute;
	top: -0.18rem;
	left: 0;
	content: "•";
	font-size: 1.7rem;
}

/*--Eingrückte Listenpunkte--*/
li ul {
	margin: 0 0 0 0;
	padding: 0 0 0 1rem;
}

/*--Button--*/
.button_box {
	text-align: center;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}

.button a {
	font-family: "Charite Headline", Arial, sans-serif;
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
	-webkit-border-radius: 100rem;
	border-radius: 100rem;
	border: 0.13rem solid #000;
	transition: all 0.25s cubic-bezier(0.33, 0.775, 0.265, 1.55);
	-moz-transition: all 0.25s cubic-bezier(0.33, 0.775, 0.265, 1.55);
	-webkit-transition: all 0.25s cubic-bezier(0.33, 0.775, 0.265, 1.55);
	color: #000;
	font-weight: bold;
	line-height: 50px;
	padding: 0 25px;
	font-size: 1.4rem;
	background-color: #ccefcb;
}

.button a:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}


.abstand {
	margin-top: 1rem;
}

/*--Slider editierbar--*/

.slider-wrap {
	max-width: 800px;
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
	overflow: hidden;
}

.slider-wrap img {
	display: block;
}

.slideshow {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.slideshow li span {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: image 24s linear infinite;
	animation: image 24s linear infinite;
}

@keyframes image {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	5% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes image {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	5% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	25% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.slideshow li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slideshow li:nth-child(1) span {}

.slideshow li:nth-child(2) span {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

ul.slideshow {
	margin: 0;
	padding-left: 0;
}

.slideshow li::before {
	display: none;
}

/*--Angaben Bilder, Video, etc.--*/

iframe {
	display: block;
	width: 100%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

#video {
	width: 100%;
	height: 100%;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	border: 0;
}

.imgcenter {
	display: inline-block;
}

strong {
	font-weight: 700;
}

p {
	margin: 0;
}

p:empty {
	height: 1rem;
}

.hide_m {}

.hide {
	display: none;
}

#green-box {
	background-color: #ccefcb;
	/* Grün */
	padding: 0.8rem 4% 0.8rem 4%;
	margin-bottom: 0.2rem;
	/* Abstand nach unten */

}

.flex2 {
	display: flex;
	align-items: center;
	/* Vertikale Zentrierung */


}

.left2 img {
	max-width: 50px;
	/* Maximale Breite des Icons */
	height: auto;
	margin-left: 3.3rem;
	/* Abstand zwischen Icon und Text */
	display: inline-block;
}

.accordion-container {
	border: 0.2rem solid #ccefcb;

	overflow: hidden;
	margin-bottom: 0.2rem;
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 4% 1rem 4%;
	background-color: #fff;
	cursor: pointer;
}

.accordion-text {
	font-size: 0.85rem;
	font-weight: 500;
	color: #333;
}

.accordion-icon {
	content: "";
	background-image: url("https://karriere.charite.de/_assets/5b9d432ff05b0f0432b798c28d78e33b/img/Plus-black.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;

	transition: transform 0.3s ease;
}

.accordion-content {
	display: none;
	padding: 1rem 4% 1rem 4%;
	background-color: #ffffff;

	transition: max-height 0.8s cubic-bezier(0.25, 0.8, 0.5, 1), padding 0.8s ease-out;

}

.accordion-container.open .accordion-icon {
	transform: rotate(90deg);
	/* Dreht das Icon beim Öffnen */
}

.accordion-container.open .accordion-content {
	display: block;
	/* Zeigt den Inhalt beim Öffnen */
}

.accordion-container-gray {
	border: 0.2rem solid #dadcde;
	overflow: hidden;
	margin-bottom: 0.2rem;
}

.accordion-header-gray {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 4% 1rem 4%;
	background-color: #fff;
	cursor: pointer;
}

.accordion-text-gray {
	font-size: 0.85rem;
	font-weight: 500;
	color: #333;
}

.accordion-icon-gray {
	content: "";
	background-image: url("https://karriere.charite.de/typo3temp/assets/compressed/../../../_assets/5b9d432ff05b0f0432b798c28d78e33b/img/Plus-black.svg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.accordion-content-gray {
	display: none;
	padding: 1rem 4% 1rem 4%;
	background-color: #ffffff;
	transition: max-height 0.8s cubic-bezier(0.25, 0.8, 0.5, 1), padding 0.8s ease-out;
}

.accordion-container-gray.open .accordion-icon-gray {
	transform: rotate(90deg);
	/* Dreht das Icon beim Öffnen */
}

.accordion-container-gray.open .accordion-content-gray {
	display: block;
	/* Zeigt den Inhalt beim Öffnen */
}


.refnr {}

.apply {}