@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* =====================================
   Colours
   ===================================== */
/* =====================================
   Mixin: Transition/Opacity/Gradient
   ===================================== */
/* =====================================
   Buttons
   ===================================== */
/* =====================================
   Grid
   ===================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  clear: both;
  margin-left: -10px;
  margin-right: -10px; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.container {
  margin: 0 auto;
  position: relative; }

.container {
  max-width: 300px; }

@media only screen and (min-width: 480px) {
  .container {
    max-width: 400px; } }
@media only screen and (min-width: 768px) {
  .container {
    max-width: 600px; } }
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 960px; } }
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1100px; } }
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-12 {
  width: 100%;
  float: none; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-push-right-12 {
  margin-right: 100%; }

.col-xs-push-right-11 {
  margin-right: 91.66666667%; }

.col-xs-push-right-10 {
  margin-right: 83.33333333%; }

.col-xs-push-right-9 {
  margin-right: 75%; }

.col-xs-push-right-8 {
  margin-right: 66.66666667%; }

.col-xs-push-right-7 {
  margin-right: 58.33333333%; }

.col-xs-push-right-6 {
  margin-right: 50%; }

.col-xs-push-right-5 {
  margin-right: 41.66666667%; }

.col-xs-push-right-4 {
  margin-right: 33.33333333%; }

.col-xs-push-right-3 {
  margin-right: 25%; }

.col-xs-push-right-2 {
  margin-right: 16.66666667%; }

.col-xs-push-right-1 {
  margin-right: 8.33333333%; }

.col-xs-push-right-0 {
  margin-right: auto; }

/* =====================================
   media queries
   ===================================== */
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.333333333333332%; }

  .col-sm-2 {
    width: 16.666666666666664%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333333333%; }

  .col-sm-5 {
    width: 41.66666666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.333333333333336%; }

  .col-sm-8 {
    width: 66.66666666666666%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333333333334%; }

  .col-sm-11 {
    width: 91.66666666666666%; }

  .col-sm-12 {
    width: 100%;
    float: none; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-push-right-12 {
    margin-right: 100%; }

  .col-sm-push-right-11 {
    margin-right: 91.66666667%; }

  .col-sm-push-right-10 {
    margin-right: 83.33333333%; }

  .col-sm-push-right-9 {
    margin-right: 75%; }

  .col-sm-push-right-8 {
    margin-right: 66.66666667%; }

  .col-sm-push-right-7 {
    margin-right: 58.33333333%; }

  .col-sm-push-right-6 {
    margin-right: 50%; }

  .col-sm-push-right-5 {
    margin-right: 41.66666667%; }

  .col-sm-push-right-4 {
    margin-right: 33.33333333%; }

  .col-sm-push-right-3 {
    margin-right: 25%; }

  .col-sm-push-right-2 {
    margin-right: 16.66666667%; }

  .col-sm-push-right-1 {
    margin-right: 8.33333333%; }

  .col-sm-push-right-0 {
    margin-right: auto; } }
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.333333333333332%; }

  .col-md-2 {
    width: 16.666666666666664%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333333333333%; }

  .col-md-5 {
    width: 41.66666666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.333333333333336%; }

  .col-md-8 {
    width: 66.66666666666666%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333333333334%; }

  .col-md-11 {
    width: 91.66666666666666%; }

  .col-md-12 {
    width: 100%;
    float: none; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-push-right-12 {
    margin-right: 100%; }

  .col-md-push-right-11 {
    margin-right: 91.66666667%; }

  .col-md-push-right-10 {
    margin-right: 83.33333333%; }

  .col-md-push-right-9 {
    margin-right: 75%; }

  .col-md-push-right-8 {
    margin-right: 66.66666667%; }

  .col-md-push-right-7 {
    margin-right: 58.33333333%; }

  .col-md-push-right-6 {
    margin-right: 50%; }

  .col-md-push-right-5 {
    margin-right: 41.66666667%; }

  .col-md-push-right-4 {
    margin-right: 33.33333333%; }

  .col-md-push-right-3 {
    margin-right: 25%; }

  .col-md-push-right-2 {
    margin-right: 16.66666667%; }

  .col-md-push-right-1 {
    margin-right: 8.33333333%; }

  .col-md-push-right-0 {
    margin-right: auto; } }
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.333333333333332%; }

  .col-lg-2 {
    width: 16.666666666666664%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333333333%; }

  .col-lg-5 {
    width: 41.66666666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.333333333333336%; }

  .col-lg-8 {
    width: 66.66666666666666%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333333334%; }

  .col-lg-11 {
    width: 91.66666666666666%; }

  .col-lg-12 {
    width: 100%;
    float: none; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-push-right-12 {
    margin-right: 100%; }

  .col-lg-push-right-11 {
    margin-right: 91.66666667%; }

  .col-lg-push-right-10 {
    margin-right: 83.33333333%; }

  .col-lg-push-right-9 {
    margin-right: 75%; }

  .col-lg-push-right-8 {
    margin-right: 66.66666667%; }

  .col-lg-push-right-7 {
    margin-right: 58.33333333%; }

  .col-lg-push-right-6 {
    margin-right: 50%; }

  .col-lg-push-right-5 {
    margin-right: 41.66666667%; }

  .col-lg-push-right-4 {
    margin-right: 33.33333333%; }

  .col-lg-push-right-3 {
    margin-right: 25%; }

  .col-lg-push-right-2 {
    margin-right: 16.66666667%; }

  .col-lg-push-right-1 {
    margin-right: 8.33333333%; }

  .col-lg-push-right-0 {
    margin-right: auto; } }
