@import url(webfonts.css);
/* line 7, ../sass/test.scss */
html, body {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}

/* line 13, ../sass/test.scss */
.wrapper {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

/* line 19, ../sass/test.scss */
#header {
  border-top: 10px solid #005f41;
  position: relative;
  padding: 20px 0px 10px 0px;
}
/* line 24, ../sass/test.scss */
#header #logo {
  position: relative;
  left: -30%;
  width: 130%;
  height: 64px;
  background: url(../bilder/logo.png) no-repeat;
  background-size: 100%;
}

/* line 34, ../sass/test.scss */
#content {
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
  color: #005f41;
  font-size: 1em;
}
/* line 41, ../sass/test.scss */
#content label {
  color: #005f41;
  display: block;
  font-family: HelveticaNeueLTStd-MdCn;
}
/* line 47, ../sass/test.scss */
#content a {
  color: #505050;
  font-family: HelveticaNeueLTStd-Cn;
}
/* line 52, ../sass/test.scss */
#content a:hover {
  color: #005f41;
  text-decoration: underline;
}
/* line 57, ../sass/test.scss */
#content img {
  margin-bottom: 20px;
  border-top: 2px solid #005f41;
  border-bottom: 2px solid #005f41;
  -webkit-filter: grayscale(0.9);
  -webkit-transition: all 2s ease-out;
  width: 100%;
  height: auto;
}
/* line 67, ../sass/test.scss */
#content img:hover {
  -webkit-filter: grayscale(0);
}

/* line 73, ../sass/test.scss */
#footer {
  position: fixed;
  bottom: 0;
  width: 200px;
  margin: 0 auto;
  border-bottom: 10px solid #005f41;
}

/* line 81, ../sass/test.scss */
.kreis {
  position: relative;
  width: 50px;
  height: 50px;
  top: 10px;
  left: 10px;
  -moz-transition-duration: 1s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  background: blue;
  border-radius: 100%;
  padding: 20px;
}

/* line 101, ../sass/test.scss */
.kreis:hover {
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
}

@media only screen and (max-device-width: 480px) {
  /* line 112, ../sass/test.scss */
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /* line 117, ../sass/test.scss */
  #header {
    padding: 20px 0px 0px 0px;
  }
  /* line 120, ../sass/test.scss */
  #header #logo {
    width: 87.5%;
    height: 75px;
    margin: 0 6.25%;
    left: 0px;
  }

  /* line 128, ../sass/test.scss */
  #footer {
    width: 100%;
  }

  /* line 132, ../sass/test.scss */
  #content {
    font-size: 1.1em;
  }

  /* line 137, ../sass/test.scss */
  img {
    width: 100%;
    height: auto;
  }

  /* line 142, ../sass/test.scss */
  label {
    margin-left: 6.25%;
  }
}
