@charset "UTF-8";
/* TODO schauen, ob das noch gebraucht wird */

nav a {
	color: #333333;
}

nav ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

/*
 * Linke Liste im Content (z.B. arrivalLinks)
 */

ul.link-list {
	list-style: none;
	margin-left: 0;
	border-top: 1px solid #CCCCCC;
}

ul.link-list li {
	border-bottom: 1px solid #CCCCCC;
}

ul.link-list li a {
	display: block;
	padding: 5px 0;
}


ul.link-list li a:hover {
/* 	background-color: #F7FAE5; */
	text-decoration: none;
}


/*
* MP specific navigation bar
*/
nav#header-mp-nav {
/* 	height:70px; */
/* 	height:100%; */
/* 	overflow:auto; */
/* 	background-color: #FFFFFF; IE 8 */
/* 	background-color: rgba(255, 255, 255, 0.5); */
}

nav#header-mp-nav .module-wrapper {
	padding-left: 10px;
	padding-top: 5px;
}

nav#header-mp-nav .module-wrapper .module{
	margin-bottom: 0px;
}

nav#central-header h2 {
/* 	font-size: 33px; */
/* 	line-height: 40px; */
/* 	font-weight: 700; */
	font-weight:normal;
	margin-top: 15px;
	margin-bottom: 0;
	color: #333333;
}

nav#gm-logo{
	margin-top: 16px;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}

nav#poi-logo{
	margin-top: 5px;
	text-align: left;
	width: 100%;
	height: 100%;
}

/*
 * Airport Switcher
 */

nav#airport-switcher h2 {
	font-size: 33px;
	line-height: 40px;
	font-weight: 700;
	padding-left: 25px;
	background-image: url('arrow-down-hLqHYd2S83OEqpdVu0bgCEvJiAOiqeTbWYDnKSHBlxN.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0;
	cursor: pointer;
	color: #333333;
}

nav#airport-switcher:hover .airport-switcher-list {
	display: block;
}

nav#airport-switcher .airport-switcher-list {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #333333;
	position: absolute;
	left: 20px;
	z-index: 9;
	display: none;
	height: 348px;
	overflow: auto;
	width: 250px;
}

nav#airport-switcher .airport-switcher-list h3 {
	font-size: 14px;
	font-weight: bold;
}

nav#airport-switcher .airport-switcher-list li a { 
	white-space: nowrap;
}

nav#airport-switcher .airport-switcher-list li.active a {
	font-weight: bold;
}
/*
 * Breadcrump
 */

nav#breadcrump ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

nav#breadcrump li {
	float: left;
	padding-left: 5px;
/* 	background-image: url('raquo-dark-BVda5hZo4UGR7MbxhXfhBAtDKApFLMQUpi3sdIHnCG0.png'); */
/* 	background-repeat: no-repeat; */
/* 	background-position: 7px center; */
}

nav#breadcrump li:before {
	content: "\00BB"
}

nav#breadcrump li:first-child {
	padding-left: 0;
/* 	background: none; */
}

nav#breadcrump li:first-child:before {
	content: none;
}

nav#breadcrump li a {
/* 	display: block; */
	line-height: 22px;
/*	color: #666;*/
}

