.-m-cms-cont-cd-fullscreen_intro {
	position:relative;
	background-size:cover;
	background-position:50%;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	font-size:calc(40px + 4vw) !important;
	text-align:center;
	height:calc(100vh - 101px);
	color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.-m-cms-cont-cd-fullscreen_intro.cd_next_full {
	cursor:pointer;
}
.-m-cms-cont-cd-fullscreen_intro > .l1_width {
	max-width:1000px;
	padding-top:40px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:150px;
	/* neu: */
	width:auto;
	max-width:none;
}
.-m-cms-cont-cd-fullscreen_intro > .-overlay {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	background:rgba(0,0,0,.1);
	z-index:1;
}
.-m-cms-cont-cd-fullscreen_intro > .-slider {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	overflow:hidden;
	z-index:0;
}
.-m-cms-cont-cd-fullscreen_intro > .-slider > div {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	background-size:cover;
	transition:opacity 1.5s linear;
	transition:opacity 1.5s linear, transform 13s linear;
	opacity:0;
}

.-m-cms-cont-cd-fullscreen_intro.-Slow > .-slider > div {
	transition:opacity 5s ease-in, transform 13s linear;
}
.-m-cms-cont-cd-fullscreen_intro.-Slow > .-overlay {
	display:none;
}

.-m-cms-cont-cd-fullscreen_intro > .-slider > div.-active {
	opacity:1;
	z-index:1;
	xtransform:scale(1.1)
}

.-m-cms-cont-cd-fullscreen_intro > .-nav {
}
.-m-cms-cont-cd-fullscreen_intro > .-nav > div {
	z-index:3;
	position: absolute;
	top:50%;
	left:20px;
	width:80px;
	height:40px;
	background:url(/qg/cms.layout.custom.6/pub/img/arrow_back.svg) no-repeat center;
	background:url(/qg/cms.layout.custom.6/pub/img/arrow_next.svg) no-repeat center;
	transform:rotate(180deg);
	cursor:pointer;
}
.-m-cms-cont-cd-fullscreen_intro > .-nav > .-rgt {
	left:auto;
	right:20px;
	transform:rotate(0deg);
}


@media (max-width: 1000px) {
	.-m-cms-cont-cd-fullscreen_intro {
		font-size:70px;
	}
}
@media (max-width: 870px) {
	.-m-cms-cont-cd-fullscreen_intro {
		font-size:60px;
	}
}
@media (max-width: 760px) {
	.-m-cms-cont-cd-fullscreen_intro {
		font-size:52px;
	}
	.-m-cms-cont-cd-fullscreen_intro > .l1_width {
		padding-left:30px;
		padding-right:30px;
	}
}
@media (max-width: 740px) {
	.-m-cms-cont-cd-fullscreen_intro {
		font-size:48px;
	}
}
@media (max-width: 700px) {
	.-m-cms-cont-cd-fullscreen_intro {
		font-size:44px;
	}
}
@media (max-width: 600px) {
	.-m-cms-cont-cd-fullscreen_intro {
		font-size:40px;
	}
	.-m-cms-cont-cd-fullscreen_intro > .-nav > div {
		width:60px;
		height:30px;
		background:url(/qg/cms.layout.custom.6/pub/img/arrow_back.svg) no-repeat center;
		background:url(/qg/cms.layout.custom.6/pub/img/arrow_next.svg) no-repeat center;
	}
}
@media (max-width: 500px) {
	.-m-cms-cont-cd-fullscreen_intro {
		font-size:30px;
	}
}
@media (max-width: 400px) {
	.-m-cms-cont-cd-fullscreen_intro {
		font-size:22px;
	}
}
