:root {
    --font-family-preset-system: "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-preset-dairantou: Dairantou, "-apple-system", BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
    --font-family-preset-georgia: Georgia, Garamond, "Times New Roman", Times, serif;
    --font-family-preset-inter: Inter, "-apple-system", BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
    --font-family-preset-roboto: Roboto, "-apple-system", BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
    --font-family-preset-script: "Segoe Script", Gabriola, Playball, Magnolia, "Kaushan Script", "Dancing Script", cursive;
    --font-family-preset-futura: Futura, "Avenir Next", "Avenir LT Std", Avenir, Poppins, Nunito, sans-serif;
    --font-family-preset-rounded: "Arial Rounded MT Bold", "VAG Rounded Bold", "VAG Rounded", "Varela Round", ui-rounded, sans-serif;
    --font-family-default: var(--font-family-preset-system);
    --font-family-title: var(--font-family-preset-dairantou);
    --font-family-title-georgia: var(--font-family-preset-georgia);
    --font-family-inter: var(--font-family-preset-inter);
    --font-family-roboto: var(--font-family-preset-roboto)
}

*,
*::before,
*::after {
    box-sizing: border-box
}

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

.screen-reader-text,
.is-screen-reader-text,
.sr-only {
    display: none
}

@media (min-width:768px) {
    .mobile-only {
        display: none
    }
}

html,
body,
main,
.main,
.editor-styles-wrapper,
p {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-default);
    font-weight: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.5
}

h1,
h2 {
    font-family: var(--font-family-title);
    font-size: 36px;
    font-weight: normal;
    line-height: 1
}

body {
    --color-white-theme-background: #fff;
    --color-white-theme-background-home-main: #fff;
    --color-white-theme-background-secondary: #fafafa;
    --color-white-theme-background-overlay: #fafafae6;
    --color-white-theme-foreground: #000;
    --color-white-theme-foreground-secondary: #797d86;
    --color-white-theme-foreground-tertiary: #2e3138;
    --color-white-theme-foreground-dimmed: #595E69;
    --color-white-theme-foreground-pages: #16181d;
    --color-white-theme-foreground-pages-links: #2c4f86;
    --color-white-theme-foreground-before-image: #fff;
    --color-white-theme-background-behind-image: #16181d;
    --color-white-theme-foreground-legal-links: #afb1bb;
    --color-white-theme-accent: #b51963;
    --color-white-theme-accent-secondary: #5928ed;
    --color-white-theme-accent-subheadline: #b51963;
    --color-white-theme-footer-border: #ededed;
    --color-white-theme-header-form-border: #ccc;
    --color-white-theme-header-navigation-text: #16181D;
    --color-white-theme-list-title: #2c4f86;
    --color-white-theme-list-date: #adadad;
    --color-white-theme-list-excerpt: #777;
    --color-white-theme-list-readmore: #2c4f86;
    --color-white-theme-form-background: #fafafa;
    --border-style-white-theme-search-minimal: solid 1px #c9cbce;
    --border-style-white-theme-search-minimal-focus: solid 2px #16181d;
    --font-family-white-theme-header-navigation: var(--font-family-default);
    --font-family-white-theme-single-post-title: var(--font-family-roboto);
    --font-size-white-theme-single-post: 14px;
    --color-blue-theme-background: #01074b;
    --color-blue-theme-background-home-main: #01074b;
    --color-blue-theme-background-secondary: #0e1353;
    --color-blue-theme-background-overlay: #01074b;
    --color-blue-theme-foreground: #fff;
    --color-blue-theme-foreground-secondary: #afb1b6;
    --color-blue-theme-foreground-tertiary: #7d8497;
    --color-blue-theme-foreground-dimmed: #e4e5e7;
    --color-blue-theme-foreground-pages: #7d8497;
    --color-blue-theme-foreground-pages-links: #2c4f86;
    --color-blue-theme-foreground-before-image: #fff;
    --color-blue-theme-background-behind-image: #01074b;
    --color-blue-theme-foreground-legal-links: #afb1b6;
    --color-blue-theme-accent: #b51963;
    --color-blue-theme-accent-secondary: #fff;
    --color-blue-theme-accent-subheadline: #fff;
    --color-blue-theme-footer-border: #ededed;
    --color-blue-theme-header-form-border: #ccc;
    --color-blue-theme-header-navigation-text: #fff;
    --color-blue-theme-list-title: #7d8497;
    --color-blue-theme-list-date: #7d8497;
    --color-blue-theme-list-excerpt: #7d8497;
    --color-blue-theme-list-readmore: #7d8497;
    --color-blue-theme-form-background: #202561;
    --border-style-blue-theme-search-minimal: solid 1px #797d86;
    --border-style-blue-theme-search-minimal-focus: solid 2px #81858e;
    --font-family-blue-theme-header-navigation: var(--font-family-inter);
    --font-family-blue-theme-single-post-title: var(--font-family-default);
    --font-size-blue-theme-single-post: 14px;
    --color-black-theme-background: #16181d;
    --color-black-theme-background-home-main: #16181d;
    --color-black-theme-background-secondary: #2d2e33;
    --color-black-theme-background-overlay: #16181d;
    --color-black-theme-foreground: #fff;
    --color-black-theme-foreground-secondary: #afb1b6;
    --color-black-theme-foreground-tertiary: #7d8497;
    --color-black-theme-foreground-dimmed: #7d8497;
    --color-black-theme-foreground-pages: #7d8497;
    --color-black-theme-foreground-pages-links: #2c4f86;
    --color-black-theme-foreground-before-image: #fff;
    --color-black-theme-background-behind-image: #16181d;
    --color-black-theme-foreground-legal-links: #afb1b6;
    --color-black-theme-accent: #b51963;
    --color-black-theme-accent-secondary: #fff;
    --color-black-theme-accent-subheadline: #fff;
    --color-black-theme-footer-border: #ededed;
    --color-black-theme-header-form-border: #ccc;
    --color-black-theme-header-navigation-text: #fff;
    --color-black-theme-list-title: #7d8497;
    --color-black-theme-list-date: #7d8497;
    --color-black-theme-list-excerpt: #7d8497;
    --color-black-theme-list-readmore: #7d8497;
    --color-black-theme-form-background: #2d2e33;
    --border-style-black-theme-search-minimal: solid 1px #797d86;
    --border-style-black-theme-search-minimal-focus: solid 1px #797d86;
    --font-family-black-theme-header-navigation: var(--font-family-inter);
    --font-family-black-theme-single-post-title: var(--font-family-roboto);
    --font-size-black-theme-single-post: 14px;
    --color-theme-header-subnavigation-background: #fff;
    --color-theme-header-subnavigation-text: #33373d;
    --shadow-theme-header-subnavigation: rgba(0, 0, 0, 0.17) 0px 0px 10px 0px;
    --color-theme-background: var(--color-white-theme-background);
    --color-theme-background-home-main: var(--color-white-theme-background-home-main);
    --color-theme-background-secondary: var(--color-white-theme-background-secondary);
    --color-theme-background-overlay: var(--color-white-theme-background-overlay);
    --color-theme-foreground: var(--color-white-theme-foreground);
    --color-theme-foreground-secondary: var(--color-white-theme-foreground-secondary);
    --color-theme-foreground-tertiary: var(--color-white-theme-foreground-tertiary);
    --color-theme-foreground-dimmed: var(--color-white-theme-foreground-dimmed);
    --color-theme-foreground-pages: var(--color-white-theme-foreground-pages);
    --color-theme-foreground-pages-links: var(--color-white-theme-foreground-pages-links);
    --color-theme-foreground-legal-links: var(--color-white-theme-foreground-legal-links);
    --color-theme-foreground-before-image: var(--color-white-theme-foreground-before-image);
    --color-theme-background-behind-image: var(--color-white-theme-background-behind-image);
    --color-theme-accent: var(--color-white-theme-accent);
    --color-theme-accent-secondary: var(--color-white-theme-accent-secondary);
    --color-theme-accent-subheadline: var(--color-white-theme-accent-subheadline);
    --color-theme-footer-border: var(--color-white-theme-footer-border);
    --color-theme-header-form-border: var(--color-white-theme-header-form-border);
    --color-theme-header-navigation-text: var(--color-white-theme-header-navigation-text);
    --color-theme-list-title: var(--color-white-theme-list-title);
    --color-theme-list-date: var(--color-white-theme-list-date);
    --color-theme-list-excerpt: var(--color-white-theme-list-excerpt);
    --color-theme-list-readmore: var(--color-white-theme-list-readmore);
    --color-theme-form-background: var(--color-white-theme-form-background);
    --border-style-theme-search-minimal: var(--border-style-white-theme-search-minimal);
    --border-style-theme-search-minimal-focus: var(--border-style-white-theme-search-minimal-focus);
    --font-family-theme-header-navigation: var(--font-family-white-theme-header-navigation);
    --font-family-theme-single-post-title: var(--font-family-white-theme-single-post-title);
    --font-size-theme-single-post: var(--font-size-white-theme-single-post);
    background-color: var(--color-theme-background);
    color: var(--color-theme-foreground)
}

