@charset "UTF-8";
/* Farben */
.top-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-wrapper li {
  padding: 5px 5px;
  font-size: 15px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 400;
  cursor: pointer;
}

.top-wrapper li:first-child {
  padding-left: 0px;
}

.top-wrapper .header-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-wrapper .header-icons a {
  color: #090909 !important;
  text-decoration: none;
}

.top-wrapper .header-icons span {
  font-size: 20px;
  padding: 0 10px;
}

.top-wrapper .header-icons span.mail {
  background-color: #00519e;
  color: #fff;
  padding: 10px 13px;
  font-size: 15px;
  margin-left: 20px;
}

.top-wrapper .header-icons span.suche {
  background-color: #00922e;
  color: #fff;
  padding: 10px 0px;
  font-size: 15px;
  margin-left: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-wrapper .location span {
  font-size: 15px;
  padding: 0 5px;
}

.menue-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.title {
  padding-right: 10px !important;
  margin-bottom: 5px;
}

.navbar {
  padding: 15px 0;
}

.logo {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid;
  display: grid;
}

.logo img {
  max-width: 215px !important;
  width: 100%;
  height: auto;
}

.header-icon {
  display: inline-block;
}

.header-icon img {
  max-width: 22px !important;
}

.search-holder h5 {
  display: inline-block !important;
}

.logo-text {
  position: absolute;
  top: 13px;
  left: 15px;
  text-transform: uppercase;
}

.logo-text h4 {
  font-family: Roboto Condensed;
  font-size: 22px;
  font-weight: 400;
}

.logo-text span {
  font-weight: 700;
}

.dropdown-toggle::after {
  display: none;
}

.menue-holder {
  z-index: 999;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wrapfixed {
  -webkit-box-shadow: 0px 0px 10px 0px #7e7e7e;
  box-shadow: 0px 0px 10px 0px #7e7e7e;
}

.wrapfixed .menue-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.wrapfixed .logo img {
  max-width: 180px !important;
}

.wrapfixed .title {
  margin-bottom: 0px;
}

/* Menüe */
#responsive-menu-pro-container {
  margin-top: 5px;
}

#responsive-menu-pro li a {
  /* text-transform: uppercase; */
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  height: auto !important;
  padding: 10px 0 !important;
  margin: 0 10px;
}

.responsive-menu-pro-current-item a {
  color: #00519e !important;
  font-weight: 600 !important;
}

.responsive-menu-pro-current-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00519e !important;
  height: 2px;
}

.responsive-menu-pro-submenu .responsive-menu-pro-current-item a:before {
  content: "";
  height: 0px;
}

.responsive-menu-pro-submenu .responsive-menu-pro-current-item a {
  color: #00519e !important;
  font-weight: 400 !important;
}

.responsive-menu-pro-submenu .responsive-menu-pro-current-item a.responsive-menu-pro-item-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #00519e !important;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.responsive-menu-pro-submenu .responsive-menu-pro-item-link:hover:before, .responsive-menu-pro-submenu .responsive-menu-pro-item-link:focus:before, a.responsive-menu-pro-submenu .responsive-menu-pro-item-link:active:before {
  right: 0;
}

.responsive-menu-pro-submenu .responsive-menu-pro-current-item a.responsive-menu-pro-item-link:hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00519e !important;
  height: 2px;
}

#responsive-menu-pro li .responsive-menu-pro-submenu {
  top: auto !important;
  background: #fff;
  padding: 0 15px 15px !important;
}

.responsive-menu-pro-submenu li a {
  padding: 10px 0px !important;
  font-size: 17px !important;
}

ul.responsive-menu-pro-submenu:before {
  content: '';
  height: 1px;
  display: inline-block;
}

/* #responsive-menu-pro .responsive-menu-pro-item-has-children a::after {
} */
.mega-menue-link ul {
  list-style: none;
  padding-left: 0;
}

.mega-menue-link li {
  padding-bottom: 5px;
}

.mega-menue-link a {
  text-decoration: none;
}

.mega-menue-wrapper {
  padding: 1.23809524em 1.85714286em;
}

/* Underline From Left */
.responsive-menu-pro-item-link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
}

.responsive-menu-pro-item-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #00519e !important;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.responsive-menu-pro-item-link:hover:before, .responsive-menu-pro-item-link:focus:before, responsive-menu-pro-item-link:active:before {
  right: 0;
}

body {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #090909;
}

a {
  color: #00519e;
}

