html, body, #fullheight {
    height: 100% !important;
    width: 100%;    
    overflow:auto;

}

 body {
   background-color:white;height: 100%;font-family:Arial;
}

#maincontainer{
  /*height: calc(100% - 35px);*/
  height: 100%;
  height: -o-calc(100% - 35px); /* opera */
  height: -webkit-calc(100% - 35px); /* google, safari */
  height: -moz-calc(100% - 35px); /* firefox */
  /*display: -webkit-box;
  overflow-y:scroll;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px;
  width: 99%; 
  /*right: -25px;  */    
}
#mainhead{
	background:#97F9A5;
	height:32px;
	padding:1px;
	font-size:20px;
}
#maincontent{	 	
     padding-bottom:30px;  /* Height of the footer */	
     margin-right:5px;
     position:absolut;
	 
}
#mainfooter{    
   position:absolute;
   width:99%;
   bottom:0;   
   height:30px;   /* Height of the footer */
   background:#97F9A5;
}
#awrapper {
position: relative;
min-height: 100%;
background-color:#F8F8D5;
}
#overlaycontainer{
	display: block;	
	z-index: 30;
	position: fixed;
	background:white;	
    display: table;
    border: 2px solid;
}

button.tabbutton{
	border-top:1px solid black; 
	border-left:1px solid black; 
	border-right:1px solid black; 
    /*-webkit-border-radius: 5px;*/
    border-radius: 8px;
    cursor:pointer;
    background-color:lightgrey;
    padding:0px;
    /*width:auto;*/
    height:30px;
    padding-left:20px;
    padding-right:20px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}
button.tabbutton:hover{
	border-top:1px solid black; 
	border-left:1px solid black; 
	border-right:1px solid black; 
    /*-webkit-border-radius: 5px;*/
    border-radius: 20px;
    cursor:pointer;
    background-color:lightblue;
    padding:0px;
    width:150px;
    height:30px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}
button{padding:6px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    padding:6px; }
button:hover {
    padding:6px; 
    border:2px solid green; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    background-color:#F8F8D5;
}   
img{ padding:4px; vertical-align: middle; border:0px;}
.imgover:hover{
	cursor:pointer;
    padding:3px; vertical-align: middle; border:-1px;border:1px solid green;
    border-radius: 4px;
    background-color:lightgreen;
}
input:focus { 
    background-color: #faf9c3;
    color: blue;
    
    
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.4); /* IE */
  -moz-transform: scale(1.4); /* FF */
  -webkit-transform: scale(1.4); /* Safari and Chrome */
  -o-transform: scale(1.4); /* Opera */
  padding: 2px;
}

input[type=button] {
    padding:6px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;    
    
}
input[type=button]:hover {
    padding:6px; 
    border:2px solid blue; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;  
    background-color:lightgreen;      
}
textarea:focus{ 
    background-color: #DDDCDC;
    color: black;
}
div#waiting {
	display:none;
	z-index: 20;
	background: #C4F4A9;
	color: red;
	position: fixed;
	width: 180px;
	height:70px;
	top: 40%;
	left:40%;
	text-align: center;
	border: 2px solid;
    border-radius: 25px;
}
#waitingoverlay1{
	display: none;
	opacity: .7;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	position: fixed;
	z-index: 1001;
}
div#waiting1 {
	display: none;
	position: fixed;
	background: white;
	border-radius:10px; 
	border-width: 3px;
	border-color: grey;
	border-style: solid;
	width:550px;
	text-align:center;
	z-index: 1001;   
}
#waiting1 > div{ background:white; margin:8px; }
#waiting1 > div > #waitinghead{ background: #D7E3EA; font-size:16px; padding:8px; color:black;text-align:center; }
#waiting1 > div > #waitingbody{ background: white; padding:10px; font-size:15px;color:blue;text-align:center; }
#waiting1 > div > #waitingfoot{ background: #D7E3EA; padding:8px; text-align:center; }

