@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Urbanist";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/urbanist/Urbanist-Regular.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/urbanist/Urbanist-Bold.woff2");
}
@font-face {
  font-family: "Urbanist";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/urbanist/Urbanist-Italic.woff2");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/material-icons/MaterialIcons-Regular.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

html {
  background-color: #ffffff;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #4A4644;
  opacity: 1;
  transition: 0.3s opacity ease;
  background-color: #ffffff;
  font-size: 18px;
  overflow-y: auto;
}
body.fade-out {
  opacity: 0;
  transition: none;
}

.noScroll {
  overflow-y: hidden;
}

* {
  font-family: "Urbanist", sans-serif;
  color: #A1AEB7;
  box-sizing: border-box;
}

*::-moz-selection {
  background-color: #378033;
  color: #ffffff;
}

*::selection {
  background-color: #378033;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 30px 0 10px 0;
  color: #4A4644;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
h1.entry-title {
  margin-top: 0;
}
@media (max-width: 520px) {
  h1 {
    font-size: 50px;
    line-height: 62px;
  }
}

.singlePage .entry-header {
  max-width: 720px;
  margin: 80px auto;
  position: relative;
  z-index: 99;
}

.singlePage .entry-header.isProject {
  max-width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 90px;
  margin-top: 90px;
}
.singlePage .entry-header.isProject .meta-date {
  display: none;
}
.singlePage .entry-header.isProject h1 {
  margin: 0px;
}
.singlePage .entry-header.isProject p {
  position: relative;
  padding-left: 100px;
}
.singlePage .entry-header.isProject p:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 60px;
  height: 1px;
  background: #DAE0E3;
}
@media (max-width: 767px) {
  .singlePage .entry-header.isProject {
    display: block;
  }
  .singlePage .entry-header.isProject p {
    margin-top: 50px;
  }
}

h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 520px) {
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

h1 a, h2 a, h3 a {
  color: #4A4644;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
  font-size: 18px;
}
p:last-child {
  margin: 0;
}

a {
  color: #61BE5B;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.button,
button {
  transition: ease all 0.2s;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 14px;
  color: #ffffff;
  background-color: #61BE5B;
  border: none;
}
a.button:hover,
button:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #47a541;
}
a.button:focus,
button:focus {
  outline: none;
}
a.button:disabled,
button:disabled {
  background-color: #F4F4F4;
  color: #faf9f9;
}
a.button:disabled:hover,
button:disabled:hover {
  border: 0;
  cursor: not-allowed;
}

a.button.backTo {
  text-align: center;
  display: block;
  max-width: 210px;
  padding: 15px 30px;
  color: #4A4644;
  font-weight: 700;
  border: 1px solid #DAE0E3;
  border-radius: 100px;
  transition: all ease 0.2s;
  background: transparent;
  margin: 80px auto 0;
}
a.button.backTo:hover {
  text-decoration: none;
  border-color: #61BE5B;
  background: #61BE5B;
  color: #ffffff;
}
@media (max-width: 767px) {
  a.button.backTo {
    margin: 60px 0 0;
  }
}

.smallT {
  font-size: 14px;
  line-height: 21px;
}

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

img.alignleft, .alignleft {
  float: left;
  margin: 8px 15px 15px 0;
}

img.alignright, .alignright {
  float: right;
  margin: 8px 0 15px 15px;
}

img.aligncenter, .aligncenter {
  margin: 8px auto 15px;
}

img.alignnone, .alignnone {
  float: none;
  margin: 8px 0 15px 0;
}

figcaption {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-top: 10px;
}

blockquote {
  font-size: 1.2em;
  line-height: 1.6em;
  color: gray;
  border: none;
  font-weight: 400;
  font-style: italic;
  padding: 30px;
}

hr {
  border-top: 1px solid #DAE0E3;
  border-bottom: 0;
  margin: 4% 0;
}

pre {
  overflow: scroll;
  border: 1px solid #DAE0E3;
  border-radius: 0;
}

mark {
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #d8f3ff;
}

article {
  margin: 0 0 15px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table thead {
  border-bottom: 4px solid #ffffff;
}
table tfoot {
  border-top: 4px solid #ffffff;
}
table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table tr:nth-child(even) {
  background-color: #fefefe;
}
table th {
  font-size: 14px;
  line-height: 22px;
  color: #98928f;
  background-color: #efefef;
}
table th, table td {
  text-align: left;
  border: 0;
  padding: 2%;
}
table th p:last-child, table td p:last-child {
  margin-bottom: 0;
}

.screen-reader-text {
  display: none;
}

label {
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #98928f;
  padding: 2px 0;
}
label:hover {
  cursor: pointer;
}

fieldset {
  border: 1px solid #DAE0E3;
  padding: 20px;
  margin-bottom: 20px;
}
fieldset legend {
  font-size: 14px;
  line-height: 22px;
  color: #98928f;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

input,
textarea {
  font-size: 16px;
  line-height: 26px;
  transition: ease all 0.2s;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #DAE0E3;
  width: 100%;
  padding: 9px 14px;
  outline: none;
  margin: 0;
}
input:hover, input:focus,
textarea:hover,
textarea:focus {
  box-shadow: none;
  border: 1px solid #8397a1;
}
input:disabled,
textarea:disabled {
  color: #faf9f9;
}
input:disabled:hover,
textarea:disabled:hover {
  border: 1px solid #DAE0E3;
  cursor: not-allowed;
}

textarea {
  resize: none;
  display: block;
}

input[type=submit],
input[type=reset] {
  transition: ease all 0.2s;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 14px;
  color: #ffffff;
  background-color: #61BE5B;
  border: none;
  width: auto;
  margin-top: 60px;
  width: 100%;
  border-radius: 100px;
}
input[type=submit]:hover,
input[type=reset]:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #47a541;
}
input[type=submit]:focus,
input[type=reset]:focus {
  outline: none;
}
input[type=submit]:disabled,
input[type=reset]:disabled {
  background-color: #F4F4F4;
  color: #faf9f9;
}
input[type=submit]:disabled:hover,
input[type=reset]:disabled:hover {
  border: 0;
  cursor: not-allowed;
}

input[type=submit],
button[type=submit] {
  float: right;
}

input[type=submit]:focus {
  outline: 0;
}

input[type=radio],
input[type=checkbox] {
  border-radius: 0;
  overflow: inherit;
  float: left;
  width: auto;
  position: relative;
  margin: 5px 15px 0 5px;
}
input[type=radio]::after,
input[type=checkbox]::after {
  transition: ease all 0.2s;
  content: "";
  display: block;
  height: 19px;
  width: 19px;
  border: 1px solid #DAE0E3;
  position: absolute;
  top: -3px;
  left: -3px;
}
input[type=radio]:hover,
input[type=checkbox]:hover {
  cursor: pointer;
}
input[type=radio]:hover::after,
input[type=checkbox]:hover::after {
  border: 1px solid #8397a1;
}
input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  background-color: #f7f8f9;
}
input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  height: 9px;
  width: 9px;
  background-color: #61BE5B;
  z-index: 10;
  top: 3px;
  left: 3px;
}

