:root {
  --primary: #941d81;
  --secondary: #770e66;
  --gray: #e3e3e3;
  --lightGray: #f3f3f3;
  --white: #ffffff;
  --btnPrimary: #bb5fad;
  --btnSecondary: #5b004d;
  --btnWhite: #f2f2f2;
  --btnBlack: #3b3c42;
  --btnPrimaryInactive: #941d81;
  --btnSecondaryInactive: #770e66;
  --btnWhiteInactive: #ffffff;
  --btnBlackInactive: #47484f;
  --fontColor: #3b3c42;
  --fontColorLight: #ffffff;
  --linkColor: #3b3c42;
  --linkColorDark: #941d81;
  --navigationBg: #3b3c42;
  --footerBg: #000000;
  --overlayOpacity: 0.85;
  --pMin: 1rem;
  --pAv: 1rem;
  --pMax: 1rem;
  --h1Min: 1.8rem;
  --h1Av: 2.2rem;
  --h1Max: 2.8rem;
  --h2Min: 1.6rem;
  --h2Av: 1.7rem;
  --h2Max: 1.85rem;
  --h3Min: 1.3rem;
  --h3Av: 1.3rem;
  --h3Max: 1.3rem;
  --h4Min: 1.1rem;
  --h4Av: 1.1rem;
  --h4Max: 1.1rem;
  --overlay: rgba(127, 127, 127, 0.4);
  --boxesBg: #f3f3f3;
  --contentWidthSmall: 800px;
  --contentWidthMiddle: 1500px;
  --contentWidthLarge: 1840px;
  --deskTextPadding: 40px;
  --deskTextPaddingBig: 100px;
  --mobileTextPadding: 20px;
  --boxShadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  --mobileBreakpoint: 960px;
}
:root {
  --primary: #c8a55a;
  --secondary: #d9cbb3;
  --gray: #333333;
  --lightGray: #d8e0e5;
  --white: #efede6;
  --fontColor: #333333;
  --fontColorLight: #efede6;
  --linkColor: #333333;
  --linkColorDark: #c8a55a;
  --navigationBg: #efede6;
  --footerBg: #333333;
  --btnPrimary: #d9cbb3;
  --btnSecondary: #b6b3af;
  --btnWhite: #d9cbb3;
  --btnBlack: #c8a55a;
  --btnPrimaryInactive: #c8a55a;
  --btnSecondaryInactive: #d8e0e5;
  --btnWhiteInactive: #ffffff;
  --btnBlackInactive: #333333;
  --overlayOpacity: 0.85;
  --pMin: 1rem;
  --pAv: 1rem;
  --pMax: 1rem;
  --h1Max: 3rem;
  --h1Av: 2.8rem;
  --h1Min: 2rem;
  --h2Max: 2.3rem;
  --h2Av: 1.7rem;
  --h2Min: 1.6rem;
  --h3Max: 1.3rem;
  --h3Av: 1.3rem;
  --h3Min: 1.3rem;
  --h4Max: 1.1rem;
  --h4Av: 1.1rem;
  --h4Min: 1.1rem;
  --deskTextPadding: 40px;
  --deskTextPaddingBig: 100px;
  --mobileTextPadding: 20px;
}
html {
  scroll-behavior: smooth;
}
html .fm-onepager #header nav .navbar-menu .open-nav span,
html .kontakt-danke #header nav .navbar-menu .open-nav span {
  background: var(--white) !important;
}
html .fm-onepager #header.fm-fixed .navbar-menu .open-nav span,
html .kontakt-danke #header.fm-fixed .navbar-menu .open-nav span {
  background: var(--primary) !important;
}
html body {
  font-size: 100%;
  color: var(--fontColor);
}
@media (max-width: calc(960px - 1px)) {
  html body.safari #main figure.fm-scrollUp {
    background-attachment: scroll !important;
    background-position: center !important;
  }
}
html body h1 {
  color: var(--fontColor) !important;
  border-bottom: 2px solid var(--primary) !important;
  padding: 10px !important;
  font-family: "Cormorant Garamond", sans-serif;
  font-style: italic;
  font-size: var(--h1Min);
}
@media (min-width: 960px) {
  html body h1 {
    font-size: var(--h1Av);
    color: var(--fontColor) !important;
    text-shadow: 0px 0px 10px hsla(0, 0%, 100%, 0.95);
  }
}
@media (min-width: 1240px) {
  html body h1 {
    font-size: var(--h1Max);
  }
}
html body h2 {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: var(--h2Min);
  line-height: 1.1;
  text-transform: none;
  font-style: italic !important;
  width: auto !important;
}
html body h2 span {
  color: var(--primary) !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: "Cormorant Garamond", 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: "Cormorant Garamond", 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: "Cormorant Garamond", 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: #cf2626;
}
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: fixed;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
html body #header.fm-fixed {
  box-shadow: 0px 0px 20px #b6b3af !important;
  background: var(--white) !important;
}
html body #header.fm-fixed .navbar-logo .fm-header-logo {
  display: block !important;
}
@media (min-width: 1240px) {
  html body #header.fm-fixed .navbar-logo .fm-header-logo img {
    width: 150px !important;
  }
}
@media (max-width: calc(960px - 1px)) {
  html body #header.fm-fixed .navbar-logo .fm-header-logo img {
    width: 100px !important;
  }
}
html body #header.fm-fixed .navbar-menu .open-nav span {
  background: var(--primary) !important;
}
html body #header.fm-fixed .navbar-menu .level_1 li {
  border-bottom: unset !important;
}
html body #header nav {
  background: rgba(0, 0, 0, 0);
}
html body #header nav .navbar-logo .fm-header-logo {
  padding: 12px 0 12px 0;
}
html body #header nav .navbar-logo img {
  display: block;
  width: 120px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s ease;
}
html body #header nav .navbar-menu {
  margin: 10px 0 !important;
}
html body #header nav .navbar-menu .open-nav span {
  background: var(--primary) !important;
}
html body #header nav .navbar-menu .level_1 li::after {
  display: none !important;
}
html body #header nav .navbar-menu .level_1 li a {
  color: var(--fontColor) !important;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: lighter;
  text-transform: none;
}
@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 {
    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;
    background: var(--white) !important;
  }
  html body #header nav .level_1 li {
    margin-bottom: 10px !important;
    color: var(--fontColor) !important;
  }
  html body #header nav .level_1 li a:not(.open-dropdown) {
    line-height: calc(clamp(17px, 3vw, 17px) * 1.2);
    padding: 4px;
  }
  html body #header nav .level_1 li a {
    font-size: 0.9rem !important;
    color: var(--fontColor) !important;
  }
  html body #header nav .level_1 li a:hover,
  html body #header nav .level_1 li a.active {
    color: var(--primary) !important;
  }
  html body #header nav .level_1 li .open-dropdown {
    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.fm-open a {
    background: rgba(0, 0, 0, 0);
  }
  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 nav {
    display: block;
    flex-wrap: nowrap;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 10px 50px;
  }
  html body #header nav .navbar-logo {
    justify-content: center !important;
  }
  html body #header nav .navbar-logo img {
    width: 120px;
  }
  html body #header nav .navbar-menu {
    justify-content: center !important;
  }
  html body #header nav .navbar-menu ul {
    padding: 0;
    font-size: 0.75rem;
    margin-top: unset !important;
  }
  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.75rem;
    line-height: 1rem;
    padding: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
  }
  html body #header nav .navbar-menu ul li a:hover,
  html body #header nav .navbar-menu ul li a.active {
    background: none;
    border-bottom: 2px solid var(--primary) !important;
  }
  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 > 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 .fm-infobar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  html body #header.fm-fixed .navbar-logo img {
    width: 100px;
  }
  html body #header.fm-fixed .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 {
    margin-right: 20px !important;
  }
  html body #header nav .navbar-menu .level_1 li:last-child {
    margin: unset !important;
  }
  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;
  }
  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 nav.fm-vcenter .navbar-logo img {
    width: 120px;
  }
  html body #header nav .navbar-menu .level_1 li a {
    font-size: 1.2rem;
  }
  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 .fm-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: unset !important;
}
html body #main .fm-text ul li {
  border-bottom: 2px solid var(--primary) !important;
  padding: 13px;
  position: relative;
  padding-left: 1.8rem;
}
html body #main .fm-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("/files/fm-theme/layout/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
html body #main .fm-text ol li {
  color: var(--primary) !important;
}
html body #main .fm-stage {
  clip-path: ellipse(99% 59% at 51% 41%);
  display: flex;
  align-items: center;
  width: 100% !important;
  height: 70vh !important;
  --swiper-navigation-top-offset: calc(100% - 80px);
  z-index: 8 !important;
}
@media (min-width: 960px) {
  html body #main .fm-stage .image_container::before {
    mix-blend-mode: multiply !important;
  }
}
@media (max-width: calc(960px - 1px)) {
  html body #main .fm-stage .image_container::before {
    opacity: 0.5 !important;
  }
}
html body #main .fm-stage .ce_text_fm {
  width: auto !important;
  height: 70vh !important;
  justify-content: center !important;
}
@media (min-width: 960px) {
  html body #main .fm-stage .ce_text_fm {
    justify-content: flex-end !important;
  }
}
@media (max-width: calc(960px - 1px)) {
  html body #main .fm-stage .ce_text_fm .fm-text {
    padding: 20px !important;
  }
}
html body #main .fm-stage .ce_text_fm .fm-text h2 {
  color: var(--fontColor) !important;
  border-bottom: 2px solid var(--primary) !important;
  padding: 10px !important;
  font-family: "Cormorant Garamond", sans-serif;
  font-style: italic;
}
@media (min-width: 960px) {
  html body #main .fm-stage .ce_text_fm .fm-text h2 {
    color: var(--fontColor) !important;
    text-shadow: 0px 0px 10px hsla(0, 0%, 100%, 0.95);
  }
}
html body #main .fm-stage .ce_text_fm .fm-text p {
  color: var(--fontColor) !important;
  font-size: 1.5rem !important;
}
@media (min-width: 960px) {
  html body #main .fm-stage .ce_text_fm .fm-text p {
    color: var(--fontColor) !important;
    text-shadow: 0px 0px 10px hsla(0, 0%, 100%, 0.95);
  }
}
@media (max-width: calc(960px - 1px)) {
  html body #main .fm-stage .ce_text_fm .fm-text p {
    font-size: 1.2rem !important;
  }
}
@media (max-width: calc(960px - 1px)) {
  html body #main .fm-stage .ce_text_fm .fm-text p img {
    display: none !important;
  }
}
@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 {
    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%;
  }
}
html body #main .fm-stage .ce_text_fm .fm-text {
  padding: var(--mobileTextPadding) calc(var(--mobileTextPadding) * 2);
}
@media (min-width: 960px) {
  html body #main .fm-stage .ce_text_fm .fm-text {
    padding: var(--deskTextPadding) calc(var(--deskTextPadding) * 2);
  }
} /*# sourceMappingURL=head.css.map */
