@charset "UTF-8";
/*
        Theme Name: BMG
        Theme URI: https://www.kavroniqel.shop
        Description: The standard child theme for kavroniqel.shop
        Author: Jan Runge
        Author URI: https://www.kavroniqel.shop
        Version: 1.1.0
*/
/* structure reference: https://scotch.io/tutorials/aesthetic-sass-1-architecture-and-style-organization */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

a .internal-ad, .bmg-content-box {
  border-radius: 5px;
  padding: 20px;
}

/*
Colors
Shades: https://maketintsandshades.com/
- light: 40%
- verylight: 70%
- ultralight: 90%
*/
/*
 * FONT DEFINITIONS
 * --------------------------------------------------------------------------------------------------------
 */
@font-face {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/media/fonts/annie-use-your-telescope-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Annie Use Your Telescope Regular"), local("AnnieUseYourTelescope-Regular"), url("/media/fonts/annie-use-your-telescope-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("/media/fonts/annie-use-your-telescope-v9-latin-regular.woff2") format("woff2"), url("/media/fonts/annie-use-your-telescope-v9-latin-regular.woff") format("woff"), url("/media/fonts/annie-use-your-telescope-v9-latin-regular.ttf") format("truetype"), url("/media/fonts/annie-use-your-telescope-v9-latin-regular.svg#AnnieUseYourTelescope") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/media/fonts/open-sans-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/media/fonts/open-sans-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/media/fonts/open-sans-v16-latin-regular.woff2") format("woff2"), url("/media/fonts/open-sans-v16-latin-regular.woff") format("woff"), url("/media/fonts/open-sans-v16-latin-regular.ttf") format("truetype"), url("/media/fonts/open-sans-v16-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/media/fonts/open-sans-v16-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/media/fonts/open-sans-v16-latin-600.eot?#iefix") format("embedded-opentype"), url("/media/fonts/open-sans-v16-latin-600.woff2") format("woff2"), url("/media/fonts/open-sans-v16-latin-600.woff") format("woff"), url("/media/fonts/open-sans-v16-latin-600.ttf") format("truetype"), url("/media/fonts/open-sans-v16-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/*
 * HEADINGS & BASIC FORMATTING
 * --------------------------------------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 15px;
}

h1 {
  font-size: 1.8rem;
  color: #999;
}

h2 {
  margin-top: 2rem;
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}
h3::before {
  content: "";
  display: block;
  clear: none;
}

h4,
h5,
h6 {
  font-size: 1rem;
}

p,
ol,
ul {
  line-height: 2rem;
  word-wrap: break-word;
}

p + p {
  margin-top: 15px;
}

a {
  color: #fd7173;
  text-decoration: none;
}
a:hover {
  color: #97d3c7;
}

hr {
  background: url("/media/template/hr.gif") repeat-x bottom;
  height: 15px;
  border: none;
  margin: 10px 0;
  clear: both;
}

ol,
ul {
  padding-inline-start: 0px;
}

@media screen and (min-width: 980px) {
  .mobile-only {
    display: none;
  }
}
/*
 * SITE HEADER
 * --------------------------------------------------------------------------------------------------------
 */
.site-title {
  max-width: 98%;
  width: 100%;
  height: 15vw;
  background-image: url("/media/template/logo.png");
  display: block;
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.site-title strong {
  display: none;
}

.section-title,
.mini-section-title {
  margin-top: 0px;
  font-size: 1.8rem;
  color: #777;
}

.breadcrumb {
  margin: 20px 0px;
}

@media screen and (min-width: 500px) {
  .site-title {
    background-size: contain;
  }

  .section-title {
    margin-top: 15px;
    font-size: 1.8rem;
    color: #777;
  }

  .mini-section-title {
    margin-top: 0px;
    font-size: 1.8rem;
    color: #777;
  }

  .breadcrumb {
    display: block;
    margin: 5px 0px 20px 0px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 500px) {
  .site-title {
    width: 98%;
    height: 15vw;
    background-size: 100%;
  }
  .site-title h1 {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .site-title {
    height: 150px;
  }
  .site-title h1 {
    display: none;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 980px) {
  .site-title {
    height: 150px;
    background-image: url("/media/template/logo_2x.png");
    background-size: contain;
  }
}
.entry-author-text {
  display: none;
}

@media screen and (min-width: 500px) {
  .entry-author-text {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  background-color: #fff1f1;
  font-size: 18px;
}

@media screen and (min-width: 500px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #666;
  background: white;
}

details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Image handling
--------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

article img,
.wp-block-image img {
  border-radius: 5px;
}

.alignleft {
  /* used for images to align them */
  float: left;
  margin-right: 10px;
}

.alignright {
  /* used for images to align them */
  float: right;
  margin-left: 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*thumbnail sizes */
.size-bmg_small_thumb,
.size-bmg_img_200 {
  width: 100px;
  height: auto;
  max-width: 100%;
}

.size-bmg_medium_thumb {
  width: 500px;
  height: auto;
  max-width: 100%;
}

.size-bmg_thumb {
  width: 150px;
  height: auto;
  max-width: 100%;
}

.size-medium {
  width: 730px;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 500px) {
  .size-bmg_medium_thumb {
    width: 350px;
    height: auto;
    max-width: 100%;
  }
}
.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.7rem;
}

@media screen and (min-width: 500px) {
  .wp-caption-text {
    font-size: 0.9rem;
  }
}
/**

Those two classes can be called in the editor to hide a block etc. on a specific device.

*/
.desktop-only {
  display: none;
}

@media screen and (min-width: 500px) {
  .desktop-only {
    display: revert;
  }

  .mobile-only {
    display: none;
  }
}
.icon.whatsapp {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 175.216 175.552"><defs><linearGradient id="b" x1="85.915" x2="86.535" y1="32.567" y2="137.092" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%2357d163" /><stop offset="1" stop-color="%2323b33a" /></linearGradient><filter id="a" width="1.115" height="1.114" x="-.057" y="-.057" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="3.531" /></filter></defs><path fill="%23b3b3b3" d="m54.532 138.45 2.235 1.324c9.387 5.571 20.15 8.518 31.126 8.523h.023c33.707 0 61.139-27.426 61.153-61.135.006-16.335-6.349-31.696-17.895-43.251A60.75 60.75 0 0 0 87.94 25.983c-33.733 0-61.166 27.423-61.178 61.13a60.98 60.98 0 0 0 9.349 32.535l1.455 2.312-6.179 22.558zm-40.811 23.544L24.16 123.88c-6.438-11.154-9.825-23.808-9.821-36.772.017-40.556 33.021-73.55 73.578-73.55 19.681.01 38.154 7.669 52.047 21.572s21.537 32.383 21.53 52.037c-.018 40.553-33.027 73.553-73.578 73.553h-.032c-12.313-.005-24.412-3.094-35.159-8.954zm0 0" filter="url(%23a)" /><path fill="%23fff" d="m12.966 161.238 10.439-38.114a73.42 73.42 0 0 1-9.821-36.772c.017-40.556 33.021-73.55 73.578-73.55 19.681.01 38.154 7.669 52.047 21.572s21.537 32.383 21.53 52.037c-.018 40.553-33.027 73.553-73.578 73.553h-.032c-12.313-.005-24.412-3.094-35.159-8.954z" /><path fill="url(%23linearGradient1780)" d="M87.184 25.227c-33.733 0-61.166 27.423-61.178 61.13a60.98 60.98 0 0 0 9.349 32.535l1.455 2.312-6.179 22.559 23.146-6.069 2.235 1.324c9.387 5.571 20.15 8.518 31.126 8.524h.023c33.707 0 61.14-27.426 61.153-61.135a60.75 60.75 0 0 0-17.895-43.251 60.75 60.75 0 0 0-43.235-17.929z" /><path fill="url(%23b)" d="M87.184 25.227c-33.733 0-61.166 27.423-61.178 61.13a60.98 60.98 0 0 0 9.349 32.535l1.455 2.313-6.179 22.558 23.146-6.069 2.235 1.324c9.387 5.571 20.15 8.517 31.126 8.523h.023c33.707 0 61.14-27.426 61.153-61.135a60.75 60.75 0 0 0-17.895-43.251 60.75 60.75 0 0 0-43.235-17.928z" /><path fill="%23fff" fill-rule="evenodd" d="M68.772 55.603c-1.378-3.061-2.828-3.123-4.137-3.176l-3.524-.043c-1.226 0-3.218.46-4.902 2.3s-6.435 6.287-6.435 15.332 6.588 17.785 7.506 19.013s12.718 20.381 31.405 27.75c15.529 6.124 18.689 4.906 22.061 4.6s10.877-4.447 12.408-8.74 1.532-7.971 1.073-8.74-1.685-1.226-3.525-2.146-10.877-5.367-12.562-5.981-2.91-.919-4.137.921-4.746 5.979-5.819 7.206-2.144 1.381-3.984.462-7.76-2.861-14.784-9.124c-5.465-4.873-9.154-10.891-10.228-12.73s-.114-2.835.808-3.751c.825-.824 1.838-2.147 2.759-3.22s1.224-1.84 1.836-3.065.307-2.301-.153-3.22-4.032-10.011-5.666-13.647" /></svg>');
  vertical-align: sub;
}

/* any component-specific CSS with regard to relationships (via combinators) with other components */
/**
 * BMG Content boxes
 */
.bmg-content-box {
  margin-top: 0px;
  margin-bottom: 20px;
}
.bmg-content-box-mint {
  background-color: rgba(151, 211, 199, 0.2);
}
.bmg-content-box-skin {
  background-color: rgba(253, 113, 115, 0.13);
}
.bmg-content-box-grey {
  background-color: rgba(102, 102, 102, 0.1);
}
.bmg-content-box-light-grey {
  background-color: #F4F4F4;
}
.bmg-content-box--content {
  line-height: 1.8em;
  margin-bottom: 20px;
}
.bmg-content-box--content .question {
  margin-bottom: 10px;
}
.bmg-content-box img {
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid white;
}

.smalltext {
  font-size: 0.8em;
}

.redButton {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.redButton span {
  cursor: pointer;
  background: #fd7173;
  border: 0;
  color: white;
  padding: 10px 0;
  border-radius: 5px;
  width: 49%;
  text-align: center;
}

.pink-button {
  cursor: pointer;
  background: #fd7173;
  border: 0;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pink-button:hover {
  background: #c1e5dd;
  color: #555;
}

select, textarea, input {
  border: 1px solid #ccc;
  color: #888;
  padding: 5px;
  font-size: 1rem;
}

input[type=submit] {
  cursor: pointer;
  background: #fd7173;
  border: 0;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-appearance: none !important;
}

input[type=search] {
  -webkit-appearance: none !important;
}

input[type=submit]:hover, .sidebutton:hover button, .pagination a:hover, .redButton:hover {
  background: #c1e5dd;
  color: #555;
}

label {
  display: inline-block;
  margin-right: 20px;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  width: 100%;
}

tr, th, td, tbody, thead, tfoot {
  vertical-align: top;
  padding: 5px;
}

th {
  background: #F4F4F4;
}

/* MouseOverBox
--------------------------------------------- */
#PostInfoBox {
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  /* diese Angaben können Sie anpassen */
  width: 300px;
  background-color: #F4F4F4;
  border: 1px solid #e0f2ee;
}

#PostInfoBoxInner {
  padding: 15px;
}

#PostInfoBoxContent {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #555;
  line-height: 130%;
}

.post-disclaimer-top {
  text-align: right;
  font-size: 0.9rem;
}

.SmallInfoBox {
  width: 91%;
  background-color: #F4F4F4;
  border: 2px solid #e0f2ee;
  font-size: smaller;
  margin: 10px 5px 20px 5px;
  padding: 10px;
}

@media screen and (min-width: 500px) {
  .SmallInfoBox {
    width: 100%;
    border: 1px solid #e0f2ee;
  }
}
/* BMG Top 5 posts and category recipe index
--------------------------------------------- */
.sidebar-posts .wp-engage-widget-element, .sidebar-post-list .wp-engage-widget-element {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar-posts a, .sidebar-post-list a {
  display: grid;
  grid-template-columns: 150px auto;
  grid-column-gap: 10px;
}
.sidebar-posts img, .sidebar-post-list img {
  width: 150px;
  border: 0px;
  border-radius: 5px;
}
.sidebar-posts strong, .sidebar-post-list strong {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
}

/* BMG static Slider
--------------------------------------------- */
.bmg-slider {
  margin: 20px 0px 10px 0px;
}
.bmg-slider ul {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0px;
}
.bmg-slider ul li {
  display: block;
  position: relative;
}
.bmg-slider ul li span {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  background: #c1e5dd;
  bottom: 0;
  color: white;
  font-size: 1.5rem;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 1.5rem;
}
.bmg-slider ul li a {
  color: white;
}
.bmg-slider ul li a img {
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (min-width: 500px) {
  .bmg-slider {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    margin-top: -20px;
  }
  .bmg-slider ul li a img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .bmg-slider ul li span {
    width: 90%;
    position: absolute;
    font-size: 1.8rem;
    line-height: 3.6rem;
    padding: 5%;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    opacity: 0.95;
  }
}
/* Short Codes
--------------------------------------------- */
.disclaim {
  border: 1px solid #e0f2ee;
  background: url("/media/template/disclaim.gif") no-repeat 8px 12px;
  display: block;
  padding: 10px 10px 10px 30px;
  color: #666;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.8rem;
}

.post-disclaimer {
  border: 1px solid #e0f2ee;
  display: block;
  padding: 10px;
  color: #666;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.post-disclaimer img {
  padding-left: 10px;
}

.infobox {
  background: #fff1f1 url("/media/template/disclaim.gif") no-repeat 8px 12px;
  border-radius: 5px;
  display: block;
  padding: 10px 10px 10px 35px;
  overflow: hidden;
}
.infobox p {
  margin-bottom: 0px;
}

.bmg-author-box {
  display: grid;
  grid-row-gap: 10px;
  margin: 20px 0px;
  background: #F4F4F4;
  grid-template-areas: "picture" "title" "description";
}
.bmg-author-box img {
  grid-area: picture;
  height: 160px;
  width: 160px;
  justify-self: center;
  align-self: center;
}
.bmg-author-box h3 {
  grid-area: title;
  margin: 0px;
  justify-self: center;
  margin-top: 10px;
  font-size: 1.8rem !important;
  margin: 0px !important;
}
.bmg-author-box p {
  grid-area: description;
  margin: 0px;
}

@media screen and (min-width: 500px) {
  .bmg-author-box {
    grid-template-rows: 2em auto;
    grid-template-columns: 170px 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-areas: "picture title" "picture description";
  }
  .bmg-author-box h3 {
    justify-self: left;
    margin-top: 0px;
  }
}
.bmg-infoblock {
  display: block;
  overflow: hidden;
  font-size: 0.9rem;
}
.bmg-infoblock > div {
  padding: 10px;
}
.bmg-infoblock .image {
  padding: 10px;
}
.bmg-infoblock img {
  border-radius: 5px;
}
.bmg-infoblock.information {
  background: #fff1f1 url("/media/template/disclaim.gif") no-repeat 15px 20px;
  border-radius: 5px;
  padding: 10px 10px 10px 35px;
  overflow: hidden;
}
.bmg-infoblock.hinweis {
  border: 1px solid #e0f2ee;
  color: #666;
  background: url("/media/template/disclaim.gif") no-repeat 15px 20px;
  padding: 10px 10px 10px 30px;
}
@media screen and (min-width: 500px) {
  .bmg-infoblock .has-image {
    display: grid;
    grid-auto-flow: column;
  }
}

.bmg-manual-product-box {
  border: 1px solid #ececec;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 100%;
  min-width: 100%;
  padding: 25px 15px 15px;
  position: relative;
  white-space: normal;
}
.bmg-manual-product-box .titel {
  border: none;
  box-shadow: none;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 20px;
  margin-top: 10px;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  margin-bottom: 31px;
}
.bmg-manual-product-box .preis {
  font-size: 18px;
  font-weight: 700;
}
.bmg-manual-product-box img {
  border: none;
  box-shadow: none;
  display: block;
  height: 250px;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 250px;
}
.bmg-manual-product-box .buy-button {
  border: 1px solid #ccc !important;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 7px 12px 6px;
  text-align: center;
  text-decoration: none !important;
  background-color: #fd7173 !important;
  border-color: #fd7173 !important;
  color: #fff !important;
  border-radius: 3px;
  padding-left: 32px;
  position: relative;
  margin: 0;
  width: 100%;
}
.bmg-manual-product-box .buy-button a {
  color: #fff;
  text-decoration: none;
}
.bmg-manual-product-box .buy-button:before {
  background-image: url(https://www.kavroniqel.shop/wp-content/plugins/aawp/assets/img/icon-cart-white.svg);
}

#bmg-user-login-form,
#user-details-form {
  max-width: 500px;
  margin: 20px auto;
  background-color: #fff1f1;
  border-radius: 5px;
  padding: 20px;
}
#bmg-user-login-form form,
#user-details-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bmg-user-login-form form > *,
#user-details-form form > * {
  margin-bottom: 15px;
}
#bmg-user-login-form form .login-field,
#bmg-user-login-form form #email,
#bmg-user-login-form form #password,
#bmg-user-login-form form .bmg-input-field,
#user-details-form form .login-field,
#user-details-form form #email,
#user-details-form form #password,
#user-details-form form .bmg-input-field {
  background-color: white;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #fd7173;
  width: 100%;
}
#bmg-user-login-form form input,
#user-details-form form input {
  background-color: white;
  border: 0px;
  width: 80%;
}
#bmg-user-login-form form button,
#user-details-form form button {
  padding: 15px;
  font-size: 1rem;
  width: 100%;
}
#bmg-user-login-form form #login-message,
#bmg-user-login-form form #signup-message,
#user-details-form form #login-message,
#user-details-form form #signup-message {
  border: 1px solid #fd7173;
  padding: 10px;
  border-radius: 5px;
  color: #fd7173;
  background: #fffcad;
}
#bmg-user-login-form h3,
#user-details-form h3 {
  text-align: center;
}

