/*================================================================
[PIXELSCHUPSER FRAMEWORK]
================================================================*/

/*

    [FARBEN] - Hier werden Hex- und RGB(A) Werte definiert

    dark:               #1f2533
    medium:             #828f99
    lighter:            #dae0e6
    lightest:           #edf1f5
    primary green:      #93be49
    primary blue:       #006572
    primary average:    #23895e

*/

/* [FONTS] */

/* mulish-300 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/mulish-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mulish-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-regular - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mulish-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* mulish-700 - latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/mulish-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/mulish-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* [FUNDAMENT] */

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    color: inherit;
    font: inherit;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html,
body {
    height: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    color: #1f2533;
    font: normal 400 16px/1.75 "Mulish", Helvetica, Arial, sans-serif;
}

body.loading {
    overflow: hidden;
}

/* [HEADLINES] */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 40px 0 20px;
    font-weight: 700;
    line-height: 1.25;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/* [INLINE ELEMENTE] */

a {
    background-color: transparent;
    color: #93be49;
    text-decoration: none;
    cursor: pointer;
    -webkit-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    -o-touch-action: manipulation;
    touch-action: manipulation;
}

a:active {
    outline: 0;
}

a:active,
.not-touch a:hover {
    text-decoration: underline;
}

abbr,
acronym,
dfn {
    border-bottom: 1px solid #dae0e6;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

big {
    font-size: 24px;
}

cite,
dfn,
em,
i,
q {
    font-style: normal;
}

code,
kbd,
samp,
tt,
var {
    font-family: "Lucida Console", Monaco, monospace;
}

del,
s,
strike {
    text-decoration: line-through;
}

em {
    color: #23895e;
}

ins,
mark {
    padding: 0 4px;
    background-color: #edf1f5;
    text-decoration: none;
}

kbd {
    padding: 4px 8px;
    border: 1px solid #dae0e6;
}

q:before {
    content: "„";
}

q:after {
    content: "“";
}

small,
sub,
sup {
    font-size: 12px;
}

sub,
sup {
    position: relative;
    line-height: 0;
}

sup {
    top: -8px;
}

sub {
    bottom: -4px;
}

u {
    text-decoration: underline;
}

/* [BLOCK ELEMENTE] */

address {
    margin-bottom: 20px;
    font-style: normal;
}

address:last-child {
    margin-bottom: 0;
}

address > *:last-child {
    margin-bottom: 0;
}

blockquote {
    padding: 0 20px;
    margin-bottom: 20px;
    border-left: 4px solid #dae0e6;
    font-size: 24px;
    font-weight: 300;
    quotes: none;
}

blockquote:last-child {
    margin-bottom: 0;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

blockquote > *:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

blockquote cite:before,
blockquote small:before {
    content: "— ";
}

hr {
    height: 1px;
    margin: 40px 0;
    background-color: #dae0e6;
}

hr:first-child {
    margin-top: 0;
}

hr:last-child {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

pre {
    margin-bottom: 20px;
    padding: 16px 20px;
    overflow: auto;
    background-color: #edf1f5;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

pre:last-child {
    margin-bottom: 0;
}

/* [LISTEN] */

dl {
    margin-bottom: 20px;
}

dl:last-child {
    margin-bottom: 0;
}

dd,
dt {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dae0e6;
}

dt {
    font-weight: 700;
}

ol,
ul {
    margin: 0 0 20px 16px;
    list-style: none;
}

ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

ol {
    list-style: outside decimal;
}

ul {
    list-style: outside disc;
}

ol > li {
    margin-bottom: 8px;
}

ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
    margin-top: 8px;
    margin-bottom: 0;
}

/* [MEDIEN] */

figure {
    margin: 0;
    margin-bottom: 20px;
}

figure:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

.frame-wrap {
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.frame-wrap:last-child {
    margin-bottom: 0;
}

.frame-wrap > * {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* [BUTTONS] */

.button {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 38px;
    border: 2px solid #006572;
    width: auto;
    background-color: transparent;
    color: #006572;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03125em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.not-touch .button {
    -webkit-transition: background-color 0.25s, color 0.25s;
    -moz-transition: background-color 0.25s, color 0.25s;
    -ms-transition: background-color 0.25s, color 0.25s;
    -o-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

.button:active,
.button:focus,
.not-touch .button:hover {
    background-color: #006572;
    color: #fff;
    text-decoration: none;
}

.button-row {
    margin-bottom: 12px;
}

.button-row:last-child {
    margin-bottom: -8px;
}

.button-row .button {
    margin: 0 8px 8px 0;
}

/* [FORMULAR ELEMENTE] */

::-webkit-input-placeholder {
    color: #828f99;
    opacity: 1;
}

:-moz-placeholder {
    color: #828f99;
    opacity: 1;
}

::-moz-placeholder {
    color: #828f99;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #828f99;
    opacity: 1;
}

form {
    margin-bottom: 20px;
}

form:last-child {
    margin-bottom: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

button,
input,
select,
textarea {
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-touch-action: manipulation;
    -moz-touch-action: manipulation;
    -ms-touch-action: manipulation;
    -o-touch-action: manipulation;
    touch-action: manipulation;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: 0.5;
}

button,
input,
select {
    line-height: 1.5;
    white-space: nowrap;
}

button {
    overflow: visible;
    text-transform: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
    vertical-align: middle;
    padding: 12px 16px;
    border: 1px solid #dae0e6;
    background-color: #fff;
    color: #1f2533;
}

.not-touch input[type="text"],
.not-touch input[type="email"],
.not-touch input[type="url"],
.not-touch input[type="password"],
.not-touch input[type="search"],
.not-touch input[type="tel"],
.not-touch input[type="number"],
.not-touch select,
.not-touch textarea {
    -webkit-transition: border-color 0.25s;
    -moz-transition: border-color 0.25s;
    -ms-transition: border-color 0.25s;
    -o-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #93be49;
    outline: 0;
}

input[type="file"] {
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    margin-right: 4px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

label {
    display: inline-block;
    margin: 0 16px 4px 0;
    line-height: 1.5;
}

legend {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

select,
select[multiple] {
    height: auto;
}

select {
    text-transform: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    height: auto;
    min-height: 260px;
    overflow: auto;
}

.form-block {
    margin-bottom: 20px;
}

.form-block:last-child {
    margin-bottom: 0;
}

.form-block label,
.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="url"],
.form-block input[type="password"],
.form-block input[type="search"],
.form-block input[type="tel"],
.form-block input[type="number"],
.form-block select,
.form-block textarea {
    display: block;
    width: 100%;
}

.form-block label {
    display: block;
    margin-right: 0;
    font-size: 12px;
}

/* [TABLES] */

table,
th,
td {
    border: 1px solid #dae0e6;
}

table {
    width: 100%;
    max-width: 100%;
    min-width: 640px;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

table:last-child {
    margin-bottom: 0;
}

caption,
th,
td {
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
}

caption,
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

caption {
    margin-bottom: 20px;
    font-size: 24px;
}

th,
td {
    padding: 8px 16px;
    border-width: 0 1px 1px 0;
}

td {
    border-width: 0 1px 1px 0;
}

.table-scrollable {
    overflow-x: auto;
    margin-bottom: 20px;
    border: 1px solid #dae0e6;
    -webkit-overflow-scrolling: touch;
}

.table-scrollable > table {
    margin-bottom: 0;
    border: 0;
}

.table-scrollable > table th:last-child,
.table-scrollable > table td:last-child {
    border-right: 0;
}

.table-scrollable > table tr:last-child td {
    border-bottom: 0;
}

/* [WORDPRESS] */

.wp-caption {
    max-width: 100%;
    margin-bottom: 20px;
}

.wp-caption:last-child {
    margin-bottom: 0;
}

.wp-caption img {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
}

.alignnone {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
}

.alignnone img {
    width: 100%;
    max-width: none;
}

.aligncenter {
    display: block;
    max-width: 80%;
    max-width: none;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
}

.aligncenter img {
    width: 100%;
    max-width: none;
}

.alignright {
    max-width: 260px;
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: right;
}

.alignright img {
    width: 100%;
    max-width: none;
}

.alignleft {
    max-width: 260px;
    margin-top: 8px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

.alignleft img {
    width: 100%;
    max-width: none;
}

.gallery {
    margin-right: -1.1666667%;
    margin-bottom: 20px;
    margin-left: -1.1666667%;
    *zoom: 1;
}

.gallery:last-child {
    margin-bottom: 0;
}

.gallery:before,
.gallery:after {
    content: "";
    display: table;
    line-height: 0;
}

.gallery:after {
    clear: both;
}

.gallery-item {
    display: block;
    width: 100%;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    margin: 0;
    float: left;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
}

.post-password-form {
    margin-bottom: 20px;
}

.post-password-form:last-child {
    margin-bottom: 0;
}

.post-password-form label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 12px;
}

.post-password-form input[type="password"] {
    margin-top: 8px;
}

.post-password-form > *:last-child {
    margin-bottom: 0;
}

.screen-reader-text {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

/* [CLEARFIX] */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/* [GRID] */

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-centered {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.row-horizontal {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.not-flexbox .row {
    display: block;
    *zoom: 1;
}

.row:before,
.row:after {
    content: "";
    width: 0;
}

.not-flexbox .row:before,
.not-flexbox .row:after {
    display: table;
    line-height: 0;
}

.not-flexbox .row:after {
    clear: both;
}

.not-flexbox .col {
    float: left;
}

.col-full {
    width: 100%;
}

.col-threequarters {
    width: 75%;
}

.col-twothirds {
    width: 66.66%;
}

.col-half {
    width: 50%;
}

.col-onethird {
    width: 33.33%;
}

.col-onequarter {
    width: 25%;
}

.col-right {
    margin-left: auto;
}

.not-flexbox .col-right {
    float: right;
}

.col-center {
    margin-right: auto;
    margin-left: auto;
}

.not-flexbox .col-center {
    float: none;
}

.row-spacing,
.row-spacing > .col {
    padding-right: 40px;
    padding-left: 40px;
}

/*================================================================
[BEGINN PROJEKT]
Ab hier wird das Layout der Website angelegt
================================================================*/

/* [GLOBAL] */

.g-spacing-big {
    padding-top: 120px;
    padding-bottom: 120px;
}

.g-margin-regular {
    margin-bottom: 80px;
}

.g-bg-white {
    background-color: #fff;
}

.g-bg-dark {
    background-color: #1f2533;
}

.g-bg-lightest {
    background-color: #edf1f5;
}

.g-bg-primarygradient {
    background-color: #23895e;
    background: -webkit-gradient(top, color-stop(0%, #23895e), color-stop(100%, #006572));
    background: -moz-linear-gradient(top, #23895e 0%, #006572 100%);
    background: -ms-linear-gradient(top, #23895e 0%, #006572 100%);
    background: -o-linear-gradient(top, #23895e 0%, #006572 100%);
    background: linear-gradient(to bottom, #23895e 0%, #006572 100%);
}

.g-bg-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.g-type-white,
.g-type-white em {
    color: #fff;
}

.g-type-white .button {
    border-color: #fff;
    color: #fff;
}

.g-type-white .button:active,
.g-type-white .button:focus,
.not-touch .g-type-white .button:hover {
    background-color: #fff;
    color: #006572;
}

.g-type-white .g-bg-white,
.g-type-white .g-bg-lightest {
    color: #1f2533;
}

.g-type-center {
    text-align: center;
}

.g-type-center .button-row .button {
    margin-left: 8px;
}

.g-type-big {
    font-size: 20px;
    font-weight: 300;
}

.g-type-huge {
    font-size: 32px;
    font-weight: 300;
}

.g-title {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1.125;
    letter-spacing: 0.03125em;
    font-weight: 800;
    text-transform: uppercase;
}

.g-title-post {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.g-title-big {
    font-size: 64px;
}

.g-title-regular {
    font-size: 48px;
}

.g-title-small {
    font-size: 32px;
}

.g-wrap {
    margin-right: auto;
    margin-left: auto;
}

.g-wrap-page {
    max-width: 1440px;
}

.g-wrap-big {
    max-width: 1040px;
}

.g-wrap-regular {
    max-width: 800px;
}

.g-slope {
    position: relative;
    padding-bottom: 12.5%;
    height: 0;
}

.g-slope svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.g-slope-bottom {
    position: absolute;
    top: 1px; /* was 0 - 1px gap fix */
    right: 0;
    left: 0;
    z-index: 10;
    margin: -12.5% 0;
    width: 100%;
}

.g-slope-white svg {
    fill: #fff;
}

.g-slope-lightest svg {
    fill: #edf1f5;
}

.g-slope-dark svg {
    fill: #1f2533;
}

.g-slope-primarygradient svg {
    fill: #23895e;
}

.g-arrow,
.g-arrow:before,
.g-arrow:after {
    position: absolute;
    z-index: 20;
}

.g-arrow {
    top: 0;
    bottom: -60px;
    left: 50%;
    margin: 0 -1px;
    width: 2px;
    opacity: 0.5;
    background-color: #93be49;
}

.g-arrow:before,
.g-arrow:after {
    content: "";
    background-repeat: no-repeat;
}

.g-arrow:before {
    left: -9px;
    bottom: -18px;
    width: 20px;
    height: 18px;
    background-image: url(../images/arrow-primary-head.svg);
}

.g-arrow:after {
    width: 50px;
    height: 100px;
    top: 25%;
    right: -49px;
    left: 0;
    background-image: url(../images/arrow-section-decoration-right.svg);
}

.g-bg-white .g-arrow:after {
    right: 0;
    left: -49px;
    background-image: url(../images/arrow-section-decoration-left.svg);
}

.g-hexa {
    display: block;
    fill: #fff;
    -webkit-filter: drop-shadow(0 10px 20px rgba(31,37,51,0.25));
    -moz-filter: drop-shadow(0 10px 20px rgba(31,37,51,0.25));
    -ms-filter: drop-shadow(0 10px 20px rgba(31,37,51,0.25));
    -o-filter: drop-shadow(0 10px 20px rgba(31,37,51,0.25));
    filter: drop-shadow(0 10px 20px rgba(31,37,51,0.25));
}

.g-hexa-small {
    width: 40px;
    height: 46px;
}

.g-hexa-big {
    width: 80px;
    height: 92px;
}

.g-hexa-dark {
    fill: #1f2533;
}

.g-hexa-primarygreen {
    fill: #93be49;
}

.g-hexa-primaryblue {
    fill: #006572;
}

.g-hexa-primaryaverage {
    fill: #23895e;
}

.g-hexa + .g-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.g-icon {
    display: block;
}

.g-icon-small {
    width: 20px;
    height: 20px;
}

.g-icon-regular {
    width: 40px;
    height: 40px;
}

.g-icon-huge {
    width: 80px;
    height: 80px;
}

.g-card {
    padding: 80px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(31,37,51,0.125);
    -moz-box-shadow: 0 10px 30px rgba(31,37,51,0.125);
    -ms-box-shadow: 0 10px 30px rgba(31,37,51,0.125);
    -o-box-shadow: 0 10px 30px rgba(31,37,51,0.125);
    box-shadow: 0 10px 30px rgba(31,37,51,0.125);
}

.g-bg-white .g-card {
    background-color: #edf1f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.g-type-white .g-card {
    color: #1f2533;
}

.g-card .card-hexa {
    position: absolute;
    top: 44px;
    left: -40px;
}

.g-card .card-hexa .number {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.g-card .card-title {
    margin-top: 0;
}

.g-card .card-title .title-trigger {
    display: block;
    position: relative;
    margin-bottom: -20px;
    color: #828f99;
}

.not-touch .g-card .card-title .title-trigger {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.g-card .card-title .title-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -8px 0;
    width: 8px;
    height: 16px;
    background: transparent url(../images/arrow-dark-card.svg) no-repeat 0 0;
    opacity: 0.5;
}

.not-touch .g-card .card-title .title-trigger:before {
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    -moz-transition: opacity 0.25s, -moz-transform 0.25s;
    -ms-transition: opacity 0.25s, -ms-transform 0.25s;
    -o-transition: opacity 0.25s, -o-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
}

.g-card.open .card-title .title-trigger:before,
.g-card .card-title .title-trigger:active:before,
.not-touch .g-card .card-title .title-trigger:hover:before {
    opacity: 1;
}

.g-card.open .card-title .title-trigger:before {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.g-card .card-title .title-trigger:after {
    content: "...";
}

.g-card .card-title .title-trigger:active,
.not-touch .g-card .card-title .title-trigger:hover {
    text-decoration: none;
}

.g-card.open .card-title .title-trigger,
.g-card .card-title .title-trigger:active,
.not-touch .g-card .card-title .title-trigger:hover {
    color: #1f2533;
}

.g-card.open .card-title .title-trigger:after {
    content: "";
}

.g-card .card-content {
    display: none;
    margin-top: 40px;
}

.g-card.open .card-content {
    display: block;
}

/* [PRELOAD] */

.preload {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 1s, width 0s 1s, height 0s 1s, opacity 0.5s 0.5s;
    -moz-transition: visibility 0s 1s, width 0s 1s, height 0s 1s, opacity 0.5s 0.5s;
    -ms-transition: visibility 0s 1s, width 0s 1s, height 0s 1s, opacity 0.5s 0.5s;
    -o-transition: visibility 0s 1s, width 0s 1s, height 0s 1s, opacity 0.5s 0.5s;
    transition: visibility 0s 1s, width 0s 1s, height 0s 1s, opacity 0.5s 0.5s;
}

.loading .preload {
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.preload-status {
    width: 320px;
    height: 4px;
    margin-top: 16px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.preload-status-bar {
    width: 320px;
    height: 4px;
    position: absolute;
    top: 0;
    left: -320px;
    background: rgb(141,198,63);
    background: -moz-linear-gradient(left, rgba(141,198,63,1) 0%, rgba(0,101,114,1) 100%);
    background: -webkit-linear-gradient(left, rgba(141,198,63,1) 0%,rgba(0,101,114,1) 100%);
    background: linear-gradient(to right, rgba(141,198,63,1) 0%,rgba(0,101,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#006572',GradientType=1 );
    -webkit-animation: loading-status-bar 1.2s infinite cubic-bezier(0.7,0,0.3,1);
    -moz-animation: loading-status-bar 1.2s infinite cubic-bezier(0.7,0,0.3,1);
    -ms-animation: loading-status-bar 1.2s infinite cubic-bezier(0.7,0,0.3,1);
    -o-animation: loading-status-bar 1.2s infinite cubic-bezier(0.7,0,0.3,1);
    animation: loading-status-bar 1.2s infinite cubic-bezier(0.7,0,0.3,1);
}

.is-loaded .preload-status-bar {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

@-webkit-keyframes loading-status-bar {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(640px);
    }
}

@-moz-keyframes loading-status-bar {
    0% {
        -moz-transform: translateX(0);
    }
    100% {
        -moz-transform: translateX(640px);
    }
}

@-ms-keyframes loading-status-bar {
    0% {
        -ms-transform: translateX(0);
    }
    100% {
        -ms-transform: translateX(640px);
    }
}

@-o-keyframes loading-status-bar {
    0% {
        -o-transform: translateX(0);
    }
    100% {
        -o-transform: translateX(640px);
    }
}

@keyframes loading-status-bar {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(640px);
        -moz-transform: translateX(640px);
        -ms-transform: translateX(640px);
        -o-transform: translateX(640px);
        transform: translateX(640px);
    }
}

/* [PAGE] */

.page {
    position: relative;
    z-index: 1;
    min-height: 100%;
    overflow: hidden;
}

/* [HEADER] */

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 90;
    padding: 20px 0;
    height: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(31,37,51,0.25);
    -moz-box-shadow: 0 0 20px rgba(31,37,51,0.25);
    -ms-box-shadow: 0 0 20px rgba(31,37,51,0.25);
    -o-box-shadow: 0 0 20px rgba(31,37,51,0.25);
    box-shadow: 0 0 20px rgba(31,37,51,0.25);
}

.header a {
    display: block;
}

.header-logo a img {
    display: block;
    width: 200px;
    max-width: none;
    height: 60px;
}

.header-nav .nav-menu {
    margin: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03125em;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
}

.header-nav .nav-menu li {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}

.header-nav .nav-menu li:first-child {
    margin-left: 0;
}

.header-nav .nav-menu li a {
    padding: 16px 0;
    color: #1f2533;
    white-space: nowrap;
    opacity: 0.5;
}

.not-touch .header-nav .nav-menu li a {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.header-nav .nav-menu li a:active,
.not-touch .header-nav .nav-menu li a:hover {
    text-decoration: none;
}

.header-nav .nav-menu li[class*="current"] > a,
.header-nav .nav-menu li a:active,
.not-touch .header-nav .nav-menu li a:hover {
    opacity: 1;
}

.header-nav .nav-menu li[class*="current"] > a {
    color: #93be49;
}
.header-language {
    margin-left: 0;
}
.header-language ul {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    list-style: none;
}

.header-language ul li {
    display: inline-block;
    vertical-align: top;
}

.header-language ul li a {
    padding: 16px 0 16px 4px;
    color: #1f2533;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0.5;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    transition: opacity .25s;
}

.header-language ul li a:focus,
.header-language ul li a:active,
.not-touch .header-language ul li a:hover {
    opacity: 1;
    text-decoration: none;
}

.header-language ul li.current a{
    opacity: 1;
} 

.header-trigger {
    display: none;
}


.header-trigger a {
    display: block;
    padding: 14px 0;
    height: 60px;
}

.header-trigger .trigger-label {
    position: relative;
    margin-right: 10px;
    width: 100px;
    height: 32px;
    float: left;
    color: #828f99;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.03125em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

.header-trigger .trigger-label span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    -moz-transition: opacity 0.25s, -moz-transform 0.25s;
    -ms-transition: opacity 0.25s, -ms-transform 0.25s;
    -o-transition: opacity 0.25s, -o-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
}

.offcanvas-visible .header-trigger .trigger-label .label-current {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header-trigger .trigger-label .label-close {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.offcanvas-visible .header-trigger .trigger-label .label-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-trigger .trigger-burger {
    padding: 1px 0;
    float: left;
}

.header-trigger .trigger-burger .burger-bar {
    width: 32px;
    height: 2px;
    margin: 6px 0;
    background-color: #93be49;
}

.header-trigger .trigger-burger .burger-bar:nth-child(1),
.header-trigger .trigger-burger .burger-bar:nth-child(3) {
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    -ms-transition: -ms-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    transition: transform 0.25s;
}

.offcanvas-visible .header-trigger .trigger-burger .burger-bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.header-trigger .trigger-burger .burger-bar:nth-child(2) {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.offcanvas-visible .header-trigger .trigger-burger .burger-bar:nth-child(2) {
    opacity: 0;
}

.offcanvas-visible .header-trigger .trigger-burger .burger-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

/* [MAIN] */

.main {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    overflow: hidden;
}

.main ul {
    margin-left: 0;
    border-top: 1px solid #dae0e6;
    list-style: none;
}

.main ul li {
    border-bottom: 1px solid #dae0e6;
    padding: 16px 0;
}

.main ul li ul {
    margin-left: 20px;
    border-top: 0;
    list-style: outside disc;
}

.main ul li ul li {
    border-bottom: 0;
    margin-bottom: 8px;
    padding: 0;
}

.main ul li ul li:last-child {
    margin-bottom: 0;
}

/* [MAIN - SECTION] */

.main-section {
    position: relative;
    padding-bottom: 12.5%;
}

.main-section.g-spacing-big {
    padding-bottom: 15%;
    padding-bottom: calc(12.5% + 40px);
}

.main-section-hero {
    padding-top: 12.5%;
}

.main-section .section-entry {
    position: relative;
    z-index: 10;
}

.main-section .section-entry:last-child {
    margin-bottom: 0;
}

.main-section .section-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

/* [MAIN - SECTION: TITLE] */

.main-section .section-title .title-icon {
    position: relative;
    line-height: 1.5;
}

.main-section .section-title .title-icon:before,
.main-section .section-title .title-icon:after {
    content: "";
    position: absolute;
    opacity: 0.5;
}

.main-section .section-title .title-icon:nth-child(1):before,
.main-section .section-title .title-icon:nth-child(2):before,
.main-section .section-title .title-icon:nth-child(3):before {
    background-color: #93be49;
}

.main-section .section-title .title-icon:nth-child(1):before,
.main-section .section-title .title-icon:nth-child(3):before {
    top: 38px;
    width: 50%;
    width: calc(50% - 20px);
    height: 2px;
}

.main-section .section-title .title-icon:nth-child(1):before {
    left: 75%;
    left: calc(75% + 10px);
}

.main-section .section-title .title-icon:nth-child(1):after,
.main-section .section-title .title-icon:nth-child(3):after {
    margin: 0 -10px;
    width: 20px;
    background-repeat: no-repeat;
}

.main-section .section-title .title-icon:nth-child(1):after {
    top: -22px;
    left: 100%;
    height: 60px;
    background-image: url(../images/arrow-title-decoration-left.svg);
}

.main-section .section-title .title-icon:nth-child(3):after {
    right: 100%;
    top: 40px;
    height: 120px;
    background-image: url(../images/arrow-title-decoration-right.svg);
}

.main-section .section-title .title-icon:nth-child(2):before {
    top: 140px;
    left: 50%;
    margin: 0 -1px;
    width: 2px;
    height: 80px;
}

.main-section .section-title .title-icon:nth-child(3):before {
    right: 75%;
    right: calc(75% + 10px);
}

.main-section .section-title .title-icon .g-icon {
    margin: 0 auto 8px;
}

.main-section .section-title .title-content {
    margin-top: 120px;
}

.main-section .section-title .title-image {
    padding-right: 0;
}

.main-section .section-title .title-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
}

.main-section .section-title .title-image + .title-content {
    margin-top: 0;
}

.main-section .section-title .title-content:first-child {
    margin-top: 0;
}

.main-section .section-title .title-content .content-meta {
    line-height: 1.5;
}

.main-section .section-title .title-content .content-meta span {
    display: inline-block;
    position: relative;
    opacity: 0.5;
}

.main-section .section-title .title-content .content-meta span:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.5;
}


/* [MAIN - SECTION: CONTENT] */

.main-section .section-content .content-meta {
    margin-top: 40px;
    border-top: 1px solid #dae0e6;
    padding-top: 20px;
    color: #828f99;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/* [MAIN - SECTION: INTRO] */

.main-section .section-intro .intro-content {
    position: relative;
}

.main-section .section-intro .intro-content:before,
.main-section .section-intro .intro-content:after {
    color: #828f99;
    position: absolute;
    font-size: 256px;
    line-height: 0;
    font-weight: 700;
    opacity: 0.25;
}

.main-section.g-type-white .section-intro .intro-content:before,
.main-section.g-type-white .section-intro .intro-content:after {
    color: #fff;
}

.main-section .section-intro .intro-content:before {
    content: "„";
    top: -60px;
    left: -160px;
}

.main-section .section-intro .intro-content:after {
    content: "“";
    right: -160px;
    bottom: -20px;
}

/* [MAIN - SECTION: ROWCARDS] */

.main-section .section-rowcards {
    margin: -40px 0 40px;
    padding: 40px 20px 80px;
}

.main-section .section-rowcards:before,
.main-section .section-rowcards:after {
    content: "";
    position: absolute;
    left: 50%;
    opacity: 0.25;
}

.main-section .section-rowcards:before {
    top: 0;
    bottom: 20px;
    margin: 0 -1px;
    width: 2px;
    background-color: #828f99;
}

.main-section .section-rowcards:after {
    bottom: 2px;
    width: 20px;
    height: 18px;
    margin: 0 -10px;
    background-image: url(../images/arrow-medium-head.svg);
}

/* [MAIN - SECTION: LINECARDS] */

.main-section .section-linecards {
    margin: -40px 0 40px;
    padding: 40px 20px 120px;
}

.main-section .section-linecards:before,
.main-section .section-linecards:after {
    content: "";
    position: absolute;
    left: 50%;
    opacity: 0.25;
}

.main-section .section-linecards:before {
    top: 0;
    bottom: 20px;
    margin: 0 -1px;
    width: 2px;
    background-color: #828f99;
}

.main-section .section-linecards:after {
    bottom: 2px;
    width: 20px;
    height: 18px;
    margin: 0 -10px;
    background-image: url(../images/arrow-medium-head.svg);
}

.main-section .section-linecards .linecards-entry {
    position: relative;
    margin-right: 30px;
}

.main-section .section-linecards .linecards-entry:before {
    content: "";
    position: absolute;
    top: 90px;
    right: 50%;
    margin-right: -14px;
    width: 25%;
    height: 2px;
    background-color: #828f99;
    opacity: 0.25;
}

.main-section .section-linecards .linecards-entry-odd {
    margin-right: 0;
    margin-left: 30px;
}

.main-section .section-linecards .linecards-entry-odd:before {
    right: auto;
    left: 50%;
    margin-right: 0;
    margin-left: -14px;
}

.main-section .section-linecards .linecards-entry .entry-card {
    margin-bottom: -40px;
    max-width: 560px;
}

.main-section .section-linecards .linecards-entry-odd .entry-card {
    margin-left: auto;
}

.main-section .section-linecards .linecards-entry-odd .entry-card .card-hexa {
    right: -40px;
    left: auto;
}

/* [MAIN - SECTION: FULLCARDS] */

.main-section .section-fullcards {
    padding-left: 20px;
    padding-right: 20px;
}

.main-section .section-fullcards > .row {
    margin-bottom: -40px;
}

.main-section .section-fullcards .fullcards-item {
    margin-bottom: 40px;
}

.main-section .section-fullcards .fullcards-item .item-card {
    margin: 0 auto;
    max-width: 880px;
}

/* [MAIN - SECTION: POSTCARDS] */

.main-section .section-postcards > .row {
    margin-bottom: -80px;
}

.main-section .section-postcards .postcards-item .item-card {
    display: block;
    position: relative;
    height: 320px;
    overflow: hidden;
}

.main-section .section-postcards .postcards-item .item-card:active,
.not-touch .main-section .section-postcards .postcards-item .item-card:hover {
    text-decoration: none;
}

.main-section .section-postcards .postcards-item .item-card .card-title {
    height: 120px;
    overflow: hidden;
    color: #1f2533;
    text-overflow: ellipsis;
}

.not-touch .main-section .section-postcards .postcards-item .item-card .card-title {
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    -ms-transition: -ms-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    transition: transform 0.25s;
}

.main-section .section-postcards .postcards-item .item-card:active .card-title,
.not-touch .main-section .section-postcards .postcards-item .item-card:hover .card-title {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.main-section .section-postcards .postcards-item .item-card.g-type-white .card-title {
    color: #fff;
}

.main-section .section-postcards .postcards-item .item-card .card-meta {
    position: absolute;
    bottom: 70px;
    left: 80px;
    color: #828f99;
    line-height: 1.5;
    white-space: nowrap;
}

.main-section .section-postcards .postcards-item .item-card.g-type-white .card-meta {
    color: #fff;
}

.main-section .section-postcards .postcards-item .item-card .card-meta span {
    display: inline-block;
    position: relative;
    margin-right: 16px;
    color: #93be49;
}

.main-section .section-postcards .postcards-item .item-card.g-type-white .card-meta span {
    color: #fff;
}

.main-section .section-postcards .postcards-item .item-card .card-meta span:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #93be49;
    opacity: 0.25;
}

.not-touch .main-section .section-postcards .postcards-item .item-card .card-meta span:after {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.main-section .section-postcards .postcards-item .item-card:active .card-meta span:after,
.not-touch .main-section .section-postcards .postcards-item .item-card:hover .card-meta span:after {
    opacity: 1;
}

.main-section .section-postcards .postcards-item .item-card.g-type-white .card-meta span:after {
    background-color: #fff;
}
.main-section .section-postcards .postcards-item .item-card img {
    max-width: 240px;
    max-height: 160px;
    margin-bottom: 20px;
}
/* [MAIN - SECTION: ROWICONS] */

.main-section .section-rowicons > .row {
    margin-bottom: -80px;
}

.main-section .section-rowicons-line .rowicons-item {
    position: relative;
}

.main-section .section-rowicons-line .rowicons-item:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #828f99;
    opacity: 0.25;
}

.main-section .section-rowicons-line .rowicons-item:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #828f99;
    opacity: 0.25;
}

.main-section .section-rowicons-line .rowicons-item:last-child:before {
    display: none;
}

.main-section .section-rowicons .rowicons-item .item-container {
    display: block;
}

.main-section .section-rowicons .rowicons-item .item-container:active,
.not-touch .main-section .section-rowicons .rowicons-item .item-container:hover {
    text-decoration: none;
}

.main-section .section-rowicons .rowicons-item .item-hexa {
    position: relative;
    z-index: 10;
    margin: 0 auto 20px;
    width: 80px;
}

.not-touch .main-section .section-rowicons .rowicons-item .item-container .item-hexa {
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    -ms-transition: -ms-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    transition: transform 0.25s;
}

.main-section .section-rowicons .rowicons-item .item-container:active .item-hexa,
.not-touch .main-section .section-rowicons .rowicons-item .item-container:hover .item-hexa {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.main-section .section-rowicons .rowicons-item .item-img {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 240px;
}

.main-section .section-rowicons .rowicons-item .item-title {
    margin: 0 auto;
    max-width: 320px;
}

/* [MAIN - SECTION: CATEGORIES] */

.main-section .section-categories .categories-nav .nav-menu {
    margin: 0 0 -16px;
    border-top: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03125em;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
}

.main-section .section-categories .categories-nav .nav-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 16px;
    border-bottom: 0;
    padding: 0;
}

.main-section .section-categories .categories-nav .nav-menu li a {
    display: block;
    position: relative;
    color: #1f2533;
    white-space: nowrap;
    opacity: 0.5;
}

.not-touch .main-section .section-categories .categories-nav .nav-menu li a {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.main-section .section-categories .categories-nav .nav-menu li a:active,
.not-touch .main-section .section-categories .categories-nav .nav-menu li a:hover {
    text-decoration: none;
}

.main-section .section-categories .categories-nav .nav-menu li[class*="current"] > a,
.main-section .section-categories .categories-nav .nav-menu li a:active,
.not-touch .main-section .section-categories .categories-nav .nav-menu li a:hover {
    opacity: 1;
}

.main-section .section-categories .categories-nav .nav-menu li[class*="current"] > a {
    color: #93be49;
}

.main-section .section-categories .categories-nav .nav-menu li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1f2533;
    opacity: 0.25;
}

.main-section .section-categories .categories-nav .nav-menu li[class*="current"] > a:after {
    background-color: #93be49;
}

/* [MAIN - SECTION: PAGER] */

.main-section .section-pager span,
.main-section .section-pager a {
    display: inline-block;
    vertical-align: top;
    padding: 2px 4px;
}

.main-section .section-pager span {
    color: #828f99;
}

.main-section .section-pager a {
    color: #1f2533;
}

.not-touch .main-section .section-pager a {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.main-section .section-pager a:active,
.not-touch .main-section .section-pager a:hover {
    color: #93be49;
    text-decoration: none;
}

/* [FOOTER] */

.footer {
    position: relative;
    z-index: 10;
    padding: 40px 0;
}

.footer a {
    display: block;
}

.footer ul {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    list-style: none;
}

.footer ul li {
    display: inline-block;
    vertical-align: top;
}

.footer ul li a {
    padding: 6px 0;
    color: #fff;
    white-space: nowrap;
    opacity: 0.5;
}

.not-touch .footer ul li a {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.footer ul li a:active,
.not-touch .footer ul li a:hover {
    text-decoration: none;
}

.footer ul li[class*="current"] > a,
.footer ul li a:active,
.not-touch .footer ul li a:hover {
    opacity: 1;
}

.footer-nav .nav-menu {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    letter-spacing: 0.03125em;
    font-weight: 600;
}

.footer-nav .nav-menu li {
    margin-right: 40px;
}

.footer-nav .nav-menu li:last-child {
    margin-right: 0;
}

.footer-nav .nav-menu li[class*="current"] > a {
    color: #93be49;
}

.footer-meta ul {
    margin-right: 40px;
}

.footer-meta ul:last-child {
    margin-right: 0;
}

.footer-meta ul li {
    margin-right: 10px;
}

.footer-meta ul li:last-child {
    margin-right: 0;
}

.footer-meta .meta-networks {
    margin: -3px 0;
}

.footer-meta .meta-networks li a {
    position: relative;
    width: 40px;
    height: 46px;
}

.footer-meta .meta-networks li a .g-hexa {
    position: absolute;
    top: 0;
    left: 0;
}

/* [OFFCANVAS] */

.offcanvas {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: visibility 0s 0.5s, width 0s 0.5s, height 0s 0.5s, opacity 0.5s;
    -moz-transition: visibility 0s 0.5s, width 0s 0.5s, height 0s 0.5s, opacity 0.5s;
    -ms-transition: visibility 0s 0.5s, width 0s 0.5s, height 0s 0.5s, opacity 0.5s;
    -o-transition: visibility 0s 0.5s, width 0s 0.5s, height 0s 0.5s, opacity 0.5s;
    transition: visibility 0s 0.5s, width 0s 0.5s, height 0s 0.5s, opacity 0.5s;
}

.offcanvas-visible .offcanvas {
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.offcanvas-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.875;
}

.offcanvas-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.offcanvas-nav .nav-menu {
    margin: 0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.03125em;
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
}

.offcanvas-nav .nav-menu li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0, -webkit-transform 0;
    -moz-transition: opacity 0, -moz-transform 0;
    -ms-transition: opacity 0, -ms-transform 0;
    -o-transition: opacity 0, -o-transform 0;
    transition: opacity 0, transform 0;
}

.offcanvas-nav .nav-menu li.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.25s;
    -moz-transition: opacity 0.5s, -moz-transform 0.25s;
    -ms-transition: opacity 0.5s, -ms-transform 0.25s;
    -o-transition: opacity 0.5s, -o-transform 0.25s;
    transition: opacity 0.5s, transform 0.25s;
}

.offcanvas-nav .nav-menu li a {
    display: inline-block;
    padding: 8px 0;
    color: #fff;
    white-space: nowrap;
}

.not-touch .offcanvas-nav .nav-menu li a {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.offcanvas-nav .nav-menu li a:active,
.not-touch .offcanvas-nav .nav-menu li a:hover {
    text-decoration: none;
}

.offcanvas-nav .nav-menu li[class*="current"] > a,
.offcanvas-nav .nav-menu li a:active,
.not-touch .offcanvas-nav .nav-menu li a:hover {
    color: #93be49;
}

.offcanvas-language {
    position: absolute;
    top: 0;
    left: 50%;
    padding-top: 120px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

.offcanvas-language ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.offcanvas-language ul li {
    display: inline-block;
    padding: 0 5px;;
}

.offcanvas-language ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    opacity: .8;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.offcanvas-language ul li.current a {
    opacity: 1;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}

.offcanvas-language ul li a:active,
.offcanvas-language ul li a:focus,
.not-touch .offcanvas-language ul li a:hover {
    opacity: 1;
    text-decoration: none;
}

/* [MEDIA QUERIES] */

@media only screen and ( max-width: 1280px ) {

    .row-spacing,
    .row-spacing > .col {
        padding-right: 20px;
        padding-left: 20px;
    }

    .g-card .card-title {
        font-size: 20px;
    }

    .main-section .section-intro .intro-content:before,
    .main-section .section-intro .intro-content:after {
        display: none;
    }

    .main-section .section-rowcards {
        padding-bottom: 40px;
    }

    .main-section .section-rowcards .rowcards-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .main-section .section-rowcards .rowcards-item .item-card {
        margin: 0 auto;
        max-width: 640px;
        font-size: 16px;
    }

    .main-section .section-postcards > .row {
        margin-bottom: -40px;
    }

    .main-section .section-postcards .postcards-item {
        margin-bottom: 40px;
    }

}

@media only screen and ( max-width: 1080px ) {

    body.offcanvas-visible {
        overflow: hidden;
    }

    .header {
        padding: 10px 0;
        height: 80px;
    }

    .header-nav,
    .header-language {
        display: none;
    }

    .header-trigger {
        display: block;
    }

    .main {
        padding-top: 80px;
    }

    .footer-nav .nav-menu li {
        display: block;
        margin-right: 0;
    }

    .footer-nav .nav-menu li a {
        display: inline-block;
    }

    .offcanvas {
        display: block;
    }

}

@media only screen and ( max-width: 960px ) {

    .g-spacing-big {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .g-arrow {
        bottom: -20px;
    }

    .g-title-big {
        font-size: 48px;
    }

    .g-title-regular {
        font-size: 32px;
    }

    .g-title-small {
        font-size: 24px;
    }

    .main-section .section-content .content-half {
        margin-bottom: 40px;
        width: 100%;
    }

    .main-section .section-content .content-half:last-child {
        margin-bottom: 0;
    }

    .main-section .section-linecards {
        padding-bottom: 80px;
    }

    .main-section .section-linecards .linecards-entry {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .main-section .section-linecards .linecards-entry:last-child {
        margin-bottom: 0;
    }

    .main-section .section-linecards .linecards-entry:before {
        display: none;
    }

    .main-section .section-linecards .linecards-entry-odd {
        margin-left: 0;
    }

    .main-section .section-linecards .linecards-entry .entry-container {
        width: 100%;
    }

    .main-section .section-linecards .linecards-entry .entry-card {
        margin-bottom: 0;
        max-width: none;
    }

    .main-section .section-postcards .postcards-item {
        width: 100%;
    }

    .main-section .section-postcards .postcards-item .item-card,
    .main-section .section-postcards .postcards-item .item-card .card-title {
        height: auto;
    }

    .main-section .section-postcards .postcards-item .item-card .card-meta {
        position: static;
    }

    .main-section .section-rowicons .rowicons-item.col-onequarter {
        width: 50%;
    }

    .main-section .section-rowicons-line .rowicons-item:before {
        display: none;
    }

    .main-section .section-rowicons .rowicons-item .item-title {
        max-width: 260px;
        font-size: 16px;
    }

    .main-section .section-categories .categories-nav .nav-menu li {
        display: block;
    }

    .main-section .section-categories .categories-nav .nav-menu li a {
        display: inline-block;
    }

}

@media only screen and ( max-width: 640px ) {

    blockquote {
        font-size: 20px;
    }

    .g-card {
        padding: 40px;
    }

    .g-card .card-hexa {
        top: -69px;
        left: 50%;
        margin: 0 -40px;
    }

    .g-type-big {
        font-size: 16px;
        font-weight: 400;
    }

    .g-type-huge {
        font-size: 24px;
    }

    .main-section .section-title .title-image,
    .main-section .section-title .title-content {
        width: 100%;
    }

    .main-section .section-title .title-image img {
        margin-bottom: 20px;
    }

    .main-section .section-title .title-content {
        text-align: center;
    }

    .main-section .section-rowcards .rowcards-item {
        padding-top: 60px;
    }

    .main-section .section-rowcards,
    .main-section .section-linecards {
        padding-right: 0;
        padding-left: 0;
    }

    .main-section .section-linecards .linecards-entry {
        padding-top: 60px;
    }

    .main-section .section-linecards .linecards-entry-odd .entry-card .card-hexa {
        right: auto;
        left: 50%;
    }

    .main-section .section-fullcards {
        padding: 0;
    }

    .main-section .section-fullcards .fullcards-item {
        padding-top: 60px;
    }

    .main-section .section-rowicons .rowicons-item.col-onethird {
        width: 100%;
    }

}

@media only screen and ( max-width: 480px ) {

    .aligncenter {
        max-width: 100%;
    }

    .alignright,
    .alignleft {
        max-width: 100%;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .row-spacing > .col {
        padding-right: 0;
        padding-left: 0;
    }

    .g-spacing-big {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .g-margin-regular {
        margin-bottom: 40px;
    }

    .g-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .g-card .card-title {
        font-size: 16px;
    }

    .g-arrow:after {
        display: none;
    }

    .g-type-huge {
        font-size: 20px;
    }

    .g-title-big {
        font-size: 32px;
    }

    .g-title-regular {
        font-size: 28px;
    }

    .g-title-small {
        font-size: 24px;
    }

    .g-arrow {
        top: -10px;
        bottom: 10px;
    }

    .header {
        padding: 6px 0;
        height: 60px;
    }

    .header-logo a img {
        width: 160px;
        height: 48px;
    }

    .header-trigger a {
        display: block;
        padding: 8px 0;
        height: 48px;
    }

    .header-trigger .trigger-label {
        display: none;
    }

    .main {
        padding-top: 60px;
    }

    .main-section .section-title .title-image img {
        max-width: 160px;
    }

    .main-section .section-rowcards,
    .main-section .section-linecards {
        margin-top: 0;
        padding-top: 0;
    }

    .main-section .section-rowicons > .row {
        margin-bottom: -40px;
    }

    .main-section .section-rowicons .rowicons-item.col-onequarter {
        width: 100%;
    }

    .main-section .section-rowicons .rowicons-item .item-img {
        max-width: 160px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer-nav,
    .footer-meta {
        width: 100%;
    }

    .footer-meta .meta-networks {
        margin-left: auto;
    }

    .not-flexbox .footer-meta .meta-networks {
        float: right;
    }

    

}

@media only screen and ( max-height: 640px ) {

    .offcanvas-nav {
        position: relative;
        top: auto;
        left: auto;
        padding: 160px 0 80px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        -o-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

}

@media only screen and ( max-width: 480px ) and ( max-height: 640px ) {

    .offcanvas-nav {
        padding: 100px 0 40px;
    }
    .offcanvas-language {
        top: 320px;
        padding-top: 0;
    }

}

/*================================================================
[ENDE PROJEKT]
Und nicht vergessen: CSS komprimieren (CSS Minifier)
================================================================*/
