/*
* colors...
* light yellowgreen: #f6f7e5
* light green: #dfe8d3
* green: #7d9a7e
* green-2: #90b39a
* green-3: #aac4b0
* blue: #90aab7
* font-color: #425978

*/
/**
 * Breakpoint mixin. Example use:
 * @include bp($breakpoint-tablet) {
 *    // content;
 * };
 *
 * @author Kim-Christian Meyer <kim.meyer@palasthotel.de>
 */
/**
 * Best and simplest clearfix right now
 *
 * @author Kim-Christian Meyer <kim.meyer@palasthotel.de>
 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  margin: 0;
  margin-top: 8em;
  padding: 0;
  background: url("flying-background.0dd24f21.jpg") no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}

.clearfix:after:after {
  content: "";
  display: block;
  clear: both;
}

input, textarea {
  font-size: 14px;
  font-family: "ff-meta-web-pro", sans-serif;
}

input[type=text],
textarea {
  background-color: white;
  border: none;
  width: 280px;
  padding: 10px 20px;
  color: #425978;
}

.has-white-bg input[type=text],
.has-white-bg textarea {
  background-color: #f6f7e5;
}

input[type=submit] {
  border: none;
  cursor: pointer;
  background: none;
  color: white;
  font-weight: bold;
}

h2 {
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 13px;
}

h3 {
  margin-top: 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

h2 + h3 {
  margin-top: 40px;
}

p + h3 {
  margin-top: 50px;
}

html {
  margin: 0;
  padding: 0;
  color: #425978;
  font-family: "ff-meta-web-pro", sans-serif;
  /*versalziffern*/
  font-feature-settings: "lnum" 1;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  /*IE, you're drunk!*/
}

figure {
  border-radius: 2px;
  padding: 10px;
}
figure img {
  margin-bottom: 20px;
}

