@charset "UTF-8";
.select-value {
  color: black;
}

#btnApplyRebateCode .dui-btn-text {
  color: #000;
}
#btnApplyRebateCode .btn-icon {
  color: #000;
}

button {
  color: #000;
}

.right-sidebar {
  height: calc(100dvh - 70px);
}

.modal:not([class*=-sheet]) {
  top: 5px;
}

.modal:not([class*=-sheet]) .modal-content {
  max-height: calc(100vh - 96px);
}

.modal-open .modal {
  max-height: calc(100dvh - 5px);
}

@media (max-width: 400px) {
  .modal-open .modal {
    height: calc(100dvh - 5px);
  }
  .modal-dialog {
    height: 100%;
  }
  .modal:not([class*=-sheet]) .modal-content {
    height: 100%;
  }
}
:root {
  --productdetail-image-height: 210px;
  --productentry-width: 200px;
  --productentry-height: 130px;
  --productentry-padding-top: 0px;
  --productentry-padding-right: 10px;
  --productentry-padding-bottom: 10px;
  --productentry-padding-left: 0px;
  --filter-active-color: #54ff54;
  --main-background-color: rgb(51, 153, 255);
  --tab-background-color: rgb(51, 153, 255, 0.25);
  --tab-text-color: #FFF;
}

a {
  -webkit-tap-highlight-color: transparent;
}

.ot-label-value-container .ot-label {
  font-weight: bold;
}
.ot-label-value-container .ot-value {
  margin-bottom: 5px;
  margin-left: 1em;
}

.categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}
.categories a {
  display: block;
  text-decoration: none !important;
}
.categories a:active {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.25);
}
.categories a.active {
  box-shadow: 0 0 4px 0 rgb(79, 115, 79);
}
.categories a.active .name {
  border-bottom: 4px solid rgb(70, 115, 179);
  background: rgb(70, 115, 179);
  color: rgb(255, 255, 255);
}
.categories .image {
  border: 1px solid rgb(205, 205, 205);
  width: 100%;
  display: flex;
  height: var(--productentry-height);
  overflow: hidden;
}
.categories .image img {
  margin: 0 auto;
  display: block;
  max-height: var(--productentry-height);
  max-width: calc(var(--productentry-width) - var(--productentry-padding-left) - var(--productentry-padding-right));
  object-fit: contain;
}
.categories .name {
  background: rgb(205, 205, 205);
  color: rgb(0, 0, 0);
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.categories .name span {
  margin: 0 5px;
}

.subCategoryEntry,
.productEntry {
  display: inline-block;
  vertical-align: top;
  padding-top: var(--productentry-padding-top);
  padding-right: var(--productentry-padding-right);
  padding-bottom: var(--productentry-padding-bottom);
  padding-left: var(--productentry-padding-left);
  width: var(--productentry-width);
}

#logo a:active {
  box-shadow: 0px 0px 5px 2px rgb(140, 195, 229);
}

#header {
  background: rgb(70, 115, 179);
  color: white;
  padding-top: 7px;
  width: 100%;
  height: 58px;
}
#header .breadcrumbs {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
  height: 40px;
  margin-left: 10px;
  font-size: 30px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 660px) !important;
}
#header .breadcrumbs:after {
  background-image: -webkit-linear-gradient(left, rgba(70, 115, 179, 0), rgb(70, 115, 179));
  background-image: linear-gradient(to right, rgba(70, 115, 179, 0), rgb(70, 115, 179));
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 40px;
  pointer-events: none;
}
#header .breadcrumbs a {
  line-height: 40px;
  color: rgb(245, 245, 245);
  transition: color ease 500ms;
  text-decoration: underline;
}
#header .breadcrumbs a:hover {
  text-decoration: none;
}
#header .breadcrumbs span:last-child {
  font-weight: bold;
}
#header #buttons {
  float: left;
  margin: -3px 10px 0 20px;
}
#header #buttons a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#header #buttons a img {
  border: 2px solid transparent;
  margin-top: -2px;
}
#header #buttons a.changed img {
  border: 2px solid rgb(99, 207, 56);
}
#header #buttons .ot-overlay {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(222, 222, 222);
  color: rgb(0, 0, 0);
  display: none;
  position: absolute;
  top: 70px;
  right: 10px;
  z-index: 50;
  border-radius: 5px;
}
#header #buttons .ot-overlay > div {
  position: relative;
  margin: 10px;
}
#header #buttons .overlay-close-button {
  position: absolute;
  top: -18px;
  right: -18px;
}
#header #buttons .overlay-close-button a {
  background-image: url("../images/close-icon.png");
  display: block;
  float: right;
  margin-bottom: 10px;
  width: 32px;
  height: 32px;
  background-size: 32px 64px;
  background-repeat: no-repeat;
}
#header #buttons .overlay-close-button a:hover {
  background-position: 0 -32px;
}
#header #buttons > div {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 5px;
}
#header #languageSelection {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 30px;
}
#header #languageSelection a {
  color: rgb(255, 255, 255);
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer;
}
#header #languageSelection a:hover {
  text-decoration: none;
}
#header #logo {
  float: left;
  margin-left: 10px;
}
#header #logo a {
  display: block;
  width: 200px;
  height: 50px;
}
#header #logo img {
  width: 200px;
  height: 50px;
  cursor: pointer;
}
#header .ot-overlay-button img {
  width: 55px;
  height: 55px;
  border-radius: 5px;
}
#header #info-overlay .overlay-close-button {
  top: -24px;
}

