#map {
  height: 400px;
  margin: 1em auto;
  z-index: 1; }
  #map .map_popup .leaflet-popup-content-wrapper {
    border-radius: 0;
    background-color: #FFEC04; }
    #map .map_popup .leaflet-popup-content-wrapper a {
      color: #5c8487; }
  #map .leaflet-control-attribution a svg {
    display: none !important; }
  #map .leaflet-popup-tip {
    background: #FFEC04; }

.hidden_group,
.hidden {
  display: none !important; }

.smaller {
  font-size: 0.8rem; }

.ghosted {
  color: gray;
  opacity: 0.7; }

h1, h2, h3, h4, h5 {
  font-family: "Bitter"; }

a {
  text-decoration: none;
  color: black; }
  a:hover {
    color: #5c8487; }

.row {
  flex-wrap: wrap;
  --bs-gutter-x: 0 !important; }

.page_wrapper {
  margin-bottom: 2em;
  width: 1320px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }
  .page_wrapper > .row {
    flex-wrap: nowrap; }
  @media only screen and (max-width: 1320px) {
    .page_wrapper {
      width: 100%; } }

.container-xxl {
  margin-bottom: 2em; }
  .container-xxl > .row {
    flex-wrap: nowrap; }

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 11; }
  .header-container .header {
    width: 100%;
    height: 170px;
    background: linear-gradient(356.4deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0.2) 33%, #5c8487 33.5%, #5c8487 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .header-container .imagebox {
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .header-container .logo {
    position: relative;
    left: 2em;
    top: 0.8em;
    height: 136px;
    width: 198px; }
  .header-container .face {
    margin-right: 1.5em;
    width: 20%; }
    .header-container .face .imagebox {
      height: 60.05%;
      background-position: top; }
  .header-container .translations {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 12em; }
    .header-container .translations .outer_box {
      position: absolute;
      z-index: -1;
      background-color: #FFEC04;
      min-width: 12.5em;
      top: -20px;
      height: 65px; }
    .header-container .translations .lang_container {
      position: relative;
      z-index: 12;
      background-color: #FFEC04;
      padding: 0 0.7em;
      transform: rotate(356.4deg);
      width: fit-content;
      top: -4px;
      text-align: center; }
      @media only screen and (max-width: 1190px) {
        .header-container .translations .lang_container {
          top: 0px; } }
      .header-container .translations .lang_container .lang_select {
        position: relative;
        z-index: 13;
        font-family: "Bitter";
        font-weight: bold;
        font-size: 75%;
        padding: 0 0.3em;
        border-right: 1.2px solid black; }
        .header-container .translations .lang_container .lang_select:last-child {
          border: 0; }

/* Customize the toggle checkbox */
.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFEC04; }

/* Hide the browser's default checkbox */
input.checkbox {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 21px;
  width: 21px;
  min-width: 21px;
  z-index: 1;
  margin-right: 0 !important; }

/* Create a custom checkbox */
.checkmark_toggle {
  position: relative;
  top: 0;
  left: -21px;
  height: 21px;
  width: 21px;
  min-width: 21px;
  background-color: #FFEC04;
  margin-right: -12px; }