figcaption {
  width: 100%;
  border-top: 1px solid rgba(170, 196, 176, 0.5);
  color: #425978;
  font-size: 13px;
  padding-top: 7px;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

td {
  padding: 6px 10px 6px 0;
  margin-bottom: 30px;
}

th {
  text-align: left;
}

a:link, a:visited {
  color: #425978;
  text-decoration: underline;
}
.has-blue-bg a:link, .has-blue-bg a:visited {
  color: white;
}
.fly-button-link {
  display: block;
  padding: 10px 20px;
  background-color: #7d9a7e;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.fly-button-link:hover {
  background-color: #90b39a;
}

.fly-button {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #5f957a;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 24px;
  text-decoration: none;
  transition: all 333ms ease-in-out;
}
.fly-button:link, .fly-button:visited {
  text-decoration: none;
  color: #1e4e4f;
}
.fly-button:hover, .fly-button:focus, .fly-button:active {
  background-color: #5f957a;
  color: white;
}
.fly-button:active {
  position: relative;
  top: 1px;
}

.fly-cite {
  font-size: 14px;
  font-style: normal;
}

.fly-components {
  margin-left: 20px;
}

.fly-post-list {
  list-style: none !important;
  margin-bottom: 80px;
}
@media all and (min-width: 998px) {
  .fly-post-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.fly-post-teaser {
  width: 100%;
  margin: 10px;
  margin-bottom: 50px;
}
@media all and (min-width: 998px) {
  .fly-post-teaser {
    width: calc( 50% - 20px );
  }
}
.fly-post-teaser a {
  display: block;
  padding: 20px;
  border: 1px solid #90b39a;
  border-radius: 2px;
  box-shadow: 0 4px 4px -1px rgba(33, 33, 33, 0.05);
  height: 100%;
  transition: all 333ms ease-in-out;
}
.fly-post-teaser a:link, .fly-post-teaser a:visited {
  text-decoration: none;
}
.fly-post-teaser a:hover {
  box-shadow: 0 14px 14px -9px rgba(33, 33, 33, 0.15);
  background-color: #90b39a;
  color: white;
}
.fly-post-teaser a:hover h2 {
  color: white;
}

/************** contact mobile + tablet **************/
.fly-contact {
  max-width: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px auto 30px auto;
}

/************** contact **************/
.fly-contact {
  max-width: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px auto 30px auto;
}
.fly-contact:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 998px) {
  .fly-contact {
    max-width: 900px;
    margin: 20px auto 50px auto;
    padding: 0 20px;
  }
}

.fly-contact-col {
  float: none;
  width: auto;
  margin-right: 0;
}
@media all and (min-width: 998px) {
  .fly-contact-col {
    float: left;
    width: 30%;
    max-width: 280px;
    margin-right: 3%;
  }
}

.fly-contact a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.fly-contact a:hover {
  border-bottom: 1px solid white;
}

/************** concreditstact **************/
.fly-credits {
  margin: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media all and (min-width: 998px) {
  .fly-credits {
    padding: auto;
    max-width: 420px;
    margin: 20px auto 100px auto;
  }
}

/**
 * @author Stephan Kroppenstedt <stephan.kroppenstedt@palasthotel.de>
 * @modified 17.07.2016
 */
.fly-header {
  position: relative;
}

.fly-header-wrapper {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
}

.fly-header-logo {
  display: none;
  margin: 20px auto;
  width: 280px;
  height: auto;
}
@media all and (min-width: 600px) {
  .fly-header-logo {
    display: block;
  }
}
@media all and (min-width: 0) and (max-width: 998px) {
  .fly-header-logo {
    width: 230px;
    margin-top: 6px;
  }
}

.fly-header-login {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fly-header-login a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.fly-header-login svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 1px;
}

.fly-header-languageswitcher {
  color: white;
  font-family: "ff-meta-web-pro", sans-serif;
  font-size: 14px;
  z-index: 50;
  display: inline-block;
}
@media all and (min-width: 0) and (max-width: 600px) {
  .fly-header-languageswitcher {
    color: rgba(30, 78, 79, 0.7);
  }
}
.is-scrolled-down .fly-header-languageswitcher {
  color: rgba(30, 78, 79, 0.7);
}

a.fly-header-languageswitcher-item:hover {
  text-decoration: none;
}

.fly-header-nav {
  position: fixed;
  top: -50px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #90b39a;
  height: 40px;
  z-index: 20;
  padding-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
@media all and (min-width: 0) and (max-width: 600px) {
  .fly-header-nav {
    top: 0;
    opacity: 0.96;
  }
}
.is-scrolled-down .fly-header-nav {
  top: 0;
  opacity: 0.96;
}

.fly-header-nav-left {
  margin-left: 10px;
}
@media all and (min-width: 998px) {
  .fly-header-nav-left {
    margin-left: 8vw;
  }
}

.fly-header-nav-right {
  right: 10px;
  position: fixed;
  top: 10px;
  z-index: 50;
}
@media all and (min-width: 998px) {
  .fly-header-nav-right {
    right: 8vw;
  }
}
.fly-header-nav-right a:link, .fly-header-nav-right a:visited {
  color: white;
}
.fly-header-nav-right svg {
  fill: white;
}
@media all and (min-width: 0) and (max-width: 600px) {
  .fly-header-nav-right svg {
    fill: #1e4e4f;
  }
  .fly-header-nav-right a:link, .fly-header-nav-right a:visited {
    color: #1e4e4f;
  }
}
.is-scrolled-down .fly-header-nav-right svg {
  fill: #1e4e4f;
}
.is-scrolled-down .fly-header-nav-right a {
  color: #1e4e4f;
}

.fly-header-burger {
  width: 30px;
  float: left;
}

.fly-header-burger .fly-icon {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  padding-left: 1.25em;
}
.fly-header-burger .fly-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 1em;
  height: 0.15em;
  background: #425978;
  box-shadow: 0 0.25em 0 0 #425978, 0 0.5em 0 0 #425978;
}

.fly-header-first-menu {
  position: relative;
  padding: 0 0 0 8%;
  font-size: 14px;
}
.fly-header-first-menu ul {
  transform: translateY(-4px);
}

.fly-header-first-menu ul {
  list-style: none;
  line-height: 2.4;
}

.fly-header-first-menu ul {
  display: flex;
  align-items: center;
}

@media all and (min-width: 998px) {
  .fly-header-main-menu ul, .fly-header-first-menu ul {
    line-height: 1;
  }
}
@media all and (min-width: 998px) {
  .fly-header-main-menu ul li, .fly-header-first-menu ul li {
    display: inline-block;
    margin-right: 40px;
  }
}
.fly-header-main-menu ul li a,
.fly-header-first-menu ul li a {
  text-decoration: none;
  color: #425978;
  border-bottom: 1px solid rgba(66, 89, 120, 0);
  transition: border 0.3s ease-in-out;
}

.fly-header-main-menu ul li a:hover,
.fly-header-first-menu ul li a:hover {
  border-bottom: 1px solid rgba(66, 89, 120, 0.5);
}

.fly-header-first-menu {
  display: flex;
}
@media all and (min-width: 0) and (max-width: 998px) {
  .fly-header-first-menu ul {
    transition: all 333ms ease-in-out;
    top: -400px;
    position: absolute;
    background-color: white;
    margin-left: -8%;
    padding-left: 8%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .show-menu .fly-header-first-menu ul {
    top: 30px;
  }
  .fly-header-first-menu ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.mobile-menu-icon {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
}
@media all and (min-width: 998px) {
  .mobile-menu-icon {
    display: none;
  }
}
.mobile-menu-icon svg {
  fill: black;
  width: 22px;
  height: 22px;
}

.fly-header-main-menu {
  width: 100%;
  position: absolute;
  background-color: #dfe8d3;
  left: 0;
  top: 50px;
  padding: 6px 0 6px 8%;
  display: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media all and (min-width: 998px) {
  .fly-header-main-menu {
    display: block;
  }
}
@media all and (min-width: 998px) {
  .fly-header-main-menu {
    height: 40px;
  }
}
.fly-header-main-menu .is-active {
  visibility: visible;
  opacity: 1;
}
.fly-header-main-menu ul {
  display: flex;
  list-style: none;
  line-height: 2.4;
}
@media all and (min-width: 998px) {
  .fly-header-main-menu ul li {
    margin-right: 40px;
  }
}
.fly-header-main-menu ul li:last-child {
  margin-right: auto;
}
.fly-header-main-menu a {
  text-decoration: none;
  color: #425978;
  border-bottom: 1px solid rgba(66, 89, 120, 0);
  transition: border 0.3s ease-in-out;
}
.fly-header-main-menu a:hover {
  border-bottom: 1px solid rgba(66, 89, 120, 0.5);
}

/************** app menu **************/
.fly-header-apps {
  z-index: 50;
  padding-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
}
.fly-header-apps svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: -25px;
}

.fly-header-apps-menu {
  background-color: white;
  position: absolute;
  left: -273px;
  top: 40px;
  width: 240px;
  padding: 30px 20px 0 30px;
  visibility: hidden;
  height: auto;
  opacity: 0;
  border: 1px solid #dfe8d3;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  color: white;
}
.fly-header-apps-menu a:link, .fly-header-apps-menu a:visited {
  color: #1e4e4f;
}

/*.fly-header-apps:hover .fly-header-apps-menu,
.fly-header-apps-menu:hover,*/
.fly-header-apps-menu.is-active {
  visibility: visible;
  opacity: 1;
}

.fly-header-apps-menu:before {
  content: "";
  width: 0px;
  height: 0px;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #dfe8d3 transparent;
  position: absolute;
  top: -15px;
  right: 20px;
}

.fly-header-apps .fly-icon {
  cursor: pointer;
}

.fly-header-apps-menu ul {
  list-style: none;
}

.fly-header-apps-menu li {
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.fly-header-apps-menu li a {
  color: #425978;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(66, 89, 120, 0);
  transition: border 0.3s ease-in-out;
}

.fly-header-apps-menu li a:hover {
  border-bottom: 1px solid rgba(66, 89, 120, 0.5);
}

.fly-header-apps-menu .fly-icon {
  margin-left: 10px;
}

.fly-icon img {
  padding-right: 6px;
  width: 28px;
  height: 28px;
}
@media all and (min-width: 0) and (max-width: 998px) {
  .fly-icon img {
    padding-right: 10px;
  }
}

.fly-icon-logo {
  margin-right: 20px;
}
.fly-icon-logo svg {
  height: 30px;
  width: 161px;
  /*IE needs height AND width for scaling svgs*/
  fill: black;
}
.fly-icon-logo svg polygon {
  fill: black !important;
}
.fly-icon-logo img {
  height: 30px;
  width: 161px;
  /*IE needs height AND width for scaling svgs*/
}

.fly-quotation p {
  padding: 1px;
  box-shadow: 10px 0 0 rgba(95, 149, 122, 0.8), -10px 0 0 rgba(95, 149, 122, 0.8);
  display: inline;
  background-color: rgba(95, 149, 122, 0.8);
  color: white;
  font-size: 23px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  box-decoration-break: clone;
  display: inline;
}
.fly-quotation cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  color: #1e4e4f;
}

/**
 ******************************************
 * sections
 ******************************************
 */
.fly-section {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 400px;
  padding: 10px 0 50px 0;
  position: relative;
  box-sizing: border-box;
}
.fly-section:after {
  content: "";
  display: block;
  clear: both;
}

.fly-section-content {
  max-width: 930px;
  margin: 0 auto;
  width: 90%;
}
@media all and (min-width: 930px) {
  .fly-section-content {
    width: 100%;
  }
}
.fly-section-content ul {
  list-style-type: circle;
}

.fly-section-content > .fly-section-content-image {
  pointer-events: none;
}
.fly-section-content > .fly-section-content-image * {
  pointer-events: auto;
}

/************** section 1 *****************/
.fly-section-1 {
  min-height: 480px;
}
.fly-section-1 .fly-section-content {
  max-width: 1010px;
}
.fly-section-1 .fly-section-content-image {
  width: 100%;
  height: 500px;
  float: none;
  z-index: 9;
  position: absolute;
  margin-top: -10px;
  margin-left: -20px;
  background: url("illustration1.06d8b497.png") no-repeat;
  background-size: 36%;
}
@media all and (min-width: 998px) {
  .fly-section-1 .fly-section-content-image {
    background-size: 500px;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 10;
    position: relative;
    width: 550px;
    height: 550px;
    float: left;
  }
}
.fly-section-1 .fly-section-content-text {
  max-width: auto;
  width: 60%;
  float: none;
  margin-left: 36%;
  margin-top: 70px;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 998px) {
  .fly-section-1 .fly-section-content-text {
    max-width: 450px;
    float: left;
    margin-left: 100px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
}
.fly-section-1 .fly-section-more-link {
  position: absolute;
  bottom: 10px;
  z-index: 12;
  left: 50%;
  width: 280px;
  margin-left: -140px;
}

/************** section 2 **************/
/************** section 2 mobile + tablet **************/
.fly-section-2 {
  z-index: 1;
  padding-bottom: 250px;
}

.fly-section-2:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: -160px;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  z-index: -1;
}

.fly-section-2 .fly-section-content-image {
  width: 1000px;
  height: 400px;
  position: absolute;
  top: auto;
  bottom: 30px;
  right: -760px;
  background: url("illustration2.7f548e38.png") no-repeat;
  background-size: 300px;
}
@media all and (min-width: 998px) {
  .fly-section-2 .fly-section-content-image {
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 210px;
    right: 0;
    z-index: 9;
    background-size: 400px;
  }
}

.fly-section-2 .fly-section-content-text-col {
  float: none;
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: 0;
  margin-left: 0;
}
@media all and (min-width: 998px) {
  .fly-section-2 .fly-section-content-text-col {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-right: 0;
    z-index: 10;
    position: relative;
  }
}

/************** section 3 **************/
.fly-section-3 {
  z-index: 1;
  min-height: 480px;
}
@media all and (min-width: 0) and (max-width: 998px) {
  .fly-section-3 {
    padding-bottom: 100px;
  }
}
.fly-section-3:before {
  top: -100px;
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  z-index: -1;
  border-top: 4px solid #dfe8d3;
}
@media all and (min-width: 998px) {
  .fly-section-3:before {
    top: 0px;
  }
}
.fly-section-3 .fly-section-content-image {
  width: 340px;
  float: left;
  margin: 20px 40px 0 40px;
}
.fly-section-3 .fly-section-content-image:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 0) and (max-width: 998px) {
  .fly-section-3 .fly-section-content-image {
    width: auto;
    float: none;
    margin: -80px 40px 0 40px;
  }
}

.fly-section-content-image-logo-wall {
  list-style: none;
}

.fly-section-content-image-logo-wall li {
  min-height: 40px;
  float: left;
  margin-right: 5px;
}

.fly-section-content-image-logo-wall img {
  max-width: 60px;
}

.fly-section-3 .fly-section-content-text {
  margin-bottom: 90px;
}
@media all and (min-width: 0) and (max-width: 998px) {
  .fly-section-3 .fly-section-content-text {
    width: auto;
    float: none;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media all and (min-width: 998px) {
  .fly-section-3 .fly-section-content-text {
    width: 475px;
    float: left;
  }
}

.fly-section-content-image-logowall ul {
  list-style-type: none;
}

.fly-section-content-image-logowall li {
  min-height: 40px;
  float: left;
  margin-right: 5px;
}

.fly-section-content-image-logowall img {
  max-width: 60px;
}

/************** section 4 **************/
.fly-section-4 {
  z-index: 1;
}

.fly-section-4:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: -50px;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  z-index: -1;
}
@media all and (min-width: 998px) {
  .fly-section-4:before {
    top: -140px;
  }
}

.fly-section-4 .fly-section-content-text {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: 0px;
}
@media all and (min-width: 998px) {
  .fly-section-4 .fly-section-content-text {
    width: 475px;
    margin-left: 100px;
  }
}

.fly-section-4 .fly-section-content-image {
  width: 100px;
  height: 500px;
  position: absolute;
  top: -50px;
  left: inherit;
  right: 20px;
  background: url("wolken-kleiner.14febe5c.png") no-repeat;
}
@media all and (min-width: 998px) {
  .fly-section-4 .fly-section-content-image {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30px;
    left: 800px;
    right: inherit;
  }
}

/************** section 5 mobile + tablet **************/
/************** section 5 **************/
.fly-section-5 {
  z-index: 1;
  min-height: inherit;
}
.fly-section-5:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0px;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: -1;
  border-top: 6px solid white;
}

.fly-section-5 .fly-section-5:after {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  z-index: -1;
}

.fly-section-5 .fly-section-content-image {
  width: 190px;
  height: 4000px;
  position: absolute;
  top: -220px;
  left: -50px;
  background: url("illustration3.6261dc28.png") no-repeat;
  background-size: 190px;
}
@media all and (min-width: 998px) {
  .fly-section-5 .fly-section-content-image {
    width: 100%;
    top: -180px;
    left: 0;
    background-size: 320px;
  }
}

.fly-section-5 .fly-section-content-text {
  margin-left: 180px;
  width: auto;
  padding-right: 20px;
}
@media all and (min-width: 998px) {
  .fly-section-5 .fly-section-content-text {
    margin-left: 320px;
    width: 475px;
    margin-top: 50px;
  }
}

/************** section 6 **************/
.fly-section-6 {
  padding-bottom: 80px;
}
.fly-section-6 .fly-section-content-image {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  overflow: hidden;
  margin: 130px auto 0 auto;
  float: none;
}
@media all and (min-width: 998px) {
  .fly-section-6 .fly-section-content-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: 130px 0px 0 50px;
    float: left;
  }
}
.fly-section-6 .fly-section-content-text {
  float: none;
  width: auto;
  margin: 10px 40px 0 40px;
}
@media all and (min-width: 998px) {
  .fly-section-6 .fly-section-content-text {
    float: left;
    width: 620px;
    margin: 110px 20px 0 40px;
  }
}

/************** section 7 **************/
.fly-section-7 {
  z-index: 1;
  padding-bottom: 120px;
}
@media all and (min-width: 998px) {
  .fly-section-7 {
    padding: 40px 20px;
  }
}
.fly-section-7:after {
  content: "";
  display: block;
  clear: both;
}
.fly-section-7:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0px;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: -1;
}
@media all and (min-width: 0) and (max-width: 998px) {
  .fly-section-7 .fly-section-content-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.fly-section-7 .fly-section-content-text-col {
  margin-bottom: 20px;
}
@media all and (min-width: 998px) {
  .fly-section-7 .fly-section-content-text-col {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
}

/************** section 8 **************/
.fly-section-8 {
  z-index: 1;
  padding-bottom: 300px;
}
.fly-section-8 h2 + h3 {
  margin-top: -10px;
}
.fly-section-8:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: -30px;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: -1;
  border-top: 6px solid #aac4b0;
}
.fly-section-8 .fly-section-content-text {
  padding: 0 20px 0 20px;
}
@media all and (min-width: 998px) {
  .fly-section-8 .fly-section-content-text {
    padding: 0 80px 0 50px;
  }
}
.fly-section-8 .fly-section-content-text-col h2 + h3 {
  font-weight: lighter;
}
.fly-section-8 .fly-section-content-text-col-wrapper {
  display: block;
}
@media all and (min-width: 998px) {
  .fly-section-8 .fly-section-content-text-col-wrapper {
    position: relative;
    display: flex;
  }
}
.fly-section-8 .fly-section-content-text-col-wrapper .fly-section-content-text-col {
  padding-left: 40px;
  padding-right: 40px;
}
.fly-section-8 .fly-section-content-text-col {
  padding: 20px;
  width: 100%;
}
.fly-section-8 .fly-section-content-text-col-between {
  text-indent: -9999em;
  width: 100%;
  height: 0;
  border-top: 1px solid lightgray;
}
@media all and (min-width: 998px) {
  .fly-section-8 .fly-section-content-text-col-between {
    display: flex;
    width: 0;
    height: auto;
    border-left: 1px solid lightgray;
  }
}
.fly-section-8 .fly-section-content-text-col-wrapper {
  border: 1px solid lightgray;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-left: -40px;
  margin-right: -40px;
}
@media all and (min-width: 998px) {
  .fly-section-8 .fly-section-content-text-col-wrapper {
    display: flex;
  }
}
.fly-section-8 .fly-section-content-text-row {
  margin-left: -40px;
  margin-right: -40px;
  border: 1px solid lightgray;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.fly-section-8 .fly-section-content-text-row p {
  max-width: 640px;
}
.fly-section-8 .fly-section-content-text-row .fly-section-content-text-col:first-child {
  float: right;
}
.fly-section-8 .fly-section-content-text-row {
  clear: both;
  box-sizing: border-box;
  padding: 10px;
  padding: 10px 40px;
  position: relative;
  margin-bottom: 6px;
}
.fly-section-8 .fly-section-content-text-row .fly-section-content-text-col {
  width: 50%;
  float: left;
  height: auto;
}

/************** section 9 **************/
.fly-section-9 {
  z-index: 1;
  padding-bottom: 200px;
}
@media all and (min-width: 998px) {
  .fly-section-9 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 200px;
  }
}
.fly-section-9 a:link, .fly-section-9 a:visited {
  color: white;
}
.fly-section-9 a:hover, .fly-section-9 a:active, .fly-section-9 a:focus {
  text-decoration: none;
}

.fly-section-9:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0px;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  z-index: -1;
}

.fly-section-9 .fly-section-content-text {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 998px) {
  .fly-section-9 .fly-section-content-text {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 90px;
  }
}

/************** section 10 **************/
.fly-section-10 {
  z-index: 1;
  padding-bottom: 100px;
}
.fly-section-10 .fly-section-content-image {
  position: absolute;
  width: 350px;
  height: 350px;
  top: -210px;
  left: 20px;
  z-index: 10;
  background: url("illustration4.843f07cc.png") no-repeat;
  background-size: 350px;
}
@media all and (min-width: 998px) {
  .fly-section-10 .fly-section-content-image {
    width: 600px;
    height: 350px;
    background-size: 450px;
  }
}
.fly-section-10:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: -10px;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
  z-index: -1;
}
.fly-section-10 .fly-section-content-text {
  margin: 100px 0 0 0px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 998px) {
  .fly-section-10 .fly-section-content-text {
    margin: 150px 0 0 50px;
    width: 650px;
  }
}

