/* Horizontal Buttons */

.horizontal_btns a:first-child {
	border-top: grey 1px solid;
}
.horizontal_btns a:last-child {
	border-bottom: grey 1px solid !important;
}

/* Ul List style Checkmark */
/* .check-list {
  list-style-type: none;
} */

/* .check-list li {
  padding-left: 30px;
  background: url("../../images/checkmark.png") no-repeat left top;
  background-size: 20px 20px;
} */
/* Buttons */
.orange_button {
	display: flex;
	align-items: center;
	gap: 25px;
	color: #ef7d00;
	padding-left: 20px;
	transition: all 0.3s;
}
.orange_button:hover {
	color: #fff;
	background-color: #ef7d00;
}
.orange_button i {
	background-color: #ef7d00;
	height: 37px;
	width: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.slider_js {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.slider_js::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(15, 56, 78);
	background: linear-gradient(
		90deg,
		rgba(15, 56, 78, 0.65) 0%,
		rgba(15, 56, 78, 0) 100%
	);
	z-index: 10;
}

.slider_js picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.6s;
	opacity: 0;
}
.slider_js picture.visible {
	opacity: 1;
}
.slider_js picture img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.prose
	:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	padding: 0;
	border: 0;
	font-style: normal;
	color: rgb(57 70 77);
	font-weight: 400;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-size: 24px;
	line-height: 42px;
}

@media screen and (max-width: 1695px) {
	.prose
		:where(blockquote):not(
			:where([class~="not-prose"], [class~="not-prose"] *)
		) {
		padding-top: 10px;
		padding-bottom: 10px;
		/* padding-top: 60px;
    padding-bottom: 60px; */
		margin-top: 10px;
	}
	blockquote p {
		font-size: 21px;
		line-height: 34px;
	}
}
@media screen and (max-width: 1200px) {
	blockquote::before,
	blockquote::after {
		width: 45px;
		height: 45px;
		background-size: cover;
	}
	.prose
		:where(blockquote):not(
			:where([class~="not-prose"], [class~="not-prose"] *)
		) {
		/* padding-top: 40px;
    padding-bottom: 40px; */
	}
	blockquote p {
		font-size: 18px;
		line-height: 28px;
	}
}
@media screen and (max-width: 768px) {
	blockquote::before,
	blockquote::after {
		width: 35px;
		height: 35px;
	}
	.prose
		:where(blockquote):not(
			:where([class~="not-prose"], [class~="not-prose"] *)
		) {
		/* padding-top: 40px;
    padding-bottom: 40px; */
	}
	blockquote p {
		font-size: 16px;
		line-height: 24px;
	}
}

.image_with_text .gallery a:first-child,
.accordion_extended .gallery a:first-child {
	position: relative;
	display: block;
}

.image_with_text .gallery a:first-child::after,
.accordion_extended .gallery a:first-child::after {
	content: "";
	width: 46px;
	height: 41px;
	background-image: url(../../images/Icon_02.png);
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.accordion_extended h2 {
	-webkit-hyphens: auto;
	hyphens: auto;
}
#TB_window {
	padding: 40px 40px 20px;
}
#TB_window img#TB_Image {
	margin: 0 !important;
}
#TB_caption {
	overflow-wrap: anywhere;
	height: auto !important;
	min-height: 44px;
	padding: 15px 18px 5px !important;
	width: 100% !important;
	text-align: center;
	float: none;
	position: relative;
}
#TB_secondLine {
	font-size: 0;
}
span#TB_next {
	position: absolute;
	right: 0;
	bottom: 5px;
}
span#TB_prev {
	position: absolute;
	left: 0;
	bottom: 5px;
}
span#TB_next a {
	height: 25px;
	width: 14px;
	display: block;
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
span#TB_prev a {
	height: 25px;
	width: 14px;
	display: block;
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
}
.tb-close-icon {
	background-image: url(../../images/xclose.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 10px !important;
	right: 10px !important;
}
.tb-close-icon:before {
	display: none !important;
}

@media screen and (max-width: 768px) {
	#TB_window {
		padding: 20px 20px 10px;
	}
	.tb-close-icon {
		top: 0px !important;
		right: 0px !important;
	}
	button#TB_closeWindowButton {
		padding: 10px;
		background: #fff;
	}
}

#form_bewerbung .flex {
	gap: 30px;
}
#form_bewerbung form .two_items p {
	display: flex;
	flex-direction: column;
}
#form_bewerbung form .two_items input {
	max-width: 350px;
}
#form_bewerbung .wpcf7 p {
	margin-bottom: 0;
}

#form_bewerbung .space {
	margin-top: 40px;
}
#form_bewerbung span.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-wrap: wrap;
}
#form_bewerbung span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	display: flex;
	gap: 20px;
	align-items: center;
}
#form_bewerbung span.wpcf7-form-control.wpcf7-radio .pos-check p,
#form_bewerbung span.wpcf7-form-control.wpcf7-radio .edu-check p {
	margin: 0;
}
#form_bewerbung .wpcf7-list-item {
	margin: 0 !important;
}
#form_bewerbung .gender {
	margin-left: 15px;
}
#form_bewerbung textarea.wpcf7-form-control.wpcf7-textarea.applicant-message {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
#form_bewerbung .wpcf7-submit {
	float: none;
	margin: 0;
}
#form_bewerbung p.notice,
#form_bewerbung p.formular-text {
	font-size: small;
	margin-top: 10px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#form_bewerbung .flex.two_items {
		flex-direction: column;
		gap: 10px !important;
		margin-bottom: 10px;
	}
	#form_bewerbung span.wpcf7-form-control.wpcf7-radio {
		gap: 10px;
		margin-top: 10px;
	}
	#form_bewerbung span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
		flex-direction: column;
		align-items: start;
	}
	#form_bewerbung span.wpcf7-form-control.wpcf7-radio .pos-check,
	#form_bewerbung span.wpcf7-form-control.wpcf7-radio .edu-check {
		margin-bottom: 10px;
	}
	#form_bewerbung span.wpcf7-form-control.wpcf7-radio .pos-check select,
	#form_bewerbung span.wpcf7-form-control.wpcf7-radio .edu-check select {
		max-width: 230px;
		font-size: 13px;
	}
	#form_bewerbung .gender {
		margin-left: 5px;
		font-size: 12px;
	}
	#form_bewerbung form .two_items input {
		max-width: 100%;
	}
}