/* On mouse-over, add a grey background color */
input.checkbox:hover ~ .checkmark_toggle {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
input.checkbox:checked ~ .checkmark_toggle {
  background-color: #FFEC04; }

.checkbox.errornous ~ .checkmark_toggle {
  border: 2px solid red; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_toggle:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
input.checkbox:checked ~ .checkmark_toggle:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox ~ .checkmark_toggle:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Customize the radio button */
.radio_input {
  display: flex;
  position: relative;
  margin-bottom: 5px; }

.radio {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFEC04; }

/* Hide the browser's default radio button */
input.radio {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 21px;
  width: 21px;
  min-width: 21px;
  z-index: 1;
  margin-right: 0 !important; }

/* Create a custom radio */
.checkmark_radio {
  position: relative;
  top: 0;
  left: -21px;
  height: 21px;
  width: 21px;
  min-width: 21px;
  background-color: #FFEC04;
  margin-right: 0px;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
input.radio:hover ~ .radio {
  background-color: #ccc; }

/* When the radio button  is checked, add a blue background */
input.radio:checked ~ .radio {
  background-color: #FFEC04; }

.radio.errornous ~ .radio {
  border: 2px solid red; }

/* Create the radio/indicator (hidden when not checked) */
.checkmark_radio:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
input.radio:checked ~ .checkmark_radio:after {
  display: block; }

/* Style the radio/indicator */
.radio ~ .checkmark_radio:after {
  left: 7px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: black; }

.navigation {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  right: -30px;
  width: min-content;
  z-index: 1;
  font-family: "Bitter";
  display: grid;
  font-size: 95%;
  font-weight: bold;
  grid-template-columns: 2px 3px 3px 3px 160px 3px 3px 3px 2px 2px; }
  @media only screen and (max-width: 1250px) {
    .navigation {
      left: calc((((100vw - var(--content-col-width)) / 2) - 100%) + 30px); }
      .navigation .content-col .col-lg-6 {
        margin: 0 auto;
        width: 50%; } }
  .navigation .subText {
    position: relative; }
    .navigation .subText .submenu {
      display: none; }
    .navigation .subText .marked {
      color: #4D7B75;
      position: relative;
      width: initial;
      max-width: fit-content; }
      .navigation .subText .marked::before {
        display: block;
        content: url(/assets/img/star.svg);
        position: absolute;
        left: -26px;
        top: -3px;
        color: #5c8487;
        height: 30px; }
  .navigation .active .submenu {
    display: block;
    margin-left: 0.5em;
    padding-bottom: 0.5em; }
    .navigation .active .submenu a {
      display: block;
      font-weight: normal; }
      .navigation .active .submenu a.navigation_self {
        display: none; }
    .navigation .active .submenu .submenu_spacer {
      height: 8px; }
  .navigation .depth-1.active {
    height: min-content; }
  .navigation .butt.active,
  .navigation .head.active {
    height: unset; }
  .navigation .grid-yellowBigStandard {
    grid-column: 5 / span 2;
    background: #ffec04;
    margin-bottom: 0.5em;
    font-weight: bold;
    display: grid;
    height: 2rem;
    padding-top: 0.3rem; }
    .navigation .grid-yellowBigStandard .large {
      padding-left: 0.3rem; }
    .navigation .grid-yellowBigStandard .depth-2 {
      font-weight: normal; }
    .navigation .grid-yellowBigStandard.head {
      grid-column: 4 / span 1; }
    .navigation .grid-yellowBigStandard.butt {
      grid-column: 7 / span 1; }
  .navigation .grid-yellowBigLeft1 {
    grid-column: 5 / span 2;
    background: #ffec04;
    margin-bottom: 0.3em;
    text-decoration: none;
    font-weight: bold;
    display: grid;
    height: 2rem;
    padding-top: 0.3rem; }
    .navigation .grid-yellowBigLeft1 .large {
      padding-left: 0.3rem; }
    .navigation .grid-yellowBigLeft1 .depth-2 {
      font-weight: normal; }
    .navigation .grid-yellowBigLeft1.head {
      grid-column: 1 / span 4; }
    .navigation .grid-yellowBigLeft1.butt {
      display: none;
      grid-column: 7 / span 1; }
  .navigation .grid-yellowBigRight1 {
    grid-column: 5 / span 2;
    background: #ffec04;
    margin-bottom: 0.3em;
    font-weight: bold;
    display: grid;
    height: 2rem;
    padding-top: 0.3rem; }
    .navigation .grid-yellowBigRight1 .large {
      padding-left: 0.3rem; }
    .navigation .grid-yellowBigRight1 .depth-2 {
      font-weight: normal; }
    .navigation .grid-yellowBigRight1.head {
      grid-column: 2 /  span 3; }
    .navigation .grid-yellowBigRight1.butt {
      grid-column: 7 / span 2; }
  .navigation .grid-orangeBigStandard {
    grid-column: 5 / span 2;
    margin-bottom: 0.3em;
    background: #e7d42d;
    font-weight: bold;
    height: 2rem;
    padding-top: 0.3rem; }
    .navigation .grid-orangeBigStandard .large {
      padding-left: 0.3rem; }
    .navigation .grid-orangeBigStandard .depth-2 {
      font-weight: normal; }
    .navigation .grid-orangeBigStandard.head {
      grid-column: 2 / span 3; }
    .navigation .grid-orangeBigStandard.butt {
      grid-column: 7 / span 1; }

.navigation_small {
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  right: -24px;
  width: min-content;
  z-index: 1;
  font-family: "Bitter";
  padding-top: 5rem;
  display: grid;
  font-size: 93%;
  font-weight: normal;
  grid-template-columns: 3px 3px 100px 10px 10px 10px 5px 5px 3px 3px 3px 3px; }
  @media only screen and (max-width: 1250px) {
    .navigation_small {
      left: calc((((100vw - var(--content-col-width)) / 2) - 100%) + 30px); } }
  .navigation_small .subText {
    position: relative; }
    .navigation_small .subText .submenu {
      display: none; }
    .navigation_small .subText .marked {
      color: #4D7B75;
      position: relative;
      width: initial;
      max-width: fit-content; }
      .navigation_small .subText .marked::before {
        display: block;
        content: url(/assets/img/star.svg);
        position: absolute;
        left: -26px;
        top: -3px;
        color: #5c8487;
        height: 30px; }
  .navigation_small .active .submenu {
    display: block;
    margin-left: 0.5em;
    padding-bottom: 0.5em; }
    .navigation_small .active .submenu a {
      display: block;
      font-weight: normal; }
    .navigation_small .active .submenu hr {
      display: none; }
  .navigation_small .depth-1.active {
    height: min-content; }
  .navigation_small .butt.active,
  .navigation_small .head.active {
    height: unset; }
  .navigation_small .grid-yellowSmallStandard {
    grid-column: 3 / span 6;
    background: #ffec04;
    margin-bottom: 0.35em; }
    .navigation_small .grid-yellowSmallStandard .small {
      font-size: 90%;
      padding-left: 0.3rem; }
    .navigation_small .grid-yellowSmallStandard.head {
      grid-column: 2 / span 1; }
    .navigation_small .grid-yellowSmallStandard.butt {
      display: none;
      grid-column: 10 / span 2; }
  .navigation_small .grid-yellowSmall {
    grid-column: 3 / span 2;
    background: #ffec04;
    margin-bottom: 0.35em; }
    .navigation_small .grid-yellowSmall .small {
      font-size: 90%;
      padding-left: 0.3rem; }
    .navigation_small .grid-yellowSmall.head {
      display: none;
      grid-column: 2 / span 1; }
    .navigation_small .grid-yellowSmall.butt {
      grid-column: 5 / span 3; }
  .navigation_small .grid-yellowSmallLeft1 {
    grid-column: 3 / span 3;
    background: #ffec04;
    margin-bottom: 0.35em; }
    .navigation_small .grid-yellowSmallLeft1 .small {
      font-size: 90%;
      padding-left: 0.3rem; }
    .navigation_small .grid-yellowSmallLeft1.head {
      grid-column: 1 / span 2; }
    .navigation_small .grid-yellowSmallLeft1.butt {
      grid-column: 6 / span 1; }
  .navigation_small .grid-yellowSmallRight1 {
    grid-column: 3 / span 6;
    background: #ffec04;
    margin-bottom: 0.35em; }
    .navigation_small .grid-yellowSmallRight1 .small {
      font-size: 90%;
      padding-left: 0.3rem; }
    .navigation_small .grid-yellowSmallRight1.head {
      grid-column: 2 / span 1; }
    .navigation_small .grid-yellowSmallRight1.butt {
      grid-column: 9 / span 4; }
  .navigation_small .grid-orangeSmallStandard {
    grid-column: 3 / span 6;
    margin-bottom: 0.3em;
    background: #e7d42d;
    padding-top: 0.3rem; }
    .navigation_small .grid-orangeSmallStandard .small {
      font-size: 90%;
      padding-left: 0.3rem; }
    .navigation_small .grid-orangeSmallStandard .depth-2 {
      font-weight: normal; }
    .navigation_small .grid-orangeSmallStandard.head {
      grid-column: 2 / span 1; }
    .navigation_small .grid-orangeSmallStandard.butt {
      display: none;
      grid-column: 9 / span 1; }

.col-lg-6:nth-child(1) .card, .col-lg-6:nth-child(2) .card {
  border-top: 0; }

.col-lg-6 hr {
  height: 4px;
  color: #bbcbd4;
  width: 85%;
  text-align: center;
  opacity: 0.6; }

.card {
  background: none;
  border: none;
  width: 340px;
  height: 190px;
  display: flex;
  align-items: flex-end;
  justify-content: top;
  flex-direction: column; }
  .card a {
    display: flex;
    flex-direction: row;
    width: 100%; }
    .card a .imagebox {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top;
      width: 120px;
      height: 150px; }
      .card a .imagebox .banner {
        position: relative;
        top: 71%;
        height: 3.5em;
        color: black;
        background-color: #FFEC04;
        opacity: 0.85;
        text-align: center;
        opacity: 0.75;
        font-weight: normal;
        padding: 2px;
        font-size: 85%;
        font-family: "Bitter";
        font-weight: bold; }
    .card a .textbox {
      display: flex;
      flex-direction: column;
      justify-content: end;
      width: 190px;
      font-family: "Bitter"; }
    .card a .card-title {
      font-weight: bold;
      font-size: 1.75rem;
      color: black;
      margin-bottom: 0.1rem; }
    .card a .card-text {
      font-weight: bold;
      color: black;
      font-size: 0.9rem; }
    .card a .card-content-price {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      font-weight: bold;
      font-size: 0.9rem; }
      .card a .card-content-price .card-content {
        text-align: left; }
      .card a .card-content-price .card-price {
        text-align: right; }
    .card a .card-body {
      text-decoration: none;
      color: black;
      padding: 0 1.1rem;
      flex: none; }

body {
  background-color: #bbcbd4;
  margin-top: 0px;
  font-family: 'Barlow'; }

h1 {
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 0.1rem; }

.content_wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row; }

.bus {
  position: fixed;
  bottom: 0;
  width: 140px;
  aspect-ratio: 1;
  margin-left: 30px;
  z-index: -1;
  transition: opacity 0.3s; }
  .bus .imagebox {
    height: 135%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }

.preis {
  font-size: 1.75rem;
  font-weight: bold; }

#cart-summary {
  padding: 1em;
  background: #e7d42d;
  position: relative;
  margin-bottom: 0.2rem;
  font-family: "Bitter";
  max-width: 14.5em;
  width: 14.5em;
  right: 35px;
  font-size: 85%; }
  #cart-summary .additional {
    font-size: 83%; }
  @media only screen and (max-width: 1320px) {
    #cart-summary {
      left: calc(220px - 45px - 100%); } }
  @media only screen and (max-width: 1250px) {
    #cart-summary {
      left: calc((((100vw - var(--content-col-width)) / 2) - 100%) - 10px); } }
  @media only screen and (max-width: 1190px) {
    #cart-summary {
      left: -38px; } }
  #cart-summary a {
    color: black; }
  #cart-summary .basket {
    background-image: url("/assets/img/az_warenkorb_schwarz.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    text-align: center;
    font-family: "Bitter";
    color: white;
    width: 50px;
    height: 3em;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 5px; }

