@charset "UTF-8";
/*********************************************************



# Main SCSS Collection 






**********************************************************/
/******************************** 

Vendor / Framework :

*********************************/
/* Slider */
@import '../fonts/tex-gyre-adventor/stylesheet.css';
@import '../fonts/montserrat-webfont/style.css';
@import '../fonts/icomoon/icomoon.css';
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "other";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "other";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.hidden-scroll {
  overflow: hidden;
}

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

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

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

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/******************************** 

01 Config :

*********************************/
/****************************

	# Colors

*****************************/
/*
$c-grey: #D3D3D3;
$c-green-light: #97C9AA;
$c-green: #06903A;

$c-brown: #78644D;

$c-grey-dark: #4B4B4B;

*/
/****************************

	# URLs

*****************************/
/****************************

	# Font Stacks

*****************************/
/****************************

	# Images

*****************************/
/* Clearfix */
/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto/roboto-v30-latin-100.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-100.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-100.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-100.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-100.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/roboto/roboto-v30-latin-100italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-100italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-100italic.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-100italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-100italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto/roboto-v30-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-300italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-300italic.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-300italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-300italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v30-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-italic.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto/roboto-v30-latin-500italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-500italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-500italic.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-500italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-500italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto/roboto-v30-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-700italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-700italic.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-700italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-700italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-900.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-900.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/roboto/roboto-v30-latin-900italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto/roboto-v30-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-v30-latin-900italic.woff2") format("woff2"), url("../fonts/roboto/roboto-v30-latin-900italic.woff") format("woff"), url("../fonts/roboto/roboto-v30-latin-900italic.ttf") format("truetype"), url("../fonts/roboto/roboto-v30-latin-900italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/******************************** 

Vendor:

*********************************/
/******************************** 

02 Logic : (Mixins)

*********************************/
/* Media Query, based on Breakpoints in variables.scss  */
/* Set a rem font size with pixel fallback */
/* Cross browser opacity */
/* Block Center */
/* Block Center */
/* Box Shadow */
/* Border-radius */
/* Gradient */
/* Layout */
/* Overlay */
/* Ornament (Strich) */
/* Circle */
/******************************** 

03 Motion  : 

*********************************/
/******************************** 

04 Base  : 

*********************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  background-color: #eee;
  color: #414141;
  padding: 0;
  height: auto;
  min-height: 100vh;
}

@media screen and (min-width: 62.5em) {
  body {
    padding-top: 90px; /* for fixed nav */
  }
}

#page.site {
  max-width: 3000px;
  margin: 0 auto;
  background-color: #eee;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 43.75em) {
  #wrapper {
    margin: 0px auto;
  }
}
@media screen and (min-width: 81.25em) {
  #wrapper {
    margin: 0 auto;
  }
}
@media screen and (min-width: 143.75em) {
  #wrapper {
    width: 100%;
  }
}

.inside,
.mod_article,
.post-single,
.inside-large > .inside,
.inside-large > *,
.inside-hd > .inside,
.inside-hd > *,
.inside-wide > .inside,
.inside-wide > * {
  width: 100%;
  width: calc(100% - 10vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1920px;
  width: calc(100% - 25vw);
  /*.container,
  #container,
  .inside {
      width:100%;
      max-width: none;
  }*/
}
@media screen and (min-width: 43.75em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 8vw);
  }
}
@media screen and (min-width: 62.5em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 10vw);
  }
}
@media screen and (min-width: 81.25em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    width: calc(100% - 10vw);
  }
}
@media screen and (min-width: 100em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    max-width: 1400px;
    width: calc(100% - 10vw);
  }
}
@media screen and (min-width: 120em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    max-width: 1400px;
    width: calc(100% - 15vw);
  }
}
@media screen and (min-width: 143.75em) {
  .inside,
  .mod_article,
  .post-single,
  .inside-large > .inside,
  .inside-large > *,
  .inside-hd > .inside,
  .inside-hd > *,
  .inside-wide > .inside,
  .inside-wide > * {
    max-width: 1700px;
    width: calc(100% - 25vw);
  }
}

.full-width, .fullwidth, .alignfull {
  max-width: 100% !important;
  width: 100% !important;
}

.inside-small > *, .inside-small > .inside {
  width: 100%;
  width: calc(100% - 12vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 43.75em) {
  .inside-small > *, .inside-small > .inside {
    width: calc(100% - 14vw);
  }
}
@media screen and (min-width: 62.5em) {
  .inside-small > *, .inside-small > .inside {
    max-width: 500px !important;
    width: 35% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.inside-medium > *, .inside-medium > .inside {
  width: 100%;
  width: calc(100% - 12vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 43.75em) {
  .inside-medium > *, .inside-medium > .inside {
    width: calc(100% - 12vw);
  }
}
@media screen and (min-width: 62.5em) {
  .inside-medium > *, .inside-medium > .inside {
    max-width: 800px !important;
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 81.25em) {
  .inside-medium > *, .inside-medium > .inside {
    width: 60% !important;
  }
}

.inside-hd {
  overflow: hidden;
}
@media screen and (min-width: 143.75em) {
  .inside-hd {
    overflow: hidden;
  }
}
.inside-hd > *, .inside-hd > .inside {
  max-width: none !important;
  width: 100% !important;
}
@media screen and (min-width: 143.75em) {
  .inside-hd > *, .inside-hd > .inside {
    max-width: 1920px !important;
  }
}

.inside-fullwidth {
  overflow: hidden;
}
.inside-fullwidth > *, .inside-fullwidth > .inside {
  position: relative;
  max-width: none !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.inside-fullwidth > *, .inside-fullwidth > .inside {
  max-width: none !important;
  width: 100% !important;
}

/*

.inside .inside {
    width:100%;
}*/
.row .row {
  width: 100%;
}

/*.inside {
    width:100%;
    max-width: none;
}*/
figure {
  margin: 0;
}

/*
.xlarge-3 {
   @media screen and (min-width: 81.25em) {
      width:25%;
   }
}


.xlarge-4 {
   @media screen and (min-width: 81.25em) {
      width:33.3%;
   }
}

.xxlarge-3 {
   @media screen and (min-width: 100em) {
      width:25%;
   }
}


.xxlarge-4 {
   @media screen and (min-width: 81.25em) {
      width:33.3%;
   }
}

*/
/* --------------------------------------------
   #Helper Classes 
   -------------------------------------------- */
.no-nav .main-navigation, .no-nav .mod_customnav, .no-nav .nav-toggle {
  display: none;
}
.no-nav #logo {
  margin: 0 auto;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative;
}

.max-width {
  max-width: 100%;
}

.full-width {
  width: 100%;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearleft {
  clear: left !important;
}

.clearright {
  clear: right !important;
}

.show {
  opacity: 1;
}

.invisible {
  display: none;
}

.overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.zindexUp {
  z-index: 10;
  position: relative;
}

.float-right .align-right {
  text-align: right;
}
.float-right .align-center {
  text-align: center;
}
.float-right .align-left {
  text-align: left;
}
.float-right .block-center, .float-right .margin-center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 43.6875em) {
  .float-right .hide-s {
    display: none !important;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .float-right .hide-m {
    display: none !important;
  }
}
@media screen and (min-width: 62.5em) {
  .float-right {
    float: right !important;
  }
}

/* --------------------------------------------
   # Fonts 
   -------------------------------------------- */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #414141;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
@media screen and (min-width: 43.75em) {
  body {
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 62.5em) {
  body {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 81.25em) {
  body {
    font-size: 1.1rem;
    line-height: 1.65;
  }
}
@media screen and (min-width: 100em) {
  body {
    font-size: 1.15rem;
    line-height: 1.75;
  }
}

/* --------------------------------------------
   # Paragraphs
   -------------------------------------------- */
p {
  margin: 0;
}

strong, b {
  font-weight: 600;
}

small {
  line-height: 55%;
}

.type-alter {
  font-family: "Tex Gyre Adventor", sans-serif !important;
  letter-spacing: 0em;
  /* border-top: 1px solid #ccc; */
}

::-moz-selection {
  background: #181715;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}

::selection {
  background: #181715;
  /* WebKit/Blink Browsers */
  color: #ffffff;
}

::-moz-selection {
  background: #181715;
  /* Gecko Browsers */
  color: #ffffff;
}

/* --------------------------------------------
   # Accent Elements
   -------------------------------------------- */
blockquote {
  text-align: center;
  font-family: "Tex Gyre Adventor", sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  font-style: italic;
  width: 60%;
  margin: 30px auto;
  z-index: 100;
}
blockquote small {
  clear: both;
  display: inline-block;
}
@media (min-width: lg) {
  blockquote small {
    clear: none;
    display: inline;
  }
}
blockquote:before, blockquote:after {
  font-size: 60px;
  font-weight: 900;
  content: "_";
  display: block;
  clear: both;
  height: 20px;
  line-height: 0;
  text-align: center;
  margin-bottom: 40px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "{";
  font-family: "Tex Gyre Adventor", sans-serif;
  font-weight: 100;
  position: absolute;
  font-style: normal;
  font-size: 80px;
  left: -35%;
  top: 50%;
  padding: 0px 30px;
  opacity: 0.3;
  z-index: 90;
}
blockquote:after {
  content: "}";
  right: -30%;
  left: auto;
}

/*
.intro {

    border:1px solid $c-grey-light;
    border-width:1px 0;
     margin: 1em 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 100;
    text-align: center !important;
    @include breakpoint(medium) {
        font-size: 1.3rem;
        font-weight: 100;
        margin: 2em 0;
        line-height: 2.1rem;


    }
    @include breakpoint(large) {
        //background:$c-grey-light;
        font-size: 1.2rem;
        line-height: 2.0rem;
        font-weight: 100;
        margin: 3em 0;
        padding-bottom: 2em;

    }

    h1 {
        text-align: center;
    }

}

*/
/* Lists */
ul {
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
}

/*
dl {
    margin-top: 0;
    line-height: 26px;
    border: 1px solid $c-grey-light;
    border-width: 1px 0;
    padding: 15px 0;
    dt {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 5px;
        color: $c-brand;
        @include min-mq(sm) {
            float: left;
            width: 30%;
        }
    }
    dd {
        margin: 0;
        @include min-mq(sm) {
            float: right;
            width: 70%;
        }
    }
    dd:after {
        display: block;
    }
    code {
        font-size: 13px;
    }
}

*/
/* --------------------------------------------
   # Headings
   -------------------------------------------- */
h1,
h2,
h3 {
  font-family: "Tex Gyre Adventor", sans-serif;
  font-weight: 300;
  letter-spacing: 0.25rem;
  font-weight: 100;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #319F49;
  text-transform: uppercase;
  margin: 0;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 43.75em) {
  h1,
  h2,
  h3 {
    text-align: left;
    font-size: 2.1rem;
    line-height: 1.2;
    word-break: none;
  }
}
@media screen and (min-width: 62.5em) {
  h1,
  h2,
  h3 {
    text-align: left;
    font-size: 2.2rem;
    line-height: 1.2;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
@media screen and (min-width: 81.25em) {
  h1,
  h2,
  h3 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

h1 {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 300;
  /*&.ce_headline, &.mod_newsreader h1 {
      margin-top:7vw;
      margin-bottom: 7vw;
  }*/
}
@media screen and (min-width: 43.75em) {
  h1 {
    font-size: 1.9rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 62.5em) {
  h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 81.25em) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 100em) {
  h1 {
    font-size: 2.8rem;
  }
}

h1.home-headline {
  /*&.ce_headline, &.mod_newsreader h1 {
      margin-top:7vw;
      margin-bottom: 7vw;
  }*/
}
@media screen and (min-width: 62.5em) {
  h1.home-headline {
    font-size: 2.3rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 81.25em) {
  h1.home-headline {
    font-size: 2.9rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 100em) {
  h1.home-headline {
    font-size: 3.2rem;
  }
}

h2,
h3 {
  font-weight: 100;
  font-family: "Tex Gyre Adventor", sans-serif;
  text-align: left;
}
@media screen and (min-width: 43.75em) {
  h2,
  h3 {
    text-align: left;
  }
}

@media screen and (min-width: 62.5em) {
  h2,
  h1 {
    text-align: left;
  }
}

h3 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  position: relative;
  letter-spacing: 0.07rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #181715;
}
@media screen and (min-width: 43.75em) {
  h3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 62.5em) {
  h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
  }
}
@media screen and (min-width: 81.25em) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
  }
}
h4 {
  font-family: "Tex Gyre Adventor", sans-serif;
  color: #181715;
  margin: 0;
  letter-spacing: 0.08rem;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 43.75em) {
  h4 {
    text-align: left;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 43.75em) {
  h5 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

h6 {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #319F49;
}
@media screen and (min-width: 43.75em) {
  h6 {
    text-align: left;
  }
}

.text-normal {
  text-transform: none !important;
}
.text-normal * {
  text-transform: none !important;
}

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

.text-center, .has-text-align-center {
  text-align: center;
}
.text-center *, .has-text-align-center * {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-uppercase * {
  text-transform: uppercase;
}

@media screen and (max-width: 62.4375em) {
  .text-center-small, .has-text-align-center-small {
    text-align: center !important;
  }
}
@media screen and (max-width: 62.4375em) {
  .text-center-small *, .has-text-align-center-small * {
    text-align: center !important;
  }
}

.max-text-width {
  /*@include breakpoint(xlarge up) {
  max-width:700px;
  }*/
}
@media screen and (min-width: 81.25em) {
  .max-text-width > * {
    max-width: 560px;
  }
}

.letter-spacing, .text-letterspacing {
  letter-spacing: 0.1rem;
}
.letter-spacing *, .text-letterspacing * {
  letter-spacing: 0.1rem;
}

.text-letterspacing-0, .letter-spacing-0 {
  letter-spacing: 0 !important;
}
.text-letterspacing-0 *, .letter-spacing-0 * {
  letter-spacing: 0 !important;
}

.font-main {
  font-family: "Roboto", sans-serif !important;
}

.font-accent {
  font-family: "Tex Gyre Adventor", sans-serif !important;
}

.text-white {
  color: #ffffff !important;
}
.text-white * {
  color: #ffffff !important;
}

.text-blue {
  color: #181715 !important;
}
.text-blue * {
  color: #181715 !important;
}

.text-orange {
  color: #319F49 !important;
}
.text-orange * {
  color: #319F49 !important;
}

.text-dark {
  color: #414141 !important;
}
.text-dark * {
  color: #414141 !important;
}

.text-green {
  color: #319F49 !important;
}
.text-green * {
  color: #319F49 !important;
}

.text-grey {
  color: #cacaca !important;
}
.text-grey * {
  color: #cacaca !important;
}

.text-black {
  color: #181715 !important;
}
.text-black * {
  color: #181715 !important;
}

.text-brand {
  color: #319F49 !important;
}
.text-brand * {
  color: #319F49 !important;
}

.text-xsmall {
  font-size: 0.7rem !important;
}
@media screen and (min-width: 62.5em) {
  .text-xsmall {
    font-size: 0.7rem !important;
  }
}

.text-small {
  font-size: 0.8rem !important;
}
@media screen and (min-width: 62.5em) {
  .text-small {
    font-size: 0.9rem !important;
  }
}

.text-medium {
  font-size: 1.2rem !important;
  line-height: 1.5;
}
@media screen and (min-width: 62.5em) {
  .text-medium {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
}
@media screen and (min-width: 100em) {
  .text-medium {
    font-size: 1.5rem !important;
    line-height: 1.5;
  }
}

.text-large {
  font-size: 1.3rem !important;
  line-height: 1.5;
}
@media screen and (min-width: 62.5em) {
  .text-large {
    font-size: 1.6rem !important;
  }
}
@media screen and (min-width: 62.5em) {
  .text-large {
    font-size: 1.7rem !important;
  }
}

.text-xlarge {
  font-size: 1.6rem !important;
}
@media screen and (min-width: 62.5em) {
  .text-xlarge {
    font-size: 2rem !important;
  }
}

.text-xxlarge {
  font-size: 1.9rem !important;
}
@media screen and (min-width: 62.5em) {
  .text-xxlarge {
    font-size: 2.4rem !important;
  }
}

/******************************** 

05 Sections  : 

*********************************/
#header {
  background: #ffffff;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*&.cloned {

      width: 100%;
      max-width: none;
      position: fixed;
      background-color: rgba($c-white,0.9);
      top: -200px;
      box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
      height: auto;
      min-height: 0;
      @include transition();
      padding: 0.2em 0.5em;

      #logo,
      .mod_changelanguage {
          display: none;
      }
  }*/
  /*&.cloned.sticky {

      top: 0;

      z-index: 9999;
      @include transition();


  }*/
}
#header .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 43.75em) {
  #header .inside {
    padding: 0;
  }
}
@media screen and (min-width: 62.5em) and (max-width: 81.1875em) {
  #header .inside {
    width: 100% !important;
    max-width: calc(100% - 20px) !important;
  }
}
@media screen and (min-width: 43.75em) {
  #header {
    min-height: 90px;
  }
}
@media screen and (min-width: 62.5em) {
  #header {
    height: 90px;
    z-index: 1000;
    min-height: 0;
    top: 0;
    left: 0;
    position: fixed;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
#header.sticky {
  width: 100%;
  max-width: none;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  height: 65px;
  min-height: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding: 0;
  z-index: 1000;
}
#header.sticky #logo img,
#header.sticky .mod_changelanguage {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#header.sticky #logo .triangle {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/*
#header.cloned {


    .ce_text {
        display: none;
    }


    #logo {


        @include breakpoint(medium up) {
            //max-height: 60px;
            margin: 0;
            display: none;
        }

        @include breakpoint(large up) {
            //max-height: 60px;
            margin: 0;
            display: none;
        }




        h4 {
            display: none;
        }
    }
}


*/
/*
#header {
    .ce_text {
        width:auto;
        display: none;



         @include breakpoint(medium up) {
            display: block;
             width:auto;
            padding-right:2.5em;
            color:$c-brand;
            line-height: 1.5rem;
            padding-top:1.5em;
            padding-bottom: 1.5em;
        }


        @include breakpoint(large up) {

            padding-right:3.0em;
            padding-top:1.5em;
            padding-bottom: 1.5em;
        }


        @include breakpoint(large up) {

            padding-right:3.5em;
            padding-top:2.0em;
            padding-bottom: 2.0em;
        }


        a {
            color:$c-brand;
            font-weight: 400;
        }
    }
}

*/
.triangle {
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  border-width: 0 0 22px 70px;
  margin-left: auto;
  margin-right: auto;
  border-color: transparent transparent #319F49 transparent;
}

@media screen and (max-width: 43.6875em) {
  .header-widgets {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0% 0%, 100% 0, 100% 0, 0 0);
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 20px;
    -webkit-transition: all ease-in-out 0.3s 0s;
    transition: all ease-in-out 0.3s 0s;
  }
}
@media screen and (min-width: 43.75em) {
  .header-widgets {
    position: absolute;
    left: 0;
    display: block;
  }
}
@media screen and (min-width: 62.5em) {
  .header-widgets {
    position: static;
  }
}

@media screen and (max-width: 43.6875em) {
  .menu-is-opened .header-widgets {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
    pointer-events: all;
    z-index: 1000;
    left: 0;
    -webkit-transition: all ease-in-out 0.5s 0.1s;
    transition: all ease-in-out 0.5s 0.1s;
  }
}

.header-widgets a:link,
.header-widgets a:visited,
.header-widgets strong {
  background: #eee;
  color: #319F49;
  font-family: "Tex Gyre Adventor", sans-serif;
  font-size: 0.9rem;
  padding: 0.35rem 1.5rem 0.5rem 1.5rem;
  border-radius: 1px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 43.75em) {
  .header-widgets a:link,
  .header-widgets a:visited,
  .header-widgets strong {
    font-size: 0.75rem;
    padding: 0.35rem 1.2rem 0.5rem 1.2rem;
    background: transparent;
    color: #319F49;
    border: 1px solid #319F49;
  }
}
@media screen and (min-width: 62.5em) {
  .header-widgets a:link,
  .header-widgets a:visited,
  .header-widgets strong {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 81.25em) {
  .header-widgets a:link,
  .header-widgets a:visited,
  .header-widgets strong {
    font-size: 0.8rem;
  }
}

.header-widgets a:hover,
.header-widgets a.active,
.header-widgets strong {
  background: #319F49;
  color: #ffffff;
}

/* --------------------------------------------
   #Global Layout 
   -------------------------------------------- */
/*#main {

	width:100%;
	padding-bottom: 2em;


	@include breakpoint(medium up) {

	    flex-basis: 68%;
    	flex-grow: 1;

		}

	@include breakpoint(large up) {

	    flex-basis: 5%;
    	flex-grow: 1;
    	padding-bottom: 0em;

		}

}*/
#main > .inside {
  width: 100% !important;
  max-width: none !important;
}

@media screen and (min-width: 62.5em) {
  #main .sidebar {
    font-size: 0.9rem;
    line-height: 1.6;
    padding-left: 40px !important;
    border-left: 1px solid #cacaca;
  }
}

#footer {
  font-size: 0.9rem;
  line-height: 1.9;
  clear: both;
  background-color: #319F49;
  color: #ffffff;
  padding-top: 5vw;
  padding-bottom: 3vw;
}
@media screen and (min-width: 62.5em) {
  #footer {
    margin-top: 0em;
    font-size: 0.9rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 81.25em) {
  #footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

#footer .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 43.6875em) {
  #footer .inside {
    padding-inline: 5vw;
  }
}

@media screen and (max-width: 43.75em) {
  #footer .ce_text {
    width: 100%;
  }
}

#footer h4 {
  color: #319F49;
}
@media screen and (min-width: 62.5em) {
  #footer h4 {
    margin-top: 0;
  }
}

