/* =========================================================
   BAX HOLDING — PDF MATCH HTML/CSS
   Design source width: 1920px
   Main content container: 1364px
   25.1 0626
   ========================================================= */

:root {
  --bax-navy: #082b5e;
  --bax-navy-dark: #05254f;
  --bax-footer: #001f43;
  --bax-cyan: #1fb5ef;
  --bax-text: #062f63;
  --bax-soft-blue: #eaf8ff;
  --container: 1364px;
  --narrow: 1058px;
  --c-font-sofia-sans: "Sofia Sans",system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --c-font-asap: "Asap",system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --c-color-bax-cyan: #27aae1;
    --unnamed-color-27aae1: var(--c-color-bax-cyan);
    --bs-body-font-weight: 300;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bax-text);
  background: #ffffff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.28;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

.bax-container {
  max-width: var(--container);
}

.narrow-container {
  max-width: var(--narrow);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 0;
  padding-right: 0;
}

/* Header
   ========================================================= */

.site-header {
  position: sticky;
  z-index: 20;
    top: 0;

  left: 0;
  width: 100%;

    padding-top: 1rem;
    height: 4.5rem;
    background: white;
}

.brand-logo {
  width: 330px;
  height: auto;
}

.main-nav {
}

.main-nav .nav-link {
  position: relative;
  padding: 0 12px;
  color: var(--bax-text);
  /*font-size: 11px;*/
  font-weight: 400;
  letter-spacing: .01em;
    --bs-nav-link-font-size:2rem;
}

.main-nav .nav-item:not(:last-child) .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1.125rem;/*18px*//*12px;*/
  background: var(--c-color-bax-cyan); /*var(--bax-text);*/
  opacity: .75;
        display: none;
}
.navbar-collapse {
    align-items: flex-start;
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    background: rgba(255,255,255,.94);
}

.hero-shape {
    display: none;
}

.scrolled {
    .site-header {
        transition: all .3s ease-in-out;
    }
    .scrolled .brand-logo {
        transition: all .3s ease-in-out;
    }
    .main-nav {
        transition: all .3s ease-in-out;
    }
}

@media (min-width: 576px) {
    .hero-shape {
        display: block;
    }

    .main-nav .nav-link {
        --bs-nav-link-font-size:1.25rem;
    }
}

@media (min-width: 768px) {
    .site-header {
        position: fixed;
        padding-top: 37px;
        height: 8rem;
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 50%);
    }
    .scrolled {
        .site-header {
            background: white;
            padding-top: calc(0.6 * 37px);
            height: 5rem;
        }

        .brand-logo {
            width: calc(0.6 * 250px);
        }
        .main-nav {
            top: 1.5rem;
            left: 1rem;
        }
    }

    .main-nav {
        position: absolute;
        top: 52px;
        left: 2.3rem;
        flex-direction: row;
        gap: 0;
    }

    .main-nav .nav-link {
        line-height: 1;
    }

    .main-nav .nav-item:not(:last-child) .nav-link::after {
        display: block;
    }
    .navbar-collapse {
        background: transparent;
    }
}
@media (min-width: 992px) {
    .main-nav {
        left: 3.2rem;
    }

    .scrolled {
        .site-header {
            height: 5.5rem;
        }

        .brand-logo {
            width: calc(0.6 * 330px);
        }
        .main-nav {
            top: 2rem;
            left: 1.6rem;
        }
    }
}

@media (min-width: 1501px) {
    .brand-logo{
        margin-left: -2.7rem;
    }
    .scrolled {
        .brand-logo {
            margin-left: -1.8rem;
        }
        .main-nav {
            left: -0.6rem;
        }
    }
    .main-nav {
        left: 0;
    }
}

.main-nav .nav-link:hover {
  color: var(--bax-cyan);
}

/* Hero
   ========================================================= */

.hero-section {
  position: relative;
  min-height: 30rem;
  overflow: hidden;
  background: #ffffff;
}