a.bmg-login-button {
  display: block;
  border: 1px solid #fd7173;
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}
a.bmg-login-button svg {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  fill: #fd7173;
}
a.bmg-login-button span {
  display: inline-block;
  vertical-align: middle;
}
a.bmg-login-button:hover {
  color: #97d3c7;
}
a.bmg-login-button:hover svg {
  fill: #97d3c7;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bmg-user-favorites {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 20px;
  margin: 0px;
  list-style: none;
  justify-content: center;
  text-align: center;
}
.bmg-user-favorites img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2/3;
}

.bmg-favorite-button-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.img-container {
  position: relative;
}

.bmg-favorite-button.pink-button {
  border: 2px solid #fd7173;
  font-size: 1rem;
  margin: 0 5px 5px 0;
  width: 160px;
  height: 21px;
  box-sizing: unset;
  position: relative;
}
.bmg-favorite-button.pink-button .heart-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  left: 10px;
  top: 1px;
}
.bmg-favorite-button.light-button {
  width: 100%;
  margin-bottom: 5px;
  height: 38px;
  font-size: 1rem;
  position: relative;
}
.bmg-favorite-button.light-button .heart-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  left: 10px;
  top: 4px;
}
.bmg-favorite-button svg {
  width: 15px;
  height: 15px;
}
.bmg-favorite-button .favorite-text {
  display: inline-block;
  margin-left: 5px;
}
.bmg-favorite-button.is-favorite .heart-icon::before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Glyph" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve"><path fill="white" d="M31.45605,6C28.69385,6,26.08105,6.9917,24,8.81158C21.91895,6.9917,19.30713,6,16.54395,6 C10.17871,6,5,11.33508,5,17.89288c0,14.2074,17.78223,23.60266,18.53906,23.99573c0.2876,0.14868,0.6355,0.1485,0.92285-0.00049 c0.06982-0.03662,1.73438-0.90778,4.05811-2.50006c0.47961-0.32867,0.57306-1.02423,0.19971-1.46881 c-1.01123-1.20117-0.94287-2.93805,0.15869-4.04016C29.4458,33.31268,30.19873,33.00067,31,33.00067c0.55225,0,1-0.44775,1-1 c0-0.80133,0.31201-1.55475,0.87842-2.12164c1.17737-1.17847,3.15808-1.15381,4.2876,0.05957 c0.4209,0.45209,1.17493,0.39886,1.53613-0.09717C41.5542,25.92773,43,21.90808,43,17.89337C43,11.33557,37.82129,6,31.45605,6z M38,18.89337c-0.55225,0-1-0.44775-1-1c0-3.24963-2.48682-5.89325-5.54395-5.89325c-0.55225,0-1-0.44775-1-1 s0.44775-1.00006,1-1.00006C35.61572,10.00006,39,13.5412,39,17.89337C39,18.44562,38.55225,18.89337,38,18.89337z"/></svg>');
}
.bmg-favorite-button.no-favorite .heart-icon::before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Outline" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve"><g><path fill="white" d="M31.45605,6C28.69434,6,26.08154,6.9917,24,8.81152C21.91846,6.9917,19.30664,6,16.54395,6 C10.17871,6,5,11.33502,5,17.8927C5,32.09985,22.78223,41.495,23.53906,41.88806c0.28796,0.1488,0.63379,0.1496,0.92188,0 C25.21777,41.495,43,32.09985,43,17.89319C43,11.33551,37.82129,6,31.45605,6z M24,39.85925 C21.23389,38.29669,7,29.67847,7,17.8927C7,12.43805,11.28125,8,16.54395,8c0.00098,0,0.00098,0,0.00195,0 c2.54199,0,4.93408,1.0249,6.73584,2.8858c0.37598,0.38965,1.06055,0.38965,1.43652,0C26.52002,9.0249,28.91309,8,31.45605,8 C36.71875,8,41,12.43805,41,17.89319C41,29.67847,26.76611,38.29669,24,39.85925z"/><path fill="white" d="M31.45605,10c-0.55225,0-1,0.44781-1,1.00006s0.44775,1,1,1c3.05713,0,5.54395,2.64355,5.54395,5.89313 c0,0.55225,0.44775,1,1,1s1-0.44775,1-1C39,13.54108,35.61572,10,31.45605,10z"/></g></svg>');
}

