
html { height: 101%; }
body { font-family: Helvetica, Tahoma, Arial, sans-serif; color: #343434; background: #f6f6f6; font-size: 62.5%; line-height: 1; }


table, td, th {
  border: 1px solid black;
}

table {
  width: 50%;
  border-collapse: collapse;
}

.right {
  display: inline-block;
  font-size: 28px;
  color: #f08900;
  vertical-align: top;
  width: calc(gesamtbreite - bildbreite - abstand);
  margin-left: abstand;
  position: relative;
  right: 0;
  top: 0;
}

/*#mob_header h1 {
    margin: 0px;
    padding-left: 10%;
    font-size: 28px;
    color: #f08900;
    font-weight: 100;
}*/
.label_checkboxes {
  font-size: 100%;
  color: black;
  text-align: center;
  padding-top: 0px !important;
}

#mob_header h2 {
    margin: 0px;
    padding-left: 10%;
    font-size: 20px;
    color: #474f50;
    font-weight: 100;
}
.tableresp { 
    width: 100%; 
    overflow: auto;
}
label {
    display: block;
    padding-top: 10px;
    float: left;
    color:#0097a7;
    font-size: 120%;
}
div {
  padding-top: 10px;
}
form {
  background-color: #e9e2db;
  padding-top: 30px;
  padding-left: 10px;
  font-size: 180%;
  border: 1px solid silver;
}
@media (min-device-width: 800px) {
  form { width: 60%;   font-size: 160%;  }
}

.virtual_body {
  -webkit-box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  -moz-box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  max-width: 1170px;
  padding-left: 40px;
	background-image: url("../backgroundverk3.png");  
}
.virtual_body_smaller {
  -webkit-box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  -moz-box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  max-width: 1160px;
  padding-left: 40px;
	background-image: url("../backgroundverk3.png");  
}
.virtual_body_smallest {
  -webkit-box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  -moz-box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  box-shadow: 18px 18px 34px 0px rgba(168,161,168,1);
  max-width: 900px;
  padding-left: 40px;
	background-image: url("../backgroundverk3.png");  
}
.icons_action {
    padding:5px;
}
#hilfebox {
position:absolute; top:15px; left:600px; 
z-index:3;
padding-left: 15px;
}

#hilfebox a {
color:#ffffff;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
/*border:1px solid black;*/
}

#hilfebox a:hover {
color:white;
background:#ddd8b7;
width:400px;}

#hilfebox a span {display:none;}

#hilfebox a:hover span {
color:black;
border-radius: 20px;
background:white;
font:normal 16px courier, sans-serif;
/*border:1px solid black;*/
display:block;
padding:10px;}

.selsort {
font:normal 18px courier, sans-serif;
color:black;
text-shadow: none !important;
}
.tooltip {
/*	border-bottom: 1px dotted #000000;*/
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
 
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
 
.tooltip:hover span {
	position: absolute;
	left: 1em;
	top: 2em;
	z-index: 99;
	margin-left: 0;
	width: 450px;
}
.image_hilfe {
  position:absolute;
  left:160px;
  top:-160px;
  border:0px;
}
.abgegeben {
    border: 1px solid #00aa00;
    color: #00aa00;
    font-weight: bold;
    text-align: center;
    height: 30px;
}
select:disabled {
  background-color: #EBEBE4;
}
input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 1px;
 
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid red;
}
input[type='radio']:hover {
    box-shadow:5px 5px 5px 5px red;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 650px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #555;
}
.checkbox_class_a {

}
.checkbox_class_b {

}
