/*
Theme Name: BaKi Pabst-Hof
Author: FameThemes, Erik Herrmann
Author URI: http://www.ehqo.de
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress

/*------------------------------
	2.1 Typography
------------------------------*/
@font-face {
  font-family: 'EP_Fengardo Neue';
  src: url('fonts/EP_FengardoNeue-Black.woff2') format('woff2'), url('fonts/EP_FengardoNeue-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'EP_Fengardo Neue';
  src: url('fonts/EP_FengardoNeue-Regular.woff2') format('woff2'), url('fonts/EP_FengardoNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

#announcement-bar {
    display: flex;
    align-items: center;
	text-align: center;
    justify-content: center;
    padding: 10px 40px;
    color: #fff;
    position: relative;
    z-index: 9999;
    text-align: center;
}

#close-announcement {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}
.announcement-content .btn {
  background: #fff;
  margin: 0px 5px;
  padding: 0px 10px;
  font-weight: normal;
  font-size: 18px;
}
#close-announcement:hover {
    opacity: 0.7;
}
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
}
:root {
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 30px;
  --wp--preset--font-size--x-large: 40px;
}
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  overflow-x: hidden;
  -moz-backface-visibility: hidden;
}

body {
  background: #007039;
  height: 100%;
}
body, body p {
  color: #007039 !important;
  letter-spacing: 0.2px !important;
}
.site {
  background: #FFFFFF;
  position: relative;
}
body, button, input, select, textarea {
  font-family: "EP_Fengardo Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.7;
}
pre, code, input, textarea {
  font: inherit;
}
::-moz-selection {
  background: #007039;
  color: #FFFFFF;
}
::selection {
  background: #007039;
  color: #FFFFFF;
}
.backstretch {
  background: #B4CC00;
}
/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #007039;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #B4CC00;
  text-decoration: underline;
}
a:active, a:focus, a:hover {
  outline: none;
}
/*------------------------------
	2.3 Heading
------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "EP_Fengardo Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  letter-spacing: 1 !important;
}
.content-area h1, .content-area h2, .content-area h3 {
  margin-top: 40px;
}
.content-area h2:first-child {
  margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 {
  line-height: 1.3;
  font-size: 33px;
  font-size: 2.0625rem;
}

h1 span {
  font-weight: bold;
}
h2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}
h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
b, strong {
  font-weight: bold;
}
blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite:before {
  content: '— ';
  color: #B4CC00;
}
blockquote cite {
  font-style: normal;
  font-size: 20px;
  color: #B4CC00;
}
dfn, cite, em, i {
  font-style: italic;
}
figure {
  margin: 0;
}
address {
  margin: 20px 0;
}
hr, .wp-block-separator {
  border: 0 !important;
  border-top: 1px solid #B4CC00 !important;
  height: 1px;
  margin-bottom: 20px;
}
tt, kbd, pre, code, samp, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #B4CC00;
  padding: 5px 7px;
  border-radius: 2px;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}
details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}
abbr, acronym, dfn {
  cursor: help;
  border-bottom: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: none;
  -webkit-text-decoration: none;
}
mark {
  background-color: #fff9c0;
  text-decoration: none;
}
small {
  font-size: 82%;
}
big {
  font-size: 125%;
}
ul, ol {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul li, ol li {
  margin: 8px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 20px 20px;
}
/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #B4CC00;
  border-collapse: collapse;
  border-spacing: 0;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border: 1px solid #B4CC00;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
}
table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}
table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #B4CC00;
}
input[type="reset"], input[type="submit"], input[type="submit"], .pirate-forms-submit-button {
  cursor: pointer;
  background: #007039;
  border: 2px solid;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  border-radius: 10px;
  margin: 3px 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover, .pirate-forms-submit-button:hover {
  background: #B4CC00;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #B4CC00;
  padding: 10px;
}
textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  padding: 10px;
  max-width: 100%;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border: none !important;
  box-sizing: border-box;
  background: #fff;
  color: #007039;
  border-radius: 10px;
}
textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:focus-visible, textarea:focus-visible {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background: #FFED00;;
  box-shadow: none !important;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}
input[type="password"], input[type="password"]:focus {
  border: 2px solid #B4CC00 !important;
  border-radius: 0px;
  background: #FFED00;
  margin-left: 10px;
}
.post-password-form label {
  display: inline-block;
  margin-bottom: .5rem;
  background: #B4CC00;
  padding-left: 15px;
}
/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f8f9f9;
  border-radius: 3px;
  clip: auto !important;
  color: #007039;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 3.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 3.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*------------------------------
	3.0 Clearings
------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  clear: both;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*------------------------------
	3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
  display: none;
}
.clearleft {
  clear: left;
}
.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}
/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
  padding-bottom: 40px;
  padding-top: 40px;
}
.template-fullwidth-stretched #primary, .siteorigin-panels #primary {
  padding: 0;
}
.template-fullwidth-stretched .entry-content, .siteorigin-panels .entry-content {
  margin-bottom: 0px;
}
#secondary {
  padding-bottom: 40px;
  padding-top: 0;
}

.content-area {
  width: 100%;
  float: none;
  min-height: 300px;
}

.sidebar {
  width: 100%;
  float: none;
}

.no-sidebar {
  max-width: 950px;
}

/* Hero Nav*/
#next, #prev {
  padding: 30px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 9999;
  position: absolute;
  height: 100px;
  width: 100px;
  cursor: pointer;
}
#next span, #prev span {
position: absolute;
  width: 30px;
  height: 30px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
#next {
  right: 0px;
}
#prev {
  left: 0px;
}
#prev span {
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#next span {
  right: 20px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#next:hover span, #prev:hover span {
  border-color: #FFED00;
}
/**
Footer widgets
 */
.footer-widgets {}
.footer-widgets.section-padding {
  padding: 50px 0px 35px;
}
.footer-widgets table {
  border-collapse: collapse;
}
.footer-widgets table > thead > tr > th, .footer-widgets table > thead > tr > td {
  border-width: 1px;
}
.footer-widgets table th, .footer-widgets table td {
  border-color: rgba(233, 233, 233, 0.4);
}
.footer-widgets .widget-title {
  color: #ffffff;
}
.footer-widgets .widget-area .widget_categories li, .footer-widgets .widget-area .widget_archive li, .footer-widgets .widget-area .widget_meta li {
  width: 100% !important;
  float: none;
}
.footer-widgets .widget_recent_entries ul li, .footer-widgets .widget_recent_comments ul li {
  border-bottom: 0px none;
  padding: 5px 0px;
  margin-bottom: 0px;
}
.footer-widgets .sidebar .widget {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  line-height: 80px;
  height: 80px;
  position: relative;
  width: auto !important;
  background: #007039;
  z-index: 1000;
  /* Safari */
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  top: auto !important;
}
.home .site-header {
}
.site-header.header-fixed {
  top: 0px;
  left: 0px;
  right: 0;
  position: fixed;
  box-shadow: 0px 15px 0px 0px rgba(0, 0, 0, 0.05);
}
.site-header.no-scroll {
  box-shadow: none;
}
.site-header .custom-logo-transparent {
  display: none;
}
.followWrap {
  display: block;
}
.header-full-width .container {
  width: auto;
}

