.Home {
    background-repeat: no-repeat;
    background-color: #909693;
    background-size: 100% auto;
  width: 100%;
height: 100%;
min-height: 100%;
margin: 0 auto;
clear: both;
margin: auto;
min-height: 100%;
height: auto !important;
height: 100%;
overflow: hidden !important;
/*border-top: 5px solid rgba(150,156,154,1.0);*/
position: relative;
}
.HomeKopf {
  display: block;
  box-sizing: border-box;
  width:100%;
  float:left;
}

.HomeKopf .ce-gallery{
margin-bottom: 0px;
margin-left: 0px;
}
.HomeCenterLogo {
  float: left;
  right: -50%;
  position: relative;
}
.HomeLogo {
  float: left;
  right: 50%;
  position: relative;
  margin-top: 500px;
/*  background-color: rgba(255,255,255,0.7);*/
  position: relative;
  padding: 20px 20px 20px 20px;
  width: 100%;
  text-align: center;
/*  border: 2px solid #000;*/
}
.HomeLogo a {
  color: #fff;
  font-family: var(--fontfamily);
  font-weight: 500;
  font-size: 2.0em;
  text-transform: uppercase;
  letter-spacing: var(--LetterSpacing);
}
.HomeLogo p {
  text-align: center;
  margin-top: 20px;
  -moz-hyphens: none;
  hyphens: none
}
.HomeLogo img {
/*  width: 50%;
  height: auto;
  right: -25%;
  position: relative;
  margin-top: 20px;*/
}
#play {
  cursor: pointer;
  position: fixed;
  width:50px;
  height: 50px;
  top: 80%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("http://tana-wilde.com/fileadmin/tana-wilde/Sonstige-Bilder/go_ani.gif");
  background-size: contain;
}
#play:hover {
  cursor: pointer;
  background-image: url("http://tana-wilde.com/fileadmin/tana-wilde/Sonstige-Bilder/go_hover.png");
  background-size: contain;
}
@media only screen and (max-width: 1400px) {
  .HomeLogo {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 900px) {
  .HomeLogo {
    margin-top: 100px;
  }
}