.menu-button {
	display: none;
}
#menuephone {
	display: none;

}
#menue {
	display: block;
	position: absolute;
	right: 50px;
	bottom: 30px;
}
#menue ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}
#menue ul li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	margin: 0 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menue ul li a{
	font-size: 25px;
	color: #000;
	font-family: PlutoSansBold;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menue ul li a:hover{
	color: #E52731;
}
#menue ul li a.rex-current, #menue ul li a.rex-active{
	color: #E52731;
}

#lang{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	right: 50px;
	bottom: 30px;
}
#lang li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 25px;
	color: #000;
	font-family: PlutoSansLight;
	text-transform: uppercase;
}
#lang li.current_lang {
	color: #E52731;
}
#lang li.trenner {
	margin: 0 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#lang li a{
	font-size: 25px;
	color: #000;
	font-family: PlutoSansLight;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#lang li a:hover {
	color: #E52731;
}
a#right{
	display: block;
	position: fixed;
	z-index: 100;
	top:50%;
	margin-top: -42px;
	right: 20px;
	width: 85px;
	height: 85px;
	background-image: url(b_right_r.png);
	background-repeat: no-repeat;
	-moz-background-size:170px 85px; /* Firefox */
	-webkit-background-size:170px 85px; /* Safari, Chrome */
	background-size:170px 85px; /* Opera, IE, W3C Standard */
	
}
a#right dfn{
	font-size: 1px;
	display: none;
}
a#right:hover{
	background-image: url(b_right_r.png);
	background-position: top right;
}

a#left{
	display: block;
	position: fixed;
	z-index: 100;
	top:50%;
	margin-top: -42px;
	left: 20px;
	width: 85px;
	height: 85px;
	background-image: url(b_left_r.png);
	background-repeat: no-repeat;
	-moz-background-size:170px 85px; /* Firefox */
	-webkit-background-size:170px 85px; /* Safari, Chrome */
	background-size:170px 85px; /* Opera, IE, W3C Standard */
	background-position: top right;
}
a#left dfn{
	font-size: 1px;
	display: none;
}
a#left:hover{
	background-image: url(b_left_r.png);
	background-position: top left;
}

a#down{
	display: block;
	position: fixed;
	z-index: 100;
	bottom:20px;
	left: 50%;
	margin-left: -42px;
	width: 85px;
	height: 85px;
	background-image: url(b_down_r.png);
	background-repeat: no-repeat;
	-moz-background-size:85px 170px; /* Firefox */
	-webkit-background-size:85px 170px; /* Safari, Chrome */
	background-size:85px 170px; /* Opera, IE, W3C Standard */
	background-position: top left;
}
a#down dfn{
	font-size: 1px;
	display: none;
}
a#down:hover{
	background-image: url(b_down_r.png);
	background-position: bottom left;

}

a#top{
	display: block;
	position: fixed;
	z-index: 100;
	top:110px;
	left: 50%;
	margin-left: -42px;
	width: 85px;
	height: 85px;
	background-image: url(b_top_r.png);
	background-repeat: no-repeat;
	-moz-background-size:85px 170px; /* Firefox */
	-webkit-background-size:85px 170px; /* Safari, Chrome */
	background-size:85px 170px; /* Opera, IE, W3C Standard */
	background-position: bottom left;
}
a#top dfn{
	font-size: 1px;
	display: none;
}
a#top:hover{
	background-image: url(b_top_r.png);
	background-position: top left;
}
@media only screen and (min-width: 701px) and (max-width: 1025px) {
#menue {
right: 50px;
bottom: 14px;
}
#menue ul li {
margin: 0 15px;
}
#menue ul li a {
font-size: 20px;
}
a#left {
margin-top: -25px;
left: 15px;
width: 50px;
height: 50px;
-moz-background-size: 100px 50px;
-webkit-background-size: 100px 50px;
background-size: 100px 50px;
}
a#down {
bottom: 15px;
margin-left: -25px;
width: 50px;
height: 50px;
-moz-background-size: 50px 100px;
-webkit-background-size: 50px 100px;
background-size: 50px 100px;
}
a#top {
top: 80px;
left: 50%;
margin-left: -25px;
width: 50px;
height: 50px;
-moz-background-size: 50px 100px;
-webkit-background-size: 50px 100px;
background-size: 50px 100px;
}
a#right {
margin-top: -25px;
right: 15px;
width: 50px;
height: 50px;
-moz-background-size: 100px 50px;
-webkit-background-size: 100px 50px;
background-size: 100px 50px;
}
}
@media only screen and (min-width: 601px) and (max-width: 700px) {

#menue {
right: 30px;
bottom: 14px;
}
#menue ul li {
margin: 0 10px;
}
#menue ul li a {
font-size: 17px;
}
a#left {
margin-top: -25px;
left: 15px;
width: 50px;
height: 50px;
-moz-background-size: 100px 50px;
-webkit-background-size: 100px 50px;
background-size: 100px 50px;
}
a#down {
bottom: 15px;
margin-left: -25px;
width: 50px;
height: 50px;
-moz-background-size: 50px 100px;
-webkit-background-size: 50px 100px;
background-size: 50px 100px;
}
a#top {
top: 80px;
left: 50%;
margin-left: -25px;
width: 50px;
height: 50px;
-moz-background-size: 50px 100px;
-webkit-background-size: 50px 100px;
background-size: 50px 100px;
}
a#right {
margin-top: -25px;
right: 15px;
width: 50px;
height: 50px;
-moz-background-size: 100px 50px;
-webkit-background-size: 100px 50px;
background-size: 100px 50px;
}
}
@media only screen and (min-width: 1px) and (max-width: 600px) {

#menue {display: none;}
.menu-button {
	display: block;
	right: 8%;
	top: 20px;
	position: absolute;
	width: 50px;
	height: 32px;
	background: transparent;
	color: #000;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
	text-indent: -9000px;
	font-family: Arial;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 6px;
	background: #000;
	color: #000;
	margin-top: 13px;
	left: 0%;
	box-shadow: 0 -10px #000, 0 10px #000;
}
#menuephone {display: block;}
.menuezu {
	display: block;
	position: relative;
	width: 100%;
	height: 0px;
	z-index: 2000;
	overflow: hidden;
}
.menueauf {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2000;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#menuephone a {
display: block;
position: relative;
font-size: 17px;
color: #fff;
background-color: #E52731;
width: 92%;
text-align: left;
padding: 9px 0 5px 8%;
font-family: PlutoSansBold;
text-transform: uppercase;
text-decoration: none;
border-bottom: 1px solid #fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a#top {
	display: none !important;
}
a#down {
	display: none !important;
}
a#left {
	display: none !important;
}
a#right {
	display: none !important;
}
}