header {
	display: none;
}
footer {
	display: none;
}
#spaceFoot {
	display: none;
}
.suchleiste{
	display: none;
}
#suchbegriff{
	display: none;
}
.notPrint{
	display: none;
}
.glow-on-hover{
	display: none;
}
.barcode {
	font-family: 'Libre Barcode 39';
	color: black;
	font-size: 600%;
}
.druck {
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: center top;
	width:100%;
	text-align: center;
}
.druck img{
	margin-top: 0;
}
.druckName{
	padding-top: 20;
	color: black;
	font-size: 190%;
	font-family: sans-serif;
	font-weight: bold;
}
.info{
	border-radius: 20px;
	width: 95%;
	height: 95%;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	overflow: auto;
	word-wrap: break-word;
	margin: 10px 10px 10px 10px;
}
.info input{
	height: 25px;
	width: 100%;
	font-size: 15px;
}
.info select{
	width: 100%;
	margin-top: 2px;
	font-size: 15px;
}
.info textarea{
	margin-top: 5px;
	font-size: 15px;
}
.info p{
	margin-top: 5px;
	font-size: 150%;
	color: white;
	background: rgba(60, 60, 60, 0.6);
}
.info .fl-table{
	background-color: white;
}
.info h3{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width:100%;
	height: 40px;
	text-align: center;
	font-size: 200%;
	font-weight:bold;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bigtext{
	width: 100%;
	height: 150px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	resize: none;
}
.info h2{
	color: white;
	text-align:center;
	margin-bottom: 8px;
}
.info input[type="file"]{
	height: 40px;
	color: white;
}