.is-transparent .followWrap {
  z-index: 99;
  width: 100%;
  background: transparent;
  position: relative;
  top: 0px;
  display: block;
}
.is-transparent .site-header {
  background: transparent;
  position: fixed;
  top: 0px;
}
.is-transparent .site-header.no-sticky {
  position: absolute;
  top: auto;
}
.is-transparent .site-header.no-scroll {
  box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
  display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
  display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
  background-color: #007039;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
  background-color: #007039;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
  background-color: transparent;
}
.is-transparent .site-header.header-fixed {
  background: #FFFFFF;
}
.is-transparent .site-header.header-fixed.no-scroll {
  background: #fff;
  box-shadow: none;
}

.is-transparent .hero-slideshow-fullscreen .hero__content {}
.site-branding {
  float: left;
  -webkit-transition: all .5s ease-out;
  /* Safari */
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.home .site-branding {
  display: none;
}
.site-header.header-fixed .site-branding {
  top: -300px;
}
.site-branding .site-title, .site-branding .site-text-logo {
  margin: 0px;
  line-height: 2;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}
.site-branding .site-title:hover, .site-branding .site-text-logo:hover {
  text-decoration: none;
}
.site-branding .site-title {
  display: inline-block;
}
.site-branding .site-image-logo {
  display: block;
}
.site-branding .site-logo-div {}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
  width: 200px;
}
.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
  position: relative;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -5px;
  color: #007039;
  text-align: center;
}
.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
  color: #fff;
}
.header-social {
  margin-left: 0px;
  float: right;
}

.header-social a {
  display: block;
  height: 100%;
  float: left;
  margin-left: 0px;
  margin-top: -2px;
  color: #007039;
}

.header-social a:hover {
  color: #000000;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x, .header-social .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.header-social .fa-stack-1x {
  line-height: inherit;
}
.header-social .fa-stack-2x {
  font-size: 2em;
}
.header-social .fa-inverse {
  color: #FFFFFF;
}
.header-btn {
  float: right;
}
/* NU Styles */
.kiga-hero {
position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  width: 30%;
  min-width: 300px;
}
/* Site Navigation */
li.active-menu-item > a:after, li.current-menu-item > a:after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #B4CC00;
  left: 50%;
  bottom: 25px;
  transform: rotate(-2deg) translateX(-50%);
  -webkit-transform: rotate(-2deg) translateX(-50%);
  width: calc(100% - 30px);
}
.sub-menu li.current-menu-item > a:after, .onepress-menu-mobile li.current-menu-item > a:after {
  display: none;
}
.sub-menu li.current-menu-item > a, .onepress-menu ul li a:hover {
  color: #B4CC00;
}
.home li.current-menu-item > a:after {
  display: none;
}
.onepress-menu, .onepress-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .onepress-menu {
  float: none;
}
.onepress-menu {
  text-align: center;
  transition: left 0.5s ease-out;
  display: flex;
  justify-content: center;
}
.header-fixed .onepress-menu {
  float: none;
}
.onepress-menu ul:before {
  content: '';
  background: #fff;
  width: 3px;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  z-index: 999;
  margin-top: -20px;
  overflow: hidden;
  animation: 3s cubic-bezier(0.14, 1.12, 0.67, 0.99) 0s infinite normal none running;
}
.onepress-menu ul {
  position: absolute;
  display: none;
  top: 85%;
  left: 0;
  z-index: 99;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0px;
  box-shadow: 0px 0px 30px rgba(0,0,0, .3);
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0, .3);
}
.onepress-menu ul ul {
  top: 0;
  left: 100%;
}
.onepress-menu li {
  position: relative;
}
.onepress-menu > li {
  display: inline-block;
}
.onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  transform: translate(-50%, 0);
  left: 50%;
  display: block;
  animation: menu .5s;
  -webkit-animation: menu .5s;
}
@keyframes menu {
  0% {
    margin-top: -10px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.onepress-menu a {
  display: block;
  position: relative;
}
.onepress-menu ul {
  border-top: none;
}
.onepress-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: color .5s;
  transition: color .5s;
}
.onepress-menu li:hover, .onepress-menu li.sfHover {
  -webkit-transition: color;
  transition: color;
}
.onepress-menu .sub-menu a {
  color: #007039;
}
.onepress-menu a {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.1em !important;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
  -webkit-transition: color .5s;
  transition: color .5s;
  color: #fff;
}
.onepress-menu a:hover, .onepress-menu > li a.menu-actived {
  color: #B4CC00 !important;
}
.onepress-menu ul li {
  line-height: 26px;
  padding: 5px 8px;
}
.onepress-menu ul li a {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
}
.onepress-menu > li:last-child > a {
  padding-right: 0px;
}
.onepress-menu .nav-toggle-subarrow {
  display: none;
}
.nav-toggle-subarrow {
  position: absolute;
  color: #B4CC00;
}
#nav-toggle {
  display: none;
  margin-left: 15px;
}

#nav-toggle {
position: fixed;
  width: 50px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  margin-top: 1em;
  z-index: 999;
  right: 20px;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
}
#nav-toggle.nav-is-visible {
  background: #ee7500;
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #fff !important;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  margin-top: -3px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #000000;
}
/* spenden */
.spenden {
  margin-top: 20px;
}
.spenden a {
  min-width: 150px;
color: #007039 !important;
  text-align: center;
  padding: 20px !important;
  padding-right: 20px;
  line-height: 0px;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0px 0px 30px rgba(0,0,0, .3);
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0, .3);
}
.home .spenden a::before {
content: '';
  background: url("assets/images/baki_spenden.svg") center no-repeat;
  height: 70px;
  display: block;
  margin-bottom: 20px;
  margin-top: -10px;
}
.spenden.active-menu-item > a::after, .spenden.current-menu-item > a::after{
	display: none;
}
/* Blog Navi */
.nav-links {
  border-left: none;
  border-right: none;
  margin-top: 30px;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  position: relative;
  font-family: "EP_Fengardo Neue", Helvetica, Arial, sans-serif;
}
.pages-wrap {
  display: inline-block;
  border-radius: 4px;
}
.nav-links a {
  white-space: nowrap;
  line-height: 2;
  transition: all 0.5s linear;
  display: inline-block;
  width: auto;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  margin: 5px;
}
.nav-links .nav-previous, .nav-links .nav-next, .page-numbers {
  display: inline-block;
}
.nav-links .nav-next a:after, .nav-links .nav-previous a:before {
  font-family: "EP_Fengardo Neue", Helvetica, Arial, sans-serif;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  vertical-align: middle;
  line-height: 2.7;
  display: block;
  color: #007039;
  border: 2px solid #B4CC00;
  transition: all 0.5s linear;
}
.nav-links .nav-next a:hover::after, .nav-links .nav-previous a:hover::before {
  background: #fff;
}
.nav-links .nav-previous a:before {
  content: '\<';
}
.nav-links .nav-next a:after {
  content: '\>';
}
.nav-links a, .nav-links .page-numbers {}

