@charset "UTF-8";
/*
Theme Name: Kägi
Theme URI: 
Description: 
Author: Till M. Kammertöns
Author URI: https://www.tillkammertoens.com
Version: 1
*/
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-300.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-500.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-500.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-300Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lausanne";
  src: url("./fonts/Lausanne-300Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
:root {
  --doc-width: 100vw;
  --doc-height: 100vh;
  --left-padding: calc(calc(100vw / 6) + 12.5px);
}

html {
  max-width: 100vw;
  overflow-x: hidden;
}

img[data-lazy-src] {
  will-change: contents;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a,
a:visited,
a:hover {
  color: inherit;
}

@media print, (min-width: 900px) {
  .mob-only {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .desktop-only {
    display: none;
  }
}

.print-only {
  display: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.03em;
  font-size: 36px;
  line-height: 34px;
  font-weight: normal;
}
@media print, (min-width: 900px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 899px) {
  h1, h2, h3, h4, h5, h6 {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
  }
}

body {
  font-family: Lausanne, sans-serif;
  letter-spacing: 0.01em;
  font-size: 17px;
  line-height: 21px;
  max-width: 100vw;
  overflow-x: hidden;
  --main-margin: 27px;
}
@media print, (min-width: 900px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}

.entry-content p {
  margin-bottom: 1em;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: 6 3 3;
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -moz-hyphenate-limit-zone: 8%;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -ms-hyphenate-limit-zone: 8%;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.entry-content h2 {
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
}
.entry-content h3 {
  margin-bottom: 1em;
  margin-left: 28px;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
}

.main {
  position: absolute;
  width: 100vw;
  height: 100vh;
  height: var(--doc-height);
  overflow-x: hidden;
  overflow-y: auto;
  min-height: var(--doc-height);
  background: white;
}
.main .wp-block-image {
  margin: 0 -15px 0.5em !important;
}
.main ul, .main ol {
  padding-left: 3em;
  margin: 0 0 1em;
}
.main ol {
  list-style: none;
  counter-reset: list-counter;
}
.main ol li {
  counter-increment: list-counter;
  position: relative;
}
.main ol li:before {
  content: counter(list-counter);
  position: absolute;
  left: -50px;
  top: 0;
}

#body-classes {
  display: none !important;
}

header {
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 1;
  transition: top 0.5s linear;
}
header h1 {
  display: none;
}

footer {
  display: none;
}

nav {
  box-shadow: 0 0 90px #999;
  position: relative;
}
nav a {
  text-decoration: none;
}
nav .sub-menu,
nav .kocht_filters {
  display: none;
}
nav ul.menu {
  display: flex;
  flex-direction: column;
}
@media print, (min-width: 900px) {
  nav ul.menu {
    flex-direction: row;
  }
}
nav ul.menu > li {
  height: 27px;
  background: white;
}
@media print, (min-width: 900px) {
  nav ul.menu > li {
    height: 30px;
    width: 16.6666666667vw;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: center;
  }
}
nav ul.menu > li a {
  display: block;
  padding: 4px 15px;
  max-height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
}
@media print, (min-width: 900px) {
  nav ul.menu > li a {
    padding: 5px 15px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
  }
}
nav ul.menu .sub-menu {
  display: none;
  position: absolute;
  bottom: -57px;
  left: 0px;
  width: 100vw;
  padding: 15px;
  justify-content: center;
  overflow: hidden;
  justify-content: flex-start;
  letter-spacing: 0.01em;
  font-size: 17px;
  line-height: 21px;
}
@media print, (min-width: 900px) {
  nav ul.menu .sub-menu {
    font-size: 18px;
    line-height: 24px;
  }
}
@media print, (min-width: 900px) {
  nav ul.menu .sub-menu {
    bottom: -60px;
    padding: 15px 15px;
  }
}
nav ul.menu .sub-menu li {
  width: calc((100% - 9px) / 4);
  margin-right: 3px;
  flex-shrink: 0;
  height: 27px;
  border-radius: 13.5px;
  background: white;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  cursor: pointer;
  overflow: hidden;
  padding-top: 1px;
  flex-shrink: 0;
  flex-grow: 0;
}
nav ul.menu .sub-menu li:last-of-type {
  margin-right: 0;
}
nav ul.menu .sub-menu li.highlight {
  background: #6d9300;
}
nav ul.menu .sub-menu li a {
  padding: 3px 0px;
  text-align: center;
}
@media print, (min-width: 900px) {
  nav ul.menu .sub-menu li {
    margin-right: 15px;
  }
}
@media print, (min-width: 900px) {
  nav ul.menu .sub-menu li {
    width: calc((100% - 75px) / 6);
    height: 30px;
  }
}
nav ul.menu .sub-menu li a {
  background: none;
}
@media print, (min-width: 900px) {
  nav ul.menu .sub-menu li a {
    padding-top: 5px;
  }
}
nav ul.menu li.current-menu-item {
  background: #6d9300;
}
nav ul.menu > li.current-menu-item,
nav ul.menu > li.current-menu-parent {
  flex-shrink: 1;
}
@media print, (min-width: 900px) {
  nav ul.menu > li.current-menu-item,
nav ul.menu > li.current-menu-parent {
    width: 66.6666666667vw;
  }
}

nav ul.menu .current-menu-item,
nav ul.menu .current-menu-parent {
  background-color: #6d9300;
}
nav ul.menu .current-menu-item .sub-menu,
nav ul.menu .current-menu-parent .sub-menu {
  display: flex;
  justify-content: flex-start;
}

.search-bar {
  position: fixed;
  margin-right: 3px;
  flex-shrink: 0;
  height: 27px;
  border-radius: 13.5px;
  background: white;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  cursor: pointer;
  top: 13px;
  right: 15px;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  padding: 0;
  background-color: white;
  display: flex;
  justify-content: space-between;
  transition: bottom 0.5s linear, width 0.5s linear;
}
.search-bar:last-of-type {
  margin-right: 0;
}
.search-bar.highlight {
  background: #6d9300;
}
.search-bar a {
  padding: 3px 0px;
  text-align: center;
}
@media print, (min-width: 900px) {
  .search-bar {
    margin-right: 15px;
  }
}
@media print, (min-width: 900px) {
  .search-bar {
    position: absolute;
    top: 45px;
    right: 15px;
  }
}
.search-bar .searchform {
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.search-bar.open {
  width: calc(100% - 30px);
}
@media print, (min-width: 900px) {
  .search-bar.open {
    width: calc(33.3333333333% - 30px);
  }
}
.search-bar.open .searchform {
  width: calc(100% - 30px);
  padding: 5px 10px 0 15px;
  height: auto;
}
.search-bar.open label {
  display: none;
}
.search-bar.open #s {
  width: 100%;
  outline: none;
  border: none;
  font-size: inherit;
}
.search-bar.open #s:focus-visible {
  outline: none;
}
.search-bar.open #searchsubmit {
  display: none;
}
.search-bar .loupe {
  cursor: pointer;
}
.search-bar .loupe img {
  height: 14px;
  position: relative;
  top: 8px;
  left: -8px;
}

.filters-open nav .menu-item-46 .sub-menu li:nth-of-type(2) {
  margin-left: calc((100% - 9px) / 4 + 3px);
}
@media print, (min-width: 900px) {
  .filters-open nav .menu-item-46 .sub-menu li:nth-of-type(2) {
    margin-left: calc((100% - 75px) / 6 + 15px);
  }
}
.filters-open nav .menu-item-47 {
  min-width: 200px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 14px;
}
@media print, (min-width: 900px) {
  .filters-open nav .menu-item-47 {
    top: 15px;
    width: calc((100% - 105px) / 6) !important;
  }
}
.filters-open nav .kocht_filters {
  display: flex;
  position: absolute;
  background: white;
  flex-direction: column;
  height: auto;
  top: 122px;
  left: 15px;
  min-width: 200px;
  text-align: center;
  overflow: hidden;
  border-bottom-left-radius: 13.5px;
  border-bottom-right-radius: 13.5px;
}
.filters-open nav .kocht_filters:hover {
  background-color: white;
}
@media print, (min-width: 900px) {
  .filters-open nav .kocht_filters {
    top: 74px;
    width: calc((100% - 105px) / 6);
  }
  .filters-open nav .kocht_filters:hover {
    width: calc((100% - 105px) / 6);
  }
}
.filters-open nav .kocht_filters ul {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
}
.filters-open nav .kocht_filters ul li a {
  background: none;
  position: relative;
}
.filters-open nav .kocht_filters ul li a:before {
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  height: 18px;
  width: 18px;
  content: "";
  border-radius: 18px;
  border: 1px solid black;
}
.filters-open nav .kocht_filters ul li a.active:after {
  content: "";
  background-image: url(img/haken.png);
  display: block;
  background-size: 38px 38px;
  width: 32px;
  height: 31px;
  position: absolute;
  left: -1px;
  top: -5px;
}

.filtered article:not(.filter-show) {
  display: none;
}

body.home {
  display: flex;
  max-height: 100vh;
  overflow: hidden;
}
body.home .search-bar {
  display: none;
}
body.home .sub-menu {
  display: none !important;
}
body.home header {
  top: calc(var(--doc-height) - 180px);
}
@media print, (min-width: 900px) {
  body.home header {
    top: calc(var(--doc-height) - 60px);
  }
}
body.home nav ul.menu > li {
  height: 60px;
  letter-spacing: -0.03em;
  font-size: 36px;
  line-height: 34px;
}
@media print, (min-width: 900px) {
  body.home nav ul.menu > li {
    font-size: 40px;
    line-height: 40px;
  }
}
body.home nav ul.menu > li a {
  padding: 15px 5px 11px;
}
body.home nav ul.menu > li.menu-item-46 {
  background: #6d9300;
}
@media print, (min-width: 900px) {
  body.home nav ul.menu > li.menu-item {
    width: 25%;
  }
  body.home nav ul.menu > li.menu-item-46 {
    background: #6d9300;
    width: 50%;
  }
}

.main-start {
  overflow: hidden;
  height: 100%;
  flex-shrink: 1;
}
@media print, (min-width: 900px) {
  .main-start {
    padding: 0px;
  }
}
.main-start .videos {
  height: 100%;
}
.main-start video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 899px) {
  .post-image {
    margin: 0 -15px 15px;
  }
  .post-image img {
    width: 100%;
    height: 120vw;
    object-fit: cover;
  }
}

