/* www.beilharz-design.de */
/* copyright Heinz Beilharz */

/* 20-02-25 Vers. 1.1 */
/* resp.css */   /* Style fuer Smartphones */

/* Null */
*	{
	margin: 0;
	padding: 0;
}
ol, ul	{
	margin: 1em;
}

body	{
    background-color: #ffffff;
}

.size {
  font-size: 72%;
  position: relative;
}
#topfoto    {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: fixed;
  position: relative;
  top: 220px;
  z-index: 1;
  overflow: hidden;
}
#topfoto img  {
  width: 150%;
  height: auto;
  margin-left: -125px;
  overflow: hidden;
}
#header1	{
  background-color: #ffffff;
  width: 100%;
  height: 150px;
  position: absolute;
  top: -10px;
}
.menue-button {  /* Burgermenue */
  position: absolute;
  top: 200px;
  left: 40%;
  z-index: 1000;
}
#navi, #navi2_  {
  position: absolute;
  width: 100%;
  left: 50%; /* auf Mitte setzen */
  margin-left: -50%; /* auf Mitte setzen */
  top: 0;
  z-index: 510;
}
#navi2  {
  top: 0;
  z-index: 510;
}
ul.menue2		{
  margin-top: -10px;
}
.article	{
  width: 100%;
  //min-height: 120px;
  height: auto;
  //font-size: 100%;    /* Schriftgröße Fließtext */
  margin-top: 500px;
  margin-left: 0;
  line-height: 1.5em;
}
.article h1  {
  padding-top: 20px;
}
.content    {
  width: 90%;
  margin: 0 auto;
}
p.img	{
  max-width: 100%;
}
.adresse    {
  font-size: .7em;
  color: silver;
  text-align: center;
  margin-top: 150px;
  padding-top: 25px;
}
.hidden	{
   display: none;
}
#footermenue	{
  height: 25px;
  max-hight: 25px;
  margin-top: -150px;
}
//.footer {
    max-height: 50px;
    //top: -50px;
}