@charset "UTF-8";
/* all imports 
---------------------------------------------- */
/* roboto-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v30-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-100italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/roboto-v30-latin-100italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/roboto-v30-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* form fields contact form7 ----------- */
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
  box-sizing: border-box;
  font-family: "Roboto";
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.4;
  margin: 5px 0;
  padding: 5px 10px;
  text-align: left;
  border: 1px solid rgba(59, 59, 59, 0.2);
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
  display: inline-block;
  width: 100%; }

.label-left {
  display: inline-block;
  width: 100%;
  vertical-align: top; }

form {
  border-radius: 10px;
  background: rgba(235, 235, 235, 0.5);
  border: 1px solid rgba(59, 59, 59, 0.1);
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Roboto";
  font-size: 16px;
  max-width: 1200px;
  margin-left: 0;
  margin-right: auto;
  padding: 20px; }
  @media screen and (min-width: 1024px) {
    form {
      padding: 40px; } }

form p {
  display: block;
  font-family: "Roboto";
  font-size: 16px; }

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%; }

.wpcf7-radio .wpcf7-list-item-label {
  margin-left: 10px;
  margin-right: 20px; }

.wpcf7-form-control-wrap.datenschutz {
  display: inline-block;
  vertical-align: top;
  width: auto; }

.wpcf7-submit {
  font-family: "Roboto";
  margin-top: 20px;
  background: #007b3c;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 5px;
  cursor: pointer; }

@media screen and (min-width: 650px) {
  .datenschutz {
    margin-left: 30%; } }
.datenschutz .wpcf7-form-control-wrap {
  width: 100%; }
  @media screen and (min-width: 650px) {
    .datenschutz .wpcf7-form-control-wrap {
      width: 100%; } }
.datenschutz .wpcf7-list-item {
  margin-left: 0; }
.datenschutz .datenschutz-label {
  display: block; }

@media screen and (min-width: 650px) {
  .label-left {
    width: 30%; }

  .wpcf7-form-control-wrap {
    width: 70%; }

  .wpcf7-form-control-wrap.datenschutz {
    margin-left: 30%; }

  .wpcf7-submit {
    margin-left: 30%; } }