body.page-aktuell .menu-item-46 {
  background-color: #6d9300;
}

@media screen and (max-width: 899px) {
  .main-aktuell {
    margin-top: 81px;
  }
}
.main-aktuell:not(.listview) .post-details,
.main-aktuell:not(.listview) .post-images {
  display: none;
}
@media screen and (max-width: 899px) {
  .main-aktuell:not(.listview) .posts-list article {
    margin-bottom: 30px;
  }
}
.main-aktuell:not(.listview) .posts-list a {
  text-decoration: none;
}
.main-aktuell:not(.listview) .post-info {
  padding: 0 15px;
}
@media print, (min-width: 900px) {
  .main-aktuell:not(.listview) .posts-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main-aktuell:not(.listview) .posts-list::-webkit-scrollbar {
    display: none;
  }
  .main-aktuell:not(.listview) .posts-list article {
    width: 33.3333333333vw;
    height: 40vw;
    margin-bottom: 30px;
    flex-shrink: 0;
    position: relative;
  }
  .main-aktuell:not(.listview) .posts-list article .post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-aktuell:not(.listview) .posts-list article .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-aktuell:not(.listview) .posts-list article .post-info {
    display: none;
    padding: 5px 5px 0;
    margin-bottom: -9px;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: white;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    z-index: 10;
  }
  .main-aktuell:not(.listview) .posts-list article .post-info:after {
    content: "";
    display: block;
    z-index: 11;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: white;
  }
  .main-aktuell:not(.listview) .posts-list article a:hover .post-info {
    display: block;
  }
}

