@charset "UTF-8";

/* ==========================================================================
   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
   ========================================================================== */
@font-face {
  font-family: "Corbel";
  font-style: normal;
  font-weight: normal;
  /* src: url("../Fonts/quicksand-v30-latin-regular.eot");  */
  src: url("../Fonts/CORBEL.woff2") format("woff2"),
    url("../Fonts/CORBEL.woff") format("woff"),
    url("../Fonts/CORBEL.ttf") format("truetype"),
    /* url("../Fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");  */
}

@font-face {
  font-family: "Corbel";
  font-style: normal;
  font-weight: bold;
  /* src: url("../Fonts/quicksand-v30-latin-regular.eot");  */
  src: url("../Fonts/Corbel-Bold.woff2") format("woff2"),
    url("../Fonts/Corbel-Bold.woff") format("woff"),
    url("../Fonts/Corbel-Bold.ttf") format("truetype"),
    /* url("../Fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");  */
}

@font-face {
  font-family: "Corbel-Bold-Italic";
  font-style: normal;
  font-weight: bold;
  /* src: url("../Fonts/quicksand-v30-latin-regular.eot");  */
  src: url("../Fonts/Corbel-Bold-Italic.woff2") format("woff2"),
    url("../Fonts/Corbel-Bold-Italic.woff") format("woff"),
    url("../Fonts/Corbel-Bold-Italic.ttf") format("truetype"),
    /* url("../Fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");  */
}

@font-face {
  font-family: "Corbel-Italic";
  font-style: normal;
  font-weight: normal;
  /* src: url("../Fonts/quicksand-v30-latin-regular.eot");  */
  src: url("../Fonts/Corbel-Italic.woff2") format("woff2"),
    url("../Fonts/Corbel-Italic.woff") format("woff"),
    url("../Fonts/Corbel-Italic.ttf") format("truetype"),
    /* url("../Fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");  */
}

@font-face {
  font-family: "CORBELB";
  font-style: normal;
  font-weight: normal;
  /* src: url("../Fonts/quicksand-v30-latin-regular.eot");  */
  src: url("../Fonts/CORBELB.woff2") format("woff2"),
    url("../Fonts/CORBELB.woff") format("woff"),
    url("../Fonts/CORBELB.ttf") format("truetype"),
    /* url("../Fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");  */
}

@font-face {
  font-family: "corbeli";
  font-style: normal;
  font-weight: normal;
  /* src: url("../Fonts/quicksand-v30-latin-regular.eot");  */
  src: url("../Fonts/corbeli.woff2") format("woff2"),
    url("../Fonts/corbeli.woff") format("woff"),
    url("../Fonts/corbeli.ttf") format("truetype"),
    /* url("../Fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");  */
}

@font-face {
  font-family: "corbelz";
  font-style: normal;
  font-weight: normal;
  /* src: url("../Fonts/quicksand-v30-latin-regular.eot");  */
  src: url("../Fonts/corbelz.woff2") format("woff2"),
    url("../Fonts/corbelz.woff") format("woff"),
    url("../Fonts/corbelz.ttf") format("truetype"),
    /* url("../Fonts/quicksand-v30-latin-regular.svg#Quicksand") format("svg");  */
}

.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: 924px) {
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 925px) 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: 924px) {
  .text-center-mobile {
    text-align: center;
  }
}

@media (min-width: 925px) {
  .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: 924px) {
  .visible-xs {
    display: block;
  }
}

@media (min-width: 925px) 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: 924px) {
  .visible-mobile {
    display: block;
  }
}

@media (min-width: 925px) {
  .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: 924px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 925px) 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: 924px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 925px) {
  .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-right: 10px;
}

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: 930px;
}

@media (min-width: 925px) {
  .container {
    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;
}

.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($sm-min + $gutter-width);
  }

  .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($md-min + $gutter-width);
  }

  .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($lg-min + $gutter-width);
  }

  .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: "iconfont";
  src: url("../Fonts/iconfont.eot?26lo57");
  src: url("../Fonts/iconfont.eot?26lo57#iefix") format("embedded-opentype"), url("../Fonts/iconfont.ttf?26lo57") format("truetype"), url("../Fonts/iconfont.woff?26lo57") format("woff"), url("../Fonts/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: "";
}

.icon-search:before {
  content: "";
}

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

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

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

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

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

