.cybercom-theme body, .cybercom-theme html {
   position: relative!important;
}

.talandewebb-active {
   min-height: 100%;
   position: absolute !important;
   top: 40px !important;
   width: 100% !important;
}

@media screen and (min-width: 801px) {
   /* Header */
   body.talandewebb-active .cybercom-theme .sticky-header,
   body.talandewebb-active .cybercom-theme .menypositionering {
      top: 40px !important;
   }

   /* Menu */
   body.talandewebb-active .cybercom-theme .ccmm-menu-wrapper {
      height: calc(100% - 120px)!important;
      top: 120px;
   }
}