/*
 * ---:[ Focus CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img,
.left,
.alignleft,
.right,
.alignright {
  display: block; }

.center,
.aligncenter {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

button,
input[type=submit] {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

body {
  font-family: system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Segoe, "Helvetica Neue", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #262727;
  background-color: #efece9;
  overflow-x: hidden; }

#header {
  padding-top: 22px;
  padding-bottom: 22px; }


#content {
  word-break: break-word;
  padding-top: 36px;
  padding-bottom: 36px; }

#footer {
  color: #3e3e42;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.container {
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px; }
  @media all and (min-width: 1444px) {
    .container {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }
  @media all and (min-width: 1472px) {
    .container {
  max-width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  margin-left: 0;
  margin-right: 0; } }
  @media all and (min-width: 1752px) {
    .container {
  max-width: 1680px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }

a {
  color: #1b1c1c;
  text-decoration: none; }
  p a,
  .post_content a {
    text-decoration: underline; }
      p a.button,
      .post_content a.button {
        text-decoration: none; }

code,
pre,
kbd {
  font-family: Menlo, Consolas, Monaco, "Andale Mono", Courier, Verdana, sans-serif; }

  .grt h1 {
    font-size: 37px;
    line-height: 63px;
    color: #262727;
    margin-bottom: 36px; }
  .grt h2 {
    font-size: 29px;
    line-height: 52px;
    margin-top: 58px;
    margin-bottom: 22px; }
  .grt h3 {
    font-size: 23px;
    line-height: 43px;
    margin-top: 36px;
    margin-bottom: 14px; }
  .grt h4 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 9px; }
  .grt h1 + h2,
  .grt h2 + h3,
  .grt h2:first-child,
  .grt h3:first-child {
    margin-top: 0; }

  .grt ul,
  .grt ol {
    margin-left: 36px; }
  .grt li {
    margin-bottom: 14px; }
    .grt li:last-child {
      margin-bottom: 0; }
  .grt blockquote {
    color: #3e3e42;
    padding-left: 22px;
    border-left: 9px solid rgba(0, 0, 0, 0.1); }
  .grt sub,
  .grt sup {
    color: #3e3e42; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 16px; }
  .grt code {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 6px;
    border-radius: 9px;
    margin: 0 1px; }
  .grt pre {
    background-color: #efece9;
    padding: 22px; }
  .grt kbd {
    font-size: 14px;
    color: #4e4e4e;
    background-color: #f7f7f7;
    padding: 6px 9px;
    border: 1px solid #cccccc;
    border-radius: 9px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px white inset;
    margin: 0 1px; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt img {
    margin-bottom: 36px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol {
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 22px; }
    .grt blockquote > :last-child {
      margin-bottom: 0; }
  @media all and (min-width: 1444px) {
    body:not(.has-sidebar) .grt h1 {
        font-size: 47px;
        line-height: 78px; }
      body:not(.has-sidebar) .grt h2 {
        font-size: 37px;
        line-height: 63px; }
      body:not(.has-sidebar) .grt h3 {
        font-size: 29px;
        line-height: 52px; }
      body:not(.has-sidebar) .grt h4 {
        font-size: 23px;
        line-height: 43px; }
    .grt .left:not(.bar),
    .grt .alignleft {
      float: left;
      clear: both;
      margin-right: 36px; }
    .grt .right:not(.bar),
    .grt .alignright {
      float: right;
      clear: both;
      margin-left: 36px; } }
      .grt .headline_area .headline a {
        color: #262727; }
        .grt .headline_area .headline a:hover {
          color: #1b1c1c; }
  .grt .byline {
    font-size: 14px;
    line-height: 30px;
    color: #3e3e42;
    margin-top: -31px; }
      .grt .byline .post_author:after,
      .grt .byline .post_date:after,
      .grt .byline .num_comments_link:after,
      .grt .byline .post_edit:after {
        display: block;
        height: 0;
        content: '\a';
        white-space: pre; }
    .grt .byline .avatar {
      width: 60px;
      height: 60px; }
  .grt .drop_cap {
    font-size: 72px;
    line-height: 1em;
    margin-right: 9px;
    float: left; }
    .grt .alert,
    .grt .note,
    .grt .box {
      padding: 22px; }
    .grt .alert {
      background-color: #7b3440; }
    .grt .note {
      background-color: #3e3e42; }
    .grt .box {
      background-color: #c5d2bd; }
  .grt .highlight {
    background-color: #fffb7a;
    padding: 6px 0; }
  .grt .impact {
    font-size: 23px;
    line-height: 43px; }
  .grt .bar {
    color: #3e3e42; }
  .grt .pop {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4); }
  .grt .wp-caption,
  .grt .frame {
    box-sizing: border-box;
    color: #3e3e42;
    background-color: #efece9;
    padding: 22px; }
    .grt .wp-caption img {
      margin-bottom: 22px; }
    .grt .wp-caption.aligncenter img {
      margin-right: auto;
      margin-left: auto; }
    .grt .wp-caption .wp-caption-text {
      margin-bottom: 0; }
  .grt .wp-caption-text,
  .grt .caption,
  .grt .footnotes {
    font-size: 14px;
    line-height: 30px; }
    .grt .wp-caption-text code,
    .grt .caption code,
    .grt .footnotes code {
      font-size: 13px; }
  .grt .caption {
    color: #3e3e42;
    margin-top: -31px; }
  .grt .center + .caption,
  .grt .aligncenter + .caption {
    text-align: center; }
  .grt h2 + .caption {
    margin-top: -19px;
    margin-bottom: 22px; }
  .grt h3 + .caption {
    margin-top: -12px;
    margin-bottom: 14px; }
  .grt blockquote + .caption {
    padding-left: 31px; }
  .grt .footnotes {
    color: #3e3e42;
    padding-top: 22px;
    border-top: 1px dotted rgba(0, 0, 0, 0.15); }
    .grt .footnotes p {
      margin-bottom: 14px; }
  .grt .author_description {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 36px; }
    .grt .author_description .avatar {
      float: left;
      width: 108px;
      height: 108px;
      margin-right: 22px; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt .post_box + .post_box {
    margin-top: 58px; }
    .grt .byline,
    .grt .alert,
    .grt .note,
    .grt .box,
    .grt .wp-caption,
    .grt .caption,
    .grt .footnotes,
    .grt .page-links {
      margin-bottom: 36px; }
      .grt .alert > :last-child,
      .grt .note > :last-child,
      .grt .box > :last-child,
      .grt .footnotes > :last-child,
      .grt .post_list > :last-child {
        margin-bottom: 0; }
  .grt .post_list {
    margin-bottom: 0; }
    .grt .post_box:after,
    .grt .headline_area:after,
    .grt .byline:after,
    .grt .post_content:after,
    .grt .post_list:after,
    .grt .extend:after,
    .grt .author_description:after,
    .grt .query_box:after {
      display: table;
      clear: both;
      content: ''; }
  @media all and (min-width: 892px) {
    .grt .byline .post_author:after,
        .grt .byline .post_date:after,
        .grt .byline .num_comments_link:after {
          display: none; }
        .grt .byline .post_author ~ .post_date_intro:before,
        .grt .byline .post_date_intro ~ .post_date_intro:before,
        .grt .byline .post_author ~ .num_comments_link:before,
        .grt .byline .post_date ~ .num_comments_link:before,
        .grt .byline .post_author ~ .post_edit:before,
        .grt .byline .post_date ~ .post_edit:before,
        .grt .byline .num_comments_link ~ .post_edit:before {
          color: #3e3e42;
          content: '\2022\0020'; } }
  @media all and (min-width: 1444px) {
    .grt .headline_area {
      position: relative; }
    .grt .impact {
      font-size: 29px;
      line-height: 52px; } }

label {
  display: block;
  font-weight: bold; }
  label .required {
    font-weight: normal; }

.required {
  color: #dd0000; }

input,
textarea,
select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 9px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

input[type=checkbox],
input[type=radio],
input[type=image],
input[type=submit],
select {
  width: auto; }

input[type=checkbox],
input[type=radio] {
  display: inline-block; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    display: inline;
    font-weight: normal;
    margin-left: 14px; }

textarea {
  line-height: inherit; }


  button,
  input[type=submit],
  .button {
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1em;
    vertical-align: top;
    color: #262727;
    text-decoration: none;
    background-color: #efece9;
    padding: 9px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 4px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    cursor: pointer;
    -webkit-appearance: none; }
  button:hover,
  input[type=submit]:hover,
  .button:hover,
  button:active,
  input[type=submit]:active,
  .button:active {
    text-decoration: none;
    background-color: white;
    transition: background-color 0.3s ease; }
  button:active,
  input[type=submit]:active,
  .button:active {
    border-bottom-width: 2px;
    margin-top: 2px; }

    button.save,
    .button.save {
      color: black;
      background-color: #509b26; }
    button.save:hover,
    .button.save:hover,
    button.save:active,
    .button.save:active {
      background-color: #60ba2e; }
    button.delete,
    .button.delete {
      color: black;
      background-color: #d50b0b; }
    button.delete:hover,
    .button.delete:hover,
    button.delete:active,
    .button.delete:active {
      background-color: #f31313; }
    button.action,
    .button.action {
      color: black;
      background-color: #12a7ff; }
    button.action:hover,
    .button.action:hover,
    button.action:active,
    .button.action:active {
      background-color: #38b5ff; }
    button.update,
    .button.update {
      background-color: #fcfc0d; }
    button.update:hover,
    .button.update:hover,
    button.update:active,
    .button.update:active {
      background-color: #fcfc33; }


  #site_title {
    font-size: 47px;
    line-height: 78px;
    font-weight: bold; }
  #site_title a {
    color: inherit; }

  #site_tagline {
    color: #3e3e42; }

  .prev_next {
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 36px;
    margin-bottom: -36px; }
  .prev_next.blog_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    .prev_next .previous_posts:first-child {
      margin-right: auto; }
    .prev_next .previous_posts a:before {
      content: '\2190\0020'; }
    .prev_next .next_posts a:after {
      content: '\0020\2192'; }
  .prev_next .next_post,
  .prev_next .previous_post {
    margin-bottom: 0; }
  .prev_next .next_post + .previous_post {
    margin-top: 22px; }

      .readability .text .byline .avatar {
        float: right;
        margin-left: 22px;
        margin-bottom: 0; }
      .focus .text .byline .avatar {
        margin-bottom: 9px; }
      @media all and (min-width: 1444px) {
        .readability .text .byline .avatar {
          float: left;
          margin-left: 0;
          margin-right: 22px; }
        .focus .text .byline .avatar {
          margin-bottom: 14px; } }
    .focus .text .breakout {
      margin-left: auto;
      margin-right: auto; }
    .text .breakout.left {
      float: none;
      margin-left: 0;
      margin-right: 0; }
    .text .pullout.left {
      float: none;
      margin-right: 0; }

@media all and (min-width: 1472px) {
  .readability .text,
    .focus .text {
      max-width: 1400px; }
      .readability .text .extend,
      .focus .text .extend {
        box-sizing: border-box;
        max-width: calc(100vw - 72px); }
      .readability .text .wp-caption img,
      .focus .text .wp-caption img {
        max-width: 100%; }
      .readability .text .headline_area,
      .readability .text .post_content > h1,
      .readability .text .post_content > h2,
      .readability .text .post_content > h3,
      .readability .text .post_content > h4,
      .readability .text .post_content > .impact,
      .readability .text .extend,
      .readability .text .extend + .caption {
        margin-right: calc(1472px - 100vw); }
    .focus .text {
      margin-left: auto;
      margin-right: auto; }
      .focus .text .headline_area,
      .focus .text .post_content > h1,
      .focus .text .post_content > h2,
      .focus .text .post_content > h3,
      .focus .text .post_content > .impact,
      .focus .text .extend,
      .focus .text .extend + .caption {
        margin-left: calc(736px - (100vw / 2));
        margin-right: calc(736px - (100vw / 2)); }
        .focus .text .extend.right {
          margin-left: 36px; }
        .focus .text .extend.left {
          margin-right: 36px; } }

@media all and (min-width: 1752px) {
  .readability .text .pullout,
      .focus .text .pullout {
        float: right;
        box-sizing: border-box; }
      .readability .text .extend,
      .focus .text .extend {
        max-width: 1680px; }
        .readability .text .extend .pullout,
        .focus .text .extend .pullout {
          float: none;
          max-width: 100%; }
      .readability .text .headline_area,
      .readability .text .post_content > h1,
      .readability .text .post_content > h2,
      .readability .text .post_content > h3,
      .readability .text .post_content > h4,
      .readability .text .post_content > .impact,
      .readability .text .extend,
      .readability .text .extend + .caption {
        margin-right: -280px; }
      .readability .text .breakout {
        max-width: calc(962px + (100vw - 1680px) / 2);
        margin-right: calc(-280px - (100vw - 1680px) / 2); }
      .readability .text .pullout {
        max-width: calc(100vw - (100vw - 1680px) / 2 - 1458px);
        margin-right: calc(-280px - (100vw - 1680px) / 2); }
        .readability .text .extend .pullout {
          margin-left: 0;
          margin-right: 0; }
      .focus .text .headline_area,
      .focus .text .post_content > h1,
      .focus .text .post_content > h2,
      .focus .text .post_content > h3,
      .focus .text .post_content > .impact,
      .focus .text .extend,
      .focus .text .extend + .caption {
        margin-left: -140px;
        margin-right: -140px; }
      .focus .text .breakout {
        max-width: calc(822px + (100vw - 1680px) / 2);
        margin-left: 36px;
        margin-right: calc(700px - (100vw / 2)); }
        .focus .text .breakout.left {
          margin-left: calc(700px - (100vw / 2));
          margin-right: 36px; }
      .focus .text .pullout {
        max-width: calc(100vw - (100vw - 1680px) / 2 - 1576px);
        margin-right: calc(-140px - (100vw - 1680px) / 2); }
        .focus .text .pullout.left {
          float: left;
          margin-left: calc(-140px - (100vw - 1680px) / 2);
          margin-right: 0; }
        .focus .text .extend .pullout {
          margin-left: auto;
          margin-right: auto; }
    .text .breakout,
    .text .extend .breakout {
      float: right;
      box-sizing: border-box;
      max-width: calc(822px + (100vw - 1680px) / 2);
      margin-left: 36px;
      margin-right: calc((1680px - 100vw) / 2); }
      .text .breakout.left,
      .text .extend .breakout.left {
        float: left;
        margin-left: calc((1680px - 100vw) / 2);
        margin-right: 36px; }
      .has-sidebar .text .breakout,
      .has-sidebar .text .extend .breakout {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }

  @media all and (min-width: 1444px) {
    .mode-focus #header,
      .mode-focus #nav,
      .mode-focus #nav-secondary,
      .mode-focus #footer {
        text-align: center; }
        .mode-focus #header_image,
        .mode-focus #logo {
          margin-left: auto;
          margin-right: auto; } }

      .focus .text .headline_area,
      .focus .text .featured_image_wrap,
      .focus .text .post_content h1,
      .focus .text h2,
      .focus .text h3,
      .focus .text h2 + .caption,
      .focus .text h3 + .caption,
      .focus .text .impact,
      .focus .text .extend + .caption,
      .focus .text .extend .caption {
        text-align: center; }
        .focus .text .byline .avatar {
          margin-left: auto;
          margin-right: auto; }
    .focus .archive_title {
      text-align: center; }

  .text .wp-post-image {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }

@media all and (min-width: 1472px) {
  .readability .text .featured_image_wrap {
        margin-right: calc(1472px - 100vw); }
      .focus .text .featured_image_wrap {
        margin-left: calc(736px - (100vw / 2));
        margin-right: calc(736px - (100vw / 2)); } }

@media all and (min-width: 1752px) {
  .readability .text .featured_image_wrap {
        margin-right: -280px; }
      .focus .text .featured_image_wrap {
        margin-left: -140px;
        margin-right: -140px; } }

  .menu {
    list-style: none;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .menu::-webkit-scrollbar {
    display: none; }
  .menu li {
    margin-right: 36px; }
    .menu li:last-child {
      margin-right: 0; }
  .menu a {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px; }
  .menu:before {
    content: '\2194';
    color: #3e3e42;
    margin-right: 22px; }
  @media all and (min-width: 1444px) {
    .mode-focus .menu {
      justify-content: center; }
    .menu:before {
      display: none; } }

  .bar {
    color: #3e3e42; }
  @media all and (min-width: 1752px) {
    .text .bar {
      width: 100%; }
      .text .bar code {
        font-size: 13px; }
      .readability .text .bar,
      .focus .text .bar {
        box-sizing: border-box;
        float: right;
        clear: right;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 22px; }
      .readability .text .bar {
        max-width: 222px;
        margin-right: -280px; }
      .focus .text .bar {
        max-width: 104px;
        margin-right: -140px; }
        .focus .text .bar.left {
          float: left;
          clear: left;
          margin-left: -140px; } }

  .bleed {
    position: relative;
    width: 100vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 58px;
    margin-bottom: 58px;
    margin-left: -22px; }
  .bleed + .bleed {
    margin-top: -58px; }
  .bleed:last-child {
    margin-bottom: 0; }
  .content > .post_box:last-child .bleed:last-child {
    margin-bottom: -36px; }
  .bleed:after {
    display: table;
    clear: both;
    content: ''; }
  @media all and (min-width: 1444px) {
    .bleed {
    margin-left: calc(calc(1400px - 100vw) / 2); } }
  @media all and (min-width: 1472px) {
    .bleed {
    margin-left: -36px; } }
  @media all and (min-width: 1752px) {
    .bleed {
    margin-left: calc(calc(1680px - 100vw) / 2); } }
  .focus .bleed {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .bleed .container {
    padding-top: 36px;
    padding-bottom: 22px; }
    .bleed .post_content > h2:first-child {
      margin-bottom: 36px; }
      .bleed .post_content > h2:first-child + .caption {
        margin-top: -36px;
        margin-bottom: 36px; }
  .bleed + h2 {
    margin-bottom: 36px; }
    .bleed + h2 + .caption {
      margin-top: -36px;
      margin-bottom: 36px; }
  .bleed pre,
  .bleed .wp-caption,
  .bleed .frame {
    background-color: rgba(0, 0, 0, 0.1); }
  .bleed.no-border {
    border-top: none; }
  .bleed.red {
    background-color: #ffcccc; }
    .bleed.red blockquote,
    .bleed.red .caption,
    .bleed.red .bar,
    .bleed.red .wp-caption {
      color: maroon; }
  .bleed.salmon {
    background-color: #ffddcc; }
    .bleed.salmon blockquote,
    .bleed.salmon .caption,
    .bleed.salmon .bar,
    .bleed.salmon .wp-caption {
      color: #802b00; }
  .bleed.orange {
    background-color: #ffeecc; }
    .bleed.orange blockquote,
    .bleed.orange .caption,
    .bleed.orange .bar,
    .bleed.orange .wp-caption {
      color: #805500; }
  .bleed.yellow {
    background-color: #ffffcc; }
    .bleed.yellow blockquote,
    .bleed.yellow .caption,
    .bleed.yellow .bar,
    .bleed.yellow .wp-caption {
      color: olive; }
  .bleed.chartreuse {
    background-color: #eeffcc; }
    .bleed.chartreuse blockquote,
    .bleed.chartreuse .caption,
    .bleed.chartreuse .bar,
    .bleed.chartreuse .wp-caption {
      color: #558000; }
  .bleed.lime {
    background-color: #ddffcc; }
    .bleed.lime blockquote,
    .bleed.lime .caption,
    .bleed.lime .bar,
    .bleed.lime .wp-caption {
      color: #2a8000; }
  .bleed.green {
    background-color: #ccffcc; }
    .bleed.green blockquote,
    .bleed.green .caption,
    .bleed.green .bar,
    .bleed.green .wp-caption {
      color: green; }
  .bleed.aquamarine {
    background-color: #ccffdd; }
    .bleed.aquamarine blockquote,
    .bleed.aquamarine .caption,
    .bleed.aquamarine .bar,
    .bleed.aquamarine .wp-caption {
      color: #00802b; }
  .bleed.turquoise {
    background-color: #ccffee; }
    .bleed.turquoise blockquote,
    .bleed.turquoise .caption,
    .bleed.turquoise .bar,
    .bleed.turquoise .wp-caption {
      color: #008055; }
  .bleed.cyan {
    background-color: #ccffff; }
    .bleed.cyan blockquote,
    .bleed.cyan .caption,
    .bleed.cyan .bar,
    .bleed.cyan .wp-caption {
      color: teal; }
  .bleed.blue {
    background-color: #cceeff; }
    .bleed.blue blockquote,
    .bleed.blue .caption,
    .bleed.blue .bar,
    .bleed.blue .wp-caption {
      color: #005580; }
  .bleed.steel {
    background-color: #ccddff; }
    .bleed.steel blockquote,
    .bleed.steel .caption,
    .bleed.steel .bar,
    .bleed.steel .wp-caption {
      color: #002a80; }
  .bleed.lavender {
    background-color: #ccccff; }
    .bleed.lavender blockquote,
    .bleed.lavender .caption,
    .bleed.lavender .bar,
    .bleed.lavender .wp-caption {
      color: navy; }
  .bleed.purple {
    background-color: #ddccff; }
    .bleed.purple blockquote,
    .bleed.purple .caption,
    .bleed.purple .bar,
    .bleed.purple .wp-caption {
      color: #2b0080; }
  .bleed.orchid {
    background-color: #eeccff; }
    .bleed.orchid blockquote,
    .bleed.orchid .caption,
    .bleed.orchid .bar,
    .bleed.orchid .wp-caption {
      color: #550080; }
  .bleed.magenta {
    background-color: #ffccff; }
    .bleed.magenta blockquote,
    .bleed.magenta .caption,
    .bleed.magenta .bar,
    .bleed.magenta .wp-caption {
      color: purple; }
  .bleed.pink {
    background-color: #ffccee; }
    .bleed.pink blockquote,
    .bleed.pink .caption,
    .bleed.pink .bar,
    .bleed.pink .wp-caption {
      color: #800055; }
  .bleed.rose {
    background-color: #ffccdd; }
    .bleed.rose blockquote,
    .bleed.rose .caption,
    .bleed.rose .bar,
    .bleed.rose .wp-caption {
      color: #80002a; }

.card {
  box-sizing: border-box;
  color: inherit;
  margin-bottom: 36px; }
  .card .card-body {
    padding: 36px; }
  .card .card-title,
  .card .card-subtitle {
    text-align: center; }
    .card .card-title:last-child,
    .card .card-subtitle:last-child {
      margin-bottom: 0; }
  .card .card-title {
    font-size: 23px;
    line-height: 43px;
    margin-bottom: 27px; }
    .card .card-title a {
      text-decoration: none; }
    @media all and (min-width: 892px) {
      .card .card-title {
    font-size: 29px;
    line-height: 52px; } }
  .card .card-subtitle {
    font-size: 14px;
    line-height: 30px;
    color: #3e3e42;
    margin-top: -27px;
    margin-bottom: 29px; }
    @media all and (min-width: 892px) {
      .card .card-subtitle {
    margin-top: -22px;
    margin-bottom: 30.5px; } }
  .card.card-centered .card-text {
    text-align: center; }
  .card .card-text > :last-child {
    margin-bottom: 0; }

  .grt .card {
    display: block;
    text-decoration: none; }
  .grt .card .card-image {
    max-width: 100%;
    margin-bottom: 0; }

.card-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
    .card-flex.card-flex-2 > .card,
    .card-flex.card-flex-3 > .card,
    .card-flex.card-flex-2 > .card-link,
    .card-flex.card-flex-3 > .card-link {
      max-width: 822px; }
    @media all and (min-width: 1472px) {
      .card-flex.card-flex-2,
  .card-flex.card-flex-3 {
    justify-content: space-between; }
      .card-flex.card-flex-2 > .card,
      .card-flex.card-flex-3 > .card,
      .card-flex.card-flex-2 > .card-link,
      .card-flex.card-flex-3 > .card-link {
        max-width: calc(50% - 18px); } }
    @media all and (min-width: 1752px) {
      .card-flex.card-flex-3 > .card,
      .card-flex.card-flex-3 > .card-link {
        max-width: calc(33.333% - 24.001px); } }
    .card-flex.card-flex-4 > .card,
    .card-flex.card-flex-4 > .card-link {
      max-width: 589.5px; }
    @media all and (min-width: 866px) {
      .card-flex.card-flex-4 {
    justify-content: space-between; }
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(50% - 18px); } }
    @media all and (min-width: 1323px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(33.333% - 24.001px); } }
    @media all and (min-width: 1752px) {
      .card-flex.card-flex-4 > .card,
      .card-flex.card-flex-4 > .card-link {
        max-width: calc(25% - 27px); } }

/*
 * ---:[ Custom CSS ]:---
 */
