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

.nav-link:hover {
color: #54a8c7 !important;
}

.btn-primary {
background-color: #0b4a66 !important;
border-color: #0b4a66 !important;
}
/*#B8BBBC*/
.btn-phone {
color: white !important;
}

.btn-gray {
background-color: #B8BBBC !important;
}

.btn-black {
background-color: #000000 !important;
}


.position-lg-absolute {
top: 18% !important;
left: -10% !important;
}

.text-primary {
color: #0b4a66;
}

.card-header button {
color: #0b4a66 !important;
}

.card-header button:before {
color: #0b4a66 !important;
}

.widget img{
height: 50px;
width: auto;
}

.contact-details .uil:before {
color: #0b4a66 !important;
}

.contact-details .uil:before {
color: #0b4a66 !important;
}

.uil:before {
color: #0b4a66 !important;
}

.counter.counter-lg.text-primary {
color: #0b4a66 !important;
}

.nav-link span{
color: #7f8693;
}

.nav-link.active span{
color: #0b4a66 !important;
}

.references .card-body{
border-top: 1px solid #0b4a66;
}

.references .card-img-top {
min-height: 285px;
display: flex;
justify-content: center;
align-items: center;
}

.flex-row {
color: #000 !important;
}

.flex-row p {
color: #000 !important;
}

.d-flex:hover p {
color: #000 !important;
}

.-hover {
transition: .3s ease-in-out;
}

.-hover:hover {
transform: scale(1.1);
}

.process-wrapper .col-md-4 {
color: #000000;
display: flex;
flex-direction: column;
}

.card {
margin-bottom: 30px;
}

.tr-main {
background-color: #f2f8fbc9;
}

.rowspan {
vertical-align: middle;
background-color: #fff !important;
}

tr:hover .rowspan {
--bs-table-accent-bg: #fff !important;
color: var(--bs-table-hover-color) !important;
}

.tr-blue {
position: relative;
background-color: #f2f8fb;
cursor: pointer;
}

.tr-blue th {
display: flex;
align-items: center;
}

.tr-blue.-active .-plus::before {
top: 40%;
height: 0;
}

.-plus {
margin-right: 20px;
position: relative;
min-width: 10px !important;
min-height: 10px !important;
}

.-plus::after {
content: '';
position: absolute;
top: 40%;
left: 0;
width: 10px;
height: 2px;
background-color: #60697b;
}

.-plus::before {
content: '';
position: absolute;
top: 0;
left: 40%;
width: 2px;
height: 10px;
background-color: #60697b;
transform-origin: center;
transition: .3s ease-in-out;
}

.nav-item {
margin-bottom: 0.4rem;
}

.nav-link {
height: 100%;
align-items: center;
justify-content: center;
}

.-about {
/* padding-top: 20px; */
justify-content: center;
}

.-about h3 {
padding-top: 70px;
}

.-imageAbout {
max-height: 680px;
}

.-imageAbout img {
object-position: bottom;
object-fit: contain;
width: 100%;
height: 100%;
}

.-image img {
object-position: center;
object-fit: contain;
width: 100%;
height: 100%;
}

.-bottom img {
object-position: bottom;
}

.-disabled {
opacity: .4;
cursor: not-allowed;
pointer-events: all !important;
}

@media only screen and (max-width: 992px)  {
.btn {
padding: 0.5rem 0.8rem;
}

.-image {
    margin-top: 2rem;
}

.-benefits {
    text-align: left !important;
    margin-bottom: 2rem;
}

.hamburger.-white {
    color: #fff;
}

.navbar-stick .hamburger.-white {
    color: #343f52;
}
}

.-example {
background-color: #ccdee7;
}

.-example tr {
background-color: #fff;
font-family: 'Courier New', Courier, monospace;
}

.nav.nav-tabs.nav-pills {
justify-content: space-between;
}
.nav-pills .nav-item {
width: 33%;
}

@media only screen and (max-width: 992px)  {
.nav-pills .nav-item {
    width: 100%;
}
}


@media only screen and (max-width: 992px)  {
.header-image {
    margin-top: 3rem;
}
}

.row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8 {
    margin: 0;
overflow: hidden;
height: 0;
max-height: 0;
opacity: 0;
transition: .3s ease-in-out;
visibility: collapse;
}

.row1 td, .row2 td, .row3 td, .row4 td, .row5 td, .row6 td, .row7 td, .row8 td {
    border-bottom-width: 0;
}

.row1.-active td, .row2.-active td, .row3.-active td, .row4.-active td, .row5.-active td, .row6.-active td, .row7.-active td, .row8.-active td {
    border-bottom-width: 1px;
}


