@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=Work+Sans:wght@700&display=swap');



html, body  {
	padding:60px 3px 30px 3px;
	height:100% !important;
	/*-webkit-touch-callout: none !important;*/
}

input { 
	/*-webkit-user-select: none !important;*/ 
}

input[type=number] { 
	max-width:100px; 
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea, select {
  font-size: 12px;
}

.btn-lg {
	padding:10px;
	min-width:80px;
}

.ve-form-row {
	text-align:left;
}

.ve-form-label {
	text-align:left;
}

.ve-form-control {
	float:right;
}


.container-fluid {
	padding:1px;
	height:100%;
	background-color:#fff;
	overflow:auto;
}

.seite {
	max-width: 650px;
	min-height:calc(100% - 7px);
	margin: auto;
	text-align:center;
	align-items: center;
	background-color:#fff;
	padding:1px 10px 10px 10px;
	border:1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
}


.ve-header {
	z-index:999; 
	width: 100%; 
	position:fixed; 
	top:0; left: 50%; 
	transform: translate(-50%, 0);
	background-image:linear-gradient(#eee, #ccc);
	padding:5px;
	text-align:center;
	height:115px;
}

.ve-header h3 {
	text-shadow:2px 1px #aaa;
	color: white;
	text-shadow: 2px 2px 4px #000000;
}

.ve-footer {
	background-image:linear-gradient(#ccc, #eee);
	width:100%;
	margin:0;
	padding:10px;
	position:fixed;
	left:0px;
	bottom:0px;
	text-align:center;
	height:55px;
}

.ve-anmeldung {
	margin:0; 
	position:absolute; 
	top:50%; 
	left:50%; 
	-ms-transform: translate(-50%, -50%;); 
	transform: translate(-50%, -50%);
	margin:auto;  
	text-align:center;
	padding:20px;
	background-color:#EEE;
	min-width:280px;
	max-width:300px;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.19);
}

.ve-btn-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	height:45px;
}

.ve-btn-menu-datum {
	padding:0;
	min-width:210px;
	line-height: 1.1;
}

.ve-btn-menu-datum span {
	font-family: 'Work Sans', sans-serif;
	font-family: 'Arial', sans-serif;
	font-weight:bold;
	font-size: 16px;
}

.ve-btn-menu-schritt {
	height:45px;
}

.datum-pill {
	margin:3px;
}

.text1 {
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	font-size: 12pt;
}

.mb-5 {
	display: block;
	margin-bottom:5px;
}

.wrapper2 {
	display:grid;
	grid-template-columns: 1fr 1fr;   
}

.wrapper3 {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;   
}


.grid-container-2 {
  display: grid;
  grid-template-columns: 100px auto;
}
.grid-item {
  padding: 2px;
  text-align: left;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-header {
	text-align:left;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
	max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
.modal-backdrop.in {
	z-index:10000;
	opacity:0.9 !important;
}


.card {
	border:1px solid #ccc;
	border-radius: 5px;
	text-align:left;
	padding:0;
	margin:0 15px 0 15px;
	max-width:550px;
}
.card-body {
	padding:0;
	margin:0;
}
.card-title {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top:0;
	padding:10px;
	background-color:#eee;
	background-image:linear-gradient(#eee, #ccc);
}
.card-text {
	padding:15px;
}

.list-group-item-action {
	background-color:#fff;
	background-image:linear-gradient(#eee, #fff);
	min-height:70px;
}
.list-group-item-action:hover {
	background-color:#eee;
	background-image:linear-gradient(#eee, #ddd);
}

.list-group-item-action-sucess {
	background-color:#fff;
	background-image:linear-gradient(#D0F5A9, #fff);
	min-height:70px;
}
.list-group-item-action-sucess:hover {
	background-color:#D0F5A9;
	background-image:linear-gradient(#D0F5A9, #ddd);
}


.list-group-item-menu {
	background-color:#fff;
	background-image:linear-gradient(#EFF5FB, #fff);
	min-height:150px;
	min-width:280px;
	font-size:22pt;
	text-align:center !important;
	font-weight:bold;
	padding:30px 30px;
	color: #EFF8FB !important;
	text-shadow: 2px 2px 4px #000000;
}
.list-group-item-menu:hover {
	background-color:#eee;
	background-image:linear-gradient(#eee, #EFF5FB);
}

.list-group-item-menu-1 {
	background-color:#fff;
	background-image:linear-gradient(#EFF5FB, #fff);
	min-height:30px;
	min-width:280px;
	font-size:22pt;
	text-align:center !important;
	font-weight:bold;
	padding:10px 10px;
	color: #EFF8FB !important;
	text-shadow: 2px 2px 4px #000000;
}
.list-group-item-menu-1:hover {
	background-color:#eee;
	background-image:linear-gradient(#eee, #EFF5FB);
}


.ve-primary {
	background-color:#0275d8;
}
.ve-secondary {
	background-color:gray;
}
.ve-info {
	background-color:#5bc0de;
}
.ve-success {
	background-color:#5cb85c;
}
.ve-warning {
	background-color:#f0ad4e;
}
.ve-danger {
	background-color:red;
}

.subtext span {
	font-weight:normal;
}

#container-eintraege {
	width:100%;
}

.camera-button input {
	display: none;
}

#sig-canvas {
	border: 2px dotted #CCCCCC;
	border-radius: 5px;
	cursor: crosshair;
}


#stu-header {
	padding: 0 !important;
	margin: 0 !important;
}
#stu-content {
	padding: 0 !important;
	margin: 0 !important;
	background: radial-gradient(#eee, #668);
	height: 96vh;
	width: 100vw;
}
#stu-header h1 {
	font-family: "Arial", sans-serif !important;
	font-size: 3.5em;
	color: #fff;
}
#date {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 2em;
	padding: 0.5em;
	text-align: center;
}
#clock {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
	height: 130px;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	left: calc(50% - 300px);
	position: absolute;
	top: calc(50% - 65px);
	width: 600px;
}
.unit {
	background: linear-gradient(#aaa, #777);
	border-radius: 15px;
	box-shadow: 0 2px 2px #444;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 5em;
	height: 100%;
	line-height: 130px;
	margin: 0 10px;
	text-align: center;
	text-shadow: 0 2px 2px #666;
	width: 23%;
}


[data-role=footer]{bottom:0; position:absolute !important; top: auto !important; width:100%;} 


@media only screen and (min-width: 780px) {
    #btn_stempeln { 
        display:none;  
    }
}

.bildvorschau {
	height: 80px;
	max-width: 98%;
	border: 1px solid #000;
	margin: 10px 5px 0 0;
}

.bildvorschau-felder {
	width: 180px !important;
	font-size: 16px !important;
	margin-top:5px;
}

.float-right {
	float: right;
}

output {
	display: block;
}

.center-middle {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#bg-disabled
{
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	padding:0;
	margin:0;
	z-index: 10;
	width: 100%;
	height: 100vh;
	background: #fff;
	opacity: 0.8;
}

/***************************** Autocomplete ***********************************************/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  text-align: left;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
