/*FONTS START*/
@import url('https://fonts.bunny.net/css?family=lato:100,300,400,700,900');
/*FONTS ENDE*/

/*GENERAL START*/
body {
   font-family: 'Lato', sans-serif;
}

html {
   scroll-behavior: smooth;
   overflow-x: hidden;
}

ul {
list-style: none;
margin: 0px;
padding: 0px;
}

a {
   color: unset;
   text-decoration: none;
}

a:hover {
   color: unset;
}

p {
   margin: 0px;
}

h3 {
   margin: 0px;
}

.container {
   max-width: 1200px;
   margin: 0 20px;
}

@media all and (min-width:1240px) {
  .container {
   margin: 0 auto;
  }
}

.page {
   margin: 0px;
}

a:visited {
   color: unset;
}

.slick-next, .slick-prev {
   transition: 0.3s ease-in-out;
}

.slick-next:hover, .slick-prev:hover {
   opacity: 0.8;
}

header.entry-header {
   display: none;
}

.home .entry-content {
   margin-top: 110px;
}

.entry-content {
   margin-top: 150px;
}
/*GENERAL ENDE*/

/* BUTTON STYLING START */
.wp-block-button__link {
   background-color: #FFBA00;
   color: #25292E;
   font-size: 16px;
   letter-spacing: 0px;
   line-height: 19px;
   border-radius: 25px;
   width: 279px;
   padding: 15.5px;
   font-weight: 900;
   transition: 0.3s ease-in-out;
}

.wp-block-button__link:hover {
   background-color: #25292E;
   color: #FFBA00;
}

.wp-block-button__link {
   position: relative;
   z-index: 1;
}
/* BUTTON STYLING END */


/* KEYFRAMES START*/
 @keyframes bounce2 {
    50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
 }

 @keyframes hithere {
   30% { transform: scale(1.2); }
   40%, 60% { transform: rotate(-20deg) scale(1.2); }
   50% { transform: rotate(20deg) scale(1.2); }
   70% { transform: rotate(0deg) scale(1.2); }
   100% { transform: scale(1); }
 }
/* KEYFRAMES ENDE*/

/* CLASSES START*/
.lato-bold-35 {
   font-weight: 700;
   text-rendering: geometricPrecision;
   font-size: 35px;
   letter-spacing: 0px;
   line-height: 65px;
   margin-bottom: 0px;
}

.blue {
  color: #084A99;
}

@media all and (max-width:375px) {
   .lato-bold-35 {
      line-height: 30px;
      font-size: 25px;
      margin-bottom: 15px;
   }
}

.lato-regular-16 {
   font-weight: 400;
   text-rendering: geometricPrecision;
   font-size: 16px;
   letter-spacing: 1.6px;
   line-height: 19px;
   text-transform: uppercase;
}

/* CLASSES ENDE*/


/*FOOTER START*/
footer {
   background-color: #084A99;
   color: #FFFFFF;
   margin-top: 180px;
}

.footer-bottom-left p {
   font-size: 15px;
   letter-spacing: 0.23px;
   line-height: 25px;
   text-rendering: geometricPrecision;
   margin-right: 5px;
}

.footer-bottom-left {
   display: flex;
   align-items: center;
   flex-direction: column;
   text-align: center;
}

.footer-bottom-left .footer-text {
   margin-left: 5px;
}

