@charset "UTF-8";
:root {
  --lineHeightStd: 1.25;
  --lineHeightLess: 1.15;
  --dist_025_lh: calc(.25 * var(--dist_1_lh));
  --dist_05_lh: calc(.5 * var(--dist_1_lh));
  --dist_075_lh: calc(.75 * var(--dist_1_lh));
  --dist_1_lh: calc(1rem * var(--lineHeightStd));
  --dist_15_lh: calc(1.5 * var(--dist_1_lh));
  --dist_2_lh: calc(2 * var(--dist_1_lh));
  --dist_3_lh: calc(3 * var(--dist_1_lh));
  --dist_4_lh: calc(4 * var(--dist_1_lh));
  --dist_45_lh: calc(4.5 * var(--dist_1_lh));
  --dist_6_lh: calc(6 * var(--dist_1_lh));
  --dist_8_lh: calc(8 * var(--dist_1_lh));
  --dist_9_lh: calc(9 * var(--dist_1_lh));
  --gapS: calc(var(--dist_1_lh) / 3);
  --gapM: calc(var(--dist_1_lh) / 2);
  --gapL: var(--dist_1_lh);
  --fixedElementMargin: calc(1rem + 2vw);
  --contentMargin: calc(2rem + (75vw / 12));
  --contentMargin_05: calc((2rem + (75vw / 12)) / 2);
  --ceOuterMargin: 9vw;
  --sidePadding_s: var(--dist_1_lh);
  --sidePadding_m: var(--dist_2_lh);
  --sidePadding_l: var(--dist_3_lh);
  --fontSansSerif_1: "Roboto", sans-serif;
  --fontSansSerif_2: "Roboto", sans-serif;
  --italic: italic;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --heavy: 800;
  --siteStandard: 300;
  --siteStrong: 600;
  --letterSpacing_1: 0.08rem;
  --letterSpacing_2: 0.15rem;
  --colorDark: rgb(0 0 0);
  --color_1: rgb(168 195 229);
  --color_2: rgb(149 38 71);
  --color_3: rgb(65 65 60);
  --color_4: rgb(180 180 180);
  --color_5: rgb(120 120 120);
  --colorLight: rgb(255 255 255);
  --tColor_1_ToDark: var(--colorLight);
  --tColor_2_ToDark: var(--colorLight);
  --tColor_3_ToDark: var(--colorLight);
  --tColor_1_To_1: var(--color_1);
  --tColor_2_To_1: var(--color_1);
  --tColor_3_To_1: var(--color_1);
  --tColor_1_To_2: var(--colorDark);
  --tColor_2_To_2: var(--colorDark);
  --tColor_3_To_2: var(--colorDark);
  --tColor_1_To_3: var(--color_3);
  --tColor_2_To_3: var(--color_3);
  --tColor_3_To_3: var(--color_3);
  --tColor_1_To_4: var(--color_4);
  --tColor_2_To_4: var(--color_4);
  --tColor_3_To_4: var(--color_4);
  --tColor_1_To_5: var(--color_5);
  --tColor_2_To_5: var(--color_5);
  --tColor_3_To_5: var(--color_5);
  --tColor_1_ToLight: var(--colorDark);
  --tColor_2_ToLight: var(--colorDark);
  --tColor_3_ToLight: var(--colorDark);
  --linkColor_0: var(--color_5);
  --linkActiveColor_0: var(--color_5);
  --linkHoverColor_0: var(--color_5);
  --buttonColor_1: var(--color_2);
  --buttonBorderColor_1: var(--color_2);
  --buttonTColor_1: var(--tColor_1_ToDark);
  --buttonHoverColor_1: var(--colorLight);
  --buttonHoverBorderColor_1: var(--color_2);
  --buttonHoverTextColor_1: var(--color_2);
  --buttonColor_2: var(--color_2);
  --buttonBorderColor_2: var(--color_2);
  --buttonTColor_2: var(--tColor_1_ToDark);
  --buttonHoverColor_2: var(--colorLight);
  --buttonHoverBorderColor_2: var(--color_2);
  --buttonHoverTextColor_2: var(--color_2);
  --buttonBorderSize: 1px;
  --buttonBorderRadius: var(--dist_025_lh);
  --menuColor: var(--colorDark);
  --menuHoverColor: var(--tColor_3_ToDark);
  --bodyBgColor: var(--colorLight);
  --bodyTColor_1: var(--tColor_1_ToLight);
  --bodyTColor_2: var(--tColor_2_ToLight);
  --bodyTColor_3: var(--tColor_3_ToLight);
  --headerBgColor: var(--color_1);
  --headerTColor_1: var(--tColor_1_ToLight);
  --headerTColor_2: var(--tColor_2_ToLight);
  --headerTColor_3: var(--tColor_3_ToLight);
  --headlineCase: none;
  --headlineSpacing: .03rem;
  --headlineWeight: var(--medium);
  --transition_fast: 400ms cubic-bezier(.25,.07,0,1);
  --transition_medium: 1200ms cubic-bezier(.25,.07,0,1);
  --transition_slow: 2400ms cubic-bezier(.25,.07,0,1);
  --textMaxWidth: 62ch;
  --buttonSize: 0rem;
  --hamburgerSize: 0rem;
  --ScrollToTopSize: clamp(40px, calc(40px + (72 - 40) * ((100vw - 320px) / (1920 - 320))), 72px);
  --footerMinHeight: var(--dist_1_lh);
  --footerBgColor: var(--colorLight);
  --footerTColor_1: var(--colorDark);
  --footerTColor_2: var(--tColor_2_ToDark);
  --footerTColor_3: var(--tColor_3_ToDark);
  --sttSize: 4ch;
  --sttMargin: calc(var(--sttSize) / 4);
  --sttPadding: calc(var(--sttMargin) / 2);
}

/*! 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 {
  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;
}

/* delius-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Delius";
  font-style: normal;
  font-weight: 400;
  src: url("../../external/fonts/delius/delius-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 100;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 100;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 200;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../../external/fonts/josefin-sans/josefin-sans-v32-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 200;
  src: url("../../external/fonts/jost/jost-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 200;
  src: url("../../external/fonts/jost/jost-v15-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("../../external/fonts/jost/jost-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 300;
  src: url("../../external/fonts/jost/jost-v15-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../../external/fonts/jost/jost-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 400;
  src: url("../../external/fonts/jost/jost-v15-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../../external/fonts/jost/jost-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 500;
  src: url("../../external/fonts/jost/jost-v15-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../../external/fonts/jost/jost-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 600;
  src: url("../../external/fonts/jost/jost-v15-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../../external/fonts/jost/jost-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 700;
  src: url("../../external/fonts/jost/jost-v15-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 800;
  src: url("../../external/fonts/jost/jost-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 800;
  src: url("../../external/fonts/jost/jost-v15-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  src: url("../../external/fonts/jost/jost-v15-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 900;
  src: url("../../external/fonts/jost/jost-v15-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../../external/fonts/lora/lora-v35-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: url("../../external/fonts/lora/lora-v35-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  src: url("../../external/fonts/lora/lora-v35-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: italic;
  font-weight: 500;
  src: url("../../external/fonts/lora/lora-v35-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  src: url("../../external/fonts/lora/lora-v35-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: italic;
  font-weight: 600;
  src: url("../../external/fonts/lora/lora-v35-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("../../external/fonts/lora/lora-v35-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: italic;
  font-weight: 700;
  src: url("../../external/fonts/lora/lora-v35-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  src: url("../../external/fonts/mulish/mulish-v13-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: italic;
  font-weight: 200;
  src: url("../../external/fonts/mulish/mulish-v13-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  src: url("../../external/fonts/mulish/mulish-v13-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: italic;
  font-weight: 300;
  src: url("../../external/fonts/mulish/mulish-v13-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("../../external/fonts/mulish/mulish-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  src: url("../../external/fonts/mulish/mulish-v13-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: url("../../external/fonts/mulish/mulish-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: italic;
  font-weight: 500;
  src: url("../../external/fonts/mulish/mulish-v13-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  src: url("../../external/fonts/mulish/mulish-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: italic;
  font-weight: 600;
  src: url("../../external/fonts/mulish/mulish-v13-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("../../external/fonts/mulish/mulish-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: italic;
  font-weight: 700;
  src: url("../../external/fonts/mulish/mulish-v13-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: url("../../external/fonts/mulish/mulish-v13-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: italic;
  font-weight: 800;
  src: url("../../external/fonts/mulish/mulish-v13-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  src: url("../../external/fonts/mulish/mulish-v13-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Mulish";
  font-style: italic;
  font-weight: 900;
  src: url("../../external/fonts/mulish/mulish-v13-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nothing-you-could-do-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nothing You Could Do";
  font-style: normal;
  font-weight: 400;
  src: url("../../external/fonts/nothing-you-could-do/nothing-you-could-do-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../../external/fonts/open-sans/open-sans-v40-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-100.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 100;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-100italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 200;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 200;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-200italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 300;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 400;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 500;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-500italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 600;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-600italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 700;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-700italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 800;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 800;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-800italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 900;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 900;
  src: url("../../external/fonts/urbanist/urbanist-v15-latin-900italic.woff2") format("woff2");
}
sup, sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

svg {
  vertical-align: bottom;
}

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

button,
html,
input,
select,
textarea {
  color: var(--tColor_1_ToLight);
}

article,
aside,
details,
div,
figcaption,
figure,
footer,
header,
hgroup,
img,
li,
main,
menu,
nav,
ol,
section,
summary,
ul {
  box-sizing: border-box;
}

html {
  height: 100%;
  background: var(--colorLight);
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100%;
  font-size: 1em;
  color: var(--tColor_1_ToLight);
  background: var(--colorLight);
  /*	overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.headlineTypo {
  font-family: var(--fontSansSerif_2);
  font-weight: var(--headlineWeight);
  letter-spacing: var(--headlineSpacing);
  text-transform: var(--headlineCase);
  word-break: break-word;
}

h1, h2, h3, h4, h5, p, span {
  hyphens: none;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: var(--lineHeightLess);
}

p + h2,
div + h2,
ul + h2 {
  margin-top: var(--dist_2_lh);
}

h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 0;
}

p {
  max-width: var(--textMaxWidth);
  margin: 0;
  word-break: break-word;
  hyphens: auto;
  hyphenate-limit-lines: 2;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-zone: 40px;
}
p :first-child {
  margin-top: 0;
}

p:not(:first-child),
ul:not(:first-child),
ul.large > li,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: var(--dist_05_lh);
}

#main {
  /*****  Listen  *****/
  /***** Liste mit PDF-Dateien *****/
}
#main dl,
#main ol,
#main ul,
#main li.marginTop {
  margin: var(--dist_1_lh) 0 0;
}
#main dl ul,
#main ol ul,
#main ul ul,
#main li.marginTop ul {
  margin-top: 0;
}
#main ul.pdf {
  list-style-type: none;
  margin-left: 0.2rem;
  padding-left: 0;
}
#main ul.pdf li {
  margin-left: 48px;
  text-indent: -48px;
}
#main ul.pdf a {
  background: url("../img/icons/link_pdf.png") left 2px no-repeat;
  padding-left: 48px;
}

