/* ==========================================================================
   Manhunt Teaser  -  "Lass dich ueberraschen"
   Wird von head.php eingebunden, betrifft nur Elemente mit .mh-* Klassen.
   ========================================================================== */

/* --- Teaser Section (Startseite) --------------------------------------- */

.mh-teaser{
	position: relative;
	display: block;
	padding: 140px 0px 150px;
	background-color: #05070c;
	background-image: url(../images/background/mh_02.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.mh-teaser:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(5,7,12,0.92) 0%, rgba(5,7,12,0.45) 45%, rgba(5,7,12,0.94) 100%);
	background: linear-gradient(to bottom, rgba(5,7,12,0.92) 0%, rgba(5,7,12,0.45) 45%, rgba(5,7,12,0.94) 100%);
}

.mh-teaser .mh-inner{
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 820px;
	margin: 0px auto;
}

.mh-teaser .mh-eyebrow{
	position: relative;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #9fb2c9;
	text-transform: uppercase;
	letter-spacing: 0.42em;
	margin-bottom: 26px;
	padding: 0px 4px;
}

.mh-teaser .mh-eyebrow:before,
.mh-teaser .mh-eyebrow:after{
	content: '';
	position: absolute;
	top: 12px;
	width: 46px;
	height: 1px;
	background: rgba(159,178,201,0.45);
}

.mh-teaser .mh-eyebrow:before{ left: -64px; }
.mh-teaser .mh-eyebrow:after{ right: -64px; }

.mh-teaser .mh-title{
	position: relative;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 118px;
	line-height: 1em;
	color: #eef3fa;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	margin: 0px 0px 6px;
	text-indent: 0.20em; /* gleicht das letter-spacing rechts aus */
	text-shadow: 0px 0px 34px rgba(150,190,255,0.30), 0px 0px 90px rgba(120,0,0,0.55);
	-webkit-animation: mhBreath 6s ease-in-out infinite;
	animation: mhBreath 6s ease-in-out infinite;
}

@-webkit-keyframes mhBreath{
	0%, 100%{ text-shadow: 0px 0px 34px rgba(150,190,255,0.30), 0px 0px 90px rgba(120,0,0,0.55); }
	50%{ text-shadow: 0px 0px 22px rgba(150,190,255,0.16), 0px 0px 60px rgba(120,0,0,0.30); }
}

@keyframes mhBreath{
	0%, 100%{ text-shadow: 0px 0px 34px rgba(150,190,255,0.30), 0px 0px 90px rgba(120,0,0,0.55); }
	50%{ text-shadow: 0px 0px 22px rgba(150,190,255,0.16), 0px 0px 60px rgba(120,0,0,0.30); }
}

.mh-teaser .mh-rule{
	display: block;
	width: 90px;
	height: 2px;
	margin: 28px auto 30px;
	background: #ff7a21;
	box-shadow: 0px 0px 18px 0px rgba(255,122,33,0.65);
}

.mh-teaser .mh-claim{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1.4em;
	color: #ffffff;
	letter-spacing: 0.06em;
	margin: 0px 0px 18px;
}

.mh-teaser .mh-hint{
	display: block;
	font-size: 17px;
	line-height: 1.8em;
	color: #b7c4d4;
	max-width: 600px;
	margin: 0px auto 38px;
}

.mh-teaser .mh-hint em{
	color: #ffffff;
	font-style: normal;
}

@media (prefers-reduced-motion: reduce){
	.mh-teaser .mh-title{
		-webkit-animation: none;
		animation: none;
	}
}

/* --- Detailseite -------------------------------------------------------- */

.mh-detail{
	color: #c3cedb;
}

.mh-detail .mh-lead{
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	line-height: 1.5em;
	color: #ffffff;
	letter-spacing: 0.04em;
	margin-bottom: 26px;
}

.mh-detail p{
	font-size: 17px;
	line-height: 1.9em;
	margin-bottom: 18px;
}

/* --- Responsive --------------------------------------------------------- */

@media only screen and (max-width: 991px){
	.mh-teaser{ padding: 100px 0px 110px; }
	.mh-teaser .mh-title{ font-size: 76px; }
	.mh-teaser .mh-claim{ font-size: 24px; }
}

@media only screen and (max-width: 599px){
	.mh-teaser{ padding: 80px 15px 90px; }
	.mh-teaser .mh-title{ font-size: 44px; letter-spacing: 0.14em; text-indent: 0.14em; }
	.mh-teaser .mh-eyebrow{ font-size: 11px; letter-spacing: 0.3em; }
	.mh-teaser .mh-eyebrow:before,
	.mh-teaser .mh-eyebrow:after{ display: none; }
	.mh-teaser .mh-claim{ font-size: 20px; }
	.mh-teaser .mh-hint{ font-size: 15px; }
	.mh-detail .mh-lead{ font-size: 21px; }
}
