@charset "UTF-8";
/* CSS Document */

.container-menue {
	width: 100%;
	z-index: 99;
	position: fixed;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom-style: solid;
	border-bottom-color: rgba(240,240,240,0.50);
	border-bottom-width: 1px;
}

.container-logo {
	width: auto;
	height: 40px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	float: left;
}

.container-logo img {
	width: auto;
	height: 40px;
	border: none;
}

.container-buttons {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: top;
	padding-top: 33px;
	padding-bottom: 33px;
	font-weight: 500;
	padding-left: 8%;
	width: 55%
}

.menue-button {
	margin-right: 4%;
	color: rgba(255,255,255,0.80);
	display: inline-block;
}

.container-undermenue {
	width: 100%;
	height: 130px;
	position: fixed;
	z-index: 98;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.container-login {
	width: 300px;
	position: fixed;
	z-index: 99;
	right: 30px;
	text-align: right;
}

.button-support {
	width: 70px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,0.70);
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,0.70);
	text-align: left;
	background-image: url(../images/luane-full-service-ticketing-ticketanbieter-leipzig-sachsen-support.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: auto 15px;
	margin-top: 22px;
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button-support:hover {
	width: 70px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,1.00);
	text-align: left;
	background-image: url(../images/luane-full-service-ticketing-ticketanbieter-leipzig-sachsen-support.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: auto 15px;
	margin-top: 22px;
	display: inline-block;
	margin-right: 5px;
}


.button-login {
	width: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(0,0,0,1.00);
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,0.70);
	background-color: rgba(255,255,255,1.00);
	margin-top: 22px;
	display: inline-block;
	text-align: center;
}

.button-login:hover {
	width: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(0,0,0,1.00);
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,0.70);
	background-color: rgba(255,255,255,1.00);
	margin-top: 22px;
	display: inline-block;
	text-align: center;
}



a.menue-button-go:link {
	text-decoration: none;
	color: rgba(255,255,255,0.70);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.menue-button-go:visited {
	text-decoration: none;
	color: rgba(255,255,255,0.70);
}

a.menue-button-go:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
a.menue-button-go:active {
	text-decoration: none;
	color: rgba(255,255,255,0.70);
}


a.menue-button-support-go:link {
	text-decoration: none;
	color: rgba(0,0,0,0.90);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.menue-button-support-go:visited {
	text-decoration: none;
	color: rgba(0,0,0,0.90);
}

a.menue-button-support-go:hover {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
a.menue-button-support-go:active {
	text-decoration: none;
	color: rgba(0,0,0,0.90);
}