/*****  Tabellen  *****/
table {
  margin: 1.6rem 0 0;
  empty-cells: show;
}

caption {
  font-weight: var(--bold);
  text-align: left;
}

th {
  text-align: left;
  vertical-align: top;
}

td {
  text-align: left;
  vertical-align: top;
}

/*****	weitere Block-Elemente	*****/
figure {
  position: relative;
  margin: 0;
  padding: 0;
}

/*****  more inline elements  *****/
img.svg {
  width: 16px;
  height: 16px;
}

.svg img {
  width: 100%;
  height: auto;
  display: block;
}

.svg svg {
  width: 100%;
  height: auto;
  display: block;
}

.image img:not(.svg) {
  width: 100%;
  height: auto;
  display: block;
}

strong,
b,
.bold {
  font-weight: var(--bold);
}

blockquote {
  margin: var(--dist_1_lh) 0;
  padding-left: 8px;
  border-left: 1rem solid #e3e3e3;
  font-style: var(--italic);
}

q {
  font-style: italic;
  quotes: "»" "«" "›" "‹";
}
q:before {
  content: "»";
}
q:after {
  content: "«";
}
q q:before {
  content: "›";
}
q q:after {
  content: "‹";
}

video {
  width: 100%;
}

.cf {
  display: table;
  content: "";
  clear: both;
}

.source {
  font-size: 87.5%;
  font-style: var(--italic);
}

::-moz-selection {
  color: #ffffff;
  background-color: var(--color_0);
}

::selection {
  color: #ffffff;
  background-color: var(--color_0);
}

.svg svg {
  stroke-width: 1.2;
}
.svg svg:hover {
  stroke: var(--tColor_2_ToLight);
  stroke-width: 1.2;
}

.hide {
  display: none !important;
}

p a,
p a:link,
p a:visited {
  border-bottom: 1px solid transparent;
}

p a:active,
p a:focus,
p a:hover {
  border-color: var(--linkHoverColor_0);
}

svg {
  width: 3rem;
  height: auto;
}

.wrapper {
  max-width: 1920px;
  height: inherit;
  margin: 0 auto;
  position: relative;
}

.gridBox {
  margin-top: var(--dist_6_lh);
}

.gap_s {
  gap: var(--gapS);
}

.gap_m {
  gap: var(--gapM);
}

.gap_l {
  gap: var(--gapL);
}

ul.withHashTags li a::before {
  content: "#";
}

li a:hover {
  color: var(--linkHoverColor_0);
}

.block {
  display: block;
}

.noHyphenate {
  hyphens: none;
}

.linebreak {
  white-space: normal;
}

a {
  transition: all var(--transition_medium);
}

a.button {
  width: 14ch;
  font-size: var(--fs--1);
  font-weight: var(--bold);
  cursor: pointer;
}

#main > section ul {
  padding-left: 1rem;
}

#main .keywords {
  width: 100%;
  margin-top: var(--dist_6_lh);
}
#main .keywords ul {
  display: flex;
  gap: 0;
  padding-left: 0;
}
#main .keywords ul li {
  font-weight: var(--bold);
}
#main .keywords ul li:not(:first-child) {
  margin-left: 2rem;
}
#main .keywords ul li a {
  white-space: nowrap;
  font-family: var(--fontSansSerif_1);
}

.pos_l,
.pos_l p,
.pos_l .text {
  margin-left: 0;
  margin-right: auto;
}

.pos_c,
.pos_c p,
.pos_c .text {
  margin-left: auto;
  margin-right: auto;
}

.pos_r,
.pos_r p,
.pos_r .text {
  margin-left: auto;
  margin-right: 0;
}

.align_l {
  text-align: left;
}

.align_c,
.align_center {
  text-align: center;
}

.align_r {
  text-align: right;
}

.align_b {
  text-align: justify;
}

.ph_s {
  padding-top: var(--dist_05_lh);
  padding-bottom: var(--dist_05_lh);
}

.ph_m {
  padding-top: var(--dist_1_lh);
  padding-bottom: var(--dist_1_lh);
}

.ph_l {
  padding-top: var(--dist_2_lh);
  padding-bottom: var(--dist_2_lh);
}

.pv_s {
  padding-top: var(--dist_05_lh);
  padding-bottom: var(--dist_05_lh);
}

.pv_m {
  padding-top: var(--dist_1_lh);
  padding-bottom: var(--dist_1_lh);
}

.pv_l {
  padding-top: var(--dist_2_lh);
  padding-bottom: var(--dist_2_lh);
}

.ar_5_2 {
  aspect-ratio: 5/2;
}

.ar_2_1 {
  aspect-ratio: 2/1;
}

.ar_16_9 {
  aspect-ratio: 16/9;
}

.ar_3_2 {
  aspect-ratio: 3/2;
}

.ar_4_3 {
  aspect-ratio: 4/3;
}

/* TABLE classes */
.table {
  display: table;
}

.table_caption {
  display: table-caption;
}

.table_col_group {
  display: table-column-group;
}

.table_column {
  display: table-column;
}

.table_row {
  display: table-row;
}

.table_cell {
  display: table-cell;
}

/* BOX-SIZING class */
.border_box {
  box-sizing: border-box;
}

/* FONT-WEIGHT classes */
.normal {
  font-weight: var(--regular);
}

.bold {
  font-weight: var(--bold);
}

/* TEXT-TRANSFORM classes */
.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

/* FLOAT classes */
.float_left {
  float: left;
}

.float_right {
  float: right;
}

/* MARGIN classes */
.marginT0 {
  margin-top: 0;
}

@media (max-width: var(--bpT2)-1px) {
  .marginT0S1 {
    margin-top: 0;
  }
}

.marginT2 {
  margin-top: 2rem;
}

.marginT3 {
  margin-top: 3rem;
}

.marginT4 {
  margin-top: 4rem;
}

.marginT5 {
  margin-top: 5rem;
}

.marginT6 {
  margin-top: 6rem;
}

.marginT7 {
  margin-top: 7rem;
}

.marginT8 {
  margin-top: 8rem;
}

.marginT9 {
  margin-top: 9rem;
}

.marginT10 {
  margin-top: 10rem;
}

.marginH0 {
  margin-left: 0;
  margin-right: 0;
}

.marginL0 {
  margin-left: 0;
}

.marginR0 {
  margin-right: 0;
}

@media (max-width: var(--bpT2)-1px) {
  .marginR0S1 {
    margin-right: 0;
  }
}

/* PADDING classes */
.padding_0 {
  padding: 0rem;
}

.padding_1 {
  padding: 0.5rem;
}

.padding_2 {
  padding: 1rem;
}

.padding_3 {
  padding: 1.5rem;
}

.padding_4 {
  padding: 2rem;
}

.source {
  font-style: italic;
}

.noWrap {
  white-space: nowrap;
}

