#header {
    width:100%;
    height:110px;
    top:0;
    position:fixed;
    display:block;
    background-color:#fff;
    -webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,.2);
    box-shadow:0 2px 2px 1px rgba(0,0,0,.2);
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    z-index:999;
}

.navbar {
    float:right;
}
 
.navbar a {
    display:block;
    padding:12px 12px 5px;
    /*font:18px 'Hind Vadodara':500;*/
    text-transform:uppercase;
    color:#555;
}
 
.navbar a:hover {
    text-decoration:none;
    color: 	#3c7893;
}

.navbar li {
    float:left;
    display:inline;
}

.navbar li.active a {
    color: #b1dd2f;
    font-weight: bold;
}

.navbar li.active {
    color: #92ba43;
}
 

 


/* ----------------------------------------------------
*********************SMARTMENU TRIGGER*************************
-------------------------------------------------------*/


.smartmenu {
    float: right;
    margin-left: 20px;
    line-height: 40px;
    display: none;
}

.smartmenu-content{
		
	position: fixed;
    z-index: 100000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    background: rgba(255,255,255,0.9);
    text-align: center;
	visibility: hidden;
    opacity: 0;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
	
}

.smartmenu .smartmenu-trigger {

    position: absolute;
    right: 60px;
    top: -10px;
    z-index: 1000000000;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    cursor: pointer;
    display: none;

}

.smartmenu .smartmenu-trigger .line {
    height: 5px;
    background: #3c779d;
    border-radius: 2px;
    width: 35px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -1px;
}


.smartmenu .smartmenu-trigger .line:before {
    margin-top: 11px;
}

.smartmenu .smartmenu-trigger .line:after {
    margin-top: -17px;
}

.smartmenu .smartmenu-trigger .line:before,
.smartmenu .smartmenu-trigger .line:after {
    display: inline-block;
    width: 35px;
    height: 5px;
    background: #3c779d;
    border-radius: 2px;
    position: absolute;
    left: 0;
    content: '';
    top: 50%;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
}

.smartmenu-content.open {
    visibility: visible;
    opacity: 2;
}

.smartmenu-content .smartmenu-close {
    position: absolute;
    right: 25px;
    top: 40px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.smartmenu-close {
    background-color: #3c779d;
    padding: 5px;
    border: 1px solid #3c779d;
    border-radius: 3px;
}

.smartmenu-content .smartmenu-close:before,
.smartmenu-content .smartmenu-close:after {
	position: absolute;
    display: inline-block;
    width: 28px;
    height: 3px;
    background: rgba(255,255,255,1);
    border-radius: 2px;
    content: '';
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.smartmenu-content .smartmenu-close:before {
    margin-left: -14px;
    margin-top: 10px;
}

.smartmenu-content .smartmenu-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -14px;
    margin-top: 10px;
}

/* ab hier Menü Content*/



.smartmenu-content nav.navbar {
    float: none;
}
 
.smartmenu-content a {
	text-decoration: none;
	text-transform: uppercase;
    color: #555;
}
 
.smartmenu-content a:hover {
    text-decoration:none;
    color: 	#3c7893;
}

.smartmenu-content li {
    float: none;
    width: 100%;
    display:block;

}

.smartmenu-content li.active a {
    color: #b1dd2f;
    font-weight: bold;
}

.smartmenu-content li.active {
    color: #92ba43;
}
 




/*

.smartmenu-table a{
	text-decoration: none;
	text-transform: uppercase;
    color: #555;
}

.smartmenu-table a:hover{
    text-decoration:none;
    color: 	#3d7893;
}

.smartmenu-table li.active a {
    color: #b1dd2f;
    font-weight: bold;
}

.smartmenu-table li{
	padding: 5px;
}

.smartmenu-content span{
	padding: 5px;
}

.smartmenu-content.submenu ul li{
	color: grey;
}
*/

