@charset "UTF-8";
/*
******************************
** Fonts
******************************
*/
/*
** Color Values
*/
/*
** Font Sizes
*/
/* 16px */
/* 22px */
/* 30px */
/* 40px */
/* 50px */
/* 64px */
/*
** Fonts
*/
/*
** Width Variables
*/
/* quicksand-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: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/quicksand-v36-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-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: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/quicksand-v36-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* over-the-rainbow-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: "Over the Rainbow";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/over-the-rainbow-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "icomoon_staticstarter";
  src: url("../../../icons/icomoon_staticstarter.eot?ou2noo");
  src: url("../../../icons/icomoon_staticstarter.eot?ou2noo#iefix") format("embedded-opentype"), url("../../../icons/icomoon_staticstarter.ttf?ou2noo") format("truetype"), url("../../../icons/icomoon_staticstarter.woff?ou2noo") format("woff"), url("../../../icons/icomoon_staticstarter.svg?ou2noo#icomoon_staticstarter") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon_staticstarter" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.icon-angle-double-down:before {
  content: "\e904";
}

.icon-angle-double-up:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

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

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

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

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

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

.icon-phone:before {
  content: "\f095";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-youtube1:before {
  content: "\ea9d";
}

.icon-link:before {
  content: "\e9cb";
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
******************************
** Basic Project Styles
******************************
*/
/*
******************************
** Media Query Mixin
******************************
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  color: #2f3c47;
  line-height: 1.5;
}

body {
  font-family: "Quicksand", Tahoma, sans-serif;
}

p {
  margin: 0 0 30px;
}

a {
  color: #958A58;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  word-break: break-word;
}
a:hover {
  color: #2f3c47;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", Tahoma, sans-serif;
  margin: 30px 0;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-weight: normal;
  text-transform: uppercase;
}

h1 {
  font-family: "Over the rainbow";
  font-size: 2.222rem;
  line-height: 1em;
  text-transform: none;
}
@media screen and (min-width:768px) {
  h1 {
    font-size: 3.556rem;
  }
}
h1 span {
  font-family: "Quicksand", Tahoma, sans-serif;
  font-size: 2.222rem;
  text-transform: uppercase;
  display: block;
  color: #958A58;
}

h2 {
  font-size: 1.222rem;
  margin: 10px 0;
}
@media screen and (min-width:768px) {
  h2 {
    font-size: 1.667rem;
  }
}

h3 {
  font-size: 1rem;
  margin: 10px 0;
}
@media screen and (min-width:768px) {
  h3 {
    font-size: 1.222rem;
  }
}

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

/* Form elements */
input[type=text],
input[type=submit],
input[type=email],
input[type=password],
input[type=date],
textarea,
select,
button {
  border: 0;
  background: rgba(47, 60, 71, 0.05);
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0;
}

input[type=submit],
button[type=submit] {
  background: #958A58;
  color: #fff;
  padding: 10px 15px;
  width: auto;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #e0e1e1;
  color: #2f3c47;
}

table {
  width: 100%;
}
table th {
  background: #e0e1e1;
}
table th, table td {
  text-align: left;
  border: 1px solid #e0e1e1;
  padding: 10px;
}

/*
******************************
** Basic Layout Styles
******************************
*/
.container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1620px) {
  .container {
    width: 1600px;
    margin: auto;
  }
}

/*
******************************
** Global Styles
******************************
*/
/* Linkstile */
.link--box,
a.link--box,
.button {
  display: inline-block;
  background: #958A58;
  border: 1px solid #958A58;
  color: #fff;
  padding: 5px 20px;
}
.link--box:hover,
a.link--box:hover,
.button:hover {
  background: #fff;
  color: #958A58;
}

/* Textstile */
/* Blockstile */
.important,
p.important {
  font-weight: bold;
  color: #958A58;
}

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

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

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

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