.footer-bottom-left ul li > a {
   font-size: 15px;
   text-rendering: geometricPrecision;
   background: linear-gradient(#FFFFFF, #FFFFFF);
   background-size: 0 1px;
   background-position: 100% 100%;
   background-repeat: no-repeat;
   transition: background-size 350ms;
   padding-bottom: 1px;
   position: relative;
}

.footer-bottom-left ul li > a:hover {
   background-size: 100% 1px;
   background-position: 0 100%;
}

.footer-bottom-left ul li > a:before {
   content:"";
   width: 1px;
   height: 100%;
   background-color: #FFFFFF;
   position: absolute;
   left: -5px;
   top: 0;
   bottom: 0;
}

.footer-bottom-left ul {
   display: flex;
   align-items: center;
   gap: 10px;
}

.footer-bottom-right {
   display: flex;
   flex-direction: column;
   text-align: center;
   order: -1;
   margin-bottom: 15px;
}

.footer-bottom {
   display: flex;
   flex-direction: column;
   padding-bottom: 50px;
   padding-top: 50px;
}

@media all and (min-width: 768px) {
  .footer-bottom {
    border-top: 1px solid #FFFFFF;
 }
}

.back-to-top {
   display: inline-block;
   width: fit-content;
   margin: 0 auto;
   cursor: pointer;
   transition: 0.3s ease-in-out;
}

.back-to-top:hover {
   opacity: 0.8;
}

.back-to-top:hover span {
   animation: bounce2 2s ease infinite;
}

.back-to-top .icon-double-angle-top {
   display: inline-block;
   font-size: 12px;
   transition: 0.3s ease-in-out;
}

.back-to-top p {
   font-size: 15px;
   text-rendering: geometricPrecision;
}

@media all and (min-width: 768px) {
   .footer-bottom-left {
      flex-direction: row;
      justify-content: center;
   }
  .footer-bottom {
   flex-direction: row;
   justify-content: space-between;
   align-items: flex-end;
   }
   .footer-bottom-right {
      order: 0;
      margin-bottom: 0px;
   }
  .footer-bottom-left p {
   line-height: 24px;
   margin-right: 10px;
   }
.back-to-top a {
   display: flex;
   align-items: center;
   gap: 15px;
   }
}

footer .widget_wrapper h3{
   font-size: 17px;
   letter-spacing: 0px;
   line-height: 21px;
   margin-bottom: 15px;
   font-weight: 600;
   text-rendering: geometricPrecision;
   border-bottom: 1px solid #FFFFFF;
   padding-bottom: 5px;
}

footer .widget_wrapper h3:after {
   content: " ";
   position: absolute;
   background-image: url('/wp-content/themes/bluetech/assets/img/angle-down.svg');
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   width: 15px;
   height: 15px;
   right: 20px;
   transition: 0.3s ease-in-out;
}

footer .widget_wrapper h3.active:after {
   transform: rotate(180deg);
}

footer .widget_wrapper ul {
   display: none;
}

footer .widget_wrapper .wp-block-columns {
   gap: 1em;
}

footer .widget_wrapper {
   padding: 50px 0px 10px 0px;
}

footer .widget_wrapper ul li > a {
   font-size: 15px;
   letter-spacing: 0.23px;
   line-height: 35px;
   text-rendering: geometricPrecision;
}

footer .widget_wrapper ul li > a {
   background: linear-gradient(#FFFFFF, #FFFFFF);
   background-size: 0 1px;
   background-position: 100% 100%;
   background-repeat: no-repeat;
   transition: background-size 350ms;
   padding-bottom: 1px;
   position: relative;
}

footer .widget_wrapper ul li > a:hover {
   background-size: 100% 1px;
   background-position: 0 100%;
}

@media all and (min-width:768px) {
   footer .widget_wrapper h3 {
      border-bottom: none;
   }
   footer .widget_wrapper h3:after {
      display: none;
   }
   footer .widget_wrapper ul {
      display: block;
   }
}

@media all and (min-width:768px) and (max-width:781px) {
   footer .widget_wrapper .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
      flex-basis: unset!important;
  }
}

.social-icons-div img {
      width: 29px;
      height: 29px;
}

.social-icons.container p {
   font-size: 15px;
   text-rendering: geometricPrecision;
   text-align: center;
   margin-bottom: 12px;
}

.social-icons-div {
   display: flex;
   align-items: center;
   gap: 13px;
   justify-content: center;
   width: fit-content;
   margin: 0 auto;
   background-color: #084A99;
   isolation: isolate;
   padding-left: 22px;
   padding-right: 22px;
}

.social-icons {
   position: relative;
}

.social-icons:before {
   content: "";
   position: absolute;
   height: 1px;
   background-color: #FFFFFF;
   left: 0px;
   right: 0;
   top: 70%;
   width: 100%;
}

.social-icons-div a:hover {
   animation: hithere 1s ease infinite;
}

.footer-contact ul li > a {
   border: 2px solid #FFFFFF;
   border-radius: 25px;
   display: flex;
   justify-content: center;
   padding: 11px 40px;
   align-items: center;
}

.footer-contact ul li a span {
   margin-right: 15px;
}

.footer-contact .icon-phone-new-regular:before {
   content: "\e958";
   font-size: 16px;
}

.footer-contact .icon-pin-map-regular:before {
   font-size: 17px;
}

.footer-contact .icon-email-regular:before {
   font-size: 13px;
}

.footer-contact ul {
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.footer-contact ul li a p {
   font-size: 16px;
   font-weight: 900;
   text-rendering: geometricPrecision;
}

.footer-contact ul li a {
   transition: 0.3s ease-in-out;
}

.footer-contact ul li a:hover {
   background-color: #FFFFFF;
}

.footer-contact ul li a:hover p {
   color:#084A99;
}

.footer-contact ul li a:hover span {
   color:#084A99;
}

@media all and (max-width: 390px) {
   .footer-contact ul li a p {
      font-size: 12px;
   }
   .footer-contact ul li a {
      padding: 11px 20px;
   }
}

@media all and (min-width:1024px) {
   .footer-contact ul {
      flex-direction: row;
      justify-content: center;
  }
  .footer-contact ul li > a {
   width: fit-content;
  }
}

.footer-contact {
   margin-bottom: 70px;
}

.footer-title-header{
   text-align: center;
   margin-bottom: 55px;
   padding-top: 5px;
   position: relative;
}

.footer-title-header:after {
   content: "";
   background-image: url('/wp-content/themes/bluetech/assets/img/big-wave.svg');
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
   position: absolute;
   left: 0;
   right: 0;
   top: -54px;
   height: 100%;
}

@media all and (min-width: 425px) {
   .footer-title-header:after {
      top: -72px;
  }
}

@media all and (min-width:768px) {
   .footer-title-header:after {
      top: -83px;
  }
}

@media all and (min-width:1024px) {
   .footer-title-header:after {
      top: -91px;
  }
}

@media all and (min-width: 1440px) {
   .footer-title-header:after {
      top: -104px;
  }
}

@media all and (min-width: 1920px) {
   .footer-title-header:after {
      top: -104px;
      height: 130px;
  }
}

@media all and (min-width: 2050px) {
   .footer-title-header:after {
      top: -104px;
      height: 150px;
  }
}

@media all and (min-width: 2400px) {
   .footer-title-header:after {
      top: -135px;
      height: 200px;
   }
}

footer .lato-bold-35 {
   color: #FFFFFF;
}

footer .lato-regular-16 {
   color: #FFFFFF;
}

footer h3 {
   color: #FFFFFF;
}

footer.entry-footer {
   display: none;
}
/*FOOTER ENDE*/

/* HEADER TOP START */
.header-top .header-top-inner ul {
   display: flex;
   justify-content: right;
   padding: 7px 0px;
   gap: 30px;
}

.header-top {
   background: transparent linear-gradient(271deg, #0F4C97 0%, #06295A 100%) 0% 0% no-repeat padding-box;
}

.header-top .header-top-inner ul li {
   color: #FFFFFF;
   font-size: 13px;
   letter-spacing: 0px;
   line-height: 16px;
   font-weight: 700;
   text-rendering: geometricPrecision;
}

.header-top .header-top-inner ul li a {
   font-weight: 400;
   background: linear-gradient(#FFFFFF, #FFFFFF);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 350ms;
  padding-bottom: 1px;
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .header-top-inner ul li a span {
   margin-right: 12px;
   font-size: 12px;
}

.header-top .header-top-inner ul li:hover > a {
  background-size: 100% 1px;
  background-position: 0 100%;
}

@media all and (max-width: 768px) {
  .header-top .header-top-inner ul li a p {
    display: none;
  }
  .header-top .header-top-inner ul li {
    font-size: 16px;
  }
  .header-top .header-top-inner ul {
    padding: 12px 0px;
    justify-content: space-between;
    gap: 0px;
    align-items: center;
  }
  .header-top .header-top-inner ul li a span {
    color: #084A99;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 5.5px 22.5px;
    font-size: 17px;
    margin-right: 0px;
  }
  .header-top .header-top-inner ul li a .icon-email-regular {
    padding: 5.5px 19.5px;
  }
  .header-top .header-top-inner ul li a .icon-phone-new {
    font-weight: 900;
  }
  .header-top .header-top-inner ul li:first-of-type {
    margin-right: 400px;
  }
  .header-top .header-top-inner ul li:hover > a {
    background-size: unset;
    background-position: unset;
    background: none;
  }
}

@media all and (max-width:568px) {
  .header-top .header-top-inner ul li:first-of-type {
    margin-right: 30px;
  }
}

@media all and (max-width:320px) {
  .header-top .header-top-inner ul li:first-of-type {
    margin-right: 10px;
  }
  .header-top .header-top-inner ul li {
    font-size: 13px;
  }

}
/* HEADER TOP ENDE */

/*PRIMARY MENU START */
.navbar-holder {
  transition: transform 0.3s ease-in-out; }
  @media (max-width: 1023px) {
    .navbar-holder {
      width: 100%;
      position: absolute;
      left: 0;
      top: 100%;
      transform: translateY(-100%);
      background: #141212;
      height: calc(100vh - 66px - 50px);
      overflow-y: auto;
      overflow-x: hidden; } }
  @media (max-width: 1023px) {
    .nav-active .navbar-holder {
      transform: translateY(0);
      top: 100%;
      margin-top: 50px; } }

@media (max-width: 1023px) {
  #nav {
    height: auto !important; } }

#nav * {
  transition: none; }

@media (max-width: 1023px) {
  #nav li {
    position: static;
    border: 1px solid #4d4d4d;
    border-width: 1px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

#nav li:last-child {
  border-width: 1px 0; }

@media (max-width: 1023px) {
  #nav li.active-item > .drop {
    display: block !important; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > ul > li > a:after {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > ul > li > .opener {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > .drop-holder > ul > li > a:after {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > .drop-holder > ul > li > .opener {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > ul > li:after {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.active-item > .drop > .drop-inner > ul > li > .opener {
    animation-name: fadeIn; } }

@media (max-width: 1023px) {
  #nav li.has-drop > .opener {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-size: 15px; } }

@media (min-width: 1024px) {
  #nav li.has-drop > .opener {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    padding-right: 40px;
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 1320px) {
  #nav li.has-drop > .opener {
    padding-right: 60px; } }

#nav li:not(.has-drop) > a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  #nav li:not(.has-drop) > a:after {
    content: "";
    font-family: 'icomoon';
    font-size: inherit;
    line-height: 1;
    text-indent: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding-right: 20%;
    padding-left: 15px;
    animation-duration: .3s;
    animation-delay: .5s;
    animation-fill-mode: both;
    font-size: 15px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1024px) {
      #nav li:not(.has-drop) > a:after {
        font-size: 10px; } }

@media (max-width: 1023px) {
  #nav .nav-inner {
    position: relative;
    width: 100%;
    margin: 0 0 30px; } }

#nav .nav-inner > .drop-info-box {
  display: block; }
  @media (min-width: 1024px) {
    #nav .nav-inner > .drop-info-box {
      display: none; } }
  #nav .nav-inner > .drop-info-box > img {
    max-height: 80vw; }

@media (max-width: 1023px) {
  #nav .nav-inner > ul {
    margin: 0 0 30px; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li {
    display: none; } }

@media (max-width: 1023px) {
  #nav .nav-inner > ul > li:first-child {
    border: none; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop {
    display: block; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop > a {
    display: none; } }

@media (max-width: 1023px) {
  #nav .nav-inner > ul > li.has-drop > .opener {
    padding-right: calc(19% + 15px);
    font-size: 20px; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop > .opener {
    display: none; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop > .drop > .drop-inner > ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 1024px) {
  #nav .nav-inner > ul > li.has-drop > .drop > .drop-inner > ul > li > .opener {
    display: none; } }

#nav .nav-inner > ul > li > a {
  font-size: 20px;
  padding: 23px 20px;
  text-transform: uppercase; }
  @media (max-width: 1023px) {
    #nav .nav-inner > ul > li > a {
      -ms-flex: 1 0;
          flex: 1 0; } }
  @media (min-width: 1024px) {
    #nav .nav-inner > ul > li > a {
      padding: 0; } }
  #nav .nav-inner > ul > li > a:after {
    display: none !important; }

