/*
.site-header {
    padding: 2rem;
    font-size: 1.8rem;
    @include mq('tablet-wide') {
        padding-top: 4rem;
        font-size: 2.4rem;
    }
}*/
.fa {
  color: #fff; }

.ht-preload-slider {
  display: none !important; }

section {
  background-position: center;
  background-size: cover; }

.primary {
  color: #416812 !important; }

.white-color {
  color: #ffffff !important; }

.text-uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold !important; }

.extra-bold {
  font-weight: 900 !important; }

.search-toggle:hover .inner:after {
  background: darkorange !important; }

h4.bolder {
  font-weight: 400 !important; }

.text-style-italic {
  font-style: italic !important; }

.search-toggle .inner:before {
  display: none; }

.search-toggle .inner:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  transition: 0.3s;
  z-index: 1000000;
  background: #41a62a;
  position: absolute;
  top: -32px;
  right: -32px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.search-toggle .fa {
  left: 12px;
  top: -3px;
  z-index: 10000000; }

.ht-main-navbar.logo-center .ht-main-nav-wrapper #ht-main-nav > ul:last-child {
  float: none; }

.modal-open {
  padding: 0 !important; }

#ht-search-form .close {
  color: #fff !important; }

#ht-search-form .close {
  right: 0; }

#ht-main-nav ul[id*="menu-"] {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
      justify-content: space-between; }

#ht-main-nav ul.sub-menu li:nth-child(4) {
  visibility: visible !important;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important; }

#ht-main-nav li {
  text-transform: uppercase; }
  #ht-main-nav li a {
    font-size: 12px;
    font-weight: 800; }

#ht-main-nav .sub-menu li:first-of-type {
  margin-left: 0px; }

#ht-main-nav .sub-menu li:nth-child(4n) {
  margin-left: 0px; }

#ht-main-nav > ul > li.dropdown-menu ul {
  padding: 0 !important;
  background: #f8a631 !important; }

ul.sub-menu a:hover {
  color: #4b2815 !important; }

#ht-main-nav > ul > li.dropdown-menu ul li a:hover {
  color: #4b2815 !important; }

#ht-main-nav > ul > li.dropdown-menu ul li {
  background: #f8a631; }

#ht-main-nav > ul > li.dropdown-menu ul li a {
  color: #fff !important; }

#ht-main-nav > ul > li.dropdown-menu > ul > li.menu-item-has-children > a:after {
  color: #fff !important;
  float: right; }

#ht-main-nav > ul > li.dropdown-menu > ul > li.menu-item-has-children > a:hover:after {
  color: #4b2815 !important;
  float: right; }

ul.sub-menu {
  margin-top: -3px !important; }

