	
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf');
}
	

body { 
  margin: 0; 
  padding: 0; 
  height: 100%;
  background-color:#000000;
  color: #EEEEEE;
  font-family: 'Roboto';
}

p {
  font-family: 'Roboto';
}

p.lastupdate { font-size: 0.7em; margin: 0px; }
p.version { font-size: 0.5em; color: #666666; margin: 0px; }

a { text-decoration:none; 	color: #FFFFFF; }

input.password {
	margin: 0px;
}

p.password {
	margin-top: 0px;
	margin-bottom: 0.3em;
}

p.passwordsubmit {
	margin-top: 0.4em;
	margin-bottom: 1.5em;
}

div.outerpassword {
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 100%;
	height: 80vh;
	text-align: center;
	font-family: 'Trykker';
}

div.passwordspacer {
	// background-color: #666666;
	height: 20vh;
}

div.password {
	font-size: 22px;
	text-align: left;
	display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
}

input.password {
	font-size: 16px;
}

img.picture {
	max-width: 97%;
	max-height: 97%;
	display: block;
  margin-left: auto;
  margin-right: auto;
	padding: 1%;  
}

#navleft {
	z-index: 2;
	position: absolute;
	top: 50%; left: 0em;
	margin-left: 0.5em;
	font-family: Calibri, Helvetica, Arial;
	color: #FFFFFF;
	opacity:0.5;
	font-size:2em;
	background-color: #101010;
	width: 1em; heigth: 1em;
	text-align: center;
}


a.navleft {
	z-index: 2;
	position: absolute;
	top: 50%; left: 0em;
	margin-left: 0.5em;
	font-family: Calibri, Helvetica, Arial;
	color: #FFFFFF;
	opacity:0.5;
	font-size:2em;
	background-color: #101010;
	width: 1.3em; height: 1.3em;
	text-align: center;
	display: block;
}

a.navright {
	z-index: 2;
	position: absolute;
	top: 50%; right: 0em;
	margin-right: 0.5em;
	font-family: Calibri, Helvetica, Arial;
	color: #FFFFFF;
	opacity:0.5;
	font-size:2em;
	background-color: #101010;
	width: 1.3em; height: 1.3em;
	text-align: center;
	display: block;
}


#navright {
	z-index: 2;
	position: absolute;
	top: 50%; right: 0em;
	margin-right: 0.5em;
	font-family: Calibri, Helvetica, Arial;
	color: #FFFFFF;
	opacity:0.6;
	font-size:2em;
	background-color: #101010;
	width: 1.3em; heigth: 1.3em;
	text-align: center;
}

a.navhome {
	z-index: 2;
	position: absolute;
	top: 0%; right: 0em;
	font-family: Calibri, Helvetica, Arial;	
	color: #FFFFFF;
	opacity:0.3;
	background-color: #101010;
	width: 1.3em; height: 1.3em;
	text-align: center;
	display: block;
}

#navhome {
	z-index: 2;
	position: absolute;
	top: 0%; right: 0em;
	font-family: Calibri, Helvetica, Arial;	
	margin-right: 0.5em;
	margin-top: 0.5em;
	color: #FFFFFF;
	opacity:0.6;
	background-color: #101010;
	text-align: center;
}

div.preview { width: 150px; height: 150px; float: left; padding-left: 1px; padding-right: 1px; padding-top: 1px; padding-bottom: 1px }
img.preview { margin-left: auto; margin-right: auto; display: block; }

div.previewouter {  margin-left: 1em; margin-top: 1em }

.galleria{ 	width: 100%;
	height: 100vh; background: #000 }
	
div.overview
{
	font-size: 1.5em;
	margin: 2em;
}

p.logout 
{
	font-size: 1.5em;
	margin: 2em;
	margin-bottom: 3em;
	min-height: 3em;
	text-align: center;
}


div.overview-content {
  background-color: black;
  /* width: 940px; */
  /* width: 1000px; */
  position: relative;
  left: 50%;
	transform: translate(-50%);
	margin-top: 20px;
  padding: 5px 5px 5px 5px;
  /* box-sizing: border-box; */
  display: flex;
  flex-wrap: wrap;
}


div.overview-element {
  background-color:#222222;
  display: inline-block;
  margin: 5px 5px 15px 5px;
  width: 300px;
	/* height: 300px; */
}

div.overview-element-small {
	background-color:#222222;
	display: inline-block;
	margin: 5px 5px 5px 5px;
	width: 150px;
	  /* height: 300px; */
  }


div.overviewpicture {
  
}


div.download-title {
	margin-top: 2em;
	margin-bottom: 0.2em;
	font-size: 1.5em;
	text-align: center;
}



div.overview-download {
	text-align: center;
}


div.overviewtitle {
	margin: 10px 5px 10px 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 40px;
	text-align: center;
  overflow: hidden;
}

figure {
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
	text-align: center;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	/* position: relative; */
	/* top: 50%;
	transform: translateY(-50%);  */
}

div.back
{
	opacity: 0.4;
	font-family: "Arial", "Helvetica";
	z-index: 9;
	position:absolute;
	color: #000000;
	background-color: #555555;
	padding: 0.5em;
}

overviewpicture
{
	max-width: 60px;
	max-height: 60px;
}


.inline-gallery-container {
    width: 100%;
    height: 100vh;
    /* padding-bottom: 65%; */
}


.lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)) !important;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype')
  }

  .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
  
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
  
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
  
	/* Support for IE. */
	font-feature-settings: 'liga';
  }

  /* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