.icon-leaf:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

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

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

.icon-network:before {
  content: "";
}

body {
  font-family: "Corbel", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Corbel", sans-serif;

}

h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  line-height: 1.4;
}

h3 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #e0c800;
  line-height: 1.4;
}

p {
  margin-bottom: 1em;
}

a {
  color: #f60;
  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: #000;
  text-decoration: none;
}

ul.list-inline a:hover,
ul.list-inline a:focus {
  color: #f60;
  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 40px 0;
  float: left;
  padding-left: 5px;
  width: 352px;
  height: 33px;
  margin-left: -17px;
}

@media (max-width: 924px) {
  .l-header__logo {
    margin-left: 2px;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

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

.l-header .l-header__list {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Corbel", Verdana, sans-serif;
}

.header-kontaktdaten {
  -webkit-text-size-adjust: 100%;
  padding-top: 55px;
  padding-right: 8px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .header-kontaktdaten {
    text-align: right;
  }
}

@media (max-width: 925px) {
  .header-kontaktdaten {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .header-kontaktdaten {
    text-align: left;
    padding: 0 0 5px 0px;
  }
}

@media (max-width: 924px) {
  .l-header .l-header__list {
    width: 100%;
  }

  .l-header__logo {
    margin-left: -2px;
  }
}

@media (max-width: 924px) {
  .headerImage * {
    background-color: #696421;
  }

  .headerImage {
    border-top: 1px solid #e0c800;
    background: none;
  }
}

@media (max-width: 924px) {
  .l-header .l-header__list+.l-header__list {
    width: auto;
    position: absolute;
    top: 80px;
    z-index: 10;
    right: 15%;
    -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: #000;
  }

  .l-header .l-header__list+.l-header__list li a:hover,
  .l-header .l-header__list+.l-header__list li a:focus {
    color: #f60;
    opacity: 1;
  }

  .l-header .l-header__list+.l-header__list li.active a {
    color: #f60;
    opacity: 1;
  }
}

@media (min-width: 925px) {
  .l-header .l-header__list+.l-header__list li.active a {
    color: #f60;
  }
}

@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: 925px) {
  .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: #e0c800;
  min-height: 46px;
  margin-left: -29px;
}

@media (min-width: 925px) {
  .l-navbar {
    background-color: #fff;
  }
}

@media (max-width: 925px) {
  .l-navbar {
    margin-left: 0;
  }
}

.l-navbar .container {
  position: relative;
}

.l-navbar ul a {
  display: block;
  padding: 8px 12px 7px;
  color: #000;
  font-size: 18px;
  border-bottom: 4px solid transparent;
  text-decoration: none;
}

.l-navbar ul a:hover,
.l-navbar ul a:focus {
  background-color: #fff;
}

.l-navbar ul .active>a {
  background-color: #fff;
  color: #f60;
}

.l-navbar li .dropdown.open {
  background-color: #fff;
}

.l-navbar li .dropdown.open>a {
  background-color: #fff;
}

.l-navbar li .dropdown ul {
  padding-left: 15px;
}

.l-navbar li .dropdown a:hover {
  color: #f60;
}

@media (min-width: 925px) {

  .l-navbar ul a:hover,
  .l-navbar ul a:focus {
    background-color: transparent;
  }

  .l-navbar ul .active>a {
    background-color: transparent;
  }

  .l-navbar li .dropdown ul {
    padding-left: 0;
  }
}

.l-navbar__mobile-menu-trigger {
  display: inline-block;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .l-navbar__mobile-menu-trigger {
    padding-left: 22px;
  }
}


@media (min-width: 925px) {
  .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: #fff;
  margin-bottom: 1px;
}

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

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

.l-navbar__menu {
  background-color: #fff;
}

@media (max-width: 924px) {
  .l-navbar__menu {
    overflow: hidden;
  }
}

@media (min-width: 925px) {
  .l-navbar__menu {
    display: block !important;
  }

  .l-navbar__menu .l-navbar__menu__header {
    display: none;
  }
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (min-width: 925px) {
  .l-navbar__menu ul {
    float: left;
    padding-left: 25px;
  }
}

@media (min-width: 925px) {
  .nav.navbar-nav.language {
    float: right;
  }
}

.btn.btn-default.btn-xs {
  float: left;
}

@media (min-width: 925px) {
  .btn.btn-default.btn-xs {
    float: none;
  }
}

.btn.btn-default.btn-xs.active {
  float: left;
}

@media (min-width: 925px) {
  .btn.btn-default.btn-xs.active {
    float: none;
  }
}

.l-navbar__language-menu {
  float: right;
 
}

.l-navbar__language-menu li {
  float: left !important;
}

.l-navbar__language-menu li a {
  background: none !important;
  padding: 10px 10px 7px;
}

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

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

.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"],
.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="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="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;
}

main {
  padding-top: 20px;
}

.content-block {
  padding-bottom: 50px;
}

.content-block.bg-grey {
  background-color: #f4f4f4;
}

.content-block.bg-image {
  background-size: cover;
}

.leftcontent {
  background-color: #696421;
  color: #fff;
  padding-top: 20px;
}

.leftcontent h1 {
  color: #fff;
}

.leftcontent h2 {
  color: #fff;
}

.leftcontent h3 {
  color: #e0c800;
}

.leftcontent .content-block {
  padding-top: 20px;
}

@media (max-width: 924px) {
  .leftcontent .content-block {
    margin-left: 1px;
  }
}


@media (max-width: 924px) {
  .rightcontent .content-block {
    margin-left: 1px;
  }
}

.rightcontent {
  background-color: #e0c800;
  color: #000;
}

.rightcontent .content-block p {
  padding-top: 20px;
}

@media (min-width: 925px) {
  .rightcontent .content-block iframe {
    padding-top: 48px;
    padding-bottom: 4px;
  }
}

.rightcontent h1 {
  color: #000;
  padding-top: 30px;
}

.rightcontent h2 {
  color: #000;
  font-size: 24px;
}

.rightcontent h3 {
  color: #000;
  padding-top: 45px;
}

.rightcontent2 {
  background-color: #e0c800;
  color: #000;
}

.leftcontent2 {
  background-color: #696421;
  color: #fff;
}

.leftcontent2 a {
  color: #f60;
}

.ce-bodytext ul {
  list-style: disc;
  padding-left: 20px;
}

iframe {
  width: 100%;
}

/* -------------------------------------------------------
	Styles depending on body locations
   ------------------------------------------------------- */
body#p38 .rightcontent .content-block {
  margin: -30px -15px -27px;
}

@media (min-width: 925px) {
  body#p38 .rightcontent .content-block {
    margin: -30px;
  }
}