/* CSS für die Elemente im Blockeditor
--------------------------------------------- */
/*
.bgred {
    background: red !important;
}*/
/* Custom Color Palette 
------------------------- */
/* text colors ---------- */
.has-gruen-color {
  color: #007b3c; }

.has-grau-color {
  color: #ebebeb; }

.has-weiss-color {
  color: #fffefa; }

.has-textgrau-color {
  color: #3b3b3b; }

/* background colors ---- */
.has-gruen-background-color {
  background-color: #007b3c; }

.has-grau-background-color {
  background-color: #ebebeb; }

.has-weiss-background-color {
  background-color: #fffefa; }

.has-textgrau-background-color {
  background-color: #3b3b3b; }

/* Video
------------------------ */
.wp-block-video {
  margin-top: 30px;
  margin-bottom: 30px; }

/* Image 
------------------------ */
main img {
  max-width: 100%;
  width: auto;
  max-height: 600px;
  height: auto;
  object-fit: cover;
  vertical-align: top; }

.wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px; }
  .wp-block-image:last-child {
    margin-bottom: 0; }
  .wp-block-image:first-child {
    margin-top: 0; }
  .wp-block-image.alignright {
    margin-left: auto;
    margin-right: 0; }
  .wp-block-image.alignleft {
    margin-left: 0;
    margin-right: auto; }
  .wp-block-image.aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .wp-block-image.size-full img {
    width: 100%;
    max-height: 700px; }

.wp-element-caption {
  font-size: 13px;
  line-height: 1.1; }
  @media screen and (min-width: 1024px) {
    .wp-element-caption {
      font-size: 14px; } }

.wp-block-gallery {
  margin-top: 30px;
  margin-bottom: 30px; }
  .wp-block-gallery:first-child {
    margin-top: 0; }
  .wp-block-gallery:last-child {
    margin-bottom: 0; }

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: rgba(0, 123, 60, 0.7);
  margin-top: 0;
  padding: 5px 10px; }

.wp-block-table {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
  padding: 5px 2px; }
  .wp-block-table:first-child {
    margin-top: 0; }
  .wp-block-table:last-child {
    margin-bottom: 0; }
  .wp-block-table table {
    overflow: auto; }
  .wp-block-table thead {
    border-bottom: none;
    text-align: left; }
  .wp-block-table td, .wp-block-table th {
    border: none;
    padding: 2px;
    line-height: 1.3;
    font-size: 15px; }
  .wp-block-table th {
    padding-bottom: 6px;
    font-size: 16px; }

.wp-block-separator {
  border-top: 3px double rgba(0, 123, 60, 0.5);
  margin-top: 60px;
  margin-bottom: 60px; }

.wp-block-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .wp-block-buttons:first-child {
    margin-top: 0; }
  .wp-block-buttons:last-child {
    margin-bottom: 0; }
  .wp-block-buttons .wp-block-button .wp-element-button {
    color: #fff;
    font-size: 16px;
    background: #007b3c;
    padding: 10px 20px;
    border-radius: 10px; }
    .wp-block-buttons .wp-block-button .wp-element-button:hover {
      background: #ebebeb;
      color: #007b3c; }

.col2block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .col2block:last-child {
    margin-bottom: 0; }
  .col2block:first-child {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .col2block {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media screen and (min-width: 1024px) {
    .col2block {
      gap: 30px 50px; } }
  @media screen and (min-width: 1200px) {
    .col2block {
      gap: 40px 100px; } }
  .col2block .col {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .col2block .col {
        flex: 0 0 calc(50% - 20px/2); } }
    @media screen and (min-width: 1024px) {
      .col2block .col {
        flex: 0 0 calc(50% - 50px/2); } }
    @media screen and (min-width: 1200px) {
      .col2block .col {
        flex: 0 0 calc(50% - 100px/2); } }
  .col2block.souvenir {
    background: #fffefa;
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.3);
    border-radius: 10px;
    padding: 30px 20px; }
    @media screen and (min-width: 1024px) {
      .col2block.souvenir {
        padding: 40px; } }

.contactblock {
  border: 1px solid #ebebeb;
  background: rgba(235, 235, 235, 0.5);
  border-radius: 10px;
  overflow: hidden;
  min-height: 330px; }
  @media screen and (min-width: 1100px) {
    .contactblock {
      min-height: 280px; } }
  .contactblock h2 {
    margin: 0;
    padding: 7px 10px;
    font-size: 20px; }
  .contactblock h6 {
    margin: 0;
    color: #3b3b3b;
    padding: 10px 10px 0;
    background: #fffefa; }
  .contactblock p {
    font-size: 15px;
    margin-bottom: 0; }
  .contactblock .wp-block-table.openinghours {
    border: none;
    padding: 0;
    background: #fffefa;
    margin: 0;
    padding: 5px 10px 10px; }
    .contactblock .wp-block-table.openinghours table {
      border-collapse: collapse; }
    .contactblock .wp-block-table.openinghours tbody {
      display: block; }
    .contactblock .wp-block-table.openinghours tr {
      display: flex;
      flex-direction: column;
      margin-bottom: 3px; }
      @media screen and (min-width: 320px) {
        .contactblock .wp-block-table.openinghours tr {
          flex-direction: row; } }
    .contactblock .wp-block-table.openinghours td, .contactblock .wp-block-table.openinghours th {
      display: block;
      width: 100%;
      border: none;
      padding: 0px;
      font-size: 15px;
      line-height: 1.2; }
      @media screen and (min-width: 500px) {
        .contactblock .wp-block-table.openinghours td, .contactblock .wp-block-table.openinghours th {
          display: inline-block; } }
      @media screen and (min-width: 320px) {
        .contactblock .wp-block-table.openinghours td:first-child, .contactblock .wp-block-table.openinghours th:first-child {
          width: 150px; } }
      @media screen and (min-width: 1050px) {
        .contactblock .wp-block-table.openinghours td:first-child, .contactblock .wp-block-table.openinghours th:first-child {
          flex: 1; } }
      @media screen and (min-width: 500px) {
        .contactblock .wp-block-table.openinghours td:nth-child(2), .contactblock .wp-block-table.openinghours th:nth-child(2) {
          width: calc(100% - 150px); } }
      @media screen and (min-width: 1050px) {
        .contactblock .wp-block-table.openinghours td:nth-child(2), .contactblock .wp-block-table.openinghours th:nth-child(2) {
          flex: 1.2; } }
  .contactblock .contactinfo {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px 15px;
    padding: 10px;
    font-size: 15px; }
    @media screen and (min-width: 500px) {
      .contactblock .contactinfo {
        flex-direction: row; } }
    @media screen and (min-width: 768px) {
      .contactblock .contactinfo {
        flex-direction: column; } }
    @media screen and (min-width: 1050px) {
      .contactblock .contactinfo {
        flex-direction: row;
        gap: 10px 0; } }
    .contactblock .contactinfo h6 {
      padding: 0;
      background: none;
      margin-bottom: 4px; }
    @media screen and (min-width: 500px) {
      .contactblock .contactinfo .address {
        flex: 1; } }
    @media screen and (min-width: 500px) {
      .contactblock .contactinfo .phone-mail {
        flex: 1.2;
        padding-top: 30px; } }
    @media screen and (min-width: 768px) {
      .contactblock .contactinfo .phone-mail {
        padding-top: 0; } }
    @media screen and (min-width: 1050px) {
      .contactblock .contactinfo .phone-mail {
        padding-top: 30px; } }
    .contactblock .contactinfo .wp-block-table.contacttable {
      margin: 0;
      border: none;
      padding: 0; }
      .contactblock .contactinfo .wp-block-table.contacttable table {
        border-collapse: collapse;
        display: block; }
      .contactblock .contactinfo .wp-block-table.contacttable tbody {
        display: block; }
      .contactblock .contactinfo .wp-block-table.contacttable tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 2px; }
        @media screen and (min-width: 320px) {
          .contactblock .contactinfo .wp-block-table.contacttable tr {
            flex-direction: row; } }
      .contactblock .contactinfo .wp-block-table.contacttable td, .contactblock .contactinfo .wp-block-table.contacttable th {
        display: block;
        width: 100%;
        border: none;
        padding: 0px;
        font-size: 15px;
        line-height: 1.2; }
        @media screen and (min-width: 320px) {
          .contactblock .contactinfo .wp-block-table.contacttable td, .contactblock .contactinfo .wp-block-table.contacttable th {
            width: auto;
            padding-left: 0; } }
        @media screen and (min-width: 320px) {
          .contactblock .contactinfo .wp-block-table.contacttable td:first-child, .contactblock .contactinfo .wp-block-table.contacttable th:first-child {
            width: 65px; } }
        @media screen and (min-width: 320px) {
          .contactblock .contactinfo .wp-block-table.contacttable td:nth-child(2), .contactblock .contactinfo .wp-block-table.contacttable th:nth-child(2) {
            width: calc(100% - 65px); } }

.history-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 30px; }
  @media screen and (min-width: 768px) {
    .history-wrapper {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media screen and (min-width: 1024px) {
    .history-wrapper {
      gap: 20px 50px; } }
  .history-wrapper .history-block {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #ebebeb;
    border-radius: 10px; }
    .history-wrapper .history-block:nth-child(2n) {
      background: rgba(235, 235, 235, 0.7); }
    @media screen and (min-width: 400px) {
      .history-wrapper .history-block {
        flex-direction: row;
        padding: 15px; } }
    @media screen and (min-width: 768px) {
      .history-wrapper .history-block {
        flex-direction: column;
        flex: 0 0 calc(50% - 15px); }
        .history-wrapper .history-block:nth-child(2n) {
          background: none; }
        .history-wrapper .history-block:nth-child(4n-2) {
          background: rgba(235, 235, 235, 0.7); }
        .history-wrapper .history-block:nth-child(4n-1) {
          background: rgba(235, 235, 235, 0.7); } }
    @media screen and (min-width: 1024px) {
      .history-wrapper .history-block {
        flex: 0 0 calc(50% - 25px);
        flex-direction: row; } }
  .history-wrapper .history-col1 {
    display: flex;
    gap: 15px;
    justify-content: space-between; }
    @media screen and (min-width: 400px) {
      .history-wrapper .history-col1 {
        flex-direction: column;
        justify-content: flex-start; } }
    @media screen and (min-width: 768px) {
      .history-wrapper .history-col1 {
        width: 100%;
        flex-direction: row;
        justify-content: space-between; } }
    @media screen and (min-width: 1024px) {
      .history-wrapper .history-col1 {
        width: 90px;
        flex-direction: column;
        justify-content: flex-start; } }
  .history-wrapper .year {
    color: #007b3c; }
    .history-wrapper .year h2, .history-wrapper .year h3, .history-wrapper .year h4, .history-wrapper .year h5, .history-wrapper .year h6 {
      margin: 0; }
  .history-wrapper .history-content {
    font-size: 14px; }
    @media screen and (min-width: 400px) {
      .history-wrapper .history-content {
        padding-top: 5px; } }
    .history-wrapper .history-content p {
      margin-bottom: 10px; }
      .history-wrapper .history-content p:last-child {
        margin-bottom: 0; }
  .history-wrapper .history-images {
    display: flex;
    overflow: hidden;
    width: 80px; }
    .history-wrapper .history-images .wp-block-image img {
      border-radius: 5px;
      width: 80px;
      height: 60px;
      object-fit: cover; }
    .history-wrapper .history-images .wp-element-caption {
      display: none; }

/* Tabs Block curstom changes made inside plugin */
/*
.wp-block-ub-tabbed-content-tab-title {
    font-size: 14px;
    font-weight: 500;
}
.wp-block-ub-tabbed-content-tabs-content {
    padding: 0;
}
.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
    border: none;
}
*/
  @media screen and (max-width: 768px) {

.wp-block-ub-tabbed-content-tabs-title {
    display: flex;
    overflow-x: auto
}
  }

/* Box-Sizing: 
---------------------------------------------- */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/* Add Clearfix for floating elements 
---------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* Change display of all Links 
---------------------------------------------- */
a {
  text-decoration: none;
  color: inherit; }

/* Page Styles 
---------------------------------------------- */
body {
  background: #fffefa;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.4;
  color: #3b3b3b; }

/* Header -------------- */
/* mobile nav */
.mobile-menu {
  color: #007b3c; }
  .mobile-menu ul {
    list-style-type: none; }
    .mobile-menu ul li {
      margin-bottom: 4px; }
      .mobile-menu ul li a {
        font-size: 17px;
        font-weight: 500;
        border-top: 2px solid rgba(0, 0, 0, 0);
        border-bottom: 2px solid rgba(0, 0, 0, 0); }
      .mobile-menu ul li.current_page_item a {
        border-bottom: 2px solid #007b3c; }

/* main nav */
.main-menu {
  display: none; }
  @media screen and (min-width: 1024px) {
    .main-menu {
      display: block; } }
  .main-menu ul {
    list-style-type: none;
    display: flex;
    gap: 0 20px;
    justify-content: center; }
    .main-menu ul li {
      padding: 10px 20px; }
      .main-menu ul li a {
        display: inline-block;
        font-size: 17px;
        font-weight: 500;
        border-top: 2px solid rgba(0, 0, 0, 0);
        border-bottom: 2px solid rgba(0, 0, 0, 0); }
        .main-menu ul li a:hover {
          border-bottom: 2px solid #007b3c; }
      .main-menu ul li.current_page_item a {
        border-bottom: 2px solid #007b3c; }

.mobile-nav {
  display: none;
  position: absolute;
  top: 68px;
  right: 0;
  z-index: 100;
  background: rgba(255, 254, 250, 0.95);
  padding: 20px 30px;
  min-width: 180px;
  box-shadow: -3px 4px 5px rgba(100, 100, 100, 0.3); }
  @media screen and (min-width: 500px) {
    .mobile-nav {
      top: 81px; } }
  @media screen and (min-width: 768px) {
    .mobile-nav {
      top: 90px; } }
  @media screen and (min-width: 1024px) {
    .mobile-nav {
      display: none; } }

header {
  background: #fffefa; }
  header .header-top {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    display: flex; }
    @media screen and (min-width: 768px) {
      header .header-top {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1024px) {
      header .header-top {
        justify-content: center; } }
    header .header-top .logo {
      display: block;
      width: 200px; }
      @media screen and (min-width: 500px) {
        header .header-top .logo {
          width: 260px; } }
      @media screen and (min-width: 768px) {
        header .header-top .logo {
          width: 300px; } }
    header .header-top .menu-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      height: 40px;
      width: 40px;
      cursor: pointer; }
      @media screen and (min-width: 500px) {
        header .header-top .menu-btn {
          top: 22px; } }
      @media screen and (min-width: 768px) {
        header .header-top .menu-btn {
          top: 27px; } }
      @media screen and (min-width: 1024px) {
        header .header-top .menu-btn {
          display: none; } }
      header .header-top .menu-btn span {
        opacity: 0; }
      header .header-top .menu-btn::before {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        background: url("../img/menubtn-round.svg") no-repeat center;
        background-size: 35px;
        opacity: 1; }
      header .header-top .menu-btn::after {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        background: url("../img/close.svg") no-repeat center;
        background-size: 23px;
        opacity: 0; }
      header .header-top .menu-btn.menu-open::before {
        opacity: 0; }
      header .header-top .menu-btn.menu-open::after {
        opacity: 1; }

.header-menubar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  background: #ebebeb;
  color: #007b3c;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15); }
  .header-menubar .menubar-inner {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 768px) {
      .header-menubar .menubar-inner {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto; } }

.header-frontpage-btn {
  background: url("../img/65-jahre.png") no-repeat center center;
  background-size: cover;
  aspect-ratio: 348/133;
  position: absolute;
  left: 10px;
  z-index: 2;
  height: 80px;
  bottom: calc(-80px/2); }
  @media screen and (min-width: 768px) {
    .header-frontpage-btn {
      height: 100px;
      bottom: calc(-100px/2);
      left: 20px; } }
  @media screen and (min-width: 1024px) {
    .header-frontpage-btn {
      height: 133px;
      bottom: calc(-133px/2);
      left: 2.5%; } }
  @media screen and (min-width: 1500px) {
    .header-frontpage-btn {
      left: 10%; } }
  .header-frontpage-btn.reformhaus {
    background: url("../img/reformhaus.png") no-repeat center center;
    background-size: cover; }

/* Slider -------------- */
.header-slider {
  height: 200px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .header-slider {
      height: auto;
      width: 100%;
      aspect-ratio: 1400/450;
      max-height: 500px; } }

.slider ul.slides li {
  height: 200px; }
  @media screen and (min-width: 768px) {
    .slider ul.slides li {
      height: auto;
      width: 100%;
      aspect-ratio: 1400/450;
      max-height: 500px; } }
.slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.flex-control-nav {
  z-index: 2;
  bottom: -12px;
  width: auto;
  right: 2.5%;
  display: none; }
  @media screen and (min-width: 768px) {
    .flex-control-nav {
      display: block; } }
  @media screen and (min-width: 1500px) {
    .flex-control-nav {
      right: 10%; } }

.flex-control-paging li a {
  height: 21px;
  width: 21px;
  border-radius: 21px;
  background: #ebebeb;
  border: none;
  box-shadow: none; }
  .flex-control-paging li a:hover {
    background: #a6d0b8; }
  .flex-control-paging li a.flex-active {
    background: #007b3c; }

/* header image ------------ */
.header-image {
  position: relative;
  height: 200px; }
  @media screen and (min-width: 768px) {
    .header-image {
      height: auto;
      width: 100%;
      aspect-ratio: 1400/450;
      max-height: 500px; } }
  .header-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; }

/* Footer ------------------ */
/* nav */
@media screen and (min-width: 768px) {
  .footer-menu {
    flex: 1; } }
.footer-menu ul {
  list-style-type: none;
  margin-left: 0; }
  .footer-menu ul li a:hover {
    font-weight: 700; }
  .footer-menu ul li.current_page_item a {
    font-weight: 700; }

footer {
  background: #ebebeb;
  color: #007b3c;
  border-bottom: 10px solid #007b3c;
  font-size: 15px; }
  footer a {
    color: inherit; }
  footer .footer-inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    gap: 30px 45px; }
    @media screen and (min-width: 768px) {
      footer .footer-inner {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 768px) {
      footer .footer-inner {
        flex-direction: row; } }
    @media screen and (min-width: 1024px) {
      footer .footer-inner {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between; } }
  footer .ft-areaname {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #007b3c; }
  footer .ft-area {
    display: flex;
    flex-direction: column;
    gap: 20px 80px; }
    @media screen and (min-width: 1024px) {
      footer .ft-area {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    footer .ft-area:first-child {
      flex: 0 0 calc(64% - 45px/2);
      max-width: 680px; }
      @media screen and (min-width: 1100px) {
        footer .ft-area:first-child {
          gap: 20px 20%; } }
    footer .ft-area:last-child {
      flex: 0 0 calc(36% - 45px/2);
      max-width: 380px; }
  footer .ft-address {
    margin-bottom: 10px; }
    footer .ft-address .ft-title {
      font-size: 18px;
      font-weight: 700; }
  footer .ft-mail a {
    display: inline-block;
    min-width: 200px; }
    footer .ft-mail a:hover {
      font-weight: 700; }
  footer .ft-link a:hover {
    font-weight: 700; }
  footer .ico {
    width: 100%; }
    footer .ico img {
      height: 35px; }

/* Main ---------------------- */
main {
  padding-top: 30px;
  padding-bottom: 60px; }
  main.frontpage {
    padding-top: 50px; }
    @media screen and (min-width: 768px) {
      main.frontpage {
        padding-top: 70px; } }
    @media screen and (min-width: 1024px) {
      main.frontpage {
        padding-top: 90px; } }

.main-inner {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 768px) {
    .main-inner {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto; } }

.sortiment {
  padding-top: 20px; }

.reformhaus-title {
  padding-top: 20px; }

.postpage-container {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  @media screen and (min-width: 900px) {
    .postpage-container {
      flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .postpage-container {
      gap: 30px 60px; } }
  .postpage-container .aside ul {
    list-style-type: none;
    width: calc(100% - 35px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; }
    @media screen and (min-width: 600px) {
      .postpage-container .aside ul {
        justify-content: flex-start; } }
    @media screen and (min-width: 900px) {
      .postpage-container .aside ul {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 230px; } }
    @media screen and (min-width: 1024px) {
      .postpage-container .aside ul {
        width: 280px; } }
    .postpage-container .aside ul a {
      display: inline-block;
      padding: 5px 8px;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      background: #ebebeb;
      border-radius: 10px;
      hyphens: auto; }
      @media screen and (min-width: 900px) {
        .postpage-container .aside ul a {
          display: block;
          width: 100%; } }
      @media screen and (min-width: 1024px) {
        .postpage-container .aside ul a {
          padding: 8px 10px;
          font-size: 16px;
          width: 100%; } }
      @media screen and (min-width: 1400px) {
        .postpage-container .aside ul a {
          font-size: 18px; } }
      .postpage-container .aside ul a:hover {
        text-decoration: none;
        background: #007b3c;
        color: #fff; }
      .postpage-container .aside ul a.active {
        text-decoration: none;
        background: #007b3c;
        color: #fff; }
  .postpage-container .gutenberg-container {
    order: -1; }
    @media screen and (min-width: 900px) {
      .postpage-container .gutenberg-container {
        order: 0;
        width: calc(100% - 30px/2 - 230px); } }
    @media screen and (min-width: 1024px) {
      .postpage-container .gutenberg-container {
        width: calc(100% - 60px/2 - 280px); } }
  .postpage-container hr.wp-block-separator {
    margin-top: 40px;
    margin-bottom: 40px; }

/* Heading Text ----------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #007b3c;
  margin-top: 30px;
  margin-bottom: 20px; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px; }
  h1 span {
    font-size: 20px;
    display: block;
    margin-top: 6px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

main p {
  margin-bottom: 20px; }
  main p:last-child {
    margin-bottom: 0; }
  main p a {
    color: #007b3c; }
    main p a:hover {
      text-decoration: underline; }
  main p span.tab {
    display: block;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      main p span.tab {
        display: inline-block;
        width: 200px; } }

main ul {
  color: #007b3c;
  margin-left: 15px;
  margin-bottom: 20px; }
  main ul:last-child {
    margin-bottom: 0; }
  main ul li {
    padding-left: 5px; }
  main ul a {
    color: #007b3c;
    font-style: italic; }
    main ul a:hover {
      text-decoration: underline; }

main ol {
  color: #007b3c;
  margin-left: 15px;
  margin-bottom: 20px; }
  main ol:last-child {
    margin-bottom: 0; }
  main ol li {
    padding-left: 5px; }
  main ol a {
    color: #007b3c;
    font-style: italic; }
    main ol a:hover {
      text-decoration: underline; }