input[type=radio]::after {
  border-radius: 100%;
}
input[type=radio]:checked::before {
  border-radius: 100%;
}

input[type=date] {
  height: 46px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  position: relative;
  -moz-appearance: textfield;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 10px 14px;
  text-align: center;
}

.input-quantity {
  border-radius: 5px;
  border: 1px solid #DAE0E3;
  position: relative;
  overflow: hidden;
}
.input-quantity:before, .input-quantity:after {
  content: "";
  display: table;
  clear: both;
}
.input-quantity input {
  margin: 0;
  border: 0;
}

.quantity-nav {
  float: right;
  position: relative;
  height: 47px;
}

.quantity-button {
  position: absolute;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: #4A4644;
  font-size: 16px;
  line-height: 46px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 10;
  transition: all ease 0.3s;
  background-color: #F4F4F4;
}
.quantity-button.quantity-up {
  right: 0;
}
.quantity-button.quantity-down {
  left: 0;
}
.quantity-button.quantity-up, .quantity-button.quantity-down {
  top: 0;
}
.quantity-button.quantity-up i, .quantity-button.quantity-down i {
  font-size: 14px;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::before {
  font-family: "Material Icons";
  content: "expand_more";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  font-size: 1.5em;
  color: #98928f;
}

select {
  transition: ease all 0.2s;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  width: 100%;
  border: 1px solid #DAE0E3;
  padding: 9px 40px 9px 14px;
  background-color: #ffffff;
  outline: none;
}
select:hover, select:focus {
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #8397a1;
}

input[type=file] {
  position: relative;
  border: none;
}
input[type=file]:hover {
  cursor: pointer;
}
input[type=file]:hover::after {
  border: 1px dashed #8397a1;
}
input[type=file]::after {
  transition: ease all 0.2s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  content: "Upload";
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  border: 1px dashed #DAE0E3;
  border-radius: 5px;
  padding: 9px 14px;
  background-color: #F4F4F4;
}
input[type=file]:focus:after {
  border: 1px solid #8397a1;
  cursor: pointer;
}

/*  Stuff for Labels inside Textboxes */
form p {
  margin-bottom: 20px !important;
}

.inputWrap {
  height: 42px;
  position: relative;
}
.inputWrap span.inLabel {
  position: absolute;
  top: 14px;
  left: 15px;
}
.inputWrap input, .inputWrap textarea {
  background: transparent !important;
}
.inputWrap input {
  height: 42px;
}
.inputWrap textarea {
  height: 100px !important;
}

::-webkit-input-placeholder {
  color: #A1AEB7 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #A1AEB7 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #A1AEB7 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #A1AEB7 !important;
  opacity: 1;
}

.wpcf7 form .wpcf7-response-output {
  padding: 20px !important;
  margin-top: 0px !important;
  color: #ffffff;
  background: #61BE5B !important;
  border: none;
  font-size: 14px;
  line-height: 21px;
  position: relative;
}
.wpcf7 form .wpcf7-response-output:before {
  content: "!";
  background: #61BE5B;
  border: 2px solid #ffffff;
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100%;
  justify-content: center;
  top: -15px;
  left: -15px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #d83636 !important;
}
.wpcf7 form.invalid .wpcf7-response-output:before {
  background: #d83636;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

#header {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 200;
  position: relative;
}
@media (max-width: 992px) {
  #header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .leftWrap {
  display: flex;
  float: right;
}
#header img {
  max-width: 192px;
}
#header .inner:before, #header .inner:after {
  content: "";
  display: table;
  clear: both;
}
#header .branding {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  #header .branding {
    padding-top: 17px;
    float: none;
  }
}
#header .branding h1.site-title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 5px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-right: 40px;
}
#header .branding p.site-description {
  margin: 0;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 0.8em;
  color: #c9c6c4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.langButton {
  justify-content: center;
  height: 28px;
  margin-left: 60px;
  border: 1px solid #61BE5B;
  display: grid;
  font-size: 10px;
  grid-template-columns: 1fr 1fr;
  float: right;
  border-radius: 100px;
  text-transform: uppercase;
  margin-top: 22px;
  overflow: hidden;
}
.langButton a {
  text-decoration: none !important;
}
.langButton .singleLang {
  color: #61BE5B;
  width: 85px;
  text-align: center;
  position: relative;
}
.langButton .singleLang .active {
  border-radius: 100px;
  margin-left: -1px;
  z-index: 80;
}
.langButton .hoverPlaque {
  position: absolute;
  background: #dcf1db;
  width: 85px;
  height: 27px;
  top: 0;
  opacity: 0;
  z-index: 40;
  border-radius: 100px;
  transition: all ease 0.2s;
}
.langButton .hoverPlaque.en {
  left: -60px;
}
.langButton .hoverPlaque.de {
  right: -60px;
}
.langButton span {
  color: #61BE5B;
  background: transparent;
  z-index: 80;
  position: relative;
  padding: 8px 21px;
}
.langButton span.active {
  color: #ffffff;
  background: #61BE5B;
}
.langButton .active .hoverPlaque {
  display: none !important;
}
.langButton .singleLang:hover .hoverPlaque {
  opacity: 1;
}
.langButton .singleLang:hover .hoverPlaque.en {
  left: 0px;
}
.langButton .singleLang:hover .hoverPlaque.de {
  right: 0px;
}