#nav .btn-back {
  font-size: 20px !important; }
  @media (max-width: 1023px) {
    #nav .btn-back {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media (max-width: 1023px) {
    #nav .btn-back:before {
      content: "";
      font-family: 'icomoon';
      font-size: 20px;
      line-height: 1;
      text-indent: 0;
      margin: 0 20px 0 0;
      pointer-events: none; } }

#nav a,
#nav .opener {
  font-family: "DM Sans", sans-serif !important;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  line-height: 1.2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media (min-width: 1024px) {
  #nav .js-first-level {
    font-size: 14px;
    margin: 0 10px; } }

#nav .js-first-level.hover > .drop {
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

@media (min-width: 1024px) {
  #nav .js-first-level.hover > a {
    background-size: 100% 3px;
    background-position: 0 100%; } }

@media (min-width: 1024px) {
  #nav .js-first-level > a {
    font-weight: 500;
    position: relative;
    background: linear-gradient(#f1c23d, #f1c23d);
    background-size: 0 3px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-size .35s, padding .3s;
    padding: 11px 5px; } }

@media (min-width: 1024px) {
  #nav .js-first-level > a:after {
    display: none !important; } }

@media (min-width: 1024px) {
  .is-not-touch-device #nav .js-first-level > a:hover {
    background-size: 100% 3px;
    background-position: 0 100%; } }

@media (min-width: 1024px) {
  .fixed-position #nav .js-first-level > a {
    padding-top: 7px;
    padding-bottom: 7px; } }

@media (min-width: 1024px) {
  #nav .js-first-level.active > a {
    background-size: 100% 3px;
    background-position: 0 100%; } }

@media (min-width: 1024px) {
  #nav .js-first-level > .drop {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
    display: block !important;
    overflow: hidden;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), inset 0 3px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    z-index: -1; } }

.loader #nav .js-first-level > .drop {
  opacity: 0; }

.loaded #nav .js-first-level > .drop {
  opacity: 1; }

