
/*!***************************************************!*\
  !*** ../node_modules/normalize.css/normalize.css ***!
  \***************************************************/
/*! 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 {
  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 */
  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 {
  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"] {
  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;
}


/*!****************************!*\
  !*** ../src/css/main.scss ***!
  \****************************/

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/v5.0.0/src/css/main.css */
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header.main,
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
body {
  --admin-bar-height: 0px;
}
body.admin-bar {
  --admin-bar-height: 46px;
}
@media (min-width: 782px) {
  body.admin-bar {
    --admin-bar-height: 32px;
  }
}
body #wpadminbar {
  position: fixed;
}
body #wpadminbar #wp-admin-bar-site-name > .ab-item, body #wpadminbar #wp-admin-bar-site-name > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-site-name > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-site-name > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 135px)) {
  body #wpadminbar #wp-admin-bar-site-name > .ab-item, body #wpadminbar #wp-admin-bar-site-name > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-site-name > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-edit > .ab-item, body #wpadminbar #wp-admin-bar-edit > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-edit > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-edit > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 270px)) {
  body #wpadminbar #wp-admin-bar-edit > .ab-item, body #wpadminbar #wp-admin-bar-edit > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-edit > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-new-content > .ab-item, body #wpadminbar #wp-admin-bar-new-content > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-new-content > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-new-content > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 405px)) {
  body #wpadminbar #wp-admin-bar-new-content > .ab-item, body #wpadminbar #wp-admin-bar-new-content > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-new-content > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-customize > .ab-item, body #wpadminbar #wp-admin-bar-customize > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-customize > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-customize > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 540px)) {
  body #wpadminbar #wp-admin-bar-customize > .ab-item, body #wpadminbar #wp-admin-bar-customize > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-customize > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item, body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 675px)) {
  body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item, body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-wpfc-toolbar-parent > .ab-item::before {
    margin-right: 6px;
  }
}
body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item, body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item > .ab-label {
  font-size: 0;
}
body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item .ab-sub-wrapper {
  font-size: 13px;
}
body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item::before {
  margin-right: 0;
}
@media (min-width: calc(782px + 810px)) {
  body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item, body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item > .ab-label {
    font-size: 13px;
  }
  body #wpadminbar #wp-admin-bar-duplicate-post > .ab-item::before {
    margin-right: 6px;
  }
}

:root {
  --header-height: 70px;
}
@media (min-width: 992px) {
  :root {
    --header-height: 120px;
  }
}

.header-placeholder {
  height: var(--header-height);
}

nav.main .menu li.rotate-dropdown-arrow > .dropdown, nav.main .menu li.rotate-dropdown-arrow::after {
  transform: rotateZ(180deg);
}
nav.main .menu li > a {
  font-weight: 500;
}
nav.main .menu > li.current-menu-item > a {
  color: var(--color-yellow);
}
nav.main .menu > li > .sub-menu > li.current-menu-item > a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

header.main.desktop {
  position: fixed;
  height: var(--header-height);
  background-color: #fff;
  z-index: 100;
  left: 0;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  header.main.desktop {
    display: none;
  }
}
header.main.desktop a.logo {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  max-height: 100%;
  margin: 10px 0;
}
header.main.desktop a.logo img {
  max-width: min(40vw, 540px);
  max-height: 100%;
  justify-self: flex-start;
}
header.main.desktop .header-layout {
  display: flex;
  align-items: center;
  height: 100%;
}
header.main.desktop .header-layout .layout-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header.main.desktop nav.main {
  --menu-item-gap: 2rem;
  --menu-item-padding-x: 0.5rem;
  --menu-item-padding-y: 0.5rem;
}
header.main.desktop nav.main .menu, header.main.desktop nav.main .sub-menu {
  display: flex;
  align-items: center;
  gap: calc(var(--menu-item-gap) - 2 * var(--menu-item-padding-x));
  margin: 0;
  padding: 0;
  list-style: none;
}
header.main.desktop nav.main .menu li {
  position: relative;
  display: flex;
  align-items: center;
}
header.main.desktop nav.main .menu li > a {
  display: inline-flex;
  padding: var(--menu-item-padding-y) var(--menu-item-padding-x);
}
header.main.desktop nav.main .menu li > a:hover {
  opacity: 0.8;
}
header.main.desktop nav.main .menu > li.menu-item-has-children > a {
  padding-right: 0;
}
header.main.desktop nav.main .menu > li > .sub-menu {
  --offset: 0.75rem;
  --submenu-item-padding-x: 1.75em;
  position: absolute;
  top: 100%;
  min-width: 200px;
  width: max-content;
  max-width: 300px;
  background-color: #fff;
  font-size: 0.9em;
  padding: 1rem 0;
  display: block;
  align-self: flex-start;
  list-style: none;
  z-index: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin-top: var(--offset, 0);
  margin-left: calc(-1 * var(--submenu-item-padding-x) + var(--menu-item-padding-x, 0px));
  max-width: 300px;
}
@media (min-width: 1200px) {
  header.main.desktop nav.main .menu > li > .sub-menu {
    max-width: 330px;
  }
}
@media (min-width: 1400px) {
  header.main.desktop nav.main .menu > li > .sub-menu {
    max-width: 360px;
  }
}
@media (min-width: 1600px) {
  header.main.desktop nav.main .menu > li > .sub-menu {
    max-width: 380px;
  }
}
header.main.desktop nav.main .menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: var(--offset, 0);
  width: 100%;
}
header.main.desktop nav.main .menu > li > .sub-menu > li {
  display: block;
}
header.main.desktop nav.main .menu > li > .sub-menu > li > a {
  display: block;
  padding: 0.75em var(--submenu-item-padding-x);
  transition: all 125ms;
  color: inherit;
}
header.main.desktop nav.main .menu > li > .sub-menu > li > .sub-menu > li {
  display: block;
}
header.main.desktop nav.main .menu > li > .sub-menu > li > .sub-menu > li > a {
  display: block;
  padding: 0.25em calc(1.5 * var(--submenu-item-padding-x));
  transition: all 125ms;
  color: inherit;
}
header.main.desktop nav.main .menu > li > .sub-menu > li > a {
  font-weight: 500;
}
header.main.desktop nav.main .menu > li > .sub-menu > li > .sub-menu > li > a {
  font-weight: 400;
}
header.main.desktop nav.main .dropdown {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
:root.no-focus-visible header.main.desktop nav.main .dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(35, 56, 129, 0.3);
}

