body, body {
	margin: 0px;
	background-color: black;
	height: 100%;
}

.bodyLayer {
	width: 100%;
	height: 100vh;
	white-space: nowrap;
	float: left;
	padding: 0px;
}

.navigation {
	width: 20%;
	float: left;
	position: relative;
	display: inline-block;
	clear: both;
	white-space: nowrap;
	height: auto;
}
@media (orientation: portrait) {
	.navigation {
	background: rgba(0,0,0,0.5);	
	box-shadow: 5px 5px 15px black;
	width: 25%;
	}
}
	

@media (max-width: 415px) {
	.navigation {
		display: none;
	}
}

.navigation ul {
	margin: 0px;
	padding: 10px;
}

.navigation li {
	margin: 0px;
	list-style-type: none;
}

.navigation a {
	text-decoration: none;
	font-family: Helvetica;
	font-size: xx-large;
	font-weight: bold;
	
}

@media (max-width: 1366px) {
	.navigation a {
	font-size: large;
	}
}

@media (max-width: 1024px) {
	.navigation a {
		font-size: medium;
	}
	
}

@media (max-width: 415px) {
	.navigation a {
	font-size: small;	
	}
}

.subnav a {
	font-size: medium;
}
@media (max-width: 1024px) {
	.subnav a {
		font-size: x-small;
	}
}

.header {
	height: auto;
}

.header img {
	padding: 15px;
}
.header a {
	text-decoration: none;
}

@media (max-width: 1366px) {
	.header img {
		width: 350px;
	}
}
@media (max-width: 1024px) {
	.header img {
		width: 250px;
	}
}
@media (max-width: 415px) {
	.header img {
		width: 200px;
	}
}

.main {
	width: 80%;
	float: left;
	position: relative;
	display: inline-block;
	white-space:normal;
	min-height: 83%;
	
}

@media (orientation: portrait) {
	.main {
		width: 75%;
	}
}

@media (max-width: 415px) {
	.main {
		width: 100%;
	}
}

.socialMediaBox {
	bottom: 0px;
	position: fixed;
	left: 0px;
	width: 150px;
	padding: 5px;
	z-index: 201;
}
.socialMediaBox iframe {
	vertical-align: bottom;
}

@media (max-width: 415px) {
	.socialMediaBox {
		display: none;
	}
}


.footer {

	clear: both;
	height: auto;
	width: auto;
	color: white;
	font-family: Helvetica;
	text-align: right;
	
	font-size: small;
	margin-top: 50px;
	margin-bottom: 50px;

}
.footer a {
	font-family: Helvetica;
	text-decoration: none;
	color: white;
	font-size: small;
}
.footer a:hover {
	text-decoration: underline;
}

@media (max-width: 1366px) {
	.footer {
		font-size: x-small;
	}
	.footer a {
		font-size: x-small;
	}
}

@media (max-width: 415px) {

	.footer {
		font-size: xx-small;
	}
	.footer a {
		font-size: xx-small;
	}
}

.mob_nav {
	background-color: grey;
	border: 1px solid white;
	width: 100%;
	text-align: center;
	position: relative;
}
@media (min-width: 415px) {
	.mob_nav {
		display: none;
	}
}

.mob_nav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica;
}

.mobileNavigation ul {
	margin: 0;
	clear: both;
}
.mobileNavigation li {
	list-style-type: none;
	margin-top: 5px;
	z-index: 10;
}
.mobileNavigation a {
	color: white;
	text-decoration: none;
	font-size: x-large;
	font-family: Helvetica;
}


.albumLayer {
	height: 90vh;
	width: 100%;
	position: absolute;
	left: 0;
}

.buttonLayer {
	width: auto;
	margin-left: 33%;
	bottom: 75px;
	position: absolute;
}
@media (max-width: 1024px) {
	.buttonLayer {
	
	bottom: 60px;
	}
}

@media (max-width: 800px) {
	.buttonLayer {
		
		bottom: 60px;
	}
}
@media (max-width: 415px) {
	.buttonLayer {
	width: 100%;
	bottom: 100px;
	}
}

.buttonLayer div {
	box-shadow: 5px 5px 15px black;
	background-color: black;
	padding: 10px;
	border-radius: 15px;
	width: auto;
	display: inline-block;
	
}
.buttonLayer a {
	color: white;
	text-decoration: none;
	font-size: x-large;
	font-family: Helvetica;
	font-weight: bold;
}
.buttonLayer a:hover {
	color: grey;
}

@media (max-width: 1366px) {
	.buttonLayer a {
	font-size: large;
	}
}


.photoLayer {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	background: rgba(0,0,0,1);
	z-index: 90;
	
}

