body {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: none;
  
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #424242;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  
  padding-top:140px;
  
  /*position: fixed;
  opacitY:0;*/
  -webkit-transition: all 700ms;
      -moz-transition: all 700ms;
       -o-transition: all 700ms;
           transition: all 700ms;
}
body.ready {
  /*position:relative;
  opacity:1 !important;*/
}
#site-header {
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:100;
  background:#fff;
}
#box-toggle {
  display:none;
  width:60px;
  height:60px;
  position:fixed;
  right:0;
  top:0;
}
#box-menu, #box-logo{
  height:140px;
}
#site-footer {
  font-size:90%;
  /*padding-left: 72px;
  padding-right: 72px;*/
}

/*--BG--*/
#site-footer a {
  text-decoration: none;
}

#section-footer-2 .col-1 a {
  text-decoration: underline;
}  
/*--BG--*/
#section-footer-1 {
  padding:2.5em 0;
  background:#d99313;
  color:#fff;
}
#section-footer-2 {
  padding:1em 0;
  font-size:90%;
  text-transform:uppercase;
}
#aside-links {
  position:fixed;
  top:140px;
  right:0;
  width:60px;
  background:#fff;
  padding-left:15px;
}

/*********************/
/* Zur Traube Styles */
/*********************/
.zurtraube #section-footer-1 {
  background:#4C3182;
}
