@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
:root {
  --full-color: var(--wp--preset--color--secondary);
  --bright-color: var(--wp--preset--color--secondary-bright);
  --light-color: var(--wp--preset--color--secondary-light);
  --text-color: var(--wp--preset--color--secondary);
  --background-menu: var(--wp--preset--color--background);
  --wp--custom--color--link: var(--wp--preset--color--primary-text);
}

.primary {
  --full-color: var(--wp--preset--color--primary);
  --bright-color: var(--wp--preset--color--primary-bright);
  --light-color: var(--wp--preset--color--primary-light);
  --text-color: var(--wp--preset--color--primary-text);
  --text-color-main: var(--wp--preset--color--primary);
  --background-menu: var(--wp--preset--color--octonary);
}

.secondary, .tertiary, .quaternary, .quinary, .senary, .septenary {
  --background-menu: var(--wp--preset--color--background);
}

.secondary {
  --full-color: var(--wp--preset--color--secondary);
  --bright-color: var(--wp--preset--color--secondary-bright);
  --light-color: var(--wp--preset--color--secondary-light);
  --text-color: var(--wp--preset--color--secondary-text);
  --text-color-main: var(--wp--preset--color--secondary);
}

.tertiary {
  --full-color: var(--wp--preset--color--tertiary);
  --bright-color: var(--wp--preset--color--tertiary-bright);
  --light-color: var(--wp--preset--color--tertiary-light);
  --text-color: var(--wp--preset--color--tertiary-text);
  --text-color-main: var(--wp--preset--color--tertiary);
}

.quaternary {
  --full-color: var(--wp--preset--color--quaternary);
  --bright-color: var(--wp--preset--color--quaternary-bright);
  --light-color: var(--wp--preset--color--quaternary-light);
  --text-color: var(--wp--preset--color--quaternary-text);
  --text-color-main: var(--wp--preset--color--quaternary);
}

.quinary {
  --full-color: var(--wp--preset--color--quinary);
  --bright-color: var(--wp--preset--color--quinary-bright);
  --light-color: var(--wp--preset--color--quinary-light);
  --text-color: var(--wp--preset--color--quinary-text);
  --text-color-main: var(--wp--preset--color--quinary);
}

.senary {
  --full-color: var(--wp--preset--color--senary);
  --bright-color: var(--wp--preset--color--senary-bright);
  --light-color: var(--wp--preset--color--senary-light);
  --text-color: var(--wp--preset--color--senary-text);
  --text-color-main: var(--wp--preset--color--senary);
}

.septenary {
  --full-color: var(--wp--preset--color--septenary);
  --bright-color: var(--wp--preset--color--septenary-bright);
  --light-color: var(--wp--preset--color--septenary-light);
  --text-color: var(--wp--preset--color--septenary-text);
  --text-color-main: var(--wp--preset--color--septenary);
}

.octonary {
  --full-color: var(--wp--preset--color--octonary);
  --bright-color: var(--wp--preset--color--octonary-bright);
  --light-color: var(--wp--preset--color--octonary-light);
  --text-color: var(--wp--preset--color--octonary-text);
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site-inner {
  padding: calc(var(--wp--custom--layout--block-gap-large) / 2) 0;
}
@media (min-width: 1024px) {
  .site-inner {
    padding-top: var(--wp--custom--layout--block-gap-large) 0;
  }
}

.blur-content:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: -webkit-backdrop-filter 0.2 ease-in;
  transition: -webkit-backdrop-filter 0.2 ease-in;
  transition: backdrop-filter 0.2 ease-in;
  transition: backdrop-filter 0.2 ease-in, -webkit-backdrop-filter 0.2 ease-in;
}

