/* ==========================================================================
   Mixinx
   ========================================================================== */
/*
   Full Width
   ========================================================================== */
/* ==========================================================================
   Create Classes
   ========================================================================== */
/**
 * Creates Classes with the first Parameter $className
 *
 * className,
 * className-mobile, className-desktop
 * className-xs, className-sm, className-md, className-lg, className-xl, mobile, desktop
 *
 */
/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
.hide {
  display: none !important;
}

.color-white {
  color: #fff;
}

.green,
.color-green,
.color-primary {
  color: #009049;
}

.color-secondary {
  color: #000;
}

.bg-primary {
  background-color: #009049;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

/* Full Width
   ========================================================================== */
.full-width {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: initial;
  margin-right: initial;
  max-width: none;
}

.full-width-container {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  position: relative;
  left: 50%;
  padding: 0 calc(50vw - 50%);
  margin-left: initial;
  margin-right: initial;
  max-width: none;
}

/* Text align
   ========================================================================== */
.text-center {
  text-align: center;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .text-center-lg {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .text-center-xl {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-center-desktop {
    text-align: center;
  }
}
/* Show and Hide
   ========================================================================== */
.visible,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl,
.visible-mobile,
.visible-desktop {
  display: none;
}

.visible {
  display: block;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .visible-md {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .visible-lg {
    display: block;
  }
}
@media (min-width: 1600px) {
  .visible-xl {
    display: block;
  }
}
@media (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .visible-desktop {
    display: block;
  }
}
.hidden,
.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-lg,
.hidden-xl,
.hidden-mobile,
.hidden-desktop {
  display: block;
}

.hidden {
  display: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

.container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  display: flex;
  box-sizing: border-box;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.row > [class^=col-],
.row > [class*=" col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

[class^=col-],
[class*=" col-"] {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: calc(48rem + 15px);
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: calc(64rem + 15px);
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: calc(75rem + 15px);
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../Fonts/Roboto-Condensed/RobotoCondensed-VariableFont_wght.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../Fonts/Roboto-Condensed/RobotoCondensed-VariableFont_wght.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../Fonts/Roboto-Condensed/RobotoCondensed-VariableFont_wght.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../Fonts/Roboto-Condensed/RobotoCondensed-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../Fonts/Roboto-Condensed/RobotoCondensed-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../Fonts/Roboto-Condensed/RobotoCondensed-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  src: url("../Fonts/Iconfont/iconfont.eot?26lo57");
  src: url("../Fonts/Iconfont/iconfont.eot?26lo57#iefix") format("embedded-opentype"), url("../Fonts/Iconfont/iconfont.ttf?26lo57") format("truetype"), url("../Fonts/Iconfont/iconfont.woff?26lo57") format("woff"), url("../Fonts/Iconfont/iconfont.svg?26lo57#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-map-marker:before {
  content: "\e902";
}

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

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

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

.icon-tree-butterfly:before {
  content: "\e906";
}

.icon-leaf:before {
  content: "\e907";
}

.icon-chart:before {
  content: "\e908";
}

.icon-map-with-marker:before {
  content: "\e909";
}

.icon-flower-gecko:before {
  content: "\e90a";
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #909090;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1em;
}

h1,
h2 {
  font-size: 32px;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5,
h6 {
  font-weight: bold;
}

h1 {
  margin-bottom: 75px;
}

p {
  margin-bottom: 1em;
}

a {
  color: #009049;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

ul.list-inline {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding-left: 0.5em;
}
ul.list-inline li {
  display: inline-block;
  padding: 0 0.5em;
  border-left: 1px solid #ccc;
  line-height: 1;
}
ul.list-inline li:first-child {
  border: none;
}
ul.list-inline a {
  display: block;
  color: #009049;
  text-decoration: none;
}
ul.list-inline a:hover, ul.list-inline a:focus {
  color: #000;
  text-decoration: none;
}

.l-header .container {
  overflow: hidden;
  text-align: center;
}

.l-header nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header nav ul {
  list-style: none;
}
.l-header nav ul li {
  display: inline-block;
}

.l-header__logo {
  display: block;
  margin: 15px 0;
  float: left;
}

.l-header__tel {
  float: right;
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.l-header .social-icons {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 38px 1rem 0 0;
}
.l-header .social-icons a,
.l-header .social-icons svg {
  display: block;
}
.l-header .social-icons a {
  color: #909090;
}
.l-header .social-icons a:hover {
  color: #009049;
}

@media (max-width: 767px) {
  .l-header .social-icons {
    position: absolute;
    top: 20px;
    right: 70px;
    margin-top: 38px !important;
  }
}
@media (max-width: 1023px) {
  .l-header .social-icons {
    margin-top: 57px;
  }
}
.l-header .l-header__list {
  margin: 0 0 15px 0;
  padding: 0;
  vertical-align: top;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
  .l-header .l-header__list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-header .l-header__list + .l-header__list {
    width: auto;
    position: absolute;
    top: 174px;
    z-index: 10;
    right: 50%;
    -webkit-transform: translateX(60%);
    -moz-transform: translateX(60%);
    -ms-transform: translateX(60%);
    -o-transform: translateX(60%);
    transform: translateX(60%);
  }
  .l-header .l-header__list + .l-header__list li a {
    color: #fff;
    opacity: 0.5;
  }
  .l-header .l-header__list + .l-header__list li a:hover, .l-header .l-header__list + .l-header__list li a:focus {
    color: #fff;
    opacity: 1;
  }
  .l-header .l-header__list + .l-header__list li.active a {
    color: #fff;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__list + .l-header__list li.active a {
    color: #000;
  }
}
@media (max-width: 1023px) {
  .l-header__tel.m-btn--icon {
    margin-top: 50px;
  }
  .l-header__tel.m-btn--icon i {
    border: none;
  }
  .l-header__tel.m-btn--icon span {
    display: none;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__list {
    margin-top: 60px;
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  .l-header .container {
    text-align: right;
  }
  .l-header .l-header__list {
    margin-top: 42px;
    margin-right: 30px;
  }
}
.l-navbar {
  position: relative;
  color: #fff;
  background-color: #373737;
  min-height: 46px;
}
.l-navbar .container {
  position: relative;
}
.l-navbar ul a {
  display: block;
  padding: 8px 10px 7px;
  color: #fff;
  font-size: 18px;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
}
.l-navbar ul a:hover, .l-navbar ul a:focus {
  background-color: #009049;
}
.l-navbar ul .active > a {
  background-color: #009049;
}
.l-navbar li .dropdown.open {
  background-color: #373737;
}
.l-navbar li .dropdown.open > a {
  background-color: #009049;
}
.l-navbar li .dropdown ul {
  padding-left: 15px;
}
.l-navbar li .dropdown a:hover {
  background-color: #009049;
}
.l-navbar li.open .dropdown {
  background-color: #373737;
}
.l-navbar li.open .dropdown ul {
  padding-left: 15px;
}
.l-navbar li.open .dropdown a:hover {
  background-color: #009049;
}
.l-navbar li.open > a {
  background-color: #009049 !important;
}

@media (min-width: 768px) {
  .l-navbar ul a:hover, .l-navbar ul a:focus {
    background-color: transparent;
    border-bottom-color: #009049;
  }
  .l-navbar ul .active > a {
    background-color: transparent;
    border-bottom-color: #009049;
  }
  .l-navbar li .dropdown ul {
    padding-left: 0 !important;
  }
}
.l-navbar__mobile-menu-trigger {
  display: inline-block;
}
@media (min-width: 768px) {
  .l-navbar__mobile-menu-trigger {
    display: none;
  }
}
.l-navbar__mobile-menu-trigger a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  padding: 10px;
  margin-left: -10px;
  height: 46px;
}

.menu-icon {
  display: inline-block;
  margin-right: 5px;
}

.menu-icon span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.menu-icon span + span {
  margin-top: 4px;
}

/* ==========================================================================
   Navbar Toggle Menu Animation
   ========================================================================== */
.menu-icon span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-icon span:nth-child(1) {
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  -moz-transform: rotate(0) translateY(0) translateX(0);
  -ms-transform: rotate(0) translateY(0) translateX(0);
  -o-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0);
}

.menu-icon span:nth-child(2) {
  opacity: 1;
}

.menu-icon span:nth-child(3) {
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  -moz-transform: rotate(0) translateY(0) translateX(0);
  -ms-transform: rotate(0) translateY(0) translateX(0);
  -o-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0);
}

.menu-icon.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
  -moz-transform: rotate(-45deg) translateY(5px) translateX(-5px);
  -ms-transform: rotate(-45deg) translateY(5px) translateX(-5px);
  -o-transform: rotate(-45deg) translateY(5px) translateX(-5px);
  transform: rotate(-45deg) translateY(5px) translateX(-5px);
}

.menu-icon.active span:nth-child(2) {
  opacity: 0;
}

.menu-icon.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-4px) translateX(-3px);
  -moz-transform: rotate(45deg) translateY(-4px) translateX(-3px);
  -ms-transform: rotate(45deg) translateY(-4px) translateX(-3px);
  -o-transform: rotate(45deg) translateY(-4px) translateX(-3px);
  transform: rotate(45deg) translateY(-4px) translateX(-3px);
}

.l-navbar__menu__header {
  display: block;
  height: 46px;
  background-color: #009049;
  margin-bottom: 1px;
}

.menu-title {
  display: block;
  padding: 11px;
}

.menu-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .l-navbar__menu {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    max-width: 280px;
    background-color: #373737;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-navbar__menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .l-navbar__menu {
    display: block;
  }
  .l-navbar__menu .l-navbar__menu__header {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-navbar__menu ul li {
    display: inline-block;
  }
}

.l-navbar__menu .dropdown.open {
  background-color: #009049;
}

.l-navbar__menu .dropdown-menu li {
  display: block;
}
.l-navbar__menu .dropdown-menu a {
  display: block;
  font-size: 16px;
  text-transform: none;
  min-width: 160px;
}

.l-navbar__search {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #009049;
  width: 46px;
  z-index: 12;
}

.l-navbar__search.active,
.l-navbar__search.active {
  width: 100%;
}

.l-navbar__search.active .l-navbar__search__search-form input[type=submit],
.l-navbar__search.active .l-navbar__search__search-form input[type=submit] {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.l-navbar__search__search-toggle {
  display: block;
  cursor: pointer;
  width: 46px;
  height: 46px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 46px;
  position: relative;
  background-color: #009049;
}
.l-navbar__search__search-toggle:hover, .l-navbar__search__search-toggle:focus {
  text-decoration: none;
}

.l-navbar__search__search-form {
  position: absolute;
  left: 46px;
  top: 0;
  bottom: 0;
  right: 0;
}
.l-navbar__search__search-form input[type=text]::-webkit-input-placeholder,
.l-navbar__search__search-form input[type=text]:hover::-webkit-input-placeholder,
.l-navbar__search__search-form input[type=text]:focus::-webkit-input-placeholder {
  color: #fff;
}
.l-navbar__search__search-form input[type=text]::-moz-placeholder,
.l-navbar__search__search-form input[type=text]:hover::-moz-placeholder,
.l-navbar__search__search-form input[type=text]:focus::-moz-placeholder {
  color: #fff;
}
.l-navbar__search__search-form input[type=text]:-moz-placeholder,
.l-navbar__search__search-form input[type=text]:hover:-moz-placeholder,
.l-navbar__search__search-form input[type=text]:focus:-moz-placeholder {
  color: #fff;
}
.l-navbar__search__search-form input[type=text]:-ms-input-placeholder,
.l-navbar__search__search-form input[type=text]:hover:-ms-input-placeholder,
.l-navbar__search__search-form input[type=text]:focus:-ms-input-placeholder {
  color: #fff;
}
.l-navbar__search__search-form input[type=text],
.l-navbar__search__search-form input[type=text]:hover,
.l-navbar__search__search-form input[type=text]:focus {
  background: none;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 46px;
  height: 46px;
  font-size: 18px;
  padding: 0;
  padding-right: 85px;
}
.l-navbar__search__search-form input[type=submit] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -ms-transform: translateX(150%);
  -o-transform: translateX(150%);
  transform: translateX(150%);
  display: block;
  margin: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #009049;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  opacity: 0;
}

.content-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-block.bg-grey {
  background-color: #f4f4f4;
}
.content-block.bg-image {
  background-size: cover;
}

.article ul,
.content-block .frame ul {
  padding-left: 1rem;
  list-style: disc;
  margin-bottom: 1rem;
}
.article ol,
.content-block .frame ol {
  list-style: decimal;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.l-footer {
  padding: 45px 0 0 0;
  background-color: #373737;
}

.l-footer__headline {
  display: block;
  margin: 0 0 30px 0;
  color: #009049;
}

.l-footer__links {
  margin: 0 0 30px 0;
}
.l-footer__links a {
  color: #909090;
  text-decoration: none;
}
.l-footer__links a:hover, .l-footer__links a:focus {
  color: #fff;
  text-decoration: none;
}

.l-footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  line-height: 1;
}

.l-footer__copyright__links ul {
  display: inline-block;
  margin: 0 0 30px 0;
  list-style: none;
  padding-left: 0.5em;
}
.l-footer__copyright__links ul li {
  display: inline-block;
  padding: 0 0.5em;
  border-left: 1px solid;
}
.l-footer__copyright__links ul a {
  color: #909090;
  text-decoration: none;
}
.l-footer__copyright__links ul a:hover, .l-footer__copyright__links ul a:focus {
  color: #fff;
  text-decoration: none;
}

.l-footer__copyright__button {
  margin: 0 0 30px 0;
}

.m-btn {
  display: inline-block;
  border-radius: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding: 0.5em 2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
}
.m-btn:hover, .m-btn:focus {
  text-decoration: none;
}

.m-btn--primary {
  color: #fff;
  background-color: #009049;
}
.m-btn--primary:hover, .m-btn--primary:focus {
  color: #fff;
  background-color: #000;
}

.m-btn--outline {
  padding: 0.4em 0.6em;
  font-weight: normal;
  font-size: 24px;
  border: 1px solid #000;
  color: #000;
  text-transform: none;
}
.m-btn--outline:hover, .m-btn--outline:focus {
  color: #fff;
  border-color: #009049;
  background-color: #009049;
}

.m-btn--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.m-btn--icon i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #ccc;
  font-size: 0.6em;
  border-right: 1px solid #000;
  padding: 1em;
}
.m-btn--icon span {
  padding: 0.4em 0.6em;
}
.m-btn--icon {
  font-weight: normal;
  font-size: 24px;
  border: 1px solid #000;
  color: #000;
  text-transform: none;
}
.m-btn--icon:hover, .m-btn--icon:focus {
  color: #fff;
  border-color: #009049;
  background-color: #009049;
}
.m-btn--icon:hover i, .m-btn--icon:focus i {
  color: #fff;
  border-color: #fff;
}

.m-btn--white {
  color: #fff;
  border-color: #fff;
}
.m-btn--white:hover, .m-btn--white:focus {
  color: #009049;
  border-color: #fff;
  background-color: #fff;
}

@media (max-width: 767px) {
  .media-object .media-figure {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .media-object {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 1em;
  }
  .media-object .media-figure {
    margin-right: 1em;
  }
  .media-object .media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.overlay-object {
  position: relative;
}
.overlay-object img {
  display: block;
}
.overlay-object .overlay-text {
  position: absolute;
  padding: 25px;
}
.overlay-object .overlay-text h2 {
  margin: 0;
}
.overlay-object .overlay-text.left {
  left: 0;
}
.overlay-object .overlay-text.bottom {
  bottom: 0;
}

form .form-group {
  margin-bottom: 25px;
}
form label {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 7px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}
form input[type=color], form input[type=date], form input[type=datetime], form input[type=datetime-local], form input[type=email], form input[type=month], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=time], form input[type=url], form input[type=week], form input:not([type]), form textarea {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
  width: 100%;
  font-size: 1em;
  border-radius: 2px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 0.5em 1em;
  outline: none;
}
form input[type=color]:focus, form input[type=date]:focus, form input[type=datetime]:focus, form input[type=datetime-local]:focus, form input[type=email]:focus, form input[type=month]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=text]:focus, form input[type=time]:focus, form input[type=url]:focus, form input[type=week]:focus, form input:not([type]):focus, form textarea:focus,
form input[type=color]:hover, form input[type=date]:hover, form input[type=datetime]:hover, form input[type=datetime-local]:hover, form input[type=email]:hover, form input[type=month]:hover, form input[type=number]:hover, form input[type=password]:hover, form input[type=search]:hover, form input[type=tel]:hover, form input[type=text]:hover, form input[type=time]:hover, form input[type=url]:hover, form input[type=week]:hover, form input:not([type]):hover, form textarea:hover,
form input[type=color]:active, form input[type=date]:active, form input[type=datetime]:active, form input[type=datetime-local]:active, form input[type=email]:active, form input[type=month]:active, form input[type=number]:active, form input[type=password]:active, form input[type=search]:active, form input[type=tel]:active, form input[type=text]:active, form input[type=time]:active, form input[type=url]:active, form input[type=week]:active, form input:not([type]):active, form textarea:active {
  border: 1px solid #009049;
  outline: none;
}

.carousel {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 0;
}

.carousel.loaded {
  overflow: visible;
  max-height: 100vh;
}

.carousel {
  margin: 80px 0;
  position: relative;
}
.carousel .carousel__slides .slide {
  margin: 0 15px;
}
.carousel .carousel__slides .slide .slider-image a {
  display: block;
  position: relative;
}
.carousel .carousel__slides .slide .slider-image a:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 144, 73, 0.6);
  opacity: 0;
}
.carousel .carousel__slides .slide .slider-image a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: block;
  color: #fff;
  border: 3px solid #fff;
  width: 72px;
  height: 72px;
  text-align: center;
  font-size: 36px;
  line-height: 65px;
  border-radius: 50%;
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
}
.carousel .carousel__slides .slide .slider-image a:hover:before {
  opacity: 1;
}
.carousel .carousel__slides .slide .slider-image a:hover:after {
  opacity: 1;
}
.carousel .carousel__slides .slide img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.carousel .carousel__slides .slide .slider-caption {
  text-align: left;
}
.carousel .carousel__slides .slide .slider-caption .slider-caption-large {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #009049;
  font-family: "Roboto Condensed", sans-serif;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.carousel .carousel__slides .slide .slider-caption .slider-caption-small {
  display: block;
  font-size: 14px;
  color: #909090;
}
.carousel .carousel__slides .slide .slider-caption .slider-caption-small a {
  color: #909090;
}
.carousel .carousel__carousel-prev,
.carousel .carousel__carousel-next {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 9px;
  margin-top: -70px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.carousel .carousel__carousel-prev:hover, .carousel .carousel__carousel-prev:focus,
.carousel .carousel__carousel-next:hover,
.carousel .carousel__carousel-next:focus {
  background-color: rgb(255, 255, 255);
}
.carousel .carousel__carousel-prev {
  position: absolute;
  z-index: 15;
  left: -15px;
  top: 50%;
}
.carousel .carousel__carousel-next {
  position: absolute;
  z-index: 15;
  right: -15px;
  top: 50%;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-menu {
  display: none;
}
@media (min-width: 768px) {
  .dropdown .dropdown-menu {
    position: absolute;
    z-index: 999;
    background-color: #373737;
  }
}

.open .dropdown .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}

/* ==========================================================================
   Typo3 Content-Elements Fluid
   ========================================================================== */
.ce-textpic {
  overflow: hidden;
}
.ce-textpic.ce-center .ce-gallery {
  text-align: center;
}
.ce-textpic.ce-right .ce-gallery {
  text-align: right;
}
.ce-textpic.ce-left .ce-gallery {
  text-align: left;
}
@media (min-width: 768px) {
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin-right: 2em;
  }
}
@media (min-width: 768px) {
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
    margin-left: 2em;
  }
}
.ce-textpic.ce-intext .ce-bodytext > *:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .ce-textpic.ce-intext .ce-media {
    max-width: 120px;
  }
}
.ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
  overflow: hidden;
}
.ce-textpic .ce-gallery .ce-row {
  margin: 0;
  margin-left: -1em;
  margin-right: -1em;
  overflow: hidden;
}
.ce-textpic .ce-gallery .ce-row .ce-column {
  margin: 0 0 1em 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 1em;
}
.ce-textpic .ce-gallery .ce-row .ce-column figure {
  margin: 0;
}
.ce-textpic .ce-gallery .ce-row .ce-column figure figcaption {
  margin: 1em 0;
}
.ce-textpic figure figcaption {
  font-style: italic;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .ce-textpic .ce-gallery[data-ce-columns="1"] .ce-row .ce-column {
    width: 100%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
    width: 50%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
    width: 33.33%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
    width: 25%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="5"] .ce-row .ce-column {
    width: 20%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-row .ce-column {
    width: 16.66%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="7"] .ce-row .ce-column {
    width: 14.28%;
  }
  .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-row .ce-column {
    width: 12.5%;
  }
}

/* ==========================================================================
   Typo3 Content-Elements Fluid
   ========================================================================== */
.frame-type-menu_sitemap > ul > li {
  list-style: none;
}

.frame-type-menu_sitemap > ul > li > a {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1em;
  display: block;
}
.frame-type-menu_sitemap > ul > li > a:hover, .frame-type-menu_sitemap > ul > li > a:focus {
  color: #009049;
}

.frame-type-menu_sitemap ul {
  padding-left: 1em;
  list-style: circle;
  margin-bottom: 1.5em;
}

.frame-type-menu_sitemap > ul > li > ul > li > a {
  font-weight: bold;
  font-size: 18px;
  color: #009049;
  margin-bottom: 0.25em;
  display: block;
}

.frame-type-menu_sitemap a {
  color: #909090;
}
.frame-type-menu_sitemap a:hover, .frame-type-menu_sitemap a:focus {
  color: #009049;
}

/* ==========================================================================
   Typo3 Content-Elements Fluid - Uploads
   ========================================================================== */
.frame-type-uploads h1 {
  margin-bottom: 1em;
}

.ce-uploads li {
  margin-bottom: 1em;
}
.ce-uploads li img {
  float: left;
  margin-right: 0.5em;
  margin-top: 0.25em;
}
.ce-uploads li .ce-uploads-filesize {
  margin-left: 1em;
}

/* ==========================================================================
   Tabellen
   ========================================================================== */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.contenttable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2em;
}
table.contenttable td,
table.contenttable th {
  padding: 0.75rem 1.25rem;
  vertical-align: top;
  border-top: 1px solid #f4f4f4;
}
table.contenttable thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f4f4f4;
}