.overlay-close-button a:active {
  background-position: 0 -32px;
}

body {
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial !important;
  margin: 0 !important;
  font-size: 16px;
  background: #fff;
}

#search-overlay {
  width: 695px;
  height: 345px;
}

#filter-overlay {
  width: 97%;
}
#filter-overlay input[type=checkbox] {
  display: none;
}
#filter-overlay input[type=checkbox] + label {
  background-image: url("../images/checkmark_disabled.png");
  display: inline-block;
  padding: 0;
  padding-left: 25px;
  width: 100%;
  box-sizing: border-box;
  background-size: 20px 20px;
  background-position: 0px 4px;
  background-repeat: no-repeat;
  font-size: 14px;
  cursor: pointer;
}
#filter-overlay input[type=checkbox]:checked + label {
  background-image: url("../images/checkmark_enabled.png");
}
#filter-overlay .headline {
  font-size: 20px;
}
#filter-overlay .allergens {
  margin-right: 2%;
  width: 100%;
}
#filter-overlay .allergens table {
  display: inline-block;
}
#filter-overlay .allergens tr {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 160px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid rgb(227, 227, 227);
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(247, 247, 247));
}
#filter-overlay .allergens tr:hover {
  background: linear-gradient(to bottom, rgb(247, 247, 247), rgb(255, 255, 255));
}
#filter-overlay .allergens td {
  display: inline-block;
  width: 100%;
}
#filter-overlay .allergens .gwt-CheckBox {
  display: block;
}
#filter-overlay .diets tr {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 160px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid rgb(227, 227, 227);
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(247, 247, 247));
}
#filter-overlay .diets tr:hover {
  background: linear-gradient(to bottom, rgb(247, 247, 247), rgb(255, 255, 255));
}
#filter-overlay .diets td {
  display: inline-block;
  width: 100%;
}
#filter-overlay .diets .gwt-CheckBox {
  display: block;
}

.tabs-container {
  border: 1px solid rgb(226, 226, 226);
  width: 565px;
  margin-top: 10px;
  border-radius: 7px;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs li {
  background: rgb(205, 205, 205);
  border-bottom: 1px solid rgb(226, 226, 226) !important;
  float: left;
  width: 188px;
  height: 40px;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
}
.tabs li:active {
  background: rgb(225, 225, 225);
}
.tabs li:active a {
  color: rgb(0, 0, 0);
}
.tabs li a {
  color: rgb(0, 0, 0);
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.tabs li:first-child {
  border-top-left-radius: 5px;
}
.tabs li:last-child {
  float: right;
  border-top-right-radius: 5px;
}
.tabs li:nth-child(2) {
  width: 189px;
}
.tabs li.active {
  border-bottom: 1px solid rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}
.tabs li.active a {
  color: rgb(44, 44, 44);
}
.tabs span {
  display: inline-block;
  margin: 0 5px;
  line-height: 18px;
  vertical-align: middle;
}

.tab {
  background-color: rgb(255, 255, 255);
  display: none;
  padding-top: 10px;
  padding-bottom: 0;
  min-height: 240px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ot-pagination {
  position: relative;
  margin-top: -20px;
  margin-bottom: 45px;
}
.ot-pagination .prev {
  position: absolute;
  left: 0;
}
.ot-pagination .prev a {
  background-image: url("../images/pagination-prev.png");
}
.ot-pagination .next {
  position: absolute;
  right: 0;
}
.ot-pagination .next a {
  background-image: url("../images/pagination-next.png");
}
.ot-pagination > div {
  display: inline-block;
}
.ot-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px !important;
  background-repeat: no-repeat;
}

.plunumber {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

#page-home a {
  color: inherit;
  text-decoration: none;
}
#page-home h1 {
  margin-top: 100px;
  font-weight: normal;
  font-size: 32px;
}
#page-home h2 {
  margin-top: 30px;
  font-weight: normal;
}
#page-home .facts {
  margin-top: 200px;
}
#page-home #start-image {
  max-width: 100%;
  height: auto;
}