.noHyphens {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

/* DISPLAY classes */
.d_block {
  display: block;
}

.d_inline-block {
  display: inline-block;
}

.d_inline {
  display: inline;
}

.d_flex {
  display: flex;
  gap: 0;
}

.flex {
  display: flex;
  gap: 0;
}

.d_grid {
  display: grid;
  gap: 0;
}

.hide,
.hideBlockMobileOnly,
.hideBlockDesktopOnly,
.hideInlineBlockMobileOnly,
.hideInlineBlockDesktopOnly,
.hideInlineMobileOnly,
.hideInlineDesktopOnly {
  display: none;
}

@media screen and (max-width: var(--bpD1)) {
  .hideBlockDesktopOnly {
    display: block;
  }
  .hideInlineBlockDesktopOnly {
    display: inline-block;
  }
  .hideInlineDesktopOnly {
    display: inline;
  }
}
@media screen and (min-width: var(--bpD1)) {
  .hideBlockMobileOnly {
    display: block;
  }
  .hideInlineBlockMobileOnly {
    display: inline-block;
  }
  .hideInlineMobileOnly {
    display: inline;
  }
}
.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

@media screen and (max-width: var(--bpD1)) {
  .mobileOrder1 {
    order: 1;
  }
  .mobileOrder2 {
    order: 2;
  }
}
@media screen and (min-width: var(--bpD1)) {
  .columns2 {
    columns: 2;
  }
}
.text > h3:first-child {
  margin-top: 0;
}

.breakAfter {
  break-after: column;
}

.noBreakAfter {
  break-after: avoid-column;
}

.cite {
  font-size: min(1rem + 0.8vw, 1.1rem);
  line-height: 1.2;
}
@media (min-width: 800px) {
  .cite {
    font-size: min(1rem + 0.8vw, 2rem);
    line-height: 1.25;
  }
}

.text_color_1_to_light {
  color: var(--tColor_1_ToLight);
}

.text_color_1_to_1 {
  color: var(--tColor_1_To_1);
}

.text_color_1_to_2 {
  color: var(--tColor_1_To_2);
}

.text_color_1_to_3 {
  color: var(--tColor_1_To_3);
}

.text_color_1_to_4 {
  color: var(--tColor_1_To_4);
}

.text_color_1_to_5 {
  color: var(--tColor_1_To_5);
}

.text_color_1_to_dard {
  color: var(--tColor_1_ToDark);
}

/***************************** deprecated *************************************/
.text_color_0 {
  color: var(--tColor_1_ToLight);
}

.text_color_1 {
  color: var(--tColor_1_To_1);
}

.text_color_2 {
  color: var(--tColor_1_To_2);
}

.text_color_f {
  color: var(--tColor_1_ToDark);
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_block {
  text-align: justify;
}

.text_color_f {
  padding-top: var(--dist_2_lh);
  padding-bottom: var(--dist_2_lh);
}

/* @link https://utopia.fyi/type/calculator?c=320,16,1.2,1440,24,1.25,4,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
/* @link https://utopia.fyi/type/calculator?c=320,16,1.2,1440,20,1.333,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  --fs--2: clamp(0.6944rem, 0.6919rem + 0.0129vi, 0.7035rem);
  --fs--1: clamp(0.8333rem, 0.8035rem + 0.1491vi, 0.9377rem);
  --fs-0: clamp(1rem, 0.9286rem + 0.3571vi, 1.25rem);
  --fs-1: clamp(1.2rem, 1.0668rem + 0.6661vi, 1.6663rem);
  --fs-2: clamp(1.44rem, 1.2168rem + 1.1159vi, 2.2211rem);
  --fs-3: clamp(1.728rem, 1.3758rem + 1.7611vi, 2.9607rem);
  --fs-4: clamp(2.0736rem, 1.5384rem + 2.6758vi, 3.9467rem);
  --fs-5: clamp(2.4883rem, 1.6962rem + 3.9608vi, 5.2609rem);
}

html {
  font-size: 100%;
}

body {
  font-family: var(--fontSansSerif_1);
  font-weight: var(--siteStandard);
  line-height: var(--lineHeightStd);
}

.wrapper {
  font-size: var(--fs-0);
}

h1, .fs_1 {
  font-family: var(--fontSansSerif_2);
  font-size: var(--fs-1);
  line-height: var(--lineHeightLess);
}

h2, .fs_2 {
  font-family: var(--fontSansSerif_2);
  font-size: var(--fs-1);
  line-height: var(--lineHeightLess);
}

h3, .fs_3 {
  font-family: var(--fontSansSerif_2);
  font-size: var(--fs-0);
  line-height: var(--lineHeightLess);
}

h4, .fs_4 {
  font-size: var(--fs-0);
}

h5, .fs_5 {
  font-size: var(--fs-0);
}

h6, p, .fs_6 {
  font-size: var(--fs-0);
}

.small, .fs_7 {
  font-size: var(--fs--1);
}

.xsmall, .fs_8 {
  font-size: var(--fs--2);
}

.source {
  font-size: var(--fs--1);
  font-style: var(--italic);
}

button, input, optgroup, select, textarea {
  line-height: var(--lineHeightStd);
}

.intro {
  font-weight: var(--medium);
}

blockquote {
  border-left: none;
  padding-left: 2em;
  text-indent: -2em;
  font-style: var(--fontSansSerif_1);
}

div.pos_c > blockquote:nth-child(1) > p:nth-child(1) {
  font-size: var(--fs-2);
}

a,
a:link,
a:visited {
  color: var(--linkColor_0);
  text-decoration: #00ff00 underline solid 0.05rem;
}
a:active, a:focus, a:hover,
a:link:active,
a:link:focus,
a:link:hover,
a:visited:active,
a:visited:focus,
a:visited:hover {
  color: var(--linkHoverColor_0);
  text-decoration: none;
}
a.link_pdf,
a:link.link_pdf,
a:visited.link_pdf {
  padding-left: 36px;
  background: url("../img/icons/link_pdf.png") left 2px no-repeat;
}

p a,
p a:link,
p a:visited {
  border-bottom: 1px solid transparent;
  transition: border var(--transition_medium);
}

p a:active,
p a:focus,
p a:hover {
  border-color: var(--linkHoverColor_0);
}

ul.link_pdf {
  list-style-type: none;
  padding: 0;
}
ul.link_pdf li {
  padding-left: 36px;
  background: url("../img/icons/link_pdf.png") left 3px no-repeat;
}

a,
a:link,
a:visited {
  text-decoration: #952647 underline solid 0.05rem;
}

a.button, a.button:link, a.button:visited {
  padding: var(--dist_025_lh);
  text-align: center;
  color: var(--buttonTColor_1);
  background: var(--buttonColor_1);
  border: var(--buttonBorderSize) solid var(--buttonBorderColor_1);
  border-radius: var(--buttonBorderRadius);
  transition: all var(--transition_medium);
}
a.button:active, a.button:focus, a.button:hover {
  color: var(--buttonHoverTextColor_1);
  background: transparent;
  border-color: var(--buttonHoverBorderColor_1);
}

.badge {
  font-family: var(--fontSansSerif_1);
  color: var(--buttonTColor_1);
  background-color: var(--buttonColor_1);
  padding: min(6px, 1vw) min(20px, 2vw);
  hyphens: none;
}

span.badge {
  line-height: 1.5;
  display: inline-block;
}

.home span.badge {
  line-height: 1.2;
  display: block;
}

h1.badge {
  text-transform: none;
}

body {
  min-height: 100vh;
}

.page_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.wrapper {
  position: relative;
}

.text {
  max-width: var(--textMaxWidth);
}

.text {
  padding-left: var(--sidePadding_s);
  padding-left: var(--sidePadding_s);
}
@media screen and (min-width: 600px) {
  .text {
    padding-left: var(--sidePadding_m);
    padding-left: var(--sidePadding_m);
  }
}
@media screen and (min-width: 960px) {
  .text {
    padding-left: var(--sidePadding_l);
    padding-left: var(--sidePadding_l);
  }
}

.wrapper {
  max-width: 1440px;
  height: inherit;
  margin: 0 auto;
}

.ce {
  margin-top: var(--dist_4_lh);
}

.ce_dist_s {
  margin-top: 0;
}

.ce_dist_m {
  margin-top: var(--dist_2_lh);
}

.ce_dist_l {
  margin-top: var(--dist_4_lh);
}

.ce_dist_xl {
  margin-top: var(--dist_6_lh);
}

#footer {
  margin-top: var(--dist_4_lh);
}

p + h2,
div + h2,
ul + h2 {
  margin-top: var(--dist_2_lh);
}

#main section header.align_center h2,
#main section header.align_center p,
#main section header.align_center .subline {
  max-width: 100%;
}
#main .introText {
  margin-top: var(--dist_6_lh);
}
#main .introText > * {
  max-width: 62ch;
  margin-right: auto;
  margin-left: auto;
}
#main .introText > *.text {
  margin-top: var(--dist_3_lh);
}

.grid {
  display: grid;
  gap: var(--dist_2_lh);
}
@media (min-width: var(--bpT1)) {
  .grid {
    display: grid;
    gap: 0;
  }
}
.grid.colCount_2 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 600px) {
  .grid.colCount_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.colCount_3 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 600px) {
  .grid.colCount_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .grid.colCount_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.colCount_4 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 600px) {
  .grid.colCount_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .grid.colCount_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid.colCount_5 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 600px) {
  .grid.colCount_5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .grid.colCount_5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid.colCount_6 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 600px) {
  .grid.colCount_6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .grid.colCount_6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.grid.cards_ar_5_2 .card {
  aspect-ratio: 5/2;
}
.grid.cards_ar_2_1 .card {
  aspect-ratio: 2/1;
}
.grid.cards_ar_16_9 .card {
  aspect-ratio: 16/9;
}
.grid.cards_ar_3_2 .card {
  aspect-ratio: 3/2;
}
.grid.cards_ar_4_3 .card {
  aspect-ratio: 4/3;
}

/*grid-areas*/
.ce.cards.cardsSectionType_1 .gridPos_1 {
  grid-area: gridPos_1;
  aspect-ratio: 16/9;
}
.ce.cards.cardsSectionType_1 .gridPos_2 {
  grid-area: gridPos_2;
  aspect-ratio: 16/9;
}
.ce.cards.cardsSectionType_1 .gridPos_3 {
  grid-area: gridPos_3;
  aspect-ratio: 16/9;
}
.ce.cards.cardsSectionType_1 .gridPos_4 {
  grid-area: gridPos_4;
  aspect-ratio: 16/9;
}
.ce.cards.cardsSectionType_1 .gridPos_5 {
  grid-area: gridPos_5;
  aspect-ratio: 16/9;
}
.ce.cards.cardsSectionType_1 .gridPos_6 {
  grid-area: gridPos_6;
  aspect-ratio: 16/9;
}

.ce.cards.cardsSectionType_2 .card.gridPos_1 {
  grid-area: gridPos_1;
  aspect-ratio: 16/9;
}
@media screen and (min-width: var(--bpT1)) {
  .ce.cards.cardsSectionType_2 .card.gridPos_1 {
    aspect-ratio: 32/9;
  }
}
.ce.cards.cardsSectionType_2 .card.gridPos_2 {
  grid-area: gridPos_2;
  aspect-ratio: 16/9;
}
.ce.cards.cardsSectionType_2 .card.gridPos_3 {
  grid-area: gridPos_3;
  aspect-ratio: 16/9;
}
.ce.cards.cardsSectionType_2 .card.gridPos_4 {
  grid-area: gridPos_4;
  aspect-ratio: 16/9;
}
@media screen and (min-width: var(--bpT1)) {
  .ce.cards.cardsSectionType_2 .card.gridPos_4 {
    aspect-ratio: 32/9;
  }
}
.ce.cards.cardsSectionType_2 .card.gridPos_5 {
  grid-area: gridPos_5;
  aspect-ratio: 16/9;
}
@media screen and (min-width: var(--bpT1)) {
  .ce.cards.cardsSectionType_2 .card.gridPos_5 {
    aspect-ratio: 32/9;
  }
}
@media (min-width: var(--bpD1)) {
  .ce.cards.cardsSectionType_2 .card.gridPos_5 {
    aspect-ratio: 16/9;
  }
}
.ce.cards.cardsSectionType_2 .card.gridPos_6 {
  grid-area: gridPos_6;
  aspect-ratio: 16/9;
}
.ce.cards.cardsSectionType_2 .card.gridPos_7 {
  grid-area: gridPos_7;
  aspect-ratio: 16/9;
}

.ce.cards.cardsSectionType_3 .card.gridPos_1,
.ce.cards.cardsSectionType_4 .card.gridPos_1 {
  grid-area: gridPos_1;
  aspect-ratio: 16/9;
}

#header {
  position: relative;
  padding: 2.0833333333vw 4.1666666667vw;
  font-size: var(--fs-sm);
  background: var(--headerBgColor);
}
#header.ar {
  height: inherit;
  padding: 0;
  overflow: hidden;
}
#header.ar .bg_image {
  position: absolute;
}
#header .wrapper {
  position: relative;
  height: 100%;
}
#header #header_items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#header #header_items .logo,
#header #header_items #buttons {
  width: 20%;
}
#header #header_items #main_menu {
  width: 60%;
}
#header #header_items .logo {
  height: auto;
}
#header #header_items #buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--dist_05_lh);
}
#header #header_items #buttons a.button:nth-child(1) {
  color: var(--buttonTColor_1);
  background: var(--buttonColor_1);
  border-color: var(--buttonBorderColor_1);
}
#header #header_items #buttons a.button:nth-child(1):active, #header #header_items #buttons a.button:nth-child(1):focus, #header #header_items #buttons a.button:nth-child(1):hover {
  color: var(--buttonHoverTextColor_1);
  background: var(--buttonHoverColor_1);
}
#header #header_items #buttons a.button:nth-child(2) {
  color: var(--buttonTColor_2);
  background: var(--buttonColor_2);
  border-color: var(--buttonBorderColor_2);
}
#header #header_items #buttons a.button:nth-child(2):active, #header #header_items #buttons a.button:nth-child(2):focus, #header #header_items #buttons a.button:nth-child(2):hover {
  color: var(--buttonHoverTextColor_2);
  background: var(--buttonHoverColor_2);
}

