@charset "UTF-8";
html {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}

@media (min-width: 1px) {
  h1, .h1 {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 36px;
  }
  h2, .h2 {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 34px;
  }
  h3, .h3 {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 25px;
  }
  p, .p, ol, .ol, ul, .ul {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 22px;
  }
  h4, .h4, .marginal {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 21px;
  }
  .footerContent p, .mainContent .rezept ul li,
  .mainContent .rezept ol li, .mainContent .rezept p, .headerContent p, h5, .h5, .caption {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.015em;
    margin-top: 0;
    margin-bottom: 18px;
  }
  .mainContent .bild-wrapper .bildunterschrift, h6, .h6, .mini {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.015em;
    margin-top: 0;
    margin-bottom: 17px;
  }
}
@media (min-width: 641px) {
  h1, .h1 {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 44px;
  }
  h2, .h2 {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 40px;
  }
  h3, .h3 {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 30px;
  }
  p, .p, ol, .ol, ul, .ul {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 26px;
  }
  h4, .h4, .marginal {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0em;
    margin-top: 0;
    margin-bottom: 23px;
  }
  .footerContent p, .mainContent .rezept ul li,
  .mainContent .rezept ol li, .mainContent .rezept p, .headerContent p, h5, .h5, .caption {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.015em;
    margin-top: 0;
    margin-bottom: 21px;
  }
  .mainContent .bild-wrapper .bildunterschrift, h6, .h6, .mini {
    font-family: "Bigler", "Arial", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.015em;
    margin-top: 0;
    margin-bottom: 18px;
  }
}
ul, .ul {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1px) {
  ul, .ul {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 641px) {
  ul, .ul {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
ul li, .ul li {
  position: relative;
  margin-left: 2em;
  padding-left: 0.75em;
}
@media (max-width: 1px) {
  ul li, .ul li {
    margin-left: 1.25em;
  }
}
ul li::before, .ul li::before {
  content: "﹣"; /*em-dash*/
  display: inline-block;
  position: absolute;
  left: -2em;
  min-width: 2em;
  text-align: right;
}
@media (max-width: 1px) {
  ul li::before, .ul li::before {
    left: -1.25em;
    min-width: 1.25em;
  }
}
ul li *:first-child, .ul li *:first-child {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

ol, .ol {
  list-style-type: none;
  padding: 0;
  counter-reset: li;
}
@media (min-width: 1px) {
  ol, .ol {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 641px) {
  ol, .ol {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
ol li, .ol li {
  position: relative;
  margin-left: 2em;
  padding-left: 0.75em;
}
@media (max-width: 1px) {
  ol li, .ol li {
    margin-left: 1.25em;
  }
}
ol li::before, .ol li::before {
  counter-increment: li;
  content: counter(li);
  display: inline-block;
  position: absolute;
  left: -2em;
  min-width: 2em;
  text-align: right;
}
@media (max-width: 1px) {
  ol li::before, .ol li::before {
    left: -1.25em;
    min-width: 1.25em;
  }
}
ol li *:first-child, .ol li *:first-child {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

@media (min-width: 1px) {
  h1, .h1 {
    margin-bottom: 44px;
  }
}
@media (min-width: 641px) {
  h1, .h1 {
    margin-bottom: 52px;
  }
}

.typo-no-margin-bottom h1,
.typo-no-margin-bottom .h1,
.typo-no-margin-bottom h2,
.typo-no-margin-bottom .h2,
.typo-no-margin-bottom h3,
.typo-no-margin-bottom .h3,
.typo-no-margin-bottom p,
.typo-no-margin-bottom .p,
.typo-no-margin-bottom .marginal,
.typo-no-margin-bottom .caption,
.typo-no-margin-bottom .mini {
  margin-bottom: 0;
}

.italic {
  font-style: italic;
  letter-spacing: 0.0125em;
}

.bold {
  font-weight: bold;
}

.uppercase-200, .uppercase-150, .uppercase-100, .uppercase-50, .uppercase-15, .uppercase {
  text-transform: uppercase;
  font-variant-numeric: lining-nums tabular-nums;
}

.uppercase-15 {
  letter-spacing: 0.015em;
}

.uppercase-50 {
  letter-spacing: 0.05em;
}

.uppercase-100 {
  letter-spacing: 0.1em;
}

.uppercase-150 {
  letter-spacing: 0.15em;
}

.uppercase-200 {
  letter-spacing: 0.2em;
}

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

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

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

ol li::before, .ol li::before, .numbers {
  letter-spacing: 0.015em;
  font-variant-numeric: lining-nums tabular-nums;
}

.text-nowrap {
  white-space: nowrap;
}

.commalist-item:after {
  content: ", ";
}
.commalist-item:last-child:after {
  content: "";
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #efe9df;
  height: 100%;
  min-height: 100%;
}
html p,
body p {
  text-underline-offset: 2px;
}
html a,
body a {
  text-decoration-thickness: 1px;
}

img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse !important;
}

body,
#bodyTable,
#bodyCell {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

#bodyCell {
  padding: 20px;
  padding-bottom: 40px;
}
@media (min-width: 641px) {
  #bodyCell {
    padding-top: 30px !important;
    padding-right: 60px !important;
    padding-left: 60px !important;
    padding-bottom: 60px !important;
  }
}

#templateContainer {
  width: 100%;
  max-width: 768px !important;
}

.headerContent p {
  margin: 0 !important;
  text-align: right;
}
.headerContent h2 {
  margin: 0 !important;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 44px;
  text-underline-offset: 3px;
}
.headerContent h2 a {
  text-decoration-thickness: 2px;
}
@media (min-width: 641px) {
  .headerContent h2 {
    padding-top: 26px !important;
    padding-bottom: 52px !important;
  }
}

.mainContent .text,
.mainContent .rezept,
.mainContent .bild-wrapper {
  padding-bottom: 44px;
}
@media (min-width: 641px) {
  .mainContent .text,
  .mainContent .rezept,
  .mainContent .bild-wrapper {
    padding-bottom: 52px !important;
  }
}
.mainContent .text:last-child,
.mainContent .rezept:last-child,
.mainContent .bild-wrapper:last-child {
  padding-bottom: 66px;
}
@media (min-width: 641px) {
  .mainContent .text:last-child,
  .mainContent .rezept:last-child,
  .mainContent .bild-wrapper:last-child {
    padding-bottom: 78px !important;
  }
}
.mainContent .text p:last-child,
.mainContent .rezept p:last-child,
.mainContent .bild-wrapper p:last-child {
  margin-bottom: 0 !important;
}
.mainContent .text p,
.mainContent .rezept p,
.mainContent .bild-wrapper p {
  text-underline-offset: 2px;
}
.mainContent .text a,
.mainContent .rezept a,
.mainContent .bild-wrapper a {
  text-decoration-thickness: 1px;
}
.mainContent .text {
  padding-bottom: 44px;
}
@media (min-width: 641px) {
  .mainContent .text {
    padding-bottom: 52px !important;
  }
}
.mainContent .text h3 {
  margin-bottom: 11px;
  padding-bottom: 0;
}
@media (min-width: 641px) {
  .mainContent .text h3 {
    margin-bottom: 13px !important;
  }
}
.mainContent .rezept ul li,
.mainContent .rezept ol li {
  margin-bottom: 0;
}
.mainContent .bild-wrapper.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.mainContent .bild-wrapper.right {
  margin-left: auto;
}
.mainContent .bild-wrapper.w50 {
  width: 100%;
}
@media (min-width: 641px) {
  .mainContent .bild-wrapper.w50 {
    width: 50% !important;
  }
}
.mainContent .bild-wrapper.w75 {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 641px) {
  .mainContent .bild-wrapper.w75 {
    width: 75%;
    max-width: 100%;
  }
}
.mainContent .bild-wrapper.w100 {
  width: 100%;
}
.mainContent .bild-wrapper .bildunterschrift {
  margin: 0 !important;
  padding-top: 10px;
}
.mainContent .bild-wrapper .bildunterschrift a:link {
  color: #000000;
  text-decoration: none;
}
.mainContent .bild-wrapper .bildunterschrift a:visited {
  color: #000000;
  text-decoration: none;
}
.mainContent .bild-wrapper .bildunterschrift a:hover {
  color: #000000;
  text-decoration: underline;
}
.mainContent .bild-wrapper .bildunterschrift a:focus {
  color: #000000;
  text-decoration: underline;
}
.mainContent .bild-wrapper .bildunterschrift a:active {
  color: #000000;
  text-decoration: underline;
}
.mainContent .bild-wrapper .bildunterschrift a:visited:hover {
  color: #000000;
  text-decoration: underline;
}
.mainContent .bild-wrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.footerContent {
  padding-top: 18px;
  border-top: 1px solid #404040;
}
@media (min-width: 641px) {
  .footerContent {
    padding-top: 21px !important;
  }
}
.footerContent p {
  margin-bottom: 0.5em !important;
}
@media (min-width: 641px) {
  .footerContent p {
    margin-bottom: 0.5em !important;
  }
}
.footerContent p.infos-abbestellen {
  margin-top: 18px !important;
}
@media (min-width: 641px) {
  .footerContent p.infos-abbestellen {
    margin-top: 21px !important;
  }
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus {
  color: #000000;
  text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: none;
}

a:visited:hover {
  color: #000000;
  text-decoration: none;
}