@supports (-ms-ime-align: auto) {
	.app-content {
	  overflow-x: scroll;
	}
  }

  @supports (-ms-ime-align: auto) and (not (object-fit: cover)) {
	div {
	  overflow-x: scroll;
	}
  }


input {
	-webkit-appearance: none;
}

body.image {
  font-family: Arial;
  margin: 0;
	/*background-color: #f2f2f2 ; */
	background-image: url("../images/bgh.png");
	background-position: center;
	background-size: cover;
}
@media (min-width:600px){
	body.image {
		font-family: Arial;
		margin: 0;
		/*background-color: #f2f2f2 ; */
		background-image: url("../images/bg.png");
		background-position: center;
		background-size: cover;
	}
}


@media (max-width: 600px){

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: grid;
		margin:auto;
	   }

	td {
		/* Behave  like a "row" */

		position: relative;
	}


}



body.tagesuebersicht {
  font-family: Arial;
  margin: 0;
  background-color: #fff ;
}

table.outer td{
	vertical-align: top;
}
table.collapse {
	border-collapse: collapse;
}
table.inner  td {
	text-align: left;
	padding: 8px;
}
table.inner td.tablecaption{
	text-align: center;
	font-size: 20px;
}
table.inner caption.inner {
	background: #333;
	text-align: center;
	font-size: 20px;
	color: white;
	margin-right:2px;
	margin-left:2px;
}
table.outer caption.outer {
	margin-right:4px;
	margin-left:4px;
	background: #333;
	text-align: center;
	font-size: 20px;
	color: white;
}

table.inner thead {
	text-align: left;
	padding: 8px;
	background-color: #333;
	color: white;

}
table.inner tbody  tr:nth-child(even){
	background-color: #d9d9d9
	}
table.buttontable{
	text-align: center;

}

table.buttontable td.daycaption{
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
table.buttontable td.settingscaption{
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
td.center{
	vertical-align: top;
}

.button {
  position: relative;
  border: none;
  color: white;
  padding: 1px 1px;
  width: 206px;
  height: 85px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 0px;
  background-color: #333;
  border: 1px solid #333;
  white-space: pre-line;
}

.view1 {
	position: absolute;
	right: 71.5px;
  }

.view2 {
	position: absolute;
	right: 0px;
}
.divview{
	position: relative;
	height: 69px;
	width: 275px;
}


.button:hover {
	background-color: #e3051b;
	border: 1px solid #e3051b;
}

.red:hover {
	  background-color: #333;
	   border: 1px solid #333;
}

@media (max-width:600px){

.button:hover {
	background-color: #333;
	border: 1px solid #333;
  }
.red:hover {
	background-color: #e3051b;
  	border: 1px solid #e3051b;
  }

}

.button:disabled,
button[disabled]{
	border: 1px solid #4d4d4d;
    background-color: #bfbfbf;
	color: #4d4d4d;
	cursor: default;
}
.view1:disabled, .view2:disabled,
button[disabled]{
	background-color: #333;
  	border: 1px solid #333;
	color: white;
    cursor: default;
}
/********************************************************** EVTL. ÄNDERN **************************************************************/
.view2:disabled,
button[disabled]{
	background-color: #e3051b;
	border: 1px solid #e3051b;
	color: white;
    cursor: default;
}
/**************************************************************************************************************************************/

table.outer td.centered{
	text-align: center;
}
.klein{
	width: 150;
	height: 40px;
}
.red{
    background-color: #e3051b;
    border: 1px solid #e3051b;
}

.red:disabled,
button[disabled]{
    background-color: #fc6978;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
    cursor: default;

}

.tablebtn {
	border: none;
	color: white;
	padding: 1px 1px;
	width: 90px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 0px 0px;
	cursor: pointer;
	border-radius: 0px;
	background-color: #333;
	border: 1px solid #333;
}
.tablebtn:hover {

	background-color: #e3051b;
	border: 1px solid #e3051b;
}
.tablebtn:disabled,
button[disabled]{
	border: 1px solid #4d4d4d;
    background-color: #bfbfbf;
	color: #4d4d4d;
    cursor: default;
}

.nummer {
	width: 65px;
	height: 65px;
}

#bg {
	position:fixed;
	z-index: 99;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}

#bg img {
	position:absolute;
	z-index: 99;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}




.bodyfield{
	margin: auto;
	text-align: center;
	width: auto;
	height: auto;
	background-color: #f2f2f2 ;
}
@media (min-width:600px){
	.bodyfield{
		margin: auto;
		text-align: center;
		width: 60%;
		min-width: 1200px;
		min-height: calc(100% - 46px);
		height: auto;
		background-color: #f2f2f2 ;
	}

}


.tablefieldinner{
	display: inline-block;
}

.selectfieldinner{
	display: inline-block;
}
.spaceholder2{
	padding: 15px 10px;
}


select {
  -moz-appearance: none;
  border: none;
  width: 150px;
  height: 30px;
  background-color: #333;
  color: white;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}
.gastinput{
    text-align: left;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #333;
	width: 160px;
}
.editbox{
	text-align: left;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #333;
	width: 206px;
	height: 55px;

}

.editbox:disabled,
button[disabled]{
    background-color: #f2f2f2;
	border: 1px solid #4d4d4d
	color: #4d4d4d;
	cursor: default;

}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */

  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
	margin:  auto;
	margin-top: 300px;
  border: 1px solid #888;
}
.popup-button{
	width: 100px;
}
.popup-loeschen {
	width: 400px;
	height: 130px;
}
.popup-deaktivieren {
	width: 500px;
	height: 148px;
}




.modal-header{
	background-color: #cecece;
	margin-top: -18;
	line-height: 30px;

}
.modal-body{

	margin:  auto;
	text-align: center;
	margin-top: 20;

}
.modal-footer{

	padding: 10;
	margin:  auto;
	text-align: center;
	margin-top: 18;

}

.modal-title{
	margin-left: 10;
	font-size: 18;
	font-weight: bold;
	text-align: left;
}

.modal-text{
	font-size: 16;
}


/* The Close Button */
.close {
	background-color: #e3051b;
	width: 30px;
	height: 30px;
  color: #000;
	margin: 0;
	padding: 0;
	border: 0px;
	font:inherit;
	line-height: 30px;
	font-weight: bold;
	font-size: 30px;
	float:right;

}

/* Close button on hover */
.close:hover,
.close:focus {
	color: #e3051b;
	background-color: #000;
  cursor: pointer;
}

@media (min-width:600px){
	.spaceholder{
		padding: 52px 16px;
	}

}

.staticfield {
	position: relative;
	border: none;
	color: white;
	padding: 1px 1px;
	width: 206px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 2px 1px;
	cursor: pointer;
	border-radius: 0px;
	background-color: #666;
	border: 1px solid #666;
	white-space: normal;
}
