:root {
--logo-url: url(../persis/images_gemue/favicon_neu.png);
--primary-color-hue:0;
--primary-color-saturation: 100%;
--primary-color-lightness: 42%;
--secondary-color-hue:0;
--secondary-color-saturation: 0%;
--secondary-color-lightness: 10%;
} /** Hintergrund Logo oben links vom Menü **/
#atom .responsive-logo-trigger {
  background-color: #1a1a1a;
}

/** Größenanpassung Banner im Header Stellenportal Deutschland **/
img {
      width: 100%;
      height: auto;
      }

/** Header-Bild GEMÜ Deutschland (kleinere Bildschirme
.fusion-navbar-level-1 {
  width: 100%;
  height: 80px;
  background-image: url(https://jobs.gemu-group.com/persis/images_gemue/banner_stellenportal.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 15px;
  background-position: center;
  margin-bottom: -1px;
}**/

/** Header-Bild GEMÜ Deutschland (große Bildschirme)
@media (min-width: 1000px) {
  .fusion-navbar-level-1 {
    width: 100%;
    height: 200px;
    background-image: url(https://jobs.gemu-group.com/persis/images_gemue/banner_stellenportal.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 15px;
    background-position: center;
    margin-bottom: -1px;
  }
}**/

/** Header-Bild GEMÜ Deutschland (kleine Bildschirme)
.fusion-navbar-level-2 {
  background-color: #d80000;
  height: 1.2rem;
}**/

/** Header-Bild GEMÜ Deutschland (große Bildschirme)
@media (min-width: 1000px) {
   Größerer Viewport: Tablett 
  .fusion-navbar-level-2 {
    background-color: #d80000;
    height: 2.625rem;
  }
}**/

/** Header-Bild GEMÜ Schweiz (kleinere Bildschirme**/
.fusion-navbar-level-ch1 {
    width: 100%;
    height: 75px;
    background-image: url(https://jobs.gemu-group.com/persis/images_gemue/gemue_logo_24px_300dpi.png);
    background-size: 182px 33px;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    min-height: 15px;
    background-position: center;
    background-position-x: 1%;
    margin-bottom: -1px;
}

/** Header-Bild GEMÜ Schweiz (große Bildschirme)**/
@media (min-width: 1000px) {
  .fusion-navbar-level-ch1 {
    width: 100%;
    height: 100px;
    background-image: url(https://jobs.gemu-group.com/persis/images_gemue/gemue_logo_24px_300dpi.png);
    background-size: 364px 65px;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    min-height: 15px;
    background-position: center;
    background-position-x: 1%;
    margin-bottom: -1px;
  }
}

/** Header-Bild GEMÜ Schweiz (kleine Bildschirme)
.fusion-navbar-level-ch2 {
  background-color: #d80000;
  height: 1.2rem;
}**/

/** Header-Bild GEMÜ Schweiz (große Bildschirme)
@media (min-width: 1000px) {
  Größerer Viewport: Tablett 
  .fusion-navbar-level-ch2 {
    background-color: #d80000;
    height: 2.625rem;
  }
}**/