@media print, (min-width: 900px) {
  .main-aktuell.listview .posts-list {
    flex-direction: column;
    padding: 90px 0 90px var(--left-padding);
  }
  .main-aktuell.listview .posts-list article {
    width: unset;
    margin-bottom: 60px;
    height: 90px;
    overflow: visible;
  }
  .main-aktuell.listview .posts-list article a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
  }
  .main-aktuell.listview .posts-list article .post-image {
    display: none;
  }
  .main-aktuell.listview .posts-list article .post-info {
    width: calc(33.3333333333vw - 20px);
    margin-right: 15px;
  }
  .main-aktuell.listview .posts-list article .post-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .main-aktuell.listview .posts-list article .post-title:hover {
    white-space: normal;
  }
  .main-aktuell.listview .posts-list article .post-details {
    width: calc(16.6666666667vw - 17.5px);
    margin-right: 15px;
  }
  .main-aktuell.listview .posts-list article .post-details .kochzeit,
.main-aktuell.listview .posts-list article .post-details .schwer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .main-aktuell.listview .posts-list article .post-details .kochzeit > *:nth-of-type(2),
.main-aktuell.listview .posts-list article .post-details .schwer > *:nth-of-type(2) {
    margin-left: 6px;
  }
  .main-aktuell.listview .posts-list article .post-details .label,
