/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  --font-stack--heading: "DIN Pro Condensed", sans-serif;
  --font-stack--main: "Myriad Pro", Helvetica, Arial, sans-serif;
  --transition-time: 0.25s;
  --transition-time--longer: 0.5s;
  --color--black: #000000;
  --color--grey: #E6E6E6;
  --color--white: #FFFFFF;
  --color--primary: #D61016;
  --gutter: 2rem;
  --header-height: 5rem;
  --footer-height: 4rem;
  --frontpage-section--min-height: -moz-calc( 100vh - var( --header-height ) - var( --footer-height ) );
  --frontpage-section--min-height: calc( 100vh - var( --header-height ) - var( --footer-height ) );
  --frontpage-section--min-dheight: -moz-calc( 100dvh - var( --header-height ) - var( --footer-height ) );
  --frontpage-section--min-dheight: calc( 100dvh - var( --header-height ) - var( --footer-height ) );
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/myriad-pro-regular.woff2") format("woff2"), url("../fonts/myriad-pro-regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/myriad-pro-bold.woff2") format("woff2"), url("../fonts/myriad-pro-bold.woff") format("woff");
}
@font-face {
  font-family: "DIN Pro Condensed";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/din-pro-condensed-bold.woff2") format("woff2"), url("../fonts/din-pro-condensed-bold.woff") format("woff");
}
/****************************
****** BASE STYLES **********
****************************/
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  scroll-padding-top: -moz-calc(var(--header-height) + 5rem);
  scroll-padding-top: calc(var(--header-height) + 5rem);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-stack--main);
  color: var(--color--black);
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: var(--font-stack--heading);
}

h1 {
  font-size: 4.2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 999px) {
  h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 599px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 999px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 599px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 3.2rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 999px) {
  h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 599px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 2.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li,
ol li {
  margin-bottom: 1rem;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

table {
  margin: 0 0 2rem 0;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
}

th,
td {
  border: 1px solid grey;
  padding: 0.4rem 0.8rem;
}

figure {
  margin-top: 0;
  margin-bottom: 0;
}
figure img {
  display: block;
}

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

hr {
  border: 0;
  height: 0.1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

a {
  color: inherit;
}
a:hover {
  color: var(--color--primary);
}

.screen-reader-text {
  display: none;
  visibility: hidden;
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--brown);
}

::-moz-placeholder {
  color: var(--wp--preset--color--brown);
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--brown);
}

::placeholder {
  color: var(--wp--preset--color--brown);
}

form fieldset {
  border: none;
  padding: 0;
}
form fieldset > legend {
  display: none;
}
form label {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: var(--wp--preset--color--secondary);
}
form input[type=text],
form input[type=search],
form input[type=number],
form input[type=tel],
form input[type=email],
form input[type=password],
form input[type=submit],
form input[type=button],
form select,
form textarea,
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1.25rem 2rem;
  line-height: 1.6;
  margin: 0;
  border: none;
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--brown-pale);
  border-radius: var(--border-radius--smaller);
}
form input[type=text]:focus,
form input[type=search]:focus,
form input[type=number]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=submit]:focus,
form input[type=button]:focus,
form select:focus,
form textarea:focus,
form button:focus {
  outline: 0.15rem solid var(--wp--preset--color--primary);
}
.has-background form input[type=text],
.has-background form input[type=search],
.has-background form input[type=number],
.has-background form input[type=tel],
.has-background form input[type=email],
.has-background form input[type=password],
.has-background form input[type=submit],
.has-background form input[type=button],
.has-background form select,
.has-background form textarea,
.has-background form button {
  background-color: var(--wp--preset--color--white);
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 5rem;
  background-image: -moz-linear-gradient(45deg, transparent 50%, var(--wp--preset--color--brown-darker) 50%), -moz-linear-gradient(315deg, var(--wp--preset--color--brown-darker) 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, var(--wp--preset--color--brown-darker) 50%), linear-gradient(135deg, var(--wp--preset--color--brown-darker) 50%, transparent 50%);
  background-position: -moz-calc(100% - 2.5rem) 52%, -moz-calc(100% - 1.9rem) 52%;
  background-position: calc(100% - 2.5rem) 52%, calc(100% - 1.9rem) 52%;
  background-size: 0.6rem 0.6rem, 0.6rem 0.6rem;
  background-repeat: no-repeat;
}
form input[type=checkbox] {
  width: 2rem !important;
  height: 2rem !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin-right: 1rem;
  -moz-transform: translateY(0.4rem);
       transform: translateY(0.4rem);
}
form input[type=checkbox]::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0.1rem solid var(--wp--preset--color--grey);
}
form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 25%;
  height: 50%;
  width: 50%;
  background: var(--wp--preset--color--grey);
}
form textarea {
  resize: none;
  vertical-align: top;
  display: block;
}
form input[type=submit],
form input[type=button],
form button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-stack--serif);
  color: var(--wp--preset--color--brown-pale);
  background-color: var(--wp--preset--color--secondary);
  border-radius: 20rem;
}