.nav-links a:hover {
  background: none !important;
  text-decoration: none;
  border-color: #007039;
}
.nav-links .page-numbers:hover {
  background: none !important;
}
.nav-links .page-numbers a {
  width: 50px;
  height: 50px;
  line-height: 3.2;
  border-radius: 4px;
}
.nav-links .page-numbers a:hover {
  text-decoration: none;
  color: #007039 !important;
}
.nav-links .page-numbers a.active {
  background: #B4CC00;
  text-decoration: none;
  color: #fff;
}
/* Content
------------------------------*/
.site-content {
  margin-top: -1px;
}
.site-content.no-border {
  border-top: none;
}
.blog .site-content, .tax-portfolio_cat .site-content, .single-post .site-content, .hiding-page-title .site-content {
  margin-top: 0;
}
.page-header, .blog.entry-header {
  padding: 5vh 0px 1vh 0px;
  color: #B4CC00;
}
.entry-title, .page-title {
  margin-bottom: 0px;
  font-size: 40px !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.page-header p {
  margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
  position: relative;
  padding: 8% 0px;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header.page--cover:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: " ";
}
.page-header.page--cover .entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}
.page-header.page--cover .entry-tagline {
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}

.page-header.page--cover.is-t-above .container {
  margin-top: 45px;
}
/* Footer
------------------------------*/
.site-footer {
  background: #007039 !important;
  color: #fff;
  font-size: 14px;
}
.site-footer a {
  color: #fff;
  font-weight: bold;
}
.site-footer .footer-connect {
  padding: 90px 0px;
  padding: 80px 0px;
  padding: 5rem 0px;
  text-align: center;
}

.site-footer .footer-connect .follow-heading {
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
  border: none;
}

.site-footer .footer-connect .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}
.site-footer .btt {
  display: none;
}
.site-footer .btt a {
  border-radius: 100% 100% 0% 0%;
  color: #007039 !important;
  background: #fff !important;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: fixed;
  right: 30px;
  bottom: 0px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 50px;
  z-index: 9;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.site-footer .btt a:hover {
  color: #fff !important;
  background: #EE7500 !important;
}

.site-footer .footer-connect input[type="text"]:focus {
  border: none !important;
}
.site-footer .footer-social {
  text-align: center;
}
.site-footer .footer-social a {
  font-size: 30px;
  margin: 0px 13px;
  color: #FFFFFF;
}
.site-footer .footer-social a:hover {
  color: #007039;
}
.site-footer .site-info {
  position: relative;
  text-align: center;
  padding: 0px;
  background: #007039 !important;
  font-weight: 500;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer .site-info a:hover {
  text-decoration: underline;
}
.site-footer .site-info .container {
  position: initial;
}
.site-footer .btt a i {}
/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.error-404 ul {
  padding-left: 0px;
}
.error-404 ul li {
  list-style: none;
}
/* Page: Search
------------------------------*/
.search-results .hentry {
  border-bottom: 1px solid #B4CC00;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .entry-summary p {
  margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
  text-decoration: none;
}
/* Entry Header
------------------------------*/
.entry-header .entry-title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
  font-size: 25px;
  line-height: 1.3;
}

.entry-thumbnail {
  margin-bottom: 30px;
}
.single .entry-header .entry-title {
  margin-bottom: 10px;
}
.highlight {
  color: #007039;
}
/* Entry Content
------------------------------*/
.entry-content {
  margin-bottom: 30px;
}
.entry-content blockquote {
  position: relative;
  font-style: italic;
  font-size: 25px;
  padding-left: 40px;
}
.entry-content blockquote::before {
  content: '»';
  color: #B4CC00;
  position: absolute;
  left: -5px;
  font-size: 60px;
  letter-spacing: 0px;
  font-style: normal;
  line-height: 30px;
}
.entry-content blockquote p {
  margin: 0px;
}
/* Entry Stuff
------------------------------*/
.single-post .entry-meta, .single-post .entry-title {
  text-align: center;
}
.single-post img {
  width: 100%;
  height: auto;
}
.entry-meta {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding-bottom: 30px;
}
.byline {}
.byline a {
  font-weight: 600;
}
.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #B4CC00;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
.bypostauthor {
  margin: 0;
}
/* Sticky Post
------------------------------*/
.sticky .entry-title {
  padding-left: 20px;
  position: relative;
}
.sticky .entry-title:after {
  content: "\f276";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}
/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0px;
}
.wp-caption-text, .entry-thumbnail-caption, .cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}
/* accordion */
.stelle {
  border: 2px solid #B4CC00;
  padding: 20px;
  margin-top: 30px;
  border-radius: 20px;
}
.accordion-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 45px !important;
  margin: 0px;
}
.accordion-button::before {
  content: '+';
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 7px;
  left: 10px;
  border-radius: 50px;
}
.accordion-button.active::before {
  content: '-';
}
.accordion-inhalt {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  -webkit-transition: max-height 0.2s ease-out;
}
/* WordPress Gallery
------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.blocks-gallery-item {
  max-height: 400px;
}
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0px;
  width: 95% !important;
  margin-left: 10px;
}
.owl-stage .owl-item:nth-child(even), .list-article:nth-child(even) .list-article-thumb {
  -ms-transform: rotate(2deg) !important; /* IE 9 */
  transform: rotate(2deg) !important;
  transition: all 0.5s ease;
}
.owl-stage .owl-item:nth-child(odd), .list-article:nth-child(odd) .list-article-thumb {
  -ms-transform: rotate(-4deg) !important; /* IE 9 */
  transform: rotate(-4deg) !important;
  transition: all 0.5s ease;
}
.list-article:nth-child(odd) .list-article-thumb:hover, .list-article:nth-child(even) .list-article-thumb:hover {
  -ms-transform: rotate(0deg) !important; /* IE 9 */
  transform: rotate(0deg) !important;
}
/* .blocks-gallery-item:hover img{
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
	z-index: 9999999999999999;
}
*/
.blocks-gallery-item:hover {
  overflow: visible;
}

/* Comments
------------------------------*/
#comments {
  padding-top: 30px;
  border-top: 1px solid #B4CC00;
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #B4CC00;
  padding: 20px 0;
  margin: 0;
}
#comments .comment-list .pingback p {
  margin: 0px;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
}
#comments .comment-content.entry-content {
  margin-bottom: 0px;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  margin-left: 90px;
  padding: 25px 30px 15px 30px;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #007039;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  background: #B4CC00;
  border-radius: 4px;
  margin-right: 10px;
}
#comments .comment .comment-wrapper a {
  text-decoration: none;
}
#comments .comment .children {
  padding-left: 30px;
}
#comments .comment .children .children {
  padding-left: 30px;
}
#comments .comment .children .children .children {
  padding-left: 0px;
}

