@charset "UTF-8";

/*
Theme Name: BissenBesser Custom Theme
Description: Custom Theme of BissenBesser
Requires at least: 6.8
Tested up to: 8.4
Requires PHP: 7.2
Version: 1.1
Text Domain: customtheme
*/

/* Basics START */
:root {
  --green-50: #F1FBF6;
  --green-100: #DBEF23;
  --green-200: #99DDB3;
  --green-300: #7DBC95;
  --green-400: #70A383;
  --green-500: #4C8C64;
  --green-600: #3F7756;
  --green-700: #366347;
  --green-800: #2B4E39;
  --green-900: #1E3526;
  --purple-50: #F6F4FA;
  --purple-100: #E4DEEE;
  --purple-200: #CBC3E2;
  --purple-300: #A894C5;
  --purple-400: #795285;
  --purple-500: #5C4663;
  --purple-600: #4D3854;
  --purple-700: #413246;
  --purple-800: #332638;
  --purple-900: #241A27;
  --orange-50: #FFF8ED;
  --orange-100: #FFF0CF;
  --orange-200: #FDF098;
  --orange-300: #EFA236;
  --orange-400: #E1912F;
  --orange-500: #D99331;
  --orange-600: #BF7729;
  --orange-700: #995F1E;
  --orange-800: #734616;
  --orange-900: #4D2F0F;
  --sand-50: #FCFBF9;
  --sand-100: #FAF7F4;
  --sand-200: #F9F7F4;
  --sand-300: #F6F3EF;
  --sand-400: #F3EEE5;
  --sand-500: #E6D6C6;
  --sand-600: #D7CCC6;
  --sand-700: #BCAF99;
  --sand-800: #9E916E;
  --sand-900: #7F7351;
  --signal-50: #E9FFAA;
  --signal-300: #D3FF66;
  --signal-500: #C4FF4D;
  --signal-600: #A8E539;
  --signal-700: #8ACC30;
  --signal-800: #6FB229;
  --grey-50: #FFFFFF;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #CFCFCF;
  --grey-400: #A6A6A6;
  --grey-500: #545454;
  --grey-600: #4A4A4A;
  --grey-700: #3A3A3A;
  --grey-800: #2B2B2B;
  --grey-900: #1A1A1A;
  --error-500: #FF0000;
  --error-700: #D90000;
  --error-900: #A30000;
  --success-500: #2EA95D;
  --success-700: #25874B;
  --success-900: #196035;
  --focus-500: #9747FF;
  --text-color: var(--purple-700);
}

@font-face {
  font-family: "playfair-display";
  font-weight: 900;
  font-style: normal;
  src: url(assets/webfonts/PlayfairDisplay-Black.ttf) format("truetype");
}

@font-face {
  font-family: "playfair-display";
  font-weight: 900;
  font-style: italic;
  src: url(assets/webfonts/PlayfairDisplay-BlackItalic.ttf) format("truetype");
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-margin-top: 100px;
  font-family: "AvenirNextPro", sans-serif;
}
 
body.with-submenu * {
  scroll-margin-top: 232px
}

body {
  font-family: "AvenirNextPro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 140%; 
  margin: 0; 
  padding: 0;
  color: var(--text-color);
  background-color: var(--sand-200);
  /* hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto; */
}

.smalltext,
body article.post {
  font-size: 16px;
  line-height: 24px;
}

legend {
  font-size: 20px;
  line-height: 140%; 
  margin: 25px 0;
}

body.single {
  background-color: var(--grey-50);
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

b, strong {
  font-weight: 600;
}

input:focus,
:focus {
  outline: none !important;
}

.like-a:hover,
a:hover,
.like-a,
a:active,
a:visited,
a:focus,
a {
  color: var(--text-color);
  text-decoration: none;
}

.like-a {
  display: inline-block;
  cursor: pointer;
}

p > .like-a,
p > a, 
p > a:active,
p > a:visited,
p > a:focus {
  color: var(--primary-color); 
}

p > .like-a:hover,
p > a:hover {
  color: var(--light-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -o-hyphens: none;
}

h1 > code,
h1 {
  font-size: 80px;
}

.like-h2,
h2 {
  font-size: 39px;
  font-weight: 900; 
  text-transform: uppercase;
  color: var(--green-400);
  margin-bottom: 15px;
  line-height: 120%; 
}

body article.post .like-h2,
body article.post h2 {
  font-size: 31px;
}

.like-h3,
h3 {
  font-size: 25px;
  font-weight: 900; 
  margin-bottom: 15px;
  line-height: 120%; 
  color: var(--grey-500);
}

footer h3 {
  font-weight: 400;
}


h3.flexible-text-subtitle {
  font-weight: 400;
}

.like-h1.special,
h1.special,
.like-h3.special,
h3.special,
.like-h2.special, 
h2.special {
 font-size: 62px; 
 line-height: 120%; 
 font-weight: 900; 
 font-family: 'playfair-display', serif;
 color: var(--purple-500);
 text-transform: unset;
 margin-bottom: 25px;
}

input[type="search"] ,
form input[type="text"],
form input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.center-text {
  text-align: center;
}

.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit; 
  width: 100%;
  overflow: hidden;
}

.image-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image-block .copyright {
  text-align: right;
  padding: 0 24px;
}

input[type="submit"],
button,
.wp-block-button__link,
.button {
  background: var(--signal-500);
  padding: 8px 42px 8px 16px;
  text-decoration: none;
  cursor: pointer;
  margin: 24px 0 0 0;
  display: inline-block;
  font-size: 20px; 
  color: var(--text-color); 
  position: relative;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
    background-image: url(assets/images/arrow-button.svg);
  background-size: auto 12px; 
  background-repeat: no-repeat;
  background-position: right 22px center;
  border: 0;
  line-height: 120%;
}



input[type="submit"]:hover,
button:hover,
.wp-block-button__link:hover,
.button:hover {
  text-decoration: none;
  background-position: right 16px center;
}

.wp-block-button.backbutton > .wp-block-button__link,
.button.backbutton:hover,
.button.backbutton {
  background-image: url(assets/images/icon-backbutton.svg);
  padding: 8px 20px 8px 44px;
  background-size: 24px auto; 
  background-position: left 16px center;
}

div.content-wrapper > a,
div.content-wrapper > .like-a:hover, 
div.content-wrapper > a:hover, 
div.content-wrapper > .like-a, 
div.content-wrapper > a:active, 
div.content-wrapper > a:visited, 
div.content-wrapper > a:focus {
  text-decoration: underline;
}

.justify-center {
  justify-content: center;
}

.entry-content > .wp-block-columns,
#breadcrumbs,
.container {
  max-width: 1324px;
  margin: 0 auto;
  width: 100%;
}

.container .row {
  margin-left: -10px; 
  margin-right: -10px; 
}

.container .row .col-sm {
  padding-left: 10px; 
  padding-right: 10px;
}

.bg-text {
  background-color: var(--text-color);
  color: #ffffff;
}

body #page {
  overflow: hidden;
}

