*, html, body { margin: 0; padding: 0; }

html { 
	font-size: 1vw; 
	font-family: jaf-facitweb, sans-serif;
	background-color: #000;
}







/**************************************
**************** MENÜ *****************
**************************************/

@media (max-width: 900px) {
	#Menue {
		opacity: 1;
	}

	#MoritzDirks {
		display: none !important;
	}
	
	@media  (orientation: portrait) {
		ul {
			text-align: center;
		}
		
		li {
			/*font-size: 3.7em;
			padding-left: 2.6%;
			padding-right: 2.6%;*/
			font-size: 3.3em;
			padding-left: 1.8%;
			padding-right: 1.8%;
			padding-top: 1.8%;
			padding-bottom: 1.8%;
		}
	}

	@media  (orientation: landscape) {
		ul {
			margin-top: 0.8%;
			margin-bottom: 0.7%;
			text-align: right;
		}
		
		li {
			margin-right: 1.8%;
			font-size: 2em;
		}
	}
}

@media (min-width: 901px) {
	#Menue {
		opacity: 0;
	}
	
	ul {
		margin-top: 0.8%;
		margin-bottom: 0.7%;
		text-align: right;
	}
	
	li {
		margin-right: 1.8%;
		font-size: 1.15em;
	}

}

#Menue {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

#MenueBG {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #000;
	display: none;
}

#MoritzDirks {
	display: none;
	font-weight: 700;
}

ul {
	text-transform: uppercase;
}

li {
	display: inline-block;
	color: #fff;
}

li a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
}

li a:hover {
	transition: color .5s;
	opacity: 0.8;
}









/**************************************
**************** VIDEO ****************
**************************************/

@media (max-width: 900px) {
	#VideoBG {
		display: none;
	}

	#StartFotos { 
		position: relative; 
		width: 100%; 
		height: 100%;
	}
		
	#Starttext {
		width: 94%;
		margin-left: 3%;
		bottom: 8%;
	}
	
	#StartFotos > div { 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		right: 0px; 
		bottom: 0px;
		background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-position: center center;
		background-color: #000;
	}
	
	@media (orientation: landscape) {
		#Start {
			position: absolute;
			width: 100%;
			height: 100%;
		}
		
		#scrolldown {
			left: 50%;
			margin-left: -8%;
			width: 16%;
			display: block !important;
		}
	
		#scrolldown img {
			width: 100%;
		}

		#Still1 { background-image: url(pics/stills_startseite_2023/Still1_landscape.jpg); }
		#Still2 { background-image: url(pics/stills_startseite_2023/Still2_landscape.jpg); }
		#Still3 { background-image: url(pics/stills_startseite_2023/Still3_landscape.jpg); }
		#Still4 { background-image: url(pics/stills_startseite_2023/Still4_landscape.jpg); }
		#Still5 { background-image: url(pics/stills_startseite_2023/Still5_landscape.jpg); }
		#Still6 { background-image: url(pics/stills_startseite_2023/Still6_landscape.jpg); }
		#Still7 { background-image: url(pics/stills_startseite_2023/Still7_landscape.jpg); }
		#Still8 { background-image: url(pics/stills_startseite_2023/Still8_portrait.jpg); }
	}

	@media (orientation: portrait) {
		#Start {
			position: absolute;
			width: 100%;
			height: 70%;
		}
		
		#scrolldown {
			left: 50%;
			margin-left: -15%;
			width: 30%;
			display: block !important;
			bottom: -20%;
		}
	
		#scrolldown img {
			width: 100%;
		}

		#Still1 { background-image: url(pics/stills_startseite_2023/Still1_portrait.jpg); }
		#Still2 { background-image: url(pics/stills_startseite_2023/Still2_portrait.jpg); }
		#Still3 { background-image: url(pics/stills_startseite_2023/Still3_portrait.jpg); }
		#Still4 { background-image: url(pics/stills_startseite_2023/Still4_portrait.jpg); }
		#Still5 { background-image: url(pics/stills_startseite_2023/Still5_portrait.jpg); }
		#Still6 { background-image: url(pics/stills_startseite_2023/Still6_portrait.jpg); }
		#Still7 { background-image: url(pics/stills_startseite_2023/Still7_portrait.jpg); }
		#Still8 { background-image: url(pics/stills_startseite_2023/Still8_portrait.jpg); }
	}
	
	#Still2, #Still3, #Still4, #Still5, #Still6, #Still7, #Still8, #Still9, #Still10 { display: none; }
}

