a:link {
  text-decoration: none;
  color: #333131;
}
a:visited {
  text-decoration: none;
  color: #434040;
}
a:hover {
  text-decoration: none;
  background-color: #efefef;
}
a:active {
  text-decoration: none;
  background-color: #f5f5f5;
}

body {
  font-family: Arial, sans-serif;
  text-align: center;
  letter-spacing: 4px;
  background-image: url(PICS-site/AniBackground_index.gif);
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
  .centered {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .centered {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Neues Video einfügen: div außendrum mit class iframecontainer
  und dann dem iframe die class responsive-iframe geben
  und width und height löschen, wenn Youtube/Vimeo das mitliefern
*/

.iframecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

#logo {
  margin-top: 30px;
  padding-bottom: 20px;
}
#navigation {
  padding-bottom: 10px;
  padding-top: 10px;
}
#footer {
  font-size: 70%;
}
#text {
  font-family: Arial;
  font-size: 110%;
  color: #333131;
  letter-spacing: 9px;
  margin-top: 20px;
}
#text2 {
  font-family: Arial;
  font-size: 80%;
  color: #333131;
  letter-spacing: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#bild {
  /* margin-left: 90; */
  margin: auto;
  scale: 80%;
}