.box-title {
  font-family: "Bitter";
  font-size: 120%;
  font-weight: bold; }

.address-box {
  padding: 1rem;
  background-color: #FFEC04;
  margin-top: 1rem;
  position: relative;
  margin-bottom: 0.2rem;
  max-width: 13.5em;
  min-width: 13.5em;
  right: 35px;
  font-size: 90%; }
  .address-box h2 {
    font-family: "Barlow";
    font-style: italic;
    font-size: 120%;
    font-weight: 900; }
  .address-box a {
    color: black; }
  @media only screen and (max-width: 1320px) {
    .address-box {
      left: calc(220px - 45px - 100%); } }
  @media only screen and (max-width: 1250px) {
    .address-box {
      left: calc((((100vw - var(--content-col-width)) / 2) - 100%) - 10px); } }
  @media only screen and (max-width: 1190px) {
    .address-box {
      left: -38px; } }

.news-box {
  padding: 1rem;
  background-color: #FFEC04;
  margin-top: 1rem;
  position: relative;
  margin-bottom: 0.2rem;
  max-width: 15.5em;
  min-width: 15.5em;
  right: 45px;
  font-size: 80%;
  font-family: "Bitter"; }
  .news-box .headline {
    line-height: 1.4; }
  .news-box .date {
    margin-top: 15px;
    font-size: 70%;
    font-style: italic; }

.col-auto {
  margin-top: 190px;
  width: calc(50% - var(--content-col-width) / 2);
  height: 100%;
  display: grid;
  justify-items: end; }
  .col-auto hr.mobile_only {
    display: none; }

.col-adjust {
  margin-top: 165px !important; }