.background-wrapper {
  position: absolute;
  width: 100%; 
  height: 100%; 
  background-size: cover; 
  background-position: center center;
  z-index: -1;
  left: 0; 
  top: 0;
}

.show-mobile {
  display: none;
}

/* Header START */
header {
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100%; 
  z-index: 13;
  transition: background 0.5s ease-in-out;
}

header.sticky {
  top: -150px; 
}

header.sticky.showit {
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out;
}

body.admin-bar header {
  top: 32px;
}

.custom-logo-link { 
  width: 105px;
}

label.hamburg {
  display: block;
  background: transparent;
  width: 44px;
  height: 13px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  z-index: 21;
  cursor: pointer;
}

input#hamburg {
  display:none
}

.line {
 position: absolute;
 left:0;
 height: 3px;
 width: 35px;
 background: var(--text-color);
 display: block;
 transition: 0.5s;
 transform-origin: center;

}

.line:nth-child(1) { top: 0; }
.line:nth-child(2) { top: 10px; left: 9px }

label.hamburg:hover .line:nth-child(2) {
  left: 0;
}

#hamburg:checked + .hamburg .line:nth-child(1){
  transform: translateX(4px) translateY(3px) rotate(-45deg);
}

#hamburg:checked:hover + .hamburg .line:nth-child(2),
#hamburg:checked + .hamburg .line:nth-child(2){
  transform: translateX(-4px) translateY(-6px) rotate(45deg);
  left: 9px;
}

.mobile-menu {
  display: block;
  margin-left: 100px;
}

.mobile-menu-wrapper {
  display: block;
  background: rgb(0,31,38);
  background: linear-gradient(15deg, rgba(0,31,38,1) 0%, rgba(1,57,69,1) 100%);
  position: fixed;
  right: -100%;
  width: 50%;
  top: 0;
  z-index: 20;
  height: 100%;
  overflow: hidden;
  transition: right 0.5s ease-in-out;
  padding: 0;
  z-index: -1;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#hamburg:checked + .hamburg + .mobile-menu-wrapper {
  right: 0;
  transition: right 1s ease-in-out;
}

.mobile-menu-wrapper::-webkit-scrollbar {
  display: none;
}