.frm_forms .frm_error_style {
  color: var(--wp--preset--color--primary);
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.frm_forms .frm_form_field {
  margin-bottom: 3rem;
}
.frm_forms .frm_form_field .frm_primary_label {
  display: block;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.frm_forms .frm_form_field .frm_description {
  margin-left: 2rem;
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
.frm_forms .frm_form_field .frm_error {
  margin-left: 2rem;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  color: var(--wp--preset--color--primary);
}

#ui-datepicker-div.frm-datepicker td.ui-datepicker-today {
  background: var(--wp--preset--color--brown-pale) !important;
}
#ui-datepicker-div.frm-datepicker .ui-widget-header, #ui-datepicker-div.frm-datepicker .ui-datepicker-header {
  background: var(--wp--preset--color--brown-lighter) !important;
}
#ui-datepicker-div.frm-datepicker td.ui-datepicker-current-day, #ui-datepicker-div.frm-datepicker td .ui-state-hover, #ui-datepicker-div.frm-datepicker thead {
  background: var(--wp--preset--color--brown) !important;
}
#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding-right: 3rem;
  background-image: -moz-linear-gradient(45deg, transparent 50%, var(--wp--preset--color--brown-darker) 50%), -moz-linear-gradient(315deg, var(--wp--preset--color--brown-darker) 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, var(--wp--preset--color--brown-darker) 50%), linear-gradient(135deg, var(--wp--preset--color--brown-darker) 50%, transparent 50%);
  background-position: -moz-calc(100% - 1.4rem) 52%, -moz-calc(100% - 0.8rem) 52%;
  background-position: calc(100% - 1.4rem) 52%, calc(100% - 0.8rem) 52%;
  background-size: 0.6rem 0.6rem, 0.6rem 0.6rem;
  background-repeat: no-repeat;
}

/******************************
********** HEADER *************
******************************/
#header {
  width: 100%;
  height: var(--header-height);
  flex-shrink: 0;
  background-color: var(--color--white);
}

#header__content {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  height: 100%;
}
@media only screen and (max-width: 999px) {
  #header__content {
    -moz-box-pack: justify;
         justify-content: space-between;
  }
}

#header__logo-link {
  text-decoration: none;
  line-height: 0;
  z-index: 450;
  display: inline-block;
  background-color: var(--color--white);
  width: 30rem;
  padding: 2rem;
  margin-bottom: -10rem;
}
@media only screen and (max-width: 781px) {
  #header__logo-link {
    width: 16rem;
    padding: 1.5rem;
    margin-bottom: -3.5rem;
  }
}

#header__logo {
  width: 100%;
}

#page-overlay {
  display: none;
}