/*
 * WEBFONTS
 */
/*
 * @font-face {
 * font-family: 'SofaSansHand-Bold';
 * src:
 * url('webfonts/sofasanshand-bold-webfont.woff2') format('woff2'),url('webfonts/sofasanshand-bold-webfont.woff') format('woff');
 * font-display: swap;
 * }
 */
@font-face {
  font-family: 'SofaSerifHand-Bold';
  src: url('webfonts/sofaserifhand-bold-hunslov.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans Light';
  src: url('webfonts/open-sans-v40-latin_latin-ext-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans Regular';
  src: url('webfonts/open-sans-v40-latin_latin-ext-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans Semibold';
  src: url('webfonts/open-sans-v40-latin_latin-ext-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/*
 * VARIABLEN
 */
/*
 * rem BASISGRÖSSE
 */
html {
  font-size: 15px; }

@media only screen and (min-width: 800px) {
  html {
    font-size: 16px; } }

@media only screen and (min-width: 1200px) {
  html {
    font-size: 17px; } }

@media only screen and (min-width: 1600px) {
  html {
    font-size: 18px; } }

/*
 * BASICS, TYPO
 */
body {
  background-color: #efece9;
  font-family: 'Open Sans Regular';
  font-size: 1.05rem;
  line-height: 1.8;
  letter-spacing: 0.02rem;
  hyphens: auto;
  -webkit-hyphens: auto; }

h1,
h2 {
  text-align: center;
  font-family: 'SofaSerifHand-Bold';
  line-height: 1.3;
  letter-spacing: 0.04rem; }

h1,
h2 {
  hyphens: none;
  -webkit-hyphens: none; }

h3,
.grt h3 {
  font-family: 'Open Sans Light';
  font-size: 1.43rem !important;
  margin-top: 1.2rem !important;
  margin-bottom: 0.8rem !important; }

.grt h1,
.grt h2 {
  line-height: 1.3 !important;
  margin-top: 0px;
  margin-bottom: 0px; }

h1,
.grt h1 {
  font-size: 2.6rem !important; }

.grt h3 {
  line-height: 1.5 !important; }

@media only screen and (min-width: 800px) {
  h1,
  .grt h1 {
    font-size: 2.8rem !important; } }

h2,
.grt h2 {
  font-size: 2rem !important; }

h2 a {
  text-underline-offset: 0.5rem; }

strong {
  font-family: 'Open Sans Semibold';
  font-weight: normal; }

.intro {
  text-align: center;
  font-family: 'Open Sans Regular';
  font-size: 1.21rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  hyphens: none;
  -webkit-hyphens: none; }

.grt p {
  margin-bottom: 1rem; }

#header {
  background-color: #262727; }

.maxw860 {
  max-width: 860px; }

.maxw920 {
  max-width: 920px; }

.leftalign {
  text-align: left; }

.rightalign {
  text-align: right; }

@media only screen and (min-width: 800px) {
  .left800 {
    text-align: left; } }

.grt img {
  margin-bottom: 0rem; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.multiply {
  mix-blend-mode: multiply; }

.bleed {
  margin-top: 0px;
  border-top: 0px;
  margin-bottom: 0px; }

.content > .post_box:last-child .bleed:last-child {
  margin-bottom: 0px; }

.marginleft0 {
    /*
   * Bleed auf Seite ohne Container richten
   */
  margin-left: 0 !important; }

#content {
  padding-top: 0px; }

.margintop4 {
  margin-top: 4rem; }

.margintop3 {
  margin-top: 3rem; }

.margintop2 {
  margin-top: 2rem; }

.margintop-2 {
  margin-top: -2rem; }

.margintop1 {
  margin-top: 1rem; }

.marginbottom1 {
  margin-bottom: 1rem !important; }

.marginbottom2 {
  margin-bottom: 2rem !important; }

/*
 * Spacer
 */
.paddingbottom1 {
    /*
   * Leerzeile
   */
  padding-bottom: 1rem; }

.paddingtop2 {
  padding-top: 2rem; }

.paddingtop1-4 {
  padding-top: 1.4rem; }

@media only screen and (min-width: 420px) {
  .paddinglire_kl {
    padding-left: 0.8rem;
    padding-right: 0.8rem; } }

.paddinglire {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

@media only screen and (min-width: 800px) {
  .paddinglire {
    padding-left: 1.8rem;
    padding-right: 1.8rem; } }

.paddingall {
  padding: 1.8rem; }

.paddingou {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

@media only screen and (min-width: 800px) {
  .paddingou {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem; } }

.myallsizespacer2 {
  height: 2rem; }

.myallsizespacer4 {
  height: 4rem; }

@media only screen and (min-width: 1200px) {
  .myspacer2 {
    height: 2rem; }

  .myspacer4 {
    height: 4rem; } }

/*
 * FARBEN
 */
.color1 {
  background-color: #262727; }

.color7 {
  background-color: #92824d; }

.color4 {
  background-color: #7b3440; }

.color6 {
  background-color: #717868; }

.whitetext {
  color: white !important; }

.whitetext a {
  color: white !important; }

.color6text {
  color: #717868; }

.color6text a {
  color: #717868; }

.color3text {
  color: #3e3e42; }

.color3text a {
  color: #3e3e42; }

/*
 * aufzaehlung
 */
.grt ol {
  margin-left: 1.6rem; }

.grt ul {
  margin-left: 0rem;
  margin-bottom: 0rem; }

.numdot {
  list-style-image: url('https://slowenichic.diegestaltung.at/wp-content/uploads/2023/10/aufzaehlung_punkt.svg'); }

.numdot > li {
  margin-left: 1.2rem; }

@media only screen and (min-width: 1000px) {
  .numdot > li {
    margin-left: 0rem; } }

.numdot > ::marker {
  font-size: 2.8rem; }

/*
 * Text-Shadows
 */
.textshadow_dark {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); }

.textshadow_light {
  text-shadow: 0px 0px 12px rgba(250, 250, 250, 0.5); }

/*
 * container ohne max-width
 */
.mycontainer {
  margin-left: auto;
  margin-right: auto; }

/*
 * HEADER + NAV
 */
.mylogo {
  width: 10rem;
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.menu {
  font-family: 'Open Sans Regular';
  text-transform: uppercase;
  letter-spacing: 0.1rem; }

.menu > li {
  margin-bottom: 0px !important; }

/*
 * Swipenav Startpunkt ändern & Menu Adaptionen
 */
.menu a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #efece9;
  font-size: 1.1rem; }

.menu li {
  margin-right: 2rem; }

.menu:before {
    /*
   * Pfeile vor Menu ändern
   */
  content: "< >";
  font-size: 17px;
  line-height: 22px;
  vertical-align: super;
  color: transparent;
  margin-top: 4px;
  margin-left: 16px;
  display: inline-block;
    /*
   * width: 48px;
   */
  height: 36px;
  background-size: 40px 40px;
  background: url('https://slowenichic.diegestaltung.at/wp-content/uploads/2023/10/menu_indikator_white.svg');
  background-repeat: no-repeat;
  margin-right: 26px; }

.menu:after {
    /*
   * etwas abstand nach letzem eintrag mobil
   */
  content: "< >";
  font-size: 17px;
  line-height: 22px;
  vertical-align: super;
  color: transparent;
  display: inline-block; }

.current-menu-item a {
  color: #efece9;
  border-bottom: 2px solid; }

@media all and (min-width: 688px) {
  .menu {
        /*
     * center menu in fullwidth mode
     */
    justify-content: center; }

  .menu:before,
  .menu:after {
    display: none; }

  .current-menu-item a {
    border-bottom: 3px solid; } }

/*
 * END HEADER+NAV
 */
/*
 * heroimage startseite
 */
.bigimage {
  position: relative;
  text-align: center; }

.bigimage img {
  object-fit: cover;
  object-position: center;
  height: 30rem;
  width: 100%; }

@media only screen and (min-width: 800px) {
  .bigimage img {
    height: 35rem; } }

@media only screen and (min-width: 1200px) {
  .bigimage img {
    height: 38rem; } }

@media only screen and (min-width: 1800px) {
  .bigimage img {
    height: 44rem; } }

@media only screen and (min-width: 1200px) {
  #frontbigimage img {
        /*
     * frontpage image raufrücken
     */
    object-position: center -4rem; } }

@media only screen and (min-width: 1800px) {
  #frontbigimage img {
        /*
     * frontpage image raufrücken
     */
    object-position: center -6rem; } }

.bigheadline {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  hyphens: none;
  -webkit-hyphens: none;
  text-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.7); }

#recipepagehl {
    /*
   * hl auf Blog-Rezeptseite mobil raufsetzen
   */
  top: 70%; }

@media only screen and (min-width: 800px) {
  #recipepagehl {
        /*
     * hl auf Blog-Rezeptseite raufsetzen
     */
    top: 82%; } }

#sortenpagehl {
    /*
   * hl auf Sortenseite mobil raufsetzen
   */
  top: 80%; }

@media only screen and (min-width: 800px) {
  #sortenpagehl {
        /*
     * hl auf Sortenseite raufsetzen
     */
    top: 86%; } }

.bigheadline_top {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  hyphens: none;
  -webkit-hyphens: none;
  text-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.7); }

@media only screen and (min-width: 800px) {
  .bigheadline_top {
    top: 20%; } }

.hlextend {
  font-family: 'Open Sans Light';
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.06rem;
  vertical-align: super; }

.button {
  line-height: 1.4em;
  vertical-align: top;
  margin-top: 1.5rem;
  color: #262727;
  background-color: #efece9;
  padding: 0.6rem 1rem;
  border: 2px solid #efece9;
  border-radius: 6px; }

.colorbutton {
  display: inline-block;
  line-height: 1.4em;
  vertical-align: top;
  margin-top: 1.5rem;
  color: white;
  background-color: #3e3e42;
  padding: 0.6rem 1rem;
  border: 2px solid #efece9;
  border-radius: 6px; }

a.colorbutton.whitetext {
  text-decoration: none; }

.button:hover,
.colorbutton:hover {
  background-color: #262727;
  opacity: 1;
  color: #efece9;
  border: 2px solid #efece9; }

.button:active,
.colorbutton:active {
  margin-top: 1.5rem;
  border: 2px solid #262727; }

/*
 * Coverimage
 */
.coverimage {
  object-fit: cover;
  object-position: center;
  height: 14rem;
  width: 100%; }

@media only screen and (min-width: 800px) {
  .coverimage {
    height: 20rem; } }

@media only screen and (min-width: 1440px) {
  .coverimage {
    height: 24rem; } }

/*
 * GRID LAYOUT
 */
/*
 * Element mit Bild und Text li-re wie ak
 */
.grid12wrap {
  margin-bottom: 4rem;
  display: grid;
  grid-template-rows: auto auto/*1fr bei ak*/;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 0.5rem;
  grid-row-gap: 1rem; }

.gridhl,
.gridhl_8,
.gridhl_9 {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  direction: ltr;
  grid-row: 1; }

.gridcopy,
.gridcopy_8,
.gridcopy_9 {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  direction: ltr;
  grid-row: 3; }

.gridimageblock,
.gridimageblock_4,
.gridimageblock_3 {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row: 2; }

.copysolo_8 {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row: 2;
  direction: ltr;
  align-self: center; }

.imagesolo_4 {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row: 1; }

@media only screen and (min-width: 800px) {
  .grid12wrap {
    grid-column-gap: 2rem; }

  .gridhl {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row: 1; }

  .gridhl_8 {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row: 1; }

  .gridcopy {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row: 2; }

  .gridcopy_8 {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row: 2; }

  .gridhl_9 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row: 1;
    align-self: end; }

  .gridcopy_9 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row: 2;
    align-self: center; }

  .copysolo_8 {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row: 1; }

  .gridimageblock {
    grid-column-start: 6;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 3; }

  .gridimageblock_4 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 3; }

  .gridimageblock_3 {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 3; }

  .imagesolo_4 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row: 1; }

  /*
   * Richtung
   */  .tel_imr {
    direction: ltr;
        /*
     * textlinks-bildrechts
     */ }

  .tel_imr > .gridimageblock {
    padding-left: 2rem; }

  .iml_ter {
    direction: rtl;
        /*
     * textrechts-bildlinks
     */ }

  .iml_ter > .gridimageblock {
    padding-right: 2rem; } }

@media only screen and (min-width: 1200px) {
  .gridimageblock_3 {
    align-self: center; } }

@media only screen and (min-width: 1440px) {
  .gridhl_9 {
    margin-bottom: -2rem; }

  .gridimageblock_3 {
    margin-top: 1.2rem; } }

@media only screen and (min-width: 1680px) {
  .gridcopy_9 {
    margin-top: -2rem; } }

/*
 * grid neu farbkasterl li re
 */
.boxgrid {
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 0px 1rem; }

.gr_button1,
.gr_button2 {
  padding-bottom: 1.8rem; }

.gr_button1 {
  margin-bottom: 1rem; }

@media only screen and (min-width: 1000px) {
  .boxgrid {
    display: grid;
    margin-left: 1rem;
    margin-right: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px 1rem;
    grid-template-areas: "hl1 hl2" "image1 image2" "text1 text2" "button1 button2"; }

  .gr_hl1 {
    grid-area: hl1; }

  .gr_hl2 {
    grid-area: hl2; }

  .gr_image1 {
    grid-area: image1; }

  .gr_image2 {
    grid-area: image2; }

  .gr_text1 {
    grid-area: text1; }

  .gr_text2 {
    grid-area: text2; }

  .gr_button1 {
    grid-area: button1; }

  .gr_button2 {
    grid-area: button2; }

  .gr_button1,
  .gr_button2 {
    margin-bottom: 0rem; } }

.boximage {
  position: relative;
  text-align: center; }

.boximage img {
  object-fit: cover;
  object-position: center;
  height: 22rem;
  width: 100%; }

@media only screen and (min-width: 800px) {
  .boximage img {
    height: 28rem; } }

.grid {
  display: grid; }

.vertical_center {
  align-self: center; }

.vertical_end {
  align-self: flex-end; }

.horizontal_center {
  justify-self: center; }

/*
 * Runde Bilder
 */
.circle-cropper {
  max-width: 540px;
  justify-self: center;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 1rem; }

.circle-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%; }

@media only screen and (min-width: 800px) {
  .circle-cropper {
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: -2rem;
    justify-self: end; } }

/*
 * page covers
 */
.pagehl {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 2;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: -5.5rem;
  background-color: rgba(116, 125, 108, 0.9);
  z-index: 100; }

.pagehl h1,
.pagehl h2,
.pagehl p {
  color: white;
  text-align: center; }

.grt .h1smaller {
  font-size: 2.2rem !important; }

.pageimageblock {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 2; }

.pageimageblock  img {
  max-height: 340px;
  object-fit: cover; }

@media only screen and (min-width: 800px) {
  .pagehl {
    grid-column-start: 3;
    grid-column-end: 11;
    margin-top: -9rem;
    margin-left: 0rem;
    margin-right: 0rem; }

  .pageimageblock img {
    max-height: 420px; } }

@media only screen and (min-width: 1000px) {
  .pageimageblock img {
    max-height: 480px; } }

@media only screen and (min-width: 1400px) {
  .pagehl {
    grid-column-start: 4;
    grid-column-end: 10; } }

@media only screen and (min-width: 1600px) {
  .pagehl {
    grid-column-start: 5;
    grid-column-end: 9; } }

/*
 * Footer
 */
.myfooter {
  background-color: #262727; }

#footer {
  margin-top: 2rem;
  padding-top: 3rem; }

#footer a {
  color: white;
  letter-spacing: 0.06rem; }

#footer a:hover {
  color: #efece9; }

#footerlogo {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 7;
  direction: ltr;
  grid-row: 2; }

#footerlogo > img {
  max-width: 8rem; }

