
.section-full-bg {
	background-position: center;
	background-size: cover;
	background-color: #aaa;
	color: #fff;
	min-height: 300px;
	margin-bottom: 40px;
}
.bg-baf {
	background-image: url(https://www.faceshop.de/img/mission/mission-baf.jpg);
}
.section-full-triangle:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 50px 50vw 0 50vw;
}
.section-tagline-container {
	padding: 80px 20px;
	max-width: 960px;
	margin: auto;
}
.section-tagline span {
	font-size: 30px;
	line-height: 55px;
	font-weight: 100;
	background-color: #009dc0;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.style-ap .section-tagline span {
	background-color: rgba(120, 200, 100, 0.8);
}
@media (max-width: 720px) {
	.section-tagline-container {
		padding-left: 0;
		padding-right: 0;
	}
	.section-tagline span {
		font-size: 24px;
		line-height: 48px;
	}
}
.cta-center-desc {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 10px;
}
.cta-center {
	display: block;
	background-color: #06a7cb;
	color: #fff;
	width: 300px;
	padding: 15px 20px;
	margin: auto;
	border-radius: 5px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 93% 48%;
	background-size: 24px;
}
.style-ap .cta-center {
	background-color: rgba(120, 200, 100, 1);
}
.cta-center-wa {
	background-image: url(https://www.faceshop.de/img/social/whatsapp-white.svg);
}