.lt-ie8 .col-xs-1,
.lt-ie8 .col-xs-2,
.lt-ie8 .col-xs-3,
.lt-ie8 .col-xs-4,
.lt-ie8 .col-xs-5,
.lt-ie8 .col-xs-6,
.lt-ie8 .col-xs-7,
.lt-ie8 .col-xs-8,
.lt-ie8 .col-xs-9,
.lt-ie8 .col-xs-10,
.lt-ie8 .col-xs-11,
.lt-ie8 .col-xs-12,
.lt-ie8 .col-sm-1,
.lt-ie8 .col-sm-2,
.lt-ie8 .col-sm-3,
.lt-ie8 .col-sm-4,
.lt-ie8 .col-sm-5,
.lt-ie8 .col-sm-6,
.lt-ie8 .col-sm-7,
.lt-ie8 .col-sm-8,
.lt-ie8 .col-sm-9,
.lt-ie8 .col-sm-10,
.lt-ie8 .col-sm-11,
.lt-ie8 .col-sm-12,
.lt-ie8 .col-md-1,
.lt-ie8 .col-md-2,
.lt-ie8 .col-md-3,
.lt-ie8 .col-md-4,
.lt-ie8 .col-md-5,
.lt-ie8 .col-md-6,
.lt-ie8 .col-md-7,
.lt-ie8 .col-md-8,
.lt-ie8 .col-md-9,
.lt-ie8 .col-md-10,
.lt-ie8 .col-md-11,
.lt-ie8 .col-md-12,
.lt-ie8 .col-lg-1,
.lt-ie8 .col-lg-2,
.lt-ie8 .col-lg-3,
.lt-ie8 .col-lg-4,
.lt-ie8 .col-lg-5,
.lt-ie8 .col-lg-6,
.lt-ie8 .col-lg-7,
.lt-ie8 .col-lg-8,
.lt-ie8 .col-lg-9,
.lt-ie8 .col-lg-10,
.lt-ie8 .col-lg-11,
.lt-ie8 .col-lg-12 {
  padding-left: 0;
  padding-right: 0; }

.visible-xs-block,
.visible-sm-block,
.visible-md-block,
.visible-lg-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
/* =====================================
   Default
   ===================================== */
* {
  margin: 0;
  padding: 0;
  /* kein Highlight bei aktivierten Links auf mobilen Devices */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: Orgon-ExtraLight, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #555;
  line-height: 1.4em;
  background: #fff;
  overflow-y: auto; }

li {
  list-style-type: none; }

