@charset "UTF-8";
/**
 * (en) Global navigation for NAME
 * (de) Globale Navigation für NAME
 *
 * @copyright       Copyright 2013, crossbase mediasolution GmbH
 * @version         1.0
 */

@media screen
{

  /* (en) Formatierung des umschließenden Navigationselements */
  /* (de) Formatting of the containung navigation element */
  
  #nav {
    background-color: #fff;
		/* (en) fixed height for correct rendering of sliders in IE7+ */
    /* (de) Fixe Höhe für korrekte Darstellung von Sliders im IE7+ */
    /* (en) Ensure visibility of menue IE6 + IE7 */
    /* (de) Sichtbarkeit des Menüs in IE6 + IE7 sicherstellen */
		position: relative;
		z-index: 500;
		height: auto;
  }

  /* (en) Format resetting of elements in menu */
  /* (de) Reset der Formatierung von Elementen des Menüs */

  .nav-global,
	.nav-global ul,
	.nav-global li,
	.nav-global a,
	.nav-global span {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }

  .nav-global {
    background-color: #dbdbdb;
		width: 100%;
		letter-spacing: 0.05em;
		text-transform: uppercase;
    font-family: 'FF Din Web Pro Medium', Verdana, sans-serif;
    /* (en) Triggers hasLayout in IE7 */
    /* (de) Triggert hasLayout in IE7 */
    height: 1%;
  }

  /* (en) clearfix for navigation list element */
  /* (de) Clearfix für das Navigationslistenelement */  
  
  .nav-global:before,
  .nav-global:after {
    content: " "; 
    display: table; 
  }

  .nav-global:after {
    clear: both;
  }

  /* (en) Styling of list items anchor elements on all layers */
  /* (de) Fomratierung der Listen- und Verweiselemete auf allen Ebenen */

  .nav-global li {
    position: relative;
    margin: 0;
    padding: 0;
		line-height: 1.3em;
  }  
  
  .nav-global a,
	.nav-global span {
    display: block;
    position: relative;
    padding: 7px 5px 4px 8px;
		vertical-align: middle;

  }

  .nav-global span {
    cursor: default;
  }

	.nav-global li a,
  .nav-global li span {
		color: #a1007b;
  }
	
  .nav-global li a:hover,
  .nav-global li span:hover {
		color: #808080;
  }

  .nav-global li ul li a,
  .nav-global li ul li span {
		color: #fff;
  }
  
  .nav-global li ul li a:hover,
  .nav-global li ul li span:hover {
		background: url("bg-flyout-menue-hover.png") no-repeat left bottom;
		color: #fff;
  }  

  .nav-global span.active,
  .nav-global span.active:hover {
		background: url("bg-flyout-menue-hover.png") no-repeat left bottom;
		color: #fff;
  }
  
  /* (en) Styling of list elements and achors on layer (1) */
  /* (de) Formatierung der Listen- und Verweiselemente auf Ebene (1) */

  .nav-global > li {
    float: left;
		width: 13.3%;
  }

  .nav-global > li.first {
		width: 20%;
  }

  .nav-global > li > span,
	.nav-global > li > a {
    border-left: 2px solid #fff;
  }

  .nav-global > li.first > span,
	.nav-global > li.first > a {
		border: none;
  }
  
  .nav-global > li > .parent:after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 15px;
		position: absolute;
		right: 8px;
  }

  /* (en) Styling of submenu elements on layer (2+3) */
  /* (de) Formatierung Submenü Elementen auf den Ebenen (2+3) */

  .nav-global > li > ul {
		border-top: 2px solid #fff;
	}
	
  .nav-global ul {
    list-style: none;
    width: 16em;
    border-top: none;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    3px 3px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         3px 3px 4px 0px rgba(0, 0, 0, 0.5);
    background-color: #eee;
    border-radius: 0;
    behavior: url(media/pie.htc); 
  }

  .nav-global > li > ul li .parent:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 4px;
    top: 5px;
  }  
  
  /* (en) Hide the submenu on layers (2+3) */
  /* (de) Verstecken des Submenüs auf den Ebenen (2+3) */

  .nav-global li ul {
    position: absolute;
    left: -9999px;
  }  
  
  /* (en) Positioning of the submenu on layer (2) */
  /* (de) Positionierung des Submenüs auf Ebene (2) */

  .nav-global > li.first.hover > ul,
  .nav-global > li.first:hover > ul {
    left: 0;
  }	
	
  .nav-global > li.hover > ul,
  .nav-global > li:hover > ul {
    left: 2px;
  }

  /* (en) Positioning of the submenu on layer (3+) */
  /* (de) Positionierung des Submenüs auf Ebene (3+) */  
  
  .nav-global li li.hover > ul,
  .nav-global li li:hover > ul,
  .nav-global li li.hover li.hover > ul,
  .nav-global li li:hover li:hover > ul {
    left: 100%;
    top: -1px;
		border-left: 2px solid #cc76b8;
  }

  /* (en) Styling of anchor elements on layer (2+3) */
  /* (de) Fomratierung der Verweiselemente auf Ebene (2+3) */

  .nav-global ul li {
		background: url("bg-flyout-menue.png") no-repeat left bottom;
		background-color: transparent;

  }

  .nav-global li li a,
	.nav-global li li span {
    z-index: 100;
		padding-right: 10px;
  }
 
  .nav-global li li li a,
	.nav-global li li li span {
    z-index: 200;
 		padding-right: 10px;
	}

  .nav-global li li li li a,
	.nav-global li li li li span {
    z-index: 300;
		padding-right: 10px;
  }  
  
  /* (en) Hide navigation jump button on desktop view */
  /* (de) Ausblenden der Schaltfläche mit Sprung zur Navigation */    
  
  .nav-global-jump-up {
    display: none;
  }
  
}

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Media Query Mobil */
  /* (de) Media Query Mobil */
  /*------------------------------------------------------------------------------------------------------*/

