/* Core variables and mixins */
/* Reset and dependencies */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3d3d3d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #6b6b6b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.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%;
}
@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, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .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%;
  }
}
@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, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .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%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple] .input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple] .input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes fadeUp {
  from {
    opacity: 0;
    -moz-transform: translateY(40px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fade-up {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeUp cubic-bezier(0, 0, 0.5, 1.5) 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeUp cubic-bezier(0, 0, 0.5, 1.5) 1;
  animation: fadeUp cubic-bezier(0, 0, 0.5, 1.5) 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.45s;
  -moz-animation-duration: 0.45s;
  animation-duration: 0.45s;
}
.fade-up.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.fade-up.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-up.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
  }
}
@-moz-keyframes float {
  0% {
    -moz-transform: translateY(5px);
  }
  50% {
    -moz-transform: translateY(-5px);
  }
  100% {
    -moz-transform: translateY(5px);
  }
}
@keyframes float {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.float {
  -webkit-animation: float ease-in-out infinite;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: float ease-in-out infinite;
  animation: float ease-in-out infinite;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.45s;
  -moz-animation-duration: 0.45s;
  animation-duration: 0.45s;
}
.fade-up.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.fade-up.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.fade-up.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
/* --------------------------------

 Main Content

-------------------------------- */
.cd-main {
  overflow: hidden;
}
.cd-main .cd-section {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  /* overflow-y: auto; */
  /* Force Hardware Acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out, background-color 1s ease-in;
  -o-transition: opacity 0.5s ease-in-out, background-color 1s ease-in;
  transition: opacity 0.5s ease-in-out, background-color 1s ease-in;
}
.cd-main .cd-section.blog,
.cd-main .cd-section.blogarticle {
  padding-top: 80px;
}
.cd-main .cd-section .overflow-hidden {
  /* this class is used to hide the scrolling bar while a new section is entering the viewport */
  overflow: hidden;
}
.cd-main .cd-section.visible {
  /* this is the visible/selected section */
  position: relative;
  top: 0;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* --------------------------------

 Loading Bar

-------------------------------- */
#cd-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  z-index: 8888;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
#cd-loading-overlay:after {
  content: '';
  width: 80px;
  height: 80px;
  background: url(../images/kuzo-logo-signet.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-right: -40px;
}
#cd-loading-overlay.loading {
  opacity: 1;
  filter: alpha(opacity=100);
}
.container-fluid {
  padding-right: 10%;
  padding-left: 10%;
}
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-wrapper {
  position: relative;
}
/*
  HEADER
*/
.page--header {
  border: none;
  color: #fafafa;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-flex-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.page--header > div {
  position: relative;
  z-index: 2;
  align-self: flex-end;
  width: 100%;
}
.page--header h2 {
  color: #3d3d3d;
  font-size: 2rem;
}
.page--header h1 {
  text-transform: uppercase;
  color: #3d3d3d;
}
.page--header p {
  font-size: 2rem;
  width: 80%;
  font-family: 'Lora', serif;
  font-weight: 600;
  color: #6b6b6b;
}
.page--content {
  width: 100%;
  display: block;
  position: relative;
}
.container-fullwidth {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.infocus {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
}
.contact {
  background-color: #f0f0f0;
}
.container--green {
  background-color: #96bf11;
  color: #fff;
}
.container--green li {
  font-size: 1.6rem;
  line-height: 1.3;
}
/*
* AAA
*/
::selection {
  background-color: #96bf11;
  /* WebKit/Blink Browsers */
  color: #fafafa;
}
::-moz-selection {
  background-color: #96bf11;
  /* Gecko Browsers */
  color: #fafafa;
}
html {
  font-size: 100%;
}
body {
  /*background-color: rgb(150,191,17);*/
  background-color: #fff;
  font-family: 'Lora', serif;
  color: #6b6b6b;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: inherit;
  line-height: 1.5;
}
a {
  color: #3d3d3d;
  text-decoration: none;
}
strong {
  color: #3d3d3d;
}
h1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.1;
  color: #3d3d3d;
}
h2 {
  font-size: 3rem;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.1;
  color: #3d3d3d;
}
h3 {
  font-family: 'Lora', serif;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #3d3d3d;
}
p {
  margin-bottom: 2rem;
}
li,
p {
  font-size: 1.15rem;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  li,
  p {
    font-size: 1rem;
    line-height: 1.45;
  }
}
img {
  width: 100%;
  height: auto;
}
small {
  font-family: 'Ubuntu', sans-serif;
  color: #6b6b6b;
  font-size: .8rem;
}
a {
  text-decoration: none;
  position: relative;
}
.project-description-wrapper a:after,
.blogarticle content a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  border-bottom: 3px solid #96bf11;
  z-index: -1;
  -webkit-transition: all 0.168s ease-in-out;
  -o-transition: all 0.168s ease-in-out;
  transition: all 0.168s ease-in-out;
}
a:hover:after {
  border-bottom: 8px solid #96bf11;
}
/*
*  Header
*/
.header_wrapper {
  position: absolute;
  top: 0;
  margin: 0 auto;
  height: 80px;
  width: 100%;
  background-color: #ffffff;
  z-index: 888;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.header_wrapper.move {
  -webkit-transform: translate3d(0, -340px, 0);
  transform: translate3d(0, -340px, 0);
}
.header_wrapper header {
  position: relative;
  left: 0;
  top: 0;
}
.header_wrapper .logo {
  position: absolute;
  left: calc(10% + 32px);
  top: 20px;
  z-index: 9999;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0.67em 0;
  margin-bottom: 1rem;
}
.header_wrapper .logo a {
  text-decoration: none;
  color: #3d3d3d;
  font-family: 'Ubuntu', sans-serif;
  border: none;
  font-weight: 500;
  font-size: 24px;
  text-transform: lowercase;
  left: 0;
}
.header_wrapper .logo a:after {
  border-bottom: 0;
}
.header_wrapper .logo a:before {
  content: '';
  display: block;
  height: 48px;
  width: 32px;
  background-image: url(../images/kuzo-logo-signet.png);
  background-size: cover;
  position: absolute;
  left: -40px;
  top: -16px;
}
.menu-active .header_wrapper.move {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
  NAVIGATION
*/
.navigation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  z-index: 9999;
}
.navigation-button {
  position: absolute;
  top: 24px;
  right: 10%;
  height: 32px;
  width: 32px;
  cursor: pointer;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  padding: 16px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navigation-button:before {
  content: 'Menu';
  position: absolute;
  text-align: right;
  left: -48px;
  top: 8px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #3d3d3d;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation-button.active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navigation-button > div {
  display: block;
  height: 2px;
  width: 60%;
  margin: -1px auto;
  background: #f0f0f0;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform:  rotate(0deg) translate(0,0) scale(1)  ;
  -moz-transform:  rotate(0deg) translate(0,0) scale(1)  ;
  -o-transform:  rotate(0deg) translate(0,0) scale(1)  ;
  transform:  rotate(0deg) translate(0,0) scale(1)  ;
}
.navigation-button > div:nth-child(1) {
  -webkit-transform:  rotate(0deg) translate(0,-6px) scale(1) ;
  -moz-transform:  rotate(0deg) translate(0,-6px) scale(1) ;
  -o-transform:  rotate(0deg) translate(0,-6px) scale(1) ;
  transform:  rotate(0deg) translate(0,-6px) scale(1) ;
}
.navigation-button > div:nth-child(2) {
  -webkit-transform:  rotate(0deg) translate(0,0) scale(1) ;
  -moz-transform:  rotate(0deg) translate(0,0) scale(1) ;
  -o-transform:  rotate(0deg) translate(0,0) scale(1) ;
  transform:  rotate(0deg) translate(0,0) scale(1) ;
}
.navigation-button > div:nth-child(3) {
  -webkit-transform:  rotate(0deg) translate(0,6px) scale(1) ;
  -moz-transform:  rotate(0deg) translate(0,6px) scale(1) ;
  -o-transform:  rotate(0deg) translate(0,6px) scale(1) ;
  transform:  rotate(0deg) translate(0,6px) scale(1) ;
}
.navigation-button.active > div:nth-child(1) {
  -webkit-transform:  rotate(-45deg) translate(0,0) scale(0.9) ;
  -moz-transform:  rotate(-45deg) translate(0,0) scale(0.9) ;
  -o-transform:  rotate(-45deg) translate(0,0) scale(0.9) ;
  transform:  rotate(-45deg) translate(0,0) scale(0.9) ;
}
.navigation-button.active > div:nth-child(2) {
  -webkit-transform:  rotate(0deg) translate(0,0) scale(0) ;
  -moz-transform:  rotate(0deg) translate(0,0) scale(0) ;
  -o-transform:  rotate(0deg) translate(0,0) scale(0) ;
  transform:  rotate(0deg) translate(0,0) scale(0) ;
}
.navigation-button.active > div:nth-child(3) {
  -webkit-transform:  rotate(45deg) translate(0,0) scale(0.9) ;
  -moz-transform:  rotate(45deg) translate(0,0) scale(0.9) ;
  -o-transform:  rotate(45deg) translate(0,0) scale(0.9) ;
  transform:  rotate(45deg) translate(0,0) scale(0.9) ;
}
.navigation-menu {
  content: '';
  position: relative;
  top: 120px;
  right: 10%;
  width: 100%;
  height: 100vh;
  z-index: -1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.navigation-menu ul {
  position: relative;
  min-width: 320px;
  text-align: right;
  margin: 0;
  padding: 0;
}
.navigation-menu ul li {
  list-style: none;
  font-family: 'Lora', serif;
  font-weight: 300;
  position: relative;
  font-size: 2rem;
  color: #fafafa;
  line-height: 2;
  -webkit-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.navigation-menu ul li:nth-child(4) {
  margin-bottom: 3rem;
}
.navigation-menu ul li:nth-child(n+5) {
  font-size: 1.25rem;
}
.navigation-menu ul li a {
  border: none;
  color: #3d3d3d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu ul li a:after {
  display: none;
}
.navigation-menu ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.navigation-menu.active li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #3d3d3d;
}
.navigation-menu.active li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.navigation-menu.active li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.navigation-menu.active li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navigation-menu.active li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.navigation-menu.active li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.navigation-menu.active li:nth-child(6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.navigation-menu.active li:nth-child(7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.navigation-overlay {
  background: #fff;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 9998;
  pointer-events: none;
}
.navigation-menu.active {
  z-index: 9988;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.navigation-overlay.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/*
*  Home
*/
.index .intro_wrapper {
  background-color: #96bf11;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.index .intro_wrapper .intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9988;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .intro_wrapper .intro-message {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 10%;
  z-index: 3;
  text-align: center;
}
.index .intro_wrapper .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: 2;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.index .intro_wrapper h1 {
  color: #3d3d3d;
}
.index .intro_wrapper h2 {
  font-weight: 400;
  color: #fafafa;
  line-height: 1.2;
  font-size: 3rem;
  font-family: 'Lora', serif;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.index .intro_wrapper h3 {
  color: #3d3d3d;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400 !important;
  font-size: 1.25rem;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 120px;
  max-width: 720px;
}
.index .hello {
  padding: 100px 0;
}
.index .hello header h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.index .hello section h3 {
  text-align: left;
}
.index .hello section p {
  text-align: left;
  line-height: 1.5;
}
.index .hello .box {
  text-align: center;
}
.index .projects_wrapper {
  min-height: 100vh;
  padding: 10vh 0;
  background: #96bf11;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.index .projects_wrapper .project--menu {
  width: 100%;
  top: 20%;
  left: 0%;
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 8888;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.index .projects_wrapper .project--menu .project--menu-inner {
  position: relative;
  z-index: 8888;
}
.index .projects_wrapper .project--menu .project--menu-inner h3 {
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.index .projects_wrapper .project--menu .project--menu-inner .button {
  text-transform: uppercase;
  color: #fafafa;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 0.75rem 1.5rem;
}
.index .projects_wrapper .project--menu .project--menu-inner .button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #96bf11;
  text-decoration: none;
}
.index .projects_wrapper .project--menu .project--menu-inner ul,
.index .projects_wrapper .project--menu .project--menu-inner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.index .projects_wrapper .project--menu .project--menu-inner ul {
  padding: 40px;
}
.index .projects_wrapper .project--menu .project--menu-inner ul li {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  overflow: hidden;
}
.index .projects_wrapper .project--menu .project--menu-inner ul li a {
  padding: 1rem 0;
  color: #fafafa;
  font-weight: 400;
  font-family: 'Lora', serif;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: inline-block;
  text-decoration: none;
  border: none;
  /*
                            &:after {
                              content: '';
                              display: block;
                              position: absolute;
                              width: 100%;
                              bottom: 0;
                              left: 0;
                              .transition(all .3s ease-in-out);
                              border-bottom: 0px solid @kuzo-green-alpha-zero;
                            }
              */
}
.index .projects_wrapper .project--menu .project--menu-inner ul li a:hover {
  color: #96bf11;
  /*
                &:after {
                  text-decoration: none;
                  border-bottom: 10px solid @kuzo-green-alpha-full;
                }
                */
}
.index .projects_wrapper .project--menu .project--menu-inner ul li a.border:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 999;
  bottom: 0;
  left: 0;
  border-bottom: 10px solid #96bf11 !important;
}
.index .projects_wrapper .project--background {
  background: #3d3d3d;
}
.index .projects_wrapper .project--background .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0.25s;
  -o-transition: all 0.5s ease-in-out 0.25s;
  transition: all 0.5s ease-in-out 0.25s;
  z-index: -1;
}
.index .projects_wrapper .project--background .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
  z-index: 8879;
  height: 100%;
}
.index .projects_wrapper .project--background .bg.visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  z-index: 8877 !important;
}
.index .services_wrapper {
  background: #ffffff;
  position: relative;
  padding: 4rem 0;
}
.index .services_wrapper .row > div {
  margin-bottom: 4rem;
  text-align: center;
}
.index .services_wrapper .row {
  margin-bottom: 2rem;
}
.index .services_wrapper h2 {
  text-align: center;
}
.index .services_wrapper ul {
  margin: 0;
  padding: 0;
}
.index .services_wrapper ul li {
  margin-bottom: 0rem;
  list-style: none;
}
.index .services_wrapper ul li strong {
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 1.4rem;
}
.anfrage_wrapper {
  text-align: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #f2f2f2;
}
.anfrage_wrapper .button {
  text-transform: uppercase;
  color: #3d3d3d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  border: 2px solid #3d3d3d;
  padding: 0.75rem 1.5rem;
}
.anfrage_wrapper .button:hover {
  border-color: #6b6b6b;
  background-color: #6b6b6b;
  color: #fff;
  text-decoration: none;
}
/*
*       Agentur
*/
.agentur .page--header {
  min-height: 50vh;
  padding-bottom: 5vh;
}
.page--agentur {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.page--agentur .page--content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page--agentur h1 {
  color: #fafafa;
}
.page--agentur h2 {
  text-align: center;
  font-weight: 300;
}
.page--agentur .client {
  text-align: center;
  padding: 50px 30px;
}
.page--agentur .client img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  width: auto;
}
.page--agentur .team .worker {
  text-align: center;
}
.page--agentur .team .worker .person {
  margin: 2rem 0 4rem 0;
  min-height: 80px;
}
.page--agentur .team .worker .person h3 {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #3d3d3d;
  margin: 0;
  padding: 0;
}
.page--agentur .team .worker .person p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  color: #6b6b6b;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.page--agentur .disziplinen {
  text-align: center;
}
.page--agentur .disziplinen .item-info {
  text-align: left;
  padding-left: 0px;
  padding-right: 40px;
  min-height: 280px;
}
.meaning {
  text-align: left;
  margin-top: 10vh;
  margin-bottom: 10vh;
  min-height: 80vh;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.meaning .kuzo--meaning .lslide {
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 1199px) {
  .page--agentur .disziplinen .item-info {
    padding-right: 0;
  }
}
.projekte .page--header {
  min-height: 70vh;
  padding-bottom: 5vh;
}
.page--projekte .page--wrapper {
  min-height: 100vh;
  transition: all .3s;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.page--projekte .page--wrapper .container-fluid {
  padding: 0 0;
}
.page--projekte .page--wrapper .row {
  clear: both;
  display: block;
  position: relative;
  margin: 0;
}
.page--projekte .page--wrapper .project {
  height: 50vh;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  background-color: #f2f2f2;
}
.page--projekte .page--wrapper .project a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.page--projekte .page--wrapper .project a:hover .project--bg div {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page--projekte .page--wrapper .project a .project--logo {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #96bf11;
  font-weight: 700;
  min-width: 180px;
  max-width: 320px;
  width: 80%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  z-index: 2;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.page--projekte .page--wrapper .project a .project--logo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.page--projekte .page--wrapper .project a .project--info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.page--projekte .page--wrapper .project a .project--info .infos {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page--projekte .page--wrapper .project a .project--info h3 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 40px;
  font-family: 'Lora', serif;
  font-weight: 300;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  color: #3d3d3d;
  text-align: center;
}
.page--projekte .page--wrapper .project a .project--info p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #6b6b6b;
  text-align: center;
}
.page--projekte .page--wrapper .project a .project--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.page--projekte .page--wrapper .project a .project--bg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page--projekte .page--wrapper .project:hover .project--logo {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.page--projekte .page--wrapper .project:hover .project--info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.page--projekte .page--wrapper .project:hover .project--bg {
  opacity: 0;
  filter: alpha(opacity=0);
}
/*
* Projekt Detail
*/
.projekt .project--header {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.projekt .project--header:after {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxwb2x5Z29uIGZpbGw9IiNmZmYiIHBvaW50cz0iNDcuMjUsMTUgNDUuMTY0LDEyLjkxNCAyNSwzMy4wNzggNC44MzYsMTIuOTE0IDIuNzUsMTUgMjUsMzcuMjUgIi8+PC9zdmc+
      );
  fill: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  text-align: center;
  -webkit-animation: float ease-in-out infinite;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: float ease-in-out infinite;
  animation: float ease-in-out infinite;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
}
.projekt .project--header .project--bg {
  transform-origin: 50% 70%;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.projekt .project-detail-wrapper {
  margin-top: 20vh;
}
.projekt .project-description-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
}
.projekt .project-description-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: translate(50%, -4.5%) scaleY(0.0625) scaleX(0.71) rotate(45deg);
  -moz-transform: translate(50%, -4.5%) scaleY(0.0625) scaleX(0.71) rotate(45deg);
  -o-transform: translate(50%, -4.5%) scaleY(0.0625) scaleX(0.71) rotate(45deg);
  transform: translate(50%, -4.5%) scaleY(0.0625) scaleX(0.71) rotate(45deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.projekt .project-description {
  padding: 40px 0;
}
.projekt .project-description h1 {
  font-family: 'Lora', serif;
  font-size: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  color: #3d3d3d;
}
.projekt .project-description h3 {
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.projekt .project-description p {
  margin-left: auto;
  margin-right: auto;
}
.projekt .project--assets {
  font-size: 1rem;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #96bf11;
}
.projekt .project--assets h1 {
  margin: 1rem 0;
  padding: 0;
}
.projekt .project--assets h3 {
  font-size: 1rem;
  color: #3d3d3d;
  font-family: 'Lora', serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.projekt .project--assets p,
.projekt .project--assets li {
  font-size: 0.9rem;
  color: #6b6b6b;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  margin-bottom: 0rem;
}
.projekt .project--assets li {
  margin: 0 0 0.5rem 0;
}
.projekt .project-gallery {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-top: -10vh;
  padding: 200px 0;
}
.projekt .project-gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.projekt-pagination {
  margin-top: 50px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.projekt-pagination .prev,
.projekt-pagination .next {
  position: relative;
  background-color: #3d3d3d;
}
.projekt-pagination .prev {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  text-align: center;
}
.projekt-pagination .next {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  text-align: center;
}
.projekt-pagination a {
  color: #fafafa;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: none;
  position: relative;
  display: block;
  padding: 40px;
}
.projekt-pagination a:after {
  display: none;
}
.projekt-pagination a .projekt-pagination-info {
  position: relative;
  z-index: 2;
}
.projekt-pagination a .projekt-pagination-info h2 {
  font-family: 'Lora', serif;
  font-weight: 300;
  text-transform: none;
  color: #fafafa;
}
.projekt-pagination a .projekt-pagination-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.projekt-pagination a:hover .projekt-pagination-bg {
  transform: scale(1.025);
}
/*
* Blog Overview
*/
.page--blog {
  margin-top: 50px;
}
.page--blog time {
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #6b6b6b;
}
.page--blog .page--wrapper {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page--blog .page--content {
  padding-left: 40px;
  padding-right: 40px;
}
.page--blog .post {
  position: relative;
  padding: 3rem 0;
  text-align: center;
  overflow: hidden;
  width: 90%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}
.page--blog .post:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  margin-top: 6rem;
  border-bottom: 2px solid #f2f2f2;
  -webkit-transform: scaleX(0.1);
  -ms-transform: scaleX(0.1);
  -o-transform: scaleX(0.1);
  transform: scaleX(0.1);
}
.page--blog .post a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: none;
}
.page--blog .post .post--image {
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.page--blog .post .post--image div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .post .post--content {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.page--blog .post .post--content .post--info h2 {
  margin-bottom: 40px;
  font-family: 'Lora', serif;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #3d3d3d;
  margin-top: 1rem;
}
.page--blog .post .post--content .post--info h3 a {
  color: #3d3d3d;
}
.page--blog .post .post--content .post--info p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #3d3d3d;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.page--blog .post .post--content .post--info .read-more {
  color: #3d3d3d;
  display: inline;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 500;
  white-space: pre;
}
.page--blog .post .post--content .post--info .read-more:before {
  content: '\A';
  display: block;
  white-space: pre;
}
.page--blog .post .post--tags {
  margin: 0;
  padding: 0;
}
.page--blog .post .post--tags a {
  display: inline;
  text-transform: uppercase;
  color: #cccccc;
  font-size: 0.95rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.page--blog .post .post--tags li {
  display: inline;
}
.page--blog .post .post--tags li:after {
  content: '/';
}
.page--blog .post .post--tags li:last-child:after {
  content: '';
}
.page--blog .post:hover .post--info h2,
.page--blog .post:hover .post--info p {
  color: #96bf11;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.page--blog .post:hover .post--info h3 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page--blog .post:hover .post--info p {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.blogarticle time {
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #6b6b6b;
}
.blogarticle header {
  margin-top: 20px;
  min-height: 50vh;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blogarticle header .title {
  max-width: 80%;
  margin: 0 auto;
  min-height: 20vh;
  position: relative;
  text-align: center;
  z-index: 3;
  padding: 6rem 0 6rem 0;
  min-width: 320px;
}
.blogarticle header .title h1 {
  font-family: 'Lora', serif;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 300;
  color: #3d3d3d;
}
.blogarticle header .back {
  font-size: 4rem;
  font-family: 'Ubuntu', sans-serif;
}
.blogarticle header .back a {
  color: #96bf11;
  text-decoration: none;
  border: none;
}
.blogarticle header .back a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.blogarticle section h2 {
  border-top: 1px solid #fafafa;
  font-size: 20px;
  padding-top: 20px;
}
.blogarticle footer {
  padding: 20px 40px;
  display: block;
  background: #333333;
  font-size: 12px;
  color: #fafafa;
}
.blogarticle footer a {
  color: #fafafa;
  font-weight: 500;
}
.blogarticle .author {
  width: 100%;
  margin: 80px auto 40px auto;
  display: flex;
  align-items: center;
}
.blogarticle .author .bio {
  float: right;
}
.blogarticle .author figure {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 40px;
  float: left;
}
.blogarticle .author figure img {
  width: 100%;
  height: auto;
}
#blog .page--header {
  text-align: center;
  display: flex;
  align-content: center;
  align-items: baseline;
  justify-content: center;
  min-height: 10vh;
  width: 100%;
  z-index: 2;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#blog .page--header h1 {
  color: #cccccc;
}
#blog .page--header .blog--tags ul {
  margin: 0;
  padding: 0;
}
#blog .page--header .blog--tags ul li {
  display: inline-block;
  padding: 0.5rem;
}
#blog .page--header .blog--tags ul li a {
  color: #6b6b6b;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  background: transparent;
  border: 2px solid #f2f2f2;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  content: 'AAA';
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#blog .page--header .blog--tags ul li a:hover {
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  color: #6b6b6b;
}
#blog .blog--search-form input[type=text] {
  color: #cccccc;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  background: transparent;
  border: 2px solid #cccccc;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  width: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#blog .blog--search-form input[type=text]:focus {
  width: 60%;
  opacity: 1;
  border: 2px solid #fff;
}
#blog .blog--search-form input[type=text]::-webkit-input-placeholder {
  color: #fafafa;
}
#blog .blog--search-form input[type=text]::-moz-placeholder {
  color: #fafafa;
}
#blog .blog--search-form input[type=text]:-moz-placeholder {
  color: #fafafa;
}
#blog .blog--search-form input[type=text]:-ms-input-placeholder {
  color: #fafafa;
}
#blog .blog--search-form input[type=submit] {
  color: #cccccc;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  background: transparent;
  border: 2px solid #cccccc;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#blog .blog--search-form input[type=submit]:hover {
  border: 2px solid #6b6b6b;
  background: #fff;
  color: #6b6b6b;
}
.blog-search-filter-wrapper {
  transform: translate(0, -100%);
  z-index: 1 !important;
  height: 0;
  min-height: 0 !important;
}
.blog-search-filter-wrapper.open {
  height: 30vh;
  min-height: inherit !important;
  transform: translate(0, 0%);
}
.blog-search-filter-wrapper div {
  margin: 0;
  align-self: center;
  position: relative;
  padding: 40px 0;
}
.blog--filter-tags,
.blog--filter-search {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.blog--filter-tags:hover,
.blog--filter-search:hover {
  color: #cccccc;
  text-decoration: none;
}
.blogarticle .blog--pagination {
  margin: 40px auto;
}
.blogarticle .blog--pagination .prev {
  text-align: right;
  margin-right: 40px;
}
.blogarticle .blog--pagination .next {
  text-align: left;
  margin-left: 40px;
}
.button--share {
  margin: 5vh 0;
}
.button--share a {
  display: block;
  text-align: center;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-family: 'Ubuntu', sans-serif;
  border: 2px solid #f2f2f2;
  text-transform: uppercase;
  color: #6b6b6b;
}
.button--share a:hover {
  background: #f2f2f2;
  color: #3d3d3d;
}
.jobs .page--header {
  background: #fff;
  min-height: 50vh;
}
.shopware .page--header {
  background: #fff;
  min-height: 50vh;
}
.shopware .plugins .plugin--container {
  display: flex;
  flex-flow: row wrap;
}
.shopware .plugins .plugin {
  flex: 1 0 25%;
  margin: 0;
  padding: 20px 20px 40px 20px;
  min-width: 200px;
  background: transparent;
  position: relative;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #f2f2f2;
}
.shopware .plugins .plugin:hover {
  background: #f2f2f2;
}
.shopware .plugins .plugin .plugin-info {
  color: #fafafa;
}
.shopware .plugins .plugin .plugin-info img {
  border-radius: 5px;
}
.shopware .plugins .plugin .plugin-info h3 {
  font-size: 1em;
  line-height: 1.1;
  margin: 2rem 0 1rem;
}
.shopware .plugins .plugin .plugin-info p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #6b6b6b;
}
.shopware .plugins .plugin .plugin-link a {
  color: #3d3d3d;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  border: 0;
  padding: 0.1rem 0rem;
  display: block;
  border-radius: 5px;
  float: left;
  text-decoration: none;
  border: none;
}
.shopware .plugins .plugin .plugin-link .price {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: 'Lora', serif;
  text-align: right;
  margin: 0;
}
.shopware .anfrage {
  text-align: center;
  margin: 100px auto;
}
.shopware .anfrage a {
  padding: 1rem;
  background: #96bf11;
  color: #fafafa;
  border: 0;
  margin: 2rem 0;
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  border: none;
}
@media screen and (max-width: 1199px) {
  .shopware .page--header {
    min-height: 60vh;
  }
}
#kontakt h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}
#kontakt h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.5rem 0;
}
#kontakt strong {
  font-weight: 300;
  letter-spacing: 1px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #808080;
}
#form-kontakt {
  padding: 100px 0;
}
.contact .container {
  margin-top: 100px;
}
.default .page--header {
  min-height: 30vh;
  text-align: center;
  margin-bottom: 100px;
}
div.message {
  font-size: 2.4rem;
  text-align: center;
  padding: 40px 0;
  height: 100%;
  height: 60vh;
  display: table-cell;
  vertical-align: middle;
}
form.success {
  display: none;
}
form label {
  display: block;
}
form .erroneous,
form .error {
  color: red;
}
form .success {
  color: green;
}
form form > div {
  outline: none;
}
form ol.questions {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
  list-style: none;
}
form ol.questions li {
  list-style: none;
  position: relative;
}
form ol.questions > li:before {
  content: counter(li) '.';
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -0.2rem;
  left: -5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  margin-top: 10vh;
  padding: 4px;
  font-size: 3rem;
  font-family: 'Lora', serif;
  font-weight: 300;
  color: #cccccc;
  text-align: center;
}
form .question {
  min-height: 80vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  transition: all 0.5s ease-in-out;
  outline: none;
}
form .question:hover {
  opacity: 1;
}
form .question h3 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.1;
}
form textarea {
  border: none;
  box-shadow: none;
  border-left: 2px dotted #c0c0c0;
  color: #232323;
  border-radius: 0;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  height: auto;
  width: 100%;
  padding: .5rem;
  text-align: left;
}
form input,
form select,
form option {
  border: none;
  box-shadow: none;
  padding: 0.75rem 1.25rem;
  border: 2px solid #3d3d3d;
  background-color: transparent;
  border-radius: 3px;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  height: auto;
  width: 100%;
  outline: none;
}
form #subject {
  border: none;
  box-shadow: none;
  padding: 0.75rem 1.25rem;
  border: 2px solid #3d3d3d;
  background-color: transparent;
  color: #232323;
  border-radius: 0;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  height: auto;
}
form input[type=button],
form input[type=submit],
form button {
  border: 2px solid #3d3d3d;
  padding: 0.75rem 1.5rem;
  color: #3d3d3d;
  background-color: transparent;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form input[type=button]:hover,
form input[type=submit]:hover,
form button:hover {
  background-color: #3d3d3d;
  color: #fff;
}
form .message {
  border: 2px solid #6b6b6b;
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  font-size: 1.25rem;
  color: #6b6b6b;
}
form label {
  display: inline-block;
}
form input[type="checkbox"] {
  position: relative;
  width: 1px;
  height: 1px;
  margin-right: 40px;
}
form input[type="checkbox"]:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 0px;
  border: 2px solid #ccc;
  transition: all 0.168s ease-in-out;
  background-size: 0%;
  background-repeat: no-repeat;
  background-position: center;
  visibility: visible !important;
}
form input[type="checkbox"]:checked:before {
  border-color: #6b6b6b;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAnCAYAAACWn7G7AAAD0UlEQVRYR82Y3XHaQBDHdxXZeeUxQVJG6QB3EDrAHdgVBHeQVGB3YHdgdwAdmA7MGInkkeeAbzP3qTt9oBNOBDee8Qxzuvux2t3/f0E4oZWm6WC3+zMFgO8AMEBEIKInIvyZ5/kCT4gV4nj4DAAjzaRgARA2xHB8MrBRNLzHAK8EKJGJoQZGxIeTgI2iz1NEvBWEyP8QCAj4n4AVX4DNjw4bx/E3ADazQikjiwrNRJmOCxtF0QgD4KAD8+oFJMnoEsnIyv/XR4usqvwZIo44TONCngHwkOfr48HG8fARACbNkDLCQLDIsvWFSuf+m1eSRLdENOXFJKu/xKA4AWAThudfl8vl5iiwSRJdEdH9vhCpPN0Q4ZiLgem7fcZVFhTNgJQ66Z4qIsyT0+mv16tV/mDz9VZgqqBeEHFgV3m1RYneerda5TflQPYGa6SUt6Zy9bufPWXZ+rLujfcCa6TU6pvO61W9FAAWYXg+1gXVe2SjL9EUGUkptZYxKTxbJWyloHqFtaW00PhSn1KKBRSMsyyb7+0S/6sbiMpHmgGiK6U1akUB3uSv+V0bi8lZXq1vb9sJIaXA+GPBvO2bNh3Oz2JsO2OMjDct5YASA+K1JqS0DdSIgokCNxTOonkYfrxsSvimC5IkfiRiE9GWdFFZ5sQ8F+Aie82FlPos1P1POJ/6AmhsJXUXGClVodDuqWavI6VesEkynBABNxX1i1cqI69X5SOl4hLEDTFwpNQTtl2r+UFEdJPnvxqLwPamwofsafzcm5al1As2TT+lu13wUt5cDGuFY2+6RKTS2/YFiAY8Tx1Ye0wRlhpqpdQLlm8SeQY0rVg1fYIDUO2H9lRqN3sDUMhpp/yvBFB/ICQRQU6XavGLVQqomUiYYUdpbCktHiw8qjkDaREGzVLqHVm+UY8ZgDAqR9iFFiCbMGQXW/ZhIqS0MMvunUVEW6W0E6wLjCPTHxvmIyJYYoBpxUHV3toupZ1hJbAouOeKTKo5XrYe9zXLud4dn7UXQICDKr8OvtYiNiuam8+OiRZfwvWqXaT0oMjqh4Rj4kbEnd1lwelIlgHd3DVTqQ+Iz5695lsrUm07Kp9uzVE8n8/Ozi+6eoo24NZJwf0dSr3m8mjiRvSfVL53zpY36h7sqJruEqW2daiUtkVV17XPPpDNX4uGVUjuGP0zy9Y/vA48YFNrGugzjWjwH3vrJlSAd0mpD7s3rBENtp2BNQGo1Ng7lfqA+OzpBMsPtH9VURcI6V0ufy99LnzPns6wBtgMg9g6lb4H0H72IFh+AJ8wAHBwiIk+FP4vn4czkLB5WHUAAAAASUVORK5CYII=);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
figure.video {
  min-height: 360px;
}
figure.video iframe {
  min-height: inherit;
  width: 100%;
  height: 100%;
  border: 0;
}
.button {
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
}
.button:hover {
  border-color: #6b6b6b;
  background-color: #6b6b6b;
  color: #fff;
  text-decoration: none;
}
.button.has--border {
  border: 2px solid #fff;
  border-color: #3d3d3d;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 24px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide div {
  padding: 0 60px;
}
.swiper-pagination {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M20 .755l-14.374 11.245 14.374 11.219-.619.781-15.381-12 15.391-12 .609.755z'/%3E%3C/svg%3E");
}
.swiper-pagination-bullet-active {
  background: #fff;
}
/*
* Footer
*/
.site-footer {
  font-size: 0.75rem;
  font-family: 'Ubuntu', sans-serif;
  color: #6b6b6b;
  padding: 30px 0;
}
.site-footer strong {
  font-family: 'Lora', serif;
}
.site-footer p,
.site-footer span {
  font-size: 0.75rem;
  color: #6b6b6b;
}
.site-footer img {
  width: auto;
  height: auto;
}
.site-footer img.kuzo-logo {
  width: 40px;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}
.site-footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.site-footer .container-fluid .row {
  margin: 0;
}
.site-footer .row > div {
  max-height: 160px;
  padding: 20px 40px;
}
.site-footer .address {
  padding-left: 10% !important;
}
.site-footer .address,
.site-footer .telephone,
.site-footer .center,
.site-footer .social {
  background: #ffffff;
  color: #999999;
}
.site-footer .center {
  text-align: left;
}
.site-footer .center small {
  font-size: 0.7rem;
}
.site-footer .telephone {
  padding: 10px 10px;
  text-align: left;
}
.site-footer .social {
  color: #6b6b6b;
  text-align: center;
  padding: 40px 0 !important;
}
.site-footer .social .shopware {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  display: inline-block;
  background-image: url(../icons/shopware.svg);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.site-footer a {
  color: #6b6b6b;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: none;
}
.site-footer a:hover {
  color: #3d3d3d;
}
.site-footer a:hover .shopware {
  opacity: 0.8;
}
.site-footer .social i {
  font-size: 18px;
  margin: 0 5px;
}
.site-footer .copyright {
  text-align: center;
  color: #BFBFBF;
  font-size: 0.8rem;
}
.site-footer .angebotsanfrage {
  background: #ffffff;
  color: #6b6b6b;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-right: 10% !important;
}
.site-footer .angebotsanfrage:hover {
  background: #333333;
  color: #cccccc;
}
@media screen and (min-width: 768px) {
  .site-footer .row > div {
    max-height: 160px;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 992px) {
  .site-footer .copyright {
    text-align: left;
  }
}
/*
*       Image Tags / Gallery
*/
.immersive-image-container {
  padding: 0 0;
  margin: 50px 0;
  width: 100%;
  position: relative;
}
.immersive-image-container .immersive-image {
  padding: 40px 10%;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.immersive-image-container .immersive-image img {
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
}
.immersive-image-container .immersive-image.portrait img {
  width: auto;
  height: 100%;
}
.immersive-image-container .immersive-image.landscape img {
  width: auto;
  height: 100%;
}
.immersive-image-container .immersive-image:hover .immersive-image-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.immersive-image-container .immersive-image .immersive-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-size: auto, cover;
  background-position: center, center;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.pagination {
  margin: 50px auto 20px auto;
  width: 100%;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
}
.pagination li.prev {
  margin-left: 0;
}
.pagination li.next {
  margin-right: 0;
}
.pagination li a {
  color: #cccccc;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  background: transparent;
  border: 2px solid #cccccc;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination li a:hover,
.pagination li a.active {
  border: 2px solid #6b6b6b;
  background: #fff;
  color: #6b6b6b;
}
.button--share-facebook:hover {
  background-color: #3b5998 !important;
  color: #fff !important;
}
.button--share-twitter:hover {
  background-color: #00aced !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-narrow {
    width: 100%;
    margin: 0 auto;
  }
  .index .intro_wrapper {
    min-height: 100vh;
  }
  .index .intro_wrapper .intro-message {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .index .intro_wrapper .intro {
    margin-top: 100px;
  }
  .index .intro_wrapper h2 {
    font-size: 1.75rem;
  }
  .index .intro_wrapper h3 {
    font-size: 1rem;
    font-weight: 400;
  }
  .index .projects_wrapper .project--menu .project--menu-inner ul li {
    font-size: 2rem;
  }
  .agentur .page--header {
    min-height: 100vh;
  }
  .page--header h1 {
    font-size: 1rem;
  }
  .page--header h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    width: 100%;
  }
  .projekt .project-description h1 {
    font-size: 2rem;
    width: 100%;
  }
  .projekt .project-description h3 {
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .projekt .project-description p {
    font-size: 0.8rem;
    width: 100%;
  }
  .projekt .project--logo {
    width: 80%;
  }
  .navigation-menu ul li {
    font-size: 6vw;
    line-height: 1.5;
  }
  .navigation-menu ul li a {
    padding: 1vw;
    display: inline-block;
  }
  .page--blog .post {
    padding: 0;
    border-bottom: 1px solid #cccccc;
  }
  .page--blog .post .post--content .post--info h2 {
    font-size: 1.25rem;
  }
  .blogarticle header .title {
    padding: 1rem 0;
  }
  .blogarticle header .title h1 {
    font-size: 2rem;
  }
  .navigation-button:before {
    content: '';
  }
  .site-footer .telephone {
    padding: 20px 40px;
  }
  .site-footer .address {
    padding-left: 20px 40px;
  }
}
@media (min-width: 768px) {
  .site-footer .telephone {
    padding: 10px 40px !important;
  }
  .site-footer .address {
    padding-left: 40px !important;
  }
  .container-narrow {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
  }
  .container-fluid {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/*# sourceMappingURL=http://localhost/kuzo_kirby/assets/css/main.css.map */
