/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.group:before,
.group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.group:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.group {
  *zoom: 1; }

.screen-reader {
  position: absolute;
  top: -9999px;
  left: -9999px; }

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  color: #333333;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #6c8a91;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  a:hover, a:focus {
    -webkit-transition: all 0.06s ease;
    -moz-transition: all 0.06s ease;
    -o-transition: all 0.06s ease;
    transition: all 0.06s ease;
    color: #89a1a7; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
  color: #f3a046;
  font-family: "Lato", sans-serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #f3a046; }

h1, .h1 {
  font-size: 46px;
  margin: 0 0 20px 0; }

h2, .h2 {
  font-size: 32px;
  margin: 0 0 20px 0; }

h3, .h3 {
	font-size: 21px;
	margin: 0 0 20px 0;
}

h4, .h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

h5, .h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

h6 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

p {
  margin: 0 0 20px 0; }

time {
  color: #b3b3b3; }

blockquote {
  margin: 0px 0 20px 0;
  padding: 20px 25px;
  background: #F5F5F5;
  border-left: 6px solid #f3a046;
  text-align: left; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

[class*="col-"] {
  float: left;
  padding-right: 20px;
  position: relative; }
  @media (max-width: 760px) {
    [class*="col-"] {
      float: none;
      margin: 0 auto; } }

.grid {
  padding: 0; }

.col-100 {
  padding: 0;
  width: 100%; }

.col-1-2 {
  width: 50%; }
  @media (max-width: 760px) {
    .col-1-2 {
      width: 92%;
      padding-right: 0; } }

.col-1-3 {
  width: 33.33%; }
  @media (max-width: 760px) {
    .col-1-3 {
      width: 92%;
      padding-right: 0; } }

.col-2-3 {
  width: 66.66%; }
  @media (max-width: 760px) {
    .col-2-3 {
      width: 92%;
      padding-right: 0; } }

.col-2-3 + .col-1-3,
.col-1-3 + .col-2-3,
.col-1-2 + .col-1-2 {
  padding-right: 0; }

.col-1-4 {
  width: 25%; }
  @media (max-width: 1020px) {
    .col-1-4 {
      width: 33%;
      padding-right: 0; } }
  @media (max-width: 760px) {
    .col-1-4 {
      width: 92%; } }

ul, ol {
  margin: 0 0 20px 20px; }

ul, ul ul, ol ul {
  list-style: disc; }

ol, ul ol, ol ol {
  list-style: decimal; }

ul ul, ol ul, ol ol, ul ol {
  margin: 5px 0 0 10px; }

li {
  margin: 0 0 5px 0; }

.content {
  position: relative; }

.module p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0; }

#respond > h3 {
  margin-top: 0; }
#respond label {
  display: block;
  margin-bottom: 4px; }
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  width: 33%;
  padding-right: 20px;
  float: left; }
  @media (max-width: 760px) {
    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url {
      width: 100%;
      padding-right: 0;
      float: none; } }
#respond .comment-form-url {
  padding-right: 0;
  width: 34%; }
  @media (max-width: 760px) {
    #respond .comment-form-url {
      width: 100%; } }
#respond .comment-form-comment {
  clear: both; }

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
#ncore_password0,
#ncore_username0,
textarea {
  font-weight: 300;
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px;
  background: #f9f9f9;
  border: 1px solid #cccccc;
  color: #333333;
  outline-color: transparent;
  outline-style: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  input[type=text]:hover,
  input[type=email]:hover,
  input[type=password]:hover,
  input[type=url]:hover,
  input[type=search]:hover,
  #ncore_password0:hover,
  #ncore_username0:hover,
  textarea:hover {
    background: #fcfcfc;
    border: 1px solid #999999;
    -webkit-transition: all 0.06s ease;
    -moz-transition: all 0.06s ease;
    -o-transition: all 0.06s ease;
    transition: all 0.06s ease; }

#ncore_password0,
#ncore_username0 {
  width: 100% !important; }

.ncore_user_form_container {
  width: 300px;
  max-width: 100%; }

form.ncore_user_form {
  font-size: inherit; }

form.ncore_user_form .ncore_input, form.ncore_user_form .required {
  float: none; }

.ncore_new_password_link {
  font-size: 100%; }

#ncore_ajax_wait.ncore_waiting {
  background: url(../images/ajax-loader.gif) center transparent no-repeat; }

#user_login_form_form_error_message a {
  color: white; }
  #user_login_form_form_error_message a:hover, #user_login_form_form_error_message a:active {
    color: #f2f2f2; }