.mobile-menu-wrapper > .inner {
  padding: 190px 20% 96px 40%;
  overflow: scroll;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-wrapper  a.wp-block-social-link-anchor {
  margin-bottom: 0;
}

header.sticky label.hamburg .line,
.mobile-menu.active label.hamburg .line {
  background-color: #ffffff;
  height: 2px;
}

header .header-inner {
  display: flex;
  width: 100%; 
  justify-content: space-between;
  padding: 48px 0 0 0;
}

header .header-inner > div {
  display: flex;

}

header ul.menu-wrapper {
  display: flex;
  padding: 0; 
  margin: 0; 
  list-style: none;
}

header ul.menu-wrapper li {
  line-height: 1;
  margin-left: 20px;
}


header ul.menu-wrapper li.menubutton > a {
  display: flex;
  margin: 0;
  background-color: var(--orange-300);
  color: #ffffff;
  padding: 8px 16px 8px 42px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 16px auto; 
  background-position: left 16px center;
  background-image: url(assets/images/icon-login.svg);
}

header ul.menu-wrapper li:not(.current_page_item) a:hover,
header ul.menu-wrapper a:hover {
  opacity: 1;
}
/* Header END */

/* Spacer START */
.spacer {
  display: block;
  width: 100%;
}

.spacer.big {
  height: 100px; 
}

.spacer.middle {
  height: 60px;
}

.spacer.small {
  height: 30px;
}
/* Spacer END */

/* Home Stage START */
section.staging {
  background-size: cover; 
  background-position: center center;
  height: 720px;
  padding: 44px 0;
  display: flex;
  align-items: flex-end;
  position: relative;
}

section.staging h1 {
  font-weight: 900; 
  font-size: 31px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 40px 0 24px 0;
}

section.staging .title-image {
  width: 367px;
}

section.staging  .hero-button {
  margin: 0;
}

section.staging.subpage {
  height: 576px;
  padding: 70px 0;
}

section.staging.subpage h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section.staging.subpage h1 > span{
  display: inline-block; 
  padding-left: 8px; 
  padding-right: 8px;
  line-height: 120%;
  text-transform: none;
  margin-top: 6px;
}

section.staging.subpage h1 > span.top {
  color: #ffffff; 
  background-color: var(--orange-300);
  font-family: "Playfair"; 
  font-size: 62px; 
}

section.staging.subpage h1 > span.hero-subtitle {
  background-color: #ffffff; 
  color: var(--orange-300);
  font-weight: 600; 
  font-size: 39px;
  padding-top: 13px;
}
/* Home Stage END */

/* Newsletter wrapper START */
.bg-orange {
  background-color: var(--orange-300);
}

.bordered-radius {
  border-radius: 16px;
  overflow: hidden;
}

.bordered-radius.bigbordered {
  border-radius: 40px;
}

.newsletter-inner .col-sm {
  position: relative;
}

.newsletter-text {
  padding: 70px 70px 70px 50px;
}

.newsletter-image {
  position: absolute;
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%;
}

div.outer-input {
  position: relative;
}

input {
  background: transparent; 
  border: 0; 
  border-bottom: 1px solid var(--signal-500);
  padding: 16px 7px;
  width: 100%;
  position: relative;
  color: var(--text-color);
}

/* input:before {
  content: ""; 
  width: 10px; 
  height: 10px; 
  display: block;
  position: absolute;
} */

.input-wrapper {
  position: relative;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0; 
  background-color:  var(--signal-500);; 
  display: block;
  left: 0;
  z-index: 1;
  max-width: 0; 
  transition: max-width 0.5s ease-in-out;
}


input:focus + .input-wrapper {
  max-width: 100%;
}


input::placeholder {
  color: var(--purple-100);
  opacity:1;
}

.newsletter-inner input::placeholder {
  color: var(--purple-400);
  opacity:1;
}

.newsletter-inner input {
  color: var(--purple-400);
  opacity:1;
}

.sib_signup_box_inside_2 .bottom input[type="submit"] {
	margin-top: 0;
}

  .ah-reg-step.ah-reg-step-2 .bottom{
    margin-top: 25px;
  }

/* Newsletter wrapper END */

/* Cards START */
.card-container-inner {
  margin: -9px;
}

.preline {
  font-size: 16px; 
  color: #ffffff; 
  background-color:  var(--green-500); 
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 8px 16px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 18px;
}

.recipe-card,
.content-card  {
  border-radius: 20px; 
  overflow: hidden;
  background-color: var(--green-700);
  padding: 16px;
  position: relative;
  margin: 9px;
}




.content-card.format-5-4,
.content-card.format-5-5 {
  width: calc(41.66666667% - 18px);
  aspect-ratio: 5 / 3.97;
}

.content-card.format-4-3,
.content-card.format-4-4 {
  width: calc(33.33333333% - 18px);
  aspect-ratio: 4 / 3;
}

.recipe-card,
.content-card.format-3-3,
.content-card.format-3-4 {
  width: calc(25% - 18px);
  aspect-ratio: 3 / 4.07;
}

.grid-sizer {
  width: calc(8.33333333% - 18px);
  margin: 9px;
}

.content-card.format-7-2 {
  width: calc(58.33333333% - 18px);
  aspect-ratio: 7 / 2;
}

.content-card.quaderat,
.content-card.quadrat {
  aspect-ratio: 1 / 1;
}

.content-card.format-5-5.quaderat,
.content-card.format-5-5 {
  aspect-ratio: 5 / 5.18;
}

.content-card.format-3-3 {
  aspect-ratio: 1 / 1.015
}

.content-card .content-wrapper {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.content-card.tip .content-wrapper {
  background-color: rgba(112, 163, 131, 0.8);
  border-radius: 8px;
  display: inline-block; 
  padding: 3px 6px;
}

.content-card.tip h3 {
  background-color: rgba(112, 163, 131, 0.8);
  border-radius: 8px;
  display: inline-block; 
  padding: 3px 6px 10px 6px;
  margin: 0;
  border-bottom-left-radius: 0;;
}

.content-card.tip h3 + .content-wrapper {
  border-top-left-radius: 0;
}

.content-card .button {
  font-size: 16px;
  padding: 5px 40px 5px 10px;
}

.recipe-card .image-wrapper,
.content-card .image-wrapper {
  background-size: cover; 
  background-position: center center;
  position: absolute;
  left: 0; 
  top: 0; 
  display: block;
  height: 100%; 
  width: 100%;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.recipe-card:hover .image-wrapper,
.content-card:hover .image-wrapper {
  transform: scale(1.05);
}

.recipe-card .card-inner,
.content-card .card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
 
.recipe-card h3,
.content-card h1, 
.content-card h2, 
.content-card h3 {
  font-weight: 700; 
  font-size: 31px; 
  line-height: 120%; 
  color: #ffffff;
}

.content-card.bg-sand h1, 
.content-card.bg-sand h2, 
.content-card.bg-sand h3 {
  color: var(--grey-500);
}

.content-card.fact.bg-green h1,
.content-card.fact.bg-green h2, 
.content-card.fact.bg-green h3 {
  font-size: 32px; 
  line-height: 120%; 
  font-weight: 900; 
  font-family: 'playfair-display', serif;
  color: var(--signal-500);
}

.content-card.fact.bg-green h1 > strong,
.content-card.fact.bg-green h2 > strong, 
.content-card.fact.bg-green h3 > strong {
  font-weight: 900; 
  font-family: 'playfair-display', serif;
  color: #ffffff;
}

.content-card.quiz .like-h3,
.content-card.quiz h1,
.content-card.quiz h2, 
.content-card.quiz h3 {
  font-size: 32px; 
  line-height: 120%; 
  font-weight: 900; 
  font-family: 'playfair-display', serif;
  color: var(--green-700);
}

.text-quiz .content-card.quiz  {
  margin: 0;
  height: 100%;
}

.content-card .icon {
  width: 165px; 
  min-width: 165px;
  margin-right:20px; 
}

.content-card .icon img {
  object-fit: contain;
  width: 100%; 
  height: 100%;
}

.bg-sand {
  background-color: var(--sand-500);
}

.wp-block-lazyblock-card-fact-icon  .card-inner,
.content-card.bg-sand .card-inner {
  flex-direction: row;
  align-items: center;
}

.recipe-card,
.content-card.recipe {
  display: flex;
  align-items: flex-end;
}

.recipe-card .card-inner,
.content-card.recipe .card-inner {
  position: relative;
  height: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  opacity: 0.9;
  padding: 15px;
}

.recipe-card .background-wrapper,
.content-card.recipe .background-wrapper {
  position: absolute;
  width: 100%; 
  height: 100%; 
  background-color: var(--purple-400);
  display: block;
  left: 0; 
  top: 0;
  z-index: -1;
}

.recipe-card h1, 
.recipe-card h2, 
.recipe-card h3,
.content-card.recipe h1, 
.content-card.recipe h2, 
.content-card.recipe h3 {
  font-weight: 400; 
  font-size: 20px; 
}

.recipe-card h1 > strong, 
.recipe-card h2 > strong, 
.recipe-card h3 > strong,
.content-card.recipe h1 > strong, 
.content-card.recipe h2 > strong, 
.content-card.recipe h3 > strong {
  font-weight: 700; 
}

.recipe-card .bottom,
.content-card .bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 7px;
}

.recipe-card .bottom .cat-wrapper,
.content-card .bottom .cat-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px; 
  margin-right: -2px;
}

.recipe-card .cat,
.content-card .cat {
  font-weight: 700; 
  font-size: 13px;
  line-height: 120%;
  color: var(--purple-400);
  background-color: var(--purple-200);
  margin: 2px;
  padding: 4px 6px;
  border-radius: 4px;
}

.recipe-card .cat.time,
.content-card .cat.time {
  background-image: url(assets/images/icon-time.svg); 
  background-size: 10px auto; 
  background-position: left 6px center;
  background-repeat: no-repeat;
  padding-left: 20px;

}

.recipe-card .downloadbutton,
.content-card .downloadbutton {
  width: 24px; 
  height: 24px; 
  min-width: 24px;
  display: block;
  background-image: url(assets/images/icon-download.svg); 
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center center;
}

.content-card.quiz {
  background-color: var(--signal-500);
  color: var(--text-color);
  font-weight: 400;
  text-align: center;
}

.content-card.quiz .card-inner {
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.content-card.quiz .card-answer {
  display: none;
}

.content-card.quiz .preline {
  background-color: var(--green-700); 
  color: var(--signal-500);
  font-size: 20px;
}

.content-card.quiz .content-wrapper {
  color: var(--text-color); 
  font-weight: 400; 
  font-size: 20px; 
}

.content-card.quiz .button {
  padding: 4px 15px; 
  font-size: 20px; 
  border: 2px solid var(--green-700);
  background-image: none;
  margin: 6px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.content-card.quiz .options {
  margin-top: 15px;
}

.content-card.quiz .button:not(.replay-button):hover {
  background-color: var(--green-700); 
  color: var(--signal-500);
}

.content-card.quiz .like-h3 {
  margin-bottom: 18px;
}

.content-card.quiz .card-answer .content-wrapper {
  font-size: 16px;
}

.content-card.quiz .replay-button {
  margin-top: 18px;
  padding: 7px 14px 7px 40px;
  background-image: url(assets/images/icon-repeat.svg); 
  background-size: 16px auto; 
  background-position: left 16px center;
  border: 0;
  font-size: 16px;
}

.reciperow .slider-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.slick-initialized .slick-slide.recipe-card {
  display: flex;
}

.recipe-card {
  width: calc(33.3333% - 18px);
}

.filter-button-group {
  padding-bottom: 55px;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.filter-button {
  background-color:var(--grey-50); 
  border: 0;
  font-weight: 700; 
  color: var(--purple-400);
  padding: 18px 64px 18px 34px;
  box-shadow: 0 3px 2px rgba(0,0,0,0.08);
  border-radius: 20px;
  border-top-right-radius: 0px;
  background-image: none;
  margin: 7px;
  position: relative;
}

.filter-button:after {
  content: ""; 
  width: 36px; 
  height: 36px; 
  background-size: contain; 
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 30px; 
  top: calc(50% - 20px);
  transition: all 0.25s ease-in-out;
}

.filter-button.general:after {
  content: ""; 
  width: 24px; 
  height: 24px; 

  right: 30px; 
  top: calc(50% - 12px);
}

.filter-button.proteinreich:after {
  background-image: url(assets/images/icon-proteinreich.svg);
}

.filter-button.vegan:after {
  background-image: url(assets/images/icon-vegan.svg);
}

.filter-button.glutenfrei:after {
  background-image: url(assets/images/icon-glutenfrei.svg);
}

.filter-button.laktosefrei:after {
  background-image: url(assets/images/icon-laktosefrei.svg);
}

.filter-button.alkoholfrei:after {
  background-image: url(assets/images/icon-alkoholfrei.svg);
}

.filter-button:not(.general).is-checked,
.filter-button:not(.general):hover {
  color: #ffffff; 
  background-color: var(--purple-400);
}

.filter-button.is-checked:after,
.filter-button:hover:after {
  filter: brightness(0) invert(1);
}

.filter-button.general {
  padding: 10px 0px 10px 42px;
  font-sizE: 13px; 
  font-weight: 400px;
  position: absolute;
  right: 0; 
  bottom: 0;
  box-shadow: none;
  background: transparent;
}

.filter-button.general.is-checked:after, 
.filter-button.general:hover:after {
  filter: unset;
}

.filter-button.general:after {
  background-image: url(assets/images/icon-close.svg);
  right: unset; 
  left: 10px;
}

.filter-button-group.notfiltered + .filter-button.general,
.filter-button-group.notfiltered .filter-button.general {
  opacity: 0.25;
}

/* .content-card:not(.general) {
  display: none;
} */

/* Cards END */

/* Beiträge START */
.intro {
  padding: 70px 0 40px 0;
}

.intro .special {
  color: var(--green-400);
  font-weight: 900;
}

.justtext .flexible-text-inner,
.intro .flexible-text-inner {
  position: relative;
}


.backbuttonurl {
  position: absolute;
  width: 48px; 
  height: 48px;
  background-image: url(assets/images/icon-back.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 32px; 
  left: -90px;
  z-index: 15;
}

.intro .container .col-md-9{
  position: relative;
  z-index: 14;
}

.intro .content-wrapper {
  font-size: 25px; 
  font-weight: 600; 
  line-height: 32px;
  margin-bottom: 25px;
}

.intro .author-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
}

.intro .author-box .image-wrapper {
  width: 80px;
  margin-right: 20px;
}

.intro .author-box .image-wrapper img {
  object-fit: contain;
}

.intro .author-box > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.intro .author-box > div div {
  display: inline-flex;
}

.intro .author-box div.update {
  width: 100%;
}

.intro .author-box .author {
  font-weight: 700; 
  color: var(--green-400);
}

.intro .author-box .position {
  font-style: italic;
}

.intro .col-lg-3 {
  padding-top: 40px;
  position: relative;
}

.intro .col-lg-3 .backbutton {
  bottom: -83px; 
  right: 0; 
  position: absolute;
  transition: none;
  margin: 0;
  transform: none;
}

.intro .col-lg-3 .backbutton.sticky {
  position: fixed;
  z-index: 10;
  transition: none;
  transform: none;
  bottom: unset;
}

.wp-block-lazyblock-lp-image .image-wrapper {
  aspect-ratio: 756 / 425;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px; 
  overflow: hidden;
}

.wp-block-lazyblock-lp-image .image-wrapper img {
  object-fit: cover;
  z-index: 1;
}

#ez-toc-container {
  padding: 0; 
  border: 0;
  margin-top: -190px;
  background-color: #FAF7F3;
  margin-left: -70px;
  border-radius: 0;
  border-bottom-left-radius: 32px; 
  border-top-left-radius: 32px;
  padding: 245px 0px 55px 70px;
}

#ez-toc-container:before {
  content: ""; 
  height: 100%; 
  background-color: #FAF7F3;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0; 
  left: 70px; 
  width: 1000%;
}

body #ez-toc-container ul li a:visited, 
body #ez-toc-container ul li a:focus, 
body #ez-toc-container ul li a:hover,
body #ez-toc-container ul li a {
  color: #000000;
  font-weight: 600; 
  font-size: 18px; 
}

body #ez-toc-container ul li a:hover {
  text-decoration: underline;
  color: var(--green-400);
}

