html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body {
  background: #f6f2ec;
  font-family: "Inter 18pt", sans-serif;
  font-weight: 300;
  line-height: 1.8rem;
  color: #000;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
a {
  color: #518196;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #518196;
  text-decoration: none;
}
a:hover img,
a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}
p {
  margin: 0px;
  line-height: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 2.5rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1rem;
}
h1,
.h1 {
  font-size: 5em;
  line-height: 5rem;
}
h2,
.h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
}
h3,
.h3 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 0.5rem;
}
h4,
.h4 {
  font-size: 1.8rem;
  line-height: 2.3rem;
  margin-bottom: 0rem;
}
h5,
.h5 {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-bottom: 0rem;
}
h6,
.h6 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 0rem;
}
.hero {
  height: 80vh;
}
.hero2 {
  height: 70vh;
}
.content-padding {
  padding: 6rem;
}
.content-padding-lr {
  padding: 0 6rem;
}
.show-for-small-only {
  display: none;
}
.anounderline:after {
  content: none;
}
.letterspacing {
  letter-spacing: 0.2rem;
}
.headline {
  font-family: "Cormorant Garamond", sans-serif;
}
.bodyfont {
  font-family: "Inter 18pt", sans-serif;
}
.bodyfont-headline,
.bodyfont-headline-line-lr,
.bodyfont-headline-line-r,
.bodyfont-headline-line-l {
  font-family: "Inter 18pt", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #a5a29a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bodyfont-headline-line-lr:after,
.bodyfont-headline-line-r:after {
  content: "";
  width: 7%;
  flex: none;
  height: 1px;
  background: #a5a29a;
}
.bodyfont-headline-line-l {
  justify-content: end;
}
.bodyfont-headline-line-l:before {
  content: "";
  width: 7%;
  flex: none;
  height: 1px;
  background: #a5a29a;
}
.bodyfont-headline-line-lr {
  justify-content: center;
}
.bodyfont-headline-line-lr:before,
.bodyfont-headline-line-lr:after {
  content: "";
  width: 7%;
  flex: none;
  height: 1px;
  background: #a5a29a;
}
.uppercase {
  text-transform: uppercase;
}
.big {
  font-size: 6rem;
  line-height: 6.6rem;
}
.white {
  color: #fff;
}
.petrol {
  color: #518196;
}
.bold {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
.spacer1,
.spacer2,
.spacer3,
.spacer5,
.spacer10,
.spacer20,
.spacer30,
.spacer50,
.spacer100 {
  clear: both;
  float: none;
  height: 1px;
}
.spacer2 {
  height: 2px;
}
.spacer3 {
  height: 3px;
}
.spacer5 {
  height: 5px;
}
.spacer10 {
  height: 10px;
}
.spacer20 {
  height: 20px;
}
.spacer30 {
  height: 30px;
}
.spacer50 {
  height: 50px;
}
.spacer100 {
  height: 100px;
}
.separator {
  clear: both;
  float: none;
  height: 0px;
  line-height: 0px;
  border-top: 1px solid #a5a29a;
  margin-bottom: 20px;
  margin-top: 20px;
}
.button {
  color: #000 !important;
  font-family: "Inter 18pt", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  margin: 0px;
  padding: 0.7em 1rem !important;
  display: inline-block;
  border: solid 1px #000;
  vertical-align: middle;
  line-height: normal;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}
.button:hover,
.button:focus {
  background: #518196;
  color: #fff !important;
  text-decoration: none;
  border: solid 1px #518196;
}
.button:after {
  content: unset !important;
}
.button:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleX(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #518196 !important;
  z-index: -1;
}
.button:hover {
  color: #fff;
  background: transparent;
}
.button:hover:after {
  transform: none !important;
  height: 100% !important;
}
.button-w {
  color: #fff !important;
  font-family: "Inter 18pt", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  margin: 0px;
  padding: 0.7em 1rem !important;
  display: inline-block;
  border: solid 1px #fff;
  vertical-align: middle;
  line-height: normal;
  z-index: 0;
  text-decoration: none !important;
  margin-top: 3px;
}
.button-w:hover,
.button-w:focus {
  background: #518196;
  color: #fff !important;
  text-decoration: none;
  border: solid 1px #518196;
}
.button-w:after {
  content: unset !important;
}
.button-w:after {
  content: "" !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleX(0) !important;
  transform-origin: center top !important;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1) !important;
  background-color: #518196 !important;
  z-index: -1;
}
.button-w:hover {
  color: #fff;
  background: transparent;
}
.button-w:hover:after {
  transform: none !important;
  height: 100% !important;
}
.sticky-box {
  position: sticky;
  top: 6rem;
}
.bg-color-beige {
  background-color: #f6f2ec;
}
.bg-color-beige2 {
  background-color: #ebe6de;
}
.bg-color-dark {
  background-color: #44413b;
}
.bg-color-petrol {
  background-color: #518196;
}
.bg-black-gradient-t {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.vertical-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.imgcover {
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.motion {
  will-change: transform, opacity;
}
.motion[data-motion="ticker"] {
  white-space: normal;
  letter-spacing: normal;
}
.motion[data-motion="ticker"] span {
  display: inline;
  will-change: opacity;
}
.motion[data-motion="expand"] {
  display: inline-block;
  transform-origin: center center;
  will-change: transform, opacity;
}
.motion[data-motion="spin-scroll"] {
  display: inline-block;
  transform-origin: center center;
  will-change: transform;
}
.motion[data-motion="clip-reveal"] {
  overflow: hidden;
  will-change: clip-path;
}
.headline-over-images {
  position: relative;
  z-index: 20;
  margin-bottom: -60px;
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  display: inline-block;
  white-space: nowrap;
  padding-right: 4rem;
}
.parallax {
  position: relative;
  overflow: hidden;
  min-height: 60vh;
}
.parallax > .cell {
  position: relative;
  min-height: inherit;
}
.parallax-img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
}
.parallax-olds {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header {
  position: fixed;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1600px;
  z-index: 100;
}
#header .headerbar {
  padding: 1rem 6rem 1rem 6rem;
  z-index: 100;
}
#header .headerbar .logo {
  position: relative;
}
#header .headerbar .logo a {
  display: block;
}
#header .headerbar .logo img {
  max-width: 80%;
  transition: all 0.7s ease-in-out;
}
#header .headerbar .logo img.logo-w {
  opacity: 1;
}
#header .headerbar .logo img.logo-c {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
#header .headerbar.m2active a,
#header .headerbar.m2active .button {
  color: #fff;
}
#header .headerbar.m2active .button-w:hover,
#header .headerbar.m2active .button-w:focus {
  border-color: #fff;
}
#header .headerbar.m2active .hamburger {
  color: #fff;
}
#header .headerbar.m2active .hamburger-inner,
#header .headerbar.m2active .hamburger-inner::before,
#header .headerbar.m2active .hamburger-inner::after {
  background-color: #fff;
}
#header .headerbar.m2active .hamburger:hover .hamburger-inner,
#header .headerbar.m2active .hamburger:hover .hamburger-inner::before,
#header .headerbar.m2active .hamburger:hover .hamburger-inner::after {
  background-color: #fff;
}
#header .menu {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: 0.2rem;
  font-size: 0.85rem;
  padding-top: 2rem;
  transition: all 0.7s ease-in-out;
}
#header .menu li {
  padding-left: 2rem;
}
#header .menu a,
#header .menu .button {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#header .menu a:hover,
#header .menu a.active {
  color: #518196;
  text-decoration: none;
}
#header .menu .button-w:hover,
#header .menu .button-w:focus {
  border-color: #518196;
}
#header .menu2bar {
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0px;
  top: 0rem;
  max-width: 50%;
  height: 100vh;
  margin: auto;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 10;
  padding: 4rem;
  background: #518196;
}
#header .menu2bar .menu {
  text-transform: none;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3rem;
  display: block;
  padding: 2rem 0;
}
#header .menu2bar .menu a {
  padding: 0;
  text-decoration: none !important;
  color: #c3d8e1;
}
#header .menu2bar .menu a:hover,
#header .menu2bar .menu a:focus {
  color: #fff;
  text-decoration: none;
}
#header .menu2bar .menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 1px;
  opacity: 0;
  background: #fff;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#header .menu2bar .menu a:hover:after,