@media (max-width: 1200px) {
  .langButton.desktop {
    display: none;
  }
}
.sm {
  position: relative;
  z-index: 9;
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm, .sm *, .sm *:before, .sm *:after {
  box-sizing: border-box;
}

@media (min-width: 1201px) {
  .sm {
    float: right;
  }
  .sm li {
    float: left;
  }
  .sm li a {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 22px 10px;
    color: #4A4644;
    font-size: 15px;
  }
  .sm li a span.sub-arrow {
    margin: 0;
    width: 20px;
    height: 5px;
    display: inline-block;
    float: right;
  }
  .sm li a:hover {
    color: #61BE5B;
    text-decoration: none;
  }
  .sm li.current_page_item a {
    color: #61BE5B;
  }
  .sm li ul li span.sub-arrow {
    margin-right: 20px;
    height: 20px;
    transform: translateY(3px) rotate(270deg);
  }
  .sm > li:first-child a {
    padding-left: 0;
  }
  .sm > li:last-child a {
    padding-right: 0;
  }
  .sm ul {
    position: absolute;
    width: 12em;
    background-color: #F4F4F4;
    padding: 0;
    border: 1px solid #DAE0E3;
  }
  .sm ul li {
    float: none;
    display: block;
  }
  .sm ul li a {
    font-size: 14px;
    line-height: 22px;
    transition: ease all 0.2s;
    padding: 10px 20px;
    color: #4A4644;
    font-weight: 400;
    text-transform: none;
  }
  .sm ul li a:hover {
    background-color: #e7e7e7;
  }
  .sm span.scroll-up,
  .sm span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm span.scroll-up-arrow,
  .sm span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
}
@media (max-width: 1200px) {
  .sm {
    float: none;
    padding-bottom: 10px;
    height: 0px;
    display: none !important;
    transition: all ease 0.2s;
  }
  .sm a, .sm a:hover, .sm a:focus, .sm a:active {
    padding: 13px 0;
    padding-right: 58px;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
  }
  .sm a.current {
    background: #555555;
    color: white;
  }
  .sm a.disabled {
    color: #cccccc;
  }
  .sm a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sm a span.sub-arrow i {
    transition: all ease 0.5s;
  }
  .sm a.highlighted i {
    transform: rotate(180deg);
  }
  .sm li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .sm li.current-menu-item a {
    color: #61BE5B;
  }
  .sm > li:first-child {
    border-top: 0;
  }
  .sm ul {
    background: rgba(179, 179, 179, 0.1);
  }
  .sm ul a, .sm ul a:hover, .sm ul a:focus, .sm ul a:active {
    font-size: 0.9em;
    padding-left: 10px;
  }
}
.main-menu-btn {
  float: right;
  position: absolute;
  top: 23px;
  right: 20px;
  display: block;
  width: 26px;
  height: 26px;
  text-indent: 30px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 300px) {
  .main-menu-btn {
    display: none;
  }
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 12px;
  left: 0;
  height: 2px;
  width: 26px;
  background: #151413;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  transform: rotate(45deg);
}

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1201px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
.mobileMenuWrap {
  position: fixed;
  width: 100%;
  opacity: 0;
  height: 0px;
  background: #ffffff;
  z-index: 100;
  margin-top: -72px;
  padding-top: 72px;
  padding-left: 0px;
  transition: height 0.3s ease, opacity 0.2s ease;
  pointer-events: none;
}
.mobileMenuWrap .gradientBG {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1600px;
}
.mobileMenuWrap .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 99;
  justify-content: space-around;
  bottom: 30px;
}
@media (max-width: 992px) {
  .mobileMenuWrap .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mobileMenuWrap .bottom {
  align-self: flex-end;
  flex-grow: 1;
  z-index: 99;
  margin-bottom: 10px;
}
.mobileMenuWrap .bottom .contacts {
  max-width: 500px;
  margin-bottom: 30px;
  float: right;
  clear: both;
}
.mobileMenuWrap .bottom .contacts .location, .mobileMenuWrap .bottom .contacts .telefon, .mobileMenuWrap .bottom .contacts .email {
  display: flex;
  justify-content: end;
}
.mobileMenuWrap .bottom .contacts img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 4px;
}
.mobileMenuWrap .bottom .langButton {
  margin-top: 0px;
  float: right;
  clear: both;
}
.mobileMenuWrap #main-menu {
  list-style: none;
  margin-top: 0px;
  padding-left: 0px;
  margin-bottom: 25px !important;
  z-index: 99;
}
.mobileMenuWrap #main-menu li {
  font-size: 50px;
  margin-bottom: 70px;
}
.mobileMenuWrap #main-menu li:last-of-type {
  margin-bottom: 0px;
}
.mobileMenuWrap #main-menu li a {
  color: #4A4644;
  font-weight: 700;
}
.mobileMenuWrap #main-menu li a:hover {
  color: #61BE5B;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mobileMenuWrap .inner {
    display: block;
  }
  .mobileMenuWrap .inner .contacts {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .mobileMenuWrap .inner .contacts, .mobileMenuWrap .inner .langButton {
    float: left;
    margin-left: 0px;
  }
  .mobileMenuWrap .inner .contacts .location, .mobileMenuWrap .inner .contacts .telefon, .mobileMenuWrap .inner .contacts .email, .mobileMenuWrap .inner .langButton .location, .mobileMenuWrap .inner .langButton .telefon, .mobileMenuWrap .inner .langButton .email {
    justify-content: start;
  }
  .mobileMenuWrap #main-menu li {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .mobileMenuWrap #main-menu li {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .mobileMenuWrap .inner .contacts {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.visiMenu {
  height: 100vh;
  opacity: 1;
  pointer-events: all;
}