.order-form {
  width: unset;
  background-color: #eaf0f0; }
  .order-form .shipping-box {
    display: flex;
    flex-direction: row; }
    .order-form .shipping-box .halv-col {
      max-width: 50%;
      padding: 0 2em; }
  .order-form .comments {
    width: 100%; }

.col {
  background-color: #eaf0f0; }

.col-lg-2 {
  color: #517679;
  width: 17%; }

.cart {
  padding: 1em;
  background-color: #eaf0f0; }
  .cart .number {
    text-align: right; }
  .cart .smaller br {
    display: none; }

.form-checkout .form-control {
  background-color: #FFEC04; }

.form-checkout input[type=checkbox] {
  margin-right: 0.5em; }

.form-checkout input[type=number] {
  text-align: center !important;
  -webkit-appearance: none;
  -moz-appearance: textfield; }

.form-checkout select,
.form-checkout input[type=number],
.form-checkout input[type=text] {
  background-color: #FFEC04;
  border: none;
  outline: 0;
  border-radius: 0; }
  .form-checkout select:focus,
  .form-checkout input[type=number]:focus,
  .form-checkout input[type=text]:focus {
    border: none;
    outline: 0;
    box-shadow: unset; }

.form-checkout .button_plus {
  background-color: #eaf0f0;
  border: none;
  outline: 0;
  border-radius: 0;
  font-size: 125%; }
  .form-checkout .button_plus:focus {
    border: none;
    outline: 0;
    box-shadow: unset; }

.form-checkout .button_minus {
  background-color: #eaf0f0;
  border: none;
  outline: 0;
  border-radius: 0;
  font-size: 125%; }
  .form-checkout .button_minus:focus {
    border: none;
    outline: 0;
    box-shadow: unset; }

.form-checkout .form-checkout__section h2 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }

.form-checkout .form-checkout__section h4 {
  font-size: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }

.form-checkout .form-checkout__section .row {
  margin-bottom: 1rem;
  font-family: 'Barlow'; }
  .form-checkout .form-checkout__section .row .errornous {
    border: 2px solid red; }
  .form-checkout .form-checkout__section .row .form-label .required_marker::after {
    content: "*"; }
  .form-checkout .form-checkout__section .row .form-input {
    display: flex; }
    .form-checkout .form-checkout__section .row .form-input.radio-input {
      flex-direction: column; }
    .form-checkout .form-checkout__section .row .form-input .required_marker::after {
      content: "*"; }

.form-checkout .modal-info-i::after {
  cursor: pointer;
  display: inline-block;
  content: "i";
  font-weight: bold;
  background-color: #FFEC04;
  width: 1.25rem;
  height: 1.25rem;
  padding-left: 0.5rem;
  border-radius: 50%; }

.form-checkout h2 {
  font-size: revert;
  font-weight: revert; }

.form-checkout .button,
.form-checkout button {
  font-weight: bold;
  background-color: #FFEC04;
  border: none;
  padding: 10px; }

.form-checkout button[type=submit] {
  float: right;
  margin-bottom: 2rem;
  padding: 10px; }

.form-checkout .button_row {
  margin-top: 1em;
  display: flex;
  justify-content: space-between; }

.form-checkout .button_row_checkout {
  margin-top: 1em;
  display: flex;
  justify-content: space-between; }

.m-checkout {
  padding-top: 3em;
  margin-bottom: 1rem;
  margin: 0; }
  .m-checkout h1 {
    font-weight: bold;
    font-size: 1.75rem;
    margin-bottom: 2rem;
    margin-top: 2rem; }
  .m-checkout #error_message {
    background-color: #FFEC04;
    margin: 0 auto;
    max-width: 80%;
    padding: 1em;
    border: 2px solid red; }

.cart__table .cart_item_title {
  font-weight: 600;
  font-size: 1.1rem; }

.cart__table .cart_item_descr {
  font-size: 1rem; }

.cart__table .amount_widget {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center; }
  .cart__table .amount_widget .cart-item__value {
    text-align: center; }
  .cart__table .amount_widget .btn {
    padding: 0; }

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

.cart__table .h_left {
  padding-left: 1.5rem; }

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

.col-productview .product {
  padding-left: 2em; }
  .col-productview .product:first-child {
    margin-top: 190px; }
  .col-productview .product.bottom {
    margin-top: 4rem;
    font-size: 0.8rem; }

.col-productview .infos {
  width: unset; }

.col-productview .button {
  background: #FFEC04;
  padding: 3px;
  font-weight: bold;
  border: #FFEC04; }

.col-productview table td {
  border-width: 1px;
  border-style: solid; }
  .col-productview table td.sec {
    border-width: 1px;
    border-style: solid;
    text-align: right; }

.col-productview table th {
  font-weight: normal;
  border-width: 1px;
  border-style: solid; }

.col-productview h1 {
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%; }

.col-productview p {
  width: 80%; }
  .col-productview p .text-start {
    text-align: left;
    margin-bottom: 0; }

.col-productview a {
  color: #4D7B75;
  width: 80%; }

.col-productview .product-image {
  text-align: center;
  width: 300px;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 !important; }

.col-productview form {
  margin: 2em auto; }
  .col-productview form .input {
    width: 45px;
    background: #FFEC04;
    padding: 9px;
    margin-right: 0.5em;
    text-align: center;
    border: none; }
    .col-productview form .input:focus {
      border: none;
      outline: 0; }
  .col-productview form .button {
    background: #FFEC04;
    padding: 10px;
    font-weight: bold;
    border: #FFEC04; }
  .col-productview form #sales_unit {
    font-weight: bold; }
  .col-productview form #bundle_plus {
    font-size: 90%;
    font-weight: bold;
    cursor: pointer; }
  .col-productview form #bundle_selector {
    background-color: #e7d42d;
    position: absolute;
    z-index: 1;
    margin-left: 40px;
    padding: 8px; }
    .col-productview form #bundle_selector .bundle_name {
      padding: 4px 1em;
      cursor: pointer; }
  .col-productview form .product_button_plus,
  .col-productview form .product_button_minus {
    display: none; }

.col-productview .col-6 {
  width: 50%;
  padding-right: 50px; }

.content-col {
  margin-top: -10px;
  padding: 0 5rem;
  width: 60%;
  min-width: var(--content-col-width); }
  .content-col figure img {
    width: 100%;
    margin: -13.2px auto; }
  .content-col a {
    color: #4D7B75; }
  .content-col ul {
    margin-top: 0;
    margin-bottom: 1rem;
    margin: 0 0.5rem 1.5rem; }
  .content-col > h1 {
    margin-top: 60px;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%; }
  .content-col > h2 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 70px;
    margin-bottom: 1rem; }
  .content-col .topspacer {
    height: 125px; }
    .content-col .topspacer.big {
      height: 200px; }
    .content-col .topspacer.no-image {
      height: 130px; }
  .content-col details {
    margin-bottom: 1em; }
    .content-col details summary {
      font-weight: bold; }
    .content-col details p {
      margin-left: 1em; }
  .content-col .col-lg-6 {
    min-width: 330px; }

.textarea {
  overflow-y: scroll;
  height: 10px;
  resize: none; }