#page-start input {
  border: 1px solid #b3b3b3;
  padding: 0 5px;
  width: 60%;
  height: 30px;
  border-radius: 5px;
}
#page-start button {
  background-image: url("../images/search.png");
  color: transparent;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
#page-start ul.filterlist {
  padding: 0;
  max-width: 460px;
  list-style: none;
}
#page-start ul.filterlist a {
  color: inherit;
  text-decoration: none;
}
#page-start ul.filterlist li {
  float: left;
  width: 230px;
}
#page-start ul#auflistung {
  padding: 0;
  list-style: none;
}
#page-start ul#auflistung li {
  border: 1px solid #cdcdcd;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 145px;
  height: 145px;
}
#page-start ul#auflistung li .name {
  background: #cdcdcd;
  padding-top: 3px;
  width: 100%;
  height: 42px;
  text-align: center;
}
#page-start ul#auflistung li a {
  color: inherit;
  text-decoration: none;
}
#page-start ul#auflistung li .image img {
  display: block;
  width: 100%;
  height: 100%;
}
#page-start form {
  margin-bottom: 10px;
}

#page-details {
  clear: both;
  font-size: 14px;
}
#page-details .box {
  border: 1px solid black;
}
#page-details .box > div {
  margin: 5px;
}
#page-details .box table {
  width: 100%;
}
#page-details .box td {
  text-align: center;
}
#page-details ul#auflistung {
  padding: 0;
  list-style: none;
}
#page-details ul#auflistung li {
  border: 1px solid #9a9a9a;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 110px;
  height: 95px;
}
#page-details ul#auflistung li .name {
  border-top: 1px solid #9a9a9a;
  background: #eeeeee;
  padding-top: 3px;
  width: 100%;
  height: 21px;
  text-align: center;
}
#page-details ul#auflistung li a {
  color: inherit;
  text-decoration: none;
}
#page-details ul#auflistung li .image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70px;
}
#page-details #referenzwert_container {
  padding: 5px;
}
#page-details .right-side {
  width: 100%;
}
#page-details .details-view.left-side {
  display: block;
  width: 565px;
}
#page-details .details-view + .right-side {
  margin-left: 10px;
}

.statusPopupPanelContainer {
  position: fixed !important;
  top: 0px;
  width: 100%;
}

.statusPopupPanel {
  background-color: #ff3535;
  margin: 0 auto;
  padding: 0 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.statusPopupPanelText {
  font-weight: bold;
  font-color: #333;
}

div#languageSelection a.active {
  font-weight: bold;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.allowtextselection {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.allowtextselection > * {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: normal;
}

h2 {
  margin-top: 15px;
  font-size: 30px;
  font-weight: normal;
}

img {
  border: none;
}

.left {
  float: left;
}

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

.right {
  float: right;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.marginTop50 {
  margin-top: 50px;
}

.marginLeft10 {
  margin-left: 10px;
}

.width50 {
  width: 50%;
}

.width260px {
  width: 260px;
}

.height10 {
  height: 10px;
}

.fontSize10 {
  font-size: 10px !important;
}

.fontSize12 {
  font-size: 12px !important;
}

.fontSize14 {
  font-size: 14px !important;
}

.no-logo #logo img {
  display: none;
}
.no-logo #header .breadcrumbs {
  width: calc(100% - 460px) !important;
}

#home-button-wrapper {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  float: left;
  margin-top: -2px;
}