@media (min-width: 1024px) {
  #nav .js-first-level > .drop > .drop-inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  #nav .drop-holder {
    -ms-flex: 1 0;
        flex: 1 0;
    position: relative;
    padding: 50px 0 40px; } }

@media (min-width: 1320px) {
  #nav .drop-holder {
    padding-top: 85px; } }

@media (min-width: 1024px) {
  #nav .drop-holder:after {
    position: absolute;
    content: '';
    width: 1px;
    top: 0;
    bottom: 0;
    left: 280px;
    background: #E2E2E2; } }

@media (min-width: 1320px) {
  #nav .drop-holder:after {
    left: 357px; } }

#nav .drop-holder > h2, #nav .woocommerce-products-header .drop-holder > h1, .woocommerce-products-header #nav .drop-holder > h1 {
  color: inherit;
  text-align: left;
  margin: 0 0 35px; }
  @media (max-width: 1023px) {
    #nav .drop-holder > h2, #nav .woocommerce-products-header .drop-holder > h1, .woocommerce-products-header #nav .drop-holder > h1 {
      display: none; } }
  @media (min-width: 1320px) {
    #nav .drop-holder > h2, #nav .woocommerce-products-header .drop-holder > h1, .woocommerce-products-header #nav .drop-holder > h1 {
      margin: 0 0 42px; } }
  #nav .drop-holder > h2 a, #nav .woocommerce-products-header .drop-holder > h1 a, .woocommerce-products-header #nav .drop-holder > h1 a {
    transition: color 0.3s ease-in-out;
    padding: 0; }
    #nav .drop-holder > h2 a:hover, #nav .woocommerce-products-header .drop-holder > h1 a:hover, .woocommerce-products-header #nav .drop-holder > h1 a:hover {
      color: #F1C23D; }

@media (min-width: 1024px) {
  #nav .drop-holder > * {
    width: 280px; } }
  @media (min-width: 1024px) and (min-width: 1320px) {
    #nav .drop-holder > * {
      width: 357px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul:after {
    position: absolute;
    content: '';
    left: 280px;
    width: 9999px;
    background: #fff;
    top: 0;
    bottom: 0; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul:after {
    left: 357px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 0 20px; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul > li {
    margin: 0 0 30px; } }

.is-not-touch-device #nav .drop-holder > ul > li:hover > a:before, .is-not-touch-device #nav .drop-holder > ul > li:hover > a:after {
  opacity: 1; }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.hover > a:before {
    opacity: 1; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop.hover > .drop {
    opacity: 1 !important;
    visibility: visible !important; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop.hover > .opener {
    visibility: visible;
    opacity: 1; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop > .drop {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 300px;
    max-height: calc(100vh - 109px);
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    opacity: 0;
    visibility: hidden;
    padding: 20px 15px;
    transform: translate(0, 0) !important;
    z-index: 10; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul > li.has-drop > .drop {
    padding-right: 100px !important;
    padding: 50px 90px;
    left: 335px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop > .drop a {
    transition: color 0.3s ease-in-out;
    display: block;
    font-weight: 700;
    padding: 10px 12px;
    max-width: 230px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li.has-drop > .drop a:after {
    padding-right: 0; } }

#nav .drop-holder > ul > li.has-drop > .drop a:hover {
  color: #F1C23D; }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 10px 85px;
    letter-spacing: 1.05px;
    color: #000;
    font-size: 14px; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul > li > a {
    padding: 16px 0 16px 104px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li > a:after {
    padding-right: 40px;
    opacity: 0; } }

@media (min-width: 1320px) {
  #nav .drop-holder > ul > li > a:after {
    padding-right: 60px; } }

@media (min-width: 1024px) {
  #nav .drop-holder > ul > li > a:before {
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -9999px;
    left: -9999px;
    pointer-events: none;
    opacity: 0;
    background: #fdf4d7;
    z-index: -1; } }

#nav .drop-holder > ul > li > a .img-holder {
  display: none;
  width: 42px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    #nav .drop-holder > ul > li > a .img-holder {
      display: -ms-flexbox;
      display: flex; } }
  #nav .drop-holder > ul > li > a .img-holder img {
    width: auto;
    max-height: 100%; }

@media (max-width: 1023px) {
  #nav .drop {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    display: none !important; } }

@media (max-width: 1023px) {
  #nav .drop .drop {
    left: 100%;
    top: 0; } }

@media (max-width: 1023px) {
  #nav .drop .drop .drop a:not(.btn-back) {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

@media (max-width: 1023px) {
  #nav .drop .drop .drop a:not(.btn-back):after {
    padding-right: 15px; } }

#nav .drop a {
  -ms-flex: 1 0;
      flex: 1 0; }
  @media (max-width: 1023px) {
    #nav .drop a {
      font-size: 16px;
      padding: 20px; } }

@media (max-width: 1023px) {
  #nav .drop .opener {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding-right: calc(20% + 15px);
    animation-duration: .3s;
    animation-delay: .5s;
    animation-fill-mode: both;
    font-size: 15px; } }

@media (min-width: 1024px) {
  #nav .drop .opener {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    vertical-align: top;
    font-size: 10px; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } 
  }

.header-main .inner .yellow-button a:focus {
  outline: unset;
}

.header-main .inner #header-nav .nav-list li:hover > a {
  color: rgba(8, 74, 153, 1);
  text-decoration: none;
}

.header-main .inner .nav-opener {
  order: 1;
}

@media all and (max-width:1023px) {
  .header-main .inner .yellow-button-desktop {
    display: none;
  }
}