.has-secondary-background-color {
    background-color: var(--color-theme-background-secondary)
}

.has-secondary-foreground-color {
    color: var(--color-theme-foreground-secondary)
}

.has-tertiary-foreground-color {
    color: var(--color-theme-foreground-tertiary)
}

.has-accent-background-color {
    background-color: var(--color-theme-accent)
}

.has-accent-foreground-color {
    color: var(--color-theme-accent)
}

body.theme-blue,
body.theme-newblue,
body.theme-alt,
body.theme-newgreen,
body.theme-newgreen2,
body.theme-techromance {
    --color-theme-background: var(--color-blue-theme-background);
    --color-theme-background-home-main: var(--color-blue-theme-background-home-main);
    --color-theme-background-secondary: var(--color-blue-theme-background-secondary);
    --color-theme-background-overlay: var(--color-blue-theme-background-overlay);
    --color-theme-foreground: var(--color-blue-theme-foreground);
    --color-theme-foreground-secondary: var(--color-blue-theme-foreground-secondary);
    --color-theme-foreground-tertiary: var(--color-blue-theme-foreground-tertiary);
    --color-theme-foreground-dimmed: var(--color-blue-theme-foreground-dimmed);
    --color-theme-foreground-pages: var(--color-blue-theme-foreground-pages);
    --color-theme-foreground-pages-links: var(--color-blue-theme-foreground-pages-links);
    --color-theme-foreground-legal-links: var(--color-blue-theme-foreground-legal-links);
    --color-theme-foreground-before-image: var(--color-blue-theme-foreground-before-image);
    --color-theme-accent: var(--color-blue-theme-accent);
    --color-theme-accent-secondary: var(--color-blue-theme-accent-secondary);
    --color-theme-accent-subheadline: var(--color-blue-theme-accent-subheadline);
    --color-theme-footer-border: var(--color-blue-theme-footer-border);
    --color-theme-header-form-border: var(--color-blue-theme-header-form-border);
    --color-theme-header-navigation-text: var(--color-blue-theme-header-navigation-text);
    --color-theme-list-title: var(--color-blue-theme-list-title);
    --color-theme-list-date: var(--color-blue-theme-list-date);
    --color-theme-list-excerpt: var(--color-blue-theme-list-excerpt);
    --color-theme-list-readmore: var(--color-blue-theme-list-readmore);
    --color-theme-form-background: var(--color-blue-theme-form-background);
    --border-style-theme-search-minimal: var(--border-style-blue-theme-search-minimal);
    --border-style-theme-search-minimal-focus: var(--border-style-blue-theme-search-minimal-focus);
    --font-family-theme-header-navigation: var(--font-family-blue-theme-header-navigation);
    --font-family-theme-single-post-title: var(--font-family-blue-theme-single-post-title);
    --font-size-theme-single-post: var(--font-size-blue-theme-single-post)
}

body.theme-alt {
    --color-theme-list-excerpt: #7D8497;
    --font-family-default: var(--font-family-roboto);
    --color-theme-footer-border: #ed1e79
}

body.theme-alt.search,
body.theme-alt.single {
    border-top: solid 3px #ed1e79
}

body.theme-alt .articles--search-results .post-title-link,
body.theme-alt .articles--search-results .post-title-link:link,
body.theme-alt .articles--search-results .post-title-link:visited,
body.theme-alt .articles--search-results .post-title-link:active {
    font-size: 18px
}

body.theme-alt .site-footer {
    border-top-width: 3px
}

body.theme-newblue {}

body.theme-newgreen {}

body.theme-newgreen2 {
    -color-theme-foreground: #e4e5e7;
    --color-theme-background: #273948;
    --color-theme-background-home-main: #01074b;
    --color-theme-form-background: #273948;
    --color-theme-foreground-pages-links: #afb1b6
}

body.theme-white,
body.theme-bubblepop,
body.theme-colorgram,
body.theme-cottoncandy,
body.theme-facelight,
body.theme-neonpulse,
body.theme-pintered,
body.theme-yellowsnap {
    --color-theme-background: var(--color-white-theme-background);
    --color-theme-background-home-main: var(--color-white-theme-background-home-main);
    --color-theme-background-secondary: var(--color-white-theme-background-secondary);
    --color-theme-background-overlay: var(--color-white-theme-background-overlay);
    --color-theme-foreground: var(--color-white-theme-foreground);
    --color-theme-foreground-secondary: var(--color-white-theme-foreground-secondary);
    --color-theme-foreground-tertiary: var(--color-white-theme-foreground-tertiary);
    --color-theme-foreground-dimmed: var(--color-white-theme-foreground-dimmed);
    --color-theme-foreground-pages: var(--color-white-theme-foreground-pages);
    --color-theme-foreground-pages-links: var(--color-white-theme-foreground-pages-links);
    --color-theme-foreground-legal-links: var(--color-white-theme-foreground-legal-links);
    --color-theme-foreground-before-image: var(--color-white-theme-foreground-before-image);
    --color-theme-accent: var(--color-white-theme-accent);
    --color-theme-accent-secondary: var(--color-white-theme-accent-secondary);
    --color-theme-accent-subheadline: var(--color-white-theme-accent-subheadline);
    --color-theme-footer-border: var(--color-white-theme-footer-border);
    --color-theme-form-border: var(--color-white-theme-header-form-border);
    --color-theme-header-navigation-text: var(--color-white-theme-header-navigation-text);
    --color-theme-list-title: var(--color-white-theme-list-title);
    --color-theme-list-date: var(--color-white-theme-list-date);
    --color-theme-list-excerpt: var(--color-white-theme-list-excerpt);
    --color-theme-list-readmore: var(--color-white-theme-list-readmore);
    --color-theme-form-background: var(--color-white-theme-form-background);
    --border-style-theme-search-minimal: var(--border-style-white-theme-search-minimal);
    --border-style-theme-search-minimal-focus: var(--border-style-white-theme-search-minimal-focus);
    --font-family-theme-header-navigation: var(--font-family-white-theme-header-navigation);
    --font-family-theme-single-post-title: var(--font-family-white-theme-single-post-title);
    --font-size-theme-single-post: var(--font-size-blue-theme-single-post)
}

body.theme-black,
body.theme-apricotgrove,
body.theme-cybermint1,
body.theme-cybermint,
body.theme-facedark,
body.theme-neonstrike1,
body.theme-neonstrike2 {
    --color-theme-background: var(--color-black-theme-background);
    --color-theme-background-home-main: var(--color-black-theme-background-home-main);
    --color-theme-background-secondary: var(--color-black-theme-background-secondary);
    --color-theme-background-overlay: var(--color-black-theme-background-overlay);
    --color-theme-foreground: var(--color-black-theme-foreground);
    --color-theme-foreground-secondary: var(--color-black-theme-foreground-secondary);
    --color-theme-foreground-tertiary: var(--color-black-theme-foreground-tertiary);
    --color-theme-foreground-dimmed: var(--color-black-theme-foreground-dimmed);
    --color-theme-foreground-pages: var(--color-black-theme-foreground-pages);
    --color-theme-foreground-pages-links: var(--color-black-theme-foreground-pages-links);
    --color-theme-foreground-legal-links: var(--color-black-theme-foreground-legal-links);
    --color-theme-foreground-before-image: var(--color-black-theme-foreground-before-image);
    --color-theme-accent: var(--color-black-theme-accent);
    --color-theme-accent-secondary: var(--color-black-theme-accent-secondary);
    --color-theme-accent-subheadline: var(--color-black-theme-accent-subheadline);
    --color-theme-footer-border: var(--color-black-theme-footer-border);
    --color-theme-form-border: var(--color-black-theme-header-form-border);
    --color-theme-header-navigation-text: var(--color-black-theme-header-navigation-text);
    --color-theme-list-title: var(--color-black-theme-list-title);
    --color-theme-list-date: var(--color-black-theme-list-date);
    --color-theme-list-excerpt: var(--color-black-theme-list-excerpt);
    --color-theme-list-readmore: var(--color-black-theme-list-readmore);
    --color-theme-form-background: var(--color-black-theme-form-background);
    --border-style-theme-search-minimal: var(--border-style-black-theme-search-minimal);
    --border-style-theme-search-minimal-focus: var(--border-style-black-theme-search-minimal-focus);
    --font-family-theme-header-navigation: var(--font-family-black-theme-header-navigation);
    --font-family-theme-single-post-title: var(--font-family-black-theme-single-post-title);
    --font-size-theme-single-post: var(--font-size-black-theme-single-post)
}

body.theme-black .site-title-link,
body.theme-black.search:not(.theme-readability) .site-header .site-title-link,
body.theme-black.single:not(.theme-readability) .site-header .site-title-link {
    justify-content: start
}