#home-button img {
  width: 55px;
  height: 55px;
  border-radius: 5px;
}

.clear-icon {
  position: relative;
}
.clear-icon span {
  position: absolute;
  display: block;
  top: 2px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url("../images/close-icon.png");
  background-size: 16px 32px;
  opacity: 0.5;
  cursor: pointer;
}
.clear-icon input {
  padding-right: 16px;
}

#info-overlay {
  width: 695px;
}

#standpunkte-logo {
  float: right;
  width: 100px;
  height: auto;
}

.main-content {
  padding: 0 20px;
}

.left-side {
  float: left;
  width: 50%;
}

.right-side {
  float: left;
  width: 50%;
}

#footer {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
#footer img {
  height: 50px;
}

#categoryList .entry:not(:first-child) {
  margin-top: 2em;
}
#categoryList h2 {
  margin: 0 0 10px;
  font-size: 30px;
}

.productDetailImage {
  margin-right: 10px;
  height: var(--productdetail-image-height);
  text-align: center;
}
.productDetailImage img {
  max-width: 100%;
  max-height: var(--productdetail-image-height);
}

.productText {
  font-size: 16px;
}

.intro-text {
  display: block;
  margin: 20px 0;
  min-height: 26px;
  font-size: 20px;
}

.categories.nameToTheRightOfTheImage a {
  border-radius: 0;
  box-shadow: none;
}
.categories.nameToTheRightOfTheImage a:after {
  content: "";
  display: table;
  clear: both;
}
.categories.nameToTheRightOfTheImage a.active {
  border-radius: 0;
  box-shadow: none;
}
.categories.nameToTheRightOfTheImage .image {
  float: left;
  margin-right: 2px;
  border: none;
}
.categories.nameToTheRightOfTheImage .name {
  float: left;
  line-height: 50px;
  border-radius: 0;
}
.categories.nameToTheRightOfTheImage .name:after {
  width: 40%;
  height: 50px;
  background-image: none !important;
}

#productId {
  display: none;
}

.zutaten-allergene {
  font-size: 16px;
}

.produktinformationen {
  font-size: 16px;
}

.tabs-0 .tabs li {
  width: 100%;
}

.tabs-1 .tabs li {
  width: 100%;
}

.tabs-2 .tabs li {
  width: 50%;
}

.tabs-3 .tabs li {
  width: 187px;
}
.tabs-3 .tabs li:nth-child(2) {
  width: 189px;
}

.tabs-4 .tabs li {
  width: 141px;
  font-size: 14px;
}
.tabs-4 .tabs li:nth-child(3) {
  width: 142px;
}

#certificatesImageList {
  float: right;
  width: 100px;
  height: 200px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 90px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#certificatesImageList img {
  width: 100px;
}

.htabs-panel {
  clear: both;
}

#certificatesInfoList {
  margin-bottom: 20px;
}

#loadingIndicator {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

#loadingIndicator.hidden {
  display: none;
}

#productDetails .modal-dialog .modal-header {
  padding-top: 4px;
  padding-bottom: 0px;
}
#productDetails .modal-dialog .modal-header .modal-title {
  font-size: 20px;
}
#productDetails .modal .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 4px;
}
#productDetails .modal-footer {
  padding: 5px;
}
#productDetails .nav-tabs + .tab-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal.bottom-sheet {
  width: 100%;
}

.card .body .allergens-panel .grid-col,
.card .body .diets-panel .grid-col {
  margin-bottom: 0px;
}
.card .body .allergens-panel .field-group.lined.d-checkbox .field-cntr,
.card .body .diets-panel .field-group.lined.d-checkbox .field-cntr {
  padding-top: 2px;
  padding-bottom: 2px;
}

.no-diets #filter-overlay {
  width: 500px;
}
.no-diets #filter-overlay .allergens {
  float: none;
  width: 100%;
}
.no-diets #filter-overlay .diets {
  display: none;
}

.smallWindow .left-side {
  margin-bottom: 30px;
  width: 100% !important;
}
.smallWindow .right-side {
  float: none;
  width: 100% !important;
}

.start-page .right-side {
  width: 100% !important;
}

.infotext {
  font-size: 18px;
}

#version_hidden {
  display: none;
}

#version {
  text-align: right;
  font-size: smaller;
}

