html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#content {
overflow: scroll;
}

@font-face {
    font-family: futura;
    src: http://members.chello.at/benjamin.schuster/tauben/fonts/futura.ttf;
}

body {
  margin: 0;
}

.center {
    margin: auto;
    text-align: center;
    font: futura;
    width: 70%;
    padding-top: 50px;
}

.leer {
    min-height: 70%;
}


img {
    display: block;
    margin: auto;
    width: 90%;
}

p	{
	text-align: center;
    font-family: futura;
    font-size: medium;
}

h1 {
    text-align: center;
    font-family: futura;
    font-size: medium;
   
}

h2 {
	text-align: center;
	font-family: futura;
	font-size: 70px;
}

h3 {
	text-align: center;
	font-family: futura;
	font-size: 180px;
}

h4 {
	text-align: center;
	font-family: futura;
	font-size: 230px;
}

h5 {
	text-align: center;
	font-family: futura;
	font-size: 20px;
	color: #cfcece
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

table {
  width: 100%;
}

th.Platz {
  width: 5%
  
}

th.Tauben {
  width: 15%
  
}
th.Logo {
  width: 80%;
  min-height: 70%;
}

th.Platz1 {
  width: 5%
  
}


th.Tauben1 {
  width: 90%
  
}
th.Logo1 {
  width: 5%;
}


a:link {
    text-decoration: none;
    font-family: futura;
    color: black;
    
}

a:visited {
    text-decoration: none;
    color: black;
}

/*a:hover {
    text-decoration: none;
    font-size: larger;
}*/

a:active {
    text-decoration: none;
}

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

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

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

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

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.circle {
    height: 200px;
    width: 200px;
    border-radius: 50%;
  background-color: #3d9970;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 0s;
}

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

@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}
}

/* Fürs Accordion */

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
	font-family: futura;
	font-size: 70px;
}