@charset "UTF-8";
/*!
 * Front-end styles.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
*/
/*
 * Variables to override options used in frameworks and throughout the theme.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
/*
 * Custom variables.
 */
/*
 * Fonts include and faces configuration.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/manrope/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/manrope/Manrope-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600 700;
  font-style: normal;
  src: url("../fonts/manrope/Manrope-SemiBold.ttf") format("truetype");
}
.fruwo-icon {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.fruwo-icon--button {
  background-image: url("../img/button.svg");
}

.fruwo-icon--chevron {
  background-image: url("../img/chevron.svg");
}

.fruwo-icon--mail {
  background-image: url("../img/email.svg");
}

.fruwo-icon--phone {
  background-image: url("../img/phone.svg");
}

.fruwo-icon--empty_arrow {
  background-image: url("../img/empty_arrow.svg");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f2f2f;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2f2f2f;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(92.4554455446, 148.7326732673, 54.2673267327);
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #486733;
}

h1, .h1 {
  font-size: 4rem;
}

h2, .h2 {
  font-size: 2.6666666667rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.3333333333rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
 * Utilities, mixins.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
.fruwo--is-inverted {
  background-color: #6AA654;
  color: #ffffff;
}
.fruwo--is-inverted a {
  color: #ffffff;
}
.fruwo--is-inverted a:hover {
  color: #ffffff;
}
.fruwo--is-inverted a:hover {
  text-decoration: underline;
}

.fruwo--is-half {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .fruwo--is-half .container {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .fruwo--is-half .container {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .fruwo--is-half .container {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .fruwo--is-half .container {
    max-width: 550px;
  }
}
@media (min-width: 1500px) {
  .fruwo--is-half .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .fruwo--is-half {
    width: 50%;
  }
  .fruwo--is-half .container {
    margin-right: 0;
    margin-left: auto;
    padding-right: 6rem;
  }
  .fruwo--is-half.fruwo--is-right .container {
    margin-right: auto;
    margin-left: 0;
    padding-left: 6rem;
    padding-right: 15px;
  }
}

/*
 * Basic typography.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
html {
  font-size: 15px;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

.fruwo--is-centered:not(.row) {
  text-align: center;
}
.fruwo--is-centered.row {
  justify-content: center;
}

a .fruwo-icon {
  color: #6AA654;
}
a .fruwo-icon:hover {
  color: #6AA654;
}

h3, h2, h1 {
  padding-top: 2rem;
  color: inherit;
}

h1 {
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 2.6666666667rem;
  }
}

h2 {
  color: #2E4A1B;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-weight: 500;
}
h1 + h3, h2 + h3, .fruwo-product--text h3 {
  margin-top: -4rem;
}
h1 + h3 em, h2 + h3 em, .fruwo-product--text h3 em {
  font-weight: 300;
  font-style: normal;
  color: #6AA654;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 1.6666666667rem;
  }
}

h4 {
  margin-bottom: 0;
  color: #2f2f2f;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 1.2rem;
  }
}

/*
 * Print styles.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
.fruwo-nav {
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
  display: flex;
}
.fruwo-nav .fruwo-nav--item .fruwo-nav--link {
  padding: 0.5rem 1rem;
  display: block;
}
.fruwo-nav .fruwo-nav--item.fruwo--has-submenu {
  position: relative;
}
.fruwo-nav .fruwo-nav--item .fruwo-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  display: none;
}
.fruwo-nav .fruwo-nav--item .fruwo-submenu .fruwo-nav {
  margin: 0;
  flex-direction: column;
}
@media (min-width: 992px) {
  .fruwo-nav .fruwo-nav--item .fruwo-submenu .fruwo-nav .fruwo-nav--item {
    min-width: 8rem;
  }
}
.fruwo-nav .fruwo-nav--item:last-child > .fruwo-submenu {
  left: auto;
  right: 0;
}
.fruwo-nav .fruwo-nav--item.show > .fruwo-submenu {
  display: block;
}
.fruwo-nav.fruwo--is-vertical {
  flex-direction: column;
}
.fruwo-nav.fruwo--is-vertical .fruwo-nav--item .fruwo-nav--link {
  padding-top: 0;
  padding-bottom: 0;
}

/*
 * Header & navigation styles.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
@media (min-width: 992px) {
  body:not(.page-template-template-page-noheader):not(.page-template-template-page-reservation) .fruwo-header {
    position: fixed;
  }
}

.fruwo-header {
  background-color: #ffffff;
  height: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .fruwo-header {
    height: 6rem;
  }
}
.admin-bar .fruwo-header {
  top: 2.1333333333rem;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper {
    padding-block: 1rem;
    background-color: #ffffff;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation {
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--logo {
  display: block;
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--logo img {
  height: 6rem;
  padding: 1rem 15px;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--logo img {
    height: 6rem;
    padding: 0.5rem 0;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--toggler {
  display: block;
  margin-top: 3rem;
  margin-right: 30px;
  color: #2f2f2f;
  font-weight: 700;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--toggler {
    display: none;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--toggler:hover {
  color: #6AA654;
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--toggler::after {
  padding-left: 0.5rem;
}
@media (max-width: 991.98px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--collapse {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    width: calc(100% + 60px);
    margin: 0 -15px;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 1rem 30px;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu {
    padding: 0;
    flex-basis: unset;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main {
  width: 50%;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main {
    width: auto;
    order: 2;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav {
  flex-direction: column;
  margin: 0 -1rem;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav {
    margin: 0 -1.5rem;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item {
    padding: 0 1.5rem;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item > .fruwo-nav--link {
  color: #2f2f2f;
  padding: 0.5rem 0;
  font-weight: 700;
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item > .fruwo-nav--link:hover {
  color: #6AA654;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item > .fruwo-nav--link {
    padding: 1rem 0 1.5rem;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item > .fruwo-nav--link[data-active=true] {
  color: #6AA654;
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item.fruwo--has-submenu {
  position: static;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item.fruwo--has-submenu {
    position: relative;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main > .fruwo-nav > .fruwo-nav--item.fruwo--has-submenu:has(a[data-active=true]) > a:first-child {
  color: #6AA654;
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main .fruwo-submenu {
  padding: 0.25rem 0;
  background-color: #F7FAF6;
  min-width: 13rem;
}
@media (max-width: 991.98px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main .fruwo-submenu {
    left: auto;
    top: 0;
    width: 50%;
    right: 0;
    height: 100%;
    padding: 1rem 0;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main .fruwo-submenu .fruwo-nav--item .fruwo-nav--link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #2E4A1B;
  font-weight: 700;
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main .fruwo-submenu .fruwo-nav--item .fruwo-nav--link:hover {
  color: #6AA654;
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--main .fruwo-submenu .fruwo-nav--item .fruwo-nav--link[data-active=true] {
  color: #6AA654;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--meta {
    order: 1;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--meta .fruwo-nav {
  flex-direction: column;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--meta .fruwo-nav {
    flex-direction: row;
  }
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--meta .fruwo-nav .fruwo-nav--item .fruwo-nav--link {
  color: #486733;
}
.fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--meta .fruwo-nav .fruwo-nav--item .fruwo-nav--link:hover, .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--meta .fruwo-nav .fruwo-nav--item .fruwo-nav--link[data-active=true] {
  color: #6AA654;
}
@media (min-width: 992px) {
  .fruwo-header .fruwo-header--wrapper .fruwo-header--navigation .fruwo-navigation--menu .fruwo-menu--meta .fruwo-nav .fruwo-nav--item .fruwo-nav--link {
    padding: 0.25rem 1rem;
  }
}

/*
 * Styles concerning the content area specifically.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
body.page-template-template-page-reservation .fruwo-page--content > div:first-child {
  margin-top: 8rem;
  margin-bottom: calc(2 * 30px);
}
@media (min-width: 992px) {
  body.page-template-template-page-reservation .fruwo-page--content > div:first-child {
    margin-top: 9rem;
  }
}

body.page-template-template-page-noheader .fruwo-page--content > div:first-child, body.error404 .fruwo-page--content > div:first-child {
  margin-top: 6rem;
  margin-bottom: calc(2 * 30px);
}
@media (min-width: 992px) {
  body.page-template-template-page-noheader .fruwo-page--content > div:first-child, body.error404 .fruwo-page--content > div:first-child {
    margin-top: 14rem;
  }
}

.fruwo-page--header {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .fruwo-page--header {
    padding-top: calc(6rem + 2 * 1rem);
  }
}
.fruwo-page--header.fruwo-page--text-header {
  padding-top: calc(2 * 6rem);
}
@media (min-width: 992px) {
  .fruwo-page--header.fruwo-page--text-header {
    padding-top: 21rem;
  }
}

.fruwo-page--content p a {
  font-weight: 700;
  color: #2E4A1B;
  text-decoration: underline;
}
.fruwo-page--content p a:hover {
  color: #6AA654;
}
@media (max-width: 767.98px) {
  .fruwo-page--content .mobile-inset {
    padding-inline: 1rem;
  }
}
.fruwo-page--content img.alignleft {
  max-width: 100%;
  height: auto;
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.2rem;
}
.fruwo-page--content img.alignright {
  max-width: 100%;
  height: auto;
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.2rem;
}
.fruwo-page--content .fruwo-page--header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  background-color: #6AA654;
  color: #CDF5BE;
}
@media (min-width: 992px) {
  .fruwo-page--content .fruwo-page--header {
    flex-direction: row;
  }
}
.fruwo-page--content .fruwo-page--header.fruwo-page--header-light {
  background-color: #F7FAF6;
  color: #486733;
}
.fruwo-page--content .fruwo-page--header.fruwo-page--text-header {
  background-color: #F7FAF6;
  color: #2E4A1B;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.fruwo-page--content .fruwo-page--header h1 {
  color: inherit;
  padding-top: 0;
}
@media (max-width: 991px) {
  .fruwo-page--content .fruwo-page--header .fruwo-header--image {
    width: 100%;
    margin-bottom: calc(2 * 30px);
  }
}
@media (min-width: 992px) {
  .fruwo-page--content .fruwo-page--header .fruwo-header--image {
    margin-bottom: 0;
    order: 2;
  }
}
.fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container {
  width: 100%;
  clip-path: shape(from 0 0, line to 100% 0, line to 100% calc(100% - 1rem), line to calc(100% - 1rem) 100%, line to 1rem 100%, line to 0 calc(100% - 1rem), close);
  height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 992px) {
  .fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container {
    height: calc(100vh - 8rem);
  }
  .admin-bar .fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container {
    height: calc(100vh - 2.1333333333rem - 7rem);
  }
}
.fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container > picture > img, .fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container > img, .fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
.objectfit .fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container > picture > img, .objectfit .fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container > img, .objectfit .fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container video {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .fruwo-page--content .fruwo-page--header .fruwo-header--image .fruwo-image--container {
    clip-path: shape(from 2rem 0, line to 100% 0, line to 100% 100%, line to calc(100% - 2rem) 100%, line to 2rem 100%, line to 0 calc(100% - 2rem), line to 0 2rem, close);
  }
}
.fruwo-page--content .fruwo-page--header .fruwo-header--text {
  z-index: 1;
  font-size: 1.3333333333rem;
  padding-bottom: calc(2 * 30px);
}
@media (min-width: 992px) {
  .fruwo-page--content .fruwo-page--header .fruwo-header--text {
    order: 1;
    padding-bottom: 0;
  }
}
.fruwo-page--content .fruwo-page--header .fruwo-header--animation {
  position: absolute;
  aspect-ratio: 1;
  width: 8vw;
  min-width: 100px;
  max-width: 170px;
  height: auto;
  z-index: 2;
  left: 50%;
  top: 400px;
  transform: translate(-50%, 35%);
}
@media (min-width: 992px) {
  .fruwo-page--content .fruwo-page--header .fruwo-header--animation {
    transform: translate(-50%, -50%);
    top: auto;
    bottom: 0;
  }
}
.fruwo-page--content .fruwo-page--header .fruwo-header--animation a {
  display: block;
  width: 100%;
  height: 100%;
}
.fruwo-page--content .fruwo-page--header .fruwo-header--animation .fruwo-icon.placeholder {
  object-fit: contain;
  background-image: url("../img/lottie_placeholder.svg");
}

/*
 * Footer styles.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
.fruwo-footer {
  margin-top: auto;
  padding-block: calc(2 * 30px);
  background-color: #2E4A1B;
  color: #CDF5BE;
}
@media (max-width: 767.98px) {
  .fruwo-footer .mobile-inset {
    padding-inline: 1rem;
  }
}
.fruwo-footer a {
  color: #CDF5BE;
}
.fruwo-footer a:hover {
  filter: brightness(1.2);
}
.fruwo-footer p:last-child {
  margin-bottom: 0;
}
.fruwo-footer h3 {
  padding-top: 0;
  margin-bottom: 1.2rem;
}
.fruwo-footer .fruwo-footer--widgets {
  padding: 1.5rem 0;
  padding-bottom: calc(2 * 30px);
}
.fruwo-footer .fruwo-footer--widgets .fruwo-widgets {
  margin-top: -1.5rem;
  row-gap: 1.5rem;
}
.fruwo-footer .fruwo-footer--widgets .fruwo-widgets .fruwo-widget {
  text-align: left;
  padding-top: 1.5rem;
}
.fruwo-footer .fruwo-footer--socket {
  padding: 0.5rem 0;
}
.fruwo-footer .fruwo-footer--socket .row {
  align-items: center;
}
.fruwo-footer .fruwo-footer--socket .fruwo-socket--item {
  text-align: left;
}
.fruwo-footer .fruwo-footer--socket .fruwo-socket--item .fruwo-nav {
  flex-wrap: wrap;
}

.fruwo-block--grid {
  margin-top: 0 !important;
  padding-top: calc(2 * 30px) !important;
}

.fruwo-items--list .fruwo-item {
  margin-bottom: 3rem;
}
.fruwo-items--list .fruwo-item .fruwo-item--image {
  clip-path: shape(from 1rem 0, line to calc(100% - 1rem) 0, line to 100% 1rem, line to 100% calc(100% - 1rem), line to calc(100% - 1rem) 100%, line to 1rem 100%, line to 0 calc(100% - 1rem), line to 0 1rem, close);
  aspect-ratio: 5/4;
}
.fruwo-items--list .fruwo-item .fruwo-item--image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.fruwo-items--list .fruwo-item .fruwo-item--info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .fruwo-items--list .fruwo-item .fruwo-item--info {
    padding-inline: 1rem;
  }
}
.fruwo-items--list .fruwo-item .fruwo-item--info .fruwo-item--text {
  text-box: trim-end text;
}
.fruwo-items--list .fruwo-item .fruwo-item--info .fruwo-item--text p {
  margin-bottom: 0;
}
.fruwo-items--list .fruwo-item .fruwo-item--info .fruwo-item--link {
  display: block;
  margin-left: 1rem;
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 3.5rem;
  height: auto;
}

.fruwo-people--list .fruwo-person {
  margin-bottom: 3rem;
}
.fruwo-people--list .fruwo-person .fruwo-person--image {
  clip-path: shape(from 1rem 0, line to calc(100% - 1rem) 0, line to 100% 1rem, line to 100% calc(100% - 1rem), line to calc(100% - 1rem) 100%, line to 1rem 100%, line to 0 calc(100% - 1rem), line to 0 1rem, close);
  aspect-ratio: 9/7;
}
.fruwo-people--list .fruwo-person .fruwo-person--image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.fruwo-people--list .fruwo-person .fruwo-person--info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .fruwo-people--list .fruwo-person .fruwo-person--info {
    padding-inline: 1rem;
  }
}
.fruwo-people--list .fruwo-person .fruwo-person--info .fruwo-person--text {
  text-box: trim-both cap alphabetic;
}
.fruwo-people--list .fruwo-person .fruwo-person--info .fruwo-person--text p {
  margin-bottom: 0;
}
.fruwo-people--list .fruwo-person .fruwo-person--info .fruwo-person--icons {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
.fruwo-people--list .fruwo-person .fruwo-person--info .fruwo-person--icons a {
  display: block;
  margin-left: 0.5rem;
}
.fruwo-people--list .fruwo-person .fruwo-person--info .fruwo-person--icons a .fruwo-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.fruwo-button {
  display: block;
  margin: 1.2rem 0;
  font-size: 1rem;
}
.fruwo-button .fruwo-button--wrapper {
  position: relative;
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #6AA654;
  font-weight: 700;
  color: #2f2f2f;
  display: inline-block;
  max-width: 0;
  width: 100%;
  transition: max-width 0.2s ease-out;
}
.fruwo-button .fruwo-button--wrapper:hover {
  color: #2f2f2f;
}
.fruwo-button .fruwo-button--wrapper::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  font-size: 130%;
  transform: translate(-20%, -50%);
  color: #6AA654;
}
.fruwo-button .fruwo-button--content {
  white-space: nowrap;
  overflow: hidden;
}

.fruwo-accordion {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  border: 1px solid #2E4A1B;
  margin: 2.4rem 0 1.2rem;
  font-size: 1rem;
}
.fruwo-accordion .fruwo-accordion--toggler {
  padding: 0.75rem 1.5rem;
  color: #2f2f2f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.3333333333rem;
  font-weight: 500;
}
.fruwo-accordion .fruwo-accordion--toggler:hover {
  color: #2f2f2f;
}
.fruwo-accordion .fruwo-accordion--toggler .fruwo-icon {
  aspect-ratio: 1;
  width: 1rem;
  height: auto;
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
}
.fruwo-accordion:not(.always-open) .fruwo-accordion--collapse {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.fruwo-accordion.open .fruwo-accordion--toggler .fruwo-icon {
  transform: rotate(-90deg);
}

.fruwo-accordion--content {
  padding: 0.5rem 1.5rem;
}
.fruwo-accordion--content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fruwo-accordion--content .fruwo-accordion--table {
  display: flex;
  flex-direction: column;
}
.fruwo-accordion--content .fruwo-accordion--table .fruwo-table--row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1rem;
  border-bottom: 1px solid #2f2f2f;
}
.fruwo-accordion--content .fruwo-accordion--table .fruwo-table--row:last-child {
  border-bottom: 0;
}
.fruwo-accordion--content .fruwo-accordion--table .fruwo-table--row .fruwo-table--doculink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.fruwo-accordion--content .fruwo-accordion--table .fruwo-table--row .fruwo-table--doculink .fruwo-icon {
  aspect-ratio: 1;
  width: 1rem;
  height: auto;
}
.fruwo-accordion--content .fruwo-accordion--table .fruwo-table--key {
  font-weight: 500;
}
.fruwo-accordion--content .fruwo-accordion--table sup {
  margin-left: -0.15em;
}

.fruwo-document {
  font-size: 1rem;
  padding: 1.5rem 1.5rem 1.5rem;
  margin: 1.2rem 0;
  background-color: #F7FAF6;
  border-bottom-right-radius: 1.5rem;
}
.fruwo-document .fruwo-button--type-text {
  margin-top: 2rem;
}

.fruwo-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
  background-color: rgba(242, 240, 236, 0.6862745098);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fruwo-popup .popup-content {
  position: relative;
  width: 45rem;
  max-width: 90%;
  max-height: 95%;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}
.fruwo-popup .popup-content .closer {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.fruwo-popup .popup-content .closer svg {
  width: 1rem;
  height: auto;
}
.fruwo-popup .popup-content .fruwo-table {
  margin-block: 36px;
}
@media (max-width: 991.98px) {
  .fruwo-popup .popup-content .fruwo-table .fruwo-table-row {
    display: block;
    padding: 0 0 0.5rem;
  }
}
.fruwo-popup .popup-content .button {
  margin-block-end: 0;
}
.fruwo-popup .popup-content img {
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
}
.fruwo-popup .popup-content p:last-child {
  margin-block-end: 0;
}
.fruwo-popup.--show {
  pointer-events: all;
  opacity: 1;
}

.fruwo-button--wrapper {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.fruwo-button--type-text, .fruwo-button--type-icon {
  transition: all 0.2s ease-out;
}
.fruwo-button--type-text[disabled], .fruwo-button--type-icon[disabled] {
  cursor: default;
}

.fruwo-button--type-icon {
  aspect-ratio: 1;
  width: auto;
  height: 3.5rem;
}
.fruwo-button--type-icon:hover:not([disabled]) {
  background-image: url("../img/button_inverted.svg");
}
.fruwo-button--type-icon.fruwo-button--style-inverted {
  background-image: url("../img/button_inverted.svg");
}
.fruwo-button--type-icon.fruwo-button--style-inverted:hover:not([disabled]) {
  background-image: url("../img/button.svg");
}

.fruwo-button--type-text {
  flex-shrink: 0;
  padding: 0.75em 1.25em;
  background-color: transparent;
  border: 1px solid #6AA654;
  color: #486733;
  border-radius: 46px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
}
.fruwo-button--type-text span:first-child {
  text-wrap: nowrap;
}
.fruwo-button--type-text .fruwo-icon.fruwo-icon--chevron {
  aspect-ratio: 1;
  width: auto;
  height: 1em;
  flex-shrink: 0;
  background-image: url("../img/chevron_green.svg");
}
.fruwo-button--type-text:hover:not([disabled]) {
  border-color: #CDF5BE;
  color: #CDF5BE;
  background-color: #264015;
}
.fruwo-button--type-text:hover:not([disabled]) .fruwo-icon--chevron {
  background-image: url("../img/chevron_inverted.svg");
}
.fruwo-button--type-text.fruwo-button--style-inverted {
  background-color: #264015;
  color: #CDF5BE;
}
.fruwo-button--type-text.fruwo-button--style-inverted .fruwo-icon--chevron {
  background-image: url("../img/chevron_inverted.svg");
}
.fruwo-button--type-text.fruwo-button--style-inverted:hover:not([disabled]) {
  background-color: transparent;
  border-color: #2E4A1B;
  color: #486733;
}
.fruwo-button--type-text.fruwo-button--style-inverted:hover:not([disabled]) .fruwo-icon--chevron {
  background-image: url("../img/chevron.svg");
}

.fruwo-block {
  position: relative;
  margin-block: 30px;
}
.fruwo-block.fruwo-block--has-background {
  padding-block: calc(2 * 30px);
  background-color: #F7FAF6;
}
@media (min-width: 768px) {
  .fruwo-block.fruwo-block--has-background {
    padding-block: calc(3 * 30px);
  }
}

.fruwo-block--centeredtext + div, .fruwo-block--centeredtext + section {
  margin-top: 0 !important;
}

.fruwo-block--centeredtext {
  padding-block: calc(2 * 30px) !important;
  margin-block: 0 !important;
  display: grid;
  place-content: center;
  background-color: #6AA654;
}
.fruwo-block--centeredtext p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #CDF5BE;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .fruwo-block--centeredtext p {
    font-size: 1.6666666667rem;
  }
}
@media (min-width: 768px) {
  .fruwo-block--centeredtext {
    padding-block: calc(3 * 30px) !important;
  }
}

.fruwo-block--textimage {
  display: flex;
  flex-direction: column;
  margin-top: calc(2 * 30px);
  margin-bottom: calc(2 * 30px);
}
@media (min-width: 992px) {
  .fruwo-block--textimage {
    flex-direction: row;
  }
}
.fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 270px;
  clip-path: shape(from 1rem 0, line to calc(100% - 1rem) 0, line to 100% 1rem, line to 100% calc(100% - 1rem), line to calc(100% - 1rem) 100%, line to 1rem 100%, line to 0 calc(100% - 1rem), line to 0 1rem, close);
}
.fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container > picture > img, .fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container > img, .fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
.objectfit .fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container > picture > img, .objectfit .fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container > img, .objectfit .fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container video {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container > picture > img, .fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container > img, .fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container video {
  width: auto;
  height: 110%;
}
@media (min-width: 992px) {
  .fruwo-block--textimage .fruwo-textimage--image .fruwo-image--container {
    min-height: 550px;
  }
}
@media (min-width: 992px) {
  .fruwo-block--textimage .fruwo-textimage--image.fruwo--is-right {
    order: 2;
  }
}
.fruwo-block--textimage .fruwo-textimage--image.fruwo--is-right .fruwo-image--illustration {
  right: auto;
  left: 1.5rem;
}
.fruwo-block--textimage .fruwo-textimage--text {
  padding-top: 1rem;
  justify-content: center;
}
.fruwo-block--textimage .fruwo-textimage--text h3 {
  color: #2E4A1B;
  font-weight: 500;
}
@media (min-width: 992px) {
  .fruwo-block--textimage .fruwo-textimage--text > .container {
    max-width: 650px;
    padding-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .fruwo-block--textimage .fruwo-textimage--text > .container {
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .fruwo-block--textimage .fruwo-textimage--text.fruwo--is-left {
    order: 1;
  }
  .fruwo-block--textimage .fruwo-textimage--text.fruwo--is-left > .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1600px) {
  .fruwo-block--textimage .fruwo-textimage--text.fruwo--is-left > .container {
    padding-left: 0;
    padding-right: 5rem;
  }
}

@media (min-width: 992px) {
  body.home .fruwo-block--textimage {
    max-width: 1600px;
    gap: 5%;
  }
}
@media (min-width: 1500px) {
  body.home .fruwo-block--textimage {
    gap: 10%;
  }
}

.fruwo-block--history {
  padding-block: calc(3 * 30px);
}
.fruwo-block--history .fruwo-block--container > h2 {
  display: none;
}
.fruwo-block--history h2 {
  padding-top: 0;
}
.fruwo-block--history .fruwo-history {
  padding-top: 3rem;
}
@media (max-width: 767.98px) {
  .fruwo-block--history .fruwo-history {
    padding-inline: 1rem;
  }
}
.fruwo-block--history .fruwo-history .fruwo-history--entry {
  padding-top: 3rem;
  padding-left: 15px;
  border-left: 1px solid #264015;
  position: relative;
}
@media (min-width: 992px) {
  .fruwo-block--history .fruwo-history .fruwo-history--entry {
    padding-left: 30px;
  }
}
.fruwo-block--history .fruwo-history .fruwo-history--entry h4 {
  margin-bottom: 0.6rem;
}
.fruwo-block--history .fruwo-history .fruwo-history--entry p:last-child {
  margin-bottom: 0;
}
.fruwo-block--history .fruwo-history .fruwo-history--entry::before {
  content: "";
  display: block;
  position: absolute;
  top: 3.75rem;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #264015;
  border: 1px solid #264015;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .fruwo-block--history .fruwo-history > div:last-child {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .fruwo-block--history .fruwo-history > div:first-child > p, .fruwo-block--history .fruwo-history h2 {
    max-width: 90%;
  }
}

.fruwo-block--has-background + .fruwo-block--teaser, .fruwo-scroller + .fruwo-block--teaser {
  margin-top: 0;
}

.fruwo-block--teaser {
  padding-block: calc(2 * 30px) !important;
  margin-bottom: 0 !important;
  background-image: url("../img/fat_arrow.svg");
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fruwo-block--teaser .fruwo-teaser {
  display: flex;
  align-items: flex-end;
  gap: calc(2 * 30px);
}
.fruwo-block--teaser h2 {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .fruwo-block--teaser h2 {
    font-size: 1.6666666667rem;
  }
}
.fruwo-block--teaser p {
  margin-bottom: 0;
}
.fruwo-block--teaser .fruwo-teaser--link {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  flex-basis: 4%;
  max-width: 5rem;
  min-width: 3rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .fruwo-block--teaser {
    background-size: 145vw;
  }
}
@media (min-width: 768px) {
  .fruwo-block--teaser {
    padding-block: calc(3 * 30px) !important;
    background-position: 0 0;
  }
  .fruwo-block--teaser .fruwo-teaser {
    gap: calc(3 * 30px);
  }
}
@media (min-width: 1200px) {
  .fruwo-block--teaser:has(.fruwo-teaser--link) .fruwo-teaser--text {
    max-width: 80%;
  }
}

.fruwo-scroller {
  margin-block: 0;
  background-color: #6AA654;
  overflow: clip;
}
.fruwo-scroller .fruwo-scroller--wrapper {
  display: flex;
  gap: 2rem;
}
.fruwo-scroller .fruwo-scroller--item {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-block: 30px;
  text-wrap: nowrap;
}
.fruwo-scroller .fruwo-scroller--icon {
  display: block;
  aspect-ratio: 1;
  width: 4rem;
  height: auto;
}
.fruwo-scroller .fruwo-scroller--text {
  color: #CDF5BE;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-box: trim-both text;
  font-size: 2.6666666667rem;
}
@media (min-width: 992px) {
  .fruwo-scroller .fruwo-scroller--text {
    font-size: 5.3333333333rem;
  }
}

.fruwo-block--services {
  margin-top: calc(2 * 30px);
}
@media (min-width: 992px) {
  .fruwo-block--services {
    margin-top: calc(3 * 30px);
  }
}
.fruwo-block--services .fruwo-service--list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .fruwo-block--services .fruwo-service--list {
    flex-direction: row;
  }
}
.fruwo-block--services .fruwo-service--list .fruwo-service {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(2 * 30px);
}
.fruwo-block--services .fruwo-service--list .fruwo-service .fruwo-service--image {
  margin-bottom: 1.2rem;
  clip-path: shape(from 1rem 0, line to calc(100% - 1rem) 0, line to 100% 1rem, line to 100% calc(100% - 1rem), line to calc(100% - 1rem) 100%, line to 1rem 100%, line to 0 calc(100% - 1rem), line to 0 1rem, close);
  overflow: clip;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 67/45;
}
.fruwo-block--services .fruwo-service--list .fruwo-service .fruwo-service--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767.98px) {
  .fruwo-block--services .fruwo-service--list .fruwo-service .fruwo-service--info {
    padding-inline: 1rem;
  }
}
.fruwo-block--services .fruwo-service--list .fruwo-service .fruwo-service--info .fruwo-accordion {
  margin-top: 3rem;
}
.fruwo-block--services .fruwo-service--list .fruwo-service .fruwo-service--info .fruwo-button--wrapper {
  margin-top: 1.5rem;
}

/*
 * Custom styles not applicable to any other category.
 *
 * @author Julian Pollak <j.pollak@fruitcake.ch>
 * @copyright 2017-2019 by Fruitcake Websolutions (fruitcake.ch)
 */