#comments .form-allowed-tags {
  display: none;
}
#comments a {
  text-decoration: none;
}
#comments a:hover {
  text-decoration: underline;
}
.right-sidebar .comment-respond textarea, .left-sidebar .comment-respond textarea {
  width: 100%;
}
/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px;
}
#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#respond .form-allowed-tags code {
  background: none;
}
#respond .comment-reply-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#respond .comment-notes {
  display: none;
}
#respond label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.full-screen .comments-area {
  max-width: 1110px;
  margin: 0 auto;
}
/* woocommerce
------------------------------*/
.woocommerce div.product form.cart .variations td.label {
  color: #777;
}
/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn, .wp-block-button__link, .accordion-button {
  border-radius: 10px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid transparent;
  color: #007039;
  background: #B4CC00;
  padding: 5px 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.btn:hover, .wp-block-button__link:hover, .accordion-button:hover, .accordion-button.active {
  background: #FFED00;
  color: #007039;
  text-decoration: none !important;
}
.btn:active, .btn:focus, .wp-block-button__link:focus {
  outline: none;
  color: #fff;
}
.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}
.btn-theme-primary {
  background: #007039;
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}
.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #007039;
  color: #007039;
}
.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: #007039;
  border-color: #007039;
}
.btn-theme-secondary{
background: #EE7500;
color: #fff;
}
/* Loading
------------------------------*/
.slider-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95;
}
section > .customize-partial-edit-shortcut button {
  left: 30px;
}
/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0px;
}
.sidebar .widget ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.sidebar .widget a {
  font-size: 14px;
}
.sidebar .widget a:hover {
  text-decoration: underline;
}
/* Search
------------------------------*/
.sidebar .widget .search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
.sidebar .widget .search-form .search-submit {
  padding: 12px 23px 12px;
  width: 93%;
}
/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
  margin-top: 25px;
}
.widget_recent_comments ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B4CC00;
}
.widget_recent_comments ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}
/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}

.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #B4CC00;
}
.sidebar .widget_calendar a {
  color: #007039;
  text-decoration: underline;
}
/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
  padding: 50px 0px;
  padding: 3rem 0px;
}
.section-padding-lg {
  padding: 90px 0px;
  padding: 5.625rem 0px;
}
.section-padding-larger {
  padding: 140px 0px;
  padding: 8.75rem 0px;
}
.section-meta {
  background-color: #B4CC00;
}
.onepage-section {
  position: relative;
}
.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container-fluid, .onepage-section .container {
  position: relative;
  z-index: 5;
}
.section-inverse {
  background: #222222;
}
.section-inverse .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}
.section-inverse-extended {
  background: #000;
}
.section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}
.section-inverse {
  color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}
.section-title-area {
  margin-bottom: 50px;
  text-align: center;
}
.section-title-area .section-title {
  color: #007039;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 800;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.section-title-area .section-subtitle {
  color: #B4CC00;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
/* Section: Hero
------------------------------*/
.hero-large-text img {
  width: 40vw;
  min-width: 250px;
}
.hero-slideshow-wrapper {
  width: 100%;
  position: relative;
  background-color: #222222;
  overflow: hidden; /* Loading icon */
}
.hero-slideshow-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
  padding: 10px 30px;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  text-align: center;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text img, .hero__content .btn {
  text-align: center;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0,0,0, .5));
  filter: drop-shadow(0px 0px 30px rgba(0,0,0, .5));
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content .btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.animation-disable .hero-slideshow-wrapper {
  /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.js-rotating {
  display: none;
}
.js-rotating.morphext {
  display: inline-block;
}
.is-customize-preview .slider-spinner {
  display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hero-slideshow-normal .container {
  padding: 10% 0px;
  position: relative;
  z-index: 80;
}
.hero-slideshow-fullscreen .container {
  z-index: 80;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero__content {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero__content a.btn {
  margin: 10px 10px 20px 0px;
  margin: 0.625rem 0.625rem 1.25rem 0px;
}
.hero__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.hero__content .btn-secondary-outline {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  background: none;
}
.hero__content .btn-secondary-outline:hover, .hero__content a.btn:hover {
  background: #FFF;
  color: #007039;
  text-shadow: none;
  box-shadow: none;
}
/* Hero Content Style 2. */
.hero-content-style2 h1 {
  font-weight: 800;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 3px;
}
.hero-content-style2 .hcl2-content {
  padding: 50px 0px;
  padding: 3.125rem 0px;
}
.hero-content-style2 .hcl2-image {
  text-align: right;
}

/* Hero Text Style1. */
.hero-content-style1 {
  text-align: center;
}
.hero-content-style1 h2 {
  color: #FFFFFF;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-content-style1 h2 strong {
  font-weight: 900;
}
.hero-content-style1 p {
  font-size: 15px;
  letter-spacing: 0.4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #FFFFFF !important;
  text-align: center;
  font-weight: 100;
  margin-bottom: 20px;
}

.hero-content-style1 p strong {
  letter-spacing: -0.6px;
}

.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
  outline: none;
}
#hero .btn {
  box-shadow: none;
}
#hero .btn-theme-primary:focus {
  color: #fff;
}
.h-on-top.is-transparent #hero .container .hero__content {
  margin-top: 75px;
}
/* Text Rotator */
.morphext > .animated {
  display: inline-block;
}
/**/
.info {
  background-color: #fff;
  border: 2px solid #B4CC00;
  border-left: 50px solid #B4CC00;
  color: #007039;
  width: 100%;
  text-align: center;
  max-width: 900px;
  margin: 20px auto;
  margin-bottom: 15px;
  padding: 10px;
  line-height: 1.7;
  position: relative;
  border-radius: 10px;
}
.info:before {
  content: 'i';
  color: #fff;
  height: 100%;
  font-weight: 900;
  font-size: 1.4em;
  position: absolute;
  left: -30px;
  top: 5px;
}
/* Logos Section */
#logos {
  background: #007039;
  text-align: center;
}
#logos.spenden {
  background: #54AF2E;
}
.partner-titel {
  color: #fff !important;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0px 0px;
  border-bottom: 1px solid #B4CC00;
}
.partner-logos a img {
  max-width: 100%;
  width: auto;
  height: 80px;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  transition: all ease 1s;
  border: 6px solid #007039;
}
.partner-logos a img:hover {
  border: 6px solid #B4CC00;
}
/* Anmeldung Section */
#anmeldung {
  background: #439527;
  color: #fff !important;
}
#anmeldung p, #anmeldung h2 {
  color: #fff !important;
}
#anmeldung h2 {
  text-transform: uppercase;
}
#anmeldung .btn-wrap {
  text-align: center;
}
#anmeldung .write-btn {
  color: #fff !important;
  text-align: center !important;
  font-size: 2em;
  font-weight: normal;
  display: block;
  margin-top: 2em;
}
#anmeldung img {
  width: 250px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