.sidebar-primary > * {
  margin: var(--wp--custom--layout--block-gap-large) auto 0 auto;
  max-width: var(--wp--custom--layout--page);
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (min-width: 1024px) {
  .content-sidebar .content-area {
    /* 			display: grid;
    		grid-template-columns:  var(--wp--custom--layout--sidebar) minmax(0, 1fr);
    		grid-column-gap: var(--wp--custom--layout--block-gap-large);
    		max-width: var(--wp--custom--layout--wide);
    		margin-left: auto;
    		margin-right: auto; */
    display: grid;
    grid-template-rows: minmax(100px, -webkit-max-content) auto;
    grid-template-rows: minmax(100px, max-content) auto;
    grid-template-columns: 25% 75%;
    /* 		grid-template-areas:
    "nav headline" 
    "nav content "; */
    grid-row: 2;
    grid-gap: 50px;
    padding: 0 110px;
  }
  .content-sidebar .site-main {
    margin-top: var(--wp--custom--layout--block-gap-large);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    float: none;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .content-sidebar .content-area {
    grid-gap: 100px;
  }
}
/* Body
--------------------------------------------- */
body {
  font-size: var(--wp--preset--font-size--normal);
  color: var(--text-color);
  line-height: var(--wp--custom--line-height--large);
}
@media (max-width: 1023px) {
  body {
    font-size: var(--wp--preset--font-size--mediumsmall);
  }
}

/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: var(--wp--custom--layout--block-gap);
  color: var(--text-color);
}

h1 {
  color: var(--full-color);
  padding-bottom: calc(var(--wp--custom--layout--block-gap-large) / 2);
}
@media (min-width: 1024px) {
  h1 {
    padding-bottom: var(--wp--custom--layout--block-gap-large);
  }
}

/* h2 {
	color: var(--text-color);
} */
h3, h2.h3 {
  font-weight: 600;
  font-size: 1.3rem;
}

.quinary h2.h3 {
  color: var(--wp--preset--text-color-main);
}

p.indent {
  margin-left: 2.5rem;
}

b,
strong {
  font-weight: 600;
}

a, a:where(:not(.wp-element-button)) {
  color: #2d4b50;
  color: var(--wp--preset--text-color);
}

.site-inner a.download {
  display: block;
  color: var(--text-color);
}
.site-inner a.download.no-icon:before {
  content: none;
}
.site-inner a.download:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><defs><style>.a{fill:%232d4b50;}</style></defs><g transform="translate(-809 -174)"><path class="a" d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"/><path class="a" d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.site-inner .no-icon a.download {
  display: inline;
}
.site-inner .no-icon a.download:before {
  content: none;
}

.site .get-cat {
  width: 50%;
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--foreground);
  line-height: 1;
}
.site .get-cat a.download {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.site .get-cat a.download:before {
  margin-right: 7px;
}

/* Image
--------------------------------------------- */
ul.pfeil {
  list-style: none;
  padding-left: 4.2rem;
}
ul.pfeil li:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-25px, 12px);
          transform: translate(-25px, 12px);
  width: 0.9rem;
  height: 0.6rem;
  background-repeat: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="10" viewBox="0 0 14 10"><defs><style>.a,.b{fill:%23414b0f;}.a{clip-rule:evenodd;}.c{clip-path:url(%23a);}.d{clip-path:url(%23b);}</style><clipPath id="a"><path class="a" d="M9.3-12.3l3.8,3.8H1v1H13.1L9.3-3.7,10-3l5-5-5-5Z" transform="translate(-1 13)"/></clipPath><clipPath id="b"><path class="b" d="M-238,614H693V-89H-238Z" transform="translate(238 89)"/></clipPath></defs><g class="c"><g class="d" transform="translate(-239 -76)"><path class="b" d="M-4-18H20V2H-4Z" transform="translate(238 89)"/></g></g></svg>');
  background-size: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:focus,
.wp-block-button > .wp-block-button__link:focus {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-width: 0;
}

.wp-block-search__inside-wrapper {
  padding: 0;
}

