@charset "UTF-8";
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.2
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
:root {
  --color-primary: #1e3485;
  --color-text: #0f1a42;
  --color-text-secondary: #bfc1c7;
  --color-link: #005bd1;
  --color-link-visited: #005bd1;
  --color-text-contrast: #ffffff;
  --color-text-contrast-visited: rgb(255 255 255 / 0.3);
  --color-cesra: var(--color-primary);
  --color-passion: #ffcc00;
  --color-brands: #0dc268;
  --color-redel: #ff9e00;
  --color-red: #ed0a34;
  --color-bg-light: #F2F4F6;
}

html.mm-open {
  overflow: hidden;
}
html.mm-open #scroll-top-link {
  opacity: 0;
  pointer-events: none;
}

#scroll-top-link {
  transition: 0.2s opacity ease-in-out;
}

#header {
  top: 25px;
  position: fixed !important;
}
#header .header_bg {
  display: none;
}
@media (max-width: 768px) {
  #header #header_main > .av-logo-container {
    padding: 0 25px !important;
  }
}
#header #header_main > .av-logo-container .inner-container {
  height: 70px !important;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 0 30px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 999px;
}
#header #header_main > .av-logo-container .inner-container .logo {
  position: relative;
  clear: both;
  max-height: 40px;
}
#header #header_main > .av-logo-container .inner-container .logo img {
  max-height: 40px;
}
#header #header_main > .av-logo-container .inner-container .main_menu {
  position: static;
  height: auto;
}
#header #header_main > .av-logo-container .inner-container .main_menu .av-main-nav {
  display: flex;
  align-items: center;
  gap: 0;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item {
  display: none;
  margin-right: 25px;
}
@media (min-width: 1200px) {
  #header #header_main > .av-logo-container .inner-container .main_menu .menu-item {
    display: block;
  }
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item:last-child {
  margin-right: 0;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item a {
  height: auto;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item a .avia-menu-text {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  transition: 0.25s color ease-in-out, 0.25s opacity ease-in-out;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item a .avia-menu-text:hover {
  color: var(--color-link);
  opacity: 0.9;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.current-menu-item a .avia-menu-text {
  font-weight: 700;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.current-menu-item a .avia-menu-text:hover {
  color: var(--color-primary);
  opacity: 1;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  border-radius: 4px;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.seperator {
  pointer-events: none;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.language-switcher {
  margin-right: 12px;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.language-switcher a .avia-menu-text {
  font-weight: 400;
  color: #7c7c7d;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.language-switcher a .avia-menu-text:hover {
  color: var(--color-link);
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.language-switcher a:after {
  display: none;
}
#header #header_main > .av-logo-container .inner-container .main_menu .menu-item.language-switcher.active-lang a .avia-menu-text {
  font-weight: 700;
  color: var(--color-primary);
}
#header #header_main > .av-logo-container .av-burger-menu-main {
  display: none;
}

.custom-mobile-burger-item {
  width: 29px;
  height: 29px;
}
@media (min-width: 1200px) {
  .custom-mobile-burger-item {
    display: none;
  }
}
.custom-mobile-burger-item .custom-mobile-burger {
  width: 100%;
  height: 100%;
  padding: 4px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: transparent;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .custom-mobile-burger-item .custom-mobile-burger:hover {
    background: var(--color-bg-light);
  }
}
.custom-mobile-burger-item .custom-mobile-burger .line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transform-origin: center right;
  transition: 0.2s transform ease-in-out, 0.2s opacity ease-in-out;
}
.custom-mobile-burger-item .custom-mobile-burger .line:first-child, .custom-mobile-burger-item .custom-mobile-burger .line:last-child {
  transform: scaleX(0.6);
}
.custom-mobile-burger-item .custom-mobile-burger.active .line {
  transform: scaleX(1);
}
.custom-mobile-burger-item .custom-mobile-burger.active .line:first-child {
  transform: rotate(45deg) translate(8px, 12px);
}
.custom-mobile-burger-item .custom-mobile-burger.active .line:nth-child(2) {
  opacity: 0;
}
.custom-mobile-burger-item .custom-mobile-burger.active .line:last-child {
  transform: rotate(-45deg) translate(8px, -12px);
}

#main-menu-mobile {
  display: none;
  z-index: 500;
  position: fixed;
  inset: 0;
}

.main-menu-mobile--inner {
  background: var(--color-primary);
  display: flex;
  flex-direction: column;
  gap: 80px;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 36px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 390px) {
  .main-menu-mobile--inner {
    padding-top: 200px;
  }
}
.main-menu-mobile--inner ul {
  margin: 0;
}
.main-menu-mobile--inner .main-menu {
  display: flex;
  flex-direction: column;
  gap: 60px;
  height: 100%;
}
.main-menu-mobile--inner .main-menu li a {
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.main-menu-mobile--inner .main-menu li.active a {
  font-weight: 700;
  text-decoration: underline;
}
.main-menu-mobile--inner .main-menu li.active a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 4px;
}
.main-menu-mobile--inner .language-menu {
  margin-top: auto;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.main-menu-mobile--inner .language-menu .language-switcher a {
  color: #8c8c8c;
  font-size: 14px;
  padding: 4px 16px;
  transition: 0.25s color ease-in-out;
}
.main-menu-mobile--inner .language-menu .language-switcher a:hover {
  color: #fff;
}
.main-menu-mobile--inner .language-menu .language-switcher.active-lang a {
  color: #fff;
  font-weight: 700;
}
.main-menu-mobile--inner .seperator {
  display: none;
}
.main-menu-mobile--inner li {
  text-align: center;
}

#main footer.container_wrap {
  font-size: 16px !important;
}
#main footer.container_wrap .copyright {
  font-weight: 400;
  padding: 15px 0 !important;
  position: relative;
  z-index: 1;
  color: #353637;
}
@media only screen and (max-width: 1023px) {
  #main footer.container_wrap .copyright {
    text-align: center;
  }
  #main footer.container_wrap .copyright::before {
    content: "";
    position: absolute;
    top: 0;
    left: -36px;
    width: calc(100% + 72px);
    height: 100%;
    background-color: #f2f4f6;
    z-index: -1;
  }
}
#main footer.container_wrap .container {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 1024px) {
  #main footer.container_wrap .container {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#main footer.container_wrap .container a {
  color: #353637;
  transition: 0.2s color ease-in-out;
  font-weight: 500;
}
#main footer.container_wrap .container a:hover {
  color: #0a87fa;
}
#main footer.container_wrap .container li {
  border: none !important;
}
@media only screen and (max-width: 1023px) {
  #main footer.container_wrap .container ul {
    padding: 24px 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
  }
  #main footer.container_wrap .container li {
    text-align: center !important;
    padding: 12px !important;
    margin-bottom: 24px !important;
  }
  #main footer.container_wrap .container li:last-child {
    margin-bottom: 0px !important;
  }
}
#main footer.container_wrap .container:after {
  content: unset;
}
#main footer.container_wrap .container .sub_menu_socket {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  #main footer.container_wrap .container .sub_menu_socket {
    padding-right: 36px !important;
  }
}

