@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?z2ph");
  src: url("../icomoon/fonts/icomoon.eot?z2ph#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?z2ph") format("truetype"), url("../icomoon/fonts/icomoon.woff?z2ph") format("woff"), url("../icomoon/fonts/icomoon.svg?z2ph#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-linkedin-square:before {
  content: "\e901";
}

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

.icon-clear:before {
  content: "\e904";
}

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

.icon-Adresse:before {
  content: "\e905";
}

.icon-Fax:before {
  content: "\e906";
}

.icon-Mail:before {
  content: "\e907";
}

.icon-Pfeil:before {
  content: "\e908";
}

.icon-Phone:before {
  content: "\e909";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .block--header::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none !important;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }

  .xl-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }

  .content-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }

  .lg-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }

  .md-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }

  .sm-three-fifths {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }

  .xs-three-fifths {
    width: 60%;
  }
}
/*  4.2 Container */
.container {
  max-width: 66rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2.22222rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 63.5rem;
}

.container--tiny {
  max-width: 55.5rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2.22222rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2.22222rem;
}

.flexgrid--narrow {
  margin-left: -1.11111rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 1.11111rem;
}

.flexgrid--wide {
  margin-left: -4.44444rem;
}
.flexgrid--wide .flex__item {
  padding-left: 4.44444rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "open-sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #1d4372;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #1d4372;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #1d4372;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #132b49;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "open-sans", "Arial", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 2rem;
  color: #1d4372;
}

.text--bigger,
div.text--bigger p {
  font-size: 1.22222rem;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 4.33333rem;
  line-height: 1.15385;
  font-weight: bold;
}

