body {
	margin: 0;
	padding: 0;
	
	position: relative;
	
	font-family: "Tele-Grotesk-Norm", Arial, Helvetica, "sans-serif";
	font-weight: normal;
	font-size: 16px;
	
	background-color: #FFF;
	color: #000;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	transition: margin-top 250ms ease-out;
	-o-transition: margin-top 250ms ease-out;
	-moz-transition: margin-top 250ms ease-out;
	-webkit-transition: margin-top 250ms ease-out;
}

body > div[class^="pub_"] {
	position: absolute;
	top: -10000px;
}

::selection {
	background: rgba(226,0,116,.75);
	color: #000;
}
::-moz-selection {
	background: rgba(226,0,116,.75);
	color: #000;
}

a, img, embed, object {
	outline: 0;
	border: 0;
}

hr {
	clear: left;
	border: none;
	height: 1px;
	background-color: #bfbfbf;
}

.container-nav a {
	text-decoration: none;
	color: #6c6c6c;
}

.uppercase {
	text-transform: uppercase;
}

.marginTop {
	margin-top: 20px;
}
.container-nav ul,
.container-nav li,
.container-footer ul,
.container-footer li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}

.sm-show { display: none; }
.st-show { display: none; }

/*
og: Problem with old apps
*/
input[type="email"], input[type="text"], input[type="password"], input[type="number"] {
	padding: 0;
	margin: 0;
	display: inline;
	
	border: 2px solid #000;
	background-color: #FFF;
	
	box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
	
	height: 35px;
	/*line-height: 35px;*/
	vertical-align: middle;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	padding:5px;
	font-size: 14px;
	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}



select {
	border: 2px solid #000;
	background-color: #FFF;
	padding:5px;
	
	box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
}
textarea {
	border: 2px solid #000;
	background-color: #FFF;
	padding:5px;
	
	box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 0px 0 rgba(0,0,0,.25);
}

input[type="email"]:disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, textarea:disabled {
	background-color: #e7e7e7 !important;
}

input[type="email"]:focus, input[type="email"]:hover,
input[type="text"]:focus, input[type="text"]:hover,
input[type="password"]:focus, input[type="password"]:hover,
input[type="number"]:focus, input[type="number"]:hover {
	color: #000000;
	border-color: #e20074;
	box-shadow: none;
	outline: none;
}

textarea:focus, textarea:hover {
	color: #000000;
	border: 2px solid #e20074;
	box-shadow: none;
	outline: none;
}

.magentaBtn {
	background-color: #e20074;
	padding: 7px 15px;
	cursor: pointer;
	
	display: inline-block;
	border: 1px solid #d6006f;
	
	/*font-family: "TeleNormUltra", Helvetica, Arial;*/
	font-family: "Tele-Grotesk-Fett", Helvetica, Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,.25);
}

.magentaBtn.mid {
	border: 2px solid #d6006f;
	padding: 10px 20px;
	
	font-size: 16px;
	line-height: 18px;
	
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,.25);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,.25);
}

.magentaBtn.huge {
	border: 5px solid #d6006f;
	padding: 15px 30px;
	
	font-size: 18px;
	line-height: 20px;
	
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,.25);
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,.25);
}

.magentaBtn.oversize {
	font-size: 30px;
	border: 5px solid #c90068;
	padding: 30px 80px;
}

input.magentaBtn {
	border-radius: 0;
	height: auto;
	line-height: 20px !important;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}

a.magentaBtn:hover,
input.magentaBtn:hover {
	background-color: #fc0082;
	border-color: #e20074;
	color: #FFF !important;
}

.whiteBtn {
	background-color: #ffffff;
	padding: 7px 15px;
	display: inline-block;
	border: 1px solid #e20074;
	font-family: "Tele-Grotesk-Fett", Helvetica, Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #e20074;
	text-decoration: none;
}

.whiteBtn.mid {
	border: 1px solid #e20074;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 18px;
}

.whiteBtn.huge {
	border: 5px solid #e20074;
	padding: 15px 30px;
	font-size: 18px;
	line-height: 20px;
}

.whiteBtn.oversize {
	font-size: 30px;
	border: 5px solid #e20074;
	padding: 30px 80px;
}

input.whiteBtn {
	height: auto;
	line-height: 20px !important;
	box-sizing: border-box;
}

a.whiteBtn:hover,
input.whiteBtn:hover {
	background-color: #e20074;
	border-color: #e20074;
	color: #ffffff !important;
}

a.video-link {
	font-family: Tele-Grotesk-Fett, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 24px;
	color: #e20074;
	text-decoration: none;
	background-color: #ffffff;
	padding: 10px 15px;
	display: inline-block;
	border: 1px solid #e20074;
}

a.video-link:hover {
	color: #ffffff;
	background-color: #e20074;
}

a.video-link span {
	line-height: 24px;
	vertical-align: bottom;
}

a.video-link span.fa {
	font-size: 24px;
	margin-right: 10px;
}

/* Video */

.video {
	float: left;
	width: 100%;
	position: relative;
}

.video > img.aspect {
	width: 100%;
}

.video > iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/** HEADLINE STYLES */
h1, h2, h3, h4, h5, h6 {
	color: #e20074;
	/*font-family: "TeleNormBold", Helvetica, Arial;*/
	font-family: "Tele-Grotesk-Fett", Helvetica, Arial;
	
	margin: 0;
	padding: 0;
	display: block;
	
	font-weight: normal;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	font-family: "Tele-Grotesk-Norm", Helvetica, Arial;
}
h1, .like-h1 { font-size: 24px; }
h2, .like-h2 { font-size: 21px; }
h3, .like-h3 { font-size: 19px; }
h4, .like-h4 { font-size: 16px; }
h5, .like-h5 { font-size: 13px; }
h6, .like-h6 { font-size: 10px; }

