div.flex-container {
	display: flex;
	flex-direction: row;
	margin-top: 2rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

div.col {
	flex: 1;
	/*flex-basis: 1;*/
}

div.gallery {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

div.portrait {
	min-width: 200px;
}

@media only screen and (min-width: 600px) {
	a.scroll-down {
		display: block;
		color: black;
		font-size: 3.5rem;
		margin-top: 8rem;
		margin-bottom: 8rem;
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	a.scroll-down {
		display: none;
	}
}

div.carousel {
	flex: 2;
	flex-basis: 500px;
	/*flex-basis: auto;*/
}

div.detailed-description {
	flex-basis: 300px;
}

span.film-title {
	font-size: 3.5rem;
	font-weight: bold;
}

span.film-producer a {
	color: black;
}

span.film-producer {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 15px;
}

p.synopsis {
	font-weight: bold;
	font-size: 1.5rem;
}

p.movie-title {
	text-decoration: underline;
}

h3.section-title {
	font-size: 1.5rem;
	font-weight: bold;
}

button.film {
	color: black;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0.5rem;
	border: 0.25rem solid black;
	outline: none;
	background: none;
}

div.imprint-link{
	position: fixed;
	right: 1rem;
	bottom: 1rem;
}
div.imprint-link > a {
	color: gray;
	text-decoration: none;
}

img.cover {
	border: 1px solid black;
  }
