body {
	color: #808080;
	text-decoration: none;
	color: #fff;
	background-color: #000;

	font-family:"Times New Roman", Times, serif;
}
#container {
  float: left;
  position: relative;
  left: 50%;
}
#centered {
	background: rgba(0, 0, 0, 0.7);
	float: left;
	position: relative;
	left: -50%;
	padding:20px;
	text-align: center;
}
#content {
	padding: 15px;
	max-width: 900px;
}
img {
	margin: 10px;
	left: 10px;
}
.responsive {
  width: 100%;
  max-width: 220px;
  height: auto;
}
table {
	/*width: 100%;*/
	table-layout:auto;
	/*border:0px;*/
	word-spacing: 3px;
}
li {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
}
p.block {
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
	color:#FFF;
	font-size:16px;
}	
p.links {
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	color:#FFF;
	font-size:16px;
}
p.black {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:18px;
	opacity: 0;
}
p.red {
	font-family:"Times New Roman", Times, serif;
	color:#F00;
	font-size:18px;
}
p.copy {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align: center; 
}
h1 {
	font-family:"Vladimir Script";
	font-size:36px;
	text-align: center;
	}
/* Links Aussehen*/
a:link {
	color: #fff;
	text-decoration: none;
	text-align: center;
	}
a:visited {
	color: #fff;
	text-decoration: none;
	text-align: center; }
a:hover {
	color: #c0c0c0;
	text-decoration: none;
	text-align: center; }
a:active {
	color: #900;
	text-decoration: none;
	text-align: center;
	max-width: 500px;
}

	
/* Menu*/

.topnav {
  overflow: hidden;
  
  
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* Menue ende */
#lightbox{
	background-color:#000;
	padding: 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(../images/overlay.png); }

.cc_container .cc_btn {
	
background-color: #000 !important; /* Farbe des Buttons */
color: #666 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #000 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #666 !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color:#FFF !important; /* Textlink-Farbe "Mehr Infos" */}


/* Hintergrund */
* {
  padding: 0;
  margin: 0
}

body {
  background-color: #000000;
}

.crossfade > figure {
  animation: imageAnimation 63s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: top;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) {
  background-image: url('../bg/001.jpg');
}
.crossfade > figure:nth-child(2) {
  animation-delay: 9s;
  background-image: url('../bg/002.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 18s;
  background-image: url('../bg/003.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 27s;
  background-image: url('../bg/004.jpg');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 36s;
  background-image: url('../bg/005.jpg');
}
.crossfade > figure:nth-child(6) {
  animation-delay: 45s;
  background-image: url('../bg/006.jpg');
}
.crossfade > figure:nth-child(7) {
  animation-delay: 54s;
  background-image: url('../bg/007.jpg');
}

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }
  17% {
    opacity: 1
  }
  25% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