body #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-weight: 700; 
  font-size: 25px; 
  line-height: 120%; 
  margin-bottom: 16px; 
  display: inline-block;
  color: #000000;
}

.text-block .flexible-text-inner {
  position: relative;
}

.text-block .flexible-text-inner .content-wrapper.with-image  {
  display: flex;
  /* align-items: flex-start; */
}

.text-block .flexible-text-inner .content-wrapper.with-image .image-wrapper {
  width: 178px; 
  min-width: 178px; 
  margin-right: 35px;
}

.text-block .flexible-text-inner .content-wrapper .image-wrapper img {
  object-fit: contain;
}

.countnumber {
  background-color: var(--sand-200); 
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: 900;
  color: var(--green-400);
  line-height: 1;
  font-size: 39px;
  position: absolute;
  top: 0; 
  left: -70px;
  aspect-ratio: 1 / 1;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Beiträge ENDE */

/* Infobox START */
.info-box .textbox-inner {
  border-radius: 20px; 
  overflow: hidden;
  background-color: #FAF7F3;
  padding: 16px 18px;
  color: #000000;
}

.headline-wrapper h3 {
  font-weight: 700; 
  font-size: 25px; 
  color: var(--green-500);
  margin-bottom: 0; 
  color: #000000;
}

.headline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.headline-wrapper .icon {
  width: 24px; 
  margin-right: 18px;
}

.info-box.green .textbox-inner {
  background-color: var(--green-50);
  color: var(--green-500);
}

.info-box.green .headline-wrapper h3 {
  color: var(--green-500);
}

.info-box .content-wrapper p:last-child,
.info-box .content-wrapper ul {
  margin-bottom: 0;
}


.info-box.red .textbox-inner {
  background-color: var(--orange-100);
}


.info-box.purple .textbox-inner {
  background-color: var(--purple-100);
}

/* Infobox END */

/* factcards START */
.factcards-inner {
  display: flex;
  gap: 20px; 
  flex-wrap: wrap;
  margin-right: -20px;
}
.factcard {
  /* aspect-ratio: 1 / 1; */
  background-color: var(--green-400); 
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 12px;
  width: calc(25% - 20px);
  color: var(--signal-500);
  text-align: center;
  font-size: 16px; 
  line-height: 20px;
  padding-bottom: 25px;
}

.factcard > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.factcard > .factcard-headline {
  font-size: 16px; 
  height: 58px;
  color: var(--signal-500);
  font-weight: 700; 
  margin-bottom: 0;
}

.factcard  .factcard-text {
  height: calc(100% - 12px - 25px - 25px);
}
/* factcards END */

/* Justtext START */
.justtext h1, 
.justtext h2 {
  color: var(--orange-300);
}

.justtext h3 {
  color: var(--text-color);
}

.justtext h2 {
  font-size: 31px;
}

.justtext .backbuttonurl {
  top: 0;
  background-image: url(assets/images/icon-back-orange.svg);
}
/* Justtext END */

/* Tabs START */

.tabs-outer {
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2px;

}
.tab {
  padding: 10px 82px 6px 82px;
  border-radius: 20px;
  font-weight: 700; 
  cursor: pointer;
  color: var(--orange-500);
}
.tab:hover,
.tab.active {
  background-color: var(--orange-500); 
  color: #ffffff;
}

.tabdetail {
  padding-top: 32px;
  padding-right: 50px;
}

.tabdetail .like-a-link {
  text-align: center;
}

.tablink {
  display: flex;
  justify-content: center;
}

.like-a-link {
  font-weight: 700;
  color: var(--orange-300);
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.like-a-link:after {
  content: ""; 
  cursor: pointer;
  width: 24px; 
  height: 24px; 
  display: block;
  background-image: url(assets/images/arrow-right-orange.svg); 
  background-size: contain; 
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 3px;
}

.displaynone {
  display: none;
}

.shortcode-wrapper {
  padding-top: 50px;
}

.profilewrapper input,
.shortcode-wrapper input {
  border-color: var(--orange-300);
  padding: 0 11px 10px 11px;
  font-size: 20px; 
  line-height: 1;
  box-sizing: border-box;
}

.profilewrapper label,
.shortcode-wrapper label {
  position: relative;
  font-size: 13px;
  width: 100%;
  margin-bottom: 18px;
  display: inline-block;
}

.profilewrapper label > span,
.shortcode-wrapper label > span {
  display: inline-block;
  padding-left: 18px;
}

.profilewrapper .input-wrapper,
.shortcode-wrapper .input-wrapper {
  background-color: var(--orange-300);
}

.additionaltext {
  font-size: 13px; 
  line-height: 120%;
  margin: 40px 0 50px 0;
}

.profilewrapper .bottom,
.shortcode-wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profilewrapper .bottom .button,
.shortcode-wrapper .bottom .button {
  margin-top: 0;
}

.profilewrapper input[type="submit"],
.shortcode-wrapper input[type="submit"] {
  width: auto;
  border: 0;
  border-radius: 20px;
  padding: 8px 42px 8px 16px;
  line-height: 120%;
}

#loginform p {
  position: relative;
  margin-bottom: 18px;;
}

#loginform label {
  margin-bottom: 0;
}

