﻿.clearfix, ul, li, a  {margin: 0; padding: 0;}

/*.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}*/

#mainNav {
    /*    position: fixed;
    top: 0px;
*/ margin: auto;
    width: 100%;
    height: 75px;
    padding: 1%;
    background-color: #E6828F; /*#e6cfd2;*/
}

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: #E6828F;
        padding: 20px 4%;
        color: #fff;
*/    }

        nav a.toggleMenu:hover {
/*            background: #805960;
*/        }

/*.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;
    margin: 10px, 0px, 0px, 0px;
    padding: 5px;
    height: 48px;
    /*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: 48px;
    line-height: 48px;
    font-size: 1.2em;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    text-align: center;
    color: #000;
    font-family: 'UniversLTStd-Bold';
}

nav ul.clearfix li a:hover {
    background-color: #805960;
    color: #FFF;
}

/*Menupunkte im Mainmenu aktiv lassen, wenn hover auf untermenu*/
.clearfix li:hover > a {
    background-color: #805960;
    color: #FFF;
}

.clearfix li ul li:hover > a {
    background-color: #805960;
    color: #FFF;
}
/*Menupunkte im Mainmenu aktiv lassen, wenn hover auf untermenu*/

.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%;
}

.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: #e6cfd2;
}
.clearfix > li.hover > ul {
    left: 0;
}
.clearfix li li.hover ul {
    left: 100%;
    top: 0;
}

.clearfix li li a{
    font-size: 16px;
}


/*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;
}

/*Beginn Language Listview*/
#divLanguage {
    float: right;
    margin-right: 5%;
}

    #divLanguage ul {
        width: 100px;
        list-style: none;
        margin: 10px, 0px, 0px, 0px;
        padding: 5px;
        height: 49px;
        z-index: 20;
    }

        #divLanguage ul li a {
            display: block;
            height: 48px;
            line-height: 48px;
            font-size: 1.2em;
            text-decoration: none;
            text-align: center;
            padding: 0px 10px 0px 10px;
            white-space: nowrap;
            color: #000;
            background-color: #FFF;
            font-family: 'UniversLTStd-Bold';
        }

            #divLanguage ul li a:hover {
                background-color: #805960;
                color: #FFF;
            }
/*Ende Language Listview*/



@media screen and (max-width: 480px) {

    header{
        visibility: hidden;
    }

    .toggleClear {
        clear: both;
    }

    nav {
        position: relative;
        margin-top: 0px;
        height: auto;
    }

        .clearfix > li.hover > ul {
            left: 0;
            position: relative; /*In Togglemenu wird Platz für Untermenu frei gemacht*/
        }

    .clearfix li ul {
        display: block;
        width: 100%;
/*        position: relative;
*/    }

    .clearfix > li {
        float: left;
        border-bottom: 1px solid #104336;
        width: 100%;
        z-index: 10;
    }

    nav a.toggleMenu {
        display: block;
        /*background-color: #006daf;*/
        width: 98%;
        position: relative;
        font-size: 18px;
        background: #E6828F;
        padding: 20px 4%;
        color: #fff;
        left: -1%;

    }

        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;
            padding-right: 4%;
        }

        nav a.toggleMenu:hover {
            background: #805960;
        }

     .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;
	}
}*/