.mobile-nav-toggle span {
  background: #fff !important; }

.mobile-nav {
  background-color: #4b2815; }
  .mobile-nav .site-name {
    color: #fff !important; }
  .mobile-nav .fa-search {
    color: #4b2815 !important; }
  .mobile-nav input {
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.6); }
  .mobile-nav li:nth-child(4) {
    display: none; }
  .mobile-nav ul.sub-menu li:nth-child(4) {
    display: block; }
  .mobile-nav .ht-search-form,
  .mobile-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .mobile-nav .sub-menu li i {
    opacity: 0; }
  .mobile-nav .sub-menu li.menu-item-has-children i {
    opacity: 1; }
  .mobile-nav .sub-menu ul.sub-menu i {
    opacity: 0; }
  .mobile-nav .menu-item a {
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 600; }
  .mobile-nav .menu-item i {
    opacity: 0;
    color: #fff !important;
    border-left: none !important; }
  .mobile-nav .menu-item-has-children i {
    opacity: 1; }

.columns_padding_0 [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.row {
  row-gap: 1rem; }

[class*="col-"] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

/* Hack to vertically align elements in articles correctly */
.right-divide div[class*="col-"]:first-of-type {
  margin-left: 0 !important; }

.container {
  width: 100% !important;
  max-width: 1248px;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  padding-top: 0 !important;
  margin-left: auto;
  margin-right: auto; }

.fw-main-row > .container > .row > *:not([class*="col-"]):not(.full-width-bg-wrapper) {
  margin-left: 15px;
  margin-right: 15px; }

/*
**vertical margins and paddings
*/
/*same top and bottom paddings for sections*/
.section_padding_0 > [class*="container"] {
  padding-top: 0;
  padding-bottom: 0; }

.section_padding_15 > [class*="container"] {
  padding-top: 15px;
  padding-bottom: 15px; }

.section_padding_25 > [class*="container"] {
  padding-top: 25px;
  padding-bottom: 25px; }

.section_padding_50 > [class*="container"] {
  padding-top: 50px;
  padding-bottom: 50px; }

.section_padding_75 > [class*="container"] {
  padding-top: 75px;
  padding-bottom: 75px; }

.section_padding_100 > [class*="container"] {
  padding-top: 100px;
  padding-bottom: 100px; }

/*top paddings for sections*/
.section_padding_top_0 > [class*="container"] {
  padding-top: 0; }

.section_padding_top_5 > [class*="container"] {
  padding-top: 5px; }

.section_padding_top_10 > [class*="container"] {
  padding-top: 10px; }

.section_padding_top_15 > [class*="container"] {
  padding-top: 15px; }

.section_padding_top_25 > [class*="container"] {
  padding-top: 25px; }

.section_padding_top_30 > [class*="container"] {
  padding-top: 30px; }

.section_padding_top_40 > [class*="container"] {
  padding-top: 40px; }

.section_padding_top_50 > [class*="container"] {
  padding-top: 50px; }

.section_padding_top_65 > [class*="container"] {
  padding-top: 65px; }

.section_padding_top_75 > [class*="container"] {
  padding-top: 75px; }

.section_padding_top_100 > [class*="container"] {
  padding-top: 100px; }

.section_padding_top_130 > [class*="container"] {
  padding-top: 130px; }

.section_padding_top_150 > [class*="container"] {
  padding-top: 150px; }

/*bottom paddings for sections*/
.section_padding_bottom_0 > [class*="container"] {
  padding-bottom: 0; }

.section_padding_bottom_5 > [class*="container"] {
  padding-bottom: 5px; }

.section_padding_bottom_10 > [class*="container"] {
  padding-bottom: 10px; }

.section_padding_bottom_15 > [class*="container"] {
  padding-bottom: 15px; }

.section_padding_bottom_25 > [class*="container"] {
  padding-bottom: 25px; }

.section_padding_bottom_30 > [class*="container"] {
  padding-bottom: 30px; }

.section_padding_bottom_40 > [class*="container"] {
  padding-bottom: 40px; }

.section_padding_bottom_50 > [class*="container"] {
  padding-bottom: 50px; }

.section_padding_bottom_65 > [class*="container"] {
  padding-bottom: 65px; }

.section_padding_bottom_75 > [class*="container"] {
  padding-bottom: 75px; }

.section_padding_bottom_100 > [class*="container"] {
  padding-bottom: 100px; }

.section_padding_bottom_130 > [class*="container"] {
  padding-bottom: 130px; }

.section_padding_bottom_150 > [class*="container"] {
  padding-bottom: 150px; }

/*top margins for sections*/
.section_margin_top_0 > [class*="container"] {
  margin-top: 0; }

.section_margin_top_5 > [class*="container"] {
  margin-top: 5px; }

.section_margin_top_10 > [class*="container"] {
  margin-top: 10px; }

.section_margin_top_15 > [class*="container"] {
  margin-top: 15px; }

.section_margin_top_25 > [class*="container"] {
  margin-top: 25px; }

.section_margin_top_30 > [class*="container"] {
  margin-top: 30px; }

.section_margin_top_40 > [class*="container"] {
  margin-top: 40px; }

.section_margin_top_50 > [class*="container"] {
  margin-top: 50px; }

.section_margin_top_65 > [class*="container"] {
  margin-top: 65px; }

.section_margin_top_75 > [class*="container"] {
  margin-top: 75px; }

.section_margin_top_100 > [class*="container"] {
  margin-top: 100px; }

/*bottom margins for sections*/
.section_margin_bottom_0 > [class*="container"] {
  margin-bottom: 0; }

.section_margin_bottom_5 > [class*="container"] {
  margin-bottom: 5px; }

.section_margin_bottom_10 > [class*="container"] {
  margin-bottom: 10px; }

.section_margin_bottom_15 > [class*="container"] {
  margin-bottom: 15px; }

.section_margin_bottom_25 > [class*="container"] {
  margin-bottom: 25px; }

.section_margin_bottom_30 > [class*="container"] {
  margin-bottom: 30px; }

.section_margin_bottom_40 > [class*="container"] {
  margin-bottom: 40px; }

.section_margin_bottom_50 > [class*="container"] {
  margin-bottom: 50px; }

.section_margin_bottom_65 > [class*="container"] {
  margin-bottom: 65px; }

.section_margin_bottom_75 > [class*="container"] {
  margin-bottom: 75px; }

.section_margin_bottom_100 > [class*="container"] {
  margin-bottom: 100px; }

/* margins inside sections */
header [class*="col-"] {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0; }

.columns_padding_1 [class*="col-"] {
  margin-top: 0;
  margin-bottom: 1px; }

.columns_padding_2 [class*="col-"] {
  margin-top: 1px;
  margin-bottom: 1px; }

.columns_padding_5 [class*="col-"] {
  margin-top: 5px;
  margin-bottom: 5px; }

.columns_padding_10 [class*="col-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.columns_padding_0 [class*="col-"] {
  padding: 0; }

.columns_padding_1 [class*="col-"] {
  padding-left: 0;
  padding-right: 1px; }

.columns_padding_2 [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px; }

.columns_padding_5 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.columns_padding_10 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.columns_padding_15 [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

@media only screen and (min-width: 620px) {
  .columns_padding_30 [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px; }
  .columns_padding_5 [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .columns_padding_10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; } }

.columns_padding_0 > .container,
.columns_padding_1 > .container,
.columns_padding_2 > .container {
  padding-left: 30px;
  padding-right: 30px; }

.columns_padding_5 > .container {
  padding-left: 25px;
  padding-right: 25px; }

.columns_padding_0 [class^=col] {
  margin-top: 0;
  margin-bottom: 0; }

.columns_padding_0 .fw-main-row {
  padding-left: 0;
  padding-right: 0; }

.columns_padding_0 .container-fluid, .columns_padding_0 .container {
  margin-left: 0;
  margin-right: 0; }

.row.columns_padding_1,
.columns_padding_1 .row {
  margin-left: 0;
  margin-right: -1px; }

.row.columns_padding_2,
.columns_padding_2 .row {
  margin-left: -1px;
  margin-right: -1px; }

.row.columns_padding_5,
.columns_padding_5 .row {
  margin-left: -5px;
  margin-right: -5px; }

@media (min-width: 620px) {
  .columns_padding_25 > [class*="container"] > .row {
    margin-right: -25px;
    margin-left: -25px; }
    .columns_padding_25 > [class*="container"] > .row > [class*="col-"] {
      padding-left: 25px;
      padding-right: 25px; }
  .row.columns_padding_25 {
    margin-left: -25px;
    margin-right: -25px; }
  .columns_padding_30 > [class*="container"] > .row {
    margin-right: -30px;
    margin-left: -30px; }
    .columns_padding_30 > [class*="container"] > .row > [class*="col-"],
    .columns_padding_30 > [class*="container"] > .row .type-fw-team > [class*="col-"],
    .columns_padding_30 > [class*="container"] > .row .isotope_container > [class*="col-"] {
      padding-left: 30px;
      padding-right: 30px; }
  .row.columns_padding_30 {
    margin-left: -30px;
    margin-right: -30px; } }

/*top and bottom margins for columns inside sections and rows */
.columns_margin_top_0 [class*="col-"],
.row.columns_margin_top_0 [class*="col-"] {
  margin-top: 0; }

.columns_margin_top_5 [class*="col-"],
.row.columns_margin_top_5 [class*="col-"] {
  margin-top: 5px; }

.columns_margin_top_10 [class*="col-"],
.row.columns_margin_top_10 [class*="col-"] {
  margin-top: 10px; }

.columns_margin_top_15 [class*="col-"],
.row.columns_margin_top_15 [class*="col-"] {
  margin-top: 15px; }

.columns_margin_top_20 [class*="col-"],
.row.columns_margin_top_20 [class*="col-"] {
  margin-top: 20px; }

.columns_margin_top_30 [class*="col-"],
.row.columns_margin_top_30 [class*="col-"] {
  margin-top: 30px; }

.columns_margin_bottom_0 [class*="col-"],
.row.columns_margin_bottom_0 [class*="col-"] {
  margin-bottom: 0; }

.columns_margin_bottom_5 [class*="col-"],
.row.columns_margin_bottom_5 [class*="col-"] {
  margin-bottom: 5px; }

.columns_margin_bottom_10 [class*="col-"],
.row.columns_margin_bottom_10 [class*="col-"] {
  margin-bottom: 10px; }

.columns_margin_bottom_15 [class*="col-"],
.row.columns_margin_bottom_15 [class*="col-"] {
  margin-bottom: 15px; }

.columns_margin_bottom_20 [class*="col-"],
.row.columns_margin_bottom_20 [class*="col-"] {
  margin-bottom: 20px; }

.columns_margin_bottom_30 [class*="col-"],
.row.columns_margin_bottom_30 [class*="col-"] {
  margin-bottom: 30px; }

/* vertical alignmetn in columns */
.table_section [class*="container"] {
  height: 100%;
  padding-left: 0;
  padding-right: 0; }

.table_section .row {
  display: table;
  min-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0; }

.table_section [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (max-width: 767px) {
  .table_section .row,
  .table_section [class*="col-"] {
    display: block;
    width: auto; } }

@media screen and (max-width: 991px) {
  .table_section.table_section_md .row,
  .table_section.table_section_md [class*="col-"] {
    display: block;
    width: auto; } }

@media screen and (max-width: 1199px) {
  .table_section.table_section_lg .row,
  .table_section.table_section_lg [class*="col-"] {
    display: block;
    width: auto; } }

@media screen and (min-width: 1200px) {
  /* overlap featured person */
  .top-overlap {
    margin-top: -170px; }
  .top-overlap-small {
    margin-top: -100px; } }

.section_padding_100 > [class*="container"] {
  padding: 100px; }

.section_padding_top_100 > [class*="container"] {
  padding-top: 100px; }

.section_padding_top_120 > [class*="container"] {
  padding-top: 120px; }

.section_padding_top_130 > [class*="container"] {
  padding-top: 130px; }

.section_padding_top_150 > [class*="container"] {
  padding-top: 150px; }

.section_padding_top_75 > [class*="container"] {
  padding-top: 75px; }

.section_padding_bottom_100 > [class*="container"] {
  padding-bottom: 100px; }

.section_padding_bottom_120 > [class*="container"] {
  padding-bottom: 120px; }

.section_padding_bottom_130 > [class*="container"] {
  padding-bottom: 130px; }

.section_padding_bottom_150 > [class*="container"] {
  padding-bottom: 150px; }

.section_padding_bottom_75 > [class*="container"] {
  padding-bottom: 75px; }

@media (max-width: 1199px) {
  .section_padding_100 > [class*="container"],
  .section_padding_top_100 > [class*="container"],
  .section_padding_top_120 > [class*="container"],
  .section_padding_top_130 > [class*="container"],
  .section_padding_top_150 > [class*="container"],
  .section_padding_top_75 > [class*="container"] {
    padding-top: 75px; }
  .section_padding_100 > [class*="container"],
  .section_padding_bottom_100 > [class*="container"],
  .section_padding_bottom_120 > [class*="container"],
  .section_padding_bottom_130 > [class*="container"],
  .section_padding_bottom_150 > [class*="container"],
  .section_padding_bottom_75 > [class*="container"] {
    padding-bottom: 75px; }
  .section_margin_100 > [class*="container"],
  .section_margin_top_100 > [class*="container"],
  .section_margin_top_120 > [class*="container"],
  .section_margin_top_130 > [class*="container"],
  .section_margin_top_150 > [class*="container"],
  .section_margin_top_75 > [class*="container"] {
    margin-top: 75px; }
  .section_margin_100 > [class*="container"],
  .section_margin_bottom_100 > [class*="container"],
  .section_margin_bottom_120 > [class*="container"],
  .section_margin_bottom_130 > [class*="container"],
  .section_margin_bottom_150 > [class*="container"],
  .section_margin_bottom_75 > [class*="container"] {
    margin-bottom: 75px; } }

@media (max-width: 479px) {
  .section_padding_100 > [class*="container"],
  .section_padding_top_100 > [class*="container"],
  .section_padding_top_120 > [class*="container"],
  .section_padding_top_130 > [class*="container"],
  .section_padding_top_150 > [class*="container"],
  .section_padding_top_75 > [class*="container"] {
    padding-top: 50px; }
  .section_padding_100 > [class*="container"],
  .section_padding_bottom_100 > [class*="container"],
  .section_padding_bottom_120 > [class*="container"],
  .section_padding_bottom_130 > [class*="container"],
  .section_padding_bottom_150 > [class*="container"],
  .section_padding_bottom_75 > [class*="container"] {
    padding-bottom: 50px; }
  .section_margin_100 > [class*="container"],
  .section_margin_top_100 > [class*="container"],
  .section_margin_top_120 > [class*="container"],
  .section_margin_top_130 > [class*="container"],
  .section_margin_top_150 > [class*="container"],
  .section_margin_top_75 > [class*="container"] {
    margin-top: 50px; }
  .section_margin_100 > [class*="container"],
  .section_margin_bottom_100 > [class*="container"],
  .section_margin_bottom_120 > [class*="container"],
  .section_margin_bottom_130 > [class*="container"],
  .section_margin_bottom_150 > [class*="container"],
  .section_margin_bottom_75 > [class*="container"] {
    margin-bottom: 50px; } }

/***************************************************************
**** GLOBAL HANDLING FOR SMOOTHER FONT DISPLAY
***************************************************************/
body,
html {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: Oxygen !important; }

html {
  font-size: 100%;
  line-height: 1.5em;
  overflow-x: hidden; }

body {
  overflow: hidden; }

@media (min-width: 768px) {
  html {
    font-size: 100%;
    line-height: 1.5em; } }

h1,
.h1,
h2,
.h2,
#bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content h3,
.bdc-header-image .bdc-header-image__content,
h3,
.h3,
.button-wrapper .button-wrapper__skyline,
.hs-header .text-search .text-line,
.accordion .panel-title,
.item-layout-pilze--round .item-pilze h2.headline,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
blockquote,
table,
ul,
ol {
  margin-bottom: 24px;
  margin-bottom: 1rem; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
blockquote:last-child,
table:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }

h1,
.h1 {
  font-size: 24px !important; }
  @media screen and (min-width: 375px) {
    h1,
    .h1 {
      font-size: calc( 24px + 24 * (( 100vw - 375px ) / 1545)) !important; } }
  @media screen and (min-width: 1920px) {
    h1,
    .h1 {
      font-size: 48px !important; } }

h2,
.h2,
#bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content h3,
.bdc-header-image .bdc-header-image__content {
  font-size: 24px !important; }
  @media screen and (min-width: 375px) {
    h2,
    .h2,
    #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content h3,
    .bdc-header-image .bdc-header-image__content {
      font-size: calc( 24px + 8 * (( 100vw - 375px ) / 1545)) !important; } }
  @media screen and (min-width: 1920px) {
    h2,
    .h2,
    #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content h3,
    .bdc-header-image .bdc-header-image__content {
      font-size: 32px !important; } }

h3,
.h3,
.button-wrapper .button-wrapper__skyline,
.hs-header .text-search .text-line,
.accordion .panel-title,
.item-layout-pilze--round .item-pilze h2.headline {
  font-size: 24px !important; }
  @media screen and (min-width: 375px) {
    h3,
    .h3,
    .button-wrapper .button-wrapper__skyline,
    .hs-header .text-search .text-line,
    .accordion .panel-title,
    .item-layout-pilze--round .item-pilze h2.headline {
      font-size: calc( 24px + 0 * (( 100vw - 375px ) / 1545)) !important; } }
  @media screen and (min-width: 1920px) {
    h3,
    .h3,
    .button-wrapper .button-wrapper__skyline,
    .hs-header .text-search .text-line,
    .accordion .panel-title,
    .item-layout-pilze--round .item-pilze h2.headline {
      font-size: 24px !important; } }

h4,
.h4 {
  font-size: 20px; }

h5,
.h5 {
  font-size: 22px; }

h6,
.h6 {
  font-size: 20px; }

.extra-large {
  font-size: 24px; }
  @media only screen and (min-width: 480px) {
    .extra-large {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) {
    .extra-large {
      font-size: 50px; } }
  @media only screen and (min-width: 1200px) {
    .extra-large {
      font-size: 115px; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
#bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content h3,
.bdc-header-image .bdc-header-image__content,
.h3,
.button-wrapper .button-wrapper__skyline,
.hs-header .text-search .text-line,
.accordion .panel-title,
.item-layout-pilze--round .item-pilze h2.headline,
.h4,
.h5,
.h6 {
  font-weight: 400 !important;
  line-height: 1.4 !important;
  width: 100%;
  font-family: "Oxygen"; }

.item-title {
  text-transform: none !important;
  text-align: left !important; }
  .item-title.bold {
    font-weight: 400 !important; }
  .item-title.primary {
    color: #a80f0f !important; }
  .item-title + .sub-title {
    margin-top: -6px; }
  .item-title + p {
    line-height: 1.2; }

b,
strong {
  font-weight: 600; }

.fw-normal {
  font-weight: normal !important; }

blockquote {
  display: block;
  margin-top: 27px;
  margin-top: 2.7rem;
  margin-bottom: 27px;
  margin-bottom: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 750px;
  color: #787878;
  border-width: 0;
  font-style: italic;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1; }
  @media only screen and (min-width: 768px) {
    blockquote.with_padding {
      padding: 1.9em 2em; } }
  blockquote cite {
    display: block;
    font-size: 0.7em;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    line-height: 1.1; }
    blockquote cite strong {
      font-size: 0.9em; }
    blockquote cite::before {
      content: none;
      display: block;
      padding-bottom: 2em;
      margin: 2em 0 1.5em;
      background: url("../img/icon-divider.png") no-repeat center; }
  blockquote.image-bg {
    position: relative;
    background: url("../img/blockquote-bg.png") no-repeat center;
    background-size: cover;
    color: #fff; }
    @media only screen and (min-width: 480px) {
      blockquote.image-bg {
        padding: 3em; } }
    blockquote.image-bg::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.4); }
    blockquote.image-bg > * {
      position: relative; }

body {
  font-weight: 400;
  line-height: inherit;
  font-size: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
.title {
  color: #3c3c3c; }

[class*="title"] a {
  color: inherit; }

@media (min-width: 768px) {
  .wrapper {
    margin-top: 54px;
    margin-top: 3.17647rem;
    margin-bottom: 54px;
    margin-bottom: 3.17647rem; } }

.widget_categories img,
.widget_categories iframe,
.widget_nav_menu img,
.widget_nav_menu iframe,
.widget_pages img,
.widget_pages iframe,
.entry-content img,
.entry-content iframe,
.comment-content img,
.comment-content iframe,
.textwidget img,
.textwidget iframe {
  display: block;
  margin: auto;
  max-width: 100%;
  margin-bottom: 27px;
  margin-bottom: 1.58824rem; }

body a:hover {
  color: #8d292a !important; }

p a,
.type-post ul li a {
  text-decoration: underline !important; }
  p a:hover,
  .type-post ul li a:hover {
    text-decoration: none !important; }

.text-block {
  margin-top: 2rem;
  max-width: 784px; }
  .text-block .row {
    margin: 0; }

.text p,
.text-block p {
  line-height: 1.75; }

.text p + p,
.text-block p + p {
  margin-top: 1.5rem; }

.special-heading + .text-block {
  margin-top: 0; }

.section__row .text-block:first-child {
  margin-top: 0; }

.btn {
  border-radius: 2rem;
  border: 1px solid #a80f0f;
  color: #a80f0f;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  transition: all 200ms ease; }
  .btn:after {
    content: ">>>";
    margin-left: 0.25rem;
    font-size: 1rem;
    -ms-transform: scaleX(0.5);
        transform: scaleX(0.5); }
  .btn:hover {
    background-color: #a80f0f;
    color: #ffffff !important; }

.btn--light {
  border: 1px solid #ffffff;
  color: #ffffff; }
  .btn--light:hover {
    background-color: #ffffff;
    color: #000000 !important; }

.btn--highlight {
  border: 1px solid #a80f0f;
  background-color: #a80f0f;
  color: #ffffff;
  padding: 0.75rem 1.5rem; }
  .btn--highlight::after {
    display: none; }
  .btn--highlight:hover {
    border-color: #8d292a;
    background-color: #8d292a;
    color: #ffffff !important; }

.button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 2rem 0 0; }
  .button-wrapper .button-wrapper__skyline {
    text-align: center;
    color: #a80f0f;
    margin-bottom: 1.25rem; }

#bdc-slider .row > .hs-slider.single {
  width: calc(100% - 30px); }
  @media only screen and (min-width: 1400px) {
    #bdc-slider .row > .hs-slider.single {
      width: 100%; } }

#bdc-slider .hs-slider.single {
  overflow: visible !important;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    #bdc-slider .hs-slider.single {
      margin-top: 3rem; } }
  #bdc-slider .hs-slider.single img {
    min-height: 300px;
    margin: 0;
    border-radius: 8px;
    object-fit: cover;
    margin-left: -1rem;
    margin-right: -1rem;
    max-width: calc(100% + 2rem); }
    .container-fluid #bdc-slider .hs-slider.single img {
      margin-left: 0;
      margin-right: 0;
      max-width: 100%; }
    @media only screen and (min-width: 620px) {
      #bdc-slider .hs-slider.single img {
        height: 100%; } }
  #bdc-slider .hs-slider.single:before, #bdc-slider .hs-slider.single:after {
    background: none; }
  #bdc-slider .hs-slider.single ul.slides li {
    overflow: visible !important;
    list-style-type: none !important;
    padding: 0 !important; }
    #bdc-slider .hs-slider.single ul.slides li:before {
      display: none !important; }
  #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper {
    height: auto;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    display: block;
    background: #9cc941;
    border-radius: 8px;
    padding: 4rem 1.5rem 1.5rem !important;
    margin-top: -4rem;
    position: relative; }
    @media only screen and (min-width: 620px) {
      #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper {
        padding: 4rem 2rem 1.75rem !important;
        width: 400px !important;
        margin-top: 0;
        position: absolute;
        top: -3rem;
        left: 0;
        right: auto;
        margin-right: 0;
        margin-left: 0 !important; } }
    @media (min-width: 1248px) {
      #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper {
        left: 0; } }
    @media (min-width: 1248px) {
      .container-fluid #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper {
        left: calc(calc(100vw - 1248px) / 2); } }
    #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content {
      width: 100%; }
      @media only screen and (max-width: 619px) {
        #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content {
          text-align: left !important;
          display: block; } }
      #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content h3 {
        text-transform: uppercase;
        color: #ffffff;
        font-family: "Roboto Slab";
        text-align: left; }
      #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content p {
        display: none; }
      #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content a {
        border: solid #ffffff 1px; }
        #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content a:hover {
          color: #ffffff !important; }
  #bdc-slider .hs-slider.single .flex-control-nav {
    bottom: auto;
    top: 260px;
    left: 2.25rem;
    right: auto;
    width: auto; }
    @media only screen and (min-width: 620px) {
      #bdc-slider .hs-slider.single .flex-control-nav {
        top: -1.5rem;
        left: 2.75rem;
        margin-left: 0 !important; } }
    @media (min-width: 1248px) {
      .container-fluid #bdc-slider .hs-slider.single .flex-control-nav {
        left: calc(calc(100vw - 1248px) / 2); } }
    #bdc-slider .hs-slider.single .flex-control-nav a {
      width: 0.75rem !important;
      height: 0.75rem !important;
      border: 2px solid #ffffff;
      display: block;
      box-shadow: none !important;
      background-color: transparent !important;
      margin-bottom: 0 !important; }
      #bdc-slider .hs-slider.single .flex-control-nav a.flex-active {
        background-color: #ffffff !important; }

