.top-bar-link a:hover {
  text-decoration: none;
}

.f-ubuntu-bold {
  font-family: "UbuntuBold", sans-serif !important;
}

.top-bar-link {
  text-align: right !important;
}
.top-bar-link i{
        color: var(--main-color-darkblue);
      }
      
      #mobileMenu_head{
        /* display: none !important; */
        pointer-events: all;
      }
    #createValueButtonHolder:hover span:hover {
        transform: scale(1.05);
    }

  #dropdown-language-menu .dropdown-language-item::before,
  #dropdownLanguage .dropdown-toggle::before {
    padding-right: 5px;
  }

  .language_en:before {
    /* content: url(/img/country_flags/united_states.svg); */
  }

  .language_de:before {
    /* content: url(/img/country_flags/germany.svg); */
  }

#presentaionBtnHolder_new{
  position: fixed;
  right: 0px;
  border: 0;
  padding: 10px 20px;
  background-color: var(--main-color-red);
  font-family: 'UbuntuBold';
  font-size: clamp(0.95rem, 0.93rem + 0.1vw, 1.05rem);
  color: white;
  margin-top: 1rem;
  cursor: pointer;
}

#presentaionBtnHolder_new:hover {
  color: var(--main-color-darkblue);
}

.presentation-download-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 10100;
  pointer-events: none;
}

.presentation-download-modal.active {
  display: block;
}

.presentation-download-backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: auto;
}

.presentation-download-dialog {
  position: absolute;
  top: 74px;
  right: 12px;
  width: min(520px, calc(100vw - 24px));
  min-height: 360px;
  max-height: calc(100dvh - 24px);
  overflow: auto;
  border-radius: 10px;
  background: #000936;
  box-shadow: 0 24px 70px rgba(0, 4, 30, 0.4);
  color: #fff;
  padding: 27px 27px 50px;
  pointer-events: auto;
  transform: none;
}

.presentation-download-close {
  align-items: center;
  position: absolute;
  top: 26px;
  right: 26px;
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 0;
  z-index: 2;
}

.presentation-download-close:hover,
.presentation-download-close:focus {
  color: var(--main-color-red);
  outline: none;
}

.presentation-download-copy {
  padding-right: 42px;
}

.presentation-download-eyebrow {
  color: #f42f8c;
  font-family: "UbuntuBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 1;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.presentation-download-title {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1.05;
  margin: 0;
}

.presentation-download-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 50px;
}

.presentation-download-option {
  align-items: center;
  background: rgba(0, 50, 140, 0.2);
  border: 1px solid #0b8eff;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "UbuntuBold", sans-serif;
  height: 198px;
  justify-content: flex-start;
  min-width: 0;
  padding: 53px 20px 0;
  position: relative;
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  margin-bottom:60px;
}

.presentation-download-option:hover,
.presentation-download-option:focus {
  box-shadow: 0 0 0 2px rgba(56, 164, 247, 0.18);
  outline: none;
  transform: translateY(-2px);
}

.presentation-download-option::before,
.presentation-download-option::after {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.85;
  position: absolute;
  top: -1px;
  width: calc(50% - 38px);
}

.presentation-download-option::before {
  left: 0;
}

.presentation-download-option::after {
  right: 0;
}

.presentation-download-option-full {
  background: rgba(55, 3, 55, 0.76);
  border-color: #d11676;
}

.presentation-download-option-summary {
  color: #0b8eff;
}

.presentation-download-option-full {
  color: #d11676;
}

.presentation-download-icon {
  display: block;
  height: 65px;
  left: 50%;
  position: absolute;
  top: -31px;
  transform: translateX(-50%);
  width: 66px;
}

.presentation-download-icon img {
  display: block;
  height: 100%;
  width: 100%;
}

