﻿.clearfix, ul, li, a  {margin: 0; padding: 0;}

/*.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}*/

nav {
    /*margin-top: -28px;
    height: 28px;
    background-color: transparent;
    font-family: MyRobiFont;
    width: 100%;*/
    height: 75px;
}
    nav a.toggleMenu {
        font-size: 14px;
        display: none;
        background: #004a61; /*#191867;*/
        padding: 20px 4%;
        color: #fff;
        width: 81%;
    }

    nav a.toggleMenu:hover {
        background: #000;
    }

/*.grau{
    width: 100%;
    height:60px;
    background-color: #999;
}*/

	/*nav a.toggleMenu {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a.toggleMenu:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 10px;
	}*/


.clearfix {
    list-style: none;
    *zoom: 1;
    height: 56px;
    /*background: linear-gradient(left, #fbb204, #dc0303);
     background: -moz-linear-gradient(left, #fbb204, #dc0303);
     background: -webkit-linear-gradient(left, #fbb204, #dc0303);
     background: -o-linear-gradient(left, #fbb204, #dc0303);
     background: -ms-linear-gradient(left, #fbb204, #dc0303);*/
    /*background:#000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}
.clearfix:after {
    clear: both;
}
.clearfix ul {
    list-style: none;
    width: 100%; /*9em;*/
}
nav ul.clearfix li a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    background-color: #365bc4;
    font-family: 'UniversLTStd-Bold';
}

    nav ul.clearfix li a:hover {
        background-color: #000;
        color: white;
    }

.clearfix li {
    position: relative;
}
.clearfix > li {
    float: left;
    /*border-left: 1px solid #000;*/
    /*border-right: 1px solid #fff;*/
    /*margin-left: 0.1%;*/
    min-width: 16.6%;
}

/*.clearfix li a {
    display: block;
    white-space: nowrap;
}
*/

.clearfix li ul {
    position: absolute;
    left: -9999px;
    width: 100%;
    display: block;
    overflow: auto;
    z-index: 20;
    background-color: white;
}

.clearfix > li.hover > ul {
    left: 0;
}


/*Weiteres Untermenu anzeigen*/
/*.clearfix li li li.hover ul {
    left: 100%;
    top: 0;
}

.clearfix li li li.hover ul {
    left: 100%;
    top: 0;
}

.clearfix li li li ul{*/
    /*font-size: 16px;*/
    /*display: none;
}
.clearfix li li li.hover ul{
    display:block;
}


.clearfix li li li a {
    background:#eecbc5;
    z-index:200;
    border-top: 1px solid #1d7a62;
}*/

@media screen and (max-width: 480px) {

    header{
/*        visibility: hidden;
*/    }

    nav {
        margin-top: 0px;
        height: auto;
    }

    .clearfix {
        /*-webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 0 2px #999;
        -moz-box-shadow: 0 0 2px #999;
        box-shadow: 0 0 2px #999;*/
        }

    .clearfix > li {
        float: left;
        border-bottom: 1px solid #104336;
        width: 100%;
        z-index: 10;
    }

    .clearfix > li.hover > ul {
        position: static;
    }

    ul.clearfix li ul li a {
        display: block;
        background-color: #7390ee;
        border-bottom: 1px solid #afcdfb;
    }

    nav a.toggleMenu {
        display: block;
        /*background-color: #006daf;*/
        width: 95%;
        position: relative;
    }

        nav a.toggleMenu:after {
            content: "";
            background: url('nav-icon.png') no-repeat;
            width: 30px;
            height: 30px;
            display: inline-block;
            position: absolute;
            right: 25px;
            top: 17px;
        }

     .grau{
         clear: both;
         display: none;
     }
}

/*@media screen and (max-width: 768px) {
     .grau{
         clear: both;
         display: none;
     }
    nav {
        margin-top: 0px;
        height: auto;
    }
    .active {
        display: block;
    }
    .clearfix {
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        -webkit-box-shadow: 0 0 2px #999;
        -moz-box-shadow: 0 0 2px #999;
        box-shadow: 0 0 2px #999;
        }

    .clearfix > li {
        float: none;
        border-bottom: 1px solid #104336;
        width: 100%;
    }
    .clearfix > li > .parent {
        background-position: 95% 50%;
    }
    .clearfix li li .parent {
        background-image: url("../images/siteLayout/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .clearfix ul {
        display: block;
        width: 100%;
    }
   .clearfix > li.hover > ul , .clearfix li li.hover ul {
        position: static;
    }

	nav {
		border-bottom: 0;
	}

	nav a.toggleMenu {
		display: block;
		background-color: #006daf;
		width: 98%;
		position: relative;
	}
	nav a.toggleMenu:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 7px;
	}
}*/