@media all and (min-width:1024px) {
  .header-main .inner .yellow-button-mobile {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .header-main .inner .yellow-button-mobile a {
    width: 109px!important;
  }
  .header-main .inner .logo a img {
    width: 147px;
    height: 48px;
  }
  .header-main .inner .yellow-button a span {
    margin-right: 5px;
  }
}

@media all and (max-width: 320px) {
  .header-main .inner .logo a img {
    width: 120px;
    height: 30px;
  }
}

.header-main .inner .nav-opener {
  width: 25px;
  height: 22px;
}
/*PRIMARY MENU END */


/*PRIMARY MENU STYLING START*/
.header-top .tel-block img {
	margin-right: 7px
  }
  .header-main {
	background: #fff
  }
  .header-main .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px
  }
  #header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	padding-bottom: 25px;
	height: calc(100vh - 111px);
	font-size: 16px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .3s;
	transition: .3s
  }
  @media (min-width:1024px) {
	#header-nav {
	  position: static;
	  font-size: 14px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  height: auto;
	  -webkit-transform: none;
	  transform: none;
	  padding-bottom: 0;
	  background: 0 0
	}
  }
  @media (min-width:1200px) {
	#header-nav {
	  font-size: 16px
	}
  }
  .nav-active #header-nav {
	-webkit-transform: translateX(0);
	transform: translateX(0)
  }
  @media (min-width:768px) {
	.nav-active #header-nav {
	  -webkit-transform: none;
	  transform: none
	}
  }
  #header-nav .nav-list {
	max-width: 600px;
	width: 100%;
	color: #000;
	overflow: auto
  }
  @media (min-width:1024px) {
	#header-nav .nav-list {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  max-width: none;
	  width: auto;
	  overflow: visible;
    gap: 10px;
	}
  }
  #header-nav .nav-list > li {
	border-bottom: 1px solid #009fe3
  }
  @media (min-width:1024px) {
	#header-nav .nav-list > li {
	  min-height: 80px;
	  border-bottom: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center
	}
  }
  #header-nav .nav-list > li:last-child {
	border-bottom: 0
  }
  #header-nav .nav-list > li:hover {
	color: #009fe3
  }
  #header-nav .nav-list > li:hover > a {
	text-decoration: underline
  }
  #header-nav .nav-list > li.active {
	color: #009fe3
  }
  #header-nav .nav-list > li.active > a {
	text-decoration: underline
  }
  #header-nav .nav-list > li > a {
	display: block;
	color: inherit;
	text-align: center;
	font-weight: 700;
	padding: 10px 20px;
	letter-spacing: .03
  }
  @media (min-width:1440px) {
	#header-nav .nav-list > li > a {
	  padding: 10px 15px
	}
  }
  .header-links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 1;
	letter-spacing: .05em
  }
  @media (min-width:1024px) {
	.header-links {
	  margin-left: 65px;
	  margin-bottom: 0;
	  margin-top: 0
	}
  }
  .header-links a {
	position: relative;
	color: #000;
	font-size: 11px;
	-webkit-transition: .3s;
	transition: .3s
  }
  .header-links a + a {
	margin-left: 20px
  }
  @media (min-width:1440px) {
	.header-links a + a {
	  margin-left: 58px
	}
  }
  .header-links a:hover {
	color: #009fe3
  }
  .header-links .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 19px;
	margin-bottom: 10px
  }
  .header-links span {
	display: block
  }
  .header-links .counter {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #009fe3;
	color: #fff;
	right: 5px;
	top: -5px
  }
  .header-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  .nav-drop {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background: #ddd;
	color: #000;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 10px 15px;
	opacity: 0;
	visibility: hidden
  }
  @media (min-width:768px) {
	.nav-drop {
	  padding: 0;
	  position: static;
	  opacity: 1;
	  visibility: visible
	}
  }
  .nav-active .nav-drop {
	opacity: 1;
	visibility: visible
  }
  @media (min-width:768px) {
	.nav-drop > ul {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-pack: end;
	  -ms-flex-pack: end;
	  justify-content: flex-end
	}
  }
  .nav-drop li {
	position: relative;
	list-style: none
  }
  @media (min-width:768px) {
	.nav-drop li + li {
	  padding-left: 20px
	}
  }
  .nav-drop li.active a,
  .nav-drop li:hover>a {
	opacity: .5
  }
  .nav-drop li:hover > ul {
	display: block
  }
  .nav-drop li > ul {
	background: #ddd;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 2
  }
  @media (min-width:768px) {
	.nav-drop li > ul {
	  padding-top: 10px;
	  width: 120px;
	  position: absolute
	}
  }
  @media (min-width:768px) {
	.nav-drop li > ul ul {
	  padding-top: 0;
	  position: absolute;
	  left: 100%;
	  top: 0;
	  width: 120px
	}
  }
  .nav-drop li > ul li {
	padding: 0 10px
  }
  .nav-drop a {
	color: inherit
  }
  .nav-opener {
	position: relative;
	width: 40px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	background: 0 0;
	border: 0
  }
  @media (min-width:1024px) {
	.nav-opener {
	  display: none
	}
  }
  .nav-active .nav-opener span {
	opacity: 0
  }
  .nav-active .nav-opener:after,
  .nav-active .nav-opener:before {
	top: 50%
  }
  .nav-active .nav-opener:before {
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg)
  }
  .nav-active .nav-opener:after {
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg)
  }
  .nav-opener:focus,
  .nav-opener:hover {
	background: 0 0
  }
  .nav-opener:after,
  .nav-opener:before {
	content: ""
  }
  .nav-opener span,
  .nav-opener:after,
  .nav-opener:before {
	-webkit-transition: .3s;
	transition: transform .5s ease-in-out;
	transition: .3s,_ .3s;
	background: rgba(8, 74, 153, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px
  }
  .nav-opener:after {
	bottom: 0;
	top: auto
  }
  .nav-opener span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
  }
  .resize-active .nav-drop,
  .resize-active .nav-drop > ul {
	-webkit-transition: none!important;
	transition: none!important
  }
  .submenu {
	display: none;
	padding: 25px 15px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: -1
  }
  @media (min-width:1024px) {
	.submenu {
	  display: block;
	  position: absolute;
	  top: 100%;
	  padding: 10px 0 0 15px;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  -webkit-box-shadow: 0 8px 6px rgba(17,17,17,.36);
	  box-shadow: 0 8px 6px rgba(17,17,17,.36)
	}
  }
  @media (min-width:1230px) {
	.submenu {
	  padding-left: calc((100% - 1230px + 30px)/ 2)
	}
  }
  .submenu:before {
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	content: " ";
	background-color: #fff
  }
  .submenu .submenu-title {
  color: rgba(8, 74, 153, 1);
	font-size: 28px
  }
  @media (min-width:1024px) {
	.submenu .submenu-title {
	  font-size: 35px
	}
  }
  .submenu .submenu-subtitle {
	color: #fff;
	font-size: 28px
  }
  @media (min-width:1024px) {
	.submenu .submenu-subtitle {
	  font-size: 40px
	}
  }
  @media (min-width:1024px) {
	.submenu .btn {
	  min-width: 288px
	}
  }
  @media (min-width:1024px) {
	.submenu .text-content {
	  padding-left: calc((100% - 1230px + 30px)/ 2)
	}
  }
  .hover .submenu {
	display: block;
	pointer-events: all;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  z-index: -1;
  }
  @media (min-width:1024px) {
	.submenu-inner {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex
	}
  }
  @media (min-width:1024px) {
	.submenu-content {
	  -webkit-box-flex: 1;
	  -ms-flex: 1 0 0px;
	  flex: 1 0 0
	}
  }
  .menu-banner-wrap {
	width: 100%
  }
  @media (min-width:1024px) {
	.menu-banner-wrap {
	  width: 61.9%;
	  padding-left: calc((100% - 1230px + 30px)/ -2)
	}
  }
  .menu-banner {
	position: relative;
	font-size: 16px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-size: cover;
	background-repeat: no-repeat
  }
  @media (min-width:1024px) {
	.menu-banner {
	  padding: 77px 100px;
	  min-height: 490px;
	  top: 0;
	  right: 0;
	  bottom: 0
	}
  }
  .menu-banner:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
	content: "";
	z-index: 1
  }
  .menu-banner .inner-submenu {
	position: relative;
	height: 100%;
	z-index: 1
  }
  .menu-banner .menu-content {
	position: relative;
	color: #fff;
	z-index: 2
  }
  @media (min-width:1024px) {
	.menu-banner .menu-content {
	  max-width: 350px
	}
  }
  .menu-banner p {
	font-weight: 300
  }
  .header-acc-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
  }
  @media (min-width:1024px) {
	.header-acc-holder {
	  margin-left: -25px
	}
  }
  .header-acc {
	width: 100%;
	font-size: 16px;
	color: #000
  }
  .header-acc .link-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	display: flex;
	padding: 13px 15px;
	margin-bottom: 0;
	color: #000;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
	line-height: 1;
	-webkit-transition: .3s;
	transition: .3s
  }
  @media (min-width:1024px) {
	.header-acc .link-holder {
	  padding: 13px 27px;
	  margin-bottom: 10px
	}
  }
  .header-acc .link-holder a {
	padding: 0;
	color: inherit
  }
  .header-acc > li {
	position: relative
  }
  .header-acc > li.active .link-holder,
  .header-acc > li.active > a {
	background-color: #f0f0f0
  }
  .header-acc > li.active .icon-chvrone-left {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
  }
  .header-acc > li:hover .link-holder,
  .header-acc > li:hover > a {
	background-color: #f0f0f0
  }
  .header-acc > li > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 15px;
	margin-bottom: 0;
	color: inherit;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
	line-height: 1;
	-webkit-transition: .3s;
	transition: .3s
  }
  @media (min-width:1024px) {
	.header-acc > li > a {
	  padding: 13px 27px;
	  margin-bottom: 10px
	}
  }
  .header-acc .icon-chvrone-left {
	position: absolute;
	right: 41%;
	padding: 10px;
	font-size: 9px;
	top: 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
  }
  .submenu-lvl-2 {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-size: 14px
  }
  @media (min-width:1024px) {
	.submenu-lvl-2 {
	  padding: 0 0 0 50px
	}
  }
  .submenu-lvl-2 a {
	display: inline-block;
	padding: 7px 10px;
	color: inherit
  }
  .submenu-lvl-2 a:hover {
	color: #009fe3
  }

  #header {
    position: relative;
    z-index: 10;
  }

  .inner .logo a img {
    width: 187px;
    height: 61px;
    image-rendering: pixelated;
}