input[disabled] {
  color: rgba(65, 50,70,0.5);
}

.abbrechen {
  cursor: pointer;
  font-size: 16px; 
  padding: 8px 16px 8px 42px;
  background-size: auto 24px;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-image: url(assets/images/abbrechen.svg);
}

.interestwrapper {
  margin-top: 110px;
}

.deleteprofile {
  margin-top: 60px; 
  font-size: 13px; 
}

.logoutwrapper {
  margin-bottom: 32px;
}

.deleteprofile .smalltext {
  font-size: 13px; 
  line-height: 120%;
}

body a.smallink,
#deleteprofile,
#changepassword {
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px; 
  font-weight: 600;
}

.bottominfo {
  font-size: 13px; 
  line-height: 120%;
  margin: 32px 0 50px 0;
}

.ah-success, 
.ah-errors {
  padding: 22px 30px;
  border-radius: 20px;
  background-color: var(--signal-50);
  margin-bottom: 32px;
}

.ah-errors {
  background-color: var(--orange-100);
}

.ah-success > p , 
.ah-errors > p {
  margin-bottom: 0;
}

body .ah-success a, 
body .ah-errors a {
  text-decoration: underline;
  font-weight: bold;
}
/* Tabs END */

/* Text Image Block START */

.text-image-block p,
.text-image-block h1,
.text-image-block h2, 
.text-image-block h3 {
  color: var(--grey-500);
  text-transform: none;
} 

