@charset "UTF-8";
/*
Based on theme of twentytwenty
last modification: 09.04.2021/nd
*/
/*Grössen*/
/* Pobjoy's Perfect developing stylesheet */
/*Grössen*/
XX_body.pP {
  /*border:red dotted 2px;*/
}
XX_body.pP:before {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 30px;
  width: 200px;
  background-color: #72ad72;
  content: "PobjoysPerfect -> body";
}
XX_body.pP header,
XX_body.pP main,
XX_body.pP .footer-nav-widgets-wrapper,
XX_body.pP footer {
  border: blue dotted 2px;
  border-width: 2px !important;
}
XX_body.pP header::before,
XX_body.pP main::before,
XX_body.pP .footer-nav-widgets-wrapper::before,
XX_body.pP footer::before {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 0.3em;
  font-size: 0.7em;
}
XX_body.pP header {
  border-color: saddlebrown;
}
XX_body.pP header::before {
  content: "PobjoysPerfect -> header";
  background-color: saddlebrown;
}
XX_body.pP main {
  border-color: salmon;
}
XX_body.pP main::before {
  content: "PobjoysPerfect-> main";
  background-color: salmon;
}
XX_body.pP .footer-nav-widgets-wrapper {
  border-color: slateblue;
}
XX_body.pP .footer-nav-widgets-wrapper::before {
  content: "PobjoysPerfect-> .footer-nav-widgets-wrapper";
  background-color: slateblue;
}
XX_body.pP footer {
  border-color: darkorange !important;
}
XX_body.pP footer::before {
  content: "PobjoysPerfect-> footer";
  background-color: darkorange;
}

