@charset "UTF-8";

/*!
Theme Name: Project 7
Theme URI:
Description: Individuell programmiertes Theme für Project 7.
Author: Ralf Hoffmeister, Design: Shuttle Design Studio
Author URI: http://ralfhoffmeister.de
Version: 1.1
Text Domain: p7-theme
*/


/* CSS Document */


/*
===============
= ADJUSTMENTS =
===============
*/


/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   License: none (public domain)
**************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

* html .clear {
    height: 1%
}

*:first-child+html .clear {
    min-height: 1px
}


/*BORDER-BOX LAYOUT
**************************************************************/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*WP-CORE
**************************************************************/

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mejs-controls {
    display: none;
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}


/*
=============
= VARIABLES =
=============
*/

:root {
    --black: #000;
    --blue: #222D5C;
    --grey: #595959;
    --txt: #353535;
}


/*
===========
= PLUGINS =
===========
*/


/*Base Styles for third party plugins e.g. Slider, Lightbox*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider Styles */

.slick-loading .slick-list {
    background: #fff url('images/ui/ajax-loader.gif') center center no-repeat;
}


/* Arrows */

.slider-nav {
    position: absolute;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev,
.slick-next {
    position: relative;
    display: block;
    width: 30px;
    height: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    opacity: .6;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    background-image: url(images/ui/left-arrow-black.svg);
    left: 0;
    float: left;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next {
    background-image: url(images/ui/right-arrow-black.svg);
    right: 0;
    float: right;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    text-indent: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #000;
}

.slick-dots li button:before {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    content: '';
    border: 2px solid;
    border-radius: 50%;
    color: #000;
    background-color: #aaa;
}

.slick-dots li.slick-active button:before {
    background-color: #000;
}


/*
==========
= HELPER =
==========
*/


/*MISC
**************************************************************/

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mask-circle {
    border-radius: 50%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: -webkit-radial-gradient(white, black);
}


/*Call to Action Button*/

.cta {
    display: inline-block;
    outline: none;
    border: 1px solid var(--txt) !important;
    color: var(--txt);
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin-top: 35px;
}

.cta:hover {
    background-color: var(--txt);
    color: #fff;
}

.cta:active,
.cta.active {
    background-color: var(--txt);
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.warning-msg {
    border-left: 5px solid #f00;
    padding-left: 10px;
}

.info-msg {
    border-left: 5px solid #aaa;
    padding-left: 10px;
}

.okay-msg {
    border-left: 5px solid #0f0;
    padding-left: 10px;
}


/*TYPOGRAPHY & LAYOUT
**************************************************************/


/*size*/

.small {
    font-size: 0.75em;
}

.medium {
    font-size: 1.5em;
}

.large {
    font-size: 2em;
}

.x-large {
    font-size: 2.5em;
}


/*alignment*/

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

.align-justify {
    text-align: justify;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}


/*styling*/

.drop-cap {
    font-size: 3em;
    line-height: 1;
    font-weight: 600;
    padding: 2px 8px 0 0;
    float: left;
}

.run-in {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}


/*other*/

.hide-text {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.smooth {
    -webkit-font-smoothing: antialiased;
}

.sub-smooth {
    -webkit-font-smoothing: subpixel-antialiased;
}

.r-br {
    display: none;
}


/*responsive line break - no break on mobile*/

@media screen and (min-width: 600px) {
    .r-br {
        display: block;
    }
    /*responsive line break*/
}


/*DISPLAY OPTIONS
**************************************************************/


/*floats*/

.left {
    float: left;
}

.right {
    float: right;
}


/*display*/

.block {
    display: block;
}

.inline {
    display: inline;
}


/*position*/

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.static {
    position: static;
}

.slick-dots li:only-child {
    display: none;
}


/* CSS Debugger */


/* *:not(path):not(g) {
  color:                    hsla(210, 100%, 100%, 0.9) !important;
  background:               hsla(210, 100%,  50%, 0.5) !important;
  outline:    solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
  box-shadow: none !important;
} */


/*
=========================================================
= ===================== BASE STYLES =================== =
=========================================================
*/


/* cyrillic-ext */

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/montserrat/v18/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* latin-ext */

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/montserrat/v18/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/montserrat/v18/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*Basic Styling for Headlines, Forms, links etc. */

html {
    min-height: 100vh;
    font-size: 100%;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100%;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: var(--txt);
}

@media screen and (min-width: 768px) {
    body {
        font-size: 17px;
        line-height: 30px;
    }
}

.error404 .section-error {
    padding-top: 100px;
    padding-bottom: 100px;
}

.styled-txt a {
    border: 0;
    outline: 0;
    color: inherit;
}

a:hover {}

a:focus {}

a:active {}

button,
.cta {
    cursor: pointer;
}

button:hover {
    background-color: #aaa;
}

button:focus {
    background-color: #aaa;
}

button:active {
    background-color: #000;
    color: #fff;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: 700;
}

code {
    font-family: courier, monospace;
    background-color: #eee;
    padding: 0 5px;
}

address {
    font-style: italic;
}

pre {
    font-family: courier, monospace;
    white-space: pre-wrap;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

img {
    position: relative;
    max-width: 100%;
    width: auto;
    /* ie8 */
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

video {
    max-width: 100%;
    height: auto !important;
}

blockquote {
    font-size: 20px;
    line-height: 1.3;
}

blockquote>p {
    font-size: 20px;
    line-height: 1.3;
}

.bq-ref {
    font-size: .8em;
    display: block;
    font-weight: 900;
    padding: 10px 20px 0 0;
    text-align: right;
}


/*  ::-webkit-selection { background-color: #aaa; color: #fff; }
     ::-moz-selection { background-color: #aaa; color: #fff; }
          ::selection { background-color: #aaa; color: #fff; }

         h1::-webkit-selection { color: #222; }
            h1::-moz-selection { color: #222; }
                 h1::selection { color: #222; }

         h2::-webkit-selection { color: #222; }
            h2::-moz-selection { color: #222; }
                 h2::selection { color: #222; }

         h3::-webkit-selection { color: #222; }
            h3::-moz-selection { color: #222; }
                 h3::selection { color: #222; }

         h4::-webkit-selection { color: #222; }
            h4::-moz-selection { color: #222; }
                 h4::selection { color: #222; }

         h5::-webkit-selection { color: #222; }
            h5::-moz-selection { color: #222; }
                 h5::selection { color: #222; }

         h6::-webkit-selection { color: #222; }
            h6::-moz-selection { color: #222; }
                 h6::selection { color: #222; }

          a::-webkit-selection { color: #222; }
             a::-moz-selection { color: #222; }
                  a::selection { color: #222; }

 blockquote::-webkit-selection { color: #222; }
    blockquote::-moz-selection { color: #222; }
         blockquote::selection { color: #222; } */


/*FONT AND COLOR CLASSES
**************************************************************/

.sans {
    font-family: Verdana, sans-serif;
}

.serif {
    font-family: Georgia, Times, serif;
}

.mono {
    font-family: courier, monospace;
}

.fancy {
    font-family: "Didot", "Times New Roman", Georgia, Times, serif;
    -webkit-font-feature-settings: "liga"1;
    font-feature-settings: "liga"1;
}


/* Styled text  */

.styled-txt p {
    margin-bottom: 1em;
    -epub-word-break: hyphenate;
    -ms-word-break: hyphenate;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 15px;
}

.styled-txt h1 {
    font-size: 32px;
    line-height: 29px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blue);
    max-width: 790px;
}

@media screen and (min-width: 768px) {
    .styled-txt h1 {
        font-size: 49px;
        line-height: 45px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .styled-txt h1 {
        font-size: 49px;
        line-height: 49px;
        margin-bottom: 25px;
    }
}

.styled-txt h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 24px;
    color: var(--txt);
}

@media screen and (min-width: 768px) {
    .styled-txt h2 {
        font-size: 21px;
        line-height: 19px;
    }
}

.styled-txt h2+h3 {
    padding-top: 10px;
}

.styled-txt p+h2,
.styled-txt p+h3 {
    padding-top: 42px;
}

.styled-txt h3 {
    font-weight: 700;
    color: var(--blue);
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
}

.styled-txt h4 {
    font-size: 18px;
    line-height: 1.3;
}

.styled-txt h5 {
    font-size: 18px;
    line-height: 1.3;
}

.styled-txt h6 {
    font-size: 18px;
    line-height: 1.3;
}

.styled-txt ol {
    list-style: decimal;
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.styled-txt ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.styled-txt ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.styled-txt li ol>li {
    margin: 0;
}

.styled-txt li ol>li:before {
    content: counters(item, ".") " ";
}

.styled-txt ul {
    list-style: disc;
}

.styled-txt li {
    padding-left: 14px;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
}


/*
==================
= PAGE STRUCTURE =
==================
*/


/* Basic Page Structure (Container and Frame Sizes, standard-Padding etc...)

  section:  always full width, contains frames that belong together, can have full-width-bg;

  .frame:   defines content width, contains page modules, often centered (margin: 0 auto);

  .module:  contains elements that belong together, can have padding;
            modules can be: widgets, forms, author-info, search-field, intro, slideshow, etc.;

  .page-pad: adds left & right padding to element;
              reccomenden for full-width modules, outer padding, so the content doesn’t stick to the window;
  .half,
  .third,
  .quarter: special modules, that are mainly used for grids. if used inside modules, containing module should have no padding;

  _____________
  How it works:

  section___________________________________________________________
  |          .frame______________________________________           |
  |          |      .module________________________      |          |
  |          |      |                              |     |          |
  |          |      |  elments, forms...           |     |          |
  |          |      |  modules have padding,       |     |          |
  |          |      |  sections and frames not     |     |          |
  |          |      |______________________________|     |          |
  |          |___________________________________________|          |
  |          .frame.clear________________________________           |
  |          |      .half__________.half___________      |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |______________|_______________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
  section___________________________________________________________
  |          .frame.clear________________________________           |
  |          |      .quarter_.third________________      |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |________|_____________________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
*/


/*PAGE-SEGMENTS
**************************************************************/

.container {
    /*contains the whole Page */
    position: relative;
    min-height: 100%;
    width: 100%;
}

.content {
    position: relative;
}

.frame,
[class*=frame-] {
    /*frame, contains Content-Modules, no padding!*/
    position: relative;
    width: 100%;
    max-width: 588px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .frame,
    [class*=frame-] {
        max-width: 638px;
    }
}

@media screen and (min-width: 1200px) {
    .frame,
    [class*=frame-] {
        max-width: 1020px;
    }
}

.module,
[class*=module-] {
    /*module, lives inside .frame, contains  */
    padding-left: 25px;
    padding-right: 25px;
}

.page-pad,
.page-padding {
    /* adds l/r padding to element */
    padding-left: 8px;
    padding-right: 8px;
}


/* =
MODULES
= */


/*
specific Layout-Modules and Components. keep it light, specifics and variations will be defined in content.css
(Class-Name System: .moduleName-componentName-state)
*/

form>div {
    margin-bottom: 20px;
}

form label {
    display: inline-block;
    padding-bottom: 5px;
}

input,
select,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    padding: 5px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {}


/*
  ::-webkit-input-placeholder,
  :-moz-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder {

  }

  input::-webkit-input-placeholder {
    color: #fff;
  }

  input:-moz-placeholder {
    color: #fff;
  }

  input::-moz-placeholder {
    color: #fff;
  }

  input:-ms-input-placeholder {
    color: #fff;
  }
*/

input:focus::-webkit-input-placeholder,
input:focus:-ms-input-placeholder,
input:focus::placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:focus::placeholder {
    color: transparent;
}

input[type="submit"],
button {
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

input[type="submit"]:hover,
button:hover {}

input[type="submit"]:active,
button:active {}

input[type="submit"]:focus,
button:focus {}


/*
HERO
*/

.section-hero {
    position: relative;
}

.section-hero img {
    width: 100%;
    max-width: none;
    display: block;
}

.section-hero .slider-caption {
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 50%;
}


/*
Carousel
*/

.section-carousel {
    position: relative;
}

.carousel {
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.section-carousel .slider-nav {
    padding-left: 10px;
    padding-right: 10px;
}

.seven-overlay {
    display: none;
    background-image: url(images/content/seven-overlay.svg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 1250px;
    width: 100%;
    z-index: 10;
    pointer-events: none !important;
}

@media screen and (min-width: 768px) {
    .seven-overlay {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .seven-overlay {
        display: none;
        background-image: url(images/content/seven-overlay.svg);
        background-size: cover;
        background-position: right top;
        top: 0;
        right: 35px;
        bottom: 0;
        max-width: 1250px;
        width: 100%;
    }
}


/*
VITRINE
*/

@media (hover: hover) {
    .section-vitrine {
        padding-top: 100px;
        padding-bottom: 100px;
        background-attachment: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
    }
}

.color-swatch {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.bg-empty {
    background-color: #f5f5f5;
}

.bg-black {
    background-color: #000;
}

.black {
    color: #000;
}

.bg-red {
    background-color: #f00;
}

.red {
    color: #f00 !important;
}

.section-accordion {
    overflow-anchor: none;
    padding-top: 45px;
    padding-bottom: 110px;
    background-color: #e3e3e3;
}

.section-accordion h1 {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .section-accordion h1 {
        margin-bottom: 28px;
    }
}

@media screen and (min-width: 768px) {
    .section-accordion {
        padding-top: 75px;
    }
}

@media screen and (min-width: 1200px) {
    .section-accordion {
        padding-top: 125px;
    }
}

.accordion-item {
    border-bottom: 1px solid var(--blue);
}

.accordion-item:first-child {
    border-top: 1px solid var(--blue);
}

.accordion-trigger {
    position: relative;
    cursor: pointer;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 50px;
}

.accordion-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    width: 31px;
    height: 17px;
    background-image: url(images/ui/drop-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s ease-in-out;
    pointer-events: none;
}

.accordion-item.is_open .accordion-trigger:after {
    transform: rotate(180deg);
}

.accordion-trigger h3 {
    margin-bottom: 0;
}

@media (hover: hover) {
    .accordion-trigger:hover h3 {
        color: var(--black);
    }
}

.accordion-content-inner {
    max-width: 820px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 30px;
}

section h1,
.section-stickimg h2,
.section-stickimg h3,
.section-stickimg p,
.accordion-item {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: transform .6s ease-out, opacity .5s ease-out .08s;
    -webkit-transition: transform .6s ease-out, opacity .5s ease-out .08s;
    -moz-transition: transform .6s ease-out, opacity .5s ease-out .08s;
    -ms-transition: transform .6s ease-out, opacity .5s ease-out .08s;
    -o-transition: transform .6s ease-out, opacity .5s ease-out .08s;
}

section h1.is_visible,
.section-stickimg h2.is_visible,
.section-stickimg h3.is_visible,
.section-stickimg p.is_visible,
.accordion-item.is_visible {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

@media screen and (min-width: 1200px) {
    section h1,
    .section-stickimg h2,
    .section-stickimg h3,
    .section-stickimg p,
    .accordion-item {
        transition: transform .6s ease-out .6s, opacity .5s ease-out .68s;
        -webkit-transition: transform .6s ease-out .6s, opacity .5s ease-out .68s;
        -moz-transition: transform .6s ease-out .6s, opacity .5s ease-out .68s;
        -ms-transition: transform .6s ease-out .6s, opacity .5s ease-out .68s;
        -o-transition: transform .6s ease-out .6s, opacity .5s ease-out .68s;
    }
}

.start_animating section h1.is_visible,
.start_animating .section-stickimg h2.is_visible,
.start_animating .section-stickimg h3.is_visible,
.start_animating .section-stickimg p.is_visible,
.start_animating .accordion-item.is_visible {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}


/* End Modules */


/*
==========
= HEADER =
==========
 */


/*Header stuff (Navigation, Logo etc.)*/

header {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
}

header:before {
    position: absolute;
    content: "";
    opacity: 0;
    background-image: linear-gradient( 207deg, #00709F 13%, #222D5C 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s ease-in-out;
}

.scrolled_a_bit header:before {
    transition: all .2s ease-in-out;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 36px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    gap: 20px;
    width: 100%;
    max-width: 588px;
    transition: all .2s ease-in-out .1s;
}

@media screen and (min-width: 768px) {
    .header-inner {
        padding-top: 82px;
        padding-left: 0;
        padding-right: 0;
        max-width: 588px;
    }
}

@media screen and (min-width: 1200px) {
    .header-inner {
        padding-top: 100px;
        padding-left: 120px;
        padding-right: 120px;
        max-width: none;
    }
}

.scrolled_a_bit header:before {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .scrolled_a_bit header:before {
        opacity: 0;
    }
}

.scrolled_a_bit .header-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 1200px) {
    .scrolled_a_bit header {
        background-image: none;
    }
}

.logo {
    display: block;
    text-decoration: none;
    flex: 0 1 100%;
    max-width: 230px;
    max-height: 27px;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .logo {
        max-width: 280px;
        max-height: 33px;
    }
}

@media screen and (min-width: 1200px) {
    .logo {
        width: 374px;
        height: 44px;
    }
}


/*Main-Nav*/

.main-nav {
    position: absolute;
    height: 100vh;
    width: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    /* visibility: hidden; */
    opacity: 0;
    overflow: hidden;
    color: #fff;
    background-image: linear-gradient(207deg, #00709F 13%, #222D5C 100%);
    box-shadow: -5px 0 40px 0 rgba(0, 0, 0, 0.50);
    transition: opacity .25s ease-in-out;
}

.nav_is_open .main-nav {
    position: fixed;
    visibility: visible;
    width: 100%;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    max-height: 100vh;
    overflow: auto;
}

body:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none !important;
    transition: opacity .25s ease-in-out;
}

.nav_is_open:after {
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

@media screen and (min-width: 1200px) {
    .nav_is_open .main-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        left: auto;
        width: 50%;
        padding-top: 180px;
        padding-bottom: 180px;
        max-height: 100vh;
        overflow: auto;
    }
}

.main-nav>ul {
    position: relative;
    max-width: 558px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .main-nav>ul {
        padding-top: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-width: 588px;
    }
}

@media screen and (min-width: 1200px) {
    .main-nav>ul {
        top: auto;
        transform: none;
    }
}

.main-nav li {
    list-style: none;
}

.main-nav a {
    color: inherit;
    display: block;
    text-align: left;
    padding: 10px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.2;
}

.link-title {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.js .link-title {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity .0s ease-in-out 0s, transform .0s ease-in-out 0s;
}

.js.nav_is_open .main-nav li:nth-child(0) .link-title {
    transition: opacity .3s ease-in-out .05s, transform .35s ease-in-out .05s;
}

.js.nav_is_open .main-nav li:nth-child(1) .link-title {
    transition: opacity .3s ease-in-out .10s, transform .35s ease-in-out .10s;
}

.js.nav_is_open .main-nav li:nth-child(2) .link-title {
    transition: opacity .3s ease-in-out .15s, transform .35s ease-in-out .15s;
}

.js.nav_is_open .main-nav li:nth-child(3) .link-title {
    transition: opacity .3s ease-in-out .20s, transform .35s ease-in-out .20s;
}

.js.nav_is_open .main-nav li:nth-child(4) .link-title {
    transition: opacity .3s ease-in-out .25s, transform .35s ease-in-out .25s;
}

.js.nav_is_open .main-nav li:nth-child(5) .link-title {
    transition: opacity .3s ease-in-out .30s, transform .35s ease-in-out .30s;
}

.js.nav_is_open .main-nav li:nth-child(6) .link-title {
    transition: opacity .3s ease-in-out .35s, transform .35s ease-in-out .35s;
}

.js.nav_is_open .main-nav li:nth-child(7) .link-title {
    transition: opacity .3s ease-in-out .40s, transform .35s ease-in-out .40s;
}

.js.nav_is_open .main-nav li:nth-child(8) .link-title {
    transition: opacity .3s ease-in-out .45s, transform .35s ease-in-out .45s;
}

.js.nav_is_open .main-nav li:nth-child(9) .link-title {
    transition: opacity .3s ease-in-out .50s, transform .35s ease-in-out .50s;
}

.js.nav_is_open .main-nav li:nth-child(10) .link-title {
    transition: opacity .3s ease-in-out .55s, transform .35s ease-in-out .55s;
}

.js.nav_is_open .link-title {
    opacity: 1;
    transform: translateX(0);
    /* transition: all 0s ease-in-out 0s !important; */
}

@media screen and (min-width: 768px) {
    .link-title {
        font-size: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .link-title {
        display: block;
        font-size: 32px;
    }
}

.link-description {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}

.js .link-description {
    opacity: 0;
    transition: all .0s ease-in-out 0s;
}

.js.nav_is_open .main-nav li:nth-child(0) .link-description {
    transition: all .48s ease-in-out .25s;
}

.js.nav_is_open .main-nav li:nth-child(1) .link-description {
    transition: all .48s ease-in-out .30s;
}

.js.nav_is_open .main-nav li:nth-child(2) .link-description {
    transition: all .48s ease-in-out .35s;
}

.js.nav_is_open .main-nav li:nth-child(3) .link-description {
    transition: all .48s ease-in-out .40s;
}

.js.nav_is_open .main-nav li:nth-child(4) .link-description {
    transition: all .48s ease-in-out .45s;
}

.js.nav_is_open .main-nav li:nth-child(5) .link-description {
    transition: all .48s ease-in-out .50s;
}

.js.nav_is_open .main-nav li:nth-child(6) .link-description {
    transition: all .48s ease-in-out .55s;
}

.js.nav_is_open .main-nav li:nth-child(7) .link-description {
    transition: all .48s ease-in-out .60s;
}

.js.nav_is_open .main-nav li:nth-child(8) .link-description {
    transition: all .48s ease-in-out .65s;
}

.js.nav_is_open .main-nav li:nth-child(9) .link-description {
    transition: all .48s ease-in-out .70s;
}

.js.nav_is_open .main-nav li:nth-child(10) .link-description {
    transition: all .48s ease-in-out .75s;
}

.js.nav_is_open .link-description {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .link-description {
        font-size: 17px;
    }
}

.main-nav .current-menu-ancestor>a {
    color: #98E8E4;
}

.main-nav .current-menu-item>a {
    color: #98E8E4;
}

@media (hover: hover) {
    .main-nav a:hover {
        color: #98E8E4;
    }
}

.menu-button,
.menu-button:hover {
    z-index: 10;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    /* background-image: url("images/ui/nav-white.svg"); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    outline: none;
}

.menu-button:focus {
    background-color: transparent;
}

@-webkit-keyframes menutop {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0deg);
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        width: 34px;
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

@keyframes menutop {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0deg);
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        width: 34px;
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

@-webkit-keyframes menubottom {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        width: 34px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes menubottom {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        width: 34px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@-webkit-keyframes menutopstart {
    0% {
        width: 34px;
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0deg);
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes menutopstart {
    0% {
        width: 34px;
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0deg);
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@-webkit-keyframes menubottomstart {
    0% {
        width: 34px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes menubottomstart {
    0% {
        width: 34px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

.nav-line {
    width: 44px;
    height: 1px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1200px) {
    .nav-line {
        background-color: var(--blue);
    }
}

.nav_is_open .nav-line {
    background-color: #fff !important;
}

.line-top {
    position: absolute;
    top: 15px;
    -webkit-animation: menutopstart 0.5s forwards;
    animation: menutopstart 0.5s forwards;
}

.nav_is_open .line-top {
    top: 16px;
    -webkit-animation: menutop 0.5s forwards;
    animation: menutop 0.5s forwards;
}

.line-center {
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
}

.nav_is_open .line-center {
    opacity: 0;
}

.line-bottom {
    position: absolute;
    bottom: 13px;
    -webkit-animation: menubottomstart 0.5s forwards;
    animation: menubottomstart 0.5s forwards;
}

.nav_is_open .line-bottom {
    -webkit-animation: menubottom 0.5s forwards;
    animation: menubottom 0.5s forwards;
}


/*
===========
= CONTENT =
===========
 */


/*Content Styling for Page Templates, e.g. variations from the module section*/

.page-modules section {
    margin-bottom: 150px;
}

.page-modules .section-hl {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 1.2;
    margin-bottom: 35px;
    color: #aaa;
    border-bottom: 1px solid #aaa;
}


/* Sicky Img */

.section-stickimg {
    position: relative;
}

.main-hl {
    margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
    .main-hl {
        margin-bottom: 57px;
    }
}

@media screen and (min-width: 1200px) {
    .main-hl {
        margin-bottom: 62px;
    }
}

@media screen and (min-width: 1200px) {
    .section-stickimg {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.stick-img {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50vh;
    min-height: 426px;
}

@media screen and (min-width: 1200px) {
    .stick-img {
        width: 100%;
        height: 100vh;
    }
    .stick-img,
    .stick-content {
        transition: all .45s ease-in-out;
    }
    .start_animating .stick-img {
        width: 50%;
    }
}

.stick-img img,
.stick-img video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: none;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 1200px) {
    .stick-img img,
    .stick-img video {
        -o-object-position: left center;
        object-position: left center;
    }
}

.stick-content {
    position: relative;
    background-color: #fff;
    /* min-height: 100vh; */
}

@media screen and (min-width: 1200px) {
    .stick-content {
        width: 0;
        /* overflow: hidden; */
    }
    .start_animating .stick-content {
        width: 50%;
    }
}

.stick-content:before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.8;
    background-image: linear-gradient(207deg, #00709F 13%, #222D5C 100%);
    width: calc(100% - 24px);
    height: 107px;
    top: -50px;
    left: 0;
    z-index: 0;
}

@media screen and (min-width: 1200px) {
    .stick-content:before {
        opacity: 0.8;
        background-image: linear-gradient(207deg, #00709F 13%, #222D5C 100%);
        width: 720px;
        height: calc(100% - 324px);
        top: 100vh;
        left: -50px;
        transition: all .6s ease-in-out .8s;
    }
    .start_animating .stick-content:before {
        top: 324px;
    }
    .section-stickimg+.section-stickimg .stick-content:before {
        height: 100%;
        top: 0;
    }
}

.stick-content-outer {
    position: relative;
    background-color: #fff;
    padding-top: 55px;
}

@media screen and (min-width: 768px) {
    .stick-content-outer {
        padding-top: 70px;
    }
}

@media screen and (min-width: 1200px) {
    .stick-content-outer {
        padding-top: 320px;
        padding-left: 95px;
        min-height: 100vh;
        /* box-shadow: -5px 0 40px rgba(0, 0, 0, .5); */
    }
}

.stick-content-inner {
    max-width: 588px;
    margin: 0 auto;
    max-width: 588px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .stick-content-inner {
        max-width: 638px;
    }
}

@media screen and (min-width: 1200px) {
    .stick-content-inner {
        max-width: 500px;
        margin-left: 0;
        margin-right: 0;
    }
}


/*
==========
= FOOTER =
==========
 */

footer {
    position: relative;
    color: #fff;
    background-color: #404040;
    /* padding-top: 56px;
    padding-bottom: 56px; */
}

footer {
    font-size: 15px;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    footer {
        font-size: 17px;
        line-height: 28px;
    }
}

footer .frame-wide {
    background-image: url(images/ui/footer-bg.svg);
    background-position: right -40px top 10px;
    background-repeat: no-repeat;
    background-size: 223px;
    max-width: 688px;
    padding-top: 56px;
    padding-bottom: 56px;
}

@media screen and (min-width: 768px) {
    footer .frame-wide {
        padding-top: 90px;
        padding-bottom: 90px;
        background-position: right 0 top 10px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1200px) {
    footer .frame-wide {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1350px;
        padding-top: 85px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
        background-position: left 0 top 30px;
        background-size: 223px;
    }
    .footer-adress,
    .footer-contact {
        flex: 1 1 41.6667%;
    }
}

footer .styled-txt p {
    margin-bottom: 10px;
}

.footer-nav li {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-nav {
    padding-top: 20px;
}

@media screen and (min-width: 1200px) {
    .footer-nav {
        padding-top: 0;
        flex: 1 1 16.6667%;
        max-width: 170px;
    }
}

footer .styled-txt a {
    text-decoration: none;
}

.footer-nav a {
    font-weight: 700;
}

@media (hover: hover) {
    .footer-nav a:hover {
        color: #21BDFF;
    }
}


/*
==================
= RETINA & PRINT =
==================
 */


/*retina and print styles here*/

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {}


/*END MEDIA RETINA*/

@media print {
    @page {
        size: A4;
    }
    @page {
        margin: 80px;
    }
    @page: left {
        @bottom-left {
            content: "Page " counter(page) " of " counter(pages);
        }
    }
    body {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    header {
        position: relative;
        width: 100%;
        height: 20px;
        width: 100%;
        max-width: 1078px;
        margin: 0 auto;
    }
    .header-container {
        box-shadow: none;
    }
    .logo {
        width: 150px;
        height: 53px;
        position: absolute;
        top: 0px;
        right: 0;
    }
    .frame {
        width: 100%;
        max-width: 1078px;
        margin: 0 auto;
    }
    .content {
        padding-top: 0;
    }
    section.section-hero {
        max-width: 1078px;
        margin: 0 auto 30px;
    }
    .post-date {
        font-weight: 700;
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    .post-author {
        font-size: 15px;
        color: #000000;
        letter-spacing: 0;
        line-height: 19px;
    }
    h2 {
        font-size: 30px;
        color: #000000;
        letter-spacing: 0;
    }
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    .logo:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
}


/*END MEDIA PRINT*/