.presentation-download-option-kicker {
  color: currentColor;
  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  letter-spacing: 1.55px;
  line-height: 1.1;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.presentation-download-option-title {
  color: #fff;
  display: block;
  font-family: "UbuntuBold", sans-serif;
  font-size: 25px;
  line-height: 0.98;
  margin: 0;
}

.presentation-download-option-text {
  color: #fff;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  line-height: 1.1;
  margin-top: 9px;
  max-width: 105px;
}

.presentation-download-arrow {
  bottom: -18px;
  display: block;
  height: 35px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 36px;
}

.presentation-download-option-full .presentation-download-arrow {
  height: 34px;
  width: 33px;
}

.presentation-download-arrow img {
  display: block;
  height: 100%;
  width: 100%;
}

.top-bar {
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 2. Fade in the background overlay (optional but recommended) */
#presentationDownloadModal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#presentationDownloadModal.active {
  visibility: visible;
  opacity: 1;
}

/* 3. Set the fixed dimensions and slide-in transition for the dialog */
.presentation-download-dialog {
  position: fixed;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  padding-top: 10vmin;
  
  /* Start off-screen to the right */
  transform: translateX(100%); 
  
  /* Smooth animation curve */
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 4. Slide the dialog into place when the modal is active */
#presentationDownloadModal.active .presentation-download-dialog {
  transform: translateX(0);
}

  #dropdownLanguage {
    font-size:1em;
    padding-left: 3px;
    pointer-events: all;
    height: 2.5em;
  }
 #dropdownLanguage label:hover {
   background-color: var(--main-color-red);
   border-color: var(--main-color-red);
 }

  #dropdownLanguage:hover .dropdown-language-item,
  #dropdownLanguage:hover {
    font-size: 1em !important;
  }

  #dropdown-language-menu {
    min-width: 4rem;
    transform: translate3d(23px, 22px, 0px) !important;
  }

  .dropdown-language-item  {

  }

  .dropdown-toggle::after {
    font-size: 17px;
  }

  .close-menu-nav-new{
    border-top: 1px solid gray;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
  }

  .close-menu-nav-new:hover{
    background-color: var(--main-color-red);
  }

  #cart-qty-no{
    /* position: absolute;
    display: inline-block;
    top: -12px;
    font-size: 12px;
    background-color: var(--main-color-lightblue);
    color: var(--main-color-red);
    border-radius: 50%;
    padding: 0px 5px 0 5px; */
  }

  #cart-qty-number{
    /* color: rgb(255, 255, 255); */
  }

  .dropdown-language-item {
    cursor: pointer;
    padding-left: 0.8rem;
    font-size:0;
  }

  .dropdown-language-item-new{
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    border-radius: 0.5rem;
    padding: 0.4rem 0.55rem;
    cursor: pointer;
    font-size: 0.85rem;
    line-height: 1;
    color: inherit;
    text-align: left;
  }

  .dropdown-language-item-new:hover{
    background: var(--main-color-red) !important;
    color: #fff !important;
  }

 #image-preview-box {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    pointer-events: none;
    z-index: 9999;
    padding: 4px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}

#image-preview-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 10000;
}

#image-preview-modal.is-visible {
    display: block;
}

#image-preview-modal .image-preview-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

#image-preview-modal .image-preview-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-preview-modal-img {
    display: block;
}

.image-preview-close {
    position: absolute;
    top: -35px;
    right: -35px;
    cursor: pointer;
    border: none;
    background: none;
    color: #fff;
    font-size: 2.5vmin;
}



.previewable-wrapper {
    position: relative;
    display: inline-block;
    width: inherit;
}

