body { 
  height: 100%;
  background: url("beach1.jpeg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.2);
  position: fixed;
  z-index: -1;
}
#siteauthor {
   padding-top: 50px;
   padding-bottom: 25px;
   display: block;
   text-align: center;
   color: white;
   width: 100%;
   font-size: small;
}
#livestream{

}
#livestream button{
   width: 100%;
   margin-top: 25px;
   margin-bottom: 25px;
   height: 40px;
}
#myplayer{
 display: none;
}
#videoplayer{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 25px;
}
#audioplayer{
  bottom: 10px;
  position: fixed;
  left: 10px;
  width: 10px;
}
.playerbutton{
   width: 85px;
   height: 85px;
   background-color: rgba(255,255,255,0.8);
   margin-bottom: 10px;
}
.playerbutton_header{
   width: 30px;
   height: 30px;
   margin-bottom: 5px;
}
#main {
    margin-top: 0px;
    width: 690px;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
}
#foto{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
#foto img {
	width: 690px;
}
#anzeige {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 6px double black;
	padding-top: 50px;
    padding-bottom: 50px;
	background: rgba(255,255,255,0.7);
}
#anzeige_sub {
	border: 1px solid white;
	background: rgba(255,255,255,0.7);
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
#ta {
	height: 80%;
}
#kondoform {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#marquee_holder {
	background-color: red;
	position: fixed;
	top: 0px;
	z-index: 10;
	color: whitesmoke;
}
#texte {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 15px;
}
#texte .item {
	border: 2px solid darkgray;
	margin-bottom: 12px;
    padding: 10px;
}
#texte_header {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#texte_header h2, h1 {
	font-family: 'Herr Von Muellerhoff', cursive;
}
#texte_header hr {
	background-color: lightgray;
}
#cross {
	position: absolute;
    margin-top: 150px;
    margin-left: 10px;
}
#cross img {
	width: 180px;
}
#candle {
}
#candlediv_inner {
	background-color: black;
	width: 100%;
	height: 45px;
	position: relative;
	top: -15px;
}
#candlediv_outer {
	position: fixed;
	top: 0px;
	bottom: 0px;
	height: 100%;
	background-color: black;
	width: 100%;
	z-index: 100;
	text-align: center;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
	background-color: red;
}
audio::-webkit-media-controls-enclosure {
	border-radius: 5px;
	background-color: green;
}
#marquee_close{
    position: absolute;
    right: 15px;
    background-color: darkgray;
    font-weight: bolder;
    color: black;
    z-index: 10;
    width: 20px;
    text-align: center;
}
.marquee {
	max-width: 100vw;
/* iOS braucht das */
	white-space: nowrap;
	overflow: hidden;
/* hier evtl. noch font-size, color usw. */
}
.marquee span {
	display: inline-block;
	padding-left: 105%;
/* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
	animation: marquee 10s linear infinite;
}
/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.marquee span:hover {
	animation-play-state: paused
}
/* Make it move */
@keyframes marquee {
  0% {
  	transform: translateX(0);
  }
  100% {
  	transform: translateX(-100%);
  }
}
