

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet');
 :root {
     --pbmit-global-color: #c9f31d;
     --pbmit-secondary-color: #1e1e25;
     --pbmit-light-color: #f6f6f6;
     --pbmit-white-color: #ffffff;
     --pbmit-blackish-color: #27272f;
     --pbmit-link-color-normal: #1e1e25;
     --pbmit-link-color-hover: #c9f31d;
     --pbmit-global-color-rgb: rgb(201, 243, 29);
     --pbmit-secondary-color-rgb:rgb(30, 30, 37);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:'DM Sans', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 17px;
     --pbmit-body-typography-line-height: 1.8;
     --pbmit-body-typography-color: #666666;
     --pbmit-heading-typography-font-family:  'Kanit', sans-serif;
     --pbmit-heading-color: #27272f;
     --pbmit-heading-font-variant:normal;
     --pbmit-btn-typography-font-family:  'Kanit', sans-serif;
     --pbmit-btn-typography-variant: 500;
     --pbmit-btn-typography-font-size: 15px;
     --pbmit-btn-typography-line-height: 25px;
}


/*------------------------------------
Typography Font Size
------------------------------------*/
.font-size-1 {
  font-size: 0.875rem;
}

.font-size-2 {
  font-size: 1.5rem;
}

.font-size-3 {
  font-size: 2rem;
}

.font-size-4 {
  font-size: 2.5rem;
}

.font-size-5 {
  font-size: 3rem;
}

.k_linielinks{
border-left: 1px solid rgba( 225, 225, 225, 0.20);
}


/* Selektionsblock */

nav {
  display: block;
}

.subheadertext {
font-family:'DM Sans'; font-size:13px; font-weight:100;
}

.buttontext {
font-family:'DM Sans'; font-size:16px; font-weight:400; padding-left:8px;
}

#containerB{
  position: relative;
  top: -400px;
  left: 250px;
  height: 350px;
  width: 1050px;
  z-index: 1000000;
  background-color: transparent;
  color: white;
}


/*-------------------------------------------*\
    1.15. Nav
\*-------------------------------------------*/
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.438rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #8c98a4;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e7eaf3;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f8fafd #f8fafd #e7eaf3;
}