#bdc-slider .hs-slider.single ul.slides .entry-big {
  color: #fff !important; }

#bdc-slider .hs-slider.single ul.slides .entry-small {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1em; }

#bdc-slider .slides li {
  background-position: center; }

#bdc-slider .hs-slider.single,
#bdc-slider .hs-slider.single ul.slides li {
  height: 440px !important; }
  @media only screen and (max-width: 619px) {
    #bdc-slider .hs-slider.single,
    #bdc-slider .hs-slider.single ul.slides li {
      height: auto !important; } }

#bdc-slider .hs-slider.single .flex-control-nav a.flex-active {
  background: #ffffff !important;
  width: 12px;
  height: 12px;
  margin-bottom: -3px; }

#bdc-slider .hs-slider.single .flex-control-nav a {
  width: 6px;
  height: 6px; }

#bdc-slider .hs-slider.single .flex-direction-nav .flex-prev:hover,
#bdc-slider .hs-slider.single .flex-direction-nav .flex-next:hover {
  background: rgba(65, 104, 18, 0.5) !important; }

#bdc-slider .hs-slider.single .flex-direction-nav .flex-prev,
#bdc-slider .hs-slider.single .flex-direction-nav .flex-next {
  font-size: 18px; }

@media (max-width: 768px) {
  #bdc-slider .hs-slider.single ul.slides li {
    height: 340px; } }

@media (max-width: 375px) {
  #bdc-slider .hs-slider.single ul.slides li {
    height: 240px; } }

.filter-articles,
.filter-wissenswertes {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  margin-top: 55px; }
  .filter-articles .item-title,
  .filter-wissenswertes .item-title {
    text-align: left;
    font-size: 16px; }
  .filter-articles p,
  .filter-wissenswertes p {
    width: 310px;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: left; }
  .filter-articles .item-content,
  .filter-wissenswertes .item-content {
    padding-left: 8px; }
  .filter-articles .ew_posts_picture,
  .filter-wissenswertes .ew_posts_picture {
    margin-bottom: 0px;
    display: inline-block;
    width: 310px;
    height: 190px;
    position: relative;
    background-size: cover !important;
    background-position: center !important; }
    .filter-articles .ew_posts_picture::after,
    .filter-wissenswertes .ew_posts_picture::after {
      transition: all 0.3s ease-in;
      content: '';
      opacity: 0;
      position: absolute;
      width: 350px;
      height: 230px;
      left: -20px;
      top: -20px;
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.5); }
  .filter-articles:hover,
  .filter-wissenswertes:hover {
    transition: all 0.3s ease-in;
    cursor: pointer; }
    .filter-articles:hover .ew_posts_picture::after,
    .filter-wissenswertes:hover .ew_posts_picture::after {
      opacity: 1;
      width: 290px;
      height: 170px;
      left: 10px;
      top: 10px;
      border: 20px solid rgba(255, 255, 255, 0.5); }
    .filter-articles:hover .item-title,
    .filter-wissenswertes:hover .item-title {
      color: #41a62a !important; }

.isotope_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .isotope_container div.isotope-item {
    margin-right: 30px; }

@media (max-width: 375px) {
  .isotope-item {
    margin: 0 !important; } }

article.filter-news {
  margin-left: 30px; }

.category-news h3 {
  line-height: 35px !important;
  margin-bottom: 15px !important; }

.news-button {
  border-radius: 8px;
  color: #416812 !important;
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #416812;
  padding: 10px;
  position: relative;
  margin-left: -115px;
  left: 50%;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3); }

.post-date {
  color: #7a7a7a;
  font-size: 18px;
  display: block;
  font-weight: 700;
  margin-top: 1rem !important;
  margin-bottom: 15px; }