.nav-list li a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 17px;
  color: rgba(0, 0, 0, 1);
}

.header-main {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
}

.header-main .inner .yellow-button {
  margin-top: 0px;
}

.header-main .inner .yellow-button a {
  width: 174px;
  padding: 10.5px 15.5px;
  font-weight: 700;
}

.header-main .inner .yellow-button a span {
  margin-right: 10px;
}

.header-main .submenu .header-acc li a {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #343434;
  font-weight: 500;
}
/*PRIMARY MENU STYLING END*/


/* GRAVITY FORMS START */
.gravity-theme {
  width: 995px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding: 45px;
}

.gform_wrapper .gform_heading .gform_description {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 19px;
  text-transform: uppercase;
  color: #B4B4B4;
  text-rendering: geometricPrecision;
}

.gform_wrapper .gform_heading {
  margin-bottom: 40px;
}

.gform_wrapper .gform_item_wrapper_begin {
  border-radius: 5px;
  background-color: rgba(119, 122, 123, 0.07);
  padding: 30px 55px;
  margin-bottom: 20px;
}

.gform_wrapper .gfield-choice-input {
    width: 17.5px;
    height: 17.5px;
    appearance: none;
    background-color: rgba(186, 186, 186, 0.5);
    border-radius: 3px;
    position: relative;
    margin-right: 21.5px;
    cursor: pointer;
}

.gform_wrapper .gfield-choice-input:checked {
  background-color: rgba(8, 74, 153, 1);
}

.gform_wrapper .gfield-choice-input:after {
  content: "";
  background-image: url('/wp-content/themes/bluetech/assets/img/checkmark.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 3px;
  opacity: 0;
  visibility: hidden;
}

.gform_wrapper .gfield-choice-input:checked:after {
  opacity: 1;
  visibility: visible;
}

.gform_wrapper .jcf-real-element {
  background-color: rgba(219, 219, 219, 0.4);
  border: unset;
  border-radius: 5px;
}

.gform_wrapper .jcf-real-element::placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 25px;
  color: rgba(122, 121, 122, 0.7);
}

.gform_wrapper .gfield_label {
  font-family: 'Lato', sans-serif;
  font-size: 18px!important;
  letter-spacing: 0px;
  line-height: 22px;
  color: rgba(52, 52, 52, 1);
  font-weight: 600!important;
  text-rendering: geometricPrecision;
}