.disclaimerText {
  clear: both;
  padding-top: 0.8em;
  font-size: 0.7em;
}

@media (max-height: 625px) {
  .disclaimerText {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .productDetailImage {
    max-height: 150px;
  }
  .productDetailImage img {
    max-height: 150px;
  }
}
/* On Screen Keyboard */
.on-screen-keyboard .keyboardbutton {
  width: 2em;
}

.breadcrumb-seperator {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.breadcrumb-home.breadcrumb-has-child {
  text-decoration: underline;
  font-weight: bold;
}

#filterButton.active a i {
  color: var(--filter-active-color);
}

#languageSelectorButton {
  font-size: 23px;
  padding-top: 3px;
}

.navbar-brand {
  line-height: 27px;
}

#homeIcon {
  float: left;
}

.theme-indigo .navbar {
  background-color: var(--main-background-color);
}

.nav-tabs.col-blue > li > a {
  background-color: var(--tab-background-color);
  color: var(--tab-text-color);
}

.nav-tabs.col-blue > li > a:before {
  border-bottom: 2px solid var(--main-background-color);
}

.diets-panel .d-checkbox:not(.checked) .field-label:before,
.allergens-panel .d-checkbox:not(.checked) .field-label:before {
  border: unset;
  content: "❌";
  font-size: small;
}
.diets-panel .d-checkbox:not(.checked) .field-label,
.allergens-panel .d-checkbox:not(.checked) .field-label {
  text-decoration: line-through;
}
.diets-panel .d-checkbox.checked .field-label:before,
.allergens-panel .d-checkbox.checked .field-label:before {
  border-right: 3px solid var(--main-background-color);
  border-bottom: 3px solid var(--main-background-color);
}