#footertext {
  color: white;
  display: grid;
  grid-column-start: 6;
  grid-column-end: 13;
  direction: ltr;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  font-size: 0.85rem; }

#footermenu {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 13;
  direction: ltr;
  grid-row: 1;
  font-family: 'Open Sans Light';
  margin-bottom: 2rem; }

.myfootermenu {
  display: flex;
  list-style: none;
  align-self: center;
  justify-content: center; }

.myfootermenu li {
  margin-right: 36px; }

.myfootermenu a {
  color: #3e3e42; }

.myfootermenu li:last-child {
  margin-right: 0; }

@media only screen and (min-width: 880px) {
  #footerlogo {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1; }

  #footertext {
    grid-column-start: 9;
    grid-row: 1; }

  #footermenu {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row: 1;
    margin-bottom: 0px; } }

/*
 * eine Reihe mit 4 bzw dann 1 Elementen
 */
.elements4_1row {
  display: grid;
  grid-template-columns: repeat(1, 1fr); }

/*
 * eine Reihe mit 4 bzw dann 2 Elementen
 */
.elements4_2row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

@media only screen and (min-width: 1200px) {
  .elements4_1row,
  .elements4_2row {
    grid-template-columns: repeat(4, 1fr); } }

/*
 * gridabstaende
 */
