#highlightwindow{
    z-index: 2000;
    width: 96vw;
    /*height: 100vh;*/

    /*
     * BEI ZWEI BILDERN 1 und 2 Hintergrund
     * background-image: 
        url("/images/backgrounds/xmas-1.jpg"),
        url("/images/backgrounds/xmas-2.jpg")
    */
    
    background-image: 
        url("/images/backgrounds/xmas-1.jpg");
    background-repeat:
        no-repeat;
/*         repeat-y; */
    display: block;
    /*overflow: auto;*/
    position: absolute;
    left:48vw;
    margin-left:-47vw;
    /*opacity: 0.85;*/
    /*background-position:50%;*/
    /*background-repeat:no-repeat;*/
    background-size:100vw;
    padding:5px;
    color:white;
    text-align: center;
    border-radius:10px;
    height:100%;
}

#highlightwindow .salesoffer1{
  font-size:200%;
}

.motd {
  /*font-size: 23pt;*/
  font-size: 60pt;
  margin-top: 25%;
  margin-left: 25vw;
  font-weight: bolder;
  width: 50vw;
  
}
