.lehrer-introtext {
    position: relative;
    overflow: hidden;
    margin-top: 110px;
}

.lehrer-introtext .inner {
    position: relative;
	max-width: 66.667%;
    text-align: center;
	margin: 130px auto 150px;
}

.lehrer-introtext img {
	position: absolute;
	left: -30vh;
	top: -60px;
	overflow: hidden;
	width: 350px;
	height: auto;
}

.lehrer-team .inner {
    display: flex;
    justify-content: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.lehrer-team .item {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width: 28%;
	background-color: #fff;
	color: #1E1E26;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
    margin: 10px;
}

@media (max-width: 1199px) {
    .lehrer-introtext {
        margin-top: 70px;
    }
    .lehrer-introtext .inner {
        margin: 100px auto 130px;
    }
}

@media (max-width: 991px) {
    .lehrer-introtext .inner {
        margin: 100px auto;
    }
    .lehrer-introtext img {
        left: -15vh;
        top: 10px;
        width: 250px;
    }
    .lehrer-team .item {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 767px) {
    .lehrer-introtext .inner {
        max-width: 100%;
        margin: 50px auto;
    }
    .lehrer-introtext img {
        width: 200px;
    }
    .lehrer-team .inner {
        display: block;
    }
    .lehrer-team .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}