body.theme-black .site-title,
body.theme-black.page:not(.theme-readability) .custom-logo-wrap:not(:empty)~.site-title,
body.theme-black.single:not(.theme-readability) .custom-logo-wrap:not(:empty)~.site-title,
body.theme-black.search:not(.theme-readability) .custom-logo-wrap:not(:empty)~.site-title {
    white-space: nowrap;
    font-size: 20px
}

body.theme-black #article-content {
    padding-top: 0
}

body.theme-black .site-header,
body.theme-black.search-results:not(.theme-readability) .site-header,
body.theme-black.search-no-results:not(.theme-readability) .site-header,
body.theme-black.single:not(.theme-readability) .site-header {
    min-height: 65px
}

body.theme-apricotgrove {
    --color-theme-accent: #ffb89c;
    --color-theme-accent-secondary: #ffb89c;
    --color-white-theme-accent: #9cf0e5;
    --color-theme-accent-subheadline: #9cf0e5;
    --color-theme-background: #072002;
    --color-theme-background-secondary: #072002;
    --color-theme-background-home-main: #072002;
    --color-theme-background-overlay: #072002;
    --color-theme-form-background: #072002
}

body.theme-apricotgrove .articles--hero .post-teaser-read-more:link,
body.theme-apricotgrove .articles--hero .post-teaser-read-more:visited,
body.theme-apricotgrove .articles--hero .post-teaser-read-more:active {
    color: #000000
}

body.theme-apricotgrove .articles--hero .post-teaser-read-more:hover,
body.theme-apricotgrove .articles--hero .post-teaser-read-more:focus {
    background-color: #9cf0e5;
    color: #000000
}

body.theme-apricotgrove.search .articles--search-results .post-title-link:hover {
    color: #9cf0e5
}

body.theme-bubblepop {
    --color-theme-foreground: #000000;
    --color-theme-background: #e1f0f8;
    --color-theme-background-home-main: #e1f0f8;
    --color-theme-background-secondary: #e1f0f8;
    --color-theme-form-background: #e1f0f8;
    --color-theme-accent: #ff72a1;
    --color-theme-accent-secondary: #ff72a1;
    --color-theme-accent-subheadline: #ff72a1;
    --color-theme-list-readmore: #ff72a1;
    --color-white-theme-accent: #ff72a1
}

body.theme-bubblepop .articles--hero .post-teaser-read-more,
body.theme-bubblepop .articles--hero .post-teaser-read-more:link,
body.theme-bubblepop .articles--hero .post-teaser-read-more:visited,
body.theme-bubblepop .articles--hero .post-teaser-read-more:active {
    background-color: #ffb89c;
    color: #000000
}

body.theme-bubblepop .articles--hero .post-teaser-read-more:hover,
body.theme-bubblepop .articles--hero .post-teaser-read-more:focus {
    background-color: #ff72a1
}

body.theme-bubblepop.single .post-title,
body.theme-bubblepop.search .articles--search-results .post-title-link {
    color: #ff72a1
}

body.theme-bubblepop.search .post-teaser-read-more:hover,
body.theme-bubblepop.search .articles--search-results .post-title-link:hover {
    color: #ffb89c
}

body.theme-colorgram {
    --color-theme-accent: #6721f5;
    --color-theme-accent-secondary: #dd30b9
}

body.theme-colorgram .articles--hero .post-teaser-read-more:hover,
body.theme-colorgram .articles--hero .post-teaser-read-more:focus {
    background-color: #dd30b9
}

body.theme-colorgram.search .articles--search-results .post-title-link:hover {
    color: #dd30b9
}

body.theme-cottoncandy {
    --color-theme-foreground: #490068;
    --color-theme-background: #faf3eb;
    --color-theme-background-home-main: #faf3eb;
    --color-theme-background-secondary: #faf3eb;
    --color-theme-form-background: #faf3eb;
    --color-theme-accent: #7b1fa2;
    --color-theme-accent-secondary: #7b1fa2;
    --color-theme-foreground-secondary: #7b1fa2;
    --color-white-theme-accent: #490068;
    --color-theme-accent-subheadline: #ff9ac1
}

body.theme-cottoncandy .articles--hero .post-teaser-read-more:hover,
body.theme-cottoncandy .articles--hero .post-teaser-read-more:focus {
    background-color: #490068
}

body.theme-cottoncandy.single .post-title,
body.theme-cottoncandy.search .articles--search-results .post-title-link {
    color: #7b1fa2
}

body.theme-cottoncandy.search .articles--search-results .post-title-link:hover {
    color: #490068
}

body.theme-neonpulse {
    --color-theme-accent: #6d00c5;
    --color-theme-accent-secondary: #6d00c5;
    --color-theme-foreground-secondary: #6d00c5;
    --color-theme-accent-subheadline: #d39cff
}

body.theme-neonpulse.single .post-title,
body.theme-neonpulse.search .articles--search-results .post-title-link {
    color: #6d00c5
}

body.theme-neonpulse.search .articles--search-results .post-title-link:hover {
    color: #b5f948
}

body.theme-neonpulse .articles--hero .post-teaser-read-more:hover,
body.theme-neonpulse .articles--hero .post-teaser-read-more:focus {
    background-color: #b5f948;
    color: #000
}

body.theme-neonstrike1,
body.theme-neonstrike2 {
    --color-theme-foreground: #ffffff;
    --color-theme-background: #000000;
    --color-theme-accent: #fe2c55;
    --color-theme-accent-secondary: #25f4ee;
    --color-theme-accent-subheadline: #fe2c55;
    --color-theme-footer-border: #25f4ee
}

body.theme-neonstrike1 .site-header a.active,
body.theme-neonstrike2 .site-header a.active,
body.theme-neonstrike1 .site-header a:not(.site-title-link):active,
body.theme-neonstrike2 .site-header a:not(.site-title-link):active,
body.theme-neonstrike1 .site-header a:not(.site-title-link):hover,
body.theme-neonstrike2 .site-header a:not(.site-title-link):hover,
body.theme-neonstrike1 .site-header a:not(.site-title-link):focus,
body.theme-neonstrike2 .site-header a:not(.site-title-link):focus {
    color: #fe2c55
}

body.theme-cybermint1,
body.theme-cybermint2 {
    --color-theme-foreground: #ffffff;
    --color-theme-background: #1a1a2e;
    --color-theme-background-home-main: #1a1a2e;
    --color-theme-background-secondary: #1a1a2e;
    --color-theme-accent: #f29bff;
    --color-theme-accent-secondary: #64cec9;
    --color-theme-accent-subheadline: #f29bff;
    --color-theme-footer-border: #64cec9
}

body.theme-cybermint1 .articles--hero .post-teaser-read-more,
body.theme-cybermint2 .articles--hero .post-teaser-read-more,
body.theme-cybermint1 .articles--hero .post-teaser-read-more:link,
body.theme-cybermint2 .articles--hero .post-teaser-read-more:link,
body.theme-cybermint1 .articles--hero .post-teaser-read-more:visited,
body.theme-cybermint2 .articles--hero .post-teaser-read-more:visited,
body.theme-cybermint1 .articles--hero .post-teaser-read-more:active,
body.theme-cybermint2 .articles--hero .post-teaser-read-more:active {
    color: #1a1a2e
}

body.theme-cybermint1 .site-header a.active,
body.theme-cybermint2 .site-header a.active,
body.theme-cybermint1 .site-header a:not(.site-title-link):active,
body.theme-cybermint2 .site-header a:not(.site-title-link):active,
body.theme-cybermint1 .site-header a:not(.site-title-link):hover,
body.theme-cybermint2 .site-header a:not(.site-title-link):hover,
body.theme-cybermint1 .site-header a:not(.site-title-link):focus,
body.theme-cybermint2 .site-header a:not(.site-title-link):focus {
    color: #64cec9
}

body.theme-facedark {
    --color-theme-foreground: #ffffff;
    --color-theme-foreground-dimmed: #bac9e2;
    --color-theme-background: #383838;
    --color-theme-list-title: #8eb5ec;
    --color-theme-accent: #8eb5ec;
    --color-theme-accent-secondary: #1877f2;
    --color-theme-accent-subheadline: #1877f2;
    --color-white-theme-accent: #1877f2;
    --color-theme-footer-border: #1877f2
}

body.theme-facedark .articles--hero .post-teaser-read-more:link,
body.theme-facedark .articles--hero .post-teaser-read-more:visited,
body.theme-facedark .articles--hero .post-teaser-read-more:active {
    color: #000000
}

body.theme-facedark .articles--hero .post-teaser-read-more:hover,
body.theme-facedark .articles--hero .post-teaser-read-more:focus {
    background-color: #1877f2;
    color: #ffffff
}

body.theme-facelight {
    --color-theme-accent: #004aa9;
    --color-white-theme-accent: #004aa9;
    --color-theme-accent-secondary: #1877f2;
    --color-theme-foreground-secondary: #1877f2;
    --color-theme-accent-subheadline: #1877f2
}

body.theme-facelight.single .post-title,
body.theme-facelight.search .articles--search-results .post-title-link {
    color: #004aa9
}

