@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	box-sizing:border-box;
}

html, body{
	height:100%;
}

body{
	display:flex;
	flex-direction:column;
	background-color:#fff;
	color:#555;
	font-family: 'Fira Sans', sans-serif;
	font-size:16px;
	line-height:1.6em;
	margin:0;
	padding:0;
}

.container{
	flex: 1 0 auto;
	width:90%;
	max-width:1400px;
	margin:auto;
	overflow:hidden;
}

.content{
	margin-top:0px;
}

.embed{
	max-width:1000px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
	overflow:hidden;
}

ul{
	margin:0;
	padding:0;
}

header{
	/*z-index:10;*/
	top: 0;
	background-color:#fff;
	opacity:1;
	padding: 40px 0px 20px 0px;
	width:100%;
}

header .logo-container{
	display:inline-block;
	padding-left:15px;
}

header a img{
	height:60px;
}

header nav{
	float:right;
	margin-top:20px;
}

header li{
	list-style-type: none;
	padding: 0px 20px 0 20px;
	display:inline-flex;
}

header nav a{
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1em;
	font-weight:400;
	font-style:normal;
}

header nav a:hover{
	color:#009E73;
	transition:0.6s ease;
}

header nav .current a{
	color:#000;
	font-weight:bold;
}

.chevron-down{
	display:flex;
	justify-content: space-evenly;
	padding: 25px 0 0 0;
}

.chevron-down span i:hover{
	color:#009E73;
	transition:0.6s ease;
}

.gallery{
	display: flex;
	flex-flow: row wrap;
	max-width:1000px;
	margin:auto;
	padding: 0px 20px 0px 20px;
}

.responsive-gallery3{
	width:33%;
}

.responsive-gallery3 img{
	max-width:100%;
	height:auto;
	border-radius:0px;
	border:2px solid #fff;
}

.responsive-gallery2{
	width:50%;
}

.responsive-gallery2 img{
	max-width:100%;
	height:auto;
	border-radius:0px;
	border:2px solid #fff;
}

#projects{
	display: flex;
	flex-flow: row wrap;
}

.responsive{
	width:33%;
	padding:10px;
}

.responsive img{
	max-width:100%;
	height:auto;
	border-radius:6px;
}

.responsive img:hover{
	filter:grayscale(1);
}

.responsive img:hover{
	filter:grayscale(1);
}

.responsive img:hover{
	filter:grayscale(1);
}

#blackwhite img:hover{
	filter:invert(1);
}

.prozess-zff-daily-trailer{
	width:50%;
	padding:10px;
}

.prozess{
	display: flex;
	flex-flow: row wrap;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	padding-right:10px;
}

.prozess-zff-daily-trailer video{
	max-width:100%;
	height:auto;
}

.storyboard-fisch img{
	border-radius:20px;
}

.filterDiv{
	display: none;
}

.show{
	display: block;
}

#myBtnContainer{
	padding: 40px 0px 15px 15px;
}

.filter{
	border:none;
	outline:none;
	background-color:#fff;
	font-size:1em;
	font-weight:400;
	font-style:normal;	
}

.btn{
	border:none;
	outline:none;
	background-color:#fff;
	cursor:pointer;
	font-size:1em;
	font-weight:200;
	font-style:normal;	
}
  
.btn:hover{
	color: #009E73;
}

.btn.active{
	color: #000;
	font-weight:bold;
  }


.quote{
	font-size:2em;
	font-weight:200;
	font-style:italic;
	line-height:1.4em;
	text-align: left;
	display: block;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 40px 80px 40px;
}

.quote a{
	color:#555;
	text-decoration:none;
}

.quote a:hover{
	color:#009E73;
	transition:0.6s ease;
}

.showcase video{
	width:100%;
	height:auto;
	display:flex;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 20px 0 20px;
}

.video-projects{
	width:100%;
	max-width:1000px;
	height:auto;
	display:flex;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 20px 0 20px;
}

.video-vertical{
	display: flex;
	flex-flow: row wrap;
	max-width: 2000px;
	margin:auto;
	padding: 0px 20px 0 20px;
}

.responsive-video-vertical{
	width:25%;
}

.responsive-video-vertical video{
	max-width:100%;
	height:auto;
	border-radius:0px;
	border:5px solid #fff;
}

.iframe-container{
	overflow: hidden;
	/* 16:9 aspect ratio */
	padding-top: 56.25%;
	position: relative;
}
  