.main-aktuell.listview .posts-list article .post-details .value {
    display: inline-block;
  }
  .main-aktuell.listview .posts-list article .post-images {
    display: flex;
    flex-direction: row;
    width: calc(40% - 15px);
    flex-grow: 0;
    padding-left: 15px;
  }
  .main-aktuell.listview .posts-list article .post-images .imagewrap {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }
  .main-aktuell.listview .posts-list article .post-images .imagewrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-aktuell.listview .posts-list article .post-images .imagewrap:hover {
    overflow: visible;
  }
  .main-aktuell.listview .posts-list article .post-images .imagewrap:hover img {
    width: fit-content;
    height: fit-content;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }
}

body.archive .menu-item-46 {
  background-color: #6d9300;
}

.main-archive {
  margin-top: 81px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 899px) {
  .main-archive > h2 {
    margin-top: 57px;
  }
}
.main-archive article {
  padding-left: calc(25% + 2px);
}
@media screen and (max-width: 899px) {
  .main-archive article:first-of-type {
    margin-top: 57px;
  }
}
.main-archive article h2 {
  margin-bottom: 30px;
}
.main-archive article > a {
  text-decoration: none;
}
@media print, (min-width: 900px) {
  .main-archive {
    flex-direction: column;
    padding: 15px;
    padding-top: 30px;
  }
  .main-archive > h2 {
    margin-left: 16.6666666667vw;
  }
  .main-archive article {
    margin-left: 16.6666666667vw;
    overflow: visible;
    padding: 0;
  }
  .main-archive article a {
    display: flex;
    flex-direction: column;
  }
  .main-archive article .info {
    width: calc(40% + 7.5px);
  }
  .main-archive article h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .main-archive article h2:hover {
    white-space: normal;
  }
  .main-archive article .post-image {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    border-radius: 8.3333333333vw;
    position: relative;
  }
  .main-archive article .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

body.single-post .menu-item-46 {
  background: #6d9300;
}
@media print, (min-width: 900px) {
  body.single-post .menu-item-46 {
    width: 66.6666666667vw;
  }
}
body.single-post .menu-item-46 .sub-menu {
  display: flex;
}

.main-single article,
.main-page article,
.main-rezept article {
  position: relative;
  margin-top: 81px;
  padding: 57px 15px 0;
}
@media print, (min-width: 900px) {
  .main-single article,
.main-page article,
.main-rezept article {
    margin-top: 30px;
    padding: 90px 15px 30px calc(50vw + 15px);
  }
}
.main-single h1,
.main-page h1,
.main-rezept h1 {
  margin-bottom: 15px;
}
.main-single .post-image,
.main-page .post-image,
.main-rezept .post-image {
  margin: 0px -15px 15px;
}
@media print, (min-width: 900px) {
  .main-single .post-image,
.main-page .post-image,
.main-rezept .post-image {
    display: none;
  }
}
.main-single .post-images,
.main-page .post-images,
.main-rezept .post-images {
  margin: 21px -15px 0;
  position: relative;
}
.main-single .post-images .slider,
.main-page .post-images .slider,
.main-rezept .post-images .slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.main-single .post-images .slider::-webkit-scrollbar,
.main-page .post-images .slider::-webkit-scrollbar,
.main-rezept .post-images .slider::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 899px) {
  .main-single .post-images .slider.slides-1,
.main-page .post-images .slider.slides-1,
.main-rezept .post-images .slider.slides-1 {
    display: none;
  }
}
.main-single .post-images .imagewrap,
.main-page .post-images .imagewrap,
.main-rezept .post-images .imagewrap {
  scroll-snap-align: start;
  width: 100vw;
  min-height: 100%;
  min-width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.main-single .post-images .imagewrap img,
.main-page .post-images .imagewrap img,
.main-rezept .post-images .imagewrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-single .post-images .video,
.main-page .post-images .video,
.main-rezept .post-images .video {
  max-width: 100%;
  max-height: 100%;
}
.main-single .post-images .video video,
.main-page .post-images .video video,
.main-rezept .post-images .video video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main-single .post-images .dots-wrapper,
.main-page .post-images .dots-wrapper,
.main-rezept .post-images .dots-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 50vw;
}
.main-single .post-images .dots,
.main-page .post-images .dots,
.main-rezept .post-images .dots {
  position: absolute;
  bottom: 30px;
  left: 25px;
  width: calc(100% - 50px);
  height: 3px;
  display: flex;
  justify-content: space-evenly;
}
.main-single .post-images .dots .dot,
.main-page .post-images .dots .dot,
.main-rezept .post-images .dots .dot {
  position: sticky;
  top: calc(100vh - 80px);
  background: rgba(200, 200, 200, 0.5);
  width: 100%;
  flex-shrink: 1;
  border-radius: 1.5px;
  margin-right: 5px;
}
.main-single .post-images .dots .dot:last-of-type,
.main-page .post-images .dots .dot:last-of-type,
.main-rezept .post-images .dots .dot:last-of-type {
  margin: 0;
}
.main-single .post-images .dots .dot.current,
.main-page .post-images .dots .dot.current,
.main-rezept .post-images .dots .dot.current {
  background: black;
}
.main-single .post-images .dots .dot:only-child,
.main-page .post-images .dots .dot:only-child,
.main-rezept .post-images .dots .dot:only-child {
  display: none;
}
@media print, (min-width: 900px) {
  .main-single .post-images,
.main-page .post-images,
.main-rezept .post-images {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    margin: 0;
  }
  .main-single .post-images .slider,
.main-page .post-images .slider,
.main-rezept .post-images .slider {
    position: sticky;
    top: 30px;
    height: calc(100vh - 30px);
    width: 50vw;
  }
  .main-single .post-images .imagewrap,
.main-page .post-images .imagewrap,
.main-rezept .post-images .imagewrap {
    width: 100%;
  }
  .main-single .post-images .dots,
.main-page .post-images .dots,
.main-rezept .post-images .dots {
    position: fixed;
    top: calc(100vh - 15px);
    bottom: unset;
    width: calc(50vw - 100px);
    left: 50px;
  }
}