/* 
 * Header-Navigation
 */
 
 #header-nav {
    background-color: #202020;
    background: -webkit-linear-gradient(top, #202020 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background:    -moz-linear-gradient(top, #202020 0%, #000000 100%); /* FF3.6+ */
    background:     -ms-linear-gradient(top, #202020 0%, #000000 100%); /* IE10+ */
    background:      -o-linear-gradient(top, #202020 0%, #000000 100%); /* Opera 11.10+ */
    background:         linear-gradient(to bottom,  #202020 0%, #000000 100%); /* W3C */
    padding: 6px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 30;
/*     position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-family:  Arial, Verdana, sans-serif;
}

#header-nav ul {
    list-style: none;
}

#header-nav:after,
#header-nav ul:after {
    content: '.';
    clear: both;
    text-indent: -999em;
    display: block;
    height: 0;
    width: 0;
}
#header-nav div.logo {
    text-indent: -999em;
    display: block;
    height: 28px;
    width: 224px;
    background-image: url(logo-header-nav-JZWNYzPjNDz1c82PrngIV8SsjzE7xHBxDtsWua4yJLe.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#header-nav  div.logo a {
    display: block;
    width: 224px;
    height: 28px;
    text-decoration: none;
    border: 0;
}


#header-nav .nav-opener {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: #FFF;
}

#header-nav .nav-opener  {
-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		 -o-transform: rotateX(0deg);
			transform: rotateX(0deg);	
			-webkit-transform: translate3d(0px, 0px, 0px);
}

#header-nav .nav-opener:hover  {
-webkit-transition: all 250ms ease-out 0s;	
	   -moz-transition: all 250ms ease-out 0s;
		 -o-transition: all 250ms ease-out 0s;
		    transition: all 250ms ease-out 0s;
		  -webkit-transform: rotateX(10deg);
	   -moz-transform: rotateX(30deg);
		-ms-transform: rotateX(30deg);
		 -o-transform: rotateX(30deg);
			transform: rotateX(30deg);
			-webkit-transform: translate3d(0px, 0px, 0px);
	
}

#header-nav.showNav .nav-opener  {
-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateX(180deg);
	   -moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		 -o-transform: rotateX(180deg);
			transform: rotateX(180deg);	
}



#header-nav nav {
    float: left;
}

#header-nav nav > ul > li {
    display: inline-block;
    float: left;
    padding: 0 10px;
}




#header-nav nav > ul > li > a {
    color: #fff;
    text-decoration: none;
    line-height: 28px;
    font-size: 14px;
    position: relative;
}

#header-nav nav > ul > li.open > a:after {
    content: '0';
/*     border-bottom: 5px solid #1a6e00; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
/*     z-index: 10; */
    text-indent: -999em;
}

#header-nav nav > ul > li .submenu {
    position: absolute;
    background-color: #fff299;
    left: 0;
    right: 0;
    top: 40px;
    padding: 25px 0;
    display: none;
}

#header-nav nav > ul > li.open .submenu {
    display: block;
}

#header-nav nav > ul > li .submenu section {
    overflow: hidden;
    display: inline-block;
    float: left;
    width:100%;
}

#header-nav nav > ul > li .submenu section + section {
    margin-left: 20px;
}

/* #header-nav nav > ul > li .submenu h2, */
#header-nav nav > ul > li .submenu .header-nav-headline {
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#header-nav nav > ul > li .submenu ul {
    width: 190px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#header-nav nav > ul > li .submenu ul li a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: normal;
    color: #202020;
}

#header-nav nav > ul > li .submenu ul li a:hover,
#header-nav nav > ul > li .submenu ul li a:hover .airport-area {
    text-decoration: underline;
}

#header-nav nav > ul > li .submenu ul li a .airport-area {
    display: inline-block;
    width: 35px;
}

#header-nav .powered-by a {
    display: block;
    float: right;
    color: #FFF;
    line-height: 28px;
    font-size: 14px;
    text-decoration:underline;
}

#header-nav .powered-by img {
    padding-left: 6px;
}

#header-nav nav > ul > li .submenu.stadiums ul {
	width: 300px;
}

#header-nav nav > ul > li .submenu.stadiums ul.topNav-sub {
	width:320px;
}

/* #header-nav nav > ul > li .submenu ul li h3, */
#header-nav nav > ul > li .submenu ul li .header-nav-sub-headline {
    display: block;
    font-family: inherit;
    color: inherit;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold !important;
    
/* 	margin-top: 10px; */
    margin-bottom: 2px;
}

/* #header-nav nav > ul > li .submenu ul li h3 a, */
#header-nav nav > ul > li .submenu ul li .header-nav-sub-headline a {
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    font-weight: bold;
}

#header-nav nav ul li .submenu .sub-nav-block div.column {
	display: inline-block;
	vertical-align: top;
}
#header-nav nav ul li .submenu .sub-nav-block div.column ul {
	width: 250px;
	float: none;
}

#header-nav .sub-nav-block ul li:last-child {
    margin-top: 10px;
}

