/* CSS Document */
/* Begin predefined properties */
/* 
html {
   height: 100%;
}
*/
.titel {
   height: 100%;
   margin: 0px;
   text-align: left;
   background-attachment: fixed;
   font-family: 'Arial Narrow', 'Arial', 'Tahoma', 'sans-serif';
   font-size: 28px;
   color:#4d2600;
}

.titel h1 {
   font-size: 56px;
   font-weight:lighter;
   margin: 0px;
   padding: 5px 0px 5px 0px;
}
  
.mobilesOnly {
}

.nonmobiles {
  display:none;
}
