body {
	margin-top: 0px;
	background-color: black;
	font-size: 100%;
}

@font-face {
font-family: 'Futura';
src: url('FuturaPT-Medium.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Futura';
src: url('FuturaPT-Bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Futura';
src: url('FuturaPT-Extra-Bold.otf') format('opentype');
font-weight: bolder;
font-style: normal;
}

@font-face {
font-family: 'Helvetica';
src: url('HelveticaNeueLTStd-Lt.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Helvetica';
src: url('HelveticaNeueLTStd-LtIt.otf') format('opentype');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'Helvetica';
src: url('HelveticaNeueLTStd-Bd.otf') format('opentype');
font-weight: bold;
font-style: normal;
}

.fist {
	clear: both;
	max-width: 1000px;
	margin: auto;
}

/* FILMMAKERS CSS */

.flex-fist {
    clear: both;
    max-width: 1000px;
    margin: auto;
    display: block;
    padding-top: 30px;
}

.fm-image-box {
	clear: both;
	display: block;
	float: none;
	width: 80%;
	max-width: 500px;
	margin: auto;
	padding-top: 1em;
	border-top: 0px;
	text-align: center;
}

.fm-image-box img {
	width: 100%;
	max-width: 500px;
}

.fm-text-box {
	padding-top: 30px;
    width: 90%;
    color: white;
}

p.fm-name {
    text-align: left;
    color: white;
    padding-left: 20px;
    padding-bottom: 10px;
    margin: auto;
    font-family: "Futura", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: clamp(1.8rem, 5vw, 3.2rem);
    white-space: nowrap;
    text-overflow: ellipsis;
}

p.fm-text {
    text-align: left;
    color: white;
    padding-left: 20px;
    padding-bottom: 16px;
    margin: auto;
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
    line-height: 125%;
}

/* About page */

p.knuckle {
    text-align: left;
    color: white;
    padding-top: 20px;
    padding-bottom: 8px;
    margin: auto;
    font-family: "Futura", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.8em;
}



/* Featured Press and Laurels */

.pressbutt {
	width: 38%;
	max-width: 200px;
	margin: 1%;
	display: inline-block;
	text-align: center;
}

.pressbutt img {
	width: 100%;
	border-radius: 25px;
}

p.normy {
    text-align: left;
    color: white;
    margin: auto;
    padding: 20px;
    padding-top: 40px;
    display: block;
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
    line-height: 125%;
}

p.columns {
    text-align: center;
    column-count: 2;
    color: white;
    margin: auto;
    padding:20px;
    padding-top: 40px;
    display: block;
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 1em;
}

.big-break {
    display: block;
    line-height: 2.5em;
}

.right_poster img {
	display: block;
	float: none;
	width: 80%;
	margin: auto;
	padding: 0px;
	padding-top: 1em;
	border: 0px;
	text-align: center;
	clear: both;
}

.left_poster img {
	clear: both;
	float: left;
	width: 40%;
	padding-top: 30px;
	padding-right: 30px;
}

.laurel {
	clear: both;
	display: block;
	float: none;
	width: 80%;
	max-width: 500px;
	margin: auto;
	padding-top: 1em;
	border-top: 0px;
	text-align: center;
}

.laurel img {
	width: 100%;
	max-width: 500px;
}

.smbutt {
	width: 30%;
	max-width: 100px;
	margin: 1%;
	display: inline-block;
	text-align: center;
}

.smbutt img {
	width: 100%;
	border-radius: 25px;
}

.title_banner img {
	display: block;
	width: 100%;
	clear: both;
	margin: auto;
}

.subbanner img {
	width: 100%;
	max-width: 480px;
	float: right;
}

/* Vimeo videos on front page */

.video_container {
	clear: both;
	display: block;
	margin: auto;
	width: 100%;
	padding-top: 30px;
	max-width: 1000px;
	text-align: center;
}

p.finger {
	clear: both;
	display: block;
	text-align: center;
	color: white;
	max-width: 1200px;
	margin: auto;
	padding-top: 1em;
	padding-bottom: 0 px;
	font-family: "Futura";
    font-weight: bold;
    font-style: normal;
    font-size: clamp(1.8rem, 5vw, 3.2rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 200%;
}

/* link colors */
a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
    color: orange;
}

a:active {
    color: red;
}

/* putting title over banner image */

.elternteil-img{
    position: relative;
    display: block;
	width: 100%;
	clear: both;
	max-width: 1400px;
	margin: auto;
}

.elternteil-img-responsive{
	display: block;
	width:100%;
	height:auto;
}

.kind-img{
    position: absolute;
    width: 54%;
    min-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}