a {
  color: #555; }
  a:active, a:focus {
    outline: none; }
  a:hover {
    color: #e37631;
    -webkit-transition: color 400ms ease-out;
    -moz-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out; }

form fieldset {
  border: none; }

input, textarea, select {
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: inherit;
  padding-left: 5px;
  border: 1px solid #ccc; }

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30px;
  line-height: 30px; }

select {
  padding: 6px 0 6px 5px;
  line-height: 25px; }

.hidden {
  display: none; }

ul, p, a {
  line-height: 1.0em; }

address {
  font-style: normal; }

.small {
  font-size: 0.875em; }

img {
  border: none; }

h1 {
  font-size: 1.675em; }

h2 {
  font-size: 1.25em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.0em; }

h1, h2, h3, h4 {
  font-weight: normal;
  line-height: 1.1em; }

/* =====================================
   Element Klassen
   ===================================== */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.centered {
  float: left;
  position: relative;
  left: 50%; }
  .centered li {
    float: left;
    position: relative;
    right: 50%; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.clearfix {
  display: inline-block; }

/* Bereich nicht f├╝r IE-mac Anfang */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* Bereich nicht f├╝r IE-mac Ende */
.preload .global__item--centered {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.global__item--centered {
  margin: 0 auto;
  position: relative; }

.global__item--centered {
  max-width: 300px; }

span.global__item--centered {
  padding: 0 !important; }

/* =====================================
   media queries
   ===================================== */
@media only screen and (min-width: 480px) {
  .global__item--centered {
    max-width: 400px; } }
@media only screen and (min-width: 768px) {
  .global__item--centered {
    max-width: 600px; } }
@media only screen and (min-width: 1024px) {
  .global__item--centered {
    max-width: 980px; } }
@media only screen and (min-width: 1280px) {
  .global__item--centered {
    max-width: 1100px; } }
/* =====================================
   Header
   ===================================== */
.preload .header, .preload .header .row, .preload .logo, .preload #progressbar {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.header, .header .row, .logo {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.header {
  height: 120px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3; }
  .header .logo {
    background: url(img/logo-head.png) center center no-repeat;
    height: 100px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 200%;
    margin-top: 10px; }
  .header .row .row {
    padding-top: 0; }
  .header a {
    text-decoration: none;
    color: #555; }
    .header a:hover {
      color: #e37631; }
  .header .mail, .header .tel {
    display: inline-block;
    padding-left: 35px;
    line-height: 1.6em;
    width: 195px; }
  .header .mail {
    background: url(img/img_mail.png) -3px -7px no-repeat; }
  .header .tel {
    background: url(img/img_phone.png) -3px -8px no-repeat; }
  .header .address {
    line-height: 1.6em;
    display: none; }

#fp-nav {
  display: none; }
  #fp-nav ul li {
    width: 20px;
    height: 30px; }
    #fp-nav ul li a span {
      background: #e37631;
      width: 10px;
      height: 10px; }
    #fp-nav ul li a.active span {
      width: 20px;
      height: 20px; }
    #fp-nav ul li:hover a span {
      width: 20px;
      height: 20px;
      margin: -6px 0 0 -6px; }
    #fp-nav ul li:hover a.active span {
      width: 20px;
      height: 20px; }

.fp-viewing-intro .header .logo {
  background: url(img/logo.png) center center no-repeat; }

.fp-viewing-imprint .header {
  display: none; }

@media only screen and (min-width: 768px) {
  .header {
    position: fixed;
    height: 100px; }
    .header .logo {
      margin-top: 0; }
    .header .address {
      display: block;
      font-size: 1.1em; }

  #fp-nav {
    display: block; }

  #progressbar__bg {
    width: 100%;
    height: 4px;
    background: #ddd;
    position: absolute;
    left: 0;
    bottom: 0; }

  #progressbar {
    background: #e37631;
    height: 100%;
    -webkit-transition: width 800ms ease-out;
    -moz-transition: width 800ms ease-out;
    -o-transition: width 800ms ease-out;
    transition: width 800ms ease-out; }

  .fp-viewing-intro #progressbar__bg, .fp-viewing-intro #progressbar {
    background: #fff; }

  .fp-viewing-tasks #progressbar {
    width: 25%; }

  .fp-viewing-clients #progressbar {
    width: 50%; }

  .fp-viewing-cooperation #progressbar {
    width: 75%; }

  .fp-viewing-imprint #progressbar {
    width: 100%; }

  .fp-viewing-intro .header {
    box-shadow: none;
    border: none;
    height: 150px; }
    .fp-viewing-intro .header .row {
      padding-top: 20px; }
      .fp-viewing-intro .header .row .row {
        padding-top: 0; }
  .fp-viewing-intro #fp-nav ul li a span, .fp-viewing-intro .fp-slidesNav ul li a span {
    background: #fff; }

  .header .row .row, .fp-viewing-intro .header .row .row {
    padding-top: 20px; } }
@media all and (-webkit-min-device-pixel-ratio: 2) {
  .logo {
    background: url(img/logo-head@2x.png) center center no-repeat;
    background-size: 71px 75px; }

  .fp-viewing-intro .header .logo {
    background: url(img/logo@2x.png) center center no-repeat;
    background-size: 112px 100px; } }
/* =====================================
   Content
   ===================================== */
.cType_textpic img, .cType_pic img, .col__img img {
  display: block;
  max-width: 100%;
  height: auto; }