header.main.desktop nav.main .dropdown:focus:not(:focus-visible) {
  outline: none;
}
header.main.desktop nav.main .dropdown:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(35, 56, 129, 0.3);
}
header.main.desktop nav.main .dropdown, .no-js header.main.desktop nav.main .menu-item-has-children::after {
  display: flex;
  width: 2rem;
  height: 2rem;
  margin-right: calc(-0.5 * (2rem - 10px));
  transition: all 0.2s, box-shadow 125ms;
}

@media (hover: hover) {
  header.main.desktop nav.main .menu-item-has-children::after {
    display: flex;
    width: 2rem;
    height: 2rem;
    margin-right: calc(-0.5 * (2rem - 10px));
    transition: all 0.2s, box-shadow 125ms;
  }
}
@media (hover: hover) {
  header.main.desktop nav.main .dropdown {
    display: none;
  }
}
.not-initialized header.main.desktop nav.main .menu-item-has-children:not(.sub-menu *) > .sub-menu {
  display: none;
}
.not-initialized header.main.desktop nav.main .menu-item-has-children:not(.sub-menu *):hover > .sub-menu, .not-initialized header.main.desktop nav.main .menu-item-has-children:not(.sub-menu *):focus-within > .sub-menu {
  display: block;
}
.not-initialized header.main.desktop nav.main .menu-item-has-children:not(.sub-menu *):hover::after, .not-initialized header.main.desktop nav.main .menu-item-has-children:not(.sub-menu *):focus-within::after {
  transform: rotateZ(180deg);
}

.no-js header.main.desktop nav.main .menu-item-has-children:not(.sub-menu *)::after {
  content: "";
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNTUxLjI1NGEuODM1LjgzNSAwIDAgMSAxLjIgMEEuODgxLjg4MSAwIDAgMSAxMCAuODdjMCAuMjMtLjA5LjQ1Mi0uMjQ5LjYxNWwtNC4xNSA0LjI2QS44MzguODM4IDAgMCAxIDUgNmEuODM4LjgzOCAwIDAgMS0uNi0uMjU1TC4yNSAxLjQ4N0EuODguODggMCAwIDEgLjUyNi4wNjdhLjgzNS44MzUgMCAwIDEgLjkyNC4xODhMNSAzLjg5OSA4LjU1MS4yNTRaIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: var(--dropdown-arrow-color, currentColor);
}

@media (hover: hover) {
  header.main.desktop nav.main .menu-item-has-children:not(.sub-menu *)::after {
    content: "";
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguNTUxLjI1NGEuODM1LjgzNSAwIDAgMSAxLjIgMEEuODgxLjg4MSAwIDAgMSAxMCAuODdjMCAuMjMtLjA5LjQ1Mi0uMjQ5LjYxNWwtNC4xNSA0LjI2QS44MzguODM4IDAgMCAxIDUgNmEuODM4LjgzOCAwIDAgMS0uNi0uMjU1TC4yNSAxLjQ4N0EuODguODggMCAwIDEgLjUyNi4wNjdhLjgzNS44MzUgMCAwIDEgLjkyNC4xODhMNSAzLjg5OSA4LjU1MS4yNTRaIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: var(--dropdown-arrow-color, currentColor);
  }
}

@media (min-width: 992px) {
  .mobile-menu-wrapper {
    display: none;
  }
}
.mobile-menu-wrapper header.main.mobile {
  position: fixed;
  top: var(--admin-bar-height, 0px);
  left: 0;
  right: 0;
  height: var(--header-height);
  max-height: var(--header-height);
  z-index: 15;
  background-color: #fff;
}
body:not(.mobile-menu-active) .mobile-menu-wrapper header.main.mobile {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.mobile-menu-wrapper header.main.mobile .header-layout {
  display: flex;
  align-items: center;
  max-height: 100%;
  height: 100%;
}
.mobile-menu-wrapper header.main.mobile a.logo {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  max-width: calc(85vw - 2 * var(--container-padding));
  max-height: 100%;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .mobile-menu-wrapper header.main.mobile a.logo {
    max-width: 500px;
  }
}
.mobile-menu-wrapper header.main.mobile a.logo img {
  max-height: 100%;
  justify-self: flex-start;
}
body.safari .mobile-menu-wrapper header.main.mobile a.logo:focus {
  outline: none;
}

.mobile-menu-wrapper header.main.mobile .mobile-actions {
  margin-left: auto;
}
.mobile-menu-wrapper header.main.mobile .no-js-menu-trigger {
  display: block;
  cursor: inherit;
}
.mobile-menu-wrapper header.main.mobile .menu-button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  display: block;
  justify-self: flex-end;
}
.mobile-menu-wrapper header.main.mobile .menu-button svg {
  display: block;
}
.mobile-menu-wrapper header.main.mobile .menu-button::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  left: -10px;
  top: calc(50% - 36px / 2);
  pointer-events: none;
}
.mobile-menu-wrapper header.main.mobile .menu-button .menu-bar {
  transition: all 300ms;
}
.mobile-menu-wrapper header.main.mobile .menu-button .menu-bar-middle-1,
.mobile-menu-wrapper header.main.mobile .menu-button .menu-bar-middle-2 {
  transform-origin: center;
}
.mobile-menu-wrapper header.main.mobile .menu-button .menu-bar-middle-2 {
  opacity: 0;
}
body.mobile-menu-active .mobile-menu-wrapper header.main.mobile .menu-button .menu-bar {
  transition: transform 300ms;
}
body.mobile-menu-active .mobile-menu-wrapper header.main.mobile .menu-button .menu-bar-top,
body.mobile-menu-active .mobile-menu-wrapper header.main.mobile .menu-button .menu-bar-bottom {
  opacity: 0;
}
body.mobile-menu-active .mobile-menu-wrapper header.main.mobile .menu-button .menu-bar-middle-2 {
  opacity: 1;
  transform: rotate(-45deg);
}
body.mobile-menu-active .mobile-menu-wrapper header.main.mobile .menu-button .menu-bar-middle-1 {
  transform: rotate(45deg);
}

