.special-emo {
	position:relative;
}

.special-emo__bg {
	width:50%;
	
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:20;
	
	background-image:url('/img/home-special/prozent-zeichen-02.svg');
	background-repeat:no-repeat;
	background-size:cover;
}

.special-emo__bg-color {
	width:60%;
	
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:10;
	
	/*background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(238,239,255,1) 50%, rgba(238,239,255,1) 100%);*/
	
	background: rgb(238,239,255);
	background: linear-gradient(-90deg, rgba(238,239,255,1) 0%, rgba(238,239,255,0.87) 53%, rgba(238,239,255,0) 100%);
}

.special-emo__content {
	width:50%;
	
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:30;
	
	text-align:center;
}

.special-emo__content__title {
	text-transform:uppercase;
	
	font-size:30px;
	line-height:36px;
	font-weight:500;
	
	width:60%;
	display:inline-block;
	
	padding-top:15%;
}
.special-emo__content__linie{
	padding-bottom:20px;
}
.special-emo__content__linie span {
	display:inline-block;
	width:40px;
	height:1px;
	background-color:#d9ac5d;
}
.special-emo__content__subtitle {
	text-transform:uppercase;
	
	font-size:18px;
	line-height:22px;
	font-weight:500;
	
	width:30%;
	display:inline-block;
	
	padding-bottom:40px;
}

.special-emo__content__button {
	padding-bottom:20px;
}

.special-emo__content__link a {
	color:#000000;
}

@media screen and (max-width:1330px) {
	.special-emo {
		background-image:url('/img/home-special/hintergrundbild.jpg');
		background-position:center top;
		background-repeat:no-repeat;
		
		height:470px;
	}
	.special-emo img {
		display:none;
	}
	.special-emo__content__title {
		padding-top:10%;
	}
}

@media screen and (max-width:768px) {
	/*
	.special-emo {
		background-image:url('/img/home-special/hintergrundbild.jpg');
		background-position:center top;
		background-repeat:no-repeat;
	}
	.special-emo img {
		display:none;
	}
	*/
	.special-emo {
		height:auto;
	}
	
	.special-emo__bg {
		width:100%;
		height: 67%;

		position:absolute;
		top:auto;
		left:0;
		right:0;
		bottom:0;
		z-index:20;

		background-image:url('/img/home-special/prozent-zeichen-02.svg');
	}

	.special-emo__bg-color {
		width:100%;
		height: 70%;

		position:absolute;
		top:auto;
		left:0;
		right:0;
		bottom:0;
		z-index:10;

		background: rgb(0,0,0);
		background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(238,239,255,1) 50%, rgba(238,239,255,1) 100%);
	}
	
	.special-emo__content {
		width:100%;

		position:relative;
		padding-top:250px;
		padding-bottom:50px;
	}
}

@media screen and (max-width:620px) {
	.special-emo__content__title {
		font-size:25px;
		line-height:31px;
	}
}
@media screen and (max-width:567px) {
	.special-emo__content__title {
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.special-emo__content__subtitle {
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}
}