body {
#	background-image:url('/img/00000.JPG');
#	background-image:url('/img/hintergrund2.jpg');
#	background-image:none;
#	background-color:white;
#	background-position: center;
#  	background-size: cover;
#	background-attachment: fixed;
}

.content{
#	background-color: white;
#	opacity: 0.8;
}

@media only screen and (min-width: 700px) {
  svg{
    height: 300;
  }
}

#video_background {
#	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
#video_pattern {
	background-image: url(./pattern.png);
	position: fixed;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.tododiv {
	display: grid;
	grid-template-columns: 0.1fr 1fr 1fr 1fr;
}

@media only screen and (min-width: 300px) {
	.tododiv{
		display: grid;
		grid-template-columns: 0.1fr 1fr 1fr 1fr;
	}
}