::-moz-selection { background-color: #F76B3A; color: #fff; }
::selection { background-color: #F76B3A; color: #fff; }
::-moz-selection { background-color: #F76B3A; color: #fff; }
body {
    background-color:#343434;
}
p.ohneabstand {
    margin-bottom: 0 !important;
}
figure ~ div.wysiwyg, figure ~ figure {
  margin-top:1rem;
}
#logo {
    min-width:160px;
    box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.44);
    -webkit-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 5px 4px 5px 0px rgba(0,0,0,0.44);
}
#logo_zusatz {
    text-shadow: 2px 2px 6px #000;
    letter-spacing: 0.15em;
}
#lp {
    width:72px;
    transform: rotate(10deg);
}
.nofocus:focus-visible {
    outline: none;
}
.hypho { 
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    hyphenate-limit-lines: 3;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 3;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 3;
}
#hauptmenu li.main span::before, h1::before {
  background-image: url('/img/caret-right-white.svg');
  background-size:11px 11px; background-position-x:1px; background-position-y: 1px; background-repeat: no-repeat; display:inline-block; content:"";
  width:16px; height:13px; border-right:3px solid white;
}
h1::before {
  background-size:13px 13px; width:22px; height:15px; border-right:8px solid white;
}
table {
  width:100%;
  empty-cells: show;
}
@media only screen and (max-width: 639px) {
    table#produkte {
      margin-top:1rem;
    }
    table#produkte col {
      width:100% !important;
    }
    #produkte tbody tr {
        padding-top:2.5rem; clear:left;
    }
    #produkte tbody tr td:first-child img{
        padding-top:2.5rem; clear:left;
    }
    #produkte tbody tr:first-child td:first-child img{
        padding-top:0;
    }
    #produkte tbody tr {
        padding-top:42px;
    }
    #produkte tbody tr:first-child {
        margin-top:0;
    }
    #produkte tbody tr:last-child {
        margin-bottom:24px;
    }
    #produkte tbody td {
        border:0; padding-bottom:0;
        display:block; width:100% !important;
    }
    .warenkorb-steuerung {
      float:left !important;
    }
}
@media only screen and (max-width: 767px) {
  #brotkruemel {
    z-index:200; position:absolute; bottom:-24px; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; max-width:96%;
  }
  #subheader #brotkruemel a {
    border-color: #F76B3A;
  }
  #subheader #brotkruemel a:hover {
    border-color: #FECF5F;
  }

  #hauptmenu {
    left:0; right:0; z-index:100; overflow:auto;
  }
}
@media only screen and (min-width: 768px) {
    #hauptmenu {
        display:block !important;
    }
}
/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x:  ; --tw-pan-y:  ; --tw-pinch-zoom:  ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position:  ; --tw-gradient-via-position:  ; --tw-gradient-to-position:  ; --tw-ordinal:  ; --tw-slashed-zero:  ; --tw-numeric-figure:  ; --tw-numeric-spacing:  ; --tw-numeric-fraction:  ; --tw-ring-inset:  ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur:  ; --tw-brightness:  ; --tw-contrast:  ; --tw-grayscale:  ; --tw-hue-rotate:  ; --tw-invert:  ; --tw-saturate:  ; --tw-sepia:  ; --tw-drop-shadow:  ; --tw-backdrop-blur:  ; --tw-backdrop-brightness:  ; --tw-backdrop-contrast:  ; --tw-backdrop-grayscale:  ; --tw-backdrop-hue-rotate:  ; --tw-backdrop-invert:  ; --tw-backdrop-opacity:  ; --tw-backdrop-saturate:  ; --tw-backdrop-sepia:  ; }
::backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x:  ; --tw-pan-y:  ; --tw-pinch-zoom:  ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position:  ; --tw-gradient-via-position:  ; --tw-gradient-to-position:  ; --tw-ordinal:  ; --tw-slashed-zero:  ; --tw-numeric-figure:  ; --tw-numeric-spacing:  ; --tw-numeric-fraction:  ; --tw-ring-inset:  ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur:  ; --tw-brightness:  ; --tw-contrast:  ; --tw-grayscale:  ; --tw-hue-rotate:  ; --tw-invert:  ; --tw-saturate:  ; --tw-sepia:  ; --tw-drop-shadow:  ; --tw-backdrop-blur:  ; --tw-backdrop-brightness:  ; --tw-backdrop-contrast:  ; --tw-backdrop-grayscale:  ; --tw-backdrop-hue-rotate:  ; --tw-backdrop-invert:  ; --tw-backdrop-opacity:  ; --tw-backdrop-saturate:  ; --tw-backdrop-sepia:  ; }
.container { width: 100%; }
@media (min-width: 300px) {
 .container { max-width: 300px; } }