#anmeldung .write-btn:hover {
  color: #fff !important;
}
#anmeldung .write-btn:hover img {}
/* Termine Section */
.section-termine {
  background: #439527;
}
.termin-btn {
  margin-bottom: 0;
}
.termin-btn[aria-expanded="true"] {
  border-bottom: 0px;
  color: #fff;
}
#oldEvents {
  position: relative;
  width: 100%;
  border: 2px solid #B4CC00;
  border-top: 0px;
}
.oldevent-box {
  text-align: center;
  padding: 20px 20px 0px 20px;
}
#oldEvents .date-row {}
/* Termine Style */
.date-row {}
.eap__list {
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.eap__event {
  font-family: "Rubik";
  border-radius: 3px;
  min-height: 100px;
  padding: 0 15px;
  width: 100%;
}
.eap__img {
  height: 150px;
  width: 150px;
  display: inline-block;
  background: url("assets/images/hc_logo-white.png") no-repeat center #E3A430;
}
.eap__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#termin-single .eap__img img {
  border-radius: 3px 0px 0px 3px;
}
#termin-single .big-number {
  font-size: 400%;
}
#termin-single .eap__details {
  text-align: center;
}
.big-number {
  font-size: 250%;
  line-height: 1;
  font-weight: 300;
}
.eap__title {
  font-size: 2em;
  height: auto;
  line-height: auto;
  margin: 0px 0px 10px 0px;
}
.eap__date.datum {
  background: #22355C;
  color: #fff;
  text-align: center;
  overflow: hidden;
  min-height: 150px;
  width: 150px;
  display: grid;
  align-content: center;
}
.eap__date.bis {
  margin: 10px;
  align-items: flex-end;
  border-top: 2px solid #E3A430;
  padding-top: 10px;
}
.eap__details {
  padding: 15px;
  font-weight: 500;
  background: #fff;
  text-align: left;
  display: grid;
  align-content: center;
}
.eap__add-info {
  font-weight: 300;
  padding: 5px;
  border: 1px solid #E3A430;
  font-size: 12px;
  margin-top: 20px;
  border-radius: 3px;
  background: #fff;
  color: #E3A430;
}
#termine {
  text-align: center;
}
#termine .section-title, #logos .section-title {
  color: #fff;
}
#termine .btn {
  border-color: #B4CC00;
  margin-top: 10px;
}
#termine .btn:hover {
  background: #fff !important;
  color: #007039;
  border-color: #fff;
}
#termine .eap__add-info, .event-archive .eap__add-info {
  display: none;
}
.eap__time {
  color: #E3A430;
  font-size: 1.5em;
}
.eap__location {
  color: #E3A430;
  font-weight: 300;
}
/**/
#termin-single p {
  background: #fff;
  padding: 15px;
  margin-top: 15px;
}
#termin-single .date-row {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.single-eap_event .site-content {
  background: #B5DCDF;
}
#termin-single .eap__img {
  height: auto;
  display: inline-block;
  float: right;
  max-height: 300px;
}
#termin-single .eap__date.datum, #termin-single .eap__details {
  float: left;
  min-height: 150px;
  align-content: center;
  display: grid;
  padding: 20px;
}
#termin-single .eap__date.datum {
  text-align: center;
}
#termin-single .eap__title {
  font-size: 3em;
  margin-bottom: 0px !important;
}
#termin-single .eap__time {
  font-size: 2em;
}
/* Section: Features
------------------------------*/
.icon-background-default {
  color: #007039;
}
.feature-item {
  text-align: center;
}
.feature-item .feature-icon {
  color: #fff;
}
.feature-item .fa-5x {
  font-size: 4em;
}
.feature-item:hover .icon-background-default {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.feature-media {
  text-align: center;
  margin-bottom: 20px;
}
/* Section: About Us
------------------------------*/
.section-about .about-image {
  text-align: center;
}
.section-about .about-image img {
  margin-bottom: 30px;
}
.section-about .section-title-area {
  margin-bottom: 30px;
}
.section-about .row > div {
  margin-top: 30px;
}
/* Section: Services
------------------------------*/
.section-services .service-item {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}

.section-services .service-item:after {
  content: "";
  display: table;
  clear: both;
  clear: both;
}
.section-services .service-item:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
  float: left;
  margin-right: 30px;
}
.section-services .service-item .service-image img {
  max-width: 120px;
  height: auto;
}
.section-services .service-item .service-image i {
  color: #007039;
}

.section-services .service-item .service-thumbnail {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
  overflow: hidden;
}
.section-services .service-item .service-content p {
  margin: 0px;
  font-size: 14px;
  color: #B4CC00;
}

.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.section-services .service-item .service-link:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
/* Section: Counter
------------------------------*/
.counter_item {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #007039;
  line-height: 1;
  text-transform: uppercase;
}
.counter_item .counter_title {
  font-size: 18px;
  font-size: 1.125rem;
}
/* Section: Parallax
------------------------------*/
#parallax-hero {
  position: relative;
  background: none;
  overflow: hidden;
}
#parallax-hero .hero-slideshow-wrapper {
  background: none;
}
#parallax-hero .hero-slideshow-wrapper::after {
  background: none;
}
.section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
  background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 9999999px;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: scroll;
  background-position: 50% 0;
}
.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}
.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}
/* Section: Team
------------------------------*/
.section-team .team-member {
  padding: 0px 0.5px;
  text-align: center;
}
.section-team .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.team-members.row {
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
}

