.el-bewerbung{
	min-height: 200px;
	padding: 60px;
}
.el-bewerbung-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.el-bewerbung-pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.el-bewerbung-pic:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: rgba(140, 166, 0, 0.8);
}
.el-bewerbung-pic .bhBackgroundImage{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.el-bewerbung-content{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.bhe-state-dragging .el-bewerbung-pic:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.3);
}

/* == damit hintergrundbild befüllt werden kann == */
.bhe-state-dragging .el-bewerbung-content{
	pointer-events: none;
}
.bhe-state-dragging .el-bewerbung-section-links{
	pointer-events: all;
}


.el-bewerbung.bhe-state-current-editing-element .el-bewerbung-content .bhe-state-property-empty{
	border: 1px dashed white;
}
.el-bewerbung.bhe-state-current-editing-element .el-bewerbung-content .bhe-state-property-empty:empty::before{
	content: 'Text eingeben...';
}
.el-bewerbung-section-text{
	max-width: 800px;
	margin-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.el-bewerbung-title{
	font-size: 4.285rem;
	line-height: 1.1;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.el-bewerbung-subtext{
	font-size: 1.78rem;
	line-height: 1.5;
}

.el-bewerbung-section-links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
}
.bh-state-desktop .el-bewerbung-section-links{
	min-width: 400px;
}
.el-bewerbung-link,
.el-bewerbung-link > .bhElementInner{
	width: 100%;
}
.el-bewerbung-link-wrapper{
	min-width: 300px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(255,255,255,.2);
	padding-right: 50px;
	color: white;
	-webkit-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.el-bewerbung-link-wrapper:hover{
	background: rgba( 255, 255, 255, 0.05 );
}
.el-bewerbung-link-wrapper:after{
	content: '\e902';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	        transform: translateY( -50% );
	font-family: 'bakehouse-iconset';
	font-size: 20px;
	-webkit-transition: right 0.4s;
	-o-transition: right 0.4s;
	transition: right 0.4s;
}
.el-bewerbung-link-wrapper:hover:after{
	right: 10px;
}
.el-bewerbung-link-icon{
	width: 60px;
	margin-right: 30px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.el-bewerbung-link-icon .bhe-prevent-imageresize.bhImageInner{
	width: 100% !important;
}
.el-bewerbung-link-icon .bhBackgroundImage{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	
/* 	contain bug -> ipad portrait mode schneidet bild ab (1px border ) */
/* 	background-size: contain; */
	background-size: 100% auto;
}
.el-bewerbung-link-icon .bhImageInner{
	min-height: 50px;
}
/*
.el-bewerbung-link-icon[data-icon="bewerben"]{
	background-image: url( "/fileadmin/images/karriere-icons-white/bewerben.svg");
}
.el-bewerbung-link-icon[data-icon="initiativ"]{
	background-image: url( "/fileadmin/images/karriere-icons-white/initiative.svg");
}
.el-bewerbung-link-icon[data-icon="ansprechpartner"]{
	background-image: url( "/fileadmin/images/karriere-icons-white/ansprechpartner.svg");
}
.el-bewerbung-link-icon[data-icon="tipps"]{
	background-image: url( "/fileadmin/images/karriere-icons-white/tipps.svg");
}
*/

.el-bewerbung-section-links > a:last-child{
	border-bottom: none;
}
.el-bewerbung-link-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.el-bewerbung-link-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.el-bewerbung-link-subtext{
	font-size: 18px;
	line-height: 1.222;
	color: black;
}

@media ( max-width: 1440px ){
	.el-bewerbung-title{
		font-size: 3.5rem;
	}
	.el-bewerbung-subtext{
		font-size: 1.5rem;
	}
}
@media ( max-width: 1023px ){
	.el-bewerbung-content{
		flex-direction: column;
	}
	.el-bewerbung-section-text{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}