.row1.-active,
.row2.-active,
.row3.-active,
.row4.-active,
.row5.-active,
.row6.-active,
.row7.-active,
.row8.-active {
height: auto; opacity: 1;
transition: .3s ease-in-out;
visibility: visible;    
}

.func {
padding-left: 30px;
}

.mobile-logo {
height: 50px;
}

.mobile-logo img {
object-fit: cover;
width: 100%;
height: 100%;
}

.instruction {
z-index: 2;
position: fixed!important;
bottom: 3rem;
left: 1.5rem;
display: flex;
flex-direction: column;
/* align-items: flex-end; */
position: relative;
cursor: pointer;
background-color: transparent;
padding: 30px 30px 0 0;
border-radius: 50px;
transition: .5s ease-in-out; 
max-width: 68px;
}

.instruction:hover {
background-color: #fff;
max-width: 100%;
}

.instruction .-svg {
z-index: 3;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
min-width: 70px;
min-height: 70px;
max-width: 70px;
max-height: 70px;
padding: 7px;    
background-color: #54a8c7;
margin-left: -10px;
margin-bottom: -27px;
transition: .5s ease-in-out;
}

.instruction:hover .-svg{
background-color: #40829b;
}

.instruction:hover ul {
object-fit: cover;
max-width: 100%;
height: 100%;
visibility: visible;
opacity: 1;
background-color: #fff;
transform: translateY(0);
border-radius: 50px;
}

.instruction ul {
top: -100px;
visibility: hidden;
opacity: 0;
background-color: #fff;
transform: translateY(200px);
transition: .5s ease-in-out; 
}

.text-lg-start {
display: flex;
flex-direction: column;
}


.-soon {
margin-left: 15px;
color: #fff;
background: #40829b;
border: none;
position: relative;
padding: 5px 25px 5px 20px;
border-radius: 5px 0 5px 5px;
overflow: hidden;
transition: border-radius 0s;
}

.-soon:before {
content: "";
position: absolute;
top: 0;
right: -1px;
border-style: solid;
box-shadow: -2px 4px 3px rgb(0 0 0 / 40%);
width: 0;
border-width: 7px;
border-color:  #f2f8fb #f2f8fb rgba(255,255,255,0.0) rgba(255,255,255,0.0);
border-radius: 0 0 3px 0;
transition: border-width .2s;
}
/* .-soon:hover {
border-radius: 5px;
transition-delay: .1s;
}
.-soon:hover:before {
border-width: 0px;
} */


@media only screen and (max-width: 992px)  {
.-smallText {
    margin-top: 70px;
}
}

@media only screen and (max-width: 767px)  {
.-icons {
    padding-left: 2rem;
}

.-hero {
    padding-top: 2.5rem!important;
}

.pb-20 {
    padding-bottom: 2rem !important;
}

.pb-20.-important {
    padding-bottom: 10rem !important;
}

.pt-20 {
    padding-top: 6rem !important;
}


.nav-tabs.d-flex:not(.nav-pills) {
    flex-direction: column;
    justify-content: center !important;
}
}

@media only screen and (max-width: 767px)  {
    .-tabs {
        padding-left: 15px;
    }
}
.-list {
margin-bottom: 0 !important;
}


.-list li {
margin-left: 15px;
}


.-scale svg {
transform: scale(1.5);
}

/* .-icons svg, .-icons h4, .-icons p {
transition: .3s ease-in-out !important;
}

.-icons:hover svg, .-icons:hover h4, .-icons:hover p {
transform: scale(1.1) !important;
} */

.js-demo {
position: relative;
overflow: hidden;
width: 150px;
height: 40px;
opacity: 1;
}

.js-demo, .label-soon, .label-demo {
transition: .6s ease-in-out;
}

.js-demo .label-soon {
position: absolute;
top: 50%;
left: 50%;
visibility: hidden;
opacity: 0;
transform: translate(-50%, -200%);

}

.js-demo .label-demo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);    
}

/* .js-demo:hover {
transform: translateY(0);
opacity: .7;
} */

/* .js-demo:hover .label-demo {
visibility: hidden;
opacity: 0;
transform: translate(-50%, -200%);
} */

/* .js-demo:hover .label-soon {
visibility: visible;
opacity: 1;
transform: translate(-50%, -50%);
} */