/**
File To Be deleted
**/
.home #main .container_wrap_first,
.partner-landing-page #main .container_wrap_first {
  position: absolute;
  top: 25px;
  right: 0;
  height: 110px;
  width: auto;
  z-index: 99;
  background: transparent;
  display: flex;
  align-items: center;
}
.av-burger-overlay-active-delayed .home #main .container_wrap_first,
.av-burger-overlay-active-delayed .partner-landing-page #main .container_wrap_first {
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .home #main .container_wrap_first,
  .partner-landing-page #main .container_wrap_first {
    height: auto;
    position: absolute;
  }
}
.home #main .container_wrap_first .container,
.partner-landing-page #main .container_wrap_first .container {
  margin: 0 !important;
  padding: 0 !important;
  max-width: unset !important;
  width: auto !important;
}
.home #main .container_wrap_first .template-page,
.partner-landing-page #main .container_wrap_first .template-page {
  padding: 0;
}

.jumpmarks-menu-container {
  display: none;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .jumpmarks-menu-container {
    display: block;
  }
}
@media (min-width: 1200px) {
  .jumpmarks-menu-container {
    padding-right: 48px;
  }
}
@media (min-width: 1600px) {
  .jumpmarks-menu-container {
    padding-right: 104px;
  }
}
.jumpmarks-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
@media only screen and (min-width: 1024px) {
  .jumpmarks-menu-container ul {
    flex-flow: row;
    align-items: center;
  }
}
.jumpmarks-menu-container ul li {
  margin-bottom: 8px;
  text-align: right;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .jumpmarks-menu-container ul li {
    text-align: left;
    margin-left: 24px;
    margin-bottom: 0;
    padding: 0;
  }
}
.jumpmarks-menu-container ul li:first-child {
  margin-left: 0;
}
.jumpmarks-menu-container ul li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  background: #fff;
  width: 0%;
  transition: 0.4s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.jumpmarks-menu-container ul li:hover:after {
  width: 100%;
}
.jumpmarks-menu-container ul li.has-no-hover {
  opacity: 0.6;
}
.jumpmarks-menu-container ul li a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 4px 0;
}
.jumpmarks-menu-container ul li a:hover {
  color: white;
}
.jumpmarks-menu-container ul li a:hover:after {
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .jumpmarks-menu-container ul li {
    margin-left: 36px;
  }
  .jumpmarks-menu-container ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .jumpmarks-menu-container ul li {
    margin-left: 56px;
  }
  .jumpmarks-menu-container ul li a {
    font-size: 20px;
  }
}
.jumpmarks-menu-container .language-switcher {
  position: relative;
  margin-left: 24px;
}
@media only screen and (min-width: 1440px) {
  .jumpmarks-menu-container .language-switcher {
    margin-left: 56px;
  }
}
@media only screen and (min-width: 1600px) {
  .jumpmarks-menu-container .language-switcher {
    margin-left: 76px;
  }
}
.jumpmarks-menu-container .language-switcher:after {
  transition: 0.125s all ease-in-out;
}
.jumpmarks-menu-container .language-switcher a {
  padding-left: 24px;
}
.jumpmarks-menu-container .language-switcher a:before {
  content: "\e920";
  font-family: "fontello";
  position: absolute;
  left: 0px;
  font-size: 14px;
  top: 3px;
  font-weight: 400;
}
@media only screen and (min-width: 1440px) {
  .jumpmarks-menu-container .language-switcher a:before {
    top: 2px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .jumpmarks-menu-container .language-switcher a:before {
    top: 4px;
  }
}

/**
  Styling für Sticky Scroller
**/
.sticky-scroller--wrapper {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.sticky-scroller--wrapper br {
  display: none;
}
.sticky-scroller--wrapper .sticky-scroller--section {
  width: 100%;
  display: flex;
  flex-flow: column-reverse nowrap;
}
@media only screen and (max-width: 1023px) {
  .sticky-scroller--wrapper .sticky-scroller--section {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section {
    min-height: 100vh;
    flex-flow: row nowrap;
    pointer-events: none;
    background: transparent !important;
  }
}
.sticky-scroller--wrapper .sticky-scroller--section .content,
.sticky-scroller--wrapper .sticky-scroller--section .content-image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content,
  .sticky-scroller--wrapper .sticky-scroller--section .content-image {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content-image {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .sticky-scroller--wrapper .sticky-scroller--section .content-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
  }
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content-image {
    height: 100vh;
  }
}
.sticky-scroller--wrapper .sticky-scroller--section .content-image .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content-image .img-wrapper {
    width: 50vw;
  }
}
.sticky-scroller--wrapper .sticky-scroller--section .content-image .img-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}
.sticky-scroller--wrapper .sticky-scroller--section .content-image .img-wrapper .image-overlay {
  background: rgba(0, 0, 0, 0.25) !important;
}
.sticky-scroller--wrapper .sticky-scroller--section .content-image .img-wrapper .image-overlay .image-overlay-inside {
  display: none !important;
}
.sticky-scroller--wrapper .sticky-scroller--section .content-image .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content {
    padding: 60px 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content {
    width: 50%;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
  }
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content {
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content {
    padding-right: 100px;
    transform: translateY(100px);
    opacity: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content {
    padding-right: 130px;
  }
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .text,
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link {
  font-size: 18px;
  line-height: 24px;
  color: white;
  margin-bottom: 24px;
  font-family: "montserrat", Helvetica, Arial;
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .text,
  .sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 36px;
  }
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .text p:first-child,
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link-2 {
  margin-top: 8px;
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  position: relative;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  padding-right: 16px;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link {
    font-size: 18px;
    line-height: 24px;
    padding-right: 18px;
  }
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link:before {
  position: absolute;
  top: 102%;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: currentColor;
  transition: 0.2s all ease-in-out;
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link:after {
  content: "\e801";
  font-family: "fontello";
  position: absolute;
  right: -20px;
  font-size: 18px;
  top: 1px;
  color: inherit;
  transition: 0.2s all ease-in-out;
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link:hover {
  opacity: 0.7;
  transform: translateX(4px);
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link:hover:before {
  opacity: 0.7;
  width: calc(100% - 16px);
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link:hover:before {
    width: calc(100% - 18px);
  }
}
.sticky-scroller--wrapper .sticky-scroller--section .content .sticky-scroller--section_content .link:hover:after {
  transform: translateX(4px);
}
@media only screen and (min-width: 1024px) {
  .sticky-scroller--wrapper .sticky-scroller--section.active-section-text {
    pointer-events: auto;
  }
  .sticky-scroller--wrapper .sticky-scroller--section.active-section-text .sticky-scroller--section_content {
    transform: translateY(0);
    opacity: 1;
  }
  .sticky-scroller--wrapper .sticky-scroller--section.active-section-text-leaving {
    pointer-events: none;
  }
  .sticky-scroller--wrapper .sticky-scroller--section.active-section-text-leaving .sticky-scroller--section_content {
    transform: translateY(-100px);
    opacity: 0;
  }
}

#main .sticky-scroller--section.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#main {
  padding-top: 0 !important;
}

.no-padding {
  padding: 0 !important;
}
.no-padding .avia-builder-el-no-sibling.no_margin {
  padding: 0 !important;
}

.container {
  max-width: 100% !important;
  width: 100% !important;
}
@media only screen and (min-width: 768px) and (max-width: 988px) {
  .container {
    max-width: unset !important;
  }
}
@media (min-width: 989px) {
  .container {
    max-width: calc(100vw - 100px) !important;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px !important;
  }
}
@media (min-width: 1950px) {
  .container {
    max-width: 1600px !important;
  }
}

#main .container {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
@media (min-width: 768px) {
  #main .container.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  #main .container.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 989px) {
  #main .container.no-padding-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .responsive #top #wrap_all .av-flex-cells .px-s-36 .no_margin {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

.small-page-width {
  max-width: 1024px;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.smaller-container .container {
  max-width: 1300px !important;
}

/**
--------------------------------------------------
Contact Form 7
-------------------------------------------------
*/
#main .wpcf7-form p,
#main .wpcf7-form div {
  margin-top: 0;
  font-size: 18px;
  position: relative;
}
#main .wpcf7-form p .text-label,
#main .wpcf7-form div .text-label {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  transition: top 0.2s;
  color: #002d5a;
  z-index: 6;
}
#main .wpcf7-form p .text-label.has-value,
#main .wpcf7-form div .text-label.has-value {
  top: 0px;
  font-size: 12px;
}
#main .wpcf7-form p .textarea-label,
#main .wpcf7-form div .textarea-label {
  top: 4px;
  left: 2px;
  padding: 0px 8px;
  transform: translateY(0%);
  background: #fff;
  z-index: 5;
  transition: all 300ms ease 0ms;
}
#main .wpcf7-form p .textarea-label.has-value,
#main .wpcf7-form div .textarea-label.has-value {
  font-size: 12px;
  transform: translateY(-50%);
}
#main .wpcf7-form p input[type=text],
#main .wpcf7-form p input[type=email],
#main .wpcf7-form p input[type=tel],
#main .wpcf7-form p select,
#main .wpcf7-form p textarea,
#main .wpcf7-form div input[type=text],
#main .wpcf7-form div input[type=email],
#main .wpcf7-form div input[type=tel],
#main .wpcf7-form div select,
#main .wpcf7-form div textarea {
  outline: none;
  box-shadow: none !important;
  border: none;
  border-bottom: 2px solid rgba(0, 45, 90, 0.5) !important;
  padding: 15px 0px 10px !important;
  width: 100%;
  background-color: transparent;
  color: #002d5a !important;
  stroke-linecap: round;
}
#main .wpcf7-form p select,
#main .wpcf7-form div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
#main .wpcf7-form p.textarea-wrapper,
#main .wpcf7-form div.textarea-wrapper {
  margin-top: 40px;
}
#main .wpcf7-form p.textarea-wrapper .wpcf7-not-valid-tip,
#main .wpcf7-form div.textarea-wrapper .wpcf7-not-valid-tip {
  top: auto !important;
  bottom: -26px;
}
#main .wpcf7-form p.textarea-wrapper.gray label,
#main .wpcf7-form div.textarea-wrapper.gray label {
  background-color: #efeff2;
}
#main .wpcf7-form p textarea,
#main .wpcf7-form div textarea {
  border: 2px solid rgba(0, 45, 90, 0.5);
  stroke-linecap: round;
  color: #002d5a;
  border-radius: 4px;
  padding: 15px 8px 10px !important;
}
#main .wpcf7-form p select.has-value,
#main .wpcf7-form p input.has-value,
#main .wpcf7-form p textarea.has-value,
#main .wpcf7-form div select.has-value,
#main .wpcf7-form div input.has-value,
#main .wpcf7-form div textarea.has-value {
  border-color: #002d5a !important;
}
#main .wpcf7-form p:focus-within input,
#main .wpcf7-form div:focus-within input {
  border-bottom: 2px solid #002d5a !important;
}
#main .wpcf7-form p:focus-within textarea,
#main .wpcf7-form div:focus-within textarea {
  border: 2px solid #002d5a !important;
}
#main .wpcf7-form .wpcf7-acceptance {
  margin: 16px 0 20px !important;
  display: inline-block;
}
#main .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
#main .wpcf7-form .wpcf7-acceptance label {
  pointer-events: auto;
  position: relative;
  cursor: pointer;
}
#main .wpcf7-form .wpcf7-acceptance label input[type=checkbox] {
  position: relative;
  visibility: hidden;
}
#main .wpcf7-form .wpcf7-acceptance label input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 16px;
  width: 16px;
  top: 3px;
  border: 2px solid rgba(0, 45, 90, 0.5);
}
@media only screen and (min-width: 990px) {
  #main .wpcf7-form .wpcf7-acceptance label input[type=checkbox] + span:before {
    height: 24px;
    width: 24px;
    top: -2px;
  }
}
#main .wpcf7-form .wpcf7-acceptance label input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnIGlkPSJmZUNoZWNrMCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgaWQ9ImZlQ2hlY2sxIiBmaWxsPSIjMDUzMTYxIj48cGF0aCBpZD0iZmVDaGVjazIiIGQ9Im02IDEwbC0yIDJsNiA2TDIwIDhsLTItMmwtOCA4eiIvPjwvZz48L2c+PC9zdmc+");
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 1px;
  left: 2px;
  visibility: hidden;
  transform: scale(1.2);
}
@media only screen and (min-width: 990px) {
  #main .wpcf7-form .wpcf7-acceptance label input[type=checkbox] + span:after {
    height: 20px;
    width: 20px;
    top: -1px;
    left: 7px;
    transform: scale(1.5);
  }
}
#main .wpcf7-form .wpcf7-acceptance label input[type=checkbox]:checked + span:before {
  background: transparent;
  border-color: #002d5a;
}
#main .wpcf7-form .wpcf7-acceptance label input[type=checkbox]:checked + span:after {
  visibility: visible;
}
#main .wpcf7-form .wpcf7-acceptance label .consent-text-wrapper {
  font-size: 16px;
  margin-left: 12px;
  top: 3px;
  position: relative;
}
@media only screen and (min-width: 990px) {
  #main .wpcf7-form .wpcf7-acceptance label .consent-text-wrapper {
    font-size: 20px !important;
    margin-left: 24px;
  }
}
#main .wpcf7-form .wpcf7-acceptance a {
  text-decoration: underline;
}
#main .wpcf7-form button {
  cursor: pointer;
}
#main .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 44px;
  font-size: 10px;
}
#main .wpcf7-form .wpcf7-checkbox label {
  pointer-events: auto;
  position: relative;
  cursor: pointer;
}
#main .wpcf7-form .wpcf7-checkbox label input[type=checkbox] {
  position: relative;
  visibility: hidden;
}
#main .wpcf7-form .wpcf7-checkbox label input[type=checkbox] + span {
  font-size: inherit;
  margin-left: 22px;
}
#main .wpcf7-form .wpcf7-checkbox label input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 16px;
  width: 16px;
  top: 3px;
  border: 2px solid rgba(0, 45, 90, 0.5);
}
@media only screen and (min-width: 990px) {
  #main .wpcf7-form .wpcf7-checkbox label input[type=checkbox] + span:before {
    height: 24px;
    width: 24px;
    top: -2px;
  }
}
#main .wpcf7-form .wpcf7-checkbox label input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnIGlkPSJmZUNoZWNrMCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgaWQ9ImZlQ2hlY2sxIiBmaWxsPSIjMDUzMTYxIj48cGF0aCBpZD0iZmVDaGVjazIiIGQ9Im02IDEwbC0yIDJsNiA2TDIwIDhsLTItMmwtOCA4eiIvPjwvZz48L2c+PC9zdmc+");
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 1px;
  left: 2px;
  visibility: hidden;
  transform: scale(1.2);
}
@media only screen and (min-width: 990px) {
  #main .wpcf7-form .wpcf7-checkbox label input[type=checkbox] + span:after {
    height: 20px;
    width: 20px;
    top: -1px;
    left: 7px;
    transform: scale(1.5);
  }
}
#main .wpcf7-form .wpcf7-checkbox label input[type=checkbox]:checked + span:before {
  background: transparent;
  border-color: #002d5a;
}
#main .wpcf7-form .wpcf7-checkbox label input[type=checkbox]:checked + span:after {
  visibility: visible;
}

