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

::-webkit-scrollbar
{
  width: 4px;  /* for vertical scrollbars */
  height: 4px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(255,255,255,1.00);
}

::-webkit-scrollbar-thumb
{
  background: rgba(86, 86, 86, 1);
  border-radius:2px;
}

html {padding:0;
	margin:0;
	height:100%;
	}
	
body {
	padding:0;
	margin:0;
	position:absolute;
	top:55px;
	bottom:40px;
	left:0;
	right:0;
	}
	
.grau {background-color:rgba(255,255,255,1.00)}

.font {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

a:link {
	color:rgba(60,60,60,1.00);
	text-decoration:none;
	}
a:visited {
	color:rgba(60,60,60,1.00);
	text-decoration:none;
	}
a:hover {
	color:rgba(218,38,27,1.00);
	text-decoration:none;
	}
a:active {
	color:rgba(218,38,27,1.00);
	text-decoration:none;
	}

/*Style Header und Footer für Desktop*/
@media screen  {	
div.header {
	height:80px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	min-width:1050px;
	}
	
img.header {
	height:30px;
	margin-top:27px;
	margin-left:54px;
	float:left;
	}
	
h1.header {
	font-weight:200;
	font-size:24px;
	text-align:right;
	margin-left:auto;
	margin-right:54px;
	margin-top:27px;
	display:block;
	letter-spacing:3px;
	color:rgba(150,150,150,1.00);
}

	
div.footer {
	height:50px;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	padding-right:54px;
	box-sizing:border-box;
	min-width:1050px;
	}
	
p.footer {
	font-size:12px;
	font-weight:200;
	margin-left:54px;
	margin-top:10px;
	letter-spacing:1px;
	float:left;
}

img.footer {
	height:30px;
	width:auto;
	float:right;
	margin-top:2px;
	margin-left:5px;
}

table.footer {
	display:none;
	visibility:hidden;
}

img.contact {
	display:none;
	visibility:hidden;
}
}


div.container {
	width:100%;
	height:100%;
	display:inline-block;
	box-sizing:border-box;
	padding-left:54px;
	padding-right:54px;
	padding-top:26px;
	padding-bottom:26px;
	}
	
/*Style Content für Desktop*/
@media screen and (min-aspect-ratio: 3/2) {	
div.thumbnails-container {
	position:absolute;
	top:26px;
	bottom:26px;
	left:54px;
	width:152px;
	padding-right:7px;
	overflow-x:hidden;
	overflow-y:auto;
	}

img.thumbnails {
	width:100%;
	height:auto;
	margin-bottom:26px;
	cursor:pointer;
	border: 1px solid black;
	border-radius:2px;
	}
	
img.thumbnails {
	opacity:0.5;
}
	
img.thumbnails:hover {
	opacity:1.0;
}
	
	
div.img-container {
	width:100%;
	height:100%;
	padding-left:178px;
	box-sizing:border-box;
	}
	
img.main-img {
	display:block;
	height:auto;
	width:auto;
	float:left;
	height:100%;
	border:1px solid black;
	border-radius:2px;
}
}

/*Style Content für Mobile*/
@media screen and (max-aspect-ratio: 3/2) {	
div.thumbnails-container {
	position:absolute;
	top:26px;
	bottom:26px;
	left:54px;
	right:44px;
	overflow-x:hidden;
	overflow-y:auto;
	padding-right:10px;
	}

img.thumbnails {
	width:100%;
	height:auto;
	margin-bottom:26px;
	border: 1px solid black;
	border-radius:2px;
	}
	
	
	
div.img-container {
	width:100%;
	height:100%;
	padding-left:178px;
	box-sizing:border-box;
	display:none;
	visibility:hidden;
	}
	
img.main-img {
	display:block;
	height:auto;
	width:auto;
	float:left;
	height:100%;
	border:1px solid black;
	display:none;
	visibility:hidden;
	border-radius:2px;
}
}


	