/*!
Author: Jochen Lott
Author url: http://www.jochenlott.com
Version: 1.0
*/
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/partials/_base.scss */
#svgWrapper {
  text-align: left;
}
/* line 4, ../sass/partials/_base.scss */
#svgWrapper path {
  fill: #b1d1a3;
  stroke: #000;
  stroke-width: .5px;
}
/* line 9, ../sass/partials/_base.scss */
#svgWrapper path:hover {
  opacity: .8 !important;
  cursor: pointer;
}
/* line 14, ../sass/partials/_base.scss */
#svgWrapper .svgContainer {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding-bottom: 105%;
}
/* line 22, ../sass/partials/_base.scss */
#svgWrapper .svgContainer svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 32, ../sass/partials/_base.scss */
#svgWrapper .svgContentWrapper {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
/* line 38, ../sass/partials/_base.scss */
#svgWrapper h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  font-family: Georgia, serif;
  color: #000;
  margin-bottom: 20px;
}
/* line 47, ../sass/partials/_base.scss */
#svgWrapper p {
  line-height: 20px;
}
/* line 51, ../sass/partials/_base.scss */
#svgWrapper .svgFlyout {
  z-index: 10;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  width: 120px;
  position: absolute;
  display: none;
  line-height: 20px;
  padding: 10px;
  font-family: Verdana;
}
/* line 62, ../sass/partials/_base.scss */
#svgWrapper .svgFlyout b {
  font-weight: bold;
}
/* line 67, ../sass/partials/_base.scss */
#svgWrapper .bar {
  width: 100%;
  height: 30px;
  background: #dcdcdc;
  margin-bottom: 30px;
}
/* line 73, ../sass/partials/_base.scss */
#svgWrapper .bar .field,
#svgWrapper .bar .cell {
  height: 30px;
  float: left;
}
/* line 78, ../sass/partials/_base.scss */
#svgWrapper .bar .cell {
  opacity: 0;
  -moz-box-shadow: inset #ccc 1px 0px 0px;
  -webkit-box-shadow: inset #ccc 1px 0px 0px;
  box-shadow: inset #ccc 1px 0px 0px;
  position: relative;
}
/* line 90, ../sass/partials/_base.scss */
#svgWrapper .bar .cell .flyout {
  line-height: 20px;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50px;
  display: none;
  padding: 10px;
}
/* line 110, ../sass/partials/_base.scss */
#svgWrapper .button {
  text-decoration: none;
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  margin-right: 5px;
  background: #dcdcdc;
  position: relative;
  margin-bottom: 30px;
}
/* line 123, ../sass/partials/_base.scss */
#svgWrapper .button:hover {
  background: #404040;
  color: #fff;
}
@media screen and (max-width: 680px) {
  /* line 130, ../sass/partials/_base.scss */
  #svgWrapper .bar {
    margin-bottom: 20px;
  }
  /* line 133, ../sass/partials/_base.scss */
  #svgWrapper .button {
    display: block;
    margin-bottom: 10px;
  }
}

/* line 141, ../sass/partials/_base.scss */
.ie-hinweis {
  position: absolute;
  background: #c60000;
  color: #FFF;
  padding: 10px;
  width: 100%;
  top: 0;
  text-align: center;
}

/* line 142, ../sass/partials/_base.scss */
.ie-hinweis a {
  color: #FFF;
}