#main .cf7-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 28px;
  margin: 0 !important;
  position: static !important;
}
@media only screen and (min-width: 990px) {
  #main .cf7-row {
    grid-template-columns: 1fr 1fr;
  }
}
#main .cf7-row p,
#main .cf7-row div {
  margin: 0 !important;
}

/* FAQ Accordeon */
.togglecontainer .toggle_icon {
  left: 4px !important;
}

.js_active .toggler {
  padding-left: 30px !important;
}

/* Kontakt Links */
.kontakt-links .avia-icon-list li {
  margin-bottom: 10px !important;
  transition: opacity 0.2s ease-in-out;
}
.kontakt-links .avia-icon-list li:hover {
  opacity: 0.6;
}
.kontakt-links .avia-icon-list li a {
  text-decoration: none !important;
  font-weight: 500;
}

.av-minimal-toggle .single_toggle {
  margin: 0;
}

#socket .menu {
  padding-top: 6px !important;
}

@media only screen and (max-width: 767px) {
  #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0px !important;
  }
}

.av-minimal-toggle .single_toggle {
  margin: 0;
}

#socket .menu {
  padding-top: 6px;
}

.icon-right {
  position: relative;
  padding-right: 40px;
}
.icon-right:before {
  content: "\e801";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: calc(100% - 16px);
  font-size: 16px;
  transform: translateY(-50%);
  color: currentColor;
  transition: all 0.2s ease-in-out;
}
.icon-right:hover:before {
  transform: translate(4px, -50%);
}