#felderoverlay{
	display: block;
	opacity: .7;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	position: fixed;
	z-index: 1002;
}
div#felderanzeige {
	display: block;
	position: fixed;
	background: white;
	border-radius:10px; 
	border-width: 3px;
	border-color: grey;
	border-style: solid;
	width:550px;
	text-align:center;
	z-index: 1002;   
}


div#menudiv {	
	z-index: 11;	
	position: fixed;		
	padding-top:0px;
	height:90vh;	
	display:none;
	font-family:Arial;font-size:12px;
}


.overlay {
    height: auto;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #97F9A5;   
    overflow-x: hidden;
    transition: 1s;
}

.menuoverlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 1s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }

}


/* Starter CSS for Flyout Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;  
  line-height: 1;
  height:500px;
  
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: -2px;
  right: 0;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul ul {
  margin-top: 1px;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
  width: 250px;
  background:#F7F795;
  /*font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;*/
  font-family:Arial;font-size:12px;
  zoom: 1;
  font-size: 14px;
  border-left: solid 5px #97F9A5;
  border-bottom: solid 5px #97F9A5;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  
}
#cssmenu:before {
  content: '';
  display: block;
}
#cssmenu:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a {
  display: block;
  padding: 8px 20px;
  color: black;
  text-decoration: none;
  /*text-transform: uppercase;*/
}
#cssmenu > ul {
  width: 250px;
}
#cssmenu ul ul {
  width: 250px;
}
#cssmenu > ul > li > a {
  /*border-right: 1px solid black;#1b9bff;*/
  color: black;
}
#cssmenu > ul > li > a:hover {
  color: black;
}
#cssmenu > ul > li.active a {
  background: #F7F795;/*lightgrey;*//*#1b9bff;*/
}
#cssmenu > ul > li a:hover,
#cssmenu > ul > li:hover a {
  background: #97F9A5;/*#AEACAC;/*grey; */ /*#1b9bff;*/
}
#cssmenu li {
  position: relative;
}
#cssmenu ul li.has-sub > a:after {
  content: url("../icons/auswahl.png");
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#cssmenu ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#cssmenu ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#cssmenu ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#cssmenu ul ul {
  border: 1px solid white;/*#0082e7;*/
}
#cssmenu ul ul a {
  font-size: 14px;
  color: black;
}
#cssmenu ul ul a:hover {
  color: black;
}
#cssmenu ul ul li {
  border-bottom: 1px solid white;/*#0082e7;*/
}
#cssmenu ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}
#cssmenu.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right li {
  text-align: right;
}
#cssmenu.align-right ul li.has-sub > a:before {
  content: '>';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#cssmenu.align-right ul li.has-sub > a:after {
  content: none;
}
#cssmenu.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
#cssmenu.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#cssmenu.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#cssmenu.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* Messagebox ---------  */
#dialogoverlay{
    display: none;
    opacity: .7;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    width: 100%;
    z-index: 1000;
}
#dialogbox{
	display: none;
	position: fixed;
	background: white;
	border-radius:10px; 
	border-width: 3px;
	border-color: grey;
	border-style: solid;
	width:350px;
	z-index: 1000;
}
#dialogbox > div{ background:white; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #D7E3EA; font-size:16px; padding:8px; color:black;text-align:center; }
#dialogbox > div > #dialogboxbody{ background: white; padding:10px; font-size:12px;color:blue;text-align:center; }
#dialogbox > div > #dialogboxfoot{ background: #D7E3EA; padding:8px; text-align:right; }

#videooverlay{
	display: none;
	opacity: .7;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	z-index: 1005;
}
div#videobox {
	display: none;
	position: fixed;
	background: #97F9A5;
	border-radius:10px; 
	border-width: 3px;
	border-color: grey;
	border-style: solid;
	width:510px;
	height: 350px;
	text-align:center;
	z-index: 1005;   
	top:200px;
	left:20px;
	
}