.previewable-wrapper .preview-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.previewable {
  will-change: transform;
  transform: translateZ(0);
  image-rendering: auto;
  /* max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; */
}

    #top-bar {
      margin-top: 10px;
      margin-bottom: 10px;
      pointer-events: all;
      margin-left: 0px;
      height: clamp(60px, 6vmin, 80px);
      /* padding-bottom: 25px; */
    }
    #headerToogleNavButton{
      font-size: x-large;
    }
      .navbar {
        /* transition: height .3s; */
        padding: 0;
        max-width: 80%;
        margin: auto;
      }

      .minimized {
        height: 0px !important;
        overflow: hidden !important;
        padding: 0 !important;
      }

      .wrapper{
        display: block;
      }

      .overlay{
        display: none;
      }
      
      .sidewide {
        width: 400px;
      }

      .activeImage{
        color: var(--main-color-lightblue) !important;
      }

      /* #collapsed-panel ul li a {
        text-decoration: none;
        color: var(--main-color-darkblue);
        font-size: 24px;
        font-weight: lighter;
        font-family: UbuntuThin;
        z-index: 1900;
      }
      
      #collapsed-panel ul li a:after {
        text-decoration: none;
        color: transparent;
        content: "";
        background: transparent;
        display: block;
        height: 3px;
        width: calc(50%);
        margin: -5px auto 5px;
        transition: height 250ms;
        transform: scaleX(1);
        transform-origin: bottom left;
        z-index: 800;
      }

      #collapsed-panel ul li a:hover:after {
        color: var(--main-color-red);
        background: var(--main-color-red);
      } */


      #mobileMenu_logo{
        /* display: none; */
      }
      .openSidePanel {
        width: 400px;
      }

      .sidepanel-section-sub-divide{
          padding: 10px 0 0 15px !important;
          border-top: 2px solid var(--main-color-red) !important;
          width: 60% !important;
          margin: 10px 0 !important;
          color: var(--main-color-lightblue) !important;
      }

      .sidepanel {
        width: 0;
        position: fixed;
        z-index: 1800;
        height: 100%;
        top: 0;
        left: 0;
        background-color: var(--main-color-darkblue);
        overflow-x: hidden;
        /* transition: 0.5s; */
        padding-top: 20px;
        padding-bottom: 60px;
        padding-bottom: 20vh;
      }

      .sidepanel a {
  
        padding: 0px 10px 0px 50px;
        text-decoration: none;
        font-family: UbuntuThin;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
        line-height: 1;
      }

      .sidepanel p{
        padding-left: 52px;
        font-family: UbuntuThin;
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }

      .sidepanel a:hover {
        color: var(--main-color-red) !important;
        text-decoration: none;
      }

      .sidepanel .closebtn, .sidepanel .backbtn {
        /* position: absolute; */
        text-decoration: none;
        top: 0;
        /* right: 25px; */
        font-size: clamp(25px, 1.5vmin, 50px);
        padding: 0;
        color: #fff;
      }

      .sidepanel .closebtn p, .sidepanel .backbtn p{
        padding: 0;
        font-size: 1rem;
        color: #fff;
        font-family: 'UbuntuThin';
        font-weight: 250;
      }

      .sidepanel .closebtn i, .sidepanel .backbtn i{
        font-size: clamp(25px, 1.5vmin, 45px);;
      }

      .sidepanel .closebtn p:hover, .sidepanel .backbtn p:hover{
        color: var(--main-color-red) !important;
      }

      .miniSidepanel{
        padding-bottom: 200px;
      }

      .sidepanel .miniSidepanel a{
        font-size: 25px;
      }

      .sidepanel .miniSidepanel p{
        margin-bottom: 0px;
      }

      .openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: #111;
        color: white;
        padding: 10px 15px;
        border: none;
      }

      .openbtn:hover {
        background-color: #444;
      }

      .bg-light {
        background-color: transparent !important;
      }


      /* new sidebar */
      /* ---------------------------------------------------
      SIDEBAR STYLE
      ----------------------------------------------------- */

        #sidebar {
            width: min(85vw, 400px);
            max-width: 100%;
            left: 0;
            transform: translate3d(-100%, 0, 0);
            transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: transform;
            /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); */
        }

        #sidebar.active {
          left: 0;
          width: min(85vw, 400px);
          transform: translate3d(0, 0, 0);
      }

        .sidepanel.active {
          left: 0;
          width: 400px;
      } 
    

        #dismiss {
            /* width: 35px;
            height: 35px; */
            line-height: 35px;
            text-align: center;
            /* background: var(--main-color-lightblue); */
            /* position: absolute; */
            top: 10px;
            /* right: 10px; */
            cursor: pointer;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            display: flex;
            column-gap: clamp(25px, 3vmin, 30px);
            justify-content: end;
            padding: 0 2vmin 0 0;
        }

        .text-red{
          color: var(--main-color-red) !important;
        }

        .text-gold{
          color: #FBBC04 !important;
        }

        .text-lightblue{
          color: var(--main-color-lightblue) !important;
        }

        #dismiss:hover {
            /*background: var(--main-color-red);
            color: #fff;*/
        }

        #dismiss a{
            color: #fff;
            text-decoration: none;
        }

        #dismiss a:hover{
            color: var(--main-color-red);
            text-decoration: none;
        }

        #dismiss p:hover{
            color: var(--main-color-red);
            text-decoration: none;
        }

        .overlay {
          display: block;
            position: fixed;
            width: 100vw;
            height: 100vh;
            /* background: rgba(0, 0, 0, 0.7); */
            z-index: 1780;
            opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transition: opacity 0.35s ease, visibility 0s linear 0.35s;
        }
        .overlay.active {
            opacity: 1;
          visibility: visible;
          pointer-events: auto;
        }

        #sidebar .sidebar-header {
            padding: 20px;
            background: var(--main-color-lightblue);
        }

        #sidebar ul.components {
            padding: 20px 0;           
        }

        #sidebar ul p {
            color: #fff;
            /* padding: 10px; */     
        }

        .sidepanel-top-logo{
          width: clamp(45px, 7vmin, 70px) !important;
        }

        .sidepanel-links-list{
          margin-top: 3vmin;
        }

        .sidepanel-links-list p {
          line-height: 1.5;
        }

        .sidepanel-links-list li {
          margin-bottom: clamp(20px, 2vmin, 40px);
        }

        .sidepanel-links-list li a {
          font-family: "Ubuntu" !important;
          font-weight: 400 !important;
        }

        .sidepanel-links-list li p {
          font-family: "UbuntuThin";
          font-weight: 250;
          white-space: normal;
          overflow: visible;
          text-overflow: clip;
          line-height: 1.2;
        }

        #sidebar ul li a {
          /* padding: 0px 10px 0px 50px;
            margin-bottom: 16px;
            text-decoration: none;
            font-family: UbuntuThin;
            font-size: 25px;
            color: var(--main-color-darkblue);
            display: block;
            transition: 0.3s;
            text-align: left; */
        }

        #sidebar ul li a:hover {
            /* color: #818181; */
            
        }
        .solIndustry-side a{
          color: var(--main-color-lightblue);
        }


        /* ---------------------------------------------------
            CONTENT STYLE
        ----------------------------------------------------- */

        #content {
            /* width: 100%; */
            padding: 20px;
            transition: all 0.3s;
            position: absolute;
            top: 0;
            left: 0;
            display: none !important;
        }
        
        #header-navigation-info {
          font-size: large;
          display: inline-block;
          /* float: left; */
          padding-left: 1em;
          margin-top: 0.3rem;
          text-shadow: 0px 0px 2px white;
          font-family: UbuntuLight;
        }

        #header-navigation-info.minimized {
          margin-top: 0px !important;
          padding-left: 1rem;
        }

        .dropdown-menu {
          left: -2rem !important;
        }

        .dropdown-menu a {
          color: #818182 !important;
        }

        .dropdown-menu i {
          color: #818182 !important;
        }

        #profile_button_holder {
          /* grid-column: auto / 2 span;
          display: grid !important;
          grid-template-columns: repeat( auto-fill, 270px); */
          padding-top: 40px;
          width: 100vw !important;
        }

        .profile_button {
          white-space: nowrap;
          height: 80px;
        }

        button {
          cursor: pointer;
        }

        @keyframes tilt-shaking {
          0% {
              transform: rotate(0deg);
          }

          1% {
              transform: rotate(5deg);
          }

          2% {
              transform: rotate(0eg);
          }

          3% {
              transform: rotate(-5deg);
          }

          4% {
              transform: rotate(0deg);
          }

          100% {
              transform: rotate(0deg);
          }
      }
 

        @-webkit-keyframes ticker {
          0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
          }
        
          100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
          }
        }
        
        @keyframes ticker {
          0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
          }
        
          100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
          }
        }

 .tickerType_grey{
  color: #444;
 }
