.bk_obf {
    direction: rtl;
    unicode-bidi: bidi-override;
    display: inline;
}

.spmark {
  padding-top: 250px;
  margin-top: -250px;
}

.bgsemitrans {
        background: rgba(255, 255, 255, 0.80);
      }

.header-section-dividerisol {
  border-bottom: 0.0625rem solid rgba(128, 128, 128, 1);
}

@media (min-width: 992px) {
  .header-floating-lg {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2px;
  }
}

/*Hosting page Buttons smaller margin for small p*/
.mb-m40 {
    margin-bottom: -40px !important;
}

/*------------------------------------
  Tab
------------------------------------*/
.tab-wrapper {
  border: 1px solid #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 163, .125);
  border-radius: .5rem;
}
.tab-pane {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tab-pane pre {
  margin: 0;
}

/*hero home overlay*/
[class*="gradient-x-overlay-"]
{
  z-index:0;
}

.gradient-y-overlay-lg-white-isol::before {
  background-image: linear-gradient(to bottom, 
    rgba(255, 255, 255,0.95) 0%,rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255,1) 100%);
  background-repeat: repeat-x;
}

.gradient-x-overlay-lg-dark-video-isol::before {
  z-index: 2;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  background-repeat: repeat-x;
}

.rounded-isol {
  border-radius: 3rem !important;
}

.rounded-isol:hover {
  border-color: rgba(55, 125, 255, 0.7);
}

.font-size-6 {
  font-size: 4rem;
}

.font-size-7 {
  font-size: 5rem;
}

.text-isol {
  color: #21325b; !important;
}

/*correct sm device nav maxwidth  is 550, zuwenig*/
@media (max-width: 991.98px) {
.navsmallisol  {
      max-width: 720px;
}
}

.z-index-3 {
  z-index: 3;
}

.mt-n15 {
    margin-top: -8rem !important;
}

@media (min-width: 992px) {
.mt-lg-n20 {
    margin-top: -11rem !important;
}
}

.navbar-promo-text-isol {
  display: block;
  font-size: 0.7rem;
  color: #677788;
}


.header .navbar-nav .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0;
}