.photoLayerClose {
	text-align: center;
	width: 100%;
	
}
.photoLayerClose a {
	color: white;
	font-family: Helvetica;
	font-size: xx-large;
	text-decoration: none;
	margin-right: 25px;
}
.photoLayerClose a:hover {
	color: grey;
}

.thumbnails {
	white-space: nowrap;
	height: 150px;
	overflow-x: scroll;
	overflow-y: hidden;
	border-bottom: 1px dotted white;
}
.thumbnails img {
	height: 100px;
	margin-right: 15px;
	width: auto;
}

@media (max-width: 415px) {
	.thumbnails {
		height: 80px;
	}
	.thumbnails img {
		height: 75px;
		width: auto;
	}
}

.photo {
	text-align: center;
}


.photoHeader {
	text-align: center;
	font-family: Helvetica;
	color: white;
	font-weight: bold;
}
.photoDescription {
	text-align: center;
	font-family: Helvetica;
	color: white;
	font-weight: bold;
}

.contact1 {
	width: auto;
	margin-left: 25%;
	margin-top: 10%;
}



.contact {
	color: #fdf2ba;
	font-weight: bold;
	font-family: Helvetica;
	display: block;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	font-size: x-large;
}
.contact a {
	color: #fdf2ba;
	text-decoration: none;
}
.contact a:hover {
	color: white;
}

.contact img {
	width: 100%;
	height: auto;
}
@media (max-width: 1366px) {
	.contact {
		font-size: large;
	}
	.contact img {
	width: 85%;
	}
}

@media (max-width: 1024px) {
	.contact img {
	width: 50%;
	}
}

@media (max-width: 415px) {
	.contact {
	white-space: normal;
	
	}
}

.contact div {
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom;	
}

@media (max-width: 1366px) {
	.contact div {
		margin-right: -40px;
	}
}

@media (max-width: 1024px) {
	.contact div {
	margin-right: -200px;
	}
}



.contact h3, h2 {
	color: #fdf2ba;
	font-family: Helvetica;
	font-size: x-large;
}

@media (max-width: 1366px) {
	.contact h3, h2 {
	font-size: large;
	}
}

@media (max-width: 1024px) {
	.contact h3, h2 {
	font-size: medium;
	}
}

@media (max-width: 415px) {
	.contact h3, h2 {
		font-size: small;
	}
}

.impressum {
	background: rgba(0,0,0,0.8);
	height: 100vh;
}
.impressum h2, h3 {
	color: white;
	font-family: Helvetica;
}
@media (max-width: 1366px) {
	.impressum h3, h2 {
	font-size: large;
	}
}

@media (max-width: 1024px) {
	.impressum h3, h2 {
	font-size: medium;
	}
}

@media (max-width: 415px) {
	.impressum h3, h2 {
		font-size: small;
	}
}

.userInterface {
	background: rgba(255,255,255,0.8);
	border-radius: 25px;
	height: 95%;
	font-family: Helvetica;
	padding: 15px;
	width: 95%;
}
.userInterface form {
	text-align: center;
}
.userInterface li {
	list-style-type: none;
}

.userInterface a {
	text-decoration: none;
	color: grey;
	font-weight: bold;
}
.userInterface a:hover {
	color: black;
	text-decoration: underline;
}

.managePicturesThumbnails {
	display: inline-block;
	border: 1px solid grey;
	padding: 20px;
	text-align: center;
	margin: 15px;
}
.managePicturesThumbnails a {
	text-decoration: none;
	font-size: x-small;
	color: red;
}
.managePicturesThumbnails a:hover {
	color: yellow;
}

.kuenstler {
	font-family: Helvetica;
	text-align: left;
	
	color: white;
	margin-left: 15%;
	font-weight: bold;
	font-size: medium;
}

@media (max-width: 1024px) {
	.kuenstler {
	font-size: small;
	}
}
@media (max-width: 415px) {
	.kuenstler {
	font-size: xx-small;
	}
}

.kuenstler img {
	height: auto;
	width: 25%;
}

.referenzen {
	font-family: Helvetica;
	text-align: left;
	font-size: large;
	color: white;
	font-weight: bold;
}
@media (max-width: 1024px) {
	.referenzen {
	font-size: medium;
	}
}
@media (max-width: 415px) {
	.referenzen {
	font-size: small;
	}
}

.referenzen img {
	height: auto;
	width: 30%;
	margin-top: 4%;
	
}

.news {
	
	color: #d9d9d9;
	font-family: Helvetica;
	/*border: 1px dotted red;*/
	margin-bottom: 15px;
	margin-right: 10px;
	padding: 20px;
	border-radius: 15px;
	background-image: linear-gradient(135deg, #4d4d4d 0%, black 50%);
}