body.theme-facelight.search .articles--search-results .post-title-link:hover {
    color: #1877f2
}

body.theme-facelight .articles--hero .post-teaser-read-more:hover,
body.theme-facelight .articles--hero .post-teaser-read-more:focus {
    background-color: #1877f2
}

body.theme-pintered {
    --color-theme-background: #f3f3ef;
    --color-theme-background-secondary: #f3f3ef;
    --color-theme-background-home-main: #f3f3ef;
    --color-theme-background-overlay: #f3f3ef;
    --color-theme-form-background: #f3f3ef;
    --color-theme-foreground: #212121;
    --color-theme-accent: #212121;
    --color-white-theme-accent: #9b0019;
    --color-theme-accent-secondary: #212121;
    --color-theme-foreground-secondary: #212121;
    --color-theme-accent-subheadline: #212121
}

body.theme-pintered.single .post-title,
body.theme-pintered.search .articles--search-results .post-title-link {
    color: #212121
}

body.theme-pintered.search .articles--search-results .post-title-link:hover {
    color: #9b0019
}

body.theme-pintered .articles--hero .post-teaser-read-more,
body.theme-pintered .articles--hero .post-teaser-read-more:link,
body.theme-pintered .articles--hero .post-teaser-read-more:visited,
body.theme-pintered .articles--hero .post-teaser-read-more:active {
    background-color: #9b0019;
    color: #f3f3ef
}

body.theme-pintered .articles--hero .post-teaser-read-more:hover,
body.theme-pintered .articles--hero .post-teaser-read-more:focus {
    background-color: #212121
}

body.theme-techromance {
    --color-theme-background: #054050;
    --color-theme-background-secondary: #054050;
    --color-theme-background-home-main: #054050;
    --color-theme-background-overlay: #054050;
    --color-theme-form-background: #054050;
    --color-theme-foreground: #ffffff;
    --color-theme-accent: #ffffff;
    --color-theme-accent-secondary: #ffffff
}

body.theme-techromance .articles--hero .post-teaser-read-more,
body.theme-techromance .articles--hero .post-teaser-read-more:link,
body.theme-techromance .articles--hero .post-teaser-read-more:visited,
body.theme-techromance .articles--hero .post-teaser-read-more:active {
    background-color: #6b025b;
    color: #ffffff
}

body.theme-techromance .articles--hero .post-teaser-read-more:hover,
body.theme-techromance .articles--hero .post-teaser-read-more:focus {
    background-color: #2b0024
}

body.theme-techromance .articles--hero .post-category-link:hover,
body.theme-techromance.search .articles--search-results .post-title-link:hover {
    color: #ff72a1
}

body.theme-yellowsnap {
    --color-theme-foreground: #212121;
    --color-theme-accent: #212121;
    --color-white-theme-accent: #fffc00;
    --color-theme-accent-secondary: #212121;
    --color-theme-foreground-secondary: #212121;
    --color-theme-accent-subheadline: #212121
}

body.theme-yellowsnap.single .post-title,
body.theme-yellowsnap.search .articles--search-results .post-title-link {
    color: #212121
}

body.theme-yellowsnap .articles--hero .post-teaser-read-more,
body.theme-yellowsnap .articles--hero .post-teaser-read-more:link,
body.theme-yellowsnap .articles--hero .post-teaser-read-more:visited,
body.theme-yellowsnap .articles--hero .post-teaser-read-more:active {
    background-color: #fffc00;
    color: #000000
}

body.theme-yellowsnap .articles--hero .post-teaser-read-more:hover,
body.theme-yellowsnap .articles--hero .post-teaser-read-more:focus {
    background-color: #fffeb3
}

.container {
    padding: 20px
}

.custom-logo-wrap:not(:empty) {
    margin-right: 2px
}

body.page:not(.theme-readability) .custom-logo-wrap:not(:empty),
body.single:not(.theme-readability) .custom-logo-wrap:not(:empty),
body.search:not(.theme-readability) .custom-logo-wrap:not(:empty) {
    margin-right: 4px
}

body.page:not(.theme-readability) .custom-logo-wrap:not(:empty)~.site-title,
body.single:not(.theme-readability) .custom-logo-wrap:not(:empty)~.site-title,
body.search:not(.theme-readability) .custom-logo-wrap:not(:empty)~.site-title {
    padding-right: 34px
}

.fade-in,
.site-main.fade-in,
#article-content.fade-in,
#search-results.fade-in {
    opacity: 0;
    transition: opacity .3s
}

body.no-js .fade-in body.no-js .site-main.fade-in,
body.no-js #article-content.fade-in,
body.no-js #search-results.fade-in {
    opacity: 1
}

.wp-block-table {
    margin-left: 0
}

.wp-block-table table {
    border-collapse: collapse
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.post-content table {
    width: 100%;
    border-collapse: collapse
}

.post-content th,
.post-content td {
    border: 1px solid var(--color-theme-foreground-secondary);
    color: var(--color-theme-foreground);
    padding: 12px;
    text-align: left
}

.post-content tr td {
    font-weight: normal
}

.post-content tr:nth-child(even),
.post-content tr:nth-child(even) td,
.post-content tr:nth-child(even) th,
.post-content thead tr th {
    background-color: color-mix(in srgb, var(--color-theme-foreground-secondary) 10%, transparent);
    font-weight: normal
}

.post-content tr:hover,
.post-content tr:hover td {
    background-color: color-mix(in srgb, var(--color-theme-accent) 10%, transparent)
}

.post-content h3 {
    font-size: 1.2em !important;
    margin-bottom: 10px !important
}

.post-content h2 {
    margin-bottom: 10px !important
}

.post-content blockquote {
    padding: 20px 30px;
    margin: 1rem 0 2rem 0;
    border: 1px solid #aaa;
    border-radius: 0.5rem;
    background-color: color-mix(in srgb, var(--color-theme-accent) 10%, var(--color-theme-background));
    color: var(--color-theme-foreground)
}

.post-content .pro-tip {
    border-left: 4px solid color-mix(in srgb, var(--color-theme-accent) 50%, var(--color-theme-background));
    background-color: color-mix(in srgb, var(--color-theme-accent) 10%, var(--color-theme-background));
    color: var(--color-theme-foreground);
    padding: 1rem 1.25rem;
    margin: 2rem 0;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 4px #aaaaaa88;
    line-height: 1.6;
    font-size: 0.9rem
}

.post-content .pro-tip strong {
    display: block;
    color: color-mix(in srgb, var(--color-theme-accent) 40%, var(--color-theme-foreground));
    text-align: left;
    font-family: sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: italic
}

.post-content h2+p,
.post-content h3+p,
.post-content h2+ul,
.post-content h3+ul {
    margin-top: 0
}

.post-content hr {
    border: none;
    height: 1px;
    background-color: var(--color-theme-accent);
    width: 60%;
    margin: 3rem auto
}

.post-content .faq-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid color-mix(in srgb, var(--color-theme-accent) 50%, var(--color-theme-foreground));
    padding-bottom: 0.25rem
}

.post-content .faq-section h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
    font-size: 1.1rem
}

.post-content .faq-section h4+p {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 2px solid color-mix(in srgb, var(--color-theme-accent) 50%, var(--color-theme-foreground));
    font-size: 0.95rem;
    line-height: 1.6
}

.site-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--color-theme-background);
    color: var(--color-theme-foreground)
}

.site-header-outer {
    margin: 0;
    padding: 0
}

body.home:not(.theme-readability) .site-header,
body.archive:not(.theme-readability) .site-header {
    min-height: 90px;
    max-height: unset
}

body.search-results .site-header,
body.search-no-results .site-header,
body.single .site-header {
    padding-top: 0;
    padding-bottom: 0
}

body.search-results:not(.theme-readability) .site-header,
body.search-no-results:not(.theme-readability) .site-header,
body.single:not(.theme-readability) .site-header {
    min-height: 55px;
    max-height: unset
}

@media (max-width:767px) {
    body.home:not(.theme-readability) .site-header,
    body.archive:not(.theme-readability) .site-header {
        min-height: 100px;
        max-height: unset
    }
    body.search-results:not(.theme-readability) .site-header,
    body.search-no-results:not(.theme-readability) .site-header,
    body.single:not(.theme-readability) .site-header {
        min-height: 75px;
        max-height: unset
    }
}

.site-header .site-title-link {
    display: flex;
    align-items: center
}

body.search:not(.theme-readability) .site-header .site-title-link,
body.single:not(.theme-readability) .site-header .site-title-link {
    justify-content: center
}

.site-header .custom-logo-wrap {
    vertical-align: middle;
    display: inline-block
}

.site-header .custom-logo-wrap img {
    width: 60px;
    height: auto;
    vertical-align: middle;
    display: inline-block
}

body.page .site-header .custom-logo-wrap img,
body.search-results .site-header .custom-logo-wrap img,
body.search-no-results .site-header .custom-logo-wrap img,
body.single .site-header .custom-logo-wrap img {
    width: 30px
}

