.entry{
	box-shadow:none;
	border:none;
	
}
h1, h2{
	line-height:130%;
}


/* Typo-Auszeichnungen */
em {
  font-style: normal;
  color: #bef202;
}

strong {
  font-weight: 900;
}
 
/* Header auf ganze Breite ausdehnen */
header div.site-container {
  padding: 0;
  max-width: 100%;
}
@media screen and (min-width:1024px){
  .site-header{
    padding:16px 20px 8px 22px
  }
  
}

@media screen and (min-width:1400px){

 /* Überlagernde Headlines */
 .VersatzHead01 {
  z-index: 20;
  position: relative;
  margin-bottom: -90px !important;
margin-left: -90px !important;
}
.VersatzNachOben {
  z-index: 20;
  position: relative;
  margin-top: -160px !important;
}
}