@charset "UTF-8";
/* NAVIGATION FIX */
.navigation {
  margin: 0;
  padding: 0;
  font-size: 19;
  line-height: 1.5;
  list-style-type: none;
}
.navigation li {
  display: block;
  position: relative;
}
.navigation li a {
  display: block;
  font-size: 17px;
  line-height: 1.5;
}
/* HTML */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* BODY */
body {
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  background-color: #ececec;
}
svg#Ebene_1 {
  position: absolute;
  width: 100%;
  top: -107px;
  left: 0;
  fill: #ecf2e4;
  height: 159px;
  max-width: 1605px;
}
svg.wave {
  position: absolute;
  bottom: -1px;
  z-index: 999;
  margin: 0 -16px;
  display: none !important;
}
svg.wave .cls-1 {
  fill: #ecf2e4;
  fill-rule: evenodd;
}
/* HEADLINE */
.headline1 {
  color: #658D1B;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 48px;
  line-height: 55px;
  text-wrap-style: balance;
}
.headline2, .headline3, .headline4 {
  color: #658D1B;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  word-spacing: 3px;
}
.headline3, .headline4 {
  color: #555;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.search-btn .btn {
  margin: 0;
  text-align: center;
}
.search-btn .btn:after, .search-btn .btn:before {
  display: none;
}
.search-btn .btn .amphiicon {
  top: -3px;
  position: relative;
}
.searchBox {
  position: absolute;
  top: 20px;
  right: 130px;
  z-index: 99;
}
.searchBox .amphiicon {
  font-size: 17px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  top: 0 !important;
}
.searchBox .amphiicon:hover {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.searchBox .searchInputs {
  position: absolute;
  width: 240px;
  right: -40px;
  top: -3px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.searchBox .searchInputs .search-input .form-control {
  border-radius: 2px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
}
.searchBox .searchInputs .form-group {
  margin: 0px;
}
.searchBox .searchInputs .search-btn .btn {
  margin: 0;
  padding: 0;
  border: 0;
  left: -10px;
  position: relative;
}
.searchBox .searchInputs .search-btn .btn:hover, .searchBox .searchInputs .search-btn .btn:focus, .searchBox .searchInputs .search-btn .btn:active, .searchBox .searchInputs .search-btn .btn.active {
  background: transparent;
}
/* LINKS */
a {
  color: #658D1B;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
a:hover, a:focus {
  color: #5c9424;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
a, a:visited, a:focus, a:active, a:hover {
  outline: 0 none !important;
}
/* SELECT COLOR */
::selection {
  background: #658D1B;
  color: #fff;
}
::-moz-selection {
  background: #658D1B;
  color: #fff;
}
/* BTN */
.btn-default, .btn-primary, .customBtn {
  font-family: "Titillium Web", sans-serif;
  color: #658D1B;
  border: 1px solid;
  border-radius: 0px;
  background-color: transparent;
  border-color: #658D1B;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 18px;
  padding: 10px 13px 10px 13px;
  margin: 15px 0 0 0;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.btn-default > a, .btn-primary > a, .customBtn > a {
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .customBtn:hover, .customBtn:focus, .customBtn:active, .customBtn.active {
  color: #fff;
  background-color: #658D1B;
  border-color: #658D1B;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:hover:after, .btn-default:focus:after, .btn-default:active:after, .btn-default.active:after, .btn-primary:hover:after, .btn-primary:focus:after, .btn-primary:active:after, .btn-primary.active:after, .customBtn:hover:after, .customBtn:focus:after, .customBtn:active:after, .customBtn.active:after {
  color: #fff;
}
.btn-default:after, .btn-primary:after, .customBtn:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-left: 5px;
  top: 1px;
  position: relative;
}
/* THUMBNAILS */
.thumbnail {
  padding: 0px;
  background-color: #5c9424;
  border: 0px solid #e5e5e5;
  border-radius: 0px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
}
.thumbnail .caption p {
  color: #fff;
}
.thumbnail > a {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  /* IE8+           */
}
.thumbnail > a:hover {
  opacity: 0.3;
  -webkit-transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
}
/* HEADER */
header.desktop {
  width: 340px;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 900;
}
header.desktop .logo {
  text-align: center;
}
header.desktop .logo a {
  margin: 20px auto 50px auto;
  display: inline-block;
}
header.mobile {
  position: relative;
  width: 100%;
  z-index: 900;
  top: 0;
  background: #fff;
}
header.mobile .logo {
  margin: 30px auto;
  text-align: center;
}
header.mobile .logo a {
  display: inline-block;
}
/* LANGUAGE */
.languageDiv {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 99;
}
.languageDiv ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  word-spacing: 3px;
}
.languageDiv ul li {
  display: inline-block;
}
.languageDiv ul li.active a {
  color: #fff;
  font-weight: 800;
}
.languageDiv ul li a {
  padding: 10px 5px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.languageDiv ul li a:hover {
  color: #fff;
}
/* NAV TOP */
nav.top-nav {
  margin: 30px -30px;
}
nav.top-nav .main-nav.level-1 > li {
  display: block;
}
nav.top-nav .main-nav.level-1 > li:first-child > a {
  border-top: 1px solid #efefef;
}
nav.top-nav .main-nav.level-1 > li > span > a {
  color: #658D1B;
  font-family: "Titillium Web", sans-serif;
  padding: 10px 10px 10px 60px;
  border-bottom: 1px solid #efefef;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}
nav.top-nav .main-nav.level-1 > li > span > a:hover {
  color: #5c9424;
}
nav.top-nav .main-nav.level-1 > li.active > span > a {
  color: #5c9424;
  font-weight: 800;
}
nav.top-nav .main-nav.level-1 > li.active > span > a:hover {
  color: #5c9424;
}
nav.top-nav .main-nav.level-1 > li:hover {
  color: #5c9424;
}
nav.top-nav .main-nav.level-1 > li:hover > span > a {
  color: #5c9424;
}
nav.top-nav .main-nav.level-1 > li.opened > ul, nav.top-nav .main-nav.level-1 > li.active > ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}
nav.top-nav .main-nav.level-1 > li.opened > .opener, nav.top-nav .main-nav.level-1 > li.active > .opener {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  transform: rotate(180deg);
}
nav.top-nav .main-nav.level-1 > li.opened > .opener > span, nav.top-nav .main-nav.level-1 > li.active > .opener > span {
  color: #658D1B;
}
nav.top-nav .main-nav.level-1 > li .opener {
  height: 48px;
  width: 48px;
  position: absolute;
  right: 0px;
  top: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
}
nav.top-nav .main-nav.level-1 > li .opener > span {
  font-size: 19px;
  padding-top: 14px;
  display: block;
  width: 100%;
  color: #658D1B;
}
nav.top-nav .main-nav.level-1 > li > ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
nav.top-nav .main-nav.level-1 > li > ul > li {
  display: block;
}
nav.top-nav .main-nav.level-1 > li > ul > li.active > span > a {
  color: #5c9424;
  font-weight: 800;
}
nav.top-nav .main-nav.level-1 > li > ul > li > span a {
  text-transform: none;
  font-weight: 400;
  color: #658D1B;
  border-bottom: 1px solid #efefef;
  display: block;
  width: 100%;
  font-size: 17px;
  padding: 10px 10px 10px 75px;
}
nav.top-nav .main-nav.level-1 > li > ul > li > span a:hover {
  background: #fff;
  color: #5c9424;
}
nav.top-nav .main-nav.level-1 > li > ul > li > span a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-right: 10px;
}
nav.top-nav .main-nav.level-1 > li > ul > li.opened > ul, nav.top-nav .main-nav.level-1 > li > ul > li.active > ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}
nav.top-nav .main-nav.level-1 > li > ul > li.opened > .opener, nav.top-nav .main-nav.level-1 > li > ul > li.active > .opener {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  transform: rotate(180deg);
}
nav.top-nav .main-nav.level-1 > li > ul > li.opened > .opener > span, nav.top-nav .main-nav.level-1 > li > ul > li.active > .opener > span {
  color: #666;
}
nav.top-nav .main-nav.level-1 > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
nav.top-nav .main-nav.level-1 > li > ul > li > ul > li {
  display: block;
}
nav.top-nav .main-nav.level-1 > li > ul > li > ul > li.active > span > a {
  color: #5c9424;
  font-weight: 800;
}
nav.top-nav .main-nav.level-1 > li > ul > li > ul > li > span a {
  text-transform: none;
  font-weight: 400;
  color: #658D1B;
  border-bottom: 1px solid #efefef;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px 10px 95px;
}
nav.top-nav .main-nav.level-1 > li > ul > li > ul > li > span a:hover {
  background: #fff;
  color: #5c9424;
}
nav.top-nav .main-nav.level-1 > li > ul > li > ul > li > span a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-right: 10px;
}
/* HEADER SLIDER */
.header-slider {
  margin-left: 340px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
}
.header-slider .owl-dots {
  display: none !important;
}
.header-slider .header-img {
  height: 800px;
  background-attachment: fixed;
}
.header-slider .header-img .caption-wrapper .carousel-caption {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0);
  text-align: center;
  background: rgba(101, 141, 27, 0.75);
  padding: 30px;
  margin: 0 !important;
  max-width: 1250px;
  width: 80%;
}
.header-slider .header-img .caption-wrapper .carousel-caption .headline1 {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  position: relative;
}
.header-slider .header-img .caption-wrapper .carousel-caption .headline1 a {
  color: #fff;
}
.header-slider .header-img .caption-wrapper .carousel-caption .headline1 a:hover {
  color: #fff;
  opacity: 0.6;
}
.header-slider .header-img .caption-wrapper .carousel-caption .headline2 {
  font-size: 42px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 0;
}
.header-slider .header-img .caption-wrapper .carousel-caption .headline2 a {
  color: #fff;
}
.header-slider .header-img .caption-wrapper .carousel-caption .headline2 a:hover {
  color: #fff;
  opacity: 0.6;
}
.header-slider .header-img .caption-wrapper .carousel-caption .text-wrapper {
  font-size: 18px;
  line-height: 1.6;
}
.header-slider .header-img .caption-wrapper .carousel-caption .btn-default, .header-slider .header-img .caption-wrapper .carousel-caption .btn-primary, .header-slider .header-img .caption-wrapper .carousel-caption .customBtn {
  background: transparent;
  color: #fff;
  border-color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  margin-top: 25px;
}
.header-slider .header-img .caption-wrapper .carousel-caption .btn-default:hover, .header-slider .header-img .caption-wrapper .carousel-caption .btn-primary:hover, .header-slider .header-img .caption-wrapper .carousel-caption .customBtn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #658D1B;
}
.header-slider .header-img .caption-wrapper .carousel-caption .btn-default:hover:after, .header-slider .header-img .caption-wrapper .carousel-caption .btn-primary:hover:after, .header-slider .header-img .caption-wrapper .carousel-caption .customBtn:hover:after {
  color: #658D1B;
}
/* HEADER CONTENT SLIDER */
.header-slider-content {
  margin-left: 340px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  overflow: hidden;
}
.header-slider-content .owl-dots {
  display: none !important;
}
.header-slider-content.start {
  height: 300px;
}
.header-slider-content.start .header-img {
  height: 300px;
}
.header-slider-content .header-img {
  height: 500px;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption {
  bottom: auto;
  top: 50%;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0);
  text-align: center;
  background: rgba(101, 141, 27, 0.6);
  padding: 30px;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .headline1 {
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  position: relative;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .headline1 a {
  color: #fff;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .headline1 a:hover {
  color: #fff;
  opacity: 0.6;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .headline2 {
  font-size: 42px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 0;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .headline2 a {
  color: #fff;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .headline2 a:hover {
  color: #fff;
  opacity: 0.6;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .text-wrapper {
  font-size: 18px;
  line-height: 1.6;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .btn-default, .header-slider-content .header-img .caption-wrapper .carousel-caption .btn-primary, .header-slider-content .header-img .caption-wrapper .carousel-caption .customBtn {
  background: transparent;
  color: #fff;
  border-color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  margin-top: 25px;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .btn-default:hover, .header-slider-content .header-img .caption-wrapper .carousel-caption .btn-primary:hover, .header-slider-content .header-img .caption-wrapper .carousel-caption .customBtn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #658D1B;
}
.header-slider-content .header-img .caption-wrapper .carousel-caption .btn-default:hover:after, .header-slider-content .header-img .caption-wrapper .carousel-caption .btn-primary:hover:after, .header-slider-content .header-img .caption-wrapper .carousel-caption .customBtn:hover:after {
  color: #658D1B;
}
/* MAIN CONTENT */
.main-content {
  margin-left: 340px;
  position: relative;
  z-index: 90;
  padding: 50px;
  background: #ecf2e4;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.main-content b, .main-content strong {
  font-weight: bold;
  color: #004687;
}
.main-content-3 {
  margin-left: 340px;
  position: relative;
  z-index: 90;
  padding: 50px;
  background: #658D1B;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.main-content-3 .white-box .module-content-block {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  padding-bottom: 20px;
}
.main-content-3 .white-box .module-content-block .headline-wrapper {
  padding: 0 20px;
}
.main-content-3 .white-box .module-content-block .text-wrapper {
  padding: 0 20px;
}
.main-content-3 .white-box .module-content-block p > a.btn-default, .main-content-3 .white-box .module-content-block .btn-primary, .main-content-3 .white-box .module-content-block .customBtn {
  margin: 15px 20px 30px 20px;
}
.borderRadius .module-content-block {
  border-radius: 4px;
}
.borderRadius .module-content-block .thumbnail img {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.boxShadow .module-content-block {
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1337);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.boxShadow .module-content-block:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: 1px 5px 25px 0 rgba(0, 0, 0, 0.2337);
  box-shadow: 1px 5px 25px 0 rgba(0, 0, 0, 0.2337);
}
.removeImgMargin .module-content-block .thumbnail {
  margin: -25px -25px 25px -25px;
}
.whitebox-01 .module-content-block {
  background: #fff;
  padding: 25px;
  color: #555;
}
.whitebox-01 .module-content-block b, .whitebox-01 .module-content-block strong {
  font-weight: bold;
  color: #004687;
}
.whitebox-01 .btn-default, .whitebox-01 .btn-primary, .whitebox-01 .customBtn {
  color: #658D1B;
  margin-top: 25px;
  border-color: #658D1B;
}
.whitebox-01 .btn-default:hover, .whitebox-01 .btn-primary:hover, .whitebox-01 .customBtn:hover {
  background-color: #658D1B;
  border-color: #658D1B;
  color: #fff;
  opacity: 1;
}
.whitebox-01 .btn-default .headline1, .whitebox-01 .btn-default .headline2, .whitebox-01 .btn-default .headline3, .whitebox-01 .btn-default .headline4, .whitebox-01 .btn-primary .headline1, .whitebox-01 .btn-primary .headline2, .whitebox-01 .btn-primary .headline3, .whitebox-01 .btn-primary .headline4, .whitebox-01 .customBtn .headline1, .whitebox-01 .customBtn .headline2, .whitebox-01 .customBtn .headline3, .whitebox-01 .customBtn .headline4 {
  color: #658D1B;
}
.whitebox-01 .btn-default a, .whitebox-01 .btn-primary a, .whitebox-01 .customBtn a {
  color: #658D1B;
}
.whitebox-01 .btn-default a:hover, .whitebox-01 .btn-primary a:hover, .whitebox-01 .customBtn a:hover {
  opacity: 0.6;
}
.whitebox-01 .btn-default .btn-default, .whitebox-01 .btn-default .btn-primary, .whitebox-01 .btn-default .customBtn, .whitebox-01 .btn-primary .btn-default, .whitebox-01 .btn-primary .btn-primary, .whitebox-01 .btn-primary .customBtn, .whitebox-01 .customBtn .btn-default, .whitebox-01 .customBtn .btn-primary, .whitebox-01 .customBtn .customBtn {
  color: #658D1B;
  margin-top: 25px;
  border-color: #658D1B;
}
.whitebox-01 .btn-default .btn-default:hover, .whitebox-01 .btn-default .btn-primary:hover, .whitebox-01 .btn-default .customBtn:hover, .whitebox-01 .btn-primary .btn-default:hover, .whitebox-01 .btn-primary .btn-primary:hover, .whitebox-01 .btn-primary .customBtn:hover, .whitebox-01 .customBtn .btn-default:hover, .whitebox-01 .customBtn .btn-primary:hover, .whitebox-01 .customBtn .customBtn:hover {
  background-color: #658D1B;
  border-color: #658D1B;
  color: #fff;
  opacity: 1;
}
.whitebox-01 .btn-default .btn-default:hover:after, .whitebox-01 .btn-default .btn-primary:hover:after, .whitebox-01 .btn-default .customBtn:hover:after, .whitebox-01 .btn-primary .btn-default:hover:after, .whitebox-01 .btn-primary .btn-primary:hover:after, .whitebox-01 .btn-primary .customBtn:hover:after, .whitebox-01 .customBtn .btn-default:hover:after, .whitebox-01 .customBtn .btn-primary:hover:after, .whitebox-01 .customBtn .customBtn:hover:after {
  color: #fff;
}
.whitebox-01 .btn-default .owl-dots,
.whitebox-01 .btn-default .owl-nav, .whitebox-01 .btn-primary .owl-dots,
.whitebox-01 .btn-primary .owl-nav, .whitebox-01 .customBtn .owl-dots,
.whitebox-01 .customBtn .owl-nav {
  display: none !important;
}
.wordmark {
  background: #658D1B;
  color: #fff;
  padding: 0px 5px 2px 5px;
  line-height: 1;
  font-size: 16px;
}
.main-content-2 {
  margin-left: 340px;
  position: relative;
  z-index: 90;
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.main-content-2 .white-box .module-content-block {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  padding-bottom: 20px;
}
.main-content-2 .white-box .module-content-block .headline-wrapper {
  padding: 0 20px;
}
.main-content-2 .white-box .module-content-block .text-wrapper {
  padding: 0 20px;
}
.main-content-2 .white-box .module-content-block p > a.btn-default, .main-content-2 .white-box .module-content-block .btn-primary, .main-content-2 .white-box .module-content-block .customBtn {
  margin: 15px 20px 30px 20px;
}
.main-content-site {
  margin-left: 340px;
  position: relative;
  z-index: 90;
  padding: 50px;
  background: #ecf2e4;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.main-content-inner {
  max-width: 1080px;
}
/* ICON NAV */
.icon-nav {
  margin: 30px -30px 0 -30px;
  padding-bottom: 30px;
}
.icon-nav ul {
  list-style-type: none;
  margin: 0 10px 0 58px;
  padding: 0;
  text-align: left;
}
.icon-nav ul li {
  display: inline-block;
  margin: 0 3px;
}
.icon-nav ul li a {
  width: 30px;
  height: 30px;
  display: block;
  background: transparent;
  padding: 0;
  color: #5c9424;
  border-radius: 0px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  font-size: 20px;
}
.icon-nav ul li a:hover {
  color: #658D1B;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* ADRESS BOX */
.adresse {
  padding: 30px 15px 30px 60px;
  margin: 0 -30px;
  margin-bottom: 30px;
}
.adresse p {
  margin: 0;
  padding: 0;
}
/* BEFORE FOOTER */
.before-footer {
  position: relative;
  z-index: 120;
  margin-left: 340px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background: #658D1B;
  padding: 50px;
  color: #fff;
}
.before-footer:before {
  content: "";
  background: url(/_media/themes/1/layout/fingerprint.svg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 4000px;
  background-position: bottom;
  opacity: 0.1;
}
.before-footer .before-footer-block {
  padding-bottom: 30px;
}
.before-footer .headline3 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #fff;
}
.before-footer a {
  color: #fff;
}
.before-footer a:hover {
  opacity: 0.6;
}
.before-footer .btn-default, .before-footer .btn-primary, .before-footer .customBtn {
  background: transparent;
  color: #fff;
  border-color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  margin-top: 25px;
  opacity: 1;
}
.before-footer .btn-default:hover, .before-footer .btn-primary:hover, .before-footer .customBtn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #658D1B;
  opacity: 1;
}
.before-footer .btn-default:hover:after, .before-footer .btn-primary:hover:after, .before-footer .customBtn:hover:after {
  color: #658D1B;
}
.before-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.before-footer ul li a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-right: 10px;
}
/* BEFORE FOOTER */
.links-footer {
  position: relative;
  z-index: 120;
  margin-left: 340px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background: #fff;
  padding: 15px 50px;
  color: #666;
  font-size: 14px;
}
.links-footer p {
  margin: 0;
}
/* FOOTER */
.cright {
  position: absolute;
  bottom: 0;
  margin: 0 -30px;
  padding: 20px 10px 20px 60px;
  font-size: 14px;
  width: 100%;
  text-align: left;
  border-top: 0px solid #efefef;
  background: #fff;
  color: #5c9424;
}
.cright-small {
  padding: 15px 0px;
  background: #5c9424;
  margin: 0;
  font-size: 14px;
}
/* SCROLL TO TOP */
#return-to-top {
  background: #fff;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 99400;
  text-align: center;
  color: #658D1B;
  border-radius: 0px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
  visibility: hidden;
}
#return-to-top i {
  position: absolute;
  position: absolute;
  font-size: 26px;
  left: 8px;
  top: 8px;
}
#return-to-top.scrolled {
  bottom: 80px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  visibility: visible;
  opacity: 1;
}
.tooltip-inner {
  background-color: #658D1B;
  border-radius: 0px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #658D1B;
}
/* MOBILE NAVIGATION */
.navbar {
  margin: 0 -15px;
}
.navbar-toggle {
  color: #fff;
  background: #5c9424;
  display: block;
  float: none;
  text-align: center;
}
.navbar-toggle:hover {
  color: #fff;
}
.navbar-toggle:focus {
  outline: 0;
  color: #fff;
}
.mobile-nav {
  background: #658D1B;
  margin: 0 -15px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0);
}
.mobile-nav .level-1 {
  background: #658D1B;
}
.mobile-nav .level-1 li a {
  color: #fff;
}
.mobile-nav .level-1 li.active > a {
  color: #fff;
  opacity: 0.6;
}
.mobile-nav.type-collapse .level-2 li a {
  font-size: 15px;
}
/* NAVIGATIONS */
.main-nav.level-2 {
  margin-bottom: 30px;
}
.main-nav.level-2 > li > span > a {
  color: #5c9424;
  font-family: "Titillium Web", sans-serif;
}
.main-nav.level-2 > li > span > a:hover {
  color: #658D1B;
}
.main-nav.level-2 > li > span > a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-right: 10px;
}
.main-nav.level-2 > li.active > span > a {
  color: #658D1B;
}
.main-nav.level-2 > li.active > span > a:hover {
  color: #658D1B;
}
.main-nav.level-3 > li > span > a {
  color: #5c9424;
}
.main-nav.level-3 > li > span > a:hover {
  color: #658D1B;
}
.main-nav.level-3 > li.active > span > a {
  color: #658D1B;
}
.main-nav.level-3 > li.active > span > a:hover {
  color: #658D1B;
}
.main-nav.level-4 > li > span > a {
  color: #5c9424;
}
.main-nav.level-4 > li > span > a:hover {
  color: #658D1B;
}
.main-nav.level-4 > li.active > span > a {
  color: #658D1B;
}
.main-nav.level-4 > li.active > span > a:hover {
  color: #658D1B;
}
.module-style__box-shadow .module-content-block {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-style__box-shadow .module-content-block:hover {
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.module-style__box-shadow.Special_ChangingContents .category-elements > .category-element, .module-style__box-shadow.Special_ContactPerson .category-elements > .category-element {
  overflow: visible;
}
.module-style__box-shadow.Special_ChangingContents .category-elements .module-content-block, .module-style__box-shadow.Special_ContactPerson .category-elements .module-content-block {
  padding: 25px;
}
.module-style__box-shadow.Special_Sponsor .owl-item .header-img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.module-style__box-shadow.Special_Sponsor .owl-item .header-img:hover {
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.module-style__box-white .module-content-block {
  background: #fff;
  padding: 25px;
}
.module-style__box-white.Special_ChangingContents .category-elements .module-content-block {
  padding: 25px;
}
.module-style__box-white.Special_Sponsor .owl-item .header-img {
  background: #fff;
}
.module-style__remove-image-margin .module-content-block {
  padding: 25px;
}
.module-style__remove-image-margin .module-content-block .thumbnail {
  margin: -25px -25px 25px -25px;
}
.module-style__remove-image-margin.Special_ChangingContents .category-elements .module-content-block {
  padding: 25px;
}
.module-style__remove-image-margin.Special_ChangingContents .category-elements .module-content-block .headline-wrapper + .thumbnail {
  margin: 25px -25px 25px -25px;
}
.module-style__remove-image-margin.template-headline-on-image .module-content-block > div:last-child {
  padding: 0;
}
.module-style__remove-image-margin.template-headline-on-image .module-content-block .headline-wrapper {
  left: -25px;
  right: -25px;
}
#editMode .main-nav.level-1 li a.editButton {
  display: inline-block;
  width: 16px;
  height: 16px;
}
#editMode .header-slider .header-img {
  background-attachment: initial;
}
/* MEDIA QUERYS */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .btn-default, .btn-primary, .customBtn {
    font-size: 14px;
    padding: 10px 8px 10px 8px;
  }
  .btn-default:after, .btn-primary:after, .customBtn:after {
    margin-left: 5px;
    top: 1px;
  }
}
@media (max-width: 1290px) {
  .Text_Link_TextImageThree div div .col-sm-4 {
    width: 100%;
  }
  .Text_Link_TextImageThree div div .col-sm-4 .module-content-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .Text_Link_TextImageThree div div .col-sm-4 {
    width: 100%;
  }
  .Text_Link_TextImageThree div div .col-sm-4 .module-content-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .header-slider, .header-slider-content {
    margin-left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    position: relative;
    margin-top: 0;
  }
  .main-content, .main-content-2, .main-content-3, .before-footer, .main-content-site {
    margin-left: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    margin-top: 0;
  }
  .header-slider .header-img .caption-wrapper .carousel-caption .headline1 {
    font-size: 38px;
    line-height: 38px;
  }
  .header-slider .header-img .caption-wrapper .carousel-caption .headline2 {
    font-size: 22px;
    line-height: 22px;
  }
  .header-slider .header-img {
    height: 400px;
  }
  .header-slider-content {
    display: none;
  }
  .links-footer {
    margin-left: 0;
  }
  .links-footer .text-wrapper p {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  header.mobile .logo img {
    max-width: 150px;
  }
  .header-slider .header-img .caption-wrapper .carousel-caption .headline1, .header-slider-content .header-img .caption-wrapper .carousel-caption .headline1 {
    font-size: 22px;
    line-height: 22px;
  }
  .header-slider .header-img .caption-wrapper .carousel-caption .headline2, .header-slider-content .header-img .caption-wrapper .carousel-caption .headline2 {
    font-size: 16px;
    line-height: 18px;
  }
  .header-slider .header-img .caption-wrapper .carousel-caption .btn, .header-slider-content .header-img .caption-wrapper .carousel-caption .btn {
    display: none;
  }
  .headline1 {
    font-size: 30px;
    line-height: 40px;
  }
  .headline2, .headline3, .headline4 {
    font-size: 16px;
    line-height: 18px;
  }
  .btn-default, .btn-primary, .customBtn {
    font-size: 17px;
  }
}