.pos-correct {
  margin-top: -12px;
}

.rounded-image img {
  border-radius: 4px !important;
}

/**
  Margin, Paddings and Heights
**/
.mt-50 {
  margin-top: 25px !important;
}
@media only screen and (min-width: 1440px) {
  .mt-50 {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pl-desktop-only {
    padding-left: 5% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .pr-desktop-only {
    padding-right: 5% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .px-desktop-only {
    padding-right: 2.5% !important;
    padding-left: 2.5% !important;
  }
}

.pt100 {
  padding-top: 50px !important;
}
@media only screen and (min-width: 1024px) {
  .pt100 {
    padding-top: 75px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .pt100 {
    padding-top: 100px !important;
  }
}

.pb100 {
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 1024px) {
  .pb100 {
    padding-bottom: 75px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .pb100 {
    padding-bottom: 100px !important;
  }
}

.h-125 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
@media only screen and (min-width: 1024px) {
  .h-125 .av-content-full {
    height: 125vh !important;
  }
}

/**
  Text and Font related utils
**/
.uppercase {
  text-transform: uppercase !important;
}

@media only screen and (max-width: 480px) {
  .h2-30-s {
    font-size: 30px;
  }
}

h1,
h2 {
  text-transform: none !important;
}

.text-regular {
  font-weight: 400;
}

.avia_textblock p:first-child {
  margin-top: 0;
}

/**
  Buttons
**/
.avia-button-wrap a,
.avia-button-wrap button {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 480px) {
  .avia-button-wrap a,
  .avia-button-wrap button {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.avia-button-wrap a .avia_button_icon_right,
.avia-button-wrap button .avia_button_icon_right {
  left: 1em !important;
  padding-right: 1em !important;
}

.text-link-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #0a87fa !important;
  display: inline;
  position: relative;
}
.text-link-large:after {
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.text-link-large:hover {
  text-decoration: none;
}
.text-link-large:hover:after {
  width: calc(100% - 40px);
}

.inline-text-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .inline-text-links {
    flex-direction: row;
  }
}
.inline-text-links a {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .inline-text-links a {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .inline-text-links a {
    margin-right: 70px;
  }
}
.inline-text-links a:last-child {
  margin-bottom: 4px;
  margin-right: 0;
}

.blue-btn a,
.blue-btn button {
  color: #0a87fa !important;
  border: 2px solid #0a87fa !important;
  border-radius: 4px !important;
  background: rgba(10, 135, 250, 0) !important;
  transition: 0.35s all cubic-bezier(0.77, 0, 0.175, 1) !important;
}
.blue-btn a .avia_button_icon_right,
.blue-btn button .avia_button_icon_right {
  transition: 0.35s left cubic-bezier(0.77, 0, 0.175, 1) !important;
}
.blue-btn a:hover,
.blue-btn button:hover {
  background: #0a87fa !important;
  color: white !important;
}
.blue-btn a:hover .avia_button_icon_right,
.blue-btn button:hover .avia_button_icon_right {
  left: 1.25em !important;
}

/**
  Subpage (Whatever that was)
**/
.subpage-button-m-top {
  margin-top: 24px !important;
}
@media only screen and (min-width: 1024px) {
  .subpage-button-m-top {
    margin-top: 36px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .subpage-button-m-top {
    margin-top: 48px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .subpage-image-portrait img {
    height: 89.5vh !important;
    transition: none !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    min-height: 700px;
  }
}

.subpage-image-square .avia-image-container-inner {
  width: 100% !important;
}
.subpage-image-square .avia-image-overlay-wrap {
  position: relative;
  position: relative;
}
.subpage-image-square .avia-image-overlay-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
@media only screen and (max-width: 480px) {
  .subpage-image-square .avia-image-overlay-wrap {
    position: relative;
  }
  .subpage-image-square .avia-image-overlay-wrap:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
}
.subpage-image-square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.subpage-image-w100 .avia-image-container-inner,
.subpage-image-w100 .avia-image-overlay-wrap,
.subpage-image-w100 img,
.subpage-image-portrait .avia-image-container-inner,
.subpage-image-portrait .avia-image-overlay-wrap,
.subpage-image-portrait img {
  width: 100% !important;
}

.float-none {
  float: none !important;
}

/**
  Brand Nav
**/
#main .brands-menu {
  background: transparent;
  border: none;
  font-size: 14px;
  position: static;
}
@media (min-width: 768px) {
  #main .brands-menu > .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#main .brands-menu > .container .av-subnav-menu {
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 99px;
}
@media (max-width: 768px) {
  #main .brands-menu > .container .av-subnav-menu {
    display: flex;
    flex-direction: column;
  }
  #main .brands-menu > .container .av-subnav-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#main .brands-menu > .container .av-subnav-menu a {
  background: transparent;
  transition: opacity 0.3s ease-in-out;
}
#main .brands-menu > .container .av-subnav-menu a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #main .brands-menu > .container .av-subnav-menu a {
    border: none;
  }
}

#top .all_colors .home-slider .slideshow_inner_caption {
  font-family: "montserrat", Helvetica, Arial;
  font-weight: 700 !important;
}
#top .all_colors .home-slider .slideshow_inner_caption p,
#top .all_colors .home-slider .slideshow_inner_caption b,
#top .all_colors .home-slider .slideshow_inner_caption h1 {
  color: #fff !important;
  font-weight: 700 !important;
}
#top .all_colors .home-slider .avia-caption-title {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  #top .all_colors .home-slider .avia-caption-title {
    font-size: 28px;
  }
}
#top .all_colors .home-slider .avia-caption-content p,
#top .all_colors .home-slider .avia-caption-content h1 {
  margin-top: 30px;
  font-size: 40px !important;
  line-height: 40px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) {
  #top .all_colors .home-slider .avia-caption-content p,
  #top .all_colors .home-slider .avia-caption-content h1 {
    font-size: 60px !important;
    line-height: 60px;
    letter-spacing: -1.5px;
  }
}
@media only screen and (min-width: 1024px) {
  #top .all_colors .home-slider .avia-caption-content p,
  #top .all_colors .home-slider .avia-caption-content h1 {
    font-size: 80px !important;
    line-height: 80px;
    letter-spacing: -2px;
  }
}
@media only screen and (min-width: 1600px) {
  #top .all_colors .home-slider .avia-caption-content p,
  #top .all_colors .home-slider .avia-caption-content h1 {
    font-size: 120px !important;
    line-height: 100%;
    letter-spacing: -2.75px;
  }
}
#top .all_colors .home-slider .avia-slideshow-arrows {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #top .all_colors .home-slider .avia-slideshow-arrows {
    display: block !important;
  }
}
#top .all_colors .home-slider .avia-slideshow-arrows a {
  width: 36px !important;
  height: 36px !important;
  margin: -18px 15px 0 !important;
  line-height: 30px !important;
}
@media only screen and (min-width: 1024px) {
  #top .all_colors .home-slider .avia-slideshow-arrows a {
    width: 50px !important;
    height: 50px !important;
    margin: -25px 15px 0 !important;
    line-height: 50px !important;
  }
}
#top .all_colors .home-slider .avia-slideshow-arrows a::before {
  line-height: 33px !important;
  font-size: 14px !important;
}
@media only screen and (min-width: 1024px) {
  #top .all_colors .home-slider .avia-slideshow-arrows a::before {
    line-height: 48px !important;
    font-size: 20px !important;
  }
}
#top .all_colors .home-slider .scroll-down-link {
  bottom: 53px !important;
  width: 18px !important;
  height: 48px !important;
  animation: none !important;
  transition: 0.3s all ease-in-out;
  left: calc(50% + 24px) !important;
}
@media only screen and (min-width: 1024px) {
  #top .all_colors .home-slider .scroll-down-link {
    bottom: 89px !important;
  }
}
#top .all_colors .home-slider .scroll-down-link::before {
  background-image: url(/wp-content/uploads/2022/03/arrow-down-1.svg) !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: " " !important;
  font-family: "";
  width: 18px !important;
  height: 48px !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#top .all_colors .home-slider .scroll-down-link:hover {
  transform: translateY(4px);
}
#top .all_colors .home-slider .avia-slideshow-dots {
  display: none !important;
}