#header {
  background: none;
  aspect-ratio: 5/2;
  padding: 2.0833333333vw;
}
#header .bg_image {
  position: absolute;
}

#footer {
  min-height: var(--footerMinHeight);
  color: var(--footerTColor_1);
  background: var(--footerBgColor);
}
#footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: var(--fs-sm);
}

#footer .wrapper {
  padding: 4.1666666667vw calc(1.5 * var(--sttSize)) 4.1666666667vw 4.1666666667vw;
}
#footer .wrapper .footer_items {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
  justify-content: space-between;
}
#footer .wrapper .footer_items #copyright {
  order: 2;
  padding-top: var(--dist_1_lh);
}
@media screen and (min-width: 960px) {
  #footer .wrapper .footer_items {
    flex-direction: row;
    flex-grow: 3;
    align-items: flex-end;
  }
  #footer .wrapper .footer_items #copyright {
    order: unset;
    flex-grow: 1;
    padding-top: 0;
  }
}

nav a, nav a:link, nav a:visited {
  text-decoration: none;
  color: var(--menuColor);
}
nav a:active, nav a:focus, nav a:hover {
  color: var(--menuHoverColor);
}
nav ul {
  display: flex;
  flex-direction: column;
  gap: var(--dist_05_lh);
  margin: 0;
  padding: 0;
  line-height: var(--lineHeightStd);
  list-style-type: none;
}
@media screen and (min-width: 960px) {
  nav ul {
    flex-direction: row;
  }
}

@media (min-width: 1920px) {
  #hamburgerButton,
  #scroll_to_top {
    right: calc((100vw - 1920px + 4.5454545455vw) / 2);
  }
}

#hamburgerButton {
  position: fixed;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 10;
  background-color: var(--colorLight);
  cursor: pointer;
}

#scroll_to_top {
  display: block;
  position: fixed;
  right: var(--dist_05_lh);
  bottom: var(--dist_05_lh);
  width: var(--sttSize);
  height: var(--sttSize);
  box-sizing: border-box;
  padding: var(--sttPadding);
  background: var(--color_1);
  z-index: 1010;
}

#main_menu ul,
#sub_menu ul {
  display: none;
}
@media screen and (min-width: 960px) {
  #main_menu ul,
  #sub_menu ul {
    display: flex;
    justify-content: center;
    position: relative;
    top: 2px;
  }
  #main_menu ul li,
  #sub_menu ul li {
    padding: 0 var(--dist_05_lh);
    transition: padding var(--transition_medium);
  }
}
@media screen and (min-width: 960px) and (min-width: 1280px) {
  #main_menu ul li,
  #sub_menu ul li {
    padding: 0 var(--dist_1_lh);
  }
}

#sub_menu {
  padding-top: var(--dist_05_lh);
}

#main .breadcrumbs {
  margin-top: 1vw;
}
#main .breadcrumbs ul {
  max-width: 62ch;
  margin: 0 auto;
  padding-left: 0;
}
#main .breadcrumbs ul li {
  display: inline;
}
#main .breadcrumbs ul li:not(:first-child):before {
  content: "|";
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#main .pagination {
  margin-top: var(--ceOuterMargin);
  text-align: center;
}
#main .pagination ul {
  dislay: inline-block;
  margin: 0 auto;
}
#main .pagination ul li {
  display: inline-block;
}
#main .pagination ul li.active {
  padding: min(6px, 1vw) min(20px, 2vw);
  color: var(--tColor_1_ToLight);
}
#main .pagination ul li a {
  display: block;
  padding: min(6px, 1vw) min(20px, 2vw);
  color: var(--tColor_1_ToLight);
  background: transparent;
  transition: all var(--transition_medium);
}
#main .pagination ul li a:hover {
  color: #ffffff;
  background: var(--colorLight);
}
#main .pagination ul li.previous a, #main .pagination ul li.next a {
  color: #ffffff;
  background: var(--colorLight);
}
#main .pagination ul li.previous a:hover, #main .pagination ul li.next a:hover {
  color: var(--tColor_1_ToLight);
  background: var(--colorLight) t;
}

#footer_menu {
  flex-grow: 2;
}
#footer_menu ul {
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  #footer_menu ul {
    flex-direction: row;
    justify-content: flex-start;
  }
  #footer_menu ul li:not(:first-child) {
    padding-left: var(--dist_2_lh);
  }
}
#footer_menu a {
  color: var(--footerTColor_2);
}
#footer_menu a:active, #footer_menu a:focus, #footer_menu a:hover {
  color: var(--footerTColor_3);
}

#social_media {
  flex-grow: 1;
}
#social_media ul {
  display: flex;
}
#social_media ul li {
  padding: 0 var(--dist_1_lh);
}
#social_media ul li svg .light {
  fill: #fff;
}
#social_media ul li svg .dark {
  fill: #000;
}

#footer_menu a {
  color: var(--footerTColor_1);
}

#main_menu ul,
#sub_menu ul {
  display: none;
}
@media screen and (min-width: 960px) {
  #main_menu ul,
  #sub_menu ul {
    display: flex;
    justify-content: center;
    position: relative;
    top: 2px;
  }
  #main_menu ul li,
  #sub_menu ul li {
    padding: 0 var(--dist_05_lh);
    transition: padding var(--transition_medium);
  }
}
@media screen and (min-width: 960px) and (min-width: 1280px) {
  #main_menu ul li,
  #sub_menu ul li {
    padding: 0 var(--dist_1_lh);
  }
}

#sub_menu {
  padding-top: var(--dist_05_lh);
}

#footer_menu {
  flex-grow: 2;
}
#footer_menu ul {
  flex-direction: column;
}
@media screen and (min-width: 480px) {
  #footer_menu ul {
    flex-direction: row;
    justify-content: flex-start;
  }
  #footer_menu ul li:not(:first-child) {
    padding-left: var(--dist_2_lh);
  }
}

#social_media {
  flex-grow: 1;
}
#social_media ul {
  display: flex;
}
#social_media ul li {
  padding: 0 var(--dist_1_lh);
}
#social_media ul li svg .light {
  fill: #fff;
}
#social_media ul li svg .dark {
  fill: #000;
}

