/**
  * gra.at styles
  * (c) 2016 3unikat - Philipp Salmutter
  * using compass, susy grid and breakpoint
  */
/*
 * Susy grid settings
 */
/*
 * 3unikat mixin library
 */
/*
 * PS mixin framework
 */
/*
 * And the beauty goes here
 */
/*
 * silent classes collection
 */
/* line 5, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/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, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 16, ../sass/base.scss */
html {
  font-size: 16px;
  line-height: 24px;
}

/* line 21, ../sass/base.scss */
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../sass/base.scss */
body {
  background: #fff;
  color: #3c2917;
  font-family: "gra-text", Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

/* line 37, ../sass/base.scss */
a,
.fake-link {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  display: inline-block;
  text-decoration: none;
  color: #69ae26;
}
/* line 43, ../sass/base.scss */
a:hover, a:focus,
.fake-link:hover,
.fake-link:focus {
  color: #3c2917;
}

/* line 50, ../sass/base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "gra-headline", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #3c2917;
}

/* line 55, ../sass/base.scss */
h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 58, ../sass/base.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
}

/* line 61, ../sass/base.scss */
h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 64, ../sass/base.scss */
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

/* line 68, ../sass/base.scss */
blockquote {
  display: inline-block;
  padding-left: 1rem;
  font-style: italic;
  border-left: 3px solid #734f2c;
}

/* line 75, ../sass/base.scss */
b,
strong {
  font-weight: 600;
}

/* line 80, ../sass/base.scss */
em {
  font-style: italic;
}

/* line 84, ../sass/base.scss */
u {
  text-decoration: underline;
}

/* line 88, ../sass/base.scss */
sup {
  font-size: .5em;
  vertical-align: top;
  line-height: 1em;
}

/* line 94, ../sass/base.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #3c2917;
  font-size: 1rem;
  padding: .5rem 1rem;
}
/* line 104, ../sass/base.scss */
input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
textarea:hover,
textarea:active,
textarea:focus {
  border-color: #69ae26;
  outline-style: none;
  box-shadow: none;
}

/* line 113, ../sass/base.scss */
button {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 115, ../sass/base.scss */
button:hover, button:active, button:focus {
  outline-style: none;
  box-shadow: none;
}

/* line 122, ../sass/base.scss */
::selection {
  background: #69ae26;
  color: #fff;
}

/* line 126, ../sass/base.scss */
::-moz-selection {
  background: #69ae26;
  color: #fff;
}
