@charset "UTF-8";
/****
 **** 0.1 theme files / custom_variables
 ****
 */
/* ============================= */
/*     0.1 Theme Variables       */
/* ============================= */
/** ANCHOR Default Font */
/** ANCHOR Default Colors */
/** ANCHOR Default Pixelvalues */
/** ANCHOR Breakpoints */
:root {
  --primary: #9BBF65;
  --secondary: #707070;
  --gray: #e3e3e3;
  --lightGray: #D2CDC2;
  --white: #ffffff;
  --btnPrimary: #9BBF65;
  --btnSecondary: #0a0a0a;
  --btnWhite: #f2f2f2;
  --btnBlack: #3b3c42;
  --btnPrimaryInactive: #9BBF65;
  --btnSecondaryInactive: #575756;
  --btnWhiteInactive: #ffffff;
  --btnBlackInactive: #47484f;
  --fontColor: #575756;
  --fontColorLight: #ffffff;
  --linkColor: #575756;
  --linkColorDark: #697748;
  --navigationBg: #362914;
  --footerBg: #575756;
  --overlayOpacity: 0.85;
  --pMin: 0.9rem;
  --pAv: 1rem;
  --pMax: 1rem;
  --h1Min: 2rem;
  --h1Av: 3.2rem;
  --h1Max: 4rem;
  --h2Min: 1.8rem;
  --h2Av: 2.7rem;
  --h2Max: 2.85rem;
  --h3Min: 1.6rem;
  --h3Av: 1.6rem;
  --h3Max: 1.8rem;
  --h4Min: 1.3rem;
  --h4Av: 1.3rem;
  --h4Max: 1.3rem;
  --overlay: rgba(127, 127, 127, 0.4);
  --boxesBg: #D2CDC2;
  --contentWidthSmall: 800px;
  --contentWidthMiddle: 1400px;
  --contentWidthLarge: 1700px;
  --deskTextPadding: 40px;
  --deskTextPaddingBig: 100px;
  --mobileTextPadding: 20px;
  --boxShadow: 0px 0px 25px rgba(0,0,0,0.2);
  --mobileBreakpoint: 960px;
}