.news-list-item .news-list-header h3 {
  font-weight: bold;
  font-size: 24px;
  color: #009049;
  margin-bottom: 15px;
}
.news-list-item .news-list-date {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #d3d3d3;
}
.news-list-item .news-list-link {
  display: block;
  margin-top: 40px;
}
.news-list-item .news-list-link:after {
  content: "\e905";
  font-family: "iconfont";
  color: #000;
  font-size: 9px;
  margin-left: 5px;
}
.news-list-item .news-list-link:hover {
  text-decoration: none;
  color: #000;
}

.news .article h3 {
  margin-bottom: 1em;
}

.more-news {
  border-top: 1px solid #d3d3d3;
  text-align: right;
  margin-top: 45px;
}
.more-news a {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #009049;
  font-size: 20px;
  line-height: 48px;
}
.more-news a:after {
  display: block;
  float: right;
  content: "\e905";
  font-family: "iconfont";
  color: #000;
  font-size: 9px;
  margin-left: 15px;
  padding: 17px;
  text-align: center;
  line-height: 18px;
  width: 48px;
  height: 48px;
  background-color: #009049;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.news-single .content-block .container {
  padding-left: 0;
  padding-right: 0;
}

.news-single .content-block.bg-grey .container {
  padding-right: 15px;
  padding-left: 15px;
}