.nav-tabs .nav-link.disabled {
  color: #8c98a4;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #77838f;
  background-color: #fff;
  border-color: #e7eaf3 #e7eaf3 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.3125rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1E508D;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}


/*-------------------------------------------*\
    1.17. Card
\*-------------------------------------------*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaf3;
  border-radius: 0.3125rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e7eaf3;
}

.card-header:first-child {
  border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1rem;
  background-color: #fff;
  border-top: 1px solid #e7eaf3;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.3125rem - 1px) calc(0.3125rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.3125rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.3125rem - 1px);
  border-top-right-radius: calc(0.3125rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.3125rem - 1px);
  border-bottom-left-radius: calc(0.3125rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}





/*-------------------------------------------*\
    2.29. Nav
\*-------------------------------------------*/
.nav-classic {
  border-bottom: 1px solid #e7eaf3;
}

.nav-classic .nav-link {
  color: #77838f;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 1rem 1.5rem;
  margin-bottom: -.125rem;
  transition: 0.3s;
}

.nav-classic .nav-link:hover {
  color: #1E508D;
}

.nav-classic .nav-link.active {
  color: #1E508D;
  border-bottom-color: #1E508D;
}

.nav-borderless {
  border-color: transparent;
}

.nav-rounded {
  border-radius: 1.25rem;
}

.nav-rounded .nav-item:first-child .nav-link {
  border-bottom-left-radius: 1.25rem;
}

.nav-rounded .nav-item:last-child .nav-link {
  border-bottom-right-radius: 1.25rem;
}

.nav-rounded-pill .nav-item .nav-link {
  border-radius: 1.25rem;
}

.nav-default .nav-item .nav-link {
  min-height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.nav-default .nav-item .nav-link:not(.active) {
  color: #1E2731;
}

.nav-default .nav-item .nav-link.active {
  background-color: #045cff;
}

.nav-shadow {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

.nav-choose .nav-link .rounded-circle {
  opacity: 0;
}

.nav-choose .nav-link.active {
  border-color: #1E508D !important;
  position: relative;
}

.nav-choose .nav-link.active .rounded-circle {
  opacity: 1;
}

.nav .nav-item:not(:first-child) {
  margin-left: .25rem;
}

.nav .nav-item:not(:last-child) {
  margin-right: .25rem;
}

@media (max-width: 1479.98px) {
  .tab-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.tab-nav-rounded .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-rounded .nav-link.active .icon::before {
  border: 1px solid #1E508D;
  border-radius: 50%;
  padding: 14px;
  background-color: #1E508D;
}

.tab-nav-rounded .nav-link.active .icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -33px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
  .tab-nav-rounded .nav-link.active .icon::after {
    bottom: -16px;
  }
}

.tab-nav-boxed .nav-link {
  padding: 0.3rem 1.5rem;
}

.tab-nav-boxed .nav-link.active {
  border: 1px solid #408fb9;
  background-color: #408fb9;
  border-radius: 3px;
}

.tab-nav-boxed .nav-link.active .icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
  .tab-nav-boxed .nav-link.active .icon::after {
    left: 13px;
  }
}

.tab-nav-pill .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-pill .nav-link.active {
  background-color: #1d508d;
  border-radius: 20px;
}

.tab-nav-pill .nav-link.active .tabtext {
  color: #fff;
}

.tab-nav-pill .nav-item.active {
  background-color: #1d508d;
  border-radius: 20px;
}

.tab-nav-pill .nav-item.active .tabtext {
  color: #fff;
}

.tab-nav-square .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-square .nav-link.active {
  background-color: #1E508D;
  border-radius: 3px;
}

.tab-nav-square .nav-link.active .tabtext {
  color: #fff;
}

.tab-nav-line .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-line .nav-link.active .tabtext {
  color: #1E508D;
}

.tab-nav-line .nav-link.active .tabtext::after {
  display: block;
  height: 0.125rem;
  background-color: #377dff;
  content: " ";
  margin-top: 0.313rem;
}

.tab-nav-shadow .nav-link {
  padding: 0.3rem 1.5rem;
}

.tab-nav-shadow .nav-link.active {
  position: relative;
  z-index: 1;
}

.tab-nav-shadow .nav-link.active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  opacity: 0.15;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.tab-nav-inner .nav-link {
  padding: 0.3rem 1rem;
}

.tab-nav-inner .nav-link.active {
  border: 1px solid #fddc95;
  background-color: #fddc95;
  border-radius: 3px;
}

.tab-nav-shop .nav-link {
  color: #67747c;
  padding: 0.5rem 0.5rem;
}

.tab-nav-shop .nav-link.active {
  color: #1E508D;
}

.tab-nav-list .nav-link {
  padding: .5rem 0;
}

.tab-nav-list .nav-link.active {
  border-left: 2px solid #1E508D !important;
}

.tab-nav-list .nav-link.active i, .tab-nav-list .nav-link.active span {
  color: #1E508D !important;
}

@media (max-width: 1479.98px) {
  .tab-nav-1 {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.tab-nav-1-rounded .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-1-rounded .nav-link.active .icon::before {
  border: 1px solid #1E508D;
  border-radius: 50%;
  padding: 14px;
  background-color: #1E508D;
}

.tab-nav-1-rounded .nav-link.active .icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -33px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
  .tab-nav-1-rounded .nav-link.active .icon::after {
    bottom: -16px;
  }
}

.tab-nav-1-boxed .nav-link {
  padding: 0.3rem 1.5rem;
}

.tab-nav-1-boxed .nav-link.active {
  border: 1px solid #408fb9;
  background-color: #408fb9;
  border-radius: 3px;
}

.tab-nav-1-boxed .nav-link.active .icon::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767.98px) {
  .tab-nav-1-boxed .nav-link.active .icon::after {
    left: 13px;
  }
}

.tab-nav-1-pill .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-1-pill .nav-link.active {
  background-color: #1d508d;
  border-radius: 20px;
}

.tab-nav-1-pill .nav-link.active .tabtext {
  color: #fff;
}

.tab-nav-1-pill .nav-item.active {
  background-color: #1d508d;
  border-radius: 20px;
}

.tab-nav-1-pill .nav-item.active .tabtext {
  color: #fff;
}

.tab-nav-1-square .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-1-square .nav-link.active {
  background-color: #1E508D;
  border-radius: 3px;
}

.tab-nav-1-square .nav-link.active .tabtext {
  color: #fff;
}

.tab-nav-1-line .nav-link {
  padding: 0.5rem 1.5rem;
}

.tab-nav-1-line .nav-link.active .tabtext {
  color: #1E508D;
}

.tab-nav-1-line .nav-link.active .tabtext::after {
  display: block;
  height: 0.125rem;
  background-color: #377dff;
  content: " ";
  margin-top: 0.313rem;
}

.tab-nav-1-shadow .nav-link {
  padding: 0.3rem 1.5rem;
}

.tab-nav-1-shadow .nav-link.active {
  position: relative;
  z-index: 1;
}

.tab-nav-1-shadow .nav-link.active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  opacity: 0.15;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.tab-nav-1-inner .nav-link {
  padding: 0.3rem 1rem;
}

.tab-nav-1-inner .nav-link.active {
  border: 1px solid #1E508D !important;
  background-color: #1E508D !important;
  border-radius: 3px;
}

.tab-nav-1-inner .nav-link.active span {
  color: #fff !important;
}

.tab-nav-1-shop .nav-link {
  color: #67747c;
  padding: 0.5rem 0.5rem;
}

.tab-nav-1-shop .nav-link.active {
  color: #1E508D;
}

.tab-nav-1-list .nav-link {
  padding: .5rem 0;
}

.tab-nav-1-list .nav-link.active {
  border-left: 2px solid #1E508D !important;
}

.tab-nav-1-list .nav-link.active i, .tab-nav-1-list .nav-link.active span {
  color: #1E508D !important;
}

.collapse-link .plus,
.collapse-link .minus {
  display: none;
}

.collapse-link[aria-expanded="false"] .plus {
  display: -ms-flexbox;
  display: flex;
  padding: .2rem .4rem;
}

.collapse-link[aria-expanded="true"] .minus {
  display: -ms-flexbox;
  display: flex;
  padding: .7rem .4rem;
}

/* Nav Steps */
.nav-icon .nav-item {
  color: #77838f;
}

.nav-icon .nav-item.active {
  color: #1E508D;
}

.nav-icon .nav-item.active .nav-icon-action {
  color: #fff;
  background-color: #1E508D;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-icon-action {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  line-height: 0.7;
  width: 4rem;
  height: 4rem;
  font-size: 1.375rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.nav-icon-action-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

  
.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}  

/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    color: var(--pbmit-heading-color);
}

.text-gray-1 {
  color: #67747c !important;
}

a.text-gray-1:hover, a.text-gray-1:focus {
  color: #444d52 !important;
}

.text-gray-2 {
  color: #f7f8f9 !important;
}

a.text-gray-2:hover, a.text-gray-2:focus {
  color: #cbd2d8 !important;
}

.text-gray-3 {
  color: #1E2731 !important;
}

a.text-gray-3:hover, a.text-gray-3:focus {
  color: #1a1e23 !important;
}

.text-gray-4 {
  color: #eceff3 !important;
}

a.text-gray-4:hover, a.text-gray-4:focus {
  color: #bdc8d5 !important;
}


.pbmit-btn{
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: var(--pbmit-btn-typography-variant);
    font-size: var(--pbmit-btn-typography-font-size);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
    padding: 16px 40px;
}
