/* CONTAINERS
-------------------------------------------------*/

#container {
    width: 100%;
    position: relative;

}


#canvastop {
    width: 100%;
    position: relative;
 
   -webkit-transition:.5s ease all;
   -moz-transition:.5s ease all;
     -o-transition:.5s ease all;
        transition:.5s ease all;
}

#mobilienav {
    width: 500px;
    background: #FFF;
    position: absolute;
    left: -330px;
    top: 0;
    padding-left: 4%;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    z-index: 9;
}

#container.display-nav #canvastop {
   -webkit-transform:translateX(300px);
   -moz-transform:translateX(300px);
    -ms-transform:translateX(300px);
     -o-transform:translateX(300px);
        transform:translateX(300px);
}

/* transition the menu with perspective on "show-nav" */
#container.display-nav #mobilienav {
    
    -webkit-transform-origin:100% 50%;
   -moz-transform-origin:100% 50%;
    -ms-transform-origin:100% 50%;
     -o-transform-origin:100% 50%;
        transform-origin:100% 50%;
    
    -webkit-transform:perspective(600px) rotateY(0deg);
   -moz-transform:perspective(600px) rotateY(0deg);
    -ms-transform:perspective(600px) rotateY(0deg);
     -o-transform:perspective(600px) rotateY(0deg);
        transform:perspective(600px) rotateY(0deg);

}


/* UTILITIES
-------------------------------------------------*/

#bars {
    font-size: 34px;
    margin-right: 0px;
    color: #000;
    z-index: 99999999999999999999999999999999999999999999999999999 !important;
    font-weight: 100 !important;
    right: 1em !important;
    top: .5em !important;
    position: fixed;
}

#bars:hover{
       color: #5d89df
}

#title{
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: .9em;

}


.border{
border-top: 1px solid rgba(0,0,0,0.2);

}

a.back {
   color: #38935f; 
   width: 200px;
   text-decoration: none; 
   text-align: center; 
   font-size: 1em;
   display: block;
   margin: 50px auto 0 auto;
   border: 2px solid #38935f;
   padding: 10px;

}

a.back:hover{
   color: #48b978; 
 border: 2px solid #48b978;
}


.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
}



/* TOGGLE NAV
-------------------------------------------------*/

#toggle {
    list-style: none;
       margin-top: 90px;
}
#toggle div:hover {
    background: rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0 -1px rgba(0,0,0,0);
   -moz-box-shadow:inset 0 -1px rgba(0,0,0,0);
        box-shadow:inset 0 -1px rgba(0,0,0,0);
	color: #4a4a4a;
}
#toggle div.active {
    background: #FFF;
}
#toggle div {

    cursor: pointer;
    display: block;
       border-bottom: 1px solid rgba(0,0,0,0.2);
}




span.the-btn {
    float: right;
    font-size: 12px;
    height: 30px;
    width: 43px;
    margin-top: 10px;
	margin-right: 8px;
    padding:0;
    color: #4a4a4a;
	display:none
}

#toggle ul{
    list-style: disc;
    display: none;
    color: #4a4a4a;
   background: #FFF;
	-webkit-box-shadow:inset 0 -1px rgba(0,0,0,0);
   -moz-box-shadow:inset 0 -1px rgba(0,0,0,0);
        box-shadow:inset 0 -1px rgba(0,0,0,0);

}
#toggle li div a {
	color: #5d89df;
	text-transform: uppercase;
		list-style: none!important;
	    z-index: 99999999999 !important;
}
#toggle .upper {
	text-transform: uppercase;
		list-style: none!important
}
#toggle .upper a {
	font-weight: initial;
	margin:0;
	padding:0;
		font-size:.88em;
		list-style: none!important
}
#toggle .upper .upper {
	text-transform: initial;
		list-style: none!important
	
}

#toggle li ul li ul  a{
    list-style: disc;
    display: block;
    color: #4a4a4a;
		margin:0;
	padding:0;
		list-style: none!important
  
}

#toggle li a {
    line-height: 41px;
    color: #4a4a4a;
    list-style: circle;
    width: 240px;
    padding: 0;
  	 margin: 0 0 0 5px;
		list-style: none!important

}

#toggle li  {
margin-left:10px !important

}
#toggle a {
	  margin: 0 0 0 47px;
    padding: 0;
font-family: 'Open Sans', sans-serif;	
    color: #4a4a4a;
    line-height: 41px;
    font-weight: normal;
    font-size: 1em;
    text-decoration: none !important;
		list-style: none!important

}

.sprachepageslide a{
	  margin: 0 !important;
}
#toggle ul.nav3 {
	display: block !important;
	margin: 0 0 0 5px;
	padding:0;
	list-style: none!important
	}

li.is--current.subnav a{
	background:#5d89df;
	color:#FFF !important;
	padding:1% 4% !important;
}