a:hover {
  color: #00922e;
}

.btn-primary {
  background-color: #00519e !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 400;
  color: #090909;
}

h1.normal,
h2.normal,
h3.normal,
h4.normal,
h5.normal {
  font-family: Roboto Condensed;
  margin-bottom: 5px;
}

h1 {
  font-size: 3.0rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.00rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.klein p {
  font-size: 12px !important;
}

.weit {
  letter-spacing: 2px;
}

.eng {
  letter-spacing: -1px;
}

h1.claim {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

h2.claim {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

h3.claim {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

h4.claim {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.heading-margin {
  margin-left: 160px;
  margin-bottom: 100px;
}

.gross {
  text-transform: uppercase;
}

.weiss {
  color: #fff;
}

.blau {
  color: #00519e;
}

.grau {
  color: #6D6F71;
}

.hellgrau {
  color: #E6E6E6;
}

.dunkelgrau {
  color: #4C4D4E;
}

.schwarz {
  color: #090909;
}

.orange {
  color: #E3D600;
}

.gruen {
  color: #00922e;
}

.rot {
  color: #A30005;
}

.bg-orange {
  background-color: #E3D600;
}

.bg-hellorange {
  background-color: #FFF328;
}

.bg-dunkelorange {
  background-color: #C1B600;
}

.bg-blau {
  background-color: #00519e;
}

.bg-hellblau {
  background-color: #0B8CFF;
}

.bg-dunkelblau {
  background-color: #003360;
}

.bg-gruen {
  background-color: #00922e;
}

.bg-dunkelgruen {
  background-color: #005B29;
}

.bg-hellgruen {
  background-color: #00E365;
}

.bg-hellrot {
  background-color: #E70007;
}

.bg-rot {
  background-color: #A30005;
}

.bg-dunkelrot {
  background-color: #5F0003;
}

.bg-weiss {
  background-color: #ffffff;
}

.bg-weiss-transparent {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-grau {
  background-color: #6D6F71;
}

.bg-hellgrau {
  background-color: #E6E6E6;
}

.bg-lichtgrau {
  background-color: #F7F7F7;
}

.bg-dunkelgrau {
  background-color: #4C4D4E;
}

.bg-schwarz {
  background-color: #090909;
}

.null {
  margin-bottom: 0px !important;
}

.transparent {
  opacity: 0.75;
}

.outline .vc_btn3-color-primary {
  border: solid 2px #fff !important;
}

/*button.vc_btn3 {
  -webkit-box-shadow: 6px 6px 3px 0px rgba(214,214,214,1);
-moz-box-shadow: 6px 6px 3px 0px rgba(214,214,214,1);
box-shadow: 6px 6px 3px 0px rgba(214,214,214,1);
}*/
.vc_btn3-color-primary {
  background-color: #00519e !important;
}

.vc_btn3-color-primary:hover {
  background-color: #003360 !important;
}

.vc_btn3-color-orange {
  background-color: #E3D600 !important;
}

.vc_btn3-color-warning {
  background-color: #E3D600 !important;
  border: solid 2px #ffffff;
}

.vc_btn3-color-danger {
  background-color: #A30005 !important;
  color: #ffffff !important;
}

.vc_btn3 {
  text-transform: uppercase;
}

.claim .vc_btn3-size-lg {
  font-size: 20px !important;
  font-weight: 900;
}

.vc_btn3-color-danger:hover {
  background-color: #FFF328 !important;
  color: #ffffff !important;
}

.suche .vc_btn3 {
  font-family: Roboto Condensed;
  text-transform: uppercase;
}

.suche .vc_btn3-color-white {
  color: #005B29 !important;
  background-color: #ffffff;
}

.suche .vc_btn3-color-white:hover {
  color: #ffffff !important;
  background-color: #005B29 !important;
}

.suche .vc_btn3.vc_btn3-size-md {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 18px !important;
}

.vc_sep_color_orange {
  color: #E3D600 !important;
}

.vc_sep_color_blue {
  color: #00519e !important;
}

.footer-icons {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-designed {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-wrapper .icon {
  margin-bottom: 15px;
  width: 100%;
}

.footer-wrapper .icon i {
  font-size: 40px;
  z-index: 2;
  position: relative;
  color: #94989C;
}

.footer-wrapper .icon span {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 500px;
  position: absolute;
  z-index: 0;
  left: 20px;
  top: 10px;
}

.footer-wrapper ul {
  padding: 0px;
  list-style: none;
}

.footer-wrapper li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.footer-wrapper li a {
  color: #090909;
  text-decoration: none;
}

.footer-wrapper li:before {
  content: "\e606";
  font-family: simple-line-icons;
  font-size: 10px;
  padding: 5px 8px;
  background-color: #fff;
  border-radius: 50px;
  margin-right: 10px;
  color: #00519e;
}

.footer-wrapper li.link-homepage {
  margin-top: 30px;
  color: #6D6F71;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-wrapper li.link-homepage:before {
  background-color: #00519e;
  color: #ffffff;
  height: 27px;
}

.footer-wrapper h6 {
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 25px;
  letter-spacing: 1px;
}

.footer-wrapper .logo-holder-footer img {
  max-width: 240px;
}

.footer-wrapper .telefon {
  margin-bottom: 60px;
}

.full-row {
  margin-top: 30px;
}

.footer-last-wrapper ul {
  display: inline-block;
  padding: 0px;
  list-style: none;
}

.footer-last-wrapper li {
  display: inline-block;
  padding: 0 5px;
  text-transform: uppercase;
}

.footer-last-wrapper a {
  font-size: 16px;
}

.footer-last-wrapper p {
  font-size: 16px;
  margin-bottom: 0px;
}

.footer-last-wrapper span {
  font-size: 18px;
  padding: 10px;
}

@media screen and (max-width: 820px) {
  .col-4.d-flex.align-items-center.footer-links {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .col-4.d-flex.align-items-center.footer-links .widget_text {
    margin: 0 auto;
  }
  .col-4.d-flex.align-items-center.footer-links ~ .col-4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-4.d-flex.align-items-center.footer-links ~ .col-4.footer-icons {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    margin-bottom: 30px;
  }
  .footer-container:last-child {
    margin-bottom: 0;
  }
}

/* akkordions*/
.akkordion-blau .ult_expheader {
  text-transform: uppercase;
}

.akkordion-blau p {
  text-align: left;
}

.akkordion-blau .ult_exp_section {
  border: 1px solid #00519e;
  border-radius: 5px;
}

.akkordion-blau .ult_exp_section {
  border: 1px solid #00519e;
  border-radius: 5px;
}

.ult_exp_section_layer.ult-adjust-bottom-margin.akkordion-blau .ult_exp_content .ult_active_section {
  border: none !important;
}

.ult_exp_section_layer .ult-adjust-bottom-margin .akkordion-blau {
  margin-bottom: 5px !important;
}

html .ult_exp_section_layer.ult-adjust-bottom-margin {
  margin-bottom: 5px !important;
}

.ult_expheader {
  text-transform: none;
}

/* ende akkordions*/
/*tabs*/
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  background-color: #f8f8f8;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  background-color: #ebebeb;
}

.vc_tta.vc_general .vc_tta-tab > a {
  padding: 10px 15px !important;
}

/*ende tabs*/
/*buttons*/
.vc_btn3-color-primary {
  background-color: #00519e !important;
  color: white !important;
  font-weight: 500;
}

.button-gruen.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
  color: white !important;
  background-color: #00922e !important;
}

.button-gruen.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover {
  color: white !important;
  background-color: #00630f !important;
}

.drehen352 {
  -webkit-transform: rotate(352deg) !important;
          transform: rotate(352deg) !important;
}

/*listen*/
.liste-ohne ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.liste-ohne li {
  list-style: none;
  text-align: left;
}

/*ende listen*/
.stoerer {
  height: 550px;
}

.teaser550 {
  height: 550px;
}

.sticky-sidebar {
  position: fixed;
  max-width: 110px;
  right: 0px;
  top: 220px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
  background-color: #ffffff;
  border: solid 5px #E6E6E6;
  -webkit-box-shadow: 0px 0px 10px 0px #7e7e7e;
  box-shadow: 0px 0px 10px 0px #7e7e7e;
}

.scroll-active {
  right: -110px;
  -webkit-box-shadow: 0px 0px 0px 0px gray;
  box-shadow: 0px 0px 0px 0px gray;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sticky-button {
  width: 140px;
  height: 50px;
  background-color: #E3D600;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-button p {
  margin-bottom: 0px;
  color: #ffffff;
  display: inline-block;
  padding-left: 10px;
  text-transform: uppercase;
}

.sticky-button img {
  display: inline-block;
  max-width: 40px;
  padding: 10px 0 10px 10px;
}

.counter {
  width: 250px;
  height: 250px;
  border: solid 5px #E6E6E6;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid !important;
  display: grid !important;
  border-radius: 255px;
  background-color: #fff;
}

.counter .align-icon {
  text-align: right !important;
  margin-right: -15px;
  margin-top: -60px;
}

.modal-backdrop {
  opacity: 0.5 !important;
}

body.modal-open .supreme-container {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.stoerer-einfach {
  height: 450px;
}

/*anker*/
#hj-fest {
  scroll-margin-top: 2rem;
}

#flugplatzdaten {
  scroll-margin-top: 5rem;
}

#anabflug {
  scroll-margin-top: 5rem;
}

.taheadline {
  margin-bottom: 15px;
}

.tabelle {
  margin-bottom: 10px;
}

.unterzeile {
  font-size: 80%;
}

.height500 {
  height: 500px !important;
}

@media screen and (max-width: 1280px) {
  .teaser550 {
    height: 450px;
  }
  .top-wrapper {
    display: none;
  }
  #responsive-menu-pro-container .responsive-menu-pro-search-box {
    margin-top: 30px;
  }
  .counter {
    width: 200px;
    height: 200px;
  }
  .stoerer {
    height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .counter {
    width: 175px;
    height: 175px;
  }
  .stoerer {
    height: 550px;
  }
}

@media screen and (max-width: 768px) {
  .logo img {
    max-width: 215px !important;
    width: 150%;
    height: auto;
  }
  .title {
    display: none;
  }
  .counter {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
  }
  .akkordion-blau .ult_expheader {
    text-transform: none;
    width: 85%;
  }
  .height500 {
    height: 300px !important;
  }
  .stoerer {
    height: 1000px;
  }
  .stoerer-einfach {
    height: 750px;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 2.0rem;
  }
  h3 {
    font-size: 1.70rem;
  }
  h1.claim {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
  }
  h2.claim {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
  }
  .logo img {
    max-width: 215px !important;
    width: 180%;
    height: auto;
  }
  .akkordion-blau .aio-icon, .vc_row .aio-icon {
    display: inline-block;
    font-size: 24px;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
    line-height: 1.5em;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  .akkordion-blau .ult_exp_section-main.ult_expleft_icon .ult-just-icon-wrapper.ult_exp_icon, .ult_exp_section-main.ult_expleft_icon .ult_expheader {
    display: inline-block;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
  }
  .akkordion-blau .ult_expheader {
    text-transform: none;
    width: 85%;
  }
  .galerie.ult-carousel-wrapper button.circle-bg, .ult-carousel-wrapper button.circle-border {
    border-radius: 100%;
    width: 1em;
    height: 1em;
    line-height: 1em;
  }
  .galerie i {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .height500 {
    height: 300px !important;
  }
  .stoerer {
    height: 700px;
  }
  .not-mobile {
    display: none;
  }
  .stoerer-einfach {
    height: 550px;
  }
  .sticky-sidebar {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .stoerer {
    height: 800px;
  }
  .not-mobile {
    display: none;
  }
  .teaser550 .mobil-start {
    height: 300px;
  }
  .mobile-dual-btn {
    height: 150px !important;
  }
  .textbox {
    min-height: 850px !important;
    vertical-align: top !important;
  }
}

h2.info {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 30px;
}

.tx-indexedsearch-res {
  position: relative;
  margin-bottom: 40px;
  padding: 16px;
  display: inline-block;
  width: 100%;
}

.tx-indexedsearch-res h3 {
  font-size: 28px;
}

.tx-indexedsearch-res h3 a:hover {
  color: #00519e;
  text-decoration: none;
}

a.link-more.button_cta {
  position: relative;
  background-color: #00519e;
  float: right;
  padding: 5px 10px;
  font-size: 16px !important;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
}

a.link-more.button_cta:hover {
  color: #fff;
}

.tx-indexedsearch-res:nth-child(even) {
  background-color: rgba(230, 230, 230, 0.5);
}

.search-form-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-form-container .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-form-container .search-submit {
  background-color: #8cc634;
  text-transform: none;
  margin: 0;
}

.modal-content.searchModal {
  background-color: transparent;
  border: 0;
  text-align: center;
}

.modal-content.searchModal #search-term.search-field.form-control {
  margin-right: 10px;
  border: 2px solid #8cc634;
  width: 50%;
  display: inline-block !important;
}
/*# sourceMappingURL=style.css.map */