.gridgap0 {
  gap: 0rem; }

.gridgap1 {
  gap: 1.2rem; }

/*
 * card grid Chicoreesorten
 */
.cardgrid {
  display: grid;
  max-width: 1680px;
  margin: 0 auto; }

@media (min-width: 340px) {
  .cardgrid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); } }

@media (max-width: 1680px) {
  .cardgrid {
    margin-left: 1rem;
    margin-right: 1rem; } }

.card {
  margin-bottom: 0px; }

.sorten {
  background-color: #717868;
  color: white; }

.card-title {
  font-family: 'SofaSerifHand-Bold';
  hyphens: none;
  -webkit-hyphens: none; }

.card .card-title {
  font-size: 2rem;
  line-height: 1.4; }

.card .card-subtitle {
  font-family: 'Open Sans Light';
  font-size: 1.3rem;
  line-height: 1.4;
  color: white;
  letter-spacing: 0.06rem;
  margin-top: -1.4rem;
  margin-bottom: 2rem; }

.card .card-body {
  padding: 1.5rem; }

/*
 * Cover Parallax + Overlay +bgimage
 */
.myparallaxcover,
.myparallaxcover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative; }

.myparallaxcover-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0; }

/*
 * fixed background fuer iOS abdrehen
 */
@supports (-webkit-touch-callout:inherit) {
    .myparallaxcover-image {
    background-attachment: scroll; }
 }