body.theme-readability.page .site-header .custom-logo-wrap img,
body.theme-readability.search-results .site-header .custom-logo-wrap img,
body.theme-readability.search-no-results .site-header .custom-logo-wrap img,
body.theme-readability.single .site-header .custom-logo-wrap img {
    width: 60px
}

body .site-title {
    font-family: var(--font-family-title-georgia);
    font-size: 36px;
    font-weight: 600;
    padding: 0;
    flex-grow: 1;
    text-align: center
}

body.page .site-title,
body.search-results .site-title,
body.search-no-results .site-title,
body.single .site-title {
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 0
}

body.theme-readability.page .site-title,
body.theme-readability.search-results .site-title,
body.theme-readability.search-no-results .site-title,
body.theme-readability.single .site-title {
    font-size: 36px
}

body.page .site-header-inner,
body.search-results .site-header-inner,
body.search-no-results .site-header-inner,
body.single .site-header-inner {
    justify-content: space-around
}

.site-header .navigation-top>.wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.site-header a {
    text-decoration: none
}

.site-header-inner {
    margin: 0 auto;
    width: min(100%, 1140px);
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 60px;
    position: relative
}

body.single.theme-readability .site-header,
body.single.theme-readability .site-header-inner {
    max-height: 80px
}

body.page.theme-readability .site-header,
body.single.theme-readability .site-header,
body.search.theme-readability .site-header {
    box-shadow: var(--shadow-theme-header-subnavigation)
}

body.theme-readability .site-header-inner {
    width: min(100%, 1240px)
}

@media (min-width:768px) and (max-width:1199px) {
    body.theme-readability .searchform-wrap {
        margin-right: 50px
    }
}

@media (max-width:767px) {
    body.single.theme-readability .site-header,
    body.search.theme-readability .site-header,
    body.page.theme-readability .site-header,
    body.single.theme-readability .site-header-inner,
    body.search.theme-readability .site-header-inner,
    body.page.theme-readability .site-header-inner {
        max-height: unset;
        padding-bottom: 10px
    }
    body.theme-readability .searchform-wrap {
        flex-basis: 100%;
        width: 100%;
        z-index: 1
    }
    body.theme-readability .main-search-form--skin-default {
        max-width: 240px;
        margin: 10px auto 0 auto
    }
    body.theme-readability .site-header .more-categories {
        box-shadow: none
    }
}

@media (max-width:430px) {
    body.theme-readability .searchform-wrap {
        max-width: calc(100% - 60px)
    }
}

.site-header .main-navigation {
    position: relative
}

body:not(.theme-readability) .site-header .main-navigation {
    width: max-content
}

.site-header .main-navigation>a {
    font-family: var(--font-family-theme-header-navigation);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px
}

.site-header .main-navigation>a:not(:first-child) {
    padding-left: 15px
}

.site-header .main-navigation>a:not(:last-child) {
    padding-right: 15px
}

body.theme-readability.home .site-header .main-navigation>a,
body.theme-readability.category .site-header .main-navigation>a {
    font-size: 20px
}

body.theme-readability .site-header .sub-arrow {
    margin-left: 8px
}

body.theme-readability .site-header .sub-arrow svg {
    width: 11px
}

.site-header a,
.site-header a:link,
.site-header a:visited {
    color: var(--color-theme-header-navigation-text)
}

.site-header a.active,
.site-header a:not(.site-title-link):active,
.site-header a:not(.site-title-link):hover,
.site-header a:not(.site-title-link):focus {
    color: var(--color-white-theme-accent)
}

.site-header .mobile-menu-button svg {
    width: 32px;
    height: auto;
    color: var(--color-theme-foreground)
}

.site-header .sub-arrow svg {
    width: 14px;
    height: auto
}

.site-header .more-categories {
    padding-top: 8px
}

.mobile-menu-opener,
.mobile-menu-closer,
.mobile-categories {
    display: none
}

.site-branding {
    margin-left: auto;
    margin-right: auto;
    flex-grow: 1
}

.site-header h1.site-title,
.site-header h2.site-title {
    margin-top: 20px;
    margin-bottom: 10px
}

body.home.theme-readability .site-header h1.site-title,
body.home.theme-readability .site-header h2.site-title,
body.search.theme-readability .site-header h1.site-title,
body.search.theme-readability .site-header h2.site-title,
body.single.theme-readability .site-header h1.site-title,
body.single.theme-readability .site-header h2.site-title,
body.archive.theme-readability .site-header h1.site-title,
body.archive.theme-readability .site-header h2.site-title {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (max-width:1200px) {
    body.home:not(.theme-readability) h1.site-title,
    body.home:not(.theme-readability) h2.site-title,
    body.archive:not(.theme-readability) h1.site-title,
    body.archive:not(.theme-readability) h2.site-title {
        margin-top: 22px
    }
    body.search:not(.theme-readability),
    body.single:not(.theme-readability) {
        .site-header h2.site-title {
            margin-top: 26px
        }
    }
    body:not(.theme-readability) .site-header h1.site-title,
    body:not(.theme-readability) .site-header h2.site-title {
        flex-grow: 1;
        text-align: center
    }
    .site-header-inner {
        justify-content: space-around;
        flex-wrap: wrap;
        max-height: unset
    }
    .site-header .main-navigation,
    .site-header .more-menu-button {
        display: none
    }
    .mobile-menu-opener {
        display: inline-block
    }
}

.mobile-menu-opener,
.mobile-menu-closer {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 100
}

body.theme-readability .mobile-menu-opener,
body.theme-readability .mobile-menu-closer {
    top: 17px
}

body.theme-readability.page .mobile-menu-opener,
body.theme-readability.page .mobile-menu-closer {
    top: 25px
}

body.search .mobile-menu-opener,
body.search .mobile-menu-closer,
body.single .mobile-menu-opener,
body.single .mobile-menu-closer {
    top: 20px
}

.mobile-menu-opener svg {
    width: 30px;
    height: 30px
}

.mobile-menu-closer svg {
    width: 25px;
    height: 25px
}

.mobile-menu-opener.is-menu-open,
body.theme-readability .mobile-menu-opener.is-menu-open,
body.home .mobile-menu-opener.is-menu-open,
body.archive .mobile-menu-opener.is-menu-open {
    display: none
}

.mobile-menu-opener.is-menu-open~.mobile-menu-closer {
    display: inline-block
}

body.theme-readability .mobile-menu-opener.is-menu-open~.wrap .main-navigation,
body.home .mobile-menu-opener.is-menu-open~.wrap .main-navigation,
body.archive .mobile-menu-opener.is-menu-open~.wrap .main-navigation {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 76px;
    right: 0;
    width: 100%;
    z-index: 2;
    padding: 30px 20px 20px 20px;
    background-color: var(--color-theme-background);
    color: var(--color-theme-foreground);
    box-shadow: var(--shadow-theme-header-subnavigation)
}

body.theme-readability.search .mobile-menu-opener.is-menu-open~.wrap .main-navigation,
body.theme-readability.single .mobile-menu-opener.is-menu-open~.wrap .main-navigation {
    top: 69px
}

body.theme-readability .mobile-menu-opener.is-menu-open~.wrap .main-navigation a,
body.home .mobile-menu-opener.is-menu-open~.wrap .main-navigation a,
body.archive .mobile-menu-opener.is-menu-open~.wrap .main-navigation a {
    padding: 0 0 18px 0
}

body.theme-readability .mobile-menu-opener.is-menu-open~.wrap .main-navigation .more-menu-buttton,
body.home .mobile-menu-opener.is-menu-open~.wrap .main-navigation .more-menu-buttton,
body.archive .mobile-menu-opener.is-menu-open~.wrap .main-navigation .more-menu-buttton {
    display: none
}

body.theme-readability .mobile-menu-opener.is-menu-open~.wrap .main-navigation .more-categories a,
body.home .mobile-menu-opener.is-menu-open~.wrap .main-navigation .more-categories a,
body.archive .mobile-menu-opener.is-menu-open~.wrap .main-navigation .more-categories a {
    display: block
}

body.theme-readability .site-header-inner,
body.home .site-header-inner,
body.archive .site-header-inner {
    justify-content: space-around;
    flex-wrap: wrap;
    max-height: unset
}

body.theme-readability .site-header .main-navigation,
body.home .site-header .main-navigation,
body.archive .site-header .main-navigation,
body.theme-readability .site-header .more-menu-button,
body.home .site-header .more-menu-button,
body.archive .site-header .more-menu-button {
    display: none
}

body.theme-readability .mobile-menu-opener,
body.home .mobile-menu-opener,
body.archive .mobile-menu-opener {
    display: inline-block
}

body.theme-readability .mobile-menu-opener,
body.home .mobile-menu-opener,
body.archive .mobile-menu-opener,
body.theme-readability .mobile-menu-closer,
body.home .mobile-menu-closer,
body.archive .mobile-menu-closer {
    width: min-content
}

@media (max-width:430px) {
    body.theme-readability .mobile-menu-opener,
    body.theme-readability .mobile-menu-closer {
        left: 0
    }
    .site-header-inner {
        max-width: 100%
    }
    .site-header h1.site-title,
    .site-header h2.site-title {
        max-width: calc(100% - 20px);
        white-space: nowrap;
        z-index: 3
    }
    .mobile-menu-opener.is-menu-open~.wrap .main-navigation {
        padding-top: 40px
    }
    body.home:not(.theme-readability) .site-branding,
    body.archive:not(.theme-readability) .site-branding {
        padding-left: 60px
    }
    body.theme-readability .site-branding {
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px
    }
}

.site-footer {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: solid 1px var(--color-theme-footer-border);
    background-color: var(--color-theme-background);
    color: var(--color-theme-foreground)
}

.site-footer .site-title-link {
    display: flex;
    align-items: center
}

.site-footer .site-title-link,
.site-footer .site-title-link a {
    font-family: var(--font-family-title-georgia);
    font-size: 18px;
    font-weight: 700
}

.site-footer .custom-logo-wrap {
    vertical-align: middle;
    display: inline-block
}

.site-footer .custom-logo-wrap img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    display: inline-block
}