.text-image-block .text-col {
  padding-top: 19px;
}

.text-image-block {
  font-size: 16px;
}

.content-wrapper ul {
  padding-left: 20px;
}

.leaf-enumeration .content-wrapper ul,
.hook-enumeration .content-wrapper ul {
  margin: 0; 
  padding: 0;
  list-style: none;
}

.hook-enumeration .content-wrapper ul li {
  padding-left: 35px;
  margin-bottom: 10px;
  position: relative;
}

.hook-enumeration .content-wrapper ul li:before {
  content: ""; 
  width: 24px; 
  height: 24px; 
  display: block;
  background-image: url(assets/images/icon-hook.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0; 
  top: 0;  
}

.leaf-enumeration .content-wrapper ul > li {
  padding-left: 30px;
  background-image: url(assets/images/icon-blatt.svg); 
  background-size: 24px auto; 
  background-position: top left;
  margin-bottom: 5px;
  background-repeat: no-repeat
}


.text-image-block .image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

body label.checkboxouter {
  display: flex;
  align-items: center;
  line-height: 120%;
  cursor: pointer;
}

label.checkboxouter > div:before,
label.checkboxouter:before {
  content: ""; 
  width: 18px; 
  display: block;
  margin-right: 16px;
  height: 18px; 
  min-width: 18px;
  border: 2px solid var(--orange-300);
  background-color: #ffffff;
}

label.checkboxouter input {
  position: absolute;
  left: 0px; 
  width: 1px; 
  height: 1px; 
  overflow: hidden;
  top: 50%;
  border: 0; 
  background: transparent;
  z-index: -1;
}

body label a {
  text-decoration: underline !important;
}

label.checkboxouter > div:before {
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  background-color: var(--orange-300); 
  background-image: url(assets/images/checkboxcheck.svg);
  background-size: 12px auto; 
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}

label.checkboxouter input:checked + div:before {
  opacity: 1;
}

/* Text Image Block END */


/* chooseoptions START */
.chooseoptions {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px; 
  margin-right: -7px;
}

.chooseoptions label {
  background-color: transparent;
  border: 0;
  font-weight: 700;
  color: var(--orange-500);
  border: 1px solid var(--orange-500);
  /* padding: 18px 50px 16px 18px; */
  padding: 10px 18px 7px 18px;
  border-radius: 16px;
  border-top-right-radius: 0px;
  background-image: none;
  margin: 7px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  width: auto;
  overflow: hidden;
}

.chooseoptions label input {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
}

.chooseoptions label .checkedoption {
  position: absolute;
  left: -1%;
  top: -2%;
  width: 102%;
  height: 104%;
  background-color: var(--orange-500);
  display: block;
  opacity: 0;
  border: 1px solid var(--orange-500);
}

.chooseoptions label > span {
  padding-left: 0;
}

.chooseoptions label input:checked + span {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.chooseoptions label input:checked + span + .checkedoption {
  opacity: 1;
}
/* chooseoptions END */

/* Footer START */
footer#colophon {
  margin-top: 90px;
  position: relative;
}

footer .bg-text {
  position: absolute;
  z-index: -1;
  width: calc(100% - 20px); 
  top: 0; 
  height: 100%; 
  left: 10px;
}

footer > .container > .row:not(.bottom-menu-row) {
  padding: 20px 0;
  position: relative;
  color: #ffffff;
}

footer > .container > .row:not(.bottom-menu-row) p, 
footer > .container > .row:not(.bottom-menu-row) h1, 
footer > .container > .row:not(.bottom-menu-row) h2, 
footer > .container > .row:not(.bottom-menu-row) h3, 
footer > .container > .row:not(.bottom-menu-row) a {
  color: #ffffff;
}

footer.entry-footer {
  display: none;
}

footer .offset-xl-1 > .row {
  align-items: center;
}

.footer-menu-container ul li a,
.copyright {
  font-size: 13px; 
}

.footer-menu-container ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0; 
  padding-bottom: 25px;
}