.bmg-favorite-button.favorite-heart {
  margin: 10px;
  font-size: 16px;
  height: 40px;
  width: 40px;
}
.bmg-favorite-button.favorite-heart.is-favorite {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Glyph" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve"><path fill="%23fd7173" d="M31.45605,6C28.69385,6,26.08105,6.9917,24,8.81158C21.91895,6.9917,19.30713,6,16.54395,6 C10.17871,6,5,11.33508,5,17.89288c0,14.2074,17.78223,23.60266,18.53906,23.99573c0.2876,0.14868,0.6355,0.1485,0.92285-0.00049 c0.06982-0.03662,1.73438-0.90778,4.05811-2.50006c0.47961-0.32867,0.57306-1.02423,0.19971-1.46881 c-1.01123-1.20117-0.94287-2.93805,0.15869-4.04016C29.4458,33.31268,30.19873,33.00067,31,33.00067c0.55225,0,1-0.44775,1-1 c0-0.80133,0.31201-1.55475,0.87842-2.12164c1.17737-1.17847,3.15808-1.15381,4.2876,0.05957 c0.4209,0.45209,1.17493,0.39886,1.53613-0.09717C41.5542,25.92773,43,21.90808,43,17.89337C43,11.33557,37.82129,6,31.45605,6z M38,18.89337c-0.55225,0-1-0.44775-1-1c0-3.24963-2.48682-5.89325-5.54395-5.89325c-0.55225,0-1-0.44775-1-1 s0.44775-1.00006,1-1.00006C35.61572,10.00006,39,13.5412,39,17.89337C39,18.44562,38.55225,18.89337,38,18.89337z"/></svg>');
}
.bmg-favorite-button.favorite-heart.no-favorite {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Outline" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve"><g><path fill="%23fd7173" d="M31.45605,6C28.69434,6,26.08154,6.9917,24,8.81152C21.91846,6.9917,19.30664,6,16.54395,6 C10.17871,6,5,11.33502,5,17.8927C5,32.09985,22.78223,41.495,23.53906,41.88806c0.28796,0.1488,0.63379,0.1496,0.92188,0 C25.21777,41.495,43,32.09985,43,17.89319C43,11.33551,37.82129,6,31.45605,6z M24,39.85925 C21.23389,38.29669,7,29.67847,7,17.8927C7,12.43805,11.28125,8,16.54395,8c0.00098,0,0.00098,0,0.00195,0 c2.54199,0,4.93408,1.0249,6.73584,2.8858c0.37598,0.38965,1.06055,0.38965,1.43652,0C26.52002,9.0249,28.91309,8,31.45605,8 C36.71875,8,41,12.43805,41,17.89319C41,29.67847,26.76611,38.29669,24,39.85925z"/><path fill="%23fd7173" d="M31.45605,10c-0.55225,0-1,0.44781-1,1.00006s0.44775,1,1,1c3.05713,0,5.54395,2.64355,5.54395,5.89313 c0,0.55225,0.44775,1,1,1s1-0.44775,1-1C39,13.54108,35.61572,10,31.45605,10z"/></g></svg>');
}

.bmg-bildblock {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 15px;
}
.bmg-bildblock-1 {
  grid-template-columns: 100%;
  grid-template-areas: "bild-1";
}
.bmg-bildblock-2 {
  grid-template-columns: calc(50% - (10px / 2)) calc(50% - (10px / 2));
  grid-template-areas: "bild-1 bild-2";
}
.bmg-bildblock-3 {
  grid-template-columns: calc(33% - (10px *(2 / 3)));
  grid-template-areas: "bild-1 bild-2 bild-3";
}
.bmg-bildblock-4 {
  grid-template-columns: calc(50% - (10px / 2)) calc(50% - (10px / 2));
  grid-template-areas: "bild-1 bild-2" "bild-3 bild-4";
}
.bmg-bildblock bild-1 {
  grid-area: bild-1;
}
.bmg-bildblock bild-2 {
  grid-area: bild-2;
}
.bmg-bildblock bild-3 {
  grid-area: bild-3;
}
.bmg-bildblock bild-4 {
  grid-area: bild-4;
}

@media screen and (min-width: 500px) {
  .wp-block-media-text.is-stacked-on-mobile {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .wp-block-media-text.is-stacked-on-mobile img {
    margin: 20px 0px;
  }

  .wp-block-columns.has-2-columns.strict {
    display: grid;
    flex-wrap: unset;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
  .wp-block-columns.has-2-columns.strict .wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: unset;
    min-width: 0;
    word-break: normal;
    overflow-wrap: unset;
  }
  .wp-block-columns.has-2-columns.strict .wp-block-column p {
    word-wrap: normal;
  }
}
.bmg-infobox {
  display: grid;
  grid-template-columns: 65% 30%;
  grid-column-gap: 5%;
  grid-template-rows: 2em auto;
  grid-template-areas: "title image" "content image";
}
.bmg-infobox h3 {
  color: #fd7173;
}
.bmg-infobox--titel {
  grid-area: title;
}
.bmg-infobox--content {
  grid-area: content;
}
.bmg-infobox--bild {
  grid-area: image;
}

.bmg-key-takeaways h3 {
  color: #fd7173;
}
.bmg-key-takeaways div {
  line-height: 1.8em;
  margin-bottom: 13px;
}

.bmg-recipe-header .introduction-text {
  font-weight: 600;
}
.bmg-recipe-header img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.backbuch-desktop {
  display: none;
}

.backbuch-mobile {
  padding: 20px 0px 40px 0px;
  width: 100%;
}

@media screen and (min-width: 500px) {
  .backbuch-mobile {
    display: none;
  }

  .backbuch-desktop {
    display: block;
    padding: 20px 0px 40px 0px;
  }
}
a .internal-ad {
  margin-bottom: 10px;
  /*   & .button-wrapper {
      text-align: center;
      margin-top: 20px;
    } */
}
a .internal-ad .text {
  color: #666;
  margin-bottom: 10px;
}
a .internal-ad::before, a .internal-ad::after {
  content: " ";
  display: table;
}
a .internal-ad::after {
  clear: both;
}
a .internal-ad.Rosa {
  background-color: #fff1f1;
}
a .internal-ad.Mint {
  background-color: #eaf6f4;
}
a .internal-ad .right {
  display: block;
}
a .internal-ad .image {
  text-align: center;
  margin-bottom: 10px;
}
a .internal-ad button {
  cursor: pointer;
  background: #fd7173;
  border: 0;
  color: white;
  padding: 8px;
  border-radius: 5px;
  width: 100%;
}
a .internal-ad .notification p {
  float: right;
  margin: 0px;
  color: #666;
  font-variant-caps: all-petite-caps;
}

@media screen and (min-width: 500px) {
  a#bmg-app-link {
    display: none;
  }

  a .internal-ad .image {
    display: block;
    width: 200px;
    float: left;
    margin-bottom: 0px;
  }
  a .internal-ad .right {
    margin-left: 230px;
  }
  a .internal-ad .main {
    display: inline-block;
  }
  a .internal-ad button {
    width: unset;
    text-align: unset;
    margin-top: 15px;
  }
}
blockquote.wp-block-quote.reader-recipe-review {
  margin: 30px 0px;
  border: 1.5px solid #fed4d5;
  border-radius: 5px;
  padding: 20px;
  display: grid;
  grid-row-gap: 10px;
  grid-template-areas: "comment" "rating";
}
blockquote.wp-block-quote.reader-recipe-review p {
  grid-area: comment;
}
blockquote.wp-block-quote.reader-recipe-review .comment-name {
  font-weight: bold;
}
blockquote.wp-block-quote.reader-recipe-review .comment-text {
  font-style: italic;
}
blockquote.wp-block-quote.reader-recipe-review .comment-rating {
  grid-area: rating;
  justify-self: end;
}

/* Site Containers
--------------------------------------------- */
.site-container {
  margin: 0 auto;
  overflow: hidden;
  background: white;
  width: 100%;
}

.content-sidebar-wrap {
  margin: 0px 5px;
  padding: 0px;
}

@media screen and (min-width: 500px) {
  .content-sidebar-wrap {
    margin: 0;
  }

  body {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    grid-template-columns: auto 1080px auto;
    grid-template-areas: ". header ." ". main ." "footer footer footer" "footer-scripts footer-scripts footer-scripts";
  }
  body.has-sidebar {
    grid-template-columns: auto 730px 300px auto;
    grid-template-areas: ". header header ." ". main sidebar ." "footer footer footer footer" "footer-scripts footer-scripts footer-scripts footer-scripts";
  }
  body.has-sidebar.post {
    grid-template-areas: ". header header ." ". post-header post-header ." ". main sidebar ." ". post-footer sidebar ." ". recommendations recommendations ." ". comments comments ." "footer footer footer footer" "footer-scripts footer-scripts footer-scripts footer-scripts";
  }

  #recommendations {
    grid-area: recommendations;
  }

  #comments {
    grid-area: comments;
  }

  header.page-header {
    grid-area: header;
  }

  footer#site-footer {
    grid-area: footer;
  }
  footer#site-footer > * {
    width: 1060px;
    margin: 0 auto;
  }
  footer#site-footer ~ * {
    grid-area: footer-scripts;
  }

  main {
    grid-area: main;
    margin: 0px;
    float: left;
    min-height: 25vh;
  }

  aside.sidebar {
    grid-area: sidebar;
    display: flex;
    width: 300px;
  }
  aside.sidebar #sidebar-wrap {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
a,
a.read-more-cat,
input[type=submit] {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select,
textarea,
input,
ul.nav-socials li .nav-twitter,
ul.nav-socials li .nav-facebook,
ul.nav-socials li .nav-pinterest,
ul.nav-socials li .nav-instagram,
ul.nav-socials li .nav-google,
nav .current_page_item a,
nav .current-menu-item a,
.pagination a {
  /* harmonized rounded corners */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 500px) {
  #wp-engage-feed,
#comments {
    margin: 5px;
  }
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
article {
  display: block;
}
article ul {
  margin: 0 0 20px 25px;
  list-style: square;
}
article ol {
  margin: 0 0 20px 25px;
}
article li {
  margin: 3px 0;
  line-height: 1.8em;
}
article .wp-block-table table {
  border: 0px;
}
article h1 {
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  color: #fd7173;
}
article h1.center {
  margin-top: 20px;
  color: #444;
  text-align: center;
}
article h1.hidden {
  display: none;
}

main {
  margin: 0px 5px;
}
main ul {
  margin: 0 0 20px 25px;
  list-style: square;
}
main .entry-time {
  display: block;
  width: 55px;
  float: left;
  padding: 15px 5px 25px 5px;
  margin-right: 20px;
  background: url("/media/template/post_date.png") no-repeat bottom center;
  background-size: cover;
  color: white;
  text-align: center;
  font-size: 0.9rem;
}

header .post-category {
  padding-bottom: 10px;
  color: #888;
}

.Startzitat {
  display: none;
}

.article-section-small {
  display: inline-block;
  vertical-align: top;
}
.article-section-small h2 {
  font-size: 1.8em;
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 1.2em;
  color: #444;
}

article.category-magazin header {
  text-align: left;
}
article.category-magazin header .entry-time {
  line-height: 20px;
  margin-bottom: 16px;
}

.post-header {
  margin-bottom: 25px;
}

.archive-description {
  margin-top: 20px;
}

@media screen and (min-width: 500px) {
  .Startzitat {
    display: block;
    color: #888;
    font-size: 1.2rem;
    margin: 20px 0;
    padding: 0 20px 0 40px;
    background: url("/media/template/blockquote.png") no-repeat 0 0;
  }

  .article-section-small {
    width: 350px;
  }
  .article-section-small.left {
    margin-right: 25px;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  background: none !important;
}

/**
 * put repetitive content to mixins
 */
/**
 * start style definitions
 */
.bmg-result-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0px;
}
.bmg-result-grid .result {
  display: grid;
  position: relative;
  grid-template-rows: auto;
  grid-template-areas: "picture" "content";
}
.bmg-result-grid img {
  width: 100%;
  max-width: 100%;
  border: 0;
  height: auto;
  border-radius: 5px;
}
.bmg-result-grid img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.bmg-result-grid .image {
  grid-area: picture;
  position: relative;
}
.bmg-result-grid .image .desktop {
  display: none;
}
.bmg-result-grid .title {
  grid-area: content;
  text-align: center;
}
.bmg-result-grid .title h3 {
  font-size: 1.4rem;
  margin: 0px;
}
.bmg-result-grid .footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0)), to(rgba(100, 100, 100, 0.4)));
  background-image: linear-gradient(rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.4));
  position: absolute;
  height: 70px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 90%;
  bottom: 10px;
}
.bmg-result-grid .footer div {
  grid-area: picture;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
}
.bmg-result-grid .footer .likes {
  right: 10px;
}
.bmg-result-grid .footer .rating {
  left: 10px;
}

