body { 
    background: #B9b9a8;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: arial, sans-serif;
} 


#wrapper{
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}

section{
	width: 430px;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	background-color: #F2F2F2;
	border: 1px solid DEDCD9;
	border-radius: 20px;
}

#logo{
	width: 70px;
	padding: 5px;
	float: left;
}
 
tit{
	width: 280px;
	text-align: left;
	padding: 8px;
	float: right;	color: #610B0B;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	display: inline
}

a{
	color: #610B0B;
	text-decoration: underline;
	font-family: arial, sans-serif;
}

p{
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
}

h1{
	color: #610B0B;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 16px;
}

iframe { 
	background-color:f2f2f2; 
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
}

#progressBarHolder {
  /* begrenzen des Fortschrittbalkens auf 300px breite */
	width: 400px;
  margin-top:20px;
}

#progressBar {
    /* Farbverlauf als Hintergrundbild */
    background-image: linear-gradient(#ffffff, #610B0B);
    /* Hintergrund soll nicht über das element wiederholt werden */
    background-repeat:no-repeat;
    /* in der Breite zunächst 0% gefüllt, in der Höhe 100% */
	  background-size: 0% 100%;
    border: 1px solid #610B0B;
    border-radius: 5px;
    overflow: hidden;
}

#progressInformation {
    color: rgba(0,0,0,0.87);
    font-size: 16px;
    font-family: arial, sans-serif;
    text-align: center;
}

  h2 {
   font-weight: Normal;
  }

* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 14px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  top: 50px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@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}
}

.rund {
  border-radius: 15px;
}