/* ==========================================================================
   Teaser fuer angekuendigte Spiele (Manhunt, The Tether)
   Wird von head.php eingebunden, betrifft nur Elemente mit .mh-* Klassen.

   Startseite: .mh-teaser > .mh-teaser-carousel (owl, single-item-carousel)
               mit je einem .mh-slide pro Spiel.
   Detailseite: .mh-detail
   ========================================================================== */

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

.mh-teaser{
	position: relative;
	display: block;
	background-color: #05070c;
	overflow: hidden;
}

/* Jede Folie bringt ihr eigenes Hintergrundbild per inline-style mit.
   Feste Mindesthoehe, damit beide Folien gleich hoch sind - owl richtet
   sich sonst an der laengsten aus und die kuerzere laesst eine Luecke.
   Die Hoehe ist bewusst knapp gehalten: die Folien tragen nur Titel,
   Claim und Button, der Rest steht auf der Detailseite. */
.mh-slide{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 680px;
	padding: 100px 0px;
	background-color: #05070c;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mh-slide: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-slide .auto-container{
	position: relative;
	z-index: 1;
	width: 100%;
}

/* The Tether: Logo sitzt im Bild links, daher etwas dunkler abdecken */
.mh-slide-tether:before{
	background: -webkit-linear-gradient(top, rgba(5,7,12,0.90) 0%, rgba(5,7,12,0.72) 45%, rgba(5,7,12,0.95) 100%);
	background: linear-gradient(to bottom, rgba(5,7,12,0.90) 0%, rgba(5,7,12,0.72) 45%, rgba(5,7,12,0.95) 100%);
}

/* --- Owl-Steuerung ------------------------------------------------------ */

/* Pfeile: ohne eigene Regeln stapelt owl sie unformatiert links am Rand.
   Hier zentriert an den linken/rechten Rand der Folie gesetzt. */
.mh-teaser .owl-theme .owl-nav{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

.mh-teaser .owl-theme .owl-nav .owl-prev,
.mh-teaser .owl-theme .owl-nav .owl-next{
	position: absolute;
	top: -25px;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px;
	padding: 0px !important;
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 50%;
	background: rgba(5,7,12,0.45);
	color: #ffffff;
	font-size: 16px !important;
	line-height: 48px !important;
	text-align: center;
	opacity: 0.55;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.mh-teaser .owl-theme .owl-nav .owl-prev{ left: 30px; }
.mh-teaser .owl-theme .owl-nav .owl-next{ right: 30px; }

.mh-teaser .owl-theme .owl-nav .owl-prev span,
.mh-teaser .owl-theme .owl-nav .owl-next span{
	color: #ffffff;
}

.mh-teaser .owl-theme .owl-nav .owl-prev:hover,
.mh-teaser .owl-theme .owl-nav .owl-next:hover{
	opacity: 1;
	background: #ff7a21;
	border-color: #ff7a21;
}

.mh-teaser .owl-dots{
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.mh-teaser .owl-dots .owl-dot{
	display: inline-block;
}

.mh-teaser .owl-dots .owl-dot span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 0px 6px;
	border-radius: 50%;
	background: rgba(255,255,255,0.30);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.mh-teaser .owl-dots .owl-dot.active span,
.mh-teaser .owl-dots .owl-dot:hover span{
	background: #ff7a21;
	box-shadow: 0px 0px 12px 0px rgba(255,122,33,0.8);
}

.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;
}

/* laengerer Teaser-Text (The Tether) */
.mh-teaser .mh-hint p{
	margin: 0px 0px 16px;
}

.mh-teaser .mh-hint p:last-child{
	margin-bottom: 0px;
}

.mh-slide-tether .mh-hint{
	max-width: 680px;
}

.mh-slide-tether .mh-claim{
	font-size: 26px;
	color: #d8e4f2;
}

/* "Initialisierung laeuft..." - Teaser UND Detailseite */
.mh-status{
	display: block;
	margin: 28px 0px 34px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: #ff7a21;
}

.mh-status .mh-dots{
	-webkit-animation: mhDots 1.6s steps(1) infinite;
	animation: mhDots 1.6s steps(1) infinite;
}

@-webkit-keyframes mhDots{
	0%{ opacity: 0.15; } 33%{ opacity: 0.5; } 66%{ opacity: 1; } 100%{ opacity: 0.15; }
}

@keyframes mhDots{
	0%{ opacity: 0.15; } 33%{ opacity: 0.5; } 66%{ opacity: 1; } 100%{ opacity: 0.15; }
}

@media (prefers-reduced-motion: reduce){
	.mh-teaser .mh-title,
	.mh-status .mh-dots{
		-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-slide{ min-height: 540px; padding: 80px 0px; }
	.mh-teaser .owl-theme .owl-nav .owl-prev{ left: 12px; }
	.mh-teaser .owl-theme .owl-nav .owl-next{ right: 12px; }
	.mh-teaser .mh-title{ font-size: 76px; }
	.mh-teaser .mh-claim{ font-size: 24px; }
	.mh-slide-tether .mh-claim{ font-size: 22px; }
}

@media only screen and (max-width: 599px){
	.mh-slide{ min-height: 460px; padding: 70px 15px 90px; }
	/* Pfeile wuerden auf schmalen Displays den Text ueberlagern - nur Punkte */
	.mh-teaser .owl-theme .owl-nav{ display: none; }
	.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-slide-tether .mh-claim{ font-size: 18px; }
	.mh-teaser .mh-hint{ font-size: 15px; }
	.mh-teaser .owl-dots{ bottom: 24px; }
	.mh-detail .mh-lead{ font-size: 21px; }
}
