html {
	display:none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial;
	-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%);
}

#background-spacer, #div_login { 
	display: none;
}


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

video {
	width: 100%;
	background: black;
}

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

.mobile_hidden {
	visibility: hidden;
}

#mobile-home {
	text-transform: uppercase;
	position: fixed;
	z-index: 1;
	top: 0px;
	border-bottom: 1px solid #D8D8D8;
}
#mobile_home_right {
	position: absolute;
	right: 20px;
}

#header {
	height: 100%;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin-top: 20px;
  padding: 5px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  font-size: 13px;
}

.comment_box {
	margin-top: 10px;
	text-align: left;
	overflow: auto;
	height: 40px;
	resize: none;
	width: (100% - 10px);
	border: 1px solid #8f8f8f;
	font-family: Arial;
}

.comment_data {
	width: calc(100% - 10px);
	margin-top: 10px;
	border: 1px solid #8f8f8f;
}

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

#spectragram {
	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-top: 10px;
}

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

.squarenr, .footernr, #language, .show_footer, .show_login {
	line-height: 50px;
	width: 100%;
	background: white;
	color: grey;
	text-align: center;
	font-family: 'Calibri light', sans-serif;
	border-bottom: 1px solid #F0F0F0;
}


.social_img {
	height: 15px;
	margin-right: 10px;
}

.item , .footernr{
	font-size: 14px;
}

.item:before, .footernr:before {
content: "- ";
}

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	margin-left: -28px; /* -1 * image width / 2 */
    margin-top: -10.5px;
}

.footernr {
	display: none;
}


#footer-copyright {
	display: none;
}

#language {
	background-color: #F0F0F0;
}

#mobile-footer {
	position: absolute;
	bottom: 3px;
	height: 20px;
	padding-top: 5px;
	width: 100%;
}

#mobile-logo {
	float: left;
	margin-left: 15px;
 	height: 15px;
}

#mobile-footer-copyright {
	margin-right: 8px;
	float: right;
	margin-top: 5px;
	font-size: 7px;
}

#login {
	text-align: center;
}

#container {
	min-height: 100%; 
	width: 100%;
	position: relative;
}

#close {
	display: none;
}

#center, #bottom {
	display: none;
}

.admin {
	width: 100%;
	margin-top: 15px;
}

.center_content_text, .bottom_content_text {
	position: absolute;
	background-color: white;
	font-size: 15px;
	width: 100%;
	top: 0px;
	min-height: calc(100% - 80px);
	font-family: 'Calibri light', sans-serif;
	padding-top: 60px;
	padding-bottom: 15px;
}

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

.copyright-text {
	font-size: 10px;	
}

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

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


ul.img-list li {
  display: inline-block;
  margin: 0 1em 1em 0;
  position: relative;
  width: 100%;
  height: 160px;
}
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  height: 160px;
  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;
}
/* Bereich übersicht fertig */