.modal-info {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .modal-info .modal-info-box {
    position: relative;
    max-width: 30em;
    display: block;
    background-color: white;
    padding: 2em; }
    .modal-info .modal-info-box .modal-info-close {
      font-weight: 400;
      font-size: 30px;
      position: absolute;
      right: -15px;
      top: -15px;
      cursor: pointer;
      z-index: 40;
      background-color: #FFEC04;
      height: 1em;
      width: 1em;
      line-height: 30px;
      padding-left: 0.25em;
      border-radius: 50%; }

.zebra_box {
  padding: 1em;
  background-color: #eaf0f0; }
  .zebra_box .halv {
    width: 50%; }

.legal_box {
  padding: 0.5em 0; }
  .legal_box .legal_terms {
    margin-bottom: 0.5em;
    display: flex; }
  .legal_box.error {
    border: solid 1px red; }
  .legal_box a {
    font-weight: 600; }

.comments {
  background-color: #FFEC04;
  border: 0; }

.grid-box-footnote {
  padding: 0 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-top: 2em; }
  .grid-box-footnote .grid-product-notebox {
    grid-column: 1 / span 2;
    align-self: start;
    justify-self: start;
    font-size: 0.85rem;
    color: #4D7B75;
    width: 100%; }
    .grid-box-footnote .grid-product-notebox a {
      color: #4D7B75;
      text-decoration: underline; }
    .grid-box-footnote .grid-product-notebox p {
      margin-top: 2rem;
      width: 100%; }

.grid-box-product {
  margin-top: 70px;
  padding: 100px 100px 20px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 320px 5em auto 1fr auto;
  grid-gap: 1rem; }
  .grid-box-product .grid-product-pic {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    align-self: end;
    justify-self: center; }
  .grid-box-product .grid-product-info {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    align-self: end;
    justify-content: end; }
  .grid-box-product .grid-product-count {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
    align-self: center;
    justify-self: end; }
  .grid-box-product .grid-product-to_basket {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    align-self: center;
    justify-self: start; }
  .grid-box-product .cart__messages {
    grid-column: 1 / span 2; }
  .grid-box-product .grid-product-description {
    grid-column: 1 / span 1;
    align-self: start;
    justify-self: start;
    font-size: 0.92rem; }
    .grid-box-product .grid-product-description a {
      color: black;
      text-decoration: underline; }
  .grid-box-product .grid-product-more_details {
    grid-column: 2 / span 1;
    align-self: start;
    justify-self: start;
    font-size: 0.85rem;
    color: #4D7B75;
    width: 80%; }
    .grid-box-product .grid-product-more_details a {
      color: #4D7B75;
      text-decoration: underline; }
  .grid-box-product .tiles-products {
    grid-column: 1 / span 2;
    grid-row: 4 / span 1; }
  .grid-box-product .grid-product-notebox {
    grid-column: 2 / span 1;
    align-self: start;
    justify-self: start;
    font-size: 0.85rem;
    color: #4D7B75;
    width: 80%; }
    .grid-box-product .grid-product-notebox a {
      color: #4D7B75;
      text-decoration: underline; }

.cart__messages {
  background-color: #FFEC04;
  padding: 1em;
  margin: 1em;
  width: 90%;
  height: max-content; }

#product_detail .more_details .expandable {
  cursor: pointer; }
  #product_detail .more_details .expandable.expanded {
    display: block; }
    #product_detail .more_details .expandable.expanded.typeblock {
      display: inline; }

@media only screen and (max-width: 1190px) {
  #product_detail .col-lg-6 {
    margin: 0 auto; }
  #product_detail .product-image {
    width: 250px;
    height: 250px;
    margin: 0 !important; }
  .content-col {
    min-width: unset;
    padding: 0 5rem; }
    .content-col .col-lg-6 {
      margin: 0 auto; }
      .content-col .col-lg-6:nth-child(2) .card {
        border-top: 0px solid white; }
  .col-auto {
    width: 170px; }
    .col-auto .navigation_small,
    .col-auto .navigation {
      left: 8px; } }

@media only screen and (max-width: 768px) {
  .row {
    justify-content: center; }
  #product_detail .product-image {
    width: 200px;
    height: 200px; }
  .right-col .address-box {
    margin-left: -1em;
    min-width: 8em; } }

.staging body:before {
  position: fixed;
  z-index: 1000;
  content: "UPGRADE";
  transform: rotate(45deg);
  right: -31px;
  top: 23px;
  background-color: red;
  padding: 5px 50px;
  font-weight: bold; }

.table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
  background-color: #eaf0f0; }
  .table > :not(caption) > * > * .table-light {
    --bs-table-striped-bg: none !important; }
  .table > :not(caption) > * > * hr {
    height: 4px;
    color: #bbcbd4;
    opacity: 0.6; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: #eaf0f0; }

.footer_wrapper {
  width: 100%;
  text-align: center;
  clear: both; }
  .footer_wrapper .footer {
    font-size: 85%;
    padding: 1em;
    color: #888888;
    width: 80%;
    margin: 0 auto; }
    .footer_wrapper .footer a {
      text-decoration-line: underline;
      color: #888888; }
    @media only screen and (max-width: 1190px) {
      .footer_wrapper .footer {
        width: 60%; } }
    @media only screen and (max-width: 750px) {
      .footer_wrapper .footer {
        width: 90%; } }

.search_slot {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
  padding: 4px; }
  .search_slot .search_icon {
    border: 0;
    background-color: #FFEC04;
    padding: 2px; }
  .search_slot .search_input {
    width: 100%; }
    .search_slot .search_input input {
      background-color: #FFEC04;
      border: 0;
      outline: 0;
      padding: 4px;
      min-width: 10em;
      max-width: 100%;
      width: 40%;
      font-weight: 600; }

.posting-teaser {
  display: flex;
  flex-direction: row;
  margin: 1em auto;
  gap: 1em; }
  .posting-teaser .image {
    width: 150px;
    min-width: 150px; }
    .posting-teaser .image picture {
      width: 150px; }
      .posting-teaser .image picture img {
        width: 150px; }
  .posting-teaser .teaser h1 {
    font-size: 1.2rem;
    font-style: italic; }
  .posting-teaser .teaser .lay {
    color: #5c8487; }
  .posting-teaser .blogspacer {
    height: 35px; }

.posting-body {
  overflow-wrap: break-word;
  hyphens: auto; }

.hr_teaser {
  color: #bbcbd4;
  height: 4px !important;
  opacity: 0.6;
  width: 100%; }

.pagination_row {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  gap: 2em; }
  .pagination_row a {
    padding: 0.5em 1em;
    background-color: #FFEC04;
    color: black; }

.tiles-container {
  margin-top: 20px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em; }
  .tiles-container.in_product {
    padding: 0 100px; }
  .tiles-container .separator {
    display: none; }
  .tiles-container .tile_wrapper {
    border: 3px solid rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
    background-position: center;
    width: 33%;
    min-width: 250px; }
    .tiles-container .tile_wrapper .tile {
      font-size: 95%;
      width: 100%;
      height: 9.5em;
      padding: 0px;
      line-height: 1.2;
      display: flex;
      flex-direction: column;
      justify-content: end;
      background-color: rgba(255, 255, 255, 0.25); }
      .tiles-container .tile_wrapper .tile .tile_title {
        font-family: "Bitter";
        font-weight: bold;
        text-align: center;
        width: 100%;
        height: 4em;
        align-self: end;
        padding: 4px 0.8em;
        min-height: 4em;
        display: flex;
        flex-direction: column;
        justify-content: end; }
        .tiles-container .tile_wrapper .tile .tile_title span {
          opacity: revert; }
      .tiles-container .tile_wrapper .tile .tile_text {
        display: none;
        padding: 0 0.8em 5px;
        font-size: 80%;
        font-weight: bold;
        height: 100%; }
      .tiles-container .tile_wrapper .tile:hover .tile_text {
        display: block; }
      .tiles-container .tile_wrapper .tile.blue .tile_text,
      .tiles-container .tile_wrapper .tile.blue .tile_title {
        background-color: rgba(92, 133, 135, 0.8);
        color: white; }
      .tiles-container .tile_wrapper .tile.yellow .tile_text,
      .tiles-container .tile_wrapper .tile.yellow .tile_title {
        background-color: rgba(255, 235, 0, 0.8);
        color: #5c8587; }
      .tiles-container .tile_wrapper .tile.black .tile_text,
      .tiles-container .tile_wrapper .tile.black .tile_title {
        background-color: rgba(0, 49, 58, 0.8);
        color: #bbcbd4; }

video {
  width: 100%; }

#the_burger {
  display: none;
  width: 54px;
  height: 28px;
  padding: 0;
  background: none;
  outline: 0;
  position: relative;
  top: 25px;
  border: none;
  outline: 0; }
  #the_burger span {
    position: relative;
    display: block;
    width: 43px;
    height: 3px;
    background: white;
    transition: background .15s;
    transition-delay: .2s; }
    #the_burger span:before, #the_burger span:after {
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      background: white;
      transition: all .35s;
      left: 0; }
    #the_burger span:before {
      top: -11px; }
    #the_burger span:after {
      top: 11px; }
  #the_burger:hover {
    cursor: pointer; }
  #the_burger.active span {
    background: transparent;
    transition-delay: 0; }
    #the_burger.active span:before, #the_burger.active span:after {
      top: 0; }
    #the_burger.active span:before {
      transform: rotate(45deg); }
    #the_burger.active span:after {
      transform: rotate(-45deg); }

