/* Block Darstellung für HTML5-Elemente im IE8 */
@font-face { font-family: 'Catalina';
             src: url('font/CatalinaClementeLight.woff')  format('woff'); 
}
header,
footer {
  display: block;
}
/* Global */
.chart {
  height: 22vh; 
  min-height: 240px;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}
.tabelle_fett {
  font-weight: bold;			
  font-size: 17px;
}
.tabelle_unterschrift {
  border-bottom: 1px solid black;
  min-width: 55%;
  max-width: 65%;  
}
.tabelle_unterschrift {
  min-width: 55%;
  max-width: 65%;  
}
.tabelle_unterschrift_tabelle {
  padding-left: 12%;
  min-width: 340px;
  font-size:max(2 * (1vw + 1vh) / 5.8, 0.85em);  
}

.right {
  text-align: right;
  margin-right: 1em;
}
.left {
  text-align: left;
  margin-left: 1em;
}
label {
    display: block;
    font: 1rem 'Fira Sans', sans-serif;
}

input,
label {
    margin: .4rem 0;
}
/***********************************************/
body{
  background-color: #f9f9f9;
}
.button, input[type=submit] {
  position: relative;
  background-color: #e0e0e0;
  border: none;
  font-size: 20px;
  color: #000000;
  padding: 20px;
  width: 230px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
.button_coockie{
	cursor: pointer;
	font-size: 12px;
	background: #ffffff;
	padding: 7px;
	margin-top: 8px;
	margin-bottom: 3px;
	margin-left: 10px;
	border-radius: 5px;
	font-weight: bold;
	float: right;
	margin-bottom: auto;
}
.button_klein{
  position: relative;
  background-color: #e0e0e0;
  border: none;
  font-size: 10px;
  color: #000000;
  padding: 12px;
  width: 90px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
 }
.submit {
  position: relative;
  background-color: #e0e0e0;
  border: none;
  font-size: 20px;
  color: #000000;
  padding: 20px;
  //width: 230px;
  width: 230px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
div#d01 {
  text-align: left;
  height: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}
div#locationPickerMap {
    //width: 100%;
	max-width: 855px;
}

img{
}
img#i01{
	padding: 10px;
}
table#t01, th#t01, td#t01
{
 border-bottom: 1px solid black;
}
table#t01 
{
 font-size: 12px;
 border-collapse: collapse;
 max-width: 940px;
}
th#t01, td#t01
{
 height: 30px;
 padding-left: 10px;
}
tr#t01:nth-child(even) 
{
 background-color: #cccccc;
}
th#t01
{
 text-align: left;
}

table#t02 
{
 font-size: 35px;
 border-collapse: collapse;
 max-width: 940px;
}
th#t02, td#t02
{
 height: 81px;
}
th#t02
{
 text-align: left;
}
table#t03 
{
 border-collapse: collapse;
 max-width: 940px;
}
th#t03, td#t03
{
 height: 81px;
}
th#t03
{
 text-align: left;
}
#wrapper{
  max-width: 960px;
  min-width: 375px;
  margin: 0px auto;
  background-color: #FFFFFF;
  margin-top: 5px;
  padding: 20px;
}
header{
  padding-bottom: 1px;
  font-family: Catalina, arial, sans-serif;	
  font-size: 35px;
  width: 100%;
  height: 81px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
#content{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  //height: 520px;
  min-height: 520px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
#innercontent{
  max-width: 100px;
  margin: 0px auto;
  background-color: #FFFFFF;
  margin-top: 5px;
  padding: 20px;
  margin: 0 auto;
}

footer{
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  width: 100%;
  text-align:center;
  margin:0px auto;
  background-color: #f9f9f9;
}
@media screen and (max-width: 500px) {
img#i01{
	padding: 3px;
}
div#locationPickerMap {
  max-width: 270px;
  padding-right: 10px;
}
header{
  //padding-bottom: 3px;
  font-size: 27px;
  height: 67px;
  width: 100%;
  margin-bottom: 10px;
 }
 table#t02 
{
 font-size: 27px;
 border-collapse: collapse;
 max-width: 940px;
}
th#t02, td#t02
{
 height: 67px;
 //padding-left: 10px;
}
th#t02
{
 text-align: left;
} 
  #content {
   width: 95%;
  }
  #wrapper{
    padding: 10px;
    margin-top: 0px;
  }
  .button, input[type=submit] {
  position: relative;
  background-color: #e0e0e0;
  border: none;
  font-size: 13px;
  color: #000000;
  padding: 10px;
  width: 99%;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
 }
 table#t01 
 {
  font-size: 9px;
  border-collapse: collapse;
  max-width: 540px;
 }
}
@media screen and (min-width: 800px){

}