/*!
Theme Name: 3A Consulting
Author: Benjamin Yule Bädorf
Author URI: https://benjaminbaedorf.eu/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _3a
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! 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;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* To regenerate this file, run $ google-font-downloader 'https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap' */
/* cyrillic-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevttHOmHS91ixg0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevtvXOmHS91ixg0.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevtuHOmHS91ixg0.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevttXOmHS91ixg0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevtunOmHS91ixg0.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevttnOmHS91ixg0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevtt3OmHS91ixg0.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0ZIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevtuXOmHS91iw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aPdu3mhPy1Fig.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5ardu3mhPy1Fig.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a_du3mhPy1Fig.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aLdu3mhPy1Fig.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a3du3mhPy1Fig.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aHdu3mhPy1Fig.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5aDdu3mhPy1Fig.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/notosans/v39/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.site-header {
  width: 100%;
  background: #FFFFFF;
  height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 100%;
  border-bottom: 1px solid #DEE5ED;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header, .site-header::before, .site-header::after, .site-header--logo {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-property: border, background, opacity;
}
.admin-bar .site-header {
  top: 32px;
}

.site-header::before, .site-header::after {
  display: block;
  content: "";
}
.site-header::before {
  background: #D21927;
}
.site-header--nav {
  grid-column: 2;
  grid-row: 1;
  max-width: 1300px;
  width: calc(min(100vw, 1300px) - 2 * var(--content-padding));
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  height: 70px;
}
.site-header--logo {
  height: 69px;
  overflow: hidden;
  color: #2E2D2C;
}
.site-header--logo svg {
  height: 900px;
  transform: translateY(-410px) translateX(-138px);
}
.site-header_home:not(.site-header_home-scrolled) {
  background: transparent;
  border-bottom: 1px solid transparent;
}
.site-header_home:not(.site-header_home-scrolled)::before, .site-header_home:not(.site-header_home-scrolled)::after {
  opacity: 0;
}
.site-header_home:not(.site-header_home-scrolled) .site-header--logo {
  opacity: 0;
}

.site-hero {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100vw;
  height: auto;
  overflow: hidden;
  margin-top: calc(-1 * (50px + 2 * var(--content-padding)));
  padding-top: calc(300px + 2 * var(--content-padding));
  padding-bottom: 100px;
  box-shadow: 0px 0px 4px 0px #2E2D2C;
}
@media screen and (min-width: 1024px) {
  .site-hero {
    padding-top: calc(280px + 2 * var(--content-padding));
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  .site-hero {
    flex-direction: column;
    padding-top: calc(3 * var(--content-padding));
    padding-bottom: 200px;
  }
}
.site-hero .widget {
  width: 100%;
  max-width: 1300px;
  padding: var(--content-padding);
  z-index: 2;
  margin: 0 auto;
}
.site-hero--background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: calc(100% + 415px);
  width: 100%;
  object-fit: cover;
  transform: translateY(-415px);
}
.site-hero--logo {
  color: #FFFFFF;
  width: 600px;
  height: 1200px;
  position: absolute;
  top: calc(-1 * var(--content-padding));
  left: calc(-1 * var(--content-padding));
  pointer-events: none;
  overflow-y: visible;
  transform: translateY(-640px) translateX(-221px);
  z-index: 2;
}
.site-hero--logo .threea {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-property: opacity;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .site-hero--logo {
    width: 750px;
    transform: translateY(-810px) translateX(-226px);
  }
}
@media screen and (min-width: 1300px) {
  .site-hero--logo {
    transform: translateY(-355px) translateX(calc((100vw - 1300px) / 2 - var(--content-padding) - 165px));
  }
}
.site-hero_scrolled .site-hero--logo .threea {
  opacity: 0;
}
.site-hero--overflow-wrap {
  overflow: hidden;
  position: absolute;
  top: calc(-1 * var(--content-padding));
  left: calc(-1 * var(--content-padding));
  right: calc(-1 * var(--content-padding));
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to right, #D54148 0%, #D21927 100%);
}
.site-hero--overflow-wrap::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100vw - 1300px - 200px) / 2);
  background: #D21927;
  z-index: 2;
}
.site-hero--tagline {
  position: absolute;
  top: 220px;
  color: white;
  z-index: 1;
  font-weight: normal;
  right: var(--content-padding);
  left: var(--content-padding);
  padding-left: 101px;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  .site-hero--tagline {
    top: 244px;
    left: calc(var(--content-padding) + 24px);
    font-size: 32px;
  }
}
@media screen and (min-width: 1300px) {
  .site-hero--tagline {
    top: 701px;
    left: calc((100vw - 1300px) / 2 + var(--content-padding) + 32px);
    font-size: 32px;
  }
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.site-nav--menu-toggle {
  background: transparent;
  position: relative;
  width: 30px;
  height: 28px;
  margin: 21px 0;
  border: 0;
  z-index: 2;
  cursor: pointer;
}
.site-nav--menu-toggle-line {
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2E2D2C;
  left: 0;
  top: 0;
  transition-property: transform, opacity, color;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  transform-origin: center center;
}
.site-nav--menu-toggle-line:nth-child(2) {
  transform: translateY(11px);
}
.site-nav--menu-toggle-line:nth-child(3) {
  transform: translateY(22px);
}
@media screen and (min-width: 1300px) {
  .site-nav--menu-toggle {
    display: none;
  }
}
.site-nav_home .site-nav--menu-toggle-line {
  background: #FFFFFF;
}
.site-nav_toggled .site-nav--menu-toggle-line {
  background: #FFFFFF;
}
.site-nav_toggled .site-nav--menu-toggle-line:nth-child(1) {
  transform: translateY(14px) rotate(45deg);
}
.site-nav_toggled .site-nav--menu-toggle-line:nth-child(2) {
  opacity: 0;
}
.site-nav_toggled .site-nav--menu-toggle-line:nth-child(3) {
  transform: translateY(14px) rotate(-45deg);
}
.site-nav--menu {
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  flex-direction: column;
  list-style: none;
  padding: var(--content-padding);
  background: linear-gradient(to right, #D54148 0%, #D21927 100%);
  transform: scale(0.9);
  margin: 0;
  gap: 20px;
  align-items: start;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}
@media screen and (min-width: 1300px) {
  .site-nav--menu {
    background: transparent;
    display: flex;
    pointer-events: all;
    opacity: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 100%;
    position: unset;
    padding: 0;
    z-index: unset;
  }
}
.site-nav--menu .menu-item a {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -3%;
  background: transparent;
  padding: 0;
  text-decoration: none;
}
@media screen and (min-width: 1300px) {
  .site-nav--menu .menu-item a {
    display: flex;
    align-items: center;
    font-size: 16px;
    white-space: nowrap;
    color: #2E2D2C;
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  .site-nav--menu .menu-item_special a {
    margin: 0;
    padding: 8px 16px;
    text-decoration: none;
    color: #2E2D2C;
    background: #F8B133;
    border-radius: var(--radius-button);
  }
}
@media screen and (max-width: 1299px) {
  .site-nav_toggled .site-nav--menu {
    display: flex;
    pointer-events: all;
    opacity: 1;
    transform: scale(1);
  }
}
.site-nav_home .site-nav--menu {
  left: 0;
  top: calc(-1 * var(--content-padding));
}
@media screen and (min-width: 1300px) {
  .site-nav_home:not(.site-nav_toggled) .site-nav--menu .menu-item a {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1300px) {
  .site-nav_home:not(.site-nav_toggled) .site-nav--menu .menu-item_special a {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }
}

.article-teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.article-teaser_has-image {
  width: 100vw;
  height: 70vh;
}
.article-teaser--title {
  z-index: 1;
  margin: 0;
  padding: 2rem;
}
.article-teaser--image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home {
  padding-top: var(--content-padding);
}

.main-wrapper {
  width: 100vw;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .main-wrapper {
    flex-direction: row;
    gap: 64px;
  }
}

.site-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}

h2 {
  font-size: 24px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}

.post {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: var(--content-padding);
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.post .wp-post-image {
  width: 100%;
  height: 50vh;
  max-height: 500px;
  object-fit: cover;
  border-radius: var(--radius-image-l);
}
@media screen and (min-width: 1024px) {
  .post {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 64px;
    align-items: start;
  }
  .post .entry-header {
    grid-column: 1/3;
    grid-row: 1;
  }
  .post .wp-post-image {
    grid-column: 1/3;
    grid-row: 2;
  }
  .post .entry-meta {
    grid-column: 1/3;
    grid-row: 3;
  }
  .post .entry-content {
    grid-column: 1/2;
    grid-row: 4;
  }
  .post .widget-area {
    grid-column: 2/3;
    grid-row: 4;
  }
  .post .entry-footer {
    grid-column: 1/3;
    grid-row: 5;
  }
}

.is-root-container.wp-block-post-content {
  margin: 0 auto;
}

.page .entry-content {
  padding: 0 var(--content-padding);
}

.entry-content,
.is-root-container.wp-block-post-content {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding-bottom: 5rem;
}
.entry-content_no-featured-image,
.is-root-container.wp-block-post-content_no-featured-image {
  margin-top: 10rem;
}
.entry-content > *,
.is-root-container.wp-block-post-content > * {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.entry-content > section,
.entry-content > .wp-block-columns,
.entry-content > .wp-block-query,
.entry-content > .wp-block-group,
.entry-content > .wp-block-contact-form-7-contact-form-selector,
.entry-content > .wp-block-separator,
.is-root-container.wp-block-post-content > section,
.is-root-container.wp-block-post-content > .wp-block-columns,
.is-root-container.wp-block-post-content > .wp-block-query,
.is-root-container.wp-block-post-content > .wp-block-group,
.is-root-container.wp-block-post-content > .wp-block-contact-form-7-contact-form-selector,
.is-root-container.wp-block-post-content > .wp-block-separator {
  margin-bottom: 140px;
}
.entry-content > .wp-block-separator,
.is-root-container.wp-block-post-content > .wp-block-separator {
  margin-top: 16px;
}
.entry-content > h2,
.entry-content > p,
.entry-content > .wp-block-threea-section-title,
.is-root-container.wp-block-post-content > h2,
.is-root-container.wp-block-post-content > p,
.is-root-container.wp-block-post-content > .wp-block-threea-section-title {
  margin-bottom: 32px;
}
.entry-content > .wp-block-threea-search,
.is-root-container.wp-block-post-content > .wp-block-threea-search {
  margin-bottom: 64px;
}

.entry-content_bordered {
  border-bottom: 1px solid #2E2D2C;
  padding-bottom: 0;
  margin-bottom: 5rem;
}

.entry-title {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .entry-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .entry-title {
    font-size: 72px;
  }
}

.entry-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.entry-header .wp-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 66vh;
}

.entry-sharelinks {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 24px 0;
}
.entry-sharelinks a {
  display: flex;
  align-items: center;
  color: #2E2D2C;
}

.entry-meta {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
}
.entry-meta .b {
  font-weight: bold;
}
.entry-meta .entry-date {
  grid-row: 1;
  grid-column: 1;
}
.entry-meta .entry-location {
  grid-row: 2;
  grid-column: 1;
}
.entry-meta .entry-ical {
  grid-row: 1;
  grid-column: 2;
  text-align: right;
  color: #2E2D2C;
}

section.wp-block-group {
  gap: 64px;
}

.wp-block-button__link {
  color: #FFFFFF;
  background-color: #D21927;
  border-radius: var(--radius-button);
  box-shadow: none;
  text-decoration: none;
  padding: 0.7rem 1.1rem;
  font-size: 1rem;
  font-weight: bold;
  height: unset;
  min-height: 48px;
  width: auto;
  align-self: flex-start;
  font-weight: normal;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #2E2D2C;
  background-color: transparent;
  border-color: #A2A2A2;
  font-weight: normal;
}

/* Main column width */
.wp-block:not(.wp-block-threea-image-teaser) {
  max-width: 1300px;
}