@media (min-width: 901px) {
	#Start {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
	#StartFotos {
		display: none;
	}
	
	#VideoBG {
		background-image: url(pics/still_film_2025.jpg);
		background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		height: 100%;
		width: 233.00970874vh;
		min-width: 100%;
		min-height: 42.91vw;
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
	video {
		object-fit: contain;
	}
	
	#Starttext {
		width: 90%;
		margin-left: 5%;
		bottom: 6%;
		display: none;
	}
	
	#scrolldown {
		left: 50%;
		margin-left: -50px;
	}
	
	#scrolldown img {
		width: 100px;
	}
}

#Starttext {
	z-index: 10;
	position: absolute;
}

#scrolldown {
	position: absolute;
	opacity: 0.7;
	display: none;
}

#scrolldown:hover {
	opacity: 1.0 !important;
	cursor: pointer;
	transition: opacity .5s;
}
	



/**************************************
************* PROJEKTE ****************
**************************************/



#Projekte {
	width: 100%;
	background-color: #000;
}

@media (max-width: 900px) {
	@media  (orientation: portrait) {
		.Rest {
			position: absolute;
			top: 74%;
			width: 100%;
			padding-top: 3%;
		}
		
		.Arbeit {
			width: 100%;
		}
	}

	@media  (orientation: landscape) {
		.Rest {
			position: absolute;
			top: 100%;
			width: 100%;
			padding-top: 3%;
		}
		
		.Arbeit {
			width: 50%;
		}
		
		.rahmen2, .rahmen4, .rahmen6, .rahmen8, .rahmen10, .rahmen12, .rahmen14 {
			clear: both;
		}
	}

	.ArbeitenPlay {
		display: block !important;
		opacity: 0.7;
	}

	.ArbeitenPlay img {
		width: 100%;
		height: auto;
		margin-top: 140%;
	}
}

@media (min-width: 901px) {
	.Rest {
		position: absolute;
		top: 100%;
		width: 100%;
		padding-top: 3%;
	}
	
	.Arbeit {
		width: 33.3333%;
	}

	.ArbeitenPlay {
		display: none;
		opacity: 0.8;
	}

	.ArbeitenPlay img {
		width: 16%;
		height: auto;
		margin-top: 20%;
	}
	
	.rahmen3, .rahmen6, .rahmen9, .rahmen12, .rahmen15 {
		clear: both;
	}
}

.Arbeit {
	height: auto;
	float: left;
}

.Arbeiten {
	width: 100%;
	/*height: 300px;*/
	float: left;
	background-position: center center;
	background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	opacity: 1.0;
}

@media (max-width: 900px) {
	@media (orientation: portrait) {
	.Arbeiten { height: calc(100vw*0.5625); }
	}
	@media (orientation: landscape) {
	.Arbeiten { height: calc(100vw*0.2812); }
	}
}

@media (min-width: 901px) {
	.Arbeiten { height: calc(100vw*0.1875); }
}

.Projekttitel {
	float: left;
	margin-top: 2.5%;
	margin-left: 3%;
	width: 94%;
	display: inline-block;
	padding-bottom: 6%;
}

.ArbeitenPlay {
	width: 15%;
	padding-left: 42%;
}

.ArbeitenPlay:hover {
	opacity: 1.0;
}






/**************************************
************* ABOUT ME****************
**************************************/

#AboutMe {
	width: 100%;
	background-color: #060606;
	overflow: hidden;
}

#AboutMeRahmen {
	width: 100%;
	margin-left: 0%;
}
	