/* Rahmenstile */
/*
******************************
** Column Styles
******************************
*/
.column {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  gap: 30px;
}
@media screen and (min-width:541px) {
  .column--2cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1021px) {
  .column--2cols-2-1 {
    gap: 70px;
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}
@media screen and (min-width:541px) {
  .column--2cols-1-2 {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width:541px) {
  .column--3cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width:768px) {
  .column--3cols {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.column--4cols {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:541px) {
  .column--4cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1021px) {
  .column--4cols {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.column--4cols .col {
  background: #fff;
  padding: 15px;
  background: #e0e1e1;
}
.column--4cols .col p {
  margin-bottom: 20px;
}
.column--6cols {
  gap: 1px;
}
@media screen and (min-width:541px) {
  .column--6cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1021px) {
  .column--6cols {
    grid-template-columns: repeat(6, 1fr);
  }
}

/*
******************************
** Header Styles
******************************
*/
.header .header--top {
  width: 100%;
  background: #fff;
  border-bottom: 5px solid #958A58;
  z-index: 100;
}
.header .header--top > .container {
  position: relative;
}
.header .header--top .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
  background: #fff;
  padding: 20px;
  text-align: center;
  background: #958A58;
  border: 2px solid #fff;
  border-top: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width:541px) {
  .header .header--top .logo {
    width: 220px;
    height: 200px;
  }
}
.header .header--top .logo img {
  display: inline-block;
  width: 150px;
}
.header .header--top .nav--main {
  text-align: right;
}

body.fixed {
  padding-top: 78px;
}
body.fixed .header--top {
  position: fixed;
  top: 0;
}
body.fixed .header--top .logo {
  width: 110px;
  height: 110px;
  transition: all 0.2s ease-in-out;
}

/*
******************************
** Navigation Module
******************************
*/
/*
** Global Navigation
*/
.nav-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav-list-item {
  display: inline-block;
}
.nav-list-item a {
  display: block;
}

/*
** Meta Navigation
*/
.nav--meta {
  margin-top: 40px;
}
@media screen and (min-width:541px) {
  .nav--meta {
    text-align: right;
    margin-top: 0;
  }
}
.nav--meta .nav-list-item {
  display: block;
}
.nav--meta .nav-list-item a {
  padding: 10px;
  padding-right: 0;
  display: block;
}

/*
** Main Navigation - nav-header
*/
.nav--main .nav-header {
  width: 45px;
  display: inline-block;
}
@media screen and (min-width: 1021px) {
  .nav--main .nav-header {
    display: none;
  }
}
.nav--main .nav-header button {
  color: #958A58;
  background: none;
  border: 0;
  font-size: 2.222rem;
  display: inline-block;
  padding: 10px 0 10px 10px;
  margin: 0;
}
.nav--main .nav-header button:focus {
  outline: 0;
}
.nav--main .nav-header .icon-close {
  display: none;
}
@media screen and (min-width: 1021px) {
  .nav--main .nav-header .icon-close {
    display: block;
  }
}

/*
** Main Navigation
*/
/* ***** Globals ***** */
.nav--main a {
  color: #fff;
}
@media screen and (min-width: 1021px) {
  .nav--main a {
    color: #2f3c47;
  }
}
@media screen and (min-width: 1021px) {
  .nav--main a:hover {
    color: #958A58;
  }
}

/* ***** Level 1 ***** */
.nav--main .nav-list--level1 {
  display: none;
  position: absolute;
  right: 0;
  background: #958A58;
  width: 175px;
  z-index: 50;
  text-transform: uppercase;
}
@media screen and (min-width:541px) {
  .nav--main .nav-list--level1 {
    width: 300px;
  }
}
@media screen and (min-width: 1021px) {
  .nav--main .nav-list--level1 {
    position: static;
    display: block;
    background: transparent;
    padding: 0;
    width: auto;
  }
}
.nav--main .nav-list--level1 > .nav-list-item {
  display: block;
}
@media screen and (min-width: 1021px) {
  .nav--main .nav-list--level1 > .nav-list-item {
    display: inline-block;
  }
}
.nav--main .nav-list--level1 > .nav-list-item > a {
  padding: 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1021px) {
  .nav--main .nav-list--level1 > .nav-list-item > a {
    padding: 25px 20px;
  }
}

/* ***** Hover states ***** */
.nav--main .nav-list-item--act > a,
.nav--main .nav-list-item--cur > a {
  color: #958A58;
}

.fixed .nav--main .nav-list--level1 > .nav-list-item > a {
  padding: 15px 20px;
}

/*
******************************
** Footer Styles
******************************
*/
.footer {
  border-top: 60px solid #958A58;
  padding: 60px 0;
}
@media screen and (min-width:541px) {
  .footer .contact {
    float: left;
  }
}
.footer .contact p {
  margin: 10px;
}
@media screen and (min-width:541px) {
  .footer .nav--meta {
    float: right;
  }
}

/*
******************************
** Content Styles
******************************
*/
.content {
  padding-top: 40px;
}

.pd-b {
  padding-bottom: 50px;
}

.m-b {
  margin-bottom: 80px;
}

.content--1 {
  overflow: hidden;
}
.content--1 .img-round {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1401px) {
  .content--1 .img-round {
    width: 500px;
    height: 500px;
  }
}

.content--2 {
  position: relative;
  padding-bottom: 0;
}
.content--2:after {
  content: "";
  width: 100%;
  height: 60%;
  background: #958A58;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.content--3 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.content--3 img {
  display: block;
}

.animate-on-scroll {
  opacity: 0;
}
.animate-on-scroll.visible {
  opacity: 1;
}

.fade-in {
  transition: opacity 0.8s ease;
}

.slide-down {
  transform: translateY(-100%);
  transition: all 0.8s ease;
}
.slide-down.visible {
  transform: translateY(0);
}

.slide-up {
  transform: translateY(100px);
  transition: all 0.8s ease;
}
.slide-up.visible {
  transform: translateY(0);
}

.slide-in-left {
  transform: translateX(-500px); /* startet links außerhalb */
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}
.slide-in-left.visible {
  transform: translateX(0);
}

.scale-in {
  transform: scale(0.7);
  transition: all 0.6s ease;
}
.scale-in.visible {
  transform: scale(1);
}

.rotate-fade {
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
.rotate-fade.visible {
  transform: rotate(0);
}