@charset "UTF-8";
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Mixinx
   ========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
.bg-light-green {
  background-color: #f4f7f4;
  width: 100%;
  clear: both;
  display: inline-block;
}

.bg-dark {
  background-color: #4a5156;
}

.bg-image {
  background-size: cover;
  background-position: center;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 999;
}

.text-white {
  color: white;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.spacer-small {
  display: block;
  margin-bottom: 0.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   lazyload
   ========================================================================== */
/*
img.lazyload {
    opacity: 0;
    transition: opacity 0.5s ease;
}

img.lazyloading {
    opacity: 1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms, opacity 100ms;
    -webkit-transition: filter 400ms, -webkit-filter 400ms, opacity 100ms;
}

img.lazyloaded {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
*/
/* ==========================================================================
   Base
   ========================================================================== */
*,
:after,
:before {
  box-sizing: border-box;
}

/* ==========================================================================
   smooth scrolling behaviour for mordern browsers
   ========================================================================== */
html,
.page-wrapper {
  scroll-behavior: smooth;
}

/*
.page-wrapper *[id]:before {
    content: "";
    padding-top: 100px;
    margin-top: -100px;
    display: block;
    z-index: -1;
}
*/
/*
%scroll-to-anchor-offset {
    content: "";
    padding-top: $navbar-height;
    margin-top: -$navbar-height;
    display: block;
    z-index: -1;
}

.scroll-target:before {
    @extend %scroll-to-anchor-offset;
}

.article-detail .article-body *[id]:before {
    @extend %scroll-to-anchor-offset;
}

.article-detail .ce-tabs-panel:before {
    @extend %scroll-to-anchor-offset;
}
*/
:target:before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}

#article-bottom-container :target:before {
  content: "";
  display: block;
  height: 180px;
  margin: -180px 0 0;
}

/* ==========================================================================
   Base
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  background-color: #f4f7f4;
  overflow-x: hidden;
}

.page-wrapper {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .page-wrapper {
    padding-top: 70px;
  }
}
/* ==========================================================================
   Selection
   ========================================================================== */
::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
p::-moz-selection,
ul::-moz-selection,
ol::-moz-selection,
li::-moz-selection,
span::-moz-selection,
strong::-moz-selection,
a::-moz-selection,
div::-moz-selection,
small::-moz-selection,
input::-moz-selection,
table::-moz-selection,
img::-moz-selection {
  color: white;
  background-color: #256226;
}

::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
ul::selection,
ol::selection,
li::selection,
span::selection,
strong::selection,
a::selection,
div::selection,
small::selection,
input::selection,
table::selection,
img::selection {
  color: white;
  background-color: #256226;
}

/* ==========================================================================
   Video
   ========================================================================== */
video {
  max-width: 100%;
}

/* ==========================================================================
   iframe
   ========================================================================== */
iframe {
  border: none;
}

/* Chevron */
.back-to-top:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-top: 0;
  border-left: 0.3em solid transparent;
}

/* ==========================================================================
   Image
   ========================================================================== */
.article-detail-pagelink-container {
  display: none;
}

/* ==========================================================================
   <sup> and <sub>
   ========================================================================== */
sub,
sup {
  line-height: 0;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Copse
   ========================================================================== */
@font-face {
  font-family: "Copse";
  src: url("../Fonts/Copse/copse-regular-webfont.woff2") format("woff2"), url("../Fonts/Copse/copse-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Muli
   ========================================================================== */
@font-face {
  font-family: "Muli";
  src: url("../Fonts/Muli/muli-regular-webfont.woff2") format("woff2"), url("../Fonts/Muli/muli-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../Fonts/Muli/muli-bold-webfont.woff2") format("woff2"), url("../Fonts/Muli/muli-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  src: url("../Fonts/Iconfont/iconfont.ttf?tmfxfh") format("truetype"), url("../Fonts/Iconfont/iconfont.woff?tmfxfh") format("woff"), url("../Fonts/Iconfont/iconfont.svg?tmfxfh#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-delete:before {
  content: "\e91c";
}

.icon-edit:before {
  content: "\e91d";
}

.icon-logout:before {
  content: "\e91a";
}

.icon-share-arrow:before {
  content: "\e918";
}

.icon-share:before {
  content: "\e919";
}

.icon-rss:before {
  content: "\e917";
}

.icon-print:before {
  content: "\e916";
}

.icon-rating:before,
.icon-leaf:before {
  content: "\e911";
}

.icon-leaf-half:before {
  content: "\e912";
}

.icon-leaf-outline:before {
  content: "\e913";
}

.icon-home:before {
  content: "\e900";
}

.icon-dossier:before {
  content: "\e901";
}

.icon-lightbulb:before {
  content: "\e902";
}

.icon-chart:before {
  content: "\e903";
}

.icon-comment:before {
  content: "\e904";
}

.icon-created:before,
.icon-date:before {
  content: "\e905";
}

.icon-user:before {
  content: "\e906";
}

.icon-hearth:before {
  content: "\e907";
}

.icon-pinn:before {
  content: "\e908";
}

.icon-grid:before {
  content: "\e909";
}

.icon-list:before {
  content: "\e90a";
}

.icon-filter:before {
  content: "\e90b";
}

.icon-sort:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e90f";
}

.icon-menu:before {
  content: "\e910";
}

.icon-article:before {
  content: "\e914";
}

.icon-article-list:before {
  content: "\e915";
}

.icon-check:before {
  content: "\e91b";
}

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  color: #4a5156;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Copse", serif;
  font-weight: normal;
  color: #256226;
  word-break: break-word;
  margin: 2rem 0 1rem;
}
@media (max-width: 991.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 2rem 0 1rem;
  }
}

h1,
.h1 {
  font-size: 48px;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 1.5rem;
  }
}

h2,
.h2 {
  font-size: 36px;
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 1.25rem;
  }
}

h3,
.h3 {
  font-size: 28px;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 1.125rem;
  }
}

h4,
.h4 {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  h4,
  .h4 {
    font-size: 1rem;
  }
}

h5,
.h5 {
  font-size: 19px;
}
@media (max-width: 991.98px) {
  h5,
  .h5 {
    font-size: 1rem;
  }
}

h6,
.h6 {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

small {
  font-size: 12px;
}

.lead {
  font-size: 19px;
}

.small {
  font-size: 14px;
}

.text-justify {
  text-align: justify;
}

p {
  margin: 0 0 1.5rem;
}

a {
  cursor: pointer;
  color: #256226;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #73be1d;
}

.cke_editable ul,
.ck-editor__editable ul,
.frame ul {
  padding-left: 1rem;
}
.cke_editable ul li,
.ck-editor__editable ul li,
.frame ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0.5rem;
}
.cke_editable ul li:before,
.ck-editor__editable ul li:before,
.frame ul li:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23256226' viewBox='0 0 5.729 10'%3E%3Cpath d='M5.511, 4.489, 1.223.2A.719.719, 0, 0, 0, 0.72, 0a.719.719, 0, 0, 0-.5.2.689.689, 0, 0, 0, 0, 1.005L4, 4.992.218, 8.777a.689.689, 0, 0, 0, 0, 1.005.811.811, 0, 0, 0, 0.226.168A.661.661, 0, 0, 0, 0.72, 10, 0.661.661, 0, 0, 0, 1, 9.95a.811.811, 0, 0, 0, 0.226-.168L5.511, 5.494a.689.689, 0, 0, 0, 0-1.005Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 0.375rem;
  height: 0.625rem;
  height: 1.5rem;
  position: absolute;
  left: -1rem;
  transition: all 0.3s ease;
}

.cke_editable ol,
.ck-editor__editable ol,
.frame ol {
  padding-left: 2rem;
  list-style: none;
  counter-reset: li;
}
.cke_editable ol li,
.ck-editor__editable ol li,
.frame ol li {
  counter-increment: li;
  position: relative;
  margin-bottom: 0.5rem;
}
.cke_editable ol li:before,
.ck-editor__editable ol li:before,
.frame ol li:before {
  content: "." counter(li);
  display: inline-block;
  color: #256226;
  font-family: "Copse", serif;
  margin-top: 1px;
  text-align: right;
  direction: rtl;
  position: absolute;
  margin-left: -2rem;
  width: 1.5rem;
}

ul.list {
  margin: 0 0 1.5rem;
  padding: 0;
  padding-left: 0.5rem;
  list-style: none;
  position: relative;
}
ul.list li:before {
  content: "·";
  position: absolute;
  left: 0;
  color: #256226;
}

.text-primary {
  color: #256226;
}

.text-muted {
  color: #555555;
}

.text-black {
  color: #000;
}

.text-error {
  color: #dc3545;
}

.img-table-caption {
  font-size: 1rem;
}

blockquote {
  display: block;
  margin: 0;
  padding: 0.25rem;
  padding-left: 1.5rem;
  border-left: 4px solid #256226;
  margin-bottom: 1.5rem;
  font-style: normal;
}
blockquote p:last-child {
  margin-bottom: 0;
}