@media (max-width: 900px) {
	@media  (orientation: portrait) {
		#AboutMe {
			padding-top: 4%;
			background-image: url(pics/moritz-dirks.jpg);
			background-repeat: no-repeat;
			background-position: bottom left;
			background-size: 45%;
			padding-bottom: 60%;
		}
		
		#AboutMeText {
			width: 90%;
			float: left;
			padding-top: 3%;
			margin-left: 5%;
		}
	}
	
	@media  (orientation: landscape) {
		#AboutMe {
			padding-top: 3%;
			background-image: url(pics/moritz-dirks.jpg);
			background-repeat: no-repeat;
			background-position: bottom left;
			background-size: 25%;
			padding-bottom: 3%;
		}
		
		#AboutMeText {
			width: 65%;
			float: left;
			padding-top: 2%;
			margin-left: 30%;
		}
	}
	
	#AboutMeFoto {
		display: none;
	}
	
}

@media (min-width: 901px) {
	#AboutMe {
		padding-top: 5%;
		padding-bottom: 0;
	}
	
	#AboutMeFoto {
		width: 37%;
		float: left;
		text-align: left;
	}
	
	#AboutMeFoto img {
		width: 75%;
		margin-bottom: -4px;
	}
	
	#AboutMeText {
		width: 53%;
		float: left;
		padding-top: 13.5%;
	}
}







/**************************************
************** REFRAME ****************
**************************************/

@media (max-width: 900px) {
	@media  (orientation: portrait) {
		#Reframe {
			padding-top: 11.5%;
			padding-bottom: 5%;
		}
	
		#ReframeLogo {
			margin-bottom: 11%;
		}
	
		#ReframeLogo img {
			width: 50%;
		}
	}

	@media  (orientation: landscape) {
		#Reframe {
			padding-top: 6%;
			padding-bottom: 3%;
		}
	
		#ReframeLogo {
			margin-bottom: 4%;
		}
	
		#ReframeLogo img {
			width: 30%;
		}
	}
	
	#Reframe {
		width: 100%;
		height: 100%;
	}

	#ReframeRahmen {
		width: 90%;
		margin-left: 5%;
	}
	
	#ReframeText {
		width: 100%;
		text-align: left;
	}
	
	#ReframeLogo {
		width: 100%;
		text-align: center;
	}

}

@media (min-width: 901px) {
	#Reframe {
		width: 100%;
		padding-top: 8%;
		padding-bottom: 7%;
	}

	#ReframeRahmen {
		width: 76%;
		margin-left: 12%;
	}

	#ReframeText {
		width: 60%;
		text-align: left;
		float: left;
	}

	#ReframeLogo {
		margin-bottom: 6%;
		float: right;
		width: 30%;
	}
	
	#ReframeLogo img {
		width: 100%;
	}

}

#Reframe {
	background-color: #0c0c0c;
}








/**************************************
************** HOCHSCHULE ****************
**************************************/

@media (max-width: 900px) {
	@media  (orientation: portrait) {
		#Uni {
			padding-top: 11.5%;
			padding-bottom: 5%;
		}
	
		#UniLogo {
			margin-bottom: 11%;
		}
	
		#UniLogo img {
			width: 50%;
		}
	}

	@media  (orientation: landscape) {
		#Uni {
			padding-top: 6%;
			padding-bottom: 3%;
		}
	
		#UniLogo {
			margin-bottom: 4%;
		}
	
		#UniLogo img {
			width: 30%;
		}
	}
	
	#Uni {
		width: 100%;
		height: 100%;
	}

	#UniRahmen {
		width: 90%;
		margin-left: 5%;
	}
	
	#UniText {
		width: 100%;
		text-align: left;
	}
	
	#UniLogo {
		width: 100%;
		text-align: center;
	}

}

@media (min-width: 901px) {
	#Uni {
		width: 100%;
		padding-top: 8%;
		padding-bottom: 7%;
	}

	#UniRahmen {
		width: 76%;
		margin-left: 12%;
	}

	#UniText {
		width: 60%;
		text-align: left;
		float: right;
	}

	#UniLogo {
		margin-bottom: 6%;
		float: left;
		width: 30%;
	}
	
	#UniLogo img {
		width: 100%;
	}

}