@media (min-width: 992px) {
  .fruwo-anchor {
    position: absolute;
    top: -7.5rem;
  }
}

.fruwo-wrap--all {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 15px 15px;
}
@media (min-width: 1200px) {
  .fruwo-wrap--all {
    padding: 0 30px 30px;
  }
}
.admin-bar .fruwo-wrap--all {
  min-height: calc(100vh - 2.1333333333rem);
}

.fruwo-page--wrap {
  display: none;
  position: fixed;
  z-index: 1029;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .fruwo-page--wrap {
    display: block;
  }
}
.fruwo-page--wrap.fruwo--is-right, .fruwo-page--wrap.fruwo--is-left {
  top: 0;
  bottom: 0;
  width: 15px;
}
@media (min-width: 1200px) {
  .fruwo-page--wrap.fruwo--is-right, .fruwo-page--wrap.fruwo--is-left {
    width: 30px;
  }
}
.fruwo-page--wrap.fruwo--is-left {
  left: 0;
}
.fruwo-page--wrap.fruwo--is-right {
  right: 0;
}
.fruwo-page--wrap.fruwo--is-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
}
@media (min-width: 1200px) {
  .fruwo-page--wrap.fruwo--is-bottom {
    height: 30px;
  }
}

.fruwo-header-button {
  display: block;
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  background-color: #6AA654;
  font-weight: 700;
  font-size: 1.3333333333rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .fruwo-header-button {
    display: none;
  }
}
.fruwo-header-button:hover {
  color: #ffffff;
}
.fruwo-header-button:hover {
  background-color: rgb(84.376, 132.136, 66.864);
}

.fruwo-item--text p:not([class]) > a:not([class]), .fruwo-textimage--text p:not([class]) > a:not([class]) {
  color: #2f2f2f;
  text-decoration: underline;
}
.fruwo-item--text p:not([class]) > a:not([class]):hover, .fruwo-textimage--text p:not([class]) > a:not([class]):hover {
  color: #6AA654;
}

:root {
  --fruwo-header-height: 6rem;
  --fruwo-breakpoint-desktop: 992px;
  --scrollbar-width: 0px;
}
@media (min-width: 992px) {
  :root {
    --fruwo-header-height: 6rem;
  }
}

.grecaptcha-badge {
  display: none !important;
}

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