.team-member {
  margin-bottom: 20px;
  float: left;
}
.team-member .member-thumb {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team-member .member-thumb:hover .member-profile {
  bottom: 8px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: auto;
  right: auto;
  width: 100%;
}
.team-member .member-thumb .member-profile a {
  color: #000000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
  color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
  color: #007039;
}
.team-member .member-info {
  margin-top: 0px;
  position: relative;
  z-index: 30;
  text-align: center;
}
.team-member .member-name {
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}
.team-member .member-name:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15%;
  bottom: -11px;
  width: 30%;
  height: 1px;
  background: #cccccc;
}
.team-member .member-position {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.3px;
}
/* Section: News
------------------------------*/
.all-news {
  text-align: center;
  margin-top: 40px;
  display: block;
}
.section-news .list-article, .archive .list-article, .blog .list-article, .list-article {
  border-top: 2px solid #B4CC00;
  padding: 25px 0px;
}
.section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type, .list-article:last-of-type {
  border-bottom: 2px solid #007039;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb, .list-article-thumb {
  float: left;
  margin-right: 30px;
  max-width: 350px;
  max-height: 250px;
  overflow: hidden;
  border-radius: 20px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover, .list-article-thumb a img:hover {
  opacity: 0.8;
}

.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content, .list-article-content {
  float: none;
  overflow: hidden;
}
.list-article-content h2 {
  text-align: left;
  font-size: 30px !important;
  line-height: 1.3 !important;
  padding-bottom: 20px;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta, .list-article-meta a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  color: #B4CC00 !important;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title, .entry-title {
  font-size: 22px;
  line-height: 1;
  font-weight: bold !important;
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover, .entry-title a:hover {
  text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p, .entry-excerpt p {
  margin-bottom: 0px;
}
.archive .site-main .list-article:first-child, .blog .site-main .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.page-template-template-blog .section-news .list-article {
  padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
  border-bottom: none;
}
.section-news.section-inverse .list-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
  color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
  color: #FFF;
}
/* Section: Contact
------------------------------*/
.section-contact input, .section-contact textarea {
  width: 100%;
}
.section-contact .address-contact {
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-contact .address-contact span {
  float: left;
  color: #aaaaaa;
}
.section-contact .address-contact .address-content {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
}
.section-contact .address-contact .fa-inverse {
  font-size: 12px;
}
.section-contact textarea {
  max-height: 220px;
}
.contact_icon {
  max-height: 200px;
  float: left;
}
.wpcf7-form {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: normal;
}
.wpcf7-form br {
  margin-bottom: 5px;
}
.wpcf7-form label {
  width: 100%;
  letter-spacing: 1px;
  font-size: 1.2em;
}
div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}
div.wpcf7-response-output {
  margin: 20px 0px;
}
.wpcf7-form-control.wpcf7-submit {
  font-size: 17px;
  background: #007039 !important;
  color: #fff !important;
  border-color: #007039;
  font-weight: 900;
  transition: 0.5s ease;
  padding: .75rem 1.5rem;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: #fff !important;
  color: #007039 !important;
  opacity: 1;
  border-color: #fff;
}
/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
  text-align: center;
}
.section-videolightbox .videolightbox__icon {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
  text-transform: uppercase;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0px;
  font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
  font-weight: 800;
}
.section-videolightbox .video_icon {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 1;
  padding: 10px;
  width: 50px;
  display: inline-block;
}
.section-videolightbox .video_icon i {
  color: #fff;
  font-size: 20px;
  margin-left: 6px;
  margin-top: 1px;
  line-height: 1;
}
.section-videolightbox .video_icon:hover {
  background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
  color: #000;
}
/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}
.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}
.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5, 1.5);
  /* Safari */
  transform: scale(1.5, 1.5);
}
.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0px;
}

.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.gallery-justified > a, .gallery-justified > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}
.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}
.gallery-masonry:affter {
  clear: both;
}
.gallery-masonry .inner {
  display: block;
}
/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* WooCommerce support */
.woocommerce-result-count {
  font-style: italic;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin-bottom: 1.5em;
}
.woocommerce-ordering select {
  padding: 7px;
  margin-top: -10px;
}
.woocommerce ul.products li.product h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 7px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
  background-color: #007039;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 2px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
  background: #222222;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce .quantity .qty {
  padding: 5px;
}
.woocommerce span.onsale {
  padding: inherit;
}
.related.products h2, #tab-description h2 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 9px 14px;
  font-weight: bold;
}
.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2, .woocommerce .woocommerce-Addresses .col-1, .woocommerce .woocommerce-Addresses .col-2, .woocommerce .woocommerce-customer-details .col-1, .woocommerce .woocommerce-customer-details .col-2 {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce .woocommerce-additional-fields h3 {
  margin-top: 20px;
}
.woocommerce .cart_totals th {
  text-align: left;
}
.woocommerce .cart_totals h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  margin: 0 auto;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #007039;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #007039;
  opacity: .8;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
}
/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #B4CC00;
  color: #858585;
}

.breadcrumbs i {
  margin: 0px 6px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #B4CC00;
  font-weight: 600;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  margin-right: 20px;
  position: relative;
}

.breadcrumbs span span {
  margin-right: 0;
}
.breadcrumbs a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 2px;
}

.breadcrumbs a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
}

