.hyphen {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-ms-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-ms-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.todo {
  color: #ff0000;
}
body {
  color: #575656;
  padding-bottom: 50px;
  background-color: #efefef;
}
body.no-overflow {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
#urgent {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
#urgent .wrapper {
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
  position: absolute;
}
#urgent .description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5%;
  left: 0;
  color: #fff;
}
.page-106 #person-755 .job-title,
.page-624 #person-755 .job-title,
.page-106 #person-756 .job-title,
.page-624 #person-756 .job-title,
.page-106 #person-1780067 .job-title,
.page-624 #person-1780067 .job-title {
  display: block;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: normal;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
p {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
a {
  color: #cf1919;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: normal;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
main .container {
  background-color: #fff;
}
header {
  height: 60px;
}
header .container {
  position: relative;
  height: 100%;
  background: #fff;
}
header .container #language-select {
  margin-top: 15px;
  margin-left: 15px;
}
header .container #language-select .flag {
  display: inline-block;
  text-indent: -10000em;
}
header .container #language-select .flag:focus {
  outline: none;
}
header .container #logo {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 200px;
  height: auto;
}
#stage .container {
  padding: 0;
  background: #fff;
}
#carousel-stage .item {
  background-size: cover;
  background-position: center center;
  min-height: 348px;
}
#carousel-stage .item .slider-banner {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}
#carousel-stage .item .banner-item {
  position: relative;
}
#carousel-stage .item .banner-item .banner-box {
  background: rgba(0, 55, 97, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 55, 97, 0.4)), to(rgba(0, 55, 97, 0.4)));
  background-image: -moz-linear-gradient(rgba(0, 55, 97, 0.4) 0%, rgba(0, 55, 97, 0.4) 100%);
  padding: 45px 15px 120px 15px;
  min-height: 348px;
}
#carousel-stage .item .banner-item .banner-box .headline {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
}
#carousel-stage .item .banner-item .banner-box .text {
  font-size: 1.3em;
  color: #fff;
}
#carousel-stage .item .banner-item .button {
  background: rgba(255, 255, 255, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  padding: 10px;
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  width: 75%;
  margin-left: 15px;
  bottom: 45px;
}
#carousel-stage .item .banner-item .button:hover {
  background: rgba(255, 255, 255, 0.6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
#carousel-stage .item .banner-item .button .fa-plane {
  color: #cf1919;
  font-size: 1.6em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#carousel-stage .item .banner-item .button span {
  padding-left: 15px;
  text-decoration: none;
}
#carousel-stage .owl-dots {
  position: absolute;
  bottom: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cf1919;
}
#main-navigation .container {
  padding: 0;
  position: relative;
}
#main-navigation .container .home {
  background: #003761;
  color: #0071a5;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  float: left;
}
#main-navigation .container .home .fa {
  font-size: 24px;
  line-height: 50px;
  display: block;
}
#main-navigation .container #navigation-toggle {
  position: absolute;
  height: 50px;
  left: 50px;
  right: 50px;
  background: #fff;
  font-size: 18px;
  color: #003761;
  padding: 10px;
  text-transform: uppercase;
  z-index: 500;
  cursor: pointer;
}
#main-navigation .container #navigation-toggle .fa {
  font-size: 22px;
  color: #003761;
}
#main-navigation .container #navigation-toggle.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}
#main-navigation .container #navigation {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  overflow: auto;
  clear: both;
  background: #003761;
}
#main-navigation .container #navigation.inactive {
  left: -100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#main-navigation .container #navigation.active {
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#main-navigation .container #navigation ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-navigation .container #navigation ul.level-0 {
  display: block;
  background-color: #003761;
}
#main-navigation .container #navigation ul.level-0 > li {
  border-color: #9dc2dd;
}
#main-navigation .container #navigation ul.level-0 .menu {
  display: none;
}
#main-navigation .container #navigation ul.level-0 .menu ul.level-1 {
  display: block;
}
#main-navigation .container #navigation ul.level-1 {
  background-color: #116898;
}
#main-navigation .container #navigation ul.level-1 > li {
  border-color: #9dc2dd;
}
#main-navigation .container #navigation ul.level-2 {
  background-color: #0071a5;
}
#main-navigation .container #navigation ul.level-2 > li {
  border-color: #9dc2dd;
}
#main-navigation .container #navigation ul.level-3 {
  background-color: #9dc2dd;
}
#main-navigation .container #navigation ul.level-3 > li {
  border-color: #003761;
}
#main-navigation .container #navigation ul.level-3 > li a {
  color: #003761;
}
#main-navigation .container #navigation li {
  position: relative;
  border-width: 0 0 1px 0;
  border-style: solid;
}
#main-navigation .container #navigation li:last-child {
  border: 0;
}
#main-navigation .container #navigation li .fa {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#main-navigation .container #navigation li .fa.fa-rotate-180 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#main-navigation .container #navigation li a {
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 15px;
}
#main-navigation .container #navigation li a:hover,
#main-navigation .container #navigation li a:focus {
  outline: 0;
  text-decoration: none;
}
#main-navigation #search {
  right: 0;
  left: 50px;
  position: absolute;
  height: 50px;
  overflow: hidden;
}
#main-navigation #search .search-box {
  position: absolute;
  left: 50px;
  right: 50px;
  height: 50px;
  z-index: 501;
}
#main-navigation #search .search-box .search {
  height: 50px;
  border-bottom: 0;
}
#main-navigation #search.inactive .search-box {
  left: 100%;
  right: 50px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#main-navigation #search.active .search-box {
  left: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#main-navigation #search .icon {
  background: #9dc2dd;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 502;
}
#main-navigation #search .icon .fa {
  color: #003761;
  font-size: 24px;
  line-height: 50px;
}
#infobar .row {
  background: #dadada;
}
#infobar .row .col-xs-6,
#infobar .row .col-xs-12 {
  padding: 0;
}
#infobar .row .shortcut-icons {
  color: #003761;
  padding: 15px;
  text-align: Center;
}
#infobar .row .shortcut-icons a {
  color: #003761;
}
#infobar .row .shortcut-icons a:hover {
  text-decoration: none;
}
#infobar .row .shortcut-icons span {
  display: inline-block;
  font-size: 14px;
  color: #0071a5;
}
#infobar .row .shortcut-icons .icon {
  display: inline-block;
  margin: 0 15px;
}
#infobar .row .shortcut-icons .icon .fa-stack {
  font-size: 30px;
  display: block;
}
#infobar .row .shortcut-icons .icon .fa-stack .fa-circle {
  color: #9dc2dd;
}
#infobar .row .shortcut-icons .icon .fa-stack .fa-fa-stack-1 {
  color: #0071a5;
}
#infobar .news {
  background-color: #fff;
}
#infobar .timetable .timetable-table {
  display: none;
}
#infobar .timetable .timetable-table.active {
  display: table;
}
#infobar .timetable .row {
  margin: 0;
}
#infobar .timetable .title {
  color: #0071a5;
  font-size: 20px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  background-color: #9dc2dd;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#infobar .timetable .title:hover {
  cursor: pointer;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#infobar .timetable .title.active {
  background-color: #0071a5;
  color: #9dc2dd;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#infobar .timetable .title.active .fa {
  color: #9dc2dd;
  border-color: #9dc2dd;
}
#infobar .timetable .title .fa {
  margin-right: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #0071a5;
  width: 30px;
  height: 30px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
  padding-top: 5px;
}
#infobar .timetable .arrival,
#infobar .timetable .departure {
  background-color: #9dc2dd;
}
#infobar .timetable .arrival a,
#infobar .timetable .departure a {
  color: #fff;
}
#infobar .timetable .arrival a.details,
#infobar .timetable .departure a.details {
  display: block;
  text-align: right;
  padding-right: 5px;
  text-decoration: underline;
  font-size: 12px;
  color: #9dc2dd;
}
.timetable-table tr:nth-child(even) td {
  background: #116898;
}
.timetable-table tr:nth-child(odd) td {
  background: #0071a5;
}
.timetable-table td {
  padding: 5px;
  color: #fff;
}
.timetable-table .fa {
  font-size: 12px;
}
.timetable-table .status .fa-circle.enter,
.legend .fa-circle.enter {
  color: #fff;
}
.timetable-table .status .fa-circle.started,
.legend .fa-circle.started {
  color: #8da56a;
}
.timetable-table .status .fa-circle.landed,
.legend .fa-circle.landed {
  color: #8da56a;
}
.timetable-table .status .fa-circle.estimated,
.legend .fa-circle.estimated {
  color: #fff;
}
.timetable-table .status .fa-circle.delayed,
.legend .fa-circle.delayed {
  color: #d07113;
}
.timetable-table .status .fa-circle.canceled,
.legend .fa-circle.canceled {
  color: #cf1919;
}
#runnerbox {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  border-top: 1px solid #fff;
  z-index: 1000;
}
#runnerbox .row {
  margin: 0;
}
#runnerbox .row .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
}
#runnerbox .row .col-xs-3 .icon {
  background: #0071a5;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #003761;
}
#runnerbox .row .col-xs-3 .icon a {
  display: block;
}
#runnerbox .row .col-xs-3 .icon a .fa {
  color: #fafafa;
  font-size: 14px;
  line-height: 27px;
  height: 30px;
  width: 30px;
  text-align: center;
  border: 1px solid #116898;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#runnerbox .row .col-xs-3 .icon a:hover .fa {
  color: #003761;
  border-color: #003761;
}
#sidebar {
  padding: 0;
}
#sidebar .title {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#sidebar .wrapper {
  padding: 15px;
}
#sidebar #subnavigation {
  background: #003761;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#sidebar .newsletter {
  background: #dadada;
  padding: 15px;
}
#sidebar h3,
#sidebar .h3 {
  font-size: 20px;
  color: #003761;
  display: block;
  margin-top: 15px;
}
#content {
  padding-bottom: 60px;
}
#content .sidewide {
  background: #9dc2dd;
  padding: 30px;
}
#content a {
  text-decoration: underline;
}
#content a.call-to-action {
  display: inline-block;
  background: #cf1919;
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1 px solid #a61a1a;
}
footer {
  background: #dadada;
  padding-bottom: 30px;
  padding-top: 30px;
  color: #4d5655;
  font-style: italic;
}
footer #social-links p {
  font-size: 20px;
}
footer #social-links .fa {
  color: #4d5655;
  font-size: 28px;
}
footer ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
footer ul li a {
  text-decoration: none;
  color: #4d5655;
  font-weight: bold;
  text-transform: uppercase;
}
footer ul li ul li a {
  font-weight: normal;
  text-transform: none;
}
.parking-map {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 58.45%;
}
#parking-calculator .parking-date {
  font-size: 1.5em;
  color: #4d5655;
  cursor: pointer;
}
#parking-calculator .parking-date .title {
  background: #fff;
  color: #003761;
  padding: 4px;
}
#parking-calculator .parking-date .datewrapper {
  border-bottom: 1px solid #4d5655;
  padding: 15px;
  background: #0071a5;
  color: #9dc2dd;
}
#parking-calculator .parking-date .datewrapper .day {
  font-size: 3em;
  float: left;
  margin-right: 5px;
  line-height: 1em;
}
#parking-calculator .parking-date .datewrapper .month {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1em;
  padding-top: 5px;
}
#parking-calculator .parking-date .datewrapper .year {
  line-height: 1em;
}
#parking-calculator .parking-date .timewrapper {
  padding: 15px;
  border-bottom: 1px solid #4d5655;
}
#parking-calculator .parking-date .timewrapper .at {
  font-size: 0.8em;
}
#parking-calculator .parking-date .timewrapper .hour,
#parking-calculator .parking-date .timewrapper .minute {
  background-color: #4d5655;
  color: #FFF;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 35px;
  display: inline-block;
  font-size: 0.8em;
}
#parking-calculator .parking-date .timewrapper .select {
  color: #cf1919;
  font-size: 14px;
  padding-top: 8px;
}
#parking-calculator #calculated-parking-time {
  display: none;
  padding-top: 10px;
}
#parking-calculator #calculated-parking-time .price {
  font-size: 1.5em;
}
#parking-calculator #recommendation {
  display: none;
}
.parking-requestbyphone {
  display: none;
}
#parking-place-list {
  border: 4px solid transparent;
}
#parking-place-list .active {
  border: 4px solid #003761;
  background: #9dc2dd;
}
#parking-place-list .title {
  position: relative;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding-left: 15px;
  margin: 0;
}
#parking-place-list .title .category {
  font-size: 0.5em;
  font-weight: normal;
}
#parking-place-list .title .fa.toggle-control {
  position: absolute;
  right: 15px;
  top: 5px;
}
#parking-place-list .parking-place-details {
  padding: 15px;
}
#parking-place-list .calculated-price {
  font-size: 20px;
  font-weight: bold;
  display: none;
}
#parking-place-list .parking-place.p1 {
  background-color: #fafafa;
  margin-bottom: 30px;
}
#parking-place-list .parking-place.p1 .title {
  background-color: #a61a1a;
}
#parking-place-list .parking-place.p2 {
  background-color: #fafafa;
  margin-bottom: 30px;
}
#parking-place-list .parking-place.p2 .title {
  background-color: #e0ac00;
}
#parking-place-list .parking-place.p3 {
  background-color: #fafafa;
  margin-bottom: 30px;
}
#parking-place-list .parking-place.p3 .title {
  background-color: #d07113;
}
#parking-place-list .parking-place.p4 {
  background-color: #fafafa;
  margin-bottom: 30px;
}
#parking-place-list .parking-place.p4 .title {
  background-color: #40ac1e;
}
.pulsate path {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 2s ease-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation: pulsate 2s ease-out;
  -ms-animation-iteration-count: infinite;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
}
.form-control,
.btn {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
label {
  font-weight: normal;
}
label.bg-danger {
  padding: 5px;
  font-weight: normal;
}
#conference-application-form legend {
  padding-top: 30px;
  margin-bottom: 15px;
  color: #000;
  font-size: 19px;
}
#conference-application-form .btn {
  margin-bottom: 15px;
}
#carousel-push-news {
  border-bottom: 1px solid #0071a5;
}
#carousel-push-news > .title {
  background: #9dc2dd;
  color: #003761;
  padding: 4px 15px;
  font-weight: bold;
}
#carousel-push-news .item {
  padding: 15px;
}
#carousel-push-news .item .title {
  font-size: 18px;
  color: #003761;
}
#carousel-push-news .item a {
  display: block;
  text-align: center;
}
#carousel-push-news .carousel-indicators {
  position: relative;
  bottom: 15px;
  margin: 0;
  left: auto;
  width: 100%;
}
#carousel-push-news .carousel-indicators li {
  background-color: #dadada;
}
#carousel-push-news .carousel-indicators li.active {
  background-color: #9dc2dd;
}
#search-form-webpage {
  padding: 15px 0;
}
.banner .close {
  padding-right: 15px;
  font-size: 1em;
}
#wideskyscraper {
  background: #fff;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  padding: 5px;
  border-bottom: 1px solid #dadada;
  font-size: 0.8em;
}
#wideskyscraper.active {
  top: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.flag {
  width: 16px;
  height: 16px;
  background: url('/layout/images/flags.png') no-repeat;
}
.flag.flag-de {
  background-position: -16px 0;
}
.flag.flag-gb {
  background-position: 0 -16px;
}
#flightplan {
  background-color: #fff;
  padding: 15px;
  position: relative;
}
#flightplan > .title {
  background: #003761;
}
#flightplan > .title .title {
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2em;
  padding: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
}
#flightplan .details {
  color: #fff;
  display: block;
}
#flightplan .details .details-link {
  display: block;
  float: right;
  padding: 15px 15px 0 0;
}
#flightplan .close-map {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #003761;
  left: 50%;
  margin-left: -25px;
  text-align: center;
  display: none;
  cursor: pointer;
}
#flightplan .close-map .fa {
  font-size: 40px;
  color: #fff;
}
#flightplan #flightplan-details {
  height: 0;
  overflow: hidden;
}
#flightplan #flightplan-details > div .wrapper {
  padding: 15px;
}
#flightplan.active #flightplan-details {
  height: 100%;
  padding-bottom: 15px;
  overflow: visible;
}
#flightplan.active .close-map {
  display: block;
}
#flightplan #available-flights {
  margin-top: 15px;
}
#flightplan #available-flights .departure {
  padding-right: 8px;
}
#flightplan .legal-notice {
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
}
#flightplan #flightplan-map {
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: url('/layout/images/fancybox/fancybox-loading-2x.gif') no-repeat center center;
}
#flightplan-list {
  margin-top: 30px;
}
#flightplan-list .flights.inactive {
  display: none;
}
#flightplan-list-map {
  width: 100%;
  height: 300px;
  margin: 30px 0;
}
#airlines {
  padding: 0;
}
#airlines .description {
  background: #dadada;
  padding: 15px;
  font-size: 0.9em;
}
#airlines .description .title {
  display: block;
  color: #003761;
  text-transform: uppercase;
  font-weight: bold;
}
#airlines .item {
  text-align: center;
  width: 160px;
  height: 90px;
  overflow: hidden;
  float: left;
  padding: 15px;
}
.btn {
  color: #575656;
}
.btn.btn-primary {
  background: #cf1919;
  color: #fff;
  border: 0;
}
.btn.btn-default {
  border: 0;
  background: #dadada;
}
.btn.active,
.btn.active:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #0071a5;
  color: #fff;
}
.article-list .date,
.article-list .word-count {
  color: #0071a5;
}
#press-release .images .wrapper,
#press-images .images .wrapper {
  background: #fafafa;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#press-release .images .wrapper .description,