.ticker-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 2rem;
  /* background-color: rgba(#000, 0.9); */
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 60s;
    animation-duration:60s;
}
.ticker__item {
      display: inline-block;

      padding: 0 2rem;
      font-size: 1rem;
      color: black;
    }
    .headerNavText{
      display: inline-block;

    }


    #createValueButtonHolder{
      display: inline-block
    }

    #createValueButton{
    /* position: absolute; */
    /* margin-top: 4px; */
    /* margin-left: -27px; */
    color: var(--main-color-red);
    /* border-radius: 25px; */
    padding-left: 40px;
    padding-right: 40px;
    /* padding-bottom: 1px; */
    /* padding-top: 1px; */
    font-weight: bold;
    width: fit-content;
    margin: auto;
    margin-right: 0;
    color: white;
    background: var(--main-color-lightblue);
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    }
    #createValueButton:hover{
      transform: scale(1.05);
    }

    #createValueButtonSP{
      /* position: absolute; */
      /* margin-top: 4px; */
      /* margin-left: -27px; */
      color: var(--main-color-red);
      /* border-radius: 25px; */
      padding-left: 40px;
      padding-right: 40px;
      /* padding-bottom: 1px; */
      /* padding-top: 1px; */
      font-weight: bold;
      width: fit-content;
      margin: auto;
      margin-right: 0;
      color: white;
      background: var(--main-color-lightblue);
      font-family: 'Ubuntu';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      }
      #createValueButtonSP:hover{
        transform: scale(1.05);
      }

    #header_logo {
    z-index: 1;
    height: 45px;
    width: fit-content;
    margin-top: 4px;
    left: 65px;
    position: fixed;
    }
    #header_logoplaceholder{
      width:120px;height:50px;
    } 





    /* generall css nothinh for header */