.gform_wrapper .gform_button {
  background-color: #FFBA00;
  color: #25292E;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 19px;
  border-radius: 25px;
  width: 279px;
  padding: 15.5px;
  font-weight: 800;
  transition: 0.3s ease-in-out;
  justify-content: center;
  display: flex;
  cursor: pointer;
  margin: 0 0 0 auto;
  border: unset;
  font-family: 'Lato', sans-serif;
  text-rendering: geometricPrecision;
}

.gform_wrapper .gform_button:hover {
  background-color: #25292E;
  color: #FFBA00;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel] {
  background-color: rgba(219, 219, 219, 0.4);
  border-radius: 5px;
  border: unset;
  padding: 9px 25px!important;
}

.gform_wrapper input[type=text]::placeholder, .gform_wrapper input[type=email]::placeholder, .gform_wrapper input[type=tel]::placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 25px;
  color: rgba(122, 121, 122, 0.7);
}

.gform_wrapper select {
  background-color: rgba(219, 219, 219, 0.4);
  border-radius: 5px;
  border: unset;
  padding: 9px 25px!important;
}

.gform_wrapper select::placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 25px;
  color: rgba(122, 121, 122, 0.7);
}

.gform_wrapper .gchoice input {
  background-color: rgba(235, 235, 235, 1);
}

.gform_wrapper .gchoice label {
  font-family: 'Lato', sans-serif;
  font-size: 14px!important;
  letter-spacing: 0px;
  line-height: 14px;
  color: rgba(69, 69, 69, 1);
  font-weight: 400;
}

.gform_wrapper .gfield_description {
  font-family: 'Lato', sans-serif!important;
  font-size: 12px!important;
  letter-spacing: 0px!important;
  line-height: 20px!important;
  color: rgba(37, 41, 46, 1)!important;
  padding-bottom: 0px!important;
  font-weight: 400!important;
}

.gform_wrapper .labels-measure {
  display: flex;
  gap: 15px;
}

.gform_wrapper .labels-measure #field_1_9, .gform_wrapper .labels-measure #field_1_10  {
  width: 50%;
}

.gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px!important;
}

/* LABELS-MEASURE CONTAINER START */
.gform_wrapper .labels-measure input[type="number"] {
  padding: 9px 25px!important;
  background-color: rgba(219, 219, 219, 0.4);
  color: rgba(122, 121, 122, 1);
  border: unset;
}

.gform_wrapper .labels-measure {
  justify-content: left;
}

.gform_wrapper .labels-measure .gfield_course_option_wrapper {
  display: none;
}
/* LABELS-MEASURE CONTAINER END */

/* EXECUTION-ONE CONTAINER START */
.gform_wrapper .execution-one .gfield_label {
  margin-bottom: 20px!important;
}

.gform_wrapper .execution-one .gfield_label {
  margin-bottom: 20px!important;
}
/* EXECUTION-ONE CONTAINER END */

/* EXECUTION-TWO CONTAINER START */
.gform_wrapper .execution-two .gfield_description {
  margin-bottom: 20px;
  font-size: 14px!important;
  color: rgba(122, 121, 122, 1)!important;
  text-rendering: geometricPrecision;
}

.gform_wrapper .execution-two .gfield_label {
  margin-bottom: 0px!important;
}
/* EXECUTION-TWO CONTAINER END */

/* LOGO CONTAINER START */
.gform_wrapper .logo .gfield_label {
  margin-bottom: 20px!important;
}
/* LOGO CONTAINER END */

/* UPLOAD CONTAINER START */
.gform_wrapper .upload .ginput_container {
  background-color: rgba(219, 219, 219, 0.4);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
  position: relative;
  cursor: pointer;
}

.gform_wrapper .upload .ginput_container .gform_fileupload_rules {
  padding: 0px;
  margin: 0px;
}

.gform_wrapper .upload .gfield_description {
  font-family: 'Lato', sans-serif;
  font-size: 14px!important;
  letter-spacing: 0px!important;
  line-height: 20px!important;
  color: rgba(122, 121, 122, 1)!important;
  font-weight: 400!important;
  text-rendering: geometricPrecision;
  margin-bottom: 15px;
}

.gform_wrapper .upload .ginput_container .jcf-button-content {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgba(122, 121, 122, 1);
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.gform_wrapper .upload .ginput_container #input_1_18 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gform_wrapper .upload .ginput_container .gform_fileupload_rules {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: rgba(122, 121, 122, 1);
  text-rendering: geometricPrecision;
  text-decoration: underline;
  font-weight: 700;
}
/* UPLOAD CONTAINER END */

/* MATERIAL CONTAINER START */
.gform_wrapper .material #input_1_22_other {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: rgba(122, 121, 122, 0.7);
  width: 100%;
  max-width: 389px;
}
/* MATERIAL CONTAINER END */

/* CONTACT CONTAINER START */
.gform_wrapper .contact #field_1_25 {
  width: calc(33.3333% - 7.5px);
}

.gform_wrapper .contact #field_1_26 {
  width: calc(66.6666% - 7.5px);
}

.gform_wrapper .contact #field_1_27 {
  width: calc(50% - 7.5px);
}

.gform_wrapper .contact #field_1_28 {
  width: calc(50% - 7.5px);
}

.gform_wrapper .contact #field_1_29 {
  width: calc(50% - 7.5px);
}

.gform_wrapper .contact #field_1_30 {
  width: calc(50% - 7.5px);
}

.gform_wrapper .contact {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.gform_wrapper .contact .gfield_course_option_wrapper {
  display: none;
}

.gform_wrapper .contact .gfield_description {
  color: rgba(122, 121, 122, 1)!important;
}

.gform_wrapper .contact label {
  color: rgba(122, 121, 122, 1)!important;
  font-family: 'Lato', sans-serif!important;
  font-size: 12px!important;
  letter-spacing: 0px!important;
  line-height: 20px!important;
}

.gform_wrapper .gfield_checkbox .gchoice.gchoice_1_32_1 label {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 14px;
  color: rgba(112, 112, 112, 1);
}

.gform_wrapper .gfield_checkbox .gchoice.gchoice_1_32_2 label {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 14px;
  color: rgba(112, 112, 112, 1);
}
/* CONTACT CONTAINER END */

.gform_wrapper .gform_footer.top_label {
  margin-top: 25px!important;
}
/* GRAVITY FORMS END */

/* GRAVITY FORMS EINBINDUNG; FORM-OUTER ETIKETTEN-ANFRAGE AUF SEITE, EINSTELLUNG ALS POP-UP START */
#gform_wrapper_1 {
  width: 995px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px #00000029!important;
  border-radius: 5px;
  padding: 45px;
  position: fixed!important;
   top: 100px;
  left: 0;
  right: 0;
  margin-top: 50px;
  z-index: 2;
  background-color: #FFFFFF;
  height: calc(100vh - 150px)!important;
  overflow: scroll!important;
}

