html
{
  width: 100%;
  height: auto;
  #margin: 10px;
  scroll-behavior: smooth;
}

body
{
  width: 96%;
  #margin: auto;
  margin: 10px;
  margin-bottom: 25px;
  padding: 0;
  font-family: Helvetica, sans-serif;
  background-color: #fff;
}

div.table
{
  display: table;
  border-collapse:collapse;
}

div.tr
{
  display:table-row;
}

div.td
{
  display:table-cell;
  border:thin solid red;
  padding:5px;
}

.div_button
{
  width: 99%;
  height: auto;
  #background-color: #ff0000;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bt_fileToUpload
{
  width: auto;
  border-radius: 1px;
  border-color: #00bdeb;
  border-style: double;
  background-color: #002957;
  color: #FFFFFF;
  margin-top: 10px;
  margin-left:calc(50% - (var(--width) / 2));
  padding: 15px 15px 15px 15px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 1.0em;
  border-radius: 5px;
  -webkit-appearance: none;
}

.bt_HOCHLADEN
{
  width: auto;
  border-radius: 1px;
  border-color: #00bdeb;
  border-style: double;
  background-color: #002957;
  color: #FFFFFF;
  margin-top: 10px;
  margin-left:calc(50% - (var(--width) / 2));
  padding: 15px 15px 15px 15px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 1.0em;
  border-radius: 5px;
  -webkit-appearance: none;
}

.bt_ADM
{
  width: auto;
  border-radius: 0px;
  border-color: #00bdeb;
  border-style: none;
  background-color: #002957;
  color: #FFFFFF;
  #margin-top: 10px;
  #margin-left:calc(50% - (var(--width) / 2));
  padding: 0px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 15px;
  #border-radius: 5px;
  -webkit-appearance: none;
}

.bt_ADD_FORM
{
  width: auto;
  border-radius: 0px;
  border-color: #00bdeb;
  border-style: none;
  background-color: #fff;
  color: #00FF00;
  #margin-top: 10px;
  #margin-left:calc(50% - (var(--width) / 2));
  padding: 0px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 30px;
  font-weight: bolder;
  line-height: 30px;
  #border-radius: 5px;
  -webkit-appearance: none;
}

.bt_DELETE_FORM
{
  width: auto;
  border-radius: 0px;
  border-color: #00bdeb;
  border-style: none;
  background-color: #fff;
  color: #FF0000;
  #margin-top: 10px;
  #margin-left:calc(50% - (var(--width) / 2));
  #margin-top: -2px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 30px;
  font-weight: bolder;
  line-height: 30px;
  #border-radius: 5px;
  -webkit-appearance: none;
}

.bt_ALTER_FORM
{
  width: auto;
  border-radius: 0px;
  border-color: #00bdeb;
  border-style: none;
  background-color: #fff;
  color: #002957;
  #margin-top: 10px;
  #margin-left:calc(50% - (var(--width) / 2));
  padding: 0px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 30px;
  font-weight: bolder;
  line-height: 30px;
  #border-radius: 5px;
  -webkit-appearance: none;
}

.bt_ADD_THIS_FORM
{
  width: auto;
  border-radius: 0px;
  border-color: #00bdeb;
  border-style: none;
  background-color: #fff;
  color: #002957;
  #margin-top: 10px;
  #margin-left:calc(50% - (var(--width) / 2));
  padding: 0px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 30px;
  font-weight: bolder;
  line-height: 30px;
  #border-radius: 5px;
  -webkit-appearance: none;
}

.bt_IRGNORE_FORM
{
  width: auto;
  border-radius: 0px;
  border-color: #00bdeb;
  border-style: none;
  background-color: #fff;
  color: #FF0000;
  #margin-top: 10px;
  #margin-left:calc(50% - (var(--width) / 2));
  #margin-top: -2px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 30px;
  font-weight: bolder;
  line-height: 30px;
  #border-radius: 5px;
  -webkit-appearance: none;
}

.balken {

	background-color: #fff;
	height: auto;
	width: 100%;
	#margin-left: auto;
	#margin-right: auto;
	#position: fixed;
	}

.balken_links
{
  background-color: #002957;
	height: 20px;
  line-height: 20px;
  text-align: right;
	width: calc(100% - 30px);
	float: left;
  color:#fff;
}

.balken_rechts
{
	background-color: #00bdeb;
	height: 20px;
	width: 20px;
  float: none;
	margin-left: calc(100% - 20px);
}

.text_MVZ_position
{
  width: 100%;
  padding: 0;
  font-size:1.8em;
  #float:right;
  font-weight:bold;
  #position: fixed;
  color:#00bdeb;
  background-color: #fff;
}

.text_what_position
{
  width: 100%;
  font-size:1em;
  #margin-top: 30px;
  padding-bottom: 5px;
  float: none;
  font-weight:bold;
  background-color: #fff;
  color:#002957;
  #position: fixed;
}

.info_headline
{
  width: 100%;
  font-size:1.3em;
  margin-top: 15px;
  margin-bottom: 15px;
  #float: left;
  text-align: center;
  font-weight:bold;
  position:inherit;
  #background-color: #ff0000;
  #color:#002957;
}

.info_text
{
  width: 100%;
  font-size:1em;
  margin-top: 0.5em;
  #float: left;
  #font-weight:bold;
  #background-color: #ff0000;
  #color:#002957;
}

.info_text_hinweis
{
  width: 100%;
  font-size:1em;
  margin-top: 0.5em;
  #float: left;
  font-weight:bold;
  #background-color: #ff0000;
  color: #ff0000;
}

.P_BLOCK
{
  width: 100%;
  display: table;
  border-collapse:collapse;
  margin-top: 20px;
  #background-color: #cccccc;
  border-style:solid;
  border-width: 1px;
  border-color: #bbb
}

.Q_BLOCK
{
  #background-color: #eee;
  width:38%;
  height: auto;
  padding: 5px;
  float:left;
}
.A_BLOCK
{
  #width:calc(35% - 20px);
  width:62%;
  height: auto;
  margin-left:calc(40%);
  vertical-align: top;
  padding: 5px;
  #background-color: #ddd;
}

.select{
  #width: auto;
  height: 1.9em;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  #line-height: 1.0em;
  padding-left: 3px;
  padding-right: 3px;
  #color: #909090;
  vertical-align:middle;
}

.textfield{
  width: 70%;
  height: 1.3em;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.0em;
  #color: #909090;
  vertical-align: middle;
}

.textfield_name{
  width: 23%;
  height: 1.3em;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.0em;
  #color: #909090;
  vertical-align: middle;
}

.textfield_med{
  width: 60%;
  height: 1.3em;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.0em;
  #color: #909090;
  vertical-align: middle;
}

.textarea{
  width: 75%;
  height: 150px;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.1em;
  line-height: 1.1em;
  #color: #909090;
  text-align: left;
  resize: none;
  vertical-align: text-top;
  padding: 0px 0;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-appearance: none;
}

.button_file{
  width: auto;
  border-radius: 1px;
  border-color: #00bdeb;
  border-style: double;
  background-color: #002957;
  color: #FFFFFF;
  margin-top: 10px;
  margin-left:calc(50% - (var(--width) / 2));
  padding: 15px 15px 15px 15px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 1.5em;
  border-radius: 5px;
  -webkit-appearance: none;
}

.button_delete{
  width: auto;
  border-radius: 1px;
  border-color: #ff0000;
  border-style: double;
  background-color: #002957;
  color: #ff0000;
  margin-top: 20px;
  margin-left:calc(50% - (var(--width) / 2));
  padding: 15px 15px 15px 15px;
  text-align: center;
  text-decoration: none;
  #display: inline-block;
  font-size: 1.5em;
  border-radius: 5px;
  -webkit-appearance: none;
}

.button_sub_med{
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  color: #ff0000;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.0em;

  -webkit-appearance: none;
}

.button_add_med{
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  color: #00ff00;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.0em;

  -webkit-appearance: none;
}

.checkbox{
  background-color: #939393;
  color: #FFFFFF;
  height: 2em;
  width: 2em;
  margin: 3px;
  #padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  #font-size: 1.5em;
}

@media (max-width: 799px)
{
  .select{
    width: auto;
    font-family: Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 1.0em;
    padding-left: 3px;
    padding-right: 3px;
    color: #909090;
    vertical-align: top;
  }

}
