@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap");
@import url(uikit.min.css);
* {
  box-sizing: border-box; }

.post-edit-link {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 30px;
  background-color: #336666;
  color: #fff; }

.uk-container {
  max-width: 1400px; }

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  min-height: auto; }

html {
  height: 100%; }

body {
  min-height: 100vh;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #333; }
  body.subpage main {
    padding-top: 88px; }

main {
  flex: 1; }

em {
  color: #336666; }

.uk-heading-bullet:before {
  border-left: 5px solid #336666; }

p {
  line-height: 180%; }

.uk-section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (min-width: 640px) {
    .uk-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 960px) {
    .uk-section {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media screen and (min-width: 1200px) {
    .uk-section {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media screen and (min-width: 1600px) {
    .uk-section {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .uk-section.white {
    background-color: #fff; }
    .uk-section.white p,
    .uk-section.white li,
    .uk-section.white strong,
    .uk-section.white b,
    .uk-section.white svg {
      color: #363636; }
  .uk-section.light {
    background-color: #f9f9f9;
    color: #363636; }
    .uk-section.light p,
    .uk-section.light li,
    .uk-section.light strong,
    .uk-section.light b,
    .uk-section.light svg {
      color: #363636; }
  .uk-section.dark {
    background-color: #212121; }
    .uk-section.dark p,
    .uk-section.dark li,
    .uk-section.dark strong,
    .uk-section.dark b,
    .uk-section.dark svg {
      color: #fff; }
  .uk-section.primary {
    background-color: #336666;
    color: #fff; }
    .uk-section.primary p,
    .uk-section.primary li,
    .uk-section.primary strong,
    .uk-section.primary b,
    .uk-section.primary svg {
      color: #fff; }
  .uk-section.secondary {
    background-color: #6ea269; }
    .uk-section.secondary p,
    .uk-section.secondary li,
    .uk-section.secondary strong,
    .uk-section.secondary b,
    .uk-section.secondary svg {
      color: #fff; }

.uk-overlay.light {
  background-color: rgba(249, 249, 249, 0.75); }
.uk-overlay.dark {
  background-color: rgba(33, 33, 33, 0.75); }
.uk-overlay.primary {
  background-color: rgba(51, 102, 102, 0.75); }
.uk-overlay.secondary {
  background-color: rgba(110, 162, 105, 0.75); }

.text-light p, .text-light li {
  color: #fff; }

.text-dark p, .text-dark li {
  color: #363636; }

.bg-light {
  background-color: #f9f9f9; }
  .bg-light.bg-opacity {
    background-color: rgba(249, 249, 249, 0.75); }

.bg-dark {
  background-color: #212121; }
  .bg-dark.bg-opacity {
    background-color: rgba(33, 33, 33, 0.75); }

.bg-primary {
  background-color: #336666; }
  .bg-primary.bg-opacity {
    background-color: rgba(51, 102, 102, 0.75); }

.bg-secondary {
  background-color: #6ea269; }
  .bg-secondary.bg-opacity {
    background-color: rgba(110, 162, 105, 0.75); }

.color-light {
  color: #fff; }
  .color-light p, .color-light li {
    color: #fff; }

.color-dark {
  color: #363636; }
  .color-dark p, .color-dark li {
    color: #363636; }

.color-primary {
  color: #336666; }
  .color-primary p, .color-primary li {
    color: #336666; }

.color-secondary {
  color: #6ea269; }
  .color-secondary p, .color-secondary li {
    color: #6ea269; }

.box_ratio {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .box_ratio:before {
    content: "";
    display: block;
    padding-top: 100%; }

.ratio2_1:before {
  padding-top: 50%; }

.ratio1_2:before {
  padding-top: 200%; }

.ratio4_3:before {
  padding-top: 75%; }

.ratio3_1:before {
  padding-top: 33.333%; }

.ratio4_1:before {
  padding-top: 25%; }

.ratio16_9:before {
  padding-top: 56.25%; }

.uk-width-2-6 {
  width: calc(100% * 3 / 6.001); }

.uk-button-primary {
  background-color: #336666; }
  .uk-button-primary:hover {
    background-color: #4e7a7a; }
  .uk-button-primary:focus, .uk-button-primary:active {
    background-color: #336666; }
    .uk-button-primary:focus:hover, .uk-button-primary:active:hover {
      background-color: #4e7a7a; }

.uk-button-secondary {
  background-color: #6ea269; }
  .uk-button-secondary:hover {
    background-color: #81ae7d; }
  .uk-button-secondary:focus, .uk-button-secondary:active {
    background-color: #6ea269; }
    .uk-button-secondary:focus:hover, .uk-button-secondary:active:hover {
      background-color: #81ae7d; }

h1, h2, h3, h4, h5 {
  line-height: 1.3; }

h1 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 24px; } }

html, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

.Subheadline {
  margin-top: -20px;
  margin-bottom: 40px; }

::selection {
  background-color: #336666;
  color: #fff; }

textarea {
  resize: vertical; }

.caldera_ajax_error_block {
  color: #b94a48; }

/* /// HIDE BROWSER DEFAULT INPUT TAGS /// */
.caldera-grid label [type="radio"],
.caldera-grid label [type="checkbox"] {
  display: none; }

/* /// MAKE THE CURSOR A HAND /// */
.caldera-grid .radio span:hover,
.caldera-grid .radio-inline span:hover,
.caldera-grid .checkbox span:hover,
.caldera-grid .checkbox-inline span:hover {
  cursor: pointer; }

/* /// OUR CUSTOM INPUTS /// */
.caldera-grid .radio span:before,
.caldera-grid .checkbox span:before,
.caldera-grid .radio-inline span:before,
.caldera-grid .checkbox-inline span:before {
  content: "";
  border: 1px solid #6ea269;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #fff; }

.checkbox label {
  position: relative; }
  .checkbox label span {
    padding-left: 25px;
    display: block; }
  .checkbox label a {
    color: #336666; }

.caldera-grid .radio span:before {
  content: "";
  color: #6ea269;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  border-radius: 50%; }

/* /// CHECKED STATE /// */
.caldera-grid [type=radio]:checked + span:before {
  content: "\2717"; }

.caldera-grid .radio span:hover:before,
.caldera-grid .radio-inline span:hover:before {
  border: 1px solid #336666; }

.caldera-grid .checkbox span:hover:before,
.caldera-grid .checkbox-inline span:hover:before {
  content: "";
  filter: alpha(opacity=20);
  border: 1px solid #336666; }

.caldera-grid [type=checkbox]:checked + span:before {
  content: "\2713";
  text-align: center;
  color: #6ea269;
  font-size: 18px;
  line-height: 18px; }

.caldera-grid [type=radio]:checked + span:before:hover,
.caldera-grid [type=checkbox]:checked + span:before:hover {
  filter: alpha(opacity=100);
  opacity: 1; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.form-control,
.caldera-grid input,
.caldera-grid select,
.caldera-grid textarea {
  line-height: 1.5 !important;
  padding: 7px;
  border: 1px solid rgba(110, 162, 105, 0.2);
  font-size: 14px !important; }

.caldera-grid .uk-button, .caldera-grid .btn, .btn, .uk-button {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px; }
  .caldera-grid .uk-button .uk-icon, .caldera-grid .btn .uk-icon, .btn .uk-icon, .uk-button .uk-icon {
    margin-left: 10px; }
  .caldera-grid .uk-button.only-icon .uk-icon, .caldera-grid .btn.only-icon .uk-icon, .btn.only-icon .uk-icon, .uk-button.only-icon .uk-icon {
    margin-left: 0px; }

.wt_gallery .img_item {
  position: relative;
  overflow: hidden; }

.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.6); }
  .uk-lightbox .uk-lightbox-items {
    max-width: 80vw;
    max-height: 80vh;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; }
  .uk-lightbox .uk-lightbox-toolbar, .uk-lightbox .uk-lightbox-button {
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.7); }
  .uk-lightbox .uk-lightbox-toolbar-icon {
    color: rgba(0, 0, 0, 0.7); }

.bg_primary {
  background-color: #336666; }

.bg_secondary {
  background-color: #6ea269; }

.bg_dark {
  background-color: #333; }

.bg_light {
  background-color: #efefef; }

.uk-icon-button {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  background-color: #336666;
  color: #fff !important; }

.MainHeader {
  z-index: 5;
  background-color: transparent;
  box-shadow: none;
  transition: all .2s linear; }
  .MainHeader .uk-container {
    max-width: 1800px; }
  .MainHeader .logo {
    width: auto;
    transition: all .5s linear; }
  .MainHeader .uk-flex > .auto-width-transition {
    max-width: auto;
    transition: all .5s linear; }
  .MainHeader .MainNavigation {
    margin-left: 15px;
    opacity: 0;
    transition: opacity .5s linear; }
    .MainHeader .MainNavigation ul {
      margin: 0; }
      .MainHeader .MainNavigation ul li a {
        color: #fff;
        text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
        padding: 0 15px;
        font-size: 18px; }
        .MainHeader .MainNavigation ul li a .uk-icon {
          margin-top: 3px;
          display: block;
          float: right;
          margin-left: 5px; }
    .MainHeader .MainNavigation .uk-navbar-dropdown {
      width: auto;
      padding: 15px;
      left: 0px !important; }
      .MainHeader .MainNavigation .uk-navbar-dropdown ul li a {
        white-space: nowrap;
        padding: 10px 15px; }
  .MainHeader .socialnav {
    margin: 0; }
  .MainHeader.with-background, .MainHeader.subpageheader {
    background-color: white;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.1); }
    .MainHeader.with-background .logo, .MainHeader.subpageheader .logo {
      max-width: 100px; }
    .MainHeader.with-background .MainNavigation, .MainHeader.subpageheader .MainNavigation {
      opacity: 1; }
      .MainHeader.with-background .MainNavigation li a, .MainHeader.subpageheader .MainNavigation li a {
        color: #336666;
        text-shadow: none; }
  .MainHeader .FlagToggle {
    color: #fff; }
    .MainHeader .FlagToggle img {
      width: 35px;
      height: 20px; }
  .MainHeader .FlagToggleBar img {
    width: 25px;
    height: 15px; }

.Hero {
  height: 100vh; }
  .Hero .uk-container {
    max-width: 1800px; }
  .Hero .box_ratio:before {
    padding-top: 43%; }
  .Hero .ScollAnchor {
    position: relative;
    width: 90px;
    height: 55px;
    text-align: center; }
    .Hero .ScollAnchor .chevron {
      position: absolute;
      width: 28px;
      height: 2px;
      left: 50%;
      margin-left: -14px;
      opacity: 0;
      transform: scale3d(0.5, 0.5, 0.5);
      animation: move 3s ease-out infinite; }
    .Hero .ScollAnchor .chevron:first-child {
      animation: move 3s ease-out 1s infinite; }
    .Hero .ScollAnchor .chevron:nth-child(2) {
      animation: move 3s ease-out 2s infinite; }
    .Hero .ScollAnchor .chevron:before,
    .Hero .ScollAnchor .chevron:after {
      content: ' ';
      position: absolute;
      top: 0;
      height: 100%;
      width: 51%;
      background: #fff; }
    .Hero .ScollAnchor .chevron:before {
      left: 0;
      transform: skew(0deg, 30deg); }
    .Hero .ScollAnchor .chevron:after {
      right: 0;
      width: 50%;
      transform: skew(0deg, -30deg); }
@keyframes move {
  25% {
    opacity: 1; }
  33% {
    opacity: 1;
    transform: translateY(30px); }
  67% {
    opacity: 1;
    transform: translateY(40px); }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } }
    .Hero .ScollAnchor .text {
      display: block;
      margin-top: 0px;
      margin-left: 0px;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap;
      opacity: .5;
      animation: pulse 2s linear alternate infinite; }
@keyframes pulse {
  to {
    opacity: 1; } }
  .Hero .HeroTeaser .inner {
    padding: 15px 50px;
    color: #fff;
    font-size: 14px;
    position: relative;
    height: 100%;
    box-sizing: border-box; }
    .Hero .HeroTeaser .inner h2 {
      font-size: 18px;
      color: #fff;
      line-height: 1.8; }
    .Hero .HeroTeaser .inner a {
      color: #fff; }
    .Hero .HeroTeaser .inner.with_border:before {
      content: '';
      height: calc(100% - 30px);
      width: 1px;
      background-color: #fff;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      opacity: .2; }
    .Hero .HeroTeaser .inner.highlight {
      height: 100%;
      box-sizing: border-box; }
      .Hero .HeroTeaser .inner.highlight > .uk-flex {
        height: 100%; }
      .Hero .HeroTeaser .inner.highlight .uk-icon {
        margin-left: 15px; }
  .Hero .HeroTextContainer {
    height: 100%; }
    .Hero .HeroTextContainer h2 {
      font-size: 65px;
      color: #fff;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3); }
    .Hero .HeroTextContainer p {
      color: #fff;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
      line-height: 1.8; }

.Benefits .inner {
  padding: 30px;
  height: 100%;
  box-sizing: border-box; }
  .Benefits .inner h2 {
    font-size: 35px;
    margin: 0; }
.Benefits .BenefitsList li .imgbox {
  width: 60px;
  height: 60px;
  background-color: #336666;
  margin-right: 30px;
  position: relative; }
  .Benefits .BenefitsList li .imgbox .uk-icon {
    color: #fff; }

.Products {
  position: relative;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4); }
  .Products .uk-container {
    position: relative;
    z-index: 3; }
  .Products .innerContent {
    z-index: 5;
    height: 100%;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3); }
    .Products .innerContent h3, .Products .innerContent p {
      color: #fff; }
    .Products .innerContent h3 {
      font-size: 20px; }
    .Products .innerContent img {
      height: 300px;
      margin: 0 auto 30px auto;
      display: block; }

footer {
  color: #fff; }
  footer ul li a {
    color: #fff; }
  footer .uk-subnav > * > :first-child {
    color: #fff;
    font-size: 10px; }

.Short_Teaser .free_object {
  position: absolute;
  top: -100px;
  right: 0; }

.image-sidebar img {
  margin: 0 auto 30px auto;
  display: block; }

.SubpageHeader h2 {
  margin-bottom: 40px; }
  .SubpageHeader h2 span {
    display: block;
    background-color: #336666;
    color: #fff;
    margin: 0 auto;
    padding: 10px; }

.ImageSlideshow {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.07);
  height: 100%; }
  .ImageSlideshow .uk-slideshow-items {
    height: 100%; }

.ImageSlider .uk-slider-items > div .inner {
  width: 100%;
  position: relative; }
  .ImageSlider .uk-slider-items > div .inner:before {
    content: '';
    display: block;
    padding-top: 60%; }

/*# sourceMappingURL=style.css.map */
