@charset "UTF-8";
/* CSS Document */

.content{
	display:block;
	}

.content_responsive{
	display:none;
	}
.wrapper_about{
	width:950px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	}	

.wrapper_landscape{
	width:950px;
	height:7000px;
	margin-left:auto;
	margin-right:auto;
	}	
.wrapper_portrait{
	width:950px;
	height:3100px;
	margin-left:auto;
	margin-right:auto;
	}
	
.wrapper_family{
	width:950px;
	height:3700px;
	margin-left:auto;
	margin-right:auto;
	}
	
.wrapper_fashion{
	width:950px;
	height:17500px;
	margin-left:auto;
	margin-right:auto;
	}

.wrapper_flyer{
	width:950px;
	height:1800px;
	margin-left:auto;
	margin-right:auto;
	}
	
.wrapper_poster{
	width:950px;
	height:3100px;
	margin-left:auto;
	margin-right:auto;
	}
	
	.wrapper_cinematography{
	width:950px;
	height:2500px;
	margin-left:auto;
	margin-right:auto;
	}
	
.wrapper_label{
	width:950px;
	height:2300px;
	margin-left:auto;
	margin-right:auto;
	}

.wrapper_logo{
	width:950px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	}
	

.wrapper_others_gd{
	width:950px;
	height:2700px;
	margin-left:auto;
	margin-right:auto;
	}
	
.wrapper_others_p{
	width:950px;
	height:1200px;
	margin-left:auto;
	margin-right:auto;
	}

.wrapper_contact{
	width:950px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	}

.beschreibung hr{
		height:1px;
		border:none;
		background-color:#4b4b4b;
		width:20px;
		text-align:left;
		transition:all 0.5s ease;
		margin-top:2%;
		}
		
	.beschreibung{
	float:right;
	width:50%;
	height:auto;
	background-color:#ede9e5;
	margin-bottom:0px;
	padding-left:4%;
	padding-top:8%;
	margin-top:0%;
	padding-bottom:3%;
	}
	
		
.beschreibung:hover hr{
			width:45%;
			left:-90px;
			
		}
	
.beschreibung p{
	width:70%;
	line-height:17px;
	font-family:"BenchNine", sans-serif;
	font-size:15px;
	color:#4b4b4b;
	letter-spacing:0.02em;
	font-weight:300px;
	margin-top:2%;
	
	}

.unterseite_unterkategorie{
	color:#4b4b4b;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	font-size:70px;
	line-height:70px;
	}

.unterseite_kategorie{
	color:#4b4b4b;
	font-family: 'BenchNine', sans-serif;
	text-transform:uppercase;
	font-size: 40px;
	letter-spacing:0.01em;
	margin-top:-1%;
	}
	

	
.content_info{
	background-color:#a1bebb;
	width:50%;
	height:auto;
	padding-top:1%;
	padding-bottom:1%;
	padding-left:4%;
	padding-right:4%;
	float:right;
	line-height:17px;
	font-family:"BenchNine", sans-serif;
	font-size:15px;
	color:#4b4b4b;
	letter-spacing:0.02em;
	font-weight:300px;
	}

.content_info a{
	text-decoration:none;
	color:#4b4b4b;
	letter-spacing:0.05em;
	}
.content_info a:hover{
	color:#fff;
	}
	

.content_info_contact{
	background-color:#a1bebb;
	width:50%;
	height:160px;
	margin-top:17%;
	padding-top:3%;
	padding-left:4%;
	float:right;
	line-height:16px;
	font-family:"BenchNine", sans-serif;
	font-size:14px;
	color:#4b4b4b;
	letter-spacing:0.015em;
	font-weight:300px;
	}
.icons_contact{
	width:60px;
	margin-right:10px;
	margin-top:10px;
	}	
	
.wrapper_contact .beschreibung{
	float:right;
	width:50%;
	height:260px;
	background-color:#ede9e5;
	margin-bottom:0px;
	padding-left:4%;
	padding-top:8%;
	}
	
.button_fashion{
	border:1px solid #4b4b4b;
	padding:1% 4% 1% 4%;
	line-height:35px;
	margin-right:4%;
	}

#ausgewaehlt{
	background-color:#4b4b4b;
	color:#fff;
	}
#ausgewaehlt:hover{
	background-color:transparent;
	color:#4b4b4b;
	}

.button_fashion:hover{
	background-color:#4b4b4b;
	color:#fff;
	
	}


	
	
@media only screen and (max-width : 1023px) {
	.wrapper_flyer{
		width:80%;
		}
		
	.wrapper_poster{
	width:80%;
	}
	
	.wrapper_cinematography{
	width:80%;
	}
	
.wrapper_label{
	width:80%;
	}

.wrapper_logo{
	width:80%;
	}
	

.wrapper_others_gd{
	width:80%;
	}
	
.wrapper_others_p{
	width:80%;
	}

.wrapper_contact{
	width:80%;
	}
.wrapper_fashion{
	width:80%;
	}
.wrapper_family{
	width:80%;
	}
.wrapper_landscape{
	width:80%;
	}
.wrapper_portrait{
	width:80%;
	}
.wrapper_about{
	width:80%;
	}
	
	.beschreibung hr{
		display:block;
		width:90%;
		
		}
	.beschreibung:hover hr{
		width:10%;
		left:0%;
		}
		
	.beschreibung p{
		width:90%;	
		}
	
	.wrapper_cinematography .beschreibung .unterseite_unterkategorie{
		font-size:50px;
		line-height:52px;
		}
	
	.wrapper_contact .beschreibung .unterseite_unterkategorie{
		font-size:60px;
	
		}
	.wrapper_landscape .beschreibung .unterseite_unterkategorie{
		font-size:60px;
	
		}

	.icons_contact{
		width:70%;
		}
	}



@media only screen and (max-width : 400px) {
	.content{
		display:none;
		}
	.content_responsive{
		display:block;
		float:left;
		}
		
	.content_info{
	width:100%;
	margin-top:-1%;
	float:none;
	padding-bottom:2%;
	}
	
	.content_info_contact{
	width:100%;
	margin-top:0%;
	float:none;
	}

	
.wrapper_contact .beschreibung{
	float:none;
	width:100%;
	padding-top:20%;
	}
	
	
	.beschreibung hr{
		display:block;
		width:100%;
		transition:none;
		}
	.beschreibung:hover hr{
		width:100%;
		left:0%;
		}
	.content_responsive img{
		width:100%;
		height:auto;
		margin-top:-1%;
		margin-bottom:0%;
		}
	.beschreibung{
		float:none;
		width:100%;
		padding-top:17%;
		padding-left:4%;
		padding-right:4%;
		padding-bottom:5%;
		height:auto;
		}
	.beschreibung p{
		width:100%;
		}
	
		.wrapper_flyer{
		width:100%;
		}
		
	.wrapper_poster{
	width:100%;
	}
	
	.wrapper_cinematography{
	width:100%;
	}
	
.wrapper_label{
	width:100%;
	}

.wrapper_logo{
	width:100%;
	}
	

.wrapper_others_gd{
	width:100%;
	}
	
.wrapper_others_p{
	width:100%;
	}

.wrapper_contact{
	width:100%;
	}
	
.wrapper_fashion{
	width:100%;
	}
.wrapper_family{
	width:100%;
	}
.wrapper_landscape{
	width:100%;
	}
.wrapper_portrait{
	width:100%;
	}
.wrapper_about{
	width:100%;
	}
}