input[type=submit] {
  background: #f3a046;
  -webkit-appearance: none;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  text-shadow: 0 1px 0 #bd6615;
  border: 1px solid #f1942e;
  background: #F3A046;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9a94c), color-stop(100%, #e78f3a));
  background: -webkit-linear-gradient(#f9a94c, #e78f3a);
  background: -moz-linear-gradient(#f9a94c, #e78f3a);
  background: -o-linear-gradient(#f9a94c, #e78f3a);
  background: linear-gradient(#f9a94c, #e78f3a); }
  input[type=submit]:hover {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e78f3a), color-stop(100%, #f9a94c));
    background: -webkit-linear-gradient(#e78f3a, #f9a94c);
    background: -moz-linear-gradient(#e78f3a, #f9a94c);
    background: -o-linear-gradient(#e78f3a, #f9a94c);
    background: linear-gradient(#e78f3a, #f9a94c); }
  input[type=submit]:active {
    box-shadow: none; }

textarea {
  font-weight: 300;
  min-height: 200px;
  font-family: "Lato", sans-serif; }

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0; }
  .commentlist li {
    margin-bottom: 20px;
    padding: 0; }
    @media (max-width: 760px) {
      .commentlist li {
        width: 100%;
        padding: 0; } }

.comment-form {
  margin-top: 20px; }

.comment-meta {
  padding-bottom: 40px; }
  .comment-meta img {
    float: left;
    margin-right: 20px; }
  .comment-meta .fn {
    font-size: 18px;
    font-weight: bold;
    display: block; }

body {
  counter-reset: section; }

.comments-title {
  padding: 30px 0 15px; }

.comment-box {
  position: relative;
  overflow: hidden; }
  .comment-box:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    right: -20px;
    top: -90px;
    font-size: 202px;
    color: #F0F0F0; }
    @media (max-width: 760px) {
      .comment-box:before {
        content: ""; } }

.comment-awaiting-moderation {
  color: #bbbbbb; }

@media (min-width: 760px) {
  textarea {
    background-image: url("../images/textarea-bg.png");
    background-position: 125% 160%;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
    textarea:hover {
      background-image: url("../images/textarea-bg.png");
      background-repeat: no-repeat;
      background-position: 125% 160%; }
    textarea:focus {
      background-position: 150% 160%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; } }
@media (max-width: 760px) {
  textarea {
    background-image: none; } }

/* #Basics
================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

body {
  background: white; }

/* #Wrap
================================================== */
.wrap {
  width: 85%;
  margin: 0 auto;
  max-width: 1380px; }
  @media (max-width: 1020px) {
    .wrap {
      width: 90%; } }
  @media (max-width: 760px) {
    .wrap {
      width: 100%; } }

.negativ {
  margin-top: -27px; }
  @media (max-width: 760px) {
    .negativ {
      margin-top: 0; } }

/* #Header
================================================== */
.site-header {
  text-align: center;
  padding-top: 20px;
  background: #F3A046;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9a94c), color-stop(100%, #e78f3a));
  background: -webkit-linear-gradient(#f9a94c, #e78f3a);
  background: -moz-linear-gradient(#f9a94c, #e78f3a);
  background: -o-linear-gradient(#f9a94c, #e78f3a);
  background: linear-gradient(#f9a94c, #e78f3a);
  border-bottom: 10px solid #c2c2c2; }

.logo {
  padding: 10px;
  position: relative; }
  .logo img {
    max-width: 80%;
    width: 200px;
    height: auto; }
  @media (max-width: 760px) {
    .logo {
      text-align: center;
      padding-left: 0; } }

.main-nav li {
  list-style: none;
  float: left;
  margin-right: 40px; }
  .main-nav li a {
    display: block; }

/* #Footer
================================================== */
.site-footer {
  background: #F3A046;
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 10px solid #c2c2c2; }

/* #Counter
================================================== */
.counter ul {
  margin: 30px auto;
  width: 400px;
  height: 100px;
  display: block;
  padding: 0; }
  @media (max-width: 760px) {
    .counter ul {
      width: 240px; } }
.counter ul li {
  display: inline-block;
  float: left;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #f3a046;
  font-size: 12px; }
  @media (max-width: 760px) {
    .counter ul li {
      width: 60px;
      font-size: 10px; } }
  .counter ul li span {
    display: block;
    font-size: 58px;
    color: #f3a046; }
    @media (max-width: 760px) {
      .counter ul li span {
        font-size: 40px; } }

.lt-ie9 .content:after,
.lt-ie9 .content:before {
  display: none; }
