@charset "utf-8";
/* CSS Document */

a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #c49235;
	text-decoration: none;
}
a:hover {
	color: #CC8200;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	top: 10px;
	font-weight: normal;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 13pt;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
	
.Standard {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15pt;
}

.body-Einzug {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 0pt;
	padding-right: 12pt;
	text-align: right;
}
	
.Bildunterschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}

.Bildunterschrift-rechts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: right;
}

.Bildunterschrift-zentriert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin-bottom: 5pt;
}

.Überschrift-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	line-height: 24pt;
	font-weight: normal;
}

.Überschrift-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;}

.Überschrift-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bold;}

body {
	background-color: #575757;
}
.Bibliographie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt;
	font-size: 9pt;
	margin-top: -1em;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}

.mySlides {
	display: none;
}

img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  border: 1pt;
  padding-bottom: 25pt;
  position: relative;
  margin: 3%;
}

/* Caption text */
.text {
  color: #999999;
  font-size: 12px;
  padding: 0px 0px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #999;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active {
  display: block;
}

/* Figcaption (1/3 etc) */
.Figcaption {
  opacity: 0.75;
}

.button-container {
  text-align: center;
  margin-top: 10px;
  color: #666666
  border: none;
  cursor: pointer;
}

#playButton {
    background-color: #EAEAEA;
    border: none;
    color: black;
    padding: 4px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
  }

#playButton:hover {
  background-color: #DCDCDC;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}