.addon-root-m3-einstieg {
	padding-bottom:15px;
}

.m3_einstieg {
    display:block;
    position: relative;
    height:100%;
    width:100%;
}

.m3_einstieg.right .m3_einstieg_bild {
    height: 0px;
    padding-top: 41%;
    float: left;
    border: 1px solid #00456B;
    box-sizing: border-box;
    width: 95%;
}

.m3_einstieg.left .m3_einstieg_bild {
    height: 0px;
    padding-top: 41%;
    float: right;
    border: 1px solid #00456B;
    box-sizing: border-box;
    width: 95%;
}

.m3_einstieg * {
    text-decoration: none !important;
}

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

.m3_einstieg.right p {
    background-color: #00456B99;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: right;
    padding: 33% 5% 10px 10px;
    width: max-content;
    max-width: 90%;
    min-width: 70%;
    margin-top: -31%;
    float: right;
    margin-bottom: 0;
}

.m3_einstieg.left p {
    background-color: #00456B99;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: left;
    padding: 33% 10px 10px 5%;
    width: max-content;
    max-width: 90%;
    min-width: 70%;
    margin-top: -31%;
    float: left;
    margin-bottom: 0;
}