.news .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-bottom: 2em !important;
}

.news .article .news-list-header.header {
  flex-grow: 2;
}

.news-list-date {
  display: none;
}

.news-list-date time {
  display: none;
}

.news-backlink-wrap {
  display: none;
}

.news .footer span.news-list-category {
  display: none;
}

.no-media-element {
  display: none;
}

.news .article .teaser-text {
  margin: 0;
}
@media (min-width: 768px) {
  .news .article .teaser-text {
    height: 144px;
  }
}
@media (min-width: 1024px) {
  .news .article .teaser-text {
    height: 96px;
  }
}

.tx-indexedsearch-searchbox {
  margin-bottom: 2em;
}
.tx-indexedsearch-searchbox fieldset {
  border: none;
}
.tx-indexedsearch-searchbox fieldset legend {
  display: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label {
  float: left;
  margin-right: 1em;
  margin-top: 0.5em;
  font-weight: normal;
  text-transform: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
  min-width: 300px;
  max-width: 400px;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  float: left;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
  display: inline-block;
  border-radius: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 0.5em 2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  color: #fff;
  background-color: #009049;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button:hover, .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button:focus {
  color: #fff;
  background-color: #000;
}

.tx-indexedsearch-rules {
  margin-bottom: 2em;
}
.tx-indexedsearch-rules p {
  font-size: 0.875em;
  color: #909090;
}

.tx-indexedsearch-browsebox {
  padding-bottom: 1em;
  margin-bottom: 2em;
  margin-top: 2em;
  list-style: none !important;
  padding-left: 0 !important;
}
.tx-indexedsearch-browsebox li {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.tx-indexedsearch-browsebox li a {
  text-decoration: none;
  font-size: 0.875em;
  color: #909090;
  border: 1px solid;
  border-color: #f4f4f4;
  padding: 5px 15px;
  border-radius: 2px;
}
.tx-indexedsearch-browsebox li a:hover, .tx-indexedsearch-browsebox li a:focus {
  color: #009049;
  border-color: #009049;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #009049;
  border-color: #009049;
}

.tx-indexedsearch-res {
  overflow: hidden;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 1em;
  margin-bottom: 2em;
  margin-top: 2em;
}

.tx-indexedsearch-result-number {
  color: #009049;
}

.tx-indexedsearch-title a {
  color: #009049;
}

.tx-indexedsearch-redMarkup {
  color: #c00;
}

.tx-indexedsearch-percent {
  float: right;
  color: #009049;
}

.tx-indexedsearch-info dt {
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  margin-right: 0.5em;
  float: left;
}

.tx-indexedsearch-info dd {
  color: #ccc;
  font-size: 12px;
}
@media (min-width: 768px) {
  .tx-indexedsearch-info dd {
    float: left;
    margin-right: 4em;
  }
}
.tx-indexedsearch-info dd a {
  color: #ccc;
}
.tx-indexedsearch-info dd a:hover, .tx-indexedsearch-info dd a:focus {
  color: #009049;
}

.teaser-item {
  margin-bottom: 45px;
}
.teaser-item i {
  font-size: 60px;
  color: #009049;
}
.teaser-item h3 {
  color: #009049;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.m-box-overlay {
  background-color: rgba(0, 144, 73, 0.8);
  padding: 45px;
}
.m-box-overlay .media-figure {
  margin-right: 40px;
}
.m-box-overlay h2 {
  font-size: 42px;
}
.m-box-overlay p {
  text-align: left;
}

.featured-content h2 {
  font-weight: 300;
}
.featured-content .link {
  display: block;
  margin-top: 40px;
}
.featured-content .link:after {
  content: "\e905";
  font-family: "iconfont";
  color: #000;
  font-size: 9px;
  margin-left: 5px;
}
.featured-content .link:hover {
  text-decoration: none;
  color: #000;
}
.featured-content img.border,
.featured-content img.ce-border {
  box-shadow: 15px 15px #ebebeb;
}

.slider {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 0;
}

.slider.loaded {
  overflow: visible;
  max-height: 100vh;
}

.slider {
  position: relative;
}
.slider .slider__slides .slide {
  position: relative;
}
.slider .slider__slides .slide img {
  display: block;
  width: 100%;
}
.slider .slider__slides .slide .slider-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.slider .slider__slides .slide .slider-caption .inner {
  max-width: 900px;
}
.slider .slider__slides .slide .slider-caption .slider-caption-small {
  display: block;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  text-shadow: 1px 1px 2px white;
}
.slider .slider__slides .slide .slider-caption .slider-caption-large {
  display: block;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.slider .slider__slider-prev,
.slider .slider__slider-next {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  width: 44px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.slider .slider__slider-prev:hover, .slider .slider__slider-prev:focus,
.slider .slider__slider-next:hover,
.slider .slider__slider-next:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
.slider .slider__slider-prev {
  position: absolute;
  z-index: 15;
  left: 0;
  top: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.slider .slider__slider-next {
  position: absolute;
  z-index: 15;
  right: 0;
  top: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.slider .slider__slider-bullets {
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  border-radius: 22px;
  padding: 10px 35px;
  margin-bottom: -22px;
}
.slider .slider__slider-bullets li {
  display: inline-block;
  cursor: pointer;
  background-color: #e5e5e5;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.slider .slider__slider-bullets li.active {
  background-color: #f6f6f6;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .slider .slider__slides .slide .slider-caption .slider-caption-small {
    font-size: 12px;
  }
  .slider .slider__slides .slide .slider-caption .slider-caption-large {
    font-size: 12px;
  }
  .slider-caption-large {
    max-width: 240px;
  }
  h1,
  h2 {
    font-size: 24px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .slider .slider__slides .slide .slider-caption .slider-caption-small {
    font-size: 14px;
  }
  .slider .slider__slides .slide .slider-caption .slider-caption-large {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .slider .slider__slides .slide .slider-caption .slider-caption-small {
    font-size: 28px;
  }
  .slider .slider__slides .slide .slider-caption .slider-caption-large {
    font-size: 36px;
  }
}
.article .content-block {
  padding-top: 0;
}

/* ==========================================================================
   Home
   ========================================================================== */

/*# sourceMappingURL=main.css.map */