@media only screen and (max-width: 999px) {
  #page-overlay {
    display: block;
    position: fixed;
    z-index: 250;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -moz-transition: ease-in-out var(--transition-time--longer) opacity, ease-in-out var(--transition-time--longer) visibility;
    transition: ease-in-out var(--transition-time--longer) opacity, ease-in-out var(--transition-time--longer) visibility;
  }
  body.header-menu--visible #page-overlay {
    opacity: 1;
    visibility: visible;
  }
}
/**********************************
********** NAV BUTTON *************
**********************************/
#header__nav-link {
  width: 4rem;
  height: 4rem;
  z-index: 450;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 9999px;
  display: none;
}
@media only screen and (max-width: 999px) {
  #header__nav-link {
    display: block;
  }
}

#header__nav-link span {
  display: block;
  position: absolute;
  height: 0.1rem;
  width: 100%;
  left: 0%;
  right: 0%;
  background-color: var(--color--black);
  -moz-transform: rotate(0deg);
       transform: rotate(0deg);
  -moz-transform-origin: left center;
       transform-origin: left center;
  -moz-transition: var(--transition-time--longer) ease-in-out top, var(--transition-time--longer) ease-in-out left, var(--transition-time--longer) ease-in-out right, var(--transition-time--longer) ease-in-out width, var(--transition-time--longer) ease-in-out opacity, var(--transition-time--longer) ease-in-out transform;
  transition: var(--transition-time--longer) ease-in-out top, var(--transition-time--longer) ease-in-out left, var(--transition-time--longer) ease-in-out right, var(--transition-time--longer) ease-in-out width, var(--transition-time--longer) ease-in-out opacity, var(--transition-time--longer) ease-in-out transform;
}

#header__nav-link span:nth-child(1) {
  top: 30%;
}

#header__nav-link span:nth-child(2) {
  -moz-transform-origin: center center;
       transform-origin: center center;
  top: 50%;
}

#header__nav-link span:nth-child(3) {
  top: 70%;
}

body.header-menu--visible #header__nav-link span {
  width: 100%;
  left: 15%;
}

body.header-menu--visible #header__nav-link span:nth-child(1) {
  -moz-transform: rotate(45deg);
       transform: rotate(45deg);
  top: 15%;
}

body.header-menu--visible #header__nav-link span:nth-child(2) {
  width: 0%;
  left: 55%;
  right: 45%;
  opacity: 0;
}

body.header-menu--visible #header__nav-link span:nth-child(3) {
  -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
  top: 85%;
}

/***********************************
********** MENU ********************
***********************************/
#header-menu__container {
  display: none;
}

@media only screen and (max-width: 999px) {
  #header-menu__container {
    display: block;
    position: fixed;
    z-index: 430;
    top: -2rem;
    left: 0;
    width: 100%;
    max-height: -moz-calc(100% - var(--header-height));
    max-height: calc(100% - var(--header-height));
    padding-top: -moz-calc(var(--header-height) + 7.5rem);
    padding-top: calc(var(--header-height) + 7.5rem);
    padding-left: -moz-calc(var(--gutter) + 1.5rem);
    padding-left: calc(var(--gutter) + 1.5rem);
    padding-right: var(--gutter);
    padding-bottom: 5rem;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    visibility: hidden;
    opacity: 0;
    background-color: var(--color--white);
    -moz-transition: var(--transition-time--longer) ease-in-out clip-path, var(--transition-time--longer) ease-in-out top, var(--transition-time--longer) ease-in-out visibility, var(--transition-time--longer) ease-in-out opacity;
    transition: var(--transition-time--longer) ease-in-out clip-path, var(--transition-time--longer) ease-in-out top, var(--transition-time--longer) ease-in-out visibility, var(--transition-time--longer) ease-in-out opacity;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  body.header-menu--visible #header-menu__container {
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  #header-menu__inner-container {
    width: 100%;
    height: 100%;
    font-family: var(--font-stack--heading);
    text-transform: uppercase;
    font-size: 2.4rem;
  }
  #header-menu__inner-container ul {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-align: start;
         align-items: flex-start;
    margin: 0;
    padding: 0;
  }
  #header-menu__inner-container ul li {
    display: block;
    width: 100%;
  }
  #header-menu__inner-container ul li a {
    display: block;
    text-decoration: none;
    padding: 1rem 0rem;
  }
}
#footer {
  width: 100%;
  height: var(--footer-height);
  flex-shrink: 0;
  background-color: var(--color--white);
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 1319px) {
  #footer {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.footer__column {
  -moz-box-flex: 1;
       flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20%;
}