#wrapper {
  min-width: 320px;
}

#content-wrapper {
  box-sizing: content-box;
}
#content-wrapper:before, #content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#content-wrapper .cWrap {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  #content-wrapper .cWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-header {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #DAE0E3;
}

.blogpage article {
  margin-bottom: 0px;
  border-top: 1px solid #DAE0E3;
}
.blogpage article:first-of-type {
  border-top: none;
}
.blogpage .newsItem {
  border-top: none;
}

.introWrap.pageHeader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 90px;
}
.introWrap.pageHeader h1 {
  margin: 0px;
}
.introWrap.pageHeader p {
  position: relative;
  padding-left: 100px;
}
.introWrap.pageHeader p:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 60px;
  height: 1px;
  background: #DAE0E3;
}
@media (max-width: 767px) {
  .introWrap.pageHeader {
    display: block;
  }
  .introWrap.pageHeader p {
    margin-top: 50px;
  }
}

.blogpage .introWrap, .projPage .introWrap, .introWrap.pageHeader {
  grid-template-columns: 1fr 2fr;
}
.blogpage .introWrap h1, .projPage .introWrap h1, .introWrap.pageHeader h1 {
  grid-column: 1;
}
.blogpage .introWrap p, .projPage .introWrap p, .introWrap.pageHeader p {
  grid-column: 2;
}

.pageHeader {
  margin-top: 90px;
}
@media (max-width: 1200px) {
  .pageHeader {
    margin-top: 90px;
  }
}

.contentPage .pageHeader {
  grid-template-columns: 1fr;
}
.contentPage .pageHeader h1 {
  text-align: center;
}
@media (max-width: 767px) {
  .contentPage .pageHeader h1 {
    text-align: left;
  }
}

.werPage .portrait {
  width: 600px;
  height: 600px;
  position: absolute;
}
@media (max-width: 767px) {
  .werPage .portrait {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.werPage .gradientBG.odd {
  transform: scaleX(-1);
}
.werPage .pageHeader {
  grid-template-columns: 2fr 1fr;
}
.werPage .pageHeader p {
  padding-left: 0px;
  margin-top: 30px;
}
.werPage .pageHeader p:before {
  display: none;
}
.werPage .pageHeader ul {
  list-style: none;
}
@media (max-width: 767px) {
  .werPage .pageHeader ul {
    padding: 0px;
    margin-top: 30px;
  }
}
.werPage .pageHeader ul li {
  border-bottom: 1px solid #DAE0E3;
}
.werPage .pageHeader ul li:last-of-type {
  border-bottom: none;
}
.werPage .pageHeader ul li a {
  padding: 10px 0;
  color: #4A4644;
  display: inline-block;
  width: 100%;
  transition: all ease 0.2s;
}
.werPage .pageHeader ul li a:hover {
  text-decoration: none;
  background: #61BE5B;
  color: #ffffff;
  padding-left: 10px;
}
.werPage .werContent {
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: relative;
  z-index: 100;
  margin-top: 90px;
  gap: 30px;
}
@media (max-width: 767px) {
  .werPage .werContent {
    display: block;
  }
  .werPage .werContent h3 {
    margin-bottom: 30px;
  }
}
.werPage .werContent h3 {
  grid-column: 1;
  font-size: 40px;
  line-height: 50px;
  margin-top: 15px;
  position: relative;
}
.werPage .werContent .metaHead {
  position: relative;
}
.werPage .werContent .metaHead:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #DAE0E3;
  position: absolute;
  top: 13px;
  left: 95px;
}
.werPage .werContent p {
  grid-column: 2;
}
.werPage .memberWrap {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .werPage .memberWrap {
    display: block;
  }
}
.werPage .memberTile {
  margin: 90px 0;
  background: #ffffff;
  position: relative;
  z-index: 99;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column: 2;
  padding: 90px;
  gap: 30px;
}
.werPage .memberTile .socials {
  margin-top: 30px;
}
.werPage .memberTile .socials a img {
  max-width: 15px;
  float: left;
  margin-right: 15px;
  transition: all ease 0.2s;
}
.werPage .memberTile .socials a img:hover {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .werPage .memberTile {
    display: block;
    padding: 30px;
    margin-top: 0px;
  }
  .werPage .memberTile .socials {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    height: 20px;
  }
}
.werPage .memberTile h3 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 15px;
  position: relative;
}
.werPage .memberTile .metaHead {
  position: relative;
}
.werPage .memberTile .metaHead:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #DAE0E3;
  position: absolute;
  top: 13px;
  left: 50px;
}
.werPage .even {
  grid-template-columns: 2fr 1fr;
}
.werPage .even .memberTile {
  grid-column: 1;
}
.werPage .even .portrait {
  right: 0px;
}

