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

  .page-title {
    padding-left: 0px; /* min(calc(325px - ((100vw - 1280px) / 2)), 325px); */
    /* padding-right: 320px; */
    /* font-weight: bold; */
    margin-top: 30px;
    font-size: 54px;
  }

  .image-carousel {
    text-align: center;
  }

  .discount-advert {
    padding: 10px; 
  }  

  .header-bar {
    margin-bottom: 80px;
    margin-right: 0px;
    /* padding-left: 70px;
    padding-right: 55px; */
    /* padding-top: 55px; */
  }
  
  .header-bar-top-padding {
    padding-top: 55px;
  }

  .text-after-image {
    display: none;
  }

  .top-bar-col {
    /* margin-bottom: 50px; */
    min-height: 0px;
  }

  #intro-low {
    display: none;
  }

  .check-h1 {
    font-size: 1.7em;
  }

  .banner {
    background-position-y: top;
    /* background-image: url("../images/0001_high.7fc31f7a250c.png"); */
  }

  .banner-height {
    height: 400px;
    max-height: 400px;
    width: calc(100vw - (100vw - 100%));
    overflow: hidden;
    display: block;
  }

  .banner-first-image {
    /* background-image: url("../images/sonne3_wide_light-banner-wider-400-cut-left.55af88a8ab11.png"); */
    background-image: url("../images/0001_high.0e89302b10e8.webp");
    /* background-position-x: -2300px; */
  }

  .banner-last-image {
    /* background-image: url("../images/sonne3_wide_light-banner-wider-400-cut-left.55af88a8ab11.png"); */
    background-image: url("../images/0120_high.00ccbb805e09.webp");
    /* background-position-x: -2300px; */
  }

  .banner-title {
    margin-left: 320px;
    padding-top: 270px;
    font-size: 58px;
    font-weight: bold;
  }

  .banner-subtitle {
    margin-left: 340px;
    padding-top: 20px;
    font-size: 27px;
    /* font-weight: bold; */
    margin-top: -9px;
    text-align: right;
    margin-right: 5px;
  }

  .navbar-menu-div {
    margin-left: 264px;
    /* margin-bottom: 50px; */
  }

  .navbar-nav .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: 0px;
    padding-left: 5px;
    background-color: rgba(255, 255, 255);
  }

  .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    background-color: #fff
  }
  
  .navbar-nav li > ul.dropdown-menu {

  }

  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
    margin-top: -1px;
    /* animation: fadeIn 1s; */
  }

  .navbar-nav li:hover > ul.dropdown-menu:after {
    content: '';
    display: block;
  }

  .top-bar {
    padding-left: 70px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .top-navbar-nav:hover + .mega-menu {
    display: block;
    animation: fadeIn 0.1s;
  }

  .mega-menu:hover {
    display: block;
    animation: fadeIn 0.1s;
  }

  .header-bar .mega-menu {
    display: none;
    animation: fadeIn 0.1s;
  }

  body {
    background-position-y: 540px;
    font-size: 20px;
  }

  /* text-in-image positioning */

  .scroll-solution-industry {
    right: 0%;
    bottom: 0%;
    width: 67%;
    background-color: #818080b8;
  }

  .scroll-solution-academia {
    left: 0%;
    bottom: 0%;
    width: 100%;
    background-color: #345d5da6;
  }

  .scroll-solution-sustainability {
    left: 0%;
    bottom: 0%;
    width: 75%;
    background-color: #dfb154b5
  }

  .scroll-solution-recovery {
    right: 0%;
    bottom: 10%;
    width: 56%;
    background-color: #070759c9;
  }

  .scroll-solution-ai {
    left: 7%;
    top: 0%;
    width: 86%;
    background-color: #57a4c7c7;
  }

  .scroll-solution-custom {
    left: 0%;
    bottom: 0%;
    width: 52%;
    background-color: #df701da8
  }

  .scroll-fade-text {
    font-weight: 500;
  }

  .scroll-promotion .scroll-fade-text {
    font-size: xxx-large;
  }

  .solution-scroll-fade  {
    position: absolute;
  }

  .logo-pin-bottom {
    bottom: 0px;
  }

  .title-project-name {
    font-size: 44px;  
  }
}