#breadcrumbs {
  margin-top: 1vw;
}
#breadcrumbs ul {
  max-width: 62ch;
  margin: 0 auto;
  padding-left: 0;
}
#breadcrumbs ul li {
  display: inline;
}
#breadcrumbs ul li:not(:first-child):before {
  content: "|";
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.pagination {
  margin-top: var(--ceOuterMargin);
  text-align: center;
}
.pagination ul {
  dislay: inline-block;
  margin: 0 auto;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li.active {
  padding: min(6px, 1vw) min(20px, 2vw);
  color: var(--tColor_1_ToLight);
}
.pagination ul li a {
  display: block;
  padding: min(6px, 1vw) min(20px, 2vw);
  color: var(--tColor_1_ToLight);
  background: transparent;
  transition: all var(--transition_medium);
}
.pagination ul li a:hover {
  color: #ffffff;
  background: var(--buttonColor_1);
}
.pagination ul li.previous a, .pagination ul li.next a {
  color: #ffffff;
  background: var(--buttonColor_1);
}
.pagination ul li.previous a:hover, .pagination ul li.next a:hover {
  color: var(--tColor_1_ToLight);
  background: var(--buttonColor_1) t;
}

@media (min-width: 1920px) {
  #hamburgerButton,
  #ScrollToTop {
    right: calc((100vw - 1920px + 4.5454545455vw) / 2);
  }
}

#hamburgerButton {
  position: fixed;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 10;
  background-color: transparent;
  cursor: pointer;
}

#hamburgerRadio {
  display: none;
}
#hamburgerRadio:not(:checked) ~ #main_menu {
  transform: translateY(-300%);
}
@media (min-width: var(--bpT1)) {
  #hamburgerRadio:not(:checked) ~ #main_menu {
    transform: translateX(300%);
  }
}
@media (min-width: 1920px) {
  #hamburgerRadio:not(:checked) ~ #main_menu {
    opacity: 0;
  }
}
#hamburgerRadio:checked ~ #header .logo {
  opacity: 0%;
}
@media (min-width: var(--bpT1)) {
  #hamburgerRadio:checked ~ #header .logo {
    opacity: 1;
  }
}

#ScrollToTop {
  box-sizing: border-box;
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: var(--sttSize);
  height: var(--sttSize);
  margin: var(--sttMargin);
  padding: var(--sttPadding);
  background: var(--color_2);
  border-radius: var(--buttonBorderRadius);
  z-index: 1010;
}
#ScrollToTop:not(.visible) {
  opacity: 0;
  pointer-events: none;
}

#ScrollToTop {
  /*	background: var(--color_2); */
}

button, input, optgroup, select, textarea {
  line-height: var(--lineHeightStd);
}

button, input, optgroup, select, textarea {
  line-height: var(--lineHeightStd);
}

.home #header .content .logo a {
  display: none;
}
@media (min-width: 500px) {
  .home #header .content .logo a {
    display: block;
  }
}
.home .ce {
  text-align: center;
}
.home section.headline {
  background-color: var(--colorLight);
  width: 100%;
  color: var(var(--textColor_1));
  padding: 3.8461538462vw;
}
.home section.headline .textBox {
  text-align: center;
}
.home section.headline .textBox p {
  max-width: --textMaxWidth;
  margin: var(--dist_3_lh) auto 0;
}
.home .ce.media {
  margin: 0;
}
.home.pinBoard {
  background-color: var(--color_0);
  padding: 3rem 0;
  color: var(var(--textColor_1));
}
.home.pinBoard h2 {
  text-align: center;
}
.home.pinBoard .cardContainer .pinCard {
  display: block;
}
.home.pinBoard .cardContainer .pinCard:not(:first-child) {
  margin-top: 4rem;
}
.home.pinBoard .cardContainer .pinCard .text {
  color: var(var(--textColor_1));
}
.home.pinBoard .cardContainer .pinCard .text h3 {
  text-transform: uppercase;
}
@media (min-width: var(--bpT2)) {
  .home.pinBoard .cardContainer {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .home.pinBoard .cardContainer .pinCard {
    display: flex;
    flex-direction: column;
    flex-basis: 33.3333%;
    gap: 0;
    margin: 0 0.2rem;
  }
  .home.pinBoard .cardContainer .pinCard:not(:first-child) {
    margin-top: 0;
  }
  .home.pinBoard .cardContainer .pinCard .box {
    background-color: transparent;
    overflow: hidden;
    aspect-ratio: 16/9;
  }
  .home.pinBoard .cardContainer .pinCard .box .image {
    object-fit: cover;
    height: 100%;
    transition: transform var(--transition_fast);
  }
  .home.pinBoard .cardContainer .pinCard .text {
    margin-top: 1rem;
    padding: 0 20px;
  }
}

.basic .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
.basic #header {
  background-color: var(--colorLight);
  height: 25vh;
}
.basic h1,
.basic h2 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: var(--semibold);
}
.basic .text {
  margin-top: 1.5rem;
}
.basic p {
  margin: 0.5rem 0 0;
}
.basic ul {
  padding: 0 0 0 1.1rem;
}
.basic ul li {
  margin-top: 1.5rem;
}