@media print, (min-width: 900px) {
  .main-page article {
    padding-top: 15px;
  }
}

@media screen and (max-width: 899px) {
  .main-single .imagewrap:first-of-type,
.main-single .dot:first-of-type,
.main-page .imagewrap:first-of-type,
.main-page .dot:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .main-single .article-header {
    padding-left: calc(25% + 2px);
  }
}

.main-rezept .menu-item-46 {
  background: #6d9300;
}
@media print, (min-width: 900px) {
  .main-rezept .menu-item-46 {
    width: 66.6666666667vw;
  }
}
.main-rezept .menu-item-46 .sub-menu {
  display: flex;
}
@media screen and (max-width: 899px) {
  .main-rezept .post-date {
    margin-top: 0.5em;
  }
}
.main-rezept .details {
  margin: 1em 0;
}
@media print, (min-width: 900px) {
  .main-rezept .details {
    margin: 0 0 15px;
  }
}
.main-rezept .details > div {
  display: flex;
}
.main-rezept .details > div > * {
  width: 50%;
  flex-shrink: 0;
}
.main-rezept .rezept .switcher {
  display: flex;
  padding: 22px 0 21px;
}
@media print, (min-width: 900px) {
  .main-rezept .rezept .switcher {
    padding: 30px 0;
  }
}
.main-rezept .rezept .switcher > div {
  margin-right: 3px;
  flex-shrink: 0;
  height: 27px;
  border-radius: 13.5px;
  background: white;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  cursor: pointer;
  width: calc(50% - 1.5px);
  padding: 4px 3px 0;
}
.main-rezept .rezept .switcher > div:last-of-type {
  margin-right: 0;
}
.main-rezept .rezept .switcher > div.highlight {
  background: #6d9300;
}
.main-rezept .rezept .switcher > div a {
  padding: 3px 0px;
  text-align: center;
}
@media print, (min-width: 900px) {
  .main-rezept .rezept .switcher > div {
    margin-right: 15px;
  }
}
@media print, (min-width: 900px) {
  .main-rezept .rezept .switcher > div {
    width: calc(50% - 7.5px);
  }
}
.main-rezept .rezept .more:not(.rezept-show) {
  display: none;
}
.main-rezept .rezept-buttons {
  display: flex;
  justify-content: space-between;
}
.main-rezept .rezept-back,
.main-rezept .rezept-print {
  margin-right: 3px;
  flex-shrink: 0;
  height: 27px;
  border-radius: 13.5px;
  background: white;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  cursor: pointer;
  cursor: pointer;
  margin: 21px 0;
  padding: 3px 15px 0;
  display: inline-block;
}
.main-rezept .rezept-back:last-of-type,
.main-rezept .rezept-print:last-of-type {
  margin-right: 0;
}
.main-rezept .rezept-back.highlight,
.main-rezept .rezept-print.highlight {
  background: #6d9300;
}
.main-rezept .rezept-back a,
.main-rezept .rezept-print a {
  padding: 3px 0px;
  text-align: center;
}
@media print, (min-width: 900px) {
  .main-rezept .rezept-back,
.main-rezept .rezept-print {
    margin-right: 15px;
  }
}
@media print, (min-width: 900px) {
  .main-rezept .rezept-back,
.main-rezept .rezept-print {
    padding: 3px 30px 0;
  }
}

