.inside{
	margin-top:100px !important;
}

.h100 {
    height: 100% !important;
}

.black {
	background-color: #000000;
}

.top-content{
	position: absolute;
	width: 100%;
	z-index: 90;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	left: 0;
	box-shadow: 2px 3px 10px
	rgba(0, 0, 0, 0.15);
	border-radius: 2px;
}
.holzkal_tbl {
    margin-right:auto;
    margin-left:auto;
    vertical-align:middle;
    text-align:center;
    border:1px solid #757171;
}

.holzkal_hdr {
    background-color:#1c1c1c;
    color:#fff;
}
.holzkal_is {
    background-color:#f77474;
    font-weight:bold;
    color:#000;
}
.holzkal_isnot {
    border:1px solid #757171;
    font-weight:bold;
    color:#000;
}

/*Mitarbeiter */
.grid-container {
  display: grid; /* or inline-grid */
  
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1em;
}


/* stylistic properties only */
.grid-container {
  justify-content: center;
  margin: 1em;
}