h2, .beta {
  font-size: 2.77778rem;
  line-height: 1.24;
  position: relative;
  padding-bottom: 1rem;
}
h2::before, .beta::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.13em;
  width: 3.4em;
  background: #a2bc9c;
}
h2[style*="text-align: center"]::before, h2[style*="text-align:center"]::before, .beta[style*="text-align: center"]::before, .beta[style*="text-align:center"]::before {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

h3, .gamma {
  font-size: 2rem;
  line-height: 1.22222;
  padding: 0;
  margin-bottom: 1rem;
}
h3::before, .gamma::before {
  display: none;
}

h4, .delta {
  font-size: 1.5rem;
  line-height: 1.25926;
  margin-bottom: 1rem;
}

h5, .epsilon {
  font-size: 0.88889rem;
  line-height: 1.25;
}

h6, .zeta {
  font-size: 0.77778rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.11111rem;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

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

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 4.44444rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2.22222rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'open-sans';
  src: url("../fonts/open-sans-v44-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/open-sans-v44-latin-600.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/open-sans-v44-latin-600italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn,
input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #a2bc9c;
  margin: 0;
  line-height: 1.4;
  padding: 0.6rem 1.5rem 0.6rem;
  border-radius: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  color: #1d4372;
  background-color: #a2bc9c;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease-out;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: #FFF;
  background-color: #a2bc9c;
}
.btn:active, .btn:focus,
input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active,
input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

.btn--ghost {
  background-color: transparent;
  color: #1d4372;
  border: 2px solid #1d4372;
}
.btn--ghost:hover {
  color: #FFF;
  background: #1d4372;
}

.btn--small {
  padding: 0.3rem 1rem 0.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn--toggle {
  padding: 0;
  height: 42px;
  width: 42px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
}
.btn--toggle .icon-bar {
  display: block;
  background: #1d4372;
  position: relative;
  width: 32px;
  height: 3px;
  margin: 6px auto;
  transition: transform 0.25s ease-out;
  border-radius: 2px;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 9px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -9px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 1rem;
  width: 100%;
  color: #1d4372;
  border: 2px solid #1d4372;
  padding: 0.6rem 1rem 0.6rem;
  background: transparent;
  outline: none;
  border-radius: 0.5rem;
  box-shadow: none;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

label, legend {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.6em;
}

legend {
  margin-bottom: 1rem;
}

.wpforms-container {
  padding-top: 1rem;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul,
.wpforms-field-radio ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input,
.wpforms-field-radio input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-field-radio ul {
  display: flex;
}
.wpforms-field-radio ul li {
  margin-right: 1.5rem;
}
.wpforms-field-radio .wpforms-field-label-inline {
  padding-left: 2rem;
}
.wpforms-field-radio .wpforms-field-label-inline::before {
  border-radius: 50%;
}

.wpforms-field-description {
  font-size: 0.9rem;
  line-height: 1.25;
  padding-top: 0.4rem;
}
.wpforms-field-description a {
  text-decoration: underline;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 0.88889rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
  max-width: 44rem;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  width: 1.4rem;
  background: transparent;
  border: 2px solid #1d4372;
  border-radius: 0.25rem;
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::before {
  content: '✓';
  color: #1d4372;
  font-weight: bold;
  font-size: 1.2rem;
}
input[type="radio"]:checked + .wpforms-field-label-inline::before {
  background: #1d4372;
}

.wpforms-submit-container {
  padding-top: 2rem;
}

.wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
}
.wpforms-field-container > div:not(.wpforms-one-half):not(.wpforms-one-third):not(.wpforms-two-thirds) {
  width: 100%;
}
.wpforms-field-container .wpforms-one-half {
  width: 100%;
}

.wpforms-field-container .wpforms-one-third {
  padding-left: 0.25rem;
  width: 33.33%;
}
.wpforms-field-container .wpforms-one-third.wpforms-first {
  padding-right: 0.25rem;
  padding-left: 0;
  width: 33.33%;
}
.wpforms-field-container .wpforms-two-thirds {
  padding-left: 0.25rem;
  width: 66.66%;
}
.wpforms-field-container .wpforms-two-thirds.wpforms-first {
  padding-right: 0.25rem;
  padding-left: 0;
  width: 66.66%;
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.75rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.75rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-third {
    padding-left: 0.75rem;
    width: 33.33%;
  }
  .wpforms-field-container .wpforms-one-third.wpforms-first {
    padding-right: 0.75rem;
    padding-left: 0;
    width: 33.33%;
  }
  .wpforms-field-container .wpforms-two-thirds {
    padding-left: 0.75rem;
    width: 66.66%;
  }
  .wpforms-field-container .wpforms-two-thirds.wpforms-first {
    padding-right: 0.75rem;
    padding-left: 0;
    width: 66.66%;
  }
}
em.wpforms-error {
  font-style: normal;
  font-weight: bold;
  font-size: 0.8rem;
  color: #6f1723;
}

.wpforms-container .wpforms-field {
  padding-block: 0.75rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 0.8;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  opacity: 0.8;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  opacity: 0.8;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  margin-inline: auto;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-inline: 1.25rem;
}
.header-nav a {
  display: inline-block;
  padding: 0.5rem 0;
}
.header-nav a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}
@media only screen and (min-width: 1021px) {
  .nav-mobile {
    display: none !important;
  }
}

.nav-mobile__inner {
  background: #FFF;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 6.66667rem;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul li {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  padding: 1rem 1rem;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2.22222rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  z-index: 9999;
  padding-block: 1.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-out;
}
.scrolled .site-header {
  padding-block: 1rem;
}

body {
  padding-top: 5rem;
}

.site-branding {
  position: relative;
  width: 100px;
  z-index: 9;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.5rem;
}

.margin-bottom {
  margin-bottom: 2.22222rem;
}

.margin-top {
  margin-top: 2.22222rem;
}

.margin-bottom--small {
  margin-bottom: 1.11111rem;
}

.margin-bottom--big {
  margin-bottom: 4.44444rem;
}

.margin-bottom--huge {
  margin-bottom: 6.66667rem;
}

.spacing {
  padding-block: 2.22222rem;
}

.spacing--big {
  padding-block: 4.44444rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2.22222rem;
}

.padding-top {
  padding-top: 2.22222rem;
}

.padding-top--small {
  padding-top: 1.11111rem;
}

.padding-bottom--small {
  padding-bottom: 1.11111rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.buttons .btn {
  margin: 0 0.75rem 0.5rem 0;
}

.block--header {
  background: #1d4372;
  padding-block: 6rem;
  position: relative;
}
.block--header img {
  object-position: top right;
}
.block--header::before {
  background: linear-gradient(to right, rgba(29, 67, 114, 0.6), rgba(29, 67, 114, 0.1));
  content: '';
  position: absolute;
  z-index: 1;
}
.block--header .relative {
  z-index: 9;
}
.block--header * {
  color: #FFF;
}
.block--header p {
  max-width: 50rem;
}

.block--text:first-child {
  padding-top: 5rem;
}

.block--text:last-child {
  padding-bottom: 5rem;
}

.block--text-image img {
  max-width: 25rem;
  box-shadow: 0.25rem 0.3rem 0.4rem rgba(0, 0, 0, 0.2);
}

.block--tasks {
  background-image: repeating-linear-gradient(328deg, #c1e5ff, #245e94);
}
.block--tasks h2 {
  color: #FFF;
}
.block--tasks h2::before {
  background: #FFF;
}

.block--text-on-blue {
  background: #1d4372;
}
.block--text-on-blue h2::before {
  background: #FFF;
}
.block--text-on-blue *:not(.btn) {
  color: #FFF;
}
.block--text-on-blue p, .block--text-on-blue h3, .block--text-on-blue h4, .block--text-on-blue h5, .block--text-on-blue h2, .block--text-on-blue li {
  max-width: 46.5rem;
}
.block--text-on-blue p[style*="text-align: center"], .block--text-on-blue p[style*="text-align:center"], .block--text-on-blue h3[style*="text-align: center"], .block--text-on-blue h3[style*="text-align:center"], .block--text-on-blue h4[style*="text-align: center"], .block--text-on-blue h4[style*="text-align:center"], .block--text-on-blue h5[style*="text-align: center"], .block--text-on-blue h5[style*="text-align:center"], .block--text-on-blue h2[style*="text-align: center"], .block--text-on-blue h2[style*="text-align:center"], .block--text-on-blue li[style*="text-align: center"], .block--text-on-blue li[style*="text-align:center"] {
  margin-inline: auto;
}

.bg--green {
  background: #a2bc9c;
  padding: 2rem 4rem;
}
.bg--green li {
  margin-bottom: 0.75rem;
}

.block--partner img {
  margin-left: 0;
  max-height: 8rem;
  width: 17.5rem;
  object-fit: contain;
  object-position: left center;
}

.block--people {
  padding-block: 4.44rem 3rem;
}
.block--people .object-fit-con {
  aspect-ratio: 1/1;
}
.block--people strong {
  display: inline-block;
  min-width: 5rem;
}
.block--people + .block--people {
  padding-top: 0;
}

.block--campaign {
  background: #a2bc9c;
  overflow: hidden;
}
.block--campaign h2::before {
  background: #FFF;
}
.block--campaign .flex__item {
  padding-right: 22rem;
}
.block--campaign img {
  position: absolute;
  bottom: -10rem;
  right: 2rem;
  width: 26rem;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  border-top: 0.25rem solid #FFF;
  background: linear-gradient(33deg, #a2bc9c, #1d4372);
}
.site-footer * {
  color: #FFF;
}
.site-footer p + p i {
  font-size: 1.2rem;
}
.site-footer i.icon-Mail {
  font-size: 0.9rem;
}
.site-footer span, .site-footer i {
  display: inline-block;
}
.site-footer p.flex a,
.site-footer p.flex .inline-flex {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.site-footer i {
  margin-right: 0.4rem;
}
.site-footer .dot {
  padding-inline: 0.5rem;
}
.site-footer p.flex a {
  border-bottom: 1px solid transparent;
}
.site-footer p.flex a:hover {
  border-bottom: 1px solid #FFF;
}
.site-footer p.flex > a, .site-footer p.flex > span, .site-footer p.flex > .inline-flex {
  padding-inline: 0.5rem;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  h1, .alpha {
    font-size: 3.5rem;
  }

  h2, .beta {
    font-size: 2.75rem;
  }

  h3, .gamma {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  h1, .alpha {
    font-size: 3rem;
  }

  h2, .beta {
    font-size: 2.5rem;
  }

  .block--campaign .flex__item {
    padding-right: 19rem;
  }
}
@media only screen and (max-width: 1020px) {
  .container {
    padding-inline: 1.5rem;
  }

  .flexgrid--wide {
    margin-left: -2rem;
  }
  .flexgrid--wide .flex__item {
    padding-left: 2rem;
  }

  .lg-break {
    width: 100%;
    opacity: 0;
    height: 1rem;
  }

  .site-header .btn {
    margin-inline: auto 1.5rem;
  }

  .scrolled .site-header {
    padding-block: 0.5rem;
  }
}
@media only screen and (max-width: 800px) {
  h1, .alpha {
    font-size: 2.5rem;
  }

  h2, .beta {
    font-size: 2rem;
  }

  h3, .gamma {
    font-size: 1.5rem;
  }

  h4, .delta {
    font-size: 1.25rem;
  }

  .md-margin-bottom {
    margin-bottom: 1.5rem;
  }

  .block--campaign .container {
    padding-bottom: 20rem;
  }
  .block--campaign .flex__item {
    padding-right: 0;
  }
  .block--campaign img {
    bottom: -13rem;
    width: 23rem;
  }

  .md-break {
    width: 100%;
    opacity: 0;
    height: 1rem;
  }
  .block--header {
    padding-block:5rem;
  }
}
@media only screen and (max-width: 640px) {
  .sm-margin-bottom {
    margin-bottom: 2rem;
  }

  .block--people .flexgrid--narrow {
    max-width: 27rem;
  }

  .bg--green {
    padding: 2rem;
  }

  .sm--hidden {
    display: none !important;
  }

  .btn--toggle {
    margin-left: auto;
  }
}
@media only screen and (max-width: 480px) {
  .site-footer .text--center {
    text-align: left;
  }
  .site-footer .flex--center {
    justify-content: flex-start;
  }
  .site-footer a + .dot {
    width: 100%;
    opacity: 0;
    height: 0.75rem;
  }
  .site-footer p {
    margin-bottom: 2rem;
  }
  .site-footer .first a {
    flex-wrap: wrap;
  }
  .site-footer .first a .dot {
    width: 100%;
    opacity: 0;
    height: 0.25rem;
  }

  .site-footer p.flex a, .site-footer p.flex .inline-flex {
    padding-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .container {
    padding-inline: 1rem;
  }

  label, legend {
    font-size: 0.9rem;
  }
}