.news_container {
  margin: 55px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .news_container article {
    position: relative;
    display: block;
    border: 1px solid #000;
    margin-right: 20px;
    margin-bottom: 25px;
    width: 255px;
    padding: 10px 14px 35px 14px;
    text-align: center; }
    .news_container article h4 {
      font-size: 16px;
      font-weight: 600;
      color: #44494b !important;
      margin-bottom: 5px;
      line-height: 20px; }
    .news_container article span {
      display: block;
      font-size: 12px;
      line-height: 17px;
      color: #000 !important;
      font-weight: 500; }
    .news_container article a {
      font-size: 12px;
      font-weight: 700;
      display: inline-block;
      width: auto;
      position: absolute;
      left: 50%;
      margin-left: -30px;
      bottom: 5px;
      color: #416812 !important;
      margin-top: 15px; }
      .news_container article a:hover {
        color: darkorange !important; }
    .news_container article .news_picture {
      border-radius: 50%;
      display: inline-block;
      width: 150px;
      height: 150px;
      position: relative;
      background-size: cover !important;
      background-position: center !important; }
      .news_container article .news_picture::after {
        transition: all 0.2s ease-in;
        content: "";
        position: absolute;
        border-radius: 50%;
        width: 150px;
        height: 150px;
        left: 0;
        top: 0;
        border: 7px solid rgba(255, 255, 255, 0.7); }

.filter-news {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: 55px;
  width: 220px; }
  .filter-news .item-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #44494b !important;
    margin-bottom: 0px; }
    .filter-news .item-title a {
      color: #47494c !important; }
  .filter-news p {
    margin-top: 7px;
    color: #7b7e82 !important;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 18px !important; }
  .filter-news:hover {
    transition: all 0.2s ease-in;
    cursor: pointer; }
    .filter-news:hover .ew_posts_picture::after {
      width: 100px;
      height: 100px;
      left: 25px;
      top: 25px;
      border: 50px solid rgba(255, 255, 255, 0.7); }
    .filter-news:hover .item-title {
      color: #41a62a !important; }
  .filter-news .ew_posts_picture {
    border-radius: 50%;
    display: inline-block;
    width: 150px;
    height: 150px;
    position: relative;
    background-size: cover !important;
    background-position: center !important; }
    .filter-news .ew_posts_picture::after {
      transition: all 0.2s ease-in;
      content: "";
      position: absolute;
      border-radius: 50%;
      width: 150px;
      height: 150px;
      left: 0;
      top: 0;
      border: 7px solid rgba(255, 255, 255, 0.7); }

.filter-speisepilze {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  margin-top: 25px; }
  .filter-speisepilze .item-title {
    text-align: left;
    font-size: 16px; }
  .filter-speisepilze p {
    width: 310px;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: left; }
  .filter-speisepilze .item-content {
    padding-left: 8px; }
  .filter-speisepilze .ew_posts_picture {
    margin-bottom: 0px;
    display: inline-block;
    width: 310px;
    height: 190px;
    position: relative;
    background-size: cover !important;
    background-position: center !important; }
    .filter-speisepilze .ew_posts_picture::after {
      transition: all 0.3s ease-in;
      content: '';
      opacity: 0;
      position: absolute;
      width: 350px;
      height: 230px;
      left: -20px;
      top: -20px;
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.5); }
  .filter-speisepilze:hover {
    transition: all 0.3s ease-in;
    cursor: pointer; }
    .filter-speisepilze:hover .ew_posts_picture::after {
      opacity: 1;
      width: 290px;
      height: 170px;
      left: 10px;
      top: 10px;
      border: 20px solid rgba(255, 255, 255, 0.5); }
    .filter-speisepilze:hover .item-title {
      color: #41a62a !important; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

.pilze-table {
  width: 905px; }

.pilzbox-form {
  margin: 50px auto !important;
  max-width: 970px !important; }
  .pilzbox-form .ht-button {
    position: initial;
    margin: 0 auto;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 40px; }
  .pilzbox-form #plz {
    padding-left: 30px; }
  .pilzbox-form label[for="plz"]::after {
    content: "DE -";
    position: absolute;
    color: #000 !important;
    font-size: 12px;
    font-weight: 600;
    left: 20px;
    top: 28px; }
  .pilzbox-form select#kw {
    height: 34px !important; }
  .pilzbox-form label[for="kw"] {
    position: relative; }
    .pilzbox-form label[for="kw"]::after {
      content: "" !important;
      position: absolute;
      color: #000 !important;
      font-size: 12px;
      font-weight: 600;
      right: -35px;
      top: 8px; }
  .pilzbox-form .white {
    background-color: #fff; }
  .pilzbox-form .gray {
    background-color: #6c6f72; }
  .pilzbox-form .bordered {
    border: 1px solid #47494c; }
  .pilzbox-form .bt {
    border-top: 1px solid #47494c !important; }
  .pilzbox-form .bl {
    border-left: 1px solid #47494c !important; }
  .pilzbox-form .boxed {
    display: block;
    width: 37px;
    height: 20px;
    margin-bottom: 20px;
    margin-top: 3px; }
  .pilzbox-form a {
    color: #416812 !important;
    text-decoration: underline !important; }
    .pilzbox-form a:hover {
      color: darkorange !important;
      text-decoration: none !important; }
  .pilzbox-form .center {
    text-align: center; }
  .pilzbox-form label {
    font-size: 12px !important;
    color: #44494b !important; }
    .pilzbox-form label span {
      font-weight: 800; }
  .pilzbox-form h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px; }
    .pilzbox-form h4 span {
      font-weight: 500;
      font-size: 16px; }
  .pilzbox-form .inline-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 30%; }
    .pilzbox-form .inline-select label {
      margin-right: 7px;
      line-height: 28px; }
  .pilzbox-form .inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left; }
    .pilzbox-form .inline label {
      margin-right: 7px;
      line-height: 34px; }
  .pilzbox-form .inline-small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left; }
    .pilzbox-form .inline-small input {
      width: 25%; }
    .pilzbox-form .inline-small label {
      margin-right: 7px;
      line-height: normal;
      width: 80%; }
      .pilzbox-form .inline-small label span {
        font-weight: 800; }
  .pilzbox-form .check {
    display: -ms-flexbox;
    display: flex; }
    .pilzbox-form .check label {
      position: relative;
      line-height: normal;
      top: -2px; }
    .pilzbox-form .check div + div {
      margin-left: 7px; }
  .pilzbox-form input[type="checkbox"] {
    height: auto;
    margin: 0;
    padding: 0; }
  .pilzbox-form input,
  .pilzbox-form select {
    border: 1px solid #44494b;
    color: #44494b !important;
    padding: 5px;
    height: 28px;
    margin-bottom: 15px; }
  .pilzbox-form .pilze-table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 15px 20px 15px;
    box-sizing: content-box; }
    .pilzbox-form .pilze-table div {
      font-size: 11px;
      color: #44494b;
      font-weight: 600; }
    .pilzbox-form .pilze-table .title {
      font-weight: 800; }
    .pilzbox-form .pilze-table .primary-title {
      font-weight: 700;
      color: #416812; }
    .pilzbox-form .pilze-table .bundesland {
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%; }
      .pilzbox-form .pilze-table .bundesland div {
        padding: 1px 3px;
        border-right: none;
        border-bottom: none; }
    .pilzbox-form .pilze-table .spring {
      font-weight: 700;
      color: #416812; }
      .pilzbox-form .pilze-table .spring .title {
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        padding: 0; }
        .pilzbox-form .pilze-table .spring .title .kw {
          padding: 0; }
          .pilzbox-form .pilze-table .spring .title .kw .title {
            font-size: 11px;
            padding: 1px 4px; }
      .pilzbox-form .pilze-table .spring .primary-title {
        text-align: center; }
      .pilzbox-form .pilze-table .spring div {
        padding: 1px 4px;
        border-right: none;
        border-bottom: none; }
    .pilzbox-form .pilze-table .autumn {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      font-weight: 700;
      color: #416812;
      font-weight: 700;
      color: #416812; }
      .pilzbox-form .pilze-table .autumn .title {
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        padding: 0; }
        .pilzbox-form .pilze-table .autumn .title .kw {
          padding: 0; }
          .pilzbox-form .pilze-table .autumn .title .kw .title {
            font-size: 11px;
            padding: 1px 4px; }
      .pilzbox-form .pilze-table .autumn .primary-title {
        text-align: center; }
      .pilzbox-form .pilze-table .autumn div {
        padding: 1px 4px;
        border-right: none;
        border-bottom: none; }
    .pilzbox-form .pilze-table div + div {
      border-left: none; }

#check_field {
  display: none !important; }

.hs-header {
  margin-bottom: 30px !important; }
  .hs-header .heading {
    font-size: 1.6em;
    letter-spacing: 0.13em;
    font-weight: 700; }
  .hs-header .text-search {
    padding-top: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (min-width: 620px) {
      .hs-header .text-search {
        padding-top: 6rem;
        -ms-flex-direction: row;
            flex-direction: row; } }
    .hs-header .text-search .text-line {
      margin-bottom: 1rem; }
      @media only screen and (min-width: 620px) {
        .hs-header .text-search .text-line {
          margin-bottom: 0; } }
    .hs-header .text-search .search-form form {
      display: -ms-flexbox;
      display: flex;
      border-bottom: thin solid #9cc941;
      margin-right: 10px; }
      .hs-header .text-search .search-form form button {
        display: inline-block;
        -ms-flex-positive: 0;
            flex-grow: 0;
        width: 34px;
        height: 27px;
        background-image: url("../img/lupe.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: unset;
        border: none; }
      .hs-header .text-search .search-form form input[type="text"] {
        display: inline-block;
        -ms-flex-positive: 1;
            flex-grow: 1;
        color: #9cc941 !important;
        font-size: 14px;
        border: none; }
        .hs-header .text-search .search-form form input[type="text"]:-ms-input-placeholder {
          color: #486348; }
        .hs-header .text-search .search-form form input[type="text"]::placeholder {
          color: #486348; }

.post-ratings {
  font-size: 0em; }
  .post-ratings em {
    display: none !important; }
  .post-ratings img {
    margin: 1px 0 0 3px !important; }

.post-ratings-text {
  display: none !important; }

#bookmarkme {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.button-section {
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 30px; }
  .button-section a {
    display: inline-block;
    background-color: #4b2815;
    border-radius: 12px;
    padding: 6px 15px;
    width: auto;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer; }

.hs-content .hs-thumbnail {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
  min-height: 185px;
  position: relative;
  background-size: cover !important; }
  .hs-content .hs-thumbnail::after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px; }

.hs-content .fixed-width {
  width: 250px; }

.hs-content .isotope-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.hs-content .entry-inner {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000;
  width: 310px;
  margin: 0 auto 20px auto; }
  .hs-content .entry-inner .bdc-recipe-thumbnail {
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 140px; }
  .hs-content .entry-inner .bdc-recipe-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .hs-content .entry-inner .bdc-recipe-info span {
      font-size: 11px;
      font-weight: 600;
      padding-right: 8px;
      color: #7d8083 !important; }
      .hs-content .entry-inner .bdc-recipe-info span a {
        margin-right: 4px; }
    .hs-content .entry-inner .bdc-recipe-info span.votes {
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      .hs-content .entry-inner .bdc-recipe-info span.votes .post-ratings {
        display: -ms-flexbox;
        display: flex;
        font-size: 0px !important;
        margin-top: 2px; }
        .hs-content .entry-inner .bdc-recipe-info span.votes .post-ratings img {
          height: 12px;
          margin: 6px 0 0 3px !important; }
        .hs-content .entry-inner .bdc-recipe-info span.votes .post-ratings em {
          display: none; }
  .hs-content .entry-inner:hover a {
    color: #41a62a !important; }
  .hs-content .entry-inner:hover .hs-thumbnail::after {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px; }

.hs-content .content-wrapper {
  margin: 10px; }

.hs-content .entry-author {
  line-height: 22px;
  margin-bottom: 7px; }
  .hs-content .entry-author a {
    font-size: 11px !important;
    font-weight: 600; }

.hs-content h3.entry-name {
  font-size: 1.1em !important;
  font-weight: 700 !important;
  line-height: 1em;
  margin: 0; }
  .hs-content h3.entry-name a {
    color: #47494c !important; }

.hs-recipes header.hs-header {
  padding-top: 15px; }
  .hs-recipes header.hs-header .heading {
    color: #416812 !important; }

.hs-recipes.grid .entry {
  margin: 0 0 2rem !important; }

.hs-recipes .isotope-filter {
  padding: 25px;
  margin-bottom: 0 !important; }
  .hs-recipes .isotope-filter li {
    border: none !important;
    border-radius: 20px;
    background-color: #e6f1cf;
    transition: background-color 0.3s;
    margin: 0 5px 10px !important; }
    .hs-recipes .isotope-filter li a {
      font-size: 16px !important;
      color: #000000 !important;
      padding: 5px 1rem 4px;
      font-weight: normal; }
    .hs-recipes .isotope-filter li.is-filtered, .hs-recipes .isotope-filter li:hover {
      background-color: #9cc941; }
      .hs-recipes .isotope-filter li.is-filtered a, .hs-recipes .isotope-filter li:hover a {
        color: #ffffff !important; }
      .hs-recipes .isotope-filter li.is-filtered:before, .hs-recipes .isotope-filter li:hover:before {
        content: none;
        border: none; }

.hs-recipes .isotope-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hs-recipes .isotope-grid .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .hs-recipes .isotope-grid .entry {
    margin: 0 0 0;
    padding: 5px;
    margin-bottom: 0 !important;
    box-sizing: border-box; }
  .hs-recipes .isotope-grid .entry-inner {
    border: none;
    margin-right: 0; }
    .hs-recipes .isotope-grid .entry-inner .read-more-button {
      margin-top: -20px !important; }
    .hs-recipes .isotope-grid .entry-inner .content-wrapper {
      border-left: 1px solid #eae8e5 !important;
      border-right: 1px solid #eae8e5 !important;
      border-bottom: 1px solid #eae8e5 !important;
      padding: 8px !important;
      margin: 0 0 15px 0;
      min-height: 103px; }
    .hs-recipes .isotope-grid .entry-inner .entry-author {
      margin-bottom: 8px; }
    .hs-recipes .isotope-grid .entry-inner .entry-action-inner a {
      font-size: 0.8em;
      font-weight: 600; }
    .hs-recipes .isotope-grid .entry-inner .bdc-recipe-info {
      margin-bottom: 15px; }
    .hs-recipes .isotope-grid .entry-inner h3.entry-name a {
      font-size: 0.8em;
      margin-bottom: 0; }
  .hs-recipes .isotope-grid .content-wrapper {
    padding: 0 !important;
    border: none !important; }

.hs-recipe.single .video-holder a {
  font-size: 200px;
  margin-top: -100px;
  margin-left: -100px;
  opacity: 0.5; }

.hs-recipe.single .recipe__row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
  margin-top: 2rem; }
  @media only screen and (min-width: 620px) {
    .hs-recipe.single .recipe__row {
      margin-top: 0; } }
  @media only screen and (min-width: 992px) {
    .hs-recipe.single .recipe__row {
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-direction: row;
          flex-direction: row; } }

.hs-recipe.single .recipe__content {
  padding: 1.5rem 0 0;
  border-top: 1px solid #9cc941; }
  @media only screen and (min-width: 992px) {
    .hs-recipe.single .recipe__content {
      padding: 1.5rem 0.5rem 0; } }

.hs-recipe.single .recipe__media {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .hs-recipe.single .recipe__media img {
    height: auto; }
  @media only screen and (min-width: 992px) {
    .hs-recipe.single .recipe__media {
      top: 120px;
      position: -webkit-sticky;
      position: sticky;
      max-width: 50%; } }

.hs-recipe.single .recipe__meta {
  background: #e6f1cf;
  padding: 0.5rem 0.75rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  column-gap: 1.5rem;
  border-radius: 8px;
  margin-top: 0.5rem;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (min-width: 992px) {
    .hs-recipe.single .recipe__meta {
      margin-top: 2rem; } }
  .hs-recipe.single .recipe__meta span {
    color: #385138;
    display: block;
    font-weight: bold;
    font-size: 0.875rem; }
    @media only screen and (min-width: 992px) {
      .hs-recipe.single .recipe__meta span {
        font-size: 1rem; } }

.hs-recipe.single .rmp-rating-widget__icons {
  margin: 1rem 0 !important; }

.hs-recipe.single .rmp-rating-widget__results span {
  display: block;
  margin-bottom: 0.25rem; }

.hs-recipe.single .rmp-icon--star {
  color: #9cc941;
  font-size: 1.5rem;
  margin: 0 2px; }
  .hs-recipe.single .rmp-icon--star:before {
    content: "\2606"; }

.hs-recipe.single .rmp-icon--half-highlight {
  background: linear-gradient(to right, #9cc941 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .hs-recipe.single .rmp-icon--half-highlight:before {
    content: "\2605"; }

.hs-recipe.single .rmp-icon--full-highlight:before {
  content: "\2605"; }

.hs-recipe.single .rmp-heading.rmp-heading--subtitle {
  font-weight: bold; }

.hs-recipe.single .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  text-align: left; }

.hs-recipe.single .entry-media {
  margin-bottom: 0; }
  .hs-recipe.single .entry-media .overlay,
  .hs-recipe.single .entry-media img {
    border-radius: 8px;
    overflow: hidden; }

.hs-recipe.single .entry-meta {
  font-size: 15px;
  font-weight: 600;
  color: #000; }

.hs-recipe.single .recipe-single-title {
  margin-bottom: 0px; }

.hs-recipe.single .meta-time {
  text-transform: capitalize !important; }

.hs-recipe.single .meta-author {
  font-size: 14px;
  font-weight: 700; }
  .hs-recipe.single .meta-author a {
    color: #416812 !important; }
    .hs-recipe.single .meta-author a:hover {
      color: darkorange !important; }

.hs-recipe.single .entry-title {
  margin-top: 2rem;
  color: #a80f0f; }

.hs-recipe.single .ingredients-hint {
  font-size: 12px;
  font-weight: 400; }

.hs-recipe.single .entry-action .action {
  font-size: 12px;
  padding: 2px; }
  .hs-recipe.single .entry-action .action:hover p,
  .hs-recipe.single .entry-action .action:hover i {
    color: orangered !important; }
  .hs-recipe.single .entry-action .action p,
  .hs-recipe.single .entry-action .action i {
    color: #44494b;
    text-transform: uppercase; }

.hs-recipe.single .entry-ingredient td {
  color: #44494b;
  font-weight: 500;
  padding: 1rem 0 !important;
  background: transparent !important;
  cursor: pointer; }

.hs-recipe.single .entry-ingredient tr {
  background: transparent !important; }
  .hs-recipe.single .entry-ingredient tr.is-done td {
    color: #486348 !important;
    font-weight: 700 !important; }

.hs-recipe.single .entry-instruction dd {
  margin: 0 !important;
  font-size: 1.125rem !important; }

.hs-recipe.single .entry-instruction dt {
  display: block;
  float: none !important;
  color: #a80f0f;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
  font-size: 1.5rem !important; }
  .hs-recipe.single .entry-instruction dt:first-of-type {
    margin-top: 0 !important; }

.hs-recipe.single .guten-appetite {
  color: #a80f0f;
  margin-top: 2.5rem;
  display: block;
  font-size: 1.5rem; }

.nivo-lightbox-wrap {
  top: 25% !important;
  bottom: 20% !important; }

.rmp-heading--title {
  font-size: 1.5rem;
  padding-top: 2rem; }

.bdc-header-image {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem; }
  .bdc-header-image.has-title {
    margin-top: 1rem; }
    @media only screen and (min-width: 620px) {
      .bdc-header-image.has-title {
        margin-top: 3rem; } }
  .container-fluid .bdc-header-image {
    margin-left: 0;
    margin-right: 0; }
  .bdc-header-image .bdc-header-image__media {
    background-size: cover !important;
    min-height: 410px;
    border-radius: 14px; }
  .bdc-header-image .bdc-header-image__content {
    width: calc(100% - 2rem) !important;
    margin-left: 1rem;
    margin-right: 1rem;
    display: block;
    background: #9cc941;
    border-radius: 8px;
    padding: 1.5rem !important;
    margin-top: -4rem;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Roboto Slab"; }
    @media only screen and (min-width: 620px) {
      .bdc-header-image .bdc-header-image__content {
        width: 400px !important;
        padding: 2.5rem 2rem 2.5rem !important;
        margin-top: 0;
        position: absolute;
        top: -3rem;
        left: 0;
        right: auto;
        margin-right: 0;
        margin-left: 0.875rem !important; } }
    @media (min-width: 1248px) {
      .bdc-header-image .bdc-header-image__content {
        left: 0; } }
    @media (min-width: 1248px) {
      .container-fluid .bdc-header-image .bdc-header-image__content {
        left: calc(calc(100vw - 1248px) / 2); } }

.teaser h4.item-title {
  width: 80%;
  margin: auto; }

.teaser a {
  color: #416812 !important; }

.teaser a:hover {
  color: #8d292a !important; }

.item-title {
  margin-bottom: 0 !important; }

.ht-section {
  padding-top: 20px !important; }

article.bdc-page-content p:last-of-type,
article.bdc-post-content p:last-of-type {
  margin-bottom: 0; }

#bdc-slider .hs-slider.single ul.slides .entry-small {
  color: #fff !important;
  font-size: 21px;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important; }

.left-divide {
  display: -ms-flexbox;
  display: flex;
  margin-left: -90px; }
  .left-divide img {
    margin: 10px 0px 10px 0px !important; }

.left-divide div[class*="col-"]:first-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: -webkit-right; }

.right-divide {
  display: -ms-flexbox;
  display: flex;
  margin-right: -90px; }
  .right-divide img {
    margin: 10px 0px 10px 0px !important; }

.right-divide div[class*="col-"]:first-of-type {
  margin-left: -15px; }

div[class*="col-"].gesunde-diagramm {
  width: 50%; }

.right-divide div[class*="col-"]:last-of-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.info-box-left p {
  text-indent: 35px;
  display: block;
  background-color: #e6f1cf;
  border-radius: 8px;
  padding: 1rem;
  position: relative;
  margin-top: 10px; }
  .info-box-left p:before {
    content: "i";
    text-indent: 0 !important;
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -20px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff !important;
    line-height: 33px;
    font-size: 30px;
    font-weight: 700;
    background: #9cc941; }

.info-box-right p {
  display: block;
  background-color: #e6f1cf;
  border-radius: 8px;
  padding: 1rem;
  position: relative;
  margin-top: 10px; }
  .info-box-right p:before {
    content: "i";
    text-indent: 0 !important;
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -20px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff !important;
    line-height: 33px;
    font-size: 30px;
    font-weight: 700;
    background: #9cc941; }

.info-box-right-special {
  margin-top: -47px; }
  .info-box-right-special p {
    display: block;
    background-color: #e6f1cf;
    border-radius: 8px;
    padding: 1rem;
    position: relative;
    margin-top: 10px; }
    .info-box-right-special p:before {
      content: "i";
      text-indent: 0 !important;
      display: block;
      position: absolute;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      top: -15px;
      right: -20px;
      border: 2px solid #fff;
      text-align: center;
      color: #fff !important;
      line-height: 33px;
      font-size: 30px;
      font-weight: 700;
      background: #9cc941; }

.info-box-right-special2 {
  margin-top: -60px;
  margin-bottom: 10px; }
  .info-box-right-special2 p {
    display: block;
    background-color: #416812;
    color: #fff !important;
    padding: 8px;
    font-weight: 600 !important;
    border: 2px solid #fff;
    position: relative;
    margin-top: 10px; }
    .info-box-right-special2 p:before {
      content: "i";
      text-indent: 0 !important;
      display: block;
      position: absolute;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      top: -15px;
      right: -20px;
      border: 2px solid #fff;
      text-align: center;
      color: #fff !important;
      line-height: 33px;
      font-size: 30px;
      font-weight: 700;
      background: #9cc941; }

#breaker {
  position: relative; }
  #breaker::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 1; }
  #breaker div {
    z-index: 10;
    position: relative; }

#contact-block h4 {
  color: #7b7e82 !important; }

#contact-block a {
  color: #416812 !important;
  text-decoration: underline !important; }
  #contact-block a:hover {
    color: #8d292a !important;
    text-decoration: none !important; }

.page-numbers {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex; }
  .page-numbers .next {
    line-height: 40px;
    padding-left: 12px; }
  .page-numbers .prev {
    line-height: 40px;
    padding-right: 12px; }
  .page-numbers a:hover {
    color: #fff !important; }

#impressum-block h4 {
  color: #7b7e82 !important; }

#impressum-block a {
  color: #7b7e82 !important;
  text-decoration: none !important; }
  #impressum-block a:hover {
    color: #8d292a !important;
    text-decoration: underline !important; }

.bdc-page-content .container ul,
.post-content-area ul {
  padding-left: 0; }
  .bdc-page-content .container ul li,
  .post-content-area ul li {
    list-style: none !important;
    line-height: 28px;
    font-size: 18px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #7b7e82;
    position: relative;
    padding-left: 30px; }
    .bdc-page-content .container ul li::before,
    .post-content-area ul li::before {
      position: absolute;
      content: "\2022";
      color: #a80f0f;
      font-weight: bold;
      display: inline-block;
      font-size: 24px;
      top: 0;
      left: 0; }

@media (max-width: 768px) {
  .bdc-header-image {
    min-height: 260px; }
    .bdc-header-image::before {
      min-height: 245px; }
    .bdc-header-image strong {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 10px; }
    .bdc-header-image em {
      font-size: 18px;
      line-height: 20px; }
  .bdc-page-content h2 {
    font-size: 35px;
    line-height: 50px; }
  .bdc-page-content .filter-speisepilze,
  .bdc-page-content .filter-articles {
    margin: 0 auto 20px auto;
    max-width: 310px; }
  .right-divide {
    display: block;
    margin: 0; }
    .right-divide img {
      margin: 0 auto !important; }
    .right-divide div[class*="col-"]:last-of-type {
      display: block;
      margin-top: 20px; }
    .right-divide div[class*="col-"]:first-of-type {
      display: block;
      margin: 0; }
  .left-divide {
    display: block;
    margin: 0; }
    .left-divide img {
      margin: 0 auto !important; }
    .left-divide div[class*="col-"]:last-of-type {
      display: block;
      margin-top: 20px; }
    .left-divide div[class*="col-"]:first-of-type {
      display: block; } }

@media (max-width: 375px) {
  .item-title.h2, #bdc-slider .hs-slider.single ul.slides .slide-content-wrapper .slide-content h3.item-title, .bdc-header-image .item-title.bdc-header-image__content {
    font-size: 20px;
    line-height: 24px; }
  .hs-recipe .entry img {
    max-height: 260px !important; }
  #ht-logo img {
    max-height: 60px; }
  .bdc-header-image {
    min-height: 190px; }
    .bdc-header-image::before {
      min-height: 178px; }
    .bdc-header-image strong {
      font-size: 22px;
      margin-bottom: 15px;
      line-height: 25px; }
    .bdc-header-image em {
      font-size: 14px;
      line-height: 16px; }
  .right-divide {
    display: block;
    margin: 0; }
    .right-divide img {
      margin: 0 auto !important; }
    .right-divide div[class*="col-"]:last-of-type {
      display: block;
      margin-top: 20px; }
    .right-divide div[class*="col-"]:first-of-type {
      display: block;
      padding: 0;
      margin: 0; }
  .left-divide {
    display: block;
    margin: 0; }
    .left-divide img {
      margin: 0 auto !important; }
    .left-divide div[class*="col-"]:last-of-type {
      display: block;
      margin-top: 20px;
      padding: 0; }
    .left-divide div[class*="col-"]:first-of-type {
      display: block; } }

.video-wrapper {
  border-radius: 8px;
  overflow: hidden; }
  .video-wrapper iframe {
    margin: 0 !important; }

.row > .full-width-bg-wrapper {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 992px) {
    .row > .full-width-bg-wrapper {
      margin-bottom: 2rem; } }

.row > .btn {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto; }

/*************
** SECTIONS **
**************/
section.fw-main-row,
section.section {
  margin-top: 5rem; }
  @media only screen and (min-width: 1200px) {
    section.fw-main-row,
    section.section {
      margin-top: 9rem; } }

section.fw-main-row img {
  border-radius: 8px; }

section.fw-main-row.section_margin_top_small {
  margin-top: 2rem; }
  @media only screen and (min-width: 1200px) {
    section.fw-main-row.section_margin_top_small {
      margin-top: 4rem; } }

section.fw-main-row:first-of-type {
  margin-top: 0; }

.single section.fw-main-row {
  margin-top: 2rem; }

section.fw-main-row[class*="bg-"] .section__wrapper {
  padding: 2rem 2rem 3rem;
  border-radius: 8px;
  margin-left: -1rem;
  margin-right: -1rem; }

section.fw-main-row.bg-rose .section__wrapper {
  background-color: #ebdacb; }

section.fw-main-row.bg-green-light .section__wrapper {
  background-color: #e6f1cf; }

section.fw-main-row .section__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem !important;
  margin-right: -1rem !important; }
  section.fw-main-row .section__row > *:not([class*="col-"]) {
    width: 100%; }
  section.fw-main-row .section__row > [class*="col-"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  section.fw-main-row .section__row > * {
    padding-left: 1rem;
    padding-right: 1rem; }

.media-horizontal img {
  height: auto !important; }

.blog-item {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .blog-item .blog-picture {
    max-width: 302px;
    display: block;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-right: 15px;
    background-size: cover !important;
    background-position: center !important; }
  .blog-item .blog-date {
    color: #7a7a7a;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500; }
  .blog-item h3 {
    margin-bottom: 0 !important; }
  .blog-item span {
    display: block;
    color: #7b7e82; }
  .blog-item a {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    width: auto;
    margin-top: 7px;
    color: #416812 !important; }
    .blog-item a:hover {
      color: darkorange !important; }

.blog .post-date {
  margin-bottom: 0 !important; }

.blog h4 {
  margin-bottom: 12px;
  text-transform: uppercase; }

.ht-lightbox-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto !important; }
  .ht-lightbox-gallery i {
    display: none; }
  .ht-lightbox-gallery .entry {
    width: 255px !important;
    height: 192px !important;
    transition: none !important;
    position: inherit !important;
    left: 0 !important;
    top: 0 !important;
    -ms-transform: none !important;
        transform: none !important;
    margin-top: 30px;
    margin-right: 30px; }
  .ht-lightbox-gallery .overlay {
    background: transparent; }
  .ht-lightbox-gallery .ht-picture {
    display: block;
    background-size: cover !important;
    background-position: center !important;
    width: 255px;
    height: 192px; }

@media (max-width: 768px) {
  .blog-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .blog-picture {
    height: 200px;
    margin-bottom: 15px; } }

@media (max-width: 375px) {
  .blog-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .blog-picture {
    min-width: 100%;
    height: 200px;
    margin-bottom: 15px; } }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 50px; }
  .pagination a {
    font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif !important;
    margin-left: 10px;
    color: #416812 !important;
    font-size: 20px;
    font-weight: 500; }
  .pagination span {
    font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif !important;
    color: #416812 !important;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px; }

#respond {
  max-width: 1170px;
  margin: 0 auto 50px auto;
  padding-left: 15px;
  padding-right: 15px; }
  #respond .logged-in-as {
    display: none; }
  #respond .must-log-in {
    font-weight: 500; }
    #respond .must-log-in a {
      color: #416812 !important;
      font-weight: 700; }
      #respond .must-log-in a:hover {
        color: darkorange !important; }

#reply-title {
  display: none; }

.hs-comment .comment-metadata {
  padding-left: 0; }

.hs-comment .comment-list {
  margin-bottom: 0 !important; }

.hs-comment .comment-metadata a {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700;
  pointer-events: none; }

.hs-comment .comment-metadata .action {
  display: none; }

.hs-comment .col-xs-12, .hs-comment .col-sm-12 {
  padding: 0 !important; }

.hs-comment .rating-title,
.hs-comment label {
  color: #000;
  font-weight: 600; }

.hs-comment button {
  background: #416812 !important; }

.hs-comment textarea {
  border-color: #000;
  border-radius: 5px; }

.hs-comment .logged-in-as {
  display: none; }

.hs-comment .ht-form-block {
  margin-top: 0px;
  background: transparent !important;
  padding: 0; }

.hs-comment .must-log-in {
  font-weight: 500; }
  .hs-comment .must-log-in a {
    color: #416812 !important;
    font-weight: 700; }
    .hs-comment .must-log-in a:hover {
      color: darkorange !important; }

@media (min-width: 768px) {
  .hs-comment .comment {
    margin-left: 0 !important; } }

#isotop-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #isotop-filters button {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    text-transform: capitalize;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #9e9e9e !important; }
    #isotop-filters button.category_link_current {
      color: #47494c !important;
      border-bottom-color: #47494c; }
    #isotop-filters button:hover {
      color: darkorange !important; }

#sortable-ajax-load {
  color: transparent; }
  #sortable-ajax-load .pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 20px; }
    #sortable-ajax-load .pagination li + li {
      margin-left: 5px; }
    #sortable-ajax-load .pagination .nav-item {
      display: block;
      width: 8px;
      height: 8px;
      background: #9fa3a6;
      border-radius: 50%;
      font-size: 0px; }
      #sortable-ajax-load .pagination .nav-item:hover {
        background: #4b2815; }
    #sortable-ajax-load .pagination .current_page span {
      display: block;
      width: 8px;
      height: 8px;
      background: #4b2815;
      border-radius: 50%;
      font-size: 0px; }

#rezeptsuchen .contact-form {
  max-width: 670px;
  margin: 0 auto; }

form[role="search"] input {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000; }

form[role="search"] button {
  margin-right: 20px; }
  form[role="search"] button i {
    color: #416812 !important; }

.contact-form {
  background: #e2e3e4;
  max-width: 870px;
  margin: 0 auto;
  position: relative; }
  .contact-form .field-checkbox sup {
    display: none; }
  .contact-form .field-checkbox label {
    position: relative;
    line-height: normal;
    top: -2px; }
  .contact-form .field-checkbox input {
    height: auto; }
  .contact-form .field-checkbox a {
    color: #416812 !important;
    text-decoration: underline !important; }
  .contact-form .field-checkbox a:hover {
    color: darkorange !important;
    text-decoration: none !important; }
  .contact-form h3.heading {
    font-size: 14px !important;
    font-weight: 800;
    line-height: 12px;
    margin-bottom: 5px; }
  .contact-form .sub-heading {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em; }
  .contact-form label {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0; }
  .contact-form .field-text {
    margin-bottom: 5px; }
  .contact-form .field-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
        justify-content: left;
    width: 50%;
    margin: 10px 0; }
    .contact-form .field-select label {
      -ms-flex-preferred-size: 95%;
          flex-basis: 95%;
      line-height: 30px; }
    .contact-form .field-select select {
      color: #000 !important;
      font-size: 12px;
      font-weight: 600;
      height: 28px; }
  .contact-form input {
    color: #000 !important;
    font-size: 12px;
    height: 28px;
    font-weight: 600; }
  .contact-form textarea {
    color: #000 !important; }
  .contact-form select {
    background: #ffffff; }
  .contact-form .ht-button:active {
    top: auto !important; }
  .contact-form .ht-button {
    border-radius: 14px;
    background-color: #416812 !important;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #fff;
    top: auto !important; }
  .contact-form .form-error {
    display: none !important; }

.ht-form-block {
  padding: 20px 17px; }

#contact-address {
  margin-top: 3rem; }
  #contact-address .text-block {
    margin-top: 0; }
  #contact-address h4 {
    color: #7b7e82 !important; }
  #contact-address a {
    color: #416812 !important;
    text-decoration: underline !important; }
    #contact-address a:hover {
      color: darkorange !important;
      text-decoration: none !important; }
  #contact-address p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500; }

.advance-search-form {
  margin: 20px auto 0px auto !important;
  max-width: 670px !important;
  width: 100% !important;
  background: #e2e3e4;
  padding: 20px 17px;
  position: relative;
  left: 15px; }
  .advance-search-form label {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0; }
  .advance-search-form input {
    color: #000 !important;
    font-size: 12px;
    height: 28px;
    font-weight: 600;
    padding-left: 8px !important; }
  .advance-search-form select {
    color: #000 !important;
    font-size: 12px;
    font-weight: 600;
    padding-left: 8px !important;
    height: 28px; }
  .advance-search-form button {
    border-radius: 14px;
    background-color: #416812 !important;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #fff;
    margin: 0 !important;
    position: absolute;
    line-height: 35px !important;
    right: 0px;
    bottom: 0px; }
    .advance-search-form button .fa-arrow-right:before {
      color: #fff !important; }
    .advance-search-form button:active {
      border-radius: 14px;
      font-size: 11px;
      font-weight: 700;
      top: auto !important;
      margin: 0 !important;
      line-height: 35px !important; }
  .advance-search-form .form-group {
    margin-bottom: 5px;
    padding: 0; }
  .advance-search-form .inline {
    margin-top: 15px !important; }

.ht-tooltip.no-recipe {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center; }

@media (max-width: 768px) {
  .ht-page-wrapper.full-layout .container {
    width: auto; }
  .advance-search-form {
    margin-top: 0 !important;
    left: 0;
    padding: 10px 17px; }
    .advance-search-form button {
      display: block;
      position: inherit; }
  .contact-form button {
    position: inherit; } }

@media (max-width: 375px) {
  .ht-page-wrapper.full-layout .container {
    width: auto; }
  .page-numbers .next {
    line-height: 30px !important; }
  .advance-search-form {
    margin-top: 0 !important;
    left: 0;
    padding: 10px 17px; }
    .advance-search-form .inline {
      margin-top: 0px !important; }
    .advance-search-form button {
      border-radius: 14px;
      background-color: #416812 !important;
      font-size: 11px;
      font-weight: 700;
      border: 1px solid #fff;
      margin: 0 !important;
      position: relative;
      line-height: 35px !important;
      right: 0px;
      bottom: -10px; } }

footer#ht-footer {
  display: block;
  padding: 0 !important;
  background: none !important;
  margin-top: 5rem; }
  @media only screen and (min-width: 1200px) {
    footer#ht-footer {
      margin-top: 9rem; } }
  footer#ht-footer::before {
    content: "";
    background: none !important; }
  footer#ht-footer .footer-container-wrapper.white-bg {
    width: 100%;
    background-color: #ffffff; }
  footer#ht-footer .col-xs-12,
  footer#ht-footer .col-sm-6 {
    width: 64px !important;
    padding: 0;
    margin-right: 15px; }
  footer#ht-footer .copyright {
    font-size: 1rem;
    line-height: 1.75;
    padding: 2rem 0 1.25rem;
    font-weight: normal;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      footer#ht-footer .copyright {
        width: auto;
        padding: 1.25rem 0; } }

.footer__top {
  padding: 1.5rem 0 1.75rem !important;
  background: #142614 !important;
  font-size: 1.25rem; }
  @media only screen and (min-width: 768px) {
    .footer__top {
      padding: 2.5rem 0 3rem !important; } }

.footer__bottom {
  padding: 0 !important;
  background: #9cc941 !important;
  color: #142614; }

.footer__bottom__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (min-width: 768px) {
    .footer__bottom__wrapper {
      -ms-flex-direction: row;
          flex-direction: row; } }

.footer__bottom__right {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  width: 100%;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media only screen and (min-width: 768px) {
    .footer__bottom__right {
      width: auto;
      margin-top: auto; } }
  .footer__bottom__right .pilz-logo {
    width: 152px;
    margin-left: -1rem; }
    @media only screen and (min-width: 768px) {
      .footer__bottom__right .pilz-logo {
        width: 192px;
        margin-top: -3rem;
        margin-bottom: -5px; } }
  .footer__bottom__right img {
    margin-bottom: 0; }
  .footer__bottom__right .socialmedia-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    .footer__bottom__right .socialmedia-container img {
      width: 3rem;
      display: block; }
    .footer__bottom__right .socialmedia-container a {
      display: block;
      margin-left: 1rem; }
      .footer__bottom__right .socialmedia-container a:first-child {
        margin-left: 0; }

#menu-footer-menu {
  list-style: none;
  height: auto !important;
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
  float: none !important;
  max-width: 992px;
  text-align: center;
  margin: 0 !important; }
  @media only screen and (min-width: 768px) {
    #menu-footer-menu {
      text-align: left;
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 992px) {
    #menu-footer-menu {
      grid-template-columns: repeat(4, 1fr); } }
  #menu-footer-menu li {
    line-height: 1.31 !important;
    margin-bottom: 1rem; }
    #menu-footer-menu li:last-child {
      margin-bottom: 0; }
    #menu-footer-menu li a {
      font-size: 1.25rem !important;
      font-weight: normal !important;
      color: #fff !important; }
      #menu-footer-menu li a:hover {
        color: #9cc941 !important; }
    #menu-footer-menu li.current-menu-item a {
      color: #9cc941 !important; }
    @media only screen and (min-width: 768px) {
      #menu-footer-menu li {
        margin-bottom: 10px; } }
  #menu-footer-menu li:after {
    content: "" !important; }