.mobile-menu-wrapper #no-js-menu-toggle {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-overlay {
  position: fixed;
  top: calc(var(--admin-bar-height, 0px) + var(--header-height, 0px));
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (backdrop-filter: blur(10px)) {
  .mobile-menu-wrapper .mobile-menu-overlay {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.mobile-menu-wrapper .mobile-menu-container {
  background-color: #fff;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: calc(var(--admin-bar-height, 0px) + var(--header-height, 0px));
  max-height: calc(100% - var(--admin-bar-height, 0px) - var(--header-height, 0px));
  overflow: auto;
  box-shadow: 0 30px 20px -25px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
  padding: calc(var(--spacing-unit) * 2) 0 calc(var(--spacing-unit) * 2.5);
}
body.no-js .mobile-menu-container,
body.no-js .mobile-menu-overlay {
  display: none;
}
body.no-js #no-js-menu-toggle:checked ~ .mobile-menu-overlay,
body.no-js #no-js-menu-toggle:checked ~ .mobile-menu-container {
  display: block !important;
}

.mobile-menu-wrapper nav.main .menu, .mobile-menu-wrapper nav.main .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-wrapper nav.main .menu:focus, .mobile-menu-wrapper nav.main .sub-menu:focus {
  outline: none;
}
.mobile-menu-wrapper nav.main .menu > li > .sub-menu {
  margin-left: 1.25rem;
  font-size: 0.85rem;
  grid-column: 1/-1;
}
.mobile-menu-wrapper nav.main .menu > li > .sub-menu > li > .sub-menu {
  margin-left: 1.75rem;
  font-size: 0.85rem;
  grid-column: 1/-1;
}
.mobile-menu-wrapper nav.main .menu li {
  margin-bottom: 0.25rem;
}
.mobile-menu-wrapper nav.main .menu li.menu-item-has-children {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  width: fit-content;
}
.mobile-menu-wrapper nav.main .menu li.menu-item-has-children .dropdown {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  width: fit-content;
  position: relative;
  padding: 0 1rem;
  margin-left: 0.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.2s, box-shadow 125ms;
}
:root.no-focus-visible .mobile-menu-wrapper nav.main .menu li.menu-item-has-children .dropdown:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(35, 56, 129, 0.3);
}

.mobile-menu-wrapper nav.main .menu li.menu-item-has-children .dropdown:focus:not(:focus-visible) {
  outline: none;
}
.mobile-menu-wrapper nav.main .menu li.menu-item-has-children .dropdown:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(35, 56, 129, 0.3);
}
.mobile-menu-wrapper nav.main .menu > li > .sub-menu > li > .sub-menu > li {
  margin-bottom: 0;
}
.mobile-menu-wrapper nav.main .menu li > a {
  display: flex;
  padding: 0.3em 0;
  font-size: 1.25em;
}

section table {
  border-collapse: collapse;
}
section table td {
  padding: 5px;
  border: 1px solid #efefef;
}

iframe {
  width: 100%;
}

footer.main {
  --background: #233881;
  --color: #fff;
  background-color: var(--background);
  color: var(--color);
  font-size: 16px;
}
@media (min-width: 992px) {
  footer.main {
    font-size: 18px;
  }
}
footer.main a:not(.button) {
  color: inherit;
}
footer.main a:not(.button):hover {
  opacity: 0.8;
}
footer.main .footer-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem var(--layout-gap);
}
@media (min-width: 768px) {
  footer.main .footer-wrap {
    grid-template-columns: 1fr 1.4fr 0.8fr;
  }
}
@media (min-width: 1400px) {
  footer.main .footer-wrap {
    grid-template-columns: 0.8fr 1fr 1.2fr 1fr;
  }
}
footer.main .footer-wrap > *:empty {
  display: none;
}
@media (min-width: 768px) {
  footer.main .footer-wrap > .footer-col:first-child {
    grid-column: span 3;
  }
}
@media (min-width: 1400px) {
  footer.main .footer-wrap > .footer-col:first-child {
    grid-column: initial;
  }
}
footer.main .footer-wrap > .footer-col > .widget:first-child :first-child {
  margin-top: 0;
}
footer.main .footer-wrap > .footer-col > .widget:last-child :last-child {
  margin-bottom: 0;
}
footer.main .r1 {
  --padding: clamp(35px, 5.2083333333vw, 100px);
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}
footer.main .r1 ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1em !important;
}
footer.main .r1 ul li {
  margin-bottom: 0.5em;
}
footer.main img {
  max-width: 100%;
}
footer.main .widget_media_image {
  margin-top: max(2rem, var(--spacing-unit));
}

[data-dismissable] {
  display: none;
}
[data-dismissable].initialized:not(.dismissed) {
  display: flex;
}
@media print {
  [data-dismissable] {
    display: none !important;
  }
}