#gform_wrapper_1 .icon-close-regular {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 11px;
  color: rgba(119, 122, 123, 1);
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

.form-outer.etiketten-anfrage-formular {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  backdrop-filter: blur(6px);
  width: 100%;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: calc(100vh - 110px);
  display: none;
}

@media all and (max-width:768px) {
  #gform_wrapper_1 {
    margin: 120px 20px;
    padding: 45px 20px;
    width: unset;
  }
  .gform_wrapper .gform_item_wrapper_begin {
    padding: 20px;
  }
  .gform_heading .gform_title {
    font-size: 30px;
  }
  #field_1_75 {
    display: flex;
    flex-direction: column;
  }
  .gform_wrapper .labels-measure #field_1_9, .gform_wrapper .labels-measure #field_1_10  {
    width: 100%;
  }
  .gform_wrapper.gravity-theme input[type=number] {
    font-size: 12px!important;
  }
  .gform_wrapper .gfield-choice-input {
    margin-right: 10px;
  }
  .gform_wrapper .upload .ginput_container #input_1_18 {
    opacity: 0;
  }
  .gform_wrapper .contact #field_1_25 {
    width: 100%;
  }
  .gform_wrapper .contact #field_1_26 {
    width: 100%;
  }
  .gform_wrapper .contact #field_1_27 {
    width: 100%;
  }.gform_wrapper .contact #field_1_28 {
    width: 100%;
  }
  .gform_wrapper .contact #field_1_29 {
    width: 100%;
  }
  .gform_wrapper .contact #field_1_30 {
    width: 100%;
  }
}

/* GRAVITY FORMS EINBINDUNG; FORM-OUTER ETIKETTEN-ANFRAGE AUF SEITE, EINSTELLUNG ALS POP-UP END */

@media all and (min-width:1024px){
   .top-nav{
      display:block!important;
      position:fixed;
      top:0;
      left:0;
      right:0;
      z-index:100000;
      background-repeat:no-repeat;
      background-size:cover;
      background-position:center;
      box-shadow:0 0 3px #00000d;
      background-color: #FFF;
   }
}
.top-nav .top-bar ul{
   margin:0;
   display:flex;
   padding:2.5px 0;
   align-items:center;
   justify-content:right;
   gap:50px
}
.top-nav .top-bar ul li{
   display:flex
}
.top-nav .top-bar ul li a{
   color:transparent;
   display:flex;
   align-items:center
}
.top-nav .top-bar ul li a img{
   margin-right:10px
}
.top-nav .upper-bar{
   background-color:#FFF;
   /* box-shadow:0 3px 6px #00014 */
}
.top-nav .upper-bar > ul{
   position:relative;
   display:flex;
   justify-content:right;
   gap:30px;
   padding:22.5px 20px
}
.top-nav .upper-bar > ul:after{
   content:"";
   background-image:url(../img/LEEB_beschnitten.png);
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center;
   position:absolute;
   left:10px;
   top:8px;
   width:187px;
   height:55px;
   cursor:pointer
}
@media all and (min-width:1440px){
   .top-nav .upper-bar > ul{
      gap:65px
   }
}
.top-nav .upper-bar > ul li a{
   color:#333;
   text-decoration:none;
   font-size:15px
}
.top-nav-mobile{
   background-color:#FFF;
   position:fixed;
   top:0;
   left:0;
   right:0;
   z-index:10000;
   box-shadow:0 0 3px #00000d;
   padding:8px 0 0
}
@media all and (min-width:1025px){
   .top-nav-mobile{
      display:none;
   }
}
.top-nav-mobile .container{
   display:flex;
   align-items:center;
   justify-content:space-between
}
.top-nav-mobile .container .logo-div img{
   width:187px;
   height:55px
}
.top-nav-mobile .container .burger img{
   width:40px;
   height:30px
}
/*
#header {
  display: none;
}

.sticky-wrap {
  display: none;
}

#sidebar {
  display: none;
} */

/* CHRISTOPHER EDIT VOM 24.01.2023 START */
.gform_wrapper .gfield_course_option_wrapper ul li::marker {
  display: none;
}

.widget_wrapper ul {
  list-style: none;
}
/* CHRISTOPHER EDIT VOM 24.01.2023 END */

/* CHRISTOPHER EDIT 404-PAGE START */
@media (min-width: 1024px) {
   section.error-404.not-found.container {
      margin-top: 50px;
   }
}

.error-404 .page-header h3 {
   text-align: center;
   font-size: 18px;
   font-weight: bold;
}

.error-404 .page-header h1 {
   color: #000000;
   text-align: center;
   font-size: 33px;
   line-height: 38px;
   margin-bottom: 50px;
}

.error-404 lottie-player {
   text-align: center;
   margin: 0 auto;
}

.error_left {
   text-align: center;
}

.error_left .btn a {
   background-color: #084A99;
   border-radius: 5px;
   display: inline-block;
   width: 180px;
   padding: 12px;
   text-align: center;
   transition: 0.3s ease-in-out;
   border: 1px solid transparent;
   color: #FFFFFF;
}

.error-404.not-found.container {
   margin-top: 50px;
}

.error_content {
   margin-bottom: 5px;
}
/* CHRISTOPHER EDIT 404-PAGE END */

.slick-dots > li {
   display: inline-block;
}
.slick-dots > li:only-child {
   display: none;
}

 .gravity-theme.gform-theme--no-framework {
    width: 100%;
    max-width: 1200px;
 }
.gfield--type-WrapperEnd {
   display: none;
}

.contact-site .gform_wrapper {
   box-shadow: unset;
}

.contact-site .gform_wrapper #field_4_76 {
   display: none;
}

.contact-site .gform_wrapper .upload .ginput_container {
   align-items: baseline;
}