#press-images .images .wrapper .description {
  text-align: left;
  padding-top: 15px;
}
#press-release .images .copyright,
#press-images .images .copyright {
  font-size: 0.9em;
}
.pagination > li.page-info > span > span {
  border: 0;
  float: none;
}
#attraction-map {
  width: 100%;
  height: 350px;
}
#attraction-filter-wrapper {
  margin-top: 30px;
}
#attraction-list .category-icons i {
  padding-right: 10px;
}
#location-map {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
}
#routing-map {
  width: 100%;
  height: 350px;
}
.list .wrapper {
  padding: 15px;
}
.list .wrapper.colored {
  background-color: #fafafa;
}
.list .wrapper .row.item {
  padding-top: 15px;
}
.gm-style .labels {
  width: 30px;
  height: 40px;
  margin-left: -17px;
  margin-top: -40px;
}
.gm-style .labels .map-label {
  position: relative;
  width: 24px;
  height: 40px;
}
.gm-style .labels .map-label .fa-map-marker {
  position: absolute;
  top: 0;
  left: 5px;
  color: #cf1919;
  font-size: 41px;
}
.gm-style .labels .map-label .fa-map-marker.fdh {
  color: #003761;
}
.gm-style .labels .map-label .fa-stack {
  margin-left: 6px;
  top: 5px;
  font-size: 11px;
}
.gm-style .labels .map-label .fa-stack .fa-circle {
  color: #fff;
}
.gm-style .labels .map-label .fa-stack .map-icon {
  color: #003761;
}
.webcam {
  background-color: #9dc2dd;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
}
.webcam .wrapper {
  background: #0071a5;
}
.webcam .wrapper .description {
  padding: 15px 15px 45px 15px;
  color: #9dc2dd;
}
.webcam .wrapper .description h2 {
  margin-top: 5px;
}
.webcam .wrapper .description .button-wrapper {
  line-height: 45px;
  height: 45px;
  padding-top: 15px;
  text-align: center;
}
.webcam .wrapper .description .button-wrapper .details {
  background-color: #116898;
  color: #fff;
  text-decoration: none;
  padding: 15px 15px 15px 0;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.webcam .wrapper .description .button-wrapper .details .fa {
  color: #fff;
}
.webcam .wrapper .description .button-wrapper .details .fa-stack {
  color: #003761;
  display: inline-block;
  margin-right: 45px;
  margin-top: -50px;
  margin-left: -10px;
}
.webcam .wrapper .description .button-wrapper .details .fa-stack .fa-circle {
  font-size: 90px;
  color: #116898;
}
.webcam .wrapper .description .button-wrapper .details .fa-stack .fa-video-camera {
  color: #003761;
  font-size: 30px;
  padding: 26px;
}
.webcam .wrapper .description .button-wrapper .details:after {
  left: 98%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #116898;
  border-width: 23px;
  margin-top: -23px;
}
.webcam .wrapper .image {
  position: relative;
}
.webcam .wrapper .image .preview {
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: #fff;
}
.webcam .wrapper .powered-by {
  font-size: 0.9em;
  color: #9dc2dd;
  padding: 8px 0 5px 15px;
}
.webcam .wrapper .powered-by a {
  color: #9dc2dd;
}
#content .webcam {
  margin-left: -15px;
  margin-right: -15px;
}
#content .panel-group .panel {
  border: 0;
}
#content .panel-group .panel .panel-heading {
  border-bottom: 1px solid #fafafa;
}
#content .panel-group .panel .panel-heading a {
  text-decoration: none;
  color: #003761;
}
#content .panel-group .panel .panel-body {
  border: 0;
}
#content .btn {
  text-decoration: none;
}
#flights-filter .btn {
  text-transform: uppercase;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
}
#flights-filter-table .last-modified {
  padding: 5px 0;
  text-align: right;
  font-style: italic;
}
#flights-filter-table .legend ul {
  margin: 15px;
  padding: 0;
  list-style: none;
}
#flights-filter-table .legend ul li {
  font-size: 12px;
}
#flights-filter-table .legend ul li i {
  padding-right: 5px;
}
#shareholder-chart {
  width: 100%;
  height: 400px;
}
figure figcaption {
  font-style: italic;
  margin-bottom: 15px;
}
#content .col-xs-12 figure.picture {
  margin-bottom: 15px;
}
#adress-details #routing-map {
  margin-bottom: 15px;
}
#facebook-news {
  padding: 0 15px;
}
#facebook-news .fa-facebook-official {
  color: #2770b7;
}
#facebook-news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#facebook-news ul li {
  margin-bottom: 15px;
}
#facebook-news ul li .date,
#facebook-news ul li .image {
  margin-bottom: 5px;
}
#cookie-popup {
  display: none;
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
}
#cookie-popup .container {
  max-width: 1100px;
}
#cookie-popup a {
  color: #fff;
  text-decoration: underline;
}
#cookie-popup .btn {
  margin-top: 15px;
  background: #337ab7;
}
@media only screen and (min-width: 992px) {
  #cookie-popup .btn {
    margin-top: 0;
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  #cookie-popup {
    position: fixed;
    z-index: 999;
  }
}
