/* line 6, default.scss */
.index .row.content > div {
  display: table-cell;
}
/* line 10, default.scss */
.index h3 {
  white-space: nowrap;
  font-size: 18px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #000;
  font-family: ProximaNovaReg;
  padding-bottom: 4px;
}
/* line 17, default.scss */
.index h3 strong {
  font-family: ProximaNovaBold;
  font-weight: normal;
}
/* line 23, default.scss */
.index .teaser {
  margin: 0;
}
/* line 25, default.scss */
.index .teaser .row:first-child > div {
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFD6D6D6');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d6d6d6));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background-image: linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 0;
}
/* line 31, default.scss */
.index .teaser .row + .row {
  margin-top: 3px;
  background-color: #cccccc;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #bbbbbb));
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #bbbbbb 100%);
  background-image: -moz-linear-gradient(top, #cccccc 0%, #bbbbbb 100%);
  background-image: -o-linear-gradient(top, #cccccc 0%, #bbbbbb 100%);
  background-image: linear-gradient(top, #cccccc 0%, #bbbbbb 100%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
/* line 39, default.scss */
.index .exhibition, .index .news {
  padding: 0 5px 0 0;
}
/* line 40, default.scss */
.index .exhibition h4, .index .news h4 {
  margin: 0;
  color: #a80000;
}
/* line 45, default.scss */
.index .exhibition > div, .index .news > div {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFB6B6B5');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(60%, #e6e6e6), color-stop(100%, #b6b6b5));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 60%, #b6b6b5 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 60%, #b6b6b5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 60%, #b6b6b5 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e6e6e6 60%, #b6b6b5 100%);
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px;
  min-height: 450px;
  overflow: auto;
}
/* line 60, default.scss */
.index .news {
  padding: 0 0 0 5px;
}
/* line 62, default.scss */
.index .news h4 {
  margin: 0 0 1ex;
}
/* line 65, default.scss */
.index .news h4:before {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #a80000;
  margin-right: 3px;
}
/* line 74, default.scss */
.index .news p {
  margin: 0;
}
/* line 78, default.scss */
.index .news > div > div {
  border-bottom: 1px solid #b4b4b4;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
/* line 83, default.scss */
.index .news > div > div img {
  margin-bottom: 1ex;
}
/* line 88, default.scss */
.index .news > div > div:last-child {
  border-bottom: 0;
  margin: 0;
}
/* line 93, default.scss */
.index .news .download {
  display: block;
  padding: 1ex 0 0;
}

@media screen and (min-width: 992px) {
  /* line 104, default.scss */
  .index .exhibition, .index .news {
    padding: 0;
  }
  /* line 106, default.scss */
  .index .exhibition > div, .index .news > div {
    margin: 0 0 0 10px;
    padding: 0 10px 10px 10px;
  }
  /* line 112, default.scss */
  .index .news {
    padding: 0 0 0 5px;
  }
  /* line 116, default.scss */
  .index h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1199px) {
  /* line 123, default.scss */
  .index h3 {
    font-size: 18px;
  }
}