/* Coursel and slider */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .caption {
  text-align: center;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-item {
  opacity: 0.2;
  transition: opacity 1s ease;
  background: #fff;
    border-radius: 20px;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
.owl-carousel .owl-stage-outer {
  position: static;
  overflow: visible;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel:after {
  content: "";
  /* background: url(assets/images/slider-bg.png) right bottom no-repeat; */
  background-size: contain;
  width: 250px;
  height: 80px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-wrapper {
  display: flex !important;
}
.owl-carousel .owl-item {
  width: auto;
  max-height: 400px !important;
  overflow: hidden;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
  margin-bottom: 2em;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav > button {
  position: absolute;
  top: 45%;
  background-color: #EE7500;
  border-radius: 100%;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: 0px;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-theme .owl-nav > button:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.owl-theme .owl-nav .owl-prev {
  left: -20px;
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
  content: "\e094";
}
.owl-theme .owl-nav .owl-next {
  right: -20px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
  content: "\e095";
}
.owl-theme .owl-nav {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav button[class*='owl-'] {
  color: #FFF;
  font-size: 30px;
  margin: 5px;
  padding: 4px 15px;
  background: #EE7500;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav button[class*='owl-']:hover {
  background: #B4CC00;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav button[class*="owl-"] span {
  margin-top: -5px !important;
  display: block;
}
.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-top: 1em;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 2px;
  background: #B4CC00;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #007039;
}
/* Pirate Forms */
.pirate_forms .pirate-forms-fields-container .form_field_wrap {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .form-control {
  border-radius: 0px;
}
.pirate_forms .pirate-forms-fields-container .form_field_wrap .pirate-forms-submit-button {
  display: block;
  width: 100%;
}
.pirate_forms .contact_message_wrap #pirate-forms-contact-message {
  border-radius: 0px;
  background-color: #f2f2f2;
  border: 0 none;
  min-height: 245px;
  max-height: 999px;
}
/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
[class*="c-bully"], [class*="c-bully"]:before, [class*="c-bully"]:after {
  box-sizing: border-box;
}
.c-bully {
  position: fixed;
  top: 50%;
  right: 28px;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 600;
  color: #333;
  text-transform: uppercase;
}

.c-bully.c-bully--inversed {
  color: #FFF;
}
.c-bully__bullet {
  padding: 0.5em;
  opacity: 0;
  cursor: pointer;
  position: relative;
}
.c-bully__bullet:hover .c-bully__title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.c-bully__title {
  position: absolute;
  right: 26px;
  top: 1px;
  left: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  opacity: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.c-bully__bullet:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-radius: 50%;
  will-change: transform;
}
.c-bully__bullet--active {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.c-bully__bullet--active:before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: 50%;
}
.c-bully__bullet--active:after {
  border-color: transparent;
}
.c-bully__bullet--pop {
  -webkit-animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
  animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
}
.c-bully__bullet--squash {
  opacity: 1;
  -webkit-animation: bully-squash 0.2s ease-out forwards;
  animation: bully-squash 0.2s ease-out forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
    transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
    transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Page: Search
------------------------------*/
.search-results .hentry {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .entry-summary p {
  margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
  text-decoration: none;
}
/* search */
#search-form {
  position: relative;
}
#search-input {
  width: -webkit-calc(100% - 49px);
  width: calc(100% - 49px);
  background: #B4CC00;
  border: 2px solid #B4CC00 !important;
}
#search-input:focus {
  background: #fff;
  border: 2px solid #007039 !important;
}
.search-submit {
  margin: 0 !important;
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 400;
  bottom: 0;
  overflow: hidden;
  padding: 0px !important;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 42px;
}
.cta-heading h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 3px;
  font-weight: normal;
  line-height: 1.7;
}
/*Event Styles*/
#list-wrp {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.ect-list-post {
  width: 33.33% !important;
  box-sizing: border-box;
  word-break: break-word;
  display: table;
  max-width: auto !important;
  margin-bottom: 2em !important;
}
.ect-list-date .ect-date-area .ev-yr {
  top: 0px !important;
  padding-bottom: 10px;
}
.ev-mo, .ev-day {
  font-size: 1.6rem !important;
  display: block !important;
  font-weight: bold;
}
.ev-yr {
  font-weight: normal;
  font-size: 1rem !important;
  display: block !important;
}
.ect-list-post-left {
  width: 33% !important;
}
.ect-list-post .ect-list-post-left .ect-list-date {
  background: transparent !important;
  padding: 20px;
  width: auto !important;
}
.ect-list-post .ect-list-img {
  background-color: #54AF2E !important;
}
.ect-date-area {
  font-family: inherit;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  line-height: 0.8em !important;
}
.ect-list-venue .ect-icon {
  font-size: 30px !important;
  display: inline-block;
  width: 100%;
}
.tribe-events-list .tribe-events-list-event-title {
  border: none;
  display: inline-block;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1.4em;
  padding: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.ect-list-post-right .ect-list-venue {
  width: 30%;
  height: 100%;
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
  background: #54AF2E !important;
  color: #fff;
  padding: 10px;
}
.ect-list-date .ect-date-area {
  display: table-cell;
  text-align: left !important;
  vertical-align: top !important;
  line-height: 92%;
  font-size: 38px;
  font-family: inherit;
}
#ect-events-list-content h2.ect-events-page-title, .cool_timeline h2.ect-events-page-title {
  display: none;
}
.ect-list-post .ect-list-post-right .ect-list-venue .ect-venue-details, .ect-list-post .ect-list-post-right .ect-list-venue .ect-google a, .ect-list-post .ect-list-post-right .ect-list-venue .ect-icon, .ect-list-post .ect-list-post-right .ect-list-venue .ect-rate-area, .cool-timeline.white-timeline .ect-venue-details {
  color: #fff !important;
}
.tribe-bar-date-filter {
  display: none;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: 100% !important;
}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  margin: 0 auto;
  max-width: 100% !important;
}
.tribe-events-list-separator-month::after, .events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
  border-color: #B4CC00 !important;
}
.ect-list-title, .ect-list-title a {
  font-size: 1.4em !important;
  font-weight: bold !important;
}
.tribe-events-single-event-title, .tribe-events-list-event-title {
  font-size: 1.5em !important;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #007039;
}
#tribe-bar-form input[type="text"] {
  background: #fff;
}
#tribe-bar-form input[type="text"]:focus {
  border: solid #fff;
}
#tribe-bar-form label {
  font-weight: normal;
}
#tribe-bar-form {
  background: #B4CC00;
  border-radius: 4px;
}
.tribe-events-loop .tribe-events-event-meta, .tribe-events-schedule {
  background: #007039 !important;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 0.7em;
  color: #fff;
  line-height: 2;
}
.tribe-events-list .tribe-event-schedule-details {
  font-weight: bold;
  font-size: 1.5em;
}
.tribe-events-list .tribe-events-venue-details {
  margin: 0px;
}
.single-tribe_events .tribe-events-event-meta {
  color: #007039;
  background: #DDE7AA;
}
h2.tribe-events-single-section-title {
  color: #007039;
  font-size: 1.5em !important;
  font-weight: normal !important;
  margin-bottom: 2em !important;
  border-bottom: 2px solid #007039;
  line-height: 2;
}
.single-tribe_events .tribe-events-event-meta dl {
  margin-bottom: 2em;
}
.tribe-events-back a {
  padding: 5px 10px;
  background: #EE7500;
  color: #fff !important;
  font-weight: normal;
  border-radius: 4px;
}
.tribe-events-back {
  margin: 0 0 20px;
  text-align: center;
}
.tribe-events-list-separator-month {
  margin: 20px 0;
  color: #B4CC00;
  font-weight: normal;
}
.tribe-events-sub-nav li a {
  background: #B4CC00;
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  white-space: normal;
  text-align: center;
}
.ect-list-post a.ect-events-read-more {
  padding: 5px 10px;
  border: 2px solid #B4CC00;
  font-weight: bold;
  color: #B4CC00 !important;
}
.ect-list-post-right .ect-list-description {
  padding: 10px 10px 10px 20px !important;
}
#tribe-events-content a.btn-lg {
  color: #fff !important;
}
.tribe-events-notices {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #EE7500;
  color: #EE7500;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
}
/* Cookie */
.cookie-notice {
  padding: 20px;
  position: fixed;
  background: #EE7500;
  bottom: 0;
  z-index: 99;
  height: auto;
  max-width: 500px;
  margin: 30px 20px;
  border-radius: 8px;
  box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.07);
}
.cookie-notice p {
  margin-bottom: 15px;
  text-align: center;
  color: #fff !important;
}
.cookie-notice .btn {
  border: 2px solid #fff !important;
  display: inline-block;
  padding: 0.2rem 0.1rem;
  font-size: 0.9rem;
  text-transform: none;
  margin: 0px;
  background: transparent;
  color: #fff;
  width: 49%;
}
.cookie-notice .btn:hover {
  background: #fff;
  color: #EE7500;
}
.cookie-notice img {
  position: absolute;
  top: -70px;
  width: 140px;
  left: 30%;
  display: none;
}
/*custom Responsive*/


/* ============================================================
   Media Queries — zusammengeführt nach Breakpoint
   ============================================================ */