.projPage .projGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .projPage .projGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .projPage .projGrid {
    grid-template-columns: 1fr;
  }
}
.projPage .projGrid .projTile {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  transition: ease 0.2s top, box-shadow 0.2s ease-in-out;
  position: relative;
  top: 0px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0);
}
.projPage .projGrid .projTile:hover {
  top: -20px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 520px) {
  .projPage .projGrid .projTile:hover {
    top: 0px;
    box-shadow: none;
  }
}
.projPage .projGrid .projTile .thumb {
  grid-row: 1;
  height: 100%;
  width: 100%;
}
.projPage .projGrid .projTile .tileContent {
  grid-row: 2/4;
  padding: 30px;
  background: #ffffff;
}
.projPage .projGrid .projTile .tileContent .cat {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 30px;
  border-radius: 100px;
}
.projPage .projGrid .projTile .tileContent a {
  color: #4A4644;
  margin-top: 20px;
  display: block;
}
.projPage .projGrid .projTile .tileContent a:hover {
  text-decoration: none;
}
.projPage .projGrid .projTile .tileContent a.smallT:hover {
  text-decoration: underline;
}
.projPage .projGrid .projTile .tileContent h3 {
  margin: 20px 0;
  text-decoration: none;
}
@media (max-width: 520px) {
  .projPage .projGrid .projTile .tileContent {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
  }
}

.cat {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 30px;
  border-radius: 100px;
}

.isProject .cat {
  margin-bottom: 20px;
}

h2.contactPage {
  display: none;
}

.contactPage {
  padding-top: 0px;
}

.bged {
  background: #ffffff;
  padding: 90px;
  position: relative;
  z-index: 99;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.bged ol, .bged ul {
  padding-left: 13px;
}
@media (max-width: 767px) {
  .bged {
    padding: 0 0;
    background: transparent;
    -moz-column-count: 1;
         column-count: 1;
  }
}

.contentPage .bged {
  -moz-column-count: 1;
       column-count: 1;
}

@media (max-width: 767px) {
  .bged.isProject {
    margin-top: 60px;
  }
}

.meta-date {
  font-weight: 100 !important;
  font-size: 14px !important;
  color: #A1AEB7 !important;
  text-transform: none !important;
}

.thumb {
  z-index: 50;
  position: relative;
}

.contentPage .entry-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
.contentPage .entry-content h1 {
  grid-column: 1/3;
  margin: 0px;
}
.contentPage .entry-content h2, .contentPage .entry-content h3 {
  grid-column: 1;
  margin: 0px;
}
.contentPage .entry-content p {
  grid-column: 2;
}
.contentPage .entry-content a, .contentPage .entry-content a span {
  color: #61BE5B !important;
}
@media (max-width: 767px) {
  .contentPage .entry-content {
    display: block;
  }
  .contentPage .entry-content p {
    grid-column: 1;
  }
  .contentPage .entry-content h3 {
    margin-bottom: 20px;
  }
}
.contentPage .entry-content a.allLink {
  font-weight: 700;
  color: #4A4644 !important;
  float: right;
  grid-column: 2;
  justify-content: flex-end;
}

.green {
  color: #61BE5B;
}

.gallery {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery:before, .gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery figure {
  box-sizing: border-box;
  margin: 0;
  transition: opacity 0.2s;
  padding: 1%;
}
.gallery figure:hover {
  opacity: 0.8;
}
.gallery figure img {
  width: 100%;
}
.gallery.gallery-columns-2 figure {
  flex: 0 1 49.99%;
  -webkit-box-flex: 0 1 49.99%;
  -webkit-flex: 0 1 49.99%;
  -ms-flex: 0 1 49.99%;
}
.gallery.gallery-columns-3 figure {
  flex: 0 1 33.32%;
  -webkit-box-flex: 0 1 33.32%;
  -webkit-flex: 0 1 33.32%;
  -ms-flex: 0 1 33.32%;
}
.gallery.gallery-columns-4 figure {
  flex: 0 1 24.99%;
  -webkit-box-flex: 0 1 24.99%;
  -webkit-flex: 0 1 24.99%;
  -ms-flex: 0 1 24.99%;
}
.gallery.gallery-columns-5 figure {
  flex: 0 1 19.99%;
  -webkit-box-flex: 0 1 19.99%;
  -webkit-flex: 0 1 19.99%;
  -ms-flex: 0 1 19.99%;
}
.gallery.gallery-columns-6 figure {
  flex: 0 1 16.65%;
  -webkit-box-flex: 0 1 16.65%;
  -webkit-flex: 0 1 16.65%;
  -ms-flex: 0 1 16.65%;
}
.gallery.gallery-columns-7 figure {
  flex: 0 1 14.27%;
  -webkit-box-flex: 0 1 14.27%;
  -webkit-flex: 0 1 14.27%;
  -ms-flex: 0 1 14.27%;
}
.gallery.gallery-columns-8 figure {
  flex: 0 1 12.49%;
  -webkit-box-flex: 0 1 12.49%;
  -webkit-flex: 0 1 12.49%;
  -ms-flex: 0 1 12.49%;
}
.gallery.gallery-columns-9 figure {
  flex: 0 1 11.1%;
  -webkit-box-flex: 0 1 11.1%;
  -webkit-flex: 0 1 11.1%;
  -ms-flex: 0 1 11.1%;
}

nav.pagination {
  text-align: center;
}
nav.pagination:before, nav.pagination:after {
  content: "";
  display: table;
  clear: both;
}
nav.pagination a, nav.pagination span {
  font-size: 0.9em;
  padding: 12px 15px 11px 15px;
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #4A4644;
  text-transform: uppercase;
  border-right: 1px solid #DAE0E3;
}
nav.pagination a.current, nav.pagination span.current {
  color: #61BE5B;
  font-weight: 600;
}
nav.pagination a:first-child, nav.pagination span:first-child {
  border-left: 0;
}
nav.pagination a:last-child, nav.pagination span:last-child {
  border-right: 0;
}
nav.pagination a:hover {
  color: #ffffff;
  background-color: #61BE5B;
}

nav.pagination,
.page-links {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  nav.pagination,
  .page-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
nav.pagination .nav-links,
.page-links .nav-links {
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  width: auto;
  border: 1px solid #DAE0E3;
}
nav.pagination .nav-links:before, nav.pagination .nav-links:after,
.page-links .nav-links:before,
.page-links .nav-links:after {
  content: "";
  display: table;
  clear: both;
}

.post-navigation {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .post-navigation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.post-navigation .nav-links {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .post-navigation .nav-links {
    display: block;
  }
}
.post-navigation .nav-links .nav-previous {
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .post-navigation .nav-links .nav-previous {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.post-navigation .nav-links .nav-next {
  width: 50%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .post-navigation .nav-links .nav-next {
    width: 100%;
    padding: 0;
  }
}
.post-navigation .nav-links a {
  transition: ease all 0.2s;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #61BE5B;
  border-radius: 5px;
  display: inline-block;
  padding: 9px 14px;
  color: #61BE5B;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
}
.post-navigation .nav-links a:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #e3f4e2;
}

section {
  padding: 180px 0 0 0;
  position: relative;
}
section .cWrap {
  position: relative;
  z-index: 10;
}

.gradientBG {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1410px;
}

.gradientBG.isProject {
  top: 200px;
}

section#hero {
  padding: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1750px) {
  section#hero {
    background-position: right 0px top 0px !important;
  }
}
@media (max-width: 767px) {
  section#hero {
    height: 800px;
  }
}
section#hero .cWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: -110px;
}
section#hero .cell h1, section#hero .cell a {
  color: #ffffff;
}
section#hero .cell h1 {
  padding: 0px;
  margin: 0px;
}
section#hero .cell:first-child {
  grid-column: 1/3;
}
section#hero .cell:last-child {
  grid-column: 3;
  display: flex;
  align-self: flex-end;
  justify-self: end;
}
@media (max-width: 1200px) {
  section#hero .cWrap {
    display: block;
  }
  section#hero .cell:first-child {
    width: 80%;
  }
  section#hero .cell:last-child {
    display: block;
    width: 100%;
  }
  section#hero .cell:last-child a {
    float: right;
  }
}
@media (max-width: 992px) {
  section#hero .cell:first-child {
    width: 100%;
  }
  section#hero .cell:last-child {
    margin-top: 50px;
  }
  section#hero .cell:last-child a {
    float: left;
  }
}