.iframe-container iframe{
	border: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.iframe-container-1-1{
	overflow: hidden;
	/* 1:1 aspect ratio */
	padding-top: 100%;
	position: relative;
}

.iframe-container-1-1 iframe{
	border: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.iframe-container-maschine{
	overflow: hidden;
	/* 1:0.75 aspect ratio */
	padding-top: 74.94%;
	position: relative;
}

.iframe-container-maschine iframe{
	border: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.text{
	font-size:1.2em;
	font-weight:200;
	font-style:normal;
	line-height:1.4em;
	text-align: left;
	display: block;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 0px 20px;
}

.text-vertical{
	font-size:1.2em;
	font-weight:200;
	font-style:normal;
	line-height:1.4em;
	text-align: left;
	display: block;
	max-width:2000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 0px 30px;
}

.text a{
	color:#555;
	text-decoration:none;
}

.text a:hover{
	color:#009E73;
	transition:0.6s ease;
}

.context{
	font-size:1em;
	font-weight:300;
	font-style:normal;
	line-height:1.4em;
	text-align: left;
	display: block;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 0px 20px;
}

.context-video-vertical{
	font-size:1em;
	font-weight:300;
	font-style:normal;
	line-height:1.4em;
	text-align: left;
	display: block;
	max-width:2000px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 0px 30px;
}

.context a{
	color:#555;
	text-decoration:none;
}

.context a:hover{
	color:#009E73;
	transition:0.6s ease;
}

.chevron-up{
	display:flex;
	justify-content: space-evenly;
	padding: 25px 0 25px 0;
}

.chevron-up span i:hover{
	color:#009E73;
	transition:0.6s ease;
}

.arrows{
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-size:1rem;
	font-weight:600;
	font-style:italic;
	text-decoration:underline;
	width:90%;
	max-width:1400px;
	margin:auto;
	padding: 100px 20px 40px 20px;
}

.arrows i:hover{
	color:#009E73;
	transition:0.6s ease;
}

footer{
	flex-shrink: 0;
	width:100%;
	background: #222;
	color:#fff;
	text-align:center;
	font-size:1em;
	font-weight:300;
	font-style:normal;
	padding:20px;
	margin-top:40px;
}

footer a{
	text-decoration: none;
	color:#fff;
}

footer li{
	float:center;
	display:inline;
	padding: 0 10px 0 10px;
}

footer span i:hover{
	color:#009E73;
	transition:0.6s ease;
}

@media only screen and (max-width:1400px){
	.responsive{
		width:49%;
	}

	.responsive-video-vertical{
		width:50%;
	}

	.responsive.maschine{
		width:33%;
		padding:2px;
	}
}

@media only screen and (max-width:600px){
	.responsive{
		width:100%;
	}

	.responsive-gallery2{
		width:100%;
	}

	.responsive-gallery3{
		width:100%;
	}

	.prozess-maschine{
		width:100%;
	}

	.prozess-zff-daily-trailer{
		width:100%;
	}

	.responsive-video-vertical{
		width:100%;
	}

	header nav{
		margin-top:0px;
	}

	header li{
		display:list-item;
		text-align:right;
		line-height: 1.4em;;
	}

	header nav a{
		font-size:90%;
	}

	header a img{
		height:45px;
		margin-top: 5px;
	}

	.content{
		margin-top: 0px;
	}

	video{
		width:100%;
	}

	.quote{
		font-size:120%;
		padding: 25px 40px 20px 40px;
	}

	.text{
		font-size:90%;
	}
	
	.context{
		font-size:90%;
	}

	#myBtnContainer{
		padding: 20px 0px 15px 15px;
	}

	#myBtnContainer button{
		padding:2px;
	}

	.filter{
		font-size:90%;
		font-weight:400;
	}

	.btn{
		font-size:90%;
		font-weight:200;
	}

	.chevron-down{
		padding-top:10px;
	}

	.chevron-down span i{
		font-size: 2rem;
	}

	.chevron-up{
		padding: 15px 0px 0px 0px;
	}

	.chevron-up span i{
		font-size: 2rem;
	}

	.arrows{
		font-size:90%;
		padding: 80px 20px 20px 20px;
	}

	.arrows span i{
		font-size:80%;
	}

	footer{
		font-size:80%;
	}

	footer span i{
		font-size: 1.4rem;
	}
}