.mobile-elements {
  display: none !important; }

#menu_selection,
#mobile_basket,
#map_button,
.fast-buttons {
  display: none; }

@media only screen and (max-width: 750px) {
  .page_wrapper {
    width: 100%; }
  .mobile-elements {
    display: inline !important; }
  .desktop-elements {
    display: none; }
  .staging body:before {
    display: none; }
  .face {
    display: none; }
  #the_burger {
    display: block; }
  #mobile_basket {
    display: block;
    background-image: url("/assets/img/az_warenkorb_gelb.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    text-align: center;
    font-family: "Bitter";
    color: white;
    width: 40px;
    height: 3em;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    top: 22px;
    font-size: 12px;
    font-weight: bold;
    color: #3c6e66; }
  #map_button {
    display: block;
    text-align: center;
    margin: 1em auto; }
    #map_button img {
      width: 150px; }
  #map {
    display: none;
    height: 60vh; }
  .content-col {
    width: 100%;
    min-width: 100%; }
    .content-col #menu_selection {
      display: block;
      margin-bottom: 5rem; }
      .content-col #menu_selection #menu_selection_prio,
      .content-col #menu_selection #menu_selection_other {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 80%;
        margin: 0 auto;
        gap: 5px; }
      .content-col #menu_selection #menu_selection_other {
        margin-top: 5px; }
      .content-col #menu_selection #menu_selection_expand,
      .content-col #menu_selection a.button {
        border: none;
        font-weight: bold;
        padding: 8px;
        color: #3c6e66;
        background-color: #bbcbd4;
        text-align: center; }
        .content-col #menu_selection #menu_selection_expand.active,
        .content-col #menu_selection a.button.active {
          background-color: #FFEC04; }
      .content-col #menu_selection #menu_selection_expand {
        cursor: pointer;
        width: 80%;
        margin: 5px auto 0; }
    .content-col .topspacer.big {
      height: 125px; }
    .content-col .topspacer.no-image {
      height: 65px; }
    .content-col ol, .content-col ul {
      padding-left: 0.8rem; }
  .header-container .header {
    height: 125px;
    display: grid;
    grid-template-columns: 1fr 80px 70px; }
  .header-container .logo {
    top: -17px;
    left: 25px;
    width: 60%;
    max-width: 160px; }
  .header-container .translations {
    display: none; }
  .col-menu,
  .col-adjust {
    display: none; }
  .col-menu {
    position: absolute;
    background-color: #FFEC04;
    width: 100%;
    height: max-content;
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 10px;
    z-index: 2; }
    .col-menu hr.mobile_only {
      display: block;
      color: white;
      height: 4px;
      width: 75%;
      opacity: 85%;
      margin: 0 auto; }
    .col-menu .navigation,
    .col-menu .navigation_small {
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 12;
      padding-top: 1rem;
      max-width: 90%; }
      .col-menu .navigation .submenu,
      .col-menu .navigation_small .submenu {
        max-width: 80vw; }
      .col-menu .navigation .active .submenu a.navigation_self,
      .col-menu .navigation_small .active .submenu a.navigation_self {
        display: block; }
      .col-menu .navigation .subText .marked.is_parent,
      .col-menu .navigation_small .subText .marked.is_parent {
        color: black; }
        .col-menu .navigation .subText .marked.is_parent::before,
        .col-menu .navigation_small .subText .marked.is_parent::before {
          display: none; }
    .col-menu .navigation {
      grid-template-columns: 0px 0px 0px 0px 75vw 0px 0px 0px 0px;
      font-size: 23px;
      padding-bottom: 1rem; } }
    @media only screen and (max-width: 750px) and (max-width: 360px) {
      .col-menu .navigation .large {
        padding-left: 1.2em; } }

