@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");

/* CSS für alexa-dsaster-de **/

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  background: url(../images/hippie-bg3.gif) no-repeat;
  background-size: cover;
}

img {
  width: 552px;
  height: 575px;
}

.wrapper {
  width: 552px;
  height: 575px;
  margin: auto;
}

#logo {
  height: 80px;
  width: 200px;
  position: absolute;
  top: 50px;
  left: 100px;
}

h1 {
  font-family: "Amatic SC", cursive;
  font-size: 26px;
  color: hotpink;
  text-align: center;
}

h1 span {
  color: skyblue;
}

h1 a {
  font-size: 1.6em;
}

a {
  text-decoration: none;
  color: #fff;
  font-family: "Amatic SC", cursive;
  font-size: 22px;
}

/* a:active {
  background-color: grey;
} */

a:hover {
  color: gold;
}

/** ------------- media queries ---------------**/

@media only screen and (max-width: 805px) {
  body {
    background: url(../images/hippie-bg3.gif);
  }

  h1 a {
    font-size: 1.3em;
  }

  .wrapper {
    padding: 20px;
  }

  img {
    width: 280px;
    height: 292px;
    margin-left: 15px;
  }

  .wrapper {
    margin: auto;
    margin-top: 100px;
  }

  #logo {
    width: 160px;
    height: 70px;
    top: 20px;
    left: 20px;
  }
}

@media only screen and (min-width: 805px) {
  body {
    background: url(../images/hippie-bg3.gif) repeat-x;
    background-size: contain;
    background-color: rgb(19, 96, 184);
  }

  .wrapper {
    margin: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (min-height: 700px) {
  #logo {
    display: none;
  }

  #logo2 {
    height: 80px;
    width: 200px;
    position: absolute;
    bottom: 50px;
    left: auto;
  }
}