.listPage #header .content {
  background-color: var(--colorLight);
  padding-top: 133.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  background-size: 200% 200%;
  transition: unset;
}
@media (min-width: var(--bpT1)) {
  .listPage #header .content {
    padding-top: 75%;
  }
}
@media (min-width: var(--bpD1)) {
  .listPage #header .content {
    padding-top: 56.25%;
  }
}
.listPage #header .content .header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: calc(16.6666666667vh - 3vw);
}
@media (min-width: var(--bpT1)) {
  .listPage #header .content .header {
    padding-top: 0;
  }
}
.listPage #header .content .header .h1 {
  color: var(var(--textColor_1));
}
@media (min-width: var(--bpT1)) {
  .listPage #header .content {
    background-size: 100% 100%;
  }
}
.listPage .breadcrumbs + section.text {
  margin-top: var(--dist_6_lh);
}
.listPage .gridBox .text {
  align-self: flex-start;
}
@media (min-width: var(--bpT2)) {
  .listPage .gridBox .text {
    align-self: flex-end;
  }
}
.listPage .gridBox .text p {
  margin: 0;
  padding-top: 0.5rem;
}
.listPage .gridBox .taxTeaser {
  height: auto;
  display: flex;
  gap: 0;
  margin-top: 2rem;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: var(--bpT2)) {
  .listPage .gridBox .taxTeaser {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
  .listPage .gridBox .taxTeaser .image {
    flex-basis: 33.33%;
  }
  .listPage .gridBox .taxTeaser .image .cat1 {
    display: none;
  }
}
.listPage .gridBox .taxTeaser .box {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.listPage .gridBox .taxTeaser .box .image {
  object-fit: cover;
  height: 100%;
  transition: var(--transition_fast);
}
.listPage .gridBox .taxTeaser .text .badge {
  display: none;
}
@media (min-width: var(--bpT2)) {
  .listPage .gridBox .taxTeaser .text .badge {
    display: inline-block;
  }
}
.listPage .gridBox .taxTeaser .text .info {
  display: block;
  font-size: min(0.65rem + 1vw, 1rem);
  margin-top: 5px;
}
@media (min-width: var(--bpT2)) {
  .listPage .gridBox .pT1 .text {
    flex-basis: 66.6666666667%;
    padding-bottom: 1rem;
    padding-right: 1rem;
    text-align: right;
  }
  .listPage .gridBox .pT1 .box {
    order: 2;
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: var(--bpD1)) {
  .listPage .gridBox .pT1 .text {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}
.listPage .gridBox .pT2 .mobile {
  display: block;
}
.listPage .gridBox .pT2 .desktop {
  display: none;
}
@media (min-width: var(--bpT2)) {
  .listPage .gridBox .pT2 .mobile {
    display: none;
  }
  .listPage .gridBox .pT2 .desktop {
    display: block;
  }
  .listPage .gridBox .pT2 .text {
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: var(--bpT2)) and (min-width: var(--bpT2)) {
  .listPage .gridBox .pT2 .text {
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: var(--bpT2)) and (min-width: var(--bpD1)) {
  .listPage .gridBox .pT2 .text {
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: var(--bpT2)) {
  .listPage .gridBox .pT2 .text p {
    width: 85%;
  }
}
@media (min-width: var(--bpT2)) and (min-width: var(--bpD1)) {
  .listPage .gridBox .pT2 .text p {
    width: 66.66%;
  }
}
@media (min-width: var(--bpT2)) {
  .listPage .gridBox .pT2 .box {
    flex-basis: 66.6666666667%;
  }
}

.blog .ce.gridBox .text,
.blogTag .ce.gridBox .text {
  align-self: flex-start;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .text,
  .blogTag .ce.gridBox .text {
    align-self: flex-end;
  }
}
.blog .ce.gridBox .text p,
.blogTag .ce.gridBox .text p {
  margin: 0;
  padding-top: 0.5rem;
}
.blog .ce.gridBox .taxTeaser,
.blogTag .ce.gridBox .taxTeaser {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: auto;
  margin-top: 2rem;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .taxTeaser,
  .blogTag .ce.gridBox .taxTeaser {
    align-items: flex-end;
  }
}
.blog .ce.gridBox .taxTeaser .box,
.blogTag .ce.gridBox .taxTeaser .box {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.blog .ce.gridBox .taxTeaser .box .image,
.blogTag .ce.gridBox .taxTeaser .box .image {
  object-fit: cover;
  height: 100%;
  transition: var(--transition_fast);
}
.blog .ce.gridBox .taxTeaser .text .badge,
.blogTag .ce.gridBox .taxTeaser .text .badge {
  display: none;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .taxTeaser .text .badge,
  .blogTag .ce.gridBox .taxTeaser .text .badge {
    display: inline-block;
  }
}
.blog .ce.gridBox .taxTeaser .text .info,
.blogTag .ce.gridBox .taxTeaser .text .info {
  display: block;
  font-size: min(0.65rem + 1vw, 1rem);
  margin-top: 5px;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .taxTeaser,
  .blogTag .ce.gridBox .taxTeaser {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog .ce.gridBox .taxTeaser .image,
  .blogTag .ce.gridBox .taxTeaser .image {
    flex-basis: 50%;
  }
  .blog .ce.gridBox .taxTeaser .image .cat1,
  .blogTag .ce.gridBox .taxTeaser .image .cat1 {
    display: none;
  }
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT1 .text,
  .blogTag .ce.gridBox .pT1 .text {
    flex-basis: 50%;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    text-align: right;
  }
  .blog .ce.gridBox .pT1 .box,
  .blogTag .ce.gridBox .pT1 .box {
    order: 2;
    flex-basis: 50%;
  }
}
@media (min-width: var(--bpD2)) {
  .blog .ce.gridBox .pT1 .text,
  .blogTag .ce.gridBox .pT1 .text {
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.blog .ce.gridBox .pT2 .mobile,
.blogTag .ce.gridBox .pT2 .mobile {
  display: block;
}
.blog .ce.gridBox .pT2 .desktop,
.blogTag .ce.gridBox .pT2 .desktop {
  display: none;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .mobile,
  .blogTag .ce.gridBox .pT2 .mobile {
    display: none;
  }
  .blog .ce.gridBox .pT2 .desktop,
  .blogTag .ce.gridBox .pT2 .desktop {
    display: block;
  }
  .blog .ce.gridBox .pT2 .text,
  .blogTag .ce.gridBox .pT2 .text {
    flex-basis: 50%;
  }
}
@media (min-width: var(--bpD1)) and (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .text,
  .blogTag .ce.gridBox .pT2 .text {
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (min-width: var(--bpD1)) and (min-width: var(--bpD2)) {
  .blog .ce.gridBox .pT2 .text,
  .blogTag .ce.gridBox .pT2 .text {
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .text p,
  .blogTag .ce.gridBox .pT2 .text p {
    width: 85%;
  }
}
@media (min-width: var(--bpD1)) and (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .text p,
  .blogTag .ce.gridBox .pT2 .text p {
    width: 66.66%;
  }
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .box,
  .blogTag .ce.gridBox .pT2 .box {
    flex-basis: 50%;
  }
}
.blog .ce.gridBox .pagination,
.blogTag .ce.gridBox .pagination {
  margin-top: 4rem;
}
.blog .ce.gridBox .pagination ul,
.blogTag .ce.gridBox .pagination ul {
  display: flex;
  justify-content: center;
  gap: 0;
}
.blog .ce.gridBox .pagination ul li,
.blogTag .ce.gridBox .pagination ul li {
  margin: 0 0.5rem;
}
.blog .ce.gridBox .pagination ul li.active,
.blogTag .ce.gridBox .pagination ul li.active {
  font-weight: var(--bold);
}

.blog .ce.gridBox .text,
.blogTag .ce.gridBox .text {
  align-self: flex-start;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .text,
  .blogTag .ce.gridBox .text {
    align-self: flex-end;
  }
}
.blog .ce.gridBox .text p,
.blogTag .ce.gridBox .text p {
  margin: 0;
  padding-top: 0.5rem;
}
.blog .ce.gridBox .taxTeaser,
.blogTag .ce.gridBox .taxTeaser {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: auto;
  margin-top: 2rem;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .taxTeaser,
  .blogTag .ce.gridBox .taxTeaser {
    align-items: flex-end;
  }
}
.blog .ce.gridBox .taxTeaser .box,
.blogTag .ce.gridBox .taxTeaser .box {
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.blog .ce.gridBox .taxTeaser .box .image,
.blogTag .ce.gridBox .taxTeaser .box .image {
  object-fit: cover;
  height: 100%;
  transition: var(--transition_fast);
}
.blog .ce.gridBox .taxTeaser .text .badge,
.blogTag .ce.gridBox .taxTeaser .text .badge {
  display: none;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .taxTeaser .text .badge,
  .blogTag .ce.gridBox .taxTeaser .text .badge {
    display: inline-block;
  }
}
.blog .ce.gridBox .taxTeaser .text .info,
.blogTag .ce.gridBox .taxTeaser .text .info {
  display: block;
  font-size: min(0.65rem + 1vw, 1rem);
  margin-top: 5px;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .taxTeaser,
  .blogTag .ce.gridBox .taxTeaser {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
  .blog .ce.gridBox .taxTeaser .image,
  .blogTag .ce.gridBox .taxTeaser .image {
    flex-basis: 50%;
  }
  .blog .ce.gridBox .taxTeaser .image .cat1,
  .blogTag .ce.gridBox .taxTeaser .image .cat1 {
    display: none;
  }
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT1 .text,
  .blogTag .ce.gridBox .pT1 .text {
    flex-basis: 50%;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    text-align: right;
  }
  .blog .ce.gridBox .pT1 .box,
  .blogTag .ce.gridBox .pT1 .box {
    order: 2;
    flex-basis: 50%;
  }
}
@media (min-width: var(--bpD2)) {
  .blog .ce.gridBox .pT1 .text,
  .blogTag .ce.gridBox .pT1 .text {
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.blog .ce.gridBox .pT2 .mobile,
.blogTag .ce.gridBox .pT2 .mobile {
  display: block;
}
.blog .ce.gridBox .pT2 .desktop,
.blogTag .ce.gridBox .pT2 .desktop {
  display: none;
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .mobile,
  .blogTag .ce.gridBox .pT2 .mobile {
    display: none;
  }
  .blog .ce.gridBox .pT2 .desktop,
  .blogTag .ce.gridBox .pT2 .desktop {
    display: block;
  }
  .blog .ce.gridBox .pT2 .text,
  .blogTag .ce.gridBox .pT2 .text {
    flex-basis: 50%;
  }
}
@media (min-width: var(--bpD1)) and (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .text,
  .blogTag .ce.gridBox .pT2 .text {
    padding-left: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media (min-width: var(--bpD1)) and (min-width: var(--bpD2)) {
  .blog .ce.gridBox .pT2 .text,
  .blogTag .ce.gridBox .pT2 .text {
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .text p,
  .blogTag .ce.gridBox .pT2 .text p {
    width: 85%;
  }
}
@media (min-width: var(--bpD1)) and (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .text p,
  .blogTag .ce.gridBox .pT2 .text p {
    width: 66.66%;
  }
}
@media (min-width: var(--bpD1)) {
  .blog .ce.gridBox .pT2 .box,
  .blogTag .ce.gridBox .pT2 .box {
    flex-basis: 50%;
  }
}
.blog .ce.gridBox .pagination,
.blogTag .ce.gridBox .pagination {
  margin-top: 4rem;
}
.blog .ce.gridBox .pagination ul,
.blogTag .ce.gridBox .pagination ul {
  display: flex;
  justify-content: center;
  gap: 0;
}
.blog .ce.gridBox .pagination ul li,
.blogTag .ce.gridBox .pagination ul li {
  margin: 0 0.5rem;
}
.blog .ce.gridBox .pagination ul li.active,
.blogTag .ce.gridBox .pagination ul li.active {
  font-weight: var(--bold);
}

.blog.article #main .textBox.author {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  margin-top: var(--dist_6_lh);
}
.blog.article #main .textBox.author .image {
  flex-basis: 25%;
}
.blog.article #main .textBox.author .text {
  flex-basis: 66.6666666667%;
  line-height: 1.2;
}
.blog.article #main .textBox.author .text .date {
  font-size: var(--fs--2);
}
.blog.article #main .textBox.author .text .title {
  font-size: var(--fs--1);
  font-weight: var(--bold);
}
.blog.article #main .textBox.author .text .subline {
  font-size: var(--fs--1);
}

.blog.article #main .textBox.author {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  margin-top: var(--dist_6_lh);
}
.blog.article #main .textBox.author .image {
  flex-basis: 25%;
}
.blog.article #main .textBox.author .text {
  flex-basis: 66.6666666667%;
  line-height: 1.2;
}
.blog.article #main .textBox.author .text .date {
  font-size: var(--fs--2);
}
.blog.article #main .textBox.author .text .title {
  font-size: var(--fs--1);
  font-weight: var(--bold);
}
.blog.article #main .textBox.author .text .subline {
  font-size: var(--fs--1);
}

.ce.ce_dist_0 {
  margin-top: 0;
}
.ce.ce_dist_xxs {
  margin-top: var(--dist_05_lh);
}
.ce.ce_dist_xs {
  margin-top: var(--dist_1_lh);
}
.ce.ce_dist_s {
  margin-top: var(--dist_2_lh);
}
.ce.ce_dist_m {
  margin-top: var(--dist_3_lh);
}
.ce.ce_dist_l {
  margin-top: var(--dist_4_lh);
}
.ce.ce_dist_xl {
  margin-top: var(--dist_6_lh);
}
.ce.ce_dist_xxl {
  margin-top: var(--dist_8_lh);
}
.ce header.align_l h2,
.ce header.align_l p {
  text-align: left;
}
.ce header.align_c h2,
.ce header.align_c p {
  text-align: center;
}
.ce header.align_r h2,
.ce header.align_r p {
  text-align: right;
}
.ce header.align_b h2,
.ce header.align_b p {
  text-align: block;
}
.ce header + .content {
  margin-top: var(--dist_2_lh);
}
.ce header,
.ce .text {
  max-width: var(--textMaxWidth);
  padding-left: var(--sidePadding_s);
  padding-right: var(--sidePadding_s);
}
@media screen and (min-width: 600px) {
  .ce header,
  .ce .text {
    padding-left: var(--sidePadding_m);
    padding-right: var(--sidePadding_m);
  }
}
@media screen and (min-width: 960px) {
  .ce header,
  .ce .text {
    padding-left: var(--sidePadding_l);
    padding-right: var(--sidePadding_l);
  }
}
.ce .bg_color_1 {
  background: var(--color_1);
}
.ce .bg_color_2 {
  background: var(--color_2);
}
.ce .bg_color_3 {
  background: var(--color_3);
}
.ce .aspectRatioPadding {
  height: auto;
  padding-top: 66.6666666667%;
}
.ce .card {
  display: block;
  position: relative;
  overflow: hidden;
}
.ce .card .image {
  width: 100%;
  object-fit: cover;
  transition: transform var(--transition_slow);
}
.ce a.card .image:hover {
  transform: scale(1.05);
}

#main .ce header {
  margin: auto;
  padding-left: 0;
}

#header .content .ce.media {
  margin-top: 0;
}

.ce.ceYoutube .videoWrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0;
}
.ce.ceYoutube .videoWrapper .videoBox {
  flex: 0 1 clamp(500px, 50%, 700px);
}
.ce.ceYoutube .videoWrapper .videoBox .contentConsentBox {
  padding: 1rem;
  border: 1px solid var(--colorLight);
}
@media (min-width: var(--bpD2)) {
  .ce.ceYoutube .videoWrapper .videoBox .contentConsentBox {
    aspect-ratio: 16/9;
  }
}
.ce.ceYoutube .videoWrapper .videoBox .contentConsentBox .text {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 0;
}
.ce.ceYoutube .videoWrapper .videoBox .contentConsentBox .text p {
  font-size: 1rem;
}
.ce.ceYoutube .videoWrapper .videoBox .contentConsentBox .text .contentConsentButton {
  display: inline-block;
  background-color: var(--colorLight);
  color: white;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
  font-weight: bold;
}
.ce.ceYoutube .videoWrapper .videoBox iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.ce.ceGallery .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  max-width: 960px;
  margin: calc(var(--contentMargin) / 2) auto 0;
}
.ce.ceGallery .gallery .item {
  flex: 0 0 33.3333333333%;
  min-width: 300px;
  position: relative;
  padding: 0;
}
.ce.ceGallery .gallery .item:hover .title, .ce.ceGallery .gallery .item:focus .title {
  background: var(--linkHoverColor_0);
}
.ce.ceGallery .gallery .item:hover .title .text, .ce.ceGallery .gallery .item:focus .title .text {
  color: var(--linkColor_0);
}
.ce.ceGallery .gallery .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: var(--colorLight)88;
  padding: 5px;
}
.ce.ceGallery .gallery .item .title,
.ce.ceGallery .gallery .item .title .text {
  transition: all var(--transition_slow);
}

.ce_imageslider .swiper {
  /* add width and height if text only */
}
.ce_imageslider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ce_imageslider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_imageslider .swiper-button-next::after,
.ce_imageslider .swiper-button-prev::after {
  color: #fff;
}
.ce_imageslider .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color_1);
}

.ce_imageslider .swiper-button-next::after,
.ce_imageslider .swiper-button-prev::after {
  color: var(--color_3);
}

.ce_text.pos_l h1, .ce_text.pos_l h2, .ce_text.pos_l h3, .ce_text.pos_l h4, .ce_text.pos_l h5, .ce_text.pos_l h6,
.ce_text.pos_l p {
  margin-left: 0;
  margin-right: auto;
}
.ce_text.pos_c h1, .ce_text.pos_c h2, .ce_text.pos_c h3, .ce_text.pos_c h4, .ce_text.pos_c h5, .ce_text.pos_c h6,
.ce_text.pos_c p {
  margin-left: auto;
  margin-right: auto;
}
.ce_text.pos_r h1, .ce_text.pos_r h2, .ce_text.pos_r h3, .ce_text.pos_r h4, .ce_text.pos_r h5, .ce_text.pos_r h6,
.ce_text.pos_r p {
  margin-left: auto;
  margin-right: 0;
}
.ce_text header,
.ce_text .content {
  padding-left: var(--dist_2_lh);
  padding-right: var(--dist_2_lh);
}
.ce_text .text {
  width: 100%;
  max-width: 62ch;
  margin: 4.5454545455vw auto 0;
}
@media (min-width: var(--bpT2)) {
  .ce_text .text {
    width: 66.66%;
  }
}
@media (min-width: var(--bpD2)) {
  .ce_text .text {
    width: 33.33%;
    margin-left: 33.33%;
  }
}
.ce_text .text .headline {
  text-align: center;
}
.ce_text .text p {
  margin: 1.5rem auto;
  text-align: center;
}
.ce_text .text .author {
  margin-top: 1rem;
}
.ce_text .text .author .date {
  font-size: 1rem;
}
.ce_text .text .author .image {
  margin-top: 1rem;
}

.ce_textletter {
  position: relative;
}
.ce_textletter .letter.image {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ce_textletter .letter.image {
    display: block;
    position: absolute;
    top: 0;
    left: 5%;
    width: 7%;
  }
}
.ce_textletter .letter.image img {
  width: 100%;
  height: auto;
}
.ce_textletter .d_flex,
.ce_textletter .flex {
  flex-direction: columns;
}
@media screen and (min-width: 480px) {
  .ce_textletter .d_flex,
  .ce_textletter .flex {
    -ms-flex-direction: row;
  }
  .ce_textletter .d_flex .spacer,
  .ce_textletter .flex .spacer {
    width: 30%;
  }
}
.ce_textletter .content h1,
.ce_textletter .content h2 {
  font-size: var(--fs-1);
}
.ce_textletter header + p {
  margin-top: var(--dist_1_lh);
}

.ce.ceText3col .headline {
  text-align: center;
}
.ce.ceText3col .textsWrapper {
  margin-top: var(--contentMargin_05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (min-width: 800px) {
  .ce.ceText3col .textsWrapper {
    flex-direction: row;
    align-items: stretch;
  }
}
.ce.ceText3col .textsWrapper .textBox {
  flex: 1 1 100%;
  text-align: center;
  max-width: 450px;
  margin: var(--contentMargin_05) 0;
}
@media (min-width: 800px) {
  .ce.ceText3col .textsWrapper .textBox {
    margin: 0 var(--contentMargin_05);
  }
}
.ce.ceText3col .textsWrapper .textBox .icon {
  width: 120px;
  margin: auto;
}
.ce.ceText3col .textsWrapper .textBox .headline {
  margin-top: 0;
}

.ce_hero_buchenheinrich {
  padding-top: 0;
}
.ce_hero_buchenheinrich .wrapper .content .image {
  position: relative;
  padding: 0;
}
.ce_hero_buchenheinrich .wrapper .content .text {
  position: relative;
  padding: var(--dist_2_lh);
  background: #edeee6;
}
.ce_hero_buchenheinrich .wrapper .content .text .text_box {
  display: flex;
}
.ce_hero_buchenheinrich .wrapper .content .text .text_box .main {
  margin-left: auto;
  margin-right: auto;
}
.ce_hero_buchenheinrich .wrapper .content .text .text_box .spacer {
  width: 0;
  transition: min-width var(--transition_medium);
}
@media screen and (min-width: 960px) {
  .ce_hero_buchenheinrich .wrapper .content .text .text_box .spacer {
    width: 35%;
  }
}
.ce_hero_buchenheinrich .wrapper > .content image {
  padding-top: 0;
}
.ce_hero_buchenheinrich .violator {
  position: absolute;
  z-index: 1;
  bottom: -2ch;
  left: 8%;
  width: 10ch;
  height: 9.652173913ch;
  transition: top var(--transition_medium), left var(--transition_medium), width var(--transition_medium);
}
@media screen and (min-width: 960px) {
  .ce_hero_buchenheinrich .violator {
    left: 5%;
    bottom: -6ch;
    width: 15ch;
    color: var(--textColor_1);
  }
}
.ce_hero_buchenheinrich .violator .v-image {
  position: absolute;
  width: 100%;
}
.ce_hero_buchenheinrich .violator .v-image img.svg {
  width: 100%;
  height: auto;
}
.ce_hero_buchenheinrich .violator .v-text {
  container-type: size;
  position: relative;
  color: var(--textColor_5);
  z-index: 1;
}
.ce_hero_buchenheinrich .violator .v-text h2 {
  padding-top: 3ch;
  font-size: 20cqi;
}
@media screen and (min-width: 960px) {
  .ce_hero_buchenheinrich .violator .v-text h2 {
    padding-top: 6.5ch;
    font-size: 10cqi;
  }
}
.ce_hero_buchenheinrich .violator .v-text p {
  display: none;
  font-size: 7.5cqi;
}
@media screen and (min-width: 960px) {
  .ce_hero_buchenheinrich .violator .v-text p {
    display: block;
  }
}

#main .ce_facilitybox.pos_l header {
  text-align: left;
}
#main .ce_facilitybox ul {
  margin-top: 0;
}
#main .ce_facilitybox ul li::marker {
  color: var(--color_1);
}

.ce_facilitybox header,
.ce_facilitybox .content {
  padding-left: 5%;
  padding-right: 5%;
}
.ce_facilitybox h1,
.ce_facilitybox h2 {
  font-size: var(--fs-1);
}
.ce_facilitybox h3 {
  font-size: var(--fs-0);
}
.ce_facilitybox li {
  margin-top: var(--dist_05_lh);
  font-size: var(--fs--1);
}
.ce_facilitybox .icons {
  margin-top: var(--dist_2_lh);
}
.ce_facilitybox .icons img {
  width: 50px;
  height: 50px;
  margin-left: 0.5rem;
}
.ce_facilitybox .content {
  display: flex;
  gap: var(--dist_2_lh);
  margin-top: var(--dist_2_lh);
}
.ce_facilitybox .content .equipment {
  width: 66.6666%;
}
.ce_facilitybox .content .equipment .d_flex,
.ce_facilitybox .content .equipment .flex {
  display: flex;
  gap: var(--dist_2_lh);
}
.ce_facilitybox .content .equipment .d_flex .box_1,
.ce_facilitybox .content .equipment .d_flex .box_2,
.ce_facilitybox .content .equipment .flex .box_1,
.ce_facilitybox .content .equipment .flex .box_2 {
  width: 50%;
}
.ce_facilitybox .content .specials {
  width: 33.3333%;
}

.ce_cardbox .wrapper .content.grid.ar_5_2 {
  aspect-ratio: unset;
}
.ce_cardbox .wrapper .content.grid.ar_5_2 .card {
  aspect-ratio: 5/2;
}
.ce_cardbox .wrapper .content.grid.ar_2_1 {
  aspect-ratio: unset;
}
.ce_cardbox .wrapper .content.grid.ar_2_1 .card {
  aspect-ratio: 2/1;
}
.ce_cardbox .wrapper .content.grid.ar_16_9 {
  aspect-ratio: unset;
}
.ce_cardbox .wrapper .content.grid.ar_16_9 .card {
  aspect-ratio: 16/9;
}
.ce_cardbox .wrapper .content.grid.ar_4_3 {
  aspect-ratio: unset;
}
.ce_cardbox .wrapper .content.grid.ar_4_3 .card {
  aspect-ratio: 4/3;
}
.ce_cardbox .wrapper .content .d_grid .card,
.ce_cardbox .wrapper .content .grid .card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ce_cardbox .wrapper .content .d_grid .card .text,
.ce_cardbox .wrapper .content .grid .card .text {
  padding: var(--dist_2_lh);
}
.ce_cardbox .wrapper .content .d_grid .card .text h2,
.ce_cardbox .wrapper .content .grid .card .text h2 {
  font-size: var(--fs-0);
}
.ce_cardbox .wrapper .content .d_grid .card .text p,
.ce_cardbox .wrapper .content .grid .card .text p {
  font-size: var(--fs--1);
}

.ce_type_cardbox .gallery {
  display: grid;
}
.ce_type_cardbox .col_count_xs_1 {
  grid-template-columns: repeat(1, 1fr);
}
.ce_type_cardbox .col_count_xs_2 {
  grid-template-columns: repeat(2, 1fr);
}
.ce_type_cardbox .col_count_xs_3 {
  grid-template-columns: repeat(3, 1fr);
}
.ce_type_cardbox .col_count_xs_4 {
  grid-template-columns: repeat(4, 1fr);
}
.ce_type_cardbox .col_count_xs_5 {
  grid-template-columns: repeat(5, 1fr);
}
.ce_type_cardbox .col_count_xs_6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 480px) {
  .ce_type_cardbox .col_count_s_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ce_type_cardbox .col_count_s_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ce_type_cardbox .col_count_s_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ce_type_cardbox .col_count_s_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .ce_type_cardbox .col_count_s_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .ce_type_cardbox .col_count_s_6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 960px) {
  .ce_type_cardbox .col_count_m_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ce_type_cardbox .col_count_m_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ce_type_cardbox .col_count_m_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ce_type_cardbox .col_count_m_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .ce_type_cardbox .col_count_m_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .ce_type_cardbox .col_count_m_6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1280px) {
  .ce_type_cardbox .col_count_l_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ce_type_cardbox .col_count_l_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ce_type_cardbox .col_count_l_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ce_type_cardbox .col_count_l_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .ce_type_cardbox .col_count_l_5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .ce_type_cardbox .col_count_l_6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 599px) {
  .card_type_text_background {
    max-width: 460px;
    justify-items: center;
  }
}
.card_type_text_background .text {
  position: absolute;
  z-index: 1;
  padding: var(--dist_2_lh) var(--dist_1_lh) var(--dist_1_lh);
}

