/* handheld and (max-width:700px)

html, body {  
	background-color: #a4aba7;  /* helles Grau, etwa HKS 96*/
	width: 100%;
	height: auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: medium;
	position: relative;
}

#myHeader{
	position: sticky;
	top:0;
	width: 100%;
	background-color: #4601c6; /* blau */
}

#header { // this item is different in style.css
  margin-bottom: auto;
  padding-top: 8px;
  height: auto;
  /*background-color: #5a6d64;*/ /* mittleres gruenl. Grau*/
  /*background-color: #ff8900;  *//*- orange*/
  /*background-color: #c5005a;*/ /* kardinal*/
  background-color: #4601c6; /* blau */
  text-align: left;
  color: #dfe5de;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#img_left {
    padding: 12px;
	float: left;
}

#img_right {
	float: right;
}


li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0.4em 15px 0em 0px;
	margin-left: 25px;
	color: black;
}

.dropbtn {
	background-color: #4601c6; /* blau */
	color: white;
	position: fixed;
	right: 0px;
	top: 0px;
    padding: 16px;
	border: none;
}

.dropdown {
  position: relative;
  float: right;
  color: #dfe5de;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #c1c1f1;
  /*this is different in style.css: top:80px;
  */
  top:70px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content li{
	list-style-position: outside;
    padding: 0.0em;
	margin-left: 1.5em;
}

.dropdown-content a {
  color: black;
  padding: 3px 3px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #a4aba7}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
	background-color: #7641f6; /* blau heller */ /*#3e8e41*/;
}


a {
  text-decoration: none;
  font-weight: inherit;
}

* {
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: none;
}

a:visited {
}

a:active {
  text-decoration: none;
  list-style-type: disc;
}

a:hover {
  color: #dfe5de;
  text-decoration: underline;
}

h1 {
	font-size: xx-large;
	font-weight: lighter;
	padding: 0.2em 15px 0em 18px;
	vertical-align: middle;
}

h2 {
	font-size: large;
	font-weight: bold;
	padding: 0.6em 15px 0.2em 18px;
}

h3
{
	font-size: medium;
	font-weight: bold;
	padding: 1.4em 15px 0.2em 18px;
}

p
{
	padding: 0.4em 15px 0em 18px;
	text-align:left;
}

myform
{
	padding: 1.4em 25px 1em 28px;
}
