
.post-date{
	background:#f4f4f4;
	padding: 4px;
	margin: 3px;
	display: block;
}

.goinbackground{
	background: #c9ff00;
	font-style: normal;
	font-weight: bolder;
	font-size: xx-large;
	text-align: center;
}

.form-control-xl {
	height: calc(8.5em + 8rem + 4px);
	padding: 0.5rem 1rem;
	font-size: 8.015625rem;
	line-height: 8.5;
	border-radius: 0.3rem;
}
.backgroundshow{
	background: #c9ff00;
	width: 100%;
	padding-top: 100px;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	font-style: normal;
	font-weight: bolder;
	font-size: 7em;
	text-align: center;
}
.abstand{
	margin:100px;
}
span{
	vertical-align: middle;
}

.klein{
	font-size: 0.5em;
	font-weight: normal;
}

.nochkleiner{
	font-size: 1em;
	font-weight: normal;
}

tbody tr:nth-child(even){
	background-color: #e4ebf2;
	color: #000;
}

#kunden{
	border: black;
	border-width: 0.5px;
	border-style: solid;
	background: darkgray;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;

}

#baustelle{
	border: black;
	border-style: solid;
	border-width: 0.5px;
	background: #7bcae6;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;

}


.btn-lg-custom{
	margin-top: 50px;
	padding: 50px;
	font-size: 0.5em;
}

@media (min-width: 768px) */
	.container .logincontainer, .logincontainer-sm, .logincontainer-md {
		max-width: 100%;
		height: 100%;
		font-size: 10em;
		font-weight: bolder;
		background: #27AE60;
	}

@media (min-width: 1500px) */
		.container .logincontainer, .logincontainer-sm, .logincontainer-md {
			max-width: 100%;
			height: 100%;
			font-size: 10em;
			font-weight: bolder;
			background: #27AE60;
		}

.tooltip {
		color: #c32e04;
		text-decoration: underline;
		cursor: help;
	}

input.larger {
		width: 50px;
		height: 50px;
	}


[data-tooltip] {
		position: relative;
	}

[data-tooltip]::after {
		content: attr(data-tooltip);
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.5s;
		display: block;
		position: absolute;
		bottom: 1em;
		left: -6em;
		width: 15em;
		padding: 0.5em;
		z-index: 100;
		color: #000;
		background-color: #ffebe6;
		border: solid 1px #c32e04;
		border-radius: 0.5em;
	}

[data-tooltip]:hover::after {
		opacity: 1;
	}

