/* Stylesheet fuer hdora.de */
@media screen and (max-width: 767px)  {
 body,html {
  background-color: #C0C9D5;
  font-family: verdana, sans-serif;
  font-size: 87.5%;
  }
div#wrapper {
background-color: #E0E5EE;
color: black;
display: flex;
flex-direction: column;
}
  main {
  position: relative;
  max-width: 50em;
  min-height: 30em;
  margin-bottom: 1em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 2em;
  }
  main a {
	text-decoration: underline;  
  }

#navibereich {
background: #C8D3E1;
padding-top: 2em;
order: 1;
}
ul.navmain {
	border-top: 0em;
	padding-top: 0em;
	margin-top: 0em;
	padding-bottom: 1em;
}

ul.navmain li {
	list-style-type: none;
	line-height: 0.8em;
}


#navibereich a {
text-decoration: none;
line-height: 1.2em;
}

#navibereich a:hover {
text-decoration: underline;
}


/*  nav li {
		list-style-type: none;   
  }
  nav a {
  	display: block;
  	padding: 0em;
  	line-height: 1em;
	text-decoration: underline;
  }
  nav a:link {
	color:#0962EB;
  }
  nav a:visited {
	color:#46618C;
	}
  nav a:hover,nav a:focus {
	background-color:#A0BEEB;
   color:#FFFFFF;
  } 
  */ 

  h1, p, blockquote, figcaption  {
  text-align: center;
  }  
  h1.seitentitel {
	margin-top: 0em;
	text-align: center;

  }
  
  ol {
  padding-left: 1em;  
  }
  ul {
  padding-left: 1em;  
  }  
  
  li {
  margin-top: 0.5em;	
  }
  th, td {
  padding: 0em 0.5em  
  }
  .fliess {
  text-align: left;
  }  
  footer {
  border-top-style: solid;
  border-top-color:#A9A8A8; 
  border-top-width: 1px;  
  }
  figcaption {
  font-style: italic;  
  }

.menu {
width: 100%;
min-height: 32px;
box-sizing: border-box;
background: #ffeda0;
background-image: linear-gradient(#C8D3E1, #E8F2FF);
padding: 5px 20px;
} 

a.menubutton {
position: relative;
line-height: 32px;
color: black;
padding-left: 20px;
}

a.menubutton:active {
background: transparent;
color: #b80000;
}

a.menubutton:before {
content: "";
position: absolute;
top: 5px;
left: 0;
width: 16px;
height: 2px;
border-top: 6px double black;
border-bottom: 2px solid black;
}


} /* Ende @media nicht  löschen */