@media screen and (min-width: 500px) {
  .bmg-result-grid {
    grid-column-gap: 30px;
  }
  .bmg-result-grid img {
    aspect-ratio: 3/2;
  }
  .bmg-result-grid .image .mobile {
    display: none;
  }
  .bmg-result-grid .image .desktop {
    display: block;
  }
  .bmg-result-grid .footer {
    font-size: 115%;
    bottom: 10px;
  }
}
.bmg-guide-posts,
.bmg-klassiker-posts,
.bmg-grundrezept-posts {
  margin: 0px;
}
.bmg-guide-posts li,
.bmg-klassiker-posts li,
.bmg-grundrezept-posts li {
  list-style: none;
  display: grid;
  position: relative;
  margin: 15px 0px;
  grid-template-rows: auto;
  grid-template-areas: "image" "title" "description" "button";
  grid-template-columns: 1fr;
  background-color: #fff1f1;
  padding: 10px;
  border-radius: 5px;
}
.bmg-guide-posts li .image,
.bmg-klassiker-posts li .image,
.bmg-grundrezept-posts li .image {
  grid-area: image;
}
.bmg-guide-posts li .image .image-wrap,
.bmg-klassiker-posts li .image .image-wrap,
.bmg-grundrezept-posts li .image .image-wrap {
  position: relative;
}
.bmg-guide-posts li .image .footer,
.bmg-klassiker-posts li .image .footer,
.bmg-grundrezept-posts li .image .footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0)), to(rgba(100, 100, 100, 0.4)));
  background-image: linear-gradient(rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.4));
  position: absolute;
  height: 70px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 90%;
  bottom: 10px;
}
.bmg-guide-posts li .image .footer div,
.bmg-klassiker-posts li .image .footer div,
.bmg-grundrezept-posts li .image .footer div {
  grid-area: picture;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
}
.bmg-guide-posts li .image img,
.bmg-klassiker-posts li .image img,
.bmg-grundrezept-posts li .image img {
  width: 100%;
  max-width: 100%;
  border: 0;
  height: auto;
  border-radius: 5px;
}
.bmg-guide-posts li .title,
.bmg-klassiker-posts li .title,
.bmg-grundrezept-posts li .title {
  grid-area: title;
}
.bmg-guide-posts li .description,
.bmg-klassiker-posts li .description,
.bmg-grundrezept-posts li .description {
  grid-area: description;
}
.bmg-guide-posts li .button,
.bmg-klassiker-posts li .button,
.bmg-grundrezept-posts li .button {
  grid-area: button;
  margin: 10px 0px;
  text-align: center;
}
.bmg-guide-posts li .button a,
.bmg-klassiker-posts li .button a,
.bmg-grundrezept-posts li .button a {
  padding: 8px 15px;
  background: #fd7173;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.recipe-section .recipe-star-empty, .recipe-section .recipe-star-full, .recipe-section .likes {
  height: 20px;
}
.recipe-section .recipe-star-empty svg, .recipe-section .recipe-star-full svg, .recipe-section .likes svg {
  height: 16px;
}

.recipe-star-full svg * {
  fill: white !important;
}

@media screen and (min-width: 500px) {
  .bmg-guide-posts li,
.bmg-klassiker-posts li,
.bmg-grundrezept-posts li {
    grid-column-gap: 15px;
    grid-template-columns: 300px 1fr;
    grid-template-areas: "image title" "image description" "image button";
  }
  .bmg-guide-posts li .image .footer,
.bmg-klassiker-posts li .image .footer,
.bmg-grundrezept-posts li .image .footer {
    font-size: 115%;
  }
  .bmg-guide-posts li .button,
.bmg-klassiker-posts li .button,
.bmg-grundrezept-posts li .button {
    text-align: left;
  }
}
.subcategories,
.healthy-recipes,
.vertical-slider {
  margin-bottom: 20px;
}
.subcategories ::-webkit-scrollbar,
.healthy-recipes ::-webkit-scrollbar,
.vertical-slider ::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: #eee;
  border-radius: 5px;
}
.subcategories ::-webkit-scrollbar-thumb:horizontal,
.healthy-recipes ::-webkit-scrollbar-thumb:horizontal,
.vertical-slider ::-webkit-scrollbar-thumb:horizontal {
  background: #97d3c7;
  border-radius: 4px;
}

.bmg-subcat-grid {
  list-style: none;
  margin: 0px;
}
.bmg-subcat-grid img {
  width: 100%;
  max-width: 100%;
  border: 0;
  height: auto;
  border-radius: 5px;
}
.bmg-subcat-grid img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.bmg-subcat-grid li {
  display: grid;
  width: 150px;
  position: relative;
  margin-bottom: 10px;
  grid-template-rows: auto;
  grid-template-areas: "picture" "content";
}
.bmg-subcat-grid li h3 {
  font-size: 1.4rem;
  margin: 0px;
}
.bmg-subcat-grid li .bmg_archive_image {
  grid-area: picture;
  position: relative;
}
.bmg-subcat-grid li .bmg_archive_image--desktop {
  display: none;
}
.bmg-subcat-grid li .title {
  grid-area: content;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .subcategories ::-webkit-scrollbar,
.healthy-recipes ::-webkit-scrollbar {
    height: 10px;
  }
  .subcategories img,
.healthy-recipes img {
    object-fit: cover;
    aspect-ratio: 3/2;
  }

  .bmg-subcat-grid li {
    width: 175px;
  }
  .bmg-subcat-grid li .bmg_archive_image--desktop {
    display: block;
  }
  .bmg-subcat-grid li .bmg_archive_image--mobile {
    display: none;
  }
}
.recipe-subcategories {
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}
.recipe-subcategories > * {
  grid-column: 2/-2;
}
.recipe-subcategories > .full {
  grid-column: 1/-1;
}

.bmg-subcat-grid {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-rows: minmax(150px, 1fr);
  grid-auto-flow: column;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
}

:root {
  --gutter: 30px;
}

.read-more-button {
  margin: 40px 0px;
  text-align: center;
}
.read-more-button a {
  padding: 8px 15px;
  background: #fd7173;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* Pagination
--------------------------------------------- */
.pagination, .facetwp-pager {
  padding: 40px 0;
  text-align: center;
}
.pagination .archive-pagination, .facetwp-pager .archive-pagination {
  display: inline-block;
}
.pagination .desktop, .facetwp-pager .desktop {
  display: none;
}
.pagination ul, .facetwp-pager ul {
  margin: 0px;
  display: inline-block;
}
.pagination li, .facetwp-pager li {
  float: left;
  list-style: none;
}
.pagination a, .facetwp-pager a {
  padding: 10px 13px;
  margin-right: 4px;
  background: #ddd;
  color: black;
  text-decoration: none;
  border-radius: 4px;
}
.pagination .active a, .pagination a.active, .facetwp-pager .active a, .facetwp-pager a.active {
  background: #fd7173;
  color: white;
}
.pagination .pagination-omission, .facetwp-pager .pagination-omission {
  margin-right: 3px;
}
.pagination .dots, .facetwp-pager .dots {
  cursor: default;
  background: white;
  padding: 0;
  margin-right: 10px;
}

@media screen and (min-width: 500px) {
  .pagination a, .facetwp-pager a {
    padding: 8px 15px;
    margin-right: 15px;
  }
  .pagination .desktop, .facetwp-pager .desktop {
    display: inline;
  }
  .pagination .pagination-omission, .facetwp-pager .pagination-omission {
    margin-right: 15px;
  }
}
#comments {
  /*
  Comment form
  */
  /*
    Comment list
  */
}
#comments #respond {
  background-color: #F4F4F4;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 35px;
}
#comments #respond h3.comment-reply-title {
  position: relative;
  padding-right: 100px;
}
#comments #respond h3.comment-reply-title small {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
#comments #respond form p.comment-form-use-gravatar {
  display: none;
}
#comments #respond form p.form-submit {
  margin-top: 20px;
}
#comments #respond form input[type=text],
#comments #respond form input[type=email] {
  background-color: white;
  width: calc(100% - 14px);
}
#comments #respond form input[type=submit] {
  padding: 15px !important;
  width: 100%;
}
#comments #respond form textarea {
  border: 1px solid #ccc;
  background-color: white;
  padding: 5px;
  color: #999;
  font: inherit;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
#comments #respond form .comment-form-wprm-rating {
  display: flex;
  flex-wrap: wrap;
}
#comments #respond form .bmg-content-box.comment-consent {
  background-color: white;
  font-size: 0.9rem;
  margin-top: 20px;
  margin-bottom: 0px;
}
#comments ol.comment-list {
  padding-inline-start: 0px;
  margin: 0;
  list-style: none;
}
#comments ol.comment-list li {
  margin-bottom: 20px;
  list-style: none;
}
#comments ol.comment-list li ul.children {
  margin-left: 20px;
}
#comments ol.comment-list li article {
  margin-bottom: 25px;
}
#comments ol.comment-list li article .comment-meta time {
  font-style: italic;
  color: #999;
  font-size: 0.9rem;
}
#comments ol.comment-list li article .comment-meta .comment-author {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 3px;
}
#comments ol.comment-list li article .comment-meta .comment-author img.avatar {
  margin-right: 20px;
  float: left;
  border-radius: 5px;
}
#comments ol.comment-list > li {
  padding: 20px 0px 5px 0px;
  border-bottom: 1px solid #ccc;
}
#comments ol.comment-list .entry-content {
  margin-top: 5px;
}

@media screen and (min-width: 500px) {
  #comments form input[type=text],
#comments form input[type=email] {
    width: auto;
  }
  #comments form input[type=submit] {
    padding: 10px 40px;
    width: auto;
  }
}
/* bmg Q&A
--------------------------------------------- */
.faq-breadcrumb, article.bmg_question {
  grid-area: main;
}

.questionMark {
  font-size: 30px;
  color: #999;
  float: left;
  margin: 0px 15px 10px 15px;
  font-weight: normal;
}

.question {
  font-weight: bold;
}

.post-ratings {
  display: inline;
}

.bmg_question_list h3 {
  font-size: 1.5rem;
}

.bmg_ratings .review-star-empty, .bmg_ratings .review-star-full {
  height: 25px;
  width: 25px;
}
.bmg_ratings .review-star-empty svg, .bmg_ratings .review-star-full svg {
  height: 25px;
  width: 25px;
}
.bmg_ratings .review-star-full svg * {
  fill: #111 !important;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
footer#site-footer::before {
  content: "";
  border-top: 3px solid white;
  display: block;
  padding-bottom: 25px;
}

section.footer-scripts {
  margin-top: -30px;
  height: 30px;
  background-color: #fff1f1;
}

footer {
  background-color: #fff1f1;
  color: #666;
  display: block;
  margin-top: 50px;
  padding-top: 5px;
  padding-bottom: 0px;
  overflow: visible;
}
footer hr,
footer div:has(hr) {
  width: 100%;
}
footer img.bmg-button {
  width: 90px !important;
  height: auto;
  text-align: center;
  background: #feaaab;
  padding: 5px;
  border-radius: 60px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -73px;
}
footer #block-2 {
  margin-top: -45px;
}
footer hr {
  background: none;
  height: auto;
  border-top: 2px dotted #ccc !important;
  border-left: none !important;
  border-bottom: none !important;
  border-right: none !important;
  margin: 30px auto !important;
}
footer strong,
footer h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  color: #666;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer ul {
  list-style: none;
  padding-inline-start: 0px;
}
footer .bmg-disclaimer {
  font-size: 0.9rem;
  line-height: 1.8rem;
}

footer > * {
  margin: 0px 5px;
}

@media screen and (min-width: 500px) {
  footer > * {
    margin: 0 auto;
  }
}
/*
  EAT Mentions
  ---------------------------------------------------------------------------------------------------- */