.wp-block-search__input {
  background: var(--wp--preset--color--octonary);
  padding: 10px;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

.wp-block-search__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  content: "";
  width: 28px;
  height: 28px;
  background-size: 28px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.a{fill:%232d4b50;}.b{fill:none;}</style></defs><path class="a" d="M30,28.59,22.45,21A11,11,0,1,0,21,22.45L28.59,30ZM5,14a9,9,0,1,1,9,9,9,9,0,0,1-9-9Z"/><rect class="b" width="32" height="32"/></svg>');
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  display: none;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Search Form im Header
--------------------------------------------- */
.nav-wrapper .wp-block-search__button-inside .wp-block-search__input {
  border: 1px solid var(--wp--preset--color--primary);
  border-width: 0 0 1px 0;
  background: var(--wp--preset--color--octonary);
}
.nav-wrapper .wp-block-search__inside-wrapper {
  padding: 15px 25px;
  background: var(--wp--preset--color--octonary);
  border: 0;
}
.nav-wrapper .wp-block-search__icon-button .wp-block-search__button {
  background-color: var(--wp--preset--color--octonary);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.a{fill:%232d4b50;}.b{fill:none;}</style></defs><path class="a" d="M30,28.59,22.45,21A11,11,0,1,0,21,22.45L28.59,30ZM5,14a9,9,0,1,1,9,9,9,9,0,0,1-9-9Z"/><rect class="b" width="32" height="32"/></svg>');
}
.nav-wrapper .wp-block-search__icon-button .wp-block-search__button:hover {
  background-color: var(--wp--preset--color--octonary);
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

.not-first {
  margin-top: 0 !important;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--small);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

.spec-col p {
  height: 0;
  line-height: 0;
  margin: 0;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header .logo.fixtop, .burgertext.fixtop {
  position: fixed;
}
.site-header .logo.fixtop:before, .burgertext.fixtop:before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 55px;
  width: 100vw;
  margin-top: -12px;
  background-color: var(--wp--preset--color--background);
}
@media (min-width: 1024px) {
  .site-header .logo.fixtop:before, .burgertext.fixtop:before {
    content: none;
  }
}

.site-header {
  background: var(--wp--preset--color--background);
  position: relative;
}
.site-header .logo {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  padding: var(--wp--custom--layout--padding);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.site-header .wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.site-header__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    /* overflow-y: auto;
    overscroll-behavior-y: contain; */
  }
}

.nav-wrapper .navsearch {
  position: absolute;
  padding: 18px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: var(--wp--preset--color--octonary);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-wrapper .navsearch .js-nav-close:before,
.nav-wrapper .navsearch .open-search:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
}
.nav-wrapper .navsearch .js-nav-close {
  height: 48px;
  cursor: pointer;
}
.nav-wrapper .navsearch .js-nav-close:before {
  background-size: 16px;
  background-position: 0 2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><defs><style>.a{fill:%232d4b50;}</style></defs><path class="a" d="M24,9.4,22.6,8,16,14.6,9.4,8,8,9.4,14.6,16,8,22.6,9.4,24,16,17.4,22.6,24,24,22.6,17.4,16Z" transform="translate(-8 -8)"/></svg>');
}
.nav-wrapper .navsearch .open-search {
  height: 48px;
  cursor: pointer;
}
.nav-wrapper .navsearch .open-search:after {
  background-size: 28px;
  background-position: top right;
  background-color: var(--wp--preset--color--octonary);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.a{fill:%232d4b50;}.b{fill:none;}</style></defs><path class="a" d="M30,28.59,22.45,21A11,11,0,1,0,21,22.45L28.59,30ZM5,14a9,9,0,1,1,9,9,9,9,0,0,1-9-9Z"/><rect class="b" width="32" height="32"/></svg>');
}
.nav-wrapper .navsearch.show-search {
  width: 0;
  padding: 0;
}
.nav-wrapper .navsearch.show-search .js-nav-close:before {
  background-position: center 20px;
}
.nav-wrapper .navsearch.show-search .open-search:after {
  content: none;
  display: none;
}

.nav-wrapper form {
  width: 320px;
  margin-left: 40px;
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Sibarb menu
---------------------------------------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .sub-pages li, .get-cat {
    max-width: 18.75rem;
  }
  .get-cat {
    margin-left: 0;
  }
}
.sub-pages ul {
  padding-left: 0;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.sub-pages li {
  list-style: none;
  width: 100%;
}
.sub-pages li a {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  color: var(--text-color);
  text-decoration: none;
  text-align: left;
  line-height: 1.6rem;
  border-top: 1px solid var(--wp--preset--color--secondary-bright);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.sub-pages li a:hover {
  background-color: var(--wp--preset--color--secondary-bright);
}
.sub-pages li.active {
  background-color: var(--wp--preset--color--secondary-light);
}
.sub-pages li:last-child a {
  border-bottom: 1px solid var(--wp--preset--color--secondary-bright);
  margin-bottom: 35px;
}

/* Main Navigation
---------------------------------------------------------------------------------------------------- */
.debugger {
  position: absolute;
  left: 50%;
  top: 0;
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.languageswitcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  z-index: 1;
}
.languageswitcher li {
  list-style: none;
  display: inline;
  padding-left: 15px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.languageswitcher a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.languageswitcher a.current_language {
  font-weight: 600;
}

.burgertext {
  position: absolute;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  padding: 0;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  margin: 12px 0;
  width: 7.2rem;
}
.burgertext span.menu {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  color: var(--wp--preset--color--primary);
  line-height: 26px;
}
.burgertext span.burger {
  position: relative;
  background-color: var(--wp--preset--color--primary);
  height: 2px;
  display: block;
  width: 22px;
  margin: 17px auto 0 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.burgertext span.burger:before, .burgertext span.burger:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 0;
  left: 1px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.burgertext span.burger:before {
  -webkit-box-shadow: 0 14px 0 1.2px var(--wp--preset--color--primary);
          box-shadow: 0 14px 0 1.2px var(--wp--preset--color--primary);
}
.burgertext span.burger:after {
  -webkit-box-shadow: 0 0 0 1.2px var(--wp--preset--color--primary);
          box-shadow: 0 0 0 1.2px var(--wp--preset--color--primary);
}
.show-menu .burgertext span.burger {
  background-color: transparent;
}
.show-menu .burgertext span.burger:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.show-menu .burgertext span.burger:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.show-menu .burgertext span.burger:before, .show-menu .burgertext span.burger:after {
  margin-top: 0;
}

.js-nav-toggle {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: auto;
  width: 120px;
  height: 10vh;
}
.js-nav-toggle.close-outside {
  width: 100vw;
}

@media (min-width: 1024px) {
  .js-nav-toggle {
    height: 100vh;
  }
  .burgertext span.burger {
    margin-left: 30px;
  }
  .home .nav-wrapper {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
    -webkit-animation-name: shortevent;
            animation-name: shortevent;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  @-webkit-keyframes shortevent {
    0% {
      -webkit-transform: translateX(-95%);
              transform: translateX(-95%);
    }
    50% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-95%);
              transform: translateX(-95%);
    }
  }
  @keyframes shortevent {
    0% {
      -webkit-transform: translateX(-95%);
              transform: translateX(-95%);
    }
    50% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-95%);
              transform: translateX(-95%);
    }
  }
}
.nav-wrapper {
  position: fixed;
  height: 100vh;
  z-index: 2;
  width: 360px;
  -webkit-transition: -webkit-transform ease-in-out 0.5s;
  transition: -webkit-transform ease-in-out 0.5s;
  transition: transform ease-in-out 0.5s;
  transition: transform ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: var(--wp--preset--color--octonary);
}
@media (min-width: 1024px) {
  .nav-wrapper {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
  }
}
.nav-wrapper.show-menu {
  -webkit-transform: none;
          transform: none;
}
.nav-wrapper nav {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  /* height: calc(100vh - 100px);
  width: 100%;
  overflow-y: auto; */
}
.nav-wrapper nav .nav-toggle {
  position: absolute;
  top: 11px;
  left: 0;
  width: 50%;
  padding: 0.45em 0.6em;
  color: var(--wp--preset--color--primary);
  z-index: 100;
  cursor: pointer;
}
.nav-wrapper nav .nav-toggle.back-visible .nav-back {
  opacity: 1;
}
.nav-wrapper nav .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.nav-wrapper nav .nav-title {
  position: absolute;
  left: 0;
  top: 4px;
  padding-left: 0.7em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-wrapper nav .nav-back {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.nav-wrapper nav .nav-back:before {
  content: "";
  display: inline-block;
}
.nav-wrapper nav .nav-back:before {
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.a{fill:none;}</style></defs><path d="M10,16,20,6l1.4,1.4L12.8,16l8.6,8.6L20,26Z"/><rect class="a" width="32" height="32"/></svg>');
  background-size: 18px;
  background-repeat: no-repeat;
}
.nav-wrapper nav a {
  display: block;
  position: relative;
  padding: 0.75rem 0.55rem;
  border-bottom: 1px solid #eee;
  color: var(--text-color-main);
  text-decoration: none;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  text-align: right;
  line-height: 1.55rem;
}
.nav-wrapper nav ul {
  list-style: none;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: var(--wp--preset--color--octonary);
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
  z-index: 2;
}
.nav-wrapper nav ul ul {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: none;
  left: 100%;
  width: 100%;
  padding: 58px 0 0;
}
.nav-wrapper nav li {
  background-color: var(--background-menu);
  border-right: 18px solid var(--full-color);
  margin-top: 1px;
}
.nav-wrapper nav li ul li {
  border-right: 18px solid white;
}
.nav-wrapper nav li ul li:first-child {
  border-right: 18px solid var(--full-color);
}
.nav-wrapper nav li.hide {
  display: none;
}
.nav-wrapper nav li.primary:first-child {
  border-color: var(--wp--preset--color--octonary);
}
.nav-wrapper nav li.primary:first-child a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="26.005" viewBox="0 0 30 26.005"><defs><style>.a{fill:%232d4b50;}</style></defs><path class="a" d="M16.61,2.21a1,1,0,0,0-1.24,0L1,13.42,2.24,15,4,13.62V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V13.63L29.76,15,31,13.43ZM18,26H14V18h4Zm2,0h0V18a2,2,0,0,0-2-2H14a2,2,0,0,0-2,2v8H6V12.06L16,4.27l10,7.8V26Z" transform="translate(-1 -1.995)"/></svg>');
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-15px, 5px);
          transform: translate(-15px, 5px);
}
.nav-wrapper nav li.primary:first-child ul li {
  background-color: var(--wp--preset--color--background);
  border-color: var(--wp--preset--color--primary);
}
.nav-wrapper nav li.primary:first-child ul li a:before {
  content: none;
}
.nav-wrapper nav li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav-wrapper nav li.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 9px;
  height: 9px;
  border: 1px solid currentcolor;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: translateY(-90%) rotateZ(-45deg);
          transform: translateY(-90%) rotateZ(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

/* Wrapper für das Hauptmenü */
.nav-wrapper.show-menu {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh; /* Begrenzung der maximalen Höhe */
  height: 100vh;
  z-index: 5;
}
.nav-wrapper.show-menu ul ul {
  display: block;
}

.sub-menu {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.show-menu {
  display: block; /* oder was auch immer Ihr gewünschter Display-Wert ist */
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--background);
  padding: 24px 0 40px;
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--content);
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Post Listing
--------------------------------------------- */
.archive:not(.search) .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .archive:not(.search) .site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.post-summary, .no-search-reuslt {
  max-width: var(--wp--custom--layout--content);
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.post-summary__content, .no-search-reuslt__content {
  border-top: 1px solid #D0D7CD;
  display: grid;
  gap: 8px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.post-summary__content > *, .no-search-reuslt__content > * {
  margin: 0;
}
.post-summary .entry-category, .no-search-reuslt .entry-category {
  font-size: var(--wp--preset--font-size--normal);
}
.post-summary .entry-category a, .no-search-reuslt .entry-category a {
  text-decoration: none;
}
.post-summary__title, .no-search-reuslt__title {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}
.post-summary__title a, .no-search-reuslt__title a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.post-summary__title a:hover, .no-search-reuslt__title a:hover {
  color: var(--wp--preset--color--primary);
}
.post-summary .post-excerpts, .no-search-reuslt .post-excerpts {
  margin: 20px 0;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--smal) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--small);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.entry-content > *,
.block-area > * {
  /* 	margin: 0 auto;
  	max-width: var(--wp--custom--layout--page); */
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > h2 + p,
.block-area > h2 + p {
  margin-top: 0;
}
.entry-content > h2 + h3,
.block-area > h2 + h3 {
  margin-top: 0;
}
.entry-content > h3 + p,
.block-area > h3 + p {
  margin-top: 0;
}
.entry-content h2:not(:first-of-type), .entry-content h2.not-first, .entry-content .h3.not-first,
.block-area h2:not(:first-of-type),
.block-area h2.not-first,
.block-area .h3.not-first {
  margin-top: 60px;
}
.entry-content h3,
.block-area h3 {
  margin-top: 50px;
}
.entry-content h2 + ul,
.block-area h2 + ul {
  margin-top: 0;
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content a,
.block-area a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  /* margin-left: auto;
  margin-right: auto; */
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 0 0 32px 0;
}

/* Sitemap
--------------------------------------------- */
.sitemap-menu .sitemap-list {
  list-style: circle;
  padding: 0;
}
.sitemap-menu .sitemap-list li:first-child {
  display: none;
}
.sitemap-menu .sitemap-list > li {
  padding: 2rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
}
.sitemap-menu .sitemap-list a {
  text-decoration: none;
}
.sitemap-menu .sitemap-list span {
  display: none;
}
.sitemap-menu ul.sub-menu {
  padding-top: 1rem;
}
.sitemap-menu ul.sub-menu li {
  border: 0;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 300;
}
.sitemap-menu ul.sub-menu li:first-child {
  display: block;
}
.sitemap-menu ul.sub-menu li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-25px, 12px);
          transform: translate(-25px, 12px);
  width: 0.9rem;
  height: 0.6rem;
  background-repeat: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="10" viewBox="0 0 14 10"><defs><style>.a,.b{fill:%23414b0f;}.a{clip-rule:evenodd;}.c{clip-path:url(%23a);}.d{clip-path:url(%23b);}</style><clipPath id="a"><path class="a" d="M9.3-12.3l3.8,3.8H1v1H13.1L9.3-3.7,10-3l5-5-5-5Z" transform="translate(-1 13)"/></clipPath><clipPath id="b"><path class="b" d="M-238,614H693V-89H-238Z" transform="translate(238 89)"/></clipPath></defs><g class="c"><g class="d" transform="translate(-239 -76)"><path class="b" d="M-4-18H20V2H-4Z" transform="translate(238 89)"/></g></g></svg>');
  background-size: 100%;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.footer {
  background: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  color: var(--wp--preset--color--background);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 200px;
  padding: 25px;
  background: var(--wp--preset--color--primary);
  line-height: 24px;
  text-align: left;
}
.footer a {
  text-decoration: none !important;
  color: var(--wp--preset--color--background);
}
.footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-menu ul li {
  text-align: left;
  padding: 5px 15px 5px 0;
  text-decoration: none;
}
.footer .footer-menu ul li a {
  font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 1024px) {
  .footer .footer-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    padding: 65px 100px 100px 100px;
  }
}
@media (max-width: 1023px) {
  .footer h1, .footer h2, .footer h3 {
    display: none;
  }
}
.footer h1, .footer h2, .footer h3 {
  color: var(--wp--preset--color--background);
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 25px;
  margin: 0;
}
.footer p {
  line-height: 34px;
  font-size: var(--wp--preset--font-size--normal);
  padding: 0;
  margin: 0;
  margin-bottom: var(--wp--style--block-gap);
}
.footer .col-3 p {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  font-size: var(--wp--preset--font-size--small);
  line-height: 24px;
}
@media (min-width: 1025px) {
  .footer .footer__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

figure.wp-block-table:first-of-type:not(.pur) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

figure.wp-block-table.pur {
  margin-top: 0;
}

figure.wp-block-table.download td:last-child {
  width: 10%;
}
@media (min-width: 768px) {
  figure.wp-block-table.download td:last-child {
    width: 7rem;
  }
}

figcaption {
  margin-top: 0.6rem;
}

.wp-block-table:not(.pur) {
  border-spacing: 0;
  width: 100%;
  margin: 15px 0;
  font-size: var(--wp--preset--font-size--tiny);
}
@media (min-width: 1024px) {
  .wp-block-table:not(.pur) {
    font-size: var(--wp--preset--font-size--small);
  }
}
.wp-block-table:not(.pur) thead {
  border: 0;
}
.wp-block-table:not(.pur) thead tr th {
  font-weight: 400;
  background: var(--full-color);
  font-size: var(--wp--preset--font-size--normal);
  color: white;
  padding: 0.8rem;
  text-align: left;
}
.wp-block-table:not(.pur) tbody tr:first-child td {
  letter-spacing: 0.1em;
  font-size: var(--wp--preset--font-size--tiny);
}
.wp-block-table:not(.pur) td {
  background: var(--light-color);
  color: var(--text-color);
  border: 1px solid #fff;
  padding: 0.8rem 1rem;
  line-height: var(--wp--custom--line-height--normal);
}
.wp-block-table:not(.pur) td:first-child {
  white-space: nowrap;
}
.wp-block-table:not(.pur) a.download {
  text-align: center;
}

.wp-block-table.pur * {
  border-color: white;
}
.wp-block-table.pur th,
.wp-block-table.pur td {
  vertical-align: top;
}
.wp-block-table.pur th:first-child,
.wp-block-table.pur td:first-child {
  width: 33%;
  padding-left: 0;
  padding-right: var(--wp--custom--layout--block-gap);
}
.wp-block-table.pur th:nth-child(2),
.wp-block-table.pur td:nth-child(2) {
  width: 66%;
}

.entry-content .form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.entry-content .form-group {
  margin-bottom: 35px;
}
.entry-content input, .entry-content select, .entry-content textarea {
  background: #EBF0F0;
  border: 1px solid #2d4b50;
  border-width: 0 0 1px 0;
  border-radius: none;
  color: #2d4b50;
  font-size: var(--wp--preset--font-size--normal);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

/* Form
--------------------------------------------- */
input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--primary);
  opacity: 1;
}

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

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

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.entry-content .wpcf7-list-item {
  margin: 0 0 2rem;
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
  padding: 0 10px 0 0;
}

.entry-content input.wpcf7-submit {
  background-color: transparent;
  border-radius: 10px;
  border-width: 1px;
}
.entry-content input.wpcf7-submit:hover {
  background-color: var(--wp--preset--color--primary);
  color: white;
}

/* Site Hero
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: TheSansExtra;
  src: url(../fonts/TheSans_B2_300_.woff);
  font-weight: 300;
}
.hero {
  overflow: hidden;
  pointer-events: none;
  margin-right: var(--wp--custom--layout--padding);
}
@media (min-width: 1025px) {
  .hero {
    margin-right: 85px;
  }
}
@media (min-width: 1281px) {
  .hero {
    margin-right: 30px;
  }
}
@media (min-width: 1401px) {
  .hero {
    margin-right: 0;
    max-width: calc(1025px + 25%);
  }
}
.hero > div {
  display: grid;
  grid-template-columns: clamp(230px, 50%, 750px) clamp(120px, 30%, 450px) auto;
}
.hero > div .wp-block-column:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero > div .wp-block-column:first-child figure img {
  -webkit-transform: translate(25px, 50px);
          transform: translate(25px, 50px);
}
.hero > div .wp-block-column:nth-child(2) {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  /* figure {
  	opacity: 1 !important;
  } */
}
.hero > div .wp-block-column:last-child {
  grid-row: 3/4;
  grid-column: 1/3;
}
.hero > div .wp-block-column:last-child .wp-block-heading {
  padding: 0;
  font-size: clamp(1.8rem, 3.2vw, 4rem);
  color: var(--full-color);
  line-height: clamp(2.6rem, 4.5vw, 4rem);
  padding-left: 25px;
  padding-bottom: 10px;
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .hero > div .wp-block-column:first-child figure img {
    -webkit-transform: translate(80px, 5%);
            transform: translate(80px, 5%);
  }
  .hero > div .wp-block-column:nth-child(2) {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .hero > div .wp-block-column:last-child .wp-block-heading {
    padding-left: 25px;
    font-size: var(--wp--preset--font-size--extralarge);
    font-family: TheSansExtra;
    font-weight: 300;
  }
}
@media (min-width: 993px) {
  .hero > div .wp-block-column:first-child figure img {
    -webkit-transform: translate(100px, -5%);
            transform: translate(100px, -5%);
  }
}
@media (min-width: 1024px) {
  .hero > div {
    /* @include media(">large") {   
    	.wp-block-column:last-child {
    		.wp-block-heading{    
    			line-height: clamp(1.8rem, 3.2vw, 4rem);
    		}
    	}
    } */
  }
  .hero > div .wp-block-column:first-child {
    grid-row: 1/4;
    grid-column: 1/2;
  }
  .hero > div .wp-block-column:nth-child(2) {
    padding-top: 25px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .hero > div .wp-block-column:last-child {
    grid-row: 2/4;
    grid-column: 2/4;
    z-index: 2;
  }
  .hero > div .wp-block-column:last-child .wp-block-heading {
    text-align: right;
  }
}
.hero:not(#heroAnimation) .wp-block-column:first-child figure {
  max-width: 400px;
}
.hero:not(#heroAnimation) .wp-block-column:nth-child(2) figure {
  max-width: 200px;
  mix-blend-mode: multiply;
}

:root {
  --animate-duration: 1s;
  --animate-delay: 0.3s;
  --animate-repeat: 1;
}

.animated {
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: var(--animate-repeat);
          animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
          animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
          animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  -webkit-animation-delay: var(--animate-delay);
          animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
          animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
          animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
          animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
          animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
          animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
          animation-duration: calc(var(--animate-duration) * 0.8);
}

.animated.slow {
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
          animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
          animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
  .animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80%, 0, 0);
            transform: translate3d(-80%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80%, 0, 0);
            transform: translate3d(80%, 0, 0);
  }
  to {
    opacity: 1;
    mix-blend-mode: multiply;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

.sidebar-primary .get-cat a.download:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><g transform="translate(-809 -174)"><path d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"  fill="black"/><path d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"  fill="black"/></g></svg>');
}

.primary .download:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><g transform="translate(-809 -174)"><path d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"  fill="rgba(45, 75, 80, 0.9999999999)"/><path d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"  fill="rgba(45, 75, 80, 0.9999999999)"/></g></svg>');
}

.secondary .download:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><g transform="translate(-809 -174)"><path d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"  fill="rgba(75, 80, 70, 0.9999999999)"/><path d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"  fill="rgba(75, 80, 70, 0.9999999999)"/></g></svg>');
}

.tertiary .download:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><g transform="translate(-809 -174)"><path d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"  fill="rgba(90, 0, 30, 0.9999999999)"/><path d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"  fill="rgba(90, 0, 30, 0.9999999999)"/></g></svg>');
}

