body {
  padding:0;
  margin:0;
}
header#headerarea {
  position: static; 
  height: auto;
  line-height: 1rem;
  padding:0 0 24px 0;
  margin:0 0 0 0;
}   
a#brand {
  left: 0!important;
  font-weight: bold;
  font-size: 18px;
  top:0px;
}
a#twitter, a#facebook {
  display: none;
  top:0px;  
}   
a#phone:after {
  content: "( " attr(href) ") ";
  font-size: 16px;
  margin-left:3mm; 
}
a#phone {
  right:0 !important;
}
ul#main-menu {
  display: none;
}

/* Links sichtbar machen:  */
#cmain a:after { 
  content: "( " attr(href) ") ";
  font-size: 12px;
  color:gray;
}
/* Firefox druckt nur eine Seite: display:block; statt flex  */
#cmain .row {
  display:block;
}

/* Content details  */
.ce-textpic.ce-left .ce-gallery img {
  width:auto;
  height:auto;
}
.ce-textpic.ce-right .ce-gallery img {
  width:auto;
  height:auto;
}