.external-mentions {
  background-color: #fff1f1;
  padding-bottom: 20px;
  color: #666;
}
.external-mentions .wrap {
  width: 1080px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.external-mentions strong,
.external-mentions h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

header img.bmg-logo {
  display: none;
}

@media screen and (min-width: 500px) {
  header img.bmg-logo {
    display: block;
  }
}
.home header h1 {
  display: none;
}

.section-title,
.mini-section-title {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.searchbox-wide {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 5fr 1fr;
  padding: 20px 5px;
  margin: 10px 0px;
}
.searchbox-wide input[type=search] {
  color: #aaa;
  background-color: #F4F4F4;
  border: 0px;
  border-radius: 5px;
  padding: 10px;
}
.searchbox-wide input[type=search]::placeholder {
  color: #aaa;
}

.focus-recipes {
  display: grid;
  margin-bottom: 25px;
}
.focus-recipes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border: 0px;
  border-radius: 5px;
}
.focus-recipes ul {
  margin: 0px;
  display: grid;
  grid-template-areas: "mainimage" "maintext" "additional1" "additional2" "additional3" "additional4";
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.focus-recipes ul li {
  list-style: none;
}
.focus-recipes ul h2 {
  font-size: 2.4rem;
}
.focus-recipes ul h3 {
  margin: 15px 0px 5px 0px;
}
.focus-recipes ul .main-text .text {
  color: #666;
  text-decoration: none;
}
.focus-recipes ul .main-text .text:hover {
  color: #666;
}
.focus-recipes ul .main-text .more {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  margin: 10px 0px;
  grid-template-areas: "button" "headline";
}
.focus-recipes ul .main-text .more .pink-button {
  grid-area: button;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
}
.focus-recipes ul .main-text .more h3 {
  grid-area: headline;
  margin: 0px;
}
.focus-recipes ul .footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0)), to(rgba(100, 100, 100, 0.4)));
  background-image: linear-gradient(rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.4));
  position: absolute;
  height: 70px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 90%;
  bottom: 5px;
}
.focus-recipes ul .footer div {
  grid-area: picture;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
}
.focus-recipes ul .footer .likes {
  right: 10px;
}
.focus-recipes ul .footer .rating {
  left: 10px;
  height: 20px;
}
.focus-recipes ul li.additional {
  height: 54px;
}
.focus-recipes ul li.additional img {
  float: left;
  margin-right: 10px;
  max-width: 100px;
}
.focus-recipes ul li.additional h3 {
  margin: 0px;
  font-size: 1.5rem;
  overflow: hidden;
  /* number of lines to show */
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.focus-recipes h2 {
  grid-area: title;
}
.focus-recipes .main {
  grid-area: main;
}
.focus-recipes .main-image {
  grid-area: mainimage;
  align-self: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.focus-recipes .main-image a {
  position: relative;
}
.focus-recipes .right {
  text-align: left;
}
.focus-recipes .main-text {
  grid-area: maintext;
}
.focus-recipes .n1 {
  grid-area: additional1;
}
.focus-recipes .n2 {
  grid-area: additional2;
}
.focus-recipes .n3 {
  grid-area: additional3;
}
.focus-recipes .n4 {
  grid-area: additional4;
}

.bmg-home-about-me {
  display: grid;
  margin-bottom: 20px;
}
.bmg-home-about-me li {
  list-style: none;
}
.bmg-home-about-me .social-following {
  background-color: #fff1f1;
}
.bmg-home-about-me .social-following ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin: 0px;
}
.bmg-home-about-me .social-following ul li {
  text-align: center;
}
.bmg-home-about-me .social-following ul li a {
  color: #666;
}
.bmg-home-about-me .social-following ul span {
  display: block;
}
.bmg-home-about-me .social-following ul .count {
  font-size: 150%;
}
.bmg-home-about-me .social-following ul .social-network-text {
  font-size: 100%;
}
.bmg-home-about-me .social-following i {
  font-size: 50px;
  margin-bottom: 10px;
}
.bmg-home-about-me .social-following i.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  /* Also define standard property for compatibility */
  -webkit-text-fill-color: transparent;
}
.bmg-home-about-me .social-following i.fa-pinterest {
  color: #bd081c;
}
.bmg-home-about-me .social-following i.fa-facebook {
  color: #3b5998;
}

.bmg-home-healthy-baking .content {
  background-color: #eaf6f4;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.bmg-home-healthy-baking .content a {
  color: #5b7f77;
}
.bmg-home-healthy-baking .content a:hover {
  color: #5b7f77;
}
.bmg-home-healthy-baking .ernaehrungsweisen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0px 0px 20px 0px;
}
.bmg-home-healthy-baking .ernaehrungsweisen ul {
  margin: 0px;
}
.bmg-home-healthy-baking .ernaehrungsweisen li {
  list-style: none;
  color: #5b7f77;
  font-size: 16px;
}
.bmg-home-healthy-baking .ernaehrungsweisen li svg {
  fill: #5b7f77;
}
.bmg-home-healthy-baking .ernaehrungsweisen li i {
  font-size: 40px;
}
.bmg-home-healthy-baking .ernaehrungsweisen li * {
  text-align: center;
  display: grid;
  text-align: center;
  justify-content: center;
  justify-self: center;
  grid-row-gap: 15px;
}

.baking-purpose {
  margin-bottom: 20px;
}
.baking-purpose ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  list-style: none;
  margin: 0px;
}
.baking-purpose ul li {
  text-align: center;
  color: #888;
}
.baking-purpose img {
  border: 0px;
  border-radius: 5px;
  max-width: 170px;
  height: auto;
}

.newsletter-magazin {
  margin-bottom: 20px;
}
.newsletter-magazin h2 {
  margin-top: 20px;
}
.newsletter-magazin .main-text {
  margin-bottom: 20px;
  text-align: left;
}
.newsletter-magazin .main-text .text {
  color: #666;
  text-decoration: none;
}
.newsletter-magazin .main-text .text:hover {
  color: #666;
}
.newsletter-magazin .magazin-title {
  grid-area: magazin-title;
}
.newsletter-magazin .magazin {
  text-align: center;
  grid-area: magazin;
}
.newsletter-magazin .magazin img {
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.newsletter-magazin .magazin .pink-button {
  display: block;
  padding: 10px;
}
.newsletter-magazin .tools-title {
  grid-area: tools-title;
}
.newsletter-magazin .tools {
  grid-area: tools;
  background-color: #eee;
  border-radius: 5px;
  padding: 20px;
}
.newsletter-magazin .tools svg {
  fill: #fd7173;
}
.newsletter-magazin .tools ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0px;
}
.newsletter-magazin .tools li {
  list-style: none;
  text-align: center;
  font-size: 16px;
}
.newsletter-magazin .tools li i {
  font-size: 40px;
  margin-bottom: 10px;
}
.newsletter-magazin .tools li * {
  text-align: center;
  display: grid;
  text-align: center;
  justify-content: center;
  justify-self: center;
  grid-row-gap: 15px;
}
.newsletter-magazin .tools .i {
  font-size: 40px;
}
.newsletter-magazin .newsletter-title {
  grid-area: newsletter-title;
}
.newsletter-magazin .newsletter {
  grid-area: newsletter;
  background-color: #fff1f1;
  border-radius: 5px;
}

.bmg-home-trending-categories {
  margin-bottom: 25px;
}

.bmg-home-books {
  margin-bottom: 20px;
}
.bmg-home-books ul {
  background-color: #c1e5dd;
}
.bmg-home-books li {
  list-style: none;
  text-align: center;
  align-self: end;
}
.bmg-home-books img {
  width: 200px;
  border: 2px solid white;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
  margin-bottom: 20px;
}

@media screen and (min-width: 500px) {
  .searchbox-wide {
    padding: 30px 50px;
  }
  .searchbox-wide input[type=search] {
    font-size: 150%;
  }
  .searchbox-wide input[type=submit] {
    font-size: 150%;
  }

  .focus-recipes {
    grid-column-gap: 20px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .focus-recipes h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .focus-recipes.one-column {
    grid-template-columns: 1fr;
  }
  .focus-recipes.one-column ul {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }
  .focus-recipes.one-column .two-column.left ul {
    grid-template-columns: 8.1fr 4fr 4fr;
    grid-template-areas: "mainimage maintext maintext" "mainimage additional1 additional2" "mainimage additional3 additional4";
  }
  .focus-recipes.one-column .two-column.right {
    text-align: left;
  }
  .focus-recipes.one-column .two-column.right ul {
    grid-template-columns: 4fr 4fr 8.1fr;
    grid-template-areas: "maintext maintext mainimage" "additional1 additional2 mainimage" "additional3 additional4 mainimage";
  }
  .focus-recipes.one-column .one-column ul {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "mainimage mainimage" "maintext maintext" "additional1 additional2" "additional3 additional4";
  }
  .focus-recipes.two-column {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }
  .focus-recipes.two-column ul {
    grid-template-areas: "mainimage mainimage" "maintext maintext" "additional1 additional2" "additional3 additional4";
    grid-template-columns: 1fr 1fr;
  }
  .focus-recipes .main-text p {
    margin-bottom: 10px;
  }
  .focus-recipes .main-text h3 {
    font-size: 1.8rem;
    margin: 0px 0px 5px 0px;
  }
  .focus-recipes .main-text .more {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "headline button";
    margin: 0px;
  }
  .focus-recipes .main-text .more .pink-button {
    display: none !important;
  }
  .focus-recipes .main-text .text {
    color: #666;
    text-decoration: none;
  }
  .focus-recipes .main-text .text:hover {
    color: #666;
  }
  .focus-recipes .main-image .footer {
    font-size: 115%;
  }

  .baking-purpose ul {
    grid-template-columns: repeat(6, 1fr);
  }

  .bmg-home-about-me {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px;
  }
  .bmg-home-about-me .bmg-author-box {
    margin: 0px;
  }
  .bmg-home-about-me .social-following {
    margin-bottom: 0px !important;
  }

  .bmg-home-healthy-baking h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .bmg-home-healthy-baking .ernaehrungsweisen {
    grid-template-columns: repeat(6, 1fr);
  }

  .newsletter-magazin {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-template-areas: "magazin-title tools-title newsletter-title" "magazin tools newsletter";
  }
  .newsletter-magazin h2 {
    margin-top: initial;
  }
  .newsletter-magazin .tools ul {
    height: 100%;
    padding: 40px 10px;
  }

  .bmg-home-books h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .bmg-home-books ul {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 20px;
    margin: 0px;
    padding: 20px;
    border-radius: 5px;
  }
}
.bmg-home {
  width: 100%;
}

.backbuch {
  margin-top: 15px;
}

.backbuch.desktop {
  display: none;
}

@media screen and (min-width: 500px) {
  .backbuch.mobile {
    display: none;
  }

  .backbuch.desktop {
    display: initial;
    margin-bottom: 15px;
  }
}
.post-content {
  min-width: 0;
  margin-top: 30px;
}

.post-header {
  display: grid;
  grid-row-gap: 16px;
  margin: 10px 0px;
  padding: 20px 10px;
  background: #fff1f1 url(https://www.kavroniqel.shop/wp-content/themes/bmg-classic-theme/assets/post-header-bg.png) repeat left top;
  border-radius: 5px;
  text-align: left;
}
.post-header .breadcrumb {
  margin: initial;
  font-size: 15px;
}
.post-header h1 {
  margin: 0px;
  color: #666;
}
.post-header .rating {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 8px;
  align-items: center;
}
.post-header .rating .wprm-recipe-rating {
  font-size: 18px;
}
.post-header .comment-details {
  display: none;
}
.post-header .post-info {
  display: grid;
  grid-template-columns: 55px auto;
  grid-template-areas: "image author" "image date";
  column-gap: 5px;
  align-items: anchor-center;
  font-size: 14px;
  line-height: 1em;
}
.post-header .post-info p {
  line-height: 14px;
}
.post-header .post-info p + p {
  margin-top: 0px;
}
.post-header .post-info .image {
  grid-area: image;
  margin-right: 10px;
}
.post-header .post-info .author {
  grid-area: author;
}
.post-header .post-info .date {
  grid-area: date;
  display: flex;
}
.post-header .post-info .rating {
  grid-area: rating;
}
.post-header .post-info img {
  border-radius: 50%;
  border: 3px solid white;
}
.post-header .call-to-action-buttons {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr;
  font-size: 16px;
}
.post-header .call-to-action-buttons a {
  text-align: center;
  align-self: end;
  padding: 8px;
  border: 2px solid #fd7173;
  color: #fd7173 !important;
  background-color: #fff1f1;
  border-radius: 5px;
}
.post-header .call-to-action-buttons .two-col {
  grid-column: 1/-1;
}

@media screen and (min-width: 500px) {
  @supports (display: contents) {
    body.has-sidebar.post main {
      display: contents;
    }
    body.has-sidebar.post main article:not(.bmg_question) {
      display: contents;
    }
    body.has-sidebar.post main article .post-header {
      grid-area: post-header;
    }
    body.has-sidebar.post main article .post-content {
      grid-area: main;
    }
  }
  @supports not (display: contents) {
    body.has-sidebar.post main article .post-header {
      position: relative;
      z-index: 0;
    }
    body.has-sidebar.post main article .post-header::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: -330px;
      height: 100%;
      background: inherit;
      border-radius: 5px;
      z-index: -1;
      pointer-events: none;
    }
  }

  .post-content {
    margin-top: 0;
  }

  .post-header {
    grid-template-columns: auto 400px;
    grid-row-gap: 12px;
    grid-column-gap: 10px;
    grid-template-areas: "breadcrumb breadcrumb" "title title" "rating rating" "info buttons";
    padding: 20px;
    margin: 0px;
    justify-items: start;
    align-items: start;
  }
  .post-header .breadcrumb {
    grid-area: breadcrumb;
  }
  .post-header h1 {
    grid-area: title;
    font-size: 40px;
    margin-top: 10px;
  }
  .post-header .rating div,
.post-header .rating span,
.post-header .rating svg {
    display: inline !important;
  }
  .post-header .post-info {
    grid-area: info;
    display: flex;
    align-items: center;
    row-gap: 8px;
    column-gap: 4px;
  }
  .post-header .post-info .author-image {
    width: 45px;
  }
  .post-header .call-to-action-buttons {
    grid-area: buttons;
    font-size: inherit;
    justify-self: stretch;
  }
  .post-header .call-to-action-buttons .two-col {
    display: none;
  }
}
main article.post .introduction-text {
  margin-bottom: 16px;
  font-weight: bold;
}