/* Slider Button Startseite */
.avia-slideshow-slide .text-link-large.slider-button,
.avia-slideshow-slide .slider-button {
  color: inherit !important;
  padding: 0.65em 1.25em;
  padding-right: 2.5em;
  border: 2px solid #ffffff;
  text-decoration: none !important;
  border-radius: 8px;
  letter-spacing: 0.075px;
  transition: 0.25s opacity ease-in-out;
}
.avia-slideshow-slide .text-link-large.slider-button:after,
.avia-slideshow-slide .slider-button:after {
  display: none;
}
.avia-slideshow-slide .text-link-large.slider-button:before,
.avia-slideshow-slide .slider-button:before {
  left: calc(100% - 16px - 1.25em) !important;
}
.avia-slideshow-slide .text-link-large.slider-button:hover,
.avia-slideshow-slide .slider-button:hover {
  opacity: 0.75;
}

.error404 .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.partner-landing-page {
  --body-text: 16px;
  --display-font: "montserrat", Helvetica, Arial;
  --yellow: #ffbc01;
}
@media (min-width: 1200px) {
  .partner-landing-page {
    --body-text: 24px;
  }
}
.partner-landing-page #scroll-top-link {
  display: none;
}
.partner-landing-page .landing .template-page.content {
  vertical-align: bottom;
}
@media (min-width: 989px) {
  .partner-landing-page .landing .template-page.content {
    padding-bottom: 70px;
  }
}
.partner-landing-page .landing p {
  margin-bottom: 0;
}
.partner-landing-page .landing .headline-block__preheadline p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 1.4px;
}
.partner-landing-page .landing .headline-block h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--display-font);
}
@media (min-width: 989px) {
  .partner-landing-page .landing .headline-block h1 {
    font-size: 64px;
    max-width: 50vw;
  }
}
@media (min-width: 1200px) {
  .partner-landing-page .landing .headline-block h1 {
    font-size: 80px;
  }
}
.partner-landing-page .landing .headline-block p {
  font-size: var(--body-text);
}
.partner-landing-page .contact-box {
  margin: 0;
  position: fixed;
  padding: 30px;
  -webkit-backdrop-filter: blur(30px) brightness(0.5);
  backdrop-filter: blur(30px) brightness(0.6);
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 100%;
}
@media (max-width: 989px) {
  .partner-landing-page .contact-box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    z-index: -1;
    transform: translateX(100%);
    transition: all 0.4s ease-in;
    pointer-events: none;
    opacity: 0;
  }
  .partner-landing-page .contact-box .av_textblock_section {
    margin-top: auto;
  }
  .partner-landing-page .contact-box.is-open {
    transform: translateX(0);
    z-index: 100;
    pointer-events: all;
    transition: all 0.4s ease-out;
    opacity: 1;
  }
}
@media (min-width: 989px) {
  .partner-landing-page .contact-box {
    bottom: 70px;
    z-index: 3;
    max-width: 380px;
    right: 24px;
    border-radius: 25px;
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .partner-landing-page .contact-box {
    right: 48px;
    bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .partner-landing-page .contact-box {
    right: 104px;
  }
}
.partner-landing-page .contact-box .contact-textbox p {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--display-font);
}
.partner-landing-page .contact-box .contact-button a {
  font-size: 24px !important;
  padding: 11px 30px;
  background: var(--yellow);
  color: #002d5a;
  border-radius: 8px;
  border: none;
}
.partner-landing-page .contact-box .contact-button a .avia_button_icon {
  font-size: 1.1em;
  margin-right: 0.2em;
}
.partner-landing-page .contact-box .contact-button a .avia_iconbox_title {
  font-family: var(--display-font);
}
.partner-landing-page .contact-box .download-button {
  margin-top: auto;
}
@media (min-width: 989px) {
  .partner-landing-page .contact-box .download-button {
    margin-top: 20px;
  }
}
.partner-landing-page .contact-box .download-button a {
  line-height: 1;
  border: none !important;
  padding: 0;
}
.partner-landing-page .contact-box .download-button a .avia_button_icon {
  font-size: 1.2em;
  margin-right: 12px;
  margin-left: 0px;
}
.partner-landing-page .contact-box .download-button a .avia_iconbox_title {
  font-weight: 400;
  font-size: 18px !important;
  text-transform: none;
}
.partner-landing-page .contact-box .avia-button {
  transition: all 0.3s ease-in-out;
}
.partner-landing-page .contact-box .avia-button:hover {
  transform: translateX(5px);
}
.partner-landing-page .contact-box .close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  color: var(--yellow);
  z-index: 10;
  margin: 0;
  display: block;
}
@media (min-width: 989px) {
  .partner-landing-page .contact-box .close-button {
    display: none;
  }
}
.partner-landing-page .contact-box .close-button .av-icon-char {
  display: block;
}
.partner-landing-page .contact-box__mobile-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(30px) brightness(0.5);
  backdrop-filter: blur(30px) brightness(0.6);
  background-color: rgba(255, 255, 255, 0);
  color: var(--yellow);
  border: none;
}
@media (min-width: 989px) {
  .partner-landing-page .contact-box__mobile-button {
    display: none;
  }
}
.partner-landing-page .contact-box__mobile-button.modal-open {
  display: none;
}
.partner-landing-page .contact-box__mobile-button .icon {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}
.partner-landing-page .split-section {
  color: #fff;
}
.partner-landing-page .split-section h2 {
  margin-bottom: 25px;
}
@media (min-width: 989px) {
  .partner-landing-page .split-section h2 {
    margin-bottom: 50px;
  }
}
.partner-landing-page .split-section img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
@media (max-width: 989px) {
  .partner-landing-page .split-section img {
    aspect-ratio: 2/1;
  }
}
.partner-landing-page .split-section .flex_cell:first-of-type {
  padding-right: 36px !important;
  position: relative;
}
.partner-landing-page .split-section .flex_cell:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgb(25, 50, 150);
  background: linear-gradient(145deg, rgb(25, 50, 150) 0%, rgb(13, 25, 75) 100%);
}
@media (min-width: 989px) {
  .partner-landing-page .split-section .flex_cell:first-of-type:before {
    left: -50vw;
  }
}
@media (min-width: 989px) {
  .partner-landing-page .split-section .flex_cell:last-of-type .flex_cell_inner {
    width: 50vw;
  }
  .partner-landing-page .split-section img {
    height: 100vh;
  }
}
.partner-landing-page .split-section .link .avia_button_icon {
  display: inline-block;
  transition: 0.2s all ease-in-out;
}
.partner-landing-page .split-section .link .avia_iconbox_title {
  font-weight: 500;
}
@media (max-width: 989px) {
  .partner-landing-page .split-section .link .avia_iconbox_title {
    font-size: 16px;
  }
}
.partner-landing-page .split-section .link .avia_iconbox_title:before {
  position: absolute;
  top: 103%;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: currentColor;
  transition: 0.2s all ease-in-out;
}
.partner-landing-page .split-section .link a {
  font-size: 20px !important;
  font-family: var(--display-font) !important;
  display: inline-block !important;
  transition: 0.2s all ease-in-out;
  position: relative;
}
.partner-landing-page .split-section .link a:hover {
  opacity: 0.7;
  transform: translateX(4px);
}
.partner-landing-page .split-section .link a:hover .avia_iconbox_title:before {
  opacity: 0.7;
  width: 100%;
}
.partner-landing-page .split-section .link a:hover .avia_button_icon {
  transform: translateX(4px);
}
.partner-landing-page .split-section .avia_textblock p:last-child {
  margin-bottom: 0;
}
.partner-landing-page .has-external-links a[target=_blank] {
  display: inline-block;
  transition: 0.2s opacity ease-in-out;
}
.partner-landing-page .has-external-links a[target=_blank]:hover {
  opacity: 0.6;
}
.partner-landing-page .has-external-links a[target=_blank]:after {
  content: url("https://api.iconify.design/ph:arrow-square-out.svg?color=%23ffffff&width=20");
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.partner-landing-page #contact-form h2 {
  margin-top: -20px;
  margin-bottom: 50px;
  font-size: 36px;
}
@media (min-width: 989px) {
  .partner-landing-page #contact-form h2 {
    margin-top: 20px;
    font-size: 55px;
  }
}
.partner-landing-page #contact-form .outer-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 50px;
}
@media (min-width: 1200px) {
  .partner-landing-page #contact-form .outer-wrapper {
    flex-flow: row nowrap;
    gap: 75px;
  }
}
@media (min-width: 1200px) {
  .partner-landing-page #contact-form .outer-wrapper .contact-details-wrapper {
    flex: 2.5;
  }
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper {
  border: 2px solid rgba(0, 45, 90, 0.3);
  border-radius: 4px;
  position: relative;
  padding: 25px;
}
@media (min-width: 1200px) {
  .partner-landing-page #contact-form .outer-wrapper .interest-wrapper {
    margin-top: 45px;
    flex: 1;
    padding: 30px 35px;
  }
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper legend {
  position: absolute;
  top: -2.25em;
  left: 0;
  background: transparent;
  padding: 0;
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper .inner-headline {
  margin-bottom: 24px;
}
@media (min-width: 989px) {
  .partner-landing-page #contact-form .outer-wrapper .interest-wrapper .inner-headline {
    margin-bottom: 32px;
  }
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper .checkbox-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper .checkbox-wrapper .checkbox-list-item {
  margin: 0;
  position: relative;
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper .checkbox-wrapper .checkbox-list-item > p {
  margin-bottom: 0;
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper .checkbox-wrapper .checkbox-list-item > div p {
  font-size: 12px;
  padding-left: 42px;
  font-style: italic;
  margin: 0;
  opacity: 0.8;
  top: -4px;
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper .wpcf7-checkbox {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.partner-landing-page #contact-form .outer-wrapper .interest-wrapper .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.partner-landing-page #contact-form .outer-wrapper .pretitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 1.4px;
}/*# sourceMappingURL=style.css.map */