@media (min-width: 400px) {
 .container { max-width: 400px; } }
@media (min-width: 640px) {
 .container { max-width: 640px; } }
@media (min-width: 768px) {
 .container { max-width: 768px; } }
@media (min-width: 1024px) {
 .container { max-width: 1024px; } }
body { display: flex; min-height: 100vh; flex-direction: column; font-size: 0.875rem; line-height: 1.25rem; }
a { --tw-text-opacity: 1; color: rgb(169 0 0 / var(--tw-text-opacity)); }
a:hover { --tw-text-opacity: 1; color: rgb(252 121 1 / var(--tw-text-opacity)); }
main section a { border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgb(169 0 0 / var(--tw-border-opacity)); }
main section a:hover { --tw-border-opacity: 1; border-color: rgb(252 121 1 / var(--tw-border-opacity)); }
p { margin-bottom: 1rem; font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(51 51 51 / var(--tw-text-opacity)); }
main section ul { margin-top: 0px; margin-bottom: 1rem; list-style-type: disc; padding-left: 1rem; }
main section li { margin: 0px; font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(51 51 51 / var(--tw-text-opacity)); }
.content { width: 100%; }
@media (min-width: 300px) {
 .content { max-width: 300px; } }
@media (min-width: 400px) {
 .content { max-width: 400px; } }
@media (min-width: 640px) {
 .content { max-width: 640px; } }
@media (min-width: 768px) {
 .content { max-width: 768px; } }
@media (min-width: 1024px) {
 .content { max-width: 1024px; } }
.content { position: relative; margin-left: auto; margin-right: auto; --tw-bg-opacity: 1; background-color: rgb(247 107 58 / var(--tw-bg-opacity)); }
header { padding-left: 0.5rem; padding-right: 0.5rem; }
@media (min-width: 640px) {
 header { padding-left: 0.75rem; padding-right: 0.75rem; } }
@media (min-width: 768px) {
 header { padding-left: 1rem; padding-right: 1rem; } }
@media (min-width: 1024px) {
 header { padding-left: 1.25rem; padding-right: 1.25rem; } }
header { flex-direction: row; align-items: center; justify-content: space-between; padding-top: 1.5rem; padding-bottom: 2rem; }
@media (min-width: 400px) {
 header { display: flex; } }
