h2 { 
  padding: 0 0 5px; 
  margin: 0 0 0.5em; 
  background: url('/city_data/images/7/7/214277/orig_3x3.png') bottom repeat-x; 
  text-transform: uppercase; 
  font-weight: normal; 
  display: grid;
}

@media (max-width: 480px)  {
  h2 { 
    display: inline-block;
    width: 100%;
  }
}

div#content .textblock_wrapper .textblock2 .textblock_text {
 background: #dadada;
 padding: 0.5em 1em;
}

@media (min-width: 1024px) {
  div#links,
  div#rechts {
    display: none;
  }

  div#content {
    width: 100%;
    padding: 0;
	margin: 0;
  }
  div#content .textblock_wrapper {
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  div#content .textblock_wrapper .textblock1 {
	width: 72%;
  }
  div#content .textblock_wrapper .textblock2 {
	width: 24%;
  }
  div#content .pagetitle {
    margin-bottom: 1.8em;
  }
  .textblock2 #address_object { width: 100%; }
}



