.hm_intro_video_about {
	background-image:url('../images/about/about-devenox.jpg');
}
.ab_team {
	position:relative;
	float:left;
	width:85%;
	margin-left:7.5%;
}
.ab_team_i {
	position:relative;
	float:left;
	width:50%;
	clear:both;
	margin-top:6%;
}
.ab_team_i:nth-child(2) {
	margin-left:25%;
}
.ab_team_i:nth-child(3) {
	margin-left:50%;
}
.ab_team_photo {
	position:relative;
	float:left;
	width:120px;
}
.ab_team_photo img {
	position:relative;
	float:left;
	width:100%;
}
.ab_team_content {
	position:relative;
	float:left;
	width:calc(100% - 180px);
	margin-left:60px;
}
.ab_team_title {
	position:relative;
	float:left;
	width:100%;
	font-size:22px;
	margin-top:6px;
}
.ab_team_text {
	position:relative;
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	margin-top:12px;
}

.ab_cine {
	position:relative;
	float:left;
	width:100%;
	margin-left:0%;
	margin-bottom:6%;
	display:flex;
	justify-content: space-between;
}
.ab_cine_video {
	position:relative;
	float:left;
	width:40%;
	margin-right:7.5%;
	height:0px;
	padding-bottom:22.5%;
	background-image: url('../images/about/cineluxx.jpg');
	background-size:cover;
	background-position:center center;
}
.ab_cine_video iframe {
	position:absolute;
	width:100%;
	height:100%;
}
.ab_cine_content {
	position:relative;
	float:left;
	width:35%;
	margin-left:12.5%;
	display:flex;
	justify-content: left;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.ab_cine_titel {
	position:relative;
	float:left;
	width:100%;
}
.ab_cine_titel h2 span, .ab_cine_titel h3 span {
	color:#d03100;
}
.ab_cine_titel h3 span:nth-child(2) {
	animation-delay: 0.5s;
}
.ab_cine_text {
	position:relative;
	float:left;
	width:75%;
	margin-top:28px;
}
.ab_cine_btn {
	position:relative;
	float:left;
	width:100%;
	margin-top:28px;
}

@media only screen and (max-width: 1600px) {
	.ab_team_i {
		width:75%;
	}
	.ab_team_i:nth-child(2) {
		margin-left:12.5%;
	}
	.ab_team_i:nth-child(3) {
		margin-left:25%;
	}
	.ab_cine {
		margin-top:50px;
	}
	.ab_cine_content {
		margin-left:7.5%;
	}
	.ab_cine_text {
		width:100%;
	}
}
@media only screen and (max-width: 1200px) {
	.ab_cine {
		flex-wrap: wrap;
	}
	.ab_cine_content {
		width:85%;
	}
	.ab_cine_video {
		margin-top:50px;
		width:85%;
		margin-left:7.5%;
		padding-bottom:48%;
		margin-bottom:50px;
	}
}
@media only screen and (max-width: 1000px) {
	.hero_low {
		padding-bottom:20%;
	}
	.ab_team_i {
		width:90%;
	}
	.ab_team_i:nth-child(2) {
		margin-left:5%;
	}
	.ab_team_i:nth-child(3) {
		margin-left:10%;
	}
}
@media only screen and (max-width: 800px) {
	.hero_low {
		padding-bottom:42%;
	}
	.ab_team {
		margin-top:65px;
	}
	.ab_team_i {
		width:100%;
		margin-bottom:50px;
	}
	.ab_team_i:nth-child(2) {
		margin-left:0%;
	}
	.ab_team_i:nth-child(3) {
		margin-left:0%;
		margin-bottom:20px;
	}
	.ab_cine_video {
		margin-bottom:75px;
	}

	.hm_intro_titel, .hm_intro_text, .ab_cine_titel, .ab_cine_text {
		text-align:center;
	}
	.hm_intro_btn, .ab_cine_btn {
		display:flex;
		justify-content: center;
	}
}
@media only screen and (max-width: 600px) {
	.ab_team_photo {
		width:100%;
		display:flex;
		justify-content: center;
	}
	.ab_team_photo img {
		width:140px;
	}
	.ab_team_content {
		width:100%;
		margin-left:0px;
		margin-top:25px;
	}
	.ab_team_title, .ab_team_text {
		text-align:center;
	}
}