@media (max-width: 768px) {
  #ht-footer {
    padding: 10px 10px 0 10px; }
    #ht-footer .footer-nav {
      float: none;
      margin-top: 0px;
      margin-bottom: 15px; }
    #ht-footer .col-xs-12,
    #ht-footer .col-sm-6 {
      width: 104px !important;
      float: none;
      margin: 0 auto; }
    #ht-footer .ht-widget {
      margin-bottom: 10px; }
    #ht-footer .footer-container {
      display: block !important;
      text-align: center; }
    #ht-footer .copyright {
      margin-bottom: 10px;
      float: none; }
  #menu-footer-menu {
    display: block;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    margin-left: 0 !important;
    height: auto !important; }
    #menu-footer-menu li {
      display: block !important; } }

body,
html {
  overflow: visible !important; }

.sticky-wrapper {
  height: auto !important; }

body #ht-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 99; }
  body #ht-header .search-toggle {
    display: none; }
  body #ht-header .ht-main-navbar {
    position: unset !important;
    padding: 0;
    background: #ffffff !important;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
    height: auto !important; }
    body #ht-header .ht-main-navbar .container {
      height: 100%; }
      body #ht-header .ht-main-navbar .container .inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        height: 100%;
        position: unset; }
        @media only screen and (max-width: 991px) {
          body #ht-header .ht-main-navbar .container .inner {
            padding: 1.5rem 0 1rem; } }
        body #ht-header .ht-main-navbar .container .inner #ht-logo {
          float: none;
          -ms-flex-positive: 0;
              flex-grow: 0;
          margin-right: 30px;
          z-index: 130;
          text-align: left; }
          body #ht-header .ht-main-navbar .container .inner #ht-logo a img {
            max-height: 26px;
            height: auto;
            width: 100%; }
            @media (min-width: 1200px) {
              body #ht-header .ht-main-navbar .container .inner #ht-logo a img {
                max-height: 48px; } }
        body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper {
          float: none;
          -ms-flex-positive: 2;
              flex-grow: 2;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: end;
              justify-content: flex-end; }
          body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav li {
            text-transform: none; }
            body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav li.current_page_parent > a, body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav li.current-menu-item > a {
              font-weight: 700 !important; }
          body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav a {
            line-height: normal !important;
            font-size: 1.5rem !important;
            font-weight: normal !important;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            font-family: "Roboto Slab"; }
          body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul {
            -ms-flex-align: center;
                align-items: center;
            height: auto;
            margin-left: -10px;
            margin-right: -10px; }
            body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li {
              margin: 1.5rem 0 1.5rem 1rem;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: center;
                  justify-content: center; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:first-child {
                margin-left: 0; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(1),
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(1) > a {
                color: #9cc941 !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(1):hover > a {
                background-color: #9cc941;
                color: #ffffff !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(1) > ul.sub-menu {
                background-color: #9cc941 !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(2),
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(2) > a {
                color: #a80f0f !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(2):hover > a {
                background-color: #a80f0f;
                color: #ffffff !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(2) > ul.sub-menu {
                background-color: #a80f0f !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(3),
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(3) > a {
                color: #557bc9 !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(3):hover > a {
                background-color: #557bc9;
                color: #ffffff !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(3) > ul.sub-menu {
                background-color: #557bc9 !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(4),
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(4) > a {
                color: #b16d2f !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(4):hover > a {
                background-color: #b16d2f;
                color: #ffffff !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li:nth-child(4) > ul.sub-menu {
                background-color: #b16d2f !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li.dropdown-menu {
                position: unset; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > a {
                transition: all 150ms ease;
                border-radius: 1.5rem;
                padding: 0.5rem 1rem; }
                body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > a:after {
                  content: none; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li.active > a:before {
                content: none; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li.menu-item-has-children > a {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                    align-items: center;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0; }
                body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li.menu-item-has-children > a:after {
                  content: "\f078";
                  margin-left: 0.5rem;
                  font: normal normal normal 14px/1 FontAwesome; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li ul.sub-menu {
                margin-top: 0 !important; }
                body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li ul.sub-menu li {
                  text-transform: none; }
                  body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li ul.sub-menu li.current_page_parent > a, body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li ul.sub-menu li.current-menu-item > a {
                    font-weight: 400 !important;
                    opacity: 0.65; }
                body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li ul.sub-menu a {
                  color: #ffffff !important; }
                  body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li ul.sub-menu a:hover {
                    font-weight: 700 !important; }
                body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li ul.sub-menu li {
                  background: none !important; }
              body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > ul.sub-menu {
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
                top: 72px;
                min-width: 100%;
                border-top: none;
                padding: 3rem calc( calc( 100vw - 1248px ) / 2) 3.5rem !important; }
                body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > ul.sub-menu > li {
                  display: inline-block;
                  width: 32.96%;
                  vertical-align: top;
                  padding: 0 10px; }
                  body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > ul.sub-menu > li > a {
                    width: 100%;
                    color: #ffffff;
                    font-size: 16px;
                    font-weight: 600;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1; }
                    body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > ul.sub-menu > li > a:after {
                      content: none; }
                  body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > ul.sub-menu > li > ul.sub-menu {
                    position: relative;
                    top: 0;
                    left: 0;
                    display: block !important;
                    opacity: 1 !important;
                    -ms-transform: none;
                    transform: none;
                    background: none !important;
                    padding: 15px 10px !important; }
                    body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li {
                      background: none !important;
                      line-height: 1.88 !important; }
                      body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
                        font-weight: normal !important;
                        font-style: normal !important;
                        font-stretch: normal !important;
                        padding: 0;
                        color: #000000 !important;
                        background: none !important; }
                        body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
                          text-decoration: underline !important; }
          body #ht-header .ht-main-navbar .container .inner .ht-main-nav-wrapper #ht-main-nav ul[id*="menu-"] {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-pack: justify;
                justify-content: space-between; }
  body #ht-header .mobile-control-toggle {
    position: absolute;
    top: 0.75rem;
    right: 0;
    background-color: #ffffff; }
    body #ht-header .mobile-control-toggle .mobile-nav-toggle .icon-bar {
      background-color: #9cc941 !important; }
  body #ht-header .mobile-nav {
    background-color: #ffffff;
    top: 66px;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: -1;
    padding: 2rem 0;
    height: calc(100vh - 66px);
    overflow: auto; }
    body #ht-header .mobile-nav.is-open {
      -ms-transform: translateY(0);
          transform: translateY(0); }
    body #ht-header .mobile-nav .mobile-control-toggle {
      display: none; }
    body #ht-header .mobile-nav .ht-search-form {
      display: none; }
    body #ht-header .mobile-nav li {
      border: none !important; }
    body #ht-header .mobile-nav .sub-menu {
      padding: 1rem 0 1.5rem; }
      body #ht-header .mobile-nav .sub-menu::before {
        content: "";
        position: absolute;
        top: 2rem;
        bottom: 2rem;
        width: 1.5rem;
        right: 1.75rem;
        z-index: -1; }
    body #ht-header .mobile-nav ul#menu-header-menu .menu-item {
      display: block !important;
      position: relative; }
      body #ht-header .mobile-nav ul#menu-header-menu .menu-item.current_page_parent > a, body #ht-header .mobile-nav ul#menu-header-menu .menu-item.current-menu-item > a {
        font-weight: 700 !important; }
    body #ht-header .mobile-nav ul#menu-header-menu .sub-menu .menu-item.current_page_parent > a, body #ht-header .mobile-nav ul#menu-header-menu .sub-menu .menu-item.current-menu-item > a {
      font-weight: 400 !important;
      opacity: 0.65; }
    body #ht-header .mobile-nav ul#menu-header-menu a {
      line-height: normal !important;
      font-size: 1.5rem !important;
      font-weight: normal !important;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      font-family: "Roboto Slab";
      padding: 1rem 2.5rem 1rem 1.75rem;
      color: #ffffff !important; }
      body #ht-header .mobile-nav ul#menu-header-menu a:hover {
        font-weight: 700 !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li > .sub-menu-toggle {
      width: 1.5rem;
      height: 1.5rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 50%;
      padding: 0;
      margin: 1.25rem 1.75rem 0 0; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(1),
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(1) > a {
      color: #9cc941 !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(1) .sub-menu:before,
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(1) .sub-menu-toggle {
      background-color: #9cc941 !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(1) > ul.sub-menu {
      background-color: #9cc941 !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(2),
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(2) > a {
      color: #a80f0f !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(2) .sub-menu:before,
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(2) .sub-menu-toggle {
      background-color: #a80f0f !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(2) > ul.sub-menu {
      background-color: #a80f0f !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(3),
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(3) > a {
      color: #557bc9 !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(3) .sub-menu:before,
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(3) .sub-menu-toggle {
      background-color: #557bc9 !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(3) > ul.sub-menu {
      background-color: #557bc9 !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(4),
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(4) > a {
      color: #b16d2f !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(4) .sub-menu:before,
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(4) .sub-menu-toggle {
      background-color: #b16d2f !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li:nth-child(4) > ul.sub-menu {
      background-color: #b16d2f !important; }
    body #ht-header .mobile-nav ul#menu-header-menu > li .sub-menu-toggle::before {
      color: #ffffff !important; }

@media only screen and (max-width: 619px) {
  .accordion .panel {
    margin-bottom: 2rem; }
    .accordion .panel:last-child {
      margin-bottom: 0; } }

.accordion__tab__icon {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .accordion__tab__icon img {
    margin-bottom: 0; }
  @media only screen and (min-width: 620px) {
    .accordion__tab__icon {
      margin-bottom: 4rem;
      margin-top: -2rem;
      display: block;
      width: 100px; } }

.accordion .panel-body {
  margin-bottom: 1.5rem;
  margin-top: 2.5rem; }
  @media only screen and (min-width: 620px) {
    .accordion .panel-body {
      margin-bottom: 3rem; } }

.accordion__panel {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media only screen and (min-width: 620px) {
    .accordion__panel {
      gap: 2rem; } }

.accordion__content {
  width: 100%; }

.accordion__read-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #a80f0f;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.5rem; }
  @media only screen and (min-width: 620px) {
    .accordion__read-more {
      margin-top: 0;
      margin-left: 1rem; } }
  .accordion__read-more img {
    margin: 0 0 3px;
    width: 10px; }
  .accordion__read-more span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-right: 0.5rem; }

.accordion .media {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media only screen and (min-width: 992px) {
    .accordion .media {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .accordion .media img {
    border-radius: 8px;
    margin-bottom: 0; }
  .accordion .media .media-left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 320px; }
    @media only screen and (min-width: 992px) {
      .accordion .media .media-left {
        max-width: 40%; } }
  .accordion .media .media-body {
    max-width: 640px; }

.accordion .panel-title {
  font-weight: 700 !important;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0; }
  .accordion .panel-title a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 1rem 1rem 0;
    width: 100%; }
    @media only screen and (min-width: 620px) {
      .accordion .panel-title a {
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: row;
            flex-direction: row; } }

.table-responsive {
  border: none !important; }
  .table-responsive .h3, .table-responsive .button-wrapper .button-wrapper__skyline, .button-wrapper .table-responsive .button-wrapper__skyline, .table-responsive .hs-header .text-search .text-line, .hs-header .text-search .table-responsive .text-line, .table-responsive .accordion .panel-title, .accordion .table-responsive .panel-title, .table-responsive .item-layout-pilze--round .item-pilze h2.headline, .item-layout-pilze--round .item-pilze .table-responsive h2.headline {
    color: #a80f0f;
    margin-bottom: 1.5rem;
    display: block; }
  .table-responsive .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;
    padding: 14px 8px; }
    .table-responsive .table > tbody > tr > td:first-child {
      font-weight: bold; }
  .table-responsive .table__source {
    display: block;
    margin-top: 1.5rem;
    font-size: 0.875rem; }

.item-layout-pilze {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 8px;
  color: white;
  font-weight: 300;
  overflow: hidden; }
  .item-layout-pilze .item-pilze {
    display: block;
    position: relative; }
    .item-layout-pilze .item-pilze .skyline {
      position: absolute;
      left: 0.75rem;
      top: 0.75rem;
      width: auto;
      background-color: #9cc941;
      padding: 0.125rem 0.5rem;
      border-radius: 4px;
      z-index: 1;
      color: #ffffff !important;
      font-size: 1rem !important;
      display: inline-block;
      font-family: "Roboto Slab";
      font-weight: 400; }
    .item-layout-pilze .item-pilze__footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
      gap: 1rem;
      -ms-flex-pack: justify;
          justify-content: space-between;
      color: #ffffff; }
    .item-layout-pilze .item-pilze .headline {
      font-family: "Oxygen";
      font-weight: 400 !important;
      color: #ffffff;
      font-size: 1.125rem !important;
      margin-bottom: 1rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .item-layout-pilze .item-pilze .rmp-icon--star {
      color: #9cc941;
      margin: 0 2px; }
      .item-layout-pilze .item-pilze .rmp-icon--star:before {
        content: "\2606"; }
    .item-layout-pilze .item-pilze .rmp-icon--half-highlight {
      background: linear-gradient(to right, #9cc941 50%, transparent 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .item-layout-pilze .item-pilze .rmp-icon--half-highlight:before {
        content: "\2605"; }
    .item-layout-pilze .item-pilze .rmp-results-widget__avg-rating {
      display: none; }
    .item-layout-pilze .item-pilze .rmp-icon--full-highlight:before {
      content: "\2605"; }
  .item-layout-pilze p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    text-transform: none;
    padding-bottom: 0; }
  .item-layout-pilze .image {
    background-repeat: no-repeat;
    background-size: cover; }
  .item-layout-pilze .image_wrapper {
    overflow: hidden;
    height: 100%;
    display: block; }
    .item-layout-pilze .image_wrapper .image {
      transition: all 0.5s;
      width: 100%;
      height: 100%;
      padding-top: 100%; }
  .item-layout-pilze .textblock {
    max-width: 100%;
    position: absolute;
    width: 100%;
    padding: 15% 20px 20px 20px;
    min-height: 33%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#131313', GradientType=0 ); }
    .item-layout-pilze .textblock p {
      color: white;
      word-wrap: break-word; }
  .item-layout-pilze .teaser_content_wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .item-layout-pilze .teaser_content_wrapper .teaser_content {
      width: 100%;
      height: 100%;
      position: relative; }
  .item-layout-pilze:hover .image {
    -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .item-layout-pilze:hover .more.arrow img {
    -ms-transform: translate(10px);
        transform: translate(10px); }

.item-layout-pilze--round {
  border-radius: 0;
  color: #a80f0f;
  margin-top: 2rem !important; }
  @media only screen and (min-width: 1200px) {
    .item-layout-pilze--round {
      margin-top: 0; } }
  .item-layout-pilze--round .item-pilze .skyline {
    display: none; }
  .item-layout-pilze--round .item-pilze h2.headline {
    margin-top: 1rem;
    color: #a80f0f; }
    @media only screen and (min-width: 620px) {
      .item-layout-pilze--round .item-pilze h2.headline {
        margin-top: 2rem; } }
  .item-layout-pilze--round .item-pilze .textblock {
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: center; }
  .item-layout-pilze--round .item-pilze .image_wrapper {
    border-radius: 50%;
    border: 8px solid #9cc941;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto; }
  .item-layout-pilze--round .item-pilze .item-pilze__footer {
    margin-top: 1rem;
    -ms-flex-pack: center;
        justify-content: center; }
    @media only screen and (min-width: 620px) {
      .item-layout-pilze--round .item-pilze .item-pilze__footer {
        margin-top: 2rem; } }

.item-layout-pilze.item-layout-pilze-user .content_wrapper .content .textblock {
  background: rgba(156, 201, 65, 0.7);
  width: 70%;
  padding: 10px 20px;
  min-height: 0;
  bottom: 80px; }

@media (min-width: 768px) {
  .isotope-item:nth-child(even) .item-layout-pilze.item-layout-pilze-user .content_wrapper .content .textblock {
    right: 0;
    left: unset; } }

.pilze_items_container {
  row-gap: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pilze_items_container_recipe.is-isotope {
  row-gap: 0; }

.pilze_1_2_container {
  padding-right: 0px;
  padding-left: 0px; }
  .pilze_1_2_container .isotope-item {
    float: left;
    padding: 5px; }
    .pilze_1_2_container .isotope-item .item-layout-pilze {
      display: block; }
  .pilze_1_2_container .isotope-item:nth-child(3n),
  .pilze_1_2_container .isotope-item:nth-child(3n+2) {
    width: 33.3333333333%; }
  .pilze_1_2_container .isotope-item:nth-child(3n+1) {
    width: 66.6666666666%; }
  @media (max-width: 768px) {
    .pilze_1_2_container .isotope-item {
      float: none; }
    .pilze_1_2_container .isotope-item:nth-child(3n),
    .pilze_1_2_container .isotope-item:nth-child(3n+1),
    .pilze_1_2_container .isotope-item:nth-child(3n+2) {
      width: 100%; } }

.full-width-bg-wrapper {
  width: 100%; }

.pilze-heading {
  width: 100%;
  max-width: 734px; }
  .pilze-heading .marker {
    background: #a80f0f;
    color: #ffffff;
    display: inline-block;
    border-radius: 4px;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    margin-bottom: 0.85rem !important; }
  .pilze-heading.align-center {
    max-width: none;
    text-align: center; }
    .pilze-heading.align-center .text {
      max-width: 576px;
      margin-left: auto;
      margin-right: auto; }
  .pilze-heading .headline {
    width: 100%;
    font-family: "Oxygen" !important;
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    color: #a80f0f;
    letter-spacing: normal;
    word-wrap: break-word; }
    @media (max-width: 991.88px) {
      .pilze-heading .headline {
        font-size: 40px; } }
    @media (max-width: 767.88px) {
      .pilze-heading .headline {
        font-size: 30px; } }
  .pilze-heading .text {
    width: 100%;
    font-size: 1.125rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000; }
    @media (max-width: 991.88px) {
      .pilze-heading .text {
        font-size: 20px; } }
    @media (max-width: 767.88px) {
      .pilze-heading .text {
        font-size: 16px; } }

.ht-section.hs-recipe.single .pilze-heading {
  text-align: center;
  margin-bottom: 20px; }
  .ht-section.hs-recipe.single .pilze-heading .headline {
    font-family: Roboto Slab;
    font-size: 48px; }

.ht-section.hs-recipe.single .entry.entry-instruction dl dt {
  font-size: 24px; }

.ht-section.hs-recipe.single .entry.entry-instruction dl dd {
  font-size: 16px;
  font-weight: 500; }

.theme-teaser {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }
  .theme-teaser .image_wrapper {
    border-radius: 8px; }
  .theme-teaser--no-image {
    height: auto; }
    .theme-teaser--no-image__label {
      position: relative;
      left: 0;
      top: 0;
      display: block;
      margin-right: auto; }
    .theme-teaser--no-image .button_wrapper, .theme-teaser--no-image__content {
      padding: 0; }
    .theme-teaser--no-image .button_wrapper {
      margin-top: 1.5rem; }
  .theme-teaser__label {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    width: auto;
    background-color: #9cc941;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    z-index: 1;
    color: #ffffff !important;
    font-size: 1rem !important;
    display: inline-block;
    font-family: "Roboto Slab";
    font-weight: 400; }
  .theme-teaser__content {
    padding: 2.5rem 0.75rem 0; }
  .theme-teaser__skyline {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    display: block; }
  .theme-teaser .text {
    margin-top: 2rem; }
  .theme-teaser .button_wrapper {
    margin-top: auto;
    padding: 1rem 0.75rem 1rem; }
  .theme-teaser .h3, .theme-teaser .button-wrapper .button-wrapper__skyline, .button-wrapper .theme-teaser .button-wrapper__skyline, .theme-teaser .hs-header .text-search .text-line, .hs-header .text-search .theme-teaser .text-line, .theme-teaser .accordion .panel-title, .accordion .theme-teaser .panel-title, .theme-teaser .item-layout-pilze--round .item-pilze h2.headline, .item-layout-pilze--round .item-pilze .theme-teaser h2.headline {
    color: #a80f0f; }

.theme-text-image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem; }
  @media only screen and (min-width: 620px) {
    .theme-text-image {
      -ms-flex-direction: row;
          flex-direction: row;
      gap: 3rem; } }
  @media only screen and (min-width: 992px) {
    .theme-text-image {
      -ms-flex-align: center;
          align-items: center; } }
  .theme-text-image .image_wrapper {
    border-radius: 8px;
    overflow: hidden; }
  .theme-text-image .image {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    padding-top: 66%;
    background-repeat: no-repeat;
    background-size: cover; }
  .theme-text-image__media {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (min-width: 480px) {
      .theme-text-image__media {
        width: 50%; } }
    @media only screen and (min-width: 620px) {
      .theme-text-image__media {
        width: 33%; } }
    @media only screen and (min-width: 992px) {
      .theme-text-image__media {
        width: 50%; } }
  .theme-text-image__label {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    width: auto;
    background-color: #9cc941;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    z-index: 1;
    color: #ffffff !important;
    font-size: 1rem !important;
    display: inline-block;
    font-family: "Roboto Slab";
    font-weight: 400; }
  .theme-text-image__skyline {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    display: block; }
  @media only screen and (min-width: 992px) {
    .theme-text-image__content {
      padding-right: 4rem; } }
  .theme-text-image .text {
    margin-top: 1rem; }
    @media only screen and (min-width: 620px) {
      .theme-text-image .text {
        margin-top: 2rem; } }
  .theme-text-image .button_wrapper {
    margin-top: 2rem; }
  .theme-text-image .h1 {
    color: #a80f0f; }

.breadcrumbs {
  margin: 2.5rem 0 3rem !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .breadcrumbs span {
    display: block;
    margin-top: 2px; }
  @media only screen and (max-width: 619px) {
    .breadcrumbs {
      display: none; } }

.breadcrumbs__item {
  margin-right: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .breadcrumbs__item a {
    color: #486348; }
  .breadcrumbs__item:after {
    content: "";
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .breadcrumbs__item:first-child:before {
    content: "";
    background-image: url(../img/home.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 1.5rem;
    height: 1.5rem;
    display: block; }
  .breadcrumbs__item:first-child span {
    display: none; }
  .breadcrumbs__item:last-child {
    color: #8d292a;
    margin-right: 0; }
    .breadcrumbs__item:last-child::after {
      display: none; }

.news-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px 0; }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oxygen-300-normal.eot");
  src: url("../fonts/oxygen-300-normal.eot#iefix") format("embedded-opentype"), url("../fonts/oxygen-300-normal.woff") format("woff"), url("../fonts/oxygen-300-normal.ttf") format("truetype"), url("../fonts/oxygen-300-normal.svg#Oxygen") format("svg"); }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oxygen-400-normal.eot");
  src: url("../fonts/oxygen-400-normal.eot#iefix") format("embedded-opentype"), url("../fonts/oxygen-400-normal.woff") format("woff"), url("../fonts/oxygen-400-normal.ttf") format("truetype"), url("../fonts/oxygen-400-normal.svg#Oxygen") format("svg"); }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oxygen-700-normal.eot");
  src: url("../fonts/oxygen-700-normal.eot#iefix") format("embedded-opentype"), url("../fonts/oxygen-700-normal.woff") format("woff"), url("../fonts/oxygen-700-normal.ttf") format("truetype"), url("../fonts/oxygen-700-normal.svg#Oxygen") format("svg"); }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-400-normal.eot");
  src: url("../fonts/roboto-slab-400-normal.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-400-normal.woff") format("woff"), url("../fonts/roboto-slab-400-normal.ttf") format("truetype"), url("../fonts/roboto-slab-400-normal.svg#RobotoSlab") format("svg"); }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-700-normal.eot");
  src: url("../fonts/roboto-slab-700-normal.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-700-normal.woff") format("woff"), url("../fonts/roboto-slab-700-normal.ttf") format("truetype"), url("../fonts/roboto-slab-700-normal.svg#RobotoSlab") format("svg"); }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oxygen-300-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oxygen-300-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oxygen-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oxygen-400-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oxygen-700-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oxygen-700-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-400-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-400-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-400-normal-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-400-normal-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-400-normal-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-400-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-700-normal-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-700-normal-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-700-normal-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-700-normal-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-700-normal-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-700-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-700-normal-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/*# sourceMappingURL=ac9a2af2.style.css.map */