/* start menu */
.menu{
	font-size:12pt!important;
	float:left;
	color: #555555;
	/* height: 63px; */
	margin-top: 0px;
	background-color: rgb(52, 115, 178);
	color: white;
	
}

.menu  li{
	display: inline-block;
	/* margin: 0 10px; */
	padding: 19px 15px;
	/* height:100px; */
  

  z-index: 5;
  
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
	
	border-right:solid white 1px;
	}
/*
.menu li:hover
{

-webkit-box-shadow:inset 2px 2px 7px 2px rgba(0,0,0,0.3);
box-shadow:inset 2px 2px 7px 2px rgba(0,0,0,0.3);*/
/*
  background: #0f71ba;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);

background-color:rgba(255, 255, 255, 1);

  }
  */
  
  
  
  
  /* Bounce To Bottom */
.menu li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.menu li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  /**border-bottom:solid #636363 2px;**/
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu li:hover, .menu li:focus, .menu li:active {
  color: white;
}
.menu li:hover:before, .menu li:focus:before, .menu li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
  
  
  
  
  .menu li:hover > a
  {
  color: rgb(52, 115, 178);
  }

.menu  li a{
	display: block;
	color: #fff;
	line-height: 1.2em;
	text-transform: capitalize;
	font-size: 0.8725em;	
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* height:200px; */
	width:100%;
	display: block;
	padding:6px 3px;
}

.has-sub
{
position:relative;
background-color:rgba(52, 115, 178,0.5);
}


/*
.menu  li a:hover, .active:hover{
	color: #3f3f3f;
}
*/



/*------start-top-nav------*/
.top-nav{
	display: none;
	margin-top: 10px;
}
.nav_bg{
	background: #464646;
}
.clearfix {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	z-index: 9999;
}
.clearfix ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background: #f0f0f0;
}
.clearfix li {
	display: block;
}
.clearfix a {
	color: #555555;
	font-size:13px;
	text-transform:normal;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.clearfix li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.clearfix li.has-sub > a {
	font-weight:bold;
}
.clearfix li:last-child a {
	border-right: 0;
}
.clearfix a:hover,.clearfix a:active {
	background: rgb(52, 115, 178);
	color:#ffffff;
}
.clearfix a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	background-color: rgb(52, 115, 178);
}
.clearfix a#pull:after {
	background:url('../images/nav-icon.png')no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}

.submenu
{

transition: max-height 0.15s ease-out;
	opacity:0;
    width: 160px;
    position: absolute;
    z-index: 2000;
    background-color: rgb(52, 115, 178);
    left: 0px;
	max-height: 0;

-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;

border:dotted #ccc 1px;
margin-top: 19px;
display:none;
position:absolute;
left:0px;
}


.submenu a
{
color:#fff;
}

.has-sub:hover > .submenu
{
opacity:1;
max-height:500px;
transition: max-height 0.25s ease-in;
z-index:999999999;
display:block;
}

.submenu li
{
display:block;
border-bottom:dotted #ccc 1px;
padding:9px;
}


.submenu li:last-child
{
border:0;
}


.has-sub:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.has-sub:after {
	border-color: rgba(228, 0, 0, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: 8px;
	right: 2px;
	top: 30px;
}

/*

#winter .submenu:before
{
    content: url(../bilder/menu/winter.jpg);
    width: 400px;
    height: 216px;
	z-index:1000;
	display:block;
    position: absolute;
    left: 160px;
}

#winter .submenu
{
}

*/