/* Navigation */
.pkb-icn-pankreas {
	background: #fff url(/_cms/css/svg/pankreas.svg) no-repeat 0 0;
	background-size: 30px 30px;
	height: 30px;
}
.pkb-icn-pankreas:hover {
	background: #fff url(/_cms/css/svg/pankreas_hover.svg) no-repeat 0 0;
	background-size: 30px 30px;
	height: 30px;
}
.pkb-icn-pankreas:has(+ .hoverpankreas:hover) {
	background: #fff url(/_cms/css/svg/pankreas_hover.svg) no-repeat 0 0;
	background-size: 30px 30px;
}

.externallink-acc {
	position: relative;
	display: block;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 4.375rem;
	padding-right: .5rem;
	font-weight: 700;
	color: #243d70;
	text-decoration: none;
	line-height: 1.4;
	background-color: #f2f2f2;
	transition: .3s;
}
.externallink-acc + .externallink-acc {
	margin-top: 1rem;
}
.externallink-acc::before {
	content: '>';
	position: absolute;
	top: 50%;
	left: 1.875rem;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 400;
}
.externallink-acc::after {
	display: none;
}
.externallink-acc:hover {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness: 2px;
}
.ovl-kampagne {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display:none;
	background-color:#E5E5E6;
	color:#243d70;
	background-image: url(/_cms/img/common/ovl_bg_topright.svg), url(/_cms/img/common/ovl_bg_btmright.svg);
	background-position: right top, right bottom;
	background-size:80px,160px;
	background-repeat: no-repeat, no-repeat;
	overflow-y: auto;
	min-height:300px;
}
.ovl-kampagne p {
	color:#243d70;
}
.ovl_grey {
	background-color:#E5E5E6;
}
.ovl_green {
	background-color:#A7D5C2;
}
.ovl-close-button {
	color:#243d70;
}
.ovl-kampagne a {
	color: #243d70;
	font-weight: 700;
	text-decoration:underline;
}
.ovl-kampagne a:hover {
	color:#00a984
}
@media print, screen and (max-width: 850px) {
	.ovl-img {
		display:none;
	}
	.ovl-text {
		width:90%;
	}
}
main .logo-hidden{
   padding-right: .9375rem;
   padding-left: .9375rem;
   margin-bottom: 30px;
   display: none;
}
.row.slider{
	padding-right: .9375rem;
	padding-left: .9375rem;
	margin-bottom: 30px;
}
.row.slider .swiper .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: auto;
}

@media print{
.bggrau .nopaddinglr-forsmall{
max-width: 310px;
margin-top: 15px;
}
.pkb-stellendetail.headline h1{
    line-height: 28px;
    margin-bottom: 16px;
}
	main .logo-hidden {
		display: block;
		max-width: 395px;
	}
	.row.slider .swiper .swiper-wrapper .swiper-slide{
		max-width: 100%;
	}
	.row.slider .swiper .swiper-wrapper{
		transform: none!important;
	}
	.row.slider .swiper .swiper-wrapper .swiper-slide img{
		width: 100%;
		height: auto;
	}
}