#header .menu2bar .menu a:focus:after {
  width: 100%;
  opacity: 1;
}
#header .menu2bar .menu a.anounderline:after {
  content: none;
}
#header .menu2bar .menu a.active {
  color: #fff;
}
#header .menu2bar .menu li {
  padding: 0px;
  padding: 0.5rem 0;
  overflow: hidden;
}
#header .menu2bar .menu .menu2lispan {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
}
#header .menu2bar .menu.menu-footer {
  text-transform: uppercase;
  font-family: "Inter 18pt", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 2rem;
  display: inline-flex;
  padding: 1rem 0;
  color: #c3d8e1;
}
#header .menu2bar .menu.menu-footer a {
  display: inline-block;
  line-height: 2rem;
}
#header .menu2bar .menu.menu-footer img {
  width: 2rem;
  height: auto;
}
#header .menu2bar .menu.menu-footer li {
  padding: 0 1.5rem 0 0;
  overflow: hidden;
}
#header .menu2bar.active {
  pointer-events: all;
  visibility: visible;
  transform: none;
}
#header .menu2bar.active .menu2lispan {
  transform: none;
}
#header .menu2bar.active .menu2li:first-child .menu2lispan {
  transition-delay: 0.3s;
}
#header .menu2bar.active .menu2li:nth-child(2) .menu2lispan {
  transition-delay: 0.35s;
}
#header .menu2bar.active .menu2li:nth-child(3) .menu2lispan {
  transition-delay: 0.4s;
}
#header .menu2bar.active .menu2li:nth-child(4) .menu2lispan {
  transition-delay: 0.45s;
}
#header .menu2bar.active .menu2li:nth-child(5) .menu2lispan {
  transition-delay: 0.5s;
}
#header .menu2bar.active .menu2li:nth-child(6) .menu2lispan {
  transition-delay: 0.55s;
}
#header .hamburger {
  display: inline-flex;
  cursor: pointer;
  font: inherit;
  color: #fff;
  text-transform: none;
  background-color: initial;
  border: 0;
  margin: 0;
  outline: none !important;
  overflow: visible;
}
#header .hamburger:hover .hamburger-inner,
#header .hamburger:hover .hamburger-inner::before,
#header .hamburger:hover .hamburger-inner::after {
  background-color: #518196;
}
#header .hamburger-box {
  width: 45px;
  height: 13px;
  display: inline-block;
  position: relative;
}
#header .hamburger-inner {
  display: block;
  top: 50%;
}
#header .hamburger-inner,
#header .hamburger-inner::before,
#header .hamburger-inner::after {
  width: 40px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#header .hamburger-inner::before,