body#p55 .rightcontent .content-block {
  margin: -30px -15px -27px;
}

@media (min-width: 925px) {
  body#p55 .rightcontent .content-block {
    margin: -30px;
  }
}

body#p39 .rightcontent .content-block {
  margin: -30px -15px -27px;
}

@media (min-width: 925px) {
  body#p39 .rightcontent .content-block {
    margin: -30px;
  }
}

body#p40 .rightcontent .content-block {
  margin: -30px -15px -27px;
}

@media (min-width: 925px) {
  body#p40 .rightcontent .content-block {
    margin: -30px;
  }
}

body#p41 .rightcontent .content-block {
  margin: -30px -15px -27px;
}

@media (min-width: 925px) {
  body#p41 .rightcontent .content-block {
    margin: -30px;
  }
}



@media (min-width: 925px) {
  body#p165 .rightcontent .content-block {
    margin: -31px;
  }
}

body#p167 .rightcontent .content-block {
  margin: -30px -15px -27px;
}

@media (min-width: 925px) {
  body#p167 .rightcontent .content-block {
    margin: -30px;
  }
}

.l-footer {
  background-color: #fff;
  margin-left: -24px;
}

@media (min-width: 925px) {
  .l-footer {
    padding-left: 0;
  }
}

.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;
}

@media (min-width: 768px) and (max-width: 924px) {
  .l-footer {
    margin-left: -18px;
  }
}

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

.social-media {
  margin-left: -13px;
}

@media (min-width: 925px) {
  .social-media {
    padding-left: 27px;
  }
}

.social-media img {
  max-width: 40px;
  float: left;
  margin-left: 5px;
}

.socialmediatext {
  float: left;
  padding-left: 5px;
  padding-top: 9px;
  color: black;
}

@media (max-width: 924px) {
  .socialmediatext {
    margin-left: 29px;
  }
}

@media (min-width: 768px) and (max-width: 924px) {
  .socialmediatext {
    margin-left: 29px;
  }
}