/* Widget container
--------------------------------------------- */
aside.sidebar {
  display: none;
}

@media screen and (min-width: 500px) {
  aside.sidebar {
    display: flex;
  }
  aside.sidebar h3,
aside.sidebar h4 {
    font-family: "Annie Use Your Telescope";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 15px;
  }
  aside.sidebar .widget {
    background: url("/media/template/hr.gif") no-repeat bottom center;
    margin-bottom: 20px;
    padding-bottom: 35px;
  }
}
#mega-menu-wrap-nav-primary .mega-toggle-animated-inner {
  background-color: #fd7173;
}
#mega-menu-wrap-nav-primary .mega-toggle-animated-inner::before, #mega-menu-wrap-nav-primary .mega-toggle-animated-inner::after {
  background-color: #fd7173;
}

/* desktop navigation settings */
/* @include non-phone {

    nav {
      position: relative;
      height: 30px;
      padding: 12px 0 8px 0;
      background: url('/media/template/nav_bg.gif') repeat-x center;
      clear: both;
      text-transform: uppercase;
      line-height: 1em;
      font-weight: normal;
      list-style-type: none;

      & a {
        display: block;
        padding: 8px 15px;
      }

      & .current_page_item a, & .current-menu-item a {
        color: white;
        background: $color-mint-a;
      }

      & .current_page_item li a, & .current-menu-item li a {
        color: $color-pink-main;
        background: white;

        &:hover {
          color: $color-mint-a;
        }

      }

      & ul {
        list-style: none;

        & li {

          .sf-with-ul:after {
            content: url('/media/template/menu_down.gif');
          }

          & ul li .sf-with-ul:after {
            content: url('/media/template/menu_right.gif');
          }
        }

        & ul {
          position: absolute;
          z-index: 120;
          width: 200px;
          background: white;
          display: none;
          z-index: 200;
          border-top: 1px solid $color-grey-e;

          & a {
            display: block;
            padding: 14px 10px;
            position: relative;
          }

          & li {
            display: block;
            float: none;
            border-bottom: 1px solid $color-grey-e;
            border-left: 1px solid $color-grey-e;
            border-right: 1px solid $color-grey-e;
          }

          & ul {
            position: absolute;
            left: 198px;
            top: -1px;
          }
        }
      }

      & li {
        float: left;
        position: relative;
        z-index: 100;

        &:hover {
          background: white;
        }
      }

      & .sf-with-ul {
        padding-right: 10px;
      }

      & .sub-menu .sf-sub-indicator {
        background: white;
        display: block;
        background: url('/media/template/menu_right.gif') no-repeat 0 0;
        width: 3px;
        height: 5px;
        position: absolute;
        top: 16px;
        right: 5px;
        text-indent: -9999px;
      }
    }
  } */
.wprm-recipe.wprm-recipe-template-bmg-compact {
  margin: 20px auto;
  background-color: #F4F4F4;
  border-color: #eee;
  line-height: 1.8rem;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  padding: 10px;
  width: initial;
}
.wprm-recipe.wprm-recipe-template-bmg-compact h2 {
  margin-top: 15px;
  font-size: 1.8rem;
}
.wprm-recipe.wprm-recipe-template-bmg-compact h3 {
  font-size: 1.5rem;
}
.wprm-recipe.wprm-recipe-template-bmg-compact h4 {
  font-size: 1.4rem;
}
.wprm-recipe.wprm-recipe-template-bmg-compact .wprm-recipe-header {
  margin-top: 1.2rem;
}
.wprm-recipe.wprm-recipe-template-bmg-compact .wprm-recipe-total-time-container {
  display: none !important;
}
.wprm-recipe.wprm-recipe-template-bmg-compact .wprm-recipe-rating svg {
  width: 1.5rem;
  height: 1.5rem;
}

.wprm-recipe-media-toggle-container {
  margin: 20px 0px;
}

.wprm-recipe-link.wprm-recipe-link-wide-button {
  border-radius: 5px !important;
  background-color: #feaaab;
  color: white;
}

.recipetipps-wrapper {
  border: 2px solid #e0f2ee;
}
.recipetipps-wrapper .tipps {
  display: grid;
  grid-row-gap: 15px;
}
.recipetipps-wrapper .rezept-tipp {
  display: grid;
  grid-template-columns: 55px auto;
  grid-auto-flow: column;
  grid-column-gap: 10px;
}

.wprm-recipe.wprm-recipe-template-bmg-snippet-basic-buttons {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 500px) {
  .wprm-recipe.wprm-recipe-template-bmg-snippet-basic-buttons {
    margin-top: initial;
  }
}
.light-button {
  display: block;
  color: white !important;
  background-color: #feaaab;
  padding: 5px;
  border-radius: 5px;
}
.light-button.filled path {
  fill: white !important;
}
.light-button.contour polygon,
.light-button.contour path,
.light-button.contour line {
  stroke: white !important;
}

.recipe-jump-button {
  border-color: #fd7173 !important;
  background-color: #fd7173;
  border-radius: 3px;
  padding: 5px 8px;
  color: white;
  border: 1px solid;
  margin: 0 5px 5px 0;
}

@media screen and (max-width: 500px) {
  .wprm-recipe-template-bmg-compact .wprm-recipe-name {
    text-align: center;
    font-size: 1.8em !important;
  }
  .wprm-recipe-template-bmg-compact .wprm-recipe-time-label {
    display: block;
  }
  .wprm-recipe-template-bmg-compact .wprm-recipe-time-container {
    border: 0px !important;
  }
  .wprm-recipe-template-bmg-compact .wprm-recipe-details-container-table {
    display: flex;
  }
  .wprm-recipe-template-bmg-compact .wprm-recipe-image img {
    width: 100%;
  }
}
.wprm-app-ad h3#bmg-app-header {
  font-family: inherit;
  line-height: inherit;
  font-size: 1.2rem;
  color: #666;
}

#wprm-popup-modal-user-rating form .wprm-user-rating-modal-above-comment-text p {
  font-size: 0.8rem;
  text-align: center;
  margin: 20px 0px;
}
#wprm-popup-modal-user-rating form .wprm-user-rating-modal-comment-meta {
  max-height: initial;
}
#wprm-popup-modal-user-rating .wprm-popup-modal__container footer {
  background-color: white;
}
#wprm-popup-modal-user-rating .wprm-popup-modal__container footer button {
  background-color: #fd7173;
}

.wprm-recipe-instruction-ingredients {
  border-radius: 5px;
  background-color: white;
  padding: 5px 10px;
  font-size: 0.8rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 500px) {
  .wprm-recipe-template-bmg-compact .wprm-recipe-ingredients-container,
.wprm-recipe-template-bmg-compact .container,
.wprm-recipe-template-bmg-compact .wprm-recipe-name.wprm-block-text-bold {
    width: 410px;
  }

  .wprm-container-float-right {
    transform: translateY(-45px) !important;
  }

  .grundrezept {
    display: grid;
    grid-template-columns: 150px auto;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-areas: "title title" "picture description";
  }
  .grundrezept img {
    max-width: 100%;
  }
  .grundrezept h3 {
    grid-area: title;
  }
  .grundrezept .grundrezept-bild {
    grid-area: picture;
  }
  .grundrezept .explanation {
    grid-area: description;
  }

  .wprm-app-ad {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-areas: "image title" "image description";
  }
  .wprm-app-ad h3 {
    grid-area: title;
  }
  .wprm-app-ad img {
    max-width: 100%;
  }
  .wprm-app-ad .app-image {
    grid-area: image;
  }
  .wprm-app-ad .description {
    grid-area: description;
  }
}
#wprm-recipe-collections-app.wprm-recipe-collections-layout-classic .wprmprc-collection-item.wprmprc-collection-item-large .wprmprc-collection-item-details .wprmprc-collection-item-image img {
  max-width: 200px;
}

#wprm-recipe-collections-app.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-servings {
  display: none;
}
#wprm-recipe-collections-app.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
#wprm-recipe-collections-app.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-name {
  text-align: center;
}
#wprm-recipe-collections-app.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-image img {
  width: 100%;
  height: auto;
}

.aawp-button--buy:visited, .aawp-button--buy:visited {
  color: white !important;
}

.aawp-button.rounded {
  background-color: #eaf6f4;
  color: #5b7f77;
}

.aawp .aawp-button.aawp-button--icon,
.aawp-button.aawp-button--icon {
  background-color: #fd7173 !important;
  border-color: #fd7173 !important;
  color: white !important;
}

.aawp .aawp-product--horizontal .aawp-product__price--saved,
.aawp-product__ribbon--sale,
.aawp .aawp-product--list .aawp-product__price--saved {
  background: #97d3c7 !important;
}

.aawp .aawp-button.aawp-button--icon:hover,
.aawp-button.aawp-button--icon:hover {
  background: #97d3c7 !important;
  border-color: #97d3c7 !important;
}

.aawp .aawp-button:visited,
.aawp-button:visited {
  color: white !important;
}

.site-header {
  display: none;
}

