#mainblog {
	min-height:550px;
	padding-bottom:30px;
}

.item-page {
	padding-top:40px;
}

.item-page img, .karriere-img img, .karriere-img {
	width:auto !important;
	height:auto !important;
	max-width:100% !important;
	max-height:inherit !important;
}

.karriere-middle {
	font-size:38px !important;
	text-align:center;
	color:#003b5b !important;
	font-weight:bold;
	line-height: 1.125em !important;
}

.karriere-lightblue {
	font-size:38px !important;
	text-align:center;
	color:#4e9dd9 !important;
	font-weight:bold;
	line-height: 1.125em !important;
}

.karriere-white {
	font-size:38px !important;
	text-align:left;
	color:#fff !important;
	font-weight:normal;
}

.jobpositionen {
	padding-top:20px;
	padding-bottom:20px;
}

.jobpositionen h2 {
	max-width:100%;
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:45px;
	border:1px solid;
	border-color:#4e9dd9;
	background-image:url(/images/stories/karriere/karriere-arrow-closed.png);
	background-position:99% 50%;
	background-repeat:no-repeat;
	margin-bottom:0px;
	
	/*import from h3*/
	font-size: 1.5rem !important;
	color: #00456B;
	line-height: 1.125em !important;
	font-weight: bold;
}

.karriere-opened {
	border-color:#1e4a70;
	background-image:url(/images/stories/karriere/karriere-arrow-open.png) !important;
	background-color:#003b5b;
	
	/*import from h3*/
	font-size: 1.5rem !important;
	color:#ffffff !important;
	line-height: 1.125em !important;
	font-weight: bold;
}

.karriere-akkordeon-inhalt {
	display:none;
	max-width:100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	border-color:#4e9dd9;
	margin-top:0px
}

.showthis {
	display:block !important;
}

.position-9 .custom {
	padding-top:40px;
	padding-bottom:20px;
}

.position-9 li {
}

.teamstimmen_container {
	width:100%;
	background-color:#4e9dd9;
}

.teamstimmen {
	max-width: 1450px;
	width: 90%;
	margin: auto;
	margin-top: auto;
	padding-bottom: 20px;
}

.teamstimmen h2, .karriere_left p, .karriere_right p, .karriere_left_versteckt p, .karriere_right_versteckt p {
	color:#fff;
}

.karriere_left p, .karriere_right p {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	padding-top:10px;
}

.karriere_left strong, .karriere_right strong {
	color:#003b5b;
}

.karriere_container {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.karriere_container h2 {
	width:100%;
}

.karriere_left, .karriere_right {
	width:49%;
}

.karriere-openteam {
	display:block !important;
}

.karriere_left_versteckt, .karriere_right_versteckt {
	display:none;
	
}

.karriere_left_versteckt p, .karriere_right_versteckt p {
	border-top:1px solid;
	border-color:#fff;
}

.karriere_container a {
	margin-top:10px;
	cursor:pointer;
}

@media only screen and (max-width: 740px) {
	
	.karriere-middle, .karriere-white, .karriere-lightblue {
		font-size: 1.3rem !important;
		color: #00456B;
		line-height: 0.7em !important;
	}
	
	.jobpositionen h2 {
		font-size: 1.2rem !important;
		color: #00456B;
		line-height: 1.125em !important;
		font-weight: bold;
		padding-right:40px;
	}
	
	.karriere-akkordeon-inhalt img {
		height:auto !important;
		width:auto !important;
		max-width:100% !important;
	}
	.karriere_left, .karriere_right {
		width:100%;
	}
}