.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;
}
header {
  height: 80px;
}
header .container #logo {
  width: 250px;
  top: 12px;
}
#search.inactive .search-box {
  width: 0;
  overflow: hidden;
}
#search .search-box {
  width: auto;
}
.teaser {
  margin-top: 15px;
  margin-bottom: 15px;
}
.teaser img {
  margin-top: 6px;
}
.teaser h2,
.teaser h3 {
  margin-top: 0;
}
#flightplan {
  padding: 0;
}
#flightplan > .title .title {
  display: inline-block;
}
#flightplan #flightplan-map {
  padding: 15px;
}
#parking-place-list .category {
  font-size: 0.6em;
}
#press-release .images .col-sm-4:nth-child(3n+1) {
  clear: both;
}
#press-images .images:nth-child(3n+1) {
  clear: both;
}
#flights-filter-table .legend ul {
  display: inline;
}
#flights-filter-table .legend ul li {
  display: inline;
  padding-right: 15px;
}