.site-footer a {
    text-decoration: none
}

.site-footer-inner {
    margin: 0 auto;
    width: 800px;
    max-width: min(100%, 800px);
    max-width: min(calc(100% - 20px), 800px)
}

.site-footer-flex-columns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.site-footer-has-legal {
    padding-top: 10px
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited {
    color: var(--color-theme-foreground)
}

.site-footer .legal-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.site-footer .site-footer-inner>.site-footer-row:first-child {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center
}

.site-footer .legal-wrap,
.site-footer .legal-wrap a,
.site-footer .legal-wrap a:link,
.site-footer .legal-wrap a:visited,
.site-footer .legal-wrap a:hover {
    color: var(--color-theme-foreground-legal-links)
}

@media (max-width:767px) {
    .site-footer-flex-columns {
        flex-direction: column
    }
    .site-footer .custom-logo-wrap {
        margin-top: 10px;
        margin-bottom: 20px
    }
    .site-footer .legal-wrap {
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 20px 10px 20px;
        row-gap: 0
    }
}

.site-main {
    background-color: var(--color-theme-background);
    color: var(--color-theme-foreground);
    padding-bottom: 50px
}

.site-main-row {
    margin: 0;
    padding: 0
}

body.home .site-main {
    background-color: var(--color-theme-background-home-main)
}

body.page.theme-readability .site-main,
body.single.theme-readability .site-main,
body.search.theme-readability .site-main {
    margin-top: 5px
}

body:not(.search):not(.single):not(.home):not(.archive) .site-main>* {
    max-width: min(calc(100% - 20px), 1000px);
    margin-left: auto;
    margin-right: auto
}

body.page .site-main h1 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700
}

body.page .site-main>.page {
    margin: 0 auto;
    padding: 10px 0 0 0;
    max-width: min(calc(100% - 20px), 660px) !important
}

body.page .site-main>.page,
body.page .site-main>.page p {
    color: var(--color-theme-foreground-pages);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-family-roboto);
    text-align: left
}

body.page .site-main>.page strong {
    font-weight: 700
}

body.page .site-main>.page a,
body.page .site-main>.page a:link,
body.page .site-main>.page a:visited,
body.page .site-main>.page a:hover {
    color: var(--color-theme-foreground-pages-links);
    text-decoration: none
}

body.page .page h1,
body.page .page h2,
body.page .page h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 8px 0 16px 0
}

body.page .page h1 {
    margin-bottom: 20px
}

body.page .page p,
body.page .page section {
    margin-bottom: 14px
}

.section--divider {
    width: 100%;
    text-align: center
}

.section--divider .subheadline-wrapper {
    display: inline-block;
    margin: 50px auto 30px auto;
    border-bottom: solid 2px var(--color-theme-foreground);
    padding: 10px 30px 5px 30px
}

.section--most-read .subheadline-wrapper {
    border-bottom-color: var(--color-theme-accent-subheadline)
}

.section--divider .subheadline-wrapper h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-default);
    margin: 0;
    padding: 0
}

.margin-center {
    margin-left: auto;
    margin-right: auto
}

.max-400 {
    max-width: min(100%, 400px)
}

.max-1140 {
    max-width: min(100%, 1140px)
}

.max-1380 {
    max-width: min(100%, 1380px)
}

.p10 {
    padding: 10px
}

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

.flex-nowrap {
    flex-wrap: nowrap
}

.flex>* {
    margin: 0
}

.flex-3-3,
.flex-2-3,
.flex-3-1 {
    justify-content: space-between
}

.flex-3-3>* {
    width: 32%;
    flex-basis: 32%
}

.flex-2-3>*:first-child {
    width: 67%;
    flex-basis: 67%
}

.flex-2-3>*:last-child {
    width: 33%;
    flex-basis: 33%
}

.flex-2-3>*:first-child:last-child {
    width: 100%;
    flex-basis: 100%
}

.flex-3-1>*:first-child {
    width: 75%;
    flex-basis: 75%
}

.flex-3-1>*:last-child {
    width: 25%;
    flex-basis: 25%
}

.section--divider:has(+*>.articles:first-child:empty) {
    display: none
}

@media (max-width:767px) {
    .flex {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0
    }
    .flex-2-3>*,
    .flex-2-3>*:first-child,
    .flex-2-3>*:last-child,
    .flex-3-1>*,
    .flex-3-1>*:first-child,
    .flex-3-1>*:last-child {
        width: 100%
    }
    .section--latest .subheadline-wrapper {
        margin-top: 20px
    }
}

.post-content a:not([class]),
.post-content a:not([class]):link,
.post-content a:not([class]):visited,
.post-content a:not([class]):active {
    color: var(--color-theme-foreground)
}

.form-group {
    margin-bottom: 14px
}

.wpcf7-form input,
.wpcf7-form textarea {
    font-size: 14px;
    padding: 10px;
    border: solid 1px silver;
    max-width: 90vw
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    display: none
}

#main-wpcf7-success-output:target,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: block
}

.wpcf7-spinner {
    display: none;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation: none
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

body.single .has-sidebar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: min(calc(100% - 20px), 1000px);
    width: 1000px
}

body.blog .post {
    margin: 0
}

@media (max-width:1140px) {
    body.single .has-sidebar {
        flex-direction: column
    }
}

body.single .sidebar {
    flex: 0 1 33%;
    width: min(100%, 330px)
}

body.single .single-sidebar-items {
    gap: 20px
}

body.single .post {
    padding: 20px 0 20px 0;
    text-align: left;
    margin: 0 auto;
    max-width: min(calc(100% - 20px), 660px);
    color: var(--color-theme-foreground-dimmed);
    font-size: var(--font-size-theme-single-post)
}

body.single .has-sidebar>.post {
    opacity: 1;
    flex: 1 0 90%;
    max-width: min(100%, 640px);
    margin: 0 10px 0 10px
}

body.single .has-sidebar .sidebar .post {
    margin: 0;
    padding: 0
}

body.theme-readability .single-meta,
body.theme-readability .single-meta a,
body.theme-readability .single-meta a:link,
body.theme-readability .single-meta a:visited,
body.theme-readability .single-meta a:active {
    color: #54595f;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 20px
}

.single-date-icon svg {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

body.single .post h1,
body.single .post h2 {
    font-family: var(--font-family-theme-single-post-title);
    font-size: 16px;
    font-weight: 700
}

body.single .post h1 {
    margin-top: 0;
    margin-bottom: 20px
}

body.single .post h2 {
    line-height: 1.2;
    font-weight: 500;
    margin: 16px 0 16px 0
}

body.theme-readability.single .post h1,
body.theme-readability.single .post h2,
body.theme-readability.single .sidebar h2 {
    color: var(--color-theme-foreground-dimmed);
    font-family: var(--font-family-default);
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 20px 0
}

body.single #relatedsearches1 {
    padding-bottom: 15px
}

body.single .post-excerpt+#relatedsearches1 {
    margin-top: 5px
}

body.single .post-thumbnail+#relatedsearches2,
body.single #relatedsearches2+p,
body.single .post-excerpt+.post-thumbnail {
    margin-top: 20px
}

body.single p+.post-thumbnail,
body.single section+.post-thumbnail {
    margin-top: 30px
}

.post-category-link {
    text-decoration: none;
    color: var(--color-theme-foreground)
}

.wp-post-image {
    max-width: min(100%, 800px);
    object-fit: cover
}

.articles .wp-post-image {
    display: block
}

.articles {
    max-width: 100%;
    gap: 30px
}

.post {
    position: relative
}

.articles--x2 {
    justify-content: flex-start
}

.articles--x2 .post {
    flex-basis: 46%;
    max-width: 46%
}

.articles--x3 .post {
    flex-basis: 30%;
    max-width: 30%
}