#footer a {
  color: #ffffff;
  font-weight: 400;
}

/******************************** 

06 Components  : 

*********************************/
.flex-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flex-direction-reverse,
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 43.6875em) {
  .flex-reverse-s {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-reverse-m {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.valign-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.valign-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.valign-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.valign-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex-valign-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.flex-valign-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-valign-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex-valign-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  -ms-flex-line-pack: baseline !important;
      align-content: baseline !important;
  -webkit-align-items: baseline !important;
}

.flex-valign-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  -webkit-align-items: stretch !important;
}

.flex-halign-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-halign-stretch {
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}

.flex-halign-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.flex-halign-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.flex-halign-space, .flex-halign-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 43.6875em) {
  .w0s {
    display: none !important;
  }
}

@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .w0m {
    display: none !important;
  }
}

@media screen and (min-width: 62.5em) {
  .w0l,
  .w0 {
    display: none !important;
  }
}

.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flex-valign-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.flex-valign-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-valign-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.flex-valign-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  -webkit-align-items: stretch !important;
}

.flex-direction-reverse,
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.valign-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.valign-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.valign-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.valign-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex-halign-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-halign-stretch {
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
}

.flex-halign-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.flex-halign-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.flex-halign-space {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-row,
.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 43.75em) {
  .flex-row,
  .flex-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row,
  .flex-grid {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w10,
  .flex-grid > .w10 {
    width: 10%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w20,
  .flex-grid > .w20 {
    width: 20%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w25,
  .flex-grid > .w25 {
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w30,
  .flex-grid > .w30 {
    width: 30%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w33,
  .flex-grid > .w33 {
    width: 33.33%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w40,
  .flex-grid > .w40 {
    width: 40%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w45,
  .flex-grid > .w45 {
    width: 45%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w50,
  .flex-grid > .w50 {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w60,
  .flex-grid > .w60 {
    width: 60%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w66,
  .flex-row > .w67,
  .flex-grid > .w66,
  .flex-grid > .w67 {
    width: 66.66%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w70,
  .flex-grid > .w70 {
    width: 70%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w75,
  .flex-grid > .w75 {
    width: 75%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w90,
  .flex-grid > .w90 {
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .flex-row > .w100, .flex-row > h1, .flex-row > h2, .flex-row > h3, .flex-row > p,
  .flex-grid > .w100,
  .flex-grid > h1,
  .flex-grid > h2,
  .flex-grid > h3,
  .flex-grid > p {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 62.4375em) {
  .flex-row > .w100s,
  .flex-grid > .w100s {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 62.4375em) {
  .flex-row > .w70s,
  .flex-grid > .w70s {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 62.4375em) {
  .flex-row > .w60s,
  .flex-grid > .w60s {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 62.4375em) {
  .flex-row > .w50s,
  .flex-grid > .w50s {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 62.4375em) {
  .flex-row > .w40s,
  .flex-grid > .w40s {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 62.4375em) {
  .flex-row > .w30s,
  .flex-grid > .w30s {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 62.4375em) {
  .flex-row > .w25s,
  .flex-grid > .w25s {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-row > .w100m,
  .flex-grid > .w100m {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-row > .w70m,
  .flex-grid > .w70m {
    width: 70%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-row > .w60m,
  .flex-grid > .w60m {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-row > .w50m,
  .flex-grid > .w50m {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-row > .w40m,
  .flex-grid > .w40m {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-row > .w33m,
  .flex-grid > .w33m {
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-row > .w30m,
  .flex-grid > .w30m {
    width: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .flex-row > .w25m,
  .flex-grid > .w25m {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.no-gutter.flex-row, .no-gutter.flex-row .flex-row,
.no-gap.flex-row,
.no-gap.flex-row .flex-row,
.nogap.flex-row,
.nogap.flex-row .flex-row {
  padding-left: 0;
}
.no-gutter > [class*=w],
.no-gap > [class*=w],
.nogap > [class*=w] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 62.4375em) {
  .no-gutter > .w100s,
  .no-gap > .w100s,
  .nogap > .w100s {
    width: 100%;
  }
}
.no-gutter > .w10s,
.no-gutter > .w20s,
.no-gutter > .w25s,
.no-gutter > .w30s,
.no-gutter > .w33s,
.no-gutter > .w35s,
.no-gutter > .w40s,
.no-gutter > .w50s,
.no-gutter > .w60s,
.no-gutter > .w70s,
.no-gutter > .w75s,
.no-gutter > .w80s,
.no-gutter > .w90s,
.no-gutter > .w100s,
.no-gap > .w10s,
.no-gap > .w20s,
.no-gap > .w25s,
.no-gap > .w30s,
.no-gap > .w33s,
.no-gap > .w35s,
.no-gap > .w40s,
.no-gap > .w50s,
.no-gap > .w60s,
.no-gap > .w70s,
.no-gap > .w75s,
.no-gap > .w80s,
.no-gap > .w90s,
.no-gap > .w100s,
.nogap > .w10s,
.nogap > .w20s,
.nogap > .w25s,
.nogap > .w30s,
.nogap > .w33s,
.nogap > .w35s,
.nogap > .w40s,
.nogap > .w50s,
.nogap > .w60s,
.nogap > .w70s,
.nogap > .w75s,
.nogap > .w80s,
.nogap > .w90s,
.nogap > .w100s {
  margin-left: 0;
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .no-gutter > .w100m,
  .no-gap > .w100m,
  .nogap > .w100m {
    width: 100%;
  }
}
.no-gutter > .w10m,
.no-gutter > .w20m,
.no-gutter > .w25m,
.no-gutter > .w30m,
.no-gutter > .w33m,
.no-gutter > .w35m,
.no-gutter > .w40m,
.no-gutter > .w50m,
.no-gutter > .w60m,
.no-gutter > .w70m,
.no-gutter > .w75m,
.no-gutter > .w80m,
.no-gutter > .w90m,
.no-gutter > .w100m,
.no-gap > .w10m,
.no-gap > .w20m,
.no-gap > .w25m,
.no-gap > .w30m,
.no-gap > .w33m,
.no-gap > .w35m,
.no-gap > .w40m,
.no-gap > .w50m,
.no-gap > .w60m,
.no-gap > .w70m,
.no-gap > .w75m,
.no-gap > .w80m,
.no-gap > .w90m,
.no-gap > .w100m,
.nogap > .w10m,
.nogap > .w20m,
.nogap > .w25m,
.nogap > .w30m,
.nogap > .w33m,
.nogap > .w35m,
.nogap > .w40m,
.nogap > .w50m,
.nogap > .w60m,
.nogap > .w70m,
.nogap > .w75m,
.nogap > .w80m,
.nogap > .w90m,
.nogap > .w100m {
  margin-left: 0;
}
@media screen and (min-width: 62.5em) {
  .no-gutter > .w100,
  .no-gap > .w100,
  .nogap > .w100 {
    width: 100%;
  }
}
.no-gutter > .w10,
.no-gutter > .w20,
.no-gutter > .w25,
.no-gutter > .w30,
.no-gutter > .w33,
.no-gutter > .w35,
.no-gutter > .w40,
.no-gutter > .w50,
.no-gutter > .w60,
.no-gutter > .w70,
.no-gutter > .w75,
.no-gutter > .w80,
.no-gutter > .w90,
.no-gutter > .w100,
.no-gap > .w10,
.no-gap > .w20,
.no-gap > .w25,
.no-gap > .w30,
.no-gap > .w33,
.no-gap > .w35,
.no-gap > .w40,
.no-gap > .w50,
.no-gap > .w60,
.no-gap > .w70,
.no-gap > .w75,
.no-gap > .w80,
.no-gap > .w90,
.no-gap > .w100,
.nogap > .w10,
.nogap > .w20,
.nogap > .w25,
.nogap > .w30,
.nogap > .w33,
.nogap > .w35,
.nogap > .w40,
.nogap > .w50,
.nogap > .w60,
.nogap > .w70,
.nogap > .w75,
.nogap > .w80,
.nogap > .w90,
.nogap > .w100 {
  margin-left: 0;
}

/*
.masonry {


    flex-wrap: wrap;

    .wp-block-column:first-child {



        @include breakpoint(medium down) {

            padding-top: 5vw;
            padding-bottom: 5vw;
            flex-basis: 100% !important;
            width: 100% !important;
        }



        @include breakpoint(large up) {

            padding-right: 30px;
        }

        margin-left:0 !important;
    }


    .wp-block-column {

        margin-left: 0 !important;
    }



    .wp-block-column:not(:first-child) {

        @include breakpoint(medium down) {
            flex-basis: 100% !important;
            width: 100% !important;
        }


        @include breakpoint(650px down) {
            flex-basis: 100% !important;
            width: 100% !important;

        }



    }



}

*/
/*

.masonry {


    flex-wrap: wrap;

    .wp-block-column:first-child {



        @include breakpoint(medium down) {

            padding-top: 5vw;
            padding-bottom: 5vw;
            flex-basis: 100% !important;
            width: 100% !important;
        }



        @include breakpoint(large up) {

            padding-right: 30px;
        }

        margin-left:0 !important;
    }


    .wp-block-column {

        margin-left: 0 !important;
    }



    .wp-block-column:not(:first-child) {

        @include breakpoint(medium down) {
            flex-basis: 50% !important;
            width: 50% !important;
        }


        @include breakpoint(650px down) {
            flex-basis: 100% !important;
            width: 100% !important;

        }



    }



}



*/
.loading-layer,
.loading-bar {
  display: none;
}

.loading-layer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  position: fixed;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 1s ease-in 0.5s;
  transition: all 1s ease-in 0.5s;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.loading-layer.out {
  -webkit-transition: all 0.5s cubic-bezier(0.36, 0, 0.69, 0.37) 1s;
  transition: all 0.5s cubic-bezier(0.36, 0, 0.69, 0.37) 1s;
  opacity: 0;
  visibility: hidden;
}
.loading-layer.in {
  -webkit-transition: all 1s ease-in 1s;
  transition: all 1s ease-in 1s;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  opacity: 1;
}

.soccas-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.soccas-loader svg {
  width: 50px;
  height: 50px;
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  overflow: visible;
}
.soccas-loader svg #form1 {
  display: none;
}

.loader {
  font-size: 10px;
  border-top: 1px solid rgba(65, 65, 65, 0.2);
  border-right: 1px solid rgba(65, 65, 65, 0.2);
  border-bottom: 1px solid rgba(65, 65, 65, 0.2);
  border-left: 1px solid #414141;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-display: optional;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shopping-cart:before {
  content: "\e910";
}

.icon-eye:before {
  content: "\e000";
}

.icon-mail:before {
  content: "\e002";
}

.icon-bell:before {
  content: "\e006";
}

.icon-ribbon:before {
  content: "\e009";
}

.icon-image:before {
  content: "\e010";
}

.icon-heart:before {
  content: "\e024";
}

.icon-search:before {
  content: "\e036";
}

.icon-zoom-in:before {
  content: "\e037";
}

.icon-zoom-out:before {
  content: "\e038";
}

.icon-head:before {
  content: "\e074";
}

.icon-speech-bubble:before {
  content: "\e076";
}

.icon-tag:before {
  content: "\e085";
}

.icon-star:before {
  content: "\e093";
}

.icon-arrow-left:before {
  content: "\e094";
}

.icon-arrow-right:before {
  content: "\e095";
}

.icon-arrow-up:before {
  content: "\e096";
}

.icon-arrow-down:before {
  content: "\e097";
}

.icon-bag:before {
  content: "\e106";
}

.icon-ban:before {
  content: "\e107";
}

.icon-expand:before {
  content: "\e110";
}

.icon-contract:before {
  content: "\e111";
}

.icon-plus:before {
  content: "\e114";
}

.icon-minus:before {
  content: "\e115";
}

.icon-check:before {
  content: "\e116";
}

.icon-cross:before {
  content: "\e117";
}

.icon-menu:before {
  content: "\e120";
}

.icon-inbox:before {
  content: "\e122";
}

.icon-outbox:before {
  content: "\e123";
}

.icon-file:before {
  content: "\e124";
}

.icon-ellipsis:before {
  content: "\e129";
}

.icon-cart:before {
  content: "\e900";
}

.icon-chevron-thin-up:before {
  content: "\e902";
}

.icon-chevron-thin-right:before {
  content: "\e903";
}

.icon-chevron-thin-left:before {
  content: "\e904";
}

.icon-chevron-thin-down:before {
  content: "\e905";
}

.icon-chevron-small-up:before {
  content: "\e906";
}

.icon-chevron-small-right:before {
  content: "\e907";
}

.icon-chevron-small-left:before {
  content: "\e908";
}

.icon-chevron-small-down:before {
  content: "\e909";
}

.icon-chevron-right:before {
  content: "\e90a";
}

.icon-chevron-left:before {
  content: "\e90b";
}

.icon-chevron-down:before {
  content: "\e90c";
}

.icon-chevron-up:before {
  content: "\e90d";
}

.icon-home:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-pinterest2:before {
  content: "\ead2";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-youtube:before {
  content: "\e90f";
}

[class*=fa-] {
  margin-right: 10px;
}

.open-icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  font-family: "icomoon";
  display: block;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  content: "\f054";
  position: relative;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  overflow: hidden;
  margin: 10px;
  vertical-align: middle;
  border-radius: 0;
  display: inline-block;
}
@media screen and (min-width: 62.5em) {
  .open-icon {
    height: 80px;
    width: 80px;
    border-radius: 80px;
    font-family: "icomoon";
    display: block;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    content: "\f054";
    border-radius: 0;
    display: inline-block;
  }
}

.iconshape,
.iconlink {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  font-family: "icomoon";
  display: block;
  font-size: 23px;
  text-align: center;
  line-height: 40px;
  background-color: #eee;
  color: #ffffff;
  cursor: pointer;
  content: "\f054";
  float: left;
  margin-right: 10px;
}
.iconshape:hover,
.iconlink:hover {
  color: #eee;
}

.small-icon {
  width: 16px;
  height: 16px;
}

.round-icon {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  font-family: "icomoon";
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  background-color: #319F49;
  color: #ffffff;
  cursor: pointer;
  content: "\f054";
  margin-left: 1vw;
  margin-right: 1vw;
  background: transparent;
  border: 1px solid #fff;
  font-size: 1.2rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 43.75em) {
  .round-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-family: "icomoon";
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    content: "\f054";
  }
}
@media screen and (min-width: 62.5em) {
  .round-icon {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    font-family: "icomoon";
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    content: "\f054";
  }
}
.round-icon [class*=fa], .round-icon [class*=icon] {
  margin: 0;
}
.round-icon:hover {
  background: #319F49;
  border: 1px solid #319F49;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.round-icon.scroll-link {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .round-icon.scroll-link {
    display: block;
    position: absolute;
    z-index: 100;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 100;
    bottom: 80px;
    margin: 0;
    color: #fff;
  }
}

a {
  color: #4B4B4B;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: none;
  font-weight: 600;
}
a:link, a:visited {
  text-decoration: none;
  outline: none;
  color: #4B4B4B;
}
a:hover, a:active {
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  outline: none;
  color: #319F49;
}
a.active {
  text-decoration: none;
  outline: none;
}
a:focus {
  color: #cacaca;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  outline: none;
}

a[title*=more]:before {
  font-family: "icomoon";
  content: "\e095";
  font-size: 10px;
  margin-right: 10px;
}

p a, p a {
  color: #319F49 !important;
}

.ce_text ul {
  padding: 0;
  margin: 0;
}
.ce_text ul li {
  margin-left: 20px;
  list-style: disc outside;
}

/*
text-content ul {



	li {

		position: relative;
		//display: flex;
		//flex-wrap: wrap;
		font-weight:400;

		padding-left:0px;
		&:before {

			font-family:$font-icons;
			content:"\e903";
			color:$c-brand;
			margin-right:10px;
			font-size:13px;

		}

	}
}

*/
.checklist ul, .marklist ul {
  margin: 10px 0;
  padding: 0;
  display: block;
}
@media screen and (min-width: 43.75em) {
  .checklist ul, .marklist ul {
    margin: 0px 0;
  }
}
@media screen and (min-width: 62.5em) {
  .checklist ul, .marklist ul {
    margin: 0px 0;
  }
}
.checklist li, .marklist li {
  font-size: 1.1em;
  margin: 10px 0;
  font-weight: 100;
  position: relative;
  background-color: #ffffff;
  color: #181715;
  text-align: left;
  padding: 7px;
  vertical-align: middle;
}
.checklist li span, .marklist li span {
  padding: 4px;
  display: inline-block;
  background-color: #319F49;
  height: 100%;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.8em;
  font-family: "icomoon";
  content: "\e116";
  font-style: normal;
  margin: 0;
  left: 0;
  top: 0;
  position: absolute;
  vertical-align: middle;
  color: #ffffff;
}
@media screen and (min-width: 43.75em) {
  .checklist li span, .marklist li span {
    width: 60px;
  }
}
@media screen and (min-width: 62.5em) {
  .checklist li span, .marklist li span {
    font-size: 1.3em;
  }
}
.checklist li small, .marklist li small {
  font-size: 0.75em;
  display: block;
}

.marklist li:before {
  content: "\f138";
}

#logo {
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  margin: 0;
  max-width: 200px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 43.75em) {
  #logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 62.5em) {
  #logo {
    margin: 0;
    max-width: 200px;
    font-size: 0.8rem;
    line-height: 1.5rem;
    height: 45px;
  }
}
@media screen and (min-width: 81.25em) {
  #logo {
    max-width: 210px;
  }
}
@media screen and (min-width: 100em) {
  #logo {
    max-width: 230px;
  }
}
#logo a {
  width: 100%;
  height: 100%;
}
#logo img {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 62.5em) {
  #logo img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    opacity: 1;
    display: block;
  }
}
#logo img:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#logo img.logo-sticky {
  position: absolute;
  opacity: 0;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#header.sticky #logo img.logo {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0;
}
#header.sticky #logo img.logo-sticky {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  display: none;
}
@media screen and (min-width: 62.5em) {
  #header.sticky #logo img.logo-sticky {
    display: block;
  }
}

.nav-stage {
  width: 100%;
}

.cloned .nav-stage {
  border: 0;
}

#header .main-navigation .mobile-only-menu-item a {
  color: #ffffff;
  font-size: 0.8rem;
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  height: 40px;
}
@media screen and (min-width: 62.5em) {
  #header .main-navigation .mobile-only-menu-item {
    display: none;
  }
}
#header .main-navigation li.menu-item-9 {
  margin-top: 80px;
}

.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  color: #ffffff;
}
.dropdown-toggle:after {
  content: "+";
}
.dropdown-toggle.is-toggled:after {
  content: "-";
}
@media screen and (min-width: 62.5em) {
  .dropdown-toggle {
    display: none;
  }
}

/* --------------------------------------------
   #Nav 
   -------------------------------------------- */
.main-navigation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 100vw;
  background: #319F49;
  z-index: 1000;
  padding: 0rem;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 130px;
}
@media screen and (max-width: 62.4375em) {
  .main-navigation {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
@media screen and (min-width: 37.5em) {
  .main-navigation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding: 50px 10vw 0 10vw;
  }
}
@media screen and (min-width: 62.5em) {
  .main-navigation {
    display: block;
    padding: 0;
    position: relative;
    overflow: visible;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    background-color: transparent;
    margin-right: 0rem;
    width: calc(100% - 240px);
    width: auto;
    max-width: 650px;
  }
}
@media screen and (min-width: 81.25em) {
  .main-navigation {
    max-width: none;
    width: calc(100% - 230px - 220px);
  }
}
@media screen and (min-width: 100em) {
  .main-navigation {
    width: calc(100% - 240px - 240px);
  }
}
@media screen and (max-width: 62.4375em) {
  .main-navigation.main-navigation.opened {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    left: 0;
  }
}

.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 62.5em) {
  .main-navigation ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 81.25em) {
  .main-navigation ul {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}
.main-navigation ul > li {
  position: relative;
  display: block;
  width: calc(100% - 3em);
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 62.5em) {
  .main-navigation ul > li {
    width: auto;
    padding: 0;
    margin-left: 10px;
  }
}
@media screen and (min-width: 81.25em) {
  .main-navigation ul > li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 120em) {
  .main-navigation ul > li {
    margin-left: 35px;
  }
}
.main-navigation ul > li > a,
.main-navigation ul > li > strong {
  display: block;
  font-family: "Tex Gyre Adventor", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.09rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0.2em 0.8rem;
  font-size: 1.3rem;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 62.5em) {
  .main-navigation ul > li > a,
  .main-navigation ul > li > strong {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    font-size: 0.95rem;
    letter-spacing: 0.01rem;
    width: auto;
    border: 0;
    background: transparent;
    text-transform: none;
    color: #414141;
    padding-left: 0;
    padding-right: 0;
    border-radius: 1px;
  }
}
@media screen and (min-width: 81.25em) {
  .main-navigation ul > li > a,
  .main-navigation ul > li > strong {
    font-size: 0.95rem;
    text-align: left;
    border: 0;
    margin-right: 0px;
    text-align: left;
    text-decoration: none;
  }
}
@media screen and (min-width: 100em) {
  .main-navigation ul > li > a,
  .main-navigation ul > li > strong {
    font-size: 1rem;
  }
}
@media screen and (min-width: 62.5em) {
  .main-navigation ul > li:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: ".";
    color: transparent;
    background: #319F49;
    height: 1px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
.main-navigation ul > li:hover > a {
  color: #414141;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 62.5em) {
  .main-navigation ul > li:hover > a {
    color: #319F49;
    background: transparent;
  }
}
.main-navigation ul > li:hover:before {
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .main-navigation ul > li.home {
    display: none;
  }
}
.main-navigation ul > li.home a span {
  display: none;
}
.main-navigation ul > li.home a:after {
  font-family: "icomoon";
  content: "\e901";
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 43.75em) {
  .main-navigation ul > li.facebook a {
    width: 30px;
  }
}
.main-navigation ul > li.facebook a > span {
  display: none;
}
.main-navigation ul > li.facebook a:before {
  font-family: "icomoon";
  content: "\ea90";
  font-size: 14px;
}
.main-navigation ul > li.active > a,
.main-navigation ul > li.trail > a,
.main-navigation ul > li.current-menu-item > a,
.main-navigation ul > li.current_page_parent > a {
  color: #319F49;
  background: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 62.5em) {
  .main-navigation ul > li.active > a,
  .main-navigation ul > li.trail > a,
  .main-navigation ul > li.current-menu-item > a,
  .main-navigation ul > li.current_page_parent > a {
    background: transparent;
    text-decoration: none;
  }
}
@media screen and (min-width: 62.5em) {
  .main-navigation ul > li.submenu > a:after,
  .main-navigation ul > li.menu-item-has-children > a:after {
    font-family: "icomoon";
    content: "\e905";
    margin-left: 5px;
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (min-width: 81.25em) {
  .main-navigation ul > li.submenu > a:after,
  .main-navigation ul > li.menu-item-has-children > a:after {
    font-family: "icomoon";
    content: "\e905";
    margin-left: 7px;
    font-size: 11px;
    padding-top: 2px;
  }
}

/* --------------------------------------------
   #Nav Submenu
   -------------------------------------------- */
@media screen and (min-width: 62.5em) {
  .main-navigation li.submenu {
    height: auto;
  }
}
.main-navigation li.submenu ul {
  height: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 62.5em) {
  .main-navigation li.submenu ul {
    position: absolute;
    width: 300px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 25px rgba(75, 75, 75, 0.2);
            box-shadow: 0px 8px 25px rgba(75, 75, 75, 0.2);
    opacity: 0;
    -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
.main-navigation li.submenu ul > li {
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .main-navigation li.submenu ul > li {
    width: 100%;
    background: transparent;
    margin-left: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
  }
}
.main-navigation li.submenu ul > li > a,
.main-navigation li.submenu ul > li > strong {
  padding-left: 1rem;
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 62.5em) {
  .main-navigation li.submenu ul > li > a,
  .main-navigation li.submenu ul > li > strong {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    background: transparent;
    font-family: "Roboto", sans-serif;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #414141;
    padding: 0.9em 1rem;
    text-align: left;
  }
}
.main-navigation li.submenu ul > li > a:before,
.main-navigation li.submenu ul > li > strong:before {
  font-family: "icomoon";
  content: "\e095";
  font-size: 10px;
  margin-right: 10px;
}
.main-navigation li.submenu ul > li:before {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .main-navigation li.submenu ul > li.active > a,
  .main-navigation li.submenu ul > li.active > strong,
  .main-navigation li.submenu ul > li.trail > a,
  .main-navigation li.submenu ul > li.trail > strong {
    background-color: transparent;
    color: #181715;
  }
}
.main-navigation li.submenu ul > li:hover > a,
.main-navigation li.submenu ul > li:hover > strong {
  background-color: #eee;
  color: #4B4B4B;
}

/* --------------------------------------------
   #Nav Subsubmenu
   -------------------------------------------- */
@media screen and (min-width: 62.5em) {
  .main-navigation li.submenu > ul li.submenu ul.level_3 {
    position: absolute;
    width: 250px;
    left: 300px;
    top: 0;
  }
}
.main-navigation li.submenu > ul li.submenu ul.level_3 > li > a,
.main-navigation li.submenu > ul li.submenu ul.level_3 > li > strong {
  padding-left: 5rem;
}
@media screen and (min-width: 62.5em) {
  .main-navigation li.submenu > ul li.submenu ul.level_3 > li > a,
  .main-navigation li.submenu > ul li.submenu ul.level_3 > li > strong {
    padding-left: 1rem;
  }
}

/* --------------------------------------------
   #Nav Toglle / Dropdown Interactions
   -------------------------------------------- */
.main-navigation li.submenu.is-open > ul,
.main-navigation li.menu-item-has-children.is-open > ul {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 43.6875em) {
  .main-navigation li.submenu.is-open > ul,
  .main-navigation li.menu-item-has-children.is-open > ul {
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.main-navigation li.submenu:hover > ul,
.main-navigation li.menu-item-has-children:hover > ul {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 43.75em) {
  .main-navigation li.submenu:hover > ul,
  .main-navigation li.menu-item-has-children:hover > ul {
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

/* --------------------------------------------
   #FooterNAV
   -------------------------------------------- */
/*
.footer-navigation {

    width: 100%;
    margin-top: 3vw;

    .footer-menu {






        text-align: center;
        width: 100%;

        margin: 0;
        padding: 0;


        @include breakpoint(large up) {

            text-align: center;

            width: auto;
            justify-content: center;

        }




        li {

            width: 100%;
            list-style: none;
            display: inline;

            @include breakpoint(large up) {

                width: auto;


            }

            &:after {
                content: ".";
                padding-left: 3px;
                padding-right: 0;
                text-align: center;
                width: 10px;
                display: inline-block;

            }


            &:last-child:after {
                display: none;
            }
        }


        a {
            text-transform: uppercase;
            font-weight: 400;
            color: $c-black;
            font-size: 0.8rem;

            &:hover {
                text-decoration: underline;
            }
        }
    }


}

*/
.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-pagination li {
  background: #eee;
  padding: 0.4em 1.2rem;
  margin-right: 2px;
  list-style: none;
}

.nav-toggle {
  border: none;
  background: transparent !important;
}

.nav-toggle.active {
  background: transparent !important;
}

.nav-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-toggle {
  display: none;
}

/**
  Hamburger
**/
.hamburger {
  position: fixed;
  display: block;
  top: 12px;
  right: 15px;
  z-index: 9999;
  padding: 0;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 43.75em) {
  .hamburger {
    right: 25px;
    top: 17px;
  }
}
@media screen and (min-width: 62.5em) {
  .hamburger {
    display: none;
  }
}

.hamburger div {
  position: relative;
  width: 35px;
  height: 4px;
  border-radius: 0px;
  background-color: #181715;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger div:first-child {
  margin-top: 0;
}

.hamburger.sticky {
  top: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hamburger.sticky div {
  background-color: #319F49;
}

/**
Animations
**/
.nav-toggle:checked + .hamburger .top {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
  margin-top: 20px;
}

.nav-toggle:checked + .hamburger .bottom {
  opacity: 0;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-toggle:checked + .hamburger .mid {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
  margin-top: -4px;
}

/*.nav-toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}*/
.grey, .grey-bg, .greybg {
  background-color: #cacaca !important;
}

.grey-light, .light, .greylight-bg, .greylightbg {
  background-color: #eee !important;
}

.grey-lighter, .greylighter, .greylighter-bg, .greylighterbg {
  background-color: #eee !important;
}

.green, .green-bg, .greenbg {
  background-color: #319F49 !important;
}
.greendark, .green-dark, .greendark-bg, .greendarkbg {
  background-color: #268a3c !important;
  color: #ffffff !important;
}
.greendark *, .green-dark *, .greendark-bg *, .greendarkbg * {
  color: #ffffff !important;
}

.brand, .brand-bg, .brand {
  background-color: #319F49 !important;
  /*img {
  	filter:grayscale(1);
  }*/
}
.dark, .dark-bg, .darkbg, .darkgrey, .dark-grey, .darkgreybg {
  background-color: #4B4B4B !important;
  color: #ffffff !important;
}
.dark *, .dark-bg *, .darkbg *, .darkgrey *, .dark-grey *, .darkgreybg * {
  color: #ffffff !important;
}

.black, .black-bg, .blackbg {
  background-color: #181715 !important;
  color: #ffffff !important;
}
.black *, .black-bg *, .blackbg * {
  color: #ffffff !important;
}

.white, .white-bg, .white {
  background-color: #ffffff !important;
  color: #414141 !important;
}
.white *, .white-bg *, .white * {
  color: #414141 !important;
}

.black-gradient {
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(42%, rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 42%, rgba(255, 255, 255, 0) 100%);
}

.black-gradient2, .black-gradient-left {
  background: linear-gradient(25deg, black 0%, black 44%, rgba(255, 255, 255, 0) 80%);
}

.black-gradient-right {
  background: linear-gradient(-25deg, black 0%, rgba(0, 0, 0, 0) 80%, white 100%);
}

.border-grey {
  border-color: #cacaca !important;
  border-width: 1px;
  border-style: solid;
}
.border-grey * {
  border-color: #cacaca !important;
}

.border-grey-light {
  border-color: #eee !important;
  border-width: 1px;
  border-style: solid;
}
.border-grey-light * {
  border-color: #eee !important;
}

.border-brand {
  border-color: #319F49 !important;
  border-width: 1px;
  border-style: solid;
}
.border-brand * {
  border-color: #319F49 !important;
}

.border-black {
  border-color: #181715 !important;
  border-width: 1px;
  border-style: solid;
}
.border-black * {
  border-color: #181715 !important;
}

.border-white {
  border-color: #ffffff !important;
  border-width: 1px;
  border-style: solid;
}
.border-white * {
  border-color: #ffffff !important;
}

.no-border {
  border: 0 !important;
}

.ansprechpartner {
  border: 1px solid #319F49;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 43.75em) {
  .ansprechpartner {
    padding: 0.75rem;
  }
}
@media screen and (min-width: 62.5em) {
  .ansprechpartner {
    padding: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.ansprechpartner:before {
  width: 17px;
  height: 17px;
  background: #319F49;
  display: block;
  content: "";
  float: left;
}
.ansprechpartner h4 {
  font-size: 1.2rem;
  line-height: 1.5;
}

.publikation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.publikation h2,
.publikation h3 {
  width: 100%;
  max-width: none;
  margin-top: 1em;
  margin-bottom: 0;
}
.publikation i {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.4rem;
  color: #319F49;
}
#up {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  left: auto;
  position: fixed;
  top: auto;
  font-family: "icomoon";
  text-align: center;
  cursor: pointer;
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  right: 5px;
  padding: 0;
  bottom: 5px;
  border: 1px solid #cacaca;
  background: transparent;
  color: #cacaca !important;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 43.75em) {
  #up {
    right: 0.5em;
    bottom: 0.5em;
  }
}
@media screen and (min-width: 62.5em) {
  #up {
    right: 1em;
    bottom: 1em;
  }
}
#up:before {
  content: "\e096";
  margin-left: -1px;
}
#up.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.block-icon {
  width: 30px;
  height: 30px;
  padding: 30px;
  font-size: 20px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #319F49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 62.5em) {
  .block-icon {
    width: 40px;
    height: 40px;
    padding: 40px;
    font-size: 30px;
  }
}
.block-icon [class*=" icon-"], .block-icon [class^=icon-] {
  margin-right: 0;
}

.icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*ul {

  	display: flex;
  padding:0;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: flex-start;

  width:100%;


  }*/
}
.icons-list .flex-row div, .icons-list li {
  /*width:calc(50% - 0vw);
  margin-left:0;
  display: flex;
  align-items: flex-start;
  flex-wrap:wrap;
  justify-content: center;
  //background:$c-grey-light;


  /*padding:0em !important;*/
  margin-bottom: 2em;
  text-align: left;
  /*	width:calc(50% - 0vw);



  @include breakpoint(medium up) {
  	width:calc(33% - 0vw);
  }


  	@include breakpoint(xlarge up) {
  	width:calc(25% - 0vw);
  }

  */
}
.icons-list .flex-row div:before, .icons-list li:before {
  display: none;
}
.icons-list .flex-row div a, .icons-list li a {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.icons-list .flex-row div img, .icons-list li img {
  padding: 5px;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 81.25em) {
  .icons-list .flex-row div img, .icons-list li img {
    height: 230px;
  }
}
@media screen and (min-width: 100em) {
  .icons-list .flex-row div img, .icons-list li img {
    height: 260px;
  }
}
.icons-list .flex-row div.active, .icons-list .flex-row div.news_trail, .icons-list li.active, .icons-list li.news_trail {
  border: 1px solid #319F49;
}
.icons-list .flex-row div .name, .icons-list li .name {
  text-align: center;
  display: block;
  font-family: "Tex Gyre Adventor", sans-serif;
  margin-top: 0;
  line-height: 1.1;
  font-size: 0.9rem;
  border-bottom: 2px solid #414141;
  /* background: #fff; */
  padding: 0.4rem 1.5rem;
  color: #181715;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 3.5rem;
}
@media screen and (min-width: 81.25em) {
  .icons-list .flex-row div .name, .icons-list li .name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 100em) {
  .icons-list .flex-row div .name, .icons-list li .name {
    font-size: 1.1rem;
  }
}
.icons-list .flex-row div .quantity, .icons-list li .quantity {
  display: none;
}
/*

#right {


	.icons-list {

		li,li>a {
			padding:0 !important;
			width:100%;




			display: flex;
			flex-wrap:nowrap;
			align-items: center;
			text-align: left;
			justify-content: flex-start;


		}


		img {

			//float:left;
			width:110px;
			margin-right: 10px;
		}


		.name {
			width:auto;
			display: inline;
			text-align: left;
			line-height: 1.2rem;
			//align-self: center;
		}
	}
}

*/
@media screen and (max-width: 62.4375em) {
  #footer nav {
    display: none;
  }
}
#footer nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer nav ul li {
  display: block;
  list-style: none;
  margin-left: 0;
}
@media screen and (min-width: 43.75em) {
  #footer nav ul li {
    width: 100%;
  }
}

#footer .mod_customnav {
  margin: 0;
}
#footer .mod_customnav li a {
  font-family: "Tex Gyre Adventor", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.9em;
}

.home .mod_breadcrumb {
  display: none;
}

.mod_breadcrumb {
  width: 100%;
  display: none;
}
@media screen and (min-width: 43.75em) {
  .mod_breadcrumb {
    display: block;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #cacaca;
    display: none;
    background: #eee;
  }
}
@media screen and (min-width: 62.5em) {
  .mod_breadcrumb {
    width: 100%;
  }
}
.mod_breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mod_breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  color: #4B4B4B;
  margin: 0;
  max-width: 60%;
  overflow: hidden;
  height: 1.6rem;
}
.mod_breadcrumb ul li:before {
  font-family: "icomoon";
  margin-left: 1em;
  margin-right: 1em;
  content: "\e903";
}
.mod_breadcrumb ul a {
  display: inline-block;
}
.mod_breadcrumb ul li.first {
  overflow: hidden;
}
.mod_breadcrumb ul li.first:before {
  display: none;
}
.mod_breadcrumb ul li.first span {
  display: none;
}
.mod_breadcrumb ul li.first a:before {
  font-family: "icomoon";
  content: "\e901";
  font-size: 12px;
}

/* Pagination */
.pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1vw;
  width: 100%;
}
.pagination p {
  float: left;
  font-size: 0.8em;
  padding: 3px 5px 3px 10px;
  display: none;
}
@media screen and (min-width: 81.25em) {
  .pagination p {
    display: block;
    margin-right: 20px;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination ul li {
  background: #eee;
  margin: 0;
  margin-right: 2px;
  padding: 0;
  width: auto;
  list-style: none;
}
.pagination ul li a,
.pagination ul li span, .pagination ul li strong {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  width: auto;
}
.pagination ul li span, .pagination ul li strong {
  background-color: #319F49;
  color: #ffffff;
}

.mod_newsmenu ul,
.mod_newscategories.ref-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mod_newsmenu li,
.mod_newscategories.ref-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 7px;
  margin-bottom: 7px;
  background: #181715;
}
.mod_newsmenu li:before,
.mod_newscategories.ref-list li:before {
  display: none;
}
.mod_newsmenu li img,
.mod_newscategories.ref-list li img {
  display: none;
}
.mod_newsmenu .quantity,
.mod_newscategories.ref-list .quantity {
  display: none;
}
.mod_newsmenu a,
.mod_newsmenu li > strong,
.mod_newscategories.ref-list a,
.mod_newscategories.ref-list li > strong {
  display: block;
  padding: 0.2rem 0.9rem;
  font-weight: 500;
  font-size: 0.85rem;
  color: #319F49;
  background: #eee;
  border: 1px solid #eee;
  min-width: 80px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mod_newsmenu a:hover,
.mod_newsmenu li > strong:hover,
.mod_newscategories.ref-list a:hover,
.mod_newscategories.ref-list li > strong:hover {
  border-bottom: 1px solid #319F49;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mod_newsmenu a.active, .mod_newsmenu a.news_trail,
.mod_newsmenu li > strong.active,
.mod_newsmenu li > strong.news_trail,
.mod_newscategories.ref-list a.active,
.mod_newscategories.ref-list a.news_trail,
.mod_newscategories.ref-list li > strong.active,
.mod_newscategories.ref-list li > strong.news_trail {
  background: #319F49;
  color: #ffffff;
  border-color: #319F49;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

button {
  cursor: pointer;
}

button:focus {
  color: #ffffff;
}

.btn, .mod_newsreader .back a, .big-btn {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  padding: 5px 10px;
  color: #319F49;
  border: 1px solid #eee;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn [class*=fa-], .mod_newsreader .back a [class*=fa-], .big-btn [class*=fa-] {
  font-size: 12px;
}
.btn:hover, .mod_newsreader .back a:hover, .big-btn:hover, .btn:focus, .mod_newsreader .back a:focus, .big-btn:focus {
  color: #eee;
  background-color: #319F49;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.back {
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}

.round-icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
}
.round-icon-btn [class*=icon] {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #319F49;
  font-weight: 700;
  margin-right: 20px;
  background: #ffffff;
}
.round-icon-btn .toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.round-icon-btn .toggler.invisible {
  display: none;
}

.big-btn {
  font-size: 1em;
  padding: 9px 20px 9px 50px;
  width: 180px;
  display: block;
  border: 0;
  margin: 0 auto;
}
@media screen and (min-width: 62.5em) {
  .big-btn {
    font-size: 1.2em;
    padding: 8px 30px 8px 80px;
    width: 260px;
    margin: 0;
  }
}
.big-btn .fa {
  width: 50px !important;
}
.big-btn .binoculars {
  height: 20px;
  margin-left: 10px;
  background-image: url(../svg/binoculars.svg);
}

.cta-btn {
  background-color: #181715;
  padding: 0.5rem 2rem;
  position: relative;
  line-height: 1.7;
  border: 0;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  word-break: normal !important;
  display: inline-block;
  letter-spacing: 0.1rem;
  min-width: 180px;
}
@media screen and (min-width: 43.75em) {
  .cta-btn {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 43.6875em) {
  .cta-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 220px;
  }
}
.cta-btn [class*=icon] {
  text-align: center;
  left: 5px;
  width: 25px;
  font-size: 1em;
  line-height: 2em;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (min-width: sm) {
  .cta-btn [class*=icon] {
    line-height: 2.1em;
    width: 35px;
  }
}
.accordion, .single-accordion-item {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.accordion .accordion-title, .single-accordion-item .accordion-title {
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: 10px;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 62.5em) {
  .accordion .accordion-title, .single-accordion-item .accordion-title {
    padding: 30px 30px;
    margin-top: 20px;
  }
}
.accordion .accordion-title:hover, .accordion .accordion-title.active, .single-accordion-item .accordion-title:hover, .single-accordion-item .accordion-title.active {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: #eee;
}
.accordion .accordion-title .round-icon, .single-accordion-item .accordion-title .round-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  background: #ffffff;
  color: #319F49;
  margin-right: 1.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.accordion .accordion-title [class*=icon-], .single-accordion-item .accordion-title [class*=icon-] {
  margin: 0;
}
.accordion .accordion-title .title-text, .single-accordion-item .accordion-title .title-text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: calc(100% - 90px);
}
.accordion .accordion-content, .single-accordion-item .accordion-content {
  border: 1px solid #eee;
  overflow: hidden;
}
.accordion .inline-gallery, .single-accordion-item .inline-gallery {
  margin-top: 60px;
}
.accordion .inline-gallery img, .single-accordion-item .inline-gallery img {
  margin-bottom: 20px;
}

.single-accordion-item.active .round-icon {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* --------------------------------------------
  #Posts (News, Events, etc) 
  -------------------------------------------- */
.mod_newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 62.4375em) {
  .mod_newslist > h2,
  .mod_newslist > h1,
  .mod_newslist > h3 {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 62.5em) {
  .mod_newslist > h2,
  .mod_newslist > h1,
  .mod_newslist > h3 {
    margin-bottom: 5rem;
  }
}

.item.grid-item {
  background-color: #ffffff;
  padding: 0px;
  height: auto;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  border: 0;
  text-align: center;
  margin-bottom: 3rem;
  border: 1px solid #cacaca;
  position: relative;
}
.item.grid-item h3,
.item.grid-item h2 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
}
.item.grid-item .image_container {
  overflow: hidden;
  position: relative;
  height: auto;
  aspect-ratio: 16/10;
  max-height: none;
}
.item.grid-item .meta {
  font-size: 0.8rem;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: static;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  text-align: center;
}
.item.grid-item .time {
  max-width: 70%;
  font-size: 0.9rem;
  background: transparent;
  padding: 0.5rem;
  font-family: "Tex Gyre Adventor", sans-serif;
}
.item.grid-item .more {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: #181715;
  display: none;
}
.item.grid-item .more a {
  color: #414141;
}
.item.grid-item .teaser {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3.8rem;
  margin: 1.5rem auto 1.5rem;
  width: 90%;
  overflow: hidden;
}
@media screen and (min-width: 81.25em) {
  .item.grid-item .teaser {
    height: 3.8rem;
    max-height: 7rem;
  }
}
.item.grid-item .teaser p {
  display: none;
}

@media screen and (max-width: 43.6875em) {
  .item.list-item {
    background: #eee;
    padding: 1.5rem !important;
  }
}
.item.list-item .meta {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 43.75em) {
  .item.list-item .meta {
    margin-top: 2rem;
    border-bottom: 1px solid #cacaca;
  }
}
@media screen and (max-width: 62.4375em) {
  .item.list-item .image_container {
    margin-bottom: 2rem;
    max-height: 200px;
    border: 1px solid #eee;
  }
}
@media screen and (min-width: 62.5em) {
  .item.list-item .image_container {
    -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.18);
            box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.18);
  }
}
.item.list-item h2,
.item.list-item h3 {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 62.5em) {
  .item.side-item .teaser {
    height: 4.1rem;
    overflow: hidden;
  }
}

.home .forschungsprojekte {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .forschungsprojekte .grid-item, .home .forschungsprojekte .image_container {
  border: 0;
  aspect-ratio: 16/12;
}
@media screen and (min-width: 43.75em) and (max-width: 62.4375em) {
  .home .forschungsprojekte .grid-item, .home .forschungsprojekte .image_container {
    margin-top: 20px;
  }
}
.home .forschungsprojekte .teaser {
  position: absolute;
  bottom: 0;
  height: auto;
  background: #eee;
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 43.75em) {
  .home .forschungsprojekte .teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
}
@media screen and (min-width: 62.5em) {
  .home .forschungsprojekte .teaser {
    height: 90px;
  }
}
.home .forschungsprojekte .teaser h3 {
  margin-bottom: 0 !important;
}
.home .forschungsprojekte .meta,
.home .forschungsprojekte h4 {
  display: none;
}

.item.full {
  padding: 1.5rem;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 43.75em) {
  .item.full {
    padding: 2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .item.full {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .item.full {
    padding: 3.5em;
    width: 100%;
  }
}
.item.full h1 {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 62.5em) {
  .item.full h1 {
    width: 80%;
    margin: 3rem auto;
    display: block;
  }
}
.item.full .ce_text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item.full .item-cats {
  width: calc(100% - 80px);
}
@media screen and (min-width: 62.5em) {
  .item.full .item-cats {
    width: calc(50% - 80px);
  }
}
.item.full .item-cats ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 2rem;
}
.item.full .item-cats li {
  display: none;
}
.item.full .item-cats li.news_trail {
  display: block;
}

.mod_newsreader .back {
  display: block;
  text-align: center;
}
.mod_newsreader .back a:before {
  font-family: "icomoon";
  content: "\e094";
  margin-right: 10px;
}

.newstype3 .meta, .category_3 .meta, .arc_3 .meta {
  display: none !important;
}

.facts {
  border: 1px solid #cacaca;
  border-width: 1px 0;
  padding: 1rem 0 !important;
}
.facts li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 43.75em) {
  .facts li strong {
    display: inline-block;
    width: 200px;
  }
}

.newstype3.full .mod_newscategories.ref-list li a {
  background-color: #ffffff;
}
.newstype3.full .mod_newscategories.ref-list .news_trail a {
  background-color: #319F49;
}

.line-animation {
  border-top: 2px solid #319F49;
  height: 2px;
  width: 1px;
  display: block;
}
.line-animation.go {
  -webkit-animation-name: width-grow;
          animation-name: width-grow;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.line-animation-white {
  border-top: 2px solid #ffffff;
  height: 2px;
  width: 1px;
  display: block;
}
.line-animation-white.go {
  -webkit-animation-name: width-grow;
          animation-name: width-grow;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
/*
.line-animation {

    border-top:2px solid $c-primary;
    margin-top:20px;
    margin-bottom: 20px;
    height:2px;


    animation-name: width-grow;
      animation-duration: 5s;
      animation-iteration-count: 1;
    animation-delay:0s;

}*/
#klaro .slider, .klaro .slider {
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#klaro .cm-list-title, .klaro .cm-list-title {
  color: #414141;
}

#klaro .title, .klaro .title {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 300;
  color: #414141;
}

#klaro .klaro .cookie-modal a, #klaro .klaro .cookie-notice a {
  color: #414141;
}

#klaro .klaro .cookie-modal .cm-btn.cm-btn-info,
#klaro .klaro .cookie-notice .cm-btn.cm-btn-info,
#klaro .klaro .cm-btn.cm-btn-success {
  background: #414141;
}

#klaro .klaro .cookie-modal .cm-modal.cm-klaro,
#klaro .klaro .cookie-notice:not(.cookie-modal-notice) {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08), 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08), 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
}

#klaro p, #klaro strong {
  color: #414141;
  margin-bottom: 0;
}

.klaro .cookie-modal, .klaro .cookie-notice {
  font-size: 12px !important;
  line-height: 19px !important;
}
@media screen and (min-width: 62.5em) {
  .klaro .cookie-modal, .klaro .cookie-notice {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .klaro .cookie-modal, .klaro .cookie-notice {
    font-size: 12px !important;
    line-height: 21px !important;
  }
}

/*.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 0.5em 0.6em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}



// Reach Local Cookie

#rl-privacy-notice {
    display: none;
}*/
@media screen and (min-width: 62.5em) {
  .overlap {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    padding: 0 !important;
  }
}

/* Main Image */
figure, img, picture, svg {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.vec {
  display: inline-block;
  fill: currentColor;
}

.popup-info {
  display: none;
}

#colorbox, .colorbox .popup-info {
  display: block;
}

.jarallax, .rellax {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

figcaption {
  text-align: center;
}

.image_container {
  overflow: hidden;
  /*display: flex;
  align-items: stretch;
  flex-wrap: wrap;*/
  height: 100%;
  width: 100%;
  position: relative;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.image_container img, .image_container picture, .image_container svg {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  /* ios 11 bug */
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

@media screen and (min-width: 62.5em) {
  .image_container.float_right {
    width: 50%;
  }
}

.image-center {
  margin-left: auto;
  margin-right: auto;
}
.image-center img, .image-center svg, .image-center figure, .image-center video, .image-center picture {
  margin-left: auto;
  margin-right: auto;
}

.titlebox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.3em 0.8em;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-rellax-container], [data-rellax] {
  position: relative;
  width: 100%;
  height: 100%;
}

.image_background_container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center right;
  left: 0;
  top: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  min-height: 100%;
  overflow: hidden;
  /*display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: stretch;
  -webkit-align-items: center;
     flex-wrap:wrap;*/
  animation-delay: 0.3s;
  overflow: hidden;
}
.image_background_container img, .image_background_container picture, .image_background_container svg {
  /*
  min-width: 100%;
  min-height:100%;
  width: auto;
  height: auto;
  */
  max-width: none;
  max-height: none;
  min-width: none;
  min-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  opacity: 1;
  position: relative;
}
.image_background_container .rellax {
  /*height:120%;
  overflow: hidden;
  margin-top:-2%;*/
}
.flex-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 43.75em) {
  .flex-gallery ul.cols_2 li {
    width: 50%;
  }
}
.flex-gallery ul.cols_3 {
  width: 50%;
}
@media screen and (min-width: 62.5em) {
  .flex-gallery ul.cols_3 li {
    width: 33.33%;
  }
}
.flex-gallery ul.cols_4 li {
  width: 50%;
}
@media screen and (min-width: 62.5em) {
  .flex-gallery ul.cols_4 li {
    width: 25%;
  }
}
.flex-gallery ul.cols_5 {
  width: 50%;
}
@media screen and (min-width: 62.5em) {
  .flex-gallery ul.cols_5 li {
    width: 20%;
  }
}

.flex-row.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.flex-row.gallery li {
  margin: 20px;
  list-style: none;
  width: calc(50% - 1.5vw);
}
.flex-row.gallery li:before {
  display: none;
}
@media screen and (min-width: 62.5em) {
  .flex-row.gallery li {
    width: calc(25% - 1.5vw);
  }
}

.flex-row.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 20px;
  border: 1px solid #cacaca;
  border-width: 1px 0;
  margin: 3rem auto;
}

.bg-video {
  max-height: 500px;
  overflow: hidden;
}

.video_container video {
  width: 100%;
}

video {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.intro-video video {
  position: absolute;
  height: 100vh !important;
  width: auto !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (orientation: portrait) {
  .intro-video video {
    height: 60vh !important;
  }
}
.video-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  background: #414141;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.video-btn:hover {
  background: #181715;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.google-maps-wrap {
  padding: 0px;
}
@media screen and (min-width: 62.5em) {
  .google-maps-wrap {
    padding: 0px;
  }
}

/* --------------------------------------------
   #Forms 
   -------------------------------------------- */
form {
  position: relative;
}

label {
  font-size: 0.8rem;
  font-weight: normal;
  font-family: "Tex Gyre Adventor", sans-serif;
  color: #181715;
  clear: both;
}

#contactform label {
  display: none;
}

#ctrl_9 label {
  display: block;
}

label + select {
  display: block;
}

.error {
  color: red;
}

input.error {
  border-color: #319F49;
}

fieldset {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 1vw 1.5vw;
  border: 1px solid #cacaca;
  margin-bottom: 2rem;
}

button, .button, input[type=submit], input[type=file] {
  width: auto;
  text-transform: none;
  font-weight: 300;
  padding: 0.7rem 1.3rem;
  background-image: none;
  border: 0;
  font-size: 0.95rem;
  color: #ffffff;
  background: #319F49;
}

label {
  font-size: 0.8rem;
}
@media screen and (min-width: 43.75em) {
  label {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 62.5em) {
  label {
    font-size: 1rem;
  }
}
label.error {
  background-color: #181715;
  color: #ffffff !important;
  padding: 3px 5px;
  margin-top: -1px;
}

input {
  margin-bottom: 0.5em;
  width: 100%;
}
input:focus {
  border: 1px solid #cacaca;
  -webkit-box-shadow: 0 0 15px rgba(75, 75, 75, 0.2);
          box-shadow: 0 0 15px rgba(75, 75, 75, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
input.error {
  border: 1px solid #ff0000;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
input[type=text], input[type=email] {
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  border: 1px solid #cacaca;
  padding: 0.6em;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (min-width: 43.75em) {
  input[type=text], input[type=email] {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 62.5em) {
  input[type=text], input[type=email] {
    font-size: 1rem;
  }
}
input[type=checkbox], input[type=radio] {
  padding: 0;
  width: auto !important;
}
input[type=file] {
  float: left;
  margin-bottom: 30px;
}
input[type=submit] {
  background-color: #319F49;
}

textarea {
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  border: 1px solid #cacaca;
  padding: 0.6em;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  min-height: 200px;
  width: 100%;
}
@media screen and (min-width: 43.75em) {
  textarea {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 62.5em) {
  textarea {
    font-size: 1rem;
  }
}

.mitglieder {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
.mitglieder .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 70px;
}
@media screen and (min-width: 43.75em) {
  .mitglieder .container {
    height: 85px;
  }
}
@media screen and (min-width: 62.5em) {
  .mitglieder .container {
    height: 100px;
  }
}
.mitglieder .container > div {
  width: 70px;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 37.5em) {
  .mitglieder .container > div {
    width: 70px;
    padding: 1em;
  }
}
@media screen and (min-width: 62.5em) {
  .mitglieder .container > div {
    padding: 1em;
    width: 80px;
  }
}
@media screen and (min-width: 81.25em) {
  .mitglieder .container > div {
    width: 90px;
  }
}
@media screen and (min-width: 62.5em) {
  .mitglieder .container div.landscape {
    width: 110px;
  }
}
@media screen and (min-width: 81.25em) {
  .mitglieder .container div.landscape {
    width: 120px;
  }
}
.mitglieder .container div:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

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

.mt-xsmall {
  margin-top: 5px;
}
@media screen and (min-width: 43.75em) {
  .mt-xsmall {
    margin-top: 10px;
  }
}
@media screen and (min-width: 62.5em) {
  .mt-xsmall {
    margin-top: 15px;
  }
}

.mt-small {
  margin-top: 10px;
}
@media screen and (min-width: 43.75em) {
  .mt-small {
    margin-top: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .mt-small {
    margin-top: 35px;
  }
}

.mt-medium {
  margin-top: 35px;
}
@media screen and (min-width: 43.75em) {
  .mt-medium {
    margin-top: 50px;
  }
}
@media screen and (min-width: 62.5em) {
  .mt-medium {
    margin-top: 70px;
  }
}

.mt-large {
  margin-top: 40px !important;
}
@media screen and (min-width: 43.75em) {
  .mt-large {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .mt-large {
    margin-top: 80px !important;
  }
}

.mt-xlarge {
  margin-top: 75px;
}
@media screen and (min-width: 43.75em) {
  .mt-xlarge {
    margin-top: 100px;
  }
}
@media screen and (min-width: 62.5em) {
  .mt-xlarge {
    margin-top: 150px !important;
  }
}

.mt-xxlarge {
  margin-top: 125px;
}
@media screen and (min-width: 43.75em) {
  .mt-xxlarge {
    margin-top: 150px;
  }
}
@media screen and (min-width: 62.5em) {
  .mt-xxlarge {
    margin-top: 275px !important;
  }
}

.mb-xsmall {
  margin-bottom: 5px;
}
@media screen and (min-width: 43.75em) {
  .mb-xsmall {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 62.5em) {
  .mb-xsmall {
    margin-bottom: 15px;
  }
}

.mb-small {
  margin-bottom: 10px;
}
@media screen and (min-width: 43.75em) {
  .mb-small {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 62.5em) {
  .mb-small {
    margin-bottom: 35px;
  }
}

.mb-medium {
  margin-bottom: 35px;
}
@media screen and (min-width: 43.75em) {
  .mb-medium {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 62.5em) {
  .mb-medium {
    margin-bottom: 70px;
  }
}

.mb-large {
  margin-bottom: 40px;
}
@media screen and (min-width: 43.75em) {
  .mb-large {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 62.5em) {
  .mb-large {
    margin-bottom: 80px;
  }
}

.mb-xlarge {
  margin-bottom: 75px;
}
@media screen and (min-width: 43.75em) {
  .mb-xlarge {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 62.5em) {
  .mb-xlarge {
    margin-bottom: 150px;
  }
}

.mb-xxlarge {
  margin-bottom: 125px;
}
@media screen and (min-width: 43.75em) {
  .mb-xxlarge {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 62.5em) {
  .mb-xxlarge {
    margin-bottom: 275px !important;
  }
}

/*
.large-mb-50 {

  @include breakpoint(large up) {

      margin-bottom: 50px;
  }
}


.large-mb-100 {

  @include breakpoint(large up) {

      margin-bottom: 100px;
  }
}


.large-mb-150 {

  @include breakpoint(large up) {

      margin-bottom: 150px;
  }
}

.large-mb-200 {

  @include breakpoint(large up) {

      margin-bottom: 200px;
  }
}

.large-mb-250 {

  @include breakpoint(large up) {

      margin-bottom: 250px;
  }
}


.large-mb-300 {

  @include breakpoint(large up) {

      margin-bottom: 300px;
  }
}



.large-mb-500 {

  @include breakpoint(large up) {

      margin-bottom: 500px;
  }
}*/
@media screen and (min-width: 62.5em) {
  .mt-50px-negative {
    margin-top: -50px;
  }
}

@media screen and (min-width: 62.5em) {
  .mt-100px-negative {
    margin-top: -100px;
  }
}

@media screen and (min-width: 62.5em) {
  .mt-5-negative {
    margin-top: -5%;
  }
}

@media screen and (min-width: 62.5em) {
  .mt-10-negative {
    margin-top: -10%;
  }
}

@media screen and (min-width: 62.5em) {
  .mt-15-negative {
    margin-top: -15%;
  }
}

@media screen and (min-width: 62.5em) {
  .mt-20-negative {
    margin-top: -20%;
  }
}

.no-padding, .p-zero {
  padding: 0 !important;
}
.no-padding *, .p-zero * {
  padding: 0 !important;
}

.p-xxsmall {
  padding: 3px !important;
}
@media screen and (min-width: 43.75em) {
  .p-xxsmall {
    padding: 4px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .p-xxsmall {
    padding: 5px !important;
  }
}

.p-xsmall {
  padding: 5px !important;
}
@media screen and (min-width: 43.75em) {
  .p-xsmall {
    padding: 10px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .p-xsmall {
    padding: 15px !important;
  }
}

.p-small {
  padding: 15px !important;
}
@media screen and (min-width: 43.75em) {
  .p-small {
    padding: 20px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .p-small {
    padding: 30px !important;
  }
}

.pt-small {
  padding-top: 10px !important;
}
@media screen and (min-width: 43.75em) {
  .pt-small {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pt-small {
    padding-top: 30px !important;
  }
}

.pb-small {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 43.75em) {
  .pb-small {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pb-small {
    padding-bottom: 30px !important;
  }
}

.p-medium {
  padding: 20px !important;
}
@media screen and (min-width: 43.75em) {
  .p-medium {
    padding: 40px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .p-medium {
    padding: 50px !important;
  }
}

.pt-medium {
  padding-top: 20px !important;
}
@media screen and (min-width: 43.75em) {
  .pt-medium {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pt-medium {
    padding-top: 50px !important;
  }
}

.pb-medium {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 43.75em) {
  .pb-medium {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pb-medium {
    padding-bottom: 50px !important;
  }
}

.p-large {
  padding: 30px !important;
}
@media screen and (min-width: 43.75em) {
  .p-large {
    padding: 60px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .p-large {
    padding: 75px !important;
  }
}

.pt-large {
  padding-top: 45px !important;
}
@media screen and (min-width: 43.75em) {
  .pt-large {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pt-large {
    padding-top: 75px !important;
  }
}

.pb-large {
  padding-bottom: 45px !important;
}
@media screen and (min-width: 43.75em) {
  .pb-large {
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pb-large {
    padding-bottom: 75px !important;
  }
}

.p-xlarge {
  padding: 60px !important;
}
@media screen and (min-width: 43.75em) {
  .p-xlarge {
    padding: 85px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .p-xlarge {
    padding: 125px !important;
  }
}

.pt-xlarge {
  padding-top: 50px !important;
}
@media screen and (min-width: 43.75em) {
  .pt-xlarge {
    padding-top: 75px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pt-xlarge {
    padding-top: 125px !important;
  }
}

.pb-xlarge {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 43.75em) {
  .pb-xlarge {
    padding-bottom: 75px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pb-xlarge {
    padding-bottom: 125px !important;
  }
}

.p-xxlarge {
  padding: 75px !important;
}
@media screen and (min-width: 43.75em) {
  .p-xxlarge {
    padding: 100px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .p-xxlarge {
    padding: 225px !important;
  }
}

.pt-xxlarge {
  padding-top: 75px !important;
}
@media screen and (min-width: 43.75em) {
  .pt-xxlarge {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pt-xxlarge {
    padding-top: 225px !important;
  }
}

.pb-xxlarge {
  padding-bottom: 75px !important;
}
@media screen and (min-width: 43.75em) {
  .pb-xxlarge {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .pb-xxlarge {
    padding-bottom: 225px !important;
  }
}

.height-xsmall {
  height: 4.3rem !important;
  overflow: hidden;
}

.height-small {
  height: 7.3rem !important;
  overflow: hidden;
}

.height-medium {
  height: 23rem !important;
  overflow: hidden;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.


/*Colorbox*/
#cboxOverlay {
  background: #000;
  opacity: 0.96;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -30px;
  background: url(../images/controls.png) no-repeat 0 0;
}

#cboxPrevious:before {
  content: "\e908";
  font-family: "icomoon";
}

#cboxNext:before {
  content: "\e907";
  font-family: "icomoon";
}

#cboxClose:before {
  font-family: "icomoon";
  content: "\e117";
}

#cboxPrevious, #cboxNext, #cboxClose {
  color: transparent;
}

#cboxPrevious:before, #cboxNext:before, #cboxClose:before {
  color: #ffffff;
}

#cboxTitle {
  display: none !important;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadingbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
@include keyframes(pulse) {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.18); }
  50% { transform: scale(1.08); }
  60% { transform: scale(1); }
  70% { transform: scale(1.12); }
  80% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

*/
@-webkit-keyframes width-grow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width-grow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*animations*/
.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
      transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(400px);
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(400px);
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
      transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-400px);
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-400px);
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
      transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*****************
* Out animations *
*****************/
/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.go {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.fadeOutUp.go {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
.fadeOutDown.go {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.fadeOutLeft.go {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.fadeOutRight.go {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
      transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
  -moz-animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

/* --------------------------------------------
   #Slider
   -------------------------------------------- */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-list {
  width: 100%;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slider {
  clear: both;
  height: auto;
  background-color: transparent;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  /*.slick-track {
      display: flex;
      align-items:stretch;
      justify-content: stretch;
  }*/
}
.slider :focus,
.slider :active {
  outline: none;
}
.slider .stage {
  height: 100%;
}
.slider .slide {
  position: relative;
  /*padding-bottom: 0px;
  display: block;
  position: relative;
  background-color: $c-primary;
  height:100%;
  width:100%;
  padding:0;
  margin:0;
  height:400px;
  display: flex;
  justify-content: center;
  align-items:center;*/
  /*@include breakpoint(large up) {
      height:500px;
  }

  @include breakpoint(xlarge up) {
      height:600px;
  }*/
}
.slider .slide > img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slide .caption {
  position: absolute;
  background-color: #ffffff;
  font-size: 0.85em;
  width: 60%;
  bottom: 10px;
  right: 25px;
  padding: 1em 1em;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider .slide-content {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  text-align: center;
  margin-top: -10%;
  color: #ffffff !important;
  text-transform: uppercase;
}
@media screen and (min-width: 62.5em) {
  .slider .slide-content {
    max-width: 50%;
    font-size: 1.9em;
  }
}
.slider .slide-content p {
  color: #ffffff;
}
.slider .slide-content img {
  max-width: 300px;
  max-height: 200px;
  margin: 0px auto 20px auto;
}

.slick-arrow {
  left: auto;
  right: auto;
  z-index: 999;
  height: 100%;
  top: 0;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  border: 0;
  font-size: 35px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-color: transparent !important;
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 53.125em) {
  .slick-arrow {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.slick-arrow:before {
  color: #ffffff;
  opacity: 1;
  font-family: "icomoon";
  font-size: 18px;
  border: 1px solid #ffffff;
  padding: 10px;
  position: absolute;
  border-radius: 0;
}
@media screen and (min-width: 62.5em) {
  .slick-arrow:before {
    font-size: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 100em) {
  .slick-arrow:before {
    font-size: 27px;
    padding: 20px;
  }
}
.slick-arrow:hover {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.slick-prev {
  left: 20px;
  right: auto;
}
.slick-prev:before {
  content: "\e904";
  left: 0;
}

.slick-next {
  left: auto;
  right: 20px;
}
.slick-next:before {
  content: "\e903";
  right: 0;
}

.slick-dots {
  bottom: 5px;
}
@media screen and (min-width: 43.75em) {
  .slick-dots {
    bottom: 20px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .slick-dots {
    bottom: 30px !important;
  }
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px;
}
.slick-dots li button {
  border: 0;
  background: #ffffff;
  text-indent: -999em;
  cursor: pointer;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  font-size: 0px;
  color: #fff;
  padding: 5px;
  border: 1px solid #ffffff;
}
.slick-dots li button:before {
  color: #ffffff !important;
}
.slick-dots .slick-active button {
  background: transparent !important;
  border: 1px solid #ffffff;
}
.slick-dots .slick-active button:before {
  color: #000 !important;
}
.slick-dots .slick-active:first-child:last-child {
  display: none;
}

@media screen and (max-width: 62.4375em) {
  .stage.content-slider .slick-arrow, .ce_rsce_stage.content-slider .slick-arrow {
    padding-bottom: 20%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/* Carousel Version */
.carousel,
.slider-carousel,
.carousel4,
.carousel3,
.owl-carousel {
  margin-bottom: 1em !important;
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .carousel,
  .slider-carousel,
  .carousel4,
  .carousel3,
  .owl-carousel {
    width: calc(100% + 20px);
  }
}
.carousel .slick-slide,
.slider-carousel .slick-slide,
.carousel4 .slick-slide,
.carousel3 .slick-slide,
.owl-carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1px !important;
}
@media screen and (min-width: 62.5em) {
  .carousel .slick-slide,
  .slider-carousel .slick-slide,
  .carousel4 .slick-slide,
  .carousel3 .slick-slide,
  .owl-carousel .slick-slide {
    margin-right: 20px;
  }
}
.carousel .slick-slide.slick-current, .carousel .slick-slide:hover,
.slider-carousel .slick-slide.slick-current,
.slider-carousel .slick-slide:hover,
.carousel4 .slick-slide.slick-current,
.carousel4 .slick-slide:hover,
.carousel3 .slick-slide.slick-current,
.carousel3 .slick-slide:hover,
.owl-carousel .slick-slide.slick-current,
.owl-carousel .slick-slide:hover {
  z-index: 100;
}
.carousel .slick-slide.slick-current,
.slider-carousel .slick-slide.slick-current,
.carousel4 .slick-slide.slick-current,
.carousel3 .slick-slide.slick-current,
.owl-carousel .slick-slide.slick-current {
  opacity: 1;
}
.carousel .slick-slide a,
.slider-carousel .slick-slide a,
.carousel4 .slick-slide a,
.carousel3 .slick-slide a,
.owl-carousel .slick-slide a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel .slick-slide img,
.slider-carousel .slick-slide img,
.carousel4 .slick-slide img,
.carousel3 .slick-slide img,
.owl-carousel .slick-slide img {
  width: 100%;
  height: auto;
  max-width: none;
}
.carousel .slick-dots,
.slider-carousel .slick-dots,
.carousel4 .slick-dots,
.carousel3 .slick-dots,
.owl-carousel .slick-dots {
  display: none !important;
  bottom: -15px;
}
@media screen and (min-width: 43.75em) {
  .carousel .slick-dots,
  .slider-carousel .slick-dots,
  .carousel4 .slick-dots,
  .carousel3 .slick-dots,
  .owl-carousel .slick-dots {
    bottom: -25px !important;
  }
}
@media screen and (min-width: 62.5em) {
  .carousel .slick-dots,
  .slider-carousel .slick-dots,
  .carousel4 .slick-dots,
  .carousel3 .slick-dots,
  .owl-carousel .slick-dots {
    bottom: -40px !important;
  }
}
.carousel .slick-dots li button,
.slider-carousel .slick-dots li button,
.carousel4 .slick-dots li button,
.carousel3 .slick-dots li button,
.owl-carousel .slick-dots li button {
  background: #cacaca;
  color: #cacaca;
  border: 1px solid #cacaca;
}
.carousel .slick-dots li button:before,
.slider-carousel .slick-dots li button:before,
.carousel4 .slick-dots li button:before,
.carousel3 .slick-dots li button:before,
.owl-carousel .slick-dots li button:before {
  color: #cacaca !important;
}
.carousel .slick-dots .slick-active button,
.slider-carousel .slick-dots .slick-active button,
.carousel4 .slick-dots .slick-active button,
.carousel3 .slick-dots .slick-active button,
.owl-carousel .slick-dots .slick-active button {
  background: transparent !important;
  border: 1px solid #cacaca;
}
.carousel .slick-dots .slick-active button:before,
.slider-carousel .slick-dots .slick-active button:before,
.carousel4 .slick-dots .slick-active button:before,
.carousel3 .slick-dots .slick-active button:before,
.owl-carousel .slick-dots .slick-active button:before {
  color: transparent !important;
}
.carousel .slick-arrow:before,
.slider-carousel .slick-arrow:before,
.carousel4 .slick-arrow:before,
.carousel3 .slick-arrow:before,
.owl-carousel .slick-arrow:before {
  color: #181715;
  border-color: #181715;
  padding: 20px;
  font-size: 20px;
  position: absolute;
  border-radius: 0;
  border: 0;
}
@media screen and (min-width: 62.5em) {
  .carousel .slick-arrow:before,
  .slider-carousel .slick-arrow:before,
  .carousel4 .slick-arrow:before,
  .carousel3 .slick-arrow:before,
  .owl-carousel .slick-arrow:before {
    font-size: 30px;
    padding: 10px;
  }
}
.carousel .slick-arrow.slick-prev,
.slider-carousel .slick-arrow.slick-prev,
.carousel4 .slick-arrow.slick-prev,
.carousel3 .slick-arrow.slick-prev,
.owl-carousel .slick-arrow.slick-prev {
  left: 10px;
  right: auto;
}
@media screen and (min-width: 40.625em) {
  .carousel .slick-arrow.slick-prev,
  .slider-carousel .slick-arrow.slick-prev,
  .carousel4 .slick-arrow.slick-prev,
  .carousel3 .slick-arrow.slick-prev,
  .owl-carousel .slick-arrow.slick-prev {
    left: -60px;
  }
}
.carousel .slick-arrow.slick-next,
.slider-carousel .slick-arrow.slick-next,
.carousel4 .slick-arrow.slick-next,
.carousel3 .slick-arrow.slick-next,
.owl-carousel .slick-arrow.slick-next {
  left: auto;
  right: 10px;
}
@media screen and (min-width: 40.625em) {
  .carousel .slick-arrow.slick-next,
  .slider-carousel .slick-arrow.slick-next,
  .carousel4 .slick-arrow.slick-next,
  .carousel3 .slick-arrow.slick-next,
  .owl-carousel .slick-arrow.slick-next {
    right: -40px;
  }
}

.stage {
  position: relative;
  overflow: hidden;
}
.stage .row, .stage .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 62.4375em) {
  .stage .inside {
    width: 100%;
    max-width: none;
    background: #181715;
  }
}
.stage .image_background_container {
  background: #181715;
}
@media screen and (max-width: 62.4375em) {
  .stage .image_background_container {
    position: relative;
    height: 375px;
  }
}
.stage .background-layer {
  width: 125%;
  height: 125%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 62.5em) {
  .stage .background-layer {
    z-index: auto;
  }
}
@media screen and (min-width: 62.5em) {
  .stage.right .row, .stage.right .inside {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 62.5em) {
  .stage.center .row, .stage.center .inside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 62.5em) {
  .stage.left .row, .stage.left .inside {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.stage .seperator {
  margin: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  display: none;
}
.stage .cta-btn {
  margin-top: 1rem;
}
.stage h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 43.75em) {
  .stage h2 {
    font-size: 1.6rem;
  }
}
.stage h2 a {
  color: #ffffff;
}
@media screen and (min-width: 62.5em) {
  .stage h2 {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 81.25em) {
  .stage h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 100em) {
  .stage h2 {
    font-size: 2.05rem;
  }
}

@media screen and (min-width: 62.5em) {
  .home .slider .stage .panel .inner-content {
    min-height: 320px;
  }
}

@media screen and (min-width: 62.5em) {
  .slider .stage .panel .inner-content.no-text {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.stage .panel {
  position: relative;
  color: #ffffff;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  padding: 4rem;
  background-color: transparent !important;
}
@media screen and (min-width: 43.75em) {
  .stage .panel {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
@media screen and (min-width: 62.5em) {
  .stage .panel {
    width: 55%;
  }
}
@media screen and (min-width: 81.25em) {
  .stage .panel {
    width: 40%;
  }
}
@media screen and (min-width: 120em) {
  .stage .panel {
    width: 40%;
  }
}
@media screen and (min-width: 62.5em) {
  .stage .panel {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 81.25em) {
  .stage .panel {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
@media screen and (min-width: 100em) {
  .stage .panel {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.stage.small .panel {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
@media screen and (min-width: 62.5em) {
  .stage.small .panel {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 81.25em) {
  .stage.small .panel {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
}
@media screen and (min-width: 100em) {
  .stage.small .panel {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.stage.large .panel {
  padding-top: 12vw;
  padding-bottom: 12vw;
}
@media screen and (min-width: 62.5em) {
  .stage.large .panel {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
@media screen and (min-width: 81.25em) {
  .stage.large .panel {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }
}
@media screen and (min-width: 100em) {
  .stage.large .panel {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.stage.xlarge .panel {
  padding-top: 16vw;
  padding-bottom: 16vw;
}
@media screen and (min-width: 62.5em) {
  .stage.xlarge .panel {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }
}
.stage.xxlarge .panel {
  padding-top: 27vw;
  padding-bottom: 27vw;
}
@media screen and (min-width: 62.5em) {
  .stage.xxlarge .panel {
    padding-top: 35vw;
    padding-bottom: 35vw;
  }
}
.stage.full-width-text .panel {
  width: 100% !important;
}
.stage .panel.full-layer .inner-content, .stage .panel.square .inner-content, .stage .panel.circle .inner-content {
  background-color: transparent !important;
}
@media screen and (min-width: 62.5em) {
  .stage .panel.full-layer {
    width: 45%;
  }
}
.stage .panel.mini-square {
  width: 100%;
}
@media screen and (min-width: 62.5em) {
  .stage .panel.mini-square {
    max-width: 500px;
  }
}
@media screen and (min-width: 81.25em) {
  .stage .panel.mini-square {
    max-width: 560px;
  }
}
@media screen and (min-width: 100em) {
  .stage .panel.mini-square {
    max-width: 620px;
  }
}
.stage .panel.mini-square .inner-content {
  padding: 30px;
  position: relative;
  padding-bottom: 75px;
  text-align: center;
}
@media screen and (min-width: 43.75em) {
  .stage .panel.mini-square .inner-content {
    padding: 50px 15vw 100px 15vw;
  }
}
@media screen and (min-width: 62.5em) {
  .stage .panel.mini-square .inner-content {
    padding: 40px 60px;
    text-align: left;
  }
}
@media screen and (min-width: 100em) {
  .stage .panel.mini-square .inner-content {
    padding: 35px 70px;
  }
}
.stage .big-icon {
  position: absolute;
  left: -15px;
  bottom: -15px;
  display: none;
}
@media screen and (min-width: 62.5em) {
  .stage .big-icon {
    display: block;
  }
}
.stage .cta-btn {
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
}
@media screen and (min-width: 62.5em) {
  .stage .cta-btn {
    margin-top: 6vw;
  }
}

.vp-stage {
  height: 100vh !important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 62.4375em) {
  .vp-stage .inside {
    width: 100%;
    background: transparent;
  }
}
@media screen and (max-width: 62.4375em) {
  .vp-stage .image_background_container {
    position: absolute;
  }
}

@media screen and (min-width: 62.5em) and (max-width: 81.1875em) {
  .slide .stage .row, .slide .stage .inside {
    padding-inline: 7vw;
  }
}
@media screen and (min-width: 81.25em) and (max-width: 99.9375em) {
  .slide .stage .row, .slide .stage .inside {
    padding-inline: 7vw;
  }
}

@media screen and (min-width: 62.5em) and (max-width: 81.1875em) {
  .no-slider .slide .stage .row, .no-slider .slide .stage .inside {
    padding-inline: 0vw;
  }
}
@media screen and (min-width: 81.25em) and (max-width: 99.9375em) {
  .no-slider .slide .stage .row, .no-slider .slide .stage .inside {
    padding-inline: 0vw;
  }
}

.stage.nocontent .image_background_container {
  position: absolute;
  z-index: auto;
}
.stage.nocontent .panel {
  display: none;
}
.stage.nocontent.small {
  min-height: 250px;
}
@media screen and (min-width: 43.75em) {
  .stage.nocontent.small {
    min-height: 400px;
  }
}
.stage.nocontent.medium {
  min-height: 350px;
}
@media screen and (min-width: 43.75em) {
  .stage.nocontent.medium {
    min-height: 550px;
  }
}
.stage.nocontent.large {
  min-height: 400px;
}
@media screen and (min-width: 43.75em) {
  .stage.nocontent.large {
    min-height: 700px;
  }
}
.stage.nocontent.xlarge {
  min-height: 500px;
}
@media screen and (min-width: 43.75em) {
  .stage.nocontent.xlarge {
    min-height: 900px;
  }
}

@media screen and (max-width: 62.4375em) {
  .wp-block-lazyblock-text-image-combinator .round-icon-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-block-lazyblock-text-image-combinator h2 {
  line-height: 1.3;
}
@media screen and (max-width: 62.4375em) {
  .wp-block-lazyblock-text-image-combinator h4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 62.4375em) {
  .circle.background-layer {
    z-index: -1;
  }
}
@media screen and (min-width: 62.5em) {
  .circle.background-layer {
    width: 250vw;
    height: 250vw;
    border-radius: 50%;
    max-width: none;
    top: 50%;
    left: -75%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-51%, -50%);
        -ms-transform: translate(-51%, -50%);
            transform: translate(-51%, -50%);
  }
}
@media screen and (min-width: 81.25em) {
  .circle.background-layer {
    -webkit-transform: translate(-54%, -50%);
        -ms-transform: translate(-54%, -50%);
            transform: translate(-54%, -50%);
  }
}

@media screen and (min-width: 62.5em) {
  .right .circle.background-layer {
    right: -75%;
    left: auto;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transform: translate(51%, -50%);
        -ms-transform: translate(51%, -50%);
            transform: translate(51%, -50%);
  }
}
@media screen and (min-width: 81.25em) {
  .right .circle.background-layer {
    -webkit-transform: translate(54%, -50%);
        -ms-transform: translate(54%, -50%);
            transform: translate(54%, -50%);
  }
}

@media screen and (min-width: 62.5em) {
  .center .circle.background-layer {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 62.5em) {
  .square.background-layer {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    max-width: none;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@media screen and (min-width: 62.5em) {
  .right .square.background-layer {
    right: 0%;
    left: auto;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 50%;
  }
}

@media screen and (min-width: 62.5em) {
  .center .square.background-layer {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 50%;
  }
}

.mini-square.background-layer {
  display: none;
}

/* Separators */
.triangle-down-green, .triangle-down-brand, .triangle-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 16px;
  border-color: #319F49 transparent transparent transparent;
}

.triangle-down-black {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 16px;
  border-color: #414141 transparent transparent transparent;
}

/* Separators */
.separator.line-bottom {
  border-bottom: 1px solid #cacaca;
}
.separator.line-top {
  border-top: 1px solid #cacaca;
}

.flex-box, .box {
  /*display: flex;
  justify-content: center;
  flex-wrap:wrap;
  align-items: center;*/
  position: relative;
  overflow: hidden;
  /*&.w50:nth-of-type(1) {
  	justify-content: flex-end;


  }


  &.w50:nth-of-type(2) {
  	justify-content: flex-start;


  }*/
}
@media screen and (min-width: 62.5em) {
  .flex-box .text-content, .box .text-content {
    max-width: 600px;
  }
}
.flex-box.black, .box.black {
  background: #181715;
}
.flex-box.red, .box.red {
  background: #319F49;
}

.text-box {
  background-color: #ffffff;
  color: #268a3c;
  padding: 50px;
}

.content-box {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  clear: both;
}

.box-with-icon .image_container {
  height: 120px;
  width: 120px;
  position: relative;
  padding: 15px;
  margin: 0 auto 30px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 62.5em) {
  .box-with-icon .image_container {
    padding: 20px;
    height: 150px;
    width: 150px;
  }
}
.box-with-icon .image_container img,
.box-with-icon .image_container svg,
.box-with-icon .image_container picture {
  -o-object-fit: contain;
     object-fit: contain;
}
.box-with-icon h3 {
  font-size: 1.3rem;
  min-height: 1.6;
  color: #319F49;
  overflow: hidden;
}
.box-with-icon sub {
  line-height: 0.5;
}

.box-with-icon.bg-icon-box {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 62.5em) {
  .box-with-icon.bg-icon-box {
    height: 310px;
  }
}
@media screen and (min-width: 81.25em) {
  .box-with-icon.bg-icon-box {
    height: 300px;
  }
}
.box-with-icon.bg-icon-box .text-content {
  max-width: 70%;
  padding-top: 2rem;
}
@media screen and (min-width: 62.5em) {
  .box-with-icon.bg-icon-box .text-content {
    max-width: 85%;
  }
}
@media screen and (min-width: 81.25em) {
  .box-with-icon.bg-icon-box .text-content {
    max-width: 75%;
  }
}
.box-with-icon.bg-icon-box h3 {
  font-size: 0.95rem;
  height: 2.2rem;
  overflow: hidden;
}
.box-with-icon.bg-icon-box .image_container {
  padding: 0;
  height: 100%;
  width: 60%;
  max-height: 90px;
  max-width: 90px;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
@media screen and (min-width: 62.5em) {
  .box-with-icon.bg-icon-box .image_container {
    max-height: 100px;
    max-width: 100px;
  }
}
@media screen and (min-width: 81.25em) {
  .box-with-icon.bg-icon-box .image_container {
    max-height: 120px;
    max-width: 120px;
  }
}
.box-with-icon.bg-icon-box .image_container svg, .box-with-icon.bg-icon-box .image_container img {
  -o-object-fit: contain;
     object-fit: contain;
}

.box-with-icon.big-image-icon-box .image_container {
  padding: 0;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 2vw;
}
.box-with-icon.big-image-icon-box .text-content h3, .box-with-icon.big-image-icon-box .text-content h2 {
  margin-bottom: 2vw;
}

.teaser-box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 43.75em) {
  .teaser-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.teaser-box a {
  font-weight: 400;
}
.teaser-box h3, .teaser-box h4 {
  font-size: 1.1rem;
  color: #181715;
}
@media screen and (min-width: 62.5em) {
  .teaser-box h3, .teaser-box h4 {
    font-size: 1.3rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.teaser-box .background-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.teaser-box .text-content {
  position: relative;
}
.teaser-box .image_container {
  max-width: 300px;
  height: auto;
  max-height: 400px;
}
@media screen and (min-width: 62.5em) {
  .teaser-box .image_container {
    height: 300px;
    width: 100%;
    max-width: none;
  }
}