body.page-ueber h2,
body.page-kontakt h2,
body.page-medien h2 {
  display: none;
}

body.page-kontakt .entry,
body.page-medien .entry {
  margin-top: 57px;
}

.main-search {
  padding: 15px;
  margin-top: 81px;
}
@media print, (min-width: 900px) {
  .main-search {
    margin-top: 57px;
  }
}
.main-search .searchtitle,
.main-search article {
  margin-bottom: 30px;
}
.main-search .searchtitle a,
.main-search article a {
  text-decoration: none;
}
@media print, (min-width: 900px) {
  .main-search article {
    margin-bottom: 30px;
    margin-left: 16.6666666667vw;
    overflow: visible;
    padding: 0;
  }
  .main-search article a {
    display: flex;
    flex-direction: column;
  }
  .main-search article .info {
    width: calc(40% + 7.5px);
  }
  .main-search article h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .main-search article h2:hover {
    white-space: normal;
  }
}

@media print, (min-width: 900px) {
  body.search nav ul.menu > li.menu-item {
    width: 25%;
  }
  body.search nav ul.menu > li.menu-item-46 {
    background: #6d9300;
  }
}
@media print, print and (min-width: 900px), print and (min-width: 900px), (min-width: 900px) and (min-width: 900px) {
  body.search nav ul.menu > li.menu-item-46 {
    width: 50%;
  }
}

@media screen and (max-width: 899px) {
  .main-page h1 {
    display: none;
  }
  .main-page .post-image {
    margin: -57px -15px 15px !important;
  }
}

body.single-post.category-empfiehlt img,
body.single-post.category-reist img,
body.single-post.category-schreibt img,
.main-page img,
.main-single img {
  filter: grayscale(1);
}

@media print, (min-width: 900px) {
  body.page-aktuell .menu-item-46,
body.category-empfiehlt .menu-item-46,
body.category-reist .menu-item-46,
body.category-schreibt .menu-item-46,
body.single-rezepte .menu-item-46,
body.single-post .menu-item-46 {
    width: 66.6666666667vw !important;
  }

  body.page-ueber .menu-item-79,
body.page-kontakt .menu-item-79,
body.page-medien .menu-item-79 {
    width: 66.6666666667vw !important;
  }

  body.page-buchen .menu-item-3005,
body.page-ich-biete .menu-item-3005,
body.page-dinnerclub .menu-item-3005 {
    width: 66.6666666667vw;
  }
}
nav ul.menu li.current-menu-item,
nav ul.menu li.current-menu-parent {
  background: white;
}
nav ul.menu li.current-menu-item .sub-menu,
nav ul.menu li.current-menu-parent .sub-menu {
  display: none;
}

body.page-aktuell nav ul.menu li.menu-item-46,
body.category-empfiehlt nav ul.menu li.menu-item-46,
body.category-reist nav ul.menu li.menu-item-46,
body.category-schreibt nav ul.menu li.menu-item-46,
body.single-rezepte nav ul.menu li.menu-item-46,
body.single-post nav ul.menu li.menu-item-46 {
  background: #6d9300;
}
body.page-aktuell nav ul.menu li.menu-item-46 .sub-menu,
body.category-empfiehlt nav ul.menu li.menu-item-46 .sub-menu,
body.category-reist nav ul.menu li.menu-item-46 .sub-menu,
body.category-schreibt nav ul.menu li.menu-item-46 .sub-menu,
body.single-rezepte nav ul.menu li.menu-item-46 .sub-menu,
body.single-post nav ul.menu li.menu-item-46 .sub-menu {
  display: flex;
}