.footer__menu-container {
  display: inline-block;
  background-color: var(--color--white);
  padding: 2rem 3rem 6rem;
  -moz-transform: translateY(-4rem);
       transform: translateY(-4rem);
  z-index: 500;
  position: relative;
  flex-basis: 50%;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  .footer__menu-container {
    display: none;
  }
}

.footer__imprint-menu {
  font-family: var(--font-stack--heading);
  text-transform: uppercase;
}
.footer__imprint-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0.75rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 2rem;
}
.footer__imprint-menu ul li {
  padding: 0;
  margin: 0;
}
.footer__imprint-menu ul li a {
  color: inherit;
  text-decoration: none;
}
.footer__imprint-menu ul li.current-menu-item {
  color: var(--color--primary);
}

.footer__main-menu {
  font-size: 2.6rem;
  font-family: var(--font-stack--heading);
  text-transform: uppercase;
}
@media only screen and (max-width: 1319px) {
  .footer__main-menu {
    font-size: 2.4rem;
  }
}
.footer__main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 1319px) {
  .footer__main-menu ul {
    gap: 2.5rem;
  }
}
.footer__main-menu ul li {
  padding: 0;
  margin: 0;
}
.footer__main-menu ul li a {
  color: inherit;
  text-decoration: none;
}
.footer__main-menu ul li.current-menu-item {
  color: var(--color--primary);
}

.footer__logo-container {
  display: -moz-box;
  display: flex;
  -moz-box-pack: end;
       justify-content: flex-end;
}

.footer__logo-link {
  display: block;
  margin-top: -10rem;
  margin-right: 1rem;
  z-index: 120;
  position: relative;
}
@media only screen and (max-width: 781px) {
  .footer__logo-link {
    margin-top: -4.5rem;
    margin-right: 1.5rem;
  }
}

.footer__logo {
  width: 10rem;
}
@media only screen and (max-width: 781px) {
  .footer__logo {
    width: 6rem;
  }
}

div.swiper .swiper-button-prev,
div.swiper .swiper-button-next {
  --swiper-navigation-sides-offset: var( --gutter );
  width: 5rem;
  height: 5rem;
  background-color: var(--color--white);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 480;
}
div.swiper .swiper-button-prev::after,
div.swiper .swiper-button-next::after {
  content: none;
}
div.swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233B4652' d='m1.034 16.234 9.6-9.6c0.312-0.312 0.819-0.312 1.131 0s0.312 0.819 0 1.131l-8.234 8.234h26.069c0.442 0 0.8 0.358 0.8 0.8s-0.358 0.8-0.8 0.8h-26.069l8.234 8.234c0.312 0.312 0.312 0.819 0 1.131-0.157 0.157-0.362 0.234-0.566 0.234s-0.41-0.078-0.566-0.234l-9.6-9.6c-0.312-0.312-0.312-0.819 0-1.131z'/%3E%3C/svg%3E%0A");
}
div.swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233B4652' d='m30.966 16.234-9.6-9.6c-0.312-0.312-0.819-0.312-1.131 0s-0.312 0.819 0 1.131l8.234 8.234h-26.069c-0.442 0-0.8 0.358-0.8 0.8s0.358 0.8 0.8 0.8h26.069l-8.234 8.234c-0.312 0.312-0.312 0.819 0 1.131 0.157 0.157 0.362 0.234 0.566 0.234s0.41-0.078 0.566-0.234l9.6-9.6c0.312-0.312 0.312-0.819 0-1.131z'/%3E%3C/svg%3E");
}
div.swiper .swiper-pagination {
  --swiper-pagination-color: var( --color--primary );
  --swiper-pagination-left: auto;
  --swiper-pagination-right: auto;
  --swiper-pagination-bottom: -3.5rem;
  --swiper-pagination-bullet-size: 1rem;
  --swiper-pagination-bullet-width: 1rem;
  --swiper-pagination-bullet-height: 1rem;
  --swiper-pagination-bullet-inactive-color: var( --color--black );
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-vertical-gap: 0.5rem;
}

