/*@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans&display=swap');*/

html {
	font-family: 'Pontano Sans', sans-serif;
}

body {
	font: size 16px !important;
}

.logo {
	width: 310px;
}

h4 {
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 10px;
}

input {
	-webkit-appearance: none!important;
	-webkit-border-radius: 0!important;
}

input[type=button],
input[type=submit],
input[type=reset] {
	background-color: #acd1bc;
	border: 2px solid #acd1bc;
	color: white;
	padding: 10px 10px;
	text-decoration: none;
	cursor: pointer;
	width: 310px;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0;
}

input[name="logout"] {
	background: #ddd8ca;
	border: 2px solid #ddd8ca;
	margin-top: 0px;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0;
}

input[name="nummer"] {
	border: 2px solid #acd1bc;
	width: 310px;
	height: 30px;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0;
}

input[name="notiz"] {
	border: 2px solid #acd1bc;
	width: 310px;
	height: 30px;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0;
}

input[name="change"] {
	margin-right: 4px;
	margin-left: 0px;
	border: 2px solid #acd1bc;
	padding: 6px!important;
	color: black;
	vertical-align: bottom;
}

input[name="change"]:checked {
	background-color: #acd1bc;
}

input[name="username"] {
	border: 2px solid #acd1bc;
	width: 310px;
	height: 30px;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0;
}

input[name="passwort"] {
	border: 2px solid #acd1bc;
	width: 310px;
	height: 30px;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0;
}

.mischer-notiz {
	width: 310px!important;
	background-color: #fff!important;
	border: 0px solid #acd1bc;
	color: #000!important;
	padding: 0px!important;
	font-family: 'Pontano Sans', sans-serif!important;
	font-size: 36px;
	margin-right: 20px;
	margin-bottom: 4px;
        margin-top: 10px;
	display: block;
	-webkit-appearance: none!important;
	-webkit-border-radius: 0;
}

#ajaxdb {
       width: 310px!important;}

strong { margin-top: 4px; margin-right: 6px;}

span {  overflow-wrap: break-word;}

.table-admin {
text-align: left;
}

.table-admin th {
	min-width: 110px;
	height: 20px;
}

.table-admin .table-header th {
	font-size: small;
  }


  .table-admin tr:nth-child(2) th:nth-child(2) {
	min-width: 120px;
	text-align: left;
}



	.admin-del {
		width: 30px!important;
		height: 30px!important;
		background-color: #ddd8ca; 
		color: #ffffff;
		border: none;
		border-radius: 100%; 
		font-size: 25px; 
		cursor: pointer;
		outline: none; 
	  }

	

.admin-add {
	    width: 30px!important;
		height: 30px!important;
		background-color: #acd1bc; 
		color: #ffffff;
		border: none;
		border-radius: 100%!important; 
		font-size: 25px; 
		cursor: pointer;
		outline: none; 
		text-align: center!important;
		padding: 0px!important;
}

.admin-edt {
	width: 30px!important;
	height: 30px!important;
	background-color: #cccccc; 
	color: #000000;
	border: none;
	border-radius: 100%; 
	font-size: 25px; 
	cursor: pointer;
	outline: none; 
	padding: 0px;
	text-decoration: none;
	text-align: center!important;
	
		padding: 0px!important;
  }


.admin-change {
		background-color: #cccccc; 
		color: #000000;
		border: none;
		border-radius: 100%; 
		font-size: 14px; 
		cursor: pointer;
		outline: none; 
		padding: 4px 6px;
		text-decoration: none;
	  }

.admin-change:hover {
	color: #ffffff;
	background-color: #000000;
}

.admin-del:hover {
		background-color: darkred;
	  }

.admin-choose {
	background-color: #acd1bc; 
	color: #ffffff;
	border: none;
	font-size: 14px; 
	cursor: pointer;
	outline: none; 
	padding: 8px;
}

.admin-order-table {
	text-align: left;
}


.admin-added-table {
	text-align: left;
}

.admin-row-0 {
	width: 170px;
}

.admin-row-0 input {
	width: 160px;
}


.admin-row-1 {
	min-width: 240px;
}


.admin-row-2 {
	width:  60px;
}

.admin-row-2 input{
	width: 60px;
}

.admin-row-3 {
	width: 90px;
}

.admin-row-3 input {
	width: 80px;
}

.admin-row-4 {
	width: 100px;
}



#livesearch > table > tbody > tr {
	text-align: left;
}

#livesearch > table > tbody > tr:nth-child(2) > th:nth-child(2) {
	width: 100px;
}

#liveart > table > tbody > tr {
	text-align: left;
}

#liveart > table > tbody > tr:nth-child(2) > th:nth-child(2) {
	min-width: 90px;
}

#liveart {
	border: none!important;
}

.admin-articles th{
min-width: 50px;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0px;
	border-radius: 6px;
   
	/* Position the tooltip text - see examples below! */
	position: absolute;
	margin-top: 25px;
	z-index: 1;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
	visibility: visible;
  }