/* 
media="screen and (max-width: 768px)"
*/
.container {
  width: 98%; 
  padding: 0;
}

header nav ul li.left2 {
  display: none;
}
header nav ul li.right {
  display: none;
}
header nav ul li a {
  padding: 8px 6px 8px;
}
header nav ul li a.first span {
  background: url(navbar-icon.png) no-repeat center 2px;
  padding: 2px 0;
}
header nav ul li a.last {
  background: none;
}
.sticky {
  top: 33px;
} 
  
/* @group Clickbutton kleiner */
div.clickbutton a { 
display: none;
}
/* @end Clickbutton */
  
/* alles in 1 Spalte */  

section.stream.left article {
  margin-left: 0;
}
section.stream article div.icon {
  display: none;
}
.sticky {
  top: -5px;
}


/*
section.stream {
  width: 100%;

}
aside.stream {
  width: 100%;

}
.left {
  float: left;
}
.right {
  margin: 30px -20px 0 10px;

  float: right;
}*/





h1.title {
  margin: 20px 0 0 10px;
  font-size: 2.0em;
  /*font-weight: bold;*/

  line-height: 120%;
}
h2.title {
  font-size: 1.2em;    
  margin: 10px 0 35px 10px;
}
.button {
  padding: 7px 30px 7px 7px;
  font: normal 1.0em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.button.update {
  padding: 7px 30px 7px 30px;
  font: normal 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
}
ul#drop-down-menu li ul {
  top: 37px;
}
}
body#page h1 {
  margin: 4% 0 2% 0;
}