body {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  max-height: 100vh;
  max-height: 100dvh;
  background-color: var(--color--grey);
}

main {
  -moz-box-flex: 1;
       flex-grow: 1;
}

body main {
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
@media only screen and (max-width: 999px) {
  body main {
    -webkit-scroll-snap-type: y proximity;
        -ms-scroll-snap-type: y proximity;
            scroll-snap-type: y proximity;
  }
}

body main section {
  scroll-snap-align: start;
}

body:not(.home) main {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}
body:not(.home) section {
  max-width: min(96rem, 100% - 2 * var(--gutter));
  margin: 0 auto;
  scroll-snap-align: none;
  padding-top: var(--header-height);
  padding-bottom: -moz-calc(var(--footer-height) + 5rem);
  padding-bottom: calc(var(--footer-height) + 5rem);
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

section {
  min-height: var(--frontpage-section--min-height);
  min-height: var(--frontpage-section--min-dheight);
}

.button {
  display: inline-block;
  padding: 10px 20px 8px;
  background-color: black;
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
}
.button:hover {
  background-color: var(--color--primary);
  color: white;
}

span.highlight {
  background-color: var(--color--primary);
  display: inline-block;
  padding: 3px 7px 1px;
  color: white;
  -moz-transform: rotate(-2deg) translateX(-5px);
       transform: rotate(-2deg) translateX(-5px);
}

section.section {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: end;
       justify-content: flex-end;
  background-image: var(--background-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.section .section__text-container {
  max-width: 90rem;
  padding: 3rem 3rem;
  margin-top: var(--gutter);
  margin-bottom: 7rem;
  background-color: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(2px) brightness(150%) contrast(50%);
          backdrop-filter: blur(2px) brightness(150%) contrast(50%);
}
section.section .section__text-container .section__text-container__title {
  margin-top: 0;
}
section.section .section__text-container.section__text-container--with-image {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 5rem;
}
@media only screen and (max-width: 599px) {
  section.section .section__text-container.section__text-container--with-image {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 999px) {
  section.section .section__text-container {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    padding: var(--gutter);
    border-radius: 0px;
  }
}
section.section .section__text-container.section__text-container--left {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
section.section .section__text-container.section__text-container--center {
  align-self: center;
  border-radius: 4px;
}
section.section .section__text-container.section__text-container--right {
  align-self: flex-end;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media only screen and (max-width: 999px) {
  section.section .section__text-container.section__text-container--left,
  section.section .section__text-container.section__text-container--center,
  section.section .section__text-container.section__text-container--right {
    border-radius: 0px;
  }
}

section#kontakt .section__text-container {
  background-color: transparent;
  color: white;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

section.section__image-slider {
  height: var(--frontpage-section--min-height);
  height: var(--frontpage-section--min-dheight);
  position: relative;
  display: block;
}
section.section__image-slider .section__image-slider__content-container {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 30%;
  -moz-transform: translateY(50%);
       transform: translateY(50%);
  z-index: 450;
  margin: 0;
  padding: 1rem 5rem 3rem 10rem;
  background-color: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(2px) brightness(150%) contrast(50%);
          backdrop-filter: blur(2px) brightness(150%) contrast(50%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  max-width: 90rem;
}
@media only screen and (max-width: 999px) {
  section.section__image-slider .section__image-slider__content-container {
    max-width: 70rem;
  }
}
@media only screen and (max-width: 781px) {
  section.section__image-slider .section__image-slider__content-container {
    top: auto;
    bottom: 0;
    -moz-transform: none;
         transform: none;
    border-radius: 0px;
    padding: 0 var(--gutter) var(--gutter);
    max-width: 100%;
    width: 100%;
  }
}
section.section__image-slider .section__image-slider__title {
  font-family: var(--font-stack--main);
}
section.section__image-slider #section__image-slider__swiper {
  height: 100% !important;
}
section.section__image-slider .section__image-slider__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

section.section .section__menu-container {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  text-align: center;
  margin-bottom: auto;
  padding-top: 12.5rem;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
@media only screen and (max-width: 781px) {
  section.section .section__menu-container {
    padding-top: 6.5rem;
  }
}
section.section .section__menu-container .section__menu {
  list-style: none;
  margin: 0;
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(2px) brightness(150%) contrast(50%);
          backdrop-filter: blur(2px) brightness(150%) contrast(50%);
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
}
section.section .section__menu-container .section__menu-item {
  padding: 0;
  margin: 0.25rem;
  display: inline-block;
}
section.section .section__menu-container .section__menu-item:not(:last-of-type)::after {
  content: "|";
  margin-left: 0.5rem;
}
section.section .section__menu-container .section__menu-item__link {
  text-decoration: none;
}
section.section .section__menu-container .section__menu-item--active .section__menu-item__link {
  color: var(--color--primary);
}

section.section:not(.section__image-slider):not(:has(.section__menu-container)) {
  padding-top: 12.5rem;
}
@media only screen and (max-width: 781px) {
  section.section:not(.section__image-slider):not(:has(.section__menu-container)) {
    padding-top: 6.5rem;
  }
}

section.section__columns .section__columns-container {
  align-self: center;
  display: -moz-box;
  display: flex;
  gap: 5rem;
  margin-top: var(--gutter);
  margin-bottom: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: 90rem;
}
@media only screen and (max-width: 781px) {
  section.section__columns .section__columns-container {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 0;
  }
}
section.section__columns .section__columns-container:has(.section__columns__column:only-child) {
  max-width: 60rem;
}
section.section__columns .section__columns__column-image-container {
  aspect-ratio: 16/9;
}
section.section__columns .section__columns__column-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.section__columns .section__columns__column {
  flex-basis: 50%;
  -moz-box-flex: 1;
       flex-grow: 1;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 781px) {
  section.section__columns .section__columns__column {
    margin-bottom: var(--gutter);
  }
}
section.section__columns .section__columns__column-title {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 3.2rem;
}
section.section__columns .section__columns__column-subtitle {
  margin-top: 0.5rem;
  font-weight: bold;
}
section.section__team-slider .section__team-slider__swiper-container {
  padding-top: var(--gutter);
  margin-bottom: auto;
  padding-bottom: 10rem;
}
section.section__team-slider .section__team-slider__swiper {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media only screen and (max-width: 781px) {
  section.section__team-slider .section__team-slider__swiper {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}
section.section__team-slider .section__team-slider__image-container {
  aspect-ratio: 1/1;
}
section.section__team-slider .section__team-slider__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.section__team-slider .section__team-slider__title {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2.4rem;
}
section.section__team-slider .section__team-slider__subtitle {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  font-weight: bold;
}
section.section__team-slider .section__team-slider__phone {
  margin-top: 0.25rem;
  font-size: 1.4rem;
}
section.section__team-slider .section__team-slider__email {
  margin-top: 0.25rem;
  font-size: 1.4rem;
}