#Uni {
	background-color: #121212;
}








/**************************************
************** KONTAKT ****************
**************************************/

#Kontakt {
	width: 100%;
	background-color: #fff;
}

@media (max-width: 900px) {

	@media  (orientation: portrait) {
		#Kontakt {
			padding-top: 6%;
			padding-bottom: 3.5%;
		}
		
		#instagram img {
			height: 2.6em;
		}
		
		#instagram a:first-of-type {
			margin-right: 3.5%;
		}
		
		#instagram a:nth-of-type(2) {
			margin-right: 2%;
		}
		
		#instagram {
			margin-top: 15%;
			margin-bottom: 1% !important;
		}
	}

	@media  (orientation: landscape) {
		#Kontakt {
			padding-top: 4%;
			padding-bottom: 1%;
		}
		
		#instagram img {
			height: 2em;
		}
		
		#instagram a:first-of-type {
			margin-right: 1.5%;
		}
		
		#instagram a:nth-of-type(2) {
			margin-right: 0.8%;
		}
		
		#instagram {
			margin-top: 7%;
			margin-bottom: 1% !important;
		}
	}
}

@media (min-width: 901px) {
	#Kontakt {
		padding-top: 3.5%;
		padding-bottom: 1.5%;
	}
	
	#instagram img {
		height: 2.3em;
	}
	
	#instagram a:first-of-type {
		margin-right: 1%;
		margin-left: 0%;
	}
	
	#instagram a:nth-of-type(2) {
		margin-right: 0.6%;
	}
	
	#instagram {
		margin-top: 5%;
	}
	
	#Datenschutz1, #Datenschutz2 {
		width: 48%;
	}

	#Datenschutz1 {
		float: left;
	}

	#Datenschutz2 {
		float: right;
	}
}

#instagram img {
	opacity: 0.85;
}

#instagram img:hover {
	opacity: 1;
}

#ImpressumLink, #DatenschutzLink, .Schliessen {
	text-decoration: underline;
	cursor: pointer;
}

.Schliessen {
	margin-top: 3em;
	clear: both;
}

#Impressum, #Datenschutz {
	width: 90%;
	margin-left: 5%;
	margin-top: 5%;
	display: none;
}






/**************************************
***** TYPO GESTALTUNG *****************
**************************************/

/* Start-Video */
h1 {
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

b {
	font-weight: 700;
	color: rgba(255, 255, 255, 1.0);
}

/* Projekte */
h3 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.Projekttitel p {
	font-weight: 300;
}

.details {
	color: #999;
}

/* Reframe, About Me & Kontakt */
#Reframe p, #AboutMe p, #Kontakt p, #Uni p {
	font-weight: 200;
}

#Reframe p, #Reframe p a, #AboutMe p, #AboutMe p a, #Uni p, #Uni p a {
	color: #fff;
}

#Reframe p a:hover, #AboutMe p a:hover, #Uni p a:hover {
	color: #ccc;
}

/* Impressum etc. */
h2 {
	text-align: center;
	font-weight: 600;
}

h2, h4, h5 {
	color: #0A0A0A;
	text-transform: uppercase;
}

h4 {
	font-weight: 600;
}

h5 {
	font-weight: 400;
}

#Kontakt p, #Kontakt p a {
	color: #0A0A0A;
}

#Kontakt p a:hover {
	color: #333;
}






/**************************************
********* TYPO GRÖSSEN ****************
**************************************/