@media (prefers-reduced-motion:reduce) {
  .myparallaxcover-image {
    background-attachment: scroll; } }

.myparallaxoverlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.darkcover {
  background-color: #262727;
  opacity: 0.35; }

.lightcover {
  background-color: #efece9;
  opacity: 0.5; }

.myparallaxtext {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  z-index: 1; }

@media only screen and (min-width: 1280px) {
  .myparallaxtext {
    padding-left: 0px;
    padding-right: 0px; } }

/*
 * End Cover Parallax
 */
/*
 * Rezepte
 */
/*
 * Hintergrundfarbenn einzelner Rezepte ändern
 */
#post-30 > .gridrecipehlarea,
.post-30 > .gridrecipehlarea {
  background-color: #7b3440; }

#post-120 > .gridrecipehlarea,
.post-120  > .gridrecipehlarea {
  background-color: #7b3440; }

#post-72 > .gridrecipehlarea,
.post-72 > .gridrecipehlarea {
  background-color: #7b3440; }

#post-88 > .gridrecipehlarea,
.post-88 > .gridrecipehlarea {
  background-color: #92824d; }

#post-66 > .gridrecipehlarea,
.post-66 > .gridrecipehlarea {
  background-color: #92824d; }

#post-95 > .gridrecipehlarea,
.post-95 > .gridrecipehlarea {
  background-color: #92824d; }

/*
 * rezept-Single
 */
.recipecontainer {
  margin-top: 2rem; }

.recipeimage img {
  object-fit: cover;
  object-position: center;
  height: 24rem;
  width: 100%; }

@media only screen and (min-width: 800px) {
  .recipeimage img {
    height: 30rem; } }

@media only screen and (min-width: 1200px) {
  .recipeimage img {
    height: 40rem; } }

.recipehlarea {
    /*
   * Hl auf Single Seite
   */
  padding-top: 2rem;
  padding-bottom: 1.8rem; }

.rezeptinfocontainer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 1rem;
  border-bottom: 2px solid #262727; }

.rezeptintro {
  text-align: center;
  font-family: 'Open Sans Light';
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08rem;
  hyphens: none;
  -webkit-hyphens: none; }

.rezeptextro {
  text-align: center;
  font-family: 'Open Sans Light';
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.08rem;
  vertical-align: super;
  hyphens: none;
  -webkit-hyphens: none; }

.rezeptinfo {
  font-family: 'Open Sans Regular', Verdana, Arial;
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  margin-bottom: 0.8rem; }

.zeit:before {
  content: url('https://www.chicorette.at/wp-content/uploads/2021/01/timer.svg');
  position: relative;
  top: 5px;
  margin-right: 2px; }

.portionen:before {
  content: url('https://www.chicorette.at/wp-content/uploads/2021/01/ic_face_24px.svg');
  position: relative;
  width: 24px;
  top: 5px;
  margin-right: 2px; }

.zutaten {
  font-family: 'Open Sans Regular', Verdana, Arial;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 1rem;
  text-align: left;
  width: 100%; }

@media only screen and (min-width: 800px) {
  .zutaten {
    width: 40%;
    float: left;
    margin-top: 0px; } }

td {
  padding-right: 0.7rem; }

.td_one {
  white-space: nowrap; }

::marker {
    /*
   * Zahlen bei Rezeptanfolge
   */
  font-family: 'SofaSerifHand-Bold', Verdana, Arial;
  font-size: 1.5rem;
  text-align: left; }

.zubereitung {
  width: 100%;
  margin-top: 1.6rem;
  border-top: 2px solid #262727;
  padding-top: 2rem; }

@media only screen and (min-width: 800px) {
  .zubereitung {
    width: 58%;
    float: right;
    margin-top: 0px;
    border-top: 0px;
    padding-top: 0px; } }

li {
    /*
   * Liste Zubereitung
   */
  margin-bottom: 12px; }

/*
 * BLOG Rezepte Grid
 */
.recipegrid {
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
  gap: 1rem; }

@media (min-width: 420px) {
  .recipegrid {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } }

.recipeblogimg {
  position: relative;
  text-align: center; }

.recipeblogimg img {
  display: grid;
  object-fit: cover;
  object-position: center;
  height: 18rem;
  width: 100%; }

.recipeblogimg > .featured_image_wrap {
  display: grid; }

.gridrecipehlarea {
    /*
   * Hl im Grid
   */
    /*
   * padding-top: 2rem;
   * padding-bottom: 1.8rem;
   */
  height: 10rem;
  align-items: center; }

.gridrecipehlarea .rezeptintro {
    /*
   * kleiner auf grid
   */
  font-size: 1.4rem; }

.gridrecipehlarea .rezeptextro {
  font-size: 1.26rem; }

.texttrennbalken {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7b3440;
  margin-top: 2rem;
  margin-bottom: 1rem; }