@media (max-width:767px) {
    .articles--xs-full .post {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
}

.articles .post-title {
    margin-bottom: 10px
}

.articles .post-teaser-text {
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.articles--minimal .post-teaser-text {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center
}

.articles--minimal.articles--images-275-250 .post-teaser-text {
    height: 250px
}

.articles--minimal .post-category-link,
.articles--minimal .post-category-link:link,
.articles--minimal .post-category-link:visited,
.articles--minimal .post-category-link:active {
    color: var(--color-theme-accent);
    border-color: var(--color-theme-accent);
    font-family: var(--font-family-title);
    font-size: 14px;
    font-weight: 600;
    border-bottom-width: 1px;
    padding-bottom: 1px
}

.articles--minimal .post-inner {
    background-color: var(--color-theme-background-behind-image)
}

.articles--minimal .post-title-link,
.articles--minimal .post-title-link:link,
.articles--minimal .post-title-link:visited,
.articles--minimal .post-title-link:active {
    color: var(--color-theme-foreground-before-image);
    font-family: var(--font-family-title);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 1px 1px 2px #000a
}

.articles--minimal .post-teaser-read-more svg {
    width: 26px;
    height: 26px
}

.articles--1-3 .post-category-link,
.articles--1-3 .post-category-link:link,
.articles--1-3 .post-category-link:visited,
.articles--1-3 .post-category-link:active {
    padding-bottom: 1px
}

.articles--1-3 .post-title {
    margin-top: 15px;
    margin-bottom: 15px
}

.articles--1-3 .post-title-link,
.articles--1-3 .post-title-link:link,
.articles--1-3 .post-title-link:visited,
.articles--1-3 .post-title-link:active {
    font-family: var(--font-family-inter);
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.articles--1-3 .post-teaser-read-more-wrapper {
    text-align: left;
    padding-top: 5px
}

.articles--1-3 .post-teaser-read-more,
.articles--1-3 .post-teaser-read-more:link {
    display: flex;
    align-items: center
}

.articles--1-3 .post-teaser-read-more svg {
    margin-left: 5px
}

.articles--sidebar .post-inner {
    display: flex
}

.articles--sidebar .wp-post-image {
    width: 80px;
    height: 80px
}

.articles--sidebar .post-teaser-text {
    padding: 0 0 0 20px
}

.articles--sidebar .post-title {
    margin: 0
}

.articles--sidebar .post-teaser-text,
.articles--sidebar .post-title-link,
.articles--sidebar .post-title-link:link,
.articles--sidebar .post-title-link:visited,
.articles--sidebar .post-title-link:active {
    font-weight: 400;
    line-height: 1.1
}

.articles--hero {
    width: 100%;
    min-height: 700px
}

body.category .articles--hero .post,
body.tag .articles--hero .post,
body.blog .articles--hero .post {
    padding: 0;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: inline-block;
    display: block;
    min-height: 700px
}

.articles--hero .wp-post-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover
}

.articles--hero .post-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 0;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    display: block
}

@media (min-width:768px) {
    .articles--hero .post-background-container {
        height: 100%;
        min-height: 700px
    }
    .articles--hero {
        height: 100%
    }
    .articles--hero .post-teaser-text {
        position: absolute;
        bottom: 68px;
        right: 0;
        background-color: var(--color-theme-background-overlay);
        padding: 20px;
        width: 444px;
        max-width: 100%
    }
    .articles--1-3 .post-inner {
        display: flex
    }
    .articles--images-24x32 .wp-post-image {
        max-width: min(100%, 240px)
    }
    .articles--images-168-328 .wp-post-image {
        max-width: 168px
    }
    .articles--images-275-250 .wp-post-image {
        max-width: 275px
    }
}

.articles--images-24x32 .wp-post-image {
    aspect-ratio: 24/32
}

.articles--images-7x4 .wp-post-image {
    aspect-ratio: 7/4
}

.articles--images-10x12 .wp-post-image {
    aspect-ratio: 10/12
}

.articles--images-168-328 .wp-post-image {
    aspect-ratio: 168/328
}

.articles--images-275-250 .post {
    min-width: min(275px, 100%);
    min-height: 250px
}

.articles--images-275-250 .wp-post-image {
    aspect-ratio: 275/250
}

.articles--images-275-250 .wp-post-image img {
    height: 100%;
    object-fit: cover
}

.post-category-link,
.post-category-link:link,
.post-category-link:visited,
.post-category-link:active {
    display: inline-block;
    color: var(--color-theme-accent-secondary);
    border-bottom: solid 2px var(--color-theme-accent-secondary);
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-family-inter);
    line-height: 1.5
}

.post-title-link,
.post-title-link:link,
.post-title-link:visited,
.post-title-link:active {
    display: block;
    color: var(--color-theme-foreground);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family-roboto);
    text-decoration: none
}

.post-teaser-read-more,
.post-teaser-read-more:link,
.post-teaser-read-more:visited,
.post-teaser-read-more:active {
    display: inline;
    color: var(--color-theme-foreground);
    fill: var(--color-theme-foreground);
    text-decoration: none
}

.post-teaser-read-more svg {
    width: 16px;
    height: 16px
}

.articles--images-10x12 .post-teaser-read-more-wrapper {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px
}

.articles--images-10x12 .post-teaser-read-more {
    display: flex;
    align-items: center
}

.articles--images-10x12 .post-teaser-read-more svg {
    margin-left: 5px
}

.post-inner {
    width: 100%;
    margin: 0;
    padding: 0
}

.articles--hero .post-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 1140px);
    position: relative;
    height: 100%;
    min-height: 700px
}

.articles--hero .post-title {
    margin-bottom: 20px;
    margin-top: 20px
}

.post-teaser-read-more-wrapper {
    padding-top: 20px;
    text-align: right
}

.post-teaser-tags:not(:empty) {
    display: block;
    max-width: 90%;
    padding-top: 10px
}

.post-tag-link,
.post-tag-link:link,
.post-tag-link:visited,
.post-tag-link:active {
    font-size: 15px;
    padding-right: 10px;
    color: var(--color-theme-accent-secondary);
    text-underline-offset: 4px
}

.articles--hero .post-teaser-read-more-wrapper {
    text-align: left
}

.articles--hero .post-category-link,
.articles--hero .post-category-link:link,
.articles--hero .post-category-link:visited,
.articles--hero .post-category-link:active {
    text-decoration: underline;
    border-bottom-style: none;
    text-underline-offset: 10px;
    display: inline-block;
    line-height: 0.4;
    margin-bottom: 25px;
    margin-top: 10px;
    color: var(--color-theme-accent);
    border-color: var(--color-theme-accent);
    font-size: 24px;
    font-weight: 700
}

.articles--hero .post-title-link,
.articles--hero .post-title-link:link,
.articles--hero .post-title-link:visited,
.articles--hero .post-title-link:active {
    font-family: var(--font-family-default);
    font-size: 48px;
    font-weight: 700
}

@media (min-width:768px) {
    .articles--hero .post-title-link,
    .articles--hero .post-title-link:link,
    .articles--hero .post-title-link:visited,
    .articles--hero .post-title-link:active {
        max-height: 290px;
        overflow-y: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        word-break: break-all
    }
    .articles--hero .post-title-link.has-long-word,
    .articles--hero .post-title-link.has-long-word:link,
    .articles--hero .post-title-link.has-long-word:visited,
    .articles--hero .post-title-link.has-long-word:active {
        word-break: break-all
    }
    .articles--hero .post-teaser-text-content>*:nth-child(2)~.post-title .post-title-link {
        -webkit-line-clamp: 3
    }
    .articles--hero .post-teaser-text-content>*:nth-child(3)~.post-title .post-title-link {
        -webkit-line-clamp: 2
    }
    .articles--hero .post-teaser-text-content>*:nth-child(5)~.post-title .post-title-link {
        -webkit-line-clamp: 1
    }
}

.articles--hero .post-teaser-read-more,
.articles--hero .post-teaser-read-more:link,
.articles--hero .post-teaser-read-more:visited,
.articles--hero .post-teaser-read-more:active {
    display: inline-block;
    background-color: var(--color-theme-accent);
    color: var(--color-theme-foreground-before-image);
    font-size: 24px;
    font-weight: 700;
    border-radius: 0;
    text-decoration: none;
    padding: 12px 24px;
    visibility: visible
}

body.blog.theme-readability .articles:not(.articles--minimal) .post-title,
body.blog.theme-readability .articles:not(.articles--minimal) .articles .post-title a,
body.blog.theme-readability .articles:not(.articles--minimal) .articles .post-title a:link,
body.blog.theme-readability .articles:not(.articles--minimal) .articles .post-title a:visited,
body.blog.theme-readability .articles:not(.articles--minimal) .articles .post-title a:active {
    color: var(--color-theme-header-navigation-text)
}

body.blog.theme-readability .articles:not(.articles--hero) .post-teaser-read-more,
body.blog.theme-readability .articles:not(.articles--hero) .post-teaser-read-more:link,
body.blog.theme-readability .articles:not(.articles--hero) .post-teaser-read-more:visited,
body.blog.theme-readability .articles:not(.articles--hero) .post-teaser-read-more:active {
    color: #2b4f86;
    fill: #2b4f86
}