body.page-aktuell nav ul.menu li.menu-item-47 {
  background: #6d9300;
}
body.page-aktuell nav ul.menu li.menu-item-47 a {
  position: relative;
  padding-left: 15px;
}
body.page-aktuell nav ul.menu li.menu-item-47 a:before {
  content: url(img/lines.svg);
  display: block;
  position: absolute;
  width: 9px;
  height: 13px;
  left: 12px;
  bottom: 7px;
}
@media print, (min-width: 900px) {
  body.page-aktuell nav ul.menu li.menu-item-47 a:before {
    width: 10px;
    height: 14px;
    bottom: 6px;
  }
}

body.category-empfiehlt nav ul.menu li.menu-item-38 {
  background: #6d9300;
}

body.category-reist nav ul.menu li.menu-item-39 {
  background: #6d9300;
}

body.category-schreibt nav ul.menu li.menu-item-40 {
  background: #6d9300;
}

body.page-ueber nav ul.menu li.menu-item-79,
body.page-kontakt nav ul.menu li.menu-item-79,
body.page-medien nav ul.menu li.menu-item-79 {
  background: #6d9300;
}
body.page-ueber nav ul.menu li.menu-item-79 .sub-menu,
body.page-kontakt nav ul.menu li.menu-item-79 .sub-menu,
body.page-medien nav ul.menu li.menu-item-79 .sub-menu {
  display: flex;
}

body.page-ueber nav ul.menu li.menu-item-34 {
  background: #6d9300;
}
body.page-ueber .entry-content a {
  display: inline-block;
  margin-right: 3px;
  flex-shrink: 0;
  height: 27px;
  border-radius: 13.5px;
  background: white;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  cursor: pointer;
  padding: 3px 15px 0;
  text-decoration: none;
  min-width: 400px;
  text-align: left;
}
body.page-ueber .entry-content a:last-of-type {
  margin-right: 0;
}
body.page-ueber .entry-content a.highlight {
  background: #6d9300;
}
body.page-ueber .entry-content a a {
  padding: 3px 0px;
  text-align: center;
}
@media print, (min-width: 900px) {
  body.page-ueber .entry-content a {
    margin-right: 15px;
  }
}
body.page-ueber .entry-content a:hover {
  background-color: rgba(153, 153, 153, 0.3);
}

body.page-kontakt nav ul.menu li.menu-item-32 {
  background: #6d9300;
}

body.page-medien nav ul.menu li.menu-item-33 {
  background: #6d9300;
}

body.page-buchen nav ul.menu li.menu-item-3005,
body.page-dinnerclub nav ul.menu li.menu-item-3005,
body.page-ich-biete nav ul.menu li.menu-item-3005 {
  background: #6d9300;
}
body.page-buchen nav ul.menu li.menu-item-3005 .sub-menu,
body.page-dinnerclub nav ul.menu li.menu-item-3005 .sub-menu,
body.page-ich-biete nav ul.menu li.menu-item-3005 .sub-menu {
  display: flex;
}

body.page-dinnerclub nav ul.menu li.menu-item-1108 {
  background: #6d9300;
}

body.page-ich-biete nav ul.menu li.menu-item-1107 {
  background: #6d9300;
}

.menu-item {
  transition: width 0.5s linear, height 0.5s linear, top 0.5s linear, bottom 0.5s linear, font-size 0.5s linear;
}
.menu-item .menu-item {
  transition: none;
}
.menu-item a {
  transition: padding 0.5s linear;
}

.main {
  transition: left 0.5s linear, padding-top 0.5s linear;
}

.transitioning {
  overflow: hidden;
  overscroll-behavior: none;
}

