html {
	display:none;
}

html, body {
	background-size: cover;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background: rgb(16,82,83);
	background: linear-gradient(0deg, rgba(16,82,83,1) 0%, rgba(2,0,15,1) 100%);
}

a {
	color: #9f9fe6;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 12px;  
}
::-webkit-scrollbar-thumb {
  background: rgba(28, 28, 28, .8); 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#div_login {
	display: inline;
}

#background-spacer {
	position: absolute;
	width: 100%;
	height: 100%;
}

.img {
	width: 100%;
	height: 100%;
}

video {
	width: 100%;
}

blockquote {
  background: #02000059;
  border-left: 10px solid #f0eded;
  margin-top: 20px;
  padding: 0.5em 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}

.comment_box {
	background: #f9f9f9;
	margin-top: 10px;
	padding: 0.5em 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	overflow: auto;
	height: 80px;
	resize: none;
	width: calc(100% - 40px);
	border: 1px solid #8f8f8f;
	font-family: Arial;
}

.comment_data {
	margin-left: 10px;
	width: calc((100% - 76px) / 3);
	border: 1px solid #8f8f8f;
	text-align: center;
}

#comment_save {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #8f8f8f;
  font-size: 14px;
  background: #fcfcfc;
  padding: 7px 16px 7px 16px;
  border: solid #8f8f8f 1px;
  text-decoration: none;
  margin-left: 11px;
  margin-top: 10px;
}

#comment_save:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.contact_mail {
	width: 100%;
	resize: none;
	min-height: 25px;
	padding: 3px;
	margin-top: 5px;
}

#block_header {
	font-size: 12pt;
	margin-bottom: 6px;
}

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
}

.footernr {
	cursor: pointer; cursor: hand;
	text-decoration: none;
	color: white;
	margin-left: 15px;
	display: inline;
	font: arial;
}

#footer-copyright {
	text-decoration: none;
	color: white;
	margin-left: 15px;
	display: inline;
	font: arial;
}

.footernr:hover{
	color: orange;
}

#language {
	display: inline;
	float: right;
	margin-right: 30px;
	margin-top: 6px;
	color: white;
}

.language-text {
	cursor: pointer; cursor: hand;
	text-decoration: none;
	color: white;
}

h1 {
    text-transform: uppercase;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
}

#links {
	color: white;
}
#logo {
	position: absolute;
    background: url('../media/symbols/logo_schrift.png') no-repeat left top;
	background-size: 65px 65px;
    width: 65px;
    height: 65px;
    top: 5px;
    right: 25px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	background-color: #1C1C1C;
	z-index: 1;
	opacity: 0.7;
}

.social_img {
	height: 15px;
	margin-right: 10px;
}
#nav_footer {
	margin-top: 8px;
	padding: 0px;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
}

#container {
	height: 100%; 
	width: 100%;
	/*background-image: url("../media/symbols/grid_transparent.png");*/
	position: relative;
}

#close {
	position: absolute;
	right: 8%; 
	margin-top: 15px;
	font-size: 20px;
	cursor: pointer; cursor: hand;
	z-index: 1;
	font-family: 'Quicksand', sans-serif;
	color: white;
}

#close:hover {
	color: orange;
}

#center {
	width: 99%;
	margin-top: 75px;
	top: 0px;
	height: calc(100% - 110px);
	display: none;
	position: absolute;
	overflow-y: auto;
}

.center_content {
	width: 99%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

.center_content_text {
	position: absolute;
	background: rgba(28, 28, 28, .8);
	font-size: 12pt;
	max-width: 1100px;
	width: 99%;
	min-height: calc(100% - 40px);
	font-family: 'Quicksand', sans-serif;
	text-align:justify;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
 	border-color: rgba(28, 28, 28, .4);
	border-width: medium;
	border-style: solid; 
}

.center_content_text_margin {
	margin-right: 6%;
	margin-left: 6%;
}

#bottom {
	width: 100%;
	bottom: 0px;
	max-height: calc(100% - 70px);
	display: block;
	position: absolute;
	overflow-y: auto;
	background-color: rgba(28, 28, 28, .6);
	display: none;
}


.bottom_content {
	display: none;
}

.bottom_content_text {
	position: absolute;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 10pt;
	color: white;
	font-family: 'Quicksand', sans-serif;
	text-align:justify;
	position: relative;
}

#header {
	height: 70px;
	width: 100%;
}

#header-spacer {
	overflow: auto;
	height: 70px;
	width: auto;
	background: rgba(28, 28, 28, .9);
}

.square-wrapper {
	position: relative;
	z-index: 1;
	float: left;
	width: 110px;
}

.squarenr {
	height: 70px;
	width: 110px;
	background-color: rgba(28, 28, 28, .9);
	cursor: pointer; cursor: hand;
	overflow: hidden;
	color: white;
	text-align: center;
	font-size: 15px;
	word-wrap: break-word;
	font-family: 'Quicksand', sans-serif;
	vertical-align: middle;
    display: table-cell;
	border-right: 1px solid white;
}

.item {
	border: none;
	margin-left: -1px;
	width: 109px;
	font-size: 12px;
	height: 40px;
}

#login {
	width: 100px;
	margin-left: 15px;
	text-align: center;
	height: 13px;
}

.admin {
	width: 16%;
	margin-top: 15px;
	margin-left:0.5%;
	display: inline-block;
}

.squarenr:hover {
	opacity: 0.9;
	color: orange;
}

.squarenr-active {
	font-weight: bold;
}

.mobile {
	display: none;
}

.copyright-text {
	font-size: 14px;
	color: white;	
}

/* Bereich übersicht */
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.image-content {
	width: 100%;
	height: 170px
}


ul.img-list li {
  display: inline-block;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc((100% - 3em) / 2);
  height: 170px;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  height: 170px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

#spectragram {
	text-align: center;
}
/* Bereich übersicht fertig */


/* Float von Hauptseite fertig */

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
 
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Float von Hauptseite fertig */