.card.card_type_text.bg_color_2 {
  background-color: var(--color_3);
}

.ce.ceBlogPosts .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (min-width: 1000px) {
  .ce.ceBlogPosts .content {
    flex-direction: row;
    align-items: stretch;
  }
}
.ce.ceBlogPosts .content .post {
  display: block;
  flex: 1 1 100%;
  margin-top: var(--dist_3_lh);
}
.ce.ceBlogPosts .content .post:hover .img img, .ce.ceBlogPosts .content .post:active .img img {
  transform: scale(1.05);
}
.ce.ceBlogPosts .content .post .img {
  margin: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.ce.ceBlogPosts .content .post .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition_slow);
}
.ce.ceBlogPosts .content .post .text {
  padding: 2vw;
}
.ce.ceBlogPosts .content .post .text h3 {
  margin: 0;
}

@keyframes hide {
  0% {
    position: relative;
    visibility: visible;
    display: block;
    transform: scale(1);
    opacity: 1;
  }
  99% {
    position: relative;
    visibility: visible;
    display: block;
    transform: scale(0);
    opacity: 0;
  }
  100% {
    position: absolute;
    visibility: hidden;
    display: none;
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes show {
  0% {
    position: absolute;
    visibility: hidden;
    display: none;
    transform: scale(0);
    opacity: 0;
  }
  1% {
    position: relative;
    visibility: visible;
    display: block;
    transform: scale(0);
    opacity: 0;
  }
  100% {
    position: relative;
    visibility: visible;
    display: block;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: fadein var(--transition_medium);
}

#body {
  background: url("../img/hintergrund_verlauf.png");
}

/*
#section_1085 {

	.content {

		.card:nth-child(1) {
			background: var(--color_3);
		}
		.card:nth-child(3) {
			background: var(--color_1);
		}
	}
}

#section_1211 {

	.card:nth-child(1) {
		order: 2;

		@media screen and (min-width: c.$bpT1) {
			order: 1;
		}
		@media screen and (min-width: c.$bpD1) {
			order: 1;
		}
	}

	.card:nth-child(2) {
		order: 3;

		@media screen and (min-width: c.$bpT1) {
			order: 3;
		}
		@media screen and (min-width: c.$bpD1) {
			order: 2;
		}
	}

	.card:nth-child(3) {
		order: 1;

		@media screen and (max-width: calc(c.$bpT1 - 1px)) {
			aspect-ratio: unset;
			height: 6rem;
		}
		@media screen and (min-width: c.$bpT1) {
			order: 2;
		}
		@media screen and (min-width: c.$bpD1) {
			order: 3;
			justify-content: start;
			align-items: end;
		}

		.text {

			@media screen and (min-width: c.$bpD1) {
				padding-left: 0;
			}

			h2 {
				font-size: var(--fs-4);
				font-weight: var(--bold);
				color: var(--color_1);
			}
		}
	}
	.card:nth-child(4) {
		order: 4;

		@media screen and (max-width: calc(c.$bpT1 - 1px)) {
			h2.align_r,
			p.align_right{
				text-align: center !important;
			}
		}
		@media screen and (min-width: c.$bpT1) {
			order: 5;
			justify-content: flex-end;

			.text {
				max-width: 22ch;
				padding-right: 0;
			}
		}
		@media screen and (min-width: c.$bpD1) {
			order: 4;
		}
	}
	.card:nth-child(5) {
		order: 5;

		@media screen and (min-width: c.$bpT1) {
			order: 4;
		}
		@media screen and (min-width: c.$bpD1) {
			order: 5;
			justify-content: flex-end;
		}
	}
	.card:nth-child(6) {
		order: 6;
	}

	.wrapper .content.grid.ar_4_3 .card {
		aspect-ratio: unset;
	}
	.wrapper .content.grid.ar_4_3 .card .text {
		padding: 0;
	}
}

#section_2179 .gridPos_5 > img {
	object-position: 50% 10%;
}


.multi-apartment-form {
	.border-box {
		background: var(--color_2);
	}
}
*/
#section_1072 {
  background-color: #dce1e0;
}

@media screen and (min-width: 960px) {
  .mobile_menu {
    display: none;
  }
}
#section_1062 .badge {
  font-family: var(--fontSansSerif_1);
  font-weight: var(--bold);
  font-size: var(--fs-2);
  color: var(--colorLight);
  background-color: transparent;
  padding: min(6px, 1vw) min(20px, 2vw);
  hyphens: none;
  display: block;
  position: absolute;
  bottom: 6cqi;
  width: 86cqi;
  padding: 2.5cqi 2cqi 2cqi 3.5cqi;
}

/* es 2021-06-30 */
ul.withHashTags li a::before {
  content: "#";
}

/* MM: eingefuegt da sonst falscher BG bei gradientgrey */
#header .content.gradientGrey {
  background-color: #4f4f4f;
}

#header .content.gradientBlue {
  background-color: #1D316F;
}

#header .content.gradientRed {
  background-color: #922020;
}

@media (min-width: var(--bpT2)) {
  a.taxTeaser:hover .image {
    transform: scale(1.05);
  }
}
@media (min-width: var(--bpT2)) {
  a.pinCard:hover .image {
    transform: scale(1.05);
  }
}

/*# sourceMappingURL=site.css.map */