.backgroundImageCrop{
    object-fit: none;
    width: 100vw;
    height: fit-content;
    object-position: 0% 0;
}

#head_top_webshop{
  background: var(--main-color-lightblue);
  margin-left: 20px;
  box-shadow: 2px 2px 9px grey;
}

.onlyShowInMobile{
  display: none;
}

.showOnlyDesktopH{
  display: block;
}

.showOnlyMobileH{
  display: none;
}

.none-styled-a{
  color: inherit !important;
  text-decoration: none !important;
  font-family: inherit !important;
}

.none-styled-a:hover{
  text-decoration: underline !important;
  color: inherit !important;
}

.popupWindowFt {
  transition: opacity 0.5s ease;
  opacity: 0;
  border-radius: 1vmin;
  border: 4px solid var(--main-color-lightblue);
  background-color: var(--main-color-red);
  z-index: 100000;
  text-align: center;
  position: fixed;
  top: 17vmin;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 50vw;
  min-width: calc(480px + 8vw);
  max-height: 80vh;
  overflow-y: scroll;
}

.popupWindowFt div {
  text-align: left;
}

.show {
  opacity: 1;
  pointer-events: auto;
}

.hidden {
  display: none !important;
}

.fade-out {
  opacity: 0 !important;
}

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

.shop_card {
  border-radius: 15px;
  background-color: var(--main-color-lightblue);
  color: white;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  font-family: UbuntuLight;
  color: var(--main-color-darkblue);
  width: 100%;
  height: 100%;
}

.shop_card_more{
  background-color: var(--main-color-red) !important;
  color: white;
}

.shop_card p {
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  font-size: 16px;
  width: calc(100% - 30px);
  transform: translateX(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(100% - 20px);
}

.shop_card i {
  font-size: 35px;
  margin-top: -1rem;
}

.shop_card img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  margin: 0;
  opacity: 0.8;
  width: 60%;
  height: 60%;
}

.shop_card_preholder{
  width: 160px;
  height: 160px;
}

.shop_card_preholder_small{
  width: 150px;
  height: 150px;
}

.subAppsModalAppHolder{
  margin: 2vw 4vw;;
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-auto-rows: 150px;
  grid-gap: 10px;
  font-family: 'Ubuntu';
  z-index: 1;
  position: relative;
  /* max-width: calc((150px * 3) + (10px * 2)); */ /* maximum 3 columns always */ 
}

.academy_relevance_icon_holder {
  color: gold;
  text-align: center !important;
  padding-top: 10px;
  font-size: small;
}

.academy_relevance_icon_holder i {
  font-size: 1em !important;
}

.footerNav_link_highlight{
  cursor: pointer;
}

.footerNav_link_highlight:hover{
  color: #fff;
  text-decoration: underline;
  font-weight: 900;
}

#head_header{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.hiddenHeader {
  opacity: 0 !important;
  pointer-events: none; /* Prevent interaction when hidden */
}

.visibleHeader {
  opacity: 1 !important;
}

.presentation-download-option-img{
  cursor: pointer;
}