#header .hamburger-inner::after {
  content: "";
  display: block;
}
#header .hamburger-inner::before {
  top: -5px;
}
#header .hamburger-inner::after {
  bottom: -5px;
}
#header .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#header .hamburger--squeeze .hamburger-inner::before {
  transition:
    top 0.075s 0.12s ease,
    opacity 0.075s ease;
}
#header .hamburger--squeeze .hamburger-inner::after {
  transition:
    bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#header .hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .hamburger--squeeze.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition:
    top 0.075s ease,
    opacity 0.075s 0.12s ease;
}
#header .hamburger--squeeze.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition:
    bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header.sticky-h {
  font-size: 0.85em !important;
  background: #f6f2ec;
  border-bottom: 1px solid #ebe6de;
}
#header.sticky-h .logo img {
  max-width: 60%;
  transition: all 0.7s ease-in-out;
}
#header.sticky-h .logo img.logo-w {
  opacity: 0;
}
#header.sticky-h .logo img.logo-c {
  opacity: 1;
}
#header.sticky-h .headerbar .menu {
  color: #000;
  padding-top: 1.5rem;
}
#header.sticky-h .headerbar .menu a,
#header.sticky-h .headerbar .menu .button {
  color: #000;
  margin: 0;
  line-height: normal;
}
#header.sticky-h .headerbar .menu a:hover,
#header.sticky-h .headerbar .menu a.active {
  color: #518196;
  text-decoration: none;
}
#header.sticky-h .headerbar .menu .button-w {
  color: #000 !important;
  border-color: #000;
}
#header.sticky-h .headerbar .menu .button-w:hover,
#header.sticky-h .headerbar .menu .button-w:focus {
  color: #fff !important;
  border-color: #518196;
}
#header.sticky-h .hamburger {
  color: #000;
}
#header.sticky-h .hamburger-inner,
#header.sticky-h .hamburger-inner::before,
#header.sticky-h .hamburger-inner::after {
  background-color: #000;
}
#header.sticky-h .headerbar.m2active a,
#header.sticky-h .headerbar.m2active .button {
  color: #fff;
}
#header.sticky-h .headerbar.m2active .button-w {
  color: #fff !important;
  border-color: #fff;
}
#header.sticky-h .headerbar.m2active .button-w:hover,
#header.sticky-h .headerbar.m2active .button-w:focus {
  border-color: #fff;
}
#header.sticky-h .headerbar.m2active .hamburger {
  color: #fff;
}
#header.sticky-h .headerbar.m2active .hamburger-inner,
#header.sticky-h .headerbar.m2active .hamburger-inner::before,
#header.sticky-h .headerbar.m2active .hamburger-inner::after {
  background-color: #fff;
}
#header.sticky-h .headerbar.m2active .hamburger:hover .hamburger-inner,
#header.sticky-h .headerbar.m2active .hamburger:hover .hamburger-inner::before,
#header.sticky-h .headerbar.m2active .hamburger:hover .hamburger-inner::after {
  background-color: #fff;
}
#main ul,
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main ul li,
#footer ul li {
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 1.2rem;
}
#main ul li:before,
#footer ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 4px;
  background:
    linear-gradient(currentColor, currentColor) center top/10px 1px no-repeat,
    linear-gradient(currentColor, currentColor) center bottom/10px 1px no-repeat;
}
#main ul.col2,
#footer ul.col2 {
  columns: 2;
  column-gap: var(--s5);
  padding: 0;
  margin: 0;
}
#main ul.col2 li,
#footer ul.col2 li {
  margin-bottom: 1rem;
  break-inside: avoid;
}
#footer {
  font-size: 0.9rem;
}
#footer a {
  color: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  text-decoration: none !important;
  color: #000 !important;
}
#footer a:hover,
#footer a:focus {
  color: #000;
  text-decoration: none;
}
#footer a:hover img,
#footer a:focus img {
  opacity: 1;
  transition: all 1s ease-in-out;
}
#footer a:hover,
#footer a:focus {
  color: #000;
  text-decoration: none;
}
#footer a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 1px;
  opacity: 0;
  background: #000 !important;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#footer a:hover:after,
