/*!
Theme Name: openep
Theme URI: http://underscores.me/
Author: Urs Mettler
Author URI: https://www.indyaner.ch
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: openep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

openep is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'OpenEP';
  src: url("fonts/F-Bold.woff2") format("woff2"), url("fonts/F-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'OpenEP';
  src: url("fonts/F-Light.woff2") format("woff2"), url("fonts/F-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'OpenEP';
  src: url("fonts/F-Roman.woff2") format("woff2"), url("fonts/F-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #3aaa35; }

.hamburger-box {
  width: 30px;
  height: 27px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 5px;
    background-color: #3aaa35;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -11px; }
  .hamburger-inner::after {
    bottom: -11px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 11px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 22px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
            transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 11px, 0) rotate(-45deg);
            transform: translate3d(0, 11px, 0) rotate(-45deg); }

#site-navigation .hamburger {
  position: fixed;
  top: 12px;
  right: 24px;
  z-index: 100; }
  @media (min-width: 992px) {
    #site-navigation .hamburger {
      right: 48px; } }
  #site-navigation .hamburger:focus {
    outline: 0;
    opacity: 0.7; }

#site-navigation .menu-main-container, #site-navigation .menu-main-en-container {
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 60px 24px;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: -120vw;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  background: #787878;
  transition: all 0.2s; }
  @media (min-width: 992px) {
    #site-navigation .menu-main-container, #site-navigation .menu-main-en-container {
      right: -80vw;
      width: 50vw;
      height: auto;
      top: 20vh; } }
  #site-navigation .menu-main-container.show, #site-navigation .menu-main-en-container.show {
    right: 0; }
    @media (min-width: 992px) {
      #site-navigation .menu-main-container.show, #site-navigation .menu-main-en-container.show {
        position: absolute;
        right: 25vw; } }
  #site-navigation .menu-main-container #primary-menu, #site-navigation .menu-main-en-container #primary-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      #site-navigation .menu-main-container #primary-menu, #site-navigation .menu-main-en-container #primary-menu {
        -webkit-columns: 2 100px;
                columns: 2 100px; } }
    #site-navigation .menu-main-container #primary-menu > li, #site-navigation .menu-main-en-container #primary-menu > li {
      line-height: 1.4; }
      #site-navigation .menu-main-container #primary-menu > li > a, #site-navigation .menu-main-en-container #primary-menu > li > a {
        padding: 12px 0;
        border-top: 1px solid #ffffff;
        display: block;
        font-size: 2rem;
        font-weight: bold; }
        @media (min-width: 1300px) {
          #site-navigation .menu-main-container #primary-menu > li > a, #site-navigation .menu-main-en-container #primary-menu > li > a {
            font-size: 2.3rem; } }
    #site-navigation .menu-main-container #primary-menu li a, #site-navigation .menu-main-en-container #primary-menu li a {
      color: #ffffff;
      text-decoration: none; }
    #site-navigation .menu-main-container #primary-menu li .sub-menu, #site-navigation .menu-main-en-container #primary-menu li .sub-menu {
      list-style: none;
      margin: 0;
      padding: 0 0 12px; }

body {
  font-family: "OpenEP";
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

a {
  color: #3aaa35;
  text-decoration: none; }
  a:hover {
    color: #3aaa35;
    text-decoration: none; }

div#toplink {
  position: fixed;
  bottom: 24px;
  right: 24px;
  padding: 3px 8px;
  font-size: 24px;
  line-height: 1;
  color: #3aaa35;
  visibility: hidden;
  background-color: #ffffff; }
  div#toplink.show {
    visibility: visible;
    cursor: pointer; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.site-header {
  height: 100px;
  background: #ffffff; }
  @media (min-width: 992px) {
    .site-header .site-branding {
      display: flex; } }
  .site-header .site-branding .logo {
    padding-top: 19px;
    padding-left: 24px; }
    @media (min-width: 992px) {
      .site-header .site-branding .logo {
        padding-top: 24px;
        flex: 0 1 auto; } }
    .site-header .site-branding .logo img {
      display: block;
      width: 150px;
      height: auto; }
      @media (min-width: 992px) {
        .site-header .site-branding .logo img {
          width: 25vw;
          min-width: 150px;
          max-width: 450px; } }
  .site-header .site-branding .site-description {
    display: none; }
  .site-header .site-branding .menu-meta-container, .site-header .site-branding .menu-meta-en-container {
    position: absolute;
    top: 45px;
    left: 24px;
    z-index: 11;
    font-size: 15px; }
    @media (min-width: 992px) {
      .site-header .site-branding .menu-meta-container, .site-header .site-branding .menu-meta-en-container {
        font-size: 18px;
        position: static;
        flex: 1 1 auto; } }
    .site-header .site-branding .menu-meta-container ul, .site-header .site-branding .menu-meta-en-container ul {
      float: right;
      list-style: none;
      margin: 0;
      padding: 1rem 0 0 0; }
      .site-header .site-branding .menu-meta-container ul li, .site-header .site-branding .menu-meta-en-container ul li {
        display: inline; }
        .site-header .site-branding .menu-meta-container ul li a, .site-header .site-branding .menu-meta-en-container ul li a {
          color: #000000;
          text-decoration: none;
          display: inline-block;
          margin-right: 24px; }
    .site-header .site-branding .menu-meta-container .search-submit, .site-header .site-branding .menu-meta-en-container .search-submit {
      display: block;
      width: 20px;
      height: 20px;
      background-color: #ffffff;
      border: 0px solid #ffffff;
      position: absolute;
      top: 15px;
      right: -30px; }
      .site-header .site-branding .menu-meta-container .search-submit i, .site-header .site-branding .menu-meta-en-container .search-submit i {
        font-size: 17px; }
        .site-header .site-branding .menu-meta-container .search-submit i:before, .site-header .site-branding .menu-meta-en-container .search-submit i:before {
          position: absolute;
          bottom: 0;
          left: 0; }
  .site-header .site-branding .language-switch {
    position: absolute;
    top: 8px;
    right: 72px;
    font-size: 15px; }
    @media (min-width: 992px) {
      .site-header .site-branding .language-switch {
        font-size: 18px;
        position: static;
        flex: 0 1 auto;
        padding: 0 24px; } }
    .site-header .site-branding .language-switch ul {
      list-style: none;
      margin-top: 1rem; }
      .site-header .site-branding .language-switch ul li {
        display: inline; }
        .site-header .site-branding .language-switch ul li a {
          color: #bababa;
          text-decoration: none; }
        .site-header .site-branding .language-switch ul li.wpml-ls-current-language a {
          color: #000000; }
  .site-header .site-branding .header-search {
    display: block;
    position: absolute;
    z-index: 100;
    top: 100px;
    left: 0px;
    width: 100%; }
    @media (min-width: 992px) {
      .site-header .site-branding .header-search {
        position: static;
        display: inline-block;
        width: auto;
        flex: 1 1 auto;
        margin-top: 16px; } }
    .site-header .site-branding .header-search .search-form {
      position: absolute;
      left: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .site-header .site-branding .header-search .search-form {
          width: 210px;
          position: relative; } }
      .site-header .site-branding .header-search .search-form label {
        width: 100%;
        margin: 0; }
        @media (min-width: 992px) {
          .site-header .site-branding .header-search .search-form label {
            width: 180px; } }
      .site-header .site-branding .header-search .search-form .search-field {
        width: 100%;
        height: 38px;
        padding: 6px 24px 4px;
        margin: 0;
        box-sizing: border-box;
        -webkit-appearance: none;
        font-size: 15px;
        color: #787878;
        line-height: 1;
        background-color: #efefef;
        border: 1px solid #efefef;
        display: none; }
        .site-header .site-branding .header-search .search-form .search-field.show {
          display: block; }
        @media (min-width: 992px) {
          .site-header .site-branding .header-search .search-form .search-field {
            display: block;
            height: 24px;
            width: 180px;
            padding: 6px 4px 2px; } }
      .site-header .site-branding .header-search .search-form .search-submit {
        display: block;
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border: 0px solid #ffffff;
        position: static; }
        @media (min-width: 992px) {
          .site-header .site-branding .header-search .search-form .search-submit {
            position: absolute;
            top: 4px;
            right: 0; } }
        .site-header .site-branding .header-search .search-form .search-submit i {
          font-size: 19px; }
          .site-header .site-branding .header-search .search-form .search-submit i:before {
            position: absolute;
            bottom: 0;
            left: 0; }

.post-thumbnail {
  height: 40vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .post-thumbnail:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    height: 40vw;
    background-image: url("img/wave2.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain; }

@media (min-width: 992px) {
  #content #primary #main .page-header {
    margin: 0 auto 72px;
    max-width: 1000px; } }

#content #primary #main .entry-header {
  padding: 24px 48px 24px 12px;
  font-size: 15px; }
  @media (min-width: 992px) {
    #content #primary #main .entry-header {
      font-size: 18px;
      padding: 12px 72px;
      border-bottom: 1px solid #000000;
      margin-bottom: 120px; } }
  #content #primary #main .entry-header h1 {
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
    color: #006633;
    margin: 0 4px 4px; }
  #content #primary #main .entry-header a.subnav {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    background-color: #3aaa35;
    color: #ffffff;
    padding: 4px 5px 2px;
    margin-bottom: 4px; }
    #content #primary #main .entry-header a.subnav.active {
      background-color: rgba(58, 170, 53, 0.5); }
  #content #primary #main .entry-header.sticky {
    position: static;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
    z-index: 20; }
    @media (min-width: 992px) {
      #content #primary #main .entry-header.sticky {
        display: block;
        position: fixed;
        top: 0;
        left: 0; } }

#content #primary #main .hentry {
  margin: 0 24px 72px; }
  @media (min-width: 992px) {
    #content #primary #main .hentry {
      margin: 0 auto 72px;
      max-width: 1000px; } }
  #content #primary #main .hentry .entry-content section {
    padding: 24px 0; }
    #content #primary #main .hentry .entry-content section.content h1, #content #primary #main .hentry .entry-content section.content h2, #content #primary #main .hentry .entry-content section.content h3, #content #primary #main .hentry .entry-content section.content h4 {
      color: #006633;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      font-weight: bold !important; }
    #content #primary #main .hentry .entry-content section.content h1 {
      font-size: 2.4em;
      line-height: 1.1;
      margin: 0 0 12px;
      font-weight: bold; }
      @media (min-width: 992px) {
        #content #primary #main .hentry .entry-content section.content h1 {
          font-size: 3.5em; } }
    #content #primary #main .hentry .entry-content section.content table tr th {
      font-weight: bold;
      text-align: left; }
    #content #primary #main .hentry .entry-content section.content table tr td {
      padding: 2px 15px 2px 2px; }
      #content #primary #main .hentry .entry-content section.content table tr td:last-child {
        padding: 2px; }
    #content #primary #main .hentry .entry-content section.intro {
      font-size: 1.6rem;
      color: #3aaa35;
      line-height: 1.2;
      margin-bottom: 48px;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      @media (min-width: 992px) {
        #content #primary #main .hentry .entry-content section.intro {
          font-size: 2.5rem; } }
    #content #primary #main .hentry .entry-content section.image img {
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
    #content #primary #main .hentry .entry-content section.galerie ul.images {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      #content #primary #main .hentry .entry-content section.galerie ul.images li {
        box-sizing: border-box;
        width: 48%;
        margin-right: 2%; }
        #content #primary #main .hentry .entry-content section.galerie ul.images li:nth-child(even) {
          margin-right: 0; }
        @media (min-width: 992px) {
          #content #primary #main .hentry .entry-content section.galerie ul.images li {
            width: 33%;
            margin-right: 0.5%; }
            #content #primary #main .hentry .entry-content section.galerie ul.images li:nth-child(even) {
              margin-right: 0.5%; }
            #content #primary #main .hentry .entry-content section.galerie ul.images li:nth-child(3n+3) {
              margin-right: 0; } }
        #content #primary #main .hentry .entry-content section.galerie ul.images li img {
          width: 100%;
          max-width: 100%;
          height: auto; }
    #content #primary #main .hentry .entry-content section.team ul.ma {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      #content #primary #main .hentry .entry-content section.team ul.ma li {
        display: inline-block;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-position: center center;
        box-sizing: border-box;
        background-repeat: no-repeat;
        width: 100%;
        height: 60vw;
        margin-right: 0;
        margin-bottom: 18px; }
        @media (min-width: 768px) {
          #content #primary #main .hentry .entry-content section.team ul.ma li {
            width: 48%;
            height: 30vw;
            margin-right: 2%;
            margin-bottom: 12px; }
            #content #primary #main .hentry .entry-content section.team ul.ma li:nth-child(even) {
              margin-right: 0; } }
        @media (min-width: 992px) {
          #content #primary #main .hentry .entry-content section.team ul.ma li {
            width: 33%;
            height: 200px;
            margin-right: 0.5%;
            margin-bottom: 6px; }
            #content #primary #main .hentry .entry-content section.team ul.ma li:nth-child(even) {
              margin-right: 0.5%; }
            #content #primary #main .hentry .entry-content section.team ul.ma li:nth-child(3n+3) {
              margin-right: 0; } }
        #content #primary #main .hentry .entry-content section.team ul.ma li .ma-info {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(58, 170, 53, 0.9);
          transition: top 0.1s ease-in-out;
          box-sizing: border-box;
          padding: 1rem;
          color: #ffffff;
          font-size: 18px;
          font-weight: 300; }
          #content #primary #main .hentry .entry-content section.team ul.ma li .ma-info h3 {
            color: #ffffff;
            margin: 0;
            padding: 0;
            font-size: 18px;
            font-weight: 300; }
          #content #primary #main .hentry .entry-content section.team ul.ma li .ma-info .email {
            margin-top: 1em; }
            #content #primary #main .hentry .entry-content section.team ul.ma li .ma-info .email a {
              color: #ffffff; }
              #content #primary #main .hentry .entry-content section.team ul.ma li .ma-info .email a:hover {
                color: #ffffff;
                text-decoration: none; }
        #content #primary #main .hentry .entry-content section.team ul.ma li:hover .ma-info, #content #primary #main .hentry .entry-content section.team ul.ma li .hover .ma-info {
          top: 0; }
    #content #primary #main .hentry .entry-content section.content + section.team {
      padding-top: 0 !important; }
    #content #primary #main .hentry .entry-content section.map iframe {
      width: 100%;
      height: 40vw;
      border: 0;
      min-height: 400px; }

.blog #content #primary {
  padding-top: 96px; }
  .blog #content #primary #main article {
    border-bottom: 2px solid #000000;
    margin-bottom: 24px;
    padding-bottom: 24px; }
    .blog #content #primary #main article .entry-header {
      padding: 0;
      margin-bottom: 0;
      border-bottom-width: 0; }
      .blog #content #primary #main article .entry-header h1.entry-title, .blog #content #primary #main article .entry-header h2.entry-title {
        margin-top: 0; }
        .blog #content #primary #main article .entry-header h1.entry-title a, .blog #content #primary #main article .entry-header h2.entry-title a {
          color: #006633;
          text-decoration: none;
          transition: color 1s; }
          .blog #content #primary #main article .entry-header h1.entry-title a:hover, .blog #content #primary #main article .entry-header h2.entry-title a:hover {
            color: #3aaa35; }
      .blog #content #primary #main article .entry-header .entry-meta .posted-on a {
        font-size: 15px;
        color: #000000;
        text-decoration: none; }

.single #content #primary {
  padding-top: 96px; }
  .single #content #primary #main article {
    border-bottom: none; }
    .single #content #primary #main article .entry-header {
      padding: 0;
      margin-bottom: 0;
      border-bottom-width: 0; }
      .single #content #primary #main article .entry-header h1.entry-title {
        margin-top: 0;
        font-size: 2rem;
        padding: 24px 0 24px; }
        @media (min-width: 768px) {
          .single #content #primary #main article .entry-header h1.entry-title {
            font-size: 3rem; } }
        @media (min-width: 992px) {
          .single #content #primary #main article .entry-header h1.entry-title {
            font-size: 3.5rem; } }
        .single #content #primary #main article .entry-header h1.entry-title a {
          color: #006633;
          text-decoration: none;
          transition: color 1s; }
          .single #content #primary #main article .entry-header h1.entry-title a:hover {
            color: #3aaa35; }
      .single #content #primary #main article .entry-header .entry-meta .posted-on a {
        font-size: 18px;
        color: #000000;
        text-decoration: none; }

.search-results #content #primary #main article, .search-no-results #content #primary #main article {
  border-bottom: 2px solid #000000;
  margin-bottom: 24px;
  padding-bottom: 24px; }
  .search-results #content #primary #main article .entry-header, .search-no-results #content #primary #main article .entry-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom-width: 0; }
    .search-results #content #primary #main article .entry-header h2.entry-title, .search-no-results #content #primary #main article .entry-header h2.entry-title {
      margin-top: 0; }
      .search-results #content #primary #main article .entry-header h2.entry-title a, .search-no-results #content #primary #main article .entry-header h2.entry-title a {
        color: #006633;
        text-decoration: none;
        transition: color 1s; }
    .search-results #content #primary #main article .entry-header .entry-meta .posted-on a, .search-no-results #content #primary #main article .entry-header .entry-meta .posted-on a {
      font-size: 15px;
      color: #000000;
      text-decoration: none; }

.home--grid {
  margin: 24px; }
  .home--grid--sizer {
    width: 32%; }
  .home--grid--gutter {
    width: 2%; }
  .home--grid--item {
    margin-bottom: 1.9vw;
    box-sizing: border-box;
    background-repeat: no-repeat; }
  .home--grid .w1 {
    width: 100%; }
  .home--grid .w2 {
    width: 100%; }
  .home--grid .h1 {
    height: 60vw; }
  .home--grid .h2 {
    height: 120vw; }
  @media (min-width: 768px) {
    .home--grid .w1 {
      width: 32%; }
    .home--grid .w2 {
      width: 66%; }
    .home--grid .h1 {
      height: 20vw; }
    .home--grid .h2 {
      height: 40vw; } }
  .home--grid--link {
    background-color: #006633;
    background-size: 80% 80%;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .home--grid--link h3 {
      color: #ffffff;
      font-size: 2.5rem;
      text-align: center;
      font-weight: bold;
      margin: 2vw; }
      @media (min-width: 768px) {
        .home--grid--link h3 {
          font-size: 3.8vw; } }
      .home--grid--link h3 a {
        text-decoration: none;
        color: #ffffff; }
  .home--grid--bild {
    background-color: #3aaa35;
    background-size: cover;
    background-position: center center; }
  .home--grid--text {
    background-color: rgba(58, 170, 53, 0.5); }
    .home--grid--text h2 {
      margin: 2vw;
      color: #ffffff;
      font-size: 2rem;
      font-weight: normal;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      line-height: 1.3; }
      @media (min-width: 768px) {
        .home--grid--text h2 {
          font-size: 3vw;
          line-height: 1.5; } }
  .home--grid--slider {
    background-color: rgba(58, 170, 53, 0.5);
    color: #006633;
    padding: 2vw; }
    .home--grid--slider .slick-list,
    .home--grid--slider .slick-track,
    .home--grid--slider .slick-slide, .home--grid--slider .slick-slide div {
      height: 100%; }
    .home--grid--slider .slide {
      position: relative;
      height: 100%; }
      .home--grid--slider .slide a {
        display: block;
        text-decoration: none;
        color: #3aaa35; }
        .home--grid--slider .slide a:hover {
          color: #3aaa35; }
        .home--grid--slider .slide a .spitzmarke {
          color: #3aaa35;
          display: block;
          text-align: center;
          font-size: 15px; }
        .home--grid--slider .slide a h3 {
          font-size: 2.5rem;
          font-weight: normal;
          -webkit-hyphens: auto;
              -ms-hyphens: auto;
                  hyphens: auto;
          text-align: center;
          margin-top: 24px;
          line-height: 1.1; }
          @media (min-width: 768px) {
            .home--grid--slider .slide a h3 {
              font-size: 3vw; } }
        .home--grid--slider .slide a img.icon {
          width: 150px;
          max-width: 80%;
          height: auto;
          margin: 1rem auto; }
    .home--grid--slider .slick-dots {
      right: 2vw;
      width: 50%;
      bottom: 2vw;
      text-align: right; }
      .home--grid--slider .slick-dots li {
        width: 8px;
        height: 8px; }
        .home--grid--slider .slick-dots li button {
          width: 8px;
          height: 8px; }
          .home--grid--slider .slick-dots li button:before {
            content: '';
            border: 2px solid #3aaa35;
            width: 8px;
            height: 8px;
            border-radius: 100%; }
        .home--grid--slider .slick-dots li.slick-active button:before {
          background-color: #3aaa35; }
  .home--grid--news {
    background-color: rgba(58, 170, 53, 0.5);
    color: #ffffff;
    padding: 2vw; }
    .home--grid--news .slick-list,
    .home--grid--news .slick-track,
    .home--grid--news .slick-slide, .home--grid--news .slick-slide div {
      height: 100%; }
    .home--grid--news .slide {
      position: relative;
      height: 100%; }
      .home--grid--news .slide .date {
        color: #ffffff; }
      .home--grid--news .slide h3 {
        font-size: 2.5rem;
        font-weight: normal;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; }
        @media (min-width: 768px) {
          .home--grid--news .slide h3 {
            font-size: 3vw; } }
      .home--grid--news .slide a.morelink {
        position: absolute;
        bottom: 0px;
        font-size: 15px;
        color: #ffffff;
        text-decoration: none; }
    .home--grid--news .slick-dots {
      right: 2vw;
      width: 50%;
      bottom: 2vw;
      text-align: right; }
      .home--grid--news .slick-dots li {
        width: 8px;
        height: 8px; }
        .home--grid--news .slick-dots li button {
          width: 8px;
          height: 8px; }
          .home--grid--news .slick-dots li button:before {
            content: '';
            border: 2px solid #ffffff;
            width: 8px;
            height: 8px;
            border-radius: 100%; }
        .home--grid--news .slick-dots li.slick-active button:before {
          background-color: #ffffff; }

.site-footer {
  background: #787878;
  color: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .site-footer {
      flex-direction: row; } }
  .site-footer a {
    color: #ffffff;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: none; }
  @media (min-width: 992px) {
    .site-footer {
      padding: 24px 72px; } }
  .site-footer #footer-left {
    flex: 1 0 auto; }
    .site-footer #footer-left aside.widget {
      font-style: normal;
      font-size: 15px; }
  .site-footer #footer-right {
    flex: 1 0 auto;
    position: relative; }
    .site-footer #footer-right #footer-menu {
      list-style: none;
      margin: 0 0 2em;
      padding: 0;
      font-size: 15px; }
    .site-footer #footer-right #copyright {
      font-style: normal;
      font-size: 15px;
      position: absolute;
      left: 0;
      bottom: 0; }
