/**
  * fantour 2016 header
  * (c) 2016 3unikat - Philipp Salmutter
  */
/*
 * Susy grid settings
 */
/*
 * 3unikat mixin library
 */
/*
 * PS mixin framework
 */
/*
 * And the beauty goes here
 */
/* line 12, ../sass/header.scss */
.header {
  *zoom: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 15px;
  border-bottom: 3px solid #734f2c;
}
/* line 71, ../sass/_mixins.scss */
.header:before, .header:after {
  content: " ";
  display: table;
}
/* line 75, ../sass/_mixins.scss */
.header:after {
  clear: both;
}
/* line 16, ../sass/header.scss */
.header__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin: auto;
}
/* line 12, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.header__inner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 24, ../sass/header.scss */
.header__logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  width: 270px;
  height: 81px;
  background-image: url(../images/logo.png);
  background-image: url(../images/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
/* line 35, ../sass/header.scss */
.header__logo:hover {
  opacity: .85;
}
/* line 38, ../sass/header.scss */
.header__logo .text {
  display: block;
  margin-left: -99999px;
  height: 0px;
}