/* Width of "wide" blocks */
.wp-block[data-align=wide] {
  max-width: 100%;
}

/* Width of "full-width" blocks */
.wp-block[data-align=full] {
  max-width: none;
}

.wp-block-separator {
  border: 0;
  height: 2px;
}

.is-root-container > .wp-block-columns,
.is-root-container > .wp-block-group,
.is-root-container > .wp-block-post-title {
  padding: 0 var(--content-padding);
}

.wp-block-query-pagination {
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.wp-block-query-pagination a {
  color: #2E2D2C;
}

.wp-block-image img {
  border-radius: var(--radius-image-l);
}

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

.group-card {
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.wp-block-column-is-layout-flow {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1300px) {
  .wp-block-column-is-layout-flow {
    gap: 2rem;
  }
}
.wp-block-column-is-layout-flow > * {
  margin-bottom: 0;
}

.wp-article-list .post.type-post {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.wp-article-list .post.type-post .wp-block-columns {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .wp-article-list .post.type-post .wp-block-columns {
    gap: 24px;
  }
}
.wp-article-list .post.type-post .wp-block-columns .wp-block-column {
  flex-basis: unset !important;
}
.wp-article-list .wp-block-post-featured-image {
  max-width: 100%;
  margin: 0;
  max-height: 330px;
}
.wp-article-list .wp-block-post-featured-image .attachment-post-thumbnail,
.wp-article-list .wp-block-post-featured-image img {
  object-fit: cover;
  border-radius: var(--radius-image);
  max-height: 100%;
  height: 330px;
  width: 100%;
}
.wp-article-list .wp-block-post-title a {
  font-weight: 500;
  color: #575151;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .wp-article-list .wp-block-post-title a {
    font-size: 1.4;
  }
}
.wp-article-list.columns-2 {
  gap: 64px;
}
.wp-article-list.columns-4 .post.type-post {
  gap: 24px;
}
.wp-article-list.columns-4 .wp-block-post-title a {
  font-size: 1rem;
  line-height: 1.2;
}
.wp-article-list.columns-4 .wp-block-post-featured-image {
  height: 200px;
}

.article-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: var(--content-padding);
  padding-top: 0;
  width: 100%;
  max-width: 1300px;
  align-self: center;
}

.site-footer {
  background: linear-gradient(to right, #D54148 0%, #D21927 100%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px var(--content-padding);
  padding-top: 150px;
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.site-footer > *:not(.site-footer--footer) {
  z-index: 1;
}
.site-footer::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #D21927;
  width: calc((100vw - 1300px) / 2);
}
@media screen and (min-width: 1300px) {
  .site-footer::before {
    display: block;
  }
}
.site-footer--divider {
  width: 100%;
  max-width: calc(1300px - 2 * var(--content-padding));
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
}
.site-footer--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 80px;
  gap: 1rem;
  width: 100%;
  max-width: calc(1300px - 2 * var(--content-padding));
  padding-bottom: 36px;
}
@media screen and (min-width: 1300px) {
  .site-footer--top {
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-bottom: 36px;
    gap: 2rem;
  }
}
.site-footer--logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 500px;
}
.site-footer--logo-image {
  width: 550px;
  transform: translateX(-233px) translateY(-756px);
}
@media screen and (min-width: 1024px) {
  .site-footer--logo-image {
    transform: translateX(-198px) translateY(-756px);
  }
}
@media screen and (min-width: 1300px) {
  .site-footer--logo {
    left: unset;
  }
  .site-footer--logo-image {
    width: 550px;
    transform: translateX(-749px) translateY(-544px);
  }
}
.site-footer--section {
  flex-basis: 200px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site-footer--section h3 {
  margin: 0;
}
.site-footer--menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
}
.site-footer--menu:not(.site-footer--menu_bottom) {
  flex-direction: column;
}
.site-footer--menu a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer--menu a:hover {
  text-decoration: underline;
}
.site-footer--menu_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.site-footer--menu_bottom li {
  display: inline-block;
  width: auto;
}
.site-footer--bottom {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
  gap: 1rem;
  width: 100%;
  max-width: calc(1300px - 2 * var(--content-padding));
  padding-bottom: 60px;
}
.site-footer--copyright {
  font-weight: bold;
}