/** ANCHOR Custom Colors */
/** Custom Theme Start Settings **/
/** Custom Theme End Settings **/
/* Custom styles for the ZeroOne theme */
html {
  scroll-behavior: smooth;
}
html body {
  font-size: 100%;
  color: var(--fontColor);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(212, 228, 189) 72%, rgb(212, 228, 189) 100%) !important;
  /** ANCHOR Bugfix iOS Mobil kann kein background-attachement: fixed; */
  /**ANCHOR Standard (tag-)Styling**/
}
@media (max-width: calc(960px - 1px)) {
  html body.safari #main figure.fm-scrollUp {
    background-attachment: scroll !important;
    background-position: center !important;
  }
}
html body h1 {
  font-family: "co-headline", sans-serif;
  font-size: var(--h1Min);
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 960px) {
  html body h1 {
    font-size: var(--h1Av);
  }
  html body h1 span {
    font-size: 0.725em;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  html body h1 span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1240px) {
  html body h1 {
    font-size: var(--h1Max);
  }
}
html body h2 {
  font-family: "co-headline", sans-serif;
  font-size: var(--h2Min);
  line-height: 1.1;
  text-transform: none;
}
html body h2 span {
  font-weight: 300 !important;
  font-size: 0.725em;
}
@media (max-width: calc(960px - 1px)) {
  html body h2 span {
    display: block;
  }
}
@media (min-width: 960px) {
  html body h2 span {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 960px) {
  html body h2 {
    font-size: var(--h2Av);
  }
}
@media (min-width: 1240px) {
  html body h2 {
    font-size: var(--h2Max);
  }
}
html body h3 {
  font-family: "co-headline", sans-serif;
  font-size: var(--h3Min);
  margin: 5px 0;
}
@media (min-width: 960px) {
  html body h3 {
    font-size: var(--h3Av);
  }
}
@media (min-width: 1240px) {
  html body h3 {
    font-size: var(--h3Max);
  }
}
html body h4 {
  font-family: "co-headline", sans-serif;
  font-size: var(--h4Min);
  margin: 5px 0;
}
@media (min-width: 960px) {
  html body h4 {
    font-size: var(--h4Av);
  }
}
@media (min-width: 1240px) {
  html body h4 {
    font-size: var(--h4Max);
  }
}
html body h5,
html body h6 {
  font-family: "co-headline", sans-serif;
}
html body p,
html body li {
  margin: 5px 0;
  font-size: var(--pMin);
}
@media (min-width: 960px) {
  html body p,
  html body li {
    font-size: var(--pAv);
  }
}
@media (min-width: 1240px) {
  html body p,
  html body li {
    font-size: var(--pMax);
  }
}
html body a:visited {
  color: var(--fontColor);
}
html body a[href*="tel:"] {
  display: inline-flex;
}
html body .col_1 h1,
html body .col_2 h1,
html body .col_3 h1,
html body .col_4 h1,
html body .col_5 h1,
html body .col_6 h1 {
  font-size: 6.5vw;
}
html body .col_1 h1 span,
html body .col_2 h1 span,
html body .col_3 h1 span,
html body .col_4 h1 span,
html body .col_5 h1 span,
html body .col_6 h1 span {
  font-size: 3.9vw;
}
@media (min-width: 960px) {
  html body .col_1 h1,
  html body .col_2 h1,
  html body .col_3 h1,
  html body .col_4 h1,
  html body .col_5 h1,
  html body .col_6 h1 {
    font-size: 1.4rem;
  }
  html body .col_1 h1 span,
  html body .col_2 h1 span,
  html body .col_3 h1 span,
  html body .col_4 h1 span,
  html body .col_5 h1 span,
  html body .col_6 h1 span {
    font-size: 1.1rem;
  }
}
@media (min-width: 1240px) {
  html body .col_1 h1,
  html body .col_2 h1,
  html body .col_3 h1,
  html body .col_4 h1,
  html body .col_5 h1,
  html body .col_6 h1 {
    font-size: 1.6rem;
  }
}
html body .text-light h1,
html body .text-light h2,
html body .text-light h3,
html body .text-light h4,
html body .text-light h5 {
  color: var(--fontColorLight);
}
html body p.error {
  width: 100%;
  color: rgb(207, 38, 38);
}
html body video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
html body table {
  width: 100%;
}
html body table tbody th,
html body table tbody td {
  padding: 12px 15px;
}
html body table tbody tr {
  border-bottom: 1px solid var(--gray);
}
html body table tbody tr:nth-of-type(even) {
  background-color: var(--lightGray);
}
html body table tbody tr:last-of-type {
  border-bottom: 2px solid var(--secondary);
}
html body table tbody tr.active-row {
  font-weight: bold;
  color: var(--secondary);
}
@media (min-width: calc(960px - 1px)) {
  html body table {
    max-width: 450px;
  }
}
html body .ce_form .captcha_text {
  width: 100%;
}
@media (max-width: calc(960px - 1px)) {
  html body .column {
    padding-left: 0;
    padding-right: 0;
  }
}
html body ::-moz-selection {
  background: var(--fontColor);
  color: var(--fontColorLight);
}
html body ::selection {
  background: var(--fontColor);
  color: var(--fontColorLight);
}
html body ::-moz-selection {
  background: var(--primary);
  color: var(--fontColor);
}
html body #header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--navigationBg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /** ANCHOR Infobar*/
  /** ANCHOR Navigaion*/
  /** ANCHOR Desktopmenü */
}
html body #header .fm-infobar {
  display: none !important;
  justify-content: flex-start;
  background: var(--primary);
  padding: 8px 20px;
  transition: all 0.4s ease;
}
html body #header .fm-infobar * {
  color: var(--white);
  font-size: 0.6rem;
}
html body #header .fm-infobar h5 {
  margin: 0 3px 0 0;
}
html body #header .fm-infobar-left, html body #header .fm-infobar-center, html body #header .fm-infobar-right {
  display: flex;
  align-items: center;
}
html body #header .fm-infobar-left .fm-infobar-devider, html body #header .fm-infobar-center .fm-infobar-devider, html body #header .fm-infobar-right .fm-infobar-devider {
  width: 1px;
  height: 100%;
  background: var(--white);
}
html body #header .fm-infobar-left .fm-infobar-phone,
html body #header .fm-infobar-left .fm-infobar-mail,
html body #header .fm-infobar-left .fm-infobar-openingtimes,
html body #header .fm-infobar-left .fm-infobar-devider, html body #header .fm-infobar-center .fm-infobar-phone,
html body #header .fm-infobar-center .fm-infobar-mail,
html body #header .fm-infobar-center .fm-infobar-openingtimes,
html body #header .fm-infobar-center .fm-infobar-devider, html body #header .fm-infobar-right .fm-infobar-phone,
html body #header .fm-infobar-right .fm-infobar-mail,
html body #header .fm-infobar-right .fm-infobar-openingtimes,
html body #header .fm-infobar-right .fm-infobar-devider {
  margin-right: 12px;
}
html body #header nav {
  background: transparent;
  transition: padding 0.2s;
  /** ANCHOR Mobilmenü */
}
@media (max-width: calc(960px - 1px)) {
  html body #header nav {
    padding: 0 20px !important;
  }
}
html body #header nav .navbar-logo .fm-logo {
  padding: 0;
}
html body #header nav .navbar-logo img {
  display: block;
  width: 80px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s ease;
}
@media (max-width: 960px) {
  html body #header nav .open-nav {
    width: 32px;
    height: 32px;
    padding: 3px 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1010;
  }
  html body #header nav .open-nav span {
    background: var(--fontColorLight);
    height: 4px;
  }
  html body #header nav .open-nav span:nth-of-type(1) {
    top: 2px;
  }
  html body #header nav .open-nav span:nth-of-type(2) {
    top: calc(50% - 3px);
  }
  html body #header nav .open-nav span:nth-of-type(3) {
    top: calc(100% - 8px);
  }
  html body #header nav:target .open-nav {
    pointer-events: none;
  }
  html body #header nav:target .open-nav span:nth-of-type(1) {
    top: calc(100% - 20px) !important;
  }
  html body #header nav:target .open-nav span:nth-of-type(2) {
    top: calc(50% - 10px) !important;
  }
  html body #header nav:target .open-nav span:nth-of-type(3) {
    top: calc(100% - 20px) !important;
  }
  html body #header nav:target .close-nav {
    width: 100vw;
  }
  html body #header nav .level_1 {
    margin-bottom: 80px;
  }
  html body #header nav .level_1 li {
    margin-bottom: 0;
  }
  html body #header nav .level_1 li a:not(.open-dropdown) {
    font-size: clamp(17px, 3vw, 17px);
    line-height: calc(clamp(17px, 3vw, 17px) * 1.2);
    padding: 4px;
    color: var(--fontColorLight);
  }
  html body #header nav .level_1 li .open-dropdown {
    font-size: clamp(15px, 2vw, 16px);
    line-height: calc(clamp(15px, 2vw, 16px) * 1.6);
    height: unset;
    display: flex !important;
    transition: all 0.2s;
  }
  html body #header nav .level_1 li.fm-open > .open-dropdown {
    transform: rotate(180deg);
  }
  html body #header nav .level_1 li ul {
    display: block;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  html body #header nav .level_1 li ul li a:not(.open-dropdown) {
    font-size: clamp(17px, 3vw, 17px);
    line-height: calc(clamp(17px, 3vw, 17px) * 1.2);
    padding-left: 20px;
  }
  html body #header nav .level_1 li ul li ul li a {
    padding-left: 40px;
  }
  html body #header nav .level_1 li.fm-open a {
    background: transparent;
  }
  html body #header nav .level_1 li.fm-open .open-dropdown {
    display: flex;
  }
  html body #header nav .level_1 li.fm-open > ul {
    max-height: 100vh;
    overflow: auto;
  }
  html body #header nav .level_1 .fm-social {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 20px;
    opacity: 1;
    position: absolute;
    bottom: 30px;
    top: auto;
    width: 100%;
    left: 0;
    padding-left: 0;
    border-bottom: none !important;
  }
  html body #header nav .level_1 .fm-social li {
    margin-top: 0;
  }
  html body #header nav .level_1 .fm-social li a {
    text-align: center;
    min-width: 40px;
  }
  html body #header nav .level_1 .fm-social li a i.fa {
    font-size: 24px;
  }
}
@media (min-width: 961px) {
  html body #header nav .open-dropdown {
    display: none;
  }
  html body #header nav .level_1 .fm-social,
  html body #header nav .open-nav,
  html body #header nav .close-nav {
    display: none !important;
  }
}
@media (max-height: 400px) {
  html body #header nav .level_1 .fm-social {
    display: none !important;
  }
}
@media (min-width: 500px) {
  html body #header .fm-infobar * {
    font-size: 0.7rem;
  }
  html body #header .fm-infobar h5 {
    display: inline;
    margin-right: 3px;
  }
}
@media (min-width: 961px) {
  html body #header .fm-infobar {
    padding: 10px 40px;
  }
  html body #header nav {
    display: flex;
    flex-wrap: nowrap;
    margin-right: auto;
    margin-left: auto;
  }
  html body #header nav .navbar-logo img {
    width: 120px;
  }
  html body #header nav .navbar-menu ul {
    padding: 0;
    font-size: 0.7rem;
  }
  html body #header nav .navbar-menu ul li {
    margin-bottom: 0;
    text-align: left;
    padding: 0;
  }
  html body #header nav .navbar-menu ul li a {
    border: none;
    font-size: 0.7rem;
    line-height: 1rem;
    color: var(--fontColorLight);
    padding: 10px 20px !important;
  }
  html body #header nav .navbar-menu ul li a:hover, html body #header nav .navbar-menu ul li a.active {
    color: var(--primary);
  }
  html body #header nav .navbar-menu ul li ul {
    display: block;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    transition: opacity 0.4s, visibility 0s 0.4s, max-height 0.4s;
  }
  html body #header nav .navbar-menu ul li ul li {
    margin-top: 0;
    justify-content: flex-start;
  }
  html body #header nav .navbar-menu ul li ul li a {
    border-radius: 0;
  }
  html body #header nav .navbar-menu ul li.active {
    text-decoration: none;
  }
  html body #header nav .navbar-menu ul li:hover > ul, html body #header nav .navbar-menu ul li:has(a:focus) > ul {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    max-height: 300px;
    transition: opacity 0.4s, visibility 0s 0s, max-height 0.4s;
    background: var(--navigationBg);
  }
  html body #header nav .navbar-menu ul li::after {
    display: none;
  }
  html body #header nav .navbar-menu .level_1 {
    justify-content: flex-end;
  }
  html body #header nav .navbar-menu .level_1 .level_2 {
    width: auto;
    min-width: 200px;
    top: 100%;
    left: 0;
    background: var(--white) !important;
    border-radius: 20px !important;
    padding: 10px !important;
    max-height: unset;
  }
  html body #header nav .navbar-menu .level_1 .level_2 li {
    background: transparent !important;
  }
  html body #header nav .navbar-menu .level_1 .level_2 li a {
    background: transparent !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.7rem;
    line-height: 1.4;
    padding: 10px 20px !important;
  }
  html body #header nav .navbar-menu .level_1 .level_2 li a:hover, html body #header nav .navbar-menu .level_1 .level_2 li a.active {
    color: var(--primary);
  }
  html body #header nav .navbar-menu .level_1 .level_2 .level_3 {
    left: 100%;
  }
  html body #header nav .navbar-menu .level_1 .level_2 .level_3 li {
    padding-left: 10px;
  }
  html body #header nav .navbar-menu .level_1 > li:nth-last-child(1) .level_3,
  html body #header nav .navbar-menu .level_1 > li:nth-last-child(2) .level_3 {
    left: auto;
    right: 100%;
  }
  html body #header nav .navbar-menu .fm-social {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: center;
  }
  html body #header nav .navbar-menu .fm-social::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 43px;
    background-color: var(--gray);
    opacity: 0.5;
    margin: 0 4px 0 10px;
  }
  html body #header nav .navbar-menu .fm-social li a {
    text-align: center;
    min-width: 38px;
  }
  html body #header nav .navbar-menu .fm-social li a i.fa {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  html body #header nav[data-nav-version=vcenter] {
    flex-direction: column;
    align-items: center;
  }
  html body #header nav[data-nav-version=hcenter] {
    justify-content: flex-start;
  }
  html body #header nav[data-nav-version=hcenter] .navbar-menu {
    position: absolute;
    height: 100%;
    width: calc(100% - 80px);
    justify-content: center;
  }
  html body #header.fm-fixed {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  }
  html body #header.fm-fixed .fm-infobar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  html body #header.fm-fixed nav {
    padding: 0px 50px !important;
  }
  html body #header.fm-fixed nav .navbar-logo img {
    width: 300px !important;
  }
  html body #header.fm-fixed nav .navbar-menu .level_1 {
    margin: 0;
  }
}
@media (min-width: 1240px) {
  html body #header nav .navbar-logo img {
    width: 150px;
  }
  html body #header nav .navbar-menu .level_1 li a {
    font-size: 0.85rem;
  }
  html body #header nav .navbar-menu .level_1 li .level_2 li a {
    font-size: 0.85rem;
    line-height: 1;
    text-transform: unset !important;
  }
  html body #header nav .navbar-menu .fm-social li a i.fa {
    font-size: 1rem;
    line-height: 1rem;
  }
  html body #header.fm-fixed nav .navbar-logo img {
    width: 100px;
  }
}
@media (min-width: 1470px) {
  html body #header .fm-infobar {
    padding-left: calc((100% - var(--contentWidthLarge)) / 2);
    padding-right: calc((100% - var(--contentWidthLarge)) / 2);
  }
  html body #header nav {
    padding-left: calc((100% - var(--contentWidthLarge)) / 2);
    padding-right: calc((100% - var(--contentWidthLarge)) / 2);
  }
  html body #header nav.fm-vcenter .navbar-logo img {
    width: 120px;
  }
  html body #header nav .navbar-menu .level_1 li a {
    font-size: 1rem;
  }
  html body #header nav .navbar-menu .fm-social li a i.fa {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  html body #header nav[data-nav-version=hcenter] .navbar-menu {
    width: calc(100% - (100% - var(--contentWidthLarge)));
  }
}
html body #main {
  /** ANCHOR Stage*/
}
html body #main .fm-stage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  min-height: calc(100vh - 116px);
  --swiper-navigation-top-offset: calc(100% - 80px);
}
html body #main .fm-stage .swiper-wrapper {
  height: 100%;
}
html body #main .fm-stage-text {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
html body #main .fm-stage-text p {
  position: relative;
  text-align: center;
  font-weight: 100;
  font-size: 2rem;
  line-height: 1;
}
html body #main .fm-stage-text strong {
  display: flex;
  align-items: center;
  line-height: 1;
}
html body #main .fm-stage-text strong::before, html body #main .fm-stage-text strong::after {
  display: inline-block;
  content: "";
  border-top: 0.3rem solid var(--fontColorLight);
  width: 2rem;
  margin: 0 0.5rem;
}
html body #main .fm-stage-background {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  justify-content: flex-start;
}
html body #main .fm-stage-background::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(127, 127, 127, 0.4);
}
html body #main .fm-stage-background figure {
  height: 100%;
}
html body #main .fm-stage-background figure * {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  html body #main .fm-stage {
    --swiper-navigation-top-offset: 50%;
  }
  html body #main .fm-stage-text strong::before, html body #main .fm-stage-text strong::after {
    width: 4rem;
    margin: 0 1rem;
  }
}
@media (min-width: 1240px) {
  html body #main .fm-stage {
    min-height: calc(100vh - 132px);
  }
  html body #main .fm-stage-text p {
    font-size: 5vw !important;
    text-shadow: 0px 0px 15px #000, 0px 0px 50px #000;
  }
  html body #main .fm-stage-text strong {
    text-transform: uppercase;
  }
  html body #main .fm-stage-background {
    height: 100%;
  }
}/*# sourceMappingURL=head.css.map */