@media (max-width: 900px) {
	@media  (orientation: portrait) {

		/* Start-Video */
		h1 {
			font-size: 4.5em;
			line-height: 1.2em;
			margin-bottom: 8%;
		}
		
		/* Projekte */
		h3 {
			font-size: 3em;
			line-height: 1.2em;
		}
		
		.Projekttitel p {
			font-size: 2.6em;
			margin-top: 0.3%;
		}
		
		/* Reframe, About Me & Kontakt */
		#Reframe p, #AboutMe p, #Kontakt p, #Uni p {
			font-size: 4em;
			line-height: 1.45em;
			margin-bottom: 5%;
		}
	
		#Reframe p, #AboutMe p, #Uni p {
			text-align: left;
		}
	
		#Kontakt p {
			text-align: center;
			margin-bottom: 2%;
		}
		
		/* Impressum etc. */
		h2 {
			font-size: 7.5em;
			margin-bottom: 2%;
		}
		
		#impressumdatenschutz, #Impressum p, #Datenschutz p {
			font-size: 3em !important;
		}
		
		#Impressum p, #Datenschutz p {
			text-align: left;
			margin-bottom: 3% !important;
		}
		
		h4 {
			font-size: 5em;
			margin-bottom: 1%;
			margin-top: 2%;
		}
		
		h5 {
			font-size: 4em;
			margin-bottom: 0.2%;
			margin-top: 4%;
		}
			
		#Kontakt p {
			margin-bottom: 4%;
		}
	}

	@media  (orientation: landscape) {

		/* Start-Video */
		h1 {
			font-size: 3.75em;
			line-height: 1.2em;
			margin-bottom: 3%;
		}
		
		/* Projekte */
		h3 {
			font-size: 2em;
			line-height: 1.2em;
		}
		
		.Projekttitel p {
			font-size: 1.6em;
			margin-top: 0.3%;
		}
		
		/* Reframe, About Me & Kontakt */
		#Reframe p, #CCC p, #AboutMe p, #Kontakt p, #Uni p {
			font-size: 1.6em;
			line-height: 1.45em;
			margin-bottom: 2.5%;
		}
	
		#Reframe p, #CCC p, #AboutMe p, #Uni p {
			text-align: left;
		}
	
		#Kontakt p {
			text-align: center;
			margin-bottom: 2%;
		}
		
		/* Impressum etc. */
		h2 {
			font-size: 4em;
			margin-bottom: 2%;
		}
		
		#impressumdatenschutz, #Impressum p, #Datenschutz p {
			font-size: 1.5em !important;
		}
		
		#Impressum p, #Datenschutz p {
			text-align: left;
			margin-bottom: 1.5% !important;
		}
		
		h4 {
			font-size: 2.75em;
			margin-bottom: 0.5%;
			margin-top: 2%;
		}
		
		h5 {
			font-size: 1.8em;
			margin-bottom: 0.1%;
			margin-top: 2.25%;
		}
			
		#Kontakt p {
			margin-bottom: 4%;
		}
	}
}

@media (min-width: 901px) {
	/* Start-Video */
	h1 {
		font-size: 2.7em;
		line-height: 1.25em;
		margin-bottom: 1em;
	}
	
	/* Projekte */
	h3 {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	
	.Projekttitel p {
		font-size: 1em;
		margin-top: 0.3%;
	}
	
	/* Reframe, About Me & Kontakt */
	#Reframe p, #CCC p, #AboutMe p, #Kontakt p, #Uni p {
		font-size: 1.3em;
		line-height: 1.55em;
		margin-bottom: 2.5%;
	}

	#Impressum p, #Datenschutz p {
		text-align: left !important;
	}
	
	#Kontakt p {
		text-align: center;
	}

	/* Impressum etc. */
	h2 {
		font-size: 1.7em;
		margin-bottom: 1%;
	}
	
	#impressumdatenschutz {
		font-size: 1em !important;
	}
	
	#Datenschutz p {
		font-size: 1em;
	}
	
	#Datenschutz1 p, #Datenschutz2 p {
		font-size: .75em;
	}
	
	h4 {
		font-size: 1.4em;
		margin-bottom: 0.5%;
	}
	
	h5 {
		font-size: 1em;
		margin-bottom: 0.1%;
		margin-top: 1.8%;
	}
	
	#Datenschutz p {
		margin-bottom: 0.5% !important;
	}
	
	#Kontakt p {
		margin-bottom: 2%;
	}
}