@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background: url(../img/background.png);
  background-size: 100% 100%;
  color: #333;
  font-family: cursive, sans-serif;
  font-size: 1em;
  line-height: 135%;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

button {
  width: 10%;
  margin-left: 5%;
  float: left;
  border-radius: 30px;
  border: 2px solid #84b6be;
  padding: 10px;
  cursor: pointer;
  color: rgb(113, 141, 193);
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 11%;
  font-size: 1.2em;
}

button:hover {
  color: rgb(108, 202, 232);
}

header {
  width: 98%;
  float: left;
  padding: 1%;
  background-color: #fafafa;
  border-bottom: 2px solid silver;
}

header #logo {
  width: 30%;
  float: left;
}

header #logo a {
  color: rgb(42, 237, 48);
  font-size: 2em;
  text-decoration: none;
}

header #logo a:hover {
  color: rgb(232, 42, 237);
  text-decoration: underline;
}

header #logo a:hover,
header #logo a {
  -webkit_transition: all.8s ease;
  -moz_transition: all.8s ease;
  -o_transition: all.8s ease;
  -ms_transition: all.8s ease;
  transition: all.8s ease;
}

button:hover,
button {
  -webkit_transition: all.4s ease;
  -moz_transition: all.4s ease;
  -o_transition: all.4s ease;
  -ms_transition: all.4s ease;
  transition: all.4s ease;
}

#SpitzFenec {
  width: 78%;
  margin-left: 10%;
  background-color: rgba(188, 193, 212, 0.5);
  padding: 1%;
  float: left;
}

#SpitzFenec h2 {
  color: rgb(28, 20, 87);
}

#SpitzFenec a {
  color: rgba(45, 22, 175, 0.534);
  text-decoration: none;
}