.locations-float-h,
.sub-nav-float-h {
/* 	width:43%; */
	width:646px;
	float:left;
}

.locations-float-p,
.sub-nav-float-p {
	float:left;
/* 	width:46%; */
/* 	width:560px; */
/* 	text-align:right; */
	font-weight:bold;
	
}

.locations-float-p a,
.sub-nav-float-p a {
	text-decoration:underline;
}

.topNavOverview-bold a {
	font-weight:bold !important;
}

@media (max-width: 940px) {
    #header-nav div.logo {
        margin-right: 10px;
    }
    
    .locations-float-h,
    .sub-nav-float-h {
		width:100%;
		float: none;
	}

    .locations-float-p,
	.sub-nav-float-p{
		float: none;
		width:100%;
	/* 	text-align:right; */
		font-weight:bold;
		margin-top:15px;
		margin-bottom: 0;
	}
}

/* @media (max-width: 860px) { */
/* To be removed on Wmarkt end */
@media (max-width: 985px) {
    #header-nav .nav-opener {
        display: block;
    }

    #header-nav .powered-by {
        float: right;
        margin-right: 20px;
    }

    #header-nav nav {
        display: none;
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        background-color: #202020;
        
    }

    #header-nav.showNav nav {
        display: block;
        
    }

    #header-nav nav > ul > li {
        display: block;
        float: none;
        padding: 0 10px;
        border-bottom: 1px solid #000;
    }

    #header-nav nav > ul > li > a {
        display: block;
        padding: 5px 0px;
    }

    #header-nav nav > ul > li.open > a:after {
        display: none;
    }

	#header-nav nav > ul > li > a > span.wficon {
		float:right;
	}
	#header-nav nav > ul > li > a > span.wficon:after {
		content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
    }
    
    #header-nav nav > ul > li .submenu {
        position: relative;
        overflow: hidden;
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px 10px;
        top: auto;
        left: auto;
        right: auto;
    }
    
    #header-nav nav > ul > li .submenu section {
        overflow: hidden;
        display: block;
        float: none;
    }

    #header-nav nav > ul > li .submenu .wrapper2 {
        padding: 0;
    }

    #header-nav nav > ul > li.open .submenu {
        display: block;
    }

/*     #header-nav nav > ul > li .submenu h2, */
    #header-nav nav > ul > li .submenu .header-nav-headline {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
    }

    #header-nav nav > ul > li .submenu ul {
        width: auto;
        float: none;
        padding-left: 10px;
    }

    #header-nav nav > ul > li .submenu ul {
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    #header-nav nav > ul > li .submenu ul li {
       yborder-bottom: 1px solid #f00;
    }

    #header-nav nav > ul > li .submenu ul li a {
        font-size: 14px;
        line-height: 28px;
        text-decoration: none;
        font-weight: normal;
        color: #202020;
    }

    #header-nav nav > ul > li .submenu ul li a .airport-area {
        text-decoration: none;
    }
}

@media (max-width: 550px) {
    #header-nav .powered-by {
        display: none;
    }
}

@media (max-width: 360px) {

	
	#header-nav div.logo {
		height: auto;
		width: 200px;
		background-size: contain;
	}
}

/* Locations overview page */
.locations-section ul,
.location-list.table-of-content {
    float: left;
    width: 30%;
}

.locations-section ul>li {
    list-style-type: none;
}

.locations-section {
    float: left;
    width: 100%;
}

.locations-section ul h3 {
    margin-top: 8px;
}

.locations-section ul.topNav-sub li:first-child h3 {
    margin-top: 0;
}

.location-list.table-of-content {
    list-style-type: none;
}

@media (max-width: 639px) {
    .locations-section ul,
    .location-list.table-of-content {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
}
/* FOOTER Navigation */

nav#footer-nav {
	valign: top;
}

nav#footer-nav > ul {    
    text-align: left;
    valign: top;
}

nav#footer-nav > ul > li {
	padding: 0 10px;
	margin: 0px;
}

nav#footer-nav > ul > li > a {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 7px;
	display: block;
}

nav#footer-nav ul ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

nav#main-nav:after,
nav#footer-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