.archive-container {
  display: flex;
  flex-direction: column;
  padding: 120px 0;
}
.archive-container .page-title {
  font-size: 60px;
  letter-spacing: 0.5px;
  margin: 0;
}
.archive-container > * {
  margin: 0;
}
.archive-container .entry-content {
  gap: 64px;
}

.archive-entry {
  display: flex;
  flex-direction: column;
}
.archive-entry--title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.animation-slide-in {
  animation: 0.8s ease-out 0s 1 slideIn forwards;
}

.no-animate {
  animation: none !important;
}

@keyframes slideIn {
  0% {
    transform: translateY(200px);
    opacity: 0.1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.wp-block-contact-form-7-contact-form-selector {
  background-color: #f0f0f0;
  border-radius: 24px;
  padding: 24px 36px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .wp-block-contact-form-7-contact-form-selector .wpcf7-form {
    display: grid;
    gap: 24px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
  }
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-form p {
  margin: 0;
}
.wp-block-contact-form-7-contact-form-selector h2 {
  grid-column: 1/3;
  grid-row: 1;
}
.wp-block-contact-form-7-contact-form-selector select,
.wp-block-contact-form-7-contact-form-selector input:not([type=checkbox]):not([type=submit]),
.wp-block-contact-form-7-contact-form-selector textarea {
  border: 0;
  background-color: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  min-height: 56px;
  padding: 8px 12px;
}
.wp-block-contact-form-7-contact-form-selector label .wpcf7-form-control-wrap {
  margin-top: 10px;
}
.wp-block-contact-form-7-contact-form-selector--left {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wp-block-contact-form-7-contact-form-selector--right {
  grid-column: 2;
  grid-row: 2;
}
.wp-block-contact-form-7-contact-form-selector--submit {
  grid-column: 1/3;
  grid-row: 3;
  display: flex;
  gap: 16px;
  justify-content: end;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
  border: 0;
  font-size: 1rem;
  padding: 12px 20px;
  text-decoration: none;
  color: #2E2D2C;
  background: #F8B133;
  border-radius: 4px;
}
form.submitting .wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-spinner {
  display: none;
}

form.submitting .wpcf7-spinner {
  display: inline-block;
}

.aaa-image-text {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .aaa-image-text > * {
    flex-direction: row;
  }
}
.aaa-image-text .wp-block-columns {
  gap: 0.5rem;
}
.aaa-image-text .wp-block,
.aaa-image-text .wp-block-columns,
.aaa-image-text .wp-block-heading,
.aaa-image-text p {
  margin: 0;
}
.aaa-image-text figure {
  margin: 0;
}

.category-tag {
  background: transparent;
  color: #A2A2A2;
  border: 1px solid #A2A2A2;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  text-decoration: none;
  transition-property: color border;
  transition-timing-function: ease;
  transition-duration: 100ms;
  display: inline-block;
}
.category-tag_filled {
  background-color: #D21927;
  color: #FFFFFF;
  border: 0;
}
.category-tag_filled-white {
  background-color: #FFFFFF;
  color: #2E2D2C;
  border: 0;
}

.has-brand-background-color {
  background: var(--wp--preset--color--brand);
}

.has-brand-dark-background-color {
  background: var(--wp--preset--color--brand-dark);
}

.has-brand-light-background-color {
  background: var(--wp--preset--color--brand-light);
}

.has-background-background-color {
  background: var(--wp--preset--color--background);
}

.has-background-alt-background-color {
  border-radius: 1.5rem;
  background: var(--wp--preset--color--background-alt);
}

.has-cta-background-color {
  background: var(--wp--preset--color--cta);
}

.has-brand-color {
  color: var(--wp--preset--color--brand);
}

.has-brand-dark-color {
  color: var(--wp--preset--color--brand-dark);
}

.has-brand-light-color {
  color: var(--wp--preset--color--brand-light);
}

.has-copy-color {
  color: var(--wp--preset--color--copy);
}

.has-copy-on-brand-color {
  color: var(--wp--preset--color--copy-on-brand);
}

.has-cta-color {
  color: var(--wp--preset--color--cta);
}

body {
  color: #2E2D2C;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  flex-direction: column;
  --content-padding: 32px;
  --box-padding: 24px;
  --radius-image: 8px;
  --radius-image-l: 20px;
  --radius-button: 8px;
  --radius-box: 16px;
}
@media screen and (min-width: 1024px) {
  body {
    --content-padding: 64px;
    --box-padding: 32px;
    --radius-image: 10px;
    --radius-image-l: 24px;
    --radius-button: 10px;
    --radius-box: 20px;
  }
}

html {
  font-size: 16px;
  line-height: 1.8;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
p {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  hyphens: auto;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -3%;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.error-404 {
  padding-top: 4rem;
}