.footer-menu-container ul li a {
  display: block;
  padding: 12px;
}


/* Footer END */


@media screen and (min-width: 1385px) {

	#footer-menu-list {
		padding-right: 15px;
	}
}

@media screen and (max-width: 1384px) {
  .container {
    padding-left: 30px; 
    padding-right: 30px;
  }

  .recipe-card h3, .content-card h1, .content-card h2, .content-card h3 {
    font-size: 25px;
  }

  .tab {
    padding: 10px 42px 6px 42px;
  }

  .content-card.quiz .card-inner {
    padding: 10px;
  }

  footer > .container:first-child {
    background-color: var(--text-color);
  }


}


@media screen and (max-width: 1280px) {
  /* .content-card.format-5-4, .content-card.format-5-5 {
    aspect-ratio: 5 / 5;
  } */

  .content-card.format-7-2 {
    aspect-ratio: 7 / 1.825;
  }

}

@media screen and (max-width: 1024px) {
  .filter-button-group {
    overflow: scroll;
    width: auto;
    justify-content: flex-start;
    margin-right: -30px;
    padding-right: 30px;
    padding-left: 30px; 
    margin-left: -30px;
    margin-top: 30px;
    margin-bottom: 0;
    scrollbar-width: none;
  }

  .filter-button-group .filter-button.general {
    opacity: 0;
    width: 0px;
    overflow: hidden;
    padding: 0;
  }

  .filter-button.general {
    position: relative;
    margin: 0;
    width: calc(100%);
    text-align: right;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .filter-button.general:after {
    left: unset; 
    right: 132px;
  }

  .filter-button-group:-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 990px) {

  .show-mobile {
    display: block;
  }

  .show-dekstop {
    display: none;
  }


  header ul.menu-wrapper li.menubutton > a  {
    width: 36px; 
    height: 36px; 
    background-position: center center; 
    font-size: 0px; 
    color: transparent;
    padding: 0;
  }

  header .header-inner {
    padding-top: 22px; 
    align-items: center;
  }

  .row.mobile-reverse{
    flex-direction: column-reverse;
  }

  .newsletter-image {
    position: relative;
  }

  .custom-logo-link img,
  .custom-logo-link {
    width: 80px;
    height: 80px;
  }

  .like-h2, h2 {
    font-size: 34px;
  }

  section.staging.subpage h1 > span.top,
  .like-h1.special,
  h1.special, 
  .like-h3.special, 
  h3.special, 
  .like-h2.special, 
  h2.special {
    font-size: 55px;
  }

  section.staging.subpage h1 > span.hero-subtitle {
    font-size: 35px;
  }

  .content-card.format-3-3, 
  .content-card.format-3-4, 
  .content-card.format-4-3,
  .content-card.format-4-4 {
    width: calc(50% - 18px);
    aspect-ratio: 185 / 300;
  }

  .content-card.recipe,
  .recipe-card {
    width: calc(100% - 18px); 
    aspect-ratio: 386 / 317;
  }

  .content-card.format-7-2 {
    width: calc(100% - 18px); 
  }

  .backbuttonurl {
    width: 42px; 
    height: 42px;
    left: -65px;
  }

  .text-image-block .col-sm-12 > .row {
    gap: 30px;
  }

  .tabdetail {
    padding-right: 0;
  }

  .entry-content > section.intro:first-child  {
    padding-top: 120px;
  }

  .entry-content > section.intro:first-child .backbuttonurl {
    width: 36px; 
    height: 36px; 
    right: 77px;
    left: unset;
    top: -76px;
  }

  .entry-content > section.intro:first-child .col-sm,
  .entry-content > section.intro:first-child .flexible-text-inner {
    position: unset;
  }

  .entry-content > section.intro:first-child .container {
    position: relative;
  }

  .intro .col-lg-3 .backbutton {
    bottom: -60px;
    right: calc(8.33333333% + 25px);
    z-index: 2;
  }

  .text-quiz .row {
    gap: 25px;
  }

  .text-quiz .content-card.quiz {
    aspect-ratio: 1 / 1;
  }
}


@media screen and (max-width: 600px) {
  body {
    font-size: 18px;
    line-height: 120%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter-button-group {
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 20px; 
    margin-left: -20px;
  }


  section.staging {
    height: 720px;
    max-height: 80dvh;
  }

  section.staging .title-image {
    width: 230px;
  }

  section.staging h1 {
    font-size: 23px;
    margin: 30px 0 24px 0;
  }

  h1, 
  h2, 
  h3 {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }

  .like-h2, h2 {
    font-size: 26px;
  }

  .like-h3, h3 {
   font-size: 18px; 
  }

  .headline-wrapper h3 {
    font-size: 20px;
  }

  body article.post .like-h2, body article.post h2 {
    font-size: 23px;
  }

  section.staging.subpage h1 > span.top,
  .like-h1.special,
  h1.special, 
  .like-h3.special, 
  h3.special, 
  .like-h2.special, 
  h2.special {
    font-size: 41px;
  }

  .spacer.small {
    height: 15px;
  }

  .spacer.middle {
    height: 48px;
  }

  .spacer.big {
    height: 77px;
  }

  .newsletter-text {
    padding: 40px 24px;
  }

  .newsletter-text .content-wrapper, 
  .smalltext {
    font-size: 16px;
  }



  .text-block .flexible-text-inner.withcounter h2, 
  .text-block .flexible-text-inner.withcounter h1, 
  .text-block .flexible-text-inner.withcounter h3 {
    padding-left: 45px;
  }  

  .countnumber {
    width: 24px; 
    left: 0;
    font-size: 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  input[type="submit"], button, .wp-block-button__link, .button {
    font-size: 16px;
    padding: 9px 40px 8px 12px;
  }
 
  input {
    padding: 8px 7px;
  }

  section.staging.subpage h1 > span.hero-subtitle,
  .content-card.quiz .like-h3, .content-card.quiz h1, .content-card.quiz h2, .content-card.quiz h3,
  .content-card.fact.bg-green h1, .content-card.fact.bg-green h2, .content-card.fact.bg-green h3 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .content-card.quiz .like-h3, .content-card.quiz h1, .content-card.quiz h2, .content-card.quiz h3, {
    margin-bottom: 5px;
  }

  .recipe-card, .content-card {
    padding: 10px;
  }

  .content-card.quiz .card-inner {
    padding: 0;
  }

  .content-card.quiz .preline,
  .preline {
    font-size: 13px;
    padding: 5px 10px 6px 10px;
    margin-bottom: 9px;
  }

  .content-card.format-7-2 {
    aspect-ratio: 4 / 3; 
  }

  .content-card.bg-sand .card-inner,
  body .wp-block-lazyblock-card-fact-icon .card-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .content-card .icon {
    width: 80px; 
    min-width: 80px;
  }

  .content-card.quiz .options {
    margin-top: 5px;
  }

  .content-card.quiz .button {
    font-size: 16px;
    margin: 2px;
  }

  .content-card.quiz .content-wrapper {
    font-size: 18px;
  }

  .shortcode-wrapper {
    padding-top: 20px;
  }

  section.staging.subpage {
    padding: 120px 0 30px;
  }

  .chooseoptions label {
    padding: 8px 15px 5px 15px;
    margin: 3px;
    font-size: 16px;
  }

  legend {
    font-size: 16px;
    line-height: 120%;
    margin: 15px 0;
  }

  .lostpw-link a {
    font-size: 13px;
  }

  .profilewrapper label > span, .shortcode-wrapper label > span {
    padding-left: 12px;
  }

  .profilewrapper input, .shortcode-wrapper input {
    padding-bottom: 5px; 
    font-size: 16px;
  }

  .ah-reg-step.ah-reg-step-2 .bottom{
    margin-top: 25px;
  }

  .tab {
    padding: 10px 25px 6px 25px;
  }

  .entry-content > section.intro:first-child {
    padding-top: 105px;
  }

  .entry-content > section.intro:first-child .backbuttonurl {
    right: 65px;
  }

  .intro .content-wrapper {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    max-width: calc(100% - 130px);
  }

  .intro .col-lg-3 {
    padding: 0;
  }

  .intro .col-lg-3 .image-wrapper {
    width: 120px;
    position: absolute;
    right: 10px;
    bottom: 60px;
  }

  .intro .col-lg-3 .backbutton {
    right: 20px;
  }

  .intro .author-box {
    margin-top: 55px;
  }

  #ez-toc-container {
    margin-top: -150px;
    padding: 175px 0px 25px 70px;
  }

  body #ez-toc-container ul li a:visited, body #ez-toc-container ul li a:focus, body #ez-toc-container ul li a:hover, body #ez-toc-container ul li a {
    font-size: 16px;
  }

  body #ez-toc-container .ez-toc-title-container .ez-toc-title {
    margin-bottom: 5px;
  }

  .factcards-inner {
    margin-right: 0;
    margin-top: 20px;
  }

  .factcard {
    width: calc(50% - 10px);
    min-height: 150px;
  }

  .content-card.tip .content-wrapper {
    padding: 0px 3px;
  }

  .content-card.tip h3 {
    padding: 0 3px 5px 3px;
  }

  footer h3 {
    font-size: 23px;
  }

  footer .offset-xl-1 > .row > .col-sm.col-sm-4 {
    width: 50%;
  }

  footer figure {
    max-width: 112px;
    margin: 0 !important;
  }

  footer > .container > .row:not(.bottom-menu-row) {
    padding: 10px 0 8px 0;
  }

  .footer-menu-container ul li a {
    padding: 4px 12px;
  }

  .reciperow {
    padding-right: 32px;
  }


  .content-card .button {
    margin-top: 10px 0 0 0;
  }

  .text-block .content-wrapper.with-image {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}


/* @media (pointer:coarse) {
  .submenu .sticky-menu-wrapper .submenu-point:active .icon-wrapper img, 
  .submenu .sticky-menu-wrapper .submenu-point:hover .icon-wrapper img {
    filter: unset;
    transform: scale(1);
  }
} */