@media only screen and (max-width: 750px) {
      .col-menu .navigation .grid-yellowBigStandard,
      .col-menu .navigation .grid-yellowBigLeft1,
      .col-menu .navigation .grid-yellowBigRight1,
      .col-menu .navigation .grid-orangeBigStandard,
      .col-menu .navigation .grid-orangeBigLeft1,
      .col-menu .navigation .grid-orangeBigRight1 {
        background-color: transparent;
        transition: left 1s, right 1s, top 1s, bottom 1s; }
    .col-menu .navigation_small {
      grid-template-columns: 0px 0px 0px 0px 75vw 0px 0px 0px 0px;
      font-size: 24px; }
      .col-menu .navigation_small .grid-yellowSmallStandard,
      .col-menu .navigation_small .grid-yellowSmallLeft1,
      .col-menu .navigation_small .grid-yellowSmallRight1,
      .col-menu .navigation_small .grid-orangeSmallStandard,
      .col-menu .navigation_small .grid-orangeSmallLeft1,
      .col-menu .navigation_small .grid-orangeSmallRight1 {
        background-color: transparent; }
      .col-menu .navigation_small .mob {
        margin-right: 1em; }
  .content-col {
    min-width: var(--content-col-width);
    padding: 0 1rem; }
    .content-col h1,
    .content-col h2 {
      width: 95%; }
    .content-col h2 {
      margin-top: 2rem; }
    .content-col p {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      margin: 0; }
    .content-col figure img {
      width: 100%;
      margin: 0 auto; }
    .content-col figure:first-of-type {
      margin: -40px auto -20px auto;
      width: 100vw;
      position: relative;
      left: -1rem; }
    .content-col ul {
      margin-top: 0;
      margin-bottom: 1rem;
      margin: 0 1rem 1.5rem;
      width: 80%; }
    .content-col .col-lg-6 hr {
      height: 3px;
      color: #bbcbd4;
      width: 80%;
      margin-left: 40px;
      opacity: 0.6; }
  .m-checkout h1 {
    font-weight: bold;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
    margin-left: 1rem; }
  .form-checkout .form-checkout__section .row .form-input {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem; }
  .form-checkout .form-checkout__section h2 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5em;
    margin-top: 0rem;
    margin-left: 1rem; }
  .form-checkout .form-checkout__section p {
    margin-left: 1rem; }
  .form-checkout .form-label {
    margin-bottom: 0rem;
    padding-left: 1rem; }
  .form-checkout .button_row {
    flex-direction: row-reverse; }
  .form-checkout .button,
  .form-checkout button {
    padding: 5px;
    margin-bottom: 0.5rem; }
    .form-checkout .button[type=submit],
    .form-checkout button[type=submit] {
      padding: 5px;
      margin-bottom: 0.5rem; }
    .form-checkout .button.mid,
    .form-checkout button.mid {
      margin-right: 6em; }
    .form-checkout .button.mid_last,
    .form-checkout button.mid_last {
      margin-top: 1.5em; }
  .form-checkout .button {
    display: block !important;
    width: fit-content;
    color: black; }
  .form-checkout input[type="checkbox"] {
    margin-right: 1rem !important; }
  .form-checkout .button_plus {
    margin-left: 0px; }
  .form-checkout .button_minus {
    margin-left: 0px; }
  .form-checkout .checkmark_toggle {
    margin-left: -1rem; }
  .order-form .comments {
    width: 95%; }
  .comments {
    margin-left: 0; }
  .shipping_costs_title {
    float: left;
    font-size: 0.9rem; }
  .shipping_costs_sum {
    float: right;
    font-size: 0.9rem; }
  .total_sum_title {
    float: left; }
  .total_sum {
    float: right; }
  .table > :not(caption) > * > * {
    padding: 0;
    font-size: 90%; }
  .zebra_box {
    padding: 0; }
  .legal_text {
    font-size: 0.9rem; }
  .agb_text {
    font-size: 0.9rem; }
  .cost_calc .cart .mobile_row {
    grid-template-rows: 0em 1fr 1.5em 1.5em 1.5em; }
    .cost_calc .cart .mobile_row .cart-amount-widget {
      display: grid; }
      .cost_calc .cart .mobile_row .cart-amount-widget .amount_widget {
        justify-content: space-between;
        width: 100%; }
    .cost_calc .cart .mobile_row .cart-product-remove {
      display: none; }
  .card {
    width: 100%;
    height: unset; }
    .card a .textbox {
      padding-right: 1em; }
      .card a .textbox .card-body {
        padding: 0 1.5em 0 0.5em; }
    .card a .card-text {
      width: 115%;
      padding: 0 !important;
      font-kerning: none; }
    .card a .imagebox {
      width: 120px;
      height: 130px; }
  .col-productview form .grid-box-footnote {
    padding: 0 40px; }
  .col-productview form .grid-box-product {
    grid-template-rows: 150px auto auto auto auto auto 1fr;
    margin-top: 110px;
    padding: 40px; }
    .col-productview form .grid-box-product .grid-product-pic {
      grid-column: 1 / span 2;
      grid-row: 1 / span 1; }
    .col-productview form .grid-box-product .grid-product-info {
      grid-column: 1 / span 2;
      grid-row: 2 / span 1; }
    .col-productview form .grid-box-product .grid-product-count {
      grid-column: 1 / span 1;
      grid-row: 3 / span 1; }
      .col-productview form .grid-box-product .grid-product-count .product_button_minus {
        background-color: #eaf0f0;
        border: none;
        font-weight: bold; }
      .col-productview form .grid-box-product .grid-product-count .product_button_plus {
        background-color: #eaf0f0;
        border: none;
        font-weight: bold; }
    .col-productview form .grid-box-product .grid-product-to_basket {
      grid-column: 2 / span 1;
      grid-row: 3 / span 1;
      align-self: initial !important; }
    .col-productview form .grid-box-product .cart__messages {
      grid-column: 1 / span 2;
      grid-row: 4 / span 1; }
    .col-productview form .grid-box-product .grid-product-description {
      grid-column: 1 / span 2;
      grid-row: 5 / span 1; }
    .col-productview form .grid-box-product .grid-product-more_details {
      grid-column: 1 / span 2;
      grid-row: 6 / span 1; }
    .col-productview form .grid-box-product .grid-product-notebox {
      grid-column: 1 / span 2;
      grid-row: 7 / span 1; }
    .col-productview form .grid-box-product .product_button_plus,
    .col-productview form .grid-box-product .product_button_minus {
      display: inline; }
    .col-productview form .grid-box-product .button {
      background: #FFEC04;
      padding: 5px;
      font-weight: bold;
      border: #FFEC04; }
    .col-productview form .grid-box-product .input {
      padding: 5px; }
  .col-productview p {
    width: 100%; }
  .bus {
    display: none; }
  .search_slot {
    width: 80%;
    margin: 0.5em auto; }
    .search_slot .search_input input {
      width: 100%;
      font-weight: 600; }
  .cart {
    padding: 0.5em; }
    .cart table.cart__table > thead {
      display: none; }
    .cart p {
      padding-top: 0;
      padding-bottom: 0; }
    .cart .smaller br {
      display: block; }
    .cart .cart__table .smaller {
      font-weight: normal; }
    .cart .subtotal {
      font-weight: bold; }
    .cart .weight_total_title {
      float: left;
      font-size: 80%; }
    .cart .weight_total_number {
      float: right;
      font-size: 80%; }
    .cart .subtotal_title {
      float: left;
      font-size: 95%;
      width: 70%; }
    .cart .subtotal_number {
      float: right;
      font-size: 95%; }
    .cart .right {
      text-align: start; }
    .cart .mobile_col {
      display: grid;
      grid-template-rows: 1fr; }
      .cart .mobile_col .cart-product-separator {
        grid-column: 1 / span 1;
        height: 4px;
        background-color: #bbcbd4;
        opacity: 0.6;
        margin-top: 1em;
        margin-bottom: 1em; }
    .cart .cart__table .cart_item_title {
      font-size: 1.3rem;
      font-weight: bold; }
    .cart .cart__table .cart_item_descr {
      font-size: 0.8rem;
      font-weight: bold; }
    .cart input[type="checkbox"] {
      margin-right: 1rem !important; }
    .cart .table > :not(caption) > * > * {
      padding: 0rem 0rem; }
    .cart .mobile_row {
      display: grid;
      grid-template-columns: 112px 30px 1fr 1fr 1fr;
      grid-template-rows: 1.5em 2em 1fr 1.5em 1.5em;
      grid-gap: 0.2em; }
      .cart .mobile_row .cart-product-image {
        grid-column: 1 / span 1;
        grid-row: 2 / span 4;
        align-self: end;
        justify-self: center; }
      .cart .mobile_row .cart-product-text {
        grid-column: 2 / span 4;
        grid-row: 3 / span 1;
        align-self: end;
        justify-self: left;
        font-weight: bold;
        font-size: 0.8rem; }
      .cart .mobile_row .cart-amount-widget {
        grid-column: 2 / span 1;
        grid-row: 2 / span 1;
        align-self: end;
        justify-self: left;
        position: relative;
        top: 8px;
        font-size: 125%; }
      .cart .mobile_row .cart-product-unit-price {
        grid-column: 2 / span 4;
        grid-row: 4 / span 1;
        align-self: end;
        justify-self: right;
        width: 100%; }
        .cart .mobile_row .cart-product-unit-price .mobile-elements {
          float: left; }
      .cart .mobile_row .cart-product-sum-price {
        grid-column: 2 / span 4;
        grid-row: 5 / span 1;
        justify-self: right;
        width: 100%; }
        .cart .mobile_row .cart-product-sum-price .mobile-elements {
          float: left; }
      .cart .mobile_row .cart-product-remove {
        grid-column: 5 / span 1;
        grid-row: 2 / span 1;
        justify-self: center;
        width: 30px; }
      .cart .mobile_row .grid_sum_number {
        grid-column: 2 / span 4;
        grid-row: 5 / span 1;
        align-self: end;
        justify-self: center; }
    .cart .cart-checkbox-line-xx {
      display: grid;
      grid-template-columns: 3em auto; }
  .cost_calc .cart .mobile_row .cart-product-text {
    grid-column: 2 / span 4;
    grid-row: 2 / span 1; }
  .cost_calc .cart .mobile_row .cart-amount-widget {
    grid-column: 2 / span 4;
    grid-row: 3 / span 1;
    width: 100%;
    font-size: 90%;
    top: 4px; }
    .cost_calc .cart .mobile_row .cart-amount-widget .cart-item__quantity {
      float: right !important; }
  .modal-info .modal-info-box {
    max-width: 16em; }
  .fast-buttons {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #eaf0f0; }
    .fast-buttons a {
      font-family: "Bitter";
      font-weight: normal;
      font-size: 1rem;
      background-color: #FFEC04;
      padding: 8px 1.5em; }
      .fast-buttons a:first-child {
        font-weight: bold; }
  .content-col .posting-teaser {
    flex-direction: column; }
    .content-col .posting-teaser .image {
      width: 100%; }
      .content-col .posting-teaser .image picture {
        width: 100%; }
        .content-col .posting-teaser .image picture img {
          width: 100%; }
  .content-col .posting-body figure {
    margin: 0 auto; }
  .content-col .posting-body .back-button {
    background-color: #FFEC04;
    color: black;
    margin: 1em auto;
    padding: 8px 1em; }
  .tiles-container {
    flex-direction: column;
    width: 100vw;
    margin-left: -16px;
    margin-bottom: 0; }
    .tiles-container.in_product {
      padding: 0;
      margin-left: 0; }
    .tiles-container .separator {
      display: block;
      line-height: 0;
      font-size: 1px; }
      .tiles-container .separator:last-child {
        display: none; }
      .tiles-container .separator .lower,
      .tiles-container .separator .upper {
        width: 100%;
        height: 100%; }
      .tiles-container .separator .yellow {
        fill: rgba(255, 235, 0, 0.8); }
      .tiles-container .separator .blue {
        fill: rgba(92, 133, 135, 0.8); }
      .tiles-container .separator .black {
        fill: rgba(0, 49, 58, 0.8); }
    .tiles-container .tile_wrapper {
      width: 100%;
      border: 0;
      background-image: unset !important; }
      .tiles-container .tile_wrapper .tile {
        justify-content: start;
        height: unset;
        font-size: 100%; }
        .tiles-container .tile_wrapper .tile .tile_text {
          height: 100%;
          display: block;
          padding-bottom: 1em; } }

@media only screen and (max-width: 360px) {
  .card a .imagebox {
    width: 90px; }
  .content-col #menu_selection #menu_selection_prio,
  .content-col #menu_selection #menu_selection_expand,
  .content-col #menu_selection #menu_selection_other {
    width: 100%; }
  .content-col .search_slot {
    width: 100%; }
  .col-menu .navigation {
    grid-template-columns: 0px 0px 0px 0px 90vw 0px 0px 0px 0px; }
  .fast-buttons a {
    padding: 8px 1.5em; } }