@media
screen and (max-width: 980px) {

  #nav {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 900;
    padding: 0;
		margin: 0;
		border: none;
		top: -50px;
  }

	.stickem-nav {
		margin-top: 50px;
		position: relative
	}
	  
  /* (en) Formating od the togygle element */
  /* (de) Formatierung des ausklappbaren Elements */
  
  .nav-global-toggle,
	.nav-global-toggle:visited,
	.nav-global-toggle:hover,
	.nav-global-toggle:active,
	.nav-global-toggle:focus {
    display:  none;
    padding: 14px 8px;
	margin: 0 8px;
    color: #a1007b;
    background: #DBDBDB;
    text-decoration: none;
    font-family: 'FF Din Web Pro Black', Verdana, sans-serif;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
    border-bottom: 2px solid #fff;
  }
  
  .nav-global {
    display: none;
    border: none;
    border-radius: 0;
    max-width: 420px;
    background: none;
	padding: 0 8px;
	box-sizing: border-box;
  }

  .nav-global ul {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
  }
	
	.nav-global > li > a,
  .nav-global > li > span,
	.nav-global > li.first > span,
	.nav-global > li.first > a {
    border-left: none;
		height: 19px;

  }

  .nav-global li,
  .nav-global li.first,
	.nav-global ul li,
	.nav-global ul li ul li {
		width: auto;
  }
  
  .nav-global a,
	.nav-global span,
	.nav-global span.active,
	.nav-global > li.first > span,
	.nav-global > li.first > a {
    padding: 18px 10px 12px 12px;
    margin: 0;
    border: none;
		border-bottom: 1px solid #BBB;
    border-radius: 0;
  }  

  .nav-global a:hover,
	.nav-global span:hover,
	.nav-global > li.first > span,
	.nav-global > li.first > a{
    border-radius: 0;
  }
  
  .nav-global > li,
	.nav-global > li.first {
    float: none;
  }

  .nav-global li .more {
    float: right;
    margin: 5px 6px 4px 0;
    padding: 10px 14px 9px 12px;
    width: 24px;
    cursor: pointer;
    z-index: 300;
    position: relative;
    background: #a1007b;
    text-align: center;
    border-radius: 0;
  }

  .nav-global li .more:after {
    font-family: FontAwesome;
    content: "\f067";
    color: #fff;
  }  
  
  .nav-global li.hover > .more:after {
    font-family: FontAwesome;
    content: "\f068";
    color: #fff;
  }  

  .nav-global > li > .parent:after,
  .nav-global > li > ul li .parent:after  {
    content: "";
  }  
  
  .nav-global > li > a.parent:after,
  .nav-global > li > ul li a.parent:after,
  .nav-global a:after  {
    font-family: FontAwesome;
    font-size: 78.57%;
    content: "\f08e";
    position: relative;
    top: auto;
    right: auto;
    margin-left: 4px;
  }
  
  .nav-global ul {
    display: block;
    width: 100%;
  }

  .nav-global li a,
  .nav-global li a:hover,
  .nav-global li a:active,
  .nav-global li a:visited,
  .nav-global li span,
  .nav-global li span:hover {
    color: #A1007B;
    background: #c0bebe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, #dfdfdf 0%, #c0bebe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#c0bebe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfdfdf 0%,#c0bebe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfdfdf 0%,#c0bebe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfdfdf 0%,#c0bebe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dfdfdf 0%,#c0bebe 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#c0bebe',GradientType=0 );*/ /* IE6-8 */
    -pie-background: linear-gradient(top, #dfdfdf ,#c0bebe);
    behavior: url(media/pie.htc);
  }
  
  .nav-global li ul li a,
  .nav-global li ul li a:hover,
  .nav-global li ul li a:active,
  .nav-global li ul li a:visited,
  .nav-global li ul li span,
  .nav-global li ul li span:hover {
    color: #A1007B;
		background-image: none;
		background: #e8e8e8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );*/ /* IE6-8 */
    -pie-background: linear-gradient(top, #dfdfdf ,#c0bebe);
    behavior: url(media/pie.htc);
  }  

  .nav-global ul li ul li a,
  .nav-global ul li ul li a:hover,
  .nav-global ul li ul li a:active,
  .nav-global ul li ul li a:visited {
    background: #fff;
  }  

  .nav-global > li.hover > ul,
  .nav-global li li.hover ul {
    position: static;
  }

  .nav-global > li:hover > ul,
	.nav-global > li.hover > ul,
	.nav-global > li.first:hover > ul,
	.nav-global > li.first.hover > ul,
  .nav-global li li:hover ul,
  .nav-global li li.hover ul,
	.nav-global li.first li:hover ul,
	.nav-global li.first li.hover ul {
    left: -9999px;
		border-left: none;
  }
	
	.nav-global-jump-up {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #A1007B !important;
    color: #fff !important;
    padding: 6px 7px 4px 8px;
    border-radius: 0;
  }  

  #navigation {
    position: absolute;
    top: -2px;
  }
  
}

  /*------------------------------------------------------------------------------------------------------*/
  /* (en) Media Query 600 */
  /* (de) Media Query 600 */
  /*------------------------------------------------------------------------------------------------------*/

@media
screen and (max-width: 600x)
{

  .nav-global-toggle,
	.nav-global-toggle:visited,
	.nav-global-toggle:hover,
	.nav-global-toggle:active,
	.nav-global-toggle:focus {
		margin: 0;
  }

  .nav-global {
		margin-left: 0;
  }
	
}