.highlight {
  color: #a8d08d; }

body {
  font-family: "Muli", "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }

a {
  color: #a8d08d; }
  a:hover {
    color: #8cc169; }
  a:active {
    color: #72af48; }
  a:focus {
    color: #72af48; }

.green {
  color: #a8d08d; }

.big {
  font-size: 26px;
  font-weight: 500; }

header {
  text-align: center;
  background: #a8d08d; }
  header h1 {
    line-height: 160px;
    margin: 0;
    font-size: 400%;
    color: white;
    letter-spacing: 4px;
    font-weight: 300; }

header, footer {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.29); }

.arrow {
  background: #a8d08d;
  color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  font-size: 36px;
  line-height: 48px; }

section, footer {
  padding: 48px;
  position: relative;
  text-align: center; }

section p {
  margin: 0; }

footer {
  padding: 0;
  background: #272727;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  border-top: 6px solid #a8d08d; }
  footer .arrow {
    top: -3px; }
  footer .container {
    padding-top: 48px;
    padding-bottom: 48px; }
  footer address {
    margin: 0; }

.gallery, .video {
  margin-top: 20px;
  position: relative; }
  .gallery .image, .video .image {
    display: inline-block;
    opacity: .7;
    transition: all .2s ease-in-out;
    position: relative;
    margin: 0 4px; }
    .gallery .image:hover, .gallery .image.active, .video .image:hover, .video .image.active {
      opacity: 1; }
  .gallery img, .video img {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29); }

.video-vr {
  width: 970px;
  height: 316px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  display: block; }
  .video-vr:focus, .video-vr:active {
    outline: none; }
  .video-vr video {
    width: 100%;
    height: 100%; }
  .video-vr .video-vr-play {
    position: absolute;
    top: 98px;
    left: 425px;
    width: 120px;
    height: 120px;
    opacity: .2;
    transition: all .5s ease-in-out; }
    .video-vr .video-vr-play i {
      font-size: 120px; }
  .video-vr:hover .video-vr-play {
    opacity: 1; }

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