section#who {
  padding-top: 80px;
  text-align: center;
}
section#who .introWrap h2 {
  margin-top: 0px;
  margin-bottom: 50px;
}
section#who .introWrap p {
  max-width: 470px;
  margin: 0 auto 80px;
}
section#who .memberTiles {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  margin: 0px;
}
@media (max-width: 767px) {
  section#who .memberTiles {
    display: block;
  }
}
section#who .memberTiles .memberTile {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  transition: ease 0.2s top, box-shadow 0.2s ease-in-out;
  position: relative;
  top: 0px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0);
}
section#who .memberTiles .memberTile a {
  text-decoration: none !important;
}
section#who .memberTiles .memberTile:hover {
  top: -20px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.25);
}
section#who .memberTiles .memberTile .portrait {
  width: 123px;
  height: 123px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}
section#who .memberTiles .memberTile h3, section#who .memberTiles .memberTile .meta, section#who .memberTiles .memberTile .quote, section#who .memberTiles .memberTile .socials {
  width: 100%;
}
section#who .memberTiles .memberTile h3 {
  margin-top: 0px;
}
section#who .memberTiles .memberTile .meta {
  margin-bottom: 10px;
}
section#who .memberTiles .memberTile .quote {
  margin-bottom: 30px;
}
section#who .memberTiles .memberTile .socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: flex-end;
  max-width: 150px;
  margin: 0 auto;
}
section#who .memberTiles .memberTile .socials a {
  width: 32px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 100%;
  transition: background 0.2s ease, filter 0.2s ease;
}
section#who .memberTiles .memberTile .socials a:hover {
  background: #61BE5B;
}
section#who .memberTiles .memberTile .socials a:hover img {
  filter: contrast(100);
}
@media (max-width: 767px) {
  section#who .memberTiles .memberTile {
    display: block;
    border-bottom: 1px solid #DAE0E3;
  }
  section#who .memberTiles .memberTile .quote {
    text-align: center;
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
section#who .memberTiles .seperator {
  background: #DAE0E3;
}