.hero-glow {
  position: absolute;
  top: 0;
  left: -18rem;/*-220px;*/
  width: 740px;
  height: 30rem;
  background: radial-gradient(ellipse at 45% 50%, rgba(31,181,239,.62) 0%, rgba(177,232,250,.48) 35%, rgba(255,255,255,.78) 68%, rgba(255,255,255,0) 75%);
  filter: blur(5px);
}

.hero-container {
  position: relative;
  z-index: 3;
  height: 100%;
}

.hero-copy {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 720px;
}

.hero-copy h1 {
  margin: 0 0 45px;
  color: var(--bax-text);
  font-size: 44px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: .01em;
}

.btn-outline-bax {
  min-width: 255px;
  height: 48px;
  border: 2px solid var(--bax-cyan);
  border-radius: 6px;
  color: var(--bax-text);
  background: rgba(255,255,255,.32);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 44px;
  padding: 0 24px;
}

.btn-outline-bax:hover,
.btn-outline-bax:focus {
  border-color: var(--bax-cyan);
  background: var(--bax-cyan);
  color: #ffffff;
}

.hero-shape {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

.shape-purple {
  top: -8%;
  right: -5%;
    width: min(55%, 75rem);
}

.shape-green {
  top: 0;
  right: 0;
  width: 530px;
}

.shape-blue {
  top: 510px;
  left: 760px;
  width: 610px;
}

.shape-orange {
  top: 505px;
  right: 0;
  width: 525px;
}

/* About
   ========================================================= */

.about-section {
  position: relative;
  z-index: 4;
  padding: 45px 0 0;
  background: linear-gradient(160deg, #ffffff 0%, #ffffff 47%, #c7f0ff 100%);
}

.about-card {
  width: 100%;
  min-height: 496px;
  border-radius: 34px;
  background: linear-gradient(180deg, #315b95 0%, #062755 100%);
  color: #ffffff;
  box-shadow: 0 30px 70px rgba(4, 36, 79, .10);
}

.about-inner {
/*  max-width: 960px;*/
/*  padding: 92px 0 56px 137px;*/
    padding: 2.375rem 1.5rem;/*38px 24px;*/
}

@media (min-width: 576px) {
    .about-inner {
        padding: 3.5rem 2.75rem;/*56px 44px;*/
    }
    .hero-glow {
        top: 95px;
        height: 990px;
    }
    .hero-section {
        height: auto;
        min-height: 920px;
        padding-bottom: 80px;
    }
    .hero-copy {
        top: 230px;
    }

}

@media (min-width: 992px) {
    .about-inner {
        padding-left: 5.625rem;/*90px;*/
        padding-right: 5.625rem;/*90px;*/
    }
    .hero-section {
        height: 1040px;
    }
    .hero-copy {
        top: 330px;
    }
}

@media (min-width: 1200px) {
    .about-inner {
        padding: 6.25rem 8.625rem 8.375rem;/*100px 138px 134px;*/
    }
    .hero-section {
        height: 1195px;
    }
    .hero-copy {
        top: 406px;
    }
}

.about-card h2,
.vision-section h2,
.companies-section h2,
.contact-copy h2 {
  margin: 0 0 6px;
  color: var(--bax-cyan);
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .015em;
}

.about-card h3,
.vision-section h3,
.companies-section h3,
.contact-copy h3 {
  margin: 0 0 33px;
  color: inherit;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.12;
}

.about-card p {
/*  max-width: 900px;*/
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 1.32;
}

.about-card p:last-child {
  margin-bottom: 0;
}

/* Stats
   ========================================================= */

.stats-section {
  padding: 96px 0 98px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 47%, #c7f0ff 100%);
}

.stats-container {
  max-width: 1062px;
}

.stat-col {
  max-width: 354px;
}

.stat-item {
  min-height: 146px;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--bax-cyan);
}

.stat-overline {
  display: block;
  margin-bottom: 7px;
  color: var(--bax-text);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

.stat-item strong {
  display: block;
  margin-bottom: 11px;
  color: var(--bax-cyan);
  font-size: 50px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.035em;
}

.stat-label {
  display: block;
  color: var(--bax-text);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.08;
}

/* Vision
   ========================================================= */

.vision-section {
  min-height: 492px;
  padding: 97px 0 0;
  background: linear-gradient(90deg, #ecfaff 0%, #e7f7fd 48%, #c8effc 100%);
}

.vision-section h2,
.companies-section h2 {
  font-size: 47px;
}

.vision-section h3,
.companies-section h3 {
  margin-bottom: 36px;
  color: var(--bax-text);
  font-size: 32px;
    font-weight: 600;

}

.vision-section p {
  max-width: 906px;
  margin: 0;
  color: var(--bax-text);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.27;
}

/* Companies
   ========================================================= */

.companies-section {
  min-height: 660px;
  padding: 104px 0 0;
  background: radial-gradient(ellipse at 54% 24%, rgba(255,255,255,1) 0%, rgba(255,255,255,.95) 40%, rgba(222,247,255,.70) 63%, rgba(200,240,253,.55) 100%);
}

.companies-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 34px;
  margin-top: 91px;
}

.company-item {
/*  min-height: 211px;*/
  padding-left: 20px;
  border-left: 2px solid var(--bax-cyan);
}

.company-item.accent-violet { border-left-color: #5e65a7; }
.company-item.accent-orange { border-left-color: #f58634; }
.company-item.accent-green { border-left-color: #8ac640; }

.company-logo {
  width: 225px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 31px;
}

.versium-logo {
  width: 186px;
}

.company-item p {
  margin: 0;
  color: var(--bax-text);
  font-size: calc(0.75 * 1.5rem);/*24px;/*15px;*/
  font-weight: normal;/*700;*/
  line-height: 1.23;
}

.company-item strong {
  font-weight: normal;/*800;*/
}

/* Contact
   ========================================================= */

.contact-section {
  position: relative;
/*  min-height: 660px;*/
  padding: 5.6875rem 0; /*91px 0 0;*/
  overflow: hidden;
  color: #ffffff;
  background: #052a59 url("img/BAX_ALL_kontakt_PATTERN.svg") no-repeat center center;
}

.contact-pattern {
  position: absolute;
  inset: 0;
  opacity: .18;
    background: url("img/BAX_ALL_kontakt_PATTERN.svg") no-repeat center center;

  background-position: 0 0, 24px 0, 0 24px, 24px 24px;
  background-size: 96px 96px;
}

.contact-container {
  position: relative;
  z-index: 2;
}

.contact-copy {
  padding-top: 17px;
}

.contact-copy h2 {
  margin-bottom: 18px;
  font-size: 4rem!important;
  letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold!important;
}

.contact-copy h3 {
  margin-bottom: unset;/* 39px;*/
  color: #ffffff;
  font-size: 32px;
  line-height: 1.06;
}

.contact-copy hr{
    width: 33%;
    opacity: 1;
    color: var(--c-color-bax-cyan);
}

.contact-copy p {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.28;
}

.contact-copy .contact-intro {
  margin-bottom: 38px;
    font-size: 2rem;
}

.contact-form {
  width: 520px;
  min-height: 512px;
  margin-left: auto;
  padding: 35px 30px 31px;
  border-radius: 5px;
  background: #ffffff;
  color: var(--bax-text);
}

.contact-form label:not(.form-check-label) {
  display: block;
  margin: 0 0 8px;
  color: var(--bax-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.contact-form .form-control {
  height: 36px;
  margin-bottom: 24px;
  border: 2px solid var(--bax-text);
  border-radius: 5px;
  color: var(--bax-text);
  font-size: 13px;
  font-weight: 400;
  box-shadow: none;
}

.contact-form textarea.form-control {
  height: 85px;
  margin-bottom: 17px;
  resize: none;
}

.contact-form textarea::placeholder {
  color: #a0aabd;
  font-size: 12px;
}

.form-check {
  min-height: 13px;
  margin-bottom: 8px;
  padding-left: 21px;
}

.form-check-input {
  width: 11px;
  height: 11px;
  margin-top: 0;
  margin-left: -21px;
  border: 1.5px solid var(--bax-text);
  border-radius: 1px !important;
}

.form-check-label {
  display: block;
  color: var(--bax-text);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

.btn-submit {
  width: 155px;
  height: 41px;
  margin-top: 21px;
  border: 2px solid var(--bax-text);
  border-radius: 5px;
  color: var(--bax-text);
  background: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 37px;
  padding: 0 20px;
}

.btn-submit:hover,
.btn-submit:focus {
  background: var(--bax-text);
  color: #ffffff;
}

/* Footer
   ========================================================= */

.site-footer {
  min-height: 162px;
  padding-top: 43px;
  background: #001f43;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.site-footer a,
.site-footer p,
.site-footer span {
  color: #ffffff;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer p {
  margin: 10px 0 0;
}

.footer-left,
.footer-center,
.footer-right {
  line-height: 1.25;
}

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

.footer-right {
  text-align: right;
}

/* Responsive
   ========================================================= */

@media (max-width: 1500px) {
  .bax-container,
  .narrow-container,
  .stats-container {
    max-width: calc(100% - 80px);
  }

  .shape-blue { left: 48%; }
}

@media (max-width: 1199.98px) {

  .hero-copy h1 {
    font-size: 38px;
  }


  .shape-blue {
    left: 47%;
    width: 500px;
  }

  .shape-green,
  .shape-orange {
    width: 430px;
  }

  .companies-grid {
    column-gap: 18px;
  }

  .company-logo {
    width: 190px;
  }
}

@media (max-width: 991.98px) {
  .container,
  .bax-container,
  .narrow-container,
  .stats-container {
    max-width: calc(100% - 44px);
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo {
    width: 250px;
  }

  .navbar-toggler {
    border-color: rgba(8,43,94,.25);
  }

  .main-nav .nav-link {
    padding: 0;
  }

  .hero-copy {
    position: relative;
    width: 100%;
    max-width: 620px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .hero-shape {
    opacity: .72;
  }


  .shape-green { top: 75px; right: -120px; width: 370px; }
  .shape-blue { top: 520px; left: 48%; width: 430px; }
  .shape-orange { top: 550px; right: -120px; width: 360px; }

  .about-section,
  .stats-section {
    background: linear-gradient(90deg, #ffffff 0%, #e1f7ff 100%);
  }

  .about-card {
    min-height: auto;
  }

  .stats-section {
    padding: 70px 0;
  }

  .stat-col {
    max-width: none;
  }

  .vision-section,
  .companies-section,
  .contact-section {
    min-height: auto;
    padding: 70px 0;
  }

  .companies-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 42px;
    margin-top: 60px;
  }

  .contact-form {
    width: 100%;
    margin-top: 40px;
  }

  .site-footer {
    min-height: auto;
    padding: 32px 0;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .container,
  .bax-container,
  .narrow-container,
  .stats-container {
    max-width: calc(100% - 32px);
  }

  .brand-logo {
    width: 220px;
  }


  .hero-copy h1 {
    font-size: 27px;
    line-height: 1.1;
  }


  .shape-green { top: 105px; right: -165px; width: 300px; }
  .shape-blue { top: 475px; left: 38%; width: 320px; }
  .shape-orange { display: none; }

  .about-card {
    border-radius: 24px;
  }

  .about-card h2,
  .vision-section h2,
  .companies-section h2,
  .contact-copy h2 {
    font-size: 34px;
  }

  .about-card h3,
  .vision-section h3,
  .companies-section h3,
  .contact-copy h3 {
    font-size: 18px;
  }
/*
  .about-card p,
  .vision-section p,
  .company-item p,
  .contact-copy p {
    font-size: 13px;
  }
*/
  .stat-item strong {
    font-size: 42px;
  }

  .stat-overline,
  .stat-label {
    font-size: 19px;
  }

  .companies-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 28px 20px;
  }
}

/* BAX 260528 */
#mainMenu{
    font-family: var(--c-font-sofia-sans);
    font-size: 1.125rem;/*18px*/
}
.hero-copy h1,.hero-copy .h1{
    font-size: 2rem!important;/*48px;*/
}
@media (min-width: 576px) {
    .hero-copy h1,.hero-copy .h1{
        font-size: 3rem!important;/*48px;*/
    }
}
.btn-outline-bax{
    font-size: 1.125rem;/*18px*/
}
#onas{
    height: 40rem;/*640px;*/
    min-height: fit-content;
}
#onas p{
        font-family: var(--c-font-sofia-sans);
        font-size: 1.5rem;/*24px*/
}
.stat-item,
.stat-overline{
    font-family: var(--c-font-sofia-sans);
    font-size: 2.25rem;/*36px*/
    font-weight: bold;
}
.stat-item strong{
    font-family: var(--c-font-sofia-sans);
    font-size: 4.125rem;/*66px*/
    font-weight: 900;/* Black */
}
.contact-form{
    width: 32.5rem;/*520px;*/
    max-width: 100%;
    height: 37.5rem;/*600px;*/
    border-radius: 0.625rem;/*10px;*/
    margin-left: auto;
    margin-right: auto;
    font-family: var(--c-font-sofia-sans);
    font-size: 1.125rem;/*18px*/
}
.contact-form .form-check-label{
    font-family: var(--c-font-sofia-sans);
/*    font-size: 7rem;/*112px;*/
    font-size: 0.75rem;/*12px;*/
}
.contact-form .btn-submit{
    width: 11.25rem;/*180px;*/
    height: 3.125rem;/*50px;*/
    font-size: 1.125rem;/*18px;*/
    font-family: var(--c-font-asap);
    font-weight: 400 ;/*Medium*/
}
.site-footer{
    font-family: var(--c-font-asap);
    font-weight: normal;
    font-size: 1rem;/*18px;*/
}
/* BAX BS5 */
body {
    font-family: var(--c-font-sofia-sans);
}
h1, .h1{
    font-family: var(--c-font-sofia-sans);
    font-size: 4rem;/*64px;*/
    font-weight: bold;
}
h2, .h2{
    font-family: var(--c-font-sofia-sans);
    font-size: 2rem;/*32px;*/
    font-weight: 900;/*Black;*/
}

/* COOKIES */
body{
    position: relative;
}
.cookies_container{
    padding-top: 23px;
    padding-bottom: 23px;
}
.cookies-actions {
    margin-bottom: 10px;
    text-align: center;
}
#cookies_allow ul {
    text-align: center;
}
.cookies_allow_container li:nth-child(2){
    border-right: none;
}
.cookies_allow_container li label {
    font-size: 16px;
    font-weight: normal;
}
.cookies-btn-cookie {
    font-size: 14px;
    padding: 13px;
    border-radius: 10px;
}
#cookiesHideAction.cookies-btn-cookie{
    right: 0;
}
#cookies_allow #cookiesAcceptAll{
    background: var(--bax-navy);
    color: white;
}
#cookies_allow #cookies_allow_accept{
    border: 2px solid var(--bax-navy);
    color: var(--bax-navy);
    background: transparent;
    padding-top: 4px;
    padding-bottom: 4px;
}
#cookiesShow {
    position: absolute;
    left: 0.45rem;
    bottom: 0.45rem;
}
#cookiesShowAction{
    font-size: 0;
    line-height: 11px;
    border: none;
    background: transparent;
}
#cookiesShowAction:before{
    margin-right: 0;
    background-color: white;
}
@media (max-width: 991.49px) {
    .cookies-btn-cookie {
        margin-right: 0;
    }
}
section {
    scroll-margin-top: 5.5rem;
}