
html {
	width: 100%;
	background-color: #333;
	font-family: sans-serif;

}

body {
	color: white;
	background: black;
}

img {
  max-width: 100%;
  display: block;
}

#bg {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0px;
	z-index: -1;
}

a.tab {
	position: absolute;
	font-family: sans-serif;
	font-size: small;
	color: white;
	top: 3px;
	left: 5px;
}

a.footer {
	font-family: sans-serif;
	font-size: small;
	color: white;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:active {
	color: white;
}

#footer {
  	position: fixed;
  	bottom: 0px;
	left: 0;
  	width: 100%;
	height:42px;
	background-color: red;
	color: white;
}

#footerMessage {
	animation-name: slide-right;
	animation-duration: 20s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	color: white;
	text-align: center;
	margin: .5em;
}

#menuContainer {
  	position: fixed;
  	top: 0;
	left: 0;
  	width: 100%;
	height:42px;
	background-color: #333;
}

.item-left {
	width: 50%;
	align-self: flex-start;
}

.item-center-flex {
	display: flex;
	flex-direction: row;
	width: 80%;
	align-self: stretch;
	justify-self: stretch;
	/*background: rgba(.5,.5,.5,.1);*/
}

.item-right {

	width: 50%;
	align-self: flex-end;
}

.item-center {

	width: 50%;
	align-self: center;
}

.inset {
	display: flex;
	flex-direction: column;
	margin: 2em;
	padding: .5em;
	align-self: stretch;
	justify-self: stretch;
	background: rgba(.5,.5,.5,.5);

}

.description {
	float: left;
	padding: 1em;
	margin: 0em;
	background: rgba(.5,.5,.5,.5);
}

.padded {
	margin: 1em;
}

.moviebox-center {
	display: block;
	position: relative;
	width: 400px;
	height: 704px;
	min-width: 400px;
	margin: auto;
	top: 42px;
	padding-bottom: 1em;
	/*object-fit: cover;*/
	background-color: #333;
	z-index: 1;
}

@media screen and (max-width:600px) {
	html {
		font-family: sans-serif;
		font-size:    small;
	}
	.main {
		top: 2%;
	}
	.main > div {
		margin-top: 16em;
		margin-left:1em;
		margin-right:1em;
		padding: 0em;

	}
	.menu {
		padding-left: 25%;
	}
	[class*="item-"] {
		width: 100%;
		align-self: center;
	}
	.textbox {
		position: relative;
		width: 100%;
		min-width: 400px;
		margin:auto;
		padding: .5em;
		border-style: none;

		border-width: 0px;
		font-family: sans-serif;
		background: rgba(.5,.5,.5,.5);
		color: white;
		z-index: 2;
	}
}

@media screen and (max-width:1020px) and (min-width: 601px) {
	html {
		font-family: sans-serif;
		font-size:    small;
	}
	.main {
		top: 5%;
	}
	[class*="item-"] {
		width: 70%;
	}
	.textbox {
		position: relative;
		width: 80%;
		min-width: 600px;
		margin:auto;
		padding: .5em;
		border-style: none;

		border-width: 0px;
		font-family: sans-serif;
		background: rgba(.5,.5,.5,.5);
		color: white;
		z-index: 2;
	}
}

@media screen and (min-width:1021px) {
	.main {
		top: 4%;
	}
	.textbox {
		position: relative;
		width: 80%;
		min-width: 500px;
		margin:auto;
		padding: 1em;
		border-style: none;

		border-width: 0px;
		font-family: sans-serif;
		background: rgba(.5,.5,.5,.5);
		color: white;
		z-index: 2;
	}
}

@media screen and (min-width:1921px) {
	#intro {
		width: 25%;
		min-width: 600px;
		top: 60%;
		right: 0%;
		padding: .5em;
	}
	.main {
		top: 5%;
	}
	.main > div {
		margin:auto;
		padding: 0em;

	}
	.inset {
		margin: 4em;

	}
}

#headerbox {
	display: block;
	position: relative;
	/*position: relative;*/
	top: 0;
	left: 0;
	right: 0;
	border-style: none;
	z-index: 4;
}

/*#contact {
	position: fixed;
	background: rgba(.2,.2,.2,.2);
	color: white;
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
	padding: .2em;
	z-index: 6;
	border-style: none;
	font-family: sans-serif;
}*/

.view {
	position: absolute;
	width: 50%;
	height: auto;
	min-width: 800px;
	min-height: 450px;
	border-style: none;
	z-index: 2;
}

#embedded {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	background: black;
}

.embedded {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}

.embedded-small {
	position: relative;

	width: 100%;
}



.floatleft {
	float: left;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-right: 1em;
	padding: 0em;

}


.contentbox-center {
	display: block;
	position: relative;
	width: 100%;
	object-fit: cover;
	margin-left: auto;
	padding-top: 6em;

	/*bottom: 0px;*/
	z-index: 1;
}


.moviebox-left {
	position: relative;

	width: 60%;
	min-width: 400px;
	margin-top:5em;
	margin-bottom:4em;
	margin-left:2em;
	border-style: none;

	border-width: 0px;
	font-family: sans-serif;

	color: white;
	z-index: 2;
}

.moviebox-right {
	position: relative;
	width: 60%;
	min-width: 400px;
	margin-top:5em;
	margin-bottom:4em;
	margin-left: auto;
	margin-right:2em;
	border-style: none;
	border-width: 0px;
	font-family: sans-serif;
	color: white;
	z-index: 2;
}

.description-right {
	position: relative;
	float: left;
	width: 50%;
	min-width: 350px;
	margin-left: 0em;
	margin-right: auto;
	padding: 1em;
	background: rgba(.5,.5,.5,.5);
	color: white;

	z-index: 6;
}

.description-left {
	position: relative;
	width: 50%;
	min-width: 350px;
	margin-left: auto;
	margin-right: 0em;
	padding: 1em;
	background: rgba(.5,.5,.5,.5);
	color: white;

	z-index: 6;
}

.textbox-center {
	position: relative;

	width: 50%;
	min-width: 400px;
	margin: auto;
	margin-top: 6em;
	border-style: none;

	border-width: 0px;
	padding: 1em;
	font-family: sans-serif;
	color: white;
	z-index: 2;
}

.textblock {
	padding: 1em;
}

/*#impressum {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 20px;
	left: 100px;
	font-size:    small;
	font-family: sans-serif;
	border-style: none;
}*/

#datenschutz {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 0px;
	left: 380px;
	font-size:    7pt;
	font-family: sans-serif;
	border-style: none;
}

#disclaimer {
	position: absolute;
	width: 300px;
	height: 400px;
	top: 0px;
	left: 20px;
	font-size:    7pt;
	font-family: sans-serif;
}

#copyright {
	position: relative;
	top: 3px;
	left: 3px;
	font-size:    small;
	font-family: sans-serif;
}

.smallfont {
	font-size:    small;
	font-family: sans-serif;
}

a.visited {
	border-style: none;
}

a.link {
	border-style: none;
}

a.active {
	border-style: none;
}
