.m3_bildbaustein, .m3_einstieggross {
    display:block;
    position: relative;
    height:100%;
    width:100%;
}

.m3_bildbaustein h2, .m3_bildbaustein h2 a {
    font-size: 1.75rem !important;
    color: #00456B;
    line-height: 1.250em !important;
    font-weight: bold;
}

.m3_einstieggross h2 {
    font-size: 1.5vw !important;
    width: 73%;
    margin-top: 0px;
}

.m3_einstieggross.left h2 {
    text-align: right;
}

.m3_einstieggross.right h2 {
    text-align: left;
    padding-left:27%;
}

.m3_einstieggross.left .m3_verlaufsrechteck {
    right: 0px;
}

.m3_einstieggross.right p {
    margin-right: 0px;
    padding-right: 23%;
    text-align: right !important;
}

.m3_verlaufsrechteck {
    width: 25%;
    height: 0px;
    padding-top: 20%;
    background: rgb(229, 229, 229);
    background: linear-gradient(180deg, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 0) 100%);
    position: absolute;
}

.m3_einstieggross .m3_einstiegsbild {
    height: 0px;
    padding-top: 19%;
    border: 2px solid #00456B;
    box-sizing: border-box;
    width: 60%;
    max-width: 1450px;
    margin: auto;
}

.m3_einstiegsbild {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.m3_einstieggross p {
    background-color:  #00456B;
    color: #fff !important;
    font-size: 1.5vw !important;
    padding-bottom: 1.5vw;
    width: max-content;
    max-width: 90%;
    min-width: 70%;
    font-weight: 600 !important;
    padding-top: 12vw;
    margin: -11vw auto 0px auto;
    margin-left: auto;
}

.m3_einstieggross.left p {
    margin-left: 0px;
    padding-left: 23%;
}

@media only screen and (max-width: 767px){
	.m3_einstiegsbild {
		width: 90% !important;
		min-height:200px;
	}
}