.mega-search .search-icon {
  background-image: url("data:image/svg+xml;utf8,<svg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path fill='%23fd7173' d='M1216 832q0-185-131.5-316.5t-316.5-131.5-316.5 131.5-131.5 316.5 131.5 316.5 316.5 131.5 316.5-131.5 131.5-316.5zm512 832q0 52-38 90t-90 38q-54 0-90-38l-343-342q-179 124-399 124-143 0-273.5-55.5t-225-150-150-225-55.5-273.5 55.5-273.5 150-225 225-150 273.5-55.5 273.5 55.5 225 150 150 225 55.5 273.5q0 220-124 399l343 343q37 37 37 90z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px !important;
  height: 22px !important;
  margin: 3px;
}

#mega-menu-item-416110 .dashicons-search:before {
  content: none;
}

@media screen and (max-width: 500px) {
  header nav .dashicons-search:before {
    content: none !important;
  }

  ul#mega-menu-primary {
    max-height: 80vh !important;
    overflow-y: scroll !important;
  }
  ul#mega-menu-primary .menu-all-recipes-col {
    width: 100% !important;
  }
  ul#mega-menu-primary .menu-all-recipes-col .textwidget.custom-html-widget {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
  }
}
@media screen and (min-width: 500px) {
  .site-header {
    display: block;
  }

  #mega-menu-wrap-nav-primary #mega-menu-nav-primary li#mega-menu-item-416110 {
    margin: 0px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 500px) {
  #mega-menu-wrap-nav-primary #mega-menu-nav-primary li#mega-menu-item-416110 .mega-search-wrap.mega-static {
    width: 120px !important;
  }
}
div.facetwp-template > ul > li.qmn-ad {
  grid-column: 1/3;
  display: block;
}

@media (min-width: 1410px) and (max-width: 1499px) {
  body:not(.home) {
    left: -20vw;
    width: calc(100% + 20vw);
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  body:not(.home) {
    left: -15vw;
    width: calc(100% + 15vw);
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  body:not(.home) {
    left: -10vw;
    width: calc(100% + 10vw);
  }
}
@media (min-width: 1410px) and (max-width: 1700px) {
  body:not(.home) {
    position: relative;
    overflow-x: hidden;
  }
}
#watchbetter-embed iframe {
  max-width: 730px !important;
}

/* Ad-Block sticky am unteren Bildschirmrand */
aside.sidebar #sidebar-wrap {
  overflow: visible;
}
aside.sidebar #block-6 {
  position: sticky !important;
  background: initial;
}
aside.sidebar #qmn4975 {
  height: 800px;
  margin-top: 40px;
  margin-bottom: 0;
  position: relative;
  background: transparent;
}
aside.sidebar #wp_engage_widget_top_posts {
  z-index: 9;
  background: initial;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/* Easy Social Share Buttons
--------------------------------------------- */
.essb_links.essb_template_metro-retina li a {
  font-size: 13px !important;
}

.essb_counter_right {
  padding: 6px 5px 6px !important;
}

/* ESSB Followers Counter: volle Kachel anklickbar machen */
.essb-fc-root .essb-fc-block {
  position: relative;
}

.essb-fc-root .essb-fc-block > a,
.essb-fc-root .essb-fc-block .essb-fc-block-details > a {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important;
  background: transparent !important;
  pointer-events: auto !important;
  text-indent: -9999px;
  /* Text unsichtbar, Optik bleibt */
}

.essb-fc-root .essb-fc-block > *:not(a) {
  pointer-events: none;
}

/*
subscription-form general layout settings:
*/
.essb-custom-userdesign-0,
.essb-custom-userdesign-1,
.essb-custom-userdesign-2 {
  background-color: #fff1f1;
  border-radius: 5px;
}
.essb-custom-userdesign-0 .essb-subscribe-form-content-title,
.essb-custom-userdesign-1 .essb-subscribe-form-content-title,
.essb-custom-userdesign-2 .essb-subscribe-form-content-title {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-size: 1.9em;
  color: #fd7173;
  text-align: center;
}
.essb-custom-userdesign-0 .essb-userform-imagearea img,
.essb-custom-userdesign-1 .essb-userform-imagearea img,
.essb-custom-userdesign-2 .essb-userform-imagearea img {
  border-radius: 5px;
  border: 2px solid white;
}
.essb-custom-userdesign-0 form,
.essb-custom-userdesign-1 form,
.essb-custom-userdesign-2 form {
  font-size: 1.2em;
}
.essb-custom-userdesign-0 form input,
.essb-custom-userdesign-1 form input,
.essb-custom-userdesign-2 form input {
  box-sizing: border-box;
  padding: 8px;
}
.essb-custom-userdesign-0 form .essb-userform-field,
.essb-custom-userdesign-1 form .essb-userform-field,
.essb-custom-userdesign-2 form .essb-userform-field {
  background-color: white;
}
.essb-custom-userdesign-0 .essb-subscribe-form-content-footer,
.essb-custom-userdesign-1 .essb-subscribe-form-content-footer,
.essb-custom-userdesign-2 .essb-subscribe-form-content-footer {
  font-size: 0.7em !important;
  line-height: 1.4em !important;
}

/*
Layout for the homepage subscription design
*/
.essb-custom-userdesign-0 .essb-userform-imagearea {
  float: right;
  margin-bottom: 10px;
}
.essb-custom-userdesign-0 .essb-userform-imagearea img {
  max-width: 135px;
}

/*
Layout for the homepage subscription design
*/
.essb-custom-userdesign-1,
.essb-custom-userdesign-2 {
  display: grid !important;
  grid-column-gap: 20px;
  grid-template-areas: "image" "content";
}
.essb-custom-userdesign-1 .essb-userform-imagearea,
.essb-custom-userdesign-2 .essb-userform-imagearea {
  grid-area: image;
  justify-self: center;
  width: 30% !important;
}
.essb-custom-userdesign-1 .essb-userform-imagearea img,
.essb-custom-userdesign-2 .essb-userform-imagearea img {
  max-width: 100%;
}
.essb-custom-userdesign-1 .essb-userform-contentarea,
.essb-custom-userdesign-2 .essb-userform-contentarea {
  grid-area: content;
  width: 100% !important;
}
.essb-custom-userdesign-1 .essb-userform-contentarea form,
.essb-custom-userdesign-2 .essb-userform-contentarea form {
  display: grid;
  grid-column-gap: 10px;
  grid-template-areas: "vorname email" "anmelden anmelden";
}
.essb-custom-userdesign-1 .essb-userform-contentarea form .essb-subscribe-form-content-name-field,
.essb-custom-userdesign-2 .essb-userform-contentarea form .essb-subscribe-form-content-name-field {
  grid-area: vorname;
}
.essb-custom-userdesign-1 .essb-userform-contentarea form .essb-subscribe-form-content-email-field,
.essb-custom-userdesign-2 .essb-userform-contentarea form .essb-subscribe-form-content-email-field {
  grid-area: email;
}
.essb-custom-userdesign-1 .essb-userform-contentarea form .submit,
.essb-custom-userdesign-2 .essb-userform-contentarea form .submit {
  grid-area: anmelden;
}

@media screen and (min-width: 500px) {
  .essb-custom-userdesign-1,
.essb-custom-userdesign-2 {
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "image content";
  }
  .essb-custom-userdesign-1 .essb-userform-imagearea,
.essb-custom-userdesign-2 .essb-userform-imagearea {
    grid-area: image;
    width: 100% !important;
  }
  .essb-custom-userdesign-1 .essb-userform-imagearea img,
.essb-custom-userdesign-2 .essb-userform-imagearea img {
    max-width: 100%;
  }
}
.essb-optinbooster .essb-optinbooster-close {
  padding: 10px !important;
}
.essb-optinbooster .essb_icon_close {
  color: black;
}
.essb-optinbooster .essb-optinbooster-closeicon i:before {
  font-size: 25px !important;
}