body.blog.theme-readability .articles--images-10x12 .post-category-link,
body.blog.theme-readability .articles--images-10x12 .post-category-link:link,
body.blog.theme-readability .articles--images-10x12 .post-category-link:visited,
body.blog.theme-readability .articles--images-10x12 .post-category-link:active {
    border-bottom-color: var(--color-theme-header-navigation-text)
}

.articles--secondary-background .post-teaser-text {
    background-color: var(--color-theme-background-secondary)
}

@media (max-width:767px) {
    body.single .post {
        padding-top: 40px
    }
    .articles .wp-post-image,
    .articles .wp-post-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center
    }
    body.blog .articles.articles--hero,
    body.category .articles.articles--hero,
    body.tag .articles.articles--hero,
    body.blog .articles.articles--hero .post,
    body.category .articles.articles--hero .post,
    body.tag .articles.articles--hero .post,
    body.blog .articles.articles--hero .post-inner body.category .articles.articles--hero .post-inner,
    body.tag .articles.articles--hero .post-inner {
        height: auto;
        min-height: unset;
        position: static
    }
    body.category .articles.articles--hero .post,
    body.tag .articles.articles--hero .post,
    body.blog .articles.articles--hero .post {
        min-height: 200px;
        height: auto;
        position: relative
    }
    body.category .articles.articles--hero .post-teaser-text,
    body.tag .articles.articles--hero .post-teaser-text,
    body.blog .articles.articles--hero .post-teaser-text {
        height: auto;
        padding-top: 170px
    }
    body.category .articles--hero .post-category-link,
    body.tag .articles--hero .post-category-link,
    body.blog .articles--hero .post-category-link {
        font-size: 18px;
        text-underline-offset: 7px;
        margin-bottom: 0
    }
    body.category .articles--hero .post-title,
    body.tag .articles--hero .post-title,
    body.blog .articles--hero .post-title {
        margin-top: 18px
    }
    body.category .articles--hero .post-title-link,
    body.tag .articles--hero .post-title-link,
    body.blog .articles--hero .post-title-link {
        font-size: 30px
    }
    body.category .articles--hero .post-teaser-read-more,
    body.tag .articles--hero .post-teaser-read-more,
    body.blog .articles--hero .post-teaser-read-more {
        font-size: 18px;
        line-height: 1
    }
    body.category .articles:not(.articles--hero) .post-teaser-text,
    body.tag .articles:not(.articles--hero) .post-teaser-text,
    body.blog .articles:not(.articles--hero) .post-teaser-text {
        padding: 10px 20px 10px 20px;
        width: 100%;
        justify-content: space-between
    }
    body.category .articles:not(.articles--hero) .post-category-link,
    body.tag .articles:not(.articles--hero) .post-category-link,
    body.blog .articles:not(.articles--hero) .post-category-link {
        padding-bottom: 2px
    }
    body.category .articles:not(.articles--hero) .post-title,
    body.tag .articles:not(.articles--hero) .post-title,
    body.blog .articles:not(.articles--hero) .post-title {
        margin-top: 4px;
        margin-bottom: 8px
    }
    body.category .articles:not(.articles--hero) .post-teaser-read-more-wrapper,
    body.tag .articles:not(.articles--hero) .post-teaser-read-more-wrapper,
    body.blog .articles:not(.articles--hero) .post-teaser-read-more-wrapper {
        padding-top: 0
    }
    body.category .articles--1-3:not(.articles--hero) .post-title,
    body.tag .articles--1-3:not(.articles--hero) .post-title,
    body.blog .articles--1-3:not(.articles--hero) .post-title {
        margin-top: 20px
    }
    body.category .articles--minimal:not(.articles--hero) .post-title-link,
    body.tag .articles--minimal:not(.articles--hero) .post-title-link,
    body.blog .articles--minimal:not(.articles--hero) .post-title-link {
        font-size: 20px
    }
    body.category .articles--minimal:not(.articles--hero) .post-teaser-read-more svg,
    body.tag .articles--minimal:not(.articles--hero) .post-teaser-read-more svg,
    body.blog .articles--minimal:not(.articles--hero) .post-teaser-read-more svg {
        width: 20px;
        height: 20px
    }
    .articles--sidebar .post-inner {
        flex-wrap: wrap;
        gap: 10px
    }
}

.main-search-form {
    color: var(--color-theme-foreground-secondary)
}

.main-search-form--skin-default {
    border-radius: 0;
    border: solid 1px var(--color-white-theme-header-form-border)
}

.main-search-form--skin-default .is-search-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white-theme-footer-border);
    border: none;
    border-left: solid 1px var(--color-white-theme-header-form-border);
    cursor: pointer;
    color: var(--color-white-theme-foreground-tertiary);
    fill: var(--color-white-theme-foreground-tertiary);
    padding: 0 8px 0 8px;
    width: auto
}

.main-search-form__icon {
    padding-left: 16px
}

.main-search-form--skin-minimal {
    margin-left: auto;
    margin-right: auto;
    max-width: 265px;
    border: var(--border-style-theme-search-minimal)
}

.main-search-form--skin-minimal:focus,
.main-search-form--skin-minimal:focus-within {
    border: var(--border-style-theme-search-minimal-focus)
}

.main-search-form--skin-minimal:focus-within .main-search-form__icon {
    padding-left: 15px
}

.main-search-form .e-font-icon-svg-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    min-width: 25px
}

.main-search-form--skin-default .is-search-icon svg {
    width: 22px;
    height: auto
}

.main-search-form--skin-minimal .main-search-form__icon svg {
    width: 15px;
    height: auto
}

.main-search-form__input {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-color: transparent;
    color: var(--color-theme-foreground);
    border: 0;
    outline: none;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    min-width: 0;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.main-search-form--skin-default .main-search-form__input {
    font-size: 14px;
    padding: 10px;
    z-index: 10
}

.main-search-form--skin-default .main-search-form__input,
.main-search-form--skin-default .main-search-form__input:is(:-webkit-autofill, :autofill) {
    background-color: inherit
}

.main-search-form__container {
    background-color: var(--color-theme-form-background);
    color: var(--color-theme-foreground-secondary);
    fill: var(--color-theme-foreground-secondary);
    border-radius: 0;
    border: none;
    display: flex
}

.main-search-form--skin-default .main-search-form__container {
    height: auto;
    min-height: unset
}

.main-search-form--skin-minimal .main-search-form__container {
    min-height: 50px
}

body.theme-readability .main-search-form--skin-default .main-search-form__container {
    background-color: #ffffff
}

body.search .site-main {
    padding-bottom: 20px
}

body.search .site-main,
.articles--search-results,
.section--search-results {
    max-width: min(100%, 680px);
    margin: 0 auto;
    text-align: left
}

.section--search-results .subheadline-wrapper {
    border: none;
    margin: 0 0 40px 0;
    padding: 0
}

@media (max-width:767px) {
    .section--search-results .subheadline-wrapper {
        margin: 0 0 42px 0
    }
}

.section--search-results .subheadline-wrapper,
.section--search-results .subheadline-wrapper h2 {
    color: var(--color-theme-foreground-tertiary);
    font-family: var(--font-family-roboto);
    font-size: 16px;
    font-weight: 400
}

.articles--search-results .post {
    margin: 0 0 32px 0
}

.articles--search-results .post-teaser-text {
    padding: 0
}

.articles--search-results .post-title {
    margin: 0 0 6px 0
}

.articles--search-results .post-title-link,
.articles--search-results .post-title-link:link,
.articles--search-results .post-title-link:visited,
.articles--search-results .post-title-link:active {
    color: var(--color-theme-list-title);
    font-family: var(--font-family-roboto);
    font-size: 16px;
    font-weight: 400
}

.articles--search-results .post-teaser-meta {
    color: var(--color-theme-list-date);
    font-family: var(--font-family-default);
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 13px 0
}

.articles--search-results .post-teaser-excerpt {
    color: var(--color-theme-list-excerpt);
    font-family: var(--font-family-default);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0
}

.articles--search-results .post-teaser-read-more-wrapper {
    margin: 0 0 0 0;
    padding: 0;
    text-align: left
}

.articles--search-results .post-teaser-read-more,
.articles--search-results .post-teaser-read-more:link,
.articles--search-results .post-teaser-read-more:visited,
.articles--search-results .post-teaser-read-more:active {
    color: var(--color-theme-list-readmore);
    font-family: var(--font-family-default);
    font-size: 12px;
    font-weight: 400
}

.articles--search-results .post-teaser-read-more::after {
    content: "»";
    display: inline-block;
    width: 12px;
    height: 12px;
    color: var(--color-theme-list-readmore)
}

body.search #main_search_result {
    margin: 0 0 66px 0
}

@media (max-width:767px) {
    body.search .site-main {
        padding-left: 10px;
        padding-right: 10px
    }
    body.search #main_search_result {
        margin: 74px 0 166px 0
    }
}