/* parallax container */
.container-parallax {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 625px;
	padding-top: 150px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	background-repeat: no-repeat;
	background-position: center top;
	
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	
	transform: transale3d(0,0,0); 
	-moz-transform: transale3d(0,0,0); 
	-webkit-transform: transale3d(0,0,0);
	
	z-index: 1;
}
.container-parallax .container-content {
	height: 100%;
	overflow: hidden;
}
/* parallax contents basic */
/* position has to be defined in inline style */
.parallax-content {
	position: absolute;
	width: auto;
}

.parallax-content img {
	max-width: 100%;
}

.parallax-content.fullsize {
	width: 98%;
	/*left: 1%;*/
}

.parallax-position-tl {
	left: 0;
	top: 20px;
}

.parallax-position-tr {
	right: 0;
	top: 20px;
}

.parallax-position-bl {
	left: 0;
	bottom: 20px;
}

.parallax-position-br {
	right: 0;
	bottom: 20px;
}

.parallax-position-ml {
	top: 50%;
	left: 0;
}

.parallax-position-mr {
	top: 50%;
	right: 1%;
	max-width: 74%;
}

.parallax-position-tc {
	top: 20px;
	left: 50%;
}

.parallax-position-mc {
	top: 50%;
	left: 50%;
}

.parallax-position-bc {
	bottom: 20px;
	left: 50%;
}

.parallax-position-b {
	bottom: 20px;
}

/** promobar */
.container-promobar {
	height: auto;
	position: relative;
	float: left;
	
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ededed;
}

.container-promobar .container-content {
	height: auto;
}

/*
.container-promobar .promo {
	float: left;
	clear: none;
	
	position: relative;
	
	width: 360px;
	height: auto;
	display: block;
	
	margin-right: 20px;
}
*/
.container-promobar .promo {
	max-height: 260px;
	max-width: 360px;
	margin-top: 0;
}

.container-promobar .promo a.promo-link {
	position: relative;
}

.container-promobar .promo a.magentaBtn.mid {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

.container-promobar .promo img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.container-promobar .promo:last-child,
.container-promobar .promo.last-child {
	margin-right: 0;
}

.full-header-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}

.container-promobar .promo.badnet {
	position: relative;
	background-color: #000000;
	color: #ffffff;
}

.container-promobar .promo.badnet img.aspect {
	width: 100%;
}

.container-promobar .promo.badnet .inner {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container-promobar .promo.badnet .inner img.icon {
	float: left;
}

.container-promobar .promo.badnet .inner span.header {
	margin-left: 10px;
	font-family: Tele-Grotesk-Fett, Arial, Helvetica, sans-serif;
	display: inline-block;
	color: #ffffff;
	width: 72%;
	max-height: 21px;
	overflow: hidden;
	position: relative;
}

.container-promobar .promo.badnet .inner span.header.like-h3:after {
	content: "";
	text-align: right;
	position: absolute;
	right: 0;
	width: 25%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 80%);
	height: 21px;
	top: 0;
}

.container-promobar .promo.badnet .inner span.header.like-h4 {
	margin-top: 10px;
}

.container-promobar .promo.badnet .inner span.content {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 15px;
	height: 80px;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
}

span.content:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 18px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 50%);
}

@media all and (max-width: 1019px) {
	
	.container-promobar .promo.badnet .inner span.content {
		height: 60px;
	}
	
}

@media all and (max-width: 900px) {
	
	.container-promobar .promo.badnet .inner span.content {
		height: 40px;
	}
	
}