body {
  position: relative;
  background-color: white;
  /*Modal Menu Small Devices*/
}
body header,
body main,
body .footer-nav-widgets-wrapper,
body footer {
  position: relative;
}
body header {
  float: none;
  clear: both;
}
body header#site-header {
  -webkit-box-shadow: 0px 7px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 10px 1px rgba(0, 0, 0, 0.3);
}
body header .header-titles {
  margin: 0;
}
body header .header-titles .site-logo {
  margin: 0;
}
body header .header-titles .site-title {
  font-size: 3.5rem;
  letter-spacing: 0.01em;
}
body header .header-titles .site-title a {
  color: black;
}
body header .header-titles .site-title a:hover {
  text-decoration: none;
}
body header .header-inner {
  max-width: 1200px;
  justify-content: flex-start;
}
body header .header-inner .header-titles-wrapper {
  justify-content: flex-start;
  width: 33.33%;
  margin-right: 0;
}
body header .header-inner .header-titles-wrapper .header-titles {
  width: 90%;
}
body header .header-inner .header-navigation-wrapper {
  padding-left: 4rem;
  padding-top: 8px;
  flex-grow: 1;
  display: block;
}
body header .header-inner .header-navigation-wrapper ul.primary-menu {
  justify-content: space-between;
  padding-top: 0.8rem;
}
body header .header-inner .header-navigation-wrapper ul.primary-menu li {
  font-size: 2rem;
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
}
body header .header-inner .header-navigation-wrapper ul.primary-menu li:hover {
  border-bottom: solid 1px #1A5025;
}
body header .header-inner .header-navigation-wrapper ul.primary-menu li.current-menu-item {
  border-bottom: solid 1px #1A5025;
}
body header .header-inner .header-navigation-wrapper ul.primary-menu li.current-menu-item a {
  color: #1A5025;
  text-decoration: none;
}
body header .header-inner .header-navigation-wrapper ul.primary-menu li a {
  color: #1A5025;
}
body header .header-inner .header-navigation-wrapper ul.primary-menu li a:hover {
  text-decoration: none;
}
body header .header-inner .search-toggle-wrapper {
  display: none;
}
body .menu-modal a {
  color: #1A5025 !important;
}
body.single-post article, body.page article {
  margin-top: 8rem;
}
body.home .entry-header-inner {
  display: none;
}
body.home .wp-block-columns:first-child .wp-block-column:first-child {
  margin-top: 0 !important;
}
body main {
  width: calc(100% - 8rem);
  max-width: 1200px;
  margin: auto;
}
body main > header {
  display: none;
}
body main article {
  float: none;
  clear: both;
}
body main article:not(:last-of-type) {
  padding-bottom: 8rem !important;
}
body main article .entry-header {
  position: absolute;
  width: 33.33%;
  margin: 0;
  padding: 0 !important;
  z-index: 2;
  background-color: transparent;
}
body main article .entry-header .entry-header-inner {
  width: unset;
  max-width: unset;
}
body main article .entry-header .entry-header-inner h1,
body main article .entry-header .entry-header-inner h2 {
  font-family: "Lato", sans-serif;
  color: #1A5025;
  font-size: 2.5rem;
  line-height: 3.5rem;
  padding-left: 0;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: left;
}
body main article .entry-header .entry-header-inner h1.paul-grueninger-preis,
body main article .entry-header .entry-header-inner h2.paul-grueninger-preis {
  font-size: 7.5rem;
  line-height: 0.8em;
}
body main article .entry-header .entry-header-inner p#breadcrumbs {
  text-align: left;
}
body main article figure.featured-media {
  display: none;
}
body main article .post-inner {
  padding-top: 0;
}
body main article .post-inner .entry-content span[id^=more-] {
  display: none;
}
body main article .post-inner .entry-content figure {
  margin-top: 0 !important;
  /* margin-bottom: 0 !important;*/
}
body main article .post-inner .entry-content > .wp-block-columns.alignfull:first-child .wp-block-column:first-child {
  margin-top: 10rem;
}
body main article .post-inner .entry-content > .wp-block-columns.alignfull.alignfull,
body main article .post-inner .entry-content > .wp-block-columns.alignfull .alignfull:not(.greenBlock) {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
body main article .post-inner .entry-content > .wp-block-columns.alignfull .wp-block-column:last-child {
  margin-bottom: 1em;
}
body main article .post-inner .entry-content > .wp-block-columns.alignfull .wp-block-column:not(:first-child) {
  margin-left: 4rem;
}
body main article .post-inner .entry-content > .wp-block-columns.alignfull .wp-block-column:first-of-type h2 {
  font-size: 2.5rem;
}
body main article .post-inner .entry-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright) {
  margin: 0;
}
body main article .post-inner .post-views {
  position: absolute;
  left: 150px;
  margin: -4.5rem 0 0 0 !important;
  padding: 0 !important;
}
body #ppSearchInput {
  position: fixed;
  width: 100%;
  z-index: 3;
  bottom: 0;
}
body #ppSearchInput .footer-widgets {
  width: calc(100% - 8rem);
  max-width: 1200px;
  margin: 0 auto;
}
body #ppSearchInput .footer-widgets .widget {
  width: 33.33%;
  padding: 0 0 50px 0;
  background-color: white;
  box-shadow: 0px -10px 10px white;
}
body #ppSearchInput .footer-widgets .widget .search-form label {
  width: 100%;
}
body #ppSearchInput .footer-widgets .widget .search-form label .search-field {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1e1e1e;
  padding: 1rem 0 0.5rem 0.2rem;
}
body #ppSearchInput .footer-widgets .widget .search-form .search-submit {
  display: none;
}
body .footer-nav-widgets-wrapper .Annual_Archive_Widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer-nav-widgets-wrapper .Annual_Archive_Widget ul li {
  display: inline-block;
  padding: 0.5em 1em 0 0;
  margin: 0;
}
body .footer-nav-widgets-wrapper .Annual_Archive_Widget ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #1A5025;
}
body .footer-nav-widgets-wrapper .footer-widgets-wrapper .footer-widgets {
  width: 66.66%;
}
body .footer-nav-widgets-wrapper .footer-widgets-wrapper .footer-widgets:first-of-type {
  width: 33.33%;
}
body #site-footer {
  z-index: 4;
}
body #toTheTop {
  position: fixed;
  width: 100%;
  bottom: 6rem;
  z-index: 5;
}
body #toTheTop #wrapperToTheTop {
  position: relative;
  width: calc(100% - 8rem);
  max-width: 1200px;
  margin: 0 auto;
}
body #toTheTop #wrapperToTheTop .innerWrapper {
  position: absolute;
  right: 0;
}
body #toTheTop #wrapperToTheTop .innerWrapper .to-the-top,
body #toTheTop #wrapperToTheTop .innerWrapper .back {
  display: inline-block;
  padding: 1rem;
  background-color: rgba(26, 80, 37, 0.8);
  text-decoration: none;
}
body #toTheTop #wrapperToTheTop .innerWrapper .to-the-top > span,
body #toTheTop #wrapperToTheTop .innerWrapper .back > span {
  color: white;
}
body button,
body .button,
body .faux-button,
body .wp-block-button__link,
body .wp-block-file .wp-block-file__button,
body input[type=button],
body input[type=reset],
body input[type=submit],
body .bg-accent,
body .bg-accent-hover:hover,
body .bg-accent-hover:focus,
body :root .has-accent-background-color,
body .comment-reply-link {
  background-color: #1A5025;
  letter-spacing: 0.3rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
body .read-more-button-wrap {
  text-align: left;
}
body .color-accent,
body .color-accent-hover:hover,
body .color-accent-hover:focus,
body :root .has-accent-color,
body .has-drop-cap:not(:focus)::first-letter,
body .wp-block-button.is-style-outline,
body a {
  color: #1A5025;
  /* !important;*/
}

@media only screen and (max-width: 999px) {
  body header .header-inner .header-titles-wrapper {
    width: 100%;
    justify-content: space-evenly;
  }
  body header .header-inner .header-titles-wrapper .header-titles {
    width: 80%;
  }
  body .footer-nav-widgets-wrapper .footer-widgets-wrapper .footer-widgets {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  body header .header-inner .header-titles-wrapper {
    width: 100%;
    justify-content: space-evenly;
  }
  body header .header-inner .header-titles-wrapper .header-titles {
    width: 100%;
  }
  body main {
    width: calc(100% - 4rem);
  }
  body main article:not(:first-child) {
    padding-top: 4rem;
  }
  body main article .entry-header {
    position: relative;
    width: 100%;
  }
  body main article .post-inner .entry-content h1 {
    padding-bottom: 1em !important;
  }
  body main article .post-inner .entry-content .bildHalbeBreite,
body main article .post-inner .entry-content .bildDreiViertelBreite {
    width: 100%;
  }
  body main article .post-inner .entry-content .wp-block-columns:first-child .wp-block-column:first-child {
    margin-top: 4rem;
  }
  body main article .post-inner .entry-content .wp-block-columns .wp-block-column {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body main article .post-inner .entry-content > .alignwide,
body main article .post-inner .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body main article .post-inner .entry-content [class*=__inner-container] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
    margin-left: 0%;
    padding-left: 0;
  }
  body main article .post-inner .entry-content > .wp-block-columns.alignfull:first-child .wp-block-column:first-child {
    margin-top: 2rem;
  }
  body #ppSearchInput {
    display: none;
  }
  body #site-footer .to-the-top {
    position: fixed;
    width: auto;
    right: 0;
    bottom: 2rem;
    margin: 0;
    text-align: right;
  }
  body #site-footer .to-the-top > span {
    background-color: rgba(26, 80, 37, 0.8);
    color: white;
    padding: 2rem;
  }
}