.social {
  clear: both;
  overflow: hidden;
}

@media (min-width: 768px) {
  .l-footer .ce-bodytext {
    padding-left: 30px;
  }
}

@media (max-width: 924px) {
  .l-footer .ce-bodytext {
    padding-left: 40px;
  }
}

.m-btn {
  display: inline-block;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  border: none;
  padding: 4px;
}

.m-btn:hover,
.m-btn:focus {
  text-decoration: none;
}

.m-btn--primary {
  color: #ff7e00;
  background-color: #fff;
}

.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;
  font-weight: normal;
  font-size: 24px;
  border: 1px solid #000;
  color: #000;
  text-transform: none;
}

.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: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: 924px) {
  .media-object .media-figure {
    margin-bottom: 1em;
  }
}

@media (min-width: 925px) {
  .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;
  margin-bottom: 7px;
}

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 {
  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 {
  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: white;
  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: white;
}

.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: 925px) {
  .dropdown .dropdown-menu {
    position: absolute;
    z-index: 99999;
    background-color: #fff;
  }
}

.dropdown.open .dropdown-menu {
  display: block;
  min-width: 280px;
}

/* ==========================================================================
   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: 925px) {
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin-right: 2em;
  }
}

@media (min-width: 925px) {
  .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: 924px) {
  .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 0 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: "";
  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: "";
  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;
}

.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: 4px;
  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;
}

.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: 925px) {
  .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: "";
  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;
  text-shadow: 1px 1px 2px white;
}

.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: 924px) {
  .slider .slider__slides .slide .slider-caption .slider-caption-small {
    font-size: 12px;
  }

  .slider .slider__slides .slide .slider-caption .slider-caption-large {
    font-size: 16px;
  }
}

@media (min-width: 925px) {
  .slider .slider__slides .slide .slider-caption .slider-caption-small {
    font-size: 14px;
  }

  .slider .slider__slides .slide .slider-caption .slider-caption-large {
    font-size: 24px;
  }
}

@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;
  }
}

.headerImage {
  position: relative;
  margin-left: -15px;
  overflow: visible;
}

@media (min-width: 925px) {
  .headerImage {
    margin-right: -15px;
  }
}

#headerLeft {
  width: 27%;
  height: 50%;
}

#headerCarousel {
  top: 0;
  right: 0;
  width: 100%;
}

#headerCarousel img {
  display: block;
  height: 100%;
}

#copyright {
  display: none;
}

@media (min-width: 925px) {
  #copyright {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
  }
}

@media (min-width: 1200px) {
  .headerimage {
    margin-left: -60px;
    margin-right: -60px;
  }
}

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

/* Gallery Template */
.gallery-template .container {
  padding: 0px !important;
}

.gallery-template.leftcontent .content-block {
  margin-left: -15px !important;
  margin-top: 0px !important;
  padding: 0px !important;
}

.gallery-template.leftcontent {
  padding-left: 15px !important;
  padding-right: 0px !important;
}

.gallery-template.leftcontent .ce-column {
  line-height: 0px;
}

.gallery-template.leftcontent .frame-type-text,
.gallery-template.leftcontent .frame-type-header {
  padding: 15px !important;
}

.gallery-template .content-block .container .frame-custom-frame {
  background-color: #e0c800;
  height: 120px;
  position: relative;
}

.gallery-template .content-block .container .frame-type-header header h4,
.gallery-template .content-block .container .frame-custom-frame h4 {

  color: #000;
  position: absolute;
  bottom: 20%;
  left: 2%;


}

@media screen and (min-width: 1024px) {

  .gallery-template.leftcontent .frame-type-text,
  .gallery-template.leftcontent .frame-type-header {
    padding: 15px 33% 15px 15px !important;
  }
}

.one-column li:first-child {
  display: none;
}

.one-column li {
  margin-bottom: 0px !important;
}