blockquote.blockquote-box {
  overflow: hidden;
  background-color: #f4f7f4;
  display: block;
  margin: 0;
  padding: 1.5rem;
  border-left: none;
  margin-bottom: 1.5rem;
}
blockquote.blockquote-box p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */
/* ==========================================================================
   Menu
   ========================================================================== */
.navbar {
  background-color: white;
}

.navbar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 60px;
}

.navbar-brand img {
  width: 120px;
  height: auto;
}

.navbar-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-brand {
  display: block;
}

.navbar-brand img {
  display: block;
}

.navbar ul {
  list-style: none;
  padding: 0;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.navbar ul li a,
.navbar ul li .nav-link {
  font-size: 0.875rem;
}

.navbar-nav > li > a,
.navbar-nav > li > .nav-link {
  color: #256226;
  font-weight: bold;
  padding: 1.3rem 15px;
  min-height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus,
.navbar-nav > li > .nav-link:hover,
.navbar-nav > li > .nav-link:focus {
  color: #73be1d;
}

.navbar-nav > li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

#waldwissen-favourites-count {
  margin: 0 15px;
  padding: 0;
}

.navbar-inner {
  display: none;
}

.navbar {
  position: fixed;
  z-index: 999;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 0.5rem rgba(74, 81, 86, 0.5);
}

.language-menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  padding: 7.5px;
}
.language-menu-desktop ul {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.language-menu-desktop ul li {
  display: block;
}
.language-menu-desktop ul li span {
  color: rgba(74, 81, 86, 0.5);
  display: block;
  font-size: 0.75rem;
}
.language-menu-desktop ul li a {
  color: #256226;
  display: block;
  font-size: 0.75rem;
}
.language-menu-desktop ul li.active a {
  color: #256226;
  font-weight: bold;
}
.language-menu-desktop .dropdown-list li {
  display: block;
  margin: 0;
}
.language-menu-desktop .btn .icon-arrow-down {
  font-size: 0.625rem;
}

.navbar-search {
  position: relative;
  z-index: 3;
}

.navbar-search .navbar-search-toggle {
  outline: none;
}
.navbar-search .navbar-search-toggle .icon-search {
  display: block;
}
.navbar-search .navbar-search-toggle .icon-close {
  display: none;
}

.navbar-search .navbar-search-toggle.open .icon-search {
  display: none;
}
.navbar-search .navbar-search-toggle.open .icon-close {
  display: block;
}

.navbar-search-input-container {
  display: block;
  transition: all 0.3s ease;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.navbar-search-input-container.open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateX(0);
}
.navbar-search-input-container .search-container {
  position: relative;
  margin-right: 3rem;
}
.navbar-search-input-container .icon-search {
  display: none;
}
.navbar-search-input-container i {
  top: 24px !important;
}
.navbar-search-input-container .search-helptext {
  right: -3rem !important;
  border-radius: 0 !important;
}
.navbar-search-input-container .search-input,
.navbar-search-input-container .navbar-search-input {
  border: none;
  border-radius: 0;
  min-height: 60px;
  padding-right: 3rem;
}
@media (max-width: 991.98px) {
  .navbar-search-input-container .search-input {
    border-radius: 0 !important;
  }
  .navbar-search-input-container .search-input:focus {
    box-shadow: inset 0 0 0 3px rgb(179, 215, 255);
  }
}
.navbar-search-input-container .badge {
  position: absolute;
  right: 3rem;
  top: 30px;
  padding: 0.1rem 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.navbar-search-input-container .badge span {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.25rem;
}

@media (min-width: 992px) {
  .navbar .container {
    min-height: 80px;
  }
  .navbar-brand img {
    width: 149px;
  }
  .navbar-header {
    width: unset;
    width: auto;
  }
  .navbar-header .navbar-toggler {
    display: none;
  }
  .navbar-header .navbar-search {
    display: none;
  }
  .navbar-header .navbar-search-input-container {
    display: none;
  }
  .navbar-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .navbar-nav {
    margin-left: 15px;
    position: relative;
  }
  .navbar-nav > li.active > a {
    color: #73be1d;
  }
  .navbar-nav > li > ul {
    display: block;
    transform: translateY(-200%);
    position: absolute;
    z-index: 10;
    background-color: white;
    padding: 0;
    top: 100%;
    margin-left: -15px;
    margin-right: -15px;
    line-height: 1.6rem;
    left: 0;
    right: 0;
    box-shadow: 0 0.5em 0.5rem rgba(74, 81, 86, 0.5);
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-nav > li > ul > li > a {
    font-weight: bold;
  }
  .navbar-nav > li > ul > li {
    border-right: 1px solid;
    padding: 0 30px;
    margin-bottom: 30px;
    width: 33.33%;
  }
  .navbar-nav > li > ul > li:nth-child(3n+3),
  .navbar-nav > li > ul > li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .navbar-nav > li > ul a {
    color: inherit;
  }
  .navbar-nav > li > ul a:hover, .navbar-nav > li > ul a:focus {
    color: #73be1d;
  }
  .navbar-nav > li:hover > ul,
  .navbar-nav > li:focus > ul {
    display: block;
    transform: translateY(0);
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-nav > li:hover > ul,
  .navbar-nav > li:focus > ul,
  .navbar-nav > li:focus-within > ul {
    display: block;
    transform: translateY(0);
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.active.mm-listitem {
  color: #256226;
}

.navbar-search-input-container .waldwissen-search-input .search-button {
  position: absolute;
  top: 15px;
  right: 48px;
  z-index: 1;
}
.navbar-search-input-container .waldwissen-search-input .search-button.is-disabled {
  background-color: #ccc;
  border-color: #ccc;
}

/* ==========================================================================
   Content
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.main-container {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .main-col {
    max-width: 77%;
    -webkit-flex-basis: 77%;
    -moz-flex-basis: 77%;
    -ms-flex-preferred-size: 77%;
    flex-basis: 77%;
  }
  .side-col {
    margin-left: 45px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
/*
   ROW COL
   ========================================================================== */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row .col {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.col-sm {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background-color: white;
  font-size: 0.875rem;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
}

.footer .row .col-app .btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer .row .col-app a {
  text-decoration: underline;
}

.footer .col-menu {
  display: flex;
  flex-direction: column;
}

.footer .footer-copyright {
  margin-top: auto;
  margin-bottom: 1.5rem;
}

.footer .row .col-newsletter .input-group {
  margin: 0.5rem 0;
}
.footer .row .col-newsletter .input-group .btn {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.footer .row .col-newsletter a {
  text-decoration: underline;
}

.footer-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 1rem 1rem 0;
  line-height: 1.6;
}
.footer-menu a {
  color: #4a5156;
  display: block;
  margin-bottom: 0.5rem;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #256226;
}

.rss-feed-link {
  color: #4a5156;
}
.rss-feed-link:hover, .rss-feed-link:focus {
  color: #256226;
}
.rss-feed-link i {
  vertical-align: baseline;
  color: #f26522;
}

.rss-feed-link,
.push-notifications-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.footer .row .col {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer .row .col {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .footer .row .col {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-bottom: 0;
  }
}
.footer .col-sponsors img {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* ==========================================================================
   Typo3 Backend RTE styles
   ========================================================================== */
body.cke_editable {
  padding: 1rem;
  background-color: white;
}

blockquote.blockquote-box {
  background-color: #f4f7f4;
  display: block;
  margin: 0;
  padding: 1.5rem;
  border-left: none;
  margin-bottom: 1.5rem;
}
blockquote.blockquote-box p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Typo3 Content-Elements Fluid
   ========================================================================== */
.frame header {
  clear: left;
}

.ce-image.ce-above .ce-gallery + .ce-bodytext,
.ce-textpic.ce-above .ce-gallery + .ce-bodytext {
  clear: both;
}
.ce-image.ce-center .ce-gallery,
.ce-textpic.ce-center .ce-gallery {
  text-align: center;
}
.ce-image.ce-right .ce-gallery,
.ce-textpic.ce-right .ce-gallery {
  text-align: right;
}
.ce-image.ce-left .ce-gallery,
.ce-textpic.ce-left .ce-gallery {
  text-align: left;
}
.ce-image.ce-intext.ce-left .ce-gallery,
.ce-textpic.ce-intext.ce-left .ce-gallery {
  max-width: 50%;
}
@media (min-width: 576px) {
  .ce-image.ce-intext.ce-left .ce-gallery,
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin-right: 2em;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .ce-image.ce-intext.ce-left .ce-gallery,
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }
}
.ce-image.ce-intext.ce-left .ce-gallery img,
.ce-textpic.ce-intext.ce-left .ce-gallery img {
  max-width: 100%;
  height: auto;
}
.ce-image.ce-intext.ce-right .ce-gallery,
.ce-textpic.ce-intext.ce-right .ce-gallery {
  max-width: 50%;
}
@media (min-width: 576px) {
  .ce-image.ce-intext.ce-right .ce-gallery,
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
    margin-left: 2em;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .ce-image.ce-intext.ce-right .ce-gallery,
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    max-width: 100%;
    float: none;
    margin-left: 0;
  }
}
.ce-image.ce-intext.ce-right .ce-gallery img,
.ce-textpic.ce-intext.ce-right .ce-gallery img {
  max-width: 100%;
  height: auto;
}
.ce-image.ce-intext .ce-bodytext > *:first-child,
.ce-textpic.ce-intext .ce-bodytext > *:first-child {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .ce-image.ce-intext .ce-media,
  .ce-textpic.ce-intext .ce-media {
    max-width: 120px;
  }
}
.ce-image.ce-intext.ce-nowrap .ce-bodytext,
.ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
  overflow: hidden;
}
.ce-image .ce-gallery .ce-row,
.ce-textpic .ce-gallery .ce-row {
  margin: 0 0 0 0;
  margin: 0;
  margin-left: -1em;
  margin-right: -1em;
  clear: left;
}
.ce-image .ce-gallery .ce-row .ce-column,
.ce-textpic .ce-gallery .ce-row .ce-column {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 1em;
  margin: 0 0 0 0;
}
.ce-image .ce-gallery .ce-row .ce-column figure,
.ce-textpic .ce-gallery .ce-row .ce-column figure {
  margin: 0;
}
.ce-image .ce-gallery .ce-row .ce-column figure figcaption,
.ce-textpic .ce-gallery .ce-row .ce-column figure figcaption {
  margin: 1rem 0 2rem 0;
  text-align: left;
}
.ce-image .ce-gallery .ce-row .ce-column figure figcaption p,
.ce-textpic .ce-gallery .ce-row .ce-column figure figcaption p {
  margin: 0;
}
.ce-image .ce-gallery .ce-row .ce-column figure figcaption p + p,
.ce-textpic .ce-gallery .ce-row .ce-column figure figcaption p + p {
  margin-top: 1rem;
}
.ce-image .ce-gallery .ce-row .ce-column figure.image:not(:has(.image-caption)),
.ce-textpic .ce-gallery .ce-row .ce-column figure.image:not(:has(.image-caption)) {
  margin-bottom: 1rem;
}
.ce-image .ce-media img,
.ce-image .ce-gallery img,
.ce-textpic .ce-media img,
.ce-textpic .ce-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ce-image figure figcaption,
.ce-textpic figure figcaption {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .ce-image .ce-gallery[data-ce-columns="1"] .ce-row .ce-column,
  .ce-textpic .ce-gallery[data-ce-columns="1"] .ce-row .ce-column {
    width: 100%;
  }
  .ce-image .ce-gallery[data-ce-columns="2"] .ce-row .ce-column,
  .ce-textpic .ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
    width: 50%;
  }
  .ce-image .ce-gallery[data-ce-columns="3"] .ce-row .ce-column,
  .ce-textpic .ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
    width: 33.33%;
  }
  .ce-image .ce-gallery[data-ce-columns="4"] .ce-row .ce-column,
  .ce-textpic .ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
    width: 25%;
  }
  .ce-image .ce-gallery[data-ce-columns="5"] .ce-row .ce-column,
  .ce-textpic .ce-gallery[data-ce-columns="5"] .ce-row .ce-column {
    width: 20%;
  }
  .ce-image .ce-gallery[data-ce-columns="6"] .ce-row .ce-column,
  .ce-textpic .ce-gallery[data-ce-columns="6"] .ce-row .ce-column {
    width: 16.66%;
  }
  .ce-image .ce-gallery[data-ce-columns="7"] .ce-row .ce-column,
  .ce-textpic .ce-gallery[data-ce-columns="7"] .ce-row .ce-column {
    width: 14.28%;
  }
  .ce-image .ce-gallery[data-ce-columns="8"] .ce-row .ce-column,
  .ce-textpic .ce-gallery[data-ce-columns="8"] .ce-row .ce-column {
    width: 12.5%;
  }
}

figure {
  margin: 0;
}

figure.image {
  display: inline-block;
  display: block;
}

.image-inner {
  display: table;
}

.image-inner picture a,
.image-inner picture {
  display: block;
}

.image-caption {
  display: table-caption;
  caption-side: bottom;
}

.image-embed-item.lazyloading {
  height: 0 !important;
  background-color: #fff;
  animation: bganimation 5s infinite;
}

@keyframes bganimation {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #f4f7f4;
  }
  100% {
    background-color: #fff;
  }
}
.image-embed-item.lazyloaded {
  padding-bottom: 0 !important;
}

/* ==========================================================================
   Typo3 Appearance Spaces
   ========================================================================== */
.frame-space-before-extra-small {
  margin-top: 1rem;
}

.frame-space-before-small {
  margin-top: 2rem;
}

.frame-space-before-medium {
  margin-top: 3rem;
}

.frame-space-before-large {
  margin-top: 6rem;
}

.frame-space-before-extra-large {
  margin-top: 8rem;
}

.frame-space-after-extra-small {
  margin-bottom: 1rem;
}

.frame-space-after-small {
  margin-bottom: 2rem;
}

.frame-space-after-medium {
  margin-bottom: 3rem;
}

.frame-space-after-large {
  margin-bottom: 6rem;
}

.frame-space-after-extra-large {
  margin-bottom: 8rem;
}

/* ==========================================================================
   Table
   ========================================================================== */
/* ==========================================================================
   Typo3 Messages
   ========================================================================== */
.typo3-messages {
  list-style: none;
  padding-left: 0;
}
.typo3-messages p.alert-message {
  margin-bottom: 0;
}
.typo3-messages p.alert-message + p.alert-message {
  margin-top: 1rem;
}

/* ==========================================================================
   Video
   ========================================================================== */
.video {
  width: 100%;
  position: relative;
}
.video .video-embed iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* ==========================================================================
   Typo3 Header & Subheader
   ========================================================================== */
.frame header .ce-headline-left {
  text-align: left;
}
.frame header .ce-headline-center {
  text-align: center;
}
.frame header .ce-headline-right {
  text-align: right;
}

.frame header *:nth-child(2) {
  color: #256226;
}

/* ==========================================================================
   Button
   ========================================================================== */
button,
.btn {
  font-size: inherit;
  display: inline-block;
  cursor: pointer;
  padding: 0.25rem 1.4rem;
  border-radius: 2rem;
  border: 1px solid #256226;
  color: #256226;
  background: white;
  transition: 0.3s color ease, 0.3s background-color ease;
  min-height: 1.75rem;
  white-space: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
button i,
.btn i {
  font-size: 0.875em;
  vertical-align: baseline;
}
button i:not(:only-child):first-child,
.btn i:not(:only-child):first-child {
  margin-right: 0.5rem;
}
button i:not(:only-child):last-child,
.btn i:not(:only-child):last-child {
  margin-left: 0.5rem;
}
button:hover,
.btn:hover {
  color: #256226;
}
button:focus,
.btn:focus {
  color: #73be1d;
  border-color: #73be1d;
}
button:disabled,
.btn:disabled {
  opacity: 0.5;
}

.is-link {
  color: #256226;
  border-color: transparent;
  background-color: transparent;
}

.is-quiet {
  color: rgba(74, 81, 86, 0.5);
  border-color: transparent;
  background-color: transparent;
}
.is-quiet:hover, .is-quiet:focus {
  color: #4a5156;
  border-color: transparent;
  background-color: #f0f1f1;
}

.is-outline {
  color: #256226;
  border-color: #256226;
  background-color: transparent;
}

.is-white {
  color: #256226;
  border-color: white;
  background-color: white;
}
.is-white:hover, .is-white:focus {
  color: #4a5156;
  background-color: white;
}

.is-danger {
  color: #dc3545;
  border-color: white;
  background-color: white;
}
.is-danger:hover {
  color: #dc3545;
  background-color: white;
}

.is-negative {
  color: white;
  border-color: #dc3545;
  background-color: #dc3545;
}
.is-negative:hover {
  color: white;
  border-color: rgba(220, 53, 69, 0.8);
  background-color: rgba(220, 53, 69, 0.8);
}

.is-white.is-outline {
  color: white;
  background-color: transparent;
}
.is-white.is-outline:hover {
  color: #4a5156;
  background-color: white;
}

.is-primary, .btn-group .btn[aria-selected=true],
.btn-group .btn[aria-pressed=true] {
  color: white;
  border-color: #256226;
  background-color: #256226;
}
.is-primary:hover, .btn-group .btn[aria-selected=true]:hover,
.btn-group .btn[aria-pressed=true]:hover, .is-primary:focus, .btn-group .btn[aria-selected=true]:focus,
.btn-group .btn[aria-pressed=true]:focus {
  color: white;
  border-color: #73be1d;
  background-color: #73be1d;
}

.is-outline.is-primary, .btn-group .is-outline.btn[aria-selected=true],
.btn-group .is-outline.btn[aria-pressed=true] {
  color: white;
}

.is-disabled {
  pointer-events: none;
}

.btn-wrapper {
  display: inline-block;
}

/* ==========================================================================
   Button Group
   ========================================================================== */
.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn-group .btn {
  padding: 0.25rem 0.625rem;
  background: white;
}
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn:first-child {
  padding-left: calc(0.625rem + 1px);
}
.btn-group .btn:last-child {
  padding-right: calc(0.625rem + 1px);
}
.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}
/* ==========================================================================
   Round Button
   ========================================================================== */
.is-round {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.is-round i {
  font-size: 0.875rem;
  margin: 0;
}

/* ==========================================================================
   Clear Button
   ========================================================================== */
.clear-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: inherit;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}
.clear-btn:hover, .clear-btn:focus {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   Headerimage
   ========================================================================== */
.headerimage {
  background-color: #4a5156;
  min-height: 290px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

.headerimage .container {
  position: relative;
  padding: 30px;
  max-width: 620px;
}

.headerimage-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.headerimage-picture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  overflow: hidden;
}
.headerimage-picture picture {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.headerimage-picture picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headerimage-headline {
  font-family: "Copse", serif;
  font-weight: normal;
  color: white;
  margin: 1rem 0;
  font-size: 1.5rem;
  line-height: 1.25;
}

.headerimage-copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  margin: 0.5rem 1rem;
  font-size: 0.875rem;
  opacity: 0.75;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

/*
   Mobile only
   ========================================================================== */
/*
   Dekstop
   ========================================================================== */
@media (min-width: 992px) {
  .headerimage {
    min-height: 354px;
  }
  .headerimage-headline {
    font-size: 3rem;
    line-height: 1.125;
  }
  .headerimage-text {
    font-size: 1.1875rem;
  }
}
/* ==========================================================================
   Badge
   ========================================================================== */
.badge {
  display: inline-block;
  font-size: 0.75rem;
  border-radius: 1rem;
  padding: 0 0.6em;
  background-color: #4a5156;
  color: white;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.badge.is-primary, .btn-group .badge.btn[aria-selected=true],
.btn-group .badge.btn[aria-pressed=true] {
  background-color: #256226;
  color: white;
}
.badge.is-secondary {
  background-color: #73be1d;
  color: white;
}

/* ==========================================================================
   Toolbar
   ========================================================================== */
.toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 30px 0;
  border-top: 1px solid rgba(37, 98, 38, 0.5);
  border-bottom: 1px solid rgba(37, 98, 38, 0.5);
  font-size: 0.875rem;
}
.toolbar .toolbar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.toolbar .toolbar-item.grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.toolbar label,
.toolbar .label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  .toolbar {
    position: fixed;
    z-index: 1000;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #256226;
    border-color: #256226;
    box-shadow: 0 0 0.5rem rgba(74, 81, 86, 0.5);
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .toolbar label,
  .toolbar .label {
    display: none;
  }
  .toolbar .btn,
  .toolbar button {
    background-color: transparent;
    border-color: white;
    color: white;
  }
  .toolbar .btn[aria-selected=true],
  .toolbar button[aria-selected=true],
  .toolbar .btn[aria-pressed=true],
  .toolbar button[aria-pressed=true] {
    background-color: white !important;
    border-color: white !important;
    color: #256226 !important;
  }
  .toolbar-item.toolbar-search {
    display: block;
    transition: all 0.3s ease;
    transform: translateX(100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
  }
  .toolbar-item.toolbar-search.open {
    transform: translateX(0);
    right: 3rem;
  }
  .toolbar-item.toolbar-search .search-container .search-input {
    border-radius: 0;
    border: none;
    min-height: 60px;
    width: 100%;
    height: 100%;
  }
  .toolbar-item.toolbar-search .search-container i {
    top: 24px;
  }
  .toolbar-item.toolbar-search .search-container .icon-search {
    display: none;
  }
  .toolbar-item.toolbar-search .search-container .search-helptext {
    border-radius: 0;
    top: 100%;
  }
  .toolbar-sort-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .toolbar-sort-desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .toolbar .toolbar-item.toolbar-filter {
    display: none;
  }
  .toolbar .toolbar-sort-mobile {
    display: none;
  }
  .toolbar .toolbar-sort-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .toolbar .toolbar-item + .toolbar-item {
    margin-left: 45px;
  }
  .toolbar .toolbar-item label,
  .toolbar .toolbar-item .label {
    margin-top: 0.625rem;
  }
}
@media (min-width: 992px) {
  .toolbar .toolbar-item label,
  .toolbar .toolbar-item .label {
    margin-top: 0.625rem;
  }
}
@media (min-width: 1300px) {
  .toolbar .toolbar-item label,
  .toolbar .toolbar-item .label {
    margin-top: 0;
  }
}
/* ==========================================================================
   Card
   ========================================================================== */
.card {
  position: relative;
  background-color: #fff;
  margin: 30px 0;
  margin-top: 0;
  height: calc(100% - 30px);
}
.card .card-img a {
  display: block;
  width: 100%;
}
.card .card-img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.card .card-body {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card .card-body .card-title {
  display: block;
  margin-top: 0;
  margin-bottom: 7.5px;
}
.card .card-body .card-desc {
  display: none;
  margin-top: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card .card-footer {
  border-top: 1px solid #f0f1f1;
  padding-top: 7.5px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.card .card-footer .card-author {
  display: inline-block;
}
.card .card-footer .card-author img {
  border-radius: 50%;
  margin-right: 7.5px;
}
.card .card-footer .card-author a {
  font-weight: bold;
}
.card .card-footer .card-author:after {
  content: ", ";
  margin-right: 5px;
}
.card .card-footer .card-author:last-child:after {
  content: "";
  margin-right: 0;
}
.card .card-actions a {
  font-size: 0.75rem;
  margin-left: 7.5px;
  border-radius: 0.875rem;
  min-width: 1.5rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid white;
  line-height: 1;
  min-height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.card .card-actions a i {
  display: inline-block;
  font-size: 0.625rem;
}
.card .card-actions a span {
  margin-left: 3.75px;
}
.card .card-actions > * {
  display: inline-block;
  vertical-align: middle;
}
@media (pointer: coarse) {
  .card .card-body {
    padding-bottom: 0;
  }
  .card .card-footer {
    padding-top: 0;
  }
  .card .card-actions a {
    min-height: 48px;
    min-width: 48px;
    border-radius: 24px;
    font-size: 1rem;
    margin: 0;
  }
  .card .card-actions a i {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .card .card-body .card-desc {
    display: block;
  }
}
/* ==========================================================================
   GRID STYLES
   ========================================================================== */
.layout-container.layout-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.layout-container.layout-grid .col {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.layout-container.layout-grid .card {
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout-container.layout-grid .card .card-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.layout-container.layout-grid .card .card-actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.layout-container.layout-grid .card .card-actions a {
  color: white;
  background-color: rgba(74, 81, 86, 0.5);
}
.layout-container.layout-grid .card .card-actions a.is-primary, .layout-container.layout-grid .card .card-actions .btn-group a.btn[aria-selected=true], .btn-group .layout-container.layout-grid .card .card-actions a.btn[aria-selected=true],
.layout-container.layout-grid .card .card-actions .btn-group a.btn[aria-pressed=true],
.btn-group .layout-container.layout-grid .card .card-actions a.btn[aria-pressed=true], .layout-container.layout-grid .card .card-actions a.active {
  color: white;
  background-color: #73be1d;
  border-color: #73be1d;
}
.layout-container.layout-grid .card .card-img .image__wrapper:before {
  content: "";
  padding-bottom: 66.66%;
}

@media (min-width: 576px) {
  .layout-container.layout-grid .col {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .layout-container.layout-grid .col {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .layout-container.layout-grid .col {
    max-width: 33.33%;
    -webkit-flex-basis: 33.33%;
    -moz-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}
/* ==========================================================================
   LIST STYLES
   ========================================================================== */
.layout-container.layout-list .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.layout-container.layout-list .card .card-img {
  width: 100%;
  max-width: 23%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.layout-container.layout-list .card .card-img img,
.layout-container.layout-list .card .card-img figure {
  object-fit: cover;
}
.layout-container.layout-list .card .card-img img img,
.layout-container.layout-list .card .card-img figure img {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.layout-container.layout-list .card .card-body {
  width: 100%;
  max-width: 77%;
}
.layout-container.layout-list .card .card-authors {
  display: none;
}

@media (min-width: 768px) {
  .layout-container.layout-list .card .card-img {
    max-width: 33%;
    max-width: 31.5%;
  }
  .layout-container.layout-list .card .card-body {
    max-width: 67%;
    max-width: 68.5%;
  }
  .layout-container.layout-list .card .card-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-container.layout-list .card .card-actions {
    position: absolute;
    top: 0;
    right: 67%;
    right: 68.5%;
    margin-top: 15px;
    margin-right: 15px;
  }
  .layout-container.layout-list .card .card-actions a {
    color: white;
    background-color: rgba(74, 81, 86, 0.5);
  }
  .layout-container.layout-list .card .card-actions a.is-primary, .layout-container.layout-list .card .card-actions .btn-group a.btn[aria-selected=true], .btn-group .layout-container.layout-list .card .card-actions a.btn[aria-selected=true],
  .layout-container.layout-list .card .card-actions .btn-group a.btn[aria-pressed=true],
  .btn-group .layout-container.layout-list .card .card-actions a.btn[aria-pressed=true], .layout-container.layout-list .card .card-actions a.active {
    color: white;
    background-color: #73be1d;
    border-color: #73be1d;
  }
}
/* ==========================================================================
   Filter List
   ========================================================================== */
.filter-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.125rem;
}
.filter-list li {
  display: block;
  margin-bottom: 0.125rem;
}
.filter-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
  padding: 0.25rem 0.625rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  transition: 0.3s color ease, 0.3s background-color ease;
  font-size: 0.875rem;
  color: #4a5156;
}
.filter-list li a span {
  display: block;
  white-space: normal;
}
.filter-list li a:hover, .filter-list li a:focus {
  border-color: white;
  background-color: white;
}
.filter-list li a.disabled, .filter-list li a:disabled {
  opacity: 0.5;
  cursor: default;
}
.filter-list li a *:first-child,
.filter-list li a .filter-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.filter-list li a .count {
  margin-left: 1.125rem;
  font-size: 0.75rem;
}
.filter-list li a i {
  font-size: 0.75rem;
  margin-left: 1.125rem;
}
.filter-list li.active a {
  background-color: #256226;
  color: white;
}
.filter-list li.active a:hover, .filter-list li.active a:focus {
  border-color: #73be1d;
  background-color: #73be1d;
}

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion-header {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.5rem 0.625rem;
  color: #256226;
  padding-left: 1rem;
  position: relative;
  line-height: 1;
  border: none;
  background: none;
  min-height: unset;
  width: 100%;
  text-align: left;
}
.accordion-header:before {
  content: "\e90f";
  font-family: "iconfont";
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.accordion-header[aria-expanded=true]:before {
  transform: rotate(0deg);
}
.accordion-header[aria-expanded=false]:before {
  transform: rotate(-90deg);
}

.accordion-panel {
  padding-left: 1.125rem;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}
.accordion-panel[aria-hidden=true] {
  max-height: 0;
}

/* ==========================================================================
   Form
   ========================================================================== */
input,
textarea {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0.25rem 1.4rem;
  border-radius: 2px;
  border: 1px solid #256226;
  transition: 0.3s color ease, 0.3s background-color ease;
  line-height: 1;
  min-height: 1.75rem;
  width: 100%;
  min-width: 1px;
  box-shadow: none;
}

.form-group {
  margin-bottom: 15px;
}
.form-group input,
.form-group textarea {
  border-radius: 2px;
  border: 1px solid rgba(74, 81, 86, 0.25);
}
.form-group input:hover,
.form-group textarea:hover {
  border-color: rgba(74, 81, 86, 0.5);
}
.form-group input:focus, .form-group input:focus:hover,
.form-group textarea:focus,
.form-group textarea:focus:hover {
  border-color: #256226;
}
@media (min-width: 768px) {
  .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-group label {
    width: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .form-group > div {
    width: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-box-flex: 10;
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
  }
}

.form-group--error input,
.form-group--error input:focus {
  border-color: #dc3545;
}

.form-group .error-text {
  font-size: 0.75rem;
  margin: 0.25rem 0;
  color: #dc3545;
  display: none;
}

.form-group--error .error-text {
  display: block;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group > *:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > *:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > *:not(:first-child) {
  margin-left: -1px;
}
.input-group > .input-group-first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.error.help-block {
  color: #dc3545;
}

label.radiobutton {
  width: unset;
  margin-right: 1rem;
}
label.radiobutton input[type=radio] {
  width: unset;
}

label.checkbox {
  width: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
label.checkbox input[type=checkbox] {
  display: inline-block;
  width: unset;
  margin: 0;
  margin-right: 0.25rem;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb-list {
  margin: 0;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  overflow: auto;
  white-space: nowrap;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
  color: #256226;
}
.breadcrumb a {
  display: inline-block;
  color: #4a5156;
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #256226;
}

.breadcrumb-list .back-button {
  display: none;
  font-size: 0.875rem;
  line-height: 1;
  color: #4a5156;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #256226;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .breadcrumb-list .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .breadcrumb-list .back-button {
    display: block;
  }
}
/* ==========================================================================
   Dropdown
   ========================================================================== */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.dropdown > .btn *,
.dropdown > button * {
  pointer-events: none;
}
.dropdown-btn, .dropdown-button {
  display: inline-block;
  padding: 0.5rem;
  overflow: hidden;
  border: none;
  background: none;
  color: var(--theme);
  text-decoration: underline;
}
.dropdown-btn:hover, .dropdown-btn:focus, .dropdown-button:hover, .dropdown-button:focus {
  text-decoration: none;
}
.dropdown-btn:after, .dropdown-button:after {
  display: inline-block;
  content: "▾";
  transition: transform 0.25s ease-out;
}
.dropdown-btn.is-open:after, .dropdown-button.is-open:after {
  transform: rotate(180deg);
}
.dropdown-btn *, .dropdown-button * {
  pointer-events: none;
}
.dropdown-container, .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: block;
  width: max-content;
  min-width: 100%;
  max-width: 240px;
  max-height: 75vh;
  overflow: auto;
  padding: 0;
  margin: 0;
  transform-origin: center top;
  background-color: white;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5);
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in;
  border-radius: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-container.is-open, .dropdown-list.is-open {
  transform: rotateX(0);
  visibility: visible;
  opacity: 1;
  transition-timing-function: ease-out;
}
.dropdown-container ul > li,
.dropdown-container > li, .dropdown-list ul > li,
.dropdown-list > li {
  border-bottom: 1px solid whitesmoke;
}
.dropdown-container ul > li:last-child,
.dropdown-container > li:last-child, .dropdown-list ul > li:last-child,
.dropdown-list > li:last-child {
  border-bottom: none;
}
.dropdown-container ul > li a,
.dropdown-container > li a, .dropdown-list ul > li a,
.dropdown-list > li a {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 0.5rem 1.4rem;
  box-sizing: border-box;
  border: none;
  background: none;
  text-align: left;
}
.dropdown-container ul > li a:hover, .dropdown-container ul > li a:focus,
.dropdown-container > li a:hover,
.dropdown-container > li a:focus, .dropdown-list ul > li a:hover, .dropdown-list ul > li a:focus,
.dropdown-list > li a:hover,
.dropdown-list > li a:focus {
  color: var(--theme);
}
.dropdown-container {
  width: min-content;
  min-width: unset;
}

.dropdown + .dropdown {
  z-index: 1;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.ce-tabs {
  margin: 3rem 0;
}
.ce-tabs .ce-tabs_tabs {
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ce-tabs .ce-tabs_tabs a,
.ce-tabs .ce-tabs_tabs button {
  padding: 0;
  border: none;
  background: none;
  color: #4a5156;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.ce-tabs .ce-tabs_tabs a.is-active,
.ce-tabs .ce-tabs_tabs button.is-active {
  border-color: #256226;
}
.ce-tabs .ce-tabs_tabs a:focus,
.ce-tabs .ce-tabs_tabs button:focus {
  border-color: #256226;
}
.ce-tabs .ce-tabs_tabs a i,
.ce-tabs .ce-tabs_tabs button i {
  color: #256226;
  font-size: 1.5em;
  margin-right: 0.5rem;
}
.ce-tabs .ce-tabs_tabs a .badge,
.ce-tabs .ce-tabs_tabs button .badge {
  margin-left: 0.5rem;
  line-height: 1.5;
}
.ce-tabs .ce-tabs_tabs a + a,
.ce-tabs .ce-tabs_tabs button + button {
  margin-left: 3rem;
}
.ce-tabs .ce-tabs_panels {
  margin: 2rem 0;
}
.ce-tabs-panel {
  display: none;
  z-index: 1;
}
.ce-tabs-panel.is-active {
  display: block;
}
.ce-tabs-panel .inner {
  padding: 30px;
  margin: 1.5rem 0;
  background-color: white;
}

/* Slide */
slide-menu {
  /* --slideIndex: 0; */
  --slideTime: 300ms;
  --slide-item-padding: 0.75rem 1.25rem;
  --slide-item-border: 1px solid rgba(0,0,0,0.1);
  display: block;
  position: relative;
  overflow: hidden;
  transition: all var(--slideTime) ease;
  height: 100%;
}

slide-menu > ul {
  /* transform: translateX(calc(var(--slideIndex) * 100%)); */
  transition: all var(--slideTime) ease;
}

slide-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  /*display: none;*/
  visibility: hidden;
  pointer-events: none;
}

slide-menu ul.show {
  /*display: block;*/
  visibility: visible;
  pointer-events: auto;
}

slide-menu li > a {
  color: currentColor;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: var(--slide-item-padding);
  border-bottom: var(--slide-item-border);
}

slide-menu li.active > a {
  color: #256226;
}

slide-menu li > a span {
  flex-grow: 1;
}

slide-menu li > a svg {
  display: inline-block;
  width: 1rem;
  opacity: 0.25;
}

slide-menu .backlink-wrapper {
  display: flex;
  align-items: center;
  font-weight: bold;
  border-bottom: var(--slide-item-border);
}

slide-menu .backlink {
  display: block;
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
  padding: var(--slide-item-padding);
  width: 3rem;
}

slide-menu .currentlink {
  display: block;
  cursor: pointer;
  flex-grow: 1;
  padding: var(--slide-item-padding);
  padding-left: 0;
}

slide-menu ul ul li > a:not(.backlink) {
  padding-left: 3rem;
}

/* ==========================================================================
   Drawer
   ========================================================================== */
/*
body {
    transition: 0.3s transform ease;
}

body.menu-open {
    transform: translate3d(290px, 0, 0);
}

body.menu-open .drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba($body-color, 0.5);
    height: 100vh;
    z-index: 1000;
    cursor: pointer;
}

.drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    transform: translate3d(-100%, 0, 0);
    width: 290px;
    background-color: white;
    height: 100vh;
}
*/
.drawer-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  min-height: 60px;
}

.drawer > ul,
.drawer__wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drawer > ul a,
.drawer__wrapper > ul a {
  display: block;
  position: relative;
  padding: 0.75rem 1.25rem;
  color: #4a5156;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.drawer > ul a i,
.drawer__wrapper > ul a i {
  margin-right: 0.5rem;
}

.drawer__wrapper > a {
  padding: 0.75rem 1.25rem;
}

.language-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.language-menu ul li {
  display: inline-block;
  margin-right: 11.25px;
}
.language-menu ul li a,
.language-menu ul li span {
  font-size: 0.75rem;
}
.language-menu ul li.active a {
  color: #73be1d;
}

/* ==========================================================================
   Filter
   ========================================================================== */
@media (max-width: 991.98px) {
  .bottom-sheet {
    position: fixed;
    z-index: 9999;
    background-color: #256226;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.3s ease;
  }
  .bottom-sheet.is-fullscreen {
    top: 0;
    top: 60px;
  }
  .bottom-sheet.open {
    transform: translate3d(0, 0, 0);
  }
  .filter-header-desktop {
    display: none;
  }
  .filter-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .close-btn {
    color: inherit;
    cursor: pointer;
  }
  .filter-body {
    padding: 15px;
  }
  .filter-body .accordion-header {
    color: white;
  }
  .filter-body .filter-list a {
    color: white;
  }
  .filter-body .filter-list li a:hover,
  .filter-body .filter-list li a:focus {
    color: white;
    border-color: transparent;
    background-color: transparent;
  }
  .filter-body .filter-list li.active a,
  .filter-body .filter-list li.active a:hover,
  .filter-body .filter-list li.active a:focus {
    background-color: white;
    color: #256226;
  }
  .filter-footer {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .filter-reset .btn {
    background-color: #256226;
    border-color: white;
    color: white;
  }
}
.filter-reset {
  margin: 1rem 0;
}

.load-more-container {
  text-align: center;
  margin: 15px 0;
}

@media (min-width: 992px) {
  .filter-header-desktop {
    display: block;
  }
  .filter-header-mobile {
    display: none;
  }
  .filter-footer {
    display: none;
  }
  .filter-sheet-sort {
    display: none;
  }
}
.hide-filter .inner.bottom-sheet {
  display: none !important;
}
.hide-filter .toolbar-item.toolbar-filter {
  display: none !important;
}

/* ==========================================================================
   Werbebanner
   ========================================================================== */
.werbe-banner .inner {
  width: 250px;
  height: 250px;
  margin: 2rem auto;
  background: #4a5156;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.werbe-banner .image-inner {
  width: 250px;
  margin: 2rem auto;
  text-align: center;
}
.werbe-banner .image-inner img {
  max-width: 100%;
}
.werbe-banner picture,
.werbe-banner img {
  display: block;
}
.werbe-banner .image-caption {
  margin: 0.5rem 0;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .werbe-banner .inner {
    float: right;
    margin: 3rem 0.625rem;
  }
  .werbe-banner .image-inner {
    float: right;
    margin: 3rem 1rem;
  }
  .werbe-banner p {
    text-align: left;
  }
}
/*
   Werbebanner Detailpage
   ========================================================================== */
.werbe-banner.detail-page {
  text-align: center;
}
.werbe-banner.detail-page .image-inner {
  float: none;
}

@media (max-width: 1399px) {
  .werbe-banner.detail-page.sidebar {
    display: none;
  }
  .werbe-banner.detail-page.mobile-bottom {
    display: block;
    max-width: 830px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .werbe-banner.detail-page.sidebar {
    display: block;
  }
  .werbe-banner.detail-page.mobile-bottom {
    display: none;
  }
}
/* ==========================================================================
   Back to top Button
   ========================================================================== */
.back-to-top-button {
  position: fixed;
  z-index: 999;
  right: 1rem;
  bottom: 5rem;
  display: none;
  background-color: #256226;
  color: white;
  padding: 0.5rem;
  border-radius: 50%;
}
.back-to-top-button i {
  display: block;
  transform: rotate(180deg);
}
.back-to-top-button:hover, .back-to-top-button:focus {
  color: white;
  background-color: #73be1d;
}
.back-to-top-button.show {
  display: block;
}

@media (min-width: 992px) {
  .back-to-top-button {
    bottom: 1rem;
  }
}
/* ==========================================================================
   Toast
   ========================================================================== */
.toast {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  font-weight: bold;
  background-color: #f0f1f1;
  border-radius: 2px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.toast.is-success, .toast.is-positive {
  color: white;
  background-color: #256226;
}
.toast.is-error, .toast.is-negative {
  color: white;
  background-color: #dc3545;
}
.toast .toast-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0.25rem 1rem 0.25rem 0;
}
.toast .toast-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   Accessibility
   ========================================================================== */
/* ==========================================================================
   Focus
   ========================================================================== */
input:focus,
button:focus {
  outline: none;
}

input:focus,
button:focus {
  box-shadow: 0 0 0 3px rgb(179, 215, 255);
}

.navbar-brand:focus {
  outline: none;
}

.article-detail .article-body p a:not(.btn) {
  text-decoration: underline;
}

a.card-focus {
  display: block;
  z-index: -1;
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
}

.card-title:focus {
  box-shadow: none;
}

/* ==========================================================================
   Partner Logo Bar
   ========================================================================== */
.partner-logo-bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 0 0.5rem rgba(74, 81, 86, 0.5);
  transition: all 0.3s ease;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .partner-logo-bar {
    display: none;
  }
}

.partner-logo-bar.hide {
  opacity: 0;
  transform: translateY(100%);
}

.partner-logo-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .partner-logo-bar-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .partner-logo-bar-wrapper {
  max-width: 300px;
}

.partner-logo-bar .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.partner-logo-bar .inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.partner-logo-bar .inner img {
  max-width: 60px;
  margin-left: 1rem;
}
.partner-logo-bar .inner img.L-RLP {
  max-width: unset;
}

/* ==========================================================================
   Table
   ========================================================================== */
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}

figure.table {
  display: table;
  display: flex;
  flex-direction: column-reverse;
}

figure.table figcaption {
  display: table-caption;
  margin: 0 0 1.5rem;
}

table, tr, th, td {
  border: none;
}

.table-responsive {
  overflow: auto;
}

.table-responsive table {
  font-size: 1rem;
}
.table-responsive table td {
  vertical-align: top;
}

.table {
  font-size: 1rem;
  width: 100%;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
}
.table th {
  font-weight: bold;
  text-align: unset;
}

.text-end {
  text-align: end;
}

.table-lined td,
.table-lined th {
  border-top: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-striped tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
:root {
  --swiper-theme-color: #73be1d;
}

.ce-slider {
  position: relative;
}
.ce-slider .swiper-container,
.ce-slider .swiper-wrapper {
  width: 100%;
  height: auto;
}
.ce-slider .swiper-button-next,
.ce-slider .swiper-button-prev {
  color: #73be1d;
}
@media screen and (min-width: 940px) {
  .ce-slider .swiper-button-next {
    right: -3rem;
  }
  .ce-slider .swiper-button-prev {
    left: -3rem;
  }
}
.ce-slider .swiper-pagination {
  position: relative;
  bottom: 1rem;
  left: 0;
  width: 100%;
}
.ce-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.25rem;
}
.ce-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #73be1d;
}
.ce-slider .swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.ce-slider .swiper-inner {
  display: table;
  margin: 0 auto;
}
.ce-slider .image-wrapper {
  position: relative;
}
.ce-slider .image-copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  margin: 0.5rem 1rem;
  font-size: 0.875rem;
  opacity: 0.75;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.ce-slider .image-caption {
  font-size: 1rem;
  margin: 1rem auto;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
.ce-uploads li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.ce-uploads li > a,
.ce-uploads li > div > a {
  margin-right: 1rem;
}
.ce-uploads li img:not(.ce-upload-icon) {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  margin-left: -1rem;
  position: relative;
}
.ce-uploads li .ce-upload-icon {
  opacity: 0.75;
  width: 1rem;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}
.ce-uploads li p {
  font-size: 1rem;
}
.ce-uploads li .ce-uploads-filesize {
  font-size: 1rem;
  color: rgba(74, 81, 86, 0.5);
}

/* ==========================================================================
   Old Browser
   ========================================================================== */
@media screen and (min-width: 0\0 ) {
  .unsupported-browser {
    display: block !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unsupported-browser {
    display: block !important;
  }
}
.unsupported-browser {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
  background: rgba(74, 81, 86, 0.75);
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.unsupported-browser .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.unsupported-browser .unsupported-browser__text {
  padding: 2rem;
  max-width: 480px;
  margin: 2rem auto;
  background: white;
  text-align: center;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.unsupported-browser .unsupported-browser__text > div {
  color: #dc3545;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.unsupported-browser.hide {
  display: none !important;
}

/* ==========================================================================
   Werbebanner
   ========================================================================== */
#instructions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(74, 81, 86, 0.5);
  transition: 0.3s ease all;
}

#instructions.fadeout {
  opacity: 0;
}

#instructions:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  background: white;
  transform: rotate(45deg);
}

#instructions .inner {
  display: flex;
  gap: 1rem;
}

.instructions-icon {
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}

.instructions-text {
  flex-grow: 1;
}

.instructions-icon,
.instructions-close {
  flex-shrink: 0;
}

.instructions-close {
  width: 3rem;
  height: 3rem;
  border: none;
  padding: 0;
  margin-top: -1rem;
  margin-right: -1rem;
}

.ios-share-icon {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.128 0h7.744c1.783 0 2.43.186 3.082.534.652.349 1.163.86 1.512 1.512.348.652.534 1.299.534 3.082v7.744c0 1.783-.186 2.43-.534 3.082a3.635 3.635 0 01-1.512 1.512c-.652.348-1.299.534-3.082.534H5.128c-1.783 0-2.43-.186-3.082-.534a3.635 3.635 0 01-1.512-1.512C.186 15.302 0 14.655 0 12.872V5.128c0-1.783.186-2.43.534-3.082A3.635 3.635 0 012.046.534C2.698.186 3.345 0 5.128 0z' fill='%23FFFFFF'/%3E%3Cpath d='M9.039 10.83c.34 0 .615-.281.615-.603V4.42l-.053-.861.334.445.768.814c.1.112.252.176.398.176a.523.523 0 00.375-.902L9.52 2.21C9.355 2.053 9.203 2 9.04 2a.644.644 0 00-.475.21L6.607 4.093a.512.512 0 00-.17.38c0 .305.246.522.534.522a.572.572 0 00.41-.176l.761-.814.34-.445-.052.86v5.808c0 .322.27.603.609.603zm3.38 4.746c1.307 0 1.999-.691 1.999-1.986V7.9c0-1.295-.692-1.986-1.998-1.986h-1.541v1.342h1.418c.504 0 .785.258.785.79v5.403c0 .528-.281.785-.785.785H5.775c-.51 0-.779-.257-.779-.785V8.047c0-.533.27-.791.78-.791h1.44V5.914H5.653c-1.3 0-1.998.691-1.998 1.986v5.69c0 1.295.697 1.986 1.998 1.986h6.768z' fill='%23178BFB' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: top;
  background-size: 1.125rem;
  flex-shrink: 0;
}

.instructions-text-line-1 {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.instructions-text-line-2 {
  margin-right: -1rem;
}

:root {
  --drawer-top: 0px;
  --drawer-width: 290px;
}

.drawer {
  display: none;
}

@media screen and (min-width: 992px) {
  .drawer__toggle {
    display: none;
  }
  .drawer {
    display: none !important;
  }
}
.drawer__wrapper {
  position: fixed;
  top: var(--drawer-top, 60px);
  left: 0;
  bottom: 0;
  height: calc(100vh - var(--drawer-top, 60px));
  width: 100%;
  max-width: var(--drawer-width, 290px);
  z-index: 1001;
  overflow: auto;
  transition: transform 0.3s;
  will-change: transform;
  background-color: #fff;
  -webkit-transform: translateX(-103%);
  transform: translateX(-103%); /* extra 3% because of box-shadow */
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  overflow-x: hidden;
}

.drawer.is-active {
  display: block;
}

.drawer.is-visible .drawer__wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer.is-visible .drawer__overlay {
  opacity: 0.5;
}

.drawer__overlay {
  position: fixed;
  top: var(--drawer-top, 60px);
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  background: #4a5156;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.center-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#waldwissen-search-input-navbar .search-button {
  display: none;
}

.navbar-search-toggle-desktop .icon-search {
  display: block;
}
.navbar-search-toggle-desktop .icon-close {
  display: none;
}

.navbar-search-toggle-desktop.open .icon-search {
  display: none;
}
.navbar-search-toggle-desktop.open .icon-close {
  display: block;
}

@media (min-width: 1300px) {
  .navbar-search-toggle-desktop {
    display: none;
  }
}
@media (max-width: 1299px) {
  .navbar-search-input-container-desktop {
    position: absolute;
    width: calc(100vw - 410px);
    left: 0;
    padding: 1rem;
    background: white;
    transform: translateX(-100%);
  }
  .navbar-search-input-container-desktop {
    display: none;
  }
  .navbar-search-input-container-desktop.open {
    display: block;
  }
}
/* ==========================================================================
   Home
   ========================================================================== */
/* ==========================================================================
   Article Detail
   ========================================================================== */
.article-detail {
  background-color: white;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .article-detail {
    font-size: 1rem;
  }
}
.article-detail:before {
  content: "";
  display: table;
}
.article-detail .small {
  font-size: 1rem;
}
.article-detail .container {
  max-width: 830px;
}
.article-detail .article-institute {
  font-size: 1rem;
  margin: 30px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .article-detail .article-institute {
    margin: 60px 0 20px;
  }
}
.article-detail .article-institute > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #4a5156;
}
.article-detail .article-institute > a:hover {
  color: #256226;
}
.article-detail .article-institute .article-institute-name {
  margin-left: 0.5rem;
}
.article-detail .article-authors {
  padding: 30px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-detail .article-authors .article-author {
  margin: 0 30px 15px 0;
}
.article-detail .article-author {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}
.article-detail .article-author img {
  margin-right: 7.5px;
  border-radius: 50%;
  object-fit: cover;
}
.article-detail .article-title {
  margin-top: 2rem;
  line-height: 1.1;
}
.article-detail .article-teaser {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .article-detail .article-teaser {
    font-size: 1.25rem;
  }
}
.article-detail .article-section-menu .inner {
  display: inline-block;
  padding: 1rem 0;
  padding-right: 30px;
  margin: 30px 0;
  border-top: 1px solid rgba(37, 98, 38, 0.5);
  border-bottom: 1px solid rgba(37, 98, 38, 0.5);
}
.article-detail .article-section-menu .inner ul {
  margin: 0;
  padding: 0;
  padding-left: 0.5rem;
  list-style: none;
  position: relative;
}
.article-detail .article-section-menu .inner ul li:before {
  content: "·";
  position: absolute;
  left: 0;
  color: #256226;
}
.article-detail .article-section-menu .inner ul li.section-layout-h3 {
  transform: translateX(0.5em);
  padding-left: 0.5em;
}
.article-detail .article-section-menu .inner ul li.section-layout-h4 {
  transform: translateX(1.5em);
  padding-left: 0.5em;
}
.article-detail .article-section-menu .inner ul li.section-layout-h5 {
  transform: translateX(2.5em);
  padding-left: 0.5em;
}
.article-detail .article-section-menu .inner ul li.section-layout-h6 {
  transform: translateX(3.5em);
  padding-left: 0.5em;
}
.article-detail .article-section-menu .inner ul li.section-layout-h100 {
  display: none;
}
.article-detail .article-footer-box-outer {
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.article-detail .article-footer-box {
  font-size: 1rem;
  background-color: #f4f7f4;
  padding: 24px;
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .article-detail .article-footer-box {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.article-detail .more-on-waldwissen {
  clear: both;
}
.article-detail .more-on-waldwissen .card .card-img img {
  min-height: unset;
}
.article-detail .more-on-waldwissen .card .card-body {
  padding-top: 0;
  padding-right: 0;
}
.article-detail .more-on-waldwissen .card .card-desc {
  margin-bottom: 7.5px;
}
.article-detail .more-on-waldwissen .card .card-actions {
  position: static;
  top: unset;
  right: unset;
  margin-top: unset;
  margin-right: unset;
}
.article-detail .more-on-waldwissen .card .card-actions a {
  color: #256226;
  background: none;
}
@media (min-width: 768px) {
  .article-detail .more-on-waldwissen .layout-container.layout-list .card .card-img {
    width: 100%;
    max-width: 23%;
  }
  .article-detail .more-on-waldwissen .layout-container.layout-list .card .card-body {
    width: 100%;
    max-width: 77%;
  }
  .article-detail .more-on-waldwissen .layout-container.layout-list .card .card-actions {
    right: 77%;
  }
}
.article-detail .more-on-waldwissen .card {
  font-size: 1rem;
}

#article-bottom-container {
  font-size: 1rem;
}

/* ==========================================================================
   Article Infobox Header
   ========================================================================== */
.article-infobox-header .article-contact,
.article-infobox-header .article-citation {
  display: none;
}

.article-infobox-header.actions {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background-color: rgb(255, 255, 255);
  z-index: 2;
}

@media (min-width: 992px) {
  .article-infobox-header.actions {
    top: 80px;
  }
}
@media (min-width: 1400px) {
  .article-infobox-header {
    display: block;
    top: 100px;
    bottom: 80px;
    font-size: 1rem;
    width: 300px;
  }
  .article-infobox-header .infobox {
    display: block;
    padding: 20px;
    margin: 1rem;
    margin-top: 0;
    background-color: #f4f7f4;
  }
  .article-infobox-header .article-contact,
  .article-infobox-header .article-citation {
    display: block;
  }
  .article-infobox-header.left {
    float: left;
    margin-left: calc(-300px - 2rem);
  }
  .article-infobox-header.actions {
    float: right;
    margin-right: calc(-300px - 2rem);
    top: 80px;
    padding-top: 1rem;
    margin-top: -1rem;
  }
  .article-infobox-header.right {
    float: right;
    margin-right: calc(-300px - 2rem);
    margin-top: 279px;
  }
}
/* ==========================================================================
   Article Actions
   ========================================================================== */
.article-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  border-bottom: 1px solid #f4f7f4;
}

.article-action {
  display: block;
  text-align: center;
  padding: 0.5rem 0;
  margin: 1rem 0;
  position: relative;
}
.article-action i {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.article-action .article-action-label {
  font-size: 0.675rem;
  font-weight: bold;
}
.article-action small {
  display: none;
  color: #4a5156;
  font-size: 0.875rem;
}
.article-action .badge {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 0.675rem;
  font-weight: bold;
  border: 1px solid white;
  margin-left: 0.125rem;
}

@media (min-width: 768px) {
  .article-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .article-action i {
    font-size: inherit;
    margin: 0 0.5rem 0 0;
  }
  .article-action .article-action-label {
    font-size: 0.75rem;
  }
  .article-action .badge {
    position: relative;
    left: 0;
    margin-left: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .article-actions {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
  }
  .article-infobox-header .article-action {
    margin: 0 0 0.5rem;
  }
  .article-infobox-header .article-action i {
    font-size: inherit;
  }
  .article-infobox-header .article-action .article-action-label {
    font-size: 0.875rem;
  }
  .dropdown {
    display: block;
  }
}
/* ==========================================================================
   Share Dropdown
   ========================================================================== */
.share-dropdown .dropdown-button {
  text-decoration: none;
  color: #256226;
}
.share-dropdown .dropdown-button:after {
  content: "";
  display: none;
}
.share-dropdown .dropdown-button:hover, .share-dropdown .dropdown-button:focus {
  color: #73be1d;
}
.share-dropdown .dropdown-container {
  padding: 15px;
}
.share-dropdown .dropdown-container ul li.shariff-button a {
  padding: 0 0.5rem;
}
.share-dropdown .dropdown-container ul li.shariff-button a:hover {
  color: #fff;
}
.share-dropdown .shariff-button:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .share-dropdown .dropdown-container {
    right: 0;
    left: unset;
  }
}
/* ==========================================================================
   Search Dropdown
   ========================================================================== */
.search-dropdown {
  display: none;
}
@media (min-width: 992px) {
  .search-dropdown {
    display: block;
  }
  .search-dropdown .search-button {
    display: none !important;
  }
  .search-dropdown .search-helptext {
    position: relative !important;
  }
}
.search-dropdown .dropdown-button {
  text-decoration: none;
  color: #256226;
}
.search-dropdown .dropdown-button:after {
  content: "";
  display: none;
}
.search-dropdown .dropdown-button:hover, .search-dropdown .dropdown-button:focus {
  color: #73be1d;
}
.search-dropdown .dropdown-container {
  padding: 15px;
  left: unset;
  right: 0;
  min-width: 320px;
  padding-bottom: 3rem;
}
.search-dropdown .dropdown-container > strong {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .search-dropdown .dropdown-container {
    min-width: 480px;
  }
}
@media (min-width: 1400px) {
  .search-dropdown .dropdown-container > strong {
    display: none;
  }
  .search-dropdown .dropdown-container {
    background: none;
    padding: 0;
    box-shadow: none;
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1400px) {
  .search-dropdown .dropdown-container.is-open {
    position: relative;
  }
}
@media (min-width: 1400px) {
  .search-dropdown:before {
    content: "";
    display: block;
    height: 15px;
    background: white;
    margin: 30px -30px;
  }
  .search-dropdown .dropdown-button {
    display: none;
  }
  .search-dropdown .dropdown-container {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

/* ==========================================================================
   Article Groups
   ========================================================================== */
.article-groups {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.article-groups .article-group-headline {
  margin-top: 2rem;
}

/* ==========================================================================
   Produktbewertungen
   ========================================================================== */
.article-rating-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.rating-average {
  font-size: 4rem;
  line-height: 1;
  color: #256226;
  margin-right: 1rem;
}

.rating-icons {
  font-size: 1.5rem;
  color: #256226;
}
.rating-icons i + i {
  margin-left: 0.25em;
}

.rating-count {
  margin-top: 0.5rem;
}

.rating-button {
  margin: 1rem 0;
}

.article-comment-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #73be1d;
  margin: 1rem 0;
}
.article-comment-teaser .article-comment-teaser-icon {
  font-size: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.article-comment-teaser .article-comment-teaser-icon i {
  display: block;
}
.article-comment-teaser .article-comment-teaser-count {
  font-size: 1.25rem;
  font-weight: bold;
}

.article-comment-teaser-btn {
  margin: 1rem 0;
}

.rating {
  display: inline-block;
}

.rating > input {
  display: block;
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 0;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "iconfont";
  display: inline-block;
  content: "\e911";
  cursor: pointer;
}

.rating > label {
  position: relative;
}

.rating > label:after {
  content: attr(data-label);
  position: absolute;
  top: 3rem;
  left: 50%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  transform: translateX(-50%);
  display: none;
  white-space: nowrap;
}

.rating > label:hover:after {
  display: block;
}

.rating > .half:before {
  content: "\e912";
  position: absolute;
}

.rating > label {
  color: #ccc;
  float: right;
  font-size: 1.5rem;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #256226;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: rgb(29.5424836601%, 73.3986928105%, 30.2614379085%);
}

.rating-container {
  display: flex;
  align-items: center;
}

/* Mobile Styling */
@media (max-width: 991.98px) {
  .rating-container {
    display: block;
  }
  .rating-selected-text {
    margin: 1rem 0 0;
  }
}
/* ==========================================================================
   Article Comments
   ========================================================================== */
.article-comments {
  background-color: #f4f7f4;
  margin-top: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.article-comments-add-comment {
  background-color: white;
  margin: 1.5rem 0;
  padding: 30px 45px;
}
.article-comments-add-comment a {
  color: #4a5156;
}
.article-comments-add-comment a:hover, .article-comments-add-comment a:focus {
  color: #256226;
}
.article-comments-add-comment a i {
  margin-right: 0.5rem;
}

.article-comments-list {
  margin: 1.5rem 0;
}

.article-comment-group {
  margin: 1.5rem 0;
}

.article-comment {
  margin-bottom: 2px;
  background-color: white;
  padding: 30px;
}

.article-comment-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.article-comment-author .article-comment-author-img {
  margin-right: 30px;
  background-color: #256226;
  color: white;
  border-radius: 3rem;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
}
.article-comment-author .article-comment-author-img:before {
  content: "\e906";
  font-family: "iconfont";
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.article-comment-author .article-comment-author-img img {
  display: block;
  position: relative;
}
.article-comment-author .article-comment-author-name {
  display: block;
  font-weight: bold;
  color: #256226;
}
.article-comment-author .article-comment-author-date {
  display: block;
}

.article-comment-reply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: right;
  margin-top: 15px;
}

/* SASS terminal compile command
sass --watch packages/site-package-waldwissen/Resources/Private/Sass/main.scss:packages/site-package-waldwissen/Resources/Public/StyleSheets/main.css
sass packages/site-package-waldwissen/Resources/Private/Sass/main.scss:packages/site-package-waldwissen/Resources/Public/StyleSheets/main.css
*/

/*# sourceMappingURL=main.css.map */