.presentation-download-option-img:hover{
  transform: scale(1.05);
}


    @media (max-width: 992px) {
      .popupWindowFt {
        width: 80vw;
        top: 25vmin;
        min-width: calc(320px + 8vw);
    }

      #createValueButton{
        font-size: 10px;
        font-weight: 500;
      }

      #createValueButtonSP{
        font-size: 10px;
        font-weight: 500;
      }

      .onlyShowInMobile{
        display: block;
      }

      #head_header{
        /* height: 9em !important; */
      }

      #header_logo { 
        /* left: 25px;
        height: 45px;  */
        left: 30px;
        height: 40px; 
        margin-top: 7px;
      }
        #header_logoplaceholder{
          width:75px;
        } 

        #headPlaceHolder{
          height: 3rem !important;
        }

      #mobileMenu_logo{
        display: block;
      }

      #presentaionBtnHolder_new{
        margin-top: 2rem;
      }

      .presentation-download-dialog {
        width: calc(100vw - 24px);
        min-height: 0;
        padding: 24px 18px 42px;
      }

      .presentation-download-options {
        gap: 52px;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 48px;
      }

      .presentation-download-option {
        height: 188px;
        padding-top: 50px;
      }

      #head_top_contact,
      #head_top_co2,
      #head_top_company,
      #head_top_platform,
      #head_top_search,
      #head_top_login
      /* #head_top_academy_icon, */
      /* #createValueButtonHolder */
      {
        display: none !important;
      }

      .hideOnMobile{
        display: none !important;
      }

      #head_top_hardware img{
        width: 30px !important;
        margin-top: -5px;
      }

      #head_top_configure img{
        width: 30px !important;
      }

      #createValueButtonHolder i{
        font-size: 1.15em !important;
      }

      #head_top_login i{
        font-size: 1.15em !important;
      }

      #sidebar {
        width: min(85vw, 400px);
        max-width: 100%;
        height: 100%;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
      }

      #sidebar.active {
        left: 0;
        width: min(85vw, 400px);
        transform: translate3d(0, 0, 0);
      }

      .sidepanel.active {
        left: 0;
      }

        #new-sidebar{
          display: unset;
          position: fixed;
          inset: 0;
          z-index: 1775;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transition: opacity 0.85s ease, visibility 0s linear 0.85s;
        }

        #new-sidebar.active{
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transition: opacity 0.85s ease, visibility 0s;
        }


      #createValueButtonHolder{
        display:inline-flex
      }
   

      #sidebar ul li a {
          /* margin-bottom: 0 !important; */
      }
        
      .navbar-collapse {
        background-color: #fff;
      }

      
      #header-navigation-info {
        margin-top: 0px !important;
      }

      .sidewide {
        width: 100%;
      }

      /* .navbar{
          display: none;
      } */

      #headerToogleNavButton{
        /* display: none; */
      }
      /* #collapsed-panel{
          display: none;
      } */

      #navbar10{
          display: none;
      }

      #head_top_academy_icon {
        display: inline-block ;       /* !important; */
 
      }

      #header-navigation-break {
        display: unset !important;
      }

      .navbar-brand {
        margin-top: 2rem;
      }

      .headerNavText{
        /* display: none; */
        font-size: 3vmin !important;
      }

      #mobileMenu_head{
        display:inline-block !important;
      }

      #top-bar{
        margin-top: 10px;
      }
      
    }


    @media (max-width: 576px) {
      .showOnlyDesktopH{
        display: none !important;
    }
  
    .showOnlyMobileH{
        display: block;
    }

    #header_logo { 
      position: static !important;
      left: 0px !important;
    }

    #mobileMenu_logo{
      margin-left: 0 !important;
      padding-left: 0 !important;
      /* margin-top: -10px; */
    }

    #mobileMenu_head{
      margin-top: -5px !important;
    }

    #mobileMenu_logo a{
      margin-left: 0 !important;
      padding-left: 0 !important;
    }

    #mobileMenu_logo img{
      margin-left: 0 !important;
      padding-left: 0 !important;
      /* float: left; */
    }
    }

#sidebar.page-specific-sidepanel {
  background: var(--main-color-darkblue);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 82px;
}

#sidebar.page-specific-sidepanel.active,
.sidepanel.page-specific-sidepanel.active {
  width: min(85vw, 220px);
}

#sidebar.page-specific-sidepanel .page-specific-nav {
  height: calc(100vh - 90px); /* subtract the height of your close bar */
  overflow-y: auto;
  padding-bottom: 30px;
}

#sidebar.page-specific-sidepanel--sub .page-specific-nav {
  padding-top: 15px;
}

#sidebar.page-specific-sidepanel .page-specific-nav-list {
  margin: 0;
  padding: 0 0 80px 0;
}