@media (max-width: 1024px) {
  .categories {
    justify-content: center;
  }
  .categories .name {
    height: 36px;
    line-height: 16px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  :root {
    --productentry-width: 150px;
    --productentry-height: 90px;
    --productentry-padding-top: 0px;
    --productentry-padding-right: 5px;
    --productentry-padding-bottom: 5px;
  }
  .breadcrumbs {
    max-width: calc(100vw - 70px - 185px);
    text-overflow: ellipsis;
  }
  .categories {
    justify-content: center;
  }
  .categories .name {
    height: 36px;
    line-height: 16px;
    font-size: 12px;
  }
}
@media (max-width: 530px) {
  .productDetailImage {
    width: 300px;
  }
  #certificatesImageList {
    width: 80px;
  }
  #certificatesImageList img {
    width: 80px;
  }
}
@media (max-width: 425px) {
  :root {
    --productentry-width: 150px;
    --productentry-height: 90px;
    --productentry-padding-top: 0px;
    --productentry-padding-right: 5px;
    --productentry-padding-bottom: 5px;
  }
  .categories {
    justify-content: center;
  }
  .categories .name {
    height: 36px;
    line-height: 16px;
    font-size: 12px;
  }
  .disclaimerText {
    font-size: 0.6em;
  }
  #certificatesImageList {
    width: 80px;
  }
  #certificatesImageList img {
    width: 80px;
  }
  h2 {
    font-size: 22px;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand {
    padding-left: 0;
  }
  .modal {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
  .nav > li > a {
    padding: 5px 5px;
  }
}
@media (max-width: 360px) {
  .nav > li > a {
    padding: 3px 3px;
  }
  .nav > li > a {
    font-size: 0.9em;
  }
  .productDetailImage {
    width: 260px;
  }
}
@media (max-width: 335px) {
  :root {
    --productentry-width: 138px;
    --productentry-height: 90px;
    --productentry-padding-top: 0px;
    --productentry-padding-right: 5px;
    --productentry-padding-bottom: 5px;
  }
  h2 {
    font-size: 20px;
  }
  .categories {
    justify-content: center;
  }
  .categories .name {
    height: 36px;
    line-height: 16px;
    font-size: 12px;
  }
  .nav > li > a {
    font-size: 0.8em;
  }
  .main-content {
    padding: 0 2px;
  }
  .productDetailImage {
    width: 220px;
  }
}
.naehrwertAndGda {
  margin-top: 4px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.naehrwertAndGda .naehrwerttabelle-only-100g .table {
  float: none;
  width: 100%;
  box-sizing: border-box;
}
.naehrwertAndGda .naehrwerttabelle-only-100g .td:nth-child(1) {
  border-right: none;
}
.naehrwertAndGda .naehrwerttabelle-gda-and-100g .td:nth-child(1) {
  width: 100%;
  border-right: none;
}
.naehrwertAndGda .small-gda-box {
  position: relative;
  float: left;
  width: 79px;
  height: 280px;
  font-size: 14px;
  border-radius: 8px;
  border: 2px solid rgb(0, 0, 0);
}
.naehrwertAndGda .small-gda-box > div {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.naehrwertAndGda .small-gda-box .portion {
  top: 40px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.naehrwertAndGda .small-gda-box .portion > div {
  margin-top: 5px;
}
.naehrwertAndGda .small-gda-box .kj {
  top: 120px;
}
.naehrwertAndGda .small-gda-box .percent {
  top: 145px;
  left: 4px;
  width: 68px;
  height: 24px;
  line-height: 24px;
  border-radius: 40px / 15px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.naehrwertAndGda .small-gda-box .kcal {
  top: 175px;
}
.naehrwertAndGda .table {
  float: right;
  padding: 5px;
  max-width: 470px;
  width: calc(100% - 85px);
  height: 280px;
  border-radius: 8px;
  border: 2px solid rgb(0, 0, 0);
}
.naehrwertAndGda .tr {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
}
.naehrwertAndGda .tr:not(:last-child) {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.naehrwertAndGda .tr:after {
  content: "";
  display: table;
  clear: both;
}
.naehrwertAndGda .tr.noborder {
  border-bottom: unset;
}
.naehrwertAndGda .td:nth-child(1) {
  float: left;
  padding-right: 5px;
  border-right: 1px solid rgb(0, 0, 0);
}
.naehrwertAndGda .td:nth-child(2) {
  float: right;
  margin-left: 10px;
}
.naehrwertAndGda .td:nth-child(3) {
  float: right;
  margin-left: 10px;
}
.naehrwertAndGda .td .bold {
  font-weight: bold;
}

.zutaten-allergene {
  font-size: 16px;
}

.produktinformationen {
  font-size: 16px;
}

@media (max-width: 648px) {
  .modal .modal-content .modal-body {
    padding: 4px;
  }
  .naehrwertAndGda .small-gda-box,
  .naehrwertAndGda .table {
    height: 230px;
    font-size: 11px;
    width: calc(100% - 54px);
  }
  .naehrwertAndGda .small-gda-box {
    width: 50px;
  }
  .naehrwertAndGda .small-gda-box .portion {
    top: 20px;
  }
  .naehrwertAndGda .small-gda-box .kj {
    top: 96px;
  }
  .naehrwertAndGda .small-gda-box .percent {
    top: 134px;
    width: 40px;
    border-radius: 100%;
  }
  .naehrwertAndGda .td:nth-child(1) {
    padding-right: 4px;
  }
  .naehrwertAndGda .td:nth-child(2) {
    float: right;
    margin-left: 4px;
  }
  .naehrwertAndGda .td:nth-child(3) {
    float: right;
    margin-left: 4px;
  }
}
@media (max-width: 425px) {
  .naehrwertAndGda .small-gda-box,
  .naehrwertAndGda .table {
    height: 240px;
  }
  .naehrwertAndGda .td:nth-child(1) {
    padding-right: 4px;
  }
}
@media (max-width: 370px) {
  .naehrwertAndGda .small-gda-box,
  .naehrwertAndGda .table {
    height: 235px;
  }
  .naehrwertAndGda .small-gda-box .tr .td .left,
  .naehrwertAndGda .table .tr .td .left {
    max-width: 100px;
  }
  .naehrwertAndGda .td:nth-child(1) {
    padding-right: 4px;
  }
}
@media (max-width: 330px) {
  .naehrwertAndGda .table {
    font-size: 10px;
  }
  .nav > li > a {
    padding: 5px 2px;
  }
}
@media only screen and (min-width: 992px) {
  .modal {
    width: 600px;
  }
}
@media screen and (prefers-color-scheme: dark) {
  body {
    background-color: black;
  }
  #productsPanel h2,
  #categoryList h2 {
    color: white;
  }
  .categories .image {
    background-color: white;
  }
  .categories .name {
    background-color: black;
    color: white;
  }
}

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