body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 200;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 36px;
  font-weight: 700;
}

ul {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
}

.section {
  margin-top: 35px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.header {
  height: 50vh;
}

.header.home {
  position: relative;
}

.page {
  padding-right: 25px;
  padding-left: 25px;
}

.header-container {
  overflow: hidden;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/home-header-flughafen-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navigation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.navigation-container {
  position: relative;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.logo-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 20%;
  padding: 20px 30px 20px 0px;
  background-color: #fff;
}

.menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-wrap {
  width: 100%;
}

.menu {
  display: inline-block;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.menu-item {
  padding: 15px 30px 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item:hover {
  color: #e13a3a;
}

.menu-item.w--current {
  color: #e13a3a;
}

.section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title-container {
  width: 30%;
  padding: 15px;
}

.content-container {
  width: 70%;
  padding: 15px 0px 15px 30px;
}

.title-heading {
  font-size: 3em;
  line-height: 120%;
}

.title-paragraph {
  padding-top: 35px;
  padding-bottom: 15px;
  color: #999;
  line-height: 1.7em;
  font-weight: 300;
}

.full-content-block {
  width: 100%;
}

.full-content-block.one-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-wrap {
  width: 100%;
}

.content-image {
  width: 100%;
}

.text-wrap {
  padding: 15px 15px 15px 0px;
}

.text-wrap.newsblock {
  margin-top: 31px;
  padding: 30px 50px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}

.heading {
  font-size: 26px;
}

.heading.one-third {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 22px;
}

.red {
  color: #e13a3a;
}

.content-paragraph {
  padding-top: 15px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.content-paragraph.one-third {
  padding-top: 0px;
  padding-bottom: 30px;
  color: #999;
  line-height: 1.7em;
}

.one-third-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.one-third-block:hover {
  background-color: #fafafa;
}

.button {
  margin-top: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  background-color: #fff;
  color: #999;
  font-size: 14px;
}

.button:hover {
  border-color: #e13a3a;
  color: #e13a3a;
}

.button.margin-plus {
  margin-top: 17px;
}

.footer {
  border-bottom: 1px solid #ddd;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.footer-block.one {
  width: 40%;
  padding: 50px;
}

.footer-block.two {
  width: 30%;
  padding: 50px 15px;
}

.logo-footer {
  width: 50%;
}

.paragraph-footer {
  width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
  font-size: 14px;
  line-height: 1.7em;
}

.footer-heading {
  font-size: 16px;
}

.footer-text {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
  line-height: 1.7em;
}

.footer-text.link {
  display: block;
}

.link {
  color: #e13a3a;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #333;
}

.sub-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.mobile-menu-item {
  display: none;
  padding: 20px 30px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu-item:hover {
  color: #e13a3a;
}

.mobile-logo-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 20%;
  padding: 20px 30px 20px 0px;
  background-color: #fff;
}

.image-block {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.block-img {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.half-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.half-container.first {
  margin-top: 50px;
  border-top: 1px solid #ddd;
}

.half-block {
  width: 60%;
}

.half-block.image {
  width: 40%;
}

.half-block.text {
  padding-right: 30px;
  padding-left: 25px;
}

.half-block.text:hover {
  background-color: #fafafa;
}

.half-block-img-wrap {
  width: 100%;
}

.half-block-img {
  width: 100%;
}

.news-date {
  color: #e13a3a;
}

.mobil-navigation {
  display: none;
}

.news_img {
  width: 100%;
  margin-bottom: 32px;
}

.news_img._100 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 25px;
  }

  .header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .logo-block {
    display: none;
  }

  .menu {
    margin-bottom: -10px;
  }

  .menu-item {
    display: inline-block;
  }

  .section-container {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-container {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }

  .content-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .title-heading {
    font-size: 2.5em;
  }

  .title-paragraph {
    padding-top: 5px;
  }

  .heading {
    font-size: 22px;
  }

  .heading.one-third {
    font-size: 18px;
  }

  .content-paragraph {
    font-size: 14px;
  }

  .content-paragraph.one-third {
    font-size: 14px;
  }

  .one-third-block {
    padding-right: 11px;
    padding-left: 11px;
  }

  .footer-block.one {
    width: 30%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-block.two {
    width: 35%;
  }

  .logo-footer {
    width: 75%;
  }

  .footer-heading {
    margin-bottom: 32px;
  }

  .link {
    font-size: 12px;
  }

  .sub-footer-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mobile-menu-item {
    display: block;
    padding: 10px;
  }

  .burger {
    width: 40px;
    height: 40px;
  }

  .mobile-logo-block {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    padding: 0px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 0px;
  }

  .header.home {
    display: block;
    height: 40vh;
  }

  .page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-container {
    overflow: hidden;
    padding-bottom: 15px;
  }

  .menu-block {
    padding-bottom: 14px;
    background-color: #fff;
  }

  .menu {
    margin-top: -15px;
  }

  .menu-item {
    padding: 12px 15px;
    font-size: 12px;
  }

  .content-container {
    padding-left: 15px;
  }

  .full-content-block.one-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrap {
    display: block;
  }

  .image-wrap.mobile-diplay-non {
    display: none;
  }

  .text-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-wrap.newsblock {
    padding-right: 30px;
    padding-left: 30px;
  }

  .one-third-block {
    width: 100%;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-block.one {
    width: 100%;
    padding: 30px 50px 15px;
    text-align: center;
  }

  .footer-block.two {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
  }

  .logo-footer {
    width: 50%;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer-text {
    font-size: 12px;
  }

  .sub-footer-container {
    text-align: center;
  }

  .burger {
    width: 50px;
  }

  .mobile-logo-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo-nav-mobile {
    display: block;
  }

  .half-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .half-container.first {
    margin-top: 10px;
    border-top-style: none;
  }

  .half-block.image {
    width: 100%;
  }

  .half-block.text {
    width: 100%;
  }

  .mobil-navigation {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-top: 0px;
    border-top-style: none;
  }

  .header.home {
    height: 31vh;
  }

  .page {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation {
    display: none;
  }

  .menu-block {
    padding-bottom: 0px;
  }

  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .menu-item {
    padding: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0px;
  }

  .title-container {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .content-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-heading {
    font-size: 1.8em;
  }

  .title-paragraph {
    font-size: 14px;
    line-height: 1.4em;
  }

  .text-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-wrap.newsblock {
    padding: 20px 15px;
  }

  .heading {
    font-size: 20px;
    line-height: 31px;
  }

  .content-paragraph {
    line-height: 1.5em;
  }

  .content-paragraph.one-third {
    padding-bottom: 10px;
  }

  .one-third-block {
    margin-top: 15px;
  }

  .footer-block.one {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-block.two {
    padding-top: 10px;
  }

  .paragraph-footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 12px;
  }

  .footer-heading {
    margin-bottom: 15px;
  }

  .mobile-logo-block {
    height: 70px;
  }

  .block-img {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .half-container.first {
    margin-top: 0px;
    border-top-style: none;
  }

  .mobil-navigation {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .mobil-nav-dropdown {
    width: 100%;
    text-align: center;
  }

  .mobile-nav-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-nav-toggle:hover {
    background-color: #fafafa;
  }

  .mobile-nav-item {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .mobile-nav-item:hover {
    color: #e13a3a;
  }

  .mobile-nav-item.w--current {
    color: #e13a3a;
  }

  .dropdown-list {
    background-color: #ddd;
  }

  .dropdown-list.w--open {
    background-color: #ddd;
  }
}