/************** section 11 **************/
.fly-section-11 {
  z-index: 1;
}
.fly-section-11:before {
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: -10px;
  right: 0;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.fly-section-11 .fly-section-content {
  padding: 40px 20px 0 20px;
  max-width: 900px;
}
.fly-section-11 .fly-section-content-image {
  position: absolute;
  width: 180px;
  top: -200px;
  margin-left: -100px;
  left: 50%;
  z-index: 10;
}
@media all and (min-width: 998px) {
  .fly-section-11 .fly-section-content-image {
    width: 200px;
  }
}
.fly-section-11 .fly-section-content-text h2 {
  margin-bottom: 0;
}
.fly-section-11 .fly-section-content-text h3 {
  margin-top: 0;
}

.fly-section-content-text-col {
  box-sizing: border-box;
}
.fly-section-content.fly-section-blog-content {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.fly-section-content.fly-section-blog-content h1 {
  font-size: 36px;
  margin-bottom: 0px;
}
.fly-section-content.fly-section-blog-content header {
  margin-botom: 20px;
}
.fly-section-content.fly-section-blog-content header p {
  margin-top: 6px;
}

.fly-section-blog__meta {
  font-size: 13px;
  color: #425978;
}

.fly-text-big {
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.65), -10px 0 0 rgba(255, 255, 255, 0.65);
  display: inline;
  background-color: rgba(255, 255, 255, 0.65);
  background-attachment: scroll;
  background-clip: border-box;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  box-decoration-break: clone;
  display: inline;
}
@media all and (min-width: 600px) {
  .fly-text-big {
    font-size: 18px;
    line-height: 31px;
  }
}
@media all and (min-width: 998px) {
  .fly-text-big {
    font-size: 20px;
    line-height: 33px;
  }
}

.fly-text {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

.hamburger {
  outline: none;
}
.hamburger .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

.has-white-bg,
.has-white-bg:before,
.has-white-bg:after {
  background-color: white;
}

.has-light-bg,
.has-light-bg:before,
.has-light-bg:after {
  background-color: #f6f7e5;
}

.has-light-green-bg,
.has-light-green-bg:before,
.has-light-green-bg:after {
  background-color: #dfe8d3;
}

.has-blue-bg,
.has-blue-bg:before,
.has-blue-bg:after {
  background-color: #7a8e98;
  color: white;
}

/*
//!*
//.has-green-bg {
//  //background-color: #7d9a7e;
//  //background-color: rgba( #688269, .2 );
//  background-color: #E1E6E1;
//  //color: white;
//  color: rgb( 33 , 33, 33 );
//}
//.has-green2-bg {
//  //background-color: #90b39a;
//  background-color: #B9D8C0;
//  //color: white;
//  color: rgb( 33 , 33, 33 );
//}
//.has-green3-bg {
//  //background-color: #aac4b0;
//  background-color: #BDCCC1;
//  //color: white;
//  color: rgb( 33 , 33, 33 );
//}*!
*/
/* Pulse animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 100;
  animation-iteration-count: 100;
}

.btn-cta {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #5f957a;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  transition: all 333ms ease-in-out;
  box-shadow: 0 6px 12px 0 rgba(33, 33, 33, 0.2);
}
.btn-cta:link, .btn-cta:visited {
  text-decoration: none;
  background-color: #5f957a;
  color: white;
}
@media all and (min-width: 998px) {
  .btn-cta:hover, .btn-cta:focus, .btn-cta:active {
    color: #1e4e4f;
    background: white;
    box-shadow: 0 6px 20px 0 rgba(33, 33, 33, 0.4);
    transform: scale(1.025) rotate(-0.75deg);
  }
}
.btn-cta:active {
  position: relative;
  top: 1px;
}

.emergency {
  left: 17%;
  position: relative;
  width: 65%;
  background-color: #fb9e5c;
  border: 1px solid #d00329;
  font-size: 18px;
  top: -1em;
  color: white;
  padding: 1em;
  box-shadow: 0 10px 20px -10px rgba(33, 33, 33, 0.41);
}
.emergency a:visited, .emergency a:link {
  color: white;
}

/**
 ******************************************
 * mobile + tablet styling
 ******************************************
 */
@media only screen and (max-width: 998px) {
  /************** typography + tablet **************/
  /**
  ******************************************
  * header mobile + tablet
  ******************************************
  */
  .fly-icon-logo img {
    height: 30px;
    width: auto;
  }

  /************** app menu  mobile **************/
  .fly-header-apps {
    right: 0px;
  }

  /************** main menu mobile + tablet **************/
  .fly-header-main-menu {
    height: auto;
    padding-bottom: 10px;
  }

  .fly-header-main-menu ul li {
    float: none;
    margin: 2px 0;
  }

  .fly-header-main-menu ul li a {
    padding: 6px 0;
    display: inline-block;
  }

  /**
   ******************************************
   * sections mobile + tablet
   ******************************************
   */
  .fly-section-content {
    max-width: 100%;
  }
}
/**
 ******************************************
 * tablet only styling (overwrites mobile)
 ******************************************
 */
@media only screen and (max-width: 998px) and (min-width: 761px) {
  /************** section 1 tablet only *****************/
  .fly-section-1 .fly-section-content-image {
    width: 100%;
    height: 500px;
    float: none;
    z-index: 9;
    position: absolute;
    margin-top: -60px;
    margin-left: -10px;
    background: url("illustration1.06d8b497.png") no-repeat;
    background-size: 350px;
  }

  .fly-section-1 .fly-section-content-text {
    max-width: auto;
    width: 50%;
    float: none;
    margin-left: 350px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
  }

  /************** section 8 tablet only **************/
}

/*# sourceMappingURL=style.css.map */