@charset "UTF-8";
/*
 Theme Name:   Klimafonds Theme
 Description:  Modernes Theme für Karlsruher Energie- und Klimaschutzagentur
 Author:       NetFactory
 Author URI:   https://www.net-factory.de/
 Version:      1.0
 Text Domain:  kek-theme
*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700|Raleway&display=swap");
html {
  padding: 0;
  margin: 0; }

body {
  font-family: Quicksand, sans-serif !important; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #9fc226;
    font-family: Raleway, sans-serif; }
  body a {
    color: #009FE3;
    text-decoration: none; }
    body a:hover {
      color: #00587d; }
  body .alignright {
    float: right;
    margin: 0 0 1rem 1rem; }
  body .alignleft {
    float: left;
    margin: 0 1rem 1rem 0; }
  body ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }
  body.navbar-fixed-top {
    margin-top: 70px;
    transition: margin 0.2s ease; }
  body.navbar-compressed.navbar-fixed-top {
    padding-top: 40px; }
  body.navbar-compressed #masthead .navbar {
    height: 40px; }
    body.navbar-compressed #masthead .navbar .navbar-toggler {
      margin: 5px 0; }
  body #masthead {
    background-color: #9fc226;
    padding: 0; }
    body #masthead .navbar {
      padding: 0;
      height: 60px;
      transition: height 200ms ease; }
      body #masthead .navbar .navbar-brand {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff; }
        body #masthead .navbar .navbar-brand img {
          display: block;
          max-height: 100%;
          padding: 5px 10px; }
      body #masthead .navbar .navbar-toggler {
        margin: 15px 0;
        transition: margin 200ms ease; }
      body #masthead .navbar .main-nav-container {
        background: #9fc226; }
      body #masthead .navbar .dropdown-item:hover, body #masthead .navbar .dropdown-item:focus {
        background: transparent;
        color: #e8f3c1;
        box-shadow: inset 0 -3px 0 0 #e8f3c1; }
      body #masthead .navbar #main-nav {
        margin: 0 auto;
        background-color: #9fc226; }
        body #masthead .navbar #main-nav .nav-item .nav-link {
          position: relative;
          font-weight: 400 !important;
          font-size: 15px;
          text-transform: uppercase;
          line-height: 60px;
          padding: 0 1rem;
          box-shadow: inset 0 0 0 0 #e8f3c1;
          transition: box-shadow 0.2s ease, line-height 0.2s ease;
          color: #fff; }
          body #masthead .navbar #main-nav .nav-item .nav-link:before {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 2px;
            height: 13px;
            background: #e8f3c1;
            bottom: 0;
            margin: auto; }
          body #masthead .navbar #main-nav .nav-item .nav-link:hover {
            color: #fff;
            box-shadow: inset 0 -3px 0 0 #e8f3c1; }
        body #masthead .navbar #main-nav .nav-item:last-of-type .nav-link:before {
          background: none; }
        @media (max-width: 1200px) {
          body #masthead .navbar #main-nav .nav-item .nav-link:before {
            background: none; } }
        body #masthead .navbar #main-nav .top-nav-search {
          box-shadow: none !important; }
          body #masthead .navbar #main-nav .top-nav-search i {
            color: #fff; }
      body #masthead .navbar .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%; }
      body #masthead .navbar .dropdown-menu {
        padding: 0;
        margin: 0;
        background-color: #9fc226;
        border: 0;
        border-radius: 0; }
        body #masthead .navbar .dropdown-menu li, body #masthead .navbar .dropdown-menu li a {
          color: #fff;
          font-size: 15px;
          transition: background-color 100ms ease, color 100ms ease; }
      body #masthead .navbar .dropdown-toggle::after {
        display: none; }
    @media screen and (max-width: 1200px) {
      body #masthead .navbar #main-nav .top-nav-search {
        background-color: #fff;
        border-bottom: 1px solid #9fc226;
        border-radius: 0; }
        body #masthead .navbar #main-nav .top-nav-search i {
          color: #9fc226; }
          body #masthead .navbar #main-nav .top-nav-search i:after {
            content: 'Suche';
            font-family: Quicksand, sans-serif;
            font-size: 18px;
            padding-left: 10px; }
      body #masthead .dropdown-submenu > .dropdown-menu {
        padding-left: 15px; } }
  body .hero-stage {
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed; }
    body .hero-stage .container {
      display: flex;
      align-items: center; }
      body .hero-stage .container .hero-logo-container {
        display: inline-block; }
        body .hero-stage .container .hero-logo-container .hero-logo {
          position: relative; }
          body .hero-stage .container .hero-logo-container .hero-logo img {
            position: relative;
            padding: 2rem; }
          body .hero-stage .container .hero-logo-container .hero-logo:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: -800px;
            border-radius: 0 5px 5px 0; }
      body .hero-stage .container .hero-nav-container {
        margin-top: 1.5rem; }
        body .hero-stage .container .hero-nav-container #menu-hero li {
          position: relative; }
          body .hero-stage .container .hero-nav-container #menu-hero li:after {
            content: '';
            width: 90%;
            height: 1px;
            background: #9fc226;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 0); }
        body .hero-stage .container .hero-nav-container ul {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-between; }
        body .hero-stage .container .hero-nav-container li {
          display: block;
          list-style-type: none;
          background: #9fc226;
          overflow: hidden;
          flex: 1;
          transition: background 200ms ease; }
          body .hero-stage .container .hero-nav-container li a {
            display: block;
            width: 100%;
            text-align: center;
            color: #fff;
            font-family: Quicksand, sans-serif;
            font-size: 18px;
            padding: 0.75rem 0;
            transition: color 200ms ease; }
          body .hero-stage .container .hero-nav-container li:hover {
            background-color: #fff; }
            body .hero-stage .container .hero-nav-container li:hover a {
              color: #9fc226; }
          body .hero-stage .container .hero-nav-container li a.active {
            background: #fff;
            color: #9fc226; }
          body .hero-stage .container .hero-nav-container li:first-of-type {
            border-top-left-radius: 5px; }
          body .hero-stage .container .hero-nav-container li:last-of-type {
            border-top-right-radius: 5px; }
    @media (max-width: 575px) {
      body .hero-stage .hero-logo-container {
        width: 100%; }
        body .hero-stage .hero-logo-container .hero-logo {
          margin: 0 auto;
          text-align: center; }
          body .hero-stage .hero-logo-container .hero-logo:before {
            right: -800px !important; }
          body .hero-stage .hero-logo-container .hero-logo img {
            max-height: 200px; } }
    @media (max-width: 767px) {
      body .hero-stage .hero-logo-container {
        width: 100%; }
        body .hero-stage .hero-logo-container .hero-logo {
          margin: 0 auto;
          text-align: center; }
          body .hero-stage .hero-logo-container .hero-logo:before {
            right: -800px !important; }
          body .hero-stage .hero-logo-container .hero-logo img {
            max-height: 400px; } }
  body .hero-stage-small {
    overflow: hidden; }
    body .hero-stage-small .container {
      display: flex;
      align-items: center; }
      body .hero-stage-small .container .hero-logo-container {
        display: inline-block;
        max-width: 100%; }
        body .hero-stage-small .container .hero-logo-container .hero-logo {
          position: relative;
          padding: 1rem 0 1rem 0; }
          body .hero-stage-small .container .hero-logo-container .hero-logo .hero-text {
            position: relative;
            color: #373737;
            font-size: 42px;
            font-family: Quicksand, sans-serif;
            width: 100%; }
          body .hero-stage-small .container .hero-logo-container .hero-logo:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: -800px;
            border-radius: 0 5px 5px 0; }
      body .hero-stage-small .container .hero-nav-container ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
      body .hero-stage-small .container .hero-nav-container li {
        display: block;
        list-style-type: none;
        background: #9fc226;
        flex: 1 1 0;
        margin: 20px;
        border-radius: 5px; }
        body .hero-stage-small .container .hero-nav-container li a {
          text-align: center;
          color: #fff;
          font-family: Quicksand, sans-serif;
          font-size: 18px;
          padding: 1rem 0; }
    @media (max-width: 575px) {
      body .hero-stage-small .hero-logo-container .hero-logo .hero-text {
        font-size: 20px; } }
    @media (max-width: 767px) {
      body .hero-stage-small .hero-logo-container {
        width: 100%; }
        body .hero-stage-small .hero-logo-container .hero-logo {
          margin: 0 auto;
          text-align: center; }
          body .hero-stage-small .hero-logo-container .hero-logo .hero-text {
            font-size: 30px !important; }
          body .hero-stage-small .hero-logo-container .hero-logo:before {
            right: -800px !important; } }
    @media (min-width: 768px) {
      body .hero-stage-small .hero-logo-container .hero-logo {
        padding: 1rem 3rem 1rem 0 !important; } }
  body #menu-hero-tabs {
    position: relative;
    border-radius: 0 0 5px 5px;
    overflow: hidden; }
    body #menu-hero-tabs .tab-pane.active {
      position: relative;
      display: flex;
      background: #fff; }
      body #menu-hero-tabs .tab-pane.active a {
        position: relative;
        display: flex;
        align-items: center;
        flex: 1; }
        body #menu-hero-tabs .tab-pane.active a span.post-title {
          color: #009FE3; }
        body #menu-hero-tabs .tab-pane.active a:after {
          content: '';
          position: absolute;
          background: #9fc226;
          width: 90%;
          height: 1px;
          left: 50%;
          transform: translate(-50%, 0);
          bottom: 0; }
        body #menu-hero-tabs .tab-pane.active a:last-of-type:after {
          background: transparent; }
        body #menu-hero-tabs .tab-pane.active a .panelicon {
          color: #9fc226;
          font-size: 40px;
          z-index: 1;
          transition: color 200ms ease;
          margin: 0 16px; }
        body #menu-hero-tabs .tab-pane.active a .post-info {
          display: flex;
          flex-direction: column;
          align-content: start; }
          body #menu-hero-tabs .tab-pane.active a .post-info .post-title {
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            z-index: 1;
            transition: color 200ms ease; }
          body #menu-hero-tabs .tab-pane.active a .post-info .post-description {
            font-size: 14px;
            color: #000;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            z-index: 1;
            transition: color 200ms ease; }
  @media screen and (min-width: 768px) {
    body #menu-hero-tabs a {
      position: relative;
      flex-direction: column;
      display: flex;
      align-items: center;
      padding: 40px 20px !important; }
      body #menu-hero-tabs a:after {
        right: 0;
        width: 1px !important;
        height: 50% !important;
        top: 50% !important;
        left: auto !important;
        bottom: auto !important;
        transform: translate(0, -50%) !important; }
      body #menu-hero-tabs a .panelicon {
        color: #9fc226;
        margin-bottom: 20px !important;
        font-size: 60px !important;
        z-index: 1;
        transition: color 200ms ease; }
      body #menu-hero-tabs a .post-info {
        align-content: inherit !important;
        align-items: center !important; }
        body #menu-hero-tabs a .post-info .post-title {
          font-size: 18px;
          font-weight: bold;
          text-align: center !important;
          z-index: 1;
          transition: color 200ms ease; }
        body #menu-hero-tabs a .post-info .post-description {
          font-size: 14px;
          color: #000;
          max-width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          z-index: 1;
          transition: color 200ms ease; }
      body #menu-hero-tabs a:before {
        content: '';
        position: absolute;
        background: #9fc226;
        top: 50%;
        left: 50%;
        right: 50%;
        bottom: 50%;
        border-radius: 5px;
        transition: top 200ms ease, left 200ms ease, right 200ms ease, bottom 200ms ease; }
      body #menu-hero-tabs a:hover .panelicon, body #menu-hero-tabs a:hover .post-title, body #menu-hero-tabs a:hover .post-description {
        color: #fff !important; }
      body #menu-hero-tabs a:hover:before {
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 5%; } }
  body .container-fluid.main-container {
    padding: 0;
    overflow: hidden; }
  body .main-container {
    margin-bottom: 15px;
    overflow: hidden; }
    body .main-container.splitted .col-md-8.content-area .row.content-area {
      border-radius: 5px; }
      body .main-container.splitted .col-md-8.content-area .row.content-area #primary.content-area {
        padding: 30px;
        max-width: 100%;
        width: 100%; }
    body .main-container.splitted .col-md-4.sidebar-area .row.sidebar-area {
      border-radius: 5px; }
      body .main-container.splitted .col-md-4.sidebar-area .row.sidebar-area #sidebar {
        padding: 30px;
        max-width: 100%;
        width: 100%; }
    @media screen and (min-width: 768px) {
      body .main-container.splitted .col-md-8.content-area .row.content-area {
        margin-right: -8px; }
      body .main-container.splitted .col-md-4.sidebar-area .row.sidebar-area {
        margin-left: -8px; } }
    body .main-container #primary.content-area {
      padding-bottom: 30px; }
    body .main-container .block-header {
      color: #9fc226;
      font-size: 28px;
      font-weight: bold;
      font-family: Raleway, sans-serif;
      margin-bottom: 0.5rem; }
    body .main-container article footer.entry-footer {
      background: transparent;
      padding-bottom: 15px;
      color: #212529; }
      body .main-container article footer.entry-footer .edit-link {
        position: relative; }
        body .main-container article footer.entry-footer .edit-link a {
          position: absolute;
          display: block;
          width: 100%;
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap; }
        body .main-container article footer.entry-footer .edit-link:before {
          position: relative;
          font-family: "Font Awesome 5 Free";
          content: "\f044"; }
        body .main-container article footer.entry-footer .edit-link:after {
          content: "Bearbeiten";
          padding-left: 10px; }
    body .main-container .kek-postcarousel-layout-1 .slick-arrow.htmega-carosul-prev {
      left: 15px;
      z-index: 1; }
    body .main-container .kek-postcarousel-layout-1 .slick-arrow.htmega-carosul-next {
      right: 15px; }
    body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 {
      background: #fff; }
      body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content {
        margin: 20px 10px 10px 10px; }
        body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-date {
          text-align: center; }
          body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-date span {
            color: #9fc226;
            font-size: 32px;
            font-weight: bold;
            border-top: 1px solid #9fc226;
            border-bottom: 1px solid #9fc226; }
        body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-title {
          text-align: center;
          margin: 10px 0; }
          body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-title span {
            color: #9fc226; }
        body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-time, body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-location {
          font-weight: bold;
          margin-bottom: 5px; }
          body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-time .title, body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-location .title {
            color: #9fc226; }
        body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .event-content {
          text-align: justify;
          margin: 0; }
        body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .meta {
          margin-top: 10px; }
        body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .post-btn {
          margin-top: 10px; }
          body .main-container .kek-postcarousel-layout-1 .slick-slide .kek-postslider-layout-1 .content .post-btn a {
            color: #fff;
            background: #9fc226;
            display: block;
            text-align: center;
            padding: 10px 0px;
            border-radius: 5px; }
    body .main-container .kek-postcarousel-layout-2 .slick-arrow.htmega-carosul-prev {
      left: 15px;
      z-index: 1; }
    body .main-container .kek-postcarousel-layout-2 .slick-arrow.htmega-carosul-next {
      right: 15px; }
    body .main-container .kek-postcarousel-layout-2 .slick-slide .kek-postslider-layout-2 {
      height: 400px;
      border-radius: 5px;
      overflow: hidden; }
      body .main-container .kek-postcarousel-layout-2 .slick-slide .kek-postslider-layout-2 a .project-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        background-position: center center;
        background-size: cover;
        transition: transform 700ms ease; }
      body .main-container .kek-postcarousel-layout-2 .slick-slide .kek-postslider-layout-2 a .project-informations {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40%;
        z-index: 1;
        background-color: rgba(159, 194, 38, 0.8);
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: height 500ms, background-color 700ms; }
        body .main-container .kek-postcarousel-layout-2 .slick-slide .kek-postslider-layout-2 a .project-informations .project-title {
          color: #fff;
          text-align: center; }
          body .main-container .kek-postcarousel-layout-2 .slick-slide .kek-postslider-layout-2 a .project-informations .project-title span {
            display: block; }
      body .main-container .kek-postcarousel-layout-2 .slick-slide .kek-postslider-layout-2 a:hover .project-informations {
        height: 100%;
        background-color: rgba(159, 194, 38, 0.5); }
      body .main-container .kek-postcarousel-layout-2 .slick-slide .kek-postslider-layout-2 a:hover .project-image {
        transform: scale(1.2); }
      body .main-container .kek-postcarousel-layout-2 .slick-slide .kek-postslider-layout-2 a:hover .project-title {
        color: #fff; }
    body .main-container .kek-post-grid-layout-1 {
      display: block; }
      body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper {
        position: relative;
        padding: 0 5px;
        width: 100%; }
        body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element {
          position: relative;
          width: 100%;
          display: block;
          margin-bottom: 15px; }
          body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .element-image {
            position: relative;
            width: 100%; }
            body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .element-image img {
              border-radius: 5px;
              height: 100%;
              width: 100%;
              object-fit: cover; }
          body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .element-informations {
            width: 100%;
            padding-bottom: 40px; }
            body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .element-informations .element-meta {
              font-weight: bold;
              font-size: 0.75rem; }
            body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .element-informations .element-title {
              font-weight: bold;
              font-size: 1.5rem; }
          body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .post-btn {
            position: absolute;
            bottom: 0;
            right: 0; }
            body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .post-btn a {
              display: inline-block;
              padding: 5px 10px;
              color: #fff;
              background: #9fc226;
              border-radius: 5px; }
    @media screen and (min-width: 576px) {
      body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element {
        display: flex; }
        body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .element-image {
          width: 50%;
          padding-right: 10px; }
        body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper .post-grid-element .element-informations {
          width: 50%; } }
    @media screen and (min-width: 992px) {
      body .main-container .kek-post-grid-layout-1 {
        display: flex; }
        body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper.first .post-grid-element {
          height: 100%; }
          body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper.first .post-grid-element .element-image {
            position: absolute;
            padding: 0;
            height: auto;
            width: auto;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px; }
          body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper.first .post-grid-element .element-informations {
            position: absolute;
            z-index: 1;
            width: 100%;
            background: rgba(0, 0, 0, 0.8);
            border-radius: 0 0 5px 5px;
            left: 0;
            bottom: 0;
            color: #fff;
            padding: 10px 10px 40px 10px; }
          body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper.first .post-grid-element .post-btn {
            z-index: 2; }
        body .main-container .kek-post-grid-layout-1 .post-grid-element-wrapper.second .post-grid-element:last-of-type {
          margin: 0; } }
    body .main-container .wpcf7 {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto; }
      body .main-container .wpcf7 input, body .main-container .wpcf7 textarea {
        width: 100%; }
      body .main-container .wpcf7 label {
        display: block; }
      body .main-container .wpcf7 input[type=submit] {
        background-color: #9fc226;
        color: #fff; }
    body .main-container #sidebar ul {
      padding: 0;
      list-style: none; }
    body .main-container #sidebar .widget-title {
      font-family: Raleway, sans-serif;
      font-size: 20px;
      margin: 30px 0 10px 0; }
    body .main-container #sidebar .widget_search .widget_header {
      margin: 0; }
    body .main-container #sidebar .widget_recent_entries .post {
      margin-bottom: 15px;
      border-radius: 5px; }
      body .main-container #sidebar .widget_recent_entries .post .post-image a {
        display: block;
        height: 100%;
        border: 1px solid #9fc226;
        border-radius: 5px; }
        body .main-container #sidebar .widget_recent_entries .post .post-image a img {
          width: 100%;
          height: auto;
          border-radius: 5px; }
      body .main-container #sidebar .widget_recent_entries .post .post-image.no-image {
        background: url(inc/assets/img/logo_kf.png) center no-repeat;
        background-size: 30% auto; }
      body .main-container #sidebar .widget_recent_entries .post .post-date {
        font-size: 12px;
        color: #3c3c3c; }
        body .main-container #sidebar .widget_recent_entries .post .post-date i {
          color: #9fc226; }
    body .main-container #sidebar .cat-post-widget .category-posts-internal {
      margin: 0;
      padding: 0; }
  body #searchform input {
    border-radius: 5px 0 0 5px; }
  body #searchform button {
    background-color: #9fc226;
    color: #fff;
    border-radius: 0 5px 5px 0; }
  body.search .search-section-title {
    color: #9fc226;
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    font-size: 28px; }
  body.search .post, body.search .page {
    margin-bottom: 15px;
    border-radius: 5px; }
    body.search .post .post-image a, body.search .page .post-image a {
      display: block;
      height: 100%; }
      body.search .post .post-image a img, body.search .page .post-image a img {
        width: 100%;
        height: auto;
        border-radius: 5px; }
    body.search .post .post-image.no-image, body.search .page .post-image.no-image {
      background: url(inc/assets/img/logo_kf.png) center no-repeat;
      background-size: 30% auto; }
    body.search .post .post-date, body.search .page .post-date {
      font-size: 12px;
      color: #3c3c3c; }
  body footer {
    color: #fff;
    background-color: #fff; }
    body footer .top-field {
      position: relative;
      background: #9fc226;
      padding: 1.5rem 0 5rem 0; }
      body footer .top-field:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("inc/assets/img/dotted-worldmap.png") no-repeat;
        background-position: center 2rem;
        background-size: 90%;
        opacity: 0.1; }
      body footer .top-field .footer-header {
        font-size: 28px;
        font-weight: bold;
        font-family: Raleway, sans-serif;
        color: #fff; }
      body footer .top-field #footer-nav a, body footer .top-field .social_media_links a {
        color: #fff;
        text-transform: uppercase; }
        body footer .top-field #footer-nav a:hover, body footer .top-field .social_media_links a:hover {
          color: #e8f3c1; }
        body footer .top-field #footer-nav a:after, body footer .top-field .social_media_links a:after {
          content: none; }
        body footer .top-field #footer-nav a i, body footer .top-field .social_media_links a i {
          display: none; }
      body footer .top-field .footer-posts .footer-post {
        padding-bottom: 2rem; }
        body footer .top-field .footer-posts .footer-post .footer-post-time {
          font-size: 12px; }
        body footer .top-field .footer-posts .footer-post .footer-post-title {
          font-size: 18px;
          font-family: Raleway, sans-serif;
          margin-bottom: 1rem; }
        body footer .top-field .footer-posts .footer-post .footer-post-further a {
          color: #fff;
          text-decoration: underline; }
          body footer .top-field .footer-posts .footer-post .footer-post-further a:hover {
            color: #e8f3c1; }
    body footer .bottom-bar {
      min-height: 70px; }
      body footer .bottom-bar .footer-logo {
        max-width: 100px;
        max-height: 40px;
        margin: 0 3rem; }
      body footer .bottom-bar .footer-copyright-container {
        padding: 1rem 3rem;
        font-size: 12px;
        color: #9fc226; }
    body footer .top-nav-search {
      display: none; }
  body .page-not-found .page-not-found-logo img {
    max-height: 100px; }
  body .page-not-found .page-not-found-404 {
    font-size: 124px;
    line-height: 124px; }
    body .page-not-found .page-not-found-404 i {
      font-size: 108px;
      color: #9fc226; }
  body .page-not-found .page-not-found-title {
    font-family: Raleway, sans-serif;
    font-size: 32px; }
  body .page-not-found .page-not-found-description {
    font-family: Raleway, sans-serif; }
  body .page-not-found .page-not-found-solution {
    font-family: Quicksand, sans-serif; }
  body .page-not-found .page-not-found-link .btn {
    background: #9fc226; }
  body .searchbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 9900;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0; }
    body .searchbar-overlay .searchbar-title {
      background: #9fc226;
      color: #fff;
      padding: 3px 6px;
      margin-bottom: 6px;
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      border-radius: 5px; }
    body .searchbar-overlay .searchbar-wrapper {
      position: relative; }
      body .searchbar-overlay .searchbar-wrapper #searchform {
        display: flex; }
        body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-input-wrapper {
          flex: 1;
          background-color: #9fc226;
          border-radius: 5px;
          padding: 15px; }
          body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-input-wrapper .searchbar-input {
            width: 100%;
            border: 0;
            background-color: #fff;
            border-radius: 5px;
            padding: 5px 10px; }
        body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper {
          background-color: #9fc226;
          border-radius: 5px;
          padding: 15px;
          margin-left: 5px; }
          body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper .searchbar-submit {
            position: relative;
            display: block;
            width: 34px;
            height: 34px;
            cursor: pointer;
            background-color: transparent;
            border: 0; }
            body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper .searchbar-submit #s-circle {
              position: absolute;
              top: 12px;
              left: 5px;
              width: 20px;
              height: 20px;
              margin-top: 0;
              border: 4px solid #fff;
              background-color: transparent;
              border-radius: 10px;
              transform: translate(0, -50%);
              transition: 100ms ease all; }
            body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper .searchbar-submit span {
              position: absolute;
              top: 21px;
              left: 16px;
              display: block;
              width: 15px;
              height: 5px;
              background-color: transparent;
              border-radius: 10px;
              transform: rotateZ(52deg);
              transition: 100ms ease all; }
              body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper .searchbar-submit span:before, body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper .searchbar-submit span:after {
                content: '';
                position: absolute;
                bottom: 0;
                right: 0;
                width: 15px;
                height: 5px;
                background-color: #fff;
                border-radius: 10px;
                transform: rotateZ(0);
                transition: 100ms ease all; }
            body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper .searchbar-submit:hover #s-circle {
              height: 0;
              width: 22px;
              top: 50%;
              border-width: 3px;
              border-radius: 2px; }
            body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper .searchbar-submit:hover span {
              top: 10px; }
              body .searchbar-overlay .searchbar-wrapper #searchform .searchbar-submit-wrapper .searchbar-submit:hover span:after {
                transform: rotateZ(-102deg);
                bottom: -5px;
                right: -7px; }
      body .searchbar-overlay .searchbar-wrapper .top-nav-search {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, -100%);
        color: #9fc226;
        font-size: 34px;
        line-height: 34px;
        box-shadow: none !important; }
  body.searchbar-visible .searchbar-overlay {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 100ms linear; }

.square {
  position: relative;
  width: 100%; }
  .square:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .square .square_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.elementor .elementor-column-wrap {
  padding: 0 !important; }

@media all and (max-width: 767px) and (-ms-high-contrast: none), all and (max-width: 767px) and (-ms-high-contrast: active) {
  #menu-hero-tabs .tab-pane a {
    flex: auto !important; } }
@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
  #menu-hero-tabs .tab-pane a {
    flex: 1 !important; }
    #menu-hero-tabs .tab-pane a .post-info, #menu-hero-tabs .tab-pane a .post-title, #menu-hero-tabs .tab-pane a .post-description {
      width: 100%;
      text-align: center; } }

/*# sourceMappingURL=style.css.map */