section#projects .introWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 90px;
}
section#projects .introWrap h2 {
  margin: 0px;
}
section#projects .introWrap p {
  position: relative;
  padding-left: 100px;
}
section#projects .introWrap p:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 60px;
  height: 1px;
  background: #DAE0E3;
}
section#projects .projGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
section#projects .projGrid .projTile {
  display: grid;
  grid-template-rows: 1fr 1fr;
  transition: ease 0.2s top, box-shadow 0.2s ease-in-out;
  position: relative;
  top: 0px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0);
}
section#projects .projGrid .projTile:hover {
  top: -20px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 520px) {
  section#projects .projGrid .projTile:hover {
    top: 0px;
    box-shadow: none;
  }
}
section#projects .projGrid .projTile .thumb {
  grid-row: 1;
  height: 100%;
  width: 100%;
}
section#projects .projGrid .projTile .tileContent {
  grid-row: 2;
  padding: 30px;
  background: #ffffff;
}
section#projects .projGrid .projTile .tileContent .cat {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 30px;
  border-radius: 100px;
}
section#projects .projGrid .projTile .tileContent a {
  color: #4A4644;
  margin-top: 20px;
  display: block;
}
section#projects .projGrid .projTile .tileContent a:hover {
  text-decoration: none;
}
section#projects .projGrid .projTile .tileContent a.smallT:hover {
  text-decoration: underline;
}
section#projects .projGrid .projTile .tileContent h3 {
  margin: 20px 0;
  text-decoration: none;
}
section#projects .projGrid .projTile:nth-child(2) {
  top: 160px;
}
section#projects .projGrid .projTile:nth-child(2):hover {
  top: 140px;
}
@media (max-width: 520px) {
  section#projects .projGrid .projTile .tileContent {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
  }
}
section#projects .projGrid .projTile.double:nth-child(2) {
  top: 0px;
}
section#projects .projGrid .projTile.double:nth-child(2):hover {
  top: -20px;
}
@media (min-width: 767px) {
  section#projects .projGrid .projTile.single {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  section#projects .projGrid .projTile.single a {
    grid-row: 1;
    grid-column: 1;
  }
  section#projects .projGrid .projTile.single .tileContent {
    grid-row: 1;
    grid-column: 2;
  }
}
section#projects .pageLink {
  display: flex;
  align-self: flex-end;
  justify-self: end;
  padding: 15px 30px;
  color: #4A4644;
  font-weight: 700;
  border: 1px solid #DAE0E3;
  border-radius: 100px;
  transition: all ease 0.2s;
}
section#projects .pageLink:hover {
  text-decoration: none;
  border-color: #61BE5B;
  background: #61BE5B;
  color: #ffffff;
}
section#projects .pageLink.single, section#projects .pageLink.doubleShower {
  max-width: 215px;
  float: right;
  margin-top: 90px;
}
@media (max-width: 767px) {
  section#projects .pageLink.single, section#projects .pageLink.doubleShower {
    margin-top: 30px;
  }
}
section#projects .pageLink.double {
  display: none;
}
@media (max-width: 767px) {
  section#projects .introWrap {
    display: block;
  }
  section#projects .introWrap p {
    margin-top: 50px;
  }
  section#projects .projGrid {
    display: block;
  }
  section#projects .projGrid .projTile:nth-child(2) {
    top: 0px;
  }
  section#projects .projGrid .projTile:nth-child(2):hover {
    top: -20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  section#projects .projGrid .projTile:nth-child(2):hover {
    top: 0px;
  }
}
@media (max-width: 767px) {
  section#projects .projGrid .pageLink {
    display: inline-block;
    margin-top: 30px;
    float: left;
  }
}
section#projects .projGrid.single {
  display: block;
}
section#projects .pageLink.doubleShower {
  display: none;
}

section#projects.double .pageLink.doubleShower {
  display: flex;
}
@media (max-width: 767px) {
  section#projects.double .pageLink.doubleShower {
    display: none;
  }
}

section#news h2, .blogpage h2 {
  margin-bottom: 90px;
}
section#news .gradientBG, .blogpage .gradientBG {
  transform: scaleX(-1);
  margin-top: -60px;
}
section#news .newsItem, .blogpage .newsItem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-content: center;
  background: #ffffff;
  border-top: 1px solid #DAE0E3;
}
section#news .newsItem h3, section#news .newsItem a, .blogpage .newsItem h3, .blogpage .newsItem a {
  transition: color 0.2s ease;
  text-decoration: none;
}
section#news .newsItem:hover .headSection h3, section#news .newsItem:hover .teaserSection h3, section#news .newsItem:hover .linkSection h3, .blogpage .newsItem:hover .headSection h3, .blogpage .newsItem:hover .teaserSection h3, .blogpage .newsItem:hover .linkSection h3 {
  color: #61BE5B;
}
section#news .newsItem:hover .headSection a, section#news .newsItem:hover .teaserSection a, section#news .newsItem:hover .linkSection a, .blogpage .newsItem:hover .headSection a, .blogpage .newsItem:hover .teaserSection a, .blogpage .newsItem:hover .linkSection a {
  color: #61BE5B;
}
section#news .newsItem:hover .linkSection a, .blogpage .newsItem:hover .linkSection a {
  text-decoration: underline;
}
section#news .newsItem:first-of-type, .blogpage .newsItem:first-of-type {
  border-top: none;
}
section#news .newsItem .headSection, section#news .newsItem .teaserSection, section#news .newsItem .linkSection, .blogpage .newsItem .headSection, .blogpage .newsItem .teaserSection, .blogpage .newsItem .linkSection {
  padding: 30px;
  position: relative;
}
section#news .newsItem .teaserSection, .blogpage .newsItem .teaserSection {
  grid-column: 3/6;
  display: flex;
  align-items: center;
  border-left: 1px solid #DAE0E3;
  border-right: 1px solid #DAE0E3;
}
section#news .newsItem .headSection, .blogpage .newsItem .headSection {
  grid-column: 1/3;
}
section#news .newsItem .headSection h3, .blogpage .newsItem .headSection h3 {
  margin: 0px;
}
section#news .newsItem .headSection .meta-date, .blogpage .newsItem .headSection .meta-date {
  font-weight: 100;
  font-size: 14px;
  color: #A1AEB7;
  text-transform: none;
}
section#news .newsItem .linkSection, .blogpage .newsItem .linkSection {
  grid-column: 6;
  display: flex;
  align-items: center;
}
section#news .newsItem .linkSection a, .blogpage .newsItem .linkSection a {
  color: #4A4644;
}
@media (max-width: 767px) {
  section#news .newsItem, .blogpage .newsItem {
    display: block;
  }
  section#news .newsItem .teaserSection, .blogpage .newsItem .teaserSection {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.allLink {
  font-weight: 700;
  color: #4A4644;
  float: right;
  margin-top: 90px;
}
.allLink img {
  filter: invert(72%);
}
@media (max-width: 767px) {
  .allLink .allLink {
    float: left;
    position: relative;
    z-index: 90;
  }
}

a.arrowLink {
  display: flex;
  gap: 20px;
}
a.arrowLink img {
  max-width: 50px;
  margin-top: -2px;
  transition: margin-left 0.2s ease;
}
a.arrowLink:hover {
  text-decoration: none;
}
a.arrowLink:hover img {
  margin-left: 20px;
}
@media (max-width: 767px) {
  a.arrowLink {
    border-radius: 50px;
    float: left !important;
  }
}

.borderLay {
  height: 180px;
  width: 100%;
  margin-top: -90px;
  position: absolute;
  z-index: 99;
  border-radius: 100px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .borderLay {
    border-radius: 50px;
  }
}