.page-specific-nav-list{
  /* height: 70vh;
  overflow-y: auto; */
}

.page-specific-sidepanel{
  height: calc(100vh - clamp(60px, 6vmin, 80px)) !important;
  overflow-y: hidden !important;
  margin-top: clamp(60px, 6vmin, 80px) !important;
}

#sidebar.page-specific-sidepanel .page-specific-nav-item {
  cursor: pointer;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 29px;
}

#sidebar.page-specific-sidepanel .page-specific-nav-item:focus {
  outline: 1px solid rgba(176, 222, 237, 0.6);
  outline-offset: 4px;
}

#sidebar.page-specific-sidepanel .page-specific-nav-link {
  color: #fff;
  display: block;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1.02;
  padding: 0;
  text-decoration: none;
}

.f-link-mt {
  margin-top: min(3vmin, 20px);
}

.closebtn-page-specific {
  text-align: right !important;
  padding-right: 30px !important;
}

#sidebar.page-specific-sidepanel .page-specific-nav-link:hover,
#sidebar.page-specific-sidepanel .page-specific-nav-link:focus {
  color: var(--main-color-red) !important;
  outline: none;
  text-decoration: none;
}

#sidebar.page-specific-sidepanel .page-specific-nav-item p {
  color: rgba(255, 255, 255, 0.72);
  font-family: "UbuntuThin", sans-serif;
  font-size: 12px;
  font-weight: 250;
  line-height: 1.15;
  margin: 2px 0 0;
  overflow: visible;
  padding: 0;
  text-overflow: clip;
  white-space: normal;
}

#sidebar.page-specific-sidepanel .page-specific-nav-item.is-active {
  border-bottom: 1px solid rgba(176, 222, 237, 0.35);
  border-left: 3px solid var(--main-color-red);
  border-top: 1px solid rgba(176, 222, 237, 0.35);
  margin: 0 0 22px 13px;
  padding: 14px 20px 14px 30px;
}

#sidebar.page-specific-sidepanel .page-specific-nav-item.is-active .page-specific-nav-link {
  color: var(--main-color-red);
}

#sidebar.page-specific-sidepanel .page-specific-nav-back {
  background: transparent;
  border: 0;
  color: var(--main-color-red);
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 3px 30px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

#sidebar.page-specific-sidepanel .page-specific-nav-back:hover,
#sidebar.page-specific-sidepanel .page-specific-nav-back:focus {
  color: #fff;
  outline: none;
}

#sidebar.page-specific-sidepanel .page-specific-nav-heading {
  padding: 0 30px 22px;
}

#sidebar.page-specific-sidepanel .page-specific-nav-heading h2 {
  color: var(--main-color-red);
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  text-transform: uppercase;
}

#sidebar.page-specific-sidepanel .page-specific-nav-heading p {
  color: rgba(255, 255, 255, 0.72);
  font-family: "UbuntuThin", sans-serif;
  font-size: 12px;
  font-weight: 250;
  line-height: 1.15;
  margin: 2px 0 0;
  overflow: visible;
  padding: 0;
  text-overflow: clip;
  white-space: normal;
}

#sidebar.page-specific-sidepanel .page-specific-nav-close {
  background: var(--main-color-darkblue);
  border-top: 1px solid rgba(176, 222, 237, 0.35);
  bottom: 0;
  left: 0;
  padding: 17px 0 21px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10;
}

#sidebar.page-specific-sidepanel .page-specific-nav-close:hover {
  background: var(--main-color-darkblue);
}

#sidebar.page-specific-sidepanel .page-specific-nav-close p {
  color: rgba(255, 255, 255, 0.75);
  font-family: "UbuntuThin", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: none;
  white-space: normal;
}

#sidebar.page-specific-sidepanel .page-specific-nav-close:hover p {
  color: #fff;
}

.page-specific-nav-item:hover {
  background-color: rgba(176, 222, 237, 0.2);
  cursor: pointer;
}

@media (max-width: 480px) {
  #sidebar.page-specific-sidepanel.active,
  .sidepanel.page-specific-sidepanel.active {
    width: min(86vw, 250px);
  }

  #sidebar.page-specific-sidepanel .page-specific-nav-item {
    padding-left: 29px;
    padding-right: 18px;
  }
}
