/* LESS */
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* Styles */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Didact Gothic', sans-serif;
  color: #231a1a;
  background: #fff;
  font-size: 16px;
  line-height: 1.5em;
  hyphens: auto;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Galdeano', sans-serif;
  text-align: center;
  line-height: 1em;
}
a {
  color: #413b30;
  transition: all 0.3s ease;
}
a.textlink {
  text-decoration: underline;
}
a:hover {
  color: #889b21;
  transition: all 0.3s ease;
  text-decoration: none;
}
a,
a:focus {
  color: #413b30;
  text-decoration: none;
  text-decoration-skip: ink;
  border: 0;
}
strong {
  font-weight: 600;
}
p {
  margin-bottom: 20px;
}
span {
  line-height: 1em;
}
img {
  max-width: 100%;
}
main {
  text-align: center;
}
header {
  text-align: center;
}
input,
select,
textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #b5b5b5;
  padding: 6px 10px 7px;
  font-size: 14px;
}
* {
  outline: none;
}
.fl-col-small {
  max-width: 100%;
}
.container {
  width: 1440px;
  max-width: 95%;
}
.container.expanded {
  width: 1600px;
  max-width: 95%;
}
.container.fullwidth {
  width: 100%;
}
/* Topbar */
.topbar {
  font-size: 14px;
  margin-top: -5px;
}
.topbar .upper {
  width: 100%;
  padding: 10px 0px 12px;
  background: #f1f6d8;
}
.topbar .upper ul.contactdata {
  float: left;
  list-style-type: none;
  margin-top: 8px;
}
.topbar .upper ul.contactdata li {
  display: inline-block;
  margin-right: 10px;
}
.topbar .upper ul.contactdata li a {
  transition: all 0.3s ease;
}
.topbar .upper ul.contactdata li a:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar .upper ul.links {
  float: right;
  list-style-type: none;
  margin-top: 8px;
}
.topbar .upper ul.links li {
  display: inline-block;
  margin-right: 10px;
}
.topbar .upper ul.links li a {
  transition: all 0.3s ease;
}
.topbar .upper ul.links li a img {
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}
.topbar .upper ul.links li a:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar .upper ul.links li a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1320px) {
  .topbar .upper ul.links {
    display: none;
  }
}
.topbar .upper .search {
  float: right;
  margin: 0px;
  margin-left: 10px;
}
.topbar .upper .search input {
  width: 250px;
  border-right: 0;
}
.topbar .upper .search form {
  display: inline-block;
}
.topbar .upper .search .submit {
  border: 1px solid #b5b5b5;
  border-left: 0;
  padding: 7px 10px 6px 0;
  margin-left: -3px;
  font-size: 1.2em;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
  background: #fff;
}
.topbar .upper .search .submit:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar .upper .search a img {
  margin-left: 10px;
  transition: all 0.3s ease;
}
.topbar .upper .search a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1170px) {
  .topbar .upper .search {
    display: none;
  }
}
@media all and (max-width: 1170px) {
  .topbar .upper {
    display: none;
  }
}
.topbar .main .leftblock {
  float: left;
}
.topbar .main .leftblock a.logo {
  display: inline-block;
  margin-top: 10px;
}
.topbar .main .leftblock a.logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease;
}
.topbar .main .leftblock a.logo img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.topbar .main .rightblock {
  float: right;
}
.topbar .main .rightblock nav.mainmenu {
  margin-top: 13px;
}
.topbar .main .rightblock nav.mainmenu ul {
  list-style-type: none;
}
.topbar .main .rightblock nav.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.topbar .main .rightblock nav.mainmenu ul li a {
  font-size: 1.2em;
  font-weight: 700;
  padding: 13px 17px 14px;
  display: block;
  margin-left: 0px;
  transition: all 0.3s ease;
}
.topbar .main .rightblock nav.mainmenu ul li a img {
  max-width: 20px;
  position: relative;
  top: 2px;
}
.topbar .main .rightblock nav.mainmenu ul li a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar .main .rightblock nav.mainmenu ul li li a {
  font-weight: 400;
}
@media all and (max-width: 1170px) {
  .topbar .main .rightblock nav.mainmenu {
    display: none;
  }
}
.topbar .main .rightblock .mobilemenu {
  float: right;
  position: relative;
  top: 27px;
  display: none;
}
.topbar .main .rightblock .mobilemenu a i {
  font-size: 29px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.topbar .main .rightblock .mobilemenu a span {
  color: #413b30;
  font-size: 16px;
  position: relative;
  top: -8px;
}
.topbar .main .rightblock .mobilemenu a:hover i {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar .main .rightblock .mobilemenu a:hover span {
  color: #413b30;
}
@media all and (max-width: 1170px) {
  .topbar .main .rightblock .mobilemenu {
    display: block;
  }
}
/* Topbar */
.topbar-transparent {
  font-size: 14px;
  top: 0;
  left: 0;
  z-index: 11;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101%;
}
.topbar-transparent .upper {
  display: none;
  width: 100%;
  padding: 10px 0px 12px;
  background: #f1f6d8;
}
.topbar-transparent .upper ul.contactdata {
  float: left;
  list-style-type: none;
  margin-top: 8px;
}
.topbar-transparent .upper ul.contactdata li {
  display: inline-block;
  margin-right: 10px;
}
.topbar-transparent .upper ul.contactdata li a {
  transition: all 0.3s ease;
}
.topbar-transparent .upper ul.contactdata li a:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-transparent .upper ul.links {
  float: right;
  list-style-type: none;
  margin-top: 8px;
}
.topbar-transparent .upper ul.links li {
  display: inline-block;
  margin-right: 10px;
}
.topbar-transparent .upper ul.links li a {
  transition: all 0.3s ease;
}
.topbar-transparent .upper ul.links li a img {
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}
.topbar-transparent .upper ul.links li a:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-transparent .upper ul.links li a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1320px) {
  .topbar-transparent .upper ul.links {
    display: none;
  }
}
.topbar-transparent .upper .search {
  float: right;
  margin: 0px;
  margin-left: 10px;
}
.topbar-transparent .upper .search input {
  width: 250px;
  border-right: 0;
}
.topbar-transparent .upper .search form {
  display: inline-block;
}
.topbar-transparent .upper .search .submit {
  border: 1px solid #b5b5b5;
  border-left: 0;
  padding: 7px 10px 6px 0;
  margin-left: -3px;
  font-size: 1.2em;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
  background: #fff;
}
.topbar-transparent .upper .search .submit:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-transparent .upper .search a img {
  margin-left: 10px;
  transition: all 0.3s ease;
}
.topbar-transparent .upper .search a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1170px) {
  .topbar-transparent .upper .search {
    display: none;
  }
}
@media all and (max-width: 1170px) {
  .topbar-transparent .upper {
    display: none;
  }
}
.topbar-transparent .main {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
  height: 150px;
}
.topbar-transparent .main .leftblock {
  float: left;
}
.topbar-transparent .main .leftblock a.logo {
  display: inline-block;
  margin-top: 0px;
}
.topbar-transparent .main .leftblock a.logo img {
  height: 150px;
  width: auto;
  transition: all 0.3s ease;
}
.topbar-transparent .main .leftblock a.logo img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1170px) {
  .topbar-transparent .main .leftblock a.logo img {
    height: 70px;
  }
}
.topbar-transparent .main .rightblock {
  float: right;
}
.topbar-transparent .main .rightblock nav.mainmenu {
  margin-top: 13px;
  position: relative;
  z-index: 999;
}
.topbar-transparent .main .rightblock nav.mainmenu ul {
  list-style-type: none;
}
.topbar-transparent .main .rightblock nav.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.topbar-transparent .main .rightblock nav.mainmenu ul li a {
  font-size: 1.2em;
  font-weight: 700;
  padding: 13px 17px 14px;
  display: block;
  margin-left: 0px;
  transition: all 0.3s ease;
  color: #fff;
}
.topbar-transparent .main .rightblock nav.mainmenu ul li a img {
  max-width: 20px;
  position: relative;
  top: 2px;
}
.topbar-transparent .main .rightblock nav.mainmenu ul li a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar-transparent .main .rightblock nav.mainmenu ul li li a {
  font-weight: 400;
  color: inherit;
}
@media all and (max-width: 1170px) {
  .topbar-transparent .main .rightblock nav.mainmenu {
    display: none;
  }
}
.topbar-transparent .main .rightblock .mobilemenu {
  float: right;
  position: relative;
  top: 27px;
  display: none;
}
.topbar-transparent .main .rightblock .mobilemenu a i {
  color: #fff;
  font-size: 29px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.topbar-transparent .main .rightblock .mobilemenu a span {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -8px;
}
.topbar-transparent .main .rightblock .mobilemenu a:hover i {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-transparent .main .rightblock .mobilemenu a:hover span {
  color: #fff;
}
@media all and (max-width: 1170px) {
  .topbar-transparent .main .rightblock .mobilemenu {
    display: block;
  }
}
/* Topbar */
.topbar-megamenu {
  font-size: 14px;
  top: 0;
  left: 0;
  z-index: 11;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 101%;
}
.topbar-megamenu .upper {
  display: none;
  width: 100%;
  padding: 10px 0px 12px;
  background: #f1f6d8;
}
.topbar-megamenu .upper ul.contactdata {
  float: left;
  list-style-type: none;
  margin-top: 8px;
}
.topbar-megamenu .upper ul.contactdata li {
  display: inline-block;
  margin-right: 10px;
}
.topbar-megamenu .upper ul.contactdata li a {
  transition: all 0.3s ease;
}
.topbar-megamenu .upper ul.contactdata li a:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-megamenu .upper ul.links {
  float: right;
  list-style-type: none;
  margin-top: 8px;
}
.topbar-megamenu .upper ul.links li {
  display: inline-block;
  margin-right: 10px;
}
.topbar-megamenu .upper ul.links li a {
  transition: all 0.3s ease;
}
.topbar-megamenu .upper ul.links li a img {
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}
.topbar-megamenu .upper ul.links li a:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-megamenu .upper ul.links li a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1320px) {
  .topbar-megamenu .upper ul.links {
    display: none;
  }
}
.topbar-megamenu .upper .search {
  float: right;
  margin: 0px;
  margin-left: 10px;
}
.topbar-megamenu .upper .search input {
  width: 250px;
  border-right: 0;
}
.topbar-megamenu .upper .search form {
  display: inline-block;
}
.topbar-megamenu .upper .search .submit {
  border: 1px solid #b5b5b5;
  border-left: 0;
  padding: 7px 10px 6px 0;
  margin-left: -3px;
  font-size: 1.2em;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
  background: #fff;
}
.topbar-megamenu .upper .search .submit:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-megamenu .upper .search a img {
  margin-left: 10px;
  transition: all 0.3s ease;
}
.topbar-megamenu .upper .search a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1170px) {
  .topbar-megamenu .upper .search {
    display: none;
  }
}
@media all and (max-width: 1170px) {
  .topbar-megamenu .upper {
    display: none;
  }
}
.topbar-megamenu .main {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
  height: 150px;
}
.topbar-megamenu .main .leftblock {
  float: left;
}
.topbar-megamenu .main .leftblock a.logo {
  display: inline-block;
  margin-top: 0px;
}
.topbar-megamenu .main .leftblock a.logo img {
  height: 150px;
  width: auto;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .leftblock a.logo img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1170px) {
  .topbar-megamenu .main .leftblock a.logo img {
    height: 70px;
  }
}
.topbar-megamenu .main .rightblock {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 13px;
}
.topbar-megamenu .main .rightblock .lang {
  margin-left: 30px;
  margin-top: -13px;
}
.topbar-megamenu .main .rightblock .lang a {
  margin-left: 10px;
}
.topbar-megamenu .main .rightblock .lang a img {
  width: 24px;
}
.topbar-megamenu .main .rightblock .lang a:first-of-type {
  margin: 0;
}
@media all and (max-width: 1170px) {
  .topbar-megamenu .main .rightblock .lang {
    display: none;
  }
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li {
  display: inline-block;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li a {
  font-size: 1.2em;
  font-weight: 700;
  padding: 13px 17px 14px;
  display: block;
  margin-left: 0px;
  transition: all 0.3s ease;
  color: #fff;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li a img {
  max-width: 20px;
  position: relative;
  top: 2px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.current-menu-ancestor a,
.topbar-megamenu .main .rightblock nav.mainmenu ul li.current_page_item a {
  color: #fff;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.current-menu-ancestor a:after,
.topbar-megamenu .main .rightblock nav.mainmenu ul li.current_page_item a:after {
  opacity: 1;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.highlight a {
  background: #7fb7e8;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul {
  text-transform: none;
  padding: 20px;
  display: block;
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  background: #fff;
  z-index: 2000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li {
  float: none;
  border: 0px;
  max-width: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li a {
  font-weight: 700;
  display: block;
  height: auto;
  border: 0 !important;
  border-bottom: 1px solid rgba(136, 155, 33, 0.2) !important;
  color: #231a1a !important;
  line-height: 1em;
  text-decoration: none;
  text-align: left;
  text-transform: normal;
  width: 100%;
  font-size: 15px !important;
  padding: 14px 5px 14px !important;
  white-space: normal;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li a:hover {
  background-color: rgba(136, 155, 33, 0.1);
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li a:after {
  display: none;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li img {
  max-width: 100%;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li ul {
  display: block;
  background: none;
  padding: 0;
  position: static;
  top: inherit;
  left: inherit;
  right: inherit;
  box-shadow: none;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li ul li ul li a {
  background-image: url('images/icon-menu.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px !important;
  font-weight: 400;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li ul li ul li a:hover {
  background-color: rgba(136, 155, 33, 0.1);
  background-image: url('images/icon-menu.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.topimage a {
  padding: 0 !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.topimage a div {
  width: 100%;
  height: 120px;
  position: relative;
  background-size: cover !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.topimage a div span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 12px;
  background: rgba(255, 255, 255, 0.8);
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.topimage a:hover div span {
  background: rgba(136, 155, 33, 0.8);
  color: #fff;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.topimage ul li a {
  padding: 14px 0 14px 15px !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.fullimage a {
  padding: 0 !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.fullimage a div {
  width: 100%;
  height: 375px;
  position: relative;
  background-size: cover !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.fullimage a div span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 12px;
  background: rgba(255, 255, 255, 0.8);
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.fullimage a:hover div span {
  background: rgba(136, 155, 33, 0.8);
  color: #fff;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.fullimage ul li a {
  padding: 15px 0 14px 15px !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.current-menu-ancestor a {
  border-bottom: 0px solid #889b21;
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul li.current-menu-item > a {
  color: #889b21 !important;
  padding-left: 15px !important;
  background: rgba(136, 155, 33, 0.1) !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_third {
  width: 33%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_third ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_third > a {
  display: none !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_fourth {
  width: 25%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_fourth ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_fourth > a {
  display: none !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_fifth {
  width: 20%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_fifth ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .column_one_fifth > a {
  display: none !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .rowcomplete {
  clear: both;
  width: 100%;
  padding: 0 10px;
  display: block;
  padding-top: 20px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .rowcomplete ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
  text-align: center;
  border-top: 1px solid rgba(136, 155, 33, 0.2);
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .rowcomplete ul li {
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .rowcomplete ul li a {
  background: none;
  border: 0 !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .rowcomplete ul li a i {
  font-size: 30px;
  color: #889b21;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .rowcomplete ul li a:hover {
  color: #889b21 !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li ul .rowcomplete > a {
  display: none !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.menu-item-has-children > ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.menu-item-has-children:hover * {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.menu-item-has-children:focus ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.current-page-parent .nolink * {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.current-page-parent .nolink * a {
  padding: 0 !important;
  border: 0 !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul li.current-page-parent .nolink *:hover {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .nolink * {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px;
  border: 0px !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .nolink * a {
  padding: 0 !important;
  border: 0 !important;
  margin: 0px !important;
  border: 0px !important;
  background: none !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .nolink *:hover {
  color: #889b21 !important;
  background: none !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .menutext {
  background: none !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .menutext a {
  padding: 0 !important;
  margin: 0;
  cursor: default;
  border-bottom: 0 !important;
  background: none !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .menutext a h4 {
  font-size: 26px;
  margin-bottom: 15px !important;
  display: block;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .menutext a h4:hover {
  margin-bottom: 15px !important;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .menutext a span {
  line-height: 150%;
}
.topbar-megamenu .main .rightblock nav.mainmenu ul .menutext a:hover {
  padding: 0 !important;
  margin: 0;
  color: #889b21;
  background: none !important;
}
@media all and (max-width: 1170px) {
  .topbar-megamenu .main .rightblock nav.mainmenu {
    display: none;
  }
}
.topbar-megamenu .main .rightblock .mobilemenu {
  display: none;
}
.topbar-megamenu .main .rightblock .mobilemenu a i {
  color: #fff;
  font-size: 29px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .rightblock .mobilemenu a span {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -8px;
}
.topbar-megamenu .main .rightblock .mobilemenu a:hover i {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar-megamenu .main .rightblock .mobilemenu a:hover span {
  color: #fff;
}
@media all and (max-width: 1170px) {
  .topbar-megamenu .main .rightblock .mobilemenu {
    display: block;
  }
}
nav ul li ul {
  padding: 10px;
  display: block;
  position: absolute;
  top: 54px;
  right: 0px;
  background: #fff;
  z-index: 2000;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(17, 39, 27, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(17, 39, 27, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(17, 39, 27, 0.15);
}
nav ul li ul li {
  border: 0px;
  text-align: left;
  text-transform: none;
  width: 100%;
}
nav ul li ul li a {
  margin-left: 0px !important;
  font-weight: normal;
  display: block;
  height: auto;
  line-height: 1em;
  text-decoration: none;
  text-align: left;
  text-transform: normal;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #ded6d1;
  white-space: nowrap;
}
nav ul li ul li ul {
  display: block;
}
nav ul li.menu-item-has-children > ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1.25s, opacity 0.25s linear;
}
nav ul li.menu-item-has-children:hover * {
  opacity: 1;
  visibility: visible;
}
nav ul li.current-menu-ancestor > a {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
/* Topbar Scrolled */
.topbar_scrolled {
  width: 100%;
  height: 80px;
  font-size: 14px;
  position: fixed;
  top: -80px;
  background: #fff;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease 0s;
}
.topbar_scrolled .leftblock {
  float: left;
}
.topbar_scrolled .leftblock a.logo {
  display: inline-block;
  margin-top: 10px;
}
.topbar_scrolled .leftblock a.logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease;
}
.topbar_scrolled .leftblock a.logo img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock {
  float: right;
}
.topbar_scrolled .rightblock nav.mainmenu {
  margin-top: 13px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li {
  display: inline-block;
}
.topbar_scrolled .rightblock nav.mainmenu ul li a {
  font-size: 1.2em;
  font-weight: 700;
  padding: 13px 17px 14px;
  display: block;
  margin-left: 0px;
  transition: all 0.3s ease;
  color: #231a1a;
}
.topbar_scrolled .rightblock nav.mainmenu ul li a img {
  max-width: 20px;
  position: relative;
  top: 2px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.current-menu-ancestor a,
.topbar_scrolled .rightblock nav.mainmenu ul li.current_page_item a {
  color: #231a1a;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.current-menu-ancestor a:after,
.topbar_scrolled .rightblock nav.mainmenu ul li.current_page_item a:after {
  opacity: 1;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.current-menu-ancestor a:hover,
.topbar_scrolled .rightblock nav.mainmenu ul li.current_page_item a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul {
  text-transform: none;
  padding: 20px;
  display: block;
  position: absolute;
  top: 80px;
  left: 15px;
  right: 15px;
  background: #fff;
  z-index: 2000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li {
  float: none;
  border: 0px;
  max-width: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li a {
  font-weight: 700;
  display: block;
  height: auto;
  border: 0 !important;
  border-bottom: 1px solid rgba(136, 155, 33, 0.2) !important;
  color: #231a1a !important;
  line-height: 1em;
  text-decoration: none;
  text-align: left;
  text-transform: normal;
  width: 100%;
  font-size: 15px !important;
  padding: 14px 5px 14px !important;
  white-space: normal;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li a:hover {
  background-color: rgba(136, 155, 33, 0.1);
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li a:after {
  display: none;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li img {
  max-width: 100%;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li ul {
  display: block;
  background: none;
  padding: 0;
  position: static;
  top: inherit;
  left: inherit;
  right: inherit;
  box-shadow: none;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li ul li ul li a {
  background-image: url('images/icon-menu.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px !important;
  font-weight: 400;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li ul li ul li a:hover {
  background-color: rgba(136, 155, 33, 0.1);
  background-image: url('images/icon-menu.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.topimage a {
  padding: 0 !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.topimage a div {
  width: 100%;
  height: 120px;
  position: relative;
  background-size: cover !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.topimage a div span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 12px;
  background: rgba(255, 255, 255, 0.8);
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.topimage a:hover div span {
  background: rgba(136, 155, 33, 0.8);
  color: #fff;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.topimage ul li a {
  padding: 14px 0 14px 15px !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.fullimage a {
  padding: 0 !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.fullimage a div {
  width: 100%;
  height: 375px;
  position: relative;
  background-size: cover !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.fullimage a div span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 12px;
  background: rgba(255, 255, 255, 0.8);
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.fullimage a:hover div span {
  background: rgba(136, 155, 33, 0.8);
  color: #fff;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.fullimage ul li a {
  padding: 15px 0 14px 15px !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.current-menu-ancestor a {
  border-bottom: 0px solid #889b21;
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul li.current-menu-item > a {
  color: #889b21 !important;
  padding-left: 15px !important;
  background: rgba(136, 155, 33, 0.1) !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_third {
  width: 33%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_third ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_third > a {
  display: none !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_fourth {
  width: 25%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_fourth ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_fourth > a {
  display: none !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_fifth {
  width: 20%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_fifth ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .column_one_fifth > a {
  display: none !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete {
  clear: both;
  width: 100%;
  padding: 0 10px;
  display: block;
  padding-top: 20px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
  text-align: center;
  border-top: 1px solid rgba(136, 155, 33, 0.2);
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul li {
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul li a {
  background: none;
  border: 0 !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul li a i {
  font-size: 30px;
  color: #889b21;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul li a:hover {
  color: #889b21 !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete > a {
  display: none !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.menu-item-has-children > ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.menu-item-has-children:hover * {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.menu-item-has-children:focus ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.current-page-parent .nolink * {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.current-page-parent .nolink * a {
  padding: 0 !important;
  border: 0 !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul li.current-page-parent .nolink *:hover {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul .nolink * {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px;
  border: 0px !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul .nolink * a {
  padding: 0 !important;
  border: 0 !important;
  margin: 0px !important;
  border: 0px !important;
  background: none !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul .nolink *:hover {
  color: #889b21 !important;
  background: none !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul .menutext {
  background: none !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul .menutext a {
  padding: 0 !important;
  margin: 0;
  cursor: default;
  border-bottom: 0 !important;
  background: none !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul .menutext a h4 {
  font-size: 26px;
  margin-bottom: 15px !important;
  display: block;
}
.topbar_scrolled .rightblock nav.mainmenu ul .menutext a h4:hover {
  margin-bottom: 15px !important;
}
.topbar_scrolled .rightblock nav.mainmenu ul .menutext a span {
  line-height: 150%;
}
.topbar_scrolled .rightblock nav.mainmenu ul .menutext a:hover {
  padding: 0 !important;
  margin: 0;
  color: #889b21;
  background: none !important;
}
@media all and (max-width: 1170px) {
  .topbar_scrolled .rightblock nav.mainmenu {
    display: none;
  }
}
.topbar_scrolled .rightblock .mobilemenu {
  float: right;
  position: relative;
  top: 27px;
  display: none;
}
.topbar_scrolled .rightblock .mobilemenu a i {
  font-size: 29px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock .mobilemenu a span {
  color: #413b30;
  font-size: 16px;
  position: relative;
  top: -8px;
}
.topbar_scrolled .rightblock .mobilemenu a:hover i {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_scrolled .rightblock .mobilemenu a:hover span {
  color: #413b30;
}
@media all and (max-width: 1170px) {
  .topbar_scrolled .rightblock .mobilemenu {
    display: block;
  }
}
.topbar_scrolled.open {
  top: 0px;
}
.topbar_scrolled nav ul li ul {
  top: 52px;
}
/* Topbar Blog */
.topbar_blog {
  font-size: 14px;
  margin-top: -5px;
}
.topbar_blog .upper {
  width: 100%;
  padding: 10px 0px 12px;
  background: #f1f6d8;
}
.topbar_blog .upper ul.contactdata {
  float: left;
  list-style-type: none;
  margin-top: 8px;
}
.topbar_blog .upper ul.contactdata li {
  display: inline-block;
  margin-right: 10px;
}
.topbar_blog .upper ul.contactdata li a {
  transition: all 0.3s ease;
}
.topbar_blog .upper ul.contactdata li a:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_blog .upper ul.links {
  float: right;
  list-style-type: none;
  margin-top: 8px;
}
.topbar_blog .upper ul.links li {
  display: inline-block;
  margin-right: 10px;
}
.topbar_blog .upper ul.links li a {
  transition: all 0.3s ease;
}
.topbar_blog .upper ul.links li a img {
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}
.topbar_blog .upper ul.links li a:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_blog .upper ul.links li a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1320px) {
  .topbar_blog .upper ul.links {
    display: none;
  }
}
.topbar_blog .upper .search {
  float: right;
  margin: 0px;
  margin-left: 10px;
}
.topbar_blog .upper .search input {
  width: 250px;
  border-right: 0;
}
.topbar_blog .upper .search form {
  display: inline-block;
}
.topbar_blog .upper .search .submit {
  border: 1px solid #b5b5b5;
  border-left: 0;
  padding: 7px 10px 6px 0;
  margin-left: -3px;
  font-size: 1.2em;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
  background: #fff;
}
.topbar_blog .upper .search .submit:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_blog .upper .search a img {
  margin-left: 10px;
  transition: all 0.3s ease;
}
.topbar_blog .upper .search a:hover img {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 1170px) {
  .topbar_blog .upper .search {
    display: none;
  }
}
@media all and (max-width: 1170px) {
  .topbar_blog .upper {
    display: none;
  }
}
.topbar_blog .main .leftblock {
  float: left;
}
.topbar_blog .main .leftblock a.logo {
  display: inline-block;
  margin-top: 10px;
}
.topbar_blog .main .leftblock a.logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease;
}
.topbar_blog .main .leftblock a.logo img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock {
  float: right;
}
.topbar_blog .main .rightblock nav.mainmenu {
  margin-top: 13px;
}
.topbar_blog .main .rightblock nav.mainmenu ul {
  list-style-type: none;
}
.topbar_blog .main .rightblock nav.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.topbar_blog .main .rightblock nav.mainmenu ul li a {
  font-size: 1.2em;
  font-weight: 700;
  padding: 13px 17px 14px;
  display: block;
  margin-left: 0px;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock nav.mainmenu ul li a img {
  max-width: 20px;
  position: relative;
  top: 2px;
}
.topbar_blog .main .rightblock nav.mainmenu ul li a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock nav.mainmenu ul li li a {
  font-weight: 400;
}
@media all and (max-width: 1170px) {
  .topbar_blog .main .rightblock nav.mainmenu {
    display: none;
  }
}
.topbar_blog .main .rightblock .mobilemenu {
  float: right;
  position: relative;
  top: 27px;
  display: none;
}
.topbar_blog .main .rightblock .mobilemenu a i {
  font-size: 29px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock .mobilemenu a span {
  color: #413b30;
  font-size: 16px;
  position: relative;
  top: -8px;
}
.topbar_blog .main .rightblock .mobilemenu a:hover i {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock .mobilemenu a:hover span {
  color: #413b30;
}
@media all and (max-width: 1170px) {
  .topbar_blog .main .rightblock .mobilemenu {
    display: block;
  }
}
.topbar_blog .main .leftblock {
  float: left;
}
.topbar_blog .main .leftblock a.logo {
  display: inline-block;
  margin-top: 10px;
}
.topbar_blog .main .leftblock a.logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease;
}
.topbar_blog .main .leftblock a.logo img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock {
  float: right;
}
.topbar_blog .main .rightblock nav.mainmenu {
  margin-top: 13px;
}
.topbar_blog .main .rightblock nav.mainmenu ul {
  list-style-type: none;
}
.topbar_blog .main .rightblock nav.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.topbar_blog .main .rightblock nav.mainmenu ul li a {
  font-size: 1.2em;
  font-weight: 700;
  padding: 13px 17px 14px;
  display: block;
  margin-left: 0px;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock nav.mainmenu ul li a img {
  max-width: 20px;
  position: relative;
  top: 2px;
}
.topbar_blog .main .rightblock nav.mainmenu ul li a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock nav.mainmenu ul li li a {
  font-weight: 400;
}
@media all and (max-width: 1170px) {
  .topbar_blog .main .rightblock nav.mainmenu {
    display: none;
  }
}
.topbar_blog .main .rightblock .mobilemenu {
  float: right;
  position: relative;
  top: 27px;
  display: none;
}
.topbar_blog .main .rightblock .mobilemenu a i {
  font-size: 29px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock .mobilemenu a span {
  color: #413b30;
  font-size: 16px;
  position: relative;
  top: -8px;
}
.topbar_blog .main .rightblock .mobilemenu a:hover i {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_blog .main .rightblock .mobilemenu a:hover span {
  color: #413b30;
}
@media all and (max-width: 1170px) {
  .topbar_blog .main .rightblock .mobilemenu {
    display: block;
  }
}
.topbar_blog .main .leftblock .logo {
  float: left;
}
.topbar_blog .main .leftblock a.button {
  display: inline-block;
  padding: 15px 10px;
  font-size: 14px;
  max-width: 160px;
  float: left;
  margin: 10px 0 0 40px;
}
.topbar_blog .main .leftblock a.button img {
  max-width: 20px;
  height: auto;
  position: relative;
  top: 3px;
  margin-left: 3px;
}
@media all and (max-width: 991px) {
  .topbar_blog .main .leftblock a.button {
    top: -28px;
    margin-left: 15px;
  }
}
@media all and (max-width: 480px) {
  .topbar_blog .main .leftblock a.button {
    display: none;
  }
}
.topbar_blog .main .rightblock {
  display: flex;
  align-items: center;
}
.topbar_blog .main .rightblock .country-selector {
  position: relative;
  top: 5px;
}
@media all and (max-width: 1170px) {
  .topbar_blog .main .rightblock .country-selector {
    display: none;
  }
}
.country-selector {
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.country-selector .weglot-flags > a::before,
.country-selector .weglot-flags > span.wglanguage-name::before {
  margin-right: 0;
}
.country-selector .wgcurrent {
  margin-right: 5px;
}
/* Topbar Blog Scrolled */
.topbar_blog_scrolled {
  width: 100%;
  height: 80px;
  font-size: 14px;
  position: fixed;
  top: -80px;
  background: #fff;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease 0s;
}
.topbar_blog_scrolled .leftblock {
  float: left;
}
.topbar_blog_scrolled .leftblock a.logo {
  display: inline-block;
  margin-top: 10px;
}
.topbar_blog_scrolled .leftblock a.logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .leftblock a.logo img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock {
  float: right;
}
.topbar_blog_scrolled .rightblock nav.mainmenu {
  margin-top: 13px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li {
  display: inline-block;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li a {
  font-size: 1.2em;
  font-weight: 700;
  padding: 13px 17px 14px;
  display: block;
  margin-left: 0px;
  transition: all 0.3s ease;
  color: #231a1a;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li a img {
  max-width: 20px;
  position: relative;
  top: 2px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current-menu-ancestor a,
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current_page_item a {
  color: #231a1a;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current-menu-ancestor a:after,
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current_page_item a:after {
  opacity: 1;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current-menu-ancestor a:hover,
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current_page_item a:hover {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul {
  text-transform: none;
  padding: 20px;
  display: block;
  position: absolute;
  top: 80px;
  left: 15px;
  right: 15px;
  background: #fff;
  z-index: 2000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li {
  float: none;
  border: 0px;
  max-width: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li a {
  font-weight: 700;
  display: block;
  height: auto;
  border: 0 !important;
  border-bottom: 1px solid rgba(136, 155, 33, 0.2) !important;
  color: #231a1a !important;
  line-height: 1em;
  text-decoration: none;
  text-align: left;
  text-transform: normal;
  width: 100%;
  font-size: 15px !important;
  padding: 14px 5px 14px !important;
  white-space: normal;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li a:hover {
  background-color: rgba(136, 155, 33, 0.1);
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li a:after {
  display: none;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li img {
  max-width: 100%;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li ul {
  display: block;
  background: none;
  padding: 0;
  position: static;
  top: inherit;
  left: inherit;
  right: inherit;
  box-shadow: none;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li ul li ul li a {
  background-image: url('images/icon-menu.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px !important;
  font-weight: 400;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li ul li ul li a:hover {
  background-color: rgba(136, 155, 33, 0.1);
  background-image: url('images/icon-menu.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.topimage a {
  padding: 0 !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.topimage a div {
  width: 100%;
  height: 120px;
  position: relative;
  background-size: cover !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.topimage a div span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 12px;
  background: rgba(255, 255, 255, 0.8);
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.topimage a:hover div span {
  background: rgba(136, 155, 33, 0.8);
  color: #fff;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.topimage ul li a {
  padding: 14px 0 14px 15px !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.fullimage a {
  padding: 0 !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.fullimage a div {
  width: 100%;
  height: 375px;
  position: relative;
  background-size: cover !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.fullimage a div span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 10px 10px 12px;
  background: rgba(255, 255, 255, 0.8);
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.fullimage a:hover div span {
  background: rgba(136, 155, 33, 0.8);
  color: #fff;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.fullimage ul li a {
  padding: 15px 0 14px 15px !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.current-menu-ancestor a {
  border-bottom: 0px solid #889b21;
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul li.current-menu-item > a {
  color: #889b21 !important;
  padding-left: 15px !important;
  background: rgba(136, 155, 33, 0.1) !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_third {
  width: 33%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_third ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_third > a {
  display: none !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_fourth {
  width: 25%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_fourth ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_fourth > a {
  display: none !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_fifth {
  width: 20%;
  margin-right: 0%;
  float: left;
  padding: 0 10px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_fifth ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .column_one_fifth > a {
  display: none !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete {
  clear: both;
  width: 100%;
  padding: 0 10px;
  display: block;
  padding-top: 20px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul {
  display: block;
  position: relative;
  top: 0px;
  border-top: 0px;
  text-align: center;
  border-top: 1px solid rgba(136, 155, 33, 0.2);
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul li {
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul li a {
  background: none;
  border: 0 !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul li a i {
  font-size: 30px;
  color: #889b21;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete ul li a:hover {
  color: #889b21 !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li ul .rowcomplete > a {
  display: none !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.menu-item-has-children > ul {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.menu-item-has-children:hover * {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.menu-item-has-children:focus ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current-page-parent .nolink * {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current-page-parent .nolink * a {
  padding: 0 !important;
  border: 0 !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul li.current-page-parent .nolink *:hover {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .nolink * {
  color: #889b21 !important;
  background: transparent !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px;
  border: 0px !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .nolink * a {
  padding: 0 !important;
  border: 0 !important;
  margin: 0px !important;
  border: 0px !important;
  background: none !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .nolink *:hover {
  color: #889b21 !important;
  background: none !important;
  cursor: default !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .menutext {
  background: none !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .menutext a {
  padding: 0 !important;
  margin: 0;
  cursor: default;
  border-bottom: 0 !important;
  background: none !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .menutext a h4 {
  font-size: 26px;
  margin-bottom: 15px !important;
  display: block;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .menutext a h4:hover {
  margin-bottom: 15px !important;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .menutext a span {
  line-height: 150%;
}
.topbar_blog_scrolled .rightblock nav.mainmenu ul .menutext a:hover {
  padding: 0 !important;
  margin: 0;
  color: #889b21;
  background: none !important;
}
@media all and (max-width: 1170px) {
  .topbar_blog_scrolled .rightblock nav.mainmenu {
    display: none;
  }
}
.topbar_blog_scrolled .rightblock .mobilemenu {
  float: right;
  position: relative;
  top: 27px;
  display: none;
}
.topbar_blog_scrolled .rightblock .mobilemenu a i {
  font-size: 29px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock .mobilemenu a span {
  color: #413b30;
  font-size: 16px;
  position: relative;
  top: -8px;
}
.topbar_blog_scrolled .rightblock .mobilemenu a:hover i {
  color: #889b21;
  transition: all 0.3s ease;
}
.topbar_blog_scrolled .rightblock .mobilemenu a:hover span {
  color: #413b30;
}
@media all and (max-width: 1170px) {
  .topbar_blog_scrolled .rightblock .mobilemenu {
    display: block;
  }
}
.topbar_blog_scrolled .leftblock a.button {
  display: inline-block;
  padding: 10px 8px;
  font-size: 14px;
  max-width: 160px;
  position: relative;
  top: -18px;
  margin-left: 20px;
}
.topbar_blog_scrolled .leftblock a.button img {
  max-width: 20px;
  height: auto;
  position: relative;
  top: 3px;
}
@media all and (max-width: 480px) {
  .topbar_blog_scrolled .leftblock a.button {
    display: none;
  }
}
/* Bottombar Scrolled */
.bottombar_scrolled {
  width: 100%;
  height: 60px;
  font-size: 14px;
  position: fixed;
  bottom: -60px;
  background: #889b21;
  color: #fff;
  z-index: 20;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.bottombar_scrolled form {
  display: block;
  margin-top: 10px;
  float: right;
}
.bottombar_scrolled form .button.yellow {
  padding: 9px 10px 12px;
}
.bottombar_scrolled form .button.yellow i {
  position: relative;
  top: 2px;
}
.bottombar_scrolled form .button.yellow:hover {
  background: #fff;
  color: #413b30;
  padding: 9px 16px 12px;
}
.bottombar_scrolled form span.icon {
  display: inline-block;
  background: #413b30;
  color: #fff;
  padding: 12px 12px 12px;
  position: relative;
  top: 1px;
  left: -2px;
}
@media all and (max-width: 991px) {
  .bottombar_scrolled form span.icon {
    display: none;
  }
}
.bottombar_scrolled form input,
.bottombar_scrolled form select {
  max-width: 140px;
}
@media all and (max-width: 991px) {
  .bottombar_scrolled form input,
  .bottombar_scrolled form select {
    display: none;
  }
}
.bottombar_scrolled .contacts {
  float: left;
  margin-top: 13px;
}
.bottombar_scrolled .contacts a {
  margin-right: 15px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 25px;
}
.bottombar_scrolled .contacts a span {
  font-size: 16px;
}
@media all and (max-width: 640px) {
  .bottombar_scrolled .contacts a span {
    display: none;
  }
}
.bottombar_scrolled .contacts a i {
  position: relative;
  top: 5px;
}
.bottombar_scrolled .contacts a:hover {
  transition: all 0.3s ease;
  color: #edcf38;
}
.bottombar_scrolled.open {
  bottom: 0px;
}
.sidebar_social {
  height: auto;
  font-size: 14px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  left: -50px;
  z-index: 20;
  text-align: center;
  transition: all 0.3s ease;
}
.sidebar_social a.icon {
  display: block;
  background: #7fb7e8;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 10px;
}
.sidebar_social a.icon:hover {
  opacity: 0.7;
  color: #fff;
}
@media all and (max-width: 768px) {
  .sidebar_social {
    display: none;
  }
}
.sidebar_social.open {
  left: 0px;
}
/* Header Parallax  */
header.parallax {
  margin: 0;
  padding: 0;
  position: relative;
  height: calc(95vh);
  width: 100%;
  overflow: hidden;
}
header.parallax .contents {
  width: 100%;
  position: absolute;
  top: 35%;
  z-index: 10;
  color: #fff;
  text-shadow: 0px 0px 30px #000000;
  padding: 0 50px;
}
header.parallax .contents .title {
  display: block;
  font-size: 56px;
  font-family: 'Galdeano', sans-serif;
  max-width: 970px;
  margin: 0px auto;
  margin-bottom: 30px;
  padding: 30px 15px 0 15px;
}
@media all and (max-width: 1600px) {
  header.parallax .contents .title {
    font-size: 40px;
  }
}
header.parallax .contents p {
  font-size: 18px;
  max-width: 970px;
  margin: 0px auto;
  margin-bottom: 30px;
  padding: 0px 15px 0 15px;
}
@media all and (max-width: 640px) {
  header.parallax .contents p {
    line-height: 1.4em;
  }
}
@media all and (max-height: 600px) {
  header.parallax .contents p {
    display: none;
  }
}
@media all and (max-width: 991px) {
  header.parallax .contents {
    padding: 0px;
  }
}
@media all and (max-width: 640px) {
  header.parallax .contents {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-height: 600px) {
  header.parallax .contents {
    top: 50%;
    transform: translateY(-50%);
  }
}
header.parallax .controls {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 150;
  font-size: 50px;
}
header.parallax .controls .prev {
  position: absolute;
  left: 5%;
  color: #fff;
  transition: all 0.3s ease;
}
header.parallax .controls .prev:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
header.parallax .controls .next {
  position: absolute;
  right: 5%;
  color: #fff;
  transition: all 0.3s ease;
}
header.parallax .controls .next:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  header.parallax .controls {
    font-size: 30px;
  }
}
header.parallax .landscape {
  width: 100%;
  height: 90vh;
  position: absolute;
  bottom: -130px;
  right: 0;
  left: 0;
}
header.parallax .clouds {
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
header.parallax .birds {
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
header.parallax .sky {
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
header.parallax .summer_bridge {
  width: 100%;
  height: 90vh;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
header.parallax .summer_landscape {
  width: 100%;
  height: 90vh;
  position: absolute;
  bottom: -130px;
  right: 0;
  left: 0;
}
header.parallax .summer_clouds {
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
header.parallax .summer_sky {
  width: 100%;
  height: 90vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
header.parallax .winter_chair {
  width: 100%;
  height: 70vh;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
}
header.parallax .winter_clouds {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
header.parallax .winter_birds {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
header.parallax .winter_sky {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
header.parallax .winter_landscape {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: -70px;
  right: 0;
  left: 0;
}
header.parallax .fall_sky {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
header.parallax .fall_trees {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
}
header.parallax .fall_landscape {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: -130px;
  right: 0;
  left: 0;
}
header.parallax .bottom {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  background: url('images/01glv_slider_bottom.webp') repeat-x bottom;
  background-size: 60%;
  z-index: 9;
}
@media all and (max-width: 640px) {
  header.parallax .bottom {
    background-size: 100%;
  }
}
header.parallax .scroll_bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  display: inline-block;
  z-index: 10;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  header.parallax .scroll_bottom {
    bottom: 0px;
    display: none;
  }
}
header.parallax #bg2 {
  background: url('images/02glv_slider_boden.png') no-repeat;
  z-index: 8;
  background-size: cover;
  overflow: visible !important;
}
header.parallax #bg3 {
  background: url('images/03glv_slider_himmel.png') no-repeat;
  z-index: 5;
}
header.parallax #bg4 {
  background: url('images/04glv_slider_wolken.png') no-repeat center top;
  z-index: 7;
  background-size: contain;
}
header.parallax #bg5 {
  background: url('images/05glv_slider_voegel.png') repeat-x;
  z-index: 6;
}
header.parallax #summer_bridge {
  background: url('images/sommer-01.png') no-repeat center bottom;
  z-index: 6;
  background-size: 30%;
  bottom: -50px;
}
@media all and (max-width: 1280px) {
  header.parallax #summer_bridge {
    background-size: 50%;
  }
}
@media all and (max-width: 991px) {
  header.parallax #summer_bridge {
    background-size: 70%;
  }
}
@media all and (max-width: 640px) {
  header.parallax #summer_bridge {
    background-size: 100%;
  }
}
header.parallax #summer_sky {
  background: url('images/sommer-03.png') no-repeat;
  z-index: 3;
  background-size: cover;
}
header.parallax #summer_clouds {
  background: url('images/sommer-04.png') no-repeat center top;
  z-index: 4;
  background-size: contain;
}
header.parallax #summer_landscape {
  background: url('images/sommer-02.png') repeat-x;
  z-index: 5;
  background-size: cover;
  bottom: -120px;
}
@media all and (max-width: 640px) {
  header.parallax #summer_landscape {
    bottom: -160px;
  }
}
header.parallax #fall_sky {
  background: url('images/herbst-03.png') no-repeat center top;
  z-index: 6;
  background-size: cover;
}
header.parallax #fall_landscape {
  background: url('images/herbst-02.png') repeat-x top;
  z-index: 7;
  background-size: cover;
  bottom: 2px;
}
header.parallax #fall_trees {
  background: url('images/herbst-01.png') repeat-x bottom;
  z-index: 5;
  background-size: cover;
  bottom: 2px;
}
header.parallax #winter_chair {
  background: url('images/winter-01.png') no-repeat bottom left;
  z-index: 8;
  background-size: contain;
}
@media all and (max-width: 991px) {
  header.parallax #winter_chair {
    background-position: -50px bottom;
    z-index: 8;
    background-size: 130%;
  }
}
header.parallax #winter_landscape {
  background: url('images/winter-03.png') repeat-x bottom center;
  z-index: 5;
  background-size: 100% auto;
}
@media all and (max-width: 991px) {
  header.parallax #winter_landscape {
    background-size: cover;
  }
}
header.parallax #winter_sky {
  background: url('images/winter-02.png') no-repeat;
  background-size: cover;
  z-index: 4;
}
header.parallax #winter_clouds {
  background: url('images/winter-04.png') no-repeat center top;
  z-index: 7;
  background-size: contain;
}
header.parallax #winter_birds {
  background: url('images/winter-06.png') repeat-x;
  z-index: 6;
}
@media all and (max-width: 991px) {
  header.parallax {
    height: 90vh;
  }
}
/* Header Imageslider  */
header.imageslider {
  margin: 0;
  padding: 0;
  position: relative;
  height: 95vh;
  width: 100%;
  overflow: hidden;
  hyphens: none;
}
header.imageslider .contents {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 8;
  color: #fff;
  text-shadow: 0px 0px 30px #000000;
}
header.imageslider .contents .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 102vh;
  margin-top: -10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
}
header.imageslider .contents .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header.imageslider .contents .item video {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  min-width: 100%;
  z-index: 0;
  display: none;
}
@media all and (min-width: 1440px) {
  header.imageslider .contents .item video.device_l {
    display: block;
  }
}
@media all and (min-width: 1024px) and (max-width: 1439px) {
  header.imageslider .contents .item video.device_m {
    display: block;
  }
}
@media all and (min-width: 0px) and (max-width: 1023px) {
  header.imageslider .contents .item video.device_s {
    display: block;
  }
}
header.imageslider .contents .item .inner {
  position: relative;
  top: -12%;
}
header.imageslider .contents .item .inner .title {
  display: block;
  font-size: 8vh;
  font-family: 'Galdeano', sans-serif;
  max-width: 970px;
  margin: 0px auto;
  margin-bottom: 30px;
  padding-top: 30px;
}
header.imageslider .contents .item .inner .button.large {
  padding: 18px 23px 19px;
}
header.imageslider .contents .item .inner p {
  font-size: 18px;
  max-width: 970px;
  margin: 0px auto;
  margin-bottom: 30px;
}
@media all and (max-width: 640px) {
  header.imageslider .contents .item .inner p {
    line-height: 1.4em;
  }
}
@media all and (max-height: 600px) {
  header.imageslider .contents .item .inner p {
    display: none;
  }
}
@media all and (max-width: 991px) {
  header.imageslider .contents .item .inner .title {
    font-size: 6vh;
  }
}
@media all and (max-width: 640px) {
  header.imageslider .contents .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
header.imageslider .controls {
  position: absolute;
  width: 100%;
  top: 40%;
  z-index: 150;
  font-size: 50px;
}
header.imageslider .controls .prev {
  position: absolute;
  left: 5%;
  color: #fff;
  transition: all 0.3s ease;
}
header.imageslider .controls .prev:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
header.imageslider .controls .next {
  position: absolute;
  right: 5%;
  color: #fff;
  transition: all 0.3s ease;
}
header.imageslider .controls .next:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  header.imageslider .controls {
    font-size: 30px;
  }
}
header.imageslider .bottom {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  background: url('images/01glv_slider_bottom.webp') repeat-x bottom;
  background-size: 60%;
  z-index: 9;
}
@media all and (max-width: 640px) {
  header.imageslider .bottom {
    background-size: 100%;
  }
}
header.imageslider .scroll_bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  display: inline-block;
  z-index: 10;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  header.imageslider .scroll_bottom {
    bottom: 0px;
  }
}
@media all and (max-width: 640px) {
  header.imageslider .scroll_bottom {
    display: none;
  }
}
@media all and (max-width: 991px) {
  header.imageslider {
    height: 90vh;
  }
}
/* Header Kopfbild */
header.image {
  margin: 0;
  padding: 0;
  position: relative;
  height: 95vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
header.image .overlay_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 1;
  transition: all 0.3s ease;
}
header.image .overlay_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 1;
  transition: all 0.3s ease;
}
header.image .bottom {
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  background: url('images/01glv_slider_bottom.webp') repeat-x bottom;
  background-size: 50%;
  z-index: 9;
}
@media all and (max-width: 640px) {
  header.image .bottom {
    background-size: 100%;
  }
}
header.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header.image video {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  min-width: 100%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (min-width: 1440px) {
  header.image video.device_l {
    display: block;
  }
}
@media all and (min-width: 1024px) and (max-width: 1439px) {
  header.image video.device_m {
    display: block;
  }
}
@media all and (min-width: 0px) and (max-width: 1023px) {
  header.image video.device_s {
    display: block;
  }
}
/* Header Blog */
header.blog {
  margin: 0;
  padding: 0;
  position: relative;
  height: 40vh;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
header.blog .overlay_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 1;
  transition: all 0.3s ease;
}
header.blog .overlay_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 1;
  transition: all 0.3s ease;
}
header.blog .contents {
  position: absolute;
  width: 100%;
  height: calc(100% - 160px);
}
header.blog .contents h1 {
  display: block;
  width: 100%;
  position: relative;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 1800px) {
  header.blog .contents {
    height: calc(100% - 110px);
  }
}
header.blog.detail {
  height: 50vh;
}
/* Mobile Menu */
.mobileoverlay {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
}
.mobileoverlay.open {
  opacity: 1;
  visibility: visible;
}
.mobileoverlay.open .mobilenavigation {
  right: 0px;
}
.mobileoverlay.open .closeoverlay {
  left: 0px;
}
.mobileoverlay2 {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3100;
  opacity: 0;
  visibility: hidden;
}
.mobileoverlay2.open {
  opacity: 1;
  visibility: visible;
}
.mobileoverlay * {
  transition: all 0.25s;
}
.mobileoverlay .closeoverlay {
  position: absolute;
  top: 0px;
  left: -999px;
  bottom: 0px;
  width: 30%;
}
.mobileoverlay .mobilenavigation {
  position: absolute;
  top: 0px;
  right: -999px;
  bottom: 0px;
  max-width: 400px;
  width: 85%;
  background: #fff;
  box-sizing: border-box;
  padding: 0px 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mobileoverlay .mobilenavigation .mobilenavigation_header {
  height: 60px;
  margin-bottom: 20px;
}
.mobileoverlay .mobilenavigation .mobilenavigation_header .language {
  float: left;
  margin-top: 38px;
}
.mobileoverlay .mobilenavigation .mobilenavigation_header .closenavi {
  float: right;
  color: #889b21;
  font-weight: bold;
  margin-top: 40px;
  cursor: pointer;
}
.mobileoverlay .mobilenavigation .mobilenavigation_header .closesubnavi {
  float: right;
  color: #889b21;
  margin-top: 28px;
  cursor: pointer;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content a:hover,
a:focus {
  text-decoration: none;
  color: #889b21;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li img {
  max-width: 20px;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li {
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #889b21;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(97, 96, 96, 0.5);
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li:first-child {
  border-top: 1px solid rgba(97, 96, 96, 0.5);
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li a {
  display: block;
  width: 100%;
  color: #889b21;
  padding: 10px;
  z-index: 1;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li span {
  display: right;
  float: right;
  position: relative;
  z-index: 2;
  height: 34px;
  padding: 0px 10px 0px 30px;
  font-size: 26px;
  padding-top: 8px;
  cursor: pointer;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul {
  position: absolute;
  right: -999px;
  top: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 200;
  width: 92%;
  height: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul.open {
  right: 0px;
  z-index: 3200;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li {
  font-weight: normal;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li a {
  font-weight: 700;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li.main a {
  color: #889b21 !important;
  font-weight: 700;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li.noicon {
  background: none;
  padding-left: 0;
  font-weight: bold;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li.mobilenavigation_closesubnavi a {
  font-weight: bold;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li.mobilenavigation_subnaviheader {
  background: none;
  height: 100px;
  border: 0px;
  font-size: 40px;
  color: #f00;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li.mobilenavigation_subnaviheader .mobilenavigation_closesubnavi {
  float: right;
  margin: 35px 10px;
  cursor: pointer;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li.mobilenavigation_closesubnavi {
  cursor: pointer;
  padding: 10px;
  background: #889b21;
  color: #fff;
  border-top: 1px solid rgba(97, 96, 96, 0.5);
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li.subheader {
  background: none;
  padding-left: 0px;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li.subheader a {
  background: none;
  padding-left: 0px;
  font-weight: bold;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li span {
  display: none;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li ul {
  border-top: 1px solid rgba(97, 96, 96, 0.5);
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  overflow-y: inherit;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li ul.open {
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li ul li.mobilenavigation_closesubnavi {
  display: none;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li ul li.mobilenavigation_header {
  display: none;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li ul li:last-of-type {
  border: 0;
}
.mobileoverlay .mobilenavigation .mobilenavigation_content ul li ul li ul li a {
  font-weight: 400;
  padding-left: 20px;
}
/* Main */
main {
  padding-top: 50px;
  padding-top: 0px;
}
main.blog {
  width: 1600px;
  max-width: 95%;
  outline: 50px solid #fff;
  margin: 0px auto;
  position: relative;
  top: -120px;
  background: #fff;
  padding-top: 0px;
}
main.blog .contents {
  float: left;
  width: 66%;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 991px) {
  main.blog .contents {
    float: none;
    width: 100%;
  }
}
main.blog aside {
  float: right;
  width: 32%;
  padding-left: 20px;
}
@media all and (max-width: 991px) {
  main.blog aside {
    display: none;
  }
}
@media all and (max-width: 1800px) {
  main.blog {
    outline: 10px solid #fff;
    padding: 20px;
  }
}
main.blog .commentbox {
  margin-bottom: 30px;
}
main.blog .commentbox .commentboxheader {
  font-weight: 700;
  margin-bottom: 10px;
}
main.blog .commentbox .commentboxheader span {
  font-weight: 400;
}
.searchresultpage {
  margin: 20px 0;
}
.searchresultpage ul {
  max-width: 750px;
  margin: 0 auto;
  list-style-type: none;
  margin-bottom: 20px;
}
.searchresultpage ul li {
  text-align: left;
  background: url('images/list-point-grey.png') 0px 17px no-repeat;
  background-size: 4px 4px;
  border-bottom: 1px solid rgba(1, 34, 67, 0.3);
  padding: 8px 0px 8px 18px;
}
/* Blog Teaser */
.blog_teaser {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.blog_teaser a.postimage {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.blog_teaser a.postimage .overlay_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 6px);
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 0;
  transition: all 0.3s ease;
}
.blog_teaser a.postimage .overlay_right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 6px);
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 0;
  transition: all 0.3s ease;
}
.blog_teaser a.postimage .stoerer {
  bottom: -15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #edcf38;
  color: #fff;
  padding: 10px 20px 12px;
  font-family: 'Galdeano', sans-serif;
  font-size: 20px;
}
.blog_teaser a.postimage:hover .overlay_left {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.blog_teaser a.postimage:hover .overlay_right {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.blog_teaser .stoererdetail {
  top: -15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #edcf38;
  color: #fff;
  padding: 10px 20px 12px;
  font-family: 'Galdeano', sans-serif;
  font-size: 20px;
}
.blog_teaser .content .headlines .divider {
  margin-bottom: 30px;
}
.blog_teaser .content ul.tags {
  list-stype-type: none;
  margin-bottom: 30px;
}
.blog_teaser .content ul.tags li {
  display: inline-block;
  margin: 0 10px;
  border: 0px;
}
.blog_teaser .content ul.tags li a {
  text-decoration: none;
  color: #889b21;
}
.blog_teaser .content ul.tags li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.blog_teaser .footer {
  margin-top: 30px;
  font-size: 14px;
}
.blog_teaser .footer .author {
  float: left;
}
.blog_teaser .footer .author img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-mask-image: url('images/heart.svg');
  mask-image: url('images/heart.svg');
  mask-size: 30px;
  -webkit-mask-size: 30px;
  float: left;
}
.blog_teaser .footer .author span {
  color: #b5b5b5;
}
.blog_teaser .footer .category {
  float: right;
}
.blog_teaser .commentlist {
  margin-bottom: 20px;
}
.blog_teaser .commentlist .commentanchor {
  position: relative;
  top: -85px;
}
/* Blog Sidebar */
/* Widget Suche */
.widget_search {
  margin-bottom: 30px;
}
.widget_search .content {
  display: inline-block;
  border: 1px solid #b5b5b5;
}
.widget_search .content input {
  width: 350px;
  max-width: 90%;
  padding: 8px 10px 8px;
  border: 0;
}
.widget_search .content .submit {
  border: 0;
  padding: 7px 10px 8px 0;
  margin-left: -4px;
  font-size: 1.2em;
  position: relative;
  top: 1px;
  transition: all 0.3s ease;
  background: transparent;
}
.widget_search .content .submit:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
/* Widget Newsletter */
.widget_newsletter {
  margin-bottom: 30px;
}
.widget_newsletter .content {
  background: #889b21;
  padding: 40px;
  color: #fff;
  position: relative;
}
.widget_newsletter .content .overlay {
  background-size: cover;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.widget_newsletter .content .inner {
  position: relative;
  z-index: 2;
}
.widget_newsletter .content .inner .zusatz {
  margin: 15px 0;
  color: #413b30;
}
.widget_newsletter .content .inner .zusatz img {
  max-height: 20px;
  position: relative;
  top: 3px;
}
.widget_newsletter .content .inner form {
  line-height: 1.2em;
}
.widget_newsletter .content .inner form input {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.widget_newsletter .content .inner form input[type=checkbox] {
  width: auto;
  position: relative;
  top: 1px;
}
.widget_newsletter .content .inner form span a {
  color: #fff;
  text-decoration: underline;
}
/* Widget Über uns */
.widget_about {
  margin-bottom: 30px;
}
.widget_about .content img {
  margin-bottom: 20px;
}
.widget_about .content h6 {
  margin-bottom: 10px;
  font-size: 30px;
}
@media all and (max-width: 1600px) {
  .widget_about .content h6 {
    font-size: 24px;
  }
}
/* Widget Service */
.widget_service {
  background: #413b30;
  padding: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.widget_service .overlay {
  background: url('images/musterbild.webp') no-repeat center center;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.widget_service .content {
  position: relative;
  z-index: 2;
}
.widget_service .content h6 {
  font-size: 30px;
  color: #edcf38;
  margin-bottom: 10px;
}
@media all and (max-width: 1600px) {
  .widget_service .content h6 {
    font-size: 24px;
  }
}
/* Widget YouTube */
.widget_youtube {
  background: #e62117;
  padding: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.widget_youtube .overlay {
  background: url('images/musterbild.webp') no-repeat center center;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.widget_youtube .content {
  position: relative;
  z-index: 2;
}
.widget_youtube .content h6 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
@media all and (max-width: 1600px) {
  .widget_youtube .content h6 {
    font-size: 24px;
  }
}
.widget_youtube .content a:hover {
  background: #e62117;
  color: #fff;
}
/* Widget Beiträge */
.widget_posts {
  margin-bottom: 30px;
}
.widget_posts .block {
  margin-bottom: 10px;
}
.widget_posts .block a.image {
  position: relative;
  float: left;
  width: 120px;
  height: 120px;
  transition: all 0.3s ease;
  background: url('images/musterbild.webp') no-repeat center center;
  background-size: cover;
}
.widget_posts .block a.image .overlay_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 0;
  transition: all 0.3s ease;
}
.widget_posts .block a.image .overlay_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 0;
  transition: all 0.3s ease;
}
.widget_posts .block a.image:hover .overlay_left {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.widget_posts .block a.image:hover .overlay_right {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.widget_posts .block .text {
  float: right;
  width: calc(100% - 140px);
  text-align: left;
}
.widget_posts .block .text a {
  display: block;
  font-size: 18px;
}
.widget_posts .block .text span {
  font-size: 14px;
}
/* Modul Teaser */
.teaser .teaser_wrapper {
  float: left;
  width: calc(50% - 3px);
}
.teaser .teaser_wrapper .teaser-block {
  position: relative;
  display: block;
  padding-top: 40%;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: left;
  margin-bottom: 6px;
  overflow: hidden;
}
.teaser .teaser_wrapper .teaser-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.teaser .teaser_wrapper .teaser-block video {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  min-width: 100%;
  z-index: 0;
}
.teaser .teaser_wrapper .teaser-block .content {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  font-family: 'Galdeano', sans-serif;
  z-index: 2;
}
.teaser .teaser_wrapper .teaser-block .content span.title {
  display: block;
  font-size: 40px;
}
@media all and (max-width: 1600px) {
  .teaser .teaser_wrapper .teaser-block .content span.title {
    font-size: 30px;
  }
}
@media all and (max-width: 1280px) {
  .teaser .teaser_wrapper .teaser-block .content span.title {
    display: block;
    font-size: 30px;
  }
}
@media all and (max-width: 1280px) and all and (max-width: 1600px) {
  .teaser .teaser_wrapper .teaser-block .content span.title {
    font-size: 24px;
  }
}
@media all and (max-width: 991px) {
  .teaser .teaser_wrapper .teaser-block .content span.title {
    font-size: 24px;
  }
}
@media all and (max-width: 991px) and all and (max-width: 1600px) {
  .teaser .teaser_wrapper .teaser-block .content span.title {
    font-size: 20px;
  }
}
.teaser .teaser_wrapper .teaser-block .content span.description {
  display: none;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2em;
}
@media all and (max-width: 991px) {
  .teaser .teaser_wrapper .teaser-block .content span.description {
    font-size: 14px;
  }
}
@media all and (max-width: 1280px) {
  .teaser .teaser_wrapper .teaser-block .content {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  .teaser .teaser_wrapper .teaser-block .content {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}
.teaser .teaser_wrapper .teaser-block .overlay_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 0.75;
  transition: all 0.3s ease;
  z-index: 1;
}
.teaser .teaser_wrapper .teaser-block .overlay_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 0.75;
  transition: all 0.3s ease;
  z-index: 1;
}
.teaser .teaser_wrapper .teaser-block:hover .overlay_left {
  opacity: 1;
  transition: all 0.3s ease;
}
.teaser .teaser_wrapper .teaser-block:hover .overlay_right {
  opacity: 1;
  transition: all 0.3s ease;
}
.teaser .teaser_wrapper .teaser-block:hover .content span.description {
  display: block;
}
@media all and (max-width: 991px) {
  .teaser .teaser_wrapper .teaser-block:hover .content span.description {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .teaser .teaser_wrapper .teaser-block {
    height: 200px;
  }
}
.teaser .teaser_wrapper .teaser-block.small {
  width: calc(50% - 3px);
  float: left;
}
@media all and (max-width: 768px) {
  .teaser .teaser_wrapper .teaser-block.small {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.teaser .teaser_wrapper .teaser-block.small:first-of-type {
  margin-right: 3px;
}
@media all and (max-width: 768px) {
  .teaser .teaser_wrapper .teaser-block.small:first-of-type {
    margin-right: 0;
  }
}
.teaser .teaser_wrapper .teaser-block.small:last-of-type {
  margin-left: 3px;
}
@media all and (max-width: 768px) {
  .teaser .teaser_wrapper .teaser-block.small:last-of-type {
    margin-left: 0;
  }
}
@media all and (max-width: 1280px) {
  .teaser .teaser_wrapper {
    width: 100%;
  }
}
.teaser .teaser_wrapper:nth-of-type(even) {
  margin-left: 6px;
}
@media all and (max-width: 1280px) {
  .teaser .teaser_wrapper:nth-of-type(even) {
    margin-left: 0px;
  }
}
/* Modul Headlines */
.headlines {
  margin-bottom: 0px;
}
.headlines i {
  position: relative;
  top: 5px;
}
.headlines .divider {
  width: 300px;
  max-width: 80%;
  margin: 0px auto 20px;
}
.headlines .divider .inner {
  width: 50px;
  margin: 0 auto;
  position: relative;
  top: 15px;
  height: 30px;
  background: transparent;
}
.headlines .divider .inner img {
  max-width: 25px;
  height: auto;
  position: relative;
  top: 4px;
  left: 1px;
}
.headlines .divider .inner:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #edcf38;
  position: absolute;
  right: 100%;
  top: 15px;
}
.headlines .divider .inner:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #edcf38;
  position: absolute;
  left: 100%;
  top: 15px;
}
.headlines .dividerextend {
  border-bottom: 1px solid #edcf38;
  width: 100%;
  margin: 0px auto 20px;
}
.headlines .dividerextend .inner {
  display: inline-block;
  padding: 0px 10px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 20px;
  height: 30px;
  background: #fff;
}
.headlines.aside .divider {
  border-bottom: 1px solid #edcf38;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 30px;
}
.headlines.aside .divider .inner {
  display: inline-block;
  width: auto;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  top: 18px;
  height: 30px;
  background: #fff;
}
.headlines.aside .divider .inner:before {
  display: none;
}
.headlines.aside .divider .inner:after {
  display: none;
}
/* Modul Text */
.fl-module-rich-text ul {
  max-width: 60%;
  margin: 20px auto;
  list-style-type: disc;
  list-style-position: inside;
}
.fl-module-rich-text ul li {
  border-bottom: 1px solid rgba(65, 59, 48, 0.3);
  padding: 8px 0 10px;
}
@media all and (max-width: 991px) {
  .fl-module-rich-text ul {
    max-width: 100%;
  }
}
.fl-module-rich-text a {
  text-decoration: underline;
}
.fl-module-rich-text h1 {
  font-size: 56px;
  font-family: 'Galdeano', sans-serif;
}
@media all and (max-width: 1600px) {
  .fl-module-rich-text h1 {
    font-size: 40px;
  }
}
.fl-module-rich-text h2 {
  font-size: 40px;
  font-family: 'Galdeano', sans-serif;
}
@media all and (max-width: 1600px) {
  .fl-module-rich-text h2 {
    font-size: 30px;
  }
}
.fl-module-rich-text h3 {
  font-size: 30px;
  font-family: 'Galdeano', sans-serif;
}
@media all and (max-width: 1600px) {
  .fl-module-rich-text h3 {
    font-size: 24px;
  }
}
.fl-module-rich-text h4 {
  font-size: 24px;
  font-family: 'Galdeano', sans-serif;
}
@media all and (max-width: 1600px) {
  .fl-module-rich-text h4 {
    font-size: 20px;
  }
}
.fl-module-rich-text h5 {
  font-size: 20px;
  font-family: 'Galdeano', sans-serif;
}
@media all and (max-width: 1600px) {
  .fl-module-rich-text h5 {
    font-size: 18px;
  }
}
/* Modul Formular */
.formular input[type="text"],
.formular input[type="email"],
.formular .wpcf7-form-control-wrap input.wpcf7-form-control,
.formular .wpcf7-form-control-wrap select.wpcf7-form-control {
  margin-bottom: 15px;
  width: 100%;
  height: 40px;
  background: #f1f6d8;
  border: 0;
  border-bottom: 2px solid #889b21;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .formular input[type="text"],
  .formular input[type="email"],
  .formular .wpcf7-form-control-wrap input.wpcf7-form-control,
  .formular .wpcf7-form-control-wrap select.wpcf7-form-control {
    width: 100%;
    float: none;
  }
}
.formular .wpcf7-form-control-wrap .wpcf7-form-control:nth-of-type(odd) {
  margin-right: 10px;
}
@media all and (max-width: 991px) {
  .formular .wpcf7-form-control-wrap .wpcf7-form-control:nth-of-type(odd) {
    margin-right: 0;
  }
}
.formular .wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  font-size: 12px;
}
.formular textarea {
  float: left;
  background: #f1f6d8;
  border: 0;
  border-bottom: 2px solid #889b21;
  padding-left: 10px;
  width: 100%;
  height: 200px;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .formular textarea {
    width: 100%;
    float: none;
  }
}
.formular input.wpcf7-text:focus,
.formular input.wpcf7-date:focus,
.formular select.wpcf7-select:focus,
.formular textarea:focus {
  background: #889b21;
  color: #fff;
  transition: all 0.3s ease;
}
.formular p {
  font-size: 14px;
}
/* Modul Bilder */
.image {
  display: block;
}
.image .inner {
  position: relative;
  display: block;
}
.image .inner .overlay_left {
  position: absolute;
  left: 0;
  top: -6;
  z-index: 1;
  width: 100%;
  height: calc(100% - 6px);
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 0;
  transition: all 0.3s ease;
}
.image .inner .overlay_right {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 6px);
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 0;
  transition: all 0.3s ease;
}
.image .description {
  position: relative;
  z-index: 2;
  padding: 8px 20px 10px;
  font-size: 14px;
  background: #f1f6d8;
  margin-top: -6px;
  line-height: 1.2em;
}
.image:hover .overlay_left,
.image:hover .overlay_right {
  opacity: 1;
  transition: all 0.3s ease;
}
.image.nolink:hover .overlay_left,
.image.nolink:hover .overlay_right {
  opacity: 0;
}
/* Modul Galerie */
.galerie a:hover {
  opacity: 0.8;
}
.galerie.photoswipe-gallery a {
  display: inline-block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.galerie.photoswipe-gallery a:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .galerie.photoswipe-gallery a {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.galerie {
  margin-bottom: 30px;
}
.galerie .image {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s ease;
  padding: 0px;
}
.galerie .image .overlay_left {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 0;
  transition: all 0.3s ease;
}
.galerie .image .overlay_right {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 0;
  transition: all 0.3s ease;
}
.galerie .image i {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 60px;
}
.galerie .image:hover .overlay_left {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.galerie .image:hover .overlay_right {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.galerie .image:hover i {
  opacity: 0.7;
  transition: all 0.3s ease;
}
/* Modul Booking */
.booking_mask .upper {
  padding: 40px;
  position: relative;
  background: #003580;
  text-align: left;
  color: #fff;
  min-height: 270px;
}
.booking_mask .upper .overlay {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('images/bg_image_booking.png') no-repeat right center;
  background-size: contain;
  opacity: 0.3;
}
.booking_mask .upper .inner {
  position: relative;
  z-index: 2;
}
.booking_mask .upper .inner span.title {
  display: block;
  font-size: 30px;
}
@media all and (max-width: 1600px) {
  .booking_mask .upper .inner span.title {
    font-size: 24px;
  }
}
.booking_mask .upper .inner span.subtitle {
  color: #febb02;
  display: block;
  margin: 20px 0 10px;
}
.booking_mask .upper .inner form {
  margin-bottom: 20px;
}
.booking_mask .upper .inner form input[type="submit"] {
  position: relative;
  top: -1px;
}
@media all and (max-width: 640px) {
  .booking_mask .upper .inner form input[type="submit"] {
    position: relative;
    top: -1px;
    width: 100%;
  }
}
.booking_mask .upper .inner form select {
  min-width: 50%;
  border: 0;
}
@media all and (max-width: 640px) {
  .booking_mask .upper .inner form select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.booking_mask .upper .inner ul {
  font-size: 14px;
}
.booking_mask .upper .inner ul li {
  display: inline-block;
  margin-right: 20px;
}
.booking_mask .upper .inner ul li i {
  color: #7fb7e8;
  position: relative;
  top: 1px;
}
@media all and (max-width: 1440px) {
  .booking_mask .upper {
    min-height: 300px;
  }
}
@media all and (max-width: 991px) {
  .booking_mask .upper {
    min-height: auto;
  }
}
@media all and (max-width: 640px) {
  .booking_mask .upper {
    padding: 30px;
  }
}
.booking_mask .lower {
  background: #febb02;
  padding: 0 40px;
  text-align: left;
  height: 60px;
}
.booking_mask .lower img {
  margin-top: 18px;
  max-height: 24px;
}
@media all and (max-width: 640px) {
  .booking_mask .lower {
    padding: 0 30px;
  }
}
@media all and (max-width: 991px) {
  .booking_mask {
    margin-bottom: 20px;
  }
}
/* Modul Deskline */
.deskline_mask .upper {
  padding: 40px;
  position: relative;
  background: #889b21;
  text-align: left;
  color: #fff;
  min-height: 270px;
  z-index: 10;
}
.deskline_mask .upper .overlay {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('images/bg_image_deskline.png') no-repeat right center;
  background-size: contain;
  opacity: 0.3;
}
.deskline_mask .upper .inner {
  position: relative;
  z-index: 2;
}
.deskline_mask .upper .inner select {
  min-width: 25%;
}
.deskline_mask .upper .inner span.title {
  color: #fff;
  display: block;
  font-size: 30px;
}
@media all and (max-width: 1600px) {
  .deskline_mask .upper .inner span.title {
    font-size: 24px;
  }
}
.deskline_mask .upper .inner span.subtitle {
  color: #413b30;
  display: block;
  margin: 20px 0 10px;
}
.deskline_mask .upper .inner form input[type="submit"] {
  position: relative;
  top: -2px;
}
.deskline_mask .upper .inner form input[type="text"] {
  width: 25%;
  padding: 6px 10px 6px;
  border: 0;
}
@media all and (max-width: 640px) {
  .deskline_mask .upper .inner form input[type="text"] {
    width: 100%;
    padding: 6px 10px 6px;
    border: 0;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 640px) {
  .deskline_mask .upper .inner form select {
    width: 100%;
    padding: 6px 10px 6px;
    border: 0;
    margin-bottom: 5px;
  }
}
.deskline_mask .upper .inner form span.icon {
  display: inline-block;
  background: #413b30;
  color: #fff;
  padding: 9px 9px 10px;
  position: relative;
  top: 1px;
  left: -2px;
}
@media all and (max-width: 991px) {
  .deskline_mask .upper .inner form span.icon {
    top: 0px;
  }
}
@media all and (max-width: 640px) {
  .deskline_mask .upper .inner form span.icon {
    display: none;
  }
}
@media all and (max-width: 1440px) {
  .deskline_mask .upper {
    min-height: 300px;
  }
}
@media all and (max-width: 991px) {
  .deskline_mask .upper {
    min-height: auto;
  }
}
@media all and (max-width: 640px) {
  .deskline_mask .upper {
    padding: 30px;
  }
}
.deskline_mask .lower {
  background: #413b30;
  padding: 0 40px;
  text-align: left;
  height: 60px;
}
.deskline_mask .lower ul {
  font-size: 14px;
  color: #fff;
  line-height: 56px;
}
.deskline_mask .lower ul li {
  display: inline-block;
  margin-right: 20px;
}
.deskline_mask .lower ul li i {
  position: relative;
  top: 1px;
}
@media all and (max-width: 640px) {
  .deskline_mask .lower ul li {
    width: 49%;
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  .deskline_mask .lower ul {
    line-height: 1.5em;
  }
}
@media all and (max-width: 640px) {
  .deskline_mask .lower {
    height: auto;
    padding: 20px 30px;
  }
}
@media all and (max-width: 640px) {
  .deskline_mask {
    margin-bottom: 20px;
  }
}
/* Modul Newsletter */
.newsletter .upper {
  padding: 40px;
  position: relative;
  background: #889b21;
  text-align: left;
  color: #fff;
}
.newsletter .upper .overlay {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.newsletter .upper .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.newsletter .upper .inner {
  position: relative;
  z-index: 2;
  display: table;
  hyphens: manual;
}
.newsletter .upper .inner div.title {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #fff;
  font-family: 'Galdeano', sans-serif;
}
@media all and (max-width: 1600px) {
  .newsletter .upper .inner div.title {
    font-size: 24px;
  }
}
.newsletter .upper .inner div.title span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.3em;
}
@media all and (max-width: 1280px) {
  .newsletter .upper .inner div.title {
    width: 40%;
  }
}
@media all and (max-width: 991px) {
  .newsletter .upper .inner div.title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.newsletter .upper .inner span.subtitle {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  text-align: center;
  color: #413b30;
  font-family: 'Galdeano', sans-serif;
  width: 35%;
  position: relative;
  top: -5px;
}
@media all and (max-width: 1600px) {
  .newsletter .upper .inner span.subtitle {
    font-size: 20px;
  }
}
.newsletter .upper .inner span.subtitle img {
  max-width: 40px;
  margin-right: 10px;
  position: relative;
  top: 8px;
}
@media all and (max-width: 1440px) {
  .newsletter .upper .inner span.subtitle {
    width: 25%;
  }
}
@media all and (max-width: 1280px) {
  .newsletter .upper .inner span.subtitle {
    display: none;
  }
}
.newsletter .upper .inner form {
  width: 38%;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
}
.newsletter .upper .inner form input[type="text"] {
  width: 300px;
  padding: 7px 10px 8px;
  border: 0;
}
@media all and (max-width: 991px) {
  .newsletter .upper .inner form input[type="text"] {
    width: 100%;
  }
}
.newsletter .upper .inner form input[type="submit"] {
  position: relative;
  top: -1px;
}
.newsletter .upper .inner form input[type="submit"]:hover {
  background: #413b30;
  opacity: 0.7;
}
@media all and (max-width: 991px) {
  .newsletter .upper .inner form input[type="submit"] {
    width: 100%;
  }
}
.newsletter .upper .inner form p {
  margin-bottom: 10px;
}
.newsletter .upper .inner form p input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.newsletter .upper .inner form p span {
  opacity: 0.7;
}
.newsletter .upper .inner form p a {
  color: #fff;
  text-decoration: underline;
}
.newsletter .upper .inner form p a:hover {
  color: #413b30;
}
@media all and (max-width: 991px) {
  .newsletter .upper .inner form p {
    text-align: center;
  }
}
.newsletter .upper .inner form p:last-of-type {
  margin-bottom: 0;
  line-height: 1.2em;
}
@media all and (max-width: 1440px) {
  .newsletter .upper .inner form {
    width: 48%;
  }
}
@media all and (max-width: 1280px) {
  .newsletter .upper .inner form {
    width: 70%;
  }
}
@media all and (max-width: 991px) {
  .newsletter .upper .inner form {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 991px) {
  .newsletter .upper .inner {
    display: block;
  }
}
.newsletter .lower {
  background: #413b30;
  padding: 0 40px;
  text-align: left;
  height: 60px;
}
.newsletter .lower ul.list {
  font-size: 14px;
  color: #fff;
  line-height: 56px;
  float: left;
}
.newsletter .lower ul.list li {
  display: inline-block;
  margin-right: 20px;
}
.newsletter .lower ul.list li i {
  position: relative;
  top: 1px;
  color: #889b21;
}
@media all and (max-width: 991px) {
  .newsletter .lower ul.list {
    display: none;
  }
}
.newsletter .lower ul.socialmedia {
  font-size: 14px;
  color: #fff;
  line-height: 56px;
  float: right;
}
.newsletter .lower ul.socialmedia li {
  display: inline-block;
  margin-right: 20px;
}
.newsletter .lower ul.socialmedia li a {
  color: #fff;
}
.newsletter .lower ul.socialmedia li a i {
  position: relative;
  top: 3px;
  color: #889b21;
  font-size: 18px;
}
.newsletter .lower ul.socialmedia li a:hover i {
  color: #fff;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .newsletter .lower ul.socialmedia li {
    width: auto;
    margin-right: 20px;
  }
}
@media all and (max-width: 991px) {
  .newsletter .lower ul.socialmedia {
    line-height: 1.5em;
    float: none;
  }
}
@media all and (max-width: 991px) {
  .newsletter .lower {
    height: auto;
    padding: 20px 30px;
  }
}
@media all and (max-width: 991px) {
  .newsletter {
    margin-bottom: 20px;
  }
}
/* Modul Download */
.download {
  display: block;
}
.download i {
  font-size: 50px;
}
.download h3 {
  color: #413b30;
  margin-top: 10px;
}
.download span.button {
  opacity: 0.7;
}
.download:hover h3 {
  color: #413b30;
}
.download:hover span.button {
  opacity: 1;
  background: #413b30;
}
@media all and (max-width: 991px) {
  .download {
    margin-bottom: 30px;
  }
}
/* Modul Tabellen */
.table {
  text-align: left;
}
.table thead tr th {
  background: #889b21;
  color: #fff;
  padding: 11px 0 13px 15px;
  border: 0;
  font-size: 18px;
}
.table tbody tr td {
  padding: 8px 0 10px 15px;
  border: 0;
}
.table tr {
  transition: all 0.3s ease;
  background: #ffffff;
}
.table tr:hover {
  background: #f1f6d8;
  transition: all 0.3s ease;
}
.table tr:nth-child(even) {
  background: rgba(241, 246, 216, 0.5);
  transition: all 0.3s ease;
}
.table tr:nth-child(even):hover {
  background: #f1f6d8;
  transition: all 0.3s ease;
}
/* Modul Googlemap */
.googlemap iframe {
  width: 100%;
  height: 500px;
}
.googlemap form {
  margin-top: 20px;
}
.googlemap form input {
  width: 350px;
  padding-top: 7px;
  position: relative;
  top: 1px;
}
/* Modul Akkordeon */
.akkordeon {
  max-width: 970px;
  margin: 0px auto;
}
.akkordeon .head {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.akkordeon .head .inner {
  background: #f1f6d8;
  font-size: 24px;
  padding: 16px 30px 16px;
  transition: all 0.3s ease;
}
@media all and (max-width: 1600px) {
  .akkordeon .head .inner {
    font-size: 20px;
  }
}
.akkordeon .head .inner span {
  display: block;
  width: calc(100% - 40px);
  float: left;
  font-family: 'Galdeano', sans-serif;
}
.akkordeon .head .inner i {
  float: right;
  font-size: 24px;
  position: relative;
  top: -1px;
  color: #889b21;
}
.akkordeon .head .inner:hover {
  background: #889b21;
  transition: all 0.3s ease;
  color: #fff;
}
.akkordeon .head .inner:hover i {
  color: #fff;
}
.akkordeon .head.active .inner {
  background: #889b21;
  font-size: 24px;
  padding: 16px 30px 16px;
  transition: all 0.3s ease;
  color: #fff;
}
@media all and (max-width: 1600px) {
  .akkordeon .head.active .inner {
    font-size: 20px;
  }
}
.akkordeon .head.active .inner i {
  color: #fff;
}
.akkordeon .content {
  text-align: left;
  padding: 0 30px 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease-out, padding-top 0.3s linear, padding-bottom 0.3s linear;
}
.akkordeon .content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.akkordeon .content ul {
  margin: 20px auto;
  list-style-type: disc;
  list-style-position: inside;
}
.akkordeon .content ul li {
  border-bottom: 1px solid rgba(65, 59, 48, 0.3);
  padding: 8px 0 10px;
}
.akkordeon .content.active {
  max-height: 1000px;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: max-height 0.6s ease-in 0.25s, padding-bottom 0.3s linear, padding-top 0.3s linear;
}
.fl-accordion-item {
  border: 0px !important;
  max-width: 970px;
  margin: 0px auto;
}
.fl-accordion-item .fl-accordion-button {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fl-accordion-item .fl-accordion-button .fl-accordion-button-label {
  background: #f1f6d8;
  font-size: 24px;
  padding: 16px 30px 16px;
  transition: all 0.3s ease;
  text-align: left;
}
@media all and (max-width: 1600px) {
  .fl-accordion-item .fl-accordion-button .fl-accordion-button-label {
    font-size: 20px;
  }
}
.fl-accordion-item .fl-accordion-button i {
  background: #f1f6d8;
  opacity: 1;
  padding-right: 20px;
  font-size: 24px;
  transition: all 0.3s ease;
  color: #889b21;
}
.fl-accordion-item .fl-accordion-button:hover .fl-accordion-button-label,
.fl-accordion-item.fl-accordion-item-active .fl-accordion-button .fl-accordion-button-label {
  background: #889b21;
  color: #fff;
}
.fl-accordion-item .fl-accordion-button:hover i,
.fl-accordion-item.fl-accordion-item-active .fl-accordion-button i {
  background: #889b21;
  color: #fff;
}
.fl-accordion-content {
  text-align: left;
  padding: 0 30px 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.6s ease-out, padding-top 0.3s linear, padding-bottom 0.3s linear;
}
.fl-accordion-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.fl-accordion-content ul {
  margin: 20px auto;
  list-style-type: disc;
  list-style-position: inside;
}
.fl-accordion-content ul li {
  border-bottom: 1px solid rgba(65, 59, 48, 0.3);
  padding: 8px 0 10px;
}
.fl-accordion-content a {
  text-decoration: underline;
}
.fl-accordion-item.fl-accordion-item-active .fl-accordion-content {
  max-height: 100000px;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: max-height 0.6s ease-in 0.25s, padding-bottom 0.3s linear, padding-top 0.3s linear;
}
/* Pagination */
.blogpaginate .page-numbers {
  padding: 10px 7px;
}
.blogpaginate .current {
  font-weight: 700;
  color: #889b21;
  text-decoration: underline;
}
/* Modul Newsslider */
.newsslider {
  position: relative;
}
.newsslider .single {
  display: block;
}
.newsslider .single .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  position: relative;
}
.newsslider .single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.newsslider .single .image .overlay_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.newsslider .single .image .overlay_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.newsslider .single .content {
  padding: 30px 30px 40px;
  background: #efefef;
}
.newsslider .single .content span.title {
  display: block;
  font-size: 30px;
  font-family: 'Galdeano', sans-serif;
  color: #889b21;
  margin-bottom: 10px;
}
@media all and (max-width: 1600px) {
  .newsslider .single .content span.title {
    font-size: 24px;
  }
}
.newsslider .single .content span.date {
  font-size: 14px;
  color: #b5b5b5;
  display: block;
  margin-bottom: 15px;
}
.newsslider .single .content p {
  color: #413b30;
}
.newsslider .single .content.white {
  background: #fff;
}
.newsslider .single:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.newsslider .single:hover p {
  color: #413b30;
}
.newsslider .single:hover span.title {
  color: #413b30;
}
.newsslider .single:hover span.button {
  background: #889b21;
  opacity: 1;
}
.newsslider .single:hover .overlay_left {
  opacity: 1;
  transition: all 0.3s ease;
}
.newsslider .single:hover .overlay_right {
  opacity: 1;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .newsslider .single {
    margin-bottom: 30px;
  }
}
.newsslider .controls {
  max-width: 95%;
  width: 1600px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  font-size: 50px;
}
.newsslider .controls .prev {
  position: absolute;
  left: -6%;
  color: #889b21;
  transition: all 0.3s ease;
}
.newsslider .controls .prev:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.newsslider .controls .next {
  position: absolute;
  right: -6%;
  color: #889b21;
  transition: all 0.3s ease;
}
.newsslider .controls .next:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.newsslider .controls .prev.white {
  color: #fff;
}
.newsslider .controls .next.white {
  color: #fff;
}
@media all and (max-width: 991px) {
  .newsslider .controls {
    font-size: 30px;
  }
}
/* Modul Einzelteaser */
.teaser_single {
  display: block;
}
.teaser_single .image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}
.teaser_single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.teaser_single .image video {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  min-height: 100%;
  max-height: 120%;
  z-index: 0;
}
.teaser_single .image .overlay_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.teaser_single .image .overlay_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.teaser_single .content {
  padding: 30px 30px 40px;
  background: #efefef;
}
.teaser_single .content span.title {
  display: block;
  font-size: 30px;
  font-family: 'Galdeano', sans-serif;
  color: #889b21;
  margin-bottom: 15px;
}
@media all and (max-width: 1600px) {
  .teaser_single .content span.title {
    font-size: 24px;
  }
}
.teaser_single .content p {
  color: #413b30;
}
.teaser_single .content.white {
  background: #fff;
}
.teaser_single:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.teaser_single:hover p {
  color: #413b30;
}
.teaser_single:hover span.title {
  color: #413b30;
}
.teaser_single:hover span.button {
  background: #889b21;
  opacity: 1;
}
.teaser_single:hover .overlay_left {
  opacity: 1;
  transition: all 0.3s ease;
}
.teaser_single:hover .overlay_right {
  opacity: 1;
  transition: all 0.3s ease;
}
@media all and (max-width: 991px) {
  .teaser_single {
    margin-bottom: 30px;
  }
}
/* Modul Contentslider */
.contentslider {
  position: relative;
}
.contentslider .controls {
  max-width: 95%;
  width: 1600px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  font-size: 50px;
}
.contentslider .controls .prev {
  position: absolute;
  left: 0%;
  color: #889b21;
  transition: all 0.3s ease;
}
.contentslider .controls .prev:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.contentslider .controls .next {
  position: absolute;
  right: 0%;
  color: #889b21;
  transition: all 0.3s ease;
}
.contentslider .controls .next:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.contentslider .controls .prev.white {
  color: #fff;
}
.contentslider .controls .next.white {
  color: #fff;
}
@media all and (max-width: 991px) {
  .contentslider .controls {
    font-size: 30px;
  }
}
.contentslider .divider img {
  display: inline-block;
}
.contentslider .image .overlay_left {
  height: 100%;
}
.contentslider .image .overlay_right {
  height: 100%;
}
.contentslider .image img {
  max-width: 100%;
  height: auto;
}
/* Modul Tagcloud */
.tagcloud {
  list-style-type: none;
  text-align: center;
}
.tagcloud li {
  display: inline-block;
}
.tagcloud li a {
  display: block;
  padding: 8px 14px 10px;
  margin: 6px 3px;
  border: 1px solid #413b30;
}
.tagcloud li a:hover {
  padding: 8px 20px 10px;
  background: #edcf38;
  color: #413b30;
}
.tagcloud.white li a {
  color: #fff;
  border: 1px solid #edcf38;
}
/* Modul Iconkachel */
.iconkachel {
  display: block;
}
.iconkachel .inner {
  display: table;
}
.iconkachel .inner .iconblock {
  display: table-cell;
  vertical-align: top;
}
.iconkachel .inner .iconblock i {
  font-size: 60px;
  transition: all 0.3s ease;
}
.iconkachel .inner .textblock {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 15px;
}
.iconkachel .inner .textblock p {
  margin-bottom: 0;
}
.iconkachel:hover {
  color: #413b30;
}
.iconkachel:hover i {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.iconkachel .inner.white .iconblock i {
  color: #fff;
}
.iconkachel .inner.white .textblock {
  color: #fff;
}
.iconkachel .inner.white .textblock p {
  color: #fff;
}
@media all and (max-width: 991px) {
  .iconkachel {
    margin-bottom: 30px;
  }
}
/* Modul Imagebar */
.imagebar {
  text-align: center;
}
.imagebar img {
  display: inline-block;
  max-height: 100px;
  margin: 5px;
  transition: all 0.3s ease;
}
.imagebar img:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
/* Search Modal */
.search-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -99;
}
.search-modal .inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 40%;
  z-index: 1;
}
.search-modal .inner .search-box input {
  width: 450px;
  max-width: 80%;
  padding: 15px 30px;
  border-right: 0;
}
.search-modal .inner .search-box form {
  display: inline-block;
}
.search-modal .inner .search-box .submit {
  border: 1px solid #b5b5b5;
  border-left: 0;
  padding: 15px 15px 15px 0;
  margin-left: -3px;
  font-size: 1.2em;
  position: relative;
  top: 2px;
  transition: all 0.3s ease;
  background: #fff;
}
.search-modal .inner .search-box .submit:hover {
  color: #889b21;
  transition: all 0.3s ease;
}
.search-modal .search-modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(136, 155, 33, 0.8);
}
.search-modal.open {
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 999;
  overflow: hidden;
}
/* Footer */
footer {
  margin-bottom: 60px;
  text-align: center;
}
footer .locations {
  margin: 3vh 0 7vh;
}
footer .locations ul li {
  display: inline-block;
}
footer .locations ul li a {
  opacity: 0.7;
  display: inline-block;
  margin: 0 15px;
}
footer .locations ul li a:hover {
  opacity: 1;
}
@media all and (max-width: 991px) {
  footer .locations ul li {
    float: none;
  }
}
footer .locations ul li:last-of-type a.button {
  display: inline-block;
}
@media all and (max-width: 991px) {
  footer .locations ul li:last-of-type {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
footer .sitemap ul li {
  float: left;
  margin-right: 2%;
  width: 12.5%;
  list-style-type: none;
  text-align: left;
}
footer .sitemap ul li li {
  float: none;
  width: 100%;
}
footer .sitemap ul li li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 0;
  font-size: 14px;
}
footer .sitemap ul li li a:hover {
  opacity: 0.7;
  padding-left: 5px;
}
footer .sitemap ul li.menu-item-has-children > a {
  font-size: 18px;
  border-bottom: 0;
  margin-bottom: 15px;
  color: #fff;
  display: inline-block;
}
footer .sitemap ul li.menu-item-has-children > a:hover {
  opacity: 0.7;
  padding-left: 5px;
}
footer .sitemap ul li:last-of-type {
  margin-right: 0;
}
footer .sitemap ul li.bookingbutton a {
  display: block;
  background: #fff !important;
  color: #889b21 !important;
  padding: 10px 15px;
}
footer .sitemap ul li.bookingbutton:hover {
  background: #fff !important;
  color: #889b21 !important;
}
footer .sitemap ul li.bookingbutton:hover a {
  background: #fff !important;
  color: #889b21 !important;
}
@media all and (max-width: 991px) {
  footer .sitemap {
    display: none;
  }
}
footer .bottom {
  font-size: 14px;
  padding: 25px 0 18px;
  text-align: center;
}
footer .bottom div.left {
  float: left;
  list-style-type: none;
  opacity: 0.7;
}
@media all and (max-width: 991px) {
  footer .bottom div.left {
    float: none;
    margin-bottom: 10px;
  }
}
footer .bottom ul.right {
  float: right;
  list-style-type: none;
}
footer .bottom ul.right li {
  float: left;
  text-align: right;
  display: inline-block;
}
footer .bottom ul.right li a {
  opacity: 0.7;
  display: block;
  color: #fff;
  margin-left: 15px;
}
footer .bottom ul.right li a:hover {
  opacity: 1;
}
footer .bottom ul.right li a.button {
  opacity: 1;
  color: #413b30;
  position: relative;
  top: -5px;
}
footer .bottom ul.right li a.button:hover {
  color: #413b30;
  background: #fff;
  opacity: 0.7;
}
@media all and (max-width: 991px) {
  footer .bottom ul.right li {
    float: none;
  }
}
footer .bottom ul.right li:last-of-type a.button {
  display: inline-block;
}
@media all and (max-width: 991px) {
  footer .bottom ul.right li:last-of-type {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media all and (max-width: 991px) {
  footer .bottom ul.right {
    float: none;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  footer .bottom {
    padding-bottom: 60px;
  }
}
/* Zeilenstyles */
.bg_brown {
  background: #413b30;
  color: #fff;
}
.bg_brown .controls .prev,
.bg_brown .controls .next {
  color: #fff;
}
.bg_green {
  background: #889b21;
  color: #fff;
}
.bg_green .divider .inner:before {
  background: #fff;
}
.bg_green .divider .inner:after {
  background: #fff;
}
.bg_green .controls .prev,
.bg_green .controls .next {
  color: #fff;
}
.bg_lightgreen {
  background: #f1f6d8;
}
.bg_grey {
  background: #b5b5b5;
}
.bg_grey .divider .inner:before {
  background: #413b30;
}
.bg_grey .divider .inner:after {
  background: #413b30;
}
.bg_grey .controls .prev,
.bg_grey .controls .next {
  color: #fff;
}
.bg_lightgrey {
  background: #efefef;
}
.bg_yellow {
  background: #edcf38;
}
.bg_yellow .divider .inner:before {
  background: #413b30;
}
.bg_yellow .divider .inner:after {
  background: #413b30;
}
.bg_yellow .controls .prev,
.bg_yellow .controls .next {
  color: #fff;
}
.bg_white {
  background: #fff;
  color: #231a1a;
}
/* Modul Button */
.button {
  line-height: 0.8em;
  font-size: 16px;
  border: 0;
  font-family: 'Galdeano', sans-serif;
}
.button.left {
  text-align: left;
}
.button.center {
  text-align: center;
}
.button.right {
  text-align: right;
}
.button.small {
  display: inline-block;
  padding: 11px 10px 12px;
}
.button.small:hover {
  padding: 11px 16px 12px;
}
.button.medium {
  display: inline-block;
  padding: 11px 15px 12px;
}
.button.medium:hover {
  padding: 11px 22px 12px;
}
.button.large {
  display: inline-block;
  padding: 13px 18px 14px;
}
.button.large:hover {
  padding: 13px 24px 14px;
}
.button.yellow {
  background: #edcf38;
  color: #fff;
}
.button.yellow:hover {
  background: #889b21;
  color: #fff;
}
.button.green {
  background: #889b21;
  color: #fff;
}
.button.green:hover {
  background: #413b30;
}
.button.lightgreen {
  background: #f1f6d8;
  color: #413b30;
}
.button.lightgreen:hover {
  background: #889b21;
  color: #fff;
}
.button.brown {
  background: #413b30;
  color: #fff;
}
.button.brown:hover {
  background: #889b21;
}
.button.white {
  background: #fff;
  color: #413b30;
}
.button.white:hover {
  background: #889b21;
}
.button.grey {
  background: #b5b5b5;
  color: #413b30;
}
.button.grey:hover {
  background: #889b21;
}
.button.lightgrey {
  background: #efefef;
  color: #413b30;
}
.button.lightgrey:hover {
  background: #889b21;
  color: #fff;
}
.button.contact {
  display: inline-block;
  padding: 18px 30px 20px;
  color: #edcf38;
  font-size: 30px;
  transition: color 0.8s;
}
@media all and (max-width: 1600px) {
  .button.contact {
    font-size: 24px;
  }
}
.button.contact:hover {
  padding: 18px 38px 20px;
  color: #fff;
}
.button.download {
  display: inline-block;
  padding: 18px 30px 24px;
  font-family: 'Galdeano', sans-serif;
  font-size: 24px;
  transition: color 0.8s;
}
@media all and (max-width: 1600px) {
  .button.download {
    font-size: 20px;
  }
}
.button.download i {
  font-size: 30px;
  position: relative;
  top: 5px;
}
.button.download:hover {
  padding: 18px 38px 24px;
}
.button.grey,
.button.white,
.button.brown,
.button.green,
.button.yellow,
.button.lightgreen {
  transition: all 0.3s ease;
}
.button.grey:hover,
.button.white:hover,
.button.brown:hover,
.button.green:hover,
.button.yellow:hover,
.button.lightgreen:hover {
  transition: all 0.3s ease;
}
/* Allgemeine Klassen */
.transition {
  transition: all 0.3s ease;
}
.opacity {
  opacity: 0.7;
}
.schmaler {
  max-width: 970px;
  margin: 0px auto;
}
.clearfloat {
  clear: both;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.verticalmiddle {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontalmiddle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.font_headline {
  font-family: 'Galdeano', sans-serif;
}
.text_h1 {
  font-size: 56px;
}
@media all and (max-width: 1600px) {
  .text_h1 {
    font-size: 40px;
  }
}
.text_h2 {
  font-size: 40px;
}
@media all and (max-width: 1600px) {
  .text_h2 {
    font-size: 30px;
  }
}
.text_h3 {
  font-size: 30px;
}
@media all and (max-width: 1600px) {
  .text_h3 {
    font-size: 24px;
  }
}
.text_h4 {
  font-size: 24px;
}
@media all and (max-width: 1600px) {
  .text_h4 {
    font-size: 20px;
  }
}
.text_h5 {
  font-size: 20px;
}
@media all and (max-width: 1600px) {
  .text_h5 {
    font-size: 18px;
  }
}
.text_h6 {
  font-size: 18px;
}
@media all and (max-width: 1600px) {
  .text_h6 {
    font-size: 18px;
  }
}
.text_regular {
  font-size: 16px;
}
.text_small {
  font-size: 14px;
}
.text_xsmall {
  font-size: 12px;
}
.text_large {
  font-size: 18px;
}
.text_xlarge {
  font-size: 20px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.subheadline {
  font-size: 30px;
}
@media all and (max-width: 1600px) {
  .subheadline {
    font-size: 24px;
  }
}
.text_white {
  color: #fff;
}
.text_brown {
  color: #413b30;
}
.text_green {
  color: #889b21;
}
.text_lightgreen {
  color: #f1f6d8;
}
.text_yellow {
  color: #edcf38;
}
.text_grey {
  color: #b5b5b5;
}
.gradient_green {
  background: -moz-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(25deg, #7e9128 0%, rgba(133, 151, 35, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667e9128', endColorstr='#00889a20', GradientType=1);
}
.gradient_blue {
  background: -moz-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: -webkit-linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  background: linear-gradient(-25deg, #34b1e7 0%, rgba(107, 162, 102, 0) 65%, rgba(136, 154, 32, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6634b1e7', endColorstr='#00889a20', GradientType=1);
}
/* Abstände */
.spacer5 {
  width: 100%;
  height: 5px;
}
.spacer10 {
  width: 100%;
  height: 10px;
}
.spacer15 {
  width: 100%;
  height: 15px;
}
.spacer20 {
  width: 100%;
  height: 20px;
}
.spacer25 {
  width: 100%;
  height: 25px;
}
.spacer30 {
  width: 100%;
  height: 30px;
}
.spacer35 {
  width: 100%;
  height: 35px;
}
.spacer40 {
  width: 100%;
  height: 40px;
}
.spacer45 {
  width: 100%;
  height: 45px;
}
.spacer50 {
  width: 100%;
  height: 50px;
}
.spacer55 {
  width: 100%;
  height: 55px;
}
.spacer60 {
  width: 100%;
  height: 60px;
}
.spacer65 {
  width: 100%;
  height: 65px;
}
.spacer70 {
  width: 100%;
  height: 70px;
}
.spacer75 {
  width: 100%;
  height: 75px;
}
.spacer80 {
  width: 100%;
  height: 80px;
}
.spacer85 {
  width: 100%;
  height: 85px;
}
.spacer90 {
  width: 100%;
  height: 90px;
}
.spacer95 {
  width: 100%;
  height: 95px;
}
.spacer100 {
  width: 100%;
  height: 100px;
}
.spacer105 {
  width: 100%;
  height: 105px;
}
.spacer110 {
  width: 100%;
  height: 110px;
}
.spacer115 {
  width: 100%;
  height: 115px;
}
.spacer120 {
  width: 100%;
  height: 120px;
}
.spacer125 {
  width: 100%;
  height: 125px;
}
.spacer130 {
  width: 100%;
  height: 130px;
}
.spacer135 {
  width: 100%;
  height: 135px;
}
.spacer140 {
  width: 100%;
  height: 140px;
}
.spacer145 {
  width: 100%;
  height: 145px;
}
.spacer150 {
  width: 100%;
  height: 150px;
}
.margintop5 {
  margin-top: 5px;
}
.margintop10 {
  margin-top: 10px;
}
.margintop15 {
  margin-top: 15px;
}
.margintop20 {
  margin-top: 20px;
}
.margintop25 {
  margin-top: 25px;
}
.margintop30 {
  margin-top: 30px;
}
.margintop35 {
  margin-top: 35px;
}
.margintop40 {
  margin-top: 40px;
}
.marginright5 {
  margin-right: 5px;
}
.marginright10 {
  margin-right: 10px;
}
.marginright15 {
  margin-right: 15px;
}
.marginright20 {
  margin-right: 20px;
}
.marginright25 {
  margin-right: 25px;
}
.marginright30 {
  margin-right: 30px;
}
.marginright35 {
  margin-right: 35px;
}
.marginright40 {
  margin-right: 40px;
}
.marginbottom5 {
  margin-bottom: 5px;
}
.marginbottom10 {
  margin-bottom: 10px;
}
.marginbottom15 {
  margin-bottom: 15px;
}
.marginbottom20 {
  margin-bottom: 20px;
}
.marginbottom25 {
  margin-bottom: 25px;
}
.marginbottom30 {
  margin-bottom: 30px;
}
.marginbottom35 {
  margin-bottom: 35px;
}
.marginbottom40 {
  margin-bottom: 40px;
}
.marginleft5 {
  margin-left: 5px;
}
.marginleft10 {
  margin-left: 10px;
}
.marginleft15 {
  margin-left: 15px;
}
.marginleft20 {
  margin-left: 20px;
}
.marginleft25 {
  margin-left: 25px;
}
.marginleft30 {
  margin-left: 30px;
}
.marginleft35 {
  margin-left: 35px;
}
.marginleft40 {
  margin-left: 40px;
}
