.careers-new .careers-teaser {
	position: relative;
	padding: 0 25px 0 15px;
}

.careers-new .careers-teaser img {
	width: 100%;
}

.careers-new .careers-teaser .teaser-text {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6951155462184874) 15%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
	width: 500px;
	color: #172983;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.careers-new .careers-teaser .teaser-text .text {
	margin-left: 140px;
}

.careers-new .careers-teaser .teaser-text .text .icon {
	width: 55px;
	margin: 0 auto;
}

.careers-new .careers-teaser .teaser-text .text h1,
.careers-new .careers-teaser .teaser-text .text h2,
.careers-new .careers-teaser .teaser-text .text h3,
.careers-new .careers-teaser .teaser-text .text h4,
.careers-new .careers-teaser .teaser-text .text h5 {
	font-size: 52px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 1px solid #d2172d;
}

.careers-new .teaser-text-below {
	margin: 50px 0;
	width: 67%;
	padding: 0 25px 0 15px;
	box-sizing: border-box;
}

.careers-new .careers-gallery {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.careers-new .careers-gallery img {
	margin-bottom: 24px;
	vertical-align: bottom;
	height: auto;
}

.careers-new .topics {
	padding: 0 15px 0 15px;
	margin: 20px 0 80px 0;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.careers-new .arcordeonbox .trigger {
	cursor: pointer;
}

.careers-new .topics .topic {
	width: calc(33.33333% - 10px);
	box-sizing: border-box;
	background-color: #e1e1ef;
	padding: 25px;
}

.careers-new .topics .topic img {
	width: 100%;
}

.careers-new .topics .topic .icon {
	text-align: center;
}

.careers-new .topics .topic .icon img {
	height: 65px;
	width: auto;
	margin: 35px auto 0 auto;
}

.careers-new .topics .topic .headline {
	font-size: 24px;
	color: #4960ac;
	font-weight: 600;
	text-align: center;
	margin: 20px 0;
}

@media screen and (max-width: 1080px) {
	.careers-new .careers-teaser .teaser-text .text .icon {
		width: 45px;
	}
	
	.careers-new .careers-teaser .teaser-text .text h1,
	.careers-new .careers-teaser .teaser-text .text h2,
	.careers-new .careers-teaser .teaser-text .text h3,
	.careers-new .careers-teaser .teaser-text .text h4,
	.careers-new .careers-teaser .teaser-text .text h5 {
		font-size: 42px;
		font-weight: 500;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 920px) {
	.careers-new .careers-teaser .teaser-text .text .icon {
		width: 35px;
	}
	
	.careers-new .careers-teaser .teaser-text .text h1,
	.careers-new .careers-teaser .teaser-text .text h2,
	.careers-new .careers-teaser .teaser-text .text h3,
	.careers-new .careers-teaser .teaser-text .text h4,
	.careers-new .careers-teaser .teaser-text .text h5 {
		font-size: 34px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	
	.careers-new .careers-teaser .teaser-text .text p {
		font-size: 13px;
	}
	
	.careers-new .teaser-text-below {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.careers-new .w50p.fr,
	.careers-new .w50p.fl,
	.careers-new .w50p.fl .textbox.fl {
		float: inherit !important;
	}
}

@media screen and (max-width: 820px) {
	.careers-new .careers-teaser .teaser-text .text {
		margin-left: 140px;
	}
	
	.careers-new .careers-teaser .teaser-text .text .icon {
		width: 25px;
	}
	
	.careers-new .careers-teaser .teaser-text .text h1,
	.careers-new .careers-teaser .teaser-text .text h2,
	.careers-new .careers-teaser .teaser-text .text h3,
	.careers-new .careers-teaser .teaser-text .text h4,
	.careers-new .careers-teaser .teaser-text .text h5 {
		font-size: 28px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.careers img {
		max-width: auto;
		height: auto;
		width: 230px;
	}
}

@media screen and (max-width: 750px) {
	.careers-new .careers-teaser .teaser-text {
		position: initial;
		margin: 0 auto;
		width: 70%;
	}
	
	.careers-new .careers-teaser .teaser-text .text {
		margin: 0;
	}
	
	.careers-new .topics {
		flex-wrap: wrap;
	}
	
	.careers-new .topics .topic {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.careers-new .careers-gallery img {
		width: calc(50% - 10px);
	}
	
	.careers-new .topics {
		margin: 20px 0 10px 0;
	}
}

@media screen and (max-width: 650px) {
	.careers-new .careers-teaser .teaser-text {
		width: 100%;
	}
}