.quaternary .download:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><g transform="translate(-809 -174)"><path d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"  fill="rgba(65, 75, 15, 0.9999999999)"/><path d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"  fill="rgba(65, 75, 15, 0.9999999999)"/></g></svg>');
}

.quinary .download:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><g transform="translate(-809 -174)"><path d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"  fill="rgba(0, 85, 90, 0.9999999999)"/><path d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"  fill="rgba(0, 85, 90, 0.9999999999)"/></g></svg>');
}

.senary .download:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><g transform="translate(-809 -174)"><path d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"  fill="rgba(71, 76, 8, 0.9999999999)"/><path d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"  fill="rgba(71, 76, 8, 0.9999999999)"/></g></svg>');
}

.septenary .download:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><g transform="translate(-809 -174)"><path d="M30,25l-1.414-1.414L26,26.172V18H24v8.172l-2.586-2.586L20,25l5,5Z" transform="translate(803 172)"  fill="rgba(65, 90, 80, 0.9999999999)"/><path d="M18,28H8V4h8v6a2.006,2.006,0,0,0,2,2h6v3h2V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,18,2H8A2.006,2.006,0,0,0,6,4V28a2.006,2.006,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z" transform="translate(803 172)"  fill="rgba(65, 90, 80, 0.9999999999)"/></g></svg>');
}

.ccm-root .ccm-settings-summoner--link {
  display: block;
  position: absolute;
  top: 0;
  left: auto !important;
  right: 0 !important;
  width: 60% !important;
  height: 60% !important;
  background: none;
  border: 0 none #2d4b50;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.ccm-settings-summoner {
  left: auto !important;
  right: 22px !important;
  bottom: 10px !important;
}/*# sourceMappingURL=main.css.map */