@charset "utf-8";

@media (max-width: 990px) {
	.navbar-collapse {
		background-color: rgba(255,221,0,0.32);
	}
}

.min-seite-hoehe {
  min-height: calc(100vh - 100px);
}

.fusszeile {
  background-color: #ffdd00; 
  min-height: 100px;
}

p {
  margin-top: 0;
  margin-bottom: 3px;
}

.hand {
  cursor: pointer;
}

.fueller {
	width: 100%;
	height: 95vh;
}

.zeile:hover {
  background-color: rgba(198,198,198,0.62);
}