/* ESSB Mailform */
.essb_mailform {
  display: none;
  border-radius: 5px !important;
}
.essb_mailform_header {
  background: #fd7173 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* Pinterest - hide long pins
--------------------------------------------- */
.longpin, .longPin {
  display: none;
}

/*
define facets
 */
.facetwp-facet {
  margin-bottom: 5px !important;
  width: 100% !important;
}
.facetwp_filters {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-column-gap: 8px;
  width: 100% !important;
}
.facetwp-dropdown {
  display: block;
  font-family: "Open Sans";
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #fd7173;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.facetwp-dropdown::-ms-expand {
  display: none;
}
.facetwp-dropdown:hover {
  border-color: #888;
}
.facetwp-dropdown option {
  font-weight: normal;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #fd7173 !important;
}

.fs-wrap {
  width: 100% !important;
}

.fs-label-wrap {
  border: 1px solid #bbb !important;
  border-radius: 5px !important;
}

.fs-arrow {
  border-top: 5px solid #999 !important;
}

aside.recommendations {
  width: initial;
  float: initial;
  display: initial;
}

.wp-engage-headline {
  font-family: annie use your telescope;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.wp-engage-block .reco-image {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 9/5;
}
.wp-engage-block.wp-engage-in-content .reco-image.has-rating-footer::after,
.wp-engage-block .wp-engage-result-grid .reco-image.has-rating-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.3) 100%);
}
.wp-engage-block .title {
  font-family: annie use your telescope;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.wp-engage-block img {
  margin: 0px;
  border-radius: 5px;
}
.wp-engage-block .wp-engage-widget-element {
  /* Sternebewertung */
}
.wp-engage-block .wp-engage-widget-element .reco-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 10px;
  min-height: 48px;
  color: #fff;
  background: none;
  border-radius: 0;
  z-index: 2;
}
.wp-engage-block .wp-engage-widget-element .reco-footer .likes {
  --width: 16px;
  --ratio: 1;
  --gap: 6px;
  display: inline-flex;
  align-items: center;
  gap: var(--gap);
  color: white;
}
.wp-engage-block .wp-engage-widget-element .reco-footer .likes::before {
  content: "";
  display: inline-block;
  width: var(--width);
  height: calc(var(--width) * var(--ratio));
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 70'>  <path fill='white' d='M92.71,7.27L92.71,7.27c-9.71-9.69-25.46-9.69-35.18,0L50,14.79l-7.54-7.52C32.75-2.42,17-2.42,7.29,7.27v0 c-9.71,9.69-9.71,25.41,0,35.1L50,85l42.71-42.63C102.43,32.68,102.43,16.96,92.71,7.27z'/></svg>") center/100% 100% no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 70'>  <path fill='white' d='M92.71,7.27L92.71,7.27c-9.71-9.69-25.46-9.69-35.18,0L50,14.79l-7.54-7.52C32.75-2.42,17-2.42,7.29,7.27v0 c-9.71,9.69-9.71,25.41,0,35.1L50,85l42.71-42.63C102.43,32.68,102.43,16.96,92.71,7.27z'/></svg>") center/100% 100% no-repeat;
}
.wp-engage-block .wp-engage-widget-element .bmg-stars {
  --percent: 0%;
  --size: 18px;
  --fill: #fff;
  --outline: #fff;
  --gap: 0px;
  position: relative;
  display: inline-block;
  width: calc((var(--size) + var(--gap)) * 5);
  height: var(--size);
  /* 1) FÜLLUNG (nur links bis --percent) — nutzt gefüllte Sternform */
  /* 2) OUTLINE (über alle 5 Sterne) — nutzt nur die Stroke-Version */
}
.wp-engage-block .wp-engage-widget-element .bmg-stars::before {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--percent);
  background: white;
  overflow: hidden;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2.5l3 6.2 6.8.5-5 4.4 1.8 6.7-6-3.5-6 3.5 1.8-6.7-5-4.4 6.8-.5z'/%3E%3C/svg%3E") left/var(--size) var(--size) repeat-x;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 2.5l3 6.2 6.8.5-5 4.4 1.8 6.7-6-3.5-6 3.5 1.8-6.7-5-4.4 6.8-.5z'/%3E%3C/svg%3E") left/var(--size) var(--size) repeat-x;
}
.wp-engage-block .wp-engage-widget-element .bmg-stars::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--outline);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-linejoin='round' d='M12 2.5l3 6.2 6.8.5-5 4.4 1.8 6.7-6-3.5-6 3.5 1.8-6.7-5-4.4 6.8-.5z'/%3E%3C/svg%3E") left/var(--size) var(--size) repeat-x;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-linejoin='round' d='M12 2.5l3 6.2 6.8.5-5 4.4 1.8 6.7-6-3.5-6 3.5 1.8-6.7-5-4.4 6.8-.5z'/%3E%3C/svg%3E") left/var(--size) var(--size) repeat-x;
}
.wp-engage-block .wp-engage-recommendation-header {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.wp-engage-block.wp-engage-in-content .wp-engage-widget-element {
  display: grid;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff1f1;
  border-radius: 5px;
  grid-row-gap: 8px;
  grid-template-areas: "badge" "image" "content" "button";
}
.wp-engage-block.wp-engage-in-content .wp-engage-widget-element .badge {
  grid-area: badge;
}
.wp-engage-block.wp-engage-in-content .wp-engage-widget-element .badge p {
  float: right;
  margin: 0;
  color: #666;
  font-variant-caps: all-petite-caps;
}
.wp-engage-block.wp-engage-in-content .wp-engage-widget-element .reco-image {
  grid-area: image;
  height: 100%;
  min-height: 100%;
}
.wp-engage-block.wp-engage-in-content .wp-engage-widget-element .description {
  grid-area: content;
  align-self: start;
  display: block;
}
.wp-engage-block.wp-engage-in-content .wp-engage-widget-element .description .title {
  font-size: 1.5rem;
}
.wp-engage-block.wp-engage-in-content .wp-engage-widget-element .description .text {
  color: #666;
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.wp-engage-block.wp-engage-in-content .wp-engage-widget-element button {
  grid-area: button;
  color: white;
  border-radius: 5px;
  background-color: #fd7173;
  padding: 8px;
  width: 100%;
  font-size: 1rem;
  align-self: end;
}
.wp-engage-block .wp-engage-result-grid {
  margin-bottom: 15px;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0;
  hyphens: auto;
  overflow-wrap: break-word;
}
.wp-engage-block .wp-engage-result-grid.mobile-1 {
  grid-template-columns: 1fr;
}
.wp-engage-block .wp-engage-result-grid .wp-engage-widget-element {
  overflow: hidden;
  display: grid;
  margin-bottom: 15px;
  position: relative;
  grid-template-rows: auto;
  grid-template-areas: "picture" "content";
}
.wp-engage-block .wp-engage-result-grid .wp-engage-widget-element .title {
  grid-area: content;
  position: relative;
  text-align: center;
  margin-top: 8px;
}
.wp-engage-block .wp-engage-result-grid .image {
  grid-area: picture;
  position: relative;
}
.wp-engage-block.wp_engage_sidebar .wp-engage-widget-element {
  margin-bottom: 10px;
}
.wp-engage-block.wp_engage_sidebar .wp-engage-widget-element a {
  display: grid;
  grid-template-columns: 150px auto;
  grid-column-gap: 10px;
}
.wp-engage-block.wp_engage_sidebar .wp-engage-widget-element a .reco-image {
  width: 150px;
  display: block;
  flex-shrink: 0;
}

@media screen and (min-width: 500px) {
  .wp-engage-block .internal-ad,
.wp-engage-block .essb-subscribe-form {
    margin-bottom: 25px;
  }
  .wp-engage-block .internal-ad h4,
.wp-engage-block .essb-subscribe-form h4 {
    font-size: 20px;
  }
  .wp-engage-block.wp-engage-in-content .wp-engage-widget-element {
    grid-column-gap: 20px;
    grid-template-columns: 300px 1fr;
    grid-template-areas: "image content" "image button";
  }
  .wp-engage-block.wp-engage-in-content .wp-engage-widget-element .reco-image {
    aspect-ratio: unset;
  }
  .wp-engage-block.wp-engage-in-content .wp-engage-widget-element .badge {
    grid-area: content;
  }
  .wp-engage-block .wp-engage-result-grid {
    grid-column-gap: 30px;
    /* .footer {
      font-size: 17px;
    } */
  }
  .wp-engage-block .wp-engage-result-grid.desktop-1 {
    grid-template-columns: 1fr;
  }
  .wp-engage-block .wp-engage-result-grid.desktop-2 {
    grid-template-columns: 1fr 1fr;
  }
  .wp-engage-block .wp-engage-result-grid.desktop-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#cp_calculatedfieldsf_pform_1 .fields > label {
  margin: 20px 0px 5px 0px;
}
#cp_calculatedfieldsf_pform_1 .fields .dfield .one_column {
  margin-top: 5px;
}

#fieldname1_1 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 30px;
}

.yoast-table-of-contents {
  background-color: #F4F4F4;
  padding: 25px 10px 5px 10px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.wp-block-yoast-faq-block {
  border-radius: 5px;
  padding: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: rgba(253, 113, 115, 0.13);
}
.wp-block-yoast-faq-block .schema-faq-question {
  font-size: 1.6em;
  font-family: "Annie Use Your Telescope";
  line-height: 2.2em;
  margin-bottom: 10px;
}

/* body>main>div.breadcrumb>span>span.breadcrumb_last {
    display: none;
} */
.breadcrumb > span > span:first-child,
.breadcrumb > span > span:nth-child(2),
.breadcrumb > span > span:nth-last-child(2),
.breadcrumb > span > span:last-child {
  display: none;
}

/*
subscription-form general layout settings:
*/
.bmg-newsletter-signup-form {
  background-color: #fff1f1;
  border-radius: 5px;
  display: grid;
  padding: 20px !important;
  clear: both;
  line-height: 1;
  grid-column-gap: 20px;
  margin-bottom: 20px;
}
.bmg-newsletter-signup-form .subscribe-form-content-title {
  font-family: "Annie Use Your Telescope";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #fd7173;
  text-align: center;
}
.bmg-newsletter-signup-form .userform-imagearea {
  text-align: center;
}
.bmg-newsletter-signup-form .userform-imagearea img {
  border-radius: 5px;
  border: 2px solid white;
  width: 40%;
  margin-bottom: 10px;
}
.bmg-newsletter-signup-form form {
  font-size: 1.2rem;
}
.bmg-newsletter-signup-form form .form-elements {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: "vorname email" "anmelden anmelden";
  margin-bottom: 10px;
}
.bmg-newsletter-signup-form form .form-element-name {
  grid-area: vorname;
}
.bmg-newsletter-signup-form form .form-element-name input {
  background-color: white;
  width: 100%;
}
.bmg-newsletter-signup-form form .form-element-email {
  grid-area: email;
}
.bmg-newsletter-signup-form form .form-element-email input {
  background-color: white;
  width: 100%;
}
.bmg-newsletter-signup-form form .form-element-submit {
  text-align: center;
  grid-area: anmelden;
}
.bmg-newsletter-signup-form form .form-element-submit input {
  width: 100%;
}
.bmg-newsletter-signup-form form .form-element-submit button.pum-close {
  font-size: initial;
  text-decoration: underline;
  margin-top: 16px;
  color: #666;
}
.bmg-newsletter-signup-form form input {
  box-sizing: border-box;
  padding: 8px;
}
.bmg-newsletter-signup-form form .userform-field {
  background-color: white;
}
.bmg-newsletter-signup-form .subscribe-form-content-footer {
  font-size: 0.7em !important;
  line-height: 1.4em !important;
  margin-top: 16px;
}
.bmg-newsletter-signup-form .wpcf7-response-output,
.bmg-newsletter-signup-form .comprehensive-success {
  background-color: white;
  border-color: #fd7173;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 10px;
}
.bmg-newsletter-signup-form .comprehensive-success {
  display: none;
}
.bmg-newsletter-signup-form .wpcf7 form.sent .comprehensive-success {
  display: block;
}
.bmg-newsletter-signup-form .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.bmg-newsletter-signup-form-simple {
  border: 2px solid #fd7173;
  border-radius: 5px;
  padding: 24px;
  display: grid;
  grid-row-gap: 16px;
  margin: 24px 0px;
}
.bmg-newsletter-signup-form-simple .form-elements {
  display: grid;
  grid-row-gap: 12px;
}
.bmg-newsletter-signup-form-simple .form-elements input {
  padding: 12px;
  box-sizing: border-box;
  width: 100%;
}
.bmg-newsletter-signup-form-simple .form-element-hp {
  display: none;
}

/*
Layout for the homepage subscription design
*/
.custom-userdesign-0 .userform-imagearea {
  float: right;
  margin-bottom: 10px;
}
.custom-userdesign-0 .userform-imagearea img {
  max-width: 135px;
}

/*
Layout for the homepage subscription design
*/
.bmg-newsletter-signup-form.homepage {
  display: grid !important;
  grid-column-gap: 20px;
  grid-template-areas: "image" "content";
  grid-template-columns: auto;
}
.bmg-newsletter-signup-form.homepage .userform-imagearea {
  grid-area: image;
  justify-self: center;
  width: 30% !important;
}
.bmg-newsletter-signup-form.homepage .userform-imagearea img {
  max-width: 100%;
}
.bmg-newsletter-signup-form.homepage .userform-contentarea {
  grid-area: content;
  width: 100% !important;
}
.bmg-newsletter-signup-form.homepage .userform-contentarea form {
  display: grid;
  grid-column-gap: 10px;
  grid-template-areas: "vorname email" "anmelden anmelden";
}
.bmg-newsletter-signup-form.homepage .userform-contentarea form .subscribe-form-content-name-field {
  grid-area: vorname;
}
.bmg-newsletter-signup-form.homepage .userform-contentarea form .subscribe-form-content-email-field {
  grid-area: email;
}
.bmg-newsletter-signup-form.homepage .userform-contentarea form .submit {
  grid-area: anmelden;
}

@media screen and (min-width: 500px) {
  .wp-engage-block .bmg-newsletter-signup-form {
    grid-template-columns: 2fr 10fr;
  }

  .bmg-newsletter-signup-form {
    grid-template-columns: 7fr 10fr;
    grid-template-areas: "image content";
  }
  .bmg-newsletter-signup-form .userform-imagearea {
    grid-area: image;
    width: 100% !important;
  }
  .bmg-newsletter-signup-form .userform-imagearea img {
    max-width: 100%;
    width: 100%;
  }
  .bmg-newsletter-signup-form .form-element-submit input {
    width: 50%;
  }
  .bmg-newsletter-signup-form .mobile-only {
    display: none;
  }
  .bmg-newsletter-signup-form .desktop-only {
    display: block;
  }
}
.optinbooster .optinbooster-close {
  padding: 10px !important;
}
.optinbooster .essb_icon_close {
  color: black;
}
.optinbooster .optinbooster-closeicon i:before {
  font-size: 25px !important;
}

/* ESSB Mailform */
.essb_mailform {
  display: none;
  border-radius: 5px !important;
}
.essb_mailform_header {
  background: #fd7173 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (max-width: 500px) {
  #popmake-455910 {
    margin-top: 30px !important;
  }

  .bmg-newsletter-signup-form p {
    line-height: 1.6em;
  }
  .bmg-newsletter-signup-form .mobile-only {
    display: block;
  }
  .bmg-newsletter-signup-form .desktop-only,
.bmg-newsletter-signup-form .subscribe-form-content-footer {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    width: 750px !important;
  }
}
.wp-block-ht-block-toc.wp-block-ht-block-toc {
  border-radius: 5px;
}
@media screen and (min-width: 500px) {
  .wp-block-ht-block-toc ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-ht-block-toc ul li {
    line-height: initial;
  }
}

ul.kt-testimonial-grid-wrap {
  margin: initial;
}

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