@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
/* 'Ubuntu', sans-serif;            */
/* 'Ubuntu Condensed', sans-serif;  */
/* 'Ubuntu Mono', mono;             */
/* CSS Document */
/* line 62, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
html, body {
  height: 100%;
  width: 100%; }

/* line 67, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
body {
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Ubuntu', sans-serif;
  color: #49676c;
  background-color: #d1d1d1; }

/* line 76, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
header {
  background-color: #2c2c2c;
  color: #f7f7f7;
  padding: 20px 0px;
  -webkit-box-shadow: 0px 0px 5px 0px #d6d6d6, 0px 0px 10px 0px #f7f7f7;
  -moz-box-shadow: 0px 0px 5px 0px #d6d6d6, 0px 0px 10px 0px #f7f7f7;
  box-shadow: 0px 0px 5px 0px #d6d6d6, 0px 0px 10px 0px #f7f7f7; }

/* line 88, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
footer {
  width: 100%;
  background-color: #d1d1d1;
  font-size: 12px;
  padding: 30px 0px; }

/* line 96, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
footer p:last-of-type {
  font-weight: 200;
  font-size: 12px;
  margin: -10px 0px;
  color: #747474; }

/* line 106, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
h2 {
  font-weight: 300;
  font-size: 20px; }

/* line 110, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
h3 {
  margin-bottom: 10px; }

/* line 114, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
hr {
  color: #c4c4c4; }

/* line 118, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
#page {
  background-color: #fff;
  width: 100vw;
  height: 58vw;
  padding: 30px 5px 0px, 5px; }

/* line 125, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
#pGraph {
  width: 100%;
  height: 100%;
  margin-top: 20px; }

/* line 134, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
.objectLine, #two_4 {
  z-index: 0; }
  /* line 136, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
  .objectLine:hover, #two_4:hover {
    stroke-width: 5px;
    z-index: 30;
    stroke: red; }

/* line 145, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
.attributes line, .attributes path {
  fill: none;
  stroke: #2c2c2c; }

/* line 151, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
.lines path {
  stroke-width: 1.5px;
  pointer-events: stroke;
  opacity: 0.3;
  fill: none; }
  /* line 156, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
  .lines path:hover {
    stroke-width: 5px;
    opacity: 1.0;
    stroke: #000; }

/* line 166, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
.contextLines path {
  fill: none;
  stroke-width: 0.5px; }

/* line 171, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
svg g.attributes text.axisTitle {
  cursor: pointer;
  font-weight: 700; }

/* line 175, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
.brush .extent {
  fill-opacity: 0.1;
  stroke: rgba(0, 0, 0, 0.79); }

/* line 180, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
.hierachy {
  background-color: gainsboro; }

/* line 183, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
.hierachy > div {
  height: 25px;
  background-color: dimgray;
  color: #fff;
  padding-top: 3px;
  cursor: pointer;
  border-left: 0px solid gainsboro;
  border-right: 0px solid gainsboro;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0.8; }
  /* line 197, D:/eigeneDateien/Uni/Master/InfoVis/test/infovis-15-pc/assets/css/layout.scss */
  .hierachy > div:hover {
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 1.0; }

/*# sourceMappingURL=layout.css.map */