#logo_div { margin-right: 0.5rem; display: flex; flex-direction: row; align-items: center; }
@media (min-width: 768px) {
 #logo_div { margin-right: 0px; } }
#logo { margin-left: -0.25rem; margin-right: 0.5rem; width: 240px; padding-top: 0.75rem; padding-bottom: 0.75rem; padding-left: 1rem; padding-right: 1rem; }
@media (min-width: 768px) {
 #logo { margin-right: 1.5rem; } }
#logo_zusatz { display: none; font-family: Verdana, sans-serif; font-size: 1.5rem; line-height: 2rem; font-weight: 900; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
@media (min-width: 768px) {
 #logo_zusatz { display: inline-flex; } }
#lp { margin-left: 1rem; display: none; }
@media (min-width: 1024px) {
 #lp { display: inline-flex; } }
#suche { margin-top: 1.25rem; display: inline-block; }
@media (min-width: 400px) {
 #suche { margin-top: 0px; } }
#suche label { margin-right: 0.25rem; display: inline-block; }
@media (min-width: 640px) {
 #suche label { display: block; } }
#suche a:hover { --tw-text-opacity: 1; color: rgb(169 0 0 / var(--tw-text-opacity)); text-decoration-line: underline; }
#suchbegriff { margin-bottom: 0.25rem; width: auto; padding-left: 0.25rem; font-size: 0.875rem; line-height: 1.25rem; outline: 2px solid transparent; outline-offset: 2px; }
@media (min-width: 400px) {
 #suchbegriff { width: 150px; } }
#suchbutton { float: right; margin-left: 1px; display: inline-block; height: 20px; width: 25px; cursor: pointer; background-image: url('/img/button_quick_find.gif'); background-repeat: no-repeat; padding-left: 0.25rem; }
#erweiterte_suche_link { display: none; }
@media (min-width: 640px) {
 #erweiterte_suche_link { display: block; } }
footer { padding-left: 0.5rem; padding-right: 0.5rem; }
@media (min-width: 640px) {
 footer { padding-left: 0.75rem; padding-right: 0.75rem; } }
@media (min-width: 768px) {
 footer { padding-left: 1rem; padding-right: 1rem; } }
@media (min-width: 1024px) {
 footer { padding-left: 1.25rem; padding-right: 1.25rem; } }
footer { --tw-bg-opacity: 1; background-color: rgb(247 107 58 / var(--tw-bg-opacity)); padding-top: 0.5rem; padding-bottom: 0.5rem; text-align: center; --tw-text-opacity: 1; color: rgb(51 51 51 / var(--tw-text-opacity)); }
#suchresultat h2 { margin-top: 0px; }
#suchresultat li { margin-bottom: 1rem; max-width: 700px; }
.hit { border-bottom-width: 1px; border-style: dotted; --tw-border-opacity: 1; border-color: rgb(254 207 95 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(247 107 58 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
.lnk-hit { --tw-bg-opacity: 1; background-color: rgb(239 239 239 / var(--tw-bg-opacity)); font-weight: 700; }
#subheader { padding-left: 0.5rem; padding-right: 0.5rem; }
@media (min-width: 640px) {
 #subheader { padding-left: 0.75rem; padding-right: 0.75rem; } }
@media (min-width: 768px) {
 #subheader { padding-left: 1rem; padding-right: 1rem; } }
@media (min-width: 1024px) {
 #subheader { padding-left: 1.25rem; padding-right: 1.25rem; } }
#subheader { position: relative; margin-bottom: 1.75rem; display: flex; align-items: center; justify-content: space-between; --tw-bg-opacity: 1; background-color: rgb(169 0 0 / var(--tw-bg-opacity)); padding-top: 0.25rem; padding-bottom: 0.25rem; --tw-text-opacity: 1; color: rgb(254 207 95 / var(--tw-text-opacity)); }
@media (min-width: 768px) {
 #subheader { margin-bottom: 0px; padding-top: 0.5rem; padding-bottom: 0.5rem; } }
#subheader a { border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgb(169 0 0 / var(--tw-border-opacity)); --tw-text-opacity: 1; color: rgb(254 207 95 / var(--tw-text-opacity)); }
#subheader a:hover { --tw-border-opacity: 1; border-color: rgb(254 207 95 / var(--tw-border-opacity)); }
#hamburger { margin-left: -0.25rem; margin-right: 1rem; align-items: center; }
@media (min-width: 768px) {
 #hamburger { display: none; } }
#hamburger svg { height: 2rem; width: 2rem; --tw-text-opacity: 1; color: rgb(254 207 95 / var(--tw-text-opacity)); }
#hamburger svg:hover { --tw-text-opacity: 1; color: rgb(252 121 1 / var(--tw-text-opacity)); }
#brotkruemel { display: inline-block; }
#hauptmenu { position: absolute; display: none; --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); padding-left: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.75rem; }
@media (min-width: 640px) {
 #hauptmenu { padding-left: 0.75rem; padding-right: 0.75rem; } }
@media (min-width: 768px) {
 #hauptmenu { position: relative; left: auto; display: block; width: 33.333333%; padding-left: 0px; padding-right: 0px; padding-top: 0px; } }
@media (min-width: 1024px) {
 #hauptmenu { width: 25%; } }
#hauptmenu li li { margin-top: 2px; }
#hauptmenu li.main { padding-bottom: 0.75rem; }
#hauptmenu li.main span, h1 { font-size: 1rem; line-height: 1.5rem; font-weight: 700; }
h1 { margin-bottom: 0.75rem; font-size: 1.25rem; line-height: 1.75rem; }
#hauptmenu li.main span::before, h1::before { --tw-bg-opacity: 1; background-color: rgb(169 0 0 / var(--tw-bg-opacity)); }
#hauptmenu li.main li li { padding-left: 1rem; font-size: 0.875rem; font-weight: 400; line-height: 1.5rem; }
#hauptmenu li.main li.open > a { --tw-border-opacity: 1; border-color: rgb(169 0 0 / var(--tw-border-opacity)); padding-left: 0.75rem; }
#hauptmenu li.main li.open li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); padding-left: 0.5rem; }
#hauptmenu li.main li a { margin-right: 1.25rem; display: block; border-left-width: 4px; --tw-border-opacity: 1; border-color: rgb(239 239 239 / var(--tw-border-opacity)); padding-left: 0.75rem; font-size: 0.875rem; font-weight: 400; line-height: 1.5rem; }
#hauptmenu li.main li a:hover { --tw-border-opacity: 1; border-color: rgb(169 0 0 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(169 0 0 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
#hauptmenu li.main li.current a, #hauptmenu li.main li.open li.current a { --tw-border-opacity: 1; border-color: rgb(169 0 0 / var(--tw-border-opacity)); }
main { padding-left: 0.5rem; padding-right: 0.5rem; }
@media (min-width: 640px) {
 main { padding-left: 0.75rem; padding-right: 0.75rem; } }
@media (min-width: 768px) {
 main { padding-left: 1rem; padding-right: 1rem; } }
@media (min-width: 1024px) {
 main { padding-left: 1.25rem; padding-right: 1.25rem; } }
main { position: relative; display: flex; flex: 1 1 0%; --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); padding-top: 1rem; }
main p.lauftext, main section p { width: 100%; }
@media (min-width: 1024px) {
 main p.lauftext, main section p { width: 80%; } }
main section { width: 100%; padding-bottom: 5rem; }
@media (min-width: 768px) {
 main section { width: 66.666667%; } }
@media (min-width: 1024px) {
 main section { width: 75%; } }
h2 { margin-bottom: 0.5rem; margin-top: 2rem; font-size: 1.125rem; line-height: 1.75rem; font-weight: 700; }
figcaption { display: none; }
#produkte { margin-top: 2rem; width: 100%; }
#produkte td { border-top-width: 1px; --tw-border-opacity: 1; border-color: rgb(51 51 51 / var(--tw-border-opacity)); padding-top: 1rem; padding-bottom: 1rem; vertical-align: top; font-size: 0.9375rem; line-height: 1.25rem; }
#produkte .zwl td { border-top-width: 0px; padding-top: 0.75rem; padding-bottom: 0px; }
@media (min-width: 640px) {
 #produkte td:first-of-type { width: 180px; } }
@media (min-width: 768px) {
 #produkte td:first-of-type { width: 140px; } }
@media (min-width: 1024px) {
 #produkte td:first-of-type { width: 180px; } }
#produkte td:last-of-type { width: 160px; }
#produkte h2 { margin-top: 0px; font-size: 1rem; line-height: 1.375rem; }
#produkte a { --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); text-decoration-line: none; }
#produkte a:hover { --tw-border-opacity: 1; border-color: rgb(252 121 1 / var(--tw-border-opacity)); }
#produkte a.button, #lieferadresse a.button, button.btn, a.button, button span#button-text { display: inline-block; cursor: pointer; border-radius: 0.375rem; border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgb(169 0 0 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(169 0 0 / var(--tw-bg-opacity)); padding-left: 21px; padding-right: 21px; padding-top: 6px; padding-bottom: 5px; text-align: center; font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(254 207 95 / var(--tw-text-opacity)); }
#produkte a.button:hover, #lieferadresse a.button:hover, button.btn:hover, a.button:hover, button span#button-text:hover { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
button span#button-text { --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
button span#button-text:hover { --tw-text-opacity: 1; color: rgb(153 153 153 / var(--tw-text-opacity)); }
#produkte td p { width: 100%; font-size: 0.9375rem; line-height: 1.25rem; }
#produkte td p.anr { margin-top: auto; margin-bottom: 0px; font-size: 0.75rem; line-height: 1rem; }
#produkte img.cover { padding-right: 1rem; }
.produkt-grid { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); row-gap: 1rem; }
@media (min-width: 640px) {
 .produkt-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 768px) {
 .produkt-grid { -moz-column-gap: 0.75rem; column-gap: 0.75rem; row-gap: 1.5rem; } }
.produkt-grid .cover-lg { width: 100%; padding-bottom: 2rem; }
@media (min-width: 640px) {
 .produkt-grid .cover-lg { width: 280px; } }
@media (min-width: 768px) {
 .produkt-grid .cover-lg { width: 220px; } }
@media (min-width: 1024px) {
 .produkt-grid .cover-lg { width: 320px; } }
.produkt-grid .beschrieb { font-size: 1rem; line-height: 1.5rem; --tw-text-opacity: 1; color: rgb(51 51 51 / var(--tw-text-opacity)); }
.produkt-grid p.anr { margin-bottom: 0px; font-size: 0.75rem; line-height: 1rem; }
.produkt-grid .warenkorb-link { --tw-border-opacity: 1 !important; border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important; }
.warenkorb-steuerung { float: right; margin-top: 1px; display: flex; border-width: 1px; --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); vertical-align: top; }
.warenkorb-steuerung a { border-bottom-width: 0px; }
.warenkorb-steuerung.oos { position: relative; --tw-border-opacity: 1; border-color: rgb(239 239 239 / var(--tw-border-opacity)); }
.warenkorb-steuerung.oos .oos_abdecker { position: absolute; top: 0px; right: 0px; left: 0px; bottom: 0px; z-index: 10; height: 100%; width: 100%; background-color: rgba(255, 255, 255, 0.7); }
.warenkorb-steuerung a, .warenkorb-steuerung input { display: inline-block; height: 36px; --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); }
.warenkorb-steuerung a.minus, .warenkorb-steuerung a.plus { width: 1.75rem; text-align: center; font-size: 1.125rem; line-height: 2rem; }
.warenkorb-steuerung a.minus:hover, .warenkorb-steuerung a.plus:hover { --tw-bg-opacity: 1; background-color: rgb(239 239 239 / var(--tw-bg-opacity)); }
.warenkorb-steuerung a.plus { line-height: 2.175rem; }
.warenkorb-steuerung input { width: 2.25rem; border-left-width: 1px; border-right-width: 1px; --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); text-align: center; outline: 2px solid transparent; outline-offset: 2px; }
.warenkorb-steuerung a.warenkorb-link { border-left-width: 1px; --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(102 102 102 / var(--tw-bg-opacity)); padding-left: 0.75rem; padding-right: 0.75rem; padding-top: 5px; }
.warenkorb-steuerung a.warenkorb-link:hover { --tw-border-opacity: 1 !important; border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important; --tw-bg-opacity: 1; background-color: rgb(169 0 0 / var(--tw-bg-opacity)); }
@media (min-width: 1024px) {
 .warenkorb-steuerung a.warenkorb-link { padding-left: 0.5rem; padding-right: 0.5rem; } }
.warenkorb-link img { height: 24px; width: 28.69px; }
.artikel_entfernen img { margin-bottom: 1px; margin-left: 2px; height: 26px; }
.warenkorb-steuerung a.artikel_entfernen { display: flex; width: 46px; align-items: center; justify-content: center; border-left-width: 1px; --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(102 102 102 / var(--tw-bg-opacity)); }
.warenkorb-steuerung a.artikel_entfernen:hover { --tw-border-opacity: 1 !important; border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important; --tw-bg-opacity: 1; background-color: rgb(169 0 0 / var(--tw-bg-opacity)); }
#produkte .warenkorb-total td { text-align: right; font-size: 1rem; line-height: 1.5rem; font-weight: 700; }
#produkte .warenkorb-total td div { margin-top: 0.25rem; font-weight: 400; }
h2.wk { display: inline-block; }
.error { --tw-text-opacity: 1; color: rgb(169 0 0 / var(--tw-text-opacity)); }
.errorlabel { border-width: 1px; --tw-border-opacity: 1; border-color: rgb(169 0 0 / var(--tw-border-opacity)); padding: 0.375rem; }
.liefererror { display: inline-block; width: auto; --tw-bg-opacity: 1; background-color: rgb(169 0 0 / var(--tw-bg-opacity)); padding-left: 1rem; padding-right: 1rem; padding-top: 0.25rem; padding-bottom: 0.25rem; --tw-text-opacity: 1; color: rgb(254 207 95 / var(--tw-text-opacity)); }
.success { --tw-text-opacity: 1; color: rgb(0 128 0 / var(--tw-text-opacity)); }
#cart-link span { margin-left: 0.25rem; display: inline-block; }
#cart-link span::before { --tw-content: '('; content: var(--tw-content); }
#cart-link span::after { --tw-content: ')'; content: var(--tw-content); }
ol#cartcrumb { margin-top: 1.5rem; list-style-position: inside; list-style-type: decimal; }
#cartcrumb li { float: left; margin: 0px; margin-right: 1rem; width: auto; font-weight: 700; --tw-text-opacity: 1; color: rgb(153 153 153 / var(--tw-text-opacity)); }
#cartcrumb a { --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); }
#cartcrumb a:hover { --tw-border-opacity: 1; border-color: rgb(252 121 1 / var(--tw-border-opacity)); }
ol#cartcrumb::after { clear: left; display: table; --tw-content: ""; content: var(--tw-content); }
#cartcrumb li.active { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); }
#login-form div { width: 100%; padding-bottom: 1rem; }
@media (min-width: 640px) {
 #login-form div { width: 300px; } }
#login-form label { display: block; width: 80px; }
#login-form.f label { display: block; width: 100%; }
#login-form input { width: 100%; border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgb(153 153 153 / var(--tw-border-opacity)); padding-left: 0.25rem; padding-right: 0.25rem; padding-top: 0.25rem; padding-bottom: 0.25rem; }
#login-form span.or { display: inline-block; padding-left: 0.75rem; padding-right: 0.75rem; }
#zurueck { margin-top: 0.5rem; display: inline-block; display: none; cursor: pointer; border-radius: 0.375rem; border-width: 1px; border-style: solid; --tw-bg-opacity: 1; background-color: rgb(169 0 0 / var(--tw-bg-opacity)); padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.25rem; padding-bottom: 0.25rem; font-weight: 700; letter-spacing: 0.025em; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); }
#zurueck:hover { --tw-text-opacity: 1; color: rgb(254 207 95 / var(--tw-text-opacity)); }
.formularzeile { display: grid; width: 100%; grid-template-columns: repeat(1, minmax(0, 1fr)); -moz-column-gap: 1rem; column-gap: 1rem; }
@media (min-width: 640px) {
 .formularzeile { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) {
 .formularzeile { width: 80%; }
 #kundenstammdaten .formularzeile { width: 90%; } }
.formularzeile p, #lieferadresse select, #kundenstammdaten select { font-size: 0.875rem; line-height: 1.25rem; }
.f, div.success { margin-top: 0.75rem; }
#lieferadresse textarea { height: 160px; width: 100%; }
@media (min-width: 1024px) {
 #lieferadresse textarea { width: 64%; } }
#lieferadresse #liefer_plz, #kundenstammdaten #plz { display: inline-block; width: 26%; }
#lieferadresse #liefer_ort, #kundenstammdaten #ort { display: inline-block; width: 72%; }
.f input, .f select, #lieferadresse select, .f textarea { margin-top: 0.25rem; margin-bottom: 0.75rem; display: block; border-width: 1px; --tw-border-opacity: 1; border-color: rgb(153 153 153 / var(--tw-border-opacity)); padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.25rem; padding-bottom: 0.25rem; outline: 2px solid transparent; outline-offset: 2px; }
.f input#bestellung_schicken { margin-left: 0px; display: inline-block; }
@media (min-width: 640px) {
 .f input#bestellung_schicken { margin-left: 1rem; } }
.f select, #lieferadresse select, #kundenstammdaten select { padding-left: 0.25rem; padding-right: 0.25rem; padding-top: 5px; padding-bottom: 5px; }
.f input[type="checkbox"] { margin-right: 0.25rem; display: inline-block; height: 1rem; width: 1rem; vertical-align: top; font-size: 0.875rem; line-height: 1.25rem; }
.f label { font-size: 0.75rem; line-height: 1rem; }
.f label[for="agb_akzeptiert"], .f label[for="andere_lieferadresse"], 
  .f label[for="selbstabholung"] { font-size: 1rem; line-height: 1.5rem; }
.f label[for="agb_akzeptiert"] input { float: left; margin-right: 0.75rem; }
.f label[for="andere_lieferadresse"] { margin-right: 1.5rem; padding-top: 1.5rem !important; }
.f label[for="selbstabholung"] { white-space: nowrap; padding-top: 1.5rem !important; }
.f input[type="text"], .f input[type="password"] { width: 41.666667%; }
.f .formularzeile input[type="text"], .f .formularzeile input[type="password"], .f .formularzeile select { width: 100%; }
.f .formularzeile .button { margin-top: 1.5rem; }
.f input.error, .f textarea.error, .f select.error { border-width: 1px; --tw-border-opacity: 1; border-color: rgb(169 0 0 / var(--tw-border-opacity)); }
#kontaktformular .titel, #kontaktformular .titel label, #kontaktformular .titel input,
  #kundenstammdaten .titel, #kundenstammdaten .titel label, #kundenstammdaten .titel input { visibility: hidden; display: none; }
#kontaktformular.f input[type="submit"] { margin-top: 0.25rem; margin-right: 3rem; display: inline-block; vertical-align: top; }
#bestellungen thead th, #bestellungen td { padding-top: 0.25rem; padding-bottom: 0.25rem; }
#bestellungen .bt { border-top-width: 1px; --tw-border-opacity: 1; border-color: rgb(153 153 153 / var(--tw-border-opacity)); }
#bestellungen .bestellposten { margin-bottom: 0.75rem; }
#top-arrow-div { width: 100%; }
@media (min-width: 300px) {
 #top-arrow-div { max-width: 300px; } }
@media (min-width: 400px) {
 #top-arrow-div { max-width: 400px; } }
@media (min-width: 640px) {
 #top-arrow-div { max-width: 640px; } }
@media (min-width: 768px) {
 #top-arrow-div { max-width: 768px; } }
@media (min-width: 1024px) {
 #top-arrow-div { max-width: 1024px; } }
#top-arrow-div { position: fixed; bottom: 4rem; margin-left: auto; margin-right: auto; text-align: right; }
@media (min-width: 300px) {
 #top-arrow-div { bottom: 2.5rem; } }
#top-arrow { margin-right: 0.5rem; height: 2.25rem; width: 2.25rem; align-items: center; justify-content: center; border-radius: 9999px; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); --tw-bg-opacity: 0.5; }
#top-arrow:hover { background-color: rgb(247 107 58 / var(--tw-bg-opacity)); --tw-bg-opacity: 0.7; --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }
@media (min-width: 768px) {
 #top-arrow { margin-right: 1rem; } }
#top-arrow img { display: inline-block; }
#top-arrow { display: inline-block; }
#top-arrow img { display: inline; }
.collapse { visibility: collapse; }
.float-right { float: right; }
.float-left { float: left; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-12 { margin-top: 3rem; margin-bottom: 3rem; }
.mb-0 { margin-bottom: 0px; }
.mb-20 { margin-bottom: 5rem; }
.mb-24 { margin-bottom: 6rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-36 { margin-bottom: 9rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.ml-48 { margin-left: 12rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-12 { margin-right: 3rem; }
.mt-0 { margin-top: 0px; }
.mt-10 { margin-top: 2.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-20 { margin-top: 5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-40 { margin-top: 10rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.table { display: table; }
.contents { display: contents; }
.hidden { display: none; }
.w-1\/2 { width: 50%; }
.w-full { width: 100%; }
.max-w-3xl { max-width: 48rem; }
.transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.flex-col { flex-direction: column; }
.border-none { border-style: none; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-80 { padding-top: 20rem; padding-bottom: 20rem; }
.pb-14 { padding-bottom: 3.5rem; }
.pb-40 { padding-bottom: 10rem; }
.pb-60 { padding-bottom: 15rem; }
.pb-8 { padding-bottom: 2rem; }
.pb-80 { padding-bottom: 20rem; }
.pt-4 { padding-top: 1rem; }
.pt-80 { padding-top: 20rem; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.align-top { vertical-align: top; }
.align-middle { vertical-align: middle; }
.text-xl { font-size: 1.125rem; line-height: 1.75rem; }
.leading-tight { line-height: 1.25; }
@media (min-width: 768px) {
 .md\:flex-row { flex-direction: row; } }
@media (min-width: 1024px) {
 .lg\:w-1\/2 { width: 50%; } }