@media (min-width: 720px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
  }

  .hero-content-style1 h2 {
    font-size: 60px;
    letter-spacing: 3px;
  }

  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }

  .breadcrumbs {
    font-size: 12px;
  }

  .breadcrumbs span {
    margin-right: 40px;
  }

  .breadcrumbs a:before {
    right: -23px;
    top: 3px;
  }

  .breadcrumbs a:after {
    right: -22px;
    top: 4px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 940px) {
  #secondary {
    padding-top: 40px;
  }

  .content-area {
    float: left;
  }

  .sidebar {
    width: 25.2252252252%;
    float: left;
  }

  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #B4CC00;
    margin-right: 1px;
    width: 74.7747747748%;
  }
  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #B4CC00;
    margin-right: -1px;
  }
  .right-sidebar .content-area {
    padding-right: 39px;
    width: 74.7747747748%;
  }
  .right-sidebar .sidebar {
    padding-left: 39px;
    margin-left: -1px;
  }

  .header-full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-social {
    margin-left: 10px;
  }

  .header-social a {
    margin-left: 3px;
  }

  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.5;
  }

  #comments .comment .children {
    padding-left: 90px;
  }
  #comments .comment .children .children {
    padding-left: 90px;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
  }

  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 100%;
    float: none;
  }

  .section-title-area .section-title {
    font-size: 40px;
    letter-spacing: 3.5px;
  }

  .section-title-area .section-subtitle {
    font-size: 14px;
  }

  .hero-content-style1 h2 {
    font-size: 75px;
    letter-spacing: 4px;
  }

  .hero-content-style1 p {
    font-size: 18px;
  }

  .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
    clear: left;
  }

  .team-members.row.team-layout-4 .team-member {
    width: 25%;
  }
  .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
    clear: left;
  }
  .team-members.row.team-layout-3 .team-member {
    width: 33.3333333333%;
  }
  .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
    clear: left;
  }
  .team-members.row.team-layout-2 .team-member {
    width: 50%;
  }
  .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 1140px) {
  .is-transparent .no-scroll.site-header .onepress-menu > li > a {
    color: #007039;
  }

  .page-header.page--cover .entry-tagline {
    font-size: 20px;
  }

  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
    float: left;
  }

  .hero-content-style1 p {
    font-size: 22px;
  }
}

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
  .container {
    width: 1300px;
  }
  .site-header.header-fixed {
    position: relative;
  }
  .site-header.header-fixed img {
    margin-top: -100px;
  }
  .single .entry-header .entry-title {
    margin-top: 50px;
  }
  .hero-large-text img {}
  .page-header {
    padding-top: 4.8em;
    padding-bottom: 20px;
  }
  #primary {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .address-box {
    border-top: 2px solid #007039;
    margin: 40px 0px;
  }
  .contact_icon {
    max-height: 200px;
    float: none;
    margin: 40px;
  }
  #anmeldung {
    text-align: center;
  }
  .write-btn img {
    width: 200px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-top: -3em;
    z-index: -1;
  }
  #anmeldung .write-btn {
    margin-top: 3em;
  }
}

@media (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}

@media (max-width: 1281px) {
  /* hi-res laptops and desktops */
    .onepress-menu a {
      font-size: 1em !important;
    }

  /* hi-res laptops and desktops */
}

@media (max-width: 1250px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb, .list-article-thumb {
    max-width: 200px;
  }
}

@media (max-width: 1199px) {
  .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
    text-align: center;
  }
}

@media (max-width: 1140px) {
  .site-header.header-fixed {
    box-shadow: none;
  }
  .onepress-menu > li {
    display: block; /* inline-block padding fix */
  }
  .spenden{
  margin:0 auto;
  }
  .home .spenden a::before{
  display: none;
  }
  .main-navigation {
    height: 0;
  }
  .menu-item-has-children {
    border-radius: 30px;
    overflow: hidden;
    border: 15px solid rgba(0, 0, 0, 0.05);
  }
  .onepress-menu-mobile-opening .main-navigation {
    position: fixed;
    left: 0;
    background: #007039;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .main-navigation .onepress-menu {
    display: block;
    height: 0px;
    overflow: hidden;
  }
  .onepress-menu.onepress-menu-mobile {
    position: absolute;
    top: 20% !important;
    right: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 800;
    max-width: 500px;
    width: 100%;
    padding: 15px;
  }
  .onepress-menu-mobile .sub-menu {
    padding: 20px;
    border-radius: 0px;
  }
  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .onepress-menu.onepress-menu-mobile li:hover ul {
    display: none;
  }
  .onepress-menu.onepress-menu-mobile ul {
    box-shadow: none;
    border: none;
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a {
    padding: 0px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a:hover {
    background: transparent;
  }
  .onepress-menu.onepress-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .onepress-menu.onepress-menu-mobile ul ul {
    left: 0px;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: 1.5;
  }
  .onepress-menu.onepress-menu-mobile > li:first-child {
    border-top: 0px none;
  }
  .home .onepress-menu a {
    color: #fff;
  }
  .onepress-menu .sub-menu a {
    color: #007039;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #007039;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
    width: 100%;
    text-align: right;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }
  .onepress-menu ul {
    top: 0;
  }
  #nav-toggle {
    display: block;
  }
  .home .site-header {
    background: transparent;
    height: 0;
  }
  .site-header.on-scroll {
    background: transparent;
  }

  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }

  .site-footer .footer-connect .subs-button {
    width: 100%;
  }

  /* Breakpoint für Burger Menu*/
    .spenden:before {
      display: none;
    }
    .is-transparent .site-header.header-fixed.no-scroll {
      background: transparent;
      box-shadow: none;
    }
    .ect-list-post {
      width: 100% !important;
      box-sizing: border-box;
      word-break: break-word;
      display: table;
      max-width: auto !important;
      margin-bottom: 2em !important;
      float: none;
    }
}

@media (max-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
    .site-branding {
      left: 50%;
      transform: translateX(-50%);
	  position: absolute;
    }
}

@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 970px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    width: 46%;
  }
}

@media (max-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (max-width: 940px) {
  .nav-links a, .nav-links .page-numbers {}

  .page-header.page--cover .entry-tagline {
    font-size: 18px;
  }

  .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }

  .site-footer .footer-connect .subs-button {
    width: 70%;
  }

  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }

  .c-bully {
    right: 10px;
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #kontakt {
    text-align: center;
  }
  html {
    font-size: 14px;
  }

  .site-footer .footer-connect .footer-subscribe {
    margin-bottom: 40px;
  }

  .hero-content-style1 .btn {
    display: inline-block;
  }

  .hero-slideshow-fullscreen .container {
    top: 140px !important;
  }
}

@media (max-width: 720px) {
.hero-slideshow-wrapper .hero__content .btn {
  padding: 5px 10px;
}
  .page-header.page--cover .entry-tagline {
    font-size: 16px;
  }

  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }

  .site-footer .footer-connect .subs-button {
    width: 100%;
  }

  .section-services .service-item {
    padding: 20px;
  }

  .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
  }

  .section-services .service-item .service-content {
    text-align: center;
    overflow: auto;
  }

  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }

  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb, .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
    max-width: 100%;
  }
  .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img, .list-article-thumb img {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .header-social {
    display: none;
  }

  .team-members.row .team-member {
    width: 100%;
  }

  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }

  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .cookie-notice {
    margin-bottom: 0;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
  .cookie-notice img {
    display: none;
  }
  .section-title-area {
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text {
    margin-bottom: 20px;
  }
  .hero-slideshow-wrapper .hero__content .btn {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    font-size: 12px;
  }
  .hero__content a.btn {
    margin: 0.5rem 0.5rem 0.5rem 0px;
  }
}

@media (max-width: 320px) {
  /* smartphones, iPhone, portrait 480x320 phones */
}