/* //leftContent-html  */
.leftcontent-html {
  background-color: #696421;
  color: #fff;
  padding-top: 36px;

  h1 {
    margin-bottom: 43.18px;
  }

  p {
    margin-bottom: 43.188px;
  }

  ul {
    list-style: unset;

    li {
      margin: 0 0 0px 15px;
    }
  }

  h6 {
    line-height: 25.2px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}

.leftcontent-html .container .ce-bodytext:last-of-type p:last-of-type:not(:has(+ h6)) {
    margin-bottom: 0 !important;
}

.rightcontent-html {
  background-color: #e0c800;
  color: #000;
  padding-top: 0px;
    ul {
    list-style: unset;
    margin-left: 20px;

    li {
      margin: 0 0 9px -3px;
    }
  }
}

.rightcontent-html .frame > p:first-child,.rightcontent-html  .frame a+p {
    margin-top: 50px !important;
}

.rightcontent-html h6 {
  line-height: 25.2px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 20px;
}
.leftcontent-html h3 {
    margin-bottom: 43.188px;
}
.rightcontent-html h6 {
    margin-bottom: 1em;
}
.rightcontent-html h6+p {
margin-bottom:16px !important;
}
.rightcontent-html h6:has(+ p) {
    margin-bottom: 0;
}
.leftcontent-html ul+p {
    margin-top: 43.188px;
}

.rightcontent-html ul {
margin-bottom:23.188px
}
.rightcontent-html h4:nth-of-type(1) {
    margin-top: 50px !important;
    line-height: 25.2px;
    font-size: 18px;
    font-weight: 700;
}
.rightcontent-html h2:nth-of-type(1) {
    margin-top: 50px !important;
    color: #000;
    font-size: 24px;
}

@media screen and (max-width: 600px) {
	.leftcontent-html .content-block,.rightcontent-html:not(.tcm-location) .content-block {
       margin-left: 0px !important
}
}

@media (max-width: 918px) {
  .l-navbar__language-menu {
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 860px) {
  .header-kontaktdaten {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
.col-sm-6.header-logo {
        padding-left: 4px !important;
}
}

.leftcontent-html p:has(+ ul) {
  margin-bottom: 16px !important
}

@media (min-width: 768px) {

  .leftcontent-html{
    padding-left:22px  !important;
    padding-right:22px  !important;
  }

  .rightcontent-html{
    padding-left:22px  !important;
    padding-right:22px  !important;
  }

  .leftcontent-html .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rightcontent-html .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header-logo{
    padding-left: 13px !important;
  }
}

@media (min-width: 924px) {

.header-logo{
  padding-left: 27px !important;
}
}

.rightcontent-html .ce-bodytext > h1:first-child,.rightcontent-html .ce-bodytext > p:first-child {
    margin-top: 50px !important;
}

/* -------------------------------------------------------
	Styles depending on body locations
   ------------------------------------------------------- */
 .rightcontent-html.tcm-location .content-block {
  margin: -30px -15px -27px;
}

@media (min-width: 925px) {
  .rightcontent-html.tcm-location .content-block {
    margin: -31px;
  }
  .rightcontent-html.tcm-location .content-block .container {
  padding-left: 9px !important;
  padding-right: 9px !important;
  } 
}
@media (min-width: 768px) and (max-width: 924px) {
  body#p165 .rightcontent-html.tcm-location .content-block {
  margin: -30px -22px -31px;
  }  
}

.leftcontent-html ul {
    margin-bottom: 23.188px;
}

.leftcontent-html ul.menucontent {
    list-style: none !important;
}
.leftcontent2 ul.menucontent {
   margin-bottom: 50px;
   margin-top:15px;
}

@media (min-width: 768px) {
  .menucontent {
    padding-left: 6px;
  }
}

@media (min-width: 768px) {
.leftcontent-html.tcm-location .desktop-lib-menu .menucontent {
margin-left: -22px;
}
}
.leftcontent .desktop-lib-menu  {
    margin-bottom: 50px;
    margin-top: 15px;
}


.leftcontent.gallery-template {
    h1 {
        margin-bottom: 43.18px;
    }
    h3 {
    margin-bottom: 43.188px;
  }
      p {
        margin-bottom: 43.188px;
    }
}

.rightcontent-html.team-page .ce-bodytext h1 i {
    font-style: italic;
}

.leftcontent.Home-page .ce-bodytext h1:nth-of-type(2) {
    margin-top: 25px;
}

.leftcontent.Home-page .ce-bodytext h2:nth-of-type(1) {
    margin-top: 35px;
}

.leftcontent.Home-page .ce-bodytext {
    h6 {
        line-height: 25.2px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    ul {
    margin-bottom: 23.188px;
  }
}