.gdpr-notice {
  z-index: 15;
  background-color: #fff;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.38);
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  padding: 1rem;
  font-size: 0.9rem;
  box-sizing: border-box;
  flex-flow: column;
}
.gdpr-notice p {
  max-width: 100%;
}
@media (max-width: 539px) {
  .gdpr-notice .button {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
@media (min-width: 540px) {
  .gdpr-notice {
    max-width: 350px;
    left: auto;
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .gdpr-notice {
    font-size: 0.8rem;
    max-width: 400px;
  }
}
.gdpr-notice .button {
  margin-top: 1rem;
  padding: 9px 20px;
  cursor: pointer;
  line-height: 1.4rem;
  width: 100%;
  text-align: center;
}
.gdpr-notice .button:after {
  padding-left: 10px;
  margin-left: auto;
}
.gdpr-notice p {
  margin: 0;
}
@media print {
  .gdpr-notice {
    display: none !important;
  }
}
.gdpr-notice .dismiss-button {
  padding-left: 0;
}

:root {
  --vw: calc((100vw - var(--scrollbar-width, 0px)) / 100);
  --100vw: calc(100 * var(--vw));
  --vh: calc(var(--window-height, 100vh) / 100);
}
@supports (height: 100dvh) {
  :root {
    --vh: 1dvh;
  }
}
:root {
  --100vh: calc(100 * var(--vh));
  --content-margin: calc((100 * var(--vw) - var(--container-width, calc(100 * var(--vw)))) / 2);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --color-primary: #233881;
  --color-primary-rgb: 35 56 129;
  --color-yellow: #EC952D;
  --color-yellow-rgb: 236 149 45;
  --color-red: #A3323B;
  --color-red-rgb: 163 50 59;
  --color-blue: #0087A7;
  --color-blue-rgb: 0 135 167;
  --color-grey-blue: #006f88;
  --color-grey-blue-rgb: 0 111 136;
  --color-turquoise: #008a88;
  --color-turquoise-rgb: 0 138 136;
  --color-yellow-light: #FFF7EB;
  --color-yellow-light-rgb: 255 247 235;
  --color-red-light: #F7E6DF;
  --color-red-light-rgb: 247 230 223;
  --color-blue-light: #E6F4F7;
  --color-blue-light-rgb: 230 244 247;
  --color-grey-blue-light: #EDF4FA;
  --color-grey-blue-light-rgb: 237 244 250;
  --color-turquoise-light: #d7fffe;
  --color-turquoise-light-rgb: 215 255 254;
  --color-black: #222222;
  --color-black-rgb: 34 34 34;
  --color-white: #ffffff;
  --color-white-rgb: 255 255 255;
  --color-light-grey: #E1E2E0;
  --color-light-grey-rgb: 225 226 224;
  --color-grey: #979797;
  --color-grey-rgb: 151 151 151;
  --color-dark-grey: #666666;
  --color-dark-grey-rgb: 102 102 102;
  --color-background-default: #ffffff;
  --color-background-default-rgb: 255 255 255;
  --color-background-yellow: #EC952D;
  --color-background-yellow-rgb: 236 149 45;
  --color-background-red: #A3323B;
  --color-background-red-rgb: 163 50 59;
  --color-background-blue: #0087A7;
  --color-background-blue-rgb: 0 135 167;
  --color-background-grey-blue: #006f88;
  --color-background-grey-blue-rgb: 0 111 136;
  --color-background-turquoise: #008a88;
  --color-background-turquoise-rgb: 0 138 136;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #233881;
  --available-viewport-height: calc(
    100vh - var(--admin-bar-height, 0px) - var(--header-height, 0px)
  );
}

.text-primary,
.menu .text-primary > a {
  color: var(--color-primary);
}

.text-yellow,
.menu .text-yellow > a {
  color: var(--color-yellow);
}

.text-red,
.menu .text-red > a {
  color: var(--color-red);
}

.text-blue,
.menu .text-blue > a {
  color: var(--color-blue);
}

.text-grey-blue,
.menu .text-grey-blue > a {
  color: var(--color-grey-blue);
}

.text-turquoise,
.menu .text-turquoise > a {
  color: var(--color-turquoise);
}

.text-yellow-light,
.menu .text-yellow-light > a {
  color: var(--color-yellow-light);
}

.text-red-light,
.menu .text-red-light > a {
  color: var(--color-red-light);
}

.text-blue-light,
.menu .text-blue-light > a {
  color: var(--color-blue-light);
}

.text-grey-blue-light,
.menu .text-grey-blue-light > a {
  color: var(--color-grey-blue-light);
}

.text-turquoise-light,
.menu .text-turquoise-light > a {
  color: var(--color-turquoise-light);
}

.text-black,
.menu .text-black > a {
  color: var(--color-black);
}

.text-white,
.menu .text-white > a {
  color: var(--color-white);
}

.text-light-grey,
.menu .text-light-grey > a {
  color: var(--color-light-grey);
}

.text-grey,
.menu .text-grey > a {
  color: var(--color-grey);
}

.text-dark-grey,
.menu .text-dark-grey > a {
  color: var(--color-dark-grey);
}

.text-background-default,
.menu .text-background-default > a {
  color: var(--color-background-default);
}

.text-background-yellow,
.menu .text-background-yellow > a {
  color: var(--color-background-yellow);
}

.text-background-red,
.menu .text-background-red > a {
  color: var(--color-background-red);
}

.text-background-blue,
.menu .text-background-blue > a {
  color: var(--color-background-blue);
}

.text-background-grey-blue,
.menu .text-background-grey-blue > a {
  color: var(--color-background-grey-blue);
}

.text-background-turquoise,
.menu .text-background-turquoise > a {
  color: var(--color-background-turquoise);
}

strong {
  font-weight: 500;
}

/*******************************
 * Generic element styles
 ******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

[role=button] {
  cursor: pointer;
}

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/*******************************
 * Hide visually, only for screenreaders
 ******************************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*******************************
 * Noprint
 ******************************/
@media print {
  .noprint {
    display: none;
  }
}

/*******************************
 * WP WYSWIG image options
 ******************************/
img {
  vertical-align: middle;
}

figure {
  margin: 0;
}

/*
 * As images added through wordpress
 * have width and height HTML attributes
 * we need to say that there should be height auto
 * over CSS if we choose a different width such as 100%.
 */
img {
  max-width: 100%;
  height: auto;
}

img.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}

img.alignnone {
  display: block;
  margin: 15px 0;
}

img.aligncenter {
  display: block;
  margin: 15px auto;
}

/*******************************
* iFrames
******************************/
iframe {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}

/*******************************
 * Responsiveness for YouTube iFrames
 ******************************/
iframe[src*="youtube.com"] {
  height: auto;
  aspect-ratio: 16/9;
}

.youtube-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*******************************
  * Generic link style
  * Don't go into any detail to simplify overriding
  ******************************/
a {
  color: #233881;
  text-decoration: none;
}

ul:where(:not([class])) {
  padding-left: 1.25rem;
}
ul:where(:not([class])) li + li {
  margin-top: 0.65rem;
}

section.main {
  /*******************************
   * Body copy link style
   ******************************/
}
section.main a:not([class]) {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
  text-decoration-color: var(--link-underline-color, rgb(var(--color-primary-rgb)/40%));
}
section.main {
  /*******************************
   * Generic scroll margin
   * Calculated for sites with fixed headers, so adjust accordingly if other design is used
   ******************************/
}
section.main * {
  scroll-margin-top: calc(var(--header-height, 0px) + var(--additional-scroll-offset, 0px));
  scroll-margin-bottom: 20px;
}
section.main ul:not([class]) {
  --list-icon-size: 0.8em;
  --list-icon-offset: 0.5em;
  padding-left: calc(var(--list-icon-size) + var(--list-icon-offset));
  list-style: none;
}
section.main ul:not([class]) li + li {
  margin-top: 1em;
}
section.main ul:not([class]) li::before {
  content: "";
  position: absolute;
  width: var(--list-icon-size);
  height: var(--list-icon-size);
  margin-top: 0.25em;
  margin-left: calc(-1 * (var(--list-icon-size) + var(--list-icon-offset)));
  background-color: currentColor;
  mask-image: url(/wp-content/themes/dascoachinghaus.ch/dist/360869acec38daa8.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

/*******************************
 * Bootstrap Overwrites
 ******************************/
@media print {
  a[href]:after {
    content: "";
  }
}
/*******************************
 * Text Selection Color
 ******************************/
::selection {
  background-color: hsla(226.5957446809, 107.3170731707%, 22.1568627451%, 0.75);
  color: #ffffff;
}

/*******************************
 * Inner Padding of Containers
 ******************************/
.no-inner-padding > *:first-child {
  margin-top: 0;
}
.no-inner-padding > *:last-child {
  margin-bottom: 0;
}

[data-intercept-loading] {
  opacity: 0.5 !important;
}

.grid-layout {
  --grid-layout-gap: var(--layout-gap, 15px);
  --grid-layout-columns: 12;
  --grid-layout-order: 1;
  --grid-layout-index: initial;
  display: grid;
  grid-template-columns: repeat(var(--grid-layout-columns), 1fr);
  grid-gap: var(--grid-layout-gap, 0px);
  --cols-xs: initial;
  --cols-s: var(--cols-xs);
  --cols-sm: var(--cols-s);
  --cols-md: var(--cols-sm);
  --cols-lg: var(--cols-md);
  --cols-xl: var(--cols-lg);
  --cols-2xl: var(--cols-xl);
  --cols-3xl: var(--cols-2xl);
}
.grid-layout > * {
  --col-xs: var(--cols, var(--grid-layout-columns));
  --col-s: var(--col-xs);
  --col-sm: var(--col-s);
  --col-md: var(--col-sm);
  --col-lg: var(--col-md);
  --col-xl: var(--col-lg);
  --col-2xl: var(--col-xl);
  --col-3xl: var(--col-2xl);
  min-width: 0;
  max-width: 100%;
  order: calc(var(--grid-layout-order, 1) * var(--grid-layout-index, 0));
  --cols: initial;
  --cols: var(--cols-xs);
  grid-column-end: span var(--col-xs);
}
@media (min-width: 540px) {
  .grid-layout > * {
    --cols: var(--cols-s);
    grid-column-end: span var(--col-s);
  }
}
@media (min-width: 768px) {
  .grid-layout > * {
    --cols: var(--cols-sm);
    grid-column-end: span var(--col-sm);
  }
}
@media (min-width: 992px) {
  .grid-layout > * {
    --cols: var(--cols-md);
    grid-column-end: span var(--col-md);
  }
}
@media (min-width: 1200px) {
  .grid-layout > * {
    --cols: var(--cols-lg);
    grid-column-end: span var(--col-lg);
  }
}
@media (min-width: 1400px) {
  .grid-layout > * {
    --cols: var(--cols-xl);
    grid-column-end: span var(--col-xl);
  }
}
@media (min-width: 1600px) {
  .grid-layout > * {
    --cols: var(--cols-2xl);
    grid-column-end: span var(--col-2xl);
  }
}
@media (min-width: 1900px) {
  .grid-layout > * {
    --cols: var(--cols-3xl);
    grid-column-end: span var(--col-3xl);
  }
}

:root {
  --container-width: 100%;
  --container-padding: var(--layout-gap);
  --layout-gap: 16px;
}
@media (min-width: 540px) {
  :root {
    --layout-gap: 24px;
  }
}
@media (min-width: 768px) {
  :root {
    --layout-gap: 32px;
  }
}
@media (min-width: 992px) {
  :root {
    --layout-gap: 40px;
  }
}
@media (min-width: 1200px) {
  :root {
    --layout-gap: 56px;
  }
}
@media (min-width: 1400px) {
  :root {
    --layout-gap: 64px;
  }
}
@media (min-width: 1600px) {
  :root {
    --layout-gap: 72px;
  }
}
@media (min-width: 1900px) {
  :root {
    --layout-gap: 80px;
  }
}

@media (max-width: 539px) {
  .hide-at-xs {
    display: none !important;
  }
}

@media (min-width: 540px) {
  .hide-above-xs {
    display: none !important;
  }
}

@media (max-width: 539px) {
  .hide-up-to-xs {
    display: none !important;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .hide-at-s {
    display: none !important;
  }
}

@media (max-width: 539px) {
  .hide-below-s {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-above-s {
    display: none !important;
  }
}

@media (min-width: 540px) {
  .hide-from-s {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-up-to-s {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide-at-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-below-sm {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-above-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-from-sm {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-up-to-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hide-at-md {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-below-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-above-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-from-md {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-up-to-md {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hide-at-lg {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hide-below-lg {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-above-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-from-lg {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .hide-up-to-lg {
    display: none !important;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .hide-at-xl {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .hide-below-xl {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hide-above-xl {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hide-from-xl {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .hide-up-to-xl {
    display: none !important;
  }
}

@media (min-width: 1600px) and (max-width: 1899px) {
  .hide-at-2xl {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .hide-below-2xl {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .hide-above-2xl {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hide-from-2xl {
    display: none !important;
  }
}

@media (max-width: 1899px) {
  .hide-up-to-2xl {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .hide-at-3xl {
    display: none !important;
  }
}

@media (max-width: 1899px) {
  .hide-below-3xl {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .hide-from-3xl {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: var(--container-width, auto);
}

@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
    --container-padding: 0px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1280px;
    --container-padding: 0px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1400px;
    --container-padding: 0px;
  }
}
@media (min-width: 1900px) {
  :root {
    --container-width: 1600px;
    --container-padding: 0px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

body:not(.no-js) .lazy-background {
  background-image: none !important;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #233881;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/*
 * Pagination navigation panel
 * used e.g. for post archive
 * pagination
 */
.page-nav {
  margin-top: 2rem;
  display: flex;
}
.page-nav .page-nav-item {
  color: #233881;
  font-size: 1rem;
  text-decoration: none;
  float: left;
  padding: 0.35rem 0.75rem;
  font-weight: 500;
}
.page-nav .page-nav-item.current-page-nav-item {
  color: var(--color-yellow);
}

.reveal-excerpt {
  --animation-speed: 350ms;
}
.reveal-excerpt:not(.enabled) .reveal-force-button {
  display: none;
}
body:not(.no-js).not-initialized .reveal-excerpt .reveal-content {
  visibility: hidden;
}

.reveal-excerpt.enabled {
  overflow: hidden;
}
.reveal-excerpt.enabled .reveal-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.reveal-excerpt.enabled .reveal-content {
  transition: transform var(--animation-speed);
  transform: translateY(var(--excerpt-height));
}
.reveal-excerpt.enabled .reveal-more {
  transition: opacity var(--animation-speed);
  pointer-events: none;
  opacity: 0;
}
.reveal-excerpt.enabled .reveal-force-button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .reveal-excerpt.enabled .reveal-force-button {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .reveal-excerpt.enabled:hover .reveal-content {
    transform: translateY(0);
  }
  .reveal-excerpt.enabled:hover .reveal-content .reveal-more {
    opacity: 1;
    pointer-events: all;
  }
}
@media (hover: none), (pointer: coarse) {
  .reveal-excerpt.enabled.force-reveal .reveal-content {
    transform: translateY(0);
  }
  .reveal-excerpt.enabled.force-reveal .reveal-content .reveal-more {
    opacity: 1;
    pointer-events: all;
  }
}

:root {
  --spacing-unit: 20px;
}
@media (min-width: 768px) {
  :root {
    --spacing-unit: 30px;
  }
}
@media (min-width: 992px) {
  :root {
    --spacing-unit: 40px;
  }
}
@media (min-width: 1200px) {
  :root {
    --spacing-unit: 56px;
  }
}
@media (min-width: 1600px) {
  :root {
    --spacing-unit: 66px;
  }
}
@font-face {
  font-family: "RealText Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/dascoachinghaus.ch/dist/0a0951396761c4bb.woff2) format("woff2");
}
@font-face {
  font-family: "RealText Pro";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/dascoachinghaus.ch/dist/546fcf6cd9eae40d.woff2) format("woff2");
}
@font-face {
  font-family: "RealText Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/dascoachinghaus.ch/dist/1ce48d940240db88.woff2) format("woff2");
}
@font-face {
  font-family: "RealText Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/dascoachinghaus.ch/dist/a6375e09523a3294.woff2) format("woff2");
}
@font-face {
  font-family: "RealText Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/dascoachinghaus.ch/dist/f39d1aaff3109062.woff2) format("woff2");
}
@font-face {
  font-family: "RealText Pro";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(/wp-content/themes/dascoachinghaus.ch/dist/b011c38e9798abb6.woff2) format("woff2");
}
:root {
  line-height: 1.42857143;
}

:root,
body {
  font-family: "RealText Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 992px) {
  :root,
  body {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  :root,
  body {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  :root,
  body {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  :root,
  body {
    font-size: 24px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 1.75em;
  margin-bottom: 0.75em;
}

h1, .h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}
@media (min-width: 540px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 56px;
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 62px;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 72px;
  }
}

h2, .h2 {
  font-size: 24px;
  line-height: 1.175;
  font-weight: 500;
}
@media (min-width: 540px) {
  h2, .h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 32px;
  }
}
p + h2, p + .h2 {
  margin-top: calc(1em + calc(var(--spacing-unit) * 0.25));
}

h3, .h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

h4, .h4 {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 18px;
}

/*******************************
 * Widgets
 ******************************/
.search-widget input {
  background-color: #444;
  border: 1px solid #dfdfdf;
  padding: 10px;
  max-width: 100%;
}

/*******************************
 * Toggle Container
 ******************************/
.widget .toggle-indicator {
  margin-right: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .widget .toggle-indicator {
    display: none;
  }
}
.widget .toggle-container {
  display: none;
}
@media (min-width: 992px) {
  .widget .toggle-container {
    display: block;
  }
}
.widget.active-widget .toggle-container {
  display: block;
}
@keyframes widget-toggle {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.widget.active-widget .toggle-container {
  animation: widget-toggle 300ms;
}
.widget.active-widget .toggle-indicator {
  transform: rotate(180deg);
}

/*!***************************************************!*\
  !*** ../src/elements/buttons/buttons.global.scss ***!
  \***************************************************/
.button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  font: inherit;
  line-height: 1;
  letter-spacing: inherit;
  word-spacing: inherit;
  white-space: nowrap;
  background: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.button.style-default, .button:not([class^=style-]):not([class*=" style-"]) {
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
}
:root.no-focus-visible .button.style-default:focus, :root.no-focus-visible .button:not([class^=style-]):not([class*=" style-"]):focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--form-focus, rgba(35, 56, 129, 0.5));
}

.button.style-default:focus:not(:focus-visible), .button:not([class^=style-]):not([class*=" style-"]):focus:not(:focus-visible) {
  outline: none;
}
.button.style-default:focus-visible, .button:not([class^=style-]):not([class*=" style-"]):focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--form-focus, rgba(35, 56, 129, 0.5));
}
.button.style-default:not(:disabled):not(.disabled):hover, .button:not([class^=style-]):not([class*=" style-"]):not(:disabled):not(.disabled):hover {
  opacity: 0.8;
}
.button.style-default:disabled, .button.style-default.disabled, .button:not([class^=style-]):not([class*=" style-"]):disabled, .button:not([class^=style-]):not([class*=" style-"]).disabled {
  filter: saturate(0);
  opacity: 0.5;
}
.button.style-default::after, .button:not([class^=style-]):not([class*=" style-"])::after {
  --button-icon-size: 30px;
}
@media (min-width: 768px) {
  .button.style-default::after, .button:not([class^=style-]):not([class*=" style-"])::after {
    --button-icon-size: 32px;
  }
}
@media (min-width: 992px) {
  .button.style-default::after, .button:not([class^=style-]):not([class*=" style-"])::after {
    --button-icon-size: 36px;
  }
}
@media (min-width: 1200px) {
  .button.style-default::after, .button:not([class^=style-]):not([class*=" style-"])::after {
    --button-icon-size: 38px;
  }
}
@media (min-width: 1400px) {
  .button.style-default::after, .button:not([class^=style-]):not([class*=" style-"])::after {
    --button-icon-size: 42px;
  }
}
@media (min-width: 1600px) {
  .button.style-default::after, .button:not([class^=style-]):not([class*=" style-"])::after {
    --button-icon-size: 44px;
  }
}
@media (min-width: 1900px) {
  .button.style-default::after, .button:not([class^=style-]):not([class*=" style-"])::after {
    --button-icon-size: 48px;
  }
}
.button.style-default::after, .button:not([class^=style-]):not([class*=" style-"])::after {
  content: "";
  width: var(--button-icon-size);
  height: var(--button-icon-size);
  margin-left: 1rem;
  background-color: currentColor;
  mask-image: var(--button-icon-url, url(/wp-content/themes/dascoachinghaus.ch/dist/c194f5f4c978f7fc.svg));
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.button.style-outline-light {
  padding: 0.8rem 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  transition: background-color 150ms, color 150ms, border-color 150ms, box-shadow 250ms;
}
@media (max-width: 380px) {
  .button.style-outline-light {
    padding: 0.75rem 1rem;
  }
}
:root.no-focus-visible .button.style-outline-light:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--form-focus, rgba(35, 56, 129, 0.5));
}

.button.style-outline-light:focus:not(:focus-visible) {
  outline: none;
}
.button.style-outline-light:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--form-focus, rgba(35, 56, 129, 0.5));
}
.button.style-outline-light:not(:disabled):not(.disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #233881;
}
.button.style-outline-light:not(:disabled):not(.disabled):active {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
  color: #233881;
}
.button.style-outline-light:disabled, .button.style-outline-light.disabled {
  color: var(--form-disabled-text, rgb(186.75, 189.025, 184.475));
  border-color: var(--form-disabled-text, rgb(186.75, 189.025, 184.475));
}
.button.style-outline-dark {
  padding: 0.8rem 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  color: #233881;
  border: 2px solid #233881;
  transition: background-color 150ms, color 150ms, border-color 150ms, box-shadow 250ms;
}
@media (max-width: 380px) {
  .button.style-outline-dark {
    padding: 0.75rem 1rem;
  }
}
:root.no-focus-visible .button.style-outline-dark:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--form-focus, rgba(35, 56, 129, 0.5));
}

.button.style-outline-dark:focus:not(:focus-visible) {
  outline: none;
}
.button.style-outline-dark:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--form-focus, rgba(35, 56, 129, 0.5));
}
.button.style-outline-dark:not(:disabled):not(.disabled):hover {
  background-color: #233881;
  border-color: #233881;
  color: #fff;
}
.button.style-outline-dark:not(:disabled):not(.disabled):active {
  background-color: rgb(24.1158536585, 38.5853658537, 88.8841463415);
  border-color: rgb(24.1158536585, 38.5853658537, 88.8841463415);
  color: #fff;
}
.button.style-outline-dark:disabled, .button.style-outline-dark.disabled {
  color: var(--form-disabled-text, rgb(186.75, 189.025, 184.475));
  border-color: var(--form-disabled-text, rgb(186.75, 189.025, 184.475));
}
.button.style-text {
  color: var(--form-color, #233881);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.button.style-text:not(:disabled):not(.disabled):hover {
  color: var(--form-hover, rgb(40.4420731707, 64.7073170732, 149.0579268293));
}
.button.style-text:not(:disabled):not(.disabled):active {
  color: var(--form-active, rgb(18.6737804878, 29.8780487805, 68.8262195122));
}
:root.no-focus-visible .button.style-text:focus {
  outline: none;
  text-decoration-thickness: 4px;
}

.button.style-text:focus:not(:focus-visible) {
  outline: none;
}
.button.style-text:focus-visible {
  outline: none;
  text-decoration-thickness: 4px;
}
.button.style-text:disabled, .button.style-text.disabled {
  color: var(--form-disabled-text, rgb(186.75, 189.025, 184.475));
  text-decoration-color: var(--form-disabled, #E1E2E0);
}

p + .button {
  margin-top: 0;
}

/*******************************
 * Buttons
 ******************************/
.buttons {
  padding: 0.1px;
}

/*******************************
 * Button Group
 ******************************/
.button-group {
  margin-top: calc(var(--spacing-unit) * 0.5);
  margin-bottom: calc(var(--spacing-unit) * 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*!***************************************************!*\
  !*** ../src/elements/section/section.global.scss ***!
  \***************************************************/
/*******************************
 * PageSections
 ******************************/
.page-section.align-vcenter .section-item {
  align-self: center;
}

.page-section.style-default {
  --background: var(--color-default-light);
  --foreground: var(--color-default);
  --cta-background: var(--color-default);
  --testimonial-color: var(--color-default);
  background-color: var(--background);
  color: var(--foreground);
}
.page-section.style-default + .style-default {
  --section-padding-top: 0px;
}

.page-section.style-yellow {
  --background: var(--color-yellow-light);
  --foreground: var(--color-yellow);
  --cta-background: var(--color-yellow);
  --cta-foreground: #fff;
  --testimonial-color: var(--color-primary);
  --button-icon-url: url(/wp-content/themes/dascoachinghaus.ch/dist/a58f201294c90dbe.svg);
  --link-underline-color: rgb(var(--color-yellow-rgb) / 40%);
  background-color: var(--background);
  color: var(--foreground);
}
.page-section.style-yellow + .style-yellow {
  --section-padding-top: 0px;
}

.page-section.style-red {
  --background: var(--color-red-light);
  --foreground: var(--color-red);
  --cta-background: var(--color-red);
  --cta-foreground: #fff;
  --testimonial-color: var(--color-primary);
  --button-icon-url: url(/wp-content/themes/dascoachinghaus.ch/dist/7dc4c32508e5fa1f.svg);
  --link-underline-color: rgb(var(--color-red-rgb) / 40%);
  background-color: var(--background);
  color: var(--foreground);
}
.page-section.style-red + .style-red {
  --section-padding-top: 0px;
}

.page-section.style-blue {
  --background: var(--color-blue-light);
  --foreground: var(--color-blue);
  --cta-background: var(--color-blue);
  --cta-foreground: #fff;
  --testimonial-color: var(--color-primary);
  --button-icon-url: url(/wp-content/themes/dascoachinghaus.ch/dist/45a79a1e5dc20a68.svg);
  --link-underline-color: rgb(var(--color-blue-rgb) / 40%);
  background-color: var(--background);
  color: var(--foreground);
}
.page-section.style-blue + .style-blue {
  --section-padding-top: 0px;
}

.page-section.style-grey-blue {
  --background: var(--color-grey-blue-light);
  --foreground: var(--color-grey-blue);
  --cta-background: var(--color-grey-blue);
  --cta-foreground: #fff;
  --testimonial-color: var(--color-primary);
  --button-icon-url: url(/wp-content/themes/dascoachinghaus.ch/dist/f488b074fa29442a.svg);
  --link-underline-color: rgb(var(--color-grey-blue-rgb) / 40%);
  background-color: var(--background);
  color: var(--foreground);
}
.page-section.style-grey-blue + .style-grey-blue {
  --section-padding-top: 0px;
}

.page-section.style-turquoise {
  --background: var(--color-turquoise-light);
  --foreground: var(--color-turquoise);
  --cta-background: var(--color-turquoise);
  --cta-foreground: #fff;
  --testimonial-color: var(--color-primary);
  --button-icon-url: url(/wp-content/themes/dascoachinghaus.ch/dist/69edc6819c06bfbc.svg);
  --link-underline-color: rgb(var(--color-turquoise-rgb) / 40%);
  background-color: var(--background);
  color: var(--foreground);
}
.page-section.style-turquoise + .style-turquoise {
  --section-padding-top: 0px;
}

/*******************************
 * Layouts
 ******************************/
.page-section.layout-default {
  margin: 0;
  --section-padding-top: calc(var(--spacing-unit) + var(--section-additional-padding, 0px));
  --section-padding-bottom: var(--spacing-unit);
  padding: var(--section-padding-top) 0 var(--section-padding-bottom);
}

/*******************************
 * Columns
 ******************************/
.page-section .section-item > :first-child, .page-section .section-item > link:first-child + * {
  margin-top: 0;
}
.page-section .section-item > :last-child {
  margin-bottom: 0;
}
.page-section .section-item.layout-hcenter {
  justify-self: center;
}
.page-section .section-item.layout-hcenter .button-group {
  justify-content: center;
}

@media (min-width: 992px) {
  .page-section .section-item.layout-padding-l {
    padding-left: 100px;
  }
  .page-section .section-item.layout-padding-r {
    padding-right: 100px;
  }
  .page-section .section-item.layout-padding-lr {
    padding: 0 15%;
  }
}
.page-section .section-item.layout-padding-lmax {
  align-self: center;
  justify-self: flex-start;
}
@media (min-width: 768px) {
  .page-section .section-item.layout-padding-lmax {
    justify-self: flex-end;
  }
}
.page-section .section-item.layout-margin-top {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .page-section .section-item.layout-margin-top {
    margin-top: 0;
  }
}
.page-section .section-item.layout-margin-bottom {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-section .section-item.layout-margin-bottom {
    margin-bottom: 0;
  }
}
.page-section .section-item.layout-margin-top-bottom {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .page-section .section-item.layout-margin-top-bottom {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.layout-nopm {
  padding: 0;
}
.layout-nopm > .container-fluid,
.layout-nopm > .container {
  padding-left: 0;
  padding-right: 0;
}

.layout-mbottom {
  margin-bottom: 30px;
}

/*******************************
 * Column Order
 ******************************/
@media (max-width: 767px) {
  .page-section.order-xs-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-section.order-sm-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-section.order-md-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-section.order-lg-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
@media (min-width: 1400px) {
  .page-section.order-xl-reversed .section-grid {
    --grid-layout-order: -1;
  }
}
/******************************
 * Search Results
 ******************************/
.page-section .search-results li + li {
  margin-top: 0.6rem;
}

/*# sourceMappingURL=css-bundle.css.map*/