article {
  margin-bottom: 80px;
}
article:last-child {
  margin-bottom: 0;
}
article h1.blog-title {
  margin: 10px 0 0 0;
}
article h2.blog-title {
  margin: 10px 0 5px 0;
}

.thumb img {
  width: 100%;
}

.meta-date {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  color: #e1e0df;
  letter-spacing: 0.02em;
}
.meta-date:before, .meta-date:after {
  content: "";
  display: table;
  clear: both;
}

.meta-author {
  font-size: 0.8em;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #e1e0df;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.meta-author a {
  color: #e1e0df;
}

.meta-bottom {
  font-size: 0.8em;
  border-top: 1px solid #DAE0E3;
  margin-bottom: 30px;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  color: #e1e0df;
}
.meta-bottom a {
  color: #e1e0df;
  font-weight: 600;
}
.meta-bottom > div {
  display: inline-block;
  margin-right: 15px;
}
.meta-bottom > div:last-child {
  margin-right: 0;
}
.meta-bottom .meta-comments {
  float: right;
}
@media (max-width: 767px) {
  .meta-bottom .meta-comments {
    float: none;
  }
}

.author-info {
  background-color: #f2f2f2;
  padding: 4%;
}
.author-info .author-avatar {
  float: left;
  margin: 0 20px 10px 0;
  border-radius: 50%;
  overflow: hidden;
}
.author-info .author-title {
  margin: 2px 0;
  font-size: 1em;
}
.author-info .author-bio {
  display: block;
  margin: 20px 0 0 0;
}
.author-info .author-bio a {
  display: block;
}

#comments ol {
  list-style: none;
  padding: 0;
}
#comments ol li .comment-body {
  padding: 20px;
  border-left: 1px solid #bfbfbf;
}
#comments ol li .vcard img {
  float: left;
  margin-right: 20px;
}
#comments ol li ol {
  padding-left: 3%;
}

.comment-input-wrap:before, .comment-input-wrap:after,
p.form-submit:before,
p.form-submit:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .comment-input-wrap {
    margin-bottom: 20px;
  }
}

.comment-input-wrap p {
  width: 33.33%;
  float: left;
  padding-right: 20px;
}
.comment-input-wrap p:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .comment-input-wrap p {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
.comment-input-wrap p label {
  float: left;
  margin-right: 5px;
}

aside#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside#sidebar ul li {
  border-top: 1px solid #f7f8f9;
  padding: 5px 0;
}
aside#sidebar ul li:last-child {
  border-bottom: 1px solid #f7f8f9;
}

section#kontakt {
  margin: 0 auto;
  margin-bottom: 180px;
  display: flex;
  align-content: flex-end;
}
@media (max-width: 767px) {
  section#kontakt {
    padding: 90px 0 0 0;
    margin-bottom: 90px;
    width: 100%;
  }
  section#kontakt .cWrap .contSide {
    max-width: 100% !important;
  }
}
section#kontakt img {
  position: absolute;
}
section#kontakt .bgLogo {
  max-width: 500px;
  position: absolute;
  left: -100px;
  z-index: 0;
}
@media (max-width: 767px) {
  section#kontakt .bgLogo {
    left: -200px;
    top: -40px;
  }
}
section#kontakt .cWrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
section#kontakt .cWrap .contSide {
  grid-column: 2;
}
@media (max-width: 767px) {
  section#kontakt .cWrap .contSide {
    grid-column: 1/3;
  }
}
section#kontakt h2 {
  margin-bottom: 90px;
}
section#kontakt h3 {
  margin-top: 0px;
}
section#kontakt .contactWrap {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
section#kontakt .contactWrap .contacts div {
  display: flex;
  margin-bottom: 10px;
}
section#kontakt .contactWrap .contacts div img {
  margin-right: 10px;
}
section#kontakt .contactWrap img {
  position: relative;
  max-width: 24px;
}
section#kontakt .contactWrap p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section#kontakt .contactWrap {
    display: block;
  }
  section#kontakt .content {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  section#kontakt .content div {
    grid-column: 1/3;
  }
  section#kontakt .content .contacts {
    grid-column: 3;
  }
}
@media (max-width: 520px) {
  section#kontakt .content {
    display: block;
    margin-bottom: 30px;
  }
}

.contactPage h2 {
  display: none;
}

#footer {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 0.8em;
  background: #61BE5B;
}
@media (max-width: 992px) {
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer a {
  color: #ffffff;
}
#footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .inner:before, #footer .inner:after {
  content: "";
  display: table;
  clear: both;
}
#footer .inner img {
  max-width: 230px;
}
#footer .footerWrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
@media (max-width: 767px) {
  #footer .footerWrap {
    display: block;
  }
  #footer .footerWrap .info {
    float: none !important;
    margin-bottom: 10px;
  }
}
#footer .menu-footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #footer .menu-footer-container {
    align-items: flex-start;
    justify-content: left;
  }
}
#footer .socials {
  display: grid;
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  max-width: 80px;
  margin-top: 6px;
  margin-left: 20px;
}
#footer .socials img {
  max-width: 12px;
  filter: brightness(200%);
}
#footer .info {
  float: left;
  font-size: 11px;
}
#footer .info .title {
  color: #ffffff;
  display: block;
  margin-top: 5px;
}
#footer .footer-navigation {
  display: flex;
  margin-left: auto;
}
#footer .footer-navigation ul#menu-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-navigation ul#menu-footer li {
  float: left;
  padding-right: 20px;
}
#footer .footer-navigation ul#menu-footer li:last-of-type {
  padding-right: 0px;
}
@media (max-width: 767px) {
  #footer .footer-navigation {
    display: block;
    width: 100%;
  }
}

/** /!!! Core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 0.7;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction {
  display: none;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  content: "";
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}/*# sourceMappingURL=template.css.map */