.intro {
  background: #e37631; }

.tasks, .cooperation {
  background: #fff; }

.clients {
  background: #f1f1f1; }

.intro .global__item--centered, .tasks .global__item--centered, .cooperation .global__item--centered, .clients .global__item--centered, .imprint .global__item--centered {
  padding: 30px 0; }
.intro h1 a, .intro h2 a, .intro h3 a, .intro h4 a, .tasks h1 a, .tasks h2 a, .tasks h3 a, .tasks h4 a, .cooperation h1 a, .cooperation h2 a, .cooperation h3 a, .cooperation h4 a, .clients h1 a, .clients h2 a, .clients h3 a, .clients h4 a, .imprint h1 a, .imprint h2 a, .imprint h3 a, .imprint h4 a {
  font-size: 1.0em;
  text-decoration: none; }
.intro h1, .intro h2, .tasks h1, .tasks h2, .cooperation h1, .cooperation h2, .clients h1, .clients h2, .imprint h1, .imprint h2 {
  font-size: 1.4em;
  color: #e37631;
  text-transform: uppercase;
  padding: 10px 0;
  font-family: Orgon-Medium, Arial, Helvetica, sans-serif; }
.intro h3, .intro h4, .tasks h3, .tasks h4, .cooperation h3, .cooperation h4, .clients h3, .clients h4, .imprint h3, .imprint h4 {
  font-family: Orgon-Medium, Arial, Helvetica, sans-serif; }
.intro div h1, .intro div h2, .tasks div h1, .tasks div h2, .cooperation div h1, .cooperation div h2, .clients div h1, .clients div h2, .imprint div h1, .imprint div h2 {
  margin: 20px 0; }
  .intro div h1:first-child, .intro div h2:first-child, .tasks div h1:first-child, .tasks div h2:first-child, .cooperation div h1:first-child, .cooperation div h2:first-child, .clients div h1:first-child, .clients div h2:first-child, .imprint div h1:first-child, .imprint div h2:first-child {
    margin: 0 0 20px 0; }
.intro ul, .intro p, .intro a, .tasks ul, .tasks p, .tasks a, .cooperation ul, .cooperation p, .cooperation a, .clients ul, .clients p, .clients a, .imprint ul, .imprint p, .imprint a {
  line-height: 1.4em;
  font-size: 0.875em; }
.intro p, .tasks p, .cooperation p, .clients p, .imprint p {
  margin-top: 40px; }
  .intro p a, .tasks p a, .cooperation p a, .clients p a, .imprint p a {
    font-size: 1.0em; }
.intro ul, .tasks ul, .cooperation ul, .clients ul, .imprint ul {
  padding-left: 16px;
  margin-top: 20px; }
  .intro ul p, .intro ul a, .intro ul li ul, .tasks ul p, .tasks ul a, .tasks ul li ul, .cooperation ul p, .cooperation ul a, .cooperation ul li ul, .clients ul p, .clients ul a, .clients ul li ul, .imprint ul p, .imprint ul a, .imprint ul li ul {
    font-size: 1.0em; }
  .intro ul li, .tasks ul li, .cooperation ul li, .clients ul li, .imprint ul li {
    list-style-type: disc;
    margin-top: 10px; }
.intro .col-xs-12, .tasks .col-xs-12, .cooperation .col-xs-12, .clients .col-xs-12, .imprint .col-xs-12 {
  margin-top: 40px; }
.intro .col-xs-12, .intro .cType_text, .intro .cType_textpic, .intro .cType_pic, .tasks .col-xs-12, .tasks .cType_text, .tasks .cType_textpic, .tasks .cType_pic, .cooperation .col-xs-12, .cooperation .cType_text, .cooperation .cType_textpic, .cooperation .cType_pic, .clients .col-xs-12, .clients .cType_text, .clients .cType_textpic, .clients .cType_pic, .imprint .col-xs-12, .imprint .cType_text, .imprint .cType_textpic, .imprint .cType_pic {
  margin-top: 20px; }
  .intro .col-xs-12 h1, .intro .col-xs-12 h2, .intro .col-xs-12 h3, .intro .col-xs-12 h4, .intro .cType_text h1, .intro .cType_text h2, .intro .cType_text h3, .intro .cType_text h4, .intro .cType_textpic h1, .intro .cType_textpic h2, .intro .cType_textpic h3, .intro .cType_textpic h4, .intro .cType_pic h1, .intro .cType_pic h2, .intro .cType_pic h3, .intro .cType_pic h4, .tasks .col-xs-12 h1, .tasks .col-xs-12 h2, .tasks .col-xs-12 h3, .tasks .col-xs-12 h4, .tasks .cType_text h1, .tasks .cType_text h2, .tasks .cType_text h3, .tasks .cType_text h4, .tasks .cType_textpic h1, .tasks .cType_textpic h2, .tasks .cType_textpic h3, .tasks .cType_textpic h4, .tasks .cType_pic h1, .tasks .cType_pic h2, .tasks .cType_pic h3, .tasks .cType_pic h4, .cooperation .col-xs-12 h1, .cooperation .col-xs-12 h2, .cooperation .col-xs-12 h3, .cooperation .col-xs-12 h4, .cooperation .cType_text h1, .cooperation .cType_text h2, .cooperation .cType_text h3, .cooperation .cType_text h4, .cooperation .cType_textpic h1, .cooperation .cType_textpic h2, .cooperation .cType_textpic h3, .cooperation .cType_textpic h4, .cooperation .cType_pic h1, .cooperation .cType_pic h2, .cooperation .cType_pic h3, .cooperation .cType_pic h4, .clients .col-xs-12 h1, .clients .col-xs-12 h2, .clients .col-xs-12 h3, .clients .col-xs-12 h4, .clients .cType_text h1, .clients .cType_text h2, .clients .cType_text h3, .clients .cType_text h4, .clients .cType_textpic h1, .clients .cType_textpic h2, .clients .cType_textpic h3, .clients .cType_textpic h4, .clients .cType_pic h1, .clients .cType_pic h2, .clients .cType_pic h3, .clients .cType_pic h4, .imprint .col-xs-12 h1, .imprint .col-xs-12 h2, .imprint .col-xs-12 h3, .imprint .col-xs-12 h4, .imprint .cType_text h1, .imprint .cType_text h2, .imprint .cType_text h3, .imprint .cType_text h4, .imprint .cType_textpic h1, .imprint .cType_textpic h2, .imprint .cType_textpic h3, .imprint .cType_textpic h4, .imprint .cType_pic h1, .imprint .cType_pic h2, .imprint .cType_pic h3, .imprint .cType_pic h4 {
    padding-left: 0; }
.intro .cType_pic, .tasks .cType_pic, .cooperation .cType_pic, .clients .cType_pic, .imprint .cType_pic {
  margin-top: 20px; }
  .intro .cType_pic img, .tasks .cType_pic img, .cooperation .cType_pic img, .clients .cType_pic img, .imprint .cType_pic img {
    margin-top: 20px; }
.intro .cType_textpic img, .tasks .cType_textpic img, .cooperation .cType_textpic img, .clients .cType_textpic img, .imprint .cType_textpic img {
  margin-top: 20px; }
.intro .cType_textpic .img--left, .intro .cType_textpic .img--right, .intro .cType_textpic .col__img, .intro .cType_textpic .img--top, .tasks .cType_textpic .img--left, .tasks .cType_textpic .img--right, .tasks .cType_textpic .col__img, .tasks .cType_textpic .img--top, .cooperation .cType_textpic .img--left, .cooperation .cType_textpic .img--right, .cooperation .cType_textpic .col__img, .cooperation .cType_textpic .img--top, .clients .cType_textpic .img--left, .clients .cType_textpic .img--right, .clients .cType_textpic .col__img, .clients .cType_textpic .img--top, .imprint .cType_textpic .img--left, .imprint .cType_textpic .img--right, .imprint .cType_textpic .col__img, .imprint .cType_textpic .img--top {
  margin-bottom: 20px;
  margin-top: 0; }
  .intro .cType_textpic .img--left img, .intro .cType_textpic .img--right img, .intro .cType_textpic .col__img img, .intro .cType_textpic .img--top img, .tasks .cType_textpic .img--left img, .tasks .cType_textpic .img--right img, .tasks .cType_textpic .col__img img, .tasks .cType_textpic .img--top img, .cooperation .cType_textpic .img--left img, .cooperation .cType_textpic .img--right img, .cooperation .cType_textpic .col__img img, .cooperation .cType_textpic .img--top img, .clients .cType_textpic .img--left img, .clients .cType_textpic .img--right img, .clients .cType_textpic .col__img img, .clients .cType_textpic .img--top img, .imprint .cType_textpic .img--left img, .imprint .cType_textpic .img--right img, .imprint .cType_textpic .col__img img, .imprint .cType_textpic .img--top img {
    margin-top: 0; }
.intro .cType_textpic .col__text, .tasks .cType_textpic .col__text, .cooperation .cType_textpic .col__text, .clients .cType_textpic .col__text, .imprint .cType_textpic .col__text {
  margin-top: 0; }
.intro .cType_textpic .img--bottom, .tasks .cType_textpic .img--bottom, .cooperation .cType_textpic .img--bottom, .clients .cType_textpic .img--bottom, .imprint .cType_textpic .img--bottom {
  margin-top: 20px; }
.intro .cType_textpic .col__img--left, .intro .cType_textpic .col__text--left, .tasks .cType_textpic .col__img--left, .tasks .cType_textpic .col__text--left, .cooperation .cType_textpic .col__img--left, .cooperation .cType_textpic .col__text--left, .clients .cType_textpic .col__img--left, .clients .cType_textpic .col__text--left, .imprint .cType_textpic .col__img--left, .imprint .cType_textpic .col__text--left {
  float: left;
  padding-left: 0;
  padding-right: 0; }
.intro .cType_textpic .col__img--right, .intro .cType_textpic .col__text--right, .tasks .cType_textpic .col__img--right, .tasks .cType_textpic .col__text--right, .cooperation .cType_textpic .col__img--right, .cooperation .cType_textpic .col__text--right, .clients .cType_textpic .col__img--right, .clients .cType_textpic .col__text--right, .imprint .cType_textpic .col__img--right, .imprint .cType_textpic .col__text--right {
  float: right;
  padding-left: 0;
  padding-right: 0; }
.intro .cType_text h3, .intro .cType_text h4, .intro .cType_textpic h3, .intro .cType_textpic h4, .tasks .cType_text h3, .tasks .cType_text h4, .tasks .cType_textpic h3, .tasks .cType_textpic h4, .cooperation .cType_text h3, .cooperation .cType_text h4, .cooperation .cType_textpic h3, .cooperation .cType_textpic h4, .clients .cType_text h3, .clients .cType_text h4, .clients .cType_textpic h3, .clients .cType_textpic h4, .imprint .cType_text h3, .imprint .cType_text h4, .imprint .cType_textpic h3, .imprint .cType_textpic h4 {
  margin-top: 40px; }
  .intro .cType_text h3:first-child, .intro .cType_text h4:first-child, .intro .cType_textpic h3:first-child, .intro .cType_textpic h4:first-child, .tasks .cType_text h3:first-child, .tasks .cType_text h4:first-child, .tasks .cType_textpic h3:first-child, .tasks .cType_textpic h4:first-child, .cooperation .cType_text h3:first-child, .cooperation .cType_text h4:first-child, .cooperation .cType_textpic h3:first-child, .cooperation .cType_textpic h4:first-child, .clients .cType_text h3:first-child, .clients .cType_text h4:first-child, .clients .cType_textpic h3:first-child, .clients .cType_textpic h4:first-child, .imprint .cType_text h3:first-child, .imprint .cType_text h4:first-child, .imprint .cType_textpic h3:first-child, .imprint .cType_textpic h4:first-child {
    margin-top: 0; }
.intro .row .col-xs-12, .intro .row .cType_text, .intro .row .cType_textpic, .intro .row .cType_pic, .tasks .row .col-xs-12, .tasks .row .cType_text, .tasks .row .cType_textpic, .tasks .row .cType_pic, .cooperation .row .col-xs-12, .cooperation .row .cType_text, .cooperation .row .cType_textpic, .cooperation .row .cType_pic, .clients .row .col-xs-12, .clients .row .cType_text, .clients .row .cType_textpic, .clients .row .cType_pic, .imprint .row .col-xs-12, .imprint .row .cType_text, .imprint .row .cType_textpic, .imprint .row .cType_pic {
  padding-left: 10px;
  padding-right: 10px; }

.border {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0; }

.intro {
  color: #fff;
  text-align: center; }
  .intro .global__item--centered {
    padding: 120px 0 30px 0; }
  .intro h1 {
    color: #fff;
    font-size: 2.0em;
    font-family: Orgon-ExtraLight, Arial, Helvetica, sans-serif;
    margin: 0 0 15px 0 !important;
    padding: 0 !important; }
  .intro h2 {
    color: #fff;
    margin: 0 !important;
    padding: 0 !important; }
  .intro img {
    margin: 0 auto; }
  .intro p, .intro h1, .intro h2 {
    text-align: center;
    text-transform: uppercase; }
  .intro p {
    font-size: 1.5em;
    margin-top: 20px; }
  .intro a {
    color: #fff; }
  .intro .cType_text h3, .intro .cType_text h4, .intro .cType_textpic h3, .intro .cType_textpic h4 {
    margin-top: 20px; }
    .intro .cType_text h3:first-child, .intro .cType_text h4:first-child, .intro .cType_textpic h3:first-child, .intro .cType_textpic h4:first-child {
      margin-top: 0; }

.tasks p, .tasks a, .tasks ul, .tasks .address, .cooperation p, .cooperation a, .cooperation ul, .cooperation .address, .clients p, .clients a, .clients ul, .clients .address, .imprint p, .imprint a, .imprint ul, .imprint .address {
  font-size: 1.1em; }

.imprint {
  background: #eee; }
  .imprint .address div {
    display: block; }
  .imprint .address a {
    text-decoration: none; }
  .imprint .address span, .imprint .address a {
    display: inline-block;
    line-height: 2.0em; }

.imprint--fullpage {
  height: 100%; }
  .imprint--fullpage body, .imprint--fullpage #outerWrapper {
    height: 100%; }
  .imprint--fullpage .imprint {
    display: table;
    width: 100%;
    height: 100%; }
    .imprint--fullpage .imprint .imprint--tablecell {
      display: table-cell;
      vertical-align: middle; }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .col-sm-offset-teaser-1 {
    margin-left: 8.33333%; } }
@media only screen and (max-width: 767px) {
  .fp-section, .fp-tableCell, .slimScrollDiv, .fp-scrollable {
    height: auto !important; } }
@media only screen and (min-width: 768px) {
  .col-md--txt-right {
    text-align: right; }

  .intro .global__item--centered {
    padding: 150px 0 30px 0; }
  .intro h1 {
    font-size: 2.5em; }

  .tasks .global__item--centered, .cooperation .global__item--centered, .clients .global__item--centered {
    padding: 100px 0 30px 0; }

  .intro .cType_textpic .img--left, .tasks .cType_textpic .img--left, .cooperation .cType_textpic .img--left, .clients .cType_textpic .img--left, .imprint .cType_textpic .img--left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  .intro .cType_textpic .img--right, .tasks .cType_textpic .img--right, .cooperation .cType_textpic .img--right, .clients .cType_textpic .img--right, .imprint .cType_textpic .img--right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px; }
  .intro .cType_textpic .col__text p:first-child, .tasks .cType_textpic .col__text p:first-child, .cooperation .cType_textpic .col__text p:first-child, .clients .cType_textpic .col__text p:first-child, .imprint .cType_textpic .col__text p:first-child {
    margin-top: 0 !important; }
  .intro .cType_textpic .col__img--left, .intro .cType_textpic .col__text--left, .tasks .cType_textpic .col__img--left, .tasks .cType_textpic .col__text--left, .cooperation .cType_textpic .col__img--left, .cooperation .cType_textpic .col__text--left, .clients .cType_textpic .col__img--left, .clients .cType_textpic .col__text--left, .imprint .cType_textpic .col__img--left, .imprint .cType_textpic .col__text--left {
    float: left;
    padding-right: 10px;
    padding-left: 0;
    margin-bottom: 0; }
  .intro .cType_textpic .col__img--right, .intro .cType_textpic .col__text--right, .tasks .cType_textpic .col__img--right, .tasks .cType_textpic .col__text--right, .cooperation .cType_textpic .col__img--right, .cooperation .cType_textpic .col__text--right, .clients .cType_textpic .col__img--right, .clients .cType_textpic .col__text--right, .imprint .cType_textpic .col__img--right, .imprint .cType_textpic .col__text--right {
    float: right;
    padding-left: 10px;
    padding-right: 0;
    margin-bottom: 0; }

  /*.imprint, .cooperation {
  	background: url(img/edotz_bg.png) -300px -100px no-repeat $lightgray;
  }*/
  .imprint {
    background: url(img/edotz_bg.png) -300px -100px no-repeat #eee; }
    .imprint .address div {
      display: inline-block; }
    .imprint .address div.center {
      padding: 0 12px; } }
@media only screen and (min-width: 1024px) {
  .col-margin-center {
    margin-left: 13%;
    margin-right: 3%; }

  .imprint--link {
    padding: 0 20px; }

  .imprint .address {
    display: inline-block; }
  .imprint .border {
    text-align: center; } }
/* =====================================
   Buttons
   ===================================== */
.btn {
  background: url(img/btn-arrow.png) right center no-repeat #e37631;
  border: 4px solid #e37631;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 80px 10px 20px;
  position: relative;
  line-height: 30px;
  margin: 20px 0;
  color: #fff;
  float: left;
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Orgon-Medium, Arial, Helvetica, sans-serif;
  margin-top: 40px; }
  .btn:hover {
    color: #fff;
    padding-right: 230px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .btn:hover .btn__text--slide {
      width: 150px; }

.btn__text {
  display: block;
  white-space: nowrap; }

.btn__text--slide {
  display: block;
  width: 1px;
  height: 100%;
  line-height: 45px;
  position: absolute;
  right: 52px;
  top: 0;
  text-indent: 10px;
  white-space: nowrap;
  overflow: hidden;
  background: #fff;
  color: #e37631;
  text-align: left;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  font-family: Orgon-ExtraLight, Arial, Helvetica, sans-serif; }

@media all and (-webkit-min-device-pixel-ratio: 2) {
  .btn {
    background: url(img/btn-arrow@2x.png) right center no-repeat #e37631;
    background-size: auto 30px; } }
/* =====================================
   IE7
   ===================================== */
.lt-ie8 input, .lt-ie8 textarea, .lt-ie8 select {
  padding-left: 0; }
.lt-ie8 .clearfix {
  clear: both; }
.lt-ie8 .row {
  margin-left: 0;
  margin-right: 0; }
.lt-ie8 .intro .row .cType_text, .lt-ie8 .intro .row .cType_textpic, .lt-ie8 .intro .row .cType_pic, .lt-ie8 .tasks .row .cType_text, .lt-ie8 .tasks .row .cType_textpic, .lt-ie8 .tasks .row .cType_pic, .lt-ie8 .clients .row .cType_text, .lt-ie8 .clients .row .cType_textpic, .lt-ie8 .clients .row .cType_pic, .lt-ie8 .imprint .row .cType_text, .lt-ie8 .imprint .row .cType_textpic, .lt-ie8 .imprint .row .cType_pic {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (min-width: 768px) {
  .lt-ie8 .intro .col-xs-6, .lt-ie8 .intro .col-sm-6, .lt-ie8 .intro .col-md-6, .lt-ie8 .intro .col-lg-6, .lt-ie8 .tasks .col-xs-6, .lt-ie8 .tasks .col-sm-6, .lt-ie8 .tasks .col-md-6, .lt-ie8 .tasks .col-lg-6, .lt-ie8 .clients .col-xs-6, .lt-ie8 .clients .col-sm-6, .lt-ie8 .clients .col-md-6, .lt-ie8 .clients .col-lg-6, .lt-ie8 .imprint .col-xs-6, .lt-ie8 .imprint .col-sm-6, .lt-ie8 .imprint .col-md-6, .lt-ie8 .imprint .col-lg-6 {
    width: 49%; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* =====================================
   Teaser
   ===================================== */
.intro .teaser__item p {
  font-size: 1.2em;
  text-transform: none; }

.tasks .teaser__icon .row {
  margin-top: 40px; }
.tasks .teaser__icon--item {
  margin-top: 0; }
.tasks .teaser__icon--item p {
  padding-left: 100px;
  min-height: 100px;
  margin-top: 0;
  padding-top: 40px;
  font-family: Orgon-Medium, Arial, Helvetica, sans-serif; }
.tasks .strategie {
  background: url(img/tasks/icon_edotz_strategie.png) left top no-repeat; }
.tasks .service {
  background: url(img/tasks/icon_edotz_techsupport.png) left top no-repeat; }
.tasks .uid {
  background: url(img/tasks/icon_edotz_design-layout.png) left top no-repeat; }
.tasks .konzeption {
  background: url(img/tasks/icon_edotz_konzeption.png) left top no-repeat; }
.tasks .typo3 {
  background: url(img/tasks/icon_edotz_typo3.png) left top no-repeat; }
.tasks .mae {
  background: url(img/tasks/icon_edotz_mobileapp.png) left top no-repeat; }
.tasks .fe {
  background: url(img/tasks/icon_edotz_frontend.png) left top no-repeat; }
.tasks .pm {
  background: url(img/tasks/icon_edotz_management.png) left top no-repeat; }
.tasks .magento {
  background: url(img/tasks/icon_edotz_magento.png) left top no-repeat; }
.tasks .qs {
  background: url(img/tasks/icon_edotz_performance.png) left top no-repeat; }
.tasks .php {
  background: url(img/tasks/icon_edotz_php.png) left top no-repeat; }
.tasks .responsive {
  background: url(img/tasks/icon_edotz_responsive.png) left top no-repeat; }
.tasks .java {
  background: url(img/tasks/icon_edotz_java.png) left top no-repeat; }

@media all and (-webkit-min-device-pixel-ratio: 2) {
  .tasks .strategie {
    background: url(img/tasks/icon_edotz_strategie@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .service {
    background: url(img/tasks/icon_edotz_techsupport@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .uid {
    background: url(img/tasks/icon_edotz_design-layout@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .konzeption {
    background: url(img/tasks/icon_edotz_konzeption@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .typo3 {
    background: url(img/tasks/icon_edotz_typo3@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .mae {
    background: url(img/tasks/icon_edotz_mobileapp@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .fe {
    background: url(img/tasks/icon_edotz_frontend@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .pm {
    background: url(img/tasks/icon_edotz_management@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .magento {
    background: url(img/tasks/icon_edotz_magento@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .qs {
    background: url(img/tasks/icon_edotz_performance@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .php {
    background: url(img/tasks/icon_edotz_php@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .responsive {
    background: url(img/tasks/icon_edotz_responsive@2x.png) left top no-repeat;
    background-size: 100px 100px; }
  .tasks .java {
    background: url(img/tasks/icon_edotz_java@2x.png) left top no-repeat;
    background-size: 100px 100px; } }
.slider {
  margin-top: 50px; }
  .slider div.col-md-4 img {
    margin: 20px auto 0 auto;
    border: 1px solid #eee; }
  .slider .slick-arrow {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -40px;
    border: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 2; }
    .slider .slick-arrow:hover {
      cursor: pointer; }
  .slider .slick-prev {
    left: 10px;
    background: url(img/img_slider_left.png) left center no-repeat; }
  .slider .slick-next {
    right: 10px;
    background: url(img/img_slider_right.png) right center no-repeat; }

@media only screen and (min-width: 768px) {
  .slider {
    margin-top: 20px; }
    .slider .slick-arrow {
      width: 50px;
      height: 50px;
      top: 50%;
      margin-top: -25px; }
    .slider .slick-prev {
      left: -40px; }
    .slider .slick-next {
      right: -40px; } }
@media all and (-webkit-min-device-pixel-ratio: 2) {
  .slider .slick-prev {
    background: url(img/img_slider_left@2x.png) left center no-repeat;
    background-size: 50px 50px; }
  .slider .slick-next {
    background: url(img/img_slider_right@2x.png) right center no-repeat;
    background-size: 50px 50px; } }
@media only screen and (min-width: 1024px) {
  .intro .row {
    margin: 0 -20px; }
  .intro .teaser__item {
    padding: 0 20px !important; }
    .intro .teaser__item h2 {
      height: 60px;
      width: 100%;
      display: table;
      padding: 0; }
      .intro .teaser__item h2 span {
        display: table-cell;
        vertical-align: middle; } }