@media all and (max-width: 840px) {
	
	.container-promobar .promo.badnet .inner img.icon {
		max-width: 44px;
	}
	
	.container-promobar .promo.badnet .inner span.header.like-h4 {
		margin-top: 0;
	}
	
	.container-promobar .promo.badnet .inner span.content {
		margin-top: 5px;
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	
}

@media all and (max-width: 680px) {
	
	.container-promobar .promo.badnet .inner img.icon {
		max-width:  60px;
	}
	
	.container-promobar .promo.badnet .inner span.header.like-h4 {
		margin-top: 10px;
	}
	
	.container-promobar .promo.badnet .inner span.content {
		margin-top: 15px;
		font-size: 16px;
		line-height: 20px;
		height: 60px;
	}
	
}

@media all and (min-width: 860px) and (max-width: 1120px) {

	.parallax-position-mr {
		max-width: 65%;
	}

}

@media all and (min-width: 681px) and (max-width: 859px) {

	.parallax-position-mr {
		max-width: 58%;
	}

}

@media all and (max-width: 680px) {
	
	.container-parallax {
		padding-top: 100px;
	}
	
	.container-promobar .grid-spacing.container-content .promo {
		margin: 10px auto 0 !important;
		float: none;
		clear: none;
	}
	
	.container-promobar .grid-spacing.container-content .promo:first-child {
		margin-top: 0 !important;
	}
	
	.container-parallax .container-content.container-rel {
		position: relative;
		height: auto;
		float: left;
		clear: left;
	}
	
	.parallax-content {
		position: relative;
		padding-bottom: 20px;
		height: auto;
		float: left;
		clear: left;
	}
	
	.parallax-content h1,
	.parallax-content h2 {
		float: left;
		clear: left;
	}
	
	.container-promobar {
		padding: 10px 0;
	}
	
}

@media all and (max-width: 680px) and (orientation: landscape) {
	.container-parallax {
		padding-top: 90px;
	}
}

/* BRANDING */
@media all and (max-width: 680px) {
	.parallax-content h1 {
		font-size: 65px;
	}
	
	.parallax-content a.magentaBtn {
		float: right;
		clear: left;
	}
}

@media all and (max-width: 680px) and (orientation: landscape) {
	.parallax-content h1 {
		font-size: 80px;
	}
}


/*
 * 2015-01-29
 * Fixed Startpage container
 *
 */
 
.sm-show { display: none; }
 
.parallax-content-fixed {
	width: 840px;
	height: 448px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -240px;
}
 
/* Promo Settings */
.parallax-content-fixed .prow {
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.parallax-content-fixed .prow .juhu_top {
	width: 390px;
	height: auto;
}

.parallax-content-fixed .prow .phone_left {
	width: 366px;
	height: auto;
}

.parallax-content-fixed .prow .phone_right {
	margin-left: 20px;
	width: 366px;
	height: auto;
}

@media all and (min-width: 1120px) and (min-height: 800px) {
	.parallax-content-fixed {
		width: 990px;
		height: 528px;
		margin-top: -264px;
		right: 20px;
	}
}

@media all and (max-width: 1119px),
    all and (max-height: 620px) { /*1399px */
	.parallax-content-fixed {
		width: 750px;
		height: 400px;
		margin-top: -200px;
		right: 20px;
	}
	
	.parallax-content-fixed .prow .juhu_top {
		width: 320px;
		height: auto;
	}
	
	.parallax-content-fixed .prow .phone_left {
		margin-right: 20px;
		width: 300px;
		height: auto;
	}
	
	.parallax-content-fixed .prow .phone_right {
		margin-left: 20px;
		width: 300px;
		height: auto;
	}
}


@media all and (max-width: 790px) {
	.parallax-content-fixed {
		width: 96%;
		right: 2%;
		margin-right: 0;
	}
	
	.parallax-content-fixed .prow .juhu_top {
		width: 320px;
		max-width: 90%;
		height: auto;
	}
	
	.parallax-content-fixed .prow .phone_left {
		max-width: 46%;
		margin-right: 2%;
	}
	
	.parallax-content-fixed .prow .phone_right {
		max-width: 46%;
		margin-left: 2%;
	}
}

@media all and (min-width: 681px) and (max-width: 768px) {
	.parallax-content-fixed {
		margin-top: -290px;
	}
}

@media all and (min-width: 681px) and (max-width: 1023px) and (max-height: 700px) {
	.parallax-content-fixed {
		margin-top: -200px;
		margin-right: -375px;
		right: 50%;
	}
}

@media all and (max-width: 680px) {
	.sm-show { display: inline-block; }
	.parallax-content-fixed {
		top: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
		position: static;
		height: auto;
		float: left;
		clear: left;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.parallax-content-fixed .prow {
		float: none;
		clear: none;
	}
	
	.parallax-content-fixed .half {
		width: 50%;
		height: auto;
		float: left;
		clear: none;
		text-align: left;
	}
	
	.parallax-content-fixed .prow .phone_left,
	.parallax-content-fixed .prow .phone_right {
		position: static;
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}
	
	.parallax-content-fixed .half .magentaBtn {
		margin-left: 6%;
	}
		
}
/*
@media all and (max-width: 480px) {
	.parallax-content-fixed .prow .phone_left,
	.parallax-content-fixed .prow .phone_right {
		position: static;
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}
}
*/

/* Teaser Link */
.container-parallax a.show-teaser-row {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	font-size: 50px;
	margin-left: -16px;
	left: 50%;
	z-index: 200;
}

@media all and (max-width: 680px) {
	
	.container-parallax a.show-teaser-row {
		display: none;
	}
	
}