.nav-item.-about {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nav-item.-about {
    margin-right: 20px !important;
}


.tab-content.-about {
    margin-right: 20px;
}

@media only screen and (max-width: 767px)  {
    .nav-item.-about {
        margin-right: 0 !important;
    }
    .tab-content.-about {
        margin-right: 0;
    }

    .-image {
        margin-top: 1.5rem;
    }
}

.aboutTab {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff3 !important;
    color: #60697b !important;
    padding: 0.9rem 0.7rem !important;
}

.aboutTab div {
    width: max-content;
}

.aboutTab h4 {
    color: #f1f1f1 !important;
    transition: .3s ease-in-out;
}

.aboutTab .lineal-stroke {
    fill: #f1f1f1 !important;
}

.aboutTab .lineal-fill.about-fill {
    fill: #f1f1f1 !important;
}

.aboutTab .lineal-fill {
    fill: transparent !important;
}

.aboutTab.active h4 {
    color: #36496d !important;
}

.aboutTab:hover h4 {
    color: #36496d !important;
}

@media only screen and (min-width: 992px)  {
    .aboutTab h4 {
        white-space: nowrap;
    }    
}

.aboutTab.active {
    background-color: #fff !important;
}

.aboutTab:hover {
    background-color: #fff !important;
}

.aboutTab:hover .lineal-stroke, .aboutTab.active .lineal-stroke {
    fill: #36496d !important;
}

.lineal-fill, .lineal-stroke {
    transition: .3s ease-in-out;
}

.aboutTab:hover .lineal-fill, .aboutTab.active .lineal-fill {
    fill: #98cbdd !important;
}


.-functionality li {
line-height: 1.5;
}

.func tbody {
display: block;
max-height: 650px;
min-width: 545px;
width: 100%;
overflow-y: auto;
}

.func thead, .func tbody tr{
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .func thead{
    position: relative;
  }

.nav-pills .nav-link {
transition: .3s ease-in-out;
}

.nav-pills .nav-link span {
text-align: center;
}

.nav-pills .nav-link.active {
background-color:#0b4a66;
}

.nav-pills .nav-link.active span {
color: #fff !important;
}

::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
}
   
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
   
::-webkit-scrollbar-thumb {
    background-color: #0b4a66;
    border-radius: 4px;
}

.func>:not(caption)>*>* {
    text-align: center;
}

.tr-blue th span {
    text-align: left;
}

body {
    position: relative;
}

.overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background-color: #0000004a;
    backdrop-filter: blur(3px);
    transition: .3s ease-in-out; 
    cursor: pointer;
  }
  
  .overlay.-visible {
    z-index: 9998;
    opacity: 1;
  }

  .overlay img {
    width: 50vw;
  }

  @media only screen and (max-width: 992px)  {
    .overlay img {
        width: 80vw;
    }
  }
.-whitenav {
    color: #fff !important;
}

.-whitenav.active {
    color: #54a8c7 !important;
}

.-whitenav:hover {
    color: #54a8c7 !important;
}
  .-whiteText {
    color: #fff;
  }

  .-whiteText h1 {
    color: #fff;
  }

  .-bgTransparent {
    background-color: transparent !important;
  }

  .-backgroundImage {
    background-image: url('/assets/img/hero_background.jpg');
    background-position: center;
    background-size: cover;
  }

  .btn-white {
    color: #000 !important;
  }

  .navbar-stick .-whitenav {
    color: #0b4a66 !important;
  }

  .navbar .logo.-incolor {
    display: none;
  }

  .navbar-stick .logo.-whitelogo {
    display: none;
  }

  .navbar-stick .logo.-incolor {
    display: block !important;
  }

  .wrapper.bg-light.angled.upper-end::before {
    display: none;
  }

  footer {
    border-top: 1px solid #e4e4e4;
  }

  .-center {
    align-items: center;
  }

  .video-container {
    position: relative;
    height: 350px;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: 93%;
    height: 100%;
  }

  @media only screen and (max-width: 992px)  { 

    .pb-md-11 {
        padding-bottom: 2rem !important;
    }

    .video-container {
        margin-top: 1.7rem !important;
    }

    .order {
        order: 2;
    }

    .first-order {
        order: -1;
    }
  }

  textarea {
    resize: none;
  }

  .efaktura {
    display: flex;
    align-items: center;
  }

  .efaktura h2 {
    font-weight: 900;
      margin-right: 15px;
      margin-bottom: 0;
  }

  .efaktura img {
    height: 40px;
  }

  @media only screen and (max-width: 992px)  { 
    .efaktura {
        justify-content: center;
    }
  }

  @media only screen and (max-width: 423px)  {
    .efaktura {
        flex-direction: column;
    } 

    .efaktura h2 {
        margin-bottom: 0.5rem;
    }
  }