body.page-medien .medien-links a.single-link {
  margin-bottom: 50px;
  display: block;
  text-decoration: none;
}
body.page-medien .medien-links .title {
  font-size: 36px;
  line-height: 34px;
  letter-spacing: -0.03em;
}
body.page-medien .medien-links .link-button {
  margin-right: 3px;
  flex-shrink: 0;
  height: 27px;
  border-radius: 13.5px;
  background: white;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  cursor: pointer;
  padding: 3px 30px 0;
  display: inline-block;
}
body.page-medien .medien-links .link-button:last-of-type {
  margin-right: 0;
}
body.page-medien .medien-links .link-button.highlight {
  background: #6d9300;
}
body.page-medien .medien-links .link-button a {
  padding: 3px 0px;
  text-align: center;
}
@media print, (min-width: 900px) {
  body.page-medien .medien-links .link-button {
    margin-right: 15px;
  }
}
body.page-medien .medien-links a:hover .link-button {
  background-color: rgba(153, 153, 153, 0.3);
}

.wp-block-file a:not(.wp-block-file__button) {
  display: none;
}
.wp-block-file .wp-block-file__button {
  margin-right: 3px;
  flex-shrink: 0;
  height: 27px;
  border-radius: 13.5px;
  background: white;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  cursor: pointer;
  margin-left: 0 !important;
  color: black !important;
  background: white !important;
  font-size: 18px !important;
  height: 27px !important;
}
.wp-block-file .wp-block-file__button:last-of-type {
  margin-right: 0;
}
.wp-block-file .wp-block-file__button.highlight {
  background: #6d9300;
}
.wp-block-file .wp-block-file__button a {
  padding: 3px 0px;
  text-align: center;
}
@media print, (min-width: 900px) {
  .wp-block-file .wp-block-file__button {
    margin-right: 15px;
  }
}
.wp-block-file .wp-block-file__button:hover {
  background: rgba(153, 153, 153, 0.3) !important;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5) !important;
}

.wp-block-button__link {
  background-color: #6d9300 !important;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5) !important;
  color: black !important;
  font-size: inherit !important;
  min-width: 300px;
  height: 30px;
  padding: 5px 15px !important;
}
.wp-block-button__link:hover {
  background-color: rgba(153, 153, 153, 0.3) !important;
}

@media screen and (max-width: 899px) {
  .wp-block-button,
.wp-block-button__link {
    width: 100% !important;
  }
}
@media print {
  @page {
    size: A4;
  }
  .hide-print {
    display: none;
  }

  .print-only {
    display: block;
    position: static;
  }

  body {
    font-size: 12px;
    line-height: 14px;
    padding: 35px;
  }

  header {
    display: none;
  }

  article {
    margin-top: none;
  }

  h1 {
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px;
  }

  p,
li {
    break-inside: avoid;
  }

  .main {
    left: 0;
    top: 0;
    width: auto;
    max-width: unset;
    height: auto;
    overflow: unset;
  }
  .main ol {
    padding-left: 0;
  }
  .main ol li {
    margin-bottom: 1em;
  }
  .main ol li:before {
    left: -25px;
  }

  .main-rezept article {
    padding: 0 0 0 calc(33% + 10px);
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .main-rezept .rezept-buttons {
    display: none;
  }
  .main-rezept .post-images {
    width: 33%;
    height: auto;
  }
  .main-rezept .post-images .slider {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-right: 50px;
    position: initial;
  }
  .main-rezept .post-images .imagewrap {
    min-height: unset;
    margin-bottom: 14px;
  }
  .main-rezept .post-images .imagewrap.video {
    display: none;
  }
  .main-rezept .post-images .imagewrap img {
    height: auto;
    object-fit: contain;
    break-inside: avoid;
  }
  .main-rezept .post-images .dots {
    display: none;
  }
  .main-rezept .rezept .switcher {
    display: none;
  }
  .main-rezept .rezept h4 {
    margin-right: 3px;
    flex-shrink: 0;
    height: 27px;
    border-radius: 13.5px;
    background: white;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
    cursor: pointer;
    height: 25px;
    width: 130px;
    padding: 6px 0;
    margin: 26px 0 13px;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    cursor: initial;
  }
  .main-rezept .rezept h4:last-of-type {
    margin-right: 0;
  }
  .main-rezept .rezept h4.highlight {
    background: #6d9300;
  }
  .main-rezept .rezept h4 a {
    padding: 3px 0px;
    text-align: center;
  }
}
@media print, print and (min-width: 900px) {
  .main-rezept .rezept h4 {
    margin-right: 15px;
  }
}
@media print {
  .main-rezept .rezept .more {
    display: block !important;
  }
}

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