h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
a h1.black,
a h2.black,
a h3.black,
a h4.black,
a h5.black,
a h6.black,
a.black,
a .black,
.black {
	color: #000000;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
a h1.white,
a h2.white,
a h3.white,
a h4.white,
a h5.white,
a h6.white,
a.white,
a .white,
.white {
	color: #ffffff;
}


h1.pink,
h2.pink,
h3.pink,
h4.pink,
h5.pink,
h6.pink,
a h1.pink,
a h2.pink,
a h3.pink,
a h4.pink,
a h5.pink,
a h6.pink,
a.pink,
a .pink,
.pink {
	color: #e20074 !important;
}

.square {
	margin: 8px 0;
	padding: 0;
	list-style-type: none;
}

.square li {
	margin-bottom: 8px;
	padding-left: 23px;
	background: url('data:image/gif;base64,R0lGODlhBwAHAIAAAOUZggAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjY2NjA5NzdjLTRhMGEtYjM0ZS1hNmQ4LTBlNTc5YjE5OWUzYSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MzM3NEZBOEU0ODYxMUU2OTIyMkFCREFDOEQ0MkEzMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MzM3NEZBN0U0ODYxMUU2OTIyMkFCREFDOEQ0MkEzMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyYWFlZmVhMy1kZTIwLWRmNDYtYjhhYS00MzZlYmJkZDQxYjAiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmZTY1MTU1YS1lNDg1LTExZTYtYjQxZC1jMTBjY2VhOTAwM2YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAABwAHAAACBoSPqcuNBQA7') 2px .5em no-repeat;
}

/*
 * adds padding to an element
 */
.padded {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
}

.padded.semi {
	padding: 5px 10px;
}
/* GRID SYSTEM */
/*
 * create a new row and wrap elements 
 */
.row {
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	min-height: 14px;
}
.col {
	float: left;
	clear: none;
	height: auto;
}

.col:last-child, .col.last-child {
	margin-right: 0;
}

.col.c12 { width: 100%; }
.col.c11 { width: 91.66663%; }
.col.c10 { width: 83.33333%; }
.col.c9 { width: 74.99997%; }
.col.c8 { width: 66.66666%; }
.col.c7 { width: 58.33331%; }
.col.c6 { width: 50%; }
.col.c5 { width: 41.66665%; }
.col.c4 { width: 33.33332%; }
.col.c3 { width: 24.99999%; }
.col.c2 { width: 16.66666%; }
.col.c1 { width: 8.33333%; }

/* GRID SPACING NORMAL */
.grid-spacing .col { margin-right: 1%; margin-top:1%; }
.grid-spacing .col:last-child { margin-right: 0 !important; }
.grid-spacing .col.last-child { margin-right: 0 !important; }

.grid-spacing .col.c12 { width: 100%; margin-right: 0; }
.grid-spacing .col.c11 { width: 91.58%; }
.grid-spacing .col.c10 { width: 83.16%; }
.grid-spacing .col.c9 { width: 74.75%; }
.grid-spacing .col.c8 { width: 66.33333%; }
.grid-spacing .col.c7 { width: 57.91%; }
.grid-spacing .col.c6 { width: 49.5%; }
.grid-spacing .col.c5 { width: 41.08%; }
.grid-spacing .col.c4 { width: 32.66666%; }
.grid-spacing .col.c3 { width: 24.25%; }
.grid-spacing .col.c2 { width: 15.83%; }
.grid-spacing .col.c1 { width: 7.416%; }

/* GRID SPACING BIGGER SPACES */
.grid-spacing-big .col { margin-right: 2%; margin-top:2%; }
.grid-spacing-big .col:last-child { margin-right: 0 !important; }
.grid-spacing-big .col.last-child { margin-right: 0 !important; }

.grid-spacing-big .col.c12 { width: 100%; }
.grid-spacing-big .col.c11 { width: 91.5%; }
.grid-spacing-big .col.c10 { width: 83%; }
.grid-spacing-big .col.c9 { width: 74.5%; }
.grid-spacing-big .col.c8 { width: 66%; }
.grid-spacing-big .col.c7 { width: 57.5%; }
.grid-spacing-big .col.c6 { width: 49%; }
.grid-spacing-big .col.c5 { width: 40.5%; }
.grid-spacing-big .col.c4 { width: 32%; }
.grid-spacing-big .col.c3 { width: 23.5%; }
.grid-spacing-big .col.c2 { width: 15%; }
.grid-spacing-big .col.c1 { width: 6.5%; }

.col.last-child, .col:last-child,
.col.c1.last-child, .col.c1:last-child,
.col.c2.last-child, .col.c2:last-child,
.col.c3.last-child, .col.c3:last-child,
.col.c4.last-child, .col.c4:last-child,
.col.c5.last-child, .col.c5:last-child,
.col.c6.last-child, .col.c6:last-child,
.col.c7.last-child, .col.c7:last-child,
.col.c8.last-child, .col.c8:last-child,
.col.c9.last-child, .col.c9:last-child,
.col.c10.last-child, .col.c10:last-child,
.col.c11.last-child, .col.c11:last-child,
.col.c12.last-child, .col.c12:last-child,
.grid-spacing .col.last-child, .grid-spacing .col:last-child,
.grid-spacing .col.c1.last-child, .grid-spacing .col.c1:last-child,
.grid-spacing .col.c2.last-child, .grid-spacing .col.c2:last-child,
.grid-spacing .col.c3.last-child, .grid-spacing .col.c3:last-child,
.grid-spacing .col.c4.last-child, .grid-spacing .col.c4:last-child,
.grid-spacing .col.c5.last-child, .grid-spacing .col.c5:last-child,
.grid-spacing .col.c6.last-child, .grid-spacing .col.c6:last-child,
.grid-spacing .col.c7.last-child, .grid-spacing .col.c7:last-child,
.grid-spacing .col.c8.last-child, .grid-spacing .col.c8:last-child,
.grid-spacing .col.c9.last-child, .grid-spacing .col.c9:last-child,
.grid-spacing .col.c10.last-child, .grid-spacing .col.c10:last-child,
.grid-spacing .col.c11.last-child, .grid-spacing .col.c11:last-child,
.grid-spacing .col.c12.last-child, .grid-spacing .col.c12:last-child,
.grid-spacing-big .col.last-child, .grid-spacing-big .col:last-child,
.grid-spacing-big .col.c1.last-child, .grid-spacing-big .col.c1:last-child,
.grid-spacing-big .col.c2.last-child, .grid-spacing-big .col.c2:last-child,
.grid-spacing-big .col.c3.last-child, .grid-spacing-big .col.c3:last-child,
.grid-spacing-big .col.c4.last-child, .grid-spacing-big .col.c4:last-child,
.grid-spacing-big .col.c5.last-child, .grid-spacing-big .col.c5:last-child,
.grid-spacing-big .col.c6.last-child, .grid-spacing-big .col.c6:last-child,
.grid-spacing-big .col.c7.last-child, .grid-spacing-big .col.c7:last-child,
.grid-spacing-big .col.c8.last-child, .grid-spacing-big .col.c8:last-child,
.grid-spacing-big .col.c9.last-child, .grid-spacing-big .col.c9:last-child,
.grid-spacing-big .col.c10.last-child, .grid-spacing-big .col.c10:last-child,
.grid-spacing-big .col.c11.last-child, .grid-spacing-big .col.c11:last-child,
.grid-spacing-big .col.c12.last-child, .grid-spacing-big .col.c12:last-child {
	margin-right: 0 !important;
}

.c-right {
	float: right;
}

/** FULL WIDTH CONTAINER **/
.container-fluid {
	width: 100%;
}

/** HEADER IMG CONTENT **/
.container-headerimg {
	width: 100%;
	height: 500px;
	display: block;
	
	position: relative;
	top: 0;
	left: 0;
	
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	
	background-repeat: no-repeat;
	background-position: center bottom;
}

.container-headerimg .header-text {
	position: absolute;
	width: 100%;
	bottom: 35px;
	
	height: auto;
}

.container-headerimg h1 {
	font-size: 60px;
	line-height: 60px;
	font-family: "Tele-Grotesk-Ultra", Helvetica, Arial;
}

.container-headerimg h2 {
	font-size: 30px;
	color: #FFF;
}

/** CONTENT WIDTH CONTAINER */
.container-content {
	width: 100%;
	/*max-width: 1120px;*/
	max-width: 1000px;
	
	margin: 0 auto;
}

.container-content-main {	
	width: 100%;
	max-width: 1125px;
	height: auto;
	
	/*
	float: left;
	clear: left;
	*/
	
	margin: 0 auto;
	
	margin-top: 110px;
	padding-bottom: 20px;
}

.container-content-main.margin-header {
	margin-top: 20px;
}

.container-content-main:before,
.container-content-main:after {
  content:"";
	display:table;
}

.container-content-main:after {
	clear:both;
}

.container-rel {
	position: relative;
}

/* CONTAINER STYLES **/
/* loginbar*/
.container-topbar {
	height: 50px;
	display: block;
	
	position: absolute;
	left: 0;
	top: 0;
	
	background-color: #000;
	color: #FFF;
}

.container-topbar .container-content {
	height: 50px;
}

/* main container */
.container-main {
	position: relative;
	left: 0;
	top: 0;
	
	z-index: 100;
	background-color: #FFF;
	
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
	overflow: overlay;
	overflow-y: hidden;
	
	padding-left: 125px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* LOGIN LAYER */
.container-login {
	position: fixed;
	top: 0px;
	left: 0;
	
	height: 40px;
	display: block;
	
	background-color: #FFF;
	z-index: -10;
	
}

/** FOOTER **/
.container-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	
	z-index: 0;
	
	height: auto;
	background-color: #363636;
	color: #FFF;
}

.container-footer .footer-inner {
	float: left;
	clear: left;
}

.container-footer .container-mainfooter .container-content {
	margin-top: 40px;
	padding-left: 125px;
	max-width: 1250px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.container-footer .container-mainfooter h4 {
	color: #FFF;
	text-transform: uppercase;
}

.container-footer .container-mainfooter a {
	color: #FFF;
	text-decoration: none;
}

.container-footer .container-mainfooter a:hover {
	color: #ec008c;
}

.container-footer .container-mainfooter ul.ft-list {
	margin-top: 20px;
	font-size: 14px;
}

.container-footer .container-mainfooter ul.ft-list li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.container-footer .container-mainfooter ul.social-list {
	margin-top: 20px;
}

.container-footer .container-mainfooter ul.social-list li {
	float: left;
	clear: none;
	margin-right: 4px;
	margin-bottom: 4px;
}

.container-footer .container-mainfooter ul.social-list li.clear-left {
	clear: left;
}

.container-footer .container-mainfooter ul.social-list li a {
	float: left;
	width: 44px;
	height: 44px;
	display: block;
	background-image: url(//www.t-mobile.at/images/sprite-socialicons.png);
	background-repeat: no-repeat;
	
	background-size: auto 88px;
	-moz-background-size: auto 88px;
	-webkit-background-size: auto 88px;
}

.container-footer .container-mainfooter ul.social-list li a.tw { background-position: 0 0; }
.container-footer .container-mainfooter ul.social-list li a.tw:hover { background-position: 0 -44px; }

.container-footer .container-mainfooter ul.social-list li a.fb { background-position: -44px 0; }
.container-footer .container-mainfooter ul.social-list li a.fb:hover { background-position: -44px -44px; }

.container-footer .container-mainfooter ul.social-list li a.gp { background-position: -88px 0; }
.container-footer .container-mainfooter ul.social-list li a.gp:hover { background-position: -88px -44px; }

.container-footer .container-mainfooter ul.social-list li a.yt { background-position: -132px 0; }
.container-footer .container-mainfooter ul.social-list li a.yt:hover { background-position: -132px -44px; }

.container-footer .container-mainfooter ul.social-list li a.b { background-position: -176px 0; }
.container-footer .container-mainfooter ul.social-list li a.b:hover { background-position: -176px -44px; }

.container-footer .container-mainfooter ul.social-list li a.ig { background-position: -220px 0; }
.container-footer .container-mainfooter ul.social-list li a.ig:hover { background-position: -220px -44px; }

.container-footer .container-mainfooter ul.social-list li a.xi { background-position: -264px 0; }
.container-footer .container-mainfooter ul.social-list li a.xi:hover { background-position: -264px -44px; }

.container-footer .container-mainfooter ul.social-list li a.li { background-position: -308px 0; }
.container-footer .container-mainfooter ul.social-list li a.li:hover { background-position: -308px -44px; }

.container-footer .container-mainfooter a.business-banner {
	width: 160px;
	height: 40px;
	margin-top: 30px;
	display: block;
	float: left;
	clear: left;
	background-image: url(//www.t-mobile.at/images/160x80_footer_business.png);
	background-repeat: no-repeat;
}

.container-footer .container-mainfooter a.business-banner:hover {
	background-position: 0 -40px;
}

.container-footer .bottom-bar {
	/*background-color: #FFF;*/
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	
	float: left;
	clear: left;
	margin-top: 20px;
}

.container-footer .bottom-bar .container-content {
	padding-left: 125px;
	max-width: 1250px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.container-footer .bottom-bar ul.bar-left,
.container-footer .bottom-bar ul.bar-left li {
	float: left;
	clear: none;
}

.container-footer .bottom-bar ul.bar-left li {
	margin-right: 20px;
}

.container-footer .bottom-bar .ft-logobar {
	background-image: url(//www.t-mobile.at/images/sprite-logobar.png);
	background-repeat: no-repeat;
	
	background-size: 114px auto;
	-moz-background-size: 114px auto;
	-webkit-background-size: 114px auto;
	display: block;
}

.container-footer .bottom-bar ul.bar-right {
	float: right;
	clear: none;
}

.container-footer .bottom-bar ul.bar-right li {
	margin-left: 20px;
	float: left;
	clear: none;
}

.container-footer .bottom-bar .ft-logobar.ft-visa { width: 41px; height: 26px; background-position: 0 -29px; }
.container-footer .bottom-bar .ft-logobar.ft-visa:hover { background-position: 0 0; }

.container-footer .bottom-bar .ft-logobar.ft-mastercard { width: 43px; height: 26px; background-position: 0 -87px; }
.container-footer .bottom-bar .ft-logobar.ft-mastercard:hover { background-position: 0 -58px; }

.container-footer .bottom-bar .ft-logobar.ft-dinersclub { width: 32px; height: 26px; background-position: 0 -145px; }
.container-footer .bottom-bar .ft-logobar.ft-dinersclub:hover { background-position: 0 -116px; }

.container-footer .bottom-bar .ft-logobar.ft-amerexpress { width: 27px; height: 26px; background-position: 0 -203px; }
.container-footer .bottom-bar .ft-logobar.ft-amerexpress:hover { background-position: 0 -174px; }

.container-footer .bottom-bar .ft-logobar.ft-eps { width: 33px; height: 26px; background-position: 0 -262px; }
.container-footer .bottom-bar .ft-logobar.ft-eps:hover { background-position: 0 -233px; }

.container-footer .bottom-bar .ft-logobar.ft-paybox { width: 66px; height: 26px; background-position: 0 -319px; }
.container-footer .bottom-bar .ft-logobar.ft-paybox:hover { background-position: 0 -290px; }

.container-footer .bottom-bar .ft-logobar.ft-euro { width: 38px; height: 26px; background-position: 0 -377px; }
.container-footer .bottom-bar .ft-logobar.ft-euro:hover { background-position: 0 -348px; }

.container-footer .bottom-bar .ft-logobar.ft-ssl { width: 113px; height: 26px; background-position: 0 -435px; }
.container-footer .bottom-bar .ft-logobar.ft-ssl:hover { background-position: 0 -406px; }


/** MAIN MENU **/


/** PROMO rightcoloum **/
.promo {	position: relative; }

.container-content-rightcolumn .promo {
	clear: left;
	float: left;
	width: 100%;
}

.container-content-rightcoloum  .promo {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom:25px;
	text-align:center;
}

.container-content-rightcoloum .promo img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.promoButton {
	position: absolute; 
}


/* TABLET LANDSCAPE */
@media all and (min-width: 961px) and (max-width: 1130px) {
	.container-content {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media all and (min-width: 769px) and (max-width: 960px) {
	
	.container-content {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		
		float: left;
		clear: left;
	}
	
	.container-footer .container-mainfooter ul.social-list li {
		margin-bottom: 10px;
	}
	
	.container-content-rightcolumn.col.c4 {
		width: 66.66666%;
	}
	.container-content-rightcolumn-top {width:49%; margin-right:1%; float:left;}
	.container-content-rightcolumn-bottom {width:50%; float:left;}
}

/* TABLET PORTRAIT */
@media all and (min-width: 681px) and (max-width: 768px) {
	
	.container-content {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		
		float: left;
		clear: left;
	}
	
	.container-footer .container-mainfooter ul.social-list li {
		margin-bottom: 10px;
	}
	
	.container-content-rightcolumn.col.c4 {
		width: 66.66666%;
	}
	.container-content-rightcolumn-top {width:49%; margin-right:1%; float:left;}
	.container-content-rightcolumn-bottom {width:50%; float:left;}
}


/* MOBILE */
@media all and (max-width: 680px) {
	.sm-hide {
		display: none !important;
	}
	.sm-show { 
		display: inline-block;
	}
	
	/** GRID **/
	.col.c1,
	.col.c2,
	.col.c3,
	.col.c4,
	.col.c5,
	.col.c6,
	.col.c7,
	.col.c8,
	.col.c9,
	.col.c10,
	.col.c11,
	.col.c12,
	.grid-spacing-big .col.c1,
	.grid-spacing-big .col.c2,
	.grid-spacing-big .col.c3,
	.grid-spacing-big .col.c4,
	.grid-spacing-big .col.c5,
	.grid-spacing-big .col.c6,
	.grid-spacing-big .col.c7,
	.grid-spacing-big .col.c8,
	.grid-spacing-big .col.c9,
	.grid-spacing-big .col.c10,
	.grid-spacing-big .col.c11,
	.grid-spacing-big .col.c12,
	.grid-spacing-big .col.c1:last-child,
	.grid-spacing-big .col.c2:last-child,
	.grid-spacing-big .col.c3:last-child,
	.grid-spacing-big .col.c4:last-child,
	.grid-spacing-big .col.c5:last-child,
	.grid-spacing-big .col.c6:last-child,
	.grid-spacing-big .col.c7:last-child,
	.grid-spacing-big .col.c8:last-child,
	.grid-spacing-big .col.c9:last-child,
	.grid-spacing-big .col.c10:last-child,
	.grid-spacing-big .col.c11:last-child,
	.grid-spacing-big .col.c12:last-child,
	.grid-spacing .col.c1,
	.grid-spacing .col.c2,
	.grid-spacing .col.c3,
	.grid-spacing .col.c4,
	.grid-spacing .col.c5,
	.grid-spacing .col.c6,
	.grid-spacing .col.c7,
	.grid-spacing .col.c8,
	.grid-spacing .col.c9,
	.grid-spacing .col.c10,
	.grid-spacing .col.c11,
	.grid-spacing .col.c12,
	.grid-spacing .col.c1:last-child,
	.grid-spacing .col.c2:last-child,
	.grid-spacing .col.c3:last-child,
	.grid-spacing .col.c4:last-child,
	.grid-spacing .col.c5:last-child,
	.grid-spacing .col.c6:last-child,
	.grid-spacing .col.c7:last-child,
	.grid-spacing .col.c8:last-child,
	.grid-spacing .col.c9:last-child,
	.grid-spacing .col.c10:last-child,
	.grid-spacing .col.c11:last-child,
	.grid-spacing .col.c12:last-child {
		width: 100%;
	}	

	/* KEEP COLS FOR SM-COL */
	.col.sm.c12, .col.smc12 { width: 100%; }
	.col.sm.c11, .col.smc11 { width: 91.66663%; }
	.col.sm.c10, .col.smc10 { width: 83.33333%; }
	.col.sm.c9, .col.smc9 { width: 74.99997%; }
	.col.sm.c8, .col.smc8 { width: 66.66666%; }
	.col.sm.c7, .col.smc7 { width: 58.33331%; }
	.col.sm.c6, .col.smc6 { width: 50%; }
	.col.sm.c5, .col.smc5 { width: 41.66665%; }
	.col.sm.c4, .col.smc4 { width: 33.33332%; }
	.col.sm.c3, .col.smc3 { width: 24.99999%; }
	.col.sm.c2, .col.smc2 { width: 16.66666%; }
	.col.sm.c1, .col.smc1 { width: 8.33333%; }
	
	/* GRID SPACING NORMAL */
	.grid-spacing .col.sm { margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.sm:last-child, .grid-spacing .col.sm.last-child { margin-right: 0; }
	
	.grid-spacing .col.sm.c12 { width: 99%; }
	.grid-spacing .col.sm.c12:last-child, .grid-spacing .col.sm.c12.last-child { width: 100%; }
	
	.grid-spacing .col.sm.c11 { width: 90.66663%; }
	.grid-spacing .col.sm.c11:last-child, .grid-spacing .col.sm.c11.last-child { width: 91.66663%; }
	
	.grid-spacing .col.sm.c10 { width: 82.33333%; }
	.grid-spacing .col.sm.c10:last-child, .grid-spacing .col.sm.c10.last-child { width: 83.33333%; }
	
	.grid-spacing .col.sm.c9 { width: 73.99997%; }
	.grid-spacing .col.sm.c9:last-child, .grid-spacing .col.sm.c9.last-child { width: 74.99997%; }
	
	.grid-spacing .col.sm.c8 { width: 65.66666%; }
	.grid-spacing .col.sm.c8:last-child, .grid-spacing .col.sm.c8.last-child { width: 66.66666%; }
	
	.grid-spacing .col.sm.c7 { width: 57.33331%; }
	.grid-spacing .col.sm.c7:last-child, .grid-spacing .col.sm.c7.last-child { width: 58.33331%; }
	
	.grid-spacing .col.sm.c6 { width: 49%; }
	.grid-spacing .col.sm.c6:last-child, .grid-spacing .col.sm.c6.last-child { width: 50%; }
	
	.grid-spacing .col.sm.c5 { width: 40.66665%; }
	.grid-spacing .col.sm.c5:last-child, .grid-spacing .col.sm.c5.last-child { width: 41.66665%; }
	
	.grid-spacing .col.sm.c4 { width: 32.33332%; }
	.grid-spacing .col.sm.c4:last-child, .grid-spacing .col.sm.c4.last-child { width: 33.33332%; }
	
	.grid-spacing .col.sm.c3 { width: 23.99999%; }
	.grid-spacing .col.sm.c3:last-child, .grid-spacing .col.sm.c3.last-child { width: 24.99999%; }
	
	.grid-spacing .col.sm.c2 { width: 15.66666%; }
	.grid-spacing .col.sm.c2:last-child, .grid-spacing .col.sm.c2.last-child { width: 16.66666%; }
	
	.grid-spacing .col.sm.c1 { width: 7.33333%; }
	.grid-spacing .col.sm.c1:last-child, .grid-spacing .col.sm.c1-last-child { width: 8.33333%; }
	
	/** GRID SPACING MOBILE **/
	.grid-spacing .col.smc12 { width: 99%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc12:last-child, .grid-spacing .col.smc12.last-child { width: 100%; margin-right: 0; }
	
	.grid-spacing .col.smc11 { width: 90.66663%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc11:last-child, .grid-spacing .col.smc11.last-child { width: 91.66663%; margin-right: 0; }
	
	.grid-spacing .col.smc10 { width: 82.33333%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc10:last-child, .grid-spacing .col.smc10.last-child { width: 83.33333%; margin-right: 0; }
	
	.grid-spacing .col.smc9 { width: 73.99997%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc9:last-child, .grid-spacing .col.smc9.last-child { width: 74.99997%; margin-right: 0; }
	
	.grid-spacing .col.smc8 { width: 65.66666%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc8:last-child, .grid-spacing .col.smc8.last-child { width: 66.66666%; margin-right: 0; }
	
	.grid-spacing .col.smc7 { width: 57.33331%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc7:last-child, .grid-spacing .col.smc7.last-child { width: 58.33331%; margin-right: 0; }
	
	.grid-spacing .col.smc6 { width: 49%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc6:last-child, .grid-spacing .col.smc6.last-child { width: 50%; margin-right: 0; }
	
	.grid-spacing .col.smc5 { width: 40.66665%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc5:last-child, .grid-spacing .col.smc5.last-child { width: 41.66665%; margin-right: 0; }
	
	.grid-spacing .col.smc4 { width: 32.33332%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc4:last-child, .grid-spacing .col.smc4.last-child { width: 33.33332%; margin-right: 0; }
	
	.grid-spacing .col.smc3 { width: 23.99999%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc3:last-child, .grid-spacing .col.smc3.last-child { width: 24.99999%; margin-right: 0; }
	
	.grid-spacing .col.smc2 { width: 15.66666%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc2:last-child, .grid-spacing .col.smc2.last-child { width: 16.66666%; margin-right: 0; }
	
	.grid-spacing .col.smc1 { width: 7.33333%; margin-right: 1%; margin-top:1%; }
	.grid-spacing .col.smc1:last-child, .grid-spacing .col.smc1-last-child { width: 8.33333%; margin-right: 0; }
	
	/* GRID SPACING BIGGER SPACES */
	.grid-spacing-big .col.sm { margin-right: 2%; margin-top:2%; }
	.grid-spacing-big .col.sm:last-child, .grid-spacing .col.sm.last-child { margin-right: 0; }
	
	.grid-spacing-big .col.sm.c12 { width: 98%; }
	.grid-spacing-big .col.sm.c12:last-child, .grid-spacing .col.sm.c12.last-child { width: 100%; }
	
	.grid-spacing-big .col.sm.c11 { width: 89.66663%; }
	.grid-spacing-big .col.sm.c11:last-child, .grid-spacing .col.sm.c11.last-child { width: 91.66663%; }
	
	.grid-spacing-big .col.sm.c10 { width: 81.33333%; }
	.grid-spacing-big .col.sm.c10:last-child, .grid-spacing .col.sm.c10.last-child { width: 83.33333%; }
	
	.grid-spacing-big .col.sm.c9 { width: 72.99997%; }
	.grid-spacing-big .col.sm.c9:last-child, .grid-spacing .col.sm.c9.last-child { width: 74.99997%; }
	
	.grid-spacing-big .col.sm.c8 { width: 64.66666%; }
	.grid-spacing-big .col.sm.c8:last-child, .grid-spacing .col.sm.c8.last-child { width: 66.66666%; }
	
	.grid-spacing-big .col.sm.c7 { width: 56.33331%; }
	.grid-spacing-big .col.sm.c7:last-child, .grid-spacing .col.sm.c7.last-child { width: 58.33331%; }
	
	.grid-spacing-big .col.sm.c6 { width: 48%; }
	.grid-spacing .col.sm.c6:last-child, .grid-spacing .col.sm.c6.last-child { width: 50%; }
	
	.grid-spacing-big .col.sm.c5 { width: 39.66665%; }
	.grid-spacing-big .col.sm.c5:last-child, .grid-spacing .col.sm.c5.last-child { width: 41.66665%; }
	
	.grid-spacing-big .col.sm.c4 { width: 31.33332%; }
	.grid-spacing-big .col.sm.c4:last-child, .grid-spacing .col.sm.c4.last-child { width: 33.33332%; }
	
	.grid-spacing-big .col.sm.c3 { width: 22.99999%; }
	.grid-spacing-big .col.sm.c3:last-child, .grid-spacing .col.sm.c3.last-child { width: 24.99999%; }
	
	.grid-spacing-big .col.sm.c2 { width: 14.66666%; }
	.grid-spacing-big .col.sm.c2:last-child, .grid-spacing .col.sm.c2.last-child { width: 16.66666%; }
	
	.grid-spacing-big .col.sm.c1 { width: 6.33333%; }
	.grid-spacing-big .col.sm.c1:last-child, .grid-spacing .col.sm.c1-last-child { width: 8.33333%; }
	
	
	/*
	.parallax-content {
		display: none;
	}
	*/
	
	.container-nav {
		top: 0;
	}
	
	.container-content {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		
		float: left;
		clear: left;
	}
	
	.container-headerimg {
		height: 300px;
	}
	
	.container-headerimg .header-text {
		bottom: 15px;
	}
	
	.container-headerimg h1 {
		font-size: 30px;
		line-height: 30px;
		font-family: "Tele-Grotesk-Ultra", Helvetica, Arial;
	}
	
	.container-headerimg h2 {
		font-size: 16px;
		line-height: 16px;
		color: #FFF;
	}
	
	.container-nav-content {
		height: 50px;
	}
	
	
	
	/** PROMO BAR **/
	.container-promobar .container-content .promo {
		float: left;
		clear: left;
		
		width: 100%;
	}
	
	.container-promobar .promo img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	
	/** FOOTER **/
	.container-footer {
		position: relative;
		float: left;
	}
	
	.container-footer .container-mainfooter {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.container-footer .container-mainfooter h4 {
		cursor: pointer;
		border-bottom: 1px solid #FFF;
		width: 100%;
		display: block;
		float: left;
		clear: left;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.container-footer .container-mainfooter .socialmedia h4 {
		border-bottom: 0;
		cursor: default;
	}
	
	.container-footer .container-mainfooter ul.ft-list {
		display: none;
		margin-top: 5px;
		margin-bottom: 10px;
		float: left;
		clear: left;
		font-size: 16px;
		vertical-align: middle;
	}

	.container-footer .container-mainfooter ul.ft-list li {
		float: left;
		clear: left;
		width: auto;
		display: block;
	}	
	
	.container-footer .container-mainfooter ul.ft-list li a {
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		width: 100%;
	}
	
	.container-footer .container-mainfooter ul.ft-list.visible {
		display: block;
	}
	
	.container-footer .bottom-bar ul.bar-left {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.container-footer .bottom-bar ul.bar-left li {
		margin-bottom: 10px;
	}
	
	.container-footer .bottom-bar ul.bar-right {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		clear: left;
		margin-top: 10px;
	}
	
	.container-footer .bottom-bar ul.bar-right li {
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 10px;
	}
	
	.magentaBtn.oversize {
		padding: 30px 40px;
	}
	
	/* CHAT */
	
	#lpbutton-div,
	div[id*='lpInviteLayer-'],
	#gfk_popDiv {
		display: none !important;
	}

	
}

.lerror {
  color: #e20074;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: left;
}



#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 10000;
	color: #f00;
	font-size: 15px;
	text-align: center;
}

#overlay a {
	color:#f00;
}

.container-content-legal *,
.container-content-seotags * {
	color: #999 !important;
}

/*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*/


/*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*//*FLAGACYCODE*/

/** LOGIN LAYER SIDEBAR **/

.LoginSidebar {
	position: fixed;
	right: -275px;
	top: 84px;
	
	width: 275px;
	max-width: 90%;
	height: 100%;
	display: block;
	
	background-color: #FFF;
	
	z-index: 1020;
	
	border-left: 1px solid #e20074;
	
	transition: right .5s, top .3s ease-in-out;
	-o-transition: right .5s, top .3s ease-in-out;
	-moz-transition: right .5s, top .3s ease-in-out;
	-webkit-transition: right .5s, top .3s ease-in-out;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	padding: 0 20px;
	overflow: auto;
}

.LoginSidebar.show { right: 0; }

.LoginSidebar.scroll {
	top: 4px;
}


.LoginSidebar .Close {
	width: auto;
	height: auto;
	display: block;
	
	position: absolute;
	right: 0;
	top: 0;
	
	padding: 10px;
}

.LoginSidebar .Close img {
	float: left;
	clear: left;
}

.LoginSidebar .Title {
	float: left;
	clear: both;
	
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin: 20px 0;
	margin-top: 40px;
	
	border-bottom: 1px solid #efefef;
}

.LoginSidebar .Title .login-note {
	border: 2px solid #e20074;
	color: #e20074;
	padding: 10px;
	margin-top: 20px;
	font-family: Tele-Grotesk-Fett, Arial, Helvetica, sans-serif;
}

.LoginSidebar .Form {
	float: left;
	clear: left;
	
	width: 100%;
	height: auto;

	border-bottom: 1px solid #efefef;
}

.LoginSidebar .Form form {
	float: left;
	clear: left;
	
	width: 100%;
}

.LoginSidebar .Form form label,
.LoginSidebar .Form form input {
	float: left;
	clear: left;
	
	width: 100%;
	display: block;
}
.LoginSidebar .Form form label { margin-bottom: 3px; }
.LoginSidebar .Form form input { margin-bottom: 20px; }

.LoginSidebar .Form form input[type="text"],
.LoginSidebar .Form form input[type="password"] {
	border: 1px solid #e6e6e6;
	
	-webkit-box-shadow: 0px 1px 3px 0px rgba(51,51,51,0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(51,51,51,0.15);
	box-shadow: 0px 1px 3px 0px rgba(51,51,51,0.15);
}

.LoginSidebar .register {
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

.LoginSidebar .register a.whiteBtn {
	width: 100%;
	text-align: center;
	line-height: 20px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.LoginSidebar .loginhelp {
	float: left;
	clear: left;
	
	width: 100%;
	height: auto;

	padding-bottom: 10px;
	margin-bottom: 20px;
}

.LoginSidebar .loginhelp a {
	color: #e20074;
	font-size: 14px;
	display: block;
}

.LoginSidebar .loginhelp a:nth-child(n+2) {
	margin-top: 10px;
}

.sidebarBlack {
	position: fixed;
	width: 100%;
	height: 100%;
	
	display: none;
	
	top: 0;
	left: 0;
	
	background-color: #000;
	
	z-index: 1010;
		
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
	
	transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

.sidebarBlack.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}



/* TINKA */
/*
#etva {
	display: none;
}

@media all and (max-width: 680px) {
	
	#etva {
		display: block;
	}
	
	#etva .etmobile {
		right: 10px !important;
		top: 70px !important;
	}
	
	#etva .etmobile .etvamobile {
		z-index: 100;
	}
	
}
*/



/* 2016-03 */


/* BRAND BAR, SCROLL STYLES */

.brand-bar {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 84px;
	padding: 24px;
	background-color: #e20074;
	overflow: hidden;
	
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.brand-bar img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  
  transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.brand-bar img.logo {
	float: left;
	width: 74px;
}

.brand-bar img.claim {
	float: right;
	margin-top: 15px;
}

.brand-bar.scroll {
	padding: 0 24px;
	height: 4px;
}

.brand-bar.scroll img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.brand-bar .mobile-menu-btn {
	float: right;
	clear: none;
  display: none;
  width: 36px;
  height: 13px;
  margin-right: 2px;
  margin-left: 20px;
  padding: 12px 8px 11px 7px;
  width: auto;
}

.brand-bar .mobile-menu-btn.opened {
	height: 19px;
	padding: 9px 8px 8px 9px;
}

.brand-bar .mobile-menu-btn img {
	vertical-align: top;
}

.brand-bar .mobile-menu-btn .line {
	background-color: #ffffff;
	clear: left;
	display: block;
	float: left;
	height: 1px;
	margin-bottom: 5px;
	width: 21px;
}

.brand-bar .mobile-menu-btn.closed .mobile-btn-close {
	display: none;
}

.brand-bar .mobile-menu-btn.opened .mobile-btn-close img {
	width: 19px;
}

.brand-bar .mobile-menu-btn.opened .mobile-btn-open {
	display: none;
}



.container-nav .nav-background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .55);
	visibility: hidden;
	margin-left: 125px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.container-nav.active {
	z-index: 1010;
}

.container-nav.active .nav-background {
	visibility: visible;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  
  transition: .15s ;
	-moz-transition: .15s;
	-webkit-transition: .15s;
	-o-transition: .15s;
}

.container-nav-content {
	padding-top: 84px;
	
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.container-nav-content.scroll {
	padding-top: 0;
}

#etva .etdesktop {
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

#etva .etdesktop.scroll {
	top: 20px;
}

/* NAVIGATION */

.container-nav {
	position: fixed;
	z-index: 200;
	width: 124px;
	height: 100%;
	border-right: 1px solid #222222;
	background-color: #000000;
}

.container-nav-inner {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.container-nav-main {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
}

.container-nav-content {
	width: 100%;
	height: 100%;
}

.container-nav-main .gigadrop-navigation {
	width: 100%;
	height: auto;
	margin: 0;
}

.container-nav-main .gigadrop-navigation li.main {
	width: 100%;
	border-bottom: 1px solid #222222;
	display: block;
	position: relative;
	float: left;
}

.container-nav-main .gigadrop-navigation li.main a.main-link {
	width: 100%;
	height: 45px;
	padding: 15px;
	margin: 0;
	font-family: Tele-Grotesk-Fett, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.container-nav-main .gigadrop-navigation li.main a.main-link > img {
	float: left;
	width: 15px;
}

.container-nav-main .gigadrop-navigation li.main a.main-link > span {
	float: left;
	margin-left: 10px;
	line-height: 15px;
}

.container-nav-main .gigadrop-navigation li.main a.main-link.double {
	padding: 10px 15px;
}

.container-nav-main .gigadrop-navigation li.main a.main-link.double > img {
	margin-top: 5px;
}

.container-nav-main .gigadrop-navigation li.main a.main-link.double > span {
	line-height: 13px;
}

.container-nav-main .gigadrop-navigation li.main.active,
.desktop-device .container-nav-main .gigadrop-navigation li.main:hover {
	width: 125px;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #000000;
	border-left: none;
	border-right: none;
}

.container-nav-main .gigadrop-navigation li.main.active a.main-link,
.desktop-device .container-nav-main .gigadrop-navigation li.main a.main-link:hover {
	background-color: #e6e6e6;
	color: #000000;
	border-left: none;
	border-right: none;
}

.container-nav-main .gigadrop-navigation.nav-login li.main a.main-link,
.desktop-device .container-nav-main .gigadrop-navigation.nav-login li.main a.main-link:hover,
.container-nav-main .gigadrop-navigation li.main.login a.main-link,
.desktop-device .container-nav-main .gigadrop-navigation li.main.login a.main-link:hover {
	color: #e20074;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer {
	position: fixed;
	margin-left: 125px;
	top: 84px;
	display: block;
	visibility: hidden;
	padding: 30px;
	border: none;
	min-height: 360px;
	background-color: #ffffff;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.container-nav-main .gigadrop-navigation li.main.active .gigadrop-layer {
	left: 0;
	visibility: visible;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  
  transition: -ms-filter .15s, -moz-opacity .15s, -khtml-opacity.15s, opacity .15s, top .3s ease-in-out;
	-moz-transition: -ms-filter .15s, -moz-opacity .15s, -khtml-opacity.15s, opacity .15s, top .3s ease-in-out;
	-webkit-transition: -ms-filter .15s, -moz-opacity .15s, -khtml-opacity.15s, opacity .15s, top .3s ease-in-out;
	-o-transition: -ms-filter .15s, -moz-opacity .15s, -khtml-opacity.15s, opacity .15s, top .3s ease-in-out;
}

.container-nav-main .scroll .gigadrop-navigation li.main .gigadrop-layer {
	top: 4px !important;
}

.container-nav-main a.business-link {
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px;
	height: auto;
	line-height: normal;
	font-family: Tele-Grotesk-Fett, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.desktop-device .container-nav-main a.business-link:hover {
	width: 125px;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.container-nav-main a.business-link span.magenta {
	font-size: 11px;
	float: left;
	clear: left;
	color: #e20074;
}

.container-nav-main a.business-link span.white {
	font-size: 13px;
	float: left;
	clear: left;
}

.desktop-device .container-nav-main a.business-link:hover span.white {
	color: #000000;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column {
	padding: 10px 15px;
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column > .gigadrop-column {
	padding: 0;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.underneath {
	position: absolute;
	margin-top: 20px;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 {
	font-size: 18px;
	color: #e20074;
	text-transform: uppercase;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 span.active,
.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 span.inactive {
	display: none;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column ul.gd-list {
	width: 250px;
	margin-top: 10px;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column ul.gd-list li {
	font-size: 18px;
	padding-bottom: 10px;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.banner-column .banner-list.gd-list li {
	margin-bottom: 0;
}

.desktop-device .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column ul.gd-list li a:hover {
	color: #e20074;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.banner-column {
	padding: 10px 15px 0 0;
	width: 220px;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.banner-column .banner-list {
	float: left;
	margin-top: 16px;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.banner-column .banner-list li {
	float: left;
	margin-bottom: 10px;
}

.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.banner-column .banner-list li a,
.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.banner-column .banner-list li a img {
	float: left;
}

.container-nav a.wie-ich-will {
	bottom: 25px;
	left: 25px;
	position: absolute;
}

.container-nav a.wie-ich-will img {
	vertical-align: bottom;
}

.container-nav .nav-chat {
  float: left;
  max-width: 100%;
  padding: 10px;
  
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.container-nav .nav-chat img {
	max-width: 100%;
}



@media all and (min-width: 1160px) {
	
	.touch-device .container-nav-main a:hover {
		color: inherit !important;
	}

}



@media all and (max-width: 1159px) {
	
	.st-show { display: inherit; }
	.st-hide { display: none; }

	#etva .etdesktop,
	#etva .ettablet {
		top: 72px !important;
	}
	
	.brand-bar {
		padding: 10px;
		height: 56px;
	}
	
	.brand-bar .mobile-menu-btn {
		display: block;
	}
	
	.container-nav {
		display: none;
	}
	
	.container-nav.visible {
		display: block;
		width: 100%;
		background-color: rgba(0, 0, 0, .55);
		height: 100%;
		overflow: hidden;
		z-index: 1010;
	}
	
	.container-nav .nav-background {
		display: none !important;
	}
	
	.container-nav-inner {
		height: 100%;
		float: left;
		overflow: hidden;
	}
	
	.container-nav-main {
		overflow-y: auto;
		background: none;
	}
	
	.container-nav-content {
		float: left;
		position: relative;
		padding-top: 56px;
		height: auto;
		overflow: hidden;
	}
	
	.container-nav.visible .main-navigation.gigadrop-navigation {
		position: relative;
		top: 0;
		display: block;
		background-color: #000000;
		max-height: none !important;
		overflow: hidden !important;
	}
	
	.container-nav-main .nav-login.gigadrop-navigation {
		float: left;
		clear: left;
		height: 45px;
	}
	
	.container-nav-main .gigadrop-navigation li.main {
		padding: 0;
		height: auto;
	}
	
	.container-nav-main .gigadrop-navigation li.main:hover {
		border-color: #222222;
		border-left: none;
	}
	
	.container-nav-main .container-nav-content .main-navigation.gigadrop-navigation li.main a.main-link,
	.container-nav-main .nav-login.gigadrop-navigation li.main a.main-link {
		height: 45px;
		padding: 15px;
		font-size: 13px;
		line-height: 15px;
		color: #ffffff;
		background-color: #000000;
		border-bottom: none;
	}
	
	.container-nav-main .container-nav-content .main-navigation.gigadrop-navigation li.main.active a.main-link,
	.desktop-device .container-nav-main .container-nav-content .main-navigation.gigadrop-navigation li.main a.main-link:hover,
	.desktop-device .container-nav-main .nav-login.gigadrop-navigation li.main a.main-link:hover {
		color: #000000;
		background-color: #e6e6e6;
		margin-bottom: 0;
	}

	.desktop-device .container-nav-main .gigadrop-navigation li.main:hover {
		width: 100%;
	}

	.container-nav-main .gigadrop-navigation li.main a.main-link.double > span {
		line-height: 15px;
	}
	
	.container-nav-main .gigadrop-navigation li.main a.main-link.double > span > br {
		display: none;
	}
	
	.container-nav-main .gigadrop-navigation li.main a.main-link.double > img {
		margin-top: 0;
	}
	
	.container-nav-main .gigadrop-navigation li.main.active,
	.container-nav-main .gigadrop-navigation li.main:hover {
		width: 100%;
		margin-bottom: 0;
	}
	
	.container-nav-main a.business-link {
		display: block;
		background-color: #000000;
	}
	
	.desktop-device .container-nav-main a.business-link:hover {
		display: block;
		width: 100%;
		background-color: #e6e6e6;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer {
		visibility: visible;
		margin-left: 0;
		position: relative;
		float: left;
		z-index: 1;
		padding: 0;
		width: 100%;
		top: 0 !important;
		min-height: 0;
		max-height: 0;
		height: auto;
		overflow: hidden;
		
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}
	
	.container-nav-main .gigadrop-navigation li.main.active .gigadrop-layer {
		max-height: 1000px;
		
		transition: max-height 2s ease-in-out;
		-moz-transition: max-height 2s ease-in-out;
		-webkit-transition: max-height 2s ease-in-out;
		-o-transition: max-height 2s ease-in-out;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.banner-column {
		/*display: none;*/
		padding: 0;
		width: auto;
	}

	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.banner-column .banner-list {
		margin-top: 0;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column {
		padding: 0;
		position: relative;
		width: 100% !important;
		float: left;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.underneath {
		position: inherit;
		margin-top: 0;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 {
		display: block;
		font-size: 13px;
		line-height: 13px;
		padding: 14px 15px;
		height: 40px;
		color: #000000;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 0;
		cursor: pointer;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 span {
		float: right;
		color: #a9a9a9;
		font-size: 22px;
		line-height: 15px;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 span.inactive {
		display: inline-block;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 span.active {
		display: none;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.active h3,
	.desktop-device .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3:hover {
		color: #e20074;
		border-bottom: 1px solid #e9e9e9 !important;
	}
	
	.desktop-device .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3:hover span {
		color: #e20074;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.active h3 span.inactive {
		display: none;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.active h3 span.active {
		display: inline-block;
		color: #e20074;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column ul.gd-list {
		width: 100%;
		float: left;
		max-height: 0;
		margin-top: 0;
		overflow: hidden;

		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}
	
	.main-navigation.gigadrop-navigation li.main.active .gigadrop-layer .gigadrop-column.active ul.gd-list {
		max-height: 600px;
		
		transition: max-height 1s ease-in-out;
		-moz-transition: max-height 1s ease-in-out;
		-webkit-transition: max-height 1s ease-in-out;
		-o-transition: max-height 1s ease-in-out;
	}
	
	.container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column ul.gd-list li {
		float: left;
		width: 100%;
		padding: 0;
	}
	
	.main-navigation.gigadrop-navigation li.main.active .gigadrop-layer .gigadrop-column ul.gd-list li a {
		font-size: 18px;
		padding: 8px 15px;
		height: 40px;
		border-bottom: 1px solid #e9e9e9;
		float: left;
		width: 100%;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.container-nav a.wie-ich-will {
		display: none;
	}
	
	.container-nav .nav-chat {
		display: none;
	}
	
	.LoginSidebar {
		top: 56px;
		padding-bottom: 56px;
	}
	
}



/* in 1120 pages mobile begins at 1279 */

@media all and (max-width: 1279px) {
	
	.wide-content .st-show { display: inherit; }
	.wide-content .st-hide { display: none; }
	
	.wide-content #etva .etdesktop,
	.wide-content #etva .ettablet {
		top: 72px !important;
	}
	
	.wide-content .brand-bar {
		padding: 10px;
		height: 56px;
	}
	
	.wide-content .brand-bar .mobile-menu-btn {
		display: block;
	}
	
	.wide-content .container-nav {
		display: none;
	}
	
	.wide-content .container-nav.visible {
		display: block;
		width: 100%;
		background-color: rgba(0, 0, 0, .55);
		height: 100%;
		overflow: hidden;
	}
	
	.wide-content .container-nav .nav-background {
		display: none !important;
	}
	
	.wide-content .container-nav-inner {
		height: 100%;
		float: left;
		overflow: hidden;
	}
	
	.wide-content .container-nav-main {
		overflow-y: auto;
		background: none;
	}
	
	.wide-content .container-nav-content {
		float: left;
		position: relative;
		padding-top: 56px;
		height: auto;
		overflow: hidden;
	}
	
	.wide-content .container-nav.visible .main-navigation.gigadrop-navigation {
		position: relative;
		top: 0;
		display: block;
		background-color: #000000;
		max-height: none !important;
		overflow: hidden !important;
	}
	
	.wide-content .container-nav-main .nav-login.gigadrop-navigation {
		float: left;
		clear: left;
		height: 45px;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main {
		padding: 0;
		height: auto;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main:hover {
		border-color: #222222;
		border-left: none;
	}
	
	.wide-content .container-nav-main .container-nav-content .main-navigation.gigadrop-navigation li.main a.main-link,
	.wide-content .container-nav-main .nav-login.gigadrop-navigation li.main a.main-link {
		height: 45px;
		padding: 15px;
		font-size: 13px;
		line-height: 15px;
		color: #ffffff;
		background-color: #000000;
		border-bottom: none;
	}
	
	.wide-content .container-nav-main .container-nav-content .main-navigation.gigadrop-navigation li.main.active a.main-link,
	.wide-content .desktop-device .container-nav-main .container-nav-content .main-navigation.gigadrop-navigation li.main a.main-link:hover,
	.wide-content .desktop-device .container-nav-main .nav-login.gigadrop-navigation li.main a.main-link:hover {
		color: #000000;
		background-color: #e6e6e6;
		margin-bottom: 0;
	}

	.wide-content .desktop-device .container-nav-main .gigadrop-navigation li.main:hover {
		width: 100%;
	}

	.wide-content .container-nav-main .gigadrop-navigation li.main a.main-link.double > span {
		line-height: 15px;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main a.main-link.double > span > br {
		display: none;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main a.main-link.double > img {
		margin-top: 0;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main.active,
	.wide-content .container-nav-main .gigadrop-navigation li.main:hover {
		width: 100%;
		margin-bottom: 0;
	}
	
	.wide-content .container-nav-main a.business-link {
		display: block;
		background-color: #000000;
	}
	
	.wide-content .desktop-device .container-nav-main a.business-link:hover {
		display: block;
		width: 100%;
		background-color: #e6e6e6;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer {
		visibility: visible;
		margin-left: 0;
		position: relative;
		float: left;
		z-index: 1;
		padding: 0;
		width: 100%;
		top: 0 !important;
		min-height: 0;
		max-height: 0;
		height: auto;
		overflow: hidden;
		
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main.active .gigadrop-layer {
		max-height: 1000px;
		
		transition: max-height 2s ease-in-out;
		-moz-transition: max-height 2s ease-in-out;
		-webkit-transition: max-height 2s ease-in-out;
		-o-transition: max-height 2s ease-in-out;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column {
		padding: 0;
		position: relative;
		width: 100% !important;
		float: left;
	}

	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.underneath {
		position: inherit;
		margin-top: 0;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 {
		display: block;
		font-size: 13px;
		line-height: 13px;
		padding: 14px 15px;
		height: 40px;
		color: #000000;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 0;
		cursor: pointer;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 span {
		float: right;
		color: #a9a9a9;
		font-size: 22px;
		line-height: 15px;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 span.inactive {
		display: inline-block;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3 span.active {
		display: none;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.active h3,
	.wide-content .desktop-device .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3:hover {
		color: #e20074;
		border-bottom: 1px solid #e9e9e9 !important;
	}
	
	.wide-content .desktop-device .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column h3:hover span {
		color: #e20074;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.active h3 span.inactive {
		display: none;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column.active h3 span.active {
		display: inline-block;
		color: #e20074;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column ul.gd-list {
		width: 100%;
		float: left;
		max-height: 0;
		margin-top: 0;
		overflow: hidden;

		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
	}
	
	.wide-content .main-navigation.gigadrop-navigation li.main.active .gigadrop-layer .gigadrop-column.active ul.gd-list {
		max-height: 600px;
		
		transition: max-height 1s ease-in-out;
		-moz-transition: max-height 1s ease-in-out;
		-webkit-transition: max-height 1s ease-in-out;
		-o-transition: max-height 1s ease-in-out;
	}
	
	.wide-content .container-nav-main .gigadrop-navigation li.main .gigadrop-layer .gigadrop-column ul.gd-list li {
		float: left;
		width: 100%;
		padding: 0;
	}
	
	.wide-content .main-navigation.gigadrop-navigation li.main.active .gigadrop-layer .gigadrop-column ul.gd-list li a {
		font-size: 18px;
		padding: 8px 15px;
		height: 40px;
		border-bottom: 1px solid #e9e9e9;
		float: left;
		width: 100%;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.wide-content .container-nav a.wie-ich-will {
		display: none;
	}
	
	.wide-content .container-nav .nav-chat {
		display: none;
	}
	
	.wide-content .LoginSidebar {
		top: 56px;
	}

}



/* CONTAINER */

.container-content-main,
.container-parallax,
.container-promobar {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}

@media all and (max-width: 1159px) {
	
	.container-main {
		padding-left: 0;
	}
	
	.container-content {
		max-width: 1020px;
	}
	
	.container-content-main {
		padding-left: 0;
	}

	.container-headerimg .header-text {
		padding-left: 0;
	}
	
	.container-parallax,
	.container-promobar,
	.container-footer .container-mainfooter .container-content,
	.container-footer .bottom-bar .container-content {
		padding-left: 10px;
	}
	
}



/* in 1120 pages mobile begins at 1279 */

@media all and (max-width: 1279px) {
	
	.wide-content .container-main {
		padding-left: 0;
	}

	.wide-content .container-content {

		max-width: 1020px;
	}
	
	.wide-content .container-content-main {
		padding-left: 0;
	}
	
	.wide-content .container-headerimg .header-text {
		padding-left: 0;
	}
	
	.wide-content .container-parallax,
	.wide-content .container-footer .container-mainfooter .container-content,
	.wide-content .container-footer .bottom-bar .container-content {
		padding-left: 10px;
	}
	
	.wide-content .container-promobar {
		padding-left: 0;
	}
	
}



/* keypad */

.keypad {
	display: inline-block;
	font-size: 0;
}

.keypad span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: bottom;
	color: #ffffff;
	font-size: 16px;
	margin-left: 5px;
}

.keypad span:first-child {
	margin-left: 0;
}

.keypad span.red {
	background-color: #e20074;
}

.keypad span.green {
	background-color: #3eb251;
}

.keypad span.text {
	color: #e20074;
	border: 2px solid #e20074;
	width: auto;
	padding: 0 10px;
	font-family: Tele-Grotesk-Fett, Arial, Helvetica, sans-serif;
	line-height: 34px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.keypad .number {
	font-weight: bold;
}

.keypad .fa {
	font-weight: normal;
}

.keypad.inline {
	display: inline;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.keypad.inline span {
	font-size: 12px;
	vertical-align: baseline;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin-left: 2px;
}

.webkit-device .keypad.inline span {
	line-height: 15px;
}

.keypad.inline span.fa {
	font-size: 11px;
}

.keypad.inline span.text {
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding: 0 5px;
	width: auto;
}

@media all and (max-width: 767px) {
	
	.keypad span {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin-left: 2px;
	}
	
	.keypad span.text {
		line-height: 20px;
		padding: 0 5px;
	}
	
}

/* Page Switch Navigation Section */

.section.page-switch {
	background: #000;
	text-align: center;
}
.section.page-switch .content {
	padding: 30px 10px !important;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.section.page-switch .content a {
	font-size: 19px;
	text-align: center;
	border: 2px solid #cccccc;
	color: #808080;
	box-sizing: border-box;
}
.section.page-switch .content a:hover {
    background-color: #e20074;
    color: #ffffff;
    border-color: #d6006f;
}
.section.page-switch .col.mid.active{
    border-color: #d6006f;
    background-color: #e20074;
    color: white;
}
.section.page-switch .col.mid.active:hover{
    background-color: #fc0082;
    border-color: #e20074;
    color: #FFF !important;
}
.section.page-switch .content a.c2 { width: 50%; }
.section.page-switch .content a.c3 { width: 33.3333%; }
.section.page-switch .content a.c4 { width: 25%; }
.section.page-switch .content a.c5 { width: 20%; }
.section.page-switch .content a.c6 { width: 16.6666%; }
@media all and (max-width: 1019px) {
	.section.page-switch.doubled-lines-on-tablet .content a {
		height: 60px;
	}
}
@media all and (max-width: 850px) {
	.section.page-switch .content a.c6,
	.section.page-switch .content a.c5 { width: 100%; margin-top: 10px; }

	.section.page-switch .content a.c6:first-child,
	.section.page-switch .content a.c5:first-child { margin-top: 0px; }
	
	.section.page-switch.doubled-lines-on-tablet .content a.c5,
	.section.page-switch.doubled-lines-on-tablet .content a.c6 {height: auto;}
}
@media all and (max-width: 800px) {
	.section.page-switch .content a.c4 { width: 100%; margin-top: 10px; }
	.section.page-switch .content a.c4:first-child { margin-top: 0px; }
	.section.page-switch.doubled-lines-on-tablet .content a.c4 {height: auto;}
}
@media all and (max-width: 700px) {
	.section.page-switch .content a.c3 { width: 100%; margin-top: 10px; }
	.section.page-switch .content a.c3:first-child { margin-top: 0px; }
	.section.page-switch.doubled-lines-on-tablet .content a.c3 {height: auto;}
}
@media all and (max-width: 679px) {
	.section.page-switch.doubled-lines-on-tablet .content a {
		height: auto;
	}
}
@media all and (max-width: 600px) {
	.section.page-switch .content a.c2 { width: 100%; margin-top: 10px; }
	.section.page-switch .content a.c2:first-child { margin-top: 0px; }
}

/* chat button */

.container-nav .nav-chat-2018 {
	position: absolute;
	z-index: 50;
	left: 26px;
	bottom: -100%;
	padding: 0;
	overflow: hidden;

	-webkit-animation: .5s ease-out 0s 1 forwards chatButtonRevealDesktop;
	-moz-animation:    .5s ease-out 0s 1 forwards chatButtonRevealDesktop;
	-o-animation:      .5s ease-out 0s 1 forwards chatButtonRevealDesktop;
	animation:         .5s ease-out 0s 1 forwards chatButtonRevealDesktop;
}

#lpbutton-div-landingdesktop {
	display: inline-block;
}

#lpbutton-div-landingmobile,
body.bottom-bar-chat .container-nav .nav-chat-2018 {
	display: none;
}

.container-nav .nav-chat-2018 #lpbutton-div-NewButton .button {
	display: block;
	position: relative;
	background-image: url(/images/78x81_chat_button.svg);
	width: 78px;
	height: 81px;
	background-size: 78px 81px;
}

#lpbutton-div-landingmobile .button {
	position: fixed;
	z-index: 2000;
	left: 10px;
	bottom: 12px;
	background-image: url(/images/52x55_chat_button.svg);
	width: 52px;
	height: 55px;
	background-size: 52px 55px;			

	-webkit-animation: .5s ease-out 0s 1 forwards chatButtonRevealMobile;
	-moz-animation:    .5s ease-out 0s 1 forwards chatButtonRevealMobile;
	-o-animation:      .5s ease-out 0s 1 forwards chatButtonRevealMobile;
	animation:         .5s ease-out 0s 1 forwards chatButtonRevealMobile;
}

#lpbutton-div-landingdesktop .button {
	display: inline-block;
	font-family: "Tele-Grotesk-Fett", Arial,Helvetica, sans-serif;
	border: 1px solid #e20074;
	font-size: 19px;
	color: #e20074;
	padding: 0 15px 0 65px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	vertical-align: middle;
	margin-right: 20px;
	background-image: url(/images/37x29_chat_button_icon.svg);
	background-size: 37px 29px;
	background-position: 12px 6px;
	background-repeat: no-repeat;
}

@media all and (max-width: 1159px) {

	#lpbutton-div-landingmobile {
		display: block;
	}

	.container-nav .nav-chat-2018,
	body.bottom-bar-chat #lpbutton-div-landingmobile {
		display: none;
	}

	.container-footer {
		padding-bottom: 80px;
	}

	body.bottom-bar-chat .container-footer {
		padding-bottom: 0;
	}

}

@media all and (max-width: 680px) {

	#lpbutton-div-landingmobile,
	body.bottom-bar-chat #lpbutton-div-landingmobile {
		display: block;
	}

	.container-footer,
	body.bottom-bar-chat .container-footer {
		padding-bottom: 80px;
	}

}

@-webkit-keyframes chatButtonRevealDesktop {
	0% { bottom: -81px; opacity: 0; }
	100% { bottom: 35px; opacity: 1; }
}
@-moz-keyframes chatButtonRevealDesktop {
	0% { bottom: -81px; opacity: 0; }
	100% { bottom: 35px; opacity: 1; }
}
@-o-keyframes chatButtonRevealDesktop {
	0% { bottom: -81px; opacity: 0; }
	100% { bottom: 35px; opacity: 1; }
}
@keyframes chatButtonRevealDesktop {
	0% { bottom: -81px; opacity: 0; }
	100% { bottom: 35px; opacity: 1; }
}
@-webkit-keyframes chatButtonRevealMobile {
	0% { bottom: -55px; opacity: 0; }
	100% { bottom: 12px; opacity: 1; }
}
@-moz-keyframes chatButtonRevealMobile {
	0% { bottom: -55px; opacity: 0; }
	100% { bottom: 12px; opacity: 1; }
}
@-o-keyframes chatButtonRevealMobile {
	0% { bottom: -55px; opacity: 0; }
	100% { bottom: 12px; opacity: 1; }
}
@keyframes chatButtonRevealMobile {
	0% { bottom: -55px; opacity: 0; }
	100% { bottom: 12px; opacity: 1; }
}
		
*[role="button"] {
   outline: none;
}

/* usercentrics */
app-styles > div { display: none; }