/* line 1, ../sass/default.sass */
body {
  font-size: 16px;
  background: url("../Images/stripes_bg.png") center;
  margin-top: 3em;
  font-family: "din_fischbachregular";
}

/* line 7, ../sass/default.sass */
a {
  color: black;
  text-decoration: none;
}
/* line 11, ../sass/default.sass */
a:hover {
  color: black;
  text-decoration: underline;
}

/* line 15, ../sass/default.sass */
strong {
  font-family: "din_fischbachbold";
}

/* line 18, ../sass/default.sass */
p {
  margin: 0 0 1em 0;
}

/* line 21, ../sass/default.sass */
h2 {
  font-family: "din_fischbachregular";
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  margin: 40px 0 30px 0;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
}

/* line 31, ../sass/default.sass */
h3 {
  font-family: "din_fischbachregular";
  font-weight: normal;
  margin: 20px 0 40px 0;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 15px;
}

/* line 39, ../sass/default.sass */
.content {
  text-align: center;
}
/* line 42, ../sass/default.sass */
.content .big {
  text-transform: uppercase;
}
/* line 45, ../sass/default.sass */
.content .download {
  margin: 0 0 45px 0;
  font-weight: bold;
}
/* line 49, ../sass/default.sass */
.content .broschure {
  margin-left: 13px;
}

/* line 52, ../sass/default.sass */
.go-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: none;
  opacity: 0.5;
  background: url("../Images/up.jpg") no-repeat;
  height: 32px;
  width: 32px;
  display: block;
}
/* line 64, ../sass/default.sass */
.go-top:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
}

/* line 69, ../sass/default.sass */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

@font-face {
  font-family: "din_fischbachbold";
  src: url("../Webfonts/din_fischbach-bold-webfont.eot");
  src: url("../Webfonts/din_fischbach-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../Webfonts/din_fischbach-bold-webfont.woff") format("woff"), url("../Webfonts/din_fischbach-bold-webfont.ttf") format("truetype"), url("../Webfonts/din_fischbach-bold-webfont.svg#din_fischbachbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "din_fischbachregular";
  src: url("../Webfonts/din_fischbach-regular-webfont.eot");
  src: url("../Webfonts/din_fischbach-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../Webfonts/din_fischbach-regular-webfont.woff") format("woff"), url("../Webfonts/din_fischbach-regular-webfont.ttf") format("truetype"), url("../Webfonts/din_fischbach-regular-webfont.svg#din_fischbachregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* accessability */
/* line 92, ../sass/default.sass */
ul#skiplinks {
  list-style: none;
}
/* line 95, ../sass/default.sass */
ul#skiplinks a {
  display: block;
  position: absolute;
  left: -999em;
  float: left;
}
/* line 101, ../sass/default.sass */
ul#skiplinks a:focus, ul#skiplinks a:active {
  left: 10px;
}