#footer a:focus:after {
  width: 100%;
  opacity: 1;
}
#footer a.anounderline:after {
  content: none;
}
.gallery-offset {
  align-items: flex-start;
}
.gallery-col-offset {
  padding-top: 160px;
}
/* Airy-natural gallery: uncropped images in the offset three-column layout.
   The image keeps its natural aspect ratio and simply fills its column width. */
.imgnatural {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
#back-top {
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 2rem;
  z-index: 999;
  padding: 1.3rem;
  background-color: #518196;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  opacity: 0.8;
}
#back-top:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  bottom: 0.3rem;
  right: 0.8rem;
  transition: all 0.5s ease-in-out 0s;
}
#back-top:hover {
  transition: all 0.5s ease-in-out 0s;
  opacity: 1;
}
#back-top:hover:before {
  bottom: 0.6rem;
}
.form {
  width: 100%;
}
.form-field {
  position: relative;
  margin-bottom: 1.8rem;
}
.form-field > label:not(.form-checkbox):not(.form-radio),
.form-field > .form-label {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #a5a29a;
}
.form-field:has(.form-input, .form-textarea, .form-select)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.form-field:has(.form-select)::before {
  content: "";
  position: absolute;
  right: 0.2rem;
  bottom: 1rem;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  pointer-events: none;
}
.form-field:has(
    .form-input:focus,
    .form-textarea:focus,
    .form-select:focus
  )::after {
  transform: scaleX(1);
}
.form-input,
.form-textarea,
.form-select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font: inherit;
  color: #000;
  outline: none;
  font-size: 0.9rem;
  height: 30px;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  box-shadow: none;
}
.form-select {
  appearance: none;
  cursor: pointer;
}
.form-textarea {
  min-height: 5rem;
  resize: vertical;
}
.form-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem;
}
.form-radio {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  line-height: 1.5;
  cursor: pointer;
  text-transform: none !important;
}
.form-radio input {
  appearance: none;
  flex: 0 0 auto;
  margin: 0;
  background: transparent;
  border: 1px solid currentColor;
  box-shadow: none;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.form-radio input:checked {
  box-shadow: inset 0 0 0 0.28rem var(--color-beige2, #eee);
  background: currentColor;
}
.form-radio span {
  margin: 0 0 0 1rem;
  position: relative;
  top: -5px;
}
.form-checkbox {
  display: grid !important;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  column-gap: 1rem;
  align-items: start;
  margin: 0 0 1rem;
  cursor: pointer;
  text-transform: none !important;
  color: inherit;
}
.form-checkbox input {
  grid-column: 1;
  grid-row: 1;
  appearance: none;
  width: 1.35rem;
  height: 1.35rem;
  margin: 0;
  background: transparent;
  border: 1px solid currentColor;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  cursor: pointer;
}
.form-checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: -0.4rem;
  width: 0.8rem;
  height: 1.4rem;
  border: solid currentColor;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}
.form-checkbox span {
  grid-column: 2;
  grid-row: 1;
  display: block;
  min-width: 0;
  margin: 0;
  position: static;
  top: auto;
  line-height: 1.5;
  text-transform: none !important;
}
.form-upload {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px dashed currentColor;
  background: transparent;
}
.form-upload input {
  width: 100%;
  font: inherit;
}
@media print, screen and (max-width: 64em) {
  h1,
  .h1 {
    font-size: 3.5em;
    line-height: 3.7rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  h3,
  .h3 {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
  h4,
  .h4 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  #header .menu2bar {
    padding: 3rem;
  }
  #header .menu2bar .menu {
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 64em) {
  .content-padding {
    padding: 4rem;
  }
  .content-padding-lr {
    padding: 0 4rem;
  }
  #header .headerbar {
    padding: 1rem 4rem;
  }
  #header .menu2bar {
    max-width: 68%;
  }
  #main ul.col2,
  #footer ul.col2 {
    columns: 1;
  }
}
@media print, screen and (max-width: 40em) {
  .content-padding {
    padding: 2rem;
  }
  .content-padding-lr {
    padding: 0 2rem;
  }
  #header .anfrage {
    display: none;
  }
  #header .headerbar {
    padding: 1rem 2rem;
  }
  #header .headerbar.m2active .logo {
    display: none;
  }
  #header .menu2bar {
    padding: 2rem;
    max-width: 100%;
  }
  #header .menu2bar .menu {
    font-size: 2rem;
    letter-spacing: 0.17rem;
  }
  #header .menu2bar .menu.menu-footer {
    font-size: 0.7rem;
  }
  #header .menu2bar .menu.menu-footer li {
    padding: 0 1rem 0 0;
  }
  .bodyfont-headline,
  .bodyfont-headline-line-lr,
  .bodyfont-headline-line-r {
    font-size: 0.7rem;
    letter-spacing: 0.17rem;
    gap: 5px;
  }
  .sticky {
    position: static;
  }
  .sticky .spacer50 {
    height: 0;
  }
  .show-for-small-only {
    display: block;
  }
}
